<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-03/func/sub-0050_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>f835316d370ae2f67d599a560faee5f8</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>19:08:15.282500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998312, 0.0552393, 0.0179361, -0.0545909, 0.997901, -0.0348261]</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.0821593</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7759, -7255, 574, -60, -198, 29, 34]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>834b5d91-7011-4a91-a8ba-b733197c929f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6783981323242188, -0.14646345376968384, 0.0535200759768486, 116.26176452636719], [-0.14820313453674316, 2.6772961616516113, -0.09122791886329651, -79.76221466064453], [0.04812131077051163, 0.09343575686216354, 2.697927474975586, -62.522743225097656], [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': ['190815.282500', '190815.742500', '190816.202500', '190816.662500', '190817.122500', '190817.582500', '190818.042500', '190818.502500', '190818.962500', '190819.422500', '190819.882500', '190820.342500', '190820.802500', '190821.262500', '190821.722500', '190822.182500', '190822.642500', '190823.102500', '190823.562500', '190824.022500', '190824.482500', '190824.942500', '190825.402500', '190825.862500', '190826.322500', '190826.782500', '190827.242500', '190827.702500', '190828.162500', '190828.622500', '190829.082500', '190829.542500', '190830.002500', '190830.462500', '190830.922500', '190831.382500', '190831.842500', '190832.302500', '190832.762500', '190833.222500', '190833.682500', '190834.142500', '190834.602500', '190835.062500', '190835.522500', '190835.982500', '190836.442500', '190836.902500', '190837.362500', '190837.822500', '190838.282500', '190838.742500', '190839.202500', '190839.662500', '190840.122500', '190840.582500', '190841.042500', '190841.502500', '190841.962500', '190842.422500', '190842.882500', '190843.342500', '190843.802500', '190844.262500', '190844.722500', '190845.182500', '190845.642500', '190846.102500', '190846.562500', '190847.022500', '190847.482500', '190847.942500', '190848.402500', '190848.862500', '190849.322500', '190849.782500', '190850.242500', '190850.702500', '190851.162500', '190851.622500', '190852.082500', '190852.542500', '190853.002500', '190853.462500', '190853.922500', '190854.382500', '190854.842500', '190855.302500', '190855.762500', '190856.222500', '190856.682500', '190857.142500', '190857.602500', '190858.062500', '190858.522500', '190858.982500', '190859.442500', '190859.902500', '190900.362500', '190900.822500', '190901.282500', '190901.742500', '190902.202500', '190902.662500', '190903.122500', '190903.582500', '190904.042500', '190904.502500', '190904.962500', '190905.422500', '190905.882500', '190906.342500', '190906.802500', '190907.262500', '190907.722500', '190908.182500', '190908.642500', '190909.102500', '190909.562500', '190910.022500', '190910.482500', '190910.942500', '190911.402500', '190911.862500', '190912.322500', '190912.782500', '190913.242500', '190913.702500', '190914.162500', '190914.622500', '190915.082500', '190915.542500', '190916.002500', '190916.462500', '190916.922500', '190917.382500', '190917.842500', '190918.302500', '190918.762500', '190919.222500', '190919.682500', '190920.142500', '190920.602500', '190921.062500', '190921.522500', '190921.982500', '190922.442500', '190922.902500', '190923.362500', '190923.822500', '190924.282500', '190924.742500', '190925.202500', '190925.662500', '190926.122500', '190926.582500', '190927.042500', '190927.502500', '190927.962500', '190928.422500', '190928.882500', '190929.342500', '190929.802500', '190930.262500', '190930.722500', '190931.182500', '190931.642500', '190932.102500', '190932.562500', '190933.022500', '190933.482500', '190933.942500', '190934.402500', '190934.862500', '190935.322500', '190935.782500', '190936.242500', '190936.702500', '190937.162500', '190937.622500', '190938.082500', '190938.542500', '190939.002500', '190939.462500', '190939.922500', '190940.382500', '190940.842500', '190941.302500', '190941.762500', '190942.222500', '190942.682500', '190943.142500', '190943.602500', '190944.062500', '190944.522500', '190944.982500', '190945.442500', '190945.902500', '190946.362500', '190946.822500', '190947.282500', '190947.742500', '190948.202500', '190948.662500', '190949.122500', '190949.582500', '190950.042500', '190950.502500', '190950.962500', '190951.422500', '190951.882500', '190952.342500', '190952.802500', '190953.262500', '190953.722500', '190954.182500', '190954.642500', '190955.102500', '190955.562500', '190956.022500', '190956.482500', '190956.942500', '190957.402500', '190957.862500', '190958.322500', '190958.782500', '190959.242500', '190959.702500', '191000.162500', '191000.622500', '191001.082500', '191001.542500', '191002.002500', '191002.462500', '191002.922500', '191003.382500', '191003.842500', '191004.302500', '191004.762500', '191005.222500', '191005.682500', '191006.142500', '191006.602500', '191007.062500', '191007.522500', '191007.982500', '191008.442500', '191008.902500', '191009.362500', '191009.822500', '191010.282500', '191010.742500', '191011.202500', '191011.662500', '191012.122500', '191012.582500', '191013.042500', '191013.502500', '191013.962500', '191014.422500', '191014.882500', '191015.342500', '191015.802500', '191016.262500', '191016.722500', '191017.182500', '191017.642500', '191018.102500', '191018.562500', '191019.022500', '191019.482500', '191019.942500', '191020.402500', '191020.862500', '191021.322500', '191021.782500', '191022.242500', '191022.702500', '191023.162500', '191023.622500', '191024.082500', '191024.542500', '191025.002500', '191025.462500', '191025.922500', '191026.382500', '191026.842500', '191027.302500', '191027.762500', '191028.222500', '191028.682500', '191029.142500', '191029.602500', '191030.062500', '191030.522500', '191030.982500', '191031.442500', '191031.902500', '191032.362500', '191032.822500', '191033.282500', '191033.742500', '191034.202500', '191034.662500', '191035.122500', '191035.582500', '191036.042500', '191036.502500', '191036.962500', '191037.422500', '191037.882500', '191038.342500', '191038.802500', '191039.262500', '191039.722500', '191040.182500', '191040.642500', '191041.102500', '191041.562500', '191042.022500', '191042.482500', '191042.942500', '191043.402500', '191043.862500', '191044.322500', '191044.782500', '191045.242500', '191045.702500', '191046.162500', '191046.622500', '191047.082500', '191047.542500', '191048.002500', '191048.462500', '191048.922500', '191049.382500', '191049.842500', '191050.302500', '191050.762500', '191051.222500', '191051.682500', '191052.142500', '191052.602500', '191053.062500', '191053.522500', '191053.982500', '191054.442500', '191054.902500', '191055.362500', '191055.822500', '191056.282500', '191056.742500', '191057.202500', '191057.662500', '191058.122500', '191058.582500', '191059.042500', '191059.502500', '191059.962500', '191100.422500', '191100.882500', '191101.342500', '191101.802500', '191102.262500', '191102.722500', '191103.182500', '191103.642500', '191104.102500', '191104.562500', '191105.022500', '191105.482500', '191105.942500', '191106.402500', '191106.862500', '191107.322500', '191107.782500', '191108.242500', '191108.702500', '191109.162500', '191109.622500', '191110.082500', '191110.542500', '191111.002500', '191111.462500', '191111.922500', '191112.382500', '191112.842500', '191113.302500', '191113.762500', '191114.222500', '191114.682500', '191115.142500', '191115.602500', '191116.062500', '191116.522500', '191116.982500', '191117.442500', '191117.902500', '191118.362500', '191118.822500', '191119.282500', '191119.742500', '191120.202500', '191120.662500', '191121.122500', '191121.582500', '191122.042500', '191122.502500', '191122.962500', '191123.422500', '191123.882500', '191124.342500', '191124.802500', '191125.262500', '191125.722500', '191126.182500', '191126.642500', '191127.102500', '191127.562500', '191128.022500', '191128.482500', '191128.942500', '191129.402500', '191129.862500', '191130.322500', '191130.782500', '191131.242500', '191131.702500', '191132.162500', '191132.622500', '191133.082500', '191133.542500', '191134.002500', '191134.462500', '191134.922500', '191135.382500', '191135.842500', '191136.302500', '191136.762500', '191137.222500', '191137.682500', '191138.142500', '191138.602500', '191139.062500', '191139.522500', '191139.982500', '191140.442500', '191140.902500', '191141.362500', '191141.822500', '191142.282500', '191142.742500', '191143.202500', '191143.662500', '191144.122500', '191144.582500', '191145.042500', '191145.502500', '191145.962500', '191146.422500', '191146.882500', '191147.342500', '191147.802500', '191148.262500', '191148.722500', '191149.182500', '191149.642500', '191150.102500', '191150.562500', '191151.022500', '191151.482500', '191151.942500', '191152.402500', '191152.862500', '191153.322500', '191153.782500', '191154.242500', '191154.702500', '191155.162500', '191155.622500', '191156.082500', '191156.542500', '191157.002500', '191157.462500', '191157.922500', '191158.382500', '191158.842500', '191159.302500', '191159.762500', '191200.222500', '191200.682500', '191201.142500', '191201.602500', '191202.062500', '191202.522500', '191202.982500', '191203.442500', '191203.902500', '191204.362500', '191204.822500', '191205.282500', '191205.742500', '191206.202500', '191206.662500', '191207.122500', '191207.582500', '191208.042500', '191208.502500', '191208.962500', '191209.422500', '191209.882500', '191210.342500', '191210.802500', '191211.262500', '191211.722500', '191212.182500', '191212.642500', '191213.102500', '191213.562500', '191214.022500', '191214.482500', '191214.942500', '191215.402500', '191215.862500', '191216.322500', '191216.782500', '191217.242500', '191217.702500', '191218.162500', '191218.622500', '191219.082500', '191219.542500', '191220.002500', '191220.462500', '191220.922500', '191221.382500', '191221.842500', '191222.302500', '191222.762500', '191223.222500', '191223.682500', '191224.142500', '191224.602500', '191225.062500', '191225.522500', '191225.982500', '191226.442500', '191226.902500', '191227.362500', '191227.822500', '191228.282500', '191228.742500', '191229.202500', '191229.662500', '191230.122500', '191230.582500', '191231.042500', '191231.502500', '191231.962500', '191232.422500', '191232.882500', '191233.342500', '191233.802500', '191234.262500', '191234.722500', '191235.182500', '191235.642500', '191236.102500', '191236.562500', '191237.022500', '191237.482500', '191237.942500', '191238.402500', '191238.862500', '191239.322500', '191239.782500', '191240.242500', '191240.702500', '191241.162500', '191241.622500', '191242.082500', '191242.542500', '191243.002500', '191243.462500', '191243.922500', '191244.382500', '191244.842500', '191245.302500', '191245.762500', '191246.222500', '191246.682500', '191247.142500', '191247.602500', '191248.062500', '191248.522500', '191248.982500', '191249.442500', '191249.902500', '191250.362500', '191250.822500', '191251.282500', '191251.742500', '191252.202500', '191252.662500', '191253.122500', '191253.582500', '191254.042500', '191254.502500', '191254.962500', '191255.422500', '191255.882500', '191256.342500', '191256.802500', '191257.262500', '191257.722500', '191258.182500', '191258.642500', '191259.102500', '191259.562500', '191300.022500', '191300.482500', '191300.942500', '191301.402500', '191301.862500', '191302.322500', '191302.782500', '191303.242500', '191303.702500', '191304.162500', '191304.622500', '191305.082500', '191305.542500', '191306.002500', '191306.462500', '191306.922500', '191307.382500', '191307.842500', '191308.302500', '191308.762500', '191309.222500', '191309.682500', '191310.142500', '191310.602500', '191311.062500', '191311.522500', '191311.982500', '191312.442500', '191312.902500', '191313.362500', '191313.822500', '191314.282500', '191314.742500', '191315.202500', '191315.662500', '191316.122500', '191316.582500', '191317.042500', '191317.502500', '191317.962500', '191318.422500', '191318.882500', '191319.342500', '191319.802500', '191320.262500', '191320.722500', '191321.182500', '191321.642500', '191322.102500', '191322.562500', '191323.022500', '191323.482500', '191323.942500', '191324.402500', '191324.862500', '191325.322500', '191325.782500', '191326.242500', '191326.702500', '191327.162500', '191327.622500', '191328.082500', '191328.542500', '191329.002500', '191329.462500', '191329.922500', '191330.382500', '191330.842500', '191331.302500', '191331.762500', '191332.222500', '191332.682500', '191333.142500', '191333.602500', '191334.062500', '191334.522500', '191334.982500', '191335.442500', '191335.902500', '191336.362500', '191336.822500', '191337.282500', '191337.742500', '191338.202500', '191338.662500', '191339.122500', '191339.582500', '191340.042500', '191340.502500', '191340.962500', '191341.422500', '191341.882500', '191342.342500', '191342.802500', '191343.262500', '191343.722500', '191344.182500', '191344.642500', '191345.102500', '191345.562500', '191346.022500', '191346.482500', '191346.942500', '191347.402500', '191347.862500', '191348.322500', '191348.782500', '191349.242500', '191349.702500', '191350.162500', '191350.622500', '191351.082500', '191351.542500', '191352.002500', '191352.462500', '191352.922500', '191353.382500', '191353.842500', '191354.302500', '191354.762500', '191355.222500', '191355.682500', '191356.142500', '191356.602500', '191357.062500', '191357.522500', '191357.982500', '191358.442500', '191358.902500', '191359.362500', '191359.822500', '191400.282500', '191400.742500', '191401.202500', '191401.662500', '191402.122500', '191402.582500', '191403.042500', '191403.502500', '191403.962500', '191404.422500', '191404.882500', '191405.342500', '191405.802500', '191406.262500', '191406.722500', '191407.182500', '191407.642500', '191408.102500', '191408.562500', '191409.022500', '191409.482500', '191409.942500', '191410.402500', '191410.862500', '191411.322500', '191411.782500', '191412.242500', '191412.702500', '191413.162500', '191413.622500', '191414.082500', '191414.542500', '191415.002500', '191415.462500', '191415.922500', '191416.382500', '191416.842500', '191417.302500', '191417.762500', '191418.222500', '191418.682500', '191419.142500', '191419.602500', '191420.062500', '191420.522500', '191420.982500', '191421.442500', '191421.902500', '191422.362500', '191422.822500', '191423.282500', '191423.742500', '191424.202500', '191424.662500', '191425.122500', '191425.582500', '191426.042500', '191426.502500', '191426.962500', '191427.422500', '191427.882500', '191428.342500', '191428.802500', '191429.262500', '191429.722500', '191430.182500', '191430.642500', '191431.102500', '191431.562500', '191432.022500', '191432.482500', '191432.942500', '191433.402500', '191433.862500', '191434.322500', '191434.782500', '191435.242500', '191435.702500', '191436.162500', '191436.622500', '191437.082500', '191437.542500', '191438.002500', '191438.462500', '191438.922500', '191439.382500', '191439.842500', '191440.302500', '191440.762500', '191441.222500', '191441.682500', '191442.142500', '191442.602500', '191443.062500', '191443.522500', '191443.982500', '191444.442500', '191444.902500', '191445.362500', '191445.822500', '191446.282500', '191446.742500', '191447.202500', '191447.662500', '191448.122500', '191448.582500', '191449.042500', '191449.502500', '191449.962500', '191450.422500', '191450.882500', '191451.342500', '191451.802500', '191452.262500', '191452.722500', '191453.182500', '191453.642500', '191454.102500', '191454.562500', '191455.022500', '191455.482500', '191455.942500', '191456.402500', '191456.862500', '191457.322500', '191457.782500', '191458.242500', '191458.702500', '191459.162500', '191459.622500', '191500.082500', '191500.542500', '191501.002500', '191501.462500', '191501.922500', '191502.382500', '191502.842500', '191503.302500', '191503.762500', '191504.222500', '191504.682500', '191505.142500', '191505.602500', '191506.062500', '191506.522500', '191506.982500', '191507.442500', '191507.902500', '191508.362500', '191508.822500', '191509.282500', '191509.742500', '191510.202500', '191510.662500', '191511.122500', '191511.582500', '191512.042500', '191512.502500', '191512.962500', '191513.422500', '191513.882500', '191514.342500', '191514.802500', '191515.262500', '191515.722500', '191516.182500', '191516.642500', '191517.102500', '191517.562500', '191518.022500', '191518.482500', '191518.942500', '191519.402500', '191519.862500', '191520.322500', '191520.782500', '191521.242500', '191521.702500', '191522.162500', '191522.622500', '191523.082500', '191523.542500', '191524.002500', '191524.462500', '191524.922500', '191525.382500', '191525.842500', '191526.302500', '191526.762500', '191527.222500', '191527.682500', '191528.142500', '191528.602500', '191529.062500', '191529.522500', '191529.982500', '191530.442500', '191530.902500', '191531.362500', '191531.822500', '191532.282500', '191532.742500', '191533.202500', '191533.662500', '191534.122500', '191534.582500', '191535.042500', '191535.502500', '191535.962500', '191536.422500', '191536.882500', '191537.342500', '191537.802500', '191538.262500', '191538.722500', '191539.182500', '191539.642500', '191540.102500', '191540.562500', '191541.022500', '191541.482500', '191541.942500', '191542.402500', '191542.862500', '191543.322500', '191543.782500', '191544.242500', '191544.702500', '191545.162500', '191545.622500', '191546.082500', '191546.542500', '191547.002500', '191547.462500', '191547.922500', '191548.382500', '191548.842500', '191549.302500', '191549.762500', '191550.222500', '191550.682500', '191551.142500', '191551.602500', '191552.062500', '191552.522500', '191552.982500', '191553.442500', '191553.902500', '191554.362500', '191554.822500', '191555.282500', '191555.742500', '191556.202500', '191556.662500', '191557.122500', '191557.582500', '191558.042500', '191558.502500', '191558.962500', '191559.422500', '191559.882500', '191600.342500', '191600.802500', '191601.262500', '191601.722500', '191602.182500', '191602.642500', '191603.102500', '191603.562500', '191604.022500', '191604.482500', '191604.942500', '191605.402500', '191605.862500', '191606.322500', '191606.782500', '191607.242500', '191607.702500', '191608.162500', '191608.622500', '191609.082500', '191609.542500', '191610.002500', '191610.462500', '191610.922500', '191611.382500', '191611.842500', '191612.302500', '191612.762500', '191613.222500', '191613.682500', '191614.142500', '191614.602500', '191615.062500', '191615.522500', '191615.982500', '191616.442500', '191616.902500', '191617.362500', '191617.822500', '191618.282500', '191618.742500', '191619.202500', '191619.662500', '191620.122500', '191620.582500', '191621.042500', '191621.502500', '191621.962500', '191622.422500', '191622.882500', '191623.342500', '191623.802500', '191624.262500', '191624.722500', '191625.182500', '191625.642500', '191626.102500', '191626.562500', '191627.022500', '191627.482500', '191627.942500', '191628.402500', '191628.862500', '191629.322500', '191629.782500', '191630.242500', '191630.702500', '191631.162500', '191631.622500', '191632.082500', '191632.542500', '191633.002500', '191633.462500', '191633.922500', '191634.382500', '191634.842500', '191635.302500', '191635.762500', '191636.222500', '191636.682500', '191637.142500', '191637.602500', '191638.062500', '191638.522500', '191638.982500', '191639.442500', '191639.902500', '191640.362500', '191640.822500', '191641.282500', '191641.742500', '191642.202500', '191642.662500', '191643.122500', '191643.582500', '191644.042500', '191644.502500', '191644.962500', '191645.422500', '191645.882500', '191646.342500', '191646.802500', '191647.262500', '191647.722500', '191648.182500', '191648.642500', '191649.102500', '191649.562500', '191650.022500', '191650.482500', '191650.942500', '191651.402500', '191651.862500', '191652.322500', '191652.782500', '191653.242500', '191653.702500', '191654.162500', '191654.622500', '191655.082500', '191655.542500', '191656.002500', '191656.462500', '191656.922500', '191657.382500', '191657.842500', '191658.302500', '191658.762500', '191659.222500', '191659.682500', '191700.142500', '191700.602500', '191701.062500', '191701.522500', '191701.982500', '191702.442500', '191702.902500', '191703.362500', '191703.822500', '191704.282500', '191704.742500', '191705.202500', '191705.662500', '191706.122500', '191706.582500', '191707.042500', '191707.502500', '191707.962500', '191708.422500', '191708.882500', '191709.342500', '191709.802500', '191710.262500', '191710.722500', '191711.182500', '191711.642500', '191712.102500', '191712.562500', '191713.022500', '191713.482500', '191713.942500', '191714.402500', '191714.862500', '191715.322500', '191715.782500', '191716.242500', '191716.702500', '191717.162500', '191717.622500', '191718.082500', '191718.542500', '191719.002500', '191719.462500', '191719.922500', '191720.382500', '191720.842500', '191721.302500', '191721.762500', '191722.222500', '191722.682500', '191723.142500', '191723.602500', '191724.062500', '191724.522500', '191724.982500', '191725.442500', '191725.902500', '191726.362500', '191726.822500', '191727.282500', '191727.742500', '191728.202500', '191728.662500', '191729.122500', '191729.582500', '191730.042500', '191730.502500', '191730.962500', '191731.422500', '191731.882500', '191732.342500', '191732.802500', '191733.262500', '191733.722500', '191734.182500', '191734.642500', '191735.102500', '191735.562500', '191736.022500', '191736.482500', '191736.942500', '191737.402500', '191737.862500', '191738.322500', '191738.782500', '191739.242500', '191739.702500', '191740.162500', '191740.622500', '191741.082500', '191741.542500', '191742.002500', '191742.462500', '191742.922500', '191743.382500', '191743.842500', '191744.302500', '191744.762500', '191745.222500', '191745.682500', '191746.142500', '191746.602500', '191747.062500', '191747.522500', '191747.982500', '191748.442500', '191748.902500', '191749.362500', '191749.822500', '191750.282500', '191750.742500', '191751.202500', '191751.662500', '191752.122500', '191752.582500', '191753.042500', '191753.502500', '191753.962500', '191754.422500', '191754.882500', '191755.342500', '191755.802500', '191756.262500', '191756.722500', '191757.182500', '191757.642500', '191758.102500', '191758.562500', '191759.022500', '191759.482500', '191759.942500', '191800.402500', '191800.862500', '191801.322500', '191801.782500', '191802.242500', '191802.702500', '191803.162500', '191803.622500', '191804.082500', '191804.542500', '191805.002500', '191805.462500', '191805.922500', '191806.382500', '191806.842500', '191807.302500', '191807.762500', '191808.222500', '191808.682500', '191809.142500', '191809.602500', '191810.062500', '191810.522500', '191810.982500', '191811.442500', '191811.902500', '191812.362500', '191812.822500', '191813.282500', '191813.742500', '191814.202500', '191814.662500', '191815.122500', '191815.582500', '191816.042500', '191816.502500', '191816.962500', '191817.422500', '191817.882500', '191818.342500', '191818.802500', '191819.262500', '191819.722500', '191820.182500', '191820.642500', '191821.102500', '191821.562500', '191822.022500', '191822.482500', '191822.942500', '191823.402500', '191823.862500', '191824.322500', '191824.782500', '191825.242500', '191825.702500', '191826.162500', '191826.622500', '191827.082500', '191827.542500', '191828.002500', '191828.462500', '191828.922500', '191829.382500', '191829.842500', '191830.302500', '191830.762500', '191831.222500', '191831.682500', '191832.142500', '191832.602500', '191833.062500', '191833.522500', '191833.982500', '191834.442500', '191834.902500', '191835.362500', '191835.822500', '191836.282500', '191836.742500', '191837.202500', '191837.662500', '191838.122500', '191838.582500', '191839.042500', '191839.502500', '191839.962500', '191840.422500', '191840.882500', '191841.342500', '191841.802500', '191842.262500', '191842.722500', '191843.182500', '191843.642500', '191844.102500', '191844.562500', '191845.022500', '191845.482500', '191845.942500', '191846.402500', '191846.862500', '191847.322500', '191847.782500', '191848.242500', '191848.702500', '191849.162500', '191849.622500', '191850.082500', '191850.542500', '191851.002500', '191851.462500', '191851.922500', '191852.382500', '191852.842500', '191853.302500', '191853.762500', '191854.222500', '191854.682500', '191855.142500', '191855.602500', '191856.062500', '191856.522500', '191856.982500', '191857.442500', '191857.902500', '191858.362500', '191858.822500', '191859.282500', '191859.742500', '191900.202500', '191900.662500', '191901.122500', '191901.582500', '191902.042500', '191902.502500', '191902.962500', '191903.422500', '191903.882500', '191904.342500', '191904.802500', '191905.262500', '191905.722500', '191906.182500', '191906.642500', '191907.102500', '191907.562500', '191908.022500', '191908.482500', '191908.942500', '191909.402500', '191909.862500', '191910.322500', '191910.782500', '191911.242500', '191911.702500', '191912.162500', '191912.622500', '191913.082500', '191913.542500', '191914.002500', '191914.462500', '191914.922500', '191915.382500', '191915.842500', '191916.302500', '191916.762500', '191917.222500', '191917.682500', '191918.142500', '191918.602500', '191919.062500', '191919.522500', '191919.982500', '191920.442500', '191920.902500', '191921.362500', '191921.822500', '191922.282500', '191922.742500', '191923.202500', '191923.662500', '191924.122500', '191924.582500', '191925.042500', '191925.502500', '191925.962500', '191926.422500', '191926.882500', '191927.342500', '191927.802500', '191928.262500', '191928.722500', '191929.182500', '191929.642500', '191930.102500', '191930.562500', '191931.022500', '191931.482500', '191931.942500', '191932.402500', '191932.862500', '191933.322500', '191933.782500', '191934.242500', '191934.702500', '191935.162500', '191935.622500', '191936.082500', '191936.542500', '191937.002500', '191937.462500', '191937.922500', '191938.382500', '191938.842500', '191939.302500', '191939.762500', '191940.222500', '191940.682500', '191941.142500', '191941.602500', '191942.062500', '191942.522500', '191942.982500', '191943.442500', '191943.902500', '191944.362500', '191944.822500', '191945.282500', '191945.742500', '191946.202500', '191946.662500', '191947.122500', '191947.582500', '191948.042500', '191948.502500', '191948.962500', '191949.422500', '191949.882500', '191950.342500', '191950.802500', '191951.262500', '191951.722500', '191952.182500', '191952.642500', '191953.102500', '191953.562500', '191954.022500', '191954.482500', '191954.942500', '191955.402500', '191955.862500', '191956.322500', '191956.782500', '191957.242500', '191957.702500', '191958.162500', '191958.622500', '191959.082500', '191959.542500', '192000.002500', '192000.462500', '192000.922500', '192001.382500', '192001.842500', '192002.302500', '192002.762500', '192003.222500', '192003.682500', '192004.142500', '192004.602500', '192005.062500', '192005.522500', '192005.982500', '192006.442500', '192006.902500', '192007.362500', '192007.822500', '192008.282500', '192008.742500', '192009.202500', '192009.662500', '192010.122500', '192010.582500', '192011.042500', '192011.502500', '192011.962500', '192012.422500', '192012.882500', '192013.342500', '192013.802500', '192014.262500', '192014.722500', '192015.182500', '192015.642500', '192016.102500', '192016.562500', '192017.022500', '192017.482500', '192017.942500', '192018.402500', '192018.862500', '192019.322500', '192019.782500', '192020.242500', '192020.702500', '192021.162500', '192021.622500', '192022.082500', '192022.542500', '192023.002500', '192023.462500', '192023.922500', '192024.382500', '192024.842500', '192025.302500', '192025.762500', '192026.222500', '192026.682500', '192027.142500', '192027.602500', '192028.062500', '192028.522500', '192028.982500', '192029.442500', '192029.902500', '192030.362500', '192030.822500', '192031.282500', '192031.742500', '192032.202500', '192032.662500', '192033.122500', '192033.582500', '192034.042500', '192034.502500', '192034.962500', '192035.422500', '192035.882500', '192036.342500', '192036.802500', '192037.262500', '192037.722500', '192038.182500', '192038.642500', '192039.102500', '192039.562500', '192040.022500', '192040.482500', '192040.942500', '192041.402500', '192041.862500', '192042.322500', '192042.782500', '192043.242500', '192043.702500', '192044.162500', '192044.622500', '192045.082500', '192045.542500', '192046.002500', '192046.462500', '192046.922500', '192047.382500', '192047.842500', '192048.302500', '192048.762500', '192049.222500'], 'ContentTime': ['190837.902000', '190837.905000', '190837.908000', '190837.910000', '190837.913000', '190837.915000', '190837.918000', '190837.920000', '190837.923000', '190837.926000', '190837.928000', '190837.931000', '190837.933000', '190837.950000', '190837.953000', '190837.955000', '190837.958000', '190837.961000', '190837.963000', '190837.966000', '190837.968000', '190837.971000', '190837.973000', '190837.976000', '190837.978000', '190837.981000', '190837.983000', '190837.986000', '190837.989000', '190837.991000', '190837.994000', '190837.996000', '190838.000000', '190838.002000', '190838.005000', '190838.007000', '190838.010000', '190838.012000', '190838.015000', '190838.017000', '190838.020000', '190838.023000', '190838.025000', '190838.028000', '190838.030000', '190838.033000', '190838.035000', '190857.870000', '190857.873000', '190857.876000', '190857.878000', '190857.881000', '190857.883000', '190857.886000', '190857.888000', '190857.891000', '190857.894000', '190857.896000', '190857.899000', '190857.901000', '190857.904000', '190857.906000', '190857.909000', '190857.911000', '190857.914000', '190857.916000', '190857.919000', '190857.922000', '190857.924000', '190857.927000', '190857.930000', '190857.932000', '190857.935000', '190857.937000', '190857.940000', '190857.943000', '190857.945000', '190857.948000', '190857.950000', '190857.953000', '190857.955000', '190857.958000', '190857.961000', '190857.963000', '190857.966000', '190857.968000', '190857.971000', '190857.973000', '190857.976000', '190857.978000', '190917.869000', '190917.901000', '190917.904000', '190917.906000', '190917.909000', '190917.911000', '190917.914000', '190917.916000', '190917.919000', '190917.922000', '190917.924000', '190917.927000', '190917.929000', '190917.932000', '190917.934000', '190917.937000', '190917.939000', '190917.942000', '190917.945000', '190917.947000', '190917.950000', '190917.952000', '190917.955000', '190917.957000', '190917.960000', '190917.963000', '190917.965000', '190917.968000', '190917.970000', '190917.973000', '190917.975000', '190917.978000', '190917.980000', '190917.983000', '190917.986000', '190917.988000', '190917.991000', '190917.993000', '190917.996000', '190917.998000', '190918.002000', '190918.005000', '190918.007000', '190918.010000', '190937.869000', '190937.872000', '190937.875000', '190937.877000', '190937.880000', '190937.882000', '190937.885000', '190937.888000', '190937.890000', '190937.893000', '190937.895000', '190937.898000', '190937.901000', '190937.903000', '190937.906000', '190937.908000', '190937.911000', '190937.913000', '190937.916000', '190937.918000', '190937.921000', '190937.924000', '190937.926000', '190937.929000', '190937.931000', '190937.934000', '190937.937000', '190937.946000', '190937.948000', '190937.951000', '190937.954000', '190937.956000', '190937.959000', '190937.961000', '190937.964000', '190937.967000', '190937.969000', '190937.972000', '190937.974000', '190937.977000', '190937.979000', '190937.982000', '190937.985000', '190957.870000', '190957.872000', '190957.875000', '190957.878000', '190957.880000', '190957.883000', '190957.885000', '190957.888000', '190957.891000', '190957.893000', '190957.896000', '190957.898000', '190957.901000', '190957.903000', '190957.906000', '190957.909000', '190957.911000', '190957.914000', '190957.916000', '190957.919000', '190957.921000', '190957.924000', '190957.927000', '190957.929000', '190957.932000', '190957.934000', '190957.937000', '190957.941000', '190957.944000', '190957.947000', '190957.950000', '190957.952000', '190957.955000', '190957.958000', '190957.960000', '190957.963000', '190957.965000', '190957.968000', '190957.970000', '190957.973000', '190957.976000', '190957.978000', '190957.981000', '190957.983000', '191017.869000', '191017.872000', '191017.875000', '191017.877000', '191017.880000', '191017.889000', '191017.892000', '191017.895000', '191017.897000', '191017.900000', '191017.902000', '191017.905000', '191017.908000', '191017.910000', '191017.913000', '191017.915000', '191017.918000', '191017.920000', '191017.923000', '191017.926000', '191017.928000', '191017.931000', '191017.933000', '191017.936000', '191017.938000', '191017.941000', '191017.944000', '191017.946000', '191017.949000', '191017.951000', '191017.954000', '191017.957000', '191017.959000', '191017.962000', '191017.964000', '191017.967000', '191017.970000', '191017.983000', '191017.986000', '191017.988000', '191017.991000', '191017.993000', '191017.996000', '191037.871000', '191037.873000', '191037.876000', '191037.878000', '191037.881000', '191037.884000', '191037.886000', '191037.889000', '191037.891000', '191037.894000', '191037.897000', '191037.899000', '191037.902000', '191037.904000', '191037.907000', '191037.910000', '191037.912000', '191037.915000', '191037.917000', '191037.920000', '191037.923000', '191037.925000', '191037.928000', '191037.930000', '191037.933000', '191037.936000', '191037.938000', '191037.941000', '191037.943000', '191037.946000', '191037.948000', '191037.951000', '191037.954000', '191037.956000', '191037.959000', '191037.961000', '191037.964000', '191037.966000', '191037.969000', '191037.972000', '191037.974000', '191037.977000', '191037.979000', '191037.982000', '191057.870000', '191057.873000', '191057.876000', '191057.879000', '191057.881000', '191057.884000', '191057.886000', '191057.889000', '191057.891000', '191057.894000', '191057.897000', '191057.899000', '191057.902000', '191057.904000', '191057.907000', '191057.910000', '191057.912000', '191057.915000', '191057.918000', '191057.920000', '191057.923000', '191057.925000', '191057.928000', '191057.930000', '191057.933000', '191057.936000', '191057.938000', '191057.941000', '191057.943000', '191057.946000', '191057.948000', '191057.951000', '191057.954000', '191057.956000', '191057.959000', '191057.962000', '191057.964000', '191057.967000', '191057.970000', '191057.972000', '191057.975000', '191057.977000', '191057.980000', '191117.870000', '191117.873000', '191117.876000', '191117.878000', '191117.881000', '191117.884000', '191117.886000', '191117.889000', '191117.891000', '191117.894000', '191117.896000', '191117.899000', '191117.902000', '191117.904000', '191117.907000', '191117.909000', '191117.912000', '191117.914000', '191117.917000', '191117.920000', '191117.922000', '191117.925000', '191117.927000', '191117.930000', '191117.932000', '191117.935000', '191117.937000', '191117.940000', '191117.943000', '191117.945000', '191117.948000', '191117.950000', '191117.953000', '191117.956000', '191117.958000', '191117.961000', '191117.963000', '191117.966000', '191117.968000', '191117.971000', '191117.974000', '191117.976000', '191117.979000', '191117.981000', '191137.870000', '191137.873000', '191137.875000', '191137.878000', '191137.880000', '191137.883000', '191137.885000', '191137.888000', '191137.890000', '191137.893000', '191137.896000', '191137.898000', '191137.901000', '191137.903000', '191137.906000', '191137.908000', '191137.911000', '191137.914000', '191137.916000', '191137.919000', '191137.921000', '191137.924000', '191137.927000', '191137.929000', '191137.932000', '191137.934000', '191137.937000', '191137.939000', '191137.942000', '191137.980000', '191137.983000', '191137.985000', '191137.988000', '191137.991000', '191137.993000', '191137.996000', '191137.998000', '191138.002000', '191138.004000', '191138.007000', '191138.009000', '191138.012000', '191138.015000', '191157.869000', '191157.880000', '191157.883000', '191157.885000', '191157.888000', '191157.890000', '191157.894000', '191157.897000', '191157.900000', '191157.902000', '191157.905000', '191157.907000', '191157.910000', '191157.913000', '191157.915000', '191157.918000', '191157.920000', '191157.923000', '191157.926000', '191157.928000', '191157.931000', '191157.933000', '191157.936000', '191157.938000', '191157.941000', '191157.944000', '191157.946000', '191157.949000', '191157.952000', '191157.954000', '191157.957000', '191157.959000', '191157.962000', '191157.965000', '191157.967000', '191157.970000', '191157.972000', '191157.975000', '191157.978000', '191157.980000', '191157.983000', '191157.986000', '191157.989000', '191217.869000', '191217.883000', '191217.886000', '191217.888000', '191217.891000', '191217.894000', '191217.896000', '191217.899000', '191217.901000', '191217.904000', '191217.907000', '191217.909000', '191217.912000', '191217.914000', '191217.917000', '191217.920000', '191217.922000', '191217.925000', '191217.927000', '191217.930000', '191217.933000', '191217.935000', '191217.938000', '191217.940000', '191217.943000', '191217.946000', '191217.948000', '191217.951000', '191217.953000', '191217.956000', '191217.959000', '191217.961000', '191217.964000', '191217.966000', '191217.969000', '191217.971000', '191217.974000', '191217.977000', '191217.979000', '191217.982000', '191217.984000', '191217.987000', '191217.989000', '191217.992000', '191237.870000', '191237.872000', '191237.875000', '191237.878000', '191237.880000', '191237.883000', '191237.886000', '191237.888000', '191237.891000', '191237.893000', '191237.896000', '191237.899000', '191237.901000', '191237.904000', '191237.906000', '191237.909000', '191237.911000', '191237.914000', '191237.917000', '191237.919000', '191237.922000', '191237.924000', '191237.927000', '191237.930000', '191237.932000', '191237.935000', '191237.937000', '191237.940000', '191237.943000', '191237.945000', '191237.948000', '191237.950000', '191237.953000', '191237.955000', '191237.958000', '191237.961000', '191237.963000', '191237.966000', '191237.968000', '191237.971000', '191237.973000', '191237.976000', '191237.979000', '191257.871000', '191257.873000', '191257.876000', '191257.879000', '191257.881000', '191257.884000', '191257.886000', '191257.889000', '191257.891000', '191257.894000', '191257.896000', '191257.899000', '191257.902000', '191257.904000', '191257.907000', '191257.910000', '191257.912000', '191257.915000', '191257.917000', '191257.920000', '191257.923000', '191257.925000', '191257.928000', '191257.930000', '191257.933000', '191257.935000', '191257.938000', '191257.941000', '191257.943000', '191257.946000', '191257.949000', '191257.951000', '191257.954000', '191257.956000', '191257.959000', '191257.961000', '191257.964000', '191257.967000', '191257.969000', '191257.972000', '191257.974000', '191257.977000', '191257.979000', '191257.982000', '191317.871000', '191317.873000', '191317.876000', '191317.879000', '191317.881000', '191317.884000', '191317.886000', '191317.889000', '191317.892000', '191317.894000', '191317.897000', '191317.899000', '191317.902000', '191317.905000', '191317.907000', '191317.910000', '191317.912000', '191317.915000', '191317.917000', '191317.920000', '191317.923000', '191317.925000', '191317.928000', '191317.930000', '191317.934000', '191317.936000', '191317.948000', '191317.951000', '191317.953000', '191317.956000', '191317.958000', '191317.961000', '191317.964000', '191317.966000', '191317.969000', '191317.972000', '191317.974000', '191317.977000', '191317.979000', '191317.982000', '191317.985000', '191317.987000', '191317.990000', '191337.870000', '191337.873000', '191337.876000', '191337.878000', '191337.881000', '191337.884000', '191337.886000', '191337.889000', '191337.891000', '191337.894000', '191337.897000', '191337.899000', '191337.902000', '191337.905000', '191337.907000', '191337.910000', '191337.912000', '191337.915000', '191337.918000', '191337.920000', '191337.923000', '191337.925000', '191337.928000', '191337.931000', '191337.933000', '191337.936000', '191337.938000', '191337.941000', '191337.944000', '191337.946000', '191337.949000', '191337.951000', '191337.954000', '191337.956000', '191337.959000', '191337.962000', '191337.973000', '191337.975000', '191337.978000', '191337.980000', '191337.983000', '191337.986000', '191337.988000', '191337.991000', '191357.869000', '191357.872000', '191357.875000', '191357.877000', '191357.880000', '191357.882000', '191357.885000', '191357.888000', '191357.890000', '191357.893000', '191357.896000', '191357.898000', '191357.901000', '191357.903000', '191357.906000', '191357.909000', '191357.911000', '191357.914000', '191357.916000', '191357.919000', '191357.921000', '191357.924000', '191357.926000', '191357.929000', '191357.932000', '191357.934000', '191357.937000', '191357.939000', '191357.942000', '191357.945000', '191357.947000', '191357.950000', '191357.952000', '191357.957000', '191357.959000', '191357.962000', '191357.964000', '191357.967000', '191357.970000', '191357.972000', '191357.975000', '191357.977000', '191357.980000', '191417.870000', '191417.873000', '191417.875000', '191417.878000', '191417.880000', '191417.883000', '191417.885000', '191417.888000', '191417.891000', '191417.893000', '191417.896000', '191417.898000', '191417.901000', '191417.904000', '191417.906000', '191417.909000', '191417.912000', '191417.914000', '191417.917000', '191417.919000', '191417.922000', '191417.924000', '191417.927000', '191417.929000', '191417.932000', '191417.935000', '191417.937000', '191417.940000', '191417.942000', '191417.945000', '191417.947000', '191417.950000', '191417.952000', '191417.955000', '191417.958000', '191417.960000', '191417.963000', '191417.965000', '191417.968000', '191417.971000', '191417.973000', '191417.976000', '191417.978000', '191417.981000', '191437.870000', '191437.872000', '191437.875000', '191437.878000', '191437.880000', '191437.883000', '191437.885000', '191437.888000', '191437.890000', '191437.893000', '191437.895000', '191437.898000', '191437.901000', '191437.903000', '191437.906000', '191437.908000', '191437.911000', '191437.914000', '191437.916000', '191437.919000', '191437.922000', '191437.925000', '191437.928000', '191437.931000', '191437.933000', '191437.936000', '191437.938000', '191437.941000', '191437.943000', '191437.946000', '191437.949000', '191437.951000', '191437.954000', '191437.956000', '191437.959000', '191437.962000', '191437.979000', '191437.981000', '191437.984000', '191437.987000', '191437.989000', '191437.992000', '191437.994000', '191457.870000', '191457.872000', '191457.875000', '191457.878000', '191457.880000', '191457.883000', '191457.885000', '191457.888000', '191457.891000', '191457.893000', '191457.896000', '191457.898000', '191457.901000', '191457.903000', '191457.906000', '191457.908000', '191457.911000', '191457.914000', '191457.916000', '191457.919000', '191457.921000', '191457.924000', '191457.926000', '191457.929000', '191457.932000', '191457.934000', '191457.937000', '191457.939000', '191457.942000', '191457.944000', '191457.947000', '191457.950000', '191457.952000', '191457.955000', '191457.957000', '191457.960000', '191457.962000', '191457.965000', '191457.968000', '191457.970000', '191457.973000', '191457.975000', '191457.978000', '191457.981000', '191517.870000', '191517.873000', '191517.876000', '191517.878000', '191517.881000', '191517.883000', '191517.886000', '191517.889000', '191517.891000', '191517.894000', '191517.896000', '191517.899000', '191517.902000', '191517.904000', '191517.907000', '191517.909000', '191517.912000', '191517.914000', '191517.917000', '191517.920000', '191517.922000', '191517.925000', '191517.928000', '191517.930000', '191517.933000', '191517.935000', '191517.938000', '191517.941000', '191517.943000', '191517.946000', '191517.948000', '191517.951000', '191517.954000', '191517.956000', '191517.959000', '191517.961000', '191517.964000', '191517.966000', '191517.969000', '191517.972000', '191517.974000', '191517.977000', '191517.979000', '191537.870000', '191537.873000', '191537.876000', '191537.878000', '191537.881000', '191537.883000', '191537.886000', '191537.889000', '191537.891000', '191537.894000', '191537.896000', '191537.899000', '191537.902000', '191537.904000', '191537.907000', '191537.909000', '191537.912000', '191537.915000', '191537.917000', '191537.920000', '191537.922000', '191537.925000', '191537.928000', '191537.930000', '191537.933000', '191537.935000', '191537.938000', '191537.940000', '191537.943000', '191537.946000', '191537.948000', '191537.951000', '191537.953000', '191537.956000', '191537.958000', '191537.961000', '191537.964000', '191537.966000', '191537.969000', '191537.971000', '191537.974000', '191537.976000', '191537.979000', '191537.981000', '191557.870000', '191557.873000', '191557.876000', '191557.878000', '191557.881000', '191557.884000', '191557.886000', '191557.889000', '191557.891000', '191557.894000', '191557.896000', '191557.899000', '191557.902000', '191557.904000', '191557.907000', '191557.909000', '191557.912000', '191557.915000', '191557.917000', '191557.920000', '191557.922000', '191557.925000', '191557.928000', '191557.930000', '191557.933000', '191557.935000', '191557.938000', '191557.941000', '191557.943000', '191557.946000', '191557.948000', '191557.951000', '191557.953000', '191557.966000', '191557.968000', '191557.971000', '191557.973000', '191557.976000', '191557.978000', '191557.981000', '191557.984000', '191557.986000', '191557.989000', '191617.870000', '191617.872000', '191617.875000', '191617.878000', '191617.880000', '191617.883000', '191617.885000', '191617.888000', '191617.890000', '191617.893000', '191617.896000', '191617.898000', '191617.901000', '191617.903000', '191617.906000', '191617.908000', '191617.911000', '191617.914000', '191617.916000', '191617.919000', '191617.922000', '191617.924000', '191617.927000', '191617.929000', '191617.932000', '191617.934000', '191617.937000', '191617.939000', '191617.942000', '191617.945000', '191617.947000', '191617.950000', '191617.952000', '191617.955000', '191617.958000', '191617.960000', '191617.963000', '191617.965000', '191617.968000', '191617.970000', '191617.973000', '191617.975000', '191617.978000', '191617.981000', '191637.870000', '191637.872000', '191637.875000', '191637.878000', '191637.880000', '191637.883000', '191637.885000', '191637.888000', '191637.891000', '191637.893000', '191637.896000', '191637.898000', '191637.901000', '191637.903000', '191637.906000', '191637.909000', '191637.911000', '191637.914000', '191637.917000', '191637.919000', '191637.922000', '191637.924000', '191637.927000', '191637.929000', '191637.932000', '191637.935000', '191637.937000', '191637.940000', '191637.942000', '191637.945000', '191637.948000', '191637.950000', '191637.953000', '191637.955000', '191637.958000', '191637.960000', '191637.963000', '191637.966000', '191637.968000', '191637.971000', '191637.973000', '191637.976000', '191637.979000', '191657.870000', '191657.872000', '191657.875000', '191657.878000', '191657.880000', '191657.883000', '191657.885000', '191657.888000', '191657.891000', '191657.893000', '191657.896000', '191657.898000', '191657.901000', '191657.904000', '191657.906000', '191657.909000', '191657.911000', '191657.914000', '191657.917000', '191657.919000', '191657.922000', '191657.925000', '191657.927000', '191657.930000', '191657.932000', '191657.935000', '191657.938000', '191657.940000', '191657.943000', '191657.945000', '191657.948000', '191657.951000', '191657.953000', '191657.956000', '191657.958000', '191657.961000', '191657.963000', '191657.966000', '191657.969000', '191657.971000', '191657.974000', '191657.976000', '191657.979000', '191657.982000', '191717.870000', '191717.873000', '191717.875000', '191717.878000', '191717.880000', '191717.883000', '191717.885000', '191717.888000', '191717.892000', '191717.894000', '191717.897000', '191717.900000', '191717.902000', '191717.905000', '191717.907000', '191717.910000', '191717.913000', '191717.915000', '191717.918000', '191717.920000', '191717.923000', '191717.925000', '191717.928000', '191717.931000', '191717.933000', '191717.936000', '191717.938000', '191717.941000', '191717.943000', '191717.958000', '191717.961000', '191717.963000', '191717.966000', '191717.968000', '191717.971000', '191717.974000', '191717.976000', '191717.979000', '191717.981000', '191717.984000', '191717.986000', '191717.990000', '191717.993000', '191737.871000', '191737.893000', '191737.895000', '191737.898000', '191737.900000', '191737.903000', '191737.905000', '191737.908000', '191737.911000', '191737.913000', '191737.916000', '191737.918000', '191737.921000', '191737.923000', '191737.926000', '191737.929000', '191737.931000', '191737.934000', '191737.937000', '191737.939000', '191737.942000', '191737.944000', '191737.947000', '191737.950000', '191737.952000', '191737.955000', '191737.958000', '191737.960000', '191737.963000', '191737.965000', '191737.968000', '191737.971000', '191737.973000', '191737.976000', '191737.979000', '191737.981000', '191737.984000', '191737.986000', '191737.989000', '191737.992000', '191737.994000', '191737.997000', '191737.999000', '191738.002000', '191757.871000', '191757.873000', '191757.876000', '191757.879000', '191757.881000', '191757.884000', '191757.886000', '191757.889000', '191757.892000', '191757.894000', '191757.897000', '191757.899000', '191757.902000', '191757.904000', '191757.907000', '191757.910000', '191757.912000', '191757.915000', '191757.918000', '191757.920000', '191757.923000', '191757.925000', '191757.928000', '191757.931000', '191757.933000', '191757.936000', '191757.938000', '191757.941000', '191757.944000', '191757.946000', '191757.949000', '191757.951000', '191757.954000', '191757.957000', '191757.959000', '191757.962000', '191757.964000', '191757.967000', '191757.970000', '191757.972000', '191757.975000', '191757.977000', '191757.980000', '191817.870000', '191817.885000', '191817.888000', '191817.890000', '191817.893000', '191817.895000', '191817.898000', '191817.901000', '191817.903000', '191817.906000', '191817.909000', '191817.911000', '191817.914000', '191817.916000', '191817.919000', '191817.922000', '191817.924000', '191817.927000', '191817.929000', '191817.932000', '191817.934000', '191817.937000', '191817.940000', '191817.942000', '191817.945000', '191817.947000', '191817.950000', '191817.953000', '191817.955000', '191817.958000', '191817.961000', '191817.963000', '191817.966000', '191817.969000', '191817.971000', '191817.974000', '191817.976000', '191817.979000', '191817.981000', '191817.984000', '191817.987000', '191817.989000', '191817.992000', '191837.870000', '191837.872000', '191837.875000', '191837.878000', '191837.880000', '191837.883000', '191837.885000', '191837.888000', '191837.891000', '191837.893000', '191837.896000', '191837.898000', '191837.901000', '191837.911000', '191837.914000', '191837.917000', '191837.919000', '191837.922000', '191837.924000', '191837.927000', '191837.929000', '191837.932000', '191837.935000', '191837.937000', '191837.940000', '191837.942000', '191837.945000', '191837.948000', '191837.950000', '191837.953000', '191837.956000', '191837.958000', '191837.961000', '191837.963000', '191837.966000', '191837.969000', '191837.971000', '191837.974000', '191837.976000', '191837.979000', '191837.982000', '191837.984000', '191837.987000', '191837.989000', '191857.870000', '191857.872000', '191857.875000', '191857.878000', '191857.880000', '191857.883000', '191857.886000', '191857.888000', '191857.891000', '191857.893000', '191857.896000', '191857.899000', '191857.901000', '191857.904000', '191857.907000', '191857.909000', '191857.912000', '191857.915000', '191857.917000', '191857.920000', '191857.922000', '191857.925000', '191857.928000', '191857.930000', '191857.933000', '191857.935000', '191857.938000', '191857.940000', '191857.943000', '191857.946000', '191857.948000', '191857.951000', '191857.953000', '191857.956000', '191857.958000', '191857.961000', '191857.964000', '191857.966000', '191857.969000', '191857.971000', '191857.974000', '191857.976000', '191857.979000', '191857.982000', '191917.870000', '191917.875000', '191917.878000', '191917.881000', '191917.883000', '191917.886000', '191917.888000', '191917.891000', '191917.894000', '191917.896000', '191917.899000', '191917.901000', '191917.904000', '191917.907000', '191917.909000', '191917.912000', '191917.915000', '191917.917000', '191917.920000', '191917.925000', '191917.928000', '191917.931000', '191917.933000', '191917.936000', '191917.939000', '191917.941000', '191917.944000', '191917.947000', '191917.949000', '191917.952000', '191917.955000', '191917.957000', '191917.960000', '191917.962000', '191917.965000', '191917.968000', '191917.970000', '191917.973000', '191917.975000', '191917.978000', '191917.981000', '191917.983000', '191917.986000', '191937.870000', '191937.873000', '191937.876000', '191937.878000', '191937.881000', '191937.884000', '191937.886000', '191937.889000', '191937.892000', '191937.895000', '191937.898000', '191937.900000', '191937.903000', '191937.906000', '191937.908000', '191937.911000', '191937.914000', '191937.916000', '191937.919000', '191937.921000', '191937.924000', '191937.926000', '191937.929000', '191937.932000', '191937.934000', '191937.937000', '191937.939000', '191937.942000', '191937.945000', '191937.948000', '191937.951000', '191937.953000', '191937.956000', '191937.958000', '191937.961000', '191937.964000', '191937.966000', '191937.969000', '191937.971000', '191937.974000', '191937.977000', '191937.979000', '191937.982000', '191937.984000', '191957.871000', '191957.874000', '191957.876000', '191957.879000', '191957.881000', '191957.884000', '191957.887000', '191957.889000', '191957.892000', '191957.894000', '191957.897000', '191957.900000', '191957.902000', '191957.905000', '191957.907000', '191957.910000', '191957.912000', '191957.915000', '191957.917000', '191957.920000', '191957.923000', '191957.925000', '191957.928000', '191957.930000', '191957.933000', '191957.936000', '191957.938000', '191957.941000', '191957.943000', '191957.946000', '191957.949000', '191957.951000', '191957.954000', '191957.956000', '191957.959000', '191957.961000', '191957.964000', '191957.967000', '191957.969000', '191957.972000', '191957.974000', '191957.977000', '191957.979000', '192017.871000', '192017.873000', '192017.876000', '192017.878000', '192017.881000', '192017.884000', '192017.886000', '192017.889000', '192017.892000', '192017.894000', '192017.897000', '192017.899000', '192017.902000', '192017.905000', '192017.907000', '192017.910000', '192017.912000', '192017.915000', '192017.917000', '192017.920000', '192017.923000', '192017.925000', '192017.928000', '192017.930000', '192017.933000', '192017.936000', '192017.938000', '192017.941000', '192017.943000', '192017.946000', '192017.949000', '192017.951000', '192017.954000', '192017.957000', '192017.959000', '192017.962000', '192017.964000', '192017.967000', '192017.970000', '192017.972000', '192017.975000', '192017.977000', '192017.980000', '192017.982000', '192037.870000', '192037.872000', '192037.875000', '192037.877000', '192037.880000', '192037.883000', '192037.885000', '192037.888000', '192037.891000', '192037.893000', '192037.896000', '192037.898000', '192037.901000', '192037.903000', '192037.906000', '192037.909000', '192037.911000', '192037.914000', '192037.916000', '192037.919000', '192037.921000', '192037.924000', '192037.927000', '192037.929000', '192037.932000', '192037.934000', '192037.937000', '192037.939000', '192037.942000', '192037.945000', '192037.947000', '192037.950000', '192037.952000', '192037.955000', '192037.958000', '192037.960000', '192037.963000', '192037.965000', '192037.968000', '192037.971000', '192037.973000', '192037.976000', '192037.978000', '192050.516000', '192050.518000', '192050.521000', '192050.524000', '192050.526000', '192050.529000', '192050.531000', '192050.534000', '192050.537000', '192050.539000', '192050.542000', '192050.545000', '192050.548000', '192050.550000', '192050.553000', '192050.556000', '192050.559000', '192050.562000', '192050.564000', '192050.567000', '192050.575000', '192050.578000', '192050.581000', '192050.583000', '192050.586000', '192050.589000', '192050.592000', '192050.594000'], 'InstanceCreationTime': ['190837.902000', '190837.905000', '190837.908000', '190837.910000', '190837.913000', '190837.915000', '190837.918000', '190837.920000', '190837.923000', '190837.926000', '190837.928000', '190837.931000', '190837.933000', '190837.950000', '190837.953000', '190837.955000', '190837.958000', '190837.961000', '190837.963000', '190837.966000', '190837.968000', '190837.971000', '190837.973000', '190837.976000', '190837.978000', '190837.981000', '190837.983000', '190837.986000', '190837.989000', '190837.991000', '190837.994000', '190837.996000', '190838.000000', '190838.002000', '190838.005000', '190838.007000', '190838.010000', '190838.012000', '190838.015000', '190838.017000', '190838.020000', '190838.023000', '190838.025000', '190838.028000', '190838.030000', '190838.033000', '190838.035000', '190857.870000', '190857.873000', '190857.876000', '190857.878000', '190857.881000', '190857.883000', '190857.886000', '190857.888000', '190857.891000', '190857.894000', '190857.896000', '190857.899000', '190857.901000', '190857.904000', '190857.906000', '190857.909000', '190857.911000', '190857.914000', '190857.916000', '190857.919000', '190857.922000', '190857.924000', '190857.927000', '190857.930000', '190857.932000', '190857.935000', '190857.937000', '190857.940000', '190857.943000', '190857.945000', '190857.948000', '190857.950000', '190857.953000', '190857.955000', '190857.958000', '190857.961000', '190857.963000', '190857.966000', '190857.968000', '190857.971000', '190857.973000', '190857.976000', '190857.978000', '190917.869000', '190917.901000', '190917.904000', '190917.906000', '190917.909000', '190917.911000', '190917.914000', '190917.916000', '190917.919000', '190917.922000', '190917.924000', '190917.927000', '190917.929000', '190917.932000', '190917.934000', '190917.937000', '190917.939000', '190917.942000', '190917.945000', '190917.947000', '190917.950000', '190917.952000', '190917.955000', '190917.957000', '190917.960000', '190917.963000', '190917.965000', '190917.968000', '190917.970000', '190917.973000', '190917.975000', '190917.978000', '190917.980000', '190917.983000', '190917.986000', '190917.988000', '190917.991000', '190917.993000', '190917.996000', '190917.998000', '190918.002000', '190918.005000', '190918.007000', '190918.010000', '190937.869000', '190937.872000', '190937.875000', '190937.877000', '190937.880000', '190937.882000', '190937.885000', '190937.888000', '190937.890000', '190937.893000', '190937.895000', '190937.898000', '190937.901000', '190937.903000', '190937.906000', '190937.908000', '190937.911000', '190937.913000', '190937.916000', '190937.918000', '190937.921000', '190937.924000', '190937.926000', '190937.929000', '190937.931000', '190937.934000', '190937.937000', '190937.946000', '190937.948000', '190937.951000', '190937.954000', '190937.956000', '190937.959000', '190937.961000', '190937.964000', '190937.967000', '190937.969000', '190937.972000', '190937.974000', '190937.977000', '190937.979000', '190937.982000', '190937.985000', '190957.870000', '190957.872000', '190957.875000', '190957.878000', '190957.880000', '190957.883000', '190957.885000', '190957.888000', '190957.891000', '190957.893000', '190957.896000', '190957.898000', '190957.901000', '190957.903000', '190957.906000', '190957.909000', '190957.911000', '190957.914000', '190957.916000', '190957.919000', '190957.921000', '190957.924000', '190957.927000', '190957.929000', '190957.932000', '190957.934000', '190957.937000', '190957.941000', '190957.944000', '190957.947000', '190957.950000', '190957.952000', '190957.955000', '190957.958000', '190957.960000', '190957.963000', '190957.965000', '190957.968000', '190957.970000', '190957.973000', '190957.976000', '190957.978000', '190957.981000', '190957.983000', '191017.869000', '191017.872000', '191017.875000', '191017.877000', '191017.880000', '191017.889000', '191017.892000', '191017.895000', '191017.897000', '191017.900000', '191017.902000', '191017.905000', '191017.908000', '191017.910000', '191017.913000', '191017.915000', '191017.918000', '191017.920000', '191017.923000', '191017.926000', '191017.928000', '191017.931000', '191017.933000', '191017.936000', '191017.938000', '191017.941000', '191017.944000', '191017.946000', '191017.949000', '191017.951000', '191017.954000', '191017.957000', '191017.959000', '191017.962000', '191017.964000', '191017.967000', '191017.970000', '191017.983000', '191017.986000', '191017.988000', '191017.991000', '191017.993000', '191017.996000', '191037.871000', '191037.873000', '191037.876000', '191037.878000', '191037.881000', '191037.884000', '191037.886000', '191037.889000', '191037.891000', '191037.894000', '191037.897000', '191037.899000', '191037.902000', '191037.904000', '191037.907000', '191037.910000', '191037.912000', '191037.915000', '191037.917000', '191037.920000', '191037.923000', '191037.925000', '191037.928000', '191037.930000', '191037.933000', '191037.936000', '191037.938000', '191037.941000', '191037.943000', '191037.946000', '191037.948000', '191037.951000', '191037.954000', '191037.956000', '191037.959000', '191037.961000', '191037.964000', '191037.966000', '191037.969000', '191037.972000', '191037.974000', '191037.977000', '191037.979000', '191037.982000', '191057.870000', '191057.873000', '191057.876000', '191057.879000', '191057.881000', '191057.884000', '191057.886000', '191057.889000', '191057.891000', '191057.894000', '191057.897000', '191057.899000', '191057.902000', '191057.904000', '191057.907000', '191057.910000', '191057.912000', '191057.915000', '191057.918000', '191057.920000', '191057.923000', '191057.925000', '191057.928000', '191057.930000', '191057.933000', '191057.936000', '191057.938000', '191057.941000', '191057.943000', '191057.946000', '191057.948000', '191057.951000', '191057.954000', '191057.956000', '191057.959000', '191057.962000', '191057.964000', '191057.967000', '191057.970000', '191057.972000', '191057.975000', '191057.977000', '191057.980000', '191117.870000', '191117.873000', '191117.876000', '191117.878000', '191117.881000', '191117.884000', '191117.886000', '191117.889000', '191117.891000', '191117.894000', '191117.896000', '191117.899000', '191117.902000', '191117.904000', '191117.907000', '191117.909000', '191117.912000', '191117.914000', '191117.917000', '191117.920000', '191117.922000', '191117.925000', '191117.927000', '191117.930000', '191117.932000', '191117.935000', '191117.937000', '191117.940000', '191117.943000', '191117.945000', '191117.948000', '191117.950000', '191117.953000', '191117.956000', '191117.958000', '191117.961000', '191117.963000', '191117.966000', '191117.968000', '191117.971000', '191117.974000', '191117.976000', '191117.979000', '191117.981000', '191137.870000', '191137.873000', '191137.875000', '191137.878000', '191137.880000', '191137.883000', '191137.885000', '191137.888000', '191137.890000', '191137.893000', '191137.896000', '191137.898000', '191137.901000', '191137.903000', '191137.906000', '191137.908000', '191137.911000', '191137.914000', '191137.916000', '191137.919000', '191137.921000', '191137.924000', '191137.927000', '191137.929000', '191137.932000', '191137.934000', '191137.937000', '191137.939000', '191137.942000', '191137.980000', '191137.983000', '191137.985000', '191137.988000', '191137.991000', '191137.993000', '191137.996000', '191137.998000', '191138.002000', '191138.004000', '191138.007000', '191138.009000', '191138.012000', '191138.015000', '191157.869000', '191157.880000', '191157.883000', '191157.885000', '191157.888000', '191157.890000', '191157.894000', '191157.897000', '191157.900000', '191157.902000', '191157.905000', '191157.907000', '191157.910000', '191157.913000', '191157.915000', '191157.918000', '191157.920000', '191157.923000', '191157.926000', '191157.928000', '191157.931000', '191157.933000', '191157.936000', '191157.938000', '191157.941000', '191157.944000', '191157.946000', '191157.949000', '191157.952000', '191157.954000', '191157.957000', '191157.959000', '191157.962000', '191157.965000', '191157.967000', '191157.970000', '191157.972000', '191157.975000', '191157.978000', '191157.980000', '191157.983000', '191157.986000', '191157.989000', '191217.869000', '191217.883000', '191217.886000', '191217.888000', '191217.891000', '191217.894000', '191217.896000', '191217.899000', '191217.901000', '191217.904000', '191217.907000', '191217.909000', '191217.912000', '191217.914000', '191217.917000', '191217.920000', '191217.922000', '191217.925000', '191217.927000', '191217.930000', '191217.933000', '191217.935000', '191217.938000', '191217.940000', '191217.943000', '191217.946000', '191217.948000', '191217.951000', '191217.953000', '191217.956000', '191217.959000', '191217.961000', '191217.964000', '191217.966000', '191217.969000', '191217.971000', '191217.974000', '191217.977000', '191217.979000', '191217.982000', '191217.984000', '191217.987000', '191217.989000', '191217.992000', '191237.870000', '191237.872000', '191237.875000', '191237.878000', '191237.880000', '191237.883000', '191237.886000', '191237.888000', '191237.891000', '191237.893000', '191237.896000', '191237.899000', '191237.901000', '191237.904000', '191237.906000', '191237.909000', '191237.911000', '191237.914000', '191237.917000', '191237.919000', '191237.922000', '191237.924000', '191237.927000', '191237.930000', '191237.932000', '191237.935000', '191237.937000', '191237.940000', '191237.943000', '191237.945000', '191237.948000', '191237.950000', '191237.953000', '191237.955000', '191237.958000', '191237.961000', '191237.963000', '191237.966000', '191237.968000', '191237.971000', '191237.973000', '191237.976000', '191237.979000', '191257.871000', '191257.873000', '191257.876000', '191257.879000', '191257.881000', '191257.884000', '191257.886000', '191257.889000', '191257.891000', '191257.894000', '191257.896000', '191257.899000', '191257.902000', '191257.904000', '191257.907000', '191257.910000', '191257.912000', '191257.915000', '191257.917000', '191257.920000', '191257.923000', '191257.925000', '191257.928000', '191257.930000', '191257.933000', '191257.935000', '191257.938000', '191257.941000', '191257.943000', '191257.946000', '191257.949000', '191257.951000', '191257.954000', '191257.956000', '191257.959000', '191257.961000', '191257.964000', '191257.967000', '191257.969000', '191257.972000', '191257.974000', '191257.977000', '191257.979000', '191257.982000', '191317.871000', '191317.873000', '191317.876000', '191317.879000', '191317.881000', '191317.884000', '191317.886000', '191317.889000', '191317.892000', '191317.894000', '191317.897000', '191317.899000', '191317.902000', '191317.905000', '191317.907000', '191317.910000', '191317.912000', '191317.915000', '191317.917000', '191317.920000', '191317.923000', '191317.925000', '191317.928000', '191317.930000', '191317.934000', '191317.936000', '191317.948000', '191317.951000', '191317.953000', '191317.956000', '191317.958000', '191317.961000', '191317.964000', '191317.966000', '191317.969000', '191317.972000', '191317.974000', '191317.977000', '191317.979000', '191317.982000', '191317.985000', '191317.987000', '191317.990000', '191337.870000', '191337.873000', '191337.876000', '191337.878000', '191337.881000', '191337.884000', '191337.886000', '191337.889000', '191337.891000', '191337.894000', '191337.897000', '191337.899000', '191337.902000', '191337.905000', '191337.907000', '191337.910000', '191337.912000', '191337.915000', '191337.918000', '191337.920000', '191337.923000', '191337.925000', '191337.928000', '191337.931000', '191337.933000', '191337.936000', '191337.938000', '191337.941000', '191337.944000', '191337.946000', '191337.949000', '191337.951000', '191337.954000', '191337.956000', '191337.959000', '191337.962000', '191337.973000', '191337.975000', '191337.978000', '191337.980000', '191337.983000', '191337.986000', '191337.988000', '191337.991000', '191357.869000', '191357.872000', '191357.875000', '191357.877000', '191357.880000', '191357.882000', '191357.885000', '191357.888000', '191357.890000', '191357.893000', '191357.896000', '191357.898000', '191357.901000', '191357.903000', '191357.906000', '191357.909000', '191357.911000', '191357.914000', '191357.916000', '191357.919000', '191357.921000', '191357.924000', '191357.926000', '191357.929000', '191357.932000', '191357.934000', '191357.937000', '191357.939000', '191357.942000', '191357.945000', '191357.947000', '191357.950000', '191357.952000', '191357.957000', '191357.959000', '191357.962000', '191357.964000', '191357.967000', '191357.970000', '191357.972000', '191357.975000', '191357.977000', '191357.980000', '191417.870000', '191417.873000', '191417.875000', '191417.878000', '191417.880000', '191417.883000', '191417.885000', '191417.888000', '191417.891000', '191417.893000', '191417.896000', '191417.898000', '191417.901000', '191417.904000', '191417.906000', '191417.909000', '191417.912000', '191417.914000', '191417.917000', '191417.919000', '191417.922000', '191417.924000', '191417.927000', '191417.929000', '191417.932000', '191417.935000', '191417.937000', '191417.940000', '191417.942000', '191417.945000', '191417.947000', '191417.950000', '191417.952000', '191417.955000', '191417.958000', '191417.960000', '191417.963000', '191417.965000', '191417.968000', '191417.971000', '191417.973000', '191417.976000', '191417.978000', '191417.981000', '191437.870000', '191437.872000', '191437.875000', '191437.878000', '191437.880000', '191437.883000', '191437.885000', '191437.888000', '191437.890000', '191437.893000', '191437.895000', '191437.898000', '191437.901000', '191437.903000', '191437.906000', '191437.908000', '191437.911000', '191437.914000', '191437.916000', '191437.919000', '191437.922000', '191437.925000', '191437.928000', '191437.931000', '191437.933000', '191437.936000', '191437.938000', '191437.941000', '191437.943000', '191437.946000', '191437.949000', '191437.951000', '191437.954000', '191437.956000', '191437.959000', '191437.962000', '191437.979000', '191437.981000', '191437.984000', '191437.987000', '191437.989000', '191437.992000', '191437.994000', '191457.870000', '191457.872000', '191457.875000', '191457.878000', '191457.880000', '191457.883000', '191457.885000', '191457.888000', '191457.891000', '191457.893000', '191457.896000', '191457.898000', '191457.901000', '191457.903000', '191457.906000', '191457.908000', '191457.911000', '191457.914000', '191457.916000', '191457.919000', '191457.921000', '191457.924000', '191457.926000', '191457.929000', '191457.932000', '191457.934000', '191457.937000', '191457.939000', '191457.942000', '191457.944000', '191457.947000', '191457.950000', '191457.952000', '191457.955000', '191457.957000', '191457.960000', '191457.962000', '191457.965000', '191457.968000', '191457.970000', '191457.973000', '191457.975000', '191457.978000', '191457.981000', '191517.870000', '191517.873000', '191517.876000', '191517.878000', '191517.881000', '191517.883000', '191517.886000', '191517.889000', '191517.891000', '191517.894000', '191517.896000', '191517.899000', '191517.902000', '191517.904000', '191517.907000', '191517.909000', '191517.912000', '191517.914000', '191517.917000', '191517.920000', '191517.922000', '191517.925000', '191517.928000', '191517.930000', '191517.933000', '191517.935000', '191517.938000', '191517.941000', '191517.943000', '191517.946000', '191517.948000', '191517.951000', '191517.954000', '191517.956000', '191517.959000', '191517.961000', '191517.964000', '191517.966000', '191517.969000', '191517.972000', '191517.974000', '191517.977000', '191517.979000', '191537.870000', '191537.873000', '191537.876000', '191537.878000', '191537.881000', '191537.883000', '191537.886000', '191537.889000', '191537.891000', '191537.894000', '191537.896000', '191537.899000', '191537.902000', '191537.904000', '191537.907000', '191537.909000', '191537.912000', '191537.915000', '191537.917000', '191537.920000', '191537.922000', '191537.925000', '191537.928000', '191537.930000', '191537.933000', '191537.935000', '191537.938000', '191537.940000', '191537.943000', '191537.946000', '191537.948000', '191537.951000', '191537.953000', '191537.956000', '191537.958000', '191537.961000', '191537.964000', '191537.966000', '191537.969000', '191537.971000', '191537.974000', '191537.976000', '191537.979000', '191537.981000', '191557.870000', '191557.873000', '191557.876000', '191557.878000', '191557.881000', '191557.884000', '191557.886000', '191557.889000', '191557.891000', '191557.894000', '191557.896000', '191557.899000', '191557.902000', '191557.904000', '191557.907000', '191557.909000', '191557.912000', '191557.915000', '191557.917000', '191557.920000', '191557.922000', '191557.925000', '191557.928000', '191557.930000', '191557.933000', '191557.935000', '191557.938000', '191557.941000', '191557.943000', '191557.946000', '191557.948000', '191557.951000', '191557.953000', '191557.966000', '191557.968000', '191557.971000', '191557.973000', '191557.976000', '191557.978000', '191557.981000', '191557.984000', '191557.986000', '191557.989000', '191617.870000', '191617.872000', '191617.875000', '191617.878000', '191617.880000', '191617.883000', '191617.885000', '191617.888000', '191617.890000', '191617.893000', '191617.896000', '191617.898000', '191617.901000', '191617.903000', '191617.906000', '191617.908000', '191617.911000', '191617.914000', '191617.916000', '191617.919000', '191617.922000', '191617.924000', '191617.927000', '191617.929000', '191617.932000', '191617.934000', '191617.937000', '191617.939000', '191617.942000', '191617.945000', '191617.947000', '191617.950000', '191617.952000', '191617.955000', '191617.958000', '191617.960000', '191617.963000', '191617.965000', '191617.968000', '191617.970000', '191617.973000', '191617.975000', '191617.978000', '191617.981000', '191637.870000', '191637.872000', '191637.875000', '191637.878000', '191637.880000', '191637.883000', '191637.885000', '191637.888000', '191637.891000', '191637.893000', '191637.896000', '191637.898000', '191637.901000', '191637.903000', '191637.906000', '191637.909000', '191637.911000', '191637.914000', '191637.917000', '191637.919000', '191637.922000', '191637.924000', '191637.927000', '191637.929000', '191637.932000', '191637.935000', '191637.937000', '191637.940000', '191637.942000', '191637.945000', '191637.948000', '191637.950000', '191637.953000', '191637.955000', '191637.958000', '191637.960000', '191637.963000', '191637.966000', '191637.968000', '191637.971000', '191637.973000', '191637.976000', '191637.979000', '191657.870000', '191657.872000', '191657.875000', '191657.878000', '191657.880000', '191657.883000', '191657.885000', '191657.888000', '191657.891000', '191657.893000', '191657.896000', '191657.898000', '191657.901000', '191657.904000', '191657.906000', '191657.909000', '191657.911000', '191657.914000', '191657.917000', '191657.919000', '191657.922000', '191657.925000', '191657.927000', '191657.930000', '191657.932000', '191657.935000', '191657.938000', '191657.940000', '191657.943000', '191657.945000', '191657.948000', '191657.951000', '191657.953000', '191657.956000', '191657.958000', '191657.961000', '191657.963000', '191657.966000', '191657.969000', '191657.971000', '191657.974000', '191657.976000', '191657.979000', '191657.982000', '191717.870000', '191717.873000', '191717.875000', '191717.878000', '191717.880000', '191717.883000', '191717.885000', '191717.888000', '191717.892000', '191717.894000', '191717.897000', '191717.900000', '191717.902000', '191717.905000', '191717.907000', '191717.910000', '191717.913000', '191717.915000', '191717.918000', '191717.920000', '191717.923000', '191717.925000', '191717.928000', '191717.931000', '191717.933000', '191717.936000', '191717.938000', '191717.941000', '191717.943000', '191717.958000', '191717.961000', '191717.963000', '191717.966000', '191717.968000', '191717.971000', '191717.974000', '191717.976000', '191717.979000', '191717.981000', '191717.984000', '191717.986000', '191717.990000', '191717.993000', '191737.871000', '191737.893000', '191737.895000', '191737.898000', '191737.900000', '191737.903000', '191737.905000', '191737.908000', '191737.911000', '191737.913000', '191737.916000', '191737.918000', '191737.921000', '191737.923000', '191737.926000', '191737.929000', '191737.931000', '191737.934000', '191737.937000', '191737.939000', '191737.942000', '191737.944000', '191737.947000', '191737.950000', '191737.952000', '191737.955000', '191737.958000', '191737.960000', '191737.963000', '191737.965000', '191737.968000', '191737.971000', '191737.973000', '191737.976000', '191737.979000', '191737.981000', '191737.984000', '191737.986000', '191737.989000', '191737.992000', '191737.994000', '191737.997000', '191737.999000', '191738.002000', '191757.871000', '191757.873000', '191757.876000', '191757.879000', '191757.881000', '191757.884000', '191757.886000', '191757.889000', '191757.892000', '191757.894000', '191757.897000', '191757.899000', '191757.902000', '191757.904000', '191757.907000', '191757.910000', '191757.912000', '191757.915000', '191757.918000', '191757.920000', '191757.923000', '191757.925000', '191757.928000', '191757.931000', '191757.933000', '191757.936000', '191757.938000', '191757.941000', '191757.944000', '191757.946000', '191757.949000', '191757.951000', '191757.954000', '191757.957000', '191757.959000', '191757.962000', '191757.964000', '191757.967000', '191757.970000', '191757.972000', '191757.975000', '191757.977000', '191757.980000', '191817.870000', '191817.885000', '191817.888000', '191817.890000', '191817.893000', '191817.895000', '191817.898000', '191817.901000', '191817.903000', '191817.906000', '191817.909000', '191817.911000', '191817.914000', '191817.916000', '191817.919000', '191817.922000', '191817.924000', '191817.927000', '191817.929000', '191817.932000', '191817.934000', '191817.937000', '191817.940000', '191817.942000', '191817.945000', '191817.947000', '191817.950000', '191817.953000', '191817.955000', '191817.958000', '191817.961000', '191817.963000', '191817.966000', '191817.969000', '191817.971000', '191817.974000', '191817.976000', '191817.979000', '191817.981000', '191817.984000', '191817.987000', '191817.989000', '191817.992000', '191837.870000', '191837.872000', '191837.875000', '191837.878000', '191837.880000', '191837.883000', '191837.885000', '191837.888000', '191837.891000', '191837.893000', '191837.896000', '191837.898000', '191837.901000', '191837.911000', '191837.914000', '191837.917000', '191837.919000', '191837.922000', '191837.924000', '191837.927000', '191837.929000', '191837.932000', '191837.935000', '191837.937000', '191837.940000', '191837.942000', '191837.945000', '191837.948000', '191837.950000', '191837.953000', '191837.956000', '191837.958000', '191837.961000', '191837.963000', '191837.966000', '191837.969000', '191837.971000', '191837.974000', '191837.976000', '191837.979000', '191837.982000', '191837.984000', '191837.987000', '191837.989000', '191857.870000', '191857.872000', '191857.875000', '191857.878000', '191857.880000', '191857.883000', '191857.886000', '191857.888000', '191857.891000', '191857.893000', '191857.896000', '191857.899000', '191857.901000', '191857.904000', '191857.907000', '191857.909000', '191857.912000', '191857.915000', '191857.917000', '191857.920000', '191857.922000', '191857.925000', '191857.928000', '191857.930000', '191857.933000', '191857.935000', '191857.938000', '191857.940000', '191857.943000', '191857.946000', '191857.948000', '191857.951000', '191857.953000', '191857.956000', '191857.958000', '191857.961000', '191857.964000', '191857.966000', '191857.969000', '191857.971000', '191857.974000', '191857.976000', '191857.979000', '191857.982000', '191917.870000', '191917.875000', '191917.878000', '191917.881000', '191917.883000', '191917.886000', '191917.888000', '191917.891000', '191917.894000', '191917.896000', '191917.899000', '191917.901000', '191917.904000', '191917.907000', '191917.909000', '191917.912000', '191917.915000', '191917.917000', '191917.920000', '191917.925000', '191917.928000', '191917.931000', '191917.933000', '191917.936000', '191917.939000', '191917.941000', '191917.944000', '191917.947000', '191917.949000', '191917.952000', '191917.955000', '191917.957000', '191917.960000', '191917.962000', '191917.965000', '191917.968000', '191917.970000', '191917.973000', '191917.975000', '191917.978000', '191917.981000', '191917.983000', '191917.986000', '191937.870000', '191937.873000', '191937.876000', '191937.878000', '191937.881000', '191937.884000', '191937.886000', '191937.889000', '191937.892000', '191937.895000', '191937.898000', '191937.900000', '191937.903000', '191937.906000', '191937.908000', '191937.911000', '191937.914000', '191937.916000', '191937.919000', '191937.921000', '191937.924000', '191937.926000', '191937.929000', '191937.932000', '191937.934000', '191937.937000', '191937.939000', '191937.942000', '191937.945000', '191937.948000', '191937.951000', '191937.953000', '191937.956000', '191937.958000', '191937.961000', '191937.964000', '191937.966000', '191937.969000', '191937.971000', '191937.974000', '191937.977000', '191937.979000', '191937.982000', '191937.984000', '191957.871000', '191957.874000', '191957.876000', '191957.879000', '191957.881000', '191957.884000', '191957.887000', '191957.889000', '191957.892000', '191957.894000', '191957.897000', '191957.900000', '191957.902000', '191957.905000', '191957.907000', '191957.910000', '191957.912000', '191957.915000', '191957.917000', '191957.920000', '191957.923000', '191957.925000', '191957.928000', '191957.930000', '191957.933000', '191957.936000', '191957.938000', '191957.941000', '191957.943000', '191957.946000', '191957.949000', '191957.951000', '191957.954000', '191957.956000', '191957.959000', '191957.961000', '191957.964000', '191957.967000', '191957.969000', '191957.972000', '191957.974000', '191957.977000', '191957.979000', '192017.871000', '192017.873000', '192017.876000', '192017.878000', '192017.881000', '192017.884000', '192017.886000', '192017.889000', '192017.892000', '192017.894000', '192017.897000', '192017.899000', '192017.902000', '192017.905000', '192017.907000', '192017.910000', '192017.912000', '192017.915000', '192017.917000', '192017.920000', '192017.923000', '192017.925000', '192017.928000', '192017.930000', '192017.933000', '192017.936000', '192017.938000', '192017.941000', '192017.943000', '192017.946000', '192017.949000', '192017.951000', '192017.954000', '192017.957000', '192017.959000', '192017.962000', '192017.964000', '192017.967000', '192017.970000', '192017.972000', '192017.975000', '192017.977000', '192017.980000', '192017.982000', '192037.870000', '192037.872000', '192037.875000', '192037.877000', '192037.880000', '192037.883000', '192037.885000', '192037.888000', '192037.891000', '192037.893000', '192037.896000', '192037.898000', '192037.901000', '192037.903000', '192037.906000', '192037.909000', '192037.911000', '192037.914000', '192037.916000', '192037.919000', '192037.921000', '192037.924000', '192037.927000', '192037.929000', '192037.932000', '192037.934000', '192037.937000', '192037.939000', '192037.942000', '192037.945000', '192037.947000', '192037.950000', '192037.952000', '192037.955000', '192037.958000', '192037.960000', '192037.963000', '192037.965000', '192037.968000', '192037.971000', '192037.973000', '192037.976000', '192037.978000', '192050.516000', '192050.518000', '192050.521000', '192050.524000', '192050.526000', '192050.529000', '192050.531000', '192050.534000', '192050.537000', '192050.539000', '192050.542000', '192050.545000', '192050.548000', '192050.550000', '192050.553000', '192050.556000', '192050.559000', '192050.562000', '192050.564000', '192050.567000', '192050.575000', '192050.578000', '192050.581000', '192050.583000', '192050.586000', '192050.589000', '192050.592000', '192050.594000'], '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': [11422, 13347, 10519, 13987, 10828, 13781, 11027, 14088, 11463, 13808, 10488, 13545, 10238, 13483, 10396, 13533, 10695, 13058, 10335, 13544, 10356, 13620, 10675, 13163, 9608, 13171, 8603, 12694, 8675, 12026, 7893, 12523, 9512, 12055, 11279, 12537, 8230, 13279, 8941, 13676, 9229, 13409, 9302, 13253, 8491, 13522, 8796, 12141, 15500, 11884, 13865, 10670, 13325, 10439, 13579, 9921, 13332, 9900, 13573, 9557, 12846, 8966, 13158, 8512, 12985, 8483, 12939, 8916, 12915, 8373, 13397, 8561, 12697, 9360, 12826, 13105, 11805, 9707, 11537, 11568, 11361, 13532, 11826, 8091, 12275, 8318, 13461, 8639, 14518, 11676, 9881, 12163, 9367, 13055, 8071, 13668, 8193, 13500, 8923, 14177, 8981, 13501, 8519, 13306, 8329, 12351, 7758, 12587, 9525, 11689, 14117, 11119, 11550, 11037, 13181, 11420, 14099, 10841, 13965, 11371, 10708, 11678, 7860, 12816, 12667, 11942, 14626, 11153, 13819, 10692, 13914, 10183, 13756, 9548, 13336, 8978, 13285, 8451, 12788, 8473, 11939, 14064, 11994, 12382, 10876, 13667, 10416, 12721, 9248, 12716, 8749, 12601, 8123, 12677, 8126, 12438, 8834, 13580, 9305, 13303, 10193, 13888, 9530, 13676, 8879, 13200, 8533, 13221, 8101, 12902, 9536, 12020, 7998, 13037, 8100, 12721, 8665, 12223, 8611, 12853, 8323, 12600, 8401, 13203, 9098, 13862, 9815, 14064, 10198, 13445, 9548, 13191, 9240, 13409, 8890, 13024, 8166, 12507, 9295, 11922, 9538, 11605, 12790, 11118, 13713, 10940, 8147, 11438, 8541, 12280, 8610, 12967, 8741, 13203, 7986, 13333, 8281, 12653, 8455, 12315, 10181, 11928, 8451, 11830, 9878, 11641, 11799, 10990, 7941, 12106, 8657, 11622, 10342, 11529, 12661, 11634, 8656, 11676, 10907, 11579, 14447, 10865, 12290, 11011, 11187, 10996, 13651, 10881, 13714, 11157, 11347, 11235, 11236, 11172, 12817, 11091, 14309, 11490, 10415, 10885, 11062, 11071, 10657, 10996, 8889, 14262, 10601, 8656, 10586, 8046, 13843, 13747, 11157, 14404, 10491, 13821, 10650, 14367, 11250, 11062, 11842, 8759, 14550, 12224, 14398, 11990, 11390, 13265, 8497, 14334, 9161, 14091, 10104, 14407, 10384, 13950, 10770, 13606, 10549, 13170, 10855, 12827, 10343, 12291, 10896, 10636, 11187, 10308, 12054, 7996, 12607, 8507, 13480, 8338, 13704, 9485, 13899, 10100, 13603, 10714, 13753, 10973, 13459, 11064, 13367, 11053, 13988, 10954, 13869, 10899, 13477, 10468, 13624, 10870, 13272, 10511, 13406, 10714, 13581, 10546, 12588, 10987, 12459, 10755, 13307, 10998, 11145, 10485, 12654, 10958, 14240, 10842, 12384, 10794, 12505, 10633, 12080, 11006, 11351, 11722, 13441, 11190, 14048, 10602, 13637, 10781, 13634, 10480, 13113, 10705, 13851, 10567, 12923, 10672, 13934, 10634, 13759, 10491, 13889, 10949, 13022, 10659, 13624, 10887, 14168, 11081, 13498, 10882, 13227, 10847, 10458, 11246, 8406, 12783, 8319, 13398, 8960, 13843, 8495, 13087, 8966, 13624, 8989, 13857, 9073, 13536, 8898, 13093, 8872, 13597, 9579, 13879, 10531, 14125, 11133, 12139, 11179, 12269, 11299, 13984, 11967, 8828, 11469, 9414, 12032, 10928, 12523, 7809, 12743, 8887, 12305, 9532, 12442, 8068, 13486, 8499, 13423, 8718, 12257, 10134, 12073, 7854, 11960, 9333, 11906, 8766, 12872, 8961, 14470, 11405, 12108, 11867, 7813, 12719, 7975, 12357, 8798, 13690, 9488, 14053, 10716, 14091, 11080, 13856, 11491, 11884, 10938, 11870, 11033, 12650, 10946, 13586, 11245, 9296, 10728, 10289, 11250, 12962, 11226, 11240, 11784, 9152, 11538, 10033, 11940, 12089, 11727, 7769, 11990, 8166, 12462, 10570, 11921, 14175, 11778, 12258, 10457, 13339, 10134, 13569, 10267, 12811, 9081, 13002, 8776, 12605, 8705, 12562, 8162, 12546, 7977, 12203, 8199, 12197, 8617, 13691, 9453, 13721, 9669, 13616, 8251, 12308, 8908, 12084, 7840, 12145, 9912, 11809, 14372, 11356, 12651, 10791, 13041, 10378, 13254, 10624, 13517, 11187, 7566, 11746, 8293, 12229, 12571, 11670, 11557, 11376, 8076, 11876, 8598, 12418, 9959, 12729, 8011, 13009, 8434, 13116, 9310, 12818, 9740, 12892, 7982, 12977, 8058, 12504, 8552, 13064, 8405, 13532, 9343, 13890, 9162, 13657, 8352, 12862, 8121, 13290, 8346, 12992, 8216, 12921, 8184, 13032, 8184, 12405, 8181, 12489, 9547, 12024, 8278, 12621, 9973, 12946, 10496, 13638, 9285, 12972, 7967, 12194, 8564, 12082, 9452, 11651, 13794, 11126, 14120, 11052, 13428, 10352, 13536, 10096, 13357, 9547, 13296, 10889, 12763, 10440, 14136, 10955, 14121, 10538, 13447, 10854, 12932, 10408, 13765, 10268, 13459, 9764, 13056, 8990, 12909, 8875, 12708, 8973, 13053, 9035, 13457, 8607, 12979, 8738, 12956, 8948, 13470, 8937, 13602, 8701, 13147, 8650, 13383, 8513, 13427, 8950, 13583, 8415, 13329, 8413, 13438, 8558, 12591, 13838, 11315, 13607, 11113, 12559, 10553, 12082, 10953, 10588, 11266, 9144, 11798, 7911, 12790, 7974, 12968, 13124, 10920, 11526, 11198, 10135, 11048, 13374, 11344, 13847, 10723, 13181, 10811, 13169, 10588, 11736, 10286, 9461, 11482, 8248, 12898, 8828, 13670, 9414, 13764, 9804, 13940, 10181, 14040, 9877, 13605, 9243, 13145, 8973, 13042, 8717, 13169, 9226, 13127, 8911, 13428, 8691, 12719, 8172, 12500, 8067, 12622, 8333, 12866, 8258, 13206, 8018, 11963, 9407, 11766, 7920, 12211, 8338, 12301, 12124, 11561, 9575, 11625, 12196, 11248, 11589, 11363, 10339, 11280, 7349, 11828, 7905, 12048, 13533, 10754, 13110, 10307, 11910, 9478, 13397, 9846, 13187, 10269, 12566, 10081, 13666, 9863, 13113, 9696, 13025, 9938, 14080, 10420, 8851, 10900, 7964, 12318, 9215, 12596, 9488, 13100, 7824, 13430, 8309, 13771, 8231, 13060, 8687, 13880, 8579, 13145, 8347, 12753, 9879, 12255, 10321, 12350, 9899, 11613, 9649, 11846, 10626, 12129, 7818, 12464, 8160, 12272, 10612, 11704, 7799, 11850, 9715, 11602, 13807, 10873, 13119, 10901, 13490, 10252, 13428, 10312, 13314, 10984, 9228, 10863, 7788, 11956, 10329, 11314, 14017, 11591, 12112, 10630, 13461, 10559, 13716, 10593, 12470, 10214, 13985, 10289, 13450, 10088, 13260, 10336, 13595, 10443, 13541, 10422, 13762, 10443, 12906, 10046, 13806, 10290, 13850, 10376, 13444, 10856, 13129, 9895, 13212, 9392, 12995, 9821, 12625, 9609, 13279, 8302, 12320, 8559, 11414, 7390, 12124, 8493, 12111, 9383, 11867, 8260, 12809, 9168, 11960, 14198, 10883, 13502, 10230, 12435, 9917, 13411, 10174, 13272, 10381, 13438, 10591, 12616, 10121, 13528, 10129, 13383, 10490, 14285, 11276, 7800, 11730, 8329, 12544, 9017, 13094, 8945, 13765, 8330, 13188, 8114, 12836, 9368, 12371, 12469, 12483, 13363, 11449, 13402, 11255, 12618, 11510, 8614, 11401, 10043, 11326, 13116, 11706, 8391, 11500, 11291, 10885, 13646, 10475, 13548, 10492, 13975, 10336, 13594, 9982, 13284, 10316, 13109, 9555, 12970, 8739, 12484, 8380, 11834, 7718, 12097, 9355, 11908, 12588, 11756, 7810, 11575, 10159, 11106, 13519, 10395, 13454, 10693, 13805, 9189, 13014, 8340, 12316, 7976, 12699, 7588, 12483, 8462, 12251, 9645, 13147, 8124, 13196, 8775, 13588, 8329, 12885, 7805, 12461, 12645, 11022, 13767, 10566, 12680, 9809, 13075, 10240, 13296, 10348, 12864, 10590, 14039, 10916, 14089, 10409, 13539, 10599, 13098, 9897, 12929, 10094, 13206, 10227, 12802, 9998, 13822, 9894, 13344, 10103, 13126, 10084, 12804, 9771, 13155, 10060, 13314, 9966, 12966, 10310, 13950, 10330, 13481, 9888, 12959, 9865, 12569, 9795, 13155, 10188, 13532, 10210, 13171, 10336, 13470, 10122, 12900, 10357, 13617, 10650, 12194, 10341, 12871, 10462, 13439, 10481, 12674, 10609, 13686, 10147, 13405, 10104, 12987, 10089, 13349, 10199, 12786, 10361, 12456, 10064, 13660, 10097, 13212, 9474, 13278, 10200, 13551, 9952, 13047, 9191, 13315, 10202, 13169, 10403, 13313, 10926, 12713, 10860, 11757, 11313, 7760, 12051, 8123, 12927, 8414, 12390, 8192, 13136, 8656, 12878, 8184, 12814, 8681, 13722, 9577, 13715, 10193, 12989, 9922, 13328, 9455, 13167, 8663, 12765, 8501, 12558, 9321, 13808, 11209, 8099, 12402, 9775, 14301, 11017, 14864, 9703, 13803, 8541, 13210, 8721, 13509, 8510, 13250, 8219, 13665, 9362, 14336, 10073, 14219, 10655, 14115, 10581, 14553, 10597, 13531, 10505, 13554, 10501, 13741, 11300, 7762, 12525, 9918, 11985, 11018, 8422, 12184, 9108, 13543, 10633, 13799, 10535, 13677, 11272, 7363, 11776, 8055, 12752, 8375, 13330, 9930, 13988, 10460, 13515, 10687, 13625, 10922, 10740, 11125, 8676, 11820, 8101, 13087, 8727, 13942, 10060, 14536, 10473, 13933, 10466, 13374, 10585, 13364, 11081, 8325, 11630, 8211, 13118, 8827, 13489, 10061, 14086, 10588, 13981, 10539, 13739, 10799, 13898, 10323, 13555, 10290, 13831, 10861, 12849, 10433, 13285, 10593, 13136, 10507, 12954, 10665, 13264, 10538, 13594, 10393, 13181, 10637, 12949, 9900, 13078, 10259, 13274, 9928, 12802, 10492, 11687, 10236, 8852, 10175, 7870, 12668, 10438, 8323, 12212, 9321, 12961, 7673, 13182, 10062, 12530, 12585, 11941, 7786, 12868, 10142, 12127, 12159, 11555, 14284, 11560, 7944, 11233, 8322, 11758, 10988, 11628, 8741, 12194, 11419, 11790, 14253, 10704, 13852, 11145, 14188, 10443, 13595, 10415, 13419, 10701, 12771, 10048, 13485, 10509, 13364, 10607, 12732, 10213, 13890, 10564, 13469, 9928, 12865, 10128, 13891, 9793, 13030, 8800, 12894, 8415, 12476, 7694, 12061, 10867, 11156, 13519, 11513, 13443, 10488, 13157, 10144, 13494, 10631, 13849, 10059, 13179, 9670, 13526, 10359, 12921, 9761, 13512, 10095, 13209, 9093, 12928, 9690, 13585, 9091, 13002, 8699, 12580, 8722, 11886, 8051, 12094, 11495, 11056, 14082, 11135, 9739, 11247, 8123, 11338, 13887, 10715, 13543, 10676, 12393, 10289, 14128, 10402, 13219, 10912, 13620, 10446, 13365, 10730, 13994, 11031, 12961, 10786, 14075, 10730, 13607, 10477, 13773, 10505, 12676, 10015, 12768, 10109, 12691, 10032, 12830, 9856, 13067, 9812, 13214, 9354, 13119, 9907, 13624, 9124, 12586, 8391, 12221, 9756, 13255, 10753, 7995, 12787, 9864, 13909, 11230, 13602, 10263, 14051, 8612, 13400, 9782, 12026, 13740, 12329, 12099, 11786, 15169, 11517, 14396, 11633, 13497, 10344, 13954, 10557, 13596, 8805, 12677, 8139, 12335, 8917, 11493, 14142, 10825, 13496, 10013, 12788, 9232, 12859, 8756, 12620, 7715, 11459, 12442, 10841, 13222, 10253, 13648, 10186, 13223, 10423, 12909, 9876, 13076, 9546, 13529, 8782, 12908, 8628, 13154, 8520, 13072, 8138, 12762, 8747, 11813, 9784, 11605, 13599, 10843, 13917, 10446, 13229, 9799, 12878, 9978, 12802, 9821, 13351, 9571, 13232, 8632, 12601, 8593, 12163, 8686, 12209, 8767, 12018, 10830, 12040, 8179, 12140, 8723, 12170, 9231, 11669, 8172, 12952, 8451, 12494, 9518, 12192, 13796, 11005, 13129, 10640, 14108, 10192, 13311, 10403, 12995, 10352, 14098, 10408, 13680, 10270, 13153, 9970, 13409, 9630, 13008, 9529, 13101, 9645, 13118, 9040, 13155, 9200, 13050, 9421, 13527, 10273, 13950, 10455, 14255, 9488, 13375, 10133, 13751, 10403, 14147, 10185, 13392, 10181, 13537, 10734, 14248, 10427, 13723, 10341, 13538, 10825, 13373, 10145, 13531, 10420, 13379, 9622, 13122, 10072, 13936, 10461, 13585, 9757, 13102, 10672, 13034, 10119, 13619, 10207, 13371, 10639, 13152, 9941, 13058, 9818, 13192, 9378, 13573, 9816, 13669, 10377, 13395, 10565, 13657, 10808, 12598, 10433, 11348, 10428, 7602, 12993, 10308, 11969, 11525, 8565, 13504, 9858, 14645, 11047, 12856, 11325, 10838, 12571, 8022, 13614, 8933, 14183, 9684, 14114, 10955, 14121, 10676, 13692, 10732, 13651, 11397, 9144, 11149, 9143, 11736, 9778, 11690, 11077, 12352, 7806, 12617, 9119, 12638, 10226, 12165, 10110, 12478, 8946, 13443, 10543, 9150, 11441, 8367, 13602, 8560, 13234, 9905, 11725, 15017, 11039, 14334, 10341, 13785, 8756, 13232, 10589, 12806, 14546, 11675, 14605, 11113, 14169, 10460, 13379], 'WindowCenter': [4166.0, 4162.0, 4128.0, 4146.0, 4125.0, 4144.0, 4124.0, 4142.0, 4119.0, 4128.0, 4100.0, 4129.0, 4100.0, 4132.0, 4112.0, 4130.0, 4111.0, 4130.0, 4111.0, 4132.0, 4113.0, 4142.0, 4113.0, 4133.0, 4102.0, 4133.0, 4093.0, 4134.0, 4091.0, 4133.0, 4079.0, 4131.0, 4100.0, 4132.0, 4123.0, 4133.0, 4078.0, 4132.0, 4090.0, 4142.0, 4100.0, 4142.0, 4091.0, 4133.0, 4077.0, 4131.0, 4077.0, 4122.0, 4141.0, 4120.0, 4129.0, 4096.0, 4118.0, 4099.0, 4130.0, 4088.0, 4129.0, 4087.0, 4127.0, 4086.0, 4120.0, 4076.0, 4129.0, 4074.0, 4118.0, 4075.0, 4119.0, 4089.0, 4119.0, 4078.0, 4130.0, 4077.0, 4130.0, 4088.0, 4131.0, 4130.0, 4120.0, 4086.0, 4120.0, 4120.0, 4120.0, 4142.0, 4120.0, 4078.0, 4121.0, 4079.0, 4129.0, 4078.0, 4140.0, 4121.0, 4099.0, 4135.0, 4100.0, 4132.0, 4079.0, 4131.0, 4078.0, 4130.0, 4088.0, 4131.0, 4086.0, 4128.0, 4076.0, 4129.0, 4065.0, 4119.0, 4064.0, 4118.0, 4085.0, 4108.0, 4128.0, 4120.0, 4120.0, 4111.0, 4129.0, 4121.0, 4143.0, 4122.0, 4142.0, 4121.0, 4110.0, 4120.0, 4077.0, 4132.0, 4130.0, 4121.0, 4141.0, 4110.0, 4129.0, 4099.0, 4129.0, 4098.0, 4129.0, 4086.0, 4127.0, 4087.0, 4129.0, 4066.0, 4117.0, 4066.0, 4119.0, 4127.0, 4118.0, 4116.0, 4096.0, 4127.0, 4097.0, 4117.0, 4085.0, 4117.0, 4064.0, 4107.0, 4064.0, 4118.0, 4066.0, 4116.0, 4073.0, 4117.0, 4085.0, 4127.0, 4098.0, 4129.0, 4100.0, 4130.0, 4076.0, 4117.0, 4074.0, 4117.0, 4065.0, 4119.0, 4086.0, 4107.0, 4064.0, 4117.0, 4064.0, 4118.0, 4076.0, 4118.0, 4076.0, 4118.0, 4066.0, 4117.0, 4077.0, 4130.0, 4089.0, 4130.0, 4098.0, 4128.0, 4098.0, 4129.0, 4088.0, 4130.0, 4088.0, 4129.0, 4077.0, 4118.0, 4065.0, 4119.0, 4086.0, 4108.0, 4084.0, 4108.0, 4115.0, 4108.0, 4141.0, 4109.0, 4066.0, 4120.0, 4088.0, 4131.0, 4090.0, 4131.0, 4091.0, 4133.0, 4079.0, 4132.0, 4076.0, 4128.0, 4078.0, 4121.0, 4099.0, 4120.0, 4078.0, 4120.0, 4085.0, 4108.0, 4120.0, 4107.0, 4068.0, 4119.0, 4089.0, 4121.0, 4110.0, 4122.0, 4130.0, 4123.0, 4091.0, 4121.0, 4109.0, 4121.0, 4142.0, 4111.0, 4119.0, 4109.0, 4110.0, 4110.0, 4130.0, 4121.0, 4144.0, 4121.0, 4107.0, 4120.0, 4108.0, 4119.0, 4130.0, 4121.0, 4141.0, 4119.0, 4109.0, 4123.0, 4123.0, 4123.0, 4112.0, 4136.0, 4102.0, 4153.0, 4124.0, 4100.0, 4124.0, 4093.0, 4157.0, 4144.0, 4122.0, 4143.0, 4111.0, 4142.0, 4110.0, 4141.0, 4121.0, 4122.0, 4131.0, 4090.0, 4143.0, 4133.0, 4143.0, 4120.0, 4108.0, 4117.0, 4065.0, 4116.0, 4073.0, 4115.0, 4084.0, 4114.0, 4081.0, 4113.0, 4083.0, 4114.0, 4093.0, 4116.0, 4094.0, 4114.0, 4096.0, 4105.0, 4107.0, 4108.0, 4121.0, 4098.0, 4119.0, 4067.0, 4120.0, 4078.0, 4142.0, 4078.0, 4139.0, 4098.0, 4131.0, 4099.0, 4128.0, 4110.0, 4140.0, 4110.0, 4140.0, 4122.0, 4143.0, 4121.0, 4140.0, 4109.0, 4128.0, 4110.0, 4128.0, 4109.0, 4130.0, 4109.0, 4129.0, 4109.0, 4130.0, 4110.0, 4140.0, 4112.0, 4131.0, 4122.0, 4132.0, 4122.0, 4144.0, 4124.0, 4122.0, 4122.0, 4143.0, 4122.0, 4154.0, 4125.0, 4134.0, 4123.0, 4131.0, 4123.0, 4133.0, 4125.0, 4122.0, 4135.0, 4144.0, 4124.0, 4153.0, 4113.0, 4142.0, 4121.0, 4141.0, 4124.0, 4144.0, 4124.0, 4155.0, 4126.0, 4144.0, 4124.0, 4154.0, 4126.0, 4155.0, 4125.0, 4144.0, 4125.0, 4143.0, 4124.0, 4143.0, 4123.0, 4155.0, 4123.0, 4143.0, 4123.0, 4143.0, 4123.0, 4110.0, 4123.0, 4091.0, 4144.0, 4092.0, 4144.0, 4102.0, 4156.0, 4105.0, 4144.0, 4104.0, 4142.0, 4102.0, 4142.0, 4102.0, 4142.0, 4102.0, 4143.0, 4101.0, 4142.0, 4112.0, 4143.0, 4123.0, 4153.0, 4122.0, 4132.0, 4124.0, 4133.0, 4123.0, 4153.0, 4135.0, 4090.0, 4123.0, 4101.0, 4135.0, 4124.0, 4133.0, 4069.0, 4131.0, 4089.0, 4133.0, 4103.0, 4133.0, 4081.0, 4142.0, 4091.0, 4144.0, 4089.0, 4134.0, 4111.0, 4132.0, 4080.0, 4122.0, 4088.0, 4119.0, 4078.0, 4130.0, 4090.0, 4154.0, 4135.0, 4132.0, 4131.0, 4069.0, 4131.0, 4070.0, 4132.0, 4091.0, 4142.0, 4099.0, 4142.0, 4110.0, 4140.0, 4122.0, 4141.0, 4123.0, 4133.0, 4121.0, 4119.0, 4111.0, 4129.0, 4111.0, 4129.0, 4122.0, 4088.0, 4121.0, 4110.0, 4121.0, 4132.0, 4123.0, 4110.0, 4121.0, 4089.0, 4120.0, 4097.0, 4120.0, 4119.0, 4120.0, 4068.0, 4121.0, 4078.0, 4130.0, 4108.0, 4122.0, 4130.0, 4122.0, 4120.0, 4098.0, 4128.0, 4098.0, 4129.0, 4097.0, 4119.0, 4077.0, 4130.0, 4077.0, 4130.0, 4089.0, 4132.0, 4079.0, 4131.0, 4080.0, 4132.0, 4091.0, 4132.0, 4091.0, 4144.0, 4102.0, 4143.0, 4102.0, 4144.0, 4081.0, 4133.0, 4090.0, 4132.0, 4079.0, 4133.0, 4099.0, 4122.0, 4143.0, 4122.0, 4130.0, 4111.0, 4131.0, 4111.0, 4132.0, 4112.0, 4143.0, 4123.0, 4069.0, 4123.0, 4080.0, 4133.0, 4130.0, 4122.0, 4121.0, 4122.0, 4069.0, 4122.0, 4090.0, 4133.0, 4113.0, 4132.0, 4078.0, 4131.0, 4078.0, 4131.0, 4089.0, 4131.0, 4101.0, 4130.0, 4067.0, 4130.0, 4068.0, 4131.0, 4089.0, 4132.0, 4079.0, 4131.0, 4100.0, 4142.0, 4100.0, 4144.0, 4092.0, 4130.0, 4079.0, 4131.0, 4078.0, 4131.0, 4079.0, 4131.0, 4079.0, 4132.0, 4078.0, 4121.0, 4078.0, 4131.0, 4101.0, 4121.0, 4080.0, 4131.0, 4110.0, 4144.0, 4124.0, 4154.0, 4101.0, 4144.0, 4092.0, 4147.0, 4093.0, 4134.0, 4101.0, 4134.0, 4144.0, 4125.0, 4142.0, 4123.0, 4133.0, 4112.0, 4131.0, 4109.0, 4132.0, 4101.0, 4131.0, 4109.0, 4128.0, 4110.0, 4139.0, 4110.0, 4140.0, 4109.0, 4131.0, 4111.0, 4117.0, 4099.0, 4128.0, 4099.0, 4130.0, 4099.0, 4129.0, 4076.0, 4118.0, 4087.0, 4131.0, 4090.0, 4131.0, 4089.0, 4131.0, 4089.0, 4129.0, 4090.0, 4132.0, 4089.0, 4142.0, 4090.0, 4140.0, 4090.0, 4142.0, 4091.0, 4142.0, 4089.0, 4131.0, 4089.0, 4132.0, 4081.0, 4133.0, 4077.0, 4131.0, 4079.0, 4120.0, 4129.0, 4109.0, 4130.0, 4107.0, 4118.0, 4098.0, 4116.0, 4109.0, 4110.0, 4121.0, 4098.0, 4121.0, 4078.0, 4129.0, 4079.0, 4132.0, 4142.0, 4122.0, 4121.0, 4120.0, 4110.0, 4122.0, 4131.0, 4120.0, 4143.0, 4122.0, 4132.0, 4111.0, 4131.0, 4110.0, 4122.0, 4110.0, 4101.0, 4122.0, 4080.0, 4132.0, 4101.0, 4144.0, 4102.0, 4145.0, 4112.0, 4144.0, 4112.0, 4142.0, 4101.0, 4143.0, 4103.0, 4144.0, 4091.0, 4131.0, 4078.0, 4131.0, 4088.0, 4133.0, 4090.0, 4133.0, 4089.0, 4130.0, 4080.0, 4130.0, 4080.0, 4133.0, 4080.0, 4131.0, 4080.0, 4132.0, 4079.0, 4133.0, 4099.0, 4133.0, 4079.0, 4132.0, 4080.0, 4135.0, 4136.0, 4134.0, 4102.0, 4122.0, 4122.0, 4123.0, 4122.0, 4124.0, 4111.0, 4122.0, 4070.0, 4122.0, 4081.0, 4132.0, 4144.0, 4121.0, 4145.0, 4113.0, 4121.0, 4102.0, 4143.0, 4113.0, 4144.0, 4112.0, 4133.0, 4111.0, 4143.0, 4102.0, 4131.0, 4103.0, 4141.0, 4112.0, 4143.0, 4123.0, 4101.0, 4122.0, 4082.0, 4145.0, 4104.0, 4135.0, 4103.0, 4145.0, 4071.0, 4142.0, 4092.0, 4144.0, 4080.0, 4142.0, 4092.0, 4144.0, 4090.0, 4131.0, 4078.0, 4131.0, 4100.0, 4121.0, 4099.0, 4121.0, 4087.0, 4108.0, 4087.0, 4121.0, 4110.0, 4120.0, 4067.0, 4119.0, 4077.0, 4121.0, 4108.0, 4119.0, 4068.0, 4122.0, 4100.0, 4122.0, 4142.0, 4122.0, 4132.0, 4112.0, 4131.0, 4111.0, 4131.0, 4113.0, 4144.0, 4124.0, 4101.0, 4123.0, 4082.0, 4134.0, 4112.0, 4124.0, 4143.0, 4123.0, 4122.0, 4112.0, 4133.0, 4114.0, 4143.0, 4113.0, 4132.0, 4101.0, 4139.0, 4099.0, 4132.0, 4113.0, 4132.0, 4100.0, 4130.0, 4110.0, 4131.0, 4112.0, 4143.0, 4112.0, 4131.0, 4101.0, 4140.0, 4110.0, 4142.0, 4114.0, 4132.0, 4111.0, 4132.0, 4100.0, 4131.0, 4103.0, 4134.0, 4102.0, 4133.0, 4101.0, 4132.0, 4081.0, 4134.0, 4090.0, 4121.0, 4059.0, 4122.0, 4090.0, 4133.0, 4100.0, 4122.0, 4080.0, 4133.0, 4090.0, 4121.0, 4141.0, 4110.0, 4142.0, 4111.0, 4120.0, 4101.0, 4141.0, 4111.0, 4133.0, 4113.0, 4154.0, 4126.0, 4134.0, 4113.0, 4142.0, 4113.0, 4158.0, 4125.0, 4153.0, 4123.0, 4083.0, 4132.0, 4093.0, 4145.0, 4104.0, 4144.0, 4104.0, 4157.0, 4092.0, 4145.0, 4081.0, 4133.0, 4102.0, 4131.0, 4120.0, 4122.0, 4130.0, 4110.0, 4130.0, 4109.0, 4119.0, 4109.0, 4077.0, 4108.0, 4086.0, 4108.0, 4119.0, 4109.0, 4066.0, 4107.0, 4096.0, 4097.0, 4131.0, 4099.0, 4129.0, 4099.0, 4129.0, 4099.0, 4130.0, 4100.0, 4130.0, 4100.0, 4130.0, 4088.0, 4129.0, 4078.0, 4121.0, 4079.0, 4121.0, 4067.0, 4120.0, 4087.0, 4122.0, 4119.0, 4120.0, 4067.0, 4121.0, 4098.0, 4120.0, 4142.0, 4113.0, 4142.0, 4110.0, 4142.0, 4089.0, 4132.0, 4092.0, 4132.0, 4078.0, 4131.0, 4068.0, 4131.0, 4080.0, 4133.0, 4102.0, 4130.0, 4080.0, 4131.0, 4079.0, 4142.0, 4081.0, 4133.0, 4069.0, 4132.0, 4118.0, 4111.0, 4142.0, 4111.0, 4129.0, 4101.0, 4130.0, 4110.0, 4142.0, 4113.0, 4131.0, 4111.0, 4141.0, 4111.0, 4141.0, 4113.0, 4133.0, 4099.0, 4120.0, 4099.0, 4119.0, 4099.0, 4133.0, 4112.0, 4130.0, 4101.0, 4141.0, 4112.0, 4132.0, 4110.0, 4131.0, 4112.0, 4131.0, 4101.0, 4130.0, 4100.0, 4142.0, 4113.0, 4132.0, 4112.0, 4143.0, 4111.0, 4143.0, 4113.0, 4133.0, 4101.0, 4130.0, 4099.0, 4131.0, 4110.0, 4143.0, 4125.0, 4143.0, 4113.0, 4143.0, 4111.0, 4132.0, 4112.0, 4154.0, 4126.0, 4133.0, 4114.0, 4144.0, 4124.0, 4145.0, 4125.0, 4145.0, 4124.0, 4144.0, 4113.0, 4146.0, 4114.0, 4144.0, 4113.0, 4142.0, 4113.0, 4145.0, 4123.0, 4145.0, 4114.0, 4155.0, 4126.0, 4147.0, 4115.0, 4145.0, 4113.0, 4145.0, 4103.0, 4133.0, 4103.0, 4144.0, 4113.0, 4133.0, 4112.0, 4131.0, 4111.0, 4131.0, 4122.0, 4121.0, 4111.0, 4069.0, 4121.0, 4069.0, 4132.0, 4081.0, 4131.0, 4080.0, 4132.0, 4080.0, 4132.0, 4081.0, 4144.0, 4090.0, 4144.0, 4100.0, 4142.0, 4111.0, 4142.0, 4113.0, 4145.0, 4104.0, 4143.0, 4092.0, 4134.0, 4106.0, 4148.0, 4116.0, 4156.0, 4125.0, 4082.0, 4133.0, 4113.0, 4153.0, 4123.0, 4156.0, 4102.0, 4143.0, 4091.0, 4132.0, 4079.0, 4131.0, 4092.0, 4130.0, 4078.0, 4129.0, 4087.0, 4128.0, 4086.0, 4126.0, 4096.0, 4118.0, 4083.0, 4115.0, 4084.0, 4105.0, 4084.0, 4115.0, 4084.0, 4114.0, 4095.0, 4055.0, 4105.0, 4086.0, 4108.0, 4106.0, 4067.0, 4119.0, 4077.0, 4128.0, 4097.0, 4129.0, 4112.0, 4128.0, 4110.0, 4057.0, 4119.0, 4067.0, 4128.0, 4081.0, 4131.0, 4101.0, 4143.0, 4112.0, 4143.0, 4124.0, 4145.0, 4123.0, 4123.0, 4125.0, 4092.0, 4134.0, 4083.0, 4146.0, 4094.0, 4156.0, 4113.0, 4144.0, 4112.0, 4144.0, 4113.0, 4145.0, 4125.0, 4143.0, 4121.0, 4091.0, 4124.0, 4092.0, 4144.0, 4104.0, 4144.0, 4114.0, 4154.0, 4125.0, 4155.0, 4126.0, 4146.0, 4125.0, 4144.0, 4114.0, 4144.0, 4125.0, 4156.0, 4126.0, 4134.0, 4111.0, 4133.0, 4113.0, 4145.0, 4125.0, 4131.0, 4113.0, 4133.0, 4112.0, 4143.0, 4112.0, 4145.0, 4114.0, 4131.0, 4113.0, 4143.0, 4114.0, 4145.0, 4113.0, 4144.0, 4125.0, 4136.0, 4124.0, 4103.0, 4127.0, 4108.0, 4160.0, 4141.0, 4120.0, 4164.0, 4130.0, 4161.0, 4087.0, 4149.0, 4115.0, 4149.0, 4146.0, 4138.0, 4081.0, 4146.0, 4111.0, 4134.0, 4132.0, 4134.0, 4144.0, 4123.0, 4080.0, 4122.0, 4082.0, 4134.0, 4126.0, 4136.0, 4094.0, 4133.0, 4122.0, 4134.0, 4155.0, 4125.0, 4144.0, 4125.0, 4142.0, 4112.0, 4143.0, 4112.0, 4143.0, 4114.0, 4133.0, 4101.0, 4133.0, 4111.0, 4143.0, 4112.0, 4132.0, 4113.0, 4142.0, 4112.0, 4144.0, 4114.0, 4132.0, 4112.0, 4143.0, 4101.0, 4133.0, 4091.0, 4134.0, 4081.0, 4133.0, 4070.0, 4122.0, 4123.0, 4123.0, 4131.0, 4123.0, 4132.0, 4111.0, 4132.0, 4112.0, 4144.0, 4113.0, 4142.0, 4102.0, 4133.0, 4114.0, 4144.0, 4111.0, 4131.0, 4102.0, 4131.0, 4111.0, 4144.0, 4104.0, 4133.0, 4102.0, 4143.0, 4091.0, 4132.0, 4090.0, 4131.0, 4079.0, 4121.0, 4070.0, 4133.0, 4120.0, 4123.0, 4143.0, 4122.0, 4100.0, 4122.0, 4081.0, 4123.0, 4142.0, 4113.0, 4144.0, 4123.0, 4133.0, 4114.0, 4155.0, 4137.0, 4144.0, 4125.0, 4144.0, 4113.0, 4142.0, 4121.0, 4144.0, 4123.0, 4131.0, 4110.0, 4142.0, 4111.0, 4131.0, 4112.0, 4131.0, 4098.0, 4118.0, 4098.0, 4119.0, 4109.0, 4132.0, 4100.0, 4132.0, 4100.0, 4131.0, 4101.0, 4132.0, 4102.0, 4133.0, 4101.0, 4143.0, 4103.0, 4145.0, 4093.0, 4132.0, 4103.0, 4131.0, 4111.0, 4079.0, 4131.0, 4113.0, 4142.0, 4125.0, 4145.0, 4112.0, 4145.0, 4091.0, 4141.0, 4100.0, 4121.0, 4131.0, 4120.0, 4107.0, 4108.0, 4127.0, 4096.0, 4126.0, 4095.0, 4104.0, 4082.0, 4114.0, 4082.0, 4104.0, 4063.0, 4104.0, 4040.0, 4092.0, 4049.0, 4092.0, 4101.0, 4081.0, 4114.0, 4084.0, 4103.0, 4071.0, 4101.0, 4063.0, 4106.0, 4054.0, 4106.0, 4117.0, 4096.0, 4117.0, 4097.0, 4128.0, 4099.0, 4129.0, 4107.0, 4119.0, 4098.0, 4129.0, 4089.0, 4131.0, 4078.0, 4131.0, 4078.0, 4129.0, 4078.0, 4130.0, 4067.0, 4131.0, 4090.0, 4121.0, 4099.0, 4120.0, 4129.0, 4108.0, 4130.0, 4110.0, 4131.0, 4112.0, 4133.0, 4113.0, 4144.0, 4113.0, 4144.0, 4113.0, 4146.0, 4102.0, 4147.0, 4094.0, 4134.0, 4092.0, 4135.0, 4092.0, 4136.0, 4124.0, 4134.0, 4093.0, 4133.0, 4093.0, 4135.0, 4113.0, 4136.0, 4093.0, 4146.0, 4093.0, 4146.0, 4113.0, 4146.0, 4158.0, 4135.0, 4146.0, 4124.0, 4155.0, 4113.0, 4145.0, 4125.0, 4145.0, 4127.0, 4155.0, 4125.0, 4157.0, 4127.0, 4156.0, 4125.0, 4155.0, 4115.0, 4145.0, 4117.0, 4157.0, 4115.0, 4158.0, 4117.0, 4145.0, 4117.0, 4158.0, 4116.0, 4155.0, 4126.0, 4156.0, 4127.0, 4156.0, 4126.0, 4157.0, 4127.0, 4156.0, 4126.0, 4155.0, 4125.0, 4156.0, 4126.0, 4146.0, 4125.0, 4155.0, 4125.0, 4144.0, 4125.0, 4145.0, 4124.0, 4142.0, 4113.0, 4141.0, 4124.0, 4145.0, 4114.0, 4134.0, 4101.0, 4142.0, 4111.0, 4142.0, 4112.0, 4144.0, 4113.0, 4131.0, 4111.0, 4141.0, 4124.0, 4143.0, 4112.0, 4132.0, 4099.0, 4132.0, 4111.0, 4142.0, 4101.0, 4142.0, 4111.0, 4142.0, 4111.0, 4143.0, 4125.0, 4144.0, 4123.0, 4132.0, 4112.0, 4121.0, 4110.0, 4081.0, 4143.0, 4126.0, 4146.0, 4136.0, 4093.0, 4144.0, 4114.0, 4153.0, 4124.0, 4134.0, 4124.0, 4112.0, 4133.0, 4081.0, 4141.0, 4090.0, 4142.0, 4103.0, 4142.0, 4109.0, 4131.0, 4100.0, 4129.0, 4111.0, 4143.0, 4122.0, 4090.0, 4122.0, 4087.0, 4121.0, 4113.0, 4133.0, 4111.0, 4132.0, 4070.0, 4131.0, 4088.0, 4131.0, 4112.0, 4133.0, 4113.0, 4121.0, 4091.0, 4130.0, 4110.0, 4101.0, 4123.0, 4093.0, 4156.0, 4092.0, 4145.0, 4102.0, 4122.0, 4142.0, 4112.0, 4142.0, 4100.0, 4131.0, 4078.0, 4117.0, 4096.0, 4118.0, 4127.0, 4095.0, 4114.0, 4094.0, 4114.0, 4084.0, 4102.0], 'WindowWidth': [9252.0, 9236.0, 9182.0, 9202.0, 9169.0, 9195.0, 9166.0, 9187.0, 9155.0, 9166.0, 9127.0, 9166.0, 9129.0, 9174.0, 9150.0, 9169.0, 9143.0, 9169.0, 9145.0, 9174.0, 9151.0, 9190.0, 9152.0, 9177.0, 9135.0, 9178.0, 9124.0, 9181.0, 9117.0, 9176.0, 9099.0, 9173.0, 9129.0, 9176.0, 9163.0, 9176.0, 9099.0, 9175.0, 9116.0, 9188.0, 9130.0, 9191.0, 9118.0, 9179.0, 9096.0, 9172.0, 9096.0, 9161.0, 9185.0, 9154.0, 9163.0, 9117.0, 9149.0, 9125.0, 9167.0, 9107.0, 9164.0, 9106.0, 9161.0, 9103.0, 9154.0, 9093.0, 9165.0, 9085.0, 9148.0, 9089.0, 9153.0, 9112.0, 9152.0, 9096.0, 9169.0, 9095.0, 9167.0, 9110.0, 9171.0, 9168.0, 9155.0, 9105.0, 9154.0, 9154.0, 9157.0, 9190.0, 9158.0, 9098.0, 9158.0, 9097.0, 9166.0, 9097.0, 9183.0, 9158.0, 9128.0, 9183.0, 9133.0, 9172.0, 9099.0, 9169.0, 9094.0, 9166.0, 9110.0, 9170.0, 9104.0, 9162.0, 9089.0, 9164.0, 9073.0, 9149.0, 9073.0, 9148.0, 9100.0, 9134.0, 9165.0, 9155.0, 9154.0, 9144.0, 9168.0, 9159.0, 9192.0, 9163.0, 9189.0, 9158.0, 9142.0, 9156.0, 9097.0, 9175.0, 9170.0, 9157.0, 9185.0, 9140.0, 9166.0, 9125.0, 9165.0, 9123.0, 9165.0, 9103.0, 9161.0, 9106.0, 9164.0, 9076.0, 9147.0, 9077.0, 9152.0, 9163.0, 9150.0, 9144.0, 9118.0, 9160.0, 9117.0, 9149.0, 9101.0, 9146.0, 9070.0, 9130.0, 9070.0, 9147.0, 9078.0, 9145.0, 9083.0, 9146.0, 9101.0, 9159.0, 9121.0, 9166.0, 9130.0, 9167.0, 9090.0, 9146.0, 9084.0, 9144.0, 9072.0, 9150.0, 9104.0, 9133.0, 9070.0, 9145.0, 9073.0, 9147.0, 9091.0, 9148.0, 9090.0, 9148.0, 9077.0, 9146.0, 9092.0, 9170.0, 9115.0, 9170.0, 9124.0, 9165.0, 9123.0, 9166.0, 9110.0, 9167.0, 9108.0, 9165.0, 9091.0, 9148.0, 9075.0, 9152.0, 9103.0, 9133.0, 9099.0, 9136.0, 9141.0, 9136.0, 9187.0, 9140.0, 9079.0, 9155.0, 9110.0, 9172.0, 9115.0, 9172.0, 9123.0, 9176.0, 9099.0, 9173.0, 9094.0, 9165.0, 9097.0, 9157.0, 9126.0, 9155.0, 9096.0, 9153.0, 9103.0, 9135.0, 9155.0, 9136.0, 9083.0, 9154.0, 9113.0, 9159.0, 9143.0, 9161.0, 9172.0, 9165.0, 9117.0, 9159.0, 9139.0, 9156.0, 9189.0, 9145.0, 9153.0, 9138.0, 9140.0, 9142.0, 9170.0, 9161.0, 9197.0, 9159.0, 9136.0, 9155.0, 9136.0, 9154.0, 9170.0, 9160.0, 9186.0, 9155.0, 9140.0, 9164.0, 9166.0, 9163.0, 9150.0, 9189.0, 9138.0, 9205.0, 9169.0, 9135.0, 9169.0, 9128.0, 9217.0, 9196.0, 9161.0, 9191.0, 9146.0, 9188.0, 9143.0, 9185.0, 9159.0, 9161.0, 9173.0, 9118.0, 9192.0, 9176.0, 9192.0, 9156.0, 9134.0, 9146.0, 9071.0, 9141.0, 9078.0, 9140.0, 9094.0, 9135.0, 9087.0, 9132.0, 9091.0, 9135.0, 9109.0, 9141.0, 9111.0, 9136.0, 9115.0, 9128.0, 9132.0, 9136.0, 9159.0, 9124.0, 9152.0, 9080.0, 9154.0, 9096.0, 9189.0, 9099.0, 9182.0, 9126.0, 9171.0, 9126.0, 9164.0, 9141.0, 9182.0, 9143.0, 9184.0, 9162.0, 9190.0, 9159.0, 9183.0, 9138.0, 9164.0, 9140.0, 9164.0, 9140.0, 9169.0, 9139.0, 9166.0, 9140.0, 9168.0, 9143.0, 9183.0, 9149.0, 9173.0, 9162.0, 9175.0, 9164.0, 9196.0, 9169.0, 9162.0, 9163.0, 9192.0, 9164.0, 9209.0, 9170.0, 9180.0, 9166.0, 9175.0, 9166.0, 9181.0, 9172.0, 9165.0, 9184.0, 9194.0, 9167.0, 9207.0, 9151.0, 9191.0, 9162.0, 9187.0, 9168.0, 9196.0, 9169.0, 9213.0, 9174.0, 9196.0, 9170.0, 9210.0, 9173.0, 9211.0, 9172.0, 9196.0, 9171.0, 9193.0, 9169.0, 9194.0, 9167.0, 9212.0, 9168.0, 9192.0, 9164.0, 9193.0, 9165.0, 9145.0, 9165.0, 9123.0, 9196.0, 9123.0, 9195.0, 9137.0, 9212.0, 9144.0, 9197.0, 9141.0, 9192.0, 9136.0, 9190.0, 9138.0, 9191.0, 9135.0, 9192.0, 9134.0, 9190.0, 9149.0, 9193.0, 9165.0, 9207.0, 9164.0, 9177.0, 9168.0, 9178.0, 9164.0, 9208.0, 9184.0, 9119.0, 9164.0, 9132.0, 9182.0, 9167.0, 9179.0, 9088.0, 9174.0, 9115.0, 9176.0, 9139.0, 9179.0, 9107.0, 9191.0, 9120.0, 9193.0, 9117.0, 9182.0, 9146.0, 9175.0, 9102.0, 9161.0, 9113.0, 9153.0, 9096.0, 9172.0, 9119.0, 9209.0, 9183.0, 9177.0, 9173.0, 9087.0, 9172.0, 9088.0, 9173.0, 9118.0, 9188.0, 9127.0, 9188.0, 9143.0, 9184.0, 9160.0, 9188.0, 9165.0, 9178.0, 9159.0, 9155.0, 9144.0, 9168.0, 9143.0, 9168.0, 9163.0, 9112.0, 9158.0, 9141.0, 9160.0, 9176.0, 9163.0, 9143.0, 9157.0, 9113.0, 9154.0, 9122.0, 9156.0, 9154.0, 9156.0, 9084.0, 9157.0, 9097.0, 9169.0, 9139.0, 9160.0, 9170.0, 9159.0, 9153.0, 9123.0, 9162.0, 9121.0, 9164.0, 9119.0, 9151.0, 9095.0, 9166.0, 9095.0, 9169.0, 9116.0, 9174.0, 9099.0, 9172.0, 9102.0, 9173.0, 9121.0, 9177.0, 9119.0, 9195.0, 9136.0, 9191.0, 9135.0, 9195.0, 9106.0, 9179.0, 9117.0, 9175.0, 9101.0, 9176.0, 9126.0, 9161.0, 9193.0, 9161.0, 9169.0, 9145.0, 9172.0, 9144.0, 9175.0, 9149.0, 9191.0, 9165.0, 9088.0, 9162.0, 9103.0, 9177.0, 9173.0, 9163.0, 9158.0, 9159.0, 9087.0, 9159.0, 9116.0, 9175.0, 9151.0, 9175.0, 9097.0, 9171.0, 9098.0, 9170.0, 9112.0, 9172.0, 9130.0, 9168.0, 9082.0, 9169.0, 9083.0, 9172.0, 9115.0, 9174.0, 9099.0, 9171.0, 9128.0, 9188.0, 9130.0, 9194.0, 9122.0, 9171.0, 9100.0, 9172.0, 9098.0, 9171.0, 9101.0, 9172.0, 9099.0, 9173.0, 9098.0, 9158.0, 9097.0, 9172.0, 9132.0, 9157.0, 9105.0, 9173.0, 9144.0, 9193.0, 9168.0, 9209.0, 9136.0, 9195.0, 9124.0, 9202.0, 9125.0, 9181.0, 9135.0, 9180.0, 9194.0, 9168.0, 9190.0, 9163.0, 9175.0, 9145.0, 9172.0, 9139.0, 9175.0, 9133.0, 9171.0, 9139.0, 9163.0, 9141.0, 9179.0, 9142.0, 9182.0, 9140.0, 9172.0, 9143.0, 9148.0, 9125.0, 9163.0, 9124.0, 9170.0, 9126.0, 9167.0, 9092.0, 9151.0, 9106.0, 9170.0, 9117.0, 9171.0, 9112.0, 9170.0, 9113.0, 9168.0, 9116.0, 9174.0, 9114.0, 9188.0, 9115.0, 9184.0, 9115.0, 9190.0, 9119.0, 9188.0, 9113.0, 9171.0, 9114.0, 9175.0, 9107.0, 9176.0, 9096.0, 9171.0, 9098.0, 9155.0, 9165.0, 9138.0, 9169.0, 9134.0, 9149.0, 9122.0, 9146.0, 9139.0, 9143.0, 9161.0, 9126.0, 9157.0, 9098.0, 9168.0, 9100.0, 9174.0, 9190.0, 9162.0, 9159.0, 9158.0, 9143.0, 9160.0, 9171.0, 9157.0, 9192.0, 9162.0, 9173.0, 9143.0, 9171.0, 9144.0, 9160.0, 9142.0, 9134.0, 9162.0, 9105.0, 9176.0, 9133.0, 9195.0, 9135.0, 9197.0, 9150.0, 9195.0, 9149.0, 9190.0, 9131.0, 9190.0, 9136.0, 9192.0, 9116.0, 9170.0, 9097.0, 9170.0, 9111.0, 9177.0, 9117.0, 9176.0, 9113.0, 9169.0, 9100.0, 9170.0, 9104.0, 9176.0, 9102.0, 9174.0, 9103.0, 9175.0, 9099.0, 9177.0, 9130.0, 9178.0, 9101.0, 9175.0, 9104.0, 9182.0, 9188.0, 9180.0, 9135.0, 9162.0, 9162.0, 9162.0, 9162.0, 9166.0, 9146.0, 9162.0, 9089.0, 9161.0, 9106.0, 9177.0, 9193.0, 9161.0, 9196.0, 9151.0, 9159.0, 9134.0, 9189.0, 9149.0, 9195.0, 9149.0, 9177.0, 9146.0, 9189.0, 9133.0, 9171.0, 9136.0, 9187.0, 9148.0, 9190.0, 9164.0, 9134.0, 9163.0, 9110.0, 9199.0, 9141.0, 9183.0, 9138.0, 9196.0, 9092.0, 9190.0, 9124.0, 9194.0, 9103.0, 9190.0, 9122.0, 9195.0, 9116.0, 9172.0, 9097.0, 9171.0, 9129.0, 9158.0, 9124.0, 9155.0, 9106.0, 9136.0, 9108.0, 9157.0, 9142.0, 9156.0, 9081.0, 9153.0, 9094.0, 9158.0, 9140.0, 9155.0, 9084.0, 9159.0, 9128.0, 9160.0, 9191.0, 9161.0, 9175.0, 9148.0, 9172.0, 9145.0, 9174.0, 9149.0, 9194.0, 9167.0, 9134.0, 9165.0, 9110.0, 9180.0, 9151.0, 9169.0, 9194.0, 9166.0, 9163.0, 9149.0, 9177.0, 9152.0, 9193.0, 9152.0, 9173.0, 9131.0, 9182.0, 9127.0, 9175.0, 9150.0, 9173.0, 9128.0, 9169.0, 9140.0, 9171.0, 9146.0, 9191.0, 9148.0, 9171.0, 9131.0, 9183.0, 9142.0, 9188.0, 9153.0, 9175.0, 9147.0, 9172.0, 9129.0, 9172.0, 9138.0, 9179.0, 9134.0, 9175.0, 9131.0, 9175.0, 9105.0, 9181.0, 9115.0, 9157.0, 9073.0, 9159.0, 9115.0, 9174.0, 9133.0, 9161.0, 9102.0, 9177.0, 9115.0, 9158.0, 9185.0, 9143.0, 9190.0, 9146.0, 9156.0, 9131.0, 9185.0, 9147.0, 9176.0, 9153.0, 9210.0, 9173.0, 9180.0, 9153.0, 9190.0, 9153.0, 9220.0, 9171.0, 9205.0, 9166.0, 9112.0, 9176.0, 9126.0, 9196.0, 9140.0, 9196.0, 9141.0, 9217.0, 9124.0, 9196.0, 9105.0, 9177.0, 9136.0, 9172.0, 9157.0, 9159.0, 9168.0, 9138.0, 9168.0, 9137.0, 9150.0, 9137.0, 9093.0, 9135.0, 9104.0, 9136.0, 9153.0, 9138.0, 9076.0, 9132.0, 9116.0, 9120.0, 9170.0, 9126.0, 9166.0, 9125.0, 9165.0, 9123.0, 9169.0, 9128.0, 9168.0, 9128.0, 9167.0, 9109.0, 9165.0, 9095.0, 9158.0, 9097.0, 9155.0, 9079.0, 9154.0, 9108.0, 9159.0, 9155.0, 9155.0, 9082.0, 9156.0, 9123.0, 9157.0, 9189.0, 9152.0, 9188.0, 9143.0, 9188.0, 9113.0, 9172.0, 9121.0, 9175.0, 9097.0, 9173.0, 9085.0, 9170.0, 9102.0, 9176.0, 9133.0, 9171.0, 9101.0, 9172.0, 9099.0, 9187.0, 9106.0, 9177.0, 9087.0, 9174.0, 9152.0, 9144.0, 9189.0, 9144.0, 9167.0, 9129.0, 9168.0, 9143.0, 9189.0, 9149.0, 9172.0, 9145.0, 9187.0, 9145.0, 9185.0, 9150.0, 9176.0, 9125.0, 9154.0, 9125.0, 9153.0, 9125.0, 9176.0, 9148.0, 9170.0, 9131.0, 9185.0, 9149.0, 9173.0, 9143.0, 9174.0, 9147.0, 9172.0, 9131.0, 9169.0, 9128.0, 9187.0, 9149.0, 9173.0, 9148.0, 9190.0, 9146.0, 9189.0, 9151.0, 9177.0, 9131.0, 9169.0, 9128.0, 9173.0, 9144.0, 9192.0, 9172.0, 9191.0, 9150.0, 9192.0, 9148.0, 9176.0, 9152.0, 9210.0, 9175.0, 9180.0, 9156.0, 9194.0, 9168.0, 9199.0, 9171.0, 9197.0, 9167.0, 9193.0, 9152.0, 9199.0, 9154.0, 9193.0, 9151.0, 9190.0, 9151.0, 9197.0, 9168.0, 9197.0, 9157.0, 9211.0, 9172.0, 9203.0, 9158.0, 9197.0, 9152.0, 9195.0, 9137.0, 9177.0, 9138.0, 9193.0, 9150.0, 9177.0, 9148.0, 9171.0, 9145.0, 9173.0, 9162.0, 9158.0, 9145.0, 9087.0, 9157.0, 9086.0, 9173.0, 9105.0, 9171.0, 9101.0, 9173.0, 9101.0, 9172.0, 9105.0, 9194.0, 9117.0, 9193.0, 9130.0, 9188.0, 9146.0, 9189.0, 9153.0, 9197.0, 9139.0, 9191.0, 9120.0, 9182.0, 9148.0, 9208.0, 9161.0, 9213.0, 9170.0, 9107.0, 9176.0, 9152.0, 9207.0, 9167.0, 9214.0, 9135.0, 9192.0, 9119.0, 9176.0, 9101.0, 9173.0, 9121.0, 9169.0, 9095.0, 9165.0, 9105.0, 9163.0, 9103.0, 9158.0, 9117.0, 9148.0, 9094.0, 9138.0, 9094.0, 9123.0, 9096.0, 9138.0, 9092.0, 9134.0, 9112.0, 9059.0, 9127.0, 9102.0, 9136.0, 9130.0, 9077.0, 9148.0, 9091.0, 9160.0, 9119.0, 9163.0, 9146.0, 9164.0, 9140.0, 9066.0, 9151.0, 9080.0, 9164.0, 9105.0, 9173.0, 9131.0, 9189.0, 9147.0, 9190.0, 9169.0, 9199.0, 9167.0, 9165.0, 9168.0, 9121.0, 9180.0, 9111.0, 9200.0, 9128.0, 9212.0, 9151.0, 9193.0, 9149.0, 9193.0, 9150.0, 9198.0, 9170.0, 9190.0, 9160.0, 9120.0, 9166.0, 9122.0, 9195.0, 9143.0, 9196.0, 9153.0, 9209.0, 9170.0, 9210.0, 9174.0, 9200.0, 9172.0, 9195.0, 9153.0, 9194.0, 9172.0, 9214.0, 9171.0, 9180.0, 9148.0, 9178.0, 9150.0, 9199.0, 9171.0, 9174.0, 9150.0, 9177.0, 9149.0, 9190.0, 9150.0, 9198.0, 9153.0, 9174.0, 9151.0, 9190.0, 9154.0, 9195.0, 9154.0, 9195.0, 9170.0, 9187.0, 9169.0, 9139.0, 9178.0, 9155.0, 9227.0, 9203.0, 9175.0, 9238.0, 9188.0, 9229.0, 9123.0, 9207.0, 9159.0, 9209.0, 9203.0, 9191.0, 9108.0, 9197.0, 9147.0, 9179.0, 9175.0, 9180.0, 9194.0, 9164.0, 9104.0, 9162.0, 9107.0, 9181.0, 9173.0, 9186.0, 9127.0, 9180.0, 9164.0, 9180.0, 9213.0, 9171.0, 9192.0, 9167.0, 9190.0, 9149.0, 9190.0, 9150.0, 9194.0, 9152.0, 9176.0, 9132.0, 9175.0, 9147.0, 9191.0, 9150.0, 9176.0, 9150.0, 9188.0, 9148.0, 9195.0, 9155.0, 9177.0, 9148.0, 9189.0, 9132.0, 9178.0, 9120.0, 9181.0, 9103.0, 9175.0, 9090.0, 9161.0, 9164.0, 9164.0, 9174.0, 9164.0, 9173.0, 9146.0, 9176.0, 9151.0, 9194.0, 9151.0, 9190.0, 9133.0, 9177.0, 9155.0, 9194.0, 9146.0, 9172.0, 9136.0, 9174.0, 9145.0, 9194.0, 9140.0, 9180.0, 9136.0, 9191.0, 9118.0, 9176.0, 9117.0, 9175.0, 9101.0, 9158.0, 9088.0, 9175.0, 9156.0, 9163.0, 9193.0, 9161.0, 9131.0, 9160.0, 9106.0, 9164.0, 9191.0, 9151.0, 9197.0, 9167.0, 9177.0, 9154.0, 9212.0, 9192.0, 9195.0, 9170.0, 9193.0, 9150.0, 9190.0, 9160.0, 9195.0, 9166.0, 9173.0, 9143.0, 9187.0, 9145.0, 9172.0, 9146.0, 9172.0, 9123.0, 9148.0, 9123.0, 9152.0, 9141.0, 9176.0, 9130.0, 9175.0, 9130.0, 9171.0, 9132.0, 9176.0, 9135.0, 9176.0, 9131.0, 9192.0, 9140.0, 9199.0, 9126.0, 9174.0, 9136.0, 9174.0, 9144.0, 9102.0, 9172.0, 9152.0, 9192.0, 9170.0, 9197.0, 9148.0, 9197.0, 9117.0, 9187.0, 9128.0, 9157.0, 9172.0, 9155.0, 9132.0, 9134.0, 9160.0, 9115.0, 9157.0, 9112.0, 9124.0, 9091.0, 9135.0, 9090.0, 9121.0, 9066.0, 9123.0, 9030.0, 9102.0, 9041.0, 9100.0, 9115.0, 9087.0, 9139.0, 9095.0, 9119.0, 9074.0, 9117.0, 9066.0, 9127.0, 9057.0, 9130.0, 9148.0, 9118.0, 9146.0, 9119.0, 9161.0, 9124.0, 9165.0, 9134.0, 9151.0, 9122.0, 9165.0, 9111.0, 9170.0, 9099.0, 9171.0, 9098.0, 9164.0, 9096.0, 9166.0, 9080.0, 9169.0, 9117.0, 9157.0, 9124.0, 9155.0, 9166.0, 9139.0, 9168.0, 9144.0, 9172.0, 9148.0, 9178.0, 9152.0, 9194.0, 9152.0, 9194.0, 9153.0, 9201.0, 9138.0, 9204.0, 9128.0, 9181.0, 9125.0, 9183.0, 9125.0, 9186.0, 9170.0, 9182.0, 9124.0, 9179.0, 9125.0, 9184.0, 9157.0, 9188.0, 9128.0, 9200.0, 9126.0, 9201.0, 9154.0, 9202.0, 9221.0, 9187.0, 9200.0, 9169.0, 9212.0, 9154.0, 9197.0, 9171.0, 9200.0, 9176.0, 9213.0, 9172.0, 9218.0, 9178.0, 9216.0, 9173.0, 9212.0, 9158.0, 9199.0, 9166.0, 9221.0, 9160.0, 9221.0, 9164.0, 9199.0, 9162.0, 9221.0, 9163.0, 9215.0, 9175.0, 9216.0, 9177.0, 9216.0, 9177.0, 9221.0, 9177.0, 9216.0, 9174.0, 9212.0, 9171.0, 9216.0, 9175.0, 9200.0, 9169.0, 9211.0, 9168.0, 9194.0, 9171.0, 9199.0, 9167.0, 9190.0, 9151.0, 9187.0, 9166.0, 9199.0, 9154.0, 9178.0, 9133.0, 9188.0, 9146.0, 9189.0, 9151.0, 9193.0, 9151.0, 9174.0, 9145.0, 9187.0, 9168.0, 9194.0, 9149.0, 9176.0, 9126.0, 9174.0, 9147.0, 9191.0, 9134.0, 9191.0, 9146.0, 9186.0, 9145.0, 9190.0, 9172.0, 9194.0, 9165.0, 9175.0, 9150.0, 9158.0, 9144.0, 9107.0, 9193.0, 9174.0, 9204.0, 9188.0, 9126.0, 9194.0, 9153.0, 9205.0, 9168.0, 9179.0, 9166.0, 9148.0, 9176.0, 9105.0, 9186.0, 9113.0, 9189.0, 9138.0, 9187.0, 9139.0, 9170.0, 9126.0, 9167.0, 9146.0, 9191.0, 9160.0, 9115.0, 9159.0, 9110.0, 9157.0, 9151.0, 9177.0, 9145.0, 9173.0, 9089.0, 9171.0, 9110.0, 9171.0, 9146.0, 9175.0, 9151.0, 9157.0, 9119.0, 9167.0, 9141.0, 9132.0, 9163.0, 9123.0, 9213.0, 9122.0, 9196.0, 9135.0, 9162.0, 9190.0, 9146.0, 9188.0, 9128.0, 9171.0, 9095.0, 9147.0, 9117.0, 9146.0, 9159.0, 9111.0, 9137.0, 9108.0, 9135.0, 9094.0, 9117.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.000991270616982285</td></tr>
<tr><td colspan=3>aqi</td><td>0.020248178130726942</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.77796163535453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2796644655684573</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0094235258129585</td></tr>
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
<tr><td colspan=3>fber</td><td>4668.1143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07447306082088699</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.855222968845449</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398691590557917</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.367746216275804</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5717174841400228</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2566110712579257</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105855</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009757591411471367</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028216322883963585</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9156548337785093</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.9121</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.446</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.3321</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5573</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.9881</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.4204</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.4979</td></tr>
<tr><td colspan=3>tsnr</td><td>39.99021072220057</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>