<?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-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_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-0129/ses-02/func/sub-0129_ses-02_task-alignvideo_acq-mb8_run-02_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>3876d3d7ad2a307a5164489196f3bb39</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>11:01:8.960000</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.998996, 0.0236396, -0.0380621, -0.0219726, 0.998806, 0.0436343]</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.259</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-02_task-alignvideo_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.115166</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7738, -7238, 110, -123, -1, 48, 117]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ea484ea-cf72-482a-8c14-2e3d17ecbd4c||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.680232524871826, -0.05895082280039787, -0.10542987287044525, 115.6444091796875], [-0.06342318654060364, 2.6797232627868652, 0.11543627083301544, -89.45616149902344], [-0.10211770981550217, -0.11706767976284027, 2.695470094680786, -60.06181716918945], [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, 1859]</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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'AcquisitionTime': ['110108.960000', '110109.420000', '110109.880000', '110110.340000', '110110.800000', '110111.260000', '110111.720000', '110112.180000', '110112.640000', '110113.100000', '110113.560000', '110114.020000', '110114.480000', '110114.940000', '110115.400000', '110115.860000', '110116.320000', '110116.780000', '110117.240000', '110117.700000', '110118.160000', '110118.620000', '110119.080000', '110119.540000', '110120.000000', '110120.460000', '110120.920000', '110121.380000', '110121.840000', '110122.300000', '110122.760000', '110123.220000', '110123.680000', '110124.140000', '110124.600000', '110125.060000', '110125.520000', '110125.980000', '110126.440000', '110126.900000', '110127.360000', '110127.820000', '110128.280000', '110128.740000', '110129.200000', '110129.660000', '110130.120000', '110130.580000', '110131.040000', '110131.500000', '110131.960000', '110132.420000', '110132.880000', '110133.340000', '110133.800000', '110134.260000', '110134.720000', '110135.180000', '110135.640000', '110136.100000', '110136.560000', '110137.020000', '110137.480000', '110137.940000', '110138.400000', '110138.860000', '110139.320000', '110139.780000', '110140.240000', '110140.700000', '110141.160000', '110141.620000', '110142.080000', '110142.540000', '110143.000000', '110143.460000', '110143.920000', '110144.380000', '110144.840000', '110145.300000', '110145.760000', '110146.220000', '110146.680000', '110147.140000', '110147.600000', '110148.060000', '110148.520000', '110148.980000', '110149.440000', '110149.900000', '110150.360000', '110150.820000', '110151.280000', '110151.740000', '110152.200000', '110152.660000', '110153.120000', '110153.580000', '110154.040000', '110154.500000', '110154.960000', '110155.420000', '110155.880000', '110156.340000', '110156.800000', '110157.260000', '110157.720000', '110158.180000', '110158.640000', '110159.100000', '110159.560000', '110200.020000', '110200.480000', '110200.940000', '110201.400000', '110201.860000', '110202.320000', '110202.780000', '110203.240000', '110203.700000', '110204.160000', '110204.620000', '110205.080000', '110205.540000', '110206.000000', '110206.460000', '110206.920000', '110207.380000', '110207.840000', '110208.300000', '110208.760000', '110209.220000', '110209.680000', '110210.140000', '110210.600000', '110211.060000', '110211.520000', '110211.980000', '110212.440000', '110212.900000', '110213.360000', '110213.820000', '110214.280000', '110214.740000', '110215.200000', '110215.660000', '110216.120000', '110216.580000', '110217.040000', '110217.500000', '110217.960000', '110218.420000', '110218.880000', '110219.340000', '110219.800000', '110220.260000', '110220.720000', '110221.180000', '110221.640000', '110222.100000', '110222.560000', '110223.020000', '110223.480000', '110223.940000', '110224.400000', '110224.860000', '110225.320000', '110225.780000', '110226.240000', '110226.700000', '110227.160000', '110227.620000', '110228.080000', '110228.540000', '110229.000000', '110229.460000', '110229.920000', '110230.380000', '110230.840000', '110231.300000', '110231.760000', '110232.220000', '110232.680000', '110233.140000', '110233.600000', '110234.060000', '110234.520000', '110234.980000', '110235.440000', '110235.900000', '110236.360000', '110236.820000', '110237.280000', '110237.740000', '110238.200000', '110238.660000', '110239.120000', '110239.580000', '110240.040000', '110240.500000', '110240.960000', '110241.420000', '110241.880000', '110242.340000', '110242.800000', '110243.260000', '110243.720000', '110244.180000', '110244.640000', '110245.100000', '110245.560000', '110246.020000', '110246.480000', '110246.940000', '110247.400000', '110247.860000', '110248.320000', '110248.780000', '110249.240000', '110249.700000', '110250.160000', '110250.620000', '110251.080000', '110251.540000', '110252.000000', '110252.460000', '110252.920000', '110253.380000', '110253.840000', '110254.300000', '110254.760000', '110255.220000', '110255.680000', '110256.140000', '110256.600000', '110257.060000', '110257.520000', '110257.980000', '110258.440000', '110258.900000', '110259.360000', '110259.820000', '110300.280000', '110300.740000', '110301.200000', '110301.660000', '110302.120000', '110302.580000', '110303.040000', '110303.500000', '110303.960000', '110304.420000', '110304.880000', '110305.340000', '110305.800000', '110306.260000', '110306.720000', '110307.180000', '110307.640000', '110308.100000', '110308.560000', '110309.020000', '110309.480000', '110309.940000', '110310.400000', '110310.860000', '110311.320000', '110311.780000', '110312.240000', '110312.700000', '110313.160000', '110313.620000', '110314.080000', '110314.540000', '110315.000000', '110315.460000', '110315.920000', '110316.380000', '110316.840000', '110317.300000', '110317.760000', '110318.220000', '110318.680000', '110319.140000', '110319.600000', '110320.060000', '110320.520000', '110320.980000', '110321.440000', '110321.900000', '110322.360000', '110322.820000', '110323.280000', '110323.740000', '110324.200000', '110324.660000', '110325.120000', '110325.580000', '110326.040000', '110326.500000', '110326.960000', '110327.420000', '110327.880000', '110328.340000', '110328.800000', '110329.260000', '110329.720000', '110330.180000', '110330.640000', '110331.100000', '110331.560000', '110332.020000', '110332.480000', '110332.940000', '110333.400000', '110333.860000', '110334.320000', '110334.780000', '110335.240000', '110335.700000', '110336.160000', '110336.620000', '110337.080000', '110337.540000', '110338.000000', '110338.460000', '110338.920000', '110339.380000', '110339.840000', '110340.300000', '110340.760000', '110341.220000', '110341.680000', '110342.140000', '110342.600000', '110343.060000', '110343.520000', '110343.980000', '110344.440000', '110344.900000', '110345.360000', '110345.820000', '110346.280000', '110346.740000', '110347.200000', '110347.660000', '110348.120000', '110348.580000', '110349.040000', '110349.500000', '110349.960000', '110350.420000', '110350.880000', '110351.340000', '110351.800000', '110352.260000', '110352.720000', '110353.180000', '110353.640000', '110354.100000', '110354.560000', '110355.020000', '110355.480000', '110355.940000', '110356.400000', '110356.860000', '110357.320000', '110357.780000', '110358.240000', '110358.700000', '110359.160000', '110359.620000', '110400.080000', '110400.540000', '110401.000000', '110401.460000', '110401.920000', '110402.380000', '110402.840000', '110403.300000', '110403.760000', '110404.220000', '110404.680000', '110405.140000', '110405.600000', '110406.060000', '110406.520000', '110406.980000', '110407.440000', '110407.900000', '110408.360000', '110408.820000', '110409.280000', '110409.740000', '110410.200000', '110410.660000', '110411.120000', '110411.580000', '110412.040000', '110412.500000', '110412.960000', '110413.420000', '110413.880000', '110414.340000', '110414.800000', '110415.260000', '110415.720000', '110416.180000', '110416.640000', '110417.100000', '110417.560000', '110418.020000', '110418.480000', '110418.940000', '110419.400000', '110419.860000', '110420.320000', '110420.780000', '110421.240000', '110421.700000', '110422.160000', '110422.620000', '110423.080000', '110423.540000', '110424.000000', '110424.460000', '110424.920000', '110425.380000', '110425.840000', '110426.300000', '110426.760000', '110427.220000', '110427.680000', '110428.140000', '110428.600000', '110429.060000', '110429.520000', '110429.980000', '110430.440000', '110430.900000', '110431.360000', '110431.820000', '110432.280000', '110432.740000', '110433.200000', '110433.660000', '110434.120000', '110434.580000', '110435.040000', '110435.500000', '110435.960000', '110436.420000', '110436.880000', '110437.340000', '110437.800000', '110438.260000', '110438.720000', '110439.180000', '110439.640000', '110440.100000', '110440.560000', '110441.020000', '110441.480000', '110441.940000', '110442.400000', '110442.860000', '110443.320000', '110443.780000', '110444.240000', '110444.700000', '110445.160000', '110445.620000', '110446.080000', '110446.540000', '110447.000000', '110447.460000', '110447.920000', '110448.380000', '110448.840000', '110449.300000', '110449.760000', '110450.220000', '110450.680000', '110451.140000', '110451.600000', '110452.060000', '110452.520000', '110452.980000', '110453.440000', '110453.900000', '110454.360000', '110454.820000', '110455.280000', '110455.740000', '110456.200000', '110456.660000', '110457.120000', '110457.580000', '110458.040000', '110458.500000', '110458.960000', '110459.420000', '110459.880000', '110500.340000', '110500.800000', '110501.260000', '110501.720000', '110502.180000', '110502.640000', '110503.100000', '110503.560000', '110504.020000', '110504.480000', '110504.940000', '110505.400000', '110505.860000', '110506.320000', '110506.780000', '110507.240000', '110507.700000', '110508.160000', '110508.620000', '110509.080000', '110509.540000', '110510.000000', '110510.460000', '110510.920000', '110511.380000', '110511.840000', '110512.300000', '110512.760000', '110513.220000', '110513.680000', '110514.140000', '110514.600000', '110515.060000', '110515.520000', '110515.980000', '110516.440000', '110516.900000', '110517.360000', '110517.820000', '110518.280000', '110518.740000', '110519.200000', '110519.660000', '110520.120000', '110520.580000', '110521.040000', '110521.500000', '110521.960000', '110522.420000', '110522.880000', '110523.340000', '110523.800000', '110524.260000', '110524.720000', '110525.180000', '110525.640000', '110526.100000', '110526.560000', '110527.020000', '110527.480000', '110527.940000', '110528.400000', '110528.860000', '110529.320000', '110529.780000', '110530.240000', '110530.700000', '110531.160000', '110531.620000', '110532.080000', '110532.540000', '110533.000000', '110533.460000', '110533.920000', '110534.380000', '110534.840000', '110535.300000', '110535.760000', '110536.220000', '110536.680000', '110537.140000', '110537.600000', '110538.060000', '110538.520000', '110538.980000', '110539.440000', '110539.900000', '110540.360000', '110540.820000', '110541.280000', '110541.740000', '110542.200000', '110542.660000', '110543.120000', '110543.580000', '110544.040000', '110544.500000', '110544.960000', '110545.420000', '110545.880000', '110546.340000', '110546.800000', '110547.260000', '110547.720000', '110548.180000', '110548.640000', '110549.100000', '110549.560000', '110550.020000', '110550.480000', '110550.940000', '110551.400000', '110551.860000', '110552.320000', '110552.780000', '110553.240000', '110553.700000', '110554.160000', '110554.620000', '110555.080000', '110555.540000', '110556.000000', '110556.460000', '110556.920000', '110557.380000', '110557.840000', '110558.300000', '110558.760000', '110559.220000', '110559.680000', '110600.140000', '110600.600000', '110601.060000', '110601.520000', '110601.980000', '110602.440000', '110602.900000', '110603.360000', '110603.820000', '110604.280000', '110604.740000', '110605.200000', '110605.660000', '110606.120000', '110606.580000', '110607.040000', '110607.500000', '110607.960000', '110608.420000', '110608.880000', '110609.340000', '110609.800000', '110610.260000', '110610.720000', '110611.180000', '110611.640000', '110612.100000', '110612.560000', '110613.020000', '110613.480000', '110613.940000', '110614.400000', '110614.860000', '110615.320000', '110615.780000', '110616.240000', '110616.700000', '110617.160000', '110617.620000', '110618.080000', '110618.540000', '110619.000000', '110619.460000', '110619.920000', '110620.380000', '110620.840000', '110621.300000', '110621.760000', '110622.220000', '110622.680000', '110623.140000', '110623.600000', '110624.060000', '110624.520000', '110624.980000', '110625.440000', '110625.900000', '110626.360000', '110626.820000', '110627.280000', '110627.740000', '110628.200000', '110628.660000', '110629.120000', '110629.580000', '110630.040000', '110630.500000', '110630.960000', '110631.420000', '110631.880000', '110632.340000', '110632.800000', '110633.260000', '110633.720000', '110634.180000', '110634.640000', '110635.100000', '110635.560000', '110636.020000', '110636.480000', '110636.940000', '110637.400000', '110637.860000', '110638.320000', '110638.780000', '110639.240000', '110639.700000', '110640.160000', '110640.620000', '110641.080000', '110641.540000', '110642.000000', '110642.460000', '110642.920000', '110643.380000', '110643.840000', '110644.300000', '110644.760000', '110645.220000', '110645.680000', '110646.140000', '110646.600000', '110647.060000', '110647.520000', '110647.980000', '110648.440000', '110648.900000', '110649.360000', '110649.820000', '110650.280000', '110650.740000', '110651.200000', '110651.660000', '110652.120000', '110652.580000', '110653.040000', '110653.500000', '110653.960000', '110654.420000', '110654.880000', '110655.340000', '110655.800000', '110656.260000', '110656.720000', '110657.180000', '110657.640000', '110658.100000', '110658.560000', '110659.020000', '110659.480000', '110659.940000', '110700.400000', '110700.860000', '110701.320000', '110701.780000', '110702.240000', '110702.700000', '110703.160000', '110703.620000', '110704.080000', '110704.540000', '110705.000000', '110705.460000', '110705.920000', '110706.380000', '110706.840000', '110707.300000', '110707.760000', '110708.220000', '110708.680000', '110709.140000', '110709.600000', '110710.060000', '110710.520000', '110710.980000', '110711.440000', '110711.900000', '110712.360000', '110712.820000', '110713.280000', '110713.740000', '110714.200000', '110714.660000', '110715.120000', '110715.580000', '110716.040000', '110716.500000', '110716.960000', '110717.420000', '110717.880000', '110718.340000', '110718.800000', '110719.260000', '110719.720000', '110720.180000', '110720.640000', '110721.100000', '110721.560000', '110722.020000', '110722.480000', '110722.940000', '110723.400000', '110723.860000', '110724.320000', '110724.780000', '110725.240000', '110725.700000', '110726.160000', '110726.620000', '110727.080000', '110727.540000', '110728.000000', '110728.460000', '110728.920000', '110729.380000', '110729.840000', '110730.300000', '110730.760000', '110731.220000', '110731.680000', '110732.140000', '110732.600000', '110733.060000', '110733.520000', '110733.980000', '110734.440000', '110734.900000', '110735.360000', '110735.820000', '110736.280000', '110736.740000', '110737.200000', '110737.660000', '110738.120000', '110738.580000', '110739.040000', '110739.500000', '110739.960000', '110740.420000', '110740.880000', '110741.340000', '110741.800000', '110742.260000', '110742.720000', '110743.180000', '110743.640000', '110744.100000', '110744.560000', '110745.020000', '110745.480000', '110745.940000', '110746.400000', '110746.860000', '110747.320000', '110747.780000', '110748.240000', '110748.700000', '110749.160000', '110749.620000', '110750.080000', '110750.540000', '110751.000000', '110751.460000', '110751.920000', '110752.380000', '110752.840000', '110753.300000', '110753.760000', '110754.220000', '110754.680000', '110755.140000', '110755.600000', '110756.060000', '110756.520000', '110756.980000', '110757.440000', '110757.900000', '110758.360000', '110758.820000', '110759.280000', '110759.740000', '110800.200000', '110800.660000', '110801.120000', '110801.580000', '110802.040000', '110802.500000', '110802.960000', '110803.420000', '110803.880000', '110804.340000', '110804.800000', '110805.260000', '110805.720000', '110806.180000', '110806.640000', '110807.100000', '110807.560000', '110808.020000', '110808.480000', '110808.940000', '110809.400000', '110809.860000', '110810.320000', '110810.780000', '110811.240000', '110811.700000', '110812.160000', '110812.620000', '110813.080000', '110813.540000', '110814.000000', '110814.460000', '110814.920000', '110815.380000', '110815.840000', '110816.300000', '110816.760000', '110817.220000', '110817.680000', '110818.140000', '110818.600000', '110819.060000', '110819.520000', '110819.980000', '110820.440000', '110820.900000', '110821.360000', '110821.820000', '110822.280000', '110822.740000', '110823.200000', '110823.660000', '110824.120000', '110824.580000', '110825.040000', '110825.500000', '110825.960000', '110826.420000', '110826.880000', '110827.340000', '110827.800000', '110828.260000', '110828.720000', '110829.180000', '110829.640000', '110830.100000', '110830.560000', '110831.020000', '110831.480000', '110831.940000', '110832.400000', '110832.860000', '110833.320000', '110833.780000', '110834.240000', '110834.700000', '110835.160000', '110835.620000', '110836.080000', '110836.540000', '110837.000000', '110837.460000', '110837.920000', '110838.380000', '110838.840000', '110839.300000', '110839.760000', '110840.220000', '110840.680000', '110841.140000', '110841.600000', '110842.060000', '110842.520000', '110842.980000', '110843.440000', '110843.900000', '110844.360000', '110844.820000', '110845.280000', '110845.740000', '110846.200000', '110846.660000', '110847.120000', '110847.580000', '110848.040000', '110848.500000', '110848.960000', '110849.420000', '110849.880000', '110850.340000', '110850.800000', '110851.260000', '110851.720000', '110852.180000', '110852.640000', '110853.100000', '110853.560000', '110854.020000', '110854.480000', '110854.940000', '110855.400000', '110855.860000', '110856.320000', '110856.780000', '110857.240000', '110857.700000', '110858.160000', '110858.620000', '110859.080000', '110859.540000', '110900.000000', '110900.460000', '110900.920000', '110901.380000', '110901.840000', '110902.300000', '110902.760000', '110903.220000', '110903.680000', '110904.140000', '110904.600000', '110905.060000', '110905.520000', '110905.980000', '110906.440000', '110906.900000', '110907.360000', '110907.820000', '110908.280000', '110908.740000', '110909.200000', '110909.660000', '110910.120000', '110910.580000', '110911.040000', '110911.500000', '110911.960000', '110912.420000', '110912.880000', '110913.340000', '110913.800000', '110914.260000', '110914.720000', '110915.180000', '110915.640000', '110916.100000', '110916.560000', '110917.020000', '110917.480000', '110917.940000', '110918.400000', '110918.860000', '110919.320000', '110919.780000', '110920.240000', '110920.700000', '110921.160000', '110921.620000', '110922.080000', '110922.540000', '110923.000000', '110923.460000', '110923.920000', '110924.380000', '110924.840000', '110925.300000', '110925.760000', '110926.220000', '110926.680000', '110927.140000', '110927.600000', '110928.060000', '110928.520000', '110928.980000', '110929.440000', '110929.900000', '110930.360000', '110930.820000', '110931.280000', '110931.740000', '110932.200000', '110932.660000', '110933.120000', '110933.580000', '110934.040000', '110934.500000', '110934.960000', '110935.420000', '110935.880000', '110936.340000', '110936.800000', '110937.260000', '110937.720000', '110938.180000', '110938.640000', '110939.100000', '110939.560000', '110940.020000', '110940.480000', '110940.940000', '110941.400000', '110941.860000', '110942.320000', '110942.780000', '110943.240000', '110943.700000', '110944.160000', '110944.620000', '110945.080000', '110945.540000', '110946.000000', '110946.460000', '110946.920000', '110947.380000', '110947.840000', '110948.300000', '110948.760000', '110949.220000', '110949.680000', '110950.140000', '110950.600000', '110951.060000', '110951.520000', '110951.980000', '110952.440000', '110952.900000', '110953.360000', '110953.820000', '110954.280000', '110954.740000', '110955.200000', '110955.660000', '110956.120000', '110956.580000', '110957.040000', '110957.500000', '110957.960000', '110958.420000', '110958.880000', '110959.340000', '110959.800000', '111000.260000', '111000.720000', '111001.180000', '111001.640000', '111002.100000', '111002.560000', '111003.020000', '111003.480000', '111003.940000', '111004.400000', '111004.860000', '111005.320000', '111005.780000', '111006.240000', '111006.700000', '111007.160000', '111007.620000', '111008.080000', '111008.540000', '111009.000000', '111009.460000', '111009.920000', '111010.380000', '111010.840000', '111011.300000', '111011.760000', '111012.220000', '111012.680000', '111013.140000', '111013.600000', '111014.060000', '111014.520000', '111014.980000', '111015.440000', '111015.900000', '111016.360000', '111016.820000', '111017.280000', '111017.740000', '111018.200000', '111018.660000', '111019.120000', '111019.580000', '111020.040000', '111020.500000', '111020.960000', '111021.420000', '111021.880000', '111022.340000', '111022.800000', '111023.260000', '111023.720000', '111024.180000', '111024.640000', '111025.100000', '111025.560000', '111026.020000', '111026.480000', '111026.940000', '111027.400000', '111027.860000', '111028.320000', '111028.780000', '111029.240000', '111029.700000', '111030.160000', '111030.620000', '111031.080000', '111031.540000', '111032.000000', '111032.460000', '111032.920000', '111033.380000', '111033.840000', '111034.300000', '111034.760000', '111035.220000', '111035.680000', '111036.140000', '111036.600000', '111037.060000', '111037.520000', '111037.980000', '111038.440000', '111038.900000', '111039.360000', '111039.820000', '111040.280000', '111040.740000', '111041.200000', '111041.660000', '111042.120000', '111042.580000', '111043.040000', '111043.500000', '111043.960000', '111044.420000', '111044.880000', '111045.340000', '111045.800000', '111046.260000', '111046.720000', '111047.180000', '111047.640000', '111048.100000', '111048.560000', '111049.020000', '111049.480000', '111049.940000', '111050.400000', '111050.860000', '111051.320000', '111051.780000', '111052.240000', '111052.700000', '111053.160000', '111053.620000', '111054.080000', '111054.540000', '111055.000000', '111055.460000', '111055.920000', '111056.380000', '111056.840000', '111057.300000', '111057.760000', '111058.220000', '111058.680000', '111059.140000', '111059.600000', '111100.060000', '111100.520000', '111100.980000', '111101.440000', '111101.900000', '111102.360000', '111102.820000', '111103.280000', '111103.740000', '111104.200000', '111104.660000', '111105.120000', '111105.580000', '111106.040000', '111106.500000', '111106.960000', '111107.420000', '111107.880000', '111108.340000', '111108.800000', '111109.260000', '111109.720000', '111110.180000', '111110.640000', '111111.100000', '111111.560000', '111112.020000', '111112.480000', '111112.940000', '111113.400000', '111113.860000', '111114.320000', '111114.780000', '111115.240000', '111115.700000', '111116.160000', '111116.620000', '111117.080000', '111117.540000', '111118.000000', '111118.460000', '111118.920000', '111119.380000', '111119.840000', '111120.300000', '111120.760000', '111121.220000', '111121.680000', '111122.140000', '111122.600000', '111123.060000', '111123.520000', '111123.980000', '111124.440000', '111124.900000', '111125.360000', '111125.820000', '111126.280000', '111126.740000', '111127.200000', '111127.660000', '111128.120000', '111128.580000', '111129.040000', '111129.500000', '111129.960000', '111130.420000', '111130.880000', '111131.340000', '111131.800000', '111132.260000', '111132.720000', '111133.180000', '111133.640000', '111134.100000', '111134.560000', '111135.020000', '111135.480000', '111135.940000', '111136.400000', '111136.860000', '111137.320000', '111137.780000', '111138.240000', '111138.700000', '111139.160000', '111139.620000', '111140.080000', '111140.540000', '111141.000000', '111141.460000', '111141.920000', '111142.380000', '111142.840000', '111143.300000', '111143.760000', '111144.220000', '111144.680000', '111145.140000', '111145.600000', '111146.060000', '111146.520000', '111146.980000', '111147.440000', '111147.900000', '111148.360000', '111148.820000', '111149.280000', '111149.740000', '111150.200000', '111150.660000', '111151.120000', '111151.580000', '111152.040000', '111152.500000', '111152.960000', '111153.420000', '111153.880000', '111154.340000', '111154.800000', '111155.260000', '111155.720000', '111156.180000', '111156.640000', '111157.100000', '111157.560000', '111158.020000', '111158.480000', '111158.940000', '111159.400000', '111159.860000', '111200.320000', '111200.780000', '111201.240000', '111201.700000', '111202.160000', '111202.620000', '111203.080000', '111203.540000', '111204.000000', '111204.460000', '111204.920000', '111205.380000', '111205.840000', '111206.300000', '111206.760000', '111207.220000', '111207.680000', '111208.140000', '111208.600000', '111209.060000', '111209.520000', '111209.980000', '111210.440000', '111210.900000', '111211.360000', '111211.820000', '111212.280000', '111212.740000', '111213.200000', '111213.660000', '111214.120000', '111214.580000', '111215.040000', '111215.500000', '111215.960000', '111216.420000', '111216.880000', '111217.340000', '111217.800000', '111218.260000', '111218.720000', '111219.180000', '111219.640000', '111220.100000', '111220.560000', '111221.020000', '111221.480000', '111221.940000', '111222.400000', '111222.860000', '111223.320000', '111223.780000', '111224.240000', '111224.700000', '111225.160000', '111225.620000', '111226.080000', '111226.540000', '111227.000000', '111227.460000', '111227.920000', '111228.380000', '111228.840000', '111229.300000', '111229.760000', '111230.220000', '111230.680000', '111231.140000', '111231.600000', '111232.060000', '111232.520000', '111232.980000', '111233.440000', '111233.900000', '111234.360000', '111234.820000', '111235.280000', '111235.740000', '111236.200000', '111236.660000', '111237.120000', '111237.580000', '111238.040000', '111238.500000', '111238.960000', '111239.420000', '111239.880000', '111240.340000', '111240.800000', '111241.260000', '111241.720000', '111242.180000', '111242.640000', '111243.100000', '111243.560000', '111244.020000', '111244.480000', '111244.940000', '111245.400000', '111245.860000', '111246.320000', '111246.780000', '111247.240000', '111247.700000', '111248.160000', '111248.620000', '111249.080000', '111249.540000', '111250.000000', '111250.460000', '111250.920000', '111251.380000', '111251.840000', '111252.300000', '111252.760000', '111253.220000', '111253.680000', '111254.140000', '111254.600000', '111255.060000', '111255.520000', '111255.980000', '111256.440000', '111256.900000', '111257.360000', '111257.820000', '111258.280000', '111258.740000', '111259.200000', '111259.660000', '111300.120000', '111300.580000', '111301.040000', '111301.500000', '111301.960000', '111302.420000', '111302.880000', '111303.340000', '111303.800000', '111304.260000', '111304.720000', '111305.180000', '111305.640000', '111306.100000', '111306.560000', '111307.020000', '111307.480000', '111307.940000', '111308.400000', '111308.860000', '111309.320000', '111309.780000', '111310.240000', '111310.700000', '111311.160000', '111311.620000', '111312.080000', '111312.540000', '111313.000000', '111313.460000', '111313.920000', '111314.380000', '111314.840000', '111315.300000', '111315.760000', '111316.220000', '111316.680000', '111317.140000', '111317.600000', '111318.060000', '111318.520000', '111318.980000', '111319.440000', '111319.900000', '111320.360000', '111320.820000', '111321.280000', '111321.740000', '111322.200000', '111322.660000', '111323.120000', '111323.580000', '111324.040000', '111324.500000', '111324.960000', '111325.420000', '111325.880000', '111326.340000', '111326.800000', '111327.260000', '111327.720000', '111328.180000', '111328.640000', '111329.100000', '111329.560000', '111330.020000', '111330.480000', '111330.940000', '111331.400000', '111331.860000', '111332.320000', '111332.780000', '111333.240000', '111333.700000', '111334.160000', '111334.620000', '111335.080000', '111335.540000', '111336.000000', '111336.460000', '111336.920000', '111337.380000', '111337.840000', '111338.300000', '111338.760000', '111339.220000', '111339.680000', '111340.140000', '111340.600000', '111341.060000', '111341.520000', '111341.980000', '111342.440000', '111342.900000', '111343.360000', '111343.820000', '111344.280000', '111344.740000', '111345.200000', '111345.660000', '111346.120000', '111346.580000', '111347.040000', '111347.500000', '111347.960000', '111348.420000', '111348.880000', '111349.340000', '111349.800000', '111350.260000', '111350.720000', '111351.180000', '111351.640000', '111352.100000', '111352.560000', '111353.020000', '111353.480000', '111353.940000', '111354.400000', '111354.860000', '111355.320000', '111355.780000', '111356.240000', '111356.700000', '111357.160000', '111357.620000', '111358.080000', '111358.540000', '111359.000000', '111359.460000', '111359.920000', '111400.380000', '111400.840000', '111401.300000', '111401.760000', '111402.220000', '111402.680000', '111403.140000', '111403.600000', '111404.060000', '111404.520000', '111404.980000', '111405.440000', '111405.900000', '111406.360000', '111406.820000', '111407.280000', '111407.740000', '111408.200000', '111408.660000', '111409.120000', '111409.580000', '111410.040000', '111410.500000', '111410.960000', '111411.420000', '111411.880000', '111412.340000', '111412.800000', '111413.260000', '111413.720000', '111414.180000', '111414.640000', '111415.100000', '111415.560000', '111416.020000', '111416.480000', '111416.940000', '111417.400000', '111417.860000', '111418.320000', '111418.780000', '111419.240000', '111419.700000', '111420.160000', '111420.620000', '111421.080000', '111421.540000', '111422.000000', '111422.460000', '111422.920000', '111423.380000', '111423.840000', '111424.300000', '111424.760000', '111425.220000', '111425.680000', '111426.140000', '111426.600000', '111427.060000', '111427.520000', '111427.980000', '111428.440000', '111428.900000', '111429.360000', '111429.820000', '111430.280000', '111430.740000', '111431.200000', '111431.660000', '111432.120000', '111432.580000', '111433.040000', '111433.500000', '111433.960000', '111434.420000', '111434.880000', '111435.340000', '111435.800000', '111436.260000', '111436.720000', '111437.180000', '111437.640000', '111438.100000', '111438.560000', '111439.020000', '111439.480000', '111439.940000', '111440.400000', '111440.860000', '111441.320000', '111441.780000', '111442.240000', '111442.700000', '111443.160000', '111443.620000', '111444.080000', '111444.540000', '111445.000000', '111445.460000', '111445.920000', '111446.380000', '111446.840000', '111447.300000', '111447.760000', '111448.220000', '111448.680000', '111449.140000', '111449.600000', '111450.060000', '111450.520000', '111450.980000', '111451.440000', '111451.900000', '111452.360000', '111452.820000', '111453.280000', '111453.740000', '111454.200000', '111454.660000', '111455.120000', '111455.580000', '111456.040000', '111456.500000', '111456.960000', '111457.420000', '111457.880000', '111458.340000', '111458.800000', '111459.260000', '111459.720000', '111500.180000', '111500.640000', '111501.100000', '111501.560000', '111502.020000', '111502.480000', '111502.940000', '111503.400000', '111503.860000', '111504.320000', '111504.780000', '111505.240000', '111505.700000', '111506.160000', '111506.620000', '111507.080000', '111507.540000', '111508.000000', '111508.460000', '111508.920000', '111509.380000', '111509.840000', '111510.300000', '111510.760000', '111511.220000', '111511.680000', '111512.140000', '111512.600000', '111513.060000', '111513.520000', '111513.980000', '111514.440000', '111514.900000', '111515.360000', '111515.820000', '111516.280000', '111516.740000', '111517.200000', '111517.660000', '111518.120000', '111518.580000', '111519.040000', '111519.500000', '111519.960000', '111520.420000', '111520.880000', '111521.340000', '111521.800000', '111522.260000', '111522.720000', '111523.180000', '111523.640000'], 'ContentTime': ['110130.905000', '110130.908000', '110130.911000', '110130.914000', '110130.919000', '110130.922000', '110130.924000', '110130.927000', '110130.929000', '110130.932000', '110130.935000', '110130.937000', '110130.940000', '110130.942000', '110130.945000', '110130.947000', '110130.950000', '110130.952000', '110130.955000', '110130.958000', '110130.960000', '110130.963000', '110130.965000', '110130.968000', '110130.971000', '110130.973000', '110130.976000', '110130.979000', '110130.981000', '110130.984000', '110130.986000', '110130.989000', '110130.994000', '110130.997000', '110131.000000', '110131.003000', '110131.005000', '110131.008000', '110131.011000', '110131.013000', '110131.016000', '110131.018000', '110131.021000', '110131.023000', '110150.878000', '110150.881000', '110150.884000', '110150.886000', '110150.889000', '110150.892000', '110150.894000', '110150.897000', '110150.899000', '110150.902000', '110150.904000', '110150.907000', '110150.910000', '110150.912000', '110150.915000', '110150.917000', '110150.920000', '110150.923000', '110150.925000', '110150.928000', '110150.930000', '110150.933000', '110150.936000', '110150.938000', '110150.941000', '110150.956000', '110150.959000', '110150.962000', '110150.964000', '110150.967000', '110150.970000', '110150.972000', '110150.975000', '110150.977000', '110150.980000', '110150.982000', '110150.985000', '110150.988000', '110150.990000', '110150.993000', '110150.995000', '110150.998000', '110151.002000', '110151.004000', '110210.879000', '110210.882000', '110210.885000', '110210.888000', '110210.897000', '110210.899000', '110210.902000', '110210.904000', '110210.907000', '110210.910000', '110210.913000', '110210.916000', '110210.918000', '110210.921000', '110210.924000', '110210.926000', '110210.929000', '110210.931000', '110210.934000', '110210.937000', '110210.939000', '110210.942000', '110210.944000', '110210.947000', '110210.950000', '110210.952000', '110210.955000', '110210.957000', '110210.960000', '110210.963000', '110210.966000', '110210.969000', '110210.971000', '110210.974000', '110210.976000', '110210.979000', '110210.982000', '110210.991000', '110210.994000', '110210.997000', '110211.000000', '110211.003000', '110211.005000', '110230.879000', '110230.882000', '110230.885000', '110230.887000', '110230.890000', '110230.893000', '110230.895000', '110230.898000', '110230.900000', '110230.903000', '110230.906000', '110230.908000', '110230.911000', '110230.913000', '110230.916000', '110230.919000', '110230.921000', '110230.924000', '110230.926000', '110230.929000', '110230.932000', '110230.934000', '110230.937000', '110230.940000', '110230.968000', '110230.971000', '110230.973000', '110230.976000', '110230.979000', '110230.981000', '110230.984000', '110230.986000', '110230.989000', '110230.991000', '110230.994000', '110230.997000', '110231.000000', '110231.003000', '110231.005000', '110231.008000', '110231.011000', '110231.013000', '110231.016000', '110231.018000', '110250.878000', '110250.881000', '110250.884000', '110250.886000', '110250.889000', '110250.892000', '110250.894000', '110250.897000', '110250.900000', '110250.902000', '110250.905000', '110250.907000', '110250.910000', '110250.913000', '110250.915000', '110250.918000', '110250.920000', '110250.923000', '110250.925000', '110250.928000', '110250.931000', '110250.933000', '110250.936000', '110250.939000', '110250.941000', '110250.944000', '110250.946000', '110250.949000', '110250.952000', '110250.954000', '110250.957000', '110250.959000', '110250.962000', '110250.965000', '110250.967000', '110250.970000', '110250.974000', '110250.976000', '110250.979000', '110250.982000', '110250.984000', '110250.987000', '110250.989000', '110310.878000', '110310.881000', '110310.884000', '110310.886000', '110310.889000', '110310.892000', '110310.894000', '110310.897000', '110310.900000', '110310.902000', '110310.905000', '110310.908000', '110310.910000', '110310.913000', '110310.924000', '110310.927000', '110310.929000', '110310.932000', '110310.935000', '110310.937000', '110310.940000', '110310.943000', '110310.945000', '110310.948000', '110310.951000', '110310.953000', '110310.956000', '110310.958000', '110310.961000', '110310.964000', '110310.966000', '110310.969000', '110310.971000', '110310.974000', '110310.977000', '110310.979000', '110310.982000', '110310.984000', '110310.987000', '110310.990000', '110310.992000', '110310.995000', '110310.998000', '110311.001000', '110330.879000', '110330.881000', '110330.884000', '110330.887000', '110330.889000', '110330.892000', '110330.894000', '110330.897000', '110330.900000', '110330.902000', '110330.905000', '110330.907000', '110330.910000', '110330.913000', '110330.915000', '110330.918000', '110330.920000', '110330.923000', '110330.926000', '110330.928000', '110330.931000', '110330.934000', '110330.936000', '110330.939000', '110330.942000', '110330.944000', '110330.947000', '110330.949000', '110330.952000', '110330.955000', '110330.957000', '110330.960000', '110330.962000', '110330.965000', '110330.967000', '110330.984000', '110330.987000', '110330.990000', '110330.992000', '110330.995000', '110330.997000', '110331.001000', '110331.004000', '110350.879000', '110350.881000', '110350.884000', '110350.887000', '110350.889000', '110350.892000', '110350.894000', '110350.897000', '110350.900000', '110350.902000', '110350.905000', '110350.907000', '110350.910000', '110350.913000', '110350.915000', '110350.918000', '110350.920000', '110350.923000', '110350.925000', '110350.928000', '110350.931000', '110350.933000', '110350.936000', '110350.938000', '110350.941000', '110350.944000', '110350.946000', '110350.949000', '110350.952000', '110350.954000', '110350.957000', '110350.959000', '110350.962000', '110350.964000', '110350.967000', '110350.970000', '110350.972000', '110350.975000', '110350.978000', '110350.980000', '110350.983000', '110350.986000', '110350.989000', '110350.991000', '110410.878000', '110410.881000', '110410.884000', '110410.887000', '110410.889000', '110410.892000', '110410.894000', '110410.897000', '110410.900000', '110410.902000', '110410.905000', '110410.907000', '110410.910000', '110410.913000', '110410.915000', '110410.918000', '110410.920000', '110410.923000', '110410.926000', '110410.928000', '110410.931000', '110410.933000', '110410.936000', '110410.939000', '110410.941000', '110410.944000', '110410.947000', '110410.949000', '110410.952000', '110410.954000', '110410.957000', '110410.959000', '110410.962000', '110410.965000', '110410.967000', '110410.970000', '110410.973000', '110410.976000', '110410.978000', '110410.981000', '110410.984000', '110410.986000', '110410.989000', '110430.879000', '110430.883000', '110430.885000', '110430.888000', '110430.891000', '110430.893000', '110430.896000', '110430.899000', '110430.901000', '110430.904000', '110430.906000', '110430.909000', '110430.912000', '110430.914000', '110430.917000', '110430.919000', '110430.922000', '110430.925000', '110430.927000', '110430.930000', '110430.933000', '110430.935000', '110430.938000', '110430.940000', '110430.943000', '110430.945000', '110430.948000', '110430.951000', '110430.953000', '110430.956000', '110430.958000', '110430.961000', '110430.964000', '110430.966000', '110430.969000', '110430.971000', '110430.974000', '110430.977000', '110430.980000', '110430.982000', '110430.985000', '110430.988000', '110430.991000', '110430.993000', '110450.879000', '110450.881000', '110450.884000', '110450.887000', '110450.889000', '110450.892000', '110450.894000', '110450.897000', '110450.900000', '110450.902000', '110450.905000', '110450.907000', '110450.910000', '110450.913000', '110450.915000', '110450.918000', '110450.920000', '110450.923000', '110450.926000', '110450.928000', '110450.931000', '110450.934000', '110450.936000', '110450.939000', '110450.941000', '110450.944000', '110450.946000', '110450.949000', '110450.952000', '110450.954000', '110450.957000', '110450.960000', '110450.962000', '110450.965000', '110450.976000', '110450.979000', '110450.981000', '110450.984000', '110450.986000', '110450.989000', '110450.992000', '110450.994000', '110450.997000', '110510.878000', '110510.881000', '110510.884000', '110510.887000', '110510.889000', '110510.892000', '110510.894000', '110510.897000', '110510.900000', '110510.902000', '110510.905000', '110510.907000', '110510.910000', '110510.913000', '110510.915000', '110510.918000', '110510.921000', '110510.951000', '110510.953000', '110510.956000', '110510.959000', '110510.961000', '110510.964000', '110510.967000', '110510.969000', '110510.972000', '110510.975000', '110510.977000', '110510.980000', '110510.983000', '110510.985000', '110510.988000', '110510.991000', '110510.993000', '110510.996000', '110510.998000', '110511.002000', '110511.005000', '110511.007000', '110511.010000', '110511.013000', '110511.015000', '110511.018000', '110511.020000', '110530.878000', '110530.881000', '110530.884000', '110530.887000', '110530.889000', '110530.892000', '110530.894000', '110530.897000', '110530.899000', '110530.902000', '110530.905000', '110530.907000', '110530.910000', '110530.913000', '110530.915000', '110530.918000', '110530.921000', '110530.923000', '110530.926000', '110530.929000', '110530.931000', '110530.934000', '110530.936000', '110530.939000', '110530.942000', '110530.944000', '110530.947000', '110530.949000', '110530.952000', '110530.955000', '110530.957000', '110530.960000', '110530.963000', '110530.973000', '110530.976000', '110530.979000', '110530.981000', '110530.984000', '110530.986000', '110530.989000', '110530.992000', '110530.994000', '110530.997000', '110550.879000', '110550.881000', '110550.884000', '110550.887000', '110550.889000', '110550.892000', '110550.895000', '110550.897000', '110550.900000', '110550.903000', '110550.906000', '110550.908000', '110550.911000', '110550.914000', '110550.916000', '110550.919000', '110550.922000', '110550.924000', '110550.927000', '110550.930000', '110550.932000', '110550.935000', '110550.938000', '110550.940000', '110550.943000', '110550.945000', '110550.948000', '110550.951000', '110550.953000', '110550.956000', '110550.959000', '110550.961000', '110550.964000', '110550.967000', '110550.969000', '110550.972000', '110550.974000', '110550.977000', '110550.980000', '110550.982000', '110550.985000', '110550.988000', '110550.990000', '110550.993000', '110610.879000', '110610.881000', '110610.884000', '110610.887000', '110610.889000', '110610.892000', '110610.894000', '110610.897000', '110610.900000', '110610.903000', '110610.905000', '110610.908000', '110610.911000', '110610.913000', '110610.916000', '110610.919000', '110610.921000', '110610.924000', '110610.927000', '110610.929000', '110610.932000', '110610.935000', '110610.937000', '110610.940000', '110610.942000', '110610.945000', '110610.948000', '110610.950000', '110610.953000', '110610.956000', '110610.958000', '110610.961000', '110610.964000', '110610.966000', '110610.969000', '110610.971000', '110610.974000', '110610.977000', '110610.979000', '110610.982000', '110610.985000', '110610.987000', '110610.990000', '110630.879000', '110630.881000', '110630.884000', '110630.887000', '110630.889000', '110630.892000', '110630.895000', '110630.897000', '110630.900000', '110630.903000', '110630.905000', '110630.908000', '110630.911000', '110630.914000', '110630.916000', '110630.919000', '110630.921000', '110630.924000', '110630.927000', '110630.929000', '110630.932000', '110630.935000', '110630.937000', '110630.940000', '110630.943000', '110630.945000', '110630.948000', '110630.951000', '110630.953000', '110630.956000', '110630.959000', '110630.961000', '110630.964000', '110630.967000', '110630.970000', '110630.972000', '110630.975000', '110630.977000', '110630.980000', '110630.983000', '110630.985000', '110630.988000', '110631.003000', '110631.006000', '110650.879000', '110650.882000', '110650.885000', '110650.887000', '110650.890000', '110650.893000', '110650.895000', '110650.898000', '110650.900000', '110650.903000', '110650.906000', '110650.908000', '110650.911000', '110650.913000', '110650.916000', '110650.918000', '110650.925000', '110650.928000', '110650.931000', '110650.934000', '110650.936000', '110650.939000', '110650.941000', '110650.944000', '110650.947000', '110650.949000', '110650.952000', '110650.955000', '110650.958000', '110650.960000', '110650.963000', '110650.966000', '110650.968000', '110650.971000', '110650.973000', '110650.976000', '110650.979000', '110650.981000', '110650.984000', '110650.986000', '110650.989000', '110650.992000', '110650.994000', '110710.878000', '110710.881000', '110710.884000', '110710.888000', '110710.890000', '110710.893000', '110710.896000', '110710.898000', '110710.901000', '110710.904000', '110710.906000', '110710.909000', '110710.912000', '110710.914000', '110710.917000', '110710.919000', '110710.922000', '110710.925000', '110710.927000', '110710.930000', '110710.932000', '110710.935000', '110710.938000', '110710.940000', '110710.943000', '110710.946000', '110710.948000', '110710.951000', '110710.953000', '110710.956000', '110710.959000', '110710.961000', '110710.964000', '110710.966000', '110710.969000', '110710.971000', '110710.974000', '110710.977000', '110710.979000', '110710.982000', '110710.984000', '110710.987000', '110710.990000', '110710.992000', '110730.878000', '110730.881000', '110730.884000', '110730.886000', '110730.889000', '110730.892000', '110730.894000', '110730.897000', '110730.900000', '110730.902000', '110730.905000', '110730.908000', '110730.910000', '110730.913000', '110730.915000', '110730.918000', '110730.921000', '110730.923000', '110730.926000', '110730.928000', '110730.931000', '110730.934000', '110730.936000', '110730.939000', '110730.941000', '110730.944000', '110730.947000', '110730.949000', '110730.958000', '110730.961000', '110730.964000', '110730.967000', '110730.969000', '110730.972000', '110730.975000', '110730.977000', '110730.980000', '110730.982000', '110730.985000', '110730.988000', '110730.990000', '110730.993000', '110730.996000', '110750.878000', '110750.881000', '110750.884000', '110750.886000', '110750.889000', '110750.892000', '110750.894000', '110750.897000', '110750.899000', '110750.902000', '110750.905000', '110750.907000', '110750.910000', '110750.913000', '110750.915000', '110750.918000', '110750.920000', '110750.923000', '110750.926000', '110750.928000', '110750.931000', '110750.933000', '110750.936000', '110750.938000', '110750.941000', '110750.944000', '110750.946000', '110750.949000', '110750.952000', '110750.954000', '110750.957000', '110750.959000', '110750.962000', '110750.965000', '110750.967000', '110750.970000', '110750.972000', '110750.975000', '110750.978000', '110750.980000', '110750.983000', '110750.985000', '110750.988000', '110810.879000', '110810.882000', '110810.884000', '110810.887000', '110810.890000', '110810.892000', '110810.895000', '110810.897000', '110810.900000', '110810.903000', '110810.905000', '110810.908000', '110810.910000', '110810.913000', '110810.916000', '110810.926000', '110810.929000', '110810.931000', '110810.934000', '110810.937000', '110810.939000', '110810.942000', '110810.944000', '110810.947000', '110810.950000', '110810.952000', '110810.955000', '110810.957000', '110810.960000', '110810.963000', '110810.965000', '110810.968000', '110810.971000', '110810.973000', '110810.976000', '110810.978000', '110810.981000', '110810.984000', '110810.986000', '110810.989000', '110810.992000', '110810.994000', '110810.997000', '110811.000000', '110830.879000', '110830.881000', '110830.884000', '110830.887000', '110830.889000', '110830.892000', '110830.895000', '110830.897000', '110830.900000', '110830.903000', '110830.905000', '110830.908000', '110830.910000', '110830.913000', '110830.916000', '110830.918000', '110830.921000', '110830.924000', '110830.927000', '110830.929000', '110830.932000', '110830.935000', '110830.950000', '110830.953000', '110830.955000', '110830.958000', '110830.961000', '110830.963000', '110830.966000', '110830.968000', '110830.971000', '110830.974000', '110830.977000', '110830.979000', '110830.982000', '110830.984000', '110830.987000', '110830.990000', '110830.992000', '110830.995000', '110830.997000', '110831.001000', '110831.003000', '110831.006000', '110850.879000', '110850.882000', '110850.884000', '110850.887000', '110850.889000', '110850.892000', '110850.895000', '110850.897000', '110850.900000', '110850.903000', '110850.906000', '110850.909000', '110850.911000', '110850.914000', '110850.917000', '110850.919000', '110850.922000', '110850.925000', '110850.927000', '110850.930000', '110850.932000', '110850.935000', '110850.938000', '110850.940000', '110850.943000', '110850.945000', '110850.948000', '110850.951000', '110850.953000', '110850.956000', '110850.958000', '110850.961000', '110850.963000', '110850.966000', '110850.969000', '110850.972000', '110850.974000', '110850.977000', '110850.979000', '110850.982000', '110850.984000', '110850.987000', '110850.990000', '110910.880000', '110910.883000', '110910.885000', '110910.888000', '110910.891000', '110910.893000', '110910.896000', '110910.898000', '110910.901000', '110910.904000', '110910.906000', '110910.909000', '110910.911000', '110910.914000', '110910.917000', '110910.919000', '110910.922000', '110910.924000', '110910.927000', '110910.930000', '110910.932000', '110910.935000', '110910.937000', '110910.940000', '110910.943000', '110910.945000', '110910.948000', '110910.950000', '110910.953000', '110910.955000', '110910.958000', '110910.960000', '110910.963000', '110910.966000', '110910.968000', '110910.971000', '110910.974000', '110910.976000', '110910.979000', '110910.982000', '110910.984000', '110910.987000', '110910.989000', '110930.879000', '110930.881000', '110930.884000', '110930.887000', '110930.890000', '110930.892000', '110930.895000', '110930.897000', '110930.900000', '110930.903000', '110930.906000', '110930.908000', '110930.911000', '110930.914000', '110930.917000', '110930.919000', '110930.922000', '110930.924000', '110930.927000', '110930.930000', '110930.932000', '110930.935000', '110930.938000', '110930.940000', '110930.943000', '110930.946000', '110930.948000', '110930.951000', '110930.954000', '110930.956000', '110930.959000', '110930.961000', '110930.964000', '110930.967000', '110930.969000', '110930.972000', '110930.975000', '110930.977000', '110930.980000', '110930.982000', '110930.985000', '110930.988000', '110930.990000', '110930.993000', '110950.878000', '110950.881000', '110950.884000', '110950.887000', '110950.890000', '110950.892000', '110950.895000', '110950.898000', '110950.900000', '110950.903000', '110950.906000', '110950.908000', '110950.911000', '110950.913000', '110950.916000', '110950.919000', '110950.921000', '110950.924000', '110950.927000', '110950.929000', '110950.932000', '110950.935000', '110950.937000', '110950.940000', '110950.943000', '110950.945000', '110950.948000', '110950.951000', '110950.953000', '110950.956000', '110950.959000', '110950.961000', '110950.964000', '110950.968000', '110950.971000', '110950.973000', '110950.981000', '110950.983000', '110950.986000', '110950.988000', '110950.991000', '110950.994000', '110950.996000', '111010.879000', '111010.881000', '111010.884000', '111010.887000', '111010.890000', '111010.892000', '111010.895000', '111010.898000', '111010.900000', '111010.903000', '111010.906000', '111010.908000', '111010.911000', '111010.913000', '111010.916000', '111010.919000', '111010.921000', '111010.924000', '111010.927000', '111010.929000', '111010.932000', '111010.935000', '111010.937000', '111010.940000', '111010.943000', '111010.945000', '111010.948000', '111010.951000', '111010.953000', '111010.956000', '111010.958000', '111010.961000', '111010.964000', '111010.966000', '111010.969000', '111010.972000', '111010.974000', '111010.977000', '111010.980000', '111010.982000', '111010.985000', '111010.988000', '111010.990000', '111010.993000', '111030.879000', '111030.882000', '111030.884000', '111030.887000', '111030.890000', '111030.893000', '111030.895000', '111030.898000', '111030.901000', '111030.903000', '111030.906000', '111030.908000', '111030.911000', '111030.914000', '111030.916000', '111030.919000', '111030.922000', '111030.925000', '111030.928000', '111030.932000', '111030.935000', '111030.938000', '111030.940000', '111030.943000', '111030.946000', '111030.948000', '111030.951000', '111030.954000', '111030.956000', '111030.959000', '111030.961000', '111030.964000', '111030.967000', '111030.969000', '111030.972000', '111030.975000', '111030.977000', '111030.980000', '111030.983000', '111030.985000', '111030.988000', '111030.990000', '111030.993000', '111050.879000', '111050.882000', '111050.885000', '111050.887000', '111050.890000', '111050.893000', '111050.895000', '111050.898000', '111050.901000', '111050.904000', '111050.906000', '111050.909000', '111050.911000', '111050.914000', '111050.917000', '111050.919000', '111050.922000', '111050.925000', '111050.927000', '111050.930000', '111050.933000', '111050.935000', '111050.938000', '111050.940000', '111050.943000', '111050.946000', '111050.948000', '111050.951000', '111050.953000', '111050.956000', '111050.959000', '111050.961000', '111050.964000', '111050.967000', '111050.969000', '111050.978000', '111050.980000', '111050.983000', '111050.986000', '111050.988000', '111050.991000', '111050.994000', '111050.996000', '111051.000000', '111110.880000', '111110.883000', '111110.885000', '111110.889000', '111110.891000', '111110.894000', '111110.896000', '111110.899000', '111110.902000', '111110.904000', '111110.907000', '111110.910000', '111110.912000', '111110.915000', '111110.917000', '111110.920000', '111110.923000', '111110.926000', '111110.928000', '111110.931000', '111110.933000', '111110.936000', '111110.939000', '111110.941000', '111110.944000', '111110.947000', '111110.949000', '111110.952000', '111110.955000', '111110.958000', '111110.961000', '111110.964000', '111110.966000', '111110.969000', '111110.972000', '111110.974000', '111110.977000', '111110.980000', '111110.982000', '111110.985000', '111110.987000', '111110.990000', '111110.993000', '111130.880000', '111130.882000', '111130.885000', '111130.888000', '111130.891000', '111130.894000', '111130.896000', '111130.899000', '111130.902000', '111130.905000', '111130.907000', '111130.910000', '111130.913000', '111130.915000', '111130.918000', '111130.920000', '111130.923000', '111130.926000', '111130.928000', '111130.931000', '111130.934000', '111130.936000', '111130.939000', '111130.942000', '111130.944000', '111130.947000', '111130.949000', '111130.952000', '111130.955000', '111130.958000', '111130.960000', '111130.963000', '111130.966000', '111130.968000', '111130.971000', '111130.973000', '111130.976000', '111130.979000', '111130.981000', '111130.984000', '111130.987000', '111130.989000', '111130.992000', '111130.995000', '111150.878000', '111150.881000', '111150.884000', '111150.887000', '111150.890000', '111150.892000', '111150.895000', '111150.898000', '111150.900000', '111150.903000', '111150.905000', '111150.908000', '111150.911000', '111150.913000', '111150.916000', '111150.919000', '111150.921000', '111150.924000', '111150.927000', '111150.929000', '111150.932000', '111150.934000', '111150.937000', '111150.940000', '111150.942000', '111150.945000', '111150.948000', '111150.950000', '111150.968000', '111150.970000', '111150.973000', '111150.976000', '111150.978000', '111150.981000', '111150.983000', '111150.986000', '111150.989000', '111150.991000', '111150.994000', '111150.997000', '111151.000000', '111151.003000', '111151.006000', '111210.879000', '111210.881000', '111210.884000', '111210.887000', '111210.889000', '111210.892000', '111210.894000', '111210.897000', '111210.900000', '111210.902000', '111210.905000', '111210.907000', '111210.910000', '111210.913000', '111210.915000', '111210.918000', '111210.920000', '111210.923000', '111210.926000', '111210.928000', '111210.931000', '111210.934000', '111210.936000', '111210.939000', '111210.941000', '111210.944000', '111210.947000', '111210.958000', '111210.961000', '111210.963000', '111210.966000', '111210.968000', '111210.971000', '111210.974000', '111210.976000', '111210.979000', '111210.981000', '111210.984000', '111210.987000', '111210.989000', '111210.992000', '111210.994000', '111210.997000', '111211.001000', '111230.879000', '111230.882000', '111230.884000', '111230.887000', '111230.889000', '111230.892000', '111230.895000', '111230.897000', '111230.900000', '111230.902000', '111230.905000', '111230.908000', '111230.911000', '111230.914000', '111230.916000', '111230.919000', '111230.921000', '111230.924000', '111230.927000', '111230.929000', '111230.932000', '111230.934000', '111230.937000', '111230.940000', '111230.942000', '111230.945000', '111230.947000', '111230.950000', '111230.953000', '111230.955000', '111230.958000', '111230.960000', '111230.963000', '111230.966000', '111230.968000', '111230.971000', '111230.973000', '111230.976000', '111230.979000', '111230.981000', '111230.984000', '111230.987000', '111230.989000', '111250.879000', '111250.881000', '111250.884000', '111250.887000', '111250.889000', '111250.892000', '111250.895000', '111250.897000', '111250.900000', '111250.902000', '111250.905000', '111250.908000', '111250.910000', '111250.913000', '111250.916000', '111250.918000', '111250.921000', '111250.924000', '111250.926000', '111250.929000', '111250.931000', '111250.934000', '111250.937000', '111250.939000', '111250.942000', '111250.944000', '111250.947000', '111250.950000', '111250.952000', '111250.955000', '111250.957000', '111250.960000', '111250.963000', '111250.965000', '111250.968000', '111250.970000', '111250.973000', '111250.976000', '111250.978000', '111250.981000', '111250.984000', '111250.986000', '111250.989000', '111250.991000', '111310.879000', '111310.882000', '111310.884000', '111310.887000', '111310.890000', '111310.892000', '111310.895000', '111310.897000', '111310.900000', '111310.903000', '111310.905000', '111310.908000', '111310.911000', '111310.913000', '111310.916000', '111310.918000', '111310.921000', '111310.923000', '111310.926000', '111310.929000', '111310.931000', '111310.934000', '111310.936000', '111310.939000', '111310.942000', '111310.944000', '111310.947000', '111310.950000', '111310.952000', '111310.955000', '111310.957000', '111310.960000', '111310.963000', '111310.965000', '111310.968000', '111310.970000', '111310.973000', '111310.976000', '111310.978000', '111310.981000', '111310.984000', '111310.986000', '111310.989000', '111330.880000', '111330.883000', '111330.885000', '111330.888000', '111330.891000', '111330.893000', '111330.896000', '111330.898000', '111330.901000', '111330.904000', '111330.907000', '111330.909000', '111330.912000', '111330.914000', '111330.917000', '111330.920000', '111330.922000', '111330.925000', '111330.927000', '111330.930000', '111330.933000', '111330.935000', '111330.938000', '111330.941000', '111330.943000', '111330.946000', '111330.948000', '111330.951000', '111330.954000', '111330.956000', '111330.959000', '111330.962000', '111330.964000', '111330.967000', '111330.969000', '111330.972000', '111330.975000', '111330.977000', '111330.980000', '111330.983000', '111330.985000', '111330.988000', '111330.990000', '111330.993000', '111350.880000', '111350.882000', '111350.885000', '111350.888000', '111350.890000', '111350.893000', '111350.895000', '111350.898000', '111350.901000', '111350.903000', '111350.906000', '111350.908000', '111350.911000', '111350.914000', '111350.916000', '111350.919000', '111350.922000', '111350.924000', '111350.927000', '111350.929000', '111350.932000', '111350.935000', '111350.937000', '111350.940000', '111350.942000', '111350.945000', '111350.948000', '111350.950000', '111350.953000', '111350.955000', '111350.958000', '111350.961000', '111350.963000', '111350.966000', '111350.968000', '111350.971000', '111350.974000', '111350.976000', '111350.979000', '111350.982000', '111350.984000', '111350.987000', '111350.989000', '111410.879000', '111410.881000', '111410.884000', '111410.886000', '111410.889000', '111410.892000', '111410.894000', '111410.897000', '111410.899000', '111410.902000', '111410.905000', '111410.907000', '111410.910000', '111410.912000', '111410.915000', '111410.917000', '111410.920000', '111410.923000', '111410.925000', '111410.928000', '111410.930000', '111410.933000', '111410.943000', '111410.945000', '111410.948000', '111410.951000', '111410.953000', '111410.956000', '111410.958000', '111410.961000', '111410.964000', '111410.966000', '111410.969000', '111410.971000', '111410.974000', '111410.977000', '111410.985000', '111410.987000', '111410.990000', '111410.993000', '111410.995000', '111410.998000', '111411.001000', '111411.004000', '111430.879000', '111430.881000', '111430.884000', '111430.887000', '111430.889000', '111430.892000', '111430.895000', '111430.897000', '111430.900000', '111430.903000', '111430.905000', '111430.908000', '111430.910000', '111430.913000', '111430.916000', '111430.918000', '111430.921000', '111430.923000', '111430.926000', '111430.928000', '111430.932000', '111430.934000', '111430.937000', '111430.940000', '111430.942000', '111430.945000', '111430.953000', '111430.956000', '111430.958000', '111430.961000', '111430.964000', '111430.966000', '111430.969000', '111430.972000', '111430.974000', '111430.977000', '111430.980000', '111430.982000', '111430.985000', '111430.988000', '111430.990000', '111430.993000', '111430.995000', '111450.879000', '111450.882000', '111450.886000', '111450.889000', '111450.892000', '111450.894000', '111450.897000', '111450.899000', '111450.902000', '111450.905000', '111450.907000', '111450.910000', '111450.912000', '111450.915000', '111450.918000', '111450.920000', '111450.923000', '111450.925000', '111450.928000', '111450.931000', '111450.933000', '111450.936000', '111450.939000', '111450.941000', '111450.944000', '111450.947000', '111450.949000', '111450.952000', '111450.954000', '111450.957000', '111450.960000', '111450.962000', '111450.965000', '111450.968000', '111450.970000', '111450.973000', '111450.975000', '111450.978000', '111450.981000', '111450.983000', '111450.986000', '111450.988000', '111450.991000', '111450.994000', '111510.879000', '111510.882000', '111510.884000', '111510.887000', '111510.890000', '111510.892000', '111510.895000', '111510.898000', '111510.900000', '111510.903000', '111510.906000', '111510.908000', '111510.911000', '111510.913000', '111510.916000', '111510.918000', '111510.921000', '111510.924000', '111510.926000', '111510.929000', '111510.932000', '111510.934000', '111510.937000', '111510.939000', '111510.942000', '111510.945000', '111510.947000', '111510.950000', '111510.953000', '111510.955000', '111510.958000', '111510.960000', '111510.963000', '111510.966000', '111510.968000', '111510.971000', '111510.974000', '111510.976000', '111510.979000', '111510.981000', '111510.984000', '111510.987000', '111510.989000', '111525.327000', '111525.332000', '111525.335000', '111525.338000', '111525.341000', '111525.343000', '111525.346000', '111525.348000', '111525.351000', '111525.354000', '111525.357000', '111525.359000', '111525.362000', '111525.365000', '111525.368000', '111525.370000', '111525.373000', '111525.376000', '111525.379000', '111525.382000', '111525.384000', '111525.387000', '111525.390000', '111525.393000', '111525.395000', '111525.398000', '111525.401000', '111525.403000', '111525.406000', '111525.411000', '111525.414000', '111525.425000'], 'InstanceCreationTime': ['110130.905000', '110130.908000', '110130.911000', '110130.914000', '110130.919000', '110130.922000', '110130.924000', '110130.927000', '110130.929000', '110130.932000', '110130.935000', '110130.937000', '110130.940000', '110130.942000', '110130.945000', '110130.947000', '110130.950000', '110130.952000', '110130.955000', '110130.958000', '110130.960000', '110130.963000', '110130.965000', '110130.968000', '110130.971000', '110130.973000', '110130.976000', '110130.979000', '110130.981000', '110130.984000', '110130.986000', '110130.989000', '110130.994000', '110130.997000', '110131.000000', '110131.003000', '110131.005000', '110131.008000', '110131.011000', '110131.013000', '110131.016000', '110131.018000', '110131.021000', '110131.023000', '110150.878000', '110150.881000', '110150.884000', '110150.886000', '110150.889000', '110150.892000', '110150.894000', '110150.897000', '110150.899000', '110150.902000', '110150.904000', '110150.907000', '110150.910000', '110150.912000', '110150.915000', '110150.917000', '110150.920000', '110150.923000', '110150.925000', '110150.928000', '110150.930000', '110150.933000', '110150.936000', '110150.938000', '110150.941000', '110150.956000', '110150.959000', '110150.962000', '110150.964000', '110150.967000', '110150.970000', '110150.972000', '110150.975000', '110150.977000', '110150.980000', '110150.982000', '110150.985000', '110150.988000', '110150.990000', '110150.993000', '110150.995000', '110150.998000', '110151.002000', '110151.004000', '110210.879000', '110210.882000', '110210.885000', '110210.888000', '110210.897000', '110210.899000', '110210.902000', '110210.904000', '110210.907000', '110210.910000', '110210.913000', '110210.916000', '110210.918000', '110210.921000', '110210.924000', '110210.926000', '110210.929000', '110210.931000', '110210.934000', '110210.937000', '110210.939000', '110210.942000', '110210.944000', '110210.947000', '110210.950000', '110210.952000', '110210.955000', '110210.957000', '110210.960000', '110210.963000', '110210.966000', '110210.969000', '110210.971000', '110210.974000', '110210.976000', '110210.979000', '110210.982000', '110210.991000', '110210.994000', '110210.997000', '110211.000000', '110211.003000', '110211.005000', '110230.879000', '110230.882000', '110230.885000', '110230.887000', '110230.890000', '110230.893000', '110230.895000', '110230.898000', '110230.900000', '110230.903000', '110230.906000', '110230.908000', '110230.911000', '110230.913000', '110230.916000', '110230.919000', '110230.921000', '110230.924000', '110230.926000', '110230.929000', '110230.932000', '110230.934000', '110230.937000', '110230.940000', '110230.968000', '110230.971000', '110230.973000', '110230.976000', '110230.979000', '110230.981000', '110230.984000', '110230.986000', '110230.989000', '110230.991000', '110230.994000', '110230.997000', '110231.000000', '110231.003000', '110231.005000', '110231.008000', '110231.011000', '110231.013000', '110231.016000', '110231.018000', '110250.878000', '110250.881000', '110250.884000', '110250.886000', '110250.889000', '110250.892000', '110250.894000', '110250.897000', '110250.900000', '110250.902000', '110250.905000', '110250.907000', '110250.910000', '110250.913000', '110250.915000', '110250.918000', '110250.920000', '110250.923000', '110250.925000', '110250.928000', '110250.931000', '110250.933000', '110250.936000', '110250.939000', '110250.941000', '110250.944000', '110250.946000', '110250.949000', '110250.952000', '110250.954000', '110250.957000', '110250.959000', '110250.962000', '110250.965000', '110250.967000', '110250.970000', '110250.974000', '110250.976000', '110250.979000', '110250.982000', '110250.984000', '110250.987000', '110250.989000', '110310.878000', '110310.881000', '110310.884000', '110310.886000', '110310.889000', '110310.892000', '110310.894000', '110310.897000', '110310.900000', '110310.902000', '110310.905000', '110310.908000', '110310.910000', '110310.913000', '110310.924000', '110310.927000', '110310.929000', '110310.932000', '110310.935000', '110310.937000', '110310.940000', '110310.943000', '110310.945000', '110310.948000', '110310.951000', '110310.953000', '110310.956000', '110310.958000', '110310.961000', '110310.964000', '110310.966000', '110310.969000', '110310.971000', '110310.974000', '110310.977000', '110310.979000', '110310.982000', '110310.984000', '110310.987000', '110310.990000', '110310.992000', '110310.995000', '110310.998000', '110311.001000', '110330.879000', '110330.881000', '110330.884000', '110330.887000', '110330.889000', '110330.892000', '110330.894000', '110330.897000', '110330.900000', '110330.902000', '110330.905000', '110330.907000', '110330.910000', '110330.913000', '110330.915000', '110330.918000', '110330.920000', '110330.923000', '110330.926000', '110330.928000', '110330.931000', '110330.934000', '110330.936000', '110330.939000', '110330.942000', '110330.944000', '110330.947000', '110330.949000', '110330.952000', '110330.955000', '110330.957000', '110330.960000', '110330.962000', '110330.965000', '110330.967000', '110330.984000', '110330.987000', '110330.990000', '110330.992000', '110330.995000', '110330.997000', '110331.001000', '110331.004000', '110350.879000', '110350.881000', '110350.884000', '110350.887000', '110350.889000', '110350.892000', '110350.894000', '110350.897000', '110350.900000', '110350.902000', '110350.905000', '110350.907000', '110350.910000', '110350.913000', '110350.915000', '110350.918000', '110350.920000', '110350.923000', '110350.925000', '110350.928000', '110350.931000', '110350.933000', '110350.936000', '110350.938000', '110350.941000', '110350.944000', '110350.946000', '110350.949000', '110350.952000', '110350.954000', '110350.957000', '110350.959000', '110350.962000', '110350.964000', '110350.967000', '110350.970000', '110350.972000', '110350.975000', '110350.978000', '110350.980000', '110350.983000', '110350.986000', '110350.989000', '110350.991000', '110410.878000', '110410.881000', '110410.884000', '110410.887000', '110410.889000', '110410.892000', '110410.894000', '110410.897000', '110410.900000', '110410.902000', '110410.905000', '110410.907000', '110410.910000', '110410.913000', '110410.915000', '110410.918000', '110410.920000', '110410.923000', '110410.926000', '110410.928000', '110410.931000', '110410.933000', '110410.936000', '110410.939000', '110410.941000', '110410.944000', '110410.947000', '110410.949000', '110410.952000', '110410.954000', '110410.957000', '110410.959000', '110410.962000', '110410.965000', '110410.967000', '110410.970000', '110410.973000', '110410.976000', '110410.978000', '110410.981000', '110410.984000', '110410.986000', '110410.989000', '110430.879000', '110430.883000', '110430.885000', '110430.888000', '110430.891000', '110430.893000', '110430.896000', '110430.899000', '110430.901000', '110430.904000', '110430.906000', '110430.909000', '110430.912000', '110430.914000', '110430.917000', '110430.919000', '110430.922000', '110430.925000', '110430.927000', '110430.930000', '110430.933000', '110430.935000', '110430.938000', '110430.940000', '110430.943000', '110430.945000', '110430.948000', '110430.951000', '110430.953000', '110430.956000', '110430.958000', '110430.961000', '110430.964000', '110430.966000', '110430.969000', '110430.971000', '110430.974000', '110430.977000', '110430.980000', '110430.982000', '110430.985000', '110430.988000', '110430.991000', '110430.993000', '110450.879000', '110450.881000', '110450.884000', '110450.887000', '110450.889000', '110450.892000', '110450.894000', '110450.897000', '110450.900000', '110450.902000', '110450.905000', '110450.907000', '110450.910000', '110450.913000', '110450.915000', '110450.918000', '110450.920000', '110450.923000', '110450.926000', '110450.928000', '110450.931000', '110450.934000', '110450.936000', '110450.939000', '110450.941000', '110450.944000', '110450.946000', '110450.949000', '110450.952000', '110450.954000', '110450.957000', '110450.960000', '110450.962000', '110450.965000', '110450.976000', '110450.979000', '110450.981000', '110450.984000', '110450.986000', '110450.989000', '110450.992000', '110450.994000', '110450.997000', '110510.878000', '110510.881000', '110510.884000', '110510.887000', '110510.889000', '110510.892000', '110510.894000', '110510.897000', '110510.900000', '110510.902000', '110510.905000', '110510.907000', '110510.910000', '110510.913000', '110510.915000', '110510.918000', '110510.921000', '110510.951000', '110510.953000', '110510.956000', '110510.959000', '110510.961000', '110510.964000', '110510.967000', '110510.969000', '110510.972000', '110510.975000', '110510.977000', '110510.980000', '110510.983000', '110510.985000', '110510.988000', '110510.991000', '110510.993000', '110510.996000', '110510.998000', '110511.002000', '110511.005000', '110511.007000', '110511.010000', '110511.013000', '110511.015000', '110511.018000', '110511.020000', '110530.878000', '110530.881000', '110530.884000', '110530.887000', '110530.889000', '110530.892000', '110530.894000', '110530.897000', '110530.899000', '110530.902000', '110530.905000', '110530.907000', '110530.910000', '110530.913000', '110530.915000', '110530.918000', '110530.921000', '110530.923000', '110530.926000', '110530.929000', '110530.931000', '110530.934000', '110530.936000', '110530.939000', '110530.942000', '110530.944000', '110530.947000', '110530.949000', '110530.952000', '110530.955000', '110530.957000', '110530.960000', '110530.963000', '110530.973000', '110530.976000', '110530.979000', '110530.981000', '110530.984000', '110530.986000', '110530.989000', '110530.992000', '110530.994000', '110530.997000', '110550.879000', '110550.881000', '110550.884000', '110550.887000', '110550.889000', '110550.892000', '110550.895000', '110550.897000', '110550.900000', '110550.903000', '110550.906000', '110550.908000', '110550.911000', '110550.914000', '110550.916000', '110550.919000', '110550.922000', '110550.924000', '110550.927000', '110550.930000', '110550.932000', '110550.935000', '110550.938000', '110550.940000', '110550.943000', '110550.945000', '110550.948000', '110550.951000', '110550.953000', '110550.956000', '110550.959000', '110550.961000', '110550.964000', '110550.967000', '110550.969000', '110550.972000', '110550.974000', '110550.977000', '110550.980000', '110550.982000', '110550.985000', '110550.988000', '110550.990000', '110550.993000', '110610.879000', '110610.881000', '110610.884000', '110610.887000', '110610.889000', '110610.892000', '110610.894000', '110610.897000', '110610.900000', '110610.903000', '110610.905000', '110610.908000', '110610.911000', '110610.913000', '110610.916000', '110610.919000', '110610.921000', '110610.924000', '110610.927000', '110610.929000', '110610.932000', '110610.935000', '110610.937000', '110610.940000', '110610.942000', '110610.945000', '110610.948000', '110610.950000', '110610.953000', '110610.956000', '110610.958000', '110610.961000', '110610.964000', '110610.966000', '110610.969000', '110610.971000', '110610.974000', '110610.977000', '110610.979000', '110610.982000', '110610.985000', '110610.987000', '110610.990000', '110630.879000', '110630.881000', '110630.884000', '110630.887000', '110630.889000', '110630.892000', '110630.895000', '110630.897000', '110630.900000', '110630.903000', '110630.905000', '110630.908000', '110630.911000', '110630.914000', '110630.916000', '110630.919000', '110630.921000', '110630.924000', '110630.927000', '110630.929000', '110630.932000', '110630.935000', '110630.937000', '110630.940000', '110630.943000', '110630.945000', '110630.948000', '110630.951000', '110630.953000', '110630.956000', '110630.959000', '110630.961000', '110630.964000', '110630.967000', '110630.970000', '110630.972000', '110630.975000', '110630.977000', '110630.980000', '110630.983000', '110630.985000', '110630.988000', '110631.003000', '110631.006000', '110650.879000', '110650.882000', '110650.885000', '110650.887000', '110650.890000', '110650.893000', '110650.895000', '110650.898000', '110650.900000', '110650.903000', '110650.906000', '110650.908000', '110650.911000', '110650.913000', '110650.916000', '110650.918000', '110650.925000', '110650.928000', '110650.931000', '110650.934000', '110650.936000', '110650.939000', '110650.941000', '110650.944000', '110650.947000', '110650.949000', '110650.952000', '110650.955000', '110650.958000', '110650.960000', '110650.963000', '110650.966000', '110650.968000', '110650.971000', '110650.973000', '110650.976000', '110650.979000', '110650.981000', '110650.984000', '110650.986000', '110650.989000', '110650.992000', '110650.994000', '110710.878000', '110710.881000', '110710.884000', '110710.888000', '110710.890000', '110710.893000', '110710.896000', '110710.898000', '110710.901000', '110710.904000', '110710.906000', '110710.909000', '110710.912000', '110710.914000', '110710.917000', '110710.919000', '110710.922000', '110710.925000', '110710.927000', '110710.930000', '110710.932000', '110710.935000', '110710.938000', '110710.940000', '110710.943000', '110710.946000', '110710.948000', '110710.951000', '110710.953000', '110710.956000', '110710.959000', '110710.961000', '110710.964000', '110710.966000', '110710.969000', '110710.971000', '110710.974000', '110710.977000', '110710.979000', '110710.982000', '110710.984000', '110710.987000', '110710.990000', '110710.992000', '110730.878000', '110730.881000', '110730.884000', '110730.886000', '110730.889000', '110730.892000', '110730.894000', '110730.897000', '110730.900000', '110730.902000', '110730.905000', '110730.908000', '110730.910000', '110730.913000', '110730.915000', '110730.918000', '110730.921000', '110730.923000', '110730.926000', '110730.928000', '110730.931000', '110730.934000', '110730.936000', '110730.939000', '110730.941000', '110730.944000', '110730.947000', '110730.949000', '110730.958000', '110730.961000', '110730.964000', '110730.967000', '110730.969000', '110730.972000', '110730.975000', '110730.977000', '110730.980000', '110730.982000', '110730.985000', '110730.988000', '110730.990000', '110730.993000', '110730.996000', '110750.878000', '110750.881000', '110750.884000', '110750.886000', '110750.889000', '110750.892000', '110750.894000', '110750.897000', '110750.899000', '110750.902000', '110750.905000', '110750.907000', '110750.910000', '110750.913000', '110750.915000', '110750.918000', '110750.920000', '110750.923000', '110750.926000', '110750.928000', '110750.931000', '110750.933000', '110750.936000', '110750.938000', '110750.941000', '110750.944000', '110750.946000', '110750.949000', '110750.952000', '110750.954000', '110750.957000', '110750.959000', '110750.962000', '110750.965000', '110750.967000', '110750.970000', '110750.972000', '110750.975000', '110750.978000', '110750.980000', '110750.983000', '110750.985000', '110750.988000', '110810.879000', '110810.882000', '110810.884000', '110810.887000', '110810.890000', '110810.892000', '110810.895000', '110810.897000', '110810.900000', '110810.903000', '110810.905000', '110810.908000', '110810.910000', '110810.913000', '110810.916000', '110810.926000', '110810.929000', '110810.931000', '110810.934000', '110810.937000', '110810.939000', '110810.942000', '110810.944000', '110810.947000', '110810.950000', '110810.952000', '110810.955000', '110810.957000', '110810.960000', '110810.963000', '110810.965000', '110810.968000', '110810.971000', '110810.973000', '110810.976000', '110810.978000', '110810.981000', '110810.984000', '110810.986000', '110810.989000', '110810.992000', '110810.994000', '110810.997000', '110811.000000', '110830.879000', '110830.881000', '110830.884000', '110830.887000', '110830.889000', '110830.892000', '110830.895000', '110830.897000', '110830.900000', '110830.903000', '110830.905000', '110830.908000', '110830.910000', '110830.913000', '110830.916000', '110830.918000', '110830.921000', '110830.924000', '110830.927000', '110830.929000', '110830.932000', '110830.935000', '110830.950000', '110830.953000', '110830.955000', '110830.958000', '110830.961000', '110830.963000', '110830.966000', '110830.968000', '110830.971000', '110830.974000', '110830.977000', '110830.979000', '110830.982000', '110830.984000', '110830.987000', '110830.990000', '110830.992000', '110830.995000', '110830.997000', '110831.001000', '110831.003000', '110831.006000', '110850.879000', '110850.882000', '110850.884000', '110850.887000', '110850.889000', '110850.892000', '110850.895000', '110850.897000', '110850.900000', '110850.903000', '110850.906000', '110850.909000', '110850.911000', '110850.914000', '110850.917000', '110850.919000', '110850.922000', '110850.925000', '110850.927000', '110850.930000', '110850.932000', '110850.935000', '110850.938000', '110850.940000', '110850.943000', '110850.945000', '110850.948000', '110850.951000', '110850.953000', '110850.956000', '110850.958000', '110850.961000', '110850.963000', '110850.966000', '110850.969000', '110850.972000', '110850.974000', '110850.977000', '110850.979000', '110850.982000', '110850.984000', '110850.987000', '110850.990000', '110910.880000', '110910.883000', '110910.885000', '110910.888000', '110910.891000', '110910.893000', '110910.896000', '110910.898000', '110910.901000', '110910.904000', '110910.906000', '110910.909000', '110910.911000', '110910.914000', '110910.917000', '110910.919000', '110910.922000', '110910.924000', '110910.927000', '110910.930000', '110910.932000', '110910.935000', '110910.937000', '110910.940000', '110910.943000', '110910.945000', '110910.948000', '110910.950000', '110910.953000', '110910.955000', '110910.958000', '110910.960000', '110910.963000', '110910.966000', '110910.968000', '110910.971000', '110910.974000', '110910.976000', '110910.979000', '110910.982000', '110910.984000', '110910.987000', '110910.989000', '110930.879000', '110930.881000', '110930.884000', '110930.887000', '110930.890000', '110930.892000', '110930.895000', '110930.897000', '110930.900000', '110930.903000', '110930.906000', '110930.908000', '110930.911000', '110930.914000', '110930.917000', '110930.919000', '110930.922000', '110930.924000', '110930.927000', '110930.930000', '110930.932000', '110930.935000', '110930.938000', '110930.940000', '110930.943000', '110930.946000', '110930.948000', '110930.951000', '110930.954000', '110930.956000', '110930.959000', '110930.961000', '110930.964000', '110930.967000', '110930.969000', '110930.972000', '110930.975000', '110930.977000', '110930.980000', '110930.982000', '110930.985000', '110930.988000', '110930.990000', '110930.993000', '110950.878000', '110950.881000', '110950.884000', '110950.887000', '110950.890000', '110950.892000', '110950.895000', '110950.898000', '110950.900000', '110950.903000', '110950.906000', '110950.908000', '110950.911000', '110950.913000', '110950.916000', '110950.919000', '110950.921000', '110950.924000', '110950.927000', '110950.929000', '110950.932000', '110950.935000', '110950.937000', '110950.940000', '110950.943000', '110950.945000', '110950.948000', '110950.951000', '110950.953000', '110950.956000', '110950.959000', '110950.961000', '110950.964000', '110950.968000', '110950.971000', '110950.973000', '110950.981000', '110950.983000', '110950.986000', '110950.988000', '110950.991000', '110950.994000', '110950.996000', '111010.879000', '111010.881000', '111010.884000', '111010.887000', '111010.890000', '111010.892000', '111010.895000', '111010.898000', '111010.900000', '111010.903000', '111010.906000', '111010.908000', '111010.911000', '111010.913000', '111010.916000', '111010.919000', '111010.921000', '111010.924000', '111010.927000', '111010.929000', '111010.932000', '111010.935000', '111010.937000', '111010.940000', '111010.943000', '111010.945000', '111010.948000', '111010.951000', '111010.953000', '111010.956000', '111010.958000', '111010.961000', '111010.964000', '111010.966000', '111010.969000', '111010.972000', '111010.974000', '111010.977000', '111010.980000', '111010.982000', '111010.985000', '111010.988000', '111010.990000', '111010.993000', '111030.879000', '111030.882000', '111030.884000', '111030.887000', '111030.890000', '111030.893000', '111030.895000', '111030.898000', '111030.901000', '111030.903000', '111030.906000', '111030.908000', '111030.911000', '111030.914000', '111030.916000', '111030.919000', '111030.922000', '111030.925000', '111030.928000', '111030.932000', '111030.935000', '111030.938000', '111030.940000', '111030.943000', '111030.946000', '111030.948000', '111030.951000', '111030.954000', '111030.956000', '111030.959000', '111030.961000', '111030.964000', '111030.967000', '111030.969000', '111030.972000', '111030.975000', '111030.977000', '111030.980000', '111030.983000', '111030.985000', '111030.988000', '111030.990000', '111030.993000', '111050.879000', '111050.882000', '111050.885000', '111050.887000', '111050.890000', '111050.893000', '111050.895000', '111050.898000', '111050.901000', '111050.904000', '111050.906000', '111050.909000', '111050.911000', '111050.914000', '111050.917000', '111050.919000', '111050.922000', '111050.925000', '111050.927000', '111050.930000', '111050.933000', '111050.935000', '111050.938000', '111050.940000', '111050.943000', '111050.946000', '111050.948000', '111050.951000', '111050.953000', '111050.956000', '111050.959000', '111050.961000', '111050.964000', '111050.967000', '111050.969000', '111050.978000', '111050.980000', '111050.983000', '111050.986000', '111050.988000', '111050.991000', '111050.994000', '111050.996000', '111051.000000', '111110.880000', '111110.883000', '111110.885000', '111110.889000', '111110.891000', '111110.894000', '111110.896000', '111110.899000', '111110.902000', '111110.904000', '111110.907000', '111110.910000', '111110.912000', '111110.915000', '111110.917000', '111110.920000', '111110.923000', '111110.926000', '111110.928000', '111110.931000', '111110.933000', '111110.936000', '111110.939000', '111110.941000', '111110.944000', '111110.947000', '111110.949000', '111110.952000', '111110.955000', '111110.958000', '111110.961000', '111110.964000', '111110.966000', '111110.969000', '111110.972000', '111110.974000', '111110.977000', '111110.980000', '111110.982000', '111110.985000', '111110.987000', '111110.990000', '111110.993000', '111130.880000', '111130.882000', '111130.885000', '111130.888000', '111130.891000', '111130.894000', '111130.896000', '111130.899000', '111130.902000', '111130.905000', '111130.907000', '111130.910000', '111130.913000', '111130.915000', '111130.918000', '111130.920000', '111130.923000', '111130.926000', '111130.928000', '111130.931000', '111130.934000', '111130.936000', '111130.939000', '111130.942000', '111130.944000', '111130.947000', '111130.949000', '111130.952000', '111130.955000', '111130.958000', '111130.960000', '111130.963000', '111130.966000', '111130.968000', '111130.971000', '111130.973000', '111130.976000', '111130.979000', '111130.981000', '111130.984000', '111130.987000', '111130.989000', '111130.992000', '111130.995000', '111150.878000', '111150.881000', '111150.884000', '111150.887000', '111150.890000', '111150.892000', '111150.895000', '111150.898000', '111150.900000', '111150.903000', '111150.905000', '111150.908000', '111150.911000', '111150.913000', '111150.916000', '111150.919000', '111150.921000', '111150.924000', '111150.927000', '111150.929000', '111150.932000', '111150.934000', '111150.937000', '111150.940000', '111150.942000', '111150.945000', '111150.948000', '111150.950000', '111150.968000', '111150.970000', '111150.973000', '111150.976000', '111150.978000', '111150.981000', '111150.983000', '111150.986000', '111150.989000', '111150.991000', '111150.994000', '111150.997000', '111151.000000', '111151.003000', '111151.006000', '111210.879000', '111210.881000', '111210.884000', '111210.887000', '111210.889000', '111210.892000', '111210.894000', '111210.897000', '111210.900000', '111210.902000', '111210.905000', '111210.907000', '111210.910000', '111210.913000', '111210.915000', '111210.918000', '111210.920000', '111210.923000', '111210.926000', '111210.928000', '111210.931000', '111210.934000', '111210.936000', '111210.939000', '111210.941000', '111210.944000', '111210.947000', '111210.958000', '111210.961000', '111210.963000', '111210.966000', '111210.968000', '111210.971000', '111210.974000', '111210.976000', '111210.979000', '111210.981000', '111210.984000', '111210.987000', '111210.989000', '111210.992000', '111210.994000', '111210.997000', '111211.001000', '111230.879000', '111230.882000', '111230.884000', '111230.887000', '111230.889000', '111230.892000', '111230.895000', '111230.897000', '111230.900000', '111230.902000', '111230.905000', '111230.908000', '111230.911000', '111230.914000', '111230.916000', '111230.919000', '111230.921000', '111230.924000', '111230.927000', '111230.929000', '111230.932000', '111230.934000', '111230.937000', '111230.940000', '111230.942000', '111230.945000', '111230.947000', '111230.950000', '111230.953000', '111230.955000', '111230.958000', '111230.960000', '111230.963000', '111230.966000', '111230.968000', '111230.971000', '111230.973000', '111230.976000', '111230.979000', '111230.981000', '111230.984000', '111230.987000', '111230.989000', '111250.879000', '111250.881000', '111250.884000', '111250.887000', '111250.889000', '111250.892000', '111250.895000', '111250.897000', '111250.900000', '111250.902000', '111250.905000', '111250.908000', '111250.910000', '111250.913000', '111250.916000', '111250.918000', '111250.921000', '111250.924000', '111250.926000', '111250.929000', '111250.931000', '111250.934000', '111250.937000', '111250.939000', '111250.942000', '111250.944000', '111250.947000', '111250.950000', '111250.952000', '111250.955000', '111250.957000', '111250.960000', '111250.963000', '111250.965000', '111250.968000', '111250.970000', '111250.973000', '111250.976000', '111250.978000', '111250.981000', '111250.984000', '111250.986000', '111250.989000', '111250.991000', '111310.879000', '111310.882000', '111310.884000', '111310.887000', '111310.890000', '111310.892000', '111310.895000', '111310.897000', '111310.900000', '111310.903000', '111310.905000', '111310.908000', '111310.911000', '111310.913000', '111310.916000', '111310.918000', '111310.921000', '111310.923000', '111310.926000', '111310.929000', '111310.931000', '111310.934000', '111310.936000', '111310.939000', '111310.942000', '111310.944000', '111310.947000', '111310.950000', '111310.952000', '111310.955000', '111310.957000', '111310.960000', '111310.963000', '111310.965000', '111310.968000', '111310.970000', '111310.973000', '111310.976000', '111310.978000', '111310.981000', '111310.984000', '111310.986000', '111310.989000', '111330.880000', '111330.883000', '111330.885000', '111330.888000', '111330.891000', '111330.893000', '111330.896000', '111330.898000', '111330.901000', '111330.904000', '111330.907000', '111330.909000', '111330.912000', '111330.914000', '111330.917000', '111330.920000', '111330.922000', '111330.925000', '111330.927000', '111330.930000', '111330.933000', '111330.935000', '111330.938000', '111330.941000', '111330.943000', '111330.946000', '111330.948000', '111330.951000', '111330.954000', '111330.956000', '111330.959000', '111330.962000', '111330.964000', '111330.967000', '111330.969000', '111330.972000', '111330.975000', '111330.977000', '111330.980000', '111330.983000', '111330.985000', '111330.988000', '111330.990000', '111330.993000', '111350.880000', '111350.882000', '111350.885000', '111350.888000', '111350.890000', '111350.893000', '111350.895000', '111350.898000', '111350.901000', '111350.903000', '111350.906000', '111350.908000', '111350.911000', '111350.914000', '111350.916000', '111350.919000', '111350.922000', '111350.924000', '111350.927000', '111350.929000', '111350.932000', '111350.935000', '111350.937000', '111350.940000', '111350.942000', '111350.945000', '111350.948000', '111350.950000', '111350.953000', '111350.955000', '111350.958000', '111350.961000', '111350.963000', '111350.966000', '111350.968000', '111350.971000', '111350.974000', '111350.976000', '111350.979000', '111350.982000', '111350.984000', '111350.987000', '111350.989000', '111410.879000', '111410.881000', '111410.884000', '111410.886000', '111410.889000', '111410.892000', '111410.894000', '111410.897000', '111410.899000', '111410.902000', '111410.905000', '111410.907000', '111410.910000', '111410.912000', '111410.915000', '111410.917000', '111410.920000', '111410.923000', '111410.925000', '111410.928000', '111410.930000', '111410.933000', '111410.943000', '111410.945000', '111410.948000', '111410.951000', '111410.953000', '111410.956000', '111410.958000', '111410.961000', '111410.964000', '111410.966000', '111410.969000', '111410.971000', '111410.974000', '111410.977000', '111410.985000', '111410.987000', '111410.990000', '111410.993000', '111410.995000', '111410.998000', '111411.001000', '111411.004000', '111430.879000', '111430.881000', '111430.884000', '111430.887000', '111430.889000', '111430.892000', '111430.895000', '111430.897000', '111430.900000', '111430.903000', '111430.905000', '111430.908000', '111430.910000', '111430.913000', '111430.916000', '111430.918000', '111430.921000', '111430.923000', '111430.926000', '111430.928000', '111430.932000', '111430.934000', '111430.937000', '111430.940000', '111430.942000', '111430.945000', '111430.953000', '111430.956000', '111430.958000', '111430.961000', '111430.964000', '111430.966000', '111430.969000', '111430.972000', '111430.974000', '111430.977000', '111430.980000', '111430.982000', '111430.985000', '111430.988000', '111430.990000', '111430.993000', '111430.995000', '111450.879000', '111450.882000', '111450.886000', '111450.889000', '111450.892000', '111450.894000', '111450.897000', '111450.899000', '111450.902000', '111450.905000', '111450.907000', '111450.910000', '111450.912000', '111450.915000', '111450.918000', '111450.920000', '111450.923000', '111450.925000', '111450.928000', '111450.931000', '111450.933000', '111450.936000', '111450.939000', '111450.941000', '111450.944000', '111450.947000', '111450.949000', '111450.952000', '111450.954000', '111450.957000', '111450.960000', '111450.962000', '111450.965000', '111450.968000', '111450.970000', '111450.973000', '111450.975000', '111450.978000', '111450.981000', '111450.983000', '111450.986000', '111450.988000', '111450.991000', '111450.994000', '111510.879000', '111510.882000', '111510.884000', '111510.887000', '111510.890000', '111510.892000', '111510.895000', '111510.898000', '111510.900000', '111510.903000', '111510.906000', '111510.908000', '111510.911000', '111510.913000', '111510.916000', '111510.918000', '111510.921000', '111510.924000', '111510.926000', '111510.929000', '111510.932000', '111510.934000', '111510.937000', '111510.939000', '111510.942000', '111510.945000', '111510.947000', '111510.950000', '111510.953000', '111510.955000', '111510.958000', '111510.960000', '111510.963000', '111510.966000', '111510.968000', '111510.971000', '111510.974000', '111510.976000', '111510.979000', '111510.981000', '111510.984000', '111510.987000', '111510.989000', '111525.327000', '111525.332000', '111525.335000', '111525.338000', '111525.341000', '111525.343000', '111525.346000', '111525.348000', '111525.351000', '111525.354000', '111525.357000', '111525.359000', '111525.362000', '111525.365000', '111525.368000', '111525.370000', '111525.373000', '111525.376000', '111525.379000', '111525.382000', '111525.384000', '111525.387000', '111525.390000', '111525.393000', '111525.395000', '111525.398000', '111525.401000', '111525.403000', '111525.406000', '111525.411000', '111525.414000', '111525.425000'], '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, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859], 'LargestImagePixelValue': [9744, 12485, 8614, 11073, 9094, 12188, 8701, 8759, 10157, 8849, 12382, 8904, 8862, 8495, 7675, 8841, 8458, 9020, 8358, 8967, 8040, 8922, 7972, 8954, 10404, 8715, 7610, 8811, 7715, 8773, 8069, 8871, 11299, 8838, 7726, 8782, 7730, 8932, 12065, 11672, 11262, 8853, 8120, 8756, 8392, 9210, 12608, 8843, 10224, 8966, 7554, 8841, 8443, 8756, 11491, 8985, 11249, 8661, 12044, 8437, 9077, 8804, 9003, 8813, 10192, 8651, 10056, 8618, 8523, 8270, 8852, 8069, 8980, 7677, 8742, 8354, 8753, 8027, 8751, 10462, 8804, 8641, 8811, 8213, 8841, 8035, 8987, 9077, 8893, 8239, 8615, 7920, 8631, 8048, 9296, 8594, 8773, 8155, 8625, 8163, 9362, 8407, 8874, 8273, 8556, 8061, 8655, 7997, 8937, 8572, 8874, 10355, 8824, 7836, 9183, 9328, 8687, 10946, 8746, 9795, 8679, 7450, 8805, 7938, 9057, 8489, 9404, 8306, 8979, 10362, 9232, 10651, 8931, 9395, 8179, 10623, 8503, 9224, 8795, 9560, 8728, 8954, 8016, 10519, 7670, 8959, 8016, 9023, 7725, 8917, 10933, 9002, 12241, 8588, 9578, 8396, 9129, 7627, 9041, 8026, 9123, 8385, 8781, 7668, 9080, 7674, 9047, 8164, 9810, 7725, 9648, 8346, 10690, 11558, 8985, 12692, 8923, 11443, 8395, 9153, 7356, 8692, 7657, 8996, 7763, 8982, 7805, 9607, 8594, 9610, 9012, 11390, 9144, 12856, 8768, 11265, 8817, 11387, 8340, 11520, 10849, 8734, 11744, 8800, 7518, 8585, 8223, 8475, 7964, 8650, 8097, 8513, 7927, 8535, 8091, 9161, 10244, 9488, 8894, 8735, 10318, 8779, 12137, 10631, 12791, 8987, 9713, 8605, 7845, 8969, 10031, 8928, 10463, 8556, 7901, 8800, 13191, 9045, 12116, 8794, 11483, 8329, 8551, 8296, 8800, 8804, 8650, 8514, 8641, 7788, 8588, 9925, 8727, 8705, 7768, 8841, 8108, 8475, 7752, 8638, 9475, 8098, 9005, 7825, 8505, 7758, 7728, 7971, 7542, 8625, 8002, 9110, 7894, 8874, 7976, 8736, 8209, 9425, 8910, 10206, 12003, 10237, 12846, 8728, 11046, 8792, 10652, 7988, 8640, 10465, 8764, 11526, 8704, 9251, 8011, 8822, 7497, 8676, 7638, 8649, 7780, 8125, 9978, 7551, 9219, 7686, 8997, 7350, 8414, 7456, 8724, 7237, 8818, 7195, 9261, 7648, 9498, 7675, 9358, 8212, 10163, 8211, 13398, 9627, 14330, 9069, 9460, 8217, 9344, 11634, 12367, 13137, 10837, 13221, 8959, 10891, 9045, 9362, 8050, 13986, 9345, 11791, 8257, 9040, 10504, 9119, 13141, 10711, 12866, 8703, 11058, 8946, 9520, 8607, 12498, 11533, 8769, 12675, 8967, 11283, 8768, 8929, 8469, 9150, 8214, 8918, 7877, 8499, 7951, 8696, 8287, 9093, 8424, 8598, 8072, 8743, 11418, 8974, 9665, 7944, 11410, 8586, 9189, 7807, 8853, 7801, 8814, 7976, 8651, 8012, 8713, 8824, 8848, 10050, 8864, 9575, 8105, 9252, 7647, 9295, 7534, 8920, 8775, 8042, 9251, 7863, 8915, 7368, 8717, 7306, 8758, 7889, 8487, 7673, 7928, 8690, 7555, 7536, 7676, 7651, 8116, 10676, 8154, 10290, 8108, 9944, 7371, 10894, 10971, 8835, 11999, 8234, 11403, 7509, 9171, 8107, 8577, 11896, 7535, 9330, 7338, 8866, 7596, 8825, 7279, 9005, 7488, 9681, 8449, 14194, 8701, 10704, 12236, 9184, 12629, 10347, 12829, 8458, 9884, 8313, 9101, 12426, 9340, 12510, 10786, 12300, 8757, 8710, 8597, 8809, 13005, 9277, 10933, 8689, 9199, 8324, 8741, 8743, 8986, 8417, 8869, 9514, 8879, 10216, 9054, 9130, 8039, 9258, 8553, 9021, 7959, 9054, 9640, 8308, 9135, 7489, 8897, 8221, 8852, 7815, 8819, 8329, 8479, 9658, 8013, 8997, 7666, 8670, 8065, 9046, 8246, 7320, 8292, 9360, 8845, 9859, 8853, 10195, 8649, 9131, 8031, 13007, 10795, 11739, 8296, 8910, 10832, 9304, 12626, 9704, 11827, 8931, 9268, 8508, 11980, 8670, 9195, 12332, 9044, 11094, 8559, 9210, 7653, 8948, 10309, 9129, 11381, 8788, 9116, 8887, 7657, 8868, 10080, 9145, 9774, 8832, 9289, 8924, 8829, 8379, 12286, 10846, 10843, 12552, 8980, 10251, 8649, 8857, 7979, 9052, 8497, 8983, 8505, 8814, 8710, 8855, 12028, 9066, 9166, 8083, 9083, 7955, 8770, 7767, 8726, 9914, 8035, 9075, 7657, 9113, 7501, 8810, 7536, 8687, 7691, 8334, 9298, 7719, 9701, 7692, 8478, 7413, 7539, 8086, 7803, 8729, 10213, 8237, 9673, 7622, 9460, 7547, 8921, 7735, 8763, 10444, 8985, 12330, 8144, 10284, 7354, 9420, 7438, 8807, 7774, 8527, 11084, 8213, 9694, 8010, 7715, 8558, 9332, 8782, 12527, 9007, 13099, 9695, 13300, 9694, 13938, 12525, 11025, 13225, 9429, 11484, 8174, 9032, 11715, 9001, 9483, 8652, 9170, 8351, 8924, 7926, 9413, 7733, 8778, 7716, 8743, 8456, 9049, 11400, 9409, 12391, 8667, 8986, 8277, 9023, 11633, 9085, 9162, 7825, 9002, 7934, 8741, 8619, 8344, 9047, 7547, 8796, 7676, 8609, 7788, 8272, 9294, 7617, 8934, 7604, 8836, 7420, 8275, 8918, 7808, 8850, 7894, 7676, 8408, 7591, 8657, 10668, 8139, 11207, 8841, 8457, 9711, 8643, 11131, 8484, 10308, 9173, 8779, 12120, 8357, 9444, 7849, 9079, 7508, 9141, 7661, 9144, 7961, 9750, 8429, 12896, 8262, 11873, 11790, 11248, 12922, 10324, 11449, 8753, 11787, 9177, 13228, 9615, 12174, 8337, 8787, 11505, 8699, 9666, 8148, 8762, 9889, 8834, 11434, 8700, 9348, 8589, 8721, 8398, 8701, 8093, 8600, 8344, 8616, 11606, 8748, 12617, 8897, 11141, 8143, 8637, 9028, 8716, 9340, 8471, 9073, 8094, 8763, 7916, 8635, 8632, 8325, 8930, 7515, 8628, 7802, 8388, 7565, 8339, 8145, 7876, 9282, 7632, 9109, 7548, 8475, 7633, 8270, 7623, 8040, 7669, 7901, 9633, 7690, 10618, 7426, 9761, 7529, 8744, 7481, 9085, 7430, 9260, 7103, 9459, 7290, 9571, 7576, 10247, 8250, 9540, 8727, 12327, 9297, 12234, 11205, 12369, 9045, 12103, 8697, 14167, 9232, 13212, 12837, 9875, 13244, 8857, 10702, 8921, 10854, 8778, 13340, 8449, 10418, 8796, 13324, 10383, 11961, 8262, 8670, 8462, 9941, 12314, 9014, 8565, 10202, 11454, 8696, 9031, 8385, 7914, 9188, 7614, 8216, 9276, 9634, 11423, 13598, 14363, 16818, 14000, 12561, 15490, 12802, 12008, 15082, 11562, 9076, 11303, 9890, 9799, 10408, 9805, 7137, 10065, 9598, 7108, 9799, 8341, 8403, 7582, 7334, 7646, 9352, 9991, 7400, 9701, 9691, 7157, 9399, 9143, 9800, 8419, 7105, 9051, 8494, 8875, 10774, 9351, 7555, 7363, 7726, 8871, 8149, 10448, 8789, 11064, 7760, 6862, 7678, 6992, 9009, 7555, 9373, 7834, 10120, 8379, 10866, 8285, 10445, 8364, 9981, 8350, 10807, 7804, 11848, 9445, 11727, 8040, 9620, 7706, 9096, 7189, 8664, 7503, 8512, 9907, 8419, 7130, 8310, 7393, 8196, 7713, 8352, 7476, 8344, 7422, 8198, 7702, 8144, 10017, 7854, 9891, 7543, 9561, 7582, 8415, 7530, 9887, 7793, 9242, 7431, 9862, 7261, 9617, 7258, 9244, 7318, 9064, 7532, 11233, 7400, 9316, 7625, 10258, 9304, 12711, 8369, 12071, 8014, 12766, 9038, 13185, 9808, 13366, 8838, 9507, 12745, 9021, 14134, 9169, 12104, 9868, 11120, 8930, 7429, 8977, 8451, 9033, 8799, 8664, 8560, 8895, 8360, 9056, 12308, 8947, 8612, 8725, 8121, 9045, 13637, 10900, 12707, 8851, 9911, 9079, 9963, 9050, 9137, 8536, 9253, 11465, 9224, 11107, 9276, 8185, 8907, 9235, 8305, 9235, 7785, 9029, 7509, 9256, 7536, 9165, 7802, 9060, 7696, 9068, 8427, 9224, 10042, 9262, 12241, 9095, 10011, 8875, 9213, 7789, 9368, 9151, 9164, 9368, 8828, 7737, 8608, 9182, 8038, 9247, 7729, 8793, 7941, 8601, 7778, 8442, 7948, 8539, 7704, 8642, 7698, 8759, 8054, 8896, 7742, 9266, 10823, 9367, 12250, 9150, 11662, 9240, 11375, 9912, 12239, 7829, 9373, 7993, 9453, 7887, 9190, 8168, 9270, 8107, 9903, 8227, 12442, 8277, 9457, 9597, 9233, 12505, 9072, 9710, 9019, 10013, 8866, 7891, 9123, 8982, 9077, 9318, 8268, 11449, 8230, 9580, 11883, 9415, 11506, 8577, 9792, 7558, 9382, 7762, 9286, 7724, 9590, 8443, 9489, 11337, 9445, 11614, 8472, 9225, 8087, 8986, 9433, 8345, 9465, 7515, 9106, 7837, 8617, 7807, 8508, 8891, 7959, 8961, 7711, 8765, 7722, 8403, 8527, 8027, 8805, 7865, 9156, 7925, 9028, 7723, 8124, 7329, 8924, 7713, 9411, 8696, 10604, 9176, 10593, 9288, 11495, 9209, 12826, 10006, 13190, 8981, 9880, 12270, 9569, 13258, 9787, 12570, 9456, 10323, 8125, 9668, 8590, 9250, 9210, 9261, 9369, 8599, 8702, 8438, 8527, 8349, 8314, 8345, 8748, 9079, 7413, 9117, 7734, 9190, 9723, 9631, 12235, 9482, 11838, 9110, 9517, 8999, 11068, 8540, 10800, 8358, 9286, 11975, 9495, 12223, 9499, 11422, 7971, 9516, 8492, 9221, 7862, 9268, 8826, 7878, 9427, 8435, 9220, 7718, 9099, 8067, 8768, 9309, 7605, 9413, 7848, 9253, 7593, 8986, 7652, 9331, 7865, 9623, 7932, 9535, 7856, 12624, 9261, 9680, 12492, 9318, 11745, 8688, 11254, 8454, 9542, 11309, 9080, 9746, 7925, 9633, 8686, 9519, 7932, 9068, 7992, 8962, 7553, 8851, 8026, 8992, 7978, 9349, 7523, 9542, 7940, 10184, 8238, 10122, 8980, 9590, 8961, 13081, 10037, 12508, 8481, 9644, 9117, 9747, 10922, 10821, 12714, 9614, 12960, 9689, 12599, 9784, 12386, 8867, 9424, 8565, 9168, 8061, 9320, 9473, 8439, 9551, 8147, 9503, 8232, 9384, 7762, 9416, 7765, 9673, 7856, 9486, 7817, 9323, 7893, 9332, 9619, 9490, 13095, 10252, 12733, 9025, 10400, 8391, 9395, 11003, 9353, 9272, 8916, 8427, 8971, 7810, 8970, 8187, 8982, 7761, 9203, 7930, 9306, 8145, 9339, 8084, 9361, 12314, 9817, 13663, 9486, 10748, 9340, 9599, 9133, 12182, 10137, 12541, 8568, 9089, 8822, 9273, 8159, 9092, 7643, 9456, 8220, 9331, 8258, 9257, 8478, 9325, 8024, 9466, 8149, 9111, 9249, 9216, 8897, 9993, 8036, 10603, 8696, 9443, 7929, 7627, 8314, 8209, 8954, 7998, 9311, 7948, 9046, 7744, 8968, 7995, 9299, 10225, 10244, 8331, 9388, 7722, 9593, 8249, 9985, 9043, 11295, 13630, 13689, 14402, 14673, 15300, 15292, 14423, 15553, 9552, 7167, 8498, 8410, 9097, 8763, 8288, 9789, 8177, 7163, 9131, 8380, 8608, 9954, 11986, 11706, 13328, 10382, 9870, 13419, 10902, 14011, 11409, 13713, 9440, 12431, 9525, 8739, 9305, 9274, 9143, 9476, 8912, 7994, 8810, 9162, 8687, 9032, 7049, 9351, 8150, 9487, 7432, 8643, 8437, 6950, 9290, 7280, 9051, 8315, 9475, 8734, 10436, 11754, 10227, 14684, 10443, 11778, 8538, 8976, 9470, 8422, 9120, 8628, 9249, 7683, 10028, 9644, 7865, 9992, 8297, 11434, 9296, 10331, 9021, 13313, 9631, 13886, 9363, 11182, 9379, 10132, 9101, 9837, 9154, 10691, 9124, 10286, 9127, 7998, 9231, 8234, 9372, 7498, 9439, 7669, 9626, 8007, 10012, 7545, 9443, 10523, 8687, 13398, 8365, 10806, 8126, 11033, 7841, 11034, 8064, 10858, 8029, 9583, 8251, 7656, 9002, 7502, 9333, 7790, 9541, 7759, 10241, 8516, 9333, 8150, 7511, 8679, 8547, 8526, 8687, 12855, 12017, 14804, 12393, 9047, 9494, 10968, 9101, 12402, 8659, 12817, 8641, 8551, 8835, 7962, 8858, 7699, 9426, 7850, 9665, 7668, 10369, 7818, 10636, 8131, 11411, 8887, 12656, 9394, 9423, 9771, 7986, 9820, 8347, 11521, 7750, 10210, 9101, 7612, 9124, 7488, 9219, 7755, 9793, 7939, 10146, 7528, 10319, 7802, 10340, 7858, 13920, 8657, 12917, 8960, 9083, 8853, 7728, 8968, 7630, 9450, 7582, 9640, 7247, 9538, 7626, 9179, 12515, 9297, 7445, 9407, 7871, 9302, 7837, 10075, 7705, 10244, 7409, 9664, 7396, 9603, 7231, 9426, 7686, 11799, 7487, 9368, 7384, 9660, 7171, 10375, 7556, 9785, 7462, 9399, 7298, 9298, 7245, 9892, 7471, 9226, 7134, 9511, 7410, 10465, 7531, 12456, 7425, 9713, 7356, 9721, 7792, 9564, 8388, 9410, 7551, 9629, 7950, 9631, 8372, 9666, 7782, 9465, 7094, 9218, 7098, 9132, 6941, 9336, 7621, 9296, 7697, 9481, 8462, 10000, 7700, 10598, 7583, 10065, 7835, 10320, 8301, 11130, 9148, 14263, 9362, 12261, 9816, 10593, 9807, 14326, 10024, 11582, 10173, 9823, 9436, 11200, 8688, 10341, 8234, 9942, 7234, 10106, 6941, 9579, 8455, 9392, 8416, 9726, 7208, 9140, 7203, 9430, 13637, 9401, 13859, 9230, 10768, 8971, 10643, 8768, 13715, 9082, 12816, 9412, 7428, 9406, 7285, 9411, 10658, 9930, 8423, 9903, 8658, 9893, 8342, 9679, 8588, 9536, 7869, 9995, 7546, 9609, 12562, 9852, 8856, 9552, 8521, 9903, 8458, 10005, 8078, 9982, 7618, 9147, 8069, 10075, 9283, 13765, 9497, 11534, 9736, 7549, 9543, 7907, 9623, 7971, 10257, 7873, 9668, 8796, 7888, 9124, 7101, 9195, 8128, 9556, 7750, 8740, 9269, 11434, 8836, 10978, 7699, 13148, 8629, 7509, 9098, 7395, 9353, 7172, 9441, 7841, 9257, 8175, 9425, 7278, 9544, 7314, 9684, 7582, 10464, 7762, 9308, 7638, 9765, 7346, 9340, 7289, 11118, 7185, 8734, 8004, 9205, 8081, 9955, 7399, 9509, 7415, 12588, 7833, 9113, 8000, 9501, 7743, 9932, 8096, 10148, 8564, 7150, 9080, 6922, 9084, 7511, 10317, 7466, 9926, 8439, 7182, 9275, 8166], 'WindowCenter': [3897.0, 3899.0, 3843.0, 3861.0, 3826.0, 3856.0, 3813.0, 3812.0, 3833.0, 3812.0, 3852.0, 3823.0, 3811.0, 3810.0, 3800.0, 3822.0, 3813.0, 3837.0, 3814.0, 3835.0, 3815.0, 3825.0, 3815.0, 3825.0, 3845.0, 3812.0, 3803.0, 3824.0, 3803.0, 3824.0, 3802.0, 3824.0, 3857.0, 3837.0, 3816.0, 3825.0, 3803.0, 3824.0, 3857.0, 3858.0, 3846.0, 3825.0, 3802.0, 3813.0, 3811.0, 3824.0, 3855.0, 3824.0, 3834.0, 3823.0, 3803.0, 3837.0, 3814.0, 3825.0, 3845.0, 3823.0, 3845.0, 3813.0, 3854.0, 3813.0, 3821.0, 3823.0, 3811.0, 3823.0, 3845.0, 3814.0, 3833.0, 3824.0, 3812.0, 3812.0, 3821.0, 3802.0, 3823.0, 3801.0, 3813.0, 3813.0, 3812.0, 3801.0, 3813.0, 3833.0, 3824.0, 3812.0, 3823.0, 3811.0, 3822.0, 3801.0, 3824.0, 3822.0, 3825.0, 3812.0, 3813.0, 3802.0, 3812.0, 3802.0, 3823.0, 3825.0, 3826.0, 3802.0, 3823.0, 3813.0, 3834.0, 3826.0, 3824.0, 3813.0, 3813.0, 3813.0, 3813.0, 3803.0, 3836.0, 3825.0, 3838.0, 3846.0, 3824.0, 3802.0, 3824.0, 3824.0, 3827.0, 3847.0, 3827.0, 3846.0, 3825.0, 3804.0, 3824.0, 3816.0, 3851.0, 3840.0, 3851.0, 3826.0, 3838.0, 3847.0, 3835.0, 3845.0, 3826.0, 3835.0, 3826.0, 3859.0, 3827.0, 3838.0, 3828.0, 3836.0, 3839.0, 3840.0, 3828.0, 3861.0, 3817.0, 3826.0, 3815.0, 3825.0, 3804.0, 3840.0, 3860.0, 3838.0, 3871.0, 3826.0, 3836.0, 3816.0, 3836.0, 3818.0, 3852.0, 3828.0, 3838.0, 3840.0, 3838.0, 3817.0, 3838.0, 3831.0, 3851.0, 3839.0, 3864.0, 3819.0, 3849.0, 3827.0, 3849.0, 3860.0, 3851.0, 3881.0, 3827.0, 3871.0, 3827.0, 3824.0, 3803.0, 3824.0, 3814.0, 3836.0, 3815.0, 3850.0, 3818.0, 3847.0, 3839.0, 3836.0, 3838.0, 3859.0, 3839.0, 3870.0, 3825.0, 3845.0, 3814.0, 3843.0, 3814.0, 3858.0, 3844.0, 3825.0, 3854.0, 3822.0, 3789.0, 3811.0, 3812.0, 3824.0, 3812.0, 3839.0, 3816.0, 3837.0, 3816.0, 3826.0, 3817.0, 3837.0, 3849.0, 3837.0, 3824.0, 3814.0, 3833.0, 3813.0, 3844.0, 3833.0, 3855.0, 3810.0, 3821.0, 3809.0, 3789.0, 3811.0, 3821.0, 3823.0, 3831.0, 3812.0, 3800.0, 3811.0, 3852.0, 3810.0, 3842.0, 3810.0, 3829.0, 3798.0, 3797.0, 3798.0, 3809.0, 3809.0, 3811.0, 3810.0, 3810.0, 3788.0, 3809.0, 3820.0, 3811.0, 3823.0, 3803.0, 3822.0, 3812.0, 3811.0, 3788.0, 3811.0, 3820.0, 3800.0, 3822.0, 3801.0, 3824.0, 3816.0, 3815.0, 3827.0, 3814.0, 3836.0, 3826.0, 3837.0, 3829.0, 3840.0, 3829.0, 3839.0, 3828.0, 3837.0, 3826.0, 3850.0, 3869.0, 3849.0, 3857.0, 3814.0, 3844.0, 3812.0, 3832.0, 3801.0, 3811.0, 3831.0, 3826.0, 3856.0, 3823.0, 3825.0, 3802.0, 3810.0, 3791.0, 3812.0, 3801.0, 3823.0, 3803.0, 3830.0, 3849.0, 3817.0, 3838.0, 3815.0, 3823.0, 3803.0, 3825.0, 3817.0, 3838.0, 3820.0, 3851.0, 3821.0, 3862.0, 3844.0, 3863.0, 3845.0, 3865.0, 3843.0, 3862.0, 3842.0, 3895.0, 3852.0, 3895.0, 3841.0, 3849.0, 3827.0, 3838.0, 3857.0, 3870.0, 3870.0, 3862.0, 3868.0, 3826.0, 3845.0, 3824.0, 3824.0, 3803.0, 3865.0, 3835.0, 3854.0, 3813.0, 3812.0, 3832.0, 3810.0, 3853.0, 3835.0, 3853.0, 3811.0, 3832.0, 3810.0, 3810.0, 3799.0, 3852.0, 3830.0, 3799.0, 3840.0, 3809.0, 3828.0, 3796.0, 3797.0, 3796.0, 3807.0, 3798.0, 3811.0, 3798.0, 3810.0, 3800.0, 3812.0, 3812.0, 3824.0, 3814.0, 3814.0, 3801.0, 3813.0, 3843.0, 3824.0, 3824.0, 3801.0, 3841.0, 3799.0, 3810.0, 3788.0, 3811.0, 3788.0, 3823.0, 3801.0, 3813.0, 3802.0, 3823.0, 3811.0, 3823.0, 3848.0, 3826.0, 3837.0, 3802.0, 3822.0, 3791.0, 3822.0, 3790.0, 3811.0, 3811.0, 3828.0, 3837.0, 3816.0, 3838.0, 3806.0, 3825.0, 3804.0, 3825.0, 3815.0, 3853.0, 3833.0, 3830.0, 3853.0, 3831.0, 3829.0, 3830.0, 3832.0, 3857.0, 3875.0, 3845.0, 3876.0, 3833.0, 3862.0, 3820.0, 3862.0, 3874.0, 3855.0, 3885.0, 3841.0, 3872.0, 3807.0, 3838.0, 3816.0, 3828.0, 3859.0, 3818.0, 3850.0, 3817.0, 3838.0, 3832.0, 3839.0, 3819.0, 3839.0, 3819.0, 3850.0, 3829.0, 3906.0, 3840.0, 3860.0, 3859.0, 3837.0, 3870.0, 3836.0, 3870.0, 3813.0, 3822.0, 3800.0, 3811.0, 3842.0, 3821.0, 3854.0, 3843.0, 3841.0, 3798.0, 3798.0, 3797.0, 3808.0, 3853.0, 3820.0, 3819.0, 3810.0, 3807.0, 3786.0, 3796.0, 3798.0, 3821.0, 3799.0, 3811.0, 3807.0, 3807.0, 3817.0, 3808.0, 3808.0, 3798.0, 3833.0, 3812.0, 3809.0, 3801.0, 3810.0, 3819.0, 3799.0, 3820.0, 3790.0, 3820.0, 3811.0, 3823.0, 3802.0, 3850.0, 3826.0, 3825.0, 3835.0, 3813.0, 3822.0, 3814.0, 3836.0, 3826.0, 3837.0, 3841.0, 3817.0, 3828.0, 3837.0, 3850.0, 3848.0, 3840.0, 3847.0, 3826.0, 3824.0, 3816.0, 3867.0, 3857.0, 3858.0, 3812.0, 3823.0, 3845.0, 3835.0, 3855.0, 3837.0, 3854.0, 3823.0, 3822.0, 3811.0, 3856.0, 3826.0, 3835.0, 3865.0, 3825.0, 3843.0, 3811.0, 3820.0, 3789.0, 3810.0, 3831.0, 3823.0, 3842.0, 3826.0, 3823.0, 3822.0, 3801.0, 3823.0, 3845.0, 3834.0, 3847.0, 3825.0, 3823.0, 3823.0, 3812.0, 3812.0, 3868.0, 3845.0, 3844.0, 3853.0, 3810.0, 3820.0, 3810.0, 3810.0, 3801.0, 3823.0, 3824.0, 3821.0, 3810.0, 3811.0, 3809.0, 3811.0, 3856.0, 3825.0, 3821.0, 3802.0, 3821.0, 3800.0, 3810.0, 3789.0, 3811.0, 3846.0, 3816.0, 3824.0, 3804.0, 3824.0, 3804.0, 3850.0, 3817.0, 3838.0, 3816.0, 3827.0, 3836.0, 3817.0, 3850.0, 3828.0, 3827.0, 3832.0, 3830.0, 3840.0, 3831.0, 3853.0, 3862.0, 3856.0, 3876.0, 3833.0, 3864.0, 3818.0, 3839.0, 3816.0, 3839.0, 3874.0, 3852.0, 3883.0, 3844.0, 3850.0, 3818.0, 3838.0, 3817.0, 3853.0, 3844.0, 3853.0, 3871.0, 3855.0, 3861.0, 3831.0, 3830.0, 3855.0, 3854.0, 3855.0, 3886.0, 3852.0, 3882.0, 3850.0, 3884.0, 3852.0, 3883.0, 3871.0, 3848.0, 3854.0, 3810.0, 3831.0, 3798.0, 3809.0, 3843.0, 3835.0, 3822.0, 3812.0, 3821.0, 3798.0, 3823.0, 3801.0, 3822.0, 3815.0, 3824.0, 3803.0, 3824.0, 3813.0, 3839.0, 3859.0, 3837.0, 3855.0, 3811.0, 3811.0, 3799.0, 3809.0, 3856.0, 3825.0, 3821.0, 3802.0, 3822.0, 3799.0, 3810.0, 3810.0, 3812.0, 3822.0, 3815.0, 3839.0, 3815.0, 3825.0, 3816.0, 3826.0, 3823.0, 3802.0, 3825.0, 3803.0, 3836.0, 3804.0, 3839.0, 3850.0, 3827.0, 3837.0, 3841.0, 3816.0, 3839.0, 3816.0, 3840.0, 3875.0, 3843.0, 3872.0, 3840.0, 3830.0, 3836.0, 3826.0, 3846.0, 3814.0, 3848.0, 3849.0, 3839.0, 3868.0, 3840.0, 3835.0, 3814.0, 3823.0, 3804.0, 3838.0, 3831.0, 3850.0, 3842.0, 3851.0, 3829.0, 3870.0, 3815.0, 3858.0, 3869.0, 3856.0, 3868.0, 3848.0, 3843.0, 3813.0, 3844.0, 3839.0, 3868.0, 3824.0, 3856.0, 3799.0, 3800.0, 3828.0, 3798.0, 3820.0, 3814.0, 3812.0, 3831.0, 3822.0, 3839.0, 3808.0, 3808.0, 3822.0, 3822.0, 3813.0, 3825.0, 3812.0, 3810.0, 3800.0, 3811.0, 3857.0, 3823.0, 3852.0, 3823.0, 3831.0, 3786.0, 3798.0, 3797.0, 3798.0, 3810.0, 3825.0, 3822.0, 3800.0, 3823.0, 3801.0, 3811.0, 3809.0, 3810.0, 3821.0, 3791.0, 3837.0, 3816.0, 3826.0, 3803.0, 3826.0, 3816.0, 3816.0, 3834.0, 3816.0, 3837.0, 3816.0, 3828.0, 3832.0, 3853.0, 3829.0, 3842.0, 3830.0, 3829.0, 3848.0, 3818.0, 3860.0, 3819.0, 3860.0, 3845.0, 3853.0, 3831.0, 3850.0, 3831.0, 3851.0, 3821.0, 3863.0, 3844.0, 3874.0, 3846.0, 3876.0, 3870.0, 3877.0, 3855.0, 3884.0, 3866.0, 3887.0, 3861.0, 3886.0, 3841.0, 3869.0, 3826.0, 3867.0, 3836.0, 3869.0, 3855.0, 3847.0, 3855.0, 3811.0, 3832.0, 3824.0, 3844.0, 3814.0, 3853.0, 3801.0, 3830.0, 3799.0, 3852.0, 3821.0, 3842.0, 3786.0, 3810.0, 3800.0, 3823.0, 3843.0, 3824.0, 3813.0, 3834.0, 3846.0, 3811.0, 3811.0, 3811.0, 3802.0, 3823.0, 3803.0, 3826.0, 3836.0, 3828.0, 3836.0, 3845.0, 3856.0, 3865.0, 3855.0, 3843.0, 3839.0, 3817.0, 3817.0, 3824.0, 3800.0, 3769.0, 3790.0, 3791.0, 3778.0, 3776.0, 3776.0, 3735.0, 3790.0, 3790.0, 3748.0, 3777.0, 3766.0, 3783.0, 3771.0, 3765.0, 3774.0, 3807.0, 3817.0, 3775.0, 3808.0, 3807.0, 3777.0, 3824.0, 3822.0, 3834.0, 3800.0, 3779.0, 3811.0, 3800.0, 3811.0, 3833.0, 3821.0, 3804.0, 3803.0, 3802.0, 3811.0, 3800.0, 3832.0, 3814.0, 3845.0, 3803.0, 3794.0, 3817.0, 3805.0, 3826.0, 3803.0, 3824.0, 3805.0, 3836.0, 3816.0, 3858.0, 3829.0, 3859.0, 3827.0, 3835.0, 3814.0, 3844.0, 3802.0, 3855.0, 3836.0, 3854.0, 3815.0, 3834.0, 3804.0, 3824.0, 3794.0, 3826.0, 3808.0, 3827.0, 3835.0, 3826.0, 3793.0, 3826.0, 3805.0, 3827.0, 3818.0, 3841.0, 3820.0, 3842.0, 3819.0, 3841.0, 3830.0, 3830.0, 3852.0, 3845.0, 3864.0, 3834.0, 3863.0, 3830.0, 3830.0, 3831.0, 3863.0, 3858.0, 3867.0, 3835.0, 3875.0, 3833.0, 3851.0, 3821.0, 3851.0, 3820.0, 3852.0, 3832.0, 3887.0, 3822.0, 3852.0, 3831.0, 3862.0, 3851.0, 3885.0, 3829.0, 3870.0, 3818.0, 3869.0, 3827.0, 3869.0, 3836.0, 3865.0, 3824.0, 3823.0, 3853.0, 3810.0, 3852.0, 3820.0, 3842.0, 3834.0, 3842.0, 3821.0, 3789.0, 3810.0, 3812.0, 3823.0, 3811.0, 3811.0, 3811.0, 3811.0, 3800.0, 3811.0, 3853.0, 3810.0, 3810.0, 3809.0, 3798.0, 3810.0, 3852.0, 3833.0, 3852.0, 3822.0, 3820.0, 3822.0, 3821.0, 3810.0, 3809.0, 3809.0, 3833.0, 3854.0, 3823.0, 3841.0, 3820.0, 3798.0, 3822.0, 3820.0, 3799.0, 3819.0, 3800.0, 3810.0, 3789.0, 3821.0, 3801.0, 3822.0, 3802.0, 3823.0, 3814.0, 3836.0, 3825.0, 3836.0, 3846.0, 3837.0, 3856.0, 3823.0, 3832.0, 3822.0, 3821.0, 3816.0, 3847.0, 3834.0, 3836.0, 3821.0, 3822.0, 3800.0, 3811.0, 3823.0, 3825.0, 3836.0, 3815.0, 3824.0, 3813.0, 3825.0, 3802.0, 3824.0, 3814.0, 3837.0, 3816.0, 3839.0, 3817.0, 3839.0, 3829.0, 3850.0, 3829.0, 3851.0, 3872.0, 3850.0, 3868.0, 3837.0, 3859.0, 3838.0, 3857.0, 3849.0, 3856.0, 3802.0, 3822.0, 3812.0, 3833.0, 3815.0, 3835.0, 3824.0, 3834.0, 3826.0, 3860.0, 3826.0, 3869.0, 3813.0, 3834.0, 3821.0, 3822.0, 3853.0, 3822.0, 3833.0, 3825.0, 3835.0, 3823.0, 3812.0, 3834.0, 3823.0, 3837.0, 3850.0, 3825.0, 3858.0, 3814.0, 3832.0, 3843.0, 3834.0, 3843.0, 3810.0, 3830.0, 3801.0, 3834.0, 3802.0, 3834.0, 3813.0, 3833.0, 3825.0, 3849.0, 3858.0, 3847.0, 3856.0, 3812.0, 3822.0, 3799.0, 3822.0, 3820.0, 3827.0, 3847.0, 3804.0, 3838.0, 3814.0, 3825.0, 3801.0, 3824.0, 3848.0, 3841.0, 3850.0, 3817.0, 3840.0, 3816.0, 3827.0, 3825.0, 3827.0, 3836.0, 3827.0, 3848.0, 3827.0, 3849.0, 3829.0, 3827.0, 3818.0, 3839.0, 3831.0, 3849.0, 3854.0, 3862.0, 3850.0, 3859.0, 3838.0, 3859.0, 3837.0, 3868.0, 3847.0, 3866.0, 3811.0, 3832.0, 3841.0, 3834.0, 3868.0, 3833.0, 3855.0, 3821.0, 3820.0, 3787.0, 3818.0, 3797.0, 3808.0, 3821.0, 3835.0, 3823.0, 3824.0, 3810.0, 3811.0, 3808.0, 3811.0, 3822.0, 3824.0, 3823.0, 3836.0, 3802.0, 3835.0, 3812.0, 3836.0, 3835.0, 3846.0, 3855.0, 3834.0, 3855.0, 3822.0, 3835.0, 3823.0, 3856.0, 3812.0, 3843.0, 3810.0, 3822.0, 3843.0, 3836.0, 3857.0, 3821.0, 3842.0, 3799.0, 3819.0, 3798.0, 3820.0, 3787.0, 3820.0, 3810.0, 3816.0, 3836.0, 3824.0, 3837.0, 3814.0, 3822.0, 3811.0, 3824.0, 3833.0, 3804.0, 3835.0, 3814.0, 3835.0, 3816.0, 3835.0, 3815.0, 3836.0, 3828.0, 3860.0, 3828.0, 3851.0, 3828.0, 3868.0, 3835.0, 3835.0, 3868.0, 3849.0, 3856.0, 3825.0, 3843.0, 3799.0, 3820.0, 3831.0, 3810.0, 3822.0, 3826.0, 3847.0, 3823.0, 3846.0, 3811.0, 3820.0, 3799.0, 3822.0, 3802.0, 3835.0, 3814.0, 3849.0, 3826.0, 3847.0, 3817.0, 3848.0, 3827.0, 3846.0, 3840.0, 3848.0, 3837.0, 3835.0, 3826.0, 3868.0, 3835.0, 3868.0, 3812.0, 3822.0, 3810.0, 3834.0, 3845.0, 3843.0, 3866.0, 3822.0, 3852.0, 3820.0, 3842.0, 3821.0, 3855.0, 3812.0, 3822.0, 3797.0, 3808.0, 3786.0, 3808.0, 3818.0, 3797.0, 3818.0, 3800.0, 3830.0, 3813.0, 3834.0, 3814.0, 3834.0, 3813.0, 3835.0, 3816.0, 3847.0, 3816.0, 3836.0, 3816.0, 3834.0, 3834.0, 3836.0, 3868.0, 3846.0, 3854.0, 3810.0, 3831.0, 3797.0, 3808.0, 3828.0, 3818.0, 3808.0, 3821.0, 3810.0, 3821.0, 3800.0, 3823.0, 3811.0, 3822.0, 3804.0, 3837.0, 3814.0, 3835.0, 3813.0, 3834.0, 3801.0, 3823.0, 3855.0, 3835.0, 3866.0, 3823.0, 3842.0, 3821.0, 3820.0, 3809.0, 3842.0, 3830.0, 3841.0, 3797.0, 3807.0, 3809.0, 3809.0, 3797.0, 3808.0, 3788.0, 3819.0, 3798.0, 3818.0, 3799.0, 3819.0, 3810.0, 3822.0, 3811.0, 3833.0, 3813.0, 3825.0, 3836.0, 3824.0, 3823.0, 3833.0, 3800.0, 3831.0, 3810.0, 3821.0, 3800.0, 3801.0, 3813.0, 3811.0, 3823.0, 3814.0, 3837.0, 3815.0, 3835.0, 3814.0, 3839.0, 3829.0, 3850.0, 3860.0, 3860.0, 3828.0, 3850.0, 3830.0, 3849.0, 3843.0, 3850.0, 3839.0, 3860.0, 3895.0, 3896.0, 3897.0, 3896.0, 3906.0, 3895.0, 3895.0, 3890.0, 3836.0, 3794.0, 3835.0, 3826.0, 3837.0, 3825.0, 3826.0, 3834.0, 3811.0, 3779.0, 3822.0, 3812.0, 3810.0, 3821.0, 3842.0, 3841.0, 3839.0, 3805.0, 3794.0, 3824.0, 3804.0, 3824.0, 3813.0, 3821.0, 3790.0, 3809.0, 3789.0, 3780.0, 3789.0, 3778.0, 3790.0, 3790.0, 3780.0, 3771.0, 3791.0, 3804.0, 3793.0, 3806.0, 3763.0, 3807.0, 3786.0, 3818.0, 3789.0, 3809.0, 3811.0, 3803.0, 3848.0, 3816.0, 3834.0, 3814.0, 3836.0, 3827.0, 3860.0, 3883.0, 3862.0, 3878.0, 3846.0, 3858.0, 3829.0, 3826.0, 3850.0, 3814.0, 3823.0, 3838.0, 3823.0, 3814.0, 3848.0, 3848.0, 3814.0, 3845.0, 3812.0, 3844.0, 3823.0, 3833.0, 3811.0, 3865.0, 3821.0, 3862.0, 3820.0, 3830.0, 3819.0, 3818.0, 3808.0, 3818.0, 3820.0, 3831.0, 3822.0, 3830.0, 3821.0, 3811.0, 3833.0, 3811.0, 3822.0, 3802.0, 3834.0, 3803.0, 3834.0, 3815.0, 3845.0, 3803.0, 3835.0, 3843.0, 3824.0, 3867.0, 3813.0, 3844.0, 3814.0, 3844.0, 3815.0, 3856.0, 3816.0, 3856.0, 3827.0, 3848.0, 3827.0, 3818.0, 3836.0, 3805.0, 3861.0, 3829.0, 3847.0, 3817.0, 3859.0, 3839.0, 3837.0, 3829.0, 3817.0, 3837.0, 3839.0, 3837.0, 3837.0, 3868.0, 3867.0, 3877.0, 3866.0, 3824.0, 3834.0, 3844.0, 3822.0, 3853.0, 3823.0, 3863.0, 3823.0, 3824.0, 3825.0, 3814.0, 3823.0, 3801.0, 3835.0, 3814.0, 3834.0, 3816.0, 3845.0, 3816.0, 3847.0, 3815.0, 3856.0, 3824.0, 3880.0, 3850.0, 3835.0, 3834.0, 3800.0, 3831.0, 3811.0, 3844.0, 3802.0, 3843.0, 3823.0, 3813.0, 3836.0, 3803.0, 3833.0, 3802.0, 3834.0, 3827.0, 3858.0, 3815.0, 3843.0, 3813.0, 3833.0, 3812.0, 3863.0, 3822.0, 3863.0, 3822.0, 3821.0, 3821.0, 3801.0, 3834.0, 3816.0, 3834.0, 3803.0, 3834.0, 3815.0, 3848.0, 3815.0, 3834.0, 3865.0, 3834.0, 3802.0, 3834.0, 3825.0, 3833.0, 3813.0, 3845.0, 3814.0, 3845.0, 3803.0, 3835.0, 3818.0, 3861.0, 3817.0, 3834.0, 3816.0, 3865.0, 3803.0, 3822.0, 3802.0, 3832.0, 3803.0, 3846.0, 3815.0, 3845.0, 3815.0, 3835.0, 3804.0, 3833.0, 3803.0, 3845.0, 3804.0, 3835.0, 3805.0, 3833.0, 3802.0, 3844.0, 3814.0, 3867.0, 3802.0, 3833.0, 3803.0, 3832.0, 3801.0, 3832.0, 3813.0, 3832.0, 3802.0, 3833.0, 3811.0, 3832.0, 3810.0, 3832.0, 3801.0, 3833.0, 3791.0, 3832.0, 3791.0, 3833.0, 3791.0, 3835.0, 3813.0, 3835.0, 3814.0, 3844.0, 3824.0, 3844.0, 3814.0, 3844.0, 3815.0, 3845.0, 3814.0, 3844.0, 3824.0, 3855.0, 3834.0, 3875.0, 3835.0, 3866.0, 3845.0, 3842.0, 3832.0, 3875.0, 3832.0, 3853.0, 3845.0, 3834.0, 3833.0, 3842.0, 3823.0, 3842.0, 3823.0, 3832.0, 3802.0, 3843.0, 3802.0, 3834.0, 3822.0, 3834.0, 3824.0, 3844.0, 3802.0, 3835.0, 3800.0, 3833.0, 3863.0, 3835.0, 3874.0, 3834.0, 3854.0, 3822.0, 3855.0, 3822.0, 3863.0, 3823.0, 3862.0, 3823.0, 3801.0, 3834.0, 3800.0, 3833.0, 3844.0, 3834.0, 3812.0, 3831.0, 3823.0, 3831.0, 3810.0, 3832.0, 3822.0, 3833.0, 3812.0, 3832.0, 3799.0, 3820.0, 3852.0, 3832.0, 3820.0, 3830.0, 3810.0, 3830.0, 3809.0, 3833.0, 3812.0, 3831.0, 3812.0, 3819.0, 3811.0, 3831.0, 3832.0, 3873.0, 3833.0, 3853.0, 3832.0, 3800.0, 3831.0, 3799.0, 3831.0, 3812.0, 3830.0, 3809.0, 3834.0, 3822.0, 3810.0, 3820.0, 3787.0, 3820.0, 3812.0, 3833.0, 3812.0, 3823.0, 3834.0, 3855.0, 3822.0, 3842.0, 3799.0, 3862.0, 3811.0, 3800.0, 3822.0, 3800.0, 3832.0, 3791.0, 3833.0, 3811.0, 3833.0, 3823.0, 3831.0, 3800.0, 3832.0, 3799.0, 3831.0, 3801.0, 3844.0, 3812.0, 3833.0, 3813.0, 3845.0, 3813.0, 3834.0, 3801.0, 3853.0, 3790.0, 3821.0, 3813.0, 3831.0, 3810.0, 3831.0, 3800.0, 3831.0, 3801.0, 3864.0, 3812.0, 3822.0, 3812.0, 3829.0, 3812.0, 3843.0, 3824.0, 3845.0, 3823.0, 3790.0, 3834.0, 3802.0, 3833.0, 3815.0, 3846.0, 3815.0, 3859.0, 3837.0, 3805.0, 3848.0, 3840.0], 'WindowWidth': [8734.0, 8717.0, 8631.0, 8652.0, 8595.0, 8636.0, 8571.0, 8570.0, 8599.0, 8566.0, 8622.0, 8586.0, 8565.0, 8565.0, 8550.0, 8583.0, 8571.0, 8612.0, 8577.0, 8607.0, 8577.0, 8592.0, 8577.0, 8589.0, 8617.0, 8570.0, 8561.0, 8587.0, 8559.0, 8588.0, 8557.0, 8590.0, 8637.0, 8609.0, 8583.0, 8593.0, 8561.0, 8589.0, 8635.0, 8640.0, 8619.0, 8589.0, 8557.0, 8573.0, 8568.0, 8587.0, 8632.0, 8588.0, 8603.0, 8588.0, 8559.0, 8611.0, 8577.0, 8593.0, 8618.0, 8583.0, 8618.0, 8574.0, 8628.0, 8573.0, 8581.0, 8586.0, 8567.0, 8587.0, 8619.0, 8574.0, 8601.0, 8588.0, 8569.0, 8570.0, 8581.0, 8557.0, 8588.0, 8556.0, 8572.0, 8571.0, 8568.0, 8552.0, 8571.0, 8598.0, 8589.0, 8570.0, 8584.0, 8566.0, 8582.0, 8553.0, 8588.0, 8585.0, 8593.0, 8570.0, 8571.0, 8556.0, 8571.0, 8557.0, 8585.0, 8592.0, 8594.0, 8557.0, 8586.0, 8573.0, 8603.0, 8594.0, 8591.0, 8573.0, 8573.0, 8573.0, 8572.0, 8559.0, 8610.0, 8594.0, 8614.0, 8619.0, 8588.0, 8556.0, 8588.0, 8587.0, 8598.0, 8624.0, 8599.0, 8623.0, 8591.0, 8562.0, 8590.0, 8582.0, 8636.0, 8620.0, 8636.0, 8597.0, 8612.0, 8623.0, 8605.0, 8619.0, 8594.0, 8606.0, 8594.0, 8645.0, 8598.0, 8613.0, 8599.0, 8607.0, 8618.0, 8622.0, 8601.0, 8651.0, 8585.0, 8594.0, 8579.0, 8591.0, 8562.0, 8622.0, 8647.0, 8615.0, 8663.0, 8594.0, 8607.0, 8580.0, 8605.0, 8587.0, 8640.0, 8603.0, 8615.0, 8621.0, 8615.0, 8585.0, 8613.0, 8612.0, 8637.0, 8618.0, 8659.0, 8592.0, 8629.0, 8597.0, 8629.0, 8645.0, 8637.0, 8678.0, 8596.0, 8661.0, 8596.0, 8588.0, 8560.0, 8587.0, 8577.0, 8609.0, 8578.0, 8635.0, 8589.0, 8626.0, 8616.0, 8608.0, 8613.0, 8644.0, 8615.0, 8662.0, 8592.0, 8617.0, 8572.0, 8610.0, 8573.0, 8639.0, 8614.0, 8590.0, 8626.0, 8581.0, 8535.0, 8566.0, 8570.0, 8590.0, 8571.0, 8618.0, 8582.0, 8612.0, 8581.0, 8595.0, 8584.0, 8611.0, 8628.0, 8612.0, 8589.0, 8575.0, 8597.0, 8570.0, 8613.0, 8598.0, 8629.0, 8563.0, 8578.0, 8560.0, 8533.0, 8564.0, 8578.0, 8586.0, 8593.0, 8568.0, 8551.0, 8566.0, 8626.0, 8563.0, 8610.0, 8564.0, 8586.0, 8544.0, 8541.0, 8544.0, 8561.0, 8560.0, 8569.0, 8562.0, 8564.0, 8531.0, 8562.0, 8576.0, 8565.0, 8589.0, 8560.0, 8582.0, 8570.0, 8566.0, 8533.0, 8566.0, 8577.0, 8552.0, 8581.0, 8557.0, 8587.0, 8586.0, 8579.0, 8600.0, 8580.0, 8609.0, 8596.0, 8612.0, 8604.0, 8622.0, 8604.0, 8617.0, 8599.0, 8612.0, 8596.0, 8634.0, 8659.0, 8631.0, 8637.0, 8574.0, 8614.0, 8568.0, 8597.0, 8551.0, 8565.0, 8592.0, 8595.0, 8638.0, 8587.0, 8591.0, 8556.0, 8563.0, 8540.0, 8568.0, 8553.0, 8585.0, 8560.0, 8609.0, 8632.0, 8584.0, 8616.0, 8581.0, 8587.0, 8562.0, 8593.0, 8588.0, 8615.0, 8598.0, 8639.0, 8601.0, 8654.0, 8637.0, 8657.0, 8638.0, 8663.0, 8631.0, 8654.0, 8626.0, 8705.0, 8639.0, 8704.0, 8624.0, 8631.0, 8599.0, 8613.0, 8639.0, 8659.0, 8661.0, 8652.0, 8652.0, 8593.0, 8620.0, 8587.0, 8589.0, 8558.0, 8646.0, 8604.0, 8627.0, 8571.0, 8568.0, 8593.0, 8563.0, 8624.0, 8604.0, 8624.0, 8566.0, 8594.0, 8561.0, 8564.0, 8545.0, 8620.0, 8587.0, 8546.0, 8601.0, 8556.0, 8583.0, 8538.0, 8540.0, 8537.0, 8554.0, 8543.0, 8565.0, 8545.0, 8563.0, 8551.0, 8570.0, 8572.0, 8589.0, 8576.0, 8574.0, 8555.0, 8573.0, 8612.0, 8586.0, 8590.0, 8552.0, 8605.0, 8547.0, 8562.0, 8531.0, 8566.0, 8534.0, 8587.0, 8556.0, 8572.0, 8556.0, 8585.0, 8567.0, 8587.0, 8629.0, 8596.0, 8612.0, 8558.0, 8582.0, 8539.0, 8581.0, 8535.0, 8566.0, 8566.0, 8601.0, 8613.0, 8584.0, 8616.0, 8569.0, 8590.0, 8563.0, 8592.0, 8580.0, 8645.0, 8618.0, 8610.0, 8645.0, 8611.0, 8605.0, 8609.0, 8613.0, 8657.0, 8677.0, 8638.0, 8679.0, 8615.0, 8653.0, 8592.0, 8650.0, 8671.0, 8649.0, 8691.0, 8625.0, 8668.0, 8572.0, 8614.0, 8581.0, 8599.0, 8645.0, 8587.0, 8636.0, 8587.0, 8614.0, 8615.0, 8616.0, 8591.0, 8616.0, 8592.0, 8637.0, 8606.0, 8722.0, 8619.0, 8647.0, 8642.0, 8610.0, 8664.0, 8606.0, 8660.0, 8573.0, 8583.0, 8550.0, 8567.0, 8607.0, 8579.0, 8630.0, 8613.0, 8608.0, 8544.0, 8543.0, 8541.0, 8557.0, 8628.0, 8576.0, 8573.0, 8565.0, 8554.0, 8525.0, 8537.0, 8543.0, 8582.0, 8546.0, 8567.0, 8554.0, 8555.0, 8569.0, 8557.0, 8558.0, 8544.0, 8603.0, 8570.0, 8562.0, 8555.0, 8564.0, 8574.0, 8548.0, 8575.0, 8536.0, 8578.0, 8565.0, 8584.0, 8558.0, 8634.0, 8599.0, 8593.0, 8606.0, 8573.0, 8583.0, 8576.0, 8611.0, 8598.0, 8613.0, 8626.0, 8587.0, 8604.0, 8613.0, 8635.0, 8629.0, 8622.0, 8627.0, 8595.0, 8591.0, 8584.0, 8653.0, 8639.0, 8642.0, 8571.0, 8586.0, 8618.0, 8607.0, 8635.0, 8614.0, 8630.0, 8585.0, 8583.0, 8566.0, 8633.0, 8598.0, 8605.0, 8646.0, 8591.0, 8613.0, 8566.0, 8576.0, 8535.0, 8563.0, 8595.0, 8584.0, 8610.0, 8595.0, 8585.0, 8583.0, 8555.0, 8586.0, 8621.0, 8602.0, 8627.0, 8591.0, 8587.0, 8586.0, 8571.0, 8569.0, 8655.0, 8618.0, 8618.0, 8624.0, 8563.0, 8576.0, 8562.0, 8562.0, 8555.0, 8586.0, 8589.0, 8582.0, 8564.0, 8567.0, 8560.0, 8565.0, 8636.0, 8593.0, 8583.0, 8557.0, 8581.0, 8549.0, 8563.0, 8535.0, 8566.0, 8624.0, 8583.0, 8590.0, 8563.0, 8588.0, 8562.0, 8635.0, 8584.0, 8614.0, 8581.0, 8598.0, 8610.0, 8586.0, 8636.0, 8603.0, 8600.0, 8617.0, 8609.0, 8624.0, 8611.0, 8644.0, 8657.0, 8655.0, 8683.0, 8619.0, 8659.0, 8589.0, 8616.0, 8582.0, 8617.0, 8675.0, 8640.0, 8686.0, 8632.0, 8635.0, 8590.0, 8614.0, 8588.0, 8643.0, 8637.0, 8644.0, 8665.0, 8652.0, 8653.0, 8610.0, 8608.0, 8649.0, 8648.0, 8651.0, 8692.0, 8641.0, 8683.0, 8632.0, 8691.0, 8643.0, 8686.0, 8662.0, 8628.0, 8626.0, 8561.0, 8591.0, 8544.0, 8561.0, 8612.0, 8606.0, 8585.0, 8567.0, 8578.0, 8544.0, 8585.0, 8555.0, 8581.0, 8579.0, 8589.0, 8559.0, 8588.0, 8571.0, 8619.0, 8648.0, 8612.0, 8634.0, 8565.0, 8565.0, 8545.0, 8559.0, 8636.0, 8592.0, 8582.0, 8556.0, 8584.0, 8547.0, 8563.0, 8561.0, 8568.0, 8582.0, 8581.0, 8620.0, 8581.0, 8592.0, 8582.0, 8594.0, 8585.0, 8559.0, 8592.0, 8560.0, 8608.0, 8563.0, 8619.0, 8636.0, 8601.0, 8613.0, 8624.0, 8583.0, 8617.0, 8585.0, 8622.0, 8679.0, 8630.0, 8668.0, 8621.0, 8608.0, 8607.0, 8596.0, 8621.0, 8574.0, 8626.0, 8634.0, 8617.0, 8655.0, 8622.0, 8607.0, 8577.0, 8586.0, 8563.0, 8616.0, 8612.0, 8635.0, 8627.0, 8638.0, 8603.0, 8660.0, 8579.0, 8640.0, 8657.0, 8636.0, 8654.0, 8630.0, 8613.0, 8570.0, 8613.0, 8617.0, 8657.0, 8588.0, 8636.0, 8547.0, 8549.0, 8584.0, 8544.0, 8577.0, 8577.0, 8571.0, 8594.0, 8585.0, 8600.0, 8558.0, 8556.0, 8585.0, 8585.0, 8575.0, 8594.0, 8570.0, 8564.0, 8551.0, 8567.0, 8639.0, 8588.0, 8626.0, 8588.0, 8592.0, 8526.0, 8543.0, 8540.0, 8542.0, 8562.0, 8594.0, 8586.0, 8553.0, 8589.0, 8552.0, 8567.0, 8561.0, 8563.0, 8580.0, 8540.0, 8612.0, 8587.0, 8596.0, 8561.0, 8595.0, 8582.0, 8584.0, 8604.0, 8583.0, 8612.0, 8582.0, 8601.0, 8616.0, 8646.0, 8608.0, 8628.0, 8608.0, 8605.0, 8629.0, 8589.0, 8644.0, 8592.0, 8647.0, 8640.0, 8645.0, 8612.0, 8634.0, 8611.0, 8639.0, 8601.0, 8656.0, 8639.0, 8677.0, 8641.0, 8682.0, 8682.0, 8684.0, 8651.0, 8686.0, 8666.0, 8699.0, 8652.0, 8695.0, 8621.0, 8658.0, 8594.0, 8653.0, 8608.0, 8658.0, 8634.0, 8628.0, 8629.0, 8567.0, 8596.0, 8587.0, 8617.0, 8576.0, 8626.0, 8553.0, 8591.0, 8546.0, 8624.0, 8579.0, 8609.0, 8524.0, 8563.0, 8548.0, 8582.0, 8612.0, 8586.0, 8569.0, 8596.0, 8621.0, 8565.0, 8566.0, 8567.0, 8554.0, 8581.0, 8557.0, 8594.0, 8606.0, 8595.0, 8601.0, 8616.0, 8629.0, 8645.0, 8632.0, 8609.0, 8596.0, 8562.0, 8562.0, 8568.0, 8528.0, 8485.0, 8513.0, 8518.0, 8495.0, 8488.0, 8487.0, 8434.0, 8517.0, 8517.0, 8460.0, 8495.0, 8481.0, 8515.0, 8494.0, 8493.0, 8503.0, 8550.0, 8564.0, 8507.0, 8554.0, 8552.0, 8514.0, 8586.0, 8582.0, 8601.0, 8548.0, 8520.0, 8563.0, 8547.0, 8563.0, 8595.0, 8578.0, 8563.0, 8560.0, 8557.0, 8565.0, 8550.0, 8594.0, 8575.0, 8615.0, 8559.0, 8553.0, 8585.0, 8567.0, 8593.0, 8560.0, 8587.0, 8563.0, 8605.0, 8579.0, 8641.0, 8604.0, 8643.0, 8596.0, 8604.0, 8575.0, 8613.0, 8556.0, 8631.0, 8606.0, 8628.0, 8578.0, 8600.0, 8562.0, 8587.0, 8548.0, 8594.0, 8575.0, 8597.0, 8603.0, 8594.0, 8547.0, 8593.0, 8568.0, 8596.0, 8586.0, 8624.0, 8596.0, 8625.0, 8592.0, 8622.0, 8607.0, 8607.0, 8639.0, 8637.0, 8662.0, 8619.0, 8655.0, 8608.0, 8606.0, 8610.0, 8657.0, 8660.0, 8670.0, 8626.0, 8677.0, 8616.0, 8636.0, 8596.0, 8634.0, 8593.0, 8639.0, 8614.0, 8694.0, 8601.0, 8639.0, 8610.0, 8653.0, 8636.0, 8690.0, 8606.0, 8662.0, 8588.0, 8657.0, 8597.0, 8657.0, 8607.0, 8647.0, 8587.0, 8584.0, 8625.0, 8564.0, 8622.0, 8575.0, 8609.0, 8602.0, 8609.0, 8581.0, 8535.0, 8564.0, 8567.0, 8587.0, 8566.0, 8568.0, 8567.0, 8566.0, 8549.0, 8568.0, 8624.0, 8565.0, 8563.0, 8562.0, 8546.0, 8563.0, 8623.0, 8599.0, 8623.0, 8583.0, 8579.0, 8583.0, 8582.0, 8564.0, 8563.0, 8561.0, 8601.0, 8629.0, 8587.0, 8605.0, 8576.0, 8546.0, 8581.0, 8577.0, 8549.0, 8573.0, 8551.0, 8564.0, 8536.0, 8579.0, 8554.0, 8584.0, 8559.0, 8587.0, 8578.0, 8612.0, 8595.0, 8610.0, 8624.0, 8612.0, 8634.0, 8586.0, 8598.0, 8583.0, 8583.0, 8586.0, 8629.0, 8606.0, 8609.0, 8582.0, 8582.0, 8552.0, 8569.0, 8584.0, 8595.0, 8612.0, 8581.0, 8590.0, 8575.0, 8592.0, 8559.0, 8592.0, 8579.0, 8612.0, 8584.0, 8620.0, 8587.0, 8619.0, 8605.0, 8636.0, 8608.0, 8639.0, 8668.0, 8634.0, 8656.0, 8609.0, 8644.0, 8615.0, 8641.0, 8631.0, 8634.0, 8557.0, 8581.0, 8570.0, 8600.0, 8582.0, 8606.0, 8591.0, 8604.0, 8598.0, 8650.0, 8599.0, 8660.0, 8574.0, 8601.0, 8581.0, 8583.0, 8627.0, 8583.0, 8600.0, 8592.0, 8606.0, 8589.0, 8573.0, 8603.0, 8588.0, 8615.0, 8638.0, 8594.0, 8644.0, 8576.0, 8597.0, 8610.0, 8604.0, 8612.0, 8564.0, 8591.0, 8553.0, 8603.0, 8560.0, 8601.0, 8575.0, 8602.0, 8594.0, 8633.0, 8645.0, 8627.0, 8634.0, 8569.0, 8583.0, 8550.0, 8583.0, 8580.0, 8601.0, 8628.0, 8565.0, 8616.0, 8577.0, 8593.0, 8557.0, 8590.0, 8631.0, 8628.0, 8635.0, 8588.0, 8621.0, 8583.0, 8599.0, 8593.0, 8597.0, 8609.0, 8599.0, 8628.0, 8600.0, 8633.0, 8606.0, 8600.0, 8591.0, 8618.0, 8611.0, 8633.0, 8647.0, 8656.0, 8634.0, 8646.0, 8614.0, 8646.0, 8613.0, 8656.0, 8625.0, 8648.0, 8567.0, 8595.0, 8607.0, 8600.0, 8657.0, 8602.0, 8634.0, 8579.0, 8576.0, 8529.0, 8571.0, 8542.0, 8559.0, 8583.0, 8608.0, 8587.0, 8592.0, 8566.0, 8567.0, 8561.0, 8567.0, 8584.0, 8589.0, 8590.0, 8613.0, 8560.0, 8606.0, 8574.0, 8609.0, 8608.0, 8624.0, 8634.0, 8602.0, 8631.0, 8584.0, 8610.0, 8588.0, 8637.0, 8570.0, 8612.0, 8566.0, 8582.0, 8612.0, 8609.0, 8640.0, 8581.0, 8610.0, 8548.0, 8572.0, 8542.0, 8574.0, 8529.0, 8577.0, 8564.0, 8583.0, 8613.0, 8591.0, 8614.0, 8575.0, 8586.0, 8568.0, 8589.0, 8600.0, 8562.0, 8606.0, 8578.0, 8607.0, 8585.0, 8607.0, 8583.0, 8609.0, 8601.0, 8651.0, 8605.0, 8640.0, 8602.0, 8655.0, 8605.0, 8606.0, 8653.0, 8632.0, 8639.0, 8595.0, 8613.0, 8548.0, 8577.0, 8591.0, 8563.0, 8582.0, 8599.0, 8626.0, 8587.0, 8622.0, 8568.0, 8579.0, 8549.0, 8583.0, 8559.0, 8607.0, 8578.0, 8633.0, 8599.0, 8627.0, 8586.0, 8629.0, 8600.0, 8626.0, 8624.0, 8629.0, 8612.0, 8608.0, 8596.0, 8655.0, 8606.0, 8657.0, 8571.0, 8583.0, 8565.0, 8601.0, 8618.0, 8615.0, 8649.0, 8584.0, 8624.0, 8578.0, 8612.0, 8580.0, 8636.0, 8569.0, 8582.0, 8541.0, 8559.0, 8526.0, 8559.0, 8573.0, 8544.0, 8573.0, 8550.0, 8591.0, 8575.0, 8601.0, 8578.0, 8604.0, 8577.0, 8607.0, 8582.0, 8627.0, 8584.0, 8609.0, 8582.0, 8604.0, 8603.0, 8610.0, 8656.0, 8622.0, 8629.0, 8564.0, 8594.0, 8542.0, 8556.0, 8582.0, 8572.0, 8560.0, 8582.0, 8565.0, 8583.0, 8553.0, 8585.0, 8568.0, 8585.0, 8563.0, 8613.0, 8578.0, 8605.0, 8574.0, 8603.0, 8555.0, 8586.0, 8632.0, 8606.0, 8647.0, 8586.0, 8610.0, 8580.0, 8577.0, 8560.0, 8610.0, 8591.0, 8606.0, 8542.0, 8556.0, 8559.0, 8559.0, 8543.0, 8558.0, 8531.0, 8573.0, 8543.0, 8572.0, 8549.0, 8575.0, 8564.0, 8583.0, 8568.0, 8600.0, 8574.0, 8592.0, 8608.0, 8589.0, 8586.0, 8599.0, 8550.0, 8592.0, 8563.0, 8579.0, 8551.0, 8555.0, 8575.0, 8567.0, 8588.0, 8575.0, 8611.0, 8579.0, 8607.0, 8578.0, 8617.0, 8606.0, 8636.0, 8648.0, 8649.0, 8601.0, 8635.0, 8607.0, 8633.0, 8630.0, 8635.0, 8617.0, 8647.0, 8704.0, 8710.0, 8712.0, 8711.0, 8725.0, 8713.0, 8708.0, 8691.0, 8611.0, 8551.0, 8610.0, 8599.0, 8612.0, 8594.0, 8595.0, 8600.0, 8566.0, 8522.0, 8582.0, 8569.0, 8565.0, 8579.0, 8608.0, 8602.0, 8595.0, 8546.0, 8528.0, 8570.0, 8542.0, 8572.0, 8551.0, 8561.0, 8517.0, 8542.0, 8513.0, 8503.0, 8515.0, 8501.0, 8517.0, 8519.0, 8506.0, 8498.0, 8523.0, 8545.0, 8529.0, 8550.0, 8492.0, 8553.0, 8525.0, 8570.0, 8536.0, 8562.0, 8568.0, 8563.0, 8628.0, 8582.0, 8602.0, 8576.0, 8609.0, 8599.0, 8646.0, 8684.0, 8650.0, 8664.0, 8619.0, 8636.0, 8602.0, 8594.0, 8633.0, 8576.0, 8585.0, 8615.0, 8586.0, 8578.0, 8630.0, 8628.0, 8577.0, 8621.0, 8572.0, 8615.0, 8585.0, 8599.0, 8566.0, 8645.0, 8581.0, 8636.0, 8576.0, 8588.0, 8573.0, 8570.0, 8559.0, 8572.0, 8578.0, 8593.0, 8586.0, 8591.0, 8581.0, 8568.0, 8600.0, 8568.0, 8583.0, 8559.0, 8603.0, 8562.0, 8604.0, 8580.0, 8621.0, 8561.0, 8605.0, 8614.0, 8589.0, 8649.0, 8575.0, 8617.0, 8579.0, 8619.0, 8580.0, 8635.0, 8584.0, 8637.0, 8600.0, 8630.0, 8601.0, 8591.0, 8610.0, 8568.0, 8655.0, 8607.0, 8627.0, 8588.0, 8645.0, 8619.0, 8613.0, 8608.0, 8586.0, 8614.0, 8620.0, 8613.0, 8615.0, 8659.0, 8653.0, 8666.0, 8650.0, 8590.0, 8603.0, 8615.0, 8585.0, 8626.0, 8587.0, 8640.0, 8585.0, 8590.0, 8593.0, 8578.0, 8589.0, 8558.0, 8607.0, 8577.0, 8605.0, 8583.0, 8621.0, 8584.0, 8624.0, 8581.0, 8637.0, 8592.0, 8675.0, 8637.0, 8610.0, 8604.0, 8553.0, 8595.0, 8567.0, 8616.0, 8560.0, 8616.0, 8588.0, 8577.0, 8608.0, 8564.0, 8603.0, 8560.0, 8604.0, 8601.0, 8646.0, 8583.0, 8616.0, 8576.0, 8600.0, 8573.0, 8643.0, 8586.0, 8643.0, 8588.0, 8583.0, 8583.0, 8556.0, 8605.0, 8586.0, 8604.0, 8561.0, 8602.0, 8584.0, 8630.0, 8583.0, 8607.0, 8649.0, 8605.0, 8559.0, 8603.0, 8597.0, 8603.0, 8578.0, 8620.0, 8579.0, 8623.0, 8564.0, 8608.0, 8592.0, 8652.0, 8589.0, 8606.0, 8585.0, 8650.0, 8562.0, 8585.0, 8560.0, 8598.0, 8566.0, 8623.0, 8584.0, 8621.0, 8583.0, 8607.0, 8566.0, 8602.0, 8564.0, 8621.0, 8568.0, 8609.0, 8570.0, 8602.0, 8563.0, 8619.0, 8581.0, 8654.0, 8562.0, 8602.0, 8561.0, 8600.0, 8558.0, 8601.0, 8574.0, 8601.0, 8560.0, 8600.0, 8570.0, 8599.0, 8568.0, 8601.0, 8560.0, 8602.0, 8546.0, 8601.0, 8546.0, 8601.0, 8545.0, 8609.0, 8577.0, 8609.0, 8580.0, 8618.0, 8592.0, 8619.0, 8581.0, 8621.0, 8584.0, 8621.0, 8583.0, 8619.0, 8594.0, 8636.0, 8609.0, 8663.0, 8607.0, 8650.0, 8621.0, 8614.0, 8601.0, 8662.0, 8600.0, 8628.0, 8620.0, 8604.0, 8602.0, 8614.0, 8589.0, 8615.0, 8590.0, 8600.0, 8563.0, 8616.0, 8563.0, 8604.0, 8588.0, 8608.0, 8592.0, 8620.0, 8563.0, 8607.0, 8556.0, 8603.0, 8644.0, 8607.0, 8657.0, 8604.0, 8632.0, 8588.0, 8639.0, 8589.0, 8643.0, 8589.0, 8640.0, 8588.0, 8559.0, 8605.0, 8556.0, 8602.0, 8619.0, 8607.0, 8574.0, 8599.0, 8587.0, 8596.0, 8567.0, 8599.0, 8586.0, 8603.0, 8575.0, 8601.0, 8552.0, 8580.0, 8623.0, 8598.0, 8580.0, 8594.0, 8568.0, 8594.0, 8565.0, 8603.0, 8577.0, 8598.0, 8576.0, 8581.0, 8572.0, 8597.0, 8601.0, 8659.0, 8602.0, 8628.0, 8600.0, 8556.0, 8596.0, 8552.0, 8597.0, 8571.0, 8597.0, 8568.0, 8606.0, 8589.0, 8567.0, 8580.0, 8535.0, 8581.0, 8572.0, 8601.0, 8576.0, 8591.0, 8607.0, 8636.0, 8586.0, 8611.0, 8551.0, 8639.0, 8569.0, 8556.0, 8589.0, 8556.0, 8600.0, 8545.0, 8601.0, 8571.0, 8602.0, 8593.0, 8598.0, 8555.0, 8598.0, 8553.0, 8596.0, 8558.0, 8618.0, 8577.0, 8606.0, 8579.0, 8624.0, 8580.0, 8608.0, 8558.0, 8630.0, 8543.0, 8585.0, 8577.0, 8598.0, 8569.0, 8598.0, 8556.0, 8597.0, 8558.0, 8645.0, 8575.0, 8585.0, 8573.0, 8593.0, 8575.0, 8615.0, 8595.0, 8620.0, 8589.0, 8543.0, 8606.0, 8561.0, 8602.0, 8582.0, 8625.0, 8584.0, 8648.0, 8616.0, 8571.0, 8631.0, 8623.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.007822510775862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.04037656109913793</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.69646587537468</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3106108503288423</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.146567554970353</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>4004.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09121151092328345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.435344827586207</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542377512258414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3876647612554542</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.826264114434794</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4132036610849936</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159184</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026152323931455612</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04966791346669197</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.8895592895858955</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>13.0296</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7386</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.2415</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300192.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.0755</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.399</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.3013</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3036.8426</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.0238</td></tr>
<tr><td colspan=3>tsnr</td><td>29.16926622390747</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>