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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:11:29.015000</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.999995, -0.00286847, -0.00147392, 0.00279249, 0.998785, -0.0491932]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0861197</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8104, -7354, 500, -100, -1051, 744, 147]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e58a66f-d5ad-49f6-82c2-663641773899||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.682912826538086, 0.007492052391171455, -0.004355733282864094, 112.62401580810547], [0.007695890963077545, 2.6796681880950928, -0.13280977308750153, -96.84587097167969], [-0.003954408224672079, 0.13198170065879822, 2.696727991104126, -76.0030746459961], [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': ['111129.015000', '111129.475000', '111129.935000', '111130.395000', '111130.855000', '111131.315000', '111131.775000', '111132.235000', '111132.695000', '111133.155000', '111133.615000', '111134.075000', '111134.535000', '111134.995000', '111135.455000', '111135.915000', '111136.375000', '111136.835000', '111137.295000', '111137.755000', '111138.215000', '111138.675000', '111139.135000', '111139.595000', '111140.055000', '111140.515000', '111140.975000', '111141.435000', '111141.895000', '111142.355000', '111142.815000', '111143.275000', '111143.735000', '111144.195000', '111144.655000', '111145.115000', '111145.575000', '111146.035000', '111146.495000', '111146.955000', '111147.415000', '111147.875000', '111148.335000', '111148.795000', '111149.255000', '111149.715000', '111150.175000', '111150.635000', '111151.095000', '111151.555000', '111152.015000', '111152.475000', '111152.935000', '111153.395000', '111153.855000', '111154.315000', '111154.775000', '111155.235000', '111155.695000', '111156.155000', '111156.615000', '111157.075000', '111157.535000', '111157.995000', '111158.455000', '111158.915000', '111159.375000', '111159.835000', '111200.295000', '111200.755000', '111201.215000', '111201.675000', '111202.135000', '111202.595000', '111203.055000', '111203.515000', '111203.975000', '111204.435000', '111204.895000', '111205.355000', '111205.815000', '111206.275000', '111206.735000', '111207.195000', '111207.655000', '111208.115000', '111208.575000', '111209.035000', '111209.495000', '111209.955000', '111210.415000', '111210.875000', '111211.335000', '111211.795000', '111212.255000', '111212.715000', '111213.175000', '111213.635000', '111214.095000', '111214.555000', '111215.015000', '111215.475000', '111215.935000', '111216.395000', '111216.855000', '111217.315000', '111217.775000', '111218.235000', '111218.695000', '111219.155000', '111219.615000', '111220.075000', '111220.535000', '111220.995000', '111221.455000', '111221.915000', '111222.375000', '111222.835000', '111223.295000', '111223.755000', '111224.215000', '111224.675000', '111225.135000', '111225.595000', '111226.055000', '111226.515000', '111226.975000', '111227.435000', '111227.895000', '111228.355000', '111228.815000', '111229.275000', '111229.735000', '111230.195000', '111230.655000', '111231.115000', '111231.575000', '111232.035000', '111232.495000', '111232.955000', '111233.415000', '111233.875000', '111234.335000', '111234.795000', '111235.255000', '111235.715000', '111236.175000', '111236.635000', '111237.095000', '111237.555000', '111238.015000', '111238.475000', '111238.935000', '111239.395000', '111239.855000', '111240.315000', '111240.775000', '111241.235000', '111241.695000', '111242.155000', '111242.615000', '111243.075000', '111243.535000', '111243.995000', '111244.455000', '111244.915000', '111245.375000', '111245.835000', '111246.295000', '111246.755000', '111247.215000', '111247.675000', '111248.135000', '111248.595000', '111249.055000', '111249.515000', '111249.975000', '111250.435000', '111250.895000', '111251.355000', '111251.815000', '111252.275000', '111252.735000', '111253.195000', '111253.655000', '111254.115000', '111254.575000', '111255.035000', '111255.495000', '111255.955000', '111256.415000', '111256.875000', '111257.335000', '111257.795000', '111258.255000', '111258.715000', '111259.175000', '111259.635000', '111300.095000', '111300.555000', '111301.015000', '111301.475000', '111301.935000', '111302.395000', '111302.855000', '111303.315000', '111303.775000', '111304.235000', '111304.695000', '111305.155000', '111305.615000', '111306.075000', '111306.535000', '111306.995000', '111307.455000', '111307.915000', '111308.375000', '111308.835000', '111309.295000', '111309.755000', '111310.215000', '111310.675000', '111311.135000', '111311.595000', '111312.055000', '111312.515000', '111312.975000', '111313.435000', '111313.895000', '111314.355000', '111314.815000', '111315.275000', '111315.735000', '111316.195000', '111316.655000', '111317.115000', '111317.575000', '111318.035000', '111318.495000', '111318.955000', '111319.415000', '111319.875000', '111320.335000', '111320.795000', '111321.255000', '111321.715000', '111322.175000', '111322.635000', '111323.095000', '111323.555000', '111324.015000', '111324.475000', '111324.935000', '111325.395000', '111325.855000', '111326.315000', '111326.775000', '111327.235000', '111327.695000', '111328.155000', '111328.615000', '111329.075000', '111329.535000', '111329.995000', '111330.455000', '111330.915000', '111331.375000', '111331.835000', '111332.295000', '111332.755000', '111333.215000', '111333.675000', '111334.135000', '111334.595000', '111335.055000', '111335.515000', '111335.975000', '111336.435000', '111336.895000', '111337.355000', '111337.815000', '111338.275000', '111338.735000', '111339.195000', '111339.655000', '111340.115000', '111340.575000', '111341.035000', '111341.495000', '111341.955000', '111342.415000', '111342.875000', '111343.335000', '111343.795000', '111344.255000', '111344.715000', '111345.175000', '111345.635000', '111346.095000', '111346.555000', '111347.015000', '111347.475000', '111347.935000', '111348.395000', '111348.855000', '111349.315000', '111349.775000', '111350.235000', '111350.695000', '111351.155000', '111351.615000', '111352.075000', '111352.535000', '111352.995000', '111353.455000', '111353.915000', '111354.375000', '111354.835000', '111355.295000', '111355.755000', '111356.215000', '111356.675000', '111357.135000', '111357.595000', '111358.055000', '111358.515000', '111358.975000', '111359.435000', '111359.895000', '111400.355000', '111400.815000', '111401.275000', '111401.735000', '111402.195000', '111402.655000', '111403.115000', '111403.575000', '111404.035000', '111404.495000', '111404.955000', '111405.415000', '111405.875000', '111406.335000', '111406.795000', '111407.255000', '111407.715000', '111408.175000', '111408.635000', '111409.095000', '111409.555000', '111410.015000', '111410.475000', '111410.935000', '111411.395000', '111411.855000', '111412.315000', '111412.775000', '111413.235000', '111413.695000', '111414.155000', '111414.615000', '111415.075000', '111415.535000', '111415.995000', '111416.455000', '111416.915000', '111417.375000', '111417.835000', '111418.295000', '111418.755000', '111419.215000', '111419.675000', '111420.135000', '111420.595000', '111421.055000', '111421.515000', '111421.975000', '111422.435000', '111422.895000', '111423.355000', '111423.815000', '111424.275000', '111424.735000', '111425.195000', '111425.655000', '111426.115000', '111426.575000', '111427.035000', '111427.495000', '111427.955000', '111428.415000', '111428.875000', '111429.335000', '111429.795000', '111430.255000', '111430.715000', '111431.175000', '111431.635000', '111432.095000', '111432.555000', '111433.015000', '111433.475000', '111433.935000', '111434.395000', '111434.855000', '111435.315000', '111435.775000', '111436.235000', '111436.695000', '111437.155000', '111437.615000', '111438.075000', '111438.535000', '111438.995000', '111439.455000', '111439.915000', '111440.375000', '111440.835000', '111441.295000', '111441.755000', '111442.215000', '111442.675000', '111443.135000', '111443.595000', '111444.055000', '111444.515000', '111444.975000', '111445.435000', '111445.895000', '111446.355000', '111446.815000', '111447.275000', '111447.735000', '111448.195000', '111448.655000', '111449.115000', '111449.575000', '111450.035000', '111450.495000', '111450.955000', '111451.415000', '111451.875000', '111452.335000', '111452.795000', '111453.255000', '111453.715000', '111454.175000', '111454.635000', '111455.095000', '111455.555000', '111456.015000', '111456.475000', '111456.935000', '111457.395000', '111457.855000', '111458.315000', '111458.775000', '111459.235000', '111459.695000', '111500.155000', '111500.615000', '111501.075000', '111501.535000', '111501.995000', '111502.455000', '111502.915000', '111503.375000', '111503.835000', '111504.295000', '111504.755000', '111505.215000', '111505.675000', '111506.135000', '111506.595000', '111507.055000', '111507.515000', '111507.975000', '111508.435000', '111508.895000', '111509.355000', '111509.815000', '111510.275000', '111510.735000', '111511.195000', '111511.655000', '111512.115000', '111512.575000', '111513.035000', '111513.495000', '111513.955000', '111514.415000', '111514.875000', '111515.335000', '111515.795000', '111516.255000', '111516.715000', '111517.175000', '111517.635000', '111518.095000', '111518.555000', '111519.015000', '111519.475000', '111519.935000', '111520.395000', '111520.855000', '111521.315000', '111521.775000', '111522.235000', '111522.695000', '111523.155000', '111523.615000', '111524.075000', '111524.535000', '111524.995000', '111525.455000', '111525.915000', '111526.375000', '111526.835000', '111527.295000', '111527.755000', '111528.215000', '111528.675000', '111529.135000', '111529.595000', '111530.055000', '111530.515000', '111530.975000', '111531.435000', '111531.895000', '111532.355000', '111532.815000', '111533.275000', '111533.735000', '111534.195000', '111534.655000', '111535.115000', '111535.575000', '111536.035000', '111536.495000', '111536.955000', '111537.415000', '111537.875000', '111538.335000', '111538.795000', '111539.255000', '111539.715000', '111540.175000', '111540.635000', '111541.095000', '111541.555000', '111542.015000', '111542.475000', '111542.935000', '111543.395000', '111543.855000', '111544.315000', '111544.775000', '111545.235000', '111545.695000', '111546.155000', '111546.615000', '111547.075000', '111547.535000', '111547.995000', '111548.455000', '111548.915000', '111549.375000', '111549.835000', '111550.295000', '111550.755000', '111551.215000', '111551.675000', '111552.135000', '111552.595000', '111553.055000', '111553.515000', '111553.975000', '111554.435000', '111554.895000', '111555.355000', '111555.815000', '111556.275000', '111556.735000', '111557.195000', '111557.655000', '111558.115000', '111558.575000', '111559.035000', '111559.495000', '111559.955000', '111600.415000', '111600.875000', '111601.335000', '111601.795000', '111602.255000', '111602.715000', '111603.175000', '111603.635000', '111604.095000', '111604.555000', '111605.015000', '111605.475000', '111605.935000', '111606.395000', '111606.855000', '111607.315000', '111607.775000', '111608.235000', '111608.695000', '111609.155000', '111609.615000', '111610.075000', '111610.535000', '111610.995000', '111611.455000', '111611.915000', '111612.375000', '111612.835000', '111613.295000', '111613.755000', '111614.215000', '111614.675000', '111615.135000', '111615.595000', '111616.055000', '111616.515000', '111616.975000', '111617.435000', '111617.895000', '111618.355000', '111618.815000', '111619.275000', '111619.735000', '111620.195000', '111620.655000', '111621.115000', '111621.575000', '111622.035000', '111622.495000', '111622.955000', '111623.415000', '111623.875000', '111624.335000', '111624.795000', '111625.255000', '111625.715000', '111626.175000', '111626.635000', '111627.095000', '111627.555000', '111628.015000', '111628.475000', '111628.935000', '111629.395000', '111629.855000', '111630.315000', '111630.775000', '111631.235000', '111631.695000', '111632.155000', '111632.615000', '111633.075000', '111633.535000', '111633.995000', '111634.455000', '111634.915000', '111635.375000', '111635.835000', '111636.295000', '111636.755000', '111637.215000', '111637.675000', '111638.135000', '111638.595000', '111639.055000', '111639.515000', '111639.975000', '111640.435000', '111640.895000', '111641.355000', '111641.815000', '111642.275000', '111642.735000', '111643.195000', '111643.655000', '111644.115000', '111644.575000', '111645.035000', '111645.495000', '111645.955000', '111646.415000', '111646.875000', '111647.335000', '111647.795000', '111648.255000', '111648.715000', '111649.175000', '111649.635000', '111650.095000', '111650.555000', '111651.015000', '111651.475000', '111651.935000', '111652.395000', '111652.855000', '111653.315000', '111653.775000', '111654.235000', '111654.695000', '111655.155000', '111655.615000', '111656.075000', '111656.535000', '111656.995000', '111657.455000', '111657.915000', '111658.375000', '111658.835000', '111659.295000', '111659.755000', '111700.215000', '111700.675000', '111701.135000', '111701.595000', '111702.055000', '111702.515000', '111702.975000', '111703.435000', '111703.895000', '111704.355000', '111704.815000', '111705.275000', '111705.735000', '111706.195000', '111706.655000', '111707.115000', '111707.575000', '111708.035000', '111708.495000', '111708.955000', '111709.415000', '111709.875000', '111710.335000', '111710.795000', '111711.255000', '111711.715000', '111712.175000', '111712.635000', '111713.095000', '111713.555000', '111714.015000', '111714.475000', '111714.935000', '111715.395000', '111715.855000', '111716.315000', '111716.775000', '111717.235000', '111717.695000', '111718.155000', '111718.615000', '111719.075000', '111719.535000', '111719.995000', '111720.455000', '111720.915000', '111721.375000', '111721.835000', '111722.295000', '111722.755000', '111723.215000', '111723.675000', '111724.135000', '111724.595000', '111725.055000', '111725.515000', '111725.975000', '111726.435000', '111726.895000', '111727.355000', '111727.815000', '111728.275000', '111728.735000', '111729.195000', '111729.655000', '111730.115000', '111730.575000', '111731.035000', '111731.495000', '111731.955000', '111732.415000', '111732.875000', '111733.335000', '111733.795000', '111734.255000', '111734.715000', '111735.175000', '111735.635000', '111736.095000', '111736.555000', '111737.015000', '111737.475000', '111737.935000', '111738.395000', '111738.855000', '111739.315000', '111739.775000', '111740.235000', '111740.695000', '111741.155000', '111741.615000', '111742.075000', '111742.535000', '111742.995000', '111743.455000', '111743.915000', '111744.375000', '111744.835000', '111745.295000', '111745.755000', '111746.215000', '111746.675000', '111747.135000', '111747.595000', '111748.055000', '111748.515000', '111748.975000', '111749.435000', '111749.895000', '111750.355000', '111750.815000', '111751.275000', '111751.735000', '111752.195000', '111752.655000', '111753.115000', '111753.575000', '111754.035000', '111754.495000', '111754.955000', '111755.415000', '111755.875000', '111756.335000', '111756.795000', '111757.255000', '111757.715000', '111758.175000', '111758.635000', '111759.095000', '111759.555000', '111800.015000', '111800.475000', '111800.935000', '111801.395000', '111801.855000', '111802.315000', '111802.775000', '111803.235000', '111803.695000', '111804.155000', '111804.615000', '111805.075000', '111805.535000', '111805.995000', '111806.455000', '111806.915000', '111807.375000', '111807.835000', '111808.295000', '111808.755000', '111809.215000', '111809.675000', '111810.135000', '111810.595000', '111811.055000', '111811.515000', '111811.975000', '111812.435000', '111812.895000', '111813.355000', '111813.815000', '111814.275000', '111814.735000', '111815.195000', '111815.655000', '111816.115000', '111816.575000', '111817.035000', '111817.495000', '111817.955000', '111818.415000', '111818.875000', '111819.335000', '111819.795000', '111820.255000', '111820.715000', '111821.175000', '111821.635000', '111822.095000', '111822.555000', '111823.015000', '111823.475000', '111823.935000', '111824.395000', '111824.855000', '111825.315000', '111825.775000', '111826.235000', '111826.695000', '111827.155000', '111827.615000', '111828.075000', '111828.535000', '111828.995000', '111829.455000', '111829.915000', '111830.375000', '111830.835000', '111831.295000', '111831.755000', '111832.215000', '111832.675000', '111833.135000', '111833.595000', '111834.055000', '111834.515000', '111834.975000', '111835.435000', '111835.895000', '111836.355000', '111836.815000', '111837.275000', '111837.735000', '111838.195000', '111838.655000', '111839.115000', '111839.575000', '111840.035000', '111840.495000', '111840.955000', '111841.415000', '111841.875000', '111842.335000', '111842.795000', '111843.255000', '111843.715000', '111844.175000', '111844.635000', '111845.095000', '111845.555000', '111846.015000', '111846.475000', '111846.935000', '111847.395000', '111847.855000', '111848.315000', '111848.775000', '111849.235000', '111849.695000', '111850.155000', '111850.615000', '111851.075000', '111851.535000', '111851.995000', '111852.455000', '111852.915000', '111853.375000', '111853.835000', '111854.295000', '111854.755000', '111855.215000', '111855.675000', '111856.135000', '111856.595000', '111857.055000', '111857.515000', '111857.975000', '111858.435000', '111858.895000', '111859.355000', '111859.815000', '111900.275000', '111900.735000', '111901.195000', '111901.655000', '111902.115000', '111902.575000', '111903.035000', '111903.495000', '111903.955000', '111904.415000', '111904.875000', '111905.335000', '111905.795000', '111906.255000', '111906.715000', '111907.175000', '111907.635000', '111908.095000', '111908.555000', '111909.015000', '111909.475000', '111909.935000', '111910.395000', '111910.855000', '111911.315000', '111911.775000', '111912.235000', '111912.695000', '111913.155000', '111913.615000', '111914.075000', '111914.535000', '111914.995000', '111915.455000', '111915.915000', '111916.375000', '111916.835000', '111917.295000', '111917.755000', '111918.215000', '111918.675000', '111919.135000', '111919.595000', '111920.055000', '111920.515000', '111920.975000', '111921.435000', '111921.895000', '111922.355000', '111922.815000', '111923.275000', '111923.735000', '111924.195000', '111924.655000', '111925.115000', '111925.575000', '111926.035000', '111926.495000', '111926.955000', '111927.415000', '111927.875000', '111928.335000', '111928.795000', '111929.255000', '111929.715000', '111930.175000', '111930.635000', '111931.095000', '111931.555000', '111932.015000', '111932.475000', '111932.935000', '111933.395000', '111933.855000', '111934.315000', '111934.775000', '111935.235000', '111935.695000', '111936.155000', '111936.615000', '111937.075000', '111937.535000', '111937.995000', '111938.455000', '111938.915000', '111939.375000', '111939.835000', '111940.295000', '111940.755000', '111941.215000', '111941.675000', '111942.135000', '111942.595000', '111943.055000', '111943.515000', '111943.975000', '111944.435000', '111944.895000', '111945.355000', '111945.815000', '111946.275000', '111946.735000', '111947.195000', '111947.655000', '111948.115000', '111948.575000', '111949.035000', '111949.495000', '111949.955000', '111950.415000', '111950.875000', '111951.335000', '111951.795000', '111952.255000', '111952.715000', '111953.175000', '111953.635000', '111954.095000', '111954.555000', '111955.015000', '111955.475000', '111955.935000', '111956.395000', '111956.855000', '111957.315000', '111957.775000', '111958.235000', '111958.695000', '111959.155000', '111959.615000', '112000.075000', '112000.535000', '112000.995000', '112001.455000', '112001.915000', '112002.375000', '112002.835000', '112003.295000', '112003.755000', '112004.215000', '112004.675000', '112005.135000', '112005.595000', '112006.055000', '112006.515000', '112006.975000', '112007.435000', '112007.895000', '112008.355000', '112008.815000', '112009.275000', '112009.735000', '112010.195000', '112010.655000', '112011.115000', '112011.575000', '112012.035000', '112012.495000', '112012.955000', '112013.415000', '112013.875000', '112014.335000', '112014.795000', '112015.255000', '112015.715000', '112016.175000', '112016.635000', '112017.095000', '112017.555000', '112018.015000', '112018.475000', '112018.935000', '112019.395000', '112019.855000', '112020.315000', '112020.775000', '112021.235000', '112021.695000', '112022.155000', '112022.615000', '112023.075000', '112023.535000', '112023.995000', '112024.455000', '112024.915000', '112025.375000', '112025.835000', '112026.295000', '112026.755000', '112027.215000', '112027.675000', '112028.135000', '112028.595000', '112029.055000', '112029.515000', '112029.975000', '112030.435000', '112030.895000', '112031.355000', '112031.815000', '112032.275000', '112032.735000', '112033.195000', '112033.655000', '112034.115000', '112034.575000', '112035.035000', '112035.495000', '112035.955000', '112036.415000', '112036.875000', '112037.335000', '112037.795000', '112038.255000', '112038.715000', '112039.175000', '112039.635000', '112040.095000', '112040.555000', '112041.015000', '112041.475000', '112041.935000', '112042.395000', '112042.855000', '112043.315000', '112043.775000', '112044.235000', '112044.695000', '112045.155000', '112045.615000', '112046.075000', '112046.535000', '112046.995000', '112047.455000', '112047.915000', '112048.375000', '112048.835000', '112049.295000', '112049.755000', '112050.215000', '112050.675000', '112051.135000', '112051.595000', '112052.055000', '112052.515000', '112052.975000', '112053.435000', '112053.895000', '112054.355000', '112054.815000', '112055.275000', '112055.735000', '112056.195000', '112056.655000', '112057.115000', '112057.575000', '112058.035000', '112058.495000', '112058.955000', '112059.415000', '112059.875000', '112100.335000', '112100.795000', '112101.255000', '112101.715000', '112102.175000', '112102.635000', '112103.095000', '112103.555000', '112104.015000', '112104.475000', '112104.935000', '112105.395000', '112105.855000', '112106.315000', '112106.775000', '112107.235000', '112107.695000', '112108.155000', '112108.615000', '112109.075000', '112109.535000', '112109.995000', '112110.455000', '112110.915000', '112111.375000', '112111.835000', '112112.295000', '112112.755000', '112113.215000', '112113.675000', '112114.135000', '112114.595000', '112115.055000', '112115.515000', '112115.975000', '112116.435000', '112116.895000', '112117.355000', '112117.815000', '112118.275000', '112118.735000', '112119.195000', '112119.655000', '112120.115000', '112120.575000', '112121.035000', '112121.495000', '112121.955000', '112122.415000', '112122.875000', '112123.335000', '112123.795000', '112124.255000', '112124.715000', '112125.175000', '112125.635000', '112126.095000', '112126.555000', '112127.015000', '112127.475000', '112127.935000', '112128.395000', '112128.855000', '112129.315000', '112129.775000', '112130.235000', '112130.695000', '112131.155000', '112131.615000', '112132.075000', '112132.535000', '112132.995000', '112133.455000', '112133.915000', '112134.375000', '112134.835000', '112135.295000', '112135.755000', '112136.215000', '112136.675000', '112137.135000', '112137.595000', '112138.055000', '112138.515000', '112138.975000', '112139.435000', '112139.895000', '112140.355000', '112140.815000', '112141.275000', '112141.735000', '112142.195000', '112142.655000', '112143.115000', '112143.575000', '112144.035000', '112144.495000', '112144.955000', '112145.415000', '112145.875000', '112146.335000', '112146.795000', '112147.255000', '112147.715000', '112148.175000', '112148.635000', '112149.095000', '112149.555000', '112150.015000', '112150.475000', '112150.935000', '112151.395000', '112151.855000', '112152.315000', '112152.775000', '112153.235000', '112153.695000', '112154.155000', '112154.615000', '112155.075000', '112155.535000', '112155.995000', '112156.455000', '112156.915000', '112157.375000', '112157.835000', '112158.295000', '112158.755000', '112159.215000', '112159.675000', '112200.135000', '112200.595000', '112201.055000', '112201.515000', '112201.975000', '112202.435000', '112202.895000', '112203.355000', '112203.815000', '112204.275000', '112204.735000', '112205.195000', '112205.655000', '112206.115000', '112206.575000', '112207.035000', '112207.495000', '112207.955000', '112208.415000', '112208.875000', '112209.335000', '112209.795000', '112210.255000', '112210.715000', '112211.175000', '112211.635000', '112212.095000', '112212.555000', '112213.015000', '112213.475000', '112213.935000', '112214.395000', '112214.855000', '112215.315000', '112215.775000', '112216.235000', '112216.695000', '112217.155000', '112217.615000', '112218.075000', '112218.535000', '112218.995000', '112219.455000', '112219.915000', '112220.375000', '112220.835000', '112221.295000', '112221.755000', '112222.215000', '112222.675000', '112223.135000', '112223.595000', '112224.055000', '112224.515000', '112224.975000', '112225.435000', '112225.895000', '112226.355000', '112226.815000', '112227.275000', '112227.735000', '112228.195000', '112228.655000', '112229.115000', '112229.575000', '112230.035000', '112230.495000', '112230.955000', '112231.415000', '112231.875000', '112232.335000', '112232.795000', '112233.255000', '112233.715000', '112234.175000', '112234.635000', '112235.095000', '112235.555000', '112236.015000', '112236.475000', '112236.935000', '112237.395000', '112237.855000', '112238.315000', '112238.775000', '112239.235000', '112239.695000', '112240.155000', '112240.615000', '112241.075000', '112241.535000', '112241.995000', '112242.455000', '112242.915000', '112243.375000', '112243.835000', '112244.295000', '112244.755000', '112245.215000', '112245.675000', '112246.135000', '112246.595000', '112247.055000', '112247.515000', '112247.975000', '112248.435000', '112248.895000', '112249.355000', '112249.815000', '112250.275000', '112250.735000', '112251.195000', '112251.655000', '112252.115000', '112252.575000', '112253.035000', '112253.495000', '112253.955000', '112254.415000', '112254.875000', '112255.335000', '112255.795000', '112256.255000', '112256.715000', '112257.175000', '112257.635000', '112258.095000', '112258.555000', '112259.015000', '112259.475000', '112259.935000', '112300.395000', '112300.855000', '112301.315000', '112301.775000', '112302.235000', '112302.695000', '112303.155000', '112303.615000', '112304.075000', '112304.535000', '112304.995000', '112305.455000', '112305.915000', '112306.375000', '112306.835000', '112307.295000', '112307.755000', '112308.215000', '112308.675000', '112309.135000', '112309.595000', '112310.055000', '112310.515000', '112310.975000', '112311.435000', '112311.895000', '112312.355000', '112312.815000', '112313.275000', '112313.735000', '112314.195000', '112314.655000', '112315.115000', '112315.575000', '112316.035000', '112316.495000', '112316.955000', '112317.415000', '112317.875000', '112318.335000', '112318.795000', '112319.255000', '112319.715000', '112320.175000', '112320.635000', '112321.095000', '112321.555000', '112322.015000', '112322.475000', '112322.935000', '112323.395000', '112323.855000', '112324.315000', '112324.775000', '112325.235000', '112325.695000', '112326.155000', '112326.615000', '112327.075000', '112327.535000', '112327.995000', '112328.455000', '112328.915000', '112329.375000', '112329.835000', '112330.295000', '112330.755000', '112331.215000', '112331.675000', '112332.135000', '112332.595000', '112333.055000', '112333.515000', '112333.975000', '112334.435000', '112334.895000', '112335.355000', '112335.815000', '112336.275000', '112336.735000', '112337.195000', '112337.655000', '112338.115000', '112338.575000', '112339.035000', '112339.495000', '112339.955000', '112340.415000', '112340.875000', '112341.335000', '112341.795000', '112342.255000', '112342.715000', '112343.175000', '112343.635000', '112344.095000', '112344.555000', '112345.015000', '112345.475000', '112345.935000', '112346.395000', '112346.855000', '112347.315000', '112347.775000', '112348.235000', '112348.695000', '112349.155000', '112349.615000', '112350.075000', '112350.535000', '112350.995000', '112351.455000', '112351.915000', '112352.375000', '112352.835000', '112353.295000', '112353.755000', '112354.215000', '112354.675000', '112355.135000', '112355.595000', '112356.055000', '112356.515000', '112356.975000', '112357.435000', '112357.895000', '112358.355000', '112358.815000', '112359.275000', '112359.735000', '112400.195000', '112400.655000', '112401.115000', '112401.575000', '112402.035000', '112402.495000', '112402.955000', '112403.415000', '112403.875000', '112404.335000', '112404.795000', '112405.255000', '112405.715000', '112406.175000', '112406.635000', '112407.095000', '112407.555000', '112408.015000', '112408.475000', '112408.935000', '112409.395000', '112409.855000', '112410.315000', '112410.775000', '112411.235000', '112411.695000', '112412.155000', '112412.615000', '112413.075000', '112413.535000', '112413.995000', '112414.455000', '112414.915000', '112415.375000', '112415.835000', '112416.295000', '112416.755000', '112417.215000', '112417.675000', '112418.135000', '112418.595000', '112419.055000', '112419.515000', '112419.975000', '112420.435000', '112420.895000', '112421.355000', '112421.815000', '112422.275000', '112422.735000', '112423.195000', '112423.655000', '112424.115000', '112424.575000', '112425.035000', '112425.495000', '112425.955000', '112426.415000', '112426.875000', '112427.335000', '112427.795000', '112428.255000', '112428.715000', '112429.175000', '112429.635000', '112430.095000', '112430.555000', '112431.015000', '112431.475000', '112431.935000', '112432.395000', '112432.855000', '112433.315000', '112433.775000', '112434.235000', '112434.695000', '112435.155000', '112435.615000', '112436.075000', '112436.535000', '112436.995000', '112437.455000', '112437.915000', '112438.375000', '112438.835000', '112439.295000', '112439.755000', '112440.215000', '112440.675000', '112441.135000', '112441.595000', '112442.055000', '112442.515000', '112442.975000', '112443.435000', '112443.895000', '112444.355000', '112444.815000', '112445.275000', '112445.735000', '112446.195000', '112446.655000', '112447.115000', '112447.575000', '112448.035000', '112448.495000', '112448.955000', '112449.415000', '112449.875000', '112450.335000', '112450.795000', '112451.255000', '112451.715000', '112452.175000', '112452.635000', '112453.095000', '112453.555000', '112454.015000', '112454.475000', '112454.935000', '112455.395000', '112455.855000', '112456.315000', '112456.775000', '112457.235000', '112457.695000', '112458.155000', '112458.615000', '112459.075000', '112459.535000', '112459.995000', '112500.455000', '112500.915000', '112501.375000', '112501.835000', '112502.295000', '112502.755000', '112503.215000', '112503.675000', '112504.135000', '112504.595000', '112505.055000', '112505.515000', '112505.975000', '112506.435000', '112506.895000', '112507.355000', '112507.815000', '112508.275000', '112508.735000', '112509.195000', '112509.655000', '112510.115000', '112510.575000', '112511.035000', '112511.495000', '112511.955000', '112512.415000', '112512.875000', '112513.335000', '112513.795000', '112514.255000', '112514.715000', '112515.175000', '112515.635000', '112516.095000', '112516.555000', '112517.015000', '112517.475000', '112517.935000', '112518.395000', '112518.855000', '112519.315000', '112519.775000', '112520.235000', '112520.695000', '112521.155000', '112521.615000', '112522.075000', '112522.535000', '112522.995000', '112523.455000', '112523.915000', '112524.375000', '112524.835000', '112525.295000', '112525.755000', '112526.215000', '112526.675000', '112527.135000', '112527.595000', '112528.055000', '112528.515000', '112528.975000', '112529.435000', '112529.895000', '112530.355000', '112530.815000', '112531.275000', '112531.735000', '112532.195000', '112532.655000', '112533.115000', '112533.575000', '112534.035000', '112534.495000', '112534.955000', '112535.415000', '112535.875000', '112536.335000', '112536.795000', '112537.255000', '112537.715000', '112538.175000', '112538.635000', '112539.095000', '112539.555000', '112540.015000', '112540.475000', '112540.935000', '112541.395000', '112541.855000', '112542.315000', '112542.775000', '112543.235000', '112543.695000'], 'ContentTime': ['111139.774000', '111139.777000', '111139.780000', '111139.787000', '111139.790000', '111139.795000', '111139.798000', '111139.801000', '111139.803000', '111139.806000', '111139.808000', '111139.811000', '111139.814000', '111139.816000', '111139.819000', '111139.821000', '111139.824000', '111139.826000', '111139.829000', '111139.832000', '111139.834000', '111159.749000', '111159.752000', '111159.755000', '111159.758000', '111159.760000', '111159.763000', '111159.779000', '111159.782000', '111159.785000', '111159.787000', '111159.790000', '111159.793000', '111159.795000', '111159.798000', '111159.800000', '111159.803000', '111159.806000', '111159.808000', '111159.811000', '111159.814000', '111159.816000', '111159.825000', '111159.828000', '111159.830000', '111159.833000', '111159.835000', '111159.838000', '111159.841000', '111159.843000', '111159.846000', '111159.848000', '111159.851000', '111159.854000', '111159.856000', '111159.859000', '111159.861000', '111159.864000', '111159.867000', '111159.879000', '111159.882000', '111159.884000', '111159.887000', '111159.890000', '111219.749000', '111219.752000', '111219.755000', '111219.757000', '111219.760000', '111219.763000', '111219.766000', '111219.768000', '111219.771000', '111219.773000', '111219.776000', '111219.779000', '111219.781000', '111219.784000', '111219.787000', '111219.789000', '111219.792000', '111219.795000', '111219.797000', '111219.800000', '111219.803000', '111219.805000', '111219.808000', '111219.810000', '111219.813000', '111219.815000', '111219.818000', '111219.821000', '111219.823000', '111219.826000', '111219.828000', '111219.831000', '111219.834000', '111219.836000', '111219.839000', '111219.842000', '111219.844000', '111219.847000', '111219.849000', '111219.852000', '111219.855000', '111219.857000', '111219.860000', '111219.863000', '111239.750000', '111239.752000', '111239.755000', '111239.758000', '111239.760000', '111239.763000', '111239.766000', '111239.768000', '111239.771000', '111239.773000', '111239.776000', '111239.779000', '111239.781000', '111239.784000', '111239.786000', '111239.789000', '111239.792000', '111239.794000', '111239.797000', '111239.800000', '111239.802000', '111239.805000', '111239.808000', '111239.810000', '111239.813000', '111239.815000', '111239.818000', '111239.821000', '111239.823000', '111239.826000', '111239.828000', '111239.831000', '111239.834000', '111239.836000', '111239.839000', '111239.841000', '111239.844000', '111239.847000', '111239.849000', '111239.852000', '111239.855000', '111239.857000', '111239.860000', '111259.749000', '111259.752000', '111259.755000', '111259.757000', '111259.760000', '111259.763000', '111259.765000', '111259.768000', '111259.771000', '111259.773000', '111259.776000', '111259.779000', '111259.781000', '111259.784000', '111259.786000', '111259.789000', '111259.792000', '111259.794000', '111259.797000', '111259.800000', '111259.802000', '111259.805000', '111259.807000', '111259.814000', '111259.816000', '111259.819000', '111259.821000', '111259.824000', '111259.827000', '111259.829000', '111259.832000', '111259.834000', '111259.837000', '111259.840000', '111259.842000', '111259.845000', '111259.847000', '111259.850000', '111259.853000', '111259.855000', '111259.858000', '111259.860000', '111259.863000', '111259.866000', '111319.750000', '111319.753000', '111319.755000', '111319.758000', '111319.760000', '111319.763000', '111319.766000', '111319.769000', '111319.771000', '111319.774000', '111319.777000', '111319.779000', '111319.782000', '111319.784000', '111319.787000', '111319.790000', '111319.792000', '111319.795000', '111319.797000', '111319.800000', '111319.803000', '111319.806000', '111319.808000', '111319.811000', '111319.813000', '111319.816000', '111319.819000', '111319.821000', '111319.824000', '111319.827000', '111319.829000', '111319.832000', '111319.835000', '111319.838000', '111319.840000', '111319.843000', '111319.845000', '111319.848000', '111319.851000', '111319.853000', '111319.856000', '111319.858000', '111319.861000', '111339.749000', '111339.752000', '111339.766000', '111339.769000', '111339.771000', '111339.774000', '111339.777000', '111339.779000', '111339.782000', '111339.784000', '111339.787000', '111339.790000', '111339.799000', '111339.802000', '111339.805000', '111339.807000', '111339.810000', '111339.813000', '111339.815000', '111339.818000', '111339.820000', '111339.823000', '111339.826000', '111339.828000', '111339.831000', '111339.833000', '111339.836000', '111339.839000', '111339.842000', '111339.844000', '111339.847000', '111339.850000', '111339.852000', '111339.855000', '111339.858000', '111339.860000', '111339.863000', '111339.865000', '111339.868000', '111339.871000', '111339.873000', '111339.876000', '111339.879000', '111339.881000', '111359.748000', '111359.751000', '111359.754000', '111359.756000', '111359.759000', '111359.762000', '111359.765000', '111359.767000', '111359.770000', '111359.773000', '111359.775000', '111359.778000', '111359.780000', '111359.783000', '111359.786000', '111359.788000', '111359.791000', '111359.794000', '111359.796000', '111359.799000', '111359.802000', '111359.804000', '111359.807000', '111359.809000', '111359.812000', '111359.815000', '111359.817000', '111359.820000', '111359.822000', '111359.825000', '111359.828000', '111359.830000', '111359.833000', '111359.836000', '111359.838000', '111359.841000', '111359.844000', '111359.846000', '111359.849000', '111359.851000', '111359.854000', '111359.857000', '111359.859000', '111419.750000', '111419.753000', '111419.755000', '111419.758000', '111419.760000', '111419.763000', '111419.766000', '111419.768000', '111419.771000', '111419.774000', '111419.776000', '111419.779000', '111419.782000', '111419.784000', '111419.787000', '111419.790000', '111419.792000', '111419.795000', '111419.798000', '111419.800000', '111419.803000', '111419.806000', '111419.808000', '111419.811000', '111419.813000', '111419.816000', '111419.819000', '111419.821000', '111419.824000', '111419.827000', '111419.830000', '111419.832000', '111419.835000', '111419.837000', '111419.840000', '111419.843000', '111419.845000', '111419.848000', '111419.850000', '111419.853000', '111419.856000', '111419.858000', '111419.861000', '111419.864000', '111439.750000', '111439.753000', '111439.755000', '111439.758000', '111439.761000', '111439.764000', '111439.766000', '111439.769000', '111439.772000', '111439.774000', '111439.777000', '111439.780000', '111439.782000', '111439.785000', '111439.787000', '111439.790000', '111439.793000', '111439.795000', '111439.798000', '111439.801000', '111439.803000', '111439.806000', '111439.809000', '111439.812000', '111439.814000', '111439.817000', '111439.820000', '111439.822000', '111439.825000', '111439.828000', '111439.830000', '111439.833000', '111439.835000', '111439.838000', '111439.841000', '111439.844000', '111439.846000', '111439.849000', '111439.852000', '111439.854000', '111439.857000', '111439.860000', '111439.862000', '111459.750000', '111459.752000', '111459.755000', '111459.758000', '111459.766000', '111459.768000', '111459.771000', '111459.774000', '111459.776000', '111459.779000', '111459.781000', '111459.784000', '111459.787000', '111459.789000', '111459.792000', '111459.796000', '111459.799000', '111459.802000', '111459.804000', '111459.807000', '111459.810000', '111459.812000', '111459.815000', '111459.818000', '111459.820000', '111459.823000', '111459.825000', '111459.828000', '111459.831000', '111459.834000', '111459.836000', '111459.839000', '111459.842000', '111459.844000', '111459.847000', '111459.850000', '111459.853000', '111459.856000', '111459.858000', '111459.861000', '111459.864000', '111459.879000', '111459.881000', '111459.884000', '111519.750000', '111519.752000', '111519.755000', '111519.758000', '111519.761000', '111519.763000', '111519.766000', '111519.769000', '111519.771000', '111519.774000', '111519.776000', '111519.779000', '111519.782000', '111519.784000', '111519.787000', '111519.790000', '111519.792000', '111519.795000', '111519.798000', '111519.800000', '111519.803000', '111519.805000', '111519.808000', '111519.811000', '111519.813000', '111519.816000', '111519.819000', '111519.821000', '111519.824000', '111519.826000', '111519.829000', '111519.832000', '111519.834000', '111519.837000', '111519.840000', '111519.842000', '111519.845000', '111519.848000', '111519.850000', '111519.853000', '111519.856000', '111519.859000', '111519.861000', '111539.750000', '111539.753000', '111539.756000', '111539.760000', '111539.763000', '111539.766000', '111539.768000', '111539.771000', '111539.774000', '111539.776000', '111539.779000', '111539.782000', '111539.784000', '111539.787000', '111539.789000', '111539.792000', '111539.795000', '111539.797000', '111539.800000', '111539.803000', '111539.805000', '111539.808000', '111539.811000', '111539.821000', '111539.824000', '111539.827000', '111539.829000', '111539.832000', '111539.835000', '111539.837000', '111539.840000', '111539.843000', '111539.845000', '111539.848000', '111539.850000', '111539.853000', '111539.856000', '111539.858000', '111539.861000', '111539.864000', '111539.866000', '111539.869000', '111539.871000', '111559.749000', '111559.752000', '111559.755000', '111559.758000', '111559.761000', '111559.763000', '111559.766000', '111559.769000', '111559.771000', '111559.774000', '111559.777000', '111559.779000', '111559.782000', '111559.785000', '111559.787000', '111559.790000', '111559.792000', '111559.795000', '111559.798000', '111559.800000', '111559.803000', '111559.806000', '111559.808000', '111559.811000', '111559.813000', '111559.816000', '111559.819000', '111559.821000', '111559.824000', '111559.826000', '111559.829000', '111559.832000', '111559.834000', '111559.842000', '111559.845000', '111559.847000', '111559.850000', '111559.853000', '111559.855000', '111559.858000', '111559.861000', '111559.864000', '111559.866000', '111559.869000', '111619.749000', '111619.751000', '111619.754000', '111619.757000', '111619.760000', '111619.762000', '111619.765000', '111619.768000', '111619.770000', '111619.773000', '111619.776000', '111619.778000', '111619.781000', '111619.784000', '111619.786000', '111619.789000', '111619.791000', '111619.795000', '111619.798000', '111619.801000', '111619.804000', '111619.808000', '111619.810000', '111619.813000', '111619.816000', '111619.818000', '111619.821000', '111619.824000', '111619.827000', '111619.830000', '111619.833000', '111619.835000', '111619.838000', '111619.841000', '111619.843000', '111619.846000', '111619.849000', '111619.851000', '111619.854000', '111619.856000', '111619.859000', '111619.862000', '111619.864000', '111639.750000', '111639.752000', '111639.755000', '111639.758000', '111639.761000', '111639.763000', '111639.766000', '111639.768000', '111639.771000', '111639.786000', '111639.789000', '111639.792000', '111639.794000', '111639.797000', '111639.800000', '111639.802000', '111639.805000', '111639.808000', '111639.810000', '111639.813000', '111639.816000', '111639.819000', '111639.822000', '111639.825000', '111639.827000', '111639.830000', '111639.832000', '111639.835000', '111639.838000', '111639.840000', '111639.843000', '111639.846000', '111639.848000', '111639.851000', '111639.854000', '111639.857000', '111639.859000', '111639.862000', '111639.865000', '111639.867000', '111639.870000', '111639.873000', '111639.875000', '111639.878000', '111659.749000', '111659.753000', '111659.755000', '111659.758000', '111659.761000', '111659.763000', '111659.766000', '111659.768000', '111659.771000', '111659.774000', '111659.776000', '111659.779000', '111659.782000', '111659.784000', '111659.787000', '111659.789000', '111659.792000', '111659.795000', '111659.797000', '111659.800000', '111659.803000', '111659.805000', '111659.810000', '111659.812000', '111659.815000', '111659.818000', '111659.821000', '111659.823000', '111659.826000', '111659.828000', '111659.831000', '111659.834000', '111659.836000', '111659.839000', '111659.843000', '111659.846000', '111659.849000', '111659.851000', '111659.854000', '111659.857000', '111659.860000', '111659.862000', '111659.865000', '111719.749000', '111719.752000', '111719.756000', '111719.758000', '111719.761000', '111719.764000', '111719.766000', '111719.769000', '111719.772000', '111719.774000', '111719.777000', '111719.780000', '111719.782000', '111719.785000', '111719.788000', '111719.790000', '111719.793000', '111719.795000', '111719.798000', '111719.801000', '111719.804000', '111719.806000', '111719.809000', '111719.818000', '111719.821000', '111719.823000', '111719.826000', '111719.829000', '111719.832000', '111719.834000', '111719.837000', '111719.839000', '111719.842000', '111719.845000', '111719.848000', '111719.850000', '111719.853000', '111719.856000', '111719.858000', '111719.861000', '111719.863000', '111719.866000', '111719.869000', '111719.872000', '111739.749000', '111739.752000', '111739.755000', '111739.758000', '111739.761000', '111739.763000', '111739.766000', '111739.769000', '111739.771000', '111739.774000', '111739.777000', '111739.779000', '111739.782000', '111739.785000', '111739.787000', '111739.790000', '111739.793000', '111739.796000', '111739.799000', '111739.802000', '111739.805000', '111739.808000', '111739.810000', '111739.813000', '111739.816000', '111739.818000', '111739.821000', '111739.824000', '111739.826000', '111739.829000', '111739.832000', '111739.834000', '111739.837000', '111739.840000', '111739.842000', '111739.845000', '111739.848000', '111739.850000', '111739.853000', '111739.855000', '111739.858000', '111739.861000', '111739.865000', '111759.750000', '111759.753000', '111759.756000', '111759.758000', '111759.761000', '111759.764000', '111759.766000', '111759.769000', '111759.771000', '111759.774000', '111759.777000', '111759.779000', '111759.782000', '111759.785000', '111759.787000', '111759.790000', '111759.792000', '111759.795000', '111759.798000', '111759.811000', '111759.814000', '111759.817000', '111759.819000', '111759.822000', '111759.825000', '111759.827000', '111759.830000', '111759.833000', '111759.835000', '111759.838000', '111759.841000', '111759.843000', '111759.846000', '111759.849000', '111759.851000', '111759.854000', '111759.857000', '111759.859000', '111759.862000', '111759.865000', '111759.867000', '111759.870000', '111759.873000', '111759.875000', '111819.750000', '111819.752000', '111819.755000', '111819.758000', '111819.760000', '111819.763000', '111819.766000', '111819.768000', '111819.771000', '111819.774000', '111819.776000', '111819.779000', '111819.781000', '111819.784000', '111819.787000', '111819.789000', '111819.792000', '111819.794000', '111819.797000', '111819.800000', '111819.803000', '111819.805000', '111819.808000', '111819.811000', '111819.814000', '111819.817000', '111819.820000', '111819.823000', '111819.826000', '111819.828000', '111819.831000', '111819.834000', '111819.836000', '111819.839000', '111819.842000', '111819.844000', '111819.847000', '111819.850000', '111819.852000', '111819.855000', '111819.858000', '111819.860000', '111819.863000', '111839.748000', '111839.751000', '111839.754000', '111839.757000', '111839.760000', '111839.762000', '111839.765000', '111839.768000', '111839.771000', '111839.773000', '111839.776000', '111839.778000', '111839.781000', '111839.784000', '111839.786000', '111839.789000', '111839.791000', '111839.794000', '111839.797000', '111839.799000', '111839.802000', '111839.805000', '111839.807000', '111839.810000', '111839.813000', '111839.815000', '111839.818000', '111839.820000', '111839.823000', '111839.826000', '111839.828000', '111839.831000', '111839.834000', '111839.836000', '111839.839000', '111839.841000', '111839.844000', '111839.847000', '111839.849000', '111839.852000', '111839.855000', '111839.857000', '111839.860000', '111839.863000', '111859.750000', '111859.752000', '111859.755000', '111859.758000', '111859.761000', '111859.763000', '111859.766000', '111859.769000', '111859.771000', '111859.774000', '111859.777000', '111859.779000', '111859.782000', '111859.785000', '111859.787000', '111859.790000', '111859.793000', '111859.795000', '111859.798000', '111859.801000', '111859.803000', '111859.806000', '111859.809000', '111859.811000', '111859.814000', '111859.817000', '111859.819000', '111859.822000', '111859.825000', '111859.827000', '111859.830000', '111859.833000', '111859.836000', '111859.839000', '111859.842000', '111859.845000', '111859.848000', '111859.851000', '111859.853000', '111859.856000', '111859.859000', '111859.861000', '111859.864000', '111919.749000', '111919.752000', '111919.755000', '111919.758000', '111919.761000', '111919.763000', '111919.766000', '111919.769000', '111919.772000', '111919.774000', '111919.777000', '111919.780000', '111919.782000', '111919.785000', '111919.787000', '111919.790000', '111919.793000', '111919.795000', '111919.798000', '111919.801000', '111919.803000', '111919.806000', '111919.809000', '111919.811000', '111919.814000', '111919.816000', '111919.819000', '111919.822000', '111919.824000', '111919.827000', '111919.838000', '111919.841000', '111919.844000', '111919.846000', '111919.849000', '111919.851000', '111919.854000', '111919.857000', '111919.859000', '111919.862000', '111919.865000', '111919.867000', '111919.870000', '111919.873000', '111939.750000', '111939.753000', '111939.755000', '111939.758000', '111939.761000', '111939.764000', '111939.766000', '111939.769000', '111939.771000', '111939.774000', '111939.777000', '111939.779000', '111939.782000', '111939.785000', '111939.787000', '111939.790000', '111939.793000', '111939.795000', '111939.798000', '111939.801000', '111939.803000', '111939.806000', '111939.809000', '111939.811000', '111939.814000', '111939.817000', '111939.819000', '111939.822000', '111939.825000', '111939.827000', '111939.830000', '111939.833000', '111939.835000', '111939.838000', '111939.840000', '111939.843000', '111939.846000', '111939.848000', '111939.851000', '111939.854000', '111939.856000', '111939.859000', '111939.862000', '111959.750000', '111959.752000', '111959.755000', '111959.758000', '111959.761000', '111959.764000', '111959.767000', '111959.769000', '111959.772000', '111959.775000', '111959.777000', '111959.780000', '111959.783000', '111959.785000', '111959.788000', '111959.791000', '111959.793000', '111959.796000', '111959.799000', '111959.801000', '111959.804000', '111959.807000', '111959.809000', '111959.812000', '111959.815000', '111959.817000', '111959.820000', '111959.823000', '111959.825000', '111959.828000', '111959.831000', '111959.833000', '111959.836000', '111959.838000', '111959.841000', '111959.844000', '111959.846000', '111959.849000', '111959.852000', '111959.854000', '111959.857000', '111959.860000', '111959.862000', '111959.865000', '112019.750000', '112019.753000', '112019.755000', '112019.758000', '112019.761000', '112019.764000', '112019.766000', '112019.769000', '112019.771000', '112019.774000', '112019.777000', '112019.779000', '112019.782000', '112019.785000', '112019.787000', '112019.790000', '112019.793000', '112019.796000', '112019.798000', '112019.801000', '112019.804000', '112019.806000', '112019.809000', '112019.811000', '112019.814000', '112019.817000', '112019.819000', '112019.822000', '112019.825000', '112019.827000', '112019.830000', '112019.832000', '112019.835000', '112019.838000', '112019.840000', '112019.843000', '112019.845000', '112019.848000', '112019.851000', '112019.853000', '112019.856000', '112019.859000', '112019.861000', '112039.750000', '112039.753000', '112039.755000', '112039.758000', '112039.761000', '112039.764000', '112039.766000', '112039.769000', '112039.771000', '112039.774000', '112039.777000', '112039.779000', '112039.782000', '112039.785000', '112039.787000', '112039.790000', '112039.793000', '112039.803000', '112039.805000', '112039.808000', '112039.810000', '112039.813000', '112039.816000', '112039.818000', '112039.821000', '112039.824000', '112039.826000', '112039.838000', '112039.840000', '112039.843000', '112039.846000', '112039.848000', '112039.851000', '112039.854000', '112039.857000', '112039.859000', '112039.862000', '112039.865000', '112039.867000', '112039.870000', '112039.872000', '112039.875000', '112039.878000', '112039.881000', '112059.749000', '112059.751000', '112059.754000', '112059.757000', '112059.759000', '112059.762000', '112059.765000', '112059.767000', '112059.770000', '112059.772000', '112059.775000', '112059.778000', '112059.780000', '112059.783000', '112059.786000', '112059.789000', '112059.792000', '112059.794000', '112059.797000', '112059.800000', '112059.802000', '112059.805000', '112059.808000', '112059.810000', '112059.813000', '112059.816000', '112059.818000', '112059.821000', '112059.824000', '112059.826000', '112059.829000', '112059.832000', '112059.834000', '112059.837000', '112059.840000', '112059.842000', '112059.845000', '112059.848000', '112059.850000', '112059.853000', '112059.856000', '112059.858000', '112059.861000', '112119.750000', '112119.752000', '112119.755000', '112119.758000', '112119.760000', '112119.763000', '112119.766000', '112119.768000', '112119.771000', '112119.774000', '112119.776000', '112119.779000', '112119.782000', '112119.785000', '112119.787000', '112119.790000', '112119.793000', '112119.796000', '112119.798000', '112119.801000', '112119.804000', '112119.807000', '112119.809000', '112119.812000', '112119.815000', '112119.817000', '112119.820000', '112119.823000', '112119.826000', '112119.828000', '112119.831000', '112119.834000', '112119.836000', '112119.839000', '112119.842000', '112119.844000', '112119.847000', '112119.850000', '112119.852000', '112119.855000', '112119.858000', '112119.861000', '112119.863000', '112119.866000', '112139.750000', '112139.753000', '112139.755000', '112139.758000', '112139.761000', '112139.764000', '112139.767000', '112139.769000', '112139.772000', '112139.775000', '112139.777000', '112139.780000', '112139.783000', '112139.785000', '112139.788000', '112139.791000', '112139.793000', '112139.796000', '112139.799000', '112139.801000', '112139.804000', '112139.806000', '112139.809000', '112139.812000', '112139.815000', '112139.817000', '112139.820000', '112139.822000', '112139.825000', '112139.828000', '112139.830000', '112139.833000', '112139.836000', '112139.838000', '112139.841000', '112139.844000', '112139.846000', '112139.849000', '112139.852000', '112139.854000', '112139.857000', '112139.859000', '112139.862000', '112159.750000', '112159.752000', '112159.755000', '112159.758000', '112159.760000', '112159.763000', '112159.766000', '112159.768000', '112159.771000', '112159.783000', '112159.785000', '112159.788000', '112159.791000', '112159.793000', '112159.796000', '112159.799000', '112159.802000', '112159.804000', '112159.807000', '112159.809000', '112159.812000', '112159.815000', '112159.817000', '112159.820000', '112159.836000', '112159.839000', '112159.841000', '112159.844000', '112159.847000', '112159.849000', '112159.852000', '112159.855000', '112159.857000', '112159.860000', '112159.863000', '112159.865000', '112159.868000', '112159.871000', '112159.873000', '112159.876000', '112159.879000', '112159.881000', '112159.884000', '112159.887000', '112219.750000', '112219.753000', '112219.755000', '112219.758000', '112219.761000', '112219.763000', '112219.766000', '112219.769000', '112219.771000', '112219.774000', '112219.777000', '112219.779000', '112219.782000', '112219.785000', '112219.790000', '112219.793000', '112219.796000', '112219.799000', '112219.802000', '112219.804000', '112219.807000', '112219.810000', '112219.812000', '112219.815000', '112219.818000', '112219.820000', '112219.823000', '112219.825000', '112219.828000', '112219.831000', '112219.834000', '112219.836000', '112219.839000', '112219.842000', '112219.844000', '112219.847000', '112219.850000', '112219.852000', '112219.855000', '112219.858000', '112219.860000', '112219.863000', '112219.866000', '112239.750000', '112239.753000', '112239.758000', '112239.761000', '112239.763000', '112239.766000', '112239.769000', '112239.772000', '112239.774000', '112239.777000', '112239.782000', '112239.785000', '112239.787000', '112239.790000', '112239.793000', '112239.795000', '112239.798000', '112239.800000', '112239.803000', '112239.806000', '112239.808000', '112239.811000', '112239.814000', '112239.817000', '112239.819000', '112239.822000', '112239.824000', '112239.827000', '112239.830000', '112239.832000', '112239.835000', '112239.838000', '112239.840000', '112239.843000', '112239.845000', '112239.848000', '112239.851000', '112239.854000', '112239.856000', '112239.863000', '112239.865000', '112239.868000', '112239.871000', '112259.750000', '112259.753000', '112259.755000', '112259.758000', '112259.761000', '112259.764000', '112259.766000', '112259.769000', '112259.772000', '112259.774000', '112259.777000', '112259.779000', '112259.782000', '112259.785000', '112259.788000', '112259.790000', '112259.793000', '112259.795000', '112259.798000', '112259.801000', '112259.803000', '112259.806000', '112259.809000', '112259.811000', '112259.814000', '112259.817000', '112259.820000', '112259.822000', '112259.825000', '112259.828000', '112259.830000', '112259.833000', '112259.836000', '112259.838000', '112259.841000', '112259.855000', '112259.858000', '112259.861000', '112259.863000', '112259.866000', '112259.868000', '112259.871000', '112259.874000', '112259.876000', '112319.749000', '112319.751000', '112319.754000', '112319.757000', '112319.760000', '112319.762000', '112319.765000', '112319.768000', '112319.771000', '112319.774000', '112319.777000', '112319.780000', '112319.783000', '112319.786000', '112319.788000', '112319.791000', '112319.793000', '112319.796000', '112319.799000', '112319.802000', '112319.804000', '112319.807000', '112319.810000', '112319.812000', '112319.815000', '112319.817000', '112319.820000', '112319.823000', '112319.825000', '112319.828000', '112319.831000', '112319.833000', '112319.836000', '112319.839000', '112319.842000', '112319.844000', '112319.847000', '112319.849000', '112319.852000', '112319.855000', '112319.857000', '112319.860000', '112319.863000', '112339.750000', '112339.752000', '112339.755000', '112339.758000', '112339.760000', '112339.763000', '112339.766000', '112339.768000', '112339.771000', '112339.774000', '112339.776000', '112339.779000', '112339.782000', '112339.784000', '112339.787000', '112339.790000', '112339.793000', '112339.795000', '112339.798000', '112339.801000', '112339.804000', '112339.806000', '112339.809000', '112339.812000', '112339.814000', '112339.817000', '112339.820000', '112339.822000', '112339.825000', '112339.828000', '112339.830000', '112339.833000', '112339.835000', '112339.838000', '112339.841000', '112339.844000', '112339.846000', '112339.849000', '112339.852000', '112339.854000', '112339.857000', '112339.859000', '112339.862000', '112339.865000', '112359.750000', '112359.753000', '112359.756000', '112359.759000', '112359.762000', '112359.765000', '112359.768000', '112359.771000', '112359.773000', '112359.776000', '112359.779000', '112359.781000', '112359.784000', '112359.787000', '112359.789000', '112359.792000', '112359.795000', '112359.797000', '112359.800000', '112359.803000', '112359.805000', '112359.808000', '112359.811000', '112359.813000', '112359.816000', '112359.818000', '112359.822000', '112359.825000', '112359.828000', '112359.830000', '112359.833000', '112359.835000', '112359.838000', '112359.841000', '112359.843000', '112359.846000', '112359.849000', '112359.851000', '112359.854000', '112359.857000', '112359.859000', '112359.862000', '112359.864000', '112419.750000', '112419.753000', '112419.755000', '112419.798000', '112419.801000', '112419.804000', '112419.806000', '112419.809000', '112419.812000', '112419.814000', '112419.817000', '112419.820000', '112419.822000', '112419.825000', '112419.828000', '112419.830000', '112419.833000', '112419.836000', '112419.838000', '112419.841000', '112419.844000', '112419.846000', '112419.849000', '112419.852000', '112419.854000', '112419.857000', '112419.859000', '112419.862000', '112419.865000', '112419.868000', '112419.870000', '112419.873000', '112419.876000', '112419.878000', '112419.881000', '112419.884000', '112419.886000', '112419.889000', '112419.891000', '112419.894000', '112419.897000', '112419.899000', '112419.902000', '112419.905000', '112439.750000', '112439.753000', '112439.756000', '112439.758000', '112439.761000', '112439.763000', '112439.766000', '112439.769000', '112439.771000', '112439.774000', '112439.776000', '112439.779000', '112439.782000', '112439.784000', '112439.787000', '112439.790000', '112439.792000', '112439.795000', '112439.798000', '112439.800000', '112439.803000', '112439.807000', '112439.810000', '112439.813000', '112439.816000', '112439.819000', '112439.822000', '112439.825000', '112439.827000', '112439.830000', '112439.833000', '112439.835000', '112439.838000', '112439.840000', '112439.843000', '112439.846000', '112439.848000', '112439.851000', '112439.854000', '112439.856000', '112439.859000', '112439.861000', '112439.864000', '112459.750000', '112459.753000', '112459.755000', '112459.758000', '112459.760000', '112459.763000', '112459.766000', '112459.768000', '112459.771000', '112459.773000', '112459.776000', '112459.779000', '112459.781000', '112459.784000', '112459.786000', '112459.789000', '112459.792000', '112459.794000', '112459.798000', '112459.800000', '112459.803000', '112459.806000', '112459.808000', '112459.811000', '112459.814000', '112459.816000', '112459.819000', '112459.822000', '112459.824000', '112459.827000', '112459.830000', '112459.832000', '112459.835000', '112459.837000', '112459.840000', '112459.843000', '112459.845000', '112459.848000', '112459.851000', '112459.853000', '112459.856000', '112459.859000', '112459.861000', '112459.864000', '112519.750000', '112519.753000', '112519.755000', '112519.758000', '112519.760000', '112519.763000', '112519.766000', '112519.768000', '112519.771000', '112519.773000', '112519.776000', '112519.779000', '112519.787000', '112519.790000', '112519.793000', '112519.795000', '112519.798000', '112519.801000', '112519.803000', '112519.806000', '112519.815000', '112519.817000', '112519.820000', '112519.823000', '112519.826000', '112519.828000', '112519.831000', '112519.833000', '112519.836000', '112519.854000', '112519.857000', '112519.860000', '112519.864000', '112519.867000', '112519.870000', '112519.872000', '112519.875000', '112519.878000', '112519.880000', '112519.883000', '112519.885000', '112519.888000', '112519.891000', '112539.749000', '112539.752000', '112539.755000', '112539.757000', '112539.760000', '112539.763000', '112539.766000', '112539.768000', '112539.771000', '112539.774000', '112539.776000', '112539.779000', '112539.781000', '112539.784000', '112539.787000', '112539.790000', '112539.792000', '112539.795000', '112539.798000', '112539.800000', '112539.803000', '112539.806000', '112539.808000', '112539.811000', '112539.814000', '112539.817000', '112539.820000', '112539.823000', '112539.826000', '112539.829000', '112539.832000', '112539.834000', '112539.837000', '112539.840000', '112539.842000', '112539.845000', '112539.848000', '112539.850000', '112539.853000', '112539.856000', '112539.859000', '112539.861000', '112539.865000', '112539.868000', '112545.111000', '112545.114000', '112545.117000', '112545.120000', '112545.123000', '112545.126000', '112545.128000', '112545.131000', '112545.134000', '112545.136000', '112545.139000', '112545.142000'], 'InstanceCreationTime': ['111139.774000', '111139.777000', '111139.780000', '111139.787000', '111139.790000', '111139.795000', '111139.798000', '111139.801000', '111139.803000', '111139.806000', '111139.808000', '111139.811000', '111139.814000', '111139.816000', '111139.819000', '111139.821000', '111139.824000', '111139.826000', '111139.829000', '111139.832000', '111139.834000', '111159.749000', '111159.752000', '111159.755000', '111159.758000', '111159.760000', '111159.763000', '111159.779000', '111159.782000', '111159.785000', '111159.787000', '111159.790000', '111159.793000', '111159.795000', '111159.798000', '111159.800000', '111159.803000', '111159.806000', '111159.808000', '111159.811000', '111159.814000', '111159.816000', '111159.825000', '111159.828000', '111159.830000', '111159.833000', '111159.835000', '111159.838000', '111159.841000', '111159.843000', '111159.846000', '111159.848000', '111159.851000', '111159.854000', '111159.856000', '111159.859000', '111159.861000', '111159.864000', '111159.867000', '111159.879000', '111159.882000', '111159.884000', '111159.887000', '111159.890000', '111219.749000', '111219.752000', '111219.755000', '111219.757000', '111219.760000', '111219.763000', '111219.766000', '111219.768000', '111219.771000', '111219.773000', '111219.776000', '111219.779000', '111219.781000', '111219.784000', '111219.787000', '111219.789000', '111219.792000', '111219.795000', '111219.797000', '111219.800000', '111219.803000', '111219.805000', '111219.808000', '111219.810000', '111219.813000', '111219.815000', '111219.818000', '111219.821000', '111219.823000', '111219.826000', '111219.828000', '111219.831000', '111219.834000', '111219.836000', '111219.839000', '111219.842000', '111219.844000', '111219.847000', '111219.849000', '111219.852000', '111219.855000', '111219.857000', '111219.860000', '111219.863000', '111239.750000', '111239.752000', '111239.755000', '111239.758000', '111239.760000', '111239.763000', '111239.766000', '111239.768000', '111239.771000', '111239.773000', '111239.776000', '111239.779000', '111239.781000', '111239.784000', '111239.786000', '111239.789000', '111239.792000', '111239.794000', '111239.797000', '111239.800000', '111239.802000', '111239.805000', '111239.808000', '111239.810000', '111239.813000', '111239.815000', '111239.818000', '111239.821000', '111239.823000', '111239.826000', '111239.828000', '111239.831000', '111239.834000', '111239.836000', '111239.839000', '111239.841000', '111239.844000', '111239.847000', '111239.849000', '111239.852000', '111239.855000', '111239.857000', '111239.860000', '111259.749000', '111259.752000', '111259.755000', '111259.757000', '111259.760000', '111259.763000', '111259.765000', '111259.768000', '111259.771000', '111259.773000', '111259.776000', '111259.779000', '111259.781000', '111259.784000', '111259.786000', '111259.789000', '111259.792000', '111259.794000', '111259.797000', '111259.800000', '111259.802000', '111259.805000', '111259.807000', '111259.814000', '111259.816000', '111259.819000', '111259.821000', '111259.824000', '111259.827000', '111259.829000', '111259.832000', '111259.834000', '111259.837000', '111259.840000', '111259.842000', '111259.845000', '111259.847000', '111259.850000', '111259.853000', '111259.855000', '111259.858000', '111259.860000', '111259.863000', '111259.866000', '111319.750000', '111319.753000', '111319.755000', '111319.758000', '111319.760000', '111319.763000', '111319.766000', '111319.769000', '111319.771000', '111319.774000', '111319.777000', '111319.779000', '111319.782000', '111319.784000', '111319.787000', '111319.790000', '111319.792000', '111319.795000', '111319.797000', '111319.800000', '111319.803000', '111319.806000', '111319.808000', '111319.811000', '111319.813000', '111319.816000', '111319.819000', '111319.821000', '111319.824000', '111319.827000', '111319.829000', '111319.832000', '111319.835000', '111319.838000', '111319.840000', '111319.843000', '111319.845000', '111319.848000', '111319.851000', '111319.853000', '111319.856000', '111319.858000', '111319.861000', '111339.749000', '111339.752000', '111339.766000', '111339.769000', '111339.771000', '111339.774000', '111339.777000', '111339.779000', '111339.782000', '111339.784000', '111339.787000', '111339.790000', '111339.799000', '111339.802000', '111339.805000', '111339.807000', '111339.810000', '111339.813000', '111339.815000', '111339.818000', '111339.820000', '111339.823000', '111339.826000', '111339.828000', '111339.831000', '111339.833000', '111339.836000', '111339.839000', '111339.842000', '111339.844000', '111339.847000', '111339.850000', '111339.852000', '111339.855000', '111339.858000', '111339.860000', '111339.863000', '111339.865000', '111339.868000', '111339.871000', '111339.873000', '111339.876000', '111339.879000', '111339.881000', '111359.748000', '111359.751000', '111359.754000', '111359.756000', '111359.759000', '111359.762000', '111359.765000', '111359.767000', '111359.770000', '111359.773000', '111359.775000', '111359.778000', '111359.780000', '111359.783000', '111359.786000', '111359.788000', '111359.791000', '111359.794000', '111359.796000', '111359.799000', '111359.802000', '111359.804000', '111359.807000', '111359.809000', '111359.812000', '111359.815000', '111359.817000', '111359.820000', '111359.822000', '111359.825000', '111359.828000', '111359.830000', '111359.833000', '111359.836000', '111359.838000', '111359.841000', '111359.844000', '111359.846000', '111359.849000', '111359.851000', '111359.854000', '111359.857000', '111359.859000', '111419.750000', '111419.753000', '111419.755000', '111419.758000', '111419.760000', '111419.763000', '111419.766000', '111419.768000', '111419.771000', '111419.774000', '111419.776000', '111419.779000', '111419.782000', '111419.784000', '111419.787000', '111419.790000', '111419.792000', '111419.795000', '111419.798000', '111419.800000', '111419.803000', '111419.806000', '111419.808000', '111419.811000', '111419.813000', '111419.816000', '111419.819000', '111419.821000', '111419.824000', '111419.827000', '111419.830000', '111419.832000', '111419.835000', '111419.837000', '111419.840000', '111419.843000', '111419.845000', '111419.848000', '111419.850000', '111419.853000', '111419.856000', '111419.858000', '111419.861000', '111419.864000', '111439.750000', '111439.753000', '111439.755000', '111439.758000', '111439.761000', '111439.764000', '111439.766000', '111439.769000', '111439.772000', '111439.774000', '111439.777000', '111439.780000', '111439.782000', '111439.785000', '111439.787000', '111439.790000', '111439.793000', '111439.795000', '111439.798000', '111439.801000', '111439.803000', '111439.806000', '111439.809000', '111439.812000', '111439.814000', '111439.817000', '111439.820000', '111439.822000', '111439.825000', '111439.828000', '111439.830000', '111439.833000', '111439.835000', '111439.838000', '111439.841000', '111439.844000', '111439.846000', '111439.849000', '111439.852000', '111439.854000', '111439.857000', '111439.860000', '111439.862000', '111459.750000', '111459.752000', '111459.755000', '111459.758000', '111459.766000', '111459.768000', '111459.771000', '111459.774000', '111459.776000', '111459.779000', '111459.781000', '111459.784000', '111459.787000', '111459.789000', '111459.792000', '111459.796000', '111459.799000', '111459.802000', '111459.804000', '111459.807000', '111459.810000', '111459.812000', '111459.815000', '111459.818000', '111459.820000', '111459.823000', '111459.825000', '111459.828000', '111459.831000', '111459.834000', '111459.836000', '111459.839000', '111459.842000', '111459.844000', '111459.847000', '111459.850000', '111459.853000', '111459.856000', '111459.858000', '111459.861000', '111459.864000', '111459.879000', '111459.881000', '111459.884000', '111519.750000', '111519.752000', '111519.755000', '111519.758000', '111519.761000', '111519.763000', '111519.766000', '111519.769000', '111519.771000', '111519.774000', '111519.776000', '111519.779000', '111519.782000', '111519.784000', '111519.787000', '111519.790000', '111519.792000', '111519.795000', '111519.798000', '111519.800000', '111519.803000', '111519.805000', '111519.808000', '111519.811000', '111519.813000', '111519.816000', '111519.819000', '111519.821000', '111519.824000', '111519.826000', '111519.829000', '111519.832000', '111519.834000', '111519.837000', '111519.840000', '111519.842000', '111519.845000', '111519.848000', '111519.850000', '111519.853000', '111519.856000', '111519.859000', '111519.861000', '111539.750000', '111539.753000', '111539.756000', '111539.760000', '111539.763000', '111539.766000', '111539.768000', '111539.771000', '111539.774000', '111539.776000', '111539.779000', '111539.782000', '111539.784000', '111539.787000', '111539.789000', '111539.792000', '111539.795000', '111539.797000', '111539.800000', '111539.803000', '111539.805000', '111539.808000', '111539.811000', '111539.821000', '111539.824000', '111539.827000', '111539.829000', '111539.832000', '111539.835000', '111539.837000', '111539.840000', '111539.843000', '111539.845000', '111539.848000', '111539.850000', '111539.853000', '111539.856000', '111539.858000', '111539.861000', '111539.864000', '111539.866000', '111539.869000', '111539.871000', '111559.749000', '111559.752000', '111559.755000', '111559.758000', '111559.761000', '111559.763000', '111559.766000', '111559.769000', '111559.771000', '111559.774000', '111559.777000', '111559.779000', '111559.782000', '111559.785000', '111559.787000', '111559.790000', '111559.792000', '111559.795000', '111559.798000', '111559.800000', '111559.803000', '111559.806000', '111559.808000', '111559.811000', '111559.813000', '111559.816000', '111559.819000', '111559.821000', '111559.824000', '111559.826000', '111559.829000', '111559.832000', '111559.834000', '111559.842000', '111559.845000', '111559.847000', '111559.850000', '111559.853000', '111559.855000', '111559.858000', '111559.861000', '111559.864000', '111559.866000', '111559.869000', '111619.749000', '111619.751000', '111619.754000', '111619.757000', '111619.760000', '111619.762000', '111619.765000', '111619.768000', '111619.770000', '111619.773000', '111619.776000', '111619.778000', '111619.781000', '111619.784000', '111619.786000', '111619.789000', '111619.791000', '111619.795000', '111619.798000', '111619.801000', '111619.804000', '111619.808000', '111619.810000', '111619.813000', '111619.816000', '111619.818000', '111619.821000', '111619.824000', '111619.827000', '111619.830000', '111619.833000', '111619.835000', '111619.838000', '111619.841000', '111619.843000', '111619.846000', '111619.849000', '111619.851000', '111619.854000', '111619.856000', '111619.859000', '111619.862000', '111619.864000', '111639.750000', '111639.752000', '111639.755000', '111639.758000', '111639.761000', '111639.763000', '111639.766000', '111639.768000', '111639.771000', '111639.786000', '111639.789000', '111639.792000', '111639.794000', '111639.797000', '111639.800000', '111639.802000', '111639.805000', '111639.808000', '111639.810000', '111639.813000', '111639.816000', '111639.819000', '111639.822000', '111639.825000', '111639.827000', '111639.830000', '111639.832000', '111639.835000', '111639.838000', '111639.840000', '111639.843000', '111639.846000', '111639.848000', '111639.851000', '111639.854000', '111639.857000', '111639.859000', '111639.862000', '111639.865000', '111639.867000', '111639.870000', '111639.873000', '111639.875000', '111639.878000', '111659.749000', '111659.753000', '111659.755000', '111659.758000', '111659.761000', '111659.763000', '111659.766000', '111659.768000', '111659.771000', '111659.774000', '111659.776000', '111659.779000', '111659.782000', '111659.784000', '111659.787000', '111659.789000', '111659.792000', '111659.795000', '111659.797000', '111659.800000', '111659.803000', '111659.805000', '111659.810000', '111659.812000', '111659.815000', '111659.818000', '111659.821000', '111659.823000', '111659.826000', '111659.828000', '111659.831000', '111659.834000', '111659.836000', '111659.839000', '111659.843000', '111659.846000', '111659.849000', '111659.851000', '111659.854000', '111659.857000', '111659.860000', '111659.862000', '111659.865000', '111719.749000', '111719.752000', '111719.756000', '111719.758000', '111719.761000', '111719.764000', '111719.766000', '111719.769000', '111719.772000', '111719.774000', '111719.777000', '111719.780000', '111719.782000', '111719.785000', '111719.788000', '111719.790000', '111719.793000', '111719.795000', '111719.798000', '111719.801000', '111719.804000', '111719.806000', '111719.809000', '111719.818000', '111719.821000', '111719.823000', '111719.826000', '111719.829000', '111719.832000', '111719.834000', '111719.837000', '111719.839000', '111719.842000', '111719.845000', '111719.848000', '111719.850000', '111719.853000', '111719.856000', '111719.858000', '111719.861000', '111719.863000', '111719.866000', '111719.869000', '111719.872000', '111739.749000', '111739.752000', '111739.755000', '111739.758000', '111739.761000', '111739.763000', '111739.766000', '111739.769000', '111739.771000', '111739.774000', '111739.777000', '111739.779000', '111739.782000', '111739.785000', '111739.787000', '111739.790000', '111739.793000', '111739.796000', '111739.799000', '111739.802000', '111739.805000', '111739.808000', '111739.810000', '111739.813000', '111739.816000', '111739.818000', '111739.821000', '111739.824000', '111739.826000', '111739.829000', '111739.832000', '111739.834000', '111739.837000', '111739.840000', '111739.842000', '111739.845000', '111739.848000', '111739.850000', '111739.853000', '111739.855000', '111739.858000', '111739.861000', '111739.865000', '111759.750000', '111759.753000', '111759.756000', '111759.758000', '111759.761000', '111759.764000', '111759.766000', '111759.769000', '111759.771000', '111759.774000', '111759.777000', '111759.779000', '111759.782000', '111759.785000', '111759.787000', '111759.790000', '111759.792000', '111759.795000', '111759.798000', '111759.811000', '111759.814000', '111759.817000', '111759.819000', '111759.822000', '111759.825000', '111759.827000', '111759.830000', '111759.833000', '111759.835000', '111759.838000', '111759.841000', '111759.843000', '111759.846000', '111759.849000', '111759.851000', '111759.854000', '111759.857000', '111759.859000', '111759.862000', '111759.865000', '111759.867000', '111759.870000', '111759.873000', '111759.875000', '111819.750000', '111819.752000', '111819.755000', '111819.758000', '111819.760000', '111819.763000', '111819.766000', '111819.768000', '111819.771000', '111819.774000', '111819.776000', '111819.779000', '111819.781000', '111819.784000', '111819.787000', '111819.789000', '111819.792000', '111819.794000', '111819.797000', '111819.800000', '111819.803000', '111819.805000', '111819.808000', '111819.811000', '111819.814000', '111819.817000', '111819.820000', '111819.823000', '111819.826000', '111819.828000', '111819.831000', '111819.834000', '111819.836000', '111819.839000', '111819.842000', '111819.844000', '111819.847000', '111819.850000', '111819.852000', '111819.855000', '111819.858000', '111819.860000', '111819.863000', '111839.748000', '111839.751000', '111839.754000', '111839.757000', '111839.760000', '111839.762000', '111839.765000', '111839.768000', '111839.771000', '111839.773000', '111839.776000', '111839.778000', '111839.781000', '111839.784000', '111839.786000', '111839.789000', '111839.791000', '111839.794000', '111839.797000', '111839.799000', '111839.802000', '111839.805000', '111839.807000', '111839.810000', '111839.813000', '111839.815000', '111839.818000', '111839.820000', '111839.823000', '111839.826000', '111839.828000', '111839.831000', '111839.834000', '111839.836000', '111839.839000', '111839.841000', '111839.844000', '111839.847000', '111839.849000', '111839.852000', '111839.855000', '111839.857000', '111839.860000', '111839.863000', '111859.750000', '111859.752000', '111859.755000', '111859.758000', '111859.761000', '111859.763000', '111859.766000', '111859.769000', '111859.771000', '111859.774000', '111859.777000', '111859.779000', '111859.782000', '111859.785000', '111859.787000', '111859.790000', '111859.793000', '111859.795000', '111859.798000', '111859.801000', '111859.803000', '111859.806000', '111859.809000', '111859.811000', '111859.814000', '111859.817000', '111859.819000', '111859.822000', '111859.825000', '111859.827000', '111859.830000', '111859.833000', '111859.836000', '111859.839000', '111859.842000', '111859.845000', '111859.848000', '111859.851000', '111859.853000', '111859.856000', '111859.859000', '111859.861000', '111859.864000', '111919.749000', '111919.752000', '111919.755000', '111919.758000', '111919.761000', '111919.763000', '111919.766000', '111919.769000', '111919.772000', '111919.774000', '111919.777000', '111919.780000', '111919.782000', '111919.785000', '111919.787000', '111919.790000', '111919.793000', '111919.795000', '111919.798000', '111919.801000', '111919.803000', '111919.806000', '111919.809000', '111919.811000', '111919.814000', '111919.816000', '111919.819000', '111919.822000', '111919.824000', '111919.827000', '111919.838000', '111919.841000', '111919.844000', '111919.846000', '111919.849000', '111919.851000', '111919.854000', '111919.857000', '111919.859000', '111919.862000', '111919.865000', '111919.867000', '111919.870000', '111919.873000', '111939.750000', '111939.753000', '111939.755000', '111939.758000', '111939.761000', '111939.764000', '111939.766000', '111939.769000', '111939.771000', '111939.774000', '111939.777000', '111939.779000', '111939.782000', '111939.785000', '111939.787000', '111939.790000', '111939.793000', '111939.795000', '111939.798000', '111939.801000', '111939.803000', '111939.806000', '111939.809000', '111939.811000', '111939.814000', '111939.817000', '111939.819000', '111939.822000', '111939.825000', '111939.827000', '111939.830000', '111939.833000', '111939.835000', '111939.838000', '111939.840000', '111939.843000', '111939.846000', '111939.848000', '111939.851000', '111939.854000', '111939.856000', '111939.859000', '111939.862000', '111959.750000', '111959.752000', '111959.755000', '111959.758000', '111959.761000', '111959.764000', '111959.767000', '111959.769000', '111959.772000', '111959.775000', '111959.777000', '111959.780000', '111959.783000', '111959.785000', '111959.788000', '111959.791000', '111959.793000', '111959.796000', '111959.799000', '111959.801000', '111959.804000', '111959.807000', '111959.809000', '111959.812000', '111959.815000', '111959.817000', '111959.820000', '111959.823000', '111959.825000', '111959.828000', '111959.831000', '111959.833000', '111959.836000', '111959.838000', '111959.841000', '111959.844000', '111959.846000', '111959.849000', '111959.852000', '111959.854000', '111959.857000', '111959.860000', '111959.862000', '111959.865000', '112019.750000', '112019.753000', '112019.755000', '112019.758000', '112019.761000', '112019.764000', '112019.766000', '112019.769000', '112019.771000', '112019.774000', '112019.777000', '112019.779000', '112019.782000', '112019.785000', '112019.787000', '112019.790000', '112019.793000', '112019.796000', '112019.798000', '112019.801000', '112019.804000', '112019.806000', '112019.809000', '112019.811000', '112019.814000', '112019.817000', '112019.819000', '112019.822000', '112019.825000', '112019.827000', '112019.830000', '112019.832000', '112019.835000', '112019.838000', '112019.840000', '112019.843000', '112019.845000', '112019.848000', '112019.851000', '112019.853000', '112019.856000', '112019.859000', '112019.861000', '112039.750000', '112039.753000', '112039.755000', '112039.758000', '112039.761000', '112039.764000', '112039.766000', '112039.769000', '112039.771000', '112039.774000', '112039.777000', '112039.779000', '112039.782000', '112039.785000', '112039.787000', '112039.790000', '112039.793000', '112039.803000', '112039.805000', '112039.808000', '112039.810000', '112039.813000', '112039.816000', '112039.818000', '112039.821000', '112039.824000', '112039.826000', '112039.838000', '112039.840000', '112039.843000', '112039.846000', '112039.848000', '112039.851000', '112039.854000', '112039.857000', '112039.859000', '112039.862000', '112039.865000', '112039.867000', '112039.870000', '112039.872000', '112039.875000', '112039.878000', '112039.881000', '112059.749000', '112059.751000', '112059.754000', '112059.757000', '112059.759000', '112059.762000', '112059.765000', '112059.767000', '112059.770000', '112059.772000', '112059.775000', '112059.778000', '112059.780000', '112059.783000', '112059.786000', '112059.789000', '112059.792000', '112059.794000', '112059.797000', '112059.800000', '112059.802000', '112059.805000', '112059.808000', '112059.810000', '112059.813000', '112059.816000', '112059.818000', '112059.821000', '112059.824000', '112059.826000', '112059.829000', '112059.832000', '112059.834000', '112059.837000', '112059.840000', '112059.842000', '112059.845000', '112059.848000', '112059.850000', '112059.853000', '112059.856000', '112059.858000', '112059.861000', '112119.750000', '112119.752000', '112119.755000', '112119.758000', '112119.760000', '112119.763000', '112119.766000', '112119.768000', '112119.771000', '112119.774000', '112119.776000', '112119.779000', '112119.782000', '112119.785000', '112119.787000', '112119.790000', '112119.793000', '112119.796000', '112119.798000', '112119.801000', '112119.804000', '112119.807000', '112119.809000', '112119.812000', '112119.815000', '112119.817000', '112119.820000', '112119.823000', '112119.826000', '112119.828000', '112119.831000', '112119.834000', '112119.836000', '112119.839000', '112119.842000', '112119.844000', '112119.847000', '112119.850000', '112119.852000', '112119.855000', '112119.858000', '112119.861000', '112119.863000', '112119.866000', '112139.750000', '112139.753000', '112139.755000', '112139.758000', '112139.761000', '112139.764000', '112139.767000', '112139.769000', '112139.772000', '112139.775000', '112139.777000', '112139.780000', '112139.783000', '112139.785000', '112139.788000', '112139.791000', '112139.793000', '112139.796000', '112139.799000', '112139.801000', '112139.804000', '112139.806000', '112139.809000', '112139.812000', '112139.815000', '112139.817000', '112139.820000', '112139.822000', '112139.825000', '112139.828000', '112139.830000', '112139.833000', '112139.836000', '112139.838000', '112139.841000', '112139.844000', '112139.846000', '112139.849000', '112139.852000', '112139.854000', '112139.857000', '112139.859000', '112139.862000', '112159.750000', '112159.752000', '112159.755000', '112159.758000', '112159.760000', '112159.763000', '112159.766000', '112159.768000', '112159.771000', '112159.783000', '112159.785000', '112159.788000', '112159.791000', '112159.793000', '112159.796000', '112159.799000', '112159.802000', '112159.804000', '112159.807000', '112159.809000', '112159.812000', '112159.815000', '112159.817000', '112159.820000', '112159.836000', '112159.839000', '112159.841000', '112159.844000', '112159.847000', '112159.849000', '112159.852000', '112159.855000', '112159.857000', '112159.860000', '112159.863000', '112159.865000', '112159.868000', '112159.871000', '112159.873000', '112159.876000', '112159.879000', '112159.881000', '112159.884000', '112159.887000', '112219.750000', '112219.753000', '112219.755000', '112219.758000', '112219.761000', '112219.763000', '112219.766000', '112219.769000', '112219.771000', '112219.774000', '112219.777000', '112219.779000', '112219.782000', '112219.785000', '112219.790000', '112219.793000', '112219.796000', '112219.799000', '112219.802000', '112219.804000', '112219.807000', '112219.810000', '112219.812000', '112219.815000', '112219.818000', '112219.820000', '112219.823000', '112219.825000', '112219.828000', '112219.831000', '112219.834000', '112219.836000', '112219.839000', '112219.842000', '112219.844000', '112219.847000', '112219.850000', '112219.852000', '112219.855000', '112219.858000', '112219.860000', '112219.863000', '112219.866000', '112239.750000', '112239.753000', '112239.758000', '112239.761000', '112239.763000', '112239.766000', '112239.769000', '112239.772000', '112239.774000', '112239.777000', '112239.782000', '112239.785000', '112239.787000', '112239.790000', '112239.793000', '112239.795000', '112239.798000', '112239.800000', '112239.803000', '112239.806000', '112239.808000', '112239.811000', '112239.814000', '112239.817000', '112239.819000', '112239.822000', '112239.824000', '112239.827000', '112239.830000', '112239.832000', '112239.835000', '112239.838000', '112239.840000', '112239.843000', '112239.845000', '112239.848000', '112239.851000', '112239.854000', '112239.856000', '112239.863000', '112239.865000', '112239.868000', '112239.871000', '112259.750000', '112259.753000', '112259.755000', '112259.758000', '112259.761000', '112259.764000', '112259.766000', '112259.769000', '112259.772000', '112259.774000', '112259.777000', '112259.779000', '112259.782000', '112259.785000', '112259.788000', '112259.790000', '112259.793000', '112259.795000', '112259.798000', '112259.801000', '112259.803000', '112259.806000', '112259.809000', '112259.811000', '112259.814000', '112259.817000', '112259.820000', '112259.822000', '112259.825000', '112259.828000', '112259.830000', '112259.833000', '112259.836000', '112259.838000', '112259.841000', '112259.855000', '112259.858000', '112259.861000', '112259.863000', '112259.866000', '112259.868000', '112259.871000', '112259.874000', '112259.876000', '112319.749000', '112319.751000', '112319.754000', '112319.757000', '112319.760000', '112319.762000', '112319.765000', '112319.768000', '112319.771000', '112319.774000', '112319.777000', '112319.780000', '112319.783000', '112319.786000', '112319.788000', '112319.791000', '112319.793000', '112319.796000', '112319.799000', '112319.802000', '112319.804000', '112319.807000', '112319.810000', '112319.812000', '112319.815000', '112319.817000', '112319.820000', '112319.823000', '112319.825000', '112319.828000', '112319.831000', '112319.833000', '112319.836000', '112319.839000', '112319.842000', '112319.844000', '112319.847000', '112319.849000', '112319.852000', '112319.855000', '112319.857000', '112319.860000', '112319.863000', '112339.750000', '112339.752000', '112339.755000', '112339.758000', '112339.760000', '112339.763000', '112339.766000', '112339.768000', '112339.771000', '112339.774000', '112339.776000', '112339.779000', '112339.782000', '112339.784000', '112339.787000', '112339.790000', '112339.793000', '112339.795000', '112339.798000', '112339.801000', '112339.804000', '112339.806000', '112339.809000', '112339.812000', '112339.814000', '112339.817000', '112339.820000', '112339.822000', '112339.825000', '112339.828000', '112339.830000', '112339.833000', '112339.835000', '112339.838000', '112339.841000', '112339.844000', '112339.846000', '112339.849000', '112339.852000', '112339.854000', '112339.857000', '112339.859000', '112339.862000', '112339.865000', '112359.750000', '112359.753000', '112359.756000', '112359.759000', '112359.762000', '112359.765000', '112359.768000', '112359.771000', '112359.773000', '112359.776000', '112359.779000', '112359.781000', '112359.784000', '112359.787000', '112359.789000', '112359.792000', '112359.795000', '112359.797000', '112359.800000', '112359.803000', '112359.805000', '112359.808000', '112359.811000', '112359.813000', '112359.816000', '112359.818000', '112359.822000', '112359.825000', '112359.828000', '112359.830000', '112359.833000', '112359.835000', '112359.838000', '112359.841000', '112359.843000', '112359.846000', '112359.849000', '112359.851000', '112359.854000', '112359.857000', '112359.859000', '112359.862000', '112359.864000', '112419.750000', '112419.753000', '112419.755000', '112419.798000', '112419.801000', '112419.804000', '112419.806000', '112419.809000', '112419.812000', '112419.814000', '112419.817000', '112419.820000', '112419.822000', '112419.825000', '112419.828000', '112419.830000', '112419.833000', '112419.836000', '112419.838000', '112419.841000', '112419.844000', '112419.846000', '112419.849000', '112419.852000', '112419.854000', '112419.857000', '112419.859000', '112419.862000', '112419.865000', '112419.868000', '112419.870000', '112419.873000', '112419.876000', '112419.878000', '112419.881000', '112419.884000', '112419.886000', '112419.889000', '112419.891000', '112419.894000', '112419.897000', '112419.899000', '112419.902000', '112419.905000', '112439.750000', '112439.753000', '112439.756000', '112439.758000', '112439.761000', '112439.763000', '112439.766000', '112439.769000', '112439.771000', '112439.774000', '112439.776000', '112439.779000', '112439.782000', '112439.784000', '112439.787000', '112439.790000', '112439.792000', '112439.795000', '112439.798000', '112439.800000', '112439.803000', '112439.807000', '112439.810000', '112439.813000', '112439.816000', '112439.819000', '112439.822000', '112439.825000', '112439.827000', '112439.830000', '112439.833000', '112439.835000', '112439.838000', '112439.840000', '112439.843000', '112439.846000', '112439.848000', '112439.851000', '112439.854000', '112439.856000', '112439.859000', '112439.861000', '112439.864000', '112459.750000', '112459.753000', '112459.755000', '112459.758000', '112459.760000', '112459.763000', '112459.766000', '112459.768000', '112459.771000', '112459.773000', '112459.776000', '112459.779000', '112459.781000', '112459.784000', '112459.786000', '112459.789000', '112459.792000', '112459.794000', '112459.798000', '112459.800000', '112459.803000', '112459.806000', '112459.808000', '112459.811000', '112459.814000', '112459.816000', '112459.819000', '112459.822000', '112459.824000', '112459.827000', '112459.830000', '112459.832000', '112459.835000', '112459.837000', '112459.840000', '112459.843000', '112459.845000', '112459.848000', '112459.851000', '112459.853000', '112459.856000', '112459.859000', '112459.861000', '112459.864000', '112519.750000', '112519.753000', '112519.755000', '112519.758000', '112519.760000', '112519.763000', '112519.766000', '112519.768000', '112519.771000', '112519.773000', '112519.776000', '112519.779000', '112519.787000', '112519.790000', '112519.793000', '112519.795000', '112519.798000', '112519.801000', '112519.803000', '112519.806000', '112519.815000', '112519.817000', '112519.820000', '112519.823000', '112519.826000', '112519.828000', '112519.831000', '112519.833000', '112519.836000', '112519.854000', '112519.857000', '112519.860000', '112519.864000', '112519.867000', '112519.870000', '112519.872000', '112519.875000', '112519.878000', '112519.880000', '112519.883000', '112519.885000', '112519.888000', '112519.891000', '112539.749000', '112539.752000', '112539.755000', '112539.757000', '112539.760000', '112539.763000', '112539.766000', '112539.768000', '112539.771000', '112539.774000', '112539.776000', '112539.779000', '112539.781000', '112539.784000', '112539.787000', '112539.790000', '112539.792000', '112539.795000', '112539.798000', '112539.800000', '112539.803000', '112539.806000', '112539.808000', '112539.811000', '112539.814000', '112539.817000', '112539.820000', '112539.823000', '112539.826000', '112539.829000', '112539.832000', '112539.834000', '112539.837000', '112539.840000', '112539.842000', '112539.845000', '112539.848000', '112539.850000', '112539.853000', '112539.856000', '112539.859000', '112539.861000', '112539.865000', '112539.868000', '112545.111000', '112545.114000', '112545.117000', '112545.120000', '112545.123000', '112545.126000', '112545.128000', '112545.131000', '112545.134000', '112545.136000', '112545.139000', '112545.142000'], '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': [9324, 8978, 8483, 8794, 8367, 8239, 8170, 8248, 8077, 8572, 8240, 8421, 8247, 8637, 8396, 8709, 8461, 8165, 8404, 8288, 8584, 8194, 8011, 8323, 8112, 8429, 8638, 8378, 8297, 8037, 8145, 8165, 8087, 8162, 8470, 8328, 8145, 8617, 8379, 8313, 8239, 8197, 8233, 8124, 8464, 8219, 8500, 8383, 8187, 8180, 8712, 8403, 8231, 8399, 8167, 8414, 8120, 8213, 8161, 8246, 8174, 8396, 8110, 8364, 8393, 8301, 8431, 8222, 8355, 8008, 8116, 8374, 8273, 8378, 8502, 7986, 8081, 8342, 8116, 8168, 8393, 7997, 8293, 8232, 8124, 8200, 8014, 8272, 8229, 8156, 8175, 8050, 8162, 8296, 8078, 8176, 8088, 7858, 8003, 8067, 8259, 7853, 8147, 8138, 8187, 8029, 8028, 8000, 7854, 8360, 7756, 8384, 8026, 8225, 7838, 8267, 8030, 8410, 8177, 8033, 8008, 8396, 7980, 8045, 7895, 8006, 7911, 7905, 7942, 7978, 8068, 8005, 8072, 7824, 8433, 7967, 8422, 7888, 7959, 7953, 7947, 7853, 8124, 8343, 7930, 8274, 7812, 8437, 7967, 8108, 8152, 8480, 7869, 8535, 8056, 8059, 7855, 7848, 7927, 8010, 8382, 7928, 8311, 7894, 8457, 7981, 7990, 8050, 7949, 8009, 7866, 8221, 7856, 8251, 7905, 8157, 7811, 8353, 7910, 8195, 8008, 8466, 7948, 8370, 7905, 8201, 7928, 8140, 7773, 8375, 8022, 7969, 7915, 7838, 7859, 7839, 7907, 7949, 7907, 8028, 8199, 7893, 8274, 7836, 7974, 7982, 8146, 7960, 7916, 7962, 8101, 7934, 7999, 8472, 7897, 8127, 7942, 8027, 8031, 8423, 7938, 8181, 7824, 8054, 7923, 7890, 8188, 7969, 8207, 7910, 7793, 8045, 7871, 7932, 7837, 7985, 7924, 8144, 8003, 7923, 8015, 7904, 8059, 7907, 8203, 8032, 8148, 7979, 8046, 8020, 8155, 8087, 8235, 7746, 8091, 7986, 8139, 8030, 8249, 7984, 8132, 8114, 8012, 8092, 7862, 8068, 7947, 8065, 7998, 8120, 8120, 8053, 8396, 7867, 8021, 8018, 8089, 8015, 8265, 8058, 8536, 7888, 8424, 8118, 8266, 7906, 8317, 8137, 8120, 8413, 8298, 8320, 8082, 8005, 7961, 8101, 8153, 7761, 8316, 7844, 8492, 7951, 8020, 8044, 8019, 8200, 8064, 8588, 8038, 8281, 7901, 8296, 7984, 8112, 8107, 8101, 8021, 8184, 8098, 8113, 8150, 7900, 8426, 7802, 8569, 7964, 8074, 7972, 8163, 7838, 8232, 8024, 7880, 8010, 8141, 8007, 8263, 7941, 8014, 8266, 8188, 8266, 8371, 8263, 7973, 7984, 8120, 8014, 8260, 8447, 8331, 8485, 8463, 8119, 8470, 8386, 8148, 8343, 8019, 8153, 8019, 7905, 8100, 8085, 8121, 7869, 7971, 8073, 8052, 8008, 8000, 7839, 8054, 7886, 8010, 7965, 7902, 7944, 7992, 8168, 8316, 8436, 8123, 8036, 8111, 8180, 7997, 8580, 8032, 8094, 8296, 7935, 8288, 8247, 8343, 8388, 8508, 8348, 8389, 8424, 8039, 8450, 8308, 8331, 8158, 8213, 8397, 7942, 8682, 7989, 8383, 8087, 8245, 8205, 8083, 8472, 8092, 8404, 7923, 8396, 8093, 8207, 8073, 8046, 8324, 7795, 8469, 7930, 8138, 8021, 8178, 8528, 8028, 8229, 7899, 8207, 8071, 8141, 8172, 8345, 8073, 8325, 8107, 8239, 8431, 8079, 8001, 7928, 8373, 8009, 8292, 8198, 8276, 7998, 8172, 8189, 8216, 7911, 8135, 8203, 8186, 8093, 8312, 8172, 8122, 7876, 8384, 8086, 8063, 8420, 7984, 8306, 8100, 8391, 7993, 7950, 8183, 8012, 8088, 8022, 8182, 8049, 8253, 8092, 8125, 8102, 8569, 8146, 7935, 8166, 8013, 8193, 7945, 8442, 8095, 8263, 7931, 8408, 7937, 8601, 7989, 8413, 8148, 8171, 8174, 7929, 8090, 7988, 8196, 7936, 8229, 7938, 8148, 7981, 8132, 7989, 8109, 8092, 8280, 7998, 8201, 8011, 8014, 8146, 8166, 8219, 8076, 8156, 8055, 8240, 7887, 8377, 8205, 7879, 8258, 7956, 8318, 8126, 8247, 8010, 8399, 8064, 8085, 7906, 8329, 8112, 7835, 7972, 8164, 8222, 8164, 8296, 8084, 8336, 8009, 8189, 8090, 8100, 8101, 7970, 8317, 7989, 8156, 7997, 8161, 7917, 8213, 8026, 8217, 8155, 8279, 7923, 8291, 7857, 8076, 8039, 8396, 8124, 8269, 8019, 7768, 8263, 8125, 8043, 8210, 8280, 7934, 8077, 8146, 8220, 8081, 8150, 8029, 8288, 7975, 7909, 8154, 8063, 8080, 8358, 7985, 8014, 8127, 8394, 7988, 8149, 7763, 8246, 8183, 8290, 8170, 8135, 7917, 8026, 8319, 7987, 8141, 8049, 8371, 7928, 8007, 8110, 8072, 8223, 7855, 8415, 8036, 8116, 7977, 8306, 7832, 8348, 7914, 8213, 7998, 8032, 8336, 8047, 8139, 7972, 8252, 8097, 8221, 8082, 8518, 8097, 8189, 8263, 7944, 8215, 8241, 8524, 8173, 8081, 8015, 8325, 8057, 8155, 7929, 8242, 7884, 8165, 8010, 8290, 7936, 8193, 7877, 8106, 7946, 7856, 8185, 7973, 8124, 8095, 8251, 8149, 8020, 8000, 7878, 8113, 8212, 8056, 8213, 8011, 7996, 8077, 7951, 8382, 7924, 8147, 8185, 8381, 8014, 8206, 7961, 8159, 7967, 8034, 7995, 8328, 8019, 8614, 8018, 8618, 7873, 8419, 8095, 8224, 7814, 7904, 8260, 8015, 8473, 8166, 8116, 7940, 8013, 8262, 8113, 8446, 8052, 8293, 7990, 8210, 8255, 8373, 8058, 7887, 8154, 7928, 8434, 7852, 8462, 7918, 8123, 7964, 8112, 7857, 7944, 8014, 7890, 8103, 8075, 8276, 7921, 8169, 7975, 8253, 7831, 8114, 8200, 7941, 8245, 7912, 8329, 8007, 8356, 7994, 8123, 8044, 7991, 8493, 7908, 8166, 7820, 8180, 7962, 8237, 7922, 8093, 8091, 8109, 8008, 8051, 8007, 7959, 8074, 8159, 8255, 7963, 7981, 7882, 8186, 7770, 8418, 7754, 8203, 8009, 8175, 7976, 8248, 7946, 8069, 8105, 7765, 8066, 7746, 8293, 8055, 8641, 8064, 8170, 8378, 8411, 8230, 8132, 8327, 8505, 8431, 8190, 8390, 8315, 8366, 8352, 8706, 8642, 8533, 8597, 8393, 8573, 8303, 8384, 8333, 8320, 8199, 8412, 8384, 8323, 8633, 8447, 8235, 8219, 8512, 8344, 8364, 8118, 8490, 8623, 8400, 8278, 8428, 8504, 8421, 8466, 8425, 8400, 8281, 8312, 8507, 8472, 8511, 8308, 8309, 8358, 8451, 7980, 8563, 8365, 8614, 8024, 8396, 8058, 8598, 8097, 8422, 8153, 8557, 8208, 8484, 8495, 8862, 8086, 8407, 8390, 8679, 8154, 8690, 8268, 8296, 8291, 8397, 8360, 8457, 8272, 8357, 8418, 8377, 8482, 8779, 8435, 8373, 8455, 8492, 8271, 8410, 8452, 8448, 8202, 8270, 7987, 8247, 8157, 8076, 8111, 8364, 8414, 8109, 8277, 8139, 8416, 8028, 8447, 8246, 8349, 8213, 8236, 8458, 8203, 8227, 8444, 8345, 8095, 8286, 8408, 8344, 8263, 8327, 8297, 8249, 8439, 8201, 8412, 8179, 8331, 8330, 8374, 8094, 8404, 8221, 8288, 8326, 8431, 8265, 8360, 8364, 8101, 8385, 8202, 8564, 8128, 8477, 8341, 8199, 8296, 8247, 8314, 8621, 8329, 8405, 8115, 8515, 8148, 8423, 8206, 8338, 8250, 8350, 8234, 8237, 8239, 8395, 8235, 8299, 8104, 8594, 8100, 8116, 8166, 8063, 8308, 8193, 7902, 8191, 8037, 8201, 8087, 7949, 8334, 8184, 8205, 8109, 8114, 8129, 8348, 8276, 7894, 8366, 8189, 8460, 8154, 7979, 7879, 8135, 8159, 8040, 8201, 8303, 8256, 8032, 8453, 8136, 8191, 8098, 8116, 7984, 8067, 8179, 7946, 8434, 8216, 8168, 8094, 8264, 8088, 8026, 8251, 8237, 8057, 8046, 7922, 8015, 8047, 8137, 8162, 8300, 8110, 8321, 8038, 8170, 8307, 8279, 7978, 8306, 8241, 7909, 8193, 8357, 8043, 8232, 8195, 8181, 7937, 8437, 8397, 8193, 8377, 8140, 7905, 8115, 8089, 8166, 8187, 7985, 8340, 7960, 8238, 7959, 8329, 8228, 8129, 7992, 8183, 7971, 8072, 8327, 8067, 8573, 8053, 8285, 8346, 8384, 7914, 8122, 8099, 8065, 8175, 8095, 8083, 8165, 8285, 7906, 8056, 8256, 8231, 8167, 8121, 8001, 8080, 8131, 7961, 8526, 8294, 8118, 8439, 8429, 8112, 7965, 8115, 8242, 8084, 8198, 8339, 8092, 8207, 8159, 8186, 8125, 8075, 8054, 7943, 8215, 8136, 8051, 8121, 8328, 8006, 8127, 8381, 8102, 8202, 8134, 8088, 8060, 8041, 7923, 8149, 8128, 8358, 8140, 8305, 8141, 8158, 8030, 8009, 8020, 7853, 8006, 7837, 8207, 8011, 8253, 8187, 8366, 7997, 8185, 8107, 8395, 8044, 8118, 8116, 7898, 8103, 7978, 8361, 8275, 8235, 7985, 8141, 8069, 8297, 8018, 8149, 7898, 8477, 8100, 8123, 8203, 8056, 8172, 8157, 8022, 8116, 8122, 8118, 7985, 8408, 7943, 8331, 8203, 8117, 8099, 8219, 8100, 8267, 7956, 8087, 7945, 8226, 8080, 8023, 8138, 8056, 7937, 8144, 8150, 8080, 8127, 8155, 8400, 8309, 8171, 8338, 7974, 8343, 7823, 8224, 7902, 8235, 8032, 8443, 8058, 8351, 7979, 8061, 8155, 7914, 8172, 7971, 8061, 7862, 8160, 8127, 8148, 8112, 8174, 8163, 8151, 7987, 8465, 8214, 8373, 8145, 8396, 8140, 8245, 8044, 8116, 7972, 8168, 8131, 8108, 8262, 7927, 8225, 7993, 8116, 8107, 8407, 8048, 7974, 7978, 7945, 8255, 8125, 8183, 8160, 8265, 8020, 8262, 8146, 8438, 8091, 8213, 8097, 7975, 8070, 8129, 8327, 8074, 8168, 8003, 8195, 8166, 8239, 7963, 8020, 8086, 7835, 8193, 8101, 8303, 8033, 8105, 7993, 8254, 8172, 8368, 8107, 8377, 8022, 8231, 8346, 8051, 8076, 8361, 8240, 7963, 8523, 8426, 8383, 8092, 8013, 8056, 7860, 8099, 8045, 8329, 8046, 8212, 8089, 8483, 8186, 8113, 8256, 8302, 8178, 8123, 8267, 8301, 8153, 8017, 8591, 8405, 8053, 8386, 8101, 8045, 8347, 8349, 8134, 8150, 8148, 8168, 8272, 8010, 8027, 8106, 8148, 8221, 8099, 8031, 8034, 8093, 8125, 8147, 8031, 8068, 8322, 8103, 8164, 8327, 8307, 8017, 8006, 8249, 8018, 7973, 8223, 8139, 8372, 8050, 8282, 8083, 8288, 8272, 8384, 8168, 8572, 8221, 8345, 8076, 8684, 7980, 8491, 7947, 8249, 8039, 8520, 8057, 8187, 7935, 8023, 8082, 8227, 8198, 8118, 8006, 8037, 7956, 8229, 8173, 8458, 8252, 8492, 8554, 8525, 8310, 8198, 8494, 8415, 8354, 8332, 8472, 8693, 8416, 8267, 8266, 8159, 8141, 8264, 8681, 8293, 8256, 8148, 8435, 8336, 8233, 8656, 8199, 8084, 8451, 8196, 8256, 8364, 8404, 7992, 8347, 8207, 8347, 8128, 8416, 8165, 8027, 8367, 8152, 8516, 8112, 8538, 8100, 8252, 8499, 8217, 8239, 8149, 8219, 8081, 8454, 8449, 8120, 8245, 8121, 8267, 7985, 8232, 8442, 8031, 8245, 8203, 8194, 8039, 8159, 8244, 8174, 8180, 8094, 8164, 8286, 8153, 8154, 8252, 8267, 8288, 8395, 8092, 8180, 8111, 8263, 8176, 8234, 8001, 8049, 8090, 8235, 8155, 8338, 8243, 8154, 8160, 8097, 8187, 7947, 8067, 8098, 8033, 8123, 8077, 8236, 8120, 8330, 8005, 8252, 8007, 8124, 8154, 7972, 8085, 8091, 8144, 8193, 7997, 8099, 8232, 8154, 8251, 8235, 8121, 8317, 8199, 8089, 8023, 8070, 8211, 8036, 8150, 8382, 8254, 8144, 8114, 8123, 8149, 8209, 8063, 8201, 8268, 8344, 8099, 8257, 8038, 8087, 8217, 8089, 8314, 7979, 8133, 7901, 8072, 8482, 8184, 8262, 8148, 8134, 8421, 8350, 8170, 8446, 8105, 8288, 8341, 8088, 8156, 8120, 8199, 8175, 8134, 8096, 8106, 8066, 8115, 8206, 8295, 8505, 8325, 8338, 8236, 8182, 8073, 8175, 8269, 8092, 8347, 8035, 8039, 8187, 8145, 8187, 8082, 8231, 8308, 8482, 8347, 8440, 8427, 8353, 8562, 8424, 8425, 8488, 8504, 8409, 8319, 8610, 8444, 8341, 8521, 8464, 8438, 8404, 8513, 8688, 8612, 8470, 8644, 8628, 8310, 8436, 8393, 8562, 8406, 8338, 8221, 8350, 8440, 8402, 8463, 8226, 8424, 8398, 8173, 8415, 8448, 8308, 8632, 8210, 8365, 8230, 8153, 8395, 8325, 8602, 8359, 8636, 8641, 8226, 8331, 7989, 8169, 8019, 8039, 7992, 8048, 8028, 7956, 8472, 8331, 8377, 8341, 8278, 8107, 7996, 8122, 8174, 8002, 7978, 7991, 7841, 8220, 8125, 8433, 8181, 8088, 8108, 8209, 8207, 8053, 8257, 8234, 8260, 8136, 8180, 8336, 8150, 8183, 8149, 8175, 8113, 8212, 8319, 8311, 8132, 8257, 8174, 8153, 8367, 8411, 8189, 8137, 8107, 8254, 8056, 8354, 7887, 7986, 8116, 8006, 8014, 8115, 8117, 8090, 8103, 8215, 8288, 8243, 8394, 8229, 8252, 8313, 8130, 8038, 8242, 8012, 7994, 8144, 8113, 8117, 8046, 8064, 8125, 8085, 8136, 8366, 7989, 8205, 8015, 8225, 7923, 8182, 8340, 8140, 8438, 8452, 8233, 8261, 8422, 8277, 8508, 8259, 8438, 8636, 8304, 8971, 8259, 8335, 8311, 8519, 8191, 8417, 8221, 8554, 8059, 8479, 8008, 8114, 8097, 8296, 8214, 8294, 7836, 8296, 8023, 8048, 8403, 8360, 8533, 8511, 8509, 8438, 8593, 8261, 8213, 8459, 8450, 8528, 8413, 8565, 8665, 8223, 8417, 8478, 8510, 8338, 8565, 8586, 8421, 8412, 8532, 8295, 8326, 8432, 8299, 8329, 8435, 8367, 8428, 8144, 8026, 8135, 8310, 8223, 8212, 8327, 8157, 8354, 8460, 8170, 8226, 8294, 8447, 8672, 8431, 8654, 8479, 8391, 8196, 8332, 8248, 8252, 8332, 8135, 8255, 8059, 8199, 8332, 8296, 8202, 8180, 8162, 8397, 8078, 8185, 8087, 8196, 8146, 8135, 8242, 8351, 8135, 8310, 8201, 8253], 'WindowCenter': [4555.0, 4538.0, 4523.0, 4509.0, 4497.0, 4497.0, 4494.0, 4496.0, 4484.0, 4482.0, 4483.0, 4482.0, 4483.0, 4495.0, 4491.0, 4485.0, 4472.0, 4473.0, 4485.0, 4487.0, 4488.0, 4479.0, 4481.0, 4495.0, 4482.0, 4496.0, 4494.0, 4481.0, 4481.0, 4472.0, 4472.0, 4482.0, 4471.0, 4471.0, 4471.0, 4470.0, 4471.0, 4480.0, 4468.0, 4468.0, 4468.0, 4470.0, 4471.0, 4469.0, 4470.0, 4470.0, 4467.0, 4470.0, 4482.0, 4471.0, 4479.0, 4471.0, 4472.0, 4482.0, 4472.0, 4470.0, 4471.0, 4471.0, 4473.0, 4482.0, 4481.0, 4469.0, 4471.0, 4482.0, 4472.0, 4472.0, 4482.0, 4469.0, 4469.0, 4470.0, 4470.0, 4470.0, 4471.0, 4469.0, 4469.0, 4468.0, 4459.0, 4468.0, 4471.0, 4468.0, 4468.0, 4469.0, 4469.0, 4470.0, 4472.0, 4471.0, 4470.0, 4481.0, 4483.0, 4473.0, 4486.0, 4485.0, 4482.0, 4482.0, 4485.0, 4483.0, 4474.0, 4484.0, 4472.0, 4472.0, 4472.0, 4472.0, 4470.0, 4474.0, 4483.0, 4471.0, 4472.0, 4472.0, 4473.0, 4482.0, 4474.0, 4483.0, 4473.0, 4483.0, 4476.0, 4485.0, 4486.0, 4485.0, 4484.0, 4486.0, 4485.0, 4496.0, 4485.0, 4473.0, 4485.0, 4472.0, 4484.0, 4483.0, 4472.0, 4471.0, 4471.0, 4472.0, 4472.0, 4473.0, 4484.0, 4471.0, 4470.0, 4471.0, 4470.0, 4473.0, 4473.0, 4471.0, 4472.0, 4482.0, 4473.0, 4482.0, 4473.0, 4484.0, 4473.0, 4474.0, 4474.0, 4485.0, 4473.0, 4484.0, 4472.0, 4472.0, 4472.0, 4474.0, 4472.0, 4470.0, 4471.0, 4471.0, 4471.0, 4473.0, 4482.0, 4472.0, 4470.0, 4471.0, 4473.0, 4472.0, 4472.0, 4472.0, 4469.0, 4472.0, 4474.0, 4474.0, 4474.0, 4483.0, 4474.0, 4483.0, 4473.0, 4486.0, 4482.0, 4483.0, 4474.0, 4484.0, 4475.0, 4486.0, 4475.0, 4483.0, 4473.0, 4472.0, 4474.0, 4474.0, 4485.0, 4473.0, 4473.0, 4475.0, 4474.0, 4485.0, 4486.0, 4475.0, 4474.0, 4473.0, 4473.0, 4473.0, 4474.0, 4473.0, 4474.0, 4471.0, 4473.0, 4472.0, 4474.0, 4484.0, 4472.0, 4472.0, 4473.0, 4473.0, 4476.0, 4487.0, 4474.0, 4483.0, 4475.0, 4485.0, 4483.0, 4487.0, 4486.0, 4476.0, 4484.0, 4484.0, 4473.0, 4473.0, 4484.0, 4473.0, 4473.0, 4471.0, 4474.0, 4473.0, 4474.0, 4471.0, 4472.0, 4471.0, 4471.0, 4474.0, 4484.0, 4474.0, 4473.0, 4485.0, 4484.0, 4486.0, 4486.0, 4474.0, 4484.0, 4476.0, 4477.0, 4486.0, 4489.0, 4487.0, 4485.0, 4486.0, 4475.0, 4486.0, 4487.0, 4475.0, 4470.0, 4473.0, 4474.0, 4474.0, 4498.0, 4485.0, 4475.0, 4472.0, 4472.0, 4461.0, 4462.0, 4471.0, 4464.0, 4476.0, 4476.0, 4476.0, 4487.0, 4478.0, 4476.0, 4476.0, 4475.0, 4476.0, 4477.0, 4475.0, 4475.0, 4473.0, 4474.0, 4473.0, 4475.0, 4475.0, 4472.0, 4472.0, 4462.0, 4461.0, 4472.0, 4475.0, 4473.0, 4475.0, 4472.0, 4475.0, 4474.0, 4477.0, 4474.0, 4472.0, 4462.0, 4474.0, 4463.0, 4475.0, 4464.0, 4472.0, 4474.0, 4474.0, 4475.0, 4486.0, 4476.0, 4473.0, 4474.0, 4474.0, 4473.0, 4476.0, 4484.0, 4474.0, 4474.0, 4474.0, 4474.0, 4475.0, 4486.0, 4474.0, 4472.0, 4473.0, 4475.0, 4475.0, 4484.0, 4473.0, 4473.0, 4478.0, 4476.0, 4475.0, 4477.0, 4480.0, 4467.0, 4469.0, 4481.0, 4509.0, 4507.0, 4493.0, 4479.0, 4480.0, 4481.0, 4471.0, 4471.0, 4471.0, 4469.0, 4468.0, 4469.0, 4468.0, 4466.0, 4468.0, 4457.0, 4455.0, 4458.0, 4469.0, 4457.0, 4469.0, 4459.0, 4458.0, 4457.0, 4459.0, 4458.0, 4470.0, 4469.0, 4457.0, 4458.0, 4458.0, 4467.0, 4461.0, 4458.0, 4446.0, 4460.0, 4464.0, 4469.0, 4470.0, 4464.0, 4474.0, 4475.0, 4475.0, 4488.0, 4475.0, 4474.0, 4474.0, 4473.0, 4475.0, 4473.0, 4461.0, 4462.0, 4462.0, 4463.0, 4473.0, 4472.0, 4470.0, 4461.0, 4461.0, 4471.0, 4461.0, 4472.0, 4462.0, 4460.0, 4459.0, 4462.0, 4471.0, 4463.0, 4472.0, 4461.0, 4472.0, 4473.0, 4473.0, 4474.0, 4474.0, 4461.0, 4460.0, 4473.0, 4461.0, 4473.0, 4472.0, 4461.0, 4458.0, 4459.0, 4471.0, 4462.0, 4470.0, 4460.0, 4461.0, 4462.0, 4462.0, 4473.0, 4472.0, 4461.0, 4471.0, 4473.0, 4472.0, 4475.0, 4474.0, 4473.0, 4473.0, 4473.0, 4474.0, 4474.0, 4475.0, 4474.0, 4472.0, 4471.0, 4474.0, 4472.0, 4474.0, 4475.0, 4475.0, 4473.0, 4471.0, 4473.0, 4485.0, 4473.0, 4475.0, 4486.0, 4474.0, 4474.0, 4474.0, 4473.0, 4474.0, 4475.0, 4485.0, 4472.0, 4472.0, 4473.0, 4473.0, 4473.0, 4473.0, 4472.0, 4458.0, 4469.0, 4474.0, 4473.0, 4474.0, 4485.0, 4471.0, 4471.0, 4472.0, 4474.0, 4475.0, 4474.0, 4484.0, 4471.0, 4471.0, 4475.0, 4475.0, 4476.0, 4487.0, 4474.0, 4472.0, 4474.0, 4473.0, 4484.0, 4486.0, 4474.0, 4472.0, 4473.0, 4474.0, 4486.0, 4485.0, 4474.0, 4472.0, 4474.0, 4475.0, 4475.0, 4485.0, 4485.0, 4472.0, 4473.0, 4474.0, 4473.0, 4474.0, 4473.0, 4470.0, 4461.0, 4460.0, 4462.0, 4471.0, 4462.0, 4471.0, 4471.0, 4459.0, 4471.0, 4471.0, 4471.0, 4473.0, 4473.0, 4469.0, 4470.0, 4473.0, 4473.0, 4472.0, 4483.0, 4474.0, 4463.0, 4471.0, 4474.0, 4471.0, 4472.0, 4485.0, 4473.0, 4472.0, 4473.0, 4472.0, 4473.0, 4474.0, 4472.0, 4472.0, 4471.0, 4473.0, 4474.0, 4475.0, 4485.0, 4472.0, 4472.0, 4472.0, 4473.0, 4474.0, 4486.0, 4473.0, 4472.0, 4474.0, 4474.0, 4474.0, 4487.0, 4475.0, 4486.0, 4475.0, 4474.0, 4484.0, 4485.0, 4486.0, 4475.0, 4473.0, 4473.0, 4472.0, 4473.0, 4473.0, 4473.0, 4474.0, 4472.0, 4471.0, 4473.0, 4474.0, 4474.0, 4475.0, 4473.0, 4471.0, 4473.0, 4475.0, 4476.0, 4487.0, 4473.0, 4473.0, 4475.0, 4485.0, 4486.0, 4487.0, 4487.0, 4475.0, 4474.0, 4473.0, 4476.0, 4477.0, 4475.0, 4472.0, 4472.0, 4473.0, 4472.0, 4474.0, 4473.0, 4473.0, 4472.0, 4471.0, 4461.0, 4473.0, 4473.0, 4475.0, 4464.0, 4474.0, 4472.0, 4472.0, 4474.0, 4472.0, 4473.0, 4473.0, 4473.0, 4472.0, 4473.0, 4474.0, 4485.0, 4474.0, 4482.0, 4471.0, 4471.0, 4473.0, 4474.0, 4484.0, 4473.0, 4472.0, 4475.0, 4474.0, 4475.0, 4484.0, 4472.0, 4473.0, 4475.0, 4484.0, 4476.0, 4488.0, 4475.0, 4486.0, 4475.0, 4485.0, 4485.0, 4489.0, 4488.0, 4489.0, 4486.0, 4487.0, 4485.0, 4487.0, 4489.0, 4487.0, 4475.0, 4473.0, 4484.0, 4475.0, 4475.0, 4476.0, 4473.0, 4473.0, 4471.0, 4473.0, 4473.0, 4472.0, 4473.0, 4472.0, 4473.0, 4473.0, 4475.0, 4487.0, 4475.0, 4475.0, 4474.0, 4474.0, 4487.0, 4490.0, 4488.0, 4498.0, 4488.0, 4498.0, 4488.0, 4499.0, 4489.0, 4486.0, 4477.0, 4477.0, 4485.0, 4488.0, 4486.0, 4475.0, 4472.0, 4473.0, 4473.0, 4471.0, 4474.0, 4472.0, 4461.0, 4471.0, 4473.0, 4470.0, 4472.0, 4473.0, 4474.0, 4470.0, 4470.0, 4473.0, 4473.0, 4473.0, 4474.0, 4472.0, 4475.0, 4474.0, 4475.0, 4475.0, 4475.0, 4476.0, 4475.0, 4473.0, 4473.0, 4475.0, 4474.0, 4485.0, 4475.0, 4486.0, 4464.0, 4472.0, 4475.0, 4474.0, 4485.0, 4475.0, 4474.0, 4472.0, 4473.0, 4476.0, 4475.0, 4473.0, 4473.0, 4473.0, 4475.0, 4475.0, 4474.0, 4485.0, 4472.0, 4472.0, 4473.0, 4472.0, 4474.0, 4486.0, 4476.0, 4472.0, 4474.0, 4475.0, 4477.0, 4487.0, 4486.0, 4485.0, 4486.0, 4487.0, 4487.0, 4488.0, 4487.0, 4476.0, 4476.0, 4476.0, 4486.0, 4477.0, 4487.0, 4475.0, 4475.0, 4475.0, 4475.0, 4474.0, 4475.0, 4485.0, 4466.0, 4467.0, 4468.0, 4481.0, 4463.0, 4465.0, 4453.0, 4455.0, 4467.0, 4477.0, 4479.0, 4489.0, 4489.0, 4491.0, 4486.0, 4480.0, 4473.0, 4460.0, 4473.0, 4471.0, 4459.0, 4454.0, 4443.0, 4431.0, 4430.0, 4428.0, 4413.0, 4406.0, 4403.0, 4401.0, 4408.0, 4410.0, 4410.0, 4421.0, 4422.0, 4422.0, 4421.0, 4409.0, 4418.0, 4419.0, 4420.0, 4421.0, 4424.0, 4431.0, 4437.0, 4437.0, 4438.0, 4438.0, 4450.0, 4439.0, 4452.0, 4446.0, 4450.0, 4439.0, 4440.0, 4451.0, 4451.0, 4442.0, 4453.0, 4451.0, 4452.0, 4452.0, 4452.0, 4452.0, 4452.0, 4449.0, 4453.0, 4454.0, 4465.0, 4465.0, 4466.0, 4463.0, 4464.0, 4455.0, 4467.0, 4465.0, 4465.0, 4464.0, 4484.0, 4461.0, 4445.0, 4446.0, 4470.0, 4473.0, 4472.0, 4466.0, 4470.0, 4474.0, 4475.0, 4486.0, 4487.0, 4476.0, 4474.0, 4470.0, 4484.0, 4475.0, 4475.0, 4474.0, 4474.0, 4471.0, 4470.0, 4461.0, 4469.0, 4461.0, 4461.0, 4461.0, 4469.0, 4461.0, 4462.0, 4472.0, 4469.0, 4473.0, 4462.0, 4470.0, 4460.0, 4471.0, 4471.0, 4470.0, 4460.0, 4459.0, 4458.0, 4471.0, 4459.0, 4460.0, 4467.0, 4459.0, 4456.0, 4457.0, 4459.0, 4458.0, 4461.0, 4460.0, 4459.0, 4458.0, 4469.0, 4460.0, 4471.0, 4471.0, 4462.0, 4472.0, 4473.0, 4473.0, 4471.0, 4471.0, 4472.0, 4471.0, 4471.0, 4472.0, 4471.0, 4473.0, 4473.0, 4460.0, 4470.0, 4472.0, 4472.0, 4473.0, 4473.0, 4471.0, 4471.0, 4473.0, 4485.0, 4484.0, 4484.0, 4472.0, 4474.0, 4482.0, 4483.0, 4484.0, 4472.0, 4483.0, 4484.0, 4485.0, 4481.0, 4472.0, 4470.0, 4472.0, 4482.0, 4470.0, 4458.0, 4471.0, 4469.0, 4471.0, 4471.0, 4459.0, 4468.0, 4460.0, 4467.0, 4458.0, 4459.0, 4458.0, 4458.0, 4467.0, 4459.0, 4459.0, 4457.0, 4456.0, 4457.0, 4457.0, 4458.0, 4469.0, 4469.0, 4457.0, 4458.0, 4459.0, 4470.0, 4470.0, 4459.0, 4468.0, 4471.0, 4471.0, 4468.0, 4471.0, 4466.0, 4468.0, 4460.0, 4469.0, 4461.0, 4457.0, 4469.0, 4460.0, 4470.0, 4470.0, 4471.0, 4460.0, 4459.0, 4459.0, 4459.0, 4470.0, 4470.0, 4458.0, 4457.0, 4459.0, 4459.0, 4468.0, 4471.0, 4470.0, 4469.0, 4470.0, 4471.0, 4468.0, 4471.0, 4470.0, 4471.0, 4472.0, 4472.0, 4472.0, 4470.0, 4470.0, 4471.0, 4469.0, 4471.0, 4471.0, 4471.0, 4460.0, 4469.0, 4471.0, 4467.0, 4471.0, 4471.0, 4460.0, 4460.0, 4471.0, 4473.0, 4472.0, 4471.0, 4472.0, 4473.0, 4472.0, 4470.0, 4485.0, 4473.0, 4471.0, 4471.0, 4473.0, 4474.0, 4474.0, 4482.0, 4471.0, 4471.0, 4469.0, 4472.0, 4473.0, 4484.0, 4471.0, 4470.0, 4473.0, 4473.0, 4484.0, 4472.0, 4472.0, 4468.0, 4471.0, 4473.0, 4474.0, 4472.0, 4472.0, 4471.0, 4460.0, 4462.0, 4473.0, 4473.0, 4469.0, 4471.0, 4473.0, 4471.0, 4473.0, 4473.0, 4472.0, 4461.0, 4471.0, 4472.0, 4472.0, 4474.0, 4473.0, 4471.0, 4471.0, 4473.0, 4471.0, 4473.0, 4474.0, 4472.0, 4460.0, 4472.0, 4471.0, 4473.0, 4474.0, 4473.0, 4471.0, 4460.0, 4472.0, 4470.0, 4472.0, 4473.0, 4472.0, 4460.0, 4461.0, 4473.0, 4471.0, 4473.0, 4484.0, 4472.0, 4468.0, 4472.0, 4473.0, 4473.0, 4473.0, 4474.0, 4472.0, 4470.0, 4473.0, 4474.0, 4475.0, 4484.0, 4472.0, 4472.0, 4475.0, 4473.0, 4472.0, 4484.0, 4473.0, 4468.0, 4473.0, 4473.0, 4472.0, 4474.0, 4474.0, 4471.0, 4472.0, 4473.0, 4472.0, 4476.0, 4474.0, 4471.0, 4474.0, 4475.0, 4486.0, 4484.0, 4476.0, 4470.0, 4472.0, 4474.0, 4474.0, 4473.0, 4473.0, 4460.0, 4459.0, 4472.0, 4471.0, 4462.0, 4472.0, 4460.0, 4459.0, 4459.0, 4460.0, 4459.0, 4472.0, 4460.0, 4459.0, 4459.0, 4461.0, 4461.0, 4471.0, 4461.0, 4459.0, 4459.0, 4458.0, 4459.0, 4462.0, 4471.0, 4460.0, 4458.0, 4457.0, 4468.0, 4457.0, 4461.0, 4470.0, 4459.0, 4460.0, 4461.0, 4461.0, 4472.0, 4469.0, 4460.0, 4456.0, 4461.0, 4461.0, 4462.0, 4472.0, 4470.0, 4459.0, 4462.0, 4461.0, 4473.0, 4473.0, 4461.0, 4460.0, 4471.0, 4472.0, 4471.0, 4462.0, 4471.0, 4458.0, 4459.0, 4460.0, 4469.0, 4462.0, 4472.0, 4456.0, 4459.0, 4461.0, 4472.0, 4469.0, 4473.0, 4472.0, 4461.0, 4471.0, 4472.0, 4462.0, 4473.0, 4470.0, 4461.0, 4460.0, 4461.0, 4461.0, 4472.0, 4471.0, 4471.0, 4470.0, 4459.0, 4461.0, 4472.0, 4462.0, 4473.0, 4461.0, 4468.0, 4462.0, 4472.0, 4462.0, 4471.0, 4471.0, 4456.0, 4461.0, 4458.0, 4472.0, 4471.0, 4472.0, 4461.0, 4460.0, 4472.0, 4457.0, 4474.0, 4473.0, 4473.0, 4460.0, 4461.0, 4473.0, 4473.0, 4474.0, 4474.0, 4462.0, 4471.0, 4473.0, 4473.0, 4473.0, 4474.0, 4462.0, 4470.0, 4458.0, 4473.0, 4472.0, 4473.0, 4471.0, 4462.0, 4460.0, 4460.0, 4460.0, 4462.0, 4473.0, 4484.0, 4472.0, 4475.0, 4463.0, 4469.0, 4467.0, 4458.0, 4486.0, 4497.0, 4497.0, 4486.0, 4484.0, 4483.0, 4474.0, 4475.0, 4483.0, 4474.0, 4468.0, 4470.0, 4461.0, 4460.0, 4459.0, 4455.0, 4447.0, 4434.0, 4432.0, 4440.0, 4439.0, 4429.0, 4431.0, 4429.0, 4429.0, 4429.0, 4430.0, 4431.0, 4431.0, 4428.0, 4429.0, 4430.0, 4432.0, 4442.0, 4442.0, 4442.0, 4439.0, 4442.0, 4439.0, 4443.0, 4440.0, 4442.0, 4431.0, 4443.0, 4443.0, 4444.0, 4455.0, 4444.0, 4443.0, 4443.0, 4455.0, 4456.0, 4457.0, 4456.0, 4456.0, 4456.0, 4457.0, 4458.0, 4470.0, 4455.0, 4457.0, 4460.0, 4459.0, 4460.0, 4471.0, 4459.0, 4459.0, 4461.0, 4470.0, 4471.0, 4469.0, 4470.0, 4461.0, 4472.0, 4470.0, 4460.0, 4443.0, 4445.0, 4442.0, 4442.0, 4447.0, 4453.0, 4464.0, 4457.0, 4467.0, 4469.0, 4457.0, 4456.0, 4453.0, 4456.0, 4457.0, 4457.0, 4445.0, 4457.0, 4447.0, 4445.0, 4447.0, 4454.0, 4441.0, 4444.0, 4442.0, 4443.0, 4443.0, 4446.0, 4455.0, 4445.0, 4444.0, 4444.0, 4458.0, 4457.0, 4457.0, 4458.0, 4457.0, 4457.0, 4456.0, 4469.0, 4459.0, 4458.0, 4455.0, 4456.0, 4457.0, 4459.0, 4468.0, 4458.0, 4468.0, 4458.0, 4460.0, 4471.0, 4470.0, 4460.0, 4456.0, 4458.0, 4460.0, 4457.0, 4468.0, 4455.0, 4455.0, 4458.0, 4456.0, 4458.0, 4459.0, 4456.0, 4454.0, 4455.0, 4457.0, 4458.0, 4455.0, 4458.0, 4457.0, 4457.0, 4456.0, 4458.0, 4466.0, 4459.0, 4459.0, 4459.0, 4470.0, 4470.0, 4473.0, 4471.0, 4469.0, 4470.0, 4461.0, 4471.0, 4472.0, 4472.0, 4472.0, 4461.0, 4460.0, 4470.0, 4461.0, 4469.0, 4470.0, 4455.0, 4458.0, 4458.0, 4471.0, 4471.0, 4456.0, 4459.0, 4459.0, 4460.0, 4460.0, 4456.0, 4454.0, 4456.0, 4459.0, 4466.0, 4458.0, 4458.0, 4458.0, 4455.0, 4453.0, 4457.0, 4456.0, 4455.0, 4454.0, 4455.0, 4453.0, 4454.0, 4454.0, 4454.0, 4454.0, 4457.0, 4458.0, 4456.0, 4457.0, 4452.0, 4458.0, 4458.0, 4455.0, 4468.0, 4468.0, 4456.0, 4457.0, 4457.0, 4457.0, 4467.0, 4458.0, 4458.0, 4468.0, 4458.0, 4457.0, 4470.0, 4457.0, 4455.0, 4468.0, 4458.0, 4470.0, 4470.0, 4454.0, 4458.0, 4459.0, 4467.0, 4469.0, 4466.0, 4458.0, 4461.0, 4466.0, 4470.0, 4467.0, 4469.0, 4459.0, 4468.0, 4467.0, 4470.0, 4471.0, 4460.0, 4457.0, 4469.0, 4455.0, 4456.0, 4470.0, 4459.0, 4457.0, 4456.0, 4468.0, 4466.0, 4466.0, 4459.0, 4456.0, 4456.0, 4455.0, 4457.0, 4470.0, 4459.0, 4457.0, 4458.0, 4460.0, 4468.0, 4472.0, 4466.0, 4454.0, 4469.0, 4459.0, 4441.0, 4431.0, 4443.0, 4442.0, 4442.0, 4442.0, 4448.0, 4448.0, 4459.0, 4460.0, 4445.0, 4447.0, 4444.0, 4447.0, 4447.0, 4445.0, 4436.0, 4434.0, 4434.0, 4435.0, 4446.0, 4447.0, 4434.0, 4432.0, 4435.0, 4435.0, 4433.0, 4434.0, 4446.0, 4432.0, 4432.0, 4445.0, 4434.0, 4438.0, 4446.0, 4437.0, 4435.0, 4436.0, 4436.0, 4438.0, 4448.0, 4448.0, 4447.0, 4446.0, 4439.0, 4450.0, 4448.0, 4450.0, 4451.0, 4449.0, 4449.0, 4448.0, 4452.0, 4448.0, 4452.0, 4449.0, 4441.0, 4449.0, 4453.0, 4452.0, 4455.0, 4449.0, 4453.0, 4454.0, 4455.0, 4467.0, 4467.0, 4452.0, 4455.0, 4453.0, 4456.0, 4453.0, 4464.0, 4451.0, 4452.0, 4452.0, 4455.0, 4465.0, 4452.0, 4451.0, 4467.0, 4455.0, 4453.0, 4465.0, 4454.0, 4451.0, 4455.0, 4456.0, 4457.0, 4453.0, 4455.0, 4457.0, 4456.0, 4453.0, 4456.0, 4454.0, 4453.0, 4452.0, 4464.0, 4456.0, 4455.0, 4454.0, 4456.0, 4457.0, 4453.0, 4468.0, 4464.0, 4454.0, 4458.0, 4459.0, 4455.0, 4469.0, 4458.0, 4457.0, 4460.0, 4457.0, 4459.0, 4469.0, 4458.0, 4456.0, 4455.0, 4469.0, 4466.0, 4470.0, 4468.0, 4456.0, 4455.0, 4457.0, 4459.0, 4458.0, 4468.0, 4458.0, 4456.0, 4458.0, 4467.0, 4461.0, 4459.0, 4457.0, 4459.0, 4457.0, 4457.0, 4471.0, 4458.0, 4468.0, 4459.0, 4467.0, 4459.0, 4467.0, 4456.0, 4434.0, 4443.0, 4446.0, 4445.0, 4461.0, 4463.0, 4463.0, 4478.0, 4466.0, 4460.0, 4462.0, 4451.0, 4463.0, 4461.0, 4454.0, 4450.0, 4461.0, 4455.0, 4454.0, 4454.0, 4464.0, 4452.0, 4453.0, 4455.0, 4455.0, 4456.0, 4464.0, 4465.0, 4468.0, 4456.0, 4464.0, 4457.0, 4452.0, 4455.0, 4465.0, 4461.0, 4451.0, 4450.0, 4463.0, 4465.0, 4468.0, 4467.0, 4462.0, 4455.0, 4441.0, 4444.0, 4444.0, 4456.0, 4448.0, 4462.0, 4463.0, 4462.0, 4461.0, 4462.0, 4463.0, 4453.0, 4457.0, 4456.0, 4442.0, 4441.0, 4452.0, 4442.0, 4446.0, 4448.0, 4447.0, 4461.0, 4464.0, 4450.0, 4452.0, 4464.0, 4454.0, 4453.0, 4454.0, 4451.0, 4452.0, 4453.0, 4452.0, 4450.0, 4453.0, 4454.0, 4462.0, 4451.0, 4453.0, 4455.0, 4455.0, 4455.0, 4456.0, 4456.0, 4455.0, 4453.0, 4456.0, 4458.0, 4455.0, 4467.0, 4456.0, 4456.0, 4469.0, 4457.0, 4455.0, 4466.0, 4456.0, 4456.0, 4457.0, 4455.0, 4456.0, 4458.0, 4452.0, 4456.0, 4457.0, 4455.0, 4454.0, 4457.0], 'WindowWidth': [10032.0, 9994.0, 9963.0, 9933.0, 9913.0, 9910.0, 9901.0, 9908.0, 9887.0, 9879.0, 9884.0, 9880.0, 9883.0, 9905.0, 9898.0, 9881.0, 9859.0, 9857.0, 9881.0, 9887.0, 9887.0, 9872.0, 9877.0, 9901.0, 9880.0, 9905.0, 9899.0, 9876.0, 9873.0, 9863.0, 9862.0, 9875.0, 9861.0, 9858.0, 9859.0, 9854.0, 9857.0, 9871.0, 9851.0, 9849.0, 9849.0, 9855.0, 9857.0, 9853.0, 9855.0, 9855.0, 9848.0, 9855.0, 9875.0, 9858.0, 9867.0, 9857.0, 9861.0, 9874.0, 9862.0, 9858.0, 9859.0, 9858.0, 9862.0, 9877.0, 9874.0, 9855.0, 9859.0, 9875.0, 9860.0, 9862.0, 9877.0, 9854.0, 9852.0, 9855.0, 9855.0, 9857.0, 9856.0, 9853.0, 9852.0, 9851.0, 9839.0, 9850.0, 9858.0, 9851.0, 9850.0, 9852.0, 9855.0, 9856.0, 9863.0, 9860.0, 9858.0, 9874.0, 9879.0, 9866.0, 9887.0, 9886.0, 9877.0, 9875.0, 9885.0, 9879.0, 9868.0, 9884.0, 9864.0, 9862.0, 9860.0, 9861.0, 9857.0, 9866.0, 9879.0, 9860.0, 9860.0, 9861.0, 9865.0, 9878.0, 9870.0, 9878.0, 9866.0, 9880.0, 9872.0, 9887.0, 9887.0, 9883.0, 9883.0, 9886.0, 9887.0, 9903.0, 9885.0, 9864.0, 9883.0, 9864.0, 9880.0, 9881.0, 9863.0, 9859.0, 9858.0, 9863.0, 9860.0, 9864.0, 9881.0, 9859.0, 9855.0, 9858.0, 9859.0, 9864.0, 9866.0, 9860.0, 9860.0, 9875.0, 9865.0, 9876.0, 9866.0, 9880.0, 9863.0, 9867.0, 9868.0, 9883.0, 9866.0, 9882.0, 9862.0, 9863.0, 9862.0, 9867.0, 9864.0, 9856.0, 9857.0, 9859.0, 9857.0, 9863.0, 9876.0, 9859.0, 9855.0, 9858.0, 9865.0, 9863.0, 9864.0, 9861.0, 9855.0, 9862.0, 9866.0, 9867.0, 9866.0, 9877.0, 9868.0, 9877.0, 9864.0, 9887.0, 9879.0, 9879.0, 9869.0, 9881.0, 9870.0, 9888.0, 9870.0, 9878.0, 9866.0, 9864.0, 9867.0, 9871.0, 9884.0, 9865.0, 9865.0, 9870.0, 9866.0, 9884.0, 9889.0, 9869.0, 9866.0, 9865.0, 9864.0, 9865.0, 9868.0, 9864.0, 9866.0, 9860.0, 9864.0, 9862.0, 9867.0, 9882.0, 9862.0, 9861.0, 9866.0, 9865.0, 9872.0, 9889.0, 9868.0, 9881.0, 9872.0, 9885.0, 9881.0, 9891.0, 9887.0, 9872.0, 9881.0, 9881.0, 9866.0, 9865.0, 9882.0, 9866.0, 9862.0, 9860.0, 9864.0, 9863.0, 9864.0, 9858.0, 9859.0, 9859.0, 9859.0, 9866.0, 9881.0, 9865.0, 9865.0, 9883.0, 9882.0, 9887.0, 9889.0, 9867.0, 9881.0, 9873.0, 9873.0, 9886.0, 9894.0, 9887.0, 9882.0, 9887.0, 9871.0, 9886.0, 9890.0, 9871.0, 9858.0, 9865.0, 9867.0, 9868.0, 9910.0, 9885.0, 9867.0, 9859.0, 9857.0, 9841.0, 9843.0, 9858.0, 9849.0, 9867.0, 9867.0, 9867.0, 9885.0, 9875.0, 9869.0, 9868.0, 9867.0, 9870.0, 9872.0, 9868.0, 9868.0, 9861.0, 9865.0, 9863.0, 9865.0, 9868.0, 9861.0, 9859.0, 9844.0, 9844.0, 9858.0, 9866.0, 9863.0, 9864.0, 9860.0, 9867.0, 9864.0, 9870.0, 9867.0, 9861.0, 9844.0, 9861.0, 9846.0, 9866.0, 9850.0, 9858.0, 9862.0, 9863.0, 9867.0, 9884.0, 9869.0, 9861.0, 9864.0, 9865.0, 9862.0, 9872.0, 9881.0, 9866.0, 9865.0, 9866.0, 9867.0, 9869.0, 9885.0, 9862.0, 9860.0, 9862.0, 9867.0, 9868.0, 9880.0, 9863.0, 9867.0, 9870.0, 9867.0, 9861.0, 9865.0, 9875.0, 9854.0, 9855.0, 9876.0, 9931.0, 9925.0, 9896.0, 9873.0, 9871.0, 9877.0, 9861.0, 9859.0, 9858.0, 9854.0, 9852.0, 9856.0, 9854.0, 9848.0, 9854.0, 9834.0, 9828.0, 9836.0, 9852.0, 9834.0, 9853.0, 9839.0, 9837.0, 9835.0, 9839.0, 9836.0, 9855.0, 9854.0, 9834.0, 9837.0, 9838.0, 9849.0, 9837.0, 9828.0, 9808.0, 9835.0, 9844.0, 9854.0, 9854.0, 9849.0, 9860.0, 9865.0, 9866.0, 9892.0, 9869.0, 9861.0, 9862.0, 9861.0, 9862.0, 9860.0, 9841.0, 9840.0, 9841.0, 9846.0, 9859.0, 9859.0, 9854.0, 9839.0, 9838.0, 9855.0, 9841.0, 9855.0, 9845.0, 9840.0, 9837.0, 9842.0, 9855.0, 9847.0, 9856.0, 9842.0, 9857.0, 9860.0, 9858.0, 9863.0, 9864.0, 9841.0, 9837.0, 9859.0, 9844.0, 9859.0, 9857.0, 9843.0, 9833.0, 9836.0, 9853.0, 9843.0, 9853.0, 9838.0, 9839.0, 9845.0, 9844.0, 9861.0, 9861.0, 9842.0, 9855.0, 9861.0, 9859.0, 9868.0, 9865.0, 9862.0, 9860.0, 9862.0, 9865.0, 9863.0, 9867.0, 9866.0, 9860.0, 9858.0, 9865.0, 9860.0, 9862.0, 9866.0, 9865.0, 9863.0, 9857.0, 9861.0, 9881.0, 9862.0, 9869.0, 9885.0, 9865.0, 9865.0, 9865.0, 9864.0, 9865.0, 9869.0, 9882.0, 9859.0, 9858.0, 9863.0, 9864.0, 9861.0, 9862.0, 9859.0, 9837.0, 9852.0, 9863.0, 9862.0, 9865.0, 9881.0, 9859.0, 9858.0, 9859.0, 9865.0, 9867.0, 9867.0, 9880.0, 9859.0, 9858.0, 9869.0, 9867.0, 9871.0, 9888.0, 9866.0, 9860.0, 9866.0, 9864.0, 9879.0, 9886.0, 9865.0, 9860.0, 9864.0, 9865.0, 9884.0, 9885.0, 9867.0, 9860.0, 9867.0, 9868.0, 9869.0, 9884.0, 9882.0, 9862.0, 9861.0, 9865.0, 9862.0, 9863.0, 9864.0, 9856.0, 9843.0, 9839.0, 9844.0, 9854.0, 9844.0, 9858.0, 9855.0, 9838.0, 9854.0, 9857.0, 9855.0, 9862.0, 9864.0, 9853.0, 9854.0, 9862.0, 9861.0, 9860.0, 9879.0, 9864.0, 9848.0, 9857.0, 9865.0, 9858.0, 9861.0, 9881.0, 9862.0, 9858.0, 9863.0, 9859.0, 9862.0, 9867.0, 9862.0, 9859.0, 9858.0, 9863.0, 9863.0, 9867.0, 9881.0, 9860.0, 9860.0, 9861.0, 9862.0, 9866.0, 9885.0, 9865.0, 9861.0, 9866.0, 9866.0, 9868.0, 9890.0, 9870.0, 9885.0, 9869.0, 9868.0, 9879.0, 9883.0, 9886.0, 9867.0, 9862.0, 9863.0, 9861.0, 9862.0, 9864.0, 9863.0, 9866.0, 9859.0, 9857.0, 9864.0, 9865.0, 9865.0, 9869.0, 9864.0, 9858.0, 9865.0, 9868.0, 9872.0, 9889.0, 9864.0, 9866.0, 9870.0, 9883.0, 9886.0, 9891.0, 9887.0, 9868.0, 9867.0, 9867.0, 9870.0, 9874.0, 9869.0, 9861.0, 9858.0, 9864.0, 9861.0, 9865.0, 9865.0, 9861.0, 9858.0, 9855.0, 9843.0, 9863.0, 9863.0, 9867.0, 9853.0, 9865.0, 9859.0, 9859.0, 9865.0, 9861.0, 9863.0, 9866.0, 9861.0, 9860.0, 9863.0, 9866.0, 9881.0, 9866.0, 9874.0, 9859.0, 9859.0, 9862.0, 9868.0, 9880.0, 9861.0, 9860.0, 9867.0, 9865.0, 9869.0, 9881.0, 9861.0, 9862.0, 9868.0, 9878.0, 9870.0, 9890.0, 9871.0, 9885.0, 9870.0, 9883.0, 9883.0, 9894.0, 9893.0, 9894.0, 9887.0, 9891.0, 9885.0, 9888.0, 9895.0, 9889.0, 9868.0, 9864.0, 9882.0, 9867.0, 9867.0, 9872.0, 9863.0, 9862.0, 9856.0, 9861.0, 9863.0, 9860.0, 9862.0, 9859.0, 9862.0, 9863.0, 9868.0, 9887.0, 9870.0, 9868.0, 9868.0, 9868.0, 9889.0, 9897.0, 9894.0, 9905.0, 9892.0, 9906.0, 9894.0, 9908.0, 9895.0, 9886.0, 9874.0, 9874.0, 9882.0, 9890.0, 9885.0, 9866.0, 9860.0, 9862.0, 9862.0, 9857.0, 9864.0, 9859.0, 9842.0, 9854.0, 9861.0, 9854.0, 9858.0, 9864.0, 9864.0, 9856.0, 9855.0, 9862.0, 9862.0, 9863.0, 9867.0, 9862.0, 9867.0, 9865.0, 9866.0, 9867.0, 9868.0, 9871.0, 9870.0, 9864.0, 9861.0, 9866.0, 9865.0, 9881.0, 9869.0, 9883.0, 9852.0, 9861.0, 9868.0, 9866.0, 9883.0, 9869.0, 9864.0, 9861.0, 9862.0, 9868.0, 9869.0, 9864.0, 9863.0, 9863.0, 9867.0, 9865.0, 9866.0, 9882.0, 9859.0, 9860.0, 9864.0, 9861.0, 9864.0, 9885.0, 9869.0, 9861.0, 9867.0, 9869.0, 9873.0, 9891.0, 9886.0, 9884.0, 9886.0, 9888.0, 9887.0, 9893.0, 9890.0, 9871.0, 9870.0, 9872.0, 9884.0, 9873.0, 9887.0, 9868.0, 9867.0, 9867.0, 9868.0, 9865.0, 9870.0, 9882.0, 9852.0, 9850.0, 9856.0, 9874.0, 9843.0, 9843.0, 9821.0, 9830.0, 9851.0, 9866.0, 9872.0, 9890.0, 9893.0, 9899.0, 9889.0, 9874.0, 9857.0, 9835.0, 9857.0, 9851.0, 9830.0, 9817.0, 9800.0, 9779.0, 9774.0, 9769.0, 9741.0, 9731.0, 9724.0, 9717.0, 9730.0, 9735.0, 9737.0, 9756.0, 9760.0, 9760.0, 9759.0, 9741.0, 9751.0, 9752.0, 9754.0, 9757.0, 9764.0, 9774.0, 9790.0, 9789.0, 9794.0, 9793.0, 9812.0, 9797.0, 9819.0, 9804.0, 9812.0, 9796.0, 9798.0, 9814.0, 9817.0, 9805.0, 9822.0, 9816.0, 9818.0, 9818.0, 9820.0, 9820.0, 9820.0, 9813.0, 9823.0, 9827.0, 9843.0, 9843.0, 9846.0, 9837.0, 9841.0, 9830.0, 9851.0, 9845.0, 9842.0, 9842.0, 9877.0, 9837.0, 9806.0, 9807.0, 9851.0, 9857.0, 9856.0, 9848.0, 9854.0, 9863.0, 9867.0, 9882.0, 9885.0, 9871.0, 9864.0, 9855.0, 9879.0, 9867.0, 9866.0, 9865.0, 9863.0, 9858.0, 9852.0, 9842.0, 9852.0, 9841.0, 9842.0, 9841.0, 9850.0, 9840.0, 9846.0, 9857.0, 9854.0, 9863.0, 9843.0, 9852.0, 9838.0, 9853.0, 9854.0, 9853.0, 9838.0, 9836.0, 9832.0, 9856.0, 9835.0, 9838.0, 9847.0, 9835.0, 9828.0, 9829.0, 9833.0, 9832.0, 9841.0, 9837.0, 9836.0, 9832.0, 9850.0, 9838.0, 9855.0, 9856.0, 9845.0, 9858.0, 9861.0, 9864.0, 9860.0, 9858.0, 9860.0, 9854.0, 9856.0, 9861.0, 9856.0, 9862.0, 9862.0, 9840.0, 9852.0, 9859.0, 9857.0, 9862.0, 9864.0, 9855.0, 9858.0, 9864.0, 9882.0, 9883.0, 9882.0, 9861.0, 9866.0, 9877.0, 9882.0, 9882.0, 9863.0, 9879.0, 9879.0, 9884.0, 9876.0, 9860.0, 9857.0, 9859.0, 9876.0, 9856.0, 9837.0, 9858.0, 9854.0, 9858.0, 9860.0, 9839.0, 9848.0, 9840.0, 9847.0, 9836.0, 9836.0, 9834.0, 9835.0, 9845.0, 9835.0, 9840.0, 9832.0, 9829.0, 9832.0, 9833.0, 9835.0, 9851.0, 9851.0, 9831.0, 9834.0, 9836.0, 9855.0, 9855.0, 9839.0, 9848.0, 9859.0, 9856.0, 9854.0, 9860.0, 9847.0, 9850.0, 9842.0, 9852.0, 9843.0, 9834.0, 9851.0, 9841.0, 9851.0, 9853.0, 9857.0, 9840.0, 9836.0, 9837.0, 9838.0, 9853.0, 9851.0, 9835.0, 9831.0, 9837.0, 9836.0, 9851.0, 9857.0, 9852.0, 9850.0, 9854.0, 9857.0, 9852.0, 9857.0, 9853.0, 9857.0, 9858.0, 9860.0, 9861.0, 9856.0, 9854.0, 9858.0, 9854.0, 9857.0, 9857.0, 9858.0, 9839.0, 9851.0, 9856.0, 9849.0, 9857.0, 9857.0, 9839.0, 9842.0, 9858.0, 9863.0, 9863.0, 9860.0, 9860.0, 9863.0, 9861.0, 9858.0, 9883.0, 9862.0, 9859.0, 9860.0, 9864.0, 9865.0, 9867.0, 9876.0, 9857.0, 9856.0, 9854.0, 9861.0, 9865.0, 9879.0, 9857.0, 9856.0, 9862.0, 9862.0, 9879.0, 9862.0, 9861.0, 9853.0, 9858.0, 9862.0, 9867.0, 9862.0, 9862.0, 9856.0, 9842.0, 9844.0, 9861.0, 9864.0, 9853.0, 9855.0, 9861.0, 9856.0, 9861.0, 9864.0, 9858.0, 9841.0, 9857.0, 9859.0, 9860.0, 9866.0, 9865.0, 9857.0, 9856.0, 9864.0, 9858.0, 9863.0, 9865.0, 9858.0, 9841.0, 9858.0, 9857.0, 9862.0, 9865.0, 9863.0, 9855.0, 9840.0, 9859.0, 9856.0, 9859.0, 9864.0, 9860.0, 9840.0, 9843.0, 9863.0, 9857.0, 9863.0, 9881.0, 9860.0, 9850.0, 9859.0, 9863.0, 9862.0, 9866.0, 9867.0, 9863.0, 9855.0, 9865.0, 9865.0, 9870.0, 9881.0, 9862.0, 9860.0, 9869.0, 9864.0, 9864.0, 9883.0, 9863.0, 9852.0, 9862.0, 9863.0, 9859.0, 9866.0, 9866.0, 9856.0, 9859.0, 9861.0, 9861.0, 9872.0, 9865.0, 9859.0, 9866.0, 9869.0, 9884.0, 9884.0, 9873.0, 9858.0, 9862.0, 9865.0, 9863.0, 9866.0, 9863.0, 9842.0, 9838.0, 9860.0, 9854.0, 9844.0, 9859.0, 9837.0, 9834.0, 9836.0, 9838.0, 9836.0, 9858.0, 9839.0, 9835.0, 9839.0, 9841.0, 9842.0, 9859.0, 9841.0, 9835.0, 9836.0, 9836.0, 9836.0, 9843.0, 9857.0, 9838.0, 9833.0, 9833.0, 9848.0, 9833.0, 9843.0, 9853.0, 9836.0, 9838.0, 9842.0, 9841.0, 9858.0, 9853.0, 9839.0, 9830.0, 9843.0, 9842.0, 9845.0, 9860.0, 9854.0, 9837.0, 9843.0, 9843.0, 9863.0, 9861.0, 9842.0, 9839.0, 9856.0, 9857.0, 9858.0, 9844.0, 9857.0, 9833.0, 9836.0, 9839.0, 9851.0, 9846.0, 9857.0, 9831.0, 9837.0, 9842.0, 9859.0, 9851.0, 9863.0, 9859.0, 9843.0, 9855.0, 9860.0, 9843.0, 9861.0, 9856.0, 9842.0, 9838.0, 9843.0, 9843.0, 9857.0, 9857.0, 9857.0, 9852.0, 9837.0, 9843.0, 9857.0, 9846.0, 9861.0, 9843.0, 9849.0, 9844.0, 9858.0, 9845.0, 9858.0, 9855.0, 9831.0, 9840.0, 9836.0, 9857.0, 9857.0, 9859.0, 9842.0, 9840.0, 9859.0, 9836.0, 9862.0, 9862.0, 9860.0, 9841.0, 9843.0, 9862.0, 9860.0, 9865.0, 9865.0, 9844.0, 9854.0, 9862.0, 9861.0, 9861.0, 9866.0, 9846.0, 9852.0, 9835.0, 9861.0, 9858.0, 9860.0, 9860.0, 9844.0, 9839.0, 9839.0, 9841.0, 9843.0, 9863.0, 9880.0, 9859.0, 9864.0, 9847.0, 9852.0, 9848.0, 9836.0, 9889.0, 9908.0, 9907.0, 9889.0, 9882.0, 9878.0, 9869.0, 9869.0, 9878.0, 9867.0, 9852.0, 9854.0, 9841.0, 9839.0, 9835.0, 9825.0, 9814.0, 9791.0, 9786.0, 9797.0, 9793.0, 9778.0, 9784.0, 9776.0, 9776.0, 9778.0, 9780.0, 9782.0, 9784.0, 9776.0, 9777.0, 9782.0, 9785.0, 9801.0, 9801.0, 9799.0, 9792.0, 9799.0, 9795.0, 9804.0, 9797.0, 9801.0, 9784.0, 9803.0, 9804.0, 9809.0, 9825.0, 9808.0, 9804.0, 9806.0, 9825.0, 9827.0, 9830.0, 9828.0, 9825.0, 9829.0, 9831.0, 9833.0, 9854.0, 9828.0, 9830.0, 9840.0, 9838.0, 9841.0, 9857.0, 9837.0, 9838.0, 9841.0, 9855.0, 9860.0, 9856.0, 9854.0, 9842.0, 9860.0, 9855.0, 9836.0, 9802.0, 9804.0, 9796.0, 9797.0, 9808.0, 9821.0, 9838.0, 9832.0, 9847.0, 9850.0, 9827.0, 9824.0, 9820.0, 9826.0, 9827.0, 9826.0, 9808.0, 9825.0, 9813.0, 9809.0, 9812.0, 9821.0, 9798.0, 9803.0, 9800.0, 9802.0, 9804.0, 9808.0, 9821.0, 9808.0, 9808.0, 9807.0, 9831.0, 9828.0, 9828.0, 9830.0, 9832.0, 9831.0, 9830.0, 9850.0, 9836.0, 9833.0, 9825.0, 9830.0, 9830.0, 9835.0, 9846.0, 9831.0, 9846.0, 9832.0, 9838.0, 9855.0, 9851.0, 9838.0, 9829.0, 9833.0, 9837.0, 9833.0, 9848.0, 9828.0, 9827.0, 9832.0, 9829.0, 9833.0, 9835.0, 9829.0, 9823.0, 9825.0, 9829.0, 9832.0, 9826.0, 9831.0, 9830.0, 9830.0, 9828.0, 9833.0, 9845.0, 9837.0, 9837.0, 9836.0, 9854.0, 9854.0, 9863.0, 9860.0, 9856.0, 9856.0, 9844.0, 9856.0, 9860.0, 9862.0, 9859.0, 9843.0, 9840.0, 9854.0, 9843.0, 9853.0, 9854.0, 9829.0, 9835.0, 9836.0, 9857.0, 9857.0, 9831.0, 9837.0, 9837.0, 9840.0, 9840.0, 9831.0, 9825.0, 9829.0, 9835.0, 9844.0, 9835.0, 9834.0, 9833.0, 9827.0, 9825.0, 9831.0, 9830.0, 9826.0, 9824.0, 9825.0, 9824.0, 9823.0, 9824.0, 9824.0, 9824.0, 9830.0, 9833.0, 9832.0, 9829.0, 9820.0, 9832.0, 9834.0, 9828.0, 9849.0, 9848.0, 9831.0, 9831.0, 9833.0, 9835.0, 9848.0, 9836.0, 9834.0, 9848.0, 9833.0, 9832.0, 9854.0, 9832.0, 9828.0, 9848.0, 9834.0, 9851.0, 9854.0, 9826.0, 9833.0, 9835.0, 9846.0, 9852.0, 9844.0, 9835.0, 9842.0, 9846.0, 9857.0, 9850.0, 9852.0, 9837.0, 9850.0, 9847.0, 9855.0, 9859.0, 9841.0, 9832.0, 9851.0, 9830.0, 9832.0, 9855.0, 9838.0, 9832.0, 9830.0, 9848.0, 9842.0, 9844.0, 9837.0, 9827.0, 9828.0, 9829.0, 9831.0, 9855.0, 9838.0, 9830.0, 9835.0, 9839.0, 9850.0, 9860.0, 9846.0, 9827.0, 9851.0, 9830.0, 9797.0, 9780.0, 9799.0, 9802.0, 9800.0, 9799.0, 9811.0, 9811.0, 9829.0, 9831.0, 9804.0, 9806.0, 9801.0, 9806.0, 9808.0, 9802.0, 9788.0, 9784.0, 9785.0, 9785.0, 9803.0, 9805.0, 9783.0, 9777.0, 9785.0, 9785.0, 9783.0, 9786.0, 9803.0, 9779.0, 9781.0, 9803.0, 9786.0, 9793.0, 9805.0, 9792.0, 9787.0, 9787.0, 9790.0, 9793.0, 9808.0, 9809.0, 9806.0, 9803.0, 9796.0, 9813.0, 9807.0, 9815.0, 9818.0, 9810.0, 9809.0, 9810.0, 9817.0, 9810.0, 9819.0, 9812.0, 9802.0, 9812.0, 9821.0, 9820.0, 9825.0, 9814.0, 9821.0, 9824.0, 9827.0, 9846.0, 9847.0, 9821.0, 9827.0, 9825.0, 9829.0, 9825.0, 9840.0, 9820.0, 9821.0, 9821.0, 9830.0, 9842.0, 9822.0, 9820.0, 9846.0, 9827.0, 9825.0, 9843.0, 9825.0, 9819.0, 9827.0, 9830.0, 9833.0, 9824.0, 9827.0, 9831.0, 9831.0, 9824.0, 9833.0, 9827.0, 9822.0, 9821.0, 9840.0, 9829.0, 9829.0, 9827.0, 9828.0, 9831.0, 9825.0, 9850.0, 9841.0, 9828.0, 9835.0, 9837.0, 9829.0, 9853.0, 9836.0, 9833.0, 9842.0, 9835.0, 9838.0, 9853.0, 9835.0, 9829.0, 9829.0, 9851.0, 9844.0, 9852.0, 9848.0, 9829.0, 9827.0, 9832.0, 9837.0, 9834.0, 9848.0, 9833.0, 9830.0, 9834.0, 9850.0, 9843.0, 9839.0, 9834.0, 9839.0, 9835.0, 9834.0, 9858.0, 9838.0, 9850.0, 9839.0, 9847.0, 9839.0, 9850.0, 9824.0, 9787.0, 9797.0, 9806.0, 9805.0, 9833.0, 9839.0, 9840.0, 9866.0, 9846.0, 9832.0, 9835.0, 9820.0, 9837.0, 9836.0, 9827.0, 9815.0, 9832.0, 9829.0, 9824.0, 9826.0, 9841.0, 9822.0, 9823.0, 9828.0, 9829.0, 9832.0, 9843.0, 9843.0, 9851.0, 9831.0, 9840.0, 9832.0, 9823.0, 9829.0, 9841.0, 9834.0, 9816.0, 9816.0, 9837.0, 9844.0, 9847.0, 9848.0, 9839.0, 9821.0, 9796.0, 9801.0, 9803.0, 9821.0, 9813.0, 9837.0, 9840.0, 9835.0, 9835.0, 9836.0, 9839.0, 9824.0, 9826.0, 9824.0, 9798.0, 9798.0, 9815.0, 9798.0, 9807.0, 9811.0, 9809.0, 9832.0, 9842.0, 9818.0, 9820.0, 9841.0, 9825.0, 9823.0, 9826.0, 9818.0, 9820.0, 9819.0, 9819.0, 9814.0, 9819.0, 9824.0, 9833.0, 9815.0, 9820.0, 9826.0, 9826.0, 9825.0, 9829.0, 9828.0, 9824.0, 9821.0, 9828.0, 9833.0, 9830.0, 9847.0, 9827.0, 9830.0, 9851.0, 9832.0, 9829.0, 9846.0, 9829.0, 9828.0, 9832.0, 9827.0, 9829.0, 9835.0, 9820.0, 9826.0, 9830.0, 9827.0, 9824.0, 9831.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.0033673236402800215</td></tr>
<tr><td colspan=3>aqi</td><td>0.037624843403338715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.75671593792025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0826539422737051</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942740327586196</td></tr>
<tr><td colspan=3>efc</td><td>0.4696</td></tr>
<tr><td colspan=3>fber</td><td>5298.7251</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09094009695700991</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0156165858912223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2073065244723473</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.159709651939379</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.500061825642932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9621480958347304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119606</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>2.559570930316113e-06</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0180814228951931</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</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.941035463535511</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>45.3605</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9982</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9198</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.8881</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6643</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.6939</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3681.1167</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1434.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.8498</td></tr>
<tr><td colspan=3>tsnr</td><td>30.77310184156522</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>