<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>cb0e81bba39c7d0007799837d9e499cd</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:03:18.780000</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_VE11C_LATEST_20160120</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.999209, 0.0342162, 0.0202632, -0.0364647, 0.991658, 0.12363]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0944272</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4115, -7800, -7210, 458, -116, -180, 43, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19c5a3e4-cd8d-4d27-a9ca-fb1dd1a320b3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68080472946167, -0.09783216565847397, 0.04283283278346062, 117.01478576660156], [-0.09179946780204773, 2.6605465412139893, 0.33553147315979004, -93.94549560546875], [0.054364632815122604, -0.3316897451877594, 2.6787281036376953, -7.9680891036987305], [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': ['110318.780000', '110319.240000', '110319.700000', '110320.160000', '110320.620000', '110321.080000', '110321.540000', '110322.000000', '110322.460000', '110322.920000', '110323.380000', '110323.840000', '110324.300000', '110324.760000', '110325.220000', '110325.680000', '110326.140000', '110326.600000', '110327.060000', '110327.520000', '110327.980000', '110328.440000', '110328.900000', '110329.360000', '110329.820000', '110330.280000', '110330.740000', '110331.200000', '110331.660000', '110332.120000', '110332.580000', '110333.040000', '110333.500000', '110333.960000', '110334.420000', '110334.880000', '110335.340000', '110335.800000', '110336.260000', '110336.720000', '110337.180000', '110337.640000', '110338.100000', '110338.560000', '110339.020000', '110339.480000', '110339.940000', '110340.400000', '110340.860000', '110341.320000', '110341.780000', '110342.240000', '110342.700000', '110343.160000', '110343.620000', '110344.080000', '110344.540000', '110345.000000', '110345.460000', '110345.920000', '110346.380000', '110346.840000', '110347.300000', '110347.760000', '110348.220000', '110348.680000', '110349.140000', '110349.600000', '110350.060000', '110350.520000', '110350.980000', '110351.440000', '110351.900000', '110352.360000', '110352.820000', '110353.280000', '110353.740000', '110354.200000', '110354.660000', '110355.120000', '110355.580000', '110356.040000', '110356.500000', '110356.960000', '110357.420000', '110357.880000', '110358.340000', '110358.800000', '110359.260000', '110359.720000', '110400.180000', '110400.640000', '110401.100000', '110401.560000', '110402.020000', '110402.480000', '110402.940000', '110403.400000', '110403.860000', '110404.320000', '110404.780000', '110405.240000', '110405.700000', '110406.160000', '110406.620000', '110407.080000', '110407.540000', '110408.000000', '110408.460000', '110408.920000', '110409.380000', '110409.840000', '110410.300000', '110410.760000', '110411.220000', '110411.680000', '110412.140000', '110412.600000', '110413.060000', '110413.520000', '110413.980000', '110414.440000', '110414.900000', '110415.360000', '110415.820000', '110416.280000', '110416.740000', '110417.200000', '110417.660000', '110418.120000', '110418.580000', '110419.040000', '110419.500000', '110419.960000', '110420.420000', '110420.880000', '110421.340000', '110421.800000', '110422.260000', '110422.720000', '110423.180000', '110423.640000', '110424.100000', '110424.560000', '110425.020000', '110425.480000', '110425.940000', '110426.400000', '110426.860000', '110427.320000', '110427.780000', '110428.240000', '110428.700000', '110429.160000', '110429.620000', '110430.080000', '110430.540000', '110431.000000', '110431.460000', '110431.920000', '110432.380000', '110432.840000', '110433.300000', '110433.760000', '110434.220000', '110434.680000', '110435.140000', '110435.600000', '110436.060000', '110436.520000', '110436.980000', '110437.440000', '110437.900000', '110438.360000', '110438.820000', '110439.280000', '110439.740000', '110440.200000', '110440.660000', '110441.120000', '110441.580000', '110442.040000', '110442.500000', '110442.960000', '110443.420000', '110443.880000', '110444.340000', '110444.800000', '110445.260000', '110445.720000', '110446.180000', '110446.640000', '110447.100000', '110447.560000', '110448.020000', '110448.480000', '110448.940000', '110449.400000', '110449.860000', '110450.320000', '110450.780000', '110451.240000', '110451.700000', '110452.160000', '110452.620000', '110453.080000', '110453.540000', '110454.000000', '110454.460000', '110454.920000', '110455.380000', '110455.840000', '110456.300000', '110456.760000', '110457.220000', '110457.680000', '110458.140000', '110458.600000', '110459.060000', '110459.520000', '110459.980000', '110500.440000', '110500.900000', '110501.360000', '110501.820000', '110502.280000', '110502.740000', '110503.200000', '110503.660000', '110504.120000', '110504.580000', '110505.040000', '110505.500000', '110505.960000', '110506.420000', '110506.880000', '110507.340000', '110507.800000', '110508.260000', '110508.720000', '110509.180000', '110509.640000', '110510.100000', '110510.560000', '110511.020000', '110511.480000', '110511.940000', '110512.400000', '110512.860000', '110513.320000', '110513.780000', '110514.240000', '110514.700000', '110515.160000', '110515.620000', '110516.080000', '110516.540000', '110517.000000', '110517.460000', '110517.920000', '110518.380000', '110518.840000', '110519.300000', '110519.760000', '110520.220000', '110520.680000', '110521.140000', '110521.600000', '110522.060000', '110522.520000', '110522.980000', '110523.440000', '110523.900000', '110524.360000', '110524.820000', '110525.280000', '110525.740000', '110526.200000', '110526.660000', '110527.120000', '110527.580000', '110528.040000', '110528.500000', '110528.960000', '110529.420000', '110529.880000', '110530.340000', '110530.800000', '110531.260000', '110531.720000', '110532.180000', '110532.640000', '110533.100000', '110533.560000', '110534.020000', '110534.480000', '110534.940000', '110535.400000', '110535.860000', '110536.320000', '110536.780000', '110537.240000', '110537.700000', '110538.160000', '110538.620000', '110539.080000', '110539.540000', '110540.000000', '110540.460000', '110540.920000', '110541.380000', '110541.840000', '110542.300000', '110542.760000', '110543.220000', '110543.680000', '110544.140000', '110544.600000', '110545.060000', '110545.520000', '110545.980000', '110546.440000', '110546.900000', '110547.360000', '110547.820000', '110548.280000', '110548.740000', '110549.200000', '110549.660000', '110550.120000', '110550.580000', '110551.040000', '110551.500000', '110551.960000', '110552.420000', '110552.880000', '110553.340000', '110553.800000', '110554.260000', '110554.720000', '110555.180000', '110555.640000', '110556.100000', '110556.560000', '110557.020000', '110557.480000', '110557.940000', '110558.400000', '110558.860000', '110559.320000', '110559.780000', '110600.240000', '110600.700000', '110601.160000', '110601.620000', '110602.080000', '110602.540000', '110603.000000', '110603.460000', '110603.920000', '110604.380000', '110604.840000', '110605.300000', '110605.760000', '110606.220000', '110606.680000', '110607.140000', '110607.600000', '110608.060000', '110608.520000', '110608.980000', '110609.440000', '110609.900000', '110610.360000', '110610.820000', '110611.280000', '110611.740000', '110612.200000', '110612.660000', '110613.120000', '110613.580000', '110614.040000', '110614.500000', '110614.960000', '110615.420000', '110615.880000', '110616.340000', '110616.800000', '110617.260000', '110617.720000', '110618.180000', '110618.640000', '110619.100000', '110619.560000', '110620.020000', '110620.480000', '110620.940000', '110621.400000', '110621.860000', '110622.320000', '110622.780000', '110623.240000', '110623.700000', '110624.160000', '110624.620000', '110625.080000', '110625.540000', '110626.000000', '110626.460000', '110626.920000', '110627.380000', '110627.840000', '110628.300000', '110628.760000', '110629.220000', '110629.680000', '110630.140000', '110630.600000', '110631.060000', '110631.520000', '110631.980000', '110632.440000', '110632.900000', '110633.360000', '110633.820000', '110634.280000', '110634.740000', '110635.200000', '110635.660000', '110636.120000', '110636.580000', '110637.040000', '110637.500000', '110637.960000', '110638.420000', '110638.880000', '110639.340000', '110639.800000', '110640.260000', '110640.720000', '110641.180000', '110641.640000', '110642.100000', '110642.560000', '110643.020000', '110643.480000', '110643.940000', '110644.400000', '110644.860000', '110645.320000', '110645.780000', '110646.240000', '110646.700000', '110647.160000', '110647.620000', '110648.080000', '110648.540000', '110649.000000', '110649.460000', '110649.920000', '110650.380000', '110650.840000', '110651.300000', '110651.760000', '110652.220000', '110652.680000', '110653.140000', '110653.600000', '110654.060000', '110654.520000', '110654.980000', '110655.440000', '110655.900000', '110656.360000', '110656.820000', '110657.280000', '110657.740000', '110658.200000', '110658.660000', '110659.120000', '110659.580000', '110700.040000', '110700.500000', '110700.960000', '110701.420000', '110701.880000', '110702.340000', '110702.800000', '110703.260000', '110703.720000', '110704.180000', '110704.640000', '110705.100000', '110705.560000', '110706.020000', '110706.480000', '110706.940000', '110707.400000', '110707.860000', '110708.320000', '110708.780000', '110709.240000', '110709.700000', '110710.160000', '110710.620000', '110711.080000', '110711.540000', '110712.000000', '110712.460000', '110712.920000', '110713.380000', '110713.840000', '110714.300000', '110714.760000', '110715.220000', '110715.680000', '110716.140000', '110716.600000', '110717.060000', '110717.520000', '110717.980000', '110718.440000', '110718.900000', '110719.360000', '110719.820000', '110720.280000', '110720.740000', '110721.200000', '110721.660000', '110722.120000', '110722.580000', '110723.040000', '110723.500000', '110723.960000', '110724.420000', '110724.880000', '110725.340000', '110725.800000', '110726.260000', '110726.720000', '110727.180000', '110727.640000', '110728.100000', '110728.560000', '110729.020000', '110729.480000', '110729.940000', '110730.400000', '110730.860000', '110731.320000', '110731.780000', '110732.240000', '110732.700000', '110733.160000', '110733.620000', '110734.080000', '110734.540000', '110735.000000', '110735.460000', '110735.920000', '110736.380000', '110736.840000', '110737.300000', '110737.760000', '110738.220000', '110738.680000', '110739.140000', '110739.600000', '110740.060000', '110740.520000', '110740.980000', '110741.440000', '110741.900000', '110742.360000', '110742.820000', '110743.280000', '110743.740000', '110744.200000', '110744.660000', '110745.120000', '110745.580000', '110746.040000', '110746.500000', '110746.960000', '110747.420000', '110747.880000', '110748.340000', '110748.800000', '110749.260000', '110749.720000', '110750.180000', '110750.640000', '110751.100000', '110751.560000', '110752.020000', '110752.480000', '110752.940000', '110753.400000', '110753.860000', '110754.320000', '110754.780000', '110755.240000', '110755.700000', '110756.160000', '110756.620000', '110757.080000', '110757.540000', '110758.000000', '110758.460000', '110758.920000', '110759.380000', '110759.840000', '110800.300000', '110800.760000', '110801.220000', '110801.680000', '110802.140000', '110802.600000', '110803.060000', '110803.520000', '110803.980000', '110804.440000', '110804.900000', '110805.360000', '110805.820000', '110806.280000', '110806.740000', '110807.200000', '110807.660000', '110808.120000', '110808.580000', '110809.040000', '110809.500000', '110809.960000', '110810.420000', '110810.880000', '110811.340000', '110811.800000', '110812.260000', '110812.720000', '110813.180000', '110813.640000', '110814.100000', '110814.560000', '110815.020000', '110815.480000', '110815.940000', '110816.400000', '110816.860000', '110817.320000', '110817.780000', '110818.240000', '110818.700000', '110819.160000', '110819.620000', '110820.080000', '110820.540000', '110821.000000', '110821.460000', '110821.920000', '110822.380000', '110822.840000', '110823.300000', '110823.760000', '110824.220000', '110824.680000', '110825.140000', '110825.600000', '110826.060000', '110826.520000', '110826.980000', '110827.440000', '110827.900000', '110828.360000', '110828.820000', '110829.280000', '110829.740000', '110830.200000', '110830.660000', '110831.120000', '110831.580000', '110832.040000', '110832.500000', '110832.960000', '110833.420000', '110833.880000', '110834.340000', '110834.800000', '110835.260000', '110835.720000', '110836.180000', '110836.640000', '110837.100000', '110837.560000', '110838.020000', '110838.480000', '110838.940000', '110839.400000', '110839.860000', '110840.320000', '110840.780000', '110841.240000', '110841.700000', '110842.160000', '110842.620000', '110843.080000', '110843.540000', '110844.000000', '110844.460000', '110844.920000', '110845.380000', '110845.840000', '110846.300000', '110846.760000', '110847.220000', '110847.680000', '110848.140000', '110848.600000', '110849.060000', '110849.520000', '110849.980000', '110850.440000', '110850.900000', '110851.360000', '110851.820000', '110852.280000', '110852.740000', '110853.200000', '110853.660000', '110854.120000', '110854.580000', '110855.040000', '110855.500000', '110855.960000', '110856.420000', '110856.880000', '110857.340000', '110857.800000', '110858.260000', '110858.720000', '110859.180000', '110859.640000', '110900.100000', '110900.560000', '110901.020000', '110901.480000', '110901.940000', '110902.400000', '110902.860000', '110903.320000', '110903.780000', '110904.240000', '110904.700000', '110905.160000', '110905.620000', '110906.080000', '110906.540000', '110907.000000', '110907.460000', '110907.920000', '110908.380000', '110908.840000', '110909.300000', '110909.760000', '110910.220000', '110910.680000', '110911.140000', '110911.600000', '110912.060000', '110912.520000', '110912.980000', '110913.440000', '110913.900000', '110914.360000', '110914.820000', '110915.280000', '110915.740000', '110916.200000', '110916.660000', '110917.120000', '110917.580000', '110918.040000', '110918.500000', '110918.960000', '110919.420000', '110919.880000', '110920.340000', '110920.800000', '110921.260000', '110921.720000', '110922.180000', '110922.640000', '110923.100000', '110923.560000', '110924.020000', '110924.480000', '110924.940000', '110925.400000', '110925.860000', '110926.320000', '110926.780000', '110927.240000', '110927.700000', '110928.160000', '110928.620000', '110929.080000', '110929.540000', '110930.000000', '110930.460000', '110930.920000', '110931.380000', '110931.840000', '110932.300000', '110932.760000', '110933.220000', '110933.680000', '110934.140000', '110934.600000', '110935.060000', '110935.520000', '110935.980000', '110936.440000', '110936.900000', '110937.360000', '110937.820000', '110938.280000', '110938.740000', '110939.200000', '110939.660000', '110940.120000', '110940.580000', '110941.040000', '110941.500000', '110941.960000', '110942.420000', '110942.880000', '110943.340000', '110943.800000', '110944.260000', '110944.720000', '110945.180000', '110945.640000', '110946.100000', '110946.560000', '110947.020000', '110947.480000', '110947.940000', '110948.400000', '110948.860000', '110949.320000', '110949.780000', '110950.240000', '110950.700000', '110951.160000', '110951.620000', '110952.080000', '110952.540000', '110953.000000', '110953.460000', '110953.920000', '110954.380000', '110954.840000', '110955.300000', '110955.760000', '110956.220000', '110956.680000', '110957.140000', '110957.600000', '110958.060000', '110958.520000', '110958.980000', '110959.440000', '110959.900000', '111000.360000', '111000.820000', '111001.280000', '111001.740000', '111002.200000', '111002.660000', '111003.120000', '111003.580000', '111004.040000', '111004.500000', '111004.960000', '111005.420000', '111005.880000', '111006.340000', '111006.800000', '111007.260000', '111007.720000', '111008.180000', '111008.640000', '111009.100000', '111009.560000', '111010.020000', '111010.480000', '111010.940000', '111011.400000', '111011.860000', '111012.320000', '111012.780000', '111013.240000', '111013.700000', '111014.160000', '111014.620000', '111015.080000', '111015.540000', '111016.000000', '111016.460000', '111016.920000', '111017.380000', '111017.840000', '111018.300000', '111018.760000', '111019.220000', '111019.680000', '111020.140000', '111020.600000', '111021.060000', '111021.520000', '111021.980000', '111022.440000', '111022.900000', '111023.360000', '111023.820000', '111024.280000', '111024.740000', '111025.200000', '111025.660000', '111026.120000', '111026.580000', '111027.040000', '111027.500000', '111027.960000', '111028.420000', '111028.880000', '111029.340000', '111029.800000', '111030.260000', '111030.720000', '111031.180000', '111031.640000', '111032.100000', '111032.560000', '111033.020000', '111033.480000', '111033.940000', '111034.400000', '111034.860000', '111035.320000', '111035.780000', '111036.240000', '111036.700000', '111037.160000', '111037.620000', '111038.080000', '111038.540000', '111039.000000', '111039.460000', '111039.920000', '111040.380000', '111040.840000', '111041.300000', '111041.760000', '111042.220000', '111042.680000', '111043.140000', '111043.600000', '111044.060000', '111044.520000', '111044.980000', '111045.440000', '111045.900000', '111046.360000', '111046.820000', '111047.280000', '111047.740000', '111048.200000', '111048.660000', '111049.120000', '111049.580000', '111050.040000', '111050.500000', '111050.960000', '111051.420000', '111051.880000', '111052.340000', '111052.800000', '111053.260000', '111053.720000', '111054.180000', '111054.640000', '111055.100000', '111055.560000', '111056.020000', '111056.480000', '111056.940000', '111057.400000', '111057.860000', '111058.320000', '111058.780000', '111059.240000', '111059.700000', '111100.160000', '111100.620000', '111101.080000', '111101.540000', '111102.000000', '111102.460000', '111102.920000', '111103.380000', '111103.840000', '111104.300000', '111104.760000', '111105.220000', '111105.680000', '111106.140000', '111106.600000', '111107.060000', '111107.520000', '111107.980000', '111108.440000', '111108.900000', '111109.360000', '111109.820000', '111110.280000', '111110.740000', '111111.200000', '111111.660000', '111112.120000', '111112.580000', '111113.040000', '111113.500000', '111113.960000', '111114.420000', '111114.880000', '111115.340000', '111115.800000', '111116.260000', '111116.720000', '111117.180000', '111117.640000', '111118.100000', '111118.560000', '111119.020000', '111119.480000', '111119.940000', '111120.400000', '111120.860000', '111121.320000', '111121.780000', '111122.240000', '111122.700000', '111123.160000', '111123.620000', '111124.080000', '111124.540000', '111125.000000', '111125.460000', '111125.920000', '111126.380000', '111126.840000', '111127.300000', '111127.760000', '111128.220000', '111128.680000', '111129.140000', '111129.600000', '111130.060000', '111130.520000', '111130.980000', '111131.440000', '111131.900000', '111132.360000', '111132.820000', '111133.280000', '111133.740000', '111134.200000', '111134.660000', '111135.120000', '111135.580000', '111136.040000', '111136.500000', '111136.960000', '111137.420000', '111137.880000', '111138.340000', '111138.800000', '111139.260000', '111139.720000', '111140.180000', '111140.640000', '111141.100000', '111141.560000', '111142.020000', '111142.480000', '111142.940000', '111143.400000', '111143.860000', '111144.320000', '111144.780000', '111145.240000', '111145.700000', '111146.160000', '111146.620000', '111147.080000', '111147.540000', '111148.000000', '111148.460000', '111148.920000', '111149.380000', '111149.840000', '111150.300000', '111150.760000', '111151.220000', '111151.680000', '111152.140000', '111152.600000', '111153.060000', '111153.520000', '111153.980000', '111154.440000', '111154.900000', '111155.360000', '111155.820000', '111156.280000', '111156.740000', '111157.200000', '111157.660000', '111158.120000', '111158.580000', '111159.040000', '111159.500000', '111159.960000', '111200.420000', '111200.880000', '111201.340000', '111201.800000', '111202.260000', '111202.720000', '111203.180000', '111203.640000', '111204.100000', '111204.560000', '111205.020000', '111205.480000', '111205.940000', '111206.400000', '111206.860000', '111207.320000', '111207.780000', '111208.240000', '111208.700000', '111209.160000', '111209.620000', '111210.080000', '111210.540000', '111211.000000', '111211.460000', '111211.920000', '111212.380000', '111212.840000', '111213.300000', '111213.760000', '111214.220000', '111214.680000', '111215.140000', '111215.600000', '111216.060000', '111216.520000', '111216.980000', '111217.440000', '111217.900000', '111218.360000', '111218.820000', '111219.280000', '111219.740000', '111220.200000', '111220.660000', '111221.120000', '111221.580000', '111222.040000', '111222.500000', '111222.960000', '111223.420000', '111223.880000', '111224.340000', '111224.800000', '111225.260000', '111225.720000', '111226.180000', '111226.640000', '111227.100000', '111227.560000', '111228.020000', '111228.480000', '111228.940000', '111229.400000', '111229.860000', '111230.320000', '111230.780000', '111231.240000', '111231.700000', '111232.160000', '111232.620000', '111233.080000', '111233.540000', '111234.000000', '111234.460000', '111234.920000', '111235.380000', '111235.840000', '111236.300000', '111236.760000', '111237.220000', '111237.680000', '111238.140000', '111238.600000', '111239.060000', '111239.520000', '111239.980000', '111240.440000', '111240.900000', '111241.360000', '111241.820000', '111242.280000', '111242.740000', '111243.200000', '111243.660000', '111244.120000', '111244.580000', '111245.040000', '111245.500000', '111245.960000', '111246.420000', '111246.880000', '111247.340000', '111247.800000', '111248.260000', '111248.720000', '111249.180000', '111249.640000', '111250.100000', '111250.560000', '111251.020000', '111251.480000', '111251.940000', '111252.400000', '111252.860000', '111253.320000', '111253.780000', '111254.240000', '111254.700000', '111255.160000', '111255.620000', '111256.080000', '111256.540000', '111257.000000', '111257.460000', '111257.920000', '111258.380000', '111258.840000', '111259.300000', '111259.760000', '111300.220000', '111300.680000', '111301.140000', '111301.600000', '111302.060000', '111302.520000', '111302.980000', '111303.440000', '111303.900000', '111304.360000', '111304.820000', '111305.280000', '111305.740000', '111306.200000', '111306.660000', '111307.120000', '111307.580000', '111308.040000', '111308.500000', '111308.960000', '111309.420000', '111309.880000', '111310.340000', '111310.800000', '111311.260000', '111311.720000', '111312.180000', '111312.640000', '111313.100000', '111313.560000', '111314.020000', '111314.480000', '111314.940000', '111315.400000', '111315.860000', '111316.320000', '111316.780000', '111317.240000', '111317.700000', '111318.160000', '111318.620000', '111319.080000', '111319.540000', '111320.000000', '111320.460000', '111320.920000', '111321.380000', '111321.840000', '111322.300000', '111322.760000', '111323.220000', '111323.680000', '111324.140000', '111324.600000', '111325.060000', '111325.520000', '111325.980000', '111326.440000', '111326.900000', '111327.360000', '111327.820000', '111328.280000', '111328.740000', '111329.200000', '111329.660000', '111330.120000', '111330.580000', '111331.040000', '111331.500000', '111331.960000', '111332.420000', '111332.880000', '111333.340000', '111333.800000', '111334.260000', '111334.720000', '111335.180000', '111335.640000', '111336.100000', '111336.560000', '111337.020000', '111337.480000', '111337.940000', '111338.400000', '111338.860000', '111339.320000', '111339.780000', '111340.240000', '111340.700000', '111341.160000', '111341.620000', '111342.080000', '111342.540000', '111343.000000', '111343.460000', '111343.920000', '111344.380000', '111344.840000', '111345.300000', '111345.760000', '111346.220000', '111346.680000', '111347.140000', '111347.600000', '111348.060000', '111348.520000', '111348.980000', '111349.440000', '111349.900000', '111350.360000', '111350.820000', '111351.280000', '111351.740000', '111352.200000', '111352.660000', '111353.120000', '111353.580000', '111354.040000', '111354.500000', '111354.960000', '111355.420000', '111355.880000', '111356.340000', '111356.800000', '111357.260000', '111357.720000', '111358.180000', '111358.640000', '111359.100000', '111359.560000', '111400.020000', '111400.480000', '111400.940000', '111401.400000', '111401.860000', '111402.320000', '111402.780000', '111403.240000', '111403.700000', '111404.160000', '111404.620000', '111405.080000', '111405.540000', '111406.000000', '111406.460000', '111406.920000', '111407.380000', '111407.840000', '111408.300000', '111408.760000', '111409.220000', '111409.680000', '111410.140000', '111410.600000', '111411.060000', '111411.520000', '111411.980000', '111412.440000', '111412.900000', '111413.360000', '111413.820000', '111414.280000', '111414.740000', '111415.200000', '111415.660000', '111416.120000', '111416.580000', '111417.040000', '111417.500000', '111417.960000', '111418.420000', '111418.880000', '111419.340000', '111419.800000', '111420.260000', '111420.720000', '111421.180000', '111421.640000', '111422.100000', '111422.560000', '111423.020000', '111423.480000', '111423.940000', '111424.400000', '111424.860000', '111425.320000', '111425.780000', '111426.240000', '111426.700000', '111427.160000', '111427.620000', '111428.080000', '111428.540000', '111429.000000', '111429.460000', '111429.920000', '111430.380000', '111430.840000', '111431.300000', '111431.760000', '111432.220000', '111432.680000', '111433.140000', '111433.600000', '111434.060000', '111434.520000', '111434.980000', '111435.440000', '111435.900000', '111436.360000', '111436.820000', '111437.280000', '111437.740000', '111438.200000', '111438.660000', '111439.120000', '111439.580000', '111440.040000', '111440.500000', '111440.960000', '111441.420000', '111441.880000', '111442.340000', '111442.800000', '111443.260000', '111443.720000', '111444.180000', '111444.640000', '111445.100000', '111445.560000', '111446.020000', '111446.480000', '111446.940000', '111447.400000', '111447.860000', '111448.320000', '111448.780000', '111449.240000', '111449.700000', '111450.160000', '111450.620000', '111451.080000', '111451.540000', '111452.000000', '111452.460000', '111452.920000', '111453.380000', '111453.840000', '111454.300000', '111454.760000', '111455.220000', '111455.680000', '111456.140000', '111456.600000', '111457.060000', '111457.520000', '111457.980000', '111458.440000', '111458.900000', '111459.360000', '111459.820000', '111500.280000', '111500.740000', '111501.200000', '111501.660000', '111502.120000', '111502.580000', '111503.040000', '111503.500000', '111503.960000', '111504.420000', '111504.880000', '111505.340000', '111505.800000', '111506.260000', '111506.720000', '111507.180000', '111507.640000', '111508.100000', '111508.560000', '111509.020000', '111509.480000', '111509.940000', '111510.400000', '111510.860000', '111511.320000', '111511.780000', '111512.240000', '111512.700000', '111513.160000', '111513.620000', '111514.080000', '111514.540000', '111515.000000', '111515.460000', '111515.920000', '111516.380000', '111516.840000', '111517.300000', '111517.760000', '111518.220000', '111518.680000', '111519.140000', '111519.600000', '111520.060000', '111520.520000', '111520.980000', '111521.440000', '111521.900000', '111522.360000', '111522.820000', '111523.280000', '111523.740000', '111524.200000', '111524.660000', '111525.120000', '111525.580000', '111526.040000', '111526.500000', '111526.960000', '111527.420000', '111527.880000', '111528.340000', '111528.800000', '111529.260000', '111529.720000', '111530.180000', '111530.640000', '111531.100000', '111531.560000', '111532.020000', '111532.480000', '111532.940000', '111533.400000', '111533.860000', '111534.320000', '111534.780000', '111535.240000', '111535.700000', '111536.160000', '111536.620000', '111537.080000', '111537.540000', '111538.000000', '111538.460000', '111538.920000', '111539.380000', '111539.840000', '111540.300000', '111540.760000', '111541.220000', '111541.680000', '111542.140000', '111542.600000', '111543.060000', '111543.520000', '111543.980000', '111544.440000', '111544.900000', '111545.360000', '111545.820000', '111546.280000', '111546.740000', '111547.200000', '111547.660000', '111548.120000', '111548.580000', '111549.040000', '111549.500000', '111549.960000', '111550.420000', '111550.880000', '111551.340000', '111551.800000', '111552.260000', '111552.720000', '111553.180000', '111553.640000', '111554.100000', '111554.560000', '111555.020000', '111555.480000', '111555.940000', '111556.400000', '111556.860000', '111557.320000', '111557.780000', '111558.240000', '111558.700000', '111559.160000', '111559.620000', '111600.080000', '111600.540000', '111601.000000', '111601.460000', '111601.920000', '111602.380000', '111602.840000', '111603.300000', '111603.760000', '111604.220000', '111604.680000', '111605.140000', '111605.600000', '111606.060000', '111606.520000', '111606.980000', '111607.440000', '111607.900000', '111608.360000', '111608.820000', '111609.280000', '111609.740000', '111610.200000', '111610.660000', '111611.120000', '111611.580000', '111612.040000', '111612.500000', '111612.960000', '111613.420000', '111613.880000', '111614.340000', '111614.800000', '111615.260000', '111615.720000', '111616.180000', '111616.640000', '111617.100000', '111617.560000', '111618.020000', '111618.480000', '111618.940000', '111619.400000', '111619.860000', '111620.320000', '111620.780000', '111621.240000', '111621.700000', '111622.160000', '111622.620000', '111623.080000', '111623.540000', '111624.000000', '111624.460000', '111624.920000', '111625.380000', '111625.840000', '111626.300000', '111626.760000', '111627.220000', '111627.680000', '111628.140000', '111628.600000', '111629.060000', '111629.520000', '111629.980000', '111630.440000', '111630.900000', '111631.360000', '111631.820000', '111632.280000', '111632.740000', '111633.200000', '111633.660000', '111634.120000', '111634.580000', '111635.040000', '111635.500000', '111635.960000', '111636.420000', '111636.880000', '111637.340000', '111637.800000', '111638.260000', '111638.720000', '111639.180000', '111639.640000', '111640.100000', '111640.560000', '111641.020000', '111641.480000', '111641.940000', '111642.400000', '111642.860000', '111643.320000', '111643.780000', '111644.240000', '111644.700000', '111645.160000', '111645.620000', '111646.080000', '111646.540000', '111647.000000', '111647.460000', '111647.920000', '111648.380000', '111648.840000', '111649.300000', '111649.760000', '111650.220000', '111650.680000', '111651.140000', '111651.600000', '111652.060000', '111652.520000', '111652.980000', '111653.440000', '111653.900000', '111654.360000', '111654.820000', '111655.280000', '111655.740000', '111656.200000', '111656.660000', '111657.120000', '111657.580000', '111658.040000', '111658.500000', '111658.960000', '111659.420000', '111659.880000', '111700.340000', '111700.800000', '111701.260000', '111701.720000', '111702.180000', '111702.640000', '111703.100000', '111703.560000', '111704.020000', '111704.480000', '111704.940000', '111705.400000', '111705.860000', '111706.320000', '111706.780000', '111707.240000', '111707.700000', '111708.160000', '111708.620000', '111709.080000', '111709.540000', '111710.000000', '111710.460000', '111710.920000', '111711.380000', '111711.840000', '111712.300000', '111712.760000', '111713.220000', '111713.680000', '111714.140000', '111714.600000', '111715.060000', '111715.520000', '111715.980000', '111716.440000', '111716.900000', '111717.360000', '111717.820000', '111718.280000', '111718.740000', '111719.200000', '111719.660000', '111720.120000', '111720.580000', '111721.040000', '111721.500000', '111721.960000', '111722.420000', '111722.880000', '111723.340000', '111723.800000', '111724.260000', '111724.720000', '111725.180000', '111725.640000', '111726.100000', '111726.560000', '111727.020000', '111727.480000', '111727.940000', '111728.400000', '111728.860000', '111729.320000', '111729.780000', '111730.240000', '111730.700000', '111731.160000', '111731.620000', '111732.080000', '111732.540000', '111733.000000', '111733.460000'], 'ContentTime': ['110334.199000', '110334.202000', '110334.230000', '110334.233000', '110334.236000', '110334.238000', '110334.252000', '110334.254000', '110334.269000', '110334.272000', '110334.275000', '110334.278000', '110334.281000', '110334.284000', '110334.287000', '110334.290000', '110334.293000', '110334.299000', '110334.302000', '110334.305000', '110334.308000', '110334.311000', '110334.314000', '110334.317000', '110334.320000', '110334.323000', '110334.326000', '110334.329000', '110334.332000', '110334.335000', '110334.338000', '110334.341000', '110354.159000', '110354.162000', '110354.164000', '110354.167000', '110354.170000', '110354.173000', '110354.176000', '110354.179000', '110354.182000', '110354.184000', '110354.187000', '110354.190000', '110354.193000', '110354.196000', '110354.199000', '110354.201000', '110354.204000', '110354.207000', '110354.210000', '110354.213000', '110354.215000', '110354.218000', '110354.221000', '110354.232000', '110354.235000', '110354.238000', '110354.241000', '110354.244000', '110354.247000', '110354.249000', '110354.252000', '110354.256000', '110354.261000', '110354.264000', '110354.267000', '110354.270000', '110354.273000', '110354.276000', '110354.279000', '110354.282000', '110354.284000', '110354.287000', '110354.290000', '110414.159000', '110414.162000', '110414.164000', '110414.167000', '110414.170000', '110414.173000', '110414.176000', '110414.179000', '110414.182000', '110414.185000', '110414.187000', '110414.190000', '110414.193000', '110414.196000', '110414.199000', '110414.201000', '110414.204000', '110414.207000', '110414.210000', '110414.213000', '110414.217000', '110414.220000', '110414.222000', '110414.225000', '110414.228000', '110414.231000', '110414.234000', '110414.237000', '110414.239000', '110414.242000', '110414.245000', '110414.248000', '110414.251000', '110414.253000', '110414.256000', '110414.259000', '110414.262000', '110414.265000', '110414.268000', '110414.270000', '110414.273000', '110414.276000', '110414.279000', '110414.282000', '110434.160000', '110434.163000', '110434.166000', '110434.168000', '110434.171000', '110434.174000', '110434.177000', '110434.180000', '110434.183000', '110434.186000', '110434.189000', '110434.191000', '110434.194000', '110434.197000', '110434.200000', '110434.203000', '110434.206000', '110434.209000', '110434.213000', '110434.216000', '110434.219000', '110434.222000', '110434.225000', '110434.228000', '110434.231000', '110434.234000', '110434.237000', '110434.240000', '110434.242000', '110434.245000', '110434.248000', '110434.251000', '110434.254000', '110434.256000', '110434.260000', '110434.262000', '110434.278000', '110434.282000', '110434.285000', '110434.288000', '110434.291000', '110434.294000', '110434.297000', '110454.160000', '110454.163000', '110454.166000', '110454.169000', '110454.171000', '110454.174000', '110454.177000', '110454.180000', '110454.183000', '110454.186000', '110454.189000', '110454.192000', '110454.195000', '110454.197000', '110454.200000', '110454.203000', '110454.206000', '110454.209000', '110454.212000', '110454.214000', '110454.217000', '110454.220000', '110454.223000', '110454.226000', '110454.229000', '110454.231000', '110454.234000', '110454.237000', '110454.240000', '110454.243000', '110454.246000', '110454.249000', '110454.251000', '110454.254000', '110454.257000', '110454.260000', '110454.263000', '110454.266000', '110454.268000', '110454.271000', '110454.274000', '110454.277000', '110454.280000', '110454.283000', '110514.160000', '110514.163000', '110514.166000', '110514.169000', '110514.171000', '110514.181000', '110514.184000', '110514.187000', '110514.189000', '110514.192000', '110514.195000', '110514.198000', '110514.201000', '110514.204000', '110514.207000', '110514.209000', '110514.212000', '110514.215000', '110514.218000', '110514.221000', '110514.224000', '110514.227000', '110514.230000', '110514.232000', '110514.235000', '110514.238000', '110514.241000', '110514.244000', '110514.247000', '110514.250000', '110514.252000', '110514.255000', '110514.258000', '110514.261000', '110514.264000', '110514.267000', '110514.270000', '110514.273000', '110514.276000', '110514.278000', '110514.281000', '110514.284000', '110514.287000', '110534.160000', '110534.163000', '110534.166000', '110534.169000', '110534.171000', '110534.174000', '110534.177000', '110534.180000', '110534.183000', '110534.186000', '110534.189000', '110534.192000', '110534.194000', '110534.197000', '110534.200000', '110534.203000', '110534.206000', '110534.209000', '110534.212000', '110534.215000', '110534.218000', '110534.220000', '110534.223000', '110534.226000', '110534.229000', '110534.232000', '110534.235000', '110534.238000', '110534.241000', '110534.244000', '110534.247000', '110534.250000', '110534.253000', '110534.255000', '110534.258000', '110534.261000', '110534.264000', '110534.267000', '110534.270000', '110534.273000', '110534.275000', '110534.278000', '110534.281000', '110534.284000', '110554.159000', '110554.162000', '110554.165000', '110554.168000', '110554.171000', '110554.173000', '110554.176000', '110554.179000', '110554.182000', '110554.185000', '110554.188000', '110554.191000', '110554.193000', '110554.196000', '110554.199000', '110554.202000', '110554.205000', '110554.208000', '110554.211000', '110554.213000', '110554.216000', '110554.219000', '110554.222000', '110554.225000', '110554.228000', '110554.231000', '110554.233000', '110554.236000', '110554.239000', '110554.242000', '110554.245000', '110554.249000', '110554.252000', '110554.255000', '110554.258000', '110554.261000', '110554.264000', '110554.266000', '110554.269000', '110554.272000', '110554.275000', '110554.278000', '110554.280000', '110614.159000', '110614.168000', '110614.171000', '110614.174000', '110614.177000', '110614.180000', '110614.183000', '110614.186000', '110614.189000', '110614.191000', '110614.194000', '110614.197000', '110614.200000', '110614.203000', '110614.206000', '110614.208000', '110614.211000', '110614.214000', '110614.217000', '110614.220000', '110614.223000', '110614.226000', '110614.229000', '110614.232000', '110614.234000', '110614.237000', '110614.240000', '110614.243000', '110614.246000', '110614.249000', '110614.251000', '110614.254000', '110614.271000', '110614.283000', '110614.286000', '110614.289000', '110614.291000', '110614.294000', '110614.297000', '110614.300000', '110614.303000', '110614.306000', '110614.308000', '110614.311000', '110634.159000', '110634.162000', '110634.165000', '110634.168000', '110634.171000', '110634.173000', '110634.176000', '110634.179000', '110634.182000', '110634.185000', '110634.188000', '110634.191000', '110634.193000', '110634.196000', '110634.199000', '110634.202000', '110634.205000', '110634.208000', '110634.211000', '110634.214000', '110634.217000', '110634.219000', '110634.222000', '110634.225000', '110634.228000', '110634.231000', '110634.234000', '110634.237000', '110634.240000', '110634.242000', '110634.245000', '110634.248000', '110634.251000', '110634.254000', '110634.257000', '110634.261000', '110634.264000', '110634.266000', '110634.269000', '110634.272000', '110634.275000', '110634.278000', '110634.281000', '110654.160000', '110654.163000', '110654.166000', '110654.168000', '110654.171000', '110654.174000', '110654.177000', '110654.180000', '110654.183000', '110654.186000', '110654.188000', '110654.191000', '110654.194000', '110654.197000', '110654.200000', '110654.202000', '110654.206000', '110654.208000', '110654.211000', '110654.214000', '110654.217000', '110654.220000', '110654.223000', '110654.225000', '110654.228000', '110654.231000', '110654.234000', '110654.237000', '110654.240000', '110654.243000', '110654.246000', '110654.248000', '110654.251000', '110654.254000', '110654.257000', '110654.260000', '110654.263000', '110654.265000', '110654.268000', '110654.271000', '110654.274000', '110654.277000', '110654.280000', '110654.282000', '110714.160000', '110714.163000', '110714.166000', '110714.169000', '110714.172000', '110714.175000', '110714.178000', '110714.180000', '110714.183000', '110714.186000', '110714.189000', '110714.192000', '110714.195000', '110714.197000', '110714.200000', '110714.203000', '110714.206000', '110714.209000', '110714.212000', '110714.215000', '110714.217000', '110714.220000', '110714.223000', '110714.226000', '110714.229000', '110714.232000', '110714.235000', '110714.238000', '110714.240000', '110714.243000', '110714.246000', '110714.249000', '110714.252000', '110714.255000', '110714.258000', '110714.260000', '110714.263000', '110714.266000', '110714.269000', '110714.272000', '110714.275000', '110714.278000', '110714.281000', '110734.160000', '110734.163000', '110734.166000', '110734.169000', '110734.171000', '110734.174000', '110734.177000', '110734.180000', '110734.183000', '110734.186000', '110734.189000', '110734.192000', '110734.194000', '110734.197000', '110734.200000', '110734.203000', '110734.206000', '110734.208000', '110734.211000', '110734.214000', '110734.217000', '110734.220000', '110734.223000', '110734.226000', '110734.229000', '110734.231000', '110734.234000', '110734.237000', '110734.240000', '110734.243000', '110734.246000', '110734.249000', '110734.252000', '110734.255000', '110734.257000', '110734.260000', '110734.263000', '110734.266000', '110734.269000', '110734.272000', '110734.274000', '110734.277000', '110734.280000', '110734.283000', '110754.160000', '110754.163000', '110754.166000', '110754.169000', '110754.172000', '110754.175000', '110754.177000', '110754.180000', '110754.183000', '110754.186000', '110754.189000', '110754.192000', '110754.194000', '110754.197000', '110754.200000', '110754.203000', '110754.206000', '110754.209000', '110754.212000', '110754.215000', '110754.217000', '110754.220000', '110754.223000', '110754.226000', '110754.229000', '110754.232000', '110754.235000', '110754.238000', '110754.241000', '110754.244000', '110754.247000', '110754.250000', '110754.252000', '110754.256000', '110754.258000', '110754.261000', '110754.264000', '110754.267000', '110754.270000', '110754.273000', '110754.275000', '110754.279000', '110754.281000', '110814.161000', '110814.165000', '110814.169000', '110814.172000', '110814.174000', '110814.177000', '110814.180000', '110814.183000', '110814.186000', '110814.189000', '110814.192000', '110814.195000', '110814.198000', '110814.200000', '110814.203000', '110814.206000', '110814.209000', '110814.212000', '110814.214000', '110814.217000', '110814.220000', '110814.223000', '110814.226000', '110814.229000', '110814.231000', '110814.234000', '110814.237000', '110814.240000', '110814.243000', '110814.246000', '110814.248000', '110814.251000', '110814.264000', '110814.267000', '110814.270000', '110814.273000', '110814.275000', '110814.278000', '110814.281000', '110814.284000', '110814.287000', '110814.290000', '110814.293000', '110834.159000', '110834.162000', '110834.165000', '110834.168000', '110834.171000', '110834.174000', '110834.177000', '110834.179000', '110834.182000', '110834.185000', '110834.188000', '110834.191000', '110834.194000', '110834.197000', '110834.199000', '110834.202000', '110834.205000', '110834.208000', '110834.211000', '110834.214000', '110834.217000', '110834.220000', '110834.222000', '110834.225000', '110834.228000', '110834.231000', '110834.234000', '110834.237000', '110834.240000', '110834.242000', '110834.245000', '110834.248000', '110834.251000', '110834.254000', '110834.257000', '110834.260000', '110834.262000', '110834.265000', '110834.268000', '110834.271000', '110834.274000', '110834.277000', '110834.279000', '110834.282000', '110854.159000', '110854.162000', '110854.165000', '110854.168000', '110854.170000', '110854.173000', '110854.177000', '110854.181000', '110854.183000', '110854.187000', '110854.190000', '110854.195000', '110854.197000', '110854.200000', '110854.203000', '110854.206000', '110854.209000', '110854.212000', '110854.215000', '110854.218000', '110854.220000', '110854.223000', '110854.226000', '110854.229000', '110854.232000', '110854.235000', '110854.238000', '110854.240000', '110854.243000', '110854.246000', '110854.249000', '110854.252000', '110854.255000', '110854.257000', '110854.260000', '110854.263000', '110854.266000', '110854.269000', '110854.272000', '110854.275000', '110854.278000', '110854.280000', '110854.283000', '110914.160000', '110914.163000', '110914.166000', '110914.168000', '110914.171000', '110914.174000', '110914.177000', '110914.180000', '110914.183000', '110914.186000', '110914.189000', '110914.191000', '110914.194000', '110914.197000', '110914.200000', '110914.203000', '110914.206000', '110914.209000', '110914.211000', '110914.214000', '110914.217000', '110914.220000', '110914.223000', '110914.226000', '110914.240000', '110914.243000', '110914.246000', '110914.249000', '110914.252000', '110914.255000', '110914.258000', '110914.260000', '110914.263000', '110914.266000', '110914.269000', '110914.272000', '110914.275000', '110914.278000', '110914.280000', '110914.283000', '110914.286000', '110914.289000', '110914.292000', '110914.295000', '110934.160000', '110934.163000', '110934.166000', '110934.169000', '110934.172000', '110934.174000', '110934.178000', '110934.180000', '110934.183000', '110934.186000', '110934.191000', '110934.195000', '110934.198000', '110934.201000', '110934.204000', '110934.206000', '110934.209000', '110934.212000', '110934.215000', '110934.218000', '110934.231000', '110934.233000', '110934.236000', '110934.239000', '110934.242000', '110934.245000', '110934.248000', '110934.250000', '110934.253000', '110934.256000', '110934.259000', '110934.262000', '110934.265000', '110934.268000', '110934.271000', '110934.273000', '110934.276000', '110934.279000', '110934.282000', '110934.285000', '110934.288000', '110934.290000', '110934.293000', '110954.160000', '110954.163000', '110954.166000', '110954.169000', '110954.172000', '110954.174000', '110954.177000', '110954.180000', '110954.183000', '110954.186000', '110954.189000', '110954.192000', '110954.195000', '110954.197000', '110954.200000', '110954.203000', '110954.206000', '110954.209000', '110954.211000', '110954.214000', '110954.217000', '110954.220000', '110954.223000', '110954.226000', '110954.229000', '110954.232000', '110954.234000', '110954.237000', '110954.240000', '110954.243000', '110954.246000', '110954.249000', '110954.251000', '110954.254000', '110954.257000', '110954.260000', '110954.263000', '110954.266000', '110954.269000', '110954.272000', '110954.274000', '110954.277000', '110954.280000', '110954.283000', '111014.160000', '111014.163000', '111014.166000', '111014.169000', '111014.171000', '111014.174000', '111014.177000', '111014.180000', '111014.183000', '111014.186000', '111014.189000', '111014.192000', '111014.194000', '111014.197000', '111014.200000', '111014.203000', '111014.206000', '111014.209000', '111014.211000', '111014.215000', '111014.221000', '111014.224000', '111014.227000', '111014.230000', '111014.232000', '111014.235000', '111014.238000', '111014.241000', '111014.244000', '111014.247000', '111014.249000', '111014.252000', '111014.255000', '111014.258000', '111014.261000', '111014.264000', '111014.266000', '111014.269000', '111014.272000', '111014.275000', '111014.278000', '111014.281000', '111014.284000', '111034.159000', '111034.162000', '111034.165000', '111034.168000', '111034.171000', '111034.173000', '111034.176000', '111034.179000', '111034.182000', '111034.185000', '111034.188000', '111034.191000', '111034.194000', '111034.196000', '111034.199000', '111034.202000', '111034.205000', '111034.208000', '111034.211000', '111034.214000', '111034.216000', '111034.219000', '111034.222000', '111034.225000', '111034.228000', '111034.231000', '111034.234000', '111034.237000', '111034.239000', '111034.242000', '111034.245000', '111034.248000', '111034.251000', '111034.254000', '111034.257000', '111034.271000', '111034.274000', '111034.277000', '111034.280000', '111034.283000', '111034.286000', '111034.289000', '111034.292000', '111034.295000', '111054.160000', '111054.163000', '111054.166000', '111054.169000', '111054.172000', '111054.175000', '111054.178000', '111054.181000', '111054.184000', '111054.187000', '111054.189000', '111054.192000', '111054.195000', '111054.198000', '111054.201000', '111054.204000', '111054.207000', '111054.209000', '111054.212000', '111054.215000', '111054.218000', '111054.221000', '111054.224000', '111054.227000', '111054.230000', '111054.233000', '111054.237000', '111054.240000', '111054.243000', '111054.246000', '111054.249000', '111054.252000', '111054.255000', '111054.257000', '111054.261000', '111054.263000', '111054.266000', '111054.269000', '111054.272000', '111054.275000', '111054.278000', '111054.280000', '111054.283000', '111114.159000', '111114.162000', '111114.165000', '111114.168000', '111114.171000', '111114.174000', '111114.177000', '111114.179000', '111114.182000', '111114.185000', '111114.188000', '111114.191000', '111114.194000', '111114.197000', '111114.200000', '111114.202000', '111114.205000', '111114.208000', '111114.211000', '111114.214000', '111114.217000', '111114.220000', '111114.222000', '111114.225000', '111114.228000', '111114.231000', '111114.234000', '111114.236000', '111114.239000', '111114.242000', '111114.245000', '111114.248000', '111114.251000', '111114.254000', '111114.256000', '111114.259000', '111114.262000', '111114.265000', '111114.268000', '111114.271000', '111114.274000', '111114.276000', '111114.279000', '111114.282000', '111134.160000', '111134.163000', '111134.166000', '111134.169000', '111134.172000', '111134.174000', '111134.177000', '111134.180000', '111134.183000', '111134.186000', '111134.189000', '111134.192000', '111134.195000', '111134.197000', '111134.200000', '111134.203000', '111134.206000', '111134.209000', '111134.212000', '111134.215000', '111134.218000', '111134.220000', '111134.223000', '111134.226000', '111134.229000', '111134.232000', '111134.235000', '111134.238000', '111134.241000', '111134.243000', '111134.246000', '111134.249000', '111134.254000', '111134.259000', '111134.262000', '111134.265000', '111134.268000', '111134.271000', '111134.274000', '111134.276000', '111134.279000', '111134.282000', '111134.285000', '111154.160000', '111154.163000', '111154.166000', '111154.169000', '111154.172000', '111154.175000', '111154.177000', '111154.180000', '111154.183000', '111154.186000', '111154.189000', '111154.192000', '111154.195000', '111154.197000', '111154.200000', '111154.203000', '111154.206000', '111154.209000', '111154.212000', '111154.214000', '111154.217000', '111154.220000', '111154.223000', '111154.226000', '111154.229000', '111154.232000', '111154.234000', '111154.237000', '111154.240000', '111154.243000', '111154.246000', '111154.249000', '111154.265000', '111154.268000', '111154.271000', '111154.274000', '111154.276000', '111154.279000', '111154.282000', '111154.285000', '111154.288000', '111154.291000', '111154.293000', '111154.296000', '111214.160000', '111214.163000', '111214.166000', '111214.169000', '111214.172000', '111214.174000', '111214.177000', '111214.180000', '111214.183000', '111214.186000', '111214.189000', '111214.192000', '111214.195000', '111214.198000', '111214.202000', '111214.205000', '111214.208000', '111214.210000', '111214.213000', '111214.216000', '111214.219000', '111214.222000', '111214.225000', '111214.228000', '111214.231000', '111214.233000', '111214.236000', '111214.239000', '111214.242000', '111214.245000', '111214.248000', '111214.251000', '111214.253000', '111214.256000', '111214.259000', '111214.262000', '111214.265000', '111214.268000', '111214.271000', '111214.274000', '111214.276000', '111214.281000', '111214.285000', '111234.160000', '111234.163000', '111234.166000', '111234.169000', '111234.172000', '111234.175000', '111234.177000', '111234.180000', '111234.183000', '111234.186000', '111234.189000', '111234.192000', '111234.195000', '111234.198000', '111234.200000', '111234.203000', '111234.206000', '111234.209000', '111234.212000', '111234.215000', '111234.218000', '111234.221000', '111234.223000', '111234.226000', '111234.229000', '111234.232000', '111234.235000', '111234.238000', '111234.241000', '111234.244000', '111234.247000', '111234.250000', '111234.252000', '111234.255000', '111234.258000', '111234.261000', '111234.264000', '111234.267000', '111234.270000', '111234.273000', '111234.275000', '111234.278000', '111234.281000', '111234.284000', '111254.159000', '111254.162000', '111254.165000', '111254.168000', '111254.171000', '111254.174000', '111254.177000', '111254.179000', '111254.182000', '111254.185000', '111254.188000', '111254.191000', '111254.194000', '111254.197000', '111254.200000', '111254.202000', '111254.205000', '111254.208000', '111254.211000', '111254.214000', '111254.217000', '111254.220000', '111254.223000', '111254.225000', '111254.228000', '111254.231000', '111254.234000', '111254.237000', '111254.240000', '111254.243000', '111254.246000', '111254.249000', '111254.251000', '111254.254000', '111254.257000', '111254.260000', '111254.263000', '111254.266000', '111254.269000', '111254.272000', '111254.277000', '111254.281000', '111254.284000', '111314.159000', '111314.162000', '111314.165000', '111314.168000', '111314.171000', '111314.174000', '111314.177000', '111314.179000', '111314.182000', '111314.185000', '111314.188000', '111314.191000', '111314.194000', '111314.197000', '111314.200000', '111314.202000', '111314.205000', '111314.208000', '111314.211000', '111314.214000', '111314.217000', '111314.220000', '111314.222000', '111314.225000', '111314.228000', '111314.231000', '111314.234000', '111314.237000', '111314.247000', '111314.250000', '111314.257000', '111314.260000', '111314.263000', '111314.266000', '111314.269000', '111314.271000', '111314.274000', '111314.277000', '111314.280000', '111314.283000', '111314.286000', '111314.288000', '111314.292000', '111314.294000', '111334.159000', '111334.162000', '111334.165000', '111334.168000', '111334.171000', '111334.174000', '111334.176000', '111334.179000', '111334.182000', '111334.185000', '111334.188000', '111334.191000', '111334.194000', '111334.197000', '111334.199000', '111334.202000', '111334.205000', '111334.208000', '111334.211000', '111334.214000', '111334.217000', '111334.219000', '111334.222000', '111334.225000', '111334.228000', '111334.231000', '111334.234000', '111334.238000', '111334.241000', '111334.244000', '111334.247000', '111334.250000', '111334.253000', '111334.256000', '111334.258000', '111334.261000', '111334.264000', '111334.267000', '111334.270000', '111334.273000', '111334.276000', '111334.279000', '111334.281000', '111354.160000', '111354.163000', '111354.166000', '111354.169000', '111354.172000', '111354.175000', '111354.178000', '111354.180000', '111354.183000', '111354.186000', '111354.189000', '111354.192000', '111354.195000', '111354.198000', '111354.201000', '111354.204000', '111354.207000', '111354.210000', '111354.212000', '111354.215000', '111354.218000', '111354.221000', '111354.224000', '111354.227000', '111354.230000', '111354.233000', '111354.235000', '111354.238000', '111354.241000', '111354.244000', '111354.247000', '111354.250000', '111354.253000', '111354.256000', '111354.259000', '111354.261000', '111354.264000', '111354.267000', '111354.270000', '111354.273000', '111354.276000', '111354.279000', '111354.282000', '111354.285000', '111414.163000', '111414.167000', '111414.169000', '111414.172000', '111414.175000', '111414.178000', '111414.181000', '111414.184000', '111414.187000', '111414.189000', '111414.192000', '111414.195000', '111414.198000', '111414.201000', '111414.204000', '111414.207000', '111414.210000', '111414.213000', '111414.215000', '111414.218000', '111414.221000', '111414.224000', '111414.227000', '111414.230000', '111414.232000', '111414.235000', '111414.238000', '111414.241000', '111414.244000', '111414.247000', '111414.249000', '111414.252000', '111414.255000', '111414.258000', '111414.261000', '111414.264000', '111414.266000', '111414.269000', '111414.272000', '111414.275000', '111414.278000', '111414.281000', '111414.283000', '111434.160000', '111434.163000', '111434.166000', '111434.168000', '111434.171000', '111434.174000', '111434.177000', '111434.180000', '111434.183000', '111434.186000', '111434.189000', '111434.191000', '111434.195000', '111434.197000', '111434.200000', '111434.203000', '111434.206000', '111434.209000', '111434.211000', '111434.214000', '111434.217000', '111434.220000', '111434.223000', '111434.226000', '111434.228000', '111434.231000', '111434.234000', '111434.237000', '111434.240000', '111434.243000', '111434.246000', '111434.248000', '111434.251000', '111434.254000', '111434.257000', '111434.260000', '111434.263000', '111434.266000', '111434.268000', '111434.271000', '111434.274000', '111434.277000', '111434.280000', '111434.283000', '111454.160000', '111454.163000', '111454.166000', '111454.169000', '111454.172000', '111454.174000', '111454.177000', '111454.180000', '111454.183000', '111454.186000', '111454.189000', '111454.192000', '111454.194000', '111454.197000', '111454.200000', '111454.203000', '111454.206000', '111454.209000', '111454.212000', '111454.214000', '111454.217000', '111454.220000', '111454.223000', '111454.226000', '111454.229000', '111454.232000', '111454.235000', '111454.237000', '111454.240000', '111454.243000', '111454.246000', '111454.249000', '111454.252000', '111454.254000', '111454.257000', '111454.260000', '111454.263000', '111454.266000', '111454.269000', '111454.272000', '111454.275000', '111454.279000', '111454.282000', '111514.159000', '111514.162000', '111514.165000', '111514.168000', '111514.171000', '111514.173000', '111514.176000', '111514.179000', '111514.182000', '111514.185000', '111514.188000', '111514.191000', '111514.194000', '111514.197000', '111514.199000', '111514.202000', '111514.205000', '111514.208000', '111514.211000', '111514.214000', '111514.217000', '111514.219000', '111514.222000', '111514.225000', '111514.228000', '111514.231000', '111514.234000', '111514.236000', '111514.240000', '111514.243000', '111514.245000', '111514.248000', '111514.251000', '111514.254000', '111514.257000', '111514.260000', '111514.263000', '111514.265000', '111514.268000', '111514.271000', '111514.274000', '111514.277000', '111514.280000', '111514.283000', '111534.159000', '111534.162000', '111534.165000', '111534.168000', '111534.171000', '111534.174000', '111534.177000', '111534.180000', '111534.182000', '111534.185000', '111534.188000', '111534.191000', '111534.194000', '111534.197000', '111534.200000', '111534.202000', '111534.205000', '111534.208000', '111534.211000', '111534.214000', '111534.217000', '111534.220000', '111534.223000', '111534.225000', '111534.228000', '111534.231000', '111534.234000', '111534.237000', '111534.240000', '111534.243000', '111534.245000', '111534.248000', '111534.251000', '111534.254000', '111534.257000', '111534.260000', '111534.272000', '111534.275000', '111534.278000', '111534.281000', '111534.283000', '111534.286000', '111534.289000', '111554.159000', '111554.162000', '111554.165000', '111554.168000', '111554.171000', '111554.173000', '111554.176000', '111554.179000', '111554.182000', '111554.185000', '111554.188000', '111554.191000', '111554.194000', '111554.197000', '111554.199000', '111554.202000', '111554.205000', '111554.208000', '111554.211000', '111554.214000', '111554.216000', '111554.219000', '111554.222000', '111554.225000', '111554.228000', '111554.231000', '111554.234000', '111554.236000', '111554.239000', '111554.242000', '111554.245000', '111554.248000', '111554.251000', '111554.254000', '111554.257000', '111554.259000', '111554.262000', '111554.265000', '111554.268000', '111554.271000', '111554.274000', '111554.276000', '111554.279000', '111614.160000', '111614.171000', '111614.173000', '111614.176000', '111614.179000', '111614.182000', '111614.185000', '111614.188000', '111614.191000', '111614.194000', '111614.196000', '111614.199000', '111614.202000', '111614.205000', '111614.208000', '111614.211000', '111614.213000', '111614.216000', '111614.219000', '111614.222000', '111614.225000', '111614.228000', '111614.231000', '111614.234000', '111614.236000', '111614.239000', '111614.242000', '111614.245000', '111614.248000', '111614.251000', '111614.254000', '111614.256000', '111614.259000', '111614.262000', '111614.265000', '111614.268000', '111614.271000', '111614.274000', '111614.276000', '111614.279000', '111614.282000', '111614.285000', '111614.288000', '111614.290000', '111634.160000', '111634.163000', '111634.166000', '111634.172000', '111634.175000', '111634.179000', '111634.182000', '111634.185000', '111634.187000', '111634.191000', '111634.193000', '111634.196000', '111634.199000', '111634.202000', '111634.205000', '111634.208000', '111634.211000', '111634.214000', '111634.216000', '111634.219000', '111634.222000', '111634.225000', '111634.228000', '111634.231000', '111634.233000', '111634.236000', '111634.239000', '111634.242000', '111634.245000', '111634.248000', '111634.251000', '111634.253000', '111634.256000', '111634.259000', '111634.262000', '111634.265000', '111634.268000', '111634.271000', '111634.273000', '111634.276000', '111634.279000', '111634.282000', '111634.285000', '111654.160000', '111654.163000', '111654.166000', '111654.169000', '111654.172000', '111654.175000', '111654.177000', '111654.180000', '111654.183000', '111654.186000', '111654.189000', '111654.192000', '111654.195000', '111654.197000', '111654.200000', '111654.203000', '111654.206000', '111654.209000', '111654.212000', '111654.214000', '111654.217000', '111654.220000', '111654.223000', '111654.226000', '111654.229000', '111654.231000', '111654.234000', '111654.237000', '111654.240000', '111654.243000', '111654.246000', '111654.248000', '111654.251000', '111654.254000', '111654.257000', '111654.260000', '111654.263000', '111654.265000', '111654.268000', '111654.271000', '111654.274000', '111654.277000', '111654.280000', '111654.282000', '111714.161000', '111714.164000', '111714.167000', '111714.170000', '111714.173000', '111714.176000', '111714.179000', '111714.184000', '111714.188000', '111714.191000', '111714.194000', '111714.196000', '111714.199000', '111714.202000', '111714.205000', '111714.208000', '111714.211000', '111714.214000', '111714.217000', '111714.220000', '111714.223000', '111714.225000', '111714.228000', '111714.231000', '111714.234000', '111714.237000', '111714.240000', '111714.243000', '111714.246000', '111714.248000', '111714.251000', '111714.254000', '111714.257000', '111714.260000', '111714.263000', '111714.265000', '111714.268000', '111714.271000', '111714.274000', '111714.277000', '111714.280000', '111714.283000', '111714.285000', '111734.159000', '111734.168000', '111734.170000', '111734.173000', '111734.176000', '111734.179000', '111734.182000', '111734.185000', '111734.188000', '111734.191000', '111734.194000', '111734.196000', '111734.199000', '111734.202000', '111734.205000', '111734.208000', '111734.211000', '111734.214000', '111734.216000', '111734.219000', '111734.222000', '111734.225000', '111734.228000', '111734.231000', '111734.234000', '111734.237000', '111734.240000', '111734.242000', '111734.245000', '111734.248000', '111734.251000', '111734.254000', '111734.257000', '111734.260000', '111734.262000', '111734.265000', '111734.268000', '111734.271000', '111734.274000', '111734.277000', '111734.279000', '111734.282000', '111734.285000', '111734.288000', '111734.476000'], 'InstanceCreationTime': ['110334.199000', '110334.202000', '110334.230000', '110334.233000', '110334.236000', '110334.238000', '110334.252000', '110334.254000', '110334.269000', '110334.272000', '110334.275000', '110334.278000', '110334.281000', '110334.284000', '110334.287000', '110334.290000', '110334.293000', '110334.299000', '110334.302000', '110334.305000', '110334.308000', '110334.311000', '110334.314000', '110334.317000', '110334.320000', '110334.323000', '110334.326000', '110334.329000', '110334.332000', '110334.335000', '110334.338000', '110334.341000', '110354.159000', '110354.162000', '110354.164000', '110354.167000', '110354.170000', '110354.173000', '110354.176000', '110354.179000', '110354.182000', '110354.184000', '110354.187000', '110354.190000', '110354.193000', '110354.196000', '110354.199000', '110354.201000', '110354.204000', '110354.207000', '110354.210000', '110354.213000', '110354.215000', '110354.218000', '110354.221000', '110354.232000', '110354.235000', '110354.238000', '110354.241000', '110354.244000', '110354.247000', '110354.249000', '110354.252000', '110354.256000', '110354.261000', '110354.264000', '110354.267000', '110354.270000', '110354.273000', '110354.276000', '110354.279000', '110354.282000', '110354.284000', '110354.287000', '110354.290000', '110414.159000', '110414.162000', '110414.164000', '110414.167000', '110414.170000', '110414.173000', '110414.176000', '110414.179000', '110414.182000', '110414.185000', '110414.187000', '110414.190000', '110414.193000', '110414.196000', '110414.199000', '110414.201000', '110414.204000', '110414.207000', '110414.210000', '110414.213000', '110414.217000', '110414.220000', '110414.222000', '110414.225000', '110414.228000', '110414.231000', '110414.234000', '110414.237000', '110414.239000', '110414.242000', '110414.245000', '110414.248000', '110414.251000', '110414.253000', '110414.256000', '110414.259000', '110414.262000', '110414.265000', '110414.268000', '110414.270000', '110414.273000', '110414.276000', '110414.279000', '110414.282000', '110434.160000', '110434.163000', '110434.166000', '110434.168000', '110434.171000', '110434.174000', '110434.177000', '110434.180000', '110434.183000', '110434.186000', '110434.189000', '110434.191000', '110434.194000', '110434.197000', '110434.200000', '110434.203000', '110434.206000', '110434.209000', '110434.213000', '110434.216000', '110434.219000', '110434.222000', '110434.225000', '110434.228000', '110434.231000', '110434.234000', '110434.237000', '110434.240000', '110434.242000', '110434.245000', '110434.248000', '110434.251000', '110434.254000', '110434.256000', '110434.260000', '110434.262000', '110434.278000', '110434.282000', '110434.285000', '110434.288000', '110434.291000', '110434.294000', '110434.297000', '110454.160000', '110454.163000', '110454.166000', '110454.169000', '110454.171000', '110454.174000', '110454.177000', '110454.180000', '110454.183000', '110454.186000', '110454.189000', '110454.192000', '110454.195000', '110454.197000', '110454.200000', '110454.203000', '110454.206000', '110454.209000', '110454.212000', '110454.214000', '110454.217000', '110454.220000', '110454.223000', '110454.226000', '110454.229000', '110454.231000', '110454.234000', '110454.237000', '110454.240000', '110454.243000', '110454.246000', '110454.249000', '110454.251000', '110454.254000', '110454.257000', '110454.260000', '110454.263000', '110454.266000', '110454.268000', '110454.271000', '110454.274000', '110454.277000', '110454.280000', '110454.283000', '110514.160000', '110514.163000', '110514.166000', '110514.169000', '110514.171000', '110514.181000', '110514.184000', '110514.187000', '110514.189000', '110514.192000', '110514.195000', '110514.198000', '110514.201000', '110514.204000', '110514.207000', '110514.209000', '110514.212000', '110514.215000', '110514.218000', '110514.221000', '110514.224000', '110514.227000', '110514.230000', '110514.232000', '110514.235000', '110514.238000', '110514.241000', '110514.244000', '110514.247000', '110514.250000', '110514.252000', '110514.255000', '110514.258000', '110514.261000', '110514.264000', '110514.267000', '110514.270000', '110514.273000', '110514.276000', '110514.278000', '110514.281000', '110514.284000', '110514.287000', '110534.160000', '110534.163000', '110534.166000', '110534.169000', '110534.171000', '110534.174000', '110534.177000', '110534.180000', '110534.183000', '110534.186000', '110534.189000', '110534.192000', '110534.194000', '110534.197000', '110534.200000', '110534.203000', '110534.206000', '110534.209000', '110534.212000', '110534.215000', '110534.218000', '110534.220000', '110534.223000', '110534.226000', '110534.229000', '110534.232000', '110534.235000', '110534.238000', '110534.241000', '110534.244000', '110534.247000', '110534.250000', '110534.253000', '110534.255000', '110534.258000', '110534.261000', '110534.264000', '110534.267000', '110534.270000', '110534.273000', '110534.275000', '110534.278000', '110534.281000', '110534.284000', '110554.159000', '110554.162000', '110554.165000', '110554.168000', '110554.171000', '110554.173000', '110554.176000', '110554.179000', '110554.182000', '110554.185000', '110554.188000', '110554.191000', '110554.193000', '110554.196000', '110554.199000', '110554.202000', '110554.205000', '110554.208000', '110554.211000', '110554.213000', '110554.216000', '110554.219000', '110554.222000', '110554.225000', '110554.228000', '110554.231000', '110554.233000', '110554.236000', '110554.239000', '110554.242000', '110554.245000', '110554.249000', '110554.252000', '110554.255000', '110554.258000', '110554.261000', '110554.264000', '110554.266000', '110554.269000', '110554.272000', '110554.275000', '110554.278000', '110554.280000', '110614.159000', '110614.168000', '110614.171000', '110614.174000', '110614.177000', '110614.180000', '110614.183000', '110614.186000', '110614.189000', '110614.191000', '110614.194000', '110614.197000', '110614.200000', '110614.203000', '110614.206000', '110614.208000', '110614.211000', '110614.214000', '110614.217000', '110614.220000', '110614.223000', '110614.226000', '110614.229000', '110614.232000', '110614.234000', '110614.237000', '110614.240000', '110614.243000', '110614.246000', '110614.249000', '110614.251000', '110614.254000', '110614.271000', '110614.283000', '110614.286000', '110614.289000', '110614.291000', '110614.294000', '110614.297000', '110614.300000', '110614.303000', '110614.306000', '110614.308000', '110614.311000', '110634.159000', '110634.162000', '110634.165000', '110634.168000', '110634.171000', '110634.173000', '110634.176000', '110634.179000', '110634.182000', '110634.185000', '110634.188000', '110634.191000', '110634.193000', '110634.196000', '110634.199000', '110634.202000', '110634.205000', '110634.208000', '110634.211000', '110634.214000', '110634.217000', '110634.219000', '110634.222000', '110634.225000', '110634.228000', '110634.231000', '110634.234000', '110634.237000', '110634.240000', '110634.242000', '110634.245000', '110634.248000', '110634.251000', '110634.254000', '110634.257000', '110634.261000', '110634.264000', '110634.266000', '110634.269000', '110634.272000', '110634.275000', '110634.278000', '110634.281000', '110654.160000', '110654.163000', '110654.166000', '110654.168000', '110654.171000', '110654.174000', '110654.177000', '110654.180000', '110654.183000', '110654.186000', '110654.188000', '110654.191000', '110654.194000', '110654.197000', '110654.200000', '110654.202000', '110654.206000', '110654.208000', '110654.211000', '110654.214000', '110654.217000', '110654.220000', '110654.223000', '110654.225000', '110654.228000', '110654.231000', '110654.234000', '110654.237000', '110654.240000', '110654.243000', '110654.246000', '110654.248000', '110654.251000', '110654.254000', '110654.257000', '110654.260000', '110654.263000', '110654.265000', '110654.268000', '110654.271000', '110654.274000', '110654.277000', '110654.280000', '110654.282000', '110714.160000', '110714.163000', '110714.166000', '110714.169000', '110714.172000', '110714.175000', '110714.178000', '110714.180000', '110714.183000', '110714.186000', '110714.189000', '110714.192000', '110714.195000', '110714.197000', '110714.200000', '110714.203000', '110714.206000', '110714.209000', '110714.212000', '110714.215000', '110714.217000', '110714.220000', '110714.223000', '110714.226000', '110714.229000', '110714.232000', '110714.235000', '110714.238000', '110714.240000', '110714.243000', '110714.246000', '110714.249000', '110714.252000', '110714.255000', '110714.258000', '110714.260000', '110714.263000', '110714.266000', '110714.269000', '110714.272000', '110714.275000', '110714.278000', '110714.281000', '110734.160000', '110734.163000', '110734.166000', '110734.169000', '110734.171000', '110734.174000', '110734.177000', '110734.180000', '110734.183000', '110734.186000', '110734.189000', '110734.192000', '110734.194000', '110734.197000', '110734.200000', '110734.203000', '110734.206000', '110734.208000', '110734.211000', '110734.214000', '110734.217000', '110734.220000', '110734.223000', '110734.226000', '110734.229000', '110734.231000', '110734.234000', '110734.237000', '110734.240000', '110734.243000', '110734.246000', '110734.249000', '110734.252000', '110734.255000', '110734.257000', '110734.260000', '110734.263000', '110734.266000', '110734.269000', '110734.272000', '110734.274000', '110734.277000', '110734.280000', '110734.283000', '110754.160000', '110754.163000', '110754.166000', '110754.169000', '110754.172000', '110754.175000', '110754.177000', '110754.180000', '110754.183000', '110754.186000', '110754.189000', '110754.192000', '110754.194000', '110754.197000', '110754.200000', '110754.203000', '110754.206000', '110754.209000', '110754.212000', '110754.215000', '110754.217000', '110754.220000', '110754.223000', '110754.226000', '110754.229000', '110754.232000', '110754.235000', '110754.238000', '110754.241000', '110754.244000', '110754.247000', '110754.250000', '110754.252000', '110754.256000', '110754.258000', '110754.261000', '110754.264000', '110754.267000', '110754.270000', '110754.273000', '110754.275000', '110754.279000', '110754.281000', '110814.161000', '110814.165000', '110814.169000', '110814.172000', '110814.174000', '110814.177000', '110814.180000', '110814.183000', '110814.186000', '110814.189000', '110814.192000', '110814.195000', '110814.198000', '110814.200000', '110814.203000', '110814.206000', '110814.209000', '110814.212000', '110814.214000', '110814.217000', '110814.220000', '110814.223000', '110814.226000', '110814.229000', '110814.231000', '110814.234000', '110814.237000', '110814.240000', '110814.243000', '110814.246000', '110814.248000', '110814.251000', '110814.264000', '110814.267000', '110814.270000', '110814.273000', '110814.275000', '110814.278000', '110814.281000', '110814.284000', '110814.287000', '110814.290000', '110814.293000', '110834.159000', '110834.162000', '110834.165000', '110834.168000', '110834.171000', '110834.174000', '110834.177000', '110834.179000', '110834.182000', '110834.185000', '110834.188000', '110834.191000', '110834.194000', '110834.197000', '110834.199000', '110834.202000', '110834.205000', '110834.208000', '110834.211000', '110834.214000', '110834.217000', '110834.220000', '110834.222000', '110834.225000', '110834.228000', '110834.231000', '110834.234000', '110834.237000', '110834.240000', '110834.242000', '110834.245000', '110834.248000', '110834.251000', '110834.254000', '110834.257000', '110834.260000', '110834.262000', '110834.265000', '110834.268000', '110834.271000', '110834.274000', '110834.277000', '110834.279000', '110834.282000', '110854.159000', '110854.162000', '110854.165000', '110854.168000', '110854.170000', '110854.173000', '110854.177000', '110854.181000', '110854.183000', '110854.187000', '110854.190000', '110854.195000', '110854.197000', '110854.200000', '110854.203000', '110854.206000', '110854.209000', '110854.212000', '110854.215000', '110854.218000', '110854.220000', '110854.223000', '110854.226000', '110854.229000', '110854.232000', '110854.235000', '110854.238000', '110854.240000', '110854.243000', '110854.246000', '110854.249000', '110854.252000', '110854.255000', '110854.257000', '110854.260000', '110854.263000', '110854.266000', '110854.269000', '110854.272000', '110854.275000', '110854.278000', '110854.280000', '110854.283000', '110914.160000', '110914.163000', '110914.166000', '110914.168000', '110914.171000', '110914.174000', '110914.177000', '110914.180000', '110914.183000', '110914.186000', '110914.189000', '110914.191000', '110914.194000', '110914.197000', '110914.200000', '110914.203000', '110914.206000', '110914.209000', '110914.211000', '110914.214000', '110914.217000', '110914.220000', '110914.223000', '110914.226000', '110914.240000', '110914.243000', '110914.246000', '110914.249000', '110914.252000', '110914.255000', '110914.258000', '110914.260000', '110914.263000', '110914.266000', '110914.269000', '110914.272000', '110914.275000', '110914.278000', '110914.280000', '110914.283000', '110914.286000', '110914.289000', '110914.292000', '110914.295000', '110934.160000', '110934.163000', '110934.166000', '110934.169000', '110934.172000', '110934.174000', '110934.178000', '110934.180000', '110934.183000', '110934.186000', '110934.191000', '110934.195000', '110934.198000', '110934.201000', '110934.204000', '110934.206000', '110934.209000', '110934.212000', '110934.215000', '110934.218000', '110934.231000', '110934.233000', '110934.236000', '110934.239000', '110934.242000', '110934.245000', '110934.248000', '110934.250000', '110934.253000', '110934.256000', '110934.259000', '110934.262000', '110934.265000', '110934.268000', '110934.271000', '110934.273000', '110934.276000', '110934.279000', '110934.282000', '110934.285000', '110934.288000', '110934.290000', '110934.293000', '110954.160000', '110954.163000', '110954.166000', '110954.169000', '110954.172000', '110954.174000', '110954.177000', '110954.180000', '110954.183000', '110954.186000', '110954.189000', '110954.192000', '110954.195000', '110954.197000', '110954.200000', '110954.203000', '110954.206000', '110954.209000', '110954.211000', '110954.214000', '110954.217000', '110954.220000', '110954.223000', '110954.226000', '110954.229000', '110954.232000', '110954.234000', '110954.237000', '110954.240000', '110954.243000', '110954.246000', '110954.249000', '110954.251000', '110954.254000', '110954.257000', '110954.260000', '110954.263000', '110954.266000', '110954.269000', '110954.272000', '110954.274000', '110954.277000', '110954.280000', '110954.283000', '111014.160000', '111014.163000', '111014.166000', '111014.169000', '111014.171000', '111014.174000', '111014.177000', '111014.180000', '111014.183000', '111014.186000', '111014.189000', '111014.192000', '111014.194000', '111014.197000', '111014.200000', '111014.203000', '111014.206000', '111014.209000', '111014.211000', '111014.215000', '111014.221000', '111014.224000', '111014.227000', '111014.230000', '111014.232000', '111014.235000', '111014.238000', '111014.241000', '111014.244000', '111014.247000', '111014.249000', '111014.252000', '111014.255000', '111014.258000', '111014.261000', '111014.264000', '111014.266000', '111014.269000', '111014.272000', '111014.275000', '111014.278000', '111014.281000', '111014.284000', '111034.159000', '111034.162000', '111034.165000', '111034.168000', '111034.171000', '111034.173000', '111034.176000', '111034.179000', '111034.182000', '111034.185000', '111034.188000', '111034.191000', '111034.194000', '111034.196000', '111034.199000', '111034.202000', '111034.205000', '111034.208000', '111034.211000', '111034.214000', '111034.216000', '111034.219000', '111034.222000', '111034.225000', '111034.228000', '111034.231000', '111034.234000', '111034.237000', '111034.239000', '111034.242000', '111034.245000', '111034.248000', '111034.251000', '111034.254000', '111034.257000', '111034.271000', '111034.274000', '111034.277000', '111034.280000', '111034.283000', '111034.286000', '111034.289000', '111034.292000', '111034.295000', '111054.160000', '111054.163000', '111054.166000', '111054.169000', '111054.172000', '111054.175000', '111054.178000', '111054.181000', '111054.184000', '111054.187000', '111054.189000', '111054.192000', '111054.195000', '111054.198000', '111054.201000', '111054.204000', '111054.207000', '111054.209000', '111054.212000', '111054.215000', '111054.218000', '111054.221000', '111054.224000', '111054.227000', '111054.230000', '111054.233000', '111054.237000', '111054.240000', '111054.243000', '111054.246000', '111054.249000', '111054.252000', '111054.255000', '111054.257000', '111054.261000', '111054.263000', '111054.266000', '111054.269000', '111054.272000', '111054.275000', '111054.278000', '111054.280000', '111054.283000', '111114.159000', '111114.162000', '111114.165000', '111114.168000', '111114.171000', '111114.174000', '111114.177000', '111114.179000', '111114.182000', '111114.185000', '111114.188000', '111114.191000', '111114.194000', '111114.197000', '111114.200000', '111114.202000', '111114.205000', '111114.208000', '111114.211000', '111114.214000', '111114.217000', '111114.220000', '111114.222000', '111114.225000', '111114.228000', '111114.231000', '111114.234000', '111114.236000', '111114.239000', '111114.242000', '111114.245000', '111114.248000', '111114.251000', '111114.254000', '111114.256000', '111114.259000', '111114.262000', '111114.265000', '111114.268000', '111114.271000', '111114.274000', '111114.276000', '111114.279000', '111114.282000', '111134.160000', '111134.163000', '111134.166000', '111134.169000', '111134.172000', '111134.174000', '111134.177000', '111134.180000', '111134.183000', '111134.186000', '111134.189000', '111134.192000', '111134.195000', '111134.197000', '111134.200000', '111134.203000', '111134.206000', '111134.209000', '111134.212000', '111134.215000', '111134.218000', '111134.220000', '111134.223000', '111134.226000', '111134.229000', '111134.232000', '111134.235000', '111134.238000', '111134.241000', '111134.243000', '111134.246000', '111134.249000', '111134.254000', '111134.259000', '111134.262000', '111134.265000', '111134.268000', '111134.271000', '111134.274000', '111134.276000', '111134.279000', '111134.282000', '111134.285000', '111154.160000', '111154.163000', '111154.166000', '111154.169000', '111154.172000', '111154.175000', '111154.177000', '111154.180000', '111154.183000', '111154.186000', '111154.189000', '111154.192000', '111154.195000', '111154.197000', '111154.200000', '111154.203000', '111154.206000', '111154.209000', '111154.212000', '111154.214000', '111154.217000', '111154.220000', '111154.223000', '111154.226000', '111154.229000', '111154.232000', '111154.234000', '111154.237000', '111154.240000', '111154.243000', '111154.246000', '111154.249000', '111154.265000', '111154.268000', '111154.271000', '111154.274000', '111154.276000', '111154.279000', '111154.282000', '111154.285000', '111154.288000', '111154.291000', '111154.293000', '111154.296000', '111214.160000', '111214.163000', '111214.166000', '111214.169000', '111214.172000', '111214.174000', '111214.177000', '111214.180000', '111214.183000', '111214.186000', '111214.189000', '111214.192000', '111214.195000', '111214.198000', '111214.202000', '111214.205000', '111214.208000', '111214.210000', '111214.213000', '111214.216000', '111214.219000', '111214.222000', '111214.225000', '111214.228000', '111214.231000', '111214.233000', '111214.236000', '111214.239000', '111214.242000', '111214.245000', '111214.248000', '111214.251000', '111214.253000', '111214.256000', '111214.259000', '111214.262000', '111214.265000', '111214.268000', '111214.271000', '111214.274000', '111214.276000', '111214.281000', '111214.285000', '111234.160000', '111234.163000', '111234.166000', '111234.169000', '111234.172000', '111234.175000', '111234.177000', '111234.180000', '111234.183000', '111234.186000', '111234.189000', '111234.192000', '111234.195000', '111234.198000', '111234.200000', '111234.203000', '111234.206000', '111234.209000', '111234.212000', '111234.215000', '111234.218000', '111234.221000', '111234.223000', '111234.226000', '111234.229000', '111234.232000', '111234.235000', '111234.238000', '111234.241000', '111234.244000', '111234.247000', '111234.250000', '111234.252000', '111234.255000', '111234.258000', '111234.261000', '111234.264000', '111234.267000', '111234.270000', '111234.273000', '111234.275000', '111234.278000', '111234.281000', '111234.284000', '111254.159000', '111254.162000', '111254.165000', '111254.168000', '111254.171000', '111254.174000', '111254.177000', '111254.179000', '111254.182000', '111254.185000', '111254.188000', '111254.191000', '111254.194000', '111254.197000', '111254.200000', '111254.202000', '111254.205000', '111254.208000', '111254.211000', '111254.214000', '111254.217000', '111254.220000', '111254.223000', '111254.225000', '111254.228000', '111254.231000', '111254.234000', '111254.237000', '111254.240000', '111254.243000', '111254.246000', '111254.249000', '111254.251000', '111254.254000', '111254.257000', '111254.260000', '111254.263000', '111254.266000', '111254.269000', '111254.272000', '111254.277000', '111254.281000', '111254.284000', '111314.159000', '111314.162000', '111314.165000', '111314.168000', '111314.171000', '111314.174000', '111314.177000', '111314.179000', '111314.182000', '111314.185000', '111314.188000', '111314.191000', '111314.194000', '111314.197000', '111314.200000', '111314.202000', '111314.205000', '111314.208000', '111314.211000', '111314.214000', '111314.217000', '111314.220000', '111314.222000', '111314.225000', '111314.228000', '111314.231000', '111314.234000', '111314.237000', '111314.247000', '111314.250000', '111314.257000', '111314.260000', '111314.263000', '111314.266000', '111314.269000', '111314.271000', '111314.274000', '111314.277000', '111314.280000', '111314.283000', '111314.286000', '111314.288000', '111314.292000', '111314.294000', '111334.159000', '111334.162000', '111334.165000', '111334.168000', '111334.171000', '111334.174000', '111334.176000', '111334.179000', '111334.182000', '111334.185000', '111334.188000', '111334.191000', '111334.194000', '111334.197000', '111334.199000', '111334.202000', '111334.205000', '111334.208000', '111334.211000', '111334.214000', '111334.217000', '111334.219000', '111334.222000', '111334.225000', '111334.228000', '111334.231000', '111334.234000', '111334.238000', '111334.241000', '111334.244000', '111334.247000', '111334.250000', '111334.253000', '111334.256000', '111334.258000', '111334.261000', '111334.264000', '111334.267000', '111334.270000', '111334.273000', '111334.276000', '111334.279000', '111334.281000', '111354.160000', '111354.163000', '111354.166000', '111354.169000', '111354.172000', '111354.175000', '111354.178000', '111354.180000', '111354.183000', '111354.186000', '111354.189000', '111354.192000', '111354.195000', '111354.198000', '111354.201000', '111354.204000', '111354.207000', '111354.210000', '111354.212000', '111354.215000', '111354.218000', '111354.221000', '111354.224000', '111354.227000', '111354.230000', '111354.233000', '111354.235000', '111354.238000', '111354.241000', '111354.244000', '111354.247000', '111354.250000', '111354.253000', '111354.256000', '111354.259000', '111354.261000', '111354.264000', '111354.267000', '111354.270000', '111354.273000', '111354.276000', '111354.279000', '111354.282000', '111354.285000', '111414.163000', '111414.167000', '111414.169000', '111414.172000', '111414.175000', '111414.178000', '111414.181000', '111414.184000', '111414.187000', '111414.189000', '111414.192000', '111414.195000', '111414.198000', '111414.201000', '111414.204000', '111414.207000', '111414.210000', '111414.213000', '111414.215000', '111414.218000', '111414.221000', '111414.224000', '111414.227000', '111414.230000', '111414.232000', '111414.235000', '111414.238000', '111414.241000', '111414.244000', '111414.247000', '111414.249000', '111414.252000', '111414.255000', '111414.258000', '111414.261000', '111414.264000', '111414.266000', '111414.269000', '111414.272000', '111414.275000', '111414.278000', '111414.281000', '111414.283000', '111434.160000', '111434.163000', '111434.166000', '111434.168000', '111434.171000', '111434.174000', '111434.177000', '111434.180000', '111434.183000', '111434.186000', '111434.189000', '111434.191000', '111434.195000', '111434.197000', '111434.200000', '111434.203000', '111434.206000', '111434.209000', '111434.211000', '111434.214000', '111434.217000', '111434.220000', '111434.223000', '111434.226000', '111434.228000', '111434.231000', '111434.234000', '111434.237000', '111434.240000', '111434.243000', '111434.246000', '111434.248000', '111434.251000', '111434.254000', '111434.257000', '111434.260000', '111434.263000', '111434.266000', '111434.268000', '111434.271000', '111434.274000', '111434.277000', '111434.280000', '111434.283000', '111454.160000', '111454.163000', '111454.166000', '111454.169000', '111454.172000', '111454.174000', '111454.177000', '111454.180000', '111454.183000', '111454.186000', '111454.189000', '111454.192000', '111454.194000', '111454.197000', '111454.200000', '111454.203000', '111454.206000', '111454.209000', '111454.212000', '111454.214000', '111454.217000', '111454.220000', '111454.223000', '111454.226000', '111454.229000', '111454.232000', '111454.235000', '111454.237000', '111454.240000', '111454.243000', '111454.246000', '111454.249000', '111454.252000', '111454.254000', '111454.257000', '111454.260000', '111454.263000', '111454.266000', '111454.269000', '111454.272000', '111454.275000', '111454.279000', '111454.282000', '111514.159000', '111514.162000', '111514.165000', '111514.168000', '111514.171000', '111514.173000', '111514.176000', '111514.179000', '111514.182000', '111514.185000', '111514.188000', '111514.191000', '111514.194000', '111514.197000', '111514.199000', '111514.202000', '111514.205000', '111514.208000', '111514.211000', '111514.214000', '111514.217000', '111514.219000', '111514.222000', '111514.225000', '111514.228000', '111514.231000', '111514.234000', '111514.236000', '111514.240000', '111514.243000', '111514.245000', '111514.248000', '111514.251000', '111514.254000', '111514.257000', '111514.260000', '111514.263000', '111514.265000', '111514.268000', '111514.271000', '111514.274000', '111514.277000', '111514.280000', '111514.283000', '111534.159000', '111534.162000', '111534.165000', '111534.168000', '111534.171000', '111534.174000', '111534.177000', '111534.180000', '111534.182000', '111534.185000', '111534.188000', '111534.191000', '111534.194000', '111534.197000', '111534.200000', '111534.202000', '111534.205000', '111534.208000', '111534.211000', '111534.214000', '111534.217000', '111534.220000', '111534.223000', '111534.225000', '111534.228000', '111534.231000', '111534.234000', '111534.237000', '111534.240000', '111534.243000', '111534.245000', '111534.248000', '111534.251000', '111534.254000', '111534.257000', '111534.260000', '111534.272000', '111534.275000', '111534.278000', '111534.281000', '111534.283000', '111534.286000', '111534.289000', '111554.159000', '111554.162000', '111554.165000', '111554.168000', '111554.171000', '111554.173000', '111554.176000', '111554.179000', '111554.182000', '111554.185000', '111554.188000', '111554.191000', '111554.194000', '111554.197000', '111554.199000', '111554.202000', '111554.205000', '111554.208000', '111554.211000', '111554.214000', '111554.216000', '111554.219000', '111554.222000', '111554.225000', '111554.228000', '111554.231000', '111554.234000', '111554.236000', '111554.239000', '111554.242000', '111554.245000', '111554.248000', '111554.251000', '111554.254000', '111554.257000', '111554.259000', '111554.262000', '111554.265000', '111554.268000', '111554.271000', '111554.274000', '111554.276000', '111554.279000', '111614.160000', '111614.171000', '111614.173000', '111614.176000', '111614.179000', '111614.182000', '111614.185000', '111614.188000', '111614.191000', '111614.194000', '111614.196000', '111614.199000', '111614.202000', '111614.205000', '111614.208000', '111614.211000', '111614.213000', '111614.216000', '111614.219000', '111614.222000', '111614.225000', '111614.228000', '111614.231000', '111614.234000', '111614.236000', '111614.239000', '111614.242000', '111614.245000', '111614.248000', '111614.251000', '111614.254000', '111614.256000', '111614.259000', '111614.262000', '111614.265000', '111614.268000', '111614.271000', '111614.274000', '111614.276000', '111614.279000', '111614.282000', '111614.285000', '111614.288000', '111614.290000', '111634.160000', '111634.163000', '111634.166000', '111634.172000', '111634.175000', '111634.179000', '111634.182000', '111634.185000', '111634.187000', '111634.191000', '111634.193000', '111634.196000', '111634.199000', '111634.202000', '111634.205000', '111634.208000', '111634.211000', '111634.214000', '111634.216000', '111634.219000', '111634.222000', '111634.225000', '111634.228000', '111634.231000', '111634.233000', '111634.236000', '111634.239000', '111634.242000', '111634.245000', '111634.248000', '111634.251000', '111634.253000', '111634.256000', '111634.259000', '111634.262000', '111634.265000', '111634.268000', '111634.271000', '111634.273000', '111634.276000', '111634.279000', '111634.282000', '111634.285000', '111654.160000', '111654.163000', '111654.166000', '111654.169000', '111654.172000', '111654.175000', '111654.177000', '111654.180000', '111654.183000', '111654.186000', '111654.189000', '111654.192000', '111654.195000', '111654.197000', '111654.200000', '111654.203000', '111654.206000', '111654.209000', '111654.212000', '111654.214000', '111654.217000', '111654.220000', '111654.223000', '111654.226000', '111654.229000', '111654.231000', '111654.234000', '111654.237000', '111654.240000', '111654.243000', '111654.246000', '111654.248000', '111654.251000', '111654.254000', '111654.257000', '111654.260000', '111654.263000', '111654.265000', '111654.268000', '111654.271000', '111654.274000', '111654.277000', '111654.280000', '111654.282000', '111714.161000', '111714.164000', '111714.167000', '111714.170000', '111714.173000', '111714.176000', '111714.179000', '111714.184000', '111714.188000', '111714.191000', '111714.194000', '111714.196000', '111714.199000', '111714.202000', '111714.205000', '111714.208000', '111714.211000', '111714.214000', '111714.217000', '111714.220000', '111714.223000', '111714.225000', '111714.228000', '111714.231000', '111714.234000', '111714.237000', '111714.240000', '111714.243000', '111714.246000', '111714.248000', '111714.251000', '111714.254000', '111714.257000', '111714.260000', '111714.263000', '111714.265000', '111714.268000', '111714.271000', '111714.274000', '111714.277000', '111714.280000', '111714.283000', '111714.285000', '111734.159000', '111734.168000', '111734.170000', '111734.173000', '111734.176000', '111734.179000', '111734.182000', '111734.185000', '111734.188000', '111734.191000', '111734.194000', '111734.196000', '111734.199000', '111734.202000', '111734.205000', '111734.208000', '111734.211000', '111734.214000', '111734.216000', '111734.219000', '111734.222000', '111734.225000', '111734.228000', '111734.231000', '111734.234000', '111734.237000', '111734.240000', '111734.242000', '111734.245000', '111734.248000', '111734.251000', '111734.254000', '111734.257000', '111734.260000', '111734.262000', '111734.265000', '111734.268000', '111734.271000', '111734.274000', '111734.277000', '111734.279000', '111734.282000', '111734.285000', '111734.288000', '111734.476000'], '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': [7762, 7420, 8387, 6904, 10462, 7318, 13962, 10009, 14591, 10123, 7013, 8535, 7104, 10270, 8074, 11025, 8375, 7225, 9379, 7603, 9470, 7946, 8021, 8461, 7239, 12871, 8994, 13091, 8091, 7119, 9429, 6970, 12969, 9028, 12998, 8969, 11001, 9880, 7268, 8641, 7592, 7944, 8061, 7065, 10960, 7622, 12134, 7814, 9091, 7849, 8731, 8334, 7261, 11278, 7309, 14179, 10656, 7407, 8040, 6790, 9427, 7684, 10262, 7840, 7177, 10537, 8101, 9018, 7446, 7146, 9123, 7245, 10308, 7627, 13569, 9137, 8131, 7860, 7262, 9143, 7485, 10722, 8608, 7567, 10933, 8302, 7249, 7994, 6775, 10468, 8959, 12368, 9498, 12712, 11088, 6965, 9751, 7970, 11252, 8069, 7452, 14472, 10084, 10981, 8037, 6646, 9220, 7863, 7724, 10884, 7932, 11691, 7898, 6761, 9315, 7703, 7214, 10980, 9513, 12141, 8511, 7380, 9302, 7569, 14000, 7775, 15357, 11205, 13220, 7967, 7054, 8370, 6620, 9904, 7931, 12360, 10444, 11779, 9693, 6652, 8744, 7941, 10944, 8223, 10487, 8296, 7054, 8471, 7193, 8425, 7112, 7119, 8247, 6849, 12172, 9109, 13217, 9086, 7476, 8333, 6910, 11299, 7093, 13301, 9412, 14197, 11598, 6823, 8042, 7390, 8475, 7205, 7065, 9858, 8035, 9649, 7065, 7004, 8685, 7517, 11548, 7938, 13201, 9023, 14489, 10499, 7410, 8264, 6767, 11097, 8384, 12968, 9515, 11688, 13095, 7194, 9161, 7353, 7179, 8255, 6527, 10536, 8795, 9935, 7536, 6595, 8908, 7929, 10135, 7889, 8582, 8859, 7915, 13270, 8853, 9119, 7367, 6958, 9033, 6855, 11367, 9542, 9993, 8118, 6472, 7979, 7322, 8366, 7861, 6884, 11203, 9374, 7243, 8263, 7464, 7042, 8424, 6459, 11441, 9279, 9098, 11140, 7810, 9390, 7605, 7229, 10713, 7624, 13413, 11000, 14336, 10965, 7479, 8919, 6990, 11785, 7775, 13166, 8109, 14035, 10255, 13690, 8454, 7044, 7716, 6618, 9278, 6969, 11082, 8507, 13859, 9745, 7588, 7256, 6841, 9843, 7672, 12624, 9613, 13598, 10481, 6902, 8693, 7553, 9133, 7867, 6832, 11413, 9289, 11600, 8683, 6788, 9583, 7443, 6976, 10782, 8862, 13933, 9740, 7188, 9461, 8083, 10546, 8689, 8222, 10963, 7859, 14922, 11213, 6913, 9923, 8210, 6716, 9341, 7802, 12091, 8633, 8801, 11295, 9053, 13565, 11471, 7344, 9795, 7530, 12040, 8649, 13239, 9342, 13655, 10490, 7844, 8315, 7352, 7239, 8043, 7178, 9555, 8192, 9916, 8750, 7253, 9060, 7189, 7134, 9348, 7238, 11504, 9861, 12607, 9969, 7276, 9768, 7795, 7265, 10276, 8090, 7490, 7803, 6859, 10109, 9059, 9099, 8652, 7682, 11769, 8975, 13067, 9145, 15221, 12204, 9036, 8867, 7321, 12842, 10285, 9934, 7979, 6930, 9917, 7280, 12227, 7628, 13428, 7927, 14109, 9406, 14341, 10486, 7461, 8986, 6692, 9586, 7904, 10489, 8014, 10211, 7772, 7214, 8134, 7116, 8511, 7192, 7063, 8340, 6808, 9913, 7022, 11649, 8120, 11892, 8232, 9799, 7666, 9368, 7742, 11220, 8238, 12540, 8718, 13036, 9805, 7048, 7822, 6582, 8207, 7269, 8300, 7468, 9559, 8405, 11117, 8179, 6935, 8000, 6934, 9645, 7609, 10001, 7293, 12124, 7831, 13849, 7669, 6943, 7436, 6896, 8566, 7276, 10487, 8310, 7030, 7734, 6905, 10065, 7470, 11588, 8128, 12222, 9294, 14266, 10133, 7100, 8812, 6885, 9506, 7552, 9460, 7660, 7039, 9371, 6879, 8146, 7020, 6995, 7747, 6980, 10401, 7932, 11139, 8230, 9350, 7780, 10597, 8502, 10978, 9084, 8816, 13199, 7655, 12917, 8088, 10449, 7853, 10540, 7865, 9815, 7498, 7735, 8333, 6787, 7942, 6985, 7083, 7287, 7039, 8609, 6600, 9752, 8137, 11779, 8537, 7122, 8445, 7032, 10179, 7475, 12080, 9625, 13565, 10715, 7136, 8009, 7055, 10114, 8475, 11422, 8439, 11124, 8044, 11000, 8654, 7312, 9349, 7478, 8909, 7424, 11427, 8183, 11427, 8048, 11670, 7968, 10761, 8256, 7472, 8744, 7381, 8372, 7529, 8409, 7560, 8956, 7586, 9355, 7898, 7504, 8405, 7692, 9492, 8238, 12475, 8782, 11663, 8120, 11660, 8739, 12528, 9010, 7167, 7820, 7303, 7682, 7651, 9009, 7588, 9978, 8125, 8355, 8150, 7304, 8969, 10126, 9341, 11861, 8476, 11051, 7666, 8198, 7524, 7309, 7653, 7337, 7652, 7262, 7914, 7038, 8137, 7181, 8112, 7113, 8925, 7287, 8643, 7760, 7385, 7734, 7023, 8838, 7681, 10240, 8692, 12405, 8455, 7386, 8787, 7252, 10793, 10072, 11126, 10057, 12515, 7935, 13436, 8185, 10987, 7703, 10544, 7782, 8859, 8567, 7260, 12231, 8034, 9465, 7668, 7406, 8798, 7089, 10409, 7226, 13302, 9307, 10284, 7866, 9918, 7947, 11343, 7892, 9985, 7936, 7485, 8460, 7269, 8488, 7587, 8469, 7698, 8609, 7837, 8987, 7958, 7026, 8009, 7643, 8195, 7566, 9131, 7598, 11738, 8209, 11050, 8349, 11759, 8757, 7403, 8673, 7059, 10065, 6958, 11011, 10324, 9341, 9256, 8081, 8434, 8694, 7129, 9543, 7331, 8314, 7506, 9541, 7512, 9059, 7372, 8864, 7222, 9641, 7591, 8572, 7469, 8938, 7412, 7468, 7648, 6761, 8816, 7567, 8548, 7698, 10088, 7876, 10597, 8778, 7916, 12156, 8199, 9580, 7892, 10054, 8495, 12275, 9226, 10166, 12655, 7685, 9079, 7916, 7913, 8177, 7465, 9632, 7246, 11969, 9799, 9765, 8118, 7296, 8829, 7074, 11265, 7623, 12271, 8133, 13092, 9806, 11045, 8121, 10107, 8035, 10340, 7966, 9346, 7779, 8027, 7934, 7367, 8148, 7344, 7867, 7642, 8752, 7631, 8952, 7704, 9487, 7793, 7453, 8146, 7114, 8552, 7450, 8632, 7167, 8887, 7039, 10753, 8128, 9189, 7741, 7441, 8029, 7084, 8488, 8298, 7946, 7719, 8592, 7847, 12188, 7521, 10766, 8269, 11651, 7818, 11243, 8219, 12110, 8065, 12576, 9363, 7343, 7811, 6993, 8366, 7844, 8924, 8549, 7568, 10476, 8270, 7281, 9928, 8286, 8348, 12022, 9145, 14033, 11683, 10768, 11253, 8081, 13511, 10208, 13680, 11208, 8407, 14021, 10533, 12034, 8746, 7941, 10663, 8371, 7402, 11415, 9153, 12440, 9037, 7793, 9452, 8010, 7204, 8718, 8075, 7898, 9584, 7908, 11691, 9435, 7784, 10055, 8347, 11447, 9240, 8586, 12853, 10040, 12541, 8830, 7505, 10994, 8930, 13069, 9690, 7919, 8807, 8218, 8342, 8203, 8368, 11858, 8649, 11326, 8307, 10123, 8451, 13537, 10150, 8207, 9525, 8104, 10207, 8638, 10970, 9194, 8684, 11011, 8168, 9887, 8100, 7403, 9543, 7589, 11611, 8743, 11244, 9292, 10842, 8739, 10055, 9929, 7252, 10227, 8670, 11147, 8943, 8381, 10542, 7901, 12797, 8627, 7631, 8132, 7731, 9817, 8745, 7675, 8656, 7365, 11190, 9885, 10403, 8486, 7908, 10312, 8097, 13182, 8553, 13954, 9985, 8442, 7774, 7336, 8652, 7155, 10870, 8763, 9422, 7714, 7166, 8993, 7603, 11441, 8277, 10252, 8339, 8581, 10267, 7834, 12281, 7945, 9906, 8772, 12011, 10368, 7194, 9526, 8218, 9141, 8844, 7100, 9254, 7909, 7858, 8849, 7243, 11550, 9114, 13341, 10003, 7872, 9789, 8175, 11308, 8830, 9516, 10665, 7818, 9230, 7569, 7334, 8890, 7105, 9962, 7956, 7416, 9124, 7027, 10662, 8908, 11421, 9161, 12732, 9415, 9665, 10056, 7443, 9718, 8509, 11402, 8925, 9382, 8742, 7020, 8595, 8074, 9551, 7746, 7119, 9156, 7052, 8937, 7382, 7603, 8506, 7560, 10473, 7613, 10764, 7847, 12764, 10048, 13379, 8031, 7511, 8026, 6880, 9744, 8517, 10006, 7662, 7309, 8346, 7114, 10238, 7289, 12000, 8594, 12511, 7988, 7612, 7437, 6928, 8578, 6916, 10632, 9823, 9956, 7535, 7697, 7615, 8362, 10078, 8138, 10821, 7123, 9471, 7737, 10033, 8342, 13827, 10551, 13381, 11080, 7448, 7802, 7133, 11184, 7554, 10929, 7216, 8020, 7355, 10050, 8386, 8619, 8947, 6710, 10317, 7334, 12396, 8310, 13995, 9936, 12166, 9130, 6643, 8240, 7344, 7011, 8956, 6748, 7936, 7316, 8371, 7581, 7809, 10941, 7326, 9751, 7867, 9566, 7760, 7640, 9144, 7284, 11333, 7320, 13280, 8917, 9222, 7270, 6921, 8061, 7362, 7970, 7223, 7786, 8184, 7273, 9916, 7096, 8460, 7502, 7870, 7880, 7301, 11483, 7811, 12844, 7399, 6882, 8584, 6628, 9921, 8149, 10320, 8429, 8800, 10555, 7373, 8952, 7624, 7195, 8991, 7519, 9999, 7880, 6996, 8264, 7476, 6964, 9456, 8125, 10788, 8179, 8124, 8418, 7891, 11064, 8163, 12456, 7974, 13366, 9328, 10053, 7869, 10400, 7600, 7835, 7546, 6861, 10162, 7376, 11629, 7793, 7145, 7642, 6831, 9519, 7796, 7491, 7350, 6856, 9071, 8207, 11158, 9393, 13507, 11572, 11192, 7553, 7231, 8605, 7016, 14231, 8641, 13132, 7537, 7584, 7845, 7301, 11290, 6733, 10605, 7748, 12187, 8398, 12883, 8184, 12547, 8004, 12648, 9513, 7044, 7361, 7258, 8078, 7686, 8539, 7801, 9425, 8253, 10875, 8377, 7100, 8405, 7004, 12962, 8911, 13801, 8768, 10471, 7356, 7130, 8763, 7473, 10821, 6990, 11401, 7599, 7275, 7232, 7249, 7774, 7641, 7706, 7609, 7988, 7680, 8982, 8635, 7036, 9006, 7469, 11222, 8641, 12993, 8548, 13534, 9180, 13751, 9812, 7311, 7446, 7076, 8381, 7374, 10344, 8081, 12077, 8364, 7854, 7174, 7237, 7827, 7144, 9053, 7449, 12911, 7610, 11729, 7371, 7410, 7427, 7092, 8354, 6930, 10873, 7894, 10557, 7805, 8747, 7367, 10041, 7689, 10045, 7866, 12456, 9252, 6957, 8289, 7500, 8544, 7452, 7558, 7404, 7061, 7311, 6786, 10246, 7868, 7410, 7011, 7303, 8199, 7328, 8504, 6968, 11684, 9213, 7649, 9232, 7769, 7233, 9039, 7528, 13016, 10022, 15152, 11005, 7640, 11554, 7945, 7118, 11596, 9234, 14213, 10636, 8111, 15274, 11452, 7389, 10333, 8726, 7440, 7058, 10023, 8640, 9893, 10500, 7483, 13642, 9957, 7499, 13242, 8747, 7392, 8891, 8089, 6940, 12067, 9141, 7153, 9360, 7530, 7495, 10009, 7518, 11909, 9728, 12398, 9833, 7286, 8491, 7676, 10272, 8314, 7289, 13683, 9072, 12611, 7680, 7141, 8957, 7721, 7477, 10468, 7468, 14233, 9067, 10506, 8002, 8723, 9301, 9203, 10701, 7176, 12884, 8255, 8752, 7397, 7437, 7948, 7168, 9293, 7167, 9674, 7132, 12090, 8360, 9088, 7425, 7354, 7716, 7474, 8542, 7179, 11366, 8351, 8263, 7519, 7751, 8296, 7094, 10112, 8608, 12577, 8911, 7476, 8859, 7655, 9667, 8126, 10595, 8305, 7104, 13479, 10689, 9495, 8577, 7184, 9780, 7901, 10216, 8900, 7247, 13411, 9495, 8020, 7580, 7581, 10346, 7372, 11838, 7585, 13231, 9525, 7368, 8595, 7480, 8965, 7696, 7360, 8572, 6825, 12291, 8549, 7224, 9278, 8013, 8995, 9623, 7638, 13889, 10296, 12748, 9635, 7167, 10732, 8095, 9676, 9560, 7261, 13270, 8618, 14060, 10011, 7329, 7689, 7753, 7352, 7280, 9064, 7283, 12097, 8954, 8615, 13463, 9398, 9574, 8307, 6907, 11684, 7033, 13104, 8295, 13481, 10132, 7218, 8989, 7497, 6697, 9124, 7404, 10019, 8111, 7160, 10375, 7910, 6959, 9541, 7412, 10479, 8937, 9993, 6651, 11190, 7809, 11863, 8046, 6777, 7406, 7830, 6738, 10686, 8239, 6539, 12159, 10112, 8469, 12367, 9618, 7459, 11505, 7379, 13700, 9256, 13308, 9419, 12961, 10081, 7736, 9478, 7532, 6361, 10062, 7631, 11205, 8108, 9861, 9623, 6679, 10986, 7960, 6997, 8923, 6731, 12693, 8647, 13058, 9393, 7640, 12593, 9500, 6547, 8977, 7897, 7617, 9437, 7572, 11119, 6949, 12346, 7910, 12636, 9838, 6622, 8573, 7438, 10355, 7874, 6393, 10289, 7537, 12894, 9032, 7006, 9729, 7640, 6576, 9734, 6470, 11736, 8738, 12702, 9421, 7160, 9143, 8052, 10112, 7801, 6784, 10210, 7654, 11953, 9121, 8030, 8616, 8372, 6695, 8566, 7477, 10533, 8314, 11054, 8183, 7362, 10400, 7943, 10723, 8156, 6619, 9472, 7267, 11061, 8597, 12385, 8747, 6930, 9104, 7680, 9790, 7873, 8697, 7959, 6728, 10249, 8151, 12247, 8317, 6238, 9494, 7688, 10762, 8465, 12128, 9748, 7641, 11863, 8404, 7791, 6141, 10485, 8289, 7599, 6065, 12102, 8739, 9299, 11851, 8982, 12396, 9144, 12562, 9531, 7736, 8995, 7393, 6625, 9465, 7314, 8605, 8582, 6934, 11189, 7869, 8427, 11092, 8233, 7173, 8411, 7166, 7026, 9191, 6539, 11643, 8358, 11248, 8730, 11873, 9386, 7100, 10207, 7337, 6842, 8384, 7758, 6477, 10561, 7750, 11554, 8436, 10246, 9181, 7866, 12756, 9997, 7655, 9389, 7211, 6243, 9491, 7530, 11547, 8262, 9480, 9017, 7636, 13136, 10842, 7799, 10136, 7930, 7028, 6970, 10879, 8812, 8024, 7755, 10138, 9139, 8206, 7318, 13627, 10433, 8713, 14107, 11441, 8529, 12541, 7930, 7641, 7579, 9924, 8274, 12643, 9147, 8290, 6833, 7629, 7229, 6714, 7389, 7945, 7312, 7237, 8999, 10461, 8559, 7185, 11094, 10579, 8148, 14016, 10239, 13011, 9775, 10808, 11951, 7874, 7145, 7917, 7374, 6624, 11539, 8789, 8002, 6961, 7987, 7675, 6905, 9872, 9012, 8060, 11066, 8048, 12487, 9547, 9743, 13710, 9605, 9596, 7964, 7386, 9277, 8295, 7593, 11107, 8460, 7280, 12017, 8777, 7954, 9731, 8373, 7690, 7046, 8927, 7315, 7214, 11955, 9629, 12754, 9433, 7785, 11843, 9068, 13013, 10160, 7946, 9648, 7653, 7335, 7345, 6958, 9169, 7367, 7322, 10104, 8874, 7771, 9562, 8148, 7089, 8996, 6849, 11266, 8093, 7748, 11824, 8658, 6952, 10028, 9818, 7459, 14443], 'WindowCenter': [3791.0, 3766.0, 3775.0, 3752.0, 3794.0, 3753.0, 3815.0, 3782.0, 3803.0, 3780.0, 3737.0, 3759.0, 3736.0, 3767.0, 3748.0, 3779.0, 3759.0, 3737.0, 3770.0, 3748.0, 3769.0, 3759.0, 3749.0, 3761.0, 3750.0, 3791.0, 3769.0, 3792.0, 3749.0, 3737.0, 3759.0, 3737.0, 3790.0, 3758.0, 3789.0, 3760.0, 3780.0, 3767.0, 3737.0, 3757.0, 3749.0, 3746.0, 3748.0, 3737.0, 3780.0, 3749.0, 3792.0, 3749.0, 3758.0, 3747.0, 3757.0, 3759.0, 3737.0, 3780.0, 3738.0, 3802.0, 3779.0, 3736.0, 3747.0, 3726.0, 3769.0, 3748.0, 3780.0, 3760.0, 3740.0, 3780.0, 3761.0, 3770.0, 3750.0, 3739.0, 3770.0, 3748.0, 3782.0, 3750.0, 3803.0, 3772.0, 3749.0, 3760.0, 3749.0, 3769.0, 3749.0, 3791.0, 3771.0, 3761.0, 3793.0, 3762.0, 3752.0, 3761.0, 3739.0, 3792.0, 3772.0, 3804.0, 3783.0, 3803.0, 3794.0, 3751.0, 3781.0, 3760.0, 3778.0, 3749.0, 3748.0, 3802.0, 3781.0, 3780.0, 3760.0, 3739.0, 3770.0, 3760.0, 3749.0, 3791.0, 3761.0, 3793.0, 3761.0, 3741.0, 3782.0, 3762.0, 3763.0, 3804.0, 3794.0, 3803.0, 3773.0, 3751.0, 3771.0, 3750.0, 3804.0, 3750.0, 3803.0, 3781.0, 3790.0, 3748.0, 3736.0, 3747.0, 3726.0, 3769.0, 3749.0, 3789.0, 3781.0, 3791.0, 3770.0, 3726.0, 3759.0, 3747.0, 3778.0, 3748.0, 3768.0, 3758.0, 3738.0, 3760.0, 3738.0, 3748.0, 3739.0, 3737.0, 3759.0, 3727.0, 3792.0, 3772.0, 3792.0, 3759.0, 3738.0, 3747.0, 3726.0, 3779.0, 3726.0, 3789.0, 3769.0, 3801.0, 3790.0, 3727.0, 3747.0, 3738.0, 3758.0, 3750.0, 3751.0, 3783.0, 3762.0, 3784.0, 3753.0, 3751.0, 3772.0, 3749.0, 3793.0, 3750.0, 3803.0, 3772.0, 3802.0, 3782.0, 3738.0, 3748.0, 3726.0, 3779.0, 3747.0, 3790.0, 3770.0, 3780.0, 3792.0, 3738.0, 3758.0, 3736.0, 3726.0, 3748.0, 3717.0, 3780.0, 3759.0, 3768.0, 3749.0, 3727.0, 3759.0, 3749.0, 3781.0, 3749.0, 3759.0, 3760.0, 3749.0, 3793.0, 3760.0, 3758.0, 3738.0, 3726.0, 3758.0, 3728.0, 3780.0, 3771.0, 3770.0, 3749.0, 3729.0, 3748.0, 3738.0, 3758.0, 3749.0, 3740.0, 3793.0, 3771.0, 3750.0, 3762.0, 3750.0, 3739.0, 3761.0, 3730.0, 3806.0, 3785.0, 3773.0, 3795.0, 3765.0, 3783.0, 3763.0, 3753.0, 3795.0, 3763.0, 3806.0, 3795.0, 3804.0, 3782.0, 3740.0, 3760.0, 3740.0, 3795.0, 3751.0, 3791.0, 3749.0, 3792.0, 3770.0, 3791.0, 3759.0, 3726.0, 3738.0, 3728.0, 3769.0, 3738.0, 3781.0, 3761.0, 3792.0, 3772.0, 3738.0, 3737.0, 3728.0, 3770.0, 3749.0, 3791.0, 3770.0, 3790.0, 3769.0, 3727.0, 3758.0, 3749.0, 3758.0, 3748.0, 3727.0, 3780.0, 3770.0, 3780.0, 3760.0, 3727.0, 3769.0, 3750.0, 3739.0, 3793.0, 3773.0, 3804.0, 3772.0, 3740.0, 3771.0, 3750.0, 3780.0, 3760.0, 3749.0, 3782.0, 3762.0, 3827.0, 3794.0, 3739.0, 3771.0, 3759.0, 3739.0, 3770.0, 3762.0, 3791.0, 3774.0, 3773.0, 3793.0, 3772.0, 3803.0, 3794.0, 3738.0, 3769.0, 3738.0, 3780.0, 3748.0, 3789.0, 3759.0, 3790.0, 3769.0, 3747.0, 3747.0, 3736.0, 3736.0, 3747.0, 3736.0, 3769.0, 3761.0, 3784.0, 3773.0, 3751.0, 3772.0, 3741.0, 3740.0, 3773.0, 3751.0, 3793.0, 3784.0, 3805.0, 3784.0, 3752.0, 3772.0, 3749.0, 3740.0, 3780.0, 3761.0, 3751.0, 3761.0, 3742.0, 3795.0, 3785.0, 3786.0, 3775.0, 3763.0, 3796.0, 3773.0, 3793.0, 3772.0, 3815.0, 3795.0, 3761.0, 3759.0, 3739.0, 3791.0, 3770.0, 3767.0, 3747.0, 3725.0, 3757.0, 3736.0, 3779.0, 3736.0, 3779.0, 3734.0, 3789.0, 3758.0, 3789.0, 3767.0, 3723.0, 3744.0, 3711.0, 3744.0, 3735.0, 3755.0, 3735.0, 3767.0, 3735.0, 3736.0, 3747.0, 3737.0, 3758.0, 3738.0, 3737.0, 3759.0, 3728.0, 3770.0, 3739.0, 3780.0, 3749.0, 3781.0, 3749.0, 3768.0, 3738.0, 3759.0, 3738.0, 3769.0, 3748.0, 3779.0, 3759.0, 3789.0, 3770.0, 3726.0, 3737.0, 3727.0, 3748.0, 3739.0, 3748.0, 3739.0, 3771.0, 3762.0, 3781.0, 3761.0, 3729.0, 3750.0, 3729.0, 3771.0, 3739.0, 3770.0, 3738.0, 3781.0, 3737.0, 3793.0, 3739.0, 3728.0, 3739.0, 3740.0, 3760.0, 3740.0, 3782.0, 3763.0, 3742.0, 3751.0, 3739.0, 3772.0, 3739.0, 3792.0, 3751.0, 3794.0, 3772.0, 3802.0, 3771.0, 3729.0, 3760.0, 3729.0, 3758.0, 3739.0, 3771.0, 3751.0, 3730.0, 3761.0, 3729.0, 3750.0, 3741.0, 3741.0, 3752.0, 3743.0, 3796.0, 3753.0, 3796.0, 3764.0, 3773.0, 3750.0, 3770.0, 3761.0, 3770.0, 3761.0, 3761.0, 3794.0, 3740.0, 3792.0, 3749.0, 3769.0, 3739.0, 3769.0, 3739.0, 3758.0, 3739.0, 3739.0, 3750.0, 3729.0, 3751.0, 3741.0, 3728.0, 3740.0, 3740.0, 3762.0, 3729.0, 3773.0, 3763.0, 3794.0, 3775.0, 3753.0, 3775.0, 3743.0, 3784.0, 3755.0, 3795.0, 3774.0, 3794.0, 3785.0, 3740.0, 3752.0, 3743.0, 3796.0, 3765.0, 3793.0, 3762.0, 3781.0, 3751.0, 3794.0, 3774.0, 3752.0, 3772.0, 3740.0, 3772.0, 3753.0, 3795.0, 3763.0, 3793.0, 3752.0, 3781.0, 3753.0, 3795.0, 3762.0, 3739.0, 3761.0, 3752.0, 3762.0, 3764.0, 3775.0, 3764.0, 3774.0, 3764.0, 3785.0, 3765.0, 3765.0, 3764.0, 3753.0, 3773.0, 3777.0, 3807.0, 3762.0, 3782.0, 3750.0, 3782.0, 3761.0, 3793.0, 3761.0, 3739.0, 3738.0, 3738.0, 3749.0, 3751.0, 3771.0, 3753.0, 3784.0, 3765.0, 3775.0, 3763.0, 3741.0, 3762.0, 3771.0, 3772.0, 3780.0, 3749.0, 3769.0, 3739.0, 3748.0, 3738.0, 3737.0, 3738.0, 3737.0, 3738.0, 3738.0, 3749.0, 3740.0, 3750.0, 3740.0, 3762.0, 3753.0, 3773.0, 3753.0, 3774.0, 3765.0, 3765.0, 3765.0, 3754.0, 3787.0, 3767.0, 3797.0, 3777.0, 3808.0, 3777.0, 3765.0, 3774.0, 3752.0, 3784.0, 3771.0, 3782.0, 3770.0, 3792.0, 3749.0, 3793.0, 3761.0, 3769.0, 3738.0, 3769.0, 3738.0, 3758.0, 3749.0, 3738.0, 3792.0, 3749.0, 3758.0, 3738.0, 3737.0, 3759.0, 3727.0, 3770.0, 3740.0, 3792.0, 3760.0, 3769.0, 3750.0, 3769.0, 3749.0, 3768.0, 3749.0, 3757.0, 3749.0, 3738.0, 3748.0, 3738.0, 3748.0, 3751.0, 3759.0, 3749.0, 3759.0, 3751.0, 3772.0, 3775.0, 3754.0, 3764.0, 3765.0, 3777.0, 3780.0, 3787.0, 3778.0, 3808.0, 3777.0, 3795.0, 3775.0, 3795.0, 3776.0, 3755.0, 3775.0, 3741.0, 3773.0, 3740.0, 3785.0, 3782.0, 3761.0, 3760.0, 3751.0, 3762.0, 3762.0, 3739.0, 3771.0, 3739.0, 3749.0, 3740.0, 3771.0, 3752.0, 3774.0, 3752.0, 3774.0, 3766.0, 3784.0, 3751.0, 3761.0, 3751.0, 3771.0, 3753.0, 3753.0, 3765.0, 3756.0, 3787.0, 3778.0, 3774.0, 3764.0, 3784.0, 3764.0, 3784.0, 3774.0, 3764.0, 3806.0, 3775.0, 3784.0, 3763.0, 3782.0, 3763.0, 3792.0, 3772.0, 3782.0, 3794.0, 3751.0, 3771.0, 3750.0, 3750.0, 3750.0, 3739.0, 3771.0, 3739.0, 3793.0, 3772.0, 3772.0, 3761.0, 3750.0, 3760.0, 3740.0, 3783.0, 3750.0, 3793.0, 3750.0, 3793.0, 3771.0, 3780.0, 3749.0, 3756.0, 3736.0, 3756.0, 3736.0, 3745.0, 3736.0, 3735.0, 3736.0, 3737.0, 3749.0, 3739.0, 3748.0, 3751.0, 3760.0, 3751.0, 3761.0, 3752.0, 3772.0, 3751.0, 3752.0, 3752.0, 3729.0, 3763.0, 3739.0, 3760.0, 3728.0, 3761.0, 3741.0, 3794.0, 3763.0, 3774.0, 3765.0, 3753.0, 3776.0, 3753.0, 3775.0, 3763.0, 3764.0, 3765.0, 3775.0, 3764.0, 3808.0, 3765.0, 3798.0, 3764.0, 3784.0, 3751.0, 3784.0, 3764.0, 3794.0, 3749.0, 3792.0, 3761.0, 3738.0, 3750.0, 3752.0, 3762.0, 3790.0, 3787.0, 3775.0, 3767.0, 3811.0, 3776.0, 3766.0, 3798.0, 3776.0, 3773.0, 3806.0, 3774.0, 3806.0, 3796.0, 3782.0, 3782.0, 3751.0, 3791.0, 3770.0, 3778.0, 3768.0, 3747.0, 3790.0, 3767.0, 3766.0, 3744.0, 3735.0, 3766.0, 3734.0, 3723.0, 3767.0, 3757.0, 3777.0, 3746.0, 3736.0, 3757.0, 3747.0, 3738.0, 3759.0, 3761.0, 3751.0, 3772.0, 3762.0, 3795.0, 3774.0, 3752.0, 3783.0, 3762.0, 3794.0, 3774.0, 3761.0, 3795.0, 3774.0, 3806.0, 3773.0, 3740.0, 3782.0, 3760.0, 3792.0, 3771.0, 3751.0, 3772.0, 3761.0, 3761.0, 3774.0, 3763.0, 3796.0, 3774.0, 3796.0, 3763.0, 3772.0, 3763.0, 3804.0, 3783.0, 3750.0, 3771.0, 3750.0, 3769.0, 3759.0, 3780.0, 3761.0, 3760.0, 3782.0, 3749.0, 3770.0, 3749.0, 3739.0, 3770.0, 3739.0, 3781.0, 3761.0, 3781.0, 3760.0, 3780.0, 3760.0, 3770.0, 3771.0, 3738.0, 3769.0, 3749.0, 3779.0, 3760.0, 3747.0, 3770.0, 3749.0, 3780.0, 3748.0, 3738.0, 3748.0, 3749.0, 3771.0, 3762.0, 3751.0, 3762.0, 3752.0, 3794.0, 3784.0, 3784.0, 3761.0, 3751.0, 3772.0, 3749.0, 3793.0, 3760.0, 3793.0, 3772.0, 3749.0, 3738.0, 3727.0, 3748.0, 3728.0, 3781.0, 3760.0, 3772.0, 3750.0, 3739.0, 3759.0, 3739.0, 3782.0, 3761.0, 3770.0, 3750.0, 3750.0, 3772.0, 3751.0, 3781.0, 3749.0, 3758.0, 3762.0, 3781.0, 3770.0, 3727.0, 3758.0, 3748.0, 3758.0, 3759.0, 3727.0, 3759.0, 3749.0, 3749.0, 3761.0, 3739.0, 3782.0, 3760.0, 3792.0, 3771.0, 3739.0, 3759.0, 3748.0, 3769.0, 3748.0, 3758.0, 3769.0, 3737.0, 3758.0, 3738.0, 3738.0, 3760.0, 3739.0, 3771.0, 3750.0, 3738.0, 3771.0, 3740.0, 3782.0, 3761.0, 3781.0, 3761.0, 3791.0, 3761.0, 3759.0, 3770.0, 3727.0, 3758.0, 3748.0, 3769.0, 3748.0, 3758.0, 3749.0, 3728.0, 3749.0, 3762.0, 3772.0, 3751.0, 3739.0, 3761.0, 3740.0, 3772.0, 3741.0, 3750.0, 3762.0, 3750.0, 3783.0, 3752.0, 3782.0, 3750.0, 3793.0, 3772.0, 3792.0, 3750.0, 3727.0, 3738.0, 3728.0, 3770.0, 3761.0, 3771.0, 3751.0, 3739.0, 3761.0, 3739.0, 3772.0, 3739.0, 3781.0, 3761.0, 3791.0, 3750.0, 3739.0, 3740.0, 3740.0, 3761.0, 3740.0, 3783.0, 3784.0, 3785.0, 3753.0, 3751.0, 3752.0, 3762.0, 3774.0, 3751.0, 3784.0, 3741.0, 3772.0, 3740.0, 3771.0, 3750.0, 3792.0, 3772.0, 3793.0, 3782.0, 3739.0, 3738.0, 3727.0, 3781.0, 3739.0, 3770.0, 3738.0, 3749.0, 3739.0, 3770.0, 3750.0, 3748.0, 3749.0, 3716.0, 3769.0, 3727.0, 3779.0, 3737.0, 3779.0, 3759.0, 3779.0, 3759.0, 3728.0, 3747.0, 3727.0, 3728.0, 3760.0, 3729.0, 3750.0, 3740.0, 3762.0, 3752.0, 3751.0, 3784.0, 3742.0, 3772.0, 3751.0, 3760.0, 3740.0, 3739.0, 3761.0, 3739.0, 3781.0, 3739.0, 3791.0, 3760.0, 3760.0, 3739.0, 3727.0, 3750.0, 3740.0, 3750.0, 3741.0, 3750.0, 3761.0, 3741.0, 3775.0, 3742.0, 3762.0, 3741.0, 3750.0, 3752.0, 3740.0, 3783.0, 3740.0, 3793.0, 3741.0, 3729.0, 3762.0, 3744.0, 3773.0, 3753.0, 3785.0, 3764.0, 3774.0, 3784.0, 3740.0, 3760.0, 3740.0, 3729.0, 3761.0, 3741.0, 3771.0, 3752.0, 3755.0, 3764.0, 3754.0, 3756.0, 3801.0, 3767.0, 3796.0, 3765.0, 3753.0, 3766.0, 3766.0, 3797.0, 3765.0, 3797.0, 3752.0, 3795.0, 3763.0, 3773.0, 3752.0, 3770.0, 3739.0, 3738.0, 3739.0, 3742.0, 3783.0, 3740.0, 3782.0, 3752.0, 3740.0, 3751.0, 3742.0, 3774.0, 3754.0, 3753.0, 3754.0, 3744.0, 3775.0, 3765.0, 3795.0, 3775.0, 3806.0, 3785.0, 3783.0, 3741.0, 3739.0, 3751.0, 3728.0, 3794.0, 3750.0, 3792.0, 3739.0, 3738.0, 3738.0, 3727.0, 3770.0, 3717.0, 3769.0, 3727.0, 3769.0, 3737.0, 3779.0, 3737.0, 3767.0, 3737.0, 3779.0, 3758.0, 3715.0, 3727.0, 3727.0, 3737.0, 3739.0, 3748.0, 3739.0, 3759.0, 3749.0, 3770.0, 3750.0, 3728.0, 3738.0, 3715.0, 3779.0, 3747.0, 3780.0, 3737.0, 3757.0, 3727.0, 3715.0, 3737.0, 3715.0, 3768.0, 3726.0, 3768.0, 3737.0, 3738.0, 3739.0, 3739.0, 3751.0, 3752.0, 3751.0, 3753.0, 3765.0, 3754.0, 3775.0, 3764.0, 3742.0, 3763.0, 3741.0, 3783.0, 3762.0, 3793.0, 3751.0, 3793.0, 3762.0, 3792.0, 3773.0, 3740.0, 3728.0, 3728.0, 3749.0, 3728.0, 3771.0, 3739.0, 3781.0, 3750.0, 3750.0, 3729.0, 3728.0, 3740.0, 3728.0, 3761.0, 3729.0, 3782.0, 3740.0, 3782.0, 3728.0, 3727.0, 3728.0, 3729.0, 3749.0, 3729.0, 3782.0, 3751.0, 3772.0, 3740.0, 3749.0, 3739.0, 3758.0, 3740.0, 3760.0, 3739.0, 3782.0, 3760.0, 3729.0, 3738.0, 3729.0, 3751.0, 3755.0, 3753.0, 3744.0, 3743.0, 3743.0, 3731.0, 3773.0, 3753.0, 3742.0, 3743.0, 3742.0, 3764.0, 3742.0, 3764.0, 3743.0, 3797.0, 3776.0, 3756.0, 3775.0, 3754.0, 3742.0, 3765.0, 3752.0, 3795.0, 3774.0, 3806.0, 3784.0, 3742.0, 3783.0, 3752.0, 3731.0, 3783.0, 3761.0, 3792.0, 3772.0, 3740.0, 3794.0, 3770.0, 3728.0, 3759.0, 3748.0, 3728.0, 3727.0, 3758.0, 3749.0, 3759.0, 3772.0, 3740.0, 3793.0, 3761.0, 3728.0, 3781.0, 3737.0, 3727.0, 3746.0, 3738.0, 3729.0, 3782.0, 3762.0, 3731.0, 3762.0, 3742.0, 3741.0, 3773.0, 3741.0, 3783.0, 3762.0, 3782.0, 3761.0, 3730.0, 3752.0, 3753.0, 3772.0, 3764.0, 3741.0, 3795.0, 3762.0, 3782.0, 3741.0, 3743.0, 3763.0, 3754.0, 3743.0, 3786.0, 3755.0, 3807.0, 3764.0, 3772.0, 3741.0, 3749.0, 3761.0, 3749.0, 3771.0, 3728.0, 3781.0, 3740.0, 3749.0, 3729.0, 3740.0, 3750.0, 3729.0, 3762.0, 3729.0, 3763.0, 3730.0, 3782.0, 3751.0, 3759.0, 3742.0, 3739.0, 3753.0, 3740.0, 3751.0, 3730.0, 3783.0, 3752.0, 3752.0, 3742.0, 3751.0, 3751.0, 3741.0, 3773.0, 3763.0, 3795.0, 3764.0, 3742.0, 3763.0, 3753.0, 3772.0, 3753.0, 3784.0, 3753.0, 3730.0, 3794.0, 3783.0, 3773.0, 3761.0, 3730.0, 3771.0, 3753.0, 3772.0, 3763.0, 3742.0, 3794.0, 3773.0, 3751.0, 3752.0, 3740.0, 3772.0, 3739.0, 3783.0, 3740.0, 3793.0, 3762.0, 3740.0, 3750.0, 3740.0, 3760.0, 3752.0, 3741.0, 3763.0, 3743.0, 3796.0, 3765.0, 3754.0, 3775.0, 3765.0, 3775.0, 3785.0, 3765.0, 3807.0, 3774.0, 3794.0, 3762.0, 3741.0, 3783.0, 3751.0, 3761.0, 3761.0, 3739.0, 3792.0, 3750.0, 3794.0, 3774.0, 3740.0, 3750.0, 3750.0, 3739.0, 3739.0, 3772.0, 3752.0, 3793.0, 3763.0, 3762.0, 3794.0, 3772.0, 3772.0, 3750.0, 3726.0, 3780.0, 3726.0, 3779.0, 3750.0, 3780.0, 3759.0, 3726.0, 3747.0, 3725.0, 3716.0, 3758.0, 3739.0, 3770.0, 3751.0, 3741.0, 3783.0, 3763.0, 3741.0, 3772.0, 3738.0, 3770.0, 3746.0, 3759.0, 3716.0, 3768.0, 3738.0, 3779.0, 3748.0, 3729.0, 3750.0, 3750.0, 3742.0, 3794.0, 3776.0, 3744.0, 3808.0, 3798.0, 3766.0, 3797.0, 3775.0, 3752.0, 3784.0, 3740.0, 3793.0, 3761.0, 3792.0, 3760.0, 3792.0, 3772.0, 3740.0, 3760.0, 3738.0, 3716.0, 3769.0, 3739.0, 3780.0, 3750.0, 3770.0, 3771.0, 3729.0, 3781.0, 3750.0, 3726.0, 3758.0, 3728.0, 3791.0, 3761.0, 3791.0, 3760.0, 3739.0, 3806.0, 3772.0, 3718.0, 3759.0, 3749.0, 3738.0, 3759.0, 3738.0, 3770.0, 3727.0, 3780.0, 3748.0, 3780.0, 3760.0, 3716.0, 3746.0, 3726.0, 3757.0, 3748.0, 3716.0, 3769.0, 3750.0, 3792.0, 3761.0, 3740.0, 3770.0, 3750.0, 3728.0, 3759.0, 3716.0, 3781.0, 3749.0, 3781.0, 3761.0, 3728.0, 3758.0, 3737.0, 3768.0, 3737.0, 3716.0, 3769.0, 3738.0, 3781.0, 3760.0, 3748.0, 3748.0, 3748.0, 3727.0, 3759.0, 3738.0, 3770.0, 3751.0, 3782.0, 3762.0, 3751.0, 3782.0, 3750.0, 3780.0, 3748.0, 3728.0, 3770.0, 3738.0, 3780.0, 3749.0, 3780.0, 3749.0, 3728.0, 3758.0, 3738.0, 3757.0, 3750.0, 3748.0, 3749.0, 3728.0, 3782.0, 3752.0, 3791.0, 3750.0, 3717.0, 3770.0, 3750.0, 3781.0, 3761.0, 3792.0, 3784.0, 3753.0, 3795.0, 3764.0, 3765.0, 3732.0, 3794.0, 3775.0, 3765.0, 3745.0, 3808.0, 3788.0, 3786.0, 3809.0, 3776.0, 3809.0, 3776.0, 3796.0, 3773.0, 3738.0, 3747.0, 3726.0, 3714.0, 3756.0, 3738.0, 3759.0, 3760.0, 3739.0, 3780.0, 3749.0, 3749.0, 3782.0, 3750.0, 3725.0, 3746.0, 3726.0, 3726.0, 3760.0, 3717.0, 3780.0, 3749.0, 3782.0, 3775.0, 3791.0, 3758.0, 3726.0, 3755.0, 3725.0, 3725.0, 3747.0, 3749.0, 3729.0, 3781.0, 3751.0, 3793.0, 3762.0, 3769.0, 3761.0, 3749.0, 3792.0, 3771.0, 3737.0, 3756.0, 3725.0, 3715.0, 3758.0, 3748.0, 3780.0, 3760.0, 3758.0, 3759.0, 3750.0, 3793.0, 3781.0, 3736.0, 3756.0, 3747.0, 3727.0, 3737.0, 3780.0, 3774.0, 3763.0, 3751.0, 3783.0, 3771.0, 3762.0, 3740.0, 3804.0, 3783.0, 3762.0, 3807.0, 3784.0, 3760.0, 3779.0, 3735.0, 3725.0, 3724.0, 3758.0, 3748.0, 3791.0, 3771.0, 3761.0, 3715.0, 3738.0, 3742.0, 3728.0, 3738.0, 3752.0, 3754.0, 3764.0, 3773.0, 3783.0, 3774.0, 3754.0, 3794.0, 3783.0, 3750.0, 3794.0, 3772.0, 3781.0, 3760.0, 3770.0, 3768.0, 3735.0, 3714.0, 3737.0, 3737.0, 3728.0, 3781.0, 3761.0, 3751.0, 3740.0, 3762.0, 3750.0, 3741.0, 3784.0, 3775.0, 3762.0, 3793.0, 3751.0, 3794.0, 3773.0, 3772.0, 3793.0, 3760.0, 3759.0, 3738.0, 3726.0, 3758.0, 3748.0, 3738.0, 3769.0, 3748.0, 3739.0, 3795.0, 3763.0, 3752.0, 3771.0, 3749.0, 3751.0, 3739.0, 3760.0, 3740.0, 3739.0, 3783.0, 3773.0, 3792.0, 3761.0, 3739.0, 3782.0, 3748.0, 3781.0, 3758.0, 3736.0, 3758.0, 3737.0, 3726.0, 3726.0, 3740.0, 3771.0, 3740.0, 3752.0, 3795.0, 3774.0, 3753.0, 3773.0, 3762.0, 3740.0, 3762.0, 3742.0, 3784.0, 3752.0, 3751.0, 3794.0, 3763.0, 3742.0, 3782.0, 3783.0, 3766.0, 3806.0], 'WindowWidth': [8526.0, 8481.0, 8489.0, 8452.0, 8510.0, 8454.0, 8539.0, 8489.0, 8517.0, 8483.0, 8421.0, 8451.0, 8420.0, 8461.0, 8438.0, 8479.0, 8453.0, 8421.0, 8469.0, 8438.0, 8464.0, 8454.0, 8441.0, 8459.0, 8442.0, 8500.0, 8467.0, 8502.0, 8441.0, 8421.0, 8453.0, 8421.0, 8495.0, 8449.0, 8494.0, 8454.0, 8480.0, 8462.0, 8419.0, 8446.0, 8438.0, 8432.0, 8439.0, 8420.0, 8482.0, 8440.0, 8501.0, 8439.0, 8449.0, 8434.0, 8447.0, 8453.0, 8419.0, 8481.0, 8422.0, 8515.0, 8480.0, 8417.0, 8432.0, 8404.0, 8464.0, 8438.0, 8481.0, 8457.0, 8430.0, 8485.0, 8460.0, 8470.0, 8443.0, 8426.0, 8468.0, 8438.0, 8487.0, 8442.0, 8517.0, 8475.0, 8440.0, 8456.0, 8439.0, 8467.0, 8442.0, 8498.0, 8474.0, 8460.0, 8505.0, 8463.0, 8449.0, 8461.0, 8429.0, 8503.0, 8478.0, 8521.0, 8494.0, 8520.0, 8509.0, 8447.0, 8487.0, 8456.0, 8478.0, 8440.0, 8439.0, 8518.0, 8486.0, 8482.0, 8458.0, 8428.0, 8469.0, 8456.0, 8441.0, 8500.0, 8459.0, 8504.0, 8461.0, 8434.0, 8491.0, 8466.0, 8468.0, 8525.0, 8510.0, 8522.0, 8482.0, 8449.0, 8473.0, 8442.0, 8521.0, 8440.0, 8521.0, 8485.0, 8497.0, 8437.0, 8419.0, 8434.0, 8405.0, 8466.0, 8440.0, 8494.0, 8485.0, 8497.0, 8468.0, 8404.0, 8450.0, 8434.0, 8474.0, 8435.0, 8462.0, 8450.0, 8423.0, 8456.0, 8426.0, 8435.0, 8425.0, 8421.0, 8453.0, 8408.0, 8501.0, 8474.0, 8502.0, 8454.0, 8422.0, 8433.0, 8403.0, 8479.0, 8403.0, 8493.0, 8466.0, 8514.0, 8495.0, 8409.0, 8434.0, 8424.0, 8449.0, 8444.0, 8446.0, 8492.0, 8463.0, 8496.0, 8453.0, 8448.0, 8475.0, 8441.0, 8505.0, 8441.0, 8519.0, 8473.0, 8519.0, 8490.0, 8422.0, 8434.0, 8404.0, 8478.0, 8434.0, 8495.0, 8467.0, 8478.0, 8500.0, 8424.0, 8449.0, 8418.0, 8403.0, 8435.0, 8393.0, 8480.0, 8453.0, 8464.0, 8439.0, 8407.0, 8451.0, 8439.0, 8482.0, 8440.0, 8451.0, 8454.0, 8438.0, 8503.0, 8455.0, 8449.0, 8422.0, 8404.0, 8448.0, 8408.0, 8481.0, 8471.0, 8467.0, 8439.0, 8413.0, 8436.0, 8424.0, 8450.0, 8440.0, 8429.0, 8503.0, 8473.0, 8444.0, 8462.0, 8444.0, 8428.0, 8460.0, 8419.0, 8527.0, 8497.0, 8479.0, 8511.0, 8470.0, 8491.0, 8465.0, 8453.0, 8512.0, 8464.0, 8527.0, 8511.0, 8521.0, 8489.0, 8427.0, 8454.0, 8426.0, 8510.0, 8445.0, 8500.0, 8438.0, 8500.0, 8468.0, 8497.0, 8452.0, 8404.0, 8421.0, 8408.0, 8465.0, 8423.0, 8482.0, 8455.0, 8500.0, 8472.0, 8422.0, 8419.0, 8407.0, 8465.0, 8438.0, 8497.0, 8468.0, 8494.0, 8463.0, 8405.0, 8447.0, 8436.0, 8446.0, 8435.0, 8405.0, 8482.0, 8467.0, 8480.0, 8454.0, 8407.0, 8462.0, 8442.0, 8426.0, 8503.0, 8475.0, 8520.0, 8474.0, 8427.0, 8469.0, 8442.0, 8479.0, 8455.0, 8438.0, 8486.0, 8462.0, 8561.0, 8507.0, 8427.0, 8469.0, 8452.0, 8426.0, 8466.0, 8461.0, 8497.0, 8480.0, 8476.0, 8504.0, 8474.0, 8519.0, 8504.0, 8422.0, 8464.0, 8420.0, 8479.0, 8433.0, 8490.0, 8451.0, 8494.0, 8463.0, 8432.0, 8431.0, 8415.0, 8413.0, 8431.0, 8416.0, 8464.0, 8458.0, 8495.0, 8477.0, 8448.0, 8474.0, 8431.0, 8428.0, 8476.0, 8445.0, 8505.0, 8493.0, 8523.0, 8493.0, 8449.0, 8472.0, 8438.0, 8427.0, 8482.0, 8459.0, 8445.0, 8459.0, 8439.0, 8512.0, 8498.0, 8500.0, 8485.0, 8463.0, 8512.0, 8476.0, 8505.0, 8473.0, 8541.0, 8507.0, 8454.0, 8450.0, 8426.0, 8498.0, 8466.0, 8459.0, 8433.0, 8399.0, 8445.0, 8415.0, 8476.0, 8413.0, 8477.0, 8409.0, 8491.0, 8446.0, 8493.0, 8456.0, 8390.0, 8420.0, 8374.0, 8421.0, 8409.0, 8437.0, 8410.0, 8456.0, 8413.0, 8415.0, 8431.0, 8420.0, 8447.0, 8421.0, 8420.0, 8452.0, 8409.0, 8468.0, 8425.0, 8483.0, 8437.0, 8484.0, 8438.0, 8460.0, 8421.0, 8450.0, 8422.0, 8462.0, 8436.0, 8477.0, 8450.0, 8490.0, 8463.0, 8401.0, 8418.0, 8405.0, 8432.0, 8423.0, 8433.0, 8426.0, 8469.0, 8459.0, 8482.0, 8457.0, 8410.0, 8438.0, 8408.0, 8468.0, 8422.0, 8464.0, 8420.0, 8481.0, 8419.0, 8500.0, 8424.0, 8405.0, 8423.0, 8427.0, 8455.0, 8428.0, 8486.0, 8464.0, 8434.0, 8445.0, 8425.0, 8473.0, 8425.0, 8499.0, 8441.0, 8505.0, 8471.0, 8514.0, 8469.0, 8409.0, 8450.0, 8409.0, 8446.0, 8422.0, 8467.0, 8442.0, 8412.0, 8455.0, 8411.0, 8441.0, 8432.0, 8430.0, 8447.0, 8435.0, 8511.0, 8448.0, 8508.0, 8465.0, 8474.0, 8440.0, 8465.0, 8456.0, 8465.0, 8455.0, 8454.0, 8507.0, 8426.0, 8499.0, 8436.0, 8460.0, 8421.0, 8461.0, 8421.0, 8444.0, 8422.0, 8423.0, 8438.0, 8409.0, 8441.0, 8429.0, 8408.0, 8426.0, 8425.0, 8458.0, 8411.0, 8475.0, 8461.0, 8506.0, 8480.0, 8453.0, 8483.0, 8436.0, 8492.0, 8454.0, 8510.0, 8476.0, 8506.0, 8493.0, 8428.0, 8445.0, 8437.0, 8512.0, 8467.0, 8500.0, 8458.0, 8481.0, 8442.0, 8506.0, 8479.0, 8447.0, 8474.0, 8426.0, 8472.0, 8452.0, 8506.0, 8464.0, 8501.0, 8445.0, 8482.0, 8448.0, 8508.0, 8459.0, 8426.0, 8458.0, 8446.0, 8462.0, 8468.0, 8481.0, 8465.0, 8481.0, 8468.0, 8495.0, 8470.0, 8471.0, 8466.0, 8448.0, 8475.0, 8488.0, 8526.0, 8459.0, 8486.0, 8438.0, 8485.0, 8458.0, 8503.0, 8457.0, 8424.0, 8421.0, 8421.0, 8436.0, 8443.0, 8470.0, 8449.0, 8492.0, 8469.0, 8484.0, 8463.0, 8430.0, 8457.0, 8467.0, 8472.0, 8478.0, 8435.0, 8460.0, 8421.0, 8434.0, 8421.0, 8414.0, 8418.0, 8417.0, 8420.0, 8420.0, 8437.0, 8425.0, 8441.0, 8428.0, 8461.0, 8449.0, 8477.0, 8451.0, 8480.0, 8470.0, 8471.0, 8471.0, 8456.0, 8501.0, 8476.0, 8515.0, 8490.0, 8531.0, 8489.0, 8472.0, 8480.0, 8446.0, 8493.0, 8470.0, 8487.0, 8466.0, 8503.0, 8438.0, 8504.0, 8455.0, 8463.0, 8420.0, 8461.0, 8420.0, 8447.0, 8436.0, 8422.0, 8501.0, 8436.0, 8445.0, 8421.0, 8418.0, 8450.0, 8404.0, 8466.0, 8425.0, 8499.0, 8451.0, 8461.0, 8438.0, 8463.0, 8437.0, 8460.0, 8435.0, 8443.0, 8436.0, 8419.0, 8434.0, 8418.0, 8433.0, 8444.0, 8451.0, 8438.0, 8451.0, 8444.0, 8473.0, 8483.0, 8454.0, 8468.0, 8469.0, 8487.0, 8500.0, 8504.0, 8494.0, 8530.0, 8490.0, 8508.0, 8481.0, 8510.0, 8486.0, 8456.0, 8482.0, 8430.0, 8473.0, 8427.0, 8495.0, 8487.0, 8457.0, 8451.0, 8441.0, 8462.0, 8461.0, 8424.0, 8468.0, 8425.0, 8436.0, 8426.0, 8468.0, 8446.0, 8476.0, 8447.0, 8478.0, 8476.0, 8491.0, 8445.0, 8455.0, 8444.0, 8470.0, 8450.0, 8451.0, 8469.0, 8461.0, 8503.0, 8494.0, 8480.0, 8467.0, 8491.0, 8467.0, 8492.0, 8482.0, 8468.0, 8527.0, 8484.0, 8494.0, 8464.0, 8486.0, 8461.0, 8501.0, 8474.0, 8486.0, 8507.0, 8443.0, 8470.0, 8441.0, 8439.0, 8439.0, 8423.0, 8469.0, 8424.0, 8502.0, 8474.0, 8472.0, 8459.0, 8441.0, 8454.0, 8429.0, 8488.0, 8438.0, 8502.0, 8439.0, 8503.0, 8468.0, 8479.0, 8435.0, 8440.0, 8412.0, 8438.0, 8414.0, 8423.0, 8413.0, 8412.0, 8415.0, 8416.0, 8438.0, 8423.0, 8433.0, 8443.0, 8454.0, 8444.0, 8456.0, 8447.0, 8472.0, 8444.0, 8447.0, 8445.0, 8409.0, 8461.0, 8422.0, 8452.0, 8407.0, 8456.0, 8430.0, 8505.0, 8463.0, 8479.0, 8470.0, 8450.0, 8486.0, 8451.0, 8483.0, 8463.0, 8466.0, 8470.0, 8482.0, 8466.0, 8532.0, 8469.0, 8517.0, 8465.0, 8491.0, 8441.0, 8492.0, 8467.0, 8507.0, 8437.0, 8500.0, 8455.0, 8421.0, 8440.0, 8447.0, 8461.0, 8513.0, 8503.0, 8484.0, 8476.0, 8544.0, 8487.0, 8475.0, 8521.0, 8486.0, 8476.0, 8525.0, 8478.0, 8528.0, 8511.0, 8484.0, 8486.0, 8440.0, 8495.0, 8464.0, 8473.0, 8459.0, 8429.0, 8492.0, 8456.0, 8451.0, 8421.0, 8410.0, 8451.0, 8407.0, 8393.0, 8456.0, 8441.0, 8469.0, 8427.0, 8412.0, 8444.0, 8430.0, 8419.0, 8451.0, 8457.0, 8443.0, 8472.0, 8460.0, 8508.0, 8479.0, 8447.0, 8487.0, 8459.0, 8505.0, 8476.0, 8455.0, 8507.0, 8477.0, 8525.0, 8474.0, 8427.0, 8483.0, 8453.0, 8499.0, 8468.0, 8443.0, 8470.0, 8457.0, 8457.0, 8479.0, 8461.0, 8511.0, 8478.0, 8512.0, 8461.0, 8470.0, 8461.0, 8520.0, 8489.0, 8440.0, 8467.0, 8438.0, 8461.0, 8450.0, 8479.0, 8454.0, 8451.0, 8483.0, 8436.0, 8464.0, 8437.0, 8421.0, 8466.0, 8421.0, 8481.0, 8455.0, 8481.0, 8453.0, 8479.0, 8452.0, 8465.0, 8467.0, 8418.0, 8461.0, 8434.0, 8475.0, 8450.0, 8430.0, 8465.0, 8433.0, 8480.0, 8433.0, 8420.0, 8433.0, 8438.0, 8467.0, 8459.0, 8444.0, 8457.0, 8446.0, 8504.0, 8492.0, 8490.0, 8456.0, 8441.0, 8471.0, 8436.0, 8500.0, 8451.0, 8502.0, 8468.0, 8434.0, 8418.0, 8402.0, 8432.0, 8406.0, 8479.0, 8453.0, 8471.0, 8440.0, 8423.0, 8450.0, 8422.0, 8486.0, 8455.0, 8465.0, 8437.0, 8436.0, 8470.0, 8441.0, 8482.0, 8434.0, 8445.0, 8457.0, 8479.0, 8465.0, 8405.0, 8446.0, 8431.0, 8443.0, 8447.0, 8404.0, 8447.0, 8434.0, 8434.0, 8453.0, 8422.0, 8484.0, 8452.0, 8499.0, 8468.0, 8422.0, 8446.0, 8431.0, 8460.0, 8432.0, 8443.0, 8460.0, 8418.0, 8444.0, 8419.0, 8419.0, 8453.0, 8423.0, 8467.0, 8439.0, 8420.0, 8469.0, 8425.0, 8483.0, 8454.0, 8482.0, 8453.0, 8496.0, 8454.0, 8447.0, 8463.0, 8401.0, 8443.0, 8431.0, 8461.0, 8432.0, 8444.0, 8434.0, 8406.0, 8435.0, 8461.0, 8473.0, 8442.0, 8423.0, 8455.0, 8427.0, 8470.0, 8429.0, 8440.0, 8456.0, 8439.0, 8486.0, 8445.0, 8485.0, 8438.0, 8501.0, 8470.0, 8497.0, 8437.0, 8403.0, 8419.0, 8405.0, 8465.0, 8453.0, 8468.0, 8442.0, 8423.0, 8454.0, 8424.0, 8470.0, 8421.0, 8482.0, 8453.0, 8494.0, 8439.0, 8423.0, 8427.0, 8426.0, 8456.0, 8426.0, 8488.0, 8490.0, 8495.0, 8450.0, 8441.0, 8444.0, 8457.0, 8476.0, 8443.0, 8489.0, 8427.0, 8469.0, 8426.0, 8467.0, 8439.0, 8498.0, 8472.0, 8500.0, 8480.0, 8420.0, 8419.0, 8402.0, 8479.0, 8419.0, 8462.0, 8419.0, 8436.0, 8422.0, 8463.0, 8436.0, 8432.0, 8433.0, 8386.0, 8460.0, 8403.0, 8474.0, 8416.0, 8475.0, 8447.0, 8472.0, 8449.0, 8408.0, 8429.0, 8403.0, 8405.0, 8450.0, 8410.0, 8438.0, 8426.0, 8459.0, 8444.0, 8442.0, 8491.0, 8429.0, 8471.0, 8440.0, 8450.0, 8423.0, 8420.0, 8454.0, 8419.0, 8479.0, 8420.0, 8493.0, 8452.0, 8449.0, 8420.0, 8403.0, 8436.0, 8424.0, 8438.0, 8428.0, 8440.0, 8456.0, 8428.0, 8479.0, 8430.0, 8456.0, 8427.0, 8437.0, 8443.0, 8423.0, 8486.0, 8425.0, 8501.0, 8427.0, 8409.0, 8458.0, 8437.0, 8473.0, 8447.0, 8494.0, 8463.0, 8474.0, 8488.0, 8426.0, 8450.0, 8423.0, 8408.0, 8455.0, 8426.0, 8468.0, 8444.0, 8456.0, 8465.0, 8452.0, 8459.0, 8525.0, 8474.0, 8508.0, 8465.0, 8446.0, 8468.0, 8469.0, 8510.0, 8467.0, 8512.0, 8443.0, 8503.0, 8458.0, 8474.0, 8443.0, 8462.0, 8422.0, 8417.0, 8421.0, 8432.0, 8488.0, 8423.0, 8482.0, 8444.0, 8426.0, 8443.0, 8431.0, 8476.0, 8451.0, 8449.0, 8453.0, 8438.0, 8481.0, 8465.0, 8505.0, 8480.0, 8522.0, 8491.0, 8486.0, 8427.0, 8420.0, 8438.0, 8405.0, 8504.0, 8437.0, 8494.0, 8421.0, 8418.0, 8419.0, 8401.0, 8462.0, 8387.0, 8460.0, 8401.0, 8460.0, 8415.0, 8471.0, 8412.0, 8454.0, 8412.0, 8471.0, 8443.0, 8383.0, 8399.0, 8400.0, 8415.0, 8420.0, 8431.0, 8421.0, 8447.0, 8433.0, 8463.0, 8436.0, 8403.0, 8414.0, 8380.0, 8473.0, 8426.0, 8476.0, 8413.0, 8436.0, 8399.0, 8380.0, 8413.0, 8379.0, 8455.0, 8397.0, 8456.0, 8414.0, 8419.0, 8422.0, 8422.0, 8439.0, 8445.0, 8441.0, 8448.0, 8466.0, 8451.0, 8478.0, 8464.0, 8430.0, 8458.0, 8427.0, 8483.0, 8456.0, 8497.0, 8440.0, 8499.0, 8455.0, 8495.0, 8470.0, 8423.0, 8404.0, 8403.0, 8433.0, 8405.0, 8464.0, 8420.0, 8479.0, 8436.0, 8436.0, 8409.0, 8404.0, 8423.0, 8404.0, 8453.0, 8405.0, 8481.0, 8424.0, 8480.0, 8405.0, 8400.0, 8405.0, 8405.0, 8434.0, 8407.0, 8481.0, 8439.0, 8467.0, 8423.0, 8432.0, 8419.0, 8444.0, 8421.0, 8449.0, 8420.0, 8480.0, 8449.0, 8405.0, 8416.0, 8407.0, 8439.0, 8452.0, 8446.0, 8433.0, 8434.0, 8434.0, 8413.0, 8472.0, 8446.0, 8430.0, 8433.0, 8429.0, 8463.0, 8431.0, 8461.0, 8434.0, 8509.0, 8483.0, 8455.0, 8478.0, 8451.0, 8432.0, 8464.0, 8445.0, 8506.0, 8475.0, 8522.0, 8490.0, 8429.0, 8485.0, 8443.0, 8412.0, 8484.0, 8452.0, 8494.0, 8467.0, 8421.0, 8505.0, 8463.0, 8403.0, 8445.0, 8429.0, 8404.0, 8399.0, 8443.0, 8434.0, 8446.0, 8469.0, 8424.0, 8498.0, 8452.0, 8404.0, 8481.0, 8414.0, 8398.0, 8424.0, 8416.0, 8406.0, 8483.0, 8456.0, 8414.0, 8454.0, 8428.0, 8425.0, 8470.0, 8425.0, 8483.0, 8455.0, 8482.0, 8452.0, 8408.0, 8443.0, 8446.0, 8469.0, 8463.0, 8426.0, 8504.0, 8453.0, 8481.0, 8425.0, 8433.0, 8459.0, 8448.0, 8432.0, 8494.0, 8452.0, 8527.0, 8463.0, 8469.0, 8426.0, 8432.0, 8451.0, 8431.0, 8464.0, 8403.0, 8479.0, 8422.0, 8434.0, 8408.0, 8421.0, 8437.0, 8407.0, 8454.0, 8407.0, 8456.0, 8410.0, 8483.0, 8439.0, 8448.0, 8430.0, 8423.0, 8445.0, 8424.0, 8439.0, 8410.0, 8485.0, 8444.0, 8443.0, 8429.0, 8441.0, 8440.0, 8427.0, 8471.0, 8460.0, 8503.0, 8462.0, 8430.0, 8458.0, 8446.0, 8468.0, 8447.0, 8490.0, 8446.0, 8412.0, 8503.0, 8485.0, 8471.0, 8454.0, 8413.0, 8468.0, 8447.0, 8469.0, 8460.0, 8431.0, 8505.0, 8472.0, 8440.0, 8443.0, 8423.0, 8468.0, 8421.0, 8485.0, 8426.0, 8498.0, 8455.0, 8423.0, 8436.0, 8424.0, 8451.0, 8443.0, 8429.0, 8460.0, 8433.0, 8509.0, 8466.0, 8451.0, 8480.0, 8466.0, 8480.0, 8495.0, 8467.0, 8529.0, 8477.0, 8504.0, 8458.0, 8428.0, 8484.0, 8440.0, 8453.0, 8454.0, 8421.0, 8498.0, 8437.0, 8504.0, 8475.0, 8426.0, 8438.0, 8438.0, 8424.0, 8423.0, 8472.0, 8445.0, 8502.0, 8461.0, 8457.0, 8504.0, 8472.0, 8471.0, 8438.0, 8400.0, 8477.0, 8400.0, 8475.0, 8438.0, 8478.0, 8446.0, 8398.0, 8428.0, 8398.0, 8386.0, 8444.0, 8421.0, 8465.0, 8441.0, 8428.0, 8488.0, 8462.0, 8428.0, 8472.0, 8420.0, 8464.0, 8426.0, 8446.0, 8386.0, 8458.0, 8417.0, 8475.0, 8433.0, 8411.0, 8440.0, 8442.0, 8434.0, 8505.0, 8485.0, 8440.0, 8530.0, 8516.0, 8470.0, 8514.0, 8479.0, 8444.0, 8489.0, 8424.0, 8502.0, 8454.0, 8500.0, 8451.0, 8501.0, 8471.0, 8423.0, 8451.0, 8417.0, 8386.0, 8461.0, 8423.0, 8477.0, 8437.0, 8463.0, 8467.0, 8410.0, 8480.0, 8439.0, 8401.0, 8444.0, 8406.0, 8495.0, 8453.0, 8494.0, 8452.0, 8421.0, 8525.0, 8472.0, 8393.0, 8450.0, 8434.0, 8418.0, 8449.0, 8419.0, 8464.0, 8402.0, 8479.0, 8432.0, 8480.0, 8450.0, 8385.0, 8423.0, 8398.0, 8441.0, 8431.0, 8388.0, 8462.0, 8439.0, 8497.0, 8455.0, 8426.0, 8464.0, 8440.0, 8407.0, 8448.0, 8387.0, 8480.0, 8436.0, 8481.0, 8453.0, 8405.0, 8444.0, 8416.0, 8456.0, 8417.0, 8386.0, 8460.0, 8419.0, 8483.0, 8452.0, 8432.0, 8433.0, 8432.0, 8404.0, 8447.0, 8420.0, 8464.0, 8441.0, 8485.0, 8459.0, 8443.0, 8485.0, 8439.0, 8478.0, 8433.0, 8405.0, 8465.0, 8419.0, 8478.0, 8436.0, 8477.0, 8436.0, 8406.0, 8447.0, 8421.0, 8443.0, 8438.0, 8431.0, 8435.0, 8408.0, 8484.0, 8444.0, 8495.0, 8438.0, 8394.0, 8465.0, 8438.0, 8481.0, 8454.0, 8496.0, 8494.0, 8449.0, 8508.0, 8465.0, 8468.0, 8421.0, 8506.0, 8482.0, 8471.0, 8443.0, 8531.0, 8504.0, 8499.0, 8536.0, 8484.0, 8537.0, 8486.0, 8513.0, 8474.0, 8417.0, 8426.0, 8399.0, 8379.0, 8438.0, 8418.0, 8447.0, 8450.0, 8423.0, 8478.0, 8435.0, 8436.0, 8485.0, 8439.0, 8396.0, 8426.0, 8399.0, 8399.0, 8451.0, 8391.0, 8479.0, 8435.0, 8483.0, 8482.0, 8496.0, 8445.0, 8399.0, 8436.0, 8396.0, 8398.0, 8428.0, 8437.0, 8410.0, 8483.0, 8445.0, 8499.0, 8457.0, 8463.0, 8453.0, 8436.0, 8498.0, 8466.0, 8414.0, 8439.0, 8398.0, 8384.0, 8443.0, 8433.0, 8480.0, 8452.0, 8447.0, 8449.0, 8438.0, 8503.0, 8482.0, 8413.0, 8438.0, 8429.0, 8403.0, 8417.0, 8481.0, 8479.0, 8463.0, 8442.0, 8486.0, 8466.0, 8456.0, 8425.0, 8518.0, 8488.0, 8458.0, 8531.0, 8490.0, 8449.0, 8475.0, 8407.0, 8394.0, 8392.0, 8444.0, 8430.0, 8493.0, 8467.0, 8455.0, 8382.0, 8418.0, 8429.0, 8405.0, 8419.0, 8443.0, 8453.0, 8467.0, 8474.0, 8486.0, 8477.0, 8452.0, 8502.0, 8488.0, 8438.0, 8503.0, 8468.0, 8482.0, 8450.0, 8463.0, 8457.0, 8407.0, 8377.0, 8413.0, 8415.0, 8406.0, 8481.0, 8453.0, 8442.0, 8425.0, 8456.0, 8439.0, 8430.0, 8489.0, 8479.0, 8458.0, 8500.0, 8441.0, 8503.0, 8475.0, 8469.0, 8501.0, 8448.0, 8445.0, 8416.0, 8398.0, 8442.0, 8430.0, 8418.0, 8460.0, 8432.0, 8420.0, 8505.0, 8461.0, 8443.0, 8465.0, 8434.0, 8439.0, 8422.0, 8452.0, 8426.0, 8422.0, 8485.0, 8472.0, 8497.0, 8455.0, 8421.0, 8482.0, 8431.0, 8479.0, 8444.0, 8410.0, 8441.0, 8413.0, 8398.0, 8398.0, 8424.0, 8466.0, 8427.0, 8448.0, 8508.0, 8477.0, 8448.0, 8474.0, 8459.0, 8426.0, 8455.0, 8431.0, 8488.0, 8445.0, 8442.0, 8504.0, 8461.0, 8431.0, 8485.0, 8489.0, 8471.0, 8526.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.009672273706896552</td></tr>
<tr><td colspan=3>aqi</td><td>0.05793506287715517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.07148765911055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2884242457897592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1299461689272234</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>6913.5127</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10359717648819483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.334051724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.615613393864428</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.438478669134865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.958817111274485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4495444011839336</td></tr>
<tr><td colspan=3>gcor</td><td>0.00490932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013695919886231422</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02365141175687313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.849799138162451</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>23.9451</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.0433</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310349.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>627.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.7916</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0665</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.7303</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3021.3063</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>835.6217</td></tr>
<tr><td colspan=3>tsnr</td><td>27.693912806455046</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>