<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>7f3ee419284e7fe3bd04bf6732194110</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:09:52.895000</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.999373, -0.034365, -0.00849876, 0.0348989, 0.996667, 0.0737295]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0948403</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>[4152, -7756, -7246, 482, -85, -226, 33, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ebbe718-2da4-4648-ae8e-5a4f548f3a79||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.6812453269958496, 0.09363126754760742, -0.01602916792035103, 105.91879272460938], [0.0921986922621727, 2.6739859580993652, 0.199745774269104, -103.05026245117188], [-0.022801563143730164, -0.19781093299388885, 2.6925535202026367, -56.97764205932617], [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': ['200952.895000', '200953.355000', '200953.815000', '200954.275000', '200954.735000', '200955.195000', '200955.655000', '200956.115000', '200956.575000', '200957.035000', '200957.495000', '200957.955000', '200958.415000', '200958.875000', '200959.335000', '200959.795000', '201000.255000', '201000.715000', '201001.175000', '201001.635000', '201002.095000', '201002.555000', '201003.015000', '201003.475000', '201003.935000', '201004.395000', '201004.855000', '201005.315000', '201005.775000', '201006.235000', '201006.695000', '201007.155000', '201007.615000', '201008.075000', '201008.535000', '201008.995000', '201009.455000', '201009.915000', '201010.375000', '201010.835000', '201011.295000', '201011.755000', '201012.215000', '201012.675000', '201013.135000', '201013.595000', '201014.055000', '201014.515000', '201014.975000', '201015.435000', '201015.895000', '201016.355000', '201016.815000', '201017.275000', '201017.735000', '201018.195000', '201018.655000', '201019.115000', '201019.575000', '201020.035000', '201020.495000', '201020.955000', '201021.415000', '201021.875000', '201022.335000', '201022.795000', '201023.255000', '201023.715000', '201024.175000', '201024.635000', '201025.095000', '201025.555000', '201026.015000', '201026.475000', '201026.935000', '201027.395000', '201027.855000', '201028.315000', '201028.775000', '201029.235000', '201029.695000', '201030.155000', '201030.615000', '201031.075000', '201031.535000', '201031.995000', '201032.455000', '201032.915000', '201033.375000', '201033.835000', '201034.295000', '201034.755000', '201035.215000', '201035.675000', '201036.135000', '201036.595000', '201037.055000', '201037.515000', '201037.975000', '201038.435000', '201038.895000', '201039.355000', '201039.815000', '201040.275000', '201040.735000', '201041.195000', '201041.655000', '201042.115000', '201042.575000', '201043.035000', '201043.495000', '201043.955000', '201044.415000', '201044.875000', '201045.335000', '201045.795000', '201046.255000', '201046.715000', '201047.175000', '201047.635000', '201048.095000', '201048.555000', '201049.015000', '201049.475000', '201049.935000', '201050.395000', '201050.855000', '201051.315000', '201051.775000', '201052.235000', '201052.695000', '201053.155000', '201053.615000', '201054.075000', '201054.535000', '201054.995000', '201055.455000', '201055.915000', '201056.375000', '201056.835000', '201057.295000', '201057.755000', '201058.215000', '201058.675000', '201059.135000', '201059.595000', '201100.055000', '201100.515000', '201100.975000', '201101.435000', '201101.895000', '201102.355000', '201102.815000', '201103.275000', '201103.735000', '201104.195000', '201104.655000', '201105.115000', '201105.575000', '201106.035000', '201106.495000', '201106.955000', '201107.415000', '201107.875000', '201108.335000', '201108.795000', '201109.255000', '201109.715000', '201110.175000', '201110.635000', '201111.095000', '201111.555000', '201112.015000', '201112.475000', '201112.935000', '201113.395000', '201113.855000', '201114.315000', '201114.775000', '201115.235000', '201115.695000', '201116.155000', '201116.615000', '201117.075000', '201117.535000', '201117.995000', '201118.455000', '201118.915000', '201119.375000', '201119.835000', '201120.295000', '201120.755000', '201121.215000', '201121.675000', '201122.135000', '201122.595000', '201123.055000', '201123.515000', '201123.975000', '201124.435000', '201124.895000', '201125.355000', '201125.815000', '201126.275000', '201126.735000', '201127.195000', '201127.655000', '201128.115000', '201128.575000', '201129.035000', '201129.495000', '201129.955000', '201130.415000', '201130.875000', '201131.335000', '201131.795000', '201132.255000', '201132.715000', '201133.175000', '201133.635000', '201134.095000', '201134.555000', '201135.015000', '201135.475000', '201135.935000', '201136.395000', '201136.855000', '201137.315000', '201137.775000', '201138.235000', '201138.695000', '201139.155000', '201139.615000', '201140.075000', '201140.535000', '201140.995000', '201141.455000', '201141.915000', '201142.375000', '201142.835000', '201143.295000', '201143.755000', '201144.215000', '201144.675000', '201145.135000', '201145.595000', '201146.055000', '201146.515000', '201146.975000', '201147.435000', '201147.895000', '201148.355000', '201148.815000', '201149.275000', '201149.735000', '201150.195000', '201150.655000', '201151.115000', '201151.575000', '201152.035000', '201152.495000', '201152.955000', '201153.415000', '201153.875000', '201154.335000', '201154.795000', '201155.255000', '201155.715000', '201156.175000', '201156.635000', '201157.095000', '201157.555000', '201158.015000', '201158.475000', '201158.935000', '201159.395000', '201159.855000', '201200.315000', '201200.775000', '201201.235000', '201201.695000', '201202.155000', '201202.615000', '201203.075000', '201203.535000', '201203.995000', '201204.455000', '201204.915000', '201205.375000', '201205.835000', '201206.295000', '201206.755000', '201207.215000', '201207.675000', '201208.135000', '201208.595000', '201209.055000', '201209.515000', '201209.975000', '201210.435000', '201210.895000', '201211.355000', '201211.815000', '201212.275000', '201212.735000', '201213.195000', '201213.655000', '201214.115000', '201214.575000', '201215.035000', '201215.495000', '201215.955000', '201216.415000', '201216.875000', '201217.335000', '201217.795000', '201218.255000', '201218.715000', '201219.175000', '201219.635000', '201220.095000', '201220.555000', '201221.015000', '201221.475000', '201221.935000', '201222.395000', '201222.855000', '201223.315000', '201223.775000', '201224.235000', '201224.695000', '201225.155000', '201225.615000', '201226.075000', '201226.535000', '201226.995000', '201227.455000', '201227.915000', '201228.375000', '201228.835000', '201229.295000', '201229.755000', '201230.215000', '201230.675000', '201231.135000', '201231.595000', '201232.055000', '201232.515000', '201232.975000', '201233.435000', '201233.895000', '201234.355000', '201234.815000', '201235.275000', '201235.735000', '201236.195000', '201236.655000', '201237.115000', '201237.575000', '201238.035000', '201238.495000', '201238.955000', '201239.415000', '201239.875000', '201240.335000', '201240.795000', '201241.255000', '201241.715000', '201242.175000', '201242.635000', '201243.095000', '201243.555000', '201244.015000', '201244.475000', '201244.935000', '201245.395000', '201245.855000', '201246.315000', '201246.775000', '201247.235000', '201247.695000', '201248.155000', '201248.615000', '201249.075000', '201249.535000', '201249.995000', '201250.455000', '201250.915000', '201251.375000', '201251.835000', '201252.295000', '201252.755000', '201253.215000', '201253.675000', '201254.135000', '201254.595000', '201255.055000', '201255.515000', '201255.975000', '201256.435000', '201256.895000', '201257.355000', '201257.815000', '201258.275000', '201258.735000', '201259.195000', '201259.655000', '201300.115000', '201300.575000', '201301.035000', '201301.495000', '201301.955000', '201302.415000', '201302.875000', '201303.335000', '201303.795000', '201304.255000', '201304.715000', '201305.175000', '201305.635000', '201306.095000', '201306.555000', '201307.015000', '201307.475000', '201307.935000', '201308.395000', '201308.855000', '201309.315000', '201309.775000', '201310.235000', '201310.695000', '201311.155000', '201311.615000', '201312.075000', '201312.535000', '201312.995000', '201313.455000', '201313.915000', '201314.375000', '201314.835000', '201315.295000', '201315.755000', '201316.215000', '201316.675000', '201317.135000', '201317.595000', '201318.055000', '201318.515000', '201318.975000', '201319.435000', '201319.895000', '201320.355000', '201320.815000', '201321.275000', '201321.735000', '201322.195000', '201322.655000', '201323.115000', '201323.575000', '201324.035000', '201324.495000', '201324.955000', '201325.415000', '201325.875000', '201326.335000', '201326.795000', '201327.255000', '201327.715000', '201328.175000', '201328.635000', '201329.095000', '201329.555000', '201330.015000', '201330.475000', '201330.935000', '201331.395000', '201331.855000', '201332.315000', '201332.775000', '201333.235000', '201333.695000', '201334.155000', '201334.615000', '201335.075000', '201335.535000', '201335.995000', '201336.455000', '201336.915000', '201337.375000', '201337.835000', '201338.295000', '201338.755000', '201339.215000', '201339.675000', '201340.135000', '201340.595000', '201341.055000', '201341.515000', '201341.975000', '201342.435000', '201342.895000', '201343.355000', '201343.815000', '201344.275000', '201344.735000', '201345.195000', '201345.655000', '201346.115000', '201346.575000', '201347.035000', '201347.495000', '201347.955000', '201348.415000', '201348.875000', '201349.335000', '201349.795000', '201350.255000', '201350.715000', '201351.175000', '201351.635000', '201352.095000', '201352.555000', '201353.015000', '201353.475000', '201353.935000', '201354.395000', '201354.855000', '201355.315000', '201355.775000', '201356.235000', '201356.695000', '201357.155000', '201357.615000', '201358.075000', '201358.535000', '201358.995000', '201359.455000', '201359.915000', '201400.375000', '201400.835000', '201401.295000', '201401.755000', '201402.215000', '201402.675000', '201403.135000', '201403.595000', '201404.055000', '201404.515000', '201404.975000', '201405.435000', '201405.895000', '201406.355000', '201406.815000', '201407.275000', '201407.735000', '201408.195000', '201408.655000', '201409.115000', '201409.575000', '201410.035000', '201410.495000', '201410.955000', '201411.415000', '201411.875000', '201412.335000', '201412.795000', '201413.255000', '201413.715000', '201414.175000', '201414.635000', '201415.095000', '201415.555000', '201416.015000', '201416.475000', '201416.935000', '201417.395000', '201417.855000', '201418.315000', '201418.775000', '201419.235000', '201419.695000', '201420.155000', '201420.615000', '201421.075000', '201421.535000', '201421.995000', '201422.455000', '201422.915000', '201423.375000', '201423.835000', '201424.295000', '201424.755000', '201425.215000', '201425.675000', '201426.135000', '201426.595000', '201427.055000', '201427.515000', '201427.975000', '201428.435000', '201428.895000', '201429.355000', '201429.815000', '201430.275000', '201430.735000', '201431.195000', '201431.655000', '201432.115000', '201432.575000', '201433.035000', '201433.495000', '201433.955000', '201434.415000', '201434.875000', '201435.335000', '201435.795000', '201436.255000', '201436.715000', '201437.175000', '201437.635000', '201438.095000', '201438.555000', '201439.015000', '201439.475000', '201439.935000', '201440.395000', '201440.855000', '201441.315000', '201441.775000', '201442.235000', '201442.695000', '201443.155000', '201443.615000', '201444.075000', '201444.535000', '201444.995000', '201445.455000', '201445.915000', '201446.375000', '201446.835000', '201447.295000', '201447.755000', '201448.215000', '201448.675000', '201449.135000', '201449.595000', '201450.055000', '201450.515000', '201450.975000', '201451.435000', '201451.895000', '201452.355000', '201452.815000', '201453.275000', '201453.735000', '201454.195000', '201454.655000', '201455.115000', '201455.575000', '201456.035000', '201456.495000', '201456.955000', '201457.415000', '201457.875000', '201458.335000', '201458.795000', '201459.255000', '201459.715000', '201500.175000', '201500.635000', '201501.095000', '201501.555000', '201502.015000', '201502.475000', '201502.935000', '201503.395000', '201503.855000', '201504.315000', '201504.775000', '201505.235000', '201505.695000', '201506.155000', '201506.615000', '201507.075000', '201507.535000', '201507.995000', '201508.455000', '201508.915000', '201509.375000', '201509.835000', '201510.295000', '201510.755000', '201511.215000', '201511.675000', '201512.135000', '201512.595000', '201513.055000', '201513.515000', '201513.975000', '201514.435000', '201514.895000', '201515.355000', '201515.815000', '201516.275000', '201516.735000', '201517.195000', '201517.655000', '201518.115000', '201518.575000', '201519.035000', '201519.495000', '201519.955000', '201520.415000', '201520.875000', '201521.335000', '201521.795000', '201522.255000', '201522.715000', '201523.175000', '201523.635000', '201524.095000', '201524.555000', '201525.015000', '201525.475000', '201525.935000', '201526.395000', '201526.855000', '201527.315000', '201527.775000', '201528.235000', '201528.695000', '201529.155000', '201529.615000', '201530.075000', '201530.535000', '201530.995000', '201531.455000', '201531.915000', '201532.375000', '201532.835000', '201533.295000', '201533.755000', '201534.215000', '201534.675000', '201535.135000', '201535.595000', '201536.055000', '201536.515000', '201536.975000', '201537.435000', '201537.895000', '201538.355000', '201538.815000', '201539.275000', '201539.735000', '201540.195000', '201540.655000', '201541.115000', '201541.575000', '201542.035000', '201542.495000', '201542.955000', '201543.415000', '201543.875000', '201544.335000', '201544.795000', '201545.255000', '201545.715000', '201546.175000', '201546.635000', '201547.095000', '201547.555000', '201548.015000', '201548.475000', '201548.935000', '201549.395000', '201549.855000', '201550.315000', '201550.775000', '201551.235000', '201551.695000', '201552.155000', '201552.615000', '201553.075000', '201553.535000', '201553.995000', '201554.455000', '201554.915000', '201555.375000', '201555.835000', '201556.295000', '201556.755000', '201557.215000', '201557.675000', '201558.135000', '201558.595000', '201559.055000', '201559.515000', '201559.975000', '201600.435000', '201600.895000', '201601.355000', '201601.815000', '201602.275000', '201602.735000', '201603.195000', '201603.655000', '201604.115000', '201604.575000', '201605.035000', '201605.495000', '201605.955000', '201606.415000', '201606.875000', '201607.335000', '201607.795000', '201608.255000', '201608.715000', '201609.175000', '201609.635000', '201610.095000', '201610.555000', '201611.015000', '201611.475000', '201611.935000', '201612.395000', '201612.855000', '201613.315000', '201613.775000', '201614.235000', '201614.695000', '201615.155000', '201615.615000', '201616.075000', '201616.535000', '201616.995000', '201617.455000', '201617.915000', '201618.375000', '201618.835000', '201619.295000', '201619.755000', '201620.215000', '201620.675000', '201621.135000', '201621.595000', '201622.055000', '201622.515000', '201622.975000', '201623.435000', '201623.895000', '201624.355000', '201624.815000', '201625.275000', '201625.735000', '201626.195000', '201626.655000', '201627.115000', '201627.575000', '201628.035000', '201628.495000', '201628.955000', '201629.415000', '201629.875000', '201630.335000', '201630.795000', '201631.255000', '201631.715000', '201632.175000', '201632.635000', '201633.095000', '201633.555000', '201634.015000', '201634.475000', '201634.935000', '201635.395000', '201635.855000', '201636.315000', '201636.775000', '201637.235000', '201637.695000', '201638.155000', '201638.615000', '201639.075000', '201639.535000', '201639.995000', '201640.455000', '201640.915000', '201641.375000', '201641.835000', '201642.295000', '201642.755000', '201643.215000', '201643.675000', '201644.135000', '201644.595000', '201645.055000', '201645.515000', '201645.975000', '201646.435000', '201646.895000', '201647.355000', '201647.815000', '201648.275000', '201648.735000', '201649.195000', '201649.655000', '201650.115000', '201650.575000', '201651.035000', '201651.495000', '201651.955000', '201652.415000', '201652.875000', '201653.335000', '201653.795000', '201654.255000', '201654.715000', '201655.175000', '201655.635000', '201656.095000', '201656.555000', '201657.015000', '201657.475000', '201657.935000', '201658.395000', '201658.855000', '201659.315000', '201659.775000', '201700.235000', '201700.695000', '201701.155000', '201701.615000', '201702.075000', '201702.535000', '201702.995000', '201703.455000', '201703.915000', '201704.375000', '201704.835000', '201705.295000', '201705.755000', '201706.215000', '201706.675000', '201707.135000', '201707.595000', '201708.055000', '201708.515000', '201708.975000', '201709.435000', '201709.895000', '201710.355000', '201710.815000', '201711.275000', '201711.735000', '201712.195000', '201712.655000', '201713.115000', '201713.575000', '201714.035000', '201714.495000', '201714.955000', '201715.415000', '201715.875000', '201716.335000', '201716.795000', '201717.255000', '201717.715000', '201718.175000', '201718.635000', '201719.095000', '201719.555000', '201720.015000', '201720.475000', '201720.935000', '201721.395000', '201721.855000', '201722.315000', '201722.775000', '201723.235000', '201723.695000', '201724.155000', '201724.615000', '201725.075000', '201725.535000', '201725.995000', '201726.455000', '201726.915000', '201727.375000', '201727.835000', '201728.295000', '201728.755000', '201729.215000', '201729.675000', '201730.135000', '201730.595000', '201731.055000', '201731.515000', '201731.975000', '201732.435000', '201732.895000', '201733.355000', '201733.815000', '201734.275000', '201734.735000', '201735.195000', '201735.655000', '201736.115000', '201736.575000', '201737.035000', '201737.495000', '201737.955000', '201738.415000', '201738.875000', '201739.335000', '201739.795000', '201740.255000', '201740.715000', '201741.175000', '201741.635000', '201742.095000', '201742.555000', '201743.015000', '201743.475000', '201743.935000', '201744.395000', '201744.855000', '201745.315000', '201745.775000', '201746.235000', '201746.695000', '201747.155000', '201747.615000', '201748.075000', '201748.535000', '201748.995000', '201749.455000', '201749.915000', '201750.375000', '201750.835000', '201751.295000', '201751.755000', '201752.215000', '201752.675000', '201753.135000', '201753.595000', '201754.055000', '201754.515000', '201754.975000', '201755.435000', '201755.895000', '201756.355000', '201756.815000', '201757.275000', '201757.735000', '201758.195000', '201758.655000', '201759.115000', '201759.575000', '201800.035000', '201800.495000', '201800.955000', '201801.415000', '201801.875000', '201802.335000', '201802.795000', '201803.255000', '201803.715000', '201804.175000', '201804.635000', '201805.095000', '201805.555000', '201806.015000', '201806.475000', '201806.935000', '201807.395000', '201807.855000', '201808.315000', '201808.775000', '201809.235000', '201809.695000', '201810.155000', '201810.615000', '201811.075000', '201811.535000', '201811.995000', '201812.455000', '201812.915000', '201813.375000', '201813.835000', '201814.295000', '201814.755000', '201815.215000', '201815.675000', '201816.135000', '201816.595000', '201817.055000', '201817.515000', '201817.975000', '201818.435000', '201818.895000', '201819.355000', '201819.815000', '201820.275000', '201820.735000', '201821.195000', '201821.655000', '201822.115000', '201822.575000', '201823.035000', '201823.495000', '201823.955000', '201824.415000', '201824.875000', '201825.335000', '201825.795000', '201826.255000', '201826.715000', '201827.175000', '201827.635000', '201828.095000', '201828.555000', '201829.015000', '201829.475000', '201829.935000', '201830.395000', '201830.855000', '201831.315000', '201831.775000', '201832.235000', '201832.695000', '201833.155000', '201833.615000', '201834.075000', '201834.535000', '201834.995000', '201835.455000', '201835.915000', '201836.375000', '201836.835000', '201837.295000', '201837.755000', '201838.215000', '201838.675000', '201839.135000', '201839.595000', '201840.055000', '201840.515000', '201840.975000', '201841.435000', '201841.895000', '201842.355000', '201842.815000', '201843.275000', '201843.735000', '201844.195000', '201844.655000', '201845.115000', '201845.575000', '201846.035000', '201846.495000', '201846.955000', '201847.415000', '201847.875000', '201848.335000', '201848.795000', '201849.255000', '201849.715000', '201850.175000', '201850.635000', '201851.095000', '201851.555000', '201852.015000', '201852.475000', '201852.935000', '201853.395000', '201853.855000', '201854.315000', '201854.775000', '201855.235000', '201855.695000', '201856.155000', '201856.615000', '201857.075000', '201857.535000', '201857.995000', '201858.455000', '201858.915000', '201859.375000', '201859.835000', '201900.295000', '201900.755000', '201901.215000', '201901.675000', '201902.135000', '201902.595000', '201903.055000', '201903.515000', '201903.975000', '201904.435000', '201904.895000', '201905.355000', '201905.815000', '201906.275000', '201906.735000', '201907.195000', '201907.655000', '201908.115000', '201908.575000', '201909.035000', '201909.495000', '201909.955000', '201910.415000', '201910.875000', '201911.335000', '201911.795000', '201912.255000', '201912.715000', '201913.175000', '201913.635000', '201914.095000', '201914.555000', '201915.015000', '201915.475000', '201915.935000', '201916.395000', '201916.855000', '201917.315000', '201917.775000', '201918.235000', '201918.695000', '201919.155000', '201919.615000', '201920.075000', '201920.535000', '201920.995000', '201921.455000', '201921.915000', '201922.375000', '201922.835000', '201923.295000', '201923.755000', '201924.215000', '201924.675000', '201925.135000', '201925.595000', '201926.055000', '201926.515000', '201926.975000', '201927.435000', '201927.895000', '201928.355000', '201928.815000', '201929.275000', '201929.735000', '201930.195000', '201930.655000', '201931.115000', '201931.575000', '201932.035000', '201932.495000', '201932.955000', '201933.415000', '201933.875000', '201934.335000', '201934.795000', '201935.255000', '201935.715000', '201936.175000', '201936.635000', '201937.095000', '201937.555000', '201938.015000', '201938.475000', '201938.935000', '201939.395000', '201939.855000', '201940.315000', '201940.775000', '201941.235000', '201941.695000', '201942.155000', '201942.615000', '201943.075000', '201943.535000', '201943.995000', '201944.455000', '201944.915000', '201945.375000', '201945.835000', '201946.295000', '201946.755000', '201947.215000', '201947.675000', '201948.135000', '201948.595000', '201949.055000', '201949.515000', '201949.975000', '201950.435000', '201950.895000', '201951.355000', '201951.815000', '201952.275000', '201952.735000', '201953.195000', '201953.655000', '201954.115000', '201954.575000', '201955.035000', '201955.495000', '201955.955000', '201956.415000', '201956.875000', '201957.335000', '201957.795000', '201958.255000', '201958.715000', '201959.175000', '201959.635000', '202000.095000', '202000.555000', '202001.015000', '202001.475000', '202001.935000', '202002.395000', '202002.855000', '202003.315000', '202003.775000', '202004.235000', '202004.695000', '202005.155000', '202005.615000', '202006.075000', '202006.535000', '202006.995000', '202007.455000', '202007.915000', '202008.375000', '202008.835000', '202009.295000', '202009.755000', '202010.215000', '202010.675000', '202011.135000', '202011.595000', '202012.055000', '202012.515000', '202012.975000', '202013.435000', '202013.895000', '202014.355000', '202014.815000', '202015.275000', '202015.735000', '202016.195000', '202016.655000', '202017.115000', '202017.575000', '202018.035000', '202018.495000', '202018.955000', '202019.415000', '202019.875000', '202020.335000', '202020.795000', '202021.255000', '202021.715000', '202022.175000', '202022.635000', '202023.095000', '202023.555000', '202024.015000', '202024.475000', '202024.935000', '202025.395000', '202025.855000', '202026.315000', '202026.775000', '202027.235000', '202027.695000', '202028.155000', '202028.615000', '202029.075000', '202029.535000', '202029.995000', '202030.455000', '202030.915000', '202031.375000', '202031.835000', '202032.295000', '202032.755000', '202033.215000', '202033.675000', '202034.135000', '202034.595000', '202035.055000', '202035.515000', '202035.975000', '202036.435000', '202036.895000', '202037.355000', '202037.815000', '202038.275000', '202038.735000', '202039.195000', '202039.655000', '202040.115000', '202040.575000', '202041.035000', '202041.495000', '202041.955000', '202042.415000', '202042.875000', '202043.335000', '202043.795000', '202044.255000', '202044.715000', '202045.175000', '202045.635000', '202046.095000', '202046.555000', '202047.015000', '202047.475000', '202047.935000', '202048.395000', '202048.855000', '202049.315000', '202049.775000', '202050.235000', '202050.695000', '202051.155000', '202051.615000', '202052.075000', '202052.535000', '202052.995000', '202053.455000', '202053.915000', '202054.375000', '202054.835000', '202055.295000', '202055.755000', '202056.215000', '202056.675000', '202057.135000', '202057.595000', '202058.055000', '202058.515000', '202058.975000', '202059.435000', '202059.895000', '202100.355000', '202100.815000', '202101.275000', '202101.735000', '202102.195000', '202102.655000', '202103.115000', '202103.575000', '202104.035000', '202104.495000', '202104.955000', '202105.415000', '202105.875000', '202106.335000', '202106.795000', '202107.255000', '202107.715000', '202108.175000', '202108.635000', '202109.095000', '202109.555000', '202110.015000', '202110.475000', '202110.935000', '202111.395000', '202111.855000', '202112.315000', '202112.775000', '202113.235000', '202113.695000', '202114.155000', '202114.615000', '202115.075000', '202115.535000', '202115.995000', '202116.455000', '202116.915000', '202117.375000', '202117.835000', '202118.295000', '202118.755000', '202119.215000', '202119.675000', '202120.135000', '202120.595000', '202121.055000', '202121.515000', '202121.975000', '202122.435000', '202122.895000', '202123.355000', '202123.815000', '202124.275000', '202124.735000', '202125.195000', '202125.655000', '202126.115000', '202126.575000', '202127.035000', '202127.495000', '202127.955000', '202128.415000', '202128.875000', '202129.335000', '202129.795000', '202130.255000', '202130.715000', '202131.175000', '202131.635000', '202132.095000', '202132.555000', '202133.015000', '202133.475000', '202133.935000', '202134.395000', '202134.855000', '202135.315000', '202135.775000', '202136.235000', '202136.695000', '202137.155000', '202137.615000', '202138.075000', '202138.535000', '202138.995000', '202139.455000', '202139.915000', '202140.375000', '202140.835000', '202141.295000', '202141.755000', '202142.215000', '202142.675000', '202143.135000', '202143.595000', '202144.055000', '202144.515000', '202144.975000', '202145.435000', '202145.895000', '202146.355000', '202146.815000', '202147.275000', '202147.735000', '202148.195000', '202148.655000', '202149.115000', '202149.575000', '202150.035000', '202150.495000', '202150.955000', '202151.415000', '202151.875000', '202152.335000', '202152.795000', '202153.255000', '202153.715000', '202154.175000', '202154.635000', '202155.095000', '202155.555000', '202156.015000', '202156.475000', '202156.935000', '202157.395000', '202157.855000', '202158.315000', '202158.775000', '202159.235000', '202159.695000', '202200.155000', '202200.615000', '202201.075000', '202201.535000', '202201.995000', '202202.455000', '202202.915000', '202203.375000', '202203.835000', '202204.295000', '202204.755000', '202205.215000', '202205.675000', '202206.135000', '202206.595000', '202207.055000', '202207.515000', '202207.975000', '202208.435000', '202208.895000', '202209.355000', '202209.815000', '202210.275000', '202210.735000', '202211.195000', '202211.655000', '202212.115000', '202212.575000', '202213.035000', '202213.495000', '202213.955000', '202214.415000', '202214.875000', '202215.335000', '202215.795000', '202216.255000', '202216.715000', '202217.175000', '202217.635000', '202218.095000', '202218.555000', '202219.015000', '202219.475000', '202219.935000', '202220.395000', '202220.855000', '202221.315000', '202221.775000', '202222.235000', '202222.695000', '202223.155000', '202223.615000', '202224.075000', '202224.535000', '202224.995000', '202225.455000', '202225.915000', '202226.375000', '202226.835000', '202227.295000', '202227.755000', '202228.215000', '202228.675000', '202229.135000', '202229.595000', '202230.055000', '202230.515000', '202230.975000', '202231.435000', '202231.895000', '202232.355000', '202232.815000', '202233.275000', '202233.735000', '202234.195000', '202234.655000', '202235.115000', '202235.575000', '202236.035000', '202236.495000', '202236.955000', '202237.415000', '202237.875000', '202238.335000', '202238.795000', '202239.255000', '202239.715000', '202240.175000', '202240.635000', '202241.095000', '202241.555000', '202242.015000', '202242.475000', '202242.935000', '202243.395000', '202243.855000', '202244.315000', '202244.775000', '202245.235000', '202245.695000', '202246.155000', '202246.615000', '202247.075000', '202247.535000', '202247.995000', '202248.455000', '202248.915000', '202249.375000', '202249.835000', '202250.295000', '202250.755000', '202251.215000', '202251.675000', '202252.135000', '202252.595000', '202253.055000', '202253.515000', '202253.975000', '202254.435000', '202254.895000', '202255.355000', '202255.815000', '202256.275000', '202256.735000', '202257.195000', '202257.655000', '202258.115000', '202258.575000', '202259.035000', '202259.495000', '202259.955000', '202300.415000', '202300.875000', '202301.335000', '202301.795000', '202302.255000', '202302.715000', '202303.175000', '202303.635000', '202304.095000', '202304.555000', '202305.015000', '202305.475000', '202305.935000', '202306.395000', '202306.855000', '202307.315000', '202307.775000', '202308.235000', '202308.695000', '202309.155000', '202309.615000', '202310.075000', '202310.535000', '202310.995000', '202311.455000', '202311.915000', '202312.375000', '202312.835000', '202313.295000', '202313.755000', '202314.215000', '202314.675000', '202315.135000', '202315.595000', '202316.055000', '202316.515000', '202316.975000', '202317.435000', '202317.895000', '202318.355000', '202318.815000', '202319.275000', '202319.735000', '202320.195000', '202320.655000', '202321.115000', '202321.575000', '202322.035000', '202322.495000', '202322.955000', '202323.415000', '202323.875000', '202324.335000', '202324.795000', '202325.255000', '202325.715000', '202326.175000', '202326.635000', '202327.095000', '202327.555000', '202328.015000', '202328.475000', '202328.935000', '202329.395000', '202329.855000', '202330.315000', '202330.775000', '202331.235000', '202331.695000', '202332.155000', '202332.615000', '202333.075000', '202333.535000', '202333.995000', '202334.455000', '202334.915000', '202335.375000', '202335.835000', '202336.295000', '202336.755000', '202337.215000', '202337.675000', '202338.135000', '202338.595000', '202339.055000', '202339.515000', '202339.975000', '202340.435000', '202340.895000', '202341.355000', '202341.815000', '202342.275000', '202342.735000', '202343.195000', '202343.655000', '202344.115000', '202344.575000', '202345.035000', '202345.495000', '202345.955000', '202346.415000', '202346.875000', '202347.335000', '202347.795000', '202348.255000', '202348.715000', '202349.175000', '202349.635000', '202350.095000', '202350.555000', '202351.015000', '202351.475000', '202351.935000', '202352.395000', '202352.855000', '202353.315000', '202353.775000', '202354.235000', '202354.695000', '202355.155000', '202355.615000', '202356.075000', '202356.535000', '202356.995000', '202357.455000', '202357.915000', '202358.375000', '202358.835000', '202359.295000', '202359.755000', '202400.215000', '202400.675000', '202401.135000', '202401.595000', '202402.055000', '202402.515000', '202402.975000', '202403.435000', '202403.895000', '202404.355000', '202404.815000', '202405.275000', '202405.735000', '202406.195000', '202406.655000', '202407.115000', '202407.575000'], 'ContentTime': ['201009.639000', '201009.642000', '201009.645000', '201009.648000', '201009.651000', '201009.653000', '201009.656000', '201009.659000', '201009.662000', '201009.666000', '201009.669000', '201009.672000', '201009.674000', '201009.677000', '201009.680000', '201009.683000', '201009.685000', '201009.688000', '201009.691000', '201009.693000', '201009.696000', '201009.698000', '201009.712000', '201009.715000', '201009.717000', '201009.720000', '201009.723000', '201009.736000', '201009.739000', '201009.741000', '201009.744000', '201009.747000', '201009.749000', '201029.612000', '201029.614000', '201029.617000', '201029.620000', '201029.623000', '201029.625000', '201029.628000', '201029.630000', '201029.633000', '201029.636000', '201029.638000', '201029.642000', '201029.645000', '201029.648000', '201029.650000', '201029.653000', '201029.655000', '201029.658000', '201029.661000', '201029.663000', '201029.666000', '201029.669000', '201029.671000', '201029.674000', '201029.676000', '201029.679000', '201029.682000', '201029.684000', '201029.687000', '201029.690000', '201029.692000', '201029.695000', '201029.698000', '201029.700000', '201029.703000', '201029.705000', '201029.708000', '201029.711000', '201029.713000', '201029.716000', '201029.719000', '201029.721000', '201029.724000', '201029.727000', '201049.611000', '201049.614000', '201049.617000', '201049.620000', '201049.623000', '201049.625000', '201049.628000', '201049.631000', '201049.633000', '201049.636000', '201049.639000', '201049.641000', '201049.644000', '201049.647000', '201049.649000', '201049.652000', '201049.654000', '201049.657000', '201049.666000', '201049.669000', '201049.671000', '201049.674000', '201049.677000', '201049.679000', '201049.682000', '201049.685000', '201049.687000', '201049.690000', '201049.693000', '201049.695000', '201049.698000', '201049.701000', '201049.703000', '201049.706000', '201049.716000', '201049.718000', '201049.721000', '201049.723000', '201049.726000', '201049.729000', '201049.732000', '201049.734000', '201049.737000', '201109.612000', '201109.615000', '201109.617000', '201109.620000', '201109.622000', '201109.625000', '201109.628000', '201109.630000', '201109.633000', '201109.636000', '201109.638000', '201109.641000', '201109.643000', '201109.646000', '201109.649000', '201109.651000', '201109.654000', '201109.657000', '201109.659000', '201109.662000', '201109.664000', '201109.668000', '201109.672000', '201109.675000', '201109.678000', '201109.680000', '201109.683000', '201109.686000', '201109.688000', '201109.691000', '201109.693000', '201109.696000', '201109.699000', '201109.701000', '201109.704000', '201109.707000', '201109.709000', '201109.712000', '201109.715000', '201109.717000', '201109.720000', '201109.723000', '201109.725000', '201129.612000', '201129.614000', '201129.618000', '201129.620000', '201129.623000', '201129.625000', '201129.628000', '201129.631000', '201129.633000', '201129.636000', '201129.639000', '201129.641000', '201129.644000', '201129.647000', '201129.649000', '201129.652000', '201129.655000', '201129.657000', '201129.660000', '201129.663000', '201129.665000', '201129.668000', '201129.671000', '201129.673000', '201129.676000', '201129.678000', '201129.681000', '201129.684000', '201129.687000', '201129.689000', '201129.692000', '201129.695000', '201129.697000', '201129.700000', '201129.703000', '201129.705000', '201129.708000', '201129.711000', '201129.713000', '201129.716000', '201129.719000', '201129.721000', '201129.724000', '201129.727000', '201149.612000', '201149.614000', '201149.617000', '201149.620000', '201149.623000', '201149.625000', '201149.628000', '201149.631000', '201149.633000', '201149.636000', '201149.638000', '201149.641000', '201149.644000', '201149.646000', '201149.649000', '201149.652000', '201149.654000', '201149.657000', '201149.660000', '201149.662000', '201149.665000', '201149.668000', '201149.670000', '201149.673000', '201149.676000', '201149.679000', '201149.682000', '201149.686000', '201149.689000', '201149.692000', '201149.694000', '201149.697000', '201149.700000', '201149.710000', '201149.713000', '201149.716000', '201149.718000', '201149.721000', '201149.724000', '201149.726000', '201149.729000', '201149.732000', '201149.734000', '201209.611000', '201209.614000', '201209.616000', '201209.619000', '201209.622000', '201209.625000', '201209.627000', '201209.630000', '201209.632000', '201209.636000', '201209.638000', '201209.641000', '201209.643000', '201209.646000', '201209.649000', '201209.651000', '201209.654000', '201209.657000', '201209.659000', '201209.662000', '201209.665000', '201209.667000', '201209.670000', '201209.672000', '201209.675000', '201209.678000', '201209.680000', '201209.683000', '201209.686000', '201209.688000', '201209.691000', '201209.694000', '201209.696000', '201209.699000', '201209.702000', '201209.704000', '201209.707000', '201209.710000', '201209.712000', '201209.715000', '201209.717000', '201209.720000', '201209.723000', '201209.725000', '201229.612000', '201229.614000', '201229.617000', '201229.620000', '201229.623000', '201229.625000', '201229.628000', '201229.631000', '201229.633000', '201229.636000', '201229.638000', '201229.641000', '201229.644000', '201229.647000', '201229.649000', '201229.652000', '201229.655000', '201229.658000', '201229.660000', '201229.663000', '201229.666000', '201229.669000', '201229.671000', '201229.674000', '201229.676000', '201229.679000', '201229.682000', '201229.684000', '201229.687000', '201229.690000', '201229.693000', '201229.695000', '201229.698000', '201229.701000', '201229.703000', '201229.706000', '201229.709000', '201229.712000', '201229.716000', '201229.718000', '201229.721000', '201229.724000', '201229.726000', '201249.611000', '201249.614000', '201249.617000', '201249.620000', '201249.623000', '201249.625000', '201249.628000', '201249.631000', '201249.633000', '201249.636000', '201249.639000', '201249.641000', '201249.644000', '201249.646000', '201249.649000', '201249.652000', '201249.655000', '201249.657000', '201249.660000', '201249.662000', '201249.665000', '201249.668000', '201249.670000', '201249.673000', '201249.676000', '201249.678000', '201249.681000', '201249.684000', '201249.686000', '201249.689000', '201249.692000', '201249.694000', '201249.697000', '201249.700000', '201249.702000', '201249.705000', '201249.708000', '201249.710000', '201249.713000', '201249.716000', '201249.718000', '201249.721000', '201249.724000', '201249.726000', '201309.612000', '201309.615000', '201309.617000', '201309.620000', '201309.623000', '201309.625000', '201309.628000', '201309.631000', '201309.634000', '201309.636000', '201309.639000', '201309.642000', '201309.644000', '201309.647000', '201309.650000', '201309.652000', '201309.655000', '201309.658000', '201309.660000', '201309.663000', '201309.666000', '201309.668000', '201309.671000', '201309.673000', '201309.676000', '201309.679000', '201309.681000', '201309.684000', '201309.687000', '201309.689000', '201309.692000', '201309.695000', '201309.697000', '201309.700000', '201309.703000', '201309.705000', '201309.708000', '201309.711000', '201309.713000', '201309.716000', '201309.719000', '201309.722000', '201309.725000', '201329.612000', '201329.615000', '201329.617000', '201329.620000', '201329.623000', '201329.625000', '201329.628000', '201329.631000', '201329.633000', '201329.636000', '201329.639000', '201329.641000', '201329.644000', '201329.647000', '201329.649000', '201329.701000', '201329.704000', '201329.706000', '201329.709000', '201329.712000', '201329.714000', '201329.717000', '201329.719000', '201329.722000', '201329.725000', '201329.728000', '201329.730000', '201329.733000', '201329.736000', '201329.738000', '201329.741000', '201329.744000', '201329.746000', '201329.749000', '201329.751000', '201329.754000', '201329.757000', '201329.759000', '201329.762000', '201329.765000', '201329.767000', '201329.770000', '201329.772000', '201329.775000', '201349.611000', '201349.615000', '201349.617000', '201349.620000', '201349.622000', '201349.625000', '201349.628000', '201349.630000', '201349.633000', '201349.635000', '201349.638000', '201349.641000', '201349.643000', '201349.646000', '201349.648000', '201349.651000', '201349.654000', '201349.656000', '201349.659000', '201349.662000', '201349.664000', '201349.667000', '201349.670000', '201349.673000', '201349.675000', '201349.678000', '201349.681000', '201349.683000', '201349.686000', '201349.689000', '201349.691000', '201349.694000', '201349.696000', '201349.699000', '201349.702000', '201349.706000', '201349.709000', '201349.711000', '201349.714000', '201349.717000', '201349.720000', '201349.722000', '201349.725000', '201409.612000', '201409.614000', '201409.617000', '201409.620000', '201409.622000', '201409.625000', '201409.628000', '201409.630000', '201409.633000', '201409.636000', '201409.647000', '201409.650000', '201409.652000', '201409.655000', '201409.658000', '201409.661000', '201409.664000', '201409.666000', '201409.669000', '201409.672000', '201409.674000', '201409.677000', '201409.680000', '201409.683000', '201409.685000', '201409.688000', '201409.691000', '201409.693000', '201409.696000', '201409.699000', '201409.701000', '201409.704000', '201409.707000', '201409.709000', '201409.712000', '201409.715000', '201409.717000', '201409.720000', '201409.723000', '201409.725000', '201409.728000', '201409.731000', '201409.733000', '201409.736000', '201429.610000', '201429.613000', '201429.616000', '201429.619000', '201429.621000', '201429.624000', '201429.627000', '201429.629000', '201429.632000', '201429.635000', '201429.637000', '201429.640000', '201429.643000', '201429.645000', '201429.648000', '201429.651000', '201429.653000', '201429.656000', '201429.659000', '201429.661000', '201429.664000', '201429.666000', '201429.669000', '201429.672000', '201429.674000', '201429.677000', '201429.680000', '201429.682000', '201429.685000', '201429.688000', '201429.690000', '201429.693000', '201429.696000', '201429.698000', '201429.701000', '201429.704000', '201429.706000', '201429.709000', '201429.712000', '201429.714000', '201429.717000', '201429.720000', '201429.722000', '201449.612000', '201449.615000', '201449.617000', '201449.620000', '201449.623000', '201449.625000', '201449.628000', '201449.631000', '201449.633000', '201449.636000', '201449.639000', '201449.641000', '201449.644000', '201449.647000', '201449.650000', '201449.652000', '201449.655000', '201449.658000', '201449.660000', '201449.663000', '201449.665000', '201449.668000', '201449.671000', '201449.674000', '201449.676000', '201449.679000', '201449.682000', '201449.685000', '201449.687000', '201449.690000', '201449.693000', '201449.695000', '201449.698000', '201449.701000', '201449.703000', '201449.706000', '201449.709000', '201449.711000', '201449.714000', '201449.717000', '201449.733000', '201449.736000', '201449.738000', '201449.741000', '201509.612000', '201509.615000', '201509.617000', '201509.620000', '201509.623000', '201509.625000', '201509.628000', '201509.631000', '201509.633000', '201509.636000', '201509.639000', '201509.641000', '201509.644000', '201509.647000', '201509.649000', '201509.652000', '201509.655000', '201509.657000', '201509.660000', '201509.663000', '201509.665000', '201509.668000', '201509.671000', '201509.673000', '201509.676000', '201509.679000', '201509.681000', '201509.684000', '201509.687000', '201509.689000', '201509.692000', '201509.695000', '201509.697000', '201509.700000', '201509.703000', '201509.705000', '201509.708000', '201509.711000', '201509.714000', '201509.716000', '201509.719000', '201509.722000', '201509.724000', '201529.612000', '201529.615000', '201529.617000', '201529.620000', '201529.623000', '201529.625000', '201529.628000', '201529.631000', '201529.633000', '201529.636000', '201529.641000', '201529.643000', '201529.646000', '201529.649000', '201529.651000', '201529.654000', '201529.660000', '201529.662000', '201529.665000', '201529.668000', '201529.670000', '201529.673000', '201529.676000', '201529.679000', '201529.681000', '201529.684000', '201529.687000', '201529.689000', '201529.692000', '201529.695000', '201529.697000', '201529.700000', '201529.703000', '201529.705000', '201529.708000', '201529.711000', '201529.713000', '201529.716000', '201529.719000', '201529.721000', '201529.724000', '201529.727000', '201529.729000', '201529.732000', '201549.612000', '201549.615000', '201549.618000', '201549.620000', '201549.623000', '201549.625000', '201549.628000', '201549.631000', '201549.633000', '201549.636000', '201549.639000', '201549.642000', '201549.644000', '201549.647000', '201549.649000', '201549.652000', '201549.655000', '201549.657000', '201549.660000', '201549.663000', '201549.665000', '201549.668000', '201549.671000', '201549.673000', '201549.676000', '201549.678000', '201549.681000', '201549.684000', '201549.686000', '201549.689000', '201549.692000', '201549.694000', '201549.697000', '201549.700000', '201549.702000', '201549.705000', '201549.708000', '201549.710000', '201549.713000', '201549.716000', '201549.718000', '201549.721000', '201549.724000', '201609.611000', '201609.614000', '201609.617000', '201609.620000', '201609.623000', '201609.625000', '201609.628000', '201609.631000', '201609.633000', '201609.636000', '201609.639000', '201609.641000', '201609.644000', '201609.647000', '201609.649000', '201609.652000', '201609.655000', '201609.657000', '201609.660000', '201609.663000', '201609.665000', '201609.668000', '201609.671000', '201609.674000', '201609.676000', '201609.679000', '201609.681000', '201609.684000', '201609.687000', '201609.690000', '201609.692000', '201609.695000', '201609.698000', '201609.700000', '201609.703000', '201609.706000', '201609.708000', '201609.711000', '201609.714000', '201609.717000', '201609.719000', '201609.722000', '201609.725000', '201609.727000', '201629.612000', '201629.615000', '201629.618000', '201629.620000', '201629.623000', '201629.626000', '201629.640000', '201629.643000', '201629.645000', '201629.648000', '201629.651000', '201629.653000', '201629.656000', '201629.659000', '201629.662000', '201629.664000', '201629.667000', '201629.670000', '201629.672000', '201629.675000', '201629.677000', '201629.680000', '201629.683000', '201629.685000', '201629.688000', '201629.691000', '201629.693000', '201629.696000', '201629.699000', '201629.701000', '201629.704000', '201629.707000', '201629.709000', '201629.712000', '201629.715000', '201629.717000', '201629.720000', '201629.731000', '201629.733000', '201629.736000', '201629.738000', '201629.741000', '201629.744000', '201649.610000', '201649.613000', '201649.616000', '201649.619000', '201649.621000', '201649.624000', '201649.627000', '201649.629000', '201649.632000', '201649.634000', '201649.637000', '201649.640000', '201649.642000', '201649.645000', '201649.648000', '201649.650000', '201649.653000', '201649.656000', '201649.658000', '201649.661000', '201649.664000', '201649.666000', '201649.669000', '201649.672000', '201649.674000', '201649.677000', '201649.680000', '201649.682000', '201649.685000', '201649.688000', '201649.690000', '201649.693000', '201649.696000', '201649.698000', '201649.701000', '201649.704000', '201649.707000', '201649.709000', '201649.712000', '201649.715000', '201649.717000', '201649.720000', '201649.723000', '201649.725000', '201709.612000', '201709.614000', '201709.617000', '201709.620000', '201709.622000', '201709.625000', '201709.628000', '201709.630000', '201709.633000', '201709.636000', '201709.638000', '201709.641000', '201709.644000', '201709.647000', '201709.649000', '201709.652000', '201709.655000', '201709.657000', '201709.660000', '201709.662000', '201709.665000', '201709.668000', '201709.671000', '201709.674000', '201709.676000', '201709.679000', '201709.682000', '201709.684000', '201709.687000', '201709.690000', '201709.692000', '201709.695000', '201709.698000', '201709.701000', '201709.703000', '201709.706000', '201709.709000', '201709.711000', '201709.741000', '201709.743000', '201709.746000', '201709.749000', '201709.751000', '201729.612000', '201729.614000', '201729.617000', '201729.620000', '201729.622000', '201729.625000', '201729.629000', '201729.631000', '201729.634000', '201729.637000', '201729.639000', '201729.642000', '201729.645000', '201729.647000', '201729.650000', '201729.653000', '201729.655000', '201729.658000', '201729.661000', '201729.663000', '201729.666000', '201729.669000', '201729.671000', '201729.674000', '201729.677000', '201729.679000', '201729.682000', '201729.685000', '201729.688000', '201729.690000', '201729.693000', '201729.696000', '201729.698000', '201729.701000', '201729.704000', '201729.706000', '201729.709000', '201729.712000', '201729.714000', '201729.717000', '201729.720000', '201729.722000', '201729.725000', '201749.612000', '201749.615000', '201749.618000', '201749.620000', '201749.639000', '201749.641000', '201749.644000', '201749.647000', '201749.649000', '201749.652000', '201749.654000', '201749.657000', '201749.660000', '201749.663000', '201749.665000', '201749.668000', '201749.671000', '201749.673000', '201749.676000', '201749.679000', '201749.681000', '201749.684000', '201749.687000', '201749.689000', '201749.692000', '201749.694000', '201749.697000', '201749.700000', '201749.702000', '201749.705000', '201749.708000', '201749.710000', '201749.713000', '201749.716000', '201749.718000', '201749.721000', '201749.724000', '201749.726000', '201749.729000', '201749.732000', '201749.734000', '201749.737000', '201749.740000', '201749.742000', '201809.612000', '201809.614000', '201809.617000', '201809.620000', '201809.623000', '201809.625000', '201809.628000', '201809.630000', '201809.633000', '201809.636000', '201809.639000', '201809.641000', '201809.644000', '201809.647000', '201809.649000', '201809.652000', '201809.654000', '201809.657000', '201809.660000', '201809.662000', '201809.665000', '201809.668000', '201809.670000', '201809.673000', '201809.676000', '201809.679000', '201809.681000', '201809.684000', '201809.686000', '201809.689000', '201809.692000', '201809.694000', '201809.697000', '201809.700000', '201809.702000', '201809.705000', '201809.708000', '201809.711000', '201809.713000', '201809.716000', '201809.719000', '201809.721000', '201809.724000', '201829.612000', '201829.615000', '201829.617000', '201829.620000', '201829.623000', '201829.625000', '201829.628000', '201829.631000', '201829.634000', '201829.636000', '201829.639000', '201829.642000', '201829.644000', '201829.647000', '201829.649000', '201829.652000', '201829.655000', '201829.657000', '201829.660000', '201829.663000', '201829.666000', '201829.668000', '201829.671000', '201829.673000', '201829.676000', '201829.679000', '201829.681000', '201829.684000', '201829.687000', '201829.689000', '201829.692000', '201829.695000', '201829.698000', '201829.700000', '201829.703000', '201829.706000', '201829.708000', '201829.711000', '201829.714000', '201829.716000', '201829.719000', '201829.722000', '201829.724000', '201829.727000', '201849.612000', '201849.615000', '201849.617000', '201849.620000', '201849.623000', '201849.625000', '201849.628000', '201849.631000', '201849.634000', '201849.637000', '201849.640000', '201849.642000', '201849.647000', '201849.649000', '201849.652000', '201849.655000', '201849.657000', '201849.660000', '201849.663000', '201849.665000', '201849.669000', '201849.672000', '201849.674000', '201849.677000', '201849.680000', '201849.683000', '201849.685000', '201849.688000', '201849.691000', '201849.693000', '201849.696000', '201849.699000', '201849.701000', '201849.704000', '201849.707000', '201849.709000', '201849.712000', '201849.715000', '201849.717000', '201849.720000', '201849.723000', '201849.726000', '201849.728000', '201909.619000', '201909.622000', '201909.624000', '201909.627000', '201909.630000', '201909.632000', '201909.635000', '201909.638000', '201909.640000', '201909.643000', '201909.646000', '201909.649000', '201909.651000', '201909.654000', '201909.657000', '201909.659000', '201909.662000', '201909.665000', '201909.667000', '201909.670000', '201909.673000', '201909.675000', '201909.678000', '201909.681000', '201909.683000', '201909.686000', '201909.689000', '201909.691000', '201909.694000', '201909.697000', '201909.700000', '201909.702000', '201909.705000', '201909.708000', '201909.710000', '201909.713000', '201909.715000', '201909.718000', '201909.721000', '201909.723000', '201909.726000', '201909.729000', '201909.732000', '201909.734000', '201929.612000', '201929.615000', '201929.617000', '201929.620000', '201929.623000', '201929.625000', '201929.628000', '201929.631000', '201929.633000', '201929.636000', '201929.639000', '201929.641000', '201929.644000', '201929.647000', '201929.649000', '201929.652000', '201929.655000', '201929.657000', '201929.660000', '201929.663000', '201929.665000', '201929.668000', '201929.671000', '201929.673000', '201929.677000', '201929.679000', '201929.682000', '201929.685000', '201929.687000', '201929.690000', '201929.693000', '201929.695000', '201929.698000', '201929.701000', '201929.703000', '201929.706000', '201929.709000', '201929.711000', '201929.714000', '201929.717000', '201929.719000', '201929.722000', '201929.725000', '201949.612000', '201949.615000', '201949.617000', '201949.620000', '201949.622000', '201949.625000', '201949.628000', '201949.631000', '201949.633000', '201949.636000', '201949.639000', '201949.641000', '201949.644000', '201949.647000', '201949.650000', '201949.652000', '201949.655000', '201949.657000', '201949.660000', '201949.663000', '201949.665000', '201949.668000', '201949.671000', '201949.673000', '201949.676000', '201949.679000', '201949.681000', '201949.684000', '201949.687000', '201949.690000', '201949.692000', '201949.695000', '201949.698000', '201949.700000', '201949.703000', '201949.706000', '201949.708000', '201949.711000', '201949.714000', '201949.716000', '201949.719000', '201949.722000', '201949.725000', '201949.727000', '202009.612000', '202009.614000', '202009.617000', '202009.620000', '202009.623000', '202009.625000', '202009.628000', '202009.631000', '202009.634000', '202009.636000', '202009.639000', '202009.642000', '202009.644000', '202009.647000', '202009.650000', '202009.652000', '202009.655000', '202009.658000', '202009.660000', '202009.673000', '202009.676000', '202009.679000', '202009.682000', '202009.685000', '202009.688000', '202009.690000', '202009.693000', '202009.696000', '202009.698000', '202009.701000', '202009.704000', '202009.707000', '202009.710000', '202009.713000', '202009.716000', '202009.718000', '202009.721000', '202009.723000', '202009.726000', '202009.729000', '202009.743000', '202009.746000', '202009.749000', '202029.612000', '202029.615000', '202029.617000', '202029.620000', '202029.623000', '202029.626000', '202029.629000', '202029.631000', '202029.634000', '202029.637000', '202029.639000', '202029.642000', '202029.645000', '202029.647000', '202029.650000', '202029.653000', '202029.655000', '202029.658000', '202029.661000', '202029.663000', '202029.666000', '202029.669000', '202029.671000', '202029.674000', '202029.677000', '202029.680000', '202029.682000', '202029.685000', '202029.688000', '202029.690000', '202029.693000', '202029.695000', '202029.698000', '202029.701000', '202029.703000', '202029.706000', '202029.709000', '202029.711000', '202029.714000', '202029.717000', '202029.719000', '202029.722000', '202029.725000', '202029.727000', '202049.612000', '202049.615000', '202049.618000', '202049.620000', '202049.623000', '202049.625000', '202049.628000', '202049.631000', '202049.633000', '202049.636000', '202049.639000', '202049.642000', '202049.644000', '202049.647000', '202049.649000', '202049.652000', '202049.655000', '202049.657000', '202049.660000', '202049.663000', '202049.665000', '202049.668000', '202049.671000', '202049.673000', '202049.676000', '202049.679000', '202049.682000', '202049.684000', '202049.687000', '202049.689000', '202049.700000', '202049.702000', '202049.705000', '202049.708000', '202049.711000', '202049.713000', '202049.716000', '202049.718000', '202049.721000', '202049.724000', '202049.727000', '202049.729000', '202049.732000', '202109.612000', '202109.615000', '202109.617000', '202109.621000', '202109.623000', '202109.626000', '202109.628000', '202109.631000', '202109.634000', '202109.637000', '202109.639000', '202109.642000', '202109.645000', '202109.647000', '202109.650000', '202109.653000', '202109.655000', '202109.658000', '202109.661000', '202109.663000', '202109.666000', '202109.669000', '202109.671000', '202109.674000', '202109.677000', '202109.680000', '202109.682000', '202109.685000', '202109.688000', '202109.690000', '202109.693000', '202109.696000', '202109.698000', '202109.701000', '202109.703000', '202109.706000', '202109.709000', '202109.711000', '202109.714000', '202109.717000', '202109.719000', '202109.722000', '202109.725000', '202109.727000', '202129.611000', '202129.614000', '202129.617000', '202129.619000', '202129.622000', '202129.625000', '202129.627000', '202129.630000', '202129.633000', '202129.636000', '202129.638000', '202129.641000', '202129.643000', '202129.646000', '202129.649000', '202129.651000', '202129.654000', '202129.657000', '202129.659000', '202129.662000', '202129.665000', '202129.667000', '202129.684000', '202129.687000', '202129.689000', '202129.692000', '202129.695000', '202129.697000', '202129.700000', '202129.703000', '202129.705000', '202129.708000', '202129.710000', '202129.713000', '202129.716000', '202129.718000', '202129.721000', '202129.724000', '202129.727000', '202129.729000', '202129.732000', '202129.735000', '202129.737000', '202149.612000', '202149.615000', '202149.618000', '202149.620000', '202149.623000', '202149.625000', '202149.628000', '202149.631000', '202149.634000', '202149.636000', '202149.639000', '202149.642000', '202149.644000', '202149.647000', '202149.650000', '202149.652000', '202149.655000', '202149.657000', '202149.660000', '202149.663000', '202149.666000', '202149.668000', '202149.671000', '202149.674000', '202149.676000', '202149.679000', '202149.682000', '202149.684000', '202149.687000', '202149.689000', '202149.692000', '202149.695000', '202149.698000', '202149.700000', '202149.703000', '202149.706000', '202149.708000', '202149.711000', '202149.714000', '202149.716000', '202149.719000', '202149.721000', '202149.724000', '202149.727000', '202209.612000', '202209.615000', '202209.617000', '202209.620000', '202209.623000', '202209.625000', '202209.636000', '202209.638000', '202209.641000', '202209.644000', '202209.647000', '202209.649000', '202209.652000', '202209.655000', '202209.657000', '202209.660000', '202209.663000', '202209.665000', '202209.668000', '202209.671000', '202209.673000', '202209.676000', '202209.679000', '202209.681000', '202209.684000', '202209.687000', '202209.689000', '202209.692000', '202209.695000', '202209.697000', '202209.700000', '202209.702000', '202209.705000', '202209.708000', '202209.710000', '202209.713000', '202209.716000', '202209.719000', '202209.721000', '202209.724000', '202209.727000', '202209.729000', '202209.732000', '202229.612000', '202229.615000', '202229.618000', '202229.620000', '202229.623000', '202229.626000', '202229.628000', '202229.631000', '202229.634000', '202229.637000', '202229.639000', '202229.642000', '202229.644000', '202229.647000', '202229.650000', '202229.652000', '202229.655000', '202229.658000', '202229.661000', '202229.663000', '202229.666000', '202229.669000', '202229.671000', '202229.674000', '202229.676000', '202229.679000', '202229.682000', '202229.684000', '202229.687000', '202229.690000', '202229.692000', '202229.695000', '202229.698000', '202229.700000', '202229.703000', '202229.706000', '202229.708000', '202229.711000', '202229.713000', '202229.716000', '202229.719000', '202229.721000', '202229.724000', '202229.727000', '202249.612000', '202249.615000', '202249.617000', '202249.620000', '202249.623000', '202249.625000', '202249.628000', '202249.631000', '202249.633000', '202249.636000', '202249.639000', '202249.642000', '202249.644000', '202249.647000', '202249.649000', '202249.652000', '202249.655000', '202249.657000', '202249.660000', '202249.663000', '202249.665000', '202249.668000', '202249.671000', '202249.673000', '202249.676000', '202249.678000', '202249.681000', '202249.684000', '202249.687000', '202249.689000', '202249.692000', '202249.694000', '202249.697000', '202249.700000', '202249.702000', '202249.705000', '202249.708000', '202249.710000', '202249.713000', '202249.716000', '202249.718000', '202249.721000', '202249.724000', '202309.612000', '202309.615000', '202309.617000', '202309.620000', '202309.623000', '202309.626000', '202309.628000', '202309.631000', '202309.634000', '202309.636000', '202309.639000', '202309.642000', '202309.644000', '202309.647000', '202309.650000', '202309.652000', '202309.655000', '202309.658000', '202309.660000', '202309.663000', '202309.666000', '202309.668000', '202309.671000', '202309.673000', '202309.677000', '202309.679000', '202309.682000', '202309.684000', '202309.687000', '202309.690000', '202309.692000', '202309.695000', '202309.698000', '202309.701000', '202309.703000', '202309.706000', '202309.709000', '202309.711000', '202309.714000', '202309.716000', '202309.719000', '202309.722000', '202309.724000', '202309.727000', '202329.612000', '202329.615000', '202329.618000', '202329.620000', '202329.623000', '202329.626000', '202329.628000', '202329.631000', '202329.634000', '202329.636000', '202329.639000', '202329.642000', '202329.644000', '202329.647000', '202329.650000', '202329.652000', '202329.655000', '202329.658000', '202329.660000', '202329.663000', '202329.666000', '202329.668000', '202329.671000', '202329.674000', '202329.676000', '202329.679000', '202329.682000', '202329.684000', '202329.687000', '202329.690000', '202329.692000', '202329.695000', '202329.698000', '202329.700000', '202329.703000', '202329.706000', '202329.708000', '202329.711000', '202329.714000', '202329.716000', '202329.719000', '202329.722000', '202329.724000', '202349.611000', '202349.614000', '202349.616000', '202349.619000', '202349.622000', '202349.624000', '202349.627000', '202349.630000', '202349.633000', '202349.635000', '202349.638000', '202349.641000', '202349.643000', '202349.646000', '202349.649000', '202349.651000', '202349.654000', '202349.682000', '202349.685000', '202349.688000', '202349.690000', '202349.693000', '202349.695000', '202349.698000', '202349.701000', '202349.703000', '202349.706000', '202349.709000', '202349.711000', '202349.714000', '202349.716000', '202349.720000', '202349.722000', '202349.725000', '202349.727000', '202349.730000', '202349.733000', '202349.735000', '202349.738000', '202349.741000', '202349.743000', '202349.746000', '202349.749000', '202349.751000', '202409.306000', '202409.310000', '202409.312000', '202409.315000', '202409.318000', '202409.321000', '202409.323000', '202409.326000', '202409.329000', '202409.332000', '202409.335000', '202409.338000', '202409.340000', '202409.344000', '202409.347000', '202409.350000', '202409.353000', '202409.356000', '202409.359000', '202409.362000', '202409.364000', '202409.367000', '202409.370000', '202409.373000', '202409.375000', '202409.380000', '202409.385000', '202409.390000', '202409.394000', '202409.398000', '202409.401000', '202409.403000', '202409.406000', '202409.409000', '202409.412000', '202409.415000', '202409.418000', '202409.421000', '202409.424000', '202409.427000', '202409.430000', '202409.437000', '202409.441000'], 'InstanceCreationTime': ['201009.639000', '201009.642000', '201009.645000', '201009.648000', '201009.651000', '201009.653000', '201009.656000', '201009.659000', '201009.662000', '201009.666000', '201009.669000', '201009.672000', '201009.674000', '201009.677000', '201009.680000', '201009.683000', '201009.685000', '201009.688000', '201009.691000', '201009.693000', '201009.696000', '201009.698000', '201009.712000', '201009.715000', '201009.717000', '201009.720000', '201009.723000', '201009.736000', '201009.739000', '201009.741000', '201009.744000', '201009.747000', '201009.749000', '201029.612000', '201029.614000', '201029.617000', '201029.620000', '201029.623000', '201029.625000', '201029.628000', '201029.630000', '201029.633000', '201029.636000', '201029.638000', '201029.642000', '201029.645000', '201029.648000', '201029.650000', '201029.653000', '201029.655000', '201029.658000', '201029.661000', '201029.663000', '201029.666000', '201029.669000', '201029.671000', '201029.674000', '201029.676000', '201029.679000', '201029.682000', '201029.684000', '201029.687000', '201029.690000', '201029.692000', '201029.695000', '201029.698000', '201029.700000', '201029.703000', '201029.705000', '201029.708000', '201029.711000', '201029.713000', '201029.716000', '201029.719000', '201029.721000', '201029.724000', '201029.727000', '201049.611000', '201049.614000', '201049.617000', '201049.620000', '201049.623000', '201049.625000', '201049.628000', '201049.631000', '201049.633000', '201049.636000', '201049.639000', '201049.641000', '201049.644000', '201049.647000', '201049.649000', '201049.652000', '201049.654000', '201049.657000', '201049.666000', '201049.669000', '201049.671000', '201049.674000', '201049.677000', '201049.679000', '201049.682000', '201049.685000', '201049.687000', '201049.690000', '201049.693000', '201049.695000', '201049.698000', '201049.701000', '201049.703000', '201049.706000', '201049.716000', '201049.718000', '201049.721000', '201049.723000', '201049.726000', '201049.729000', '201049.732000', '201049.734000', '201049.737000', '201109.612000', '201109.615000', '201109.617000', '201109.620000', '201109.622000', '201109.625000', '201109.628000', '201109.630000', '201109.633000', '201109.636000', '201109.638000', '201109.641000', '201109.643000', '201109.646000', '201109.649000', '201109.651000', '201109.654000', '201109.657000', '201109.659000', '201109.662000', '201109.664000', '201109.668000', '201109.672000', '201109.675000', '201109.678000', '201109.680000', '201109.683000', '201109.686000', '201109.688000', '201109.691000', '201109.693000', '201109.696000', '201109.699000', '201109.701000', '201109.704000', '201109.707000', '201109.709000', '201109.712000', '201109.715000', '201109.717000', '201109.720000', '201109.723000', '201109.725000', '201129.612000', '201129.614000', '201129.618000', '201129.620000', '201129.623000', '201129.625000', '201129.628000', '201129.631000', '201129.633000', '201129.636000', '201129.639000', '201129.641000', '201129.644000', '201129.647000', '201129.649000', '201129.652000', '201129.655000', '201129.657000', '201129.660000', '201129.663000', '201129.665000', '201129.668000', '201129.671000', '201129.673000', '201129.676000', '201129.678000', '201129.681000', '201129.684000', '201129.687000', '201129.689000', '201129.692000', '201129.695000', '201129.697000', '201129.700000', '201129.703000', '201129.705000', '201129.708000', '201129.711000', '201129.713000', '201129.716000', '201129.719000', '201129.721000', '201129.724000', '201129.727000', '201149.612000', '201149.614000', '201149.617000', '201149.620000', '201149.623000', '201149.625000', '201149.628000', '201149.631000', '201149.633000', '201149.636000', '201149.638000', '201149.641000', '201149.644000', '201149.646000', '201149.649000', '201149.652000', '201149.654000', '201149.657000', '201149.660000', '201149.662000', '201149.665000', '201149.668000', '201149.670000', '201149.673000', '201149.676000', '201149.679000', '201149.682000', '201149.686000', '201149.689000', '201149.692000', '201149.694000', '201149.697000', '201149.700000', '201149.710000', '201149.713000', '201149.716000', '201149.718000', '201149.721000', '201149.724000', '201149.726000', '201149.729000', '201149.732000', '201149.734000', '201209.611000', '201209.614000', '201209.616000', '201209.619000', '201209.622000', '201209.625000', '201209.627000', '201209.630000', '201209.632000', '201209.636000', '201209.638000', '201209.641000', '201209.643000', '201209.646000', '201209.649000', '201209.651000', '201209.654000', '201209.657000', '201209.659000', '201209.662000', '201209.665000', '201209.667000', '201209.670000', '201209.672000', '201209.675000', '201209.678000', '201209.680000', '201209.683000', '201209.686000', '201209.688000', '201209.691000', '201209.694000', '201209.696000', '201209.699000', '201209.702000', '201209.704000', '201209.707000', '201209.710000', '201209.712000', '201209.715000', '201209.717000', '201209.720000', '201209.723000', '201209.725000', '201229.612000', '201229.614000', '201229.617000', '201229.620000', '201229.623000', '201229.625000', '201229.628000', '201229.631000', '201229.633000', '201229.636000', '201229.638000', '201229.641000', '201229.644000', '201229.647000', '201229.649000', '201229.652000', '201229.655000', '201229.658000', '201229.660000', '201229.663000', '201229.666000', '201229.669000', '201229.671000', '201229.674000', '201229.676000', '201229.679000', '201229.682000', '201229.684000', '201229.687000', '201229.690000', '201229.693000', '201229.695000', '201229.698000', '201229.701000', '201229.703000', '201229.706000', '201229.709000', '201229.712000', '201229.716000', '201229.718000', '201229.721000', '201229.724000', '201229.726000', '201249.611000', '201249.614000', '201249.617000', '201249.620000', '201249.623000', '201249.625000', '201249.628000', '201249.631000', '201249.633000', '201249.636000', '201249.639000', '201249.641000', '201249.644000', '201249.646000', '201249.649000', '201249.652000', '201249.655000', '201249.657000', '201249.660000', '201249.662000', '201249.665000', '201249.668000', '201249.670000', '201249.673000', '201249.676000', '201249.678000', '201249.681000', '201249.684000', '201249.686000', '201249.689000', '201249.692000', '201249.694000', '201249.697000', '201249.700000', '201249.702000', '201249.705000', '201249.708000', '201249.710000', '201249.713000', '201249.716000', '201249.718000', '201249.721000', '201249.724000', '201249.726000', '201309.612000', '201309.615000', '201309.617000', '201309.620000', '201309.623000', '201309.625000', '201309.628000', '201309.631000', '201309.634000', '201309.636000', '201309.639000', '201309.642000', '201309.644000', '201309.647000', '201309.650000', '201309.652000', '201309.655000', '201309.658000', '201309.660000', '201309.663000', '201309.666000', '201309.668000', '201309.671000', '201309.673000', '201309.676000', '201309.679000', '201309.681000', '201309.684000', '201309.687000', '201309.689000', '201309.692000', '201309.695000', '201309.697000', '201309.700000', '201309.703000', '201309.705000', '201309.708000', '201309.711000', '201309.713000', '201309.716000', '201309.719000', '201309.722000', '201309.725000', '201329.612000', '201329.615000', '201329.617000', '201329.620000', '201329.623000', '201329.625000', '201329.628000', '201329.631000', '201329.633000', '201329.636000', '201329.639000', '201329.641000', '201329.644000', '201329.647000', '201329.649000', '201329.701000', '201329.704000', '201329.706000', '201329.709000', '201329.712000', '201329.714000', '201329.717000', '201329.719000', '201329.722000', '201329.725000', '201329.728000', '201329.730000', '201329.733000', '201329.736000', '201329.738000', '201329.741000', '201329.744000', '201329.746000', '201329.749000', '201329.751000', '201329.754000', '201329.757000', '201329.759000', '201329.762000', '201329.765000', '201329.767000', '201329.770000', '201329.772000', '201329.775000', '201349.611000', '201349.615000', '201349.617000', '201349.620000', '201349.622000', '201349.625000', '201349.628000', '201349.630000', '201349.633000', '201349.635000', '201349.638000', '201349.641000', '201349.643000', '201349.646000', '201349.648000', '201349.651000', '201349.654000', '201349.656000', '201349.659000', '201349.662000', '201349.664000', '201349.667000', '201349.670000', '201349.673000', '201349.675000', '201349.678000', '201349.681000', '201349.683000', '201349.686000', '201349.689000', '201349.691000', '201349.694000', '201349.696000', '201349.699000', '201349.702000', '201349.706000', '201349.709000', '201349.711000', '201349.714000', '201349.717000', '201349.720000', '201349.722000', '201349.725000', '201409.612000', '201409.614000', '201409.617000', '201409.620000', '201409.622000', '201409.625000', '201409.628000', '201409.630000', '201409.633000', '201409.636000', '201409.647000', '201409.650000', '201409.652000', '201409.655000', '201409.658000', '201409.661000', '201409.664000', '201409.666000', '201409.669000', '201409.672000', '201409.674000', '201409.677000', '201409.680000', '201409.683000', '201409.685000', '201409.688000', '201409.691000', '201409.693000', '201409.696000', '201409.699000', '201409.701000', '201409.704000', '201409.707000', '201409.709000', '201409.712000', '201409.715000', '201409.717000', '201409.720000', '201409.723000', '201409.725000', '201409.728000', '201409.731000', '201409.733000', '201409.736000', '201429.610000', '201429.613000', '201429.616000', '201429.619000', '201429.621000', '201429.624000', '201429.627000', '201429.629000', '201429.632000', '201429.635000', '201429.637000', '201429.640000', '201429.643000', '201429.645000', '201429.648000', '201429.651000', '201429.653000', '201429.656000', '201429.659000', '201429.661000', '201429.664000', '201429.666000', '201429.669000', '201429.672000', '201429.674000', '201429.677000', '201429.680000', '201429.682000', '201429.685000', '201429.688000', '201429.690000', '201429.693000', '201429.696000', '201429.698000', '201429.701000', '201429.704000', '201429.706000', '201429.709000', '201429.712000', '201429.714000', '201429.717000', '201429.720000', '201429.722000', '201449.612000', '201449.615000', '201449.617000', '201449.620000', '201449.623000', '201449.625000', '201449.628000', '201449.631000', '201449.633000', '201449.636000', '201449.639000', '201449.641000', '201449.644000', '201449.647000', '201449.650000', '201449.652000', '201449.655000', '201449.658000', '201449.660000', '201449.663000', '201449.665000', '201449.668000', '201449.671000', '201449.674000', '201449.676000', '201449.679000', '201449.682000', '201449.685000', '201449.687000', '201449.690000', '201449.693000', '201449.695000', '201449.698000', '201449.701000', '201449.703000', '201449.706000', '201449.709000', '201449.711000', '201449.714000', '201449.717000', '201449.733000', '201449.736000', '201449.738000', '201449.741000', '201509.612000', '201509.615000', '201509.617000', '201509.620000', '201509.623000', '201509.625000', '201509.628000', '201509.631000', '201509.633000', '201509.636000', '201509.639000', '201509.641000', '201509.644000', '201509.647000', '201509.649000', '201509.652000', '201509.655000', '201509.657000', '201509.660000', '201509.663000', '201509.665000', '201509.668000', '201509.671000', '201509.673000', '201509.676000', '201509.679000', '201509.681000', '201509.684000', '201509.687000', '201509.689000', '201509.692000', '201509.695000', '201509.697000', '201509.700000', '201509.703000', '201509.705000', '201509.708000', '201509.711000', '201509.714000', '201509.716000', '201509.719000', '201509.722000', '201509.724000', '201529.612000', '201529.615000', '201529.617000', '201529.620000', '201529.623000', '201529.625000', '201529.628000', '201529.631000', '201529.633000', '201529.636000', '201529.641000', '201529.643000', '201529.646000', '201529.649000', '201529.651000', '201529.654000', '201529.660000', '201529.662000', '201529.665000', '201529.668000', '201529.670000', '201529.673000', '201529.676000', '201529.679000', '201529.681000', '201529.684000', '201529.687000', '201529.689000', '201529.692000', '201529.695000', '201529.697000', '201529.700000', '201529.703000', '201529.705000', '201529.708000', '201529.711000', '201529.713000', '201529.716000', '201529.719000', '201529.721000', '201529.724000', '201529.727000', '201529.729000', '201529.732000', '201549.612000', '201549.615000', '201549.618000', '201549.620000', '201549.623000', '201549.625000', '201549.628000', '201549.631000', '201549.633000', '201549.636000', '201549.639000', '201549.642000', '201549.644000', '201549.647000', '201549.649000', '201549.652000', '201549.655000', '201549.657000', '201549.660000', '201549.663000', '201549.665000', '201549.668000', '201549.671000', '201549.673000', '201549.676000', '201549.678000', '201549.681000', '201549.684000', '201549.686000', '201549.689000', '201549.692000', '201549.694000', '201549.697000', '201549.700000', '201549.702000', '201549.705000', '201549.708000', '201549.710000', '201549.713000', '201549.716000', '201549.718000', '201549.721000', '201549.724000', '201609.611000', '201609.614000', '201609.617000', '201609.620000', '201609.623000', '201609.625000', '201609.628000', '201609.631000', '201609.633000', '201609.636000', '201609.639000', '201609.641000', '201609.644000', '201609.647000', '201609.649000', '201609.652000', '201609.655000', '201609.657000', '201609.660000', '201609.663000', '201609.665000', '201609.668000', '201609.671000', '201609.674000', '201609.676000', '201609.679000', '201609.681000', '201609.684000', '201609.687000', '201609.690000', '201609.692000', '201609.695000', '201609.698000', '201609.700000', '201609.703000', '201609.706000', '201609.708000', '201609.711000', '201609.714000', '201609.717000', '201609.719000', '201609.722000', '201609.725000', '201609.727000', '201629.612000', '201629.615000', '201629.618000', '201629.620000', '201629.623000', '201629.626000', '201629.640000', '201629.643000', '201629.645000', '201629.648000', '201629.651000', '201629.653000', '201629.656000', '201629.659000', '201629.662000', '201629.664000', '201629.667000', '201629.670000', '201629.672000', '201629.675000', '201629.677000', '201629.680000', '201629.683000', '201629.685000', '201629.688000', '201629.691000', '201629.693000', '201629.696000', '201629.699000', '201629.701000', '201629.704000', '201629.707000', '201629.709000', '201629.712000', '201629.715000', '201629.717000', '201629.720000', '201629.731000', '201629.733000', '201629.736000', '201629.738000', '201629.741000', '201629.744000', '201649.610000', '201649.613000', '201649.616000', '201649.619000', '201649.621000', '201649.624000', '201649.627000', '201649.629000', '201649.632000', '201649.634000', '201649.637000', '201649.640000', '201649.642000', '201649.645000', '201649.648000', '201649.650000', '201649.653000', '201649.656000', '201649.658000', '201649.661000', '201649.664000', '201649.666000', '201649.669000', '201649.672000', '201649.674000', '201649.677000', '201649.680000', '201649.682000', '201649.685000', '201649.688000', '201649.690000', '201649.693000', '201649.696000', '201649.698000', '201649.701000', '201649.704000', '201649.707000', '201649.709000', '201649.712000', '201649.715000', '201649.717000', '201649.720000', '201649.723000', '201649.725000', '201709.612000', '201709.614000', '201709.617000', '201709.620000', '201709.622000', '201709.625000', '201709.628000', '201709.630000', '201709.633000', '201709.636000', '201709.638000', '201709.641000', '201709.644000', '201709.647000', '201709.649000', '201709.652000', '201709.655000', '201709.657000', '201709.660000', '201709.662000', '201709.665000', '201709.668000', '201709.671000', '201709.674000', '201709.676000', '201709.679000', '201709.682000', '201709.684000', '201709.687000', '201709.690000', '201709.692000', '201709.695000', '201709.698000', '201709.701000', '201709.703000', '201709.706000', '201709.709000', '201709.711000', '201709.741000', '201709.743000', '201709.746000', '201709.749000', '201709.751000', '201729.612000', '201729.614000', '201729.617000', '201729.620000', '201729.622000', '201729.625000', '201729.629000', '201729.631000', '201729.634000', '201729.637000', '201729.639000', '201729.642000', '201729.645000', '201729.647000', '201729.650000', '201729.653000', '201729.655000', '201729.658000', '201729.661000', '201729.663000', '201729.666000', '201729.669000', '201729.671000', '201729.674000', '201729.677000', '201729.679000', '201729.682000', '201729.685000', '201729.688000', '201729.690000', '201729.693000', '201729.696000', '201729.698000', '201729.701000', '201729.704000', '201729.706000', '201729.709000', '201729.712000', '201729.714000', '201729.717000', '201729.720000', '201729.722000', '201729.725000', '201749.612000', '201749.615000', '201749.618000', '201749.620000', '201749.639000', '201749.641000', '201749.644000', '201749.647000', '201749.649000', '201749.652000', '201749.654000', '201749.657000', '201749.660000', '201749.663000', '201749.665000', '201749.668000', '201749.671000', '201749.673000', '201749.676000', '201749.679000', '201749.681000', '201749.684000', '201749.687000', '201749.689000', '201749.692000', '201749.694000', '201749.697000', '201749.700000', '201749.702000', '201749.705000', '201749.708000', '201749.710000', '201749.713000', '201749.716000', '201749.718000', '201749.721000', '201749.724000', '201749.726000', '201749.729000', '201749.732000', '201749.734000', '201749.737000', '201749.740000', '201749.742000', '201809.612000', '201809.614000', '201809.617000', '201809.620000', '201809.623000', '201809.625000', '201809.628000', '201809.630000', '201809.633000', '201809.636000', '201809.639000', '201809.641000', '201809.644000', '201809.647000', '201809.649000', '201809.652000', '201809.654000', '201809.657000', '201809.660000', '201809.662000', '201809.665000', '201809.668000', '201809.670000', '201809.673000', '201809.676000', '201809.679000', '201809.681000', '201809.684000', '201809.686000', '201809.689000', '201809.692000', '201809.694000', '201809.697000', '201809.700000', '201809.702000', '201809.705000', '201809.708000', '201809.711000', '201809.713000', '201809.716000', '201809.719000', '201809.721000', '201809.724000', '201829.612000', '201829.615000', '201829.617000', '201829.620000', '201829.623000', '201829.625000', '201829.628000', '201829.631000', '201829.634000', '201829.636000', '201829.639000', '201829.642000', '201829.644000', '201829.647000', '201829.649000', '201829.652000', '201829.655000', '201829.657000', '201829.660000', '201829.663000', '201829.666000', '201829.668000', '201829.671000', '201829.673000', '201829.676000', '201829.679000', '201829.681000', '201829.684000', '201829.687000', '201829.689000', '201829.692000', '201829.695000', '201829.698000', '201829.700000', '201829.703000', '201829.706000', '201829.708000', '201829.711000', '201829.714000', '201829.716000', '201829.719000', '201829.722000', '201829.724000', '201829.727000', '201849.612000', '201849.615000', '201849.617000', '201849.620000', '201849.623000', '201849.625000', '201849.628000', '201849.631000', '201849.634000', '201849.637000', '201849.640000', '201849.642000', '201849.647000', '201849.649000', '201849.652000', '201849.655000', '201849.657000', '201849.660000', '201849.663000', '201849.665000', '201849.669000', '201849.672000', '201849.674000', '201849.677000', '201849.680000', '201849.683000', '201849.685000', '201849.688000', '201849.691000', '201849.693000', '201849.696000', '201849.699000', '201849.701000', '201849.704000', '201849.707000', '201849.709000', '201849.712000', '201849.715000', '201849.717000', '201849.720000', '201849.723000', '201849.726000', '201849.728000', '201909.619000', '201909.622000', '201909.624000', '201909.627000', '201909.630000', '201909.632000', '201909.635000', '201909.638000', '201909.640000', '201909.643000', '201909.646000', '201909.649000', '201909.651000', '201909.654000', '201909.657000', '201909.659000', '201909.662000', '201909.665000', '201909.667000', '201909.670000', '201909.673000', '201909.675000', '201909.678000', '201909.681000', '201909.683000', '201909.686000', '201909.689000', '201909.691000', '201909.694000', '201909.697000', '201909.700000', '201909.702000', '201909.705000', '201909.708000', '201909.710000', '201909.713000', '201909.715000', '201909.718000', '201909.721000', '201909.723000', '201909.726000', '201909.729000', '201909.732000', '201909.734000', '201929.612000', '201929.615000', '201929.617000', '201929.620000', '201929.623000', '201929.625000', '201929.628000', '201929.631000', '201929.633000', '201929.636000', '201929.639000', '201929.641000', '201929.644000', '201929.647000', '201929.649000', '201929.652000', '201929.655000', '201929.657000', '201929.660000', '201929.663000', '201929.665000', '201929.668000', '201929.671000', '201929.673000', '201929.677000', '201929.679000', '201929.682000', '201929.685000', '201929.687000', '201929.690000', '201929.693000', '201929.695000', '201929.698000', '201929.701000', '201929.703000', '201929.706000', '201929.709000', '201929.711000', '201929.714000', '201929.717000', '201929.719000', '201929.722000', '201929.725000', '201949.612000', '201949.615000', '201949.617000', '201949.620000', '201949.622000', '201949.625000', '201949.628000', '201949.631000', '201949.633000', '201949.636000', '201949.639000', '201949.641000', '201949.644000', '201949.647000', '201949.650000', '201949.652000', '201949.655000', '201949.657000', '201949.660000', '201949.663000', '201949.665000', '201949.668000', '201949.671000', '201949.673000', '201949.676000', '201949.679000', '201949.681000', '201949.684000', '201949.687000', '201949.690000', '201949.692000', '201949.695000', '201949.698000', '201949.700000', '201949.703000', '201949.706000', '201949.708000', '201949.711000', '201949.714000', '201949.716000', '201949.719000', '201949.722000', '201949.725000', '201949.727000', '202009.612000', '202009.614000', '202009.617000', '202009.620000', '202009.623000', '202009.625000', '202009.628000', '202009.631000', '202009.634000', '202009.636000', '202009.639000', '202009.642000', '202009.644000', '202009.647000', '202009.650000', '202009.652000', '202009.655000', '202009.658000', '202009.660000', '202009.673000', '202009.676000', '202009.679000', '202009.682000', '202009.685000', '202009.688000', '202009.690000', '202009.693000', '202009.696000', '202009.698000', '202009.701000', '202009.704000', '202009.707000', '202009.710000', '202009.713000', '202009.716000', '202009.718000', '202009.721000', '202009.723000', '202009.726000', '202009.729000', '202009.743000', '202009.746000', '202009.749000', '202029.612000', '202029.615000', '202029.617000', '202029.620000', '202029.623000', '202029.626000', '202029.629000', '202029.631000', '202029.634000', '202029.637000', '202029.639000', '202029.642000', '202029.645000', '202029.647000', '202029.650000', '202029.653000', '202029.655000', '202029.658000', '202029.661000', '202029.663000', '202029.666000', '202029.669000', '202029.671000', '202029.674000', '202029.677000', '202029.680000', '202029.682000', '202029.685000', '202029.688000', '202029.690000', '202029.693000', '202029.695000', '202029.698000', '202029.701000', '202029.703000', '202029.706000', '202029.709000', '202029.711000', '202029.714000', '202029.717000', '202029.719000', '202029.722000', '202029.725000', '202029.727000', '202049.612000', '202049.615000', '202049.618000', '202049.620000', '202049.623000', '202049.625000', '202049.628000', '202049.631000', '202049.633000', '202049.636000', '202049.639000', '202049.642000', '202049.644000', '202049.647000', '202049.649000', '202049.652000', '202049.655000', '202049.657000', '202049.660000', '202049.663000', '202049.665000', '202049.668000', '202049.671000', '202049.673000', '202049.676000', '202049.679000', '202049.682000', '202049.684000', '202049.687000', '202049.689000', '202049.700000', '202049.702000', '202049.705000', '202049.708000', '202049.711000', '202049.713000', '202049.716000', '202049.718000', '202049.721000', '202049.724000', '202049.727000', '202049.729000', '202049.732000', '202109.612000', '202109.615000', '202109.617000', '202109.621000', '202109.623000', '202109.626000', '202109.628000', '202109.631000', '202109.634000', '202109.637000', '202109.639000', '202109.642000', '202109.645000', '202109.647000', '202109.650000', '202109.653000', '202109.655000', '202109.658000', '202109.661000', '202109.663000', '202109.666000', '202109.669000', '202109.671000', '202109.674000', '202109.677000', '202109.680000', '202109.682000', '202109.685000', '202109.688000', '202109.690000', '202109.693000', '202109.696000', '202109.698000', '202109.701000', '202109.703000', '202109.706000', '202109.709000', '202109.711000', '202109.714000', '202109.717000', '202109.719000', '202109.722000', '202109.725000', '202109.727000', '202129.611000', '202129.614000', '202129.617000', '202129.619000', '202129.622000', '202129.625000', '202129.627000', '202129.630000', '202129.633000', '202129.636000', '202129.638000', '202129.641000', '202129.643000', '202129.646000', '202129.649000', '202129.651000', '202129.654000', '202129.657000', '202129.659000', '202129.662000', '202129.665000', '202129.667000', '202129.684000', '202129.687000', '202129.689000', '202129.692000', '202129.695000', '202129.697000', '202129.700000', '202129.703000', '202129.705000', '202129.708000', '202129.710000', '202129.713000', '202129.716000', '202129.718000', '202129.721000', '202129.724000', '202129.727000', '202129.729000', '202129.732000', '202129.735000', '202129.737000', '202149.612000', '202149.615000', '202149.618000', '202149.620000', '202149.623000', '202149.625000', '202149.628000', '202149.631000', '202149.634000', '202149.636000', '202149.639000', '202149.642000', '202149.644000', '202149.647000', '202149.650000', '202149.652000', '202149.655000', '202149.657000', '202149.660000', '202149.663000', '202149.666000', '202149.668000', '202149.671000', '202149.674000', '202149.676000', '202149.679000', '202149.682000', '202149.684000', '202149.687000', '202149.689000', '202149.692000', '202149.695000', '202149.698000', '202149.700000', '202149.703000', '202149.706000', '202149.708000', '202149.711000', '202149.714000', '202149.716000', '202149.719000', '202149.721000', '202149.724000', '202149.727000', '202209.612000', '202209.615000', '202209.617000', '202209.620000', '202209.623000', '202209.625000', '202209.636000', '202209.638000', '202209.641000', '202209.644000', '202209.647000', '202209.649000', '202209.652000', '202209.655000', '202209.657000', '202209.660000', '202209.663000', '202209.665000', '202209.668000', '202209.671000', '202209.673000', '202209.676000', '202209.679000', '202209.681000', '202209.684000', '202209.687000', '202209.689000', '202209.692000', '202209.695000', '202209.697000', '202209.700000', '202209.702000', '202209.705000', '202209.708000', '202209.710000', '202209.713000', '202209.716000', '202209.719000', '202209.721000', '202209.724000', '202209.727000', '202209.729000', '202209.732000', '202229.612000', '202229.615000', '202229.618000', '202229.620000', '202229.623000', '202229.626000', '202229.628000', '202229.631000', '202229.634000', '202229.637000', '202229.639000', '202229.642000', '202229.644000', '202229.647000', '202229.650000', '202229.652000', '202229.655000', '202229.658000', '202229.661000', '202229.663000', '202229.666000', '202229.669000', '202229.671000', '202229.674000', '202229.676000', '202229.679000', '202229.682000', '202229.684000', '202229.687000', '202229.690000', '202229.692000', '202229.695000', '202229.698000', '202229.700000', '202229.703000', '202229.706000', '202229.708000', '202229.711000', '202229.713000', '202229.716000', '202229.719000', '202229.721000', '202229.724000', '202229.727000', '202249.612000', '202249.615000', '202249.617000', '202249.620000', '202249.623000', '202249.625000', '202249.628000', '202249.631000', '202249.633000', '202249.636000', '202249.639000', '202249.642000', '202249.644000', '202249.647000', '202249.649000', '202249.652000', '202249.655000', '202249.657000', '202249.660000', '202249.663000', '202249.665000', '202249.668000', '202249.671000', '202249.673000', '202249.676000', '202249.678000', '202249.681000', '202249.684000', '202249.687000', '202249.689000', '202249.692000', '202249.694000', '202249.697000', '202249.700000', '202249.702000', '202249.705000', '202249.708000', '202249.710000', '202249.713000', '202249.716000', '202249.718000', '202249.721000', '202249.724000', '202309.612000', '202309.615000', '202309.617000', '202309.620000', '202309.623000', '202309.626000', '202309.628000', '202309.631000', '202309.634000', '202309.636000', '202309.639000', '202309.642000', '202309.644000', '202309.647000', '202309.650000', '202309.652000', '202309.655000', '202309.658000', '202309.660000', '202309.663000', '202309.666000', '202309.668000', '202309.671000', '202309.673000', '202309.677000', '202309.679000', '202309.682000', '202309.684000', '202309.687000', '202309.690000', '202309.692000', '202309.695000', '202309.698000', '202309.701000', '202309.703000', '202309.706000', '202309.709000', '202309.711000', '202309.714000', '202309.716000', '202309.719000', '202309.722000', '202309.724000', '202309.727000', '202329.612000', '202329.615000', '202329.618000', '202329.620000', '202329.623000', '202329.626000', '202329.628000', '202329.631000', '202329.634000', '202329.636000', '202329.639000', '202329.642000', '202329.644000', '202329.647000', '202329.650000', '202329.652000', '202329.655000', '202329.658000', '202329.660000', '202329.663000', '202329.666000', '202329.668000', '202329.671000', '202329.674000', '202329.676000', '202329.679000', '202329.682000', '202329.684000', '202329.687000', '202329.690000', '202329.692000', '202329.695000', '202329.698000', '202329.700000', '202329.703000', '202329.706000', '202329.708000', '202329.711000', '202329.714000', '202329.716000', '202329.719000', '202329.722000', '202329.724000', '202349.611000', '202349.614000', '202349.616000', '202349.619000', '202349.622000', '202349.624000', '202349.627000', '202349.630000', '202349.633000', '202349.635000', '202349.638000', '202349.641000', '202349.643000', '202349.646000', '202349.649000', '202349.651000', '202349.654000', '202349.682000', '202349.685000', '202349.688000', '202349.690000', '202349.693000', '202349.695000', '202349.698000', '202349.701000', '202349.703000', '202349.706000', '202349.709000', '202349.711000', '202349.714000', '202349.716000', '202349.720000', '202349.722000', '202349.725000', '202349.727000', '202349.730000', '202349.733000', '202349.735000', '202349.738000', '202349.741000', '202349.743000', '202349.746000', '202349.749000', '202349.751000', '202409.306000', '202409.310000', '202409.312000', '202409.315000', '202409.318000', '202409.321000', '202409.323000', '202409.326000', '202409.329000', '202409.332000', '202409.335000', '202409.338000', '202409.340000', '202409.344000', '202409.347000', '202409.350000', '202409.353000', '202409.356000', '202409.359000', '202409.362000', '202409.364000', '202409.367000', '202409.370000', '202409.373000', '202409.375000', '202409.380000', '202409.385000', '202409.390000', '202409.394000', '202409.398000', '202409.401000', '202409.403000', '202409.406000', '202409.409000', '202409.412000', '202409.415000', '202409.418000', '202409.421000', '202409.424000', '202409.427000', '202409.430000', '202409.437000', '202409.441000'], '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': [18402, 13867, 8361, 10446, 7625, 6670, 9870, 7619, 14957, 10230, 7928, 8241, 7687, 6601, 8412, 7916, 12793, 9677, 7549, 8713, 7827, 7033, 10507, 7554, 13377, 9235, 7748, 9720, 7724, 7177, 9145, 8221, 12769, 10238, 7813, 10184, 7784, 7030, 7917, 7316, 12792, 10307, 8161, 9454, 7580, 7330, 9211, 7287, 12721, 10102, 10645, 9321, 7813, 9294, 8745, 8464, 12196, 9334, 10238, 8168, 7888, 8669, 8581, 8543, 12295, 9243, 12590, 8336, 7444, 8759, 7873, 9493, 10026, 7213, 12718, 7774, 6886, 7461, 7504, 10329, 9439, 8525, 9394, 7384, 7258, 7842, 7706, 12185, 9400, 6638, 8852, 7810, 8553, 9332, 7634, 12772, 9575, 12337, 8666, 7325, 8656, 9629, 9567, 11587, 7985, 7138, 7794, 7686, 8029, 10310, 9088, 14582, 11054, 8114, 9295, 7589, 7772, 12693, 11409, 13331, 10345, 7716, 6594, 8378, 7090, 8678, 10563, 9117, 9175, 9566, 7793, 7271, 10704, 10605, 8632, 7796, 11982, 8304, 7123, 8487, 9919, 8769, 15776, 10699, 7023, 8568, 9051, 7713, 7009, 7190, 7819, 9122, 10037, 12970, 8963, 7164, 8082, 7464, 12802, 9707, 10960, 8385, 6776, 12496, 8972, 15068, 10043, 6999, 10066, 7586, 7083, 9431, 7746, 7050, 9568, 9403, 7036, 8489, 11195, 10147, 8379, 11233, 7780, 6915, 12025, 10400, 14279, 14966, 9790, 12205, 7245, 6701, 8249, 7134, 12782, 9842, 10590, 8719, 6831, 8933, 7719, 6608, 9166, 7996, 14478, 10466, 9107, 9389, 6868, 9472, 7728, 8099, 11142, 9253, 16613, 8688, 6550, 8380, 6957, 11109, 9243, 11130, 12497, 7808, 10617, 7595, 8580, 8499, 6758, 11910, 9424, 14698, 8877, 6741, 8271, 7327, 10333, 9723, 8902, 13625, 7364, 10543, 7783, 6717, 9898, 8936, 14370, 10633, 8785, 9633, 7184, 8265, 10596, 8524, 15237, 11072, 6749, 8112, 7106, 10045, 8613, 6716, 12469, 9982, 9317, 8975, 6996, 9179, 7930, 7051, 11780, 9854, 14183, 11432, 7057, 8554, 7138, 6802, 11228, 9568, 9081, 8284, 6901, 9401, 10772, 8198, 13971, 9973, 6983, 8456, 7170, 6914, 11471, 9999, 12465, 13915, 7906, 7033, 8041, 6923, 10247, 11537, 9470, 18060, 10368, 7148, 10372, 8198, 7051, 13679, 10305, 8389, 11810, 7602, 7341, 11436, 10025, 8100, 14753, 7600, 6853, 8537, 7480, 6972, 12035, 9286, 7092, 8772, 7060, 7311, 11353, 8818, 8366, 8670, 7242, 6654, 9499, 9668, 9242, 13168, 8821, 7011, 8511, 7454, 7196, 12504, 10123, 8457, 9354, 7358, 6899, 10097, 10584, 10098, 14862, 10871, 7389, 9270, 7971, 7093, 8469, 7809, 7129, 7988, 12202, 9484, 7136, 10031, 7483, 7158, 11826, 10617, 10636, 14615, 7267, 8937, 7730, 7141, 10360, 8902, 9615, 10653, 7016, 6600, 7415, 7385, 9066, 10196, 9504, 12497, 8191, 7507, 11314, 7607, 7301, 9799, 7709, 12128, 13136, 8563, 12662, 7664, 7271, 10766, 10365, 13112, 11503, 8738, 8656, 7611, 8522, 11443, 8963, 8871, 13121, 11708, 10434, 13871, 8179, 7930, 11107, 10369, 9509, 13778, 7053, 6817, 7478, 7380, 10195, 8426, 9732, 9414, 7508, 8354, 7274, 6983, 9699, 9097, 11425, 10069, 7048, 9686, 7523, 7149, 10562, 9021, 15144, 11601, 8031, 8597, 8466, 10249, 10269, 8093, 14385, 10402, 8210, 8058, 7400, 8833, 8135, 7759, 12150, 9651, 9130, 8479, 7596, 8750, 7468, 7087, 11492, 9065, 9503, 8691, 7099, 9579, 9412, 10118, 12663, 7665, 8955, 7204, 6942, 8907, 9390, 10509, 12027, 7573, 8229, 7481, 7376, 8872, 9841, 7725, 13242, 8447, 6686, 7882, 7230, 9002, 10761, 8328, 15060, 8020, 6688, 8619, 7819, 9227, 12092, 8964, 10438, 8244, 6914, 8748, 9343, 8743, 15371, 10758, 8055, 9196, 7229, 6809, 11983, 9873, 7688, 10392, 7706, 6991, 10112, 9653, 10558, 14065, 10159, 12607, 7916, 7772, 9815, 9391, 9274, 13694, 9558, 6850, 7855, 7059, 9033, 10651, 8123, 14366, 7980, 7085, 9437, 9132, 11177, 12053, 7662, 10244, 7337, 6673, 10844, 8683, 12692, 8602, 7154, 8764, 8086, 8069, 12399, 8870, 6552, 7654, 7339, 9597, 10053, 7979, 14004, 7251, 6669, 8042, 7191, 10815, 9969, 10153, 10677, 7104, 9039, 7903, 6957, 11430, 9223, 6357, 7958, 7163, 9284, 10000, 7818, 11680, 7678, 6853, 9496, 9349, 11264, 11174, 6867, 7860, 7399, 7090, 11397, 9405, 7324, 8937, 7044, 9969, 11333, 8268, 14461, 7634, 6452, 8081, 9300, 12417, 11096, 7666, 10658, 7491, 7059, 10927, 9411, 11413, 10086, 7042, 8953, 8867, 7148, 14637, 10889, 7875, 9237, 7500, 6743, 11207, 9444, 13182, 13075, 7341, 7640, 7500, 7524, 13649, 10440, 8172, 8653, 7558, 7091, 11193, 8886, 9826, 8397, 7350, 7540, 8680, 8298, 14981, 10156, 7553, 8401, 7616, 6922, 11147, 9425, 13280, 10726, 7655, 9371, 8691, 8312, 12780, 8851, 6501, 7752, 7410, 9047, 9405, 7669, 12119, 7653, 7628, 8446, 9176, 7799, 14118, 9772, 7365, 8163, 8517, 8054, 12699, 10063, 6831, 7865, 7715, 7968, 11106, 8863, 12518, 8357, 7441, 10024, 9770, 11370, 11888, 7791, 10142, 7632, 6934, 11274, 8828, 10285, 8579, 7441, 8947, 10072, 7076, 13138, 7524, 6613, 7751, 7747, 11634, 10576, 7436, 9753, 7539, 7361, 11117, 9909, 7618, 13400, 7849, 7351, 9906, 10522, 11828, 15317, 8420, 8455, 7684, 7276, 13116, 10053, 7582, 10013, 7497, 6876, 11323, 9273, 10734, 11779, 7414, 6570, 8834, 9124, 11552, 11759, 7341, 6494, 7660, 8791, 10742, 11205, 7975, 6648, 7365, 7216, 7577, 8960, 8611, 9773, 9765, 13368, 9379, 7243, 6769, 11176, 10292, 12320, 16176, 7671, 6665, 8509, 9248, 10240, 11067, 7349, 6478, 7633, 6932, 7464, 12008, 9143, 8022, 7884, 6793, 8512, 11528, 9416, 9923, 8530, 7177, 7531, 11267, 9508, 14958, 11663, 7772, 9277, 9082, 7413, 13082, 9567, 6992, 8190, 7266, 7574, 11865, 8614, 7257, 8785, 7518, 6792, 10440, 9749, 10008, 9208, 7406, 8257, 10137, 7715, 15486, 8409, 7539, 8451, 9458, 9340, 12703, 7475, 6702, 7917, 7252, 12631, 9436, 7952, 8483, 8094, 8390, 11802, 9210, 6655, 7646, 7465, 9312, 11755, 8002, 10925, 7624, 7072, 11987, 10064, 8085, 9563, 7421, 9158, 12130, 8946, 12397, 8193, 8135, 10547, 10242, 8052, 9287, 9093, 7856, 13626, 9847, 6567, 7875, 7019, 8786, 11332, 9290, 11533, 7813, 7520, 9145, 9585, 8699, 13528, 9728, 6505, 7963, 7397, 8285, 11812, 9620, 12523, 9440, 7871, 8209, 8589, 8585, 15358, 10797, 7947, 9062, 7061, 7056, 10589, 8008, 7015, 13775, 12214, 8508, 6568, 8270, 7348, 7603, 12600, 10375, 6886, 8590, 7870, 9226, 10523, 8116, 14050, 7314, 6827, 8161, 7788, 10003, 10880, 7208, 10041, 7711, 8135, 11834, 8669, 13681, 7899, 6954, 10032, 8543, 13591, 10003, 6639, 8293, 7188, 9887, 10029, 7570, 10497, 7197, 6853, 9427, 8955, 10363, 8990, 6488, 9171, 8091, 7662, 11586, 9272, 6766, 8342, 7411, 11785, 10559, 7655, 11237, 7625, 6775, 11293, 9018, 9208, 9269, 7028, 7130, 9931, 7986, 16398, 10770, 6659, 8901, 9146, 11521, 10593, 7251, 9148, 9616, 9000, 13320, 7969, 7401, 7598, 6733, 11704, 8999, 11496, 9003, 7246, 9674, 9801, 9092, 11612, 6841, 7653, 7634, 6832, 11715, 9343, 6691, 8353, 7029, 8136, 11215, 8076, 14404, 9666, 6695, 8244, 8170, 9428, 11893, 8423, 6576, 8010, 6863, 11910, 9556, 10231, 9287, 7059, 8659, 10290, 8112, 16673, 8738, 6967, 7779, 7198, 12523, 9768, 7191, 8153, 6946, 9819, 9975, 7693, 10847, 7074, 6531, 8115, 8454, 12212, 10065, 6685, 8508, 7071, 8615, 11681, 8797, 7249, 8006, 7041, 8909, 12345, 8696, 11312, 8416, 6872, 11217, 10351, 10454, 15198, 7089, 6812, 10461, 9354, 16850, 11153, 6988, 8375, 8776, 9175, 12116, 8096, 7398, 7648, 6879, 11836, 8972, 6707, 8696, 6855, 9720, 10285, 7522, 11245, 7370, 6808, 9814, 8978, 10612, 9490, 6682, 9144, 8447, 7453, 11835, 9763, 6868, 8292, 7076, 9619, 10299, 8796, 14099, 7559, 6915, 10550, 9203, 13710, 10535, 7178, 9592, 8762, 8385, 12159, 9563, 6706, 8492, 6934, 9334, 11624, 8071, 7681, 7905, 6723, 12053, 9525, 7591, 9376, 7219, 9372, 11393, 7006, 11737, 7640, 6796, 11293, 9049, 10172, 8161, 6764, 9548, 9196, 7250, 10870, 7058, 6654, 10561, 9065, 9074, 8343, 6830, 7246, 10221, 8149, 10925, 8182, 6708, 9274, 9409, 7565, 13632, 9035, 6851, 8774, 9976, 9812, 14453, 10296, 6599, 8290, 7894, 10287, 11977, 7963, 6696, 8057, 7717, 12610, 11928, 8012, 11564, 7606, 7053, 14793, 12301, 8280, 9336, 7390, 9241, 12723, 8807, 12136, 8543, 6735, 11289, 9803, 7955, 11216, 7519, 6756, 11491, 8942, 7508, 11529, 7684, 6852, 10949, 9298, 7011, 11738, 8534, 6680, 8836, 11737, 8219, 12576, 9298, 7001, 14502, 11047, 7964, 15506, 8494, 6759, 9070, 8526, 7056, 10861, 9615, 6931, 6678, 7547, 6836, 10338, 10809, 7342, 6766, 7832, 8447, 9223, 12152, 7960, 6787, 8507, 8657, 11500, 12361, 7469, 10511, 7626, 7022, 12607, 9557, 14351, 8301, 7086, 10973, 9279, 7563, 11021, 7337, 7096, 9988, 8758, 7940, 10889, 7041, 6882, 8545, 9690, 8161, 12833, 9671, 7079, 8602, 10933, 8889, 14266, 10778, 6839, 7853, 10860, 8267, 12809, 9874, 6727, 6893, 9489, 9409, 11691, 9390, 6914, 10184, 9357, 6998, 11372, 7690, 7012, 11457, 9084, 7656, 9458, 7412, 6760, 9616, 9944, 7460, 6860, 8467, 8985, 8808, 12214, 7456, 7401, 10779, 9521, 7552, 12952, 8409, 7174, 8300, 12268, 8441, 7284, 9134, 7349, 7126, 12451, 9572, 7572, 8239, 6983, 8259, 7178, 11467, 7918, 8247, 11482, 13624, 9434, 7648, 9669, 8222, 8467, 17099, 12636, 7459, 10075, 8078, 7345, 12457, 10128, 7196, 9051, 6932, 6996, 11413, 9707, 7360, 8870, 7629, 7664, 12977, 9463, 7998, 8722, 7068, 7966, 12235, 8452, 9025, 7850, 6976, 12121, 9027, 7063, 8871, 7168, 9162, 12397, 8065, 12216, 7372, 6676, 9273, 7913, 13698, 10942, 7620, 8419, 6910, 10855, 9445, 8532, 10910, 6585, 9461, 7374, 6555, 11784, 9155, 6762, 7903, 6924, 9352, 10755, 7752, 9961, 9433, 7141, 14033, 11011, 6668, 8471, 7422, 10471, 11232, 10381, 16516, 7507, 6673, 10442, 9925, 14134, 10905, 6852, 8712, 7486, 9604, 11917, 8155, 7625, 7610, 6823, 10448, 9176, 8882, 10062, 7112, 6690, 9755, 9628, 14685, 11626, 7718, 8581, 8299, 9773, 14350, 11619, 14380, 7535, 6971, 11620, 10510, 15403, 12512, 7109, 8771, 7484, 7647, 12626, 10573, 13988, 7826, 6710, 8317, 8355, 10462, 12045, 7758, 8658, 7203, 6506, 11045, 9801, 12339, 10744, 6746, 9189, 7367, 9986, 11021, 8373, 13108, 6904, 6365, 8099, 6860, 12609, 10450, 8619, 8864, 6940, 9726, 12113, 9287, 11832, 7673, 7023, 9359, 8847, 10487, 12698, 9372, 16129, 7818, 6923, 10160, 9751, 13214, 11178, 8950, 10510, 7435, 6996, 13028, 9994, 10444, 10751, 7051, 6669, 8399, 7596, 12813, 10522, 7617, 9355, 7270, 6593, 11882, 10815, 14078, 14081, 7229, 6485, 8228, 8191, 12310, 11713, 8513, 9449, 7199, 6694, 11278, 10463, 12341, 13096, 6662, 9923, 7626, 7765, 13430, 11092, 7650, 8387, 6817, 10473, 12376, 8582, 12883, 7643, 6957, 8799, 9079, 9694, 12950, 9060, 7206, 8012, 6874, 10262, 12860, 8946, 10860, 7458, 6719, 10228, 12277, 8667, 13076, 9009, 6962, 9837, 10752, 8088, 14961, 10253, 7134, 8565, 9179, 9232, 12908, 7841, 7041, 8086, 7467, 10675, 10521, 7440, 9304, 7205, 6960, 12280, 9556, 8747, 8007, 6681, 6449, 10845, 9737, 12876, 9998, 6451, 8042, 7433, 6854, 12240, 10516, 8102, 9221, 7339, 6891, 11798, 9897, 10986, 12395, 7367, 10141, 8006, 7731, 13396, 10655, 8003, 8391, 6889, 9782, 11314, 8395, 13669, 9394, 6522, 7550, 6885, 10656, 9462, 10655, 12498, 6625, 10117, 7355, 6438, 12472, 9926, 11772, 9366, 6818, 9270, 8448, 9709, 12469, 7526, 10756, 6858, 6807, 10859, 10223, 13857, 10557, 6751, 8682, 6891, 7155, 12429, 10482, 9155, 8015, 6600, 7823, 9783, 8686, 14863, 11127, 7538, 8241, 6719, 11665, 9641, 6629, 11209, 9094, 12056, 9563, 6541, 8964, 7707, 6971, 7504, 12847, 11263, 8879, 11403, 7796, 7375, 7320, 8403, 8916, 14710, 11460, 9504, 13068, 7634, 6551, 8900, 9487, 9224, 13297, 10003, 7320, 8372, 7115, 7764, 10652, 9077, 14955, 11007, 7517, 9576, 7083, 6455, 11720, 9602, 14416, 11603, 8459, 10006, 7498, 6744, 9115, 8014, 14906, 10997, 10006, 11328, 7276, 6904, 8505, 7079, 11398, 11442, 7759, 11317, 7135, 6940, 9164, 7765, 7912, 12874, 9553, 8480, 8514, 6978, 6921, 10515, 11083, 9498, 12696, 7533, 6691, 11020, 9373, 7270, 12093, 8844, 6912, 6766, 9803, 7996, 8417, 12249, 13140, 8478, 6847, 8513, 7840, 9375, 12464, 9197, 15182, 7051, 6764, 8946, 7570, 12949, 10901, 6674, 8566, 6926, 8272, 10506, 7976, 13236, 10473, 6880, 7921, 6782, 8492, 10737, 9330, 12613, 7541, 6826, 10275, 10143, 9572, 13138, 9029, 6552, 7979, 6620, 11435, 10988, 7912, 10314, 7130, 6856, 11439, 11438, 8701, 13614, 9233, 6733, 8094, 8295], 'WindowCenter': [4116.0, 4079.0, 4024.0, 4042.0, 4009.0, 3987.0, 4028.0, 3996.0, 4060.0, 4030.0, 4007.0, 4007.0, 4007.0, 3988.0, 4018.0, 4010.0, 4062.0, 4042.0, 4022.0, 4031.0, 4022.0, 4000.0, 4051.0, 4009.0, 4063.0, 4041.0, 4021.0, 4041.0, 4023.0, 4010.0, 4030.0, 4021.0, 4062.0, 4043.0, 4022.0, 4043.0, 4021.0, 4000.0, 4010.0, 4010.0, 4051.0, 4042.0, 4023.0, 4031.0, 4011.0, 4009.0, 4030.0, 3998.0, 4051.0, 4042.0, 4041.0, 4019.0, 3999.0, 4019.0, 4018.0, 4008.0, 4051.0, 4030.0, 4040.0, 4009.0, 4008.0, 4017.0, 4020.0, 4017.0, 4050.0, 4031.0, 4052.0, 4019.0, 3999.0, 4019.0, 4009.0, 4028.0, 4029.0, 3998.0, 4062.0, 4010.0, 3998.0, 4008.0, 4010.0, 4041.0, 4031.0, 4031.0, 4032.0, 4012.0, 4011.0, 4021.0, 4022.0, 4063.0, 4044.0, 4003.0, 4032.0, 4023.0, 4033.0, 4031.0, 4011.0, 4064.0, 4044.0, 4063.0, 4021.0, 4010.0, 4029.0, 4041.0, 4029.0, 4052.0, 4021.0, 4001.0, 4020.0, 4023.0, 4020.0, 4042.0, 4033.0, 4076.0, 4054.0, 4023.0, 4031.0, 4010.0, 4009.0, 4062.0, 4052.0, 4063.0, 4040.0, 4009.0, 3988.0, 4008.0, 3999.0, 4018.0, 4042.0, 4031.0, 4032.0, 4042.0, 4023.0, 4025.0, 4054.0, 4056.0, 4033.0, 4022.0, 4063.0, 4021.0, 4000.0, 4020.0, 4040.0, 4019.0, 4075.0, 4042.0, 3999.0, 4031.0, 4032.0, 4022.0, 4010.0, 3999.0, 4009.0, 4042.0, 4043.0, 4076.0, 4045.0, 4011.0, 4020.0, 4011.0, 4050.0, 4029.0, 4027.0, 4005.0, 3985.0, 4047.0, 4018.0, 4071.0, 4028.0, 3997.0, 4039.0, 4021.0, 4011.0, 4041.0, 4021.0, 4011.0, 4043.0, 4045.0, 4012.0, 4046.0, 4064.0, 4055.0, 4033.0, 4052.0, 4012.0, 4001.0, 4052.0, 4041.0, 4061.0, 4074.0, 4041.0, 4050.0, 3999.0, 3986.0, 4006.0, 3997.0, 4049.0, 4030.0, 4041.0, 4030.0, 3999.0, 4028.0, 4010.0, 3998.0, 4029.0, 4020.0, 4073.0, 4053.0, 4031.0, 4041.0, 3999.0, 4029.0, 4009.0, 4006.0, 4039.0, 4031.0, 4085.0, 4031.0, 3989.0, 4017.0, 3998.0, 4041.0, 4030.0, 4040.0, 4065.0, 4009.0, 4040.0, 4010.0, 4018.0, 4017.0, 3988.0, 4050.0, 4030.0, 4071.0, 4030.0, 3998.0, 4017.0, 4009.0, 4039.0, 4029.0, 4030.0, 4075.0, 4010.0, 4040.0, 4008.0, 3999.0, 4040.0, 4031.0, 4061.0, 4055.0, 4031.0, 4041.0, 3999.0, 4019.0, 4038.0, 4019.0, 4075.0, 4052.0, 3999.0, 4009.0, 3999.0, 4029.0, 4017.0, 3988.0, 4051.0, 4041.0, 4031.0, 4029.0, 3999.0, 4028.0, 4007.0, 3998.0, 4051.0, 4040.0, 4074.0, 4063.0, 4009.0, 4030.0, 4011.0, 4009.0, 4051.0, 4043.0, 4031.0, 4029.0, 4011.0, 4042.0, 4053.0, 4031.0, 4076.0, 4056.0, 4012.0, 4031.0, 4012.0, 3999.0, 4051.0, 4041.0, 4064.0, 4075.0, 4021.0, 4011.0, 4019.0, 4008.0, 4036.0, 4051.0, 4028.0, 4084.0, 4040.0, 4009.0, 4039.0, 4019.0, 3997.0, 4060.0, 4042.0, 4021.0, 4051.0, 4007.0, 4006.0, 4048.0, 4026.0, 4007.0, 4073.0, 4007.0, 3999.0, 4018.0, 4007.0, 3996.0, 4047.0, 4029.0, 3995.0, 4018.0, 3998.0, 4008.0, 4047.0, 4028.0, 4031.0, 4029.0, 4008.0, 3996.0, 4040.0, 4040.0, 4029.0, 4075.0, 4044.0, 4010.0, 4030.0, 4009.0, 3997.0, 4051.0, 4042.0, 4019.0, 4029.0, 4009.0, 3998.0, 4038.0, 4039.0, 4040.0, 4075.0, 4053.0, 4009.0, 4041.0, 4020.0, 3999.0, 4020.0, 4007.0, 4008.0, 4019.0, 4061.0, 4041.0, 4010.0, 4040.0, 4008.0, 3997.0, 4047.0, 4036.0, 4037.0, 4062.0, 3997.0, 4017.0, 4006.0, 3996.0, 4036.0, 4017.0, 4027.0, 4052.0, 4009.0, 3998.0, 4009.0, 4008.0, 4029.0, 4040.0, 4041.0, 4062.0, 4032.0, 4010.0, 4050.0, 4008.0, 3997.0, 4028.0, 4007.0, 4050.0, 4063.0, 4020.0, 4061.0, 4007.0, 3995.0, 4036.0, 4025.0, 4049.0, 4036.0, 4005.0, 4003.0, 3994.0, 4003.0, 4025.0, 4003.0, 4015.0, 4046.0, 4037.0, 4027.0, 4045.0, 4002.0, 3992.0, 4024.0, 4024.0, 4014.0, 4047.0, 3985.0, 3983.0, 3994.0, 3996.0, 4024.0, 4006.0, 4027.0, 4027.0, 4008.0, 4018.0, 4006.0, 4008.0, 4027.0, 4029.0, 4051.0, 4041.0, 4000.0, 4028.0, 4006.0, 3995.0, 4038.0, 4017.0, 4062.0, 4050.0, 4007.0, 4015.0, 4005.0, 4024.0, 4027.0, 4005.0, 4060.0, 4040.0, 4007.0, 4005.0, 3993.0, 4015.0, 4006.0, 4006.0, 4048.0, 4040.0, 4028.0, 4017.0, 4008.0, 4016.0, 4008.0, 3997.0, 4040.0, 4031.0, 4029.0, 4017.0, 3997.0, 4029.0, 4028.0, 4038.0, 4061.0, 4010.0, 4030.0, 3997.0, 3997.0, 4029.0, 4028.0, 4038.0, 4061.0, 4020.0, 4018.0, 4007.0, 4008.0, 4029.0, 4039.0, 4008.0, 4074.0, 4031.0, 4001.0, 4019.0, 4012.0, 4030.0, 4051.0, 4021.0, 4073.0, 4019.0, 3997.0, 4017.0, 4009.0, 4029.0, 4051.0, 4030.0, 4049.0, 4019.0, 4011.0, 4032.0, 4040.0, 4031.0, 4084.0, 4052.0, 4021.0, 4031.0, 4007.0, 4000.0, 4051.0, 4042.0, 4020.0, 4041.0, 4007.0, 3998.0, 4039.0, 4029.0, 4038.0, 4062.0, 4040.0, 4048.0, 4006.0, 4006.0, 4025.0, 4026.0, 4025.0, 4061.0, 4027.0, 3996.0, 4005.0, 3997.0, 4017.0, 4039.0, 4018.0, 4072.0, 4007.0, 3996.0, 4027.0, 4026.0, 4038.0, 4050.0, 4008.0, 4027.0, 3995.0, 3985.0, 4034.0, 4017.0, 4061.0, 4016.0, 3998.0, 4016.0, 4018.0, 4006.0, 4049.0, 4028.0, 3987.0, 4007.0, 4007.0, 4028.0, 4028.0, 4007.0, 4061.0, 4008.0, 3987.0, 4006.0, 3997.0, 4037.0, 4027.0, 4040.0, 4040.0, 3997.0, 4027.0, 4008.0, 3996.0, 4050.0, 4031.0, 3988.0, 4020.0, 4011.0, 4028.0, 4041.0, 4021.0, 4052.0, 4006.0, 4000.0, 4041.0, 4030.0, 4048.0, 4051.0, 3999.0, 4018.0, 4007.0, 3997.0, 4049.0, 4042.0, 4010.0, 4028.0, 3999.0, 4040.0, 4048.0, 4019.0, 4074.0, 4009.0, 3988.0, 4019.0, 4028.0, 4048.0, 4052.0, 4010.0, 4038.0, 4009.0, 4009.0, 4039.0, 4030.0, 4051.0, 4040.0, 3999.0, 4030.0, 4029.0, 3996.0, 4071.0, 4053.0, 4019.0, 4029.0, 4007.0, 3996.0, 4038.0, 4027.0, 4060.0, 4061.0, 3997.0, 4007.0, 4006.0, 4005.0, 4059.0, 4041.0, 4018.0, 4017.0, 4007.0, 3996.0, 4037.0, 4029.0, 4040.0, 4017.0, 4007.0, 4009.0, 4019.0, 4017.0, 4071.0, 4041.0, 4007.0, 4017.0, 4006.0, 3997.0, 4037.0, 4028.0, 4061.0, 4038.0, 4007.0, 4027.0, 4016.0, 4003.0, 4049.0, 4018.0, 3984.0, 4006.0, 4008.0, 4015.0, 4028.0, 4009.0, 4061.0, 4010.0, 4009.0, 4030.0, 4028.0, 4008.0, 4073.0, 4040.0, 4009.0, 4019.0, 4028.0, 4018.0, 4062.0, 4044.0, 4000.0, 4020.0, 4020.0, 4018.0, 4051.0, 4031.0, 4050.0, 4018.0, 4008.0, 4039.0, 4039.0, 4049.0, 4062.0, 4008.0, 4038.0, 4007.0, 3998.0, 4048.0, 4028.0, 4041.0, 4018.0, 4010.0, 4029.0, 4039.0, 3998.0, 4074.0, 4021.0, 3998.0, 4021.0, 4020.0, 4051.0, 4053.0, 4011.0, 4041.0, 4010.0, 4011.0, 4050.0, 4043.0, 4021.0, 4074.0, 4019.0, 4009.0, 4041.0, 4050.0, 4051.0, 4074.0, 4018.0, 4018.0, 4007.0, 4008.0, 4049.0, 4040.0, 4009.0, 4039.0, 4007.0, 3997.0, 4049.0, 4029.0, 4050.0, 4050.0, 4008.0, 3987.0, 4017.0, 4029.0, 4050.0, 4050.0, 4010.0, 3986.0, 4007.0, 4017.0, 4040.0, 4051.0, 4018.0, 3998.0, 4010.0, 4010.0, 4019.0, 4029.0, 4016.0, 4037.0, 4039.0, 4061.0, 4028.0, 4008.0, 3997.0, 4037.0, 4028.0, 4048.0, 4071.0, 4005.0, 3983.0, 4015.0, 4025.0, 4025.0, 4036.0, 3994.0, 3984.0, 4004.0, 3998.0, 4007.0, 4048.0, 4029.0, 4018.0, 4017.0, 3997.0, 4028.0, 4049.0, 4040.0, 4040.0, 4017.0, 3997.0, 4005.0, 4038.0, 4028.0, 4072.0, 4050.0, 4007.0, 4027.0, 4017.0, 3995.0, 4049.0, 4028.0, 3995.0, 4006.0, 3995.0, 4003.0, 4048.0, 4017.0, 4008.0, 4018.0, 3996.0, 3996.0, 4036.0, 4027.0, 4039.0, 4027.0, 4007.0, 4016.0, 4036.0, 4007.0, 4071.0, 4017.0, 4008.0, 4017.0, 4026.0, 4025.0, 4060.0, 3996.0, 3984.0, 4006.0, 4007.0, 4060.0, 4027.0, 4019.0, 4030.0, 4018.0, 4019.0, 4060.0, 4040.0, 3999.0, 4020.0, 4010.0, 4029.0, 4052.0, 4021.0, 4048.0, 4006.0, 3998.0, 4048.0, 4040.0, 4018.0, 4027.0, 4009.0, 4027.0, 4047.0, 4029.0, 4049.0, 4017.0, 4007.0, 4037.0, 4039.0, 4006.0, 4026.0, 4016.0, 4007.0, 4059.0, 4039.0, 3996.0, 4006.0, 4008.0, 4015.0, 4048.0, 4030.0, 4051.0, 4008.0, 4008.0, 4029.0, 4027.0, 4018.0, 4060.0, 4029.0, 3985.0, 4005.0, 4009.0, 4015.0, 4048.0, 4028.0, 4061.0, 4029.0, 4016.0, 4018.0, 4017.0, 4016.0, 4072.0, 4037.0, 4007.0, 4016.0, 3996.0, 3982.0, 4025.0, 4004.0, 3995.0, 4058.0, 4049.0, 4017.0, 3996.0, 4015.0, 3994.0, 4006.0, 4047.0, 4039.0, 3995.0, 4015.0, 4005.0, 4026.0, 4036.0, 4006.0, 4060.0, 3994.0, 3984.0, 4005.0, 4007.0, 4039.0, 4052.0, 4007.0, 4039.0, 4007.0, 4004.0, 4047.0, 4017.0, 4059.0, 4007.0, 3995.0, 4024.0, 4015.0, 4047.0, 4027.0, 3983.0, 4003.0, 3995.0, 4024.0, 4027.0, 4006.0, 4038.0, 3995.0, 3998.0, 4027.0, 4027.0, 4039.0, 4027.0, 3986.0, 4039.0, 4019.0, 4008.0, 4052.0, 4041.0, 3998.0, 4018.0, 4009.0, 4049.0, 4040.0, 4008.0, 4048.0, 4006.0, 3997.0, 4049.0, 4029.0, 4030.0, 4028.0, 3997.0, 4009.0, 4038.0, 4017.0, 4082.0, 4040.0, 3996.0, 4027.0, 4027.0, 4048.0, 4039.0, 3995.0, 4026.0, 4027.0, 4014.0, 4060.0, 4007.0, 3993.0, 4006.0, 3995.0, 4046.0, 4017.0, 4047.0, 4014.0, 3995.0, 4026.0, 4026.0, 4016.0, 4050.0, 3985.0, 4004.0, 4004.0, 3985.0, 4048.0, 4029.0, 3996.0, 4017.0, 4008.0, 4018.0, 4048.0, 4008.0, 4072.0, 4029.0, 3986.0, 4018.0, 4018.0, 4025.0, 4050.0, 4019.0, 3986.0, 4018.0, 3998.0, 4048.0, 4040.0, 4039.0, 4027.0, 3997.0, 4028.0, 4037.0, 4006.0, 4084.0, 4017.0, 3996.0, 4006.0, 3995.0, 4047.0, 4039.0, 3995.0, 4006.0, 4008.0, 4025.0, 4026.0, 4006.0, 4038.0, 3996.0, 3986.0, 4015.0, 4017.0, 4047.0, 4038.0, 3997.0, 4019.0, 4009.0, 4018.0, 4050.0, 4030.0, 4008.0, 4018.0, 4010.0, 4028.0, 4060.0, 4030.0, 4050.0, 4016.0, 3998.0, 4049.0, 4038.0, 4040.0, 4071.0, 3996.0, 3995.0, 4036.0, 4026.0, 4071.0, 4038.0, 3996.0, 4015.0, 4017.0, 4025.0, 4050.0, 4007.0, 3995.0, 4005.0, 3996.0, 4037.0, 4028.0, 3986.0, 4015.0, 3996.0, 4025.0, 4024.0, 4007.0, 4049.0, 3996.0, 3997.0, 4038.0, 4028.0, 4039.0, 4028.0, 3997.0, 4029.0, 4018.0, 4007.0, 4050.0, 4041.0, 3997.0, 4017.0, 4009.0, 4027.0, 4038.0, 4019.0, 4060.0, 4006.0, 3996.0, 4037.0, 4027.0, 4060.0, 4037.0, 3996.0, 4028.0, 4016.0, 4004.0, 4047.0, 4028.0, 3987.0, 4017.0, 4008.0, 4026.0, 4048.0, 4019.0, 4007.0, 4006.0, 3997.0, 4047.0, 4039.0, 4007.0, 4026.0, 4008.0, 4015.0, 4037.0, 3997.0, 4048.0, 4005.0, 3996.0, 4036.0, 4028.0, 4039.0, 4005.0, 3997.0, 4026.0, 4027.0, 4009.0, 4049.0, 3997.0, 3999.0, 4037.0, 4028.0, 4028.0, 4019.0, 3999.0, 4008.0, 4037.0, 4019.0, 4050.0, 4018.0, 4000.0, 4040.0, 4030.0, 4008.0, 4072.0, 4030.0, 3999.0, 4030.0, 4040.0, 4028.0, 4071.0, 4040.0, 3986.0, 4018.0, 4019.0, 4037.0, 4049.0, 4019.0, 3987.0, 4016.0, 4019.0, 4048.0, 4052.0, 4019.0, 4037.0, 4007.0, 3995.0, 4059.0, 4049.0, 4007.0, 4015.0, 3995.0, 4014.0, 4046.0, 4017.0, 4046.0, 4005.0, 3997.0, 4036.0, 4025.0, 4004.0, 4036.0, 3993.0, 3996.0, 4037.0, 4015.0, 4007.0, 4050.0, 4006.0, 3997.0, 4038.0, 4026.0, 3996.0, 4049.0, 4018.0, 3998.0, 4027.0, 4047.0, 4017.0, 4061.0, 4027.0, 3996.0, 4058.0, 4037.0, 4006.0, 4070.0, 4016.0, 3997.0, 4027.0, 4015.0, 3994.0, 4036.0, 4027.0, 3997.0, 3996.0, 4006.0, 3996.0, 4037.0, 4049.0, 4008.0, 3996.0, 4007.0, 4018.0, 4027.0, 4062.0, 4008.0, 3998.0, 4018.0, 4017.0, 4049.0, 4050.0, 3996.0, 4024.0, 4005.0, 3982.0, 4048.0, 4028.0, 4058.0, 4002.0, 3994.0, 4035.0, 4015.0, 4006.0, 4037.0, 3994.0, 3998.0, 4037.0, 4017.0, 4005.0, 4037.0, 3996.0, 3997.0, 4018.0, 4026.0, 4017.0, 4061.0, 4028.0, 3997.0, 4017.0, 4038.0, 4018.0, 4059.0, 4038.0, 3986.0, 4006.0, 4036.0, 4006.0, 4048.0, 4028.0, 3985.0, 3998.0, 4026.0, 4027.0, 4050.0, 4027.0, 3996.0, 4037.0, 4025.0, 3996.0, 4048.0, 4006.0, 3996.0, 4046.0, 4028.0, 4007.0, 4027.0, 3997.0, 3997.0, 4027.0, 4039.0, 3996.0, 3997.0, 4017.0, 4028.0, 4028.0, 4062.0, 4008.0, 4008.0, 4049.0, 4027.0, 4009.0, 4061.0, 4016.0, 3997.0, 4015.0, 4047.0, 4019.0, 3997.0, 4026.0, 3994.0, 3995.0, 4047.0, 4040.0, 4009.0, 4018.0, 3997.0, 4016.0, 3996.0, 4048.0, 4018.0, 4018.0, 4049.0, 4071.0, 4028.0, 4006.0, 4027.0, 4016.0, 4015.0, 4070.0, 4049.0, 3994.0, 4024.0, 3992.0, 3993.0, 4046.0, 4036.0, 3994.0, 4015.0, 3995.0, 3995.0, 4047.0, 4038.0, 4006.0, 4028.0, 4019.0, 4007.0, 4060.0, 4041.0, 4020.0, 4018.0, 4008.0, 4018.0, 4049.0, 4019.0, 4015.0, 4006.0, 3996.0, 4046.0, 4029.0, 3994.0, 4015.0, 3997.0, 4027.0, 4047.0, 4019.0, 4047.0, 3995.0, 3986.0, 4026.0, 4006.0, 4056.0, 4039.0, 4005.0, 4004.0, 3995.0, 4035.0, 4025.0, 4016.0, 4049.0, 3997.0, 4025.0, 4008.0, 3986.0, 4048.0, 4042.0, 3997.0, 4018.0, 4009.0, 4028.0, 4050.0, 4008.0, 4040.0, 4030.0, 4009.0, 4073.0, 4051.0, 3998.0, 4018.0, 4009.0, 4039.0, 4050.0, 4042.0, 4082.0, 4008.0, 3997.0, 4049.0, 4039.0, 4072.0, 4051.0, 3996.0, 4018.0, 4009.0, 4027.0, 4049.0, 4021.0, 4018.0, 4009.0, 4012.0, 4050.0, 4042.0, 4041.0, 4041.0, 4010.0, 4011.0, 4041.0, 4041.0, 4085.0, 4064.0, 4020.0, 4030.0, 4031.0, 4039.0, 4074.0, 4064.0, 4071.0, 4008.0, 4007.0, 4048.0, 4039.0, 4070.0, 4060.0, 3996.0, 4016.0, 4007.0, 4004.0, 4048.0, 4050.0, 4072.0, 4007.0, 3997.0, 4029.0, 4028.0, 4037.0, 4062.0, 4019.0, 4017.0, 4007.0, 3999.0, 4049.0, 4039.0, 4060.0, 4050.0, 3986.0, 4025.0, 4007.0, 4026.0, 4037.0, 4018.0, 4061.0, 3999.0, 3987.0, 4018.0, 3996.0, 4059.0, 4054.0, 4029.0, 4027.0, 3998.0, 4026.0, 4049.0, 4040.0, 4062.0, 4019.0, 4010.0, 4039.0, 4029.0, 4038.0, 4059.0, 4042.0, 4073.0, 4020.0, 3999.0, 4038.0, 4028.0, 4059.0, 4050.0, 4028.0, 4037.0, 3995.0, 4009.0, 4057.0, 4038.0, 4050.0, 4052.0, 4010.0, 3998.0, 4029.0, 4009.0, 4059.0, 4053.0, 4019.0, 4028.0, 4008.0, 4009.0, 4060.0, 4039.0, 4073.0, 4061.0, 3996.0, 3984.0, 4017.0, 4018.0, 4047.0, 4050.0, 4018.0, 4026.0, 3996.0, 3997.0, 4047.0, 4038.0, 4060.0, 4060.0, 3986.0, 4026.0, 4006.0, 4005.0, 4059.0, 4050.0, 4005.0, 4004.0, 3996.0, 4037.0, 4047.0, 4016.0, 4060.0, 4006.0, 3996.0, 4028.0, 4028.0, 4026.0, 4059.0, 4028.0, 4006.0, 4007.0, 3998.0, 4037.0, 4048.0, 4027.0, 4038.0, 3995.0, 3998.0, 4038.0, 4047.0, 4018.0, 4059.0, 4016.0, 3995.0, 4036.0, 4036.0, 4005.0, 4069.0, 4037.0, 3994.0, 4016.0, 4025.0, 4024.0, 4059.0, 4005.0, 3994.0, 4005.0, 3994.0, 4035.0, 4040.0, 4007.0, 4026.0, 4006.0, 3996.0, 4047.0, 4027.0, 4017.0, 4005.0, 3985.0, 3984.0, 4037.0, 4027.0, 4059.0, 4038.0, 3987.0, 4016.0, 4006.0, 3997.0, 4047.0, 4040.0, 4017.0, 4027.0, 4006.0, 3997.0, 4047.0, 4038.0, 4049.0, 4048.0, 3995.0, 4025.0, 4005.0, 3994.0, 4047.0, 4038.0, 4004.0, 4003.0, 3994.0, 4025.0, 4035.0, 4003.0, 4058.0, 4027.0, 3984.0, 3994.0, 3995.0, 4035.0, 4026.0, 4036.0, 4060.0, 3986.0, 4036.0, 4006.0, 3987.0, 4047.0, 4039.0, 4049.0, 4028.0, 3985.0, 4028.0, 4017.0, 4025.0, 4060.0, 4007.0, 4037.0, 3986.0, 3996.0, 4036.0, 4036.0, 4060.0, 4039.0, 3996.0, 4016.0, 3998.0, 3997.0, 4049.0, 4050.0, 4029.0, 4006.0, 3997.0, 4005.0, 4039.0, 4018.0, 4071.0, 4050.0, 4005.0, 4004.0, 3985.0, 4034.0, 4024.0, 3984.0, 4046.0, 4028.0, 4060.0, 4039.0, 3986.0, 4029.0, 4007.0, 3997.0, 4009.0, 4060.0, 4051.0, 4042.0, 4062.0, 4020.0, 4010.0, 4009.0, 4020.0, 4029.0, 4061.0, 4053.0, 4042.0, 4061.0, 4006.0, 3987.0, 4028.0, 4028.0, 4027.0, 4062.0, 4042.0, 4010.0, 4031.0, 3999.0, 4020.0, 4039.0, 4029.0, 4074.0, 4041.0, 4008.0, 4029.0, 3997.0, 3987.0, 4049.0, 4027.0, 4061.0, 4050.0, 4019.0, 4029.0, 3996.0, 3986.0, 4015.0, 4006.0, 4057.0, 4025.0, 4028.0, 4037.0, 3995.0, 3983.0, 4002.0, 3996.0, 4036.0, 4037.0, 4008.0, 4037.0, 3996.0, 3998.0, 4016.0, 4007.0, 4005.0, 4049.0, 4039.0, 4032.0, 4019.0, 3998.0, 3997.0, 4037.0, 4038.0, 4028.0, 4061.0, 4009.0, 3998.0, 4051.0, 4031.0, 4011.0, 4061.0, 4028.0, 3996.0, 3985.0, 4028.0, 4006.0, 4018.0, 4063.0, 4074.0, 4030.0, 3998.0, 4018.0, 4017.0, 4016.0, 4048.0, 4027.0, 4059.0, 3997.0, 3985.0, 4016.0, 4005.0, 4047.0, 4049.0, 3997.0, 4016.0, 3996.0, 4015.0, 4038.0, 4008.0, 4063.0, 4051.0, 3998.0, 4017.0, 3998.0, 4018.0, 4037.0, 4040.0, 4059.0, 4006.0, 3996.0, 4038.0, 4039.0, 4027.0, 4062.0, 4029.0, 3988.0, 4007.0, 3997.0, 4049.0, 4051.0, 4020.0, 4039.0, 3996.0, 3999.0, 4050.0, 4049.0, 4029.0, 4061.0, 4029.0, 3998.0, 4018.0, 4017.0], 'WindowWidth': [9149.0, 9082.0, 8995.0, 9015.0, 8967.0, 8935.0, 8988.0, 8945.0, 9041.0, 8999.0, 8959.0, 8959.0, 8961.0, 8937.0, 8976.0, 8969.0, 9042.0, 9018.0, 8988.0, 8999.0, 8986.0, 8955.0, 9029.0, 8970.0, 9047.0, 9014.0, 8986.0, 9015.0, 8989.0, 8969.0, 8997.0, 8987.0, 9044.0, 9019.0, 8989.0, 9017.0, 8987.0, 8957.0, 8968.0, 8969.0, 9026.0, 9018.0, 8989.0, 8999.0, 8972.0, 8966.0, 8996.0, 8950.0, 9027.0, 9015.0, 9009.0, 8976.0, 8950.0, 8978.0, 8977.0, 8961.0, 9027.0, 8997.0, 9006.0, 8963.0, 8962.0, 8973.0, 8980.0, 8972.0, 9024.0, 8999.0, 9028.0, 8979.0, 8950.0, 8977.0, 8965.0, 8988.0, 8992.0, 8951.0, 9043.0, 8968.0, 8950.0, 8964.0, 8970.0, 9010.0, 8999.0, 8999.0, 9001.0, 8975.0, 8973.0, 8986.0, 8989.0, 9047.0, 9024.0, 8965.0, 9002.0, 8990.0, 9001.0, 8998.0, 8970.0, 9051.0, 9023.0, 9046.0, 8985.0, 8968.0, 8994.0, 9011.0, 8994.0, 9029.0, 8987.0, 8959.0, 8985.0, 8992.0, 8984.0, 9016.0, 9007.0, 9071.0, 9036.0, 8991.0, 8998.0, 8970.0, 8967.0, 9047.0, 9030.0, 9044.0, 9009.0, 8967.0, 8937.0, 8960.0, 8949.0, 8976.0, 9012.0, 8999.0, 9001.0, 9014.0, 8993.0, 9001.0, 9039.0, 9042.0, 9007.0, 8989.0, 9048.0, 8986.0, 8956.0, 8983.0, 9010.0, 8981.0, 9066.0, 9015.0, 8953.0, 9001.0, 9001.0, 8989.0, 8971.0, 8953.0, 8968.0, 9017.0, 9018.0, 9071.0, 9025.0, 8974.0, 8983.0, 8973.0, 9028.0, 8993.0, 8984.0, 8954.0, 8929.0, 9014.0, 8979.0, 9057.0, 8992.0, 8949.0, 9009.0, 8990.0, 8975.0, 9014.0, 8985.0, 8973.0, 9019.0, 9022.0, 8979.0, 9028.0, 9050.0, 9042.0, 9007.0, 9031.0, 8973.0, 8957.0, 9027.0, 9013.0, 9045.0, 9065.0, 9012.0, 9024.0, 8951.0, 8929.0, 8957.0, 8947.0, 9022.0, 8997.0, 9012.0, 8996.0, 8956.0, 8992.0, 8970.0, 8951.0, 8993.0, 8983.0, 9061.0, 9036.0, 9002.0, 9015.0, 8955.0, 8993.0, 8966.0, 8960.0, 9009.0, 9000.0, 9085.0, 9001.0, 8940.0, 8976.0, 8951.0, 9010.0, 8997.0, 9010.0, 9054.0, 8969.0, 9010.0, 8969.0, 8975.0, 8976.0, 8936.0, 9024.0, 8998.0, 9060.0, 8999.0, 8952.0, 8976.0, 8966.0, 9006.0, 8994.0, 8996.0, 9066.0, 8972.0, 9010.0, 8965.0, 8953.0, 9010.0, 8998.0, 9044.0, 9041.0, 9001.0, 9013.0, 8955.0, 8982.0, 9004.0, 8981.0, 9071.0, 9032.0, 8954.0, 8965.0, 8952.0, 8991.0, 8973.0, 8937.0, 9028.0, 9016.0, 8999.0, 8994.0, 8954.0, 8991.0, 8962.0, 8951.0, 9027.0, 9013.0, 9064.0, 9046.0, 8971.0, 8997.0, 8974.0, 8972.0, 9029.0, 9021.0, 9001.0, 8996.0, 8975.0, 9017.0, 9033.0, 9001.0, 9073.0, 9042.0, 8976.0, 9001.0, 8979.0, 8953.0, 9027.0, 9014.0, 9050.0, 9069.0, 8989.0, 8973.0, 8979.0, 8966.0, 9000.0, 9027.0, 8994.0, 9081.0, 9010.0, 8969.0, 9009.0, 8982.0, 8948.0, 9040.0, 9018.0, 8988.0, 9026.0, 8963.0, 8961.0, 9017.0, 8986.0, 8962.0, 9063.0, 8964.0, 8954.0, 8978.0, 8962.0, 8946.0, 9018.0, 8996.0, 8945.0, 8975.0, 8952.0, 8969.0, 9019.0, 8995.0, 9002.0, 8995.0, 8966.0, 8949.0, 9009.0, 9011.0, 8996.0, 9070.0, 9022.0, 8973.0, 8996.0, 8968.0, 8950.0, 9029.0, 9020.0, 8983.0, 8994.0, 8967.0, 8952.0, 9007.0, 9008.0, 9012.0, 9071.0, 9033.0, 8971.0, 9013.0, 8984.0, 8954.0, 8981.0, 8962.0, 8967.0, 8981.0, 9042.0, 9017.0, 8973.0, 9012.0, 8964.0, 8950.0, 9015.0, 9000.0, 9003.0, 9044.0, 8949.0, 8973.0, 8957.0, 8946.0, 8999.0, 8975.0, 8989.0, 9030.0, 8970.0, 8953.0, 8967.0, 8967.0, 8996.0, 9013.0, 9016.0, 9050.0, 9005.0, 8972.0, 9027.0, 8967.0, 8948.0, 8989.0, 8962.0, 9023.0, 9048.0, 8984.0, 9041.0, 8963.0, 8943.0, 8997.0, 8984.0, 9023.0, 8997.0, 8953.0, 8948.0, 8935.0, 8946.0, 8979.0, 8946.0, 8964.0, 9011.0, 9004.0, 8986.0, 9010.0, 8946.0, 8932.0, 8976.0, 8978.0, 8966.0, 9019.0, 8927.0, 8923.0, 8937.0, 8944.0, 8981.0, 8958.0, 8988.0, 8989.0, 8963.0, 8978.0, 8959.0, 8966.0, 8990.0, 8995.0, 9028.0, 9013.0, 8956.0, 8990.0, 8959.0, 8943.0, 9001.0, 8976.0, 9047.0, 9024.0, 8960.0, 8967.0, 8955.0, 8980.0, 8986.0, 8954.0, 9042.0, 9009.0, 8959.0, 8954.0, 8938.0, 8968.0, 8959.0, 8958.0, 9021.0, 9012.0, 8991.0, 8974.0, 8963.0, 8971.0, 8963.0, 8945.0, 9011.0, 9001.0, 8992.0, 8975.0, 8948.0, 8994.0, 8992.0, 9004.0, 9045.0, 8970.0, 8994.0, 8947.0, 8948.0, 8994.0, 8993.0, 9006.0, 9044.0, 8986.0, 8980.0, 8963.0, 8966.0, 8997.0, 9009.0, 8965.0, 9067.0, 9001.0, 8959.0, 8981.0, 8977.0, 8998.0, 9029.0, 8987.0, 9066.0, 8980.0, 8950.0, 8974.0, 8969.0, 8993.0, 9028.0, 8999.0, 9024.0, 8980.0, 8972.0, 9001.0, 9011.0, 8999.0, 9081.0, 9035.0, 8988.0, 8999.0, 8965.0, 8957.0, 9029.0, 9020.0, 8985.0, 9013.0, 8963.0, 8950.0, 9006.0, 8995.0, 9005.0, 9049.0, 9012.0, 9020.0, 8957.0, 8957.0, 8984.0, 8986.0, 8983.0, 9044.0, 8992.0, 8947.0, 8956.0, 8949.0, 8974.0, 9007.0, 8980.0, 9060.0, 8962.0, 8946.0, 8986.0, 8985.0, 9003.0, 9025.0, 8963.0, 8986.0, 8942.0, 8929.0, 8994.0, 8974.0, 9040.0, 8973.0, 8950.0, 8972.0, 8978.0, 8959.0, 9023.0, 8993.0, 8935.0, 8959.0, 8960.0, 8991.0, 8991.0, 8961.0, 9043.0, 8964.0, 8932.0, 8958.0, 8948.0, 9001.0, 8988.0, 9008.0, 9008.0, 8948.0, 8987.0, 8964.0, 8946.0, 9025.0, 9001.0, 8939.0, 8981.0, 8974.0, 8993.0, 9014.0, 8987.0, 9028.0, 8961.0, 8956.0, 9012.0, 8999.0, 9022.0, 9027.0, 8954.0, 8976.0, 8961.0, 8951.0, 9023.0, 9017.0, 8969.0, 8990.0, 8954.0, 9009.0, 9022.0, 8983.0, 9068.0, 8968.0, 8936.0, 8979.0, 8993.0, 9021.0, 9034.0, 8970.0, 9006.0, 8966.0, 8968.0, 9008.0, 8997.0, 9029.0, 9011.0, 8954.0, 8996.0, 8994.0, 8949.0, 9060.0, 9034.0, 8982.0, 8993.0, 8961.0, 8946.0, 9005.0, 8990.0, 9039.0, 9040.0, 8948.0, 8962.0, 8961.0, 8956.0, 9037.0, 9014.0, 8977.0, 8972.0, 8961.0, 8945.0, 9002.0, 8995.0, 9011.0, 8974.0, 8963.0, 8968.0, 8979.0, 8975.0, 9058.0, 9013.0, 8961.0, 8974.0, 8959.0, 8948.0, 9003.0, 8993.0, 9043.0, 9004.0, 8958.0, 8987.0, 8971.0, 8951.0, 9024.0, 8978.0, 8927.0, 8957.0, 8965.0, 8969.0, 8992.0, 8966.0, 9043.0, 8968.0, 8968.0, 8997.0, 8993.0, 8965.0, 9065.0, 9012.0, 8966.0, 8980.0, 8991.0, 8979.0, 9046.0, 9023.0, 8957.0, 8981.0, 8985.0, 8978.0, 9027.0, 9000.0, 9026.0, 8977.0, 8963.0, 9006.0, 9006.0, 9022.0, 9045.0, 8965.0, 9004.0, 8961.0, 8949.0, 9018.0, 8993.0, 9014.0, 8977.0, 8971.0, 8994.0, 9007.0, 8954.0, 9065.0, 8987.0, 8953.0, 8987.0, 8984.0, 9025.0, 9035.0, 8974.0, 9012.0, 8969.0, 8973.0, 9024.0, 9020.0, 8988.0, 9062.0, 8982.0, 8969.0, 9012.0, 9026.0, 9029.0, 9067.0, 8980.0, 8976.0, 8961.0, 8963.0, 9023.0, 9012.0, 8968.0, 9007.0, 8962.0, 8949.0, 9022.0, 8996.0, 9026.0, 9023.0, 8964.0, 8934.0, 8975.0, 8994.0, 9024.0, 9025.0, 8968.0, 8933.0, 8961.0, 8976.0, 9009.0, 9027.0, 8979.0, 8952.0, 8971.0, 8972.0, 8982.0, 8993.0, 8974.0, 9002.0, 9009.0, 9045.0, 8992.0, 8965.0, 8949.0, 9000.0, 8990.0, 9021.0, 9057.0, 8955.0, 8924.0, 8968.0, 8982.0, 8982.0, 9000.0, 8940.0, 8928.0, 8952.0, 8951.0, 8963.0, 9018.0, 8995.0, 8978.0, 8975.0, 8952.0, 8992.0, 9024.0, 9013.0, 9012.0, 8975.0, 8947.0, 8956.0, 9005.0, 8991.0, 9060.0, 9024.0, 8962.0, 8988.0, 8973.0, 8941.0, 9024.0, 8992.0, 8941.0, 8956.0, 8944.0, 8952.0, 9019.0, 8977.0, 8965.0, 8977.0, 8946.0, 8947.0, 9000.0, 8989.0, 9008.0, 8989.0, 8961.0, 8972.0, 9001.0, 8964.0, 9058.0, 8974.0, 8961.0, 8973.0, 8985.0, 8982.0, 9038.0, 8944.0, 8926.0, 8959.0, 8962.0, 9038.0, 8990.0, 8980.0, 8996.0, 8979.0, 8981.0, 9040.0, 9013.0, 8958.0, 8986.0, 8973.0, 8996.0, 9031.0, 8987.0, 9017.0, 8960.0, 8951.0, 9021.0, 9013.0, 8978.0, 8988.0, 8967.0, 8988.0, 9019.0, 8995.0, 9021.0, 8974.0, 8961.0, 9000.0, 9007.0, 8958.0, 8986.0, 8971.0, 8960.0, 9040.0, 9007.0, 8948.0, 8960.0, 8967.0, 8971.0, 9021.0, 8998.0, 9029.0, 8965.0, 8964.0, 8995.0, 8989.0, 8976.0, 9041.0, 8995.0, 8931.0, 8955.0, 8967.0, 8971.0, 9019.0, 8994.0, 9043.0, 8993.0, 8974.0, 8979.0, 8975.0, 8975.0, 9062.0, 9006.0, 8961.0, 8972.0, 8944.0, 8921.0, 8982.0, 8953.0, 8943.0, 9036.0, 9025.0, 8977.0, 8947.0, 8970.0, 8943.0, 8958.0, 9021.0, 9010.0, 8944.0, 8968.0, 8958.0, 8987.0, 8998.0, 8957.0, 9040.0, 8940.0, 8927.0, 8955.0, 8962.0, 9011.0, 9032.0, 8964.0, 9006.0, 8961.0, 8953.0, 9019.0, 8975.0, 9035.0, 8958.0, 8941.0, 8979.0, 8968.0, 9018.0, 8988.0, 8923.0, 8950.0, 8942.0, 8979.0, 8989.0, 8959.0, 9003.0, 8944.0, 8953.0, 8989.0, 8990.0, 9009.0, 8990.0, 8935.0, 9008.0, 8983.0, 8965.0, 9035.0, 9013.0, 8952.0, 8978.0, 8970.0, 9023.0, 9014.0, 8965.0, 9019.0, 8960.0, 8950.0, 9021.0, 8995.0, 8996.0, 8992.0, 8950.0, 8968.0, 9004.0, 8976.0, 9077.0, 9011.0, 8947.0, 8989.0, 8987.0, 9019.0, 9007.0, 8941.0, 8987.0, 8989.0, 8967.0, 9041.0, 8961.0, 8938.0, 8957.0, 8944.0, 9013.0, 8977.0, 9017.0, 8966.0, 8942.0, 8985.0, 8985.0, 8972.0, 9025.0, 8930.0, 8953.0, 8956.0, 8930.0, 9019.0, 8996.0, 8947.0, 8974.0, 8966.0, 8979.0, 9019.0, 8964.0, 9059.0, 8994.0, 8933.0, 8978.0, 8979.0, 8984.0, 9026.0, 8981.0, 8931.0, 8976.0, 8953.0, 9020.0, 9012.0, 9010.0, 8988.0, 8949.0, 8991.0, 9004.0, 8960.0, 9080.0, 8975.0, 8944.0, 8958.0, 8943.0, 9020.0, 9009.0, 8943.0, 8956.0, 8964.0, 8984.0, 8986.0, 8961.0, 9007.0, 8946.0, 8933.0, 8971.0, 8975.0, 9017.0, 9007.0, 8949.0, 8980.0, 8968.0, 8977.0, 9024.0, 8998.0, 8965.0, 8977.0, 8973.0, 8992.0, 9038.0, 9000.0, 9025.0, 8970.0, 8952.0, 9020.0, 9007.0, 9011.0, 9055.0, 8944.0, 8944.0, 8997.0, 8986.0, 9058.0, 9004.0, 8944.0, 8971.0, 8976.0, 8983.0, 9026.0, 8962.0, 8942.0, 8957.0, 8945.0, 9002.0, 8992.0, 8932.0, 8968.0, 8947.0, 8982.0, 8982.0, 8962.0, 9021.0, 8946.0, 8951.0, 9005.0, 8990.0, 9009.0, 8993.0, 8950.0, 8993.0, 8979.0, 8963.0, 9026.0, 9016.0, 8949.0, 8975.0, 8969.0, 8989.0, 9008.0, 8982.0, 9038.0, 8958.0, 8946.0, 9000.0, 8987.0, 9040.0, 9003.0, 8944.0, 8989.0, 8973.0, 8954.0, 9018.0, 8993.0, 8934.0, 8974.0, 8966.0, 8987.0, 9021.0, 8981.0, 8960.0, 8959.0, 8951.0, 9018.0, 9010.0, 8961.0, 8983.0, 8964.0, 8968.0, 9001.0, 8948.0, 9018.0, 8955.0, 8945.0, 8997.0, 8990.0, 9007.0, 8955.0, 8950.0, 8985.0, 8987.0, 8968.0, 9021.0, 8948.0, 8957.0, 9003.0, 8993.0, 8994.0, 8980.0, 8954.0, 8965.0, 9003.0, 8981.0, 9026.0, 8978.0, 8956.0, 9011.0, 8997.0, 8965.0, 9061.0, 8997.0, 8953.0, 8997.0, 9010.0, 8991.0, 9058.0, 9010.0, 8932.0, 8977.0, 8980.0, 9003.0, 9024.0, 8982.0, 8934.0, 8974.0, 8982.0, 9022.0, 9031.0, 8980.0, 9001.0, 8962.0, 8943.0, 9039.0, 9024.0, 8959.0, 8967.0, 8943.0, 8965.0, 9012.0, 8975.0, 9012.0, 8952.0, 8950.0, 8999.0, 8983.0, 8954.0, 8999.0, 8938.0, 8948.0, 9001.0, 8971.0, 8961.0, 9022.0, 8958.0, 8949.0, 9005.0, 8987.0, 8947.0, 9022.0, 8978.0, 8951.0, 8990.0, 9016.0, 8977.0, 9039.0, 8988.0, 8947.0, 9034.0, 9002.0, 8960.0, 9052.0, 8972.0, 8948.0, 8988.0, 8970.0, 8941.0, 8998.0, 8988.0, 8948.0, 8945.0, 8960.0, 8948.0, 9001.0, 9020.0, 8962.0, 8946.0, 8963.0, 8977.0, 8988.0, 9042.0, 8963.0, 8950.0, 8977.0, 8975.0, 9021.0, 9026.0, 8945.0, 8980.0, 8955.0, 8922.0, 9017.0, 8990.0, 9032.0, 8947.0, 8941.0, 8994.0, 8969.0, 8957.0, 9003.0, 8941.0, 8950.0, 9002.0, 8973.0, 8957.0, 9004.0, 8946.0, 8949.0, 8978.0, 8986.0, 8975.0, 9042.0, 8990.0, 8948.0, 8976.0, 9002.0, 8976.0, 9035.0, 9002.0, 8930.0, 8959.0, 8996.0, 8958.0, 9018.0, 8989.0, 8929.0, 8951.0, 8986.0, 8988.0, 9025.0, 8986.0, 8947.0, 9000.0, 8984.0, 8945.0, 9018.0, 8959.0, 8946.0, 9014.0, 8991.0, 8961.0, 8988.0, 8947.0, 8949.0, 8988.0, 9006.0, 8946.0, 8950.0, 8976.0, 8991.0, 8992.0, 9046.0, 8963.0, 8967.0, 9020.0, 8988.0, 8966.0, 9041.0, 8972.0, 8950.0, 8972.0, 9014.0, 8982.0, 8948.0, 8982.0, 8941.0, 8943.0, 9018.0, 9014.0, 8966.0, 8980.0, 8946.0, 8973.0, 8945.0, 9017.0, 8978.0, 8977.0, 9023.0, 9059.0, 8994.0, 8960.0, 8989.0, 8974.0, 8970.0, 9057.0, 9021.0, 8939.0, 8977.0, 8934.0, 8936.0, 9013.0, 9000.0, 8940.0, 8968.0, 8946.0, 8944.0, 9018.0, 9008.0, 8962.0, 8990.0, 8981.0, 8964.0, 9042.0, 9013.0, 8982.0, 8978.0, 8966.0, 8976.0, 9023.0, 8980.0, 8970.0, 8957.0, 8946.0, 9015.0, 8996.0, 8943.0, 8968.0, 8949.0, 8989.0, 9017.0, 8982.0, 9019.0, 8943.0, 8933.0, 8987.0, 8959.0, 9030.0, 9009.0, 8955.0, 8951.0, 8945.0, 8995.0, 8984.0, 8971.0, 9024.0, 8949.0, 8984.0, 8966.0, 8936.0, 9021.0, 9018.0, 8950.0, 8977.0, 8970.0, 8992.0, 9025.0, 8965.0, 9009.0, 8996.0, 8970.0, 9066.0, 9028.0, 8952.0, 8978.0, 8971.0, 9009.0, 9028.0, 9017.0, 9073.0, 8964.0, 8952.0, 9021.0, 9009.0, 9061.0, 9029.0, 8947.0, 8978.0, 8970.0, 8990.0, 9025.0, 8990.0, 8979.0, 8967.0, 8979.0, 9027.0, 9017.0, 9017.0, 9016.0, 8971.0, 8975.0, 9015.0, 9016.0, 9085.0, 9052.0, 8984.0, 8998.0, 9000.0, 9008.0, 9069.0, 9049.0, 9052.0, 8962.0, 8965.0, 9019.0, 9007.0, 9057.0, 9038.0, 8947.0, 8971.0, 8962.0, 8957.0, 9020.0, 9025.0, 9060.0, 8962.0, 8948.0, 8996.0, 8993.0, 9005.0, 9047.0, 8982.0, 8976.0, 8961.0, 8957.0, 9021.0, 9009.0, 9041.0, 9025.0, 8933.0, 8982.0, 8963.0, 8986.0, 9004.0, 8981.0, 9043.0, 8953.0, 8936.0, 8980.0, 8948.0, 9038.0, 9037.0, 8994.0, 8988.0, 8953.0, 8987.0, 9022.0, 9013.0, 9046.0, 8981.0, 8970.0, 9008.0, 8996.0, 9004.0, 9039.0, 9018.0, 9065.0, 8984.0, 8954.0, 9004.0, 8992.0, 9038.0, 9025.0, 8990.0, 9000.0, 8944.0, 8966.0, 9029.0, 9006.0, 9026.0, 9031.0, 8973.0, 8953.0, 8996.0, 8968.0, 9039.0, 9037.0, 8984.0, 8994.0, 8964.0, 8971.0, 9038.0, 9009.0, 9064.0, 9041.0, 8947.0, 8928.0, 8977.0, 8977.0, 9020.0, 9028.0, 8981.0, 8986.0, 8945.0, 8952.0, 9017.0, 9005.0, 9042.0, 9039.0, 8932.0, 8983.0, 8960.0, 8956.0, 9037.0, 9026.0, 8956.0, 8951.0, 8946.0, 9000.0, 9015.0, 8974.0, 9041.0, 8959.0, 8945.0, 8991.0, 8990.0, 8987.0, 9039.0, 8993.0, 8960.0, 8959.0, 8953.0, 9002.0, 9019.0, 8991.0, 9005.0, 8941.0, 8953.0, 9005.0, 9016.0, 8978.0, 9039.0, 8972.0, 8943.0, 9000.0, 8998.0, 8957.0, 9054.0, 9001.0, 8940.0, 8973.0, 8984.0, 8980.0, 9038.0, 8958.0, 8939.0, 8957.0, 8942.0, 8999.0, 9013.0, 8963.0, 8984.0, 8962.0, 8948.0, 9016.0, 8990.0, 8976.0, 8956.0, 8930.0, 8930.0, 9003.0, 8990.0, 9037.0, 9007.0, 8938.0, 8974.0, 8962.0, 8948.0, 9018.0, 9011.0, 8977.0, 8988.0, 8959.0, 8949.0, 9016.0, 9005.0, 9024.0, 9020.0, 8941.0, 8981.0, 8956.0, 8938.0, 9018.0, 9009.0, 8954.0, 8950.0, 8938.0, 8981.0, 8995.0, 8951.0, 9035.0, 8989.0, 8926.0, 8938.0, 8942.0, 8996.0, 8985.0, 8999.0, 9039.0, 8933.0, 8996.0, 8958.0, 8935.0, 9016.0, 9007.0, 9024.0, 8991.0, 8930.0, 8991.0, 8976.0, 8984.0, 9041.0, 8963.0, 9002.0, 8931.0, 8947.0, 8999.0, 9000.0, 9042.0, 9009.0, 8948.0, 8973.0, 8952.0, 8949.0, 9022.0, 9025.0, 8993.0, 8960.0, 8949.0, 8959.0, 9007.0, 8978.0, 9061.0, 9027.0, 8956.0, 8952.0, 8929.0, 8993.0, 8978.0, 8927.0, 9013.0, 8991.0, 9040.0, 9006.0, 8936.0, 8996.0, 8964.0, 8951.0, 8969.0, 9040.0, 9032.0, 9018.0, 9045.0, 8985.0, 8971.0, 8967.0, 8984.0, 8993.0, 9046.0, 9037.0, 9018.0, 9041.0, 8961.0, 8935.0, 8990.0, 8991.0, 8987.0, 9046.0, 9016.0, 8971.0, 8999.0, 8955.0, 8983.0, 9008.0, 8993.0, 9068.0, 9016.0, 8964.0, 8994.0, 8948.0, 8935.0, 9018.0, 8988.0, 9042.0, 9027.0, 8979.0, 8994.0, 8945.0, 8928.0, 8968.0, 8957.0, 9032.0, 8987.0, 8989.0, 9002.0, 8942.0, 8922.0, 8946.0, 8944.0, 8997.0, 9003.0, 8964.0, 9001.0, 8944.0, 8949.0, 8969.0, 8962.0, 8955.0, 9021.0, 9010.0, 9000.0, 8979.0, 8952.0, 8949.0, 9001.0, 9003.0, 8993.0, 9045.0, 8968.0, 8952.0, 9028.0, 9000.0, 8970.0, 9041.0, 8990.0, 8946.0, 8930.0, 8988.0, 8957.0, 8978.0, 9047.0, 9066.0, 9000.0, 8954.0, 8978.0, 8975.0, 8971.0, 9018.0, 8990.0, 9040.0, 8947.0, 8928.0, 8971.0, 8956.0, 9019.0, 9022.0, 8949.0, 8972.0, 8945.0, 8969.0, 9002.0, 8963.0, 9051.0, 9028.0, 8952.0, 8975.0, 8952.0, 8978.0, 9004.0, 9011.0, 9038.0, 8959.0, 8946.0, 9005.0, 9009.0, 8991.0, 9050.0, 8996.0, 8938.0, 8962.0, 8950.0, 9021.0, 9030.0, 8986.0, 9010.0, 8949.0, 8954.0, 9026.0, 9022.0, 8996.0, 9044.0, 8996.0, 8955.0, 8979.0, 8978.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.002828368336025848</td></tr>
<tr><td colspan=3>aqi</td><td>0.03903223031771674</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89851052599141</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2472713874892234</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.038252541837285</td></tr>
<tr><td colspan=3>efc</td><td>0.482</td></tr>
<tr><td colspan=3>fber</td><td>5863.1665</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1292518607855332</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>318</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.12439418416801</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5037880138251185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369647125321392</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6870206632091627</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4546962529448004</td></tr>
<tr><td colspan=3>gcor</td><td>0.00341887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02637413516640663</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0362120121717453</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.987881169272571</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>29.6904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5655</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.9408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7585</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.1116</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3219.1352</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.8345</td></tr>
<tr><td colspan=3>tsnr</td><td>33.51351881027222</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>