<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-02/func/sub-0074_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>725a38c7a68c594bec74fd9d99282aca</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>20:11:58.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994328, -0.0833696, 0.0660436, 0.0787792, 0.99448, 0.0693042]</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.0975243</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>[4149, -7765, -7215, 631, -135, -238, -41, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>afb330c6-9de1-47b6-b6bf-8f866afaa4cf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6677088737487793, 0.21135880053043365, 0.19293372333049774, 99.10676574707031], [0.22367459535598755, 2.6681175231933594, 0.17201223969459534, -110.07281494140625], [0.17719019949436188, -0.18593811988830566, 2.687598943710327, -53.27225875854492], [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': ['201158.725000', '201159.185000', '201159.645000', '201200.105000', '201200.565000', '201201.025000', '201201.485000', '201201.945000', '201202.405000', '201202.865000', '201203.325000', '201203.785000', '201204.245000', '201204.705000', '201205.165000', '201205.625000', '201206.085000', '201206.545000', '201207.005000', '201207.465000', '201207.925000', '201208.385000', '201208.845000', '201209.305000', '201209.765000', '201210.225000', '201210.685000', '201211.145000', '201211.605000', '201212.065000', '201212.525000', '201212.985000', '201213.445000', '201213.905000', '201214.365000', '201214.825000', '201215.285000', '201215.745000', '201216.205000', '201216.665000', '201217.125000', '201217.585000', '201218.045000', '201218.505000', '201218.965000', '201219.425000', '201219.885000', '201220.345000', '201220.805000', '201221.265000', '201221.725000', '201222.185000', '201222.645000', '201223.105000', '201223.565000', '201224.025000', '201224.485000', '201224.945000', '201225.405000', '201225.865000', '201226.325000', '201226.785000', '201227.245000', '201227.705000', '201228.165000', '201228.625000', '201229.085000', '201229.545000', '201230.005000', '201230.465000', '201230.925000', '201231.385000', '201231.845000', '201232.305000', '201232.765000', '201233.225000', '201233.685000', '201234.145000', '201234.605000', '201235.065000', '201235.525000', '201235.985000', '201236.445000', '201236.905000', '201237.365000', '201237.825000', '201238.285000', '201238.745000', '201239.205000', '201239.665000', '201240.125000', '201240.585000', '201241.045000', '201241.505000', '201241.965000', '201242.425000', '201242.885000', '201243.345000', '201243.805000', '201244.265000', '201244.725000', '201245.185000', '201245.645000', '201246.105000', '201246.565000', '201247.025000', '201247.485000', '201247.945000', '201248.405000', '201248.865000', '201249.325000', '201249.785000', '201250.245000', '201250.705000', '201251.165000', '201251.625000', '201252.085000', '201252.545000', '201253.005000', '201253.465000', '201253.925000', '201254.385000', '201254.845000', '201255.305000', '201255.765000', '201256.225000', '201256.685000', '201257.145000', '201257.605000', '201258.065000', '201258.525000', '201258.985000', '201259.445000', '201259.905000', '201300.365000', '201300.825000', '201301.285000', '201301.745000', '201302.205000', '201302.665000', '201303.125000', '201303.585000', '201304.045000', '201304.505000', '201304.965000', '201305.425000', '201305.885000', '201306.345000', '201306.805000', '201307.265000', '201307.725000', '201308.185000', '201308.645000', '201309.105000', '201309.565000', '201310.025000', '201310.485000', '201310.945000', '201311.405000', '201311.865000', '201312.325000', '201312.785000', '201313.245000', '201313.705000', '201314.165000', '201314.625000', '201315.085000', '201315.545000', '201316.005000', '201316.465000', '201316.925000', '201317.385000', '201317.845000', '201318.305000', '201318.765000', '201319.225000', '201319.685000', '201320.145000', '201320.605000', '201321.065000', '201321.525000', '201321.985000', '201322.445000', '201322.905000', '201323.365000', '201323.825000', '201324.285000', '201324.745000', '201325.205000', '201325.665000', '201326.125000', '201326.585000', '201327.045000', '201327.505000', '201327.965000', '201328.425000', '201328.885000', '201329.345000', '201329.805000', '201330.265000', '201330.725000', '201331.185000', '201331.645000', '201332.105000', '201332.565000', '201333.025000', '201333.485000', '201333.945000', '201334.405000', '201334.865000', '201335.325000', '201335.785000', '201336.245000', '201336.705000', '201337.165000', '201337.625000', '201338.085000', '201338.545000', '201339.005000', '201339.465000', '201339.925000', '201340.385000', '201340.845000', '201341.305000', '201341.765000', '201342.225000', '201342.685000', '201343.145000', '201343.605000', '201344.065000', '201344.525000', '201344.985000', '201345.445000', '201345.905000', '201346.365000', '201346.825000', '201347.285000', '201347.745000', '201348.205000', '201348.665000', '201349.125000', '201349.585000', '201350.045000', '201350.505000', '201350.965000', '201351.425000', '201351.885000', '201352.345000', '201352.805000', '201353.265000', '201353.725000', '201354.185000', '201354.645000', '201355.105000', '201355.565000', '201356.025000', '201356.485000', '201356.945000', '201357.405000', '201357.865000', '201358.325000', '201358.785000', '201359.245000', '201359.705000', '201400.165000', '201400.625000', '201401.085000', '201401.545000', '201402.005000', '201402.465000', '201402.925000', '201403.385000', '201403.845000', '201404.305000', '201404.765000', '201405.225000', '201405.685000', '201406.145000', '201406.605000', '201407.065000', '201407.525000', '201407.985000', '201408.445000', '201408.905000', '201409.365000', '201409.825000', '201410.285000', '201410.745000', '201411.205000', '201411.665000', '201412.125000', '201412.585000', '201413.045000', '201413.505000', '201413.965000', '201414.425000', '201414.885000', '201415.345000', '201415.805000', '201416.265000', '201416.725000', '201417.185000', '201417.645000', '201418.105000', '201418.565000', '201419.025000', '201419.485000', '201419.945000', '201420.405000', '201420.865000', '201421.325000', '201421.785000', '201422.245000', '201422.705000', '201423.165000', '201423.625000', '201424.085000', '201424.545000', '201425.005000', '201425.465000', '201425.925000', '201426.385000', '201426.845000', '201427.305000', '201427.765000', '201428.225000', '201428.685000', '201429.145000', '201429.605000', '201430.065000', '201430.525000', '201430.985000', '201431.445000', '201431.905000', '201432.365000', '201432.825000', '201433.285000', '201433.745000', '201434.205000', '201434.665000', '201435.125000', '201435.585000', '201436.045000', '201436.505000', '201436.965000', '201437.425000', '201437.885000', '201438.345000', '201438.805000', '201439.265000', '201439.725000', '201440.185000', '201440.645000', '201441.105000', '201441.565000', '201442.025000', '201442.485000', '201442.945000', '201443.405000', '201443.865000', '201444.325000', '201444.785000', '201445.245000', '201445.705000', '201446.165000', '201446.625000', '201447.085000', '201447.545000', '201448.005000', '201448.465000', '201448.925000', '201449.385000', '201449.845000', '201450.305000', '201450.765000', '201451.225000', '201451.685000', '201452.145000', '201452.605000', '201453.065000', '201453.525000', '201453.985000', '201454.445000', '201454.905000', '201455.365000', '201455.825000', '201456.285000', '201456.745000', '201457.205000', '201457.665000', '201458.125000', '201458.585000', '201459.045000', '201459.505000', '201459.965000', '201500.425000', '201500.885000', '201501.345000', '201501.805000', '201502.265000', '201502.725000', '201503.185000', '201503.645000', '201504.105000', '201504.565000', '201505.025000', '201505.485000', '201505.945000', '201506.405000', '201506.865000', '201507.325000', '201507.785000', '201508.245000', '201508.705000', '201509.165000', '201509.625000', '201510.085000', '201510.545000', '201511.005000', '201511.465000', '201511.925000', '201512.385000', '201512.845000', '201513.305000', '201513.765000', '201514.225000', '201514.685000', '201515.145000', '201515.605000', '201516.065000', '201516.525000', '201516.985000', '201517.445000', '201517.905000', '201518.365000', '201518.825000', '201519.285000', '201519.745000', '201520.205000', '201520.665000', '201521.125000', '201521.585000', '201522.045000', '201522.505000', '201522.965000', '201523.425000', '201523.885000', '201524.345000', '201524.805000', '201525.265000', '201525.725000', '201526.185000', '201526.645000', '201527.105000', '201527.565000', '201528.025000', '201528.485000', '201528.945000', '201529.405000', '201529.865000', '201530.325000', '201530.785000', '201531.245000', '201531.705000', '201532.165000', '201532.625000', '201533.085000', '201533.545000', '201534.005000', '201534.465000', '201534.925000', '201535.385000', '201535.845000', '201536.305000', '201536.765000', '201537.225000', '201537.685000', '201538.145000', '201538.605000', '201539.065000', '201539.525000', '201539.985000', '201540.445000', '201540.905000', '201541.365000', '201541.825000', '201542.285000', '201542.745000', '201543.205000', '201543.665000', '201544.125000', '201544.585000', '201545.045000', '201545.505000', '201545.965000', '201546.425000', '201546.885000', '201547.345000', '201547.805000', '201548.265000', '201548.725000', '201549.185000', '201549.645000', '201550.105000', '201550.565000', '201551.025000', '201551.485000', '201551.945000', '201552.405000', '201552.865000', '201553.325000', '201553.785000', '201554.245000', '201554.705000', '201555.165000', '201555.625000', '201556.085000', '201556.545000', '201557.005000', '201557.465000', '201557.925000', '201558.385000', '201558.845000', '201559.305000', '201559.765000', '201600.225000', '201600.685000', '201601.145000', '201601.605000', '201602.065000', '201602.525000', '201602.985000', '201603.445000', '201603.905000', '201604.365000', '201604.825000', '201605.285000', '201605.745000', '201606.205000', '201606.665000', '201607.125000', '201607.585000', '201608.045000', '201608.505000', '201608.965000', '201609.425000', '201609.885000', '201610.345000', '201610.805000', '201611.265000', '201611.725000', '201612.185000', '201612.645000', '201613.105000', '201613.565000', '201614.025000', '201614.485000', '201614.945000', '201615.405000', '201615.865000', '201616.325000', '201616.785000', '201617.245000', '201617.705000', '201618.165000', '201618.625000', '201619.085000', '201619.545000', '201620.005000', '201620.465000', '201620.925000', '201621.385000', '201621.845000', '201622.305000', '201622.765000', '201623.225000', '201623.685000', '201624.145000', '201624.605000', '201625.065000', '201625.525000', '201625.985000', '201626.445000', '201626.905000', '201627.365000', '201627.825000', '201628.285000', '201628.745000', '201629.205000', '201629.665000', '201630.125000', '201630.585000', '201631.045000', '201631.505000', '201631.965000', '201632.425000', '201632.885000', '201633.345000', '201633.805000', '201634.265000', '201634.725000', '201635.185000', '201635.645000', '201636.105000', '201636.565000', '201637.025000', '201637.485000', '201637.945000', '201638.405000', '201638.865000', '201639.325000', '201639.785000', '201640.245000', '201640.705000', '201641.165000', '201641.625000', '201642.085000', '201642.545000', '201643.005000', '201643.465000', '201643.925000', '201644.385000', '201644.845000', '201645.305000', '201645.765000', '201646.225000', '201646.685000', '201647.145000', '201647.605000', '201648.065000', '201648.525000', '201648.985000', '201649.445000', '201649.905000', '201650.365000', '201650.825000', '201651.285000', '201651.745000', '201652.205000', '201652.665000', '201653.125000', '201653.585000', '201654.045000', '201654.505000', '201654.965000', '201655.425000', '201655.885000', '201656.345000', '201656.805000', '201657.265000', '201657.725000', '201658.185000', '201658.645000', '201659.105000', '201659.565000', '201700.025000', '201700.485000', '201700.945000', '201701.405000', '201701.865000', '201702.325000', '201702.785000', '201703.245000', '201703.705000', '201704.165000', '201704.625000', '201705.085000', '201705.545000', '201706.005000', '201706.465000', '201706.925000', '201707.385000', '201707.845000', '201708.305000', '201708.765000', '201709.225000', '201709.685000', '201710.145000', '201710.605000', '201711.065000', '201711.525000', '201711.985000', '201712.445000', '201712.905000', '201713.365000', '201713.825000', '201714.285000', '201714.745000', '201715.205000', '201715.665000', '201716.125000', '201716.585000', '201717.045000', '201717.505000', '201717.965000', '201718.425000', '201718.885000', '201719.345000', '201719.805000', '201720.265000', '201720.725000', '201721.185000', '201721.645000', '201722.105000', '201722.565000', '201723.025000', '201723.485000', '201723.945000', '201724.405000', '201724.865000', '201725.325000', '201725.785000', '201726.245000', '201726.705000', '201727.165000', '201727.625000', '201728.085000', '201728.545000', '201729.005000', '201729.465000', '201729.925000', '201730.385000', '201730.845000', '201731.305000', '201731.765000', '201732.225000', '201732.685000', '201733.145000', '201733.605000', '201734.065000', '201734.525000', '201734.985000', '201735.445000', '201735.905000', '201736.365000', '201736.825000', '201737.285000', '201737.745000', '201738.205000', '201738.665000', '201739.125000', '201739.585000', '201740.045000', '201740.505000', '201740.965000', '201741.425000', '201741.885000', '201742.345000', '201742.805000', '201743.265000', '201743.725000', '201744.185000', '201744.645000', '201745.105000', '201745.565000', '201746.025000', '201746.485000', '201746.945000', '201747.405000', '201747.865000', '201748.325000', '201748.785000', '201749.245000', '201749.705000', '201750.165000', '201750.625000', '201751.085000', '201751.545000', '201752.005000', '201752.465000', '201752.925000', '201753.385000', '201753.845000', '201754.305000', '201754.765000', '201755.225000', '201755.685000', '201756.145000', '201756.605000', '201757.065000', '201757.525000', '201757.985000', '201758.445000', '201758.905000', '201759.365000', '201759.825000', '201800.285000', '201800.745000', '201801.205000', '201801.665000', '201802.125000', '201802.585000', '201803.045000', '201803.505000', '201803.965000', '201804.425000', '201804.885000', '201805.345000', '201805.805000', '201806.265000', '201806.725000', '201807.185000', '201807.645000', '201808.105000', '201808.565000', '201809.025000', '201809.485000', '201809.945000', '201810.405000', '201810.865000', '201811.325000', '201811.785000', '201812.245000', '201812.705000', '201813.165000', '201813.625000', '201814.085000', '201814.545000', '201815.005000', '201815.465000', '201815.925000', '201816.385000', '201816.845000', '201817.305000', '201817.765000', '201818.225000', '201818.685000', '201819.145000', '201819.605000', '201820.065000', '201820.525000', '201820.985000', '201821.445000', '201821.905000', '201822.365000', '201822.825000', '201823.285000', '201823.745000', '201824.205000', '201824.665000', '201825.125000', '201825.585000', '201826.045000', '201826.505000', '201826.965000', '201827.425000', '201827.885000', '201828.345000', '201828.805000', '201829.265000', '201829.725000', '201830.185000', '201830.645000', '201831.105000', '201831.565000', '201832.025000', '201832.485000', '201832.945000', '201833.405000', '201833.865000', '201834.325000', '201834.785000', '201835.245000', '201835.705000', '201836.165000', '201836.625000', '201837.085000', '201837.545000', '201838.005000', '201838.465000', '201838.925000', '201839.385000', '201839.845000', '201840.305000', '201840.765000', '201841.225000', '201841.685000', '201842.145000', '201842.605000', '201843.065000', '201843.525000', '201843.985000', '201844.445000', '201844.905000', '201845.365000', '201845.825000', '201846.285000', '201846.745000', '201847.205000', '201847.665000', '201848.125000', '201848.585000', '201849.045000', '201849.505000', '201849.965000', '201850.425000', '201850.885000', '201851.345000', '201851.805000', '201852.265000', '201852.725000', '201853.185000', '201853.645000', '201854.105000', '201854.565000', '201855.025000', '201855.485000', '201855.945000', '201856.405000', '201856.865000', '201857.325000', '201857.785000', '201858.245000', '201858.705000', '201859.165000', '201859.625000', '201900.085000', '201900.545000', '201901.005000', '201901.465000', '201901.925000', '201902.385000', '201902.845000', '201903.305000', '201903.765000', '201904.225000', '201904.685000', '201905.145000', '201905.605000', '201906.065000', '201906.525000', '201906.985000', '201907.445000', '201907.905000', '201908.365000', '201908.825000', '201909.285000', '201909.745000', '201910.205000', '201910.665000', '201911.125000', '201911.585000', '201912.045000', '201912.505000', '201912.965000', '201913.425000', '201913.885000', '201914.345000', '201914.805000', '201915.265000', '201915.725000', '201916.185000', '201916.645000', '201917.105000', '201917.565000', '201918.025000', '201918.485000', '201918.945000', '201919.405000', '201919.865000', '201920.325000', '201920.785000', '201921.245000', '201921.705000', '201922.165000', '201922.625000', '201923.085000', '201923.545000', '201924.005000', '201924.465000', '201924.925000', '201925.385000', '201925.845000', '201926.305000', '201926.765000', '201927.225000', '201927.685000', '201928.145000', '201928.605000', '201929.065000', '201929.525000', '201929.985000', '201930.445000', '201930.905000', '201931.365000', '201931.825000', '201932.285000', '201932.745000', '201933.205000', '201933.665000', '201934.125000', '201934.585000', '201935.045000', '201935.505000', '201935.965000', '201936.425000', '201936.885000', '201937.345000', '201937.805000', '201938.265000', '201938.725000', '201939.185000', '201939.645000', '201940.105000', '201940.565000', '201941.025000', '201941.485000', '201941.945000', '201942.405000', '201942.865000', '201943.325000', '201943.785000', '201944.245000', '201944.705000', '201945.165000', '201945.625000', '201946.085000', '201946.545000', '201947.005000', '201947.465000', '201947.925000', '201948.385000', '201948.845000', '201949.305000', '201949.765000', '201950.225000', '201950.685000', '201951.145000', '201951.605000', '201952.065000', '201952.525000', '201952.985000', '201953.445000', '201953.905000', '201954.365000', '201954.825000', '201955.285000', '201955.745000', '201956.205000', '201956.665000', '201957.125000', '201957.585000', '201958.045000', '201958.505000', '201958.965000', '201959.425000', '201959.885000', '202000.345000', '202000.805000', '202001.265000', '202001.725000', '202002.185000', '202002.645000', '202003.105000', '202003.565000', '202004.025000', '202004.485000', '202004.945000', '202005.405000', '202005.865000', '202006.325000', '202006.785000', '202007.245000', '202007.705000', '202008.165000', '202008.625000', '202009.085000', '202009.545000', '202010.005000', '202010.465000', '202010.925000', '202011.385000', '202011.845000', '202012.305000', '202012.765000', '202013.225000', '202013.685000', '202014.145000', '202014.605000', '202015.065000', '202015.525000', '202015.985000', '202016.445000', '202016.905000', '202017.365000', '202017.825000', '202018.285000', '202018.745000', '202019.205000', '202019.665000', '202020.125000', '202020.585000', '202021.045000', '202021.505000', '202021.965000', '202022.425000', '202022.885000', '202023.345000', '202023.805000', '202024.265000', '202024.725000', '202025.185000', '202025.645000', '202026.105000', '202026.565000', '202027.025000', '202027.485000', '202027.945000', '202028.405000', '202028.865000', '202029.325000', '202029.785000', '202030.245000', '202030.705000', '202031.165000', '202031.625000', '202032.085000', '202032.545000', '202033.005000', '202033.465000', '202033.925000', '202034.385000', '202034.845000', '202035.305000', '202035.765000', '202036.225000', '202036.685000', '202037.145000', '202037.605000', '202038.065000', '202038.525000', '202038.985000', '202039.445000', '202039.905000', '202040.365000', '202040.825000', '202041.285000', '202041.745000', '202042.205000', '202042.665000', '202043.125000', '202043.585000', '202044.045000', '202044.505000', '202044.965000', '202045.425000', '202045.885000', '202046.345000', '202046.805000', '202047.265000', '202047.725000', '202048.185000', '202048.645000', '202049.105000', '202049.565000', '202050.025000', '202050.485000', '202050.945000', '202051.405000', '202051.865000', '202052.325000', '202052.785000', '202053.245000', '202053.705000', '202054.165000', '202054.625000', '202055.085000', '202055.545000', '202056.005000', '202056.465000', '202056.925000', '202057.385000', '202057.845000', '202058.305000', '202058.765000', '202059.225000', '202059.685000', '202100.145000', '202100.605000', '202101.065000', '202101.525000', '202101.985000', '202102.445000', '202102.905000', '202103.365000', '202103.825000', '202104.285000', '202104.745000', '202105.205000', '202105.665000', '202106.125000', '202106.585000', '202107.045000', '202107.505000', '202107.965000', '202108.425000', '202108.885000', '202109.345000', '202109.805000', '202110.265000', '202110.725000', '202111.185000', '202111.645000', '202112.105000', '202112.565000', '202113.025000', '202113.485000', '202113.945000', '202114.405000', '202114.865000', '202115.325000', '202115.785000', '202116.245000', '202116.705000', '202117.165000', '202117.625000', '202118.085000', '202118.545000', '202119.005000', '202119.465000', '202119.925000', '202120.385000', '202120.845000', '202121.305000', '202121.765000', '202122.225000', '202122.685000', '202123.145000', '202123.605000', '202124.065000', '202124.525000', '202124.985000', '202125.445000', '202125.905000', '202126.365000', '202126.825000', '202127.285000', '202127.745000', '202128.205000', '202128.665000', '202129.125000', '202129.585000', '202130.045000', '202130.505000', '202130.965000', '202131.425000', '202131.885000', '202132.345000', '202132.805000', '202133.265000', '202133.725000', '202134.185000', '202134.645000', '202135.105000', '202135.565000', '202136.025000', '202136.485000', '202136.945000', '202137.405000', '202137.865000', '202138.325000', '202138.785000', '202139.245000', '202139.705000', '202140.165000', '202140.625000', '202141.085000', '202141.545000', '202142.005000', '202142.465000', '202142.925000', '202143.385000', '202143.845000', '202144.305000', '202144.765000', '202145.225000', '202145.685000', '202146.145000', '202146.605000', '202147.065000', '202147.525000', '202147.985000', '202148.445000', '202148.905000', '202149.365000', '202149.825000', '202150.285000', '202150.745000', '202151.205000', '202151.665000', '202152.125000', '202152.585000', '202153.045000', '202153.505000', '202153.965000', '202154.425000', '202154.885000', '202155.345000', '202155.805000', '202156.265000', '202156.725000', '202157.185000', '202157.645000', '202158.105000', '202158.565000', '202159.025000', '202159.485000', '202159.945000', '202200.405000', '202200.865000', '202201.325000', '202201.785000', '202202.245000', '202202.705000', '202203.165000', '202203.625000', '202204.085000', '202204.545000', '202205.005000', '202205.465000', '202205.925000', '202206.385000', '202206.845000', '202207.305000', '202207.765000', '202208.225000', '202208.685000', '202209.145000', '202209.605000', '202210.065000', '202210.525000', '202210.985000', '202211.445000', '202211.905000', '202212.365000', '202212.825000', '202213.285000', '202213.745000', '202214.205000', '202214.665000', '202215.125000', '202215.585000', '202216.045000', '202216.505000', '202216.965000', '202217.425000', '202217.885000', '202218.345000', '202218.805000', '202219.265000', '202219.725000', '202220.185000', '202220.645000', '202221.105000', '202221.565000', '202222.025000', '202222.485000', '202222.945000', '202223.405000', '202223.865000', '202224.325000', '202224.785000', '202225.245000', '202225.705000', '202226.165000', '202226.625000', '202227.085000', '202227.545000', '202228.005000', '202228.465000', '202228.925000', '202229.385000', '202229.845000', '202230.305000', '202230.765000', '202231.225000', '202231.685000', '202232.145000', '202232.605000', '202233.065000', '202233.525000', '202233.985000', '202234.445000', '202234.905000', '202235.365000', '202235.825000', '202236.285000', '202236.745000', '202237.205000', '202237.665000', '202238.125000', '202238.585000', '202239.045000', '202239.505000', '202239.965000', '202240.425000', '202240.885000', '202241.345000', '202241.805000', '202242.265000', '202242.725000', '202243.185000', '202243.645000', '202244.105000', '202244.565000', '202245.025000', '202245.485000', '202245.945000', '202246.405000', '202246.865000', '202247.325000', '202247.785000', '202248.245000', '202248.705000', '202249.165000', '202249.625000', '202250.085000', '202250.545000', '202251.005000', '202251.465000', '202251.925000', '202252.385000', '202252.845000', '202253.305000', '202253.765000', '202254.225000', '202254.685000', '202255.145000', '202255.605000', '202256.065000', '202256.525000', '202256.985000', '202257.445000', '202257.905000', '202258.365000', '202258.825000', '202259.285000', '202259.745000', '202300.205000', '202300.665000', '202301.125000', '202301.585000', '202302.045000', '202302.505000', '202302.965000', '202303.425000', '202303.885000', '202304.345000', '202304.805000', '202305.265000', '202305.725000', '202306.185000', '202306.645000', '202307.105000', '202307.565000', '202308.025000', '202308.485000', '202308.945000', '202309.405000', '202309.865000', '202310.325000', '202310.785000', '202311.245000', '202311.705000', '202312.165000', '202312.625000', '202313.085000', '202313.545000', '202314.005000', '202314.465000', '202314.925000', '202315.385000', '202315.845000', '202316.305000', '202316.765000', '202317.225000', '202317.685000', '202318.145000', '202318.605000', '202319.065000', '202319.525000', '202319.985000', '202320.445000', '202320.905000', '202321.365000', '202321.825000', '202322.285000', '202322.745000', '202323.205000', '202323.665000', '202324.125000', '202324.585000', '202325.045000', '202325.505000', '202325.965000', '202326.425000', '202326.885000', '202327.345000', '202327.805000', '202328.265000', '202328.725000', '202329.185000', '202329.645000', '202330.105000', '202330.565000', '202331.025000', '202331.485000', '202331.945000', '202332.405000', '202332.865000', '202333.325000', '202333.785000', '202334.245000', '202334.705000', '202335.165000', '202335.625000', '202336.085000', '202336.545000', '202337.005000', '202337.465000', '202337.925000', '202338.385000', '202338.845000', '202339.305000', '202339.765000', '202340.225000', '202340.685000', '202341.145000', '202341.605000', '202342.065000', '202342.525000', '202342.985000', '202343.445000', '202343.905000', '202344.365000', '202344.825000', '202345.285000', '202345.745000', '202346.205000', '202346.665000', '202347.125000', '202347.585000', '202348.045000', '202348.505000', '202348.965000', '202349.425000', '202349.885000', '202350.345000', '202350.805000', '202351.265000', '202351.725000', '202352.185000', '202352.645000', '202353.105000', '202353.565000', '202354.025000', '202354.485000', '202354.945000', '202355.405000', '202355.865000', '202356.325000', '202356.785000', '202357.245000', '202357.705000', '202358.165000', '202358.625000', '202359.085000', '202359.545000', '202400.005000', '202400.465000', '202400.925000', '202401.385000', '202401.845000', '202402.305000', '202402.765000', '202403.225000', '202403.685000', '202404.145000', '202404.605000', '202405.065000', '202405.525000', '202405.985000', '202406.445000', '202406.905000', '202407.365000', '202407.825000', '202408.285000', '202408.745000', '202409.205000', '202409.665000', '202410.125000', '202410.585000', '202411.045000', '202411.505000', '202411.965000', '202412.425000', '202412.885000', '202413.345000', '202413.805000', '202414.265000', '202414.725000', '202415.185000', '202415.645000', '202416.105000', '202416.565000', '202417.025000', '202417.485000', '202417.945000', '202418.405000', '202418.865000', '202419.325000', '202419.785000', '202420.245000', '202420.705000', '202421.165000', '202421.625000', '202422.085000', '202422.545000', '202423.005000', '202423.465000', '202423.925000', '202424.385000', '202424.845000', '202425.305000', '202425.765000', '202426.225000', '202426.685000', '202427.145000', '202427.605000', '202428.065000', '202428.525000', '202428.985000', '202429.445000', '202429.905000', '202430.365000', '202430.825000', '202431.285000', '202431.745000', '202432.205000', '202432.665000', '202433.125000', '202433.585000', '202434.045000', '202434.505000', '202434.965000', '202435.425000', '202435.885000', '202436.345000', '202436.805000', '202437.265000', '202437.725000', '202438.185000', '202438.645000', '202439.105000', '202439.565000', '202440.025000', '202440.485000', '202440.945000', '202441.405000', '202441.865000', '202442.325000', '202442.785000', '202443.245000', '202443.705000', '202444.165000', '202444.625000', '202445.085000', '202445.545000', '202446.005000', '202446.465000', '202446.925000', '202447.385000', '202447.845000', '202448.305000', '202448.765000', '202449.225000', '202449.685000', '202450.145000', '202450.605000', '202451.065000', '202451.525000', '202451.985000', '202452.445000', '202452.905000', '202453.365000', '202453.825000', '202454.285000', '202454.745000', '202455.205000', '202455.665000', '202456.125000', '202456.585000', '202457.045000', '202457.505000', '202457.965000', '202458.425000', '202458.885000', '202459.345000', '202459.805000', '202500.265000', '202500.725000', '202501.185000', '202501.645000', '202502.105000', '202502.565000', '202503.025000', '202503.485000', '202503.945000', '202504.405000', '202504.865000', '202505.325000', '202505.785000', '202506.245000', '202506.705000', '202507.165000', '202507.625000', '202508.085000', '202508.545000', '202509.005000', '202509.465000', '202509.925000', '202510.385000', '202510.845000', '202511.305000', '202511.765000', '202512.225000', '202512.685000', '202513.145000', '202513.605000', '202514.065000', '202514.525000', '202514.985000', '202515.445000', '202515.905000', '202516.365000', '202516.825000', '202517.285000', '202517.745000', '202518.205000', '202518.665000', '202519.125000', '202519.585000', '202520.045000', '202520.505000', '202520.965000', '202521.425000', '202521.885000', '202522.345000', '202522.805000', '202523.265000', '202523.725000', '202524.185000', '202524.645000', '202525.105000', '202525.565000', '202526.025000', '202526.485000', '202526.945000', '202527.405000', '202527.865000', '202528.325000', '202528.785000', '202529.245000', '202529.705000', '202530.165000', '202530.625000', '202531.085000', '202531.545000', '202532.005000', '202532.465000', '202532.925000', '202533.385000', '202533.845000', '202534.305000', '202534.765000', '202535.225000', '202535.685000', '202536.145000', '202536.605000', '202537.065000', '202537.525000', '202537.985000', '202538.445000', '202538.905000', '202539.365000', '202539.825000', '202540.285000', '202540.745000', '202541.205000', '202541.665000', '202542.125000', '202542.585000', '202543.045000', '202543.505000', '202543.965000', '202544.425000', '202544.885000', '202545.345000', '202545.805000', '202546.265000', '202546.725000', '202547.185000', '202547.645000', '202548.105000', '202548.565000', '202549.025000', '202549.485000', '202549.945000', '202550.405000', '202550.865000', '202551.325000', '202551.785000', '202552.245000', '202552.705000', '202553.165000', '202553.625000', '202554.085000', '202554.545000', '202555.005000', '202555.465000', '202555.925000', '202556.385000', '202556.845000', '202557.305000', '202557.765000', '202558.225000', '202558.685000', '202559.145000', '202559.605000', '202600.065000', '202600.525000', '202600.985000', '202601.445000', '202601.905000', '202602.365000', '202602.825000', '202603.285000', '202603.745000', '202604.205000', '202604.665000', '202605.125000', '202605.585000', '202606.045000', '202606.505000', '202606.965000', '202607.425000', '202607.885000', '202608.345000', '202608.805000', '202609.265000', '202609.725000', '202610.185000', '202610.645000', '202611.105000', '202611.565000', '202612.025000', '202612.485000', '202612.945000', '202613.405000'], 'ContentTime': ['201216.597000', '201216.600000', '201216.603000', '201216.605000', '201216.608000', '201216.610000', '201216.613000', '201216.615000', '201216.618000', '201216.621000', '201216.623000', '201216.626000', '201216.629000', '201216.631000', '201216.634000', '201216.636000', '201216.639000', '201216.642000', '201216.644000', '201216.647000', '201216.649000', '201216.652000', '201216.661000', '201216.663000', '201216.666000', '201216.668000', '201216.671000', '201216.674000', '201216.676000', '201216.679000', '201216.682000', '201216.684000', '201216.687000', '201216.690000', '201216.692000', '201216.695000', '201236.564000', '201236.567000', '201236.569000', '201236.572000', '201236.574000', '201236.577000', '201236.580000', '201236.582000', '201236.585000', '201236.587000', '201236.592000', '201236.595000', '201236.597000', '201236.600000', '201236.602000', '201236.605000', '201236.608000', '201236.610000', '201236.613000', '201236.616000', '201236.618000', '201236.621000', '201236.623000', '201236.626000', '201236.628000', '201236.631000', '201236.634000', '201236.636000', '201236.639000', '201236.641000', '201236.644000', '201236.647000', '201236.649000', '201236.652000', '201236.654000', '201236.657000', '201236.660000', '201236.662000', '201236.665000', '201236.667000', '201236.670000', '201236.672000', '201236.675000', '201236.677000', '201256.562000', '201256.572000', '201256.575000', '201256.578000', '201256.580000', '201256.583000', '201256.586000', '201256.588000', '201256.591000', '201256.593000', '201256.596000', '201256.599000', '201256.601000', '201256.604000', '201256.606000', '201256.609000', '201256.611000', '201256.614000', '201256.617000', '201256.619000', '201256.622000', '201256.625000', '201256.627000', '201256.630000', '201256.632000', '201256.635000', '201256.637000', '201256.640000', '201256.642000', '201256.645000', '201256.648000', '201256.650000', '201256.653000', '201256.656000', '201256.658000', '201256.661000', '201256.663000', '201256.666000', '201256.669000', '201256.671000', '201256.674000', '201256.676000', '201256.679000', '201316.562000', '201316.564000', '201316.567000', '201316.570000', '201316.572000', '201316.575000', '201316.578000', '201316.580000', '201316.583000', '201316.585000', '201316.588000', '201316.591000', '201316.593000', '201316.596000', '201316.599000', '201316.601000', '201316.604000', '201316.606000', '201316.609000', '201316.612000', '201316.614000', '201316.617000', '201316.619000', '201316.622000', '201316.625000', '201316.627000', '201316.630000', '201316.632000', '201316.635000', '201316.638000', '201316.640000', '201316.643000', '201316.645000', '201316.648000', '201316.656000', '201316.658000', '201316.661000', '201316.664000', '201316.666000', '201316.669000', '201316.671000', '201316.674000', '201316.677000', '201316.679000', '201336.562000', '201336.565000', '201336.568000', '201336.571000', '201336.573000', '201336.576000', '201336.578000', '201336.581000', '201336.583000', '201336.586000', '201336.589000', '201336.591000', '201336.594000', '201336.597000', '201336.599000', '201336.602000', '201336.612000', '201336.615000', '201336.618000', '201336.620000', '201336.623000', '201336.625000', '201336.628000', '201336.630000', '201336.633000', '201336.636000', '201336.638000', '201336.641000', '201336.643000', '201336.646000', '201336.649000', '201336.651000', '201336.654000', '201336.657000', '201336.659000', '201336.662000', '201336.664000', '201336.667000', '201336.669000', '201336.672000', '201336.675000', '201336.677000', '201336.680000', '201356.562000', '201356.565000', '201356.568000', '201356.571000', '201356.573000', '201356.576000', '201356.578000', '201356.581000', '201356.584000', '201356.586000', '201356.589000', '201356.592000', '201356.594000', '201356.597000', '201356.599000', '201356.603000', '201356.606000', '201356.609000', '201356.611000', '201356.614000', '201356.616000', '201356.619000', '201356.622000', '201356.624000', '201356.627000', '201356.629000', '201356.632000', '201356.634000', '201356.637000', '201356.640000', '201356.642000', '201356.645000', '201356.648000', '201356.651000', '201356.653000', '201356.656000', '201356.658000', '201356.661000', '201356.664000', '201356.666000', '201356.669000', '201356.671000', '201356.674000', '201356.676000', '201416.562000', '201416.565000', '201416.568000', '201416.571000', '201416.573000', '201416.576000', '201416.578000', '201416.581000', '201416.583000', '201416.586000', '201416.589000', '201416.591000', '201416.594000', '201416.597000', '201416.599000', '201416.602000', '201416.605000', '201416.607000', '201416.610000', '201416.612000', '201416.615000', '201416.618000', '201416.620000', '201416.623000', '201416.625000', '201416.628000', '201416.631000', '201416.633000', '201416.636000', '201416.638000', '201416.641000', '201416.644000', '201416.646000', '201416.649000', '201416.651000', '201416.654000', '201416.657000', '201416.659000', '201416.662000', '201416.665000', '201416.667000', '201416.670000', '201416.672000', '201436.563000', '201436.565000', '201436.568000', '201436.571000', '201436.573000', '201436.576000', '201436.578000', '201436.581000', '201436.584000', '201436.586000', '201436.589000', '201436.592000', '201436.594000', '201436.597000', '201436.600000', '201436.603000', '201436.605000', '201436.608000', '201436.611000', '201436.614000', '201436.616000', '201436.619000', '201436.621000', '201436.624000', '201436.627000', '201436.629000', '201436.632000', '201436.634000', '201436.637000', '201436.640000', '201436.642000', '201436.645000', '201436.647000', '201436.650000', '201436.653000', '201436.655000', '201436.658000', '201436.660000', '201436.663000', '201436.666000', '201436.668000', '201436.671000', '201436.673000', '201456.562000', '201456.565000', '201456.568000', '201456.570000', '201456.573000', '201456.576000', '201456.578000', '201456.581000', '201456.583000', '201456.586000', '201456.589000', '201456.591000', '201456.594000', '201456.597000', '201456.599000', '201456.602000', '201456.604000', '201456.607000', '201456.610000', '201456.612000', '201456.615000', '201456.617000', '201456.620000', '201456.622000', '201456.625000', '201456.627000', '201456.630000', '201456.633000', '201456.635000', '201456.638000', '201456.641000', '201456.643000', '201456.646000', '201456.648000', '201456.651000', '201456.654000', '201456.656000', '201456.659000', '201456.662000', '201456.664000', '201456.667000', '201456.669000', '201456.672000', '201456.675000', '201516.563000', '201516.566000', '201516.568000', '201516.571000', '201516.574000', '201516.576000', '201516.579000', '201516.581000', '201516.584000', '201516.587000', '201516.589000', '201516.592000', '201516.604000', '201516.606000', '201516.609000', '201516.612000', '201516.614000', '201516.617000', '201516.619000', '201516.622000', '201516.625000', '201516.627000', '201516.630000', '201516.632000', '201516.635000', '201516.638000', '201516.641000', '201516.644000', '201516.647000', '201516.650000', '201516.652000', '201516.655000', '201516.658000', '201516.660000', '201516.663000', '201516.666000', '201516.668000', '201516.671000', '201516.673000', '201516.676000', '201516.679000', '201516.681000', '201516.684000', '201536.562000', '201536.564000', '201536.567000', '201536.570000', '201536.572000', '201536.575000', '201536.577000', '201536.580000', '201536.583000', '201536.585000', '201536.588000', '201536.591000', '201536.593000', '201536.596000', '201536.599000', '201536.601000', '201536.604000', '201536.607000', '201536.609000', '201536.612000', '201536.614000', '201536.617000', '201536.620000', '201536.622000', '201536.625000', '201536.628000', '201536.630000', '201536.633000', '201536.635000', '201536.638000', '201536.640000', '201536.643000', '201536.646000', '201536.648000', '201536.651000', '201536.653000', '201536.656000', '201536.659000', '201536.661000', '201536.664000', '201536.667000', '201536.669000', '201536.672000', '201536.674000', '201556.563000', '201556.566000', '201556.568000', '201556.571000', '201556.574000', '201556.576000', '201556.579000', '201556.581000', '201556.584000', '201556.587000', '201556.589000', '201556.592000', '201556.595000', '201556.598000', '201556.600000', '201556.603000', '201556.606000', '201556.608000', '201556.611000', '201556.613000', '201556.616000', '201556.619000', '201556.621000', '201556.624000', '201556.626000', '201556.629000', '201556.632000', '201556.634000', '201556.637000', '201556.640000', '201556.642000', '201556.645000', '201556.648000', '201556.650000', '201556.653000', '201556.655000', '201556.658000', '201556.661000', '201556.663000', '201556.666000', '201556.669000', '201556.671000', '201556.674000', '201616.563000', '201616.565000', '201616.568000', '201616.571000', '201616.573000', '201616.576000', '201616.578000', '201616.581000', '201616.584000', '201616.586000', '201616.589000', '201616.592000', '201616.594000', '201616.597000', '201616.600000', '201616.602000', '201616.605000', '201616.608000', '201616.610000', '201616.613000', '201616.615000', '201616.618000', '201616.621000', '201616.623000', '201616.626000', '201616.629000', '201616.631000', '201616.634000', '201616.636000', '201616.639000', '201616.642000', '201616.644000', '201616.647000', '201616.649000', '201616.652000', '201616.655000', '201616.657000', '201616.660000', '201616.663000', '201616.666000', '201616.668000', '201616.671000', '201616.673000', '201616.676000', '201636.563000', '201636.566000', '201636.568000', '201636.571000', '201636.573000', '201636.576000', '201636.579000', '201636.581000', '201636.584000', '201636.586000', '201636.589000', '201636.592000', '201636.594000', '201636.597000', '201636.600000', '201636.602000', '201636.605000', '201636.608000', '201636.610000', '201636.613000', '201636.615000', '201636.618000', '201636.621000', '201636.623000', '201636.626000', '201636.629000', '201636.631000', '201636.634000', '201636.636000', '201636.639000', '201636.642000', '201636.644000', '201636.647000', '201636.650000', '201636.652000', '201636.655000', '201636.658000', '201636.678000', '201636.682000', '201636.685000', '201636.688000', '201636.690000', '201636.693000', '201656.563000', '201656.565000', '201656.568000', '201656.571000', '201656.573000', '201656.576000', '201656.579000', '201656.581000', '201656.584000', '201656.587000', '201656.589000', '201656.592000', '201656.594000', '201656.597000', '201656.600000', '201656.602000', '201656.605000', '201656.608000', '201656.610000', '201656.613000', '201656.615000', '201656.618000', '201656.621000', '201656.623000', '201656.626000', '201656.629000', '201656.631000', '201656.634000', '201656.636000', '201656.639000', '201656.641000', '201656.644000', '201656.647000', '201656.649000', '201656.652000', '201656.654000', '201656.657000', '201656.660000', '201656.662000', '201656.665000', '201656.668000', '201656.670000', '201656.673000', '201656.675000', '201716.563000', '201716.565000', '201716.568000', '201716.571000', '201716.573000', '201716.576000', '201716.579000', '201716.581000', '201716.584000', '201716.587000', '201716.589000', '201716.592000', '201716.595000', '201716.597000', '201716.600000', '201716.602000', '201716.605000', '201716.608000', '201716.610000', '201716.613000', '201716.615000', '201716.618000', '201716.621000', '201716.623000', '201716.626000', '201716.629000', '201716.631000', '201716.634000', '201716.637000', '201716.640000', '201716.642000', '201716.645000', '201716.648000', '201716.650000', '201716.653000', '201716.656000', '201716.659000', '201716.661000', '201716.664000', '201716.666000', '201716.669000', '201716.672000', '201716.674000', '201736.563000', '201736.566000', '201736.570000', '201736.573000', '201736.576000', '201736.578000', '201736.581000', '201736.584000', '201736.586000', '201736.589000', '201736.592000', '201736.594000', '201736.597000', '201736.600000', '201736.602000', '201736.605000', '201736.607000', '201736.610000', '201736.613000', '201736.615000', '201736.618000', '201736.621000', '201736.623000', '201736.626000', '201736.628000', '201736.631000', '201736.634000', '201736.636000', '201736.639000', '201736.641000', '201736.644000', '201736.647000', '201736.649000', '201736.652000', '201736.654000', '201736.657000', '201736.660000', '201736.662000', '201736.665000', '201736.668000', '201736.670000', '201736.673000', '201736.676000', '201736.678000', '201756.562000', '201756.565000', '201756.567000', '201756.570000', '201756.572000', '201756.575000', '201756.578000', '201756.580000', '201756.583000', '201756.586000', '201756.588000', '201756.591000', '201756.593000', '201756.596000', '201756.599000', '201756.601000', '201756.604000', '201756.606000', '201756.609000', '201756.612000', '201756.614000', '201756.617000', '201756.620000', '201756.622000', '201756.625000', '201756.627000', '201756.630000', '201756.633000', '201756.635000', '201756.638000', '201756.640000', '201756.643000', '201756.646000', '201756.648000', '201756.651000', '201756.654000', '201756.656000', '201756.659000', '201756.661000', '201756.664000', '201756.667000', '201756.670000', '201756.672000', '201816.563000', '201816.565000', '201816.568000', '201816.571000', '201816.573000', '201816.605000', '201816.608000', '201816.610000', '201816.613000', '201816.615000', '201816.618000', '201816.621000', '201816.623000', '201816.626000', '201816.629000', '201816.631000', '201816.634000', '201816.636000', '201816.639000', '201816.642000', '201816.644000', '201816.647000', '201816.650000', '201816.652000', '201816.655000', '201816.657000', '201816.660000', '201816.662000', '201816.665000', '201816.668000', '201816.670000', '201816.673000', '201816.676000', '201816.678000', '201816.681000', '201816.684000', '201816.686000', '201816.689000', '201816.692000', '201816.694000', '201816.697000', '201816.700000', '201816.702000', '201816.705000', '201836.563000', '201836.565000', '201836.568000', '201836.571000', '201836.573000', '201836.576000', '201836.579000', '201836.581000', '201836.584000', '201836.587000', '201836.589000', '201836.592000', '201836.595000', '201836.597000', '201836.600000', '201836.602000', '201836.605000', '201836.608000', '201836.611000', '201836.613000', '201836.616000', '201836.619000', '201836.621000', '201836.624000', '201836.626000', '201836.629000', '201836.632000', '201836.634000', '201836.637000', '201836.640000', '201836.642000', '201836.645000', '201836.647000', '201836.650000', '201836.653000', '201836.655000', '201836.658000', '201836.661000', '201836.664000', '201836.666000', '201836.669000', '201836.671000', '201836.674000', '201856.563000', '201856.566000', '201856.568000', '201856.571000', '201856.574000', '201856.577000', '201856.579000', '201856.582000', '201856.584000', '201856.587000', '201856.590000', '201856.592000', '201856.595000', '201856.598000', '201856.600000', '201856.603000', '201856.605000', '201856.608000', '201856.611000', '201856.613000', '201856.616000', '201856.618000', '201856.621000', '201856.624000', '201856.626000', '201856.629000', '201856.632000', '201856.634000', '201856.637000', '201856.639000', '201856.642000', '201856.645000', '201856.647000', '201856.650000', '201856.652000', '201856.655000', '201856.658000', '201856.660000', '201856.663000', '201856.665000', '201856.668000', '201856.671000', '201856.673000', '201856.676000', '201916.563000', '201916.566000', '201916.568000', '201916.571000', '201916.574000', '201916.576000', '201916.579000', '201916.581000', '201916.584000', '201916.586000', '201916.589000', '201916.592000', '201916.594000', '201916.597000', '201916.600000', '201916.602000', '201916.605000', '201916.608000', '201916.610000', '201916.613000', '201916.616000', '201916.618000', '201916.621000', '201916.624000', '201916.626000', '201916.629000', '201916.631000', '201916.634000', '201916.637000', '201916.639000', '201916.642000', '201916.644000', '201916.647000', '201916.650000', '201916.652000', '201916.655000', '201916.657000', '201916.660000', '201916.663000', '201916.665000', '201916.668000', '201916.671000', '201916.673000', '201936.563000', '201936.597000', '201936.600000', '201936.602000', '201936.605000', '201936.607000', '201936.610000', '201936.613000', '201936.615000', '201936.618000', '201936.620000', '201936.623000', '201936.626000', '201936.628000', '201936.631000', '201936.634000', '201936.636000', '201936.639000', '201936.641000', '201936.644000', '201936.647000', '201936.649000', '201936.652000', '201936.654000', '201936.657000', '201936.660000', '201936.662000', '201936.665000', '201936.668000', '201936.670000', '201936.673000', '201936.675000', '201936.678000', '201936.681000', '201936.683000', '201936.686000', '201936.688000', '201936.691000', '201936.694000', '201936.696000', '201936.699000', '201936.701000', '201936.704000', '201936.707000', '201956.563000', '201956.566000', '201956.568000', '201956.571000', '201956.573000', '201956.576000', '201956.579000', '201956.581000', '201956.584000', '201956.586000', '201956.589000', '201956.592000', '201956.594000', '201956.597000', '201956.600000', '201956.602000', '201956.605000', '201956.608000', '201956.610000', '201956.613000', '201956.615000', '201956.618000', '201956.621000', '201956.623000', '201956.626000', '201956.628000', '201956.631000', '201956.634000', '201956.636000', '201956.639000', '201956.642000', '201956.644000', '201956.647000', '201956.649000', '201956.652000', '201956.655000', '201956.657000', '201956.660000', '201956.662000', '201956.665000', '201956.668000', '201956.670000', '201956.673000', '202016.563000', '202016.566000', '202016.568000', '202016.571000', '202016.574000', '202016.576000', '202016.579000', '202016.581000', '202016.584000', '202016.587000', '202016.589000', '202016.592000', '202016.595000', '202016.597000', '202016.600000', '202016.603000', '202016.605000', '202016.608000', '202016.611000', '202016.613000', '202016.616000', '202016.618000', '202016.621000', '202016.624000', '202016.626000', '202016.629000', '202016.631000', '202016.634000', '202016.637000', '202016.639000', '202016.642000', '202016.645000', '202016.647000', '202016.650000', '202016.652000', '202016.655000', '202016.658000', '202016.660000', '202016.663000', '202016.665000', '202016.668000', '202016.671000', '202016.673000', '202016.676000', '202036.562000', '202036.565000', '202036.568000', '202036.571000', '202036.573000', '202036.576000', '202036.579000', '202036.581000', '202036.584000', '202036.586000', '202036.589000', '202036.592000', '202036.595000', '202036.597000', '202036.600000', '202036.602000', '202036.605000', '202036.608000', '202036.610000', '202036.613000', '202036.616000', '202036.618000', '202036.621000', '202036.623000', '202036.626000', '202036.629000', '202036.631000', '202036.634000', '202036.637000', '202036.639000', '202036.642000', '202036.644000', '202036.647000', '202036.650000', '202036.652000', '202036.655000', '202036.657000', '202036.660000', '202036.663000', '202036.665000', '202036.668000', '202036.671000', '202036.673000', '202056.563000', '202056.566000', '202056.568000', '202056.571000', '202056.574000', '202056.576000', '202056.579000', '202056.581000', '202056.584000', '202056.587000', '202056.589000', '202056.592000', '202056.595000', '202056.598000', '202056.600000', '202056.603000', '202056.605000', '202056.608000', '202056.611000', '202056.613000', '202056.616000', '202056.619000', '202056.621000', '202056.624000', '202056.627000', '202056.629000', '202056.632000', '202056.635000', '202056.637000', '202056.640000', '202056.642000', '202056.645000', '202056.648000', '202056.650000', '202056.653000', '202056.655000', '202056.658000', '202056.661000', '202056.664000', '202056.666000', '202056.669000', '202056.671000', '202056.674000', '202116.563000', '202116.565000', '202116.568000', '202116.571000', '202116.573000', '202116.576000', '202116.579000', '202116.581000', '202116.584000', '202116.586000', '202116.589000', '202116.592000', '202116.595000', '202116.597000', '202116.600000', '202116.603000', '202116.605000', '202116.608000', '202116.610000', '202116.613000', '202116.615000', '202116.618000', '202116.621000', '202116.623000', '202116.626000', '202116.628000', '202116.631000', '202116.634000', '202116.636000', '202116.639000', '202116.642000', '202116.644000', '202116.647000', '202116.649000', '202116.652000', '202116.655000', '202116.657000', '202116.660000', '202116.662000', '202116.665000', '202116.668000', '202116.670000', '202116.673000', '202116.675000', '202136.563000', '202136.566000', '202136.568000', '202136.571000', '202136.574000', '202136.576000', '202136.579000', '202136.581000', '202136.584000', '202136.587000', '202136.589000', '202136.592000', '202136.595000', '202136.597000', '202136.602000', '202136.605000', '202136.608000', '202136.611000', '202136.613000', '202136.616000', '202136.619000', '202136.621000', '202136.624000', '202136.627000', '202136.629000', '202136.632000', '202136.635000', '202136.637000', '202136.640000', '202136.642000', '202136.645000', '202136.647000', '202136.650000', '202136.653000', '202136.656000', '202136.658000', '202136.661000', '202136.663000', '202136.666000', '202136.669000', '202136.671000', '202136.674000', '202136.677000', '202136.679000', '202156.563000', '202156.566000', '202156.568000', '202156.571000', '202156.573000', '202156.576000', '202156.579000', '202156.581000', '202156.584000', '202156.587000', '202156.589000', '202156.592000', '202156.595000', '202156.597000', '202156.600000', '202156.603000', '202156.605000', '202156.608000', '202156.610000', '202156.613000', '202156.616000', '202156.618000', '202156.621000', '202156.624000', '202156.626000', '202156.629000', '202156.632000', '202156.634000', '202156.637000', '202156.639000', '202156.642000', '202156.645000', '202156.647000', '202156.650000', '202156.652000', '202156.655000', '202156.658000', '202156.660000', '202156.663000', '202156.666000', '202156.668000', '202156.671000', '202156.673000', '202216.563000', '202216.566000', '202216.568000', '202216.571000', '202216.574000', '202216.576000', '202216.579000', '202216.582000', '202216.584000', '202216.587000', '202216.590000', '202216.593000', '202216.595000', '202216.598000', '202216.600000', '202216.603000', '202216.606000', '202216.608000', '202216.611000', '202216.613000', '202216.616000', '202216.619000', '202216.621000', '202216.624000', '202216.627000', '202216.629000', '202216.632000', '202216.635000', '202216.637000', '202216.640000', '202216.643000', '202216.645000', '202216.648000', '202216.650000', '202216.653000', '202216.656000', '202216.658000', '202216.661000', '202216.664000', '202216.666000', '202216.669000', '202216.671000', '202216.674000', '202236.562000', '202236.565000', '202236.567000', '202236.570000', '202236.572000', '202236.575000', '202236.578000', '202236.580000', '202236.583000', '202236.586000', '202236.588000', '202236.591000', '202236.594000', '202236.597000', '202236.599000', '202236.602000', '202236.605000', '202236.608000', '202236.610000', '202236.613000', '202236.615000', '202236.618000', '202236.622000', '202236.624000', '202236.627000', '202236.630000', '202236.632000', '202236.635000', '202236.637000', '202236.640000', '202236.643000', '202236.645000', '202236.648000', '202236.651000', '202236.653000', '202236.656000', '202236.659000', '202236.662000', '202236.664000', '202236.667000', '202236.669000', '202236.672000', '202236.675000', '202236.677000', '202256.563000', '202256.565000', '202256.568000', '202256.571000', '202256.573000', '202256.576000', '202256.579000', '202256.581000', '202256.584000', '202256.586000', '202256.589000', '202256.592000', '202256.594000', '202256.597000', '202256.600000', '202256.602000', '202256.605000', '202256.607000', '202256.610000', '202256.613000', '202256.615000', '202256.618000', '202256.621000', '202256.623000', '202256.626000', '202256.629000', '202256.631000', '202256.634000', '202256.636000', '202256.639000', '202256.642000', '202256.645000', '202256.648000', '202256.650000', '202256.653000', '202256.655000', '202256.658000', '202256.661000', '202256.663000', '202256.666000', '202256.669000', '202256.671000', '202256.674000', '202316.563000', '202316.566000', '202316.568000', '202316.571000', '202316.573000', '202316.576000', '202316.579000', '202316.581000', '202316.584000', '202316.586000', '202316.589000', '202316.592000', '202316.594000', '202316.597000', '202316.600000', '202316.602000', '202316.605000', '202316.608000', '202316.610000', '202316.613000', '202316.615000', '202316.634000', '202316.637000', '202316.639000', '202316.642000', '202316.645000', '202316.647000', '202316.650000', '202316.653000', '202316.655000', '202316.658000', '202316.661000', '202316.663000', '202316.666000', '202316.668000', '202316.671000', '202316.674000', '202316.677000', '202316.679000', '202316.682000', '202316.685000', '202316.687000', '202316.690000', '202316.693000', '202336.563000', '202336.566000', '202336.568000', '202336.571000', '202336.573000', '202336.576000', '202336.579000', '202336.581000', '202336.584000', '202336.587000', '202336.589000', '202336.592000', '202336.595000', '202336.597000', '202336.600000', '202336.603000', '202336.605000', '202336.608000', '202336.610000', '202336.613000', '202336.616000', '202336.619000', '202336.621000', '202336.624000', '202336.626000', '202336.629000', '202336.632000', '202336.634000', '202336.637000', '202336.639000', '202336.642000', '202336.645000', '202336.647000', '202336.650000', '202336.652000', '202336.655000', '202336.658000', '202336.660000', '202336.663000', '202336.665000', '202336.668000', '202336.671000', '202336.673000', '202356.563000', '202356.566000', '202356.568000', '202356.571000', '202356.574000', '202356.576000', '202356.579000', '202356.582000', '202356.584000', '202356.587000', '202356.590000', '202356.592000', '202356.595000', '202356.597000', '202356.600000', '202356.603000', '202356.605000', '202356.608000', '202356.610000', '202356.613000', '202356.616000', '202356.618000', '202356.621000', '202356.624000', '202356.626000', '202356.629000', '202356.631000', '202356.634000', '202356.637000', '202356.639000', '202356.642000', '202356.644000', '202356.647000', '202356.650000', '202356.652000', '202356.655000', '202356.658000', '202356.660000', '202356.663000', '202356.665000', '202356.668000', '202356.671000', '202356.673000', '202356.676000', '202416.563000', '202416.566000', '202416.568000', '202416.571000', '202416.574000', '202416.576000', '202416.579000', '202416.581000', '202416.584000', '202416.587000', '202416.589000', '202416.592000', '202416.595000', '202416.597000', '202416.600000', '202416.602000', '202416.605000', '202416.608000', '202416.610000', '202416.613000', '202416.615000', '202416.618000', '202416.621000', '202416.623000', '202416.626000', '202416.629000', '202416.632000', '202416.635000', '202416.638000', '202416.641000', '202416.643000', '202416.646000', '202416.649000', '202416.651000', '202416.654000', '202416.656000', '202416.659000', '202416.661000', '202416.664000', '202416.667000', '202416.669000', '202416.672000', '202416.674000', '202436.563000', '202436.566000', '202436.568000', '202436.571000', '202436.574000', '202436.576000', '202436.579000', '202436.582000', '202436.584000', '202436.587000', '202436.590000', '202436.592000', '202436.595000', '202436.598000', '202436.600000', '202436.603000', '202436.606000', '202436.608000', '202436.611000', '202436.614000', '202436.616000', '202436.619000', '202436.621000', '202436.624000', '202436.627000', '202436.629000', '202436.632000', '202436.635000', '202436.637000', '202436.640000', '202436.643000', '202436.645000', '202436.648000', '202436.651000', '202436.653000', '202436.656000', '202436.659000', '202436.661000', '202436.664000', '202436.667000', '202436.669000', '202436.672000', '202436.675000', '202436.677000', '202456.562000', '202456.565000', '202456.568000', '202456.570000', '202456.573000', '202456.575000', '202456.578000', '202456.581000', '202456.584000', '202456.586000', '202456.589000', '202456.592000', '202456.594000', '202456.597000', '202456.599000', '202456.602000', '202456.605000', '202456.607000', '202456.610000', '202456.613000', '202456.615000', '202456.618000', '202456.620000', '202456.623000', '202456.626000', '202456.628000', '202456.631000', '202456.634000', '202456.636000', '202456.639000', '202456.642000', '202456.644000', '202456.647000', '202456.650000', '202456.653000', '202456.655000', '202456.658000', '202456.661000', '202456.663000', '202456.666000', '202456.668000', '202456.671000', '202456.674000', '202516.563000', '202516.566000', '202516.568000', '202516.571000', '202516.574000', '202516.576000', '202516.579000', '202516.581000', '202516.584000', '202516.587000', '202516.589000', '202516.592000', '202516.595000', '202516.597000', '202516.600000', '202516.602000', '202516.605000', '202516.608000', '202516.610000', '202516.613000', '202516.616000', '202516.618000', '202516.621000', '202516.623000', '202516.626000', '202516.629000', '202516.631000', '202516.634000', '202516.636000', '202516.639000', '202516.642000', '202516.644000', '202516.647000', '202516.649000', '202516.652000', '202516.655000', '202516.657000', '202516.660000', '202516.662000', '202516.665000', '202516.668000', '202516.670000', '202516.673000', '202516.676000', '202536.563000', '202536.566000', '202536.568000', '202536.571000', '202536.574000', '202536.576000', '202536.579000', '202536.581000', '202536.584000', '202536.587000', '202536.589000', '202536.592000', '202536.595000', '202536.597000', '202536.612000', '202536.614000', '202536.617000', '202536.620000', '202536.622000', '202536.625000', '202536.627000', '202536.630000', '202536.633000', '202536.635000', '202536.638000', '202536.641000', '202536.643000', '202536.646000', '202536.649000', '202536.652000', '202536.654000', '202536.657000', '202536.660000', '202536.662000', '202536.665000', '202536.668000', '202536.670000', '202536.673000', '202536.675000', '202536.678000', '202536.681000', '202536.683000', '202536.686000', '202556.563000', '202556.566000', '202556.568000', '202556.571000', '202556.573000', '202556.576000', '202556.579000', '202556.581000', '202556.584000', '202556.586000', '202556.589000', '202556.592000', '202556.594000', '202556.597000', '202556.600000', '202556.602000', '202556.605000', '202556.608000', '202556.610000', '202556.613000', '202556.615000', '202556.618000', '202556.621000', '202556.623000', '202556.626000', '202556.628000', '202556.631000', '202556.634000', '202556.636000', '202556.639000', '202556.642000', '202556.644000', '202556.647000', '202556.649000', '202556.652000', '202556.655000', '202556.657000', '202556.660000', '202556.662000', '202556.665000', '202556.667000', '202556.670000', '202556.673000', '202556.675000', '202614.849000', '202614.852000', '202614.855000', '202614.858000', '202614.861000', '202614.863000', '202614.866000', '202614.869000', '202614.872000', '202614.875000', '202614.878000', '202614.881000', '202614.884000', '202614.886000', '202614.889000', '202614.892000', '202614.894000', '202614.897000', '202614.900000', '202614.902000', '202614.905000', '202614.908000', '202614.911000', '202614.913000', '202614.916000', '202614.918000', '202614.921000', '202614.924000', '202614.927000', '202614.930000', '202614.932000', '202614.935000', '202614.938000', '202614.941000', '202614.943000', '202614.946000', '202614.949000', '202614.951000', '202614.954000', '202614.957000'], 'InstanceCreationTime': ['201216.597000', '201216.600000', '201216.603000', '201216.605000', '201216.608000', '201216.610000', '201216.613000', '201216.615000', '201216.618000', '201216.621000', '201216.623000', '201216.626000', '201216.629000', '201216.631000', '201216.634000', '201216.636000', '201216.639000', '201216.642000', '201216.644000', '201216.647000', '201216.649000', '201216.652000', '201216.661000', '201216.663000', '201216.666000', '201216.668000', '201216.671000', '201216.674000', '201216.676000', '201216.679000', '201216.682000', '201216.684000', '201216.687000', '201216.690000', '201216.692000', '201216.695000', '201236.564000', '201236.567000', '201236.569000', '201236.572000', '201236.574000', '201236.577000', '201236.580000', '201236.582000', '201236.585000', '201236.587000', '201236.592000', '201236.595000', '201236.597000', '201236.600000', '201236.602000', '201236.605000', '201236.608000', '201236.610000', '201236.613000', '201236.616000', '201236.618000', '201236.621000', '201236.623000', '201236.626000', '201236.628000', '201236.631000', '201236.634000', '201236.636000', '201236.639000', '201236.641000', '201236.644000', '201236.647000', '201236.649000', '201236.652000', '201236.654000', '201236.657000', '201236.660000', '201236.662000', '201236.665000', '201236.667000', '201236.670000', '201236.672000', '201236.675000', '201236.677000', '201256.562000', '201256.572000', '201256.575000', '201256.578000', '201256.580000', '201256.583000', '201256.586000', '201256.588000', '201256.591000', '201256.593000', '201256.596000', '201256.599000', '201256.601000', '201256.604000', '201256.606000', '201256.609000', '201256.611000', '201256.614000', '201256.617000', '201256.619000', '201256.622000', '201256.625000', '201256.627000', '201256.630000', '201256.632000', '201256.635000', '201256.637000', '201256.640000', '201256.642000', '201256.645000', '201256.648000', '201256.650000', '201256.653000', '201256.656000', '201256.658000', '201256.661000', '201256.663000', '201256.666000', '201256.669000', '201256.671000', '201256.674000', '201256.676000', '201256.679000', '201316.562000', '201316.564000', '201316.567000', '201316.570000', '201316.572000', '201316.575000', '201316.578000', '201316.580000', '201316.583000', '201316.585000', '201316.588000', '201316.591000', '201316.593000', '201316.596000', '201316.599000', '201316.601000', '201316.604000', '201316.606000', '201316.609000', '201316.612000', '201316.614000', '201316.617000', '201316.619000', '201316.622000', '201316.625000', '201316.627000', '201316.630000', '201316.632000', '201316.635000', '201316.638000', '201316.640000', '201316.643000', '201316.645000', '201316.648000', '201316.656000', '201316.658000', '201316.661000', '201316.664000', '201316.666000', '201316.669000', '201316.671000', '201316.674000', '201316.677000', '201316.679000', '201336.562000', '201336.565000', '201336.568000', '201336.571000', '201336.573000', '201336.576000', '201336.578000', '201336.581000', '201336.583000', '201336.586000', '201336.589000', '201336.591000', '201336.594000', '201336.597000', '201336.599000', '201336.602000', '201336.612000', '201336.615000', '201336.618000', '201336.620000', '201336.623000', '201336.625000', '201336.628000', '201336.630000', '201336.633000', '201336.636000', '201336.638000', '201336.641000', '201336.643000', '201336.646000', '201336.649000', '201336.651000', '201336.654000', '201336.657000', '201336.659000', '201336.662000', '201336.664000', '201336.667000', '201336.669000', '201336.672000', '201336.675000', '201336.677000', '201336.680000', '201356.562000', '201356.565000', '201356.568000', '201356.571000', '201356.573000', '201356.576000', '201356.578000', '201356.581000', '201356.584000', '201356.586000', '201356.589000', '201356.592000', '201356.594000', '201356.597000', '201356.599000', '201356.603000', '201356.606000', '201356.609000', '201356.611000', '201356.614000', '201356.616000', '201356.619000', '201356.622000', '201356.624000', '201356.627000', '201356.629000', '201356.632000', '201356.634000', '201356.637000', '201356.640000', '201356.642000', '201356.645000', '201356.648000', '201356.651000', '201356.653000', '201356.656000', '201356.658000', '201356.661000', '201356.664000', '201356.666000', '201356.669000', '201356.671000', '201356.674000', '201356.676000', '201416.562000', '201416.565000', '201416.568000', '201416.571000', '201416.573000', '201416.576000', '201416.578000', '201416.581000', '201416.583000', '201416.586000', '201416.589000', '201416.591000', '201416.594000', '201416.597000', '201416.599000', '201416.602000', '201416.605000', '201416.607000', '201416.610000', '201416.612000', '201416.615000', '201416.618000', '201416.620000', '201416.623000', '201416.625000', '201416.628000', '201416.631000', '201416.633000', '201416.636000', '201416.638000', '201416.641000', '201416.644000', '201416.646000', '201416.649000', '201416.651000', '201416.654000', '201416.657000', '201416.659000', '201416.662000', '201416.665000', '201416.667000', '201416.670000', '201416.672000', '201436.563000', '201436.565000', '201436.568000', '201436.571000', '201436.573000', '201436.576000', '201436.578000', '201436.581000', '201436.584000', '201436.586000', '201436.589000', '201436.592000', '201436.594000', '201436.597000', '201436.600000', '201436.603000', '201436.605000', '201436.608000', '201436.611000', '201436.614000', '201436.616000', '201436.619000', '201436.621000', '201436.624000', '201436.627000', '201436.629000', '201436.632000', '201436.634000', '201436.637000', '201436.640000', '201436.642000', '201436.645000', '201436.647000', '201436.650000', '201436.653000', '201436.655000', '201436.658000', '201436.660000', '201436.663000', '201436.666000', '201436.668000', '201436.671000', '201436.673000', '201456.562000', '201456.565000', '201456.568000', '201456.570000', '201456.573000', '201456.576000', '201456.578000', '201456.581000', '201456.583000', '201456.586000', '201456.589000', '201456.591000', '201456.594000', '201456.597000', '201456.599000', '201456.602000', '201456.604000', '201456.607000', '201456.610000', '201456.612000', '201456.615000', '201456.617000', '201456.620000', '201456.622000', '201456.625000', '201456.627000', '201456.630000', '201456.633000', '201456.635000', '201456.638000', '201456.641000', '201456.643000', '201456.646000', '201456.648000', '201456.651000', '201456.654000', '201456.656000', '201456.659000', '201456.662000', '201456.664000', '201456.667000', '201456.669000', '201456.672000', '201456.675000', '201516.563000', '201516.566000', '201516.568000', '201516.571000', '201516.574000', '201516.576000', '201516.579000', '201516.581000', '201516.584000', '201516.587000', '201516.589000', '201516.592000', '201516.604000', '201516.606000', '201516.609000', '201516.612000', '201516.614000', '201516.617000', '201516.619000', '201516.622000', '201516.625000', '201516.627000', '201516.630000', '201516.632000', '201516.635000', '201516.638000', '201516.641000', '201516.644000', '201516.647000', '201516.650000', '201516.652000', '201516.655000', '201516.658000', '201516.660000', '201516.663000', '201516.666000', '201516.668000', '201516.671000', '201516.673000', '201516.676000', '201516.679000', '201516.681000', '201516.684000', '201536.562000', '201536.564000', '201536.567000', '201536.570000', '201536.572000', '201536.575000', '201536.577000', '201536.580000', '201536.583000', '201536.585000', '201536.588000', '201536.591000', '201536.593000', '201536.596000', '201536.599000', '201536.601000', '201536.604000', '201536.607000', '201536.609000', '201536.612000', '201536.614000', '201536.617000', '201536.620000', '201536.622000', '201536.625000', '201536.628000', '201536.630000', '201536.633000', '201536.635000', '201536.638000', '201536.640000', '201536.643000', '201536.646000', '201536.648000', '201536.651000', '201536.653000', '201536.656000', '201536.659000', '201536.661000', '201536.664000', '201536.667000', '201536.669000', '201536.672000', '201536.674000', '201556.563000', '201556.566000', '201556.568000', '201556.571000', '201556.574000', '201556.576000', '201556.579000', '201556.581000', '201556.584000', '201556.587000', '201556.589000', '201556.592000', '201556.595000', '201556.598000', '201556.600000', '201556.603000', '201556.606000', '201556.608000', '201556.611000', '201556.613000', '201556.616000', '201556.619000', '201556.621000', '201556.624000', '201556.626000', '201556.629000', '201556.632000', '201556.634000', '201556.637000', '201556.640000', '201556.642000', '201556.645000', '201556.648000', '201556.650000', '201556.653000', '201556.655000', '201556.658000', '201556.661000', '201556.663000', '201556.666000', '201556.669000', '201556.671000', '201556.674000', '201616.563000', '201616.565000', '201616.568000', '201616.571000', '201616.573000', '201616.576000', '201616.578000', '201616.581000', '201616.584000', '201616.586000', '201616.589000', '201616.592000', '201616.594000', '201616.597000', '201616.600000', '201616.602000', '201616.605000', '201616.608000', '201616.610000', '201616.613000', '201616.615000', '201616.618000', '201616.621000', '201616.623000', '201616.626000', '201616.629000', '201616.631000', '201616.634000', '201616.636000', '201616.639000', '201616.642000', '201616.644000', '201616.647000', '201616.649000', '201616.652000', '201616.655000', '201616.657000', '201616.660000', '201616.663000', '201616.666000', '201616.668000', '201616.671000', '201616.673000', '201616.676000', '201636.563000', '201636.566000', '201636.568000', '201636.571000', '201636.573000', '201636.576000', '201636.579000', '201636.581000', '201636.584000', '201636.586000', '201636.589000', '201636.592000', '201636.594000', '201636.597000', '201636.600000', '201636.602000', '201636.605000', '201636.608000', '201636.610000', '201636.613000', '201636.615000', '201636.618000', '201636.621000', '201636.623000', '201636.626000', '201636.629000', '201636.631000', '201636.634000', '201636.636000', '201636.639000', '201636.642000', '201636.644000', '201636.647000', '201636.650000', '201636.652000', '201636.655000', '201636.658000', '201636.678000', '201636.682000', '201636.685000', '201636.688000', '201636.690000', '201636.693000', '201656.563000', '201656.565000', '201656.568000', '201656.571000', '201656.573000', '201656.576000', '201656.579000', '201656.581000', '201656.584000', '201656.587000', '201656.589000', '201656.592000', '201656.594000', '201656.597000', '201656.600000', '201656.602000', '201656.605000', '201656.608000', '201656.610000', '201656.613000', '201656.615000', '201656.618000', '201656.621000', '201656.623000', '201656.626000', '201656.629000', '201656.631000', '201656.634000', '201656.636000', '201656.639000', '201656.641000', '201656.644000', '201656.647000', '201656.649000', '201656.652000', '201656.654000', '201656.657000', '201656.660000', '201656.662000', '201656.665000', '201656.668000', '201656.670000', '201656.673000', '201656.675000', '201716.563000', '201716.565000', '201716.568000', '201716.571000', '201716.573000', '201716.576000', '201716.579000', '201716.581000', '201716.584000', '201716.587000', '201716.589000', '201716.592000', '201716.595000', '201716.597000', '201716.600000', '201716.602000', '201716.605000', '201716.608000', '201716.610000', '201716.613000', '201716.615000', '201716.618000', '201716.621000', '201716.623000', '201716.626000', '201716.629000', '201716.631000', '201716.634000', '201716.637000', '201716.640000', '201716.642000', '201716.645000', '201716.648000', '201716.650000', '201716.653000', '201716.656000', '201716.659000', '201716.661000', '201716.664000', '201716.666000', '201716.669000', '201716.672000', '201716.674000', '201736.563000', '201736.566000', '201736.570000', '201736.573000', '201736.576000', '201736.578000', '201736.581000', '201736.584000', '201736.586000', '201736.589000', '201736.592000', '201736.594000', '201736.597000', '201736.600000', '201736.602000', '201736.605000', '201736.607000', '201736.610000', '201736.613000', '201736.615000', '201736.618000', '201736.621000', '201736.623000', '201736.626000', '201736.628000', '201736.631000', '201736.634000', '201736.636000', '201736.639000', '201736.641000', '201736.644000', '201736.647000', '201736.649000', '201736.652000', '201736.654000', '201736.657000', '201736.660000', '201736.662000', '201736.665000', '201736.668000', '201736.670000', '201736.673000', '201736.676000', '201736.678000', '201756.562000', '201756.565000', '201756.567000', '201756.570000', '201756.572000', '201756.575000', '201756.578000', '201756.580000', '201756.583000', '201756.586000', '201756.588000', '201756.591000', '201756.593000', '201756.596000', '201756.599000', '201756.601000', '201756.604000', '201756.606000', '201756.609000', '201756.612000', '201756.614000', '201756.617000', '201756.620000', '201756.622000', '201756.625000', '201756.627000', '201756.630000', '201756.633000', '201756.635000', '201756.638000', '201756.640000', '201756.643000', '201756.646000', '201756.648000', '201756.651000', '201756.654000', '201756.656000', '201756.659000', '201756.661000', '201756.664000', '201756.667000', '201756.670000', '201756.672000', '201816.563000', '201816.565000', '201816.568000', '201816.571000', '201816.573000', '201816.605000', '201816.608000', '201816.610000', '201816.613000', '201816.615000', '201816.618000', '201816.621000', '201816.623000', '201816.626000', '201816.629000', '201816.631000', '201816.634000', '201816.636000', '201816.639000', '201816.642000', '201816.644000', '201816.647000', '201816.650000', '201816.652000', '201816.655000', '201816.657000', '201816.660000', '201816.662000', '201816.665000', '201816.668000', '201816.670000', '201816.673000', '201816.676000', '201816.678000', '201816.681000', '201816.684000', '201816.686000', '201816.689000', '201816.692000', '201816.694000', '201816.697000', '201816.700000', '201816.702000', '201816.705000', '201836.563000', '201836.565000', '201836.568000', '201836.571000', '201836.573000', '201836.576000', '201836.579000', '201836.581000', '201836.584000', '201836.587000', '201836.589000', '201836.592000', '201836.595000', '201836.597000', '201836.600000', '201836.602000', '201836.605000', '201836.608000', '201836.611000', '201836.613000', '201836.616000', '201836.619000', '201836.621000', '201836.624000', '201836.626000', '201836.629000', '201836.632000', '201836.634000', '201836.637000', '201836.640000', '201836.642000', '201836.645000', '201836.647000', '201836.650000', '201836.653000', '201836.655000', '201836.658000', '201836.661000', '201836.664000', '201836.666000', '201836.669000', '201836.671000', '201836.674000', '201856.563000', '201856.566000', '201856.568000', '201856.571000', '201856.574000', '201856.577000', '201856.579000', '201856.582000', '201856.584000', '201856.587000', '201856.590000', '201856.592000', '201856.595000', '201856.598000', '201856.600000', '201856.603000', '201856.605000', '201856.608000', '201856.611000', '201856.613000', '201856.616000', '201856.618000', '201856.621000', '201856.624000', '201856.626000', '201856.629000', '201856.632000', '201856.634000', '201856.637000', '201856.639000', '201856.642000', '201856.645000', '201856.647000', '201856.650000', '201856.652000', '201856.655000', '201856.658000', '201856.660000', '201856.663000', '201856.665000', '201856.668000', '201856.671000', '201856.673000', '201856.676000', '201916.563000', '201916.566000', '201916.568000', '201916.571000', '201916.574000', '201916.576000', '201916.579000', '201916.581000', '201916.584000', '201916.586000', '201916.589000', '201916.592000', '201916.594000', '201916.597000', '201916.600000', '201916.602000', '201916.605000', '201916.608000', '201916.610000', '201916.613000', '201916.616000', '201916.618000', '201916.621000', '201916.624000', '201916.626000', '201916.629000', '201916.631000', '201916.634000', '201916.637000', '201916.639000', '201916.642000', '201916.644000', '201916.647000', '201916.650000', '201916.652000', '201916.655000', '201916.657000', '201916.660000', '201916.663000', '201916.665000', '201916.668000', '201916.671000', '201916.673000', '201936.563000', '201936.597000', '201936.600000', '201936.602000', '201936.605000', '201936.607000', '201936.610000', '201936.613000', '201936.615000', '201936.618000', '201936.620000', '201936.623000', '201936.626000', '201936.628000', '201936.631000', '201936.634000', '201936.636000', '201936.639000', '201936.641000', '201936.644000', '201936.647000', '201936.649000', '201936.652000', '201936.654000', '201936.657000', '201936.660000', '201936.662000', '201936.665000', '201936.668000', '201936.670000', '201936.673000', '201936.675000', '201936.678000', '201936.681000', '201936.683000', '201936.686000', '201936.688000', '201936.691000', '201936.694000', '201936.696000', '201936.699000', '201936.701000', '201936.704000', '201936.707000', '201956.563000', '201956.566000', '201956.568000', '201956.571000', '201956.573000', '201956.576000', '201956.579000', '201956.581000', '201956.584000', '201956.586000', '201956.589000', '201956.592000', '201956.594000', '201956.597000', '201956.600000', '201956.602000', '201956.605000', '201956.608000', '201956.610000', '201956.613000', '201956.615000', '201956.618000', '201956.621000', '201956.623000', '201956.626000', '201956.628000', '201956.631000', '201956.634000', '201956.636000', '201956.639000', '201956.642000', '201956.644000', '201956.647000', '201956.649000', '201956.652000', '201956.655000', '201956.657000', '201956.660000', '201956.662000', '201956.665000', '201956.668000', '201956.670000', '201956.673000', '202016.563000', '202016.566000', '202016.568000', '202016.571000', '202016.574000', '202016.576000', '202016.579000', '202016.581000', '202016.584000', '202016.587000', '202016.589000', '202016.592000', '202016.595000', '202016.597000', '202016.600000', '202016.603000', '202016.605000', '202016.608000', '202016.611000', '202016.613000', '202016.616000', '202016.618000', '202016.621000', '202016.624000', '202016.626000', '202016.629000', '202016.631000', '202016.634000', '202016.637000', '202016.639000', '202016.642000', '202016.645000', '202016.647000', '202016.650000', '202016.652000', '202016.655000', '202016.658000', '202016.660000', '202016.663000', '202016.665000', '202016.668000', '202016.671000', '202016.673000', '202016.676000', '202036.562000', '202036.565000', '202036.568000', '202036.571000', '202036.573000', '202036.576000', '202036.579000', '202036.581000', '202036.584000', '202036.586000', '202036.589000', '202036.592000', '202036.595000', '202036.597000', '202036.600000', '202036.602000', '202036.605000', '202036.608000', '202036.610000', '202036.613000', '202036.616000', '202036.618000', '202036.621000', '202036.623000', '202036.626000', '202036.629000', '202036.631000', '202036.634000', '202036.637000', '202036.639000', '202036.642000', '202036.644000', '202036.647000', '202036.650000', '202036.652000', '202036.655000', '202036.657000', '202036.660000', '202036.663000', '202036.665000', '202036.668000', '202036.671000', '202036.673000', '202056.563000', '202056.566000', '202056.568000', '202056.571000', '202056.574000', '202056.576000', '202056.579000', '202056.581000', '202056.584000', '202056.587000', '202056.589000', '202056.592000', '202056.595000', '202056.598000', '202056.600000', '202056.603000', '202056.605000', '202056.608000', '202056.611000', '202056.613000', '202056.616000', '202056.619000', '202056.621000', '202056.624000', '202056.627000', '202056.629000', '202056.632000', '202056.635000', '202056.637000', '202056.640000', '202056.642000', '202056.645000', '202056.648000', '202056.650000', '202056.653000', '202056.655000', '202056.658000', '202056.661000', '202056.664000', '202056.666000', '202056.669000', '202056.671000', '202056.674000', '202116.563000', '202116.565000', '202116.568000', '202116.571000', '202116.573000', '202116.576000', '202116.579000', '202116.581000', '202116.584000', '202116.586000', '202116.589000', '202116.592000', '202116.595000', '202116.597000', '202116.600000', '202116.603000', '202116.605000', '202116.608000', '202116.610000', '202116.613000', '202116.615000', '202116.618000', '202116.621000', '202116.623000', '202116.626000', '202116.628000', '202116.631000', '202116.634000', '202116.636000', '202116.639000', '202116.642000', '202116.644000', '202116.647000', '202116.649000', '202116.652000', '202116.655000', '202116.657000', '202116.660000', '202116.662000', '202116.665000', '202116.668000', '202116.670000', '202116.673000', '202116.675000', '202136.563000', '202136.566000', '202136.568000', '202136.571000', '202136.574000', '202136.576000', '202136.579000', '202136.581000', '202136.584000', '202136.587000', '202136.589000', '202136.592000', '202136.595000', '202136.597000', '202136.602000', '202136.605000', '202136.608000', '202136.611000', '202136.613000', '202136.616000', '202136.619000', '202136.621000', '202136.624000', '202136.627000', '202136.629000', '202136.632000', '202136.635000', '202136.637000', '202136.640000', '202136.642000', '202136.645000', '202136.647000', '202136.650000', '202136.653000', '202136.656000', '202136.658000', '202136.661000', '202136.663000', '202136.666000', '202136.669000', '202136.671000', '202136.674000', '202136.677000', '202136.679000', '202156.563000', '202156.566000', '202156.568000', '202156.571000', '202156.573000', '202156.576000', '202156.579000', '202156.581000', '202156.584000', '202156.587000', '202156.589000', '202156.592000', '202156.595000', '202156.597000', '202156.600000', '202156.603000', '202156.605000', '202156.608000', '202156.610000', '202156.613000', '202156.616000', '202156.618000', '202156.621000', '202156.624000', '202156.626000', '202156.629000', '202156.632000', '202156.634000', '202156.637000', '202156.639000', '202156.642000', '202156.645000', '202156.647000', '202156.650000', '202156.652000', '202156.655000', '202156.658000', '202156.660000', '202156.663000', '202156.666000', '202156.668000', '202156.671000', '202156.673000', '202216.563000', '202216.566000', '202216.568000', '202216.571000', '202216.574000', '202216.576000', '202216.579000', '202216.582000', '202216.584000', '202216.587000', '202216.590000', '202216.593000', '202216.595000', '202216.598000', '202216.600000', '202216.603000', '202216.606000', '202216.608000', '202216.611000', '202216.613000', '202216.616000', '202216.619000', '202216.621000', '202216.624000', '202216.627000', '202216.629000', '202216.632000', '202216.635000', '202216.637000', '202216.640000', '202216.643000', '202216.645000', '202216.648000', '202216.650000', '202216.653000', '202216.656000', '202216.658000', '202216.661000', '202216.664000', '202216.666000', '202216.669000', '202216.671000', '202216.674000', '202236.562000', '202236.565000', '202236.567000', '202236.570000', '202236.572000', '202236.575000', '202236.578000', '202236.580000', '202236.583000', '202236.586000', '202236.588000', '202236.591000', '202236.594000', '202236.597000', '202236.599000', '202236.602000', '202236.605000', '202236.608000', '202236.610000', '202236.613000', '202236.615000', '202236.618000', '202236.622000', '202236.624000', '202236.627000', '202236.630000', '202236.632000', '202236.635000', '202236.637000', '202236.640000', '202236.643000', '202236.645000', '202236.648000', '202236.651000', '202236.653000', '202236.656000', '202236.659000', '202236.662000', '202236.664000', '202236.667000', '202236.669000', '202236.672000', '202236.675000', '202236.677000', '202256.563000', '202256.565000', '202256.568000', '202256.571000', '202256.573000', '202256.576000', '202256.579000', '202256.581000', '202256.584000', '202256.586000', '202256.589000', '202256.592000', '202256.594000', '202256.597000', '202256.600000', '202256.602000', '202256.605000', '202256.607000', '202256.610000', '202256.613000', '202256.615000', '202256.618000', '202256.621000', '202256.623000', '202256.626000', '202256.629000', '202256.631000', '202256.634000', '202256.636000', '202256.639000', '202256.642000', '202256.645000', '202256.648000', '202256.650000', '202256.653000', '202256.655000', '202256.658000', '202256.661000', '202256.663000', '202256.666000', '202256.669000', '202256.671000', '202256.674000', '202316.563000', '202316.566000', '202316.568000', '202316.571000', '202316.573000', '202316.576000', '202316.579000', '202316.581000', '202316.584000', '202316.586000', '202316.589000', '202316.592000', '202316.594000', '202316.597000', '202316.600000', '202316.602000', '202316.605000', '202316.608000', '202316.610000', '202316.613000', '202316.615000', '202316.634000', '202316.637000', '202316.639000', '202316.642000', '202316.645000', '202316.647000', '202316.650000', '202316.653000', '202316.655000', '202316.658000', '202316.661000', '202316.663000', '202316.666000', '202316.668000', '202316.671000', '202316.674000', '202316.677000', '202316.679000', '202316.682000', '202316.685000', '202316.687000', '202316.690000', '202316.693000', '202336.563000', '202336.566000', '202336.568000', '202336.571000', '202336.573000', '202336.576000', '202336.579000', '202336.581000', '202336.584000', '202336.587000', '202336.589000', '202336.592000', '202336.595000', '202336.597000', '202336.600000', '202336.603000', '202336.605000', '202336.608000', '202336.610000', '202336.613000', '202336.616000', '202336.619000', '202336.621000', '202336.624000', '202336.626000', '202336.629000', '202336.632000', '202336.634000', '202336.637000', '202336.639000', '202336.642000', '202336.645000', '202336.647000', '202336.650000', '202336.652000', '202336.655000', '202336.658000', '202336.660000', '202336.663000', '202336.665000', '202336.668000', '202336.671000', '202336.673000', '202356.563000', '202356.566000', '202356.568000', '202356.571000', '202356.574000', '202356.576000', '202356.579000', '202356.582000', '202356.584000', '202356.587000', '202356.590000', '202356.592000', '202356.595000', '202356.597000', '202356.600000', '202356.603000', '202356.605000', '202356.608000', '202356.610000', '202356.613000', '202356.616000', '202356.618000', '202356.621000', '202356.624000', '202356.626000', '202356.629000', '202356.631000', '202356.634000', '202356.637000', '202356.639000', '202356.642000', '202356.644000', '202356.647000', '202356.650000', '202356.652000', '202356.655000', '202356.658000', '202356.660000', '202356.663000', '202356.665000', '202356.668000', '202356.671000', '202356.673000', '202356.676000', '202416.563000', '202416.566000', '202416.568000', '202416.571000', '202416.574000', '202416.576000', '202416.579000', '202416.581000', '202416.584000', '202416.587000', '202416.589000', '202416.592000', '202416.595000', '202416.597000', '202416.600000', '202416.602000', '202416.605000', '202416.608000', '202416.610000', '202416.613000', '202416.615000', '202416.618000', '202416.621000', '202416.623000', '202416.626000', '202416.629000', '202416.632000', '202416.635000', '202416.638000', '202416.641000', '202416.643000', '202416.646000', '202416.649000', '202416.651000', '202416.654000', '202416.656000', '202416.659000', '202416.661000', '202416.664000', '202416.667000', '202416.669000', '202416.672000', '202416.674000', '202436.563000', '202436.566000', '202436.568000', '202436.571000', '202436.574000', '202436.576000', '202436.579000', '202436.582000', '202436.584000', '202436.587000', '202436.590000', '202436.592000', '202436.595000', '202436.598000', '202436.600000', '202436.603000', '202436.606000', '202436.608000', '202436.611000', '202436.614000', '202436.616000', '202436.619000', '202436.621000', '202436.624000', '202436.627000', '202436.629000', '202436.632000', '202436.635000', '202436.637000', '202436.640000', '202436.643000', '202436.645000', '202436.648000', '202436.651000', '202436.653000', '202436.656000', '202436.659000', '202436.661000', '202436.664000', '202436.667000', '202436.669000', '202436.672000', '202436.675000', '202436.677000', '202456.562000', '202456.565000', '202456.568000', '202456.570000', '202456.573000', '202456.575000', '202456.578000', '202456.581000', '202456.584000', '202456.586000', '202456.589000', '202456.592000', '202456.594000', '202456.597000', '202456.599000', '202456.602000', '202456.605000', '202456.607000', '202456.610000', '202456.613000', '202456.615000', '202456.618000', '202456.620000', '202456.623000', '202456.626000', '202456.628000', '202456.631000', '202456.634000', '202456.636000', '202456.639000', '202456.642000', '202456.644000', '202456.647000', '202456.650000', '202456.653000', '202456.655000', '202456.658000', '202456.661000', '202456.663000', '202456.666000', '202456.668000', '202456.671000', '202456.674000', '202516.563000', '202516.566000', '202516.568000', '202516.571000', '202516.574000', '202516.576000', '202516.579000', '202516.581000', '202516.584000', '202516.587000', '202516.589000', '202516.592000', '202516.595000', '202516.597000', '202516.600000', '202516.602000', '202516.605000', '202516.608000', '202516.610000', '202516.613000', '202516.616000', '202516.618000', '202516.621000', '202516.623000', '202516.626000', '202516.629000', '202516.631000', '202516.634000', '202516.636000', '202516.639000', '202516.642000', '202516.644000', '202516.647000', '202516.649000', '202516.652000', '202516.655000', '202516.657000', '202516.660000', '202516.662000', '202516.665000', '202516.668000', '202516.670000', '202516.673000', '202516.676000', '202536.563000', '202536.566000', '202536.568000', '202536.571000', '202536.574000', '202536.576000', '202536.579000', '202536.581000', '202536.584000', '202536.587000', '202536.589000', '202536.592000', '202536.595000', '202536.597000', '202536.612000', '202536.614000', '202536.617000', '202536.620000', '202536.622000', '202536.625000', '202536.627000', '202536.630000', '202536.633000', '202536.635000', '202536.638000', '202536.641000', '202536.643000', '202536.646000', '202536.649000', '202536.652000', '202536.654000', '202536.657000', '202536.660000', '202536.662000', '202536.665000', '202536.668000', '202536.670000', '202536.673000', '202536.675000', '202536.678000', '202536.681000', '202536.683000', '202536.686000', '202556.563000', '202556.566000', '202556.568000', '202556.571000', '202556.573000', '202556.576000', '202556.579000', '202556.581000', '202556.584000', '202556.586000', '202556.589000', '202556.592000', '202556.594000', '202556.597000', '202556.600000', '202556.602000', '202556.605000', '202556.608000', '202556.610000', '202556.613000', '202556.615000', '202556.618000', '202556.621000', '202556.623000', '202556.626000', '202556.628000', '202556.631000', '202556.634000', '202556.636000', '202556.639000', '202556.642000', '202556.644000', '202556.647000', '202556.649000', '202556.652000', '202556.655000', '202556.657000', '202556.660000', '202556.662000', '202556.665000', '202556.667000', '202556.670000', '202556.673000', '202556.675000', '202614.849000', '202614.852000', '202614.855000', '202614.858000', '202614.861000', '202614.863000', '202614.866000', '202614.869000', '202614.872000', '202614.875000', '202614.878000', '202614.881000', '202614.884000', '202614.886000', '202614.889000', '202614.892000', '202614.894000', '202614.897000', '202614.900000', '202614.902000', '202614.905000', '202614.908000', '202614.911000', '202614.913000', '202614.916000', '202614.918000', '202614.921000', '202614.924000', '202614.927000', '202614.930000', '202614.932000', '202614.935000', '202614.938000', '202614.941000', '202614.943000', '202614.946000', '202614.949000', '202614.951000', '202614.954000', '202614.957000'], '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': [9650, 10706, 8029, 15292, 7903, 13334, 10205, 11729, 8019, 10801, 8746, 8463, 9587, 7661, 9722, 8059, 12001, 8068, 11779, 8314, 9979, 8767, 8041, 9564, 8593, 14165, 8984, 11314, 8282, 11761, 8418, 11787, 8653, 11409, 8743, 10155, 8867, 7923, 10419, 7961, 11861, 8273, 13456, 8356, 12899, 8712, 11421, 8479, 10352, 9572, 8001, 16472, 8286, 12863, 10786, 10933, 8390, 10002, 8817, 7795, 10559, 7852, 12732, 8177, 11642, 8380, 10853, 8493, 9543, 9086, 7800, 11756, 8132, 13175, 8191, 11462, 8311, 9654, 8903, 7927, 9480, 8113, 14697, 8949, 11855, 8442, 11689, 8486, 11532, 8542, 10514, 9021, 7869, 9662, 8115, 14380, 8013, 12101, 8264, 11023, 8407, 9985, 8817, 8209, 9460, 7924, 9580, 8328, 13479, 8134, 12568, 9089, 11525, 8434, 11579, 8675, 11416, 8365, 11279, 8777, 8798, 9195, 7792, 11952, 7956, 12427, 8301, 12595, 8188, 11898, 9247, 11080, 8407, 10820, 8525, 10089, 8695, 10390, 9014, 8000, 9456, 8108, 13938, 8222, 12304, 8257, 11578, 8316, 11918, 8561, 10758, 8796, 10545, 8706, 10129, 8679, 9066, 9361, 8692, 9548, 8243, 14068, 8008, 13207, 9661, 10930, 8696, 10466, 8880, 9463, 8964, 9043, 9583, 8137, 9528, 8093, 12339, 8110, 10470, 8038, 12384, 8403, 12963, 8721, 11727, 8566, 11491, 8429, 12432, 8920, 11892, 9069, 11232, 8705, 11360, 8538, 11463, 8810, 11070, 9707, 7917, 11242, 8152, 15764, 9470, 12456, 8322, 11148, 8384, 11565, 8479, 9928, 8965, 7829, 9427, 8073, 14662, 8037, 12346, 8130, 11461, 8409, 11822, 7987, 11188, 8163, 10294, 8768, 7789, 9444, 8038, 14701, 8408, 11896, 8249, 11669, 8511, 11887, 8538, 11286, 8424, 11438, 8569, 11356, 8437, 11277, 8892, 10768, 9188, 8036, 11162, 7962, 14635, 9074, 11521, 8251, 11436, 8186, 12182, 8877, 11285, 8460, 9927, 8774, 8830, 9432, 8131, 10719, 7950, 12292, 8440, 13171, 8073, 11952, 8712, 10244, 9043, 10997, 8926, 11042, 8407, 12359, 8823, 12901, 10253, 11567, 8377, 12451, 8404, 12167, 7820, 10360, 9167, 8019, 11548, 8002, 13541, 8380, 11647, 8523, 11065, 8364, 9101, 8943, 7767, 10725, 8204, 13455, 7988, 11727, 8872, 11126, 8425, 10577, 8380, 11777, 8514, 10616, 8925, 8102, 11309, 8058, 14973, 11852, 15987, 8619, 13181, 8344, 12009, 9078, 10427, 9053, 8318, 11174, 8554, 14375, 9806, 11749, 8945, 11269, 8546, 10593, 8947, 10106, 9336, 8453, 9110, 8328, 13799, 10371, 14070, 8738, 12232, 8880, 12237, 9156, 11323, 8984, 9444, 8871, 8274, 12265, 8507, 11622, 8674, 12247, 8625, 11572, 8279, 10930, 8752, 7971, 8894, 8000, 13445, 8862, 11490, 8341, 11774, 8562, 11422, 8646, 10284, 8722, 8307, 8902, 8176, 13590, 8278, 11431, 8552, 11925, 8915, 11634, 8549, 11218, 8796, 9391, 8837, 8257, 12935, 8521, 11551, 8740, 11164, 8897, 9380, 11198, 8188, 13283, 8455, 11492, 8688, 10752, 8635, 9562, 8809, 8192, 12666, 8403, 11754, 8445, 10731, 8598, 10622, 8651, 9475, 9151, 8333, 9802, 8458, 13086, 8582, 12895, 9117, 11912, 8948, 9897, 9497, 8253, 9525, 8051, 12013, 8077, 11524, 8295, 12271, 8500, 11983, 8893, 10810, 8876, 9730, 8784, 8380, 10613, 8101, 10585, 8316, 12964, 8350, 12500, 9759, 11088, 8686, 10088, 8750, 7878, 11376, 7884, 13216, 8253, 12168, 8460, 11861, 8346, 10581, 8808, 8534, 9164, 8225, 13337, 8069, 11185, 8580, 11587, 8469, 10598, 8418, 7931, 9226, 8327, 12844, 8289, 12139, 9044, 10649, 8562, 9663, 8792, 7768, 11348, 7954, 12141, 8113, 12312, 8502, 12015, 8133, 10920, 8461, 8306, 8979, 7975, 12387, 9556, 12418, 8403, 11925, 8492, 11827, 8850, 11068, 8389, 9521, 8622, 7915, 10522, 8130, 9197, 8320, 12137, 8490, 11969, 9817, 10878, 8541, 11596, 8754, 12037, 8359, 10832, 8621, 9320, 8825, 7894, 11728, 8501, 12952, 8454, 11805, 8538, 12240, 8669, 11255, 8809, 9415, 9019, 8088, 15245, 9332, 12404, 8579, 11276, 8744, 10883, 8862, 8543, 8773, 8217, 10545, 8526, 12284, 8838, 12196, 9227, 11336, 8886, 8770, 9490, 8730, 13308, 10543, 11173, 9076, 11166, 9071, 10665, 8900, 8936, 9337, 8726, 13039, 8763, 12777, 9221, 11676, 9137, 10414, 9409, 8404, 12073, 8664, 13204, 8796, 11533, 9198, 11378, 9167, 9734, 8959, 8539, 11038, 8886, 12393, 8950, 12239, 9026, 10693, 9149, 8645, 8991, 8630, 12429, 8831, 12367, 8880, 12065, 9136, 11801, 8820, 11153, 8947, 8884, 9075, 8548, 10804, 8793, 11766, 8739, 12472, 8939, 11946, 9020, 12077, 8956, 11022, 9283, 9413, 9149, 8558, 12691, 8986, 14863, 9006, 11768, 9091, 12110, 9139, 10924, 9381, 9410, 9053, 8607, 12415, 8858, 11277, 8881, 11502, 9081, 11808, 8992, 10652, 9210, 10302, 9465, 8642, 11084, 8827, 12124, 8875, 12342, 9037, 12011, 8985, 11132, 9283, 8426, 9028, 8767, 14081, 8948, 11591, 8904, 11616, 9376, 11614, 9030, 11327, 9104, 8902, 9174, 8565, 11708, 8951, 10762, 8877, 12209, 8861, 12266, 10015, 10839, 9142, 10890, 9351, 11062, 9316, 11584, 9223, 8730, 9375, 8854, 13888, 9511, 12976, 8769, 12069, 9238, 11913, 9119, 10541, 9095, 8370, 9174, 8668, 10612, 8743, 11223, 9099, 11947, 9032, 12459, 9261, 12024, 9234, 11035, 9266, 10331, 9250, 8613, 12363, 8688, 13455, 9008, 11723, 9253, 12208, 9222, 10770, 9517, 9196, 9437, 8655, 10870, 8818, 10086, 8956, 12297, 9055, 12424, 9630, 11046, 9333, 10471, 9484, 10614, 9271, 10479, 9629, 9493, 9310, 9074, 9450, 9348, 10741, 8813, 15273, 9065, 12583, 9388, 11417, 9112, 10180, 9393, 8537, 12625, 9019, 12078, 9003, 10783, 9094, 10183, 9199, 8601, 10425, 8769, 11453, 8941, 12324, 9019, 12216, 9230, 10442, 9354, 9683, 9273, 9636, 10258, 8579, 10937, 8721, 12497, 8894, 12194, 9061, 10154, 9245, 8913, 9213, 8471, 9975, 8594, 10611, 8891, 12331, 8918, 12448, 9796, 11079, 9166, 10648, 9378, 11402, 9262, 10447, 9283, 8697, 10489, 8759, 15028, 8930, 11915, 8867, 11885, 9219, 11538, 9230, 10604, 9559, 8604, 9315, 8736, 13349, 8879, 11101, 9048, 11510, 9267, 11522, 9013, 10466, 9217, 9991, 9298, 10209, 8983, 10080, 9217, 8549, 9449, 8643, 13420, 10155, 14413, 8925, 11982, 8941, 11756, 9113, 12916, 8620, 10176, 8614, 8930, 8908, 9852, 9167, 8328, 9342, 8367, 13051, 8875, 11362, 8697, 10972, 8764, 11080, 8843, 10751, 9034, 8195, 9158, 8484, 12642, 8707, 10736, 8756, 10818, 9205, 10753, 8912, 10795, 9041, 8375, 9204, 8675, 13826, 8792, 11383, 8808, 10464, 8869, 10614, 9099, 10335, 8790, 8328, 9332, 8486, 12047, 8828, 15072, 9189, 12235, 8733, 11190, 8941, 10726, 8707, 8533, 9209, 8414, 12877, 8728, 11676, 8918, 10395, 8942, 10852, 9036, 10309, 9077, 8217, 10733, 8778, 11381, 9083, 10379, 8949, 9910, 8784, 9396, 9066, 8366, 9145, 8598, 12053, 8918, 11650, 9044, 10328, 8877, 9505, 9255, 8617, 10890, 8616, 12308, 8757, 10940, 8966, 11356, 8852, 10403, 8973, 10046, 9290, 8591, 10677, 8413, 10581, 8487, 10990, 8833, 10561, 8849, 9917, 8906, 9981, 9055, 9872, 9065, 9899, 9359, 8409, 17145, 8609, 14314, 10133, 12412, 8847, 9779, 9074, 8454, 13480, 8609, 10983, 8728, 10356, 9053, 9787, 9241, 8538, 10296, 8437, 11875, 8577, 11425, 8827, 10838, 8860, 9027, 9024, 8355, 11376, 8625, 11526, 8727, 10516, 8973, 10307, 8845, 9079, 9160, 8550, 11519, 8819, 11602, 8702, 10708, 8968, 10107, 9224, 10102, 9035, 8997, 9017, 8497, 9132, 8427, 11237, 8923, 10310, 8779, 15158, 8851, 13192, 9802, 12881, 9062, 9849, 9101, 9091, 10013, 8527, 12374, 8574, 10678, 8989, 11215, 9071, 9757, 9187, 8560, 9278, 8464, 11541, 8579, 11088, 8871, 10714, 8965, 11113, 9017, 10327, 9091, 10271, 9030, 10807, 8810, 10665, 8990, 8687, 9246, 8579, 14448, 9830, 13691, 8678, 12528, 8838, 11664, 8987, 11254, 8683, 9685, 9087, 8573, 11661, 8380, 14143, 8367, 10275, 9004, 10614, 8658, 9513, 8975, 8534, 9189, 8681, 9232, 8629, 9087, 8477, 9194, 8455, 12594, 9346, 13191, 9634, 13290, 8745, 11034, 8771, 8538, 15578, 8372, 13923, 8871, 9727, 8951, 8436, 9117, 8396, 9344, 8462, 9801, 8773, 9197, 8665, 11037, 8643, 12299, 8917, 10571, 8876, 11182, 9076, 10868, 8554, 8556, 10462, 8570, 11597, 8892, 10512, 8511, 8084, 8902, 8676, 11087, 8719, 11007, 8793, 9703, 8956, 8376, 9631, 8566, 12751, 8539, 10923, 9053, 10882, 9307, 10114, 9227, 8458, 10722, 8709, 11771, 8660, 11969, 9298, 10484, 8757, 9753, 9086, 8365, 12715, 9331, 12441, 8642, 11094, 9007, 10896, 8765, 9011, 8992, 8430, 13547, 8671, 12068, 8954, 11021, 8954, 9265, 9040, 8396, 10840, 8423, 13309, 8424, 11073, 8633, 11639, 8980, 11137, 8687, 8926, 8962, 8534, 11871, 8621, 12036, 9149, 10575, 9025, 10548, 9045, 9118, 9617, 8327, 10179, 8838, 11347, 8720, 11844, 8996, 10940, 8922, 9391, 9109, 8495, 12967, 8597, 11672, 8577, 11245, 8844, 10908, 9142, 10267, 8989, 8641, 9160, 8696, 9166, 8691, 10380, 8870, 9526, 8526, 14342, 8876, 12983, 9171, 14240, 8818, 8501, 15628, 8833, 13892, 10289, 11671, 8990, 9183, 9179, 8684, 10216, 8533, 11651, 8631, 11319, 8964, 11134, 8855, 10270, 8897, 8423, 13851, 8516, 12029, 9438, 10103, 8618, 10243, 9078, 8134, 10570, 8183, 11869, 8452, 11614, 8931, 10984, 8730, 9134, 9135, 8252, 9561, 8535, 12512, 8441, 11379, 8696, 11289, 8905, 11124, 8798, 10436, 8759, 9367, 9126, 9815, 8826, 11135, 8982, 9178, 9091, 8253, 14400, 8980, 17216, 10158, 13845, 8633, 12858, 8866, 10897, 9030, 9869, 9040, 9825, 8925, 9599, 8540, 11060, 8778, 8408, 9218, 8420, 17154, 10626, 14651, 8515, 12570, 8761, 9314, 9031, 8323, 9109, 8517, 10262, 8797, 10897, 8720, 9698, 8929, 8486, 9130, 8536, 12466, 8505, 10318, 8698, 10158, 8865, 9620, 9041, 8339, 8648, 8558, 10078, 8780, 10900, 8808, 9233, 8747, 8238, 11104, 8425, 11664, 8790, 9841, 8960, 9181, 9181, 8385, 13446, 8297, 10871, 8762, 10713, 8888, 8076, 12492, 8202, 11056, 8588, 10608, 8701, 9241, 8860, 8271, 11488, 8624, 11094, 8824, 10985, 8626, 9627, 9014, 8232, 10022, 8526, 11758, 8726, 10699, 8825, 10051, 8932, 8691, 8966, 8363, 10580, 8531, 11743, 8754, 11513, 9080, 10840, 8916, 9434, 8906, 8365, 13198, 8643, 12107, 9395, 10862, 9000, 10720, 9305, 10135, 9017, 8393, 9031, 8820, 13250, 8938, 11537, 9067, 10442, 9040, 9884, 9133, 8582, 10952, 8713, 12215, 8795, 11444, 8843, 11274, 9101, 10146, 9056, 8412, 9590, 8766, 11963, 8879, 11419, 9072, 10279, 9266, 9382, 8993, 8667, 11768, 8528, 12456, 8861, 11768, 9172, 11374, 8936, 10001, 9119, 8391, 8916, 8570, 11882, 8688, 12359, 8991, 11304, 9230, 11551, 9053, 11317, 9208, 8520, 8956, 8773, 15365, 9030, 14440, 8987, 10842, 9210, 11410, 9146, 11312, 9184, 9967, 8695, 10127, 9004, 9190, 9087, 10950, 9017, 12543, 8875, 11626, 9101, 10386, 9161, 9820, 11362, 8497, 11573, 8510, 13537, 8877, 12296, 8903, 10186, 8889, 9150, 8918, 8421, 12621, 8506, 11445, 8414, 11346, 8976, 11503, 8840, 10880, 8815, 9018, 8936, 8380, 14357, 9689, 12250, 10203, 11232, 8812, 10283, 9156, 8367, 12649, 8547, 14113, 8686, 12106, 8934, 11328, 8855, 10360, 9085, 10311, 9201, 8657, 11285, 8572, 12514, 8734, 11674, 9024, 10026, 10743, 8475, 15596, 8335, 12289, 9020, 10798, 8904, 8271, 8469, 8344, 11441, 8638, 11785, 8779, 10239, 9046, 8382, 9003, 8586, 12731, 8481, 11635, 8565, 11148, 8850, 10430, 8934, 8347, 12410, 8637, 12178, 8665, 11732, 9030, 11119, 9018, 8756, 8565, 8629, 13195, 8788, 12416, 9223, 10770, 8884, 9352, 8934, 8273, 11573, 8762, 13188, 8683, 11574, 8992, 11223, 8807, 10691, 8922, 8649, 8817, 8516, 12837, 8634, 12770, 8888, 10997, 8984, 11620, 9042, 11172, 8933, 10450, 8707, 8486, 12511, 8718, 13518, 8793, 11767, 8916, 10996, 8911, 8411, 10926, 8684, 12715, 8613, 11994, 8815, 12007, 8695, 10746, 8587, 9281, 8637, 8413, 10005, 8355, 10127, 8517, 12954, 8589, 12513, 8820, 11695, 8691, 10369, 8721, 8876, 9292, 8489, 13055, 8977, 12112, 8695, 12457, 8829, 12154, 9309, 10539, 8698, 10530, 9100, 10623, 8754, 11421, 9103, 11015, 8941, 10904, 12600, 9356, 16456, 8463, 14366, 8751, 11733, 11484, 9597, 15061, 8214, 12165, 8722, 10966, 8567, 8619, 8773, 8099, 12726, 8431, 12170, 8395, 10127, 8522, 8032, 8605, 8035, 13134, 8218, 10577, 8377, 11764, 8610, 11829, 8251, 10742, 8673, 8163, 12022, 8068, 14524, 9772, 12303, 8351, 11152, 8333, 10459, 8328, 8134, 8695, 8055, 12182, 8207, 12001, 9211, 10824, 8267, 10085, 8607, 7424, 12408, 8819, 12177, 7641, 11281, 7942, 11827, 8176, 11062, 7917, 8733, 8510, 7732, 13191, 7947, 11681, 8474, 9833, 8338, 9105, 8154, 8174, 10298, 8279, 11488, 10454, 8166, 8460, 8400, 9479, 8410, 10329, 8573, 9360, 9756, 8008, 14707, 8473, 12830, 8765, 12831], 'WindowCenter': [4114.0, 4111.0, 4058.0, 4137.0, 4055.0, 4106.0, 4072.0, 4075.0, 4038.0, 4074.0, 4047.0, 4038.0, 4051.0, 4027.0, 4046.0, 4037.0, 4083.0, 4037.0, 4083.0, 4036.0, 4057.0, 4046.0, 4033.0, 4053.0, 4060.0, 4113.0, 4056.0, 4078.0, 4044.0, 4089.0, 4049.0, 4091.0, 4049.0, 4091.0, 4050.0, 4080.0, 4060.0, 4054.0, 4082.0, 4052.0, 4091.0, 4051.0, 4101.0, 4051.0, 4102.0, 4060.0, 4087.0, 4050.0, 4071.0, 4054.0, 4038.0, 4120.0, 4049.0, 4084.0, 4061.0, 4067.0, 4037.0, 4057.0, 4047.0, 4029.0, 4068.0, 4022.0, 4086.0, 4032.0, 4077.0, 4037.0, 4074.0, 4042.0, 4059.0, 4046.0, 4023.0, 4077.0, 4038.0, 4100.0, 4039.0, 4078.0, 4038.0, 4058.0, 4046.0, 4037.0, 4054.0, 4039.0, 4109.0, 4044.0, 4072.0, 4039.0, 4077.0, 4044.0, 4080.0, 4043.0, 4064.0, 4048.0, 4034.0, 4056.0, 4039.0, 4110.0, 4038.0, 4073.0, 4036.0, 4067.0, 4035.0, 4068.0, 4049.0, 4034.0, 4058.0, 4039.0, 4057.0, 4050.0, 4112.0, 4050.0, 4089.0, 4061.0, 4078.0, 4041.0, 4090.0, 4061.0, 4086.0, 4045.0, 4075.0, 4048.0, 4051.0, 4060.0, 4030.0, 4078.0, 4038.0, 4088.0, 4033.0, 4090.0, 4049.0, 4079.0, 4059.0, 4078.0, 4038.0, 4079.0, 4045.0, 4064.0, 4047.0, 4069.0, 4046.0, 4037.0, 4059.0, 4035.0, 4099.0, 4033.0, 4076.0, 4037.0, 4077.0, 4048.0, 4090.0, 4049.0, 4079.0, 4049.0, 4070.0, 4044.0, 4071.0, 4046.0, 4061.0, 4059.0, 4050.0, 4058.0, 4038.0, 4100.0, 4040.0, 4099.0, 4052.0, 4060.0, 4047.0, 4081.0, 4060.0, 4069.0, 4049.0, 4048.0, 4057.0, 4039.0, 4059.0, 4052.0, 4100.0, 4040.0, 4069.0, 4040.0, 4089.0, 4052.0, 4113.0, 4061.0, 4092.0, 4063.0, 4090.0, 4052.0, 4103.0, 4073.0, 4090.0, 4057.0, 4086.0, 4062.0, 4093.0, 4063.0, 4093.0, 4061.0, 4091.0, 4071.0, 4041.0, 4090.0, 4052.0, 4122.0, 4071.0, 4089.0, 4033.0, 4077.0, 4037.0, 4090.0, 4049.0, 4069.0, 4048.0, 4039.0, 4058.0, 4040.0, 4110.0, 4039.0, 4084.0, 4039.0, 4073.0, 4038.0, 4091.0, 4040.0, 4080.0, 4037.0, 4064.0, 4042.0, 4027.0, 4058.0, 4035.0, 4111.0, 4045.0, 4078.0, 4034.0, 4078.0, 4049.0, 4090.0, 4060.0, 4074.0, 4050.0, 4079.0, 4050.0, 4092.0, 4046.0, 4081.0, 4048.0, 4074.0, 4048.0, 4038.0, 4078.0, 4033.0, 4099.0, 4048.0, 4077.0, 4037.0, 4077.0, 4045.0, 4085.0, 4044.0, 4070.0, 4038.0, 4063.0, 4048.0, 4061.0, 4055.0, 4040.0, 4078.0, 4039.0, 4088.0, 4048.0, 4100.0, 4046.0, 4085.0, 4061.0, 4080.0, 4061.0, 4075.0, 4062.0, 4092.0, 4063.0, 4113.0, 4076.0, 4115.0, 4079.0, 4092.0, 4051.0, 4101.0, 4062.0, 4103.0, 4024.0, 4065.0, 4048.0, 4039.0, 4090.0, 4039.0, 4099.0, 4038.0, 4071.0, 4047.0, 4078.0, 4048.0, 4048.0, 4047.0, 4028.0, 4066.0, 4032.0, 4100.0, 4038.0, 4083.0, 4043.0, 4077.0, 4037.0, 4069.0, 4050.0, 4086.0, 4050.0, 4079.0, 4043.0, 4039.0, 4092.0, 4050.0, 4111.0, 4087.0, 4109.0, 4048.0, 4088.0, 4034.0, 4092.0, 4048.0, 4069.0, 4034.0, 4035.0, 4053.0, 4035.0, 4091.0, 4055.0, 4060.0, 4034.0, 4063.0, 4034.0, 4065.0, 4034.0, 4056.0, 4045.0, 4036.0, 4035.0, 4028.0, 4087.0, 4069.0, 4085.0, 4035.0, 4070.0, 4045.0, 4074.0, 4044.0, 4065.0, 4032.0, 4039.0, 4033.0, 4036.0, 4073.0, 4034.0, 4064.0, 4035.0, 4072.0, 4047.0, 4076.0, 4036.0, 4067.0, 4030.0, 4020.0, 4033.0, 4026.0, 4085.0, 4047.0, 4065.0, 4035.0, 4075.0, 4036.0, 4076.0, 4035.0, 4055.0, 4034.0, 4035.0, 4033.0, 4036.0, 4086.0, 4037.0, 4077.0, 4047.0, 4076.0, 4046.0, 4079.0, 4035.0, 4065.0, 4030.0, 4047.0, 4035.0, 4036.0, 4086.0, 4037.0, 4075.0, 4037.0, 4059.0, 4045.0, 4053.0, 4067.0, 4037.0, 4086.0, 4035.0, 4065.0, 4034.0, 4065.0, 4035.0, 4046.0, 4033.0, 4020.0, 4074.0, 4036.0, 4075.0, 4035.0, 4060.0, 4030.0, 4064.0, 4035.0, 4059.0, 4042.0, 4038.0, 4056.0, 4037.0, 4086.0, 4048.0, 4101.0, 4059.0, 4090.0, 4048.0, 4050.0, 4057.0, 4037.0, 4058.0, 4039.0, 4088.0, 4030.0, 4077.0, 4038.0, 4088.0, 4048.0, 4088.0, 4047.0, 4068.0, 4047.0, 4053.0, 4048.0, 4049.0, 4069.0, 4038.0, 4068.0, 4031.0, 4083.0, 4038.0, 4088.0, 4059.0, 4068.0, 4036.0, 4057.0, 4037.0, 4039.0, 4066.0, 4027.0, 4086.0, 4037.0, 4076.0, 4036.0, 4076.0, 4037.0, 4066.0, 4036.0, 4037.0, 4058.0, 4038.0, 4086.0, 4026.0, 4066.0, 4036.0, 4079.0, 4049.0, 4060.0, 4033.0, 4038.0, 4045.0, 4036.0, 4088.0, 4038.0, 4088.0, 4043.0, 4068.0, 4036.0, 4058.0, 4048.0, 4029.0, 4062.0, 4038.0, 4077.0, 4037.0, 4088.0, 4049.0, 4091.0, 4038.0, 4068.0, 4038.0, 4039.0, 4048.0, 4052.0, 4089.0, 4071.0, 4089.0, 4039.0, 4078.0, 4050.0, 4091.0, 4041.0, 4080.0, 4038.0, 4057.0, 4048.0, 4039.0, 4063.0, 4038.0, 4047.0, 4039.0, 4089.0, 4060.0, 4089.0, 4066.0, 4074.0, 4049.0, 4074.0, 4050.0, 4090.0, 4039.0, 4080.0, 4049.0, 4059.0, 4060.0, 4040.0, 4079.0, 4048.0, 4087.0, 4038.0, 4076.0, 4049.0, 4088.0, 4043.0, 4073.0, 4046.0, 4048.0, 4036.0, 4039.0, 4098.0, 4047.0, 4076.0, 4036.0, 4066.0, 4034.0, 4068.0, 4036.0, 4031.0, 4035.0, 4037.0, 4055.0, 4038.0, 4090.0, 4061.0, 4091.0, 4059.0, 4072.0, 4048.0, 4050.0, 4059.0, 4042.0, 4089.0, 4069.0, 4068.0, 4047.0, 4066.0, 4046.0, 4069.0, 4048.0, 4049.0, 4048.0, 4049.0, 4087.0, 4050.0, 4100.0, 4060.0, 4080.0, 4048.0, 4069.0, 4048.0, 4050.0, 4079.0, 4041.0, 4087.0, 4038.0, 4066.0, 4047.0, 4071.0, 4048.0, 4057.0, 4047.0, 4039.0, 4067.0, 4048.0, 4089.0, 4041.0, 4077.0, 4048.0, 4068.0, 4045.0, 4043.0, 4049.0, 4044.0, 4088.0, 4047.0, 4087.0, 4049.0, 4078.0, 4058.0, 4090.0, 4050.0, 4075.0, 4049.0, 4050.0, 4048.0, 4050.0, 4079.0, 4049.0, 4079.0, 4049.0, 4089.0, 4049.0, 4091.0, 4061.0, 4085.0, 4050.0, 4070.0, 4047.0, 4059.0, 4048.0, 4048.0, 4089.0, 4049.0, 4098.0, 4049.0, 4074.0, 4048.0, 4079.0, 4047.0, 4069.0, 4047.0, 4048.0, 4046.0, 4049.0, 4087.0, 4048.0, 4067.0, 4039.0, 4077.0, 4047.0, 4078.0, 4049.0, 4069.0, 4052.0, 4070.0, 4060.0, 4050.0, 4079.0, 4050.0, 4079.0, 4045.0, 4090.0, 4050.0, 4079.0, 4048.0, 4069.0, 4048.0, 4033.0, 4037.0, 4051.0, 4099.0, 4041.0, 4078.0, 4041.0, 4078.0, 4059.0, 4079.0, 4049.0, 4075.0, 4048.0, 4048.0, 4058.0, 4050.0, 4078.0, 4050.0, 4068.0, 4049.0, 4077.0, 4061.0, 4083.0, 4071.0, 4068.0, 4048.0, 4068.0, 4060.0, 4082.0, 4055.0, 4091.0, 4048.0, 4050.0, 4056.0, 4059.0, 4099.0, 4060.0, 4087.0, 4037.0, 4077.0, 4061.0, 4091.0, 4047.0, 4069.0, 4038.0, 4038.0, 4048.0, 4049.0, 4068.0, 4050.0, 4079.0, 4050.0, 4078.0, 4061.0, 4101.0, 4061.0, 4088.0, 4049.0, 4068.0, 4048.0, 4070.0, 4049.0, 4044.0, 4076.0, 4039.0, 4087.0, 4047.0, 4078.0, 4059.0, 4088.0, 4048.0, 4068.0, 4057.0, 4048.0, 4060.0, 4049.0, 4069.0, 4049.0, 4058.0, 4049.0, 4089.0, 4060.0, 4089.0, 4059.0, 4069.0, 4048.0, 4068.0, 4060.0, 4069.0, 4060.0, 4069.0, 4058.0, 4061.0, 4061.0, 4062.0, 4060.0, 4060.0, 4069.0, 4049.0, 4109.0, 4049.0, 4091.0, 4049.0, 4079.0, 4047.0, 4057.0, 4046.0, 4039.0, 4088.0, 4048.0, 4076.0, 4048.0, 4067.0, 4048.0, 4058.0, 4059.0, 4051.0, 4069.0, 4049.0, 4079.0, 4049.0, 4090.0, 4062.0, 4091.0, 4061.0, 4069.0, 4060.0, 4059.0, 4061.0, 4062.0, 4070.0, 4038.0, 4068.0, 4049.0, 4078.0, 4049.0, 4089.0, 4049.0, 4059.0, 4039.0, 4047.0, 4060.0, 4050.0, 4058.0, 4049.0, 4066.0, 4049.0, 4088.0, 4059.0, 4088.0, 4061.0, 4079.0, 4060.0, 4069.0, 4056.0, 4079.0, 4048.0, 4069.0, 4049.0, 4051.0, 4070.0, 4050.0, 4098.0, 4048.0, 4077.0, 4048.0, 4078.0, 4059.0, 4080.0, 4047.0, 4082.0, 4059.0, 4038.0, 4058.0, 4049.0, 4087.0, 4048.0, 4066.0, 4048.0, 4078.0, 4060.0, 4079.0, 4050.0, 4069.0, 4047.0, 4058.0, 4060.0, 4069.0, 4044.0, 4069.0, 4058.0, 4049.0, 4059.0, 4050.0, 4100.0, 4070.0, 4099.0, 4048.0, 4077.0, 4048.0, 4077.0, 4049.0, 4090.0, 4038.0, 4056.0, 4024.0, 4047.0, 4046.0, 4056.0, 4034.0, 4026.0, 4033.0, 4038.0, 4088.0, 4047.0, 4066.0, 4036.0, 4058.0, 4036.0, 4067.0, 4034.0, 4067.0, 4035.0, 4026.0, 4035.0, 4038.0, 4073.0, 4036.0, 4055.0, 4037.0, 4066.0, 4048.0, 4068.0, 4048.0, 4068.0, 4036.0, 4027.0, 4034.0, 4038.0, 4087.0, 4037.0, 4065.0, 4036.0, 4054.0, 4035.0, 4067.0, 4047.0, 4057.0, 4036.0, 4037.0, 4046.0, 4049.0, 4088.0, 4047.0, 4097.0, 4047.0, 4065.0, 4036.0, 4066.0, 4036.0, 4067.0, 4025.0, 4025.0, 4033.0, 4024.0, 4076.0, 4035.0, 4065.0, 4035.0, 4044.0, 4035.0, 4066.0, 4035.0, 4057.0, 4033.0, 4026.0, 4066.0, 4036.0, 4065.0, 4036.0, 4055.0, 4035.0, 4045.0, 4036.0, 4047.0, 4035.0, 4027.0, 4034.0, 4036.0, 4077.0, 4047.0, 4066.0, 4036.0, 4055.0, 4033.0, 4046.0, 4046.0, 4035.0, 4056.0, 4036.0, 4064.0, 4035.0, 4056.0, 4047.0, 4066.0, 4037.0, 4056.0, 4036.0, 4057.0, 4060.0, 4050.0, 4069.0, 4037.0, 4054.0, 4036.0, 4055.0, 4047.0, 4067.0, 4048.0, 4056.0, 4047.0, 4056.0, 4048.0, 4060.0, 4036.0, 4058.0, 4036.0, 4027.0, 4104.0, 4036.0, 4087.0, 4045.0, 4064.0, 4023.0, 4045.0, 4023.0, 4024.0, 4076.0, 4025.0, 4053.0, 4023.0, 4043.0, 4033.0, 4056.0, 4046.0, 4036.0, 4044.0, 4025.0, 4064.0, 4025.0, 4066.0, 4035.0, 4056.0, 4034.0, 4036.0, 4035.0, 4026.0, 4066.0, 4036.0, 4065.0, 4037.0, 4055.0, 4035.0, 4057.0, 4047.0, 4047.0, 4046.0, 4037.0, 4065.0, 4047.0, 4077.0, 4038.0, 4067.0, 4047.0, 4057.0, 4048.0, 4070.0, 4040.0, 4048.0, 4048.0, 4049.0, 4060.0, 4052.0, 4076.0, 4050.0, 4058.0, 4039.0, 4099.0, 4050.0, 4088.0, 4058.0, 4087.0, 4037.0, 4047.0, 4047.0, 4049.0, 4056.0, 4036.0, 4076.0, 4036.0, 4055.0, 4048.0, 4067.0, 4037.0, 4041.0, 4039.0, 4035.0, 4047.0, 4038.0, 4066.0, 4037.0, 4066.0, 4036.0, 4056.0, 4048.0, 4067.0, 4040.0, 4058.0, 4048.0, 4058.0, 4049.0, 4069.0, 4047.0, 4068.0, 4035.0, 4037.0, 4047.0, 4038.0, 4087.0, 4047.0, 4085.0, 4026.0, 4077.0, 4037.0, 4066.0, 4035.0, 4055.0, 4023.0, 4044.0, 4035.0, 4036.0, 4065.0, 4025.0, 4086.0, 4024.0, 4054.0, 4035.0, 4055.0, 4018.0, 4046.0, 4035.0, 4035.0, 4049.0, 4048.0, 4047.0, 4049.0, 4049.0, 4040.0, 4048.0, 4052.0, 4102.0, 4062.0, 4091.0, 4059.0, 4088.0, 4038.0, 4069.0, 4038.0, 4036.0, 4097.0, 4026.0, 4075.0, 4035.0, 4045.0, 4036.0, 4025.0, 4033.0, 4025.0, 4034.0, 4024.0, 4044.0, 4036.0, 4046.0, 4037.0, 4068.0, 4038.0, 4077.0, 4047.0, 4057.0, 4038.0, 4067.0, 4048.0, 4067.0, 4036.0, 4037.0, 4044.0, 4024.0, 4066.0, 4035.0, 4056.0, 4023.0, 4015.0, 4023.0, 4036.0, 4066.0, 4036.0, 4066.0, 4036.0, 4046.0, 4035.0, 4038.0, 4047.0, 4039.0, 4087.0, 4037.0, 4068.0, 4047.0, 4068.0, 4060.0, 4069.0, 4046.0, 4039.0, 4056.0, 4038.0, 4074.0, 4049.0, 4078.0, 4048.0, 4057.0, 4038.0, 4059.0, 4050.0, 4039.0, 4089.0, 4048.0, 4077.0, 4038.0, 4067.0, 4036.0, 4069.0, 4038.0, 4037.0, 4036.0, 4027.0, 4086.0, 4037.0, 4077.0, 4037.0, 4066.0, 4035.0, 4046.0, 4035.0, 4037.0, 4068.0, 4037.0, 4087.0, 4039.0, 4066.0, 4038.0, 4078.0, 4049.0, 4079.0, 4037.0, 4037.0, 4036.0, 4038.0, 4078.0, 4038.0, 4077.0, 4048.0, 4055.0, 4037.0, 4057.0, 4048.0, 4047.0, 4047.0, 4037.0, 4056.0, 4049.0, 4067.0, 4050.0, 4079.0, 4049.0, 4069.0, 4036.0, 4047.0, 4036.0, 4039.0, 4089.0, 4037.0, 4065.0, 4036.0, 4067.0, 4037.0, 4068.0, 4048.0, 4057.0, 4038.0, 4038.0, 4048.0, 4050.0, 4060.0, 4052.0, 4072.0, 4063.0, 4061.0, 4052.0, 4112.0, 4054.0, 4091.0, 4049.0, 4101.0, 4037.0, 4038.0, 4099.0, 4037.0, 4087.0, 4047.0, 4066.0, 4035.0, 4036.0, 4046.0, 4038.0, 4045.0, 4037.0, 4066.0, 4038.0, 4067.0, 4050.0, 4067.0, 4037.0, 4057.0, 4036.0, 4026.0, 4088.0, 4038.0, 4079.0, 4048.0, 4046.0, 4025.0, 4056.0, 4047.0, 4028.0, 4056.0, 4027.0, 4066.0, 4027.0, 4079.0, 4047.0, 4067.0, 4038.0, 4047.0, 4047.0, 4039.0, 4058.0, 4050.0, 4085.0, 4040.0, 4079.0, 4038.0, 4068.0, 4050.0, 4079.0, 4039.0, 4069.0, 4038.0, 4050.0, 4049.0, 4071.0, 4049.0, 4081.0, 4048.0, 4044.0, 4049.0, 4040.0, 4099.0, 4048.0, 4109.0, 4058.0, 4088.0, 4036.0, 4089.0, 4037.0, 4067.0, 4036.0, 4056.0, 4036.0, 4057.0, 4048.0, 4059.0, 4038.0, 4069.0, 4037.0, 4037.0, 4046.0, 4038.0, 4107.0, 4056.0, 4086.0, 4025.0, 4066.0, 4025.0, 4035.0, 4033.0, 4025.0, 4024.0, 4025.0, 4043.0, 4025.0, 4056.0, 4036.0, 4047.0, 4036.0, 4037.0, 4048.0, 4049.0, 4077.0, 4037.0, 4055.0, 4036.0, 4055.0, 4035.0, 4046.0, 4034.0, 4038.0, 4024.0, 4037.0, 4058.0, 4049.0, 4066.0, 4036.0, 4047.0, 4036.0, 4026.0, 4067.0, 4026.0, 4066.0, 4026.0, 4045.0, 4036.0, 4047.0, 4045.0, 4026.0, 4088.0, 4027.0, 4056.0, 4025.0, 4056.0, 4036.0, 4027.0, 4076.0, 4026.0, 4054.0, 4025.0, 4057.0, 4036.0, 4046.0, 4034.0, 4027.0, 4066.0, 4037.0, 4067.0, 4045.0, 4069.0, 4037.0, 4048.0, 4037.0, 4038.0, 4057.0, 4050.0, 4078.0, 4039.0, 4067.0, 4047.0, 4057.0, 4048.0, 4050.0, 4049.0, 4051.0, 4069.0, 4051.0, 4079.0, 4050.0, 4092.0, 4050.0, 4081.0, 4050.0, 4061.0, 4048.0, 4041.0, 4100.0, 4051.0, 4080.0, 4049.0, 4068.0, 4044.0, 4070.0, 4060.0, 4071.0, 4049.0, 4040.0, 4049.0, 4049.0, 4089.0, 4050.0, 4080.0, 4050.0, 4070.0, 4049.0, 4071.0, 4060.0, 4051.0, 4080.0, 4051.0, 4090.0, 4050.0, 4079.0, 4050.0, 4081.0, 4049.0, 4070.0, 4049.0, 4039.0, 4057.0, 4049.0, 4092.0, 4049.0, 4080.0, 4050.0, 4070.0, 4049.0, 4057.0, 4062.0, 4051.0, 4080.0, 4050.0, 4089.0, 4050.0, 4080.0, 4061.0, 4081.0, 4050.0, 4061.0, 4050.0, 4041.0, 4051.0, 4051.0, 4090.0, 4051.0, 4091.0, 4050.0, 4081.0, 4061.0, 4092.0, 4050.0, 4081.0, 4050.0, 4050.0, 4049.0, 4052.0, 4111.0, 4050.0, 4099.0, 4050.0, 4069.0, 4050.0, 4081.0, 4061.0, 4080.0, 4050.0, 4060.0, 4047.0, 4069.0, 4048.0, 4049.0, 4049.0, 4082.0, 4050.0, 4092.0, 4050.0, 4081.0, 4049.0, 4059.0, 4049.0, 4061.0, 4068.0, 4038.0, 4067.0, 4038.0, 4088.0, 4050.0, 4079.0, 4038.0, 4057.0, 4036.0, 4047.0, 4038.0, 4039.0, 4079.0, 4039.0, 4068.0, 4038.0, 4069.0, 4049.0, 4081.0, 4050.0, 4070.0, 4049.0, 4050.0, 4037.0, 4039.0, 4102.0, 4049.0, 4078.0, 4059.0, 4069.0, 4036.0, 4059.0, 4047.0, 4028.0, 4076.0, 4027.0, 4087.0, 4027.0, 4078.0, 4038.0, 4068.0, 4048.0, 4058.0, 4039.0, 4059.0, 4048.0, 4051.0, 4069.0, 4038.0, 4089.0, 4039.0, 4080.0, 4048.0, 4059.0, 4068.0, 4027.0, 4099.0, 4025.0, 4066.0, 4036.0, 4069.0, 4035.0, 4026.0, 4013.0, 4026.0, 4065.0, 4037.0, 4074.0, 4037.0, 4057.0, 4037.0, 4026.0, 4035.0, 4038.0, 4088.0, 4038.0, 4066.0, 4037.0, 4068.0, 4037.0, 4069.0, 4048.0, 4039.0, 4079.0, 4039.0, 4078.0, 4039.0, 4080.0, 4049.0, 4080.0, 4037.0, 4038.0, 4037.0, 4039.0, 4089.0, 4051.0, 4088.0, 4048.0, 4068.0, 4037.0, 4048.0, 4037.0, 4040.0, 4068.0, 4038.0, 4088.0, 4038.0, 4066.0, 4050.0, 4081.0, 4049.0, 4069.0, 4049.0, 4050.0, 4048.0, 4051.0, 4091.0, 4050.0, 4089.0, 4051.0, 4069.0, 4049.0, 4093.0, 4061.0, 4083.0, 4051.0, 4081.0, 4051.0, 4051.0, 4103.0, 4051.0, 4101.0, 4050.0, 4076.0, 4050.0, 4081.0, 4051.0, 4052.0, 4063.0, 4051.0, 4090.0, 4039.0, 4081.0, 4061.0, 4091.0, 4051.0, 4081.0, 4051.0, 4060.0, 4050.0, 4053.0, 4071.0, 4053.0, 4071.0, 4052.0, 4102.0, 4064.0, 4104.0, 4062.0, 4092.0, 4051.0, 4073.0, 4053.0, 4063.0, 4074.0, 4065.0, 4102.0, 4064.0, 4092.0, 4051.0, 4104.0, 4064.0, 4093.0, 4061.0, 4072.0, 4052.0, 4083.0, 4075.0, 4094.0, 4064.0, 4094.0, 4063.0, 4094.0, 4063.0, 4095.0, 4094.0, 4063.0, 4113.0, 4041.0, 4100.0, 4039.0, 4092.0, 4069.0, 4048.0, 4097.0, 4026.0, 4065.0, 4036.0, 4069.0, 4036.0, 4036.0, 4024.0, 4026.0, 4076.0, 4038.0, 4077.0, 4025.0, 4055.0, 4025.0, 4026.0, 4036.0, 4040.0, 4087.0, 4038.0, 4057.0, 4037.0, 4078.0, 4050.0, 4091.0, 4039.0, 4068.0, 4038.0, 4039.0, 4080.0, 4027.0, 4087.0, 4046.0, 4065.0, 4026.0, 4055.0, 4033.0, 4068.0, 4026.0, 4027.0, 4023.0, 4026.0, 4076.0, 4026.0, 4076.0, 4047.0, 4056.0, 4025.0, 4057.0, 4037.0, 4029.0, 4089.0, 4048.0, 4066.0, 4015.0, 4058.0, 4025.0, 4077.0, 4036.0, 4067.0, 4026.0, 4037.0, 4024.0, 4014.0, 4099.0, 4027.0, 4077.0, 4024.0, 4037.0, 4017.0, 4035.0, 4026.0, 4038.0, 4082.0, 4040.0, 4080.0, 4058.0, 4026.0, 4027.0, 4026.0, 4047.0, 4018.0, 4058.0, 4036.0, 4048.0, 4048.0, 4028.0, 4099.0, 4027.0, 4078.0, 4026.0, 4077.0], 'WindowWidth': [9160.0, 9141.0, 9064.0, 9166.0, 9050.0, 9106.0, 9064.0, 9061.0, 9014.0, 9058.0, 9025.0, 9014.0, 9023.0, 8996.0, 9019.0, 9010.0, 9069.0, 9013.0, 9069.0, 9009.0, 9037.0, 9020.0, 9002.0, 9027.0, 9048.0, 9121.0, 9039.0, 9065.0, 9020.0, 9081.0, 9032.0, 9088.0, 9031.0, 9089.0, 9033.0, 9073.0, 9047.0, 9048.0, 9079.0, 9038.0, 9088.0, 9034.0, 9101.0, 9034.0, 9104.0, 9048.0, 9080.0, 9032.0, 9062.0, 9031.0, 9014.0, 9129.0, 9029.0, 9070.0, 9037.0, 9049.0, 9009.0, 9036.0, 9024.0, 9002.0, 9050.0, 8984.0, 9074.0, 8998.0, 9059.0, 9010.0, 9059.0, 9013.0, 9040.0, 9019.0, 8988.0, 9062.0, 9012.0, 9097.0, 9015.0, 9065.0, 9013.0, 9039.0, 9020.0, 9011.0, 9030.0, 9018.0, 9110.0, 9019.0, 9051.0, 9014.0, 9061.0, 9018.0, 9071.0, 9016.0, 9044.0, 9023.0, 9004.0, 9033.0, 9017.0, 9112.0, 9013.0, 9054.0, 9008.0, 9049.0, 9006.0, 9054.0, 9029.0, 9005.0, 9039.0, 9015.0, 9036.0, 9032.0, 9117.0, 9034.0, 9084.0, 9047.0, 9067.0, 9014.0, 9086.0, 9048.0, 9077.0, 9020.0, 9062.0, 9026.0, 9035.0, 9045.0, 9004.0, 9065.0, 9012.0, 9078.0, 9002.0, 9084.0, 9030.0, 9066.0, 9043.0, 9065.0, 9012.0, 9068.0, 9021.0, 9044.0, 9023.0, 9055.0, 9020.0, 9010.0, 9042.0, 9009.0, 9094.0, 9003.0, 9061.0, 9009.0, 9062.0, 9026.0, 9085.0, 9030.0, 9068.0, 9030.0, 9056.0, 9020.0, 9062.0, 9026.0, 9048.0, 9042.0, 9032.0, 9040.0, 9015.0, 9099.0, 9019.0, 9095.0, 9027.0, 9036.0, 9023.0, 9074.0, 9046.0, 9057.0, 9028.0, 9027.0, 9037.0, 9017.0, 9041.0, 9038.0, 9098.0, 9019.0, 9056.0, 9019.0, 9083.0, 9040.0, 9121.0, 9051.0, 9090.0, 9054.0, 9086.0, 9039.0, 9110.0, 9070.0, 9087.0, 9043.0, 9080.0, 9054.0, 9095.0, 9057.0, 9096.0, 9048.0, 9089.0, 9060.0, 9021.0, 9088.0, 9040.0, 9133.0, 9061.0, 9083.0, 9003.0, 9064.0, 9012.0, 9086.0, 9029.0, 9055.0, 9027.0, 9017.0, 9037.0, 9020.0, 9113.0, 9018.0, 9071.0, 9017.0, 9055.0, 9012.0, 9087.0, 9019.0, 9070.0, 9010.0, 9043.0, 9013.0, 8999.0, 9039.0, 9008.0, 9117.0, 9022.0, 9065.0, 9004.0, 9065.0, 9031.0, 9086.0, 9047.0, 9058.0, 9031.0, 9070.0, 9031.0, 9092.0, 9025.0, 9074.0, 9025.0, 9058.0, 9024.0, 9013.0, 9066.0, 9004.0, 9095.0, 9026.0, 9062.0, 9009.0, 9063.0, 9022.0, 9075.0, 9019.0, 9049.0, 9012.0, 9043.0, 9027.0, 9049.0, 9037.0, 9021.0, 9068.0, 9018.0, 9079.0, 9027.0, 9100.0, 9025.0, 9075.0, 9050.0, 9073.0, 9050.0, 9061.0, 9051.0, 9092.0, 9057.0, 9125.0, 9079.0, 9127.0, 9075.0, 9094.0, 9038.0, 9104.0, 9053.0, 9109.0, 8993.0, 9049.0, 9024.0, 9016.0, 9086.0, 9018.0, 9096.0, 9012.0, 9049.0, 9022.0, 9067.0, 9026.0, 9027.0, 9021.0, 9000.0, 9046.0, 9000.0, 9097.0, 9013.0, 9067.0, 9016.0, 9061.0, 9011.0, 9054.0, 9034.0, 9077.0, 9031.0, 9071.0, 9015.0, 9017.0, 9091.0, 9036.0, 9117.0, 9083.0, 9111.0, 9024.0, 9080.0, 9006.0, 9091.0, 9026.0, 9054.0, 9001.0, 9005.0, 9023.0, 9002.0, 9076.0, 9028.0, 9030.0, 8999.0, 9036.0, 9001.0, 9043.0, 8999.0, 9030.0, 9014.0, 9004.0, 9000.0, 8991.0, 9074.0, 9056.0, 9071.0, 9002.0, 9043.0, 9017.0, 9052.0, 9013.0, 9041.0, 8992.0, 8999.0, 8997.0, 9004.0, 9049.0, 8999.0, 9038.0, 9001.0, 9049.0, 9023.0, 9059.0, 9006.0, 9047.0, 8992.0, 8979.0, 8998.0, 8993.0, 9068.0, 9020.0, 9041.0, 9002.0, 9054.0, 9005.0, 9058.0, 9002.0, 9029.0, 8999.0, 9001.0, 8997.0, 9007.0, 9071.0, 9009.0, 9061.0, 9022.0, 9058.0, 9020.0, 9067.0, 9005.0, 9045.0, 8992.0, 9019.0, 8999.0, 9007.0, 9072.0, 9008.0, 9056.0, 9007.0, 9031.0, 9018.0, 9029.0, 9049.0, 9008.0, 9073.0, 9003.0, 9042.0, 9000.0, 9042.0, 9000.0, 9018.0, 8997.0, 8978.0, 9053.0, 9005.0, 9054.0, 9004.0, 9031.0, 8992.0, 9041.0, 9004.0, 9041.0, 9013.0, 9011.0, 9032.0, 9009.0, 9073.0, 9026.0, 9103.0, 9044.0, 9085.0, 9023.0, 9020.0, 9033.0, 9012.0, 9038.0, 9015.0, 9078.0, 8997.0, 9063.0, 9013.0, 9081.0, 9027.0, 9078.0, 9023.0, 9051.0, 9022.0, 9027.0, 9025.0, 9028.0, 9053.0, 9012.0, 9050.0, 8998.0, 9069.0, 9012.0, 9078.0, 9040.0, 9050.0, 9005.0, 9034.0, 9008.0, 9015.0, 9044.0, 8996.0, 9073.0, 9008.0, 9059.0, 9008.0, 9059.0, 9008.0, 9044.0, 9003.0, 9008.0, 9038.0, 9012.0, 9073.0, 8994.0, 9044.0, 9006.0, 9068.0, 9029.0, 9035.0, 9000.0, 9013.0, 9016.0, 9007.0, 9079.0, 9012.0, 9077.0, 9015.0, 9050.0, 9006.0, 9036.0, 9026.0, 9001.0, 9038.0, 9013.0, 9061.0, 9011.0, 9078.0, 9031.0, 9085.0, 9013.0, 9053.0, 9010.0, 9014.0, 9028.0, 9038.0, 9083.0, 9062.0, 9081.0, 9015.0, 9065.0, 9032.0, 9086.0, 9010.0, 9070.0, 9010.0, 9036.0, 9025.0, 9016.0, 9040.0, 9013.0, 9021.0, 9014.0, 9082.0, 9048.0, 9084.0, 9050.0, 9058.0, 9029.0, 9056.0, 9032.0, 9085.0, 9015.0, 9070.0, 9027.0, 9043.0, 9044.0, 9020.0, 9068.0, 9025.0, 9075.0, 9010.0, 9060.0, 9028.0, 9080.0, 9014.0, 9055.0, 9020.0, 9025.0, 9006.0, 9013.0, 9092.0, 9020.0, 9058.0, 9004.0, 9043.0, 9000.0, 9050.0, 9005.0, 8994.0, 9000.0, 9006.0, 9028.0, 9010.0, 9083.0, 9049.0, 9087.0, 9042.0, 9054.0, 9024.0, 9030.0, 9039.0, 9016.0, 9082.0, 9052.0, 9048.0, 9020.0, 9046.0, 9017.0, 9053.0, 9025.0, 9028.0, 9025.0, 9028.0, 9076.0, 9031.0, 9098.0, 9043.0, 9068.0, 9024.0, 9054.0, 9024.0, 9031.0, 9068.0, 9010.0, 9076.0, 9010.0, 9044.0, 9020.0, 9051.0, 9024.0, 9035.0, 9021.0, 9013.0, 9046.0, 9023.0, 9080.0, 9011.0, 9062.0, 9022.0, 9050.0, 9015.0, 9014.0, 9028.0, 9017.0, 9076.0, 9023.0, 9074.0, 9026.0, 9063.0, 9037.0, 9086.0, 9031.0, 9060.0, 9026.0, 9030.0, 9025.0, 9034.0, 9068.0, 9030.0, 9068.0, 9028.0, 9080.0, 9027.0, 9085.0, 9046.0, 9073.0, 9028.0, 9055.0, 9022.0, 9040.0, 9025.0, 9026.0, 9081.0, 9028.0, 9093.0, 9025.0, 9055.0, 9027.0, 9067.0, 9022.0, 9053.0, 9021.0, 9024.0, 9020.0, 9028.0, 9075.0, 9024.0, 9046.0, 9004.0, 9060.0, 9023.0, 9064.0, 9027.0, 9053.0, 9026.0, 9056.0, 9044.0, 9031.0, 9066.0, 9030.0, 9065.0, 9018.0, 9082.0, 9030.0, 9067.0, 9024.0, 9053.0, 9021.0, 9000.0, 9008.0, 9032.0, 9094.0, 9010.0, 9063.0, 9009.0, 9064.0, 9043.0, 9069.0, 9027.0, 9058.0, 9024.0, 9024.0, 9038.0, 9032.0, 9066.0, 9029.0, 9050.0, 9027.0, 9062.0, 9047.0, 9068.0, 9058.0, 9051.0, 9026.0, 9051.0, 9044.0, 9075.0, 9034.0, 9086.0, 9025.0, 9030.0, 9035.0, 9044.0, 9094.0, 9041.0, 9074.0, 9009.0, 9062.0, 9046.0, 9085.0, 9022.0, 9052.0, 9008.0, 9011.0, 9023.0, 9029.0, 9052.0, 9030.0, 9065.0, 9029.0, 9065.0, 9047.0, 9101.0, 9047.0, 9077.0, 9027.0, 9050.0, 9023.0, 9056.0, 9027.0, 9017.0, 9059.0, 9011.0, 9074.0, 9020.0, 9063.0, 9039.0, 9078.0, 9024.0, 9049.0, 9035.0, 9023.0, 9042.0, 9028.0, 9051.0, 9027.0, 9037.0, 9026.0, 9082.0, 9046.0, 9081.0, 9039.0, 9052.0, 9022.0, 9049.0, 9043.0, 9053.0, 9041.0, 9054.0, 9037.0, 9045.0, 9046.0, 9052.0, 9044.0, 9044.0, 9053.0, 9028.0, 9108.0, 9026.0, 9086.0, 9028.0, 9066.0, 9021.0, 9035.0, 9016.0, 9012.0, 9079.0, 9023.0, 9058.0, 9023.0, 9047.0, 9023.0, 9037.0, 9040.0, 9033.0, 9052.0, 9028.0, 9066.0, 9029.0, 9083.0, 9050.0, 9087.0, 9046.0, 9053.0, 9043.0, 9041.0, 9047.0, 9049.0, 9055.0, 9012.0, 9049.0, 9028.0, 9064.0, 9028.0, 9080.0, 9028.0, 9039.0, 9004.0, 9023.0, 9045.0, 9032.0, 9038.0, 9028.0, 9045.0, 9026.0, 9080.0, 9043.0, 9078.0, 9039.0, 9068.0, 9042.0, 9055.0, 9037.0, 9069.0, 9024.0, 9054.0, 9026.0, 9034.0, 9059.0, 9030.0, 9091.0, 9023.0, 9060.0, 9022.0, 9063.0, 9041.0, 9069.0, 9023.0, 9077.0, 9039.0, 9010.0, 9039.0, 9028.0, 9076.0, 9025.0, 9045.0, 9024.0, 9064.0, 9044.0, 9067.0, 9029.0, 9052.0, 9023.0, 9038.0, 9042.0, 9056.0, 9017.0, 9055.0, 9039.0, 9030.0, 9041.0, 9033.0, 9098.0, 9058.0, 9095.0, 9024.0, 9063.0, 9023.0, 9062.0, 9027.0, 9084.0, 9009.0, 9030.0, 8985.0, 9020.0, 9019.0, 9030.0, 8997.0, 8988.0, 8995.0, 9010.0, 9078.0, 9019.0, 9045.0, 9006.0, 9025.0, 9003.0, 9047.0, 8999.0, 9044.0, 9000.0, 8990.0, 8999.0, 9010.0, 9052.0, 9004.0, 9027.0, 9006.0, 9044.0, 9022.0, 9051.0, 9023.0, 9048.0, 9005.0, 8994.0, 8997.0, 9011.0, 9075.0, 9005.0, 9040.0, 9002.0, 9025.0, 9002.0, 9049.0, 9021.0, 9033.0, 9003.0, 9007.0, 9019.0, 9028.0, 9078.0, 9022.0, 9088.0, 9021.0, 9041.0, 9003.0, 9045.0, 9005.0, 9046.0, 8986.0, 8987.0, 8993.0, 8986.0, 9059.0, 9002.0, 9041.0, 9002.0, 9010.0, 9003.0, 9045.0, 9001.0, 9031.0, 8997.0, 8990.0, 9043.0, 9007.0, 9041.0, 9004.0, 9027.0, 9000.0, 9014.0, 9006.0, 9020.0, 9001.0, 8992.0, 8998.0, 9003.0, 9061.0, 9021.0, 9044.0, 9003.0, 9027.0, 8996.0, 9016.0, 9020.0, 9004.0, 9030.0, 9003.0, 9038.0, 9001.0, 9030.0, 9021.0, 9045.0, 9005.0, 9031.0, 9004.0, 9034.0, 9043.0, 9030.0, 9054.0, 9009.0, 9026.0, 9004.0, 9028.0, 9023.0, 9047.0, 9022.0, 9032.0, 9020.0, 9033.0, 9024.0, 9043.0, 9006.0, 9037.0, 9003.0, 8993.0, 9094.0, 9003.0, 9075.0, 9013.0, 9039.0, 8981.0, 9013.0, 8981.0, 8986.0, 9057.0, 8985.0, 9019.0, 8981.0, 9007.0, 8995.0, 9029.0, 9016.0, 9004.0, 9011.0, 8987.0, 9037.0, 8987.0, 9045.0, 9002.0, 9031.0, 8998.0, 9002.0, 8998.0, 8991.0, 9046.0, 9006.0, 9041.0, 9007.0, 9028.0, 9002.0, 9036.0, 9023.0, 9022.0, 9017.0, 9008.0, 9041.0, 9022.0, 9060.0, 9010.0, 9047.0, 9020.0, 9034.0, 9025.0, 9055.0, 9008.0, 9024.0, 9024.0, 9027.0, 9043.0, 9036.0, 9062.0, 9031.0, 9036.0, 9013.0, 9096.0, 9029.0, 9079.0, 9036.0, 9074.0, 9006.0, 9021.0, 9022.0, 9026.0, 9030.0, 9005.0, 9056.0, 9004.0, 9029.0, 9023.0, 9045.0, 9005.0, 9006.0, 9000.0, 9002.0, 9021.0, 9010.0, 9044.0, 9007.0, 9043.0, 9005.0, 9033.0, 9024.0, 9047.0, 9007.0, 9036.0, 9023.0, 9036.0, 9028.0, 9053.0, 9021.0, 9051.0, 9002.0, 9007.0, 9022.0, 9011.0, 9073.0, 9019.0, 9067.0, 8989.0, 9059.0, 9006.0, 9044.0, 9000.0, 9026.0, 8981.0, 9010.0, 9001.0, 9004.0, 9040.0, 8988.0, 9068.0, 8986.0, 9026.0, 9002.0, 9027.0, 8972.0, 9014.0, 8999.0, 9000.0, 9026.0, 9025.0, 9022.0, 9028.0, 9028.0, 9017.0, 9026.0, 9037.0, 9105.0, 9050.0, 9086.0, 9041.0, 9076.0, 9011.0, 9054.0, 9011.0, 9005.0, 9086.0, 8988.0, 9052.0, 9000.0, 9014.0, 9004.0, 8989.0, 8994.0, 8989.0, 8997.0, 8985.0, 9009.0, 9002.0, 9016.0, 9010.0, 9050.0, 9011.0, 9060.0, 9022.0, 9033.0, 9008.0, 9047.0, 9022.0, 9047.0, 9001.0, 9006.0, 9009.0, 8985.0, 9042.0, 9000.0, 9028.0, 8980.0, 8972.0, 8980.0, 9001.0, 9044.0, 9006.0, 9042.0, 9003.0, 9017.0, 9002.0, 9010.0, 9022.0, 9012.0, 9072.0, 9008.0, 9047.0, 9021.0, 9050.0, 9041.0, 9052.0, 9019.0, 9012.0, 9030.0, 9010.0, 9055.0, 9026.0, 9062.0, 9024.0, 9033.0, 9008.0, 9039.0, 9028.0, 9014.0, 9079.0, 9023.0, 9059.0, 9008.0, 9046.0, 9004.0, 9053.0, 9008.0, 9007.0, 9002.0, 8993.0, 9069.0, 9006.0, 9060.0, 9006.0, 9045.0, 9001.0, 9016.0, 9000.0, 9008.0, 9050.0, 9008.0, 9073.0, 9012.0, 9045.0, 9009.0, 9062.0, 9027.0, 9066.0, 9007.0, 9007.0, 9003.0, 9009.0, 9066.0, 9011.0, 9059.0, 9023.0, 9028.0, 9007.0, 9034.0, 9024.0, 9022.0, 9020.0, 9008.0, 9030.0, 9024.0, 9046.0, 9030.0, 9065.0, 9025.0, 9051.0, 9005.0, 9020.0, 9003.0, 9014.0, 9078.0, 9007.0, 9042.0, 9005.0, 9045.0, 9007.0, 9052.0, 9023.0, 9034.0, 9007.0, 9011.0, 9023.0, 9030.0, 9046.0, 9038.0, 9063.0, 9053.0, 9047.0, 9037.0, 9118.0, 9033.0, 9088.0, 9024.0, 9097.0, 9006.0, 9010.0, 9092.0, 9006.0, 9071.0, 9019.0, 9041.0, 8998.0, 9002.0, 9017.0, 9008.0, 9014.0, 9007.0, 9043.0, 9007.0, 9048.0, 9027.0, 9047.0, 9005.0, 9032.0, 9002.0, 8992.0, 9077.0, 9009.0, 9065.0, 9022.0, 9014.0, 8985.0, 9031.0, 9022.0, 8997.0, 9029.0, 8993.0, 9043.0, 8993.0, 9065.0, 9022.0, 9048.0, 9010.0, 9021.0, 9020.0, 9015.0, 9039.0, 9028.0, 9070.0, 9017.0, 9064.0, 9012.0, 9052.0, 9032.0, 9068.0, 9014.0, 9052.0, 9011.0, 9028.0, 9027.0, 9062.0, 9029.0, 9073.0, 9025.0, 9017.0, 9026.0, 9017.0, 9095.0, 9024.0, 9108.0, 9035.0, 9075.0, 9005.0, 9078.0, 9007.0, 9046.0, 9005.0, 9031.0, 9005.0, 9033.0, 9027.0, 9043.0, 9010.0, 9052.0, 9007.0, 9007.0, 9018.0, 9011.0, 9103.0, 9029.0, 9067.0, 8986.0, 9041.0, 8987.0, 9000.0, 8995.0, 8987.0, 8982.0, 8986.0, 9008.0, 8988.0, 9030.0, 9004.0, 9020.0, 9003.0, 9008.0, 9025.0, 9027.0, 9062.0, 9006.0, 9027.0, 9004.0, 9027.0, 9001.0, 9017.0, 8998.0, 9009.0, 8984.0, 9007.0, 9037.0, 9026.0, 9045.0, 9003.0, 9019.0, 9004.0, 8990.0, 9045.0, 8991.0, 9043.0, 8990.0, 9015.0, 9002.0, 9020.0, 9016.0, 8992.0, 9076.0, 8993.0, 9030.0, 8988.0, 9030.0, 9005.0, 8993.0, 9057.0, 8991.0, 9024.0, 8988.0, 9032.0, 9005.0, 9018.0, 8999.0, 8993.0, 9042.0, 9006.0, 9046.0, 9019.0, 9052.0, 9007.0, 9023.0, 9007.0, 9011.0, 9033.0, 9031.0, 9065.0, 9013.0, 9048.0, 9021.0, 9035.0, 9023.0, 9032.0, 9027.0, 9033.0, 9052.0, 9032.0, 9067.0, 9031.0, 9089.0, 9031.0, 9074.0, 9029.0, 9044.0, 9024.0, 9021.0, 9099.0, 9033.0, 9068.0, 9027.0, 9050.0, 9017.0, 9056.0, 9045.0, 9059.0, 9026.0, 9016.0, 9025.0, 9029.0, 9082.0, 9031.0, 9070.0, 9031.0, 9057.0, 9028.0, 9060.0, 9044.0, 9036.0, 9070.0, 9033.0, 9083.0, 9029.0, 9067.0, 9030.0, 9073.0, 9027.0, 9057.0, 9026.0, 9015.0, 9035.0, 9028.0, 9089.0, 9029.0, 9071.0, 9031.0, 9057.0, 9027.0, 9038.0, 9049.0, 9034.0, 9070.0, 9030.0, 9081.0, 9031.0, 9070.0, 9047.0, 9073.0, 9029.0, 9045.0, 9028.0, 9019.0, 9032.0, 9036.0, 9085.0, 9036.0, 9087.0, 9032.0, 9071.0, 9048.0, 9090.0, 9031.0, 9073.0, 9029.0, 9029.0, 9025.0, 9037.0, 9115.0, 9030.0, 9094.0, 9030.0, 9052.0, 9028.0, 9072.0, 9047.0, 9070.0, 9029.0, 9044.0, 9023.0, 9054.0, 9024.0, 9027.0, 9028.0, 9074.0, 9031.0, 9089.0, 9029.0, 9072.0, 9026.0, 9040.0, 9028.0, 9045.0, 9050.0, 9011.0, 9046.0, 9009.0, 9077.0, 9028.0, 9066.0, 9008.0, 9033.0, 9003.0, 9019.0, 9009.0, 9014.0, 9065.0, 9013.0, 9048.0, 9011.0, 9050.0, 9026.0, 9072.0, 9028.0, 9055.0, 9025.0, 9029.0, 9007.0, 9015.0, 9101.0, 9026.0, 9061.0, 9039.0, 9050.0, 9003.0, 9039.0, 9019.0, 8996.0, 9056.0, 8992.0, 9072.0, 8991.0, 9061.0, 9009.0, 9048.0, 9022.0, 9035.0, 9011.0, 9039.0, 9025.0, 9032.0, 9052.0, 9012.0, 9080.0, 9014.0, 9068.0, 9024.0, 9040.0, 9050.0, 8994.0, 9092.0, 8988.0, 9042.0, 9004.0, 9051.0, 9000.0, 8989.0, 8968.0, 8990.0, 9038.0, 9007.0, 9054.0, 9006.0, 9032.0, 9004.0, 8991.0, 9002.0, 9011.0, 9075.0, 9010.0, 9044.0, 9007.0, 9048.0, 9007.0, 9054.0, 9024.0, 9014.0, 9064.0, 9013.0, 9063.0, 9011.0, 9068.0, 9027.0, 9068.0, 9007.0, 9010.0, 9006.0, 9013.0, 9079.0, 9031.0, 9077.0, 9024.0, 9050.0, 9006.0, 9022.0, 9006.0, 9015.0, 9050.0, 9009.0, 9076.0, 9010.0, 9046.0, 9029.0, 9072.0, 9026.0, 9054.0, 9027.0, 9030.0, 9024.0, 9035.0, 9086.0, 9032.0, 9081.0, 9033.0, 9054.0, 9029.0, 9093.0, 9049.0, 9078.0, 9033.0, 9074.0, 9032.0, 9035.0, 9105.0, 9035.0, 9100.0, 9030.0, 9063.0, 9030.0, 9074.0, 9034.0, 9036.0, 9041.0, 9032.0, 9082.0, 9015.0, 9072.0, 9047.0, 9086.0, 9033.0, 9073.0, 9032.0, 9045.0, 9033.0, 9041.0, 9059.0, 9040.0, 9061.0, 9038.0, 9103.0, 9058.0, 9110.0, 9053.0, 9090.0, 9035.0, 9065.0, 9042.0, 9054.0, 9071.0, 9059.0, 9104.0, 9056.0, 9088.0, 9036.0, 9108.0, 9056.0, 9093.0, 9049.0, 9063.0, 9037.0, 9078.0, 9075.0, 9098.0, 9057.0, 9096.0, 9056.0, 9098.0, 9055.0, 9101.0, 9096.0, 9053.0, 9120.0, 9019.0, 9098.0, 9015.0, 9089.0, 9053.0, 9023.0, 9086.0, 8991.0, 9041.0, 9005.0, 9052.0, 9003.0, 9004.0, 8984.0, 8992.0, 9059.0, 9009.0, 9058.0, 8988.0, 9027.0, 8986.0, 8991.0, 9005.0, 9016.0, 9074.0, 9011.0, 9033.0, 9009.0, 9066.0, 9032.0, 9084.0, 9012.0, 9050.0, 9009.0, 9013.0, 9069.0, 8994.0, 9075.0, 9017.0, 9041.0, 8989.0, 9028.0, 9000.0, 9049.0, 8991.0, 8993.0, 8984.0, 8991.0, 9054.0, 8991.0, 9059.0, 9020.0, 9028.0, 8989.0, 9032.0, 9007.0, 9003.0, 9082.0, 9023.0, 9043.0, 8974.0, 9025.0, 8989.0, 9060.0, 9006.0, 9047.0, 8990.0, 9008.0, 8986.0, 8973.0, 9097.0, 8997.0, 9059.0, 8987.0, 8996.0, 8971.0, 9002.0, 8993.0, 9011.0, 9079.0, 9019.0, 9071.0, 9037.0, 8990.0, 8995.0, 8991.0, 9021.0, 8974.0, 9035.0, 9004.0, 9025.0, 9022.0, 8997.0, 9092.0, 8994.0, 9062.0, 8987.0, 9057.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.002051514008620689</td></tr>
<tr><td colspan=3>aqi</td><td>0.034436818372844825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.91208041826409</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1850711214177905</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991752204905676</td></tr>
<tr><td colspan=3>efc</td><td>0.4571</td></tr>
<tr><td colspan=3>fber</td><td>6101.499</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09469811614167654</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8017241379310347</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.380901689842471</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.271079400398702</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5689183023885787</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.302707366740132</td></tr>
<tr><td colspan=3>gcor</td><td>0.00497909</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018285438418388367</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031549762934446335</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.7928509790729685</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.2802</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.551</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>305762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.9784</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0061</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.7829</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.3943</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.6994</td></tr>
<tr><td colspan=3>tsnr</td><td>32.35638459038455</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>