<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>3bb5f54860e01969af3494a2673ebb0f</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>13:39:28.140000</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.997411, 0.0600923, 0.0394888, -0.0601307, 0.99819, -0.000214335]</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.0909538</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 464, -15, -228, -72, 124]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15100d13-c62e-424e-ac0d-4a6b9880afc1||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.6759819984436035, -0.16132639348506927, 0.10646151751279831, 117.24737548828125], [-0.16122323274612427, 2.678072214126587, 0.005833913572132587, -87.86425018310547], [0.10594548285007477, 0.0005750453565269709, 2.6978938579559326, -87.35539245605469], [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': ['133928.140000', '133928.600000', '133929.060000', '133929.520000', '133929.980000', '133930.440000', '133930.900000', '133931.360000', '133931.820000', '133932.280000', '133932.740000', '133933.200000', '133933.660000', '133934.120000', '133934.580000', '133935.040000', '133935.500000', '133935.960000', '133936.420000', '133936.880000', '133937.340000', '133937.800000', '133938.260000', '133938.720000', '133939.180000', '133939.640000', '133940.100000', '133940.560000', '133941.020000', '133941.480000', '133941.940000', '133942.400000', '133942.860000', '133943.320000', '133943.780000', '133944.240000', '133944.700000', '133945.160000', '133945.620000', '133946.080000', '133946.540000', '133947.000000', '133947.460000', '133947.920000', '133948.380000', '133948.840000', '133949.300000', '133949.760000', '133950.220000', '133950.680000', '133951.140000', '133951.600000', '133952.060000', '133952.520000', '133952.980000', '133953.440000', '133953.900000', '133954.360000', '133954.820000', '133955.280000', '133955.740000', '133956.200000', '133956.660000', '133957.120000', '133957.580000', '133958.040000', '133958.500000', '133958.960000', '133959.420000', '133959.880000', '134000.340000', '134000.800000', '134001.260000', '134001.720000', '134002.180000', '134002.640000', '134003.100000', '134003.560000', '134004.020000', '134004.480000', '134004.940000', '134005.400000', '134005.860000', '134006.320000', '134006.780000', '134007.240000', '134007.700000', '134008.160000', '134008.620000', '134009.080000', '134009.540000', '134010.000000', '134010.460000', '134010.920000', '134011.380000', '134011.840000', '134012.300000', '134012.760000', '134013.220000', '134013.680000', '134014.140000', '134014.600000', '134015.060000', '134015.520000', '134015.980000', '134016.440000', '134016.900000', '134017.360000', '134017.820000', '134018.280000', '134018.740000', '134019.200000', '134019.660000', '134020.120000', '134020.580000', '134021.040000', '134021.500000', '134021.960000', '134022.420000', '134022.880000', '134023.340000', '134023.800000', '134024.260000', '134024.720000', '134025.180000', '134025.640000', '134026.100000', '134026.560000', '134027.020000', '134027.480000', '134027.940000', '134028.400000', '134028.860000', '134029.320000', '134029.780000', '134030.240000', '134030.700000', '134031.160000', '134031.620000', '134032.080000', '134032.540000', '134033.000000', '134033.460000', '134033.920000', '134034.380000', '134034.840000', '134035.300000', '134035.760000', '134036.220000', '134036.680000', '134037.140000', '134037.600000', '134038.060000', '134038.520000', '134038.980000', '134039.440000', '134039.900000', '134040.360000', '134040.820000', '134041.280000', '134041.740000', '134042.200000', '134042.660000', '134043.120000', '134043.580000', '134044.040000', '134044.500000', '134044.960000', '134045.420000', '134045.880000', '134046.340000', '134046.800000', '134047.260000', '134047.720000', '134048.180000', '134048.640000', '134049.100000', '134049.560000', '134050.020000', '134050.480000', '134050.940000', '134051.400000', '134051.860000', '134052.320000', '134052.780000', '134053.240000', '134053.700000', '134054.160000', '134054.620000', '134055.080000', '134055.540000', '134056.000000', '134056.460000', '134056.920000', '134057.380000', '134057.840000', '134058.300000', '134058.760000', '134059.220000', '134059.680000', '134100.140000', '134100.600000', '134101.060000', '134101.520000', '134101.980000', '134102.440000', '134102.900000', '134103.360000', '134103.820000', '134104.280000', '134104.740000', '134105.200000', '134105.660000', '134106.120000', '134106.580000', '134107.040000', '134107.500000', '134107.960000', '134108.420000', '134108.880000', '134109.340000', '134109.800000', '134110.260000', '134110.720000', '134111.180000', '134111.640000', '134112.100000', '134112.560000', '134113.020000', '134113.480000', '134113.940000', '134114.400000', '134114.860000', '134115.320000', '134115.780000', '134116.240000', '134116.700000', '134117.160000', '134117.620000', '134118.080000', '134118.540000', '134119.000000', '134119.460000', '134119.920000', '134120.380000', '134120.840000', '134121.300000', '134121.760000', '134122.220000', '134122.680000', '134123.140000', '134123.600000', '134124.060000', '134124.520000', '134124.980000', '134125.440000', '134125.900000', '134126.360000', '134126.820000', '134127.280000', '134127.740000', '134128.200000', '134128.660000', '134129.120000', '134129.580000', '134130.040000', '134130.500000', '134130.960000', '134131.420000', '134131.880000', '134132.340000', '134132.800000', '134133.260000', '134133.720000', '134134.180000', '134134.640000', '134135.100000', '134135.560000', '134136.020000', '134136.480000', '134136.940000', '134137.400000', '134137.860000', '134138.320000', '134138.780000', '134139.240000', '134139.700000', '134140.160000', '134140.620000', '134141.080000', '134141.540000', '134142.000000', '134142.460000', '134142.920000', '134143.380000', '134143.840000', '134144.300000', '134144.760000', '134145.220000', '134145.680000', '134146.140000', '134146.600000', '134147.060000', '134147.520000', '134147.980000', '134148.440000', '134148.900000', '134149.360000', '134149.820000', '134150.280000', '134150.740000', '134151.200000', '134151.660000', '134152.120000', '134152.580000', '134153.040000', '134153.500000', '134153.960000', '134154.420000', '134154.880000', '134155.340000', '134155.800000', '134156.260000', '134156.720000', '134157.180000', '134157.640000', '134158.100000', '134158.560000', '134159.020000', '134159.480000', '134159.940000', '134200.400000', '134200.860000', '134201.320000', '134201.780000', '134202.240000', '134202.700000', '134203.160000', '134203.620000', '134204.080000', '134204.540000', '134205.000000', '134205.460000', '134205.920000', '134206.380000', '134206.840000', '134207.300000', '134207.760000', '134208.220000', '134208.680000', '134209.140000', '134209.600000', '134210.060000', '134210.520000', '134210.980000', '134211.440000', '134211.900000', '134212.360000', '134212.820000', '134213.280000', '134213.740000', '134214.200000', '134214.660000', '134215.120000', '134215.580000', '134216.040000', '134216.500000', '134216.960000', '134217.420000', '134217.880000', '134218.340000', '134218.800000', '134219.260000', '134219.720000', '134220.180000', '134220.640000', '134221.100000', '134221.560000', '134222.020000', '134222.480000', '134222.940000', '134223.400000', '134223.860000', '134224.320000', '134224.780000', '134225.240000', '134225.700000', '134226.160000', '134226.620000', '134227.080000', '134227.540000', '134228.000000', '134228.460000', '134228.920000', '134229.380000', '134229.840000', '134230.300000', '134230.760000', '134231.220000', '134231.680000', '134232.140000', '134232.600000', '134233.060000', '134233.520000', '134233.980000', '134234.440000', '134234.900000', '134235.360000', '134235.820000', '134236.280000', '134236.740000', '134237.200000', '134237.660000', '134238.120000', '134238.580000', '134239.040000', '134239.500000', '134239.960000', '134240.420000', '134240.880000', '134241.340000', '134241.800000', '134242.260000', '134242.720000', '134243.180000', '134243.640000', '134244.100000', '134244.560000', '134245.020000', '134245.480000', '134245.940000', '134246.400000', '134246.860000', '134247.320000', '134247.780000', '134248.240000', '134248.700000', '134249.160000', '134249.620000', '134250.080000', '134250.540000', '134251.000000', '134251.460000', '134251.920000', '134252.380000', '134252.840000', '134253.300000', '134253.760000', '134254.220000', '134254.680000', '134255.140000', '134255.600000', '134256.060000', '134256.520000', '134256.980000', '134257.440000', '134257.900000', '134258.360000', '134258.820000', '134259.280000', '134259.740000', '134300.200000', '134300.660000', '134301.120000', '134301.580000', '134302.040000', '134302.500000', '134302.960000', '134303.420000', '134303.880000', '134304.340000', '134304.800000', '134305.260000', '134305.720000', '134306.180000', '134306.640000', '134307.100000', '134307.560000', '134308.020000', '134308.480000', '134308.940000', '134309.400000', '134309.860000', '134310.320000', '134310.780000', '134311.240000', '134311.700000', '134312.160000', '134312.620000', '134313.080000', '134313.540000', '134314.000000', '134314.460000', '134314.920000', '134315.380000', '134315.840000', '134316.300000', '134316.760000', '134317.220000', '134317.680000', '134318.140000', '134318.600000', '134319.060000', '134319.520000', '134319.980000', '134320.440000', '134320.900000', '134321.360000', '134321.820000', '134322.280000', '134322.740000', '134323.200000', '134323.660000', '134324.120000', '134324.580000', '134325.040000', '134325.500000', '134325.960000', '134326.420000', '134326.880000', '134327.340000', '134327.800000', '134328.260000', '134328.720000', '134329.180000', '134329.640000', '134330.100000', '134330.560000', '134331.020000', '134331.480000', '134331.940000', '134332.400000', '134332.860000', '134333.320000', '134333.780000', '134334.240000', '134334.700000', '134335.160000', '134335.620000', '134336.080000', '134336.540000', '134337.000000', '134337.460000', '134337.920000', '134338.380000', '134338.840000', '134339.300000', '134339.760000', '134340.220000', '134340.680000', '134341.140000', '134341.600000', '134342.060000', '134342.520000', '134342.980000', '134343.440000', '134343.900000', '134344.360000', '134344.820000', '134345.280000', '134345.740000', '134346.200000', '134346.660000', '134347.120000', '134347.580000', '134348.040000', '134348.500000', '134348.960000', '134349.420000', '134349.880000', '134350.340000', '134350.800000', '134351.260000', '134351.720000', '134352.180000', '134352.640000', '134353.100000', '134353.560000', '134354.020000', '134354.480000', '134354.940000', '134355.400000', '134355.860000', '134356.320000', '134356.780000', '134357.240000', '134357.700000', '134358.160000', '134358.620000', '134359.080000', '134359.540000', '134400.000000', '134400.460000', '134400.920000', '134401.380000', '134401.840000', '134402.300000', '134402.760000', '134403.220000', '134403.680000', '134404.140000', '134404.600000', '134405.060000', '134405.520000', '134405.980000', '134406.440000', '134406.900000', '134407.360000', '134407.820000', '134408.280000', '134408.740000', '134409.200000', '134409.660000', '134410.120000', '134410.580000', '134411.040000', '134411.500000', '134411.960000', '134412.420000', '134412.880000', '134413.340000', '134413.800000', '134414.260000', '134414.720000', '134415.180000', '134415.640000', '134416.100000', '134416.560000', '134417.020000', '134417.480000', '134417.940000', '134418.400000', '134418.860000', '134419.320000', '134419.780000', '134420.240000', '134420.700000', '134421.160000', '134421.620000', '134422.080000', '134422.540000', '134423.000000', '134423.460000', '134423.920000', '134424.380000', '134424.840000', '134425.300000', '134425.760000', '134426.220000', '134426.680000', '134427.140000', '134427.600000', '134428.060000', '134428.520000', '134428.980000', '134429.440000', '134429.900000', '134430.360000', '134430.820000', '134431.280000', '134431.740000', '134432.200000', '134432.660000', '134433.120000', '134433.580000', '134434.040000', '134434.500000', '134434.960000', '134435.420000', '134435.880000', '134436.340000', '134436.800000', '134437.260000', '134437.720000', '134438.180000', '134438.640000', '134439.100000', '134439.560000', '134440.020000', '134440.480000', '134440.940000', '134441.400000', '134441.860000', '134442.320000', '134442.780000', '134443.240000', '134443.700000', '134444.160000', '134444.620000', '134445.080000', '134445.540000', '134446.000000', '134446.460000', '134446.920000', '134447.380000', '134447.840000', '134448.300000', '134448.760000', '134449.220000', '134449.680000', '134450.140000', '134450.600000', '134451.060000', '134451.520000', '134451.980000', '134452.440000', '134452.900000', '134453.360000', '134453.820000', '134454.280000', '134454.740000', '134455.200000', '134455.660000', '134456.120000', '134456.580000', '134457.040000', '134457.500000', '134457.960000', '134458.420000', '134458.880000', '134459.340000', '134459.800000', '134500.260000', '134500.720000', '134501.180000', '134501.640000', '134502.100000', '134502.560000', '134503.020000', '134503.480000', '134503.940000', '134504.400000', '134504.860000', '134505.320000', '134505.780000', '134506.240000', '134506.700000', '134507.160000', '134507.620000', '134508.080000', '134508.540000', '134509.000000', '134509.460000', '134509.920000', '134510.380000', '134510.840000', '134511.300000', '134511.760000', '134512.220000', '134512.680000', '134513.140000', '134513.600000', '134514.060000', '134514.520000', '134514.980000', '134515.440000', '134515.900000', '134516.360000', '134516.820000', '134517.280000', '134517.740000', '134518.200000', '134518.660000', '134519.120000', '134519.580000', '134520.040000', '134520.500000', '134520.960000', '134521.420000', '134521.880000', '134522.340000', '134522.800000', '134523.260000', '134523.720000', '134524.180000', '134524.640000', '134525.100000', '134525.560000', '134526.020000', '134526.480000', '134526.940000', '134527.400000', '134527.860000', '134528.320000', '134528.780000', '134529.240000', '134529.700000', '134530.160000', '134530.620000', '134531.080000', '134531.540000', '134532.000000', '134532.460000', '134532.920000', '134533.380000', '134533.840000', '134534.300000', '134534.760000', '134535.220000', '134535.680000', '134536.140000', '134536.600000', '134537.060000', '134537.520000', '134537.980000', '134538.440000', '134538.900000', '134539.360000', '134539.820000', '134540.280000', '134540.740000', '134541.200000', '134541.660000', '134542.120000', '134542.580000', '134543.040000', '134543.500000', '134543.960000', '134544.420000', '134544.880000', '134545.340000', '134545.800000', '134546.260000', '134546.720000', '134547.180000', '134547.640000', '134548.100000', '134548.560000', '134549.020000', '134549.480000', '134549.940000', '134550.400000', '134550.860000', '134551.320000', '134551.780000', '134552.240000', '134552.700000', '134553.160000', '134553.620000', '134554.080000', '134554.540000', '134555.000000', '134555.460000', '134555.920000', '134556.380000', '134556.840000', '134557.300000', '134557.760000', '134558.220000', '134558.680000', '134559.140000', '134559.600000', '134600.060000', '134600.520000', '134600.980000', '134601.440000', '134601.900000', '134602.360000', '134602.820000', '134603.280000', '134603.740000', '134604.200000', '134604.660000', '134605.120000', '134605.580000', '134606.040000', '134606.500000', '134606.960000', '134607.420000', '134607.880000', '134608.340000', '134608.800000', '134609.260000', '134609.720000', '134610.180000', '134610.640000', '134611.100000', '134611.560000', '134612.020000', '134612.480000', '134612.940000', '134613.400000', '134613.860000', '134614.320000', '134614.780000', '134615.240000', '134615.700000', '134616.160000', '134616.620000', '134617.080000', '134617.540000', '134618.000000', '134618.460000', '134618.920000', '134619.380000', '134619.840000', '134620.300000', '134620.760000', '134621.220000', '134621.680000', '134622.140000', '134622.600000', '134623.060000', '134623.520000', '134623.980000', '134624.440000', '134624.900000', '134625.360000', '134625.820000', '134626.280000', '134626.740000', '134627.200000', '134627.660000', '134628.120000', '134628.580000', '134629.040000', '134629.500000', '134629.960000', '134630.420000', '134630.880000', '134631.340000', '134631.800000', '134632.260000', '134632.720000', '134633.180000', '134633.640000', '134634.100000', '134634.560000', '134635.020000', '134635.480000', '134635.940000', '134636.400000', '134636.860000', '134637.320000', '134637.780000', '134638.240000', '134638.700000', '134639.160000', '134639.620000', '134640.080000', '134640.540000', '134641.000000', '134641.460000', '134641.920000', '134642.380000', '134642.840000', '134643.300000', '134643.760000', '134644.220000', '134644.680000', '134645.140000', '134645.600000', '134646.060000', '134646.520000', '134646.980000', '134647.440000', '134647.900000', '134648.360000', '134648.820000', '134649.280000', '134649.740000', '134650.200000', '134650.660000', '134651.120000', '134651.580000', '134652.040000', '134652.500000', '134652.960000', '134653.420000', '134653.880000', '134654.340000', '134654.800000', '134655.260000', '134655.720000', '134656.180000', '134656.640000', '134657.100000', '134657.560000', '134658.020000', '134658.480000', '134658.940000', '134659.400000', '134659.860000', '134700.320000', '134700.780000', '134701.240000', '134701.700000', '134702.160000', '134702.620000', '134703.080000', '134703.540000', '134704.000000', '134704.460000', '134704.920000', '134705.380000', '134705.840000', '134706.300000', '134706.760000', '134707.220000', '134707.680000', '134708.140000', '134708.600000', '134709.060000', '134709.520000', '134709.980000', '134710.440000', '134710.900000', '134711.360000', '134711.820000', '134712.280000', '134712.740000', '134713.200000', '134713.660000', '134714.120000', '134714.580000', '134715.040000', '134715.500000', '134715.960000', '134716.420000', '134716.880000', '134717.340000', '134717.800000', '134718.260000', '134718.720000', '134719.180000', '134719.640000', '134720.100000', '134720.560000', '134721.020000', '134721.480000', '134721.940000', '134722.400000', '134722.860000', '134723.320000', '134723.780000', '134724.240000', '134724.700000', '134725.160000', '134725.620000', '134726.080000', '134726.540000', '134727.000000', '134727.460000', '134727.920000', '134728.380000', '134728.840000', '134729.300000', '134729.760000', '134730.220000', '134730.680000', '134731.140000', '134731.600000', '134732.060000', '134732.520000', '134732.980000', '134733.440000', '134733.900000', '134734.360000', '134734.820000', '134735.280000', '134735.740000', '134736.200000', '134736.660000', '134737.120000', '134737.580000', '134738.040000', '134738.500000', '134738.960000', '134739.420000', '134739.880000', '134740.340000', '134740.800000', '134741.260000', '134741.720000', '134742.180000', '134742.640000', '134743.100000', '134743.560000', '134744.020000', '134744.480000', '134744.940000', '134745.400000', '134745.860000', '134746.320000', '134746.780000', '134747.240000', '134747.700000', '134748.160000', '134748.620000', '134749.080000', '134749.540000', '134750.000000', '134750.460000', '134750.920000', '134751.380000', '134751.840000', '134752.300000', '134752.760000', '134753.220000', '134753.680000', '134754.140000', '134754.600000', '134755.060000', '134755.520000', '134755.980000', '134756.440000', '134756.900000', '134757.360000', '134757.820000', '134758.280000', '134758.740000', '134759.200000', '134759.660000', '134800.120000', '134800.580000', '134801.040000', '134801.500000', '134801.960000', '134802.420000', '134802.880000', '134803.340000', '134803.800000', '134804.260000', '134804.720000', '134805.180000', '134805.640000', '134806.100000', '134806.560000', '134807.020000', '134807.480000', '134807.940000', '134808.400000', '134808.860000', '134809.320000', '134809.780000', '134810.240000', '134810.700000', '134811.160000', '134811.620000', '134812.080000', '134812.540000', '134813.000000', '134813.460000', '134813.920000', '134814.380000', '134814.840000', '134815.300000', '134815.760000', '134816.220000', '134816.680000', '134817.140000', '134817.600000', '134818.060000', '134818.520000', '134818.980000', '134819.440000', '134819.900000', '134820.360000', '134820.820000', '134821.280000', '134821.740000', '134822.200000', '134822.660000', '134823.120000', '134823.580000', '134824.040000', '134824.500000', '134824.960000', '134825.420000', '134825.880000', '134826.340000', '134826.800000', '134827.260000', '134827.720000', '134828.180000', '134828.640000', '134829.100000', '134829.560000', '134830.020000', '134830.480000', '134830.940000', '134831.400000', '134831.860000', '134832.320000', '134832.780000', '134833.240000', '134833.700000', '134834.160000', '134834.620000', '134835.080000', '134835.540000', '134836.000000', '134836.460000', '134836.920000', '134837.380000', '134837.840000', '134838.300000', '134838.760000', '134839.220000', '134839.680000', '134840.140000', '134840.600000', '134841.060000', '134841.520000', '134841.980000', '134842.440000', '134842.900000', '134843.360000', '134843.820000', '134844.280000', '134844.740000', '134845.200000', '134845.660000', '134846.120000', '134846.580000', '134847.040000', '134847.500000', '134847.960000', '134848.420000', '134848.880000', '134849.340000', '134849.800000', '134850.260000', '134850.720000', '134851.180000', '134851.640000', '134852.100000', '134852.560000', '134853.020000', '134853.480000', '134853.940000', '134854.400000', '134854.860000', '134855.320000', '134855.780000', '134856.240000', '134856.700000', '134857.160000', '134857.620000', '134858.080000', '134858.540000', '134859.000000', '134859.460000', '134859.920000', '134900.380000', '134900.840000', '134901.300000', '134901.760000', '134902.220000', '134902.680000', '134903.140000', '134903.600000', '134904.060000', '134904.520000', '134904.980000', '134905.440000', '134905.900000', '134906.360000', '134906.820000', '134907.280000', '134907.740000', '134908.200000', '134908.660000', '134909.120000', '134909.580000', '134910.040000', '134910.500000', '134910.960000', '134911.420000', '134911.880000', '134912.340000', '134912.800000', '134913.260000', '134913.720000', '134914.180000', '134914.640000', '134915.100000', '134915.560000', '134916.020000', '134916.480000', '134916.940000', '134917.400000', '134917.860000', '134918.320000', '134918.780000', '134919.240000', '134919.700000', '134920.160000', '134920.620000', '134921.080000', '134921.540000', '134922.000000', '134922.460000', '134922.920000', '134923.380000', '134923.840000', '134924.300000', '134924.760000', '134925.220000', '134925.680000', '134926.140000', '134926.600000', '134927.060000', '134927.520000', '134927.980000', '134928.440000', '134928.900000', '134929.360000', '134929.820000', '134930.280000', '134930.740000', '134931.200000', '134931.660000', '134932.120000', '134932.580000', '134933.040000', '134933.500000', '134933.960000', '134934.420000', '134934.880000', '134935.340000', '134935.800000', '134936.260000', '134936.720000', '134937.180000', '134937.640000', '134938.100000', '134938.560000', '134939.020000', '134939.480000', '134939.940000', '134940.400000', '134940.860000', '134941.320000', '134941.780000', '134942.240000', '134942.700000', '134943.160000', '134943.620000', '134944.080000', '134944.540000', '134945.000000', '134945.460000', '134945.920000', '134946.380000', '134946.840000', '134947.300000', '134947.760000', '134948.220000', '134948.680000', '134949.140000', '134949.600000', '134950.060000', '134950.520000', '134950.980000', '134951.440000', '134951.900000', '134952.360000', '134952.820000', '134953.280000', '134953.740000', '134954.200000', '134954.660000', '134955.120000', '134955.580000', '134956.040000', '134956.500000', '134956.960000', '134957.420000', '134957.880000', '134958.340000', '134958.800000', '134959.260000', '134959.720000', '135000.180000', '135000.640000', '135001.100000', '135001.560000', '135002.020000', '135002.480000', '135002.940000', '135003.400000', '135003.860000', '135004.320000', '135004.780000', '135005.240000', '135005.700000', '135006.160000', '135006.620000', '135007.080000', '135007.540000', '135008.000000', '135008.460000', '135008.920000', '135009.380000', '135009.840000', '135010.300000', '135010.760000', '135011.220000', '135011.680000', '135012.140000', '135012.600000', '135013.060000', '135013.520000', '135013.980000', '135014.440000', '135014.900000', '135015.360000', '135015.820000', '135016.280000', '135016.740000', '135017.200000', '135017.660000', '135018.120000', '135018.580000', '135019.040000', '135019.500000', '135019.960000', '135020.420000', '135020.880000', '135021.340000', '135021.800000', '135022.260000', '135022.720000', '135023.180000', '135023.640000', '135024.100000', '135024.560000', '135025.020000', '135025.480000', '135025.940000', '135026.400000', '135026.860000', '135027.320000', '135027.780000', '135028.240000', '135028.700000', '135029.160000', '135029.620000', '135030.080000', '135030.540000', '135031.000000', '135031.460000', '135031.920000', '135032.380000', '135032.840000', '135033.300000', '135033.760000', '135034.220000', '135034.680000', '135035.140000', '135035.600000', '135036.060000', '135036.520000', '135036.980000', '135037.440000', '135037.900000', '135038.360000', '135038.820000', '135039.280000', '135039.740000', '135040.200000', '135040.660000', '135041.120000', '135041.580000', '135042.040000', '135042.500000', '135042.960000', '135043.420000', '135043.880000', '135044.340000', '135044.800000', '135045.260000', '135045.720000', '135046.180000', '135046.640000', '135047.100000', '135047.560000', '135048.020000', '135048.480000', '135048.940000', '135049.400000', '135049.860000', '135050.320000', '135050.780000', '135051.240000', '135051.700000', '135052.160000', '135052.620000', '135053.080000', '135053.540000', '135054.000000', '135054.460000', '135054.920000', '135055.380000', '135055.840000', '135056.300000', '135056.760000', '135057.220000', '135057.680000', '135058.140000', '135058.600000', '135059.060000', '135059.520000', '135059.980000', '135100.440000', '135100.900000', '135101.360000', '135101.820000', '135102.280000', '135102.740000', '135103.200000', '135103.660000', '135104.120000', '135104.580000', '135105.040000', '135105.500000', '135105.960000', '135106.420000', '135106.880000', '135107.340000', '135107.800000', '135108.260000', '135108.720000', '135109.180000', '135109.640000', '135110.100000', '135110.560000', '135111.020000', '135111.480000', '135111.940000', '135112.400000', '135112.860000', '135113.320000', '135113.780000', '135114.240000', '135114.700000', '135115.160000', '135115.620000', '135116.080000', '135116.540000', '135117.000000', '135117.460000', '135117.920000', '135118.380000', '135118.840000', '135119.300000', '135119.760000', '135120.220000', '135120.680000', '135121.140000', '135121.600000', '135122.060000', '135122.520000', '135122.980000', '135123.440000', '135123.900000', '135124.360000', '135124.820000', '135125.280000', '135125.740000', '135126.200000', '135126.660000', '135127.120000', '135127.580000', '135128.040000', '135128.500000', '135128.960000', '135129.420000', '135129.880000', '135130.340000', '135130.800000', '135131.260000', '135131.720000', '135132.180000', '135132.640000', '135133.100000', '135133.560000', '135134.020000', '135134.480000', '135134.940000', '135135.400000', '135135.860000', '135136.320000', '135136.780000', '135137.240000', '135137.700000', '135138.160000', '135138.620000', '135139.080000', '135139.540000', '135140.000000', '135140.460000', '135140.920000', '135141.380000', '135141.840000', '135142.300000', '135142.760000', '135143.220000', '135143.680000', '135144.140000', '135144.600000', '135145.060000', '135145.520000', '135145.980000', '135146.440000', '135146.900000', '135147.360000', '135147.820000', '135148.280000', '135148.740000', '135149.200000', '135149.660000', '135150.120000', '135150.580000', '135151.040000', '135151.500000', '135151.960000', '135152.420000', '135152.880000', '135153.340000', '135153.800000', '135154.260000', '135154.720000', '135155.180000', '135155.640000', '135156.100000', '135156.560000', '135157.020000', '135157.480000', '135157.940000', '135158.400000', '135158.860000', '135159.320000', '135159.780000', '135200.240000', '135200.700000', '135201.160000', '135201.620000', '135202.080000', '135202.540000', '135203.000000', '135203.460000', '135203.920000', '135204.380000', '135204.840000', '135205.300000', '135205.760000', '135206.220000', '135206.680000', '135207.140000', '135207.600000', '135208.060000', '135208.520000', '135208.980000', '135209.440000', '135209.900000', '135210.360000', '135210.820000', '135211.280000', '135211.740000', '135212.200000', '135212.660000', '135213.120000', '135213.580000', '135214.040000', '135214.500000', '135214.960000', '135215.420000', '135215.880000', '135216.340000', '135216.800000', '135217.260000', '135217.720000', '135218.180000', '135218.640000', '135219.100000', '135219.560000', '135220.020000', '135220.480000', '135220.940000', '135221.400000', '135221.860000', '135222.320000', '135222.780000', '135223.240000', '135223.700000', '135224.160000', '135224.620000', '135225.080000', '135225.540000', '135226.000000', '135226.460000', '135226.920000', '135227.380000', '135227.840000', '135228.300000', '135228.760000', '135229.220000', '135229.680000', '135230.140000', '135230.600000', '135231.060000', '135231.520000', '135231.980000', '135232.440000', '135232.900000', '135233.360000', '135233.820000', '135234.280000', '135234.740000', '135235.200000', '135235.660000', '135236.120000', '135236.580000', '135237.040000', '135237.500000', '135237.960000', '135238.420000', '135238.880000', '135239.340000', '135239.800000', '135240.260000', '135240.720000', '135241.180000', '135241.640000', '135242.100000', '135242.560000', '135243.020000', '135243.480000', '135243.940000', '135244.400000', '135244.860000', '135245.320000', '135245.780000', '135246.240000', '135246.700000', '135247.160000', '135247.620000', '135248.080000', '135248.540000', '135249.000000', '135249.460000', '135249.920000', '135250.380000', '135250.840000', '135251.300000', '135251.760000', '135252.220000', '135252.680000', '135253.140000', '135253.600000', '135254.060000', '135254.520000', '135254.980000', '135255.440000', '135255.900000', '135256.360000', '135256.820000', '135257.280000', '135257.740000', '135258.200000', '135258.660000', '135259.120000', '135259.580000', '135300.040000', '135300.500000', '135300.960000', '135301.420000', '135301.880000', '135302.340000', '135302.800000', '135303.260000', '135303.720000', '135304.180000', '135304.640000', '135305.100000', '135305.560000', '135306.020000', '135306.480000', '135306.940000', '135307.400000', '135307.860000', '135308.320000', '135308.780000', '135309.240000', '135309.700000', '135310.160000', '135310.620000', '135311.080000', '135311.540000', '135312.000000', '135312.460000', '135312.920000', '135313.380000', '135313.840000', '135314.300000', '135314.760000', '135315.220000', '135315.680000', '135316.140000', '135316.600000', '135317.060000', '135317.520000', '135317.980000', '135318.440000', '135318.900000', '135319.360000', '135319.820000', '135320.280000', '135320.740000', '135321.200000', '135321.660000', '135322.120000', '135322.580000', '135323.040000', '135323.500000', '135323.960000', '135324.420000', '135324.880000', '135325.340000', '135325.800000', '135326.260000', '135326.720000', '135327.180000', '135327.640000', '135328.100000', '135328.560000', '135329.020000', '135329.480000', '135329.940000', '135330.400000', '135330.860000', '135331.320000', '135331.780000', '135332.240000', '135332.700000', '135333.160000', '135333.620000', '135334.080000', '135334.540000', '135335.000000', '135335.460000', '135335.920000', '135336.380000', '135336.840000', '135337.300000', '135337.760000', '135338.220000', '135338.680000', '135339.140000', '135339.600000', '135340.060000', '135340.520000', '135340.980000', '135341.440000', '135341.900000', '135342.360000', '135342.820000'], 'ContentTime': ['133942.537000', '133942.541000', '133942.544000', '133942.547000', '133942.549000', '133942.556000', '133942.558000', '133942.561000', '133942.564000', '133942.567000', '133942.570000', '133942.572000', '133942.575000', '133942.578000', '133942.581000', '133942.586000', '133942.589000', '133942.591000', '133942.619000', '133942.622000', '133942.624000', '133942.627000', '133942.630000', '133942.633000', '133942.636000', '133942.638000', '133942.641000', '133942.644000', '133942.647000', '134002.508000', '134002.511000', '134002.514000', '134002.516000', '134002.519000', '134002.522000', '134002.525000', '134002.533000', '134002.536000', '134002.539000', '134002.542000', '134002.545000', '134002.548000', '134002.550000', '134002.553000', '134002.556000', '134002.559000', '134002.562000', '134002.564000', '134002.567000', '134002.570000', '134002.573000', '134002.576000', '134002.579000', '134002.582000', '134002.585000', '134002.588000', '134002.593000', '134002.596000', '134002.599000', '134002.602000', '134002.604000', '134002.607000', '134002.610000', '134002.613000', '134002.616000', '134002.618000', '134002.621000', '134002.624000', '134002.627000', '134002.630000', '134002.633000', '134002.636000', '134002.639000', '134022.508000', '134022.511000', '134022.513000', '134022.516000', '134022.519000', '134022.522000', '134022.525000', '134022.528000', '134022.530000', '134022.533000', '134022.536000', '134022.539000', '134022.543000', '134022.546000', '134022.549000', '134022.552000', '134022.555000', '134022.558000', '134022.560000', '134022.563000', '134022.566000', '134022.569000', '134022.572000', '134022.574000', '134022.577000', '134022.580000', '134022.583000', '134022.586000', '134022.588000', '134022.591000', '134022.594000', '134022.601000', '134022.604000', '134022.609000', '134022.611000', '134022.614000', '134022.617000', '134022.620000', '134022.623000', '134022.637000', '134022.640000', '134022.643000', '134022.646000', '134042.508000', '134042.511000', '134042.514000', '134042.516000', '134042.519000', '134042.522000', '134042.525000', '134042.528000', '134042.530000', '134042.533000', '134042.536000', '134042.539000', '134042.542000', '134042.545000', '134042.547000', '134042.550000', '134042.553000', '134042.556000', '134042.559000', '134042.561000', '134042.564000', '134042.567000', '134042.570000', '134042.573000', '134042.576000', '134042.579000', '134042.582000', '134042.584000', '134042.587000', '134042.590000', '134042.593000', '134042.596000', '134042.598000', '134042.601000', '134042.604000', '134042.607000', '134042.610000', '134042.612000', '134042.615000', '134042.618000', '134042.621000', '134042.624000', '134042.627000', '134042.629000', '134102.508000', '134102.511000', '134102.514000', '134102.516000', '134102.519000', '134102.522000', '134102.525000', '134102.528000', '134102.530000', '134102.533000', '134102.536000', '134102.539000', '134102.542000', '134102.545000', '134102.547000', '134102.550000', '134102.553000', '134102.556000', '134102.559000', '134102.561000', '134102.564000', '134102.567000', '134102.570000', '134102.573000', '134102.576000', '134102.578000', '134102.581000', '134102.584000', '134102.587000', '134102.590000', '134102.592000', '134102.595000', '134102.598000', '134102.601000', '134102.604000', '134102.606000', '134102.609000', '134102.612000', '134102.615000', '134102.618000', '134102.621000', '134102.623000', '134102.626000', '134122.508000', '134122.511000', '134122.514000', '134122.516000', '134122.519000', '134122.522000', '134122.525000', '134122.528000', '134122.530000', '134122.533000', '134122.536000', '134122.539000', '134122.542000', '134122.545000', '134122.547000', '134122.550000', '134122.553000', '134122.556000', '134122.559000', '134122.562000', '134122.564000', '134122.567000', '134122.570000', '134122.573000', '134122.576000', '134122.579000', '134122.581000', '134122.584000', '134122.587000', '134122.590000', '134122.593000', '134122.596000', '134122.598000', '134122.601000', '134122.604000', '134122.607000', '134122.610000', '134122.612000', '134122.615000', '134122.618000', '134122.621000', '134122.624000', '134122.627000', '134122.629000', '134142.507000', '134142.510000', '134142.513000', '134142.515000', '134142.518000', '134142.521000', '134142.524000', '134142.527000', '134142.530000', '134142.532000', '134142.535000', '134142.538000', '134142.541000', '134142.544000', '134142.547000', '134142.549000', '134142.552000', '134142.555000', '134142.558000', '134142.561000', '134142.564000', '134142.566000', '134142.569000', '134142.572000', '134142.575000', '134142.579000', '134142.583000', '134142.586000', '134142.588000', '134142.591000', '134142.594000', '134142.597000', '134142.600000', '134142.602000', '134142.605000', '134142.608000', '134142.611000', '134142.614000', '134142.617000', '134142.619000', '134142.622000', '134142.625000', '134142.628000', '134202.508000', '134202.511000', '134202.514000', '134202.516000', '134202.519000', '134202.522000', '134202.525000', '134202.528000', '134202.531000', '134202.533000', '134202.536000', '134202.539000', '134202.542000', '134202.545000', '134202.548000', '134202.550000', '134202.553000', '134202.556000', '134202.559000', '134202.562000', '134202.565000', '134202.568000', '134202.570000', '134202.573000', '134202.576000', '134202.579000', '134202.582000', '134202.584000', '134202.587000', '134202.590000', '134202.593000', '134202.596000', '134202.598000', '134202.601000', '134202.604000', '134202.616000', '134202.619000', '134202.622000', '134202.625000', '134202.628000', '134202.631000', '134202.633000', '134202.636000', '134202.639000', '134222.508000', '134222.511000', '134222.514000', '134222.516000', '134222.519000', '134222.522000', '134222.525000', '134222.528000', '134222.531000', '134222.534000', '134222.537000', '134222.539000', '134222.542000', '134222.545000', '134222.548000', '134222.551000', '134222.553000', '134222.556000', '134222.559000', '134222.562000', '134222.565000', '134222.568000', '134222.571000', '134222.574000', '134222.576000', '134222.579000', '134222.582000', '134222.585000', '134222.588000', '134222.590000', '134222.593000', '134222.596000', '134222.599000', '134222.602000', '134222.605000', '134222.607000', '134222.610000', '134222.613000', '134222.616000', '134222.619000', '134222.622000', '134222.624000', '134222.627000', '134242.508000', '134242.511000', '134242.514000', '134242.517000', '134242.519000', '134242.522000', '134242.525000', '134242.528000', '134242.531000', '134242.534000', '134242.536000', '134242.539000', '134242.542000', '134242.545000', '134242.548000', '134242.550000', '134242.553000', '134242.556000', '134242.559000', '134242.562000', '134242.565000', '134242.568000', '134242.571000', '134242.573000', '134242.576000', '134242.579000', '134242.582000', '134242.585000', '134242.588000', '134242.590000', '134242.593000', '134242.596000', '134242.599000', '134242.602000', '134242.605000', '134242.608000', '134242.610000', '134242.613000', '134242.616000', '134242.619000', '134242.622000', '134242.624000', '134242.627000', '134242.630000', '134302.508000', '134302.511000', '134302.514000', '134302.517000', '134302.519000', '134302.522000', '134302.525000', '134302.528000', '134302.531000', '134302.534000', '134302.536000', '134302.539000', '134302.542000', '134302.545000', '134302.548000', '134302.550000', '134302.553000', '134302.556000', '134302.559000', '134302.562000', '134302.565000', '134302.567000', '134302.570000', '134302.573000', '134302.576000', '134302.579000', '134302.582000', '134302.585000', '134302.587000', '134302.590000', '134302.593000', '134302.596000', '134302.599000', '134302.602000', '134302.604000', '134302.607000', '134302.610000', '134302.613000', '134302.616000', '134302.620000', '134302.623000', '134302.626000', '134302.629000', '134322.508000', '134322.511000', '134322.514000', '134322.517000', '134322.520000', '134322.522000', '134322.525000', '134322.528000', '134322.531000', '134322.534000', '134322.536000', '134322.539000', '134322.542000', '134322.545000', '134322.548000', '134322.550000', '134322.553000', '134322.556000', '134322.559000', '134322.562000', '134322.565000', '134322.567000', '134322.570000', '134322.573000', '134322.576000', '134322.579000', '134322.582000', '134322.585000', '134322.588000', '134322.590000', '134322.593000', '134322.596000', '134322.599000', '134322.602000', '134322.605000', '134322.607000', '134322.610000', '134322.613000', '134322.616000', '134322.619000', '134322.621000', '134322.624000', '134322.627000', '134342.508000', '134342.511000', '134342.514000', '134342.517000', '134342.519000', '134342.522000', '134342.525000', '134342.528000', '134342.531000', '134342.534000', '134342.536000', '134342.539000', '134342.542000', '134342.545000', '134342.548000', '134342.551000', '134342.553000', '134342.572000', '134342.575000', '134342.577000', '134342.580000', '134342.583000', '134342.586000', '134342.589000', '134342.592000', '134342.595000', '134342.597000', '134342.600000', '134342.603000', '134342.606000', '134342.609000', '134342.612000', '134342.615000', '134342.618000', '134342.620000', '134342.623000', '134342.626000', '134342.629000', '134342.632000', '134342.635000', '134342.637000', '134342.640000', '134342.643000', '134342.646000', '134402.507000', '134402.510000', '134402.513000', '134402.516000', '134402.518000', '134402.521000', '134402.524000', '134402.527000', '134402.530000', '134402.533000', '134402.536000', '134402.538000', '134402.541000', '134402.544000', '134402.547000', '134402.550000', '134402.553000', '134402.556000', '134402.558000', '134402.561000', '134402.564000', '134402.567000', '134402.570000', '134402.573000', '134402.576000', '134402.579000', '134402.581000', '134402.584000', '134402.587000', '134402.590000', '134402.593000', '134402.596000', '134402.598000', '134402.601000', '134402.604000', '134402.607000', '134402.610000', '134402.613000', '134402.615000', '134402.618000', '134402.621000', '134402.624000', '134402.627000', '134402.629000', '134422.508000', '134422.511000', '134422.514000', '134422.517000', '134422.519000', '134422.522000', '134422.525000', '134422.528000', '134422.531000', '134422.534000', '134422.537000', '134422.539000', '134422.542000', '134422.545000', '134422.548000', '134422.551000', '134422.554000', '134422.557000', '134422.559000', '134422.562000', '134422.565000', '134422.568000', '134422.571000', '134422.574000', '134422.577000', '134422.580000', '134422.583000', '134422.585000', '134422.588000', '134422.591000', '134422.594000', '134422.597000', '134422.600000', '134422.603000', '134422.605000', '134422.608000', '134422.611000', '134422.614000', '134422.617000', '134422.620000', '134422.622000', '134422.625000', '134422.628000', '134442.508000', '134442.511000', '134442.515000', '134442.519000', '134442.521000', '134442.524000', '134442.527000', '134442.530000', '134442.533000', '134442.536000', '134442.538000', '134442.541000', '134442.544000', '134442.547000', '134442.550000', '134442.553000', '134442.556000', '134442.558000', '134442.561000', '134442.564000', '134442.567000', '134442.570000', '134442.573000', '134442.575000', '134442.578000', '134442.581000', '134442.584000', '134442.587000', '134442.590000', '134442.593000', '134442.595000', '134442.598000', '134442.601000', '134442.604000', '134442.607000', '134442.610000', '134442.612000', '134442.615000', '134442.618000', '134442.621000', '134442.624000', '134442.627000', '134442.630000', '134502.508000', '134502.511000', '134502.514000', '134502.517000', '134502.520000', '134502.522000', '134502.525000', '134502.528000', '134502.531000', '134502.534000', '134502.537000', '134502.540000', '134502.542000', '134502.547000', '134502.550000', '134502.553000', '134502.556000', '134502.559000', '134502.562000', '134502.564000', '134502.567000', '134502.570000', '134502.573000', '134502.576000', '134502.579000', '134502.582000', '134502.584000', '134502.587000', '134502.604000', '134502.607000', '134502.610000', '134502.612000', '134502.615000', '134502.618000', '134502.621000', '134502.624000', '134502.626000', '134502.629000', '134502.632000', '134502.635000', '134502.638000', '134502.641000', '134502.644000', '134502.646000', '134522.508000', '134522.511000', '134522.514000', '134522.517000', '134522.520000', '134522.524000', '134522.529000', '134522.532000', '134522.534000', '134522.537000', '134522.540000', '134522.543000', '134522.546000', '134522.549000', '134522.551000', '134522.554000', '134522.557000', '134522.560000', '134522.563000', '134522.566000', '134522.569000', '134522.571000', '134522.574000', '134522.577000', '134522.580000', '134522.583000', '134522.586000', '134522.588000', '134522.591000', '134522.594000', '134522.597000', '134522.600000', '134522.603000', '134522.605000', '134522.608000', '134522.611000', '134522.614000', '134522.617000', '134522.619000', '134522.622000', '134522.625000', '134522.628000', '134522.631000', '134542.508000', '134542.511000', '134542.514000', '134542.517000', '134542.519000', '134542.522000', '134542.525000', '134542.528000', '134542.531000', '134542.534000', '134542.536000', '134542.539000', '134542.542000', '134542.545000', '134542.548000', '134542.551000', '134542.554000', '134542.556000', '134542.559000', '134542.562000', '134542.565000', '134542.568000', '134542.571000', '134542.573000', '134542.576000', '134542.579000', '134542.582000', '134542.585000', '134542.588000', '134542.590000', '134542.593000', '134542.596000', '134542.599000', '134542.602000', '134542.605000', '134542.607000', '134542.610000', '134542.613000', '134542.616000', '134542.619000', '134542.621000', '134542.624000', '134542.627000', '134542.630000', '134602.508000', '134602.511000', '134602.514000', '134602.517000', '134602.519000', '134602.522000', '134602.526000', '134602.531000', '134602.534000', '134602.537000', '134602.540000', '134602.543000', '134602.546000', '134602.549000', '134602.552000', '134602.554000', '134602.557000', '134602.560000', '134602.563000', '134602.566000', '134602.569000', '134602.571000', '134602.574000', '134602.577000', '134602.580000', '134602.583000', '134602.586000', '134602.588000', '134602.591000', '134602.594000', '134602.597000', '134602.600000', '134602.603000', '134602.606000', '134602.608000', '134602.611000', '134602.614000', '134602.617000', '134602.620000', '134602.623000', '134602.625000', '134602.628000', '134602.631000', '134622.507000', '134622.510000', '134622.513000', '134622.516000', '134622.518000', '134622.521000', '134622.524000', '134622.527000', '134622.530000', '134622.532000', '134622.535000', '134622.538000', '134622.541000', '134622.544000', '134622.547000', '134622.549000', '134622.552000', '134622.555000', '134622.558000', '134622.561000', '134622.564000', '134622.567000', '134622.570000', '134622.572000', '134622.575000', '134622.578000', '134622.581000', '134622.584000', '134622.587000', '134622.589000', '134622.592000', '134622.595000', '134622.598000', '134622.601000', '134622.604000', '134622.606000', '134622.609000', '134622.612000', '134622.628000', '134622.630000', '134622.633000', '134622.636000', '134622.639000', '134622.642000', '134642.508000', '134642.511000', '134642.514000', '134642.517000', '134642.520000', '134642.522000', '134642.525000', '134642.528000', '134642.531000', '134642.534000', '134642.537000', '134642.539000', '134642.542000', '134642.545000', '134642.548000', '134642.551000', '134642.554000', '134642.557000', '134642.560000', '134642.563000', '134642.565000', '134642.568000', '134642.571000', '134642.574000', '134642.577000', '134642.580000', '134642.583000', '134642.586000', '134642.588000', '134642.591000', '134642.594000', '134642.597000', '134642.600000', '134642.603000', '134642.606000', '134642.609000', '134642.612000', '134642.615000', '134642.617000', '134642.620000', '134642.623000', '134642.626000', '134642.629000', '134702.508000', '134702.511000', '134702.514000', '134702.517000', '134702.520000', '134702.522000', '134702.525000', '134702.528000', '134702.531000', '134702.534000', '134702.537000', '134702.539000', '134702.542000', '134702.545000', '134702.548000', '134702.551000', '134702.554000', '134702.557000', '134702.559000', '134702.562000', '134702.565000', '134702.568000', '134702.571000', '134702.574000', '134702.577000', '134702.579000', '134702.582000', '134702.585000', '134702.588000', '134702.591000', '134702.594000', '134702.597000', '134702.599000', '134702.602000', '134702.605000', '134702.608000', '134702.611000', '134702.614000', '134702.616000', '134702.619000', '134702.622000', '134702.625000', '134702.628000', '134702.631000', '134722.508000', '134722.511000', '134722.514000', '134722.517000', '134722.519000', '134722.522000', '134722.525000', '134722.528000', '134722.531000', '134722.534000', '134722.537000', '134722.539000', '134722.542000', '134722.545000', '134722.548000', '134722.551000', '134722.554000', '134722.556000', '134722.559000', '134722.562000', '134722.565000', '134722.568000', '134722.571000', '134722.574000', '134722.577000', '134722.580000', '134722.583000', '134722.586000', '134722.589000', '134722.591000', '134722.594000', '134722.597000', '134722.600000', '134722.603000', '134722.606000', '134722.609000', '134722.611000', '134722.614000', '134722.617000', '134722.620000', '134722.623000', '134722.626000', '134722.628000', '134742.508000', '134742.511000', '134742.514000', '134742.517000', '134742.520000', '134742.522000', '134742.525000', '134742.528000', '134742.531000', '134742.534000', '134742.537000', '134742.539000', '134742.542000', '134742.545000', '134742.548000', '134742.551000', '134742.554000', '134742.557000', '134742.559000', '134742.562000', '134742.565000', '134742.568000', '134742.571000', '134742.574000', '134742.577000', '134742.579000', '134742.582000', '134742.585000', '134742.588000', '134742.591000', '134742.594000', '134742.597000', '134742.600000', '134742.602000', '134742.605000', '134742.619000', '134742.622000', '134742.625000', '134742.628000', '134742.631000', '134742.634000', '134742.637000', '134742.640000', '134742.642000', '134802.508000', '134802.511000', '134802.514000', '134802.517000', '134802.520000', '134802.522000', '134802.525000', '134802.528000', '134802.532000', '134802.535000', '134802.538000', '134802.540000', '134802.543000', '134802.546000', '134802.549000', '134802.552000', '134802.555000', '134802.557000', '134802.560000', '134802.563000', '134802.566000', '134802.569000', '134802.572000', '134802.575000', '134802.578000', '134802.580000', '134802.583000', '134802.586000', '134802.589000', '134802.592000', '134802.597000', '134802.599000', '134802.602000', '134802.605000', '134802.608000', '134802.611000', '134802.614000', '134802.617000', '134802.619000', '134802.622000', '134802.625000', '134802.628000', '134802.631000', '134822.508000', '134822.511000', '134822.514000', '134822.517000', '134822.520000', '134822.523000', '134822.525000', '134822.528000', '134822.531000', '134822.534000', '134822.537000', '134822.540000', '134822.542000', '134822.545000', '134822.548000', '134822.551000', '134822.554000', '134822.557000', '134822.560000', '134822.563000', '134822.565000', '134822.568000', '134822.571000', '134822.574000', '134822.577000', '134822.580000', '134822.583000', '134822.586000', '134822.588000', '134822.591000', '134822.594000', '134822.597000', '134822.600000', '134822.603000', '134822.606000', '134822.608000', '134822.611000', '134822.614000', '134822.617000', '134822.620000', '134822.623000', '134822.625000', '134822.628000', '134822.631000', '134842.507000', '134842.510000', '134842.513000', '134842.516000', '134842.519000', '134842.522000', '134842.524000', '134842.527000', '134842.530000', '134842.533000', '134842.536000', '134842.538000', '134842.541000', '134842.544000', '134842.547000', '134842.550000', '134842.553000', '134842.555000', '134842.558000', '134842.561000', '134842.564000', '134842.567000', '134842.570000', '134842.573000', '134842.576000', '134842.578000', '134842.581000', '134842.584000', '134842.587000', '134842.590000', '134842.593000', '134842.596000', '134842.598000', '134842.601000', '134842.604000', '134842.607000', '134842.610000', '134842.613000', '134842.616000', '134842.618000', '134842.621000', '134842.624000', '134842.627000', '134902.508000', '134902.511000', '134902.514000', '134902.517000', '134902.520000', '134902.523000', '134902.525000', '134902.528000', '134902.531000', '134902.534000', '134902.537000', '134902.539000', '134902.542000', '134902.545000', '134902.548000', '134902.551000', '134902.554000', '134902.556000', '134902.559000', '134902.562000', '134902.565000', '134902.568000', '134902.571000', '134902.574000', '134902.576000', '134902.579000', '134902.582000', '134902.585000', '134902.588000', '134902.591000', '134902.594000', '134902.611000', '134902.614000', '134902.616000', '134902.619000', '134902.622000', '134902.625000', '134902.628000', '134902.630000', '134902.633000', '134902.636000', '134902.639000', '134902.642000', '134902.645000', '134922.508000', '134922.511000', '134922.514000', '134922.517000', '134922.520000', '134922.523000', '134922.525000', '134922.528000', '134922.531000', '134922.534000', '134922.537000', '134922.540000', '134922.542000', '134922.545000', '134922.548000', '134922.551000', '134922.554000', '134922.556000', '134922.559000', '134922.562000', '134922.565000', '134922.569000', '134922.572000', '134922.575000', '134922.578000', '134922.581000', '134922.584000', '134922.587000', '134922.590000', '134922.592000', '134922.595000', '134922.598000', '134922.601000', '134922.604000', '134922.607000', '134922.609000', '134922.612000', '134922.615000', '134922.618000', '134922.621000', '134922.624000', '134922.627000', '134922.630000', '134942.508000', '134942.511000', '134942.514000', '134942.517000', '134942.520000', '134942.522000', '134942.525000', '134942.528000', '134942.531000', '134942.534000', '134942.537000', '134942.539000', '134942.542000', '134942.545000', '134942.548000', '134942.551000', '134942.554000', '134942.557000', '134942.560000', '134942.563000', '134942.566000', '134942.568000', '134942.571000', '134942.574000', '134942.577000', '134942.580000', '134942.583000', '134942.586000', '134942.589000', '134942.591000', '134942.594000', '134942.597000', '134942.600000', '134942.603000', '134942.606000', '134942.609000', '134942.611000', '134942.614000', '134942.617000', '134942.620000', '134942.623000', '134942.626000', '134942.628000', '134942.631000', '135002.508000', '135002.511000', '135002.514000', '135002.517000', '135002.520000', '135002.522000', '135002.525000', '135002.528000', '135002.531000', '135002.534000', '135002.537000', '135002.539000', '135002.542000', '135002.545000', '135002.548000', '135002.551000', '135002.554000', '135002.557000', '135002.559000', '135002.562000', '135002.565000', '135002.568000', '135002.571000', '135002.574000', '135002.577000', '135002.580000', '135002.582000', '135002.585000', '135002.588000', '135002.591000', '135002.594000', '135002.597000', '135002.599000', '135002.602000', '135002.605000', '135002.608000', '135002.611000', '135002.614000', '135002.616000', '135002.619000', '135002.622000', '135002.625000', '135002.628000', '135022.508000', '135022.512000', '135022.514000', '135022.521000', '135022.524000', '135022.527000', '135022.529000', '135022.532000', '135022.535000', '135022.538000', '135022.541000', '135022.544000', '135022.547000', '135022.549000', '135022.568000', '135022.571000', '135022.574000', '135022.577000', '135022.579000', '135022.582000', '135022.585000', '135022.588000', '135022.591000', '135022.594000', '135022.596000', '135022.599000', '135022.602000', '135022.605000', '135022.608000', '135022.611000', '135022.613000', '135022.616000', '135022.619000', '135022.622000', '135022.625000', '135022.628000', '135022.630000', '135022.633000', '135022.636000', '135022.639000', '135022.642000', '135022.645000', '135022.647000', '135022.650000', '135042.508000', '135042.511000', '135042.514000', '135042.517000', '135042.520000', '135042.523000', '135042.525000', '135042.528000', '135042.531000', '135042.534000', '135042.537000', '135042.540000', '135042.543000', '135042.546000', '135042.548000', '135042.551000', '135042.554000', '135042.557000', '135042.560000', '135042.563000', '135042.565000', '135042.568000', '135042.571000', '135042.574000', '135042.577000', '135042.580000', '135042.583000', '135042.585000', '135042.588000', '135042.591000', '135042.594000', '135042.597000', '135042.600000', '135042.603000', '135042.607000', '135042.610000', '135042.613000', '135042.616000', '135042.618000', '135042.621000', '135042.624000', '135042.627000', '135042.630000', '135102.507000', '135102.510000', '135102.513000', '135102.516000', '135102.519000', '135102.521000', '135102.524000', '135102.527000', '135102.530000', '135102.533000', '135102.536000', '135102.539000', '135102.542000', '135102.544000', '135102.547000', '135102.550000', '135102.553000', '135102.556000', '135102.559000', '135102.562000', '135102.564000', '135102.567000', '135102.570000', '135102.573000', '135102.576000', '135102.579000', '135102.582000', '135102.585000', '135102.588000', '135102.590000', '135102.593000', '135102.596000', '135102.599000', '135102.602000', '135102.605000', '135102.607000', '135102.610000', '135102.613000', '135102.616000', '135102.619000', '135102.622000', '135102.624000', '135102.627000', '135102.630000', '135122.508000', '135122.511000', '135122.514000', '135122.517000', '135122.520000', '135122.523000', '135122.525000', '135122.528000', '135122.531000', '135122.534000', '135122.537000', '135122.540000', '135122.543000', '135122.545000', '135122.548000', '135122.551000', '135122.554000', '135122.557000', '135122.560000', '135122.563000', '135122.566000', '135122.568000', '135122.571000', '135122.574000', '135122.577000', '135122.580000', '135122.583000', '135122.585000', '135122.588000', '135122.591000', '135122.594000', '135122.597000', '135122.600000', '135122.602000', '135122.605000', '135122.608000', '135122.611000', '135122.614000', '135122.617000', '135122.634000', '135122.637000', '135122.640000', '135122.642000', '135142.508000', '135142.511000', '135142.514000', '135142.517000', '135142.519000', '135142.522000', '135142.525000', '135142.528000', '135142.531000', '135142.534000', '135142.537000', '135142.540000', '135142.542000', '135142.545000', '135142.548000', '135142.551000', '135142.554000', '135142.557000', '135142.560000', '135142.562000', '135142.565000', '135142.568000', '135142.571000', '135142.574000', '135142.577000', '135142.580000', '135142.583000', '135142.585000', '135142.588000', '135142.591000', '135142.594000', '135142.597000', '135142.600000', '135142.603000', '135142.605000', '135142.612000', '135142.614000', '135142.617000', '135142.620000', '135142.623000', '135142.626000', '135142.629000', '135142.631000', '135142.634000', '135202.508000', '135202.511000', '135202.514000', '135202.517000', '135202.520000', '135202.523000', '135202.525000', '135202.528000', '135202.531000', '135202.534000', '135202.537000', '135202.540000', '135202.543000', '135202.545000', '135202.548000', '135202.551000', '135202.554000', '135202.557000', '135202.560000', '135202.563000', '135202.565000', '135202.568000', '135202.571000', '135202.574000', '135202.577000', '135202.580000', '135202.583000', '135202.586000', '135202.589000', '135202.591000', '135202.594000', '135202.597000', '135202.600000', '135202.603000', '135202.606000', '135202.608000', '135202.611000', '135202.614000', '135202.617000', '135202.620000', '135202.623000', '135202.626000', '135202.628000', '135222.508000', '135222.511000', '135222.514000', '135222.517000', '135222.520000', '135222.522000', '135222.525000', '135222.528000', '135222.531000', '135222.534000', '135222.537000', '135222.539000', '135222.542000', '135222.545000', '135222.548000', '135222.551000', '135222.554000', '135222.557000', '135222.559000', '135222.562000', '135222.565000', '135222.568000', '135222.571000', '135222.574000', '135222.577000', '135222.580000', '135222.582000', '135222.585000', '135222.588000', '135222.591000', '135222.594000', '135222.597000', '135222.599000', '135222.602000', '135222.605000', '135222.608000', '135222.611000', '135222.614000', '135222.617000', '135222.620000', '135222.623000', '135222.625000', '135222.628000', '135222.631000', '135242.508000', '135242.511000', '135242.514000', '135242.517000', '135242.520000', '135242.523000', '135242.525000', '135242.544000', '135242.547000', '135242.550000', '135242.553000', '135242.556000', '135242.559000', '135242.561000', '135242.564000', '135242.567000', '135242.570000', '135242.573000', '135242.576000', '135242.579000', '135242.581000', '135242.584000', '135242.587000', '135242.590000', '135242.593000', '135242.596000', '135242.598000', '135242.601000', '135242.604000', '135242.607000', '135242.610000', '135242.613000', '135242.615000', '135242.618000', '135242.621000', '135242.624000', '135242.627000', '135242.630000', '135242.633000', '135242.635000', '135242.638000', '135242.641000', '135242.644000', '135302.508000', '135302.511000', '135302.514000', '135302.517000', '135302.520000', '135302.523000', '135302.526000', '135302.529000', '135302.532000', '135302.535000', '135302.537000', '135302.540000', '135302.543000', '135302.546000', '135302.549000', '135302.552000', '135302.554000', '135302.557000', '135302.560000', '135302.563000', '135302.566000', '135302.569000', '135302.572000', '135302.575000', '135302.577000', '135302.580000', '135302.583000', '135302.586000', '135302.589000', '135302.592000', '135302.594000', '135302.597000', '135302.600000', '135302.603000', '135302.606000', '135302.609000', '135302.612000', '135302.614000', '135302.617000', '135302.620000', '135302.623000', '135302.626000', '135302.629000', '135322.507000', '135322.510000', '135322.513000', '135322.516000', '135322.519000', '135322.521000', '135322.524000', '135322.527000', '135322.530000', '135322.533000', '135322.536000', '135322.538000', '135322.541000', '135322.544000', '135322.547000', '135322.550000', '135322.553000', '135322.555000', '135322.558000', '135322.561000', '135322.564000', '135322.567000', '135322.570000', '135322.573000', '135322.575000', '135322.578000', '135322.581000', '135322.584000', '135322.587000', '135322.590000', '135322.593000', '135322.595000', '135322.598000', '135322.601000', '135322.604000', '135322.607000', '135322.610000', '135322.612000', '135322.615000', '135322.618000', '135322.621000', '135322.624000', '135322.627000', '135322.630000', '135342.508000', '135342.511000', '135342.514000', '135342.517000', '135342.520000', '135342.523000', '135342.526000', '135342.529000', '135342.532000', '135342.535000', '135342.538000', '135342.541000', '135342.544000', '135342.547000', '135342.550000', '135342.553000', '135342.556000', '135342.559000', '135342.562000', '135342.565000', '135342.567000', '135342.570000', '135342.573000', '135342.576000', '135342.579000', '135342.582000', '135342.585000', '135342.588000', '135342.592000', '135342.595000', '135342.598000', '135342.601000', '135342.604000', '135342.617000', '135342.620000', '135342.623000', '135342.626000', '135342.629000', '135342.631000', '135342.634000', '135342.637000', '135342.640000', '135342.643000', '135343.975000', '135343.979000', '135343.983000', '135343.986000'], 'InstanceCreationTime': ['133942.537000', '133942.541000', '133942.544000', '133942.547000', '133942.549000', '133942.556000', '133942.558000', '133942.561000', '133942.564000', '133942.567000', '133942.570000', '133942.572000', '133942.575000', '133942.578000', '133942.581000', '133942.586000', '133942.589000', '133942.591000', '133942.619000', '133942.622000', '133942.624000', '133942.627000', '133942.630000', '133942.633000', '133942.636000', '133942.638000', '133942.641000', '133942.644000', '133942.647000', '134002.508000', '134002.511000', '134002.514000', '134002.516000', '134002.519000', '134002.522000', '134002.525000', '134002.533000', '134002.536000', '134002.539000', '134002.542000', '134002.545000', '134002.548000', '134002.550000', '134002.553000', '134002.556000', '134002.559000', '134002.562000', '134002.564000', '134002.567000', '134002.570000', '134002.573000', '134002.576000', '134002.579000', '134002.582000', '134002.585000', '134002.588000', '134002.593000', '134002.596000', '134002.599000', '134002.602000', '134002.604000', '134002.607000', '134002.610000', '134002.613000', '134002.616000', '134002.618000', '134002.621000', '134002.624000', '134002.627000', '134002.630000', '134002.633000', '134002.636000', '134002.639000', '134022.508000', '134022.511000', '134022.513000', '134022.516000', '134022.519000', '134022.522000', '134022.525000', '134022.528000', '134022.530000', '134022.533000', '134022.536000', '134022.539000', '134022.543000', '134022.546000', '134022.549000', '134022.552000', '134022.555000', '134022.558000', '134022.560000', '134022.563000', '134022.566000', '134022.569000', '134022.572000', '134022.574000', '134022.577000', '134022.580000', '134022.583000', '134022.586000', '134022.588000', '134022.591000', '134022.594000', '134022.601000', '134022.604000', '134022.609000', '134022.611000', '134022.614000', '134022.617000', '134022.620000', '134022.623000', '134022.637000', '134022.640000', '134022.643000', '134022.646000', '134042.508000', '134042.511000', '134042.514000', '134042.516000', '134042.519000', '134042.522000', '134042.525000', '134042.528000', '134042.530000', '134042.533000', '134042.536000', '134042.539000', '134042.542000', '134042.545000', '134042.547000', '134042.550000', '134042.553000', '134042.556000', '134042.559000', '134042.561000', '134042.564000', '134042.567000', '134042.570000', '134042.573000', '134042.576000', '134042.579000', '134042.582000', '134042.584000', '134042.587000', '134042.590000', '134042.593000', '134042.596000', '134042.598000', '134042.601000', '134042.604000', '134042.607000', '134042.610000', '134042.612000', '134042.615000', '134042.618000', '134042.621000', '134042.624000', '134042.627000', '134042.629000', '134102.508000', '134102.511000', '134102.514000', '134102.516000', '134102.519000', '134102.522000', '134102.525000', '134102.528000', '134102.530000', '134102.533000', '134102.536000', '134102.539000', '134102.542000', '134102.545000', '134102.547000', '134102.550000', '134102.553000', '134102.556000', '134102.559000', '134102.561000', '134102.564000', '134102.567000', '134102.570000', '134102.573000', '134102.576000', '134102.578000', '134102.581000', '134102.584000', '134102.587000', '134102.590000', '134102.592000', '134102.595000', '134102.598000', '134102.601000', '134102.604000', '134102.606000', '134102.609000', '134102.612000', '134102.615000', '134102.618000', '134102.621000', '134102.623000', '134102.626000', '134122.508000', '134122.511000', '134122.514000', '134122.516000', '134122.519000', '134122.522000', '134122.525000', '134122.528000', '134122.530000', '134122.533000', '134122.536000', '134122.539000', '134122.542000', '134122.545000', '134122.547000', '134122.550000', '134122.553000', '134122.556000', '134122.559000', '134122.562000', '134122.564000', '134122.567000', '134122.570000', '134122.573000', '134122.576000', '134122.579000', '134122.581000', '134122.584000', '134122.587000', '134122.590000', '134122.593000', '134122.596000', '134122.598000', '134122.601000', '134122.604000', '134122.607000', '134122.610000', '134122.612000', '134122.615000', '134122.618000', '134122.621000', '134122.624000', '134122.627000', '134122.629000', '134142.507000', '134142.510000', '134142.513000', '134142.515000', '134142.518000', '134142.521000', '134142.524000', '134142.527000', '134142.530000', '134142.532000', '134142.535000', '134142.538000', '134142.541000', '134142.544000', '134142.547000', '134142.549000', '134142.552000', '134142.555000', '134142.558000', '134142.561000', '134142.564000', '134142.566000', '134142.569000', '134142.572000', '134142.575000', '134142.579000', '134142.583000', '134142.586000', '134142.588000', '134142.591000', '134142.594000', '134142.597000', '134142.600000', '134142.602000', '134142.605000', '134142.608000', '134142.611000', '134142.614000', '134142.617000', '134142.619000', '134142.622000', '134142.625000', '134142.628000', '134202.508000', '134202.511000', '134202.514000', '134202.516000', '134202.519000', '134202.522000', '134202.525000', '134202.528000', '134202.531000', '134202.533000', '134202.536000', '134202.539000', '134202.542000', '134202.545000', '134202.548000', '134202.550000', '134202.553000', '134202.556000', '134202.559000', '134202.562000', '134202.565000', '134202.568000', '134202.570000', '134202.573000', '134202.576000', '134202.579000', '134202.582000', '134202.584000', '134202.587000', '134202.590000', '134202.593000', '134202.596000', '134202.598000', '134202.601000', '134202.604000', '134202.616000', '134202.619000', '134202.622000', '134202.625000', '134202.628000', '134202.631000', '134202.633000', '134202.636000', '134202.639000', '134222.508000', '134222.511000', '134222.514000', '134222.516000', '134222.519000', '134222.522000', '134222.525000', '134222.528000', '134222.531000', '134222.534000', '134222.537000', '134222.539000', '134222.542000', '134222.545000', '134222.548000', '134222.551000', '134222.553000', '134222.556000', '134222.559000', '134222.562000', '134222.565000', '134222.568000', '134222.571000', '134222.574000', '134222.576000', '134222.579000', '134222.582000', '134222.585000', '134222.588000', '134222.590000', '134222.593000', '134222.596000', '134222.599000', '134222.602000', '134222.605000', '134222.607000', '134222.610000', '134222.613000', '134222.616000', '134222.619000', '134222.622000', '134222.624000', '134222.627000', '134242.508000', '134242.511000', '134242.514000', '134242.517000', '134242.519000', '134242.522000', '134242.525000', '134242.528000', '134242.531000', '134242.534000', '134242.536000', '134242.539000', '134242.542000', '134242.545000', '134242.548000', '134242.550000', '134242.553000', '134242.556000', '134242.559000', '134242.562000', '134242.565000', '134242.568000', '134242.571000', '134242.573000', '134242.576000', '134242.579000', '134242.582000', '134242.585000', '134242.588000', '134242.590000', '134242.593000', '134242.596000', '134242.599000', '134242.602000', '134242.605000', '134242.608000', '134242.610000', '134242.613000', '134242.616000', '134242.619000', '134242.622000', '134242.624000', '134242.627000', '134242.630000', '134302.508000', '134302.511000', '134302.514000', '134302.517000', '134302.519000', '134302.522000', '134302.525000', '134302.528000', '134302.531000', '134302.534000', '134302.536000', '134302.539000', '134302.542000', '134302.545000', '134302.548000', '134302.550000', '134302.553000', '134302.556000', '134302.559000', '134302.562000', '134302.565000', '134302.567000', '134302.570000', '134302.573000', '134302.576000', '134302.579000', '134302.582000', '134302.585000', '134302.587000', '134302.590000', '134302.593000', '134302.596000', '134302.599000', '134302.602000', '134302.604000', '134302.607000', '134302.610000', '134302.613000', '134302.616000', '134302.620000', '134302.623000', '134302.626000', '134302.629000', '134322.508000', '134322.511000', '134322.514000', '134322.517000', '134322.520000', '134322.522000', '134322.525000', '134322.528000', '134322.531000', '134322.534000', '134322.536000', '134322.539000', '134322.542000', '134322.545000', '134322.548000', '134322.550000', '134322.553000', '134322.556000', '134322.559000', '134322.562000', '134322.565000', '134322.567000', '134322.570000', '134322.573000', '134322.576000', '134322.579000', '134322.582000', '134322.585000', '134322.588000', '134322.590000', '134322.593000', '134322.596000', '134322.599000', '134322.602000', '134322.605000', '134322.607000', '134322.610000', '134322.613000', '134322.616000', '134322.619000', '134322.621000', '134322.624000', '134322.627000', '134342.508000', '134342.511000', '134342.514000', '134342.517000', '134342.519000', '134342.522000', '134342.525000', '134342.528000', '134342.531000', '134342.534000', '134342.536000', '134342.539000', '134342.542000', '134342.545000', '134342.548000', '134342.551000', '134342.553000', '134342.572000', '134342.575000', '134342.577000', '134342.580000', '134342.583000', '134342.586000', '134342.589000', '134342.592000', '134342.595000', '134342.597000', '134342.600000', '134342.603000', '134342.606000', '134342.609000', '134342.612000', '134342.615000', '134342.618000', '134342.620000', '134342.623000', '134342.626000', '134342.629000', '134342.632000', '134342.635000', '134342.637000', '134342.640000', '134342.643000', '134342.646000', '134402.507000', '134402.510000', '134402.513000', '134402.516000', '134402.518000', '134402.521000', '134402.524000', '134402.527000', '134402.530000', '134402.533000', '134402.536000', '134402.538000', '134402.541000', '134402.544000', '134402.547000', '134402.550000', '134402.553000', '134402.556000', '134402.558000', '134402.561000', '134402.564000', '134402.567000', '134402.570000', '134402.573000', '134402.576000', '134402.579000', '134402.581000', '134402.584000', '134402.587000', '134402.590000', '134402.593000', '134402.596000', '134402.598000', '134402.601000', '134402.604000', '134402.607000', '134402.610000', '134402.613000', '134402.615000', '134402.618000', '134402.621000', '134402.624000', '134402.627000', '134402.629000', '134422.508000', '134422.511000', '134422.514000', '134422.517000', '134422.519000', '134422.522000', '134422.525000', '134422.528000', '134422.531000', '134422.534000', '134422.537000', '134422.539000', '134422.542000', '134422.545000', '134422.548000', '134422.551000', '134422.554000', '134422.557000', '134422.559000', '134422.562000', '134422.565000', '134422.568000', '134422.571000', '134422.574000', '134422.577000', '134422.580000', '134422.583000', '134422.585000', '134422.588000', '134422.591000', '134422.594000', '134422.597000', '134422.600000', '134422.603000', '134422.605000', '134422.608000', '134422.611000', '134422.614000', '134422.617000', '134422.620000', '134422.622000', '134422.625000', '134422.628000', '134442.508000', '134442.511000', '134442.515000', '134442.519000', '134442.521000', '134442.524000', '134442.527000', '134442.530000', '134442.533000', '134442.536000', '134442.538000', '134442.541000', '134442.544000', '134442.547000', '134442.550000', '134442.553000', '134442.556000', '134442.558000', '134442.561000', '134442.564000', '134442.567000', '134442.570000', '134442.573000', '134442.575000', '134442.578000', '134442.581000', '134442.584000', '134442.587000', '134442.590000', '134442.593000', '134442.595000', '134442.598000', '134442.601000', '134442.604000', '134442.607000', '134442.610000', '134442.612000', '134442.615000', '134442.618000', '134442.621000', '134442.624000', '134442.627000', '134442.630000', '134502.508000', '134502.511000', '134502.514000', '134502.517000', '134502.520000', '134502.522000', '134502.525000', '134502.528000', '134502.531000', '134502.534000', '134502.537000', '134502.540000', '134502.542000', '134502.547000', '134502.550000', '134502.553000', '134502.556000', '134502.559000', '134502.562000', '134502.564000', '134502.567000', '134502.570000', '134502.573000', '134502.576000', '134502.579000', '134502.582000', '134502.584000', '134502.587000', '134502.604000', '134502.607000', '134502.610000', '134502.612000', '134502.615000', '134502.618000', '134502.621000', '134502.624000', '134502.626000', '134502.629000', '134502.632000', '134502.635000', '134502.638000', '134502.641000', '134502.644000', '134502.646000', '134522.508000', '134522.511000', '134522.514000', '134522.517000', '134522.520000', '134522.524000', '134522.529000', '134522.532000', '134522.534000', '134522.537000', '134522.540000', '134522.543000', '134522.546000', '134522.549000', '134522.551000', '134522.554000', '134522.557000', '134522.560000', '134522.563000', '134522.566000', '134522.569000', '134522.571000', '134522.574000', '134522.577000', '134522.580000', '134522.583000', '134522.586000', '134522.588000', '134522.591000', '134522.594000', '134522.597000', '134522.600000', '134522.603000', '134522.605000', '134522.608000', '134522.611000', '134522.614000', '134522.617000', '134522.619000', '134522.622000', '134522.625000', '134522.628000', '134522.631000', '134542.508000', '134542.511000', '134542.514000', '134542.517000', '134542.519000', '134542.522000', '134542.525000', '134542.528000', '134542.531000', '134542.534000', '134542.536000', '134542.539000', '134542.542000', '134542.545000', '134542.548000', '134542.551000', '134542.554000', '134542.556000', '134542.559000', '134542.562000', '134542.565000', '134542.568000', '134542.571000', '134542.573000', '134542.576000', '134542.579000', '134542.582000', '134542.585000', '134542.588000', '134542.590000', '134542.593000', '134542.596000', '134542.599000', '134542.602000', '134542.605000', '134542.607000', '134542.610000', '134542.613000', '134542.616000', '134542.619000', '134542.621000', '134542.624000', '134542.627000', '134542.630000', '134602.508000', '134602.511000', '134602.514000', '134602.517000', '134602.519000', '134602.522000', '134602.526000', '134602.531000', '134602.534000', '134602.537000', '134602.540000', '134602.543000', '134602.546000', '134602.549000', '134602.552000', '134602.554000', '134602.557000', '134602.560000', '134602.563000', '134602.566000', '134602.569000', '134602.571000', '134602.574000', '134602.577000', '134602.580000', '134602.583000', '134602.586000', '134602.588000', '134602.591000', '134602.594000', '134602.597000', '134602.600000', '134602.603000', '134602.606000', '134602.608000', '134602.611000', '134602.614000', '134602.617000', '134602.620000', '134602.623000', '134602.625000', '134602.628000', '134602.631000', '134622.507000', '134622.510000', '134622.513000', '134622.516000', '134622.518000', '134622.521000', '134622.524000', '134622.527000', '134622.530000', '134622.532000', '134622.535000', '134622.538000', '134622.541000', '134622.544000', '134622.547000', '134622.549000', '134622.552000', '134622.555000', '134622.558000', '134622.561000', '134622.564000', '134622.567000', '134622.570000', '134622.572000', '134622.575000', '134622.578000', '134622.581000', '134622.584000', '134622.587000', '134622.589000', '134622.592000', '134622.595000', '134622.598000', '134622.601000', '134622.604000', '134622.606000', '134622.609000', '134622.612000', '134622.628000', '134622.630000', '134622.633000', '134622.636000', '134622.639000', '134622.642000', '134642.508000', '134642.511000', '134642.514000', '134642.517000', '134642.520000', '134642.522000', '134642.525000', '134642.528000', '134642.531000', '134642.534000', '134642.537000', '134642.539000', '134642.542000', '134642.545000', '134642.548000', '134642.551000', '134642.554000', '134642.557000', '134642.560000', '134642.563000', '134642.565000', '134642.568000', '134642.571000', '134642.574000', '134642.577000', '134642.580000', '134642.583000', '134642.586000', '134642.588000', '134642.591000', '134642.594000', '134642.597000', '134642.600000', '134642.603000', '134642.606000', '134642.609000', '134642.612000', '134642.615000', '134642.617000', '134642.620000', '134642.623000', '134642.626000', '134642.629000', '134702.508000', '134702.511000', '134702.514000', '134702.517000', '134702.520000', '134702.522000', '134702.525000', '134702.528000', '134702.531000', '134702.534000', '134702.537000', '134702.539000', '134702.542000', '134702.545000', '134702.548000', '134702.551000', '134702.554000', '134702.557000', '134702.559000', '134702.562000', '134702.565000', '134702.568000', '134702.571000', '134702.574000', '134702.577000', '134702.579000', '134702.582000', '134702.585000', '134702.588000', '134702.591000', '134702.594000', '134702.597000', '134702.599000', '134702.602000', '134702.605000', '134702.608000', '134702.611000', '134702.614000', '134702.616000', '134702.619000', '134702.622000', '134702.625000', '134702.628000', '134702.631000', '134722.508000', '134722.511000', '134722.514000', '134722.517000', '134722.519000', '134722.522000', '134722.525000', '134722.528000', '134722.531000', '134722.534000', '134722.537000', '134722.539000', '134722.542000', '134722.545000', '134722.548000', '134722.551000', '134722.554000', '134722.556000', '134722.559000', '134722.562000', '134722.565000', '134722.568000', '134722.571000', '134722.574000', '134722.577000', '134722.580000', '134722.583000', '134722.586000', '134722.589000', '134722.591000', '134722.594000', '134722.597000', '134722.600000', '134722.603000', '134722.606000', '134722.609000', '134722.611000', '134722.614000', '134722.617000', '134722.620000', '134722.623000', '134722.626000', '134722.628000', '134742.508000', '134742.511000', '134742.514000', '134742.517000', '134742.520000', '134742.522000', '134742.525000', '134742.528000', '134742.531000', '134742.534000', '134742.537000', '134742.539000', '134742.542000', '134742.545000', '134742.548000', '134742.551000', '134742.554000', '134742.557000', '134742.559000', '134742.562000', '134742.565000', '134742.568000', '134742.571000', '134742.574000', '134742.577000', '134742.579000', '134742.582000', '134742.585000', '134742.588000', '134742.591000', '134742.594000', '134742.597000', '134742.600000', '134742.602000', '134742.605000', '134742.619000', '134742.622000', '134742.625000', '134742.628000', '134742.631000', '134742.634000', '134742.637000', '134742.640000', '134742.642000', '134802.508000', '134802.511000', '134802.514000', '134802.517000', '134802.520000', '134802.522000', '134802.525000', '134802.528000', '134802.532000', '134802.535000', '134802.538000', '134802.540000', '134802.543000', '134802.546000', '134802.549000', '134802.552000', '134802.555000', '134802.557000', '134802.560000', '134802.563000', '134802.566000', '134802.569000', '134802.572000', '134802.575000', '134802.578000', '134802.580000', '134802.583000', '134802.586000', '134802.589000', '134802.592000', '134802.597000', '134802.599000', '134802.602000', '134802.605000', '134802.608000', '134802.611000', '134802.614000', '134802.617000', '134802.619000', '134802.622000', '134802.625000', '134802.628000', '134802.631000', '134822.508000', '134822.511000', '134822.514000', '134822.517000', '134822.520000', '134822.523000', '134822.525000', '134822.528000', '134822.531000', '134822.534000', '134822.537000', '134822.540000', '134822.542000', '134822.545000', '134822.548000', '134822.551000', '134822.554000', '134822.557000', '134822.560000', '134822.563000', '134822.565000', '134822.568000', '134822.571000', '134822.574000', '134822.577000', '134822.580000', '134822.583000', '134822.586000', '134822.588000', '134822.591000', '134822.594000', '134822.597000', '134822.600000', '134822.603000', '134822.606000', '134822.608000', '134822.611000', '134822.614000', '134822.617000', '134822.620000', '134822.623000', '134822.625000', '134822.628000', '134822.631000', '134842.507000', '134842.510000', '134842.513000', '134842.516000', '134842.519000', '134842.522000', '134842.524000', '134842.527000', '134842.530000', '134842.533000', '134842.536000', '134842.538000', '134842.541000', '134842.544000', '134842.547000', '134842.550000', '134842.553000', '134842.555000', '134842.558000', '134842.561000', '134842.564000', '134842.567000', '134842.570000', '134842.573000', '134842.576000', '134842.578000', '134842.581000', '134842.584000', '134842.587000', '134842.590000', '134842.593000', '134842.596000', '134842.598000', '134842.601000', '134842.604000', '134842.607000', '134842.610000', '134842.613000', '134842.616000', '134842.618000', '134842.621000', '134842.624000', '134842.627000', '134902.508000', '134902.511000', '134902.514000', '134902.517000', '134902.520000', '134902.523000', '134902.525000', '134902.528000', '134902.531000', '134902.534000', '134902.537000', '134902.539000', '134902.542000', '134902.545000', '134902.548000', '134902.551000', '134902.554000', '134902.556000', '134902.559000', '134902.562000', '134902.565000', '134902.568000', '134902.571000', '134902.574000', '134902.576000', '134902.579000', '134902.582000', '134902.585000', '134902.588000', '134902.591000', '134902.594000', '134902.611000', '134902.614000', '134902.616000', '134902.619000', '134902.622000', '134902.625000', '134902.628000', '134902.630000', '134902.633000', '134902.636000', '134902.639000', '134902.642000', '134902.645000', '134922.508000', '134922.511000', '134922.514000', '134922.517000', '134922.520000', '134922.523000', '134922.525000', '134922.528000', '134922.531000', '134922.534000', '134922.537000', '134922.540000', '134922.542000', '134922.545000', '134922.548000', '134922.551000', '134922.554000', '134922.556000', '134922.559000', '134922.562000', '134922.565000', '134922.569000', '134922.572000', '134922.575000', '134922.578000', '134922.581000', '134922.584000', '134922.587000', '134922.590000', '134922.592000', '134922.595000', '134922.598000', '134922.601000', '134922.604000', '134922.607000', '134922.609000', '134922.612000', '134922.615000', '134922.618000', '134922.621000', '134922.624000', '134922.627000', '134922.630000', '134942.508000', '134942.511000', '134942.514000', '134942.517000', '134942.520000', '134942.522000', '134942.525000', '134942.528000', '134942.531000', '134942.534000', '134942.537000', '134942.539000', '134942.542000', '134942.545000', '134942.548000', '134942.551000', '134942.554000', '134942.557000', '134942.560000', '134942.563000', '134942.566000', '134942.568000', '134942.571000', '134942.574000', '134942.577000', '134942.580000', '134942.583000', '134942.586000', '134942.589000', '134942.591000', '134942.594000', '134942.597000', '134942.600000', '134942.603000', '134942.606000', '134942.609000', '134942.611000', '134942.614000', '134942.617000', '134942.620000', '134942.623000', '134942.626000', '134942.628000', '134942.631000', '135002.508000', '135002.511000', '135002.514000', '135002.517000', '135002.520000', '135002.522000', '135002.525000', '135002.528000', '135002.531000', '135002.534000', '135002.537000', '135002.539000', '135002.542000', '135002.545000', '135002.548000', '135002.551000', '135002.554000', '135002.557000', '135002.559000', '135002.562000', '135002.565000', '135002.568000', '135002.571000', '135002.574000', '135002.577000', '135002.580000', '135002.582000', '135002.585000', '135002.588000', '135002.591000', '135002.594000', '135002.597000', '135002.599000', '135002.602000', '135002.605000', '135002.608000', '135002.611000', '135002.614000', '135002.616000', '135002.619000', '135002.622000', '135002.625000', '135002.628000', '135022.508000', '135022.512000', '135022.514000', '135022.521000', '135022.524000', '135022.527000', '135022.529000', '135022.532000', '135022.535000', '135022.538000', '135022.541000', '135022.544000', '135022.547000', '135022.549000', '135022.568000', '135022.571000', '135022.574000', '135022.577000', '135022.579000', '135022.582000', '135022.585000', '135022.588000', '135022.591000', '135022.594000', '135022.596000', '135022.599000', '135022.602000', '135022.605000', '135022.608000', '135022.611000', '135022.613000', '135022.616000', '135022.619000', '135022.622000', '135022.625000', '135022.628000', '135022.630000', '135022.633000', '135022.636000', '135022.639000', '135022.642000', '135022.645000', '135022.647000', '135022.650000', '135042.508000', '135042.511000', '135042.514000', '135042.517000', '135042.520000', '135042.523000', '135042.525000', '135042.528000', '135042.531000', '135042.534000', '135042.537000', '135042.540000', '135042.543000', '135042.546000', '135042.548000', '135042.551000', '135042.554000', '135042.557000', '135042.560000', '135042.563000', '135042.565000', '135042.568000', '135042.571000', '135042.574000', '135042.577000', '135042.580000', '135042.583000', '135042.585000', '135042.588000', '135042.591000', '135042.594000', '135042.597000', '135042.600000', '135042.603000', '135042.607000', '135042.610000', '135042.613000', '135042.616000', '135042.618000', '135042.621000', '135042.624000', '135042.627000', '135042.630000', '135102.507000', '135102.510000', '135102.513000', '135102.516000', '135102.519000', '135102.521000', '135102.524000', '135102.527000', '135102.530000', '135102.533000', '135102.536000', '135102.539000', '135102.542000', '135102.544000', '135102.547000', '135102.550000', '135102.553000', '135102.556000', '135102.559000', '135102.562000', '135102.564000', '135102.567000', '135102.570000', '135102.573000', '135102.576000', '135102.579000', '135102.582000', '135102.585000', '135102.588000', '135102.590000', '135102.593000', '135102.596000', '135102.599000', '135102.602000', '135102.605000', '135102.607000', '135102.610000', '135102.613000', '135102.616000', '135102.619000', '135102.622000', '135102.624000', '135102.627000', '135102.630000', '135122.508000', '135122.511000', '135122.514000', '135122.517000', '135122.520000', '135122.523000', '135122.525000', '135122.528000', '135122.531000', '135122.534000', '135122.537000', '135122.540000', '135122.543000', '135122.545000', '135122.548000', '135122.551000', '135122.554000', '135122.557000', '135122.560000', '135122.563000', '135122.566000', '135122.568000', '135122.571000', '135122.574000', '135122.577000', '135122.580000', '135122.583000', '135122.585000', '135122.588000', '135122.591000', '135122.594000', '135122.597000', '135122.600000', '135122.602000', '135122.605000', '135122.608000', '135122.611000', '135122.614000', '135122.617000', '135122.634000', '135122.637000', '135122.640000', '135122.642000', '135142.508000', '135142.511000', '135142.514000', '135142.517000', '135142.519000', '135142.522000', '135142.525000', '135142.528000', '135142.531000', '135142.534000', '135142.537000', '135142.540000', '135142.542000', '135142.545000', '135142.548000', '135142.551000', '135142.554000', '135142.557000', '135142.560000', '135142.562000', '135142.565000', '135142.568000', '135142.571000', '135142.574000', '135142.577000', '135142.580000', '135142.583000', '135142.585000', '135142.588000', '135142.591000', '135142.594000', '135142.597000', '135142.600000', '135142.603000', '135142.605000', '135142.612000', '135142.614000', '135142.617000', '135142.620000', '135142.623000', '135142.626000', '135142.629000', '135142.631000', '135142.634000', '135202.508000', '135202.511000', '135202.514000', '135202.517000', '135202.520000', '135202.523000', '135202.525000', '135202.528000', '135202.531000', '135202.534000', '135202.537000', '135202.540000', '135202.543000', '135202.545000', '135202.548000', '135202.551000', '135202.554000', '135202.557000', '135202.560000', '135202.563000', '135202.565000', '135202.568000', '135202.571000', '135202.574000', '135202.577000', '135202.580000', '135202.583000', '135202.586000', '135202.589000', '135202.591000', '135202.594000', '135202.597000', '135202.600000', '135202.603000', '135202.606000', '135202.608000', '135202.611000', '135202.614000', '135202.617000', '135202.620000', '135202.623000', '135202.626000', '135202.628000', '135222.508000', '135222.511000', '135222.514000', '135222.517000', '135222.520000', '135222.522000', '135222.525000', '135222.528000', '135222.531000', '135222.534000', '135222.537000', '135222.539000', '135222.542000', '135222.545000', '135222.548000', '135222.551000', '135222.554000', '135222.557000', '135222.559000', '135222.562000', '135222.565000', '135222.568000', '135222.571000', '135222.574000', '135222.577000', '135222.580000', '135222.582000', '135222.585000', '135222.588000', '135222.591000', '135222.594000', '135222.597000', '135222.599000', '135222.602000', '135222.605000', '135222.608000', '135222.611000', '135222.614000', '135222.617000', '135222.620000', '135222.623000', '135222.625000', '135222.628000', '135222.631000', '135242.508000', '135242.511000', '135242.514000', '135242.517000', '135242.520000', '135242.523000', '135242.525000', '135242.544000', '135242.547000', '135242.550000', '135242.553000', '135242.556000', '135242.559000', '135242.561000', '135242.564000', '135242.567000', '135242.570000', '135242.573000', '135242.576000', '135242.579000', '135242.581000', '135242.584000', '135242.587000', '135242.590000', '135242.593000', '135242.596000', '135242.598000', '135242.601000', '135242.604000', '135242.607000', '135242.610000', '135242.613000', '135242.615000', '135242.618000', '135242.621000', '135242.624000', '135242.627000', '135242.630000', '135242.633000', '135242.635000', '135242.638000', '135242.641000', '135242.644000', '135302.508000', '135302.511000', '135302.514000', '135302.517000', '135302.520000', '135302.523000', '135302.526000', '135302.529000', '135302.532000', '135302.535000', '135302.537000', '135302.540000', '135302.543000', '135302.546000', '135302.549000', '135302.552000', '135302.554000', '135302.557000', '135302.560000', '135302.563000', '135302.566000', '135302.569000', '135302.572000', '135302.575000', '135302.577000', '135302.580000', '135302.583000', '135302.586000', '135302.589000', '135302.592000', '135302.594000', '135302.597000', '135302.600000', '135302.603000', '135302.606000', '135302.609000', '135302.612000', '135302.614000', '135302.617000', '135302.620000', '135302.623000', '135302.626000', '135302.629000', '135322.507000', '135322.510000', '135322.513000', '135322.516000', '135322.519000', '135322.521000', '135322.524000', '135322.527000', '135322.530000', '135322.533000', '135322.536000', '135322.538000', '135322.541000', '135322.544000', '135322.547000', '135322.550000', '135322.553000', '135322.555000', '135322.558000', '135322.561000', '135322.564000', '135322.567000', '135322.570000', '135322.573000', '135322.575000', '135322.578000', '135322.581000', '135322.584000', '135322.587000', '135322.590000', '135322.593000', '135322.595000', '135322.598000', '135322.601000', '135322.604000', '135322.607000', '135322.610000', '135322.612000', '135322.615000', '135322.618000', '135322.621000', '135322.624000', '135322.627000', '135322.630000', '135342.508000', '135342.511000', '135342.514000', '135342.517000', '135342.520000', '135342.523000', '135342.526000', '135342.529000', '135342.532000', '135342.535000', '135342.538000', '135342.541000', '135342.544000', '135342.547000', '135342.550000', '135342.553000', '135342.556000', '135342.559000', '135342.562000', '135342.565000', '135342.567000', '135342.570000', '135342.573000', '135342.576000', '135342.579000', '135342.582000', '135342.585000', '135342.588000', '135342.592000', '135342.595000', '135342.598000', '135342.601000', '135342.604000', '135342.617000', '135342.620000', '135342.623000', '135342.626000', '135342.629000', '135342.631000', '135342.634000', '135342.637000', '135342.640000', '135342.643000', '135343.975000', '135343.979000', '135343.983000', '135343.986000'], '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': [9268, 8341, 9238, 8407, 9294, 8472, 8958, 9138, 8641, 9464, 8474, 10014, 8691, 10020, 8284, 10232, 8521, 10416, 8942, 10360, 8055, 9690, 8106, 9298, 8823, 8901, 9010, 8539, 9299, 8553, 8730, 8641, 8409, 9350, 8309, 8991, 7998, 8900, 8095, 8897, 8325, 9133, 8528, 9777, 8865, 9308, 8426, 8610, 8231, 8597, 8956, 8977, 9642, 8593, 9360, 8334, 8789, 8276, 9053, 8367, 8542, 8573, 9625, 9260, 9051, 9338, 8423, 9336, 8422, 8789, 8278, 9091, 8289, 9044, 9203, 9248, 9462, 8406, 9488, 8200, 9186, 8235, 8333, 8489, 8757, 9534, 8958, 9282, 8865, 9408, 9463, 8975, 8708, 10559, 8704, 8205, 8770, 9325, 9458, 8381, 9449, 8366, 9092, 8235, 11856, 8838, 9147, 10392, 8375, 11775, 8711, 11075, 8531, 11511, 8699, 8286, 8783, 8856, 8981, 8363, 8972, 8336, 8897, 8416, 9367, 9038, 9445, 8714, 9153, 8521, 8680, 8886, 8740, 9456, 8575, 9607, 8028, 9434, 8317, 9423, 8408, 9668, 8394, 8707, 8981, 9144, 9355, 9018, 9409, 8489, 9892, 8208, 8865, 8227, 8376, 8784, 8350, 9910, 8673, 9950, 8454, 9052, 8309, 8454, 8866, 8705, 9245, 8418, 9115, 8584, 9597, 8576, 9298, 8768, 9105, 8577, 8821, 8560, 10146, 9080, 8318, 9962, 8658, 9632, 8545, 9513, 8696, 9439, 8264, 8862, 8835, 10696, 9222, 9487, 9384, 8199, 9262, 8397, 9353, 8470, 9653, 8337, 8839, 8894, 9343, 8953, 9364, 8710, 8240, 9087, 8435, 9274, 8422, 9446, 8713, 8800, 8896, 8185, 8998, 8500, 9044, 8759, 9667, 8445, 9507, 8450, 9439, 8228, 8913, 8622, 8860, 9025, 8523, 9816, 8510, 9249, 8371, 9510, 8386, 9589, 8461, 8789, 8403, 10127, 8630, 8129, 9245, 8555, 9634, 8201, 10075, 8316, 9127, 8532, 8775, 8779, 8883, 9568, 8328, 9384, 8111, 9492, 8364, 9259, 8487, 9431, 8322, 9013, 8724, 8484, 8740, 8005, 8982, 8290, 9008, 8405, 9202, 8270, 8669, 8310, 8281, 8447, 8046, 8828, 8370, 9010, 8597, 9337, 8250, 9002, 8365, 8752, 8247, 8465, 8793, 11088, 8851, 10382, 8754, 7953, 9033, 8707, 10360, 8328, 9914, 8760, 8658, 8343, 10967, 8342, 8783, 10236, 8459, 9472, 8337, 8683, 8591, 8484, 8629, 8029, 8765, 8692, 9805, 8274, 9306, 8390, 9109, 8165, 8585, 8395, 8347, 8845, 8184, 8883, 8752, 10575, 8196, 10147, 8230, 9182, 8067, 8676, 8511, 8786, 8896, 8112, 9397, 8267, 8966, 8785, 9348, 8544, 9759, 8902, 9840, 9275, 9591, 8937, 9236, 8759, 9252, 9085, 10190, 9202, 8425, 9680, 8591, 10029, 8646, 9881, 8354, 10007, 8429, 9691, 8473, 9226, 9044, 9372, 8786, 8990, 8946, 8396, 9516, 8549, 10127, 8376, 9883, 8764, 9481, 8637, 8490, 8716, 8566, 9364, 8521, 9580, 8334, 9697, 8684, 9907, 8942, 9650, 8690, 8766, 8777, 9280, 9077, 8571, 10066, 8594, 9840, 8571, 9359, 8331, 9808, 8234, 9395, 8366, 9289, 9069, 9183, 8916, 9232, 8799, 8155, 9364, 8340, 10482, 8409, 9725, 9035, 9496, 9197, 10363, 8919, 9370, 8466, 9049, 8737, 8130, 9574, 8440, 9624, 8405, 9639, 8289, 8757, 8480, 9895, 8397, 8674, 11082, 8590, 11824, 8226, 10672, 8370, 11257, 8334, 8217, 8577, 8571, 9455, 8675, 9046, 8256, 8463, 8667, 9083, 8813, 9252, 9500, 8476, 9335, 9015, 9425, 8223, 9845, 8342, 9710, 8253, 9159, 8961, 9102, 9898, 8601, 10230, 8834, 9710, 8519, 9425, 8927, 8604, 9462, 8940, 9832, 8641, 9498, 8473, 9736, 8668, 9388, 8311, 9131, 8741, 9584, 9593, 8437, 9383, 8493, 10787, 8566, 9230, 8476, 9024, 9704, 8559, 9857, 8377, 9419, 8533, 8490, 8843, 8727, 9501, 8439, 8898, 9142, 8122, 8821, 8225, 9166, 8458, 9314, 8818, 8743, 9323, 8113, 8980, 8360, 9527, 8360, 8560, 8857, 8373, 9241, 8527, 9148, 8440, 9548, 8266, 9783, 8357, 10089, 9060, 8303, 9376, 8409, 11024, 8295, 8656, 8455, 7875, 9154, 8199, 9714, 8420, 10061, 9374, 8423, 9319, 8355, 9343, 8216, 8938, 8345, 8717, 9430, 8441, 9930, 8672, 9618, 8326, 9032, 8196, 8492, 8883, 8466, 9685, 8333, 10446, 8529, 9105, 8371, 8628, 8628, 8579, 9517, 8271, 9740, 8395, 9131, 8173, 8955, 9021, 8638, 9548, 8462, 9242, 8562, 8852, 8530, 9078, 8239, 8314, 8922, 8092, 9291, 8307, 9788, 8289, 9212, 8640, 8897, 8605, 8746, 9069, 8710, 9658, 8402, 9605, 8463, 9418, 8298, 8874, 8323, 8789, 8533, 8416, 9079, 8388, 10373, 8504, 9927, 8469, 8813, 8336, 9391, 8610, 8753, 9483, 8376, 9605, 8534, 8674, 8630, 8290, 8857, 9018, 9328, 8496, 9865, 8382, 9948, 8347, 9285, 8395, 8416, 8530, 8673, 9501, 8471, 9029, 8583, 8665, 9170, 8987, 9413, 9073, 9354, 8585, 9395, 8514, 8955, 8684, 9195, 9033, 9002, 8833, 8864, 9100, 8516, 9710, 8731, 9101, 8756, 9023, 9137, 8463, 9220, 8531, 9800, 8480, 9062, 8700, 8326, 8988, 8466, 10327, 8344, 9131, 8367, 8759, 8608, 8284, 8977, 8540, 9091, 8558, 9219, 8545, 8525, 8484, 8213, 8839, 8608, 10749, 8571, 10844, 9027, 8492, 9140, 8839, 9367, 8488, 8857, 8465, 8552, 8758, 8628, 8914, 7980, 8935, 8381, 9299, 8486, 9381, 8519, 8895, 8436, 10447, 8798, 8739, 8837, 8206, 9063, 8500, 9323, 8350, 8976, 8493, 9151, 8617, 8485, 8563, 8768, 8606, 8312, 8990, 8655, 9922, 8674, 9576, 8676, 9034, 8533, 8087, 8532, 8538, 9074, 8594, 9291, 8439, 9395, 8457, 8691, 8443, 8968, 8953, 8828, 9465, 8343, 9594, 8353, 9044, 8395, 8279, 8805, 8429, 9461, 8373, 9292, 8461, 8921, 8431, 8665, 8546, 8844, 8489, 8219, 8438, 8076, 8476, 8665, 9059, 8484, 9313, 8541, 9657, 8643, 10115, 8700, 8919, 8419, 10234, 8646, 8578, 10368, 8504, 8992, 8175, 8183, 8330, 7919, 8691, 8434, 9740, 8562, 9477, 8204, 8812, 8507, 8136, 8435, 9222, 9604, 8616, 9785, 8662, 8759, 8373, 8011, 8768, 8530, 10479, 8548, 9253, 8436, 8760, 8576, 8724, 8470, 8509, 8289, 8181, 8535, 8677, 8806, 8253, 9118, 8290, 8976, 8645, 9362, 8471, 9694, 8498, 8758, 8388, 8348, 8697, 8287, 8409, 8763, 8987, 8552, 9270, 8648, 9910, 8547, 8919, 8619, 9903, 8592, 8085, 8887, 8442, 9233, 8412, 9434, 8370, 9636, 8745, 9613, 8731, 9635, 8278, 8948, 8448, 9347, 8093, 9200, 9043, 8666, 8826, 8372, 9146, 8469, 8311, 8559, 8394, 8785, 8536, 10125, 8597, 10475, 8486, 11081, 8609, 9799, 8686, 9416, 8421, 9145, 8459, 8625, 9843, 8420, 9296, 8790, 8944, 8825, 8483, 8709, 8815, 8901, 8506, 8664, 8481, 9435, 8440, 9292, 8533, 8906, 8756, 8562, 8918, 8536, 8880, 8732, 8948, 8661, 9209, 8292, 8255, 8969, 8325, 8638, 8574, 8776, 8425, 9082, 8563, 9196, 8205, 8988, 9346, 8457, 8426, 8479, 9386, 9288, 8896, 9446, 8448, 10837, 8666, 10815, 8604, 11607, 8530, 8906, 8603, 8941, 8514, 8990, 8526, 8568, 8882, 10164, 8774, 8386, 8703, 8408, 9414, 8428, 9478, 8362, 9824, 8585, 8798, 8413, 8980, 8342, 9132, 8309, 8757, 8299, 8633, 8748, 8370, 8985, 7942, 8860, 8487, 8983, 8255, 9513, 8407, 8717, 8655, 8511, 9014, 8541, 8980, 8225, 8744, 8260, 9654, 8388, 8721, 8766, 8207, 8332, 8101, 8739, 8372, 9094, 8140, 8799, 8406, 9268, 8499, 9073, 8378, 8895, 8260, 8315, 8475, 8288, 9189, 8300, 9009, 8282, 8914, 8343, 9370, 8545, 9077, 8615, 8944, 8750, 8733, 9107, 8624, 9099, 7974, 8891, 8375, 10030, 8669, 9502, 8312, 8835, 8431, 8624, 8125, 8512, 8308, 8355, 8836, 8615, 8736, 8563, 8938, 8262, 8892, 8336, 9419, 8232, 9087, 8527, 8050, 8309, 8372, 8994, 7838, 8637, 8280, 10368, 8283, 8738, 8391, 8826, 8509, 8322, 8938, 8028, 8947, 8153, 8988, 8028, 8716, 8490, 9003, 8343, 9792, 8335, 9326, 8361, 8523, 8399, 8412, 8886, 8623, 10273, 8517, 9836, 8477, 8341, 8831, 8623, 8869, 7897, 8816, 8440, 8816, 8274, 8739, 8357, 9080, 8185, 8831, 8255, 8495, 8242, 9086, 8279, 8764, 8235, 8199, 8609, 8754, 8889, 8128, 8888, 8432, 9560, 8205, 9469, 8285, 8612, 8622, 8133, 8379, 9883, 8733, 8402, 9262, 8435, 9883, 8333, 8820, 8446, 8367, 8574, 9447, 8832, 8404, 8781, 8487, 10588, 8556, 9902, 8221, 8564, 8520, 8537, 8597, 8938, 8822, 8188, 8607, 7959, 8733, 8439, 10067, 8394, 9233, 8377, 8819, 8400, 8673, 8378, 8843, 8456, 7926, 8805, 8107, 8548, 8523, 10087, 8325, 10341, 8297, 8924, 8787, 8932, 8841, 8629, 8719, 8632, 9059, 8379, 8803, 10082, 9000, 8761, 10189, 8456, 10296, 8698, 8759, 8911, 8267, 8681, 7917, 8788, 8492, 10146, 8737, 8713, 8788, 8040, 8465, 8353, 8677, 8515, 9359, 8634, 8980, 8653, 8198, 8362, 8129, 8799, 7991, 8571, 8452, 9831, 8513, 8403, 8190, 8602, 8210, 8251, 8520, 8890, 10015, 8202, 8472, 8452, 8121, 8620, 7815, 8587, 8545, 10518, 8573, 9210, 9166, 9390, 9331, 8496, 9530, 8657, 10292, 8617, 9131, 8736, 8983, 8843, 9126, 9128, 8924, 9408, 8200, 9082, 8570, 10816, 8497, 9219, 8990, 10211, 9376, 8759, 10150, 8772, 9800, 8466, 8327, 8761, 8740, 9319, 8503, 9277, 8308, 8972, 8548, 8799, 8726, 10334, 8799, 9223, 9408, 8191, 9194, 8610, 9496, 8473, 9747, 8681, 8907, 9252, 8678, 9570, 8488, 9297, 8544, 9118, 8147, 9350, 8979, 9273, 8635, 10298, 8705, 8781, 8918, 8494, 9003, 8933, 9088, 8712, 9594, 8629, 9357, 8848, 8410, 8965, 8143, 8852, 8461, 9973, 8464, 8762, 8859, 8241, 9098, 8681, 9065, 8357, 8649, 8604, 8916, 8475, 8801, 8794, 8817, 8862, 8634, 8716, 8557, 8898, 8646, 9065, 8508, 9092, 8205, 8927, 8329, 8740, 8635, 10113, 8329, 9192, 8633, 9335, 9320, 7960, 9094, 8387, 9634, 8440, 9559, 8655, 8106, 9216, 8681, 8794, 8432, 9219, 8423, 8456, 8725, 8579, 8962, 8618, 9432, 8379, 9856, 8238, 8423, 8379, 8074, 9285, 8765, 9097, 8495, 10370, 8328, 9323, 8244, 8562, 8785, 8641, 8961, 8849, 9987, 8419, 8706, 8635, 8047, 9072, 8679, 10102, 8311, 8579, 8800, 8033, 8951, 8590, 8650, 8703, 9571, 8278, 8880, 8908, 8102, 8970, 8675, 9902, 8283, 8549, 8152, 8792, 8421, 7973, 9011, 9010, 10561, 8479, 9104, 8523, 8261, 8845, 8574, 8957, 8702, 9694, 8665, 8729, 8730, 8862, 8917, 8523, 8951, 8165, 9100, 8341, 8663, 8891, 9499, 8249, 8721, 8687, 8248, 9222, 8097, 8727, 9104, 10416, 8820, 9350, 8839, 8860, 9201, 8151, 9049, 8181, 8754, 8719, 9832, 8518, 8837, 8835, 8141, 9023, 9163, 8972, 8725, 9312, 8325, 8872, 8607, 8282, 8325, 8397, 8461, 8771, 8705, 9066, 8781, 9108, 8658, 10941, 8806, 9682, 8644, 8827, 8826, 8562, 8795, 8501, 9054, 8055, 9032, 8757, 9509, 8816, 9882, 8451, 9125, 8729, 8764, 8403, 8265, 9140, 8578, 9311, 8549, 9258, 8345, 8698, 8386, 9121, 8557, 9841, 8795, 9136, 8913, 8959, 9058, 8959, 8995, 9160, 8903, 8988, 9252, 9081, 7947, 8776, 8863, 8918, 8691, 9314, 8224, 9000, 8765, 9989, 8708, 11731, 9097, 9100, 9349, 8679, 9482, 8493, 9156, 8344, 9257, 8416, 9137, 9166, 9447, 9014, 10165, 8818, 8961, 9162, 8853, 9266, 8430, 8936, 8432, 9490, 8608, 8985, 9036, 9735, 8862, 9345, 9141, 8794, 9175, 8742, 9212, 8225, 9490, 8765, 9632, 8930, 9529, 8747, 9472, 9080, 9419, 8830, 9316, 9044, 9388, 9180, 9186, 9381, 9035, 9653, 8657, 9794, 8211, 9344, 8574, 9262, 8925, 10449, 9464, 9236, 9497, 8855, 9441, 8955, 9486, 8482, 9394, 9225, 9175, 8776, 9597, 9442, 9400, 9046, 9419, 9258, 9922, 9179, 9594, 9001, 8775, 9261, 9220, 9266, 9863, 9224, 9823, 9301, 10051, 9009, 9096, 9416, 8757, 9138, 8716, 9629, 8744, 10372, 8877, 9976, 9158, 9259, 9344, 9050, 9498, 9049, 9548, 8690, 9584, 8848, 9568, 8720, 9624, 8948, 9529, 8062, 9415, 8672, 9546, 8715, 9600, 8596, 9434, 8886, 9703, 8654, 9461, 8915, 9541, 8671, 9284, 8269, 9372, 8852, 9574, 9010, 8343, 7375, 8586, 8328, 8949, 10347, 9072, 8842, 8606, 8795, 11833, 8847, 11750, 8609, 11845, 8797, 10315, 9079, 8858, 9292, 9167, 9392, 9200, 9446, 8771, 8961, 10213, 8836, 9711, 8926, 10085, 9107, 8954, 9416, 8104, 9492, 8384, 9392, 8638, 9809, 8809, 9767, 8815, 9115, 8794, 9469, 8498, 9171, 8510, 9594, 8814, 10025, 8756, 10245, 9083, 9235, 9296, 9198, 9252, 8618, 9359, 8529, 9476, 8451, 9449, 8652, 9553, 8191, 9414, 8567, 8917, 7828, 9429, 7569, 8398, 8768, 9197, 9156, 8949, 9251, 9061, 9424, 8817, 9142, 8946, 10208, 9060, 8914, 9513, 8792, 9545, 8303, 9381, 8141, 9171, 8066, 8964, 8335, 9192, 8311, 9393, 9098, 9206, 9096, 9711, 9403, 9538, 9180, 8477, 9618, 9417, 9646, 8854, 9082, 8962, 9604, 9342], 'WindowCenter': [3985.0, 3958.0, 3965.0, 3941.0, 3949.0, 3939.0, 3949.0, 3934.0, 3925.0, 3933.0, 3925.0, 3944.0, 3925.0, 3945.0, 3925.0, 3956.0, 3936.0, 3943.0, 3935.0, 3956.0, 3926.0, 3944.0, 3924.0, 3946.0, 3933.0, 3934.0, 3933.0, 3937.0, 3935.0, 3936.0, 3924.0, 3924.0, 3936.0, 3947.0, 3924.0, 3934.0, 3912.0, 3934.0, 3923.0, 3933.0, 3925.0, 3933.0, 3937.0, 3945.0, 3935.0, 3932.0, 3924.0, 3922.0, 3923.0, 3923.0, 3922.0, 3936.0, 3946.0, 3924.0, 3932.0, 3924.0, 3922.0, 3924.0, 3922.0, 3923.0, 3922.0, 3923.0, 3945.0, 3947.0, 3935.0, 3934.0, 3924.0, 3931.0, 3924.0, 3921.0, 3924.0, 3934.0, 3922.0, 3934.0, 3935.0, 3934.0, 3932.0, 3923.0, 3931.0, 3923.0, 3932.0, 3922.0, 3922.0, 3922.0, 3935.0, 3946.0, 3935.0, 3934.0, 3934.0, 3934.0, 3932.0, 3932.0, 3934.0, 3941.0, 3920.0, 3909.0, 3920.0, 3933.0, 3932.0, 3923.0, 3932.0, 3923.0, 3933.0, 3923.0, 3952.0, 3920.0, 3921.0, 3916.0, 3897.0, 3926.0, 3895.0, 3915.0, 3882.0, 3913.0, 3893.0, 3894.0, 3892.0, 3891.0, 3890.0, 3882.0, 3892.0, 3894.0, 3903.0, 3895.0, 3917.0, 3918.0, 3915.0, 3906.0, 3916.0, 3908.0, 3908.0, 3918.0, 3919.0, 3930.0, 3921.0, 3931.0, 3911.0, 3931.0, 3921.0, 3919.0, 3921.0, 3930.0, 3910.0, 3920.0, 3933.0, 3934.0, 3933.0, 3933.0, 3932.0, 3933.0, 3932.0, 3924.0, 3932.0, 3922.0, 3923.0, 3922.0, 3924.0, 3945.0, 3935.0, 3943.0, 3923.0, 3933.0, 3924.0, 3922.0, 3934.0, 3936.0, 3933.0, 3935.0, 3935.0, 3948.0, 3958.0, 3937.0, 3944.0, 3935.0, 3934.0, 3935.0, 3934.0, 3934.0, 3957.0, 3934.0, 3936.0, 3957.0, 3936.0, 3945.0, 3935.0, 3932.0, 3934.0, 3932.0, 3923.0, 3934.0, 3933.0, 3956.0, 3945.0, 3944.0, 3933.0, 3923.0, 3933.0, 3924.0, 3932.0, 3923.0, 3933.0, 3923.0, 3935.0, 3936.0, 3933.0, 3933.0, 3932.0, 3921.0, 3922.0, 3920.0, 3922.0, 3931.0, 3923.0, 3945.0, 3936.0, 3932.0, 3921.0, 3921.0, 3931.0, 3921.0, 3921.0, 3934.0, 3931.0, 3924.0, 3944.0, 3923.0, 3931.0, 3923.0, 3932.0, 3922.0, 3933.0, 3921.0, 3923.0, 3944.0, 3936.0, 3945.0, 3924.0, 3931.0, 3923.0, 3931.0, 3923.0, 3921.0, 3922.0, 3942.0, 3922.0, 3924.0, 3921.0, 3921.0, 3918.0, 3910.0, 3929.0, 3909.0, 3918.0, 3919.0, 3921.0, 3922.0, 3934.0, 3944.0, 3921.0, 3931.0, 3923.0, 3932.0, 3923.0, 3932.0, 3934.0, 3933.0, 3924.0, 3934.0, 3934.0, 3934.0, 3934.0, 3924.0, 3932.0, 3935.0, 3935.0, 3937.0, 3947.0, 3937.0, 3935.0, 3935.0, 3935.0, 3935.0, 3936.0, 3934.0, 3937.0, 3958.0, 3948.0, 3946.0, 3937.0, 3946.0, 3937.0, 3935.0, 3936.0, 3925.0, 3936.0, 3968.0, 3946.0, 3956.0, 3934.0, 3924.0, 3932.0, 3934.0, 3941.0, 3922.0, 3944.0, 3934.0, 3922.0, 3922.0, 3942.0, 3909.0, 3921.0, 3930.0, 3911.0, 3930.0, 3922.0, 3922.0, 3921.0, 3921.0, 3921.0, 3910.0, 3920.0, 3922.0, 3930.0, 3922.0, 3933.0, 3922.0, 3920.0, 3910.0, 3920.0, 3920.0, 3911.0, 3920.0, 3922.0, 3920.0, 3922.0, 3942.0, 3912.0, 3942.0, 3922.0, 3919.0, 3911.0, 3921.0, 3921.0, 3921.0, 3934.0, 3924.0, 3944.0, 3922.0, 3934.0, 3948.0, 3944.0, 3933.0, 3945.0, 3947.0, 3957.0, 3946.0, 3932.0, 3933.0, 3931.0, 3923.0, 3933.0, 3932.0, 3943.0, 3932.0, 3923.0, 3933.0, 3922.0, 3931.0, 3922.0, 3931.0, 3921.0, 3931.0, 3922.0, 3931.0, 3911.0, 3931.0, 3921.0, 3919.0, 3909.0, 3920.0, 3919.0, 3910.0, 3917.0, 3909.0, 3929.0, 3910.0, 3931.0, 3921.0, 3918.0, 3909.0, 3909.0, 3908.0, 3920.0, 3919.0, 3921.0, 3930.0, 3921.0, 3932.0, 3935.0, 3942.0, 3932.0, 3930.0, 3922.0, 3922.0, 3921.0, 3933.0, 3921.0, 3923.0, 3944.0, 3936.0, 3944.0, 3922.0, 3932.0, 3923.0, 3942.0, 3924.0, 3933.0, 3924.0, 3946.0, 3936.0, 3934.0, 3934.0, 3934.0, 3923.0, 3924.0, 3921.0, 3923.0, 3943.0, 3925.0, 3934.0, 3933.0, 3933.0, 3934.0, 3942.0, 3933.0, 3932.0, 3924.0, 3921.0, 3919.0, 3911.0, 3930.0, 3922.0, 3932.0, 3924.0, 3944.0, 3935.0, 3934.0, 3923.0, 3932.0, 3910.0, 3910.0, 3928.0, 3907.0, 3927.0, 3895.0, 3917.0, 3897.0, 3926.0, 3883.0, 3881.0, 3878.0, 3879.0, 3889.0, 3881.0, 3880.0, 3882.0, 3882.0, 3893.0, 3893.0, 3907.0, 3918.0, 3918.0, 3907.0, 3916.0, 3919.0, 3919.0, 3921.0, 3930.0, 3922.0, 3931.0, 3911.0, 3931.0, 3935.0, 3934.0, 3942.0, 3922.0, 3930.0, 3921.0, 3930.0, 3933.0, 3933.0, 3933.0, 3933.0, 3946.0, 3945.0, 3945.0, 3935.0, 3944.0, 3936.0, 3944.0, 3936.0, 3946.0, 3937.0, 3946.0, 3948.0, 3959.0, 3957.0, 3936.0, 3934.0, 3935.0, 3943.0, 3923.0, 3932.0, 3922.0, 3933.0, 3944.0, 3935.0, 3943.0, 3923.0, 3930.0, 3922.0, 3922.0, 3921.0, 3934.0, 3932.0, 3923.0, 3934.0, 3945.0, 3924.0, 3933.0, 3935.0, 3933.0, 3936.0, 3934.0, 3948.0, 3947.0, 3947.0, 3926.0, 3946.0, 3936.0, 3944.0, 3937.0, 3937.0, 3959.0, 3938.0, 3947.0, 3936.0, 3945.0, 3937.0, 3945.0, 3936.0, 3943.0, 3936.0, 3957.0, 3948.0, 3937.0, 3933.0, 3923.0, 3941.0, 3922.0, 3922.0, 3911.0, 3912.0, 3920.0, 3922.0, 3931.0, 3923.0, 3945.0, 3933.0, 3922.0, 3931.0, 3921.0, 3921.0, 3923.0, 3922.0, 3922.0, 3923.0, 3934.0, 3936.0, 3945.0, 3923.0, 3931.0, 3923.0, 3921.0, 3923.0, 3923.0, 3933.0, 3924.0, 3934.0, 3923.0, 3942.0, 3923.0, 3921.0, 3922.0, 3923.0, 3922.0, 3933.0, 3945.0, 3923.0, 3932.0, 3922.0, 3933.0, 3923.0, 3934.0, 3922.0, 3923.0, 3931.0, 3924.0, 3946.0, 3935.0, 3932.0, 3923.0, 3931.0, 3923.0, 3923.0, 3922.0, 3913.0, 3932.0, 3924.0, 3945.0, 3924.0, 3933.0, 3923.0, 3933.0, 3922.0, 3923.0, 3921.0, 3924.0, 3932.0, 3923.0, 3945.0, 3925.0, 3933.0, 3923.0, 3920.0, 3912.0, 3921.0, 3920.0, 3912.0, 3920.0, 3923.0, 3943.0, 3922.0, 3930.0, 3911.0, 3920.0, 3910.0, 3920.0, 3909.0, 3921.0, 3920.0, 3911.0, 3943.0, 3934.0, 3922.0, 3921.0, 3910.0, 3921.0, 3932.0, 3921.0, 3934.0, 3932.0, 3924.0, 3945.0, 3924.0, 3932.0, 3923.0, 3923.0, 3923.0, 3924.0, 3932.0, 3922.0, 3921.0, 3922.0, 3934.0, 3946.0, 3934.0, 3933.0, 3933.0, 3932.0, 3935.0, 3933.0, 3937.0, 3936.0, 3936.0, 3947.0, 3947.0, 3946.0, 3947.0, 3949.0, 3935.0, 3936.0, 3934.0, 3935.0, 3936.0, 3936.0, 3935.0, 3933.0, 3924.0, 3933.0, 3936.0, 3944.0, 3935.0, 3934.0, 3924.0, 3925.0, 3935.0, 3939.0, 3957.0, 3925.0, 3931.0, 3922.0, 3922.0, 3922.0, 3924.0, 3934.0, 3937.0, 3935.0, 3936.0, 3947.0, 3936.0, 3936.0, 3935.0, 3924.0, 3923.0, 3924.0, 3942.0, 3924.0, 3955.0, 3934.0, 3920.0, 3920.0, 3921.0, 3919.0, 3921.0, 3920.0, 3910.0, 3910.0, 3922.0, 3923.0, 3922.0, 3910.0, 3909.0, 3909.0, 3919.0, 3921.0, 3920.0, 3921.0, 3921.0, 3912.0, 3943.0, 3910.0, 3910.0, 3909.0, 3910.0, 3908.0, 3910.0, 3919.0, 3911.0, 3920.0, 3921.0, 3920.0, 3922.0, 3910.0, 3910.0, 3908.0, 3908.0, 3910.0, 3909.0, 3910.0, 3919.0, 3910.0, 3931.0, 3911.0, 3919.0, 3909.0, 3909.0, 3909.0, 3920.0, 3919.0, 3921.0, 3920.0, 3922.0, 3921.0, 3911.0, 3922.0, 3923.0, 3932.0, 3921.0, 3921.0, 3931.0, 3921.0, 3931.0, 3924.0, 3934.0, 3923.0, 3924.0, 3933.0, 3925.0, 3944.0, 3924.0, 3933.0, 3925.0, 3933.0, 3924.0, 3934.0, 3936.0, 3935.0, 3935.0, 3925.0, 3925.0, 3925.0, 3924.0, 3935.0, 3934.0, 3936.0, 3947.0, 3938.0, 3945.0, 3924.0, 3943.0, 3934.0, 3922.0, 3923.0, 3943.0, 3921.0, 3922.0, 3944.0, 3923.0, 3921.0, 3922.0, 3921.0, 3911.0, 3912.0, 3921.0, 3924.0, 3945.0, 3934.0, 3933.0, 3923.0, 3933.0, 3923.0, 3913.0, 3922.0, 3935.0, 3933.0, 3924.0, 3944.0, 3923.0, 3921.0, 3912.0, 3912.0, 3910.0, 3922.0, 3930.0, 3921.0, 3921.0, 3923.0, 3923.0, 3923.0, 3922.0, 3922.0, 3922.0, 3923.0, 3923.0, 3923.0, 3935.0, 3934.0, 3936.0, 3935.0, 3924.0, 3932.0, 3924.0, 3932.0, 3923.0, 3932.0, 3923.0, 3922.0, 3923.0, 3924.0, 3923.0, 3922.0, 3922.0, 3924.0, 3922.0, 3924.0, 3933.0, 3923.0, 3931.0, 3924.0, 3934.0, 3923.0, 3931.0, 3920.0, 3909.0, 3908.0, 3910.0, 3918.0, 3909.0, 3920.0, 3923.0, 3943.0, 3935.0, 3932.0, 3935.0, 3933.0, 3924.0, 3935.0, 3924.0, 3920.0, 3899.0, 3932.0, 3918.0, 3923.0, 3920.0, 3923.0, 3932.0, 3923.0, 3922.0, 3921.0, 3911.0, 3909.0, 3909.0, 3916.0, 3897.0, 3915.0, 3894.0, 3914.0, 3894.0, 3892.0, 3881.0, 3890.0, 3881.0, 3891.0, 3869.0, 3880.0, 3889.0, 3880.0, 3879.0, 3881.0, 3891.0, 3891.0, 3893.0, 3881.0, 3894.0, 3892.0, 3895.0, 3895.0, 3907.0, 3919.0, 3921.0, 3930.0, 3922.0, 3921.0, 3922.0, 3921.0, 3922.0, 3922.0, 3921.0, 3923.0, 3922.0, 3923.0, 3933.0, 3925.0, 3924.0, 3935.0, 3921.0, 3923.0, 3923.0, 3923.0, 3937.0, 3934.0, 3937.0, 3960.0, 3950.0, 3962.0, 3961.0, 3952.0, 3950.0, 3952.0, 3962.0, 3958.0, 3950.0, 3958.0, 3940.0, 3957.0, 3936.0, 3955.0, 3925.0, 3955.0, 3924.0, 3934.0, 3925.0, 3936.0, 3936.0, 3923.0, 3922.0, 3923.0, 3923.0, 3933.0, 3911.0, 3913.0, 3910.0, 3924.0, 3933.0, 3912.0, 3932.0, 3923.0, 3933.0, 3923.0, 3910.0, 3924.0, 3937.0, 3924.0, 3932.0, 3923.0, 3923.0, 3924.0, 3924.0, 3924.0, 3923.0, 3935.0, 3927.0, 3934.0, 3936.0, 3934.0, 3924.0, 3934.0, 3923.0, 3923.0, 3923.0, 3924.0, 3936.0, 3925.0, 3923.0, 3923.0, 3922.0, 3924.0, 3932.0, 3924.0, 3922.0, 3935.0, 3924.0, 3924.0, 3913.0, 3924.0, 3925.0, 3934.0, 3925.0, 3924.0, 3936.0, 3945.0, 3938.0, 3936.0, 3926.0, 3934.0, 3936.0, 3923.0, 3925.0, 3925.0, 3935.0, 3938.0, 3936.0, 3926.0, 3934.0, 3926.0, 3934.0, 3937.0, 3934.0, 3935.0, 3935.0, 3937.0, 3937.0, 3937.0, 3934.0, 3933.0, 3926.0, 3922.0, 3924.0, 3933.0, 3924.0, 3947.0, 3937.0, 3935.0, 3924.0, 3923.0, 3926.0, 3935.0, 3925.0, 3925.0, 3935.0, 3937.0, 3936.0, 3937.0, 3934.0, 3937.0, 3936.0, 3936.0, 3936.0, 3927.0, 3935.0, 3936.0, 3913.0, 3913.0, 3922.0, 3922.0, 3913.0, 3922.0, 3924.0, 3945.0, 3925.0, 3922.0, 3923.0, 3933.0, 3923.0, 3924.0, 3923.0, 3924.0, 3935.0, 3914.0, 3923.0, 3913.0, 3923.0, 3925.0, 3923.0, 3924.0, 3934.0, 3925.0, 3936.0, 3925.0, 3923.0, 3925.0, 3924.0, 3934.0, 3934.0, 3933.0, 3923.0, 3932.0, 3912.0, 3923.0, 3934.0, 3923.0, 3921.0, 3912.0, 3922.0, 3924.0, 3933.0, 3924.0, 3935.0, 3939.0, 3948.0, 3938.0, 3947.0, 3937.0, 3937.0, 3938.0, 3936.0, 3936.0, 3935.0, 3938.0, 3936.0, 3937.0, 3938.0, 3936.0, 3926.0, 3936.0, 3937.0, 3945.0, 3935.0, 3945.0, 3936.0, 3935.0, 3935.0, 3925.0, 3924.0, 3945.0, 3923.0, 3924.0, 3932.0, 3923.0, 3944.0, 3924.0, 3933.0, 3923.0, 3912.0, 3922.0, 3932.0, 3921.0, 3911.0, 3910.0, 3922.0, 3942.0, 3922.0, 3931.0, 3921.0, 3921.0, 3922.0, 3921.0, 3921.0, 3934.0, 3935.0, 3923.0, 3922.0, 3913.0, 3922.0, 3923.0, 3932.0, 3923.0, 3934.0, 3924.0, 3923.0, 3923.0, 3921.0, 3923.0, 3932.0, 3923.0, 3912.0, 3933.0, 3924.0, 3924.0, 3936.0, 3944.0, 3936.0, 3943.0, 3925.0, 3934.0, 3923.0, 3922.0, 3934.0, 3923.0, 3924.0, 3922.0, 3923.0, 3911.0, 3921.0, 3943.0, 3921.0, 3923.0, 3931.0, 3911.0, 3932.0, 3910.0, 3910.0, 3920.0, 3909.0, 3910.0, 3910.0, 3909.0, 3910.0, 3931.0, 3922.0, 3921.0, 3921.0, 3910.0, 3911.0, 3911.0, 3920.0, 3923.0, 3920.0, 3923.0, 3922.0, 3924.0, 3923.0, 3923.0, 3913.0, 3922.0, 3925.0, 3923.0, 3925.0, 3946.0, 3936.0, 3924.0, 3925.0, 3923.0, 3924.0, 3925.0, 3923.0, 3936.0, 3934.0, 3924.0, 3925.0, 3925.0, 3912.0, 3923.0, 3913.0, 3921.0, 3923.0, 3942.0, 3923.0, 3947.0, 3947.0, 3935.0, 3934.0, 3935.0, 3946.0, 3924.0, 3942.0, 3920.0, 3919.0, 3923.0, 3921.0, 3935.0, 3933.0, 3935.0, 3947.0, 3948.0, 3937.0, 3934.0, 3935.0, 3943.0, 3922.0, 3921.0, 3922.0, 3944.0, 3922.0, 3923.0, 3932.0, 3923.0, 3932.0, 3923.0, 3911.0, 3923.0, 3921.0, 3945.0, 3937.0, 3946.0, 3925.0, 3934.0, 3935.0, 3923.0, 3924.0, 3932.0, 3922.0, 3933.0, 3935.0, 3924.0, 3923.0, 3923.0, 3921.0, 3912.0, 3920.0, 3922.0, 3921.0, 3922.0, 3923.0, 3945.0, 3923.0, 3922.0, 3922.0, 3921.0, 3912.0, 3922.0, 3924.0, 3922.0, 3922.0, 3943.0, 3923.0, 3924.0, 3934.0, 3921.0, 3922.0, 3922.0, 3921.0, 3923.0, 3931.0, 3921.0, 3921.0, 3922.0, 3924.0, 3934.0, 3913.0, 3921.0, 3912.0, 3930.0, 3911.0, 3921.0, 3921.0, 3923.0, 3935.0, 3925.0, 3923.0, 3924.0, 3923.0, 3935.0, 3934.0, 3926.0, 3935.0, 3937.0, 3938.0, 3937.0, 3936.0, 3936.0, 3936.0, 3936.0, 3935.0, 3935.0, 3936.0, 3936.0, 3937.0, 3936.0, 3926.0, 3935.0, 3937.0, 3945.0, 3926.0, 3935.0, 3934.0, 3935.0, 3935.0, 3913.0, 3923.0, 3924.0, 3933.0, 3923.0, 3933.0, 3923.0, 3925.0, 3935.0, 3924.0, 3922.0, 3925.0, 3933.0, 3925.0, 3923.0, 3924.0, 3935.0, 3935.0, 3937.0, 3935.0, 3924.0, 3933.0, 3924.0, 3923.0, 3923.0, 3913.0, 3933.0, 3935.0, 3935.0, 3925.0, 3943.0, 3923.0, 3922.0, 3923.0, 3922.0, 3922.0, 3923.0, 3922.0, 3935.0, 3944.0, 3925.0, 3923.0, 3923.0, 3924.0, 3921.0, 3924.0, 3943.0, 3923.0, 3923.0, 3936.0, 3914.0, 3923.0, 3924.0, 3921.0, 3922.0, 3932.0, 3923.0, 3933.0, 3934.0, 3925.0, 3935.0, 3937.0, 3945.0, 3926.0, 3924.0, 3925.0, 3934.0, 3925.0, 3925.0, 3934.0, 3937.0, 3957.0, 3927.0, 3923.0, 3924.0, 3913.0, 3922.0, 3923.0, 3922.0, 3924.0, 3932.0, 3924.0, 3924.0, 3924.0, 3933.0, 3923.0, 3922.0, 3933.0, 3923.0, 3933.0, 3925.0, 3923.0, 3937.0, 3934.0, 3925.0, 3936.0, 3936.0, 3924.0, 3935.0, 3914.0, 3922.0, 3934.0, 3942.0, 3934.0, 3922.0, 3923.0, 3924.0, 3934.0, 3925.0, 3934.0, 3923.0, 3922.0, 3923.0, 3932.0, 3924.0, 3923.0, 3922.0, 3915.0, 3922.0, 3934.0, 3934.0, 3936.0, 3933.0, 3924.0, 3934.0, 3937.0, 3924.0, 3938.0, 3937.0, 3939.0, 3947.0, 3938.0, 3936.0, 3938.0, 3934.0, 3935.0, 3945.0, 3934.0, 3934.0, 3925.0, 3934.0, 3936.0, 3924.0, 3923.0, 3923.0, 3934.0, 3913.0, 3922.0, 3924.0, 3933.0, 3934.0, 3945.0, 3925.0, 3933.0, 3923.0, 3924.0, 3924.0, 3924.0, 3935.0, 3936.0, 3935.0, 3938.0, 3947.0, 3937.0, 3936.0, 3937.0, 3949.0, 3936.0, 3933.0, 3925.0, 3923.0, 3923.0, 3924.0, 3938.0, 3937.0, 3935.0, 3933.0, 3938.0, 3934.0, 3935.0, 3938.0, 3929.0, 3937.0, 3949.0, 3936.0, 3925.0, 3935.0, 3924.0, 3923.0, 3924.0, 3921.0, 3912.0, 3942.0, 3923.0, 3923.0, 3934.0, 3925.0, 3934.0, 3912.0, 3921.0, 3912.0, 3921.0, 3912.0, 3923.0, 3935.0, 3933.0, 3924.0, 3933.0, 3936.0, 3925.0, 3935.0, 3923.0, 3934.0, 3912.0, 3924.0, 3924.0, 3933.0, 3936.0, 3924.0, 3937.0, 3935.0, 3936.0, 3936.0, 3949.0, 3938.0, 3937.0, 3924.0, 3937.0, 3937.0, 3947.0, 3949.0, 3947.0, 3948.0, 3948.0, 3938.0, 3947.0, 3937.0, 3935.0, 3936.0, 3933.0, 3936.0, 3935.0, 3936.0, 3935.0, 3936.0, 3936.0, 3946.0, 3937.0, 3945.0, 3926.0, 3935.0, 3925.0, 3922.0, 3924.0, 3943.0, 3934.0, 3923.0, 3933.0, 3934.0, 3946.0, 3936.0, 3947.0, 3935.0, 3948.0, 3935.0, 3947.0, 3936.0, 3935.0, 3935.0, 3934.0, 3935.0, 3933.0, 3936.0, 3959.0, 3949.0, 3946.0, 3938.0, 3936.0, 3946.0, 3947.0, 3946.0, 3946.0, 3936.0, 3947.0, 3936.0, 3934.0, 3935.0, 3936.0, 3934.0, 3950.0, 3948.0, 3938.0, 3946.0, 3937.0, 3946.0, 3936.0, 3944.0, 3934.0, 3922.0, 3922.0, 3922.0, 3934.0, 3924.0, 3934.0, 3924.0, 3934.0, 3923.0, 3934.0, 3923.0, 3934.0, 3935.0, 3934.0, 3925.0, 3934.0, 3925.0, 3944.0, 3936.0, 3945.0, 3937.0, 3935.0, 3936.0, 3946.0, 3936.0, 3945.0, 3937.0, 3945.0, 3935.0, 3947.0, 3927.0, 3934.0, 3936.0, 3934.0, 3938.0, 3939.0, 3930.0, 3938.0, 3939.0, 3962.0, 3985.0, 3975.0, 3950.0, 3938.0, 3938.0, 3980.0, 3949.0, 3966.0, 3925.0, 3955.0, 3923.0, 3944.0, 3934.0, 3922.0, 3923.0, 3934.0, 3934.0, 3935.0, 3945.0, 3923.0, 3934.0, 3944.0, 3935.0, 3934.0, 3934.0, 3944.0, 3922.0, 3935.0, 3934.0, 3914.0, 3933.0, 3924.0, 3934.0, 3924.0, 3946.0, 3948.0, 3946.0, 3935.0, 3922.0, 3923.0, 3932.0, 3925.0, 3922.0, 3924.0, 3932.0, 3924.0, 3932.0, 3924.0, 3944.0, 3936.0, 3933.0, 3934.0, 3935.0, 3948.0, 3935.0, 3935.0, 3923.0, 3933.0, 3912.0, 3933.0, 3922.0, 3933.0, 3924.0, 3934.0, 3925.0, 3935.0, 3928.0, 3949.0, 3941.0, 3937.0, 3947.0, 3960.0, 3960.0, 3948.0, 3947.0, 3937.0, 3934.0, 3935.0, 3933.0, 3924.0, 3933.0, 3924.0, 3923.0, 3935.0, 3935.0, 3958.0, 3938.0, 3947.0, 3924.0, 3945.0, 3924.0, 3935.0, 3935.0, 3947.0, 3939.0, 3947.0, 3948.0, 3947.0, 3949.0, 3948.0, 3947.0, 3934.0, 3935.0, 3923.0, 3934.0, 3935.0, 3933.0, 3934.0, 3922.0, 3933.0, 3933.0, 3935.0], 'WindowWidth': [8922.0, 8871.0, 8869.0, 8828.0, 8837.0, 8822.0, 8833.0, 8805.0, 8794.0, 8802.0, 8793.0, 8816.0, 8793.0, 8820.0, 8793.0, 8835.0, 8808.0, 8814.0, 8808.0, 8835.0, 8795.0, 8816.0, 8792.0, 8822.0, 8800.0, 8804.0, 8801.0, 8810.0, 8805.0, 8807.0, 8790.0, 8788.0, 8811.0, 8827.0, 8789.0, 8802.0, 8771.0, 8801.0, 8787.0, 8798.0, 8791.0, 8799.0, 8811.0, 8821.0, 8805.0, 8798.0, 8789.0, 8782.0, 8787.0, 8785.0, 8782.0, 8808.0, 8821.0, 8789.0, 8797.0, 8790.0, 8783.0, 8789.0, 8784.0, 8785.0, 8783.0, 8785.0, 8820.0, 8826.0, 8809.0, 8801.0, 8788.0, 8794.0, 8789.0, 8781.0, 8790.0, 8801.0, 8783.0, 8802.0, 8806.0, 8804.0, 8796.0, 8785.0, 8792.0, 8787.0, 8795.0, 8784.0, 8782.0, 8784.0, 8808.0, 8823.0, 8807.0, 8803.0, 8802.0, 8801.0, 8797.0, 8795.0, 8801.0, 8805.0, 8775.0, 8761.0, 8775.0, 8801.0, 8797.0, 8790.0, 8798.0, 8788.0, 8800.0, 8786.0, 8824.0, 8775.0, 8778.0, 8765.0, 8738.0, 8775.0, 8732.0, 8757.0, 8709.0, 8752.0, 8728.0, 8732.0, 8723.0, 8722.0, 8717.0, 8712.0, 8723.0, 8731.0, 8741.0, 8735.0, 8769.0, 8773.0, 8762.0, 8752.0, 8765.0, 8757.0, 8756.0, 8770.0, 8774.0, 8791.0, 8781.0, 8794.0, 8767.0, 8791.0, 8781.0, 8775.0, 8780.0, 8790.0, 8767.0, 8779.0, 8800.0, 8803.0, 8801.0, 8800.0, 8796.0, 8802.0, 8797.0, 8789.0, 8798.0, 8786.0, 8788.0, 8784.0, 8792.0, 8820.0, 8809.0, 8815.0, 8788.0, 8798.0, 8791.0, 8786.0, 8803.0, 8809.0, 8802.0, 8810.0, 8806.0, 8831.0, 8845.0, 8813.0, 8817.0, 8808.0, 8802.0, 8806.0, 8804.0, 8805.0, 8839.0, 8804.0, 8812.0, 8840.0, 8810.0, 8819.0, 8806.0, 8798.0, 8803.0, 8797.0, 8789.0, 8805.0, 8800.0, 8836.0, 8823.0, 8819.0, 8800.0, 8789.0, 8800.0, 8791.0, 8799.0, 8788.0, 8801.0, 8788.0, 8807.0, 8811.0, 8802.0, 8801.0, 8799.0, 8782.0, 8785.0, 8779.0, 8786.0, 8795.0, 8785.0, 8819.0, 8811.0, 8799.0, 8783.0, 8780.0, 8793.0, 8783.0, 8780.0, 8804.0, 8795.0, 8791.0, 8817.0, 8788.0, 8796.0, 8787.0, 8798.0, 8783.0, 8800.0, 8781.0, 8788.0, 8816.0, 8810.0, 8820.0, 8790.0, 8796.0, 8788.0, 8796.0, 8788.0, 8783.0, 8784.0, 8811.0, 8786.0, 8789.0, 8781.0, 8780.0, 8772.0, 8764.0, 8786.0, 8762.0, 8772.0, 8776.0, 8779.0, 8784.0, 8805.0, 8817.0, 8783.0, 8795.0, 8787.0, 8797.0, 8789.0, 8798.0, 8804.0, 8801.0, 8792.0, 8805.0, 8804.0, 8803.0, 8803.0, 8792.0, 8799.0, 8806.0, 8808.0, 8814.0, 8829.0, 8814.0, 8810.0, 8808.0, 8808.0, 8809.0, 8812.0, 8805.0, 8813.0, 8846.0, 8832.0, 8824.0, 8813.0, 8823.0, 8813.0, 8807.0, 8810.0, 8794.0, 8811.0, 8858.0, 8825.0, 8834.0, 8802.0, 8792.0, 8797.0, 8804.0, 8809.0, 8786.0, 8818.0, 8805.0, 8784.0, 8783.0, 8811.0, 8764.0, 8781.0, 8790.0, 8767.0, 8791.0, 8785.0, 8783.0, 8782.0, 8780.0, 8780.0, 8768.0, 8777.0, 8784.0, 8790.0, 8783.0, 8801.0, 8787.0, 8779.0, 8767.0, 8778.0, 8780.0, 8767.0, 8779.0, 8783.0, 8778.0, 8784.0, 8810.0, 8770.0, 8809.0, 8782.0, 8776.0, 8768.0, 8780.0, 8781.0, 8782.0, 8803.0, 8791.0, 8817.0, 8785.0, 8804.0, 8831.0, 8816.0, 8803.0, 8822.0, 8830.0, 8841.0, 8823.0, 8797.0, 8801.0, 8795.0, 8787.0, 8800.0, 8797.0, 8814.0, 8797.0, 8788.0, 8800.0, 8786.0, 8794.0, 8785.0, 8795.0, 8781.0, 8793.0, 8782.0, 8794.0, 8768.0, 8793.0, 8780.0, 8774.0, 8761.0, 8777.0, 8773.0, 8764.0, 8769.0, 8761.0, 8787.0, 8764.0, 8792.0, 8778.0, 8771.0, 8760.0, 8759.0, 8759.0, 8778.0, 8773.0, 8781.0, 8790.0, 8782.0, 8797.0, 8806.0, 8812.0, 8797.0, 8792.0, 8784.0, 8782.0, 8782.0, 8801.0, 8782.0, 8787.0, 8818.0, 8809.0, 8816.0, 8786.0, 8796.0, 8788.0, 8811.0, 8791.0, 8801.0, 8792.0, 8824.0, 8809.0, 8803.0, 8803.0, 8804.0, 8787.0, 8792.0, 8781.0, 8786.0, 8814.0, 8792.0, 8802.0, 8802.0, 8800.0, 8803.0, 8811.0, 8799.0, 8796.0, 8789.0, 8782.0, 8773.0, 8769.0, 8789.0, 8785.0, 8797.0, 8791.0, 8817.0, 8807.0, 8805.0, 8788.0, 8798.0, 8764.0, 8765.0, 8783.0, 8754.0, 8779.0, 8733.0, 8765.0, 8739.0, 8775.0, 8712.0, 8707.0, 8698.0, 8701.0, 8714.0, 8705.0, 8705.0, 8710.0, 8710.0, 8726.0, 8728.0, 8754.0, 8771.0, 8771.0, 8754.0, 8765.0, 8772.0, 8772.0, 8781.0, 8790.0, 8783.0, 8792.0, 8768.0, 8793.0, 8805.0, 8803.0, 8811.0, 8782.0, 8789.0, 8781.0, 8789.0, 8800.0, 8798.0, 8800.0, 8800.0, 8822.0, 8822.0, 8818.0, 8807.0, 8815.0, 8809.0, 8816.0, 8811.0, 8823.0, 8812.0, 8823.0, 8831.0, 8847.0, 8840.0, 8810.0, 8802.0, 8808.0, 8812.0, 8786.0, 8797.0, 8783.0, 8801.0, 8817.0, 8805.0, 8812.0, 8785.0, 8792.0, 8785.0, 8784.0, 8781.0, 8804.0, 8796.0, 8788.0, 8806.0, 8821.0, 8789.0, 8801.0, 8807.0, 8800.0, 8809.0, 8804.0, 8830.0, 8827.0, 8826.0, 8798.0, 8823.0, 8813.0, 8819.0, 8813.0, 8813.0, 8847.0, 8818.0, 8826.0, 8811.0, 8820.0, 8814.0, 8820.0, 8810.0, 8818.0, 8809.0, 8841.0, 8829.0, 8813.0, 8801.0, 8786.0, 8808.0, 8785.0, 8784.0, 8768.0, 8772.0, 8778.0, 8783.0, 8793.0, 8790.0, 8821.0, 8801.0, 8784.0, 8792.0, 8783.0, 8779.0, 8786.0, 8784.0, 8785.0, 8788.0, 8802.0, 8810.0, 8819.0, 8787.0, 8794.0, 8787.0, 8781.0, 8786.0, 8789.0, 8800.0, 8790.0, 8803.0, 8789.0, 8810.0, 8788.0, 8781.0, 8784.0, 8787.0, 8782.0, 8802.0, 8822.0, 8789.0, 8797.0, 8784.0, 8798.0, 8786.0, 8802.0, 8782.0, 8787.0, 8794.0, 8788.0, 8822.0, 8807.0, 8798.0, 8786.0, 8794.0, 8786.0, 8786.0, 8784.0, 8776.0, 8797.0, 8789.0, 8819.0, 8790.0, 8800.0, 8787.0, 8797.0, 8785.0, 8787.0, 8781.0, 8789.0, 8796.0, 8786.0, 8819.0, 8792.0, 8799.0, 8786.0, 8778.0, 8770.0, 8780.0, 8778.0, 8770.0, 8778.0, 8786.0, 8814.0, 8782.0, 8790.0, 8766.0, 8776.0, 8764.0, 8779.0, 8760.0, 8779.0, 8775.0, 8766.0, 8815.0, 8803.0, 8783.0, 8781.0, 8764.0, 8779.0, 8797.0, 8780.0, 8805.0, 8797.0, 8792.0, 8820.0, 8791.0, 8796.0, 8786.0, 8785.0, 8786.0, 8791.0, 8795.0, 8783.0, 8782.0, 8783.0, 8804.0, 8823.0, 8803.0, 8801.0, 8800.0, 8796.0, 8807.0, 8801.0, 8812.0, 8808.0, 8811.0, 8827.0, 8829.0, 8823.0, 8825.0, 8832.0, 8807.0, 8811.0, 8803.0, 8806.0, 8810.0, 8811.0, 8807.0, 8802.0, 8791.0, 8800.0, 8811.0, 8818.0, 8808.0, 8804.0, 8790.0, 8793.0, 8808.0, 8818.0, 8840.0, 8794.0, 8795.0, 8785.0, 8783.0, 8786.0, 8792.0, 8804.0, 8814.0, 8808.0, 8813.0, 8825.0, 8809.0, 8808.0, 8806.0, 8793.0, 8786.0, 8790.0, 8812.0, 8790.0, 8832.0, 8802.0, 8779.0, 8777.0, 8779.0, 8775.0, 8780.0, 8776.0, 8763.0, 8763.0, 8783.0, 8788.0, 8784.0, 8763.0, 8758.0, 8761.0, 8772.0, 8779.0, 8777.0, 8781.0, 8779.0, 8771.0, 8811.0, 8765.0, 8764.0, 8761.0, 8764.0, 8758.0, 8763.0, 8772.0, 8765.0, 8775.0, 8780.0, 8779.0, 8783.0, 8763.0, 8762.0, 8759.0, 8758.0, 8763.0, 8759.0, 8765.0, 8774.0, 8764.0, 8794.0, 8766.0, 8774.0, 8761.0, 8760.0, 8760.0, 8777.0, 8775.0, 8781.0, 8778.0, 8783.0, 8780.0, 8768.0, 8782.0, 8787.0, 8799.0, 8783.0, 8781.0, 8792.0, 8782.0, 8794.0, 8789.0, 8803.0, 8788.0, 8789.0, 8802.0, 8793.0, 8817.0, 8791.0, 8799.0, 8793.0, 8800.0, 8792.0, 8804.0, 8810.0, 8808.0, 8808.0, 8792.0, 8793.0, 8794.0, 8791.0, 8807.0, 8804.0, 8811.0, 8825.0, 8815.0, 8820.0, 8791.0, 8814.0, 8803.0, 8784.0, 8786.0, 8813.0, 8780.0, 8785.0, 8814.0, 8786.0, 8781.0, 8782.0, 8781.0, 8767.0, 8770.0, 8780.0, 8789.0, 8822.0, 8805.0, 8799.0, 8786.0, 8799.0, 8788.0, 8775.0, 8785.0, 8805.0, 8798.0, 8791.0, 8818.0, 8786.0, 8781.0, 8769.0, 8769.0, 8764.0, 8782.0, 8790.0, 8781.0, 8779.0, 8786.0, 8787.0, 8788.0, 8782.0, 8784.0, 8783.0, 8786.0, 8788.0, 8788.0, 8805.0, 8806.0, 8810.0, 8805.0, 8791.0, 8797.0, 8789.0, 8797.0, 8787.0, 8796.0, 8785.0, 8785.0, 8787.0, 8788.0, 8787.0, 8783.0, 8783.0, 8790.0, 8782.0, 8788.0, 8798.0, 8787.0, 8795.0, 8789.0, 8803.0, 8784.0, 8793.0, 8776.0, 8762.0, 8756.0, 8762.0, 8770.0, 8761.0, 8775.0, 8787.0, 8815.0, 8805.0, 8795.0, 8807.0, 8799.0, 8791.0, 8804.0, 8789.0, 8777.0, 8745.0, 8795.0, 8771.0, 8785.0, 8778.0, 8786.0, 8798.0, 8787.0, 8784.0, 8780.0, 8767.0, 8759.0, 8760.0, 8764.0, 8739.0, 8758.0, 8731.0, 8756.0, 8727.0, 8722.0, 8706.0, 8717.0, 8707.0, 8720.0, 8687.0, 8702.0, 8713.0, 8703.0, 8701.0, 8704.0, 8719.0, 8719.0, 8725.0, 8706.0, 8728.0, 8723.0, 8734.0, 8732.0, 8753.0, 8773.0, 8781.0, 8789.0, 8781.0, 8777.0, 8781.0, 8778.0, 8783.0, 8782.0, 8778.0, 8787.0, 8781.0, 8785.0, 8799.0, 8793.0, 8791.0, 8805.0, 8782.0, 8785.0, 8785.0, 8785.0, 8812.0, 8804.0, 8813.0, 8849.0, 8837.0, 8859.0, 8853.0, 8842.0, 8836.0, 8844.0, 8854.0, 8844.0, 8834.0, 8840.0, 8822.0, 8838.0, 8808.0, 8830.0, 8792.0, 8829.0, 8788.0, 8801.0, 8791.0, 8809.0, 8807.0, 8784.0, 8782.0, 8783.0, 8783.0, 8797.0, 8764.0, 8769.0, 8762.0, 8787.0, 8799.0, 8768.0, 8793.0, 8786.0, 8799.0, 8783.0, 8763.0, 8788.0, 8810.0, 8791.0, 8796.0, 8786.0, 8785.0, 8789.0, 8787.0, 8788.0, 8788.0, 8806.0, 8798.0, 8803.0, 8807.0, 8801.0, 8791.0, 8802.0, 8788.0, 8786.0, 8786.0, 8790.0, 8807.0, 8791.0, 8784.0, 8787.0, 8782.0, 8787.0, 8796.0, 8787.0, 8784.0, 8806.0, 8789.0, 8791.0, 8773.0, 8788.0, 8792.0, 8802.0, 8793.0, 8789.0, 8808.0, 8820.0, 8814.0, 8809.0, 8794.0, 8801.0, 8809.0, 8788.0, 8794.0, 8793.0, 8805.0, 8815.0, 8810.0, 8795.0, 8802.0, 8794.0, 8802.0, 8809.0, 8803.0, 8805.0, 8804.0, 8811.0, 8812.0, 8810.0, 8804.0, 8799.0, 8794.0, 8783.0, 8790.0, 8799.0, 8790.0, 8825.0, 8813.0, 8805.0, 8790.0, 8786.0, 8795.0, 8805.0, 8793.0, 8793.0, 8807.0, 8813.0, 8809.0, 8811.0, 8804.0, 8813.0, 8809.0, 8808.0, 8807.0, 8797.0, 8807.0, 8808.0, 8772.0, 8772.0, 8784.0, 8783.0, 8772.0, 8782.0, 8788.0, 8819.0, 8791.0, 8784.0, 8787.0, 8798.0, 8786.0, 8789.0, 8785.0, 8790.0, 8804.0, 8776.0, 8786.0, 8773.0, 8786.0, 8791.0, 8785.0, 8790.0, 8802.0, 8793.0, 8808.0, 8791.0, 8787.0, 8791.0, 8790.0, 8800.0, 8803.0, 8798.0, 8785.0, 8796.0, 8769.0, 8787.0, 8803.0, 8787.0, 8782.0, 8771.0, 8782.0, 8789.0, 8798.0, 8790.0, 8805.0, 8819.0, 8830.0, 8817.0, 8827.0, 8814.0, 8811.0, 8815.0, 8809.0, 8812.0, 8809.0, 8815.0, 8812.0, 8813.0, 8817.0, 8809.0, 8797.0, 8808.0, 8814.0, 8819.0, 8808.0, 8820.0, 8811.0, 8808.0, 8806.0, 8791.0, 8790.0, 8819.0, 8787.0, 8790.0, 8796.0, 8786.0, 8817.0, 8791.0, 8800.0, 8786.0, 8769.0, 8783.0, 8797.0, 8778.0, 8768.0, 8763.0, 8782.0, 8810.0, 8784.0, 8794.0, 8781.0, 8779.0, 8783.0, 8780.0, 8782.0, 8804.0, 8805.0, 8786.0, 8782.0, 8772.0, 8782.0, 8787.0, 8797.0, 8786.0, 8803.0, 8791.0, 8786.0, 8787.0, 8780.0, 8787.0, 8796.0, 8787.0, 8771.0, 8800.0, 8791.0, 8790.0, 8810.0, 8818.0, 8810.0, 8816.0, 8795.0, 8801.0, 8785.0, 8782.0, 8803.0, 8789.0, 8790.0, 8783.0, 8784.0, 8766.0, 8780.0, 8812.0, 8779.0, 8783.0, 8791.0, 8765.0, 8794.0, 8764.0, 8760.0, 8776.0, 8759.0, 8761.0, 8764.0, 8760.0, 8763.0, 8790.0, 8782.0, 8779.0, 8780.0, 8762.0, 8765.0, 8767.0, 8777.0, 8785.0, 8777.0, 8785.0, 8784.0, 8789.0, 8784.0, 8786.0, 8773.0, 8784.0, 8791.0, 8785.0, 8792.0, 8821.0, 8810.0, 8790.0, 8793.0, 8788.0, 8790.0, 8794.0, 8785.0, 8807.0, 8801.0, 8790.0, 8794.0, 8792.0, 8772.0, 8785.0, 8774.0, 8781.0, 8788.0, 8809.0, 8787.0, 8828.0, 8826.0, 8808.0, 8802.0, 8807.0, 8823.0, 8788.0, 8809.0, 8777.0, 8774.0, 8784.0, 8781.0, 8805.0, 8800.0, 8803.0, 8826.0, 8829.0, 8813.0, 8804.0, 8805.0, 8811.0, 8783.0, 8779.0, 8781.0, 8814.0, 8782.0, 8786.0, 8794.0, 8783.0, 8794.0, 8784.0, 8767.0, 8785.0, 8782.0, 8822.0, 8813.0, 8824.0, 8792.0, 8801.0, 8805.0, 8785.0, 8789.0, 8797.0, 8782.0, 8799.0, 8805.0, 8789.0, 8783.0, 8783.0, 8779.0, 8768.0, 8776.0, 8781.0, 8779.0, 8780.0, 8787.0, 8820.0, 8785.0, 8780.0, 8781.0, 8779.0, 8771.0, 8781.0, 8789.0, 8782.0, 8785.0, 8812.0, 8789.0, 8791.0, 8802.0, 8779.0, 8781.0, 8783.0, 8779.0, 8787.0, 8793.0, 8781.0, 8780.0, 8784.0, 8789.0, 8804.0, 8772.0, 8780.0, 8769.0, 8791.0, 8767.0, 8779.0, 8780.0, 8785.0, 8806.0, 8791.0, 8785.0, 8789.0, 8785.0, 8806.0, 8800.0, 8795.0, 8806.0, 8813.0, 8814.0, 8811.0, 8807.0, 8810.0, 8808.0, 8810.0, 8807.0, 8807.0, 8810.0, 8809.0, 8813.0, 8809.0, 8797.0, 8805.0, 8812.0, 8819.0, 8795.0, 8806.0, 8803.0, 8807.0, 8805.0, 8773.0, 8784.0, 8788.0, 8798.0, 8787.0, 8798.0, 8786.0, 8792.0, 8804.0, 8791.0, 8783.0, 8793.0, 8800.0, 8792.0, 8786.0, 8790.0, 8807.0, 8807.0, 8812.0, 8805.0, 8790.0, 8800.0, 8789.0, 8785.0, 8787.0, 8774.0, 8798.0, 8807.0, 8807.0, 8791.0, 8811.0, 8787.0, 8782.0, 8785.0, 8783.0, 8782.0, 8787.0, 8784.0, 8805.0, 8814.0, 8789.0, 8786.0, 8787.0, 8790.0, 8781.0, 8789.0, 8811.0, 8787.0, 8787.0, 8807.0, 8776.0, 8785.0, 8788.0, 8779.0, 8785.0, 8796.0, 8786.0, 8800.0, 8802.0, 8793.0, 8807.0, 8813.0, 8818.0, 8794.0, 8790.0, 8792.0, 8803.0, 8792.0, 8795.0, 8802.0, 8813.0, 8841.0, 8797.0, 8787.0, 8788.0, 8772.0, 8783.0, 8785.0, 8781.0, 8788.0, 8797.0, 8788.0, 8790.0, 8791.0, 8800.0, 8785.0, 8783.0, 8799.0, 8787.0, 8800.0, 8792.0, 8788.0, 8810.0, 8804.0, 8793.0, 8808.0, 8810.0, 8792.0, 8803.0, 8775.0, 8783.0, 8801.0, 8809.0, 8803.0, 8783.0, 8785.0, 8788.0, 8803.0, 8792.0, 8802.0, 8786.0, 8783.0, 8788.0, 8796.0, 8787.0, 8785.0, 8784.0, 8779.0, 8782.0, 8804.0, 8803.0, 8808.0, 8800.0, 8791.0, 8801.0, 8812.0, 8791.0, 8818.0, 8815.0, 8820.0, 8828.0, 8816.0, 8810.0, 8817.0, 8805.0, 8807.0, 8819.0, 8804.0, 8803.0, 8790.0, 8803.0, 8809.0, 8791.0, 8788.0, 8785.0, 8802.0, 8775.0, 8783.0, 8790.0, 8800.0, 8801.0, 8820.0, 8792.0, 8799.0, 8786.0, 8788.0, 8789.0, 8793.0, 8806.0, 8811.0, 8807.0, 8814.0, 8826.0, 8812.0, 8811.0, 8814.0, 8833.0, 8812.0, 8802.0, 8790.0, 8785.0, 8787.0, 8788.0, 8814.0, 8810.0, 8806.0, 8799.0, 8814.0, 8802.0, 8805.0, 8814.0, 8804.0, 8810.0, 8830.0, 8807.0, 8790.0, 8805.0, 8788.0, 8783.0, 8786.0, 8777.0, 8767.0, 8806.0, 8781.0, 8782.0, 8799.0, 8790.0, 8802.0, 8766.0, 8777.0, 8767.0, 8778.0, 8768.0, 8782.0, 8802.0, 8796.0, 8787.0, 8797.0, 8805.0, 8790.0, 8802.0, 8784.0, 8800.0, 8769.0, 8786.0, 8788.0, 8799.0, 8808.0, 8788.0, 8810.0, 8804.0, 8808.0, 8807.0, 8830.0, 8812.0, 8809.0, 8789.0, 8808.0, 8811.0, 8826.0, 8832.0, 8824.0, 8828.0, 8827.0, 8815.0, 8823.0, 8811.0, 8804.0, 8807.0, 8799.0, 8806.0, 8803.0, 8807.0, 8805.0, 8809.0, 8807.0, 8820.0, 8812.0, 8818.0, 8793.0, 8803.0, 8789.0, 8782.0, 8787.0, 8811.0, 8801.0, 8784.0, 8798.0, 8802.0, 8822.0, 8810.0, 8826.0, 8807.0, 8827.0, 8805.0, 8824.0, 8809.0, 8803.0, 8804.0, 8800.0, 8804.0, 8799.0, 8807.0, 8845.0, 8832.0, 8822.0, 8814.0, 8808.0, 8821.0, 8824.0, 8822.0, 8821.0, 8807.0, 8822.0, 8806.0, 8801.0, 8803.0, 8808.0, 8801.0, 8836.0, 8827.0, 8814.0, 8819.0, 8811.0, 8820.0, 8808.0, 8816.0, 8801.0, 8782.0, 8782.0, 8782.0, 8800.0, 8786.0, 8802.0, 8788.0, 8801.0, 8785.0, 8802.0, 8785.0, 8802.0, 8805.0, 8801.0, 8792.0, 8802.0, 8793.0, 8817.0, 8809.0, 8818.0, 8810.0, 8804.0, 8808.0, 8822.0, 8809.0, 8818.0, 8809.0, 8817.0, 8808.0, 8825.0, 8799.0, 8803.0, 8807.0, 8802.0, 8814.0, 8817.0, 8808.0, 8815.0, 8817.0, 8857.0, 8894.0, 8880.0, 8837.0, 8815.0, 8812.0, 8872.0, 8830.0, 8847.0, 8790.0, 8829.0, 8786.0, 8813.0, 8802.0, 8780.0, 8783.0, 8801.0, 8800.0, 8804.0, 8819.0, 8786.0, 8803.0, 8814.0, 8804.0, 8801.0, 8801.0, 8813.0, 8782.0, 8803.0, 8800.0, 8774.0, 8799.0, 8790.0, 8800.0, 8787.0, 8820.0, 8827.0, 8823.0, 8804.0, 8781.0, 8786.0, 8795.0, 8788.0, 8781.0, 8787.0, 8794.0, 8786.0, 8794.0, 8787.0, 8814.0, 8807.0, 8798.0, 8803.0, 8806.0, 8828.0, 8807.0, 8806.0, 8784.0, 8799.0, 8769.0, 8798.0, 8783.0, 8799.0, 8788.0, 8802.0, 8792.0, 8803.0, 8803.0, 8832.0, 8826.0, 8813.0, 8828.0, 8849.0, 8849.0, 8828.0, 8826.0, 8810.0, 8801.0, 8805.0, 8797.0, 8786.0, 8797.0, 8786.0, 8786.0, 8804.0, 8806.0, 8843.0, 8817.0, 8827.0, 8791.0, 8819.0, 8790.0, 8807.0, 8806.0, 8825.0, 8820.0, 8823.0, 8828.0, 8824.0, 8833.0, 8830.0, 8825.0, 8802.0, 8805.0, 8786.0, 8802.0, 8805.0, 8799.0, 8802.0, 8782.0, 8800.0, 8798.0, 8804.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.004101309267241378</td></tr>
<tr><td colspan=3>aqi</td><td>0.026988844719827584</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.50102122422108</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.283369043444743</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0635385802695405</td></tr>
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
<tr><td colspan=3>fber</td><td>5730.7153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08754131702914078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.663793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6610801175488095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6488347550286764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8304535688803645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.503952028737388</td></tr>
<tr><td colspan=3>gcor</td><td>0.010069</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010548034682869911</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02097836695611477</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.6856675711218294</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7273</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306072.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>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.6713</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.97</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.4314</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3153.0084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.9198</td></tr>
<tr><td colspan=3>tsnr</td><td>36.95013493183069</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>