<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-03/func/sub-0076_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>7d97e91e1bc4c8947010245065ead305</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>11:03:43.927500</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.999821, -0.0183617, -0.0045555, 0.0186738, 0.996449, 0.0821068]</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.100747</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7718, -7248, 680, 21, 10, -24, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.953</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b2477d5-0029-4afa-97d9-dc18614e48b2||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.6824467182159424, 0.050100527703762054, -0.008185606449842453, 109.80286407470703], [0.04926300048828125, 2.673398733139038, 0.2218782603740692, -101.6571044921875], [-0.012222076766192913, -0.22028642892837524, 2.6908555030822754, -45.0278205871582], [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': ['110343.927500', '110344.387500', '110344.847500', '110345.307500', '110345.767500', '110346.227500', '110346.687500', '110347.147500', '110347.607500', '110348.067500', '110348.527500', '110348.987500', '110349.447500', '110349.907500', '110350.367500', '110350.827500', '110351.287500', '110351.747500', '110352.207500', '110352.667500', '110353.127500', '110353.587500', '110354.047500', '110354.507500', '110354.967500', '110355.427500', '110355.887500', '110356.347500', '110356.807500', '110357.267500', '110357.727500', '110358.187500', '110358.647500', '110359.107500', '110359.567500', '110400.027500', '110400.487500', '110400.947500', '110401.407500', '110401.867500', '110402.327500', '110402.787500', '110403.247500', '110403.707500', '110404.167500', '110404.627500', '110405.087500', '110405.547500', '110406.007500', '110406.467500', '110406.927500', '110407.387500', '110407.847500', '110408.307500', '110408.767500', '110409.227500', '110409.687500', '110410.147500', '110410.607500', '110411.067500', '110411.527500', '110411.987500', '110412.447500', '110412.907500', '110413.367500', '110413.827500', '110414.287500', '110414.747500', '110415.207500', '110415.667500', '110416.127500', '110416.587500', '110417.047500', '110417.507500', '110417.967500', '110418.427500', '110418.887500', '110419.347500', '110419.807500', '110420.267500', '110420.727500', '110421.187500', '110421.647500', '110422.107500', '110422.567500', '110423.027500', '110423.487500', '110423.947500', '110424.407500', '110424.867500', '110425.327500', '110425.787500', '110426.247500', '110426.707500', '110427.167500', '110427.627500', '110428.087500', '110428.547500', '110429.007500', '110429.467500', '110429.927500', '110430.387500', '110430.847500', '110431.307500', '110431.767500', '110432.227500', '110432.687500', '110433.147500', '110433.607500', '110434.067500', '110434.527500', '110434.987500', '110435.447500', '110435.907500', '110436.367500', '110436.827500', '110437.287500', '110437.747500', '110438.207500', '110438.667500', '110439.127500', '110439.587500', '110440.047500', '110440.507500', '110440.967500', '110441.427500', '110441.887500', '110442.347500', '110442.807500', '110443.267500', '110443.727500', '110444.187500', '110444.647500', '110445.107500', '110445.567500', '110446.027500', '110446.487500', '110446.947500', '110447.407500', '110447.867500', '110448.327500', '110448.787500', '110449.247500', '110449.707500', '110450.167500', '110450.627500', '110451.087500', '110451.547500', '110452.007500', '110452.467500', '110452.927500', '110453.387500', '110453.847500', '110454.307500', '110454.767500', '110455.227500', '110455.687500', '110456.147500', '110456.607500', '110457.067500', '110457.527500', '110457.987500', '110458.447500', '110458.907500', '110459.367500', '110459.827500', '110500.287500', '110500.747500', '110501.207500', '110501.667500', '110502.127500', '110502.587500', '110503.047500', '110503.507500', '110503.967500', '110504.427500', '110504.887500', '110505.347500', '110505.807500', '110506.267500', '110506.727500', '110507.187500', '110507.647500', '110508.107500', '110508.567500', '110509.027500', '110509.487500', '110509.947500', '110510.407500', '110510.867500', '110511.327500', '110511.787500', '110512.247500', '110512.707500', '110513.167500', '110513.627500', '110514.087500', '110514.547500', '110515.007500', '110515.467500', '110515.927500', '110516.387500', '110516.847500', '110517.307500', '110517.767500', '110518.227500', '110518.687500', '110519.147500', '110519.607500', '110520.067500', '110520.527500', '110520.987500', '110521.447500', '110521.907500', '110522.367500', '110522.827500', '110523.287500', '110523.747500', '110524.207500', '110524.667500', '110525.127500', '110525.587500', '110526.047500', '110526.507500', '110526.967500', '110527.427500', '110527.887500', '110528.347500', '110528.807500', '110529.267500', '110529.727500', '110530.187500', '110530.647500', '110531.107500', '110531.567500', '110532.027500', '110532.487500', '110532.947500', '110533.407500', '110533.867500', '110534.327500', '110534.787500', '110535.247500', '110535.707500', '110536.167500', '110536.627500', '110537.087500', '110537.547500', '110538.007500', '110538.467500', '110538.927500', '110539.387500', '110539.847500', '110540.307500', '110540.767500', '110541.227500', '110541.687500', '110542.147500', '110542.607500', '110543.067500', '110543.527500', '110543.987500', '110544.447500', '110544.907500', '110545.367500', '110545.827500', '110546.287500', '110546.747500', '110547.207500', '110547.667500', '110548.127500', '110548.587500', '110549.047500', '110549.507500', '110549.967500', '110550.427500', '110550.887500', '110551.347500', '110551.807500', '110552.267500', '110552.727500', '110553.187500', '110553.647500', '110554.107500', '110554.567500', '110555.027500', '110555.487500', '110555.947500', '110556.407500', '110556.867500', '110557.327500', '110557.787500', '110558.247500', '110558.707500', '110559.167500', '110559.627500', '110600.087500', '110600.547500', '110601.007500', '110601.467500', '110601.927500', '110602.387500', '110602.847500', '110603.307500', '110603.767500', '110604.227500', '110604.687500', '110605.147500', '110605.607500', '110606.067500', '110606.527500', '110606.987500', '110607.447500', '110607.907500', '110608.367500', '110608.827500', '110609.287500', '110609.747500', '110610.207500', '110610.667500', '110611.127500', '110611.587500', '110612.047500', '110612.507500', '110612.967500', '110613.427500', '110613.887500', '110614.347500', '110614.807500', '110615.267500', '110615.727500', '110616.187500', '110616.647500', '110617.107500', '110617.567500', '110618.027500', '110618.487500', '110618.947500', '110619.407500', '110619.867500', '110620.327500', '110620.787500', '110621.247500', '110621.707500', '110622.167500', '110622.627500', '110623.087500', '110623.547500', '110624.007500', '110624.467500', '110624.927500', '110625.387500', '110625.847500', '110626.307500', '110626.767500', '110627.227500', '110627.687500', '110628.147500', '110628.607500', '110629.067500', '110629.527500', '110629.987500', '110630.447500', '110630.907500', '110631.367500', '110631.827500', '110632.287500', '110632.747500', '110633.207500', '110633.667500', '110634.127500', '110634.587500', '110635.047500', '110635.507500', '110635.967500', '110636.427500', '110636.887500', '110637.347500', '110637.807500', '110638.267500', '110638.727500', '110639.187500', '110639.647500', '110640.107500', '110640.567500', '110641.027500', '110641.487500', '110641.947500', '110642.407500', '110642.867500', '110643.327500', '110643.787500', '110644.247500', '110644.707500', '110645.167500', '110645.627500', '110646.087500', '110646.547500', '110647.007500', '110647.467500', '110647.927500', '110648.387500', '110648.847500', '110649.307500', '110649.767500', '110650.227500', '110650.687500', '110651.147500', '110651.607500', '110652.067500', '110652.527500', '110652.987500', '110653.447500', '110653.907500', '110654.367500', '110654.827500', '110655.287500', '110655.747500', '110656.207500', '110656.667500', '110657.127500', '110657.587500', '110658.047500', '110658.507500', '110658.967500', '110659.427500', '110659.887500', '110700.347500', '110700.807500', '110701.267500', '110701.727500', '110702.187500', '110702.647500', '110703.107500', '110703.567500', '110704.027500', '110704.487500', '110704.947500', '110705.407500', '110705.867500', '110706.327500', '110706.787500', '110707.247500', '110707.707500', '110708.167500', '110708.627500', '110709.087500', '110709.547500', '110710.007500', '110710.467500', '110710.927500', '110711.387500', '110711.847500', '110712.307500', '110712.767500', '110713.227500', '110713.687500', '110714.147500', '110714.607500', '110715.067500', '110715.527500', '110715.987500', '110716.447500', '110716.907500', '110717.367500', '110717.827500', '110718.287500', '110718.747500', '110719.207500', '110719.667500', '110720.127500', '110720.587500', '110721.047500', '110721.507500', '110721.967500', '110722.427500', '110722.887500', '110723.347500', '110723.807500', '110724.267500', '110724.727500', '110725.187500', '110725.647500', '110726.107500', '110726.567500', '110727.027500', '110727.487500', '110727.947500', '110728.407500', '110728.867500', '110729.327500', '110729.787500', '110730.247500', '110730.707500', '110731.167500', '110731.627500', '110732.087500', '110732.547500', '110733.007500', '110733.467500', '110733.927500', '110734.387500', '110734.847500', '110735.307500', '110735.767500', '110736.227500', '110736.687500', '110737.147500', '110737.607500', '110738.067500', '110738.527500', '110738.987500', '110739.447500', '110739.907500', '110740.367500', '110740.827500', '110741.287500', '110741.747500', '110742.207500', '110742.667500', '110743.127500', '110743.587500', '110744.047500', '110744.507500', '110744.967500', '110745.427500', '110745.887500', '110746.347500', '110746.807500', '110747.267500', '110747.727500', '110748.187500', '110748.647500', '110749.107500', '110749.567500', '110750.027500', '110750.487500', '110750.947500', '110751.407500', '110751.867500', '110752.327500', '110752.787500', '110753.247500', '110753.707500', '110754.167500', '110754.627500', '110755.087500', '110755.547500', '110756.007500', '110756.467500', '110756.927500', '110757.387500', '110757.847500', '110758.307500', '110758.767500', '110759.227500', '110759.687500', '110800.147500', '110800.607500', '110801.067500', '110801.527500', '110801.987500', '110802.447500', '110802.907500', '110803.367500', '110803.827500', '110804.287500', '110804.747500', '110805.207500', '110805.667500', '110806.127500', '110806.587500', '110807.047500', '110807.507500', '110807.967500', '110808.427500', '110808.887500', '110809.347500', '110809.807500', '110810.267500', '110810.727500', '110811.187500', '110811.647500', '110812.107500', '110812.567500', '110813.027500', '110813.487500', '110813.947500', '110814.407500', '110814.867500', '110815.327500', '110815.787500', '110816.247500', '110816.707500', '110817.167500', '110817.627500', '110818.087500', '110818.547500', '110819.007500', '110819.467500', '110819.927500', '110820.387500', '110820.847500', '110821.307500', '110821.767500', '110822.227500', '110822.687500', '110823.147500', '110823.607500', '110824.067500', '110824.527500', '110824.987500', '110825.447500', '110825.907500', '110826.367500', '110826.827500', '110827.287500', '110827.747500', '110828.207500', '110828.667500', '110829.127500', '110829.587500', '110830.047500', '110830.507500', '110830.967500', '110831.427500', '110831.887500', '110832.347500', '110832.807500', '110833.267500', '110833.727500', '110834.187500', '110834.647500', '110835.107500', '110835.567500', '110836.027500', '110836.487500', '110836.947500', '110837.407500', '110837.867500', '110838.327500', '110838.787500', '110839.247500', '110839.707500', '110840.167500', '110840.627500', '110841.087500', '110841.547500', '110842.007500', '110842.467500', '110842.927500', '110843.387500', '110843.847500', '110844.307500', '110844.767500', '110845.227500', '110845.687500', '110846.147500', '110846.607500', '110847.067500', '110847.527500', '110847.987500', '110848.447500', '110848.907500', '110849.367500', '110849.827500', '110850.287500', '110850.747500', '110851.207500', '110851.667500', '110852.127500', '110852.587500', '110853.047500', '110853.507500', '110853.967500', '110854.427500', '110854.887500', '110855.347500', '110855.807500', '110856.267500', '110856.727500', '110857.187500', '110857.647500', '110858.107500', '110858.567500', '110859.027500', '110859.487500', '110859.947500', '110900.407500', '110900.867500', '110901.327500', '110901.787500', '110902.247500', '110902.707500', '110903.167500', '110903.627500', '110904.087500', '110904.547500', '110905.007500', '110905.467500', '110905.927500', '110906.387500', '110906.847500', '110907.307500', '110907.767500', '110908.227500', '110908.687500', '110909.147500', '110909.607500', '110910.067500', '110910.527500', '110910.987500', '110911.447500', '110911.907500', '110912.367500', '110912.827500', '110913.287500', '110913.747500', '110914.207500', '110914.667500', '110915.127500', '110915.587500', '110916.047500', '110916.507500', '110916.967500', '110917.427500', '110917.887500', '110918.347500', '110918.807500', '110919.267500', '110919.727500', '110920.187500', '110920.647500', '110921.107500', '110921.567500', '110922.027500', '110922.487500', '110922.947500', '110923.407500', '110923.867500', '110924.327500', '110924.787500', '110925.247500', '110925.707500', '110926.167500', '110926.627500', '110927.087500', '110927.547500', '110928.007500', '110928.467500', '110928.927500', '110929.387500', '110929.847500', '110930.307500', '110930.767500', '110931.227500', '110931.687500', '110932.147500', '110932.607500', '110933.067500', '110933.527500', '110933.987500', '110934.447500', '110934.907500', '110935.367500', '110935.827500', '110936.287500', '110936.747500', '110937.207500', '110937.667500', '110938.127500', '110938.587500', '110939.047500', '110939.507500', '110939.967500', '110940.427500', '110940.887500', '110941.347500', '110941.807500', '110942.267500', '110942.727500', '110943.187500', '110943.647500', '110944.107500', '110944.567500', '110945.027500', '110945.487500', '110945.947500', '110946.407500', '110946.867500', '110947.327500', '110947.787500', '110948.247500', '110948.707500', '110949.167500', '110949.627500', '110950.087500', '110950.547500', '110951.007500', '110951.467500', '110951.927500', '110952.387500', '110952.847500', '110953.307500', '110953.767500', '110954.227500', '110954.687500', '110955.147500', '110955.607500', '110956.067500', '110956.527500', '110956.987500', '110957.447500', '110957.907500', '110958.367500', '110958.827500', '110959.287500', '110959.747500', '111000.207500', '111000.667500', '111001.127500', '111001.587500', '111002.047500', '111002.507500', '111002.967500', '111003.427500', '111003.887500', '111004.347500', '111004.807500', '111005.267500', '111005.727500', '111006.187500', '111006.647500', '111007.107500', '111007.567500', '111008.027500', '111008.487500', '111008.947500', '111009.407500', '111009.867500', '111010.327500', '111010.787500', '111011.247500', '111011.707500', '111012.167500', '111012.627500', '111013.087500', '111013.547500', '111014.007500', '111014.467500', '111014.927500', '111015.387500', '111015.847500', '111016.307500', '111016.767500', '111017.227500', '111017.687500', '111018.147500', '111018.607500', '111019.067500', '111019.527500', '111019.987500', '111020.447500', '111020.907500', '111021.367500', '111021.827500', '111022.287500', '111022.747500', '111023.207500', '111023.667500', '111024.127500', '111024.587500', '111025.047500', '111025.507500', '111025.967500', '111026.427500', '111026.887500', '111027.347500', '111027.807500', '111028.267500', '111028.727500', '111029.187500', '111029.647500', '111030.107500', '111030.567500', '111031.027500', '111031.487500', '111031.947500', '111032.407500', '111032.867500', '111033.327500', '111033.787500', '111034.247500', '111034.707500', '111035.167500', '111035.627500', '111036.087500', '111036.547500', '111037.007500', '111037.467500', '111037.927500', '111038.387500', '111038.847500', '111039.307500', '111039.767500', '111040.227500', '111040.687500', '111041.147500', '111041.607500', '111042.067500', '111042.527500', '111042.987500', '111043.447500', '111043.907500', '111044.367500', '111044.827500', '111045.287500', '111045.747500', '111046.207500', '111046.667500', '111047.127500', '111047.587500', '111048.047500', '111048.507500', '111048.967500', '111049.427500', '111049.887500', '111050.347500', '111050.807500', '111051.267500', '111051.727500', '111052.187500', '111052.647500', '111053.107500', '111053.567500', '111054.027500', '111054.487500', '111054.947500', '111055.407500', '111055.867500', '111056.327500', '111056.787500', '111057.247500', '111057.707500', '111058.167500', '111058.627500', '111059.087500', '111059.547500', '111100.007500', '111100.467500', '111100.927500', '111101.387500', '111101.847500', '111102.307500', '111102.767500', '111103.227500', '111103.687500', '111104.147500', '111104.607500', '111105.067500', '111105.527500', '111105.987500', '111106.447500', '111106.907500', '111107.367500', '111107.827500', '111108.287500', '111108.747500', '111109.207500', '111109.667500', '111110.127500', '111110.587500', '111111.047500', '111111.507500', '111111.967500', '111112.427500', '111112.887500', '111113.347500', '111113.807500', '111114.267500', '111114.727500', '111115.187500', '111115.647500', '111116.107500', '111116.567500', '111117.027500', '111117.487500', '111117.947500', '111118.407500', '111118.867500', '111119.327500', '111119.787500', '111120.247500', '111120.707500', '111121.167500', '111121.627500', '111122.087500', '111122.547500', '111123.007500', '111123.467500', '111123.927500', '111124.387500', '111124.847500', '111125.307500', '111125.767500', '111126.227500', '111126.687500', '111127.147500', '111127.607500', '111128.067500', '111128.527500', '111128.987500', '111129.447500', '111129.907500', '111130.367500', '111130.827500', '111131.287500', '111131.747500', '111132.207500', '111132.667500', '111133.127500', '111133.587500', '111134.047500', '111134.507500', '111134.967500', '111135.427500', '111135.887500', '111136.347500', '111136.807500', '111137.267500', '111137.727500', '111138.187500', '111138.647500', '111139.107500', '111139.567500', '111140.027500', '111140.487500', '111140.947500', '111141.407500', '111141.867500', '111142.327500', '111142.787500', '111143.247500', '111143.707500', '111144.167500', '111144.627500', '111145.087500', '111145.547500', '111146.007500', '111146.467500', '111146.927500', '111147.387500', '111147.847500', '111148.307500', '111148.767500', '111149.227500', '111149.687500', '111150.147500', '111150.607500', '111151.067500', '111151.527500', '111151.987500', '111152.447500', '111152.907500', '111153.367500', '111153.827500', '111154.287500', '111154.747500', '111155.207500', '111155.667500', '111156.127500', '111156.587500', '111157.047500', '111157.507500', '111157.967500', '111158.427500', '111158.887500', '111159.347500', '111159.807500', '111200.267500', '111200.727500', '111201.187500', '111201.647500', '111202.107500', '111202.567500', '111203.027500', '111203.487500', '111203.947500', '111204.407500', '111204.867500', '111205.327500', '111205.787500', '111206.247500', '111206.707500', '111207.167500', '111207.627500', '111208.087500', '111208.547500', '111209.007500', '111209.467500', '111209.927500', '111210.387500', '111210.847500', '111211.307500', '111211.767500', '111212.227500', '111212.687500', '111213.147500', '111213.607500', '111214.067500', '111214.527500', '111214.987500', '111215.447500', '111215.907500', '111216.367500', '111216.827500', '111217.287500', '111217.747500', '111218.207500', '111218.667500', '111219.127500', '111219.587500', '111220.047500', '111220.507500', '111220.967500', '111221.427500', '111221.887500', '111222.347500', '111222.807500', '111223.267500', '111223.727500', '111224.187500', '111224.647500', '111225.107500', '111225.567500', '111226.027500', '111226.487500', '111226.947500', '111227.407500', '111227.867500', '111228.327500', '111228.787500', '111229.247500', '111229.707500', '111230.167500', '111230.627500', '111231.087500', '111231.547500', '111232.007500', '111232.467500', '111232.927500', '111233.387500', '111233.847500', '111234.307500', '111234.767500', '111235.227500', '111235.687500', '111236.147500', '111236.607500', '111237.067500', '111237.527500', '111237.987500', '111238.447500', '111238.907500', '111239.367500', '111239.827500', '111240.287500', '111240.747500', '111241.207500', '111241.667500', '111242.127500', '111242.587500', '111243.047500', '111243.507500', '111243.967500', '111244.427500', '111244.887500', '111245.347500', '111245.807500', '111246.267500', '111246.727500', '111247.187500', '111247.647500', '111248.107500', '111248.567500', '111249.027500', '111249.487500', '111249.947500', '111250.407500', '111250.867500', '111251.327500', '111251.787500', '111252.247500', '111252.707500', '111253.167500', '111253.627500', '111254.087500', '111254.547500', '111255.007500', '111255.467500', '111255.927500', '111256.387500', '111256.847500', '111257.307500', '111257.767500', '111258.227500', '111258.687500', '111259.147500', '111259.607500', '111300.067500', '111300.527500', '111300.987500', '111301.447500', '111301.907500', '111302.367500', '111302.827500', '111303.287500', '111303.747500', '111304.207500', '111304.667500', '111305.127500', '111305.587500', '111306.047500', '111306.507500', '111306.967500', '111307.427500', '111307.887500', '111308.347500', '111308.807500', '111309.267500', '111309.727500', '111310.187500', '111310.647500', '111311.107500', '111311.567500', '111312.027500', '111312.487500', '111312.947500', '111313.407500', '111313.867500', '111314.327500', '111314.787500', '111315.247500', '111315.707500', '111316.167500', '111316.627500', '111317.087500', '111317.547500', '111318.007500', '111318.467500', '111318.927500', '111319.387500', '111319.847500', '111320.307500', '111320.767500', '111321.227500', '111321.687500', '111322.147500', '111322.607500', '111323.067500', '111323.527500', '111323.987500', '111324.447500', '111324.907500', '111325.367500', '111325.827500', '111326.287500', '111326.747500', '111327.207500', '111327.667500', '111328.127500', '111328.587500', '111329.047500', '111329.507500', '111329.967500', '111330.427500', '111330.887500', '111331.347500', '111331.807500', '111332.267500', '111332.727500', '111333.187500', '111333.647500', '111334.107500', '111334.567500', '111335.027500', '111335.487500', '111335.947500', '111336.407500', '111336.867500', '111337.327500', '111337.787500', '111338.247500', '111338.707500', '111339.167500', '111339.627500', '111340.087500', '111340.547500', '111341.007500', '111341.467500', '111341.927500', '111342.387500', '111342.847500', '111343.307500', '111343.767500', '111344.227500', '111344.687500', '111345.147500', '111345.607500', '111346.067500', '111346.527500', '111346.987500', '111347.447500', '111347.907500', '111348.367500', '111348.827500', '111349.287500', '111349.747500', '111350.207500', '111350.667500', '111351.127500', '111351.587500', '111352.047500', '111352.507500', '111352.967500', '111353.427500', '111353.887500', '111354.347500', '111354.807500', '111355.267500', '111355.727500', '111356.187500', '111356.647500', '111357.107500', '111357.567500', '111358.027500', '111358.487500', '111358.947500', '111359.407500', '111359.867500', '111400.327500', '111400.787500', '111401.247500', '111401.707500', '111402.167500', '111402.627500', '111403.087500', '111403.547500', '111404.007500', '111404.467500', '111404.927500', '111405.387500', '111405.847500', '111406.307500', '111406.767500', '111407.227500', '111407.687500', '111408.147500', '111408.607500', '111409.067500', '111409.527500', '111409.987500', '111410.447500', '111410.907500', '111411.367500', '111411.827500', '111412.287500', '111412.747500', '111413.207500', '111413.667500', '111414.127500', '111414.587500', '111415.047500', '111415.507500', '111415.967500', '111416.427500', '111416.887500', '111417.347500', '111417.807500', '111418.267500', '111418.727500', '111419.187500', '111419.647500', '111420.107500', '111420.567500', '111421.027500', '111421.487500', '111421.947500', '111422.407500', '111422.867500', '111423.327500', '111423.787500', '111424.247500', '111424.707500', '111425.167500', '111425.627500', '111426.087500', '111426.547500', '111427.007500', '111427.467500', '111427.927500', '111428.387500', '111428.847500', '111429.307500', '111429.767500', '111430.227500', '111430.687500', '111431.147500', '111431.607500', '111432.067500', '111432.527500', '111432.987500', '111433.447500', '111433.907500', '111434.367500', '111434.827500', '111435.287500', '111435.747500', '111436.207500', '111436.667500', '111437.127500', '111437.587500', '111438.047500', '111438.507500', '111438.967500', '111439.427500', '111439.887500', '111440.347500', '111440.807500', '111441.267500', '111441.727500', '111442.187500', '111442.647500', '111443.107500', '111443.567500', '111444.027500', '111444.487500', '111444.947500', '111445.407500', '111445.867500', '111446.327500', '111446.787500', '111447.247500', '111447.707500', '111448.167500', '111448.627500', '111449.087500', '111449.547500', '111450.007500', '111450.467500', '111450.927500', '111451.387500', '111451.847500', '111452.307500', '111452.767500', '111453.227500', '111453.687500', '111454.147500', '111454.607500', '111455.067500', '111455.527500', '111455.987500', '111456.447500', '111456.907500', '111457.367500', '111457.827500', '111458.287500', '111458.747500', '111459.207500', '111459.667500', '111500.127500', '111500.587500', '111501.047500', '111501.507500', '111501.967500', '111502.427500', '111502.887500', '111503.347500', '111503.807500', '111504.267500', '111504.727500', '111505.187500', '111505.647500', '111506.107500', '111506.567500', '111507.027500', '111507.487500', '111507.947500', '111508.407500', '111508.867500', '111509.327500', '111509.787500', '111510.247500', '111510.707500', '111511.167500', '111511.627500', '111512.087500', '111512.547500', '111513.007500', '111513.467500', '111513.927500', '111514.387500', '111514.847500', '111515.307500', '111515.767500', '111516.227500', '111516.687500', '111517.147500', '111517.607500', '111518.067500', '111518.527500', '111518.987500', '111519.447500', '111519.907500', '111520.367500', '111520.827500', '111521.287500', '111521.747500', '111522.207500', '111522.667500', '111523.127500', '111523.587500', '111524.047500', '111524.507500', '111524.967500', '111525.427500', '111525.887500', '111526.347500', '111526.807500', '111527.267500', '111527.727500', '111528.187500', '111528.647500', '111529.107500', '111529.567500', '111530.027500', '111530.487500', '111530.947500', '111531.407500', '111531.867500', '111532.327500', '111532.787500', '111533.247500', '111533.707500', '111534.167500', '111534.627500', '111535.087500', '111535.547500', '111536.007500', '111536.467500', '111536.927500', '111537.387500', '111537.847500', '111538.307500', '111538.767500', '111539.227500', '111539.687500', '111540.147500', '111540.607500', '111541.067500', '111541.527500', '111541.987500', '111542.447500', '111542.907500', '111543.367500', '111543.827500', '111544.287500', '111544.747500', '111545.207500', '111545.667500', '111546.127500', '111546.587500', '111547.047500', '111547.507500', '111547.967500', '111548.427500', '111548.887500', '111549.347500', '111549.807500', '111550.267500', '111550.727500', '111551.187500', '111551.647500', '111552.107500', '111552.567500', '111553.027500', '111553.487500', '111553.947500', '111554.407500', '111554.867500', '111555.327500', '111555.787500', '111556.247500', '111556.707500', '111557.167500', '111557.627500', '111558.087500', '111558.547500', '111559.007500', '111559.467500', '111559.927500', '111600.387500', '111600.847500', '111601.307500', '111601.767500', '111602.227500', '111602.687500', '111603.147500', '111603.607500', '111604.067500', '111604.527500', '111604.987500', '111605.447500', '111605.907500', '111606.367500', '111606.827500', '111607.287500', '111607.747500', '111608.207500', '111608.667500', '111609.127500', '111609.587500', '111610.047500', '111610.507500', '111610.967500', '111611.427500', '111611.887500', '111612.347500', '111612.807500', '111613.267500', '111613.727500', '111614.187500', '111614.647500', '111615.107500', '111615.567500', '111616.027500', '111616.487500', '111616.947500', '111617.407500', '111617.867500'], 'ContentTime': ['110358.594000', '110358.597000', '110358.600000', '110358.602000', '110358.605000', '110358.607000', '110358.617000', '110358.620000', '110358.622000', '110358.625000', '110358.627000', '110358.630000', '110358.633000', '110358.635000', '110358.638000', '110358.640000', '110358.643000', '110358.646000', '110358.658000', '110358.661000', '110358.663000', '110358.666000', '110358.668000', '110358.671000', '110358.673000', '110358.676000', '110358.679000', '110358.681000', '110358.684000', '110358.686000', '110418.550000', '110418.553000', '110418.556000', '110418.558000', '110418.561000', '110418.563000', '110418.566000', '110418.568000', '110418.571000', '110418.573000', '110418.576000', '110418.579000', '110418.587000', '110418.590000', '110418.592000', '110418.595000', '110418.598000', '110418.600000', '110418.603000', '110418.605000', '110418.608000', '110418.610000', '110418.614000', '110418.617000', '110418.620000', '110418.623000', '110418.625000', '110418.628000', '110418.630000', '110418.633000', '110418.635000', '110418.638000', '110418.641000', '110418.643000', '110418.646000', '110418.648000', '110418.651000', '110418.653000', '110418.656000', '110418.659000', '110418.661000', '110418.664000', '110418.666000', '110438.549000', '110438.552000', '110438.555000', '110438.557000', '110438.560000', '110438.562000', '110438.565000', '110438.568000', '110438.570000', '110438.573000', '110438.575000', '110438.578000', '110438.581000', '110438.583000', '110438.586000', '110438.588000', '110438.591000', '110438.594000', '110438.596000', '110438.599000', '110438.602000', '110438.604000', '110438.607000', '110438.609000', '110438.612000', '110438.615000', '110438.617000', '110438.620000', '110438.622000', '110438.625000', '110438.627000', '110438.630000', '110438.633000', '110438.635000', '110438.638000', '110438.640000', '110438.643000', '110438.645000', '110438.648000', '110438.651000', '110438.653000', '110438.656000', '110438.666000', '110438.669000', '110458.549000', '110458.552000', '110458.555000', '110458.557000', '110458.560000', '110458.562000', '110458.565000', '110458.568000', '110458.570000', '110458.573000', '110458.575000', '110458.578000', '110458.580000', '110458.583000', '110458.586000', '110458.589000', '110458.591000', '110458.594000', '110458.596000', '110458.599000', '110458.601000', '110458.604000', '110458.607000', '110458.609000', '110458.612000', '110458.614000', '110458.617000', '110458.620000', '110458.622000', '110458.625000', '110458.627000', '110458.630000', '110458.633000', '110458.635000', '110458.638000', '110458.642000', '110458.645000', '110458.647000', '110458.650000', '110458.652000', '110458.655000', '110458.658000', '110458.660000', '110518.550000', '110518.553000', '110518.555000', '110518.558000', '110518.560000', '110518.563000', '110518.565000', '110518.568000', '110518.571000', '110518.573000', '110518.576000', '110518.579000', '110518.581000', '110518.584000', '110518.587000', '110518.589000', '110518.592000', '110518.595000', '110518.597000', '110518.600000', '110518.602000', '110518.605000', '110518.608000', '110518.621000', '110518.624000', '110518.627000', '110518.629000', '110518.632000', '110518.634000', '110518.637000', '110518.639000', '110518.642000', '110518.645000', '110518.648000', '110518.650000', '110518.653000', '110518.655000', '110518.658000', '110518.661000', '110518.663000', '110518.666000', '110518.668000', '110518.671000', '110518.673000', '110538.548000', '110538.551000', '110538.554000', '110538.556000', '110538.559000', '110538.562000', '110538.564000', '110538.567000', '110538.569000', '110538.572000', '110538.575000', '110538.577000', '110538.580000', '110538.582000', '110538.585000', '110538.588000', '110538.590000', '110538.593000', '110538.596000', '110538.598000', '110538.601000', '110538.604000', '110538.606000', '110538.609000', '110538.611000', '110538.614000', '110538.617000', '110538.619000', '110538.622000', '110538.625000', '110538.627000', '110538.630000', '110538.632000', '110538.635000', '110538.638000', '110538.641000', '110538.644000', '110538.647000', '110538.649000', '110538.652000', '110538.655000', '110538.658000', '110538.672000', '110558.548000', '110558.551000', '110558.554000', '110558.556000', '110558.559000', '110558.562000', '110558.564000', '110558.567000', '110558.569000', '110558.572000', '110558.575000', '110558.577000', '110558.580000', '110558.582000', '110558.585000', '110558.587000', '110558.590000', '110558.593000', '110558.595000', '110558.598000', '110558.600000', '110558.603000', '110558.605000', '110558.608000', '110558.611000', '110558.613000', '110558.616000', '110558.618000', '110558.621000', '110558.624000', '110558.626000', '110558.629000', '110558.631000', '110558.634000', '110558.637000', '110558.639000', '110558.642000', '110558.644000', '110558.647000', '110558.649000', '110558.652000', '110558.655000', '110558.657000', '110558.660000', '110618.549000', '110618.552000', '110618.555000', '110618.557000', '110618.560000', '110618.563000', '110618.565000', '110618.568000', '110618.571000', '110618.573000', '110618.576000', '110618.578000', '110618.581000', '110618.584000', '110618.586000', '110618.589000', '110618.592000', '110618.594000', '110618.597000', '110618.599000', '110618.602000', '110618.605000', '110618.607000', '110618.610000', '110618.612000', '110618.615000', '110618.618000', '110618.620000', '110618.623000', '110618.626000', '110618.628000', '110618.631000', '110618.634000', '110618.637000', '110618.639000', '110618.642000', '110618.645000', '110618.648000', '110618.650000', '110618.653000', '110618.655000', '110618.658000', '110618.661000', '110638.550000', '110638.552000', '110638.555000', '110638.557000', '110638.560000', '110638.563000', '110638.565000', '110638.568000', '110638.570000', '110638.573000', '110638.576000', '110638.578000', '110638.581000', '110638.583000', '110638.586000', '110638.589000', '110638.591000', '110638.594000', '110638.596000', '110638.599000', '110638.602000', '110638.604000', '110638.607000', '110638.609000', '110638.612000', '110638.614000', '110638.617000', '110638.620000', '110638.622000', '110638.625000', '110638.627000', '110638.630000', '110638.633000', '110638.635000', '110638.638000', '110638.641000', '110638.643000', '110638.646000', '110638.648000', '110638.651000', '110638.654000', '110638.656000', '110638.659000', '110638.661000', '110658.550000', '110658.552000', '110658.555000', '110658.558000', '110658.585000', '110658.588000', '110658.591000', '110658.593000', '110658.596000', '110658.598000', '110658.601000', '110658.603000', '110658.606000', '110658.609000', '110658.611000', '110658.614000', '110658.617000', '110658.619000', '110658.622000', '110658.624000', '110658.627000', '110658.630000', '110658.632000', '110658.635000', '110658.637000', '110658.640000', '110658.642000', '110658.645000', '110658.647000', '110658.650000', '110658.653000', '110658.655000', '110658.658000', '110658.660000', '110658.663000', '110658.666000', '110658.669000', '110658.671000', '110658.674000', '110658.677000', '110658.679000', '110658.682000', '110658.684000', '110718.550000', '110718.552000', '110718.555000', '110718.558000', '110718.560000', '110718.563000', '110718.565000', '110718.568000', '110718.571000', '110718.573000', '110718.576000', '110718.579000', '110718.581000', '110718.584000', '110718.586000', '110718.589000', '110718.592000', '110718.594000', '110718.597000', '110718.600000', '110718.602000', '110718.605000', '110718.608000', '110718.610000', '110718.613000', '110718.615000', '110718.618000', '110718.621000', '110718.623000', '110718.626000', '110718.629000', '110718.631000', '110718.634000', '110718.636000', '110718.639000', '110718.642000', '110718.644000', '110718.647000', '110718.649000', '110718.652000', '110718.654000', '110718.657000', '110718.660000', '110718.662000', '110738.549000', '110738.552000', '110738.555000', '110738.558000', '110738.560000', '110738.563000', '110738.565000', '110738.568000', '110738.570000', '110738.573000', '110738.576000', '110738.578000', '110738.581000', '110738.583000', '110738.586000', '110738.589000', '110738.591000', '110738.594000', '110738.596000', '110738.599000', '110738.602000', '110738.604000', '110738.607000', '110738.610000', '110738.612000', '110738.615000', '110738.617000', '110738.620000', '110738.623000', '110738.625000', '110738.628000', '110738.630000', '110738.633000', '110738.636000', '110738.638000', '110738.641000', '110738.644000', '110738.646000', '110738.649000', '110738.651000', '110738.654000', '110738.656000', '110738.659000', '110758.549000', '110758.552000', '110758.554000', '110758.557000', '110758.560000', '110758.562000', '110758.565000', '110758.567000', '110758.570000', '110758.572000', '110758.575000', '110758.578000', '110758.580000', '110758.583000', '110758.586000', '110758.588000', '110758.591000', '110758.594000', '110758.596000', '110758.599000', '110758.601000', '110758.604000', '110758.607000', '110758.609000', '110758.612000', '110758.614000', '110758.617000', '110758.619000', '110758.622000', '110758.625000', '110758.627000', '110758.630000', '110758.633000', '110758.635000', '110758.638000', '110758.640000', '110758.643000', '110758.646000', '110758.648000', '110758.651000', '110758.653000', '110758.656000', '110758.658000', '110758.661000', '110818.549000', '110818.551000', '110818.554000', '110818.557000', '110818.559000', '110818.562000', '110818.565000', '110818.567000', '110818.570000', '110818.572000', '110818.575000', '110818.578000', '110818.580000', '110818.583000', '110818.585000', '110818.588000', '110818.591000', '110818.593000', '110818.596000', '110818.598000', '110818.601000', '110818.604000', '110818.606000', '110818.609000', '110818.611000', '110818.614000', '110818.617000', '110818.619000', '110818.622000', '110818.624000', '110818.627000', '110818.629000', '110818.632000', '110818.635000', '110818.637000', '110818.640000', '110818.642000', '110818.645000', '110818.648000', '110818.650000', '110818.653000', '110818.655000', '110818.658000', '110838.550000', '110838.552000', '110838.555000', '110838.557000', '110838.560000', '110838.563000', '110838.565000', '110838.568000', '110838.570000', '110838.573000', '110838.576000', '110838.578000', '110838.581000', '110838.583000', '110838.586000', '110838.589000', '110838.591000', '110838.594000', '110838.596000', '110838.599000', '110838.602000', '110838.604000', '110838.607000', '110838.610000', '110838.612000', '110838.615000', '110838.617000', '110838.620000', '110838.622000', '110838.625000', '110838.628000', '110838.630000', '110838.633000', '110838.636000', '110838.638000', '110838.641000', '110838.643000', '110838.646000', '110838.648000', '110838.651000', '110838.654000', '110838.656000', '110838.659000', '110838.661000', '110858.550000', '110858.552000', '110858.555000', '110858.558000', '110858.560000', '110858.563000', '110858.566000', '110858.568000', '110858.571000', '110858.573000', '110858.576000', '110858.579000', '110858.581000', '110858.584000', '110858.586000', '110858.589000', '110858.592000', '110858.594000', '110858.597000', '110858.600000', '110858.602000', '110858.605000', '110858.607000', '110858.610000', '110858.613000', '110858.615000', '110858.618000', '110858.621000', '110858.623000', '110858.626000', '110858.628000', '110858.631000', '110858.634000', '110858.636000', '110858.639000', '110858.641000', '110858.644000', '110858.647000', '110858.649000', '110858.652000', '110858.654000', '110858.657000', '110858.660000', '110918.549000', '110918.552000', '110918.555000', '110918.558000', '110918.560000', '110918.563000', '110918.565000', '110918.568000', '110918.570000', '110918.573000', '110918.576000', '110918.578000', '110918.581000', '110918.584000', '110918.586000', '110918.589000', '110918.592000', '110918.594000', '110918.597000', '110918.599000', '110918.602000', '110918.605000', '110918.607000', '110918.610000', '110918.613000', '110918.615000', '110918.618000', '110918.620000', '110918.623000', '110918.626000', '110918.628000', '110918.631000', '110918.633000', '110918.636000', '110918.639000', '110918.641000', '110918.644000', '110918.646000', '110918.649000', '110918.652000', '110918.654000', '110918.657000', '110918.660000', '110918.662000', '110938.550000', '110938.552000', '110938.555000', '110938.558000', '110938.560000', '110938.563000', '110938.565000', '110938.568000', '110938.571000', '110938.573000', '110938.576000', '110938.578000', '110938.581000', '110938.584000', '110938.586000', '110938.589000', '110938.592000', '110938.594000', '110938.597000', '110938.600000', '110938.602000', '110938.605000', '110938.608000', '110938.610000', '110938.613000', '110938.617000', '110938.620000', '110938.622000', '110938.625000', '110938.627000', '110938.630000', '110938.633000', '110938.635000', '110938.638000', '110938.640000', '110938.643000', '110938.645000', '110938.648000', '110938.651000', '110938.653000', '110938.656000', '110938.659000', '110938.661000', '110958.550000', '110958.552000', '110958.555000', '110958.558000', '110958.560000', '110958.563000', '110958.565000', '110958.568000', '110958.571000', '110958.573000', '110958.576000', '110958.578000', '110958.581000', '110958.583000', '110958.586000', '110958.589000', '110958.591000', '110958.594000', '110958.597000', '110958.599000', '110958.602000', '110958.604000', '110958.607000', '110958.610000', '110958.612000', '110958.615000', '110958.617000', '110958.620000', '110958.623000', '110958.625000', '110958.628000', '110958.630000', '110958.633000', '110958.636000', '110958.638000', '110958.641000', '110958.643000', '110958.646000', '110958.649000', '110958.651000', '110958.654000', '110958.657000', '110958.659000', '110958.662000', '111018.548000', '111018.551000', '111018.554000', '111018.556000', '111018.559000', '111018.562000', '111018.564000', '111018.567000', '111018.569000', '111018.572000', '111018.575000', '111018.577000', '111018.580000', '111018.583000', '111018.585000', '111018.588000', '111018.591000', '111018.593000', '111018.596000', '111018.598000', '111018.601000', '111018.603000', '111018.606000', '111018.609000', '111018.611000', '111018.614000', '111018.617000', '111018.619000', '111018.622000', '111018.625000', '111018.627000', '111018.630000', '111018.632000', '111018.635000', '111018.638000', '111018.640000', '111018.643000', '111018.645000', '111018.648000', '111018.651000', '111018.653000', '111018.656000', '111018.658000', '111038.549000', '111038.551000', '111038.554000', '111038.557000', '111038.565000', '111038.567000', '111038.570000', '111038.573000', '111038.576000', '111038.579000', '111038.581000', '111038.584000', '111038.586000', '111038.589000', '111038.592000', '111038.594000', '111038.597000', '111038.600000', '111038.602000', '111038.605000', '111038.608000', '111038.610000', '111038.613000', '111038.616000', '111038.618000', '111038.621000', '111038.623000', '111038.626000', '111038.629000', '111038.631000', '111038.634000', '111038.637000', '111038.639000', '111038.642000', '111038.645000', '111038.647000', '111038.650000', '111038.653000', '111038.656000', '111038.658000', '111038.661000', '111038.664000', '111038.666000', '111038.669000', '111058.550000', '111058.552000', '111058.555000', '111058.558000', '111058.560000', '111058.563000', '111058.566000', '111058.568000', '111058.571000', '111058.573000', '111058.576000', '111058.579000', '111058.581000', '111058.584000', '111058.586000', '111058.589000', '111058.592000', '111058.594000', '111058.597000', '111058.599000', '111058.602000', '111058.605000', '111058.607000', '111058.610000', '111058.612000', '111058.615000', '111058.618000', '111058.620000', '111058.623000', '111058.625000', '111058.628000', '111058.630000', '111058.633000', '111058.636000', '111058.638000', '111058.641000', '111058.643000', '111058.646000', '111058.649000', '111058.651000', '111058.654000', '111058.656000', '111058.659000', '111118.549000', '111118.552000', '111118.555000', '111118.557000', '111118.560000', '111118.563000', '111118.565000', '111118.578000', '111118.581000', '111118.583000', '111118.586000', '111118.588000', '111118.591000', '111118.594000', '111118.596000', '111118.599000', '111118.602000', '111118.604000', '111118.607000', '111118.609000', '111118.612000', '111118.615000', '111118.617000', '111118.620000', '111118.622000', '111118.625000', '111118.627000', '111118.630000', '111118.633000', '111118.635000', '111118.638000', '111118.640000', '111118.643000', '111118.646000', '111118.648000', '111118.651000', '111118.654000', '111118.656000', '111118.659000', '111118.661000', '111118.664000', '111118.667000', '111118.669000', '111138.550000', '111138.552000', '111138.555000', '111138.558000', '111138.560000', '111138.563000', '111138.565000', '111138.568000', '111138.571000', '111138.573000', '111138.576000', '111138.578000', '111138.581000', '111138.584000', '111138.586000', '111138.589000', '111138.592000', '111138.594000', '111138.597000', '111138.600000', '111138.602000', '111138.605000', '111138.607000', '111138.610000', '111138.613000', '111138.615000', '111138.618000', '111138.620000', '111138.623000', '111138.625000', '111138.628000', '111138.631000', '111138.633000', '111138.636000', '111138.638000', '111138.641000', '111138.644000', '111138.646000', '111138.649000', '111138.652000', '111138.654000', '111138.657000', '111138.659000', '111138.662000', '111158.550000', '111158.553000', '111158.556000', '111158.559000', '111158.561000', '111158.564000', '111158.567000', '111158.569000', '111158.572000', '111158.574000', '111158.577000', '111158.579000', '111158.582000', '111158.585000', '111158.587000', '111158.590000', '111158.593000', '111158.595000', '111158.598000', '111158.600000', '111158.603000', '111158.606000', '111158.608000', '111158.611000', '111158.614000', '111158.617000', '111158.619000', '111158.622000', '111158.625000', '111158.627000', '111158.630000', '111158.632000', '111158.635000', '111158.638000', '111158.640000', '111158.643000', '111158.645000', '111158.648000', '111158.651000', '111158.653000', '111158.656000', '111158.659000', '111158.661000', '111218.549000', '111218.552000', '111218.555000', '111218.558000', '111218.560000', '111218.563000', '111218.566000', '111218.568000', '111218.571000', '111218.573000', '111218.576000', '111218.579000', '111218.581000', '111218.584000', '111218.587000', '111218.590000', '111218.592000', '111218.595000', '111218.597000', '111218.600000', '111218.603000', '111218.605000', '111218.608000', '111218.610000', '111218.613000', '111218.616000', '111218.618000', '111218.621000', '111218.623000', '111218.626000', '111218.629000', '111218.631000', '111218.634000', '111218.636000', '111218.639000', '111218.642000', '111218.644000', '111218.647000', '111218.650000', '111218.652000', '111218.655000', '111218.657000', '111218.660000', '111218.663000', '111238.548000', '111238.551000', '111238.554000', '111238.556000', '111238.584000', '111238.587000', '111238.590000', '111238.593000', '111238.596000', '111238.598000', '111238.601000', '111238.603000', '111238.606000', '111238.608000', '111238.611000', '111238.614000', '111238.616000', '111238.619000', '111238.621000', '111238.624000', '111238.627000', '111238.629000', '111238.632000', '111238.634000', '111238.637000', '111238.639000', '111238.642000', '111238.645000', '111238.647000', '111238.650000', '111238.652000', '111238.655000', '111238.658000', '111238.660000', '111238.663000', '111238.665000', '111238.668000', '111238.671000', '111238.673000', '111238.676000', '111238.678000', '111238.681000', '111238.684000', '111258.549000', '111258.551000', '111258.554000', '111258.557000', '111258.559000', '111258.562000', '111258.565000', '111258.567000', '111258.570000', '111258.572000', '111258.575000', '111258.577000', '111258.580000', '111258.583000', '111258.586000', '111258.588000', '111258.591000', '111258.594000', '111258.596000', '111258.599000', '111258.602000', '111258.604000', '111258.607000', '111258.609000', '111258.612000', '111258.615000', '111258.617000', '111258.620000', '111258.623000', '111258.625000', '111258.628000', '111258.630000', '111258.633000', '111258.636000', '111258.638000', '111258.641000', '111258.644000', '111258.646000', '111258.649000', '111258.651000', '111258.654000', '111258.657000', '111258.659000', '111258.662000', '111318.550000', '111318.552000', '111318.555000', '111318.558000', '111318.560000', '111318.563000', '111318.565000', '111318.568000', '111318.571000', '111318.573000', '111318.576000', '111318.578000', '111318.581000', '111318.584000', '111318.586000', '111318.589000', '111318.591000', '111318.594000', '111318.597000', '111318.599000', '111318.602000', '111318.606000', '111318.609000', '111318.611000', '111318.614000', '111318.616000', '111318.619000', '111318.622000', '111318.624000', '111318.627000', '111318.629000', '111318.632000', '111318.635000', '111318.637000', '111318.640000', '111318.643000', '111318.645000', '111318.648000', '111318.650000', '111318.654000', '111318.657000', '111318.660000', '111318.662000', '111338.550000', '111338.552000', '111338.555000', '111338.558000', '111338.560000', '111338.563000', '111338.565000', '111338.568000', '111338.570000', '111338.573000', '111338.576000', '111338.578000', '111338.581000', '111338.583000', '111338.586000', '111338.589000', '111338.592000', '111338.594000', '111338.597000', '111338.599000', '111338.602000', '111338.605000', '111338.607000', '111338.610000', '111338.612000', '111338.615000', '111338.618000', '111338.620000', '111338.623000', '111338.625000', '111338.628000', '111338.631000', '111338.633000', '111338.636000', '111338.639000', '111338.641000', '111338.644000', '111338.646000', '111338.649000', '111338.652000', '111338.654000', '111338.657000', '111338.660000', '111338.662000', '111358.550000', '111358.552000', '111358.555000', '111358.558000', '111358.560000', '111358.563000', '111358.565000', '111358.568000', '111358.571000', '111358.573000', '111358.576000', '111358.578000', '111358.581000', '111358.584000', '111358.586000', '111358.589000', '111358.592000', '111358.594000', '111358.597000', '111358.599000', '111358.602000', '111358.605000', '111358.608000', '111358.611000', '111358.614000', '111358.617000', '111358.619000', '111358.622000', '111358.625000', '111358.627000', '111358.630000', '111358.632000', '111358.635000', '111358.637000', '111358.640000', '111358.643000', '111358.645000', '111358.648000', '111358.650000', '111358.653000', '111358.656000', '111358.658000', '111358.661000', '111418.550000', '111418.552000', '111418.555000', '111418.558000', '111418.560000', '111418.563000', '111418.565000', '111418.568000', '111418.571000', '111418.573000', '111418.576000', '111418.578000', '111418.581000', '111418.583000', '111418.586000', '111418.589000', '111418.591000', '111418.594000', '111418.597000', '111418.599000', '111418.602000', '111418.604000', '111418.607000', '111418.610000', '111418.612000', '111418.615000', '111418.617000', '111418.620000', '111418.623000', '111418.625000', '111418.628000', '111418.630000', '111418.633000', '111418.636000', '111418.638000', '111418.641000', '111418.644000', '111418.646000', '111418.649000', '111418.651000', '111418.654000', '111418.657000', '111418.659000', '111418.662000', '111438.550000', '111438.552000', '111438.555000', '111438.558000', '111438.560000', '111438.563000', '111438.566000', '111438.568000', '111438.571000', '111438.574000', '111438.576000', '111438.579000', '111438.581000', '111438.584000', '111438.587000', '111438.589000', '111438.592000', '111438.595000', '111438.597000', '111438.600000', '111438.603000', '111438.605000', '111438.608000', '111438.611000', '111438.613000', '111438.616000', '111438.618000', '111438.621000', '111438.624000', '111438.626000', '111438.629000', '111438.632000', '111438.635000', '111438.638000', '111438.641000', '111438.643000', '111438.646000', '111438.649000', '111438.651000', '111438.654000', '111438.657000', '111438.659000', '111438.662000', '111458.548000', '111458.551000', '111458.554000', '111458.556000', '111458.559000', '111458.562000', '111458.564000', '111458.570000', '111458.572000', '111458.575000', '111458.577000', '111458.580000', '111458.583000', '111458.585000', '111458.588000', '111458.591000', '111458.593000', '111458.596000', '111458.599000', '111458.601000', '111458.604000', '111458.606000', '111458.609000', '111458.612000', '111458.614000', '111458.617000', '111458.619000', '111458.631000', '111458.634000', '111458.636000', '111458.639000', '111458.642000', '111458.644000', '111458.647000', '111458.649000', '111458.652000', '111458.655000', '111458.657000', '111458.660000', '111458.663000', '111458.665000', '111458.668000', '111458.671000', '111458.673000', '111518.549000', '111518.551000', '111518.554000', '111518.557000', '111518.559000', '111518.562000', '111518.564000', '111518.567000', '111518.570000', '111518.572000', '111518.575000', '111518.577000', '111518.580000', '111518.583000', '111518.585000', '111518.588000', '111518.591000', '111518.593000', '111518.596000', '111518.598000', '111518.601000', '111518.604000', '111518.606000', '111518.609000', '111518.612000', '111518.614000', '111518.617000', '111518.619000', '111518.622000', '111518.625000', '111518.627000', '111518.630000', '111518.632000', '111518.635000', '111518.637000', '111518.640000', '111518.643000', '111518.645000', '111518.648000', '111518.651000', '111518.653000', '111518.656000', '111518.658000', '111538.550000', '111538.553000', '111538.555000', '111538.558000', '111538.560000', '111538.563000', '111538.566000', '111538.568000', '111538.571000', '111538.573000', '111538.576000', '111538.579000', '111538.581000', '111538.584000', '111538.587000', '111538.589000', '111538.592000', '111538.595000', '111538.597000', '111538.600000', '111538.603000', '111538.605000', '111538.608000', '111538.611000', '111538.613000', '111538.616000', '111538.618000', '111538.621000', '111538.624000', '111538.626000', '111538.629000', '111538.631000', '111538.634000', '111538.637000', '111538.639000', '111538.642000', '111538.644000', '111538.647000', '111538.650000', '111538.652000', '111538.655000', '111538.658000', '111538.660000', '111538.663000', '111558.550000', '111558.552000', '111558.555000', '111558.558000', '111558.560000', '111558.563000', '111558.566000', '111558.568000', '111558.571000', '111558.573000', '111558.576000', '111558.579000', '111558.581000', '111558.584000', '111558.586000', '111558.589000', '111558.592000', '111558.594000', '111558.597000', '111558.599000', '111558.602000', '111558.605000', '111558.608000', '111558.610000', '111558.613000', '111558.615000', '111558.618000', '111558.621000', '111558.623000', '111558.626000', '111558.628000', '111558.631000', '111558.633000', '111558.636000', '111558.639000', '111558.641000', '111558.644000', '111558.646000', '111558.649000', '111558.652000', '111558.654000', '111558.657000', '111558.659000', '111618.550000', '111618.552000', '111618.555000', '111618.558000', '111618.561000', '111618.563000', '111618.566000', '111618.568000', '111618.571000', '111618.574000', '111618.579000', '111618.585000', '111618.588000', '111618.591000', '111618.595000', '111618.600000', '111618.604000', '111618.607000', '111618.610000', '111618.613000', '111618.616000', '111618.621000', '111618.624000', '111618.627000', '111618.629000', '111618.632000', '111618.635000', '111618.638000', '111618.641000', '111618.644000', '111618.647000', '111618.649000', '111618.652000', '111618.655000', '111618.657000', '111618.661000', '111618.664000', '111618.667000', '111618.670000', '111618.672000', '111618.675000', '111618.678000', '111618.680000', '111618.683000', '111618.916000'], 'InstanceCreationTime': ['110358.594000', '110358.597000', '110358.600000', '110358.602000', '110358.605000', '110358.607000', '110358.617000', '110358.620000', '110358.622000', '110358.625000', '110358.627000', '110358.630000', '110358.633000', '110358.635000', '110358.638000', '110358.640000', '110358.643000', '110358.646000', '110358.658000', '110358.661000', '110358.663000', '110358.666000', '110358.668000', '110358.671000', '110358.673000', '110358.676000', '110358.679000', '110358.681000', '110358.684000', '110358.686000', '110418.550000', '110418.553000', '110418.556000', '110418.558000', '110418.561000', '110418.563000', '110418.566000', '110418.568000', '110418.571000', '110418.573000', '110418.576000', '110418.579000', '110418.587000', '110418.590000', '110418.592000', '110418.595000', '110418.598000', '110418.600000', '110418.603000', '110418.605000', '110418.608000', '110418.610000', '110418.614000', '110418.617000', '110418.620000', '110418.623000', '110418.625000', '110418.628000', '110418.630000', '110418.633000', '110418.635000', '110418.638000', '110418.641000', '110418.643000', '110418.646000', '110418.648000', '110418.651000', '110418.653000', '110418.656000', '110418.659000', '110418.661000', '110418.664000', '110418.666000', '110438.549000', '110438.552000', '110438.555000', '110438.557000', '110438.560000', '110438.562000', '110438.565000', '110438.568000', '110438.570000', '110438.573000', '110438.575000', '110438.578000', '110438.581000', '110438.583000', '110438.586000', '110438.588000', '110438.591000', '110438.594000', '110438.596000', '110438.599000', '110438.602000', '110438.604000', '110438.607000', '110438.609000', '110438.612000', '110438.615000', '110438.617000', '110438.620000', '110438.622000', '110438.625000', '110438.627000', '110438.630000', '110438.633000', '110438.635000', '110438.638000', '110438.640000', '110438.643000', '110438.645000', '110438.648000', '110438.651000', '110438.653000', '110438.656000', '110438.666000', '110438.669000', '110458.549000', '110458.552000', '110458.555000', '110458.557000', '110458.560000', '110458.562000', '110458.565000', '110458.568000', '110458.570000', '110458.573000', '110458.575000', '110458.578000', '110458.580000', '110458.583000', '110458.586000', '110458.589000', '110458.591000', '110458.594000', '110458.596000', '110458.599000', '110458.601000', '110458.604000', '110458.607000', '110458.609000', '110458.612000', '110458.614000', '110458.617000', '110458.620000', '110458.622000', '110458.625000', '110458.627000', '110458.630000', '110458.633000', '110458.635000', '110458.638000', '110458.642000', '110458.645000', '110458.647000', '110458.650000', '110458.652000', '110458.655000', '110458.658000', '110458.660000', '110518.550000', '110518.553000', '110518.555000', '110518.558000', '110518.560000', '110518.563000', '110518.565000', '110518.568000', '110518.571000', '110518.573000', '110518.576000', '110518.579000', '110518.581000', '110518.584000', '110518.587000', '110518.589000', '110518.592000', '110518.595000', '110518.597000', '110518.600000', '110518.602000', '110518.605000', '110518.608000', '110518.621000', '110518.624000', '110518.627000', '110518.629000', '110518.632000', '110518.634000', '110518.637000', '110518.639000', '110518.642000', '110518.645000', '110518.648000', '110518.650000', '110518.653000', '110518.655000', '110518.658000', '110518.661000', '110518.663000', '110518.666000', '110518.668000', '110518.671000', '110518.673000', '110538.548000', '110538.551000', '110538.554000', '110538.556000', '110538.559000', '110538.562000', '110538.564000', '110538.567000', '110538.569000', '110538.572000', '110538.575000', '110538.577000', '110538.580000', '110538.582000', '110538.585000', '110538.588000', '110538.590000', '110538.593000', '110538.596000', '110538.598000', '110538.601000', '110538.604000', '110538.606000', '110538.609000', '110538.611000', '110538.614000', '110538.617000', '110538.619000', '110538.622000', '110538.625000', '110538.627000', '110538.630000', '110538.632000', '110538.635000', '110538.638000', '110538.641000', '110538.644000', '110538.647000', '110538.649000', '110538.652000', '110538.655000', '110538.658000', '110538.672000', '110558.548000', '110558.551000', '110558.554000', '110558.556000', '110558.559000', '110558.562000', '110558.564000', '110558.567000', '110558.569000', '110558.572000', '110558.575000', '110558.577000', '110558.580000', '110558.582000', '110558.585000', '110558.587000', '110558.590000', '110558.593000', '110558.595000', '110558.598000', '110558.600000', '110558.603000', '110558.605000', '110558.608000', '110558.611000', '110558.613000', '110558.616000', '110558.618000', '110558.621000', '110558.624000', '110558.626000', '110558.629000', '110558.631000', '110558.634000', '110558.637000', '110558.639000', '110558.642000', '110558.644000', '110558.647000', '110558.649000', '110558.652000', '110558.655000', '110558.657000', '110558.660000', '110618.549000', '110618.552000', '110618.555000', '110618.557000', '110618.560000', '110618.563000', '110618.565000', '110618.568000', '110618.571000', '110618.573000', '110618.576000', '110618.578000', '110618.581000', '110618.584000', '110618.586000', '110618.589000', '110618.592000', '110618.594000', '110618.597000', '110618.599000', '110618.602000', '110618.605000', '110618.607000', '110618.610000', '110618.612000', '110618.615000', '110618.618000', '110618.620000', '110618.623000', '110618.626000', '110618.628000', '110618.631000', '110618.634000', '110618.637000', '110618.639000', '110618.642000', '110618.645000', '110618.648000', '110618.650000', '110618.653000', '110618.655000', '110618.658000', '110618.661000', '110638.550000', '110638.552000', '110638.555000', '110638.557000', '110638.560000', '110638.563000', '110638.565000', '110638.568000', '110638.570000', '110638.573000', '110638.576000', '110638.578000', '110638.581000', '110638.583000', '110638.586000', '110638.589000', '110638.591000', '110638.594000', '110638.596000', '110638.599000', '110638.602000', '110638.604000', '110638.607000', '110638.609000', '110638.612000', '110638.614000', '110638.617000', '110638.620000', '110638.622000', '110638.625000', '110638.627000', '110638.630000', '110638.633000', '110638.635000', '110638.638000', '110638.641000', '110638.643000', '110638.646000', '110638.648000', '110638.651000', '110638.654000', '110638.656000', '110638.659000', '110638.661000', '110658.550000', '110658.552000', '110658.555000', '110658.558000', '110658.585000', '110658.588000', '110658.591000', '110658.593000', '110658.596000', '110658.598000', '110658.601000', '110658.603000', '110658.606000', '110658.609000', '110658.611000', '110658.614000', '110658.617000', '110658.619000', '110658.622000', '110658.624000', '110658.627000', '110658.630000', '110658.632000', '110658.635000', '110658.637000', '110658.640000', '110658.642000', '110658.645000', '110658.647000', '110658.650000', '110658.653000', '110658.655000', '110658.658000', '110658.660000', '110658.663000', '110658.666000', '110658.669000', '110658.671000', '110658.674000', '110658.677000', '110658.679000', '110658.682000', '110658.684000', '110718.550000', '110718.552000', '110718.555000', '110718.558000', '110718.560000', '110718.563000', '110718.565000', '110718.568000', '110718.571000', '110718.573000', '110718.576000', '110718.579000', '110718.581000', '110718.584000', '110718.586000', '110718.589000', '110718.592000', '110718.594000', '110718.597000', '110718.600000', '110718.602000', '110718.605000', '110718.608000', '110718.610000', '110718.613000', '110718.615000', '110718.618000', '110718.621000', '110718.623000', '110718.626000', '110718.629000', '110718.631000', '110718.634000', '110718.636000', '110718.639000', '110718.642000', '110718.644000', '110718.647000', '110718.649000', '110718.652000', '110718.654000', '110718.657000', '110718.660000', '110718.662000', '110738.549000', '110738.552000', '110738.555000', '110738.558000', '110738.560000', '110738.563000', '110738.565000', '110738.568000', '110738.570000', '110738.573000', '110738.576000', '110738.578000', '110738.581000', '110738.583000', '110738.586000', '110738.589000', '110738.591000', '110738.594000', '110738.596000', '110738.599000', '110738.602000', '110738.604000', '110738.607000', '110738.610000', '110738.612000', '110738.615000', '110738.617000', '110738.620000', '110738.623000', '110738.625000', '110738.628000', '110738.630000', '110738.633000', '110738.636000', '110738.638000', '110738.641000', '110738.644000', '110738.646000', '110738.649000', '110738.651000', '110738.654000', '110738.656000', '110738.659000', '110758.549000', '110758.552000', '110758.554000', '110758.557000', '110758.560000', '110758.562000', '110758.565000', '110758.567000', '110758.570000', '110758.572000', '110758.575000', '110758.578000', '110758.580000', '110758.583000', '110758.586000', '110758.588000', '110758.591000', '110758.594000', '110758.596000', '110758.599000', '110758.601000', '110758.604000', '110758.607000', '110758.609000', '110758.612000', '110758.614000', '110758.617000', '110758.619000', '110758.622000', '110758.625000', '110758.627000', '110758.630000', '110758.633000', '110758.635000', '110758.638000', '110758.640000', '110758.643000', '110758.646000', '110758.648000', '110758.651000', '110758.653000', '110758.656000', '110758.658000', '110758.661000', '110818.549000', '110818.551000', '110818.554000', '110818.557000', '110818.559000', '110818.562000', '110818.565000', '110818.567000', '110818.570000', '110818.572000', '110818.575000', '110818.578000', '110818.580000', '110818.583000', '110818.585000', '110818.588000', '110818.591000', '110818.593000', '110818.596000', '110818.598000', '110818.601000', '110818.604000', '110818.606000', '110818.609000', '110818.611000', '110818.614000', '110818.617000', '110818.619000', '110818.622000', '110818.624000', '110818.627000', '110818.629000', '110818.632000', '110818.635000', '110818.637000', '110818.640000', '110818.642000', '110818.645000', '110818.648000', '110818.650000', '110818.653000', '110818.655000', '110818.658000', '110838.550000', '110838.552000', '110838.555000', '110838.557000', '110838.560000', '110838.563000', '110838.565000', '110838.568000', '110838.570000', '110838.573000', '110838.576000', '110838.578000', '110838.581000', '110838.583000', '110838.586000', '110838.589000', '110838.591000', '110838.594000', '110838.596000', '110838.599000', '110838.602000', '110838.604000', '110838.607000', '110838.610000', '110838.612000', '110838.615000', '110838.617000', '110838.620000', '110838.622000', '110838.625000', '110838.628000', '110838.630000', '110838.633000', '110838.636000', '110838.638000', '110838.641000', '110838.643000', '110838.646000', '110838.648000', '110838.651000', '110838.654000', '110838.656000', '110838.659000', '110838.661000', '110858.550000', '110858.552000', '110858.555000', '110858.558000', '110858.560000', '110858.563000', '110858.566000', '110858.568000', '110858.571000', '110858.573000', '110858.576000', '110858.579000', '110858.581000', '110858.584000', '110858.586000', '110858.589000', '110858.592000', '110858.594000', '110858.597000', '110858.600000', '110858.602000', '110858.605000', '110858.607000', '110858.610000', '110858.613000', '110858.615000', '110858.618000', '110858.621000', '110858.623000', '110858.626000', '110858.628000', '110858.631000', '110858.634000', '110858.636000', '110858.639000', '110858.641000', '110858.644000', '110858.647000', '110858.649000', '110858.652000', '110858.654000', '110858.657000', '110858.660000', '110918.549000', '110918.552000', '110918.555000', '110918.558000', '110918.560000', '110918.563000', '110918.565000', '110918.568000', '110918.570000', '110918.573000', '110918.576000', '110918.578000', '110918.581000', '110918.584000', '110918.586000', '110918.589000', '110918.592000', '110918.594000', '110918.597000', '110918.599000', '110918.602000', '110918.605000', '110918.607000', '110918.610000', '110918.613000', '110918.615000', '110918.618000', '110918.620000', '110918.623000', '110918.626000', '110918.628000', '110918.631000', '110918.633000', '110918.636000', '110918.639000', '110918.641000', '110918.644000', '110918.646000', '110918.649000', '110918.652000', '110918.654000', '110918.657000', '110918.660000', '110918.662000', '110938.550000', '110938.552000', '110938.555000', '110938.558000', '110938.560000', '110938.563000', '110938.565000', '110938.568000', '110938.571000', '110938.573000', '110938.576000', '110938.578000', '110938.581000', '110938.584000', '110938.586000', '110938.589000', '110938.592000', '110938.594000', '110938.597000', '110938.600000', '110938.602000', '110938.605000', '110938.608000', '110938.610000', '110938.613000', '110938.617000', '110938.620000', '110938.622000', '110938.625000', '110938.627000', '110938.630000', '110938.633000', '110938.635000', '110938.638000', '110938.640000', '110938.643000', '110938.645000', '110938.648000', '110938.651000', '110938.653000', '110938.656000', '110938.659000', '110938.661000', '110958.550000', '110958.552000', '110958.555000', '110958.558000', '110958.560000', '110958.563000', '110958.565000', '110958.568000', '110958.571000', '110958.573000', '110958.576000', '110958.578000', '110958.581000', '110958.583000', '110958.586000', '110958.589000', '110958.591000', '110958.594000', '110958.597000', '110958.599000', '110958.602000', '110958.604000', '110958.607000', '110958.610000', '110958.612000', '110958.615000', '110958.617000', '110958.620000', '110958.623000', '110958.625000', '110958.628000', '110958.630000', '110958.633000', '110958.636000', '110958.638000', '110958.641000', '110958.643000', '110958.646000', '110958.649000', '110958.651000', '110958.654000', '110958.657000', '110958.659000', '110958.662000', '111018.548000', '111018.551000', '111018.554000', '111018.556000', '111018.559000', '111018.562000', '111018.564000', '111018.567000', '111018.569000', '111018.572000', '111018.575000', '111018.577000', '111018.580000', '111018.583000', '111018.585000', '111018.588000', '111018.591000', '111018.593000', '111018.596000', '111018.598000', '111018.601000', '111018.603000', '111018.606000', '111018.609000', '111018.611000', '111018.614000', '111018.617000', '111018.619000', '111018.622000', '111018.625000', '111018.627000', '111018.630000', '111018.632000', '111018.635000', '111018.638000', '111018.640000', '111018.643000', '111018.645000', '111018.648000', '111018.651000', '111018.653000', '111018.656000', '111018.658000', '111038.549000', '111038.551000', '111038.554000', '111038.557000', '111038.565000', '111038.567000', '111038.570000', '111038.573000', '111038.576000', '111038.579000', '111038.581000', '111038.584000', '111038.586000', '111038.589000', '111038.592000', '111038.594000', '111038.597000', '111038.600000', '111038.602000', '111038.605000', '111038.608000', '111038.610000', '111038.613000', '111038.616000', '111038.618000', '111038.621000', '111038.623000', '111038.626000', '111038.629000', '111038.631000', '111038.634000', '111038.637000', '111038.639000', '111038.642000', '111038.645000', '111038.647000', '111038.650000', '111038.653000', '111038.656000', '111038.658000', '111038.661000', '111038.664000', '111038.666000', '111038.669000', '111058.550000', '111058.552000', '111058.555000', '111058.558000', '111058.560000', '111058.563000', '111058.566000', '111058.568000', '111058.571000', '111058.573000', '111058.576000', '111058.579000', '111058.581000', '111058.584000', '111058.586000', '111058.589000', '111058.592000', '111058.594000', '111058.597000', '111058.599000', '111058.602000', '111058.605000', '111058.607000', '111058.610000', '111058.612000', '111058.615000', '111058.618000', '111058.620000', '111058.623000', '111058.625000', '111058.628000', '111058.630000', '111058.633000', '111058.636000', '111058.638000', '111058.641000', '111058.643000', '111058.646000', '111058.649000', '111058.651000', '111058.654000', '111058.656000', '111058.659000', '111118.549000', '111118.552000', '111118.555000', '111118.557000', '111118.560000', '111118.563000', '111118.565000', '111118.578000', '111118.581000', '111118.583000', '111118.586000', '111118.588000', '111118.591000', '111118.594000', '111118.596000', '111118.599000', '111118.602000', '111118.604000', '111118.607000', '111118.609000', '111118.612000', '111118.615000', '111118.617000', '111118.620000', '111118.622000', '111118.625000', '111118.627000', '111118.630000', '111118.633000', '111118.635000', '111118.638000', '111118.640000', '111118.643000', '111118.646000', '111118.648000', '111118.651000', '111118.654000', '111118.656000', '111118.659000', '111118.661000', '111118.664000', '111118.667000', '111118.669000', '111138.550000', '111138.552000', '111138.555000', '111138.558000', '111138.560000', '111138.563000', '111138.565000', '111138.568000', '111138.571000', '111138.573000', '111138.576000', '111138.578000', '111138.581000', '111138.584000', '111138.586000', '111138.589000', '111138.592000', '111138.594000', '111138.597000', '111138.600000', '111138.602000', '111138.605000', '111138.607000', '111138.610000', '111138.613000', '111138.615000', '111138.618000', '111138.620000', '111138.623000', '111138.625000', '111138.628000', '111138.631000', '111138.633000', '111138.636000', '111138.638000', '111138.641000', '111138.644000', '111138.646000', '111138.649000', '111138.652000', '111138.654000', '111138.657000', '111138.659000', '111138.662000', '111158.550000', '111158.553000', '111158.556000', '111158.559000', '111158.561000', '111158.564000', '111158.567000', '111158.569000', '111158.572000', '111158.574000', '111158.577000', '111158.579000', '111158.582000', '111158.585000', '111158.587000', '111158.590000', '111158.593000', '111158.595000', '111158.598000', '111158.600000', '111158.603000', '111158.606000', '111158.608000', '111158.611000', '111158.614000', '111158.617000', '111158.619000', '111158.622000', '111158.625000', '111158.627000', '111158.630000', '111158.632000', '111158.635000', '111158.638000', '111158.640000', '111158.643000', '111158.645000', '111158.648000', '111158.651000', '111158.653000', '111158.656000', '111158.659000', '111158.661000', '111218.549000', '111218.552000', '111218.555000', '111218.558000', '111218.560000', '111218.563000', '111218.566000', '111218.568000', '111218.571000', '111218.573000', '111218.576000', '111218.579000', '111218.581000', '111218.584000', '111218.587000', '111218.590000', '111218.592000', '111218.595000', '111218.597000', '111218.600000', '111218.603000', '111218.605000', '111218.608000', '111218.610000', '111218.613000', '111218.616000', '111218.618000', '111218.621000', '111218.623000', '111218.626000', '111218.629000', '111218.631000', '111218.634000', '111218.636000', '111218.639000', '111218.642000', '111218.644000', '111218.647000', '111218.650000', '111218.652000', '111218.655000', '111218.657000', '111218.660000', '111218.663000', '111238.548000', '111238.551000', '111238.554000', '111238.556000', '111238.584000', '111238.587000', '111238.590000', '111238.593000', '111238.596000', '111238.598000', '111238.601000', '111238.603000', '111238.606000', '111238.608000', '111238.611000', '111238.614000', '111238.616000', '111238.619000', '111238.621000', '111238.624000', '111238.627000', '111238.629000', '111238.632000', '111238.634000', '111238.637000', '111238.639000', '111238.642000', '111238.645000', '111238.647000', '111238.650000', '111238.652000', '111238.655000', '111238.658000', '111238.660000', '111238.663000', '111238.665000', '111238.668000', '111238.671000', '111238.673000', '111238.676000', '111238.678000', '111238.681000', '111238.684000', '111258.549000', '111258.551000', '111258.554000', '111258.557000', '111258.559000', '111258.562000', '111258.565000', '111258.567000', '111258.570000', '111258.572000', '111258.575000', '111258.577000', '111258.580000', '111258.583000', '111258.586000', '111258.588000', '111258.591000', '111258.594000', '111258.596000', '111258.599000', '111258.602000', '111258.604000', '111258.607000', '111258.609000', '111258.612000', '111258.615000', '111258.617000', '111258.620000', '111258.623000', '111258.625000', '111258.628000', '111258.630000', '111258.633000', '111258.636000', '111258.638000', '111258.641000', '111258.644000', '111258.646000', '111258.649000', '111258.651000', '111258.654000', '111258.657000', '111258.659000', '111258.662000', '111318.550000', '111318.552000', '111318.555000', '111318.558000', '111318.560000', '111318.563000', '111318.565000', '111318.568000', '111318.571000', '111318.573000', '111318.576000', '111318.578000', '111318.581000', '111318.584000', '111318.586000', '111318.589000', '111318.591000', '111318.594000', '111318.597000', '111318.599000', '111318.602000', '111318.606000', '111318.609000', '111318.611000', '111318.614000', '111318.616000', '111318.619000', '111318.622000', '111318.624000', '111318.627000', '111318.629000', '111318.632000', '111318.635000', '111318.637000', '111318.640000', '111318.643000', '111318.645000', '111318.648000', '111318.650000', '111318.654000', '111318.657000', '111318.660000', '111318.662000', '111338.550000', '111338.552000', '111338.555000', '111338.558000', '111338.560000', '111338.563000', '111338.565000', '111338.568000', '111338.570000', '111338.573000', '111338.576000', '111338.578000', '111338.581000', '111338.583000', '111338.586000', '111338.589000', '111338.592000', '111338.594000', '111338.597000', '111338.599000', '111338.602000', '111338.605000', '111338.607000', '111338.610000', '111338.612000', '111338.615000', '111338.618000', '111338.620000', '111338.623000', '111338.625000', '111338.628000', '111338.631000', '111338.633000', '111338.636000', '111338.639000', '111338.641000', '111338.644000', '111338.646000', '111338.649000', '111338.652000', '111338.654000', '111338.657000', '111338.660000', '111338.662000', '111358.550000', '111358.552000', '111358.555000', '111358.558000', '111358.560000', '111358.563000', '111358.565000', '111358.568000', '111358.571000', '111358.573000', '111358.576000', '111358.578000', '111358.581000', '111358.584000', '111358.586000', '111358.589000', '111358.592000', '111358.594000', '111358.597000', '111358.599000', '111358.602000', '111358.605000', '111358.608000', '111358.611000', '111358.614000', '111358.617000', '111358.619000', '111358.622000', '111358.625000', '111358.627000', '111358.630000', '111358.632000', '111358.635000', '111358.637000', '111358.640000', '111358.643000', '111358.645000', '111358.648000', '111358.650000', '111358.653000', '111358.656000', '111358.658000', '111358.661000', '111418.550000', '111418.552000', '111418.555000', '111418.558000', '111418.560000', '111418.563000', '111418.565000', '111418.568000', '111418.571000', '111418.573000', '111418.576000', '111418.578000', '111418.581000', '111418.583000', '111418.586000', '111418.589000', '111418.591000', '111418.594000', '111418.597000', '111418.599000', '111418.602000', '111418.604000', '111418.607000', '111418.610000', '111418.612000', '111418.615000', '111418.617000', '111418.620000', '111418.623000', '111418.625000', '111418.628000', '111418.630000', '111418.633000', '111418.636000', '111418.638000', '111418.641000', '111418.644000', '111418.646000', '111418.649000', '111418.651000', '111418.654000', '111418.657000', '111418.659000', '111418.662000', '111438.550000', '111438.552000', '111438.555000', '111438.558000', '111438.560000', '111438.563000', '111438.566000', '111438.568000', '111438.571000', '111438.574000', '111438.576000', '111438.579000', '111438.581000', '111438.584000', '111438.587000', '111438.589000', '111438.592000', '111438.595000', '111438.597000', '111438.600000', '111438.603000', '111438.605000', '111438.608000', '111438.611000', '111438.613000', '111438.616000', '111438.618000', '111438.621000', '111438.624000', '111438.626000', '111438.629000', '111438.632000', '111438.635000', '111438.638000', '111438.641000', '111438.643000', '111438.646000', '111438.649000', '111438.651000', '111438.654000', '111438.657000', '111438.659000', '111438.662000', '111458.548000', '111458.551000', '111458.554000', '111458.556000', '111458.559000', '111458.562000', '111458.564000', '111458.570000', '111458.572000', '111458.575000', '111458.577000', '111458.580000', '111458.583000', '111458.585000', '111458.588000', '111458.591000', '111458.593000', '111458.596000', '111458.599000', '111458.601000', '111458.604000', '111458.606000', '111458.609000', '111458.612000', '111458.614000', '111458.617000', '111458.619000', '111458.631000', '111458.634000', '111458.636000', '111458.639000', '111458.642000', '111458.644000', '111458.647000', '111458.649000', '111458.652000', '111458.655000', '111458.657000', '111458.660000', '111458.663000', '111458.665000', '111458.668000', '111458.671000', '111458.673000', '111518.549000', '111518.551000', '111518.554000', '111518.557000', '111518.559000', '111518.562000', '111518.564000', '111518.567000', '111518.570000', '111518.572000', '111518.575000', '111518.577000', '111518.580000', '111518.583000', '111518.585000', '111518.588000', '111518.591000', '111518.593000', '111518.596000', '111518.598000', '111518.601000', '111518.604000', '111518.606000', '111518.609000', '111518.612000', '111518.614000', '111518.617000', '111518.619000', '111518.622000', '111518.625000', '111518.627000', '111518.630000', '111518.632000', '111518.635000', '111518.637000', '111518.640000', '111518.643000', '111518.645000', '111518.648000', '111518.651000', '111518.653000', '111518.656000', '111518.658000', '111538.550000', '111538.553000', '111538.555000', '111538.558000', '111538.560000', '111538.563000', '111538.566000', '111538.568000', '111538.571000', '111538.573000', '111538.576000', '111538.579000', '111538.581000', '111538.584000', '111538.587000', '111538.589000', '111538.592000', '111538.595000', '111538.597000', '111538.600000', '111538.603000', '111538.605000', '111538.608000', '111538.611000', '111538.613000', '111538.616000', '111538.618000', '111538.621000', '111538.624000', '111538.626000', '111538.629000', '111538.631000', '111538.634000', '111538.637000', '111538.639000', '111538.642000', '111538.644000', '111538.647000', '111538.650000', '111538.652000', '111538.655000', '111538.658000', '111538.660000', '111538.663000', '111558.550000', '111558.552000', '111558.555000', '111558.558000', '111558.560000', '111558.563000', '111558.566000', '111558.568000', '111558.571000', '111558.573000', '111558.576000', '111558.579000', '111558.581000', '111558.584000', '111558.586000', '111558.589000', '111558.592000', '111558.594000', '111558.597000', '111558.599000', '111558.602000', '111558.605000', '111558.608000', '111558.610000', '111558.613000', '111558.615000', '111558.618000', '111558.621000', '111558.623000', '111558.626000', '111558.628000', '111558.631000', '111558.633000', '111558.636000', '111558.639000', '111558.641000', '111558.644000', '111558.646000', '111558.649000', '111558.652000', '111558.654000', '111558.657000', '111558.659000', '111618.550000', '111618.552000', '111618.555000', '111618.558000', '111618.561000', '111618.563000', '111618.566000', '111618.568000', '111618.571000', '111618.574000', '111618.579000', '111618.585000', '111618.588000', '111618.591000', '111618.595000', '111618.600000', '111618.604000', '111618.607000', '111618.610000', '111618.613000', '111618.616000', '111618.621000', '111618.624000', '111618.627000', '111618.629000', '111618.632000', '111618.635000', '111618.638000', '111618.641000', '111618.644000', '111618.647000', '111618.649000', '111618.652000', '111618.655000', '111618.657000', '111618.661000', '111618.664000', '111618.667000', '111618.670000', '111618.672000', '111618.675000', '111618.678000', '111618.680000', '111618.683000', '111618.916000'], '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': [14078, 17685, 14447, 14075, 17707, 14440, 13754, 12758, 14674, 13789, 14373, 14461, 14116, 13257, 14060, 14916, 14116, 13994, 15068, 13209, 14232, 15569, 14434, 13917, 16969, 13940, 14345, 16960, 13836, 14300, 16265, 13592, 13823, 13231, 14737, 13935, 12923, 14115, 14107, 13332, 14499, 14504, 13890, 14090, 12621, 14420, 14210, 13080, 14077, 14082, 12760, 13885, 14141, 12822, 14252, 15113, 12776, 14135, 15817, 13214, 14375, 13162, 14122, 13796, 13026, 14193, 14664, 13450, 14159, 14496, 12519, 13964, 14310, 11805, 14293, 14551, 12191, 14007, 14453, 13462, 14148, 15171, 13385, 14164, 12033, 14612, 14157, 13142, 14697, 15164, 13398, 14287, 16059, 13335, 14439, 16637, 13985, 13896, 16630, 14227, 14346, 14834, 13969, 13764, 12566, 14708, 13842, 13275, 14157, 13808, 13936, 14269, 14399, 14618, 14157, 17166, 14288, 13758, 13296, 14653, 13973, 12873, 14669, 14977, 13923, 14750, 15240, 14240, 14234, 14928, 13145, 14419, 14584, 14274, 14058, 16129, 13948, 13903, 12570, 14532, 14012, 12670, 14800, 13721, 13794, 14708, 14642, 13979, 14283, 14561, 13750, 14465, 15887, 13664, 14222, 12767, 14766, 14214, 13035, 14483, 16400, 13986, 13855, 16254, 14219, 14186, 16568, 13826, 13893, 12948, 14582, 13795, 13651, 14277, 13818, 12540, 13912, 14551, 13380, 13945, 15234, 13278, 14077, 11612, 14169, 14025, 12136, 14125, 14198, 12987, 14279, 14982, 13133, 14054, 15481, 13349, 13781, 15489, 13852, 14206, 16198, 13483, 13624, 17058, 13758, 13796, 11828, 14270, 13495, 13081, 13904, 14599, 12814, 13928, 16698, 13558, 13620, 16317, 14134, 14230, 16379, 13797, 13769, 15898, 13910, 13672, 14982, 13821, 14013, 15579, 13559, 13632, 12316, 14495, 13500, 13686, 14383, 14429, 13289, 14251, 15524, 13273, 13792, 16635, 14134, 13960, 16047, 12785, 14301, 15359, 13840, 13853, 14000, 13200, 14268, 13496, 14008, 13731, 13476, 13594, 13820, 13098, 13559, 14156, 13715, 14105, 13807, 14869, 13019, 14263, 15403, 13068, 13947, 15421, 13263, 14092, 15282, 14332, 13846, 16050, 13529, 13961, 15507, 14020, 14478, 15672, 14113, 13434, 13917, 13938, 13586, 12673, 14496, 13763, 13181, 14210, 13623, 13357, 14342, 13592, 13560, 13445, 13717, 12340, 13687, 15209, 12443, 13571, 15293, 13881, 13667, 12084, 14191, 14195, 13589, 13781, 16188, 13362, 13857, 15965, 12973, 13561, 15297, 12951, 14084, 13866, 12631, 13938, 13114, 12270, 13928, 12865, 12955, 13577, 13188, 12637, 13399, 13749, 12952, 13604, 15916, 13021, 13415, 10992, 14159, 13751, 12768, 13720, 13950, 13711, 13943, 14857, 13828, 13513, 15099, 13487, 13505, 14629, 12524, 13977, 14877, 13373, 13389, 11740, 14171, 13711, 13349, 13771, 14402, 13274, 14098, 15358, 13522, 13784, 14434, 12551, 14150, 13129, 13083, 14089, 13593, 13383, 13843, 13095, 12682, 13922, 14806, 12444, 13617, 15373, 13588, 13994, 15945, 13506, 13632, 16561, 13990, 13392, 15907, 13653, 14068, 15591, 13789, 13832, 13953, 13423, 14159, 15820, 13004, 13533, 13887, 13677, 13640, 13288, 13652, 13881, 12626, 13726, 15259, 13678, 13945, 16786, 13781, 13493, 16881, 13357, 13307, 16563, 13304, 13178, 16443, 13272, 13329, 15549, 13547, 14044, 15610, 13381, 13290, 15859, 13289, 13539, 12282, 14093, 13357, 13468, 13870, 14874, 12877, 13902, 15452, 13923, 13941, 14554, 12661, 14168, 13856, 12215, 14255, 13706, 15414, 13967, 13220, 13072, 14409, 14663, 14367, 13510, 15711, 13742, 14053, 16644, 13467, 13684, 16715, 13939, 13588, 14884, 13759, 13955, 15647, 14065, 13169, 14546, 13346, 13940, 14107, 13963, 13850, 13828, 13664, 13538, 13300, 14059, 13592, 15732, 13845, 13358, 17037, 14288, 14156, 17300, 14017, 13198, 17716, 13947, 13201, 11992, 14301, 13353, 13686, 14390, 13762, 13847, 14344, 15071, 13586, 13609, 15812, 13085, 13965, 16544, 13796, 13558, 16395, 13420, 13725, 16327, 13741, 13490, 16324, 13885, 13356, 16551, 13809, 13530, 13627, 13591, 12625, 13174, 13905, 13812, 12769, 13403, 14397, 13918, 13720, 12920, 13980, 15446, 13295, 13623, 16825, 12672, 13515, 16634, 13491, 13529, 15892, 13679, 13671, 16016, 13741, 13185, 12307, 13796, 13694, 14804, 13351, 12798, 13626, 13837, 13801, 13031, 13685, 15512, 12824, 13389, 16016, 13729, 13670, 16152, 13449, 13330, 15347, 13500, 13831, 14682, 13437, 13416, 12675, 13873, 13164, 12961, 13950, 14798, 12588, 13308, 16091, 13606, 13706, 16219, 13981, 13568, 16982, 13486, 13805, 16864, 13280, 12966, 14575, 13530, 13460, 11990, 13874, 13239, 13602, 13947, 13638, 12730, 13748, 15440, 14043, 13536, 14488, 13836, 13648, 15981, 13548, 14537, 12674, 14291, 14596, 12998, 13842, 14756, 13169, 13921, 14027, 14100, 13485, 14699, 13587, 13348, 13675, 13114, 13563, 15636, 13859, 12795, 12914, 13944, 13999, 14240, 13365, 15251, 13515, 13908, 16124, 13843, 13144, 16819, 13900, 13026, 12747, 13885, 13177, 13319, 14239, 13548, 13399, 14063, 14680, 13907, 13580, 13417, 14401, 14428, 13687, 14398, 15383, 13375, 13962, 15295, 12879, 13866, 15547, 12747, 13624, 15095, 13599, 13614, 15655, 12931, 13876, 14672, 13183, 13911, 15048, 13487, 13914, 12492, 14070, 13928, 13097, 13940, 15393, 13245, 13938, 16278, 13078, 13363, 16699, 14204, 13477, 17246, 13452, 13191, 16805, 13881, 13106, 16256, 13708, 13661, 15470, 13112, 13165, 12916, 13988, 13108, 12390, 13935, 14037, 13581, 13605, 15333, 12495, 13830, 16254, 13609, 13366, 16401, 14042, 13899, 16198, 13676, 13166, 16363, 13978, 13078, 13697, 13662, 12904, 13124, 13988, 14331, 13620, 13595, 16081, 13316, 13562, 15437, 14239, 13675, 15511, 13720, 13064, 15661, 13939, 13349, 13383, 13453, 13487, 13588, 13607, 12872, 12814, 13913, 15172, 14334, 13326, 14418, 14086, 13695, 15829, 13529, 14658, 13662, 14667, 14443, 12581, 14467, 14581, 13839, 13608, 15114, 14229, 13474, 15355, 14334, 13504, 14532, 14028, 13350, 16149, 13673, 12955, 13470, 14192, 14784, 14015, 13595, 13827, 14226, 13665, 17591, 14018, 13308, 15094, 13928, 13704, 15118, 13517, 13010, 18681, 14142, 12914, 12066, 14519, 13100, 13801, 13903, 14508, 14423, 13961, 16406, 13590, 13573, 16221, 14478, 13591, 17242, 13592, 13045, 13372, 14248, 13641, 14149, 14035, 14534, 13514, 13718, 15704, 14220, 13261, 17001, 13815, 13066, 16553, 14565, 13113, 17829, 13640, 12824, 13551, 13971, 13042, 12812, 13483, 13311, 12783, 14164, 12714, 14119, 13396, 13672, 14190, 13304, 13179, 14210, 13205, 15391, 13972, 13537, 12440, 14028, 13677, 13303, 14248, 13046, 13514, 14172, 15129, 12799, 13399, 15863, 13724, 13693, 16017, 13293, 13375, 16701, 13360, 13673, 12987, 13327, 13630, 11891, 13452, 13191, 12664, 13351, 15365, 12818, 13120, 15176, 13617, 13779, 15074, 12827, 13277, 15013, 13242, 13611, 12876, 13972, 13490, 13011, 13771, 13161, 11664, 13642, 15566, 13007, 13932, 16220, 13314, 14218, 16653, 13362, 13477, 17023, 14131, 14000, 16246, 14056, 13285, 14623, 13794, 13126, 13241, 13786, 14350, 13359, 13777, 14844, 13084, 14171, 15615, 13651, 13392, 12100, 14497, 14376, 12395, 13966, 14826, 13779, 13684, 15002, 14072, 13819, 17114, 13665, 13363, 12873, 14473, 14628, 14244, 13656, 16637, 14658, 13632, 17062, 13725, 13066, 16788, 14342, 13338, 15188, 13138, 12983, 13053, 13777, 13876, 13293, 13873, 15372, 13657, 12950, 14938, 14141, 13751, 12304, 13869, 13822, 13197, 13746, 16023, 13604, 13076, 16735, 13853, 14440, 15998, 13321, 14012, 17139, 13518, 14132, 16459, 13760, 12822, 16944, 13410, 12394, 13025, 13600, 13399, 14059, 12884, 15647, 14397, 12667, 13123, 13209, 13481, 13543, 13422, 15862, 13612, 12981, 16407, 14291, 12767, 16503, 13759, 13227, 15341, 13465, 12873, 13390, 14075, 15091, 14544, 13199, 15602, 13566, 13391, 16112, 14268, 12368, 17148, 14214, 12887, 13921, 13317, 12589, 13641, 13753, 14068, 13593, 13472, 15586, 13813, 13411, 15125, 13824, 12960, 12879, 13619, 14831, 14210, 13506, 16831, 14335, 13336, 16141, 13751, 13159, 15498, 13954, 13365, 14109, 14082, 14501, 13687, 13607, 14368, 13589, 14005, 15798, 13159, 13366, 15555, 13794, 13526, 16421, 13342, 13147, 13123, 13782, 13273, 13142, 13541, 15651, 13947, 13258, 12991, 13579, 14412, 12163, 13496, 15821, 13122, 13478, 15308, 13558, 13361, 15487, 13878, 13591, 17269, 13355, 12961, 12190, 14287, 13664, 12903, 13849, 14899, 13607, 13237, 15101, 13612, 13538, 16158, 13487, 13398, 15813, 13805, 13784, 13492, 14005, 14450, 13834, 13638, 14055, 14302, 14265, 13442, 14367, 16432, 14056, 13859, 16931, 14379, 13610, 17002, 14805, 13965, 17189, 13899, 13372, 16580, 14611, 13426, 12890, 13768, 13059, 16852, 13607, 13032, 13663, 14096, 14163, 13800, 13491, 16206, 14177, 13318, 18227, 14077, 13333, 14085, 13864, 13509, 13612, 13903, 13114, 12940, 14282, 13917, 14155, 13411, 14874, 13940, 13776, 15205, 13904, 13623, 16966, 13514, 13142, 13731, 14317, 14176, 13697, 13600, 15388, 13378, 13870, 15974, 13957, 12898, 16818, 13807, 13747, 13496, 13873, 13256, 12910, 13805, 15005, 13655, 13217, 16765, 14048, 13001, 16068, 13433, 12927, 15595, 13070, 13226, 12675, 13756, 13841, 14065, 13132, 14407, 13308, 13570, 15242, 13677, 12864, 14861, 13643, 12797, 12668, 13696, 13452, 13645, 13589, 15093, 13792, 13807, 14293, 14189, 14466, 13455, 14062, 16258, 13367, 13375, 17656, 14060, 13469, 15685, 13384, 13166, 12128, 14373, 14116, 13799, 13517, 13639, 14280, 14150, 14075, 13408, 16388, 13766, 13554, 16705, 13879, 13320, 17101, 14246, 13386, 12611, 13858, 12759, 13417, 13402, 14570, 14007, 13741, 15777, 13660, 13419, 13673, 13940, 15379, 14070, 13637, 16169, 14447, 13815, 14455, 13867, 13492, 12941, 14467, 14663, 13488, 13529, 14927, 13806, 13391, 15540, 13882, 12950, 16594, 14204, 12916, 11526, 13824, 12866, 12144, 13910, 13765, 13498, 13485, 15834, 13678, 13074, 13482, 13593, 15099, 13699, 13472, 16504, 13863, 13216, 17984, 13655, 13867, 12551, 13750, 14755, 12494, 13385, 16037, 13170, 13630, 16576, 13865, 12920, 14943, 13898, 13015, 12922, 14072, 13636, 13260, 13821, 14351, 14100, 13449, 16020, 14539, 12973, 11833, 14176, 13638, 14062, 13678, 15752, 14327, 13254, 17821, 13624, 13990, 13860, 13662, 15476, 14058, 13595, 16765, 13899, 12984, 14789, 13599, 14253, 13852, 13812, 15452, 13770, 13102, 16389, 14086, 13363, 16295, 14103, 13216, 16490, 13952, 13414, 11958, 14253, 12674, 13922, 14052, 14358, 13729, 13220, 15732, 14221, 13042, 13133, 13811, 13352, 13119, 14190, 13222, 13207, 14467, 14005, 13310, 13807, 16070, 14073, 13639, 13079, 14371, 13826, 14329, 13884, 15091, 14185, 13607, 17266, 13901, 13264, 12571, 14443, 14434, 14327, 13394, 15916, 13973, 13646, 15096, 13443, 13618, 13329, 13782, 15599, 13611, 13189, 16393, 14300, 13184, 14438, 12947, 12313, 12950, 14109, 13742, 13308, 13268, 15388, 13604, 13348, 15868, 13398, 12937, 16787, 13590, 12957, 13259, 13999, 15291, 13356, 12731, 17055, 14030, 13487, 15317, 13247, 12911, 13206, 14363, 14116, 13408, 13218, 15122, 14505, 13564, 15095, 13636, 12467, 16185, 13770, 13004, 16570, 13341, 12763, 12524, 13871, 13889, 13510, 13442, 15893, 13713, 13240, 16397, 14044, 13153, 17096, 14028, 13260, 17347, 13852, 12841, 14500, 13519, 12573, 13407, 13607, 14625, 13973, 13005, 16580, 14586, 13279, 15243, 13278, 12684, 16259, 13955, 14102, 13479, 13398, 13152, 13041, 13701, 13657, 13748, 13714, 14086, 14713, 12866, 13740, 14605, 13329, 15491, 13790, 12871, 13038, 14485, 13194, 13381, 13243, 15437, 14104, 12883, 12735, 13780, 13700, 15902, 13637, 14155, 13281, 13723, 13988, 12841, 13386, 14652, 14613, 13350, 16017, 13813, 12047, 13629, 13656, 15360, 13412, 12895, 16400, 14162, 13212, 13846, 13116, 13550, 14720, 13504, 14630, 13903, 13526, 15746, 14418, 13327, 14973, 13921, 12963, 17309, 13942, 12564, 12908, 14184, 13509, 13538, 13253, 14189, 14211, 13430, 16351, 13637, 12578, 16191, 14022, 12834, 16525, 13607, 12467, 16358, 14004, 12897], 'WindowCenter': [4765.0, 4764.0, 4733.0, 4731.0, 4736.0, 4716.0, 4706.0, 4704.0, 4714.0, 4705.0, 4701.0, 4702.0, 4703.0, 4701.0, 4713.0, 4713.0, 4701.0, 4711.0, 4713.0, 4703.0, 4714.0, 4712.0, 4713.0, 4704.0, 4722.0, 4712.0, 4717.0, 4724.0, 4703.0, 4715.0, 4722.0, 4704.0, 4712.0, 4703.0, 4715.0, 4716.0, 4705.0, 4717.0, 4712.0, 4716.0, 4728.0, 4716.0, 4717.0, 4717.0, 4705.0, 4728.0, 4717.0, 4715.0, 4717.0, 4716.0, 4705.0, 4716.0, 4716.0, 4705.0, 4727.0, 4725.0, 4706.0, 4718.0, 4725.0, 4716.0, 4728.0, 4715.0, 4716.0, 4718.0, 4704.0, 4715.0, 4726.0, 4706.0, 4714.0, 4715.0, 4704.0, 4716.0, 4714.0, 4705.0, 4724.0, 4717.0, 4705.0, 4716.0, 4715.0, 4715.0, 4727.0, 4727.0, 4717.0, 4729.0, 4707.0, 4727.0, 4718.0, 4707.0, 4717.0, 4717.0, 4703.0, 4715.0, 4723.0, 4703.0, 4716.0, 4724.0, 4703.0, 4706.0, 4723.0, 4714.0, 4716.0, 4713.0, 4715.0, 4701.0, 4694.0, 4714.0, 4715.0, 4703.0, 4715.0, 4703.0, 4702.0, 4714.0, 4713.0, 4714.0, 4716.0, 4725.0, 4714.0, 4715.0, 4703.0, 4713.0, 4717.0, 4692.0, 4713.0, 4711.0, 4701.0, 4713.0, 4714.0, 4704.0, 4704.0, 4703.0, 4692.0, 4712.0, 4713.0, 4713.0, 4714.0, 4713.0, 4703.0, 4715.0, 4693.0, 4713.0, 4715.0, 4692.0, 4715.0, 4705.0, 4703.0, 4715.0, 4716.0, 4715.0, 4714.0, 4714.0, 4705.0, 4716.0, 4724.0, 4716.0, 4716.0, 4704.0, 4715.0, 4715.0, 4705.0, 4717.0, 4725.0, 4704.0, 4717.0, 4725.0, 4715.0, 4715.0, 4724.0, 4703.0, 4704.0, 4690.0, 4712.0, 4703.0, 4703.0, 4713.0, 4702.0, 4692.0, 4715.0, 4713.0, 4703.0, 4715.0, 4714.0, 4704.0, 4712.0, 4696.0, 4715.0, 4717.0, 4695.0, 4716.0, 4715.0, 4704.0, 4717.0, 4715.0, 4706.0, 4715.0, 4714.0, 4703.0, 4717.0, 4714.0, 4716.0, 4718.0, 4724.0, 4705.0, 4717.0, 4722.0, 4704.0, 4714.0, 4694.0, 4716.0, 4705.0, 4703.0, 4715.0, 4716.0, 4704.0, 4714.0, 4727.0, 4704.0, 4703.0, 4723.0, 4704.0, 4717.0, 4723.0, 4702.0, 4705.0, 4711.0, 4702.0, 4704.0, 4714.0, 4705.0, 4715.0, 4713.0, 4704.0, 4714.0, 4692.0, 4715.0, 4714.0, 4704.0, 4715.0, 4714.0, 4704.0, 4714.0, 4725.0, 4703.0, 4704.0, 4724.0, 4702.0, 4704.0, 4710.0, 4691.0, 4714.0, 4713.0, 4701.0, 4702.0, 4703.0, 4689.0, 4702.0, 4706.0, 4700.0, 4702.0, 4703.0, 4689.0, 4702.0, 4700.0, 4701.0, 4713.0, 4716.0, 4713.0, 4714.0, 4713.0, 4703.0, 4712.0, 4715.0, 4704.0, 4715.0, 4711.0, 4702.0, 4704.0, 4712.0, 4714.0, 4704.0, 4714.0, 4702.0, 4703.0, 4711.0, 4701.0, 4714.0, 4712.0, 4703.0, 4704.0, 4702.0, 4703.0, 4704.0, 4702.0, 4714.0, 4706.0, 4702.0, 4703.0, 4705.0, 4700.0, 4714.0, 4704.0, 4703.0, 4705.0, 4704.0, 4692.0, 4713.0, 4714.0, 4693.0, 4704.0, 4713.0, 4704.0, 4712.0, 4704.0, 4716.0, 4716.0, 4704.0, 4704.0, 4722.0, 4703.0, 4705.0, 4714.0, 4691.0, 4691.0, 4700.0, 4689.0, 4701.0, 4702.0, 4690.0, 4700.0, 4688.0, 4680.0, 4700.0, 4691.0, 4689.0, 4703.0, 4702.0, 4693.0, 4714.0, 4715.0, 4704.0, 4716.0, 4725.0, 4707.0, 4716.0, 4694.0, 4717.0, 4719.0, 4705.0, 4715.0, 4716.0, 4702.0, 4710.0, 4716.0, 4703.0, 4704.0, 4715.0, 4691.0, 4702.0, 4699.0, 4691.0, 4703.0, 4702.0, 4701.0, 4704.0, 4693.0, 4715.0, 4716.0, 4704.0, 4716.0, 4717.0, 4704.0, 4716.0, 4726.0, 4703.0, 4705.0, 4713.0, 4692.0, 4704.0, 4703.0, 4701.0, 4713.0, 4706.0, 4702.0, 4703.0, 4702.0, 4703.0, 4717.0, 4717.0, 4704.0, 4714.0, 4713.0, 4706.0, 4713.0, 4725.0, 4705.0, 4717.0, 4720.0, 4703.0, 4705.0, 4713.0, 4703.0, 4717.0, 4713.0, 4703.0, 4715.0, 4713.0, 4715.0, 4728.0, 4725.0, 4707.0, 4706.0, 4703.0, 4715.0, 4717.0, 4715.0, 4717.0, 4714.0, 4706.0, 4717.0, 4726.0, 4716.0, 4729.0, 4722.0, 4706.0, 4705.0, 4723.0, 4704.0, 4706.0, 4723.0, 4704.0, 4705.0, 4713.0, 4693.0, 4703.0, 4713.0, 4699.0, 4716.0, 4715.0, 4702.0, 4703.0, 4710.0, 4704.0, 4704.0, 4694.0, 4715.0, 4705.0, 4704.0, 4715.0, 4717.0, 4706.0, 4715.0, 4727.0, 4703.0, 4703.0, 4705.0, 4691.0, 4704.0, 4704.0, 4689.0, 4702.0, 4704.0, 4700.0, 4703.0, 4692.0, 4691.0, 4710.0, 4704.0, 4701.0, 4704.0, 4711.0, 4701.0, 4703.0, 4714.0, 4691.0, 4691.0, 4709.0, 4689.0, 4690.0, 4700.0, 4689.0, 4702.0, 4711.0, 4700.0, 4690.0, 4698.0, 4689.0, 4703.0, 4700.0, 4700.0, 4702.0, 4700.0, 4700.0, 4702.0, 4701.0, 4714.0, 4704.0, 4712.0, 4702.0, 4704.0, 4713.0, 4702.0, 4714.0, 4723.0, 4701.0, 4703.0, 4721.0, 4702.0, 4705.0, 4692.0, 4702.0, 4704.0, 4700.0, 4702.0, 4703.0, 4703.0, 4714.0, 4715.0, 4703.0, 4705.0, 4711.0, 4692.0, 4714.0, 4724.0, 4702.0, 4702.0, 4710.0, 4691.0, 4703.0, 4709.0, 4696.0, 4702.0, 4709.0, 4689.0, 4690.0, 4708.0, 4690.0, 4706.0, 4702.0, 4702.0, 4690.0, 4690.0, 4702.0, 4702.0, 4703.0, 4704.0, 4702.0, 4704.0, 4702.0, 4703.0, 4714.0, 4714.0, 4702.0, 4703.0, 4724.0, 4691.0, 4703.0, 4712.0, 4690.0, 4691.0, 4711.0, 4700.0, 4702.0, 4709.0, 4701.0, 4703.0, 4688.0, 4703.0, 4715.0, 4712.0, 4702.0, 4693.0, 4702.0, 4705.0, 4704.0, 4704.0, 4704.0, 4713.0, 4691.0, 4704.0, 4713.0, 4703.0, 4715.0, 4714.0, 4704.0, 4705.0, 4711.0, 4703.0, 4717.0, 4714.0, 4703.0, 4717.0, 4691.0, 4703.0, 4704.0, 4704.0, 4716.0, 4715.0, 4694.0, 4705.0, 4723.0, 4715.0, 4716.0, 4714.0, 4703.0, 4704.0, 4723.0, 4703.0, 4715.0, 4722.0, 4703.0, 4703.0, 4697.0, 4692.0, 4703.0, 4682.0, 4701.0, 4703.0, 4700.0, 4700.0, 4703.0, 4702.0, 4712.0, 4710.0, 4702.0, 4704.0, 4713.0, 4703.0, 4705.0, 4712.0, 4699.0, 4702.0, 4690.0, 4701.0, 4703.0, 4690.0, 4691.0, 4700.0, 4688.0, 4702.0, 4700.0, 4700.0, 4701.0, 4700.0, 4691.0, 4701.0, 4700.0, 4691.0, 4703.0, 4711.0, 4702.0, 4700.0, 4691.0, 4713.0, 4704.0, 4701.0, 4703.0, 4710.0, 4702.0, 4712.0, 4714.0, 4702.0, 4705.0, 4711.0, 4702.0, 4704.0, 4692.0, 4704.0, 4704.0, 4702.0, 4715.0, 4703.0, 4702.0, 4715.0, 4713.0, 4705.0, 4714.0, 4703.0, 4714.0, 4717.0, 4711.0, 4715.0, 4714.0, 4703.0, 4715.0, 4715.0, 4704.0, 4715.0, 4714.0, 4693.0, 4704.0, 4713.0, 4704.0, 4715.0, 4724.0, 4692.0, 4704.0, 4713.0, 4702.0, 4716.0, 4713.0, 4704.0, 4715.0, 4705.0, 4716.0, 4714.0, 4704.0, 4715.0, 4715.0, 4704.0, 4715.0, 4724.0, 4704.0, 4703.0, 4712.0, 4701.0, 4701.0, 4723.0, 4702.0, 4704.0, 4721.0, 4690.0, 4692.0, 4706.0, 4701.0, 4703.0, 4710.0, 4693.0, 4703.0, 4691.0, 4704.0, 4704.0, 4694.0, 4714.0, 4714.0, 4702.0, 4700.0, 4712.0, 4692.0, 4716.0, 4724.0, 4702.0, 4702.0, 4712.0, 4699.0, 4704.0, 4711.0, 4691.0, 4693.0, 4706.0, 4700.0, 4689.0, 4701.0, 4702.0, 4693.0, 4690.0, 4700.0, 4701.0, 4701.0, 4703.0, 4713.0, 4691.0, 4699.0, 4698.0, 4701.0, 4704.0, 4711.0, 4702.0, 4704.0, 4709.0, 4701.0, 4703.0, 4701.0, 4704.0, 4705.0, 4703.0, 4703.0, 4703.0, 4703.0, 4715.0, 4714.0, 4711.0, 4706.0, 4713.0, 4704.0, 4716.0, 4713.0, 4703.0, 4703.0, 4690.0, 4702.0, 4701.0, 4690.0, 4701.0, 4701.0, 4689.0, 4691.0, 4701.0, 4700.0, 4691.0, 4700.0, 4689.0, 4690.0, 4699.0, 4700.0, 4702.0, 4710.0, 4701.0, 4693.0, 4702.0, 4714.0, 4713.0, 4703.0, 4705.0, 4702.0, 4714.0, 4716.0, 4723.0, 4703.0, 4702.0, 4711.0, 4703.0, 4705.0, 4712.0, 4702.0, 4703.0, 4718.0, 4701.0, 4691.0, 4689.0, 4702.0, 4692.0, 4692.0, 4702.0, 4701.0, 4701.0, 4711.0, 4721.0, 4702.0, 4704.0, 4710.0, 4701.0, 4704.0, 4721.0, 4704.0, 4693.0, 4690.0, 4702.0, 4700.0, 4701.0, 4702.0, 4700.0, 4689.0, 4702.0, 4711.0, 4701.0, 4703.0, 4712.0, 4690.0, 4691.0, 4710.0, 4699.0, 4690.0, 4709.0, 4689.0, 4680.0, 4687.0, 4689.0, 4690.0, 4678.0, 4690.0, 4688.0, 4674.0, 4688.0, 4678.0, 4687.0, 4689.0, 4686.0, 4688.0, 4691.0, 4689.0, 4701.0, 4703.0, 4712.0, 4702.0, 4702.0, 4691.0, 4703.0, 4715.0, 4702.0, 4714.0, 4703.0, 4703.0, 4712.0, 4715.0, 4704.0, 4705.0, 4710.0, 4704.0, 4713.0, 4709.0, 4703.0, 4704.0, 4722.0, 4704.0, 4705.0, 4702.0, 4703.0, 4715.0, 4693.0, 4704.0, 4704.0, 4703.0, 4705.0, 4715.0, 4692.0, 4703.0, 4712.0, 4702.0, 4715.0, 4713.0, 4703.0, 4704.0, 4712.0, 4703.0, 4718.0, 4704.0, 4715.0, 4716.0, 4704.0, 4716.0, 4716.0, 4706.0, 4718.0, 4728.0, 4706.0, 4717.0, 4726.0, 4705.0, 4716.0, 4725.0, 4706.0, 4705.0, 4723.0, 4703.0, 4715.0, 4723.0, 4703.0, 4705.0, 4702.0, 4703.0, 4706.0, 4703.0, 4704.0, 4716.0, 4703.0, 4704.0, 4713.0, 4703.0, 4716.0, 4714.0, 4704.0, 4705.0, 4693.0, 4715.0, 4713.0, 4693.0, 4714.0, 4710.0, 4702.0, 4704.0, 4710.0, 4714.0, 4712.0, 4723.0, 4704.0, 4705.0, 4703.0, 4715.0, 4716.0, 4713.0, 4714.0, 4724.0, 4713.0, 4716.0, 4724.0, 4702.0, 4692.0, 4709.0, 4701.0, 4702.0, 4697.0, 4691.0, 4692.0, 4690.0, 4698.0, 4702.0, 4690.0, 4703.0, 4712.0, 4701.0, 4689.0, 4698.0, 4701.0, 4703.0, 4692.0, 4702.0, 4700.0, 4692.0, 4700.0, 4713.0, 4703.0, 4702.0, 4708.0, 4692.0, 4705.0, 4711.0, 4690.0, 4701.0, 4709.0, 4675.0, 4686.0, 4696.0, 4687.0, 4690.0, 4707.0, 4688.0, 4678.0, 4673.0, 4688.0, 4690.0, 4688.0, 4687.0, 4698.0, 4689.0, 4691.0, 4690.0, 4689.0, 4690.0, 4688.0, 4690.0, 4710.0, 4689.0, 4690.0, 4711.0, 4688.0, 4679.0, 4697.0, 4687.0, 4691.0, 4698.0, 4689.0, 4689.0, 4688.0, 4700.0, 4701.0, 4699.0, 4690.0, 4696.0, 4689.0, 4690.0, 4699.0, 4699.0, 4680.0, 4707.0, 4685.0, 4679.0, 4687.0, 4688.0, 4680.0, 4688.0, 4689.0, 4689.0, 4689.0, 4690.0, 4700.0, 4689.0, 4692.0, 4699.0, 4700.0, 4702.0, 4687.0, 4702.0, 4709.0, 4701.0, 4703.0, 4712.0, 4702.0, 4691.0, 4710.0, 4690.0, 4691.0, 4699.0, 4690.0, 4688.0, 4690.0, 4702.0, 4702.0, 4690.0, 4702.0, 4701.0, 4691.0, 4703.0, 4712.0, 4691.0, 4702.0, 4710.0, 4701.0, 4712.0, 4713.0, 4702.0, 4700.0, 4691.0, 4703.0, 4702.0, 4703.0, 4705.0, 4712.0, 4703.0, 4705.0, 4703.0, 4705.0, 4716.0, 4693.0, 4704.0, 4711.0, 4692.0, 4703.0, 4713.0, 4692.0, 4703.0, 4700.0, 4701.0, 4704.0, 4719.0, 4700.0, 4703.0, 4691.0, 4703.0, 4704.0, 4692.0, 4703.0, 4713.0, 4701.0, 4703.0, 4712.0, 4702.0, 4705.0, 4711.0, 4703.0, 4703.0, 4711.0, 4703.0, 4714.0, 4703.0, 4715.0, 4711.0, 4705.0, 4716.0, 4715.0, 4715.0, 4715.0, 4704.0, 4714.0, 4714.0, 4702.0, 4703.0, 4724.0, 4699.0, 4702.0, 4710.0, 4698.0, 4702.0, 4710.0, 4689.0, 4690.0, 4696.0, 4688.0, 4690.0, 4678.0, 4690.0, 4690.0, 4708.0, 4686.0, 4688.0, 4689.0, 4698.0, 4701.0, 4690.0, 4699.0, 4711.0, 4702.0, 4705.0, 4718.0, 4702.0, 4692.0, 4700.0, 4701.0, 4703.0, 4701.0, 4701.0, 4691.0, 4689.0, 4701.0, 4701.0, 4701.0, 4699.0, 4701.0, 4697.0, 4702.0, 4711.0, 4702.0, 4704.0, 4719.0, 4701.0, 4703.0, 4701.0, 4713.0, 4714.0, 4691.0, 4703.0, 4713.0, 4691.0, 4700.0, 4712.0, 4702.0, 4693.0, 4711.0, 4701.0, 4703.0, 4689.0, 4702.0, 4692.0, 4690.0, 4701.0, 4712.0, 4701.0, 4692.0, 4711.0, 4690.0, 4689.0, 4701.0, 4690.0, 4688.0, 4699.0, 4690.0, 4689.0, 4678.0, 4700.0, 4691.0, 4689.0, 4691.0, 4700.0, 4690.0, 4702.0, 4700.0, 4691.0, 4688.0, 4700.0, 4703.0, 4693.0, 4692.0, 4703.0, 4704.0, 4702.0, 4704.0, 4713.0, 4704.0, 4715.0, 4702.0, 4704.0, 4703.0, 4703.0, 4714.0, 4724.0, 4702.0, 4704.0, 4711.0, 4702.0, 4705.0, 4712.0, 4692.0, 4692.0, 4678.0, 4702.0, 4701.0, 4702.0, 4703.0, 4702.0, 4714.0, 4705.0, 4703.0, 4704.0, 4713.0, 4703.0, 4704.0, 4712.0, 4702.0, 4704.0, 4712.0, 4701.0, 4693.0, 4691.0, 4702.0, 4693.0, 4688.0, 4702.0, 4701.0, 4701.0, 4704.0, 4712.0, 4703.0, 4703.0, 4699.0, 4714.0, 4714.0, 4702.0, 4700.0, 4711.0, 4702.0, 4704.0, 4698.0, 4692.0, 4689.0, 4689.0, 4701.0, 4702.0, 4691.0, 4691.0, 4702.0, 4700.0, 4692.0, 4701.0, 4701.0, 4693.0, 4710.0, 4690.0, 4691.0, 4680.0, 4701.0, 4693.0, 4681.0, 4702.0, 4702.0, 4699.0, 4704.0, 4712.0, 4703.0, 4705.0, 4703.0, 4704.0, 4711.0, 4703.0, 4704.0, 4723.0, 4703.0, 4704.0, 4722.0, 4702.0, 4704.0, 4691.0, 4702.0, 4703.0, 4681.0, 4692.0, 4712.0, 4690.0, 4702.0, 4708.0, 4690.0, 4692.0, 4699.0, 4701.0, 4692.0, 4690.0, 4700.0, 4688.0, 4689.0, 4690.0, 4700.0, 4700.0, 4692.0, 4710.0, 4701.0, 4692.0, 4681.0, 4702.0, 4703.0, 4701.0, 4702.0, 4711.0, 4701.0, 4703.0, 4721.0, 4691.0, 4700.0, 4687.0, 4701.0, 4701.0, 4689.0, 4689.0, 4710.0, 4701.0, 4703.0, 4698.0, 4702.0, 4702.0, 4701.0, 4702.0, 4712.0, 4690.0, 4691.0, 4707.0, 4689.0, 4691.0, 4709.0, 4686.0, 4691.0, 4706.0, 4700.0, 4702.0, 4678.0, 4701.0, 4690.0, 4700.0, 4703.0, 4702.0, 4701.0, 4702.0, 4711.0, 4701.0, 4703.0, 4688.0, 4702.0, 4704.0, 4691.0, 4703.0, 4690.0, 4691.0, 4703.0, 4702.0, 4702.0, 4703.0, 4711.0, 4703.0, 4705.0, 4703.0, 4714.0, 4703.0, 4702.0, 4703.0, 4709.0, 4703.0, 4705.0, 4721.0, 4702.0, 4694.0, 4691.0, 4713.0, 4704.0, 4701.0, 4703.0, 4711.0, 4703.0, 4705.0, 4702.0, 4704.0, 4702.0, 4690.0, 4702.0, 4712.0, 4701.0, 4692.0, 4707.0, 4700.0, 4693.0, 4701.0, 4691.0, 4682.0, 4687.0, 4701.0, 4700.0, 4701.0, 4702.0, 4712.0, 4702.0, 4703.0, 4712.0, 4703.0, 4702.0, 4709.0, 4703.0, 4693.0, 4701.0, 4700.0, 4713.0, 4692.0, 4693.0, 4712.0, 4700.0, 4705.0, 4701.0, 4692.0, 4692.0, 4691.0, 4701.0, 4703.0, 4691.0, 4692.0, 4700.0, 4699.0, 4691.0, 4701.0, 4690.0, 4693.0, 4711.0, 4690.0, 4692.0, 4710.0, 4691.0, 4693.0, 4691.0, 4702.0, 4702.0, 4702.0, 4701.0, 4714.0, 4692.0, 4693.0, 4710.0, 4702.0, 4704.0, 4712.0, 4691.0, 4691.0, 4706.0, 4686.0, 4692.0, 4700.0, 4690.0, 4678.0, 4686.0, 4690.0, 4697.0, 4700.0, 4689.0, 4707.0, 4700.0, 4692.0, 4699.0, 4690.0, 4692.0, 4699.0, 4689.0, 4690.0, 4686.0, 4689.0, 4690.0, 4677.0, 4689.0, 4687.0, 4687.0, 4690.0, 4689.0, 4688.0, 4679.0, 4685.0, 4698.0, 4692.0, 4699.0, 4690.0, 4690.0, 4688.0, 4703.0, 4702.0, 4700.0, 4704.0, 4712.0, 4703.0, 4705.0, 4700.0, 4704.0, 4705.0, 4710.0, 4703.0, 4700.0, 4690.0, 4691.0, 4702.0, 4680.0, 4691.0, 4700.0, 4699.0, 4690.0, 4710.0, 4687.0, 4682.0, 4687.0, 4692.0, 4711.0, 4688.0, 4691.0, 4709.0, 4690.0, 4692.0, 4690.0, 4691.0, 4689.0, 4689.0, 4686.0, 4689.0, 4689.0, 4691.0, 4700.0, 4689.0, 4690.0, 4699.0, 4697.0, 4702.0, 4710.0, 4701.0, 4691.0, 4686.0, 4699.0, 4702.0, 4691.0, 4700.0, 4702.0, 4702.0, 4705.0, 4713.0, 4702.0, 4690.0, 4712.0, 4691.0, 4692.0, 4709.0, 4690.0, 4678.0, 4699.0, 4688.0, 4679.0], 'WindowWidth': [10407.0, 10388.0, 10336.0, 10333.0, 10333.0, 10298.0, 10286.0, 10278.0, 10294.0, 10285.0, 10274.0, 10273.0, 10277.0, 10271.0, 10291.0, 10295.0, 10271.0, 10287.0, 10290.0, 10274.0, 10294.0, 10290.0, 10291.0, 10282.0, 10303.0, 10290.0, 10302.0, 10308.0, 10279.0, 10298.0, 10305.0, 10280.0, 10292.0, 10277.0, 10297.0, 10302.0, 10282.0, 10302.0, 10293.0, 10300.0, 10323.0, 10301.0, 10303.0, 10304.0, 10284.0, 10319.0, 10306.0, 10298.0, 10303.0, 10305.0, 10284.0, 10301.0, 10301.0, 10284.0, 10320.0, 10314.0, 10284.0, 10304.0, 10312.0, 10300.0, 10321.0, 10299.0, 10301.0, 10306.0, 10280.0, 10298.0, 10318.0, 10284.0, 10296.0, 10299.0, 10279.0, 10299.0, 10298.0, 10283.0, 10311.0, 10304.0, 10284.0, 10302.0, 10298.0, 10298.0, 10319.0, 10318.0, 10303.0, 10322.0, 10289.0, 10317.0, 10308.0, 10288.0, 10302.0, 10306.0, 10277.0, 10298.0, 10310.0, 10278.0, 10300.0, 10311.0, 10276.0, 10286.0, 10307.0, 10294.0, 10302.0, 10294.0, 10295.0, 10276.0, 10265.0, 10295.0, 10299.0, 10276.0, 10295.0, 10281.0, 10273.0, 10293.0, 10294.0, 10293.0, 10300.0, 10311.0, 10293.0, 10296.0, 10277.0, 10292.0, 10302.0, 10262.0, 10290.0, 10289.0, 10272.0, 10291.0, 10295.0, 10276.0, 10279.0, 10277.0, 10258.0, 10289.0, 10291.0, 10290.0, 10293.0, 10292.0, 10276.0, 10297.0, 10263.0, 10292.0, 10298.0, 10261.0, 10293.0, 10282.0, 10275.0, 10297.0, 10299.0, 10293.0, 10294.0, 10294.0, 10281.0, 10299.0, 10310.0, 10299.0, 10301.0, 10281.0, 10297.0, 10299.0, 10283.0, 10302.0, 10315.0, 10279.0, 10301.0, 10311.0, 10295.0, 10301.0, 10309.0, 10275.0, 10279.0, 10253.0, 10289.0, 10279.0, 10275.0, 10290.0, 10276.0, 10261.0, 10296.0, 10290.0, 10277.0, 10298.0, 10295.0, 10280.0, 10294.0, 10270.0, 10297.0, 10304.0, 10268.0, 10298.0, 10298.0, 10279.0, 10301.0, 10300.0, 10282.0, 10297.0, 10297.0, 10277.0, 10300.0, 10294.0, 10296.0, 10305.0, 10308.0, 10282.0, 10301.0, 10304.0, 10280.0, 10295.0, 10267.0, 10296.0, 10283.0, 10276.0, 10296.0, 10301.0, 10279.0, 10294.0, 10317.0, 10278.0, 10277.0, 10305.0, 10278.0, 10301.0, 10305.0, 10274.0, 10280.0, 10286.0, 10273.0, 10281.0, 10292.0, 10282.0, 10298.0, 10292.0, 10278.0, 10295.0, 10263.0, 10296.0, 10297.0, 10279.0, 10295.0, 10296.0, 10276.0, 10293.0, 10311.0, 10276.0, 10281.0, 10310.0, 10271.0, 10276.0, 10285.0, 10256.0, 10292.0, 10294.0, 10271.0, 10274.0, 10278.0, 10251.0, 10274.0, 10284.0, 10270.0, 10273.0, 10278.0, 10255.0, 10273.0, 10271.0, 10272.0, 10293.0, 10301.0, 10291.0, 10295.0, 10294.0, 10275.0, 10291.0, 10298.0, 10279.0, 10296.0, 10289.0, 10272.0, 10279.0, 10289.0, 10290.0, 10282.0, 10295.0, 10273.0, 10276.0, 10285.0, 10271.0, 10293.0, 10289.0, 10276.0, 10282.0, 10275.0, 10279.0, 10282.0, 10274.0, 10293.0, 10286.0, 10274.0, 10277.0, 10282.0, 10269.0, 10293.0, 10284.0, 10274.0, 10279.0, 10281.0, 10261.0, 10293.0, 10295.0, 10263.0, 10281.0, 10291.0, 10279.0, 10293.0, 10282.0, 10299.0, 10303.0, 10280.0, 10278.0, 10305.0, 10276.0, 10279.0, 10297.0, 10255.0, 10256.0, 10270.0, 10250.0, 10271.0, 10276.0, 10254.0, 10269.0, 10253.0, 10238.0, 10269.0, 10258.0, 10253.0, 10276.0, 10275.0, 10260.0, 10294.0, 10297.0, 10281.0, 10303.0, 10312.0, 10287.0, 10300.0, 10266.0, 10302.0, 10307.0, 10282.0, 10296.0, 10300.0, 10274.0, 10287.0, 10300.0, 10275.0, 10278.0, 10299.0, 10256.0, 10274.0, 10268.0, 10257.0, 10276.0, 10275.0, 10273.0, 10281.0, 10263.0, 10295.0, 10301.0, 10279.0, 10298.0, 10303.0, 10278.0, 10298.0, 10315.0, 10277.0, 10282.0, 10295.0, 10260.0, 10277.0, 10277.0, 10271.0, 10290.0, 10285.0, 10271.0, 10277.0, 10275.0, 10277.0, 10302.0, 10301.0, 10280.0, 10295.0, 10293.0, 10283.0, 10295.0, 10311.0, 10281.0, 10300.0, 10300.0, 10275.0, 10282.0, 10291.0, 10278.0, 10301.0, 10293.0, 10277.0, 10296.0, 10291.0, 10297.0, 10319.0, 10311.0, 10286.0, 10287.0, 10278.0, 10296.0, 10301.0, 10296.0, 10302.0, 10300.0, 10284.0, 10301.0, 10315.0, 10300.0, 10322.0, 10310.0, 10284.0, 10284.0, 10306.0, 10278.0, 10286.0, 10306.0, 10279.0, 10284.0, 10292.0, 10261.0, 10277.0, 10288.0, 10267.0, 10298.0, 10295.0, 10274.0, 10278.0, 10284.0, 10279.0, 10281.0, 10265.0, 10295.0, 10285.0, 10278.0, 10296.0, 10301.0, 10282.0, 10297.0, 10320.0, 10279.0, 10277.0, 10281.0, 10256.0, 10278.0, 10283.0, 10254.0, 10273.0, 10282.0, 10270.0, 10274.0, 10261.0, 10257.0, 10284.0, 10283.0, 10271.0, 10277.0, 10286.0, 10269.0, 10277.0, 10293.0, 10256.0, 10258.0, 10284.0, 10251.0, 10253.0, 10268.0, 10250.0, 10273.0, 10287.0, 10265.0, 10255.0, 10264.0, 10251.0, 10274.0, 10271.0, 10267.0, 10273.0, 10271.0, 10267.0, 10273.0, 10272.0, 10291.0, 10282.0, 10290.0, 10274.0, 10280.0, 10289.0, 10274.0, 10294.0, 10304.0, 10271.0, 10278.0, 10298.0, 10273.0, 10281.0, 10261.0, 10274.0, 10283.0, 10271.0, 10274.0, 10277.0, 10275.0, 10292.0, 10297.0, 10275.0, 10282.0, 10288.0, 10259.0, 10294.0, 10308.0, 10272.0, 10275.0, 10287.0, 10255.0, 10274.0, 10280.0, 10260.0, 10273.0, 10281.0, 10250.0, 10255.0, 10277.0, 10253.0, 10284.0, 10274.0, 10272.0, 10256.0, 10253.0, 10275.0, 10276.0, 10276.0, 10281.0, 10276.0, 10280.0, 10280.0, 10277.0, 10292.0, 10297.0, 10272.0, 10276.0, 10305.0, 10256.0, 10276.0, 10290.0, 10254.0, 10258.0, 10284.0, 10269.0, 10276.0, 10283.0, 10270.0, 10277.0, 10253.0, 10278.0, 10298.0, 10288.0, 10275.0, 10263.0, 10272.0, 10281.0, 10282.0, 10279.0, 10281.0, 10293.0, 10258.0, 10280.0, 10291.0, 10276.0, 10298.0, 10296.0, 10276.0, 10280.0, 10285.0, 10275.0, 10301.0, 10292.0, 10277.0, 10301.0, 10259.0, 10278.0, 10281.0, 10279.0, 10298.0, 10297.0, 10265.0, 10283.0, 10307.0, 10295.0, 10302.0, 10296.0, 10277.0, 10281.0, 10305.0, 10276.0, 10297.0, 10303.0, 10275.0, 10278.0, 10263.0, 10259.0, 10276.0, 10245.0, 10271.0, 10278.0, 10269.0, 10270.0, 10276.0, 10275.0, 10291.0, 10287.0, 10275.0, 10282.0, 10291.0, 10277.0, 10286.0, 10289.0, 10268.0, 10276.0, 10253.0, 10271.0, 10278.0, 10254.0, 10256.0, 10269.0, 10249.0, 10271.0, 10270.0, 10266.0, 10270.0, 10270.0, 10256.0, 10271.0, 10270.0, 10256.0, 10278.0, 10287.0, 10273.0, 10271.0, 10258.0, 10291.0, 10283.0, 10271.0, 10276.0, 10286.0, 10272.0, 10291.0, 10294.0, 10274.0, 10280.0, 10285.0, 10274.0, 10282.0, 10262.0, 10278.0, 10282.0, 10273.0, 10294.0, 10279.0, 10274.0, 10296.0, 10292.0, 10279.0, 10295.0, 10278.0, 10297.0, 10306.0, 10287.0, 10295.0, 10294.0, 10276.0, 10295.0, 10298.0, 10278.0, 10295.0, 10296.0, 10262.0, 10281.0, 10292.0, 10279.0, 10296.0, 10310.0, 10260.0, 10280.0, 10290.0, 10274.0, 10297.0, 10291.0, 10280.0, 10298.0, 10282.0, 10300.0, 10298.0, 10280.0, 10296.0, 10299.0, 10278.0, 10295.0, 10309.0, 10277.0, 10278.0, 10288.0, 10270.0, 10274.0, 10304.0, 10273.0, 10280.0, 10302.0, 10254.0, 10259.0, 10275.0, 10270.0, 10278.0, 10283.0, 10262.0, 10276.0, 10257.0, 10277.0, 10280.0, 10264.0, 10292.0, 10296.0, 10272.0, 10271.0, 10290.0, 10260.0, 10297.0, 10310.0, 10271.0, 10274.0, 10287.0, 10265.0, 10279.0, 10286.0, 10255.0, 10261.0, 10275.0, 10265.0, 10256.0, 10271.0, 10272.0, 10263.0, 10254.0, 10270.0, 10272.0, 10270.0, 10277.0, 10292.0, 10256.0, 10268.0, 10265.0, 10270.0, 10279.0, 10287.0, 10272.0, 10279.0, 10280.0, 10269.0, 10276.0, 10271.0, 10277.0, 10284.0, 10276.0, 10277.0, 10277.0, 10277.0, 10298.0, 10293.0, 10286.0, 10285.0, 10292.0, 10280.0, 10302.0, 10291.0, 10275.0, 10277.0, 10252.0, 10271.0, 10274.0, 10254.0, 10271.0, 10272.0, 10249.0, 10255.0, 10271.0, 10265.0, 10256.0, 10271.0, 10250.0, 10254.0, 10265.0, 10269.0, 10276.0, 10283.0, 10271.0, 10263.0, 10274.0, 10293.0, 10293.0, 10276.0, 10284.0, 10276.0, 10295.0, 10302.0, 10307.0, 10276.0, 10274.0, 10286.0, 10277.0, 10282.0, 10287.0, 10272.0, 10278.0, 10295.0, 10268.0, 10258.0, 10252.0, 10273.0, 10263.0, 10257.0, 10272.0, 10271.0, 10271.0, 10290.0, 10304.0, 10273.0, 10278.0, 10283.0, 10271.0, 10279.0, 10301.0, 10277.0, 10263.0, 10254.0, 10273.0, 10271.0, 10269.0, 10272.0, 10272.0, 10251.0, 10272.0, 10284.0, 10270.0, 10276.0, 10288.0, 10253.0, 10256.0, 10282.0, 10264.0, 10257.0, 10278.0, 10250.0, 10240.0, 10243.0, 10250.0, 10254.0, 10232.0, 10250.0, 10249.0, 10223.0, 10247.0, 10236.0, 10245.0, 10252.0, 10247.0, 10248.0, 10256.0, 10253.0, 10269.0, 10279.0, 10287.0, 10272.0, 10274.0, 10258.0, 10276.0, 10296.0, 10274.0, 10292.0, 10279.0, 10276.0, 10292.0, 10297.0, 10278.0, 10283.0, 10286.0, 10278.0, 10294.0, 10285.0, 10276.0, 10280.0, 10300.0, 10278.0, 10282.0, 10276.0, 10277.0, 10296.0, 10261.0, 10278.0, 10279.0, 10276.0, 10283.0, 10299.0, 10260.0, 10277.0, 10286.0, 10273.0, 10297.0, 10293.0, 10276.0, 10280.0, 10287.0, 10278.0, 10303.0, 10280.0, 10297.0, 10299.0, 10279.0, 10300.0, 10301.0, 10286.0, 10305.0, 10322.0, 10284.0, 10300.0, 10313.0, 10282.0, 10300.0, 10315.0, 10281.0, 10282.0, 10305.0, 10276.0, 10297.0, 10305.0, 10276.0, 10282.0, 10275.0, 10276.0, 10283.0, 10275.0, 10280.0, 10301.0, 10275.0, 10279.0, 10291.0, 10277.0, 10299.0, 10294.0, 10280.0, 10284.0, 10263.0, 10296.0, 10296.0, 10263.0, 10291.0, 10287.0, 10273.0, 10280.0, 10285.0, 10291.0, 10292.0, 10306.0, 10279.0, 10283.0, 10277.0, 10296.0, 10303.0, 10290.0, 10293.0, 10308.0, 10288.0, 10298.0, 10310.0, 10272.0, 10260.0, 10280.0, 10268.0, 10274.0, 10263.0, 10256.0, 10260.0, 10253.0, 10264.0, 10274.0, 10254.0, 10277.0, 10290.0, 10267.0, 10252.0, 10264.0, 10269.0, 10276.0, 10259.0, 10274.0, 10270.0, 10258.0, 10273.0, 10290.0, 10275.0, 10276.0, 10280.0, 10258.0, 10282.0, 10284.0, 10253.0, 10272.0, 10280.0, 10228.0, 10245.0, 10257.0, 10246.0, 10255.0, 10273.0, 10246.0, 10234.0, 10223.0, 10247.0, 10252.0, 10248.0, 10248.0, 10262.0, 10249.0, 10256.0, 10253.0, 10251.0, 10254.0, 10248.0, 10254.0, 10280.0, 10251.0, 10254.0, 10286.0, 10245.0, 10236.0, 10259.0, 10245.0, 10257.0, 10261.0, 10249.0, 10251.0, 10245.0, 10269.0, 10274.0, 10264.0, 10254.0, 10259.0, 10248.0, 10254.0, 10266.0, 10263.0, 10241.0, 10274.0, 10241.0, 10238.0, 10246.0, 10247.0, 10240.0, 10246.0, 10252.0, 10250.0, 10249.0, 10255.0, 10268.0, 10248.0, 10256.0, 10265.0, 10268.0, 10274.0, 10248.0, 10273.0, 10281.0, 10269.0, 10276.0, 10289.0, 10270.0, 10259.0, 10281.0, 10254.0, 10260.0, 10265.0, 10254.0, 10250.0, 10251.0, 10272.0, 10277.0, 10253.0, 10271.0, 10270.0, 10255.0, 10275.0, 10289.0, 10256.0, 10272.0, 10280.0, 10270.0, 10290.0, 10290.0, 10273.0, 10271.0, 10257.0, 10274.0, 10275.0, 10276.0, 10283.0, 10290.0, 10276.0, 10281.0, 10277.0, 10280.0, 10300.0, 10263.0, 10277.0, 10288.0, 10257.0, 10276.0, 10293.0, 10259.0, 10275.0, 10270.0, 10270.0, 10279.0, 10296.0, 10269.0, 10277.0, 10257.0, 10275.0, 10280.0, 10257.0, 10275.0, 10292.0, 10270.0, 10276.0, 10287.0, 10274.0, 10283.0, 10287.0, 10274.0, 10277.0, 10285.0, 10275.0, 10295.0, 10276.0, 10296.0, 10288.0, 10281.0, 10301.0, 10297.0, 10296.0, 10299.0, 10279.0, 10292.0, 10294.0, 10272.0, 10276.0, 10309.0, 10266.0, 10271.0, 10283.0, 10262.0, 10272.0, 10284.0, 10250.0, 10252.0, 10256.0, 10245.0, 10254.0, 10235.0, 10253.0, 10255.0, 10277.0, 10242.0, 10248.0, 10250.0, 10264.0, 10271.0, 10252.0, 10267.0, 10285.0, 10274.0, 10283.0, 10295.0, 10271.0, 10260.0, 10266.0, 10270.0, 10276.0, 10268.0, 10270.0, 10258.0, 10248.0, 10270.0, 10273.0, 10268.0, 10266.0, 10272.0, 10260.0, 10271.0, 10284.0, 10273.0, 10282.0, 10296.0, 10272.0, 10277.0, 10269.0, 10289.0, 10296.0, 10256.0, 10273.0, 10289.0, 10256.0, 10270.0, 10288.0, 10271.0, 10264.0, 10283.0, 10269.0, 10277.0, 10253.0, 10271.0, 10261.0, 10251.0, 10270.0, 10286.0, 10269.0, 10260.0, 10286.0, 10252.0, 10253.0, 10269.0, 10251.0, 10252.0, 10263.0, 10250.0, 10251.0, 10233.0, 10267.0, 10259.0, 10249.0, 10253.0, 10266.0, 10252.0, 10272.0, 10267.0, 10254.0, 10251.0, 10266.0, 10274.0, 10262.0, 10258.0, 10274.0, 10278.0, 10271.0, 10278.0, 10290.0, 10278.0, 10297.0, 10274.0, 10277.0, 10278.0, 10273.0, 10293.0, 10307.0, 10272.0, 10278.0, 10286.0, 10272.0, 10284.0, 10286.0, 10258.0, 10259.0, 10235.0, 10271.0, 10271.0, 10271.0, 10277.0, 10273.0, 10292.0, 10283.0, 10275.0, 10279.0, 10292.0, 10273.0, 10279.0, 10289.0, 10271.0, 10278.0, 10289.0, 10267.0, 10262.0, 10255.0, 10271.0, 10264.0, 10249.0, 10273.0, 10271.0, 10270.0, 10281.0, 10287.0, 10275.0, 10278.0, 10266.0, 10291.0, 10293.0, 10270.0, 10268.0, 10285.0, 10271.0, 10279.0, 10264.0, 10257.0, 10253.0, 10250.0, 10270.0, 10275.0, 10253.0, 10257.0, 10272.0, 10265.0, 10258.0, 10269.0, 10267.0, 10261.0, 10282.0, 10252.0, 10257.0, 10239.0, 10270.0, 10263.0, 10241.0, 10273.0, 10274.0, 10268.0, 10279.0, 10288.0, 10275.0, 10281.0, 10274.0, 10279.0, 10289.0, 10273.0, 10278.0, 10303.0, 10274.0, 10280.0, 10303.0, 10272.0, 10279.0, 10255.0, 10272.0, 10279.0, 10240.0, 10257.0, 10284.0, 10253.0, 10273.0, 10278.0, 10254.0, 10259.0, 10266.0, 10268.0, 10260.0, 10252.0, 10267.0, 10252.0, 10249.0, 10253.0, 10267.0, 10266.0, 10258.0, 10282.0, 10268.0, 10260.0, 10242.0, 10273.0, 10277.0, 10268.0, 10273.0, 10286.0, 10269.0, 10276.0, 10299.0, 10257.0, 10271.0, 10247.0, 10268.0, 10270.0, 10249.0, 10252.0, 10283.0, 10271.0, 10276.0, 10264.0, 10272.0, 10275.0, 10268.0, 10271.0, 10289.0, 10252.0, 10255.0, 10275.0, 10249.0, 10255.0, 10278.0, 10244.0, 10257.0, 10274.0, 10268.0, 10274.0, 10237.0, 10270.0, 10256.0, 10267.0, 10275.0, 10275.0, 10270.0, 10274.0, 10283.0, 10268.0, 10277.0, 10252.0, 10273.0, 10279.0, 10256.0, 10274.0, 10257.0, 10254.0, 10275.0, 10275.0, 10270.0, 10277.0, 10286.0, 10277.0, 10283.0, 10276.0, 10291.0, 10278.0, 10272.0, 10276.0, 10282.0, 10274.0, 10281.0, 10301.0, 10273.0, 10264.0, 10255.0, 10290.0, 10280.0, 10269.0, 10274.0, 10285.0, 10275.0, 10281.0, 10275.0, 10276.0, 10275.0, 10253.0, 10272.0, 10288.0, 10268.0, 10258.0, 10276.0, 10267.0, 10262.0, 10270.0, 10255.0, 10246.0, 10247.0, 10270.0, 10269.0, 10267.0, 10273.0, 10287.0, 10271.0, 10276.0, 10287.0, 10274.0, 10275.0, 10284.0, 10273.0, 10264.0, 10270.0, 10271.0, 10290.0, 10257.0, 10263.0, 10287.0, 10269.0, 10283.0, 10272.0, 10259.0, 10261.0, 10254.0, 10271.0, 10279.0, 10255.0, 10259.0, 10269.0, 10263.0, 10256.0, 10270.0, 10253.0, 10261.0, 10285.0, 10251.0, 10257.0, 10281.0, 10255.0, 10261.0, 10255.0, 10272.0, 10272.0, 10271.0, 10274.0, 10293.0, 10257.0, 10263.0, 10284.0, 10270.0, 10279.0, 10288.0, 10255.0, 10257.0, 10272.0, 10245.0, 10258.0, 10265.0, 10251.0, 10237.0, 10243.0, 10252.0, 10262.0, 10264.0, 10253.0, 10277.0, 10264.0, 10258.0, 10265.0, 10251.0, 10258.0, 10264.0, 10248.0, 10254.0, 10241.0, 10248.0, 10254.0, 10230.0, 10248.0, 10247.0, 10243.0, 10251.0, 10253.0, 10246.0, 10237.0, 10242.0, 10260.0, 10258.0, 10265.0, 10252.0, 10254.0, 10249.0, 10274.0, 10275.0, 10268.0, 10279.0, 10288.0, 10274.0, 10282.0, 10271.0, 10279.0, 10285.0, 10285.0, 10272.0, 10271.0, 10252.0, 10254.0, 10275.0, 10239.0, 10253.0, 10265.0, 10261.0, 10253.0, 10280.0, 10247.0, 10245.0, 10245.0, 10257.0, 10285.0, 10248.0, 10257.0, 10278.0, 10251.0, 10260.0, 10253.0, 10253.0, 10253.0, 10250.0, 10243.0, 10250.0, 10247.0, 10254.0, 10269.0, 10249.0, 10253.0, 10264.0, 10260.0, 10273.0, 10280.0, 10267.0, 10257.0, 10244.0, 10266.0, 10273.0, 10255.0, 10269.0, 10274.0, 10273.0, 10281.0, 10291.0, 10271.0, 10256.0, 10287.0, 10253.0, 10259.0, 10282.0, 10250.0, 10236.0, 10266.0, 10246.0, 10235.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.0002557387057387057</td></tr>
<tr><td colspan=3>aqi</td><td>0.01619047442002442</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.356923731948704</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331221776908983</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978034806291997</td></tr>
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
<tr><td colspan=3>fber</td><td>4770.8457</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08557745394443263</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.06105006105006105</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5180916023878934</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555813211791937</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6999431174465216</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2985184779252217</td></tr>
<tr><td colspan=3>gcor</td><td>0.0078594</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005760677624493837</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02935357391834259</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.003835721320836</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.3858</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2261</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.7883</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288021.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1177.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.3349</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.2772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3802.8199</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88523.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.5349</td></tr>
<tr><td colspan=3>tsnr</td><td>48.03950755042024</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>