<?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-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-03/func/sub-0041_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>21875d57f75e4fceba953d1d12568d22</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>16:22:11.772500</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.990412, -0.136784, -0.0193472, 0.138136, 0.982239, 0.126987]</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.0872025</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>[4137, -7777, -7359, 430, -78, -199, -54, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6609adbb-d068-4408-8aba-2c3dfec15b8b||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.65720272064209, 0.37060847878456116, -0.004411215428262949, 94.91455841064453], [0.3669815957546234, 2.6352744102478027, 0.3467937707901001, -116.66493225097656], [-0.05190721154212952, -0.3406972289085388, 2.6776323318481445, -55.568843841552734], [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': ['162211.772500', '162212.232500', '162212.692500', '162213.152500', '162213.612500', '162214.072500', '162214.532500', '162214.992500', '162215.452500', '162215.912500', '162216.372500', '162216.832500', '162217.292500', '162217.752500', '162218.212500', '162218.672500', '162219.132500', '162219.592500', '162220.052500', '162220.512500', '162220.972500', '162221.432500', '162221.892500', '162222.352500', '162222.812500', '162223.272500', '162223.732500', '162224.192500', '162224.652500', '162225.112500', '162225.572500', '162226.032500', '162226.492500', '162226.952500', '162227.412500', '162227.872500', '162228.332500', '162228.792500', '162229.252500', '162229.712500', '162230.172500', '162230.632500', '162231.092500', '162231.552500', '162232.012500', '162232.472500', '162232.932500', '162233.392500', '162233.852500', '162234.312500', '162234.772500', '162235.232500', '162235.692500', '162236.152500', '162236.612500', '162237.072500', '162237.532500', '162237.992500', '162238.452500', '162238.912500', '162239.372500', '162239.832500', '162240.292500', '162240.752500', '162241.212500', '162241.672500', '162242.132500', '162242.592500', '162243.052500', '162243.512500', '162243.972500', '162244.432500', '162244.892500', '162245.352500', '162245.812500', '162246.272500', '162246.732500', '162247.192500', '162247.652500', '162248.112500', '162248.572500', '162249.032500', '162249.492500', '162249.952500', '162250.412500', '162250.872500', '162251.332500', '162251.792500', '162252.252500', '162252.712500', '162253.172500', '162253.632500', '162254.092500', '162254.552500', '162255.012500', '162255.472500', '162255.932500', '162256.392500', '162256.852500', '162257.312500', '162257.772500', '162258.232500', '162258.692500', '162259.152500', '162259.612500', '162300.072500', '162300.532500', '162300.992500', '162301.452500', '162301.912500', '162302.372500', '162302.832500', '162303.292500', '162303.752500', '162304.212500', '162304.672500', '162305.132500', '162305.592500', '162306.052500', '162306.512500', '162306.972500', '162307.432500', '162307.892500', '162308.352500', '162308.812500', '162309.272500', '162309.732500', '162310.192500', '162310.652500', '162311.112500', '162311.572500', '162312.032500', '162312.492500', '162312.952500', '162313.412500', '162313.872500', '162314.332500', '162314.792500', '162315.252500', '162315.712500', '162316.172500', '162316.632500', '162317.092500', '162317.552500', '162318.012500', '162318.472500', '162318.932500', '162319.392500', '162319.852500', '162320.312500', '162320.772500', '162321.232500', '162321.692500', '162322.152500', '162322.612500', '162323.072500', '162323.532500', '162323.992500', '162324.452500', '162324.912500', '162325.372500', '162325.832500', '162326.292500', '162326.752500', '162327.212500', '162327.672500', '162328.132500', '162328.592500', '162329.052500', '162329.512500', '162329.972500', '162330.432500', '162330.892500', '162331.352500', '162331.812500', '162332.272500', '162332.732500', '162333.192500', '162333.652500', '162334.112500', '162334.572500', '162335.032500', '162335.492500', '162335.952500', '162336.412500', '162336.872500', '162337.332500', '162337.792500', '162338.252500', '162338.712500', '162339.172500', '162339.632500', '162340.092500', '162340.552500', '162341.012500', '162341.472500', '162341.932500', '162342.392500', '162342.852500', '162343.312500', '162343.772500', '162344.232500', '162344.692500', '162345.152500', '162345.612500', '162346.072500', '162346.532500', '162346.992500', '162347.452500', '162347.912500', '162348.372500', '162348.832500', '162349.292500', '162349.752500', '162350.212500', '162350.672500', '162351.132500', '162351.592500', '162352.052500', '162352.512500', '162352.972500', '162353.432500', '162353.892500', '162354.352500', '162354.812500', '162355.272500', '162355.732500', '162356.192500', '162356.652500', '162357.112500', '162357.572500', '162358.032500', '162358.492500', '162358.952500', '162359.412500', '162359.872500', '162400.332500', '162400.792500', '162401.252500', '162401.712500', '162402.172500', '162402.632500', '162403.092500', '162403.552500', '162404.012500', '162404.472500', '162404.932500', '162405.392500', '162405.852500', '162406.312500', '162406.772500', '162407.232500', '162407.692500', '162408.152500', '162408.612500', '162409.072500', '162409.532500', '162409.992500', '162410.452500', '162410.912500', '162411.372500', '162411.832500', '162412.292500', '162412.752500', '162413.212500', '162413.672500', '162414.132500', '162414.592500', '162415.052500', '162415.512500', '162415.972500', '162416.432500', '162416.892500', '162417.352500', '162417.812500', '162418.272500', '162418.732500', '162419.192500', '162419.652500', '162420.112500', '162420.572500', '162421.032500', '162421.492500', '162421.952500', '162422.412500', '162422.872500', '162423.332500', '162423.792500', '162424.252500', '162424.712500', '162425.172500', '162425.632500', '162426.092500', '162426.552500', '162427.012500', '162427.472500', '162427.932500', '162428.392500', '162428.852500', '162429.312500', '162429.772500', '162430.232500', '162430.692500', '162431.152500', '162431.612500', '162432.072500', '162432.532500', '162432.992500', '162433.452500', '162433.912500', '162434.372500', '162434.832500', '162435.292500', '162435.752500', '162436.212500', '162436.672500', '162437.132500', '162437.592500', '162438.052500', '162438.512500', '162438.972500', '162439.432500', '162439.892500', '162440.352500', '162440.812500', '162441.272500', '162441.732500', '162442.192500', '162442.652500', '162443.112500', '162443.572500', '162444.032500', '162444.492500', '162444.952500', '162445.412500', '162445.872500', '162446.332500', '162446.792500', '162447.252500', '162447.712500', '162448.172500', '162448.632500', '162449.092500', '162449.552500', '162450.012500', '162450.472500', '162450.932500', '162451.392500', '162451.852500', '162452.312500', '162452.772500', '162453.232500', '162453.692500', '162454.152500', '162454.612500', '162455.072500', '162455.532500', '162455.992500', '162456.452500', '162456.912500', '162457.372500', '162457.832500', '162458.292500', '162458.752500', '162459.212500', '162459.672500', '162500.132500', '162500.592500', '162501.052500', '162501.512500', '162501.972500', '162502.432500', '162502.892500', '162503.352500', '162503.812500', '162504.272500', '162504.732500', '162505.192500', '162505.652500', '162506.112500', '162506.572500', '162507.032500', '162507.492500', '162507.952500', '162508.412500', '162508.872500', '162509.332500', '162509.792500', '162510.252500', '162510.712500', '162511.172500', '162511.632500', '162512.092500', '162512.552500', '162513.012500', '162513.472500', '162513.932500', '162514.392500', '162514.852500', '162515.312500', '162515.772500', '162516.232500', '162516.692500', '162517.152500', '162517.612500', '162518.072500', '162518.532500', '162518.992500', '162519.452500', '162519.912500', '162520.372500', '162520.832500', '162521.292500', '162521.752500', '162522.212500', '162522.672500', '162523.132500', '162523.592500', '162524.052500', '162524.512500', '162524.972500', '162525.432500', '162525.892500', '162526.352500', '162526.812500', '162527.272500', '162527.732500', '162528.192500', '162528.652500', '162529.112500', '162529.572500', '162530.032500', '162530.492500', '162530.952500', '162531.412500', '162531.872500', '162532.332500', '162532.792500', '162533.252500', '162533.712500', '162534.172500', '162534.632500', '162535.092500', '162535.552500', '162536.012500', '162536.472500', '162536.932500', '162537.392500', '162537.852500', '162538.312500', '162538.772500', '162539.232500', '162539.692500', '162540.152500', '162540.612500', '162541.072500', '162541.532500', '162541.992500', '162542.452500', '162542.912500', '162543.372500', '162543.832500', '162544.292500', '162544.752500', '162545.212500', '162545.672500', '162546.132500', '162546.592500', '162547.052500', '162547.512500', '162547.972500', '162548.432500', '162548.892500', '162549.352500', '162549.812500', '162550.272500', '162550.732500', '162551.192500', '162551.652500', '162552.112500', '162552.572500', '162553.032500', '162553.492500', '162553.952500', '162554.412500', '162554.872500', '162555.332500', '162555.792500', '162556.252500', '162556.712500', '162557.172500', '162557.632500', '162558.092500', '162558.552500', '162559.012500', '162559.472500', '162559.932500', '162600.392500', '162600.852500', '162601.312500', '162601.772500', '162602.232500', '162602.692500', '162603.152500', '162603.612500', '162604.072500', '162604.532500', '162604.992500', '162605.452500', '162605.912500', '162606.372500', '162606.832500', '162607.292500', '162607.752500', '162608.212500', '162608.672500', '162609.132500', '162609.592500', '162610.052500', '162610.512500', '162610.972500', '162611.432500', '162611.892500', '162612.352500', '162612.812500', '162613.272500', '162613.732500', '162614.192500', '162614.652500', '162615.112500', '162615.572500', '162616.032500', '162616.492500', '162616.952500', '162617.412500', '162617.872500', '162618.332500', '162618.792500', '162619.252500', '162619.712500', '162620.172500', '162620.632500', '162621.092500', '162621.552500', '162622.012500', '162622.472500', '162622.932500', '162623.392500', '162623.852500', '162624.312500', '162624.772500', '162625.232500', '162625.692500', '162626.152500', '162626.612500', '162627.072500', '162627.532500', '162627.992500', '162628.452500', '162628.912500', '162629.372500', '162629.832500', '162630.292500', '162630.752500', '162631.212500', '162631.672500', '162632.132500', '162632.592500', '162633.052500', '162633.512500', '162633.972500', '162634.432500', '162634.892500', '162635.352500', '162635.812500', '162636.272500', '162636.732500', '162637.192500', '162637.652500', '162638.112500', '162638.572500', '162639.032500', '162639.492500', '162639.952500', '162640.412500', '162640.872500', '162641.332500', '162641.792500', '162642.252500', '162642.712500', '162643.172500', '162643.632500', '162644.092500', '162644.552500', '162645.012500', '162645.472500', '162645.932500', '162646.392500', '162646.852500', '162647.312500', '162647.772500', '162648.232500', '162648.692500', '162649.152500', '162649.612500', '162650.072500', '162650.532500', '162650.992500', '162651.452500', '162651.912500', '162652.372500', '162652.832500', '162653.292500', '162653.752500', '162654.212500', '162654.672500', '162655.132500', '162655.592500', '162656.052500', '162656.512500', '162656.972500', '162657.432500', '162657.892500', '162658.352500', '162658.812500', '162659.272500', '162659.732500', '162700.192500', '162700.652500', '162701.112500', '162701.572500', '162702.032500', '162702.492500', '162702.952500', '162703.412500', '162703.872500', '162704.332500', '162704.792500', '162705.252500', '162705.712500', '162706.172500', '162706.632500', '162707.092500', '162707.552500', '162708.012500', '162708.472500', '162708.932500', '162709.392500', '162709.852500', '162710.312500', '162710.772500', '162711.232500', '162711.692500', '162712.152500', '162712.612500', '162713.072500', '162713.532500', '162713.992500', '162714.452500', '162714.912500', '162715.372500', '162715.832500', '162716.292500', '162716.752500', '162717.212500', '162717.672500', '162718.132500', '162718.592500', '162719.052500', '162719.512500', '162719.972500', '162720.432500', '162720.892500', '162721.352500', '162721.812500', '162722.272500', '162722.732500', '162723.192500', '162723.652500', '162724.112500', '162724.572500', '162725.032500', '162725.492500', '162725.952500', '162726.412500', '162726.872500', '162727.332500', '162727.792500', '162728.252500', '162728.712500', '162729.172500', '162729.632500', '162730.092500', '162730.552500', '162731.012500', '162731.472500', '162731.932500', '162732.392500', '162732.852500', '162733.312500', '162733.772500', '162734.232500', '162734.692500', '162735.152500', '162735.612500', '162736.072500', '162736.532500', '162736.992500', '162737.452500', '162737.912500', '162738.372500', '162738.832500', '162739.292500', '162739.752500', '162740.212500', '162740.672500', '162741.132500', '162741.592500', '162742.052500', '162742.512500', '162742.972500', '162743.432500', '162743.892500', '162744.352500', '162744.812500', '162745.272500', '162745.732500', '162746.192500', '162746.652500', '162747.112500', '162747.572500', '162748.032500', '162748.492500', '162748.952500', '162749.412500', '162749.872500', '162750.332500', '162750.792500', '162751.252500', '162751.712500', '162752.172500', '162752.632500', '162753.092500', '162753.552500', '162754.012500', '162754.472500', '162754.932500', '162755.392500', '162755.852500', '162756.312500', '162756.772500', '162757.232500', '162757.692500', '162758.152500', '162758.612500', '162759.072500', '162759.532500', '162759.992500', '162800.452500', '162800.912500', '162801.372500', '162801.832500', '162802.292500', '162802.752500', '162803.212500', '162803.672500', '162804.132500', '162804.592500', '162805.052500', '162805.512500', '162805.972500', '162806.432500', '162806.892500', '162807.352500', '162807.812500', '162808.272500', '162808.732500', '162809.192500', '162809.652500', '162810.112500', '162810.572500', '162811.032500', '162811.492500', '162811.952500', '162812.412500', '162812.872500', '162813.332500', '162813.792500', '162814.252500', '162814.712500', '162815.172500', '162815.632500', '162816.092500', '162816.552500', '162817.012500', '162817.472500', '162817.932500', '162818.392500', '162818.852500', '162819.312500', '162819.772500', '162820.232500', '162820.692500', '162821.152500', '162821.612500', '162822.072500', '162822.532500', '162822.992500', '162823.452500', '162823.912500', '162824.372500', '162824.832500', '162825.292500', '162825.752500', '162826.212500', '162826.672500', '162827.132500', '162827.592500', '162828.052500', '162828.512500', '162828.972500', '162829.432500', '162829.892500', '162830.352500', '162830.812500', '162831.272500', '162831.732500', '162832.192500', '162832.652500', '162833.112500', '162833.572500', '162834.032500', '162834.492500', '162834.952500', '162835.412500', '162835.872500', '162836.332500', '162836.792500', '162837.252500', '162837.712500', '162838.172500', '162838.632500', '162839.092500', '162839.552500', '162840.012500', '162840.472500', '162840.932500', '162841.392500', '162841.852500', '162842.312500', '162842.772500', '162843.232500', '162843.692500', '162844.152500', '162844.612500', '162845.072500', '162845.532500', '162845.992500', '162846.452500', '162846.912500', '162847.372500', '162847.832500', '162848.292500', '162848.752500', '162849.212500', '162849.672500', '162850.132500', '162850.592500', '162851.052500', '162851.512500', '162851.972500', '162852.432500', '162852.892500', '162853.352500', '162853.812500', '162854.272500', '162854.732500', '162855.192500', '162855.652500', '162856.112500', '162856.572500', '162857.032500', '162857.492500', '162857.952500', '162858.412500', '162858.872500', '162859.332500', '162859.792500', '162900.252500', '162900.712500', '162901.172500', '162901.632500', '162902.092500', '162902.552500', '162903.012500', '162903.472500', '162903.932500', '162904.392500', '162904.852500', '162905.312500', '162905.772500', '162906.232500', '162906.692500', '162907.152500', '162907.612500', '162908.072500', '162908.532500', '162908.992500', '162909.452500', '162909.912500', '162910.372500', '162910.832500', '162911.292500', '162911.752500', '162912.212500', '162912.672500', '162913.132500', '162913.592500', '162914.052500', '162914.512500', '162914.972500', '162915.432500', '162915.892500', '162916.352500', '162916.812500', '162917.272500', '162917.732500', '162918.192500', '162918.652500', '162919.112500', '162919.572500', '162920.032500', '162920.492500', '162920.952500', '162921.412500', '162921.872500', '162922.332500', '162922.792500', '162923.252500', '162923.712500', '162924.172500', '162924.632500', '162925.092500', '162925.552500', '162926.012500', '162926.472500', '162926.932500', '162927.392500', '162927.852500', '162928.312500', '162928.772500', '162929.232500', '162929.692500', '162930.152500', '162930.612500', '162931.072500', '162931.532500', '162931.992500', '162932.452500', '162932.912500', '162933.372500', '162933.832500', '162934.292500', '162934.752500', '162935.212500', '162935.672500', '162936.132500', '162936.592500', '162937.052500', '162937.512500', '162937.972500', '162938.432500', '162938.892500', '162939.352500', '162939.812500', '162940.272500', '162940.732500', '162941.192500', '162941.652500', '162942.112500', '162942.572500', '162943.032500', '162943.492500', '162943.952500', '162944.412500', '162944.872500', '162945.332500', '162945.792500', '162946.252500', '162946.712500', '162947.172500', '162947.632500', '162948.092500', '162948.552500', '162949.012500', '162949.472500', '162949.932500', '162950.392500', '162950.852500', '162951.312500', '162951.772500', '162952.232500', '162952.692500', '162953.152500', '162953.612500', '162954.072500', '162954.532500', '162954.992500', '162955.452500', '162955.912500', '162956.372500', '162956.832500', '162957.292500', '162957.752500', '162958.212500', '162958.672500', '162959.132500', '162959.592500', '163000.052500', '163000.512500', '163000.972500', '163001.432500', '163001.892500', '163002.352500', '163002.812500', '163003.272500', '163003.732500', '163004.192500', '163004.652500', '163005.112500', '163005.572500', '163006.032500', '163006.492500', '163006.952500', '163007.412500', '163007.872500', '163008.332500', '163008.792500', '163009.252500', '163009.712500', '163010.172500', '163010.632500', '163011.092500', '163011.552500', '163012.012500', '163012.472500', '163012.932500', '163013.392500', '163013.852500', '163014.312500', '163014.772500', '163015.232500', '163015.692500', '163016.152500', '163016.612500', '163017.072500', '163017.532500', '163017.992500', '163018.452500', '163018.912500', '163019.372500', '163019.832500', '163020.292500', '163020.752500', '163021.212500', '163021.672500', '163022.132500', '163022.592500', '163023.052500', '163023.512500', '163023.972500', '163024.432500', '163024.892500', '163025.352500', '163025.812500', '163026.272500', '163026.732500', '163027.192500', '163027.652500', '163028.112500', '163028.572500', '163029.032500', '163029.492500', '163029.952500', '163030.412500', '163030.872500', '163031.332500', '163031.792500', '163032.252500', '163032.712500', '163033.172500', '163033.632500', '163034.092500', '163034.552500', '163035.012500', '163035.472500', '163035.932500', '163036.392500', '163036.852500', '163037.312500', '163037.772500', '163038.232500', '163038.692500', '163039.152500', '163039.612500', '163040.072500', '163040.532500', '163040.992500', '163041.452500', '163041.912500', '163042.372500', '163042.832500', '163043.292500', '163043.752500', '163044.212500', '163044.672500', '163045.132500', '163045.592500', '163046.052500', '163046.512500', '163046.972500', '163047.432500', '163047.892500', '163048.352500', '163048.812500', '163049.272500', '163049.732500', '163050.192500', '163050.652500', '163051.112500', '163051.572500', '163052.032500', '163052.492500', '163052.952500', '163053.412500', '163053.872500', '163054.332500', '163054.792500', '163055.252500', '163055.712500', '163056.172500', '163056.632500', '163057.092500', '163057.552500', '163058.012500', '163058.472500', '163058.932500', '163059.392500', '163059.852500', '163100.312500', '163100.772500', '163101.232500', '163101.692500', '163102.152500', '163102.612500', '163103.072500', '163103.532500', '163103.992500', '163104.452500', '163104.912500', '163105.372500', '163105.832500', '163106.292500', '163106.752500', '163107.212500', '163107.672500', '163108.132500', '163108.592500', '163109.052500', '163109.512500', '163109.972500', '163110.432500', '163110.892500', '163111.352500', '163111.812500', '163112.272500', '163112.732500', '163113.192500', '163113.652500', '163114.112500', '163114.572500', '163115.032500', '163115.492500', '163115.952500', '163116.412500', '163116.872500', '163117.332500', '163117.792500', '163118.252500', '163118.712500', '163119.172500', '163119.632500', '163120.092500', '163120.552500', '163121.012500', '163121.472500', '163121.932500', '163122.392500', '163122.852500', '163123.312500', '163123.772500', '163124.232500', '163124.692500', '163125.152500', '163125.612500', '163126.072500', '163126.532500', '163126.992500', '163127.452500', '163127.912500', '163128.372500', '163128.832500', '163129.292500', '163129.752500', '163130.212500', '163130.672500', '163131.132500', '163131.592500', '163132.052500', '163132.512500', '163132.972500', '163133.432500', '163133.892500', '163134.352500', '163134.812500', '163135.272500', '163135.732500', '163136.192500', '163136.652500', '163137.112500', '163137.572500', '163138.032500', '163138.492500', '163138.952500', '163139.412500', '163139.872500', '163140.332500', '163140.792500', '163141.252500', '163141.712500', '163142.172500', '163142.632500', '163143.092500', '163143.552500', '163144.012500', '163144.472500', '163144.932500', '163145.392500', '163145.852500', '163146.312500', '163146.772500', '163147.232500', '163147.692500', '163148.152500', '163148.612500', '163149.072500', '163149.532500', '163149.992500', '163150.452500', '163150.912500', '163151.372500', '163151.832500', '163152.292500', '163152.752500', '163153.212500', '163153.672500', '163154.132500', '163154.592500', '163155.052500', '163155.512500', '163155.972500', '163156.432500', '163156.892500', '163157.352500', '163157.812500', '163158.272500', '163158.732500', '163159.192500', '163159.652500', '163200.112500', '163200.572500', '163201.032500', '163201.492500', '163201.952500', '163202.412500', '163202.872500', '163203.332500', '163203.792500', '163204.252500', '163204.712500', '163205.172500', '163205.632500', '163206.092500', '163206.552500', '163207.012500', '163207.472500', '163207.932500', '163208.392500', '163208.852500', '163209.312500', '163209.772500', '163210.232500', '163210.692500', '163211.152500', '163211.612500', '163212.072500', '163212.532500', '163212.992500', '163213.452500', '163213.912500', '163214.372500', '163214.832500', '163215.292500', '163215.752500', '163216.212500', '163216.672500', '163217.132500', '163217.592500', '163218.052500', '163218.512500', '163218.972500', '163219.432500', '163219.892500', '163220.352500', '163220.812500', '163221.272500', '163221.732500', '163222.192500', '163222.652500', '163223.112500', '163223.572500', '163224.032500', '163224.492500', '163224.952500', '163225.412500', '163225.872500', '163226.332500', '163226.792500', '163227.252500', '163227.712500', '163228.172500', '163228.632500', '163229.092500', '163229.552500', '163230.012500', '163230.472500', '163230.932500', '163231.392500', '163231.852500', '163232.312500', '163232.772500', '163233.232500', '163233.692500', '163234.152500', '163234.612500', '163235.072500', '163235.532500', '163235.992500', '163236.452500', '163236.912500', '163237.372500', '163237.832500', '163238.292500', '163238.752500', '163239.212500', '163239.672500', '163240.132500', '163240.592500', '163241.052500', '163241.512500', '163241.972500', '163242.432500', '163242.892500', '163243.352500', '163243.812500', '163244.272500', '163244.732500', '163245.192500', '163245.652500', '163246.112500', '163246.572500', '163247.032500', '163247.492500', '163247.952500', '163248.412500', '163248.872500', '163249.332500', '163249.792500', '163250.252500', '163250.712500', '163251.172500', '163251.632500', '163252.092500', '163252.552500', '163253.012500', '163253.472500', '163253.932500', '163254.392500', '163254.852500', '163255.312500', '163255.772500', '163256.232500', '163256.692500', '163257.152500', '163257.612500', '163258.072500', '163258.532500', '163258.992500', '163259.452500', '163259.912500', '163300.372500', '163300.832500', '163301.292500', '163301.752500', '163302.212500', '163302.672500', '163303.132500', '163303.592500', '163304.052500', '163304.512500', '163304.972500', '163305.432500', '163305.892500', '163306.352500', '163306.812500', '163307.272500', '163307.732500', '163308.192500', '163308.652500', '163309.112500', '163309.572500', '163310.032500', '163310.492500', '163310.952500', '163311.412500', '163311.872500', '163312.332500', '163312.792500', '163313.252500', '163313.712500', '163314.172500', '163314.632500', '163315.092500', '163315.552500', '163316.012500', '163316.472500', '163316.932500', '163317.392500', '163317.852500', '163318.312500', '163318.772500', '163319.232500', '163319.692500', '163320.152500', '163320.612500', '163321.072500', '163321.532500', '163321.992500', '163322.452500', '163322.912500', '163323.372500', '163323.832500', '163324.292500', '163324.752500', '163325.212500', '163325.672500', '163326.132500', '163326.592500', '163327.052500', '163327.512500', '163327.972500', '163328.432500', '163328.892500', '163329.352500', '163329.812500', '163330.272500', '163330.732500', '163331.192500', '163331.652500', '163332.112500', '163332.572500', '163333.032500', '163333.492500', '163333.952500', '163334.412500', '163334.872500', '163335.332500', '163335.792500', '163336.252500', '163336.712500', '163337.172500', '163337.632500', '163338.092500', '163338.552500', '163339.012500', '163339.472500', '163339.932500', '163340.392500', '163340.852500', '163341.312500', '163341.772500', '163342.232500', '163342.692500', '163343.152500', '163343.612500', '163344.072500', '163344.532500', '163344.992500', '163345.452500', '163345.912500', '163346.372500', '163346.832500', '163347.292500', '163347.752500', '163348.212500', '163348.672500', '163349.132500', '163349.592500', '163350.052500', '163350.512500', '163350.972500', '163351.432500', '163351.892500', '163352.352500', '163352.812500', '163353.272500', '163353.732500', '163354.192500', '163354.652500', '163355.112500', '163355.572500', '163356.032500', '163356.492500', '163356.952500', '163357.412500', '163357.872500', '163358.332500', '163358.792500', '163359.252500', '163359.712500', '163400.172500', '163400.632500', '163401.092500', '163401.552500', '163402.012500', '163402.472500', '163402.932500', '163403.392500', '163403.852500', '163404.312500', '163404.772500', '163405.232500', '163405.692500', '163406.152500', '163406.612500', '163407.072500', '163407.532500', '163407.992500', '163408.452500', '163408.912500', '163409.372500', '163409.832500', '163410.292500', '163410.752500', '163411.212500', '163411.672500', '163412.132500', '163412.592500', '163413.052500', '163413.512500', '163413.972500', '163414.432500', '163414.892500', '163415.352500', '163415.812500', '163416.272500', '163416.732500', '163417.192500', '163417.652500', '163418.112500', '163418.572500', '163419.032500', '163419.492500', '163419.952500', '163420.412500', '163420.872500', '163421.332500', '163421.792500', '163422.252500', '163422.712500', '163423.172500', '163423.632500', '163424.092500', '163424.552500', '163425.012500', '163425.472500', '163425.932500', '163426.392500', '163426.852500', '163427.312500', '163427.772500', '163428.232500', '163428.692500', '163429.152500', '163429.612500', '163430.072500', '163430.532500', '163430.992500', '163431.452500', '163431.912500', '163432.372500', '163432.832500', '163433.292500', '163433.752500', '163434.212500', '163434.672500', '163435.132500', '163435.592500', '163436.052500', '163436.512500', '163436.972500', '163437.432500', '163437.892500', '163438.352500', '163438.812500', '163439.272500', '163439.732500', '163440.192500', '163440.652500', '163441.112500', '163441.572500', '163442.032500', '163442.492500', '163442.952500', '163443.412500', '163443.872500', '163444.332500', '163444.792500', '163445.252500', '163445.712500'], 'ContentTime': ['162240.484000', '162240.487000', '162240.490000', '162240.493000', '162240.496000', '162240.499000', '162240.501000', '162240.504000', '162240.507000', '162240.510000', '162240.518000', '162240.521000', '162240.524000', '162240.527000', '162240.529000', '162240.532000', '162240.535000', '162240.538000', '162240.541000', '162240.543000', '162240.546000', '162240.549000', '162240.552000', '162240.555000', '162240.557000', '162240.560000', '162240.563000', '162240.566000', '162240.569000', '162240.572000', '162240.575000', '162240.577000', '162240.580000', '162240.583000', '162240.586000', '162240.589000', '162240.591000', '162240.594000', '162240.597000', '162240.600000', '162240.602000', '162240.609000', '162240.612000', '162240.614000', '162240.617000', '162240.620000', '162240.623000', '162240.626000', '162240.628000', '162240.631000', '162240.634000', '162240.637000', '162240.640000', '162240.642000', '162240.645000', '162240.648000', '162240.651000', '162240.654000', '162240.656000', '162240.659000', '162240.662000', '162300.446000', '162300.449000', '162300.452000', '162300.455000', '162300.457000', '162300.460000', '162300.463000', '162300.466000', '162300.468000', '162300.471000', '162300.474000', '162300.477000', '162300.480000', '162300.483000', '162300.485000', '162300.488000', '162300.491000', '162300.494000', '162300.496000', '162300.499000', '162300.502000', '162300.505000', '162300.508000', '162300.511000', '162300.513000', '162300.516000', '162300.519000', '162300.522000', '162300.525000', '162300.527000', '162300.530000', '162300.533000', '162300.536000', '162300.539000', '162300.541000', '162300.544000', '162300.547000', '162300.550000', '162300.552000', '162300.555000', '162300.558000', '162300.561000', '162300.564000', '162320.446000', '162320.463000', '162320.466000', '162320.468000', '162320.471000', '162320.474000', '162320.477000', '162320.480000', '162320.483000', '162320.485000', '162320.488000', '162320.491000', '162320.494000', '162320.497000', '162320.499000', '162320.502000', '162320.505000', '162320.508000', '162320.511000', '162320.514000', '162320.516000', '162320.519000', '162320.522000', '162320.525000', '162320.528000', '162320.531000', '162320.533000', '162320.536000', '162320.539000', '162320.542000', '162320.545000', '162320.547000', '162320.550000', '162320.553000', '162320.556000', '162320.559000', '162320.561000', '162320.564000', '162320.567000', '162320.570000', '162320.573000', '162320.576000', '162320.578000', '162340.447000', '162340.450000', '162340.453000', '162340.455000', '162340.458000', '162340.461000', '162340.464000', '162340.467000', '162340.483000', '162340.486000', '162340.488000', '162340.491000', '162340.494000', '162340.497000', '162340.500000', '162340.502000', '162340.505000', '162340.508000', '162340.511000', '162340.514000', '162340.517000', '162340.519000', '162340.522000', '162340.525000', '162340.528000', '162340.531000', '162340.533000', '162340.536000', '162340.539000', '162340.542000', '162340.545000', '162340.547000', '162340.550000', '162340.553000', '162340.556000', '162340.559000', '162340.561000', '162340.564000', '162340.567000', '162340.570000', '162340.573000', '162340.575000', '162340.578000', '162340.581000', '162400.447000', '162400.450000', '162400.453000', '162400.456000', '162400.459000', '162400.463000', '162400.466000', '162400.469000', '162400.472000', '162400.474000', '162400.477000', '162400.480000', '162400.483000', '162400.486000', '162400.489000', '162400.491000', '162400.494000', '162400.497000', '162400.500000', '162400.503000', '162400.506000', '162400.509000', '162400.511000', '162400.514000', '162400.517000', '162400.520000', '162400.523000', '162400.526000', '162400.528000', '162400.531000', '162400.534000', '162400.537000', '162400.540000', '162400.542000', '162400.545000', '162400.548000', '162400.551000', '162400.554000', '162400.557000', '162400.559000', '162400.562000', '162400.565000', '162400.568000', '162420.447000', '162420.450000', '162420.453000', '162420.456000', '162420.458000', '162420.461000', '162420.464000', '162420.467000', '162420.470000', '162420.473000', '162420.475000', '162420.478000', '162420.481000', '162420.484000', '162420.487000', '162420.489000', '162420.492000', '162420.495000', '162420.498000', '162420.501000', '162420.503000', '162420.506000', '162420.509000', '162420.512000', '162420.515000', '162420.518000', '162420.520000', '162420.523000', '162420.526000', '162420.529000', '162420.532000', '162420.534000', '162420.537000', '162420.540000', '162420.543000', '162420.546000', '162420.549000', '162420.552000', '162420.554000', '162420.557000', '162420.560000', '162420.563000', '162420.565000', '162420.568000', '162440.446000', '162440.449000', '162440.452000', '162440.455000', '162440.458000', '162440.461000', '162440.464000', '162440.467000', '162440.470000', '162440.473000', '162440.476000', '162440.478000', '162440.481000', '162440.484000', '162440.487000', '162440.490000', '162440.493000', '162440.496000', '162440.498000', '162440.501000', '162440.504000', '162440.507000', '162440.510000', '162440.513000', '162440.515000', '162440.518000', '162440.521000', '162440.524000', '162440.527000', '162440.530000', '162440.532000', '162440.535000', '162440.538000', '162440.541000', '162440.544000', '162440.547000', '162440.550000', '162440.552000', '162440.555000', '162440.558000', '162440.561000', '162440.564000', '162440.566000', '162500.446000', '162500.449000', '162500.452000', '162500.454000', '162500.457000', '162500.460000', '162500.463000', '162500.466000', '162500.469000', '162500.472000', '162500.474000', '162500.477000', '162500.480000', '162500.483000', '162500.486000', '162500.488000', '162500.491000', '162500.494000', '162500.497000', '162500.500000', '162500.503000', '162500.506000', '162500.508000', '162500.511000', '162500.514000', '162500.517000', '162500.520000', '162500.522000', '162500.525000', '162500.528000', '162500.531000', '162500.534000', '162500.537000', '162500.539000', '162500.542000', '162500.545000', '162500.548000', '162500.550000', '162500.553000', '162500.556000', '162500.559000', '162500.562000', '162500.565000', '162500.567000', '162520.446000', '162520.449000', '162520.452000', '162520.471000', '162520.474000', '162520.476000', '162520.479000', '162520.482000', '162520.485000', '162520.488000', '162520.491000', '162520.494000', '162520.497000', '162520.500000', '162520.503000', '162520.505000', '162520.508000', '162520.511000', '162520.514000', '162520.517000', '162520.519000', '162520.522000', '162520.525000', '162520.528000', '162520.531000', '162520.534000', '162520.536000', '162520.539000', '162520.542000', '162520.545000', '162520.548000', '162520.551000', '162520.554000', '162520.557000', '162520.560000', '162520.562000', '162520.565000', '162520.568000', '162520.571000', '162520.574000', '162520.576000', '162520.579000', '162520.582000', '162540.446000', '162540.449000', '162540.452000', '162540.455000', '162540.457000', '162540.460000', '162540.463000', '162540.466000', '162540.469000', '162540.472000', '162540.474000', '162540.477000', '162540.480000', '162540.483000', '162540.486000', '162540.488000', '162540.491000', '162540.494000', '162540.497000', '162540.500000', '162540.503000', '162540.505000', '162540.508000', '162540.511000', '162540.514000', '162540.517000', '162540.519000', '162540.522000', '162540.525000', '162540.528000', '162540.538000', '162540.541000', '162540.544000', '162540.546000', '162540.549000', '162540.552000', '162540.555000', '162540.558000', '162540.560000', '162540.563000', '162540.566000', '162540.569000', '162540.572000', '162540.575000', '162600.447000', '162600.450000', '162600.453000', '162600.456000', '162600.458000', '162600.461000', '162600.464000', '162600.467000', '162600.470000', '162600.473000', '162600.475000', '162600.478000', '162600.481000', '162600.484000', '162600.487000', '162600.490000', '162600.492000', '162600.495000', '162600.500000', '162600.505000', '162600.508000', '162600.510000', '162600.513000', '162600.516000', '162600.519000', '162600.522000', '162600.525000', '162600.528000', '162600.530000', '162600.533000', '162600.536000', '162600.539000', '162600.542000', '162600.545000', '162600.547000', '162600.550000', '162600.553000', '162600.556000', '162600.558000', '162600.561000', '162600.564000', '162600.567000', '162600.570000', '162620.447000', '162620.450000', '162620.453000', '162620.456000', '162620.458000', '162620.461000', '162620.464000', '162620.467000', '162620.470000', '162620.473000', '162620.475000', '162620.478000', '162620.481000', '162620.484000', '162620.487000', '162620.489000', '162620.492000', '162620.495000', '162620.498000', '162620.501000', '162620.504000', '162620.506000', '162620.509000', '162620.512000', '162620.515000', '162620.518000', '162620.521000', '162620.523000', '162620.526000', '162620.529000', '162620.532000', '162620.535000', '162620.538000', '162620.540000', '162620.543000', '162620.546000', '162620.549000', '162620.552000', '162620.554000', '162620.557000', '162620.560000', '162620.563000', '162620.566000', '162620.569000', '162640.447000', '162640.450000', '162640.453000', '162640.455000', '162640.458000', '162640.462000', '162640.465000', '162640.468000', '162640.471000', '162640.474000', '162640.476000', '162640.479000', '162640.482000', '162640.485000', '162640.488000', '162640.491000', '162640.493000', '162640.496000', '162640.499000', '162640.502000', '162640.505000', '162640.507000', '162640.510000', '162640.513000', '162640.516000', '162640.519000', '162640.522000', '162640.525000', '162640.537000', '162640.540000', '162640.543000', '162640.546000', '162640.549000', '162640.552000', '162640.554000', '162640.557000', '162640.560000', '162640.563000', '162640.566000', '162640.568000', '162640.571000', '162640.574000', '162640.577000', '162700.446000', '162700.449000', '162700.452000', '162700.455000', '162700.458000', '162700.460000', '162700.463000', '162700.466000', '162700.469000', '162700.471000', '162700.474000', '162700.477000', '162700.480000', '162700.483000', '162700.486000', '162700.488000', '162700.491000', '162700.494000', '162700.497000', '162700.500000', '162700.502000', '162700.505000', '162700.508000', '162700.511000', '162700.514000', '162700.516000', '162700.519000', '162700.522000', '162700.525000', '162700.528000', '162700.531000', '162700.533000', '162700.536000', '162700.539000', '162700.542000', '162700.545000', '162700.547000', '162700.550000', '162700.553000', '162700.556000', '162700.559000', '162700.562000', '162700.564000', '162700.567000', '162720.446000', '162720.449000', '162720.452000', '162720.455000', '162720.457000', '162720.460000', '162720.463000', '162720.466000', '162720.469000', '162720.472000', '162720.474000', '162720.477000', '162720.480000', '162720.483000', '162720.486000', '162720.489000', '162720.492000', '162720.494000', '162720.497000', '162720.500000', '162720.503000', '162720.506000', '162720.508000', '162720.511000', '162720.514000', '162720.517000', '162720.520000', '162720.523000', '162720.526000', '162720.528000', '162720.531000', '162720.534000', '162720.537000', '162720.540000', '162720.543000', '162720.545000', '162720.548000', '162720.551000', '162720.554000', '162720.557000', '162720.560000', '162720.563000', '162720.566000', '162740.446000', '162740.449000', '162740.452000', '162740.455000', '162740.457000', '162740.460000', '162740.470000', '162740.473000', '162740.476000', '162740.479000', '162740.482000', '162740.484000', '162740.487000', '162740.490000', '162740.493000', '162740.496000', '162740.499000', '162740.501000', '162740.504000', '162740.507000', '162740.510000', '162740.513000', '162740.516000', '162740.519000', '162740.521000', '162740.524000', '162740.527000', '162740.530000', '162740.533000', '162740.536000', '162740.538000', '162740.541000', '162740.544000', '162740.547000', '162740.550000', '162740.552000', '162740.555000', '162740.558000', '162740.561000', '162740.564000', '162740.567000', '162740.569000', '162740.572000', '162740.575000', '162800.446000', '162800.449000', '162800.452000', '162800.455000', '162800.457000', '162800.460000', '162800.463000', '162800.466000', '162800.469000', '162800.472000', '162800.474000', '162800.477000', '162800.480000', '162800.483000', '162800.486000', '162800.489000', '162800.491000', '162800.494000', '162800.497000', '162800.501000', '162800.504000', '162800.507000', '162800.510000', '162800.512000', '162800.516000', '162800.518000', '162800.521000', '162800.526000', '162800.529000', '162800.531000', '162800.534000', '162800.537000', '162800.540000', '162800.543000', '162800.545000', '162800.548000', '162800.551000', '162800.554000', '162800.557000', '162800.560000', '162800.563000', '162800.568000', '162800.572000', '162820.447000', '162820.451000', '162820.454000', '162820.457000', '162820.460000', '162820.463000', '162820.467000', '162820.470000', '162820.473000', '162820.476000', '162820.479000', '162820.482000', '162820.485000', '162820.488000', '162820.491000', '162820.493000', '162820.496000', '162820.499000', '162820.502000', '162820.505000', '162820.508000', '162820.510000', '162820.513000', '162820.516000', '162820.519000', '162820.522000', '162820.525000', '162820.527000', '162820.530000', '162820.533000', '162820.536000', '162820.539000', '162820.542000', '162820.544000', '162820.547000', '162820.550000', '162820.553000', '162820.556000', '162820.559000', '162820.561000', '162820.564000', '162820.567000', '162820.570000', '162820.573000', '162840.447000', '162840.450000', '162840.453000', '162840.456000', '162840.459000', '162840.461000', '162840.464000', '162840.467000', '162840.470000', '162840.473000', '162840.475000', '162840.478000', '162840.481000', '162840.484000', '162840.487000', '162840.489000', '162840.492000', '162840.495000', '162840.498000', '162840.501000', '162840.504000', '162840.506000', '162840.509000', '162840.512000', '162840.515000', '162840.518000', '162840.521000', '162840.523000', '162840.526000', '162840.529000', '162840.532000', '162840.535000', '162840.538000', '162840.540000', '162840.543000', '162840.546000', '162840.549000', '162840.552000', '162840.554000', '162840.557000', '162840.560000', '162840.563000', '162840.566000', '162900.447000', '162900.450000', '162900.453000', '162900.456000', '162900.458000', '162900.461000', '162900.464000', '162900.467000', '162900.470000', '162900.473000', '162900.475000', '162900.478000', '162900.481000', '162900.484000', '162900.487000', '162900.490000', '162900.492000', '162900.495000', '162900.498000', '162900.501000', '162900.504000', '162900.506000', '162900.509000', '162900.512000', '162900.515000', '162900.518000', '162900.521000', '162900.524000', '162900.526000', '162900.529000', '162900.532000', '162900.535000', '162900.538000', '162900.541000', '162900.543000', '162900.546000', '162900.549000', '162900.552000', '162900.555000', '162900.557000', '162900.560000', '162900.563000', '162900.566000', '162900.569000', '162920.446000', '162920.449000', '162920.452000', '162920.455000', '162920.457000', '162920.460000', '162920.463000', '162920.466000', '162920.469000', '162920.471000', '162920.474000', '162920.477000', '162920.480000', '162920.483000', '162920.486000', '162920.488000', '162920.491000', '162920.494000', '162920.497000', '162920.500000', '162920.502000', '162920.505000', '162920.508000', '162920.511000', '162920.514000', '162920.517000', '162920.519000', '162920.522000', '162920.525000', '162920.528000', '162920.531000', '162920.534000', '162920.537000', '162920.541000', '162920.543000', '162920.546000', '162920.549000', '162920.552000', '162920.555000', '162920.558000', '162920.560000', '162920.563000', '162920.566000', '162940.446000', '162940.449000', '162940.452000', '162940.455000', '162940.457000', '162940.460000', '162940.463000', '162940.466000', '162940.469000', '162940.472000', '162940.474000', '162940.477000', '162940.480000', '162940.483000', '162940.486000', '162940.488000', '162940.491000', '162940.494000', '162940.497000', '162940.500000', '162940.503000', '162940.506000', '162940.509000', '162940.512000', '162940.514000', '162940.517000', '162940.520000', '162940.523000', '162940.526000', '162940.529000', '162940.531000', '162940.534000', '162940.537000', '162940.540000', '162940.543000', '162940.546000', '162940.548000', '162940.551000', '162940.554000', '162940.557000', '162940.560000', '162940.563000', '162940.565000', '162940.568000', '163000.446000', '163000.449000', '163000.452000', '163000.455000', '163000.458000', '163000.460000', '163000.463000', '163000.466000', '163000.469000', '163000.472000', '163000.475000', '163000.477000', '163000.480000', '163000.483000', '163000.486000', '163000.489000', '163000.491000', '163000.494000', '163000.497000', '163000.500000', '163000.503000', '163000.505000', '163000.508000', '163000.511000', '163000.514000', '163000.517000', '163000.520000', '163000.522000', '163000.525000', '163000.528000', '163000.531000', '163000.534000', '163000.536000', '163000.539000', '163000.542000', '163000.545000', '163000.548000', '163000.551000', '163000.554000', '163000.556000', '163000.559000', '163000.562000', '163000.565000', '163020.446000', '163020.449000', '163020.452000', '163020.455000', '163020.458000', '163020.460000', '163020.463000', '163020.466000', '163020.469000', '163020.472000', '163020.474000', '163020.477000', '163020.480000', '163020.483000', '163020.486000', '163020.489000', '163020.492000', '163020.495000', '163020.498000', '163020.500000', '163020.503000', '163020.506000', '163020.509000', '163020.512000', '163020.515000', '163020.517000', '163020.520000', '163020.523000', '163020.526000', '163020.529000', '163020.532000', '163020.534000', '163020.537000', '163020.540000', '163020.543000', '163020.546000', '163020.549000', '163020.552000', '163020.554000', '163020.557000', '163020.560000', '163020.563000', '163020.566000', '163020.569000', '163040.447000', '163040.450000', '163040.453000', '163040.456000', '163040.459000', '163040.461000', '163040.464000', '163040.467000', '163040.470000', '163040.473000', '163040.476000', '163040.478000', '163040.481000', '163040.484000', '163040.487000', '163040.490000', '163040.493000', '163040.495000', '163040.498000', '163040.501000', '163040.504000', '163040.507000', '163040.510000', '163040.512000', '163040.515000', '163040.518000', '163040.521000', '163040.524000', '163040.527000', '163040.529000', '163040.532000', '163040.535000', '163040.538000', '163040.541000', '163040.544000', '163040.546000', '163040.549000', '163040.552000', '163040.555000', '163040.558000', '163040.560000', '163040.563000', '163040.566000', '163100.447000', '163100.450000', '163100.453000', '163100.456000', '163100.458000', '163100.461000', '163100.464000', '163100.467000', '163100.470000', '163100.473000', '163100.475000', '163100.478000', '163100.481000', '163100.484000', '163100.486000', '163100.489000', '163100.492000', '163100.495000', '163100.498000', '163100.501000', '163100.504000', '163100.506000', '163100.509000', '163100.512000', '163100.515000', '163100.518000', '163100.521000', '163100.523000', '163100.526000', '163100.529000', '163100.532000', '163100.535000', '163100.538000', '163100.541000', '163100.544000', '163100.546000', '163100.549000', '163100.552000', '163100.555000', '163100.558000', '163100.560000', '163100.563000', '163100.566000', '163100.569000', '163120.447000', '163120.450000', '163120.453000', '163120.456000', '163120.459000', '163120.462000', '163120.464000', '163120.467000', '163120.470000', '163120.473000', '163120.476000', '163120.478000', '163120.481000', '163120.484000', '163120.487000', '163120.490000', '163120.493000', '163120.496000', '163120.498000', '163120.501000', '163120.504000', '163120.507000', '163120.510000', '163120.512000', '163120.515000', '163120.518000', '163120.521000', '163120.524000', '163120.527000', '163120.530000', '163120.533000', '163120.535000', '163120.538000', '163120.541000', '163120.544000', '163120.547000', '163120.549000', '163120.552000', '163120.555000', '163120.558000', '163120.561000', '163120.564000', '163120.566000', '163140.447000', '163140.450000', '163140.453000', '163140.456000', '163140.459000', '163140.462000', '163140.464000', '163140.467000', '163140.470000', '163140.473000', '163140.476000', '163140.479000', '163140.481000', '163140.484000', '163140.487000', '163140.490000', '163140.493000', '163140.496000', '163140.498000', '163140.501000', '163140.504000', '163140.507000', '163140.510000', '163140.512000', '163140.515000', '163140.518000', '163140.521000', '163140.524000', '163140.526000', '163140.529000', '163140.532000', '163140.535000', '163140.538000', '163140.540000', '163140.543000', '163140.546000', '163140.549000', '163140.552000', '163140.555000', '163140.557000', '163140.560000', '163140.563000', '163140.566000', '163200.446000', '163200.449000', '163200.452000', '163200.455000', '163200.457000', '163200.460000', '163200.463000', '163200.466000', '163200.469000', '163200.471000', '163200.474000', '163200.477000', '163200.480000', '163200.483000', '163200.486000', '163200.489000', '163200.491000', '163200.494000', '163200.497000', '163200.500000', '163200.503000', '163200.505000', '163200.508000', '163200.511000', '163200.514000', '163200.517000', '163200.520000', '163200.522000', '163200.525000', '163200.528000', '163200.531000', '163200.534000', '163200.537000', '163200.539000', '163200.542000', '163200.545000', '163200.548000', '163200.551000', '163200.553000', '163200.556000', '163200.559000', '163200.562000', '163200.565000', '163200.580000', '163220.446000', '163220.449000', '163220.452000', '163220.455000', '163220.458000', '163220.461000', '163220.464000', '163220.467000', '163220.469000', '163220.472000', '163220.475000', '163220.478000', '163220.481000', '163220.484000', '163220.486000', '163220.489000', '163220.492000', '163220.495000', '163220.498000', '163220.501000', '163220.504000', '163220.506000', '163220.509000', '163220.512000', '163220.515000', '163220.518000', '163220.520000', '163220.523000', '163220.526000', '163220.529000', '163220.532000', '163220.535000', '163220.537000', '163220.540000', '163220.543000', '163220.546000', '163220.549000', '163220.551000', '163220.554000', '163220.557000', '163220.560000', '163220.562000', '163220.565000', '163240.446000', '163240.449000', '163240.452000', '163240.455000', '163240.458000', '163240.460000', '163240.463000', '163240.466000', '163240.469000', '163240.472000', '163240.475000', '163240.477000', '163240.480000', '163240.483000', '163240.486000', '163240.489000', '163240.492000', '163240.495000', '163240.498000', '163240.500000', '163240.503000', '163240.506000', '163240.509000', '163240.512000', '163240.514000', '163240.517000', '163240.520000', '163240.523000', '163240.526000', '163240.529000', '163240.532000', '163240.535000', '163240.537000', '163240.540000', '163240.543000', '163240.546000', '163240.549000', '163240.552000', '163240.554000', '163240.557000', '163240.560000', '163240.564000', '163240.566000', '163240.569000', '163300.447000', '163300.450000', '163300.453000', '163300.456000', '163300.459000', '163300.461000', '163300.464000', '163300.467000', '163300.472000', '163300.477000', '163300.479000', '163300.482000', '163300.485000', '163300.488000', '163300.491000', '163300.494000', '163300.497000', '163300.499000', '163300.502000', '163300.505000', '163300.508000', '163300.511000', '163300.513000', '163300.516000', '163300.519000', '163300.522000', '163300.525000', '163300.528000', '163300.531000', '163300.533000', '163300.536000', '163300.539000', '163300.542000', '163300.545000', '163300.548000', '163300.550000', '163300.553000', '163300.556000', '163300.559000', '163300.562000', '163300.565000', '163300.567000', '163300.570000', '163320.449000', '163320.452000', '163320.455000', '163320.457000', '163320.460000', '163320.463000', '163320.466000', '163320.469000', '163320.478000', '163320.481000', '163320.484000', '163320.489000', '163320.493000', '163320.495000', '163320.498000', '163320.501000', '163320.504000', '163320.507000', '163320.510000', '163320.512000', '163320.515000', '163320.518000', '163320.521000', '163320.524000', '163320.527000', '163320.542000', '163320.545000', '163320.548000', '163320.551000', '163320.554000', '163320.557000', '163320.559000', '163320.562000', '163320.565000', '163320.568000', '163320.571000', '163320.574000', '163320.576000', '163320.579000', '163320.582000', '163320.585000', '163320.588000', '163320.591000', '163320.593000', '163340.447000', '163340.450000', '163340.453000', '163340.456000', '163340.458000', '163340.461000', '163340.464000', '163340.467000', '163340.470000', '163340.473000', '163340.475000', '163340.478000', '163340.481000', '163340.484000', '163340.487000', '163340.489000', '163340.492000', '163340.495000', '163340.500000', '163340.504000', '163340.507000', '163340.510000', '163340.513000', '163340.515000', '163340.518000', '163340.521000', '163340.524000', '163340.527000', '163340.530000', '163340.532000', '163340.535000', '163340.538000', '163340.541000', '163340.544000', '163340.546000', '163340.549000', '163340.552000', '163340.555000', '163340.558000', '163340.560000', '163340.563000', '163340.566000', '163340.569000', '163400.446000', '163400.449000', '163400.452000', '163400.455000', '163400.458000', '163400.461000', '163400.463000', '163400.466000', '163400.469000', '163400.472000', '163400.475000', '163400.478000', '163400.480000', '163400.483000', '163400.486000', '163400.489000', '163400.492000', '163400.494000', '163400.497000', '163400.500000', '163400.503000', '163400.506000', '163400.509000', '163400.511000', '163400.514000', '163400.517000', '163400.520000', '163400.523000', '163400.526000', '163400.529000', '163400.531000', '163400.534000', '163400.537000', '163400.540000', '163400.543000', '163400.546000', '163400.548000', '163400.551000', '163400.554000', '163400.557000', '163400.560000', '163400.563000', '163400.565000', '163400.568000', '163420.446000', '163420.450000', '163420.453000', '163420.456000', '163420.459000', '163420.462000', '163420.465000', '163420.468000', '163420.471000', '163420.473000', '163420.476000', '163420.479000', '163420.482000', '163420.485000', '163420.488000', '163420.490000', '163420.493000', '163420.496000', '163420.499000', '163420.502000', '163420.505000', '163420.509000', '163420.512000', '163420.515000', '163420.518000', '163420.521000', '163420.523000', '163420.526000', '163420.529000', '163420.532000', '163420.535000', '163420.537000', '163420.540000', '163420.543000', '163420.546000', '163420.549000', '163420.552000', '163420.554000', '163420.557000', '163420.560000', '163420.563000', '163420.566000', '163420.569000', '163440.446000', '163440.449000', '163440.452000', '163440.455000', '163440.458000', '163440.460000', '163440.463000', '163440.466000', '163440.469000', '163440.472000', '163440.475000', '163440.477000', '163440.480000', '163440.483000', '163440.486000', '163440.489000', '163440.492000', '163440.494000', '163440.497000', '163440.500000', '163440.503000', '163440.506000', '163440.508000', '163440.511000', '163440.514000', '163440.517000', '163440.520000', '163440.523000', '163440.526000', '163440.528000', '163440.531000', '163440.534000', '163440.537000', '163440.540000', '163440.543000', '163440.545000', '163440.548000', '163440.551000', '163440.554000', '163440.557000', '163440.560000', '163440.562000', '163440.565000', '163440.568000', '163446.794000', '163446.798000', '163446.801000', '163446.804000', '163446.807000', '163446.810000', '163446.813000', '163446.817000', '163446.820000', '163446.822000', '163446.825000', '163446.828000', '163446.831000', '163446.834000'], 'InstanceCreationTime': ['162240.484000', '162240.487000', '162240.490000', '162240.493000', '162240.496000', '162240.499000', '162240.501000', '162240.504000', '162240.507000', '162240.510000', '162240.518000', '162240.521000', '162240.524000', '162240.527000', '162240.529000', '162240.532000', '162240.535000', '162240.538000', '162240.541000', '162240.543000', '162240.546000', '162240.549000', '162240.552000', '162240.555000', '162240.557000', '162240.560000', '162240.563000', '162240.566000', '162240.569000', '162240.572000', '162240.575000', '162240.577000', '162240.580000', '162240.583000', '162240.586000', '162240.589000', '162240.591000', '162240.594000', '162240.597000', '162240.600000', '162240.602000', '162240.609000', '162240.612000', '162240.614000', '162240.617000', '162240.620000', '162240.623000', '162240.626000', '162240.628000', '162240.631000', '162240.634000', '162240.637000', '162240.640000', '162240.642000', '162240.645000', '162240.648000', '162240.651000', '162240.654000', '162240.656000', '162240.659000', '162240.662000', '162300.446000', '162300.449000', '162300.452000', '162300.455000', '162300.457000', '162300.460000', '162300.463000', '162300.466000', '162300.468000', '162300.471000', '162300.474000', '162300.477000', '162300.480000', '162300.483000', '162300.485000', '162300.488000', '162300.491000', '162300.494000', '162300.496000', '162300.499000', '162300.502000', '162300.505000', '162300.508000', '162300.511000', '162300.513000', '162300.516000', '162300.519000', '162300.522000', '162300.525000', '162300.527000', '162300.530000', '162300.533000', '162300.536000', '162300.539000', '162300.541000', '162300.544000', '162300.547000', '162300.550000', '162300.552000', '162300.555000', '162300.558000', '162300.561000', '162300.564000', '162320.446000', '162320.463000', '162320.466000', '162320.468000', '162320.471000', '162320.474000', '162320.477000', '162320.480000', '162320.483000', '162320.485000', '162320.488000', '162320.491000', '162320.494000', '162320.497000', '162320.499000', '162320.502000', '162320.505000', '162320.508000', '162320.511000', '162320.514000', '162320.516000', '162320.519000', '162320.522000', '162320.525000', '162320.528000', '162320.531000', '162320.533000', '162320.536000', '162320.539000', '162320.542000', '162320.545000', '162320.547000', '162320.550000', '162320.553000', '162320.556000', '162320.559000', '162320.561000', '162320.564000', '162320.567000', '162320.570000', '162320.573000', '162320.576000', '162320.578000', '162340.447000', '162340.450000', '162340.453000', '162340.455000', '162340.458000', '162340.461000', '162340.464000', '162340.467000', '162340.483000', '162340.486000', '162340.488000', '162340.491000', '162340.494000', '162340.497000', '162340.500000', '162340.502000', '162340.505000', '162340.508000', '162340.511000', '162340.514000', '162340.517000', '162340.519000', '162340.522000', '162340.525000', '162340.528000', '162340.531000', '162340.533000', '162340.536000', '162340.539000', '162340.542000', '162340.545000', '162340.547000', '162340.550000', '162340.553000', '162340.556000', '162340.559000', '162340.561000', '162340.564000', '162340.567000', '162340.570000', '162340.573000', '162340.575000', '162340.578000', '162340.581000', '162400.447000', '162400.450000', '162400.453000', '162400.456000', '162400.459000', '162400.463000', '162400.466000', '162400.469000', '162400.472000', '162400.474000', '162400.477000', '162400.480000', '162400.483000', '162400.486000', '162400.489000', '162400.491000', '162400.494000', '162400.497000', '162400.500000', '162400.503000', '162400.506000', '162400.509000', '162400.511000', '162400.514000', '162400.517000', '162400.520000', '162400.523000', '162400.526000', '162400.528000', '162400.531000', '162400.534000', '162400.537000', '162400.540000', '162400.542000', '162400.545000', '162400.548000', '162400.551000', '162400.554000', '162400.557000', '162400.559000', '162400.562000', '162400.565000', '162400.568000', '162420.447000', '162420.450000', '162420.453000', '162420.456000', '162420.458000', '162420.461000', '162420.464000', '162420.467000', '162420.470000', '162420.473000', '162420.475000', '162420.478000', '162420.481000', '162420.484000', '162420.487000', '162420.489000', '162420.492000', '162420.495000', '162420.498000', '162420.501000', '162420.503000', '162420.506000', '162420.509000', '162420.512000', '162420.515000', '162420.518000', '162420.520000', '162420.523000', '162420.526000', '162420.529000', '162420.532000', '162420.534000', '162420.537000', '162420.540000', '162420.543000', '162420.546000', '162420.549000', '162420.552000', '162420.554000', '162420.557000', '162420.560000', '162420.563000', '162420.565000', '162420.568000', '162440.446000', '162440.449000', '162440.452000', '162440.455000', '162440.458000', '162440.461000', '162440.464000', '162440.467000', '162440.470000', '162440.473000', '162440.476000', '162440.478000', '162440.481000', '162440.484000', '162440.487000', '162440.490000', '162440.493000', '162440.496000', '162440.498000', '162440.501000', '162440.504000', '162440.507000', '162440.510000', '162440.513000', '162440.515000', '162440.518000', '162440.521000', '162440.524000', '162440.527000', '162440.530000', '162440.532000', '162440.535000', '162440.538000', '162440.541000', '162440.544000', '162440.547000', '162440.550000', '162440.552000', '162440.555000', '162440.558000', '162440.561000', '162440.564000', '162440.566000', '162500.446000', '162500.449000', '162500.452000', '162500.454000', '162500.457000', '162500.460000', '162500.463000', '162500.466000', '162500.469000', '162500.472000', '162500.474000', '162500.477000', '162500.480000', '162500.483000', '162500.486000', '162500.488000', '162500.491000', '162500.494000', '162500.497000', '162500.500000', '162500.503000', '162500.506000', '162500.508000', '162500.511000', '162500.514000', '162500.517000', '162500.520000', '162500.522000', '162500.525000', '162500.528000', '162500.531000', '162500.534000', '162500.537000', '162500.539000', '162500.542000', '162500.545000', '162500.548000', '162500.550000', '162500.553000', '162500.556000', '162500.559000', '162500.562000', '162500.565000', '162500.567000', '162520.446000', '162520.449000', '162520.452000', '162520.471000', '162520.474000', '162520.476000', '162520.479000', '162520.482000', '162520.485000', '162520.488000', '162520.491000', '162520.494000', '162520.497000', '162520.500000', '162520.503000', '162520.505000', '162520.508000', '162520.511000', '162520.514000', '162520.517000', '162520.519000', '162520.522000', '162520.525000', '162520.528000', '162520.531000', '162520.534000', '162520.536000', '162520.539000', '162520.542000', '162520.545000', '162520.548000', '162520.551000', '162520.554000', '162520.557000', '162520.560000', '162520.562000', '162520.565000', '162520.568000', '162520.571000', '162520.574000', '162520.576000', '162520.579000', '162520.582000', '162540.446000', '162540.449000', '162540.452000', '162540.455000', '162540.457000', '162540.460000', '162540.463000', '162540.466000', '162540.469000', '162540.472000', '162540.474000', '162540.477000', '162540.480000', '162540.483000', '162540.486000', '162540.488000', '162540.491000', '162540.494000', '162540.497000', '162540.500000', '162540.503000', '162540.505000', '162540.508000', '162540.511000', '162540.514000', '162540.517000', '162540.519000', '162540.522000', '162540.525000', '162540.528000', '162540.538000', '162540.541000', '162540.544000', '162540.546000', '162540.549000', '162540.552000', '162540.555000', '162540.558000', '162540.560000', '162540.563000', '162540.566000', '162540.569000', '162540.572000', '162540.575000', '162600.447000', '162600.450000', '162600.453000', '162600.456000', '162600.458000', '162600.461000', '162600.464000', '162600.467000', '162600.470000', '162600.473000', '162600.475000', '162600.478000', '162600.481000', '162600.484000', '162600.487000', '162600.490000', '162600.492000', '162600.495000', '162600.500000', '162600.505000', '162600.508000', '162600.510000', '162600.513000', '162600.516000', '162600.519000', '162600.522000', '162600.525000', '162600.528000', '162600.530000', '162600.533000', '162600.536000', '162600.539000', '162600.542000', '162600.545000', '162600.547000', '162600.550000', '162600.553000', '162600.556000', '162600.558000', '162600.561000', '162600.564000', '162600.567000', '162600.570000', '162620.447000', '162620.450000', '162620.453000', '162620.456000', '162620.458000', '162620.461000', '162620.464000', '162620.467000', '162620.470000', '162620.473000', '162620.475000', '162620.478000', '162620.481000', '162620.484000', '162620.487000', '162620.489000', '162620.492000', '162620.495000', '162620.498000', '162620.501000', '162620.504000', '162620.506000', '162620.509000', '162620.512000', '162620.515000', '162620.518000', '162620.521000', '162620.523000', '162620.526000', '162620.529000', '162620.532000', '162620.535000', '162620.538000', '162620.540000', '162620.543000', '162620.546000', '162620.549000', '162620.552000', '162620.554000', '162620.557000', '162620.560000', '162620.563000', '162620.566000', '162620.569000', '162640.447000', '162640.450000', '162640.453000', '162640.455000', '162640.458000', '162640.462000', '162640.465000', '162640.468000', '162640.471000', '162640.474000', '162640.476000', '162640.479000', '162640.482000', '162640.485000', '162640.488000', '162640.491000', '162640.493000', '162640.496000', '162640.499000', '162640.502000', '162640.505000', '162640.507000', '162640.510000', '162640.513000', '162640.516000', '162640.519000', '162640.522000', '162640.525000', '162640.537000', '162640.540000', '162640.543000', '162640.546000', '162640.549000', '162640.552000', '162640.554000', '162640.557000', '162640.560000', '162640.563000', '162640.566000', '162640.568000', '162640.571000', '162640.574000', '162640.577000', '162700.446000', '162700.449000', '162700.452000', '162700.455000', '162700.458000', '162700.460000', '162700.463000', '162700.466000', '162700.469000', '162700.471000', '162700.474000', '162700.477000', '162700.480000', '162700.483000', '162700.486000', '162700.488000', '162700.491000', '162700.494000', '162700.497000', '162700.500000', '162700.502000', '162700.505000', '162700.508000', '162700.511000', '162700.514000', '162700.516000', '162700.519000', '162700.522000', '162700.525000', '162700.528000', '162700.531000', '162700.533000', '162700.536000', '162700.539000', '162700.542000', '162700.545000', '162700.547000', '162700.550000', '162700.553000', '162700.556000', '162700.559000', '162700.562000', '162700.564000', '162700.567000', '162720.446000', '162720.449000', '162720.452000', '162720.455000', '162720.457000', '162720.460000', '162720.463000', '162720.466000', '162720.469000', '162720.472000', '162720.474000', '162720.477000', '162720.480000', '162720.483000', '162720.486000', '162720.489000', '162720.492000', '162720.494000', '162720.497000', '162720.500000', '162720.503000', '162720.506000', '162720.508000', '162720.511000', '162720.514000', '162720.517000', '162720.520000', '162720.523000', '162720.526000', '162720.528000', '162720.531000', '162720.534000', '162720.537000', '162720.540000', '162720.543000', '162720.545000', '162720.548000', '162720.551000', '162720.554000', '162720.557000', '162720.560000', '162720.563000', '162720.566000', '162740.446000', '162740.449000', '162740.452000', '162740.455000', '162740.457000', '162740.460000', '162740.470000', '162740.473000', '162740.476000', '162740.479000', '162740.482000', '162740.484000', '162740.487000', '162740.490000', '162740.493000', '162740.496000', '162740.499000', '162740.501000', '162740.504000', '162740.507000', '162740.510000', '162740.513000', '162740.516000', '162740.519000', '162740.521000', '162740.524000', '162740.527000', '162740.530000', '162740.533000', '162740.536000', '162740.538000', '162740.541000', '162740.544000', '162740.547000', '162740.550000', '162740.552000', '162740.555000', '162740.558000', '162740.561000', '162740.564000', '162740.567000', '162740.569000', '162740.572000', '162740.575000', '162800.446000', '162800.449000', '162800.452000', '162800.455000', '162800.457000', '162800.460000', '162800.463000', '162800.466000', '162800.469000', '162800.472000', '162800.474000', '162800.477000', '162800.480000', '162800.483000', '162800.486000', '162800.489000', '162800.491000', '162800.494000', '162800.497000', '162800.501000', '162800.504000', '162800.507000', '162800.510000', '162800.512000', '162800.516000', '162800.518000', '162800.521000', '162800.526000', '162800.529000', '162800.531000', '162800.534000', '162800.537000', '162800.540000', '162800.543000', '162800.545000', '162800.548000', '162800.551000', '162800.554000', '162800.557000', '162800.560000', '162800.563000', '162800.568000', '162800.572000', '162820.447000', '162820.451000', '162820.454000', '162820.457000', '162820.460000', '162820.463000', '162820.467000', '162820.470000', '162820.473000', '162820.476000', '162820.479000', '162820.482000', '162820.485000', '162820.488000', '162820.491000', '162820.493000', '162820.496000', '162820.499000', '162820.502000', '162820.505000', '162820.508000', '162820.510000', '162820.513000', '162820.516000', '162820.519000', '162820.522000', '162820.525000', '162820.527000', '162820.530000', '162820.533000', '162820.536000', '162820.539000', '162820.542000', '162820.544000', '162820.547000', '162820.550000', '162820.553000', '162820.556000', '162820.559000', '162820.561000', '162820.564000', '162820.567000', '162820.570000', '162820.573000', '162840.447000', '162840.450000', '162840.453000', '162840.456000', '162840.459000', '162840.461000', '162840.464000', '162840.467000', '162840.470000', '162840.473000', '162840.475000', '162840.478000', '162840.481000', '162840.484000', '162840.487000', '162840.489000', '162840.492000', '162840.495000', '162840.498000', '162840.501000', '162840.504000', '162840.506000', '162840.509000', '162840.512000', '162840.515000', '162840.518000', '162840.521000', '162840.523000', '162840.526000', '162840.529000', '162840.532000', '162840.535000', '162840.538000', '162840.540000', '162840.543000', '162840.546000', '162840.549000', '162840.552000', '162840.554000', '162840.557000', '162840.560000', '162840.563000', '162840.566000', '162900.447000', '162900.450000', '162900.453000', '162900.456000', '162900.458000', '162900.461000', '162900.464000', '162900.467000', '162900.470000', '162900.473000', '162900.475000', '162900.478000', '162900.481000', '162900.484000', '162900.487000', '162900.490000', '162900.492000', '162900.495000', '162900.498000', '162900.501000', '162900.504000', '162900.506000', '162900.509000', '162900.512000', '162900.515000', '162900.518000', '162900.521000', '162900.524000', '162900.526000', '162900.529000', '162900.532000', '162900.535000', '162900.538000', '162900.541000', '162900.543000', '162900.546000', '162900.549000', '162900.552000', '162900.555000', '162900.557000', '162900.560000', '162900.563000', '162900.566000', '162900.569000', '162920.446000', '162920.449000', '162920.452000', '162920.455000', '162920.457000', '162920.460000', '162920.463000', '162920.466000', '162920.469000', '162920.471000', '162920.474000', '162920.477000', '162920.480000', '162920.483000', '162920.486000', '162920.488000', '162920.491000', '162920.494000', '162920.497000', '162920.500000', '162920.502000', '162920.505000', '162920.508000', '162920.511000', '162920.514000', '162920.517000', '162920.519000', '162920.522000', '162920.525000', '162920.528000', '162920.531000', '162920.534000', '162920.537000', '162920.541000', '162920.543000', '162920.546000', '162920.549000', '162920.552000', '162920.555000', '162920.558000', '162920.560000', '162920.563000', '162920.566000', '162940.446000', '162940.449000', '162940.452000', '162940.455000', '162940.457000', '162940.460000', '162940.463000', '162940.466000', '162940.469000', '162940.472000', '162940.474000', '162940.477000', '162940.480000', '162940.483000', '162940.486000', '162940.488000', '162940.491000', '162940.494000', '162940.497000', '162940.500000', '162940.503000', '162940.506000', '162940.509000', '162940.512000', '162940.514000', '162940.517000', '162940.520000', '162940.523000', '162940.526000', '162940.529000', '162940.531000', '162940.534000', '162940.537000', '162940.540000', '162940.543000', '162940.546000', '162940.548000', '162940.551000', '162940.554000', '162940.557000', '162940.560000', '162940.563000', '162940.565000', '162940.568000', '163000.446000', '163000.449000', '163000.452000', '163000.455000', '163000.458000', '163000.460000', '163000.463000', '163000.466000', '163000.469000', '163000.472000', '163000.475000', '163000.477000', '163000.480000', '163000.483000', '163000.486000', '163000.489000', '163000.491000', '163000.494000', '163000.497000', '163000.500000', '163000.503000', '163000.505000', '163000.508000', '163000.511000', '163000.514000', '163000.517000', '163000.520000', '163000.522000', '163000.525000', '163000.528000', '163000.531000', '163000.534000', '163000.536000', '163000.539000', '163000.542000', '163000.545000', '163000.548000', '163000.551000', '163000.554000', '163000.556000', '163000.559000', '163000.562000', '163000.565000', '163020.446000', '163020.449000', '163020.452000', '163020.455000', '163020.458000', '163020.460000', '163020.463000', '163020.466000', '163020.469000', '163020.472000', '163020.474000', '163020.477000', '163020.480000', '163020.483000', '163020.486000', '163020.489000', '163020.492000', '163020.495000', '163020.498000', '163020.500000', '163020.503000', '163020.506000', '163020.509000', '163020.512000', '163020.515000', '163020.517000', '163020.520000', '163020.523000', '163020.526000', '163020.529000', '163020.532000', '163020.534000', '163020.537000', '163020.540000', '163020.543000', '163020.546000', '163020.549000', '163020.552000', '163020.554000', '163020.557000', '163020.560000', '163020.563000', '163020.566000', '163020.569000', '163040.447000', '163040.450000', '163040.453000', '163040.456000', '163040.459000', '163040.461000', '163040.464000', '163040.467000', '163040.470000', '163040.473000', '163040.476000', '163040.478000', '163040.481000', '163040.484000', '163040.487000', '163040.490000', '163040.493000', '163040.495000', '163040.498000', '163040.501000', '163040.504000', '163040.507000', '163040.510000', '163040.512000', '163040.515000', '163040.518000', '163040.521000', '163040.524000', '163040.527000', '163040.529000', '163040.532000', '163040.535000', '163040.538000', '163040.541000', '163040.544000', '163040.546000', '163040.549000', '163040.552000', '163040.555000', '163040.558000', '163040.560000', '163040.563000', '163040.566000', '163100.447000', '163100.450000', '163100.453000', '163100.456000', '163100.458000', '163100.461000', '163100.464000', '163100.467000', '163100.470000', '163100.473000', '163100.475000', '163100.478000', '163100.481000', '163100.484000', '163100.486000', '163100.489000', '163100.492000', '163100.495000', '163100.498000', '163100.501000', '163100.504000', '163100.506000', '163100.509000', '163100.512000', '163100.515000', '163100.518000', '163100.521000', '163100.523000', '163100.526000', '163100.529000', '163100.532000', '163100.535000', '163100.538000', '163100.541000', '163100.544000', '163100.546000', '163100.549000', '163100.552000', '163100.555000', '163100.558000', '163100.560000', '163100.563000', '163100.566000', '163100.569000', '163120.447000', '163120.450000', '163120.453000', '163120.456000', '163120.459000', '163120.462000', '163120.464000', '163120.467000', '163120.470000', '163120.473000', '163120.476000', '163120.478000', '163120.481000', '163120.484000', '163120.487000', '163120.490000', '163120.493000', '163120.496000', '163120.498000', '163120.501000', '163120.504000', '163120.507000', '163120.510000', '163120.512000', '163120.515000', '163120.518000', '163120.521000', '163120.524000', '163120.527000', '163120.530000', '163120.533000', '163120.535000', '163120.538000', '163120.541000', '163120.544000', '163120.547000', '163120.549000', '163120.552000', '163120.555000', '163120.558000', '163120.561000', '163120.564000', '163120.566000', '163140.447000', '163140.450000', '163140.453000', '163140.456000', '163140.459000', '163140.462000', '163140.464000', '163140.467000', '163140.470000', '163140.473000', '163140.476000', '163140.479000', '163140.481000', '163140.484000', '163140.487000', '163140.490000', '163140.493000', '163140.496000', '163140.498000', '163140.501000', '163140.504000', '163140.507000', '163140.510000', '163140.512000', '163140.515000', '163140.518000', '163140.521000', '163140.524000', '163140.526000', '163140.529000', '163140.532000', '163140.535000', '163140.538000', '163140.540000', '163140.543000', '163140.546000', '163140.549000', '163140.552000', '163140.555000', '163140.557000', '163140.560000', '163140.563000', '163140.566000', '163200.446000', '163200.449000', '163200.452000', '163200.455000', '163200.457000', '163200.460000', '163200.463000', '163200.466000', '163200.469000', '163200.471000', '163200.474000', '163200.477000', '163200.480000', '163200.483000', '163200.486000', '163200.489000', '163200.491000', '163200.494000', '163200.497000', '163200.500000', '163200.503000', '163200.505000', '163200.508000', '163200.511000', '163200.514000', '163200.517000', '163200.520000', '163200.522000', '163200.525000', '163200.528000', '163200.531000', '163200.534000', '163200.537000', '163200.539000', '163200.542000', '163200.545000', '163200.548000', '163200.551000', '163200.553000', '163200.556000', '163200.559000', '163200.562000', '163200.565000', '163200.580000', '163220.446000', '163220.449000', '163220.452000', '163220.455000', '163220.458000', '163220.461000', '163220.464000', '163220.467000', '163220.469000', '163220.472000', '163220.475000', '163220.478000', '163220.481000', '163220.484000', '163220.486000', '163220.489000', '163220.492000', '163220.495000', '163220.498000', '163220.501000', '163220.504000', '163220.506000', '163220.509000', '163220.512000', '163220.515000', '163220.518000', '163220.520000', '163220.523000', '163220.526000', '163220.529000', '163220.532000', '163220.535000', '163220.537000', '163220.540000', '163220.543000', '163220.546000', '163220.549000', '163220.551000', '163220.554000', '163220.557000', '163220.560000', '163220.562000', '163220.565000', '163240.446000', '163240.449000', '163240.452000', '163240.455000', '163240.458000', '163240.460000', '163240.463000', '163240.466000', '163240.469000', '163240.472000', '163240.475000', '163240.477000', '163240.480000', '163240.483000', '163240.486000', '163240.489000', '163240.492000', '163240.495000', '163240.498000', '163240.500000', '163240.503000', '163240.506000', '163240.509000', '163240.512000', '163240.514000', '163240.517000', '163240.520000', '163240.523000', '163240.526000', '163240.529000', '163240.532000', '163240.535000', '163240.537000', '163240.540000', '163240.543000', '163240.546000', '163240.549000', '163240.552000', '163240.554000', '163240.557000', '163240.560000', '163240.564000', '163240.566000', '163240.569000', '163300.447000', '163300.450000', '163300.453000', '163300.456000', '163300.459000', '163300.461000', '163300.464000', '163300.467000', '163300.472000', '163300.477000', '163300.479000', '163300.482000', '163300.485000', '163300.488000', '163300.491000', '163300.494000', '163300.497000', '163300.499000', '163300.502000', '163300.505000', '163300.508000', '163300.511000', '163300.513000', '163300.516000', '163300.519000', '163300.522000', '163300.525000', '163300.528000', '163300.531000', '163300.533000', '163300.536000', '163300.539000', '163300.542000', '163300.545000', '163300.548000', '163300.550000', '163300.553000', '163300.556000', '163300.559000', '163300.562000', '163300.565000', '163300.567000', '163300.570000', '163320.449000', '163320.452000', '163320.455000', '163320.457000', '163320.460000', '163320.463000', '163320.466000', '163320.469000', '163320.478000', '163320.481000', '163320.484000', '163320.489000', '163320.493000', '163320.495000', '163320.498000', '163320.501000', '163320.504000', '163320.507000', '163320.510000', '163320.512000', '163320.515000', '163320.518000', '163320.521000', '163320.524000', '163320.527000', '163320.542000', '163320.545000', '163320.548000', '163320.551000', '163320.554000', '163320.557000', '163320.559000', '163320.562000', '163320.565000', '163320.568000', '163320.571000', '163320.574000', '163320.576000', '163320.579000', '163320.582000', '163320.585000', '163320.588000', '163320.591000', '163320.593000', '163340.447000', '163340.450000', '163340.453000', '163340.456000', '163340.458000', '163340.461000', '163340.464000', '163340.467000', '163340.470000', '163340.473000', '163340.475000', '163340.478000', '163340.481000', '163340.484000', '163340.487000', '163340.489000', '163340.492000', '163340.495000', '163340.500000', '163340.504000', '163340.507000', '163340.510000', '163340.513000', '163340.515000', '163340.518000', '163340.521000', '163340.524000', '163340.527000', '163340.530000', '163340.532000', '163340.535000', '163340.538000', '163340.541000', '163340.544000', '163340.546000', '163340.549000', '163340.552000', '163340.555000', '163340.558000', '163340.560000', '163340.563000', '163340.566000', '163340.569000', '163400.446000', '163400.449000', '163400.452000', '163400.455000', '163400.458000', '163400.461000', '163400.463000', '163400.466000', '163400.469000', '163400.472000', '163400.475000', '163400.478000', '163400.480000', '163400.483000', '163400.486000', '163400.489000', '163400.492000', '163400.494000', '163400.497000', '163400.500000', '163400.503000', '163400.506000', '163400.509000', '163400.511000', '163400.514000', '163400.517000', '163400.520000', '163400.523000', '163400.526000', '163400.529000', '163400.531000', '163400.534000', '163400.537000', '163400.540000', '163400.543000', '163400.546000', '163400.548000', '163400.551000', '163400.554000', '163400.557000', '163400.560000', '163400.563000', '163400.565000', '163400.568000', '163420.446000', '163420.450000', '163420.453000', '163420.456000', '163420.459000', '163420.462000', '163420.465000', '163420.468000', '163420.471000', '163420.473000', '163420.476000', '163420.479000', '163420.482000', '163420.485000', '163420.488000', '163420.490000', '163420.493000', '163420.496000', '163420.499000', '163420.502000', '163420.505000', '163420.509000', '163420.512000', '163420.515000', '163420.518000', '163420.521000', '163420.523000', '163420.526000', '163420.529000', '163420.532000', '163420.535000', '163420.537000', '163420.540000', '163420.543000', '163420.546000', '163420.549000', '163420.552000', '163420.554000', '163420.557000', '163420.560000', '163420.563000', '163420.566000', '163420.569000', '163440.446000', '163440.449000', '163440.452000', '163440.455000', '163440.458000', '163440.460000', '163440.463000', '163440.466000', '163440.469000', '163440.472000', '163440.475000', '163440.477000', '163440.480000', '163440.483000', '163440.486000', '163440.489000', '163440.492000', '163440.494000', '163440.497000', '163440.500000', '163440.503000', '163440.506000', '163440.508000', '163440.511000', '163440.514000', '163440.517000', '163440.520000', '163440.523000', '163440.526000', '163440.528000', '163440.531000', '163440.534000', '163440.537000', '163440.540000', '163440.543000', '163440.545000', '163440.548000', '163440.551000', '163440.554000', '163440.557000', '163440.560000', '163440.562000', '163440.565000', '163440.568000', '163446.794000', '163446.798000', '163446.801000', '163446.804000', '163446.807000', '163446.810000', '163446.813000', '163446.817000', '163446.820000', '163446.822000', '163446.825000', '163446.828000', '163446.831000', '163446.834000'], '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': [8807, 12909, 8792, 9844, 9355, 8891, 9436, 17757, 10376, 13364, 15601, 8912, 14029, 9316, 9080, 13347, 9313, 10032, 9189, 11036, 9171, 13083, 9262, 9100, 12350, 9242, 8989, 9276, 9539, 9351, 17163, 9633, 13655, 8780, 9008, 8887, 10011, 12381, 9998, 15005, 11048, 17466, 11981, 15336, 10243, 10240, 16923, 9797, 14831, 9741, 9604, 17139, 9932, 11864, 9623, 10628, 10017, 9319, 11599, 9641, 8333, 9586, 14497, 9403, 10621, 10279, 9320, 17357, 9476, 14687, 10704, 9368, 15814, 9356, 15290, 10489, 10185, 14445, 9729, 15307, 9079, 9940, 8904, 9461, 16795, 9654, 10101, 9124, 9771, 9297, 11108, 9198, 9398, 11429, 18299, 10207, 14206, 13963, 9489, 15150, 9572, 10294, 13252, 9558, 15423, 9987, 10078, 10649, 9548, 17227, 9768, 12839, 9578, 9367, 10005, 10977, 9718, 9466, 16500, 9550, 9359, 9593, 15495, 9029, 11368, 9555, 9411, 15862, 9391, 12783, 9371, 11949, 9536, 16353, 10835, 10281, 16588, 9677, 14829, 9900, 11105, 10372, 9516, 10194, 9820, 10315, 11148, 10060, 12768, 9780, 9671, 15768, 9996, 12665, 9844, 9713, 9505, 9665, 9862, 9988, 10139, 14444, 9354, 15255, 11913, 16699, 11468, 16029, 11320, 10227, 15274, 9473, 9143, 9543, 9963, 9381, 16126, 9542, 14988, 9148, 9631, 11415, 9522, 10300, 9600, 12886, 9793, 12057, 9481, 9466, 9466, 10528, 9381, 9077, 14005, 9892, 15619, 16949, 12689, 14099, 9385, 10171, 10091, 9874, 16203, 9905, 15236, 10001, 9358, 9787, 9560, 9815, 11651, 9997, 10916, 9676, 10799, 9928, 16592, 11440, 15223, 10424, 10349, 16834, 9945, 13995, 9953, 13334, 9816, 9646, 9626, 9877, 15983, 9925, 12381, 10243, 9736, 10325, 9830, 9815, 11554, 9684, 10161, 9716, 16183, 10025, 14674, 13370, 9761, 17157, 10210, 13866, 9747, 9711, 14141, 9834, 13868, 10569, 11374, 10244, 9848, 13034, 9698, 13589, 10371, 11107, 10178, 9619, 10503, 9815, 10713, 11343, 10714, 13204, 12064, 9926, 17047, 9928, 14484, 10067, 9731, 11672, 9963, 14267, 10330, 11367, 10119, 9663, 11140, 9881, 14259, 10228, 12085, 10023, 9646, 10213, 9713, 14962, 9661, 14907, 9668, 10561, 9798, 9722, 16042, 10288, 13560, 9931, 9686, 9554, 9782, 10826, 9671, 9738, 11594, 9511, 15966, 14069, 10863, 17009, 10773, 14750, 10024, 10139, 14132, 9599, 11493, 9774, 9922, 9599, 9195, 11070, 14246, 9703, 14023, 9588, 10187, 10605, 9873, 15293, 9529, 9471, 9860, 10885, 9721, 9421, 12027, 14256, 11488, 16629, 10138, 13381, 10145, 9541, 13047, 9897, 14229, 9746, 12413, 9339, 9795, 10031, 9570, 9716, 11006, 9805, 10515, 9656, 15073, 11146, 11149, 17496, 9894, 14767, 9910, 9711, 13668, 10203, 12347, 9958, 9884, 10428, 9848, 10321, 9887, 10431, 9897, 16764, 10184, 14691, 10592, 9584, 15993, 9986, 14890, 9587, 10262, 13097, 10071, 11486, 10089, 9974, 10156, 11288, 9902, 16829, 10687, 13798, 11694, 10101, 15009, 10717, 12473, 11273, 9995, 10606, 9822, 15137, 9933, 14104, 10290, 12904, 10351, 12722, 11185, 10002, 11242, 10159, 16391, 10894, 10285, 10597, 10077, 15206, 10290, 12583, 10091, 10016, 13064, 10173, 14699, 10671, 12652, 10796, 10171, 10745, 10187, 10282, 11276, 17051, 10170, 14812, 10199, 10776, 10008, 10134, 16183, 10400, 14481, 10596, 10011, 11804, 10281, 11041, 10157, 10893, 10006, 10665, 14272, 9487, 8039, 9907, 9242, 10485, 8671, 8017, 16552, 10935, 16311, 17229, 14887, 15544, 9392, 12611, 9194, 8890, 8325, 9425, 8934, 8625, 8877, 8827, 8362, 9175, 9250, 11649, 9564, 10089, 12953, 11482, 14163, 17584, 13392, 15386, 10010, 9553, 9292, 9022, 9520, 10773, 8745, 11568, 10022, 15201, 9122, 15332, 9858, 12827, 9031, 10539, 9429, 13095, 8443, 11903, 9246, 10188, 16029, 8926, 14951, 9547, 11336, 8504, 9166, 9632, 13240, 9187, 14861, 11359, 10276, 16739, 8924, 8500, 8186, 8235, 10634, 8354, 7716, 13046, 9965, 15580, 14723, 11449, 15596, 9406, 11287, 11669, 9076, 14138, 9529, 9570, 9894, 9091, 13059, 9824, 9221, 10367, 8988, 12692, 9966, 10080, 9948, 9153, 9974, 9278, 10928, 9423, 14338, 9184, 11047, 13293, 9221, 13540, 9913, 12048, 9587, 9011, 15702, 9371, 13789, 9782, 9000, 15313, 9241, 13855, 9217, 9518, 13422, 9098, 15000, 9268, 13634, 10142, 8966, 12053, 9399, 13923, 9245, 9740, 10845, 9041, 15155, 9637, 11239, 9567, 9107, 15143, 8850, 13529, 9169, 10883, 9708, 8979, 9378, 14791, 9202, 13511, 14007, 9192, 13650, 9849, 12754, 9735, 9008, 16159, 9366, 13443, 9506, 8840, 10134, 9082, 9690, 9199, 9170, 11686, 15836, 10925, 14170, 8899, 10465, 9873, 10510, 9190, 13844, 9949, 9040, 15866, 9253, 13537, 9024, 8857, 9638, 9249, 15202, 9608, 11696, 9603, 9080, 12859, 9153, 12798, 9940, 10807, 9416, 10146, 8529, 8212, 8849, 7619, 14096, 16526, 9822, 13700, 9778, 9979, 15657, 8206, 11296, 8038, 8447, 8783, 8648, 8563, 11433, 10368, 8605, 11657, 8139, 7736, 8362, 7751, 7843, 10693, 8210, 15137, 14181, 11533, 15585, 9186, 12057, 11524, 9027, 15698, 7955, 11387, 8180, 8156, 8303, 8074, 12565, 8343, 9730, 8595, 8048, 10298, 8103, 7397, 7959, 8666, 8191, 13783, 8996, 13044, 15340, 8846, 13072, 8931, 9117, 14736, 8382, 10669, 10744, 7989, 12970, 7973, 9020, 13868, 8180, 12830, 8552, 8103, 7926, 8515, 8222, 8533, 8167, 13788, 11414, 9997, 15272, 8419, 10062, 15474, 8715, 13700, 9327, 9473, 14994, 8556, 12028, 9143, 8366, 14125, 8204, 9268, 8140, 11081, 8484, 10557, 8446, 11336, 10379, 9082, 15758, 8380, 13265, 10538, 9175, 15451, 8420, 10647, 8775, 8093, 14340, 8489, 11331, 8382, 8187, 9901, 8314, 13867, 8434, 9987, 7833, 8855, 8562, 9894, 8419, 11002, 8568, 11959, 13893, 8889, 13683, 8887, 11929, 8167, 9582, 8203, 9115, 7902, 11044, 12629, 8337, 15724, 8991, 12746, 8314, 8507, 8087, 9084, 8649, 14972, 9179, 12990, 9591, 9728, 8577, 8458, 12124, 8145, 11634, 8277, 11072, 8130, 10122, 8347, 11385, 8397, 8950, 7777, 10004, 8003, 9137, 8439, 8389, 11232, 9114, 15245, 11307, 10933, 16710, 9606, 14789, 8753, 9694, 8233, 8665, 8915, 7654, 9637, 8456, 13454, 8339, 13021, 8151, 8942, 9343, 8210, 14774, 8514, 14137, 12142, 11044, 16309, 8843, 14765, 8293, 7851, 8134, 7689, 8733, 8307, 8409, 8446, 8339, 8264, 14799, 8914, 12974, 9063, 9561, 12520, 8171, 10330, 8299, 8619, 8258, 8538, 9065, 8386, 12648, 8488, 12969, 9711, 10022, 15495, 9071, 13578, 8310, 10798, 8600, 8769, 8748, 8378, 12756, 8149, 10215, 8284, 9485, 8354, 9675, 9288, 14765, 9289, 12959, 9222, 10271, 16099, 9883, 13367, 8601, 9779, 8652, 10056, 8478, 11921, 11321, 9325, 15868, 8757, 14365, 8636, 9257, 8777, 8370, 9541, 8410, 13603, 8638, 10098, 8188, 7677, 8077, 13419, 8899, 12530, 15848, 8694, 13301, 8903, 9292, 14162, 8238, 12433, 8020, 9645, 12217, 8304, 11832, 8890, 9951, 9391, 8383, 12566, 8658, 10448, 8278, 7805, 8445, 12132, 7868, 10644, 15525, 9103, 13577, 8680, 8707, 10758, 8321, 9539, 8586, 8381, 10116, 15148, 11212, 13556, 8470, 9457, 13153, 8430, 12278, 8619, 10589, 8386, 8639, 11321, 8389, 13755, 8486, 12516, 9602, 9563, 15161, 8523, 13150, 8635, 9273, 8413, 8518, 8457, 8673, 10240, 8948, 9215, 8991, 10158, 8668, 9606, 8915, 8801, 9107, 13181, 10281, 15383, 11311, 10395, 16617, 8612, 13809, 8642, 9138, 7260, 8404, 7509, 8550, 7624, 8606, 13189, 8854, 11030, 9258, 8879, 7804, 8671, 15169, 8819, 12866, 9318, 9728, 8784, 8860, 8629, 9871, 7998, 10369, 8278, 11420, 14654, 11721, 13204, 8568, 12854, 8480, 10448, 12162, 8613, 8613, 8426, 8657, 8515, 8097, 8643, 10932, 8388, 13969, 11113, 15028, 10374, 10250, 16464, 10724, 13813, 8482, 11908, 9237, 9022, 7955, 9646, 8324, 9038, 8558, 9296, 8257, 8388, 9161, 7954, 8303, 10458, 8710, 8545, 15878, 11058, 16019, 13198, 11198, 17077, 9957, 15691, 8405, 9273, 8240, 8567, 8493, 7597, 8383, 9737, 8693, 8496, 8659, 8795, 11704, 8013, 11511, 9040, 10912, 9878, 8816, 10165, 7549, 13840, 9743, 13810, 8541, 11284, 8619, 12876, 8800, 14194, 8359, 12250, 8568, 7652, 10750, 9026, 12933, 8091, 12875, 8250, 14028, 8671, 14716, 14972, 12636, 16643, 8739, 13698, 8485, 7434, 8152, 8351, 10109, 14343, 9907, 13191, 8702, 11888, 8751, 9022, 10452, 7602, 13412, 16594, 11828, 14541, 10711, 10189, 8341, 9125, 12042, 8132, 15302, 8197, 12511, 8296, 10841, 8086, 12791, 8231, 12276, 8953, 8690, 8062, 9450, 8699, 8216, 8869, 15209, 10062, 9751, 16022, 8342, 12335, 8474, 8826, 15678, 8570, 14586, 9221, 11575, 8181, 11236, 8995, 14254, 9585, 16140, 15200, 12348, 17768, 8581, 12494, 8517, 8220, 8486, 7722, 11931, 8377, 13521, 8377, 15316, 11062, 10035, 17331, 8787, 15538, 9044, 9935, 8211, 8872, 9134, 9764, 8875, 9116, 8813, 9057, 10509, 7817, 10133, 8735, 8148, 14117, 11960, 15578, 11429, 15456, 11257, 11033, 16599, 9282, 14418, 8255, 11037, 8110, 7396, 8110, 8743, 8382, 8301, 11987, 8253, 13969, 9489, 14427, 9717, 13841, 10610, 13232, 9418, 12837, 9220, 11635, 9457, 9345, 9996, 7614, 11224, 8336, 14405, 9000, 9739, 9150, 7509, 12883, 8111, 15424, 9305, 11825, 8548, 8149, 8954, 8392, 13010, 8103, 12094, 8652, 8367, 9067, 8212, 14115, 8232, 12717, 8892, 10688, 10022, 8359, 9213, 8136, 11123, 9012, 14043, 8485, 14007, 8341, 9722, 8510, 8407, 8706, 8950, 12047, 8458, 9571, 8453, 8188, 10991, 8405, 12534, 8775, 9592, 11111, 16455, 12306, 14380, 9021, 8168, 8538, 8516, 9055, 8405, 8121, 7874, 8811, 7971, 14454, 14767, 11906, 16862, 9342, 13531, 10114, 12407, 8678, 10824, 8311, 9195, 8217, 8513, 10844, 8198, 14384, 8963, 12388, 10178, 8677, 10790, 7771, 13819, 13547, 12363, 11370, 9369, 16663, 8739, 14042, 8695, 8498, 8434, 7633, 9217, 8755, 12086, 8118, 9379, 14568, 9046, 13447, 8696, 13108, 8189, 12317, 8079, 10173, 8404, 13045, 7811, 9443, 8718, 8893, 8372, 9256, 7992, 8675, 8219, 15753, 8739, 12474, 13782, 9420, 8728, 8467, 8302, 8199, 8069, 7833, 9792, 8357, 13399, 8642, 13166, 16865, 12707, 13997, 10880, 10437, 9992, 9297, 13691, 8196, 7392, 8192, 7918, 9180, 8016, 8998, 8261, 14063, 9720, 13751, 9040, 11851, 8400, 8992, 9248, 8107, 12232, 16814, 11135, 13955, 10627, 10315, 10576, 8543, 7792, 8466, 8358, 8570, 8438, 11376, 8565, 8651, 8795, 8996, 8903, 12958, 10214, 13948, 9375, 16406, 11720, 11247, 16652, 8944, 14735, 9050, 11060, 8744, 10835, 9033, 11094, 9856, 8558, 14938, 8854, 11384, 8646, 8873, 8434, 9500, 8655, 8495, 8603, 8753, 11255, 10660, 8862, 15944, 9243, 12948, 9352, 9194, 9362, 8854, 8190, 10339, 8686, 13493, 11678, 9596, 16119, 9335, 13744, 9159, 9041, 15667, 8606, 13669, 9209, 9575, 9782, 8791, 15687, 9066, 11847, 9035, 8919, 12166, 8617, 8848, 8871, 8120, 8771, 14595, 9461, 11050, 9092, 8767, 14458, 8636, 8087, 9011, 9201, 8648, 14928, 9888, 13255, 9200, 9260, 15279, 8828, 12469, 9130, 8937, 9529, 8829, 9138, 8940, 9036, 10767, 8604, 10547, 8974, 15437, 11139, 11013, 16345, 9873, 13596, 9014, 12506, 9073, 11516, 9406, 10508, 15659, 10446, 12885, 9084, 8271, 8990, 9135, 9865, 9413, 13506, 8733, 13018, 8954, 16385, 11687, 13300, 15184, 9302, 12926, 9376, 11378, 8797, 8872, 9476, 10342, 11846, 10145, 14802, 13798, 10112, 16392, 10045, 13750, 10217, 10237, 15408, 10164, 15118, 9991], 'WindowCenter': [4374.0, 4398.0, 4347.0, 4366.0, 4356.0, 4345.0, 4355.0, 4404.0, 4351.0, 4371.0, 4379.0, 4328.0, 4371.0, 4339.0, 4329.0, 4357.0, 4327.0, 4336.0, 4339.0, 4348.0, 4339.0, 4359.0, 4327.0, 4328.0, 4358.0, 4328.0, 4329.0, 4339.0, 4341.0, 4353.0, 4402.0, 4355.0, 4383.0, 4332.0, 4354.0, 4356.0, 4380.0, 4397.0, 4367.0, 4394.0, 4364.0, 4394.0, 4363.0, 4383.0, 4338.0, 4338.0, 4377.0, 4327.0, 4366.0, 4325.0, 4325.0, 4374.0, 4325.0, 4345.0, 4327.0, 4337.0, 4338.0, 4340.0, 4359.0, 4339.0, 4329.0, 4352.0, 4381.0, 4340.0, 4351.0, 4350.0, 4341.0, 4390.0, 4339.0, 4381.0, 4349.0, 4340.0, 4379.0, 4339.0, 4379.0, 4338.0, 4339.0, 4368.0, 4338.0, 4367.0, 4327.0, 4337.0, 4326.0, 4327.0, 4377.0, 4338.0, 4337.0, 4340.0, 4349.0, 4341.0, 4361.0, 4342.0, 4342.0, 4373.0, 4391.0, 4339.0, 4370.0, 4367.0, 4327.0, 4366.0, 4325.0, 4336.0, 4355.0, 4325.0, 4365.0, 4325.0, 4335.0, 4335.0, 4336.0, 4376.0, 4336.0, 4355.0, 4336.0, 4326.0, 4339.0, 4361.0, 4338.0, 4339.0, 4389.0, 4339.0, 4339.0, 4340.0, 4380.0, 4329.0, 4360.0, 4338.0, 4338.0, 4378.0, 4338.0, 4368.0, 4340.0, 4360.0, 4341.0, 4380.0, 4347.0, 4338.0, 4377.0, 4327.0, 4365.0, 4337.0, 4346.0, 4335.0, 4326.0, 4337.0, 4337.0, 4349.0, 4360.0, 4352.0, 4383.0, 4350.0, 4340.0, 4379.0, 4339.0, 4370.0, 4339.0, 4339.0, 4338.0, 4339.0, 4339.0, 4350.0, 4351.0, 4381.0, 4342.0, 4391.0, 4372.0, 4391.0, 4361.0, 4381.0, 4347.0, 4336.0, 4365.0, 4324.0, 4325.0, 4325.0, 4335.0, 4338.0, 4377.0, 4326.0, 4365.0, 4325.0, 4325.0, 4345.0, 4325.0, 4336.0, 4326.0, 4355.0, 4336.0, 4356.0, 4338.0, 4339.0, 4351.0, 4362.0, 4352.0, 4343.0, 4383.0, 4353.0, 4394.0, 4380.0, 4359.0, 4358.0, 4327.0, 4349.0, 4349.0, 4338.0, 4376.0, 4336.0, 4365.0, 4336.0, 4326.0, 4350.0, 4350.0, 4351.0, 4360.0, 4351.0, 4362.0, 4352.0, 4362.0, 4352.0, 4392.0, 4349.0, 4369.0, 4337.0, 4337.0, 4375.0, 4336.0, 4366.0, 4338.0, 4367.0, 4337.0, 4338.0, 4338.0, 4338.0, 4377.0, 4338.0, 4359.0, 4337.0, 4337.0, 4338.0, 4338.0, 4350.0, 4361.0, 4353.0, 4363.0, 4353.0, 4393.0, 4340.0, 4380.0, 4358.0, 4338.0, 4377.0, 4336.0, 4357.0, 4325.0, 4326.0, 4354.0, 4335.0, 4356.0, 4336.0, 4346.0, 4336.0, 4336.0, 4355.0, 4336.0, 4356.0, 4337.0, 4347.0, 4336.0, 4337.0, 4348.0, 4349.0, 4361.0, 4360.0, 4351.0, 4372.0, 4360.0, 4339.0, 4379.0, 4337.0, 4367.0, 4336.0, 4337.0, 4348.0, 4337.0, 4366.0, 4337.0, 4348.0, 4338.0, 4338.0, 4347.0, 4349.0, 4379.0, 4350.0, 4358.0, 4339.0, 4339.0, 4349.0, 4340.0, 4379.0, 4340.0, 4379.0, 4338.0, 4349.0, 4338.0, 4339.0, 4379.0, 4338.0, 4369.0, 4338.0, 4339.0, 4338.0, 4340.0, 4348.0, 4349.0, 4351.0, 4372.0, 4354.0, 4395.0, 4381.0, 4350.0, 4379.0, 4337.0, 4367.0, 4325.0, 4335.0, 4354.0, 4324.0, 4344.0, 4335.0, 4336.0, 4336.0, 4338.0, 4360.0, 4368.0, 4327.0, 4366.0, 4325.0, 4335.0, 4335.0, 4336.0, 4365.0, 4337.0, 4326.0, 4337.0, 4359.0, 4339.0, 4340.0, 4373.0, 4381.0, 4349.0, 4379.0, 4336.0, 4356.0, 4335.0, 4325.0, 4355.0, 4335.0, 4365.0, 4337.0, 4357.0, 4337.0, 4338.0, 4337.0, 4337.0, 4338.0, 4360.0, 4351.0, 4350.0, 4351.0, 4382.0, 4349.0, 4348.0, 4377.0, 4325.0, 4366.0, 4324.0, 4325.0, 4354.0, 4335.0, 4354.0, 4335.0, 4335.0, 4346.0, 4337.0, 4348.0, 4349.0, 4349.0, 4350.0, 4390.0, 4349.0, 4369.0, 4337.0, 4337.0, 4376.0, 4336.0, 4367.0, 4325.0, 4336.0, 4355.0, 4336.0, 4345.0, 4336.0, 4337.0, 4349.0, 4360.0, 4352.0, 4391.0, 4349.0, 4369.0, 4358.0, 4338.0, 4367.0, 4337.0, 4357.0, 4347.0, 4337.0, 4348.0, 4351.0, 4378.0, 4338.0, 4367.0, 4338.0, 4358.0, 4349.0, 4369.0, 4348.0, 4338.0, 4348.0, 4349.0, 4378.0, 4348.0, 4349.0, 4348.0, 4350.0, 4379.0, 4350.0, 4371.0, 4350.0, 4352.0, 4370.0, 4350.0, 4380.0, 4350.0, 4371.0, 4350.0, 4350.0, 4360.0, 4350.0, 4351.0, 4362.0, 4390.0, 4349.0, 4379.0, 4338.0, 4348.0, 4336.0, 4337.0, 4378.0, 4337.0, 4367.0, 4347.0, 4337.0, 4346.0, 4337.0, 4348.0, 4349.0, 4360.0, 4351.0, 4364.0, 4395.0, 4365.0, 4347.0, 4365.0, 4367.0, 4363.0, 4356.0, 4345.0, 4406.0, 4365.0, 4397.0, 4391.0, 4380.0, 4377.0, 4327.0, 4346.0, 4314.0, 4315.0, 4316.0, 4327.0, 4326.0, 4327.0, 4327.0, 4327.0, 4329.0, 4338.0, 4339.0, 4360.0, 4352.0, 4352.0, 4373.0, 4361.0, 4371.0, 4380.0, 4357.0, 4365.0, 4323.0, 4312.0, 4313.0, 4314.0, 4336.0, 4347.0, 4329.0, 4359.0, 4350.0, 4379.0, 4340.0, 4378.0, 4326.0, 4355.0, 4326.0, 4335.0, 4326.0, 4357.0, 4317.0, 4346.0, 4338.0, 4348.0, 4376.0, 4326.0, 4367.0, 4326.0, 4345.0, 4316.0, 4326.0, 4338.0, 4368.0, 4341.0, 4380.0, 4360.0, 4338.0, 4379.0, 4328.0, 4327.0, 4330.0, 4331.0, 4363.0, 4343.0, 4333.0, 4384.0, 4355.0, 4396.0, 4382.0, 4349.0, 4367.0, 4315.0, 4336.0, 4334.0, 4314.0, 4353.0, 4324.0, 4325.0, 4324.0, 4315.0, 4354.0, 4325.0, 4325.0, 4336.0, 4327.0, 4357.0, 4338.0, 4349.0, 4339.0, 4340.0, 4351.0, 4352.0, 4361.0, 4352.0, 4383.0, 4341.0, 4350.0, 4369.0, 4340.0, 4370.0, 4340.0, 4371.0, 4339.0, 4340.0, 4380.0, 4339.0, 4370.0, 4338.0, 4329.0, 4379.0, 4340.0, 4371.0, 4340.0, 4339.0, 4368.0, 4329.0, 4379.0, 4339.0, 4369.0, 4338.0, 4329.0, 4358.0, 4339.0, 4368.0, 4328.0, 4339.0, 4348.0, 4329.0, 4379.0, 4339.0, 4350.0, 4338.0, 4329.0, 4380.0, 4329.0, 4369.0, 4338.0, 4348.0, 4340.0, 4340.0, 4352.0, 4393.0, 4340.0, 4370.0, 4367.0, 4328.0, 4368.0, 4338.0, 4358.0, 4326.0, 4326.0, 4377.0, 4326.0, 4356.0, 4326.0, 4326.0, 4336.0, 4327.0, 4339.0, 4339.0, 4340.0, 4372.0, 4380.0, 4349.0, 4368.0, 4326.0, 4336.0, 4337.0, 4348.0, 4340.0, 4370.0, 4337.0, 4328.0, 4377.0, 4327.0, 4356.0, 4326.0, 4327.0, 4337.0, 4338.0, 4378.0, 4338.0, 4358.0, 4338.0, 4339.0, 4369.0, 4339.0, 4369.0, 4339.0, 4348.0, 4352.0, 4349.0, 4340.0, 4331.0, 4343.0, 4334.0, 4395.0, 4392.0, 4339.0, 4369.0, 4326.0, 4336.0, 4365.0, 4315.0, 4346.0, 4315.0, 4317.0, 4339.0, 4327.0, 4329.0, 4359.0, 4338.0, 4327.0, 4347.0, 4331.0, 4321.0, 4332.0, 4333.0, 4344.0, 4364.0, 4346.0, 4397.0, 4372.0, 4350.0, 4368.0, 4316.0, 4347.0, 4346.0, 4315.0, 4364.0, 4304.0, 4335.0, 4304.0, 4304.0, 4315.0, 4316.0, 4355.0, 4317.0, 4337.0, 4328.0, 4319.0, 4337.0, 4319.0, 4320.0, 4332.0, 4343.0, 4344.0, 4384.0, 4342.0, 4373.0, 4379.0, 4329.0, 4370.0, 4329.0, 4329.0, 4379.0, 4319.0, 4349.0, 4348.0, 4318.0, 4358.0, 4318.0, 4328.0, 4356.0, 4330.0, 4358.0, 4328.0, 4316.0, 4319.0, 4340.0, 4343.0, 4343.0, 4345.0, 4396.0, 4363.0, 4352.0, 4381.0, 4319.0, 4339.0, 4379.0, 4329.0, 4370.0, 4328.0, 4338.0, 4367.0, 4317.0, 4358.0, 4327.0, 4317.0, 4366.0, 4317.0, 4327.0, 4319.0, 4360.0, 4330.0, 4349.0, 4331.0, 4362.0, 4351.0, 4330.0, 4379.0, 4317.0, 4358.0, 4336.0, 4327.0, 4366.0, 4315.0, 4336.0, 4315.0, 4316.0, 4366.0, 4317.0, 4346.0, 4316.0, 4317.0, 4337.0, 4317.0, 4367.0, 4317.0, 4338.0, 4318.0, 4327.0, 4330.0, 4339.0, 4330.0, 4360.0, 4331.0, 4362.0, 4369.0, 4329.0, 4369.0, 4328.0, 4348.0, 4318.0, 4338.0, 4318.0, 4329.0, 4320.0, 4361.0, 4358.0, 4319.0, 4379.0, 4327.0, 4356.0, 4317.0, 4328.0, 4330.0, 4342.0, 4342.0, 4381.0, 4340.0, 4370.0, 4328.0, 4338.0, 4328.0, 4320.0, 4358.0, 4319.0, 4348.0, 4329.0, 4348.0, 4330.0, 4350.0, 4332.0, 4361.0, 4331.0, 4330.0, 4321.0, 4352.0, 4332.0, 4353.0, 4344.0, 4346.0, 4376.0, 4357.0, 4398.0, 4362.0, 4351.0, 4379.0, 4328.0, 4368.0, 4328.0, 4338.0, 4330.0, 4330.0, 4340.0, 4321.0, 4340.0, 4330.0, 4370.0, 4331.0, 4371.0, 4320.0, 4330.0, 4340.0, 4330.0, 4380.0, 4330.0, 4372.0, 4348.0, 4347.0, 4376.0, 4316.0, 4365.0, 4315.0, 4316.0, 4318.0, 4319.0, 4329.0, 4331.0, 4331.0, 4332.0, 4332.0, 4332.0, 4371.0, 4329.0, 4359.0, 4317.0, 4327.0, 4345.0, 4316.0, 4336.0, 4317.0, 4329.0, 4329.0, 4330.0, 4342.0, 4344.0, 4384.0, 4345.0, 4374.0, 4341.0, 4341.0, 4380.0, 4329.0, 4358.0, 4317.0, 4347.0, 4328.0, 4329.0, 4330.0, 4332.0, 4370.0, 4331.0, 4351.0, 4332.0, 4353.0, 4343.0, 4354.0, 4356.0, 4395.0, 4343.0, 4373.0, 4330.0, 4350.0, 4380.0, 4339.0, 4358.0, 4317.0, 4338.0, 4330.0, 4350.0, 4332.0, 4372.0, 4360.0, 4341.0, 4380.0, 4329.0, 4369.0, 4317.0, 4328.0, 4328.0, 4329.0, 4339.0, 4329.0, 4369.0, 4329.0, 4349.0, 4331.0, 4320.0, 4333.0, 4384.0, 4341.0, 4372.0, 4379.0, 4328.0, 4369.0, 4328.0, 4328.0, 4367.0, 4317.0, 4358.0, 4317.0, 4338.0, 4346.0, 4317.0, 4346.0, 4327.0, 4337.0, 4327.0, 4329.0, 4357.0, 4328.0, 4348.0, 4330.0, 4321.0, 4343.0, 4371.0, 4321.0, 4352.0, 4379.0, 4329.0, 4369.0, 4327.0, 4328.0, 4348.0, 4318.0, 4340.0, 4331.0, 4343.0, 4365.0, 4394.0, 4362.0, 4371.0, 4330.0, 4340.0, 4358.0, 4319.0, 4360.0, 4329.0, 4349.0, 4318.0, 4328.0, 4346.0, 4318.0, 4368.0, 4329.0, 4359.0, 4326.0, 4327.0, 4366.0, 4316.0, 4356.0, 4316.0, 4326.0, 4316.0, 4327.0, 4317.0, 4329.0, 4338.0, 4340.0, 4340.0, 4343.0, 4352.0, 4343.0, 4352.0, 4343.0, 4344.0, 4344.0, 4372.0, 4352.0, 4383.0, 4349.0, 4338.0, 4377.0, 4316.0, 4357.0, 4315.0, 4325.0, 4294.0, 4315.0, 4306.0, 4328.0, 4319.0, 4341.0, 4371.0, 4340.0, 4350.0, 4339.0, 4329.0, 4319.0, 4329.0, 4379.0, 4329.0, 4359.0, 4327.0, 4327.0, 4327.0, 4328.0, 4329.0, 4351.0, 4331.0, 4351.0, 4330.0, 4362.0, 4380.0, 4359.0, 4368.0, 4329.0, 4358.0, 4318.0, 4350.0, 4357.0, 4317.0, 4317.0, 4328.0, 4341.0, 4343.0, 4333.0, 4356.0, 4364.0, 4345.0, 4385.0, 4365.0, 4395.0, 4352.0, 4351.0, 4381.0, 4349.0, 4368.0, 4328.0, 4348.0, 4327.0, 4328.0, 4318.0, 4338.0, 4331.0, 4329.0, 4331.0, 4341.0, 4331.0, 4346.0, 4354.0, 4334.0, 4346.0, 4363.0, 4342.0, 4343.0, 4393.0, 4363.0, 4383.0, 4358.0, 4338.0, 4367.0, 4324.0, 4353.0, 4303.0, 4314.0, 4316.0, 4315.0, 4327.0, 4308.0, 4329.0, 4351.0, 4331.0, 4331.0, 4330.0, 4332.0, 4361.0, 4333.0, 4361.0, 4341.0, 4362.0, 4352.0, 4341.0, 4351.0, 4320.0, 4372.0, 4340.0, 4370.0, 4330.0, 4348.0, 4329.0, 4370.0, 4329.0, 4368.0, 4318.0, 4358.0, 4329.0, 4320.0, 4350.0, 4329.0, 4370.0, 4319.0, 4370.0, 4319.0, 4369.0, 4328.0, 4381.0, 4368.0, 4357.0, 4376.0, 4315.0, 4355.0, 4316.0, 4307.0, 4319.0, 4331.0, 4351.0, 4381.0, 4351.0, 4370.0, 4330.0, 4359.0, 4329.0, 4330.0, 4352.0, 4322.0, 4384.0, 4392.0, 4360.0, 4369.0, 4337.0, 4337.0, 4319.0, 4340.0, 4359.0, 4318.0, 4378.0, 4317.0, 4357.0, 4329.0, 4347.0, 4319.0, 4358.0, 4331.0, 4361.0, 4328.0, 4318.0, 4318.0, 4364.0, 4355.0, 4358.0, 4358.0, 4395.0, 4341.0, 4353.0, 4379.0, 4317.0, 4358.0, 4318.0, 4330.0, 4380.0, 4341.0, 4380.0, 4339.0, 4346.0, 4316.0, 4335.0, 4327.0, 4368.0, 4355.0, 4421.0, 4367.0, 4345.0, 4363.0, 4302.0, 4343.0, 4314.0, 4315.0, 4315.0, 4307.0, 4358.0, 4329.0, 4369.0, 4330.0, 4380.0, 4336.0, 4337.0, 4373.0, 4315.0, 4364.0, 4315.0, 4324.0, 4316.0, 4326.0, 4338.0, 4350.0, 4342.0, 4341.0, 4354.0, 4370.0, 4377.0, 4348.0, 4366.0, 4344.0, 4334.0, 4384.0, 4376.0, 4394.0, 4363.0, 4383.0, 4350.0, 4350.0, 4378.0, 4327.0, 4356.0, 4305.0, 4336.0, 4317.0, 4309.0, 4320.0, 4342.0, 4332.0, 4344.0, 4374.0, 4345.0, 4385.0, 4355.0, 4382.0, 4341.0, 4370.0, 4351.0, 4370.0, 4341.0, 4359.0, 4330.0, 4349.0, 4341.0, 4341.0, 4340.0, 4320.0, 4349.0, 4330.0, 4369.0, 4330.0, 4341.0, 4340.0, 4310.0, 4359.0, 4319.0, 4380.0, 4341.0, 4360.0, 4329.0, 4319.0, 4329.0, 4320.0, 4370.0, 4332.0, 4386.0, 4343.0, 4331.0, 4341.0, 4331.0, 4381.0, 4331.0, 4359.0, 4330.0, 4350.0, 4340.0, 4331.0, 4339.0, 4319.0, 4349.0, 4341.0, 4381.0, 4330.0, 4368.0, 4319.0, 4339.0, 4330.0, 4331.0, 4330.0, 4342.0, 4371.0, 4332.0, 4352.0, 4332.0, 4332.0, 4362.0, 4344.0, 4373.0, 4342.0, 4354.0, 4364.0, 4393.0, 4361.0, 4369.0, 4327.0, 4316.0, 4329.0, 4344.0, 4355.0, 4346.0, 4347.0, 4346.0, 4356.0, 4347.0, 4399.0, 4386.0, 4363.0, 4380.0, 4328.0, 4358.0, 4339.0, 4358.0, 4329.0, 4348.0, 4318.0, 4339.0, 4330.0, 4342.0, 4351.0, 4332.0, 4381.0, 4343.0, 4372.0, 4351.0, 4330.0, 4349.0, 4309.0, 4370.0, 4359.0, 4359.0, 4347.0, 4327.0, 4366.0, 4316.0, 4355.0, 4316.0, 4328.0, 4317.0, 4319.0, 4339.0, 4342.0, 4361.0, 4320.0, 4340.0, 4369.0, 4329.0, 4358.0, 4329.0, 4357.0, 4318.0, 4358.0, 4320.0, 4350.0, 4331.0, 4370.0, 4309.0, 4339.0, 4330.0, 4330.0, 4332.0, 4342.0, 4334.0, 4346.0, 4346.0, 4395.0, 4332.0, 4362.0, 4383.0, 4329.0, 4318.0, 4319.0, 4332.0, 4333.0, 4333.0, 4334.0, 4354.0, 4344.0, 4384.0, 4344.0, 4374.0, 4392.0, 4360.0, 4371.0, 4338.0, 4338.0, 4326.0, 4327.0, 4356.0, 4318.0, 4307.0, 4317.0, 4319.0, 4341.0, 4333.0, 4342.0, 4334.0, 4384.0, 4354.0, 4396.0, 4343.0, 4360.0, 4330.0, 4331.0, 4341.0, 4332.0, 4372.0, 4380.0, 4349.0, 4370.0, 4338.0, 4337.0, 4335.0, 4316.0, 4306.0, 4317.0, 4330.0, 4330.0, 4333.0, 4374.0, 4342.0, 4332.0, 4332.0, 4342.0, 4343.0, 4384.0, 4366.0, 4396.0, 4355.0, 4394.0, 4349.0, 4349.0, 4378.0, 4327.0, 4366.0, 4327.0, 4347.0, 4329.0, 4350.0, 4341.0, 4360.0, 4339.0, 4330.0, 4380.0, 4328.0, 4348.0, 4317.0, 4328.0, 4329.0, 4340.0, 4342.0, 4342.0, 4343.0, 4344.0, 4375.0, 4364.0, 4343.0, 4383.0, 4330.0, 4361.0, 4329.0, 4328.0, 4328.0, 4328.0, 4330.0, 4352.0, 4342.0, 4372.0, 4360.0, 4339.0, 4379.0, 4328.0, 4368.0, 4326.0, 4316.0, 4365.0, 4316.0, 4356.0, 4326.0, 4326.0, 4336.0, 4316.0, 4377.0, 4328.0, 4348.0, 4327.0, 4329.0, 4357.0, 4328.0, 4328.0, 4340.0, 4331.0, 4342.0, 4382.0, 4351.0, 4361.0, 4341.0, 4331.0, 4380.0, 4330.0, 4331.0, 4342.0, 4353.0, 4344.0, 4394.0, 4353.0, 4373.0, 4341.0, 4341.0, 4380.0, 4341.0, 4371.0, 4341.0, 4340.0, 4340.0, 4341.0, 4354.0, 4354.0, 4355.0, 4375.0, 4358.0, 4390.0, 4370.0, 4407.0, 4364.0, 4365.0, 4392.0, 4351.0, 4369.0, 4329.0, 4359.0, 4330.0, 4360.0, 4341.0, 4351.0, 4379.0, 4349.0, 4369.0, 4329.0, 4329.0, 4329.0, 4353.0, 4352.0, 4353.0, 4383.0, 4343.0, 4372.0, 4343.0, 4395.0, 4360.0, 4359.0, 4379.0, 4328.0, 4358.0, 4326.0, 4334.0, 4316.0, 4340.0, 4364.0, 4365.0, 4372.0, 4352.0, 4381.0, 4369.0, 4338.0, 4378.0, 4337.0, 4357.0, 4326.0, 4335.0, 4365.0, 4325.0, 4364.0, 4325.0], 'WindowWidth': [9674.0, 9694.0, 9624.0, 9646.0, 9631.0, 9614.0, 9627.0, 9695.0, 9615.0, 9641.0, 9649.0, 9578.0, 9640.0, 9594.0, 9582.0, 9613.0, 9574.0, 9584.0, 9593.0, 9605.0, 9596.0, 9620.0, 9576.0, 9580.0, 9616.0, 9577.0, 9580.0, 9595.0, 9600.0, 9622.0, 9687.0, 9626.0, 9658.0, 9590.0, 9623.0, 9629.0, 9669.0, 9689.0, 9648.0, 9675.0, 9634.0, 9677.0, 9632.0, 9661.0, 9589.0, 9588.0, 9644.0, 9571.0, 9625.0, 9567.0, 9566.0, 9632.0, 9568.0, 9594.0, 9574.0, 9586.0, 9592.0, 9598.0, 9620.0, 9595.0, 9582.0, 9615.0, 9654.0, 9598.0, 9615.0, 9611.0, 9600.0, 9665.0, 9595.0, 9655.0, 9607.0, 9597.0, 9650.0, 9593.0, 9650.0, 9591.0, 9593.0, 9630.0, 9589.0, 9627.0, 9574.0, 9587.0, 9569.0, 9573.0, 9642.0, 9590.0, 9590.0, 9599.0, 9608.0, 9601.0, 9630.0, 9605.0, 9605.0, 9648.0, 9673.0, 9592.0, 9638.0, 9627.0, 9573.0, 9624.0, 9567.0, 9586.0, 9607.0, 9569.0, 9623.0, 9568.0, 9583.0, 9580.0, 9584.0, 9639.0, 9585.0, 9610.0, 9585.0, 9573.0, 9594.0, 9628.0, 9590.0, 9593.0, 9661.0, 9594.0, 9594.0, 9600.0, 9652.0, 9580.0, 9625.0, 9592.0, 9592.0, 9645.0, 9592.0, 9632.0, 9599.0, 9625.0, 9601.0, 9656.0, 9602.0, 9593.0, 9641.0, 9574.0, 9624.0, 9587.0, 9600.0, 9583.0, 9572.0, 9587.0, 9589.0, 9610.0, 9626.0, 9620.0, 9661.0, 9612.0, 9598.0, 9650.0, 9594.0, 9638.0, 9594.0, 9597.0, 9592.0, 9594.0, 9596.0, 9613.0, 9615.0, 9654.0, 9605.0, 9669.0, 9645.0, 9669.0, 9627.0, 9661.0, 9599.0, 9585.0, 9623.0, 9565.0, 9567.0, 9569.0, 9582.0, 9592.0, 9645.0, 9573.0, 9623.0, 9566.0, 9569.0, 9594.0, 9568.0, 9583.0, 9572.0, 9609.0, 9586.0, 9612.0, 9593.0, 9597.0, 9614.0, 9630.0, 9620.0, 9607.0, 9660.0, 9620.0, 9680.0, 9652.0, 9620.0, 9619.0, 9573.0, 9610.0, 9605.0, 9591.0, 9639.0, 9583.0, 9623.0, 9585.0, 9572.0, 9612.0, 9611.0, 9614.0, 9623.0, 9616.0, 9630.0, 9619.0, 9630.0, 9616.0, 9673.0, 9606.0, 9635.0, 9587.0, 9586.0, 9634.0, 9585.0, 9624.0, 9590.0, 9627.0, 9589.0, 9593.0, 9590.0, 9593.0, 9644.0, 9590.0, 9623.0, 9588.0, 9589.0, 9590.0, 9592.0, 9612.0, 9628.0, 9621.0, 9636.0, 9622.0, 9678.0, 9597.0, 9653.0, 9617.0, 9589.0, 9643.0, 9583.0, 9618.0, 9569.0, 9571.0, 9606.0, 9582.0, 9611.0, 9583.0, 9597.0, 9583.0, 9586.0, 9608.0, 9586.0, 9611.0, 9587.0, 9603.0, 9583.0, 9587.0, 9604.0, 9608.0, 9628.0, 9623.0, 9614.0, 9647.0, 9624.0, 9595.0, 9649.0, 9588.0, 9630.0, 9585.0, 9589.0, 9601.0, 9588.0, 9626.0, 9587.0, 9605.0, 9590.0, 9592.0, 9600.0, 9610.0, 9648.0, 9609.0, 9619.0, 9593.0, 9594.0, 9607.0, 9597.0, 9651.0, 9596.0, 9647.0, 9592.0, 9609.0, 9591.0, 9593.0, 9649.0, 9591.0, 9635.0, 9592.0, 9594.0, 9591.0, 9596.0, 9605.0, 9610.0, 9616.0, 9647.0, 9625.0, 9684.0, 9654.0, 9610.0, 9651.0, 9587.0, 9629.0, 9567.0, 9580.0, 9605.0, 9566.0, 9592.0, 9582.0, 9583.0, 9586.0, 9591.0, 9624.0, 9630.0, 9574.0, 9625.0, 9569.0, 9584.0, 9582.0, 9584.0, 9621.0, 9589.0, 9571.0, 9591.0, 9622.0, 9596.0, 9599.0, 9647.0, 9654.0, 9608.0, 9648.0, 9583.0, 9614.0, 9580.0, 9569.0, 9607.0, 9583.0, 9621.0, 9589.0, 9615.0, 9590.0, 9591.0, 9587.0, 9588.0, 9593.0, 9624.0, 9616.0, 9611.0, 9615.0, 9663.0, 9606.0, 9605.0, 9644.0, 9568.0, 9626.0, 9565.0, 9568.0, 9607.0, 9580.0, 9607.0, 9582.0, 9583.0, 9599.0, 9589.0, 9605.0, 9608.0, 9610.0, 9612.0, 9665.0, 9607.0, 9635.0, 9588.0, 9589.0, 9639.0, 9585.0, 9628.0, 9568.0, 9585.0, 9609.0, 9583.0, 9597.0, 9585.0, 9588.0, 9609.0, 9625.0, 9617.0, 9671.0, 9608.0, 9636.0, 9617.0, 9590.0, 9629.0, 9587.0, 9616.0, 9600.0, 9589.0, 9605.0, 9613.0, 9643.0, 9590.0, 9630.0, 9589.0, 9617.0, 9608.0, 9637.0, 9606.0, 9590.0, 9602.0, 9606.0, 9646.0, 9604.0, 9607.0, 9605.0, 9609.0, 9649.0, 9612.0, 9642.0, 9613.0, 9617.0, 9636.0, 9612.0, 9652.0, 9612.0, 9642.0, 9610.0, 9610.0, 9624.0, 9613.0, 9613.0, 9631.0, 9666.0, 9608.0, 9652.0, 9590.0, 9605.0, 9585.0, 9589.0, 9645.0, 9588.0, 9629.0, 9601.0, 9586.0, 9598.0, 9586.0, 9603.0, 9608.0, 9624.0, 9616.0, 9638.0, 9682.0, 9644.0, 9622.0, 9640.0, 9648.0, 9635.0, 9632.0, 9614.0, 9701.0, 9639.0, 9691.0, 9670.0, 9651.0, 9645.0, 9573.0, 9597.0, 9551.0, 9554.0, 9557.0, 9574.0, 9570.0, 9574.0, 9574.0, 9575.0, 9581.0, 9591.0, 9596.0, 9623.0, 9617.0, 9617.0, 9646.0, 9625.0, 9640.0, 9657.0, 9613.0, 9624.0, 9561.0, 9545.0, 9547.0, 9551.0, 9585.0, 9603.0, 9582.0, 9620.0, 9612.0, 9648.0, 9596.0, 9645.0, 9569.0, 9608.0, 9571.0, 9581.0, 9573.0, 9614.0, 9560.0, 9599.0, 9590.0, 9606.0, 9638.0, 9571.0, 9627.0, 9571.0, 9595.0, 9557.0, 9570.0, 9593.0, 9634.0, 9601.0, 9654.0, 9623.0, 9592.0, 9650.0, 9576.0, 9574.0, 9584.0, 9587.0, 9634.0, 9607.0, 9595.0, 9664.0, 9626.0, 9686.0, 9655.0, 9606.0, 9629.0, 9554.0, 9584.0, 9577.0, 9550.0, 9600.0, 9562.0, 9566.0, 9564.0, 9552.0, 9605.0, 9566.0, 9568.0, 9585.0, 9575.0, 9614.0, 9592.0, 9606.0, 9595.0, 9598.0, 9614.0, 9618.0, 9628.0, 9618.0, 9662.0, 9598.0, 9611.0, 9632.0, 9597.0, 9638.0, 9597.0, 9641.0, 9591.0, 9596.0, 9653.0, 9595.0, 9639.0, 9592.0, 9582.0, 9649.0, 9597.0, 9643.0, 9598.0, 9596.0, 9632.0, 9580.0, 9647.0, 9595.0, 9637.0, 9591.0, 9582.0, 9617.0, 9594.0, 9631.0, 9576.0, 9596.0, 9605.0, 9581.0, 9647.0, 9593.0, 9611.0, 9591.0, 9581.0, 9653.0, 9579.0, 9636.0, 9591.0, 9607.0, 9598.0, 9598.0, 9619.0, 9676.0, 9598.0, 9637.0, 9628.0, 9578.0, 9634.0, 9591.0, 9621.0, 9572.0, 9572.0, 9642.0, 9571.0, 9613.0, 9572.0, 9571.0, 9584.0, 9576.0, 9595.0, 9597.0, 9599.0, 9643.0, 9653.0, 9608.0, 9631.0, 9572.0, 9585.0, 9588.0, 9605.0, 9598.0, 9639.0, 9588.0, 9578.0, 9641.0, 9574.0, 9613.0, 9572.0, 9576.0, 9588.0, 9593.0, 9647.0, 9591.0, 9621.0, 9591.0, 9595.0, 9633.0, 9594.0, 9634.0, 9593.0, 9605.0, 9618.0, 9609.0, 9599.0, 9589.0, 9607.0, 9599.0, 9682.0, 9674.0, 9592.0, 9635.0, 9570.0, 9584.0, 9623.0, 9554.0, 9598.0, 9557.0, 9562.0, 9597.0, 9574.0, 9583.0, 9623.0, 9590.0, 9574.0, 9599.0, 9589.0, 9573.0, 9591.0, 9596.0, 9612.0, 9639.0, 9616.0, 9689.0, 9643.0, 9607.0, 9630.0, 9555.0, 9602.0, 9594.0, 9554.0, 9619.0, 9538.0, 9580.0, 9537.0, 9538.0, 9555.0, 9559.0, 9608.0, 9561.0, 9588.0, 9576.0, 9566.0, 9588.0, 9568.0, 9571.0, 9591.0, 9609.0, 9611.0, 9665.0, 9603.0, 9645.0, 9646.0, 9580.0, 9638.0, 9578.0, 9581.0, 9648.0, 9566.0, 9607.0, 9603.0, 9565.0, 9618.0, 9564.0, 9577.0, 9612.0, 9582.0, 9618.0, 9576.0, 9559.0, 9569.0, 9598.0, 9610.0, 9609.0, 9616.0, 9686.0, 9632.0, 9617.0, 9656.0, 9567.0, 9595.0, 9647.0, 9580.0, 9639.0, 9576.0, 9592.0, 9629.0, 9559.0, 9618.0, 9575.0, 9561.0, 9626.0, 9561.0, 9574.0, 9569.0, 9623.0, 9586.0, 9609.0, 9589.0, 9634.0, 9612.0, 9583.0, 9647.0, 9560.0, 9619.0, 9585.0, 9572.0, 9626.0, 9554.0, 9584.0, 9554.0, 9559.0, 9627.0, 9560.0, 9599.0, 9558.0, 9562.0, 9586.0, 9562.0, 9626.0, 9560.0, 9591.0, 9564.0, 9576.0, 9584.0, 9594.0, 9585.0, 9626.0, 9587.0, 9632.0, 9633.0, 9579.0, 9633.0, 9576.0, 9603.0, 9565.0, 9590.0, 9564.0, 9581.0, 9570.0, 9626.0, 9619.0, 9566.0, 9650.0, 9574.0, 9612.0, 9561.0, 9577.0, 9587.0, 9604.0, 9605.0, 9657.0, 9595.0, 9641.0, 9577.0, 9589.0, 9576.0, 9568.0, 9617.0, 9567.0, 9606.0, 9581.0, 9604.0, 9584.0, 9610.0, 9589.0, 9629.0, 9588.0, 9584.0, 9573.0, 9616.0, 9593.0, 9620.0, 9610.0, 9618.0, 9656.0, 9633.0, 9694.0, 9631.0, 9614.0, 9650.0, 9577.0, 9631.0, 9578.0, 9590.0, 9583.0, 9585.0, 9598.0, 9574.0, 9596.0, 9583.0, 9638.0, 9586.0, 9640.0, 9571.0, 9581.0, 9596.0, 9583.0, 9652.0, 9584.0, 9645.0, 9601.0, 9600.0, 9638.0, 9556.0, 9619.0, 9554.0, 9558.0, 9563.0, 9569.0, 9581.0, 9585.0, 9585.0, 9590.0, 9589.0, 9588.0, 9641.0, 9578.0, 9622.0, 9558.0, 9571.0, 9592.0, 9557.0, 9582.0, 9560.0, 9579.0, 9582.0, 9585.0, 9604.0, 9610.0, 9662.0, 9612.0, 9653.0, 9597.0, 9598.0, 9650.0, 9577.0, 9616.0, 9559.0, 9601.0, 9577.0, 9579.0, 9584.0, 9592.0, 9636.0, 9586.0, 9612.0, 9591.0, 9620.0, 9608.0, 9622.0, 9629.0, 9682.0, 9606.0, 9646.0, 9580.0, 9610.0, 9651.0, 9593.0, 9619.0, 9559.0, 9589.0, 9583.0, 9610.0, 9591.0, 9647.0, 9624.0, 9598.0, 9651.0, 9580.0, 9634.0, 9562.0, 9577.0, 9576.0, 9582.0, 9594.0, 9581.0, 9635.0, 9580.0, 9608.0, 9588.0, 9572.0, 9594.0, 9664.0, 9600.0, 9641.0, 9646.0, 9578.0, 9634.0, 9575.0, 9578.0, 9626.0, 9562.0, 9616.0, 9560.0, 9589.0, 9597.0, 9558.0, 9599.0, 9572.0, 9587.0, 9574.0, 9580.0, 9613.0, 9577.0, 9602.0, 9583.0, 9575.0, 9607.0, 9642.0, 9572.0, 9615.0, 9647.0, 9579.0, 9634.0, 9574.0, 9578.0, 9603.0, 9565.0, 9597.0, 9587.0, 9605.0, 9640.0, 9677.0, 9630.0, 9639.0, 9582.0, 9595.0, 9615.0, 9566.0, 9623.0, 9579.0, 9608.0, 9563.0, 9576.0, 9598.0, 9565.0, 9632.0, 9581.0, 9624.0, 9570.0, 9573.0, 9624.0, 9557.0, 9610.0, 9559.0, 9572.0, 9557.0, 9575.0, 9560.0, 9580.0, 9591.0, 9596.0, 9596.0, 9608.0, 9616.0, 9608.0, 9617.0, 9608.0, 9609.0, 9608.0, 9642.0, 9617.0, 9664.0, 9606.0, 9591.0, 9641.0, 9557.0, 9614.0, 9554.0, 9568.0, 9526.0, 9555.0, 9546.0, 9579.0, 9568.0, 9601.0, 9643.0, 9597.0, 9613.0, 9593.0, 9581.0, 9567.0, 9581.0, 9649.0, 9579.0, 9621.0, 9574.0, 9575.0, 9574.0, 9578.0, 9580.0, 9613.0, 9587.0, 9613.0, 9584.0, 9630.0, 9652.0, 9621.0, 9630.0, 9579.0, 9619.0, 9562.0, 9609.0, 9612.0, 9560.0, 9560.0, 9579.0, 9601.0, 9607.0, 9597.0, 9629.0, 9638.0, 9614.0, 9666.0, 9640.0, 9682.0, 9617.0, 9612.0, 9654.0, 9607.0, 9630.0, 9578.0, 9606.0, 9573.0, 9575.0, 9564.0, 9591.0, 9586.0, 9578.0, 9586.0, 9599.0, 9588.0, 9617.0, 9622.0, 9597.0, 9616.0, 9634.0, 9604.0, 9606.0, 9675.0, 9631.0, 9665.0, 9616.0, 9589.0, 9628.0, 9563.0, 9600.0, 9532.0, 9549.0, 9557.0, 9554.0, 9574.0, 9549.0, 9581.0, 9612.0, 9588.0, 9585.0, 9583.0, 9587.0, 9626.0, 9591.0, 9625.0, 9599.0, 9627.0, 9615.0, 9600.0, 9613.0, 9570.0, 9645.0, 9596.0, 9636.0, 9581.0, 9602.0, 9578.0, 9636.0, 9580.0, 9630.0, 9562.0, 9617.0, 9581.0, 9571.0, 9611.0, 9580.0, 9635.0, 9567.0, 9635.0, 9565.0, 9631.0, 9577.0, 9656.0, 9629.0, 9612.0, 9639.0, 9553.0, 9607.0, 9559.0, 9549.0, 9567.0, 9586.0, 9615.0, 9655.0, 9615.0, 9636.0, 9582.0, 9618.0, 9580.0, 9582.0, 9615.0, 9576.0, 9664.0, 9673.0, 9622.0, 9633.0, 9585.0, 9587.0, 9565.0, 9597.0, 9621.0, 9564.0, 9644.0, 9561.0, 9613.0, 9579.0, 9600.0, 9568.0, 9619.0, 9585.0, 9626.0, 9577.0, 9562.0, 9563.0, 9639.0, 9629.0, 9636.0, 9635.0, 9684.0, 9597.0, 9620.0, 9647.0, 9559.0, 9617.0, 9563.0, 9582.0, 9650.0, 9601.0, 9653.0, 9594.0, 9598.0, 9558.0, 9580.0, 9573.0, 9630.0, 9628.0, 9734.0, 9626.0, 9592.0, 9617.0, 9531.0, 9586.0, 9552.0, 9554.0, 9555.0, 9546.0, 9618.0, 9581.0, 9633.0, 9582.0, 9651.0, 9584.0, 9586.0, 9631.0, 9554.0, 9617.0, 9553.0, 9563.0, 9558.0, 9570.0, 9591.0, 9609.0, 9604.0, 9601.0, 9623.0, 9654.0, 9658.0, 9622.0, 9642.0, 9608.0, 9594.0, 9662.0, 9652.0, 9673.0, 9631.0, 9663.0, 9607.0, 9609.0, 9642.0, 9571.0, 9608.0, 9539.0, 9580.0, 9560.0, 9554.0, 9572.0, 9604.0, 9590.0, 9608.0, 9649.0, 9612.0, 9663.0, 9623.0, 9656.0, 9598.0, 9636.0, 9613.0, 9634.0, 9599.0, 9619.0, 9581.0, 9605.0, 9601.0, 9599.0, 9595.0, 9569.0, 9607.0, 9581.0, 9633.0, 9584.0, 9597.0, 9595.0, 9556.0, 9620.0, 9567.0, 9650.0, 9599.0, 9622.0, 9580.0, 9566.0, 9578.0, 9568.0, 9636.0, 9588.0, 9672.0, 9607.0, 9586.0, 9599.0, 9585.0, 9654.0, 9587.0, 9618.0, 9584.0, 9608.0, 9595.0, 9586.0, 9593.0, 9567.0, 9608.0, 9599.0, 9654.0, 9582.0, 9630.0, 9566.0, 9594.0, 9582.0, 9586.0, 9584.0, 9601.0, 9641.0, 9592.0, 9617.0, 9589.0, 9588.0, 9629.0, 9608.0, 9645.0, 9604.0, 9620.0, 9634.0, 9678.0, 9624.0, 9633.0, 9574.0, 9558.0, 9581.0, 9610.0, 9627.0, 9616.0, 9619.0, 9615.0, 9627.0, 9619.0, 9695.0, 9668.0, 9630.0, 9649.0, 9574.0, 9614.0, 9591.0, 9614.0, 9578.0, 9600.0, 9563.0, 9593.0, 9583.0, 9602.0, 9611.0, 9587.0, 9653.0, 9605.0, 9641.0, 9613.0, 9582.0, 9605.0, 9550.0, 9638.0, 9619.0, 9617.0, 9598.0, 9572.0, 9622.0, 9553.0, 9606.0, 9555.0, 9577.0, 9561.0, 9565.0, 9594.0, 9604.0, 9626.0, 9569.0, 9595.0, 9633.0, 9577.0, 9616.0, 9578.0, 9614.0, 9563.0, 9616.0, 9569.0, 9609.0, 9585.0, 9636.0, 9552.0, 9592.0, 9583.0, 9582.0, 9588.0, 9602.0, 9597.0, 9614.0, 9614.0, 9680.0, 9587.0, 9631.0, 9658.0, 9579.0, 9562.0, 9566.0, 9588.0, 9592.0, 9594.0, 9595.0, 9623.0, 9609.0, 9662.0, 9608.0, 9651.0, 9670.0, 9623.0, 9639.0, 9589.0, 9587.0, 9570.0, 9571.0, 9609.0, 9565.0, 9545.0, 9559.0, 9567.0, 9599.0, 9594.0, 9601.0, 9595.0, 9663.0, 9622.0, 9683.0, 9605.0, 9621.0, 9582.0, 9584.0, 9599.0, 9589.0, 9644.0, 9649.0, 9606.0, 9636.0, 9588.0, 9587.0, 9580.0, 9555.0, 9544.0, 9562.0, 9584.0, 9582.0, 9593.0, 9649.0, 9603.0, 9588.0, 9590.0, 9602.0, 9605.0, 9665.0, 9642.0, 9684.0, 9624.0, 9683.0, 9606.0, 9604.0, 9644.0, 9572.0, 9624.0, 9573.0, 9601.0, 9581.0, 9610.0, 9599.0, 9624.0, 9591.0, 9581.0, 9650.0, 9576.0, 9604.0, 9561.0, 9575.0, 9580.0, 9599.0, 9604.0, 9605.0, 9608.0, 9609.0, 9653.0, 9634.0, 9604.0, 9661.0, 9581.0, 9626.0, 9577.0, 9576.0, 9575.0, 9577.0, 9583.0, 9617.0, 9604.0, 9645.0, 9621.0, 9593.0, 9649.0, 9574.0, 9630.0, 9570.0, 9556.0, 9622.0, 9556.0, 9609.0, 9569.0, 9571.0, 9581.0, 9558.0, 9639.0, 9575.0, 9605.0, 9573.0, 9579.0, 9613.0, 9577.0, 9576.0, 9596.0, 9586.0, 9603.0, 9656.0, 9614.0, 9628.0, 9600.0, 9587.0, 9651.0, 9584.0, 9587.0, 9605.0, 9620.0, 9611.0, 9678.0, 9619.0, 9648.0, 9599.0, 9597.0, 9652.0, 9600.0, 9641.0, 9598.0, 9598.0, 9596.0, 9602.0, 9623.0, 9623.0, 9626.0, 9652.0, 9636.0, 9684.0, 9656.0, 9705.0, 9635.0, 9640.0, 9671.0, 9614.0, 9633.0, 9581.0, 9620.0, 9583.0, 9623.0, 9600.0, 9614.0, 9648.0, 9608.0, 9632.0, 9580.0, 9581.0, 9581.0, 9621.0, 9617.0, 9618.0, 9658.0, 9605.0, 9641.0, 9606.0, 9684.0, 9624.0, 9621.0, 9647.0, 9576.0, 9616.0, 9570.0, 9578.0, 9557.0, 9597.0, 9640.0, 9640.0, 9645.0, 9616.0, 9656.0, 9633.0, 9589.0, 9645.0, 9585.0, 9615.0, 9567.0, 9580.0, 9621.0, 9565.0, 9618.0, 9566.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.0005677500000000001</td></tr>
<tr><td colspan=3>aqi</td><td>0.02647865018292683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.84523185753502</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758191045942663</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9926981342891995</td></tr>
<tr><td colspan=3>efc</td><td>0.4772</td></tr>
<tr><td colspan=3>fber</td><td>5805.6221</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10885421176333623</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.426829268292683</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5230333082214993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4493921234201226</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8197078418638357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299999959380539</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111879</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01709778606891632</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023662472143769264</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6909086017000714</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>33.4839</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.1555</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299433.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0796</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.4475</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.4367</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.2989</td></tr>
<tr><td colspan=3>tsnr</td><td>39.70491180266254</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>