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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:27:13.075000</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.997742, -0.0266256, 0.0616589, 0.0148028, 0.982664, 0.184801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.088593</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>[4150, -7739, -7281, 687, -48, -14, -41, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2ced96a5-b450-47c3-b6e9-fd54040d4014||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.6768691539764404, 0.039714962244033813, 0.17687834799289703, 101.982421875], [0.07143460959196091, 2.6364169120788574, 0.49537158012390137, -113.91329193115234], [0.16542644798755646, -0.495807409286499, 2.6482675075531006, -54.12340545654297], [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': ['192713.075000', '192713.535000', '192713.995000', '192714.455000', '192714.915000', '192715.375000', '192715.835000', '192716.295000', '192716.755000', '192717.215000', '192717.675000', '192718.135000', '192718.595000', '192719.055000', '192719.515000', '192719.975000', '192720.435000', '192720.895000', '192721.355000', '192721.815000', '192722.275000', '192722.735000', '192723.195000', '192723.655000', '192724.115000', '192724.575000', '192725.035000', '192725.495000', '192725.955000', '192726.415000', '192726.875000', '192727.335000', '192727.795000', '192728.255000', '192728.715000', '192729.175000', '192729.635000', '192730.095000', '192730.555000', '192731.015000', '192731.475000', '192731.935000', '192732.395000', '192732.855000', '192733.315000', '192733.775000', '192734.235000', '192734.695000', '192735.155000', '192735.615000', '192736.075000', '192736.535000', '192736.995000', '192737.455000', '192737.915000', '192738.375000', '192738.835000', '192739.295000', '192739.755000', '192740.215000', '192740.675000', '192741.135000', '192741.595000', '192742.055000', '192742.515000', '192742.975000', '192743.435000', '192743.895000', '192744.355000', '192744.815000', '192745.275000', '192745.735000', '192746.195000', '192746.655000', '192747.115000', '192747.575000', '192748.035000', '192748.495000', '192748.955000', '192749.415000', '192749.875000', '192750.335000', '192750.795000', '192751.255000', '192751.715000', '192752.175000', '192752.635000', '192753.095000', '192753.555000', '192754.015000', '192754.475000', '192754.935000', '192755.395000', '192755.855000', '192756.315000', '192756.775000', '192757.235000', '192757.695000', '192758.155000', '192758.615000', '192759.075000', '192759.535000', '192759.995000', '192800.455000', '192800.915000', '192801.375000', '192801.835000', '192802.295000', '192802.755000', '192803.215000', '192803.675000', '192804.135000', '192804.595000', '192805.055000', '192805.515000', '192805.975000', '192806.435000', '192806.895000', '192807.355000', '192807.815000', '192808.275000', '192808.735000', '192809.195000', '192809.655000', '192810.115000', '192810.575000', '192811.035000', '192811.495000', '192811.955000', '192812.415000', '192812.875000', '192813.335000', '192813.795000', '192814.255000', '192814.715000', '192815.175000', '192815.635000', '192816.095000', '192816.555000', '192817.015000', '192817.475000', '192817.935000', '192818.395000', '192818.855000', '192819.315000', '192819.775000', '192820.235000', '192820.695000', '192821.155000', '192821.615000', '192822.075000', '192822.535000', '192822.995000', '192823.455000', '192823.915000', '192824.375000', '192824.835000', '192825.295000', '192825.755000', '192826.215000', '192826.675000', '192827.135000', '192827.595000', '192828.055000', '192828.515000', '192828.975000', '192829.435000', '192829.895000', '192830.355000', '192830.815000', '192831.275000', '192831.735000', '192832.195000', '192832.655000', '192833.115000', '192833.575000', '192834.035000', '192834.495000', '192834.955000', '192835.415000', '192835.875000', '192836.335000', '192836.795000', '192837.255000', '192837.715000', '192838.175000', '192838.635000', '192839.095000', '192839.555000', '192840.015000', '192840.475000', '192840.935000', '192841.395000', '192841.855000', '192842.315000', '192842.775000', '192843.235000', '192843.695000', '192844.155000', '192844.615000', '192845.075000', '192845.535000', '192845.995000', '192846.455000', '192846.915000', '192847.375000', '192847.835000', '192848.295000', '192848.755000', '192849.215000', '192849.675000', '192850.135000', '192850.595000', '192851.055000', '192851.515000', '192851.975000', '192852.435000', '192852.895000', '192853.355000', '192853.815000', '192854.275000', '192854.735000', '192855.195000', '192855.655000', '192856.115000', '192856.575000', '192857.035000', '192857.495000', '192857.955000', '192858.415000', '192858.875000', '192859.335000', '192859.795000', '192900.255000', '192900.715000', '192901.175000', '192901.635000', '192902.095000', '192902.555000', '192903.015000', '192903.475000', '192903.935000', '192904.395000', '192904.855000', '192905.315000', '192905.775000', '192906.235000', '192906.695000', '192907.155000', '192907.615000', '192908.075000', '192908.535000', '192908.995000', '192909.455000', '192909.915000', '192910.375000', '192910.835000', '192911.295000', '192911.755000', '192912.215000', '192912.675000', '192913.135000', '192913.595000', '192914.055000', '192914.515000', '192914.975000', '192915.435000', '192915.895000', '192916.355000', '192916.815000', '192917.275000', '192917.735000', '192918.195000', '192918.655000', '192919.115000', '192919.575000', '192920.035000', '192920.495000', '192920.955000', '192921.415000', '192921.875000', '192922.335000', '192922.795000', '192923.255000', '192923.715000', '192924.175000', '192924.635000', '192925.095000', '192925.555000', '192926.015000', '192926.475000', '192926.935000', '192927.395000', '192927.855000', '192928.315000', '192928.775000', '192929.235000', '192929.695000', '192930.155000', '192930.615000', '192931.075000', '192931.535000', '192931.995000', '192932.455000', '192932.915000', '192933.375000', '192933.835000', '192934.295000', '192934.755000', '192935.215000', '192935.675000', '192936.135000', '192936.595000', '192937.055000', '192937.515000', '192937.975000', '192938.435000', '192938.895000', '192939.355000', '192939.815000', '192940.275000', '192940.735000', '192941.195000', '192941.655000', '192942.115000', '192942.575000', '192943.035000', '192943.495000', '192943.955000', '192944.415000', '192944.875000', '192945.335000', '192945.795000', '192946.255000', '192946.715000', '192947.175000', '192947.635000', '192948.095000', '192948.555000', '192949.015000', '192949.475000', '192949.935000', '192950.395000', '192950.855000', '192951.315000', '192951.775000', '192952.235000', '192952.695000', '192953.155000', '192953.615000', '192954.075000', '192954.535000', '192954.995000', '192955.455000', '192955.915000', '192956.375000', '192956.835000', '192957.295000', '192957.755000', '192958.215000', '192958.675000', '192959.135000', '192959.595000', '193000.055000', '193000.515000', '193000.975000', '193001.435000', '193001.895000', '193002.355000', '193002.815000', '193003.275000', '193003.735000', '193004.195000', '193004.655000', '193005.115000', '193005.575000', '193006.035000', '193006.495000', '193006.955000', '193007.415000', '193007.875000', '193008.335000', '193008.795000', '193009.255000', '193009.715000', '193010.175000', '193010.635000', '193011.095000', '193011.555000', '193012.015000', '193012.475000', '193012.935000', '193013.395000', '193013.855000', '193014.315000', '193014.775000', '193015.235000', '193015.695000', '193016.155000', '193016.615000', '193017.075000', '193017.535000', '193017.995000', '193018.455000', '193018.915000', '193019.375000', '193019.835000', '193020.295000', '193020.755000', '193021.215000', '193021.675000', '193022.135000', '193022.595000', '193023.055000', '193023.515000', '193023.975000', '193024.435000', '193024.895000', '193025.355000', '193025.815000', '193026.275000', '193026.735000', '193027.195000', '193027.655000', '193028.115000', '193028.575000', '193029.035000', '193029.495000', '193029.955000', '193030.415000', '193030.875000', '193031.335000', '193031.795000', '193032.255000', '193032.715000', '193033.175000', '193033.635000', '193034.095000', '193034.555000', '193035.015000', '193035.475000', '193035.935000', '193036.395000', '193036.855000', '193037.315000', '193037.775000', '193038.235000', '193038.695000', '193039.155000', '193039.615000', '193040.075000', '193040.535000', '193040.995000', '193041.455000', '193041.915000', '193042.375000', '193042.835000', '193043.295000', '193043.755000', '193044.215000', '193044.675000', '193045.135000', '193045.595000', '193046.055000', '193046.515000', '193046.975000', '193047.435000', '193047.895000', '193048.355000', '193048.815000', '193049.275000', '193049.735000', '193050.195000', '193050.655000', '193051.115000', '193051.575000', '193052.035000', '193052.495000', '193052.955000', '193053.415000', '193053.875000', '193054.335000', '193054.795000', '193055.255000', '193055.715000', '193056.175000', '193056.635000', '193057.095000', '193057.555000', '193058.015000', '193058.475000', '193058.935000', '193059.395000', '193059.855000', '193100.315000', '193100.775000', '193101.235000', '193101.695000', '193102.155000', '193102.615000', '193103.075000', '193103.535000', '193103.995000', '193104.455000', '193104.915000', '193105.375000', '193105.835000', '193106.295000', '193106.755000', '193107.215000', '193107.675000', '193108.135000', '193108.595000', '193109.055000', '193109.515000', '193109.975000', '193110.435000', '193110.895000', '193111.355000', '193111.815000', '193112.275000', '193112.735000', '193113.195000', '193113.655000', '193114.115000', '193114.575000', '193115.035000', '193115.495000', '193115.955000', '193116.415000', '193116.875000', '193117.335000', '193117.795000', '193118.255000', '193118.715000', '193119.175000', '193119.635000', '193120.095000', '193120.555000', '193121.015000', '193121.475000', '193121.935000', '193122.395000', '193122.855000', '193123.315000', '193123.775000', '193124.235000', '193124.695000', '193125.155000', '193125.615000', '193126.075000', '193126.535000', '193126.995000', '193127.455000', '193127.915000', '193128.375000', '193128.835000', '193129.295000', '193129.755000', '193130.215000', '193130.675000', '193131.135000', '193131.595000', '193132.055000', '193132.515000', '193132.975000', '193133.435000', '193133.895000', '193134.355000', '193134.815000', '193135.275000', '193135.735000', '193136.195000', '193136.655000', '193137.115000', '193137.575000', '193138.035000', '193138.495000', '193138.955000', '193139.415000', '193139.875000', '193140.335000', '193140.795000', '193141.255000', '193141.715000', '193142.175000', '193142.635000', '193143.095000', '193143.555000', '193144.015000', '193144.475000', '193144.935000', '193145.395000', '193145.855000', '193146.315000', '193146.775000', '193147.235000', '193147.695000', '193148.155000', '193148.615000', '193149.075000', '193149.535000', '193149.995000', '193150.455000', '193150.915000', '193151.375000', '193151.835000', '193152.295000', '193152.755000', '193153.215000', '193153.675000', '193154.135000', '193154.595000', '193155.055000', '193155.515000', '193155.975000', '193156.435000', '193156.895000', '193157.355000', '193157.815000', '193158.275000', '193158.735000', '193159.195000', '193159.655000', '193200.115000', '193200.575000', '193201.035000', '193201.495000', '193201.955000', '193202.415000', '193202.875000', '193203.335000', '193203.795000', '193204.255000', '193204.715000', '193205.175000', '193205.635000', '193206.095000', '193206.555000', '193207.015000', '193207.475000', '193207.935000', '193208.395000', '193208.855000', '193209.315000', '193209.775000', '193210.235000', '193210.695000', '193211.155000', '193211.615000', '193212.075000', '193212.535000', '193212.995000', '193213.455000', '193213.915000', '193214.375000', '193214.835000', '193215.295000', '193215.755000', '193216.215000', '193216.675000', '193217.135000', '193217.595000', '193218.055000', '193218.515000', '193218.975000', '193219.435000', '193219.895000', '193220.355000', '193220.815000', '193221.275000', '193221.735000', '193222.195000', '193222.655000', '193223.115000', '193223.575000', '193224.035000', '193224.495000', '193224.955000', '193225.415000', '193225.875000', '193226.335000', '193226.795000', '193227.255000', '193227.715000', '193228.175000', '193228.635000', '193229.095000', '193229.555000', '193230.015000', '193230.475000', '193230.935000', '193231.395000', '193231.855000', '193232.315000', '193232.775000', '193233.235000', '193233.695000', '193234.155000', '193234.615000', '193235.075000', '193235.535000', '193235.995000', '193236.455000', '193236.915000', '193237.375000', '193237.835000', '193238.295000', '193238.755000', '193239.215000', '193239.675000', '193240.135000', '193240.595000', '193241.055000', '193241.515000', '193241.975000', '193242.435000', '193242.895000', '193243.355000', '193243.815000', '193244.275000', '193244.735000', '193245.195000', '193245.655000', '193246.115000', '193246.575000', '193247.035000', '193247.495000', '193247.955000', '193248.415000', '193248.875000', '193249.335000', '193249.795000', '193250.255000', '193250.715000', '193251.175000', '193251.635000', '193252.095000', '193252.555000', '193253.015000', '193253.475000', '193253.935000', '193254.395000', '193254.855000', '193255.315000', '193255.775000', '193256.235000', '193256.695000', '193257.155000', '193257.615000', '193258.075000', '193258.535000', '193258.995000', '193259.455000', '193259.915000', '193300.375000', '193300.835000', '193301.295000', '193301.755000', '193302.215000', '193302.675000', '193303.135000', '193303.595000', '193304.055000', '193304.515000', '193304.975000', '193305.435000', '193305.895000', '193306.355000', '193306.815000', '193307.275000', '193307.735000', '193308.195000', '193308.655000', '193309.115000', '193309.575000', '193310.035000', '193310.495000', '193310.955000', '193311.415000', '193311.875000', '193312.335000', '193312.795000', '193313.255000', '193313.715000', '193314.175000', '193314.635000', '193315.095000', '193315.555000', '193316.015000', '193316.475000', '193316.935000', '193317.395000', '193317.855000', '193318.315000', '193318.775000', '193319.235000', '193319.695000', '193320.155000', '193320.615000', '193321.075000', '193321.535000', '193321.995000', '193322.455000', '193322.915000', '193323.375000', '193323.835000', '193324.295000', '193324.755000', '193325.215000', '193325.675000', '193326.135000', '193326.595000', '193327.055000', '193327.515000', '193327.975000', '193328.435000', '193328.895000', '193329.355000', '193329.815000', '193330.275000', '193330.735000', '193331.195000', '193331.655000', '193332.115000', '193332.575000', '193333.035000', '193333.495000', '193333.955000', '193334.415000', '193334.875000', '193335.335000', '193335.795000', '193336.255000', '193336.715000', '193337.175000', '193337.635000', '193338.095000', '193338.555000', '193339.015000', '193339.475000', '193339.935000', '193340.395000', '193340.855000', '193341.315000', '193341.775000', '193342.235000', '193342.695000', '193343.155000', '193343.615000', '193344.075000', '193344.535000', '193344.995000', '193345.455000', '193345.915000', '193346.375000', '193346.835000', '193347.295000', '193347.755000', '193348.215000', '193348.675000', '193349.135000', '193349.595000', '193350.055000', '193350.515000', '193350.975000', '193351.435000', '193351.895000', '193352.355000', '193352.815000', '193353.275000', '193353.735000', '193354.195000', '193354.655000', '193355.115000', '193355.575000', '193356.035000', '193356.495000', '193356.955000', '193357.415000', '193357.875000', '193358.335000', '193358.795000', '193359.255000', '193359.715000', '193400.175000', '193400.635000', '193401.095000', '193401.555000', '193402.015000', '193402.475000', '193402.935000', '193403.395000', '193403.855000', '193404.315000', '193404.775000', '193405.235000', '193405.695000', '193406.155000', '193406.615000', '193407.075000', '193407.535000', '193407.995000', '193408.455000', '193408.915000', '193409.375000', '193409.835000', '193410.295000', '193410.755000', '193411.215000', '193411.675000', '193412.135000', '193412.595000', '193413.055000', '193413.515000', '193413.975000', '193414.435000', '193414.895000', '193415.355000', '193415.815000', '193416.275000', '193416.735000', '193417.195000', '193417.655000', '193418.115000', '193418.575000', '193419.035000', '193419.495000', '193419.955000', '193420.415000', '193420.875000', '193421.335000', '193421.795000', '193422.255000', '193422.715000', '193423.175000', '193423.635000', '193424.095000', '193424.555000', '193425.015000', '193425.475000', '193425.935000', '193426.395000', '193426.855000', '193427.315000', '193427.775000', '193428.235000', '193428.695000', '193429.155000', '193429.615000', '193430.075000', '193430.535000', '193430.995000', '193431.455000', '193431.915000', '193432.375000', '193432.835000', '193433.295000', '193433.755000', '193434.215000', '193434.675000', '193435.135000', '193435.595000', '193436.055000', '193436.515000', '193436.975000', '193437.435000', '193437.895000', '193438.355000', '193438.815000', '193439.275000', '193439.735000', '193440.195000', '193440.655000', '193441.115000', '193441.575000', '193442.035000', '193442.495000', '193442.955000', '193443.415000', '193443.875000', '193444.335000', '193444.795000', '193445.255000', '193445.715000', '193446.175000', '193446.635000', '193447.095000', '193447.555000', '193448.015000', '193448.475000', '193448.935000', '193449.395000', '193449.855000', '193450.315000', '193450.775000', '193451.235000', '193451.695000', '193452.155000', '193452.615000', '193453.075000', '193453.535000', '193453.995000', '193454.455000', '193454.915000', '193455.375000', '193455.835000', '193456.295000', '193456.755000', '193457.215000', '193457.675000', '193458.135000', '193458.595000', '193459.055000', '193459.515000', '193459.975000', '193500.435000', '193500.895000', '193501.355000', '193501.815000', '193502.275000', '193502.735000', '193503.195000', '193503.655000', '193504.115000', '193504.575000', '193505.035000', '193505.495000', '193505.955000', '193506.415000', '193506.875000', '193507.335000', '193507.795000', '193508.255000', '193508.715000', '193509.175000', '193509.635000', '193510.095000', '193510.555000', '193511.015000', '193511.475000', '193511.935000', '193512.395000', '193512.855000', '193513.315000', '193513.775000', '193514.235000', '193514.695000', '193515.155000', '193515.615000', '193516.075000', '193516.535000', '193516.995000', '193517.455000', '193517.915000', '193518.375000', '193518.835000', '193519.295000', '193519.755000', '193520.215000', '193520.675000', '193521.135000', '193521.595000', '193522.055000', '193522.515000', '193522.975000', '193523.435000', '193523.895000', '193524.355000', '193524.815000', '193525.275000', '193525.735000', '193526.195000', '193526.655000', '193527.115000', '193527.575000', '193528.035000', '193528.495000', '193528.955000', '193529.415000', '193529.875000', '193530.335000', '193530.795000', '193531.255000', '193531.715000', '193532.175000', '193532.635000', '193533.095000', '193533.555000', '193534.015000', '193534.475000', '193534.935000', '193535.395000', '193535.855000', '193536.315000', '193536.775000', '193537.235000', '193537.695000', '193538.155000', '193538.615000', '193539.075000', '193539.535000', '193539.995000', '193540.455000', '193540.915000', '193541.375000', '193541.835000', '193542.295000', '193542.755000', '193543.215000', '193543.675000', '193544.135000', '193544.595000', '193545.055000', '193545.515000', '193545.975000', '193546.435000', '193546.895000', '193547.355000', '193547.815000', '193548.275000', '193548.735000', '193549.195000', '193549.655000', '193550.115000', '193550.575000', '193551.035000', '193551.495000', '193551.955000', '193552.415000', '193552.875000', '193553.335000', '193553.795000', '193554.255000', '193554.715000', '193555.175000', '193555.635000', '193556.095000', '193556.555000', '193557.015000', '193557.475000', '193557.935000', '193558.395000', '193558.855000', '193559.315000', '193559.775000', '193600.235000', '193600.695000', '193601.155000', '193601.615000', '193602.075000', '193602.535000', '193602.995000', '193603.455000', '193603.915000', '193604.375000', '193604.835000', '193605.295000', '193605.755000', '193606.215000', '193606.675000', '193607.135000', '193607.595000', '193608.055000', '193608.515000', '193608.975000', '193609.435000', '193609.895000', '193610.355000', '193610.815000', '193611.275000', '193611.735000', '193612.195000', '193612.655000', '193613.115000', '193613.575000', '193614.035000', '193614.495000', '193614.955000', '193615.415000', '193615.875000', '193616.335000', '193616.795000', '193617.255000', '193617.715000', '193618.175000', '193618.635000', '193619.095000', '193619.555000', '193620.015000', '193620.475000', '193620.935000', '193621.395000', '193621.855000', '193622.315000', '193622.775000', '193623.235000', '193623.695000', '193624.155000', '193624.615000', '193625.075000', '193625.535000', '193625.995000', '193626.455000', '193626.915000', '193627.375000', '193627.835000', '193628.295000', '193628.755000', '193629.215000', '193629.675000', '193630.135000', '193630.595000', '193631.055000', '193631.515000', '193631.975000', '193632.435000', '193632.895000', '193633.355000', '193633.815000', '193634.275000', '193634.735000', '193635.195000', '193635.655000', '193636.115000', '193636.575000', '193637.035000', '193637.495000', '193637.955000', '193638.415000', '193638.875000', '193639.335000', '193639.795000', '193640.255000', '193640.715000', '193641.175000', '193641.635000', '193642.095000', '193642.555000', '193643.015000', '193643.475000', '193643.935000', '193644.395000', '193644.855000', '193645.315000', '193645.775000', '193646.235000', '193646.695000', '193647.155000', '193647.615000', '193648.075000', '193648.535000', '193648.995000', '193649.455000', '193649.915000', '193650.375000', '193650.835000', '193651.295000', '193651.755000', '193652.215000', '193652.675000', '193653.135000', '193653.595000', '193654.055000', '193654.515000', '193654.975000', '193655.435000', '193655.895000', '193656.355000', '193656.815000', '193657.275000', '193657.735000', '193658.195000', '193658.655000', '193659.115000', '193659.575000', '193700.035000', '193700.495000', '193700.955000', '193701.415000', '193701.875000', '193702.335000', '193702.795000', '193703.255000', '193703.715000', '193704.175000', '193704.635000', '193705.095000', '193705.555000', '193706.015000', '193706.475000', '193706.935000', '193707.395000', '193707.855000', '193708.315000', '193708.775000', '193709.235000', '193709.695000', '193710.155000', '193710.615000', '193711.075000', '193711.535000', '193711.995000', '193712.455000', '193712.915000', '193713.375000', '193713.835000', '193714.295000', '193714.755000', '193715.215000', '193715.675000', '193716.135000', '193716.595000', '193717.055000', '193717.515000', '193717.975000', '193718.435000', '193718.895000', '193719.355000', '193719.815000', '193720.275000', '193720.735000', '193721.195000', '193721.655000', '193722.115000', '193722.575000', '193723.035000', '193723.495000', '193723.955000', '193724.415000', '193724.875000', '193725.335000', '193725.795000', '193726.255000', '193726.715000', '193727.175000', '193727.635000', '193728.095000', '193728.555000', '193729.015000', '193729.475000', '193729.935000', '193730.395000', '193730.855000', '193731.315000', '193731.775000', '193732.235000', '193732.695000', '193733.155000', '193733.615000', '193734.075000', '193734.535000', '193734.995000', '193735.455000', '193735.915000', '193736.375000', '193736.835000', '193737.295000', '193737.755000', '193738.215000', '193738.675000', '193739.135000', '193739.595000', '193740.055000', '193740.515000', '193740.975000', '193741.435000', '193741.895000', '193742.355000', '193742.815000', '193743.275000', '193743.735000', '193744.195000', '193744.655000', '193745.115000', '193745.575000', '193746.035000', '193746.495000', '193746.955000', '193747.415000', '193747.875000', '193748.335000', '193748.795000', '193749.255000', '193749.715000', '193750.175000', '193750.635000', '193751.095000', '193751.555000', '193752.015000', '193752.475000', '193752.935000', '193753.395000', '193753.855000', '193754.315000', '193754.775000', '193755.235000', '193755.695000', '193756.155000', '193756.615000', '193757.075000', '193757.535000', '193757.995000', '193758.455000', '193758.915000', '193759.375000', '193759.835000', '193800.295000', '193800.755000', '193801.215000', '193801.675000', '193802.135000', '193802.595000', '193803.055000', '193803.515000', '193803.975000', '193804.435000', '193804.895000', '193805.355000', '193805.815000', '193806.275000', '193806.735000', '193807.195000', '193807.655000', '193808.115000', '193808.575000', '193809.035000', '193809.495000', '193809.955000', '193810.415000', '193810.875000', '193811.335000', '193811.795000', '193812.255000', '193812.715000', '193813.175000', '193813.635000', '193814.095000', '193814.555000', '193815.015000', '193815.475000', '193815.935000', '193816.395000', '193816.855000', '193817.315000', '193817.775000', '193818.235000', '193818.695000', '193819.155000', '193819.615000', '193820.075000', '193820.535000', '193820.995000', '193821.455000', '193821.915000', '193822.375000', '193822.835000', '193823.295000', '193823.755000', '193824.215000', '193824.675000', '193825.135000', '193825.595000', '193826.055000', '193826.515000', '193826.975000', '193827.435000', '193827.895000', '193828.355000', '193828.815000', '193829.275000', '193829.735000', '193830.195000', '193830.655000', '193831.115000', '193831.575000', '193832.035000', '193832.495000', '193832.955000', '193833.415000', '193833.875000', '193834.335000', '193834.795000', '193835.255000', '193835.715000', '193836.175000', '193836.635000', '193837.095000', '193837.555000', '193838.015000', '193838.475000', '193838.935000', '193839.395000', '193839.855000', '193840.315000', '193840.775000', '193841.235000', '193841.695000', '193842.155000', '193842.615000', '193843.075000', '193843.535000', '193843.995000', '193844.455000', '193844.915000', '193845.375000', '193845.835000', '193846.295000', '193846.755000', '193847.215000', '193847.675000', '193848.135000', '193848.595000', '193849.055000', '193849.515000', '193849.975000', '193850.435000', '193850.895000', '193851.355000', '193851.815000', '193852.275000', '193852.735000', '193853.195000', '193853.655000', '193854.115000', '193854.575000', '193855.035000', '193855.495000', '193855.955000', '193856.415000', '193856.875000', '193857.335000', '193857.795000', '193858.255000', '193858.715000', '193859.175000', '193859.635000', '193900.095000', '193900.555000', '193901.015000', '193901.475000', '193901.935000', '193902.395000', '193902.855000', '193903.315000', '193903.775000', '193904.235000', '193904.695000', '193905.155000', '193905.615000', '193906.075000', '193906.535000', '193906.995000', '193907.455000', '193907.915000', '193908.375000', '193908.835000', '193909.295000', '193909.755000', '193910.215000', '193910.675000', '193911.135000', '193911.595000', '193912.055000', '193912.515000', '193912.975000', '193913.435000', '193913.895000', '193914.355000', '193914.815000', '193915.275000', '193915.735000', '193916.195000', '193916.655000', '193917.115000', '193917.575000', '193918.035000', '193918.495000', '193918.955000', '193919.415000', '193919.875000', '193920.335000', '193920.795000', '193921.255000', '193921.715000', '193922.175000', '193922.635000', '193923.095000', '193923.555000', '193924.015000', '193924.475000', '193924.935000', '193925.395000', '193925.855000', '193926.315000', '193926.775000', '193927.235000', '193927.695000', '193928.155000', '193928.615000', '193929.075000', '193929.535000', '193929.995000', '193930.455000', '193930.915000', '193931.375000', '193931.835000', '193932.295000', '193932.755000', '193933.215000', '193933.675000', '193934.135000', '193934.595000', '193935.055000', '193935.515000', '193935.975000', '193936.435000', '193936.895000', '193937.355000', '193937.815000', '193938.275000', '193938.735000', '193939.195000', '193939.655000', '193940.115000', '193940.575000', '193941.035000', '193941.495000', '193941.955000', '193942.415000', '193942.875000', '193943.335000', '193943.795000', '193944.255000', '193944.715000', '193945.175000', '193945.635000', '193946.095000', '193946.555000', '193947.015000', '193947.475000', '193947.935000', '193948.395000', '193948.855000', '193949.315000', '193949.775000', '193950.235000', '193950.695000', '193951.155000', '193951.615000', '193952.075000', '193952.535000', '193952.995000', '193953.455000', '193953.915000', '193954.375000', '193954.835000', '193955.295000', '193955.755000', '193956.215000', '193956.675000', '193957.135000', '193957.595000', '193958.055000', '193958.515000', '193958.975000', '193959.435000', '193959.895000', '194000.355000', '194000.815000', '194001.275000', '194001.735000', '194002.195000', '194002.655000', '194003.115000', '194003.575000', '194004.035000', '194004.495000', '194004.955000', '194005.415000', '194005.875000', '194006.335000', '194006.795000', '194007.255000', '194007.715000', '194008.175000', '194008.635000', '194009.095000', '194009.555000', '194010.015000', '194010.475000', '194010.935000', '194011.395000', '194011.855000', '194012.315000', '194012.775000', '194013.235000', '194013.695000', '194014.155000', '194014.615000', '194015.075000', '194015.535000', '194015.995000', '194016.455000', '194016.915000', '194017.375000', '194017.835000', '194018.295000', '194018.755000', '194019.215000', '194019.675000', '194020.135000', '194020.595000', '194021.055000', '194021.515000', '194021.975000', '194022.435000', '194022.895000', '194023.355000', '194023.815000', '194024.275000', '194024.735000', '194025.195000', '194025.655000', '194026.115000', '194026.575000', '194027.035000', '194027.495000', '194027.955000', '194028.415000', '194028.875000', '194029.335000', '194029.795000', '194030.255000', '194030.715000', '194031.175000', '194031.635000', '194032.095000', '194032.555000', '194033.015000', '194033.475000', '194033.935000', '194034.395000', '194034.855000', '194035.315000', '194035.775000', '194036.235000', '194036.695000', '194037.155000', '194037.615000', '194038.075000', '194038.535000', '194038.995000', '194039.455000', '194039.915000', '194040.375000', '194040.835000', '194041.295000', '194041.755000', '194042.215000', '194042.675000', '194043.135000', '194043.595000', '194044.055000', '194044.515000', '194044.975000', '194045.435000', '194045.895000', '194046.355000', '194046.815000', '194047.275000', '194047.735000', '194048.195000', '194048.655000', '194049.115000', '194049.575000', '194050.035000', '194050.495000', '194050.955000', '194051.415000', '194051.875000', '194052.335000', '194052.795000', '194053.255000', '194053.715000', '194054.175000', '194054.635000', '194055.095000', '194055.555000', '194056.015000', '194056.475000', '194056.935000', '194057.395000', '194057.855000', '194058.315000', '194058.775000', '194059.235000', '194059.695000', '194100.155000', '194100.615000', '194101.075000', '194101.535000', '194101.995000', '194102.455000', '194102.915000', '194103.375000', '194103.835000', '194104.295000', '194104.755000', '194105.215000', '194105.675000', '194106.135000', '194106.595000', '194107.055000', '194107.515000', '194107.975000', '194108.435000', '194108.895000', '194109.355000', '194109.815000', '194110.275000', '194110.735000', '194111.195000', '194111.655000', '194112.115000', '194112.575000', '194113.035000', '194113.495000', '194113.955000', '194114.415000', '194114.875000', '194115.335000', '194115.795000', '194116.255000', '194116.715000', '194117.175000', '194117.635000', '194118.095000', '194118.555000', '194119.015000', '194119.475000', '194119.935000', '194120.395000', '194120.855000', '194121.315000', '194121.775000', '194122.235000', '194122.695000', '194123.155000', '194123.615000', '194124.075000', '194124.535000', '194124.995000', '194125.455000', '194125.915000', '194126.375000', '194126.835000', '194127.295000', '194127.755000'], 'ContentTime': ['192733.787000', '192733.791000', '192733.793000', '192733.796000', '192733.805000', '192733.808000', '192733.810000', '192733.813000', '192733.816000', '192733.818000', '192733.821000', '192733.823000', '192733.826000', '192733.845000', '192733.848000', '192733.850000', '192733.853000', '192733.855000', '192733.858000', '192733.860000', '192733.863000', '192733.866000', '192733.868000', '192733.871000', '192733.873000', '192733.876000', '192733.878000', '192733.881000', '192733.884000', '192733.886000', '192733.889000', '192733.891000', '192733.894000', '192733.897000', '192733.899000', '192733.902000', '192733.904000', '192733.907000', '192733.909000', '192733.912000', '192733.915000', '192733.917000', '192733.920000', '192753.742000', '192753.745000', '192753.748000', '192753.750000', '192753.753000', '192753.755000', '192753.758000', '192753.760000', '192753.763000', '192753.766000', '192753.768000', '192753.771000', '192753.773000', '192753.776000', '192753.779000', '192753.781000', '192753.784000', '192753.786000', '192753.789000', '192753.792000', '192753.794000', '192753.797000', '192753.801000', '192753.804000', '192753.806000', '192753.809000', '192753.812000', '192753.814000', '192753.817000', '192753.819000', '192753.822000', '192753.825000', '192753.827000', '192753.830000', '192753.832000', '192753.835000', '192753.837000', '192753.840000', '192753.843000', '192753.845000', '192753.848000', '192753.850000', '192753.853000', '192753.855000', '192813.742000', '192813.745000', '192813.748000', '192813.750000', '192813.753000', '192813.755000', '192813.758000', '192813.761000', '192813.763000', '192813.766000', '192813.768000', '192813.771000', '192813.774000', '192813.776000', '192813.779000', '192813.781000', '192813.784000', '192813.786000', '192813.789000', '192813.792000', '192813.794000', '192813.797000', '192813.799000', '192813.802000', '192813.805000', '192813.807000', '192813.810000', '192813.813000', '192813.816000', '192813.818000', '192813.821000', '192813.823000', '192813.826000', '192813.829000', '192813.831000', '192813.834000', '192813.836000', '192813.839000', '192813.841000', '192813.844000', '192813.847000', '192813.849000', '192813.852000', '192833.743000', '192833.745000', '192833.748000', '192833.751000', '192833.753000', '192833.756000', '192833.758000', '192833.761000', '192833.764000', '192833.766000', '192833.769000', '192833.771000', '192833.774000', '192833.776000', '192833.779000', '192833.782000', '192833.784000', '192833.787000', '192833.790000', '192833.792000', '192833.795000', '192833.797000', '192833.800000', '192833.802000', '192833.805000', '192833.808000', '192833.810000', '192833.813000', '192833.816000', '192833.818000', '192833.821000', '192833.823000', '192833.826000', '192833.829000', '192833.831000', '192833.834000', '192833.836000', '192833.845000', '192833.848000', '192833.850000', '192833.853000', '192833.856000', '192833.858000', '192833.861000', '192853.741000', '192853.744000', '192853.747000', '192853.749000', '192853.752000', '192853.754000', '192853.757000', '192853.759000', '192853.762000', '192853.765000', '192853.767000', '192853.770000', '192853.773000', '192853.775000', '192853.778000', '192853.780000', '192853.783000', '192853.785000', '192853.788000', '192853.790000', '192853.793000', '192853.796000', '192853.798000', '192853.801000', '192853.804000', '192853.806000', '192853.809000', '192853.812000', '192853.814000', '192853.817000', '192853.819000', '192853.822000', '192853.825000', '192853.827000', '192853.830000', '192853.832000', '192853.835000', '192853.837000', '192853.840000', '192853.843000', '192853.851000', '192853.853000', '192853.856000', '192913.742000', '192913.745000', '192913.748000', '192913.750000', '192913.753000', '192913.756000', '192913.758000', '192913.761000', '192913.763000', '192913.779000', '192913.781000', '192913.784000', '192913.787000', '192913.789000', '192913.792000', '192913.794000', '192913.797000', '192913.800000', '192913.802000', '192913.805000', '192913.808000', '192913.810000', '192913.813000', '192913.816000', '192913.818000', '192913.821000', '192913.823000', '192913.826000', '192913.828000', '192913.831000', '192913.834000', '192913.836000', '192913.839000', '192913.842000', '192913.844000', '192913.847000', '192913.849000', '192913.852000', '192913.855000', '192913.857000', '192913.860000', '192913.862000', '192913.865000', '192913.868000', '192933.742000', '192933.745000', '192933.748000', '192933.750000', '192933.753000', '192933.756000', '192933.758000', '192933.761000', '192933.763000', '192933.766000', '192933.769000', '192933.771000', '192933.774000', '192933.777000', '192933.779000', '192933.782000', '192933.784000', '192933.787000', '192933.790000', '192933.792000', '192933.795000', '192933.798000', '192933.800000', '192933.803000', '192933.805000', '192933.808000', '192933.811000', '192933.813000', '192933.816000', '192933.818000', '192933.821000', '192933.824000', '192933.826000', '192933.829000', '192933.832000', '192933.834000', '192933.837000', '192933.840000', '192933.842000', '192933.845000', '192933.847000', '192933.850000', '192933.853000', '192953.743000', '192953.745000', '192953.748000', '192953.751000', '192953.753000', '192953.756000', '192953.759000', '192953.761000', '192953.764000', '192953.766000', '192953.769000', '192953.771000', '192953.774000', '192953.777000', '192953.779000', '192953.782000', '192953.784000', '192953.787000', '192953.790000', '192953.792000', '192953.795000', '192953.797000', '192953.800000', '192953.802000', '192953.805000', '192953.808000', '192953.810000', '192953.813000', '192953.815000', '192953.818000', '192953.821000', '192953.823000', '192953.826000', '192953.828000', '192953.831000', '192953.834000', '192953.836000', '192953.839000', '192953.841000', '192953.844000', '192953.846000', '192953.849000', '192953.851000', '192953.854000', '193013.742000', '193013.745000', '193013.748000', '193013.750000', '193013.753000', '193013.756000', '193013.758000', '193013.761000', '193013.764000', '193013.766000', '193013.769000', '193013.771000', '193013.774000', '193013.776000', '193013.779000', '193013.782000', '193013.784000', '193013.787000', '193013.789000', '193013.792000', '193013.795000', '193013.797000', '193013.800000', '193013.803000', '193013.805000', '193013.808000', '193013.811000', '193013.813000', '193013.816000', '193013.818000', '193013.821000', '193013.824000', '193013.826000', '193013.829000', '193013.831000', '193013.834000', '193013.837000', '193013.839000', '193013.842000', '193013.844000', '193013.847000', '193013.849000', '193013.852000', '193033.743000', '193033.745000', '193033.748000', '193033.751000', '193033.753000', '193033.756000', '193033.758000', '193033.761000', '193033.764000', '193033.766000', '193033.769000', '193033.772000', '193033.774000', '193033.777000', '193033.779000', '193033.782000', '193033.785000', '193033.787000', '193033.790000', '193033.792000', '193033.795000', '193033.798000', '193033.800000', '193033.803000', '193033.805000', '193033.808000', '193033.811000', '193033.813000', '193033.816000', '193033.818000', '193033.821000', '193033.823000', '193033.826000', '193033.829000', '193033.831000', '193033.834000', '193033.837000', '193033.839000', '193033.842000', '193033.844000', '193033.847000', '193033.849000', '193033.852000', '193033.855000', '193053.742000', '193053.745000', '193053.748000', '193053.750000', '193053.763000', '193053.766000', '193053.768000', '193053.771000', '193053.773000', '193053.776000', '193053.779000', '193053.781000', '193053.784000', '193053.786000', '193053.789000', '193053.792000', '193053.794000', '193053.797000', '193053.799000', '193053.802000', '193053.804000', '193053.807000', '193053.810000', '193053.812000', '193053.815000', '193053.817000', '193053.820000', '193053.823000', '193053.825000', '193053.828000', '193053.830000', '193053.833000', '193053.836000', '193053.838000', '193053.841000', '193053.844000', '193053.846000', '193053.849000', '193053.851000', '193053.854000', '193053.857000', '193053.859000', '193053.862000', '193113.741000', '193113.744000', '193113.747000', '193113.749000', '193113.752000', '193113.754000', '193113.757000', '193113.760000', '193113.763000', '193113.765000', '193113.768000', '193113.770000', '193113.773000', '193113.776000', '193113.778000', '193113.781000', '193113.783000', '193113.786000', '193113.789000', '193113.791000', '193113.794000', '193113.796000', '193113.799000', '193113.802000', '193113.804000', '193113.807000', '193113.809000', '193113.812000', '193113.815000', '193113.817000', '193113.820000', '193113.822000', '193113.825000', '193113.828000', '193113.830000', '193113.833000', '193113.836000', '193113.839000', '193113.841000', '193113.844000', '193113.847000', '193113.849000', '193113.852000', '193113.854000', '193133.742000', '193133.745000', '193133.748000', '193133.751000', '193133.753000', '193133.756000', '193133.758000', '193133.761000', '193133.764000', '193133.766000', '193133.769000', '193133.772000', '193133.774000', '193133.777000', '193133.779000', '193133.782000', '193133.785000', '193133.787000', '193133.790000', '193133.793000', '193133.795000', '193133.798000', '193133.800000', '193133.803000', '193133.806000', '193133.808000', '193133.811000', '193133.813000', '193133.816000', '193133.818000', '193133.821000', '193133.824000', '193133.826000', '193133.829000', '193133.832000', '193133.834000', '193133.837000', '193133.839000', '193133.842000', '193133.845000', '193133.847000', '193133.850000', '193133.852000', '193153.743000', '193153.745000', '193153.748000', '193153.751000', '193153.753000', '193153.756000', '193153.758000', '193153.761000', '193153.764000', '193153.766000', '193153.769000', '193153.771000', '193153.774000', '193153.777000', '193153.779000', '193153.782000', '193153.784000', '193153.787000', '193153.789000', '193153.792000', '193153.795000', '193153.797000', '193153.800000', '193153.803000', '193153.805000', '193153.808000', '193153.810000', '193153.813000', '193153.816000', '193153.818000', '193153.821000', '193153.823000', '193153.826000', '193153.829000', '193153.831000', '193153.834000', '193153.836000', '193153.839000', '193153.842000', '193153.844000', '193153.847000', '193153.849000', '193153.852000', '193153.854000', '193213.743000', '193213.746000', '193213.748000', '193213.751000', '193213.753000', '193213.756000', '193213.758000', '193213.761000', '193213.764000', '193213.766000', '193213.769000', '193213.772000', '193213.774000', '193213.777000', '193213.795000', '193213.798000', '193213.801000', '193213.803000', '193213.806000', '193213.808000', '193213.811000', '193213.814000', '193213.816000', '193213.819000', '193213.821000', '193213.824000', '193213.827000', '193213.829000', '193213.832000', '193213.834000', '193213.837000', '193213.840000', '193213.842000', '193213.845000', '193213.847000', '193213.850000', '193213.852000', '193213.855000', '193213.858000', '193213.860000', '193213.863000', '193213.865000', '193213.868000', '193233.744000', '193233.747000', '193233.749000', '193233.752000', '193233.754000', '193233.757000', '193233.760000', '193233.762000', '193233.765000', '193233.768000', '193233.770000', '193233.773000', '193233.776000', '193233.778000', '193233.781000', '193233.784000', '193233.786000', '193233.789000', '193233.792000', '193233.794000', '193233.797000', '193233.800000', '193233.802000', '193233.805000', '193233.808000', '193233.810000', '193233.813000', '193233.816000', '193233.818000', '193233.821000', '193233.823000', '193233.826000', '193233.829000', '193233.831000', '193233.834000', '193233.836000', '193233.839000', '193233.841000', '193233.844000', '193233.847000', '193233.849000', '193233.852000', '193233.854000', '193233.857000', '193253.743000', '193253.746000', '193253.748000', '193253.751000', '193253.753000', '193253.756000', '193253.758000', '193253.761000', '193253.764000', '193253.766000', '193253.769000', '193253.771000', '193253.774000', '193253.777000', '193253.779000', '193253.782000', '193253.784000', '193253.787000', '193253.790000', '193253.792000', '193253.795000', '193253.797000', '193253.800000', '193253.802000', '193253.805000', '193253.808000', '193253.810000', '193253.813000', '193253.816000', '193253.818000', '193253.821000', '193253.823000', '193253.826000', '193253.828000', '193253.831000', '193253.834000', '193253.836000', '193253.839000', '193253.841000', '193253.844000', '193253.847000', '193253.849000', '193253.852000', '193313.742000', '193313.745000', '193313.748000', '193313.751000', '193313.753000', '193313.756000', '193313.758000', '193313.761000', '193313.764000', '193313.766000', '193313.769000', '193313.772000', '193313.774000', '193313.777000', '193313.779000', '193313.782000', '193313.784000', '193313.787000', '193313.790000', '193313.792000', '193313.795000', '193313.797000', '193313.800000', '193313.803000', '193313.805000', '193313.808000', '193313.810000', '193313.813000', '193313.816000', '193313.818000', '193313.821000', '193313.823000', '193313.826000', '193313.829000', '193313.831000', '193313.834000', '193313.836000', '193313.839000', '193313.842000', '193313.844000', '193313.847000', '193313.849000', '193313.852000', '193313.855000', '193333.742000', '193333.744000', '193333.747000', '193333.750000', '193333.752000', '193333.755000', '193333.757000', '193333.760000', '193333.763000', '193333.765000', '193333.768000', '193333.771000', '193333.773000', '193333.776000', '193333.778000', '193333.781000', '193333.784000', '193333.786000', '193333.789000', '193333.791000', '193333.794000', '193333.796000', '193333.799000', '193333.802000', '193333.804000', '193333.807000', '193333.809000', '193333.812000', '193333.815000', '193333.817000', '193333.820000', '193333.822000', '193333.825000', '193333.828000', '193333.830000', '193333.833000', '193333.836000', '193333.838000', '193333.841000', '193333.883000', '193333.886000', '193333.889000', '193333.891000', '193353.742000', '193353.745000', '193353.748000', '193353.750000', '193353.753000', '193353.756000', '193353.758000', '193353.761000', '193353.763000', '193353.766000', '193353.768000', '193353.771000', '193353.774000', '193353.776000', '193353.779000', '193353.782000', '193353.786000', '193353.788000', '193353.791000', '193353.793000', '193353.796000', '193353.798000', '193353.801000', '193353.804000', '193353.806000', '193353.809000', '193353.812000', '193353.814000', '193353.817000', '193353.819000', '193353.822000', '193353.825000', '193353.827000', '193353.830000', '193353.832000', '193353.835000', '193353.838000', '193353.840000', '193353.843000', '193353.846000', '193353.848000', '193353.851000', '193353.853000', '193353.856000', '193413.743000', '193413.746000', '193413.748000', '193413.751000', '193413.754000', '193413.756000', '193413.759000', '193413.762000', '193413.764000', '193413.767000', '193413.769000', '193413.772000', '193413.775000', '193413.777000', '193413.780000', '193413.782000', '193413.785000', '193413.788000', '193413.790000', '193413.793000', '193413.795000', '193413.798000', '193413.801000', '193413.803000', '193413.806000', '193413.808000', '193413.811000', '193413.814000', '193413.816000', '193413.819000', '193413.822000', '193413.824000', '193413.827000', '193413.830000', '193413.832000', '193413.835000', '193413.837000', '193413.840000', '193413.843000', '193413.845000', '193413.848000', '193413.851000', '193413.853000', '193433.743000', '193433.745000', '193433.748000', '193433.751000', '193433.753000', '193433.756000', '193433.758000', '193433.761000', '193433.764000', '193433.766000', '193433.769000', '193433.772000', '193433.774000', '193433.777000', '193433.779000', '193433.782000', '193433.784000', '193433.787000', '193433.790000', '193433.792000', '193433.795000', '193433.798000', '193433.800000', '193433.803000', '193433.805000', '193433.808000', '193433.810000', '193433.813000', '193433.816000', '193433.818000', '193433.821000', '193433.824000', '193433.826000', '193433.829000', '193433.831000', '193433.834000', '193433.837000', '193433.839000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.852000', '193433.855000', '193453.742000', '193453.745000', '193453.748000', '193453.751000', '193453.753000', '193453.756000', '193453.759000', '193453.761000', '193453.764000', '193453.766000', '193453.769000', '193453.772000', '193453.774000', '193453.777000', '193453.780000', '193453.782000', '193453.785000', '193453.787000', '193453.790000', '193453.792000', '193453.795000', '193453.798000', '193453.800000', '193453.803000', '193453.805000', '193453.808000', '193453.811000', '193453.813000', '193453.816000', '193453.818000', '193453.821000', '193453.824000', '193453.826000', '193453.829000', '193453.831000', '193453.834000', '193453.849000', '193453.851000', '193453.854000', '193453.856000', '193453.859000', '193453.862000', '193453.864000', '193513.743000', '193513.746000', '193513.748000', '193513.751000', '193513.753000', '193513.756000', '193513.759000', '193513.761000', '193513.764000', '193513.766000', '193513.769000', '193513.772000', '193513.774000', '193513.777000', '193513.780000', '193513.782000', '193513.785000', '193513.788000', '193513.790000', '193513.793000', '193513.795000', '193513.798000', '193513.801000', '193513.803000', '193513.806000', '193513.809000', '193513.811000', '193513.814000', '193513.817000', '193513.819000', '193513.823000', '193513.827000', '193513.829000', '193513.832000', '193513.835000', '193513.837000', '193513.840000', '193513.842000', '193513.845000', '193513.848000', '193513.850000', '193513.853000', '193513.855000', '193533.742000', '193533.745000', '193533.748000', '193533.750000', '193533.753000', '193533.756000', '193533.758000', '193533.761000', '193533.764000', '193533.766000', '193533.769000', '193533.771000', '193533.774000', '193533.777000', '193533.779000', '193533.782000', '193533.784000', '193533.787000', '193533.790000', '193533.792000', '193533.795000', '193533.798000', '193533.800000', '193533.803000', '193533.806000', '193533.808000', '193533.811000', '193533.813000', '193533.816000', '193533.818000', '193533.821000', '193533.824000', '193533.826000', '193533.829000', '193533.831000', '193533.834000', '193533.837000', '193533.839000', '193533.842000', '193533.845000', '193533.847000', '193533.850000', '193533.852000', '193533.855000', '193553.742000', '193553.745000', '193553.747000', '193553.750000', '193553.752000', '193553.755000', '193553.758000', '193553.760000', '193553.763000', '193553.765000', '193553.768000', '193553.771000', '193553.773000', '193553.776000', '193553.778000', '193553.781000', '193553.784000', '193553.786000', '193553.789000', '193553.792000', '193553.795000', '193553.797000', '193553.800000', '193553.802000', '193553.805000', '193553.808000', '193553.810000', '193553.813000', '193553.815000', '193553.818000', '193553.821000', '193553.823000', '193553.826000', '193553.829000', '193553.831000', '193553.834000', '193553.836000', '193553.839000', '193553.842000', '193553.844000', '193553.847000', '193553.849000', '193553.852000', '193613.743000', '193613.745000', '193613.748000', '193613.751000', '193613.753000', '193613.756000', '193613.759000', '193613.761000', '193613.764000', '193613.766000', '193613.769000', '193613.772000', '193613.774000', '193613.777000', '193613.779000', '193613.782000', '193613.785000', '193613.787000', '193613.790000', '193613.793000', '193613.795000', '193613.798000', '193613.800000', '193613.803000', '193613.806000', '193613.808000', '193613.811000', '193613.814000', '193613.816000', '193613.819000', '193613.821000', '193613.824000', '193613.827000', '193613.841000', '193613.844000', '193613.846000', '193613.849000', '193613.851000', '193613.854000', '193613.857000', '193613.859000', '193613.862000', '193613.865000', '193613.867000', '193633.743000', '193633.745000', '193633.748000', '193633.751000', '193633.753000', '193633.756000', '193633.759000', '193633.761000', '193633.764000', '193633.766000', '193633.769000', '193633.771000', '193633.774000', '193633.777000', '193633.779000', '193633.782000', '193633.785000', '193633.787000', '193633.790000', '193633.793000', '193633.796000', '193633.799000', '193633.802000', '193633.804000', '193633.807000', '193633.809000', '193633.812000', '193633.815000', '193633.817000', '193633.820000', '193633.822000', '193633.825000', '193633.828000', '193633.830000', '193633.833000', '193633.836000', '193633.838000', '193633.841000', '193633.843000', '193633.846000', '193633.849000', '193633.851000', '193633.854000', '193653.743000', '193653.745000', '193653.748000', '193653.751000', '193653.753000', '193653.756000', '193653.759000', '193653.761000', '193653.764000', '193653.766000', '193653.769000', '193653.771000', '193653.774000', '193653.777000', '193653.779000', '193653.782000', '193653.784000', '193653.787000', '193653.790000', '193653.792000', '193653.795000', '193653.798000', '193653.800000', '193653.803000', '193653.805000', '193653.808000', '193653.810000', '193653.813000', '193653.816000', '193653.818000', '193653.821000', '193653.823000', '193653.826000', '193653.828000', '193653.831000', '193653.834000', '193653.836000', '193653.839000', '193653.842000', '193653.844000', '193653.853000', '193653.856000', '193653.858000', '193653.861000', '193713.743000', '193713.746000', '193713.748000', '193713.751000', '193713.753000', '193713.756000', '193713.759000', '193713.761000', '193713.764000', '193713.766000', '193713.769000', '193713.772000', '193713.774000', '193713.777000', '193713.779000', '193713.782000', '193713.785000', '193713.787000', '193713.790000', '193713.793000', '193713.795000', '193713.798000', '193713.800000', '193713.803000', '193713.806000', '193713.808000', '193713.811000', '193713.814000', '193713.816000', '193713.819000', '193713.821000', '193713.824000', '193713.827000', '193713.830000', '193713.833000', '193713.835000', '193713.838000', '193713.841000', '193713.843000', '193713.846000', '193713.849000', '193713.851000', '193713.854000', '193733.743000', '193733.745000', '193733.748000', '193733.751000', '193733.753000', '193733.756000', '193733.759000', '193733.761000', '193733.764000', '193733.767000', '193733.769000', '193733.772000', '193733.774000', '193733.777000', '193733.780000', '193733.782000', '193733.800000', '193733.802000', '193733.805000', '193733.807000', '193733.810000', '193733.813000', '193733.815000', '193733.818000', '193733.821000', '193733.823000', '193733.826000', '193733.828000', '193733.831000', '193733.834000', '193733.836000', '193733.839000', '193733.842000', '193733.844000', '193733.847000', '193733.849000', '193733.852000', '193733.855000', '193733.857000', '193733.860000', '193733.862000', '193733.865000', '193733.868000', '193733.870000', '193753.743000', '193753.746000', '193753.748000', '193753.751000', '193753.753000', '193753.756000', '193753.759000', '193753.761000', '193753.764000', '193753.766000', '193753.769000', '193753.772000', '193753.774000', '193753.777000', '193753.779000', '193753.782000', '193753.785000', '193753.787000', '193753.790000', '193753.793000', '193753.795000', '193753.798000', '193753.801000', '193753.803000', '193753.806000', '193753.808000', '193753.811000', '193753.814000', '193753.816000', '193753.819000', '193753.821000', '193753.824000', '193753.827000', '193753.829000', '193753.832000', '193753.835000', '193753.837000', '193753.840000', '193753.842000', '193753.845000', '193753.848000', '193753.850000', '193753.853000', '193813.742000', '193813.744000', '193813.747000', '193813.750000', '193813.752000', '193813.755000', '193813.757000', '193813.760000', '193813.763000', '193813.765000', '193813.768000', '193813.770000', '193813.773000', '193813.776000', '193813.778000', '193813.781000', '193813.784000', '193813.786000', '193813.789000', '193813.792000', '193813.794000', '193813.797000', '193813.800000', '193813.802000', '193813.805000', '193813.807000', '193813.810000', '193813.813000', '193813.815000', '193813.818000', '193813.820000', '193813.823000', '193813.826000', '193813.828000', '193813.831000', '193813.833000', '193813.836000', '193813.839000', '193813.841000', '193813.844000', '193813.847000', '193813.849000', '193813.852000', '193813.855000', '193833.743000', '193833.746000', '193833.748000', '193833.751000', '193833.754000', '193833.756000', '193833.759000', '193833.762000', '193833.764000', '193833.767000', '193833.769000', '193833.772000', '193833.774000', '193833.777000', '193833.780000', '193833.783000', '193833.785000', '193833.788000', '193833.790000', '193833.793000', '193833.796000', '193833.798000', '193833.801000', '193833.803000', '193833.806000', '193833.809000', '193833.811000', '193833.814000', '193833.817000', '193833.819000', '193833.822000', '193833.825000', '193833.827000', '193833.830000', '193833.833000', '193833.835000', '193833.838000', '193833.840000', '193833.843000', '193833.846000', '193833.848000', '193833.851000', '193833.854000', '193853.743000', '193853.745000', '193853.748000', '193853.751000', '193853.754000', '193853.756000', '193853.759000', '193853.762000', '193853.765000', '193853.767000', '193853.770000', '193853.773000', '193853.775000', '193853.778000', '193853.781000', '193853.783000', '193853.786000', '193853.788000', '193853.791000', '193853.794000', '193853.796000', '193853.799000', '193853.801000', '193853.804000', '193853.807000', '193853.809000', '193853.812000', '193853.815000', '193853.817000', '193853.820000', '193853.823000', '193853.825000', '193853.828000', '193853.830000', '193853.833000', '193853.835000', '193853.838000', '193853.841000', '193853.843000', '193853.846000', '193853.848000', '193853.851000', '193853.854000', '193853.856000', '193913.743000', '193913.746000', '193913.748000', '193913.751000', '193913.753000', '193913.764000', '193913.767000', '193913.770000', '193913.772000', '193913.775000', '193913.778000', '193913.780000', '193913.783000', '193913.786000', '193913.788000', '193913.791000', '193913.793000', '193913.796000', '193913.799000', '193913.801000', '193913.804000', '193913.806000', '193913.809000', '193913.812000', '193913.814000', '193913.817000', '193913.820000', '193913.822000', '193913.825000', '193913.827000', '193913.830000', '193913.833000', '193913.835000', '193913.838000', '193913.840000', '193913.843000', '193913.846000', '193913.848000', '193913.851000', '193913.854000', '193913.856000', '193913.859000', '193913.861000', '193933.743000', '193933.746000', '193933.749000', '193933.751000', '193933.754000', '193933.756000', '193933.759000', '193933.762000', '193933.764000', '193933.767000', '193933.770000', '193933.772000', '193933.775000', '193933.777000', '193933.780000', '193933.783000', '193933.785000', '193933.788000', '193933.791000', '193933.793000', '193933.796000', '193933.799000', '193933.801000', '193933.804000', '193933.807000', '193933.809000', '193933.812000', '193933.814000', '193933.817000', '193933.820000', '193933.822000', '193933.825000', '193933.828000', '193933.830000', '193933.833000', '193933.835000', '193933.838000', '193933.841000', '193933.843000', '193933.846000', '193933.849000', '193933.851000', '193933.854000', '193933.856000', '193953.743000', '193953.746000', '193953.748000', '193953.751000', '193953.754000', '193953.756000', '193953.759000', '193953.761000', '193953.764000', '193953.767000', '193953.769000', '193953.772000', '193953.775000', '193953.777000', '193953.780000', '193953.783000', '193953.785000', '193953.788000', '193953.790000', '193953.793000', '193953.796000', '193953.798000', '193953.801000', '193953.812000', '193953.815000', '193953.817000', '193953.820000', '193953.822000', '193953.825000', '193953.828000', '193953.830000', '193953.833000', '193953.836000', '193953.838000', '193953.841000', '193953.843000', '193953.846000', '193953.849000', '193953.851000', '193953.854000', '193953.856000', '193953.859000', '193953.862000', '194013.743000', '194013.746000', '194013.749000', '194013.752000', '194013.754000', '194013.757000', '194013.760000', '194013.762000', '194013.765000', '194013.768000', '194013.770000', '194013.773000', '194013.776000', '194013.778000', '194013.781000', '194013.784000', '194013.786000', '194013.789000', '194013.792000', '194013.795000', '194013.798000', '194013.801000', '194013.803000', '194013.806000', '194013.809000', '194013.811000', '194013.814000', '194013.817000', '194013.819000', '194013.822000', '194013.825000', '194013.827000', '194013.830000', '194013.833000', '194013.835000', '194013.838000', '194013.841000', '194013.843000', '194013.846000', '194013.849000', '194013.851000', '194013.854000', '194013.857000', '194013.859000', '194033.742000', '194033.745000', '194033.747000', '194033.750000', '194033.753000', '194033.755000', '194033.758000', '194033.761000', '194033.763000', '194033.766000', '194033.768000', '194033.771000', '194033.774000', '194033.776000', '194033.779000', '194033.782000', '194033.784000', '194033.787000', '194033.789000', '194033.792000', '194033.795000', '194033.797000', '194033.800000', '194033.803000', '194033.806000', '194033.808000', '194033.811000', '194033.813000', '194033.816000', '194033.819000', '194033.821000', '194033.824000', '194033.827000', '194033.829000', '194033.832000', '194033.834000', '194033.837000', '194033.840000', '194033.842000', '194033.845000', '194033.848000', '194033.851000', '194033.853000', '194053.743000', '194053.746000', '194053.748000', '194053.751000', '194053.754000', '194053.756000', '194053.759000', '194053.761000', '194053.764000', '194053.767000', '194053.769000', '194053.772000', '194053.774000', '194053.777000', '194053.780000', '194053.782000', '194053.785000', '194053.788000', '194053.790000', '194053.793000', '194053.796000', '194053.798000', '194053.801000', '194053.804000', '194053.806000', '194053.809000', '194053.811000', '194053.814000', '194053.817000', '194053.819000', '194053.822000', '194053.824000', '194053.827000', '194053.830000', '194053.832000', '194053.835000', '194053.838000', '194053.840000', '194053.843000', '194053.845000', '194053.848000', '194053.851000', '194053.853000', '194053.856000', '194113.743000', '194113.746000', '194113.748000', '194113.751000', '194113.754000', '194113.756000', '194113.759000', '194113.762000', '194113.764000', '194113.767000', '194113.770000', '194113.772000', '194113.775000', '194113.777000', '194113.780000', '194113.783000', '194113.785000', '194113.788000', '194113.791000', '194113.793000', '194113.796000', '194113.799000', '194113.801000', '194113.804000', '194113.809000', '194113.812000', '194113.815000', '194113.817000', '194113.820000', '194113.822000', '194113.825000', '194113.828000', '194113.830000', '194113.833000', '194113.836000', '194113.838000', '194113.841000', '194113.844000', '194113.846000', '194113.849000', '194113.852000', '194113.854000', '194113.857000', '194128.653000', '194128.656000', '194128.659000', '194128.662000', '194128.664000', '194128.667000', '194128.670000', '194128.672000', '194128.675000', '194128.678000', '194128.680000', '194128.683000', '194128.686000', '194128.688000', '194128.691000', '194128.694000', '194128.696000', '194128.699000', '194128.702000', '194128.705000', '194128.707000', '194128.710000', '194128.713000', '194128.716000', '194128.719000', '194128.722000', '194128.724000', '194128.727000', '194128.730000', '194128.733000', '194128.736000', '194128.740000', '194128.743000'], 'InstanceCreationTime': ['192733.787000', '192733.791000', '192733.793000', '192733.796000', '192733.805000', '192733.808000', '192733.810000', '192733.813000', '192733.816000', '192733.818000', '192733.821000', '192733.823000', '192733.826000', '192733.845000', '192733.848000', '192733.850000', '192733.853000', '192733.855000', '192733.858000', '192733.860000', '192733.863000', '192733.866000', '192733.868000', '192733.871000', '192733.873000', '192733.876000', '192733.878000', '192733.881000', '192733.884000', '192733.886000', '192733.889000', '192733.891000', '192733.894000', '192733.897000', '192733.899000', '192733.902000', '192733.904000', '192733.907000', '192733.909000', '192733.912000', '192733.915000', '192733.917000', '192733.920000', '192753.742000', '192753.745000', '192753.748000', '192753.750000', '192753.753000', '192753.755000', '192753.758000', '192753.760000', '192753.763000', '192753.766000', '192753.768000', '192753.771000', '192753.773000', '192753.776000', '192753.779000', '192753.781000', '192753.784000', '192753.786000', '192753.789000', '192753.792000', '192753.794000', '192753.797000', '192753.801000', '192753.804000', '192753.806000', '192753.809000', '192753.812000', '192753.814000', '192753.817000', '192753.819000', '192753.822000', '192753.825000', '192753.827000', '192753.830000', '192753.832000', '192753.835000', '192753.837000', '192753.840000', '192753.843000', '192753.845000', '192753.848000', '192753.850000', '192753.853000', '192753.855000', '192813.742000', '192813.745000', '192813.748000', '192813.750000', '192813.753000', '192813.755000', '192813.758000', '192813.761000', '192813.763000', '192813.766000', '192813.768000', '192813.771000', '192813.774000', '192813.776000', '192813.779000', '192813.781000', '192813.784000', '192813.786000', '192813.789000', '192813.792000', '192813.794000', '192813.797000', '192813.799000', '192813.802000', '192813.805000', '192813.807000', '192813.810000', '192813.813000', '192813.816000', '192813.818000', '192813.821000', '192813.823000', '192813.826000', '192813.829000', '192813.831000', '192813.834000', '192813.836000', '192813.839000', '192813.841000', '192813.844000', '192813.847000', '192813.849000', '192813.852000', '192833.743000', '192833.745000', '192833.748000', '192833.751000', '192833.753000', '192833.756000', '192833.758000', '192833.761000', '192833.764000', '192833.766000', '192833.769000', '192833.771000', '192833.774000', '192833.776000', '192833.779000', '192833.782000', '192833.784000', '192833.787000', '192833.790000', '192833.792000', '192833.795000', '192833.797000', '192833.800000', '192833.802000', '192833.805000', '192833.808000', '192833.810000', '192833.813000', '192833.816000', '192833.818000', '192833.821000', '192833.823000', '192833.826000', '192833.829000', '192833.831000', '192833.834000', '192833.836000', '192833.845000', '192833.848000', '192833.850000', '192833.853000', '192833.856000', '192833.858000', '192833.861000', '192853.741000', '192853.744000', '192853.747000', '192853.749000', '192853.752000', '192853.754000', '192853.757000', '192853.759000', '192853.762000', '192853.765000', '192853.767000', '192853.770000', '192853.773000', '192853.775000', '192853.778000', '192853.780000', '192853.783000', '192853.785000', '192853.788000', '192853.790000', '192853.793000', '192853.796000', '192853.798000', '192853.801000', '192853.804000', '192853.806000', '192853.809000', '192853.812000', '192853.814000', '192853.817000', '192853.819000', '192853.822000', '192853.825000', '192853.827000', '192853.830000', '192853.832000', '192853.835000', '192853.837000', '192853.840000', '192853.843000', '192853.851000', '192853.853000', '192853.856000', '192913.742000', '192913.745000', '192913.748000', '192913.750000', '192913.753000', '192913.756000', '192913.758000', '192913.761000', '192913.763000', '192913.779000', '192913.781000', '192913.784000', '192913.787000', '192913.789000', '192913.792000', '192913.794000', '192913.797000', '192913.800000', '192913.802000', '192913.805000', '192913.808000', '192913.810000', '192913.813000', '192913.816000', '192913.818000', '192913.821000', '192913.823000', '192913.826000', '192913.828000', '192913.831000', '192913.834000', '192913.836000', '192913.839000', '192913.842000', '192913.844000', '192913.847000', '192913.849000', '192913.852000', '192913.855000', '192913.857000', '192913.860000', '192913.862000', '192913.865000', '192913.868000', '192933.742000', '192933.745000', '192933.748000', '192933.750000', '192933.753000', '192933.756000', '192933.758000', '192933.761000', '192933.763000', '192933.766000', '192933.769000', '192933.771000', '192933.774000', '192933.777000', '192933.779000', '192933.782000', '192933.784000', '192933.787000', '192933.790000', '192933.792000', '192933.795000', '192933.798000', '192933.800000', '192933.803000', '192933.805000', '192933.808000', '192933.811000', '192933.813000', '192933.816000', '192933.818000', '192933.821000', '192933.824000', '192933.826000', '192933.829000', '192933.832000', '192933.834000', '192933.837000', '192933.840000', '192933.842000', '192933.845000', '192933.847000', '192933.850000', '192933.853000', '192953.743000', '192953.745000', '192953.748000', '192953.751000', '192953.753000', '192953.756000', '192953.759000', '192953.761000', '192953.764000', '192953.766000', '192953.769000', '192953.771000', '192953.774000', '192953.777000', '192953.779000', '192953.782000', '192953.784000', '192953.787000', '192953.790000', '192953.792000', '192953.795000', '192953.797000', '192953.800000', '192953.802000', '192953.805000', '192953.808000', '192953.810000', '192953.813000', '192953.815000', '192953.818000', '192953.821000', '192953.823000', '192953.826000', '192953.828000', '192953.831000', '192953.834000', '192953.836000', '192953.839000', '192953.841000', '192953.844000', '192953.846000', '192953.849000', '192953.851000', '192953.854000', '193013.742000', '193013.745000', '193013.748000', '193013.750000', '193013.753000', '193013.756000', '193013.758000', '193013.761000', '193013.764000', '193013.766000', '193013.769000', '193013.771000', '193013.774000', '193013.776000', '193013.779000', '193013.782000', '193013.784000', '193013.787000', '193013.789000', '193013.792000', '193013.795000', '193013.797000', '193013.800000', '193013.803000', '193013.805000', '193013.808000', '193013.811000', '193013.813000', '193013.816000', '193013.818000', '193013.821000', '193013.824000', '193013.826000', '193013.829000', '193013.831000', '193013.834000', '193013.837000', '193013.839000', '193013.842000', '193013.844000', '193013.847000', '193013.849000', '193013.852000', '193033.743000', '193033.745000', '193033.748000', '193033.751000', '193033.753000', '193033.756000', '193033.758000', '193033.761000', '193033.764000', '193033.766000', '193033.769000', '193033.772000', '193033.774000', '193033.777000', '193033.779000', '193033.782000', '193033.785000', '193033.787000', '193033.790000', '193033.792000', '193033.795000', '193033.798000', '193033.800000', '193033.803000', '193033.805000', '193033.808000', '193033.811000', '193033.813000', '193033.816000', '193033.818000', '193033.821000', '193033.823000', '193033.826000', '193033.829000', '193033.831000', '193033.834000', '193033.837000', '193033.839000', '193033.842000', '193033.844000', '193033.847000', '193033.849000', '193033.852000', '193033.855000', '193053.742000', '193053.745000', '193053.748000', '193053.750000', '193053.763000', '193053.766000', '193053.768000', '193053.771000', '193053.773000', '193053.776000', '193053.779000', '193053.781000', '193053.784000', '193053.786000', '193053.789000', '193053.792000', '193053.794000', '193053.797000', '193053.799000', '193053.802000', '193053.804000', '193053.807000', '193053.810000', '193053.812000', '193053.815000', '193053.817000', '193053.820000', '193053.823000', '193053.825000', '193053.828000', '193053.830000', '193053.833000', '193053.836000', '193053.838000', '193053.841000', '193053.844000', '193053.846000', '193053.849000', '193053.851000', '193053.854000', '193053.857000', '193053.859000', '193053.862000', '193113.741000', '193113.744000', '193113.747000', '193113.749000', '193113.752000', '193113.754000', '193113.757000', '193113.760000', '193113.763000', '193113.765000', '193113.768000', '193113.770000', '193113.773000', '193113.776000', '193113.778000', '193113.781000', '193113.783000', '193113.786000', '193113.789000', '193113.791000', '193113.794000', '193113.796000', '193113.799000', '193113.802000', '193113.804000', '193113.807000', '193113.809000', '193113.812000', '193113.815000', '193113.817000', '193113.820000', '193113.822000', '193113.825000', '193113.828000', '193113.830000', '193113.833000', '193113.836000', '193113.839000', '193113.841000', '193113.844000', '193113.847000', '193113.849000', '193113.852000', '193113.854000', '193133.742000', '193133.745000', '193133.748000', '193133.751000', '193133.753000', '193133.756000', '193133.758000', '193133.761000', '193133.764000', '193133.766000', '193133.769000', '193133.772000', '193133.774000', '193133.777000', '193133.779000', '193133.782000', '193133.785000', '193133.787000', '193133.790000', '193133.793000', '193133.795000', '193133.798000', '193133.800000', '193133.803000', '193133.806000', '193133.808000', '193133.811000', '193133.813000', '193133.816000', '193133.818000', '193133.821000', '193133.824000', '193133.826000', '193133.829000', '193133.832000', '193133.834000', '193133.837000', '193133.839000', '193133.842000', '193133.845000', '193133.847000', '193133.850000', '193133.852000', '193153.743000', '193153.745000', '193153.748000', '193153.751000', '193153.753000', '193153.756000', '193153.758000', '193153.761000', '193153.764000', '193153.766000', '193153.769000', '193153.771000', '193153.774000', '193153.777000', '193153.779000', '193153.782000', '193153.784000', '193153.787000', '193153.789000', '193153.792000', '193153.795000', '193153.797000', '193153.800000', '193153.803000', '193153.805000', '193153.808000', '193153.810000', '193153.813000', '193153.816000', '193153.818000', '193153.821000', '193153.823000', '193153.826000', '193153.829000', '193153.831000', '193153.834000', '193153.836000', '193153.839000', '193153.842000', '193153.844000', '193153.847000', '193153.849000', '193153.852000', '193153.854000', '193213.743000', '193213.746000', '193213.748000', '193213.751000', '193213.753000', '193213.756000', '193213.758000', '193213.761000', '193213.764000', '193213.766000', '193213.769000', '193213.772000', '193213.774000', '193213.777000', '193213.795000', '193213.798000', '193213.801000', '193213.803000', '193213.806000', '193213.808000', '193213.811000', '193213.814000', '193213.816000', '193213.819000', '193213.821000', '193213.824000', '193213.827000', '193213.829000', '193213.832000', '193213.834000', '193213.837000', '193213.840000', '193213.842000', '193213.845000', '193213.847000', '193213.850000', '193213.852000', '193213.855000', '193213.858000', '193213.860000', '193213.863000', '193213.865000', '193213.868000', '193233.744000', '193233.747000', '193233.749000', '193233.752000', '193233.754000', '193233.757000', '193233.760000', '193233.762000', '193233.765000', '193233.768000', '193233.770000', '193233.773000', '193233.776000', '193233.778000', '193233.781000', '193233.784000', '193233.786000', '193233.789000', '193233.792000', '193233.794000', '193233.797000', '193233.800000', '193233.802000', '193233.805000', '193233.808000', '193233.810000', '193233.813000', '193233.816000', '193233.818000', '193233.821000', '193233.823000', '193233.826000', '193233.829000', '193233.831000', '193233.834000', '193233.836000', '193233.839000', '193233.841000', '193233.844000', '193233.847000', '193233.849000', '193233.852000', '193233.854000', '193233.857000', '193253.743000', '193253.746000', '193253.748000', '193253.751000', '193253.753000', '193253.756000', '193253.758000', '193253.761000', '193253.764000', '193253.766000', '193253.769000', '193253.771000', '193253.774000', '193253.777000', '193253.779000', '193253.782000', '193253.784000', '193253.787000', '193253.790000', '193253.792000', '193253.795000', '193253.797000', '193253.800000', '193253.802000', '193253.805000', '193253.808000', '193253.810000', '193253.813000', '193253.816000', '193253.818000', '193253.821000', '193253.823000', '193253.826000', '193253.828000', '193253.831000', '193253.834000', '193253.836000', '193253.839000', '193253.841000', '193253.844000', '193253.847000', '193253.849000', '193253.852000', '193313.742000', '193313.745000', '193313.748000', '193313.751000', '193313.753000', '193313.756000', '193313.758000', '193313.761000', '193313.764000', '193313.766000', '193313.769000', '193313.772000', '193313.774000', '193313.777000', '193313.779000', '193313.782000', '193313.784000', '193313.787000', '193313.790000', '193313.792000', '193313.795000', '193313.797000', '193313.800000', '193313.803000', '193313.805000', '193313.808000', '193313.810000', '193313.813000', '193313.816000', '193313.818000', '193313.821000', '193313.823000', '193313.826000', '193313.829000', '193313.831000', '193313.834000', '193313.836000', '193313.839000', '193313.842000', '193313.844000', '193313.847000', '193313.849000', '193313.852000', '193313.855000', '193333.742000', '193333.744000', '193333.747000', '193333.750000', '193333.752000', '193333.755000', '193333.757000', '193333.760000', '193333.763000', '193333.765000', '193333.768000', '193333.771000', '193333.773000', '193333.776000', '193333.778000', '193333.781000', '193333.784000', '193333.786000', '193333.789000', '193333.791000', '193333.794000', '193333.796000', '193333.799000', '193333.802000', '193333.804000', '193333.807000', '193333.809000', '193333.812000', '193333.815000', '193333.817000', '193333.820000', '193333.822000', '193333.825000', '193333.828000', '193333.830000', '193333.833000', '193333.836000', '193333.838000', '193333.841000', '193333.883000', '193333.886000', '193333.889000', '193333.891000', '193353.742000', '193353.745000', '193353.748000', '193353.750000', '193353.753000', '193353.756000', '193353.758000', '193353.761000', '193353.763000', '193353.766000', '193353.768000', '193353.771000', '193353.774000', '193353.776000', '193353.779000', '193353.782000', '193353.786000', '193353.788000', '193353.791000', '193353.793000', '193353.796000', '193353.798000', '193353.801000', '193353.804000', '193353.806000', '193353.809000', '193353.812000', '193353.814000', '193353.817000', '193353.819000', '193353.822000', '193353.825000', '193353.827000', '193353.830000', '193353.832000', '193353.835000', '193353.838000', '193353.840000', '193353.843000', '193353.846000', '193353.848000', '193353.851000', '193353.853000', '193353.856000', '193413.743000', '193413.746000', '193413.748000', '193413.751000', '193413.754000', '193413.756000', '193413.759000', '193413.762000', '193413.764000', '193413.767000', '193413.769000', '193413.772000', '193413.775000', '193413.777000', '193413.780000', '193413.782000', '193413.785000', '193413.788000', '193413.790000', '193413.793000', '193413.795000', '193413.798000', '193413.801000', '193413.803000', '193413.806000', '193413.808000', '193413.811000', '193413.814000', '193413.816000', '193413.819000', '193413.822000', '193413.824000', '193413.827000', '193413.830000', '193413.832000', '193413.835000', '193413.837000', '193413.840000', '193413.843000', '193413.845000', '193413.848000', '193413.851000', '193413.853000', '193433.743000', '193433.745000', '193433.748000', '193433.751000', '193433.753000', '193433.756000', '193433.758000', '193433.761000', '193433.764000', '193433.766000', '193433.769000', '193433.772000', '193433.774000', '193433.777000', '193433.779000', '193433.782000', '193433.784000', '193433.787000', '193433.790000', '193433.792000', '193433.795000', '193433.798000', '193433.800000', '193433.803000', '193433.805000', '193433.808000', '193433.810000', '193433.813000', '193433.816000', '193433.818000', '193433.821000', '193433.824000', '193433.826000', '193433.829000', '193433.831000', '193433.834000', '193433.837000', '193433.839000', '193433.842000', '193433.845000', '193433.847000', '193433.850000', '193433.852000', '193433.855000', '193453.742000', '193453.745000', '193453.748000', '193453.751000', '193453.753000', '193453.756000', '193453.759000', '193453.761000', '193453.764000', '193453.766000', '193453.769000', '193453.772000', '193453.774000', '193453.777000', '193453.780000', '193453.782000', '193453.785000', '193453.787000', '193453.790000', '193453.792000', '193453.795000', '193453.798000', '193453.800000', '193453.803000', '193453.805000', '193453.808000', '193453.811000', '193453.813000', '193453.816000', '193453.818000', '193453.821000', '193453.824000', '193453.826000', '193453.829000', '193453.831000', '193453.834000', '193453.849000', '193453.851000', '193453.854000', '193453.856000', '193453.859000', '193453.862000', '193453.864000', '193513.743000', '193513.746000', '193513.748000', '193513.751000', '193513.753000', '193513.756000', '193513.759000', '193513.761000', '193513.764000', '193513.766000', '193513.769000', '193513.772000', '193513.774000', '193513.777000', '193513.780000', '193513.782000', '193513.785000', '193513.788000', '193513.790000', '193513.793000', '193513.795000', '193513.798000', '193513.801000', '193513.803000', '193513.806000', '193513.809000', '193513.811000', '193513.814000', '193513.817000', '193513.819000', '193513.823000', '193513.827000', '193513.829000', '193513.832000', '193513.835000', '193513.837000', '193513.840000', '193513.842000', '193513.845000', '193513.848000', '193513.850000', '193513.853000', '193513.855000', '193533.742000', '193533.745000', '193533.748000', '193533.750000', '193533.753000', '193533.756000', '193533.758000', '193533.761000', '193533.764000', '193533.766000', '193533.769000', '193533.771000', '193533.774000', '193533.777000', '193533.779000', '193533.782000', '193533.784000', '193533.787000', '193533.790000', '193533.792000', '193533.795000', '193533.798000', '193533.800000', '193533.803000', '193533.806000', '193533.808000', '193533.811000', '193533.813000', '193533.816000', '193533.818000', '193533.821000', '193533.824000', '193533.826000', '193533.829000', '193533.831000', '193533.834000', '193533.837000', '193533.839000', '193533.842000', '193533.845000', '193533.847000', '193533.850000', '193533.852000', '193533.855000', '193553.742000', '193553.745000', '193553.747000', '193553.750000', '193553.752000', '193553.755000', '193553.758000', '193553.760000', '193553.763000', '193553.765000', '193553.768000', '193553.771000', '193553.773000', '193553.776000', '193553.778000', '193553.781000', '193553.784000', '193553.786000', '193553.789000', '193553.792000', '193553.795000', '193553.797000', '193553.800000', '193553.802000', '193553.805000', '193553.808000', '193553.810000', '193553.813000', '193553.815000', '193553.818000', '193553.821000', '193553.823000', '193553.826000', '193553.829000', '193553.831000', '193553.834000', '193553.836000', '193553.839000', '193553.842000', '193553.844000', '193553.847000', '193553.849000', '193553.852000', '193613.743000', '193613.745000', '193613.748000', '193613.751000', '193613.753000', '193613.756000', '193613.759000', '193613.761000', '193613.764000', '193613.766000', '193613.769000', '193613.772000', '193613.774000', '193613.777000', '193613.779000', '193613.782000', '193613.785000', '193613.787000', '193613.790000', '193613.793000', '193613.795000', '193613.798000', '193613.800000', '193613.803000', '193613.806000', '193613.808000', '193613.811000', '193613.814000', '193613.816000', '193613.819000', '193613.821000', '193613.824000', '193613.827000', '193613.841000', '193613.844000', '193613.846000', '193613.849000', '193613.851000', '193613.854000', '193613.857000', '193613.859000', '193613.862000', '193613.865000', '193613.867000', '193633.743000', '193633.745000', '193633.748000', '193633.751000', '193633.753000', '193633.756000', '193633.759000', '193633.761000', '193633.764000', '193633.766000', '193633.769000', '193633.771000', '193633.774000', '193633.777000', '193633.779000', '193633.782000', '193633.785000', '193633.787000', '193633.790000', '193633.793000', '193633.796000', '193633.799000', '193633.802000', '193633.804000', '193633.807000', '193633.809000', '193633.812000', '193633.815000', '193633.817000', '193633.820000', '193633.822000', '193633.825000', '193633.828000', '193633.830000', '193633.833000', '193633.836000', '193633.838000', '193633.841000', '193633.843000', '193633.846000', '193633.849000', '193633.851000', '193633.854000', '193653.743000', '193653.745000', '193653.748000', '193653.751000', '193653.753000', '193653.756000', '193653.759000', '193653.761000', '193653.764000', '193653.766000', '193653.769000', '193653.771000', '193653.774000', '193653.777000', '193653.779000', '193653.782000', '193653.784000', '193653.787000', '193653.790000', '193653.792000', '193653.795000', '193653.798000', '193653.800000', '193653.803000', '193653.805000', '193653.808000', '193653.810000', '193653.813000', '193653.816000', '193653.818000', '193653.821000', '193653.823000', '193653.826000', '193653.828000', '193653.831000', '193653.834000', '193653.836000', '193653.839000', '193653.842000', '193653.844000', '193653.853000', '193653.856000', '193653.858000', '193653.861000', '193713.743000', '193713.746000', '193713.748000', '193713.751000', '193713.753000', '193713.756000', '193713.759000', '193713.761000', '193713.764000', '193713.766000', '193713.769000', '193713.772000', '193713.774000', '193713.777000', '193713.779000', '193713.782000', '193713.785000', '193713.787000', '193713.790000', '193713.793000', '193713.795000', '193713.798000', '193713.800000', '193713.803000', '193713.806000', '193713.808000', '193713.811000', '193713.814000', '193713.816000', '193713.819000', '193713.821000', '193713.824000', '193713.827000', '193713.830000', '193713.833000', '193713.835000', '193713.838000', '193713.841000', '193713.843000', '193713.846000', '193713.849000', '193713.851000', '193713.854000', '193733.743000', '193733.745000', '193733.748000', '193733.751000', '193733.753000', '193733.756000', '193733.759000', '193733.761000', '193733.764000', '193733.767000', '193733.769000', '193733.772000', '193733.774000', '193733.777000', '193733.780000', '193733.782000', '193733.800000', '193733.802000', '193733.805000', '193733.807000', '193733.810000', '193733.813000', '193733.815000', '193733.818000', '193733.821000', '193733.823000', '193733.826000', '193733.828000', '193733.831000', '193733.834000', '193733.836000', '193733.839000', '193733.842000', '193733.844000', '193733.847000', '193733.849000', '193733.852000', '193733.855000', '193733.857000', '193733.860000', '193733.862000', '193733.865000', '193733.868000', '193733.870000', '193753.743000', '193753.746000', '193753.748000', '193753.751000', '193753.753000', '193753.756000', '193753.759000', '193753.761000', '193753.764000', '193753.766000', '193753.769000', '193753.772000', '193753.774000', '193753.777000', '193753.779000', '193753.782000', '193753.785000', '193753.787000', '193753.790000', '193753.793000', '193753.795000', '193753.798000', '193753.801000', '193753.803000', '193753.806000', '193753.808000', '193753.811000', '193753.814000', '193753.816000', '193753.819000', '193753.821000', '193753.824000', '193753.827000', '193753.829000', '193753.832000', '193753.835000', '193753.837000', '193753.840000', '193753.842000', '193753.845000', '193753.848000', '193753.850000', '193753.853000', '193813.742000', '193813.744000', '193813.747000', '193813.750000', '193813.752000', '193813.755000', '193813.757000', '193813.760000', '193813.763000', '193813.765000', '193813.768000', '193813.770000', '193813.773000', '193813.776000', '193813.778000', '193813.781000', '193813.784000', '193813.786000', '193813.789000', '193813.792000', '193813.794000', '193813.797000', '193813.800000', '193813.802000', '193813.805000', '193813.807000', '193813.810000', '193813.813000', '193813.815000', '193813.818000', '193813.820000', '193813.823000', '193813.826000', '193813.828000', '193813.831000', '193813.833000', '193813.836000', '193813.839000', '193813.841000', '193813.844000', '193813.847000', '193813.849000', '193813.852000', '193813.855000', '193833.743000', '193833.746000', '193833.748000', '193833.751000', '193833.754000', '193833.756000', '193833.759000', '193833.762000', '193833.764000', '193833.767000', '193833.769000', '193833.772000', '193833.774000', '193833.777000', '193833.780000', '193833.783000', '193833.785000', '193833.788000', '193833.790000', '193833.793000', '193833.796000', '193833.798000', '193833.801000', '193833.803000', '193833.806000', '193833.809000', '193833.811000', '193833.814000', '193833.817000', '193833.819000', '193833.822000', '193833.825000', '193833.827000', '193833.830000', '193833.833000', '193833.835000', '193833.838000', '193833.840000', '193833.843000', '193833.846000', '193833.848000', '193833.851000', '193833.854000', '193853.743000', '193853.745000', '193853.748000', '193853.751000', '193853.754000', '193853.756000', '193853.759000', '193853.762000', '193853.765000', '193853.767000', '193853.770000', '193853.773000', '193853.775000', '193853.778000', '193853.781000', '193853.783000', '193853.786000', '193853.788000', '193853.791000', '193853.794000', '193853.796000', '193853.799000', '193853.801000', '193853.804000', '193853.807000', '193853.809000', '193853.812000', '193853.815000', '193853.817000', '193853.820000', '193853.823000', '193853.825000', '193853.828000', '193853.830000', '193853.833000', '193853.835000', '193853.838000', '193853.841000', '193853.843000', '193853.846000', '193853.848000', '193853.851000', '193853.854000', '193853.856000', '193913.743000', '193913.746000', '193913.748000', '193913.751000', '193913.753000', '193913.764000', '193913.767000', '193913.770000', '193913.772000', '193913.775000', '193913.778000', '193913.780000', '193913.783000', '193913.786000', '193913.788000', '193913.791000', '193913.793000', '193913.796000', '193913.799000', '193913.801000', '193913.804000', '193913.806000', '193913.809000', '193913.812000', '193913.814000', '193913.817000', '193913.820000', '193913.822000', '193913.825000', '193913.827000', '193913.830000', '193913.833000', '193913.835000', '193913.838000', '193913.840000', '193913.843000', '193913.846000', '193913.848000', '193913.851000', '193913.854000', '193913.856000', '193913.859000', '193913.861000', '193933.743000', '193933.746000', '193933.749000', '193933.751000', '193933.754000', '193933.756000', '193933.759000', '193933.762000', '193933.764000', '193933.767000', '193933.770000', '193933.772000', '193933.775000', '193933.777000', '193933.780000', '193933.783000', '193933.785000', '193933.788000', '193933.791000', '193933.793000', '193933.796000', '193933.799000', '193933.801000', '193933.804000', '193933.807000', '193933.809000', '193933.812000', '193933.814000', '193933.817000', '193933.820000', '193933.822000', '193933.825000', '193933.828000', '193933.830000', '193933.833000', '193933.835000', '193933.838000', '193933.841000', '193933.843000', '193933.846000', '193933.849000', '193933.851000', '193933.854000', '193933.856000', '193953.743000', '193953.746000', '193953.748000', '193953.751000', '193953.754000', '193953.756000', '193953.759000', '193953.761000', '193953.764000', '193953.767000', '193953.769000', '193953.772000', '193953.775000', '193953.777000', '193953.780000', '193953.783000', '193953.785000', '193953.788000', '193953.790000', '193953.793000', '193953.796000', '193953.798000', '193953.801000', '193953.812000', '193953.815000', '193953.817000', '193953.820000', '193953.822000', '193953.825000', '193953.828000', '193953.830000', '193953.833000', '193953.836000', '193953.838000', '193953.841000', '193953.843000', '193953.846000', '193953.849000', '193953.851000', '193953.854000', '193953.856000', '193953.859000', '193953.862000', '194013.743000', '194013.746000', '194013.749000', '194013.752000', '194013.754000', '194013.757000', '194013.760000', '194013.762000', '194013.765000', '194013.768000', '194013.770000', '194013.773000', '194013.776000', '194013.778000', '194013.781000', '194013.784000', '194013.786000', '194013.789000', '194013.792000', '194013.795000', '194013.798000', '194013.801000', '194013.803000', '194013.806000', '194013.809000', '194013.811000', '194013.814000', '194013.817000', '194013.819000', '194013.822000', '194013.825000', '194013.827000', '194013.830000', '194013.833000', '194013.835000', '194013.838000', '194013.841000', '194013.843000', '194013.846000', '194013.849000', '194013.851000', '194013.854000', '194013.857000', '194013.859000', '194033.742000', '194033.745000', '194033.747000', '194033.750000', '194033.753000', '194033.755000', '194033.758000', '194033.761000', '194033.763000', '194033.766000', '194033.768000', '194033.771000', '194033.774000', '194033.776000', '194033.779000', '194033.782000', '194033.784000', '194033.787000', '194033.789000', '194033.792000', '194033.795000', '194033.797000', '194033.800000', '194033.803000', '194033.806000', '194033.808000', '194033.811000', '194033.813000', '194033.816000', '194033.819000', '194033.821000', '194033.824000', '194033.827000', '194033.829000', '194033.832000', '194033.834000', '194033.837000', '194033.840000', '194033.842000', '194033.845000', '194033.848000', '194033.851000', '194033.853000', '194053.743000', '194053.746000', '194053.748000', '194053.751000', '194053.754000', '194053.756000', '194053.759000', '194053.761000', '194053.764000', '194053.767000', '194053.769000', '194053.772000', '194053.774000', '194053.777000', '194053.780000', '194053.782000', '194053.785000', '194053.788000', '194053.790000', '194053.793000', '194053.796000', '194053.798000', '194053.801000', '194053.804000', '194053.806000', '194053.809000', '194053.811000', '194053.814000', '194053.817000', '194053.819000', '194053.822000', '194053.824000', '194053.827000', '194053.830000', '194053.832000', '194053.835000', '194053.838000', '194053.840000', '194053.843000', '194053.845000', '194053.848000', '194053.851000', '194053.853000', '194053.856000', '194113.743000', '194113.746000', '194113.748000', '194113.751000', '194113.754000', '194113.756000', '194113.759000', '194113.762000', '194113.764000', '194113.767000', '194113.770000', '194113.772000', '194113.775000', '194113.777000', '194113.780000', '194113.783000', '194113.785000', '194113.788000', '194113.791000', '194113.793000', '194113.796000', '194113.799000', '194113.801000', '194113.804000', '194113.809000', '194113.812000', '194113.815000', '194113.817000', '194113.820000', '194113.822000', '194113.825000', '194113.828000', '194113.830000', '194113.833000', '194113.836000', '194113.838000', '194113.841000', '194113.844000', '194113.846000', '194113.849000', '194113.852000', '194113.854000', '194113.857000', '194128.653000', '194128.656000', '194128.659000', '194128.662000', '194128.664000', '194128.667000', '194128.670000', '194128.672000', '194128.675000', '194128.678000', '194128.680000', '194128.683000', '194128.686000', '194128.688000', '194128.691000', '194128.694000', '194128.696000', '194128.699000', '194128.702000', '194128.705000', '194128.707000', '194128.710000', '194128.713000', '194128.716000', '194128.719000', '194128.722000', '194128.724000', '194128.727000', '194128.730000', '194128.733000', '194128.736000', '194128.740000', '194128.743000'], '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': [7012, 6902, 9044, 8000, 10528, 13252, 7459, 6735, 7103, 6749, 6608, 8255, 7155, 6630, 8103, 6887, 6476, 7822, 6748, 6701, 11800, 6818, 6883, 7448, 6704, 6688, 7902, 7375, 8369, 12432, 10281, 7133, 6737, 6995, 6899, 8118, 7239, 6680, 11525, 7964, 9714, 8838, 6666, 12696, 10511, 7428, 11415, 7977, 6816, 10052, 7369, 6779, 12343, 7146, 6941, 7383, 7430, 7628, 6768, 6967, 8653, 7225, 6876, 7660, 7087, 6924, 7456, 7016, 6660, 7411, 7011, 7723, 6806, 6708, 8446, 7017, 7040, 7378, 6771, 6765, 7981, 7150, 6902, 7431, 6751, 6589, 8565, 7578, 6918, 8739, 6893, 7022, 8141, 7178, 6887, 11280, 7299, 6860, 7486, 7350, 10160, 7428, 7506, 8659, 6786, 6744, 7697, 7098, 6772, 6719, 7125, 6946, 6792, 7361, 6762, 8267, 9175, 6721, 13098, 8085, 6733, 9058, 6860, 9799, 10491, 6785, 10021, 7549, 6603, 10475, 9064, 6565, 8852, 7171, 6575, 8532, 6933, 6613, 11176, 6936, 6962, 7678, 6697, 6675, 10217, 6887, 6822, 7241, 6933, 8091, 8962, 7025, 6789, 6967, 6824, 6709, 7520, 7243, 7504, 7263, 6899, 8378, 7247, 6420, 11907, 8940, 6682, 8008, 7068, 6262, 9511, 8471, 6763, 6718, 7179, 6943, 6982, 7791, 6784, 10294, 9594, 6820, 6856, 7621, 6784, 6602, 9706, 6847, 6725, 8212, 6778, 6562, 8724, 7224, 6822, 7430, 6816, 6853, 8069, 7320, 6757, 7963, 6927, 6698, 7716, 7216, 7300, 7556, 7157, 6943, 6950, 6353, 9514, 8133, 6651, 6962, 6926, 6692, 7678, 8148, 6800, 7065, 7271, 7078, 6779, 7275, 6691, 10030, 8498, 6670, 9401, 7223, 6535, 10035, 8009, 6545, 8695, 6924, 6601, 9762, 8604, 6956, 10524, 7179, 6496, 8192, 6856, 6497, 9619, 8369, 6467, 7955, 6750, 6519, 7769, 6903, 6493, 10624, 9999, 10591, 9305, 11565, 8559, 7200, 7787, 6862, 7473, 6747, 7952, 6828, 6898, 6831, 6822, 8043, 6956, 6669, 10071, 8173, 7021, 12355, 7622, 8209, 11590, 10624, 9822, 9871, 12973, 8701, 6958, 10934, 7415, 6931, 9854, 7127, 6668, 8200, 6832, 6699, 7196, 6758, 6668, 6982, 6670, 6520, 6952, 6712, 6473, 6849, 6696, 6407, 7101, 6642, 6593, 7222, 6711, 6547, 7076, 6892, 6633, 7310, 6717, 6480, 9683, 6986, 6676, 7448, 6759, 6583, 8503, 7638, 6611, 7990, 7074, 6620, 8483, 7449, 6661, 10459, 7460, 6852, 8002, 7430, 6870, 9563, 10201, 6950, 6633, 8028, 6901, 6644, 12770, 8861, 6700, 9107, 6991, 6503, 9950, 7883, 6753, 10004, 7094, 6696, 8457, 7059, 6615, 11210, 7076, 6562, 9019, 7034, 6608, 11378, 7616, 6719, 8899, 7500, 6580, 10928, 9888, 6836, 6997, 7719, 6711, 7584, 10596, 6960, 6603, 7619, 6673, 6547, 10305, 7151, 6640, 7512, 6908, 6535, 8837, 7557, 6517, 7680, 6892, 6456, 9034, 7676, 6757, 8373, 7270, 6659, 7610, 7622, 6779, 9026, 7943, 6722, 6649, 7895, 7234, 6699, 11801, 7014, 6594, 7734, 7153, 6476, 9581, 8694, 6846, 6597, 7934, 6669, 6653, 13021, 9762, 6669, 7924, 7028, 6744, 8445, 8453, 7195, 10334, 8943, 6859, 6572, 7693, 6632, 6720, 12396, 6834, 6663, 7564, 6804, 6538, 8719, 7565, 6792, 9151, 7113, 6650, 8421, 6949, 6502, 8889, 7430, 6592, 12358, 7316, 6833, 6450, 7348, 6789, 7870, 9843, 7226, 6677, 7441, 6714, 6680, 7935, 6896, 7146, 11724, 6926, 6676, 7668, 6980, 6589, 8581, 7557, 6758, 9766, 7094, 6513, 7808, 7462, 6640, 8639, 7238, 6777, 6575, 7333, 6779, 6768, 8430, 6869, 6729, 7887, 6788, 6533, 11354, 7188, 6677, 7657, 7276, 6605, 9221, 11652, 7132, 6639, 7460, 6823, 6375, 9491, 8203, 6837, 7485, 7306, 6850, 8040, 9835, 7121, 6673, 7473, 6780, 6569, 9468, 7927, 6721, 8881, 6924, 6548, 8024, 7285, 6387, 9852, 7104, 6691, 6592, 7017, 6699, 6620, 8242, 7224, 6619, 7444, 6836, 6603, 8261, 7126, 6578, 13082, 8192, 6565, 9507, 7113, 6693, 11026, 8461, 6703, 9888, 7121, 6646, 8527, 6897, 6638, 9740, 7074, 6739, 8186, 6947, 6685, 10270, 6870, 6604, 7708, 6682, 6760, 9904, 6844, 6650, 7109, 6613, 7014, 8229, 7017, 6579, 7222, 6444, 6620, 7327, 6760, 6416, 10690, 8207, 6906, 9403, 7026, 6724, 8303, 6541, 12387, 10368, 6714, 9322, 7164, 6538, 8592, 7337, 6796, 8626, 6976, 6831, 7159, 7070, 6691, 8512, 7097, 6778, 6707, 7050, 6560, 8390, 7509, 6642, 6563, 7045, 6534, 8400, 8167, 6818, 6584, 7247, 6572, 6751, 9266, 6958, 6721, 7375, 6814, 6922, 11173, 8713, 6777, 7757, 7146, 6764, 8032, 7559, 6556, 11009, 8280, 6789, 6686, 7472, 6709, 9542, 11748, 7372, 7702, 8787, 6870, 8965, 10167, 8107, 8732, 8137, 7021, 6584, 7737, 6910, 6613, 10053, 6770, 6607, 8238, 7052, 6380, 11159, 10542, 6894, 6856, 7208, 6904, 6575, 9185, 7880, 6724, 8876, 7555, 6464, 9081, 7786, 6702, 8185, 7225, 6798, 6768, 8414, 7469, 6845, 11016, 7358, 6667, 8668, 7336, 6650, 6819, 7184, 6795, 6640, 8197, 7394, 6550, 9747, 7064, 6770, 6597, 7874, 7553, 9898, 12427, 10942, 7151, 6581, 6964, 6632, 8075, 8870, 6768, 6596, 6953, 6630, 6545, 7147, 6765, 11738, 9156, 6607, 13144, 10997, 8349, 10347, 8537, 6817, 9738, 7583, 6752, 11326, 6973, 6724, 9080, 6838, 6535, 11789, 6944, 6553, 7217, 6770, 6738, 8913, 7189, 6607, 7932, 7016, 6656, 9348, 7761, 6778, 8443, 7087, 6471, 8360, 7042, 6490, 11822, 8591, 6714, 6683, 6897, 6788, 6737, 7826, 7101, 6921, 7572, 6909, 6663, 7255, 6878, 8748, 7565, 6882, 7062, 7085, 7120, 6856, 7114, 6713, 6864, 9599, 6898, 6887, 7208, 6634, 6469, 11193, 9236, 7010, 6750, 7243, 6683, 7073, 7059, 7013, 6653, 11349, 9756, 6673, 6646, 7570, 7070, 6710, 11088, 7679, 9178, 13429, 9139, 6726, 9844, 6994, 6878, 10465, 7307, 7387, 12777, 10071, 6839, 7787, 6824, 6482, 7138, 7275, 6234, 9853, 7803, 6474, 11670, 9844, 6743, 7949, 7239, 6543, 7779, 7367, 6252, 10885, 9535, 6580, 7250, 7036, 6509, 7068, 8567, 6573, 6914, 7175, 6653, 6630, 8290, 7365, 7611, 13014, 7545, 6694, 6564, 7096, 6783, 7966, 7858, 6406, 12056, 10867, 8046, 6845, 7654, 6654, 6594, 8412, 6730, 9018, 13038, 11008, 7009, 8261, 6963, 6955, 8977, 7369, 6694, 11558, 9955, 7551, 7409, 7367, 6981, 6596, 7293, 6741, 9041, 8157, 6503, 11921, 10788, 6868, 6684, 6973, 6780, 6776, 7735, 6712, 6698, 11924, 9570, 7054, 7689, 6773, 7029, 8828, 7169, 6451, 13295, 10826, 6414, 6500, 7025, 6790, 6625, 7329, 6764, 7900, 10655, 6974, 6987, 8533, 6814, 6995, 9830, 7942, 6700, 9141, 7244, 6620, 6646, 7642, 6861, 6956, 7576, 7066, 7169, 7767, 7412, 6763, 7264, 7531, 6745, 6968, 8002, 6741, 6404, 11992, 9594, 6749, 6646, 6952, 6847, 6918, 8364, 7250, 6834, 9441, 7364, 6879, 9420, 7908, 6481, 9911, 6893, 7059, 6924, 7778, 7228, 6809, 9359, 6920, 7128, 7973, 7450, 6922, 6806, 6948, 6907, 6565, 8889, 6981, 6792, 7586, 6725, 6496, 10210, 7505, 7029, 8262, 6986, 6485, 10242, 7555, 6903, 9040, 7236, 6498, 10499, 7700, 6684, 6616, 7133, 6610, 8860, 8273, 6800, 6784, 7168, 6839, 6633, 8240, 6892, 6914, 7384, 6714, 6534, 11653, 6871, 6593, 8509, 6700, 6593, 9674, 6399, 6814, 7663, 6806, 6482, 10662, 7096, 6561, 7772, 7154, 6612, 9988, 8372, 6723, 7536, 7526, 6800, 10067, 10450, 6906, 6866, 7336, 6545, 6671, 9860, 7393, 6618, 8469, 7083, 6634, 9176, 7565, 6699, 8719, 7338, 6507, 7603, 7893, 6885, 6870, 7014, 6522, 6655, 9919, 7980, 6424, 6853, 6978, 6626, 6762, 8111, 7242, 7284, 9996, 6983, 6560, 9353, 7680, 6647, 11076, 7381, 6462, 8216, 9236, 7122, 6873, 7480, 6736, 6613, 7903, 6987, 6746, 9538, 7215, 6453, 7024, 7173, 6661, 8338, 11276, 6847, 6551, 8331, 6839, 6742, 8408, 7963, 7022, 6721, 7000, 6843, 6684, 7959, 7483, 6386, 6671, 6989, 6740, 8281, 7690, 6694, 7571, 7061, 6449, 8174, 7199, 6486, 7369, 7053, 7167, 6609, 8220, 6823, 6873, 7659, 6815, 6734, 10475, 7482, 6352, 7355, 6888, 6358, 8565, 9255, 6975, 6785, 7488, 6759, 6790, 9077, 7582, 7027, 11727, 7046, 6588, 8091, 7366, 6426, 9763, 7897, 7126, 6721, 7672, 7068, 8285, 9946, 6656, 6733, 8387, 6914, 6528, 12409, 10254, 6614, 7529, 7152, 6427, 7198, 7688, 6757, 7192, 7553, 7134, 6668, 6413, 9659, 9192, 6911, 7889, 8069, 6958, 6584, 12333, 9658, 6644, 12026, 8606, 6857, 6736, 9991, 9466, 9453, 10128, 11450, 11283, 8245, 9253, 7342, 6911, 7429, 6789, 7171, 6651, 6822, 8029, 6934, 7480, 7151, 6562, 6956, 10982, 8801, 7015, 12420, 9811, 7102, 11994, 8142, 7321, 9361, 7383, 8602, 8429, 6739, 9253, 7799, 6614, 7738, 7470, 6621, 7103, 7506, 6683, 7201, 8584, 7599, 6766, 7190, 7200, 6799, 6789, 8608, 7820, 6701, 6932, 7266, 6799, 6819, 8115, 6915, 6857, 9074, 7796, 7170, 10683, 7354, 6984, 7482, 7568, 6910, 8993, 8098, 7593, 7897, 7833, 7320, 6902, 8076, 7058, 7153, 8187, 7108, 7012, 8781, 6705, 7157, 7414, 7347, 7014, 8552, 8011, 6739, 7173, 7866, 7027, 6946, 9871, 7555, 7125, 7677, 7767, 7269, 8370, 10341, 6931, 6939, 7974, 7518, 6869, 7650, 7504, 6971, 8745, 10700, 7344, 8019, 7807, 6885, 7379, 7756, 6892, 8696, 9345, 6675, 7314, 7480, 6741, 7120, 8551, 7225, 7020, 7334, 7451, 7046, 8447, 7758, 7128, 8331, 7693, 7130, 8181, 7837, 6939, 8770, 7372, 6971, 7472, 7956, 7133, 7165, 9978, 7438, 7037, 8459, 7481, 7001, 9615, 7722, 6857, 7334, 7603, 6940, 7144, 9220, 7437, 7082, 8749, 7646, 7152, 10643, 7623, 7088, 7468, 7960, 7027, 7500, 7538, 6905, 7439, 7728, 7180, 7547, 8154, 6953, 7294, 7801, 7015, 6981, 9653, 7795, 7104, 7850, 7844, 7031, 10401, 9275, 7102, 7603, 7680, 7039, 7482, 9281, 7330, 7465, 7547, 6879, 7294, 8065, 7321, 7083, 7772, 6823, 7185, 7806, 6957, 7058, 9375, 6817, 7397, 7904, 6890, 7393, 9574, 8046, 7140, 7586, 6937, 7170, 8037, 6972, 7349, 9231, 6902, 7463, 7549, 7246, 7791, 8316, 7003, 7546, 7628, 7122, 7738, 7607, 7198, 8756, 7555, 7124, 7499, 7640, 6930, 9421, 7855, 7174, 7110, 7511, 7041, 9441, 7550, 7330, 7813, 7524, 7133, 8509, 7440, 7185, 7672, 6862, 7209, 8078, 7017, 7525, 7286, 7186, 7344, 8276, 7171, 7237, 7569, 7251, 7265, 9186, 8518, 8380, 8794, 11633, 9835, 7398, 7773, 7294, 7771, 7188, 7717, 7717, 7377, 7691, 7327, 7787, 7510, 7301, 9377, 9595, 6864, 10020, 12864, 9963, 8588, 12386, 9997, 9822, 10163, 7311, 11717, 9757, 7571, 8470, 7032, 8161, 7478, 7148, 7820, 6806, 7104, 7716, 6830, 7158, 7276, 7013, 7141, 7199, 6913, 7089, 7665, 7063, 7328, 7344, 7154, 7588, 7603, 7282, 7581, 7340, 7340, 7816, 7261, 7101, 7411, 9126, 7224, 7414, 7656, 7451, 7437, 8352, 7341, 7381, 10387, 9032, 7262, 7804, 7931, 7652, 7839, 8340, 7425, 9444, 8685, 7393, 7782, 7814, 7562, 8062, 7755, 7432, 7837, 8967, 7371, 7703, 7293, 7338, 7652, 7878, 7333, 7728, 8378, 7518, 7921, 7781, 7561, 7859, 7942, 7487, 7600, 9642, 7400, 7743, 7697, 7758, 7981, 7872, 7455, 7694, 8360, 7449, 7729, 7519, 7493, 7718, 8225, 7315, 7567, 7323, 7636, 7850, 7522, 7599, 7853, 8628, 7590, 7791, 7788, 7822, 7828, 7927, 7592, 9034, 8052, 7586, 8177, 7197, 7504, 7996, 7434, 7659, 9884, 8141, 7664, 7624, 8040, 7727, 8260, 8333, 7749, 7916, 7740, 7599, 8458, 7970, 7661, 8195, 8208, 7716, 7930, 8322, 7907, 9941, 7979, 7821, 8694, 7566, 7692, 9672, 7863, 7691, 7841, 7447, 7617, 8065, 7569, 7677, 7620, 7492, 7730, 7728, 7652, 7572, 8906, 8237, 7820, 7607, 7939, 7563, 9000, 8264, 7645, 7421, 8084, 7570, 7945, 7983, 7844, 7853, 7886, 7705, 7769, 7967, 7802, 7926, 8149, 7749, 7768, 7957, 7618, 7926, 7849, 7714, 7964, 7565, 7511, 7627, 7580, 7793, 7389, 7805, 8074, 7704, 8387, 8120, 7504, 7555, 7801, 7277, 7468, 10390, 8073, 7650, 7554, 8327, 7463, 8652, 10090, 9683, 9129, 9726, 10804, 9257, 7442, 7466, 7532, 7818, 7197, 7990, 7535, 8323, 7405, 7828, 7833, 7552, 7995, 7668, 7325, 8039, 8864, 7628, 7717, 11847, 8987, 8087, 11048, 7981, 8301, 11599, 7229, 7573, 7985, 6862, 7486, 7796, 6986, 7367, 9813, 8041, 7571, 7141, 8360, 6951, 7720, 8515, 7603, 7185, 7118, 8276, 7194, 8644, 7159, 7148, 9658, 7372, 8149, 7960, 7356, 7932, 9280, 7154, 7640, 7759, 7201, 7590, 8170, 7557, 7323, 10593, 8375, 7662, 7846, 8160, 7680, 7908, 8104, 7800, 9347, 7375, 7421, 11370, 7941, 7596, 7552, 8211, 7687, 8661, 8395, 7607], 'WindowCenter': [3904.0, 3888.0, 3896.0, 3881.0, 3901.0, 3910.0, 3857.0, 3846.0, 3857.0, 3846.0, 3846.0, 3878.0, 3858.0, 3848.0, 3867.0, 3857.0, 3846.0, 3868.0, 3849.0, 3847.0, 3899.0, 3847.0, 3857.0, 3858.0, 3848.0, 3847.0, 3868.0, 3870.0, 3893.0, 3922.0, 3901.0, 3870.0, 3860.0, 3869.0, 3859.0, 3867.0, 3869.0, 3857.0, 3911.0, 3869.0, 3888.0, 3877.0, 3846.0, 3908.0, 3887.0, 3845.0, 3886.0, 3854.0, 3833.0, 3875.0, 3844.0, 3833.0, 3895.0, 3843.0, 3842.0, 3843.0, 3854.0, 3853.0, 3833.0, 3843.0, 3864.0, 3854.0, 3833.0, 3854.0, 3844.0, 3844.0, 3855.0, 3845.0, 3846.0, 3855.0, 3844.0, 3855.0, 3846.0, 3846.0, 3866.0, 3855.0, 3857.0, 3856.0, 3847.0, 3847.0, 3868.0, 3858.0, 3859.0, 3869.0, 3858.0, 3859.0, 3880.0, 3869.0, 3858.0, 3878.0, 3859.0, 3857.0, 3869.0, 3859.0, 3858.0, 3900.0, 3859.0, 3847.0, 3857.0, 3858.0, 3900.0, 3870.0, 3871.0, 3891.0, 3860.0, 3858.0, 3880.0, 3872.0, 3861.0, 3859.0, 3859.0, 3871.0, 3860.0, 3871.0, 3860.0, 3881.0, 3891.0, 3860.0, 3921.0, 3870.0, 3847.0, 3878.0, 3848.0, 3890.0, 3899.0, 3848.0, 3887.0, 3868.0, 3847.0, 3898.0, 3879.0, 3847.0, 3877.0, 3856.0, 3846.0, 3877.0, 3858.0, 3846.0, 3897.0, 3855.0, 3845.0, 3856.0, 3846.0, 3846.0, 3887.0, 3856.0, 3845.0, 3856.0, 3857.0, 3867.0, 3878.0, 3857.0, 3846.0, 3857.0, 3847.0, 3847.0, 3869.0, 3868.0, 3857.0, 3858.0, 3857.0, 3867.0, 3869.0, 3848.0, 3909.0, 3877.0, 3845.0, 3866.0, 3857.0, 3847.0, 3887.0, 3877.0, 3847.0, 3846.0, 3856.0, 3858.0, 3856.0, 3869.0, 3858.0, 3888.0, 3889.0, 3846.0, 3846.0, 3867.0, 3857.0, 3857.0, 3889.0, 3858.0, 3847.0, 3878.0, 3856.0, 3847.0, 3879.0, 3868.0, 3846.0, 3858.0, 3858.0, 3847.0, 3879.0, 3869.0, 3848.0, 3867.0, 3857.0, 3845.0, 3867.0, 3858.0, 3856.0, 3857.0, 3856.0, 3855.0, 3857.0, 3846.0, 3888.0, 3869.0, 3857.0, 3857.0, 3857.0, 3858.0, 3868.0, 3880.0, 3859.0, 3857.0, 3857.0, 3857.0, 3856.0, 3857.0, 3857.0, 3889.0, 3878.0, 3847.0, 3878.0, 3857.0, 3847.0, 3888.0, 3868.0, 3846.0, 3878.0, 3856.0, 3846.0, 3888.0, 3878.0, 3858.0, 3887.0, 3845.0, 3845.0, 3868.0, 3846.0, 3846.0, 3887.0, 3878.0, 3847.0, 3867.0, 3857.0, 3846.0, 3868.0, 3858.0, 3849.0, 3901.0, 3900.0, 3914.0, 3892.0, 3911.0, 3878.0, 3868.0, 3867.0, 3846.0, 3855.0, 3846.0, 3866.0, 3858.0, 3857.0, 3846.0, 3846.0, 3878.0, 3857.0, 3859.0, 3888.0, 3867.0, 3855.0, 3909.0, 3855.0, 3865.0, 3885.0, 3885.0, 3876.0, 3874.0, 3893.0, 3851.0, 3830.0, 3870.0, 3829.0, 3829.0, 3860.0, 3830.0, 3830.0, 3851.0, 3831.0, 3830.0, 3841.0, 3831.0, 3830.0, 3842.0, 3833.0, 3832.0, 3843.0, 3843.0, 3833.0, 3833.0, 3844.0, 3834.0, 3846.0, 3846.0, 3845.0, 3858.0, 3847.0, 3846.0, 3857.0, 3856.0, 3858.0, 3869.0, 3860.0, 3849.0, 3901.0, 3859.0, 3860.0, 3870.0, 3860.0, 3861.0, 3893.0, 3881.0, 3861.0, 3881.0, 3871.0, 3860.0, 3890.0, 3871.0, 3860.0, 3901.0, 3871.0, 3861.0, 3880.0, 3871.0, 3860.0, 3891.0, 3901.0, 3859.0, 3860.0, 3880.0, 3869.0, 3860.0, 3921.0, 3890.0, 3858.0, 3879.0, 3858.0, 3848.0, 3901.0, 3880.0, 3859.0, 3889.0, 3859.0, 3847.0, 3878.0, 3859.0, 3860.0, 3900.0, 3858.0, 3858.0, 3878.0, 3858.0, 3858.0, 3911.0, 3868.0, 3848.0, 3878.0, 3857.0, 3858.0, 3898.0, 3889.0, 3847.0, 3845.0, 3867.0, 3848.0, 3867.0, 3899.0, 3855.0, 3846.0, 3867.0, 3847.0, 3847.0, 3888.0, 3857.0, 3846.0, 3856.0, 3857.0, 3848.0, 3889.0, 3867.0, 3846.0, 3867.0, 3857.0, 3847.0, 3888.0, 3867.0, 3847.0, 3877.0, 3857.0, 3846.0, 3868.0, 3868.0, 3858.0, 3877.0, 3869.0, 3846.0, 3847.0, 3869.0, 3868.0, 3847.0, 3909.0, 3858.0, 3847.0, 3867.0, 3857.0, 3849.0, 3888.0, 3877.0, 3847.0, 3846.0, 3868.0, 3858.0, 3847.0, 3910.0, 3888.0, 3845.0, 3867.0, 3855.0, 3845.0, 3877.0, 3877.0, 3857.0, 3886.0, 3876.0, 3846.0, 3845.0, 3866.0, 3846.0, 3846.0, 3908.0, 3846.0, 3846.0, 3855.0, 3846.0, 3846.0, 3877.0, 3867.0, 3846.0, 3876.0, 3856.0, 3846.0, 3866.0, 3856.0, 3846.0, 3878.0, 3868.0, 3848.0, 3909.0, 3856.0, 3846.0, 3846.0, 3856.0, 3846.0, 3867.0, 3888.0, 3857.0, 3846.0, 3856.0, 3845.0, 3845.0, 3867.0, 3857.0, 3857.0, 3897.0, 3856.0, 3845.0, 3866.0, 3857.0, 3847.0, 3879.0, 3868.0, 3847.0, 3888.0, 3857.0, 3846.0, 3868.0, 3868.0, 3856.0, 3878.0, 3857.0, 3846.0, 3847.0, 3867.0, 3858.0, 3847.0, 3878.0, 3847.0, 3858.0, 3868.0, 3859.0, 3848.0, 3910.0, 3858.0, 3857.0, 3868.0, 3858.0, 3860.0, 3889.0, 3910.0, 3857.0, 3847.0, 3859.0, 3859.0, 3849.0, 3889.0, 3879.0, 3858.0, 3858.0, 3868.0, 3858.0, 3879.0, 3889.0, 3858.0, 3846.0, 3858.0, 3847.0, 3847.0, 3889.0, 3868.0, 3847.0, 3877.0, 3856.0, 3847.0, 3867.0, 3867.0, 3847.0, 3888.0, 3857.0, 3847.0, 3847.0, 3859.0, 3858.0, 3858.0, 3880.0, 3869.0, 3848.0, 3857.0, 3858.0, 3847.0, 3879.0, 3858.0, 3858.0, 3910.0, 3879.0, 3846.0, 3888.0, 3857.0, 3846.0, 3898.0, 3878.0, 3846.0, 3887.0, 3857.0, 3846.0, 3878.0, 3859.0, 3857.0, 3888.0, 3858.0, 3846.0, 3878.0, 3858.0, 3846.0, 3888.0, 3847.0, 3846.0, 3868.0, 3858.0, 3846.0, 3888.0, 3847.0, 3846.0, 3856.0, 3848.0, 3858.0, 3878.0, 3858.0, 3847.0, 3868.0, 3848.0, 3859.0, 3869.0, 3860.0, 3860.0, 3901.0, 3882.0, 3859.0, 3890.0, 3859.0, 3847.0, 3879.0, 3848.0, 3909.0, 3889.0, 3846.0, 3877.0, 3856.0, 3846.0, 3877.0, 3858.0, 3847.0, 3878.0, 3857.0, 3846.0, 3856.0, 3857.0, 3847.0, 3878.0, 3857.0, 3847.0, 3847.0, 3859.0, 3859.0, 3878.0, 3858.0, 3848.0, 3847.0, 3859.0, 3849.0, 3879.0, 3879.0, 3859.0, 3848.0, 3869.0, 3859.0, 3858.0, 3890.0, 3858.0, 3847.0, 3858.0, 3859.0, 3859.0, 3911.0, 3880.0, 3858.0, 3869.0, 3858.0, 3858.0, 3880.0, 3871.0, 3849.0, 3901.0, 3879.0, 3859.0, 3858.0, 3869.0, 3859.0, 3888.0, 3910.0, 3858.0, 3867.0, 3878.0, 3847.0, 3878.0, 3888.0, 3867.0, 3866.0, 3866.0, 3857.0, 3844.0, 3867.0, 3857.0, 3846.0, 3887.0, 3846.0, 3846.0, 3878.0, 3857.0, 3847.0, 3899.0, 3898.0, 3857.0, 3845.0, 3857.0, 3857.0, 3847.0, 3889.0, 3868.0, 3847.0, 3878.0, 3868.0, 3847.0, 3889.0, 3867.0, 3847.0, 3867.0, 3856.0, 3846.0, 3847.0, 3877.0, 3857.0, 3846.0, 3897.0, 3856.0, 3846.0, 3878.0, 3856.0, 3845.0, 3846.0, 3857.0, 3846.0, 3847.0, 3879.0, 3856.0, 3847.0, 3889.0, 3857.0, 3846.0, 3847.0, 3869.0, 3869.0, 3889.0, 3910.0, 3899.0, 3858.0, 3858.0, 3857.0, 3858.0, 3868.0, 3878.0, 3858.0, 3847.0, 3858.0, 3859.0, 3847.0, 3857.0, 3847.0, 3908.0, 3878.0, 3846.0, 3908.0, 3887.0, 3865.0, 3874.0, 3865.0, 3833.0, 3874.0, 3855.0, 3833.0, 3886.0, 3843.0, 3832.0, 3864.0, 3844.0, 3833.0, 3895.0, 3842.0, 3833.0, 3843.0, 3844.0, 3844.0, 3876.0, 3845.0, 3844.0, 3854.0, 3844.0, 3845.0, 3876.0, 3855.0, 3845.0, 3864.0, 3845.0, 3834.0, 3865.0, 3857.0, 3834.0, 3897.0, 3875.0, 3846.0, 3845.0, 3856.0, 3847.0, 3857.0, 3867.0, 3859.0, 3857.0, 3868.0, 3858.0, 3846.0, 3857.0, 3847.0, 3878.0, 3868.0, 3857.0, 3857.0, 3857.0, 3859.0, 3858.0, 3859.0, 3860.0, 3859.0, 3890.0, 3860.0, 3858.0, 3860.0, 3860.0, 3850.0, 3911.0, 3889.0, 3859.0, 3848.0, 3858.0, 3859.0, 3858.0, 3859.0, 3860.0, 3861.0, 3914.0, 3902.0, 3860.0, 3859.0, 3870.0, 3859.0, 3848.0, 3900.0, 3870.0, 3889.0, 3910.0, 3878.0, 3846.0, 3887.0, 3846.0, 3845.0, 3887.0, 3856.0, 3856.0, 3908.0, 3886.0, 3846.0, 3855.0, 3845.0, 3846.0, 3857.0, 3857.0, 3837.0, 3888.0, 3868.0, 3847.0, 3899.0, 3888.0, 3846.0, 3867.0, 3856.0, 3836.0, 3856.0, 3857.0, 3847.0, 3898.0, 3889.0, 3847.0, 3857.0, 3857.0, 3847.0, 3858.0, 3878.0, 3848.0, 3857.0, 3857.0, 3848.0, 3848.0, 3880.0, 3869.0, 3868.0, 3910.0, 3868.0, 3847.0, 3847.0, 3857.0, 3848.0, 3868.0, 3868.0, 3848.0, 3910.0, 3899.0, 3868.0, 3846.0, 3856.0, 3848.0, 3846.0, 3867.0, 3847.0, 3878.0, 3907.0, 3888.0, 3845.0, 3866.0, 3844.0, 3845.0, 3876.0, 3856.0, 3846.0, 3897.0, 3877.0, 3855.0, 3843.0, 3853.0, 3845.0, 3843.0, 3855.0, 3846.0, 3876.0, 3867.0, 3847.0, 3898.0, 3887.0, 3845.0, 3844.0, 3845.0, 3845.0, 3845.0, 3856.0, 3846.0, 3847.0, 3898.0, 3877.0, 3845.0, 3855.0, 3844.0, 3843.0, 3876.0, 3846.0, 3835.0, 3906.0, 3886.0, 3835.0, 3834.0, 3845.0, 3846.0, 3845.0, 3855.0, 3846.0, 3867.0, 3888.0, 3856.0, 3845.0, 3866.0, 3846.0, 3846.0, 3887.0, 3867.0, 3846.0, 3876.0, 3855.0, 3846.0, 3845.0, 3856.0, 3846.0, 3846.0, 3856.0, 3857.0, 3857.0, 3867.0, 3858.0, 3847.0, 3856.0, 3857.0, 3848.0, 3846.0, 3867.0, 3848.0, 3847.0, 3909.0, 3889.0, 3847.0, 3847.0, 3857.0, 3846.0, 3858.0, 3879.0, 3869.0, 3848.0, 3889.0, 3858.0, 3848.0, 3889.0, 3869.0, 3848.0, 3888.0, 3857.0, 3857.0, 3857.0, 3868.0, 3868.0, 3858.0, 3878.0, 3856.0, 3858.0, 3879.0, 3868.0, 3858.0, 3860.0, 3857.0, 3859.0, 3859.0, 3890.0, 3859.0, 3859.0, 3868.0, 3859.0, 3849.0, 3900.0, 3869.0, 3858.0, 3879.0, 3859.0, 3849.0, 3900.0, 3868.0, 3857.0, 3878.0, 3869.0, 3848.0, 3900.0, 3868.0, 3847.0, 3847.0, 3858.0, 3858.0, 3889.0, 3879.0, 3858.0, 3847.0, 3858.0, 3859.0, 3859.0, 3879.0, 3858.0, 3858.0, 3869.0, 3860.0, 3861.0, 3912.0, 3859.0, 3848.0, 3878.0, 3859.0, 3859.0, 3889.0, 3848.0, 3858.0, 3869.0, 3860.0, 3849.0, 3901.0, 3859.0, 3859.0, 3869.0, 3858.0, 3858.0, 3889.0, 3879.0, 3849.0, 3867.0, 3868.0, 3848.0, 3888.0, 3899.0, 3857.0, 3846.0, 3857.0, 3847.0, 3858.0, 3888.0, 3857.0, 3847.0, 3879.0, 3857.0, 3846.0, 3889.0, 3868.0, 3847.0, 3878.0, 3857.0, 3847.0, 3868.0, 3867.0, 3858.0, 3847.0, 3857.0, 3849.0, 3859.0, 3890.0, 3879.0, 3848.0, 3858.0, 3858.0, 3859.0, 3859.0, 3880.0, 3870.0, 3869.0, 3889.0, 3858.0, 3847.0, 3889.0, 3869.0, 3846.0, 3899.0, 3857.0, 3847.0, 3879.0, 3889.0, 3858.0, 3846.0, 3856.0, 3846.0, 3846.0, 3867.0, 3858.0, 3847.0, 3888.0, 3857.0, 3847.0, 3857.0, 3857.0, 3859.0, 3878.0, 3899.0, 3847.0, 3836.0, 3867.0, 3845.0, 3847.0, 3878.0, 3868.0, 3858.0, 3847.0, 3856.0, 3858.0, 3859.0, 3879.0, 3870.0, 3849.0, 3858.0, 3859.0, 3859.0, 3880.0, 3869.0, 3859.0, 3869.0, 3858.0, 3848.0, 3880.0, 3859.0, 3848.0, 3858.0, 3858.0, 3859.0, 3859.0, 3879.0, 3859.0, 3859.0, 3868.0, 3859.0, 3860.0, 3901.0, 3868.0, 3849.0, 3869.0, 3859.0, 3860.0, 3890.0, 3891.0, 3860.0, 3859.0, 3869.0, 3858.0, 3858.0, 3890.0, 3870.0, 3859.0, 3910.0, 3858.0, 3859.0, 3880.0, 3869.0, 3848.0, 3890.0, 3868.0, 3858.0, 3847.0, 3868.0, 3859.0, 3868.0, 3888.0, 3847.0, 3847.0, 3878.0, 3858.0, 3846.0, 3909.0, 3889.0, 3847.0, 3867.0, 3857.0, 3848.0, 3858.0, 3869.0, 3861.0, 3859.0, 3870.0, 3870.0, 3860.0, 3849.0, 3902.0, 3891.0, 3859.0, 3869.0, 3868.0, 3859.0, 3847.0, 3910.0, 3890.0, 3847.0, 3898.0, 3877.0, 3846.0, 3847.0, 3888.0, 3889.0, 3889.0, 3902.0, 3901.0, 3900.0, 3881.0, 3877.0, 3846.0, 3833.0, 3844.0, 3833.0, 3833.0, 3833.0, 3845.0, 3867.0, 3857.0, 3858.0, 3858.0, 3860.0, 3859.0, 3899.0, 3878.0, 3846.0, 3896.0, 3876.0, 3833.0, 3885.0, 3843.0, 3831.0, 3863.0, 3842.0, 3852.0, 3851.0, 3821.0, 3862.0, 3841.0, 3831.0, 3842.0, 3842.0, 3832.0, 3832.0, 3843.0, 3833.0, 3844.0, 3865.0, 3855.0, 3835.0, 3845.0, 3845.0, 3846.0, 3847.0, 3879.0, 3869.0, 3860.0, 3857.0, 3858.0, 3848.0, 3848.0, 3868.0, 3860.0, 3849.0, 3891.0, 3870.0, 3860.0, 3900.0, 3859.0, 3859.0, 3859.0, 3869.0, 3859.0, 3880.0, 3881.0, 3869.0, 3869.0, 3858.0, 3858.0, 3847.0, 3867.0, 3858.0, 3847.0, 3868.0, 3858.0, 3858.0, 3878.0, 3848.0, 3858.0, 3869.0, 3870.0, 3870.0, 3891.0, 3881.0, 3860.0, 3860.0, 3880.0, 3861.0, 3871.0, 3902.0, 3871.0, 3860.0, 3870.0, 3870.0, 3872.0, 3882.0, 3902.0, 3860.0, 3859.0, 3869.0, 3870.0, 3860.0, 3871.0, 3871.0, 3872.0, 3893.0, 3902.0, 3859.0, 3869.0, 3868.0, 3858.0, 3858.0, 3868.0, 3860.0, 3879.0, 3879.0, 3848.0, 3858.0, 3858.0, 3859.0, 3859.0, 3879.0, 3870.0, 3858.0, 3869.0, 3870.0, 3860.0, 3881.0, 3871.0, 3860.0, 3880.0, 3869.0, 3859.0, 3881.0, 3871.0, 3860.0, 3880.0, 3869.0, 3859.0, 3870.0, 3869.0, 3859.0, 3859.0, 3890.0, 3869.0, 3859.0, 3880.0, 3871.0, 3860.0, 3890.0, 3869.0, 3859.0, 3869.0, 3869.0, 3860.0, 3859.0, 3891.0, 3870.0, 3858.0, 3889.0, 3870.0, 3859.0, 3900.0, 3868.0, 3858.0, 3858.0, 3879.0, 3858.0, 3858.0, 3868.0, 3858.0, 3857.0, 3868.0, 3858.0, 3867.0, 3868.0, 3857.0, 3857.0, 3868.0, 3858.0, 3858.0, 3889.0, 3868.0, 3858.0, 3868.0, 3879.0, 3859.0, 3899.0, 3878.0, 3857.0, 3856.0, 3867.0, 3857.0, 3857.0, 3878.0, 3857.0, 3856.0, 3856.0, 3846.0, 3857.0, 3868.0, 3857.0, 3857.0, 3867.0, 3846.0, 3857.0, 3868.0, 3859.0, 3857.0, 3889.0, 3847.0, 3857.0, 3867.0, 3858.0, 3869.0, 3889.0, 3868.0, 3857.0, 3867.0, 3857.0, 3857.0, 3868.0, 3859.0, 3858.0, 3889.0, 3858.0, 3857.0, 3868.0, 3858.0, 3869.0, 3879.0, 3858.0, 3857.0, 3857.0, 3857.0, 3867.0, 3868.0, 3856.0, 3878.0, 3856.0, 3846.0, 3856.0, 3867.0, 3856.0, 3877.0, 3866.0, 3856.0, 3845.0, 3857.0, 3857.0, 3888.0, 3868.0, 3856.0, 3867.0, 3867.0, 3858.0, 3878.0, 3858.0, 3857.0, 3867.0, 3858.0, 3869.0, 3868.0, 3858.0, 3868.0, 3858.0, 3859.0, 3869.0, 3879.0, 3859.0, 3869.0, 3868.0, 3869.0, 3869.0, 3890.0, 3880.0, 3881.0, 3894.0, 3912.0, 3901.0, 3871.0, 3869.0, 3869.0, 3856.0, 3856.0, 3855.0, 3867.0, 3857.0, 3868.0, 3869.0, 3868.0, 3869.0, 3858.0, 3878.0, 3878.0, 3846.0, 3886.0, 3907.0, 3876.0, 3864.0, 3895.0, 3874.0, 3861.0, 3861.0, 3829.0, 3870.0, 3849.0, 3840.0, 3839.0, 3818.0, 3838.0, 3828.0, 3828.0, 3839.0, 3831.0, 3830.0, 3840.0, 3831.0, 3831.0, 3842.0, 3843.0, 3843.0, 3844.0, 3845.0, 3844.0, 3854.0, 3844.0, 3844.0, 3855.0, 3845.0, 3856.0, 3867.0, 3855.0, 3855.0, 3856.0, 3856.0, 3856.0, 3857.0, 3860.0, 3869.0, 3889.0, 3857.0, 3857.0, 3867.0, 3858.0, 3858.0, 3879.0, 3869.0, 3870.0, 3901.0, 3879.0, 3857.0, 3857.0, 3867.0, 3867.0, 3856.0, 3866.0, 3858.0, 3890.0, 3879.0, 3857.0, 3857.0, 3856.0, 3857.0, 3867.0, 3867.0, 3869.0, 3868.0, 3879.0, 3858.0, 3867.0, 3857.0, 3857.0, 3867.0, 3867.0, 3857.0, 3868.0, 3868.0, 3857.0, 3867.0, 3855.0, 3867.0, 3866.0, 3867.0, 3869.0, 3868.0, 3877.0, 3857.0, 3856.0, 3856.0, 3856.0, 3866.0, 3867.0, 3869.0, 3868.0, 3867.0, 3857.0, 3867.0, 3857.0, 3857.0, 3868.0, 3879.0, 3858.0, 3868.0, 3857.0, 3868.0, 3867.0, 3868.0, 3869.0, 3868.0, 3878.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3869.0, 3868.0, 3878.0, 3867.0, 3856.0, 3866.0, 3857.0, 3856.0, 3867.0, 3857.0, 3856.0, 3888.0, 3867.0, 3867.0, 3867.0, 3868.0, 3867.0, 3879.0, 3879.0, 3868.0, 3880.0, 3869.0, 3869.0, 3881.0, 3880.0, 3869.0, 3878.0, 3878.0, 3868.0, 3868.0, 3879.0, 3868.0, 3889.0, 3869.0, 3868.0, 3878.0, 3868.0, 3868.0, 3888.0, 3867.0, 3857.0, 3867.0, 3857.0, 3868.0, 3869.0, 3868.0, 3867.0, 3857.0, 3858.0, 3857.0, 3868.0, 3869.0, 3857.0, 3878.0, 3868.0, 3867.0, 3867.0, 3868.0, 3868.0, 3879.0, 3879.0, 3868.0, 3857.0, 3869.0, 3870.0, 3880.0, 3869.0, 3869.0, 3869.0, 3869.0, 3869.0, 3881.0, 3880.0, 3870.0, 3869.0, 3868.0, 3868.0, 3869.0, 3869.0, 3868.0, 3867.0, 3867.0, 3868.0, 3868.0, 3869.0, 3858.0, 3868.0, 3867.0, 3867.0, 3858.0, 3870.0, 3868.0, 3869.0, 3878.0, 3868.0, 3858.0, 3867.0, 3868.0, 3870.0, 3870.0, 3900.0, 3869.0, 3868.0, 3868.0, 3878.0, 3868.0, 3880.0, 3900.0, 3903.0, 3890.0, 3903.0, 3901.0, 3890.0, 3869.0, 3868.0, 3856.0, 3855.0, 3845.0, 3866.0, 3857.0, 3865.0, 3857.0, 3855.0, 3854.0, 3855.0, 3866.0, 3856.0, 3856.0, 3866.0, 3877.0, 3855.0, 3855.0, 3885.0, 3865.0, 3842.0, 3873.0, 3841.0, 3852.0, 3871.0, 3829.0, 3839.0, 3839.0, 3830.0, 3829.0, 3840.0, 3841.0, 3842.0, 3873.0, 3851.0, 3853.0, 3843.0, 3864.0, 3844.0, 3855.0, 3877.0, 3855.0, 3846.0, 3845.0, 3866.0, 3846.0, 3866.0, 3857.0, 3845.0, 3875.0, 3844.0, 3854.0, 3854.0, 3855.0, 3866.0, 3876.0, 3845.0, 3855.0, 3855.0, 3856.0, 3866.0, 3867.0, 3868.0, 3858.0, 3889.0, 3868.0, 3867.0, 3867.0, 3867.0, 3868.0, 3868.0, 3868.0, 3868.0, 3878.0, 3859.0, 3858.0, 3899.0, 3868.0, 3868.0, 3867.0, 3878.0, 3867.0, 3880.0, 3880.0, 3868.0], 'WindowWidth': [8756.0, 8720.0, 8723.0, 8696.0, 8717.0, 8726.0, 8654.0, 8638.0, 8651.0, 8638.0, 8637.0, 8682.0, 8657.0, 8641.0, 8665.0, 8653.0, 8638.0, 8668.0, 8644.0, 8640.0, 8709.0, 8638.0, 8652.0, 8655.0, 8643.0, 8639.0, 8669.0, 8673.0, 8711.0, 8747.0, 8715.0, 8676.0, 8663.0, 8674.0, 8660.0, 8667.0, 8672.0, 8655.0, 8730.0, 8670.0, 8693.0, 8678.0, 8637.0, 8719.0, 8689.0, 8632.0, 8685.0, 8641.0, 8612.0, 8670.0, 8630.0, 8612.0, 8697.0, 8625.0, 8623.0, 8626.0, 8644.0, 8638.0, 8612.0, 8626.0, 8656.0, 8642.0, 8614.0, 8643.0, 8630.0, 8629.0, 8645.0, 8634.0, 8635.0, 8645.0, 8630.0, 8646.0, 8634.0, 8635.0, 8663.0, 8648.0, 8650.0, 8649.0, 8639.0, 8639.0, 8669.0, 8656.0, 8657.0, 8670.0, 8656.0, 8659.0, 8687.0, 8672.0, 8657.0, 8682.0, 8658.0, 8654.0, 8671.0, 8659.0, 8657.0, 8713.0, 8659.0, 8639.0, 8653.0, 8655.0, 8713.0, 8674.0, 8679.0, 8704.0, 8662.0, 8658.0, 8688.0, 8679.0, 8665.0, 8661.0, 8661.0, 8678.0, 8663.0, 8679.0, 8662.0, 8690.0, 8705.0, 8660.0, 8743.0, 8673.0, 8641.0, 8682.0, 8642.0, 8699.0, 8710.0, 8641.0, 8692.0, 8666.0, 8638.0, 8707.0, 8683.0, 8639.0, 8677.0, 8650.0, 8637.0, 8678.0, 8655.0, 8637.0, 8704.0, 8647.0, 8634.0, 8649.0, 8638.0, 8636.0, 8692.0, 8650.0, 8634.0, 8649.0, 8652.0, 8666.0, 8680.0, 8653.0, 8637.0, 8652.0, 8640.0, 8639.0, 8673.0, 8670.0, 8654.0, 8653.0, 8654.0, 8666.0, 8671.0, 8642.0, 8722.0, 8679.0, 8635.0, 8663.0, 8652.0, 8640.0, 8693.0, 8680.0, 8639.0, 8636.0, 8651.0, 8655.0, 8651.0, 8672.0, 8655.0, 8695.0, 8695.0, 8639.0, 8639.0, 8666.0, 8655.0, 8654.0, 8697.0, 8655.0, 8640.0, 8682.0, 8652.0, 8641.0, 8684.0, 8670.0, 8638.0, 8655.0, 8655.0, 8640.0, 8684.0, 8672.0, 8642.0, 8667.0, 8654.0, 8636.0, 8667.0, 8655.0, 8651.0, 8652.0, 8651.0, 8648.0, 8652.0, 8639.0, 8696.0, 8671.0, 8654.0, 8654.0, 8653.0, 8657.0, 8670.0, 8687.0, 8658.0, 8654.0, 8653.0, 8655.0, 8651.0, 8653.0, 8655.0, 8698.0, 8682.0, 8639.0, 8680.0, 8653.0, 8641.0, 8696.0, 8669.0, 8637.0, 8682.0, 8651.0, 8638.0, 8695.0, 8682.0, 8654.0, 8692.0, 8634.0, 8634.0, 8668.0, 8636.0, 8639.0, 8693.0, 8682.0, 8639.0, 8666.0, 8653.0, 8639.0, 8670.0, 8658.0, 8648.0, 8718.0, 8715.0, 8744.0, 8709.0, 8731.0, 8684.0, 8671.0, 8667.0, 8637.0, 8646.0, 8635.0, 8662.0, 8656.0, 8653.0, 8638.0, 8637.0, 8684.0, 8654.0, 8659.0, 8694.0, 8664.0, 8647.0, 8721.0, 8644.0, 8656.0, 8683.0, 8684.0, 8674.0, 8666.0, 8691.0, 8632.0, 8602.0, 8655.0, 8601.0, 8599.0, 8641.0, 8603.0, 8603.0, 8632.0, 8605.0, 8604.0, 8618.0, 8606.0, 8605.0, 8622.0, 8612.0, 8609.0, 8626.0, 8627.0, 8614.0, 8614.0, 8631.0, 8617.0, 8635.0, 8636.0, 8632.0, 8655.0, 8638.0, 8637.0, 8651.0, 8652.0, 8656.0, 8672.0, 8663.0, 8648.0, 8716.0, 8660.0, 8660.0, 8674.0, 8662.0, 8664.0, 8710.0, 8692.0, 8665.0, 8692.0, 8678.0, 8662.0, 8703.0, 8677.0, 8663.0, 8718.0, 8676.0, 8663.0, 8689.0, 8680.0, 8664.0, 8703.0, 8718.0, 8660.0, 8662.0, 8688.0, 8674.0, 8663.0, 8744.0, 8702.0, 8657.0, 8684.0, 8656.0, 8641.0, 8717.0, 8688.0, 8658.0, 8696.0, 8657.0, 8639.0, 8682.0, 8658.0, 8661.0, 8713.0, 8656.0, 8656.0, 8682.0, 8658.0, 8657.0, 8728.0, 8668.0, 8641.0, 8681.0, 8654.0, 8655.0, 8709.0, 8695.0, 8639.0, 8634.0, 8665.0, 8641.0, 8664.0, 8709.0, 8648.0, 8635.0, 8665.0, 8639.0, 8639.0, 8694.0, 8653.0, 8636.0, 8650.0, 8652.0, 8642.0, 8698.0, 8667.0, 8638.0, 8664.0, 8653.0, 8639.0, 8696.0, 8667.0, 8641.0, 8679.0, 8652.0, 8638.0, 8668.0, 8669.0, 8655.0, 8679.0, 8668.0, 8638.0, 8640.0, 8673.0, 8670.0, 8639.0, 8723.0, 8656.0, 8640.0, 8667.0, 8654.0, 8645.0, 8696.0, 8680.0, 8640.0, 8638.0, 8669.0, 8658.0, 8640.0, 8726.0, 8695.0, 8635.0, 8665.0, 8649.0, 8635.0, 8679.0, 8678.0, 8652.0, 8690.0, 8676.0, 8635.0, 8632.0, 8662.0, 8639.0, 8636.0, 8719.0, 8636.0, 8635.0, 8647.0, 8636.0, 8636.0, 8678.0, 8665.0, 8636.0, 8676.0, 8650.0, 8637.0, 8663.0, 8650.0, 8637.0, 8681.0, 8667.0, 8641.0, 8723.0, 8650.0, 8637.0, 8635.0, 8650.0, 8638.0, 8665.0, 8694.0, 8652.0, 8636.0, 8650.0, 8635.0, 8633.0, 8665.0, 8653.0, 8651.0, 8705.0, 8651.0, 8635.0, 8662.0, 8652.0, 8640.0, 8684.0, 8669.0, 8639.0, 8693.0, 8651.0, 8637.0, 8669.0, 8668.0, 8651.0, 8681.0, 8651.0, 8637.0, 8639.0, 8667.0, 8657.0, 8641.0, 8683.0, 8642.0, 8656.0, 8669.0, 8659.0, 8644.0, 8727.0, 8656.0, 8654.0, 8668.0, 8656.0, 8661.0, 8697.0, 8727.0, 8654.0, 8640.0, 8657.0, 8658.0, 8646.0, 8700.0, 8687.0, 8657.0, 8655.0, 8669.0, 8656.0, 8686.0, 8697.0, 8655.0, 8638.0, 8654.0, 8640.0, 8641.0, 8697.0, 8669.0, 8639.0, 8678.0, 8650.0, 8639.0, 8667.0, 8666.0, 8640.0, 8696.0, 8652.0, 8640.0, 8640.0, 8658.0, 8657.0, 8657.0, 8687.0, 8671.0, 8642.0, 8654.0, 8656.0, 8640.0, 8684.0, 8657.0, 8655.0, 8725.0, 8683.0, 8636.0, 8693.0, 8653.0, 8638.0, 8708.0, 8681.0, 8638.0, 8692.0, 8651.0, 8638.0, 8682.0, 8658.0, 8653.0, 8696.0, 8656.0, 8638.0, 8683.0, 8656.0, 8636.0, 8696.0, 8639.0, 8637.0, 8668.0, 8656.0, 8638.0, 8694.0, 8638.0, 8637.0, 8650.0, 8642.0, 8656.0, 8683.0, 8655.0, 8641.0, 8669.0, 8645.0, 8659.0, 8673.0, 8664.0, 8661.0, 8717.0, 8694.0, 8660.0, 8700.0, 8659.0, 8641.0, 8684.0, 8642.0, 8723.0, 8696.0, 8637.0, 8677.0, 8650.0, 8638.0, 8680.0, 8656.0, 8639.0, 8680.0, 8652.0, 8638.0, 8650.0, 8654.0, 8640.0, 8680.0, 8652.0, 8640.0, 8640.0, 8658.0, 8658.0, 8683.0, 8655.0, 8642.0, 8640.0, 8659.0, 8647.0, 8684.0, 8684.0, 8659.0, 8643.0, 8673.0, 8660.0, 8657.0, 8699.0, 8657.0, 8641.0, 8656.0, 8659.0, 8659.0, 8731.0, 8687.0, 8658.0, 8673.0, 8658.0, 8658.0, 8687.0, 8677.0, 8647.0, 8716.0, 8686.0, 8658.0, 8656.0, 8671.0, 8659.0, 8696.0, 8725.0, 8655.0, 8665.0, 8681.0, 8640.0, 8680.0, 8695.0, 8665.0, 8663.0, 8660.0, 8651.0, 8633.0, 8666.0, 8654.0, 8639.0, 8692.0, 8638.0, 8638.0, 8680.0, 8655.0, 8640.0, 8711.0, 8708.0, 8652.0, 8635.0, 8652.0, 8654.0, 8641.0, 8697.0, 8671.0, 8641.0, 8682.0, 8668.0, 8640.0, 8700.0, 8666.0, 8640.0, 8666.0, 8651.0, 8638.0, 8641.0, 8681.0, 8654.0, 8637.0, 8705.0, 8649.0, 8635.0, 8680.0, 8650.0, 8635.0, 8636.0, 8651.0, 8637.0, 8639.0, 8683.0, 8652.0, 8640.0, 8697.0, 8651.0, 8638.0, 8640.0, 8671.0, 8672.0, 8699.0, 8727.0, 8712.0, 8656.0, 8655.0, 8655.0, 8656.0, 8669.0, 8681.0, 8655.0, 8639.0, 8655.0, 8658.0, 8642.0, 8654.0, 8641.0, 8720.0, 8680.0, 8635.0, 8719.0, 8689.0, 8657.0, 8668.0, 8656.0, 8612.0, 8670.0, 8645.0, 8614.0, 8685.0, 8627.0, 8611.0, 8653.0, 8629.0, 8613.0, 8696.0, 8624.0, 8613.0, 8625.0, 8629.0, 8631.0, 8675.0, 8633.0, 8631.0, 8644.0, 8631.0, 8634.0, 8675.0, 8647.0, 8631.0, 8656.0, 8633.0, 8617.0, 8660.0, 8651.0, 8618.0, 8705.0, 8674.0, 8636.0, 8633.0, 8650.0, 8641.0, 8654.0, 8668.0, 8657.0, 8652.0, 8668.0, 8654.0, 8636.0, 8651.0, 8640.0, 8682.0, 8667.0, 8652.0, 8652.0, 8653.0, 8660.0, 8657.0, 8660.0, 8665.0, 8661.0, 8702.0, 8661.0, 8657.0, 8659.0, 8662.0, 8649.0, 8731.0, 8699.0, 8658.0, 8642.0, 8655.0, 8658.0, 8655.0, 8659.0, 8660.0, 8667.0, 8740.0, 8721.0, 8661.0, 8660.0, 8673.0, 8659.0, 8641.0, 8712.0, 8673.0, 8696.0, 8724.0, 8680.0, 8635.0, 8689.0, 8635.0, 8632.0, 8688.0, 8648.0, 8649.0, 8718.0, 8688.0, 8633.0, 8646.0, 8633.0, 8636.0, 8650.0, 8652.0, 8625.0, 8693.0, 8668.0, 8639.0, 8710.0, 8694.0, 8636.0, 8663.0, 8648.0, 8622.0, 8649.0, 8651.0, 8638.0, 8706.0, 8695.0, 8637.0, 8650.0, 8650.0, 8640.0, 8656.0, 8681.0, 8641.0, 8653.0, 8652.0, 8642.0, 8642.0, 8685.0, 8672.0, 8667.0, 8727.0, 8667.0, 8640.0, 8639.0, 8653.0, 8641.0, 8667.0, 8668.0, 8643.0, 8725.0, 8710.0, 8667.0, 8636.0, 8648.0, 8640.0, 8634.0, 8664.0, 8638.0, 8679.0, 8717.0, 8691.0, 8632.0, 8659.0, 8630.0, 8632.0, 8672.0, 8648.0, 8635.0, 8704.0, 8675.0, 8645.0, 8627.0, 8640.0, 8631.0, 8628.0, 8646.0, 8635.0, 8674.0, 8663.0, 8637.0, 8705.0, 8689.0, 8632.0, 8630.0, 8631.0, 8634.0, 8633.0, 8649.0, 8637.0, 8637.0, 8707.0, 8677.0, 8631.0, 8643.0, 8629.0, 8627.0, 8673.0, 8636.0, 8619.0, 8715.0, 8688.0, 8619.0, 8617.0, 8632.0, 8635.0, 8633.0, 8646.0, 8636.0, 8664.0, 8692.0, 8650.0, 8632.0, 8662.0, 8636.0, 8634.0, 8691.0, 8664.0, 8635.0, 8674.0, 8645.0, 8634.0, 8634.0, 8648.0, 8637.0, 8635.0, 8648.0, 8650.0, 8652.0, 8666.0, 8654.0, 8639.0, 8651.0, 8650.0, 8640.0, 8636.0, 8665.0, 8642.0, 8640.0, 8723.0, 8696.0, 8639.0, 8638.0, 8652.0, 8639.0, 8654.0, 8684.0, 8671.0, 8642.0, 8696.0, 8655.0, 8641.0, 8699.0, 8670.0, 8641.0, 8695.0, 8651.0, 8653.0, 8653.0, 8671.0, 8669.0, 8656.0, 8681.0, 8651.0, 8654.0, 8684.0, 8670.0, 8657.0, 8662.0, 8655.0, 8658.0, 8661.0, 8700.0, 8659.0, 8658.0, 8670.0, 8658.0, 8645.0, 8714.0, 8672.0, 8656.0, 8683.0, 8658.0, 8645.0, 8714.0, 8670.0, 8653.0, 8682.0, 8671.0, 8642.0, 8714.0, 8667.0, 8641.0, 8639.0, 8654.0, 8656.0, 8699.0, 8684.0, 8656.0, 8640.0, 8655.0, 8660.0, 8661.0, 8686.0, 8657.0, 8657.0, 8672.0, 8664.0, 8666.0, 8732.0, 8658.0, 8641.0, 8682.0, 8659.0, 8658.0, 8698.0, 8642.0, 8657.0, 8671.0, 8661.0, 8645.0, 8716.0, 8658.0, 8657.0, 8671.0, 8656.0, 8656.0, 8697.0, 8682.0, 8644.0, 8666.0, 8668.0, 8642.0, 8695.0, 8709.0, 8652.0, 8637.0, 8650.0, 8640.0, 8656.0, 8694.0, 8653.0, 8639.0, 8682.0, 8652.0, 8637.0, 8697.0, 8668.0, 8640.0, 8679.0, 8652.0, 8639.0, 8668.0, 8665.0, 8654.0, 8639.0, 8654.0, 8645.0, 8659.0, 8700.0, 8686.0, 8644.0, 8657.0, 8657.0, 8659.0, 8658.0, 8689.0, 8674.0, 8672.0, 8698.0, 8656.0, 8640.0, 8697.0, 8670.0, 8638.0, 8708.0, 8651.0, 8638.0, 8684.0, 8695.0, 8654.0, 8635.0, 8650.0, 8637.0, 8635.0, 8666.0, 8654.0, 8638.0, 8693.0, 8651.0, 8638.0, 8652.0, 8653.0, 8658.0, 8682.0, 8710.0, 8639.0, 8623.0, 8664.0, 8635.0, 8640.0, 8683.0, 8667.0, 8654.0, 8639.0, 8650.0, 8657.0, 8661.0, 8687.0, 8676.0, 8646.0, 8657.0, 8658.0, 8660.0, 8690.0, 8672.0, 8659.0, 8670.0, 8655.0, 8643.0, 8687.0, 8660.0, 8644.0, 8656.0, 8656.0, 8658.0, 8660.0, 8686.0, 8659.0, 8657.0, 8669.0, 8661.0, 8663.0, 8716.0, 8671.0, 8645.0, 8671.0, 8659.0, 8663.0, 8702.0, 8703.0, 8661.0, 8659.0, 8672.0, 8658.0, 8656.0, 8702.0, 8674.0, 8660.0, 8725.0, 8656.0, 8658.0, 8687.0, 8673.0, 8644.0, 8699.0, 8668.0, 8655.0, 8639.0, 8670.0, 8657.0, 8668.0, 8693.0, 8639.0, 8638.0, 8680.0, 8657.0, 8637.0, 8724.0, 8696.0, 8638.0, 8664.0, 8653.0, 8644.0, 8656.0, 8674.0, 8666.0, 8659.0, 8675.0, 8675.0, 8661.0, 8647.0, 8719.0, 8705.0, 8659.0, 8670.0, 8668.0, 8656.0, 8638.0, 8726.0, 8698.0, 8639.0, 8704.0, 8676.0, 8636.0, 8638.0, 8693.0, 8695.0, 8695.0, 8718.0, 8716.0, 8713.0, 8687.0, 8675.0, 8631.0, 8609.0, 8625.0, 8608.0, 8609.0, 8611.0, 8632.0, 8665.0, 8652.0, 8654.0, 8655.0, 8659.0, 8657.0, 8708.0, 8678.0, 8631.0, 8698.0, 8669.0, 8611.0, 8679.0, 8623.0, 8603.0, 8646.0, 8619.0, 8631.0, 8630.0, 8590.0, 8645.0, 8617.0, 8605.0, 8620.0, 8619.0, 8608.0, 8608.0, 8623.0, 8610.0, 8627.0, 8656.0, 8643.0, 8616.0, 8630.0, 8630.0, 8634.0, 8638.0, 8685.0, 8672.0, 8660.0, 8652.0, 8652.0, 8643.0, 8642.0, 8669.0, 8659.0, 8643.0, 8703.0, 8675.0, 8659.0, 8712.0, 8657.0, 8657.0, 8657.0, 8671.0, 8658.0, 8687.0, 8689.0, 8671.0, 8668.0, 8652.0, 8654.0, 8638.0, 8664.0, 8654.0, 8638.0, 8667.0, 8655.0, 8653.0, 8680.0, 8641.0, 8655.0, 8670.0, 8675.0, 8678.0, 8704.0, 8690.0, 8660.0, 8662.0, 8688.0, 8663.0, 8678.0, 8719.0, 8676.0, 8662.0, 8675.0, 8675.0, 8679.0, 8692.0, 8718.0, 8661.0, 8660.0, 8671.0, 8675.0, 8663.0, 8677.0, 8676.0, 8679.0, 8712.0, 8718.0, 8657.0, 8670.0, 8668.0, 8655.0, 8653.0, 8668.0, 8662.0, 8686.0, 8683.0, 8642.0, 8653.0, 8653.0, 8657.0, 8659.0, 8685.0, 8673.0, 8656.0, 8671.0, 8674.0, 8661.0, 8691.0, 8677.0, 8661.0, 8686.0, 8672.0, 8659.0, 8689.0, 8678.0, 8661.0, 8688.0, 8671.0, 8658.0, 8673.0, 8672.0, 8659.0, 8660.0, 8700.0, 8672.0, 8658.0, 8688.0, 8677.0, 8662.0, 8702.0, 8670.0, 8659.0, 8672.0, 8673.0, 8662.0, 8659.0, 8702.0, 8674.0, 8657.0, 8700.0, 8675.0, 8659.0, 8713.0, 8668.0, 8655.0, 8656.0, 8684.0, 8656.0, 8655.0, 8667.0, 8655.0, 8653.0, 8669.0, 8656.0, 8667.0, 8668.0, 8652.0, 8653.0, 8669.0, 8657.0, 8656.0, 8698.0, 8669.0, 8656.0, 8670.0, 8686.0, 8659.0, 8709.0, 8680.0, 8651.0, 8649.0, 8664.0, 8652.0, 8653.0, 8681.0, 8653.0, 8649.0, 8648.0, 8636.0, 8653.0, 8670.0, 8653.0, 8652.0, 8664.0, 8637.0, 8652.0, 8668.0, 8659.0, 8654.0, 8698.0, 8640.0, 8652.0, 8666.0, 8657.0, 8671.0, 8699.0, 8669.0, 8652.0, 8665.0, 8653.0, 8651.0, 8668.0, 8660.0, 8655.0, 8697.0, 8654.0, 8652.0, 8668.0, 8655.0, 8673.0, 8683.0, 8654.0, 8651.0, 8651.0, 8651.0, 8667.0, 8668.0, 8651.0, 8680.0, 8649.0, 8636.0, 8648.0, 8666.0, 8651.0, 8679.0, 8663.0, 8649.0, 8635.0, 8652.0, 8653.0, 8694.0, 8667.0, 8650.0, 8664.0, 8666.0, 8656.0, 8681.0, 8655.0, 8653.0, 8665.0, 8657.0, 8672.0, 8670.0, 8656.0, 8667.0, 8655.0, 8660.0, 8672.0, 8685.0, 8659.0, 8670.0, 8670.0, 8674.0, 8673.0, 8701.0, 8687.0, 8689.0, 8714.0, 8735.0, 8717.0, 8678.0, 8671.0, 8672.0, 8649.0, 8649.0, 8647.0, 8665.0, 8652.0, 8668.0, 8670.0, 8670.0, 8671.0, 8654.0, 8680.0, 8679.0, 8634.0, 8688.0, 8717.0, 8673.0, 8655.0, 8695.0, 8665.0, 8644.0, 8643.0, 8599.0, 8655.0, 8626.0, 8614.0, 8610.0, 8581.0, 8608.0, 8597.0, 8598.0, 8614.0, 8607.0, 8603.0, 8617.0, 8605.0, 8606.0, 8622.0, 8625.0, 8625.0, 8630.0, 8633.0, 8630.0, 8643.0, 8630.0, 8629.0, 8644.0, 8632.0, 8648.0, 8665.0, 8647.0, 8646.0, 8650.0, 8650.0, 8648.0, 8653.0, 8661.0, 8671.0, 8696.0, 8653.0, 8651.0, 8666.0, 8655.0, 8654.0, 8683.0, 8672.0, 8674.0, 8716.0, 8683.0, 8652.0, 8650.0, 8665.0, 8665.0, 8650.0, 8663.0, 8655.0, 8700.0, 8683.0, 8652.0, 8650.0, 8649.0, 8651.0, 8664.0, 8666.0, 8673.0, 8670.0, 8683.0, 8655.0, 8665.0, 8651.0, 8652.0, 8665.0, 8666.0, 8653.0, 8668.0, 8667.0, 8651.0, 8663.0, 8646.0, 8665.0, 8663.0, 8664.0, 8670.0, 8670.0, 8679.0, 8651.0, 8647.0, 8646.0, 8649.0, 8661.0, 8665.0, 8672.0, 8668.0, 8666.0, 8652.0, 8665.0, 8651.0, 8652.0, 8667.0, 8686.0, 8655.0, 8666.0, 8651.0, 8667.0, 8665.0, 8668.0, 8672.0, 8668.0, 8682.0, 8667.0, 8667.0, 8667.0, 8668.0, 8668.0, 8670.0, 8667.0, 8680.0, 8663.0, 8650.0, 8662.0, 8651.0, 8649.0, 8665.0, 8653.0, 8650.0, 8694.0, 8665.0, 8666.0, 8666.0, 8669.0, 8667.0, 8685.0, 8686.0, 8670.0, 8686.0, 8673.0, 8673.0, 8691.0, 8688.0, 8671.0, 8682.0, 8682.0, 8668.0, 8668.0, 8684.0, 8670.0, 8698.0, 8670.0, 8667.0, 8680.0, 8668.0, 8668.0, 8695.0, 8666.0, 8650.0, 8663.0, 8653.0, 8668.0, 8672.0, 8667.0, 8665.0, 8650.0, 8653.0, 8650.0, 8669.0, 8670.0, 8651.0, 8680.0, 8666.0, 8665.0, 8665.0, 8669.0, 8669.0, 8683.0, 8683.0, 8667.0, 8652.0, 8670.0, 8676.0, 8689.0, 8672.0, 8671.0, 8670.0, 8671.0, 8673.0, 8691.0, 8688.0, 8673.0, 8669.0, 8668.0, 8668.0, 8671.0, 8672.0, 8668.0, 8664.0, 8664.0, 8666.0, 8666.0, 8670.0, 8654.0, 8666.0, 8665.0, 8664.0, 8655.0, 8674.0, 8669.0, 8670.0, 8681.0, 8668.0, 8654.0, 8666.0, 8667.0, 8675.0, 8677.0, 8715.0, 8671.0, 8669.0, 8667.0, 8681.0, 8669.0, 8688.0, 8714.0, 8724.0, 8701.0, 8725.0, 8717.0, 8701.0, 8673.0, 8668.0, 8648.0, 8644.0, 8632.0, 8659.0, 8650.0, 8659.0, 8651.0, 8645.0, 8643.0, 8646.0, 8660.0, 8648.0, 8648.0, 8661.0, 8677.0, 8645.0, 8642.0, 8683.0, 8656.0, 8620.0, 8661.0, 8618.0, 8633.0, 8657.0, 8598.0, 8610.0, 8612.0, 8601.0, 8599.0, 8616.0, 8619.0, 8624.0, 8664.0, 8633.0, 8639.0, 8627.0, 8654.0, 8630.0, 8647.0, 8677.0, 8646.0, 8634.0, 8633.0, 8660.0, 8634.0, 8661.0, 8650.0, 8633.0, 8672.0, 8628.0, 8642.0, 8640.0, 8645.0, 8662.0, 8673.0, 8632.0, 8644.0, 8646.0, 8650.0, 8662.0, 8663.0, 8667.0, 8654.0, 8695.0, 8667.0, 8665.0, 8665.0, 8665.0, 8667.0, 8666.0, 8668.0, 8668.0, 8681.0, 8657.0, 8655.0, 8709.0, 8666.0, 8666.0, 8666.0, 8682.0, 8666.0, 8687.0, 8687.0, 8669.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.001025792025862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.018045523922413795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.91593153311052</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1698171758544478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010844311482481</td></tr>
<tr><td colspan=3>efc</td><td>0.4468</td></tr>
<tr><td colspan=3>fber</td><td>6516.665</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06224570803916425</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2392241379310345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.464324770910594</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3813843068597373</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.706778935465361</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.304811070406683</td></tr>
<tr><td colspan=3>gcor</td><td>0.00914896</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016689307987689972</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02275140956044197</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.640122780042003</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.4944</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.1743</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308896.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>673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.0167</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7087</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.2297</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3103.7992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.8194</td></tr>
<tr><td colspan=3>tsnr</td><td>44.40135319158435</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>