<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-03/func/sub-0046_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>aaaa9e1f618661aae6fc8211135e51f6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:20:16.310000</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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.103295</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8cf54f0d-9f49-4c5a-b550-f91fe4bc7d12||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['192016.310000', '192016.770000', '192017.230000', '192017.690000', '192018.150000', '192018.610000', '192019.070000', '192019.530000', '192019.990000', '192020.450000', '192020.910000', '192021.370000', '192021.830000', '192022.290000', '192022.750000', '192023.210000', '192023.670000', '192024.130000', '192024.590000', '192025.050000', '192025.510000', '192025.970000', '192026.430000', '192026.890000', '192027.350000', '192027.810000', '192028.270000', '192028.730000', '192029.190000', '192029.650000', '192030.110000', '192030.570000', '192031.030000', '192031.490000', '192031.950000', '192032.410000', '192032.870000', '192033.330000', '192033.790000', '192034.250000', '192034.710000', '192035.170000', '192035.630000', '192036.090000', '192036.550000', '192037.010000', '192037.470000', '192037.930000', '192038.390000', '192038.850000', '192039.310000', '192039.770000', '192040.230000', '192040.690000', '192041.150000', '192041.610000', '192042.070000', '192042.530000', '192042.990000', '192043.450000', '192043.910000', '192044.370000', '192044.830000', '192045.290000', '192045.750000', '192046.210000', '192046.670000', '192047.130000', '192047.590000', '192048.050000', '192048.510000', '192048.970000', '192049.430000', '192049.890000', '192050.350000', '192050.810000', '192051.270000', '192051.730000', '192052.190000', '192052.650000', '192053.110000', '192053.570000', '192054.030000', '192054.490000', '192054.950000', '192055.410000', '192055.870000', '192056.330000', '192056.790000', '192057.250000', '192057.710000', '192058.170000', '192058.630000', '192059.090000', '192059.550000', '192100.010000', '192100.470000', '192100.930000', '192101.390000', '192101.850000', '192102.310000', '192102.770000', '192103.230000', '192103.690000', '192104.150000', '192104.610000', '192105.070000', '192105.530000', '192105.990000', '192106.450000', '192106.910000', '192107.370000', '192107.830000', '192108.290000', '192108.750000', '192109.210000', '192109.670000', '192110.130000', '192110.590000', '192111.050000', '192111.510000', '192111.970000', '192112.430000', '192112.890000', '192113.350000', '192113.810000', '192114.270000', '192114.730000', '192115.190000', '192115.650000', '192116.110000', '192116.570000', '192117.030000', '192117.490000', '192117.950000', '192118.410000', '192118.870000', '192119.330000', '192119.790000', '192120.250000', '192120.710000', '192121.170000', '192121.630000', '192122.090000', '192122.550000', '192123.010000', '192123.470000', '192123.930000', '192124.390000', '192124.850000', '192125.310000', '192125.770000', '192126.230000', '192126.690000', '192127.150000', '192127.610000', '192128.070000', '192128.530000', '192128.990000', '192129.450000', '192129.910000', '192130.370000', '192130.830000', '192131.290000', '192131.750000', '192132.210000', '192132.670000', '192133.130000', '192133.590000', '192134.050000', '192134.510000', '192134.970000', '192135.430000', '192135.890000', '192136.350000', '192136.810000', '192137.270000', '192137.730000', '192138.190000', '192138.650000', '192139.110000', '192139.570000', '192140.030000', '192140.490000', '192140.950000', '192141.410000', '192141.870000', '192142.330000', '192142.790000', '192143.250000', '192143.710000', '192144.170000', '192144.630000', '192145.090000', '192145.550000', '192146.010000', '192146.470000', '192146.930000', '192147.390000', '192147.850000', '192148.310000', '192148.770000', '192149.230000', '192149.690000', '192150.150000', '192150.610000', '192151.070000', '192151.530000', '192151.990000', '192152.450000', '192152.910000', '192153.370000', '192153.830000', '192154.290000', '192154.750000', '192155.210000', '192155.670000', '192156.130000', '192156.590000', '192157.050000', '192157.510000', '192157.970000', '192158.430000', '192158.890000', '192159.350000', '192159.810000', '192200.270000', '192200.730000', '192201.190000', '192201.650000', '192202.110000', '192202.570000', '192203.030000', '192203.490000', '192203.950000', '192204.410000', '192204.870000', '192205.330000', '192205.790000', '192206.250000', '192206.710000', '192207.170000', '192207.630000', '192208.090000', '192208.550000', '192209.010000', '192209.470000', '192209.930000', '192210.390000', '192210.850000', '192211.310000', '192211.770000', '192212.230000', '192212.690000', '192213.150000', '192213.610000', '192214.070000', '192214.530000', '192214.990000', '192215.450000', '192215.910000', '192216.370000', '192216.830000', '192217.290000', '192217.750000', '192218.210000', '192218.670000', '192219.130000', '192219.590000', '192220.050000', '192220.510000', '192220.970000', '192221.430000', '192221.890000', '192222.350000', '192222.810000', '192223.270000', '192223.730000', '192224.190000', '192224.650000', '192225.110000', '192225.570000', '192226.030000', '192226.490000', '192226.950000', '192227.410000', '192227.870000', '192228.330000', '192228.790000', '192229.250000', '192229.710000', '192230.170000', '192230.630000', '192231.090000', '192231.550000', '192232.010000', '192232.470000', '192232.930000', '192233.390000', '192233.850000', '192234.310000', '192234.770000', '192235.230000', '192235.690000', '192236.150000', '192236.610000', '192237.070000', '192237.530000', '192237.990000', '192238.450000', '192238.910000', '192239.370000', '192239.830000', '192240.290000', '192240.750000', '192241.210000', '192241.670000', '192242.130000', '192242.590000', '192243.050000', '192243.510000', '192243.970000', '192244.430000', '192244.890000', '192245.350000', '192245.810000', '192246.270000', '192246.730000', '192247.190000', '192247.650000', '192248.110000', '192248.570000', '192249.030000', '192249.490000', '192249.950000', '192250.410000', '192250.870000', '192251.330000', '192251.790000', '192252.250000', '192252.710000', '192253.170000', '192253.630000', '192254.090000', '192254.550000', '192255.010000', '192255.470000', '192255.930000', '192256.390000', '192256.850000', '192257.310000', '192257.770000', '192258.230000', '192258.690000', '192259.150000', '192259.610000', '192300.070000', '192300.530000', '192300.990000', '192301.450000', '192301.910000', '192302.370000', '192302.830000', '192303.290000', '192303.750000', '192304.210000', '192304.670000', '192305.130000', '192305.590000', '192306.050000', '192306.510000', '192306.970000', '192307.430000', '192307.890000', '192308.350000', '192308.810000', '192309.270000', '192309.730000', '192310.190000', '192310.650000', '192311.110000', '192311.570000', '192312.030000', '192312.490000', '192312.950000', '192313.410000', '192313.870000', '192314.330000', '192314.790000', '192315.250000', '192315.710000', '192316.170000', '192316.630000', '192317.090000', '192317.550000', '192318.010000', '192318.470000', '192318.930000', '192319.390000', '192319.850000', '192320.310000', '192320.770000', '192321.230000', '192321.690000', '192322.150000', '192322.610000', '192323.070000', '192323.530000', '192323.990000', '192324.450000', '192324.910000', '192325.370000', '192325.830000', '192326.290000', '192326.750000', '192327.210000', '192327.670000', '192328.130000', '192328.590000', '192329.050000', '192329.510000', '192329.970000', '192330.430000', '192330.890000', '192331.350000', '192331.810000', '192332.270000', '192332.730000', '192333.190000', '192333.650000', '192334.110000', '192334.570000', '192335.030000', '192335.490000', '192335.950000', '192336.410000', '192336.870000', '192337.330000', '192337.790000', '192338.250000', '192338.710000', '192339.170000', '192339.630000', '192340.090000', '192340.550000', '192341.010000', '192341.470000', '192341.930000', '192342.390000', '192342.850000', '192343.310000', '192343.770000', '192344.230000', '192344.690000', '192345.150000', '192345.610000', '192346.070000', '192346.530000', '192346.990000', '192347.450000', '192347.910000', '192348.370000', '192348.830000', '192349.290000', '192349.750000', '192350.210000', '192350.670000', '192351.130000', '192351.590000', '192352.050000', '192352.510000', '192352.970000', '192353.430000', '192353.890000', '192354.350000', '192354.810000', '192355.270000', '192355.730000', '192356.190000', '192356.650000', '192357.110000', '192357.570000', '192358.030000', '192358.490000', '192358.950000', '192359.410000', '192359.870000', '192400.330000', '192400.790000', '192401.250000', '192401.710000', '192402.170000', '192402.630000', '192403.090000', '192403.550000', '192404.010000', '192404.470000', '192404.930000', '192405.390000', '192405.850000', '192406.310000', '192406.770000', '192407.230000', '192407.690000', '192408.150000', '192408.610000', '192409.070000', '192409.530000', '192409.990000', '192410.450000', '192410.910000', '192411.370000', '192411.830000', '192412.290000', '192412.750000', '192413.210000', '192413.670000', '192414.130000', '192414.590000', '192415.050000', '192415.510000', '192415.970000', '192416.430000', '192416.890000', '192417.350000', '192417.810000', '192418.270000', '192418.730000', '192419.190000', '192419.650000', '192420.110000', '192420.570000', '192421.030000', '192421.490000', '192421.950000', '192422.410000', '192422.870000', '192423.330000', '192423.790000', '192424.250000', '192424.710000', '192425.170000', '192425.630000', '192426.090000', '192426.550000', '192427.010000', '192427.470000', '192427.930000', '192428.390000', '192428.850000', '192429.310000', '192429.770000', '192430.230000', '192430.690000', '192431.150000', '192431.610000', '192432.070000', '192432.530000', '192432.990000', '192433.450000', '192433.910000', '192434.370000', '192434.830000', '192435.290000', '192435.750000', '192436.210000', '192436.670000', '192437.130000', '192437.590000', '192438.050000', '192438.510000', '192438.970000', '192439.430000', '192439.890000', '192440.350000', '192440.810000', '192441.270000', '192441.730000', '192442.190000', '192442.650000', '192443.110000', '192443.570000', '192444.030000', '192444.490000', '192444.950000', '192445.410000', '192445.870000', '192446.330000', '192446.790000', '192447.250000', '192447.710000', '192448.170000', '192448.630000', '192449.090000', '192449.550000', '192450.010000', '192450.470000', '192450.930000', '192451.390000', '192451.850000', '192452.310000', '192452.770000', '192453.230000', '192453.690000', '192454.150000', '192454.610000', '192455.070000', '192455.530000', '192455.990000', '192456.450000', '192456.910000', '192457.370000', '192457.830000', '192458.290000', '192458.750000', '192459.210000', '192459.670000', '192500.130000', '192500.590000', '192501.050000', '192501.510000', '192501.970000', '192502.430000', '192502.890000', '192503.350000', '192503.810000', '192504.270000', '192504.730000', '192505.190000', '192505.650000', '192506.110000', '192506.570000', '192507.030000', '192507.490000', '192507.950000', '192508.410000', '192508.870000', '192509.330000', '192509.790000', '192510.250000', '192510.710000', '192511.170000', '192511.630000', '192512.090000', '192512.550000', '192513.010000', '192513.470000', '192513.930000', '192514.390000', '192514.850000', '192515.310000', '192515.770000', '192516.230000', '192516.690000', '192517.150000', '192517.610000', '192518.070000', '192518.530000', '192518.990000', '192519.450000', '192519.910000', '192520.370000', '192520.830000', '192521.290000', '192521.750000', '192522.210000', '192522.670000', '192523.130000', '192523.590000', '192524.050000', '192524.510000', '192524.970000', '192525.430000', '192525.890000', '192526.350000', '192526.810000', '192527.270000', '192527.730000', '192528.190000', '192528.650000', '192529.110000', '192529.570000', '192530.030000', '192530.490000', '192530.950000', '192531.410000', '192531.870000', '192532.330000', '192532.790000', '192533.250000', '192533.710000', '192534.170000', '192534.630000', '192535.090000', '192535.550000', '192536.010000', '192536.470000', '192536.930000', '192537.390000', '192537.850000', '192538.310000', '192538.770000', '192539.230000', '192539.690000', '192540.150000', '192540.610000', '192541.070000', '192541.530000', '192541.990000', '192542.450000', '192542.910000', '192543.370000', '192543.830000', '192544.290000', '192544.750000', '192545.210000', '192545.670000', '192546.130000', '192546.590000', '192547.050000', '192547.510000', '192547.970000', '192548.430000', '192548.890000', '192549.350000', '192549.810000', '192550.270000', '192550.730000', '192551.190000', '192551.650000', '192552.110000', '192552.570000', '192553.030000', '192553.490000', '192553.950000', '192554.410000', '192554.870000', '192555.330000', '192555.790000', '192556.250000', '192556.710000', '192557.170000', '192557.630000', '192558.090000', '192558.550000', '192559.010000', '192559.470000', '192559.930000', '192600.390000', '192600.850000', '192601.310000', '192601.770000', '192602.230000', '192602.690000', '192603.150000', '192603.610000', '192604.070000', '192604.530000', '192604.990000', '192605.450000', '192605.910000', '192606.370000', '192606.830000', '192607.290000', '192607.750000', '192608.210000', '192608.670000', '192609.130000', '192609.590000', '192610.050000', '192610.510000', '192610.970000', '192611.430000', '192611.890000', '192612.350000', '192612.810000', '192613.270000', '192613.730000', '192614.190000', '192614.650000', '192615.110000', '192615.570000', '192616.030000', '192616.490000', '192616.950000', '192617.410000', '192617.870000', '192618.330000', '192618.790000', '192619.250000', '192619.710000', '192620.170000', '192620.630000', '192621.090000', '192621.550000', '192622.010000', '192622.470000', '192622.930000', '192623.390000', '192623.850000', '192624.310000', '192624.770000', '192625.230000', '192625.690000', '192626.150000', '192626.610000', '192627.070000', '192627.530000', '192627.990000', '192628.450000', '192628.910000', '192629.370000', '192629.830000', '192630.290000', '192630.750000', '192631.210000', '192631.670000', '192632.130000', '192632.590000', '192633.050000', '192633.510000', '192633.970000', '192634.430000', '192634.890000', '192635.350000', '192635.810000', '192636.270000', '192636.730000', '192637.190000', '192637.650000', '192638.110000', '192638.570000', '192639.030000', '192639.490000', '192639.950000', '192640.410000', '192640.870000', '192641.330000', '192641.790000', '192642.250000', '192642.710000', '192643.170000', '192643.630000', '192644.090000', '192644.550000', '192645.010000', '192645.470000', '192645.930000', '192646.390000', '192646.850000', '192647.310000', '192647.770000', '192648.230000', '192648.690000', '192649.150000', '192649.610000', '192650.070000', '192650.530000', '192650.990000', '192651.450000', '192651.910000', '192652.370000', '192652.830000', '192653.290000', '192653.750000', '192654.210000', '192654.670000', '192655.130000', '192655.590000', '192656.050000', '192656.510000', '192656.970000', '192657.430000', '192657.890000', '192658.350000', '192658.810000', '192659.270000', '192659.730000', '192700.190000', '192700.650000', '192701.110000', '192701.570000', '192702.030000', '192702.490000', '192702.950000', '192703.410000', '192703.870000', '192704.330000', '192704.790000', '192705.250000', '192705.710000', '192706.170000', '192706.630000', '192707.090000', '192707.550000', '192708.010000', '192708.470000', '192708.930000', '192709.390000', '192709.850000', '192710.310000', '192710.770000', '192711.230000', '192711.690000', '192712.150000', '192712.610000', '192713.070000', '192713.530000', '192713.990000', '192714.450000', '192714.910000', '192715.370000', '192715.830000', '192716.290000', '192716.750000', '192717.210000', '192717.670000', '192718.130000', '192718.590000', '192719.050000', '192719.510000', '192719.970000', '192720.430000', '192720.890000', '192721.350000', '192721.810000', '192722.270000', '192722.730000', '192723.190000', '192723.650000', '192724.110000', '192724.570000', '192725.030000', '192725.490000', '192725.950000', '192726.410000', '192726.870000', '192727.330000', '192727.790000', '192728.250000', '192728.710000', '192729.170000', '192729.630000', '192730.090000', '192730.550000', '192731.010000', '192731.470000', '192731.930000', '192732.390000', '192732.850000', '192733.310000', '192733.770000', '192734.230000', '192734.690000', '192735.150000', '192735.610000', '192736.070000', '192736.530000', '192736.990000', '192737.450000', '192737.910000', '192738.370000', '192738.830000', '192739.290000', '192739.750000', '192740.210000', '192740.670000', '192741.130000', '192741.590000', '192742.050000', '192742.510000', '192742.970000', '192743.430000', '192743.890000', '192744.350000', '192744.810000', '192745.270000', '192745.730000', '192746.190000', '192746.650000', '192747.110000', '192747.570000', '192748.030000', '192748.490000', '192748.950000', '192749.410000', '192749.870000', '192750.330000', '192750.790000', '192751.250000', '192751.710000', '192752.170000', '192752.630000', '192753.090000', '192753.550000', '192754.010000', '192754.470000', '192754.930000', '192755.390000', '192755.850000', '192756.310000', '192756.770000', '192757.230000', '192757.690000', '192758.150000', '192758.610000', '192759.070000', '192759.530000', '192759.990000', '192800.450000', '192800.910000', '192801.370000', '192801.830000', '192802.290000', '192802.750000', '192803.210000', '192803.670000', '192804.130000', '192804.590000', '192805.050000', '192805.510000', '192805.970000', '192806.430000', '192806.890000', '192807.350000', '192807.810000', '192808.270000', '192808.730000', '192809.190000', '192809.650000', '192810.110000', '192810.570000', '192811.030000', '192811.490000', '192811.950000', '192812.410000', '192812.870000', '192813.330000', '192813.790000', '192814.250000', '192814.710000', '192815.170000', '192815.630000', '192816.090000', '192816.550000', '192817.010000', '192817.470000', '192817.930000', '192818.390000', '192818.850000', '192819.310000', '192819.770000', '192820.230000', '192820.690000', '192821.150000', '192821.610000', '192822.070000', '192822.530000', '192822.990000', '192823.450000', '192823.910000', '192824.370000', '192824.830000', '192825.290000', '192825.750000', '192826.210000', '192826.670000', '192827.130000', '192827.590000', '192828.050000', '192828.510000', '192828.970000', '192829.430000', '192829.890000', '192830.350000', '192830.810000', '192831.270000', '192831.730000', '192832.190000', '192832.650000', '192833.110000', '192833.570000', '192834.030000', '192834.490000', '192834.950000', '192835.410000', '192835.870000', '192836.330000', '192836.790000', '192837.250000', '192837.710000', '192838.170000', '192838.630000', '192839.090000', '192839.550000', '192840.010000', '192840.470000', '192840.930000', '192841.390000', '192841.850000', '192842.310000', '192842.770000', '192843.230000', '192843.690000', '192844.150000', '192844.610000', '192845.070000', '192845.530000', '192845.990000', '192846.450000', '192846.910000', '192847.370000', '192847.830000', '192848.290000', '192848.750000', '192849.210000', '192849.670000', '192850.130000', '192850.590000', '192851.050000', '192851.510000', '192851.970000', '192852.430000', '192852.890000', '192853.350000', '192853.810000', '192854.270000', '192854.730000', '192855.190000', '192855.650000', '192856.110000', '192856.570000', '192857.030000', '192857.490000', '192857.950000', '192858.410000', '192858.870000', '192859.330000', '192859.790000', '192900.250000', '192900.710000', '192901.170000', '192901.630000', '192902.090000', '192902.550000', '192903.010000', '192903.470000', '192903.930000', '192904.390000', '192904.850000', '192905.310000', '192905.770000', '192906.230000', '192906.690000', '192907.150000', '192907.610000', '192908.070000', '192908.530000', '192908.990000', '192909.450000', '192909.910000', '192910.370000', '192910.830000', '192911.290000', '192911.750000', '192912.210000', '192912.670000', '192913.130000', '192913.590000', '192914.050000', '192914.510000', '192914.970000', '192915.430000', '192915.890000', '192916.350000', '192916.810000', '192917.270000', '192917.730000', '192918.190000', '192918.650000', '192919.110000', '192919.570000', '192920.030000', '192920.490000', '192920.950000', '192921.410000', '192921.870000', '192922.330000', '192922.790000', '192923.250000', '192923.710000', '192924.170000', '192924.630000', '192925.090000', '192925.550000', '192926.010000', '192926.470000', '192926.930000', '192927.390000', '192927.850000', '192928.310000', '192928.770000', '192929.230000', '192929.690000', '192930.150000', '192930.610000', '192931.070000', '192931.530000', '192931.990000', '192932.450000', '192932.910000', '192933.370000', '192933.830000', '192934.290000', '192934.750000', '192935.210000', '192935.670000', '192936.130000', '192936.590000', '192937.050000', '192937.510000', '192937.970000', '192938.430000', '192938.890000', '192939.350000', '192939.810000', '192940.270000', '192940.730000', '192941.190000', '192941.650000', '192942.110000', '192942.570000', '192943.030000', '192943.490000', '192943.950000', '192944.410000', '192944.870000', '192945.330000', '192945.790000', '192946.250000', '192946.710000', '192947.170000', '192947.630000', '192948.090000', '192948.550000', '192949.010000', '192949.470000', '192949.930000', '192950.390000', '192950.850000', '192951.310000', '192951.770000', '192952.230000', '192952.690000', '192953.150000', '192953.610000', '192954.070000', '192954.530000', '192954.990000', '192955.450000', '192955.910000', '192956.370000', '192956.830000', '192957.290000', '192957.750000', '192958.210000', '192958.670000', '192959.130000', '192959.590000', '193000.050000', '193000.510000', '193000.970000', '193001.430000', '193001.890000', '193002.350000', '193002.810000', '193003.270000', '193003.730000', '193004.190000', '193004.650000', '193005.110000', '193005.570000', '193006.030000', '193006.490000', '193006.950000', '193007.410000', '193007.870000', '193008.330000', '193008.790000', '193009.250000', '193009.710000', '193010.170000', '193010.630000', '193011.090000', '193011.550000', '193012.010000', '193012.470000', '193012.930000', '193013.390000', '193013.850000', '193014.310000', '193014.770000', '193015.230000', '193015.690000', '193016.150000', '193016.610000', '193017.070000', '193017.530000', '193017.990000', '193018.450000', '193018.910000', '193019.370000', '193019.830000', '193020.290000', '193020.750000', '193021.210000', '193021.670000', '193022.130000', '193022.590000', '193023.050000', '193023.510000', '193023.970000', '193024.430000', '193024.890000', '193025.350000', '193025.810000', '193026.270000', '193026.730000', '193027.190000', '193027.650000', '193028.110000', '193028.570000', '193029.030000', '193029.490000', '193029.950000', '193030.410000', '193030.870000', '193031.330000', '193031.790000', '193032.250000', '193032.710000', '193033.170000', '193033.630000', '193034.090000', '193034.550000', '193035.010000', '193035.470000', '193035.930000', '193036.390000', '193036.850000', '193037.310000', '193037.770000', '193038.230000', '193038.690000', '193039.150000', '193039.610000', '193040.070000', '193040.530000', '193040.990000', '193041.450000', '193041.910000', '193042.370000', '193042.830000', '193043.290000', '193043.750000', '193044.210000', '193044.670000', '193045.130000', '193045.590000', '193046.050000', '193046.510000', '193046.970000', '193047.430000', '193047.890000', '193048.350000', '193048.810000', '193049.270000', '193049.730000', '193050.190000', '193050.650000', '193051.110000', '193051.570000', '193052.030000', '193052.490000', '193052.950000', '193053.410000', '193053.870000', '193054.330000', '193054.790000', '193055.250000', '193055.710000', '193056.170000', '193056.630000', '193057.090000', '193057.550000', '193058.010000', '193058.470000', '193058.930000', '193059.390000', '193059.850000', '193100.310000', '193100.770000', '193101.230000', '193101.690000', '193102.150000', '193102.610000', '193103.070000', '193103.530000', '193103.990000', '193104.450000', '193104.910000', '193105.370000', '193105.830000', '193106.290000', '193106.750000', '193107.210000', '193107.670000', '193108.130000', '193108.590000', '193109.050000', '193109.510000', '193109.970000', '193110.430000', '193110.890000', '193111.350000', '193111.810000', '193112.270000', '193112.730000', '193113.190000', '193113.650000', '193114.110000', '193114.570000', '193115.030000', '193115.490000', '193115.950000', '193116.410000', '193116.870000', '193117.330000', '193117.790000', '193118.250000', '193118.710000', '193119.170000', '193119.630000', '193120.090000', '193120.550000', '193121.010000', '193121.470000', '193121.930000', '193122.390000', '193122.850000', '193123.310000', '193123.770000', '193124.230000', '193124.690000', '193125.150000', '193125.610000', '193126.070000', '193126.530000', '193126.990000', '193127.450000', '193127.910000', '193128.370000', '193128.830000', '193129.290000', '193129.750000', '193130.210000', '193130.670000', '193131.130000', '193131.590000', '193132.050000', '193132.510000', '193132.970000', '193133.430000', '193133.890000', '193134.350000', '193134.810000', '193135.270000', '193135.730000', '193136.190000', '193136.650000', '193137.110000', '193137.570000', '193138.030000', '193138.490000', '193138.950000', '193139.410000', '193139.870000', '193140.330000', '193140.790000', '193141.250000', '193141.710000', '193142.170000', '193142.630000', '193143.090000', '193143.550000', '193144.010000', '193144.470000', '193144.930000', '193145.390000', '193145.850000', '193146.310000', '193146.770000', '193147.230000', '193147.690000', '193148.150000', '193148.610000', '193149.070000', '193149.530000', '193149.990000', '193150.450000', '193150.910000', '193151.370000', '193151.830000', '193152.290000', '193152.750000', '193153.210000', '193153.670000', '193154.130000', '193154.590000', '193155.050000', '193155.510000', '193155.970000', '193156.430000', '193156.890000', '193157.350000', '193157.810000', '193158.270000', '193158.730000', '193159.190000', '193159.650000', '193200.110000', '193200.570000', '193201.030000', '193201.490000', '193201.950000', '193202.410000', '193202.870000', '193203.330000', '193203.790000', '193204.250000', '193204.710000', '193205.170000', '193205.630000', '193206.090000', '193206.550000', '193207.010000', '193207.470000', '193207.930000', '193208.390000', '193208.850000', '193209.310000', '193209.770000', '193210.230000', '193210.690000', '193211.150000', '193211.610000', '193212.070000', '193212.530000', '193212.990000', '193213.450000', '193213.910000', '193214.370000', '193214.830000', '193215.290000', '193215.750000', '193216.210000', '193216.670000', '193217.130000', '193217.590000', '193218.050000', '193218.510000', '193218.970000', '193219.430000', '193219.890000', '193220.350000', '193220.810000', '193221.270000', '193221.730000', '193222.190000', '193222.650000', '193223.110000', '193223.570000', '193224.030000', '193224.490000', '193224.950000', '193225.410000', '193225.870000', '193226.330000', '193226.790000', '193227.250000', '193227.710000', '193228.170000', '193228.630000', '193229.090000', '193229.550000', '193230.010000', '193230.470000', '193230.930000', '193231.390000', '193231.850000', '193232.310000', '193232.770000', '193233.230000', '193233.690000', '193234.150000', '193234.610000', '193235.070000', '193235.530000', '193235.990000', '193236.450000', '193236.910000', '193237.370000', '193237.830000', '193238.290000', '193238.750000', '193239.210000', '193239.670000', '193240.130000', '193240.590000', '193241.050000', '193241.510000', '193241.970000', '193242.430000', '193242.890000', '193243.350000', '193243.810000', '193244.270000', '193244.730000', '193245.190000', '193245.650000', '193246.110000', '193246.570000', '193247.030000', '193247.490000', '193247.950000', '193248.410000', '193248.870000', '193249.330000', '193249.790000', '193250.250000'], 'ContentTime': ['192034.797000', '192034.801000', '192034.804000', '192034.810000', '192034.813000', '192034.816000', '192034.820000', '192034.823000', '192034.826000', '192034.828000', '192034.831000', '192034.833000', '192034.836000', '192034.839000', '192034.841000', '192034.844000', '192034.846000', '192034.849000', '192034.852000', '192034.855000', '192034.858000', '192034.860000', '192034.863000', '192034.865000', '192034.868000', '192034.871000', '192034.885000', '192034.887000', '192034.890000', '192034.892000', '192034.895000', '192034.898000', '192034.900000', '192034.903000', '192034.905000', '192034.908000', '192034.910000', '192054.771000', '192054.775000', '192054.777000', '192054.780000', '192054.783000', '192054.785000', '192054.788000', '192054.790000', '192054.793000', '192054.795000', '192054.798000', '192054.800000', '192054.803000', '192054.806000', '192054.808000', '192054.811000', '192054.813000', '192054.816000', '192054.819000', '192054.821000', '192054.824000', '192054.827000', '192054.829000', '192054.832000', '192054.834000', '192054.837000', '192054.840000', '192054.842000', '192054.845000', '192054.847000', '192054.850000', '192054.853000', '192054.855000', '192054.858000', '192054.861000', '192054.863000', '192054.866000', '192054.868000', '192054.871000', '192054.874000', '192054.876000', '192054.879000', '192054.881000', '192054.884000', '192114.771000', '192114.774000', '192114.777000', '192114.779000', '192114.782000', '192114.785000', '192114.787000', '192114.790000', '192114.798000', '192114.801000', '192114.803000', '192114.806000', '192114.808000', '192114.811000', '192114.814000', '192114.816000', '192114.819000', '192114.826000', '192114.829000', '192114.831000', '192114.834000', '192114.837000', '192114.839000', '192114.842000', '192114.844000', '192114.847000', '192114.850000', '192114.852000', '192114.855000', '192114.857000', '192114.860000', '192114.863000', '192114.865000', '192114.868000', '192114.870000', '192114.873000', '192114.881000', '192114.883000', '192114.886000', '192114.889000', '192114.891000', '192114.894000', '192114.896000', '192134.772000', '192134.775000', '192134.778000', '192134.780000', '192134.783000', '192134.786000', '192134.788000', '192134.791000', '192134.794000', '192134.796000', '192134.799000', '192134.801000', '192134.804000', '192134.806000', '192134.809000', '192134.812000', '192134.814000', '192134.817000', '192134.819000', '192134.822000', '192134.825000', '192134.827000', '192134.830000', '192134.832000', '192134.835000', '192134.838000', '192134.840000', '192134.843000', '192134.845000', '192134.848000', '192134.850000', '192134.853000', '192134.856000', '192134.859000', '192134.861000', '192134.864000', '192134.866000', '192134.869000', '192134.872000', '192134.874000', '192134.877000', '192134.880000', '192134.882000', '192134.885000', '192154.773000', '192154.775000', '192154.778000', '192154.781000', '192154.783000', '192154.786000', '192154.789000', '192154.791000', '192154.794000', '192154.797000', '192154.799000', '192154.802000', '192154.804000', '192154.807000', '192154.810000', '192154.813000', '192154.815000', '192154.818000', '192154.821000', '192154.823000', '192154.826000', '192154.828000', '192154.831000', '192154.834000', '192154.836000', '192154.839000', '192154.842000', '192154.844000', '192154.847000', '192154.849000', '192154.852000', '192154.855000', '192154.858000', '192154.861000', '192154.864000', '192154.867000', '192154.869000', '192154.872000', '192154.874000', '192154.877000', '192154.879000', '192154.882000', '192154.885000', '192214.772000', '192214.775000', '192214.778000', '192214.780000', '192214.783000', '192214.786000', '192214.788000', '192214.791000', '192214.793000', '192214.796000', '192214.798000', '192214.801000', '192214.804000', '192214.806000', '192214.809000', '192214.812000', '192214.815000', '192214.817000', '192214.820000', '192214.823000', '192214.825000', '192214.828000', '192214.831000', '192214.833000', '192214.836000', '192214.839000', '192214.841000', '192214.844000', '192214.846000', '192214.849000', '192214.852000', '192214.855000', '192214.857000', '192214.860000', '192214.862000', '192214.865000', '192214.868000', '192214.870000', '192214.873000', '192214.876000', '192214.878000', '192214.881000', '192214.883000', '192214.886000', '192234.772000', '192234.775000', '192234.778000', '192234.780000', '192234.783000', '192234.786000', '192234.788000', '192234.791000', '192234.793000', '192234.796000', '192234.799000', '192234.801000', '192234.804000', '192234.807000', '192234.809000', '192234.812000', '192234.815000', '192234.817000', '192234.820000', '192234.823000', '192234.825000', '192234.828000', '192234.831000', '192234.833000', '192234.836000', '192234.838000', '192234.841000', '192234.844000', '192234.846000', '192234.849000', '192234.852000', '192234.854000', '192234.857000', '192234.859000', '192234.862000', '192234.865000', '192234.867000', '192234.870000', '192234.872000', '192234.875000', '192234.878000', '192234.881000', '192234.884000', '192254.771000', '192254.774000', '192254.777000', '192254.780000', '192254.782000', '192254.785000', '192254.787000', '192254.790000', '192254.792000', '192254.795000', '192254.798000', '192254.800000', '192254.803000', '192254.831000', '192254.833000', '192254.836000', '192254.839000', '192254.841000', '192254.844000', '192254.846000', '192254.849000', '192254.852000', '192254.855000', '192254.857000', '192254.860000', '192254.862000', '192254.865000', '192254.868000', '192254.871000', '192254.873000', '192254.876000', '192254.879000', '192254.881000', '192254.884000', '192254.887000', '192254.889000', '192254.892000', '192254.894000', '192254.897000', '192254.900000', '192254.902000', '192254.905000', '192254.908000', '192254.911000', '192314.771000', '192314.774000', '192314.777000', '192314.780000', '192314.782000', '192314.785000', '192314.788000', '192314.790000', '192314.793000', '192314.796000', '192314.798000', '192314.801000', '192314.804000', '192314.806000', '192314.809000', '192314.812000', '192314.814000', '192314.817000', '192314.819000', '192314.822000', '192314.825000', '192314.827000', '192314.830000', '192314.832000', '192314.835000', '192314.838000', '192314.840000', '192314.843000', '192314.846000', '192314.848000', '192314.851000', '192314.854000', '192314.856000', '192314.859000', '192314.861000', '192314.864000', '192314.867000', '192314.869000', '192314.872000', '192314.875000', '192314.877000', '192314.880000', '192314.883000', '192334.771000', '192334.774000', '192334.777000', '192334.779000', '192334.782000', '192334.785000', '192334.787000', '192334.790000', '192334.792000', '192334.795000', '192334.798000', '192334.800000', '192334.803000', '192334.805000', '192334.808000', '192334.811000', '192334.813000', '192334.816000', '192334.819000', '192334.821000', '192334.824000', '192334.827000', '192334.829000', '192334.832000', '192334.834000', '192334.837000', '192334.840000', '192334.842000', '192334.845000', '192334.848000', '192334.850000', '192334.853000', '192334.855000', '192334.858000', '192334.861000', '192334.863000', '192334.866000', '192334.869000', '192334.871000', '192334.874000', '192334.876000', '192334.879000', '192334.882000', '192334.884000', '192354.773000', '192354.775000', '192354.778000', '192354.781000', '192354.783000', '192354.786000', '192354.789000', '192354.791000', '192354.794000', '192354.796000', '192354.799000', '192354.802000', '192354.804000', '192354.807000', '192354.809000', '192354.812000', '192354.815000', '192354.817000', '192354.820000', '192354.822000', '192354.825000', '192354.828000', '192354.830000', '192354.833000', '192354.835000', '192354.838000', '192354.841000', '192354.843000', '192354.846000', '192354.848000', '192354.851000', '192354.854000', '192354.856000', '192354.859000', '192354.861000', '192354.864000', '192354.867000', '192354.869000', '192354.872000', '192354.875000', '192354.877000', '192354.880000', '192354.882000', '192414.772000', '192414.775000', '192414.778000', '192414.780000', '192414.783000', '192414.786000', '192414.788000', '192414.791000', '192414.794000', '192414.796000', '192414.799000', '192414.802000', '192414.804000', '192414.807000', '192414.809000', '192414.812000', '192414.815000', '192414.817000', '192414.820000', '192414.822000', '192414.825000', '192414.828000', '192414.830000', '192414.833000', '192414.836000', '192414.838000', '192414.841000', '192414.843000', '192414.846000', '192414.849000', '192414.851000', '192414.854000', '192414.856000', '192414.859000', '192414.861000', '192414.864000', '192414.867000', '192414.869000', '192414.879000', '192414.881000', '192414.884000', '192414.887000', '192414.889000', '192414.892000', '192434.773000', '192434.776000', '192434.778000', '192434.781000', '192434.783000', '192434.786000', '192434.789000', '192434.791000', '192434.794000', '192434.796000', '192434.799000', '192434.802000', '192434.804000', '192434.807000', '192434.810000', '192434.812000', '192434.815000', '192434.817000', '192434.820000', '192434.822000', '192434.825000', '192434.828000', '192434.830000', '192434.833000', '192434.836000', '192434.838000', '192434.841000', '192434.843000', '192434.846000', '192434.848000', '192434.851000', '192434.854000', '192434.856000', '192434.859000', '192434.861000', '192434.864000', '192434.867000', '192434.869000', '192434.872000', '192434.874000', '192434.877000', '192434.880000', '192434.882000', '192454.772000', '192454.775000', '192454.778000', '192454.781000', '192454.783000', '192454.786000', '192454.788000', '192454.791000', '192454.794000', '192454.796000', '192454.799000', '192454.802000', '192454.804000', '192454.807000', '192454.809000', '192454.812000', '192454.815000', '192454.817000', '192454.820000', '192454.822000', '192454.825000', '192454.827000', '192454.830000', '192454.833000', '192454.835000', '192454.838000', '192454.840000', '192454.843000', '192454.846000', '192454.848000', '192454.851000', '192454.853000', '192454.856000', '192454.859000', '192454.861000', '192454.864000', '192454.867000', '192454.869000', '192454.872000', '192454.874000', '192454.877000', '192454.879000', '192454.882000', '192454.885000', '192514.772000', '192514.774000', '192514.777000', '192514.780000', '192514.782000', '192514.785000', '192514.787000', '192514.790000', '192514.793000', '192514.795000', '192514.798000', '192514.801000', '192514.803000', '192514.806000', '192514.808000', '192514.811000', '192514.813000', '192514.816000', '192514.819000', '192514.821000', '192514.824000', '192514.827000', '192514.829000', '192514.832000', '192514.834000', '192514.837000', '192514.840000', '192514.842000', '192514.845000', '192514.848000', '192514.850000', '192514.853000', '192514.855000', '192514.858000', '192514.861000', '192514.863000', '192514.866000', '192514.868000', '192514.871000', '192514.874000', '192514.876000', '192514.879000', '192514.881000', '192534.772000', '192534.776000', '192534.779000', '192534.781000', '192534.784000', '192534.787000', '192534.789000', '192534.792000', '192534.795000', '192534.797000', '192534.800000', '192534.803000', '192534.805000', '192534.808000', '192534.810000', '192534.813000', '192534.816000', '192534.818000', '192534.821000', '192534.824000', '192534.826000', '192534.829000', '192534.832000', '192534.834000', '192534.837000', '192534.840000', '192534.842000', '192534.845000', '192534.847000', '192534.850000', '192534.853000', '192534.855000', '192534.858000', '192534.861000', '192534.863000', '192534.866000', '192534.869000', '192534.871000', '192534.874000', '192534.876000', '192534.879000', '192534.882000', '192534.884000', '192534.887000', '192554.772000', '192554.775000', '192554.777000', '192554.780000', '192554.783000', '192554.785000', '192554.788000', '192554.791000', '192554.793000', '192554.796000', '192554.798000', '192554.801000', '192554.803000', '192554.806000', '192554.809000', '192554.811000', '192554.814000', '192554.816000', '192554.819000', '192554.830000', '192554.833000', '192554.836000', '192554.838000', '192554.841000', '192554.843000', '192554.846000', '192554.849000', '192554.851000', '192554.854000', '192554.856000', '192554.859000', '192554.862000', '192554.864000', '192554.867000', '192554.869000', '192554.872000', '192554.875000', '192554.877000', '192554.880000', '192554.882000', '192554.885000', '192554.888000', '192554.890000', '192614.772000', '192614.775000', '192614.778000', '192614.781000', '192614.783000', '192614.786000', '192614.788000', '192614.791000', '192614.794000', '192614.796000', '192614.799000', '192614.801000', '192614.804000', '192614.807000', '192614.809000', '192614.812000', '192614.815000', '192614.817000', '192614.820000', '192614.823000', '192614.825000', '192614.828000', '192614.830000', '192614.833000', '192614.835000', '192614.838000', '192614.841000', '192614.843000', '192614.846000', '192614.848000', '192614.851000', '192614.854000', '192614.856000', '192614.859000', '192614.861000', '192614.864000', '192614.867000', '192614.869000', '192614.872000', '192614.875000', '192614.877000', '192614.880000', '192614.882000', '192614.885000', '192634.772000', '192634.775000', '192634.778000', '192634.780000', '192634.783000', '192634.786000', '192634.788000', '192634.791000', '192634.793000', '192634.796000', '192634.799000', '192634.801000', '192634.804000', '192634.806000', '192634.809000', '192634.812000', '192634.814000', '192634.817000', '192634.820000', '192634.822000', '192634.825000', '192634.828000', '192634.830000', '192634.833000', '192634.836000', '192634.838000', '192634.841000', '192634.843000', '192634.846000', '192634.849000', '192634.851000', '192634.854000', '192634.856000', '192634.859000', '192634.861000', '192634.864000', '192634.867000', '192634.869000', '192634.872000', '192634.874000', '192634.877000', '192634.880000', '192634.882000', '192654.773000', '192654.775000', '192654.778000', '192654.781000', '192654.783000', '192654.786000', '192654.788000', '192654.791000', '192654.794000', '192654.796000', '192654.799000', '192654.801000', '192654.804000', '192654.807000', '192654.809000', '192654.813000', '192654.816000', '192654.818000', '192654.821000', '192654.824000', '192654.826000', '192654.829000', '192654.831000', '192654.834000', '192654.836000', '192654.839000', '192654.842000', '192654.844000', '192654.847000', '192654.850000', '192654.852000', '192654.855000', '192654.858000', '192654.860000', '192654.863000', '192654.865000', '192654.868000', '192654.871000', '192654.873000', '192654.876000', '192654.879000', '192654.881000', '192654.884000', '192654.887000', '192714.773000', '192714.775000', '192714.778000', '192714.781000', '192714.783000', '192714.786000', '192714.788000', '192714.791000', '192714.794000', '192714.796000', '192714.799000', '192714.801000', '192714.804000', '192714.807000', '192714.809000', '192714.828000', '192714.831000', '192714.833000', '192714.836000', '192714.838000', '192714.841000', '192714.844000', '192714.846000', '192714.849000', '192714.852000', '192714.854000', '192714.857000', '192714.859000', '192714.862000', '192714.865000', '192714.867000', '192714.870000', '192714.873000', '192714.875000', '192714.878000', '192714.880000', '192714.883000', '192714.886000', '192714.888000', '192714.891000', '192714.893000', '192714.896000', '192714.898000', '192734.771000', '192734.774000', '192734.777000', '192734.780000', '192734.782000', '192734.785000', '192734.787000', '192734.790000', '192734.793000', '192734.795000', '192734.799000', '192734.802000', '192734.804000', '192734.807000', '192734.810000', '192734.812000', '192734.815000', '192734.818000', '192734.820000', '192734.823000', '192734.826000', '192734.828000', '192734.831000', '192734.833000', '192734.836000', '192734.838000', '192734.841000', '192734.844000', '192734.846000', '192734.849000', '192734.852000', '192734.854000', '192734.857000', '192734.859000', '192734.862000', '192734.865000', '192734.867000', '192734.870000', '192734.872000', '192734.875000', '192734.878000', '192734.880000', '192734.883000', '192754.772000', '192754.774000', '192754.777000', '192754.780000', '192754.782000', '192754.785000', '192754.787000', '192754.790000', '192754.793000', '192754.795000', '192754.798000', '192754.800000', '192754.803000', '192754.806000', '192754.808000', '192754.811000', '192754.814000', '192754.816000', '192754.819000', '192754.821000', '192754.824000', '192754.827000', '192754.829000', '192754.832000', '192754.834000', '192754.837000', '192754.840000', '192754.842000', '192754.845000', '192754.848000', '192754.850000', '192754.853000', '192754.855000', '192754.858000', '192754.860000', '192754.863000', '192754.865000', '192754.868000', '192754.871000', '192754.873000', '192754.876000', '192754.879000', '192754.881000', '192754.884000', '192814.772000', '192814.774000', '192814.777000', '192814.780000', '192814.782000', '192814.785000', '192814.787000', '192814.790000', '192814.793000', '192814.796000', '192814.799000', '192814.801000', '192814.804000', '192814.807000', '192814.809000', '192814.812000', '192814.814000', '192814.817000', '192814.820000', '192814.822000', '192814.825000', '192814.827000', '192814.830000', '192814.833000', '192814.835000', '192814.843000', '192814.845000', '192814.848000', '192814.851000', '192814.854000', '192814.857000', '192814.860000', '192814.862000', '192814.865000', '192814.867000', '192814.870000', '192814.873000', '192814.875000', '192814.878000', '192814.880000', '192814.883000', '192814.886000', '192814.888000', '192834.772000', '192834.775000', '192834.778000', '192834.780000', '192834.783000', '192834.786000', '192834.788000', '192834.791000', '192834.793000', '192834.796000', '192834.798000', '192834.801000', '192834.804000', '192834.806000', '192834.809000', '192834.811000', '192834.814000', '192834.817000', '192834.819000', '192834.822000', '192834.825000', '192834.827000', '192834.830000', '192834.832000', '192834.835000', '192834.838000', '192834.840000', '192834.862000', '192834.864000', '192834.867000', '192834.869000', '192834.872000', '192834.875000', '192834.877000', '192834.880000', '192834.882000', '192834.885000', '192834.888000', '192834.890000', '192834.893000', '192834.895000', '192834.898000', '192834.901000', '192834.903000', '192854.773000', '192854.775000', '192854.778000', '192854.781000', '192854.783000', '192854.786000', '192854.789000', '192854.791000', '192854.794000', '192854.796000', '192854.799000', '192854.802000', '192854.804000', '192854.807000', '192854.810000', '192854.812000', '192854.815000', '192854.818000', '192854.820000', '192854.823000', '192854.826000', '192854.828000', '192854.831000', '192854.834000', '192854.836000', '192854.839000', '192854.841000', '192854.844000', '192854.847000', '192854.849000', '192854.852000', '192854.854000', '192854.857000', '192854.860000', '192854.862000', '192854.865000', '192854.867000', '192854.870000', '192854.873000', '192854.875000', '192854.878000', '192854.881000', '192854.883000', '192914.773000', '192914.775000', '192914.778000', '192914.781000', '192914.783000', '192914.786000', '192914.789000', '192914.791000', '192914.794000', '192914.796000', '192914.799000', '192914.802000', '192914.804000', '192914.807000', '192914.809000', '192914.812000', '192914.815000', '192914.817000', '192914.820000', '192914.822000', '192914.825000', '192914.828000', '192914.830000', '192914.833000', '192914.835000', '192914.838000', '192914.841000', '192914.843000', '192914.846000', '192914.848000', '192914.851000', '192914.854000', '192914.856000', '192914.859000', '192914.861000', '192914.864000', '192914.867000', '192914.869000', '192914.872000', '192914.875000', '192914.878000', '192914.880000', '192914.883000', '192914.885000', '192934.773000', '192934.776000', '192934.778000', '192934.781000', '192934.783000', '192934.786000', '192934.789000', '192934.791000', '192934.794000', '192934.796000', '192934.799000', '192934.802000', '192934.804000', '192934.807000', '192934.810000', '192934.812000', '192934.815000', '192934.818000', '192934.820000', '192934.823000', '192934.826000', '192934.828000', '192934.831000', '192934.833000', '192934.836000', '192934.839000', '192934.841000', '192934.844000', '192934.847000', '192934.849000', '192934.852000', '192934.854000', '192934.857000', '192934.860000', '192934.863000', '192934.865000', '192934.868000', '192934.871000', '192934.873000', '192934.876000', '192934.879000', '192934.881000', '192934.884000', '192954.772000', '192954.774000', '192954.777000', '192954.787000', '192954.790000', '192954.792000', '192954.795000', '192954.798000', '192954.800000', '192954.824000', '192954.827000', '192954.829000', '192954.832000', '192954.835000', '192954.837000', '192954.840000', '192954.843000', '192954.845000', '192954.848000', '192954.850000', '192954.853000', '192954.856000', '192954.858000', '192954.861000', '192954.864000', '192954.866000', '192954.869000', '192954.872000', '192954.874000', '192954.877000', '192954.879000', '192954.882000', '192954.885000', '192954.887000', '192954.890000', '192954.892000', '192954.895000', '192954.898000', '192954.900000', '192954.903000', '192954.905000', '192954.908000', '192954.911000', '192954.913000', '193014.772000', '193014.775000', '193014.778000', '193014.780000', '193014.783000', '193014.786000', '193014.788000', '193014.791000', '193014.794000', '193014.796000', '193014.799000', '193014.801000', '193014.804000', '193014.807000', '193014.809000', '193014.812000', '193014.815000', '193014.817000', '193014.820000', '193014.823000', '193014.825000', '193014.828000', '193014.830000', '193014.833000', '193014.836000', '193014.838000', '193014.841000', '193014.844000', '193014.846000', '193014.849000', '193014.851000', '193014.854000', '193014.857000', '193014.859000', '193014.862000', '193014.864000', '193014.867000', '193014.870000', '193014.873000', '193014.875000', '193014.878000', '193014.880000', '193014.883000', '193034.771000', '193034.774000', '193034.777000', '193034.779000', '193034.782000', '193034.785000', '193034.787000', '193034.790000', '193034.792000', '193034.795000', '193034.798000', '193034.800000', '193034.803000', '193034.806000', '193034.808000', '193034.811000', '193034.814000', '193034.816000', '193034.819000', '193034.821000', '193034.824000', '193034.826000', '193034.829000', '193034.832000', '193034.834000', '193034.837000', '193034.839000', '193034.842000', '193034.844000', '193034.847000', '193034.850000', '193034.852000', '193034.855000', '193034.857000', '193034.860000', '193034.863000', '193034.865000', '193034.868000', '193034.870000', '193034.873000', '193034.876000', '193034.878000', '193034.881000', '193034.883000', '193054.773000', '193054.776000', '193054.778000', '193054.781000', '193054.783000', '193054.786000', '193054.789000', '193054.791000', '193054.794000', '193054.796000', '193054.799000', '193054.802000', '193054.805000', '193054.807000', '193054.810000', '193054.813000', '193054.816000', '193054.818000', '193054.821000', '193054.824000', '193054.826000', '193054.829000', '193054.832000', '193054.834000', '193054.837000', '193054.840000', '193054.842000', '193054.845000', '193054.848000', '193054.850000', '193054.853000', '193054.856000', '193054.858000', '193054.861000', '193054.863000', '193054.866000', '193054.869000', '193054.871000', '193054.874000', '193054.877000', '193054.879000', '193054.882000', '193054.885000', '193114.773000', '193114.775000', '193114.778000', '193114.781000', '193114.783000', '193114.786000', '193114.789000', '193114.791000', '193114.794000', '193114.796000', '193114.799000', '193114.802000', '193114.804000', '193114.807000', '193114.809000', '193114.812000', '193114.815000', '193114.817000', '193114.820000', '193114.823000', '193114.825000', '193114.828000', '193114.830000', '193114.833000', '193114.836000', '193114.838000', '193114.841000', '193114.844000', '193114.846000', '193114.849000', '193114.851000', '193114.854000', '193114.856000', '193114.862000', '193114.865000', '193114.867000', '193114.870000', '193114.873000', '193114.875000', '193114.878000', '193114.880000', '193114.883000', '193114.886000', '193114.888000', '193134.773000', '193134.776000', '193134.779000', '193134.782000', '193134.784000', '193134.787000', '193134.790000', '193134.792000', '193134.795000', '193134.798000', '193134.800000', '193134.803000', '193134.806000', '193134.808000', '193134.811000', '193134.814000', '193134.816000', '193134.819000', '193134.821000', '193134.824000', '193134.827000', '193134.829000', '193134.832000', '193134.835000', '193134.837000', '193134.840000', '193134.843000', '193134.845000', '193134.848000', '193134.850000', '193134.853000', '193134.856000', '193134.858000', '193134.861000', '193134.864000', '193134.866000', '193134.869000', '193134.872000', '193134.874000', '193134.877000', '193134.879000', '193134.882000', '193134.884000', '193154.773000', '193154.775000', '193154.778000', '193154.781000', '193154.783000', '193154.786000', '193154.789000', '193154.791000', '193154.794000', '193154.797000', '193154.799000', '193154.802000', '193154.805000', '193154.807000', '193154.810000', '193154.812000', '193154.815000', '193154.818000', '193154.820000', '193154.823000', '193154.826000', '193154.828000', '193154.831000', '193154.834000', '193154.836000', '193154.839000', '193154.841000', '193154.844000', '193154.847000', '193154.849000', '193154.852000', '193154.855000', '193154.857000', '193154.860000', '193154.862000', '193154.865000', '193154.868000', '193154.870000', '193154.873000', '193154.875000', '193154.878000', '193154.881000', '193154.883000', '193154.886000', '193214.772000', '193214.774000', '193214.777000', '193214.780000', '193214.782000', '193214.785000', '193214.788000', '193214.790000', '193214.793000', '193214.796000', '193214.798000', '193214.801000', '193214.803000', '193214.806000', '193214.809000', '193214.811000', '193214.814000', '193214.817000', '193214.819000', '193214.822000', '193214.824000', '193214.827000', '193214.830000', '193214.832000', '193214.835000', '193214.838000', '193214.840000', '193214.843000', '193214.845000', '193214.848000', '193214.851000', '193214.884000', '193214.886000', '193214.889000', '193214.892000', '193214.894000', '193214.897000', '193214.900000', '193214.902000', '193214.905000', '193214.908000', '193214.910000', '193214.913000', '193234.772000', '193234.774000', '193234.777000', '193234.780000', '193234.782000', '193234.785000', '193234.788000', '193234.790000', '193234.793000', '193234.796000', '193234.798000', '193234.801000', '193234.804000', '193234.806000', '193234.809000', '193234.811000', '193234.814000', '193234.817000', '193234.819000', '193234.822000', '193234.824000', '193234.827000', '193234.830000', '193234.832000', '193234.835000', '193234.837000', '193234.840000', '193234.842000', '193234.845000', '193234.848000', '193234.850000', '193234.853000', '193234.856000', '193234.858000', '193234.861000', '193234.863000', '193234.866000', '193234.868000', '193234.871000', '193234.874000', '193234.876000', '193234.879000', '193234.882000', '193234.884000', '193251.719000', '193251.722000', '193251.725000', '193251.727000', '193251.730000', '193251.733000', '193251.735000', '193251.738000', '193251.741000', '193251.743000', '193251.746000', '193251.748000', '193251.751000', '193251.754000', '193251.756000', '193251.759000', '193251.761000', '193251.764000', '193251.767000', '193251.769000', '193251.772000', '193251.774000', '193251.777000', '193251.780000', '193251.782000', '193251.785000', '193251.788000', '193251.791000', '193251.793000', '193251.796000', '193251.799000', '193251.801000', '193251.804000', '193251.807000', '193251.809000', '193251.812000', '193251.815000'], 'InstanceCreationTime': ['192034.797000', '192034.801000', '192034.804000', '192034.810000', '192034.813000', '192034.816000', '192034.820000', '192034.823000', '192034.826000', '192034.828000', '192034.831000', '192034.833000', '192034.836000', '192034.839000', '192034.841000', '192034.844000', '192034.846000', '192034.849000', '192034.852000', '192034.855000', '192034.858000', '192034.860000', '192034.863000', '192034.865000', '192034.868000', '192034.871000', '192034.885000', '192034.887000', '192034.890000', '192034.892000', '192034.895000', '192034.898000', '192034.900000', '192034.903000', '192034.905000', '192034.908000', '192034.910000', '192054.771000', '192054.775000', '192054.777000', '192054.780000', '192054.783000', '192054.785000', '192054.788000', '192054.790000', '192054.793000', '192054.795000', '192054.798000', '192054.800000', '192054.803000', '192054.806000', '192054.808000', '192054.811000', '192054.813000', '192054.816000', '192054.819000', '192054.821000', '192054.824000', '192054.827000', '192054.829000', '192054.832000', '192054.834000', '192054.837000', '192054.840000', '192054.842000', '192054.845000', '192054.847000', '192054.850000', '192054.853000', '192054.855000', '192054.858000', '192054.861000', '192054.863000', '192054.866000', '192054.868000', '192054.871000', '192054.874000', '192054.876000', '192054.879000', '192054.881000', '192054.884000', '192114.771000', '192114.774000', '192114.777000', '192114.779000', '192114.782000', '192114.785000', '192114.787000', '192114.790000', '192114.798000', '192114.801000', '192114.803000', '192114.806000', '192114.808000', '192114.811000', '192114.814000', '192114.816000', '192114.819000', '192114.826000', '192114.829000', '192114.831000', '192114.834000', '192114.837000', '192114.839000', '192114.842000', '192114.844000', '192114.847000', '192114.850000', '192114.852000', '192114.855000', '192114.857000', '192114.860000', '192114.863000', '192114.865000', '192114.868000', '192114.870000', '192114.873000', '192114.881000', '192114.883000', '192114.886000', '192114.889000', '192114.891000', '192114.894000', '192114.896000', '192134.772000', '192134.775000', '192134.778000', '192134.780000', '192134.783000', '192134.786000', '192134.788000', '192134.791000', '192134.794000', '192134.796000', '192134.799000', '192134.801000', '192134.804000', '192134.806000', '192134.809000', '192134.812000', '192134.814000', '192134.817000', '192134.819000', '192134.822000', '192134.825000', '192134.827000', '192134.830000', '192134.832000', '192134.835000', '192134.838000', '192134.840000', '192134.843000', '192134.845000', '192134.848000', '192134.850000', '192134.853000', '192134.856000', '192134.859000', '192134.861000', '192134.864000', '192134.866000', '192134.869000', '192134.872000', '192134.874000', '192134.877000', '192134.880000', '192134.882000', '192134.885000', '192154.773000', '192154.775000', '192154.778000', '192154.781000', '192154.783000', '192154.786000', '192154.789000', '192154.791000', '192154.794000', '192154.797000', '192154.799000', '192154.802000', '192154.804000', '192154.807000', '192154.810000', '192154.813000', '192154.815000', '192154.818000', '192154.821000', '192154.823000', '192154.826000', '192154.828000', '192154.831000', '192154.834000', '192154.836000', '192154.839000', '192154.842000', '192154.844000', '192154.847000', '192154.849000', '192154.852000', '192154.855000', '192154.858000', '192154.861000', '192154.864000', '192154.867000', '192154.869000', '192154.872000', '192154.874000', '192154.877000', '192154.879000', '192154.882000', '192154.885000', '192214.772000', '192214.775000', '192214.778000', '192214.780000', '192214.783000', '192214.786000', '192214.788000', '192214.791000', '192214.793000', '192214.796000', '192214.798000', '192214.801000', '192214.804000', '192214.806000', '192214.809000', '192214.812000', '192214.815000', '192214.817000', '192214.820000', '192214.823000', '192214.825000', '192214.828000', '192214.831000', '192214.833000', '192214.836000', '192214.839000', '192214.841000', '192214.844000', '192214.846000', '192214.849000', '192214.852000', '192214.855000', '192214.857000', '192214.860000', '192214.862000', '192214.865000', '192214.868000', '192214.870000', '192214.873000', '192214.876000', '192214.878000', '192214.881000', '192214.883000', '192214.886000', '192234.772000', '192234.775000', '192234.778000', '192234.780000', '192234.783000', '192234.786000', '192234.788000', '192234.791000', '192234.793000', '192234.796000', '192234.799000', '192234.801000', '192234.804000', '192234.807000', '192234.809000', '192234.812000', '192234.815000', '192234.817000', '192234.820000', '192234.823000', '192234.825000', '192234.828000', '192234.831000', '192234.833000', '192234.836000', '192234.838000', '192234.841000', '192234.844000', '192234.846000', '192234.849000', '192234.852000', '192234.854000', '192234.857000', '192234.859000', '192234.862000', '192234.865000', '192234.867000', '192234.870000', '192234.872000', '192234.875000', '192234.878000', '192234.881000', '192234.884000', '192254.771000', '192254.774000', '192254.777000', '192254.780000', '192254.782000', '192254.785000', '192254.787000', '192254.790000', '192254.792000', '192254.795000', '192254.798000', '192254.800000', '192254.803000', '192254.831000', '192254.833000', '192254.836000', '192254.839000', '192254.841000', '192254.844000', '192254.846000', '192254.849000', '192254.852000', '192254.855000', '192254.857000', '192254.860000', '192254.862000', '192254.865000', '192254.868000', '192254.871000', '192254.873000', '192254.876000', '192254.879000', '192254.881000', '192254.884000', '192254.887000', '192254.889000', '192254.892000', '192254.894000', '192254.897000', '192254.900000', '192254.902000', '192254.905000', '192254.908000', '192254.911000', '192314.771000', '192314.774000', '192314.777000', '192314.780000', '192314.782000', '192314.785000', '192314.788000', '192314.790000', '192314.793000', '192314.796000', '192314.798000', '192314.801000', '192314.804000', '192314.806000', '192314.809000', '192314.812000', '192314.814000', '192314.817000', '192314.819000', '192314.822000', '192314.825000', '192314.827000', '192314.830000', '192314.832000', '192314.835000', '192314.838000', '192314.840000', '192314.843000', '192314.846000', '192314.848000', '192314.851000', '192314.854000', '192314.856000', '192314.859000', '192314.861000', '192314.864000', '192314.867000', '192314.869000', '192314.872000', '192314.875000', '192314.877000', '192314.880000', '192314.883000', '192334.771000', '192334.774000', '192334.777000', '192334.779000', '192334.782000', '192334.785000', '192334.787000', '192334.790000', '192334.792000', '192334.795000', '192334.798000', '192334.800000', '192334.803000', '192334.805000', '192334.808000', '192334.811000', '192334.813000', '192334.816000', '192334.819000', '192334.821000', '192334.824000', '192334.827000', '192334.829000', '192334.832000', '192334.834000', '192334.837000', '192334.840000', '192334.842000', '192334.845000', '192334.848000', '192334.850000', '192334.853000', '192334.855000', '192334.858000', '192334.861000', '192334.863000', '192334.866000', '192334.869000', '192334.871000', '192334.874000', '192334.876000', '192334.879000', '192334.882000', '192334.884000', '192354.773000', '192354.775000', '192354.778000', '192354.781000', '192354.783000', '192354.786000', '192354.789000', '192354.791000', '192354.794000', '192354.796000', '192354.799000', '192354.802000', '192354.804000', '192354.807000', '192354.809000', '192354.812000', '192354.815000', '192354.817000', '192354.820000', '192354.822000', '192354.825000', '192354.828000', '192354.830000', '192354.833000', '192354.835000', '192354.838000', '192354.841000', '192354.843000', '192354.846000', '192354.848000', '192354.851000', '192354.854000', '192354.856000', '192354.859000', '192354.861000', '192354.864000', '192354.867000', '192354.869000', '192354.872000', '192354.875000', '192354.877000', '192354.880000', '192354.882000', '192414.772000', '192414.775000', '192414.778000', '192414.780000', '192414.783000', '192414.786000', '192414.788000', '192414.791000', '192414.794000', '192414.796000', '192414.799000', '192414.802000', '192414.804000', '192414.807000', '192414.809000', '192414.812000', '192414.815000', '192414.817000', '192414.820000', '192414.822000', '192414.825000', '192414.828000', '192414.830000', '192414.833000', '192414.836000', '192414.838000', '192414.841000', '192414.843000', '192414.846000', '192414.849000', '192414.851000', '192414.854000', '192414.856000', '192414.859000', '192414.861000', '192414.864000', '192414.867000', '192414.869000', '192414.879000', '192414.881000', '192414.884000', '192414.887000', '192414.889000', '192414.892000', '192434.773000', '192434.776000', '192434.778000', '192434.781000', '192434.783000', '192434.786000', '192434.789000', '192434.791000', '192434.794000', '192434.796000', '192434.799000', '192434.802000', '192434.804000', '192434.807000', '192434.810000', '192434.812000', '192434.815000', '192434.817000', '192434.820000', '192434.822000', '192434.825000', '192434.828000', '192434.830000', '192434.833000', '192434.836000', '192434.838000', '192434.841000', '192434.843000', '192434.846000', '192434.848000', '192434.851000', '192434.854000', '192434.856000', '192434.859000', '192434.861000', '192434.864000', '192434.867000', '192434.869000', '192434.872000', '192434.874000', '192434.877000', '192434.880000', '192434.882000', '192454.772000', '192454.775000', '192454.778000', '192454.781000', '192454.783000', '192454.786000', '192454.788000', '192454.791000', '192454.794000', '192454.796000', '192454.799000', '192454.802000', '192454.804000', '192454.807000', '192454.809000', '192454.812000', '192454.815000', '192454.817000', '192454.820000', '192454.822000', '192454.825000', '192454.827000', '192454.830000', '192454.833000', '192454.835000', '192454.838000', '192454.840000', '192454.843000', '192454.846000', '192454.848000', '192454.851000', '192454.853000', '192454.856000', '192454.859000', '192454.861000', '192454.864000', '192454.867000', '192454.869000', '192454.872000', '192454.874000', '192454.877000', '192454.879000', '192454.882000', '192454.885000', '192514.772000', '192514.774000', '192514.777000', '192514.780000', '192514.782000', '192514.785000', '192514.787000', '192514.790000', '192514.793000', '192514.795000', '192514.798000', '192514.801000', '192514.803000', '192514.806000', '192514.808000', '192514.811000', '192514.813000', '192514.816000', '192514.819000', '192514.821000', '192514.824000', '192514.827000', '192514.829000', '192514.832000', '192514.834000', '192514.837000', '192514.840000', '192514.842000', '192514.845000', '192514.848000', '192514.850000', '192514.853000', '192514.855000', '192514.858000', '192514.861000', '192514.863000', '192514.866000', '192514.868000', '192514.871000', '192514.874000', '192514.876000', '192514.879000', '192514.881000', '192534.772000', '192534.776000', '192534.779000', '192534.781000', '192534.784000', '192534.787000', '192534.789000', '192534.792000', '192534.795000', '192534.797000', '192534.800000', '192534.803000', '192534.805000', '192534.808000', '192534.810000', '192534.813000', '192534.816000', '192534.818000', '192534.821000', '192534.824000', '192534.826000', '192534.829000', '192534.832000', '192534.834000', '192534.837000', '192534.840000', '192534.842000', '192534.845000', '192534.847000', '192534.850000', '192534.853000', '192534.855000', '192534.858000', '192534.861000', '192534.863000', '192534.866000', '192534.869000', '192534.871000', '192534.874000', '192534.876000', '192534.879000', '192534.882000', '192534.884000', '192534.887000', '192554.772000', '192554.775000', '192554.777000', '192554.780000', '192554.783000', '192554.785000', '192554.788000', '192554.791000', '192554.793000', '192554.796000', '192554.798000', '192554.801000', '192554.803000', '192554.806000', '192554.809000', '192554.811000', '192554.814000', '192554.816000', '192554.819000', '192554.830000', '192554.833000', '192554.836000', '192554.838000', '192554.841000', '192554.843000', '192554.846000', '192554.849000', '192554.851000', '192554.854000', '192554.856000', '192554.859000', '192554.862000', '192554.864000', '192554.867000', '192554.869000', '192554.872000', '192554.875000', '192554.877000', '192554.880000', '192554.882000', '192554.885000', '192554.888000', '192554.890000', '192614.772000', '192614.775000', '192614.778000', '192614.781000', '192614.783000', '192614.786000', '192614.788000', '192614.791000', '192614.794000', '192614.796000', '192614.799000', '192614.801000', '192614.804000', '192614.807000', '192614.809000', '192614.812000', '192614.815000', '192614.817000', '192614.820000', '192614.823000', '192614.825000', '192614.828000', '192614.830000', '192614.833000', '192614.835000', '192614.838000', '192614.841000', '192614.843000', '192614.846000', '192614.848000', '192614.851000', '192614.854000', '192614.856000', '192614.859000', '192614.861000', '192614.864000', '192614.867000', '192614.869000', '192614.872000', '192614.875000', '192614.877000', '192614.880000', '192614.882000', '192614.885000', '192634.772000', '192634.775000', '192634.778000', '192634.780000', '192634.783000', '192634.786000', '192634.788000', '192634.791000', '192634.793000', '192634.796000', '192634.799000', '192634.801000', '192634.804000', '192634.806000', '192634.809000', '192634.812000', '192634.814000', '192634.817000', '192634.820000', '192634.822000', '192634.825000', '192634.828000', '192634.830000', '192634.833000', '192634.836000', '192634.838000', '192634.841000', '192634.843000', '192634.846000', '192634.849000', '192634.851000', '192634.854000', '192634.856000', '192634.859000', '192634.861000', '192634.864000', '192634.867000', '192634.869000', '192634.872000', '192634.874000', '192634.877000', '192634.880000', '192634.882000', '192654.773000', '192654.775000', '192654.778000', '192654.781000', '192654.783000', '192654.786000', '192654.788000', '192654.791000', '192654.794000', '192654.796000', '192654.799000', '192654.801000', '192654.804000', '192654.807000', '192654.809000', '192654.813000', '192654.816000', '192654.818000', '192654.821000', '192654.824000', '192654.826000', '192654.829000', '192654.831000', '192654.834000', '192654.836000', '192654.839000', '192654.842000', '192654.844000', '192654.847000', '192654.850000', '192654.852000', '192654.855000', '192654.858000', '192654.860000', '192654.863000', '192654.865000', '192654.868000', '192654.871000', '192654.873000', '192654.876000', '192654.879000', '192654.881000', '192654.884000', '192654.887000', '192714.773000', '192714.775000', '192714.778000', '192714.781000', '192714.783000', '192714.786000', '192714.788000', '192714.791000', '192714.794000', '192714.796000', '192714.799000', '192714.801000', '192714.804000', '192714.807000', '192714.809000', '192714.828000', '192714.831000', '192714.833000', '192714.836000', '192714.838000', '192714.841000', '192714.844000', '192714.846000', '192714.849000', '192714.852000', '192714.854000', '192714.857000', '192714.859000', '192714.862000', '192714.865000', '192714.867000', '192714.870000', '192714.873000', '192714.875000', '192714.878000', '192714.880000', '192714.883000', '192714.886000', '192714.888000', '192714.891000', '192714.893000', '192714.896000', '192714.898000', '192734.771000', '192734.774000', '192734.777000', '192734.780000', '192734.782000', '192734.785000', '192734.787000', '192734.790000', '192734.793000', '192734.795000', '192734.799000', '192734.802000', '192734.804000', '192734.807000', '192734.810000', '192734.812000', '192734.815000', '192734.818000', '192734.820000', '192734.823000', '192734.826000', '192734.828000', '192734.831000', '192734.833000', '192734.836000', '192734.838000', '192734.841000', '192734.844000', '192734.846000', '192734.849000', '192734.852000', '192734.854000', '192734.857000', '192734.859000', '192734.862000', '192734.865000', '192734.867000', '192734.870000', '192734.872000', '192734.875000', '192734.878000', '192734.880000', '192734.883000', '192754.772000', '192754.774000', '192754.777000', '192754.780000', '192754.782000', '192754.785000', '192754.787000', '192754.790000', '192754.793000', '192754.795000', '192754.798000', '192754.800000', '192754.803000', '192754.806000', '192754.808000', '192754.811000', '192754.814000', '192754.816000', '192754.819000', '192754.821000', '192754.824000', '192754.827000', '192754.829000', '192754.832000', '192754.834000', '192754.837000', '192754.840000', '192754.842000', '192754.845000', '192754.848000', '192754.850000', '192754.853000', '192754.855000', '192754.858000', '192754.860000', '192754.863000', '192754.865000', '192754.868000', '192754.871000', '192754.873000', '192754.876000', '192754.879000', '192754.881000', '192754.884000', '192814.772000', '192814.774000', '192814.777000', '192814.780000', '192814.782000', '192814.785000', '192814.787000', '192814.790000', '192814.793000', '192814.796000', '192814.799000', '192814.801000', '192814.804000', '192814.807000', '192814.809000', '192814.812000', '192814.814000', '192814.817000', '192814.820000', '192814.822000', '192814.825000', '192814.827000', '192814.830000', '192814.833000', '192814.835000', '192814.843000', '192814.845000', '192814.848000', '192814.851000', '192814.854000', '192814.857000', '192814.860000', '192814.862000', '192814.865000', '192814.867000', '192814.870000', '192814.873000', '192814.875000', '192814.878000', '192814.880000', '192814.883000', '192814.886000', '192814.888000', '192834.772000', '192834.775000', '192834.778000', '192834.780000', '192834.783000', '192834.786000', '192834.788000', '192834.791000', '192834.793000', '192834.796000', '192834.798000', '192834.801000', '192834.804000', '192834.806000', '192834.809000', '192834.811000', '192834.814000', '192834.817000', '192834.819000', '192834.822000', '192834.825000', '192834.827000', '192834.830000', '192834.832000', '192834.835000', '192834.838000', '192834.840000', '192834.862000', '192834.864000', '192834.867000', '192834.869000', '192834.872000', '192834.875000', '192834.877000', '192834.880000', '192834.882000', '192834.885000', '192834.888000', '192834.890000', '192834.893000', '192834.895000', '192834.898000', '192834.901000', '192834.903000', '192854.773000', '192854.775000', '192854.778000', '192854.781000', '192854.783000', '192854.786000', '192854.789000', '192854.791000', '192854.794000', '192854.796000', '192854.799000', '192854.802000', '192854.804000', '192854.807000', '192854.810000', '192854.812000', '192854.815000', '192854.818000', '192854.820000', '192854.823000', '192854.826000', '192854.828000', '192854.831000', '192854.834000', '192854.836000', '192854.839000', '192854.841000', '192854.844000', '192854.847000', '192854.849000', '192854.852000', '192854.854000', '192854.857000', '192854.860000', '192854.862000', '192854.865000', '192854.867000', '192854.870000', '192854.873000', '192854.875000', '192854.878000', '192854.881000', '192854.883000', '192914.773000', '192914.775000', '192914.778000', '192914.781000', '192914.783000', '192914.786000', '192914.789000', '192914.791000', '192914.794000', '192914.796000', '192914.799000', '192914.802000', '192914.804000', '192914.807000', '192914.809000', '192914.812000', '192914.815000', '192914.817000', '192914.820000', '192914.822000', '192914.825000', '192914.828000', '192914.830000', '192914.833000', '192914.835000', '192914.838000', '192914.841000', '192914.843000', '192914.846000', '192914.848000', '192914.851000', '192914.854000', '192914.856000', '192914.859000', '192914.861000', '192914.864000', '192914.867000', '192914.869000', '192914.872000', '192914.875000', '192914.878000', '192914.880000', '192914.883000', '192914.885000', '192934.773000', '192934.776000', '192934.778000', '192934.781000', '192934.783000', '192934.786000', '192934.789000', '192934.791000', '192934.794000', '192934.796000', '192934.799000', '192934.802000', '192934.804000', '192934.807000', '192934.810000', '192934.812000', '192934.815000', '192934.818000', '192934.820000', '192934.823000', '192934.826000', '192934.828000', '192934.831000', '192934.833000', '192934.836000', '192934.839000', '192934.841000', '192934.844000', '192934.847000', '192934.849000', '192934.852000', '192934.854000', '192934.857000', '192934.860000', '192934.863000', '192934.865000', '192934.868000', '192934.871000', '192934.873000', '192934.876000', '192934.879000', '192934.881000', '192934.884000', '192954.772000', '192954.774000', '192954.777000', '192954.787000', '192954.790000', '192954.792000', '192954.795000', '192954.798000', '192954.800000', '192954.824000', '192954.827000', '192954.829000', '192954.832000', '192954.835000', '192954.837000', '192954.840000', '192954.843000', '192954.845000', '192954.848000', '192954.850000', '192954.853000', '192954.856000', '192954.858000', '192954.861000', '192954.864000', '192954.866000', '192954.869000', '192954.872000', '192954.874000', '192954.877000', '192954.879000', '192954.882000', '192954.885000', '192954.887000', '192954.890000', '192954.892000', '192954.895000', '192954.898000', '192954.900000', '192954.903000', '192954.905000', '192954.908000', '192954.911000', '192954.913000', '193014.772000', '193014.775000', '193014.778000', '193014.780000', '193014.783000', '193014.786000', '193014.788000', '193014.791000', '193014.794000', '193014.796000', '193014.799000', '193014.801000', '193014.804000', '193014.807000', '193014.809000', '193014.812000', '193014.815000', '193014.817000', '193014.820000', '193014.823000', '193014.825000', '193014.828000', '193014.830000', '193014.833000', '193014.836000', '193014.838000', '193014.841000', '193014.844000', '193014.846000', '193014.849000', '193014.851000', '193014.854000', '193014.857000', '193014.859000', '193014.862000', '193014.864000', '193014.867000', '193014.870000', '193014.873000', '193014.875000', '193014.878000', '193014.880000', '193014.883000', '193034.771000', '193034.774000', '193034.777000', '193034.779000', '193034.782000', '193034.785000', '193034.787000', '193034.790000', '193034.792000', '193034.795000', '193034.798000', '193034.800000', '193034.803000', '193034.806000', '193034.808000', '193034.811000', '193034.814000', '193034.816000', '193034.819000', '193034.821000', '193034.824000', '193034.826000', '193034.829000', '193034.832000', '193034.834000', '193034.837000', '193034.839000', '193034.842000', '193034.844000', '193034.847000', '193034.850000', '193034.852000', '193034.855000', '193034.857000', '193034.860000', '193034.863000', '193034.865000', '193034.868000', '193034.870000', '193034.873000', '193034.876000', '193034.878000', '193034.881000', '193034.883000', '193054.773000', '193054.776000', '193054.778000', '193054.781000', '193054.783000', '193054.786000', '193054.789000', '193054.791000', '193054.794000', '193054.796000', '193054.799000', '193054.802000', '193054.805000', '193054.807000', '193054.810000', '193054.813000', '193054.816000', '193054.818000', '193054.821000', '193054.824000', '193054.826000', '193054.829000', '193054.832000', '193054.834000', '193054.837000', '193054.840000', '193054.842000', '193054.845000', '193054.848000', '193054.850000', '193054.853000', '193054.856000', '193054.858000', '193054.861000', '193054.863000', '193054.866000', '193054.869000', '193054.871000', '193054.874000', '193054.877000', '193054.879000', '193054.882000', '193054.885000', '193114.773000', '193114.775000', '193114.778000', '193114.781000', '193114.783000', '193114.786000', '193114.789000', '193114.791000', '193114.794000', '193114.796000', '193114.799000', '193114.802000', '193114.804000', '193114.807000', '193114.809000', '193114.812000', '193114.815000', '193114.817000', '193114.820000', '193114.823000', '193114.825000', '193114.828000', '193114.830000', '193114.833000', '193114.836000', '193114.838000', '193114.841000', '193114.844000', '193114.846000', '193114.849000', '193114.851000', '193114.854000', '193114.856000', '193114.862000', '193114.865000', '193114.867000', '193114.870000', '193114.873000', '193114.875000', '193114.878000', '193114.880000', '193114.883000', '193114.886000', '193114.888000', '193134.773000', '193134.776000', '193134.779000', '193134.782000', '193134.784000', '193134.787000', '193134.790000', '193134.792000', '193134.795000', '193134.798000', '193134.800000', '193134.803000', '193134.806000', '193134.808000', '193134.811000', '193134.814000', '193134.816000', '193134.819000', '193134.821000', '193134.824000', '193134.827000', '193134.829000', '193134.832000', '193134.835000', '193134.837000', '193134.840000', '193134.843000', '193134.845000', '193134.848000', '193134.850000', '193134.853000', '193134.856000', '193134.858000', '193134.861000', '193134.864000', '193134.866000', '193134.869000', '193134.872000', '193134.874000', '193134.877000', '193134.879000', '193134.882000', '193134.884000', '193154.773000', '193154.775000', '193154.778000', '193154.781000', '193154.783000', '193154.786000', '193154.789000', '193154.791000', '193154.794000', '193154.797000', '193154.799000', '193154.802000', '193154.805000', '193154.807000', '193154.810000', '193154.812000', '193154.815000', '193154.818000', '193154.820000', '193154.823000', '193154.826000', '193154.828000', '193154.831000', '193154.834000', '193154.836000', '193154.839000', '193154.841000', '193154.844000', '193154.847000', '193154.849000', '193154.852000', '193154.855000', '193154.857000', '193154.860000', '193154.862000', '193154.865000', '193154.868000', '193154.870000', '193154.873000', '193154.875000', '193154.878000', '193154.881000', '193154.883000', '193154.886000', '193214.772000', '193214.774000', '193214.777000', '193214.780000', '193214.782000', '193214.785000', '193214.788000', '193214.790000', '193214.793000', '193214.796000', '193214.798000', '193214.801000', '193214.803000', '193214.806000', '193214.809000', '193214.811000', '193214.814000', '193214.817000', '193214.819000', '193214.822000', '193214.824000', '193214.827000', '193214.830000', '193214.832000', '193214.835000', '193214.838000', '193214.840000', '193214.843000', '193214.845000', '193214.848000', '193214.851000', '193214.884000', '193214.886000', '193214.889000', '193214.892000', '193214.894000', '193214.897000', '193214.900000', '193214.902000', '193214.905000', '193214.908000', '193214.910000', '193214.913000', '193234.772000', '193234.774000', '193234.777000', '193234.780000', '193234.782000', '193234.785000', '193234.788000', '193234.790000', '193234.793000', '193234.796000', '193234.798000', '193234.801000', '193234.804000', '193234.806000', '193234.809000', '193234.811000', '193234.814000', '193234.817000', '193234.819000', '193234.822000', '193234.824000', '193234.827000', '193234.830000', '193234.832000', '193234.835000', '193234.837000', '193234.840000', '193234.842000', '193234.845000', '193234.848000', '193234.850000', '193234.853000', '193234.856000', '193234.858000', '193234.861000', '193234.863000', '193234.866000', '193234.868000', '193234.871000', '193234.874000', '193234.876000', '193234.879000', '193234.882000', '193234.884000', '193251.719000', '193251.722000', '193251.725000', '193251.727000', '193251.730000', '193251.733000', '193251.735000', '193251.738000', '193251.741000', '193251.743000', '193251.746000', '193251.748000', '193251.751000', '193251.754000', '193251.756000', '193251.759000', '193251.761000', '193251.764000', '193251.767000', '193251.769000', '193251.772000', '193251.774000', '193251.777000', '193251.780000', '193251.782000', '193251.785000', '193251.788000', '193251.791000', '193251.793000', '193251.796000', '193251.799000', '193251.801000', '193251.804000', '193251.807000', '193251.809000', '193251.812000', '193251.815000'], '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': [13443, 8495, 13942, 9084, 13607, 9047, 13758, 9991, 13926, 10228, 14325, 10072, 12037, 9208, 7672, 10857, 7558, 12712, 8679, 13357, 9412, 13400, 9752, 13447, 9829, 13798, 9292, 11376, 10159, 9459, 11478, 7490, 11839, 7519, 11783, 7292, 13096, 8314, 12751, 9337, 12593, 9697, 13382, 9990, 14449, 8837, 14125, 9425, 14210, 10393, 9436, 11469, 7650, 12845, 8349, 15872, 10393, 13441, 9694, 14486, 10258, 16739, 11842, 13976, 11997, 10117, 13431, 8485, 15212, 10529, 16296, 10058, 16407, 9845, 15764, 9882, 12243, 11787, 7720, 12470, 7772, 14100, 10391, 16737, 10759, 16156, 9923, 9709, 12392, 9297, 15339, 11324, 17123, 9623, 7527, 13035, 10184, 18052, 13319, 14509, 10945, 8677, 12239, 8104, 13642, 8535, 13325, 7810, 12056, 8212, 12483, 7920, 13237, 7375, 11725, 7857, 12619, 8990, 14019, 10149, 12688, 9391, 12746, 9276, 13531, 10003, 13511, 8969, 13179, 9729, 14968, 10197, 14386, 10239, 11550, 11289, 8718, 12847, 9413, 16906, 12236, 14741, 10580, 9743, 15627, 14711, 19687, 13656, 19938, 20349, 14980, 12574, 10808, 8915, 12295, 8749, 8360, 10352, 9036, 8298, 12221, 10596, 15895, 12668, 10617, 17390, 14375, 16276, 18829, 15654, 14845, 10223, 8256, 13288, 9843, 8390, 12175, 9220, 14385, 11508, 15606, 10961, 13118, 10437, 9934, 12417, 9637, 12721, 8556, 13908, 11254, 15877, 11338, 13723, 10044, 9566, 11345, 8507, 11908, 8743, 14071, 10266, 13955, 9719, 14702, 9448, 11883, 9771, 8933, 10888, 8454, 11901, 8667, 13156, 9953, 13839, 9470, 8801, 10706, 8091, 14324, 10266, 15309, 10279, 8888, 10866, 8672, 14915, 11237, 13971, 10525, 9869, 11787, 14947, 11215, 10154, 13055, 8729, 13832, 9672, 14566, 10220, 15671, 10824, 15131, 11436, 8832, 11889, 8526, 13163, 9123, 13876, 9630, 13758, 8576, 13336, 9866, 12731, 10282, 12422, 14777, 12545, 8055, 12409, 8504, 12393, 8756, 13270, 9467, 14162, 10154, 13928, 10155, 13989, 10411, 14828, 9711, 11327, 10083, 10584, 12030, 10838, 12780, 8101, 12655, 8707, 14136, 10541, 14516, 10922, 11847, 11419, 9193, 12729, 9993, 13413, 11304, 15956, 10152, 14972, 10867, 15060, 12021, 16291, 13749, 17610, 11294, 15184, 10592, 12269, 13029, 8614, 13566, 9934, 14888, 11372, 16500, 12264, 13590, 10096, 11026, 11990, 10538, 13329, 9140, 13445, 9748, 13733, 10382, 14864, 11278, 15811, 10202, 8765, 11525, 8448, 12746, 9180, 14593, 10293, 14412, 9627, 11975, 10429, 11151, 12845, 8378, 12621, 8648, 13089, 9280, 15083, 10191, 13745, 9590, 14060, 10100, 12006, 9809, 8871, 11188, 8626, 13326, 8699, 13760, 9835, 14205, 10235, 16681, 11310, 12003, 10463, 9243, 11866, 8880, 13946, 8540, 14087, 9519, 14080, 10284, 14427, 11088, 15392, 9861, 15082, 9937, 14247, 10842, 9408, 11702, 8507, 13439, 9580, 16526, 13663, 17008, 10083, 10552, 11957, 9194, 13842, 9225, 16287, 9938, 13583, 9954, 14970, 10532, 9676, 10997, 7963, 12273, 8469, 13960, 10005, 13699, 9778, 13941, 10045, 9647, 11643, 7515, 13180, 10044, 15116, 11269, 17102, 12025, 13664, 11760, 13721, 21949, 14651, 18496, 11141, 16732, 10787, 12957, 10078, 14369, 11372, 18821, 12622, 7905, 10359, 8028, 14185, 9568, 14148, 11144, 10193, 16669, 9816, 16197, 12055, 17117, 14438, 18858, 13131, 16349, 10868, 16349, 11016, 14000, 10818, 7559, 13622, 9652, 13533, 9056, 7631, 12684, 10315, 10982, 9879, 7831, 13474, 9777, 12776, 10008, 8070, 14430, 11868, 16871, 11909, 15623, 13686, 15975, 13361, 15908, 10903, 13539, 10043, 14445, 9766, 9948, 10378, 7857, 12153, 8190, 13556, 8506, 13773, 8910, 12415, 9790, 13439, 10187, 13860, 10328, 10178, 10560, 11397, 11775, 13400, 12730, 8918, 12920, 8665, 13782, 10200, 15686, 13579, 17912, 11101, 15595, 10563, 13240, 12625, 8603, 13140, 9273, 13566, 9716, 14873, 8458, 13153, 8407, 13206, 9156, 14772, 10041, 13114, 10560, 15702, 10655, 13376, 11543, 7785, 13060, 8361, 14640, 10082, 14729, 10764, 14559, 10867, 14750, 10850, 13937, 9330, 13779, 9937, 13181, 12571, 12737, 9355, 12438, 9892, 11998, 10305, 12691, 9260, 9551, 10439, 8861, 11657, 8943, 12947, 7769, 12763, 8541, 13329, 8984, 14152, 10481, 13599, 10465, 13553, 11060, 14179, 11748, 13923, 10217, 13785, 11097, 16720, 12240, 12907, 10998, 15261, 11372, 15571, 13499, 9192, 12960, 11494, 13013, 12974, 13851, 7981, 13462, 8391, 13559, 8635, 14752, 10207, 14862, 10919, 14940, 11112, 16769, 12550, 11504, 11337, 9946, 12721, 8823, 14442, 11581, 14595, 10483, 14566, 10385, 14059, 11697, 8346, 12845, 8620, 14257, 10135, 16405, 10740, 13790, 10332, 13041, 11391, 9646, 15092, 10925, 14422, 11248, 10361, 13442, 11025, 17042, 11025, 9081, 15109, 12770, 12953, 12918, 8495, 13890, 10007, 14174, 11116, 15154, 12758, 14964, 10158, 9583, 11007, 11902, 12859, 10314, 12478, 8287, 12617, 8686, 14336, 10053, 14222, 10452, 14060, 10306, 14066, 10594, 13574, 11761, 14236, 9383, 14047, 9709, 14370, 11310, 13224, 10608, 10901, 10674, 11764, 12824, 10216, 14496, 8909, 13736, 9966, 13793, 9877, 12976, 10370, 8121, 12062, 8485, 13272, 9380, 14077, 8573, 12614, 10655, 11815, 11270, 12656, 8455, 12806, 9025, 13551, 10067, 14355, 10914, 14541, 9935, 13737, 9572, 14731, 10291, 14886, 11744, 11227, 11431, 12626, 11879, 18211, 14946, 14729, 10944, 9315, 12625, 9724, 14199, 9239, 14280, 9267, 13196, 8972, 13741, 8810, 13267, 9258, 13392, 9336, 14061, 10400, 14524, 10135, 14000, 10101, 14384, 10568, 14776, 9915, 14139, 10046, 13010, 10399, 13508, 12471, 9260, 12292, 16204, 11460, 18381, 11509, 14943, 10371, 8203, 10790, 8251, 12126, 8523, 13593, 9557, 12600, 9795, 12638, 9940, 13475, 10796, 10275, 10497, 8145, 12269, 8504, 13586, 9149, 15105, 9782, 13836, 9828, 14179, 11950, 16105, 12257, 16274, 9479, 13757, 11522, 16491, 10253, 14272, 9061, 12383, 10106, 8415, 12182, 7810, 12603, 9032, 13765, 10241, 15472, 13684, 18859, 11573, 18982, 13355, 16737, 14984, 17326, 14749, 15749, 11644, 14875, 10685, 11102, 11336, 7797, 12384, 10045, 14394, 10204, 12551, 10529, 8124, 11606, 8130, 13879, 10520, 17034, 13223, 14981, 12354, 14184, 11571, 16458, 12002, 15006, 9599, 13189, 10173, 16182, 10911, 13158, 9551, 12802, 10269, 15285, 11217, 13214, 9591, 8768, 10909, 8637, 12476, 8700, 12088, 7950, 12037, 8637, 12394, 8917, 14149, 8550, 13439, 8345, 13129, 8332, 13317, 8939, 14664, 9479, 13582, 9728, 14259, 11109, 15730, 10326, 13053, 10129, 12908, 11307, 14448, 11802, 11007, 11266, 8771, 12713, 8409, 13264, 9468, 13192, 10369, 14736, 12741, 16408, 11955, 16497, 11491, 14386, 11007, 14054, 13027, 8934, 12040, 8584, 13038, 9422, 15022, 8208, 12563, 8032, 12887, 8918, 13153, 8425, 12389, 8414, 12515, 10894, 13404, 8622, 12902, 7809, 13063, 9209, 13656, 10719, 14122, 10149, 14085, 9710, 13694, 10147, 13347, 10895, 12566, 10726, 16570, 10849, 17772, 12243, 17982, 10495, 16070, 10537, 10608, 12276, 8014, 12428, 8288, 12732, 9143, 14261, 10550, 14585, 9730, 13463, 10091, 13779, 10988, 15324, 9071, 13299, 9496, 14003, 10234, 10093, 11573, 7760, 12041, 8886, 12797, 9627, 13556, 9915, 12712, 9190, 11406, 10915, 14555, 13303, 11848, 15971, 10411, 12412, 8246, 15428, 9354, 16765, 10410, 14999, 10994, 15946, 12976, 17695, 12302, 14935, 11668, 13551, 9162, 16117, 9366, 13042, 9622, 13818, 9718, 8435, 11285, 7757, 11325, 9196, 14275, 10052, 9195, 11560, 9248, 15909, 10477, 12556, 10469, 8380, 13231, 10179, 16529, 11012, 15936, 11265, 17027, 11589, 16906, 12764, 9152, 12082, 8281, 13416, 12200, 15209, 8903, 12756, 8034, 12439, 8313, 13366, 10294, 16274, 9551, 10926, 10013, 8441, 12457, 9275, 15920, 11634, 14944, 10469, 14462, 11511, 15935, 13752, 18635, 11200, 14909, 14876, 15550, 12829, 10374, 14047, 9155, 15562, 10111, 14189, 10342, 16203, 12232, 13692, 9758, 10105, 10638, 8790, 11990, 9465, 15301, 13298, 20221, 13666, 15424, 11117, 8842, 15066, 11277, 19108, 14346, 13110, 11330, 8960, 14247, 11799, 17901, 11921, 8190, 10538, 8881, 13868, 10733, 14301, 11377, 15203, 11549, 15201, 9813, 12877, 9837, 12674, 10013, 13043, 9752, 13286, 9534, 12930, 10093, 13030, 9953, 11236, 9755, 7892, 9252, 8310, 11783, 8237, 13933, 10538, 14226, 10077, 14112, 10326, 14909, 11984, 12519, 11323, 8292, 12448, 8607, 13685, 10271, 16604, 13223, 16914, 10479, 15709, 10543, 15417, 11380, 13347, 10413, 8085, 12027, 8224, 13722, 10843, 9337, 13379, 9925, 15804, 11083, 15609, 10662, 15441, 11204, 17418, 13014, 17956, 11512, 14059, 10870, 11505, 11737, 12267, 12993, 9523, 12345, 8527, 12720, 8431, 13516, 8568, 14181, 9953, 13227, 10263, 14121, 10382, 14373, 10452, 13670, 9852, 14041, 9680, 14741, 10484, 13385, 9792, 7681, 11890, 8430, 12484, 8921, 14706, 10334, 14383, 9936, 14367, 10122, 14777, 12629, 17233, 10725, 14527, 10088, 14661, 11417, 10147, 11635, 9211, 12069, 13386, 12830, 8756, 12480, 8048, 12845, 9932, 15052, 10819, 11823, 10432, 8194, 12375, 8601, 14541, 10163, 14874, 10144, 14348, 10302, 14532, 11257, 15679, 10448, 13752, 9793, 13716, 9658, 13848, 9660, 12554, 9617, 13241, 9688, 14500, 10149, 14240, 9735, 11435, 10320, 10875, 11400, 9982, 13237, 7799, 13119, 8717, 14073, 10277, 14269, 10487, 11476, 10472, 8318, 12407, 10646, 13803, 9182, 14155, 8340, 13242, 8981, 14924, 10552, 16133, 8430, 13013, 8370, 13290, 9082, 15199, 10161, 13477, 9785, 13509, 10005, 14128, 10524, 13416, 9488, 14063, 9751, 13881, 10422, 7851, 11193, 7675, 12527, 10094, 14620, 11373, 15067, 9988, 14026, 9913, 14468, 10254, 13337, 10474, 9618, 11466, 9803, 12564, 8576, 13318, 9551, 13452, 10505, 15089, 10886, 15298, 11126, 11847, 10874, 7703, 12333, 8815, 16333, 12317, 16090, 12826, 8676, 13609, 10456, 13546, 11814, 8869, 16265, 14186, 19694, 15572, 10506, 13172, 10733, 17392, 12654, 18189, 13311, 18877, 13939, 18760, 9819, 11171, 10539, 9669, 11406, 11284, 12843, 8146, 11995, 8717, 12414, 13245, 12656, 10633, 11752, 8275, 12432, 8276, 13833, 9172, 14057, 8650, 13651, 8308, 13210, 8530, 13068, 8690, 13455, 8158, 13180, 8508, 12906, 8745, 12834, 10369, 12180, 7634, 12476, 8294, 13513, 9535, 14419, 10085, 13088, 9946, 13367, 10460, 15406, 10510, 14811, 10503, 14725, 12199, 16414, 10800, 16037, 10763, 14196, 10262, 13729, 10533, 7968, 11875, 8142, 13062, 8863, 14784, 9549, 14942, 9737, 14063, 10132, 14444, 10974, 16641, 10994, 12705, 9930, 7690, 12107, 8401, 13946, 8850, 13702, 9832, 14192, 9822, 14075, 10086, 13473, 9481, 13703, 9288, 12675, 9667, 11952, 10988, 7463, 12266, 7782, 12446, 8570, 13006, 7993, 12631, 7994, 12979, 8556, 12751, 10337, 12683, 7682, 12414, 7923, 13145, 8464, 13357, 8514, 12961, 9829, 14096, 9787, 14267, 10787, 14165, 9854, 14098, 10092, 14556, 12706, 18390, 11972, 16368, 10651, 15746, 11598, 15714, 12062, 10527, 11749, 8058, 13247, 8425, 15923, 10313, 16960, 12001, 14471, 10530, 15662, 10823, 13191, 11025, 7551, 12205, 7957, 13147, 8615, 15167, 9661, 13809, 9557, 13591, 8422, 14456, 8863, 12559, 9078, 12993, 9917, 14312, 10233, 9036, 11377, 7591, 12952, 8153, 13671, 9864, 14634, 10557, 15808, 9454, 14455, 12371, 14770, 12941, 16669, 10712, 16405, 9729, 15086, 11228, 13473, 10017, 8557, 11137, 8469, 12722, 9867, 13185, 7938, 12342, 7955, 12529, 8385, 13424, 8628, 14142, 9263, 13547, 9593, 14193, 10494, 16544, 9801, 13937, 9729, 15609, 10508, 15089, 11020, 11653, 10746, 10155, 12038, 10027, 13076, 8365, 12788, 8412, 13039, 8698, 13659, 10117, 13848, 9857, 13951, 9902, 14261, 10067, 11819, 11203], 'WindowCenter': [4751.0, 4677.0, 4720.0, 4658.0, 4696.0, 4645.0, 4693.0, 4654.0, 4693.0, 4666.0, 4704.0, 4666.0, 4687.0, 4658.0, 4638.0, 4675.0, 4638.0, 4697.0, 4646.0, 4694.0, 4644.0, 4694.0, 4658.0, 4697.0, 4668.0, 4696.0, 4657.0, 4677.0, 4667.0, 4668.0, 4687.0, 4616.0, 4687.0, 4626.0, 4688.0, 4640.0, 4707.0, 4647.0, 4697.0, 4657.0, 4696.0, 4667.0, 4697.0, 4669.0, 4705.0, 4657.0, 4708.0, 4659.0, 4707.0, 4669.0, 4658.0, 4687.0, 4626.0, 4697.0, 4649.0, 4717.0, 4680.0, 4708.0, 4683.0, 4708.0, 4680.0, 4729.0, 4688.0, 4706.0, 4687.0, 4667.0, 4695.0, 4645.0, 4705.0, 4666.0, 4713.0, 4656.0, 4715.0, 4656.0, 4716.0, 4657.0, 4686.0, 4686.0, 4626.0, 4684.0, 4624.0, 4695.0, 4666.0, 4715.0, 4677.0, 4706.0, 4667.0, 4656.0, 4686.0, 4658.0, 4718.0, 4664.0, 4714.0, 4657.0, 4628.0, 4696.0, 4668.0, 4728.0, 4696.0, 4693.0, 4664.0, 4634.0, 4672.0, 4623.0, 4682.0, 4621.0, 4682.0, 4611.0, 4660.0, 4623.0, 4671.0, 4612.0, 4672.0, 4602.0, 4661.0, 4612.0, 4671.0, 4633.0, 4682.0, 4652.0, 4673.0, 4644.0, 4671.0, 4645.0, 4683.0, 4656.0, 4684.0, 4643.0, 4683.0, 4655.0, 4706.0, 4666.0, 4695.0, 4656.0, 4676.0, 4663.0, 4646.0, 4712.0, 4660.0, 4732.0, 4689.0, 4708.0, 4667.0, 4670.0, 4733.0, 4733.0, 4742.0, 4697.0, 4700.0, 4736.0, 4688.0, 4663.0, 4642.0, 4622.0, 4661.0, 4623.0, 4613.0, 4640.0, 4620.0, 4625.0, 4663.0, 4639.0, 4678.0, 4660.0, 4641.0, 4694.0, 4672.0, 4680.0, 4680.0, 4679.0, 4655.0, 4615.0, 4596.0, 4655.0, 4626.0, 4596.0, 4648.0, 4618.0, 4668.0, 4639.0, 4680.0, 4651.0, 4670.0, 4640.0, 4630.0, 4658.0, 4631.0, 4660.0, 4622.0, 4670.0, 4638.0, 4667.0, 4637.0, 4657.0, 4629.0, 4626.0, 4639.0, 4610.0, 4648.0, 4608.0, 4668.0, 4639.0, 4670.0, 4630.0, 4679.0, 4632.0, 4661.0, 4642.0, 4634.0, 4663.0, 4623.0, 4662.0, 4624.0, 4673.0, 4655.0, 4685.0, 4646.0, 4636.0, 4666.0, 4626.0, 4711.0, 4669.0, 4695.0, 4667.0, 4648.0, 4677.0, 4650.0, 4720.0, 4679.0, 4698.0, 4669.0, 4658.0, 4689.0, 4706.0, 4666.0, 4657.0, 4685.0, 4638.0, 4696.0, 4658.0, 4697.0, 4671.0, 4718.0, 4690.0, 4719.0, 4690.0, 4658.0, 4676.0, 4637.0, 4695.0, 4646.0, 4697.0, 4655.0, 4696.0, 4636.0, 4685.0, 4654.0, 4685.0, 4654.0, 4685.0, 4694.0, 4673.0, 4625.0, 4683.0, 4635.0, 4674.0, 4633.0, 4684.0, 4644.0, 4695.0, 4655.0, 4695.0, 4666.0, 4694.0, 4666.0, 4695.0, 4657.0, 4677.0, 4678.0, 4690.0, 4711.0, 4688.0, 4695.0, 4639.0, 4708.0, 4659.0, 4723.0, 4692.0, 4719.0, 4694.0, 4702.0, 4701.0, 4670.0, 4699.0, 4668.0, 4698.0, 4678.0, 4720.0, 4670.0, 4709.0, 4678.0, 4708.0, 4688.0, 4718.0, 4699.0, 4727.0, 4689.0, 4718.0, 4678.0, 4688.0, 4687.0, 4636.0, 4685.0, 4655.0, 4704.0, 4674.0, 4715.0, 4675.0, 4695.0, 4665.0, 4664.0, 4673.0, 4664.0, 4684.0, 4642.0, 4683.0, 4644.0, 4683.0, 4654.0, 4693.0, 4664.0, 4702.0, 4654.0, 4633.0, 4675.0, 4635.0, 4683.0, 4644.0, 4694.0, 4654.0, 4695.0, 4656.0, 4674.0, 4665.0, 4675.0, 4685.0, 4635.0, 4674.0, 4634.0, 4683.0, 4644.0, 4693.0, 4654.0, 4693.0, 4645.0, 4692.0, 4656.0, 4674.0, 4656.0, 4647.0, 4676.0, 4636.0, 4696.0, 4634.0, 4695.0, 4656.0, 4695.0, 4666.0, 4715.0, 4676.0, 4675.0, 4665.0, 4644.0, 4674.0, 4633.0, 4695.0, 4633.0, 4694.0, 4644.0, 4693.0, 4655.0, 4693.0, 4676.0, 4706.0, 4658.0, 4693.0, 4655.0, 4694.0, 4665.0, 4643.0, 4674.0, 4634.0, 4683.0, 4644.0, 4703.0, 4684.0, 4712.0, 4653.0, 4665.0, 4674.0, 4645.0, 4695.0, 4644.0, 4704.0, 4655.0, 4694.0, 4655.0, 4705.0, 4664.0, 4653.0, 4664.0, 4625.0, 4674.0, 4635.0, 4695.0, 4656.0, 4695.0, 4656.0, 4695.0, 4665.0, 4657.0, 4687.0, 4628.0, 4697.0, 4669.0, 4708.0, 4677.0, 4715.0, 4701.0, 4707.0, 4688.0, 4687.0, 4743.0, 4669.0, 4737.0, 4657.0, 4725.0, 4674.0, 4705.0, 4677.0, 4712.0, 4691.0, 4737.0, 4685.0, 4612.0, 4642.0, 4624.0, 4695.0, 4658.0, 4710.0, 4679.0, 4667.0, 4727.0, 4657.0, 4703.0, 4674.0, 4714.0, 4694.0, 4711.0, 4672.0, 4700.0, 4650.0, 4702.0, 4664.0, 4693.0, 4668.0, 4617.0, 4684.0, 4633.0, 4685.0, 4636.0, 4628.0, 4698.0, 4671.0, 4679.0, 4658.0, 4631.0, 4697.0, 4656.0, 4687.0, 4658.0, 4653.0, 4710.0, 4690.0, 4728.0, 4687.0, 4706.0, 4694.0, 4707.0, 4685.0, 4703.0, 4665.0, 4682.0, 4655.0, 4695.0, 4656.0, 4656.0, 4655.0, 4625.0, 4675.0, 4625.0, 4685.0, 4636.0, 4694.0, 4647.0, 4687.0, 4658.0, 4697.0, 4668.0, 4698.0, 4671.0, 4669.0, 4678.0, 4680.0, 4689.0, 4700.0, 4690.0, 4647.0, 4688.0, 4650.0, 4708.0, 4668.0, 4718.0, 4698.0, 4728.0, 4679.0, 4716.0, 4668.0, 4700.0, 4688.0, 4649.0, 4697.0, 4657.0, 4685.0, 4657.0, 4695.0, 4635.0, 4684.0, 4638.0, 4697.0, 4657.0, 4706.0, 4670.0, 4701.0, 4678.0, 4715.0, 4667.0, 4708.0, 4688.0, 4627.0, 4709.0, 4650.0, 4719.0, 4680.0, 4719.0, 4690.0, 4720.0, 4678.0, 4719.0, 4681.0, 4708.0, 4659.0, 4708.0, 4669.0, 4708.0, 4700.0, 4699.0, 4659.0, 4688.0, 4668.0, 4689.0, 4669.0, 4698.0, 4660.0, 4669.0, 4679.0, 4649.0, 4687.0, 4662.0, 4698.0, 4629.0, 4699.0, 4650.0, 4697.0, 4659.0, 4708.0, 4678.0, 4697.0, 4668.0, 4698.0, 4677.0, 4706.0, 4687.0, 4707.0, 4669.0, 4696.0, 4690.0, 4727.0, 4688.0, 4697.0, 4677.0, 4705.0, 4675.0, 4716.0, 4697.0, 4644.0, 4697.0, 4675.0, 4696.0, 4696.0, 4697.0, 4626.0, 4695.0, 4635.0, 4695.0, 4647.0, 4708.0, 4668.0, 4708.0, 4693.0, 4705.0, 4677.0, 4717.0, 4702.0, 4677.0, 4675.0, 4658.0, 4698.0, 4661.0, 4708.0, 4702.0, 4708.0, 4680.0, 4709.0, 4670.0, 4707.0, 4687.0, 4638.0, 4688.0, 4649.0, 4710.0, 4667.0, 4719.0, 4677.0, 4709.0, 4670.0, 4699.0, 4691.0, 4671.0, 4722.0, 4690.0, 4709.0, 4691.0, 4669.0, 4710.0, 4691.0, 4730.0, 4678.0, 4648.0, 4722.0, 4699.0, 4688.0, 4689.0, 4662.0, 4711.0, 4669.0, 4697.0, 4665.0, 4698.0, 4686.0, 4708.0, 4669.0, 4659.0, 4666.0, 4675.0, 4683.0, 4653.0, 4686.0, 4625.0, 4675.0, 4636.0, 4695.0, 4645.0, 4696.0, 4665.0, 4695.0, 4655.0, 4685.0, 4656.0, 4684.0, 4666.0, 4695.0, 4647.0, 4684.0, 4645.0, 4693.0, 4665.0, 4684.0, 4666.0, 4676.0, 4667.0, 4687.0, 4685.0, 4643.0, 4694.0, 4635.0, 4695.0, 4645.0, 4692.0, 4656.0, 4683.0, 4654.0, 4626.0, 4675.0, 4635.0, 4686.0, 4646.0, 4696.0, 4634.0, 4672.0, 4665.0, 4675.0, 4662.0, 4673.0, 4624.0, 4683.0, 4647.0, 4682.0, 4656.0, 4694.0, 4665.0, 4695.0, 4656.0, 4694.0, 4646.0, 4694.0, 4657.0, 4694.0, 4675.0, 4664.0, 4675.0, 4674.0, 4674.0, 4715.0, 4705.0, 4693.0, 4666.0, 4657.0, 4687.0, 4657.0, 4696.0, 4646.0, 4695.0, 4658.0, 4698.0, 4656.0, 4696.0, 4656.0, 4695.0, 4655.0, 4694.0, 4645.0, 4694.0, 4664.0, 4694.0, 4667.0, 4708.0, 4678.0, 4707.0, 4677.0, 4706.0, 4657.0, 4694.0, 4654.0, 4684.0, 4680.0, 4700.0, 4687.0, 4636.0, 4675.0, 4704.0, 4663.0, 4713.0, 4664.0, 4692.0, 4654.0, 4624.0, 4652.0, 4624.0, 4673.0, 4637.0, 4685.0, 4647.0, 4686.0, 4659.0, 4689.0, 4670.0, 4697.0, 4666.0, 4667.0, 4666.0, 4628.0, 4685.0, 4636.0, 4698.0, 4647.0, 4707.0, 4658.0, 4697.0, 4658.0, 4696.0, 4677.0, 4702.0, 4676.0, 4706.0, 4645.0, 4686.0, 4675.0, 4716.0, 4657.0, 4696.0, 4635.0, 4682.0, 4657.0, 4637.0, 4676.0, 4628.0, 4688.0, 4646.0, 4697.0, 4669.0, 4706.0, 4698.0, 4728.0, 4678.0, 4726.0, 4686.0, 4706.0, 4696.0, 4707.0, 4695.0, 4694.0, 4662.0, 4693.0, 4655.0, 4664.0, 4663.0, 4616.0, 4686.0, 4655.0, 4696.0, 4657.0, 4686.0, 4667.0, 4626.0, 4677.0, 4627.0, 4695.0, 4667.0, 4716.0, 4686.0, 4696.0, 4675.0, 4684.0, 4675.0, 4704.0, 4673.0, 4692.0, 4646.0, 4684.0, 4655.0, 4704.0, 4663.0, 4682.0, 4644.0, 4673.0, 4652.0, 4692.0, 4665.0, 4672.0, 4642.0, 4622.0, 4653.0, 4622.0, 4673.0, 4624.0, 4674.0, 4614.0, 4674.0, 4624.0, 4674.0, 4635.0, 4695.0, 4635.0, 4683.0, 4625.0, 4671.0, 4623.0, 4684.0, 4634.0, 4692.0, 4644.0, 4683.0, 4644.0, 4682.0, 4665.0, 4704.0, 4655.0, 4674.0, 4651.0, 4671.0, 4664.0, 4682.0, 4663.0, 4651.0, 4664.0, 4624.0, 4675.0, 4625.0, 4686.0, 4646.0, 4684.0, 4656.0, 4706.0, 4711.0, 4719.0, 4677.0, 4717.0, 4677.0, 4695.0, 4664.0, 4682.0, 4685.0, 4636.0, 4675.0, 4635.0, 4684.0, 4633.0, 4693.0, 4624.0, 4672.0, 4623.0, 4683.0, 4632.0, 4684.0, 4622.0, 4671.0, 4623.0, 4673.0, 4651.0, 4683.0, 4620.0, 4674.0, 4615.0, 4683.0, 4644.0, 4683.0, 4666.0, 4694.0, 4654.0, 4695.0, 4647.0, 4696.0, 4668.0, 4695.0, 4667.0, 4685.0, 4666.0, 4706.0, 4664.0, 4715.0, 4677.0, 4716.0, 4655.0, 4704.0, 4654.0, 4653.0, 4675.0, 4624.0, 4675.0, 4624.0, 4673.0, 4644.0, 4683.0, 4654.0, 4695.0, 4646.0, 4685.0, 4656.0, 4682.0, 4667.0, 4694.0, 4635.0, 4685.0, 4657.0, 4696.0, 4657.0, 4656.0, 4676.0, 4616.0, 4687.0, 4648.0, 4698.0, 4660.0, 4698.0, 4670.0, 4700.0, 4661.0, 4689.0, 4680.0, 4709.0, 4698.0, 4676.0, 4708.0, 4666.0, 4685.0, 4638.0, 4707.0, 4646.0, 4717.0, 4665.0, 4696.0, 4665.0, 4705.0, 4686.0, 4705.0, 4674.0, 4694.0, 4675.0, 4684.0, 4647.0, 4705.0, 4644.0, 4684.0, 4644.0, 4694.0, 4658.0, 4636.0, 4678.0, 4628.0, 4678.0, 4662.0, 4709.0, 4671.0, 4661.0, 4692.0, 4662.0, 4721.0, 4679.0, 4689.0, 4670.0, 4639.0, 4701.0, 4668.0, 4718.0, 4670.0, 4709.0, 4668.0, 4707.0, 4676.0, 4706.0, 4673.0, 4636.0, 4675.0, 4624.0, 4673.0, 4663.0, 4695.0, 4624.0, 4673.0, 4615.0, 4674.0, 4625.0, 4675.0, 4654.0, 4694.0, 4646.0, 4667.0, 4656.0, 4625.0, 4676.0, 4646.0, 4707.0, 4664.0, 4694.0, 4655.0, 4685.0, 4665.0, 4693.0, 4685.0, 4714.0, 4667.0, 4694.0, 4724.0, 4696.0, 4674.0, 4643.0, 4684.0, 4635.0, 4706.0, 4659.0, 4697.0, 4673.0, 4721.0, 4677.0, 4685.0, 4645.0, 4655.0, 4667.0, 4638.0, 4677.0, 4648.0, 4708.0, 4700.0, 4728.0, 4687.0, 4697.0, 4654.0, 4636.0, 4707.0, 4668.0, 4730.0, 4698.0, 4687.0, 4667.0, 4649.0, 4699.0, 4678.0, 4716.0, 4664.0, 4615.0, 4643.0, 4651.0, 4699.0, 4667.0, 4695.0, 4664.0, 4693.0, 4664.0, 4692.0, 4644.0, 4684.0, 4655.0, 4672.0, 4643.0, 4674.0, 4646.0, 4684.0, 4645.0, 4686.0, 4656.0, 4686.0, 4657.0, 4667.0, 4647.0, 4641.0, 4657.0, 4637.0, 4676.0, 4636.0, 4696.0, 4668.0, 4708.0, 4669.0, 4707.0, 4668.0, 4708.0, 4678.0, 4701.0, 4679.0, 4636.0, 4685.0, 4634.0, 4696.0, 4655.0, 4707.0, 4685.0, 4717.0, 4668.0, 4705.0, 4664.0, 4707.0, 4677.0, 4686.0, 4655.0, 4627.0, 4684.0, 4636.0, 4696.0, 4680.0, 4657.0, 4697.0, 4668.0, 4708.0, 4676.0, 4709.0, 4666.0, 4706.0, 4666.0, 4715.0, 4686.0, 4715.0, 4664.0, 4709.0, 4680.0, 4674.0, 4674.0, 4686.0, 4695.0, 4646.0, 4687.0, 4636.0, 4685.0, 4625.0, 4684.0, 4635.0, 4695.0, 4657.0, 4685.0, 4654.0, 4696.0, 4656.0, 4695.0, 4667.0, 4695.0, 4657.0, 4696.0, 4655.0, 4709.0, 4668.0, 4696.0, 4658.0, 4629.0, 4676.0, 4637.0, 4685.0, 4648.0, 4708.0, 4669.0, 4708.0, 4659.0, 4706.0, 4667.0, 4695.0, 4686.0, 4716.0, 4665.0, 4695.0, 4656.0, 4694.0, 4674.0, 4653.0, 4675.0, 4645.0, 4674.0, 4685.0, 4686.0, 4635.0, 4672.0, 4623.0, 4683.0, 4657.0, 4706.0, 4668.0, 4674.0, 4667.0, 4637.0, 4684.0, 4634.0, 4695.0, 4656.0, 4696.0, 4667.0, 4696.0, 4654.0, 4695.0, 4665.0, 4705.0, 4656.0, 4684.0, 4657.0, 4682.0, 4646.0, 4683.0, 4644.0, 4674.0, 4646.0, 4684.0, 4645.0, 4691.0, 4656.0, 4695.0, 4646.0, 4674.0, 4655.0, 4663.0, 4662.0, 4654.0, 4683.0, 4614.0, 4686.0, 4636.0, 4697.0, 4668.0, 4696.0, 4668.0, 4675.0, 4667.0, 4637.0, 4687.0, 4664.0, 4694.0, 4645.0, 4695.0, 4637.0, 4684.0, 4634.0, 4693.0, 4654.0, 4693.0, 4624.0, 4673.0, 4623.0, 4672.0, 4633.0, 4694.0, 4652.0, 4683.0, 4644.0, 4681.0, 4654.0, 4682.0, 4654.0, 4682.0, 4646.0, 4694.0, 4646.0, 4695.0, 4665.0, 4625.0, 4665.0, 4626.0, 4696.0, 4682.0, 4708.0, 4689.0, 4707.0, 4667.0, 4697.0, 4657.0, 4696.0, 4667.0, 4695.0, 4662.0, 4656.0, 4674.0, 4667.0, 4697.0, 4649.0, 4709.0, 4668.0, 4697.0, 4678.0, 4706.0, 4677.0, 4707.0, 4677.0, 4687.0, 4667.0, 4629.0, 4699.0, 4647.0, 4717.0, 4688.0, 4732.0, 4699.0, 4651.0, 4708.0, 4679.0, 4700.0, 4690.0, 4649.0, 4717.0, 4709.0, 4729.0, 4720.0, 4666.0, 4688.0, 4665.0, 4717.0, 4685.0, 4715.0, 4684.0, 4714.0, 4683.0, 4700.0, 4630.0, 4652.0, 4651.0, 4632.0, 4662.0, 4652.0, 4673.0, 4611.0, 4661.0, 4623.0, 4670.0, 4670.0, 4675.0, 4653.0, 4675.0, 4624.0, 4672.0, 4622.0, 4694.0, 4642.0, 4693.0, 4633.0, 4695.0, 4624.0, 4684.0, 4636.0, 4684.0, 4634.0, 4695.0, 4625.0, 4683.0, 4634.0, 4684.0, 4636.0, 4683.0, 4667.0, 4675.0, 4626.0, 4687.0, 4636.0, 4695.0, 4671.0, 4720.0, 4691.0, 4707.0, 4680.0, 4709.0, 4677.0, 4717.0, 4679.0, 4708.0, 4681.0, 4707.0, 4687.0, 4706.0, 4666.0, 4704.0, 4667.0, 4695.0, 4667.0, 4695.0, 4666.0, 4626.0, 4676.0, 4627.0, 4687.0, 4647.0, 4697.0, 4646.0, 4695.0, 4643.0, 4684.0, 4653.0, 4693.0, 4667.0, 4705.0, 4666.0, 4685.0, 4655.0, 4616.0, 4687.0, 4637.0, 4697.0, 4647.0, 4685.0, 4655.0, 4696.0, 4657.0, 4697.0, 4667.0, 4686.0, 4646.0, 4694.0, 4647.0, 4686.0, 4658.0, 4685.0, 4667.0, 4617.0, 4686.0, 4625.0, 4687.0, 4648.0, 4696.0, 4627.0, 4686.0, 4626.0, 4685.0, 4635.0, 4684.0, 4667.0, 4685.0, 4616.0, 4674.0, 4626.0, 4685.0, 4633.0, 4696.0, 4637.0, 4696.0, 4658.0, 4697.0, 4658.0, 4707.0, 4677.0, 4697.0, 4657.0, 4697.0, 4668.0, 4696.0, 4688.0, 4726.0, 4675.0, 4706.0, 4667.0, 4705.0, 4676.0, 4705.0, 4677.0, 4664.0, 4676.0, 4626.0, 4685.0, 4635.0, 4703.0, 4656.0, 4716.0, 4687.0, 4695.0, 4664.0, 4700.0, 4665.0, 4685.0, 4663.0, 4614.0, 4674.0, 4624.0, 4685.0, 4634.0, 4691.0, 4645.0, 4684.0, 4644.0, 4681.0, 4623.0, 4695.0, 4634.0, 4674.0, 4634.0, 4671.0, 4644.0, 4693.0, 4656.0, 4635.0, 4675.0, 4616.0, 4685.0, 4625.0, 4694.0, 4656.0, 4705.0, 4667.0, 4706.0, 4655.0, 4694.0, 4685.0, 4694.0, 4684.0, 4704.0, 4665.0, 4703.0, 4643.0, 4692.0, 4664.0, 4682.0, 4644.0, 4633.0, 4663.0, 4624.0, 4681.0, 4653.0, 4682.0, 4622.0, 4675.0, 4621.0, 4684.0, 4633.0, 4683.0, 4635.0, 4685.0, 4644.0, 4682.0, 4642.0, 4683.0, 4666.0, 4704.0, 4641.0, 4680.0, 4645.0, 4704.0, 4666.0, 4693.0, 4663.0, 4664.0, 4663.0, 4653.0, 4670.0, 4642.0, 4684.0, 4622.0, 4683.0, 4634.0, 4680.0, 4634.0, 4683.0, 4653.0, 4682.0, 4653.0, 4693.0, 4654.0, 4691.0, 4655.0, 4674.0, 4665.0], 'WindowWidth': [10360.0, 10251.0, 10296.0, 10206.0, 10252.0, 10180.0, 10242.0, 10191.0, 10244.0, 10209.0, 10260.0, 10211.0, 10240.0, 10201.0, 10175.0, 10222.0, 10176.0, 10252.0, 10184.0, 10246.0, 10178.0, 10247.0, 10201.0, 10254.0, 10216.0, 10251.0, 10198.0, 10225.0, 10213.0, 10216.0, 10238.0, 10142.0, 10239.0, 10157.0, 10244.0, 10183.0, 10270.0, 10187.0, 10255.0, 10201.0, 10252.0, 10214.0, 10255.0, 10218.0, 10265.0, 10202.0, 10270.0, 10207.0, 10269.0, 10218.0, 10201.0, 10239.0, 10158.0, 10254.0, 10192.0, 10282.0, 10239.0, 10274.0, 10247.0, 10273.0, 10238.0, 10304.0, 10245.0, 10264.0, 10239.0, 10212.0, 10248.0, 10181.0, 10263.0, 10208.0, 10273.0, 10194.0, 10275.0, 10196.0, 10277.0, 10198.0, 10235.0, 10236.0, 10154.0, 10231.0, 10152.0, 10248.0, 10209.0, 10278.0, 10224.0, 10262.0, 10212.0, 10197.0, 10238.0, 10201.0, 10285.0, 10203.0, 10274.0, 10199.0, 10161.0, 10249.0, 10214.0, 10299.0, 10249.0, 10241.0, 10200.0, 10160.0, 10209.0, 10144.0, 10224.0, 10140.0, 10223.0, 10126.0, 10189.0, 10144.0, 10206.0, 10125.0, 10208.0, 10113.0, 10190.0, 10126.0, 10206.0, 10158.0, 10223.0, 10181.0, 10210.0, 10174.0, 10208.0, 10178.0, 10226.0, 10193.0, 10229.0, 10173.0, 10226.0, 10192.0, 10263.0, 10208.0, 10246.0, 10191.0, 10218.0, 10197.0, 10183.0, 10283.0, 10206.0, 10317.0, 10245.0, 10267.0, 10209.0, 10220.0, 10315.0, 10317.0, 10324.0, 10258.0, 10282.0, 10348.0, 10244.0, 10195.0, 10162.0, 10135.0, 10188.0, 10139.0, 10124.0, 10158.0, 10134.0, 10149.0, 10195.0, 10157.0, 10206.0, 10184.0, 10160.0, 10246.0, 10209.0, 10213.0, 10219.0, 10211.0, 10171.0, 10114.0, 10090.0, 10171.0, 10132.0, 10093.0, 10163.0, 10126.0, 10192.0, 10151.0, 10213.0, 10172.0, 10200.0, 10157.0, 10143.0, 10180.0, 10144.0, 10183.0, 10139.0, 10198.0, 10152.0, 10188.0, 10147.0, 10175.0, 10142.0, 10136.0, 10154.0, 10118.0, 10165.0, 10113.0, 10193.0, 10155.0, 10199.0, 10147.0, 10212.0, 10150.0, 10188.0, 10165.0, 10157.0, 10195.0, 10141.0, 10193.0, 10142.0, 10210.0, 10188.0, 10230.0, 10177.0, 10165.0, 10203.0, 10152.0, 10276.0, 10212.0, 10243.0, 10210.0, 10186.0, 10223.0, 10192.0, 10288.0, 10229.0, 10252.0, 10214.0, 10198.0, 10239.0, 10259.0, 10205.0, 10193.0, 10232.0, 10171.0, 10249.0, 10198.0, 10249.0, 10222.0, 10282.0, 10251.0, 10286.0, 10248.0, 10199.0, 10220.0, 10169.0, 10245.0, 10179.0, 10250.0, 10191.0, 10246.0, 10167.0, 10231.0, 10187.0, 10229.0, 10185.0, 10229.0, 10241.0, 10212.0, 10150.0, 10225.0, 10161.0, 10211.0, 10157.0, 10227.0, 10176.0, 10244.0, 10190.0, 10246.0, 10206.0, 10241.0, 10207.0, 10245.0, 10195.0, 10225.0, 10230.0, 10249.0, 10282.0, 10245.0, 10251.0, 10181.0, 10275.0, 10210.0, 10299.0, 10254.0, 10288.0, 10261.0, 10266.0, 10267.0, 10221.0, 10258.0, 10215.0, 10256.0, 10228.0, 10290.0, 10220.0, 10274.0, 10229.0, 10271.0, 10240.0, 10287.0, 10257.0, 10299.0, 10245.0, 10283.0, 10228.0, 10240.0, 10239.0, 10167.0, 10232.0, 10192.0, 10256.0, 10217.0, 10275.0, 10217.0, 10245.0, 10204.0, 10201.0, 10213.0, 10200.0, 10228.0, 10168.0, 10227.0, 10173.0, 10226.0, 10188.0, 10239.0, 10202.0, 10250.0, 10186.0, 10160.0, 10218.0, 10162.0, 10224.0, 10172.0, 10241.0, 10188.0, 10246.0, 10194.0, 10216.0, 10204.0, 10217.0, 10231.0, 10165.0, 10215.0, 10159.0, 10227.0, 10173.0, 10241.0, 10187.0, 10241.0, 10176.0, 10239.0, 10193.0, 10215.0, 10195.0, 10182.0, 10219.0, 10167.0, 10248.0, 10164.0, 10246.0, 10195.0, 10245.0, 10209.0, 10274.0, 10221.0, 10217.0, 10203.0, 10174.0, 10213.0, 10159.0, 10245.0, 10160.0, 10242.0, 10176.0, 10239.0, 10193.0, 10241.0, 10221.0, 10263.0, 10199.0, 10241.0, 10192.0, 10242.0, 10203.0, 10172.0, 10213.0, 10160.0, 10227.0, 10174.0, 10256.0, 10227.0, 10265.0, 10185.0, 10203.0, 10216.0, 10179.0, 10246.0, 10173.0, 10257.0, 10191.0, 10244.0, 10192.0, 10260.0, 10203.0, 10187.0, 10202.0, 10151.0, 10215.0, 10167.0, 10248.0, 10194.0, 10247.0, 10194.0, 10246.0, 10207.0, 10197.0, 10241.0, 10162.0, 10253.0, 10219.0, 10268.0, 10223.0, 10280.0, 10266.0, 10266.0, 10242.0, 10233.0, 10331.0, 10198.0, 10322.0, 10191.0, 10291.0, 10222.0, 10266.0, 10233.0, 10274.0, 10246.0, 10307.0, 10229.0, 10127.0, 10166.0, 10147.0, 10246.0, 10198.0, 10275.0, 10231.0, 10209.0, 10294.0, 10196.0, 10253.0, 10214.0, 10270.0, 10241.0, 10262.0, 10207.0, 10244.0, 10177.0, 10250.0, 10200.0, 10237.0, 10213.0, 10140.0, 10227.0, 10156.0, 10230.0, 10164.0, 10159.0, 10255.0, 10221.0, 10229.0, 10199.0, 10168.0, 10250.0, 10193.0, 10236.0, 10199.0, 10204.0, 10276.0, 10245.0, 10299.0, 10237.0, 10264.0, 10242.0, 10263.0, 10230.0, 10254.0, 10202.0, 10224.0, 10190.0, 10244.0, 10195.0, 10193.0, 10190.0, 10150.0, 10215.0, 10149.0, 10230.0, 10165.0, 10243.0, 10183.0, 10235.0, 10197.0, 10249.0, 10212.0, 10255.0, 10219.0, 10215.0, 10225.0, 10228.0, 10241.0, 10258.0, 10243.0, 10182.0, 10238.0, 10190.0, 10268.0, 10211.0, 10281.0, 10252.0, 10296.0, 10228.0, 10275.0, 10211.0, 10258.0, 10242.0, 10188.0, 10252.0, 10197.0, 10233.0, 10195.0, 10246.0, 10163.0, 10229.0, 10173.0, 10251.0, 10197.0, 10262.0, 10218.0, 10263.0, 10228.0, 10276.0, 10211.0, 10269.0, 10243.0, 10158.0, 10271.0, 10195.0, 10289.0, 10235.0, 10288.0, 10251.0, 10296.0, 10232.0, 10288.0, 10236.0, 10267.0, 10201.0, 10268.0, 10217.0, 10274.0, 10261.0, 10257.0, 10203.0, 10242.0, 10214.0, 10243.0, 10217.0, 10255.0, 10204.0, 10217.0, 10230.0, 10190.0, 10242.0, 10213.0, 10257.0, 10165.0, 10258.0, 10191.0, 10253.0, 10206.0, 10271.0, 10227.0, 10252.0, 10213.0, 10255.0, 10227.0, 10264.0, 10238.0, 10265.0, 10218.0, 10251.0, 10248.0, 10295.0, 10242.0, 10252.0, 10225.0, 10259.0, 10220.0, 10276.0, 10252.0, 10178.0, 10249.0, 10218.0, 10249.0, 10251.0, 10251.0, 10156.0, 10246.0, 10165.0, 10245.0, 10188.0, 10270.0, 10215.0, 10268.0, 10254.0, 10264.0, 10224.0, 10280.0, 10265.0, 10222.0, 10218.0, 10199.0, 10252.0, 10208.0, 10274.0, 10268.0, 10272.0, 10232.0, 10272.0, 10220.0, 10267.0, 10238.0, 10172.0, 10240.0, 10189.0, 10274.0, 10212.0, 10287.0, 10225.0, 10272.0, 10218.0, 10259.0, 10248.0, 10224.0, 10294.0, 10248.0, 10271.0, 10248.0, 10218.0, 10274.0, 10251.0, 10301.0, 10225.0, 10185.0, 10293.0, 10258.0, 10239.0, 10242.0, 10215.0, 10278.0, 10216.0, 10252.0, 10205.0, 10250.0, 10230.0, 10267.0, 10217.0, 10200.0, 10205.0, 10215.0, 10225.0, 10182.0, 10232.0, 10148.0, 10215.0, 10163.0, 10243.0, 10175.0, 10246.0, 10203.0, 10245.0, 10191.0, 10228.0, 10191.0, 10228.0, 10204.0, 10244.0, 10180.0, 10228.0, 10176.0, 10238.0, 10202.0, 10226.0, 10204.0, 10222.0, 10210.0, 10238.0, 10228.0, 10167.0, 10243.0, 10163.0, 10245.0, 10174.0, 10239.0, 10191.0, 10227.0, 10186.0, 10151.0, 10216.0, 10163.0, 10232.0, 10179.0, 10246.0, 10160.0, 10211.0, 10204.0, 10213.0, 10193.0, 10209.0, 10144.0, 10226.0, 10181.0, 10224.0, 10191.0, 10242.0, 10204.0, 10243.0, 10193.0, 10243.0, 10179.0, 10243.0, 10194.0, 10242.0, 10216.0, 10200.0, 10216.0, 10214.0, 10213.0, 10272.0, 10259.0, 10239.0, 10206.0, 10198.0, 10235.0, 10196.0, 10248.0, 10178.0, 10245.0, 10200.0, 10260.0, 10199.0, 10253.0, 10198.0, 10250.0, 10195.0, 10243.0, 10179.0, 10244.0, 10205.0, 10246.0, 10212.0, 10270.0, 10231.0, 10268.0, 10228.0, 10264.0, 10197.0, 10246.0, 10191.0, 10232.0, 10233.0, 10259.0, 10235.0, 10161.0, 10212.0, 10252.0, 10194.0, 10269.0, 10199.0, 10232.0, 10186.0, 10146.0, 10179.0, 10143.0, 10209.0, 10166.0, 10229.0, 10181.0, 10233.0, 10201.0, 10241.0, 10218.0, 10253.0, 10208.0, 10209.0, 10207.0, 10157.0, 10232.0, 10168.0, 10253.0, 10181.0, 10265.0, 10199.0, 10250.0, 10198.0, 10247.0, 10221.0, 10253.0, 10218.0, 10261.0, 10178.0, 10232.0, 10218.0, 10274.0, 10193.0, 10245.0, 10163.0, 10225.0, 10194.0, 10167.0, 10219.0, 10158.0, 10238.0, 10182.0, 10250.0, 10214.0, 10263.0, 10250.0, 10294.0, 10225.0, 10290.0, 10233.0, 10263.0, 10247.0, 10266.0, 10241.0, 10242.0, 10196.0, 10239.0, 10189.0, 10199.0, 10197.0, 10140.0, 10232.0, 10189.0, 10246.0, 10195.0, 10233.0, 10207.0, 10155.0, 10221.0, 10154.0, 10245.0, 10209.0, 10276.0, 10231.0, 10246.0, 10216.0, 10226.0, 10217.0, 10255.0, 10210.0, 10239.0, 10177.0, 10226.0, 10190.0, 10255.0, 10196.0, 10223.0, 10172.0, 10210.0, 10182.0, 10238.0, 10200.0, 10207.0, 10168.0, 10140.0, 10183.0, 10141.0, 10210.0, 10144.0, 10211.0, 10132.0, 10211.0, 10144.0, 10213.0, 10160.0, 10243.0, 10162.0, 10224.0, 10147.0, 10205.0, 10142.0, 10225.0, 10156.0, 10235.0, 10172.0, 10223.0, 10172.0, 10223.0, 10203.0, 10253.0, 10186.0, 10211.0, 10179.0, 10206.0, 10199.0, 10221.0, 10197.0, 10179.0, 10197.0, 10145.0, 10215.0, 10148.0, 10230.0, 10177.0, 10228.0, 10192.0, 10263.0, 10280.0, 10291.0, 10223.0, 10280.0, 10221.0, 10243.0, 10200.0, 10222.0, 10230.0, 10164.0, 10217.0, 10162.0, 10225.0, 10155.0, 10238.0, 10145.0, 10209.0, 10145.0, 10223.0, 10155.0, 10224.0, 10141.0, 10206.0, 10143.0, 10208.0, 10177.0, 10222.0, 10136.0, 10211.0, 10136.0, 10224.0, 10173.0, 10226.0, 10206.0, 10242.0, 10189.0, 10246.0, 10181.0, 10247.0, 10211.0, 10246.0, 10207.0, 10232.0, 10205.0, 10260.0, 10203.0, 10273.0, 10222.0, 10274.0, 10190.0, 10256.0, 10186.0, 10183.0, 10214.0, 10146.0, 10214.0, 10146.0, 10210.0, 10173.0, 10227.0, 10187.0, 10244.0, 10179.0, 10229.0, 10192.0, 10225.0, 10208.0, 10241.0, 10164.0, 10231.0, 10195.0, 10248.0, 10194.0, 10191.0, 10217.0, 10139.0, 10235.0, 10187.0, 10251.0, 10205.0, 10254.0, 10218.0, 10258.0, 10206.0, 10243.0, 10231.0, 10268.0, 10255.0, 10220.0, 10266.0, 10205.0, 10232.0, 10170.0, 10264.0, 10179.0, 10278.0, 10205.0, 10247.0, 10204.0, 10259.0, 10233.0, 10259.0, 10213.0, 10242.0, 10216.0, 10226.0, 10183.0, 10257.0, 10173.0, 10227.0, 10174.0, 10243.0, 10197.0, 10167.0, 10225.0, 10158.0, 10223.0, 10210.0, 10268.0, 10221.0, 10209.0, 10251.0, 10211.0, 10292.0, 10230.0, 10241.0, 10217.0, 10174.0, 10259.0, 10211.0, 10282.0, 10214.0, 10268.0, 10208.0, 10261.0, 10217.0, 10257.0, 10209.0, 10161.0, 10212.0, 10142.0, 10208.0, 10194.0, 10239.0, 10140.0, 10206.0, 10132.0, 10209.0, 10144.0, 10211.0, 10185.0, 10237.0, 10174.0, 10203.0, 10188.0, 10146.0, 10215.0, 10174.0, 10259.0, 10198.0, 10241.0, 10187.0, 10226.0, 10199.0, 10237.0, 10226.0, 10266.0, 10208.0, 10239.0, 10301.0, 10245.0, 10210.0, 10167.0, 10226.0, 10159.0, 10259.0, 10198.0, 10247.0, 10225.0, 10294.0, 10224.0, 10227.0, 10173.0, 10187.0, 10207.0, 10169.0, 10220.0, 10182.0, 10271.0, 10257.0, 10298.0, 10233.0, 10247.0, 10183.0, 10161.0, 10262.0, 10210.0, 10303.0, 10250.0, 10232.0, 10209.0, 10186.0, 10254.0, 10225.0, 10276.0, 10198.0, 10131.0, 10167.0, 10193.0, 10255.0, 10208.0, 10244.0, 10199.0, 10237.0, 10197.0, 10235.0, 10171.0, 10226.0, 10189.0, 10206.0, 10171.0, 10212.0, 10177.0, 10225.0, 10176.0, 10234.0, 10192.0, 10230.0, 10193.0, 10206.0, 10179.0, 10178.0, 10197.0, 10167.0, 10217.0, 10166.0, 10248.0, 10212.0, 10267.0, 10214.0, 10266.0, 10213.0, 10270.0, 10227.0, 10262.0, 10229.0, 10168.0, 10232.0, 10161.0, 10247.0, 10189.0, 10266.0, 10230.0, 10281.0, 10210.0, 10262.0, 10201.0, 10267.0, 10223.0, 10233.0, 10190.0, 10156.0, 10228.0, 10167.0, 10249.0, 10232.0, 10198.0, 10251.0, 10213.0, 10269.0, 10222.0, 10272.0, 10208.0, 10262.0, 10206.0, 10278.0, 10233.0, 10273.0, 10199.0, 10271.0, 10232.0, 10214.0, 10215.0, 10233.0, 10245.0, 10177.0, 10233.0, 10167.0, 10230.0, 10150.0, 10227.0, 10163.0, 10244.0, 10193.0, 10231.0, 10191.0, 10246.0, 10192.0, 10246.0, 10210.0, 10246.0, 10196.0, 10248.0, 10194.0, 10269.0, 10212.0, 10249.0, 10197.0, 10159.0, 10221.0, 10169.0, 10234.0, 10186.0, 10267.0, 10214.0, 10268.0, 10203.0, 10263.0, 10211.0, 10247.0, 10234.0, 10277.0, 10205.0, 10246.0, 10193.0, 10244.0, 10215.0, 10187.0, 10215.0, 10175.0, 10214.0, 10229.0, 10232.0, 10164.0, 10210.0, 10146.0, 10225.0, 10194.0, 10262.0, 10212.0, 10216.0, 10209.0, 10170.0, 10230.0, 10161.0, 10247.0, 10193.0, 10249.0, 10209.0, 10246.0, 10189.0, 10246.0, 10206.0, 10257.0, 10191.0, 10228.0, 10197.0, 10224.0, 10176.0, 10224.0, 10172.0, 10212.0, 10179.0, 10228.0, 10177.0, 10237.0, 10193.0, 10243.0, 10177.0, 10214.0, 10189.0, 10198.0, 10196.0, 10186.0, 10227.0, 10135.0, 10232.0, 10168.0, 10250.0, 10212.0, 10247.0, 10212.0, 10219.0, 10209.0, 10169.0, 10234.0, 10203.0, 10246.0, 10176.0, 10246.0, 10170.0, 10230.0, 10161.0, 10243.0, 10185.0, 10241.0, 10144.0, 10209.0, 10142.0, 10208.0, 10157.0, 10240.0, 10181.0, 10224.0, 10173.0, 10220.0, 10187.0, 10223.0, 10185.0, 10222.0, 10178.0, 10241.0, 10179.0, 10245.0, 10203.0, 10150.0, 10203.0, 10154.0, 10251.0, 10241.0, 10270.0, 10245.0, 10266.0, 10213.0, 10251.0, 10196.0, 10248.0, 10210.0, 10246.0, 10199.0, 10194.0, 10217.0, 10210.0, 10254.0, 10190.0, 10274.0, 10217.0, 10253.0, 10227.0, 10264.0, 10226.0, 10266.0, 10226.0, 10237.0, 10210.0, 10163.0, 10257.0, 10183.0, 10280.0, 10243.0, 10308.0, 10261.0, 10196.0, 10269.0, 10232.0, 10261.0, 10247.0, 10189.0, 10286.0, 10269.0, 10301.0, 10288.0, 10207.0, 10241.0, 10204.0, 10280.0, 10229.0, 10276.0, 10226.0, 10268.0, 10222.0, 10245.0, 10146.0, 10179.0, 10176.0, 10153.0, 10192.0, 10179.0, 10206.0, 10122.0, 10190.0, 10138.0, 10201.0, 10200.0, 10214.0, 10183.0, 10213.0, 10144.0, 10207.0, 10142.0, 10247.0, 10173.0, 10239.0, 10157.0, 10244.0, 10146.0, 10229.0, 10163.0, 10225.0, 10161.0, 10244.0, 10150.0, 10225.0, 10160.0, 10227.0, 10166.0, 10227.0, 10210.0, 10217.0, 10154.0, 10235.0, 10168.0, 10244.0, 10224.0, 10293.0, 10255.0, 10272.0, 10237.0, 10276.0, 10231.0, 10285.0, 10232.0, 10273.0, 10236.0, 10265.0, 10237.0, 10262.0, 10207.0, 10259.0, 10209.0, 10248.0, 10208.0, 10245.0, 10204.0, 10152.0, 10219.0, 10155.0, 10234.0, 10184.0, 10251.0, 10177.0, 10243.0, 10171.0, 10226.0, 10185.0, 10241.0, 10211.0, 10257.0, 10203.0, 10229.0, 10189.0, 10138.0, 10234.0, 10166.0, 10251.0, 10182.0, 10232.0, 10191.0, 10246.0, 10196.0, 10249.0, 10209.0, 10233.0, 10179.0, 10242.0, 10182.0, 10235.0, 10198.0, 10234.0, 10209.0, 10142.0, 10233.0, 10150.0, 10235.0, 10185.0, 10247.0, 10154.0, 10234.0, 10153.0, 10232.0, 10166.0, 10230.0, 10209.0, 10230.0, 10138.0, 10214.0, 10150.0, 10230.0, 10160.0, 10248.0, 10168.0, 10248.0, 10200.0, 10250.0, 10199.0, 10264.0, 10225.0, 10250.0, 10196.0, 10250.0, 10213.0, 10249.0, 10240.0, 10291.0, 10219.0, 10263.0, 10210.0, 10261.0, 10221.0, 10261.0, 10222.0, 10201.0, 10219.0, 10152.0, 10232.0, 10163.0, 10256.0, 10193.0, 10280.0, 10237.0, 10247.0, 10203.0, 10251.0, 10205.0, 10231.0, 10200.0, 10134.0, 10214.0, 10148.0, 10230.0, 10163.0, 10239.0, 10176.0, 10226.0, 10173.0, 10222.0, 10146.0, 10245.0, 10160.0, 10212.0, 10159.0, 10205.0, 10172.0, 10240.0, 10192.0, 10164.0, 10216.0, 10139.0, 10229.0, 10150.0, 10243.0, 10196.0, 10261.0, 10208.0, 10262.0, 10192.0, 10245.0, 10231.0, 10242.0, 10230.0, 10255.0, 10205.0, 10254.0, 10172.0, 10240.0, 10201.0, 10224.0, 10174.0, 10159.0, 10197.0, 10147.0, 10222.0, 10186.0, 10226.0, 10143.0, 10216.0, 10144.0, 10229.0, 10160.0, 10228.0, 10163.0, 10230.0, 10174.0, 10223.0, 10172.0, 10227.0, 10208.0, 10257.0, 10167.0, 10219.0, 10176.0, 10258.0, 10205.0, 10239.0, 10198.0, 10199.0, 10197.0, 10184.0, 10206.0, 10169.0, 10228.0, 10141.0, 10227.0, 10163.0, 10220.0, 10160.0, 10227.0, 10185.0, 10224.0, 10184.0, 10239.0, 10187.0, 10237.0, 10190.0, 10215.0, 10205.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.007094783139890043</td></tr>
<tr><td colspan=3>aqi</td><td>0.044277163591936466</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.44471475845357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2631957632396076</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.105591967701713</td></tr>
<tr><td colspan=3>efc</td><td>0.5244</td></tr>
<tr><td colspan=3>fber</td><td>2220.6702</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15489770704863065</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>258</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.760537568723274</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6804262209128447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.634421391735954</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.806446205816381</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6004110651861994</td></tr>
<tr><td colspan=3>gcor</td><td>0.0057601</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0018184236250817776</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026095764711499214</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.097518350528561</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>13.7294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.4615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.8116</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>85.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291302.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>1292.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>463.5127</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7323</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.0344</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3811.0182</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.1711</td></tr>
<tr><td colspan=3>tsnr</td><td>28.16646837629378</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>