<?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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-02/func/sub-0132_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>9e8a2cd9c2eb6e3875d5051946d5659c</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:10:51.190000</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.999763, 0.000754599, -0.0217516, 0.00244287, 0.989193, 0.146598]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0750159</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7775, -7219, 217, -77, -34, -76, 142]</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>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03117102-3373-4100-8c40-f18b401675d7||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.682291269302368, 0.006554048974066973, -0.05839334800839424, 114.35076141357422], [-0.00202453276142478, 2.653933048248291, 0.39586371183395386, -98.73192596435547], [-0.058357980102300644, -0.39331114292144775, 2.6701838970184326, -50.09911346435547], [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': ['201051.190000', '201051.650000', '201052.110000', '201052.570000', '201053.030000', '201053.490000', '201053.950000', '201054.410000', '201054.870000', '201055.330000', '201055.790000', '201056.250000', '201056.710000', '201057.170000', '201057.630000', '201058.090000', '201058.550000', '201059.010000', '201059.470000', '201059.930000', '201100.390000', '201100.850000', '201101.310000', '201101.770000', '201102.230000', '201102.690000', '201103.150000', '201103.610000', '201104.070000', '201104.530000', '201104.990000', '201105.450000', '201105.910000', '201106.370000', '201106.830000', '201107.290000', '201107.750000', '201108.210000', '201108.670000', '201109.130000', '201109.590000', '201110.050000', '201110.510000', '201110.970000', '201111.430000', '201111.890000', '201112.350000', '201112.810000', '201113.270000', '201113.730000', '201114.190000', '201114.650000', '201115.110000', '201115.570000', '201116.030000', '201116.490000', '201116.950000', '201117.410000', '201117.870000', '201118.330000', '201118.790000', '201119.250000', '201119.710000', '201120.170000', '201120.630000', '201121.090000', '201121.550000', '201122.010000', '201122.470000', '201122.930000', '201123.390000', '201123.850000', '201124.310000', '201124.770000', '201125.230000', '201125.690000', '201126.150000', '201126.610000', '201127.070000', '201127.530000', '201127.990000', '201128.450000', '201128.910000', '201129.370000', '201129.830000', '201130.290000', '201130.750000', '201131.210000', '201131.670000', '201132.130000', '201132.590000', '201133.050000', '201133.510000', '201133.970000', '201134.430000', '201134.890000', '201135.350000', '201135.810000', '201136.270000', '201136.730000', '201137.190000', '201137.650000', '201138.110000', '201138.570000', '201139.030000', '201139.490000', '201139.950000', '201140.410000', '201140.870000', '201141.330000', '201141.790000', '201142.250000', '201142.710000', '201143.170000', '201143.630000', '201144.090000', '201144.550000', '201145.010000', '201145.470000', '201145.930000', '201146.390000', '201146.850000', '201147.310000', '201147.770000', '201148.230000', '201148.690000', '201149.150000', '201149.610000', '201150.070000', '201150.530000', '201150.990000', '201151.450000', '201151.910000', '201152.370000', '201152.830000', '201153.290000', '201153.750000', '201154.210000', '201154.670000', '201155.130000', '201155.590000', '201156.050000', '201156.510000', '201156.970000', '201157.430000', '201157.890000', '201158.350000', '201158.810000', '201159.270000', '201159.730000', '201200.190000', '201200.650000', '201201.110000', '201201.570000', '201202.030000', '201202.490000', '201202.950000', '201203.410000', '201203.870000', '201204.330000', '201204.790000', '201205.250000', '201205.710000', '201206.170000', '201206.630000', '201207.090000', '201207.550000', '201208.010000', '201208.470000', '201208.930000', '201209.390000', '201209.850000', '201210.310000', '201210.770000', '201211.230000', '201211.690000', '201212.150000', '201212.610000', '201213.070000', '201213.530000', '201213.990000', '201214.450000', '201214.910000', '201215.370000', '201215.830000', '201216.290000', '201216.750000', '201217.210000', '201217.670000', '201218.130000', '201218.590000', '201219.050000', '201219.510000', '201219.970000', '201220.430000', '201220.890000', '201221.350000', '201221.810000', '201222.270000', '201222.730000', '201223.190000', '201223.650000', '201224.110000', '201224.570000', '201225.030000', '201225.490000', '201225.950000', '201226.410000', '201226.870000', '201227.330000', '201227.790000', '201228.250000', '201228.710000', '201229.170000', '201229.630000', '201230.090000', '201230.550000', '201231.010000', '201231.470000', '201231.930000', '201232.390000', '201232.850000', '201233.310000', '201233.770000', '201234.230000', '201234.690000', '201235.150000', '201235.610000', '201236.070000', '201236.530000', '201236.990000', '201237.450000', '201237.910000', '201238.370000', '201238.830000', '201239.290000', '201239.750000', '201240.210000', '201240.670000', '201241.130000', '201241.590000', '201242.050000', '201242.510000', '201242.970000', '201243.430000', '201243.890000', '201244.350000', '201244.810000', '201245.270000', '201245.730000', '201246.190000', '201246.650000', '201247.110000', '201247.570000', '201248.030000', '201248.490000', '201248.950000', '201249.410000', '201249.870000', '201250.330000', '201250.790000', '201251.250000', '201251.710000', '201252.170000', '201252.630000', '201253.090000', '201253.550000', '201254.010000', '201254.470000', '201254.930000', '201255.390000', '201255.850000', '201256.310000', '201256.770000', '201257.230000', '201257.690000', '201258.150000', '201258.610000', '201259.070000', '201259.530000', '201259.990000', '201300.450000', '201300.910000', '201301.370000', '201301.830000', '201302.290000', '201302.750000', '201303.210000', '201303.670000', '201304.130000', '201304.590000', '201305.050000', '201305.510000', '201305.970000', '201306.430000', '201306.890000', '201307.350000', '201307.810000', '201308.270000', '201308.730000', '201309.190000', '201309.650000', '201310.110000', '201310.570000', '201311.030000', '201311.490000', '201311.950000', '201312.410000', '201312.870000', '201313.330000', '201313.790000', '201314.250000', '201314.710000', '201315.170000', '201315.630000', '201316.090000', '201316.550000', '201317.010000', '201317.470000', '201317.930000', '201318.390000', '201318.850000', '201319.310000', '201319.770000', '201320.230000', '201320.690000', '201321.150000', '201321.610000', '201322.070000', '201322.530000', '201322.990000', '201323.450000', '201323.910000', '201324.370000', '201324.830000', '201325.290000', '201325.750000', '201326.210000', '201326.670000', '201327.130000', '201327.590000', '201328.050000', '201328.510000', '201328.970000', '201329.430000', '201329.890000', '201330.350000', '201330.810000', '201331.270000', '201331.730000', '201332.190000', '201332.650000', '201333.110000', '201333.570000', '201334.030000', '201334.490000', '201334.950000', '201335.410000', '201335.870000', '201336.330000', '201336.790000', '201337.250000', '201337.710000', '201338.170000', '201338.630000', '201339.090000', '201339.550000', '201340.010000', '201340.470000', '201340.930000', '201341.390000', '201341.850000', '201342.310000', '201342.770000', '201343.230000', '201343.690000', '201344.150000', '201344.610000', '201345.070000', '201345.530000', '201345.990000', '201346.450000', '201346.910000', '201347.370000', '201347.830000', '201348.290000', '201348.750000', '201349.210000', '201349.670000', '201350.130000', '201350.590000', '201351.050000', '201351.510000', '201351.970000', '201352.430000', '201352.890000', '201353.350000', '201353.810000', '201354.270000', '201354.730000', '201355.190000', '201355.650000', '201356.110000', '201356.570000', '201357.030000', '201357.490000', '201357.950000', '201358.410000', '201358.870000', '201359.330000', '201359.790000', '201400.250000', '201400.710000', '201401.170000', '201401.630000', '201402.090000', '201402.550000', '201403.010000', '201403.470000', '201403.930000', '201404.390000', '201404.850000', '201405.310000', '201405.770000', '201406.230000', '201406.690000', '201407.150000', '201407.610000', '201408.070000', '201408.530000', '201408.990000', '201409.450000', '201409.910000', '201410.370000', '201410.830000', '201411.290000', '201411.750000', '201412.210000', '201412.670000', '201413.130000', '201413.590000', '201414.050000', '201414.510000', '201414.970000', '201415.430000', '201415.890000', '201416.350000', '201416.810000', '201417.270000', '201417.730000', '201418.190000', '201418.650000', '201419.110000', '201419.570000', '201420.030000', '201420.490000', '201420.950000', '201421.410000', '201421.870000', '201422.330000', '201422.790000', '201423.250000', '201423.710000', '201424.170000', '201424.630000', '201425.090000', '201425.550000', '201426.010000', '201426.470000', '201426.930000', '201427.390000', '201427.850000', '201428.310000', '201428.770000', '201429.230000', '201429.690000', '201430.150000', '201430.610000', '201431.070000', '201431.530000', '201431.990000', '201432.450000', '201432.910000', '201433.370000', '201433.830000', '201434.290000', '201434.750000', '201435.210000', '201435.670000', '201436.130000', '201436.590000', '201437.050000', '201437.510000', '201437.970000', '201438.430000', '201438.890000', '201439.350000', '201439.810000', '201440.270000', '201440.730000', '201441.190000', '201441.650000', '201442.110000', '201442.570000', '201443.030000', '201443.490000', '201443.950000', '201444.410000', '201444.870000', '201445.330000', '201445.790000', '201446.250000', '201446.710000', '201447.170000', '201447.630000', '201448.090000', '201448.550000', '201449.010000', '201449.470000', '201449.930000', '201450.390000', '201450.850000', '201451.310000', '201451.770000', '201452.230000', '201452.690000', '201453.150000', '201453.610000', '201454.070000', '201454.530000', '201454.990000', '201455.450000', '201455.910000', '201456.370000', '201456.830000', '201457.290000', '201457.750000', '201458.210000', '201458.670000', '201459.130000', '201459.590000', '201500.050000', '201500.510000', '201500.970000', '201501.430000', '201501.890000', '201502.350000', '201502.810000', '201503.270000', '201503.730000', '201504.190000', '201504.650000', '201505.110000', '201505.570000', '201506.030000', '201506.490000', '201506.950000', '201507.410000', '201507.870000', '201508.330000', '201508.790000', '201509.250000', '201509.710000', '201510.170000', '201510.630000', '201511.090000', '201511.550000', '201512.010000', '201512.470000', '201512.930000', '201513.390000', '201513.850000', '201514.310000', '201514.770000', '201515.230000', '201515.690000', '201516.150000', '201516.610000', '201517.070000', '201517.530000', '201517.990000', '201518.450000', '201518.910000', '201519.370000', '201519.830000', '201520.290000', '201520.750000', '201521.210000', '201521.670000', '201522.130000', '201522.590000', '201523.050000', '201523.510000', '201523.970000', '201524.430000', '201524.890000', '201525.350000', '201525.810000', '201526.270000', '201526.730000', '201527.190000', '201527.650000', '201528.110000', '201528.570000', '201529.030000', '201529.490000', '201529.950000', '201530.410000', '201530.870000', '201531.330000', '201531.790000', '201532.250000', '201532.710000', '201533.170000', '201533.630000', '201534.090000', '201534.550000', '201535.010000', '201535.470000', '201535.930000', '201536.390000', '201536.850000', '201537.310000', '201537.770000', '201538.230000', '201538.690000', '201539.150000', '201539.610000', '201540.070000', '201540.530000', '201540.990000', '201541.450000', '201541.910000', '201542.370000', '201542.830000', '201543.290000', '201543.750000', '201544.210000', '201544.670000', '201545.130000', '201545.590000', '201546.050000', '201546.510000', '201546.970000', '201547.430000', '201547.890000', '201548.350000', '201548.810000', '201549.270000', '201549.730000', '201550.190000', '201550.650000', '201551.110000', '201551.570000', '201552.030000', '201552.490000', '201552.950000', '201553.410000', '201553.870000', '201554.330000', '201554.790000', '201555.250000', '201555.710000', '201556.170000', '201556.630000', '201557.090000', '201557.550000', '201558.010000', '201558.470000', '201558.930000', '201559.390000', '201559.850000', '201600.310000', '201600.770000', '201601.230000', '201601.690000', '201602.150000', '201602.610000', '201603.070000', '201603.530000', '201603.990000', '201604.450000', '201604.910000', '201605.370000', '201605.830000', '201606.290000', '201606.750000', '201607.210000', '201607.670000', '201608.130000', '201608.590000', '201609.050000', '201609.510000', '201609.970000', '201610.430000', '201610.890000', '201611.350000', '201611.810000', '201612.270000', '201612.730000', '201613.190000', '201613.650000', '201614.110000', '201614.570000', '201615.030000', '201615.490000', '201615.950000', '201616.410000', '201616.870000', '201617.330000', '201617.790000', '201618.250000', '201618.710000', '201619.170000', '201619.630000', '201620.090000', '201620.550000', '201621.010000', '201621.470000', '201621.930000', '201622.390000', '201622.850000', '201623.310000', '201623.770000', '201624.230000', '201624.690000', '201625.150000', '201625.610000', '201626.070000', '201626.530000', '201626.990000', '201627.450000', '201627.910000', '201628.370000', '201628.830000', '201629.290000', '201629.750000', '201630.210000', '201630.670000', '201631.130000', '201631.590000', '201632.050000', '201632.510000', '201632.970000', '201633.430000', '201633.890000', '201634.350000', '201634.810000', '201635.270000', '201635.730000', '201636.190000', '201636.650000', '201637.110000', '201637.570000', '201638.030000', '201638.490000', '201638.950000', '201639.410000', '201639.870000', '201640.330000', '201640.790000', '201641.250000', '201641.710000', '201642.170000', '201642.630000', '201643.090000', '201643.550000', '201644.010000', '201644.470000', '201644.930000', '201645.390000', '201645.850000', '201646.310000', '201646.770000', '201647.230000', '201647.690000', '201648.150000', '201648.610000', '201649.070000', '201649.530000', '201649.990000', '201650.450000', '201650.910000', '201651.370000', '201651.830000', '201652.290000', '201652.750000', '201653.210000', '201653.670000', '201654.130000', '201654.590000', '201655.050000', '201655.510000', '201655.970000', '201656.430000', '201656.890000', '201657.350000', '201657.810000', '201658.270000', '201658.730000', '201659.190000', '201659.650000', '201700.110000', '201700.570000', '201701.030000', '201701.490000', '201701.950000', '201702.410000', '201702.870000', '201703.330000', '201703.790000', '201704.250000', '201704.710000', '201705.170000', '201705.630000', '201706.090000', '201706.550000', '201707.010000', '201707.470000', '201707.930000', '201708.390000', '201708.850000', '201709.310000', '201709.770000', '201710.230000', '201710.690000', '201711.150000', '201711.610000', '201712.070000', '201712.530000', '201712.990000', '201713.450000', '201713.910000', '201714.370000', '201714.830000', '201715.290000', '201715.750000', '201716.210000', '201716.670000', '201717.130000', '201717.590000', '201718.050000', '201718.510000', '201718.970000', '201719.430000', '201719.890000', '201720.350000', '201720.810000', '201721.270000', '201721.730000', '201722.190000', '201722.650000', '201723.110000', '201723.570000', '201724.030000', '201724.490000', '201724.950000', '201725.410000', '201725.870000', '201726.330000', '201726.790000', '201727.250000', '201727.710000', '201728.170000', '201728.630000', '201729.090000', '201729.550000', '201730.010000', '201730.470000', '201730.930000', '201731.390000', '201731.850000', '201732.310000', '201732.770000', '201733.230000', '201733.690000', '201734.150000', '201734.610000', '201735.070000', '201735.530000', '201735.990000', '201736.450000', '201736.910000', '201737.370000', '201737.830000', '201738.290000', '201738.750000', '201739.210000', '201739.670000', '201740.130000', '201740.590000', '201741.050000', '201741.510000', '201741.970000', '201742.430000', '201742.890000', '201743.350000', '201743.810000', '201744.270000', '201744.730000', '201745.190000', '201745.650000', '201746.110000', '201746.570000', '201747.030000', '201747.490000', '201747.950000', '201748.410000', '201748.870000', '201749.330000', '201749.790000', '201750.250000', '201750.710000', '201751.170000', '201751.630000', '201752.090000', '201752.550000', '201753.010000', '201753.470000', '201753.930000', '201754.390000', '201754.850000', '201755.310000', '201755.770000', '201756.230000', '201756.690000', '201757.150000', '201757.610000', '201758.070000', '201758.530000', '201758.990000', '201759.450000', '201759.910000', '201800.370000', '201800.830000', '201801.290000', '201801.750000', '201802.210000', '201802.670000', '201803.130000', '201803.590000', '201804.050000', '201804.510000', '201804.970000', '201805.430000', '201805.890000', '201806.350000', '201806.810000', '201807.270000', '201807.730000', '201808.190000', '201808.650000', '201809.110000', '201809.570000', '201810.030000', '201810.490000', '201810.950000', '201811.410000', '201811.870000', '201812.330000', '201812.790000', '201813.250000', '201813.710000', '201814.170000', '201814.630000', '201815.090000', '201815.550000', '201816.010000', '201816.470000', '201816.930000', '201817.390000', '201817.850000', '201818.310000', '201818.770000', '201819.230000', '201819.690000', '201820.150000', '201820.610000', '201821.070000', '201821.530000', '201821.990000', '201822.450000', '201822.910000', '201823.370000', '201823.830000', '201824.290000', '201824.750000', '201825.210000', '201825.670000', '201826.130000', '201826.590000', '201827.050000', '201827.510000', '201827.970000', '201828.430000', '201828.890000', '201829.350000', '201829.810000', '201830.270000', '201830.730000', '201831.190000', '201831.650000', '201832.110000', '201832.570000', '201833.030000', '201833.490000', '201833.950000', '201834.410000', '201834.870000', '201835.330000', '201835.790000', '201836.250000', '201836.710000', '201837.170000', '201837.630000', '201838.090000', '201838.550000', '201839.010000', '201839.470000', '201839.930000', '201840.390000', '201840.850000', '201841.310000', '201841.770000', '201842.230000', '201842.690000', '201843.150000', '201843.610000', '201844.070000', '201844.530000', '201844.990000', '201845.450000', '201845.910000', '201846.370000', '201846.830000', '201847.290000', '201847.750000', '201848.210000', '201848.670000', '201849.130000', '201849.590000', '201850.050000', '201850.510000', '201850.970000', '201851.430000', '201851.890000', '201852.350000', '201852.810000', '201853.270000', '201853.730000', '201854.190000', '201854.650000', '201855.110000', '201855.570000', '201856.030000', '201856.490000', '201856.950000', '201857.410000', '201857.870000', '201858.330000', '201858.790000', '201859.250000', '201859.710000', '201900.170000', '201900.630000', '201901.090000', '201901.550000', '201902.010000', '201902.470000', '201902.930000', '201903.390000', '201903.850000', '201904.310000', '201904.770000', '201905.230000', '201905.690000', '201906.150000', '201906.610000', '201907.070000', '201907.530000', '201907.990000', '201908.450000', '201908.910000', '201909.370000', '201909.830000', '201910.290000', '201910.750000', '201911.210000', '201911.670000', '201912.130000', '201912.590000', '201913.050000', '201913.510000', '201913.970000', '201914.430000', '201914.890000', '201915.350000', '201915.810000', '201916.270000', '201916.730000', '201917.190000', '201917.650000', '201918.110000', '201918.570000', '201919.030000', '201919.490000', '201919.950000', '201920.410000', '201920.870000', '201921.330000', '201921.790000', '201922.250000', '201922.710000', '201923.170000', '201923.630000', '201924.090000', '201924.550000', '201925.010000', '201925.470000', '201925.930000', '201926.390000', '201926.850000', '201927.310000', '201927.770000', '201928.230000', '201928.690000', '201929.150000', '201929.610000', '201930.070000', '201930.530000', '201930.990000', '201931.450000', '201931.910000', '201932.370000', '201932.830000', '201933.290000', '201933.750000', '201934.210000', '201934.670000', '201935.130000', '201935.590000', '201936.050000', '201936.510000', '201936.970000', '201937.430000', '201937.890000', '201938.350000', '201938.810000', '201939.270000', '201939.730000', '201940.190000', '201940.650000', '201941.110000', '201941.570000', '201942.030000', '201942.490000', '201942.950000', '201943.410000', '201943.870000', '201944.330000', '201944.790000', '201945.250000', '201945.710000', '201946.170000', '201946.630000', '201947.090000', '201947.550000', '201948.010000', '201948.470000', '201948.930000', '201949.390000', '201949.850000', '201950.310000', '201950.770000', '201951.230000', '201951.690000', '201952.150000', '201952.610000', '201953.070000', '201953.530000', '201953.990000', '201954.450000', '201954.910000', '201955.370000', '201955.830000', '201956.290000', '201956.750000', '201957.210000', '201957.670000', '201958.130000', '201958.590000', '201959.050000', '201959.510000', '201959.970000', '202000.430000', '202000.890000', '202001.350000', '202001.810000', '202002.270000', '202002.730000', '202003.190000', '202003.650000', '202004.110000', '202004.570000', '202005.030000', '202005.490000', '202005.950000', '202006.410000', '202006.870000', '202007.330000', '202007.790000', '202008.250000', '202008.710000', '202009.170000', '202009.630000', '202010.090000', '202010.550000', '202011.010000', '202011.470000', '202011.930000', '202012.390000', '202012.850000', '202013.310000', '202013.770000', '202014.230000', '202014.690000', '202015.150000', '202015.610000', '202016.070000', '202016.530000', '202016.990000', '202017.450000', '202017.910000', '202018.370000', '202018.830000', '202019.290000', '202019.750000', '202020.210000', '202020.670000', '202021.130000', '202021.590000', '202022.050000', '202022.510000', '202022.970000', '202023.430000', '202023.890000', '202024.350000', '202024.810000', '202025.270000', '202025.730000', '202026.190000', '202026.650000', '202027.110000', '202027.570000', '202028.030000', '202028.490000', '202028.950000', '202029.410000', '202029.870000', '202030.330000', '202030.790000', '202031.250000', '202031.710000', '202032.170000', '202032.630000', '202033.090000', '202033.550000', '202034.010000', '202034.470000', '202034.930000', '202035.390000', '202035.850000', '202036.310000', '202036.770000', '202037.230000', '202037.690000', '202038.150000', '202038.610000', '202039.070000', '202039.530000', '202039.990000', '202040.450000', '202040.910000', '202041.370000', '202041.830000', '202042.290000', '202042.750000', '202043.210000', '202043.670000', '202044.130000', '202044.590000', '202045.050000', '202045.510000', '202045.970000', '202046.430000', '202046.890000', '202047.350000', '202047.810000', '202048.270000', '202048.730000', '202049.190000', '202049.650000', '202050.110000', '202050.570000', '202051.030000', '202051.490000', '202051.950000', '202052.410000', '202052.870000', '202053.330000', '202053.790000', '202054.250000', '202054.710000', '202055.170000', '202055.630000', '202056.090000', '202056.550000', '202057.010000', '202057.470000', '202057.930000', '202058.390000', '202058.850000', '202059.310000', '202059.770000', '202100.230000', '202100.690000', '202101.150000', '202101.610000', '202102.070000', '202102.530000', '202102.990000', '202103.450000', '202103.910000', '202104.370000', '202104.830000', '202105.290000', '202105.750000', '202106.210000', '202106.670000', '202107.130000', '202107.590000', '202108.050000', '202108.510000', '202108.970000', '202109.430000', '202109.890000', '202110.350000', '202110.810000', '202111.270000', '202111.730000', '202112.190000', '202112.650000', '202113.110000', '202113.570000', '202114.030000', '202114.490000', '202114.950000', '202115.410000', '202115.870000', '202116.330000', '202116.790000', '202117.250000', '202117.710000', '202118.170000', '202118.630000', '202119.090000', '202119.550000', '202120.010000', '202120.470000', '202120.930000', '202121.390000', '202121.850000', '202122.310000', '202122.770000', '202123.230000', '202123.690000', '202124.150000', '202124.610000', '202125.070000', '202125.530000', '202125.990000', '202126.450000', '202126.910000', '202127.370000', '202127.830000', '202128.290000', '202128.750000', '202129.210000', '202129.670000', '202130.130000', '202130.590000', '202131.050000', '202131.510000', '202131.970000', '202132.430000', '202132.890000', '202133.350000', '202133.810000', '202134.270000', '202134.730000', '202135.190000', '202135.650000', '202136.110000', '202136.570000', '202137.030000', '202137.490000', '202137.950000', '202138.410000', '202138.870000', '202139.330000', '202139.790000', '202140.250000', '202140.710000', '202141.170000', '202141.630000', '202142.090000', '202142.550000', '202143.010000', '202143.470000', '202143.930000', '202144.390000', '202144.850000', '202145.310000', '202145.770000', '202146.230000', '202146.690000', '202147.150000', '202147.610000', '202148.070000', '202148.530000', '202148.990000', '202149.450000', '202149.910000', '202150.370000', '202150.830000', '202151.290000', '202151.750000', '202152.210000', '202152.670000', '202153.130000', '202153.590000', '202154.050000', '202154.510000', '202154.970000', '202155.430000', '202155.890000', '202156.350000', '202156.810000', '202157.270000', '202157.730000', '202158.190000', '202158.650000', '202159.110000', '202159.570000', '202200.030000', '202200.490000', '202200.950000', '202201.410000', '202201.870000', '202202.330000', '202202.790000', '202203.250000', '202203.710000', '202204.170000', '202204.630000', '202205.090000', '202205.550000', '202206.010000', '202206.470000', '202206.930000', '202207.390000', '202207.850000', '202208.310000', '202208.770000', '202209.230000', '202209.690000', '202210.150000', '202210.610000', '202211.070000', '202211.530000', '202211.990000', '202212.450000', '202212.910000', '202213.370000', '202213.830000', '202214.290000', '202214.750000', '202215.210000', '202215.670000', '202216.130000', '202216.590000', '202217.050000', '202217.510000', '202217.970000', '202218.430000', '202218.890000', '202219.350000', '202219.810000', '202220.270000', '202220.730000', '202221.190000', '202221.650000', '202222.110000', '202222.570000', '202223.030000', '202223.490000', '202223.950000', '202224.410000', '202224.870000', '202225.330000', '202225.790000', '202226.250000', '202226.710000', '202227.170000', '202227.630000', '202228.090000', '202228.550000', '202229.010000', '202229.470000', '202229.930000', '202230.390000', '202230.850000', '202231.310000', '202231.770000', '202232.230000', '202232.690000', '202233.150000', '202233.610000', '202234.070000', '202234.530000', '202234.990000', '202235.450000', '202235.910000', '202236.370000', '202236.830000', '202237.290000', '202237.750000', '202238.210000', '202238.670000', '202239.130000', '202239.590000', '202240.050000', '202240.510000', '202240.970000', '202241.430000', '202241.890000', '202242.350000', '202242.810000', '202243.270000', '202243.730000', '202244.190000', '202244.650000', '202245.110000', '202245.570000', '202246.030000', '202246.490000', '202246.950000', '202247.410000', '202247.870000', '202248.330000', '202248.790000', '202249.250000', '202249.710000', '202250.170000', '202250.630000', '202251.090000', '202251.550000', '202252.010000', '202252.470000', '202252.930000', '202253.390000', '202253.850000', '202254.310000', '202254.770000', '202255.230000', '202255.690000', '202256.150000', '202256.610000', '202257.070000', '202257.530000', '202257.990000', '202258.450000', '202258.910000', '202259.370000', '202259.830000', '202300.290000', '202300.750000', '202301.210000', '202301.670000', '202302.130000', '202302.590000', '202303.050000', '202303.510000', '202303.970000', '202304.430000', '202304.890000', '202305.350000', '202305.810000', '202306.270000', '202306.730000', '202307.190000', '202307.650000', '202308.110000', '202308.570000', '202309.030000', '202309.490000', '202309.950000', '202310.410000', '202310.870000', '202311.330000', '202311.790000', '202312.250000', '202312.710000', '202313.170000', '202313.630000', '202314.090000', '202314.550000', '202315.010000', '202315.470000', '202315.930000', '202316.390000', '202316.850000', '202317.310000', '202317.770000', '202318.230000', '202318.690000', '202319.150000', '202319.610000', '202320.070000', '202320.530000', '202320.990000', '202321.450000', '202321.910000', '202322.370000', '202322.830000', '202323.290000', '202323.750000', '202324.210000', '202324.670000', '202325.130000', '202325.590000', '202326.050000', '202326.510000', '202326.970000', '202327.430000', '202327.890000', '202328.350000', '202328.810000', '202329.270000', '202329.730000', '202330.190000', '202330.650000', '202331.110000', '202331.570000', '202332.030000', '202332.490000', '202332.950000', '202333.410000', '202333.870000', '202334.330000', '202334.790000', '202335.250000', '202335.710000', '202336.170000', '202336.630000', '202337.090000', '202337.550000', '202338.010000', '202338.470000', '202338.930000', '202339.390000', '202339.850000', '202340.310000', '202340.770000', '202341.230000', '202341.690000', '202342.150000', '202342.610000', '202343.070000', '202343.530000', '202343.990000', '202344.450000', '202344.910000', '202345.370000', '202345.830000', '202346.290000', '202346.750000', '202347.210000', '202347.670000', '202348.130000', '202348.590000', '202349.050000', '202349.510000', '202349.970000', '202350.430000', '202350.890000', '202351.350000', '202351.810000', '202352.270000', '202352.730000', '202353.190000', '202353.650000', '202354.110000', '202354.570000', '202355.030000', '202355.490000', '202355.950000', '202356.410000', '202356.870000', '202357.330000', '202357.790000', '202358.250000', '202358.710000', '202359.170000', '202359.630000', '202400.090000', '202400.550000', '202401.010000', '202401.470000', '202401.930000', '202402.390000', '202402.850000', '202403.310000', '202403.770000', '202404.230000', '202404.690000', '202405.150000', '202405.610000', '202406.070000', '202406.530000', '202406.990000', '202407.450000', '202407.910000', '202408.370000', '202408.830000', '202409.290000', '202409.750000', '202410.210000', '202410.670000', '202411.130000', '202411.590000', '202412.050000', '202412.510000', '202412.970000', '202413.430000', '202413.890000', '202414.350000', '202414.810000', '202415.270000', '202415.730000', '202416.190000', '202416.650000', '202417.110000', '202417.570000', '202418.030000', '202418.490000', '202418.950000', '202419.410000', '202419.870000', '202420.330000', '202420.790000', '202421.250000', '202421.710000', '202422.170000', '202422.630000', '202423.090000', '202423.550000', '202424.010000', '202424.470000', '202424.930000', '202425.390000', '202425.850000', '202426.310000', '202426.770000', '202427.230000', '202427.690000', '202428.150000', '202428.610000', '202429.070000', '202429.530000', '202429.990000', '202430.450000', '202430.910000', '202431.370000', '202431.830000', '202432.290000', '202432.750000', '202433.210000', '202433.670000', '202434.130000', '202434.590000', '202435.050000', '202435.510000', '202435.970000', '202436.430000', '202436.890000', '202437.350000', '202437.810000', '202438.270000', '202438.730000', '202439.190000', '202439.650000', '202440.110000', '202440.570000', '202441.030000', '202441.490000', '202441.950000', '202442.410000', '202442.870000', '202443.330000', '202443.790000', '202444.250000', '202444.710000', '202445.170000', '202445.630000', '202446.090000', '202446.550000', '202447.010000', '202447.470000', '202447.930000', '202448.390000', '202448.850000', '202449.310000', '202449.770000', '202450.230000', '202450.690000', '202451.150000', '202451.610000', '202452.070000', '202452.530000', '202452.990000', '202453.450000', '202453.910000', '202454.370000', '202454.830000', '202455.290000', '202455.750000', '202456.210000', '202456.670000', '202457.130000', '202457.590000', '202458.050000', '202458.510000', '202458.970000', '202459.430000', '202459.890000', '202500.350000', '202500.810000', '202501.270000', '202501.730000', '202502.190000', '202502.650000', '202503.110000', '202503.570000', '202504.030000', '202504.490000', '202504.950000', '202505.410000', '202505.870000'], 'ContentTime': ['201114.785000', '201114.789000', '201114.791000', '201114.794000', '201114.797000', '201114.799000', '201114.802000', '201114.805000', '201114.807000', '201114.810000', '201114.812000', '201114.815000', '201114.817000', '201114.820000', '201114.825000', '201114.828000', '201114.830000', '201114.833000', '201114.836000', '201114.838000', '201114.841000', '201114.843000', '201114.846000', '201114.848000', '201114.851000', '201114.854000', '201114.856000', '201114.859000', '201114.861000', '201114.864000', '201114.867000', '201114.869000', '201114.872000', '201114.874000', '201114.877000', '201114.879000', '201114.882000', '201114.884000', '201114.887000', '201114.890000', '201114.892000', '201114.902000', '201114.905000', '201114.907000', '201114.910000', '201114.913000', '201114.915000', '201114.918000', '201134.737000', '201134.740000', '201134.743000', '201134.746000', '201134.748000', '201134.751000', '201134.753000', '201134.756000', '201134.759000', '201134.761000', '201134.764000', '201134.766000', '201134.769000', '201134.771000', '201134.774000', '201134.777000', '201134.779000', '201134.782000', '201134.784000', '201134.787000', '201134.797000', '201134.800000', '201134.803000', '201134.805000', '201134.808000', '201134.810000', '201134.813000', '201134.815000', '201134.818000', '201134.820000', '201134.823000', '201134.826000', '201134.828000', '201134.831000', '201134.833000', '201134.836000', '201134.839000', '201134.841000', '201134.844000', '201134.846000', '201134.849000', '201134.851000', '201134.854000', '201134.856000', '201154.737000', '201154.740000', '201154.743000', '201154.746000', '201154.748000', '201154.751000', '201154.753000', '201154.756000', '201154.759000', '201154.761000', '201154.764000', '201154.766000', '201154.769000', '201154.772000', '201154.775000', '201154.778000', '201154.781000', '201154.783000', '201154.804000', '201154.807000', '201154.809000', '201154.812000', '201154.815000', '201154.817000', '201154.820000', '201154.822000', '201154.825000', '201154.827000', '201154.830000', '201154.833000', '201154.836000', '201154.839000', '201154.842000', '201154.845000', '201154.847000', '201154.850000', '201154.853000', '201154.855000', '201154.858000', '201154.860000', '201154.863000', '201154.866000', '201154.868000', '201214.737000', '201214.740000', '201214.743000', '201214.746000', '201214.748000', '201214.751000', '201214.754000', '201214.756000', '201214.759000', '201214.761000', '201214.764000', '201214.766000', '201214.769000', '201214.772000', '201214.774000', '201214.777000', '201214.779000', '201214.782000', '201214.795000', '201214.797000', '201214.800000', '201214.803000', '201214.805000', '201214.808000', '201214.810000', '201214.813000', '201214.815000', '201214.818000', '201214.821000', '201214.823000', '201214.826000', '201214.828000', '201214.831000', '201214.833000', '201214.863000', '201214.865000', '201214.868000', '201214.870000', '201214.873000', '201214.876000', '201214.878000', '201214.881000', '201214.883000', '201214.886000', '201234.737000', '201234.740000', '201234.743000', '201234.745000', '201234.748000', '201234.751000', '201234.753000', '201234.756000', '201234.758000', '201234.761000', '201234.764000', '201234.766000', '201234.769000', '201234.771000', '201234.774000', '201234.776000', '201234.779000', '201234.782000', '201234.784000', '201234.787000', '201234.789000', '201234.792000', '201234.795000', '201234.797000', '201234.800000', '201234.807000', '201234.810000', '201234.813000', '201234.816000', '201234.819000', '201234.821000', '201234.824000', '201234.827000', '201234.829000', '201234.832000', '201234.834000', '201234.837000', '201234.840000', '201234.842000', '201234.845000', '201234.847000', '201234.850000', '201234.852000', '201254.738000', '201254.741000', '201254.748000', '201254.757000', '201254.760000', '201254.762000', '201254.765000', '201254.768000', '201254.770000', '201254.773000', '201254.775000', '201254.778000', '201254.781000', '201254.783000', '201254.786000', '201254.788000', '201254.791000', '201254.794000', '201254.796000', '201254.799000', '201254.801000', '201254.804000', '201254.807000', '201254.809000', '201254.812000', '201254.815000', '201254.817000', '201254.820000', '201254.822000', '201254.825000', '201254.828000', '201254.830000', '201254.833000', '201254.835000', '201254.838000', '201254.841000', '201254.843000', '201254.846000', '201254.849000', '201254.851000', '201254.854000', '201254.856000', '201254.859000', '201254.862000', '201314.738000', '201314.740000', '201314.743000', '201314.746000', '201314.748000', '201314.751000', '201314.753000', '201314.756000', '201314.759000', '201314.761000', '201314.764000', '201314.766000', '201314.769000', '201314.772000', '201314.774000', '201314.777000', '201314.779000', '201314.782000', '201314.785000', '201314.787000', '201314.790000', '201314.792000', '201314.795000', '201314.797000', '201314.800000', '201314.803000', '201314.805000', '201314.808000', '201314.811000', '201314.813000', '201314.817000', '201314.820000', '201314.823000', '201314.826000', '201314.828000', '201314.831000', '201314.834000', '201314.836000', '201314.839000', '201314.841000', '201314.844000', '201314.847000', '201314.849000', '201334.737000', '201334.740000', '201334.743000', '201334.746000', '201334.748000', '201334.751000', '201334.753000', '201334.756000', '201334.759000', '201334.761000', '201334.764000', '201334.774000', '201334.776000', '201334.779000', '201334.781000', '201334.784000', '201334.787000', '201334.789000', '201334.792000', '201334.794000', '201334.797000', '201334.800000', '201334.802000', '201334.805000', '201334.808000', '201334.810000', '201334.813000', '201334.815000', '201334.818000', '201334.820000', '201334.823000', '201334.826000', '201334.828000', '201334.831000', '201334.840000', '201334.843000', '201334.845000', '201334.848000', '201334.851000', '201334.853000', '201334.856000', '201334.859000', '201334.861000', '201334.864000', '201354.737000', '201354.740000', '201354.743000', '201354.745000', '201354.748000', '201354.751000', '201354.753000', '201354.756000', '201354.759000', '201354.761000', '201354.764000', '201354.766000', '201354.769000', '201354.772000', '201354.774000', '201354.777000', '201354.779000', '201354.782000', '201354.785000', '201354.787000', '201354.790000', '201354.793000', '201354.795000', '201354.799000', '201354.802000', '201354.805000', '201354.808000', '201354.811000', '201354.813000', '201354.862000', '201354.864000', '201354.867000', '201354.870000', '201354.872000', '201354.875000', '201354.877000', '201354.880000', '201354.882000', '201354.885000', '201354.888000', '201354.890000', '201354.893000', '201354.895000', '201414.738000', '201414.740000', '201414.743000', '201414.746000', '201414.748000', '201414.751000', '201414.753000', '201414.756000', '201414.759000', '201414.761000', '201414.764000', '201414.766000', '201414.769000', '201414.772000', '201414.774000', '201414.777000', '201414.779000', '201414.782000', '201414.785000', '201414.787000', '201414.790000', '201414.792000', '201414.795000', '201414.798000', '201414.800000', '201414.803000', '201414.805000', '201414.808000', '201414.811000', '201414.814000', '201414.817000', '201414.819000', '201414.822000', '201414.824000', '201414.827000', '201414.830000', '201414.832000', '201414.835000', '201414.837000', '201414.840000', '201414.842000', '201414.845000', '201414.848000', '201414.850000', '201434.738000', '201434.740000', '201434.743000', '201434.746000', '201434.748000', '201434.751000', '201434.753000', '201434.756000', '201434.759000', '201434.761000', '201434.764000', '201434.766000', '201434.769000', '201434.771000', '201434.774000', '201434.777000', '201434.779000', '201434.782000', '201434.784000', '201434.787000', '201434.790000', '201434.792000', '201434.795000', '201434.797000', '201434.800000', '201434.803000', '201434.805000', '201434.808000', '201434.811000', '201434.813000', '201434.816000', '201434.818000', '201434.821000', '201434.824000', '201434.826000', '201434.829000', '201434.831000', '201434.834000', '201434.837000', '201434.839000', '201434.842000', '201434.844000', '201434.847000', '201454.737000', '201454.740000', '201454.743000', '201454.746000', '201454.748000', '201454.751000', '201454.754000', '201454.756000', '201454.759000', '201454.762000', '201454.764000', '201454.767000', '201454.770000', '201454.772000', '201454.775000', '201454.778000', '201454.780000', '201454.783000', '201454.786000', '201454.788000', '201454.791000', '201454.794000', '201454.796000', '201454.799000', '201454.802000', '201454.804000', '201454.807000', '201454.810000', '201454.812000', '201454.815000', '201454.818000', '201454.820000', '201454.823000', '201454.826000', '201454.828000', '201454.831000', '201454.834000', '201454.836000', '201454.839000', '201454.842000', '201454.851000', '201454.854000', '201454.857000', '201454.860000', '201514.739000', '201514.742000', '201514.744000', '201514.747000', '201514.750000', '201514.752000', '201514.755000', '201514.758000', '201514.760000', '201514.763000', '201514.766000', '201514.768000', '201514.771000', '201514.774000', '201514.776000', '201514.779000', '201514.781000', '201514.784000', '201514.786000', '201514.789000', '201514.792000', '201514.794000', '201514.797000', '201514.800000', '201514.802000', '201514.805000', '201514.808000', '201514.810000', '201514.813000', '201514.816000', '201514.818000', '201514.821000', '201514.823000', '201514.826000', '201514.829000', '201514.831000', '201514.834000', '201514.837000', '201514.839000', '201514.842000', '201514.845000', '201514.847000', '201514.850000', '201534.738000', '201534.740000', '201534.743000', '201534.746000', '201534.748000', '201534.751000', '201534.753000', '201534.756000', '201534.759000', '201534.761000', '201534.764000', '201534.767000', '201534.769000', '201534.772000', '201534.775000', '201534.777000', '201534.780000', '201534.783000', '201534.785000', '201534.788000', '201534.791000', '201534.793000', '201534.796000', '201534.799000', '201534.801000', '201534.804000', '201534.807000', '201534.809000', '201534.812000', '201534.815000', '201534.817000', '201534.820000', '201534.823000', '201534.825000', '201534.828000', '201534.830000', '201534.833000', '201534.835000', '201534.838000', '201534.841000', '201534.843000', '201534.846000', '201534.849000', '201534.851000', '201554.737000', '201554.740000', '201554.743000', '201554.746000', '201554.749000', '201554.752000', '201554.754000', '201554.757000', '201554.759000', '201554.762000', '201554.765000', '201554.767000', '201554.770000', '201554.772000', '201554.775000', '201554.778000', '201554.780000', '201554.783000', '201554.785000', '201554.788000', '201554.791000', '201554.793000', '201554.796000', '201554.798000', '201554.801000', '201554.804000', '201554.807000', '201554.809000', '201554.812000', '201554.815000', '201554.817000', '201554.820000', '201554.823000', '201554.825000', '201554.828000', '201554.830000', '201554.833000', '201554.836000', '201554.839000', '201554.841000', '201554.844000', '201554.846000', '201554.849000', '201614.738000', '201614.740000', '201614.743000', '201614.746000', '201614.748000', '201614.751000', '201614.754000', '201614.756000', '201614.759000', '201614.762000', '201614.764000', '201614.767000', '201614.769000', '201614.772000', '201614.775000', '201614.777000', '201614.780000', '201614.782000', '201614.785000', '201614.788000', '201614.790000', '201614.793000', '201614.795000', '201614.798000', '201614.801000', '201614.803000', '201614.806000', '201614.809000', '201614.811000', '201614.814000', '201614.816000', '201614.819000', '201614.822000', '201614.824000', '201614.827000', '201614.829000', '201614.832000', '201614.835000', '201614.837000', '201614.840000', '201614.842000', '201614.845000', '201614.848000', '201614.850000', '201634.737000', '201634.740000', '201634.743000', '201634.746000', '201634.748000', '201634.751000', '201634.753000', '201634.756000', '201634.759000', '201634.761000', '201634.764000', '201634.766000', '201634.769000', '201634.771000', '201634.774000', '201634.777000', '201634.779000', '201634.782000', '201634.784000', '201634.787000', '201634.790000', '201634.792000', '201634.795000', '201634.798000', '201634.800000', '201634.803000', '201634.805000', '201634.808000', '201634.811000', '201634.813000', '201634.816000', '201634.818000', '201634.821000', '201634.824000', '201634.826000', '201634.829000', '201634.832000', '201634.834000', '201634.837000', '201634.839000', '201634.842000', '201634.845000', '201634.847000', '201654.737000', '201654.740000', '201654.743000', '201654.746000', '201654.748000', '201654.751000', '201654.755000', '201654.758000', '201654.761000', '201654.763000', '201654.766000', '201654.769000', '201654.771000', '201654.774000', '201654.776000', '201654.779000', '201654.782000', '201654.784000', '201654.787000', '201654.790000', '201654.792000', '201654.795000', '201654.807000', '201654.810000', '201654.812000', '201654.815000', '201654.818000', '201654.820000', '201654.823000', '201654.825000', '201654.828000', '201654.831000', '201654.833000', '201654.836000', '201654.838000', '201654.841000', '201654.844000', '201654.846000', '201654.849000', '201654.851000', '201654.854000', '201654.857000', '201654.859000', '201654.862000', '201714.738000', '201714.740000', '201714.743000', '201714.746000', '201714.748000', '201714.751000', '201714.754000', '201714.756000', '201714.759000', '201714.761000', '201714.764000', '201714.767000', '201714.769000', '201714.772000', '201714.774000', '201714.777000', '201714.780000', '201714.782000', '201714.785000', '201714.787000', '201714.790000', '201714.793000', '201714.795000', '201714.798000', '201714.801000', '201714.803000', '201714.806000', '201714.808000', '201714.811000', '201714.813000', '201714.816000', '201714.819000', '201714.821000', '201714.824000', '201714.827000', '201714.829000', '201714.832000', '201714.834000', '201714.837000', '201714.840000', '201714.842000', '201714.845000', '201714.847000', '201734.738000', '201734.741000', '201734.744000', '201734.747000', '201734.750000', '201734.752000', '201734.755000', '201734.758000', '201734.760000', '201734.763000', '201734.766000', '201734.768000', '201734.771000', '201734.773000', '201734.776000', '201734.778000', '201734.781000', '201734.784000', '201734.786000', '201734.789000', '201734.791000', '201734.794000', '201734.797000', '201734.799000', '201734.802000', '201734.804000', '201734.807000', '201734.810000', '201734.812000', '201734.815000', '201734.817000', '201734.820000', '201734.823000', '201734.825000', '201734.828000', '201734.830000', '201734.833000', '201734.836000', '201734.838000', '201734.841000', '201734.843000', '201734.846000', '201734.849000', '201754.738000', '201754.740000', '201754.743000', '201754.746000', '201754.748000', '201754.751000', '201754.754000', '201754.756000', '201754.759000', '201754.761000', '201754.764000', '201754.767000', '201754.769000', '201754.772000', '201754.774000', '201754.777000', '201754.780000', '201754.783000', '201754.785000', '201754.788000', '201754.790000', '201754.793000', '201754.796000', '201754.798000', '201754.801000', '201754.804000', '201754.806000', '201754.809000', '201754.811000', '201754.814000', '201754.817000', '201754.819000', '201754.822000', '201754.824000', '201754.827000', '201754.830000', '201754.832000', '201754.835000', '201754.837000', '201754.840000', '201754.843000', '201754.845000', '201754.848000', '201754.850000', '201814.737000', '201814.740000', '201814.743000', '201814.746000', '201814.748000', '201814.751000', '201814.753000', '201814.756000', '201814.759000', '201814.762000', '201814.765000', '201814.768000', '201814.771000', '201814.774000', '201814.776000', '201814.779000', '201814.781000', '201814.784000', '201814.798000', '201814.801000', '201814.803000', '201814.806000', '201814.809000', '201814.811000', '201814.814000', '201814.816000', '201814.819000', '201814.822000', '201814.824000', '201814.827000', '201814.830000', '201814.832000', '201814.835000', '201814.838000', '201814.840000', '201814.843000', '201814.845000', '201814.848000', '201814.851000', '201814.854000', '201814.856000', '201814.859000', '201814.861000', '201834.738000', '201834.741000', '201834.743000', '201834.746000', '201834.749000', '201834.751000', '201834.754000', '201834.756000', '201834.759000', '201834.762000', '201834.764000', '201834.767000', '201834.769000', '201834.772000', '201834.775000', '201834.777000', '201834.780000', '201834.782000', '201834.785000', '201834.788000', '201834.790000', '201834.793000', '201834.795000', '201834.798000', '201834.801000', '201834.803000', '201834.806000', '201834.809000', '201834.811000', '201834.814000', '201834.816000', '201834.819000', '201834.821000', '201834.824000', '201834.827000', '201834.829000', '201834.832000', '201834.834000', '201834.837000', '201834.839000', '201834.842000', '201834.845000', '201834.847000', '201834.850000', '201854.738000', '201854.740000', '201854.743000', '201854.746000', '201854.748000', '201854.751000', '201854.753000', '201854.756000', '201854.759000', '201854.761000', '201854.765000', '201854.768000', '201854.771000', '201854.773000', '201854.796000', '201854.798000', '201854.801000', '201854.804000', '201854.806000', '201854.809000', '201854.811000', '201854.814000', '201854.817000', '201854.819000', '201854.822000', '201854.824000', '201854.827000', '201854.829000', '201854.832000', '201854.835000', '201854.838000', '201854.840000', '201854.843000', '201854.845000', '201854.848000', '201854.851000', '201854.853000', '201854.856000', '201854.858000', '201854.861000', '201854.864000', '201854.866000', '201854.869000', '201914.738000', '201914.740000', '201914.743000', '201914.746000', '201914.749000', '201914.751000', '201914.754000', '201914.756000', '201914.759000', '201914.761000', '201914.764000', '201914.767000', '201914.769000', '201914.772000', '201914.774000', '201914.777000', '201914.780000', '201914.782000', '201914.785000', '201914.787000', '201914.790000', '201914.792000', '201914.795000', '201914.798000', '201914.800000', '201914.803000', '201914.805000', '201914.808000', '201914.811000', '201914.813000', '201914.816000', '201914.818000', '201914.821000', '201914.824000', '201914.826000', '201914.829000', '201914.831000', '201914.834000', '201914.837000', '201914.839000', '201914.842000', '201914.844000', '201914.847000', '201914.849000', '201934.738000', '201934.740000', '201934.743000', '201934.746000', '201934.748000', '201934.751000', '201934.753000', '201934.756000', '201934.759000', '201934.761000', '201934.764000', '201934.766000', '201934.769000', '201934.771000', '201934.774000', '201934.786000', '201934.789000', '201934.791000', '201934.794000', '201934.796000', '201934.799000', '201934.802000', '201934.804000', '201934.807000', '201934.809000', '201934.812000', '201934.815000', '201934.818000', '201934.821000', '201934.824000', '201934.827000', '201934.829000', '201934.833000', '201934.836000', '201934.838000', '201934.841000', '201934.844000', '201934.846000', '201934.849000', '201934.852000', '201934.854000', '201934.857000', '201934.859000', '201954.739000', '201954.742000', '201954.744000', '201954.747000', '201954.750000', '201954.752000', '201954.755000', '201954.758000', '201954.760000', '201954.763000', '201954.766000', '201954.768000', '201954.771000', '201954.774000', '201954.776000', '201954.779000', '201954.781000', '201954.784000', '201954.787000', '201954.789000', '201954.792000', '201954.794000', '201954.797000', '201954.800000', '201954.802000', '201954.805000', '201954.808000', '201954.810000', '201954.813000', '201954.816000', '201954.818000', '201954.821000', '201954.824000', '201954.826000', '201954.829000', '201954.832000', '201954.834000', '201954.837000', '201954.840000', '201954.842000', '201954.845000', '201954.848000', '201954.850000', '201954.853000', '202014.738000', '202014.740000', '202014.743000', '202014.746000', '202014.748000', '202014.751000', '202014.753000', '202014.756000', '202014.759000', '202014.761000', '202014.764000', '202014.766000', '202014.769000', '202014.772000', '202014.774000', '202014.777000', '202014.779000', '202014.782000', '202014.784000', '202014.788000', '202014.791000', '202014.794000', '202014.797000', '202014.799000', '202014.802000', '202014.805000', '202014.807000', '202014.810000', '202014.813000', '202014.815000', '202014.818000', '202014.821000', '202014.823000', '202014.826000', '202014.828000', '202014.831000', '202014.834000', '202014.836000', '202014.839000', '202014.841000', '202014.844000', '202014.847000', '202014.849000', '202034.738000', '202034.741000', '202034.743000', '202034.746000', '202034.748000', '202034.751000', '202034.753000', '202034.756000', '202034.759000', '202034.761000', '202034.764000', '202034.767000', '202034.769000', '202034.772000', '202034.775000', '202034.777000', '202034.780000', '202034.783000', '202034.793000', '202034.796000', '202034.799000', '202034.801000', '202034.804000', '202034.806000', '202034.809000', '202034.811000', '202034.814000', '202034.817000', '202034.820000', '202034.822000', '202034.825000', '202034.827000', '202034.830000', '202034.832000', '202034.835000', '202034.838000', '202034.840000', '202034.843000', '202034.845000', '202034.848000', '202034.851000', '202034.853000', '202034.856000', '202034.858000', '202054.738000', '202054.741000', '202054.743000', '202054.746000', '202054.748000', '202054.751000', '202054.754000', '202054.756000', '202054.759000', '202054.761000', '202054.764000', '202054.776000', '202054.779000', '202054.782000', '202054.784000', '202054.787000', '202054.790000', '202054.792000', '202054.795000', '202054.797000', '202054.800000', '202054.803000', '202054.806000', '202054.809000', '202054.812000', '202054.815000', '202054.818000', '202054.820000', '202054.823000', '202054.826000', '202054.828000', '202054.831000', '202054.834000', '202054.836000', '202054.839000', '202054.841000', '202054.844000', '202054.846000', '202054.849000', '202054.852000', '202054.854000', '202054.857000', '202054.860000', '202114.738000', '202114.740000', '202114.743000', '202114.746000', '202114.748000', '202114.751000', '202114.754000', '202114.756000', '202114.759000', '202114.761000', '202114.764000', '202114.767000', '202114.769000', '202114.772000', '202114.775000', '202114.777000', '202114.780000', '202114.782000', '202114.785000', '202114.788000', '202114.791000', '202114.793000', '202114.796000', '202114.798000', '202114.801000', '202114.804000', '202114.806000', '202114.809000', '202114.812000', '202114.814000', '202114.817000', '202114.819000', '202114.822000', '202114.825000', '202114.827000', '202114.830000', '202114.832000', '202114.835000', '202114.838000', '202114.840000', '202114.843000', '202114.846000', '202114.848000', '202114.851000', '202134.738000', '202134.740000', '202134.743000', '202134.746000', '202134.748000', '202134.751000', '202134.753000', '202134.756000', '202134.759000', '202134.761000', '202134.764000', '202134.766000', '202134.769000', '202134.772000', '202134.774000', '202134.777000', '202134.780000', '202134.782000', '202134.785000', '202134.788000', '202134.790000', '202134.793000', '202134.805000', '202134.807000', '202134.810000', '202134.813000', '202134.815000', '202134.818000', '202134.821000', '202134.823000', '202134.826000', '202134.829000', '202134.831000', '202134.834000', '202134.836000', '202134.839000', '202134.842000', '202134.844000', '202134.847000', '202134.853000', '202134.855000', '202134.858000', '202134.861000', '202154.738000', '202154.741000', '202154.743000', '202154.746000', '202154.749000', '202154.751000', '202154.754000', '202154.756000', '202154.759000', '202154.762000', '202154.764000', '202154.767000', '202154.770000', '202154.772000', '202154.775000', '202154.777000', '202154.780000', '202154.783000', '202154.785000', '202154.788000', '202154.790000', '202154.793000', '202154.796000', '202154.799000', '202154.801000', '202154.804000', '202154.806000', '202154.809000', '202154.812000', '202154.814000', '202154.818000', '202154.820000', '202154.823000', '202154.826000', '202154.829000', '202154.831000', '202154.834000', '202154.837000', '202154.839000', '202154.842000', '202154.845000', '202154.847000', '202154.850000', '202154.853000', '202214.739000', '202214.742000', '202214.744000', '202214.747000', '202214.750000', '202214.752000', '202214.755000', '202214.758000', '202214.760000', '202214.763000', '202214.766000', '202214.768000', '202214.771000', '202214.774000', '202214.776000', '202214.779000', '202214.781000', '202214.784000', '202214.787000', '202214.789000', '202214.792000', '202214.794000', '202214.797000', '202214.800000', '202214.802000', '202214.805000', '202214.807000', '202214.810000', '202214.813000', '202214.815000', '202214.818000', '202214.820000', '202214.823000', '202214.826000', '202214.828000', '202214.831000', '202214.834000', '202214.836000', '202214.839000', '202214.841000', '202214.844000', '202214.847000', '202214.849000', '202234.738000', '202234.741000', '202234.744000', '202234.746000', '202234.749000', '202234.752000', '202234.754000', '202234.757000', '202234.760000', '202234.762000', '202234.765000', '202234.767000', '202234.770000', '202234.773000', '202234.775000', '202234.778000', '202234.781000', '202234.783000', '202234.786000', '202234.789000', '202234.791000', '202234.794000', '202234.797000', '202234.799000', '202234.802000', '202234.804000', '202234.807000', '202234.810000', '202234.812000', '202234.815000', '202234.817000', '202234.820000', '202234.823000', '202234.825000', '202234.828000', '202234.831000', '202234.833000', '202234.836000', '202234.838000', '202234.841000', '202234.844000', '202234.846000', '202234.849000', '202234.851000', '202254.738000', '202254.741000', '202254.743000', '202254.746000', '202254.749000', '202254.751000', '202254.761000', '202254.764000', '202254.767000', '202254.769000', '202254.772000', '202254.774000', '202254.777000', '202254.780000', '202254.782000', '202254.785000', '202254.787000', '202254.790000', '202254.792000', '202254.795000', '202254.798000', '202254.800000', '202254.803000', '202254.806000', '202254.808000', '202254.811000', '202254.814000', '202254.816000', '202254.819000', '202254.821000', '202254.824000', '202254.827000', '202254.829000', '202254.832000', '202254.834000', '202254.837000', '202254.840000', '202254.842000', '202254.845000', '202254.847000', '202254.850000', '202254.852000', '202254.855000', '202314.738000', '202314.741000', '202314.743000', '202314.746000', '202314.748000', '202314.751000', '202314.754000', '202314.756000', '202314.759000', '202314.762000', '202314.764000', '202314.767000', '202314.769000', '202314.772000', '202314.781000', '202314.783000', '202314.786000', '202314.789000', '202314.791000', '202314.794000', '202314.809000', '202314.811000', '202314.814000', '202314.816000', '202314.819000', '202314.822000', '202314.824000', '202314.827000', '202314.829000', '202314.832000', '202314.835000', '202314.837000', '202314.840000', '202314.842000', '202314.845000', '202314.848000', '202314.850000', '202314.853000', '202314.855000', '202314.858000', '202314.861000', '202314.863000', '202314.866000', '202314.868000', '202334.738000', '202334.741000', '202334.743000', '202334.746000', '202334.748000', '202334.751000', '202334.754000', '202334.756000', '202334.759000', '202334.761000', '202334.764000', '202334.767000', '202334.769000', '202334.772000', '202334.774000', '202334.777000', '202334.780000', '202334.782000', '202334.785000', '202334.787000', '202334.790000', '202334.793000', '202334.795000', '202334.798000', '202334.800000', '202334.803000', '202334.806000', '202334.808000', '202334.811000', '202334.813000', '202334.816000', '202334.818000', '202334.821000', '202334.824000', '202334.826000', '202334.829000', '202334.831000', '202334.834000', '202334.837000', '202334.839000', '202334.842000', '202334.844000', '202334.847000', '202354.738000', '202354.740000', '202354.743000', '202354.746000', '202354.748000', '202354.751000', '202354.754000', '202354.756000', '202354.759000', '202354.761000', '202354.764000', '202354.766000', '202354.769000', '202354.772000', '202354.774000', '202354.777000', '202354.780000', '202354.782000', '202354.785000', '202354.787000', '202354.790000', '202354.793000', '202354.795000', '202354.798000', '202354.800000', '202354.803000', '202354.806000', '202354.808000', '202354.811000', '202354.814000', '202354.816000', '202354.819000', '202354.821000', '202354.832000', '202354.834000', '202354.837000', '202354.839000', '202354.842000', '202354.845000', '202354.847000', '202354.850000', '202354.852000', '202354.855000', '202354.858000', '202414.738000', '202414.740000', '202414.743000', '202414.746000', '202414.748000', '202414.751000', '202414.754000', '202414.756000', '202414.759000', '202414.761000', '202414.764000', '202414.767000', '202414.769000', '202414.772000', '202414.775000', '202414.777000', '202414.780000', '202414.783000', '202414.785000', '202414.788000', '202414.790000', '202414.793000', '202414.796000', '202414.798000', '202414.801000', '202414.804000', '202414.806000', '202414.809000', '202414.811000', '202414.814000', '202414.817000', '202414.819000', '202414.822000', '202414.824000', '202414.827000', '202414.830000', '202414.832000', '202414.835000', '202414.837000', '202414.840000', '202414.843000', '202414.845000', '202414.848000', '202434.739000', '202434.742000', '202434.744000', '202434.747000', '202434.750000', '202434.753000', '202434.756000', '202434.758000', '202434.761000', '202434.763000', '202434.766000', '202434.769000', '202434.771000', '202434.774000', '202434.776000', '202434.779000', '202434.782000', '202434.784000', '202434.787000', '202434.790000', '202434.792000', '202434.795000', '202434.798000', '202434.800000', '202434.803000', '202434.806000', '202434.809000', '202434.811000', '202434.814000', '202434.816000', '202434.819000', '202434.822000', '202434.824000', '202434.827000', '202434.830000', '202434.832000', '202434.835000', '202434.837000', '202434.840000', '202434.843000', '202434.845000', '202434.848000', '202434.850000', '202434.853000', '202454.738000', '202454.741000', '202454.743000', '202454.746000', '202454.749000', '202454.751000', '202454.754000', '202454.757000', '202454.759000', '202454.762000', '202454.764000', '202454.767000', '202454.769000', '202454.772000', '202454.775000', '202454.777000', '202454.780000', '202454.783000', '202454.785000', '202454.788000', '202454.791000', '202454.793000', '202454.796000', '202454.798000', '202454.801000', '202454.804000', '202454.806000', '202454.809000', '202454.811000', '202454.814000', '202454.817000', '202454.819000', '202454.822000', '202454.825000', '202454.827000', '202454.830000', '202454.832000', '202454.835000', '202454.838000', '202454.840000', '202454.843000', '202454.845000', '202454.848000', '202507.362000', '202507.365000', '202507.368000', '202507.371000', '202507.373000', '202507.376000', '202507.379000', '202507.382000', '202507.385000', '202507.388000', '202507.391000', '202507.394000', '202507.397000', '202507.400000', '202507.403000', '202507.406000', '202507.409000', '202507.412000', '202507.415000', '202507.418000', '202507.421000', '202507.424000', '202507.427000', '202507.429000', '202507.432000', '202507.435000', '202507.441000', '202507.444000'], 'InstanceCreationTime': ['201114.785000', '201114.789000', '201114.791000', '201114.794000', '201114.797000', '201114.799000', '201114.802000', '201114.805000', '201114.807000', '201114.810000', '201114.812000', '201114.815000', '201114.817000', '201114.820000', '201114.825000', '201114.828000', '201114.830000', '201114.833000', '201114.836000', '201114.838000', '201114.841000', '201114.843000', '201114.846000', '201114.848000', '201114.851000', '201114.854000', '201114.856000', '201114.859000', '201114.861000', '201114.864000', '201114.867000', '201114.869000', '201114.872000', '201114.874000', '201114.877000', '201114.879000', '201114.882000', '201114.884000', '201114.887000', '201114.890000', '201114.892000', '201114.902000', '201114.905000', '201114.907000', '201114.910000', '201114.913000', '201114.915000', '201114.918000', '201134.737000', '201134.740000', '201134.743000', '201134.746000', '201134.748000', '201134.751000', '201134.753000', '201134.756000', '201134.759000', '201134.761000', '201134.764000', '201134.766000', '201134.769000', '201134.771000', '201134.774000', '201134.777000', '201134.779000', '201134.782000', '201134.784000', '201134.787000', '201134.797000', '201134.800000', '201134.803000', '201134.805000', '201134.808000', '201134.810000', '201134.813000', '201134.815000', '201134.818000', '201134.820000', '201134.823000', '201134.826000', '201134.828000', '201134.831000', '201134.833000', '201134.836000', '201134.839000', '201134.841000', '201134.844000', '201134.846000', '201134.849000', '201134.851000', '201134.854000', '201134.856000', '201154.737000', '201154.740000', '201154.743000', '201154.746000', '201154.748000', '201154.751000', '201154.753000', '201154.756000', '201154.759000', '201154.761000', '201154.764000', '201154.766000', '201154.769000', '201154.772000', '201154.775000', '201154.778000', '201154.781000', '201154.783000', '201154.804000', '201154.807000', '201154.809000', '201154.812000', '201154.815000', '201154.817000', '201154.820000', '201154.822000', '201154.825000', '201154.827000', '201154.830000', '201154.833000', '201154.836000', '201154.839000', '201154.842000', '201154.845000', '201154.847000', '201154.850000', '201154.853000', '201154.855000', '201154.858000', '201154.860000', '201154.863000', '201154.866000', '201154.868000', '201214.737000', '201214.740000', '201214.743000', '201214.746000', '201214.748000', '201214.751000', '201214.754000', '201214.756000', '201214.759000', '201214.761000', '201214.764000', '201214.766000', '201214.769000', '201214.772000', '201214.774000', '201214.777000', '201214.779000', '201214.782000', '201214.795000', '201214.797000', '201214.800000', '201214.803000', '201214.805000', '201214.808000', '201214.810000', '201214.813000', '201214.815000', '201214.818000', '201214.821000', '201214.823000', '201214.826000', '201214.828000', '201214.831000', '201214.833000', '201214.863000', '201214.865000', '201214.868000', '201214.870000', '201214.873000', '201214.876000', '201214.878000', '201214.881000', '201214.883000', '201214.886000', '201234.737000', '201234.740000', '201234.743000', '201234.745000', '201234.748000', '201234.751000', '201234.753000', '201234.756000', '201234.758000', '201234.761000', '201234.764000', '201234.766000', '201234.769000', '201234.771000', '201234.774000', '201234.776000', '201234.779000', '201234.782000', '201234.784000', '201234.787000', '201234.789000', '201234.792000', '201234.795000', '201234.797000', '201234.800000', '201234.807000', '201234.810000', '201234.813000', '201234.816000', '201234.819000', '201234.821000', '201234.824000', '201234.827000', '201234.829000', '201234.832000', '201234.834000', '201234.837000', '201234.840000', '201234.842000', '201234.845000', '201234.847000', '201234.850000', '201234.852000', '201254.738000', '201254.741000', '201254.748000', '201254.757000', '201254.760000', '201254.762000', '201254.765000', '201254.768000', '201254.770000', '201254.773000', '201254.775000', '201254.778000', '201254.781000', '201254.783000', '201254.786000', '201254.788000', '201254.791000', '201254.794000', '201254.796000', '201254.799000', '201254.801000', '201254.804000', '201254.807000', '201254.809000', '201254.812000', '201254.815000', '201254.817000', '201254.820000', '201254.822000', '201254.825000', '201254.828000', '201254.830000', '201254.833000', '201254.835000', '201254.838000', '201254.841000', '201254.843000', '201254.846000', '201254.849000', '201254.851000', '201254.854000', '201254.856000', '201254.859000', '201254.862000', '201314.738000', '201314.740000', '201314.743000', '201314.746000', '201314.748000', '201314.751000', '201314.753000', '201314.756000', '201314.759000', '201314.761000', '201314.764000', '201314.766000', '201314.769000', '201314.772000', '201314.774000', '201314.777000', '201314.779000', '201314.782000', '201314.785000', '201314.787000', '201314.790000', '201314.792000', '201314.795000', '201314.797000', '201314.800000', '201314.803000', '201314.805000', '201314.808000', '201314.811000', '201314.813000', '201314.817000', '201314.820000', '201314.823000', '201314.826000', '201314.828000', '201314.831000', '201314.834000', '201314.836000', '201314.839000', '201314.841000', '201314.844000', '201314.847000', '201314.849000', '201334.737000', '201334.740000', '201334.743000', '201334.746000', '201334.748000', '201334.751000', '201334.753000', '201334.756000', '201334.759000', '201334.761000', '201334.764000', '201334.774000', '201334.776000', '201334.779000', '201334.781000', '201334.784000', '201334.787000', '201334.789000', '201334.792000', '201334.794000', '201334.797000', '201334.800000', '201334.802000', '201334.805000', '201334.808000', '201334.810000', '201334.813000', '201334.815000', '201334.818000', '201334.820000', '201334.823000', '201334.826000', '201334.828000', '201334.831000', '201334.840000', '201334.843000', '201334.845000', '201334.848000', '201334.851000', '201334.853000', '201334.856000', '201334.859000', '201334.861000', '201334.864000', '201354.737000', '201354.740000', '201354.743000', '201354.745000', '201354.748000', '201354.751000', '201354.753000', '201354.756000', '201354.759000', '201354.761000', '201354.764000', '201354.766000', '201354.769000', '201354.772000', '201354.774000', '201354.777000', '201354.779000', '201354.782000', '201354.785000', '201354.787000', '201354.790000', '201354.793000', '201354.795000', '201354.799000', '201354.802000', '201354.805000', '201354.808000', '201354.811000', '201354.813000', '201354.862000', '201354.864000', '201354.867000', '201354.870000', '201354.872000', '201354.875000', '201354.877000', '201354.880000', '201354.882000', '201354.885000', '201354.888000', '201354.890000', '201354.893000', '201354.895000', '201414.738000', '201414.740000', '201414.743000', '201414.746000', '201414.748000', '201414.751000', '201414.753000', '201414.756000', '201414.759000', '201414.761000', '201414.764000', '201414.766000', '201414.769000', '201414.772000', '201414.774000', '201414.777000', '201414.779000', '201414.782000', '201414.785000', '201414.787000', '201414.790000', '201414.792000', '201414.795000', '201414.798000', '201414.800000', '201414.803000', '201414.805000', '201414.808000', '201414.811000', '201414.814000', '201414.817000', '201414.819000', '201414.822000', '201414.824000', '201414.827000', '201414.830000', '201414.832000', '201414.835000', '201414.837000', '201414.840000', '201414.842000', '201414.845000', '201414.848000', '201414.850000', '201434.738000', '201434.740000', '201434.743000', '201434.746000', '201434.748000', '201434.751000', '201434.753000', '201434.756000', '201434.759000', '201434.761000', '201434.764000', '201434.766000', '201434.769000', '201434.771000', '201434.774000', '201434.777000', '201434.779000', '201434.782000', '201434.784000', '201434.787000', '201434.790000', '201434.792000', '201434.795000', '201434.797000', '201434.800000', '201434.803000', '201434.805000', '201434.808000', '201434.811000', '201434.813000', '201434.816000', '201434.818000', '201434.821000', '201434.824000', '201434.826000', '201434.829000', '201434.831000', '201434.834000', '201434.837000', '201434.839000', '201434.842000', '201434.844000', '201434.847000', '201454.737000', '201454.740000', '201454.743000', '201454.746000', '201454.748000', '201454.751000', '201454.754000', '201454.756000', '201454.759000', '201454.762000', '201454.764000', '201454.767000', '201454.770000', '201454.772000', '201454.775000', '201454.778000', '201454.780000', '201454.783000', '201454.786000', '201454.788000', '201454.791000', '201454.794000', '201454.796000', '201454.799000', '201454.802000', '201454.804000', '201454.807000', '201454.810000', '201454.812000', '201454.815000', '201454.818000', '201454.820000', '201454.823000', '201454.826000', '201454.828000', '201454.831000', '201454.834000', '201454.836000', '201454.839000', '201454.842000', '201454.851000', '201454.854000', '201454.857000', '201454.860000', '201514.739000', '201514.742000', '201514.744000', '201514.747000', '201514.750000', '201514.752000', '201514.755000', '201514.758000', '201514.760000', '201514.763000', '201514.766000', '201514.768000', '201514.771000', '201514.774000', '201514.776000', '201514.779000', '201514.781000', '201514.784000', '201514.786000', '201514.789000', '201514.792000', '201514.794000', '201514.797000', '201514.800000', '201514.802000', '201514.805000', '201514.808000', '201514.810000', '201514.813000', '201514.816000', '201514.818000', '201514.821000', '201514.823000', '201514.826000', '201514.829000', '201514.831000', '201514.834000', '201514.837000', '201514.839000', '201514.842000', '201514.845000', '201514.847000', '201514.850000', '201534.738000', '201534.740000', '201534.743000', '201534.746000', '201534.748000', '201534.751000', '201534.753000', '201534.756000', '201534.759000', '201534.761000', '201534.764000', '201534.767000', '201534.769000', '201534.772000', '201534.775000', '201534.777000', '201534.780000', '201534.783000', '201534.785000', '201534.788000', '201534.791000', '201534.793000', '201534.796000', '201534.799000', '201534.801000', '201534.804000', '201534.807000', '201534.809000', '201534.812000', '201534.815000', '201534.817000', '201534.820000', '201534.823000', '201534.825000', '201534.828000', '201534.830000', '201534.833000', '201534.835000', '201534.838000', '201534.841000', '201534.843000', '201534.846000', '201534.849000', '201534.851000', '201554.737000', '201554.740000', '201554.743000', '201554.746000', '201554.749000', '201554.752000', '201554.754000', '201554.757000', '201554.759000', '201554.762000', '201554.765000', '201554.767000', '201554.770000', '201554.772000', '201554.775000', '201554.778000', '201554.780000', '201554.783000', '201554.785000', '201554.788000', '201554.791000', '201554.793000', '201554.796000', '201554.798000', '201554.801000', '201554.804000', '201554.807000', '201554.809000', '201554.812000', '201554.815000', '201554.817000', '201554.820000', '201554.823000', '201554.825000', '201554.828000', '201554.830000', '201554.833000', '201554.836000', '201554.839000', '201554.841000', '201554.844000', '201554.846000', '201554.849000', '201614.738000', '201614.740000', '201614.743000', '201614.746000', '201614.748000', '201614.751000', '201614.754000', '201614.756000', '201614.759000', '201614.762000', '201614.764000', '201614.767000', '201614.769000', '201614.772000', '201614.775000', '201614.777000', '201614.780000', '201614.782000', '201614.785000', '201614.788000', '201614.790000', '201614.793000', '201614.795000', '201614.798000', '201614.801000', '201614.803000', '201614.806000', '201614.809000', '201614.811000', '201614.814000', '201614.816000', '201614.819000', '201614.822000', '201614.824000', '201614.827000', '201614.829000', '201614.832000', '201614.835000', '201614.837000', '201614.840000', '201614.842000', '201614.845000', '201614.848000', '201614.850000', '201634.737000', '201634.740000', '201634.743000', '201634.746000', '201634.748000', '201634.751000', '201634.753000', '201634.756000', '201634.759000', '201634.761000', '201634.764000', '201634.766000', '201634.769000', '201634.771000', '201634.774000', '201634.777000', '201634.779000', '201634.782000', '201634.784000', '201634.787000', '201634.790000', '201634.792000', '201634.795000', '201634.798000', '201634.800000', '201634.803000', '201634.805000', '201634.808000', '201634.811000', '201634.813000', '201634.816000', '201634.818000', '201634.821000', '201634.824000', '201634.826000', '201634.829000', '201634.832000', '201634.834000', '201634.837000', '201634.839000', '201634.842000', '201634.845000', '201634.847000', '201654.737000', '201654.740000', '201654.743000', '201654.746000', '201654.748000', '201654.751000', '201654.755000', '201654.758000', '201654.761000', '201654.763000', '201654.766000', '201654.769000', '201654.771000', '201654.774000', '201654.776000', '201654.779000', '201654.782000', '201654.784000', '201654.787000', '201654.790000', '201654.792000', '201654.795000', '201654.807000', '201654.810000', '201654.812000', '201654.815000', '201654.818000', '201654.820000', '201654.823000', '201654.825000', '201654.828000', '201654.831000', '201654.833000', '201654.836000', '201654.838000', '201654.841000', '201654.844000', '201654.846000', '201654.849000', '201654.851000', '201654.854000', '201654.857000', '201654.859000', '201654.862000', '201714.738000', '201714.740000', '201714.743000', '201714.746000', '201714.748000', '201714.751000', '201714.754000', '201714.756000', '201714.759000', '201714.761000', '201714.764000', '201714.767000', '201714.769000', '201714.772000', '201714.774000', '201714.777000', '201714.780000', '201714.782000', '201714.785000', '201714.787000', '201714.790000', '201714.793000', '201714.795000', '201714.798000', '201714.801000', '201714.803000', '201714.806000', '201714.808000', '201714.811000', '201714.813000', '201714.816000', '201714.819000', '201714.821000', '201714.824000', '201714.827000', '201714.829000', '201714.832000', '201714.834000', '201714.837000', '201714.840000', '201714.842000', '201714.845000', '201714.847000', '201734.738000', '201734.741000', '201734.744000', '201734.747000', '201734.750000', '201734.752000', '201734.755000', '201734.758000', '201734.760000', '201734.763000', '201734.766000', '201734.768000', '201734.771000', '201734.773000', '201734.776000', '201734.778000', '201734.781000', '201734.784000', '201734.786000', '201734.789000', '201734.791000', '201734.794000', '201734.797000', '201734.799000', '201734.802000', '201734.804000', '201734.807000', '201734.810000', '201734.812000', '201734.815000', '201734.817000', '201734.820000', '201734.823000', '201734.825000', '201734.828000', '201734.830000', '201734.833000', '201734.836000', '201734.838000', '201734.841000', '201734.843000', '201734.846000', '201734.849000', '201754.738000', '201754.740000', '201754.743000', '201754.746000', '201754.748000', '201754.751000', '201754.754000', '201754.756000', '201754.759000', '201754.761000', '201754.764000', '201754.767000', '201754.769000', '201754.772000', '201754.774000', '201754.777000', '201754.780000', '201754.783000', '201754.785000', '201754.788000', '201754.790000', '201754.793000', '201754.796000', '201754.798000', '201754.801000', '201754.804000', '201754.806000', '201754.809000', '201754.811000', '201754.814000', '201754.817000', '201754.819000', '201754.822000', '201754.824000', '201754.827000', '201754.830000', '201754.832000', '201754.835000', '201754.837000', '201754.840000', '201754.843000', '201754.845000', '201754.848000', '201754.850000', '201814.737000', '201814.740000', '201814.743000', '201814.746000', '201814.748000', '201814.751000', '201814.753000', '201814.756000', '201814.759000', '201814.762000', '201814.765000', '201814.768000', '201814.771000', '201814.774000', '201814.776000', '201814.779000', '201814.781000', '201814.784000', '201814.798000', '201814.801000', '201814.803000', '201814.806000', '201814.809000', '201814.811000', '201814.814000', '201814.816000', '201814.819000', '201814.822000', '201814.824000', '201814.827000', '201814.830000', '201814.832000', '201814.835000', '201814.838000', '201814.840000', '201814.843000', '201814.845000', '201814.848000', '201814.851000', '201814.854000', '201814.856000', '201814.859000', '201814.861000', '201834.738000', '201834.741000', '201834.743000', '201834.746000', '201834.749000', '201834.751000', '201834.754000', '201834.756000', '201834.759000', '201834.762000', '201834.764000', '201834.767000', '201834.769000', '201834.772000', '201834.775000', '201834.777000', '201834.780000', '201834.782000', '201834.785000', '201834.788000', '201834.790000', '201834.793000', '201834.795000', '201834.798000', '201834.801000', '201834.803000', '201834.806000', '201834.809000', '201834.811000', '201834.814000', '201834.816000', '201834.819000', '201834.821000', '201834.824000', '201834.827000', '201834.829000', '201834.832000', '201834.834000', '201834.837000', '201834.839000', '201834.842000', '201834.845000', '201834.847000', '201834.850000', '201854.738000', '201854.740000', '201854.743000', '201854.746000', '201854.748000', '201854.751000', '201854.753000', '201854.756000', '201854.759000', '201854.761000', '201854.765000', '201854.768000', '201854.771000', '201854.773000', '201854.796000', '201854.798000', '201854.801000', '201854.804000', '201854.806000', '201854.809000', '201854.811000', '201854.814000', '201854.817000', '201854.819000', '201854.822000', '201854.824000', '201854.827000', '201854.829000', '201854.832000', '201854.835000', '201854.838000', '201854.840000', '201854.843000', '201854.845000', '201854.848000', '201854.851000', '201854.853000', '201854.856000', '201854.858000', '201854.861000', '201854.864000', '201854.866000', '201854.869000', '201914.738000', '201914.740000', '201914.743000', '201914.746000', '201914.749000', '201914.751000', '201914.754000', '201914.756000', '201914.759000', '201914.761000', '201914.764000', '201914.767000', '201914.769000', '201914.772000', '201914.774000', '201914.777000', '201914.780000', '201914.782000', '201914.785000', '201914.787000', '201914.790000', '201914.792000', '201914.795000', '201914.798000', '201914.800000', '201914.803000', '201914.805000', '201914.808000', '201914.811000', '201914.813000', '201914.816000', '201914.818000', '201914.821000', '201914.824000', '201914.826000', '201914.829000', '201914.831000', '201914.834000', '201914.837000', '201914.839000', '201914.842000', '201914.844000', '201914.847000', '201914.849000', '201934.738000', '201934.740000', '201934.743000', '201934.746000', '201934.748000', '201934.751000', '201934.753000', '201934.756000', '201934.759000', '201934.761000', '201934.764000', '201934.766000', '201934.769000', '201934.771000', '201934.774000', '201934.786000', '201934.789000', '201934.791000', '201934.794000', '201934.796000', '201934.799000', '201934.802000', '201934.804000', '201934.807000', '201934.809000', '201934.812000', '201934.815000', '201934.818000', '201934.821000', '201934.824000', '201934.827000', '201934.829000', '201934.833000', '201934.836000', '201934.838000', '201934.841000', '201934.844000', '201934.846000', '201934.849000', '201934.852000', '201934.854000', '201934.857000', '201934.859000', '201954.739000', '201954.742000', '201954.744000', '201954.747000', '201954.750000', '201954.752000', '201954.755000', '201954.758000', '201954.760000', '201954.763000', '201954.766000', '201954.768000', '201954.771000', '201954.774000', '201954.776000', '201954.779000', '201954.781000', '201954.784000', '201954.787000', '201954.789000', '201954.792000', '201954.794000', '201954.797000', '201954.800000', '201954.802000', '201954.805000', '201954.808000', '201954.810000', '201954.813000', '201954.816000', '201954.818000', '201954.821000', '201954.824000', '201954.826000', '201954.829000', '201954.832000', '201954.834000', '201954.837000', '201954.840000', '201954.842000', '201954.845000', '201954.848000', '201954.850000', '201954.853000', '202014.738000', '202014.740000', '202014.743000', '202014.746000', '202014.748000', '202014.751000', '202014.753000', '202014.756000', '202014.759000', '202014.761000', '202014.764000', '202014.766000', '202014.769000', '202014.772000', '202014.774000', '202014.777000', '202014.779000', '202014.782000', '202014.784000', '202014.788000', '202014.791000', '202014.794000', '202014.797000', '202014.799000', '202014.802000', '202014.805000', '202014.807000', '202014.810000', '202014.813000', '202014.815000', '202014.818000', '202014.821000', '202014.823000', '202014.826000', '202014.828000', '202014.831000', '202014.834000', '202014.836000', '202014.839000', '202014.841000', '202014.844000', '202014.847000', '202014.849000', '202034.738000', '202034.741000', '202034.743000', '202034.746000', '202034.748000', '202034.751000', '202034.753000', '202034.756000', '202034.759000', '202034.761000', '202034.764000', '202034.767000', '202034.769000', '202034.772000', '202034.775000', '202034.777000', '202034.780000', '202034.783000', '202034.793000', '202034.796000', '202034.799000', '202034.801000', '202034.804000', '202034.806000', '202034.809000', '202034.811000', '202034.814000', '202034.817000', '202034.820000', '202034.822000', '202034.825000', '202034.827000', '202034.830000', '202034.832000', '202034.835000', '202034.838000', '202034.840000', '202034.843000', '202034.845000', '202034.848000', '202034.851000', '202034.853000', '202034.856000', '202034.858000', '202054.738000', '202054.741000', '202054.743000', '202054.746000', '202054.748000', '202054.751000', '202054.754000', '202054.756000', '202054.759000', '202054.761000', '202054.764000', '202054.776000', '202054.779000', '202054.782000', '202054.784000', '202054.787000', '202054.790000', '202054.792000', '202054.795000', '202054.797000', '202054.800000', '202054.803000', '202054.806000', '202054.809000', '202054.812000', '202054.815000', '202054.818000', '202054.820000', '202054.823000', '202054.826000', '202054.828000', '202054.831000', '202054.834000', '202054.836000', '202054.839000', '202054.841000', '202054.844000', '202054.846000', '202054.849000', '202054.852000', '202054.854000', '202054.857000', '202054.860000', '202114.738000', '202114.740000', '202114.743000', '202114.746000', '202114.748000', '202114.751000', '202114.754000', '202114.756000', '202114.759000', '202114.761000', '202114.764000', '202114.767000', '202114.769000', '202114.772000', '202114.775000', '202114.777000', '202114.780000', '202114.782000', '202114.785000', '202114.788000', '202114.791000', '202114.793000', '202114.796000', '202114.798000', '202114.801000', '202114.804000', '202114.806000', '202114.809000', '202114.812000', '202114.814000', '202114.817000', '202114.819000', '202114.822000', '202114.825000', '202114.827000', '202114.830000', '202114.832000', '202114.835000', '202114.838000', '202114.840000', '202114.843000', '202114.846000', '202114.848000', '202114.851000', '202134.738000', '202134.740000', '202134.743000', '202134.746000', '202134.748000', '202134.751000', '202134.753000', '202134.756000', '202134.759000', '202134.761000', '202134.764000', '202134.766000', '202134.769000', '202134.772000', '202134.774000', '202134.777000', '202134.780000', '202134.782000', '202134.785000', '202134.788000', '202134.790000', '202134.793000', '202134.805000', '202134.807000', '202134.810000', '202134.813000', '202134.815000', '202134.818000', '202134.821000', '202134.823000', '202134.826000', '202134.829000', '202134.831000', '202134.834000', '202134.836000', '202134.839000', '202134.842000', '202134.844000', '202134.847000', '202134.853000', '202134.855000', '202134.858000', '202134.861000', '202154.738000', '202154.741000', '202154.743000', '202154.746000', '202154.749000', '202154.751000', '202154.754000', '202154.756000', '202154.759000', '202154.762000', '202154.764000', '202154.767000', '202154.770000', '202154.772000', '202154.775000', '202154.777000', '202154.780000', '202154.783000', '202154.785000', '202154.788000', '202154.790000', '202154.793000', '202154.796000', '202154.799000', '202154.801000', '202154.804000', '202154.806000', '202154.809000', '202154.812000', '202154.814000', '202154.818000', '202154.820000', '202154.823000', '202154.826000', '202154.829000', '202154.831000', '202154.834000', '202154.837000', '202154.839000', '202154.842000', '202154.845000', '202154.847000', '202154.850000', '202154.853000', '202214.739000', '202214.742000', '202214.744000', '202214.747000', '202214.750000', '202214.752000', '202214.755000', '202214.758000', '202214.760000', '202214.763000', '202214.766000', '202214.768000', '202214.771000', '202214.774000', '202214.776000', '202214.779000', '202214.781000', '202214.784000', '202214.787000', '202214.789000', '202214.792000', '202214.794000', '202214.797000', '202214.800000', '202214.802000', '202214.805000', '202214.807000', '202214.810000', '202214.813000', '202214.815000', '202214.818000', '202214.820000', '202214.823000', '202214.826000', '202214.828000', '202214.831000', '202214.834000', '202214.836000', '202214.839000', '202214.841000', '202214.844000', '202214.847000', '202214.849000', '202234.738000', '202234.741000', '202234.744000', '202234.746000', '202234.749000', '202234.752000', '202234.754000', '202234.757000', '202234.760000', '202234.762000', '202234.765000', '202234.767000', '202234.770000', '202234.773000', '202234.775000', '202234.778000', '202234.781000', '202234.783000', '202234.786000', '202234.789000', '202234.791000', '202234.794000', '202234.797000', '202234.799000', '202234.802000', '202234.804000', '202234.807000', '202234.810000', '202234.812000', '202234.815000', '202234.817000', '202234.820000', '202234.823000', '202234.825000', '202234.828000', '202234.831000', '202234.833000', '202234.836000', '202234.838000', '202234.841000', '202234.844000', '202234.846000', '202234.849000', '202234.851000', '202254.738000', '202254.741000', '202254.743000', '202254.746000', '202254.749000', '202254.751000', '202254.761000', '202254.764000', '202254.767000', '202254.769000', '202254.772000', '202254.774000', '202254.777000', '202254.780000', '202254.782000', '202254.785000', '202254.787000', '202254.790000', '202254.792000', '202254.795000', '202254.798000', '202254.800000', '202254.803000', '202254.806000', '202254.808000', '202254.811000', '202254.814000', '202254.816000', '202254.819000', '202254.821000', '202254.824000', '202254.827000', '202254.829000', '202254.832000', '202254.834000', '202254.837000', '202254.840000', '202254.842000', '202254.845000', '202254.847000', '202254.850000', '202254.852000', '202254.855000', '202314.738000', '202314.741000', '202314.743000', '202314.746000', '202314.748000', '202314.751000', '202314.754000', '202314.756000', '202314.759000', '202314.762000', '202314.764000', '202314.767000', '202314.769000', '202314.772000', '202314.781000', '202314.783000', '202314.786000', '202314.789000', '202314.791000', '202314.794000', '202314.809000', '202314.811000', '202314.814000', '202314.816000', '202314.819000', '202314.822000', '202314.824000', '202314.827000', '202314.829000', '202314.832000', '202314.835000', '202314.837000', '202314.840000', '202314.842000', '202314.845000', '202314.848000', '202314.850000', '202314.853000', '202314.855000', '202314.858000', '202314.861000', '202314.863000', '202314.866000', '202314.868000', '202334.738000', '202334.741000', '202334.743000', '202334.746000', '202334.748000', '202334.751000', '202334.754000', '202334.756000', '202334.759000', '202334.761000', '202334.764000', '202334.767000', '202334.769000', '202334.772000', '202334.774000', '202334.777000', '202334.780000', '202334.782000', '202334.785000', '202334.787000', '202334.790000', '202334.793000', '202334.795000', '202334.798000', '202334.800000', '202334.803000', '202334.806000', '202334.808000', '202334.811000', '202334.813000', '202334.816000', '202334.818000', '202334.821000', '202334.824000', '202334.826000', '202334.829000', '202334.831000', '202334.834000', '202334.837000', '202334.839000', '202334.842000', '202334.844000', '202334.847000', '202354.738000', '202354.740000', '202354.743000', '202354.746000', '202354.748000', '202354.751000', '202354.754000', '202354.756000', '202354.759000', '202354.761000', '202354.764000', '202354.766000', '202354.769000', '202354.772000', '202354.774000', '202354.777000', '202354.780000', '202354.782000', '202354.785000', '202354.787000', '202354.790000', '202354.793000', '202354.795000', '202354.798000', '202354.800000', '202354.803000', '202354.806000', '202354.808000', '202354.811000', '202354.814000', '202354.816000', '202354.819000', '202354.821000', '202354.832000', '202354.834000', '202354.837000', '202354.839000', '202354.842000', '202354.845000', '202354.847000', '202354.850000', '202354.852000', '202354.855000', '202354.858000', '202414.738000', '202414.740000', '202414.743000', '202414.746000', '202414.748000', '202414.751000', '202414.754000', '202414.756000', '202414.759000', '202414.761000', '202414.764000', '202414.767000', '202414.769000', '202414.772000', '202414.775000', '202414.777000', '202414.780000', '202414.783000', '202414.785000', '202414.788000', '202414.790000', '202414.793000', '202414.796000', '202414.798000', '202414.801000', '202414.804000', '202414.806000', '202414.809000', '202414.811000', '202414.814000', '202414.817000', '202414.819000', '202414.822000', '202414.824000', '202414.827000', '202414.830000', '202414.832000', '202414.835000', '202414.837000', '202414.840000', '202414.843000', '202414.845000', '202414.848000', '202434.739000', '202434.742000', '202434.744000', '202434.747000', '202434.750000', '202434.753000', '202434.756000', '202434.758000', '202434.761000', '202434.763000', '202434.766000', '202434.769000', '202434.771000', '202434.774000', '202434.776000', '202434.779000', '202434.782000', '202434.784000', '202434.787000', '202434.790000', '202434.792000', '202434.795000', '202434.798000', '202434.800000', '202434.803000', '202434.806000', '202434.809000', '202434.811000', '202434.814000', '202434.816000', '202434.819000', '202434.822000', '202434.824000', '202434.827000', '202434.830000', '202434.832000', '202434.835000', '202434.837000', '202434.840000', '202434.843000', '202434.845000', '202434.848000', '202434.850000', '202434.853000', '202454.738000', '202454.741000', '202454.743000', '202454.746000', '202454.749000', '202454.751000', '202454.754000', '202454.757000', '202454.759000', '202454.762000', '202454.764000', '202454.767000', '202454.769000', '202454.772000', '202454.775000', '202454.777000', '202454.780000', '202454.783000', '202454.785000', '202454.788000', '202454.791000', '202454.793000', '202454.796000', '202454.798000', '202454.801000', '202454.804000', '202454.806000', '202454.809000', '202454.811000', '202454.814000', '202454.817000', '202454.819000', '202454.822000', '202454.825000', '202454.827000', '202454.830000', '202454.832000', '202454.835000', '202454.838000', '202454.840000', '202454.843000', '202454.845000', '202454.848000', '202507.362000', '202507.365000', '202507.368000', '202507.371000', '202507.373000', '202507.376000', '202507.379000', '202507.382000', '202507.385000', '202507.388000', '202507.391000', '202507.394000', '202507.397000', '202507.400000', '202507.403000', '202507.406000', '202507.409000', '202507.412000', '202507.415000', '202507.418000', '202507.421000', '202507.424000', '202507.427000', '202507.429000', '202507.432000', '202507.435000', '202507.441000', '202507.444000'], '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': [9983, 10328, 11139, 7933, 8943, 7811, 9515, 8568, 8992, 7514, 9172, 8106, 10476, 8917, 10533, 7943, 10217, 8668, 10172, 9951, 8145, 11148, 8106, 10011, 9377, 8535, 9440, 7388, 10752, 8052, 10291, 8709, 9036, 8479, 7152, 9525, 8689, 9758, 8114, 9909, 9155, 8775, 10796, 9632, 9390, 10375, 7897, 12080, 8863, 8164, 9359, 8146, 10859, 8381, 7598, 10836, 8058, 9584, 7872, 7276, 9818, 7895, 10102, 9296, 8141, 10103, 7811, 10384, 8505, 8384, 9450, 7531, 11083, 9006, 9488, 9374, 8845, 11587, 7692, 9795, 10396, 8149, 9652, 7790, 10281, 9097, 8608, 9352, 7810, 11517, 7944, 9334, 10108, 9019, 10330, 7538, 8126, 9396, 8820, 10642, 7780, 9458, 8211, 7550, 10206, 9274, 10730, 7918, 10451, 8449, 9689, 10247, 8134, 10322, 8663, 10705, 9796, 9943, 11643, 8103, 12852, 9835, 9905, 9578, 7577, 8871, 8380, 11083, 8265, 10229, 9756, 7430, 9938, 8741, 10145, 7366, 8071, 9407, 8735, 10056, 7280, 7948, 9045, 8119, 9730, 7907, 9930, 7286, 7746, 12576, 9051, 9357, 7890, 7372, 11344, 8392, 9946, 8570, 7735, 9501, 8230, 10571, 9237, 8808, 9135, 7545, 11255, 8448, 9542, 7386, 9730, 7505, 8499, 9287, 8451, 9299, 6804, 11802, 9743, 9929, 7694, 9552, 10151, 9186, 7960, 7848, 8411, 9062, 10011, 7912, 8240, 8105, 11361, 8685, 9661, 7085, 8226, 8593, 8275, 10810, 8134, 9794, 7214, 7306, 8723, 8214, 8143, 7214, 10151, 7378, 9943, 9674, 8224, 9021, 8300, 11777, 9545, 9490, 7546, 9080, 10933, 8980, 12272, 9265, 8992, 12537, 7628, 11366, 9227, 9370, 6937, 8565, 9750, 7244, 6956, 7238, 12514, 9074, 9387, 9469, 8560, 9393, 7383, 8183, 7121, 9296, 7780, 8491, 8500, 7024, 9444, 8918, 9961, 7795, 9735, 10215, 8070, 10401, 8730, 9887, 7132, 8368, 9218, 8099, 9006, 7809, 9656, 6907, 7669, 9732, 8008, 9406, 6692, 9045, 8188, 7135, 8944, 7181, 8505, 8244, 8026, 7620, 7849, 6909, 8223, 7953, 9380, 9589, 10805, 7741, 10494, 10470, 10258, 13167, 7284, 9894, 8738, 11221, 8093, 10133, 7316, 10809, 9264, 9538, 9225, 7518, 9952, 8842, 9447, 8077, 10863, 8729, 9340, 10283, 9010, 10296, 7461, 8922, 9315, 7592, 8477, 7154, 8455, 7679, 9185, 8601, 11255, 7821, 9852, 14472, 9006, 10150, 10365, 8408, 9083, 7928, 11397, 9455, 8829, 6898, 7674, 8200, 8070, 11005, 8743, 9778, 10582, 7485, 10238, 8712, 10677, 7185, 10172, 9885, 7379, 7761, 6899, 7013, 7052, 10885, 8132, 7119, 6856, 9710, 12001, 9156, 9681, 9581, 7788, 9751, 7420, 9267, 7908, 11384, 9272, 10952, 7434, 10480, 7239, 10490, 9267, 8796, 7887, 7401, 8418, 8116, 8979, 8137, 7586, 8006, 8601, 9112, 9490, 8075, 8924, 7926, 11402, 8443, 9814, 9838, 8426, 9456, 7789, 12013, 8591, 9029, 7270, 8461, 7882, 8284, 9145, 8117, 8922, 7703, 11065, 8518, 9618, 7517, 9637, 9872, 8098, 10193, 8579, 9072, 7432, 9296, 7713, 10969, 8719, 10520, 7209, 9667, 8371, 9945, 10312, 9353, 10329, 7248, 9266, 7871, 9298, 9059, 7776, 9050, 7704, 9459, 8404, 8607, 7458, 9974, 7515, 11008, 9310, 8894, 9206, 6957, 9738, 8352, 9144, 8138, 7531, 6972, 8035, 6915, 8847, 9527, 11573, 7639, 9540, 9973, 7852, 9633, 8572, 9494, 7037, 8340, 8621, 7335, 9259, 8186, 10057, 7061, 7484, 8651, 7749, 10562, 6904, 9430, 8499, 8211, 9162, 7245, 7359, 7194, 11167, 9765, 10647, 10125, 8861, 10132, 8821, 12623, 9816, 9760, 6995, 8313, 9248, 8629, 11953, 8927, 10293, 8754, 8452, 9540, 8483, 9095, 7610, 10772, 7087, 10918, 9091, 9287, 9391, 7780, 12314, 9372, 9784, 8569, 7520, 9393, 8253, 10964, 10918, 8255, 9662, 7216, 10189, 7292, 10583, 9301, 8442, 9049, 7273, 10858, 8353, 10487, 10512, 8231, 10385, 8372, 11137, 9564, 9227, 11380, 7131, 10892, 8215, 10446, 11244, 8589, 10186, 7435, 11082, 8477, 9882, 10333, 8163, 11506, 7828, 9393, 10032, 7907, 8811, 7218, 10033, 7805, 9395, 9201, 8131, 10791, 7247, 9103, 9821, 7681, 9332, 7344, 9563, 10045, 8272, 11286, 8429, 8953, 8269, 7029, 8767, 7531, 10329, 9140, 7782, 9828, 7198, 9738, 8828, 7720, 9697, 7748, 10445, 8421, 9068, 9935, 8418, 10422, 7216, 8343, 9143, 8286, 9919, 6951, 8676, 7831, 7772, 9298, 8361, 9916, 7209, 9140, 9644, 7402, 8867, 7695, 10211, 7498, 9573, 8420, 8676, 9046, 7038, 9163, 8615, 8948, 7436, 10225, 7321, 9630, 9736, 7860, 8664, 7522, 9040, 8725, 8306, 7937, 9674, 7692, 10990, 9578, 9331, 7723, 7923, 9396, 8233, 9360, 7789, 8941, 7955, 9883, 8916, 8874, 7706, 10765, 7915, 11039, 9127, 9544, 10969, 7621, 10492, 9817, 10571, 7673, 10343, 7207, 8753, 8969, 7695, 8441, 7429, 10550, 7521, 10035, 8016, 8667, 7366, 7782, 8618, 7912, 8987, 7720, 8959, 8529, 8548, 7208, 8182, 9079, 7641, 9730, 7049, 9440, 10375, 8349, 9628, 8046, 11332, 8211, 9247, 11644, 7831, 10981, 7183, 9475, 9706, 7871, 8582, 7212, 8133, 7287, 9210, 7248, 9188, 6997, 9995, 8404, 9352, 8801, 8961, 10054, 9947, 12696, 9794, 9963, 12878, 7825, 13329, 9990, 9203, 12642, 7251, 10987, 7988, 10287, 9266, 8313, 9161, 7714, 10408, 7473, 9843, 7957, 8003, 9281, 8522, 8441, 7847, 10392, 8163, 10953, 8673, 8718, 7938, 8346, 8761, 7814, 9197, 8375, 9172, 7396, 8918, 7898, 8219, 7653, 9141, 7680, 11205, 8802, 9683, 6864, 8342, 8093, 7701, 8495, 7663, 8777, 7443, 10427, 7849, 9009, 7358, 9837, 6899, 8946, 9303, 8102, 8521, 7171, 10293, 7198, 8754, 7645, 11013, 7454, 7446, 8040, 9143, 8473, 9162, 7572, 9278, 9696, 12709, 9875, 10212, 13645, 8107, 12016, 12423, 9028, 11961, 7378, 11111, 9188, 8526, 9632, 7442, 10874, 7238, 7891, 9030, 8294, 10188, 7075, 7622, 9082, 8145, 10481, 7300, 7977, 12059, 8803, 9576, 6941, 7550, 9290, 8900, 10435, 7608, 9921, 9751, 7784, 10472, 8965, 8725, 7690, 10048, 8258, 10899, 9075, 9690, 11717, 8300, 12970, 9397, 9986, 7210, 9622, 10249, 8457, 9946, 8833, 10961, 7657, 10537, 9255, 9123, 7405, 8204, 8831, 8069, 10769, 9870, 9930, 7431, 10662, 8225, 10434, 9979, 9497, 9513, 8001, 11570, 8799, 10205, 7455, 10075, 7440, 9284, 9449, 8491, 8748, 7503, 8631, 7724, 11052, 8793, 8504, 7097, 10062, 7168, 9676, 8565, 7360, 10814, 7802, 8654, 8167, 7320, 10414, 9025, 10240, 7984, 8484, 9633, 8050, 10016, 10305, 10027, 7463, 9269, 7548, 8283, 8930, 8077, 8539, 7541, 9779, 7267, 9645, 7959, 8548, 6880, 7415, 8435, 8005, 8886, 8696, 10271, 7584, 10254, 9596, 9144, 9178, 7958, 9814, 8067, 9776, 8460, 9278, 8045, 9985, 9381, 10842, 8190, 9787, 9364, 9401, 10144, 8300, 9386, 7764, 11078, 8464, 10048, 7523, 10378, 7550, 10697, 8990, 10586, 7083, 9098, 10697, 8525, 8853, 7994, 9483, 8721, 10949, 9641, 9084, 9488, 7779, 8603, 8124, 8694, 7821, 8614, 7911, 10736, 8678, 9702, 7108, 9897, 8777, 9381, 9681, 7766, 9705, 8573, 12082, 9317, 11056, 7746, 9153, 10141, 7779, 8715, 8113, 11006, 7490, 10125, 8425, 9239, 9100, 7417, 9213, 8643, 10949, 8630, 9871, 6885, 8006, 8801, 7963, 8597, 7705, 8802, 8415, 11315, 9136, 9802, 7593, 10659, 8144, 10162, 8792, 9415, 9736, 7554, 9917, 9002, 9864, 7607, 9739, 7512, 8962, 9422, 8103, 8692, 7720, 8921, 8627, 8195, 7533, 9848, 7917, 11073, 9428, 10546, 7511, 9274, 9367, 8838, 9662, 8300, 9273, 7648, 10639, 8026, 9775, 7245, 9732, 7452, 9769, 8204, 9256, 8325, 7571, 9005, 8339, 9204, 8883, 10963, 7771, 9995, 9516, 8915, 8942, 7717, 11582, 8645, 9495, 7419, 9707, 7365, 9557, 9076, 8231, 9189, 7684, 9291, 8440, 8859, 8367, 10127, 8710, 11064, 9558, 9417, 10844, 7493, 9458, 8730, 8546, 8030, 9971, 8011, 10895, 8710, 10016, 7051, 8650, 10134, 7896, 8596, 8084, 10972, 9113, 9331, 6773, 8132, 8585, 8130, 8886, 8115, 9696, 8157, 10160, 8942, 9452, 7041, 8832, 10195, 7660, 9601, 8705, 10376, 7340, 9828, 11066, 8059, 9520, 7970, 11136, 9044, 9302, 8922, 7880, 9062, 8088, 10732, 8624, 9666, 6906, 7718, 8889, 8812, 8907, 7601, 10199, 7769, 9867, 8728, 9539, 9890, 7960, 10811, 9289, 9515, 7557, 10010, 8495, 9496, 9097, 11082, 11438, 8230, 8049, 8860, 8792, 10470, 9556, 8178, 9688, 8518, 11082, 13967, 9007, 10988, 6779, 9867, 10393, 8705, 8539, 7111, 9569, 7128, 8221, 9242, 7688, 8695, 7664, 10638, 7998, 9551, 7584, 9516, 10695, 8273, 9987, 9974, 10830, 7913, 10047, 11677, 9025, 10029, 8207, 10102, 6648, 6948, 7004, 8437, 10168, 6902, 10965, 9296, 8774, 7591, 7784, 9737, 7495, 10159, 8785, 9429, 6991, 7188, 8721, 7232, 8930, 7247, 9069, 7171, 8934, 7449, 8123, 9319, 7201, 9871, 8065, 10309, 9350, 8250, 9949, 7086, 8870, 7692, 8529, 6845, 7963, 7063, 9955, 8736, 8961, 7009, 8564, 9987, 8747, 10206, 9180, 10526, 7357, 8677, 10199, 7536, 9388, 7085, 8774, 7204, 9876, 7926, 8453, 6806, 7771, 8734, 7440, 9143, 7972, 10625, 8434, 8646, 11143, 7554, 9394, 7212, 8423, 7239, 9512, 7373, 9625, 8008, 7536, 7282, 8178, 7802, 9242, 7726, 7791, 10059, 11159, 9319, 11536, 8109, 11911, 9458, 9115, 13646, 8257, 10196, 6852, 7830, 8646, 7599, 9071, 7014, 9658, 6972, 8902, 6912, 8928, 6845, 7895, 9276, 7493, 8787, 7743, 10890, 12444, 8379, 12935, 9109, 9678, 12952, 7919, 10980, 8053, 9074, 6889, 7014, 7997, 8248, 8556, 7360, 8825, 8962, 6801, 7750, 6915, 10323, 9431, 8922, 14468, 9145, 9725, 11258, 8510, 10954, 8173, 10718, 8771, 11810, 14538, 10580, 13591, 8641, 11678, 7765, 9978, 13293, 7809, 9837, 7037, 8916, 6935, 10713, 7135, 9329, 7104, 8982, 6973, 9824, 7757, 8369, 7773, 6868, 7756, 9343, 8003, 9292, 7021, 9255, 7225, 10412, 7546, 11255, 11326, 8492, 11856, 6851, 9213, 7478, 9530, 7924, 7774, 6890, 8512, 7033, 9611, 10317, 7403, 9503, 7134, 8292, 7298, 9021, 6841, 8569, 6985, 7443, 9195, 7225, 8842, 7241, 9852, 6865, 9234, 10992, 7235, 10203, 7078, 9882, 9939, 7902, 10231, 7130, 9573, 7334, 9351, 8513, 7490, 9535, 6987, 8493, 7239, 8070, 7548, 7857, 6994, 8829, 7517, 10453, 7833, 10983, 12185, 8443, 11797, 8495, 9509, 6844, 8685, 8667, 8349, 9665, 7495, 9500, 7620, 9923, 8262, 7787, 9367, 6954, 9299, 6930, 9428, 10537, 7247, 9920, 7143, 10238, 6967, 7768, 9218, 7065, 8939, 7581, 10717, 7719, 8931, 10299, 7534, 9606, 7895, 10996, 10577, 8595, 12772, 6899, 9242, 7683, 10819, 7387, 9585, 10138, 8250, 10389, 7894, 9957, 7408, 10229, 7100, 10110, 7906, 9656, 7199, 9269, 9482, 8450, 10152, 7700, 9975, 7667, 11487, 8471, 8673, 6850, 7635, 9597, 7253, 9697, 7424, 9175, 7115, 8484, 9809, 7173, 9816, 6922, 8549, 9543, 8695, 9428, 7296, 7517, 6933, 8328, 8167, 12663, 10627, 10193, 12765, 7893, 11697, 7954, 11388, 7506, 9758, 6934, 9793, 8592, 7979, 8321, 7109, 8747, 7755, 9086, 7855, 9517, 7396, 9345, 6997, 10213, 7138, 9644, 6852, 9399, 7480, 9205, 7387, 8939, 10412, 7560, 9750, 7887, 9087, 7557, 8759, 7622, 8409, 9794, 6926, 9153, 6911, 8345, 6887, 8550, 7108, 8928, 7533, 10304, 7432, 8532, 7143, 9579, 6932, 10139, 8863, 10324, 9895, 8330, 10033, 7570, 9640, 7490, 9502, 6803, 8467, 9869, 7299, 9965, 6822, 8898, 7728, 9939, 7347, 9143, 9964, 6959, 9568, 7844, 9401, 10041, 7254, 9978, 7147, 9629, 8957, 7286, 9528, 6818, 7943, 7110, 9064, 6788, 8532, 8159, 7334, 9028, 7650, 8989, 7404, 9277, 9978, 9125, 11779, 7780, 11508, 7099, 8951, 12343, 7665, 9630, 6970, 10232, 6824, 9093, 11711, 7529, 9845, 7120, 9672, 9626, 7574, 9905, 6894, 10729, 6832, 9398, 11743, 7730, 10686, 7300, 11227, 7566, 8645, 9515, 7992, 10977, 7529, 11698, 7244, 7952, 6727, 7332, 8439, 6930, 9788, 8023, 8039, 7045, 7400, 8610, 6749, 9600, 6932, 9664, 9638, 7825, 9986, 7468, 10022, 7269, 10036, 6893, 9184, 9963, 10854, 8166, 10090, 6766, 9066, 7438, 11862, 9183, 9287, 8554, 7320, 8454, 7189, 9307, 7525, 9428, 6705, 8790, 7324, 7515, 7165, 7182, 7960, 8055, 9066, 7544, 9671, 7049, 8956, 7793, 9675, 8177, 9081, 11914, 7570, 10987, 8357, 10200, 7357, 9984, 7919, 8265, 8082, 7337, 8890, 6901, 10467, 7465, 8832, 7115, 7897, 9551, 7230, 8977, 6853, 9604, 6770, 9546, 7760, 9300, 6978, 8031, 6796, 9370, 10229, 8476, 11482, 7061, 8420, 10395, 8461, 10643, 7108, 8019, 9375, 7780, 10577, 7314, 8031, 9578, 7342, 11057, 6791, 8777, 8297, 6847, 9048, 6993, 9052, 6915, 8456, 8050, 7291, 9016, 7369, 9531, 7265, 8276, 7887, 10418, 8579, 9780, 9084, 10086, 9824, 12101], 'WindowCenter': [4186.0, 4182.0, 4163.0, 4122.0, 4129.0, 4121.0, 4138.0, 4128.0, 4125.0, 4106.0, 4137.0, 4130.0, 4149.0, 4141.0, 4163.0, 4120.0, 4161.0, 4138.0, 4152.0, 4149.0, 4119.0, 4160.0, 4129.0, 4150.0, 4127.0, 4142.0, 4149.0, 4120.0, 4159.0, 4118.0, 4151.0, 4129.0, 4141.0, 4128.0, 4123.0, 4149.0, 4142.0, 4151.0, 4129.0, 4152.0, 4139.0, 4142.0, 4163.0, 4140.0, 4141.0, 4137.0, 4107.0, 4159.0, 4115.0, 4116.0, 4126.0, 4117.0, 4161.0, 4126.0, 4119.0, 4148.0, 4118.0, 4139.0, 4105.0, 4108.0, 4140.0, 4130.0, 4152.0, 4141.0, 4132.0, 4151.0, 4119.0, 4154.0, 4129.0, 4131.0, 4141.0, 4120.0, 4163.0, 4141.0, 4152.0, 4140.0, 4131.0, 4161.0, 4120.0, 4152.0, 4150.0, 4120.0, 4138.0, 4117.0, 4164.0, 4141.0, 4129.0, 4140.0, 4121.0, 4160.0, 4120.0, 4140.0, 4151.0, 4130.0, 4151.0, 4118.0, 4145.0, 4141.0, 4130.0, 4151.0, 4106.0, 4139.0, 4117.0, 4119.0, 4149.0, 4141.0, 4162.0, 4120.0, 4163.0, 4129.0, 4152.0, 4151.0, 4121.0, 4149.0, 4129.0, 4151.0, 4138.0, 4141.0, 4147.0, 4118.0, 4158.0, 4126.0, 4136.0, 4123.0, 4106.0, 4127.0, 4118.0, 4148.0, 4114.0, 4138.0, 4126.0, 4105.0, 4135.0, 4117.0, 4140.0, 4093.0, 4119.0, 4126.0, 4118.0, 4138.0, 4096.0, 4120.0, 4127.0, 4116.0, 4139.0, 4118.0, 4138.0, 4107.0, 4118.0, 4171.0, 4128.0, 4129.0, 4105.0, 4107.0, 4149.0, 4118.0, 4138.0, 4116.0, 4108.0, 4138.0, 4117.0, 4161.0, 4139.0, 4129.0, 4124.0, 4107.0, 4148.0, 4118.0, 4139.0, 4105.0, 4140.0, 4106.0, 4131.0, 4139.0, 4128.0, 4138.0, 4095.0, 4160.0, 4137.0, 4151.0, 4119.0, 4152.0, 4150.0, 4141.0, 4116.0, 4120.0, 4119.0, 4129.0, 4140.0, 4120.0, 4117.0, 4119.0, 4161.0, 4118.0, 4139.0, 4095.0, 4117.0, 4116.0, 4118.0, 4149.0, 4107.0, 4139.0, 4093.0, 4106.0, 4128.0, 4127.0, 4120.0, 4118.0, 4152.0, 4119.0, 4154.0, 4152.0, 4134.0, 4141.0, 4131.0, 4173.0, 4141.0, 4142.0, 4120.0, 4141.0, 4151.0, 4140.0, 4176.0, 4141.0, 4129.0, 4156.0, 4108.0, 4149.0, 4128.0, 4129.0, 4096.0, 4128.0, 4136.0, 4121.0, 4107.0, 4096.0, 4160.0, 4115.0, 4129.0, 4141.0, 4128.0, 4128.0, 4097.0, 4118.0, 4096.0, 4128.0, 4107.0, 4130.0, 4116.0, 4099.0, 4141.0, 4129.0, 4138.0, 4107.0, 4141.0, 4138.0, 4108.0, 4139.0, 4116.0, 4127.0, 4084.0, 4116.0, 4125.0, 4105.0, 4117.0, 4106.0, 4128.0, 4096.0, 4119.0, 4127.0, 4107.0, 4128.0, 4084.0, 4130.0, 4116.0, 4109.0, 4126.0, 4109.0, 4131.0, 4130.0, 4130.0, 4135.0, 4132.0, 4124.0, 4143.0, 4157.0, 4168.0, 4163.0, 4164.0, 4130.0, 4177.0, 4159.0, 4152.0, 4156.0, 4108.0, 4138.0, 4128.0, 4150.0, 4119.0, 4139.0, 4105.0, 4150.0, 4126.0, 4138.0, 4125.0, 4108.0, 4138.0, 4126.0, 4127.0, 4118.0, 4151.0, 4126.0, 4127.0, 4139.0, 4117.0, 4126.0, 4094.0, 4124.0, 4124.0, 4106.0, 4115.0, 4094.0, 4118.0, 4118.0, 4141.0, 4129.0, 4160.0, 4120.0, 4141.0, 4172.0, 4128.0, 4138.0, 4126.0, 4105.0, 4115.0, 4105.0, 4147.0, 4123.0, 4117.0, 4083.0, 4108.0, 4115.0, 4116.0, 4151.0, 4117.0, 4138.0, 4138.0, 4107.0, 4137.0, 4118.0, 4151.0, 4097.0, 4149.0, 4137.0, 4108.0, 4118.0, 4097.0, 4095.0, 4095.0, 4161.0, 4121.0, 4112.0, 4087.0, 4129.0, 4147.0, 4128.0, 4125.0, 4128.0, 4106.0, 4127.0, 4097.0, 4127.0, 4103.0, 4146.0, 4113.0, 4136.0, 4081.0, 4123.0, 4079.0, 4135.0, 4112.0, 4104.0, 4090.0, 4091.0, 4101.0, 4104.0, 4126.0, 4118.0, 4106.0, 4117.0, 4143.0, 4152.0, 4151.0, 4133.0, 4129.0, 4115.0, 4160.0, 4116.0, 4151.0, 4139.0, 4128.0, 4138.0, 4117.0, 4161.0, 4128.0, 4128.0, 4096.0, 4118.0, 4115.0, 4126.0, 4126.0, 4119.0, 4128.0, 4118.0, 4160.0, 4129.0, 4142.0, 4107.0, 4139.0, 4138.0, 4120.0, 4139.0, 4119.0, 4118.0, 4095.0, 4127.0, 4108.0, 4149.0, 4129.0, 4162.0, 4120.0, 4151.0, 4114.0, 4139.0, 4136.0, 4126.0, 4125.0, 4090.0, 4125.0, 4103.0, 4127.0, 4117.0, 4105.0, 4115.0, 4106.0, 4136.0, 4116.0, 4117.0, 4096.0, 4138.0, 4105.0, 4148.0, 4125.0, 4127.0, 4124.0, 4094.0, 4126.0, 4117.0, 4126.0, 4118.0, 4117.0, 4109.0, 4116.0, 4108.0, 4128.0, 4137.0, 4160.0, 4106.0, 4141.0, 4136.0, 4117.0, 4126.0, 4116.0, 4127.0, 4081.0, 4106.0, 4113.0, 4109.0, 4126.0, 4116.0, 4139.0, 4094.0, 4109.0, 4126.0, 4108.0, 4152.0, 4107.0, 4142.0, 4129.0, 4130.0, 4142.0, 4121.0, 4110.0, 4110.0, 4163.0, 4141.0, 4162.0, 4152.0, 4142.0, 4151.0, 4140.0, 4175.0, 4138.0, 4142.0, 4098.0, 4117.0, 4131.0, 4132.0, 4160.0, 4129.0, 4139.0, 4114.0, 4117.0, 4126.0, 4118.0, 4128.0, 4107.0, 4148.0, 4099.0, 4150.0, 4127.0, 4126.0, 4127.0, 4109.0, 4160.0, 4125.0, 4138.0, 4115.0, 4104.0, 4128.0, 4114.0, 4149.0, 4134.0, 4117.0, 4127.0, 4105.0, 4138.0, 4120.0, 4162.0, 4135.0, 4130.0, 4126.0, 4108.0, 4149.0, 4131.0, 4152.0, 4151.0, 4120.0, 4139.0, 4118.0, 4151.0, 4125.0, 4128.0, 4134.0, 4094.0, 4136.0, 4117.0, 4138.0, 4135.0, 4106.0, 4126.0, 4094.0, 4137.0, 4105.0, 4126.0, 4126.0, 4105.0, 4134.0, 4094.0, 4115.0, 4125.0, 4106.0, 4124.0, 4105.0, 4136.0, 4104.0, 4137.0, 4126.0, 4107.0, 4136.0, 4082.0, 4115.0, 4125.0, 4094.0, 4116.0, 4092.0, 4127.0, 4126.0, 4106.0, 4149.0, 4104.0, 4116.0, 4103.0, 4095.0, 4116.0, 4107.0, 4138.0, 4124.0, 4107.0, 4135.0, 4097.0, 4141.0, 4127.0, 4106.0, 4138.0, 4105.0, 4149.0, 4118.0, 4129.0, 4140.0, 4119.0, 4150.0, 4093.0, 4119.0, 4127.0, 4116.0, 4136.0, 4096.0, 4118.0, 4104.0, 4117.0, 4127.0, 4120.0, 4139.0, 4106.0, 4138.0, 4138.0, 4121.0, 4141.0, 4119.0, 4153.0, 4108.0, 4139.0, 4115.0, 4119.0, 4117.0, 4097.0, 4128.0, 4118.0, 4130.0, 4106.0, 4139.0, 4108.0, 4140.0, 4126.0, 4116.0, 4115.0, 4105.0, 4129.0, 4129.0, 4119.0, 4117.0, 4140.0, 4116.0, 4161.0, 4136.0, 4139.0, 4107.0, 4119.0, 4126.0, 4127.0, 4127.0, 4109.0, 4128.0, 4119.0, 4138.0, 4128.0, 4130.0, 4106.0, 4150.0, 4116.0, 4149.0, 4127.0, 4140.0, 4145.0, 4108.0, 4138.0, 4129.0, 4137.0, 4094.0, 4126.0, 4092.0, 4129.0, 4126.0, 4106.0, 4116.0, 4107.0, 4149.0, 4115.0, 4136.0, 4103.0, 4118.0, 4092.0, 4108.0, 4115.0, 4118.0, 4128.0, 4120.0, 4127.0, 4129.0, 4128.0, 4122.0, 4129.0, 4143.0, 4121.0, 4154.0, 4109.0, 4167.0, 4152.0, 4130.0, 4138.0, 4118.0, 4150.0, 4115.0, 4128.0, 4149.0, 4106.0, 4135.0, 4084.0, 4138.0, 4127.0, 4106.0, 4114.0, 4095.0, 4118.0, 4109.0, 4141.0, 4110.0, 4139.0, 4109.0, 4164.0, 4130.0, 4155.0, 4141.0, 4141.0, 4153.0, 4154.0, 4175.0, 4138.0, 4140.0, 4158.0, 4108.0, 4169.0, 4125.0, 4128.0, 4156.0, 4094.0, 4137.0, 4106.0, 4137.0, 4114.0, 4105.0, 4113.0, 4105.0, 4137.0, 4096.0, 4138.0, 4103.0, 4118.0, 4127.0, 4119.0, 4116.0, 4107.0, 4137.0, 4116.0, 4149.0, 4115.0, 4119.0, 4103.0, 4116.0, 4114.0, 4105.0, 4125.0, 4116.0, 4125.0, 4095.0, 4126.0, 4106.0, 4116.0, 4106.0, 4127.0, 4105.0, 4149.0, 4117.0, 4127.0, 4084.0, 4130.0, 4119.0, 4118.0, 4130.0, 4119.0, 4126.0, 4104.0, 4148.0, 4117.0, 4128.0, 4106.0, 4150.0, 4095.0, 4140.0, 4140.0, 4118.0, 4128.0, 4109.0, 4150.0, 4109.0, 4130.0, 4110.0, 4150.0, 4110.0, 4121.0, 4131.0, 4154.0, 4145.0, 4153.0, 4131.0, 4142.0, 4153.0, 4185.0, 4141.0, 4152.0, 4169.0, 4117.0, 4160.0, 4145.0, 4116.0, 4145.0, 4095.0, 4146.0, 4126.0, 4116.0, 4124.0, 4097.0, 4147.0, 4094.0, 4116.0, 4127.0, 4115.0, 4138.0, 4093.0, 4117.0, 4128.0, 4119.0, 4149.0, 4106.0, 4120.0, 4172.0, 4127.0, 4152.0, 4106.0, 4130.0, 4154.0, 4141.0, 4151.0, 4108.0, 4151.0, 4136.0, 4118.0, 4151.0, 4142.0, 4128.0, 4121.0, 4149.0, 4128.0, 4162.0, 4138.0, 4140.0, 4160.0, 4128.0, 4171.0, 4126.0, 4139.0, 4096.0, 4138.0, 4135.0, 4118.0, 4137.0, 4117.0, 4137.0, 4094.0, 4138.0, 4125.0, 4127.0, 4094.0, 4117.0, 4117.0, 4117.0, 4138.0, 4126.0, 4125.0, 4094.0, 4136.0, 4114.0, 4137.0, 4125.0, 4126.0, 4113.0, 4104.0, 4147.0, 4114.0, 4125.0, 4093.0, 4124.0, 4093.0, 4115.0, 4123.0, 4115.0, 4104.0, 4094.0, 4115.0, 4116.0, 4157.0, 4117.0, 4116.0, 4093.0, 4137.0, 4093.0, 4138.0, 4115.0, 4095.0, 4136.0, 4107.0, 4116.0, 4129.0, 4108.0, 4147.0, 4127.0, 4150.0, 4106.0, 4129.0, 4127.0, 4119.0, 4139.0, 4136.0, 4126.0, 4083.0, 4126.0, 4094.0, 4116.0, 4127.0, 4128.0, 4116.0, 4105.0, 4137.0, 4106.0, 4139.0, 4116.0, 4129.0, 4109.0, 4120.0, 4131.0, 4129.0, 4140.0, 4142.0, 4165.0, 4121.0, 4163.0, 4164.0, 4154.0, 4141.0, 4132.0, 4148.0, 4129.0, 4149.0, 4130.0, 4139.0, 4129.0, 4151.0, 4140.0, 4161.0, 4128.0, 4151.0, 4138.0, 4140.0, 4137.0, 4118.0, 4125.0, 4106.0, 4148.0, 4118.0, 4140.0, 4107.0, 4149.0, 4116.0, 4150.0, 4129.0, 4149.0, 4095.0, 4141.0, 4149.0, 4128.0, 4127.0, 4118.0, 4136.0, 4129.0, 4150.0, 4138.0, 4129.0, 4126.0, 4107.0, 4127.0, 4118.0, 4127.0, 4117.0, 4126.0, 4118.0, 4159.0, 4129.0, 4141.0, 4106.0, 4149.0, 4129.0, 4138.0, 4138.0, 4119.0, 4137.0, 4129.0, 4160.0, 4127.0, 4150.0, 4106.0, 4129.0, 4136.0, 4106.0, 4117.0, 4107.0, 4148.0, 4106.0, 4138.0, 4115.0, 4126.0, 4125.0, 4119.0, 4138.0, 4128.0, 4159.0, 4127.0, 4139.0, 4095.0, 4118.0, 4127.0, 4117.0, 4127.0, 4116.0, 4128.0, 4128.0, 4160.0, 4139.0, 4138.0, 4118.0, 4149.0, 4119.0, 4149.0, 4128.0, 4138.0, 4126.0, 4117.0, 4138.0, 4128.0, 4138.0, 4106.0, 4137.0, 4107.0, 4129.0, 4127.0, 4117.0, 4117.0, 4119.0, 4128.0, 4130.0, 4129.0, 4119.0, 4149.0, 4131.0, 4163.0, 4140.0, 4149.0, 4107.0, 4140.0, 4138.0, 4139.0, 4138.0, 4118.0, 4128.0, 4105.0, 4149.0, 4116.0, 4139.0, 4096.0, 4138.0, 4107.0, 4151.0, 4118.0, 4141.0, 4117.0, 4117.0, 4137.0, 4131.0, 4141.0, 4128.0, 4150.0, 4118.0, 4150.0, 4138.0, 4129.0, 4126.0, 4107.0, 4158.0, 4128.0, 4139.0, 4107.0, 4151.0, 4132.0, 4163.0, 4140.0, 4131.0, 4138.0, 4118.0, 4138.0, 4129.0, 4139.0, 4131.0, 4149.0, 4130.0, 4162.0, 4139.0, 4140.0, 4147.0, 4109.0, 4138.0, 4127.0, 4127.0, 4118.0, 4139.0, 4130.0, 4160.0, 4129.0, 4149.0, 4107.0, 4130.0, 4148.0, 4119.0, 4127.0, 4117.0, 4160.0, 4128.0, 4140.0, 4097.0, 4117.0, 4129.0, 4118.0, 4129.0, 4119.0, 4138.0, 4119.0, 4150.0, 4127.0, 4151.0, 4108.0, 4139.0, 4151.0, 4121.0, 4141.0, 4128.0, 4150.0, 4106.0, 4151.0, 4147.0, 4118.0, 4126.0, 4116.0, 4158.0, 4126.0, 4138.0, 4126.0, 4116.0, 4125.0, 4116.0, 4148.0, 4115.0, 4137.0, 4095.0, 4119.0, 4127.0, 4138.0, 4128.0, 4119.0, 4151.0, 4118.0, 4149.0, 4128.0, 4151.0, 4137.0, 4130.0, 4161.0, 4138.0, 4151.0, 4130.0, 4164.0, 4127.0, 4149.0, 4127.0, 4149.0, 4159.0, 4128.0, 4118.0, 4142.0, 4141.0, 4161.0, 4141.0, 4131.0, 4140.0, 4128.0, 4160.0, 4168.0, 4116.0, 4135.0, 4082.0, 4124.0, 4123.0, 4114.0, 4104.0, 4083.0, 4126.0, 4093.0, 4128.0, 4126.0, 4107.0, 4126.0, 4116.0, 4161.0, 4117.0, 4152.0, 4117.0, 4153.0, 4148.0, 4129.0, 4140.0, 4140.0, 4149.0, 4117.0, 4140.0, 4157.0, 4129.0, 4137.0, 4116.0, 4138.0, 4081.0, 4094.0, 4082.0, 4103.0, 4137.0, 4096.0, 4145.0, 4138.0, 4142.0, 4115.0, 4120.0, 4140.0, 4120.0, 4150.0, 4130.0, 4143.0, 4120.0, 4121.0, 4128.0, 4107.0, 4129.0, 4098.0, 4128.0, 4094.0, 4130.0, 4107.0, 4119.0, 4127.0, 4109.0, 4138.0, 4117.0, 4139.0, 4126.0, 4118.0, 4138.0, 4098.0, 4129.0, 4130.0, 4130.0, 4096.0, 4118.0, 4096.0, 4139.0, 4116.0, 4130.0, 4095.0, 4130.0, 4138.0, 4131.0, 4139.0, 4129.0, 4139.0, 4094.0, 4117.0, 4126.0, 4107.0, 4125.0, 4096.0, 4116.0, 4109.0, 4138.0, 4107.0, 4119.0, 4085.0, 4119.0, 4128.0, 4107.0, 4127.0, 4118.0, 4149.0, 4116.0, 4128.0, 4147.0, 4118.0, 4140.0, 4105.0, 4118.0, 4104.0, 4139.0, 4096.0, 4136.0, 4118.0, 4119.0, 4121.0, 4130.0, 4133.0, 4152.0, 4131.0, 4117.0, 4166.0, 4161.0, 4142.0, 4159.0, 4117.0, 4160.0, 4128.0, 4129.0, 4157.0, 4118.0, 4135.0, 4069.0, 4104.0, 4114.0, 4093.0, 4113.0, 4093.0, 4136.0, 4109.0, 4152.0, 4108.0, 4139.0, 4095.0, 4130.0, 4136.0, 4109.0, 4128.0, 4117.0, 4159.0, 4157.0, 4130.0, 4159.0, 4116.0, 4125.0, 4143.0, 4104.0, 4135.0, 4104.0, 4125.0, 4080.0, 4096.0, 4116.0, 4129.0, 4126.0, 4120.0, 4125.0, 4140.0, 4110.0, 4133.0, 4123.0, 4175.0, 4150.0, 4154.0, 4207.0, 4155.0, 4164.0, 4161.0, 4128.0, 4148.0, 4116.0, 4136.0, 4102.0, 4147.0, 4157.0, 4125.0, 4144.0, 4102.0, 4122.0, 4078.0, 4111.0, 4128.0, 4079.0, 4120.0, 4091.0, 4111.0, 4080.0, 4122.0, 4081.0, 4111.0, 4080.0, 4113.0, 4082.0, 4126.0, 4093.0, 4117.0, 4104.0, 4085.0, 4106.0, 4128.0, 4117.0, 4141.0, 4110.0, 4140.0, 4109.0, 4151.0, 4120.0, 4174.0, 4173.0, 4131.0, 4156.0, 4110.0, 4136.0, 4109.0, 4138.0, 4120.0, 4118.0, 4108.0, 4129.0, 4108.0, 4152.0, 4149.0, 4121.0, 4148.0, 4120.0, 4140.0, 4119.0, 4153.0, 4111.0, 4152.0, 4133.0, 4132.0, 4150.0, 4131.0, 4141.0, 4119.0, 4163.0, 4109.0, 4152.0, 4163.0, 4123.0, 4150.0, 4108.0, 4153.0, 4149.0, 4132.0, 4152.0, 4108.0, 4139.0, 4108.0, 4140.0, 4127.0, 4121.0, 4138.0, 4109.0, 4140.0, 4119.0, 4131.0, 4131.0, 4130.0, 4112.0, 4142.0, 4124.0, 4175.0, 4133.0, 4176.0, 4173.0, 4131.0, 4172.0, 4131.0, 4139.0, 4099.0, 4130.0, 4128.0, 4130.0, 4138.0, 4110.0, 4139.0, 4105.0, 4149.0, 4129.0, 4118.0, 4136.0, 4107.0, 4138.0, 4108.0, 4142.0, 4148.0, 4108.0, 4150.0, 4110.0, 4152.0, 4109.0, 4132.0, 4140.0, 4110.0, 4141.0, 4130.0, 4163.0, 4120.0, 4144.0, 4149.0, 4130.0, 4152.0, 4131.0, 4163.0, 4150.0, 4140.0, 4171.0, 4109.0, 4141.0, 4122.0, 4164.0, 4120.0, 4152.0, 4149.0, 4133.0, 4150.0, 4129.0, 4140.0, 4118.0, 4161.0, 4123.0, 4154.0, 4121.0, 4142.0, 4107.0, 4142.0, 4148.0, 4130.0, 4149.0, 4121.0, 4152.0, 4133.0, 4173.0, 4129.0, 4130.0, 4084.0, 4118.0, 4136.0, 4106.0, 4139.0, 4108.0, 4129.0, 4097.0, 4130.0, 4136.0, 4108.0, 4137.0, 4108.0, 4127.0, 4151.0, 4139.0, 4152.0, 4121.0, 4124.0, 4124.0, 4143.0, 4142.0, 4185.0, 4152.0, 4152.0, 4160.0, 4120.0, 4147.0, 4120.0, 4159.0, 4107.0, 4138.0, 4095.0, 4139.0, 4116.0, 4106.0, 4104.0, 4095.0, 4113.0, 4106.0, 4128.0, 4118.0, 4126.0, 4105.0, 4128.0, 4097.0, 4149.0, 4106.0, 4152.0, 4096.0, 4153.0, 4109.0, 4139.0, 4105.0, 4127.0, 4135.0, 4106.0, 4128.0, 4108.0, 4126.0, 4107.0, 4127.0, 4118.0, 4130.0, 4138.0, 4096.0, 4124.0, 4094.0, 4115.0, 4107.0, 4129.0, 4110.0, 4140.0, 4121.0, 4150.0, 4110.0, 4141.0, 4110.0, 4153.0, 4108.0, 4177.0, 4151.0, 4164.0, 4151.0, 4131.0, 4149.0, 4131.0, 4153.0, 4118.0, 4151.0, 4111.0, 4131.0, 4137.0, 4105.0, 4127.0, 4095.0, 4128.0, 4119.0, 4151.0, 4109.0, 4140.0, 4136.0, 4107.0, 4140.0, 4119.0, 4140.0, 4137.0, 4106.0, 4138.0, 4096.0, 4140.0, 4128.0, 4109.0, 4136.0, 4096.0, 4118.0, 4108.0, 4141.0, 4111.0, 4144.0, 4130.0, 4133.0, 4144.0, 4133.0, 4142.0, 4120.0, 4153.0, 4150.0, 4143.0, 4171.0, 4119.0, 4163.0, 4108.0, 4154.0, 4169.0, 4108.0, 4139.0, 4097.0, 4149.0, 4098.0, 4141.0, 4159.0, 4119.0, 4139.0, 4098.0, 4142.0, 4138.0, 4121.0, 4138.0, 4107.0, 4148.0, 4097.0, 4141.0, 4159.0, 4119.0, 4138.0, 4108.0, 4161.0, 4120.0, 4132.0, 4140.0, 4122.0, 4149.0, 4107.0, 4159.0, 4109.0, 4118.0, 4084.0, 4109.0, 4119.0, 4107.0, 4139.0, 4110.0, 4111.0, 4097.0, 4109.0, 4116.0, 4099.0, 4141.0, 4098.0, 4141.0, 4128.0, 4109.0, 4128.0, 4097.0, 4127.0, 4109.0, 4139.0, 4110.0, 4140.0, 4153.0, 4150.0, 4122.0, 4140.0, 4098.0, 4128.0, 4111.0, 4163.0, 4130.0, 4130.0, 4115.0, 4095.0, 4117.0, 4100.0, 4131.0, 4110.0, 4128.0, 4087.0, 4131.0, 4110.0, 4111.0, 4100.0, 4111.0, 4122.0, 4134.0, 4142.0, 4123.0, 4141.0, 4110.0, 4133.0, 4123.0, 4143.0, 4120.0, 4142.0, 4160.0, 4120.0, 4150.0, 4121.0, 4139.0, 4099.0, 4142.0, 4106.0, 4121.0, 4105.0, 4110.0, 4116.0, 4099.0, 4140.0, 4098.0, 4119.0, 4084.0, 4105.0, 4124.0, 4098.0, 4116.0, 4084.0, 4128.0, 4097.0, 4141.0, 4108.0, 4129.0, 4097.0, 4120.0, 4097.0, 4140.0, 4141.0, 4121.0, 4150.0, 4086.0, 4119.0, 4127.0, 4107.0, 4125.0, 4083.0, 4106.0, 4128.0, 4096.0, 4137.0, 4084.0, 4106.0, 4114.0, 4095.0, 4136.0, 4073.0, 4116.0, 4101.0, 4083.0, 4115.0, 4098.0, 4129.0, 4098.0, 4130.0, 4117.0, 4122.0, 4140.0, 4120.0, 4141.0, 4121.0, 4130.0, 4132.0, 4165.0, 4146.0, 4151.0, 4144.0, 4176.0, 4193.0, 4204.0], 'WindowWidth': [9305.0, 9285.0, 9244.0, 9185.0, 9188.0, 9180.0, 9197.0, 9182.0, 9173.0, 9151.0, 9193.0, 9190.0, 9211.0, 9202.0, 9239.0, 9175.0, 9232.0, 9198.0, 9220.0, 9211.0, 9172.0, 9230.0, 9186.0, 9214.0, 9178.0, 9209.0, 9214.0, 9176.0, 9225.0, 9168.0, 9215.0, 9185.0, 9203.0, 9182.0, 9183.0, 9212.0, 9206.0, 9216.0, 9185.0, 9221.0, 9200.0, 9208.0, 9235.0, 9199.0, 9202.0, 9189.0, 9149.0, 9223.0, 9156.0, 9160.0, 9173.0, 9165.0, 9231.0, 9180.0, 9172.0, 9207.0, 9166.0, 9194.0, 9145.0, 9155.0, 9198.0, 9188.0, 9218.0, 9202.0, 9192.0, 9214.0, 9171.0, 9223.0, 9183.0, 9187.0, 9200.0, 9172.0, 9233.0, 9203.0, 9218.0, 9200.0, 9189.0, 9229.0, 9171.0, 9219.0, 9212.0, 9174.0, 9195.0, 9164.0, 9238.0, 9203.0, 9185.0, 9199.0, 9175.0, 9228.0, 9172.0, 9202.0, 9214.0, 9185.0, 9213.0, 9170.0, 9217.0, 9205.0, 9185.0, 9214.0, 9149.0, 9195.0, 9164.0, 9170.0, 9211.0, 9203.0, 9232.0, 9172.0, 9235.0, 9187.0, 9218.0, 9216.0, 9175.0, 9211.0, 9184.0, 9215.0, 9193.0, 9200.0, 9204.0, 9165.0, 9221.0, 9171.0, 9187.0, 9165.0, 9146.0, 9175.0, 9166.0, 9205.0, 9154.0, 9191.0, 9172.0, 9145.0, 9185.0, 9164.0, 9197.0, 9127.0, 9169.0, 9177.0, 9164.0, 9192.0, 9133.0, 9170.0, 9180.0, 9165.0, 9194.0, 9164.0, 9195.0, 9149.0, 9168.0, 9240.0, 9179.0, 9182.0, 9144.0, 9150.0, 9208.0, 9166.0, 9195.0, 9160.0, 9154.0, 9191.0, 9166.0, 9231.0, 9198.0, 9184.0, 9172.0, 9151.0, 9207.0, 9166.0, 9197.0, 9146.0, 9199.0, 9149.0, 9191.0, 9197.0, 9182.0, 9194.0, 9134.0, 9226.0, 9193.0, 9215.0, 9170.0, 9219.0, 9212.0, 9200.0, 9161.0, 9171.0, 9169.0, 9183.0, 9197.0, 9171.0, 9162.0, 9168.0, 9228.0, 9164.0, 9194.0, 9130.0, 9164.0, 9161.0, 9166.0, 9208.0, 9147.0, 9193.0, 9126.0, 9150.0, 9181.0, 9179.0, 9173.0, 9169.0, 9220.0, 9171.0, 9225.0, 9219.0, 9199.0, 9204.0, 9190.0, 9250.0, 9203.0, 9206.0, 9171.0, 9202.0, 9216.0, 9201.0, 9258.0, 9203.0, 9184.0, 9214.0, 9152.0, 9208.0, 9178.0, 9180.0, 9132.0, 9179.0, 9188.0, 9175.0, 9150.0, 9134.0, 9225.0, 9158.0, 9180.0, 9201.0, 9181.0, 9178.0, 9135.0, 9164.0, 9133.0, 9178.0, 9150.0, 9185.0, 9161.0, 9142.0, 9200.0, 9183.0, 9193.0, 9149.0, 9198.0, 9191.0, 9151.0, 9192.0, 9160.0, 9175.0, 9113.0, 9158.0, 9170.0, 9142.0, 9160.0, 9142.0, 9176.0, 9133.0, 9170.0, 9176.0, 9147.0, 9176.0, 9112.0, 9183.0, 9160.0, 9156.0, 9175.0, 9157.0, 9190.0, 9189.0, 9189.0, 9204.0, 9194.0, 9187.0, 9213.0, 9241.0, 9251.0, 9242.0, 9241.0, 9190.0, 9260.0, 9226.0, 9219.0, 9214.0, 9151.0, 9191.0, 9179.0, 9210.0, 9166.0, 9195.0, 9145.0, 9211.0, 9173.0, 9191.0, 9170.0, 9150.0, 9191.0, 9174.0, 9175.0, 9166.0, 9214.0, 9174.0, 9177.0, 9192.0, 9159.0, 9170.0, 9123.0, 9169.0, 9166.0, 9145.0, 9156.0, 9130.0, 9167.0, 9170.0, 9203.0, 9185.0, 9224.0, 9170.0, 9201.0, 9246.0, 9177.0, 9191.0, 9170.0, 9143.0, 9154.0, 9143.0, 9200.0, 9164.0, 9159.0, 9112.0, 9151.0, 9157.0, 9163.0, 9214.0, 9162.0, 9193.0, 9189.0, 9150.0, 9188.0, 9165.0, 9212.0, 9135.0, 9207.0, 9188.0, 9153.0, 9169.0, 9138.0, 9132.0, 9132.0, 9230.0, 9175.0, 9167.0, 9122.0, 9178.0, 9204.0, 9178.0, 9170.0, 9178.0, 9147.0, 9173.0, 9132.0, 9173.0, 9137.0, 9197.0, 9150.0, 9184.0, 9103.0, 9162.0, 9099.0, 9182.0, 9145.0, 9137.0, 9113.0, 9119.0, 9133.0, 9142.0, 9174.0, 9167.0, 9148.0, 9166.0, 9209.0, 9226.0, 9219.0, 9195.0, 9184.0, 9162.0, 9226.0, 9163.0, 9216.0, 9195.0, 9180.0, 9191.0, 9164.0, 9227.0, 9178.0, 9179.0, 9132.0, 9166.0, 9157.0, 9176.0, 9176.0, 9170.0, 9178.0, 9170.0, 9227.0, 9184.0, 9204.0, 9149.0, 9197.0, 9192.0, 9170.0, 9195.0, 9167.0, 9163.0, 9130.0, 9175.0, 9153.0, 9209.0, 9182.0, 9234.0, 9175.0, 9217.0, 9160.0, 9195.0, 9188.0, 9173.0, 9169.0, 9116.0, 9169.0, 9137.0, 9175.0, 9159.0, 9144.0, 9154.0, 9146.0, 9186.0, 9159.0, 9161.0, 9132.0, 9191.0, 9145.0, 9207.0, 9171.0, 9176.0, 9167.0, 9129.0, 9170.0, 9161.0, 9175.0, 9168.0, 9165.0, 9157.0, 9163.0, 9154.0, 9179.0, 9189.0, 9226.0, 9148.0, 9202.0, 9188.0, 9163.0, 9172.0, 9158.0, 9171.0, 9103.0, 9143.0, 9151.0, 9154.0, 9173.0, 9159.0, 9191.0, 9126.0, 9156.0, 9174.0, 9154.0, 9214.0, 9150.0, 9204.0, 9182.0, 9186.0, 9202.0, 9175.0, 9158.0, 9157.0, 9233.0, 9200.0, 9232.0, 9214.0, 9204.0, 9213.0, 9200.0, 9250.0, 9193.0, 9201.0, 9137.0, 9164.0, 9186.0, 9187.0, 9224.0, 9179.0, 9193.0, 9154.0, 9162.0, 9172.0, 9164.0, 9175.0, 9146.0, 9203.0, 9141.0, 9210.0, 9175.0, 9174.0, 9173.0, 9153.0, 9225.0, 9170.0, 9191.0, 9155.0, 9140.0, 9175.0, 9155.0, 9207.0, 9180.0, 9160.0, 9172.0, 9144.0, 9190.0, 9175.0, 9232.0, 9187.0, 9184.0, 9174.0, 9153.0, 9211.0, 9189.0, 9217.0, 9212.0, 9169.0, 9192.0, 9164.0, 9212.0, 9169.0, 9176.0, 9178.0, 9127.0, 9184.0, 9162.0, 9190.0, 9182.0, 9143.0, 9169.0, 9125.0, 9187.0, 9140.0, 9170.0, 9169.0, 9141.0, 9179.0, 9124.0, 9155.0, 9169.0, 9146.0, 9168.0, 9144.0, 9187.0, 9144.0, 9191.0, 9170.0, 9148.0, 9185.0, 9106.0, 9155.0, 9167.0, 9127.0, 9158.0, 9122.0, 9174.0, 9171.0, 9145.0, 9206.0, 9138.0, 9156.0, 9136.0, 9130.0, 9158.0, 9150.0, 9192.0, 9168.0, 9149.0, 9184.0, 9136.0, 9201.0, 9176.0, 9147.0, 9192.0, 9147.0, 9209.0, 9167.0, 9184.0, 9196.0, 9168.0, 9209.0, 9127.0, 9168.0, 9175.0, 9160.0, 9187.0, 9131.0, 9166.0, 9142.0, 9163.0, 9178.0, 9169.0, 9194.0, 9147.0, 9193.0, 9197.0, 9179.0, 9205.0, 9172.0, 9220.0, 9152.0, 9195.0, 9159.0, 9168.0, 9161.0, 9137.0, 9178.0, 9166.0, 9183.0, 9149.0, 9195.0, 9152.0, 9198.0, 9174.0, 9161.0, 9157.0, 9145.0, 9182.0, 9182.0, 9168.0, 9166.0, 9198.0, 9164.0, 9228.0, 9188.0, 9195.0, 9150.0, 9169.0, 9176.0, 9179.0, 9177.0, 9155.0, 9179.0, 9170.0, 9193.0, 9180.0, 9183.0, 9147.0, 9210.0, 9163.0, 9211.0, 9177.0, 9199.0, 9197.0, 9152.0, 9192.0, 9178.0, 9187.0, 9125.0, 9172.0, 9120.0, 9180.0, 9177.0, 9149.0, 9161.0, 9148.0, 9211.0, 9162.0, 9190.0, 9140.0, 9164.0, 9121.0, 9152.0, 9157.0, 9167.0, 9180.0, 9173.0, 9180.0, 9185.0, 9180.0, 9178.0, 9186.0, 9210.0, 9177.0, 9223.0, 9160.0, 9251.0, 9221.0, 9188.0, 9194.0, 9165.0, 9210.0, 9158.0, 9179.0, 9208.0, 9146.0, 9183.0, 9112.0, 9192.0, 9172.0, 9144.0, 9152.0, 9130.0, 9165.0, 9155.0, 9201.0, 9160.0, 9199.0, 9158.0, 9240.0, 9191.0, 9228.0, 9204.0, 9204.0, 9221.0, 9224.0, 9254.0, 9194.0, 9198.0, 9220.0, 9150.0, 9235.0, 9169.0, 9176.0, 9211.0, 9127.0, 9187.0, 9143.0, 9187.0, 9153.0, 9143.0, 9151.0, 9144.0, 9187.0, 9130.0, 9189.0, 9137.0, 9165.0, 9176.0, 9168.0, 9160.0, 9147.0, 9190.0, 9161.0, 9209.0, 9160.0, 9168.0, 9140.0, 9159.0, 9154.0, 9144.0, 9171.0, 9161.0, 9170.0, 9130.0, 9173.0, 9147.0, 9161.0, 9148.0, 9176.0, 9145.0, 9208.0, 9160.0, 9176.0, 9116.0, 9185.0, 9167.0, 9169.0, 9188.0, 9170.0, 9174.0, 9143.0, 9204.0, 9161.0, 9179.0, 9147.0, 9210.0, 9131.0, 9199.0, 9198.0, 9167.0, 9177.0, 9154.0, 9212.0, 9155.0, 9185.0, 9155.0, 9213.0, 9158.0, 9176.0, 9194.0, 9227.0, 9215.0, 9223.0, 9193.0, 9206.0, 9221.0, 9267.0, 9202.0, 9215.0, 9235.0, 9162.0, 9224.0, 9196.0, 9159.0, 9195.0, 9126.0, 9199.0, 9172.0, 9157.0, 9166.0, 9133.0, 9201.0, 9126.0, 9161.0, 9174.0, 9158.0, 9192.0, 9125.0, 9165.0, 9179.0, 9168.0, 9211.0, 9147.0, 9173.0, 9245.0, 9179.0, 9219.0, 9150.0, 9189.0, 9226.0, 9205.0, 9217.0, 9153.0, 9214.0, 9189.0, 9171.0, 9217.0, 9204.0, 9182.0, 9175.0, 9210.0, 9184.0, 9232.0, 9195.0, 9201.0, 9225.0, 9181.0, 9241.0, 9175.0, 9195.0, 9133.0, 9192.0, 9185.0, 9166.0, 9189.0, 9161.0, 9187.0, 9127.0, 9190.0, 9170.0, 9175.0, 9128.0, 9163.0, 9160.0, 9162.0, 9190.0, 9172.0, 9171.0, 9126.0, 9185.0, 9154.0, 9188.0, 9170.0, 9172.0, 9150.0, 9141.0, 9201.0, 9155.0, 9168.0, 9122.0, 9166.0, 9122.0, 9155.0, 9163.0, 9154.0, 9137.0, 9128.0, 9157.0, 9166.0, 9220.0, 9161.0, 9160.0, 9126.0, 9187.0, 9124.0, 9192.0, 9157.0, 9132.0, 9185.0, 9150.0, 9161.0, 9184.0, 9154.0, 9208.0, 9178.0, 9211.0, 9146.0, 9180.0, 9176.0, 9168.0, 9195.0, 9185.0, 9172.0, 9109.0, 9171.0, 9127.0, 9159.0, 9178.0, 9183.0, 9162.0, 9144.0, 9190.0, 9147.0, 9195.0, 9163.0, 9184.0, 9155.0, 9175.0, 9189.0, 9187.0, 9202.0, 9211.0, 9243.0, 9178.0, 9235.0, 9243.0, 9227.0, 9204.0, 9193.0, 9209.0, 9186.0, 9211.0, 9189.0, 9196.0, 9185.0, 9217.0, 9202.0, 9229.0, 9181.0, 9214.0, 9192.0, 9198.0, 9191.0, 9166.0, 9171.0, 9148.0, 9206.0, 9164.0, 9198.0, 9152.0, 9210.0, 9165.0, 9214.0, 9182.0, 9211.0, 9132.0, 9202.0, 9210.0, 9180.0, 9179.0, 9167.0, 9189.0, 9182.0, 9213.0, 9192.0, 9183.0, 9172.0, 9150.0, 9177.0, 9167.0, 9177.0, 9165.0, 9176.0, 9168.0, 9223.0, 9183.0, 9201.0, 9148.0, 9211.0, 9184.0, 9196.0, 9194.0, 9170.0, 9193.0, 9185.0, 9225.0, 9176.0, 9211.0, 9145.0, 9181.0, 9186.0, 9147.0, 9161.0, 9148.0, 9205.0, 9147.0, 9193.0, 9158.0, 9175.0, 9171.0, 9175.0, 9194.0, 9183.0, 9228.0, 9177.0, 9195.0, 9130.0, 9165.0, 9175.0, 9164.0, 9176.0, 9164.0, 9180.0, 9183.0, 9227.0, 9196.0, 9195.0, 9166.0, 9210.0, 9171.0, 9212.0, 9180.0, 9194.0, 9174.0, 9165.0, 9194.0, 9179.0, 9193.0, 9148.0, 9191.0, 9150.0, 9181.0, 9176.0, 9165.0, 9163.0, 9169.0, 9181.0, 9184.0, 9183.0, 9169.0, 9211.0, 9190.0, 9235.0, 9200.0, 9210.0, 9150.0, 9197.0, 9194.0, 9198.0, 9193.0, 9164.0, 9178.0, 9144.0, 9207.0, 9159.0, 9194.0, 9133.0, 9192.0, 9150.0, 9214.0, 9166.0, 9202.0, 9163.0, 9167.0, 9193.0, 9190.0, 9201.0, 9182.0, 9213.0, 9167.0, 9212.0, 9192.0, 9182.0, 9174.0, 9151.0, 9219.0, 9179.0, 9195.0, 9149.0, 9215.0, 9197.0, 9238.0, 9200.0, 9191.0, 9195.0, 9169.0, 9196.0, 9184.0, 9199.0, 9189.0, 9211.0, 9187.0, 9232.0, 9197.0, 9198.0, 9203.0, 9156.0, 9192.0, 9177.0, 9175.0, 9165.0, 9195.0, 9186.0, 9227.0, 9182.0, 9211.0, 9152.0, 9187.0, 9207.0, 9170.0, 9178.0, 9165.0, 9225.0, 9178.0, 9198.0, 9137.0, 9167.0, 9184.0, 9168.0, 9184.0, 9170.0, 9195.0, 9170.0, 9214.0, 9179.0, 9217.0, 9154.0, 9199.0, 9217.0, 9176.0, 9203.0, 9183.0, 9213.0, 9150.0, 9216.0, 9206.0, 9166.0, 9174.0, 9161.0, 9220.0, 9174.0, 9193.0, 9174.0, 9162.0, 9171.0, 9162.0, 9206.0, 9159.0, 9191.0, 9131.0, 9170.0, 9180.0, 9194.0, 9181.0, 9170.0, 9216.0, 9169.0, 9214.0, 9183.0, 9215.0, 9193.0, 9187.0, 9230.0, 9196.0, 9220.0, 9192.0, 9241.0, 9181.0, 9212.0, 9177.0, 9209.0, 9221.0, 9182.0, 9167.0, 9206.0, 9205.0, 9232.0, 9202.0, 9190.0, 9199.0, 9180.0, 9225.0, 9235.0, 9159.0, 9181.0, 9106.0, 9166.0, 9164.0, 9153.0, 9137.0, 9111.0, 9172.0, 9126.0, 9181.0, 9175.0, 9151.0, 9173.0, 9163.0, 9228.0, 9167.0, 9220.0, 9166.0, 9220.0, 9210.0, 9186.0, 9200.0, 9200.0, 9210.0, 9165.0, 9198.0, 9219.0, 9185.0, 9193.0, 9161.0, 9193.0, 9105.0, 9127.0, 9108.0, 9139.0, 9187.0, 9135.0, 9199.0, 9195.0, 9208.0, 9160.0, 9170.0, 9200.0, 9173.0, 9212.0, 9187.0, 9209.0, 9175.0, 9178.0, 9178.0, 9149.0, 9180.0, 9137.0, 9176.0, 9126.0, 9184.0, 9148.0, 9167.0, 9174.0, 9154.0, 9192.0, 9163.0, 9192.0, 9170.0, 9164.0, 9193.0, 9137.0, 9183.0, 9189.0, 9186.0, 9133.0, 9166.0, 9132.0, 9194.0, 9159.0, 9184.0, 9132.0, 9185.0, 9192.0, 9187.0, 9196.0, 9181.0, 9195.0, 9125.0, 9161.0, 9171.0, 9147.0, 9168.0, 9133.0, 9158.0, 9155.0, 9193.0, 9149.0, 9166.0, 9117.0, 9169.0, 9178.0, 9150.0, 9176.0, 9166.0, 9208.0, 9160.0, 9180.0, 9203.0, 9167.0, 9201.0, 9144.0, 9165.0, 9142.0, 9194.0, 9132.0, 9188.0, 9167.0, 9170.0, 9178.0, 9188.0, 9199.0, 9219.0, 9192.0, 9168.0, 9245.0, 9230.0, 9206.0, 9224.0, 9164.0, 9225.0, 9177.0, 9181.0, 9215.0, 9163.0, 9182.0, 9086.0, 9141.0, 9152.0, 9125.0, 9149.0, 9126.0, 9187.0, 9159.0, 9222.0, 9157.0, 9198.0, 9133.0, 9188.0, 9189.0, 9158.0, 9181.0, 9166.0, 9226.0, 9220.0, 9186.0, 9225.0, 9159.0, 9171.0, 9192.0, 9141.0, 9183.0, 9138.0, 9170.0, 9104.0, 9133.0, 9163.0, 9184.0, 9175.0, 9174.0, 9172.0, 9200.0, 9162.0, 9197.0, 9186.0, 9256.0, 9216.0, 9227.0, 9306.0, 9231.0, 9241.0, 9232.0, 9182.0, 9206.0, 9160.0, 9185.0, 9135.0, 9199.0, 9214.0, 9168.0, 9194.0, 9130.0, 9158.0, 9093.0, 9142.0, 9159.0, 9098.0, 9158.0, 9120.0, 9145.0, 9103.0, 9160.0, 9104.0, 9143.0, 9099.0, 9148.0, 9106.0, 9172.0, 9125.0, 9160.0, 9140.0, 9118.0, 9145.0, 9180.0, 9165.0, 9202.0, 9160.0, 9201.0, 9157.0, 9217.0, 9174.0, 9254.0, 9252.0, 9187.0, 9215.0, 9165.0, 9191.0, 9156.0, 9193.0, 9173.0, 9167.0, 9156.0, 9183.0, 9155.0, 9218.0, 9212.0, 9181.0, 9212.0, 9178.0, 9203.0, 9176.0, 9225.0, 9168.0, 9224.0, 9202.0, 9199.0, 9216.0, 9194.0, 9205.0, 9176.0, 9237.0, 9161.0, 9225.0, 9235.0, 9182.0, 9215.0, 9157.0, 9222.0, 9214.0, 9192.0, 9217.0, 9156.0, 9198.0, 9155.0, 9202.0, 9179.0, 9176.0, 9195.0, 9160.0, 9202.0, 9176.0, 9191.0, 9192.0, 9189.0, 9166.0, 9207.0, 9186.0, 9256.0, 9198.0, 9258.0, 9248.0, 9191.0, 9247.0, 9188.0, 9198.0, 9143.0, 9186.0, 9182.0, 9185.0, 9194.0, 9158.0, 9194.0, 9147.0, 9209.0, 9181.0, 9169.0, 9189.0, 9153.0, 9194.0, 9155.0, 9205.0, 9207.0, 9157.0, 9211.0, 9159.0, 9221.0, 9158.0, 9194.0, 9200.0, 9162.0, 9203.0, 9189.0, 9237.0, 9175.0, 9212.0, 9213.0, 9190.0, 9219.0, 9190.0, 9235.0, 9214.0, 9202.0, 9242.0, 9158.0, 9203.0, 9179.0, 9238.0, 9175.0, 9221.0, 9210.0, 9195.0, 9215.0, 9186.0, 9198.0, 9170.0, 9231.0, 9186.0, 9223.0, 9176.0, 9205.0, 9152.0, 9204.0, 9211.0, 9188.0, 9210.0, 9176.0, 9223.0, 9202.0, 9253.0, 9186.0, 9187.0, 9117.0, 9166.0, 9187.0, 9151.0, 9196.0, 9153.0, 9182.0, 9136.0, 9185.0, 9188.0, 9155.0, 9192.0, 9155.0, 9180.0, 9218.0, 9200.0, 9222.0, 9180.0, 9186.0, 9187.0, 9211.0, 9210.0, 9271.0, 9220.0, 9220.0, 9225.0, 9170.0, 9204.0, 9172.0, 9221.0, 9150.0, 9193.0, 9132.0, 9193.0, 9158.0, 9145.0, 9140.0, 9131.0, 9150.0, 9148.0, 9177.0, 9165.0, 9172.0, 9144.0, 9178.0, 9138.0, 9210.0, 9153.0, 9221.0, 9137.0, 9226.0, 9157.0, 9197.0, 9145.0, 9177.0, 9184.0, 9148.0, 9180.0, 9151.0, 9174.0, 9147.0, 9179.0, 9170.0, 9189.0, 9193.0, 9136.0, 9169.0, 9129.0, 9160.0, 9152.0, 9184.0, 9160.0, 9198.0, 9174.0, 9215.0, 9160.0, 9202.0, 9159.0, 9224.0, 9159.0, 9261.0, 9221.0, 9238.0, 9214.0, 9189.0, 9212.0, 9194.0, 9226.0, 9171.0, 9216.0, 9165.0, 9188.0, 9188.0, 9147.0, 9173.0, 9132.0, 9177.0, 9169.0, 9213.0, 9155.0, 9199.0, 9187.0, 9152.0, 9198.0, 9170.0, 9199.0, 9189.0, 9149.0, 9191.0, 9135.0, 9199.0, 9178.0, 9156.0, 9188.0, 9138.0, 9169.0, 9157.0, 9204.0, 9165.0, 9213.0, 9188.0, 9198.0, 9211.0, 9197.0, 9208.0, 9175.0, 9223.0, 9215.0, 9209.0, 9245.0, 9173.0, 9233.0, 9154.0, 9227.0, 9238.0, 9154.0, 9194.0, 9137.0, 9210.0, 9141.0, 9201.0, 9221.0, 9171.0, 9196.0, 9140.0, 9204.0, 9193.0, 9174.0, 9193.0, 9153.0, 9207.0, 9138.0, 9202.0, 9222.0, 9169.0, 9192.0, 9153.0, 9227.0, 9172.0, 9189.0, 9196.0, 9175.0, 9209.0, 9150.0, 9221.0, 9152.0, 9166.0, 9115.0, 9156.0, 9167.0, 9151.0, 9195.0, 9155.0, 9156.0, 9133.0, 9154.0, 9158.0, 9140.0, 9198.0, 9138.0, 9198.0, 9175.0, 9152.0, 9174.0, 9134.0, 9173.0, 9153.0, 9192.0, 9158.0, 9196.0, 9218.0, 9210.0, 9176.0, 9196.0, 9138.0, 9177.0, 9160.0, 9230.0, 9182.0, 9181.0, 9155.0, 9130.0, 9161.0, 9141.0, 9184.0, 9155.0, 9177.0, 9121.0, 9184.0, 9154.0, 9159.0, 9142.0, 9160.0, 9175.0, 9194.0, 9203.0, 9180.0, 9199.0, 9160.0, 9191.0, 9180.0, 9206.0, 9171.0, 9204.0, 9224.0, 9171.0, 9211.0, 9172.0, 9193.0, 9138.0, 9198.0, 9146.0, 9172.0, 9144.0, 9155.0, 9159.0, 9140.0, 9195.0, 9137.0, 9164.0, 9111.0, 9145.0, 9166.0, 9137.0, 9158.0, 9116.0, 9178.0, 9136.0, 9201.0, 9153.0, 9182.0, 9136.0, 9169.0, 9138.0, 9201.0, 9199.0, 9172.0, 9211.0, 9117.0, 9165.0, 9174.0, 9146.0, 9168.0, 9108.0, 9142.0, 9177.0, 9132.0, 9185.0, 9110.0, 9142.0, 9149.0, 9127.0, 9181.0, 9096.0, 9157.0, 9132.0, 9112.0, 9156.0, 9139.0, 9180.0, 9140.0, 9187.0, 9164.0, 9180.0, 9200.0, 9175.0, 9202.0, 9177.0, 9186.0, 9194.0, 9240.0, 9218.0, 9219.0, 9213.0, 9260.0, 9294.0, 9312.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.0008320409262250942</td></tr>
<tr><td colspan=3>aqi</td><td>0.02810831577813678</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41592125642783</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.183489984795258</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967078072252165</td></tr>
<tr><td colspan=3>efc</td><td>0.4428</td></tr>
<tr><td colspan=3>fber</td><td>7891.5664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11019789220570878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>155</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.34679590737749</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2822076514169662</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.235510037610378</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490172213356941</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.12094070328358</td></tr>
<tr><td colspan=3>gcor</td><td>0.00904158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015671532601118088</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023883869871497154</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.002703309433754</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>34.0844</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.9798</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.766</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.2118</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3795</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.4897</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3416.651</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.1391</td></tr>
<tr><td colspan=3>tsnr</td><td>36.2976705590263</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>