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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:50:9.637500</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.998638, 0.0515038, 0.00828804, -0.0521616, 0.988019, 0.145247]</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.0893423</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>[4143, -7732, -7269, 680, -23, 57, 5, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e5d365a-dc34-4256-b5ff-78f4294ad2ae||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.679273843765259, -0.1399458348751068, 0.0019114542519673705, 116.66041564941406], [-0.13818103075027466, 2.6507837772369385, 0.39280110597610474, -99.17584228515625], [0.02223619632422924, -0.38968798518180847, 2.671273946762085, -42.25143051147461], [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': ['185009.637500', '185010.097500', '185010.557500', '185011.017500', '185011.477500', '185011.937500', '185012.397500', '185012.857500', '185013.317500', '185013.777500', '185014.237500', '185014.697500', '185015.157500', '185015.617500', '185016.077500', '185016.537500', '185016.997500', '185017.457500', '185017.917500', '185018.377500', '185018.837500', '185019.297500', '185019.757500', '185020.217500', '185020.677500', '185021.137500', '185021.597500', '185022.057500', '185022.517500', '185022.977500', '185023.437500', '185023.897500', '185024.357500', '185024.817500', '185025.277500', '185025.737500', '185026.197500', '185026.657500', '185027.117500', '185027.577500', '185028.037500', '185028.497500', '185028.957500', '185029.417500', '185029.877500', '185030.337500', '185030.797500', '185031.257500', '185031.717500', '185032.177500', '185032.637500', '185033.097500', '185033.557500', '185034.017500', '185034.477500', '185034.937500', '185035.397500', '185035.857500', '185036.317500', '185036.777500', '185037.237500', '185037.697500', '185038.157500', '185038.617500', '185039.077500', '185039.537500', '185039.997500', '185040.457500', '185040.917500', '185041.377500', '185041.837500', '185042.297500', '185042.757500', '185043.217500', '185043.677500', '185044.137500', '185044.597500', '185045.057500', '185045.517500', '185045.977500', '185046.437500', '185046.897500', '185047.357500', '185047.817500', '185048.277500', '185048.737500', '185049.197500', '185049.657500', '185050.117500', '185050.577500', '185051.037500', '185051.497500', '185051.957500', '185052.417500', '185052.877500', '185053.337500', '185053.797500', '185054.257500', '185054.717500', '185055.177500', '185055.637500', '185056.097500', '185056.557500', '185057.017500', '185057.477500', '185057.937500', '185058.397500', '185058.857500', '185059.317500', '185059.777500', '185100.237500', '185100.697500', '185101.157500', '185101.617500', '185102.077500', '185102.537500', '185102.997500', '185103.457500', '185103.917500', '185104.377500', '185104.837500', '185105.297500', '185105.757500', '185106.217500', '185106.677500', '185107.137500', '185107.597500', '185108.057500', '185108.517500', '185108.977500', '185109.437500', '185109.897500', '185110.357500', '185110.817500', '185111.277500', '185111.737500', '185112.197500', '185112.657500', '185113.117500', '185113.577500', '185114.037500', '185114.497500', '185114.957500', '185115.417500', '185115.877500', '185116.337500', '185116.797500', '185117.257500', '185117.717500', '185118.177500', '185118.637500', '185119.097500', '185119.557500', '185120.017500', '185120.477500', '185120.937500', '185121.397500', '185121.857500', '185122.317500', '185122.777500', '185123.237500', '185123.697500', '185124.157500', '185124.617500', '185125.077500', '185125.537500', '185125.997500', '185126.457500', '185126.917500', '185127.377500', '185127.837500', '185128.297500', '185128.757500', '185129.217500', '185129.677500', '185130.137500', '185130.597500', '185131.057500', '185131.517500', '185131.977500', '185132.437500', '185132.897500', '185133.357500', '185133.817500', '185134.277500', '185134.737500', '185135.197500', '185135.657500', '185136.117500', '185136.577500', '185137.037500', '185137.497500', '185137.957500', '185138.417500', '185138.877500', '185139.337500', '185139.797500', '185140.257500', '185140.717500', '185141.177500', '185141.637500', '185142.097500', '185142.557500', '185143.017500', '185143.477500', '185143.937500', '185144.397500', '185144.857500', '185145.317500', '185145.777500', '185146.237500', '185146.697500', '185147.157500', '185147.617500', '185148.077500', '185148.537500', '185148.997500', '185149.457500', '185149.917500', '185150.377500', '185150.837500', '185151.297500', '185151.757500', '185152.217500', '185152.677500', '185153.137500', '185153.597500', '185154.057500', '185154.517500', '185154.977500', '185155.437500', '185155.897500', '185156.357500', '185156.817500', '185157.277500', '185157.737500', '185158.197500', '185158.657500', '185159.117500', '185159.577500', '185200.037500', '185200.497500', '185200.957500', '185201.417500', '185201.877500', '185202.337500', '185202.797500', '185203.257500', '185203.717500', '185204.177500', '185204.637500', '185205.097500', '185205.557500', '185206.017500', '185206.477500', '185206.937500', '185207.397500', '185207.857500', '185208.317500', '185208.777500', '185209.237500', '185209.697500', '185210.157500', '185210.617500', '185211.077500', '185211.537500', '185211.997500', '185212.457500', '185212.917500', '185213.377500', '185213.837500', '185214.297500', '185214.757500', '185215.217500', '185215.677500', '185216.137500', '185216.597500', '185217.057500', '185217.517500', '185217.977500', '185218.437500', '185218.897500', '185219.357500', '185219.817500', '185220.277500', '185220.737500', '185221.197500', '185221.657500', '185222.117500', '185222.577500', '185223.037500', '185223.497500', '185223.957500', '185224.417500', '185224.877500', '185225.337500', '185225.797500', '185226.257500', '185226.717500', '185227.177500', '185227.637500', '185228.097500', '185228.557500', '185229.017500', '185229.477500', '185229.937500', '185230.397500', '185230.857500', '185231.317500', '185231.777500', '185232.237500', '185232.697500', '185233.157500', '185233.617500', '185234.077500', '185234.537500', '185234.997500', '185235.457500', '185235.917500', '185236.377500', '185236.837500', '185237.297500', '185237.757500', '185238.217500', '185238.677500', '185239.137500', '185239.597500', '185240.057500', '185240.517500', '185240.977500', '185241.437500', '185241.897500', '185242.357500', '185242.817500', '185243.277500', '185243.737500', '185244.197500', '185244.657500', '185245.117500', '185245.577500', '185246.037500', '185246.497500', '185246.957500', '185247.417500', '185247.877500', '185248.337500', '185248.797500', '185249.257500', '185249.717500', '185250.177500', '185250.637500', '185251.097500', '185251.557500', '185252.017500', '185252.477500', '185252.937500', '185253.397500', '185253.857500', '185254.317500', '185254.777500', '185255.237500', '185255.697500', '185256.157500', '185256.617500', '185257.077500', '185257.537500', '185257.997500', '185258.457500', '185258.917500', '185259.377500', '185259.837500', '185300.297500', '185300.757500', '185301.217500', '185301.677500', '185302.137500', '185302.597500', '185303.057500', '185303.517500', '185303.977500', '185304.437500', '185304.897500', '185305.357500', '185305.817500', '185306.277500', '185306.737500', '185307.197500', '185307.657500', '185308.117500', '185308.577500', '185309.037500', '185309.497500', '185309.957500', '185310.417500', '185310.877500', '185311.337500', '185311.797500', '185312.257500', '185312.717500', '185313.177500', '185313.637500', '185314.097500', '185314.557500', '185315.017500', '185315.477500', '185315.937500', '185316.397500', '185316.857500', '185317.317500', '185317.777500', '185318.237500', '185318.697500', '185319.157500', '185319.617500', '185320.077500', '185320.537500', '185320.997500', '185321.457500', '185321.917500', '185322.377500', '185322.837500', '185323.297500', '185323.757500', '185324.217500', '185324.677500', '185325.137500', '185325.597500', '185326.057500', '185326.517500', '185326.977500', '185327.437500', '185327.897500', '185328.357500', '185328.817500', '185329.277500', '185329.737500', '185330.197500', '185330.657500', '185331.117500', '185331.577500', '185332.037500', '185332.497500', '185332.957500', '185333.417500', '185333.877500', '185334.337500', '185334.797500', '185335.257500', '185335.717500', '185336.177500', '185336.637500', '185337.097500', '185337.557500', '185338.017500', '185338.477500', '185338.937500', '185339.397500', '185339.857500', '185340.317500', '185340.777500', '185341.237500', '185341.697500', '185342.157500', '185342.617500', '185343.077500', '185343.537500', '185343.997500', '185344.457500', '185344.917500', '185345.377500', '185345.837500', '185346.297500', '185346.757500', '185347.217500', '185347.677500', '185348.137500', '185348.597500', '185349.057500', '185349.517500', '185349.977500', '185350.437500', '185350.897500', '185351.357500', '185351.817500', '185352.277500', '185352.737500', '185353.197500', '185353.657500', '185354.117500', '185354.577500', '185355.037500', '185355.497500', '185355.957500', '185356.417500', '185356.877500', '185357.337500', '185357.797500', '185358.257500', '185358.717500', '185359.177500', '185359.637500', '185400.097500', '185400.557500', '185401.017500', '185401.477500', '185401.937500', '185402.397500', '185402.857500', '185403.317500', '185403.777500', '185404.237500', '185404.697500', '185405.157500', '185405.617500', '185406.077500', '185406.537500', '185406.997500', '185407.457500', '185407.917500', '185408.377500', '185408.837500', '185409.297500', '185409.757500', '185410.217500', '185410.677500', '185411.137500', '185411.597500', '185412.057500', '185412.517500', '185412.977500', '185413.437500', '185413.897500', '185414.357500', '185414.817500', '185415.277500', '185415.737500', '185416.197500', '185416.657500', '185417.117500', '185417.577500', '185418.037500', '185418.497500', '185418.957500', '185419.417500', '185419.877500', '185420.337500', '185420.797500', '185421.257500', '185421.717500', '185422.177500', '185422.637500', '185423.097500', '185423.557500', '185424.017500', '185424.477500', '185424.937500', '185425.397500', '185425.857500', '185426.317500', '185426.777500', '185427.237500', '185427.697500', '185428.157500', '185428.617500', '185429.077500', '185429.537500', '185429.997500', '185430.457500', '185430.917500', '185431.377500', '185431.837500', '185432.297500', '185432.757500', '185433.217500', '185433.677500', '185434.137500', '185434.597500', '185435.057500', '185435.517500', '185435.977500', '185436.437500', '185436.897500', '185437.357500', '185437.817500', '185438.277500', '185438.737500', '185439.197500', '185439.657500', '185440.117500', '185440.577500', '185441.037500', '185441.497500', '185441.957500', '185442.417500', '185442.877500', '185443.337500', '185443.797500', '185444.257500', '185444.717500', '185445.177500', '185445.637500', '185446.097500', '185446.557500', '185447.017500', '185447.477500', '185447.937500', '185448.397500', '185448.857500', '185449.317500', '185449.777500', '185450.237500', '185450.697500', '185451.157500', '185451.617500', '185452.077500', '185452.537500', '185452.997500', '185453.457500', '185453.917500', '185454.377500', '185454.837500', '185455.297500', '185455.757500', '185456.217500', '185456.677500', '185457.137500', '185457.597500', '185458.057500', '185458.517500', '185458.977500', '185459.437500', '185459.897500', '185500.357500', '185500.817500', '185501.277500', '185501.737500', '185502.197500', '185502.657500', '185503.117500', '185503.577500', '185504.037500', '185504.497500', '185504.957500', '185505.417500', '185505.877500', '185506.337500', '185506.797500', '185507.257500', '185507.717500', '185508.177500', '185508.637500', '185509.097500', '185509.557500', '185510.017500', '185510.477500', '185510.937500', '185511.397500', '185511.857500', '185512.317500', '185512.777500', '185513.237500', '185513.697500', '185514.157500', '185514.617500', '185515.077500', '185515.537500', '185515.997500', '185516.457500', '185516.917500', '185517.377500', '185517.837500', '185518.297500', '185518.757500', '185519.217500', '185519.677500', '185520.137500', '185520.597500', '185521.057500', '185521.517500', '185521.977500', '185522.437500', '185522.897500', '185523.357500', '185523.817500', '185524.277500', '185524.737500', '185525.197500', '185525.657500', '185526.117500', '185526.577500', '185527.037500', '185527.497500', '185527.957500', '185528.417500', '185528.877500', '185529.337500', '185529.797500', '185530.257500', '185530.717500', '185531.177500', '185531.637500', '185532.097500', '185532.557500', '185533.017500', '185533.477500', '185533.937500', '185534.397500', '185534.857500', '185535.317500', '185535.777500', '185536.237500', '185536.697500', '185537.157500', '185537.617500', '185538.077500', '185538.537500', '185538.997500', '185539.457500', '185539.917500', '185540.377500', '185540.837500', '185541.297500', '185541.757500', '185542.217500', '185542.677500', '185543.137500', '185543.597500', '185544.057500', '185544.517500', '185544.977500', '185545.437500', '185545.897500', '185546.357500', '185546.817500', '185547.277500', '185547.737500', '185548.197500', '185548.657500', '185549.117500', '185549.577500', '185550.037500', '185550.497500', '185550.957500', '185551.417500', '185551.877500', '185552.337500', '185552.797500', '185553.257500', '185553.717500', '185554.177500', '185554.637500', '185555.097500', '185555.557500', '185556.017500', '185556.477500', '185556.937500', '185557.397500', '185557.857500', '185558.317500', '185558.777500', '185559.237500', '185559.697500', '185600.157500', '185600.617500', '185601.077500', '185601.537500', '185601.997500', '185602.457500', '185602.917500', '185603.377500', '185603.837500', '185604.297500', '185604.757500', '185605.217500', '185605.677500', '185606.137500', '185606.597500', '185607.057500', '185607.517500', '185607.977500', '185608.437500', '185608.897500', '185609.357500', '185609.817500', '185610.277500', '185610.737500', '185611.197500', '185611.657500', '185612.117500', '185612.577500', '185613.037500', '185613.497500', '185613.957500', '185614.417500', '185614.877500', '185615.337500', '185615.797500', '185616.257500', '185616.717500', '185617.177500', '185617.637500', '185618.097500', '185618.557500', '185619.017500', '185619.477500', '185619.937500', '185620.397500', '185620.857500', '185621.317500', '185621.777500', '185622.237500', '185622.697500', '185623.157500', '185623.617500', '185624.077500', '185624.537500', '185624.997500', '185625.457500', '185625.917500', '185626.377500', '185626.837500', '185627.297500', '185627.757500', '185628.217500', '185628.677500', '185629.137500', '185629.597500', '185630.057500', '185630.517500', '185630.977500', '185631.437500', '185631.897500', '185632.357500', '185632.817500', '185633.277500', '185633.737500', '185634.197500', '185634.657500', '185635.117500', '185635.577500', '185636.037500', '185636.497500', '185636.957500', '185637.417500', '185637.877500', '185638.337500', '185638.797500', '185639.257500', '185639.717500', '185640.177500', '185640.637500', '185641.097500', '185641.557500', '185642.017500', '185642.477500', '185642.937500', '185643.397500', '185643.857500', '185644.317500', '185644.777500', '185645.237500', '185645.697500', '185646.157500', '185646.617500', '185647.077500', '185647.537500', '185647.997500', '185648.457500', '185648.917500', '185649.377500', '185649.837500', '185650.297500', '185650.757500', '185651.217500', '185651.677500', '185652.137500', '185652.597500', '185653.057500', '185653.517500', '185653.977500', '185654.437500', '185654.897500', '185655.357500', '185655.817500', '185656.277500', '185656.737500', '185657.197500', '185657.657500', '185658.117500', '185658.577500', '185659.037500', '185659.497500', '185659.957500', '185700.417500', '185700.877500', '185701.337500', '185701.797500', '185702.257500', '185702.717500', '185703.177500', '185703.637500', '185704.097500', '185704.557500', '185705.017500', '185705.477500', '185705.937500', '185706.397500', '185706.857500', '185707.317500', '185707.777500', '185708.237500', '185708.697500', '185709.157500', '185709.617500', '185710.077500', '185710.537500', '185710.997500', '185711.457500', '185711.917500', '185712.377500', '185712.837500', '185713.297500', '185713.757500', '185714.217500', '185714.677500', '185715.137500', '185715.597500', '185716.057500', '185716.517500', '185716.977500', '185717.437500', '185717.897500', '185718.357500', '185718.817500', '185719.277500', '185719.737500', '185720.197500', '185720.657500', '185721.117500', '185721.577500', '185722.037500', '185722.497500', '185722.957500', '185723.417500', '185723.877500', '185724.337500', '185724.797500', '185725.257500', '185725.717500', '185726.177500', '185726.637500', '185727.097500', '185727.557500', '185728.017500', '185728.477500', '185728.937500', '185729.397500', '185729.857500', '185730.317500', '185730.777500', '185731.237500', '185731.697500', '185732.157500', '185732.617500', '185733.077500', '185733.537500', '185733.997500', '185734.457500', '185734.917500', '185735.377500', '185735.837500', '185736.297500', '185736.757500', '185737.217500', '185737.677500', '185738.137500', '185738.597500', '185739.057500', '185739.517500', '185739.977500', '185740.437500', '185740.897500', '185741.357500', '185741.817500', '185742.277500', '185742.737500', '185743.197500', '185743.657500', '185744.117500', '185744.577500', '185745.037500', '185745.497500', '185745.957500', '185746.417500', '185746.877500', '185747.337500', '185747.797500', '185748.257500', '185748.717500', '185749.177500', '185749.637500', '185750.097500', '185750.557500', '185751.017500', '185751.477500', '185751.937500', '185752.397500', '185752.857500', '185753.317500', '185753.777500', '185754.237500', '185754.697500', '185755.157500', '185755.617500', '185756.077500', '185756.537500', '185756.997500', '185757.457500', '185757.917500', '185758.377500', '185758.837500', '185759.297500', '185759.757500', '185800.217500', '185800.677500', '185801.137500', '185801.597500', '185802.057500', '185802.517500', '185802.977500', '185803.437500', '185803.897500', '185804.357500', '185804.817500', '185805.277500', '185805.737500', '185806.197500', '185806.657500', '185807.117500', '185807.577500', '185808.037500', '185808.497500', '185808.957500', '185809.417500', '185809.877500', '185810.337500', '185810.797500', '185811.257500', '185811.717500', '185812.177500', '185812.637500', '185813.097500', '185813.557500', '185814.017500', '185814.477500', '185814.937500', '185815.397500', '185815.857500', '185816.317500', '185816.777500', '185817.237500', '185817.697500', '185818.157500', '185818.617500', '185819.077500', '185819.537500', '185819.997500', '185820.457500', '185820.917500', '185821.377500', '185821.837500', '185822.297500', '185822.757500', '185823.217500', '185823.677500', '185824.137500', '185824.597500', '185825.057500', '185825.517500', '185825.977500', '185826.437500', '185826.897500', '185827.357500', '185827.817500', '185828.277500', '185828.737500', '185829.197500', '185829.657500', '185830.117500', '185830.577500', '185831.037500', '185831.497500', '185831.957500', '185832.417500', '185832.877500', '185833.337500', '185833.797500', '185834.257500', '185834.717500', '185835.177500', '185835.637500', '185836.097500', '185836.557500', '185837.017500', '185837.477500', '185837.937500', '185838.397500', '185838.857500', '185839.317500', '185839.777500', '185840.237500', '185840.697500', '185841.157500', '185841.617500', '185842.077500', '185842.537500', '185842.997500', '185843.457500', '185843.917500', '185844.377500', '185844.837500', '185845.297500', '185845.757500', '185846.217500', '185846.677500', '185847.137500', '185847.597500', '185848.057500', '185848.517500', '185848.977500', '185849.437500', '185849.897500', '185850.357500', '185850.817500', '185851.277500', '185851.737500', '185852.197500', '185852.657500', '185853.117500', '185853.577500', '185854.037500', '185854.497500', '185854.957500', '185855.417500', '185855.877500', '185856.337500', '185856.797500', '185857.257500', '185857.717500', '185858.177500', '185858.637500', '185859.097500', '185859.557500', '185900.017500', '185900.477500', '185900.937500', '185901.397500', '185901.857500', '185902.317500', '185902.777500', '185903.237500', '185903.697500', '185904.157500', '185904.617500', '185905.077500', '185905.537500', '185905.997500', '185906.457500', '185906.917500', '185907.377500', '185907.837500', '185908.297500', '185908.757500', '185909.217500', '185909.677500', '185910.137500', '185910.597500', '185911.057500', '185911.517500', '185911.977500', '185912.437500', '185912.897500', '185913.357500', '185913.817500', '185914.277500', '185914.737500', '185915.197500', '185915.657500', '185916.117500', '185916.577500', '185917.037500', '185917.497500', '185917.957500', '185918.417500', '185918.877500', '185919.337500', '185919.797500', '185920.257500', '185920.717500', '185921.177500', '185921.637500', '185922.097500', '185922.557500', '185923.017500', '185923.477500', '185923.937500', '185924.397500', '185924.857500', '185925.317500', '185925.777500', '185926.237500', '185926.697500', '185927.157500', '185927.617500', '185928.077500', '185928.537500', '185928.997500', '185929.457500', '185929.917500', '185930.377500', '185930.837500', '185931.297500', '185931.757500', '185932.217500', '185932.677500', '185933.137500', '185933.597500', '185934.057500', '185934.517500', '185934.977500', '185935.437500', '185935.897500', '185936.357500', '185936.817500', '185937.277500', '185937.737500', '185938.197500', '185938.657500', '185939.117500', '185939.577500', '185940.037500', '185940.497500', '185940.957500', '185941.417500', '185941.877500', '185942.337500', '185942.797500', '185943.257500', '185943.717500', '185944.177500', '185944.637500', '185945.097500', '185945.557500', '185946.017500', '185946.477500', '185946.937500', '185947.397500', '185947.857500', '185948.317500', '185948.777500', '185949.237500', '185949.697500', '185950.157500', '185950.617500', '185951.077500', '185951.537500', '185951.997500', '185952.457500', '185952.917500', '185953.377500', '185953.837500', '185954.297500', '185954.757500', '185955.217500', '185955.677500', '185956.137500', '185956.597500', '185957.057500', '185957.517500', '185957.977500', '185958.437500', '185958.897500', '185959.357500', '185959.817500', '190000.277500', '190000.737500', '190001.197500', '190001.657500', '190002.117500', '190002.577500', '190003.037500', '190003.497500', '190003.957500', '190004.417500', '190004.877500', '190005.337500', '190005.797500', '190006.257500', '190006.717500', '190007.177500', '190007.637500', '190008.097500', '190008.557500', '190009.017500', '190009.477500', '190009.937500', '190010.397500', '190010.857500', '190011.317500', '190011.777500', '190012.237500', '190012.697500', '190013.157500', '190013.617500', '190014.077500', '190014.537500', '190014.997500', '190015.457500', '190015.917500', '190016.377500', '190016.837500', '190017.297500', '190017.757500', '190018.217500', '190018.677500', '190019.137500', '190019.597500', '190020.057500', '190020.517500', '190020.977500', '190021.437500', '190021.897500', '190022.357500', '190022.817500', '190023.277500', '190023.737500', '190024.197500', '190024.657500', '190025.117500', '190025.577500', '190026.037500', '190026.497500', '190026.957500', '190027.417500', '190027.877500', '190028.337500', '190028.797500', '190029.257500', '190029.717500', '190030.177500', '190030.637500', '190031.097500', '190031.557500', '190032.017500', '190032.477500', '190032.937500', '190033.397500', '190033.857500', '190034.317500', '190034.777500', '190035.237500', '190035.697500', '190036.157500', '190036.617500', '190037.077500', '190037.537500', '190037.997500', '190038.457500', '190038.917500', '190039.377500', '190039.837500', '190040.297500', '190040.757500', '190041.217500', '190041.677500', '190042.137500', '190042.597500', '190043.057500', '190043.517500', '190043.977500', '190044.437500', '190044.897500', '190045.357500', '190045.817500', '190046.277500', '190046.737500', '190047.197500', '190047.657500', '190048.117500', '190048.577500', '190049.037500', '190049.497500', '190049.957500', '190050.417500', '190050.877500', '190051.337500', '190051.797500', '190052.257500', '190052.717500', '190053.177500', '190053.637500', '190054.097500', '190054.557500', '190055.017500', '190055.477500', '190055.937500', '190056.397500', '190056.857500', '190057.317500', '190057.777500', '190058.237500', '190058.697500', '190059.157500', '190059.617500', '190100.077500', '190100.537500', '190100.997500', '190101.457500', '190101.917500', '190102.377500', '190102.837500', '190103.297500', '190103.757500', '190104.217500', '190104.677500', '190105.137500', '190105.597500', '190106.057500', '190106.517500', '190106.977500', '190107.437500', '190107.897500', '190108.357500', '190108.817500', '190109.277500', '190109.737500', '190110.197500', '190110.657500', '190111.117500', '190111.577500', '190112.037500', '190112.497500', '190112.957500', '190113.417500', '190113.877500', '190114.337500', '190114.797500', '190115.257500', '190115.717500', '190116.177500', '190116.637500', '190117.097500', '190117.557500', '190118.017500', '190118.477500', '190118.937500', '190119.397500', '190119.857500', '190120.317500', '190120.777500', '190121.237500', '190121.697500', '190122.157500', '190122.617500', '190123.077500', '190123.537500', '190123.997500', '190124.457500', '190124.917500', '190125.377500', '190125.837500', '190126.297500', '190126.757500', '190127.217500', '190127.677500', '190128.137500', '190128.597500', '190129.057500', '190129.517500', '190129.977500', '190130.437500', '190130.897500', '190131.357500', '190131.817500', '190132.277500', '190132.737500', '190133.197500', '190133.657500', '190134.117500', '190134.577500', '190135.037500', '190135.497500', '190135.957500', '190136.417500', '190136.877500', '190137.337500', '190137.797500', '190138.257500', '190138.717500', '190139.177500', '190139.637500', '190140.097500', '190140.557500', '190141.017500', '190141.477500', '190141.937500', '190142.397500', '190142.857500', '190143.317500', '190143.777500', '190144.237500', '190144.697500', '190145.157500', '190145.617500', '190146.077500', '190146.537500', '190146.997500', '190147.457500', '190147.917500', '190148.377500', '190148.837500', '190149.297500', '190149.757500', '190150.217500', '190150.677500', '190151.137500', '190151.597500', '190152.057500', '190152.517500', '190152.977500', '190153.437500', '190153.897500', '190154.357500', '190154.817500', '190155.277500', '190155.737500', '190156.197500', '190156.657500', '190157.117500', '190157.577500', '190158.037500', '190158.497500', '190158.957500', '190159.417500', '190159.877500', '190200.337500', '190200.797500', '190201.257500', '190201.717500', '190202.177500', '190202.637500', '190203.097500', '190203.557500', '190204.017500', '190204.477500', '190204.937500', '190205.397500', '190205.857500', '190206.317500', '190206.777500', '190207.237500', '190207.697500', '190208.157500', '190208.617500', '190209.077500', '190209.537500', '190209.997500', '190210.457500', '190210.917500', '190211.377500', '190211.837500', '190212.297500', '190212.757500', '190213.217500', '190213.677500', '190214.137500', '190214.597500', '190215.057500', '190215.517500', '190215.977500', '190216.437500', '190216.897500', '190217.357500', '190217.817500', '190218.277500', '190218.737500', '190219.197500', '190219.657500', '190220.117500', '190220.577500', '190221.037500', '190221.497500', '190221.957500', '190222.417500', '190222.877500', '190223.337500', '190223.797500', '190224.257500', '190224.717500', '190225.177500', '190225.637500', '190226.097500', '190226.557500', '190227.017500', '190227.477500', '190227.937500', '190228.397500', '190228.857500', '190229.317500', '190229.777500', '190230.237500', '190230.697500', '190231.157500', '190231.617500', '190232.077500', '190232.537500', '190232.997500', '190233.457500', '190233.917500', '190234.377500', '190234.837500', '190235.297500', '190235.757500', '190236.217500', '190236.677500', '190237.137500', '190237.597500', '190238.057500', '190238.517500', '190238.977500', '190239.437500', '190239.897500', '190240.357500', '190240.817500', '190241.277500', '190241.737500', '190242.197500', '190242.657500', '190243.117500', '190243.577500'], 'ContentTime': ['185033.596000', '185033.599000', '185033.602000', '185033.605000', '185033.607000', '185033.610000', '185033.612000', '185033.615000', '185033.618000', '185033.620000', '185033.623000', '185033.625000', '185033.628000', '185033.630000', '185033.633000', '185033.636000', '185033.638000', '185033.641000', '185033.643000', '185033.646000', '185033.648000', '185033.651000', '185033.654000', '185033.656000', '185033.659000', '185033.661000', '185033.664000', '185033.666000', '185033.669000', '185033.672000', '185033.674000', '185033.677000', '185033.679000', '185033.682000', '185033.684000', '185033.687000', '185033.689000', '185033.692000', '185033.695000', '185033.697000', '185033.700000', '185033.702000', '185033.705000', '185033.707000', '185033.710000', '185033.713000', '185033.715000', '185033.718000', '185033.720000', '185053.560000', '185053.563000', '185053.566000', '185053.569000', '185053.571000', '185053.574000', '185053.576000', '185053.579000', '185053.582000', '185053.584000', '185053.587000', '185053.589000', '185053.592000', '185053.594000', '185053.597000', '185053.600000', '185053.602000', '185053.605000', '185053.607000', '185053.610000', '185053.612000', '185053.615000', '185053.618000', '185053.620000', '185053.623000', '185053.625000', '185053.628000', '185053.630000', '185053.633000', '185053.635000', '185053.638000', '185053.641000', '185053.643000', '185053.646000', '185053.648000', '185053.651000', '185053.654000', '185053.656000', '185053.659000', '185053.661000', '185053.664000', '185053.675000', '185053.677000', '185113.560000', '185113.564000', '185113.567000', '185113.569000', '185113.572000', '185113.574000', '185113.577000', '185113.580000', '185113.582000', '185113.585000', '185113.587000', '185113.590000', '185113.593000', '185113.595000', '185113.598000', '185113.601000', '185113.603000', '185113.606000', '185113.608000', '185113.611000', '185113.613000', '185113.616000', '185113.619000', '185113.657000', '185113.660000', '185113.662000', '185113.665000', '185113.668000', '185113.670000', '185113.673000', '185113.675000', '185113.678000', '185113.681000', '185113.683000', '185113.686000', '185113.689000', '185113.691000', '185113.694000', '185113.696000', '185113.699000', '185113.701000', '185113.704000', '185113.707000', '185113.709000', '185133.560000', '185133.563000', '185133.566000', '185133.568000', '185133.571000', '185133.574000', '185133.576000', '185133.579000', '185133.581000', '185133.584000', '185133.586000', '185133.589000', '185133.592000', '185133.594000', '185133.597000', '185133.600000', '185133.602000', '185133.605000', '185133.607000', '185133.610000', '185133.613000', '185133.615000', '185133.618000', '185133.620000', '185133.623000', '185133.625000', '185133.628000', '185133.631000', '185133.633000', '185133.636000', '185133.638000', '185133.641000', '185133.644000', '185133.646000', '185133.649000', '185133.651000', '185133.654000', '185133.657000', '185133.659000', '185133.662000', '185133.664000', '185133.667000', '185133.669000', '185153.560000', '185153.563000', '185153.566000', '185153.569000', '185153.571000', '185153.574000', '185153.579000', '185153.582000', '185153.585000', '185153.587000', '185153.590000', '185153.592000', '185153.595000', '185153.597000', '185153.600000', '185153.603000', '185153.605000', '185153.608000', '185153.611000', '185153.613000', '185153.616000', '185153.619000', '185153.621000', '185153.624000', '185153.626000', '185153.629000', '185153.632000', '185153.634000', '185153.637000', '185153.640000', '185153.642000', '185153.645000', '185153.663000', '185153.665000', '185153.668000', '185153.671000', '185153.673000', '185153.676000', '185153.678000', '185153.681000', '185153.683000', '185153.686000', '185153.689000', '185213.561000', '185213.564000', '185213.566000', '185213.569000', '185213.571000', '185213.574000', '185213.577000', '185213.579000', '185213.582000', '185213.584000', '185213.587000', '185213.590000', '185213.592000', '185213.595000', '185213.597000', '185213.600000', '185213.603000', '185213.606000', '185213.608000', '185213.611000', '185213.613000', '185213.616000', '185213.619000', '185213.621000', '185213.624000', '185213.626000', '185213.629000', '185213.631000', '185213.634000', '185213.637000', '185213.639000', '185213.642000', '185213.644000', '185213.647000', '185213.650000', '185213.652000', '185213.655000', '185213.657000', '185213.660000', '185213.663000', '185213.665000', '185213.668000', '185213.670000', '185213.673000', '185233.560000', '185233.563000', '185233.566000', '185233.569000', '185233.571000', '185233.574000', '185233.576000', '185233.579000', '185233.582000', '185233.584000', '185233.587000', '185233.589000', '185233.592000', '185233.594000', '185233.597000', '185233.600000', '185233.604000', '185233.606000', '185233.609000', '185233.612000', '185233.614000', '185233.617000', '185233.619000', '185233.622000', '185233.624000', '185233.627000', '185233.629000', '185233.632000', '185233.635000', '185233.637000', '185233.640000', '185233.642000', '185233.645000', '185233.648000', '185233.650000', '185233.653000', '185233.655000', '185233.658000', '185233.661000', '185233.663000', '185233.666000', '185233.668000', '185233.671000', '185253.560000', '185253.563000', '185253.566000', '185253.568000', '185253.571000', '185253.574000', '185253.576000', '185253.579000', '185253.582000', '185253.584000', '185253.587000', '185253.589000', '185253.592000', '185253.594000', '185253.597000', '185253.600000', '185253.602000', '185253.605000', '185253.608000', '185253.610000', '185253.613000', '185253.615000', '185253.618000', '185253.620000', '185253.623000', '185253.626000', '185253.628000', '185253.631000', '185253.633000', '185253.636000', '185253.639000', '185253.641000', '185253.644000', '185253.646000', '185253.649000', '185253.651000', '185253.654000', '185253.657000', '185253.659000', '185253.662000', '185253.664000', '185253.667000', '185253.669000', '185253.672000', '185313.561000', '185313.563000', '185313.566000', '185313.569000', '185313.571000', '185313.574000', '185313.576000', '185313.579000', '185313.581000', '185313.584000', '185313.587000', '185313.589000', '185313.592000', '185313.594000', '185313.597000', '185313.600000', '185313.602000', '185313.605000', '185313.607000', '185313.610000', '185313.612000', '185313.615000', '185313.618000', '185313.620000', '185313.623000', '185313.625000', '185313.628000', '185313.630000', '185313.633000', '185313.636000', '185313.638000', '185313.641000', '185313.643000', '185313.646000', '185313.649000', '185313.651000', '185313.654000', '185313.656000', '185313.659000', '185313.661000', '185313.664000', '185313.667000', '185313.669000', '185333.561000', '185333.563000', '185333.566000', '185333.569000', '185333.571000', '185333.574000', '185333.576000', '185333.579000', '185333.581000', '185333.584000', '185333.587000', '185333.589000', '185333.592000', '185333.594000', '185333.597000', '185333.600000', '185333.602000', '185333.605000', '185333.608000', '185333.610000', '185333.613000', '185333.615000', '185333.618000', '185333.620000', '185333.623000', '185333.626000', '185333.628000', '185333.631000', '185333.633000', '185333.655000', '185333.657000', '185333.660000', '185333.662000', '185333.665000', '185333.668000', '185333.670000', '185333.673000', '185333.675000', '185333.678000', '185333.681000', '185333.683000', '185333.686000', '185333.688000', '185333.691000', '185353.560000', '185353.563000', '185353.566000', '185353.569000', '185353.571000', '185353.574000', '185353.576000', '185353.579000', '185353.581000', '185353.584000', '185353.587000', '185353.589000', '185353.592000', '185353.594000', '185353.597000', '185353.600000', '185353.602000', '185353.605000', '185353.607000', '185353.610000', '185353.613000', '185353.615000', '185353.618000', '185353.620000', '185353.623000', '185353.626000', '185353.628000', '185353.631000', '185353.633000', '185353.636000', '185353.639000', '185353.643000', '185353.646000', '185353.649000', '185353.651000', '185353.654000', '185353.657000', '185353.659000', '185353.662000', '185353.664000', '185353.667000', '185353.670000', '185353.672000', '185413.561000', '185413.563000', '185413.566000', '185413.569000', '185413.571000', '185413.574000', '185413.577000', '185413.579000', '185413.582000', '185413.584000', '185413.587000', '185413.589000', '185413.592000', '185413.595000', '185413.597000', '185413.600000', '185413.603000', '185413.605000', '185413.608000', '185413.610000', '185413.613000', '185413.616000', '185413.618000', '185413.621000', '185413.623000', '185413.626000', '185413.628000', '185413.631000', '185413.634000', '185413.637000', '185413.639000', '185413.642000', '185413.644000', '185413.647000', '185413.649000', '185413.652000', '185413.655000', '185413.657000', '185413.660000', '185413.662000', '185413.665000', '185413.668000', '185413.670000', '185413.673000', '185433.561000', '185433.564000', '185433.566000', '185433.569000', '185433.571000', '185433.574000', '185433.576000', '185433.579000', '185433.582000', '185433.584000', '185433.587000', '185433.589000', '185433.592000', '185433.595000', '185433.597000', '185433.600000', '185433.602000', '185433.605000', '185433.608000', '185433.610000', '185433.613000', '185433.616000', '185433.618000', '185433.621000', '185433.623000', '185433.626000', '185433.629000', '185433.632000', '185433.634000', '185433.637000', '185433.639000', '185433.642000', '185433.644000', '185433.647000', '185433.649000', '185433.652000', '185433.655000', '185433.657000', '185433.660000', '185433.662000', '185433.665000', '185433.667000', '185433.670000', '185453.559000', '185453.562000', '185453.565000', '185453.567000', '185453.570000', '185453.573000', '185453.575000', '185453.578000', '185453.580000', '185453.583000', '185453.586000', '185453.588000', '185453.591000', '185453.594000', '185453.596000', '185453.599000', '185453.601000', '185453.604000', '185453.607000', '185453.609000', '185453.612000', '185453.614000', '185453.617000', '185453.619000', '185453.622000', '185453.625000', '185453.627000', '185453.630000', '185453.632000', '185453.635000', '185453.638000', '185453.640000', '185453.643000', '185453.645000', '185453.648000', '185453.650000', '185453.653000', '185453.655000', '185453.658000', '185453.661000', '185453.663000', '185453.666000', '185453.668000', '185453.671000', '185513.561000', '185513.564000', '185513.566000', '185513.569000', '185513.571000', '185513.574000', '185513.577000', '185513.579000', '185513.582000', '185513.589000', '185513.592000', '185513.595000', '185513.597000', '185513.600000', '185513.602000', '185513.605000', '185513.608000', '185513.610000', '185513.613000', '185513.616000', '185513.619000', '185513.622000', '185513.625000', '185513.627000', '185513.630000', '185513.633000', '185513.635000', '185513.638000', '185513.640000', '185513.643000', '185513.646000', '185513.648000', '185513.651000', '185513.653000', '185513.656000', '185513.659000', '185513.661000', '185513.664000', '185513.667000', '185513.669000', '185513.672000', '185513.674000', '185513.677000', '185533.561000', '185533.563000', '185533.566000', '185533.569000', '185533.571000', '185533.574000', '185533.576000', '185533.579000', '185533.581000', '185533.584000', '185533.587000', '185533.589000', '185533.592000', '185533.594000', '185533.597000', '185533.600000', '185533.602000', '185533.605000', '185533.607000', '185533.610000', '185533.613000', '185533.615000', '185533.618000', '185533.620000', '185533.623000', '185533.626000', '185533.628000', '185533.631000', '185533.633000', '185533.636000', '185533.638000', '185533.641000', '185533.644000', '185533.646000', '185533.649000', '185533.651000', '185533.654000', '185533.657000', '185533.659000', '185533.662000', '185533.664000', '185533.667000', '185533.670000', '185533.672000', '185553.560000', '185553.563000', '185553.566000', '185553.569000', '185553.571000', '185553.574000', '185553.576000', '185553.579000', '185553.582000', '185553.584000', '185553.587000', '185553.589000', '185553.592000', '185553.595000', '185553.597000', '185553.600000', '185553.602000', '185553.605000', '185553.608000', '185553.610000', '185553.613000', '185553.615000', '185553.618000', '185553.621000', '185553.623000', '185553.626000', '185553.628000', '185553.631000', '185553.634000', '185553.636000', '185553.639000', '185553.643000', '185553.646000', '185553.648000', '185553.651000', '185553.653000', '185553.656000', '185553.659000', '185553.661000', '185553.664000', '185553.666000', '185553.669000', '185553.672000', '185613.561000', '185613.563000', '185613.566000', '185613.569000', '185613.571000', '185613.574000', '185613.576000', '185613.579000', '185613.582000', '185613.584000', '185613.587000', '185613.589000', '185613.592000', '185613.595000', '185613.597000', '185613.600000', '185613.602000', '185613.605000', '185613.608000', '185613.610000', '185613.613000', '185613.615000', '185613.618000', '185613.621000', '185613.623000', '185613.626000', '185613.628000', '185613.631000', '185613.634000', '185613.636000', '185613.639000', '185613.641000', '185613.644000', '185613.647000', '185613.649000', '185613.652000', '185613.654000', '185613.657000', '185613.660000', '185613.662000', '185613.665000', '185613.667000', '185613.670000', '185613.672000', '185633.561000', '185633.563000', '185633.566000', '185633.569000', '185633.571000', '185633.574000', '185633.605000', '185633.608000', '185633.611000', '185633.613000', '185633.616000', '185633.619000', '185633.621000', '185633.624000', '185633.626000', '185633.629000', '185633.631000', '185633.634000', '185633.637000', '185633.639000', '185633.642000', '185633.644000', '185633.647000', '185633.650000', '185633.652000', '185633.655000', '185633.657000', '185633.660000', '185633.662000', '185633.665000', '185633.668000', '185633.670000', '185633.673000', '185633.676000', '185633.679000', '185633.682000', '185633.685000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.700000', '185653.560000', '185653.563000', '185653.566000', '185653.568000', '185653.571000', '185653.574000', '185653.576000', '185653.579000', '185653.582000', '185653.584000', '185653.587000', '185653.589000', '185653.592000', '185653.595000', '185653.597000', '185653.600000', '185653.603000', '185653.605000', '185653.608000', '185653.610000', '185653.613000', '185653.616000', '185653.618000', '185653.621000', '185653.623000', '185653.626000', '185653.629000', '185653.631000', '185653.634000', '185653.637000', '185653.639000', '185653.642000', '185653.644000', '185653.647000', '185653.649000', '185653.652000', '185653.655000', '185653.657000', '185653.660000', '185653.662000', '185653.665000', '185653.668000', '185653.670000', '185713.560000', '185713.563000', '185713.565000', '185713.568000', '185713.571000', '185713.573000', '185713.576000', '185713.578000', '185713.581000', '185713.584000', '185713.586000', '185713.589000', '185713.591000', '185713.594000', '185713.597000', '185713.599000', '185713.602000', '185713.604000', '185713.607000', '185713.610000', '185713.612000', '185713.615000', '185713.618000', '185713.620000', '185713.623000', '185713.625000', '185713.628000', '185713.630000', '185713.633000', '185713.636000', '185713.638000', '185713.641000', '185713.643000', '185713.646000', '185713.649000', '185713.651000', '185713.654000', '185713.656000', '185713.659000', '185713.662000', '185713.664000', '185713.667000', '185713.670000', '185713.672000', '185733.560000', '185733.563000', '185733.566000', '185733.568000', '185733.571000', '185733.574000', '185733.576000', '185733.579000', '185733.582000', '185733.584000', '185733.587000', '185733.589000', '185733.592000', '185733.594000', '185733.597000', '185733.600000', '185733.602000', '185733.605000', '185733.607000', '185733.610000', '185733.613000', '185733.615000', '185733.618000', '185733.621000', '185733.623000', '185733.626000', '185733.628000', '185733.631000', '185733.633000', '185733.636000', '185733.638000', '185733.641000', '185733.644000', '185733.646000', '185733.649000', '185733.652000', '185733.654000', '185733.657000', '185733.660000', '185733.662000', '185733.665000', '185733.667000', '185733.670000', '185733.673000', '185753.561000', '185753.564000', '185753.566000', '185753.569000', '185753.572000', '185753.574000', '185753.577000', '185753.580000', '185753.582000', '185753.585000', '185753.587000', '185753.590000', '185753.592000', '185753.595000', '185753.598000', '185753.600000', '185753.603000', '185753.606000', '185753.608000', '185753.611000', '185753.614000', '185753.616000', '185753.619000', '185753.622000', '185753.624000', '185753.627000', '185753.629000', '185753.632000', '185753.635000', '185753.637000', '185753.640000', '185753.658000', '185753.661000', '185753.663000', '185753.666000', '185753.668000', '185753.671000', '185753.674000', '185753.676000', '185753.679000', '185753.681000', '185753.684000', '185753.687000', '185813.560000', '185813.563000', '185813.566000', '185813.569000', '185813.571000', '185813.574000', '185813.576000', '185813.579000', '185813.582000', '185813.584000', '185813.587000', '185813.589000', '185813.592000', '185813.595000', '185813.597000', '185813.600000', '185813.603000', '185813.605000', '185813.608000', '185813.610000', '185813.613000', '185813.615000', '185813.618000', '185813.621000', '185813.623000', '185813.626000', '185813.628000', '185813.631000', '185813.633000', '185813.636000', '185813.639000', '185813.641000', '185813.644000', '185813.646000', '185813.649000', '185813.652000', '185813.654000', '185813.657000', '185813.659000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.672000', '185833.561000', '185833.564000', '185833.566000', '185833.569000', '185833.571000', '185833.574000', '185833.577000', '185833.579000', '185833.582000', '185833.584000', '185833.587000', '185833.589000', '185833.592000', '185833.595000', '185833.597000', '185833.600000', '185833.603000', '185833.605000', '185833.608000', '185833.610000', '185833.613000', '185833.616000', '185833.618000', '185833.621000', '185833.623000', '185833.626000', '185833.628000', '185833.631000', '185833.633000', '185833.636000', '185833.639000', '185833.641000', '185833.644000', '185833.647000', '185833.649000', '185833.652000', '185833.654000', '185833.657000', '185833.660000', '185833.662000', '185833.665000', '185833.668000', '185833.670000', '185853.562000', '185853.565000', '185853.568000', '185853.570000', '185853.573000', '185853.575000', '185853.578000', '185853.581000', '185853.583000', '185853.586000', '185853.588000', '185853.591000', '185853.593000', '185853.596000', '185853.599000', '185853.601000', '185853.604000', '185853.607000', '185853.609000', '185853.612000', '185853.615000', '185853.617000', '185853.620000', '185853.622000', '185853.625000', '185853.628000', '185853.630000', '185853.633000', '185853.635000', '185853.638000', '185853.641000', '185853.643000', '185853.646000', '185853.649000', '185853.651000', '185853.654000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.667000', '185853.669000', '185853.672000', '185853.674000', '185913.561000', '185913.564000', '185913.566000', '185913.569000', '185913.572000', '185913.574000', '185913.577000', '185913.579000', '185913.582000', '185913.584000', '185913.587000', '185913.590000', '185913.592000', '185913.613000', '185913.615000', '185913.618000', '185913.620000', '185913.623000', '185913.626000', '185913.628000', '185913.631000', '185913.633000', '185913.636000', '185913.639000', '185913.641000', '185913.644000', '185913.646000', '185913.649000', '185913.652000', '185913.654000', '185913.657000', '185913.660000', '185913.662000', '185913.665000', '185913.668000', '185913.670000', '185913.673000', '185913.675000', '185913.678000', '185913.680000', '185913.683000', '185913.686000', '185913.688000', '185933.559000', '185933.562000', '185933.565000', '185933.568000', '185933.570000', '185933.573000', '185933.575000', '185933.578000', '185933.580000', '185933.583000', '185933.586000', '185933.588000', '185933.591000', '185933.594000', '185933.596000', '185933.599000', '185933.602000', '185933.604000', '185933.607000', '185933.609000', '185933.612000', '185933.615000', '185933.617000', '185933.620000', '185933.622000', '185933.625000', '185933.628000', '185933.630000', '185933.633000', '185933.635000', '185933.638000', '185933.641000', '185933.643000', '185933.646000', '185933.648000', '185933.651000', '185933.653000', '185933.656000', '185933.659000', '185933.661000', '185933.664000', '185933.666000', '185933.669000', '185953.560000', '185953.563000', '185953.566000', '185953.569000', '185953.571000', '185953.574000', '185953.576000', '185953.579000', '185953.582000', '185953.584000', '185953.587000', '185953.589000', '185953.592000', '185953.595000', '185953.597000', '185953.600000', '185953.603000', '185953.605000', '185953.608000', '185953.610000', '185953.613000', '185953.616000', '185953.618000', '185953.621000', '185953.623000', '185953.626000', '185953.628000', '185953.631000', '185953.634000', '185953.636000', '185953.639000', '185953.641000', '185953.644000', '185953.647000', '185953.649000', '185953.652000', '185953.654000', '185953.667000', '185953.669000', '185953.672000', '185953.674000', '185953.677000', '185953.680000', '185953.682000', '190013.561000', '190013.563000', '190013.566000', '190013.569000', '190013.571000', '190013.574000', '190013.576000', '190013.579000', '190013.582000', '190013.584000', '190013.587000', '190013.590000', '190013.592000', '190013.595000', '190013.598000', '190013.602000', '190013.604000', '190013.607000', '190013.610000', '190013.612000', '190013.615000', '190013.617000', '190013.620000', '190013.623000', '190013.625000', '190013.628000', '190013.631000', '190013.633000', '190013.636000', '190013.638000', '190013.641000', '190013.643000', '190013.646000', '190013.649000', '190013.651000', '190013.654000', '190013.657000', '190013.659000', '190013.662000', '190013.665000', '190013.667000', '190013.670000', '190013.672000', '190033.561000', '190033.564000', '190033.566000', '190033.569000', '190033.571000', '190033.574000', '190033.577000', '190033.579000', '190033.582000', '190033.585000', '190033.587000', '190033.590000', '190033.592000', '190033.595000', '190033.598000', '190033.600000', '190033.603000', '190033.605000', '190033.608000', '190033.611000', '190033.613000', '190033.616000', '190033.618000', '190033.621000', '190033.623000', '190033.626000', '190033.629000', '190033.631000', '190033.634000', '190033.636000', '190033.639000', '190033.642000', '190033.644000', '190033.647000', '190033.649000', '190033.652000', '190033.654000', '190033.657000', '190033.660000', '190033.662000', '190033.665000', '190033.667000', '190033.670000', '190033.673000', '190053.561000', '190053.564000', '190053.566000', '190053.569000', '190053.572000', '190053.574000', '190053.577000', '190053.579000', '190053.582000', '190053.585000', '190053.587000', '190053.590000', '190053.592000', '190053.595000', '190053.598000', '190053.600000', '190053.603000', '190053.605000', '190053.608000', '190053.610000', '190053.613000', '190053.616000', '190053.618000', '190053.621000', '190053.624000', '190053.626000', '190053.629000', '190053.631000', '190053.634000', '190053.637000', '190053.639000', '190053.642000', '190053.645000', '190053.647000', '190053.650000', '190053.653000', '190053.655000', '190053.658000', '190053.660000', '190053.663000', '190053.666000', '190053.668000', '190053.671000', '190113.561000', '190113.563000', '190113.566000', '190113.569000', '190113.571000', '190113.574000', '190113.576000', '190113.579000', '190113.588000', '190113.591000', '190113.593000', '190113.596000', '190113.599000', '190113.601000', '190113.604000', '190113.607000', '190113.609000', '190113.612000', '190113.618000', '190113.620000', '190113.623000', '190113.625000', '190113.628000', '190113.631000', '190113.633000', '190113.636000', '190113.639000', '190113.641000', '190113.644000', '190113.646000', '190113.649000', '190113.651000', '190113.654000', '190113.657000', '190113.659000', '190113.662000', '190113.664000', '190113.667000', '190113.670000', '190113.672000', '190113.675000', '190113.677000', '190113.680000', '190113.683000', '190133.561000', '190133.563000', '190133.566000', '190133.569000', '190133.571000', '190133.574000', '190133.576000', '190133.579000', '190133.582000', '190133.584000', '190133.587000', '190133.590000', '190133.592000', '190133.595000', '190133.597000', '190133.600000', '190133.604000', '190133.607000', '190133.609000', '190133.612000', '190133.615000', '190133.617000', '190133.620000', '190133.623000', '190133.625000', '190133.628000', '190133.630000', '190133.633000', '190133.635000', '190133.638000', '190133.642000', '190133.644000', '190133.647000', '190133.650000', '190133.652000', '190133.655000', '190133.670000', '190133.673000', '190133.675000', '190133.678000', '190133.681000', '190133.683000', '190133.686000', '190153.559000', '190153.562000', '190153.565000', '190153.568000', '190153.570000', '190153.573000', '190153.575000', '190153.578000', '190153.581000', '190153.583000', '190153.586000', '190153.588000', '190153.591000', '190153.594000', '190153.596000', '190153.599000', '190153.601000', '190153.604000', '190153.607000', '190153.609000', '190153.612000', '190153.615000', '190153.617000', '190153.620000', '190153.623000', '190153.625000', '190153.628000', '190153.630000', '190153.633000', '190153.635000', '190153.638000', '190153.641000', '190153.643000', '190153.646000', '190153.648000', '190153.651000', '190153.654000', '190153.656000', '190153.659000', '190153.661000', '190153.664000', '190153.667000', '190153.669000', '190153.672000', '190213.561000', '190213.564000', '190213.566000', '190213.569000', '190213.572000', '190213.574000', '190213.577000', '190213.579000', '190213.582000', '190213.585000', '190213.587000', '190213.590000', '190213.592000', '190213.595000', '190213.597000', '190213.600000', '190213.603000', '190213.605000', '190213.608000', '190213.610000', '190213.613000', '190213.616000', '190213.618000', '190213.621000', '190213.624000', '190213.626000', '190213.629000', '190213.631000', '190213.634000', '190213.636000', '190213.639000', '190213.642000', '190213.644000', '190213.647000', '190213.649000', '190213.652000', '190213.656000', '190213.659000', '190213.661000', '190213.664000', '190213.667000', '190213.669000', '190213.672000', '190233.561000', '190233.564000', '190233.567000', '190233.569000', '190233.572000', '190233.574000', '190233.577000', '190233.580000', '190233.582000', '190233.585000', '190233.588000', '190233.590000', '190233.593000', '190233.595000', '190233.598000', '190233.601000', '190233.603000', '190233.606000', '190233.608000', '190233.611000', '190233.614000', '190233.616000', '190233.619000', '190233.622000', '190233.624000', '190233.627000', '190233.629000', '190233.632000', '190233.635000', '190233.637000', '190233.640000', '190233.642000', '190233.645000', '190233.648000', '190233.650000', '190233.653000', '190233.656000', '190233.658000', '190233.661000', '190233.663000', '190233.666000', '190233.669000', '190233.671000', '190233.674000', '190245.345000', '190245.348000', '190245.351000', '190245.353000', '190245.356000', '190245.359000', '190245.361000', '190245.364000', '190245.366000', '190245.369000', '190245.372000', '190245.374000', '190245.377000', '190245.379000', '190245.382000', '190245.385000', '190245.387000', '190245.390000', '190245.415000', '190245.417000', '190245.420000', '190245.423000', '190245.425000', '190245.428000', '190245.430000', '190245.433000'], 'InstanceCreationTime': ['185033.596000', '185033.599000', '185033.602000', '185033.605000', '185033.607000', '185033.610000', '185033.612000', '185033.615000', '185033.618000', '185033.620000', '185033.623000', '185033.625000', '185033.628000', '185033.630000', '185033.633000', '185033.636000', '185033.638000', '185033.641000', '185033.643000', '185033.646000', '185033.648000', '185033.651000', '185033.654000', '185033.656000', '185033.659000', '185033.661000', '185033.664000', '185033.666000', '185033.669000', '185033.672000', '185033.674000', '185033.677000', '185033.679000', '185033.682000', '185033.684000', '185033.687000', '185033.689000', '185033.692000', '185033.695000', '185033.697000', '185033.700000', '185033.702000', '185033.705000', '185033.707000', '185033.710000', '185033.713000', '185033.715000', '185033.718000', '185033.720000', '185053.560000', '185053.563000', '185053.566000', '185053.569000', '185053.571000', '185053.574000', '185053.576000', '185053.579000', '185053.582000', '185053.584000', '185053.587000', '185053.589000', '185053.592000', '185053.594000', '185053.597000', '185053.600000', '185053.602000', '185053.605000', '185053.607000', '185053.610000', '185053.612000', '185053.615000', '185053.618000', '185053.620000', '185053.623000', '185053.625000', '185053.628000', '185053.630000', '185053.633000', '185053.635000', '185053.638000', '185053.641000', '185053.643000', '185053.646000', '185053.648000', '185053.651000', '185053.654000', '185053.656000', '185053.659000', '185053.661000', '185053.664000', '185053.675000', '185053.677000', '185113.560000', '185113.564000', '185113.567000', '185113.569000', '185113.572000', '185113.574000', '185113.577000', '185113.580000', '185113.582000', '185113.585000', '185113.587000', '185113.590000', '185113.593000', '185113.595000', '185113.598000', '185113.601000', '185113.603000', '185113.606000', '185113.608000', '185113.611000', '185113.613000', '185113.616000', '185113.619000', '185113.657000', '185113.660000', '185113.662000', '185113.665000', '185113.668000', '185113.670000', '185113.673000', '185113.675000', '185113.678000', '185113.681000', '185113.683000', '185113.686000', '185113.689000', '185113.691000', '185113.694000', '185113.696000', '185113.699000', '185113.701000', '185113.704000', '185113.707000', '185113.709000', '185133.560000', '185133.563000', '185133.566000', '185133.568000', '185133.571000', '185133.574000', '185133.576000', '185133.579000', '185133.581000', '185133.584000', '185133.586000', '185133.589000', '185133.592000', '185133.594000', '185133.597000', '185133.600000', '185133.602000', '185133.605000', '185133.607000', '185133.610000', '185133.613000', '185133.615000', '185133.618000', '185133.620000', '185133.623000', '185133.625000', '185133.628000', '185133.631000', '185133.633000', '185133.636000', '185133.638000', '185133.641000', '185133.644000', '185133.646000', '185133.649000', '185133.651000', '185133.654000', '185133.657000', '185133.659000', '185133.662000', '185133.664000', '185133.667000', '185133.669000', '185153.560000', '185153.563000', '185153.566000', '185153.569000', '185153.571000', '185153.574000', '185153.579000', '185153.582000', '185153.585000', '185153.587000', '185153.590000', '185153.592000', '185153.595000', '185153.597000', '185153.600000', '185153.603000', '185153.605000', '185153.608000', '185153.611000', '185153.613000', '185153.616000', '185153.619000', '185153.621000', '185153.624000', '185153.626000', '185153.629000', '185153.632000', '185153.634000', '185153.637000', '185153.640000', '185153.642000', '185153.645000', '185153.663000', '185153.665000', '185153.668000', '185153.671000', '185153.673000', '185153.676000', '185153.678000', '185153.681000', '185153.683000', '185153.686000', '185153.689000', '185213.561000', '185213.564000', '185213.566000', '185213.569000', '185213.571000', '185213.574000', '185213.577000', '185213.579000', '185213.582000', '185213.584000', '185213.587000', '185213.590000', '185213.592000', '185213.595000', '185213.597000', '185213.600000', '185213.603000', '185213.606000', '185213.608000', '185213.611000', '185213.613000', '185213.616000', '185213.619000', '185213.621000', '185213.624000', '185213.626000', '185213.629000', '185213.631000', '185213.634000', '185213.637000', '185213.639000', '185213.642000', '185213.644000', '185213.647000', '185213.650000', '185213.652000', '185213.655000', '185213.657000', '185213.660000', '185213.663000', '185213.665000', '185213.668000', '185213.670000', '185213.673000', '185233.560000', '185233.563000', '185233.566000', '185233.569000', '185233.571000', '185233.574000', '185233.576000', '185233.579000', '185233.582000', '185233.584000', '185233.587000', '185233.589000', '185233.592000', '185233.594000', '185233.597000', '185233.600000', '185233.604000', '185233.606000', '185233.609000', '185233.612000', '185233.614000', '185233.617000', '185233.619000', '185233.622000', '185233.624000', '185233.627000', '185233.629000', '185233.632000', '185233.635000', '185233.637000', '185233.640000', '185233.642000', '185233.645000', '185233.648000', '185233.650000', '185233.653000', '185233.655000', '185233.658000', '185233.661000', '185233.663000', '185233.666000', '185233.668000', '185233.671000', '185253.560000', '185253.563000', '185253.566000', '185253.568000', '185253.571000', '185253.574000', '185253.576000', '185253.579000', '185253.582000', '185253.584000', '185253.587000', '185253.589000', '185253.592000', '185253.594000', '185253.597000', '185253.600000', '185253.602000', '185253.605000', '185253.608000', '185253.610000', '185253.613000', '185253.615000', '185253.618000', '185253.620000', '185253.623000', '185253.626000', '185253.628000', '185253.631000', '185253.633000', '185253.636000', '185253.639000', '185253.641000', '185253.644000', '185253.646000', '185253.649000', '185253.651000', '185253.654000', '185253.657000', '185253.659000', '185253.662000', '185253.664000', '185253.667000', '185253.669000', '185253.672000', '185313.561000', '185313.563000', '185313.566000', '185313.569000', '185313.571000', '185313.574000', '185313.576000', '185313.579000', '185313.581000', '185313.584000', '185313.587000', '185313.589000', '185313.592000', '185313.594000', '185313.597000', '185313.600000', '185313.602000', '185313.605000', '185313.607000', '185313.610000', '185313.612000', '185313.615000', '185313.618000', '185313.620000', '185313.623000', '185313.625000', '185313.628000', '185313.630000', '185313.633000', '185313.636000', '185313.638000', '185313.641000', '185313.643000', '185313.646000', '185313.649000', '185313.651000', '185313.654000', '185313.656000', '185313.659000', '185313.661000', '185313.664000', '185313.667000', '185313.669000', '185333.561000', '185333.563000', '185333.566000', '185333.569000', '185333.571000', '185333.574000', '185333.576000', '185333.579000', '185333.581000', '185333.584000', '185333.587000', '185333.589000', '185333.592000', '185333.594000', '185333.597000', '185333.600000', '185333.602000', '185333.605000', '185333.608000', '185333.610000', '185333.613000', '185333.615000', '185333.618000', '185333.620000', '185333.623000', '185333.626000', '185333.628000', '185333.631000', '185333.633000', '185333.655000', '185333.657000', '185333.660000', '185333.662000', '185333.665000', '185333.668000', '185333.670000', '185333.673000', '185333.675000', '185333.678000', '185333.681000', '185333.683000', '185333.686000', '185333.688000', '185333.691000', '185353.560000', '185353.563000', '185353.566000', '185353.569000', '185353.571000', '185353.574000', '185353.576000', '185353.579000', '185353.581000', '185353.584000', '185353.587000', '185353.589000', '185353.592000', '185353.594000', '185353.597000', '185353.600000', '185353.602000', '185353.605000', '185353.607000', '185353.610000', '185353.613000', '185353.615000', '185353.618000', '185353.620000', '185353.623000', '185353.626000', '185353.628000', '185353.631000', '185353.633000', '185353.636000', '185353.639000', '185353.643000', '185353.646000', '185353.649000', '185353.651000', '185353.654000', '185353.657000', '185353.659000', '185353.662000', '185353.664000', '185353.667000', '185353.670000', '185353.672000', '185413.561000', '185413.563000', '185413.566000', '185413.569000', '185413.571000', '185413.574000', '185413.577000', '185413.579000', '185413.582000', '185413.584000', '185413.587000', '185413.589000', '185413.592000', '185413.595000', '185413.597000', '185413.600000', '185413.603000', '185413.605000', '185413.608000', '185413.610000', '185413.613000', '185413.616000', '185413.618000', '185413.621000', '185413.623000', '185413.626000', '185413.628000', '185413.631000', '185413.634000', '185413.637000', '185413.639000', '185413.642000', '185413.644000', '185413.647000', '185413.649000', '185413.652000', '185413.655000', '185413.657000', '185413.660000', '185413.662000', '185413.665000', '185413.668000', '185413.670000', '185413.673000', '185433.561000', '185433.564000', '185433.566000', '185433.569000', '185433.571000', '185433.574000', '185433.576000', '185433.579000', '185433.582000', '185433.584000', '185433.587000', '185433.589000', '185433.592000', '185433.595000', '185433.597000', '185433.600000', '185433.602000', '185433.605000', '185433.608000', '185433.610000', '185433.613000', '185433.616000', '185433.618000', '185433.621000', '185433.623000', '185433.626000', '185433.629000', '185433.632000', '185433.634000', '185433.637000', '185433.639000', '185433.642000', '185433.644000', '185433.647000', '185433.649000', '185433.652000', '185433.655000', '185433.657000', '185433.660000', '185433.662000', '185433.665000', '185433.667000', '185433.670000', '185453.559000', '185453.562000', '185453.565000', '185453.567000', '185453.570000', '185453.573000', '185453.575000', '185453.578000', '185453.580000', '185453.583000', '185453.586000', '185453.588000', '185453.591000', '185453.594000', '185453.596000', '185453.599000', '185453.601000', '185453.604000', '185453.607000', '185453.609000', '185453.612000', '185453.614000', '185453.617000', '185453.619000', '185453.622000', '185453.625000', '185453.627000', '185453.630000', '185453.632000', '185453.635000', '185453.638000', '185453.640000', '185453.643000', '185453.645000', '185453.648000', '185453.650000', '185453.653000', '185453.655000', '185453.658000', '185453.661000', '185453.663000', '185453.666000', '185453.668000', '185453.671000', '185513.561000', '185513.564000', '185513.566000', '185513.569000', '185513.571000', '185513.574000', '185513.577000', '185513.579000', '185513.582000', '185513.589000', '185513.592000', '185513.595000', '185513.597000', '185513.600000', '185513.602000', '185513.605000', '185513.608000', '185513.610000', '185513.613000', '185513.616000', '185513.619000', '185513.622000', '185513.625000', '185513.627000', '185513.630000', '185513.633000', '185513.635000', '185513.638000', '185513.640000', '185513.643000', '185513.646000', '185513.648000', '185513.651000', '185513.653000', '185513.656000', '185513.659000', '185513.661000', '185513.664000', '185513.667000', '185513.669000', '185513.672000', '185513.674000', '185513.677000', '185533.561000', '185533.563000', '185533.566000', '185533.569000', '185533.571000', '185533.574000', '185533.576000', '185533.579000', '185533.581000', '185533.584000', '185533.587000', '185533.589000', '185533.592000', '185533.594000', '185533.597000', '185533.600000', '185533.602000', '185533.605000', '185533.607000', '185533.610000', '185533.613000', '185533.615000', '185533.618000', '185533.620000', '185533.623000', '185533.626000', '185533.628000', '185533.631000', '185533.633000', '185533.636000', '185533.638000', '185533.641000', '185533.644000', '185533.646000', '185533.649000', '185533.651000', '185533.654000', '185533.657000', '185533.659000', '185533.662000', '185533.664000', '185533.667000', '185533.670000', '185533.672000', '185553.560000', '185553.563000', '185553.566000', '185553.569000', '185553.571000', '185553.574000', '185553.576000', '185553.579000', '185553.582000', '185553.584000', '185553.587000', '185553.589000', '185553.592000', '185553.595000', '185553.597000', '185553.600000', '185553.602000', '185553.605000', '185553.608000', '185553.610000', '185553.613000', '185553.615000', '185553.618000', '185553.621000', '185553.623000', '185553.626000', '185553.628000', '185553.631000', '185553.634000', '185553.636000', '185553.639000', '185553.643000', '185553.646000', '185553.648000', '185553.651000', '185553.653000', '185553.656000', '185553.659000', '185553.661000', '185553.664000', '185553.666000', '185553.669000', '185553.672000', '185613.561000', '185613.563000', '185613.566000', '185613.569000', '185613.571000', '185613.574000', '185613.576000', '185613.579000', '185613.582000', '185613.584000', '185613.587000', '185613.589000', '185613.592000', '185613.595000', '185613.597000', '185613.600000', '185613.602000', '185613.605000', '185613.608000', '185613.610000', '185613.613000', '185613.615000', '185613.618000', '185613.621000', '185613.623000', '185613.626000', '185613.628000', '185613.631000', '185613.634000', '185613.636000', '185613.639000', '185613.641000', '185613.644000', '185613.647000', '185613.649000', '185613.652000', '185613.654000', '185613.657000', '185613.660000', '185613.662000', '185613.665000', '185613.667000', '185613.670000', '185613.672000', '185633.561000', '185633.563000', '185633.566000', '185633.569000', '185633.571000', '185633.574000', '185633.605000', '185633.608000', '185633.611000', '185633.613000', '185633.616000', '185633.619000', '185633.621000', '185633.624000', '185633.626000', '185633.629000', '185633.631000', '185633.634000', '185633.637000', '185633.639000', '185633.642000', '185633.644000', '185633.647000', '185633.650000', '185633.652000', '185633.655000', '185633.657000', '185633.660000', '185633.662000', '185633.665000', '185633.668000', '185633.670000', '185633.673000', '185633.676000', '185633.679000', '185633.682000', '185633.685000', '185633.687000', '185633.690000', '185633.693000', '185633.695000', '185633.698000', '185633.700000', '185653.560000', '185653.563000', '185653.566000', '185653.568000', '185653.571000', '185653.574000', '185653.576000', '185653.579000', '185653.582000', '185653.584000', '185653.587000', '185653.589000', '185653.592000', '185653.595000', '185653.597000', '185653.600000', '185653.603000', '185653.605000', '185653.608000', '185653.610000', '185653.613000', '185653.616000', '185653.618000', '185653.621000', '185653.623000', '185653.626000', '185653.629000', '185653.631000', '185653.634000', '185653.637000', '185653.639000', '185653.642000', '185653.644000', '185653.647000', '185653.649000', '185653.652000', '185653.655000', '185653.657000', '185653.660000', '185653.662000', '185653.665000', '185653.668000', '185653.670000', '185713.560000', '185713.563000', '185713.565000', '185713.568000', '185713.571000', '185713.573000', '185713.576000', '185713.578000', '185713.581000', '185713.584000', '185713.586000', '185713.589000', '185713.591000', '185713.594000', '185713.597000', '185713.599000', '185713.602000', '185713.604000', '185713.607000', '185713.610000', '185713.612000', '185713.615000', '185713.618000', '185713.620000', '185713.623000', '185713.625000', '185713.628000', '185713.630000', '185713.633000', '185713.636000', '185713.638000', '185713.641000', '185713.643000', '185713.646000', '185713.649000', '185713.651000', '185713.654000', '185713.656000', '185713.659000', '185713.662000', '185713.664000', '185713.667000', '185713.670000', '185713.672000', '185733.560000', '185733.563000', '185733.566000', '185733.568000', '185733.571000', '185733.574000', '185733.576000', '185733.579000', '185733.582000', '185733.584000', '185733.587000', '185733.589000', '185733.592000', '185733.594000', '185733.597000', '185733.600000', '185733.602000', '185733.605000', '185733.607000', '185733.610000', '185733.613000', '185733.615000', '185733.618000', '185733.621000', '185733.623000', '185733.626000', '185733.628000', '185733.631000', '185733.633000', '185733.636000', '185733.638000', '185733.641000', '185733.644000', '185733.646000', '185733.649000', '185733.652000', '185733.654000', '185733.657000', '185733.660000', '185733.662000', '185733.665000', '185733.667000', '185733.670000', '185733.673000', '185753.561000', '185753.564000', '185753.566000', '185753.569000', '185753.572000', '185753.574000', '185753.577000', '185753.580000', '185753.582000', '185753.585000', '185753.587000', '185753.590000', '185753.592000', '185753.595000', '185753.598000', '185753.600000', '185753.603000', '185753.606000', '185753.608000', '185753.611000', '185753.614000', '185753.616000', '185753.619000', '185753.622000', '185753.624000', '185753.627000', '185753.629000', '185753.632000', '185753.635000', '185753.637000', '185753.640000', '185753.658000', '185753.661000', '185753.663000', '185753.666000', '185753.668000', '185753.671000', '185753.674000', '185753.676000', '185753.679000', '185753.681000', '185753.684000', '185753.687000', '185813.560000', '185813.563000', '185813.566000', '185813.569000', '185813.571000', '185813.574000', '185813.576000', '185813.579000', '185813.582000', '185813.584000', '185813.587000', '185813.589000', '185813.592000', '185813.595000', '185813.597000', '185813.600000', '185813.603000', '185813.605000', '185813.608000', '185813.610000', '185813.613000', '185813.615000', '185813.618000', '185813.621000', '185813.623000', '185813.626000', '185813.628000', '185813.631000', '185813.633000', '185813.636000', '185813.639000', '185813.641000', '185813.644000', '185813.646000', '185813.649000', '185813.652000', '185813.654000', '185813.657000', '185813.659000', '185813.662000', '185813.665000', '185813.667000', '185813.670000', '185813.672000', '185833.561000', '185833.564000', '185833.566000', '185833.569000', '185833.571000', '185833.574000', '185833.577000', '185833.579000', '185833.582000', '185833.584000', '185833.587000', '185833.589000', '185833.592000', '185833.595000', '185833.597000', '185833.600000', '185833.603000', '185833.605000', '185833.608000', '185833.610000', '185833.613000', '185833.616000', '185833.618000', '185833.621000', '185833.623000', '185833.626000', '185833.628000', '185833.631000', '185833.633000', '185833.636000', '185833.639000', '185833.641000', '185833.644000', '185833.647000', '185833.649000', '185833.652000', '185833.654000', '185833.657000', '185833.660000', '185833.662000', '185833.665000', '185833.668000', '185833.670000', '185853.562000', '185853.565000', '185853.568000', '185853.570000', '185853.573000', '185853.575000', '185853.578000', '185853.581000', '185853.583000', '185853.586000', '185853.588000', '185853.591000', '185853.593000', '185853.596000', '185853.599000', '185853.601000', '185853.604000', '185853.607000', '185853.609000', '185853.612000', '185853.615000', '185853.617000', '185853.620000', '185853.622000', '185853.625000', '185853.628000', '185853.630000', '185853.633000', '185853.635000', '185853.638000', '185853.641000', '185853.643000', '185853.646000', '185853.649000', '185853.651000', '185853.654000', '185853.656000', '185853.659000', '185853.661000', '185853.664000', '185853.667000', '185853.669000', '185853.672000', '185853.674000', '185913.561000', '185913.564000', '185913.566000', '185913.569000', '185913.572000', '185913.574000', '185913.577000', '185913.579000', '185913.582000', '185913.584000', '185913.587000', '185913.590000', '185913.592000', '185913.613000', '185913.615000', '185913.618000', '185913.620000', '185913.623000', '185913.626000', '185913.628000', '185913.631000', '185913.633000', '185913.636000', '185913.639000', '185913.641000', '185913.644000', '185913.646000', '185913.649000', '185913.652000', '185913.654000', '185913.657000', '185913.660000', '185913.662000', '185913.665000', '185913.668000', '185913.670000', '185913.673000', '185913.675000', '185913.678000', '185913.680000', '185913.683000', '185913.686000', '185913.688000', '185933.559000', '185933.562000', '185933.565000', '185933.568000', '185933.570000', '185933.573000', '185933.575000', '185933.578000', '185933.580000', '185933.583000', '185933.586000', '185933.588000', '185933.591000', '185933.594000', '185933.596000', '185933.599000', '185933.602000', '185933.604000', '185933.607000', '185933.609000', '185933.612000', '185933.615000', '185933.617000', '185933.620000', '185933.622000', '185933.625000', '185933.628000', '185933.630000', '185933.633000', '185933.635000', '185933.638000', '185933.641000', '185933.643000', '185933.646000', '185933.648000', '185933.651000', '185933.653000', '185933.656000', '185933.659000', '185933.661000', '185933.664000', '185933.666000', '185933.669000', '185953.560000', '185953.563000', '185953.566000', '185953.569000', '185953.571000', '185953.574000', '185953.576000', '185953.579000', '185953.582000', '185953.584000', '185953.587000', '185953.589000', '185953.592000', '185953.595000', '185953.597000', '185953.600000', '185953.603000', '185953.605000', '185953.608000', '185953.610000', '185953.613000', '185953.616000', '185953.618000', '185953.621000', '185953.623000', '185953.626000', '185953.628000', '185953.631000', '185953.634000', '185953.636000', '185953.639000', '185953.641000', '185953.644000', '185953.647000', '185953.649000', '185953.652000', '185953.654000', '185953.667000', '185953.669000', '185953.672000', '185953.674000', '185953.677000', '185953.680000', '185953.682000', '190013.561000', '190013.563000', '190013.566000', '190013.569000', '190013.571000', '190013.574000', '190013.576000', '190013.579000', '190013.582000', '190013.584000', '190013.587000', '190013.590000', '190013.592000', '190013.595000', '190013.598000', '190013.602000', '190013.604000', '190013.607000', '190013.610000', '190013.612000', '190013.615000', '190013.617000', '190013.620000', '190013.623000', '190013.625000', '190013.628000', '190013.631000', '190013.633000', '190013.636000', '190013.638000', '190013.641000', '190013.643000', '190013.646000', '190013.649000', '190013.651000', '190013.654000', '190013.657000', '190013.659000', '190013.662000', '190013.665000', '190013.667000', '190013.670000', '190013.672000', '190033.561000', '190033.564000', '190033.566000', '190033.569000', '190033.571000', '190033.574000', '190033.577000', '190033.579000', '190033.582000', '190033.585000', '190033.587000', '190033.590000', '190033.592000', '190033.595000', '190033.598000', '190033.600000', '190033.603000', '190033.605000', '190033.608000', '190033.611000', '190033.613000', '190033.616000', '190033.618000', '190033.621000', '190033.623000', '190033.626000', '190033.629000', '190033.631000', '190033.634000', '190033.636000', '190033.639000', '190033.642000', '190033.644000', '190033.647000', '190033.649000', '190033.652000', '190033.654000', '190033.657000', '190033.660000', '190033.662000', '190033.665000', '190033.667000', '190033.670000', '190033.673000', '190053.561000', '190053.564000', '190053.566000', '190053.569000', '190053.572000', '190053.574000', '190053.577000', '190053.579000', '190053.582000', '190053.585000', '190053.587000', '190053.590000', '190053.592000', '190053.595000', '190053.598000', '190053.600000', '190053.603000', '190053.605000', '190053.608000', '190053.610000', '190053.613000', '190053.616000', '190053.618000', '190053.621000', '190053.624000', '190053.626000', '190053.629000', '190053.631000', '190053.634000', '190053.637000', '190053.639000', '190053.642000', '190053.645000', '190053.647000', '190053.650000', '190053.653000', '190053.655000', '190053.658000', '190053.660000', '190053.663000', '190053.666000', '190053.668000', '190053.671000', '190113.561000', '190113.563000', '190113.566000', '190113.569000', '190113.571000', '190113.574000', '190113.576000', '190113.579000', '190113.588000', '190113.591000', '190113.593000', '190113.596000', '190113.599000', '190113.601000', '190113.604000', '190113.607000', '190113.609000', '190113.612000', '190113.618000', '190113.620000', '190113.623000', '190113.625000', '190113.628000', '190113.631000', '190113.633000', '190113.636000', '190113.639000', '190113.641000', '190113.644000', '190113.646000', '190113.649000', '190113.651000', '190113.654000', '190113.657000', '190113.659000', '190113.662000', '190113.664000', '190113.667000', '190113.670000', '190113.672000', '190113.675000', '190113.677000', '190113.680000', '190113.683000', '190133.561000', '190133.563000', '190133.566000', '190133.569000', '190133.571000', '190133.574000', '190133.576000', '190133.579000', '190133.582000', '190133.584000', '190133.587000', '190133.590000', '190133.592000', '190133.595000', '190133.597000', '190133.600000', '190133.604000', '190133.607000', '190133.609000', '190133.612000', '190133.615000', '190133.617000', '190133.620000', '190133.623000', '190133.625000', '190133.628000', '190133.630000', '190133.633000', '190133.635000', '190133.638000', '190133.642000', '190133.644000', '190133.647000', '190133.650000', '190133.652000', '190133.655000', '190133.670000', '190133.673000', '190133.675000', '190133.678000', '190133.681000', '190133.683000', '190133.686000', '190153.559000', '190153.562000', '190153.565000', '190153.568000', '190153.570000', '190153.573000', '190153.575000', '190153.578000', '190153.581000', '190153.583000', '190153.586000', '190153.588000', '190153.591000', '190153.594000', '190153.596000', '190153.599000', '190153.601000', '190153.604000', '190153.607000', '190153.609000', '190153.612000', '190153.615000', '190153.617000', '190153.620000', '190153.623000', '190153.625000', '190153.628000', '190153.630000', '190153.633000', '190153.635000', '190153.638000', '190153.641000', '190153.643000', '190153.646000', '190153.648000', '190153.651000', '190153.654000', '190153.656000', '190153.659000', '190153.661000', '190153.664000', '190153.667000', '190153.669000', '190153.672000', '190213.561000', '190213.564000', '190213.566000', '190213.569000', '190213.572000', '190213.574000', '190213.577000', '190213.579000', '190213.582000', '190213.585000', '190213.587000', '190213.590000', '190213.592000', '190213.595000', '190213.597000', '190213.600000', '190213.603000', '190213.605000', '190213.608000', '190213.610000', '190213.613000', '190213.616000', '190213.618000', '190213.621000', '190213.624000', '190213.626000', '190213.629000', '190213.631000', '190213.634000', '190213.636000', '190213.639000', '190213.642000', '190213.644000', '190213.647000', '190213.649000', '190213.652000', '190213.656000', '190213.659000', '190213.661000', '190213.664000', '190213.667000', '190213.669000', '190213.672000', '190233.561000', '190233.564000', '190233.567000', '190233.569000', '190233.572000', '190233.574000', '190233.577000', '190233.580000', '190233.582000', '190233.585000', '190233.588000', '190233.590000', '190233.593000', '190233.595000', '190233.598000', '190233.601000', '190233.603000', '190233.606000', '190233.608000', '190233.611000', '190233.614000', '190233.616000', '190233.619000', '190233.622000', '190233.624000', '190233.627000', '190233.629000', '190233.632000', '190233.635000', '190233.637000', '190233.640000', '190233.642000', '190233.645000', '190233.648000', '190233.650000', '190233.653000', '190233.656000', '190233.658000', '190233.661000', '190233.663000', '190233.666000', '190233.669000', '190233.671000', '190233.674000', '190245.345000', '190245.348000', '190245.351000', '190245.353000', '190245.356000', '190245.359000', '190245.361000', '190245.364000', '190245.366000', '190245.369000', '190245.372000', '190245.374000', '190245.377000', '190245.379000', '190245.382000', '190245.385000', '190245.387000', '190245.390000', '190245.415000', '190245.417000', '190245.420000', '190245.423000', '190245.425000', '190245.428000', '190245.430000', '190245.433000'], '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': [7001, 9260, 7183, 11053, 7796, 11072, 8276, 7633, 9389, 6604, 9236, 6929, 7219, 7083, 7418, 7042, 6935, 8009, 6924, 7266, 7028, 7541, 6907, 7285, 7241, 6890, 7236, 7076, 7255, 7186, 7234, 7964, 7143, 7415, 6949, 7561, 6999, 7277, 7857, 7302, 7307, 6981, 7455, 8338, 7071, 9297, 6817, 7319, 7029, 7413, 7318, 6906, 8741, 7126, 7877, 7095, 7331, 7095, 7328, 6928, 7225, 7767, 7247, 6733, 6854, 7446, 7290, 7359, 7239, 7096, 7243, 8577, 7364, 7388, 6869, 7538, 7361, 7583, 7224, 6975, 7432, 7157, 7370, 9079, 7146, 7240, 6995, 7108, 8401, 7321, 7212, 7483, 7284, 9291, 7393, 7561, 7648, 7217, 9132, 7356, 6947, 6875, 7332, 8384, 7428, 7126, 7198, 7410, 7779, 7187, 7191, 7056, 7389, 7827, 7196, 8749, 7018, 7393, 7406, 7280, 9934, 7207, 7451, 7207, 7421, 8796, 7069, 7372, 7454, 7343, 8668, 7263, 6998, 7122, 7024, 7470, 7137, 7193, 6963, 7134, 9548, 7090, 7385, 7041, 7022, 9200, 7030, 7358, 6911, 7074, 8329, 7265, 7025, 6970, 7402, 7608, 7365, 7052, 6953, 7365, 7919, 7107, 7054, 10194, 6989, 7465, 7035, 7305, 8611, 7040, 7071, 6846, 7190, 8403, 6967, 7152, 9479, 7097, 9951, 6956, 7227, 8436, 7100, 10261, 6939, 7103, 7048, 7052, 10535, 7143, 7407, 7148, 7059, 9167, 6913, 7256, 6983, 7085, 7756, 6987, 7165, 6984, 7260, 7350, 7171, 6961, 6932, 7135, 7703, 7101, 7469, 6989, 7067, 8219, 7179, 7445, 7501, 7124, 8607, 7116, 7240, 8650, 7307, 7874, 7090, 7166, 6988, 7224, 8187, 7140, 6974, 6853, 7280, 8591, 7050, 7343, 6842, 7245, 8988, 6999, 7317, 7352, 7179, 8983, 7205, 6884, 10431, 7770, 7023, 9228, 7520, 8168, 7564, 7202, 7337, 7688, 7315, 8098, 6946, 7036, 7125, 7228, 8882, 7067, 6554, 11056, 9594, 11480, 10416, 8047, 11188, 8078, 10258, 8716, 7334, 8406, 6565, 9764, 6978, 6571, 7246, 6519, 6820, 6969, 6571, 6962, 6491, 8165, 6944, 6657, 7196, 6647, 7353, 6786, 6522, 7150, 6785, 6965, 6708, 6524, 7153, 6622, 6939, 6810, 6909, 7008, 6720, 6895, 6832, 6806, 6934, 6612, 7163, 6781, 6722, 6927, 7082, 8837, 6793, 6673, 7045, 7113, 8882, 6932, 6685, 7103, 7157, 8656, 6948, 6959, 6857, 7166, 8442, 6873, 6731, 6882, 6875, 7956, 6858, 6993, 6993, 7319, 8776, 6879, 6682, 7421, 6942, 7956, 6841, 6858, 7078, 6905, 7705, 7004, 7163, 6880, 6909, 7363, 6931, 6683, 6842, 6849, 8069, 7076, 7249, 7030, 6843, 7024, 6894, 7544, 6868, 6979, 7369, 6797, 6771, 7143, 6793, 7489, 6972, 8033, 6872, 6713, 7062, 7180, 7484, 7040, 6715, 7357, 6825, 6820, 7559, 7049, 8587, 7011, 6659, 6860, 6993, 9368, 6886, 6636, 6854, 6916, 7954, 6626, 6943, 6868, 6902, 8035, 7172, 7051, 6727, 7221, 7593, 7116, 7097, 7432, 7279, 7045, 7159, 7109, 9480, 7345, 6996, 6845, 7002, 7058, 6633, 7154, 9614, 7326, 7797, 6923, 6838, 7604, 7213, 9244, 6829, 6765, 7329, 7450, 7180, 6796, 7097, 9756, 7543, 7210, 7589, 6941, 6903, 6930, 7086, 10098, 6998, 7146, 6589, 7135, 7336, 7153, 8054, 7323, 7136, 6602, 7260, 7020, 7278, 6978, 6601, 7238, 8424, 7277, 6984, 6714, 7254, 8932, 7047, 6995, 7013, 7096, 6951, 7184, 8389, 6666, 7043, 8053, 7107, 6923, 6775, 7192, 7627, 7115, 6732, 6572, 7324, 7839, 7194, 9277, 8098, 7028, 8830, 7120, 7992, 7261, 7015, 8811, 7264, 9074, 7140, 6829, 6963, 7185, 7512, 7243, 7977, 7298, 6997, 7527, 7294, 6876, 6409, 7281, 7825, 7359, 7144, 6404, 7295, 7307, 7295, 7165, 6803, 7294, 7631, 7352, 7077, 6577, 7298, 7494, 7433, 6680, 7060, 7551, 8928, 6646, 7234, 6725, 7322, 6953, 7357, 7271, 8353, 7382, 9288, 7335, 6911, 8364, 7549, 8161, 7332, 7061, 7973, 7408, 7214, 7062, 7220, 8333, 7462, 7075, 7122, 7388, 9885, 7406, 7327, 6718, 7346, 9574, 7556, 7334, 6700, 7290, 7939, 7726, 7402, 7058, 7687, 7539, 7792, 7341, 7272, 7526, 8087, 7667, 7247, 8606, 7678, 7333, 7260, 7665, 7210, 7415, 7293, 7974, 7711, 7875, 7533, 7078, 6592, 7438, 8882, 7440, 7192, 7399, 7273, 7551, 7478, 7785, 7492, 7219, 6980, 7441, 9905, 7695, 7278, 7067, 7337, 8702, 7508, 7121, 8092, 7517, 7014, 6382, 7532, 7076, 7800, 7141, 6574, 7580, 6839, 7599, 7177, 7518, 7191, 6442, 7536, 8221, 6855, 7539, 7474, 7481, 7164, 6740, 7397, 8251, 7720, 7296, 8592, 7503, 10039, 7579, 7113, 7814, 7472, 8531, 7423, 6953, 7062, 7546, 8162, 7479, 6990, 6861, 7462, 9741, 7579, 7189, 6789, 7601, 10040, 7593, 7337, 6779, 7352, 8022, 7576, 7105, 6848, 7307, 6638, 7296, 7812, 6846, 7052, 6807, 7423, 6798, 6944, 7479, 7772, 6683, 7601, 7142, 7568, 7344, 7684, 7633, 8012, 7598, 7132, 7432, 7445, 8725, 7507, 7166, 6889, 7283, 9111, 7419, 7293, 7621, 7123, 7598, 7765, 7352, 7394, 7238, 6948, 7585, 9049, 7576, 7359, 10068, 7536, 7282, 6814, 7502, 7555, 7598, 7139, 6624, 7566, 8086, 7507, 7033, 6835, 7472, 6855, 7520, 7187, 6612, 7496, 7191, 7557, 7099, 6792, 7543, 7186, 7566, 7172, 7096, 7295, 8919, 7866, 7285, 6380, 7601, 7985, 7805, 7243, 7166, 7618, 8268, 7582, 7345, 6972, 7682, 8899, 7739, 7353, 7539, 7387, 8030, 7661, 10553, 8977, 7624, 7619, 7704, 7424, 6893, 7487, 7773, 7659, 7340, 7703, 7165, 7074, 7686, 8647, 7636, 7339, 7597, 7148, 8131, 7922, 7857, 7644, 7433, 7463, 7535, 10320, 7848, 7403, 6620, 7558, 7581, 7484, 7396, 7126, 7477, 6627, 7535, 7286, 7581, 7571, 7682, 7257, 6244, 7444, 6946, 7628, 7243, 6267, 7494, 7256, 7549, 6893, 9960, 8013, 7530, 9285, 6975, 7975, 6885, 7503, 6897, 7301, 7152, 8090, 7256, 7485, 7739, 6819, 8104, 7337, 11038, 8338, 9407, 9026, 7225, 11477, 9382, 10678, 7926, 7280, 7515, 7428, 9640, 7426, 9259, 7423, 7176, 7043, 7317, 7352, 7437, 7140, 6648, 7276, 7453, 7395, 7060, 6703, 7123, 7016, 7428, 8193, 7417, 7125, 7953, 7382, 7820, 7406, 7133, 7022, 7293, 6941, 7565, 7599, 7119, 7265, 6870, 7792, 7077, 6490, 7428, 7257, 6812, 7611, 7593, 7659, 7260, 7120, 7390, 8269, 7403, 7290, 6803, 7570, 7712, 7576, 7321, 6926, 7669, 6864, 7595, 7175, 6905, 7652, 8247, 7463, 7346, 7048, 7692, 9263, 7810, 7387, 8914, 7698, 7661, 7606, 7386, 8598, 7590, 7554, 7713, 7150, 7284, 7182, 8527, 7536, 7105, 6845, 7223, 7404, 7452, 7300, 7554, 7086, 6841, 7494, 8139, 7706, 7151, 6259, 7481, 7938, 7608, 7202, 7115, 7515, 7809, 7513, 6921, 7362, 7572, 8114, 7560, 6850, 7932, 7516, 9498, 7663, 7059, 7852, 7495, 10380, 7777, 7354, 7267, 7503, 10005, 7691, 7221, 6949, 7312, 8936, 7637, 7071, 6775, 7497, 7633, 7535, 7137, 6825, 7427, 8082, 7641, 7205, 8176, 7614, 7133, 6822, 7555, 8289, 7341, 7359, 8233, 7686, 7264, 9017, 7607, 7208, 7424, 7297, 9041, 7595, 7216, 6767, 7489, 8162, 7561, 7571, 7455, 7820, 7055, 8679, 7857, 7429, 6865, 7788, 8482, 7762, 7550, 8783, 7684, 9936, 7787, 7302, 9833, 7807, 9555, 7958, 7277, 8383, 7747, 9560, 7506, 7366, 8097, 7460, 7449, 7950, 7586, 7531, 7717, 6892, 7843, 7622, 8277, 7521, 7173, 7473, 7319, 8078, 7786, 7089, 6926, 7403, 7665, 7258, 7407, 8276, 7721, 7093, 6822, 7559, 9328, 8032, 7309, 7928, 7599, 7419, 7395, 7448, 8607, 7526, 7155, 7308, 7207, 9499, 7671, 7111, 7644, 6960, 8223, 7657, 7112, 7209, 7259, 7689, 7481, 6962, 7201, 7341, 7260, 7531, 6903, 7835, 7510, 7480, 7616, 6980, 7713, 7449, 6847, 7160, 7050, 7845, 7489, 7065, 7477, 7503, 7568, 7437, 6939, 8411, 7508, 9319, 7546, 7008, 7882, 7571, 7823, 7566, 7022, 8271, 7573, 7187, 6932, 7228, 7487, 7298, 8162, 7132, 7194, 7338, 7307, 9018, 7879, 7146, 7765, 7469, 9670, 7703, 7069, 8988, 7461, 8077, 7576, 6875, 8182, 7487, 8152, 7639, 6954, 7151, 7329, 9052, 7650, 7067, 7273, 7199, 8147, 7780, 7085, 6597, 7582, 7944, 7510, 6909, 8361, 7344, 7283, 7451, 7243, 7802, 7525, 7207, 7681, 7135, 7409, 7466, 8296, 7785, 7248, 7333, 7545, 8830, 7917, 7341, 7517, 7447, 6935, 7195, 7491, 7477, 7470, 7198, 7499, 7406, 6937, 7348, 7007, 7092, 7231, 7232, 7621, 7089, 7023, 7393, 7062, 7884, 7518, 7146, 7400, 7392, 8218, 9000, 7618, 7447, 7589, 7274, 10550, 8862, 7105, 7650, 7493, 7356, 7304, 7180, 9308, 7612, 7043, 7569, 7278, 9866, 7724, 6990, 7462, 7800, 7116, 7389, 7469, 8744, 10496, 8367, 7373, 8718, 6715, 7081, 6846, 7063, 6870, 6906, 7073, 8977, 7767, 7282, 7881, 7173, 8283, 7946, 7140, 8678, 7616, 11408, 9875, 7711, 10779, 8137, 10390, 9406, 7636, 9806, 7886, 7557, 7793, 7787, 10077, 7964, 7829, 7555, 7780, 9507, 7949, 7553, 6922, 7821, 7507, 7985, 7382, 7662, 7958, 7547, 6889, 7674, 7552, 7645, 7619, 7617, 7859, 7543, 7325, 7798, 8919, 8012, 7621, 7701, 7829, 7677, 7626, 7766, 7661, 7988, 7437, 7373, 7797, 7401, 7370, 7635, 7111, 7819, 7232, 7644, 7967, 7445, 7523, 7668, 7243, 7820, 7243, 7431, 7892, 8288, 8216, 7497, 7664, 7626, 9330, 7923, 7558, 7639, 7765, 9200, 7982, 7999, 7576, 7863, 8705, 7897, 8167, 7832, 7770, 8037, 7849, 7249, 7570, 7914, 8198, 8103, 7381, 7532, 7838, 7599, 7737, 7917, 8404, 7888, 7526, 7925, 7985, 8977, 8155, 7552, 7868, 7984, 9519, 7282, 7804, 7699, 8178, 7644, 7866, 7914, 7931, 7824, 7424, 8584, 7936, 7716, 6849, 7934, 8442, 7964, 7599, 7274, 7832, 7883, 7978, 7364, 8485, 8058, 7593, 7639, 7673, 8516, 8087, 7568, 7049, 7889, 7537, 7848, 7397, 9030, 7979, 7645, 7782, 7616, 8545, 7928, 7577, 7670, 7816, 7716, 8013, 7457, 8830, 7984, 7615, 7730, 7552, 8349, 7992, 7744, 7291, 7731, 7378, 8071, 8310, 8133, 7586, 7652, 7830, 7513, 7404, 7604, 9173, 8016, 7604, 7205, 7851, 9160, 8222, 7765, 7756, 8084, 8332, 7974, 7573, 8420, 7962, 8067, 7804, 7314, 7509, 7700, 9133, 8040, 7737, 7309, 7614, 8377, 8151, 7623, 7395, 7529, 7493, 8035, 7589, 7167, 7914, 7721, 7933, 7692, 7492, 7931, 7602, 8049, 7336, 8225, 7905, 8618, 8222, 7490, 8692, 8167, 7985, 7616, 7750, 8041, 7929, 8515, 8018, 7863, 9896, 8049, 9397, 8328, 7828, 8707, 8019, 7688, 7376, 7525, 9432, 8082, 7653, 7747, 7850, 7242, 7995, 7549, 7019, 8015, 7700, 8018, 7382, 8228, 8056, 7543, 7682, 8145, 9381, 8207, 7547, 10184, 7930, 7601, 7952, 7686, 7843, 7890, 7507, 8001, 7715, 7234, 7828, 8239, 7990, 7594, 6862, 7803, 7598, 8018, 7492, 7769, 7959, 7490, 8002, 7617, 8653, 8084, 7912, 7743, 7420, 8523, 7852, 8518, 8002, 7568, 7043, 7697, 9258, 8057, 7529, 7076, 8045, 7350, 7285, 7370, 9727, 7889, 7764, 7456, 8034, 7568, 7267, 7477, 9362, 7883, 7584, 7664, 7739, 8595, 7775, 8982, 7616, 7653, 7792, 7780, 7549, 8000, 7915, 9186, 8107, 7663, 7691, 7590, 9964, 8125, 8251, 8032, 7301, 8705, 7893, 7830, 8139, 7547, 6956, 7932, 8287], 'WindowCenter': [3922.0, 3936.0, 3894.0, 3932.0, 3890.0, 3918.0, 3897.0, 3875.0, 3895.0, 3864.0, 3893.0, 3863.0, 3873.0, 3873.0, 3874.0, 3873.0, 3874.0, 3885.0, 3875.0, 3875.0, 3875.0, 3885.0, 3876.0, 3887.0, 3886.0, 3888.0, 3887.0, 3888.0, 3888.0, 3888.0, 3889.0, 3899.0, 3889.0, 3888.0, 3889.0, 3899.0, 3889.0, 3889.0, 3899.0, 3889.0, 3888.0, 3889.0, 3889.0, 3899.0, 3889.0, 3909.0, 3878.0, 3888.0, 3877.0, 3886.0, 3886.0, 3876.0, 3897.0, 3875.0, 3886.0, 3877.0, 3887.0, 3887.0, 3886.0, 3888.0, 3888.0, 3898.0, 3889.0, 3889.0, 3890.0, 3900.0, 3899.0, 3901.0, 3899.0, 3901.0, 3899.0, 3910.0, 3901.0, 3901.0, 3889.0, 3901.0, 3900.0, 3902.0, 3901.0, 3890.0, 3901.0, 3890.0, 3901.0, 3910.0, 3891.0, 3900.0, 3890.0, 3890.0, 3910.0, 3901.0, 3900.0, 3899.0, 3888.0, 3920.0, 3900.0, 3898.0, 3899.0, 3889.0, 3920.0, 3900.0, 3887.0, 3888.0, 3888.0, 3900.0, 3900.0, 3889.0, 3889.0, 3899.0, 3899.0, 3890.0, 3889.0, 3889.0, 3900.0, 3900.0, 3890.0, 3909.0, 3888.0, 3889.0, 3888.0, 3888.0, 3918.0, 3889.0, 3888.0, 3887.0, 3887.0, 3898.0, 3888.0, 3886.0, 3887.0, 3888.0, 3897.0, 3888.0, 3887.0, 3888.0, 3888.0, 3888.0, 3888.0, 3888.0, 3888.0, 3887.0, 3919.0, 3888.0, 3887.0, 3888.0, 3887.0, 3908.0, 3887.0, 3887.0, 3887.0, 3887.0, 3897.0, 3888.0, 3887.0, 3888.0, 3888.0, 3897.0, 3889.0, 3887.0, 3888.0, 3889.0, 3899.0, 3889.0, 3888.0, 3920.0, 3889.0, 3887.0, 3887.0, 3887.0, 3898.0, 3888.0, 3877.0, 3877.0, 3887.0, 3898.0, 3888.0, 3887.0, 3908.0, 3876.0, 3906.0, 3886.0, 3885.0, 3896.0, 3876.0, 3906.0, 3875.0, 3875.0, 3876.0, 3875.0, 3916.0, 3876.0, 3874.0, 3874.0, 3874.0, 3894.0, 3875.0, 3875.0, 3875.0, 3875.0, 3884.0, 3875.0, 3875.0, 3875.0, 3886.0, 3885.0, 3887.0, 3876.0, 3875.0, 3887.0, 3886.0, 3887.0, 3887.0, 3887.0, 3888.0, 3896.0, 3877.0, 3887.0, 3899.0, 3888.0, 3909.0, 3877.0, 3886.0, 3897.0, 3887.0, 3885.0, 3886.0, 3876.0, 3876.0, 3887.0, 3896.0, 3877.0, 3876.0, 3877.0, 3887.0, 3898.0, 3887.0, 3886.0, 3876.0, 3887.0, 3897.0, 3886.0, 3887.0, 3886.0, 3876.0, 3895.0, 3886.0, 3889.0, 3919.0, 3900.0, 3887.0, 3908.0, 3886.0, 3885.0, 3886.0, 3874.0, 3885.0, 3898.0, 3888.0, 3897.0, 3886.0, 3874.0, 3886.0, 3887.0, 3907.0, 3887.0, 3865.0, 3916.0, 3895.0, 3903.0, 3893.0, 3870.0, 3891.0, 3859.0, 3877.0, 3868.0, 3846.0, 3856.0, 3847.0, 3877.0, 3846.0, 3845.0, 3846.0, 3836.0, 3846.0, 3848.0, 3846.0, 3848.0, 3848.0, 3868.0, 3858.0, 3848.0, 3848.0, 3848.0, 3859.0, 3860.0, 3848.0, 3860.0, 3859.0, 3859.0, 3862.0, 3851.0, 3872.0, 3863.0, 3873.0, 3875.0, 3873.0, 3874.0, 3874.0, 3874.0, 3877.0, 3876.0, 3876.0, 3875.0, 3874.0, 3876.0, 3876.0, 3876.0, 3876.0, 3897.0, 3875.0, 3875.0, 3876.0, 3876.0, 3907.0, 3888.0, 3877.0, 3877.0, 3887.0, 3896.0, 3888.0, 3888.0, 3878.0, 3888.0, 3898.0, 3878.0, 3877.0, 3888.0, 3877.0, 3899.0, 3878.0, 3889.0, 3888.0, 3888.0, 3908.0, 3878.0, 3877.0, 3888.0, 3888.0, 3898.0, 3877.0, 3878.0, 3888.0, 3888.0, 3888.0, 3889.0, 3888.0, 3889.0, 3888.0, 3889.0, 3889.0, 3877.0, 3879.0, 3888.0, 3898.0, 3889.0, 3888.0, 3887.0, 3877.0, 3887.0, 3888.0, 3887.0, 3878.0, 3888.0, 3887.0, 3878.0, 3876.0, 3888.0, 3888.0, 3888.0, 3889.0, 3897.0, 3878.0, 3878.0, 3889.0, 3889.0, 3887.0, 3887.0, 3878.0, 3888.0, 3890.0, 3877.0, 3889.0, 3888.0, 3898.0, 3888.0, 3876.0, 3878.0, 3888.0, 3908.0, 3888.0, 3877.0, 3876.0, 3888.0, 3897.0, 3876.0, 3877.0, 3877.0, 3887.0, 3897.0, 3886.0, 3876.0, 3876.0, 3888.0, 3886.0, 3887.0, 3877.0, 3887.0, 3887.0, 3877.0, 3887.0, 3877.0, 3908.0, 3887.0, 3875.0, 3875.0, 3877.0, 3877.0, 3877.0, 3877.0, 3907.0, 3888.0, 3886.0, 3876.0, 3864.0, 3885.0, 3886.0, 3896.0, 3875.0, 3875.0, 3874.0, 3885.0, 3875.0, 3875.0, 3877.0, 3907.0, 3887.0, 3887.0, 3886.0, 3876.0, 3874.0, 3876.0, 3876.0, 3906.0, 3875.0, 3875.0, 3863.0, 3875.0, 3874.0, 3876.0, 3884.0, 3875.0, 3875.0, 3864.0, 3875.0, 3875.0, 3887.0, 3876.0, 3876.0, 3887.0, 3895.0, 3886.0, 3876.0, 3877.0, 3886.0, 3897.0, 3876.0, 3876.0, 3874.0, 3874.0, 3876.0, 3876.0, 3896.0, 3876.0, 3876.0, 3896.0, 3887.0, 3888.0, 3877.0, 3889.0, 3899.0, 3889.0, 3877.0, 3878.0, 3889.0, 3898.0, 3889.0, 3909.0, 3898.0, 3877.0, 3897.0, 3876.0, 3885.0, 3887.0, 3875.0, 3897.0, 3875.0, 3895.0, 3876.0, 3875.0, 3875.0, 3875.0, 3886.0, 3886.0, 3886.0, 3887.0, 3876.0, 3886.0, 3887.0, 3875.0, 3866.0, 3886.0, 3886.0, 3888.0, 3877.0, 3866.0, 3887.0, 3886.0, 3888.0, 3877.0, 3877.0, 3887.0, 3887.0, 3888.0, 3877.0, 3878.0, 3887.0, 3886.0, 3888.0, 3877.0, 3888.0, 3888.0, 3908.0, 3877.0, 3888.0, 3877.0, 3887.0, 3888.0, 3888.0, 3888.0, 3899.0, 3887.0, 3908.0, 3888.0, 3877.0, 3897.0, 3887.0, 3897.0, 3886.0, 3877.0, 3888.0, 3888.0, 3886.0, 3876.0, 3876.0, 3896.0, 3886.0, 3875.0, 3876.0, 3885.0, 3907.0, 3886.0, 3875.0, 3874.0, 3875.0, 3906.0, 3886.0, 3874.0, 3863.0, 3874.0, 3885.0, 3887.0, 3874.0, 3875.0, 3885.0, 3885.0, 3887.0, 3886.0, 3885.0, 3885.0, 3885.0, 3887.0, 3885.0, 3897.0, 3887.0, 3887.0, 3886.0, 3887.0, 3887.0, 3886.0, 3887.0, 3897.0, 3888.0, 3897.0, 3886.0, 3876.0, 3877.0, 3876.0, 3895.0, 3875.0, 3874.0, 3876.0, 3874.0, 3885.0, 3885.0, 3886.0, 3885.0, 3886.0, 3876.0, 3886.0, 3905.0, 3885.0, 3874.0, 3874.0, 3873.0, 3883.0, 3875.0, 3873.0, 3884.0, 3875.0, 3875.0, 3865.0, 3887.0, 3875.0, 3888.0, 3887.0, 3876.0, 3887.0, 3876.0, 3898.0, 3886.0, 3888.0, 3887.0, 3876.0, 3887.0, 3897.0, 3878.0, 3888.0, 3888.0, 3889.0, 3888.0, 3889.0, 3900.0, 3898.0, 3899.0, 3886.0, 3899.0, 3888.0, 3908.0, 3888.0, 3876.0, 3887.0, 3887.0, 3896.0, 3886.0, 3875.0, 3876.0, 3885.0, 3897.0, 3887.0, 3876.0, 3875.0, 3886.0, 3907.0, 3884.0, 3875.0, 3875.0, 3886.0, 3906.0, 3886.0, 3874.0, 3864.0, 3886.0, 3885.0, 3886.0, 3874.0, 3875.0, 3875.0, 3875.0, 3885.0, 3886.0, 3876.0, 3876.0, 3876.0, 3887.0, 3877.0, 3877.0, 3888.0, 3886.0, 3877.0, 3886.0, 3887.0, 3899.0, 3888.0, 3888.0, 3888.0, 3898.0, 3899.0, 3887.0, 3888.0, 3887.0, 3908.0, 3887.0, 3888.0, 3888.0, 3887.0, 3908.0, 3887.0, 3886.0, 3887.0, 3876.0, 3886.0, 3886.0, 3886.0, 3886.0, 3887.0, 3875.0, 3886.0, 3897.0, 3886.0, 3876.0, 3906.0, 3886.0, 3874.0, 3875.0, 3885.0, 3885.0, 3887.0, 3876.0, 3877.0, 3887.0, 3897.0, 3888.0, 3875.0, 3876.0, 3885.0, 3876.0, 3887.0, 3876.0, 3878.0, 3886.0, 3888.0, 3887.0, 3886.0, 3878.0, 3887.0, 3887.0, 3887.0, 3888.0, 3888.0, 3888.0, 3909.0, 3898.0, 3887.0, 3876.0, 3887.0, 3896.0, 3888.0, 3887.0, 3876.0, 3886.0, 3896.0, 3886.0, 3887.0, 3886.0, 3886.0, 3897.0, 3887.0, 3886.0, 3885.0, 3885.0, 3885.0, 3886.0, 3906.0, 3897.0, 3886.0, 3885.0, 3885.0, 3875.0, 3876.0, 3886.0, 3887.0, 3887.0, 3886.0, 3887.0, 3877.0, 3876.0, 3887.0, 3896.0, 3887.0, 3875.0, 3886.0, 3876.0, 3887.0, 3887.0, 3886.0, 3886.0, 3875.0, 3875.0, 3885.0, 3906.0, 3885.0, 3874.0, 3864.0, 3884.0, 3885.0, 3875.0, 3874.0, 3875.0, 3874.0, 3863.0, 3884.0, 3885.0, 3885.0, 3884.0, 3884.0, 3874.0, 3864.0, 3886.0, 3875.0, 3888.0, 3887.0, 3877.0, 3888.0, 3887.0, 3899.0, 3889.0, 3920.0, 3901.0, 3888.0, 3908.0, 3877.0, 3886.0, 3877.0, 3886.0, 3888.0, 3886.0, 3888.0, 3895.0, 3886.0, 3886.0, 3886.0, 3875.0, 3886.0, 3874.0, 3904.0, 3885.0, 3894.0, 3883.0, 3862.0, 3902.0, 3881.0, 3878.0, 3858.0, 3846.0, 3845.0, 3846.0, 3878.0, 3846.0, 3866.0, 3857.0, 3846.0, 3847.0, 3858.0, 3857.0, 3858.0, 3848.0, 3848.0, 3858.0, 3857.0, 3859.0, 3859.0, 3848.0, 3860.0, 3860.0, 3860.0, 3880.0, 3872.0, 3860.0, 3871.0, 3872.0, 3871.0, 3871.0, 3861.0, 3862.0, 3872.0, 3861.0, 3873.0, 3884.0, 3873.0, 3874.0, 3874.0, 3885.0, 3885.0, 3877.0, 3887.0, 3886.0, 3875.0, 3886.0, 3885.0, 3887.0, 3886.0, 3887.0, 3887.0, 3897.0, 3887.0, 3887.0, 3875.0, 3886.0, 3886.0, 3888.0, 3887.0, 3876.0, 3888.0, 3876.0, 3899.0, 3888.0, 3888.0, 3898.0, 3910.0, 3889.0, 3888.0, 3888.0, 3900.0, 3910.0, 3889.0, 3888.0, 3908.0, 3887.0, 3887.0, 3887.0, 3888.0, 3897.0, 3887.0, 3886.0, 3888.0, 3887.0, 3889.0, 3887.0, 3897.0, 3887.0, 3876.0, 3877.0, 3887.0, 3888.0, 3888.0, 3887.0, 3898.0, 3888.0, 3888.0, 3888.0, 3898.0, 3898.0, 3887.0, 3878.0, 3888.0, 3899.0, 3900.0, 3888.0, 3888.0, 3890.0, 3899.0, 3900.0, 3889.0, 3900.0, 3901.0, 3899.0, 3901.0, 3890.0, 3911.0, 3901.0, 3920.0, 3900.0, 3889.0, 3899.0, 3889.0, 3920.0, 3899.0, 3887.0, 3888.0, 3888.0, 3918.0, 3887.0, 3887.0, 3887.0, 3888.0, 3907.0, 3887.0, 3887.0, 3878.0, 3888.0, 3898.0, 3898.0, 3887.0, 3878.0, 3888.0, 3898.0, 3900.0, 3888.0, 3910.0, 3899.0, 3887.0, 3878.0, 3899.0, 3898.0, 3889.0, 3888.0, 3898.0, 3900.0, 3888.0, 3909.0, 3899.0, 3888.0, 3889.0, 3899.0, 3910.0, 3899.0, 3888.0, 3878.0, 3899.0, 3909.0, 3899.0, 3899.0, 3888.0, 3900.0, 3888.0, 3909.0, 3899.0, 3888.0, 3876.0, 3887.0, 3909.0, 3899.0, 3887.0, 3898.0, 3888.0, 3907.0, 3887.0, 3886.0, 3907.0, 3886.0, 3907.0, 3897.0, 3886.0, 3896.0, 3886.0, 3905.0, 3886.0, 3874.0, 3885.0, 3876.0, 3874.0, 3886.0, 3885.0, 3884.0, 3886.0, 3876.0, 3887.0, 3886.0, 3896.0, 3887.0, 3875.0, 3886.0, 3886.0, 3896.0, 3898.0, 3887.0, 3887.0, 3888.0, 3887.0, 3889.0, 3888.0, 3898.0, 3899.0, 3888.0, 3877.0, 3897.0, 3908.0, 3899.0, 3888.0, 3898.0, 3898.0, 3887.0, 3887.0, 3888.0, 3897.0, 3887.0, 3888.0, 3887.0, 3887.0, 3908.0, 3887.0, 3876.0, 3884.0, 3875.0, 3896.0, 3886.0, 3886.0, 3885.0, 3886.0, 3886.0, 3888.0, 3876.0, 3887.0, 3887.0, 3886.0, 3887.0, 3876.0, 3887.0, 3887.0, 3886.0, 3887.0, 3888.0, 3888.0, 3887.0, 3877.0, 3888.0, 3887.0, 3897.0, 3888.0, 3888.0, 3888.0, 3887.0, 3888.0, 3889.0, 3888.0, 3899.0, 3887.0, 3908.0, 3888.0, 3886.0, 3897.0, 3888.0, 3886.0, 3897.0, 3888.0, 3898.0, 3888.0, 3887.0, 3887.0, 3887.0, 3886.0, 3888.0, 3897.0, 3887.0, 3887.0, 3887.0, 3887.0, 3907.0, 3897.0, 3875.0, 3886.0, 3887.0, 3906.0, 3887.0, 3875.0, 3896.0, 3885.0, 3884.0, 3885.0, 3874.0, 3896.0, 3886.0, 3885.0, 3885.0, 3875.0, 3887.0, 3886.0, 3906.0, 3885.0, 3874.0, 3886.0, 3875.0, 3897.0, 3886.0, 3875.0, 3877.0, 3897.0, 3897.0, 3888.0, 3887.0, 3898.0, 3887.0, 3886.0, 3888.0, 3888.0, 3898.0, 3898.0, 3886.0, 3897.0, 3888.0, 3888.0, 3888.0, 3909.0, 3899.0, 3888.0, 3888.0, 3899.0, 3908.0, 3897.0, 3886.0, 3886.0, 3888.0, 3877.0, 3876.0, 3887.0, 3886.0, 3888.0, 3888.0, 3888.0, 3887.0, 3887.0, 3888.0, 3888.0, 3887.0, 3889.0, 3888.0, 3899.0, 3889.0, 3888.0, 3900.0, 3889.0, 3900.0, 3901.0, 3889.0, 3889.0, 3899.0, 3910.0, 3911.0, 3900.0, 3889.0, 3888.0, 3889.0, 3919.0, 3909.0, 3877.0, 3887.0, 3888.0, 3887.0, 3887.0, 3877.0, 3907.0, 3888.0, 3877.0, 3887.0, 3887.0, 3907.0, 3887.0, 3876.0, 3886.0, 3900.0, 3877.0, 3888.0, 3888.0, 3899.0, 3931.0, 3901.0, 3888.0, 3897.0, 3877.0, 3875.0, 3878.0, 3875.0, 3876.0, 3876.0, 3888.0, 3896.0, 3887.0, 3875.0, 3897.0, 3876.0, 3896.0, 3899.0, 3874.0, 3896.0, 3875.0, 3904.0, 3894.0, 3861.0, 3891.0, 3860.0, 3879.0, 3869.0, 3846.0, 3867.0, 3857.0, 3846.0, 3857.0, 3857.0, 3878.0, 3857.0, 3857.0, 3857.0, 3857.0, 3876.0, 3858.0, 3858.0, 3848.0, 3858.0, 3858.0, 3870.0, 3860.0, 3870.0, 3870.0, 3870.0, 3861.0, 3872.0, 3872.0, 3874.0, 3886.0, 3873.0, 3883.0, 3873.0, 3873.0, 3885.0, 3895.0, 3884.0, 3873.0, 3885.0, 3885.0, 3884.0, 3885.0, 3885.0, 3885.0, 3886.0, 3885.0, 3886.0, 3886.0, 3886.0, 3887.0, 3887.0, 3887.0, 3899.0, 3888.0, 3900.0, 3899.0, 3888.0, 3899.0, 3899.0, 3889.0, 3900.0, 3889.0, 3890.0, 3898.0, 3899.0, 3899.0, 3890.0, 3900.0, 3899.0, 3909.0, 3899.0, 3899.0, 3889.0, 3888.0, 3910.0, 3899.0, 3898.0, 3888.0, 3897.0, 3897.0, 3898.0, 3897.0, 3888.0, 3886.0, 3886.0, 3898.0, 3887.0, 3888.0, 3897.0, 3897.0, 3897.0, 3887.0, 3899.0, 3899.0, 3887.0, 3888.0, 3898.0, 3898.0, 3900.0, 3888.0, 3898.0, 3898.0, 3907.0, 3898.0, 3898.0, 3899.0, 3897.0, 3907.0, 3887.0, 3888.0, 3887.0, 3898.0, 3887.0, 3898.0, 3898.0, 3897.0, 3888.0, 3887.0, 3898.0, 3899.0, 3887.0, 3876.0, 3888.0, 3897.0, 3899.0, 3886.0, 3887.0, 3886.0, 3897.0, 3897.0, 3887.0, 3897.0, 3897.0, 3886.0, 3888.0, 3898.0, 3897.0, 3898.0, 3888.0, 3877.0, 3898.0, 3888.0, 3899.0, 3887.0, 3908.0, 3897.0, 3886.0, 3887.0, 3888.0, 3898.0, 3898.0, 3887.0, 3886.0, 3888.0, 3887.0, 3899.0, 3887.0, 3908.0, 3899.0, 3888.0, 3887.0, 3888.0, 3897.0, 3897.0, 3886.0, 3886.0, 3886.0, 3886.0, 3897.0, 3896.0, 3898.0, 3886.0, 3887.0, 3885.0, 3886.0, 3887.0, 3887.0, 3908.0, 3898.0, 3886.0, 3885.0, 3898.0, 3907.0, 3898.0, 3887.0, 3886.0, 3886.0, 3897.0, 3897.0, 3887.0, 3898.0, 3886.0, 3885.0, 3887.0, 3886.0, 3886.0, 3887.0, 3907.0, 3887.0, 3886.0, 3886.0, 3887.0, 3896.0, 3897.0, 3885.0, 3886.0, 3897.0, 3888.0, 3897.0, 3897.0, 3888.0, 3899.0, 3898.0, 3899.0, 3898.0, 3889.0, 3898.0, 3887.0, 3899.0, 3888.0, 3898.0, 3899.0, 3899.0, 3899.0, 3886.0, 3898.0, 3898.0, 3897.0, 3887.0, 3888.0, 3897.0, 3899.0, 3897.0, 3898.0, 3897.0, 3907.0, 3887.0, 3907.0, 3897.0, 3885.0, 3895.0, 3885.0, 3884.0, 3886.0, 3886.0, 3897.0, 3886.0, 3886.0, 3886.0, 3885.0, 3887.0, 3897.0, 3887.0, 3876.0, 3897.0, 3886.0, 3899.0, 3887.0, 3898.0, 3898.0, 3887.0, 3888.0, 3888.0, 3907.0, 3898.0, 3886.0, 3908.0, 3887.0, 3885.0, 3886.0, 3886.0, 3897.0, 3898.0, 3887.0, 3897.0, 3886.0, 3886.0, 3898.0, 3897.0, 3897.0, 3886.0, 3876.0, 3886.0, 3897.0, 3898.0, 3888.0, 3898.0, 3899.0, 3887.0, 3898.0, 3887.0, 3898.0, 3898.0, 3897.0, 3888.0, 3888.0, 3897.0, 3899.0, 3897.0, 3897.0, 3886.0, 3877.0, 3887.0, 3907.0, 3897.0, 3888.0, 3877.0, 3899.0, 3889.0, 3889.0, 3887.0, 3909.0, 3898.0, 3887.0, 3887.0, 3899.0, 3899.0, 3889.0, 3888.0, 3909.0, 3899.0, 3888.0, 3887.0, 3887.0, 3908.0, 3887.0, 3896.0, 3887.0, 3886.0, 3886.0, 3898.0, 3887.0, 3897.0, 3897.0, 3907.0, 3897.0, 3887.0, 3887.0, 3885.0, 3906.0, 3886.0, 3895.0, 3885.0, 3875.0, 3896.0, 3886.0, 3885.0, 3884.0, 3884.0, 3876.0, 3896.0, 3896.0], 'WindowWidth': [8790.0, 8797.0, 8734.0, 8778.0, 8719.0, 8752.0, 8723.0, 8688.0, 8715.0, 8671.0, 8709.0, 8670.0, 8682.0, 8684.0, 8685.0, 8685.0, 8687.0, 8701.0, 8690.0, 8688.0, 8691.0, 8702.0, 8692.0, 8710.0, 8707.0, 8712.0, 8709.0, 8713.0, 8713.0, 8712.0, 8716.0, 8728.0, 8716.0, 8714.0, 8715.0, 8729.0, 8716.0, 8717.0, 8729.0, 8717.0, 8714.0, 8715.0, 8715.0, 8728.0, 8716.0, 8740.0, 8699.0, 8711.0, 8695.0, 8705.0, 8706.0, 8695.0, 8721.0, 8692.0, 8706.0, 8697.0, 8708.0, 8711.0, 8709.0, 8712.0, 8714.0, 8727.0, 8718.0, 8718.0, 8719.0, 8734.0, 8731.0, 8735.0, 8731.0, 8737.0, 8731.0, 8745.0, 8736.0, 8736.0, 8720.0, 8736.0, 8734.0, 8739.0, 8736.0, 8721.0, 8735.0, 8720.0, 8735.0, 8746.0, 8722.0, 8733.0, 8719.0, 8719.0, 8746.0, 8736.0, 8732.0, 8732.0, 8716.0, 8759.0, 8733.0, 8729.0, 8729.0, 8715.0, 8758.0, 8732.0, 8712.0, 8716.0, 8714.0, 8732.0, 8733.0, 8717.0, 8717.0, 8731.0, 8731.0, 8719.0, 8719.0, 8718.0, 8732.0, 8733.0, 8720.0, 8743.0, 8715.0, 8715.0, 8715.0, 8714.0, 8753.0, 8716.0, 8712.0, 8710.0, 8711.0, 8726.0, 8714.0, 8708.0, 8711.0, 8712.0, 8724.0, 8713.0, 8711.0, 8713.0, 8713.0, 8712.0, 8715.0, 8714.0, 8715.0, 8711.0, 8755.0, 8712.0, 8711.0, 8712.0, 8711.0, 8739.0, 8710.0, 8711.0, 8712.0, 8711.0, 8724.0, 8715.0, 8710.0, 8713.0, 8714.0, 8726.0, 8717.0, 8713.0, 8714.0, 8716.0, 8729.0, 8718.0, 8714.0, 8757.0, 8715.0, 8712.0, 8710.0, 8711.0, 8726.0, 8714.0, 8697.0, 8697.0, 8711.0, 8725.0, 8713.0, 8711.0, 8740.0, 8694.0, 8735.0, 8707.0, 8703.0, 8720.0, 8692.0, 8733.0, 8691.0, 8691.0, 8693.0, 8690.0, 8746.0, 8692.0, 8688.0, 8687.0, 8687.0, 8712.0, 8690.0, 8689.0, 8689.0, 8691.0, 8702.0, 8691.0, 8691.0, 8692.0, 8707.0, 8704.0, 8709.0, 8694.0, 8693.0, 8711.0, 8708.0, 8711.0, 8711.0, 8712.0, 8714.0, 8722.0, 8698.0, 8711.0, 8732.0, 8714.0, 8741.0, 8697.0, 8707.0, 8722.0, 8710.0, 8705.0, 8707.0, 8693.0, 8694.0, 8708.0, 8719.0, 8696.0, 8694.0, 8696.0, 8710.0, 8724.0, 8710.0, 8708.0, 8693.0, 8709.0, 8723.0, 8709.0, 8708.0, 8708.0, 8694.0, 8717.0, 8707.0, 8718.0, 8753.0, 8735.0, 8712.0, 8738.0, 8706.0, 8704.0, 8705.0, 8688.0, 8706.0, 8726.0, 8714.0, 8724.0, 8708.0, 8690.0, 8708.0, 8709.0, 8734.0, 8710.0, 8677.0, 8745.0, 8715.0, 8722.0, 8707.0, 8672.0, 8698.0, 8656.0, 8676.0, 8665.0, 8633.0, 8646.0, 8635.0, 8675.0, 8633.0, 8630.0, 8632.0, 8620.0, 8634.0, 8640.0, 8635.0, 8640.0, 8639.0, 8667.0, 8654.0, 8639.0, 8639.0, 8640.0, 8656.0, 8660.0, 8641.0, 8659.0, 8659.0, 8658.0, 8666.0, 8651.0, 8680.0, 8670.0, 8684.0, 8688.0, 8683.0, 8686.0, 8688.0, 8689.0, 8697.0, 8693.0, 8694.0, 8690.0, 8687.0, 8693.0, 8692.0, 8694.0, 8693.0, 8722.0, 8691.0, 8690.0, 8694.0, 8695.0, 8737.0, 8712.0, 8696.0, 8696.0, 8710.0, 8720.0, 8713.0, 8713.0, 8699.0, 8713.0, 8726.0, 8700.0, 8698.0, 8713.0, 8700.0, 8727.0, 8701.0, 8715.0, 8714.0, 8713.0, 8738.0, 8701.0, 8698.0, 8713.0, 8711.0, 8724.0, 8698.0, 8700.0, 8715.0, 8713.0, 8711.0, 8715.0, 8713.0, 8716.0, 8715.0, 8715.0, 8717.0, 8699.0, 8702.0, 8715.0, 8726.0, 8714.0, 8712.0, 8710.0, 8698.0, 8711.0, 8714.0, 8710.0, 8698.0, 8711.0, 8710.0, 8699.0, 8696.0, 8713.0, 8714.0, 8713.0, 8715.0, 8724.0, 8701.0, 8700.0, 8715.0, 8716.0, 8711.0, 8712.0, 8699.0, 8714.0, 8718.0, 8699.0, 8714.0, 8712.0, 8724.0, 8711.0, 8694.0, 8698.0, 8713.0, 8739.0, 8711.0, 8696.0, 8694.0, 8714.0, 8722.0, 8696.0, 8696.0, 8695.0, 8710.0, 8723.0, 8708.0, 8694.0, 8693.0, 8711.0, 8708.0, 8711.0, 8697.0, 8710.0, 8708.0, 8695.0, 8711.0, 8698.0, 8737.0, 8709.0, 8691.0, 8692.0, 8696.0, 8695.0, 8697.0, 8696.0, 8735.0, 8711.0, 8705.0, 8691.0, 8673.0, 8702.0, 8706.0, 8718.0, 8690.0, 8691.0, 8687.0, 8703.0, 8691.0, 8692.0, 8696.0, 8735.0, 8707.0, 8707.0, 8704.0, 8692.0, 8688.0, 8690.0, 8692.0, 8731.0, 8689.0, 8688.0, 8672.0, 8687.0, 8685.0, 8692.0, 8700.0, 8689.0, 8688.0, 8673.0, 8689.0, 8690.0, 8709.0, 8692.0, 8693.0, 8709.0, 8717.0, 8706.0, 8694.0, 8695.0, 8706.0, 8721.0, 8693.0, 8691.0, 8688.0, 8688.0, 8693.0, 8693.0, 8719.0, 8694.0, 8694.0, 8720.0, 8710.0, 8713.0, 8699.0, 8716.0, 8729.0, 8716.0, 8700.0, 8701.0, 8715.0, 8726.0, 8716.0, 8740.0, 8724.0, 8696.0, 8721.0, 8693.0, 8704.0, 8708.0, 8690.0, 8721.0, 8689.0, 8714.0, 8692.0, 8690.0, 8690.0, 8691.0, 8704.0, 8706.0, 8705.0, 8708.0, 8693.0, 8707.0, 8710.0, 8691.0, 8680.0, 8709.0, 8706.0, 8711.0, 8695.0, 8681.0, 8710.0, 8707.0, 8712.0, 8695.0, 8696.0, 8710.0, 8708.0, 8713.0, 8696.0, 8699.0, 8709.0, 8708.0, 8714.0, 8698.0, 8713.0, 8711.0, 8738.0, 8698.0, 8714.0, 8698.0, 8712.0, 8712.0, 8714.0, 8712.0, 8727.0, 8711.0, 8736.0, 8711.0, 8695.0, 8721.0, 8709.0, 8721.0, 8707.0, 8696.0, 8711.0, 8711.0, 8707.0, 8693.0, 8693.0, 8720.0, 8707.0, 8691.0, 8693.0, 8704.0, 8734.0, 8706.0, 8690.0, 8688.0, 8691.0, 8732.0, 8705.0, 8686.0, 8672.0, 8688.0, 8704.0, 8707.0, 8689.0, 8689.0, 8705.0, 8703.0, 8709.0, 8706.0, 8704.0, 8704.0, 8703.0, 8708.0, 8705.0, 8723.0, 8709.0, 8708.0, 8707.0, 8710.0, 8708.0, 8707.0, 8709.0, 8722.0, 8711.0, 8722.0, 8707.0, 8693.0, 8695.0, 8694.0, 8717.0, 8691.0, 8687.0, 8692.0, 8688.0, 8703.0, 8705.0, 8705.0, 8704.0, 8706.0, 8692.0, 8707.0, 8729.0, 8703.0, 8687.0, 8685.0, 8684.0, 8698.0, 8688.0, 8684.0, 8700.0, 8689.0, 8692.0, 8677.0, 8708.0, 8691.0, 8713.0, 8709.0, 8696.0, 8710.0, 8696.0, 8725.0, 8708.0, 8711.0, 8709.0, 8694.0, 8711.0, 8724.0, 8700.0, 8712.0, 8714.0, 8718.0, 8716.0, 8718.0, 8733.0, 8728.0, 8729.0, 8709.0, 8727.0, 8713.0, 8738.0, 8711.0, 8692.0, 8709.0, 8708.0, 8718.0, 8707.0, 8693.0, 8695.0, 8705.0, 8720.0, 8708.0, 8694.0, 8692.0, 8706.0, 8733.0, 8701.0, 8688.0, 8689.0, 8704.0, 8732.0, 8704.0, 8687.0, 8675.0, 8705.0, 8703.0, 8704.0, 8686.0, 8689.0, 8689.0, 8691.0, 8705.0, 8705.0, 8692.0, 8693.0, 8693.0, 8711.0, 8696.0, 8696.0, 8711.0, 8708.0, 8696.0, 8708.0, 8711.0, 8730.0, 8713.0, 8712.0, 8712.0, 8725.0, 8728.0, 8711.0, 8714.0, 8711.0, 8738.0, 8711.0, 8713.0, 8713.0, 8709.0, 8738.0, 8709.0, 8706.0, 8708.0, 8693.0, 8706.0, 8706.0, 8707.0, 8707.0, 8708.0, 8692.0, 8709.0, 8723.0, 8706.0, 8691.0, 8730.0, 8704.0, 8687.0, 8691.0, 8705.0, 8704.0, 8708.0, 8694.0, 8695.0, 8710.0, 8722.0, 8711.0, 8692.0, 8694.0, 8703.0, 8693.0, 8709.0, 8693.0, 8701.0, 8707.0, 8711.0, 8711.0, 8709.0, 8698.0, 8709.0, 8710.0, 8712.0, 8712.0, 8714.0, 8713.0, 8741.0, 8725.0, 8710.0, 8696.0, 8709.0, 8721.0, 8711.0, 8708.0, 8693.0, 8706.0, 8720.0, 8708.0, 8708.0, 8708.0, 8707.0, 8723.0, 8710.0, 8706.0, 8705.0, 8703.0, 8704.0, 8705.0, 8731.0, 8719.0, 8704.0, 8702.0, 8702.0, 8690.0, 8693.0, 8707.0, 8709.0, 8710.0, 8708.0, 8709.0, 8696.0, 8692.0, 8708.0, 8718.0, 8708.0, 8689.0, 8706.0, 8694.0, 8708.0, 8708.0, 8707.0, 8706.0, 8691.0, 8691.0, 8704.0, 8731.0, 8703.0, 8685.0, 8674.0, 8699.0, 8701.0, 8689.0, 8687.0, 8689.0, 8687.0, 8671.0, 8701.0, 8703.0, 8704.0, 8701.0, 8701.0, 8688.0, 8676.0, 8708.0, 8691.0, 8711.0, 8710.0, 8696.0, 8713.0, 8712.0, 8729.0, 8714.0, 8757.0, 8737.0, 8710.0, 8739.0, 8696.0, 8704.0, 8695.0, 8708.0, 8714.0, 8707.0, 8713.0, 8718.0, 8708.0, 8706.0, 8706.0, 8690.0, 8704.0, 8687.0, 8726.0, 8702.0, 8710.0, 8695.0, 8665.0, 8717.0, 8686.0, 8679.0, 8652.0, 8632.0, 8632.0, 8634.0, 8678.0, 8635.0, 8660.0, 8651.0, 8634.0, 8639.0, 8654.0, 8651.0, 8655.0, 8640.0, 8640.0, 8654.0, 8653.0, 8657.0, 8657.0, 8643.0, 8658.0, 8659.0, 8660.0, 8687.0, 8680.0, 8662.0, 8676.0, 8678.0, 8676.0, 8677.0, 8664.0, 8668.0, 8680.0, 8666.0, 8684.0, 8699.0, 8684.0, 8686.0, 8689.0, 8705.0, 8706.0, 8697.0, 8710.0, 8707.0, 8691.0, 8707.0, 8704.0, 8710.0, 8705.0, 8709.0, 8709.0, 8723.0, 8709.0, 8708.0, 8692.0, 8706.0, 8707.0, 8713.0, 8709.0, 8695.0, 8711.0, 8696.0, 8729.0, 8716.0, 8715.0, 8728.0, 8746.0, 8717.0, 8712.0, 8714.0, 8732.0, 8744.0, 8716.0, 8713.0, 8737.0, 8710.0, 8710.0, 8711.0, 8711.0, 8724.0, 8710.0, 8707.0, 8711.0, 8710.0, 8716.0, 8711.0, 8724.0, 8710.0, 8694.0, 8696.0, 8711.0, 8713.0, 8713.0, 8711.0, 8726.0, 8713.0, 8713.0, 8714.0, 8726.0, 8727.0, 8712.0, 8700.0, 8716.0, 8730.0, 8732.0, 8714.0, 8714.0, 8718.0, 8729.0, 8735.0, 8718.0, 8733.0, 8735.0, 8732.0, 8737.0, 8721.0, 8749.0, 8734.0, 8757.0, 8732.0, 8717.0, 8731.0, 8715.0, 8758.0, 8730.0, 8711.0, 8713.0, 8714.0, 8752.0, 8711.0, 8710.0, 8709.0, 8713.0, 8738.0, 8711.0, 8710.0, 8700.0, 8714.0, 8726.0, 8727.0, 8712.0, 8700.0, 8714.0, 8727.0, 8732.0, 8714.0, 8744.0, 8730.0, 8712.0, 8701.0, 8729.0, 8727.0, 8715.0, 8712.0, 8727.0, 8731.0, 8713.0, 8743.0, 8730.0, 8714.0, 8717.0, 8730.0, 8745.0, 8729.0, 8713.0, 8701.0, 8730.0, 8744.0, 8729.0, 8729.0, 8715.0, 8734.0, 8715.0, 8743.0, 8729.0, 8713.0, 8696.0, 8711.0, 8741.0, 8728.0, 8710.0, 8725.0, 8713.0, 8735.0, 8709.0, 8706.0, 8734.0, 8705.0, 8735.0, 8722.0, 8707.0, 8720.0, 8707.0, 8730.0, 8706.0, 8688.0, 8703.0, 8692.0, 8688.0, 8704.0, 8703.0, 8702.0, 8708.0, 8695.0, 8708.0, 8707.0, 8720.0, 8708.0, 8690.0, 8706.0, 8707.0, 8721.0, 8724.0, 8711.0, 8709.0, 8715.0, 8711.0, 8717.0, 8712.0, 8727.0, 8729.0, 8714.0, 8699.0, 8726.0, 8739.0, 8730.0, 8713.0, 8726.0, 8727.0, 8710.0, 8712.0, 8712.0, 8723.0, 8711.0, 8712.0, 8711.0, 8710.0, 8738.0, 8709.0, 8694.0, 8703.0, 8692.0, 8719.0, 8706.0, 8708.0, 8706.0, 8707.0, 8708.0, 8712.0, 8695.0, 8708.0, 8710.0, 8707.0, 8711.0, 8693.0, 8710.0, 8709.0, 8709.0, 8709.0, 8713.0, 8713.0, 8710.0, 8698.0, 8712.0, 8711.0, 8724.0, 8713.0, 8712.0, 8713.0, 8713.0, 8712.0, 8716.0, 8712.0, 8728.0, 8710.0, 8738.0, 8712.0, 8708.0, 8722.0, 8711.0, 8708.0, 8723.0, 8712.0, 8726.0, 8712.0, 8710.0, 8710.0, 8711.0, 8709.0, 8713.0, 8723.0, 8711.0, 8711.0, 8710.0, 8712.0, 8736.0, 8723.0, 8692.0, 8706.0, 8709.0, 8734.0, 8708.0, 8689.0, 8719.0, 8702.0, 8700.0, 8704.0, 8689.0, 8720.0, 8707.0, 8705.0, 8705.0, 8692.0, 8709.0, 8706.0, 8733.0, 8705.0, 8689.0, 8707.0, 8693.0, 8722.0, 8708.0, 8693.0, 8697.0, 8724.0, 8725.0, 8713.0, 8709.0, 8727.0, 8711.0, 8709.0, 8713.0, 8713.0, 8727.0, 8728.0, 8709.0, 8725.0, 8712.0, 8713.0, 8714.0, 8744.0, 8730.0, 8713.0, 8715.0, 8729.0, 8740.0, 8725.0, 8708.0, 8706.0, 8712.0, 8696.0, 8695.0, 8709.0, 8708.0, 8712.0, 8714.0, 8713.0, 8711.0, 8709.0, 8712.0, 8712.0, 8711.0, 8716.0, 8713.0, 8728.0, 8715.0, 8713.0, 8733.0, 8716.0, 8731.0, 8734.0, 8717.0, 8718.0, 8731.0, 8746.0, 8746.0, 8731.0, 8715.0, 8712.0, 8714.0, 8754.0, 8741.0, 8696.0, 8707.0, 8710.0, 8709.0, 8709.0, 8695.0, 8736.0, 8710.0, 8694.0, 8707.0, 8708.0, 8733.0, 8709.0, 8693.0, 8705.0, 8730.0, 8697.0, 8712.0, 8710.0, 8727.0, 8775.0, 8733.0, 8711.0, 8718.0, 8693.0, 8688.0, 8699.0, 8689.0, 8693.0, 8692.0, 8711.0, 8719.0, 8708.0, 8689.0, 8723.0, 8695.0, 8718.0, 8727.0, 8687.0, 8716.0, 8686.0, 8724.0, 8710.0, 8661.0, 8700.0, 8658.0, 8682.0, 8667.0, 8633.0, 8661.0, 8648.0, 8633.0, 8648.0, 8648.0, 8677.0, 8648.0, 8647.0, 8648.0, 8647.0, 8673.0, 8651.0, 8651.0, 8638.0, 8653.0, 8652.0, 8671.0, 8658.0, 8672.0, 8674.0, 8673.0, 8664.0, 8681.0, 8681.0, 8684.0, 8704.0, 8682.0, 8696.0, 8681.0, 8683.0, 8701.0, 8714.0, 8700.0, 8683.0, 8700.0, 8702.0, 8699.0, 8701.0, 8703.0, 8702.0, 8705.0, 8703.0, 8705.0, 8706.0, 8707.0, 8709.0, 8709.0, 8711.0, 8730.0, 8714.0, 8730.0, 8728.0, 8713.0, 8729.0, 8727.0, 8716.0, 8731.0, 8716.0, 8718.0, 8727.0, 8728.0, 8730.0, 8717.0, 8731.0, 8729.0, 8743.0, 8729.0, 8727.0, 8715.0, 8712.0, 8744.0, 8728.0, 8725.0, 8712.0, 8723.0, 8722.0, 8725.0, 8722.0, 8711.0, 8707.0, 8706.0, 8723.0, 8710.0, 8712.0, 8723.0, 8723.0, 8723.0, 8709.0, 8728.0, 8729.0, 8711.0, 8711.0, 8726.0, 8726.0, 8732.0, 8712.0, 8726.0, 8725.0, 8736.0, 8725.0, 8725.0, 8727.0, 8723.0, 8737.0, 8708.0, 8711.0, 8709.0, 8726.0, 8710.0, 8724.0, 8725.0, 8724.0, 8713.0, 8711.0, 8725.0, 8728.0, 8710.0, 8694.0, 8710.0, 8723.0, 8727.0, 8707.0, 8710.0, 8707.0, 8721.0, 8724.0, 8710.0, 8724.0, 8723.0, 8708.0, 8710.0, 8724.0, 8724.0, 8725.0, 8711.0, 8695.0, 8724.0, 8713.0, 8729.0, 8711.0, 8738.0, 8723.0, 8706.0, 8708.0, 8710.0, 8726.0, 8724.0, 8708.0, 8708.0, 8711.0, 8710.0, 8729.0, 8711.0, 8739.0, 8726.0, 8711.0, 8709.0, 8712.0, 8723.0, 8723.0, 8707.0, 8706.0, 8706.0, 8705.0, 8721.0, 8719.0, 8723.0, 8705.0, 8708.0, 8704.0, 8707.0, 8712.0, 8710.0, 8739.0, 8725.0, 8706.0, 8705.0, 8726.0, 8736.0, 8725.0, 8709.0, 8707.0, 8708.0, 8722.0, 8724.0, 8707.0, 8722.0, 8706.0, 8704.0, 8710.0, 8707.0, 8706.0, 8708.0, 8734.0, 8707.0, 8706.0, 8706.0, 8708.0, 8719.0, 8722.0, 8704.0, 8707.0, 8725.0, 8711.0, 8724.0, 8724.0, 8713.0, 8727.0, 8727.0, 8729.0, 8726.0, 8715.0, 8726.0, 8711.0, 8730.0, 8713.0, 8727.0, 8729.0, 8727.0, 8728.0, 8708.0, 8724.0, 8725.0, 8723.0, 8709.0, 8711.0, 8723.0, 8727.0, 8723.0, 8725.0, 8721.0, 8735.0, 8709.0, 8734.0, 8720.0, 8701.0, 8715.0, 8702.0, 8701.0, 8707.0, 8705.0, 8720.0, 8706.0, 8703.0, 8704.0, 8703.0, 8708.0, 8722.0, 8707.0, 8693.0, 8721.0, 8708.0, 8727.0, 8712.0, 8724.0, 8725.0, 8710.0, 8711.0, 8711.0, 8736.0, 8724.0, 8707.0, 8737.0, 8708.0, 8705.0, 8705.0, 8706.0, 8723.0, 8726.0, 8708.0, 8722.0, 8707.0, 8708.0, 8727.0, 8722.0, 8723.0, 8707.0, 8692.0, 8707.0, 8724.0, 8725.0, 8713.0, 8725.0, 8727.0, 8709.0, 8727.0, 8711.0, 8725.0, 8724.0, 8722.0, 8711.0, 8713.0, 8722.0, 8726.0, 8722.0, 8721.0, 8705.0, 8696.0, 8709.0, 8734.0, 8722.0, 8710.0, 8696.0, 8727.0, 8716.0, 8715.0, 8711.0, 8740.0, 8725.0, 8710.0, 8710.0, 8729.0, 8730.0, 8716.0, 8713.0, 8742.0, 8727.0, 8711.0, 8711.0, 8710.0, 8740.0, 8711.0, 8720.0, 8709.0, 8706.0, 8708.0, 8727.0, 8710.0, 8723.0, 8722.0, 8734.0, 8723.0, 8709.0, 8710.0, 8704.0, 8733.0, 8705.0, 8716.0, 8703.0, 8690.0, 8719.0, 8704.0, 8703.0, 8701.0, 8701.0, 8692.0, 8720.0, 8718.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.00040863858363858366</td></tr>
<tr><td colspan=3>aqi</td><td>0.02319935244200244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.65851146421501</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1380799814294442</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9801892304703708</td></tr>
<tr><td colspan=3>efc</td><td>0.4457</td></tr>
<tr><td colspan=3>fber</td><td>7381.3516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.054690634767808784</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6715506715506715</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4422956894929926</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3553903074794826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672704209005039</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.298792551994455</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01544766966253519</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017004437744617462</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.938072694771261</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.9585</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6984</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.7337</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309540.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>702.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.1592</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.365</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.9934</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3173.7066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.7736</td></tr>
<tr><td colspan=3>tsnr</td><td>42.55498829414137</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>