<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-03/func/sub-0075_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>9be7d88d6b5e2c1e0b51438640bc46fa</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>09:33:17.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99523, -0.00372574, 0.0974812, 0.0144181, 0.993914, -0.109214]</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.0815246</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4183, -7670, -7258, 493, -43, -45, 19, 32]</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>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae4fbe5b-183a-4191-9666-89c47cebd4f8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670130491256714, 0.03868275508284569, 0.2604988217353821, 104.90200805664062], [0.009995880536735058, 2.666597843170166, -0.2972654104232788, -84.0397720336914], [0.26153504848480225, 0.2930123805999756, 2.670912504196167, -98.36968994140625], [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': ['093317.385000', '093317.845000', '093318.305000', '093318.765000', '093319.225000', '093319.685000', '093320.145000', '093320.605000', '093321.065000', '093321.525000', '093321.985000', '093322.445000', '093322.905000', '093323.365000', '093323.825000', '093324.285000', '093324.745000', '093325.205000', '093325.665000', '093326.125000', '093326.585000', '093327.045000', '093327.505000', '093327.965000', '093328.425000', '093328.885000', '093329.345000', '093329.805000', '093330.265000', '093330.725000', '093331.185000', '093331.645000', '093332.105000', '093332.565000', '093333.025000', '093333.485000', '093333.945000', '093334.405000', '093334.865000', '093335.325000', '093335.785000', '093336.245000', '093336.705000', '093337.165000', '093337.625000', '093338.085000', '093338.545000', '093339.005000', '093339.465000', '093339.925000', '093340.385000', '093340.845000', '093341.305000', '093341.765000', '093342.225000', '093342.685000', '093343.145000', '093343.605000', '093344.065000', '093344.525000', '093344.985000', '093345.445000', '093345.905000', '093346.365000', '093346.825000', '093347.285000', '093347.745000', '093348.205000', '093348.665000', '093349.125000', '093349.585000', '093350.045000', '093350.505000', '093350.965000', '093351.425000', '093351.885000', '093352.345000', '093352.805000', '093353.265000', '093353.725000', '093354.185000', '093354.645000', '093355.105000', '093355.565000', '093356.025000', '093356.485000', '093356.945000', '093357.405000', '093357.865000', '093358.325000', '093358.785000', '093359.245000', '093359.705000', '093400.165000', '093400.625000', '093401.085000', '093401.545000', '093402.005000', '093402.465000', '093402.925000', '093403.385000', '093403.845000', '093404.305000', '093404.765000', '093405.225000', '093405.685000', '093406.145000', '093406.605000', '093407.065000', '093407.525000', '093407.985000', '093408.445000', '093408.905000', '093409.365000', '093409.825000', '093410.285000', '093410.745000', '093411.205000', '093411.665000', '093412.125000', '093412.585000', '093413.045000', '093413.505000', '093413.965000', '093414.425000', '093414.885000', '093415.345000', '093415.805000', '093416.265000', '093416.725000', '093417.185000', '093417.645000', '093418.105000', '093418.565000', '093419.025000', '093419.485000', '093419.945000', '093420.405000', '093420.865000', '093421.325000', '093421.785000', '093422.245000', '093422.705000', '093423.165000', '093423.625000', '093424.085000', '093424.545000', '093425.005000', '093425.465000', '093425.925000', '093426.385000', '093426.845000', '093427.305000', '093427.765000', '093428.225000', '093428.685000', '093429.145000', '093429.605000', '093430.065000', '093430.525000', '093430.985000', '093431.445000', '093431.905000', '093432.365000', '093432.825000', '093433.285000', '093433.745000', '093434.205000', '093434.665000', '093435.125000', '093435.585000', '093436.045000', '093436.505000', '093436.965000', '093437.425000', '093437.885000', '093438.345000', '093438.805000', '093439.265000', '093439.725000', '093440.185000', '093440.645000', '093441.105000', '093441.565000', '093442.025000', '093442.485000', '093442.945000', '093443.405000', '093443.865000', '093444.325000', '093444.785000', '093445.245000', '093445.705000', '093446.165000', '093446.625000', '093447.085000', '093447.545000', '093448.005000', '093448.465000', '093448.925000', '093449.385000', '093449.845000', '093450.305000', '093450.765000', '093451.225000', '093451.685000', '093452.145000', '093452.605000', '093453.065000', '093453.525000', '093453.985000', '093454.445000', '093454.905000', '093455.365000', '093455.825000', '093456.285000', '093456.745000', '093457.205000', '093457.665000', '093458.125000', '093458.585000', '093459.045000', '093459.505000', '093459.965000', '093500.425000', '093500.885000', '093501.345000', '093501.805000', '093502.265000', '093502.725000', '093503.185000', '093503.645000', '093504.105000', '093504.565000', '093505.025000', '093505.485000', '093505.945000', '093506.405000', '093506.865000', '093507.325000', '093507.785000', '093508.245000', '093508.705000', '093509.165000', '093509.625000', '093510.085000', '093510.545000', '093511.005000', '093511.465000', '093511.925000', '093512.385000', '093512.845000', '093513.305000', '093513.765000', '093514.225000', '093514.685000', '093515.145000', '093515.605000', '093516.065000', '093516.525000', '093516.985000', '093517.445000', '093517.905000', '093518.365000', '093518.825000', '093519.285000', '093519.745000', '093520.205000', '093520.665000', '093521.125000', '093521.585000', '093522.045000', '093522.505000', '093522.965000', '093523.425000', '093523.885000', '093524.345000', '093524.805000', '093525.265000', '093525.725000', '093526.185000', '093526.645000', '093527.105000', '093527.565000', '093528.025000', '093528.485000', '093528.945000', '093529.405000', '093529.865000', '093530.325000', '093530.785000', '093531.245000', '093531.705000', '093532.165000', '093532.625000', '093533.085000', '093533.545000', '093534.005000', '093534.465000', '093534.925000', '093535.385000', '093535.845000', '093536.305000', '093536.765000', '093537.225000', '093537.685000', '093538.145000', '093538.605000', '093539.065000', '093539.525000', '093539.985000', '093540.445000', '093540.905000', '093541.365000', '093541.825000', '093542.285000', '093542.745000', '093543.205000', '093543.665000', '093544.125000', '093544.585000', '093545.045000', '093545.505000', '093545.965000', '093546.425000', '093546.885000', '093547.345000', '093547.805000', '093548.265000', '093548.725000', '093549.185000', '093549.645000', '093550.105000', '093550.565000', '093551.025000', '093551.485000', '093551.945000', '093552.405000', '093552.865000', '093553.325000', '093553.785000', '093554.245000', '093554.705000', '093555.165000', '093555.625000', '093556.085000', '093556.545000', '093557.005000', '093557.465000', '093557.925000', '093558.385000', '093558.845000', '093559.305000', '093559.765000', '093600.225000', '093600.685000', '093601.145000', '093601.605000', '093602.065000', '093602.525000', '093602.985000', '093603.445000', '093603.905000', '093604.365000', '093604.825000', '093605.285000', '093605.745000', '093606.205000', '093606.665000', '093607.125000', '093607.585000', '093608.045000', '093608.505000', '093608.965000', '093609.425000', '093609.885000', '093610.345000', '093610.805000', '093611.265000', '093611.725000', '093612.185000', '093612.645000', '093613.105000', '093613.565000', '093614.025000', '093614.485000', '093614.945000', '093615.405000', '093615.865000', '093616.325000', '093616.785000', '093617.245000', '093617.705000', '093618.165000', '093618.625000', '093619.085000', '093619.545000', '093620.005000', '093620.465000', '093620.925000', '093621.385000', '093621.845000', '093622.305000', '093622.765000', '093623.225000', '093623.685000', '093624.145000', '093624.605000', '093625.065000', '093625.525000', '093625.985000', '093626.445000', '093626.905000', '093627.365000', '093627.825000', '093628.285000', '093628.745000', '093629.205000', '093629.665000', '093630.125000', '093630.585000', '093631.045000', '093631.505000', '093631.965000', '093632.425000', '093632.885000', '093633.345000', '093633.805000', '093634.265000', '093634.725000', '093635.185000', '093635.645000', '093636.105000', '093636.565000', '093637.025000', '093637.485000', '093637.945000', '093638.405000', '093638.865000', '093639.325000', '093639.785000', '093640.245000', '093640.705000', '093641.165000', '093641.625000', '093642.085000', '093642.545000', '093643.005000', '093643.465000', '093643.925000', '093644.385000', '093644.845000', '093645.305000', '093645.765000', '093646.225000', '093646.685000', '093647.145000', '093647.605000', '093648.065000', '093648.525000', '093648.985000', '093649.445000', '093649.905000', '093650.365000', '093650.825000', '093651.285000', '093651.745000', '093652.205000', '093652.665000', '093653.125000', '093653.585000', '093654.045000', '093654.505000', '093654.965000', '093655.425000', '093655.885000', '093656.345000', '093656.805000', '093657.265000', '093657.725000', '093658.185000', '093658.645000', '093659.105000', '093659.565000', '093700.025000', '093700.485000', '093700.945000', '093701.405000', '093701.865000', '093702.325000', '093702.785000', '093703.245000', '093703.705000', '093704.165000', '093704.625000', '093705.085000', '093705.545000', '093706.005000', '093706.465000', '093706.925000', '093707.385000', '093707.845000', '093708.305000', '093708.765000', '093709.225000', '093709.685000', '093710.145000', '093710.605000', '093711.065000', '093711.525000', '093711.985000', '093712.445000', '093712.905000', '093713.365000', '093713.825000', '093714.285000', '093714.745000', '093715.205000', '093715.665000', '093716.125000', '093716.585000', '093717.045000', '093717.505000', '093717.965000', '093718.425000', '093718.885000', '093719.345000', '093719.805000', '093720.265000', '093720.725000', '093721.185000', '093721.645000', '093722.105000', '093722.565000', '093723.025000', '093723.485000', '093723.945000', '093724.405000', '093724.865000', '093725.325000', '093725.785000', '093726.245000', '093726.705000', '093727.165000', '093727.625000', '093728.085000', '093728.545000', '093729.005000', '093729.465000', '093729.925000', '093730.385000', '093730.845000', '093731.305000', '093731.765000', '093732.225000', '093732.685000', '093733.145000', '093733.605000', '093734.065000', '093734.525000', '093734.985000', '093735.445000', '093735.905000', '093736.365000', '093736.825000', '093737.285000', '093737.745000', '093738.205000', '093738.665000', '093739.125000', '093739.585000', '093740.045000', '093740.505000', '093740.965000', '093741.425000', '093741.885000', '093742.345000', '093742.805000', '093743.265000', '093743.725000', '093744.185000', '093744.645000', '093745.105000', '093745.565000', '093746.025000', '093746.485000', '093746.945000', '093747.405000', '093747.865000', '093748.325000', '093748.785000', '093749.245000', '093749.705000', '093750.165000', '093750.625000', '093751.085000', '093751.545000', '093752.005000', '093752.465000', '093752.925000', '093753.385000', '093753.845000', '093754.305000', '093754.765000', '093755.225000', '093755.685000', '093756.145000', '093756.605000', '093757.065000', '093757.525000', '093757.985000', '093758.445000', '093758.905000', '093759.365000', '093759.825000', '093800.285000', '093800.745000', '093801.205000', '093801.665000', '093802.125000', '093802.585000', '093803.045000', '093803.505000', '093803.965000', '093804.425000', '093804.885000', '093805.345000', '093805.805000', '093806.265000', '093806.725000', '093807.185000', '093807.645000', '093808.105000', '093808.565000', '093809.025000', '093809.485000', '093809.945000', '093810.405000', '093810.865000', '093811.325000', '093811.785000', '093812.245000', '093812.705000', '093813.165000', '093813.625000', '093814.085000', '093814.545000', '093815.005000', '093815.465000', '093815.925000', '093816.385000', '093816.845000', '093817.305000', '093817.765000', '093818.225000', '093818.685000', '093819.145000', '093819.605000', '093820.065000', '093820.525000', '093820.985000', '093821.445000', '093821.905000', '093822.365000', '093822.825000', '093823.285000', '093823.745000', '093824.205000', '093824.665000', '093825.125000', '093825.585000', '093826.045000', '093826.505000', '093826.965000', '093827.425000', '093827.885000', '093828.345000', '093828.805000', '093829.265000', '093829.725000', '093830.185000', '093830.645000', '093831.105000', '093831.565000', '093832.025000', '093832.485000', '093832.945000', '093833.405000', '093833.865000', '093834.325000', '093834.785000', '093835.245000', '093835.705000', '093836.165000', '093836.625000', '093837.085000', '093837.545000', '093838.005000', '093838.465000', '093838.925000', '093839.385000', '093839.845000', '093840.305000', '093840.765000', '093841.225000', '093841.685000', '093842.145000', '093842.605000', '093843.065000', '093843.525000', '093843.985000', '093844.445000', '093844.905000', '093845.365000', '093845.825000', '093846.285000', '093846.745000', '093847.205000', '093847.665000', '093848.125000', '093848.585000', '093849.045000', '093849.505000', '093849.965000', '093850.425000', '093850.885000', '093851.345000', '093851.805000', '093852.265000', '093852.725000', '093853.185000', '093853.645000', '093854.105000', '093854.565000', '093855.025000', '093855.485000', '093855.945000', '093856.405000', '093856.865000', '093857.325000', '093857.785000', '093858.245000', '093858.705000', '093859.165000', '093859.625000', '093900.085000', '093900.545000', '093901.005000', '093901.465000', '093901.925000', '093902.385000', '093902.845000', '093903.305000', '093903.765000', '093904.225000', '093904.685000', '093905.145000', '093905.605000', '093906.065000', '093906.525000', '093906.985000', '093907.445000', '093907.905000', '093908.365000', '093908.825000', '093909.285000', '093909.745000', '093910.205000', '093910.665000', '093911.125000', '093911.585000', '093912.045000', '093912.505000', '093912.965000', '093913.425000', '093913.885000', '093914.345000', '093914.805000', '093915.265000', '093915.725000', '093916.185000', '093916.645000', '093917.105000', '093917.565000', '093918.025000', '093918.485000', '093918.945000', '093919.405000', '093919.865000', '093920.325000', '093920.785000', '093921.245000', '093921.705000', '093922.165000', '093922.625000', '093923.085000', '093923.545000', '093924.005000', '093924.465000', '093924.925000', '093925.385000', '093925.845000', '093926.305000', '093926.765000', '093927.225000', '093927.685000', '093928.145000', '093928.605000', '093929.065000', '093929.525000', '093929.985000', '093930.445000', '093930.905000', '093931.365000', '093931.825000', '093932.285000', '093932.745000', '093933.205000', '093933.665000', '093934.125000', '093934.585000', '093935.045000', '093935.505000', '093935.965000', '093936.425000', '093936.885000', '093937.345000', '093937.805000', '093938.265000', '093938.725000', '093939.185000', '093939.645000', '093940.105000', '093940.565000', '093941.025000', '093941.485000', '093941.945000', '093942.405000', '093942.865000', '093943.325000', '093943.785000', '093944.245000', '093944.705000', '093945.165000', '093945.625000', '093946.085000', '093946.545000', '093947.005000', '093947.465000', '093947.925000', '093948.385000', '093948.845000', '093949.305000', '093949.765000', '093950.225000', '093950.685000', '093951.145000', '093951.605000', '093952.065000', '093952.525000', '093952.985000', '093953.445000', '093953.905000', '093954.365000', '093954.825000', '093955.285000', '093955.745000', '093956.205000', '093956.665000', '093957.125000', '093957.585000', '093958.045000', '093958.505000', '093958.965000', '093959.425000', '093959.885000', '094000.345000', '094000.805000', '094001.265000', '094001.725000', '094002.185000', '094002.645000', '094003.105000', '094003.565000', '094004.025000', '094004.485000', '094004.945000', '094005.405000', '094005.865000', '094006.325000', '094006.785000', '094007.245000', '094007.705000', '094008.165000', '094008.625000', '094009.085000', '094009.545000', '094010.005000', '094010.465000', '094010.925000', '094011.385000', '094011.845000', '094012.305000', '094012.765000', '094013.225000', '094013.685000', '094014.145000', '094014.605000', '094015.065000', '094015.525000', '094015.985000', '094016.445000', '094016.905000', '094017.365000', '094017.825000', '094018.285000', '094018.745000', '094019.205000', '094019.665000', '094020.125000', '094020.585000', '094021.045000', '094021.505000', '094021.965000', '094022.425000', '094022.885000', '094023.345000', '094023.805000', '094024.265000', '094024.725000', '094025.185000', '094025.645000', '094026.105000', '094026.565000', '094027.025000', '094027.485000', '094027.945000', '094028.405000', '094028.865000', '094029.325000', '094029.785000', '094030.245000', '094030.705000', '094031.165000', '094031.625000', '094032.085000', '094032.545000', '094033.005000', '094033.465000', '094033.925000', '094034.385000', '094034.845000', '094035.305000', '094035.765000', '094036.225000', '094036.685000', '094037.145000', '094037.605000', '094038.065000', '094038.525000', '094038.985000', '094039.445000', '094039.905000', '094040.365000', '094040.825000', '094041.285000', '094041.745000', '094042.205000', '094042.665000', '094043.125000', '094043.585000', '094044.045000', '094044.505000', '094044.965000', '094045.425000', '094045.885000', '094046.345000', '094046.805000', '094047.265000', '094047.725000', '094048.185000', '094048.645000', '094049.105000', '094049.565000', '094050.025000', '094050.485000', '094050.945000', '094051.405000', '094051.865000', '094052.325000', '094052.785000', '094053.245000', '094053.705000', '094054.165000', '094054.625000', '094055.085000', '094055.545000', '094056.005000', '094056.465000', '094056.925000', '094057.385000', '094057.845000', '094058.305000', '094058.765000', '094059.225000', '094059.685000', '094100.145000', '094100.605000', '094101.065000', '094101.525000', '094101.985000', '094102.445000', '094102.905000', '094103.365000', '094103.825000', '094104.285000', '094104.745000', '094105.205000', '094105.665000', '094106.125000', '094106.585000', '094107.045000', '094107.505000', '094107.965000', '094108.425000', '094108.885000', '094109.345000', '094109.805000', '094110.265000', '094110.725000', '094111.185000', '094111.645000', '094112.105000', '094112.565000', '094113.025000', '094113.485000', '094113.945000', '094114.405000', '094114.865000', '094115.325000', '094115.785000', '094116.245000', '094116.705000', '094117.165000', '094117.625000', '094118.085000', '094118.545000', '094119.005000', '094119.465000', '094119.925000', '094120.385000', '094120.845000', '094121.305000', '094121.765000', '094122.225000', '094122.685000', '094123.145000', '094123.605000', '094124.065000', '094124.525000', '094124.985000', '094125.445000', '094125.905000', '094126.365000', '094126.825000', '094127.285000', '094127.745000', '094128.205000', '094128.665000', '094129.125000', '094129.585000', '094130.045000', '094130.505000', '094130.965000', '094131.425000', '094131.885000', '094132.345000', '094132.805000', '094133.265000', '094133.725000', '094134.185000', '094134.645000', '094135.105000', '094135.565000', '094136.025000', '094136.485000', '094136.945000', '094137.405000', '094137.865000', '094138.325000', '094138.785000', '094139.245000', '094139.705000', '094140.165000', '094140.625000', '094141.085000', '094141.545000', '094142.005000', '094142.465000', '094142.925000', '094143.385000', '094143.845000', '094144.305000', '094144.765000', '094145.225000', '094145.685000', '094146.145000', '094146.605000', '094147.065000', '094147.525000', '094147.985000', '094148.445000', '094148.905000', '094149.365000', '094149.825000', '094150.285000', '094150.745000', '094151.205000', '094151.665000', '094152.125000', '094152.585000', '094153.045000', '094153.505000', '094153.965000', '094154.425000', '094154.885000', '094155.345000', '094155.805000', '094156.265000', '094156.725000', '094157.185000', '094157.645000', '094158.105000', '094158.565000', '094159.025000', '094159.485000', '094159.945000', '094200.405000', '094200.865000', '094201.325000', '094201.785000', '094202.245000', '094202.705000', '094203.165000', '094203.625000', '094204.085000', '094204.545000', '094205.005000', '094205.465000', '094205.925000', '094206.385000', '094206.845000', '094207.305000', '094207.765000', '094208.225000', '094208.685000', '094209.145000', '094209.605000', '094210.065000', '094210.525000', '094210.985000', '094211.445000', '094211.905000', '094212.365000', '094212.825000', '094213.285000', '094213.745000', '094214.205000', '094214.665000', '094215.125000', '094215.585000', '094216.045000', '094216.505000', '094216.965000', '094217.425000', '094217.885000', '094218.345000', '094218.805000', '094219.265000', '094219.725000', '094220.185000', '094220.645000', '094221.105000', '094221.565000', '094222.025000', '094222.485000', '094222.945000', '094223.405000', '094223.865000', '094224.325000', '094224.785000', '094225.245000', '094225.705000', '094226.165000', '094226.625000', '094227.085000', '094227.545000', '094228.005000', '094228.465000', '094228.925000', '094229.385000', '094229.845000', '094230.305000', '094230.765000', '094231.225000', '094231.685000', '094232.145000', '094232.605000', '094233.065000', '094233.525000', '094233.985000', '094234.445000', '094234.905000', '094235.365000', '094235.825000', '094236.285000', '094236.745000', '094237.205000', '094237.665000', '094238.125000', '094238.585000', '094239.045000', '094239.505000', '094239.965000', '094240.425000', '094240.885000', '094241.345000', '094241.805000', '094242.265000', '094242.725000', '094243.185000', '094243.645000', '094244.105000', '094244.565000', '094245.025000', '094245.485000', '094245.945000', '094246.405000', '094246.865000', '094247.325000', '094247.785000', '094248.245000', '094248.705000', '094249.165000', '094249.625000', '094250.085000', '094250.545000', '094251.005000', '094251.465000', '094251.925000', '094252.385000', '094252.845000', '094253.305000', '094253.765000', '094254.225000', '094254.685000', '094255.145000', '094255.605000', '094256.065000', '094256.525000', '094256.985000', '094257.445000', '094257.905000', '094258.365000', '094258.825000', '094259.285000', '094259.745000', '094300.205000', '094300.665000', '094301.125000', '094301.585000', '094302.045000', '094302.505000', '094302.965000', '094303.425000', '094303.885000', '094304.345000', '094304.805000', '094305.265000', '094305.725000', '094306.185000', '094306.645000', '094307.105000', '094307.565000', '094308.025000', '094308.485000', '094308.945000', '094309.405000', '094309.865000', '094310.325000', '094310.785000', '094311.245000', '094311.705000', '094312.165000', '094312.625000', '094313.085000', '094313.545000', '094314.005000', '094314.465000', '094314.925000', '094315.385000', '094315.845000', '094316.305000', '094316.765000', '094317.225000', '094317.685000', '094318.145000', '094318.605000', '094319.065000', '094319.525000', '094319.985000', '094320.445000', '094320.905000', '094321.365000', '094321.825000', '094322.285000', '094322.745000', '094323.205000', '094323.665000', '094324.125000', '094324.585000', '094325.045000', '094325.505000', '094325.965000', '094326.425000', '094326.885000', '094327.345000', '094327.805000', '094328.265000', '094328.725000', '094329.185000', '094329.645000', '094330.105000', '094330.565000', '094331.025000', '094331.485000', '094331.945000', '094332.405000', '094332.865000', '094333.325000', '094333.785000', '094334.245000', '094334.705000', '094335.165000', '094335.625000', '094336.085000', '094336.545000', '094337.005000', '094337.465000', '094337.925000', '094338.385000', '094338.845000', '094339.305000', '094339.765000', '094340.225000', '094340.685000', '094341.145000', '094341.605000', '094342.065000', '094342.525000', '094342.985000', '094343.445000', '094343.905000', '094344.365000', '094344.825000', '094345.285000', '094345.745000', '094346.205000', '094346.665000', '094347.125000', '094347.585000', '094348.045000', '094348.505000', '094348.965000', '094349.425000', '094349.885000', '094350.345000', '094350.805000', '094351.265000', '094351.725000', '094352.185000', '094352.645000', '094353.105000', '094353.565000', '094354.025000', '094354.485000', '094354.945000', '094355.405000', '094355.865000', '094356.325000', '094356.785000', '094357.245000', '094357.705000', '094358.165000', '094358.625000', '094359.085000', '094359.545000', '094400.005000', '094400.465000', '094400.925000', '094401.385000', '094401.845000', '094402.305000', '094402.765000', '094403.225000', '094403.685000', '094404.145000', '094404.605000', '094405.065000', '094405.525000', '094405.985000', '094406.445000', '094406.905000', '094407.365000', '094407.825000', '094408.285000', '094408.745000', '094409.205000', '094409.665000', '094410.125000', '094410.585000', '094411.045000', '094411.505000', '094411.965000', '094412.425000', '094412.885000', '094413.345000', '094413.805000', '094414.265000', '094414.725000', '094415.185000', '094415.645000', '094416.105000', '094416.565000', '094417.025000', '094417.485000', '094417.945000', '094418.405000', '094418.865000', '094419.325000', '094419.785000', '094420.245000', '094420.705000', '094421.165000', '094421.625000', '094422.085000', '094422.545000', '094423.005000', '094423.465000', '094423.925000', '094424.385000', '094424.845000', '094425.305000', '094425.765000', '094426.225000', '094426.685000', '094427.145000', '094427.605000', '094428.065000', '094428.525000', '094428.985000', '094429.445000', '094429.905000', '094430.365000', '094430.825000', '094431.285000', '094431.745000', '094432.205000', '094432.665000', '094433.125000', '094433.585000', '094434.045000', '094434.505000', '094434.965000', '094435.425000', '094435.885000', '094436.345000', '094436.805000', '094437.265000', '094437.725000', '094438.185000', '094438.645000', '094439.105000', '094439.565000', '094440.025000', '094440.485000', '094440.945000', '094441.405000', '094441.865000', '094442.325000', '094442.785000', '094443.245000', '094443.705000', '094444.165000', '094444.625000', '094445.085000', '094445.545000', '094446.005000', '094446.465000', '094446.925000', '094447.385000', '094447.845000', '094448.305000', '094448.765000', '094449.225000', '094449.685000', '094450.145000', '094450.605000', '094451.065000', '094451.525000', '094451.985000', '094452.445000', '094452.905000', '094453.365000', '094453.825000', '094454.285000', '094454.745000', '094455.205000', '094455.665000', '094456.125000', '094456.585000', '094457.045000', '094457.505000', '094457.965000', '094458.425000', '094458.885000', '094459.345000', '094459.805000', '094500.265000', '094500.725000', '094501.185000', '094501.645000', '094502.105000', '094502.565000', '094503.025000', '094503.485000', '094503.945000', '094504.405000', '094504.865000', '094505.325000', '094505.785000', '094506.245000', '094506.705000', '094507.165000', '094507.625000', '094508.085000', '094508.545000', '094509.005000', '094509.465000', '094509.925000', '094510.385000', '094510.845000', '094511.305000', '094511.765000', '094512.225000', '094512.685000', '094513.145000', '094513.605000', '094514.065000', '094514.525000', '094514.985000', '094515.445000', '094515.905000', '094516.365000', '094516.825000', '094517.285000', '094517.745000', '094518.205000', '094518.665000', '094519.125000', '094519.585000', '094520.045000', '094520.505000', '094520.965000', '094521.425000', '094521.885000', '094522.345000', '094522.805000', '094523.265000', '094523.725000', '094524.185000', '094524.645000', '094525.105000', '094525.565000', '094526.025000', '094526.485000', '094526.945000', '094527.405000', '094527.865000', '094528.325000', '094528.785000', '094529.245000', '094529.705000', '094530.165000', '094530.625000', '094531.085000', '094531.545000', '094532.005000', '094532.465000', '094532.925000', '094533.385000', '094533.845000', '094534.305000', '094534.765000', '094535.225000', '094535.685000', '094536.145000', '094536.605000', '094537.065000', '094537.525000', '094537.985000', '094538.445000', '094538.905000', '094539.365000', '094539.825000', '094540.285000', '094540.745000', '094541.205000', '094541.665000', '094542.125000', '094542.585000', '094543.045000', '094543.505000', '094543.965000', '094544.425000', '094544.885000', '094545.345000', '094545.805000', '094546.265000', '094546.725000', '094547.185000', '094547.645000', '094548.105000', '094548.565000', '094549.025000', '094549.485000', '094549.945000', '094550.405000', '094550.865000', '094551.325000'], 'ContentTime': ['093338.712000', '093338.715000', '093338.718000', '093338.721000', '093338.724000', '093338.727000', '093338.730000', '093338.732000', '093338.735000', '093338.746000', '093338.748000', '093338.751000', '093338.754000', '093338.756000', '093338.759000', '093338.761000', '093338.764000', '093338.766000', '093338.769000', '093338.772000', '093338.774000', '093338.777000', '093338.779000', '093338.782000', '093338.784000', '093338.787000', '093338.789000', '093338.792000', '093338.795000', '093338.797000', '093338.800000', '093338.802000', '093338.805000', '093338.807000', '093338.810000', '093338.813000', '093338.815000', '093338.818000', '093338.820000', '093338.823000', '093338.825000', '093338.828000', '093338.831000', '093338.833000', '093358.669000', '093358.671000', '093358.674000', '093358.677000', '093358.679000', '093358.682000', '093358.684000', '093358.687000', '093358.690000', '093358.693000', '093358.695000', '093358.698000', '093358.701000', '093358.703000', '093358.706000', '093358.708000', '093358.711000', '093358.713000', '093358.716000', '093358.718000', '093358.721000', '093358.724000', '093358.726000', '093358.729000', '093358.731000', '093358.734000', '093358.736000', '093358.739000', '093358.742000', '093358.744000', '093358.747000', '093358.750000', '093358.754000', '093358.757000', '093358.759000', '093358.762000', '093358.764000', '093358.767000', '093358.769000', '093358.772000', '093358.775000', '093358.777000', '093358.780000', '093418.668000', '093418.671000', '093418.674000', '093418.676000', '093418.679000', '093418.681000', '093418.684000', '093418.686000', '093418.689000', '093418.692000', '093418.694000', '093418.697000', '093418.700000', '093418.702000', '093418.705000', '093418.707000', '093418.710000', '093418.713000', '093418.715000', '093418.718000', '093418.720000', '093418.723000', '093418.725000', '093418.728000', '093418.731000', '093418.733000', '093418.736000', '093418.738000', '093418.741000', '093418.744000', '093418.746000', '093418.749000', '093418.751000', '093418.754000', '093418.756000', '093418.759000', '093418.761000', '093418.764000', '093418.767000', '093418.769000', '093418.772000', '093418.774000', '093418.777000', '093418.780000', '093438.669000', '093438.671000', '093438.674000', '093438.677000', '093438.679000', '093438.682000', '093438.684000', '093438.687000', '093438.689000', '093438.692000', '093438.695000', '093438.697000', '093438.700000', '093438.702000', '093438.705000', '093438.708000', '093438.711000', '093438.714000', '093438.716000', '093438.719000', '093438.722000', '093438.725000', '093438.727000', '093438.730000', '093438.732000', '093438.735000', '093438.737000', '093438.740000', '093438.743000', '093438.745000', '093438.748000', '093438.750000', '093438.753000', '093438.756000', '093438.758000', '093438.761000', '093438.763000', '093438.766000', '093438.769000', '093438.771000', '093438.774000', '093438.776000', '093438.779000', '093458.668000', '093458.671000', '093458.674000', '093458.676000', '093458.679000', '093458.682000', '093458.684000', '093458.687000', '093458.690000', '093458.692000', '093458.695000', '093458.697000', '093458.700000', '093458.702000', '093458.705000', '093458.708000', '093458.710000', '093458.713000', '093458.715000', '093458.718000', '093458.720000', '093458.723000', '093458.726000', '093458.728000', '093458.731000', '093458.733000', '093458.736000', '093458.738000', '093458.741000', '093458.744000', '093458.746000', '093458.749000', '093458.751000', '093458.754000', '093458.756000', '093458.759000', '093458.770000', '093458.773000', '093458.775000', '093458.778000', '093458.780000', '093458.783000', '093458.785000', '093458.788000', '093518.667000', '093518.670000', '093518.673000', '093518.675000', '093518.678000', '093518.681000', '093518.683000', '093518.686000', '093518.708000', '093518.711000', '093518.714000', '093518.716000', '093518.719000', '093518.721000', '093518.724000', '093518.727000', '093518.729000', '093518.732000', '093518.734000', '093518.737000', '093518.740000', '093518.742000', '093518.745000', '093518.747000', '093518.750000', '093518.753000', '093518.755000', '093518.768000', '093518.771000', '093518.773000', '093518.776000', '093518.778000', '093518.781000', '093518.784000', '093518.786000', '093518.791000', '093518.794000', '093518.796000', '093518.799000', '093518.801000', '093518.804000', '093518.806000', '093518.809000', '093538.668000', '093538.670000', '093538.673000', '093538.675000', '093538.678000', '093538.681000', '093538.683000', '093538.686000', '093538.688000', '093538.691000', '093538.694000', '093538.696000', '093538.699000', '093538.701000', '093538.704000', '093538.710000', '093538.712000', '093538.715000', '093538.717000', '093538.720000', '093538.723000', '093538.725000', '093538.728000', '093538.730000', '093538.733000', '093538.736000', '093538.738000', '093538.741000', '093538.744000', '093538.746000', '093538.749000', '093538.751000', '093538.754000', '093538.757000', '093538.759000', '093538.762000', '093538.765000', '093538.767000', '093538.770000', '093538.772000', '093538.775000', '093538.778000', '093538.780000', '093538.783000', '093558.668000', '093558.671000', '093558.674000', '093558.676000', '093558.679000', '093558.682000', '093558.684000', '093558.687000', '093558.690000', '093558.692000', '093558.695000', '093558.698000', '093558.700000', '093558.703000', '093558.706000', '093558.708000', '093558.711000', '093558.714000', '093558.716000', '093558.719000', '093558.722000', '093558.724000', '093558.727000', '093558.729000', '093558.732000', '093558.735000', '093558.737000', '093558.740000', '093558.743000', '093558.745000', '093558.748000', '093558.750000', '093558.753000', '093558.756000', '093558.758000', '093558.761000', '093558.764000', '093558.766000', '093558.769000', '093558.772000', '093558.774000', '093558.777000', '093558.779000', '093618.669000', '093618.671000', '093618.674000', '093618.677000', '093618.679000', '093618.682000', '093618.684000', '093618.687000', '093618.690000', '093618.692000', '093618.695000', '093618.697000', '093618.700000', '093618.703000', '093618.705000', '093618.708000', '093618.710000', '093618.713000', '093618.715000', '093618.718000', '093618.721000', '093618.723000', '093618.726000', '093618.729000', '093618.731000', '093618.734000', '093618.736000', '093618.739000', '093618.742000', '093618.744000', '093618.747000', '093618.749000', '093618.752000', '093618.754000', '093618.757000', '093618.760000', '093618.762000', '093618.765000', '093618.767000', '093618.770000', '093618.772000', '093618.775000', '093618.778000', '093618.780000', '093638.669000', '093638.671000', '093638.674000', '093638.677000', '093638.679000', '093638.682000', '093638.684000', '093638.687000', '093638.690000', '093638.692000', '093638.695000', '093638.698000', '093638.700000', '093638.703000', '093638.705000', '093638.708000', '093638.710000', '093638.713000', '093638.716000', '093638.718000', '093638.721000', '093638.723000', '093638.726000', '093638.729000', '093638.731000', '093638.734000', '093638.736000', '093638.739000', '093638.742000', '093638.744000', '093638.747000', '093638.749000', '093638.752000', '093638.763000', '093638.765000', '093638.768000', '093638.771000', '093638.774000', '093638.777000', '093638.780000', '093638.790000', '093638.793000', '093638.795000', '093658.668000', '093658.671000', '093658.674000', '093658.676000', '093658.679000', '093658.681000', '093658.684000', '093658.687000', '093658.689000', '093658.692000', '093658.694000', '093658.697000', '093658.699000', '093658.702000', '093658.704000', '093658.707000', '093658.709000', '093658.712000', '093658.715000', '093658.717000', '093658.720000', '093658.722000', '093658.725000', '093658.728000', '093658.730000', '093658.733000', '093658.735000', '093658.738000', '093658.740000', '093658.743000', '093658.745000', '093658.748000', '093658.751000', '093658.753000', '093658.756000', '093658.758000', '093658.761000', '093658.763000', '093658.766000', '093658.769000', '093658.771000', '093658.774000', '093658.776000', '093658.779000', '093718.668000', '093718.671000', '093718.674000', '093718.676000', '093718.679000', '093718.682000', '093718.684000', '093718.687000', '093718.689000', '093718.692000', '093718.694000', '093718.697000', '093718.700000', '093718.702000', '093718.705000', '093718.707000', '093718.710000', '093718.713000', '093718.715000', '093718.718000', '093718.720000', '093718.723000', '093718.726000', '093718.728000', '093718.731000', '093718.733000', '093718.736000', '093718.738000', '093718.741000', '093718.744000', '093718.746000', '093718.749000', '093718.751000', '093718.754000', '093718.757000', '093718.759000', '093718.762000', '093718.764000', '093718.767000', '093718.770000', '093718.772000', '093718.775000', '093718.777000', '093738.667000', '093738.670000', '093738.673000', '093738.675000', '093738.678000', '093738.681000', '093738.683000', '093738.686000', '093738.688000', '093738.691000', '093738.694000', '093738.696000', '093738.699000', '093738.701000', '093738.704000', '093738.707000', '093738.709000', '093738.712000', '093738.714000', '093738.717000', '093738.720000', '093738.722000', '093738.725000', '093738.728000', '093738.730000', '093738.733000', '093738.735000', '093738.738000', '093738.741000', '093738.743000', '093738.746000', '093738.749000', '093738.751000', '093738.754000', '093738.756000', '093738.759000', '093738.761000', '093738.764000', '093738.767000', '093738.769000', '093738.772000', '093738.774000', '093738.777000', '093758.667000', '093758.670000', '093758.673000', '093758.676000', '093758.678000', '093758.681000', '093758.683000', '093758.686000', '093758.688000', '093758.691000', '093758.694000', '093758.696000', '093758.699000', '093758.701000', '093758.704000', '093758.706000', '093758.709000', '093758.712000', '093758.714000', '093758.717000', '093758.719000', '093758.722000', '093758.724000', '093758.727000', '093758.730000', '093758.732000', '093758.735000', '093758.737000', '093758.740000', '093758.742000', '093758.745000', '093758.748000', '093758.750000', '093758.753000', '093758.755000', '093758.758000', '093758.760000', '093758.763000', '093758.766000', '093758.768000', '093758.771000', '093758.774000', '093758.776000', '093758.779000', '093818.669000', '093818.671000', '093818.674000', '093818.677000', '093818.679000', '093818.682000', '093818.684000', '093818.687000', '093818.690000', '093818.692000', '093818.695000', '093818.697000', '093818.700000', '093818.703000', '093818.747000', '093818.750000', '093818.752000', '093818.755000', '093818.758000', '093818.760000', '093818.763000', '093818.765000', '093818.768000', '093818.771000', '093818.773000', '093818.776000', '093818.778000', '093818.781000', '093818.784000', '093818.786000', '093818.789000', '093818.791000', '093818.794000', '093818.797000', '093818.799000', '093818.802000', '093818.804000', '093818.807000', '093818.809000', '093818.812000', '093818.814000', '093818.817000', '093818.820000', '093818.822000', '093838.669000', '093838.672000', '093838.674000', '093838.677000', '093838.679000', '093838.682000', '093838.684000', '093838.687000', '093838.690000', '093838.692000', '093838.695000', '093838.697000', '093838.700000', '093838.703000', '093838.705000', '093838.708000', '093838.710000', '093838.713000', '093838.715000', '093838.718000', '093838.721000', '093838.723000', '093838.726000', '093838.728000', '093838.731000', '093838.733000', '093838.736000', '093838.739000', '093838.741000', '093838.744000', '093838.746000', '093838.749000', '093838.752000', '093838.754000', '093838.757000', '093838.760000', '093838.762000', '093838.765000', '093838.767000', '093838.770000', '093838.773000', '093838.775000', '093838.778000', '093858.670000', '093858.673000', '093858.676000', '093858.679000', '093858.681000', '093858.684000', '093858.686000', '093858.689000', '093858.692000', '093858.694000', '093858.697000', '093858.699000', '093858.702000', '093858.705000', '093858.707000', '093858.710000', '093858.712000', '093858.715000', '093858.718000', '093858.720000', '093858.723000', '093858.726000', '093858.728000', '093858.731000', '093858.733000', '093858.736000', '093858.738000', '093858.741000', '093858.744000', '093858.746000', '093858.749000', '093858.751000', '093858.754000', '093858.757000', '093858.759000', '093858.762000', '093858.764000', '093858.767000', '093858.770000', '093858.774000', '093858.776000', '093858.779000', '093858.782000', '093858.784000', '093918.669000', '093918.671000', '093918.674000', '093918.677000', '093918.679000', '093918.682000', '093918.684000', '093918.687000', '093918.690000', '093918.692000', '093918.695000', '093918.697000', '093918.700000', '093918.703000', '093918.705000', '093918.708000', '093918.710000', '093918.713000', '093918.715000', '093918.718000', '093918.720000', '093918.723000', '093918.726000', '093918.728000', '093918.731000', '093918.733000', '093918.736000', '093918.739000', '093918.741000', '093918.744000', '093918.747000', '093918.749000', '093918.752000', '093918.754000', '093918.757000', '093918.760000', '093918.762000', '093918.765000', '093918.767000', '093918.770000', '093918.772000', '093918.775000', '093918.777000', '093938.669000', '093938.671000', '093938.674000', '093938.677000', '093938.679000', '093938.682000', '093938.684000', '093938.687000', '093938.690000', '093938.692000', '093938.695000', '093938.697000', '093938.700000', '093938.703000', '093938.705000', '093938.708000', '093938.710000', '093938.713000', '093938.716000', '093938.718000', '093938.721000', '093938.724000', '093938.726000', '093938.729000', '093938.732000', '093938.744000', '093938.747000', '093938.750000', '093938.752000', '093938.755000', '093938.758000', '093938.760000', '093938.763000', '093938.766000', '093938.768000', '093938.771000', '093938.774000', '093938.776000', '093938.779000', '093938.781000', '093938.784000', '093938.787000', '093938.789000', '093958.667000', '093958.670000', '093958.673000', '093958.676000', '093958.678000', '093958.681000', '093958.683000', '093958.686000', '093958.689000', '093958.691000', '093958.694000', '093958.696000', '093958.699000', '093958.702000', '093958.704000', '093958.707000', '093958.709000', '093958.712000', '093958.714000', '093958.717000', '093958.720000', '093958.722000', '093958.725000', '093958.727000', '093958.730000', '093958.732000', '093958.735000', '093958.738000', '093958.740000', '093958.743000', '093958.745000', '093958.748000', '093958.751000', '093958.753000', '093958.756000', '093958.758000', '093958.761000', '093958.763000', '093958.766000', '093958.769000', '093958.771000', '093958.774000', '093958.776000', '093958.779000', '094018.668000', '094018.670000', '094018.673000', '094018.676000', '094018.678000', '094018.681000', '094018.683000', '094018.686000', '094018.694000', '094018.696000', '094018.699000', '094018.701000', '094018.704000', '094018.708000', '094018.711000', '094018.714000', '094018.716000', '094018.719000', '094018.722000', '094018.725000', '094018.727000', '094018.730000', '094018.733000', '094018.736000', '094018.738000', '094018.741000', '094018.744000', '094018.746000', '094018.749000', '094018.752000', '094018.755000', '094018.757000', '094018.760000', '094018.763000', '094018.765000', '094018.768000', '094018.771000', '094018.773000', '094018.776000', '094018.778000', '094018.781000', '094018.784000', '094018.786000', '094038.668000', '094038.671000', '094038.674000', '094038.676000', '094038.679000', '094038.682000', '094038.684000', '094038.687000', '094038.689000', '094038.692000', '094038.695000', '094038.697000', '094038.700000', '094038.703000', '094038.705000', '094038.708000', '094038.710000', '094038.713000', '094038.716000', '094038.718000', '094038.721000', '094038.723000', '094038.726000', '094038.729000', '094038.731000', '094038.734000', '094038.736000', '094038.739000', '094038.742000', '094038.744000', '094038.747000', '094038.750000', '094038.752000', '094038.755000', '094038.757000', '094038.760000', '094038.762000', '094038.765000', '094038.768000', '094038.770000', '094038.773000', '094038.775000', '094038.778000', '094038.781000', '094058.669000', '094058.672000', '094058.674000', '094058.677000', '094058.680000', '094058.682000', '094058.685000', '094058.688000', '094058.690000', '094058.693000', '094058.695000', '094058.698000', '094058.700000', '094058.703000', '094058.706000', '094058.708000', '094058.711000', '094058.713000', '094058.716000', '094058.718000', '094058.721000', '094058.723000', '094058.726000', '094058.729000', '094058.731000', '094058.734000', '094058.736000', '094058.739000', '094058.741000', '094058.744000', '094058.747000', '094058.749000', '094058.752000', '094058.754000', '094058.757000', '094058.759000', '094058.776000', '094058.779000', '094058.781000', '094058.784000', '094058.786000', '094058.789000', '094058.791000', '094118.669000', '094118.671000', '094118.674000', '094118.677000', '094118.679000', '094118.682000', '094118.684000', '094118.687000', '094118.690000', '094118.692000', '094118.695000', '094118.697000', '094118.700000', '094118.703000', '094118.705000', '094118.708000', '094118.710000', '094118.713000', '094118.715000', '094118.718000', '094118.721000', '094118.723000', '094118.726000', '094118.728000', '094118.731000', '094118.733000', '094118.736000', '094118.739000', '094118.741000', '094118.744000', '094118.747000', '094118.749000', '094118.752000', '094118.754000', '094118.757000', '094118.759000', '094118.762000', '094118.765000', '094118.767000', '094118.770000', '094118.772000', '094118.775000', '094118.778000', '094118.780000', '094138.669000', '094138.671000', '094138.674000', '094138.677000', '094138.680000', '094138.683000', '094138.686000', '094138.689000', '094138.692000', '094138.694000', '094138.697000', '094138.699000', '094138.702000', '094138.705000', '094138.707000', '094138.710000', '094138.712000', '094138.715000', '094138.717000', '094138.720000', '094138.723000', '094138.725000', '094138.728000', '094138.730000', '094138.733000', '094138.735000', '094138.738000', '094138.741000', '094138.743000', '094138.746000', '094138.750000', '094138.752000', '094138.755000', '094138.757000', '094138.760000', '094138.763000', '094138.765000', '094138.768000', '094138.771000', '094138.773000', '094138.776000', '094138.778000', '094138.781000', '094158.669000', '094158.671000', '094158.674000', '094158.677000', '094158.679000', '094158.682000', '094158.684000', '094158.687000', '094158.690000', '094158.692000', '094158.695000', '094158.698000', '094158.700000', '094158.703000', '094158.705000', '094158.708000', '094158.711000', '094158.713000', '094158.716000', '094158.718000', '094158.721000', '094158.723000', '094158.726000', '094158.729000', '094158.731000', '094158.734000', '094158.736000', '094158.739000', '094158.742000', '094158.744000', '094158.747000', '094158.749000', '094158.752000', '094158.755000', '094158.757000', '094158.760000', '094158.763000', '094158.765000', '094158.768000', '094158.770000', '094158.773000', '094158.775000', '094158.778000', '094158.781000', '094218.668000', '094218.671000', '094218.673000', '094218.676000', '094218.679000', '094218.681000', '094218.684000', '094218.687000', '094218.689000', '094218.692000', '094218.695000', '094218.697000', '094218.700000', '094218.703000', '094218.705000', '094218.708000', '094218.710000', '094218.713000', '094218.715000', '094218.718000', '094218.721000', '094218.723000', '094218.726000', '094218.728000', '094218.731000', '094218.733000', '094218.736000', '094218.738000', '094218.741000', '094218.744000', '094218.746000', '094218.749000', '094218.763000', '094218.766000', '094218.768000', '094218.771000', '094218.773000', '094218.776000', '094218.778000', '094218.781000', '094218.784000', '094218.786000', '094218.789000', '094238.667000', '094238.670000', '094238.673000', '094238.675000', '094238.678000', '094238.681000', '094238.683000', '094238.686000', '094238.688000', '094238.691000', '094238.694000', '094238.696000', '094238.699000', '094238.701000', '094238.704000', '094238.707000', '094238.709000', '094238.712000', '094238.714000', '094238.717000', '094238.720000', '094238.722000', '094238.725000', '094238.727000', '094238.730000', '094238.733000', '094238.735000', '094238.738000', '094238.740000', '094238.743000', '094238.746000', '094238.748000', '094238.751000', '094238.753000', '094238.756000', '094238.759000', '094238.761000', '094238.764000', '094238.766000', '094238.769000', '094238.772000', '094238.774000', '094238.777000', '094238.779000', '094258.669000', '094258.671000', '094258.674000', '094258.677000', '094258.679000', '094258.682000', '094258.684000', '094258.687000', '094258.690000', '094258.692000', '094258.695000', '094258.697000', '094258.700000', '094258.702000', '094258.705000', '094258.708000', '094258.710000', '094258.713000', '094258.716000', '094258.718000', '094258.721000', '094258.723000', '094258.726000', '094258.729000', '094258.731000', '094258.734000', '094258.736000', '094258.739000', '094258.742000', '094258.744000', '094258.747000', '094258.750000', '094258.752000', '094258.755000', '094258.757000', '094258.760000', '094258.763000', '094258.765000', '094258.768000', '094258.770000', '094258.773000', '094258.775000', '094258.778000', '094318.669000', '094318.671000', '094318.674000', '094318.677000', '094318.679000', '094318.682000', '094318.685000', '094318.687000', '094318.690000', '094318.693000', '094318.695000', '094318.698000', '094318.700000', '094318.703000', '094318.706000', '094318.708000', '094318.711000', '094318.713000', '094318.716000', '094318.719000', '094318.721000', '094318.724000', '094318.726000', '094318.729000', '094318.732000', '094318.734000', '094318.737000', '094318.739000', '094318.742000', '094318.745000', '094318.747000', '094318.750000', '094318.752000', '094318.755000', '094318.758000', '094318.760000', '094318.763000', '094318.766000', '094318.768000', '094318.771000', '094318.773000', '094318.776000', '094318.779000', '094318.781000', '094338.669000', '094338.672000', '094338.674000', '094338.677000', '094338.679000', '094338.682000', '094338.684000', '094338.687000', '094338.690000', '094338.692000', '094338.695000', '094338.698000', '094338.700000', '094338.703000', '094338.705000', '094338.708000', '094338.711000', '094338.713000', '094338.716000', '094338.719000', '094338.721000', '094338.724000', '094338.726000', '094338.729000', '094338.731000', '094338.734000', '094338.737000', '094338.740000', '094338.742000', '094338.750000', '094338.753000', '094338.755000', '094338.758000', '094338.761000', '094338.763000', '094338.766000', '094338.768000', '094338.771000', '094338.773000', '094338.776000', '094338.779000', '094338.781000', '094338.784000', '094358.669000', '094358.671000', '094358.674000', '094358.677000', '094358.679000', '094358.682000', '094358.685000', '094358.687000', '094358.690000', '094358.692000', '094358.695000', '094358.698000', '094358.700000', '094358.703000', '094358.706000', '094358.708000', '094358.711000', '094358.713000', '094358.716000', '094358.718000', '094358.721000', '094358.724000', '094358.726000', '094358.729000', '094358.731000', '094358.734000', '094358.737000', '094358.739000', '094358.742000', '094358.745000', '094358.747000', '094358.750000', '094358.752000', '094358.755000', '094358.758000', '094358.760000', '094358.763000', '094358.765000', '094358.768000', '094358.770000', '094358.773000', '094358.776000', '094358.778000', '094358.781000', '094418.669000', '094418.671000', '094418.674000', '094418.677000', '094418.679000', '094418.682000', '094418.684000', '094418.687000', '094418.690000', '094418.692000', '094418.695000', '094418.698000', '094418.700000', '094418.703000', '094418.706000', '094418.708000', '094418.711000', '094418.713000', '094418.716000', '094418.718000', '094418.721000', '094418.724000', '094418.727000', '094418.729000', '094418.732000', '094418.734000', '094418.740000', '094418.743000', '094418.745000', '094418.748000', '094418.750000', '094418.753000', '094418.756000', '094418.758000', '094418.761000', '094418.763000', '094418.766000', '094418.769000', '094418.771000', '094418.774000', '094418.777000', '094418.780000', '094418.782000', '094438.668000', '094438.670000', '094438.673000', '094438.676000', '094438.678000', '094438.681000', '094438.683000', '094438.686000', '094438.689000', '094438.691000', '094438.694000', '094438.696000', '094438.699000', '094438.701000', '094438.704000', '094438.707000', '094438.709000', '094438.712000', '094438.714000', '094438.717000', '094438.720000', '094438.722000', '094438.725000', '094438.727000', '094438.730000', '094438.733000', '094438.735000', '094438.738000', '094438.741000', '094438.743000', '094438.746000', '094438.748000', '094438.751000', '094438.754000', '094438.756000', '094438.759000', '094438.761000', '094438.764000', '094438.766000', '094438.769000', '094438.772000', '094438.774000', '094438.777000', '094438.779000', '094458.668000', '094458.670000', '094458.673000', '094458.676000', '094458.678000', '094458.681000', '094458.684000', '094458.686000', '094458.689000', '094458.691000', '094458.694000', '094458.696000', '094458.699000', '094458.702000', '094458.704000', '094458.707000', '094458.710000', '094458.712000', '094458.715000', '094458.717000', '094458.720000', '094458.722000', '094458.725000', '094458.728000', '094458.730000', '094458.733000', '094458.736000', '094458.738000', '094458.741000', '094458.743000', '094458.746000', '094458.748000', '094458.751000', '094458.753000', '094458.756000', '094458.759000', '094458.761000', '094458.764000', '094458.766000', '094458.769000', '094458.772000', '094458.774000', '094458.777000', '094518.669000', '094518.672000', '094518.674000', '094518.677000', '094518.679000', '094518.682000', '094518.685000', '094518.687000', '094518.690000', '094518.692000', '094518.695000', '094518.698000', '094518.700000', '094518.703000', '094518.705000', '094518.708000', '094518.710000', '094518.713000', '094518.716000', '094518.718000', '094518.721000', '094518.723000', '094518.726000', '094518.728000', '094518.731000', '094518.734000', '094518.736000', '094518.739000', '094518.741000', '094518.744000', '094518.747000', '094518.749000', '094518.752000', '094518.754000', '094518.757000', '094518.759000', '094518.762000', '094518.765000', '094518.767000', '094518.770000', '094518.773000', '094518.775000', '094518.778000', '094518.781000', '094538.669000', '094538.672000', '094538.674000', '094538.677000', '094538.680000', '094538.682000', '094538.685000', '094538.687000', '094538.690000', '094538.693000', '094538.695000', '094538.698000', '094538.700000', '094538.703000', '094538.706000', '094538.708000', '094538.711000', '094538.714000', '094538.716000', '094538.719000', '094538.721000', '094538.724000', '094538.726000', '094538.729000', '094538.731000', '094538.734000', '094538.737000', '094538.739000', '094538.748000', '094538.751000', '094538.753000', '094538.756000', '094538.758000', '094538.761000', '094538.764000', '094538.766000', '094538.769000', '094538.771000', '094538.774000', '094538.777000', '094538.779000', '094538.782000', '094538.784000', '094552.612000', '094552.616000', '094552.618000', '094552.621000', '094552.624000', '094552.627000', '094552.630000', '094552.633000', '094552.635000', '094552.638000', '094552.641000', '094552.643000', '094552.647000', '094552.649000', '094552.652000', '094552.655000', '094552.657000', '094552.660000', '094552.663000', '094552.666000', '094552.668000', '094552.671000', '094552.674000', '094552.709000', '094552.713000', '094552.716000', '094552.719000', '094552.722000', '094552.725000', '094552.728000', '094552.731000'], 'InstanceCreationTime': ['093338.712000', '093338.715000', '093338.718000', '093338.721000', '093338.724000', '093338.727000', '093338.730000', '093338.732000', '093338.735000', '093338.746000', '093338.748000', '093338.751000', '093338.754000', '093338.756000', '093338.759000', '093338.761000', '093338.764000', '093338.766000', '093338.769000', '093338.772000', '093338.774000', '093338.777000', '093338.779000', '093338.782000', '093338.784000', '093338.787000', '093338.789000', '093338.792000', '093338.795000', '093338.797000', '093338.800000', '093338.802000', '093338.805000', '093338.807000', '093338.810000', '093338.813000', '093338.815000', '093338.818000', '093338.820000', '093338.823000', '093338.825000', '093338.828000', '093338.831000', '093338.833000', '093358.669000', '093358.671000', '093358.674000', '093358.677000', '093358.679000', '093358.682000', '093358.684000', '093358.687000', '093358.690000', '093358.693000', '093358.695000', '093358.698000', '093358.701000', '093358.703000', '093358.706000', '093358.708000', '093358.711000', '093358.713000', '093358.716000', '093358.718000', '093358.721000', '093358.724000', '093358.726000', '093358.729000', '093358.731000', '093358.734000', '093358.736000', '093358.739000', '093358.742000', '093358.744000', '093358.747000', '093358.750000', '093358.754000', '093358.757000', '093358.759000', '093358.762000', '093358.764000', '093358.767000', '093358.769000', '093358.772000', '093358.775000', '093358.777000', '093358.780000', '093418.668000', '093418.671000', '093418.674000', '093418.676000', '093418.679000', '093418.681000', '093418.684000', '093418.686000', '093418.689000', '093418.692000', '093418.694000', '093418.697000', '093418.700000', '093418.702000', '093418.705000', '093418.707000', '093418.710000', '093418.713000', '093418.715000', '093418.718000', '093418.720000', '093418.723000', '093418.725000', '093418.728000', '093418.731000', '093418.733000', '093418.736000', '093418.738000', '093418.741000', '093418.744000', '093418.746000', '093418.749000', '093418.751000', '093418.754000', '093418.756000', '093418.759000', '093418.761000', '093418.764000', '093418.767000', '093418.769000', '093418.772000', '093418.774000', '093418.777000', '093418.780000', '093438.669000', '093438.671000', '093438.674000', '093438.677000', '093438.679000', '093438.682000', '093438.684000', '093438.687000', '093438.689000', '093438.692000', '093438.695000', '093438.697000', '093438.700000', '093438.702000', '093438.705000', '093438.708000', '093438.711000', '093438.714000', '093438.716000', '093438.719000', '093438.722000', '093438.725000', '093438.727000', '093438.730000', '093438.732000', '093438.735000', '093438.737000', '093438.740000', '093438.743000', '093438.745000', '093438.748000', '093438.750000', '093438.753000', '093438.756000', '093438.758000', '093438.761000', '093438.763000', '093438.766000', '093438.769000', '093438.771000', '093438.774000', '093438.776000', '093438.779000', '093458.668000', '093458.671000', '093458.674000', '093458.676000', '093458.679000', '093458.682000', '093458.684000', '093458.687000', '093458.690000', '093458.692000', '093458.695000', '093458.697000', '093458.700000', '093458.702000', '093458.705000', '093458.708000', '093458.710000', '093458.713000', '093458.715000', '093458.718000', '093458.720000', '093458.723000', '093458.726000', '093458.728000', '093458.731000', '093458.733000', '093458.736000', '093458.738000', '093458.741000', '093458.744000', '093458.746000', '093458.749000', '093458.751000', '093458.754000', '093458.756000', '093458.759000', '093458.770000', '093458.773000', '093458.775000', '093458.778000', '093458.780000', '093458.783000', '093458.785000', '093458.788000', '093518.667000', '093518.670000', '093518.673000', '093518.675000', '093518.678000', '093518.681000', '093518.683000', '093518.686000', '093518.708000', '093518.711000', '093518.714000', '093518.716000', '093518.719000', '093518.721000', '093518.724000', '093518.727000', '093518.729000', '093518.732000', '093518.734000', '093518.737000', '093518.740000', '093518.742000', '093518.745000', '093518.747000', '093518.750000', '093518.753000', '093518.755000', '093518.768000', '093518.771000', '093518.773000', '093518.776000', '093518.778000', '093518.781000', '093518.784000', '093518.786000', '093518.791000', '093518.794000', '093518.796000', '093518.799000', '093518.801000', '093518.804000', '093518.806000', '093518.809000', '093538.668000', '093538.670000', '093538.673000', '093538.675000', '093538.678000', '093538.681000', '093538.683000', '093538.686000', '093538.688000', '093538.691000', '093538.694000', '093538.696000', '093538.699000', '093538.701000', '093538.704000', '093538.710000', '093538.712000', '093538.715000', '093538.717000', '093538.720000', '093538.723000', '093538.725000', '093538.728000', '093538.730000', '093538.733000', '093538.736000', '093538.738000', '093538.741000', '093538.744000', '093538.746000', '093538.749000', '093538.751000', '093538.754000', '093538.757000', '093538.759000', '093538.762000', '093538.765000', '093538.767000', '093538.770000', '093538.772000', '093538.775000', '093538.778000', '093538.780000', '093538.783000', '093558.668000', '093558.671000', '093558.674000', '093558.676000', '093558.679000', '093558.682000', '093558.684000', '093558.687000', '093558.690000', '093558.692000', '093558.695000', '093558.698000', '093558.700000', '093558.703000', '093558.706000', '093558.708000', '093558.711000', '093558.714000', '093558.716000', '093558.719000', '093558.722000', '093558.724000', '093558.727000', '093558.729000', '093558.732000', '093558.735000', '093558.737000', '093558.740000', '093558.743000', '093558.745000', '093558.748000', '093558.750000', '093558.753000', '093558.756000', '093558.758000', '093558.761000', '093558.764000', '093558.766000', '093558.769000', '093558.772000', '093558.774000', '093558.777000', '093558.779000', '093618.669000', '093618.671000', '093618.674000', '093618.677000', '093618.679000', '093618.682000', '093618.684000', '093618.687000', '093618.690000', '093618.692000', '093618.695000', '093618.697000', '093618.700000', '093618.703000', '093618.705000', '093618.708000', '093618.710000', '093618.713000', '093618.715000', '093618.718000', '093618.721000', '093618.723000', '093618.726000', '093618.729000', '093618.731000', '093618.734000', '093618.736000', '093618.739000', '093618.742000', '093618.744000', '093618.747000', '093618.749000', '093618.752000', '093618.754000', '093618.757000', '093618.760000', '093618.762000', '093618.765000', '093618.767000', '093618.770000', '093618.772000', '093618.775000', '093618.778000', '093618.780000', '093638.669000', '093638.671000', '093638.674000', '093638.677000', '093638.679000', '093638.682000', '093638.684000', '093638.687000', '093638.690000', '093638.692000', '093638.695000', '093638.698000', '093638.700000', '093638.703000', '093638.705000', '093638.708000', '093638.710000', '093638.713000', '093638.716000', '093638.718000', '093638.721000', '093638.723000', '093638.726000', '093638.729000', '093638.731000', '093638.734000', '093638.736000', '093638.739000', '093638.742000', '093638.744000', '093638.747000', '093638.749000', '093638.752000', '093638.763000', '093638.765000', '093638.768000', '093638.771000', '093638.774000', '093638.777000', '093638.780000', '093638.790000', '093638.793000', '093638.795000', '093658.668000', '093658.671000', '093658.674000', '093658.676000', '093658.679000', '093658.681000', '093658.684000', '093658.687000', '093658.689000', '093658.692000', '093658.694000', '093658.697000', '093658.699000', '093658.702000', '093658.704000', '093658.707000', '093658.709000', '093658.712000', '093658.715000', '093658.717000', '093658.720000', '093658.722000', '093658.725000', '093658.728000', '093658.730000', '093658.733000', '093658.735000', '093658.738000', '093658.740000', '093658.743000', '093658.745000', '093658.748000', '093658.751000', '093658.753000', '093658.756000', '093658.758000', '093658.761000', '093658.763000', '093658.766000', '093658.769000', '093658.771000', '093658.774000', '093658.776000', '093658.779000', '093718.668000', '093718.671000', '093718.674000', '093718.676000', '093718.679000', '093718.682000', '093718.684000', '093718.687000', '093718.689000', '093718.692000', '093718.694000', '093718.697000', '093718.700000', '093718.702000', '093718.705000', '093718.707000', '093718.710000', '093718.713000', '093718.715000', '093718.718000', '093718.720000', '093718.723000', '093718.726000', '093718.728000', '093718.731000', '093718.733000', '093718.736000', '093718.738000', '093718.741000', '093718.744000', '093718.746000', '093718.749000', '093718.751000', '093718.754000', '093718.757000', '093718.759000', '093718.762000', '093718.764000', '093718.767000', '093718.770000', '093718.772000', '093718.775000', '093718.777000', '093738.667000', '093738.670000', '093738.673000', '093738.675000', '093738.678000', '093738.681000', '093738.683000', '093738.686000', '093738.688000', '093738.691000', '093738.694000', '093738.696000', '093738.699000', '093738.701000', '093738.704000', '093738.707000', '093738.709000', '093738.712000', '093738.714000', '093738.717000', '093738.720000', '093738.722000', '093738.725000', '093738.728000', '093738.730000', '093738.733000', '093738.735000', '093738.738000', '093738.741000', '093738.743000', '093738.746000', '093738.749000', '093738.751000', '093738.754000', '093738.756000', '093738.759000', '093738.761000', '093738.764000', '093738.767000', '093738.769000', '093738.772000', '093738.774000', '093738.777000', '093758.667000', '093758.670000', '093758.673000', '093758.676000', '093758.678000', '093758.681000', '093758.683000', '093758.686000', '093758.688000', '093758.691000', '093758.694000', '093758.696000', '093758.699000', '093758.701000', '093758.704000', '093758.706000', '093758.709000', '093758.712000', '093758.714000', '093758.717000', '093758.719000', '093758.722000', '093758.724000', '093758.727000', '093758.730000', '093758.732000', '093758.735000', '093758.737000', '093758.740000', '093758.742000', '093758.745000', '093758.748000', '093758.750000', '093758.753000', '093758.755000', '093758.758000', '093758.760000', '093758.763000', '093758.766000', '093758.768000', '093758.771000', '093758.774000', '093758.776000', '093758.779000', '093818.669000', '093818.671000', '093818.674000', '093818.677000', '093818.679000', '093818.682000', '093818.684000', '093818.687000', '093818.690000', '093818.692000', '093818.695000', '093818.697000', '093818.700000', '093818.703000', '093818.747000', '093818.750000', '093818.752000', '093818.755000', '093818.758000', '093818.760000', '093818.763000', '093818.765000', '093818.768000', '093818.771000', '093818.773000', '093818.776000', '093818.778000', '093818.781000', '093818.784000', '093818.786000', '093818.789000', '093818.791000', '093818.794000', '093818.797000', '093818.799000', '093818.802000', '093818.804000', '093818.807000', '093818.809000', '093818.812000', '093818.814000', '093818.817000', '093818.820000', '093818.822000', '093838.669000', '093838.672000', '093838.674000', '093838.677000', '093838.679000', '093838.682000', '093838.684000', '093838.687000', '093838.690000', '093838.692000', '093838.695000', '093838.697000', '093838.700000', '093838.703000', '093838.705000', '093838.708000', '093838.710000', '093838.713000', '093838.715000', '093838.718000', '093838.721000', '093838.723000', '093838.726000', '093838.728000', '093838.731000', '093838.733000', '093838.736000', '093838.739000', '093838.741000', '093838.744000', '093838.746000', '093838.749000', '093838.752000', '093838.754000', '093838.757000', '093838.760000', '093838.762000', '093838.765000', '093838.767000', '093838.770000', '093838.773000', '093838.775000', '093838.778000', '093858.670000', '093858.673000', '093858.676000', '093858.679000', '093858.681000', '093858.684000', '093858.686000', '093858.689000', '093858.692000', '093858.694000', '093858.697000', '093858.699000', '093858.702000', '093858.705000', '093858.707000', '093858.710000', '093858.712000', '093858.715000', '093858.718000', '093858.720000', '093858.723000', '093858.726000', '093858.728000', '093858.731000', '093858.733000', '093858.736000', '093858.738000', '093858.741000', '093858.744000', '093858.746000', '093858.749000', '093858.751000', '093858.754000', '093858.757000', '093858.759000', '093858.762000', '093858.764000', '093858.767000', '093858.770000', '093858.774000', '093858.776000', '093858.779000', '093858.782000', '093858.784000', '093918.669000', '093918.671000', '093918.674000', '093918.677000', '093918.679000', '093918.682000', '093918.684000', '093918.687000', '093918.690000', '093918.692000', '093918.695000', '093918.697000', '093918.700000', '093918.703000', '093918.705000', '093918.708000', '093918.710000', '093918.713000', '093918.715000', '093918.718000', '093918.720000', '093918.723000', '093918.726000', '093918.728000', '093918.731000', '093918.733000', '093918.736000', '093918.739000', '093918.741000', '093918.744000', '093918.747000', '093918.749000', '093918.752000', '093918.754000', '093918.757000', '093918.760000', '093918.762000', '093918.765000', '093918.767000', '093918.770000', '093918.772000', '093918.775000', '093918.777000', '093938.669000', '093938.671000', '093938.674000', '093938.677000', '093938.679000', '093938.682000', '093938.684000', '093938.687000', '093938.690000', '093938.692000', '093938.695000', '093938.697000', '093938.700000', '093938.703000', '093938.705000', '093938.708000', '093938.710000', '093938.713000', '093938.716000', '093938.718000', '093938.721000', '093938.724000', '093938.726000', '093938.729000', '093938.732000', '093938.744000', '093938.747000', '093938.750000', '093938.752000', '093938.755000', '093938.758000', '093938.760000', '093938.763000', '093938.766000', '093938.768000', '093938.771000', '093938.774000', '093938.776000', '093938.779000', '093938.781000', '093938.784000', '093938.787000', '093938.789000', '093958.667000', '093958.670000', '093958.673000', '093958.676000', '093958.678000', '093958.681000', '093958.683000', '093958.686000', '093958.689000', '093958.691000', '093958.694000', '093958.696000', '093958.699000', '093958.702000', '093958.704000', '093958.707000', '093958.709000', '093958.712000', '093958.714000', '093958.717000', '093958.720000', '093958.722000', '093958.725000', '093958.727000', '093958.730000', '093958.732000', '093958.735000', '093958.738000', '093958.740000', '093958.743000', '093958.745000', '093958.748000', '093958.751000', '093958.753000', '093958.756000', '093958.758000', '093958.761000', '093958.763000', '093958.766000', '093958.769000', '093958.771000', '093958.774000', '093958.776000', '093958.779000', '094018.668000', '094018.670000', '094018.673000', '094018.676000', '094018.678000', '094018.681000', '094018.683000', '094018.686000', '094018.694000', '094018.696000', '094018.699000', '094018.701000', '094018.704000', '094018.708000', '094018.711000', '094018.714000', '094018.716000', '094018.719000', '094018.722000', '094018.725000', '094018.727000', '094018.730000', '094018.733000', '094018.736000', '094018.738000', '094018.741000', '094018.744000', '094018.746000', '094018.749000', '094018.752000', '094018.755000', '094018.757000', '094018.760000', '094018.763000', '094018.765000', '094018.768000', '094018.771000', '094018.773000', '094018.776000', '094018.778000', '094018.781000', '094018.784000', '094018.786000', '094038.668000', '094038.671000', '094038.674000', '094038.676000', '094038.679000', '094038.682000', '094038.684000', '094038.687000', '094038.689000', '094038.692000', '094038.695000', '094038.697000', '094038.700000', '094038.703000', '094038.705000', '094038.708000', '094038.710000', '094038.713000', '094038.716000', '094038.718000', '094038.721000', '094038.723000', '094038.726000', '094038.729000', '094038.731000', '094038.734000', '094038.736000', '094038.739000', '094038.742000', '094038.744000', '094038.747000', '094038.750000', '094038.752000', '094038.755000', '094038.757000', '094038.760000', '094038.762000', '094038.765000', '094038.768000', '094038.770000', '094038.773000', '094038.775000', '094038.778000', '094038.781000', '094058.669000', '094058.672000', '094058.674000', '094058.677000', '094058.680000', '094058.682000', '094058.685000', '094058.688000', '094058.690000', '094058.693000', '094058.695000', '094058.698000', '094058.700000', '094058.703000', '094058.706000', '094058.708000', '094058.711000', '094058.713000', '094058.716000', '094058.718000', '094058.721000', '094058.723000', '094058.726000', '094058.729000', '094058.731000', '094058.734000', '094058.736000', '094058.739000', '094058.741000', '094058.744000', '094058.747000', '094058.749000', '094058.752000', '094058.754000', '094058.757000', '094058.759000', '094058.776000', '094058.779000', '094058.781000', '094058.784000', '094058.786000', '094058.789000', '094058.791000', '094118.669000', '094118.671000', '094118.674000', '094118.677000', '094118.679000', '094118.682000', '094118.684000', '094118.687000', '094118.690000', '094118.692000', '094118.695000', '094118.697000', '094118.700000', '094118.703000', '094118.705000', '094118.708000', '094118.710000', '094118.713000', '094118.715000', '094118.718000', '094118.721000', '094118.723000', '094118.726000', '094118.728000', '094118.731000', '094118.733000', '094118.736000', '094118.739000', '094118.741000', '094118.744000', '094118.747000', '094118.749000', '094118.752000', '094118.754000', '094118.757000', '094118.759000', '094118.762000', '094118.765000', '094118.767000', '094118.770000', '094118.772000', '094118.775000', '094118.778000', '094118.780000', '094138.669000', '094138.671000', '094138.674000', '094138.677000', '094138.680000', '094138.683000', '094138.686000', '094138.689000', '094138.692000', '094138.694000', '094138.697000', '094138.699000', '094138.702000', '094138.705000', '094138.707000', '094138.710000', '094138.712000', '094138.715000', '094138.717000', '094138.720000', '094138.723000', '094138.725000', '094138.728000', '094138.730000', '094138.733000', '094138.735000', '094138.738000', '094138.741000', '094138.743000', '094138.746000', '094138.750000', '094138.752000', '094138.755000', '094138.757000', '094138.760000', '094138.763000', '094138.765000', '094138.768000', '094138.771000', '094138.773000', '094138.776000', '094138.778000', '094138.781000', '094158.669000', '094158.671000', '094158.674000', '094158.677000', '094158.679000', '094158.682000', '094158.684000', '094158.687000', '094158.690000', '094158.692000', '094158.695000', '094158.698000', '094158.700000', '094158.703000', '094158.705000', '094158.708000', '094158.711000', '094158.713000', '094158.716000', '094158.718000', '094158.721000', '094158.723000', '094158.726000', '094158.729000', '094158.731000', '094158.734000', '094158.736000', '094158.739000', '094158.742000', '094158.744000', '094158.747000', '094158.749000', '094158.752000', '094158.755000', '094158.757000', '094158.760000', '094158.763000', '094158.765000', '094158.768000', '094158.770000', '094158.773000', '094158.775000', '094158.778000', '094158.781000', '094218.668000', '094218.671000', '094218.673000', '094218.676000', '094218.679000', '094218.681000', '094218.684000', '094218.687000', '094218.689000', '094218.692000', '094218.695000', '094218.697000', '094218.700000', '094218.703000', '094218.705000', '094218.708000', '094218.710000', '094218.713000', '094218.715000', '094218.718000', '094218.721000', '094218.723000', '094218.726000', '094218.728000', '094218.731000', '094218.733000', '094218.736000', '094218.738000', '094218.741000', '094218.744000', '094218.746000', '094218.749000', '094218.763000', '094218.766000', '094218.768000', '094218.771000', '094218.773000', '094218.776000', '094218.778000', '094218.781000', '094218.784000', '094218.786000', '094218.789000', '094238.667000', '094238.670000', '094238.673000', '094238.675000', '094238.678000', '094238.681000', '094238.683000', '094238.686000', '094238.688000', '094238.691000', '094238.694000', '094238.696000', '094238.699000', '094238.701000', '094238.704000', '094238.707000', '094238.709000', '094238.712000', '094238.714000', '094238.717000', '094238.720000', '094238.722000', '094238.725000', '094238.727000', '094238.730000', '094238.733000', '094238.735000', '094238.738000', '094238.740000', '094238.743000', '094238.746000', '094238.748000', '094238.751000', '094238.753000', '094238.756000', '094238.759000', '094238.761000', '094238.764000', '094238.766000', '094238.769000', '094238.772000', '094238.774000', '094238.777000', '094238.779000', '094258.669000', '094258.671000', '094258.674000', '094258.677000', '094258.679000', '094258.682000', '094258.684000', '094258.687000', '094258.690000', '094258.692000', '094258.695000', '094258.697000', '094258.700000', '094258.702000', '094258.705000', '094258.708000', '094258.710000', '094258.713000', '094258.716000', '094258.718000', '094258.721000', '094258.723000', '094258.726000', '094258.729000', '094258.731000', '094258.734000', '094258.736000', '094258.739000', '094258.742000', '094258.744000', '094258.747000', '094258.750000', '094258.752000', '094258.755000', '094258.757000', '094258.760000', '094258.763000', '094258.765000', '094258.768000', '094258.770000', '094258.773000', '094258.775000', '094258.778000', '094318.669000', '094318.671000', '094318.674000', '094318.677000', '094318.679000', '094318.682000', '094318.685000', '094318.687000', '094318.690000', '094318.693000', '094318.695000', '094318.698000', '094318.700000', '094318.703000', '094318.706000', '094318.708000', '094318.711000', '094318.713000', '094318.716000', '094318.719000', '094318.721000', '094318.724000', '094318.726000', '094318.729000', '094318.732000', '094318.734000', '094318.737000', '094318.739000', '094318.742000', '094318.745000', '094318.747000', '094318.750000', '094318.752000', '094318.755000', '094318.758000', '094318.760000', '094318.763000', '094318.766000', '094318.768000', '094318.771000', '094318.773000', '094318.776000', '094318.779000', '094318.781000', '094338.669000', '094338.672000', '094338.674000', '094338.677000', '094338.679000', '094338.682000', '094338.684000', '094338.687000', '094338.690000', '094338.692000', '094338.695000', '094338.698000', '094338.700000', '094338.703000', '094338.705000', '094338.708000', '094338.711000', '094338.713000', '094338.716000', '094338.719000', '094338.721000', '094338.724000', '094338.726000', '094338.729000', '094338.731000', '094338.734000', '094338.737000', '094338.740000', '094338.742000', '094338.750000', '094338.753000', '094338.755000', '094338.758000', '094338.761000', '094338.763000', '094338.766000', '094338.768000', '094338.771000', '094338.773000', '094338.776000', '094338.779000', '094338.781000', '094338.784000', '094358.669000', '094358.671000', '094358.674000', '094358.677000', '094358.679000', '094358.682000', '094358.685000', '094358.687000', '094358.690000', '094358.692000', '094358.695000', '094358.698000', '094358.700000', '094358.703000', '094358.706000', '094358.708000', '094358.711000', '094358.713000', '094358.716000', '094358.718000', '094358.721000', '094358.724000', '094358.726000', '094358.729000', '094358.731000', '094358.734000', '094358.737000', '094358.739000', '094358.742000', '094358.745000', '094358.747000', '094358.750000', '094358.752000', '094358.755000', '094358.758000', '094358.760000', '094358.763000', '094358.765000', '094358.768000', '094358.770000', '094358.773000', '094358.776000', '094358.778000', '094358.781000', '094418.669000', '094418.671000', '094418.674000', '094418.677000', '094418.679000', '094418.682000', '094418.684000', '094418.687000', '094418.690000', '094418.692000', '094418.695000', '094418.698000', '094418.700000', '094418.703000', '094418.706000', '094418.708000', '094418.711000', '094418.713000', '094418.716000', '094418.718000', '094418.721000', '094418.724000', '094418.727000', '094418.729000', '094418.732000', '094418.734000', '094418.740000', '094418.743000', '094418.745000', '094418.748000', '094418.750000', '094418.753000', '094418.756000', '094418.758000', '094418.761000', '094418.763000', '094418.766000', '094418.769000', '094418.771000', '094418.774000', '094418.777000', '094418.780000', '094418.782000', '094438.668000', '094438.670000', '094438.673000', '094438.676000', '094438.678000', '094438.681000', '094438.683000', '094438.686000', '094438.689000', '094438.691000', '094438.694000', '094438.696000', '094438.699000', '094438.701000', '094438.704000', '094438.707000', '094438.709000', '094438.712000', '094438.714000', '094438.717000', '094438.720000', '094438.722000', '094438.725000', '094438.727000', '094438.730000', '094438.733000', '094438.735000', '094438.738000', '094438.741000', '094438.743000', '094438.746000', '094438.748000', '094438.751000', '094438.754000', '094438.756000', '094438.759000', '094438.761000', '094438.764000', '094438.766000', '094438.769000', '094438.772000', '094438.774000', '094438.777000', '094438.779000', '094458.668000', '094458.670000', '094458.673000', '094458.676000', '094458.678000', '094458.681000', '094458.684000', '094458.686000', '094458.689000', '094458.691000', '094458.694000', '094458.696000', '094458.699000', '094458.702000', '094458.704000', '094458.707000', '094458.710000', '094458.712000', '094458.715000', '094458.717000', '094458.720000', '094458.722000', '094458.725000', '094458.728000', '094458.730000', '094458.733000', '094458.736000', '094458.738000', '094458.741000', '094458.743000', '094458.746000', '094458.748000', '094458.751000', '094458.753000', '094458.756000', '094458.759000', '094458.761000', '094458.764000', '094458.766000', '094458.769000', '094458.772000', '094458.774000', '094458.777000', '094518.669000', '094518.672000', '094518.674000', '094518.677000', '094518.679000', '094518.682000', '094518.685000', '094518.687000', '094518.690000', '094518.692000', '094518.695000', '094518.698000', '094518.700000', '094518.703000', '094518.705000', '094518.708000', '094518.710000', '094518.713000', '094518.716000', '094518.718000', '094518.721000', '094518.723000', '094518.726000', '094518.728000', '094518.731000', '094518.734000', '094518.736000', '094518.739000', '094518.741000', '094518.744000', '094518.747000', '094518.749000', '094518.752000', '094518.754000', '094518.757000', '094518.759000', '094518.762000', '094518.765000', '094518.767000', '094518.770000', '094518.773000', '094518.775000', '094518.778000', '094518.781000', '094538.669000', '094538.672000', '094538.674000', '094538.677000', '094538.680000', '094538.682000', '094538.685000', '094538.687000', '094538.690000', '094538.693000', '094538.695000', '094538.698000', '094538.700000', '094538.703000', '094538.706000', '094538.708000', '094538.711000', '094538.714000', '094538.716000', '094538.719000', '094538.721000', '094538.724000', '094538.726000', '094538.729000', '094538.731000', '094538.734000', '094538.737000', '094538.739000', '094538.748000', '094538.751000', '094538.753000', '094538.756000', '094538.758000', '094538.761000', '094538.764000', '094538.766000', '094538.769000', '094538.771000', '094538.774000', '094538.777000', '094538.779000', '094538.782000', '094538.784000', '094552.612000', '094552.616000', '094552.618000', '094552.621000', '094552.624000', '094552.627000', '094552.630000', '094552.633000', '094552.635000', '094552.638000', '094552.641000', '094552.643000', '094552.647000', '094552.649000', '094552.652000', '094552.655000', '094552.657000', '094552.660000', '094552.663000', '094552.666000', '094552.668000', '094552.671000', '094552.674000', '094552.709000', '094552.713000', '094552.716000', '094552.719000', '094552.722000', '094552.725000', '094552.728000', '094552.731000'], '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': [8281, 7533, 10018, 7859, 9240, 8096, 8789, 8183, 8260, 8114, 8105, 8214, 8151, 8590, 8086, 8588, 8014, 8295, 8289, 8292, 7299, 7983, 8169, 8245, 7994, 7903, 7984, 8064, 7406, 8111, 8388, 7991, 7417, 7557, 7355, 7880, 7692, 8002, 7165, 8057, 7291, 8202, 9495, 8203, 8627, 8167, 7835, 7449, 8490, 8385, 7948, 10993, 8466, 8011, 8493, 7873, 7820, 7574, 8072, 7480, 8194, 7634, 8207, 8176, 8195, 8322, 8072, 8195, 8037, 8057, 8289, 8032, 8030, 7287, 8063, 7241, 9359, 7622, 7718, 7685, 8789, 7998, 7778, 7973, 8366, 8270, 8294, 7104, 8234, 9079, 8041, 9650, 7942, 8929, 7880, 8981, 8130, 9169, 8221, 8547, 8159, 8332, 8262, 8256, 8218, 8149, 7945, 8142, 8057, 8099, 8101, 7303, 7755, 7506, 7562, 7385, 7595, 7585, 8885, 7664, 7921, 7560, 8755, 7860, 8692, 7965, 8414, 8025, 8288, 8016, 8028, 8047, 7955, 8115, 8396, 7888, 7547, 7949, 8136, 7855, 8507, 8176, 7682, 7940, 8230, 8206, 8485, 8372, 7905, 7798, 7302, 8315, 7439, 8850, 7693, 7575, 7440, 7503, 7396, 7723, 7345, 8541, 7219, 8264, 7216, 8450, 7338, 8151, 8123, 7822, 8556, 7881, 12080, 8676, 8067, 7740, 7905, 7776, 7976, 7745, 8187, 7931, 7498, 8086, 7581, 7999, 9861, 8115, 8938, 8396, 8819, 8057, 7342, 8397, 8508, 7995, 7273, 7673, 7551, 7848, 7470, 8918, 7533, 7666, 7274, 8304, 7242, 7869, 8294, 7791, 7601, 8026, 8220, 8740, 10699, 7602, 8410, 7513, 7294, 7757, 7234, 7665, 7936, 7246, 8098, 7433, 8027, 7344, 10256, 7679, 8978, 7782, 7684, 7571, 8015, 8222, 8370, 8240, 7756, 9318, 7340, 9301, 7513, 8819, 7540, 8430, 7482, 8495, 7564, 7539, 7840, 6914, 7911, 7742, 7841, 7432, 7634, 6869, 7507, 6864, 7778, 7235, 7871, 7938, 7604, 8520, 7755, 8320, 7745, 8643, 8035, 8299, 7470, 7608, 7884, 6904, 8027, 7093, 7679, 7294, 7155, 7381, 8941, 7384, 8759, 7373, 8518, 7615, 8085, 7796, 8413, 7621, 8288, 7681, 8501, 8038, 8260, 7939, 8631, 7916, 8462, 7553, 8410, 7744, 8296, 7689, 8304, 7595, 7694, 8026, 7127, 8104, 6790, 7991, 7180, 7548, 7813, 8076, 8000, 7865, 8428, 7725, 7736, 7802, 8250, 7714, 9709, 7968, 8984, 8351, 7346, 7973, 7073, 8206, 6975, 8160, 7192, 7944, 7255, 7767, 8021, 7339, 7509, 7297, 8344, 7472, 8837, 7427, 8901, 7520, 8788, 7412, 10057, 7796, 7542, 8347, 7140, 7511, 7192, 8713, 7362, 8246, 7575, 7621, 7502, 7428, 7817, 7534, 7767, 7814, 7261, 7897, 8301, 7740, 8511, 7534, 7781, 7668, 8879, 7524, 9378, 7697, 7863, 7817, 7458, 7973, 7521, 8000, 8018, 7541, 7246, 7676, 7196, 7633, 8206, 7315, 8673, 7484, 8938, 7478, 9269, 7663, 8645, 7219, 8907, 7393, 9217, 7222, 8317, 7521, 7862, 7610, 9279, 7602, 8437, 7567, 8441, 7306, 8712, 7349, 8219, 7553, 8391, 7330, 8024, 7196, 7704, 7597, 8272, 7400, 8804, 7966, 8645, 7784, 8414, 7467, 9064, 7481, 9023, 7718, 8585, 7660, 8843, 7920, 9044, 7803, 7429, 7403, 7482, 7629, 7867, 8302, 7004, 7394, 7315, 7693, 7850, 7507, 8010, 7803, 7220, 7474, 7812, 7360, 8828, 7480, 7125, 7460, 6844, 7682, 7518, 7689, 7281, 7677, 7032, 8041, 7219, 7827, 7708, 10037, 7517, 9635, 7226, 8857, 6993, 9231, 7675, 9595, 7068, 9117, 7121, 8085, 7078, 7577, 7590, 7934, 7247, 7336, 7418, 7045, 7937, 8020, 7982, 8280, 7888, 7469, 7655, 7119, 7698, 7836, 7420, 7302, 7542, 7261, 7475, 7248, 7384, 7490, 7849, 7042, 7836, 6875, 7656, 7752, 7718, 7157, 7556, 7800, 7654, 8438, 7492, 8080, 7736, 8285, 7802, 7615, 7534, 7667, 7443, 7371, 7165, 7403, 7478, 7976, 7341, 8544, 7718, 7400, 8628, 8152, 8591, 7667, 8079, 8013, 7209, 7731, 10645, 7535, 8759, 7527, 7954, 7448, 7675, 7421, 8736, 7725, 7984, 7512, 7493, 7522, 7951, 7512, 7950, 7716, 8216, 7399, 8078, 7671, 8422, 7705, 8421, 7416, 8260, 7461, 8023, 7787, 8437, 7389, 8001, 8000, 7565, 7497, 7524, 7428, 8106, 7454, 7847, 7731, 7464, 7562, 8001, 7763, 6877, 7825, 7191, 7807, 8835, 7737, 8489, 7795, 8972, 7218, 8852, 7759, 8889, 7479, 8514, 7616, 7091, 7657, 8441, 7207, 7550, 7214, 7619, 7341, 7285, 7139, 7434, 7252, 7516, 7825, 8034, 7111, 9495, 7925, 9557, 7594, 10134, 8866, 9473, 7709, 8403, 7602, 8490, 8083, 7669, 7708, 7552, 7612, 7259, 7337, 7203, 7805, 7577, 7971, 7176, 8557, 7185, 8838, 7441, 8300, 7233, 8375, 7610, 7988, 7330, 7577, 7263, 7492, 7475, 7367, 7486, 7559, 7643, 7897, 7414, 7864, 7237, 8056, 7194, 8241, 7878, 8534, 7544, 8337, 7672, 8936, 7381, 9089, 7209, 7619, 6944, 7708, 9301, 7868, 8373, 7817, 8446, 7510, 7762, 8095, 8676, 7969, 6730, 7827, 6937, 7763, 7248, 7537, 7773, 7350, 7170, 7646, 8004, 8340, 9466, 8277, 8651, 7658, 9190, 7537, 8891, 7744, 9267, 7452, 9097, 6990, 8315, 7666, 7135, 10959, 7746, 7742, 7473, 7009, 7643, 7711, 7582, 7507, 8311, 7413, 8326, 7732, 10100, 8019, 8195, 8445, 7793, 9084, 7378, 9143, 7324, 8283, 7415, 7712, 7161, 7423, 7623, 7715, 7334, 7830, 7041, 7750, 7189, 8055, 7316, 8841, 7201, 8465, 7600, 7961, 7979, 7568, 7481, 7522, 8797, 7424, 8620, 8273, 9946, 9090, 7517, 7585, 7376, 7704, 7593, 7391, 8530, 7261, 7153, 7553, 6565, 7505, 6862, 7601, 8495, 7294, 8183, 7432, 7848, 7061, 7399, 7124, 7358, 6995, 7357, 7141, 7413, 7475, 7466, 7447, 7395, 7642, 7567, 7172, 7703, 7428, 7467, 7702, 7576, 7500, 7965, 7077, 7778, 8351, 7741, 7924, 7921, 7114, 7706, 6998, 7962, 9489, 6848, 7534, 7300, 7111, 7474, 7558, 7372, 7297, 7704, 7290, 7131, 7683, 6928, 7495, 7049, 7530, 7262, 7580, 7258, 7354, 7299, 7261, 7636, 7306, 8550, 8929, 9494, 7648, 7100, 7670, 7511, 7473, 7656, 7536, 7337, 7519, 7267, 7607, 7489, 7518, 7561, 7510, 7194, 7617, 7526, 7427, 8634, 7755, 6864, 7739, 7349, 7812, 8348, 7500, 7852, 7129, 7033, 7219, 7022, 7046, 7583, 7662, 7235, 9238, 7350, 8666, 7590, 8033, 8296, 7328, 7934, 7661, 8027, 7461, 9470, 7495, 9264, 7522, 7893, 7630, 8122, 7143, 9128, 7582, 8591, 7600, 8069, 7702, 8524, 7681, 8040, 7922, 6612, 8058, 6760, 7659, 7421, 7747, 7184, 7763, 7149, 7555, 7294, 8968, 7486, 8929, 7057, 8910, 7721, 9886, 7472, 9367, 7646, 9117, 7088, 8548, 7538, 9572, 7090, 6760, 7540, 8693, 7032, 6893, 7276, 7333, 7313, 7477, 9654, 6979, 8758, 8411, 10828, 7475, 9229, 8042, 7992, 7887, 6703, 8269, 7122, 7873, 7552, 7659, 7232, 7767, 7682, 7731, 7298, 8631, 9083, 9914, 7931, 7229, 7905, 8059, 7662, 8529, 7293, 8435, 7841, 7949, 7430, 8612, 7833, 8508, 7706, 8005, 7607, 8893, 7179, 9321, 7311, 8211, 7583, 7741, 7841, 7756, 7746, 7362, 7557, 7609, 7506, 7438, 7063, 7786, 7642, 7734, 7500, 7625, 7387, 7439, 8121, 7338, 6859, 6944, 7813, 6947, 7564, 7942, 7073, 7075, 7127, 7700, 9391, 6980, 9007, 7071, 8152, 7556, 7906, 7443, 7102, 7512, 7242, 7603, 7004, 7267, 7261, 7559, 7490, 7258, 7735, 7063, 7904, 7564, 7921, 7080, 7618, 7069, 7868, 6991, 9099, 7297, 9598, 7707, 9097, 7485, 8847, 7267, 9190, 7174, 9787, 7414, 8225, 7568, 7892, 7286, 8865, 7630, 8637, 7764, 8415, 7341, 8958, 7452, 7238, 7948, 7042, 7805, 7386, 7517, 7415, 8203, 8106, 8627, 7997, 8406, 7768, 7251, 8070, 7903, 7595, 7260, 7142, 8283, 7907, 7766, 7884, 6800, 8031, 7020, 7996, 7169, 7394, 6579, 7353, 7064, 7063, 7285, 7175, 7431, 6964, 6836, 8111, 6886, 7199, 7044, 7511, 7236, 7681, 7182, 7526, 7045, 8736, 7548, 8886, 7701, 9746, 7781, 9582, 8296, 7455, 7295, 7968, 8022, 7277, 7267, 7450, 7798, 8281, 9196, 7593, 7504, 7648, 7146, 9607, 7529, 8609, 8257, 7207, 7383, 7979, 7705, 7513, 11442, 8714, 7853, 7341, 7299, 7269, 7327, 7837, 8921, 7334, 7374, 6925, 7195, 7464, 7204, 7307, 8636, 7273, 7258, 7135, 7719, 7277, 9335, 8515, 10851, 7843, 9049, 7428, 9477, 7517, 7816, 7692, 9486, 7364, 9096, 7813, 7432, 7366, 8078, 9780, 7927, 8267, 7429, 7542, 7614, 7477, 7238, 8455, 6705, 8798, 7603, 7256, 6684, 7694, 6943, 9523, 7039, 9772, 7298, 8892, 7030, 9254, 8214, 8952, 7489, 7219, 8574, 6880, 7989, 7571, 7189, 7952, 8469, 6807, 9350, 7661, 7260, 7390, 7404, 7137, 8246, 7390, 7325, 7012, 7413, 7095, 7399, 7153, 7912, 7038, 7198, 7313, 7448, 7535, 7254, 10225, 7669, 8272, 7360, 7729, 7677, 7602, 7267, 7623, 7190, 8242, 7468, 8995, 7358, 9556, 7092, 9645, 7684, 9264, 7788, 10236, 7893, 9874, 7866, 8677, 7733, 9229, 7862, 10353, 7866, 9035, 7575, 11798, 8210, 9041, 7530, 8505, 8145, 7372, 8229, 7692, 8511, 7609, 7464, 7634, 7391, 7657, 8047, 8555, 8515, 7361, 7421, 7366, 7254, 9604, 6899, 10618, 7192, 9717, 8662, 11546, 7606, 8269, 6995, 7332, 6898, 6824, 7167, 9786, 7297, 7688, 7234, 7253, 7624, 6988, 7394, 7463, 7110, 7590, 7414, 7370, 8116, 7443, 8277, 9074, 8595, 7135, 7476, 7437, 7150, 8748, 7265, 7476, 7193, 7168, 9775, 8856, 7185, 7377, 7153, 7511, 7605, 7616, 8269, 7284, 10138, 7529, 10111, 7281, 9629, 6994, 9865, 7176, 10014, 7206, 9146, 7191, 8167, 6994, 8253, 7480, 7249, 7308, 7048, 7281, 7075, 6936, 6988, 7363, 8519, 7272, 7060, 7295, 7636, 7251, 7853, 7601, 7200, 7115, 7414, 7032, 7725, 8810, 7464, 6911, 7332, 7630, 7031, 11642, 8736, 8189, 7211, 7338, 7364, 6873, 7313, 7230, 7541, 7517, 7322, 7749, 7414, 8260, 7739, 9212, 7292, 8983, 7167, 8846, 7820, 10064, 7104, 9476, 7411, 7805, 8722, 8022, 8332, 8241, 8511, 7866, 8282, 9018, 7675, 7080, 7936, 7729, 7143, 7870, 9692, 7249, 9193, 7014, 9833, 7874, 10463, 8724, 8922, 7839, 8336, 7587, 8175, 6950, 7214, 7459, 7591, 7508, 7762, 7332, 7962, 8445, 7469, 7098, 7289, 7285, 7333, 7339, 7659, 7830, 7111, 7450, 10547, 7080, 7828, 8592, 7258, 7408, 8002, 6672, 11105, 7712, 7437, 7371, 7279, 7193, 7242, 7779, 7429, 9235, 7126, 7279, 7418, 7186, 7521, 9534, 7482, 7871, 7217, 7050, 7424, 7557, 8789, 6885, 6914, 7147, 6660, 7531, 7370, 7490, 7129, 7031, 7630, 6911, 7535, 7075, 7089, 7880, 7336, 7433, 7940, 8386, 8273, 9727, 7363, 8487, 7839, 8088, 8174, 9087, 7407, 7038, 7444, 7468, 7141, 7067, 7854, 8199, 9834, 7575, 8791, 7202, 8777, 7798, 9181, 7189, 8794, 7400, 8621, 7301, 8646, 8182, 8617, 8128, 8174, 8074, 7566, 7849, 7562, 7774, 7870, 8813, 7809, 7751, 7249, 7557, 7254, 7397, 9365, 8199, 9953, 7533, 9166, 7428, 8686, 7625, 9543, 7147, 8265, 7362, 8163, 7905, 7994, 7821, 7652, 7422, 7073, 6878, 7623, 8915, 8460, 10596, 7011, 8322, 7541, 7753, 7847, 7374, 7276, 7327, 7633, 7453, 6901, 7173, 8580, 7180, 8052, 6970, 8129, 6796, 9034, 7518, 8691, 6958, 7152, 6964, 7737, 8826, 6994, 8050, 6503, 7672, 7093, 6921, 9497, 7412, 10304], 'WindowCenter': [3657.0, 3632.0, 3650.0, 3628.0, 3636.0, 3615.0, 3613.0, 3613.0, 3611.0, 3611.0, 3610.0, 3610.0, 3611.0, 3611.0, 3611.0, 3611.0, 3612.0, 3611.0, 3612.0, 3611.0, 3603.0, 3612.0, 3625.0, 3623.0, 3613.0, 3624.0, 3625.0, 3626.0, 3616.0, 3625.0, 3626.0, 3625.0, 3615.0, 3615.0, 3616.0, 3627.0, 3614.0, 3615.0, 3603.0, 3624.0, 3613.0, 3625.0, 3634.0, 3624.0, 3624.0, 3626.0, 3614.0, 3615.0, 3625.0, 3624.0, 3612.0, 3632.0, 3598.0, 3598.0, 3609.0, 3599.0, 3599.0, 3599.0, 3610.0, 3600.0, 3612.0, 3612.0, 3624.0, 3612.0, 3613.0, 3612.0, 3613.0, 3623.0, 3613.0, 3613.0, 3611.0, 3613.0, 3611.0, 3601.0, 3611.0, 3614.0, 3623.0, 3612.0, 3600.0, 3612.0, 3610.0, 3613.0, 3601.0, 3612.0, 3611.0, 3624.0, 3624.0, 3603.0, 3626.0, 3625.0, 3615.0, 3623.0, 3613.0, 3611.0, 3611.0, 3611.0, 3611.0, 3622.0, 3612.0, 3598.0, 3599.0, 3598.0, 3609.0, 3610.0, 3609.0, 3599.0, 3600.0, 3600.0, 3611.0, 3611.0, 3613.0, 3603.0, 3613.0, 3602.0, 3612.0, 3603.0, 3601.0, 3613.0, 3623.0, 3614.0, 3612.0, 3614.0, 3623.0, 3614.0, 3623.0, 3614.0, 3613.0, 3614.0, 3612.0, 3613.0, 3613.0, 3613.0, 3614.0, 3615.0, 3625.0, 3613.0, 3601.0, 3612.0, 3612.0, 3612.0, 3623.0, 3613.0, 3601.0, 3612.0, 3612.0, 3612.0, 3623.0, 3612.0, 3611.0, 3600.0, 3601.0, 3610.0, 3601.0, 3622.0, 3602.0, 3600.0, 3601.0, 3600.0, 3602.0, 3601.0, 3601.0, 3611.0, 3601.0, 3611.0, 3601.0, 3611.0, 3601.0, 3611.0, 3600.0, 3599.0, 3610.0, 3610.0, 3643.0, 3598.0, 3598.0, 3586.0, 3597.0, 3599.0, 3610.0, 3612.0, 3623.0, 3614.0, 3602.0, 3613.0, 3613.0, 3614.0, 3635.0, 3613.0, 3623.0, 3611.0, 3622.0, 3599.0, 3600.0, 3610.0, 3610.0, 3599.0, 3588.0, 3586.0, 3598.0, 3596.0, 3599.0, 3608.0, 3599.0, 3598.0, 3587.0, 3609.0, 3599.0, 3600.0, 3611.0, 3600.0, 3599.0, 3611.0, 3610.0, 3611.0, 3620.0, 3587.0, 3596.0, 3587.0, 3587.0, 3599.0, 3599.0, 3611.0, 3610.0, 3600.0, 3599.0, 3600.0, 3599.0, 3601.0, 3620.0, 3599.0, 3607.0, 3587.0, 3585.0, 3586.0, 3596.0, 3597.0, 3597.0, 3597.0, 3598.0, 3607.0, 3588.0, 3607.0, 3586.0, 3594.0, 3585.0, 3595.0, 3586.0, 3595.0, 3585.0, 3585.0, 3595.0, 3574.0, 3596.0, 3586.0, 3597.0, 3586.0, 3597.0, 3576.0, 3599.0, 3588.0, 3612.0, 3601.0, 3614.0, 3613.0, 3614.0, 3623.0, 3613.0, 3623.0, 3614.0, 3623.0, 3613.0, 3612.0, 3601.0, 3601.0, 3610.0, 3600.0, 3611.0, 3601.0, 3600.0, 3600.0, 3588.0, 3600.0, 3620.0, 3601.0, 3610.0, 3600.0, 3610.0, 3611.0, 3610.0, 3612.0, 3612.0, 3612.0, 3611.0, 3601.0, 3611.0, 3612.0, 3610.0, 3613.0, 3612.0, 3613.0, 3611.0, 3601.0, 3610.0, 3601.0, 3611.0, 3601.0, 3599.0, 3599.0, 3598.0, 3597.0, 3587.0, 3598.0, 3577.0, 3598.0, 3586.0, 3597.0, 3598.0, 3599.0, 3610.0, 3611.0, 3610.0, 3601.0, 3600.0, 3600.0, 3611.0, 3611.0, 3623.0, 3600.0, 3609.0, 3597.0, 3587.0, 3598.0, 3588.0, 3598.0, 3587.0, 3596.0, 3587.0, 3597.0, 3588.0, 3599.0, 3599.0, 3599.0, 3599.0, 3600.0, 3610.0, 3600.0, 3621.0, 3601.0, 3609.0, 3600.0, 3609.0, 3599.0, 3621.0, 3597.0, 3598.0, 3596.0, 3586.0, 3584.0, 3586.0, 3595.0, 3586.0, 3597.0, 3597.0, 3586.0, 3588.0, 3587.0, 3598.0, 3598.0, 3611.0, 3612.0, 3602.0, 3614.0, 3626.0, 3614.0, 3612.0, 3601.0, 3600.0, 3600.0, 3611.0, 3601.0, 3622.0, 3598.0, 3598.0, 3586.0, 3586.0, 3597.0, 3598.0, 3598.0, 3598.0, 3598.0, 3598.0, 3600.0, 3589.0, 3612.0, 3611.0, 3602.0, 3611.0, 3601.0, 3621.0, 3602.0, 3622.0, 3601.0, 3610.0, 3600.0, 3609.0, 3600.0, 3620.0, 3600.0, 3609.0, 3599.0, 3597.0, 3599.0, 3619.0, 3611.0, 3609.0, 3600.0, 3609.0, 3599.0, 3608.0, 3599.0, 3609.0, 3611.0, 3610.0, 3600.0, 3599.0, 3599.0, 3599.0, 3600.0, 3610.0, 3603.0, 3621.0, 3612.0, 3610.0, 3611.0, 3610.0, 3601.0, 3622.0, 3601.0, 3621.0, 3600.0, 3609.0, 3600.0, 3620.0, 3611.0, 3609.0, 3600.0, 3598.0, 3599.0, 3598.0, 3600.0, 3610.0, 3610.0, 3588.0, 3599.0, 3598.0, 3599.0, 3598.0, 3600.0, 3598.0, 3599.0, 3587.0, 3598.0, 3597.0, 3600.0, 3608.0, 3599.0, 3586.0, 3598.0, 3587.0, 3599.0, 3599.0, 3600.0, 3599.0, 3600.0, 3589.0, 3609.0, 3599.0, 3599.0, 3600.0, 3621.0, 3599.0, 3607.0, 3598.0, 3607.0, 3588.0, 3608.0, 3597.0, 3606.0, 3575.0, 3594.0, 3575.0, 3584.0, 3575.0, 3586.0, 3585.0, 3595.0, 3585.0, 3586.0, 3586.0, 3587.0, 3596.0, 3596.0, 3585.0, 3597.0, 3584.0, 3573.0, 3584.0, 3574.0, 3585.0, 3583.0, 3573.0, 3572.0, 3585.0, 3584.0, 3587.0, 3586.0, 3598.0, 3587.0, 3610.0, 3588.0, 3612.0, 3590.0, 3613.0, 3612.0, 3614.0, 3601.0, 3614.0, 3611.0, 3616.0, 3625.0, 3614.0, 3611.0, 3612.0, 3611.0, 3612.0, 3613.0, 3625.0, 3612.0, 3602.0, 3601.0, 3602.0, 3601.0, 3614.0, 3613.0, 3615.0, 3623.0, 3613.0, 3601.0, 3623.0, 3611.0, 3612.0, 3600.0, 3599.0, 3598.0, 3588.0, 3599.0, 3620.0, 3587.0, 3597.0, 3585.0, 3584.0, 3584.0, 3584.0, 3585.0, 3594.0, 3584.0, 3583.0, 3584.0, 3572.0, 3584.0, 3584.0, 3585.0, 3584.0, 3585.0, 3594.0, 3586.0, 3595.0, 3599.0, 3597.0, 3598.0, 3596.0, 3587.0, 3596.0, 3587.0, 3597.0, 3599.0, 3609.0, 3599.0, 3597.0, 3598.0, 3597.0, 3599.0, 3598.0, 3601.0, 3611.0, 3600.0, 3610.0, 3611.0, 3600.0, 3613.0, 3612.0, 3612.0, 3589.0, 3612.0, 3600.0, 3612.0, 3622.0, 3612.0, 3610.0, 3600.0, 3609.0, 3600.0, 3622.0, 3613.0, 3621.0, 3600.0, 3611.0, 3612.0, 3600.0, 3612.0, 3611.0, 3602.0, 3601.0, 3603.0, 3611.0, 3602.0, 3601.0, 3602.0, 3614.0, 3613.0, 3615.0, 3615.0, 3626.0, 3604.0, 3634.0, 3613.0, 3622.0, 3612.0, 3632.0, 3612.0, 3620.0, 3599.0, 3598.0, 3600.0, 3610.0, 3599.0, 3598.0, 3599.0, 3598.0, 3599.0, 3600.0, 3601.0, 3602.0, 3601.0, 3612.0, 3612.0, 3602.0, 3622.0, 3604.0, 3623.0, 3602.0, 3610.0, 3600.0, 3610.0, 3600.0, 3612.0, 3601.0, 3600.0, 3600.0, 3599.0, 3600.0, 3600.0, 3601.0, 3600.0, 3601.0, 3599.0, 3601.0, 3611.0, 3602.0, 3613.0, 3603.0, 3611.0, 3613.0, 3622.0, 3612.0, 3612.0, 3612.0, 3622.0, 3600.0, 3610.0, 3588.0, 3599.0, 3587.0, 3600.0, 3620.0, 3599.0, 3598.0, 3599.0, 3609.0, 3600.0, 3599.0, 3611.0, 3610.0, 3611.0, 3589.0, 3613.0, 3602.0, 3613.0, 3602.0, 3614.0, 3601.0, 3602.0, 3590.0, 3602.0, 3601.0, 3612.0, 3621.0, 3600.0, 3598.0, 3599.0, 3608.0, 3599.0, 3609.0, 3599.0, 3608.0, 3599.0, 3607.0, 3588.0, 3597.0, 3597.0, 3587.0, 3619.0, 3586.0, 3586.0, 3587.0, 3587.0, 3601.0, 3613.0, 3614.0, 3613.0, 3612.0, 3601.0, 3611.0, 3600.0, 3632.0, 3601.0, 3611.0, 3598.0, 3588.0, 3597.0, 3588.0, 3607.0, 3587.0, 3596.0, 3587.0, 3586.0, 3588.0, 3587.0, 3600.0, 3600.0, 3601.0, 3601.0, 3602.0, 3601.0, 3605.0, 3612.0, 3602.0, 3621.0, 3601.0, 3612.0, 3602.0, 3600.0, 3600.0, 3599.0, 3600.0, 3601.0, 3612.0, 3602.0, 3611.0, 3612.0, 3620.0, 3610.0, 3587.0, 3587.0, 3574.0, 3586.0, 3585.0, 3586.0, 3596.0, 3586.0, 3574.0, 3585.0, 3574.0, 3587.0, 3575.0, 3599.0, 3609.0, 3600.0, 3598.0, 3589.0, 3599.0, 3590.0, 3600.0, 3602.0, 3601.0, 3601.0, 3601.0, 3601.0, 3601.0, 3602.0, 3603.0, 3614.0, 3603.0, 3614.0, 3614.0, 3603.0, 3614.0, 3603.0, 3615.0, 3614.0, 3614.0, 3601.0, 3613.0, 3590.0, 3602.0, 3612.0, 3602.0, 3600.0, 3601.0, 3588.0, 3600.0, 3587.0, 3599.0, 3608.0, 3578.0, 3598.0, 3600.0, 3590.0, 3601.0, 3599.0, 3589.0, 3587.0, 3598.0, 3601.0, 3588.0, 3587.0, 3587.0, 3587.0, 3588.0, 3599.0, 3601.0, 3600.0, 3589.0, 3589.0, 3589.0, 3600.0, 3600.0, 3602.0, 3623.0, 3623.0, 3610.0, 3599.0, 3588.0, 3600.0, 3600.0, 3600.0, 3601.0, 3602.0, 3602.0, 3602.0, 3603.0, 3614.0, 3603.0, 3603.0, 3602.0, 3602.0, 3601.0, 3601.0, 3612.0, 3603.0, 3611.0, 3601.0, 3578.0, 3600.0, 3588.0, 3600.0, 3610.0, 3601.0, 3599.0, 3591.0, 3589.0, 3590.0, 3589.0, 3590.0, 3613.0, 3613.0, 3603.0, 3624.0, 3615.0, 3624.0, 3615.0, 3612.0, 3613.0, 3589.0, 3599.0, 3588.0, 3599.0, 3589.0, 3610.0, 3588.0, 3597.0, 3586.0, 3586.0, 3587.0, 3597.0, 3588.0, 3607.0, 3587.0, 3596.0, 3587.0, 3597.0, 3600.0, 3609.0, 3601.0, 3598.0, 3611.0, 3589.0, 3612.0, 3591.0, 3614.0, 3604.0, 3615.0, 3604.0, 3615.0, 3616.0, 3616.0, 3617.0, 3626.0, 3604.0, 3624.0, 3603.0, 3624.0, 3614.0, 3623.0, 3601.0, 3609.0, 3599.0, 3608.0, 3590.0, 3608.0, 3587.0, 3607.0, 3576.0, 3575.0, 3587.0, 3596.0, 3588.0, 3587.0, 3588.0, 3588.0, 3599.0, 3600.0, 3608.0, 3588.0, 3597.0, 3596.0, 3605.0, 3574.0, 3594.0, 3585.0, 3584.0, 3585.0, 3573.0, 3597.0, 3587.0, 3599.0, 3599.0, 3599.0, 3600.0, 3599.0, 3600.0, 3600.0, 3601.0, 3612.0, 3622.0, 3620.0, 3598.0, 3586.0, 3597.0, 3597.0, 3598.0, 3597.0, 3587.0, 3597.0, 3598.0, 3598.0, 3599.0, 3608.0, 3599.0, 3608.0, 3598.0, 3597.0, 3598.0, 3608.0, 3588.0, 3607.0, 3587.0, 3596.0, 3586.0, 3585.0, 3597.0, 3585.0, 3586.0, 3574.0, 3585.0, 3584.0, 3585.0, 3585.0, 3575.0, 3585.0, 3585.0, 3585.0, 3584.0, 3585.0, 3585.0, 3586.0, 3585.0, 3586.0, 3574.0, 3574.0, 3586.0, 3575.0, 3598.0, 3597.0, 3588.0, 3588.0, 3587.0, 3598.0, 3607.0, 3587.0, 3607.0, 3587.0, 3597.0, 3598.0, 3596.0, 3586.0, 3574.0, 3585.0, 3585.0, 3585.0, 3587.0, 3587.0, 3598.0, 3598.0, 3599.0, 3599.0, 3612.0, 3601.0, 3625.0, 3624.0, 3626.0, 3614.0, 3614.0, 3615.0, 3624.0, 3615.0, 3636.0, 3614.0, 3634.0, 3612.0, 3621.0, 3600.0, 3621.0, 3601.0, 3621.0, 3589.0, 3620.0, 3588.0, 3598.0, 3598.0, 3598.0, 3599.0, 3609.0, 3598.0, 3608.0, 3599.0, 3608.0, 3600.0, 3609.0, 3600.0, 3599.0, 3599.0, 3586.0, 3598.0, 3598.0, 3598.0, 3599.0, 3609.0, 3610.0, 3609.0, 3611.0, 3610.0, 3600.0, 3599.0, 3609.0, 3610.0, 3598.0, 3587.0, 3586.0, 3596.0, 3597.0, 3597.0, 3597.0, 3587.0, 3597.0, 3587.0, 3596.0, 3576.0, 3584.0, 3574.0, 3584.0, 3574.0, 3586.0, 3585.0, 3575.0, 3585.0, 3586.0, 3587.0, 3609.0, 3587.0, 3587.0, 3587.0, 3599.0, 3599.0, 3611.0, 3602.0, 3613.0, 3603.0, 3623.0, 3613.0, 3623.0, 3613.0, 3634.0, 3614.0, 3622.0, 3612.0, 3600.0, 3600.0, 3612.0, 3611.0, 3600.0, 3599.0, 3599.0, 3599.0, 3610.0, 3621.0, 3612.0, 3601.0, 3613.0, 3603.0, 3635.0, 3614.0, 3612.0, 3611.0, 3599.0, 3599.0, 3598.0, 3599.0, 3588.0, 3631.0, 3595.0, 3584.0, 3572.0, 3573.0, 3584.0, 3586.0, 3597.0, 3608.0, 3585.0, 3586.0, 3585.0, 3589.0, 3612.0, 3613.0, 3613.0, 3622.0, 3602.0, 3601.0, 3603.0, 3614.0, 3615.0, 3635.0, 3625.0, 3632.0, 3600.0, 3611.0, 3613.0, 3633.0, 3602.0, 3600.0, 3600.0, 3608.0, 3601.0, 3609.0, 3600.0, 3587.0, 3588.0, 3598.0, 3619.0, 3585.0, 3595.0, 3573.0, 3584.0, 3585.0, 3585.0, 3586.0, 3597.0, 3589.0, 3608.0, 3599.0, 3586.0, 3576.0, 3586.0, 3586.0, 3607.0, 3587.0, 3606.0, 3586.0, 3595.0, 3575.0, 3594.0, 3595.0, 3594.0, 3585.0, 3573.0, 3595.0, 3585.0, 3598.0, 3599.0, 3600.0, 3612.0, 3612.0, 3591.0, 3621.0, 3599.0, 3588.0, 3599.0, 3598.0, 3600.0, 3610.0, 3600.0, 3598.0, 3588.0, 3598.0, 3588.0, 3599.0, 3600.0, 3610.0, 3589.0, 3588.0, 3599.0, 3600.0, 3613.0, 3612.0, 3633.0, 3599.0, 3608.0, 3598.0, 3609.0, 3611.0, 3611.0, 3613.0, 3612.0, 3615.0, 3625.0, 3627.0, 3637.0, 3627.0, 3636.0, 3615.0, 3634.0, 3613.0, 3634.0, 3612.0, 3634.0, 3611.0, 3620.0, 3610.0, 3609.0, 3599.0, 3620.0, 3598.0, 3619.0, 3597.0, 3608.0, 3598.0, 3629.0, 3595.0, 3594.0, 3596.0, 3605.0, 3597.0, 3586.0, 3609.0, 3599.0, 3610.0, 3598.0, 3587.0, 3598.0, 3588.0, 3598.0, 3598.0, 3609.0, 3609.0, 3588.0, 3599.0, 3599.0, 3599.0, 3621.0, 3588.0, 3618.0, 3586.0, 3606.0, 3595.0, 3614.0, 3571.0, 3581.0, 3572.0, 3571.0, 3573.0, 3573.0, 3585.0, 3605.0, 3585.0, 3585.0, 3587.0, 3598.0, 3611.0, 3600.0, 3613.0, 3613.0, 3615.0, 3614.0, 3614.0, 3614.0, 3625.0, 3614.0, 3625.0, 3623.0, 3623.0, 3600.0, 3601.0, 3599.0, 3601.0, 3622.0, 3601.0, 3599.0, 3589.0, 3588.0, 3620.0, 3608.0, 3587.0, 3586.0, 3587.0, 3598.0, 3599.0, 3611.0, 3622.0, 3614.0, 3634.0, 3614.0, 3632.0, 3602.0, 3621.0, 3601.0, 3632.0, 3589.0, 3620.0, 3587.0, 3607.0, 3586.0, 3597.0, 3586.0, 3597.0, 3585.0, 3584.0, 3585.0, 3585.0, 3586.0, 3586.0, 3587.0, 3587.0, 3599.0, 3609.0, 3599.0, 3588.0, 3600.0, 3599.0, 3600.0, 3599.0, 3599.0, 3587.0, 3587.0, 3586.0, 3587.0, 3598.0, 3609.0, 3586.0, 3586.0, 3586.0, 3586.0, 3586.0, 3628.0, 3594.0, 3583.0, 3572.0, 3583.0, 3585.0, 3586.0, 3598.0, 3599.0, 3600.0, 3599.0, 3612.0, 3611.0, 3612.0, 3623.0, 3613.0, 3622.0, 3601.0, 3621.0, 3600.0, 3621.0, 3601.0, 3620.0, 3589.0, 3619.0, 3587.0, 3612.0, 3609.0, 3597.0, 3609.0, 3609.0, 3609.0, 3598.0, 3609.0, 3608.0, 3600.0, 3588.0, 3610.0, 3611.0, 3601.0, 3612.0, 3621.0, 3601.0, 3620.0, 3600.0, 3620.0, 3611.0, 3631.0, 3611.0, 3608.0, 3598.0, 3597.0, 3598.0, 3608.0, 3588.0, 3588.0, 3599.0, 3599.0, 3599.0, 3600.0, 3600.0, 3612.0, 3612.0, 3613.0, 3602.0, 3602.0, 3601.0, 3602.0, 3601.0, 3612.0, 3612.0, 3602.0, 3601.0, 3631.0, 3588.0, 3598.0, 3609.0, 3587.0, 3599.0, 3610.0, 3590.0, 3631.0, 3599.0, 3587.0, 3599.0, 3599.0, 3600.0, 3600.0, 3611.0, 3601.0, 3622.0, 3589.0, 3599.0, 3599.0, 3588.0, 3599.0, 3620.0, 3587.0, 3597.0, 3586.0, 3586.0, 3585.0, 3597.0, 3596.0, 3587.0, 3585.0, 3587.0, 3574.0, 3598.0, 3597.0, 3599.0, 3587.0, 3588.0, 3598.0, 3589.0, 3610.0, 3589.0, 3589.0, 3610.0, 3599.0, 3599.0, 3610.0, 3610.0, 3610.0, 3620.0, 3599.0, 3608.0, 3597.0, 3596.0, 3610.0, 3609.0, 3588.0, 3587.0, 3587.0, 3598.0, 3588.0, 3600.0, 3610.0, 3611.0, 3621.0, 3599.0, 3609.0, 3599.0, 3608.0, 3599.0, 3608.0, 3588.0, 3607.0, 3598.0, 3607.0, 3599.0, 3609.0, 3610.0, 3608.0, 3598.0, 3598.0, 3599.0, 3598.0, 3611.0, 3612.0, 3612.0, 3624.0, 3635.0, 3615.0, 3614.0, 3613.0, 3613.0, 3602.0, 3602.0, 3623.0, 3612.0, 3622.0, 3600.0, 3620.0, 3600.0, 3621.0, 3601.0, 3620.0, 3601.0, 3609.0, 3600.0, 3609.0, 3611.0, 3610.0, 3611.0, 3600.0, 3600.0, 3601.0, 3600.0, 3613.0, 3623.0, 3624.0, 3632.0, 3589.0, 3609.0, 3600.0, 3600.0, 3611.0, 3600.0, 3600.0, 3600.0, 3600.0, 3599.0, 3590.0, 3589.0, 3610.0, 3588.0, 3598.0, 3589.0, 3610.0, 3591.0, 3610.0, 3600.0, 3596.0, 3576.0, 3586.0, 3576.0, 3586.0, 3608.0, 3587.0, 3598.0, 3578.0, 3598.0, 3588.0, 3587.0, 3609.0, 3586.0, 3606.0], 'WindowWidth': [8264.0, 8222.0, 8237.0, 8204.0, 8211.0, 8181.0, 8174.0, 8173.0, 8166.0, 8166.0, 8165.0, 8165.0, 8167.0, 8167.0, 8167.0, 8167.0, 8169.0, 8169.0, 8170.0, 8169.0, 8162.0, 8173.0, 8191.0, 8187.0, 8176.0, 8191.0, 8193.0, 8198.0, 8186.0, 8195.0, 8196.0, 8194.0, 8182.0, 8179.0, 8184.0, 8200.0, 8178.0, 8177.0, 8160.0, 8192.0, 8174.0, 8192.0, 8203.0, 8192.0, 8190.0, 8195.0, 8178.0, 8182.0, 8195.0, 8191.0, 8170.0, 8197.0, 8145.0, 8145.0, 8161.0, 8147.0, 8148.0, 8148.0, 8165.0, 8151.0, 8170.0, 8170.0, 8190.0, 8172.0, 8173.0, 8170.0, 8173.0, 8188.0, 8175.0, 8174.0, 8170.0, 8173.0, 8169.0, 8156.0, 8169.0, 8179.0, 8186.0, 8172.0, 8151.0, 8172.0, 8164.0, 8172.0, 8153.0, 8170.0, 8169.0, 8189.0, 8191.0, 8163.0, 8197.0, 8194.0, 8181.0, 8187.0, 8174.0, 8166.0, 8168.0, 8167.0, 8169.0, 8182.0, 8168.0, 8144.0, 8146.0, 8143.0, 8160.0, 8162.0, 8162.0, 8146.0, 8149.0, 8150.0, 8167.0, 8169.0, 8174.0, 8161.0, 8173.0, 8158.0, 8170.0, 8162.0, 8156.0, 8175.0, 8187.0, 8176.0, 8171.0, 8176.0, 8185.0, 8176.0, 8188.0, 8178.0, 8173.0, 8176.0, 8171.0, 8176.0, 8172.0, 8177.0, 8178.0, 8181.0, 8192.0, 8174.0, 8155.0, 8171.0, 8172.0, 8172.0, 8186.0, 8174.0, 8155.0, 8172.0, 8172.0, 8171.0, 8188.0, 8171.0, 8167.0, 8151.0, 8153.0, 8162.0, 8155.0, 8183.0, 8159.0, 8151.0, 8153.0, 8149.0, 8156.0, 8155.0, 8156.0, 8167.0, 8154.0, 8165.0, 8154.0, 8166.0, 8156.0, 8167.0, 8152.0, 8149.0, 8165.0, 8164.0, 8213.0, 8146.0, 8143.0, 8124.0, 8142.0, 8147.0, 8164.0, 8172.0, 8188.0, 8179.0, 8159.0, 8176.0, 8174.0, 8177.0, 8207.0, 8174.0, 8186.0, 8166.0, 8182.0, 8149.0, 8149.0, 8164.0, 8164.0, 8147.0, 8131.0, 8126.0, 8143.0, 8139.0, 8148.0, 8158.0, 8149.0, 8144.0, 8129.0, 8159.0, 8149.0, 8151.0, 8166.0, 8151.0, 8148.0, 8167.0, 8165.0, 8166.0, 8176.0, 8129.0, 8138.0, 8131.0, 8129.0, 8150.0, 8150.0, 8169.0, 8165.0, 8151.0, 8149.0, 8152.0, 8150.0, 8154.0, 8175.0, 8146.0, 8153.0, 8127.0, 8121.0, 8124.0, 8137.0, 8140.0, 8140.0, 8142.0, 8145.0, 8156.0, 8132.0, 8153.0, 8124.0, 8131.0, 8122.0, 8133.0, 8124.0, 8135.0, 8123.0, 8119.0, 8135.0, 8105.0, 8137.0, 8126.0, 8141.0, 8126.0, 8142.0, 8115.0, 8150.0, 8135.0, 8171.0, 8156.0, 8178.0, 8174.0, 8179.0, 8188.0, 8177.0, 8188.0, 8178.0, 8190.0, 8174.0, 8171.0, 8153.0, 8154.0, 8164.0, 8153.0, 8170.0, 8154.0, 8151.0, 8151.0, 8131.0, 8153.0, 8177.0, 8157.0, 8165.0, 8154.0, 8164.0, 8169.0, 8165.0, 8170.0, 8170.0, 8172.0, 8167.0, 8156.0, 8167.0, 8172.0, 8167.0, 8174.0, 8170.0, 8175.0, 8167.0, 8156.0, 8165.0, 8154.0, 8167.0, 8154.0, 8150.0, 8147.0, 8145.0, 8142.0, 8130.0, 8143.0, 8117.0, 8144.0, 8128.0, 8143.0, 8146.0, 8147.0, 8164.0, 8168.0, 8166.0, 8154.0, 8151.0, 8153.0, 8166.0, 8169.0, 8185.0, 8150.0, 8162.0, 8143.0, 8129.0, 8143.0, 8132.0, 8145.0, 8128.0, 8139.0, 8127.0, 8140.0, 8131.0, 8147.0, 8148.0, 8149.0, 8148.0, 8154.0, 8165.0, 8155.0, 8182.0, 8156.0, 8162.0, 8151.0, 8163.0, 8148.0, 8178.0, 8142.0, 8144.0, 8139.0, 8124.0, 8119.0, 8124.0, 8134.0, 8128.0, 8141.0, 8142.0, 8123.0, 8130.0, 8127.0, 8144.0, 8146.0, 8169.0, 8171.0, 8158.0, 8178.0, 8196.0, 8179.0, 8171.0, 8154.0, 8151.0, 8152.0, 8167.0, 8155.0, 8182.0, 8146.0, 8143.0, 8127.0, 8125.0, 8142.0, 8145.0, 8144.0, 8144.0, 8146.0, 8147.0, 8153.0, 8138.0, 8173.0, 8170.0, 8158.0, 8167.0, 8156.0, 8181.0, 8158.0, 8184.0, 8157.0, 8164.0, 8152.0, 8161.0, 8150.0, 8178.0, 8153.0, 8160.0, 8149.0, 8143.0, 8149.0, 8176.0, 8169.0, 8164.0, 8154.0, 8160.0, 8147.0, 8158.0, 8148.0, 8162.0, 8169.0, 8164.0, 8152.0, 8149.0, 8150.0, 8149.0, 8154.0, 8166.0, 8161.0, 8183.0, 8173.0, 8165.0, 8170.0, 8164.0, 8157.0, 8184.0, 8156.0, 8181.0, 8153.0, 8162.0, 8151.0, 8179.0, 8169.0, 8163.0, 8152.0, 8146.0, 8149.0, 8145.0, 8152.0, 8164.0, 8165.0, 8132.0, 8149.0, 8145.0, 8148.0, 8147.0, 8152.0, 8146.0, 8148.0, 8129.0, 8146.0, 8143.0, 8152.0, 8160.0, 8148.0, 8128.0, 8147.0, 8130.0, 8149.0, 8149.0, 8153.0, 8150.0, 8152.0, 8136.0, 8163.0, 8151.0, 8151.0, 8153.0, 8180.0, 8150.0, 8155.0, 8147.0, 8154.0, 8132.0, 8159.0, 8144.0, 8152.0, 8109.0, 8131.0, 8108.0, 8118.0, 8109.0, 8123.0, 8123.0, 8133.0, 8122.0, 8125.0, 8124.0, 8127.0, 8139.0, 8139.0, 8122.0, 8138.0, 8119.0, 8103.0, 8117.0, 8105.0, 8122.0, 8116.0, 8101.0, 8101.0, 8121.0, 8121.0, 8130.0, 8127.0, 8146.0, 8131.0, 8164.0, 8135.0, 8170.0, 8141.0, 8177.0, 8172.0, 8178.0, 8155.0, 8177.0, 8169.0, 8183.0, 8194.0, 8177.0, 8169.0, 8171.0, 8168.0, 8169.0, 8175.0, 8195.0, 8173.0, 8159.0, 8155.0, 8159.0, 8157.0, 8177.0, 8176.0, 8181.0, 8188.0, 8176.0, 8155.0, 8186.0, 8169.0, 8171.0, 8150.0, 8148.0, 8145.0, 8132.0, 8147.0, 8176.0, 8127.0, 8141.0, 8120.0, 8119.0, 8120.0, 8119.0, 8124.0, 8132.0, 8118.0, 8116.0, 8117.0, 8099.0, 8119.0, 8117.0, 8121.0, 8117.0, 8121.0, 8133.0, 8125.0, 8137.0, 8149.0, 8142.0, 8144.0, 8139.0, 8129.0, 8140.0, 8131.0, 8143.0, 8151.0, 8162.0, 8148.0, 8142.0, 8147.0, 8144.0, 8150.0, 8147.0, 8155.0, 8166.0, 8153.0, 8164.0, 8170.0, 8153.0, 8174.0, 8171.0, 8172.0, 8136.0, 8171.0, 8152.0, 8173.0, 8183.0, 8171.0, 8164.0, 8152.0, 8161.0, 8153.0, 8184.0, 8175.0, 8180.0, 8154.0, 8166.0, 8172.0, 8154.0, 8173.0, 8168.0, 8160.0, 8155.0, 8161.0, 8170.0, 8157.0, 8156.0, 8159.0, 8178.0, 8176.0, 8180.0, 8182.0, 8196.0, 8164.0, 8204.0, 8174.0, 8182.0, 8171.0, 8196.0, 8169.0, 8177.0, 8148.0, 8142.0, 8149.0, 8161.0, 8147.0, 8143.0, 8146.0, 8145.0, 8147.0, 8151.0, 8155.0, 8157.0, 8155.0, 8171.0, 8169.0, 8158.0, 8185.0, 8165.0, 8188.0, 8158.0, 8164.0, 8152.0, 8163.0, 8152.0, 8170.0, 8156.0, 8153.0, 8150.0, 8147.0, 8152.0, 8152.0, 8155.0, 8151.0, 8153.0, 8149.0, 8154.0, 8166.0, 8160.0, 8173.0, 8161.0, 8169.0, 8173.0, 8183.0, 8172.0, 8170.0, 8172.0, 8184.0, 8151.0, 8165.0, 8131.0, 8146.0, 8129.0, 8151.0, 8176.0, 8147.0, 8143.0, 8148.0, 8160.0, 8151.0, 8147.0, 8168.0, 8166.0, 8169.0, 8137.0, 8174.0, 8158.0, 8175.0, 8160.0, 8176.0, 8156.0, 8156.0, 8140.0, 8156.0, 8155.0, 8171.0, 8179.0, 8151.0, 8143.0, 8146.0, 8156.0, 8149.0, 8160.0, 8148.0, 8156.0, 8148.0, 8152.0, 8130.0, 8141.0, 8142.0, 8128.0, 8171.0, 8124.0, 8121.0, 8128.0, 8129.0, 8155.0, 8175.0, 8177.0, 8175.0, 8170.0, 8155.0, 8165.0, 8150.0, 8195.0, 8153.0, 8165.0, 8145.0, 8130.0, 8139.0, 8130.0, 8154.0, 8129.0, 8138.0, 8128.0, 8125.0, 8131.0, 8129.0, 8152.0, 8150.0, 8155.0, 8154.0, 8158.0, 8155.0, 8169.0, 8171.0, 8159.0, 8180.0, 8156.0, 8170.0, 8155.0, 8149.0, 8148.0, 8147.0, 8152.0, 8153.0, 8168.0, 8156.0, 8165.0, 8169.0, 8176.0, 8162.0, 8126.0, 8125.0, 8105.0, 8122.0, 8119.0, 8123.0, 8135.0, 8124.0, 8103.0, 8122.0, 8104.0, 8126.0, 8109.0, 8147.0, 8160.0, 8149.0, 8144.0, 8135.0, 8146.0, 8137.0, 8151.0, 8159.0, 8155.0, 8156.0, 8154.0, 8156.0, 8155.0, 8157.0, 8161.0, 8177.0, 8162.0, 8175.0, 8177.0, 8161.0, 8176.0, 8160.0, 8179.0, 8177.0, 8178.0, 8155.0, 8171.0, 8137.0, 8156.0, 8170.0, 8157.0, 8151.0, 8152.0, 8132.0, 8149.0, 8128.0, 8143.0, 8156.0, 8118.0, 8144.0, 8149.0, 8138.0, 8155.0, 8147.0, 8132.0, 8126.0, 8144.0, 8153.0, 8130.0, 8127.0, 8128.0, 8126.0, 8130.0, 8145.0, 8152.0, 8151.0, 8136.0, 8134.0, 8134.0, 8151.0, 8150.0, 8157.0, 8186.0, 8186.0, 8163.0, 8146.0, 8130.0, 8150.0, 8152.0, 8154.0, 8155.0, 8157.0, 8158.0, 8158.0, 8160.0, 8177.0, 8161.0, 8160.0, 8157.0, 8158.0, 8155.0, 8155.0, 8172.0, 8160.0, 8168.0, 8153.0, 8118.0, 8150.0, 8130.0, 8151.0, 8163.0, 8155.0, 8146.0, 8140.0, 8135.0, 8136.0, 8135.0, 8140.0, 8174.0, 8173.0, 8159.0, 8189.0, 8182.0, 8190.0, 8179.0, 8171.0, 8171.0, 8135.0, 8147.0, 8130.0, 8145.0, 8133.0, 8162.0, 8129.0, 8139.0, 8124.0, 8122.0, 8126.0, 8139.0, 8132.0, 8153.0, 8128.0, 8137.0, 8128.0, 8140.0, 8152.0, 8162.0, 8152.0, 8144.0, 8167.0, 8135.0, 8171.0, 8144.0, 8177.0, 8163.0, 8179.0, 8165.0, 8180.0, 8184.0, 8184.0, 8186.0, 8197.0, 8166.0, 8188.0, 8161.0, 8189.0, 8177.0, 8184.0, 8154.0, 8160.0, 8147.0, 8156.0, 8138.0, 8157.0, 8128.0, 8152.0, 8111.0, 8107.0, 8125.0, 8136.0, 8131.0, 8128.0, 8131.0, 8131.0, 8147.0, 8151.0, 8156.0, 8129.0, 8141.0, 8138.0, 8146.0, 8105.0, 8131.0, 8120.0, 8117.0, 8121.0, 8104.0, 8141.0, 8128.0, 8147.0, 8147.0, 8149.0, 8150.0, 8150.0, 8153.0, 8152.0, 8156.0, 8169.0, 8183.0, 8175.0, 8143.0, 8124.0, 8142.0, 8142.0, 8145.0, 8141.0, 8129.0, 8140.0, 8144.0, 8145.0, 8149.0, 8158.0, 8148.0, 8156.0, 8146.0, 8141.0, 8144.0, 8156.0, 8133.0, 8154.0, 8128.0, 8138.0, 8126.0, 8123.0, 8141.0, 8124.0, 8124.0, 8106.0, 8121.0, 8119.0, 8121.0, 8121.0, 8109.0, 8123.0, 8120.0, 8121.0, 8119.0, 8122.0, 8121.0, 8125.0, 8122.0, 8125.0, 8107.0, 8106.0, 8124.0, 8110.0, 8143.0, 8143.0, 8132.0, 8131.0, 8128.0, 8143.0, 8154.0, 8128.0, 8152.0, 8127.0, 8140.0, 8144.0, 8139.0, 8124.0, 8104.0, 8122.0, 8123.0, 8124.0, 8129.0, 8129.0, 8146.0, 8146.0, 8150.0, 8151.0, 8172.0, 8158.0, 8195.0, 8194.0, 8198.0, 8180.0, 8179.0, 8182.0, 8192.0, 8184.0, 8210.0, 8180.0, 8203.0, 8171.0, 8181.0, 8154.0, 8180.0, 8155.0, 8182.0, 8138.0, 8176.0, 8132.0, 8145.0, 8146.0, 8146.0, 8149.0, 8161.0, 8146.0, 8158.0, 8148.0, 8160.0, 8153.0, 8164.0, 8153.0, 8150.0, 8148.0, 8128.0, 8145.0, 8148.0, 8148.0, 8149.0, 8162.0, 8165.0, 8163.0, 8169.0, 8165.0, 8153.0, 8148.0, 8162.0, 8165.0, 8146.0, 8129.0, 8126.0, 8139.0, 8142.0, 8141.0, 8141.0, 8130.0, 8141.0, 8128.0, 8139.0, 8112.0, 8119.0, 8106.0, 8120.0, 8108.0, 8125.0, 8125.0, 8109.0, 8124.0, 8126.0, 8129.0, 8163.0, 8128.0, 8131.0, 8131.0, 8149.0, 8150.0, 8170.0, 8162.0, 8177.0, 8164.0, 8190.0, 8177.0, 8188.0, 8176.0, 8203.0, 8178.0, 8185.0, 8173.0, 8151.0, 8153.0, 8174.0, 8169.0, 8151.0, 8150.0, 8150.0, 8148.0, 8165.0, 8181.0, 8172.0, 8158.0, 8175.0, 8165.0, 8207.0, 8178.0, 8170.0, 8169.0, 8150.0, 8150.0, 8147.0, 8147.0, 8132.0, 8194.0, 8134.0, 8118.0, 8099.0, 8103.0, 8119.0, 8128.0, 8143.0, 8159.0, 8122.0, 8126.0, 8126.0, 8136.0, 8173.0, 8176.0, 8177.0, 8185.0, 8158.0, 8157.0, 8163.0, 8179.0, 8183.0, 8208.0, 8193.0, 8198.0, 8153.0, 8167.0, 8175.0, 8199.0, 8158.0, 8151.0, 8151.0, 8158.0, 8156.0, 8161.0, 8151.0, 8131.0, 8131.0, 8144.0, 8172.0, 8120.0, 8134.0, 8103.0, 8119.0, 8123.0, 8123.0, 8127.0, 8143.0, 8135.0, 8157.0, 8147.0, 8126.0, 8114.0, 8125.0, 8127.0, 8154.0, 8129.0, 8151.0, 8125.0, 8133.0, 8108.0, 8131.0, 8136.0, 8133.0, 8121.0, 8102.0, 8135.0, 8123.0, 8144.0, 8149.0, 8152.0, 8172.0, 8172.0, 8144.0, 8181.0, 8150.0, 8131.0, 8148.0, 8147.0, 8152.0, 8166.0, 8151.0, 8146.0, 8134.0, 8146.0, 8133.0, 8149.0, 8152.0, 8164.0, 8136.0, 8135.0, 8151.0, 8153.0, 8176.0, 8173.0, 8203.0, 8148.0, 8160.0, 8146.0, 8164.0, 8169.0, 8171.0, 8176.0, 8175.0, 8184.0, 8196.0, 8205.0, 8217.0, 8204.0, 8212.0, 8182.0, 8206.0, 8176.0, 8206.0, 8174.0, 8203.0, 8168.0, 8178.0, 8164.0, 8162.0, 8150.0, 8177.0, 8148.0, 8174.0, 8144.0, 8158.0, 8145.0, 8188.0, 8136.0, 8133.0, 8138.0, 8150.0, 8143.0, 8127.0, 8164.0, 8152.0, 8166.0, 8146.0, 8128.0, 8145.0, 8131.0, 8147.0, 8144.0, 8161.0, 8160.0, 8134.0, 8149.0, 8148.0, 8149.0, 8179.0, 8134.0, 8172.0, 8127.0, 8151.0, 8136.0, 8157.0, 8097.0, 8110.0, 8098.0, 8097.0, 8104.0, 8104.0, 8123.0, 8147.0, 8125.0, 8124.0, 8129.0, 8145.0, 8169.0, 8153.0, 8177.0, 8178.0, 8182.0, 8179.0, 8180.0, 8180.0, 8196.0, 8179.0, 8195.0, 8190.0, 8189.0, 8153.0, 8156.0, 8151.0, 8156.0, 8186.0, 8155.0, 8151.0, 8136.0, 8135.0, 8179.0, 8159.0, 8130.0, 8125.0, 8129.0, 8147.0, 8150.0, 8172.0, 8187.0, 8181.0, 8205.0, 8179.0, 8198.0, 8159.0, 8181.0, 8156.0, 8197.0, 8138.0, 8176.0, 8131.0, 8156.0, 8128.0, 8141.0, 8128.0, 8141.0, 8121.0, 8119.0, 8121.0, 8123.0, 8126.0, 8127.0, 8132.0, 8131.0, 8149.0, 8161.0, 8150.0, 8134.0, 8152.0, 8150.0, 8153.0, 8148.0, 8149.0, 8130.0, 8129.0, 8128.0, 8130.0, 8146.0, 8160.0, 8126.0, 8126.0, 8125.0, 8127.0, 8126.0, 8186.0, 8133.0, 8115.0, 8101.0, 8116.0, 8123.0, 8127.0, 8148.0, 8149.0, 8152.0, 8152.0, 8171.0, 8170.0, 8175.0, 8189.0, 8177.0, 8185.0, 8158.0, 8180.0, 8154.0, 8182.0, 8156.0, 8179.0, 8136.0, 8173.0, 8131.0, 8172.0, 8164.0, 8144.0, 8161.0, 8163.0, 8163.0, 8145.0, 8162.0, 8157.0, 8151.0, 8135.0, 8167.0, 8168.0, 8158.0, 8173.0, 8182.0, 8155.0, 8178.0, 8152.0, 8178.0, 8169.0, 8193.0, 8171.0, 8160.0, 8146.0, 8142.0, 8146.0, 8160.0, 8135.0, 8131.0, 8149.0, 8151.0, 8149.0, 8153.0, 8154.0, 8174.0, 8174.0, 8177.0, 8160.0, 8161.0, 8156.0, 8160.0, 8157.0, 8173.0, 8171.0, 8158.0, 8155.0, 8196.0, 8134.0, 8146.0, 8161.0, 8131.0, 8150.0, 8166.0, 8140.0, 8193.0, 8149.0, 8132.0, 8149.0, 8151.0, 8155.0, 8154.0, 8171.0, 8156.0, 8186.0, 8137.0, 8150.0, 8147.0, 8135.0, 8149.0, 8178.0, 8130.0, 8143.0, 8125.0, 8126.0, 8122.0, 8141.0, 8138.0, 8128.0, 8122.0, 8129.0, 8109.0, 8146.0, 8144.0, 8149.0, 8131.0, 8135.0, 8147.0, 8136.0, 8167.0, 8138.0, 8137.0, 8164.0, 8150.0, 8148.0, 8164.0, 8166.0, 8165.0, 8178.0, 8149.0, 8157.0, 8144.0, 8140.0, 8163.0, 8160.0, 8134.0, 8130.0, 8131.0, 8146.0, 8133.0, 8152.0, 8166.0, 8167.0, 8180.0, 8150.0, 8161.0, 8148.0, 8159.0, 8149.0, 8158.0, 8133.0, 8156.0, 8145.0, 8156.0, 8149.0, 8162.0, 8166.0, 8159.0, 8146.0, 8145.0, 8149.0, 8147.0, 8169.0, 8173.0, 8174.0, 8194.0, 8210.0, 8182.0, 8178.0, 8177.0, 8174.0, 8159.0, 8160.0, 8187.0, 8172.0, 8182.0, 8153.0, 8178.0, 8152.0, 8182.0, 8155.0, 8176.0, 8154.0, 8162.0, 8152.0, 8162.0, 8169.0, 8166.0, 8169.0, 8151.0, 8154.0, 8156.0, 8154.0, 8175.0, 8189.0, 8191.0, 8196.0, 8136.0, 8160.0, 8153.0, 8152.0, 8168.0, 8152.0, 8154.0, 8152.0, 8153.0, 8149.0, 8138.0, 8135.0, 8164.0, 8132.0, 8146.0, 8137.0, 8165.0, 8145.0, 8164.0, 8152.0, 8138.0, 8112.0, 8124.0, 8112.0, 8125.0, 8156.0, 8130.0, 8144.0, 8118.0, 8145.0, 8133.0, 8129.0, 8158.0, 8126.0, 8149.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.0002576495726495726</td></tr>
<tr><td colspan=3>aqi</td><td>0.02942851697191697</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.80325750599271</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1766980399022606</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964667502138052</td></tr>
<tr><td colspan=3>efc</td><td>0.4476</td></tr>
<tr><td colspan=3>fber</td><td>5648.4258</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07559014221458059</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6105006105006106</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5029436814454864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.442116487229951</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7036331173585455</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.363081439747962</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017073554918169975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031135179102420807</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8583260008197913</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>34.6194</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0394</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.784</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310510.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.6514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4346</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.4602</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2889.6164</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>801.8961</td></tr>
<tr><td colspan=3>tsnr</td><td>38.122008396312594</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>