<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-03/func/sub-0031_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>fb9b28b935d733316d04266d8ec05b20</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>15:56:4.445000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99988, 0.015247, -0.00265075, -0.0151837, 0.999632, 0.02247]</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.100623</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>[4145, -7728, -7236, 538, -45, -171, 123, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>84561161-d1c0-4626-be5f-554109ff9125||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682605504989624, -0.04073673486709595, -0.008079425431787968, 114.77664947509766], [-0.04090670496225357, 2.6819400787353516, 0.06055309250950813, -87.54645538330078], [-0.007111778017133474, -0.06028539687395096, 2.6993088722229004, -57.52263259887695], [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': ['155604.445000', '155604.905000', '155605.365000', '155605.825000', '155606.285000', '155606.745000', '155607.205000', '155607.665000', '155608.125000', '155608.585000', '155609.045000', '155609.505000', '155609.965000', '155610.425000', '155610.885000', '155611.345000', '155611.805000', '155612.265000', '155612.725000', '155613.185000', '155613.645000', '155614.105000', '155614.565000', '155615.025000', '155615.485000', '155615.945000', '155616.405000', '155616.865000', '155617.325000', '155617.785000', '155618.245000', '155618.705000', '155619.165000', '155619.625000', '155620.085000', '155620.545000', '155621.005000', '155621.465000', '155621.925000', '155622.385000', '155622.845000', '155623.305000', '155623.765000', '155624.225000', '155624.685000', '155625.145000', '155625.605000', '155626.065000', '155626.525000', '155626.985000', '155627.445000', '155627.905000', '155628.365000', '155628.825000', '155629.285000', '155629.745000', '155630.205000', '155630.665000', '155631.125000', '155631.585000', '155632.045000', '155632.505000', '155632.965000', '155633.425000', '155633.885000', '155634.345000', '155634.805000', '155635.265000', '155635.725000', '155636.185000', '155636.645000', '155637.105000', '155637.565000', '155638.025000', '155638.485000', '155638.945000', '155639.405000', '155639.865000', '155640.325000', '155640.785000', '155641.245000', '155641.705000', '155642.165000', '155642.625000', '155643.085000', '155643.545000', '155644.005000', '155644.465000', '155644.925000', '155645.385000', '155645.845000', '155646.305000', '155646.765000', '155647.225000', '155647.685000', '155648.145000', '155648.605000', '155649.065000', '155649.525000', '155649.985000', '155650.445000', '155650.905000', '155651.365000', '155651.825000', '155652.285000', '155652.745000', '155653.205000', '155653.665000', '155654.125000', '155654.585000', '155655.045000', '155655.505000', '155655.965000', '155656.425000', '155656.885000', '155657.345000', '155657.805000', '155658.265000', '155658.725000', '155659.185000', '155659.645000', '155700.105000', '155700.565000', '155701.025000', '155701.485000', '155701.945000', '155702.405000', '155702.865000', '155703.325000', '155703.785000', '155704.245000', '155704.705000', '155705.165000', '155705.625000', '155706.085000', '155706.545000', '155707.005000', '155707.465000', '155707.925000', '155708.385000', '155708.845000', '155709.305000', '155709.765000', '155710.225000', '155710.685000', '155711.145000', '155711.605000', '155712.065000', '155712.525000', '155712.985000', '155713.445000', '155713.905000', '155714.365000', '155714.825000', '155715.285000', '155715.745000', '155716.205000', '155716.665000', '155717.125000', '155717.585000', '155718.045000', '155718.505000', '155718.965000', '155719.425000', '155719.885000', '155720.345000', '155720.805000', '155721.265000', '155721.725000', '155722.185000', '155722.645000', '155723.105000', '155723.565000', '155724.025000', '155724.485000', '155724.945000', '155725.405000', '155725.865000', '155726.325000', '155726.785000', '155727.245000', '155727.705000', '155728.165000', '155728.625000', '155729.085000', '155729.545000', '155730.005000', '155730.465000', '155730.925000', '155731.385000', '155731.845000', '155732.305000', '155732.765000', '155733.225000', '155733.685000', '155734.145000', '155734.605000', '155735.065000', '155735.525000', '155735.985000', '155736.445000', '155736.905000', '155737.365000', '155737.825000', '155738.285000', '155738.745000', '155739.205000', '155739.665000', '155740.125000', '155740.585000', '155741.045000', '155741.505000', '155741.965000', '155742.425000', '155742.885000', '155743.345000', '155743.805000', '155744.265000', '155744.725000', '155745.185000', '155745.645000', '155746.105000', '155746.565000', '155747.025000', '155747.485000', '155747.945000', '155748.405000', '155748.865000', '155749.325000', '155749.785000', '155750.245000', '155750.705000', '155751.165000', '155751.625000', '155752.085000', '155752.545000', '155753.005000', '155753.465000', '155753.925000', '155754.385000', '155754.845000', '155755.305000', '155755.765000', '155756.225000', '155756.685000', '155757.145000', '155757.605000', '155758.065000', '155758.525000', '155758.985000', '155759.445000', '155759.905000', '155800.365000', '155800.825000', '155801.285000', '155801.745000', '155802.205000', '155802.665000', '155803.125000', '155803.585000', '155804.045000', '155804.505000', '155804.965000', '155805.425000', '155805.885000', '155806.345000', '155806.805000', '155807.265000', '155807.725000', '155808.185000', '155808.645000', '155809.105000', '155809.565000', '155810.025000', '155810.485000', '155810.945000', '155811.405000', '155811.865000', '155812.325000', '155812.785000', '155813.245000', '155813.705000', '155814.165000', '155814.625000', '155815.085000', '155815.545000', '155816.005000', '155816.465000', '155816.925000', '155817.385000', '155817.845000', '155818.305000', '155818.765000', '155819.225000', '155819.685000', '155820.145000', '155820.605000', '155821.065000', '155821.525000', '155821.985000', '155822.445000', '155822.905000', '155823.365000', '155823.825000', '155824.285000', '155824.745000', '155825.205000', '155825.665000', '155826.125000', '155826.585000', '155827.045000', '155827.505000', '155827.965000', '155828.425000', '155828.885000', '155829.345000', '155829.805000', '155830.265000', '155830.725000', '155831.185000', '155831.645000', '155832.105000', '155832.565000', '155833.025000', '155833.485000', '155833.945000', '155834.405000', '155834.865000', '155835.325000', '155835.785000', '155836.245000', '155836.705000', '155837.165000', '155837.625000', '155838.085000', '155838.545000', '155839.005000', '155839.465000', '155839.925000', '155840.385000', '155840.845000', '155841.305000', '155841.765000', '155842.225000', '155842.685000', '155843.145000', '155843.605000', '155844.065000', '155844.525000', '155844.985000', '155845.445000', '155845.905000', '155846.365000', '155846.825000', '155847.285000', '155847.745000', '155848.205000', '155848.665000', '155849.125000', '155849.585000', '155850.045000', '155850.505000', '155850.965000', '155851.425000', '155851.885000', '155852.345000', '155852.805000', '155853.265000', '155853.725000', '155854.185000', '155854.645000', '155855.105000', '155855.565000', '155856.025000', '155856.485000', '155856.945000', '155857.405000', '155857.865000', '155858.325000', '155858.785000', '155859.245000', '155859.705000', '155900.165000', '155900.625000', '155901.085000', '155901.545000', '155902.005000', '155902.465000', '155902.925000', '155903.385000', '155903.845000', '155904.305000', '155904.765000', '155905.225000', '155905.685000', '155906.145000', '155906.605000', '155907.065000', '155907.525000', '155907.985000', '155908.445000', '155908.905000', '155909.365000', '155909.825000', '155910.285000', '155910.745000', '155911.205000', '155911.665000', '155912.125000', '155912.585000', '155913.045000', '155913.505000', '155913.965000', '155914.425000', '155914.885000', '155915.345000', '155915.805000', '155916.265000', '155916.725000', '155917.185000', '155917.645000', '155918.105000', '155918.565000', '155919.025000', '155919.485000', '155919.945000', '155920.405000', '155920.865000', '155921.325000', '155921.785000', '155922.245000', '155922.705000', '155923.165000', '155923.625000', '155924.085000', '155924.545000', '155925.005000', '155925.465000', '155925.925000', '155926.385000', '155926.845000', '155927.305000', '155927.765000', '155928.225000', '155928.685000', '155929.145000', '155929.605000', '155930.065000', '155930.525000', '155930.985000', '155931.445000', '155931.905000', '155932.365000', '155932.825000', '155933.285000', '155933.745000', '155934.205000', '155934.665000', '155935.125000', '155935.585000', '155936.045000', '155936.505000', '155936.965000', '155937.425000', '155937.885000', '155938.345000', '155938.805000', '155939.265000', '155939.725000', '155940.185000', '155940.645000', '155941.105000', '155941.565000', '155942.025000', '155942.485000', '155942.945000', '155943.405000', '155943.865000', '155944.325000', '155944.785000', '155945.245000', '155945.705000', '155946.165000', '155946.625000', '155947.085000', '155947.545000', '155948.005000', '155948.465000', '155948.925000', '155949.385000', '155949.845000', '155950.305000', '155950.765000', '155951.225000', '155951.685000', '155952.145000', '155952.605000', '155953.065000', '155953.525000', '155953.985000', '155954.445000', '155954.905000', '155955.365000', '155955.825000', '155956.285000', '155956.745000', '155957.205000', '155957.665000', '155958.125000', '155958.585000', '155959.045000', '155959.505000', '155959.965000', '160000.425000', '160000.885000', '160001.345000', '160001.805000', '160002.265000', '160002.725000', '160003.185000', '160003.645000', '160004.105000', '160004.565000', '160005.025000', '160005.485000', '160005.945000', '160006.405000', '160006.865000', '160007.325000', '160007.785000', '160008.245000', '160008.705000', '160009.165000', '160009.625000', '160010.085000', '160010.545000', '160011.005000', '160011.465000', '160011.925000', '160012.385000', '160012.845000', '160013.305000', '160013.765000', '160014.225000', '160014.685000', '160015.145000', '160015.605000', '160016.065000', '160016.525000', '160016.985000', '160017.445000', '160017.905000', '160018.365000', '160018.825000', '160019.285000', '160019.745000', '160020.205000', '160020.665000', '160021.125000', '160021.585000', '160022.045000', '160022.505000', '160022.965000', '160023.425000', '160023.885000', '160024.345000', '160024.805000', '160025.265000', '160025.725000', '160026.185000', '160026.645000', '160027.105000', '160027.565000', '160028.025000', '160028.485000', '160028.945000', '160029.405000', '160029.865000', '160030.325000', '160030.785000', '160031.245000', '160031.705000', '160032.165000', '160032.625000', '160033.085000', '160033.545000', '160034.005000', '160034.465000', '160034.925000', '160035.385000', '160035.845000', '160036.305000', '160036.765000', '160037.225000', '160037.685000', '160038.145000', '160038.605000', '160039.065000', '160039.525000', '160039.985000', '160040.445000', '160040.905000', '160041.365000', '160041.825000', '160042.285000', '160042.745000', '160043.205000', '160043.665000', '160044.125000', '160044.585000', '160045.045000', '160045.505000', '160045.965000', '160046.425000', '160046.885000', '160047.345000', '160047.805000', '160048.265000', '160048.725000', '160049.185000', '160049.645000', '160050.105000', '160050.565000', '160051.025000', '160051.485000', '160051.945000', '160052.405000', '160052.865000', '160053.325000', '160053.785000', '160054.245000', '160054.705000', '160055.165000', '160055.625000', '160056.085000', '160056.545000', '160057.005000', '160057.465000', '160057.925000', '160058.385000', '160058.845000', '160059.305000', '160059.765000', '160100.225000', '160100.685000', '160101.145000', '160101.605000', '160102.065000', '160102.525000', '160102.985000', '160103.445000', '160103.905000', '160104.365000', '160104.825000', '160105.285000', '160105.745000', '160106.205000', '160106.665000', '160107.125000', '160107.585000', '160108.045000', '160108.505000', '160108.965000', '160109.425000', '160109.885000', '160110.345000', '160110.805000', '160111.265000', '160111.725000', '160112.185000', '160112.645000', '160113.105000', '160113.565000', '160114.025000', '160114.485000', '160114.945000', '160115.405000', '160115.865000', '160116.325000', '160116.785000', '160117.245000', '160117.705000', '160118.165000', '160118.625000', '160119.085000', '160119.545000', '160120.005000', '160120.465000', '160120.925000', '160121.385000', '160121.845000', '160122.305000', '160122.765000', '160123.225000', '160123.685000', '160124.145000', '160124.605000', '160125.065000', '160125.525000', '160125.985000', '160126.445000', '160126.905000', '160127.365000', '160127.825000', '160128.285000', '160128.745000', '160129.205000', '160129.665000', '160130.125000', '160130.585000', '160131.045000', '160131.505000', '160131.965000', '160132.425000', '160132.885000', '160133.345000', '160133.805000', '160134.265000', '160134.725000', '160135.185000', '160135.645000', '160136.105000', '160136.565000', '160137.025000', '160137.485000', '160137.945000', '160138.405000', '160138.865000', '160139.325000', '160139.785000', '160140.245000', '160140.705000', '160141.165000', '160141.625000', '160142.085000', '160142.545000', '160143.005000', '160143.465000', '160143.925000', '160144.385000', '160144.845000', '160145.305000', '160145.765000', '160146.225000', '160146.685000', '160147.145000', '160147.605000', '160148.065000', '160148.525000', '160148.985000', '160149.445000', '160149.905000', '160150.365000', '160150.825000', '160151.285000', '160151.745000', '160152.205000', '160152.665000', '160153.125000', '160153.585000', '160154.045000', '160154.505000', '160154.965000', '160155.425000', '160155.885000', '160156.345000', '160156.805000', '160157.265000', '160157.725000', '160158.185000', '160158.645000', '160159.105000', '160159.565000', '160200.025000', '160200.485000', '160200.945000', '160201.405000', '160201.865000', '160202.325000', '160202.785000', '160203.245000', '160203.705000', '160204.165000', '160204.625000', '160205.085000', '160205.545000', '160206.005000', '160206.465000', '160206.925000', '160207.385000', '160207.845000', '160208.305000', '160208.765000', '160209.225000', '160209.685000', '160210.145000', '160210.605000', '160211.065000', '160211.525000', '160211.985000', '160212.445000', '160212.905000', '160213.365000', '160213.825000', '160214.285000', '160214.745000', '160215.205000', '160215.665000', '160216.125000', '160216.585000', '160217.045000', '160217.505000', '160217.965000', '160218.425000', '160218.885000', '160219.345000', '160219.805000', '160220.265000', '160220.725000', '160221.185000', '160221.645000', '160222.105000', '160222.565000', '160223.025000', '160223.485000', '160223.945000', '160224.405000', '160224.865000', '160225.325000', '160225.785000', '160226.245000', '160226.705000', '160227.165000', '160227.625000', '160228.085000', '160228.545000', '160229.005000', '160229.465000', '160229.925000', '160230.385000', '160230.845000', '160231.305000', '160231.765000', '160232.225000', '160232.685000', '160233.145000', '160233.605000', '160234.065000', '160234.525000', '160234.985000', '160235.445000', '160235.905000', '160236.365000', '160236.825000', '160237.285000', '160237.745000', '160238.205000', '160238.665000', '160239.125000', '160239.585000', '160240.045000', '160240.505000', '160240.965000', '160241.425000', '160241.885000', '160242.345000', '160242.805000', '160243.265000', '160243.725000', '160244.185000', '160244.645000', '160245.105000', '160245.565000', '160246.025000', '160246.485000', '160246.945000', '160247.405000', '160247.865000', '160248.325000', '160248.785000', '160249.245000', '160249.705000', '160250.165000', '160250.625000', '160251.085000', '160251.545000', '160252.005000', '160252.465000', '160252.925000', '160253.385000', '160253.845000', '160254.305000', '160254.765000', '160255.225000', '160255.685000', '160256.145000', '160256.605000', '160257.065000', '160257.525000', '160257.985000', '160258.445000', '160258.905000', '160259.365000', '160259.825000', '160300.285000', '160300.745000', '160301.205000', '160301.665000', '160302.125000', '160302.585000', '160303.045000', '160303.505000', '160303.965000', '160304.425000', '160304.885000', '160305.345000', '160305.805000', '160306.265000', '160306.725000', '160307.185000', '160307.645000', '160308.105000', '160308.565000', '160309.025000', '160309.485000', '160309.945000', '160310.405000', '160310.865000', '160311.325000', '160311.785000', '160312.245000', '160312.705000', '160313.165000', '160313.625000', '160314.085000', '160314.545000', '160315.005000', '160315.465000', '160315.925000', '160316.385000', '160316.845000', '160317.305000', '160317.765000', '160318.225000', '160318.685000', '160319.145000', '160319.605000', '160320.065000', '160320.525000', '160320.985000', '160321.445000', '160321.905000', '160322.365000', '160322.825000', '160323.285000', '160323.745000', '160324.205000', '160324.665000', '160325.125000', '160325.585000', '160326.045000', '160326.505000', '160326.965000', '160327.425000', '160327.885000', '160328.345000', '160328.805000', '160329.265000', '160329.725000', '160330.185000', '160330.645000', '160331.105000', '160331.565000', '160332.025000', '160332.485000', '160332.945000', '160333.405000', '160333.865000', '160334.325000', '160334.785000', '160335.245000', '160335.705000', '160336.165000', '160336.625000', '160337.085000', '160337.545000', '160338.005000', '160338.465000', '160338.925000', '160339.385000', '160339.845000', '160340.305000', '160340.765000', '160341.225000', '160341.685000', '160342.145000', '160342.605000', '160343.065000', '160343.525000', '160343.985000', '160344.445000', '160344.905000', '160345.365000', '160345.825000', '160346.285000', '160346.745000', '160347.205000', '160347.665000', '160348.125000', '160348.585000', '160349.045000', '160349.505000', '160349.965000', '160350.425000', '160350.885000', '160351.345000', '160351.805000', '160352.265000', '160352.725000', '160353.185000', '160353.645000', '160354.105000', '160354.565000', '160355.025000', '160355.485000', '160355.945000', '160356.405000', '160356.865000', '160357.325000', '160357.785000', '160358.245000', '160358.705000', '160359.165000', '160359.625000', '160400.085000', '160400.545000', '160401.005000', '160401.465000', '160401.925000', '160402.385000', '160402.845000', '160403.305000', '160403.765000', '160404.225000', '160404.685000', '160405.145000', '160405.605000', '160406.065000', '160406.525000', '160406.985000', '160407.445000', '160407.905000', '160408.365000', '160408.825000', '160409.285000', '160409.745000', '160410.205000', '160410.665000', '160411.125000', '160411.585000', '160412.045000', '160412.505000', '160412.965000', '160413.425000', '160413.885000', '160414.345000', '160414.805000', '160415.265000', '160415.725000', '160416.185000', '160416.645000', '160417.105000', '160417.565000', '160418.025000', '160418.485000', '160418.945000', '160419.405000', '160419.865000', '160420.325000', '160420.785000', '160421.245000', '160421.705000', '160422.165000', '160422.625000', '160423.085000', '160423.545000', '160424.005000', '160424.465000', '160424.925000', '160425.385000', '160425.845000', '160426.305000', '160426.765000', '160427.225000', '160427.685000', '160428.145000', '160428.605000', '160429.065000', '160429.525000', '160429.985000', '160430.445000', '160430.905000', '160431.365000', '160431.825000', '160432.285000', '160432.745000', '160433.205000', '160433.665000', '160434.125000', '160434.585000', '160435.045000', '160435.505000', '160435.965000', '160436.425000', '160436.885000', '160437.345000', '160437.805000', '160438.265000', '160438.725000', '160439.185000', '160439.645000', '160440.105000', '160440.565000', '160441.025000', '160441.485000', '160441.945000', '160442.405000', '160442.865000', '160443.325000', '160443.785000', '160444.245000', '160444.705000', '160445.165000', '160445.625000', '160446.085000', '160446.545000', '160447.005000', '160447.465000', '160447.925000', '160448.385000', '160448.845000', '160449.305000', '160449.765000', '160450.225000', '160450.685000', '160451.145000', '160451.605000', '160452.065000', '160452.525000', '160452.985000', '160453.445000', '160453.905000', '160454.365000', '160454.825000', '160455.285000', '160455.745000', '160456.205000', '160456.665000', '160457.125000', '160457.585000', '160458.045000', '160458.505000', '160458.965000', '160459.425000', '160459.885000', '160500.345000', '160500.805000', '160501.265000', '160501.725000', '160502.185000', '160502.645000', '160503.105000', '160503.565000', '160504.025000', '160504.485000', '160504.945000', '160505.405000', '160505.865000', '160506.325000', '160506.785000', '160507.245000', '160507.705000', '160508.165000', '160508.625000', '160509.085000', '160509.545000', '160510.005000', '160510.465000', '160510.925000', '160511.385000', '160511.845000', '160512.305000', '160512.765000', '160513.225000', '160513.685000', '160514.145000', '160514.605000', '160515.065000', '160515.525000', '160515.985000', '160516.445000', '160516.905000', '160517.365000', '160517.825000', '160518.285000', '160518.745000', '160519.205000', '160519.665000', '160520.125000', '160520.585000', '160521.045000', '160521.505000', '160521.965000', '160522.425000', '160522.885000', '160523.345000', '160523.805000', '160524.265000', '160524.725000', '160525.185000', '160525.645000', '160526.105000', '160526.565000', '160527.025000', '160527.485000', '160527.945000', '160528.405000', '160528.865000', '160529.325000', '160529.785000', '160530.245000', '160530.705000', '160531.165000', '160531.625000', '160532.085000', '160532.545000', '160533.005000', '160533.465000', '160533.925000', '160534.385000', '160534.845000', '160535.305000', '160535.765000', '160536.225000', '160536.685000', '160537.145000', '160537.605000', '160538.065000', '160538.525000', '160538.985000', '160539.445000', '160539.905000', '160540.365000', '160540.825000', '160541.285000', '160541.745000', '160542.205000', '160542.665000', '160543.125000', '160543.585000', '160544.045000', '160544.505000', '160544.965000', '160545.425000', '160545.885000', '160546.345000', '160546.805000', '160547.265000', '160547.725000', '160548.185000', '160548.645000', '160549.105000', '160549.565000', '160550.025000', '160550.485000', '160550.945000', '160551.405000', '160551.865000', '160552.325000', '160552.785000', '160553.245000', '160553.705000', '160554.165000', '160554.625000', '160555.085000', '160555.545000', '160556.005000', '160556.465000', '160556.925000', '160557.385000', '160557.845000', '160558.305000', '160558.765000', '160559.225000', '160559.685000', '160600.145000', '160600.605000', '160601.065000', '160601.525000', '160601.985000', '160602.445000', '160602.905000', '160603.365000', '160603.825000', '160604.285000', '160604.745000', '160605.205000', '160605.665000', '160606.125000', '160606.585000', '160607.045000', '160607.505000', '160607.965000', '160608.425000', '160608.885000', '160609.345000', '160609.805000', '160610.265000', '160610.725000', '160611.185000', '160611.645000', '160612.105000', '160612.565000', '160613.025000', '160613.485000', '160613.945000', '160614.405000', '160614.865000', '160615.325000', '160615.785000', '160616.245000', '160616.705000', '160617.165000', '160617.625000', '160618.085000', '160618.545000', '160619.005000', '160619.465000', '160619.925000', '160620.385000', '160620.845000', '160621.305000', '160621.765000', '160622.225000', '160622.685000', '160623.145000', '160623.605000', '160624.065000', '160624.525000', '160624.985000', '160625.445000', '160625.905000', '160626.365000', '160626.825000', '160627.285000', '160627.745000', '160628.205000', '160628.665000', '160629.125000', '160629.585000', '160630.045000', '160630.505000', '160630.965000', '160631.425000', '160631.885000', '160632.345000', '160632.805000', '160633.265000', '160633.725000', '160634.185000', '160634.645000', '160635.105000', '160635.565000', '160636.025000', '160636.485000', '160636.945000', '160637.405000', '160637.865000', '160638.325000', '160638.785000', '160639.245000', '160639.705000', '160640.165000', '160640.625000', '160641.085000', '160641.545000', '160642.005000', '160642.465000', '160642.925000', '160643.385000', '160643.845000', '160644.305000', '160644.765000', '160645.225000', '160645.685000', '160646.145000', '160646.605000', '160647.065000', '160647.525000', '160647.985000', '160648.445000', '160648.905000', '160649.365000', '160649.825000', '160650.285000', '160650.745000', '160651.205000', '160651.665000', '160652.125000', '160652.585000', '160653.045000', '160653.505000', '160653.965000', '160654.425000', '160654.885000', '160655.345000', '160655.805000', '160656.265000', '160656.725000', '160657.185000', '160657.645000', '160658.105000', '160658.565000', '160659.025000', '160659.485000', '160659.945000', '160700.405000', '160700.865000', '160701.325000', '160701.785000', '160702.245000', '160702.705000', '160703.165000', '160703.625000', '160704.085000', '160704.545000', '160705.005000', '160705.465000', '160705.925000', '160706.385000', '160706.845000', '160707.305000', '160707.765000', '160708.225000', '160708.685000', '160709.145000', '160709.605000', '160710.065000', '160710.525000', '160710.985000', '160711.445000', '160711.905000', '160712.365000', '160712.825000', '160713.285000', '160713.745000', '160714.205000', '160714.665000', '160715.125000', '160715.585000', '160716.045000', '160716.505000', '160716.965000', '160717.425000', '160717.885000', '160718.345000', '160718.805000', '160719.265000', '160719.725000', '160720.185000', '160720.645000', '160721.105000', '160721.565000', '160722.025000', '160722.485000', '160722.945000', '160723.405000', '160723.865000', '160724.325000', '160724.785000', '160725.245000', '160725.705000', '160726.165000', '160726.625000', '160727.085000', '160727.545000', '160728.005000', '160728.465000', '160728.925000', '160729.385000', '160729.845000', '160730.305000', '160730.765000', '160731.225000', '160731.685000', '160732.145000', '160732.605000', '160733.065000', '160733.525000', '160733.985000', '160734.445000', '160734.905000', '160735.365000', '160735.825000', '160736.285000', '160736.745000', '160737.205000', '160737.665000', '160738.125000', '160738.585000', '160739.045000', '160739.505000', '160739.965000', '160740.425000', '160740.885000', '160741.345000', '160741.805000', '160742.265000', '160742.725000', '160743.185000', '160743.645000', '160744.105000', '160744.565000', '160745.025000', '160745.485000', '160745.945000', '160746.405000', '160746.865000', '160747.325000', '160747.785000', '160748.245000', '160748.705000', '160749.165000', '160749.625000', '160750.085000', '160750.545000', '160751.005000', '160751.465000', '160751.925000', '160752.385000', '160752.845000', '160753.305000', '160753.765000', '160754.225000', '160754.685000', '160755.145000', '160755.605000', '160756.065000', '160756.525000', '160756.985000', '160757.445000', '160757.905000', '160758.365000', '160758.825000', '160759.285000', '160759.745000', '160800.205000', '160800.665000', '160801.125000', '160801.585000', '160802.045000', '160802.505000', '160802.965000', '160803.425000', '160803.885000', '160804.345000', '160804.805000', '160805.265000', '160805.725000', '160806.185000', '160806.645000', '160807.105000', '160807.565000', '160808.025000', '160808.485000', '160808.945000', '160809.405000', '160809.865000', '160810.325000', '160810.785000', '160811.245000', '160811.705000', '160812.165000', '160812.625000', '160813.085000', '160813.545000', '160814.005000', '160814.465000', '160814.925000', '160815.385000', '160815.845000', '160816.305000', '160816.765000', '160817.225000', '160817.685000', '160818.145000', '160818.605000', '160819.065000', '160819.525000', '160819.985000', '160820.445000', '160820.905000', '160821.365000', '160821.825000', '160822.285000', '160822.745000', '160823.205000', '160823.665000', '160824.125000', '160824.585000', '160825.045000', '160825.505000', '160825.965000', '160826.425000', '160826.885000', '160827.345000', '160827.805000', '160828.265000', '160828.725000', '160829.185000', '160829.645000', '160830.105000', '160830.565000', '160831.025000', '160831.485000', '160831.945000', '160832.405000', '160832.865000', '160833.325000', '160833.785000', '160834.245000', '160834.705000', '160835.165000', '160835.625000', '160836.085000', '160836.545000', '160837.005000', '160837.465000', '160837.925000', '160838.385000'], 'ContentTime': ['155625.850000', '155625.853000', '155625.856000', '155625.859000', '155625.862000', '155625.864000', '155625.867000', '155625.870000', '155625.873000', '155625.888000', '155625.891000', '155625.894000', '155625.897000', '155625.900000', '155625.903000', '155625.906000', '155625.909000', '155625.912000', '155625.914000', '155625.917000', '155625.920000', '155625.923000', '155625.927000', '155625.930000', '155625.933000', '155625.935000', '155625.938000', '155625.941000', '155625.944000', '155625.947000', '155625.950000', '155625.952000', '155625.955000', '155625.958000', '155625.961000', '155625.964000', '155625.967000', '155625.970000', '155625.972000', '155625.975000', '155625.978000', '155625.992000', '155625.995000', '155625.997000', '155626.001000', '155645.814000', '155645.817000', '155645.820000', '155645.823000', '155645.826000', '155645.828000', '155645.831000', '155645.834000', '155645.837000', '155645.840000', '155645.843000', '155645.845000', '155645.848000', '155645.851000', '155645.854000', '155645.857000', '155645.861000', '155645.864000', '155645.866000', '155645.869000', '155645.872000', '155645.875000', '155645.878000', '155645.881000', '155645.884000', '155645.887000', '155645.896000', '155645.898000', '155645.901000', '155645.904000', '155645.907000', '155645.910000', '155645.913000', '155645.915000', '155645.918000', '155645.921000', '155645.924000', '155645.927000', '155645.930000', '155645.933000', '155645.936000', '155645.938000', '155645.941000', '155645.944000', '155705.815000', '155705.818000', '155705.821000', '155705.824000', '155705.827000', '155705.829000', '155705.832000', '155705.835000', '155705.838000', '155705.841000', '155705.844000', '155705.847000', '155705.850000', '155705.852000', '155705.855000', '155705.858000', '155705.861000', '155705.864000', '155705.867000', '155705.870000', '155705.873000', '155705.875000', '155705.878000', '155705.882000', '155705.886000', '155705.888000', '155705.891000', '155705.894000', '155705.897000', '155705.900000', '155705.903000', '155705.906000', '155705.909000', '155705.911000', '155705.914000', '155705.917000', '155705.920000', '155705.923000', '155705.926000', '155705.929000', '155705.932000', '155705.934000', '155705.939000', '155725.815000', '155725.818000', '155725.821000', '155725.824000', '155725.827000', '155725.829000', '155725.832000', '155725.835000', '155725.838000', '155725.841000', '155725.844000', '155725.847000', '155725.850000', '155725.853000', '155725.856000', '155725.859000', '155725.862000', '155725.865000', '155725.867000', '155725.870000', '155725.873000', '155725.876000', '155725.879000', '155725.882000', '155725.885000', '155725.888000', '155725.890000', '155725.893000', '155725.896000', '155725.899000', '155725.902000', '155725.905000', '155725.908000', '155725.910000', '155725.913000', '155725.916000', '155725.919000', '155725.922000', '155725.930000', '155725.933000', '155725.936000', '155725.939000', '155725.942000', '155725.945000', '155745.815000', '155745.818000', '155745.821000', '155745.824000', '155745.827000', '155745.830000', '155745.833000', '155745.835000', '155745.838000', '155745.841000', '155745.844000', '155745.847000', '155745.850000', '155745.853000', '155745.856000', '155745.858000', '155745.861000', '155745.864000', '155745.867000', '155745.870000', '155745.882000', '155745.885000', '155745.888000', '155745.891000', '155745.894000', '155745.897000', '155745.900000', '155745.902000', '155745.905000', '155745.908000', '155745.911000', '155745.914000', '155745.917000', '155745.920000', '155745.922000', '155745.925000', '155745.928000', '155745.931000', '155745.934000', '155745.937000', '155745.940000', '155745.943000', '155745.945000', '155805.815000', '155805.818000', '155805.821000', '155805.824000', '155805.827000', '155805.830000', '155805.833000', '155805.836000', '155805.838000', '155805.841000', '155805.844000', '155805.847000', '155805.850000', '155805.853000', '155805.856000', '155805.859000', '155805.861000', '155805.864000', '155805.867000', '155805.870000', '155805.873000', '155805.876000', '155805.879000', '155805.882000', '155805.884000', '155805.889000', '155805.892000', '155805.895000', '155805.898000', '155805.901000', '155805.904000', '155805.907000', '155805.909000', '155805.912000', '155805.915000', '155805.931000', '155805.934000', '155805.937000', '155805.940000', '155805.942000', '155805.945000', '155805.948000', '155805.951000', '155805.954000', '155825.814000', '155825.817000', '155825.820000', '155825.823000', '155825.826000', '155825.829000', '155825.831000', '155825.834000', '155825.837000', '155825.840000', '155825.843000', '155825.846000', '155825.849000', '155825.852000', '155825.854000', '155825.857000', '155825.860000', '155825.863000', '155825.866000', '155825.869000', '155825.872000', '155825.875000', '155825.878000', '155825.880000', '155825.883000', '155825.886000', '155825.889000', '155825.892000', '155825.895000', '155825.898000', '155825.900000', '155825.903000', '155825.906000', '155825.909000', '155825.912000', '155825.915000', '155825.919000', '155825.923000', '155825.926000', '155825.929000', '155825.932000', '155825.935000', '155825.937000', '155845.814000', '155845.817000', '155845.820000', '155845.823000', '155845.826000', '155845.829000', '155845.831000', '155845.834000', '155845.837000', '155845.840000', '155845.843000', '155845.846000', '155845.849000', '155845.852000', '155845.854000', '155845.857000', '155845.860000', '155845.863000', '155845.866000', '155845.869000', '155845.872000', '155845.875000', '155845.877000', '155845.880000', '155845.884000', '155845.887000', '155845.890000', '155845.893000', '155845.896000', '155845.899000', '155845.902000', '155845.905000', '155845.907000', '155845.911000', '155845.913000', '155845.916000', '155845.925000', '155845.928000', '155845.931000', '155845.933000', '155845.936000', '155845.939000', '155845.942000', '155845.945000', '155905.815000', '155905.818000', '155905.821000', '155905.824000', '155905.827000', '155905.829000', '155905.832000', '155905.835000', '155905.838000', '155905.841000', '155905.844000', '155905.847000', '155905.850000', '155905.853000', '155905.856000', '155905.859000', '155905.861000', '155905.864000', '155905.867000', '155905.870000', '155905.873000', '155905.876000', '155905.879000', '155905.882000', '155905.885000', '155905.888000', '155905.890000', '155905.893000', '155905.896000', '155905.899000', '155905.902000', '155905.905000', '155905.909000', '155905.912000', '155905.914000', '155905.917000', '155905.920000', '155905.923000', '155905.926000', '155905.929000', '155905.932000', '155905.935000', '155905.938000', '155925.815000', '155925.818000', '155925.821000', '155925.824000', '155925.847000', '155925.850000', '155925.853000', '155925.856000', '155925.859000', '155925.862000', '155925.865000', '155925.868000', '155925.871000', '155925.873000', '155925.876000', '155925.879000', '155925.882000', '155925.885000', '155925.888000', '155925.891000', '155925.894000', '155925.897000', '155925.900000', '155925.902000', '155925.905000', '155925.908000', '155925.911000', '155925.914000', '155925.917000', '155925.920000', '155925.923000', '155925.925000', '155925.929000', '155925.931000', '155925.934000', '155925.937000', '155925.940000', '155925.943000', '155925.946000', '155925.949000', '155925.952000', '155925.954000', '155925.957000', '155925.960000', '155945.815000', '155945.818000', '155945.821000', '155945.824000', '155945.827000', '155945.830000', '155945.833000', '155945.835000', '155945.838000', '155945.841000', '155945.844000', '155945.847000', '155945.850000', '155945.853000', '155945.856000', '155945.859000', '155945.862000', '155945.864000', '155945.867000', '155945.870000', '155945.873000', '155945.876000', '155945.879000', '155945.882000', '155945.885000', '155945.888000', '155945.891000', '155945.894000', '155945.897000', '155945.900000', '155945.903000', '155945.906000', '155945.909000', '155945.911000', '155945.914000', '155945.917000', '155945.920000', '155945.923000', '155945.926000', '155945.929000', '155945.931000', '155945.934000', '155945.937000', '160005.815000', '160005.818000', '160005.821000', '160005.824000', '160005.827000', '160005.829000', '160005.832000', '160005.835000', '160005.838000', '160005.841000', '160005.844000', '160005.847000', '160005.850000', '160005.853000', '160005.856000', '160005.859000', '160005.862000', '160005.865000', '160005.868000', '160005.872000', '160005.875000', '160005.878000', '160005.880000', '160005.884000', '160005.887000', '160005.890000', '160005.893000', '160005.896000', '160005.899000', '160005.902000', '160005.905000', '160005.908000', '160005.911000', '160005.914000', '160005.916000', '160005.919000', '160005.922000', '160005.926000', '160005.929000', '160005.932000', '160005.935000', '160005.938000', '160005.941000', '160025.815000', '160025.828000', '160025.831000', '160025.834000', '160025.837000', '160025.840000', '160025.843000', '160025.846000', '160025.848000', '160025.851000', '160025.854000', '160025.857000', '160025.860000', '160025.863000', '160025.866000', '160025.869000', '160025.872000', '160025.875000', '160025.878000', '160025.881000', '160025.884000', '160025.887000', '160025.890000', '160025.893000', '160025.896000', '160025.899000', '160025.902000', '160025.905000', '160025.907000', '160025.910000', '160025.913000', '160025.916000', '160025.919000', '160025.922000', '160025.925000', '160025.927000', '160025.930000', '160025.933000', '160025.936000', '160025.939000', '160025.942000', '160025.945000', '160025.948000', '160025.950000', '160045.814000', '160045.817000', '160045.820000', '160045.823000', '160045.827000', '160045.829000', '160045.832000', '160045.835000', '160045.838000', '160045.841000', '160045.844000', '160045.847000', '160045.850000', '160045.852000', '160045.855000', '160045.858000', '160045.861000', '160045.864000', '160045.867000', '160045.870000', '160045.873000', '160045.875000', '160045.878000', '160045.881000', '160045.884000', '160045.887000', '160045.890000', '160045.893000', '160045.896000', '160045.898000', '160045.901000', '160045.904000', '160045.907000', '160045.910000', '160045.913000', '160045.916000', '160045.918000', '160045.921000', '160045.924000', '160045.927000', '160045.930000', '160045.933000', '160045.936000', '160105.814000', '160105.817000', '160105.820000', '160105.823000', '160105.826000', '160105.828000', '160105.831000', '160105.834000', '160105.837000', '160105.840000', '160105.843000', '160105.846000', '160105.849000', '160105.851000', '160105.854000', '160105.857000', '160105.860000', '160105.863000', '160105.866000', '160105.869000', '160105.872000', '160105.874000', '160105.877000', '160105.880000', '160105.883000', '160105.886000', '160105.889000', '160105.892000', '160105.895000', '160105.898000', '160105.901000', '160105.904000', '160105.907000', '160105.909000', '160105.912000', '160105.915000', '160105.918000', '160105.921000', '160105.924000', '160105.927000', '160105.930000', '160105.932000', '160105.935000', '160105.938000', '160125.815000', '160125.818000', '160125.821000', '160125.824000', '160125.827000', '160125.830000', '160125.833000', '160125.836000', '160125.839000', '160125.842000', '160125.845000', '160125.848000', '160125.850000', '160125.853000', '160125.856000', '160125.859000', '160125.862000', '160125.865000', '160125.868000', '160125.871000', '160125.874000', '160125.876000', '160125.880000', '160125.883000', '160125.886000', '160125.889000', '160125.892000', '160125.894000', '160125.897000', '160125.900000', '160125.903000', '160125.906000', '160125.909000', '160125.912000', '160125.915000', '160125.917000', '160125.920000', '160125.923000', '160125.926000', '160125.929000', '160125.938000', '160125.941000', '160125.944000', '160145.815000', '160145.818000', '160145.821000', '160145.824000', '160145.827000', '160145.830000', '160145.833000', '160145.836000', '160145.839000', '160145.841000', '160145.844000', '160145.847000', '160145.860000', '160145.863000', '160145.866000', '160145.869000', '160145.872000', '160145.875000', '160145.878000', '160145.881000', '160145.884000', '160145.886000', '160145.889000', '160145.892000', '160145.895000', '160145.898000', '160145.901000', '160145.904000', '160145.907000', '160145.909000', '160145.912000', '160145.915000', '160145.918000', '160145.921000', '160145.924000', '160145.927000', '160145.930000', '160145.932000', '160145.935000', '160145.938000', '160145.941000', '160145.944000', '160145.947000', '160145.950000', '160205.815000', '160205.819000', '160205.821000', '160205.824000', '160205.827000', '160205.831000', '160205.834000', '160205.837000', '160205.839000', '160205.845000', '160205.848000', '160205.851000', '160205.854000', '160205.857000', '160205.860000', '160205.863000', '160205.866000', '160205.869000', '160205.872000', '160205.875000', '160205.878000', '160205.881000', '160205.883000', '160205.887000', '160205.889000', '160205.892000', '160205.895000', '160205.898000', '160205.901000', '160205.904000', '160205.907000', '160205.910000', '160205.913000', '160205.916000', '160205.919000', '160205.922000', '160205.925000', '160205.927000', '160205.930000', '160205.933000', '160205.936000', '160205.939000', '160205.942000', '160225.815000', '160225.818000', '160225.821000', '160225.824000', '160225.827000', '160225.829000', '160225.832000', '160225.835000', '160225.838000', '160225.841000', '160225.844000', '160225.847000', '160225.849000', '160225.852000', '160225.855000', '160225.858000', '160225.861000', '160225.864000', '160225.867000', '160225.870000', '160225.873000', '160225.876000', '160225.878000', '160225.881000', '160225.884000', '160225.887000', '160225.890000', '160225.893000', '160225.896000', '160225.899000', '160225.901000', '160225.904000', '160225.907000', '160225.910000', '160225.913000', '160225.916000', '160225.919000', '160225.922000', '160225.925000', '160225.928000', '160225.931000', '160225.934000', '160225.937000', '160225.940000', '160245.815000', '160245.818000', '160245.821000', '160245.824000', '160245.827000', '160245.829000', '160245.832000', '160245.835000', '160245.838000', '160245.841000', '160245.844000', '160245.847000', '160245.850000', '160245.853000', '160245.855000', '160245.858000', '160245.861000', '160245.864000', '160245.867000', '160245.870000', '160245.873000', '160245.875000', '160245.878000', '160245.882000', '160245.885000', '160245.888000', '160245.891000', '160245.894000', '160245.897000', '160245.900000', '160245.903000', '160245.906000', '160245.909000', '160245.912000', '160245.915000', '160245.917000', '160245.920000', '160245.923000', '160245.926000', '160245.929000', '160245.932000', '160245.935000', '160245.938000', '160305.814000', '160305.817000', '160305.820000', '160305.823000', '160305.826000', '160305.829000', '160305.831000', '160305.834000', '160305.856000', '160305.859000', '160305.861000', '160305.864000', '160305.867000', '160305.870000', '160305.873000', '160305.876000', '160305.879000', '160305.882000', '160305.885000', '160305.887000', '160305.890000', '160305.893000', '160305.896000', '160305.899000', '160305.902000', '160305.905000', '160305.908000', '160305.911000', '160305.914000', '160305.916000', '160305.919000', '160305.922000', '160305.925000', '160305.928000', '160305.931000', '160305.934000', '160305.937000', '160305.940000', '160305.943000', '160305.946000', '160305.949000', '160305.951000', '160305.954000', '160305.957000', '160325.814000', '160325.817000', '160325.820000', '160325.823000', '160325.826000', '160325.828000', '160325.833000', '160325.836000', '160325.839000', '160325.842000', '160325.845000', '160325.848000', '160325.851000', '160325.854000', '160325.857000', '160325.859000', '160325.862000', '160325.865000', '160325.868000', '160325.871000', '160325.874000', '160325.877000', '160325.880000', '160325.882000', '160325.885000', '160325.888000', '160325.891000', '160325.894000', '160325.897000', '160325.900000', '160325.903000', '160325.906000', '160325.909000', '160325.912000', '160325.915000', '160325.918000', '160325.921000', '160325.924000', '160325.927000', '160325.929000', '160325.932000', '160325.935000', '160325.938000', '160345.815000', '160345.818000', '160345.821000', '160345.825000', '160345.827000', '160345.830000', '160345.833000', '160345.836000', '160345.839000', '160345.842000', '160345.845000', '160345.848000', '160345.851000', '160345.853000', '160345.856000', '160345.859000', '160345.862000', '160345.865000', '160345.868000', '160345.871000', '160345.874000', '160345.876000', '160345.879000', '160345.882000', '160345.885000', '160345.888000', '160345.891000', '160345.894000', '160345.897000', '160345.900000', '160345.903000', '160345.906000', '160345.910000', '160345.912000', '160345.915000', '160345.918000', '160345.921000', '160345.924000', '160345.927000', '160345.930000', '160345.933000', '160345.935000', '160345.938000', '160345.941000', '160405.815000', '160405.818000', '160405.821000', '160405.824000', '160405.827000', '160405.830000', '160405.832000', '160405.835000', '160405.838000', '160405.853000', '160405.856000', '160405.858000', '160405.861000', '160405.864000', '160405.867000', '160405.870000', '160405.873000', '160405.876000', '160405.879000', '160405.882000', '160405.885000', '160405.888000', '160405.890000', '160405.893000', '160405.896000', '160405.899000', '160405.902000', '160405.905000', '160405.908000', '160405.911000', '160405.913000', '160405.916000', '160405.919000', '160405.922000', '160405.925000', '160405.928000', '160405.931000', '160405.934000', '160405.937000', '160405.939000', '160405.942000', '160405.946000', '160405.949000', '160425.815000', '160425.818000', '160425.821000', '160425.824000', '160425.827000', '160425.842000', '160425.845000', '160425.848000', '160425.851000', '160425.854000', '160425.857000', '160425.860000', '160425.863000', '160425.865000', '160425.868000', '160425.871000', '160425.874000', '160425.877000', '160425.880000', '160425.883000', '160425.886000', '160425.888000', '160425.891000', '160425.894000', '160425.897000', '160425.900000', '160425.903000', '160425.906000', '160425.909000', '160425.911000', '160425.914000', '160425.917000', '160425.920000', '160425.923000', '160425.926000', '160425.929000', '160425.932000', '160425.935000', '160425.938000', '160425.941000', '160425.943000', '160425.946000', '160425.949000', '160425.952000', '160445.815000', '160445.818000', '160445.821000', '160445.824000', '160445.833000', '160445.836000', '160445.839000', '160445.841000', '160445.844000', '160445.847000', '160445.850000', '160445.853000', '160445.856000', '160445.859000', '160445.862000', '160445.864000', '160445.868000', '160445.872000', '160445.875000', '160445.878000', '160445.881000', '160445.884000', '160445.887000', '160445.890000', '160445.893000', '160445.896000', '160445.899000', '160445.902000', '160445.905000', '160445.908000', '160445.911000', '160445.914000', '160445.917000', '160445.920000', '160445.923000', '160445.926000', '160445.929000', '160445.932000', '160445.937000', '160445.941000', '160445.944000', '160445.947000', '160445.949000', '160505.815000', '160505.818000', '160505.821000', '160505.824000', '160505.827000', '160505.830000', '160505.833000', '160505.837000', '160505.840000', '160505.843000', '160505.846000', '160505.849000', '160505.852000', '160505.855000', '160505.858000', '160505.861000', '160505.864000', '160505.867000', '160505.870000', '160505.872000', '160505.875000', '160505.878000', '160505.881000', '160505.884000', '160505.887000', '160505.890000', '160505.893000', '160505.896000', '160505.899000', '160505.902000', '160505.904000', '160505.907000', '160505.910000', '160505.913000', '160505.916000', '160505.919000', '160505.922000', '160505.925000', '160505.928000', '160505.930000', '160505.933000', '160505.936000', '160505.939000', '160505.942000', '160525.814000', '160525.817000', '160525.820000', '160525.823000', '160525.826000', '160525.829000', '160525.832000', '160525.834000', '160525.837000', '160525.840000', '160525.843000', '160525.846000', '160525.849000', '160525.852000', '160525.855000', '160525.858000', '160525.861000', '160525.863000', '160525.866000', '160525.869000', '160525.872000', '160525.875000', '160525.878000', '160525.881000', '160525.884000', '160525.887000', '160525.890000', '160525.893000', '160525.896000', '160525.899000', '160525.901000', '160525.905000', '160525.907000', '160525.910000', '160525.913000', '160525.916000', '160525.919000', '160525.922000', '160525.925000', '160525.928000', '160525.931000', '160525.934000', '160525.936000', '160545.814000', '160545.832000', '160545.835000', '160545.838000', '160545.841000', '160545.844000', '160545.847000', '160545.849000', '160545.852000', '160545.855000', '160545.858000', '160545.861000', '160545.864000', '160545.867000', '160545.870000', '160545.873000', '160545.876000', '160545.878000', '160545.881000', '160545.884000', '160545.887000', '160545.890000', '160545.893000', '160545.896000', '160545.899000', '160545.902000', '160545.904000', '160545.907000', '160545.910000', '160545.913000', '160545.916000', '160545.919000', '160545.922000', '160545.925000', '160545.928000', '160545.931000', '160545.934000', '160545.936000', '160545.939000', '160545.942000', '160545.945000', '160545.948000', '160545.951000', '160545.954000', '160605.815000', '160605.818000', '160605.821000', '160605.824000', '160605.827000', '160605.830000', '160605.833000', '160605.836000', '160605.839000', '160605.841000', '160605.844000', '160605.847000', '160605.850000', '160605.853000', '160605.856000', '160605.859000', '160605.862000', '160605.865000', '160605.868000', '160605.870000', '160605.873000', '160605.876000', '160605.879000', '160605.882000', '160605.885000', '160605.888000', '160605.891000', '160605.894000', '160605.897000', '160605.899000', '160605.902000', '160605.905000', '160605.910000', '160605.913000', '160605.916000', '160605.919000', '160605.921000', '160605.924000', '160605.927000', '160605.930000', '160605.933000', '160605.936000', '160605.939000', '160625.815000', '160625.818000', '160625.821000', '160625.824000', '160625.827000', '160625.830000', '160625.833000', '160625.835000', '160625.838000', '160625.841000', '160625.844000', '160625.847000', '160625.850000', '160625.853000', '160625.856000', '160625.859000', '160625.862000', '160625.865000', '160625.868000', '160625.871000', '160625.873000', '160625.876000', '160625.879000', '160625.882000', '160625.885000', '160625.888000', '160625.891000', '160625.894000', '160625.897000', '160625.900000', '160625.903000', '160625.906000', '160625.908000', '160625.911000', '160625.914000', '160625.917000', '160625.920000', '160625.923000', '160625.926000', '160625.929000', '160625.931000', '160625.934000', '160625.937000', '160625.940000', '160645.815000', '160645.818000', '160645.821000', '160645.824000', '160645.827000', '160645.830000', '160645.833000', '160645.835000', '160645.838000', '160645.841000', '160645.844000', '160645.847000', '160645.850000', '160645.853000', '160645.856000', '160645.859000', '160645.862000', '160645.865000', '160645.868000', '160645.871000', '160645.874000', '160645.877000', '160645.880000', '160645.883000', '160645.886000', '160645.889000', '160645.892000', '160645.895000', '160645.898000', '160645.901000', '160645.904000', '160645.907000', '160645.910000', '160645.913000', '160645.915000', '160645.918000', '160645.921000', '160645.924000', '160645.927000', '160645.930000', '160645.933000', '160645.950000', '160645.953000', '160705.815000', '160705.818000', '160705.821000', '160705.824000', '160705.827000', '160705.831000', '160705.834000', '160705.836000', '160705.839000', '160705.842000', '160705.845000', '160705.848000', '160705.851000', '160705.854000', '160705.857000', '160705.860000', '160705.863000', '160705.866000', '160705.869000', '160705.871000', '160705.874000', '160705.877000', '160705.880000', '160705.883000', '160705.886000', '160705.889000', '160705.892000', '160705.895000', '160705.897000', '160705.900000', '160705.903000', '160705.906000', '160705.909000', '160705.912000', '160705.915000', '160705.918000', '160705.921000', '160705.923000', '160705.926000', '160705.929000', '160705.932000', '160705.935000', '160705.938000', '160705.941000', '160725.815000', '160725.818000', '160725.821000', '160725.824000', '160725.827000', '160725.830000', '160725.833000', '160725.836000', '160725.839000', '160725.842000', '160725.845000', '160725.848000', '160725.851000', '160725.854000', '160725.856000', '160725.859000', '160725.862000', '160725.865000', '160725.868000', '160725.871000', '160725.874000', '160725.877000', '160725.880000', '160725.882000', '160725.886000', '160725.889000', '160725.892000', '160725.894000', '160725.897000', '160725.900000', '160725.903000', '160725.906000', '160725.909000', '160725.912000', '160725.915000', '160725.918000', '160725.921000', '160725.923000', '160725.926000', '160725.929000', '160725.932000', '160725.935000', '160725.938000', '160745.814000', '160745.817000', '160745.820000', '160745.823000', '160745.826000', '160745.829000', '160745.832000', '160745.835000', '160745.837000', '160745.840000', '160745.843000', '160745.846000', '160745.849000', '160745.852000', '160745.855000', '160745.858000', '160745.861000', '160745.864000', '160745.867000', '160745.870000', '160745.873000', '160745.876000', '160745.879000', '160745.882000', '160745.885000', '160745.888000', '160745.890000', '160745.893000', '160745.896000', '160745.899000', '160745.902000', '160745.905000', '160745.908000', '160745.912000', '160745.915000', '160745.918000', '160745.921000', '160745.924000', '160745.926000', '160745.929000', '160745.932000', '160745.935000', '160745.938000', '160745.941000', '160805.814000', '160805.817000', '160805.820000', '160805.823000', '160805.826000', '160805.829000', '160805.832000', '160805.835000', '160805.837000', '160805.840000', '160805.843000', '160805.846000', '160805.849000', '160805.852000', '160805.855000', '160805.858000', '160805.861000', '160805.864000', '160805.866000', '160805.869000', '160805.872000', '160805.875000', '160805.878000', '160805.881000', '160805.884000', '160805.887000', '160805.890000', '160805.893000', '160805.895000', '160805.898000', '160805.901000', '160805.904000', '160805.907000', '160805.910000', '160805.913000', '160805.916000', '160805.919000', '160805.922000', '160805.925000', '160805.928000', '160805.930000', '160805.933000', '160805.936000', '160825.815000', '160825.821000', '160825.823000', '160825.826000', '160825.829000', '160825.832000', '160825.835000', '160825.838000', '160825.841000', '160825.844000', '160825.847000', '160825.850000', '160825.853000', '160825.855000', '160825.858000', '160825.861000', '160825.864000', '160825.867000', '160825.870000', '160825.873000', '160825.876000', '160825.878000', '160825.881000', '160825.884000', '160825.887000', '160825.890000', '160825.893000', '160825.896000', '160825.899000', '160825.901000', '160825.904000', '160825.907000', '160825.910000', '160825.913000', '160825.916000', '160825.919000', '160825.922000', '160825.925000', '160825.928000', '160825.930000', '160825.933000', '160825.936000', '160825.939000', '160839.218000', '160839.222000', '160839.226000', '160839.230000', '160839.233000', '160839.237000', '160839.243000', '160839.248000', '160839.251000', '160839.254000', '160839.257000', '160839.260000', '160839.263000', '160839.265000', '160839.269000', '160839.272000', '160839.275000', '160839.278000', '160839.281000', '160839.284000', '160839.287000', '160839.290000', '160839.293000', '160839.296000', '160839.298000', '160839.301000', '160839.304000', '160839.307000', '160839.310000', '160839.313000'], 'InstanceCreationTime': ['155625.850000', '155625.853000', '155625.856000', '155625.859000', '155625.862000', '155625.864000', '155625.867000', '155625.870000', '155625.873000', '155625.888000', '155625.891000', '155625.894000', '155625.897000', '155625.900000', '155625.903000', '155625.906000', '155625.909000', '155625.912000', '155625.914000', '155625.917000', '155625.920000', '155625.923000', '155625.927000', '155625.930000', '155625.933000', '155625.935000', '155625.938000', '155625.941000', '155625.944000', '155625.947000', '155625.950000', '155625.952000', '155625.955000', '155625.958000', '155625.961000', '155625.964000', '155625.967000', '155625.970000', '155625.972000', '155625.975000', '155625.978000', '155625.992000', '155625.995000', '155625.997000', '155626.001000', '155645.814000', '155645.817000', '155645.820000', '155645.823000', '155645.826000', '155645.828000', '155645.831000', '155645.834000', '155645.837000', '155645.840000', '155645.843000', '155645.845000', '155645.848000', '155645.851000', '155645.854000', '155645.857000', '155645.861000', '155645.864000', '155645.866000', '155645.869000', '155645.872000', '155645.875000', '155645.878000', '155645.881000', '155645.884000', '155645.887000', '155645.896000', '155645.898000', '155645.901000', '155645.904000', '155645.907000', '155645.910000', '155645.913000', '155645.915000', '155645.918000', '155645.921000', '155645.924000', '155645.927000', '155645.930000', '155645.933000', '155645.936000', '155645.938000', '155645.941000', '155645.944000', '155705.815000', '155705.818000', '155705.821000', '155705.824000', '155705.827000', '155705.829000', '155705.832000', '155705.835000', '155705.838000', '155705.841000', '155705.844000', '155705.847000', '155705.850000', '155705.852000', '155705.855000', '155705.858000', '155705.861000', '155705.864000', '155705.867000', '155705.870000', '155705.873000', '155705.875000', '155705.878000', '155705.882000', '155705.886000', '155705.888000', '155705.891000', '155705.894000', '155705.897000', '155705.900000', '155705.903000', '155705.906000', '155705.909000', '155705.911000', '155705.914000', '155705.917000', '155705.920000', '155705.923000', '155705.926000', '155705.929000', '155705.932000', '155705.934000', '155705.939000', '155725.815000', '155725.818000', '155725.821000', '155725.824000', '155725.827000', '155725.829000', '155725.832000', '155725.835000', '155725.838000', '155725.841000', '155725.844000', '155725.847000', '155725.850000', '155725.853000', '155725.856000', '155725.859000', '155725.862000', '155725.865000', '155725.867000', '155725.870000', '155725.873000', '155725.876000', '155725.879000', '155725.882000', '155725.885000', '155725.888000', '155725.890000', '155725.893000', '155725.896000', '155725.899000', '155725.902000', '155725.905000', '155725.908000', '155725.910000', '155725.913000', '155725.916000', '155725.919000', '155725.922000', '155725.930000', '155725.933000', '155725.936000', '155725.939000', '155725.942000', '155725.945000', '155745.815000', '155745.818000', '155745.821000', '155745.824000', '155745.827000', '155745.830000', '155745.833000', '155745.835000', '155745.838000', '155745.841000', '155745.844000', '155745.847000', '155745.850000', '155745.853000', '155745.856000', '155745.858000', '155745.861000', '155745.864000', '155745.867000', '155745.870000', '155745.882000', '155745.885000', '155745.888000', '155745.891000', '155745.894000', '155745.897000', '155745.900000', '155745.902000', '155745.905000', '155745.908000', '155745.911000', '155745.914000', '155745.917000', '155745.920000', '155745.922000', '155745.925000', '155745.928000', '155745.931000', '155745.934000', '155745.937000', '155745.940000', '155745.943000', '155745.945000', '155805.815000', '155805.818000', '155805.821000', '155805.824000', '155805.827000', '155805.830000', '155805.833000', '155805.836000', '155805.838000', '155805.841000', '155805.844000', '155805.847000', '155805.850000', '155805.853000', '155805.856000', '155805.859000', '155805.861000', '155805.864000', '155805.867000', '155805.870000', '155805.873000', '155805.876000', '155805.879000', '155805.882000', '155805.884000', '155805.889000', '155805.892000', '155805.895000', '155805.898000', '155805.901000', '155805.904000', '155805.907000', '155805.909000', '155805.912000', '155805.915000', '155805.931000', '155805.934000', '155805.937000', '155805.940000', '155805.942000', '155805.945000', '155805.948000', '155805.951000', '155805.954000', '155825.814000', '155825.817000', '155825.820000', '155825.823000', '155825.826000', '155825.829000', '155825.831000', '155825.834000', '155825.837000', '155825.840000', '155825.843000', '155825.846000', '155825.849000', '155825.852000', '155825.854000', '155825.857000', '155825.860000', '155825.863000', '155825.866000', '155825.869000', '155825.872000', '155825.875000', '155825.878000', '155825.880000', '155825.883000', '155825.886000', '155825.889000', '155825.892000', '155825.895000', '155825.898000', '155825.900000', '155825.903000', '155825.906000', '155825.909000', '155825.912000', '155825.915000', '155825.919000', '155825.923000', '155825.926000', '155825.929000', '155825.932000', '155825.935000', '155825.937000', '155845.814000', '155845.817000', '155845.820000', '155845.823000', '155845.826000', '155845.829000', '155845.831000', '155845.834000', '155845.837000', '155845.840000', '155845.843000', '155845.846000', '155845.849000', '155845.852000', '155845.854000', '155845.857000', '155845.860000', '155845.863000', '155845.866000', '155845.869000', '155845.872000', '155845.875000', '155845.877000', '155845.880000', '155845.884000', '155845.887000', '155845.890000', '155845.893000', '155845.896000', '155845.899000', '155845.902000', '155845.905000', '155845.907000', '155845.911000', '155845.913000', '155845.916000', '155845.925000', '155845.928000', '155845.931000', '155845.933000', '155845.936000', '155845.939000', '155845.942000', '155845.945000', '155905.815000', '155905.818000', '155905.821000', '155905.824000', '155905.827000', '155905.829000', '155905.832000', '155905.835000', '155905.838000', '155905.841000', '155905.844000', '155905.847000', '155905.850000', '155905.853000', '155905.856000', '155905.859000', '155905.861000', '155905.864000', '155905.867000', '155905.870000', '155905.873000', '155905.876000', '155905.879000', '155905.882000', '155905.885000', '155905.888000', '155905.890000', '155905.893000', '155905.896000', '155905.899000', '155905.902000', '155905.905000', '155905.909000', '155905.912000', '155905.914000', '155905.917000', '155905.920000', '155905.923000', '155905.926000', '155905.929000', '155905.932000', '155905.935000', '155905.938000', '155925.815000', '155925.818000', '155925.821000', '155925.824000', '155925.847000', '155925.850000', '155925.853000', '155925.856000', '155925.859000', '155925.862000', '155925.865000', '155925.868000', '155925.871000', '155925.873000', '155925.876000', '155925.879000', '155925.882000', '155925.885000', '155925.888000', '155925.891000', '155925.894000', '155925.897000', '155925.900000', '155925.902000', '155925.905000', '155925.908000', '155925.911000', '155925.914000', '155925.917000', '155925.920000', '155925.923000', '155925.925000', '155925.929000', '155925.931000', '155925.934000', '155925.937000', '155925.940000', '155925.943000', '155925.946000', '155925.949000', '155925.952000', '155925.954000', '155925.957000', '155925.960000', '155945.815000', '155945.818000', '155945.821000', '155945.824000', '155945.827000', '155945.830000', '155945.833000', '155945.835000', '155945.838000', '155945.841000', '155945.844000', '155945.847000', '155945.850000', '155945.853000', '155945.856000', '155945.859000', '155945.862000', '155945.864000', '155945.867000', '155945.870000', '155945.873000', '155945.876000', '155945.879000', '155945.882000', '155945.885000', '155945.888000', '155945.891000', '155945.894000', '155945.897000', '155945.900000', '155945.903000', '155945.906000', '155945.909000', '155945.911000', '155945.914000', '155945.917000', '155945.920000', '155945.923000', '155945.926000', '155945.929000', '155945.931000', '155945.934000', '155945.937000', '160005.815000', '160005.818000', '160005.821000', '160005.824000', '160005.827000', '160005.829000', '160005.832000', '160005.835000', '160005.838000', '160005.841000', '160005.844000', '160005.847000', '160005.850000', '160005.853000', '160005.856000', '160005.859000', '160005.862000', '160005.865000', '160005.868000', '160005.872000', '160005.875000', '160005.878000', '160005.880000', '160005.884000', '160005.887000', '160005.890000', '160005.893000', '160005.896000', '160005.899000', '160005.902000', '160005.905000', '160005.908000', '160005.911000', '160005.914000', '160005.916000', '160005.919000', '160005.922000', '160005.926000', '160005.929000', '160005.932000', '160005.935000', '160005.938000', '160005.941000', '160025.815000', '160025.828000', '160025.831000', '160025.834000', '160025.837000', '160025.840000', '160025.843000', '160025.846000', '160025.848000', '160025.851000', '160025.854000', '160025.857000', '160025.860000', '160025.863000', '160025.866000', '160025.869000', '160025.872000', '160025.875000', '160025.878000', '160025.881000', '160025.884000', '160025.887000', '160025.890000', '160025.893000', '160025.896000', '160025.899000', '160025.902000', '160025.905000', '160025.907000', '160025.910000', '160025.913000', '160025.916000', '160025.919000', '160025.922000', '160025.925000', '160025.927000', '160025.930000', '160025.933000', '160025.936000', '160025.939000', '160025.942000', '160025.945000', '160025.948000', '160025.950000', '160045.814000', '160045.817000', '160045.820000', '160045.823000', '160045.827000', '160045.829000', '160045.832000', '160045.835000', '160045.838000', '160045.841000', '160045.844000', '160045.847000', '160045.850000', '160045.852000', '160045.855000', '160045.858000', '160045.861000', '160045.864000', '160045.867000', '160045.870000', '160045.873000', '160045.875000', '160045.878000', '160045.881000', '160045.884000', '160045.887000', '160045.890000', '160045.893000', '160045.896000', '160045.898000', '160045.901000', '160045.904000', '160045.907000', '160045.910000', '160045.913000', '160045.916000', '160045.918000', '160045.921000', '160045.924000', '160045.927000', '160045.930000', '160045.933000', '160045.936000', '160105.814000', '160105.817000', '160105.820000', '160105.823000', '160105.826000', '160105.828000', '160105.831000', '160105.834000', '160105.837000', '160105.840000', '160105.843000', '160105.846000', '160105.849000', '160105.851000', '160105.854000', '160105.857000', '160105.860000', '160105.863000', '160105.866000', '160105.869000', '160105.872000', '160105.874000', '160105.877000', '160105.880000', '160105.883000', '160105.886000', '160105.889000', '160105.892000', '160105.895000', '160105.898000', '160105.901000', '160105.904000', '160105.907000', '160105.909000', '160105.912000', '160105.915000', '160105.918000', '160105.921000', '160105.924000', '160105.927000', '160105.930000', '160105.932000', '160105.935000', '160105.938000', '160125.815000', '160125.818000', '160125.821000', '160125.824000', '160125.827000', '160125.830000', '160125.833000', '160125.836000', '160125.839000', '160125.842000', '160125.845000', '160125.848000', '160125.850000', '160125.853000', '160125.856000', '160125.859000', '160125.862000', '160125.865000', '160125.868000', '160125.871000', '160125.874000', '160125.876000', '160125.880000', '160125.883000', '160125.886000', '160125.889000', '160125.892000', '160125.894000', '160125.897000', '160125.900000', '160125.903000', '160125.906000', '160125.909000', '160125.912000', '160125.915000', '160125.917000', '160125.920000', '160125.923000', '160125.926000', '160125.929000', '160125.938000', '160125.941000', '160125.944000', '160145.815000', '160145.818000', '160145.821000', '160145.824000', '160145.827000', '160145.830000', '160145.833000', '160145.836000', '160145.839000', '160145.841000', '160145.844000', '160145.847000', '160145.860000', '160145.863000', '160145.866000', '160145.869000', '160145.872000', '160145.875000', '160145.878000', '160145.881000', '160145.884000', '160145.886000', '160145.889000', '160145.892000', '160145.895000', '160145.898000', '160145.901000', '160145.904000', '160145.907000', '160145.909000', '160145.912000', '160145.915000', '160145.918000', '160145.921000', '160145.924000', '160145.927000', '160145.930000', '160145.932000', '160145.935000', '160145.938000', '160145.941000', '160145.944000', '160145.947000', '160145.950000', '160205.815000', '160205.819000', '160205.821000', '160205.824000', '160205.827000', '160205.831000', '160205.834000', '160205.837000', '160205.839000', '160205.845000', '160205.848000', '160205.851000', '160205.854000', '160205.857000', '160205.860000', '160205.863000', '160205.866000', '160205.869000', '160205.872000', '160205.875000', '160205.878000', '160205.881000', '160205.883000', '160205.887000', '160205.889000', '160205.892000', '160205.895000', '160205.898000', '160205.901000', '160205.904000', '160205.907000', '160205.910000', '160205.913000', '160205.916000', '160205.919000', '160205.922000', '160205.925000', '160205.927000', '160205.930000', '160205.933000', '160205.936000', '160205.939000', '160205.942000', '160225.815000', '160225.818000', '160225.821000', '160225.824000', '160225.827000', '160225.829000', '160225.832000', '160225.835000', '160225.838000', '160225.841000', '160225.844000', '160225.847000', '160225.849000', '160225.852000', '160225.855000', '160225.858000', '160225.861000', '160225.864000', '160225.867000', '160225.870000', '160225.873000', '160225.876000', '160225.878000', '160225.881000', '160225.884000', '160225.887000', '160225.890000', '160225.893000', '160225.896000', '160225.899000', '160225.901000', '160225.904000', '160225.907000', '160225.910000', '160225.913000', '160225.916000', '160225.919000', '160225.922000', '160225.925000', '160225.928000', '160225.931000', '160225.934000', '160225.937000', '160225.940000', '160245.815000', '160245.818000', '160245.821000', '160245.824000', '160245.827000', '160245.829000', '160245.832000', '160245.835000', '160245.838000', '160245.841000', '160245.844000', '160245.847000', '160245.850000', '160245.853000', '160245.855000', '160245.858000', '160245.861000', '160245.864000', '160245.867000', '160245.870000', '160245.873000', '160245.875000', '160245.878000', '160245.882000', '160245.885000', '160245.888000', '160245.891000', '160245.894000', '160245.897000', '160245.900000', '160245.903000', '160245.906000', '160245.909000', '160245.912000', '160245.915000', '160245.917000', '160245.920000', '160245.923000', '160245.926000', '160245.929000', '160245.932000', '160245.935000', '160245.938000', '160305.814000', '160305.817000', '160305.820000', '160305.823000', '160305.826000', '160305.829000', '160305.831000', '160305.834000', '160305.856000', '160305.859000', '160305.861000', '160305.864000', '160305.867000', '160305.870000', '160305.873000', '160305.876000', '160305.879000', '160305.882000', '160305.885000', '160305.887000', '160305.890000', '160305.893000', '160305.896000', '160305.899000', '160305.902000', '160305.905000', '160305.908000', '160305.911000', '160305.914000', '160305.916000', '160305.919000', '160305.922000', '160305.925000', '160305.928000', '160305.931000', '160305.934000', '160305.937000', '160305.940000', '160305.943000', '160305.946000', '160305.949000', '160305.951000', '160305.954000', '160305.957000', '160325.814000', '160325.817000', '160325.820000', '160325.823000', '160325.826000', '160325.828000', '160325.833000', '160325.836000', '160325.839000', '160325.842000', '160325.845000', '160325.848000', '160325.851000', '160325.854000', '160325.857000', '160325.859000', '160325.862000', '160325.865000', '160325.868000', '160325.871000', '160325.874000', '160325.877000', '160325.880000', '160325.882000', '160325.885000', '160325.888000', '160325.891000', '160325.894000', '160325.897000', '160325.900000', '160325.903000', '160325.906000', '160325.909000', '160325.912000', '160325.915000', '160325.918000', '160325.921000', '160325.924000', '160325.927000', '160325.929000', '160325.932000', '160325.935000', '160325.938000', '160345.815000', '160345.818000', '160345.821000', '160345.825000', '160345.827000', '160345.830000', '160345.833000', '160345.836000', '160345.839000', '160345.842000', '160345.845000', '160345.848000', '160345.851000', '160345.853000', '160345.856000', '160345.859000', '160345.862000', '160345.865000', '160345.868000', '160345.871000', '160345.874000', '160345.876000', '160345.879000', '160345.882000', '160345.885000', '160345.888000', '160345.891000', '160345.894000', '160345.897000', '160345.900000', '160345.903000', '160345.906000', '160345.910000', '160345.912000', '160345.915000', '160345.918000', '160345.921000', '160345.924000', '160345.927000', '160345.930000', '160345.933000', '160345.935000', '160345.938000', '160345.941000', '160405.815000', '160405.818000', '160405.821000', '160405.824000', '160405.827000', '160405.830000', '160405.832000', '160405.835000', '160405.838000', '160405.853000', '160405.856000', '160405.858000', '160405.861000', '160405.864000', '160405.867000', '160405.870000', '160405.873000', '160405.876000', '160405.879000', '160405.882000', '160405.885000', '160405.888000', '160405.890000', '160405.893000', '160405.896000', '160405.899000', '160405.902000', '160405.905000', '160405.908000', '160405.911000', '160405.913000', '160405.916000', '160405.919000', '160405.922000', '160405.925000', '160405.928000', '160405.931000', '160405.934000', '160405.937000', '160405.939000', '160405.942000', '160405.946000', '160405.949000', '160425.815000', '160425.818000', '160425.821000', '160425.824000', '160425.827000', '160425.842000', '160425.845000', '160425.848000', '160425.851000', '160425.854000', '160425.857000', '160425.860000', '160425.863000', '160425.865000', '160425.868000', '160425.871000', '160425.874000', '160425.877000', '160425.880000', '160425.883000', '160425.886000', '160425.888000', '160425.891000', '160425.894000', '160425.897000', '160425.900000', '160425.903000', '160425.906000', '160425.909000', '160425.911000', '160425.914000', '160425.917000', '160425.920000', '160425.923000', '160425.926000', '160425.929000', '160425.932000', '160425.935000', '160425.938000', '160425.941000', '160425.943000', '160425.946000', '160425.949000', '160425.952000', '160445.815000', '160445.818000', '160445.821000', '160445.824000', '160445.833000', '160445.836000', '160445.839000', '160445.841000', '160445.844000', '160445.847000', '160445.850000', '160445.853000', '160445.856000', '160445.859000', '160445.862000', '160445.864000', '160445.868000', '160445.872000', '160445.875000', '160445.878000', '160445.881000', '160445.884000', '160445.887000', '160445.890000', '160445.893000', '160445.896000', '160445.899000', '160445.902000', '160445.905000', '160445.908000', '160445.911000', '160445.914000', '160445.917000', '160445.920000', '160445.923000', '160445.926000', '160445.929000', '160445.932000', '160445.937000', '160445.941000', '160445.944000', '160445.947000', '160445.949000', '160505.815000', '160505.818000', '160505.821000', '160505.824000', '160505.827000', '160505.830000', '160505.833000', '160505.837000', '160505.840000', '160505.843000', '160505.846000', '160505.849000', '160505.852000', '160505.855000', '160505.858000', '160505.861000', '160505.864000', '160505.867000', '160505.870000', '160505.872000', '160505.875000', '160505.878000', '160505.881000', '160505.884000', '160505.887000', '160505.890000', '160505.893000', '160505.896000', '160505.899000', '160505.902000', '160505.904000', '160505.907000', '160505.910000', '160505.913000', '160505.916000', '160505.919000', '160505.922000', '160505.925000', '160505.928000', '160505.930000', '160505.933000', '160505.936000', '160505.939000', '160505.942000', '160525.814000', '160525.817000', '160525.820000', '160525.823000', '160525.826000', '160525.829000', '160525.832000', '160525.834000', '160525.837000', '160525.840000', '160525.843000', '160525.846000', '160525.849000', '160525.852000', '160525.855000', '160525.858000', '160525.861000', '160525.863000', '160525.866000', '160525.869000', '160525.872000', '160525.875000', '160525.878000', '160525.881000', '160525.884000', '160525.887000', '160525.890000', '160525.893000', '160525.896000', '160525.899000', '160525.901000', '160525.905000', '160525.907000', '160525.910000', '160525.913000', '160525.916000', '160525.919000', '160525.922000', '160525.925000', '160525.928000', '160525.931000', '160525.934000', '160525.936000', '160545.814000', '160545.832000', '160545.835000', '160545.838000', '160545.841000', '160545.844000', '160545.847000', '160545.849000', '160545.852000', '160545.855000', '160545.858000', '160545.861000', '160545.864000', '160545.867000', '160545.870000', '160545.873000', '160545.876000', '160545.878000', '160545.881000', '160545.884000', '160545.887000', '160545.890000', '160545.893000', '160545.896000', '160545.899000', '160545.902000', '160545.904000', '160545.907000', '160545.910000', '160545.913000', '160545.916000', '160545.919000', '160545.922000', '160545.925000', '160545.928000', '160545.931000', '160545.934000', '160545.936000', '160545.939000', '160545.942000', '160545.945000', '160545.948000', '160545.951000', '160545.954000', '160605.815000', '160605.818000', '160605.821000', '160605.824000', '160605.827000', '160605.830000', '160605.833000', '160605.836000', '160605.839000', '160605.841000', '160605.844000', '160605.847000', '160605.850000', '160605.853000', '160605.856000', '160605.859000', '160605.862000', '160605.865000', '160605.868000', '160605.870000', '160605.873000', '160605.876000', '160605.879000', '160605.882000', '160605.885000', '160605.888000', '160605.891000', '160605.894000', '160605.897000', '160605.899000', '160605.902000', '160605.905000', '160605.910000', '160605.913000', '160605.916000', '160605.919000', '160605.921000', '160605.924000', '160605.927000', '160605.930000', '160605.933000', '160605.936000', '160605.939000', '160625.815000', '160625.818000', '160625.821000', '160625.824000', '160625.827000', '160625.830000', '160625.833000', '160625.835000', '160625.838000', '160625.841000', '160625.844000', '160625.847000', '160625.850000', '160625.853000', '160625.856000', '160625.859000', '160625.862000', '160625.865000', '160625.868000', '160625.871000', '160625.873000', '160625.876000', '160625.879000', '160625.882000', '160625.885000', '160625.888000', '160625.891000', '160625.894000', '160625.897000', '160625.900000', '160625.903000', '160625.906000', '160625.908000', '160625.911000', '160625.914000', '160625.917000', '160625.920000', '160625.923000', '160625.926000', '160625.929000', '160625.931000', '160625.934000', '160625.937000', '160625.940000', '160645.815000', '160645.818000', '160645.821000', '160645.824000', '160645.827000', '160645.830000', '160645.833000', '160645.835000', '160645.838000', '160645.841000', '160645.844000', '160645.847000', '160645.850000', '160645.853000', '160645.856000', '160645.859000', '160645.862000', '160645.865000', '160645.868000', '160645.871000', '160645.874000', '160645.877000', '160645.880000', '160645.883000', '160645.886000', '160645.889000', '160645.892000', '160645.895000', '160645.898000', '160645.901000', '160645.904000', '160645.907000', '160645.910000', '160645.913000', '160645.915000', '160645.918000', '160645.921000', '160645.924000', '160645.927000', '160645.930000', '160645.933000', '160645.950000', '160645.953000', '160705.815000', '160705.818000', '160705.821000', '160705.824000', '160705.827000', '160705.831000', '160705.834000', '160705.836000', '160705.839000', '160705.842000', '160705.845000', '160705.848000', '160705.851000', '160705.854000', '160705.857000', '160705.860000', '160705.863000', '160705.866000', '160705.869000', '160705.871000', '160705.874000', '160705.877000', '160705.880000', '160705.883000', '160705.886000', '160705.889000', '160705.892000', '160705.895000', '160705.897000', '160705.900000', '160705.903000', '160705.906000', '160705.909000', '160705.912000', '160705.915000', '160705.918000', '160705.921000', '160705.923000', '160705.926000', '160705.929000', '160705.932000', '160705.935000', '160705.938000', '160705.941000', '160725.815000', '160725.818000', '160725.821000', '160725.824000', '160725.827000', '160725.830000', '160725.833000', '160725.836000', '160725.839000', '160725.842000', '160725.845000', '160725.848000', '160725.851000', '160725.854000', '160725.856000', '160725.859000', '160725.862000', '160725.865000', '160725.868000', '160725.871000', '160725.874000', '160725.877000', '160725.880000', '160725.882000', '160725.886000', '160725.889000', '160725.892000', '160725.894000', '160725.897000', '160725.900000', '160725.903000', '160725.906000', '160725.909000', '160725.912000', '160725.915000', '160725.918000', '160725.921000', '160725.923000', '160725.926000', '160725.929000', '160725.932000', '160725.935000', '160725.938000', '160745.814000', '160745.817000', '160745.820000', '160745.823000', '160745.826000', '160745.829000', '160745.832000', '160745.835000', '160745.837000', '160745.840000', '160745.843000', '160745.846000', '160745.849000', '160745.852000', '160745.855000', '160745.858000', '160745.861000', '160745.864000', '160745.867000', '160745.870000', '160745.873000', '160745.876000', '160745.879000', '160745.882000', '160745.885000', '160745.888000', '160745.890000', '160745.893000', '160745.896000', '160745.899000', '160745.902000', '160745.905000', '160745.908000', '160745.912000', '160745.915000', '160745.918000', '160745.921000', '160745.924000', '160745.926000', '160745.929000', '160745.932000', '160745.935000', '160745.938000', '160745.941000', '160805.814000', '160805.817000', '160805.820000', '160805.823000', '160805.826000', '160805.829000', '160805.832000', '160805.835000', '160805.837000', '160805.840000', '160805.843000', '160805.846000', '160805.849000', '160805.852000', '160805.855000', '160805.858000', '160805.861000', '160805.864000', '160805.866000', '160805.869000', '160805.872000', '160805.875000', '160805.878000', '160805.881000', '160805.884000', '160805.887000', '160805.890000', '160805.893000', '160805.895000', '160805.898000', '160805.901000', '160805.904000', '160805.907000', '160805.910000', '160805.913000', '160805.916000', '160805.919000', '160805.922000', '160805.925000', '160805.928000', '160805.930000', '160805.933000', '160805.936000', '160825.815000', '160825.821000', '160825.823000', '160825.826000', '160825.829000', '160825.832000', '160825.835000', '160825.838000', '160825.841000', '160825.844000', '160825.847000', '160825.850000', '160825.853000', '160825.855000', '160825.858000', '160825.861000', '160825.864000', '160825.867000', '160825.870000', '160825.873000', '160825.876000', '160825.878000', '160825.881000', '160825.884000', '160825.887000', '160825.890000', '160825.893000', '160825.896000', '160825.899000', '160825.901000', '160825.904000', '160825.907000', '160825.910000', '160825.913000', '160825.916000', '160825.919000', '160825.922000', '160825.925000', '160825.928000', '160825.930000', '160825.933000', '160825.936000', '160825.939000', '160839.218000', '160839.222000', '160839.226000', '160839.230000', '160839.233000', '160839.237000', '160839.243000', '160839.248000', '160839.251000', '160839.254000', '160839.257000', '160839.260000', '160839.263000', '160839.265000', '160839.269000', '160839.272000', '160839.275000', '160839.278000', '160839.281000', '160839.284000', '160839.287000', '160839.290000', '160839.293000', '160839.296000', '160839.298000', '160839.301000', '160839.304000', '160839.307000', '160839.310000', '160839.313000'], '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': [14279, 10271, 16557, 12226, 11352, 15216, 10694, 16576, 12503, 13741, 14378, 10648, 16402, 12035, 10953, 14090, 10745, 16612, 11570, 12169, 13064, 10661, 15626, 11441, 13822, 12700, 10414, 14971, 10874, 16653, 12970, 10034, 14186, 10084, 15730, 12117, 12809, 14116, 10200, 15883, 12106, 17617, 13911, 10850, 15622, 11559, 13851, 13788, 10518, 16855, 12462, 13123, 14581, 10691, 16714, 12946, 18326, 13530, 10645, 15463, 11795, 18110, 14177, 11142, 15668, 11501, 15885, 13217, 10538, 15823, 11332, 16827, 12991, 12101, 14607, 10050, 16358, 11415, 16933, 13191, 11028, 15193, 10900, 16492, 12789, 10680, 15882, 11734, 14153, 13613, 10516, 16292, 12584, 11814, 15019, 10277, 16092, 11455, 16867, 12579, 14971, 13487, 10899, 15486, 11003, 16723, 12400, 10375, 14355, 10493, 16273, 12367, 11527, 14155, 9776, 15537, 11674, 12914, 13693, 10335, 15555, 11090, 17009, 13141, 10700, 15216, 11262, 16089, 13218, 10608, 15242, 10515, 16560, 12364, 19016, 12775, 10546, 14517, 10432, 16546, 12966, 14177, 13995, 10378, 16159, 11401, 15948, 13712, 10428, 15333, 10800, 16531, 12202, 17440, 13408, 10752, 13938, 10463, 15643, 11256, 16421, 12401, 13393, 14023, 10369, 16157, 11880, 10880, 14681, 10826, 16609, 12556, 16788, 12521, 10732, 14078, 10909, 15610, 10672, 16235, 11085, 16092, 12128, 13627, 13500, 10498, 15299, 10953, 16367, 12783, 10628, 14843, 11061, 16934, 12112, 12682, 13656, 11002, 15655, 11044, 16151, 11939, 17433, 12632, 11217, 14096, 10160, 15556, 11157, 12782, 12468, 10695, 14897, 10685, 15812, 12032, 10608, 13671, 10807, 15200, 10905, 16131, 11964, 13485, 13048, 10316, 15308, 10581, 16419, 11950, 15927, 12677, 9924, 14966, 10458, 16235, 12611, 10812, 14147, 9854, 15560, 12258, 17042, 13358, 11874, 14405, 10142, 15856, 11513, 16545, 13253, 11044, 14579, 10311, 16239, 12054, 12146, 14405, 9970, 15410, 11148, 16496, 11976, 16531, 12915, 10349, 14338, 10195, 15807, 11319, 17881, 12886, 10334, 14818, 10818, 16538, 12744, 11391, 13988, 10430, 16421, 11676, 10903, 14371, 9996, 16550, 13396, 10588, 16617, 12163, 12082, 14362, 9817, 16700, 13072, 15492, 14011, 10769, 16465, 11851, 13640, 13573, 10022, 16620, 12221, 11733, 14184, 10272, 16385, 11300, 16729, 12170, 11401, 13967, 10042, 15418, 10716, 16650, 13143, 10331, 14676, 10516, 14462, 12725, 9952, 15136, 10033, 16447, 12493, 16887, 12456, 14250, 12454, 11959, 14054, 11491, 14400, 10053, 15655, 10541, 16291, 11942, 14841, 12501, 9887, 14872, 10206, 15791, 11683, 11173, 13927, 9864, 16091, 11878, 16117, 12444, 10158, 15223, 10840, 16237, 12452, 12672, 13739, 10435, 15145, 9832, 16237, 11650, 16810, 12598, 13253, 13376, 9622, 15207, 11089, 16638, 12401, 12667, 12999, 9562, 15784, 11096, 16328, 12377, 9469, 13890, 9585, 16042, 11982, 16399, 12662, 11318, 14282, 9766, 16003, 11953, 16943, 12764, 10946, 14280, 10122, 16325, 12643, 16075, 12581, 10122, 15558, 10431, 16495, 12792, 16575, 11490, 16905, 11837, 15017, 12738, 10075, 14131, 9785, 15597, 11039, 16100, 12492, 9785, 13255, 9675, 15254, 11680, 12697, 13737, 9716, 15085, 10820, 15964, 12034, 17720, 12450, 14322, 11826, 10157, 14329, 9754, 16022, 11204, 16186, 12001, 9376, 14593, 10358, 16328, 12345, 12917, 13424, 9699, 15511, 11138, 16099, 12191, 13811, 12937, 9914, 14465, 9921, 16492, 12041, 10854, 13286, 9575, 15675, 11610, 16802, 13122, 10702, 13591, 9568, 15652, 11262, 16287, 12541, 14884, 12719, 9964, 14647, 10599, 16196, 12285, 11233, 13318, 9448, 15348, 11065, 16645, 12652, 14136, 12344, 10063, 15137, 10512, 16365, 11987, 12460, 12890, 9512, 15410, 11506, 16901, 12502, 13249, 13273, 9808, 15507, 11712, 16907, 12373, 10054, 14043, 9288, 15812, 11212, 16298, 12580, 12351, 13925, 9556, 15993, 11963, 16932, 12888, 10293, 15280, 11028, 15807, 12466, 10094, 14409, 10395, 16132, 11267, 16376, 12627, 15674, 12566, 10253, 13970, 9379, 15686, 11647, 16336, 13105, 9972, 14695, 10930, 15814, 12524, 11753, 14499, 9584, 15931, 11513, 14906, 12657, 11024, 14455, 9498, 16219, 11794, 16815, 12855, 13181, 13989, 9841, 14947, 10631, 16205, 12123, 12683, 13027, 9380, 14986, 11009, 16255, 12548, 10226, 13815, 9347, 15252, 11223, 15741, 12751, 11744, 12966, 9430, 14858, 10383, 15742, 10523, 15852, 10966, 15906, 12474, 15597, 12832, 10684, 14170, 9825, 15711, 11365, 16855, 12545, 9626, 14893, 10443, 15719, 11919, 17100, 12509, 13603, 12022, 10799, 14110, 10228, 15548, 10060, 16017, 12127, 12584, 13937, 9783, 16176, 12179, 14821, 13753, 9970, 15667, 11184, 16836, 11922, 16313, 11640, 16234, 11716, 18711, 11979, 12096, 13044, 9335, 15104, 10562, 16080, 12047, 12948, 14213, 9427, 15700, 11313, 14017, 13075, 10236, 15161, 10337, 16098, 11362, 15742, 12645, 10355, 14447, 9663, 16266, 11604, 16956, 12799, 10590, 14270, 9755, 16154, 12000, 17185, 12757, 10967, 14572, 10039, 16126, 11874, 13132, 13735, 9647, 15572, 11106, 12198, 13377, 9544, 15836, 11344, 16300, 12421, 9931, 14693, 10394, 16759, 12169, 14239, 12796, 9865, 15311, 11505, 17267, 12555, 11860, 14628, 10931, 16754, 11866, 9875, 14203, 10623, 16260, 12193, 13068, 14174, 9730, 15753, 11178, 11929, 13380, 9827, 15934, 11208, 15028, 11848, 9357, 14616, 10779, 16263, 12597, 12368, 13516, 9849, 15862, 11349, 16210, 12848, 10237, 14670, 10664, 16065, 12631, 12336, 14246, 9107, 15681, 11742, 14298, 14121, 9740, 16181, 11994, 17423, 13074, 10559, 14756, 11001, 16798, 12315, 17711, 12731, 10190, 14441, 10292, 16396, 12046, 13635, 13682, 9775, 15435, 11143, 16992, 12920, 9871, 14131, 10538, 16153, 12091, 12786, 14110, 9476, 15370, 11264, 11743, 13195, 9892, 15856, 11029, 11774, 13350, 9749, 15365, 11054, 16026, 11334, 16031, 12533, 11750, 14107, 9316, 15277, 10912, 16037, 12738, 9814, 15183, 11103, 12916, 13015, 9621, 15824, 11473, 16823, 12494, 13307, 13838, 10346, 15893, 11435, 17233, 12597, 12142, 14674, 10233, 16629, 11914, 14227, 13280, 9522, 16645, 11915, 17180, 12490, 12632, 14276, 9770, 15647, 10993, 16226, 11659, 17818, 12578, 14478, 12291, 9563, 14034, 9508, 15308, 11345, 16322, 11885, 9575, 13960, 9223, 15425, 11553, 16047, 12685, 10378, 14110, 9496, 16280, 11784, 16872, 12577, 14525, 12660, 13674, 13694, 10830, 15087, 9875, 15647, 10775, 16317, 12035, 16226, 12728, 9951, 14747, 10662, 16166, 12328, 11563, 13727, 9155, 15311, 11643, 16396, 12390, 13489, 12285, 9762, 14771, 9944, 15764, 11196, 16082, 12457, 12028, 14249, 9298, 15373, 11134, 14918, 12864, 9842, 15175, 10392, 16008, 11827, 13096, 13441, 9674, 15777, 10472, 16487, 12477, 12361, 13501, 9350, 15753, 11261, 16360, 13176, 10174, 14776, 10582, 16910, 13043, 10150, 15098, 10872, 15571, 13034, 9688, 15601, 11526, 17194, 12857, 10179, 14702, 10716, 15909, 12649, 10858, 14656, 9608, 16007, 11321, 16582, 13028, 9801, 14855, 10706, 12382, 13472, 9610, 16201, 12221, 11900, 14072, 10030, 16943, 11697, 16003, 12372, 11299, 14521, 9853, 15690, 10292, 16445, 12201, 14115, 12807, 9264, 15162, 10835, 16135, 12971, 9896, 15284, 11225, 16042, 12927, 11015, 14483, 10061, 15792, 11881, 16495, 11743, 16811, 11977, 16115, 11834, 14930, 12528, 9464, 14081, 9583, 15555, 11644, 16021, 13365, 9956, 15176, 11171, 16048, 13111, 9913, 14966, 9711, 16453, 11974, 15320, 12964, 11006, 15190, 9872, 16370, 11923, 16573, 12347, 14478, 13335, 11276, 14835, 9716, 16215, 12097, 11619, 14412, 9632, 16194, 11463, 12677, 12620, 9610, 15271, 14946, 14797, 12651, 14053, 19591, 12618, 16259, 12128, 16071, 11283, 14676, 11450, 11105, 14476, 10027, 15905, 11547, 12584, 13311, 9835, 15616, 11273, 16357, 11854, 12898, 12768, 9527, 15103, 9471, 15439, 11460, 16474, 12146, 12643, 13699, 9578, 15586, 11286, 16527, 13213, 12066, 14002, 10238, 15302, 10894, 18091, 11791, 10365, 14164, 10328, 15558, 12029, 12074, 13008, 9835, 15210, 11232, 15971, 12203, 10824, 13964, 9717, 15713, 11628, 12243, 13760, 10139, 16439, 11802, 10979, 14894, 10274, 16494, 12773, 11522, 14426, 9480, 16213, 11902, 17068, 13286, 10572, 14165, 9901, 15883, 11601, 14184, 13709, 9723, 15908, 10909, 13672, 13590, 9990, 15780, 11239, 12338, 13026, 10340, 15549, 9752, 15951, 11127, 16305, 11586, 17291, 13127, 10717, 13874, 9792, 15957, 11683, 14318, 13641, 9641, 16081, 11429, 10686, 14692, 10013, 16092, 11312, 16679, 12228, 15758, 12129, 11969, 14177, 9644, 15651, 10928, 16347, 11699, 15047, 12605, 9632, 13943, 10408, 15471, 11816, 11091, 14055, 9202, 15318, 11286, 16125, 12319, 11466, 14434, 9700, 15434, 11343, 13753, 13421, 9531, 15772, 10978, 16179, 12239, 15040, 13295, 10339, 15659, 11242, 16375, 12566, 12710, 14126, 9759, 15813, 10975, 16300, 12306, 15631, 13319, 10440, 15562, 11447, 16733, 12906, 15822, 12944, 10515, 14923, 9973, 16406, 11849, 16924, 12757, 15597, 13551, 9830, 15462, 11211, 18039, 12249, 10690, 14755, 10617, 16053, 12435, 11866, 14030, 10158, 16181, 11041, 15227, 12851, 10446, 14666, 10172, 16223, 11824, 12177, 13845, 10048, 16615, 12126, 9627, 14235, 10631, 15993, 12455, 10431, 14148, 9733, 15785, 11338, 16634, 12789, 17622, 12436, 11194, 14181, 10029, 16107, 11765, 13056, 13550, 9824, 15778, 10962, 11287, 13697, 10219, 15827, 11816, 16452, 11497, 14087, 12517, 9901, 14656, 9468, 15348, 9976, 16113, 11435, 16374, 12085, 9765, 13856, 9710, 15765, 10708, 15809, 11529, 15917, 10991, 16004, 11967, 15341, 12439, 10045, 14336, 9709, 15187, 11226, 16495, 13241, 10049, 14691, 9893, 15949, 11665, 16950, 13101, 12692, 12989, 9708, 15208, 10196, 16284, 12344, 14196, 12759, 9745, 15309, 10943, 15885, 12537, 16352, 13032, 11422, 14421, 10148, 15521, 10871, 16409, 11673, 14857, 12938, 10268, 14753, 10397, 16252, 11451, 13090, 12638, 9348, 15258, 10777, 15447, 12086, 15515, 12065, 14308, 12604, 9947, 14273, 9462, 15120, 10007, 15946, 11861, 16534, 11994, 14120, 12877, 9788, 15521, 11423, 17550, 12603, 10141, 14919, 11073, 16994, 13133, 13772, 13459, 10064, 15764, 11383, 17110, 12112, 12931, 13341, 10288, 15021, 10569, 16225, 11311, 13669, 12711, 10002, 15384, 11177, 16677, 11671, 10494, 13603, 10440, 15681, 11582, 13465, 12587, 9782, 15034, 10543, 16135, 12536, 13169, 12740, 9784, 15251, 10619, 16135, 12158, 16139, 13282, 10110, 15519, 10988, 14626, 12828, 9895, 15447, 11029, 16285, 12129, 11210, 13899, 10460, 16107, 11012, 16795, 12080, 13383, 13460, 10034, 15552, 11009, 15618, 12257, 9783, 15112, 10734, 16517, 12580, 12602, 14380, 10493, 16102, 11656, 14191, 13244, 10507, 15605, 11190, 16493, 12518, 10852, 13593, 10016, 15434, 11229, 16376, 12178, 10581, 13675, 10240, 14927, 11028, 15508, 12813, 10416, 15046, 10786, 12384, 13122, 10302, 15810, 11459, 14106, 13196, 10459, 15944, 11621, 16863, 12542, 12848, 14179, 10794, 15596, 11921, 18337, 13229, 10439, 15253, 11213, 16435, 12696, 10367, 14673, 10709, 14443, 12371, 10232, 14909, 11013, 16391, 12172, 9938, 13880, 9866, 16004, 11795, 14296, 13731, 10067, 15359, 11513, 16268, 12984, 10294, 15222, 10874, 15088, 12113, 10869, 15128, 11501, 15914, 12273, 10120, 15147, 11011, 16243, 12206, 11192, 13582, 10489, 15702, 11656, 16652, 12110, 10449, 14147, 10964, 15777, 12328, 13101, 13478, 10100, 15879, 12150, 11230, 14847, 10911, 10707, 14522, 10523, 16772, 11697, 14270, 12302, 14709, 12858, 10796, 12942, 11420, 15395, 11570, 11705, 14727, 10427, 11344, 14284, 10907, 11224, 12413, 10811, 13279, 14346, 13593, 10920, 12462, 17674, 11678, 16799, 11786, 16446, 11123, 12250, 11945, 10724, 14160, 10443, 15658, 11739, 11777, 13377, 10970, 15081, 10904, 14426, 12717, 11273, 14455, 11402, 15519, 12173, 11751, 13519, 11759, 15716, 11195, 15573, 12090, 16879, 12261, 12621, 12742, 11294], 'WindowCenter': [4912.0, 4854.0, 4889.0, 4849.0, 4826.0, 4862.0, 4811.0, 4858.0, 4830.0, 4827.0, 4836.0, 4813.0, 4845.0, 4819.0, 4807.0, 4826.0, 4807.0, 4858.0, 4820.0, 4818.0, 4827.0, 4796.0, 4847.0, 4819.0, 4837.0, 4828.0, 4810.0, 4849.0, 4811.0, 4859.0, 4839.0, 4802.0, 4839.0, 4809.0, 4846.0, 4831.0, 4828.0, 4851.0, 4810.0, 4858.0, 4831.0, 4856.0, 4841.0, 4818.0, 4861.0, 4819.0, 4836.0, 4838.0, 4809.0, 4860.0, 4832.0, 4829.0, 4849.0, 4809.0, 4860.0, 4828.0, 4866.0, 4826.0, 4805.0, 4834.0, 4818.0, 4853.0, 4839.0, 4808.0, 4846.0, 4806.0, 4834.0, 4813.0, 4796.0, 4845.0, 4806.0, 4845.0, 4826.0, 4805.0, 4835.0, 4785.0, 4843.0, 4805.0, 4843.0, 4815.0, 4797.0, 4836.0, 4806.0, 4845.0, 4824.0, 4797.0, 4846.0, 4819.0, 4839.0, 4827.0, 4808.0, 4846.0, 4818.0, 4815.0, 4838.0, 4799.0, 4846.0, 4807.0, 4844.0, 4816.0, 4834.0, 4825.0, 4806.0, 4834.0, 4806.0, 4845.0, 4817.0, 4796.0, 4838.0, 4810.0, 4857.0, 4828.0, 4818.0, 4837.0, 4810.0, 4847.0, 4821.0, 4829.0, 4838.0, 4812.0, 4857.0, 4820.0, 4859.0, 4841.0, 4810.0, 4860.0, 4822.0, 4858.0, 4842.0, 4810.0, 4849.0, 4812.0, 4860.0, 4818.0, 4867.0, 4829.0, 4808.0, 4838.0, 4798.0, 4846.0, 4825.0, 4837.0, 4840.0, 4799.0, 4845.0, 4820.0, 4847.0, 4838.0, 4810.0, 4846.0, 4808.0, 4857.0, 4819.0, 4860.0, 4839.0, 4807.0, 4836.0, 4799.0, 4847.0, 4808.0, 4847.0, 4828.0, 4827.0, 4826.0, 4798.0, 4849.0, 4819.0, 4808.0, 4838.0, 4807.0, 4847.0, 4830.0, 4857.0, 4819.0, 4807.0, 4828.0, 4795.0, 4847.0, 4798.0, 4846.0, 4807.0, 4847.0, 4818.0, 4827.0, 4828.0, 4807.0, 4846.0, 4809.0, 4847.0, 4828.0, 4797.0, 4835.0, 4808.0, 4859.0, 4815.0, 4815.0, 4826.0, 4798.0, 4837.0, 4794.0, 4834.0, 4805.0, 4843.0, 4814.0, 4807.0, 4822.0, 4784.0, 4837.0, 4806.0, 4814.0, 4814.0, 4794.0, 4836.0, 4799.0, 4845.0, 4817.0, 4796.0, 4828.0, 4809.0, 4850.0, 4808.0, 4847.0, 4818.0, 4828.0, 4828.0, 4796.0, 4835.0, 4797.0, 4846.0, 4819.0, 4845.0, 4829.0, 4798.0, 4837.0, 4809.0, 4845.0, 4828.0, 4810.0, 4836.0, 4811.0, 4848.0, 4832.0, 4857.0, 4827.0, 4820.0, 4839.0, 4808.0, 4845.0, 4810.0, 4845.0, 4827.0, 4807.0, 4836.0, 4800.0, 4848.0, 4817.0, 4816.0, 4838.0, 4798.0, 4846.0, 4807.0, 4856.0, 4818.0, 4854.0, 4829.0, 4798.0, 4840.0, 4799.0, 4846.0, 4818.0, 4854.0, 4826.0, 4795.0, 4848.0, 4808.0, 4858.0, 4826.0, 4806.0, 4836.0, 4801.0, 4851.0, 4831.0, 4820.0, 4852.0, 4810.0, 4860.0, 4841.0, 4810.0, 4863.0, 4832.0, 4828.0, 4838.0, 4801.0, 4857.0, 4829.0, 4836.0, 4825.0, 4796.0, 4839.0, 4809.0, 4829.0, 4812.0, 4784.0, 4833.0, 4806.0, 4805.0, 4825.0, 4785.0, 4847.0, 4806.0, 4850.0, 4818.0, 4805.0, 4827.0, 4786.0, 4834.0, 4794.0, 4847.0, 4827.0, 4795.0, 4836.0, 4812.0, 4836.0, 4829.0, 4800.0, 4838.0, 4796.0, 4847.0, 4829.0, 4860.0, 4821.0, 4827.0, 4815.0, 4805.0, 4828.0, 4796.0, 4825.0, 4787.0, 4835.0, 4796.0, 4842.0, 4815.0, 4825.0, 4815.0, 4785.0, 4835.0, 4798.0, 4844.0, 4818.0, 4807.0, 4835.0, 4796.0, 4846.0, 4817.0, 4846.0, 4816.0, 4798.0, 4846.0, 4808.0, 4847.0, 4829.0, 4828.0, 4839.0, 4798.0, 4837.0, 4788.0, 4846.0, 4807.0, 4846.0, 4814.0, 4817.0, 4825.0, 4776.0, 4831.0, 4797.0, 4843.0, 4818.0, 4814.0, 4825.0, 4788.0, 4844.0, 4805.0, 4847.0, 4827.0, 4799.0, 4838.0, 4797.0, 4848.0, 4819.0, 4847.0, 4829.0, 4821.0, 4838.0, 4799.0, 4847.0, 4820.0, 4857.0, 4830.0, 4807.0, 4839.0, 4796.0, 4846.0, 4817.0, 4845.0, 4816.0, 4796.0, 4836.0, 4796.0, 4844.0, 4814.0, 4835.0, 4795.0, 4831.0, 4803.0, 4819.0, 4804.0, 4782.0, 4812.0, 4771.0, 4819.0, 4785.0, 4832.0, 4803.0, 4784.0, 4814.0, 4787.0, 4834.0, 4805.0, 4816.0, 4828.0, 4798.0, 4837.0, 4796.0, 4835.0, 4817.0, 4843.0, 4817.0, 4824.0, 4804.0, 4787.0, 4823.0, 4775.0, 4844.0, 4803.0, 4845.0, 4814.0, 4785.0, 4837.0, 4794.0, 4846.0, 4819.0, 4817.0, 4813.0, 4787.0, 4835.0, 4807.0, 4833.0, 4817.0, 4824.0, 4816.0, 4786.0, 4823.0, 4784.0, 4846.0, 4818.0, 4796.0, 4826.0, 4787.0, 4845.0, 4809.0, 4846.0, 4827.0, 4796.0, 4825.0, 4784.0, 4835.0, 4796.0, 4844.0, 4820.0, 4824.0, 4814.0, 4786.0, 4823.0, 4796.0, 4833.0, 4816.0, 4805.0, 4823.0, 4788.0, 4834.0, 4807.0, 4843.0, 4816.0, 4826.0, 4814.0, 4785.0, 4832.0, 4796.0, 4845.0, 4805.0, 4814.0, 4815.0, 4784.0, 4834.0, 4805.0, 4846.0, 4814.0, 4814.0, 4813.0, 4786.0, 4835.0, 4805.0, 4845.0, 4814.0, 4786.0, 4823.0, 4777.0, 4832.0, 4807.0, 4842.0, 4816.0, 4814.0, 4826.0, 4785.0, 4835.0, 4806.0, 4841.0, 4814.0, 4786.0, 4832.0, 4796.0, 4833.0, 4817.0, 4787.0, 4826.0, 4796.0, 4845.0, 4807.0, 4843.0, 4817.0, 4832.0, 4817.0, 4795.0, 4827.0, 4786.0, 4832.0, 4807.0, 4843.0, 4828.0, 4786.0, 4838.0, 4806.0, 4836.0, 4816.0, 4805.0, 4836.0, 4786.0, 4844.0, 4808.0, 4834.0, 4816.0, 4795.0, 4825.0, 4786.0, 4843.0, 4806.0, 4843.0, 4815.0, 4814.0, 4825.0, 4786.0, 4822.0, 4796.0, 4846.0, 4805.0, 4813.0, 4816.0, 4785.0, 4835.0, 4796.0, 4843.0, 4817.0, 4795.0, 4825.0, 4788.0, 4835.0, 4807.0, 4844.0, 4829.0, 4818.0, 4829.0, 4787.0, 4839.0, 4796.0, 4848.0, 4808.0, 4847.0, 4808.0, 4847.0, 4820.0, 4846.0, 4828.0, 4797.0, 4826.0, 4797.0, 4843.0, 4818.0, 4848.0, 4818.0, 4798.0, 4846.0, 4807.0, 4846.0, 4819.0, 4859.0, 4828.0, 4837.0, 4817.0, 4795.0, 4836.0, 4796.0, 4847.0, 4797.0, 4847.0, 4819.0, 4820.0, 4837.0, 4798.0, 4846.0, 4821.0, 4837.0, 4839.0, 4799.0, 4847.0, 4807.0, 4846.0, 4808.0, 4834.0, 4806.0, 4834.0, 4808.0, 4855.0, 4804.0, 4801.0, 4817.0, 4776.0, 4836.0, 4794.0, 4832.0, 4817.0, 4814.0, 4827.0, 4788.0, 4843.0, 4806.0, 4825.0, 4816.0, 4798.0, 4836.0, 4796.0, 4846.0, 4808.0, 4834.0, 4817.0, 4798.0, 4837.0, 4791.0, 4846.0, 4806.0, 4847.0, 4818.0, 4794.0, 4826.0, 4788.0, 4844.0, 4818.0, 4847.0, 4815.0, 4795.0, 4826.0, 4783.0, 4834.0, 4805.0, 4813.0, 4823.0, 4787.0, 4833.0, 4805.0, 4816.0, 4825.0, 4786.0, 4844.0, 4806.0, 4845.0, 4818.0, 4788.0, 4834.0, 4796.0, 4845.0, 4818.0, 4823.0, 4817.0, 4785.0, 4835.0, 4799.0, 4844.0, 4802.0, 4806.0, 4823.0, 4797.0, 4843.0, 4805.0, 4785.0, 4822.0, 4795.0, 4844.0, 4805.0, 4813.0, 4824.0, 4786.0, 4834.0, 4804.0, 4802.0, 4813.0, 4786.0, 4846.0, 4809.0, 4840.0, 4816.0, 4788.0, 4837.0, 4805.0, 4846.0, 4817.0, 4816.0, 4827.0, 4795.0, 4848.0, 4807.0, 4847.0, 4817.0, 4797.0, 4836.0, 4807.0, 4848.0, 4817.0, 4817.0, 4837.0, 4790.0, 4846.0, 4819.0, 4836.0, 4837.0, 4788.0, 4846.0, 4817.0, 4845.0, 4819.0, 4796.0, 4834.0, 4797.0, 4844.0, 4805.0, 4843.0, 4814.0, 4784.0, 4824.0, 4786.0, 4830.0, 4809.0, 4813.0, 4827.0, 4786.0, 4836.0, 4795.0, 4842.0, 4817.0, 4786.0, 4823.0, 4795.0, 4834.0, 4805.0, 4801.0, 4825.0, 4774.0, 4823.0, 4792.0, 4804.0, 4815.0, 4788.0, 4844.0, 4808.0, 4817.0, 4824.0, 4787.0, 4837.0, 4809.0, 4845.0, 4807.0, 4845.0, 4816.0, 4807.0, 4824.0, 4789.0, 4836.0, 4807.0, 4847.0, 4817.0, 4786.0, 4835.0, 4810.0, 4824.0, 4828.0, 4787.0, 4849.0, 4816.0, 4858.0, 4829.0, 4827.0, 4827.0, 4797.0, 4848.0, 4807.0, 4855.0, 4817.0, 4816.0, 4836.0, 4797.0, 4847.0, 4806.0, 4825.0, 4815.0, 4787.0, 4845.0, 4804.0, 4846.0, 4816.0, 4816.0, 4824.0, 4787.0, 4833.0, 4795.0, 4835.0, 4806.0, 4842.0, 4814.0, 4821.0, 4805.0, 4786.0, 4826.0, 4773.0, 4834.0, 4793.0, 4834.0, 4805.0, 4784.0, 4825.0, 4786.0, 4836.0, 4806.0, 4846.0, 4829.0, 4801.0, 4826.0, 4789.0, 4847.0, 4833.0, 4860.0, 4831.0, 4837.0, 4820.0, 4824.0, 4824.0, 4796.0, 4835.0, 4784.0, 4834.0, 4798.0, 4833.0, 4804.0, 4833.0, 4814.0, 4786.0, 4822.0, 4793.0, 4835.0, 4804.0, 4795.0, 4813.0, 4776.0, 4833.0, 4805.0, 4846.0, 4817.0, 4825.0, 4804.0, 4787.0, 4829.0, 4785.0, 4835.0, 4794.0, 4837.0, 4817.0, 4803.0, 4825.0, 4786.0, 4835.0, 4808.0, 4835.0, 4816.0, 4786.0, 4836.0, 4800.0, 4844.0, 4819.0, 4826.0, 4827.0, 4788.0, 4844.0, 4799.0, 4844.0, 4820.0, 4817.0, 4825.0, 4786.0, 4837.0, 4808.0, 4846.0, 4825.0, 4795.0, 4836.0, 4796.0, 4846.0, 4827.0, 4796.0, 4836.0, 4805.0, 4835.0, 4826.0, 4786.0, 4837.0, 4808.0, 4846.0, 4816.0, 4785.0, 4835.0, 4799.0, 4846.0, 4815.0, 4794.0, 4835.0, 4789.0, 4836.0, 4805.0, 4843.0, 4815.0, 4788.0, 4834.0, 4799.0, 4813.0, 4824.0, 4787.0, 4846.0, 4820.0, 4818.0, 4839.0, 4802.0, 4857.0, 4818.0, 4848.0, 4818.0, 4804.0, 4839.0, 4787.0, 4836.0, 4796.0, 4847.0, 4818.0, 4824.0, 4817.0, 4790.0, 4846.0, 4806.0, 4848.0, 4830.0, 4801.0, 4848.0, 4820.0, 4859.0, 4828.0, 4810.0, 4839.0, 4797.0, 4848.0, 4817.0, 4846.0, 4820.0, 4847.0, 4817.0, 4846.0, 4808.0, 4838.0, 4818.0, 4788.0, 4826.0, 4788.0, 4845.0, 4805.0, 4846.0, 4825.0, 4796.0, 4837.0, 4808.0, 4848.0, 4829.0, 4799.0, 4836.0, 4788.0, 4850.0, 4818.0, 4836.0, 4829.0, 4796.0, 4837.0, 4786.0, 4847.0, 4807.0, 4848.0, 4818.0, 4824.0, 4825.0, 4805.0, 4827.0, 4788.0, 4846.0, 4819.0, 4809.0, 4835.0, 4785.0, 4846.0, 4820.0, 4829.0, 4832.0, 4799.0, 4851.0, 4848.0, 4840.0, 4819.0, 4829.0, 4857.0, 4807.0, 4834.0, 4806.0, 4834.0, 4797.0, 4823.0, 4793.0, 4792.0, 4812.0, 4773.0, 4834.0, 4802.0, 4804.0, 4814.0, 4782.0, 4837.0, 4795.0, 4835.0, 4806.0, 4814.0, 4815.0, 4776.0, 4824.0, 4776.0, 4823.0, 4792.0, 4832.0, 4805.0, 4805.0, 4815.0, 4773.0, 4834.0, 4795.0, 4833.0, 4815.0, 4803.0, 4815.0, 4784.0, 4836.0, 4799.0, 4841.0, 4793.0, 4782.0, 4814.0, 4783.0, 4823.0, 4803.0, 4804.0, 4815.0, 4784.0, 4832.0, 4794.0, 4834.0, 4803.0, 4793.0, 4824.0, 4788.0, 4836.0, 4807.0, 4816.0, 4826.0, 4796.0, 4848.0, 4819.0, 4796.0, 4836.0, 4797.0, 4843.0, 4818.0, 4806.0, 4826.0, 4787.0, 4845.0, 4806.0, 4846.0, 4826.0, 4795.0, 4825.0, 4785.0, 4836.0, 4805.0, 4826.0, 4827.0, 4787.0, 4833.0, 4807.0, 4827.0, 4827.0, 4787.0, 4836.0, 4805.0, 4816.0, 4815.0, 4786.0, 4847.0, 4786.0, 4836.0, 4808.0, 4846.0, 4806.0, 4848.0, 4817.0, 4796.0, 4824.0, 4787.0, 4844.0, 4806.0, 4826.0, 4826.0, 4788.0, 4845.0, 4809.0, 4797.0, 4837.0, 4796.0, 4847.0, 4807.0, 4846.0, 4807.0, 4836.0, 4806.0, 4804.0, 4814.0, 4774.0, 4834.0, 4795.0, 4834.0, 4804.0, 4824.0, 4804.0, 4773.0, 4826.0, 4794.0, 4835.0, 4807.0, 4793.0, 4826.0, 4774.0, 4837.0, 4811.0, 4843.0, 4817.0, 4804.0, 4836.0, 4791.0, 4838.0, 4808.0, 4825.0, 4830.0, 4786.0, 4848.0, 4811.0, 4848.0, 4820.0, 4834.0, 4830.0, 4797.0, 4838.0, 4809.0, 4848.0, 4818.0, 4814.0, 4828.0, 4788.0, 4847.0, 4798.0, 4847.0, 4817.0, 4838.0, 4828.0, 4798.0, 4835.0, 4806.0, 4845.0, 4816.0, 4837.0, 4817.0, 4796.0, 4837.0, 4789.0, 4848.0, 4815.0, 4844.0, 4815.0, 4835.0, 4816.0, 4787.0, 4838.0, 4806.0, 4855.0, 4818.0, 4798.0, 4826.0, 4797.0, 4836.0, 4816.0, 4806.0, 4824.0, 4787.0, 4847.0, 4796.0, 4834.0, 4816.0, 4795.0, 4825.0, 4786.0, 4834.0, 4805.0, 4817.0, 4825.0, 4787.0, 4849.0, 4818.0, 4787.0, 4827.0, 4808.0, 4846.0, 4817.0, 4799.0, 4837.0, 4791.0, 4846.0, 4806.0, 4847.0, 4819.0, 4856.0, 4816.0, 4796.0, 4826.0, 4785.0, 4846.0, 4833.0, 4830.0, 4825.0, 4786.0, 4836.0, 4797.0, 4806.0, 4828.0, 4796.0, 4845.0, 4819.0, 4848.0, 4809.0, 4828.0, 4817.0, 4786.0, 4837.0, 4786.0, 4836.0, 4787.0, 4833.0, 4807.0, 4843.0, 4808.0, 4785.0, 4826.0, 4787.0, 4839.0, 4795.0, 4838.0, 4804.0, 4834.0, 4797.0, 4835.0, 4808.0, 4833.0, 4805.0, 4785.0, 4824.0, 4785.0, 4832.0, 4806.0, 4844.0, 4817.0, 4787.0, 4825.0, 4786.0, 4834.0, 4807.0, 4845.0, 4827.0, 4817.0, 4826.0, 4790.0, 4837.0, 4797.0, 4846.0, 4816.0, 4828.0, 4816.0, 4786.0, 4838.0, 4810.0, 4844.0, 4828.0, 4848.0, 4830.0, 4808.0, 4837.0, 4800.0, 4838.0, 4796.0, 4846.0, 4806.0, 4823.0, 4815.0, 4785.0, 4825.0, 4789.0, 4845.0, 4809.0, 4816.0, 4817.0, 4789.0, 4846.0, 4810.0, 4847.0, 4828.0, 4862.0, 4830.0, 4838.0, 4819.0, 4798.0, 4838.0, 4787.0, 4834.0, 4787.0, 4846.0, 4809.0, 4848.0, 4817.0, 4829.0, 4820.0, 4797.0, 4836.0, 4807.0, 4856.0, 4815.0, 4796.0, 4836.0, 4807.0, 4846.0, 4828.0, 4828.0, 4826.0, 4789.0, 4834.0, 4807.0, 4846.0, 4808.0, 4805.0, 4814.0, 4786.0, 4827.0, 4785.0, 4834.0, 4796.0, 4812.0, 4805.0, 4775.0, 4822.0, 4797.0, 4833.0, 4794.0, 4782.0, 4817.0, 4784.0, 4833.0, 4806.0, 4817.0, 4818.0, 4787.0, 4835.0, 4796.0, 4839.0, 4820.0, 4817.0, 4817.0, 4787.0, 4838.0, 4797.0, 4846.0, 4817.0, 4835.0, 4817.0, 4785.0, 4834.0, 4798.0, 4827.0, 4815.0, 4783.0, 4837.0, 4797.0, 4845.0, 4806.0, 4798.0, 4825.0, 4799.0, 4840.0, 4796.0, 4842.0, 4806.0, 4816.0, 4815.0, 4786.0, 4836.0, 4796.0, 4837.0, 4807.0, 4787.0, 4826.0, 4796.0, 4834.0, 4804.0, 4807.0, 4824.0, 4797.0, 4848.0, 4819.0, 4837.0, 4817.0, 4786.0, 4833.0, 4794.0, 4833.0, 4803.0, 4795.0, 4815.0, 4784.0, 4827.0, 4794.0, 4833.0, 4805.0, 4785.0, 4816.0, 4788.0, 4824.0, 4797.0, 4833.0, 4813.0, 4796.0, 4835.0, 4808.0, 4814.0, 4828.0, 4800.0, 4847.0, 4820.0, 4837.0, 4827.0, 4800.0, 4847.0, 4809.0, 4846.0, 4816.0, 4818.0, 4826.0, 4796.0, 4837.0, 4808.0, 4844.0, 4815.0, 4795.0, 4825.0, 4795.0, 4833.0, 4804.0, 4782.0, 4825.0, 4797.0, 4822.0, 4815.0, 4796.0, 4834.0, 4797.0, 4836.0, 4818.0, 4799.0, 4829.0, 4785.0, 4847.0, 4805.0, 4828.0, 4826.0, 4787.0, 4835.0, 4808.0, 4848.0, 4816.0, 4785.0, 4837.0, 4798.0, 4835.0, 4805.0, 4796.0, 4834.0, 4806.0, 4834.0, 4806.0, 4786.0, 4835.0, 4797.0, 4833.0, 4818.0, 4795.0, 4815.0, 4795.0, 4837.0, 4808.0, 4845.0, 4817.0, 4797.0, 4826.0, 4798.0, 4833.0, 4815.0, 4826.0, 4826.0, 4795.0, 4846.0, 4820.0, 4808.0, 4835.0, 4797.0, 4797.0, 4838.0, 4795.0, 4845.0, 4811.0, 4826.0, 4806.0, 4823.0, 4817.0, 4797.0, 4817.0, 4798.0, 4824.0, 4795.0, 4794.0, 4824.0, 4787.0, 4798.0, 4827.0, 4809.0, 4810.0, 4818.0, 4799.0, 4831.0, 4830.0, 4819.0, 4799.0, 4808.0, 4843.0, 4795.0, 4837.0, 4794.0, 4824.0, 4787.0, 4794.0, 4793.0, 4797.0, 4824.0, 4796.0, 4837.0, 4808.0, 4807.0, 4816.0, 4799.0, 4838.0, 4798.0, 4826.0, 4820.0, 4806.0, 4838.0, 4812.0, 4838.0, 4807.0, 4808.0, 4815.0, 4806.0, 4837.0, 4797.0, 4836.0, 4807.0, 4835.0, 4805.0, 4804.0, 4803.0, 4793.0], 'WindowWidth': [10680.0, 10590.0, 10627.0, 10566.0, 10530.0, 10573.0, 10500.0, 10563.0, 10523.0, 10517.0, 10528.0, 10499.0, 10540.0, 10505.0, 10487.0, 10511.0, 10486.0, 10561.0, 10507.0, 10504.0, 10514.0, 10472.0, 10540.0, 10507.0, 10529.0, 10517.0, 10496.0, 10547.0, 10498.0, 10565.0, 10535.0, 10485.0, 10535.0, 10495.0, 10543.0, 10527.0, 10520.0, 10553.0, 10497.0, 10558.0, 10525.0, 10557.0, 10539.0, 10505.0, 10565.0, 10509.0, 10531.0, 10532.0, 10493.0, 10566.0, 10528.0, 10523.0, 10547.0, 10494.0, 10563.0, 10518.0, 10573.0, 10515.0, 10484.0, 10522.0, 10501.0, 10553.0, 10533.0, 10489.0, 10538.0, 10485.0, 10520.0, 10491.0, 10470.0, 10537.0, 10484.0, 10540.0, 10510.0, 10481.0, 10521.0, 10454.0, 10533.0, 10481.0, 10533.0, 10495.0, 10471.0, 10524.0, 10485.0, 10538.0, 10507.0, 10473.0, 10539.0, 10506.0, 10533.0, 10515.0, 10490.0, 10540.0, 10505.0, 10497.0, 10531.0, 10476.0, 10539.0, 10486.0, 10537.0, 10499.0, 10520.0, 10510.0, 10485.0, 10523.0, 10485.0, 10540.0, 10501.0, 10473.0, 10531.0, 10495.0, 10557.0, 10518.0, 10503.0, 10530.0, 10496.0, 10543.0, 10513.0, 10521.0, 10534.0, 10499.0, 10559.0, 10510.0, 10567.0, 10540.0, 10497.0, 10567.0, 10517.0, 10561.0, 10543.0, 10497.0, 10549.0, 10498.0, 10562.0, 10504.0, 10577.0, 10519.0, 10490.0, 10528.0, 10475.0, 10540.0, 10512.0, 10528.0, 10534.0, 10479.0, 10538.0, 10508.0, 10544.0, 10533.0, 10497.0, 10541.0, 10492.0, 10557.0, 10506.0, 10565.0, 10535.0, 10489.0, 10526.0, 10477.0, 10542.0, 10490.0, 10542.0, 10515.0, 10513.0, 10511.0, 10475.0, 10548.0, 10505.0, 10490.0, 10530.0, 10486.0, 10544.0, 10521.0, 10557.0, 10505.0, 10488.0, 10516.0, 10469.0, 10540.0, 10474.0, 10540.0, 10485.0, 10539.0, 10502.0, 10513.0, 10516.0, 10486.0, 10539.0, 10491.0, 10543.0, 10516.0, 10473.0, 10524.0, 10488.0, 10561.0, 10497.0, 10494.0, 10511.0, 10472.0, 10525.0, 10464.0, 10519.0, 10480.0, 10532.0, 10491.0, 10483.0, 10500.0, 10449.0, 10523.0, 10480.0, 10491.0, 10492.0, 10465.0, 10523.0, 10476.0, 10540.0, 10501.0, 10472.0, 10516.0, 10491.0, 10547.0, 10490.0, 10541.0, 10503.0, 10519.0, 10516.0, 10472.0, 10524.0, 10472.0, 10541.0, 10506.0, 10539.0, 10520.0, 10476.0, 10528.0, 10491.0, 10539.0, 10517.0, 10494.0, 10529.0, 10498.0, 10545.0, 10526.0, 10559.0, 10517.0, 10508.0, 10535.0, 10492.0, 10538.0, 10492.0, 10538.0, 10513.0, 10485.0, 10526.0, 10479.0, 10544.0, 10502.0, 10500.0, 10530.0, 10476.0, 10541.0, 10488.0, 10554.0, 10504.0, 10550.0, 10520.0, 10477.0, 10535.0, 10478.0, 10541.0, 10506.0, 10555.0, 10513.0, 10470.0, 10543.0, 10492.0, 10560.0, 10516.0, 10487.0, 10527.0, 10481.0, 10553.0, 10529.0, 10513.0, 10554.0, 10497.0, 10565.0, 10539.0, 10497.0, 10571.0, 10526.0, 10521.0, 10531.0, 10482.0, 10556.0, 10518.0, 10527.0, 10509.0, 10469.0, 10532.0, 10488.0, 10513.0, 10486.0, 10450.0, 10515.0, 10482.0, 10479.0, 10506.0, 10453.0, 10541.0, 10483.0, 10548.0, 10502.0, 10480.0, 10511.0, 10455.0, 10519.0, 10465.0, 10540.0, 10514.0, 10467.0, 10525.0, 10496.0, 10527.0, 10518.0, 10478.0, 10528.0, 10471.0, 10542.0, 10519.0, 10564.0, 10510.0, 10513.0, 10495.0, 10481.0, 10512.0, 10467.0, 10504.0, 10455.0, 10521.0, 10468.0, 10529.0, 10495.0, 10506.0, 10493.0, 10451.0, 10520.0, 10473.0, 10535.0, 10501.0, 10486.0, 10523.0, 10471.0, 10538.0, 10501.0, 10541.0, 10499.0, 10475.0, 10538.0, 10489.0, 10543.0, 10521.0, 10516.0, 10532.0, 10474.0, 10528.0, 10460.0, 10537.0, 10483.0, 10539.0, 10491.0, 10498.0, 10505.0, 10439.0, 10512.0, 10469.0, 10532.0, 10499.0, 10494.0, 10508.0, 10461.0, 10533.0, 10482.0, 10542.0, 10516.0, 10480.0, 10529.0, 10474.0, 10546.0, 10507.0, 10546.0, 10521.0, 10508.0, 10529.0, 10477.0, 10542.0, 10506.0, 10558.0, 10520.0, 10487.0, 10530.0, 10471.0, 10539.0, 10501.0, 10537.0, 10496.0, 10469.0, 10523.0, 10467.0, 10535.0, 10491.0, 10523.0, 10464.0, 10514.0, 10475.0, 10494.0, 10476.0, 10444.0, 10483.0, 10428.0, 10490.0, 10448.0, 10512.0, 10473.0, 10450.0, 10488.0, 10456.0, 10517.0, 10482.0, 10495.0, 10514.0, 10476.0, 10526.0, 10470.0, 10522.0, 10499.0, 10536.0, 10500.0, 10507.0, 10479.0, 10454.0, 10501.0, 10438.0, 10534.0, 10477.0, 10537.0, 10493.0, 10453.0, 10524.0, 10467.0, 10540.0, 10504.0, 10499.0, 10489.0, 10456.0, 10522.0, 10483.0, 10518.0, 10498.0, 10505.0, 10496.0, 10454.0, 10502.0, 10449.0, 10534.0, 10499.0, 10470.0, 10508.0, 10459.0, 10535.0, 10491.0, 10540.0, 10516.0, 10471.0, 10510.0, 10453.0, 10522.0, 10468.0, 10533.0, 10503.0, 10505.0, 10492.0, 10453.0, 10502.0, 10468.0, 10517.0, 10497.0, 10482.0, 10504.0, 10460.0, 10519.0, 10484.0, 10532.0, 10497.0, 10511.0, 10492.0, 10452.0, 10514.0, 10468.0, 10536.0, 10481.0, 10493.0, 10494.0, 10451.0, 10519.0, 10481.0, 10542.0, 10492.0, 10491.0, 10488.0, 10454.0, 10520.0, 10478.0, 10536.0, 10491.0, 10456.0, 10503.0, 10443.0, 10516.0, 10484.0, 10531.0, 10496.0, 10492.0, 10508.0, 10452.0, 10520.0, 10481.0, 10527.0, 10490.0, 10454.0, 10514.0, 10467.0, 10516.0, 10497.0, 10456.0, 10510.0, 10471.0, 10536.0, 10485.0, 10531.0, 10498.0, 10516.0, 10498.0, 10467.0, 10511.0, 10456.0, 10516.0, 10485.0, 10532.0, 10514.0, 10457.0, 10528.0, 10483.0, 10524.0, 10496.0, 10481.0, 10524.0, 10457.0, 10535.0, 10487.0, 10521.0, 10496.0, 10466.0, 10509.0, 10457.0, 10531.0, 10482.0, 10530.0, 10493.0, 10492.0, 10507.0, 10454.0, 10498.0, 10467.0, 10535.0, 10479.0, 10491.0, 10495.0, 10453.0, 10520.0, 10469.0, 10530.0, 10499.0, 10469.0, 10508.0, 10460.0, 10522.0, 10488.0, 10538.0, 10520.0, 10505.0, 10519.0, 10461.0, 10531.0, 10471.0, 10545.0, 10490.0, 10542.0, 10489.0, 10539.0, 10505.0, 10539.0, 10515.0, 10471.0, 10512.0, 10472.0, 10534.0, 10504.0, 10543.0, 10504.0, 10476.0, 10539.0, 10488.0, 10541.0, 10505.0, 10563.0, 10517.0, 10528.0, 10502.0, 10469.0, 10524.0, 10470.0, 10540.0, 10474.0, 10541.0, 10503.0, 10505.0, 10527.0, 10476.0, 10541.0, 10509.0, 10530.0, 10532.0, 10479.0, 10542.0, 10487.0, 10541.0, 10486.0, 10521.0, 10480.0, 10519.0, 10486.0, 10550.0, 10478.0, 10472.0, 10496.0, 10440.0, 10522.0, 10464.0, 10514.0, 10497.0, 10491.0, 10511.0, 10459.0, 10533.0, 10484.0, 10510.0, 10497.0, 10472.0, 10525.0, 10471.0, 10539.0, 10487.0, 10522.0, 10500.0, 10473.0, 10526.0, 10465.0, 10537.0, 10484.0, 10541.0, 10502.0, 10464.0, 10510.0, 10460.0, 10534.0, 10501.0, 10540.0, 10494.0, 10465.0, 10508.0, 10450.0, 10517.0, 10478.0, 10488.0, 10502.0, 10455.0, 10516.0, 10481.0, 10495.0, 10507.0, 10455.0, 10537.0, 10484.0, 10539.0, 10501.0, 10460.0, 10519.0, 10469.0, 10538.0, 10499.0, 10504.0, 10498.0, 10452.0, 10520.0, 10472.0, 10533.0, 10474.0, 10479.0, 10501.0, 10467.0, 10532.0, 10477.0, 10451.0, 10499.0, 10465.0, 10533.0, 10479.0, 10487.0, 10503.0, 10454.0, 10519.0, 10478.0, 10473.0, 10489.0, 10453.0, 10537.0, 10488.0, 10532.0, 10499.0, 10461.0, 10526.0, 10482.0, 10540.0, 10501.0, 10498.0, 10511.0, 10469.0, 10543.0, 10486.0, 10544.0, 10500.0, 10473.0, 10525.0, 10487.0, 10543.0, 10502.0, 10500.0, 10528.0, 10467.0, 10540.0, 10506.0, 10527.0, 10529.0, 10462.0, 10539.0, 10499.0, 10538.0, 10503.0, 10470.0, 10521.0, 10470.0, 10535.0, 10481.0, 10533.0, 10490.0, 10448.0, 10504.0, 10454.0, 10511.0, 10485.0, 10488.0, 10509.0, 10453.0, 10521.0, 10465.0, 10530.0, 10497.0, 10454.0, 10500.0, 10464.0, 10517.0, 10477.0, 10470.0, 10504.0, 10434.0, 10502.0, 10458.0, 10478.0, 10491.0, 10458.0, 10535.0, 10487.0, 10498.0, 10508.0, 10459.0, 10529.0, 10490.0, 10537.0, 10485.0, 10536.0, 10498.0, 10483.0, 10507.0, 10462.0, 10525.0, 10486.0, 10540.0, 10499.0, 10458.0, 10524.0, 10493.0, 10510.0, 10516.0, 10460.0, 10546.0, 10499.0, 10559.0, 10517.0, 10515.0, 10514.0, 10472.0, 10542.0, 10486.0, 10551.0, 10499.0, 10497.0, 10523.0, 10470.0, 10541.0, 10483.0, 10509.0, 10493.0, 10456.0, 10537.0, 10479.0, 10540.0, 10496.0, 10495.0, 10505.0, 10455.0, 10517.0, 10466.0, 10520.0, 10480.0, 10531.0, 10491.0, 10498.0, 10479.0, 10457.0, 10506.0, 10434.0, 10515.0, 10460.0, 10518.0, 10478.0, 10450.0, 10507.0, 10456.0, 10525.0, 10484.0, 10539.0, 10517.0, 10479.0, 10511.0, 10464.0, 10541.0, 10531.0, 10565.0, 10528.0, 10531.0, 10506.0, 10506.0, 10503.0, 10465.0, 10520.0, 10450.0, 10518.0, 10469.0, 10516.0, 10476.0, 10516.0, 10490.0, 10452.0, 10499.0, 10461.0, 10519.0, 10477.0, 10466.0, 10488.0, 10441.0, 10517.0, 10481.0, 10537.0, 10499.0, 10507.0, 10477.0, 10456.0, 10513.0, 10454.0, 10519.0, 10465.0, 10526.0, 10498.0, 10476.0, 10509.0, 10456.0, 10523.0, 10489.0, 10523.0, 10498.0, 10456.0, 10524.0, 10476.0, 10534.0, 10504.0, 10512.0, 10514.0, 10461.0, 10535.0, 10476.0, 10535.0, 10506.0, 10499.0, 10508.0, 10457.0, 10525.0, 10487.0, 10539.0, 10509.0, 10466.0, 10522.0, 10470.0, 10539.0, 10513.0, 10470.0, 10523.0, 10482.0, 10523.0, 10512.0, 10456.0, 10527.0, 10485.0, 10541.0, 10495.0, 10453.0, 10520.0, 10476.0, 10539.0, 10495.0, 10465.0, 10521.0, 10461.0, 10524.0, 10480.0, 10533.0, 10494.0, 10459.0, 10520.0, 10475.0, 10491.0, 10507.0, 10459.0, 10539.0, 10508.0, 10502.0, 10532.0, 10484.0, 10556.0, 10503.0, 10545.0, 10502.0, 10480.0, 10530.0, 10458.0, 10524.0, 10470.0, 10539.0, 10501.0, 10506.0, 10498.0, 10465.0, 10539.0, 10485.0, 10543.0, 10521.0, 10483.0, 10546.0, 10509.0, 10563.0, 10519.0, 10492.0, 10531.0, 10474.0, 10543.0, 10500.0, 10542.0, 10507.0, 10543.0, 10501.0, 10539.0, 10488.0, 10528.0, 10501.0, 10460.0, 10509.0, 10459.0, 10536.0, 10482.0, 10538.0, 10509.0, 10470.0, 10527.0, 10489.0, 10543.0, 10519.0, 10477.0, 10526.0, 10462.0, 10547.0, 10503.0, 10528.0, 10516.0, 10470.0, 10527.0, 10456.0, 10542.0, 10484.0, 10542.0, 10501.0, 10507.0, 10508.0, 10480.0, 10511.0, 10458.0, 10537.0, 10501.0, 10489.0, 10522.0, 10455.0, 10541.0, 10508.0, 10521.0, 10525.0, 10481.0, 10553.0, 10544.0, 10536.0, 10503.0, 10516.0, 10560.0, 10481.0, 10520.0, 10478.0, 10519.0, 10466.0, 10499.0, 10459.0, 10457.0, 10484.0, 10432.0, 10517.0, 10473.0, 10476.0, 10489.0, 10445.0, 10523.0, 10464.0, 10520.0, 10480.0, 10493.0, 10493.0, 10438.0, 10504.0, 10439.0, 10501.0, 10459.0, 10514.0, 10479.0, 10476.0, 10491.0, 10435.0, 10516.0, 10464.0, 10517.0, 10492.0, 10474.0, 10491.0, 10449.0, 10524.0, 10475.0, 10528.0, 10459.0, 10442.0, 10486.0, 10444.0, 10499.0, 10473.0, 10475.0, 10491.0, 10450.0, 10512.0, 10463.0, 10518.0, 10475.0, 10461.0, 10504.0, 10457.0, 10521.0, 10483.0, 10497.0, 10509.0, 10469.0, 10543.0, 10503.0, 10468.0, 10522.0, 10471.0, 10530.0, 10501.0, 10481.0, 10508.0, 10455.0, 10535.0, 10483.0, 10539.0, 10511.0, 10465.0, 10505.0, 10452.0, 10522.0, 10480.0, 10508.0, 10510.0, 10456.0, 10517.0, 10485.0, 10513.0, 10511.0, 10459.0, 10525.0, 10482.0, 10498.0, 10496.0, 10456.0, 10540.0, 10455.0, 10523.0, 10485.0, 10537.0, 10484.0, 10542.0, 10499.0, 10468.0, 10505.0, 10458.0, 10535.0, 10484.0, 10509.0, 10509.0, 10460.0, 10538.0, 10490.0, 10473.0, 10527.0, 10471.0, 10541.0, 10484.0, 10539.0, 10483.0, 10523.0, 10482.0, 10478.0, 10489.0, 10435.0, 10516.0, 10464.0, 10515.0, 10476.0, 10502.0, 10477.0, 10433.0, 10507.0, 10464.0, 10521.0, 10483.0, 10462.0, 10507.0, 10439.0, 10524.0, 10493.0, 10534.0, 10500.0, 10479.0, 10525.0, 10466.0, 10528.0, 10488.0, 10510.0, 10518.0, 10457.0, 10545.0, 10494.0, 10543.0, 10506.0, 10522.0, 10520.0, 10472.0, 10527.0, 10488.0, 10542.0, 10501.0, 10493.0, 10513.0, 10459.0, 10539.0, 10474.0, 10539.0, 10498.0, 10528.0, 10514.0, 10474.0, 10522.0, 10484.0, 10537.0, 10498.0, 10528.0, 10498.0, 10468.0, 10526.0, 10463.0, 10542.0, 10494.0, 10535.0, 10496.0, 10520.0, 10496.0, 10455.0, 10525.0, 10482.0, 10555.0, 10502.0, 10472.0, 10508.0, 10470.0, 10525.0, 10495.0, 10481.0, 10505.0, 10456.0, 10539.0, 10468.0, 10518.0, 10495.0, 10464.0, 10505.0, 10454.0, 10518.0, 10479.0, 10499.0, 10506.0, 10458.0, 10545.0, 10501.0, 10458.0, 10513.0, 10488.0, 10541.0, 10501.0, 10478.0, 10527.0, 10467.0, 10540.0, 10486.0, 10541.0, 10505.0, 10554.0, 10495.0, 10467.0, 10507.0, 10452.0, 10537.0, 10528.0, 10519.0, 10507.0, 10455.0, 10525.0, 10471.0, 10482.0, 10515.0, 10470.0, 10537.0, 10504.0, 10543.0, 10488.0, 10513.0, 10498.0, 10454.0, 10525.0, 10453.0, 10522.0, 10457.0, 10516.0, 10482.0, 10531.0, 10486.0, 10453.0, 10508.0, 10456.0, 10528.0, 10465.0, 10527.0, 10477.0, 10518.0, 10470.0, 10520.0, 10485.0, 10517.0, 10479.0, 10451.0, 10504.0, 10452.0, 10515.0, 10482.0, 10534.0, 10498.0, 10457.0, 10506.0, 10454.0, 10519.0, 10485.0, 10538.0, 10512.0, 10499.0, 10508.0, 10463.0, 10524.0, 10472.0, 10537.0, 10497.0, 10514.0, 10497.0, 10456.0, 10527.0, 10490.0, 10535.0, 10516.0, 10542.0, 10519.0, 10488.0, 10527.0, 10479.0, 10526.0, 10468.0, 10537.0, 10483.0, 10504.0, 10494.0, 10453.0, 10507.0, 10461.0, 10535.0, 10487.0, 10496.0, 10497.0, 10463.0, 10539.0, 10494.0, 10543.0, 10520.0, 10571.0, 10523.0, 10530.0, 10506.0, 10474.0, 10528.0, 10460.0, 10520.0, 10458.0, 10540.0, 10490.0, 10544.0, 10500.0, 10517.0, 10505.0, 10473.0, 10523.0, 10483.0, 10555.0, 10494.0, 10470.0, 10523.0, 10485.0, 10542.0, 10515.0, 10513.0, 10510.0, 10461.0, 10519.0, 10482.0, 10537.0, 10484.0, 10478.0, 10491.0, 10452.0, 10510.0, 10450.0, 10518.0, 10464.0, 10485.0, 10476.0, 10436.0, 10499.0, 10465.0, 10516.0, 10461.0, 10445.0, 10494.0, 10447.0, 10516.0, 10480.0, 10497.0, 10499.0, 10457.0, 10520.0, 10469.0, 10529.0, 10504.0, 10499.0, 10499.0, 10458.0, 10527.0, 10472.0, 10538.0, 10499.0, 10522.0, 10498.0, 10454.0, 10519.0, 10472.0, 10510.0, 10492.0, 10447.0, 10525.0, 10470.0, 10538.0, 10482.0, 10473.0, 10506.0, 10472.0, 10532.0, 10467.0, 10529.0, 10481.0, 10494.0, 10492.0, 10452.0, 10523.0, 10467.0, 10526.0, 10484.0, 10455.0, 10509.0, 10467.0, 10519.0, 10478.0, 10482.0, 10501.0, 10468.0, 10544.0, 10504.0, 10528.0, 10497.0, 10451.0, 10513.0, 10462.0, 10518.0, 10472.0, 10462.0, 10490.0, 10449.0, 10506.0, 10463.0, 10516.0, 10477.0, 10451.0, 10492.0, 10456.0, 10503.0, 10468.0, 10516.0, 10488.0, 10467.0, 10520.0, 10486.0, 10492.0, 10514.0, 10478.0, 10540.0, 10507.0, 10527.0, 10514.0, 10478.0, 10540.0, 10488.0, 10539.0, 10495.0, 10499.0, 10508.0, 10467.0, 10525.0, 10484.0, 10532.0, 10491.0, 10466.0, 10504.0, 10464.0, 10518.0, 10474.0, 10444.0, 10506.0, 10468.0, 10501.0, 10492.0, 10467.0, 10516.0, 10468.0, 10526.0, 10502.0, 10475.0, 10515.0, 10455.0, 10538.0, 10481.0, 10514.0, 10510.0, 10457.0, 10522.0, 10487.0, 10543.0, 10497.0, 10452.0, 10524.0, 10471.0, 10521.0, 10479.0, 10469.0, 10519.0, 10482.0, 10520.0, 10482.0, 10455.0, 10521.0, 10470.0, 10518.0, 10499.0, 10466.0, 10492.0, 10465.0, 10526.0, 10486.0, 10537.0, 10498.0, 10473.0, 10507.0, 10473.0, 10515.0, 10494.0, 10511.0, 10511.0, 10468.0, 10539.0, 10506.0, 10490.0, 10524.0, 10472.0, 10471.0, 10528.0, 10469.0, 10538.0, 10493.0, 10509.0, 10481.0, 10502.0, 10495.0, 10470.0, 10496.0, 10470.0, 10500.0, 10459.0, 10458.0, 10502.0, 10454.0, 10469.0, 10511.0, 10488.0, 10490.0, 10503.0, 10474.0, 10519.0, 10515.0, 10501.0, 10469.0, 10483.0, 10531.0, 10462.0, 10524.0, 10460.0, 10500.0, 10449.0, 10458.0, 10457.0, 10464.0, 10501.0, 10465.0, 10522.0, 10484.0, 10482.0, 10492.0, 10472.0, 10525.0, 10473.0, 10510.0, 10504.0, 10484.0, 10529.0, 10496.0, 10528.0, 10484.0, 10484.0, 10493.0, 10481.0, 10523.0, 10468.0, 10521.0, 10482.0, 10519.0, 10477.0, 10474.0, 10472.0, 10457.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.0007317053789731052</td></tr>
<tr><td colspan=3>aqi</td><td>0.017303281234718828</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.43533760551683</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2684325527094806</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012311346128441</td></tr>
<tr><td colspan=3>efc</td><td>0.5175</td></tr>
<tr><td colspan=3>fber</td><td>4084.6689</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0624186593033425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8557457212713936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3200938078628854</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.204950129248074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5264646670371156</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2288666273034656</td></tr>
<tr><td colspan=3>gcor</td><td>0.00404892</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009146722964942455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031934816390275955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1636</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.266269170433114</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>12.6708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.5616</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>251.5861</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.9803</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2426</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.6501</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3986.0058</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.8814</td></tr>
<tr><td colspan=3>tsnr</td><td>43.476015822496265</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>