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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:48:7.827500</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.99957, 0.0282901, -0.00775691, -0.0280951, 0.999312, 0.0241934]</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.0796088</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7718, -7207, 784, -28, -48, -70, 10]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a4d8cf7-0ed8-43ff-92cf-9fcdbf77b575||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.681772232055664, -0.07537705451250076, -0.022777225822210312, 118.11166381835938], [-0.07590029388666153, 2.681082248687744, 0.06470552831888199, -88.13500213623047], [-0.02081122249364853, -0.06490899622440338, 2.6991283893585205, -51.30459976196289], [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': ['194807.827500', '194808.287500', '194808.747500', '194809.207500', '194809.667500', '194810.127500', '194810.587500', '194811.047500', '194811.507500', '194811.967500', '194812.427500', '194812.887500', '194813.347500', '194813.807500', '194814.267500', '194814.727500', '194815.187500', '194815.647500', '194816.107500', '194816.567500', '194817.027500', '194817.487500', '194817.947500', '194818.407500', '194818.867500', '194819.327500', '194819.787500', '194820.247500', '194820.707500', '194821.167500', '194821.627500', '194822.087500', '194822.547500', '194823.007500', '194823.467500', '194823.927500', '194824.387500', '194824.847500', '194825.307500', '194825.767500', '194826.227500', '194826.687500', '194827.147500', '194827.607500', '194828.067500', '194828.527500', '194828.987500', '194829.447500', '194829.907500', '194830.367500', '194830.827500', '194831.287500', '194831.747500', '194832.207500', '194832.667500', '194833.127500', '194833.587500', '194834.047500', '194834.507500', '194834.967500', '194835.427500', '194835.887500', '194836.347500', '194836.807500', '194837.267500', '194837.727500', '194838.187500', '194838.647500', '194839.107500', '194839.567500', '194840.027500', '194840.487500', '194840.947500', '194841.407500', '194841.867500', '194842.327500', '194842.787500', '194843.247500', '194843.707500', '194844.167500', '194844.627500', '194845.087500', '194845.547500', '194846.007500', '194846.467500', '194846.927500', '194847.387500', '194847.847500', '194848.307500', '194848.767500', '194849.227500', '194849.687500', '194850.147500', '194850.607500', '194851.067500', '194851.527500', '194851.987500', '194852.447500', '194852.907500', '194853.367500', '194853.827500', '194854.287500', '194854.747500', '194855.207500', '194855.667500', '194856.127500', '194856.587500', '194857.047500', '194857.507500', '194857.967500', '194858.427500', '194858.887500', '194859.347500', '194859.807500', '194900.267500', '194900.727500', '194901.187500', '194901.647500', '194902.107500', '194902.567500', '194903.027500', '194903.487500', '194903.947500', '194904.407500', '194904.867500', '194905.327500', '194905.787500', '194906.247500', '194906.707500', '194907.167500', '194907.627500', '194908.087500', '194908.547500', '194909.007500', '194909.467500', '194909.927500', '194910.387500', '194910.847500', '194911.307500', '194911.767500', '194912.227500', '194912.687500', '194913.147500', '194913.607500', '194914.067500', '194914.527500', '194914.987500', '194915.447500', '194915.907500', '194916.367500', '194916.827500', '194917.287500', '194917.747500', '194918.207500', '194918.667500', '194919.127500', '194919.587500', '194920.047500', '194920.507500', '194920.967500', '194921.427500', '194921.887500', '194922.347500', '194922.807500', '194923.267500', '194923.727500', '194924.187500', '194924.647500', '194925.107500', '194925.567500', '194926.027500', '194926.487500', '194926.947500', '194927.407500', '194927.867500', '194928.327500', '194928.787500', '194929.247500', '194929.707500', '194930.167500', '194930.627500', '194931.087500', '194931.547500', '194932.007500', '194932.467500', '194932.927500', '194933.387500', '194933.847500', '194934.307500', '194934.767500', '194935.227500', '194935.687500', '194936.147500', '194936.607500', '194937.067500', '194937.527500', '194937.987500', '194938.447500', '194938.907500', '194939.367500', '194939.827500', '194940.287500', '194940.747500', '194941.207500', '194941.667500', '194942.127500', '194942.587500', '194943.047500', '194943.507500', '194943.967500', '194944.427500', '194944.887500', '194945.347500', '194945.807500', '194946.267500', '194946.727500', '194947.187500', '194947.647500', '194948.107500', '194948.567500', '194949.027500', '194949.487500', '194949.947500', '194950.407500', '194950.867500', '194951.327500', '194951.787500', '194952.247500', '194952.707500', '194953.167500', '194953.627500', '194954.087500', '194954.547500', '194955.007500', '194955.467500', '194955.927500', '194956.387500', '194956.847500', '194957.307500', '194957.767500', '194958.227500', '194958.687500', '194959.147500', '194959.607500', '195000.067500', '195000.527500', '195000.987500', '195001.447500', '195001.907500', '195002.367500', '195002.827500', '195003.287500', '195003.747500', '195004.207500', '195004.667500', '195005.127500', '195005.587500', '195006.047500', '195006.507500', '195006.967500', '195007.427500', '195007.887500', '195008.347500', '195008.807500', '195009.267500', '195009.727500', '195010.187500', '195010.647500', '195011.107500', '195011.567500', '195012.027500', '195012.487500', '195012.947500', '195013.407500', '195013.867500', '195014.327500', '195014.787500', '195015.247500', '195015.707500', '195016.167500', '195016.627500', '195017.087500', '195017.547500', '195018.007500', '195018.467500', '195018.927500', '195019.387500', '195019.847500', '195020.307500', '195020.767500', '195021.227500', '195021.687500', '195022.147500', '195022.607500', '195023.067500', '195023.527500', '195023.987500', '195024.447500', '195024.907500', '195025.367500', '195025.827500', '195026.287500', '195026.747500', '195027.207500', '195027.667500', '195028.127500', '195028.587500', '195029.047500', '195029.507500', '195029.967500', '195030.427500', '195030.887500', '195031.347500', '195031.807500', '195032.267500', '195032.727500', '195033.187500', '195033.647500', '195034.107500', '195034.567500', '195035.027500', '195035.487500', '195035.947500', '195036.407500', '195036.867500', '195037.327500', '195037.787500', '195038.247500', '195038.707500', '195039.167500', '195039.627500', '195040.087500', '195040.547500', '195041.007500', '195041.467500', '195041.927500', '195042.387500', '195042.847500', '195043.307500', '195043.767500', '195044.227500', '195044.687500', '195045.147500', '195045.607500', '195046.067500', '195046.527500', '195046.987500', '195047.447500', '195047.907500', '195048.367500', '195048.827500', '195049.287500', '195049.747500', '195050.207500', '195050.667500', '195051.127500', '195051.587500', '195052.047500', '195052.507500', '195052.967500', '195053.427500', '195053.887500', '195054.347500', '195054.807500', '195055.267500', '195055.727500', '195056.187500', '195056.647500', '195057.107500', '195057.567500', '195058.027500', '195058.487500', '195058.947500', '195059.407500', '195059.867500', '195100.327500', '195100.787500', '195101.247500', '195101.707500', '195102.167500', '195102.627500', '195103.087500', '195103.547500', '195104.007500', '195104.467500', '195104.927500', '195105.387500', '195105.847500', '195106.307500', '195106.767500', '195107.227500', '195107.687500', '195108.147500', '195108.607500', '195109.067500', '195109.527500', '195109.987500', '195110.447500', '195110.907500', '195111.367500', '195111.827500', '195112.287500', '195112.747500', '195113.207500', '195113.667500', '195114.127500', '195114.587500', '195115.047500', '195115.507500', '195115.967500', '195116.427500', '195116.887500', '195117.347500', '195117.807500', '195118.267500', '195118.727500', '195119.187500', '195119.647500', '195120.107500', '195120.567500', '195121.027500', '195121.487500', '195121.947500', '195122.407500', '195122.867500', '195123.327500', '195123.787500', '195124.247500', '195124.707500', '195125.167500', '195125.627500', '195126.087500', '195126.547500', '195127.007500', '195127.467500', '195127.927500', '195128.387500', '195128.847500', '195129.307500', '195129.767500', '195130.227500', '195130.687500', '195131.147500', '195131.607500', '195132.067500', '195132.527500', '195132.987500', '195133.447500', '195133.907500', '195134.367500', '195134.827500', '195135.287500', '195135.747500', '195136.207500', '195136.667500', '195137.127500', '195137.587500', '195138.047500', '195138.507500', '195138.967500', '195139.427500', '195139.887500', '195140.347500', '195140.807500', '195141.267500', '195141.727500', '195142.187500', '195142.647500', '195143.107500', '195143.567500', '195144.027500', '195144.487500', '195144.947500', '195145.407500', '195145.867500', '195146.327500', '195146.787500', '195147.247500', '195147.707500', '195148.167500', '195148.627500', '195149.087500', '195149.547500', '195150.007500', '195150.467500', '195150.927500', '195151.387500', '195151.847500', '195152.307500', '195152.767500', '195153.227500', '195153.687500', '195154.147500', '195154.607500', '195155.067500', '195155.527500', '195155.987500', '195156.447500', '195156.907500', '195157.367500', '195157.827500', '195158.287500', '195158.747500', '195159.207500', '195159.667500', '195200.127500', '195200.587500', '195201.047500', '195201.507500', '195201.967500', '195202.427500', '195202.887500', '195203.347500', '195203.807500', '195204.267500', '195204.727500', '195205.187500', '195205.647500', '195206.107500', '195206.567500', '195207.027500', '195207.487500', '195207.947500', '195208.407500', '195208.867500', '195209.327500', '195209.787500', '195210.247500', '195210.707500', '195211.167500', '195211.627500', '195212.087500', '195212.547500', '195213.007500', '195213.467500', '195213.927500', '195214.387500', '195214.847500', '195215.307500', '195215.767500', '195216.227500', '195216.687500', '195217.147500', '195217.607500', '195218.067500', '195218.527500', '195218.987500', '195219.447500', '195219.907500', '195220.367500', '195220.827500', '195221.287500', '195221.747500', '195222.207500', '195222.667500', '195223.127500', '195223.587500', '195224.047500', '195224.507500', '195224.967500', '195225.427500', '195225.887500', '195226.347500', '195226.807500', '195227.267500', '195227.727500', '195228.187500', '195228.647500', '195229.107500', '195229.567500', '195230.027500', '195230.487500', '195230.947500', '195231.407500', '195231.867500', '195232.327500', '195232.787500', '195233.247500', '195233.707500', '195234.167500', '195234.627500', '195235.087500', '195235.547500', '195236.007500', '195236.467500', '195236.927500', '195237.387500', '195237.847500', '195238.307500', '195238.767500', '195239.227500', '195239.687500', '195240.147500', '195240.607500', '195241.067500', '195241.527500', '195241.987500', '195242.447500', '195242.907500', '195243.367500', '195243.827500', '195244.287500', '195244.747500', '195245.207500', '195245.667500', '195246.127500', '195246.587500', '195247.047500', '195247.507500', '195247.967500', '195248.427500', '195248.887500', '195249.347500', '195249.807500', '195250.267500', '195250.727500', '195251.187500', '195251.647500', '195252.107500', '195252.567500', '195253.027500', '195253.487500', '195253.947500', '195254.407500', '195254.867500', '195255.327500', '195255.787500', '195256.247500', '195256.707500', '195257.167500', '195257.627500', '195258.087500', '195258.547500', '195259.007500', '195259.467500', '195259.927500', '195300.387500', '195300.847500', '195301.307500', '195301.767500', '195302.227500', '195302.687500', '195303.147500', '195303.607500', '195304.067500', '195304.527500', '195304.987500', '195305.447500', '195305.907500', '195306.367500', '195306.827500', '195307.287500', '195307.747500', '195308.207500', '195308.667500', '195309.127500', '195309.587500', '195310.047500', '195310.507500', '195310.967500', '195311.427500', '195311.887500', '195312.347500', '195312.807500', '195313.267500', '195313.727500', '195314.187500', '195314.647500', '195315.107500', '195315.567500', '195316.027500', '195316.487500', '195316.947500', '195317.407500', '195317.867500', '195318.327500', '195318.787500', '195319.247500', '195319.707500', '195320.167500', '195320.627500', '195321.087500', '195321.547500', '195322.007500', '195322.467500', '195322.927500', '195323.387500', '195323.847500', '195324.307500', '195324.767500', '195325.227500', '195325.687500', '195326.147500', '195326.607500', '195327.067500', '195327.527500', '195327.987500', '195328.447500', '195328.907500', '195329.367500', '195329.827500', '195330.287500', '195330.747500', '195331.207500', '195331.667500', '195332.127500', '195332.587500', '195333.047500', '195333.507500', '195333.967500', '195334.427500', '195334.887500', '195335.347500', '195335.807500', '195336.267500', '195336.727500', '195337.187500', '195337.647500', '195338.107500', '195338.567500', '195339.027500', '195339.487500', '195339.947500', '195340.407500', '195340.867500', '195341.327500', '195341.787500', '195342.247500', '195342.707500', '195343.167500', '195343.627500', '195344.087500', '195344.547500', '195345.007500', '195345.467500', '195345.927500', '195346.387500', '195346.847500', '195347.307500', '195347.767500', '195348.227500', '195348.687500', '195349.147500', '195349.607500', '195350.067500', '195350.527500', '195350.987500', '195351.447500', '195351.907500', '195352.367500', '195352.827500', '195353.287500', '195353.747500', '195354.207500', '195354.667500', '195355.127500', '195355.587500', '195356.047500', '195356.507500', '195356.967500', '195357.427500', '195357.887500', '195358.347500', '195358.807500', '195359.267500', '195359.727500', '195400.187500', '195400.647500', '195401.107500', '195401.567500', '195402.027500', '195402.487500', '195402.947500', '195403.407500', '195403.867500', '195404.327500', '195404.787500', '195405.247500', '195405.707500', '195406.167500', '195406.627500', '195407.087500', '195407.547500', '195408.007500', '195408.467500', '195408.927500', '195409.387500', '195409.847500', '195410.307500', '195410.767500', '195411.227500', '195411.687500', '195412.147500', '195412.607500', '195413.067500', '195413.527500', '195413.987500', '195414.447500', '195414.907500', '195415.367500', '195415.827500', '195416.287500', '195416.747500', '195417.207500', '195417.667500', '195418.127500', '195418.587500', '195419.047500', '195419.507500', '195419.967500', '195420.427500', '195420.887500', '195421.347500', '195421.807500', '195422.267500', '195422.727500', '195423.187500', '195423.647500', '195424.107500', '195424.567500', '195425.027500', '195425.487500', '195425.947500', '195426.407500', '195426.867500', '195427.327500', '195427.787500', '195428.247500', '195428.707500', '195429.167500', '195429.627500', '195430.087500', '195430.547500', '195431.007500', '195431.467500', '195431.927500', '195432.387500', '195432.847500', '195433.307500', '195433.767500', '195434.227500', '195434.687500', '195435.147500', '195435.607500', '195436.067500', '195436.527500', '195436.987500', '195437.447500', '195437.907500', '195438.367500', '195438.827500', '195439.287500', '195439.747500', '195440.207500', '195440.667500', '195441.127500', '195441.587500', '195442.047500', '195442.507500', '195442.967500', '195443.427500', '195443.887500', '195444.347500', '195444.807500', '195445.267500', '195445.727500', '195446.187500', '195446.647500', '195447.107500', '195447.567500', '195448.027500', '195448.487500', '195448.947500', '195449.407500', '195449.867500', '195450.327500', '195450.787500', '195451.247500', '195451.707500', '195452.167500', '195452.627500', '195453.087500', '195453.547500', '195454.007500', '195454.467500', '195454.927500', '195455.387500', '195455.847500', '195456.307500', '195456.767500', '195457.227500', '195457.687500', '195458.147500', '195458.607500', '195459.067500', '195459.527500', '195459.987500', '195500.447500', '195500.907500', '195501.367500', '195501.827500', '195502.287500', '195502.747500', '195503.207500', '195503.667500', '195504.127500', '195504.587500', '195505.047500', '195505.507500', '195505.967500', '195506.427500', '195506.887500', '195507.347500', '195507.807500', '195508.267500', '195508.727500', '195509.187500', '195509.647500', '195510.107500', '195510.567500', '195511.027500', '195511.487500', '195511.947500', '195512.407500', '195512.867500', '195513.327500', '195513.787500', '195514.247500', '195514.707500', '195515.167500', '195515.627500', '195516.087500', '195516.547500', '195517.007500', '195517.467500', '195517.927500', '195518.387500', '195518.847500', '195519.307500', '195519.767500', '195520.227500', '195520.687500', '195521.147500', '195521.607500', '195522.067500', '195522.527500', '195522.987500', '195523.447500', '195523.907500', '195524.367500', '195524.827500', '195525.287500', '195525.747500', '195526.207500', '195526.667500', '195527.127500', '195527.587500', '195528.047500', '195528.507500', '195528.967500', '195529.427500', '195529.887500', '195530.347500', '195530.807500', '195531.267500', '195531.727500', '195532.187500', '195532.647500', '195533.107500', '195533.567500', '195534.027500', '195534.487500', '195534.947500', '195535.407500', '195535.867500', '195536.327500', '195536.787500', '195537.247500', '195537.707500', '195538.167500', '195538.627500', '195539.087500', '195539.547500', '195540.007500', '195540.467500', '195540.927500', '195541.387500', '195541.847500', '195542.307500', '195542.767500', '195543.227500', '195543.687500', '195544.147500', '195544.607500', '195545.067500', '195545.527500', '195545.987500', '195546.447500', '195546.907500', '195547.367500', '195547.827500', '195548.287500', '195548.747500', '195549.207500', '195549.667500', '195550.127500', '195550.587500', '195551.047500', '195551.507500', '195551.967500', '195552.427500', '195552.887500', '195553.347500', '195553.807500', '195554.267500', '195554.727500', '195555.187500', '195555.647500', '195556.107500', '195556.567500', '195557.027500', '195557.487500', '195557.947500', '195558.407500', '195558.867500', '195559.327500', '195559.787500', '195600.247500', '195600.707500', '195601.167500', '195601.627500', '195602.087500', '195602.547500', '195603.007500', '195603.467500', '195603.927500', '195604.387500', '195604.847500', '195605.307500', '195605.767500', '195606.227500', '195606.687500', '195607.147500', '195607.607500', '195608.067500', '195608.527500', '195608.987500', '195609.447500', '195609.907500', '195610.367500', '195610.827500', '195611.287500', '195611.747500', '195612.207500', '195612.667500', '195613.127500', '195613.587500', '195614.047500', '195614.507500', '195614.967500', '195615.427500', '195615.887500', '195616.347500', '195616.807500', '195617.267500', '195617.727500', '195618.187500', '195618.647500', '195619.107500', '195619.567500', '195620.027500', '195620.487500', '195620.947500', '195621.407500', '195621.867500', '195622.327500', '195622.787500', '195623.247500', '195623.707500', '195624.167500', '195624.627500', '195625.087500', '195625.547500', '195626.007500', '195626.467500', '195626.927500', '195627.387500', '195627.847500', '195628.307500', '195628.767500', '195629.227500', '195629.687500', '195630.147500', '195630.607500', '195631.067500', '195631.527500', '195631.987500', '195632.447500', '195632.907500', '195633.367500', '195633.827500', '195634.287500', '195634.747500', '195635.207500', '195635.667500', '195636.127500', '195636.587500', '195637.047500', '195637.507500', '195637.967500', '195638.427500', '195638.887500', '195639.347500', '195639.807500', '195640.267500', '195640.727500', '195641.187500', '195641.647500', '195642.107500', '195642.567500', '195643.027500', '195643.487500', '195643.947500', '195644.407500', '195644.867500', '195645.327500', '195645.787500', '195646.247500', '195646.707500', '195647.167500', '195647.627500', '195648.087500', '195648.547500', '195649.007500', '195649.467500', '195649.927500', '195650.387500', '195650.847500', '195651.307500', '195651.767500', '195652.227500', '195652.687500', '195653.147500', '195653.607500', '195654.067500', '195654.527500', '195654.987500', '195655.447500', '195655.907500', '195656.367500', '195656.827500', '195657.287500', '195657.747500', '195658.207500', '195658.667500', '195659.127500', '195659.587500', '195700.047500', '195700.507500', '195700.967500', '195701.427500', '195701.887500', '195702.347500', '195702.807500', '195703.267500', '195703.727500', '195704.187500', '195704.647500', '195705.107500', '195705.567500', '195706.027500', '195706.487500', '195706.947500', '195707.407500', '195707.867500', '195708.327500', '195708.787500', '195709.247500', '195709.707500', '195710.167500', '195710.627500', '195711.087500', '195711.547500', '195712.007500', '195712.467500', '195712.927500', '195713.387500', '195713.847500', '195714.307500', '195714.767500', '195715.227500', '195715.687500', '195716.147500', '195716.607500', '195717.067500', '195717.527500', '195717.987500', '195718.447500', '195718.907500', '195719.367500', '195719.827500', '195720.287500', '195720.747500', '195721.207500', '195721.667500', '195722.127500', '195722.587500', '195723.047500', '195723.507500', '195723.967500', '195724.427500', '195724.887500', '195725.347500', '195725.807500', '195726.267500', '195726.727500', '195727.187500', '195727.647500', '195728.107500', '195728.567500', '195729.027500', '195729.487500', '195729.947500', '195730.407500', '195730.867500', '195731.327500', '195731.787500', '195732.247500', '195732.707500', '195733.167500', '195733.627500', '195734.087500', '195734.547500', '195735.007500', '195735.467500', '195735.927500', '195736.387500', '195736.847500', '195737.307500', '195737.767500', '195738.227500', '195738.687500', '195739.147500', '195739.607500', '195740.067500', '195740.527500', '195740.987500', '195741.447500', '195741.907500', '195742.367500', '195742.827500', '195743.287500', '195743.747500', '195744.207500', '195744.667500', '195745.127500', '195745.587500', '195746.047500', '195746.507500', '195746.967500', '195747.427500', '195747.887500', '195748.347500', '195748.807500', '195749.267500', '195749.727500', '195750.187500', '195750.647500', '195751.107500', '195751.567500', '195752.027500', '195752.487500', '195752.947500', '195753.407500', '195753.867500', '195754.327500', '195754.787500', '195755.247500', '195755.707500', '195756.167500', '195756.627500', '195757.087500', '195757.547500', '195758.007500', '195758.467500', '195758.927500', '195759.387500', '195759.847500', '195800.307500', '195800.767500', '195801.227500', '195801.687500', '195802.147500', '195802.607500', '195803.067500', '195803.527500', '195803.987500', '195804.447500', '195804.907500', '195805.367500', '195805.827500', '195806.287500', '195806.747500', '195807.207500', '195807.667500', '195808.127500', '195808.587500', '195809.047500', '195809.507500', '195809.967500', '195810.427500', '195810.887500', '195811.347500', '195811.807500', '195812.267500', '195812.727500', '195813.187500', '195813.647500', '195814.107500', '195814.567500', '195815.027500', '195815.487500', '195815.947500', '195816.407500', '195816.867500', '195817.327500', '195817.787500', '195818.247500', '195818.707500', '195819.167500', '195819.627500', '195820.087500', '195820.547500', '195821.007500', '195821.467500', '195821.927500', '195822.387500', '195822.847500', '195823.307500', '195823.767500', '195824.227500', '195824.687500', '195825.147500', '195825.607500', '195826.067500', '195826.527500', '195826.987500', '195827.447500', '195827.907500', '195828.367500', '195828.827500', '195829.287500', '195829.747500', '195830.207500', '195830.667500', '195831.127500', '195831.587500', '195832.047500', '195832.507500', '195832.967500', '195833.427500', '195833.887500', '195834.347500', '195834.807500', '195835.267500', '195835.727500', '195836.187500', '195836.647500', '195837.107500', '195837.567500', '195838.027500', '195838.487500', '195838.947500', '195839.407500', '195839.867500', '195840.327500', '195840.787500', '195841.247500', '195841.707500', '195842.167500', '195842.627500', '195843.087500', '195843.547500', '195844.007500', '195844.467500', '195844.927500', '195845.387500', '195845.847500', '195846.307500', '195846.767500', '195847.227500', '195847.687500', '195848.147500', '195848.607500', '195849.067500', '195849.527500', '195849.987500', '195850.447500', '195850.907500', '195851.367500', '195851.827500', '195852.287500', '195852.747500', '195853.207500', '195853.667500', '195854.127500', '195854.587500', '195855.047500', '195855.507500', '195855.967500', '195856.427500', '195856.887500', '195857.347500', '195857.807500', '195858.267500', '195858.727500', '195859.187500', '195859.647500', '195900.107500', '195900.567500', '195901.027500', '195901.487500', '195901.947500', '195902.407500', '195902.867500', '195903.327500', '195903.787500', '195904.247500', '195904.707500', '195905.167500', '195905.627500', '195906.087500', '195906.547500', '195907.007500', '195907.467500', '195907.927500', '195908.387500', '195908.847500', '195909.307500', '195909.767500', '195910.227500', '195910.687500', '195911.147500', '195911.607500', '195912.067500', '195912.527500', '195912.987500', '195913.447500', '195913.907500', '195914.367500', '195914.827500', '195915.287500', '195915.747500', '195916.207500', '195916.667500', '195917.127500', '195917.587500', '195918.047500', '195918.507500', '195918.967500', '195919.427500', '195919.887500', '195920.347500', '195920.807500', '195921.267500', '195921.727500', '195922.187500', '195922.647500', '195923.107500', '195923.567500', '195924.027500', '195924.487500', '195924.947500', '195925.407500', '195925.867500', '195926.327500', '195926.787500', '195927.247500', '195927.707500', '195928.167500', '195928.627500', '195929.087500', '195929.547500', '195930.007500', '195930.467500', '195930.927500', '195931.387500', '195931.847500', '195932.307500', '195932.767500', '195933.227500', '195933.687500', '195934.147500', '195934.607500', '195935.067500', '195935.527500', '195935.987500', '195936.447500', '195936.907500', '195937.367500', '195937.827500', '195938.287500', '195938.747500', '195939.207500', '195939.667500', '195940.127500', '195940.587500', '195941.047500', '195941.507500', '195941.967500', '195942.427500', '195942.887500', '195943.347500', '195943.807500', '195944.267500', '195944.727500', '195945.187500', '195945.647500', '195946.107500', '195946.567500', '195947.027500', '195947.487500', '195947.947500', '195948.407500', '195948.867500', '195949.327500', '195949.787500', '195950.247500', '195950.707500', '195951.167500', '195951.627500', '195952.087500', '195952.547500', '195953.007500', '195953.467500', '195953.927500', '195954.387500', '195954.847500', '195955.307500', '195955.767500', '195956.227500', '195956.687500', '195957.147500', '195957.607500', '195958.067500', '195958.527500', '195958.987500', '195959.447500', '195959.907500', '200000.367500', '200000.827500', '200001.287500', '200001.747500', '200002.207500', '200002.667500', '200003.127500', '200003.587500', '200004.047500', '200004.507500', '200004.967500', '200005.427500', '200005.887500', '200006.347500', '200006.807500', '200007.267500', '200007.727500', '200008.187500', '200008.647500', '200009.107500', '200009.567500', '200010.027500', '200010.487500', '200010.947500', '200011.407500', '200011.867500', '200012.327500', '200012.787500', '200013.247500', '200013.707500', '200014.167500', '200014.627500', '200015.087500', '200015.547500', '200016.007500', '200016.467500', '200016.927500', '200017.387500', '200017.847500', '200018.307500', '200018.767500', '200019.227500', '200019.687500', '200020.147500', '200020.607500', '200021.067500', '200021.527500', '200021.987500', '200022.447500', '200022.907500', '200023.367500', '200023.827500', '200024.287500', '200024.747500', '200025.207500', '200025.667500', '200026.127500', '200026.587500', '200027.047500', '200027.507500', '200027.967500', '200028.427500', '200028.887500', '200029.347500', '200029.807500', '200030.267500', '200030.727500', '200031.187500', '200031.647500', '200032.107500', '200032.567500', '200033.027500', '200033.487500', '200033.947500', '200034.407500', '200034.867500', '200035.327500', '200035.787500', '200036.247500', '200036.707500', '200037.167500', '200037.627500', '200038.087500', '200038.547500', '200039.007500', '200039.467500', '200039.927500', '200040.387500', '200040.847500', '200041.307500', '200041.767500'], 'ContentTime': ['194826.672000', '194826.675000', '194826.678000', '194826.681000', '194826.684000', '194826.686000', '194826.689000', '194826.691000', '194826.718000', '194826.721000', '194826.723000', '194826.726000', '194826.728000', '194826.731000', '194826.733000', '194826.736000', '194826.739000', '194826.747000', '194826.750000', '194826.753000', '194826.755000', '194826.758000', '194826.760000', '194826.763000', '194826.766000', '194826.768000', '194826.771000', '194826.773000', '194826.776000', '194826.779000', '194826.781000', '194826.784000', '194826.786000', '194826.789000', '194826.791000', '194826.794000', '194826.797000', '194826.799000', '194846.641000', '194846.653000', '194846.656000', '194846.658000', '194846.661000', '194846.663000', '194846.666000', '194846.669000', '194846.671000', '194846.674000', '194846.676000', '194846.679000', '194846.681000', '194846.684000', '194846.687000', '194846.689000', '194846.692000', '194846.695000', '194846.697000', '194846.700000', '194846.702000', '194846.705000', '194846.707000', '194846.710000', '194846.713000', '194846.715000', '194846.718000', '194846.720000', '194846.723000', '194846.725000', '194846.728000', '194846.731000', '194846.733000', '194846.736000', '194846.739000', '194846.741000', '194846.744000', '194846.746000', '194846.749000', '194846.751000', '194846.754000', '194846.757000', '194846.759000', '194906.641000', '194906.644000', '194906.646000', '194906.649000', '194906.651000', '194906.654000', '194906.657000', '194906.659000', '194906.662000', '194906.664000', '194906.667000', '194906.669000', '194906.672000', '194906.675000', '194906.677000', '194906.680000', '194906.683000', '194906.685000', '194906.688000', '194906.690000', '194906.693000', '194906.696000', '194906.698000', '194906.701000', '194906.703000', '194906.706000', '194906.708000', '194906.711000', '194906.714000', '194906.716000', '194906.719000', '194906.721000', '194906.724000', '194906.727000', '194906.729000', '194906.732000', '194906.734000', '194906.737000', '194906.739000', '194906.742000', '194906.745000', '194906.747000', '194906.750000', '194906.752000', '194926.641000', '194926.643000', '194926.646000', '194926.649000', '194926.651000', '194926.654000', '194926.657000', '194926.659000', '194926.662000', '194926.664000', '194926.667000', '194926.670000', '194926.672000', '194926.675000', '194926.677000', '194926.680000', '194926.682000', '194926.685000', '194926.688000', '194926.690000', '194926.693000', '194926.695000', '194926.698000', '194926.700000', '194926.703000', '194926.706000', '194926.708000', '194926.711000', '194926.713000', '194926.716000', '194926.725000', '194926.728000', '194926.730000', '194926.733000', '194926.736000', '194926.738000', '194926.741000', '194926.743000', '194926.746000', '194926.749000', '194926.751000', '194926.754000', '194926.756000', '194946.641000', '194946.644000', '194946.646000', '194946.649000', '194946.651000', '194946.654000', '194946.657000', '194946.659000', '194946.662000', '194946.665000', '194946.667000', '194946.670000', '194946.672000', '194946.675000', '194946.677000', '194946.680000', '194946.683000', '194946.685000', '194946.688000', '194946.691000', '194946.693000', '194946.696000', '194946.698000', '194946.701000', '194946.704000', '194946.706000', '194946.709000', '194946.711000', '194946.714000', '194946.717000', '194946.719000', '194946.722000', '194946.724000', '194946.727000', '194946.730000', '194946.732000', '194946.735000', '194946.737000', '194946.740000', '194946.743000', '194946.745000', '194946.748000', '194946.750000', '194946.753000', '195006.640000', '195006.643000', '195006.646000', '195006.648000', '195006.651000', '195006.654000', '195006.656000', '195006.659000', '195006.662000', '195006.664000', '195006.667000', '195006.670000', '195006.672000', '195006.675000', '195006.678000', '195006.680000', '195006.683000', '195006.685000', '195006.688000', '195006.691000', '195006.693000', '195006.696000', '195006.699000', '195006.701000', '195006.704000', '195006.707000', '195006.709000', '195006.712000', '195006.715000', '195006.717000', '195006.720000', '195006.722000', '195006.725000', '195006.727000', '195006.730000', '195006.733000', '195006.735000', '195006.738000', '195006.741000', '195006.743000', '195006.746000', '195006.748000', '195006.751000', '195026.640000', '195026.642000', '195026.645000', '195026.648000', '195026.650000', '195026.653000', '195026.655000', '195026.658000', '195026.661000', '195026.663000', '195026.666000', '195026.669000', '195026.671000', '195026.674000', '195026.677000', '195026.679000', '195026.682000', '195026.684000', '195026.687000', '195026.690000', '195026.692000', '195026.695000', '195026.697000', '195026.700000', '195026.703000', '195026.705000', '195026.708000', '195026.711000', '195026.713000', '195026.716000', '195026.718000', '195026.721000', '195026.724000', '195026.726000', '195026.729000', '195026.732000', '195026.734000', '195026.737000', '195026.739000', '195026.742000', '195026.744000', '195026.747000', '195026.750000', '195026.752000', '195046.639000', '195046.642000', '195046.645000', '195046.647000', '195046.650000', '195046.653000', '195046.655000', '195046.658000', '195046.660000', '195046.663000', '195046.665000', '195046.668000', '195046.671000', '195046.673000', '195046.676000', '195046.678000', '195046.681000', '195046.684000', '195046.686000', '195046.689000', '195046.691000', '195046.694000', '195046.697000', '195046.700000', '195046.702000', '195046.705000', '195046.707000', '195046.710000', '195046.713000', '195046.715000', '195046.718000', '195046.720000', '195046.723000', '195046.726000', '195046.728000', '195046.731000', '195046.734000', '195046.736000', '195046.739000', '195046.741000', '195046.744000', '195046.747000', '195046.749000', '195106.641000', '195106.644000', '195106.646000', '195106.649000', '195106.652000', '195106.654000', '195106.657000', '195106.659000', '195106.662000', '195106.665000', '195106.667000', '195106.670000', '195106.672000', '195106.675000', '195106.678000', '195106.680000', '195106.683000', '195106.686000', '195106.688000', '195106.691000', '195106.694000', '195106.696000', '195106.699000', '195106.702000', '195106.704000', '195106.707000', '195106.722000', '195106.724000', '195106.727000', '195106.729000', '195106.732000', '195106.734000', '195106.737000', '195106.740000', '195106.742000', '195106.745000', '195106.747000', '195106.750000', '195106.753000', '195106.755000', '195106.758000', '195106.761000', '195106.763000', '195126.641000', '195126.643000', '195126.646000', '195126.649000', '195126.651000', '195126.654000', '195126.656000', '195126.659000', '195126.662000', '195126.664000', '195126.667000', '195126.669000', '195126.672000', '195126.675000', '195126.677000', '195126.680000', '195126.683000', '195126.685000', '195126.688000', '195126.690000', '195126.693000', '195126.696000', '195126.698000', '195126.701000', '195126.703000', '195126.706000', '195126.709000', '195126.711000', '195126.714000', '195126.717000', '195126.719000', '195126.722000', '195126.724000', '195126.727000', '195126.730000', '195126.732000', '195126.735000', '195126.738000', '195126.740000', '195126.743000', '195126.745000', '195126.748000', '195126.751000', '195126.753000', '195146.640000', '195146.643000', '195146.646000', '195146.648000', '195146.651000', '195146.653000', '195146.656000', '195146.659000', '195146.661000', '195146.664000', '195146.666000', '195146.669000', '195146.671000', '195146.674000', '195146.677000', '195146.679000', '195146.682000', '195146.684000', '195146.687000', '195146.689000', '195146.692000', '195146.695000', '195146.697000', '195146.700000', '195146.703000', '195146.705000', '195146.708000', '195146.710000', '195146.713000', '195146.716000', '195146.718000', '195146.721000', '195146.724000', '195146.726000', '195146.729000', '195146.731000', '195146.734000', '195146.736000', '195146.739000', '195146.742000', '195146.744000', '195146.747000', '195146.749000', '195146.752000', '195206.640000', '195206.643000', '195206.646000', '195206.648000', '195206.651000', '195206.654000', '195206.656000', '195206.659000', '195206.662000', '195206.664000', '195206.667000', '195206.670000', '195206.672000', '195206.675000', '195206.677000', '195206.680000', '195206.683000', '195206.685000', '195206.688000', '195206.691000', '195206.693000', '195206.696000', '195206.699000', '195206.701000', '195206.704000', '195206.707000', '195206.709000', '195206.712000', '195206.714000', '195206.717000', '195206.720000', '195206.722000', '195206.725000', '195206.728000', '195206.730000', '195206.733000', '195206.735000', '195206.738000', '195206.741000', '195206.743000', '195206.746000', '195206.748000', '195206.751000', '195226.640000', '195226.643000', '195226.646000', '195226.648000', '195226.651000', '195226.654000', '195226.656000', '195226.659000', '195226.662000', '195226.664000', '195226.667000', '195226.670000', '195226.674000', '195226.677000', '195226.680000', '195226.682000', '195226.685000', '195226.688000', '195226.690000', '195226.693000', '195226.695000', '195226.698000', '195226.701000', '195226.703000', '195226.706000', '195226.709000', '195226.711000', '195226.714000', '195226.716000', '195226.719000', '195226.722000', '195226.724000', '195226.727000', '195226.730000', '195226.732000', '195226.735000', '195226.738000', '195226.740000', '195226.743000', '195226.746000', '195226.748000', '195226.751000', '195226.753000', '195246.640000', '195246.643000', '195246.645000', '195246.648000', '195246.651000', '195246.653000', '195246.656000', '195246.659000', '195246.661000', '195246.664000', '195246.666000', '195246.669000', '195246.672000', '195246.674000', '195246.677000', '195246.679000', '195246.682000', '195246.685000', '195246.687000', '195246.690000', '195246.692000', '195246.695000', '195246.698000', '195246.700000', '195246.703000', '195246.705000', '195246.708000', '195246.711000', '195246.713000', '195246.716000', '195246.718000', '195246.721000', '195246.723000', '195246.726000', '195246.729000', '195246.731000', '195246.734000', '195246.736000', '195246.739000', '195246.742000', '195246.744000', '195246.747000', '195246.749000', '195246.752000', '195306.639000', '195306.642000', '195306.646000', '195306.649000', '195306.651000', '195306.654000', '195306.657000', '195306.659000', '195306.662000', '195306.664000', '195306.667000', '195306.670000', '195306.672000', '195306.675000', '195306.678000', '195306.680000', '195306.683000', '195306.685000', '195306.688000', '195306.691000', '195306.693000', '195306.696000', '195306.699000', '195306.701000', '195306.704000', '195306.706000', '195306.709000', '195306.712000', '195306.714000', '195306.717000', '195306.720000', '195306.722000', '195306.725000', '195306.727000', '195306.730000', '195306.733000', '195306.735000', '195306.738000', '195306.741000', '195306.743000', '195306.746000', '195306.748000', '195306.751000', '195326.640000', '195326.643000', '195326.646000', '195326.649000', '195326.651000', '195326.654000', '195326.657000', '195326.659000', '195326.662000', '195326.665000', '195326.667000', '195326.670000', '195326.672000', '195326.675000', '195326.678000', '195326.680000', '195326.683000', '195326.685000', '195326.688000', '195326.691000', '195326.693000', '195326.696000', '195326.699000', '195326.701000', '195326.704000', '195326.706000', '195326.709000', '195326.712000', '195326.714000', '195326.717000', '195326.720000', '195326.722000', '195326.725000', '195326.727000', '195326.730000', '195326.733000', '195326.735000', '195326.738000', '195326.740000', '195326.743000', '195326.746000', '195326.748000', '195326.751000', '195326.753000', '195346.641000', '195346.643000', '195346.646000', '195346.649000', '195346.651000', '195346.654000', '195346.656000', '195346.659000', '195346.662000', '195346.664000', '195346.667000', '195346.669000', '195346.672000', '195346.674000', '195346.677000', '195346.680000', '195346.682000', '195346.685000', '195346.688000', '195346.690000', '195346.693000', '195346.696000', '195346.698000', '195346.701000', '195346.703000', '195346.706000', '195346.709000', '195346.712000', '195346.716000', '195346.718000', '195346.721000', '195346.724000', '195346.726000', '195346.729000', '195346.732000', '195346.736000', '195346.739000', '195346.741000', '195346.744000', '195346.746000', '195346.749000', '195346.752000', '195346.754000', '195406.640000', '195406.643000', '195406.646000', '195406.649000', '195406.651000', '195406.654000', '195406.656000', '195406.659000', '195406.662000', '195406.664000', '195406.667000', '195406.670000', '195406.672000', '195406.675000', '195406.677000', '195406.681000', '195406.684000', '195406.686000', '195406.705000', '195406.707000', '195406.710000', '195406.713000', '195406.715000', '195406.718000', '195406.720000', '195406.723000', '195406.726000', '195406.728000', '195406.731000', '195406.734000', '195406.736000', '195406.739000', '195406.741000', '195406.744000', '195406.747000', '195406.749000', '195406.752000', '195406.754000', '195406.757000', '195406.760000', '195406.762000', '195406.765000', '195406.768000', '195406.770000', '195426.640000', '195426.643000', '195426.646000', '195426.649000', '195426.651000', '195426.654000', '195426.657000', '195426.659000', '195426.662000', '195426.665000', '195426.667000', '195426.670000', '195426.672000', '195426.675000', '195426.678000', '195426.680000', '195426.683000', '195426.685000', '195426.688000', '195426.691000', '195426.693000', '195426.696000', '195426.699000', '195426.701000', '195426.704000', '195426.706000', '195426.709000', '195426.712000', '195426.714000', '195426.717000', '195426.720000', '195426.722000', '195426.725000', '195426.728000', '195426.730000', '195426.733000', '195426.736000', '195426.739000', '195426.742000', '195426.744000', '195426.747000', '195426.750000', '195426.752000', '195446.641000', '195446.644000', '195446.646000', '195446.649000', '195446.652000', '195446.654000', '195446.657000', '195446.660000', '195446.662000', '195446.665000', '195446.667000', '195446.670000', '195446.673000', '195446.675000', '195446.678000', '195446.680000', '195446.683000', '195446.686000', '195446.688000', '195446.691000', '195446.694000', '195446.696000', '195446.699000', '195446.701000', '195446.704000', '195446.706000', '195446.709000', '195446.712000', '195446.714000', '195446.717000', '195446.719000', '195446.722000', '195446.725000', '195446.727000', '195446.730000', '195446.732000', '195446.735000', '195446.738000', '195446.740000', '195446.743000', '195446.746000', '195446.748000', '195446.751000', '195446.753000', '195506.640000', '195506.643000', '195506.645000', '195506.648000', '195506.650000', '195506.653000', '195506.656000', '195506.658000', '195506.661000', '195506.664000', '195506.666000', '195506.669000', '195506.671000', '195506.674000', '195506.676000', '195506.679000', '195506.682000', '195506.684000', '195506.687000', '195506.690000', '195506.692000', '195506.695000', '195506.698000', '195506.700000', '195506.703000', '195506.705000', '195506.708000', '195506.710000', '195506.713000', '195506.716000', '195506.718000', '195506.721000', '195506.723000', '195506.726000', '195506.729000', '195506.731000', '195506.734000', '195506.736000', '195506.739000', '195506.742000', '195506.744000', '195506.747000', '195506.751000', '195526.641000', '195526.644000', '195526.646000', '195526.649000', '195526.652000', '195526.654000', '195526.657000', '195526.660000', '195526.662000', '195526.665000', '195526.668000', '195526.670000', '195526.673000', '195526.675000', '195526.678000', '195526.705000', '195526.707000', '195526.710000', '195526.713000', '195526.715000', '195526.718000', '195526.720000', '195526.723000', '195526.726000', '195526.728000', '195526.731000', '195526.734000', '195526.736000', '195526.739000', '195526.742000', '195526.744000', '195526.747000', '195526.749000', '195526.752000', '195526.755000', '195526.757000', '195526.760000', '195526.763000', '195526.765000', '195526.768000', '195526.770000', '195526.773000', '195526.776000', '195526.778000', '195546.641000', '195546.643000', '195546.646000', '195546.649000', '195546.651000', '195546.654000', '195546.657000', '195546.659000', '195546.662000', '195546.665000', '195546.667000', '195546.670000', '195546.672000', '195546.675000', '195546.678000', '195546.680000', '195546.683000', '195546.686000', '195546.688000', '195546.691000', '195546.694000', '195546.696000', '195546.699000', '195546.701000', '195546.704000', '195546.707000', '195546.709000', '195546.712000', '195546.715000', '195546.717000', '195546.720000', '195546.722000', '195546.725000', '195546.727000', '195546.730000', '195546.733000', '195546.735000', '195546.738000', '195546.740000', '195546.743000', '195546.746000', '195546.748000', '195546.751000', '195606.640000', '195606.643000', '195606.646000', '195606.649000', '195606.651000', '195606.654000', '195606.656000', '195606.659000', '195606.661000', '195606.664000', '195606.667000', '195606.669000', '195606.672000', '195606.675000', '195606.677000', '195606.680000', '195606.683000', '195606.685000', '195606.688000', '195606.690000', '195606.693000', '195606.696000', '195606.698000', '195606.701000', '195606.704000', '195606.706000', '195606.709000', '195606.712000', '195606.714000', '195606.717000', '195606.719000', '195606.722000', '195606.725000', '195606.727000', '195606.730000', '195606.732000', '195606.735000', '195606.738000', '195606.740000', '195606.743000', '195606.745000', '195606.748000', '195606.751000', '195606.753000', '195626.641000', '195626.643000', '195626.646000', '195626.649000', '195626.651000', '195626.654000', '195626.657000', '195626.659000', '195626.662000', '195626.664000', '195626.667000', '195626.670000', '195626.672000', '195626.675000', '195626.678000', '195626.680000', '195626.683000', '195626.686000', '195626.688000', '195626.691000', '195626.693000', '195626.696000', '195626.699000', '195626.701000', '195626.704000', '195626.706000', '195626.709000', '195626.712000', '195626.714000', '195626.717000', '195626.719000', '195626.722000', '195626.725000', '195626.727000', '195626.730000', '195626.732000', '195626.735000', '195626.737000', '195626.740000', '195626.743000', '195626.745000', '195626.748000', '195626.750000', '195646.640000', '195646.643000', '195646.646000', '195646.648000', '195646.651000', '195646.654000', '195646.656000', '195646.659000', '195646.661000', '195646.664000', '195646.667000', '195646.690000', '195646.692000', '195646.695000', '195646.698000', '195646.700000', '195646.703000', '195646.705000', '195646.708000', '195646.711000', '195646.713000', '195646.716000', '195646.718000', '195646.721000', '195646.724000', '195646.726000', '195646.729000', '195646.732000', '195646.734000', '195646.737000', '195646.739000', '195646.742000', '195646.745000', '195646.747000', '195646.750000', '195646.752000', '195646.755000', '195646.758000', '195646.760000', '195646.763000', '195646.766000', '195646.768000', '195646.771000', '195646.773000', '195706.641000', '195706.643000', '195706.646000', '195706.649000', '195706.651000', '195706.654000', '195706.656000', '195706.659000', '195706.662000', '195706.664000', '195706.667000', '195706.669000', '195706.672000', '195706.675000', '195706.677000', '195706.680000', '195706.682000', '195706.685000', '195706.688000', '195706.690000', '195706.693000', '195706.696000', '195706.698000', '195706.701000', '195706.704000', '195706.706000', '195706.709000', '195706.711000', '195706.714000', '195706.717000', '195706.719000', '195706.722000', '195706.724000', '195706.727000', '195706.730000', '195706.732000', '195706.735000', '195706.737000', '195706.740000', '195706.743000', '195706.745000', '195706.748000', '195706.751000', '195726.640000', '195726.643000', '195726.646000', '195726.648000', '195726.651000', '195726.653000', '195726.656000', '195726.659000', '195726.661000', '195726.664000', '195726.667000', '195726.669000', '195726.672000', '195726.675000', '195726.677000', '195726.680000', '195726.683000', '195726.685000', '195726.688000', '195726.690000', '195726.693000', '195726.696000', '195726.698000', '195726.701000', '195726.704000', '195726.707000', '195726.709000', '195726.712000', '195726.715000', '195726.717000', '195726.720000', '195726.722000', '195726.725000', '195726.728000', '195726.730000', '195726.733000', '195726.735000', '195726.738000', '195726.741000', '195726.743000', '195726.746000', '195726.748000', '195726.751000', '195726.754000', '195746.641000', '195746.643000', '195746.646000', '195746.649000', '195746.651000', '195746.654000', '195746.657000', '195746.659000', '195746.662000', '195746.665000', '195746.667000', '195746.670000', '195746.672000', '195746.675000', '195746.678000', '195746.680000', '195746.683000', '195746.685000', '195746.688000', '195746.691000', '195746.693000', '195746.696000', '195746.698000', '195746.701000', '195746.704000', '195746.706000', '195746.709000', '195746.711000', '195746.714000', '195746.717000', '195746.719000', '195746.722000', '195746.724000', '195746.727000', '195746.730000', '195746.732000', '195746.735000', '195746.738000', '195746.740000', '195746.743000', '195746.745000', '195746.748000', '195746.751000', '195806.641000', '195806.644000', '195806.646000', '195806.649000', '195806.652000', '195806.654000', '195806.657000', '195806.660000', '195806.670000', '195806.673000', '195806.676000', '195806.678000', '195806.681000', '195806.684000', '195806.686000', '195806.689000', '195806.691000', '195806.694000', '195806.697000', '195806.699000', '195806.702000', '195806.705000', '195806.707000', '195806.710000', '195806.713000', '195806.715000', '195806.718000', '195806.721000', '195806.723000', '195806.726000', '195806.729000', '195806.731000', '195806.734000', '195806.737000', '195806.739000', '195806.742000', '195806.745000', '195806.747000', '195806.750000', '195806.753000', '195806.755000', '195806.758000', '195806.760000', '195806.763000', '195826.640000', '195826.643000', '195826.646000', '195826.649000', '195826.651000', '195826.654000', '195826.657000', '195826.659000', '195826.662000', '195826.664000', '195826.667000', '195826.670000', '195826.672000', '195826.675000', '195826.677000', '195826.680000', '195826.683000', '195826.685000', '195826.688000', '195826.691000', '195826.693000', '195826.696000', '195826.698000', '195826.701000', '195826.704000', '195826.706000', '195826.709000', '195826.712000', '195826.714000', '195826.717000', '195826.719000', '195826.722000', '195826.725000', '195826.727000', '195826.730000', '195826.733000', '195826.735000', '195826.738000', '195826.741000', '195826.743000', '195826.746000', '195826.749000', '195826.751000', '195846.641000', '195846.643000', '195846.646000', '195846.649000', '195846.651000', '195846.654000', '195846.657000', '195846.659000', '195846.662000', '195846.664000', '195846.667000', '195846.670000', '195846.673000', '195846.675000', '195846.678000', '195846.680000', '195846.684000', '195846.687000', '195846.690000', '195846.692000', '195846.695000', '195846.698000', '195846.701000', '195846.703000', '195846.706000', '195846.708000', '195846.711000', '195846.714000', '195846.716000', '195846.719000', '195846.721000', '195846.724000', '195846.727000', '195846.729000', '195846.732000', '195846.735000', '195846.737000', '195846.740000', '195846.742000', '195846.745000', '195846.748000', '195846.750000', '195846.753000', '195906.641000', '195906.644000', '195906.646000', '195906.649000', '195906.651000', '195906.654000', '195906.657000', '195906.659000', '195906.662000', '195906.665000', '195906.667000', '195906.705000', '195906.708000', '195906.710000', '195906.713000', '195906.716000', '195906.718000', '195906.721000', '195906.723000', '195906.726000', '195906.729000', '195906.731000', '195906.734000', '195906.737000', '195906.742000', '195906.745000', '195906.748000', '195906.750000', '195906.753000', '195906.755000', '195906.758000', '195906.761000', '195906.763000', '195906.766000', '195906.769000', '195906.771000', '195906.774000', '195906.776000', '195906.779000', '195906.782000', '195906.784000', '195906.787000', '195906.789000', '195906.792000', '195926.641000', '195926.643000', '195926.646000', '195926.649000', '195926.651000', '195926.654000', '195926.657000', '195926.659000', '195926.662000', '195926.665000', '195926.667000', '195926.670000', '195926.672000', '195926.675000', '195926.678000', '195926.680000', '195926.683000', '195926.686000', '195926.688000', '195926.691000', '195926.694000', '195926.696000', '195926.699000', '195926.702000', '195926.704000', '195926.707000', '195926.709000', '195926.712000', '195926.715000', '195926.717000', '195926.720000', '195926.722000', '195926.725000', '195926.728000', '195926.730000', '195926.733000', '195926.735000', '195926.738000', '195926.741000', '195926.743000', '195926.746000', '195926.749000', '195926.751000', '195946.640000', '195946.642000', '195946.645000', '195946.648000', '195946.650000', '195946.653000', '195946.655000', '195946.658000', '195946.661000', '195946.663000', '195946.666000', '195946.669000', '195946.671000', '195946.674000', '195946.677000', '195946.679000', '195946.682000', '195946.684000', '195946.687000', '195946.690000', '195946.692000', '195946.695000', '195946.698000', '195946.700000', '195946.703000', '195946.705000', '195946.708000', '195946.711000', '195946.713000', '195946.716000', '195946.719000', '195946.721000', '195946.724000', '195946.726000', '195946.729000', '195946.732000', '195946.734000', '195946.737000', '195946.740000', '195946.742000', '195946.745000', '195946.747000', '195946.750000', '195946.753000', '200006.640000', '200006.643000', '200006.646000', '200006.649000', '200006.651000', '200006.654000', '200006.657000', '200006.659000', '200006.662000', '200006.664000', '200006.667000', '200006.670000', '200006.672000', '200006.675000', '200006.677000', '200006.683000', '200006.686000', '200006.689000', '200006.691000', '200006.694000', '200006.697000', '200006.699000', '200006.702000', '200006.705000', '200006.707000', '200006.710000', '200006.712000', '200006.715000', '200006.718000', '200006.720000', '200006.723000', '200006.726000', '200006.728000', '200006.731000', '200006.733000', '200006.736000', '200006.739000', '200006.741000', '200006.744000', '200006.747000', '200006.749000', '200006.752000', '200006.754000', '200026.641000', '200026.644000', '200026.646000', '200026.649000', '200026.651000', '200026.654000', '200026.657000', '200026.659000', '200026.662000', '200026.664000', '200026.667000', '200026.670000', '200026.672000', '200026.675000', '200026.677000', '200026.680000', '200026.695000', '200026.698000', '200026.701000', '200026.703000', '200026.706000', '200026.708000', '200026.711000', '200026.714000', '200026.716000', '200026.719000', '200026.722000', '200026.724000', '200026.727000', '200026.729000', '200026.732000', '200026.735000', '200026.737000', '200026.740000', '200026.742000', '200026.745000', '200026.748000', '200026.750000', '200026.753000', '200026.755000', '200026.758000', '200026.761000', '200026.763000', '200026.766000', '200043.418000', '200043.421000', '200043.423000', '200043.426000', '200043.428000', '200043.431000', '200043.434000', '200043.436000', '200043.439000', '200043.442000', '200043.444000', '200043.447000', '200043.449000', '200043.452000', '200043.455000', '200043.457000', '200043.460000', '200043.463000', '200043.465000', '200043.468000', '200043.470000', '200043.473000', '200043.476000', '200043.478000', '200043.481000', '200043.483000', '200043.486000', '200043.489000', '200043.491000', '200043.494000', '200043.496000', '200043.499000', '200043.502000', '200043.504000', '200043.507000', '200043.509000', '200043.512000'], 'InstanceCreationTime': ['194826.672000', '194826.675000', '194826.678000', '194826.681000', '194826.684000', '194826.686000', '194826.689000', '194826.691000', '194826.718000', '194826.721000', '194826.723000', '194826.726000', '194826.728000', '194826.731000', '194826.733000', '194826.736000', '194826.739000', '194826.747000', '194826.750000', '194826.753000', '194826.755000', '194826.758000', '194826.760000', '194826.763000', '194826.766000', '194826.768000', '194826.771000', '194826.773000', '194826.776000', '194826.779000', '194826.781000', '194826.784000', '194826.786000', '194826.789000', '194826.791000', '194826.794000', '194826.797000', '194826.799000', '194846.641000', '194846.653000', '194846.656000', '194846.658000', '194846.661000', '194846.663000', '194846.666000', '194846.669000', '194846.671000', '194846.674000', '194846.676000', '194846.679000', '194846.681000', '194846.684000', '194846.687000', '194846.689000', '194846.692000', '194846.695000', '194846.697000', '194846.700000', '194846.702000', '194846.705000', '194846.707000', '194846.710000', '194846.713000', '194846.715000', '194846.718000', '194846.720000', '194846.723000', '194846.725000', '194846.728000', '194846.731000', '194846.733000', '194846.736000', '194846.739000', '194846.741000', '194846.744000', '194846.746000', '194846.749000', '194846.751000', '194846.754000', '194846.757000', '194846.759000', '194906.641000', '194906.644000', '194906.646000', '194906.649000', '194906.651000', '194906.654000', '194906.657000', '194906.659000', '194906.662000', '194906.664000', '194906.667000', '194906.669000', '194906.672000', '194906.675000', '194906.677000', '194906.680000', '194906.683000', '194906.685000', '194906.688000', '194906.690000', '194906.693000', '194906.696000', '194906.698000', '194906.701000', '194906.703000', '194906.706000', '194906.708000', '194906.711000', '194906.714000', '194906.716000', '194906.719000', '194906.721000', '194906.724000', '194906.727000', '194906.729000', '194906.732000', '194906.734000', '194906.737000', '194906.739000', '194906.742000', '194906.745000', '194906.747000', '194906.750000', '194906.752000', '194926.641000', '194926.643000', '194926.646000', '194926.649000', '194926.651000', '194926.654000', '194926.657000', '194926.659000', '194926.662000', '194926.664000', '194926.667000', '194926.670000', '194926.672000', '194926.675000', '194926.677000', '194926.680000', '194926.682000', '194926.685000', '194926.688000', '194926.690000', '194926.693000', '194926.695000', '194926.698000', '194926.700000', '194926.703000', '194926.706000', '194926.708000', '194926.711000', '194926.713000', '194926.716000', '194926.725000', '194926.728000', '194926.730000', '194926.733000', '194926.736000', '194926.738000', '194926.741000', '194926.743000', '194926.746000', '194926.749000', '194926.751000', '194926.754000', '194926.756000', '194946.641000', '194946.644000', '194946.646000', '194946.649000', '194946.651000', '194946.654000', '194946.657000', '194946.659000', '194946.662000', '194946.665000', '194946.667000', '194946.670000', '194946.672000', '194946.675000', '194946.677000', '194946.680000', '194946.683000', '194946.685000', '194946.688000', '194946.691000', '194946.693000', '194946.696000', '194946.698000', '194946.701000', '194946.704000', '194946.706000', '194946.709000', '194946.711000', '194946.714000', '194946.717000', '194946.719000', '194946.722000', '194946.724000', '194946.727000', '194946.730000', '194946.732000', '194946.735000', '194946.737000', '194946.740000', '194946.743000', '194946.745000', '194946.748000', '194946.750000', '194946.753000', '195006.640000', '195006.643000', '195006.646000', '195006.648000', '195006.651000', '195006.654000', '195006.656000', '195006.659000', '195006.662000', '195006.664000', '195006.667000', '195006.670000', '195006.672000', '195006.675000', '195006.678000', '195006.680000', '195006.683000', '195006.685000', '195006.688000', '195006.691000', '195006.693000', '195006.696000', '195006.699000', '195006.701000', '195006.704000', '195006.707000', '195006.709000', '195006.712000', '195006.715000', '195006.717000', '195006.720000', '195006.722000', '195006.725000', '195006.727000', '195006.730000', '195006.733000', '195006.735000', '195006.738000', '195006.741000', '195006.743000', '195006.746000', '195006.748000', '195006.751000', '195026.640000', '195026.642000', '195026.645000', '195026.648000', '195026.650000', '195026.653000', '195026.655000', '195026.658000', '195026.661000', '195026.663000', '195026.666000', '195026.669000', '195026.671000', '195026.674000', '195026.677000', '195026.679000', '195026.682000', '195026.684000', '195026.687000', '195026.690000', '195026.692000', '195026.695000', '195026.697000', '195026.700000', '195026.703000', '195026.705000', '195026.708000', '195026.711000', '195026.713000', '195026.716000', '195026.718000', '195026.721000', '195026.724000', '195026.726000', '195026.729000', '195026.732000', '195026.734000', '195026.737000', '195026.739000', '195026.742000', '195026.744000', '195026.747000', '195026.750000', '195026.752000', '195046.639000', '195046.642000', '195046.645000', '195046.647000', '195046.650000', '195046.653000', '195046.655000', '195046.658000', '195046.660000', '195046.663000', '195046.665000', '195046.668000', '195046.671000', '195046.673000', '195046.676000', '195046.678000', '195046.681000', '195046.684000', '195046.686000', '195046.689000', '195046.691000', '195046.694000', '195046.697000', '195046.700000', '195046.702000', '195046.705000', '195046.707000', '195046.710000', '195046.713000', '195046.715000', '195046.718000', '195046.720000', '195046.723000', '195046.726000', '195046.728000', '195046.731000', '195046.734000', '195046.736000', '195046.739000', '195046.741000', '195046.744000', '195046.747000', '195046.749000', '195106.641000', '195106.644000', '195106.646000', '195106.649000', '195106.652000', '195106.654000', '195106.657000', '195106.659000', '195106.662000', '195106.665000', '195106.667000', '195106.670000', '195106.672000', '195106.675000', '195106.678000', '195106.680000', '195106.683000', '195106.686000', '195106.688000', '195106.691000', '195106.694000', '195106.696000', '195106.699000', '195106.702000', '195106.704000', '195106.707000', '195106.722000', '195106.724000', '195106.727000', '195106.729000', '195106.732000', '195106.734000', '195106.737000', '195106.740000', '195106.742000', '195106.745000', '195106.747000', '195106.750000', '195106.753000', '195106.755000', '195106.758000', '195106.761000', '195106.763000', '195126.641000', '195126.643000', '195126.646000', '195126.649000', '195126.651000', '195126.654000', '195126.656000', '195126.659000', '195126.662000', '195126.664000', '195126.667000', '195126.669000', '195126.672000', '195126.675000', '195126.677000', '195126.680000', '195126.683000', '195126.685000', '195126.688000', '195126.690000', '195126.693000', '195126.696000', '195126.698000', '195126.701000', '195126.703000', '195126.706000', '195126.709000', '195126.711000', '195126.714000', '195126.717000', '195126.719000', '195126.722000', '195126.724000', '195126.727000', '195126.730000', '195126.732000', '195126.735000', '195126.738000', '195126.740000', '195126.743000', '195126.745000', '195126.748000', '195126.751000', '195126.753000', '195146.640000', '195146.643000', '195146.646000', '195146.648000', '195146.651000', '195146.653000', '195146.656000', '195146.659000', '195146.661000', '195146.664000', '195146.666000', '195146.669000', '195146.671000', '195146.674000', '195146.677000', '195146.679000', '195146.682000', '195146.684000', '195146.687000', '195146.689000', '195146.692000', '195146.695000', '195146.697000', '195146.700000', '195146.703000', '195146.705000', '195146.708000', '195146.710000', '195146.713000', '195146.716000', '195146.718000', '195146.721000', '195146.724000', '195146.726000', '195146.729000', '195146.731000', '195146.734000', '195146.736000', '195146.739000', '195146.742000', '195146.744000', '195146.747000', '195146.749000', '195146.752000', '195206.640000', '195206.643000', '195206.646000', '195206.648000', '195206.651000', '195206.654000', '195206.656000', '195206.659000', '195206.662000', '195206.664000', '195206.667000', '195206.670000', '195206.672000', '195206.675000', '195206.677000', '195206.680000', '195206.683000', '195206.685000', '195206.688000', '195206.691000', '195206.693000', '195206.696000', '195206.699000', '195206.701000', '195206.704000', '195206.707000', '195206.709000', '195206.712000', '195206.714000', '195206.717000', '195206.720000', '195206.722000', '195206.725000', '195206.728000', '195206.730000', '195206.733000', '195206.735000', '195206.738000', '195206.741000', '195206.743000', '195206.746000', '195206.748000', '195206.751000', '195226.640000', '195226.643000', '195226.646000', '195226.648000', '195226.651000', '195226.654000', '195226.656000', '195226.659000', '195226.662000', '195226.664000', '195226.667000', '195226.670000', '195226.674000', '195226.677000', '195226.680000', '195226.682000', '195226.685000', '195226.688000', '195226.690000', '195226.693000', '195226.695000', '195226.698000', '195226.701000', '195226.703000', '195226.706000', '195226.709000', '195226.711000', '195226.714000', '195226.716000', '195226.719000', '195226.722000', '195226.724000', '195226.727000', '195226.730000', '195226.732000', '195226.735000', '195226.738000', '195226.740000', '195226.743000', '195226.746000', '195226.748000', '195226.751000', '195226.753000', '195246.640000', '195246.643000', '195246.645000', '195246.648000', '195246.651000', '195246.653000', '195246.656000', '195246.659000', '195246.661000', '195246.664000', '195246.666000', '195246.669000', '195246.672000', '195246.674000', '195246.677000', '195246.679000', '195246.682000', '195246.685000', '195246.687000', '195246.690000', '195246.692000', '195246.695000', '195246.698000', '195246.700000', '195246.703000', '195246.705000', '195246.708000', '195246.711000', '195246.713000', '195246.716000', '195246.718000', '195246.721000', '195246.723000', '195246.726000', '195246.729000', '195246.731000', '195246.734000', '195246.736000', '195246.739000', '195246.742000', '195246.744000', '195246.747000', '195246.749000', '195246.752000', '195306.639000', '195306.642000', '195306.646000', '195306.649000', '195306.651000', '195306.654000', '195306.657000', '195306.659000', '195306.662000', '195306.664000', '195306.667000', '195306.670000', '195306.672000', '195306.675000', '195306.678000', '195306.680000', '195306.683000', '195306.685000', '195306.688000', '195306.691000', '195306.693000', '195306.696000', '195306.699000', '195306.701000', '195306.704000', '195306.706000', '195306.709000', '195306.712000', '195306.714000', '195306.717000', '195306.720000', '195306.722000', '195306.725000', '195306.727000', '195306.730000', '195306.733000', '195306.735000', '195306.738000', '195306.741000', '195306.743000', '195306.746000', '195306.748000', '195306.751000', '195326.640000', '195326.643000', '195326.646000', '195326.649000', '195326.651000', '195326.654000', '195326.657000', '195326.659000', '195326.662000', '195326.665000', '195326.667000', '195326.670000', '195326.672000', '195326.675000', '195326.678000', '195326.680000', '195326.683000', '195326.685000', '195326.688000', '195326.691000', '195326.693000', '195326.696000', '195326.699000', '195326.701000', '195326.704000', '195326.706000', '195326.709000', '195326.712000', '195326.714000', '195326.717000', '195326.720000', '195326.722000', '195326.725000', '195326.727000', '195326.730000', '195326.733000', '195326.735000', '195326.738000', '195326.740000', '195326.743000', '195326.746000', '195326.748000', '195326.751000', '195326.753000', '195346.641000', '195346.643000', '195346.646000', '195346.649000', '195346.651000', '195346.654000', '195346.656000', '195346.659000', '195346.662000', '195346.664000', '195346.667000', '195346.669000', '195346.672000', '195346.674000', '195346.677000', '195346.680000', '195346.682000', '195346.685000', '195346.688000', '195346.690000', '195346.693000', '195346.696000', '195346.698000', '195346.701000', '195346.703000', '195346.706000', '195346.709000', '195346.712000', '195346.716000', '195346.718000', '195346.721000', '195346.724000', '195346.726000', '195346.729000', '195346.732000', '195346.736000', '195346.739000', '195346.741000', '195346.744000', '195346.746000', '195346.749000', '195346.752000', '195346.754000', '195406.640000', '195406.643000', '195406.646000', '195406.649000', '195406.651000', '195406.654000', '195406.656000', '195406.659000', '195406.662000', '195406.664000', '195406.667000', '195406.670000', '195406.672000', '195406.675000', '195406.677000', '195406.681000', '195406.684000', '195406.686000', '195406.705000', '195406.707000', '195406.710000', '195406.713000', '195406.715000', '195406.718000', '195406.720000', '195406.723000', '195406.726000', '195406.728000', '195406.731000', '195406.734000', '195406.736000', '195406.739000', '195406.741000', '195406.744000', '195406.747000', '195406.749000', '195406.752000', '195406.754000', '195406.757000', '195406.760000', '195406.762000', '195406.765000', '195406.768000', '195406.770000', '195426.640000', '195426.643000', '195426.646000', '195426.649000', '195426.651000', '195426.654000', '195426.657000', '195426.659000', '195426.662000', '195426.665000', '195426.667000', '195426.670000', '195426.672000', '195426.675000', '195426.678000', '195426.680000', '195426.683000', '195426.685000', '195426.688000', '195426.691000', '195426.693000', '195426.696000', '195426.699000', '195426.701000', '195426.704000', '195426.706000', '195426.709000', '195426.712000', '195426.714000', '195426.717000', '195426.720000', '195426.722000', '195426.725000', '195426.728000', '195426.730000', '195426.733000', '195426.736000', '195426.739000', '195426.742000', '195426.744000', '195426.747000', '195426.750000', '195426.752000', '195446.641000', '195446.644000', '195446.646000', '195446.649000', '195446.652000', '195446.654000', '195446.657000', '195446.660000', '195446.662000', '195446.665000', '195446.667000', '195446.670000', '195446.673000', '195446.675000', '195446.678000', '195446.680000', '195446.683000', '195446.686000', '195446.688000', '195446.691000', '195446.694000', '195446.696000', '195446.699000', '195446.701000', '195446.704000', '195446.706000', '195446.709000', '195446.712000', '195446.714000', '195446.717000', '195446.719000', '195446.722000', '195446.725000', '195446.727000', '195446.730000', '195446.732000', '195446.735000', '195446.738000', '195446.740000', '195446.743000', '195446.746000', '195446.748000', '195446.751000', '195446.753000', '195506.640000', '195506.643000', '195506.645000', '195506.648000', '195506.650000', '195506.653000', '195506.656000', '195506.658000', '195506.661000', '195506.664000', '195506.666000', '195506.669000', '195506.671000', '195506.674000', '195506.676000', '195506.679000', '195506.682000', '195506.684000', '195506.687000', '195506.690000', '195506.692000', '195506.695000', '195506.698000', '195506.700000', '195506.703000', '195506.705000', '195506.708000', '195506.710000', '195506.713000', '195506.716000', '195506.718000', '195506.721000', '195506.723000', '195506.726000', '195506.729000', '195506.731000', '195506.734000', '195506.736000', '195506.739000', '195506.742000', '195506.744000', '195506.747000', '195506.751000', '195526.641000', '195526.644000', '195526.646000', '195526.649000', '195526.652000', '195526.654000', '195526.657000', '195526.660000', '195526.662000', '195526.665000', '195526.668000', '195526.670000', '195526.673000', '195526.675000', '195526.678000', '195526.705000', '195526.707000', '195526.710000', '195526.713000', '195526.715000', '195526.718000', '195526.720000', '195526.723000', '195526.726000', '195526.728000', '195526.731000', '195526.734000', '195526.736000', '195526.739000', '195526.742000', '195526.744000', '195526.747000', '195526.749000', '195526.752000', '195526.755000', '195526.757000', '195526.760000', '195526.763000', '195526.765000', '195526.768000', '195526.770000', '195526.773000', '195526.776000', '195526.778000', '195546.641000', '195546.643000', '195546.646000', '195546.649000', '195546.651000', '195546.654000', '195546.657000', '195546.659000', '195546.662000', '195546.665000', '195546.667000', '195546.670000', '195546.672000', '195546.675000', '195546.678000', '195546.680000', '195546.683000', '195546.686000', '195546.688000', '195546.691000', '195546.694000', '195546.696000', '195546.699000', '195546.701000', '195546.704000', '195546.707000', '195546.709000', '195546.712000', '195546.715000', '195546.717000', '195546.720000', '195546.722000', '195546.725000', '195546.727000', '195546.730000', '195546.733000', '195546.735000', '195546.738000', '195546.740000', '195546.743000', '195546.746000', '195546.748000', '195546.751000', '195606.640000', '195606.643000', '195606.646000', '195606.649000', '195606.651000', '195606.654000', '195606.656000', '195606.659000', '195606.661000', '195606.664000', '195606.667000', '195606.669000', '195606.672000', '195606.675000', '195606.677000', '195606.680000', '195606.683000', '195606.685000', '195606.688000', '195606.690000', '195606.693000', '195606.696000', '195606.698000', '195606.701000', '195606.704000', '195606.706000', '195606.709000', '195606.712000', '195606.714000', '195606.717000', '195606.719000', '195606.722000', '195606.725000', '195606.727000', '195606.730000', '195606.732000', '195606.735000', '195606.738000', '195606.740000', '195606.743000', '195606.745000', '195606.748000', '195606.751000', '195606.753000', '195626.641000', '195626.643000', '195626.646000', '195626.649000', '195626.651000', '195626.654000', '195626.657000', '195626.659000', '195626.662000', '195626.664000', '195626.667000', '195626.670000', '195626.672000', '195626.675000', '195626.678000', '195626.680000', '195626.683000', '195626.686000', '195626.688000', '195626.691000', '195626.693000', '195626.696000', '195626.699000', '195626.701000', '195626.704000', '195626.706000', '195626.709000', '195626.712000', '195626.714000', '195626.717000', '195626.719000', '195626.722000', '195626.725000', '195626.727000', '195626.730000', '195626.732000', '195626.735000', '195626.737000', '195626.740000', '195626.743000', '195626.745000', '195626.748000', '195626.750000', '195646.640000', '195646.643000', '195646.646000', '195646.648000', '195646.651000', '195646.654000', '195646.656000', '195646.659000', '195646.661000', '195646.664000', '195646.667000', '195646.690000', '195646.692000', '195646.695000', '195646.698000', '195646.700000', '195646.703000', '195646.705000', '195646.708000', '195646.711000', '195646.713000', '195646.716000', '195646.718000', '195646.721000', '195646.724000', '195646.726000', '195646.729000', '195646.732000', '195646.734000', '195646.737000', '195646.739000', '195646.742000', '195646.745000', '195646.747000', '195646.750000', '195646.752000', '195646.755000', '195646.758000', '195646.760000', '195646.763000', '195646.766000', '195646.768000', '195646.771000', '195646.773000', '195706.641000', '195706.643000', '195706.646000', '195706.649000', '195706.651000', '195706.654000', '195706.656000', '195706.659000', '195706.662000', '195706.664000', '195706.667000', '195706.669000', '195706.672000', '195706.675000', '195706.677000', '195706.680000', '195706.682000', '195706.685000', '195706.688000', '195706.690000', '195706.693000', '195706.696000', '195706.698000', '195706.701000', '195706.704000', '195706.706000', '195706.709000', '195706.711000', '195706.714000', '195706.717000', '195706.719000', '195706.722000', '195706.724000', '195706.727000', '195706.730000', '195706.732000', '195706.735000', '195706.737000', '195706.740000', '195706.743000', '195706.745000', '195706.748000', '195706.751000', '195726.640000', '195726.643000', '195726.646000', '195726.648000', '195726.651000', '195726.653000', '195726.656000', '195726.659000', '195726.661000', '195726.664000', '195726.667000', '195726.669000', '195726.672000', '195726.675000', '195726.677000', '195726.680000', '195726.683000', '195726.685000', '195726.688000', '195726.690000', '195726.693000', '195726.696000', '195726.698000', '195726.701000', '195726.704000', '195726.707000', '195726.709000', '195726.712000', '195726.715000', '195726.717000', '195726.720000', '195726.722000', '195726.725000', '195726.728000', '195726.730000', '195726.733000', '195726.735000', '195726.738000', '195726.741000', '195726.743000', '195726.746000', '195726.748000', '195726.751000', '195726.754000', '195746.641000', '195746.643000', '195746.646000', '195746.649000', '195746.651000', '195746.654000', '195746.657000', '195746.659000', '195746.662000', '195746.665000', '195746.667000', '195746.670000', '195746.672000', '195746.675000', '195746.678000', '195746.680000', '195746.683000', '195746.685000', '195746.688000', '195746.691000', '195746.693000', '195746.696000', '195746.698000', '195746.701000', '195746.704000', '195746.706000', '195746.709000', '195746.711000', '195746.714000', '195746.717000', '195746.719000', '195746.722000', '195746.724000', '195746.727000', '195746.730000', '195746.732000', '195746.735000', '195746.738000', '195746.740000', '195746.743000', '195746.745000', '195746.748000', '195746.751000', '195806.641000', '195806.644000', '195806.646000', '195806.649000', '195806.652000', '195806.654000', '195806.657000', '195806.660000', '195806.670000', '195806.673000', '195806.676000', '195806.678000', '195806.681000', '195806.684000', '195806.686000', '195806.689000', '195806.691000', '195806.694000', '195806.697000', '195806.699000', '195806.702000', '195806.705000', '195806.707000', '195806.710000', '195806.713000', '195806.715000', '195806.718000', '195806.721000', '195806.723000', '195806.726000', '195806.729000', '195806.731000', '195806.734000', '195806.737000', '195806.739000', '195806.742000', '195806.745000', '195806.747000', '195806.750000', '195806.753000', '195806.755000', '195806.758000', '195806.760000', '195806.763000', '195826.640000', '195826.643000', '195826.646000', '195826.649000', '195826.651000', '195826.654000', '195826.657000', '195826.659000', '195826.662000', '195826.664000', '195826.667000', '195826.670000', '195826.672000', '195826.675000', '195826.677000', '195826.680000', '195826.683000', '195826.685000', '195826.688000', '195826.691000', '195826.693000', '195826.696000', '195826.698000', '195826.701000', '195826.704000', '195826.706000', '195826.709000', '195826.712000', '195826.714000', '195826.717000', '195826.719000', '195826.722000', '195826.725000', '195826.727000', '195826.730000', '195826.733000', '195826.735000', '195826.738000', '195826.741000', '195826.743000', '195826.746000', '195826.749000', '195826.751000', '195846.641000', '195846.643000', '195846.646000', '195846.649000', '195846.651000', '195846.654000', '195846.657000', '195846.659000', '195846.662000', '195846.664000', '195846.667000', '195846.670000', '195846.673000', '195846.675000', '195846.678000', '195846.680000', '195846.684000', '195846.687000', '195846.690000', '195846.692000', '195846.695000', '195846.698000', '195846.701000', '195846.703000', '195846.706000', '195846.708000', '195846.711000', '195846.714000', '195846.716000', '195846.719000', '195846.721000', '195846.724000', '195846.727000', '195846.729000', '195846.732000', '195846.735000', '195846.737000', '195846.740000', '195846.742000', '195846.745000', '195846.748000', '195846.750000', '195846.753000', '195906.641000', '195906.644000', '195906.646000', '195906.649000', '195906.651000', '195906.654000', '195906.657000', '195906.659000', '195906.662000', '195906.665000', '195906.667000', '195906.705000', '195906.708000', '195906.710000', '195906.713000', '195906.716000', '195906.718000', '195906.721000', '195906.723000', '195906.726000', '195906.729000', '195906.731000', '195906.734000', '195906.737000', '195906.742000', '195906.745000', '195906.748000', '195906.750000', '195906.753000', '195906.755000', '195906.758000', '195906.761000', '195906.763000', '195906.766000', '195906.769000', '195906.771000', '195906.774000', '195906.776000', '195906.779000', '195906.782000', '195906.784000', '195906.787000', '195906.789000', '195906.792000', '195926.641000', '195926.643000', '195926.646000', '195926.649000', '195926.651000', '195926.654000', '195926.657000', '195926.659000', '195926.662000', '195926.665000', '195926.667000', '195926.670000', '195926.672000', '195926.675000', '195926.678000', '195926.680000', '195926.683000', '195926.686000', '195926.688000', '195926.691000', '195926.694000', '195926.696000', '195926.699000', '195926.702000', '195926.704000', '195926.707000', '195926.709000', '195926.712000', '195926.715000', '195926.717000', '195926.720000', '195926.722000', '195926.725000', '195926.728000', '195926.730000', '195926.733000', '195926.735000', '195926.738000', '195926.741000', '195926.743000', '195926.746000', '195926.749000', '195926.751000', '195946.640000', '195946.642000', '195946.645000', '195946.648000', '195946.650000', '195946.653000', '195946.655000', '195946.658000', '195946.661000', '195946.663000', '195946.666000', '195946.669000', '195946.671000', '195946.674000', '195946.677000', '195946.679000', '195946.682000', '195946.684000', '195946.687000', '195946.690000', '195946.692000', '195946.695000', '195946.698000', '195946.700000', '195946.703000', '195946.705000', '195946.708000', '195946.711000', '195946.713000', '195946.716000', '195946.719000', '195946.721000', '195946.724000', '195946.726000', '195946.729000', '195946.732000', '195946.734000', '195946.737000', '195946.740000', '195946.742000', '195946.745000', '195946.747000', '195946.750000', '195946.753000', '200006.640000', '200006.643000', '200006.646000', '200006.649000', '200006.651000', '200006.654000', '200006.657000', '200006.659000', '200006.662000', '200006.664000', '200006.667000', '200006.670000', '200006.672000', '200006.675000', '200006.677000', '200006.683000', '200006.686000', '200006.689000', '200006.691000', '200006.694000', '200006.697000', '200006.699000', '200006.702000', '200006.705000', '200006.707000', '200006.710000', '200006.712000', '200006.715000', '200006.718000', '200006.720000', '200006.723000', '200006.726000', '200006.728000', '200006.731000', '200006.733000', '200006.736000', '200006.739000', '200006.741000', '200006.744000', '200006.747000', '200006.749000', '200006.752000', '200006.754000', '200026.641000', '200026.644000', '200026.646000', '200026.649000', '200026.651000', '200026.654000', '200026.657000', '200026.659000', '200026.662000', '200026.664000', '200026.667000', '200026.670000', '200026.672000', '200026.675000', '200026.677000', '200026.680000', '200026.695000', '200026.698000', '200026.701000', '200026.703000', '200026.706000', '200026.708000', '200026.711000', '200026.714000', '200026.716000', '200026.719000', '200026.722000', '200026.724000', '200026.727000', '200026.729000', '200026.732000', '200026.735000', '200026.737000', '200026.740000', '200026.742000', '200026.745000', '200026.748000', '200026.750000', '200026.753000', '200026.755000', '200026.758000', '200026.761000', '200026.763000', '200026.766000', '200043.418000', '200043.421000', '200043.423000', '200043.426000', '200043.428000', '200043.431000', '200043.434000', '200043.436000', '200043.439000', '200043.442000', '200043.444000', '200043.447000', '200043.449000', '200043.452000', '200043.455000', '200043.457000', '200043.460000', '200043.463000', '200043.465000', '200043.468000', '200043.470000', '200043.473000', '200043.476000', '200043.478000', '200043.481000', '200043.483000', '200043.486000', '200043.489000', '200043.491000', '200043.494000', '200043.496000', '200043.499000', '200043.502000', '200043.504000', '200043.507000', '200043.509000', '200043.512000'], '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': [10826, 15215, 12092, 16565, 12855, 16797, 9799, 15270, 11324, 16660, 13046, 17158, 13938, 15298, 13154, 16806, 14092, 16190, 11782, 16118, 12322, 17286, 14292, 16114, 12600, 16030, 12975, 17463, 14335, 14951, 12984, 13559, 14937, 16688, 15505, 12324, 13948, 12415, 15330, 15043, 16258, 12812, 14063, 10443, 14104, 13467, 16098, 11246, 15534, 10946, 15964, 12795, 16988, 12781, 16006, 10929, 15520, 11715, 16876, 11837, 16433, 11146, 15873, 10817, 16384, 11873, 16590, 12938, 15657, 11943, 16177, 13501, 17356, 14544, 16004, 13188, 16206, 14014, 17262, 13993, 11787, 13584, 12612, 16176, 13664, 17077, 11041, 15454, 11054, 16118, 13430, 17089, 14332, 17054, 13008, 17289, 12916, 14964, 13765, 13214, 15553, 9989, 16498, 14771, 17544, 14062, 11348, 15662, 12469, 17429, 13320, 17480, 11510, 15922, 12727, 16347, 14327, 17109, 14691, 15470, 12871, 16664, 14211, 16387, 13596, 15187, 13698, 16624, 16118, 12588, 16080, 11582, 16442, 13062, 17374, 12814, 16096, 13446, 15503, 13848, 18435, 14335, 14768, 12186, 13737, 15193, 16243, 16515, 11328, 14599, 10065, 15382, 11676, 16557, 11409, 15096, 10330, 15131, 13221, 17049, 13972, 17121, 11459, 15080, 11833, 17983, 13971, 15604, 12166, 11474, 13192, 14598, 15764, 13391, 15510, 10203, 15377, 10333, 16575, 11924, 17544, 14455, 16043, 13748, 16614, 13710, 17024, 14747, 15660, 13313, 15984, 14486, 17054, 14844, 14098, 13221, 16261, 15314, 16168, 16567, 11357, 16270, 11804, 16703, 12504, 17061, 11021, 15074, 11202, 15466, 12411, 16675, 14630, 17470, 12469, 14491, 11725, 16199, 15195, 11806, 15163, 10551, 15512, 12309, 16894, 11990, 16437, 11400, 16606, 11980, 16825, 15073, 16443, 14364, 20136, 10768, 17021, 12006, 12508, 9723, 9575, 14977, 12810, 13877, 12130, 13497, 16302, 12915, 16725, 11569, 15859, 11809, 16899, 11671, 17024, 11214, 13995, 10325, 14762, 10304, 16274, 12742, 16378, 12058, 16353, 12629, 18343, 14318, 15706, 12473, 10929, 14719, 12926, 16441, 13362, 16802, 10225, 15574, 11108, 16202, 12744, 17140, 13842, 16691, 14130, 17225, 15048, 17926, 13794, 13194, 13079, 15072, 16412, 12499, 15435, 11617, 15865, 16984, 15351, 13639, 11076, 16441, 14721, 12602, 15643, 10478, 15907, 11378, 17358, 12470, 17417, 14199, 16054, 12972, 16726, 12905, 17100, 13087, 14654, 11274, 14078, 10538, 16370, 12707, 16318, 12565, 15795, 13465, 17341, 14791, 16301, 14080, 16219, 13798, 17296, 14989, 18345, 13408, 16589, 12473, 19081, 14394, 17744, 13633, 15649, 12349, 16178, 14062, 19112, 14651, 17089, 13548, 16513, 15167, 17579, 14681, 16162, 13976, 17134, 14964, 17248, 15107, 17560, 13292, 16707, 14465, 17420, 14373, 15124, 11778, 16675, 13689, 18101, 13901, 13533, 12704, 14636, 14997, 15326, 16401, 11660, 15855, 11129, 16182, 12603, 17156, 11328, 15692, 10912, 15905, 12872, 16899, 14496, 15336, 11178, 12929, 14095, 14997, 16592, 10903, 15085, 12082, 15528, 13691, 17295, 14730, 18414, 13888, 11820, 13992, 16459, 14557, 18009, 13293, 12796, 10610, 15540, 12696, 17202, 13759, 10342, 13445, 10201, 15539, 12347, 17208, 13671, 15912, 13752, 16339, 14814, 18150, 15245, 16056, 12216, 16871, 13674, 18511, 14477, 11567, 15343, 13511, 15230, 17916, 13891, 16260, 11410, 15423, 12595, 16021, 14329, 17264, 14152, 15221, 13181, 16303, 14297, 18060, 14661, 15158, 12045, 15927, 14310, 15936, 16898, 11450, 15901, 11157, 16549, 13168, 17140, 12115, 13882, 10873, 15052, 15344, 15112, 12414, 13869, 13791, 14291, 17034, 15064, 11974, 15248, 10264, 15941, 11300, 17392, 14550, 19028, 13273, 17392, 12956, 18939, 14659, 17712, 13204, 16429, 12788, 16195, 14102, 16814, 14353, 15565, 13056, 15687, 12692, 16563, 13103, 16563, 13252, 15792, 13611, 16753, 14980, 17869, 14191, 14154, 10172, 15261, 13817, 14775, 15294, 11168, 17297, 14863, 16509, 12478, 17381, 13162, 18734, 14312, 16814, 11499, 13495, 10509, 16482, 13479, 12326, 10812, 10710, 15558, 14024, 17105, 15105, 14342, 17908, 11665, 16938, 12530, 17244, 15060, 16481, 11388, 10694, 14011, 12008, 16920, 13929, 18551, 13703, 15779, 12660, 16492, 14134, 17698, 14695, 15076, 12176, 17343, 14442, 16515, 15423, 11415, 14281, 16034, 14133, 19424, 15461, 17178, 13071, 14842, 13131, 16144, 14332, 16170, 12995, 15509, 13488, 17004, 14873, 17844, 14720, 16164, 13331, 17466, 13252, 11504, 14088, 12636, 15271, 11564, 17234, 15787, 18628, 14687, 12375, 12585, 14111, 15899, 13554, 15727, 10180, 14292, 10069, 15427, 11861, 16884, 13837, 15387, 12266, 15064, 12324, 16025, 13862, 16280, 12692, 15949, 12222, 15486, 12991, 17233, 13591, 15338, 12360, 17325, 13784, 16501, 14933, 15897, 13421, 15848, 13625, 16516, 14648, 17868, 13084, 16218, 13165, 17638, 14211, 16954, 13108, 11969, 14681, 14752, 16299, 16286, 15259, 10794, 14253, 12088, 15792, 14739, 16148, 11504, 14973, 9402, 15161, 11649, 16548, 13812, 17585, 14104, 13685, 13437, 9730, 15764, 12044, 16990, 12804, 17256, 10454, 15062, 10411, 16273, 12079, 16690, 11562, 14708, 9780, 15149, 12882, 16627, 15150, 17622, 13222, 14866, 11586, 17307, 15032, 17017, 14516, 10895, 11495, 15152, 15021, 13965, 12390, 13109, 11692, 16145, 13920, 13815, 13711, 11153, 15247, 14983, 15960, 12541, 16109, 10496, 16057, 11326, 16439, 12144, 16820, 11480, 15801, 12914, 16420, 14536, 17328, 14545, 16621, 13155, 18148, 13710, 17311, 13844, 13065, 12337, 16657, 13657, 17544, 13690, 14486, 9734, 16316, 12099, 16184, 13803, 14929, 11291, 14307, 12360, 15717, 14046, 15663, 11584, 14463, 13015, 16062, 14578, 17408, 13643, 15712, 12604, 17115, 13779, 13457, 10085, 9815, 15707, 13521, 17520, 13835, 17760, 13908, 15937, 13618, 10113, 15476, 13522, 16420, 18061, 13841, 16241, 10929, 15931, 11362, 14901, 12759, 15939, 13600, 16561, 10158, 16132, 11503, 16052, 14130, 16639, 13938, 14150, 12634, 15102, 13484, 16217, 14546, 16135, 13304, 15734, 13020, 16423, 14090, 18481, 11826, 14406, 12600, 9287, 15931, 14802, 18453, 14100, 10283, 11473, 9451, 15646, 15742, 16979, 14482, 15580, 12642, 14126, 10793, 14864, 12170, 15031, 10434, 11839, 9898, 14326, 11108, 15913, 12197, 16239, 12806, 16280, 13500, 16995, 14682, 16897, 12826, 15244, 12546, 15888, 12572, 16570, 12775, 14238, 12367, 15476, 11056, 16718, 11724, 16315, 10139, 15302, 11082, 16299, 13458, 17029, 11216, 15439, 11131, 16655, 12890, 16981, 11660, 12802, 13341, 12783, 17389, 13747, 16628, 11972, 16369, 12494, 18435, 14238, 19407, 14593, 15583, 11999, 17001, 13064, 18183, 14316, 13619, 11026, 14771, 12742, 17520, 13936, 13837, 13329, 13355, 14575, 16768, 14300, 17655, 13937, 12067, 12271, 13616, 16457, 15266, 17278, 11877, 15706, 10396, 16279, 11808, 17123, 14783, 18296, 14477, 13833, 10667, 17498, 13348, 12615, 13619, 10963, 17307, 12892, 12647, 14629, 12010, 17129, 12787, 17467, 13053, 15684, 13287, 16019, 13046, 16594, 11714, 15915, 12378, 14236, 12045, 15888, 13961, 17039, 14202, 16410, 12809, 16154, 13451, 18654, 14848, 15908, 12439, 16079, 13443, 18300, 14384, 17171, 13708, 15024, 12972, 16673, 14539, 17718, 14117, 11022, 11209, 8469, 11663, 14725, 17197, 12547, 19519, 15499, 11453, 14009, 10017, 16049, 14011, 17049, 14533, 17444, 12049, 17707, 12266, 18356, 13673, 17289, 11636, 13768, 10694, 13577, 14179, 13652, 15665, 10017, 14552, 10422, 16081, 13628, 17169, 14530, 17630, 13635, 17004, 14561, 17726, 9564, 17886, 11144, 10250, 16018, 14383, 17882, 14863, 10183, 12335, 11606, 15135, 12670, 16409, 10408, 14188, 11495, 15523, 12949, 16624, 12835, 15975, 12492, 12964, 11680, 14134, 11696, 17307, 11760, 13072, 10102, 15244, 13974, 17804, 14510, 13278, 12799, 12639, 13337, 16294, 12374, 15529, 12124, 10337, 9528, 10838, 14682, 11151, 16299, 13484, 17787, 14084, 11239, 14729, 11395, 17234, 14282, 17542, 14569, 15991, 10915, 14035, 11722, 16624, 13536, 16485, 12814, 12214, 11040, 16717, 13453, 16785, 14853, 16322, 12023, 14827, 12462, 15703, 12236, 14633, 10655, 14379, 12652, 15739, 11003, 10340, 15566, 14098, 16703, 14025, 11824, 15720, 12839, 16017, 14426, 17000, 14406, 17030, 13748, 13789, 12752, 15200, 14072, 16150, 14247, 15463, 13238, 14856, 13617, 16364, 13996, 17167, 12326, 17583, 13048, 19059, 14285, 12507, 14237, 11045, 15263, 12493, 17305, 12408, 15513, 13508, 14832, 12846, 16949, 14497, 18768, 13272, 19224, 13014, 17909, 13927, 18676, 11350, 11035, 11626, 12807, 15018, 12392, 16124, 10147, 14715, 10555, 16469, 12480, 17378, 12292, 15371, 10613, 14754, 12823, 16801, 11920, 13896, 9616, 15080, 8950, 14999, 15853, 17258, 14914, 17567, 13070, 11128, 15742, 11856, 16812, 14435, 15764, 12965, 16049, 13957, 17048, 14829, 17074, 13032, 17886, 12733, 17140, 14494, 17021, 14137, 15408, 11459, 18173, 12373, 16503, 14285, 15634, 11755, 15346, 12586, 17429, 15153, 17344, 14312, 17206, 12497, 15839, 14112, 17502, 15004, 17978, 11826, 17774, 12337, 19510, 14067, 13755, 12833, 11307, 15194, 13613, 16783, 12343, 14508, 9623, 14353, 10757, 16557, 12331, 16339, 12268, 14990, 11260, 16079, 12004, 16601, 12932, 15130, 12113, 16542, 12424, 17197, 13002, 14761, 11770, 15651, 12117, 16665, 14626, 15272, 11767, 15788, 13335, 19202, 14502, 16206, 12674, 16666, 13633, 16969, 14935, 10425, 13697, 10030, 16350, 13643, 17401, 15056, 16380, 13367, 15783, 13434, 19036, 13426, 18485, 12024, 14795, 13082, 18309, 14790, 15665, 12961, 16619, 14339, 16569, 13677, 10592, 14200, 13461, 16199, 12884, 17157, 11569, 16664, 14761, 17273, 14615, 16137, 11552, 13843, 12288, 14785, 15924, 9322, 13231, 10492, 15199, 14435, 15922, 14955, 16007, 12267, 14491, 15002, 18569, 14207, 15731, 15854, 11995, 16800, 12714, 16126, 12317, 15683, 13085, 12832, 9120, 12381, 9623, 14400, 16446, 14974, 19358, 15964, 14944, 14401, 10933, 15578, 12667, 16944, 11122, 17045, 13467, 15627, 14723, 9316, 9091, 9531, 15441, 13593, 17532, 13809, 12137, 16117, 11614, 15017, 12714, 16453, 13905, 18133, 14413, 16557, 11548, 17388, 11525, 19556, 13118, 15825, 10412, 11727, 12946, 12105, 16518, 12055, 16967, 10754, 14420, 12325, 16151, 14363, 19071, 15234, 15199, 12607, 16626, 13743, 16401, 14543, 10617, 15651, 11512, 16338, 12933, 17095, 11724, 15288, 11151, 15748, 13605, 18384, 14268, 12448, 12714, 11192, 16167, 12351, 17212, 12695, 15739, 12601, 15720, 12928, 17046, 13533, 16589, 11666, 12150, 13672, 13945, 16305, 11777, 15459, 10768, 15080, 12183, 16867, 13470, 17504, 12385, 10513, 12873, 10743, 16268, 11864, 16821, 13185, 14993, 12879, 16144, 13714, 18072, 13915, 13740, 10367, 12927, 14908, 12740, 16585, 10590, 15776, 12803, 16576, 13132, 16173, 14510, 17518, 11942, 10395, 14385, 10787, 16000, 14379, 16609, 11982, 12337, 15225, 14196, 17207, 11654, 15718, 9682, 14837, 9998, 16250, 11766, 16422, 13112, 14805, 12634, 16175, 13594, 17454, 14213, 15585, 12086, 16216, 13407, 15045, 14611, 10574, 15105, 11443, 16648, 11967, 17505, 12653, 16146, 13727, 17028, 14212, 18675, 14755, 15073, 11141, 14319, 14663, 13916, 16677, 10519, 15446, 11279, 16268, 12997, 16875, 14497, 17300, 12426, 15563, 11355, 17755, 13882, 14065, 14154, 10067, 14999, 10745, 16549, 14149, 19551, 14524, 16703, 11691, 12909, 12464, 11757, 13866, 13282, 15937, 11859, 14703, 9881, 15390, 12427, 16807, 14658, 17615, 14382, 14531, 11890, 15474, 13420, 15590, 15678, 10787, 15692, 10950, 16225, 12557, 16863, 11449, 13759, 9850, 14952, 10160, 16307, 13289, 16631, 12894, 16562, 12407, 15808, 13732, 15099, 14138, 9779, 16306, 14222, 18048, 14261, 10900, 14406, 10131, 16509, 11702, 17132, 12769, 15478, 13033, 15981, 12611, 16288, 13742, 15159, 12808, 14828, 12386, 16468, 13253, 17553, 12430, 16141, 11903, 17494, 12931, 17650, 13238, 11029, 10975, 12660, 14833, 14429, 16072, 10921, 14955, 10320, 15308, 11265, 16320, 11749, 16078, 9905, 15074, 10233, 16368], 'WindowCenter': [3980.0, 3988.0, 3963.0, 3984.0, 3961.0, 3971.0, 3939.0, 3969.0, 3948.0, 3969.0, 3960.0, 3970.0, 3971.0, 3969.0, 3959.0, 3969.0, 3960.0, 3969.0, 3949.0, 3969.0, 3961.0, 3980.0, 3972.0, 3969.0, 3973.0, 3981.0, 3961.0, 3980.0, 3971.0, 3969.0, 3960.0, 3958.0, 3971.0, 3969.0, 3969.0, 3958.0, 3960.0, 3957.0, 3970.0, 3969.0, 3971.0, 3948.0, 3959.0, 3937.0, 3958.0, 3958.0, 3969.0, 3949.0, 3970.0, 3949.0, 3970.0, 3958.0, 3982.0, 3960.0, 3970.0, 3949.0, 3968.0, 3948.0, 3969.0, 3948.0, 3969.0, 3949.0, 3968.0, 3938.0, 3969.0, 3948.0, 3968.0, 3958.0, 3969.0, 3949.0, 3969.0, 3960.0, 3969.0, 3970.0, 3969.0, 3958.0, 3969.0, 3960.0, 3969.0, 3959.0, 3948.0, 3959.0, 3948.0, 3970.0, 3957.0, 3969.0, 3948.0, 3968.0, 3948.0, 3968.0, 3959.0, 3967.0, 3959.0, 3968.0, 3973.0, 3981.0, 3959.0, 3971.0, 3971.0, 3961.0, 3970.0, 3951.0, 3982.0, 3973.0, 3982.0, 3971.0, 3959.0, 3982.0, 3961.0, 3984.0, 3961.0, 3982.0, 3959.0, 3970.0, 3959.0, 3970.0, 3970.0, 3980.0, 3971.0, 3970.0, 3962.0, 3982.0, 3973.0, 3981.0, 3973.0, 3971.0, 3972.0, 3981.0, 3983.0, 3961.0, 3984.0, 3961.0, 3982.0, 3961.0, 3981.0, 3962.0, 3981.0, 3970.0, 3970.0, 3972.0, 3981.0, 3971.0, 3970.0, 3959.0, 3959.0, 3969.0, 3968.0, 3969.0, 3937.0, 3958.0, 3937.0, 3968.0, 3947.0, 3967.0, 3946.0, 3968.0, 3937.0, 3956.0, 3958.0, 3968.0, 3958.0, 3968.0, 3946.0, 3956.0, 3947.0, 3967.0, 3957.0, 3957.0, 3947.0, 3946.0, 3957.0, 3957.0, 3968.0, 3956.0, 3968.0, 3937.0, 3968.0, 3937.0, 3969.0, 3948.0, 3969.0, 3969.0, 3969.0, 3958.0, 3968.0, 3958.0, 3969.0, 3970.0, 3969.0, 3959.0, 3969.0, 3969.0, 3980.0, 3971.0, 3970.0, 3960.0, 3980.0, 3971.0, 3970.0, 3970.0, 3948.0, 3970.0, 3949.0, 3970.0, 3948.0, 3970.0, 3949.0, 3969.0, 3948.0, 3969.0, 3959.0, 3969.0, 3969.0, 3968.0, 3959.0, 3969.0, 3959.0, 3969.0, 3970.0, 3959.0, 3969.0, 3949.0, 3971.0, 3960.0, 3982.0, 3960.0, 3980.0, 3959.0, 3982.0, 3960.0, 3970.0, 3971.0, 3982.0, 3983.0, 4006.0, 3963.0, 3971.0, 3949.0, 3958.0, 3939.0, 3938.0, 3969.0, 3960.0, 3970.0, 3960.0, 3960.0, 3983.0, 3960.0, 3970.0, 3950.0, 3969.0, 3949.0, 3970.0, 3948.0, 3968.0, 3947.0, 3957.0, 3937.0, 3957.0, 3936.0, 3968.0, 3947.0, 3968.0, 3959.0, 3968.0, 3959.0, 3979.0, 3959.0, 3968.0, 3958.0, 3949.0, 3969.0, 3959.0, 3982.0, 3959.0, 3980.0, 3951.0, 3981.0, 3960.0, 3982.0, 3972.0, 3982.0, 3971.0, 3980.0, 3970.0, 3980.0, 3970.0, 3980.0, 3970.0, 3969.0, 3960.0, 3970.0, 3981.0, 3959.0, 3970.0, 3946.0, 3970.0, 3968.0, 3970.0, 3957.0, 3949.0, 3969.0, 3969.0, 3958.0, 3969.0, 3947.0, 3968.0, 3948.0, 3968.0, 3948.0, 3967.0, 3958.0, 3967.0, 3956.0, 3966.0, 3946.0, 3965.0, 3946.0, 3956.0, 3946.0, 3955.0, 3937.0, 3967.0, 3958.0, 3968.0, 3957.0, 3966.0, 3958.0, 3967.0, 3969.0, 3968.0, 3969.0, 3966.0, 3959.0, 3967.0, 3969.0, 3979.0, 3959.0, 3968.0, 3958.0, 3978.0, 3958.0, 3968.0, 3959.0, 3967.0, 3957.0, 3968.0, 3959.0, 3979.0, 3970.0, 3969.0, 3959.0, 3968.0, 3970.0, 3979.0, 3970.0, 3969.0, 3971.0, 3980.0, 3971.0, 3969.0, 3969.0, 3978.0, 3970.0, 3969.0, 3970.0, 3978.0, 3968.0, 3968.0, 3959.0, 3969.0, 3970.0, 3979.0, 3969.0, 3957.0, 3959.0, 3967.0, 3970.0, 3968.0, 3970.0, 3948.0, 3970.0, 3948.0, 3969.0, 3958.0, 3969.0, 3948.0, 3968.0, 3948.0, 3968.0, 3959.0, 3969.0, 3969.0, 3969.0, 3949.0, 3958.0, 3970.0, 3969.0, 3982.0, 3960.0, 3970.0, 3961.0, 3980.0, 3971.0, 3981.0, 3972.0, 3981.0, 3959.0, 3949.0, 3959.0, 3969.0, 3959.0, 3969.0, 3959.0, 3956.0, 3937.0, 3968.0, 3959.0, 3969.0, 3958.0, 3937.0, 3958.0, 3938.0, 3970.0, 3960.0, 3980.0, 3970.0, 3969.0, 3971.0, 3969.0, 3972.0, 3981.0, 3971.0, 3981.0, 3960.0, 3969.0, 3960.0, 3980.0, 3959.0, 3947.0, 3968.0, 3957.0, 3968.0, 3966.0, 3957.0, 3967.0, 3947.0, 3966.0, 3957.0, 3967.0, 3959.0, 3968.0, 3959.0, 3967.0, 3958.0, 3968.0, 3970.0, 3968.0, 3970.0, 3969.0, 3959.0, 3969.0, 3969.0, 3969.0, 3970.0, 3948.0, 3969.0, 3948.0, 3969.0, 3946.0, 3969.0, 3946.0, 3957.0, 3935.0, 3968.0, 3968.0, 3968.0, 3948.0, 3958.0, 3957.0, 3969.0, 3968.0, 3969.0, 3947.0, 3969.0, 3937.0, 3969.0, 3947.0, 3969.0, 3969.0, 3981.0, 3959.0, 3969.0, 3959.0, 3979.0, 3959.0, 3967.0, 3959.0, 3968.0, 3959.0, 3969.0, 3971.0, 3969.0, 3970.0, 3967.0, 3957.0, 3968.0, 3959.0, 3969.0, 3960.0, 3980.0, 3960.0, 3968.0, 3958.0, 3969.0, 3969.0, 3969.0, 3959.0, 3957.0, 3950.0, 3968.0, 3969.0, 3968.0, 3970.0, 3960.0, 3981.0, 3972.0, 3980.0, 3960.0, 3968.0, 3959.0, 3969.0, 3959.0, 3967.0, 3949.0, 3959.0, 3949.0, 3968.0, 3959.0, 3960.0, 3948.0, 3949.0, 3969.0, 3970.0, 3980.0, 3972.0, 3971.0, 3981.0, 3961.0, 3981.0, 3958.0, 3980.0, 3969.0, 3968.0, 3947.0, 3947.0, 3957.0, 3959.0, 3968.0, 3957.0, 3979.0, 3959.0, 3969.0, 3960.0, 3980.0, 3971.0, 3981.0, 3972.0, 3970.0, 3961.0, 3980.0, 3971.0, 3970.0, 3970.0, 3948.0, 3969.0, 3967.0, 3970.0, 3980.0, 3970.0, 3969.0, 3959.0, 3968.0, 3959.0, 3969.0, 3970.0, 3979.0, 3969.0, 3968.0, 3971.0, 3982.0, 3972.0, 3980.0, 3971.0, 3969.0, 3969.0, 3980.0, 3961.0, 3947.0, 3969.0, 3959.0, 3967.0, 3959.0, 3981.0, 3982.0, 3981.0, 3970.0, 3959.0, 3959.0, 3958.0, 3971.0, 3958.0, 3969.0, 3947.0, 3957.0, 3937.0, 3967.0, 3948.0, 3968.0, 3957.0, 3956.0, 3947.0, 3955.0, 3946.0, 3955.0, 3956.0, 3966.0, 3957.0, 3966.0, 3946.0, 3967.0, 3959.0, 3968.0, 3959.0, 3968.0, 3959.0, 3978.0, 3970.0, 3979.0, 3969.0, 3969.0, 3969.0, 3969.0, 3972.0, 3970.0, 3968.0, 3980.0, 3970.0, 3969.0, 3971.0, 3980.0, 3971.0, 3980.0, 3961.0, 3960.0, 3971.0, 3969.0, 3982.0, 3969.0, 3969.0, 3948.0, 3969.0, 3948.0, 3970.0, 3969.0, 3969.0, 3949.0, 3968.0, 3938.0, 3970.0, 3949.0, 3968.0, 3970.0, 3979.0, 3970.0, 3970.0, 3971.0, 3951.0, 3971.0, 3960.0, 3982.0, 3959.0, 3969.0, 3949.0, 3969.0, 3947.0, 3969.0, 3948.0, 3970.0, 3949.0, 3968.0, 3938.0, 3968.0, 3960.0, 3970.0, 3970.0, 3980.0, 3961.0, 3968.0, 3949.0, 3969.0, 3970.0, 3969.0, 3959.0, 3937.0, 3948.0, 3968.0, 3969.0, 3969.0, 3959.0, 3958.0, 3948.0, 3969.0, 3970.0, 3970.0, 3971.0, 3949.0, 3970.0, 3970.0, 3971.0, 3959.0, 3969.0, 3937.0, 3969.0, 3947.0, 3969.0, 3948.0, 3969.0, 3949.0, 3968.0, 3959.0, 3969.0, 3968.0, 3979.0, 3970.0, 3979.0, 3970.0, 3980.0, 3971.0, 3980.0, 3970.0, 3957.0, 3959.0, 3968.0, 3959.0, 3968.0, 3958.0, 3956.0, 3926.0, 3966.0, 3947.0, 3966.0, 3956.0, 3955.0, 3946.0, 3956.0, 3958.0, 3966.0, 3958.0, 3967.0, 3947.0, 3957.0, 3960.0, 3969.0, 3971.0, 3979.0, 3970.0, 3967.0, 3960.0, 3982.0, 3973.0, 3959.0, 3937.0, 3949.0, 3970.0, 3970.0, 3980.0, 3970.0, 3981.0, 3972.0, 3971.0, 3971.0, 3950.0, 3971.0, 3959.0, 3970.0, 3968.0, 3948.0, 3955.0, 3936.0, 3956.0, 3936.0, 3954.0, 3947.0, 3956.0, 3957.0, 3967.0, 3936.0, 3956.0, 3947.0, 3967.0, 3958.0, 3967.0, 3958.0, 3956.0, 3948.0, 3956.0, 3958.0, 3967.0, 3958.0, 3957.0, 3958.0, 3955.0, 3958.0, 3967.0, 3959.0, 3978.0, 3948.0, 3968.0, 3960.0, 3940.0, 3980.0, 3972.0, 3995.0, 3971.0, 3950.0, 3960.0, 3939.0, 3982.0, 3983.0, 3983.0, 3972.0, 3971.0, 3961.0, 3970.0, 3949.0, 3970.0, 3948.0, 3971.0, 3949.0, 3948.0, 3937.0, 3969.0, 3948.0, 3970.0, 3960.0, 3969.0, 3959.0, 3967.0, 3960.0, 3969.0, 3970.0, 3968.0, 3958.0, 3968.0, 3959.0, 3969.0, 3959.0, 3968.0, 3960.0, 3968.0, 3959.0, 3968.0, 3948.0, 3980.0, 3959.0, 3981.0, 3950.0, 3970.0, 3949.0, 3981.0, 3958.0, 3970.0, 3948.0, 3969.0, 3948.0, 3969.0, 3958.0, 3981.0, 3948.0, 3958.0, 3956.0, 3958.0, 3968.0, 3958.0, 3967.0, 3947.0, 3967.0, 3947.0, 3968.0, 3959.0, 3978.0, 3969.0, 3968.0, 3948.0, 3965.0, 3959.0, 3968.0, 3958.0, 3956.0, 3947.0, 3957.0, 3959.0, 3968.0, 3959.0, 3958.0, 3960.0, 3959.0, 3969.0, 3969.0, 3970.0, 3969.0, 3969.0, 3958.0, 3958.0, 3968.0, 3982.0, 3970.0, 3980.0, 3948.0, 3969.0, 3947.0, 3969.0, 3949.0, 3969.0, 3970.0, 3980.0, 3973.0, 3969.0, 3950.0, 3980.0, 3960.0, 3959.0, 3970.0, 3950.0, 3980.0, 3971.0, 3971.0, 3981.0, 3961.0, 3984.0, 3962.0, 3982.0, 3972.0, 3970.0, 3972.0, 3982.0, 3960.0, 3971.0, 3948.0, 3969.0, 3961.0, 3970.0, 3959.0, 3970.0, 3960.0, 3969.0, 3970.0, 3970.0, 3961.0, 3970.0, 3972.0, 3981.0, 3971.0, 3981.0, 3961.0, 3970.0, 3972.0, 3981.0, 3972.0, 3979.0, 3971.0, 3969.0, 3960.0, 3969.0, 3960.0, 3969.0, 3959.0, 3948.0, 3948.0, 3927.0, 3949.0, 3970.0, 3981.0, 3960.0, 3981.0, 3971.0, 3960.0, 3970.0, 3938.0, 3970.0, 3972.0, 3980.0, 3970.0, 3981.0, 3961.0, 3980.0, 3959.0, 3969.0, 3959.0, 3967.0, 3948.0, 3956.0, 3936.0, 3957.0, 3959.0, 3959.0, 3968.0, 3938.0, 3968.0, 3949.0, 3979.0, 3971.0, 3981.0, 3972.0, 3981.0, 3971.0, 3982.0, 3983.0, 3981.0, 3940.0, 3980.0, 3960.0, 3950.0, 3981.0, 3972.0, 3979.0, 3970.0, 3950.0, 3960.0, 3960.0, 3971.0, 3959.0, 3971.0, 3938.0, 3958.0, 3948.0, 3968.0, 3958.0, 3970.0, 3959.0, 3968.0, 3960.0, 3959.0, 3959.0, 3958.0, 3949.0, 3968.0, 3948.0, 3957.0, 3938.0, 3968.0, 3969.0, 3979.0, 3968.0, 3958.0, 3956.0, 3957.0, 3958.0, 3967.0, 3946.0, 3957.0, 3946.0, 3935.0, 3938.0, 3946.0, 3968.0, 3948.0, 3968.0, 3959.0, 3978.0, 3969.0, 3960.0, 3968.0, 3960.0, 3979.0, 3969.0, 3969.0, 3970.0, 3969.0, 3949.0, 3968.0, 3959.0, 3969.0, 3960.0, 3969.0, 3959.0, 3958.0, 3949.0, 3969.0, 3959.0, 3969.0, 3969.0, 3968.0, 3959.0, 3968.0, 3959.0, 3970.0, 3960.0, 3969.0, 3950.0, 3968.0, 3972.0, 3993.0, 3963.0, 3962.0, 3996.0, 3985.0, 3995.0, 3984.0, 3974.0, 3994.0, 3975.0, 3984.0, 3984.0, 3985.0, 3973.0, 3983.0, 3973.0, 3972.0, 3973.0, 3982.0, 3984.0, 3982.0, 3972.0, 3982.0, 3973.0, 3971.0, 3984.0, 3981.0, 3973.0, 3993.0, 3973.0, 3982.0, 3973.0, 3993.0, 3972.0, 3962.0, 3983.0, 3962.0, 3983.0, 3961.0, 3983.0, 3961.0, 3970.0, 3971.0, 3981.0, 3972.0, 3981.0, 3971.0, 3980.0, 3960.0, 3979.0, 3959.0, 3968.0, 3959.0, 3968.0, 3946.0, 3947.0, 3947.0, 3957.0, 3969.0, 3947.0, 3968.0, 3937.0, 3969.0, 3948.0, 3968.0, 3958.0, 3979.0, 3948.0, 3969.0, 3948.0, 3957.0, 3947.0, 3968.0, 3946.0, 3957.0, 3938.0, 3968.0, 3927.0, 3969.0, 3979.0, 3979.0, 3970.0, 3981.0, 3971.0, 3960.0, 3983.0, 3960.0, 3982.0, 3972.0, 3981.0, 3973.0, 3980.0, 3973.0, 3982.0, 3972.0, 3981.0, 3972.0, 3991.0, 3960.0, 3980.0, 3969.0, 3979.0, 3970.0, 3969.0, 3960.0, 3979.0, 3960.0, 3979.0, 3970.0, 3980.0, 3961.0, 3980.0, 3970.0, 3981.0, 3982.0, 3980.0, 3971.0, 3981.0, 3970.0, 3980.0, 3972.0, 3981.0, 3971.0, 3980.0, 3960.0, 3979.0, 3970.0, 3989.0, 3972.0, 3970.0, 3971.0, 3960.0, 3980.0, 3970.0, 3982.0, 3960.0, 3970.0, 3950.0, 3971.0, 3962.0, 3993.0, 3971.0, 3980.0, 3959.0, 3968.0, 3946.0, 3969.0, 3946.0, 3967.0, 3958.0, 3968.0, 3958.0, 3967.0, 3958.0, 3968.0, 3958.0, 3956.0, 3945.0, 3956.0, 3945.0, 3965.0, 3967.0, 3967.0, 3947.0, 3965.0, 3958.0, 3978.0, 3968.0, 3967.0, 3957.0, 3967.0, 3957.0, 3979.0, 3968.0, 3947.0, 3956.0, 3936.0, 3967.0, 3959.0, 3968.0, 3968.0, 3966.0, 3958.0, 3967.0, 3959.0, 3978.0, 3969.0, 3979.0, 3958.0, 3968.0, 3959.0, 3979.0, 3969.0, 3967.0, 3958.0, 3979.0, 3970.0, 3980.0, 3970.0, 3948.0, 3970.0, 3970.0, 3982.0, 3959.0, 3982.0, 3960.0, 3980.0, 3970.0, 3980.0, 3972.0, 3979.0, 3959.0, 3958.0, 3959.0, 3969.0, 3970.0, 3939.0, 3959.0, 3949.0, 3970.0, 3969.0, 3967.0, 3970.0, 3969.0, 3960.0, 3968.0, 3970.0, 3980.0, 3970.0, 3981.0, 3982.0, 3960.0, 3981.0, 3959.0, 3969.0, 3948.0, 3955.0, 3958.0, 3946.0, 3938.0, 3957.0, 3937.0, 3968.0, 3980.0, 3970.0, 3992.0, 3981.0, 3980.0, 3969.0, 3961.0, 3968.0, 3959.0, 3979.0, 3949.0, 3980.0, 3960.0, 3970.0, 3968.0, 3939.0, 3938.0, 3938.0, 3969.0, 3958.0, 3979.0, 3971.0, 3960.0, 3980.0, 3960.0, 3968.0, 3959.0, 3969.0, 3971.0, 3979.0, 3957.0, 3968.0, 3948.0, 3966.0, 3948.0, 3978.0, 3958.0, 3956.0, 3935.0, 3945.0, 3946.0, 3945.0, 3969.0, 3947.0, 3968.0, 3947.0, 3958.0, 3957.0, 3968.0, 3970.0, 3980.0, 3970.0, 3968.0, 3959.0, 3969.0, 3961.0, 3968.0, 3968.0, 3948.0, 3969.0, 3947.0, 3970.0, 3946.0, 3969.0, 3948.0, 3969.0, 3949.0, 3967.0, 3970.0, 3980.0, 3969.0, 3959.0, 3959.0, 3948.0, 3980.0, 3959.0, 3980.0, 3959.0, 3968.0, 3958.0, 3967.0, 3959.0, 3968.0, 3959.0, 3968.0, 3948.0, 3957.0, 3958.0, 3956.0, 3968.0, 3946.0, 3967.0, 3946.0, 3956.0, 3946.0, 3968.0, 3959.0, 3968.0, 3958.0, 3948.0, 3958.0, 3947.0, 3970.0, 3948.0, 3969.0, 3959.0, 3968.0, 3958.0, 3967.0, 3958.0, 3979.0, 3958.0, 3958.0, 3938.0, 3956.0, 3969.0, 3958.0, 3969.0, 3947.0, 3969.0, 3958.0, 3967.0, 3958.0, 3967.0, 3969.0, 3977.0, 3958.0, 3949.0, 3969.0, 3960.0, 3969.0, 3970.0, 3979.0, 3959.0, 3958.0, 3968.0, 3959.0, 3980.0, 3948.0, 3968.0, 3938.0, 3966.0, 3937.0, 3968.0, 3947.0, 3968.0, 3958.0, 3968.0, 3959.0, 3969.0, 3971.0, 3980.0, 3969.0, 3968.0, 3960.0, 3969.0, 3959.0, 3969.0, 3970.0, 3948.0, 3970.0, 3958.0, 3981.0, 3960.0, 3979.0, 3960.0, 3969.0, 3959.0, 3968.0, 3970.0, 3978.0, 3967.0, 3968.0, 3947.0, 3968.0, 3970.0, 3959.0, 3980.0, 3948.0, 3969.0, 3948.0, 3969.0, 3959.0, 3968.0, 3970.0, 3978.0, 3959.0, 3968.0, 3948.0, 3979.0, 3959.0, 3958.0, 3958.0, 3937.0, 3967.0, 3948.0, 3969.0, 3970.0, 3979.0, 3968.0, 3968.0, 3948.0, 3969.0, 3959.0, 3959.0, 3958.0, 3958.0, 3970.0, 3948.0, 3968.0, 3948.0, 3968.0, 3960.0, 3980.0, 3971.0, 3980.0, 3970.0, 3970.0, 3959.0, 3969.0, 3970.0, 3970.0, 3971.0, 3949.0, 3969.0, 3949.0, 3969.0, 3958.0, 3970.0, 3947.0, 3958.0, 3937.0, 3967.0, 3937.0, 3969.0, 3959.0, 3968.0, 3959.0, 3968.0, 3961.0, 3970.0, 3971.0, 3969.0, 3970.0, 3948.0, 3979.0, 3971.0, 3982.0, 3971.0, 3948.0, 3970.0, 3950.0, 3982.0, 3959.0, 3981.0, 3959.0, 3969.0, 3959.0, 3969.0, 3959.0, 3969.0, 3970.0, 3970.0, 3961.0, 3969.0, 3960.0, 3969.0, 3958.0, 3979.0, 3959.0, 3969.0, 3948.0, 3967.0, 3959.0, 3968.0, 3959.0, 3947.0, 3948.0, 3957.0, 3968.0, 3958.0, 3968.0, 3947.0, 3968.0, 3937.0, 3969.0, 3946.0, 3969.0, 3946.0, 3968.0, 3936.0, 3968.0, 3935.0, 3968.0], 'WindowWidth': [8880.0, 8884.0, 8840.0, 8872.0, 8831.0, 8848.0, 8801.0, 8839.0, 8809.0, 8842.0, 8829.0, 8844.0, 8844.0, 8838.0, 8827.0, 8839.0, 8828.0, 8842.0, 8814.0, 8839.0, 8831.0, 8859.0, 8847.0, 8841.0, 8853.0, 8859.0, 8833.0, 8858.0, 8846.0, 8839.0, 8829.0, 8823.0, 8846.0, 8841.0, 8842.0, 8824.0, 8828.0, 8821.0, 8845.0, 8839.0, 8846.0, 8808.0, 8825.0, 8792.0, 8824.0, 8822.0, 8841.0, 8811.0, 8842.0, 8812.0, 8845.0, 8822.0, 8864.0, 8827.0, 8845.0, 8813.0, 8838.0, 8809.0, 8843.0, 8810.0, 8840.0, 8811.0, 8838.0, 8795.0, 8840.0, 8808.0, 8837.0, 8824.0, 8839.0, 8813.0, 8841.0, 8829.0, 8840.0, 8842.0, 8838.0, 8825.0, 8838.0, 8830.0, 8840.0, 8827.0, 8811.0, 8827.0, 8808.0, 8843.0, 8821.0, 8842.0, 8809.0, 8838.0, 8808.0, 8838.0, 8826.0, 8836.0, 8826.0, 8839.0, 8854.0, 8861.0, 8830.0, 8845.0, 8848.0, 8831.0, 8844.0, 8819.0, 8862.0, 8855.0, 8864.0, 8847.0, 8828.0, 8864.0, 8832.0, 8871.0, 8832.0, 8862.0, 8828.0, 8844.0, 8826.0, 8844.0, 8845.0, 8857.0, 8846.0, 8845.0, 8836.0, 8864.0, 8853.0, 8861.0, 8851.0, 8845.0, 8850.0, 8859.0, 8866.0, 8832.0, 8870.0, 8832.0, 8863.0, 8831.0, 8863.0, 8835.0, 8859.0, 8843.0, 8842.0, 8848.0, 8862.0, 8846.0, 8842.0, 8827.0, 8824.0, 8842.0, 8836.0, 8842.0, 8792.0, 8823.0, 8793.0, 8837.0, 8805.0, 8837.0, 8804.0, 8836.0, 8793.0, 8817.0, 8825.0, 8837.0, 8825.0, 8836.0, 8805.0, 8817.0, 8806.0, 8834.0, 8821.0, 8819.0, 8808.0, 8804.0, 8820.0, 8820.0, 8839.0, 8817.0, 8836.0, 8793.0, 8837.0, 8794.0, 8842.0, 8812.0, 8840.0, 8839.0, 8841.0, 8825.0, 8839.0, 8826.0, 8839.0, 8844.0, 8842.0, 8828.0, 8840.0, 8843.0, 8859.0, 8848.0, 8844.0, 8832.0, 8858.0, 8848.0, 8843.0, 8846.0, 8810.0, 8843.0, 8812.0, 8845.0, 8810.0, 8846.0, 8814.0, 8840.0, 8811.0, 8840.0, 8827.0, 8840.0, 8841.0, 8839.0, 8826.0, 8839.0, 8827.0, 8841.0, 8845.0, 8826.0, 8842.0, 8814.0, 8848.0, 8830.0, 8865.0, 8829.0, 8859.0, 8828.0, 8865.0, 8829.0, 8845.0, 8848.0, 8866.0, 8870.0, 8911.0, 8838.0, 8847.0, 8811.0, 8824.0, 8801.0, 8796.0, 8840.0, 8830.0, 8843.0, 8829.0, 8830.0, 8867.0, 8828.0, 8845.0, 8815.0, 8841.0, 8812.0, 8844.0, 8809.0, 8839.0, 8807.0, 8820.0, 8792.0, 8820.0, 8791.0, 8836.0, 8808.0, 8839.0, 8825.0, 8837.0, 8826.0, 8854.0, 8826.0, 8837.0, 8825.0, 8812.0, 8842.0, 8827.0, 8865.0, 8828.0, 8860.0, 8820.0, 8861.0, 8830.0, 8866.0, 8850.0, 8865.0, 8848.0, 8858.0, 8845.0, 8857.0, 8845.0, 8859.0, 8845.0, 8841.0, 8830.0, 8844.0, 8862.0, 8828.0, 8844.0, 8805.0, 8845.0, 8840.0, 8845.0, 8821.0, 8813.0, 8839.0, 8842.0, 8824.0, 8841.0, 8808.0, 8839.0, 8809.0, 8841.0, 8809.0, 8836.0, 8822.0, 8834.0, 8819.0, 8832.0, 8806.0, 8830.0, 8805.0, 8816.0, 8806.0, 8817.0, 8794.0, 8835.0, 8825.0, 8837.0, 8822.0, 8832.0, 8825.0, 8837.0, 8841.0, 8837.0, 8841.0, 8833.0, 8827.0, 8837.0, 8841.0, 8855.0, 8827.0, 8836.0, 8824.0, 8853.0, 8824.0, 8838.0, 8827.0, 8834.0, 8823.0, 8838.0, 8829.0, 8857.0, 8843.0, 8840.0, 8827.0, 8837.0, 8844.0, 8855.0, 8845.0, 8842.0, 8845.0, 8858.0, 8846.0, 8840.0, 8842.0, 8854.0, 8842.0, 8840.0, 8845.0, 8853.0, 8840.0, 8839.0, 8827.0, 8840.0, 8845.0, 8855.0, 8841.0, 8821.0, 8828.0, 8835.0, 8843.0, 8837.0, 8844.0, 8810.0, 8845.0, 8809.0, 8841.0, 8823.0, 8842.0, 8811.0, 8838.0, 8808.0, 8836.0, 8825.0, 8840.0, 8842.0, 8841.0, 8816.0, 8824.0, 8844.0, 8841.0, 8867.0, 8831.0, 8846.0, 8834.0, 8860.0, 8846.0, 8861.0, 8851.0, 8861.0, 8828.0, 8813.0, 8828.0, 8841.0, 8828.0, 8842.0, 8826.0, 8819.0, 8795.0, 8835.0, 8826.0, 8839.0, 8824.0, 8794.0, 8825.0, 8796.0, 8845.0, 8829.0, 8857.0, 8845.0, 8842.0, 8846.0, 8842.0, 8850.0, 8861.0, 8847.0, 8860.0, 8831.0, 8841.0, 8830.0, 8856.0, 8827.0, 8808.0, 8838.0, 8818.0, 8838.0, 8833.0, 8820.0, 8835.0, 8807.0, 8833.0, 8822.0, 8835.0, 8826.0, 8838.0, 8826.0, 8835.0, 8825.0, 8839.0, 8843.0, 8839.0, 8843.0, 8839.0, 8825.0, 8838.0, 8841.0, 8840.0, 8843.0, 8811.0, 8839.0, 8808.0, 8841.0, 8804.0, 8840.0, 8803.0, 8821.0, 8788.0, 8838.0, 8836.0, 8836.0, 8808.0, 8824.0, 8821.0, 8842.0, 8838.0, 8840.0, 8807.0, 8841.0, 8795.0, 8839.0, 8808.0, 8843.0, 8840.0, 8861.0, 8827.0, 8840.0, 8828.0, 8855.0, 8827.0, 8837.0, 8827.0, 8837.0, 8826.0, 8841.0, 8848.0, 8839.0, 8841.0, 8835.0, 8823.0, 8838.0, 8826.0, 8842.0, 8830.0, 8856.0, 8831.0, 8836.0, 8825.0, 8841.0, 8843.0, 8841.0, 8827.0, 8821.0, 8817.0, 8839.0, 8841.0, 8839.0, 8844.0, 8831.0, 8861.0, 8849.0, 8858.0, 8830.0, 8837.0, 8827.0, 8841.0, 8827.0, 8833.0, 8814.0, 8826.0, 8813.0, 8838.0, 8828.0, 8830.0, 8811.0, 8816.0, 8843.0, 8846.0, 8860.0, 8852.0, 8846.0, 8861.0, 8832.0, 8858.0, 8825.0, 8858.0, 8839.0, 8838.0, 8808.0, 8809.0, 8822.0, 8825.0, 8839.0, 8823.0, 8856.0, 8828.0, 8840.0, 8832.0, 8857.0, 8847.0, 8860.0, 8849.0, 8844.0, 8832.0, 8859.0, 8848.0, 8844.0, 8845.0, 8811.0, 8840.0, 8835.0, 8843.0, 8859.0, 8843.0, 8840.0, 8827.0, 8837.0, 8829.0, 8842.0, 8843.0, 8853.0, 8842.0, 8839.0, 8848.0, 8863.0, 8849.0, 8858.0, 8845.0, 8841.0, 8842.0, 8857.0, 8833.0, 8809.0, 8841.0, 8828.0, 8838.0, 8828.0, 8860.0, 8863.0, 8861.0, 8844.0, 8825.0, 8826.0, 8823.0, 8848.0, 8824.0, 8841.0, 8809.0, 8823.0, 8795.0, 8836.0, 8809.0, 8838.0, 8821.0, 8818.0, 8807.0, 8815.0, 8805.0, 8816.0, 8818.0, 8831.0, 8821.0, 8832.0, 8806.0, 8836.0, 8827.0, 8840.0, 8828.0, 8839.0, 8827.0, 8852.0, 8844.0, 8855.0, 8843.0, 8842.0, 8842.0, 8840.0, 8850.0, 8843.0, 8840.0, 8859.0, 8843.0, 8842.0, 8847.0, 8857.0, 8848.0, 8856.0, 8833.0, 8830.0, 8847.0, 8842.0, 8865.0, 8840.0, 8840.0, 8809.0, 8839.0, 8808.0, 8844.0, 8839.0, 8845.0, 8812.0, 8839.0, 8799.0, 8843.0, 8813.0, 8838.0, 8842.0, 8856.0, 8846.0, 8844.0, 8846.0, 8821.0, 8848.0, 8831.0, 8866.0, 8827.0, 8841.0, 8813.0, 8839.0, 8809.0, 8842.0, 8811.0, 8846.0, 8812.0, 8839.0, 8799.0, 8838.0, 8829.0, 8844.0, 8845.0, 8859.0, 8832.0, 8839.0, 8815.0, 8842.0, 8845.0, 8841.0, 8826.0, 8793.0, 8809.0, 8836.0, 8842.0, 8839.0, 8827.0, 8823.0, 8813.0, 8841.0, 8845.0, 8843.0, 8846.0, 8814.0, 8846.0, 8843.0, 8848.0, 8825.0, 8842.0, 8795.0, 8840.0, 8806.0, 8843.0, 8810.0, 8841.0, 8814.0, 8838.0, 8827.0, 8841.0, 8840.0, 8856.0, 8845.0, 8856.0, 8844.0, 8859.0, 8847.0, 8857.0, 8842.0, 8822.0, 8826.0, 8837.0, 8828.0, 8838.0, 8822.0, 8816.0, 8777.0, 8832.0, 8806.0, 8831.0, 8818.0, 8814.0, 8804.0, 8816.0, 8822.0, 8833.0, 8823.0, 8834.0, 8808.0, 8821.0, 8829.0, 8840.0, 8846.0, 8856.0, 8843.0, 8836.0, 8831.0, 8865.0, 8855.0, 8827.0, 8793.0, 8816.0, 8846.0, 8846.0, 8859.0, 8845.0, 8861.0, 8848.0, 8845.0, 8846.0, 8817.0, 8845.0, 8824.0, 8844.0, 8839.0, 8808.0, 8815.0, 8790.0, 8816.0, 8790.0, 8812.0, 8806.0, 8817.0, 8818.0, 8832.0, 8791.0, 8817.0, 8807.0, 8833.0, 8823.0, 8832.0, 8822.0, 8817.0, 8808.0, 8817.0, 8824.0, 8834.0, 8822.0, 8819.0, 8822.0, 8815.0, 8822.0, 8834.0, 8826.0, 8851.0, 8810.0, 8837.0, 8831.0, 8803.0, 8858.0, 8849.0, 8889.0, 8848.0, 8815.0, 8829.0, 8803.0, 8867.0, 8866.0, 8871.0, 8851.0, 8848.0, 8833.0, 8844.0, 8812.0, 8843.0, 8809.0, 8846.0, 8813.0, 8812.0, 8795.0, 8842.0, 8810.0, 8846.0, 8828.0, 8842.0, 8828.0, 8836.0, 8830.0, 8842.0, 8842.0, 8837.0, 8825.0, 8836.0, 8826.0, 8840.0, 8825.0, 8837.0, 8830.0, 8838.0, 8828.0, 8839.0, 8810.0, 8859.0, 8827.0, 8862.0, 8817.0, 8845.0, 8813.0, 8861.0, 8824.0, 8844.0, 8811.0, 8841.0, 8811.0, 8842.0, 8823.0, 8860.0, 8810.0, 8824.0, 8818.0, 8824.0, 8837.0, 8822.0, 8834.0, 8806.0, 8834.0, 8807.0, 8839.0, 8826.0, 8853.0, 8839.0, 8836.0, 8810.0, 8831.0, 8827.0, 8839.0, 8825.0, 8819.0, 8808.0, 8822.0, 8827.0, 8838.0, 8827.0, 8823.0, 8829.0, 8825.0, 8842.0, 8840.0, 8843.0, 8840.0, 8841.0, 8824.0, 8825.0, 8838.0, 8865.0, 8843.0, 8858.0, 8811.0, 8842.0, 8808.0, 8840.0, 8812.0, 8842.0, 8842.0, 8860.0, 8852.0, 8842.0, 8816.0, 8859.0, 8830.0, 8827.0, 8845.0, 8817.0, 8859.0, 8848.0, 8846.0, 8864.0, 8834.0, 8871.0, 8836.0, 8864.0, 8849.0, 8844.0, 8849.0, 8863.0, 8830.0, 8849.0, 8811.0, 8840.0, 8831.0, 8841.0, 8827.0, 8844.0, 8830.0, 8841.0, 8844.0, 8845.0, 8832.0, 8843.0, 8848.0, 8862.0, 8847.0, 8859.0, 8833.0, 8843.0, 8849.0, 8862.0, 8848.0, 8855.0, 8845.0, 8839.0, 8830.0, 8841.0, 8831.0, 8842.0, 8825.0, 8808.0, 8810.0, 8779.0, 8816.0, 8842.0, 8860.0, 8831.0, 8864.0, 8846.0, 8830.0, 8843.0, 8799.0, 8845.0, 8848.0, 8859.0, 8845.0, 8861.0, 8832.0, 8856.0, 8826.0, 8843.0, 8827.0, 8835.0, 8808.0, 8818.0, 8793.0, 8821.0, 8826.0, 8825.0, 8839.0, 8798.0, 8839.0, 8814.0, 8856.0, 8848.0, 8860.0, 8850.0, 8862.0, 8846.0, 8863.0, 8867.0, 8860.0, 8803.0, 8856.0, 8831.0, 8816.0, 8860.0, 8848.0, 8856.0, 8843.0, 8816.0, 8830.0, 8829.0, 8848.0, 8827.0, 8847.0, 8797.0, 8824.0, 8810.0, 8839.0, 8824.0, 8847.0, 8828.0, 8840.0, 8830.0, 8826.0, 8827.0, 8823.0, 8812.0, 8837.0, 8808.0, 8821.0, 8797.0, 8835.0, 8841.0, 8856.0, 8840.0, 8823.0, 8820.0, 8821.0, 8822.0, 8833.0, 8806.0, 8818.0, 8804.0, 8788.0, 8797.0, 8803.0, 8839.0, 8811.0, 8838.0, 8828.0, 8854.0, 8840.0, 8831.0, 8839.0, 8831.0, 8854.0, 8843.0, 8843.0, 8844.0, 8841.0, 8815.0, 8838.0, 8826.0, 8839.0, 8829.0, 8841.0, 8827.0, 8824.0, 8815.0, 8840.0, 8828.0, 8841.0, 8841.0, 8838.0, 8827.0, 8837.0, 8828.0, 8843.0, 8829.0, 8838.0, 8817.0, 8840.0, 8850.0, 8883.0, 8841.0, 8838.0, 8892.0, 8876.0, 8889.0, 8873.0, 8856.0, 8886.0, 8860.0, 8869.0, 8870.0, 8874.0, 8853.0, 8866.0, 8854.0, 8849.0, 8854.0, 8865.0, 8870.0, 8863.0, 8852.0, 8865.0, 8853.0, 8847.0, 8870.0, 8863.0, 8855.0, 8880.0, 8853.0, 8863.0, 8853.0, 8880.0, 8851.0, 8835.0, 8867.0, 8836.0, 8867.0, 8834.0, 8868.0, 8832.0, 8846.0, 8849.0, 8863.0, 8851.0, 8861.0, 8849.0, 8858.0, 8829.0, 8853.0, 8826.0, 8839.0, 8828.0, 8838.0, 8805.0, 8807.0, 8809.0, 8820.0, 8841.0, 8807.0, 8838.0, 8794.0, 8839.0, 8811.0, 8841.0, 8824.0, 8858.0, 8809.0, 8840.0, 8809.0, 8822.0, 8807.0, 8840.0, 8804.0, 8821.0, 8799.0, 8839.0, 8781.0, 8843.0, 8859.0, 8855.0, 8846.0, 8861.0, 8847.0, 8830.0, 8868.0, 8832.0, 8866.0, 8851.0, 8862.0, 8853.0, 8860.0, 8853.0, 8863.0, 8851.0, 8859.0, 8848.0, 8876.0, 8830.0, 8857.0, 8842.0, 8854.0, 8842.0, 8841.0, 8830.0, 8857.0, 8832.0, 8855.0, 8845.0, 8859.0, 8835.0, 8859.0, 8846.0, 8863.0, 8866.0, 8860.0, 8849.0, 8862.0, 8846.0, 8859.0, 8851.0, 8863.0, 8848.0, 8860.0, 8832.0, 8859.0, 8847.0, 8873.0, 8851.0, 8846.0, 8847.0, 8831.0, 8861.0, 8845.0, 8868.0, 8831.0, 8847.0, 8818.0, 8849.0, 8839.0, 8883.0, 8850.0, 8858.0, 8829.0, 8840.0, 8807.0, 8842.0, 8807.0, 8838.0, 8825.0, 8837.0, 8825.0, 8839.0, 8824.0, 8838.0, 8823.0, 8820.0, 8803.0, 8819.0, 8801.0, 8831.0, 8835.0, 8834.0, 8809.0, 8831.0, 8825.0, 8854.0, 8838.0, 8837.0, 8822.0, 8836.0, 8825.0, 8855.0, 8840.0, 8807.0, 8820.0, 8792.0, 8840.0, 8827.0, 8841.0, 8839.0, 8832.0, 8823.0, 8835.0, 8827.0, 8854.0, 8841.0, 8856.0, 8825.0, 8837.0, 8829.0, 8858.0, 8841.0, 8838.0, 8826.0, 8857.0, 8846.0, 8858.0, 8844.0, 8812.0, 8844.0, 8845.0, 8866.0, 8828.0, 8865.0, 8831.0, 8858.0, 8846.0, 8860.0, 8849.0, 8856.0, 8829.0, 8824.0, 8828.0, 8842.0, 8845.0, 8801.0, 8830.0, 8816.0, 8845.0, 8844.0, 8837.0, 8845.0, 8841.0, 8831.0, 8838.0, 8847.0, 8859.0, 8847.0, 8863.0, 8870.0, 8832.0, 8864.0, 8830.0, 8841.0, 8811.0, 8818.0, 8823.0, 8804.0, 8797.0, 8822.0, 8797.0, 8839.0, 8858.0, 8846.0, 8880.0, 8860.0, 8858.0, 8844.0, 8833.0, 8841.0, 8829.0, 8856.0, 8815.0, 8858.0, 8832.0, 8842.0, 8838.0, 8800.0, 8797.0, 8797.0, 8840.0, 8826.0, 8856.0, 8848.0, 8831.0, 8857.0, 8831.0, 8840.0, 8828.0, 8841.0, 8845.0, 8858.0, 8824.0, 8839.0, 8809.0, 8832.0, 8809.0, 8851.0, 8822.0, 8818.0, 8789.0, 8801.0, 8806.0, 8802.0, 8841.0, 8805.0, 8836.0, 8807.0, 8823.0, 8823.0, 8839.0, 8846.0, 8859.0, 8846.0, 8839.0, 8827.0, 8842.0, 8833.0, 8840.0, 8840.0, 8811.0, 8842.0, 8807.0, 8844.0, 8805.0, 8843.0, 8810.0, 8843.0, 8815.0, 8835.0, 8844.0, 8859.0, 8841.0, 8827.0, 8829.0, 8811.0, 8859.0, 8825.0, 8859.0, 8828.0, 8838.0, 8824.0, 8835.0, 8827.0, 8838.0, 8826.0, 8837.0, 8811.0, 8819.0, 8824.0, 8817.0, 8841.0, 8804.0, 8835.0, 8806.0, 8819.0, 8807.0, 8838.0, 8827.0, 8838.0, 8824.0, 8809.0, 8824.0, 8809.0, 8846.0, 8812.0, 8840.0, 8827.0, 8838.0, 8825.0, 8836.0, 8825.0, 8854.0, 8824.0, 8822.0, 8796.0, 8819.0, 8842.0, 8824.0, 8842.0, 8809.0, 8841.0, 8825.0, 8835.0, 8824.0, 8836.0, 8841.0, 8849.0, 8825.0, 8813.0, 8844.0, 8830.0, 8842.0, 8844.0, 8856.0, 8828.0, 8824.0, 8840.0, 8825.0, 8860.0, 8809.0, 8839.0, 8798.0, 8834.0, 8793.0, 8839.0, 8808.0, 8838.0, 8824.0, 8836.0, 8828.0, 8841.0, 8846.0, 8858.0, 8843.0, 8839.0, 8829.0, 8841.0, 8829.0, 8841.0, 8846.0, 8813.0, 8846.0, 8825.0, 8862.0, 8831.0, 8859.0, 8830.0, 8841.0, 8828.0, 8839.0, 8844.0, 8854.0, 8836.0, 8837.0, 8810.0, 8837.0, 8845.0, 8826.0, 8859.0, 8810.0, 8841.0, 8812.0, 8841.0, 8827.0, 8839.0, 8843.0, 8852.0, 8828.0, 8839.0, 8812.0, 8854.0, 8827.0, 8823.0, 8824.0, 8795.0, 8837.0, 8811.0, 8842.0, 8845.0, 8856.0, 8839.0, 8837.0, 8812.0, 8842.0, 8831.0, 8825.0, 8826.0, 8823.0, 8845.0, 8810.0, 8838.0, 8812.0, 8839.0, 8829.0, 8858.0, 8846.0, 8860.0, 8846.0, 8843.0, 8829.0, 8842.0, 8845.0, 8845.0, 8847.0, 8815.0, 8844.0, 8812.0, 8843.0, 8824.0, 8844.0, 8809.0, 8824.0, 8794.0, 8836.0, 8795.0, 8842.0, 8827.0, 8839.0, 8826.0, 8839.0, 8832.0, 8846.0, 8848.0, 8842.0, 8844.0, 8812.0, 8856.0, 8848.0, 8865.0, 8848.0, 8814.0, 8844.0, 8816.0, 8864.0, 8828.0, 8860.0, 8828.0, 8841.0, 8826.0, 8842.0, 8827.0, 8840.0, 8843.0, 8843.0, 8832.0, 8839.0, 8830.0, 8841.0, 8827.0, 8854.0, 8826.0, 8839.0, 8810.0, 8835.0, 8825.0, 8838.0, 8825.0, 8809.0, 8811.0, 8821.0, 8838.0, 8822.0, 8840.0, 8808.0, 8839.0, 8793.0, 8840.0, 8805.0, 8843.0, 8805.0, 8837.0, 8792.0, 8837.0, 8788.0, 8839.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.00031907203907203906</td></tr>
<tr><td colspan=3>aqi</td><td>0.023959364835164837</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.67101510397069</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2090279132437383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9899594298656063</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7478.9678</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08879534022490675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.258852258852259</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54620168256417</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.423871487664946</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897581749098086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317151810929478</td></tr>
<tr><td colspan=3>gcor</td><td>0.00389604</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02016584575176239</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023770641535520554</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.868100473344975</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>57.2758</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.2085</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.2439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308978.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.2056</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5126</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.6734</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3191.6037</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.3387</td></tr>
<tr><td colspan=3>tsnr</td><td>41.504829734331</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>