<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>e923825504ccc60ae481316eda3654b8</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:07:54.765000</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.999949, 0.00967251, -0.0029223, -0.00942453, 0.997105, 0.075444]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131983</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>[4212, -7817, -7178, 54, -111, -157, -16, 107]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c093897-b3b1-4834-867e-eb2d39d1422d||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.6827900409698486, -0.02528531476855278, -0.009837660007178783, 113.7848129272461], [-0.02595064416527748, 2.675161123275757, 0.20361410081386566, -87.75179290771484], [-0.007840326055884361, -0.20241080224514008, 2.692293405532837, -48.877197265625], [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': ['200754.765000', '200755.225000', '200755.685000', '200756.145000', '200756.605000', '200757.065000', '200757.525000', '200757.985000', '200758.445000', '200758.905000', '200759.365000', '200759.825000', '200800.285000', '200800.745000', '200801.205000', '200801.665000', '200802.125000', '200802.585000', '200803.045000', '200803.505000', '200803.965000', '200804.425000', '200804.885000', '200805.345000', '200805.805000', '200806.265000', '200806.725000', '200807.185000', '200807.645000', '200808.105000', '200808.565000', '200809.025000', '200809.485000', '200809.945000', '200810.405000', '200810.865000', '200811.325000', '200811.785000', '200812.245000', '200812.705000', '200813.165000', '200813.625000', '200814.085000', '200814.545000', '200815.005000', '200815.465000', '200815.925000', '200816.385000', '200816.845000', '200817.305000', '200817.765000', '200818.225000', '200818.685000', '200819.145000', '200819.605000', '200820.065000', '200820.525000', '200820.985000', '200821.445000', '200821.905000', '200822.365000', '200822.825000', '200823.285000', '200823.745000', '200824.205000', '200824.665000', '200825.125000', '200825.585000', '200826.045000', '200826.505000', '200826.965000', '200827.425000', '200827.885000', '200828.345000', '200828.805000', '200829.265000', '200829.725000', '200830.185000', '200830.645000', '200831.105000', '200831.565000', '200832.025000', '200832.485000', '200832.945000', '200833.405000', '200833.865000', '200834.325000', '200834.785000', '200835.245000', '200835.705000', '200836.165000', '200836.625000', '200837.085000', '200837.545000', '200838.005000', '200838.465000', '200838.925000', '200839.385000', '200839.845000', '200840.305000', '200840.765000', '200841.225000', '200841.685000', '200842.145000', '200842.605000', '200843.065000', '200843.525000', '200843.985000', '200844.445000', '200844.905000', '200845.365000', '200845.825000', '200846.285000', '200846.745000', '200847.205000', '200847.665000', '200848.125000', '200848.585000', '200849.045000', '200849.505000', '200849.965000', '200850.425000', '200850.885000', '200851.345000', '200851.805000', '200852.265000', '200852.725000', '200853.185000', '200853.645000', '200854.105000', '200854.565000', '200855.025000', '200855.485000', '200855.945000', '200856.405000', '200856.865000', '200857.325000', '200857.785000', '200858.245000', '200858.705000', '200859.165000', '200859.625000', '200900.085000', '200900.545000', '200901.005000', '200901.465000', '200901.925000', '200902.385000', '200902.845000', '200903.305000', '200903.765000', '200904.225000', '200904.685000', '200905.145000', '200905.605000', '200906.065000', '200906.525000', '200906.985000', '200907.445000', '200907.905000', '200908.365000', '200908.825000', '200909.285000', '200909.745000', '200910.205000', '200910.665000', '200911.125000', '200911.585000', '200912.045000', '200912.505000', '200912.965000', '200913.425000', '200913.885000', '200914.345000', '200914.805000', '200915.265000', '200915.725000', '200916.185000', '200916.645000', '200917.105000', '200917.565000', '200918.025000', '200918.485000', '200918.945000', '200919.405000', '200919.865000', '200920.325000', '200920.785000', '200921.245000', '200921.705000', '200922.165000', '200922.625000', '200923.085000', '200923.545000', '200924.005000', '200924.465000', '200924.925000', '200925.385000', '200925.845000', '200926.305000', '200926.765000', '200927.225000', '200927.685000', '200928.145000', '200928.605000', '200929.065000', '200929.525000', '200929.985000', '200930.445000', '200930.905000', '200931.365000', '200931.825000', '200932.285000', '200932.745000', '200933.205000', '200933.665000', '200934.125000', '200934.585000', '200935.045000', '200935.505000', '200935.965000', '200936.425000', '200936.885000', '200937.345000', '200937.805000', '200938.265000', '200938.725000', '200939.185000', '200939.645000', '200940.105000', '200940.565000', '200941.025000', '200941.485000', '200941.945000', '200942.405000', '200942.865000', '200943.325000', '200943.785000', '200944.245000', '200944.705000', '200945.165000', '200945.625000', '200946.085000', '200946.545000', '200947.005000', '200947.465000', '200947.925000', '200948.385000', '200948.845000', '200949.305000', '200949.765000', '200950.225000', '200950.685000', '200951.145000', '200951.605000', '200952.065000', '200952.525000', '200952.985000', '200953.445000', '200953.905000', '200954.365000', '200954.825000', '200955.285000', '200955.745000', '200956.205000', '200956.665000', '200957.125000', '200957.585000', '200958.045000', '200958.505000', '200958.965000', '200959.425000', '200959.885000', '201000.345000', '201000.805000', '201001.265000', '201001.725000', '201002.185000', '201002.645000', '201003.105000', '201003.565000', '201004.025000', '201004.485000', '201004.945000', '201005.405000', '201005.865000', '201006.325000', '201006.785000', '201007.245000', '201007.705000', '201008.165000', '201008.625000', '201009.085000', '201009.545000', '201010.005000', '201010.465000', '201010.925000', '201011.385000', '201011.845000', '201012.305000', '201012.765000', '201013.225000', '201013.685000', '201014.145000', '201014.605000', '201015.065000', '201015.525000', '201015.985000', '201016.445000', '201016.905000', '201017.365000', '201017.825000', '201018.285000', '201018.745000', '201019.205000', '201019.665000', '201020.125000', '201020.585000', '201021.045000', '201021.505000', '201021.965000', '201022.425000', '201022.885000', '201023.345000', '201023.805000', '201024.265000', '201024.725000', '201025.185000', '201025.645000', '201026.105000', '201026.565000', '201027.025000', '201027.485000', '201027.945000', '201028.405000', '201028.865000', '201029.325000', '201029.785000', '201030.245000', '201030.705000', '201031.165000', '201031.625000', '201032.085000', '201032.545000', '201033.005000', '201033.465000', '201033.925000', '201034.385000', '201034.845000', '201035.305000', '201035.765000', '201036.225000', '201036.685000', '201037.145000', '201037.605000', '201038.065000', '201038.525000', '201038.985000', '201039.445000', '201039.905000', '201040.365000', '201040.825000', '201041.285000', '201041.745000', '201042.205000', '201042.665000', '201043.125000', '201043.585000', '201044.045000', '201044.505000', '201044.965000', '201045.425000', '201045.885000', '201046.345000', '201046.805000', '201047.265000', '201047.725000', '201048.185000', '201048.645000', '201049.105000', '201049.565000', '201050.025000', '201050.485000', '201050.945000', '201051.405000', '201051.865000', '201052.325000', '201052.785000', '201053.245000', '201053.705000', '201054.165000', '201054.625000', '201055.085000', '201055.545000', '201056.005000', '201056.465000', '201056.925000', '201057.385000', '201057.845000', '201058.305000', '201058.765000', '201059.225000', '201059.685000', '201100.145000', '201100.605000', '201101.065000', '201101.525000', '201101.985000', '201102.445000', '201102.905000', '201103.365000', '201103.825000', '201104.285000', '201104.745000', '201105.205000', '201105.665000', '201106.125000', '201106.585000', '201107.045000', '201107.505000', '201107.965000', '201108.425000', '201108.885000', '201109.345000', '201109.805000', '201110.265000', '201110.725000', '201111.185000', '201111.645000', '201112.105000', '201112.565000', '201113.025000', '201113.485000', '201113.945000', '201114.405000', '201114.865000', '201115.325000', '201115.785000', '201116.245000', '201116.705000', '201117.165000', '201117.625000', '201118.085000', '201118.545000', '201119.005000', '201119.465000', '201119.925000', '201120.385000', '201120.845000', '201121.305000', '201121.765000', '201122.225000', '201122.685000', '201123.145000', '201123.605000', '201124.065000', '201124.525000', '201124.985000', '201125.445000', '201125.905000', '201126.365000', '201126.825000', '201127.285000', '201127.745000', '201128.205000', '201128.665000', '201129.125000', '201129.585000', '201130.045000', '201130.505000', '201130.965000', '201131.425000', '201131.885000', '201132.345000', '201132.805000', '201133.265000', '201133.725000', '201134.185000', '201134.645000', '201135.105000', '201135.565000', '201136.025000', '201136.485000', '201136.945000', '201137.405000', '201137.865000', '201138.325000', '201138.785000', '201139.245000', '201139.705000', '201140.165000', '201140.625000', '201141.085000', '201141.545000', '201142.005000', '201142.465000', '201142.925000', '201143.385000', '201143.845000', '201144.305000', '201144.765000', '201145.225000', '201145.685000', '201146.145000', '201146.605000', '201147.065000', '201147.525000', '201147.985000', '201148.445000', '201148.905000', '201149.365000', '201149.825000', '201150.285000', '201150.745000', '201151.205000', '201151.665000', '201152.125000', '201152.585000', '201153.045000', '201153.505000', '201153.965000', '201154.425000', '201154.885000', '201155.345000', '201155.805000', '201156.265000', '201156.725000', '201157.185000', '201157.645000', '201158.105000', '201158.565000', '201159.025000', '201159.485000', '201159.945000', '201200.405000', '201200.865000', '201201.325000', '201201.785000', '201202.245000', '201202.705000', '201203.165000', '201203.625000', '201204.085000', '201204.545000', '201205.005000', '201205.465000', '201205.925000', '201206.385000', '201206.845000', '201207.305000', '201207.765000', '201208.225000', '201208.685000', '201209.145000', '201209.605000', '201210.065000', '201210.525000', '201210.985000', '201211.445000', '201211.905000', '201212.365000', '201212.825000', '201213.285000', '201213.745000', '201214.205000', '201214.665000', '201215.125000', '201215.585000', '201216.045000', '201216.505000', '201216.965000', '201217.425000', '201217.885000', '201218.345000', '201218.805000', '201219.265000', '201219.725000', '201220.185000', '201220.645000', '201221.105000', '201221.565000', '201222.025000', '201222.485000', '201222.945000', '201223.405000', '201223.865000', '201224.325000', '201224.785000', '201225.245000', '201225.705000', '201226.165000', '201226.625000', '201227.085000', '201227.545000', '201228.005000', '201228.465000', '201228.925000', '201229.385000', '201229.845000', '201230.305000', '201230.765000', '201231.225000', '201231.685000', '201232.145000', '201232.605000', '201233.065000', '201233.525000', '201233.985000', '201234.445000', '201234.905000', '201235.365000', '201235.825000', '201236.285000', '201236.745000', '201237.205000', '201237.665000', '201238.125000', '201238.585000', '201239.045000', '201239.505000', '201239.965000', '201240.425000', '201240.885000', '201241.345000', '201241.805000', '201242.265000', '201242.725000', '201243.185000', '201243.645000', '201244.105000', '201244.565000', '201245.025000', '201245.485000', '201245.945000', '201246.405000', '201246.865000', '201247.325000', '201247.785000', '201248.245000', '201248.705000', '201249.165000', '201249.625000', '201250.085000', '201250.545000', '201251.005000', '201251.465000', '201251.925000', '201252.385000', '201252.845000', '201253.305000', '201253.765000', '201254.225000', '201254.685000', '201255.145000', '201255.605000', '201256.065000', '201256.525000', '201256.985000', '201257.445000', '201257.905000', '201258.365000', '201258.825000', '201259.285000', '201259.745000', '201300.205000', '201300.665000', '201301.125000', '201301.585000', '201302.045000', '201302.505000', '201302.965000', '201303.425000', '201303.885000', '201304.345000', '201304.805000', '201305.265000', '201305.725000', '201306.185000', '201306.645000', '201307.105000', '201307.565000', '201308.025000', '201308.485000', '201308.945000', '201309.405000', '201309.865000', '201310.325000', '201310.785000', '201311.245000', '201311.705000', '201312.165000', '201312.625000', '201313.085000', '201313.545000', '201314.005000', '201314.465000', '201314.925000', '201315.385000', '201315.845000', '201316.305000', '201316.765000', '201317.225000', '201317.685000', '201318.145000', '201318.605000', '201319.065000', '201319.525000', '201319.985000', '201320.445000', '201320.905000', '201321.365000', '201321.825000', '201322.285000', '201322.745000', '201323.205000', '201323.665000', '201324.125000', '201324.585000', '201325.045000', '201325.505000', '201325.965000', '201326.425000', '201326.885000', '201327.345000', '201327.805000', '201328.265000', '201328.725000', '201329.185000', '201329.645000', '201330.105000', '201330.565000', '201331.025000', '201331.485000', '201331.945000', '201332.405000', '201332.865000', '201333.325000', '201333.785000', '201334.245000', '201334.705000', '201335.165000', '201335.625000', '201336.085000', '201336.545000', '201337.005000', '201337.465000', '201337.925000', '201338.385000', '201338.845000', '201339.305000', '201339.765000', '201340.225000', '201340.685000', '201341.145000', '201341.605000', '201342.065000', '201342.525000', '201342.985000', '201343.445000', '201343.905000', '201344.365000', '201344.825000', '201345.285000', '201345.745000', '201346.205000', '201346.665000', '201347.125000', '201347.585000', '201348.045000', '201348.505000', '201348.965000', '201349.425000', '201349.885000', '201350.345000', '201350.805000', '201351.265000', '201351.725000', '201352.185000', '201352.645000', '201353.105000', '201353.565000', '201354.025000', '201354.485000', '201354.945000', '201355.405000', '201355.865000', '201356.325000', '201356.785000', '201357.245000', '201357.705000', '201358.165000', '201358.625000', '201359.085000', '201359.545000', '201400.005000', '201400.465000', '201400.925000', '201401.385000', '201401.845000', '201402.305000', '201402.765000', '201403.225000', '201403.685000', '201404.145000', '201404.605000', '201405.065000', '201405.525000', '201405.985000', '201406.445000', '201406.905000', '201407.365000', '201407.825000', '201408.285000', '201408.745000', '201409.205000', '201409.665000', '201410.125000', '201410.585000', '201411.045000', '201411.505000', '201411.965000', '201412.425000', '201412.885000', '201413.345000', '201413.805000', '201414.265000', '201414.725000', '201415.185000', '201415.645000', '201416.105000', '201416.565000', '201417.025000', '201417.485000', '201417.945000', '201418.405000', '201418.865000', '201419.325000', '201419.785000', '201420.245000', '201420.705000', '201421.165000', '201421.625000', '201422.085000', '201422.545000', '201423.005000', '201423.465000', '201423.925000', '201424.385000', '201424.845000', '201425.305000', '201425.765000', '201426.225000', '201426.685000', '201427.145000', '201427.605000', '201428.065000', '201428.525000', '201428.985000', '201429.445000', '201429.905000', '201430.365000', '201430.825000', '201431.285000', '201431.745000', '201432.205000', '201432.665000', '201433.125000', '201433.585000', '201434.045000', '201434.505000', '201434.965000', '201435.425000', '201435.885000', '201436.345000', '201436.805000', '201437.265000', '201437.725000', '201438.185000', '201438.645000', '201439.105000', '201439.565000', '201440.025000', '201440.485000', '201440.945000', '201441.405000', '201441.865000', '201442.325000', '201442.785000', '201443.245000', '201443.705000', '201444.165000', '201444.625000', '201445.085000', '201445.545000', '201446.005000', '201446.465000', '201446.925000', '201447.385000', '201447.845000', '201448.305000', '201448.765000', '201449.225000', '201449.685000', '201450.145000', '201450.605000', '201451.065000', '201451.525000', '201451.985000', '201452.445000', '201452.905000', '201453.365000', '201453.825000', '201454.285000', '201454.745000', '201455.205000', '201455.665000', '201456.125000', '201456.585000', '201457.045000', '201457.505000', '201457.965000', '201458.425000', '201458.885000', '201459.345000', '201459.805000', '201500.265000', '201500.725000', '201501.185000', '201501.645000', '201502.105000', '201502.565000', '201503.025000', '201503.485000', '201503.945000', '201504.405000', '201504.865000', '201505.325000', '201505.785000', '201506.245000', '201506.705000', '201507.165000', '201507.625000', '201508.085000', '201508.545000', '201509.005000', '201509.465000', '201509.925000', '201510.385000', '201510.845000', '201511.305000', '201511.765000', '201512.225000', '201512.685000', '201513.145000', '201513.605000', '201514.065000', '201514.525000', '201514.985000', '201515.445000', '201515.905000', '201516.365000', '201516.825000', '201517.285000', '201517.745000', '201518.205000', '201518.665000', '201519.125000', '201519.585000', '201520.045000', '201520.505000', '201520.965000', '201521.425000', '201521.885000', '201522.345000', '201522.805000', '201523.265000', '201523.725000', '201524.185000', '201524.645000', '201525.105000', '201525.565000', '201526.025000', '201526.485000', '201526.945000', '201527.405000', '201527.865000', '201528.325000', '201528.785000', '201529.245000', '201529.705000', '201530.165000', '201530.625000', '201531.085000', '201531.545000', '201532.005000', '201532.465000', '201532.925000', '201533.385000', '201533.845000', '201534.305000', '201534.765000', '201535.225000', '201535.685000', '201536.145000', '201536.605000', '201537.065000', '201537.525000', '201537.985000', '201538.445000', '201538.905000', '201539.365000', '201539.825000', '201540.285000', '201540.745000', '201541.205000', '201541.665000', '201542.125000', '201542.585000', '201543.045000', '201543.505000', '201543.965000', '201544.425000', '201544.885000', '201545.345000', '201545.805000', '201546.265000', '201546.725000', '201547.185000', '201547.645000', '201548.105000', '201548.565000', '201549.025000', '201549.485000', '201549.945000', '201550.405000', '201550.865000', '201551.325000', '201551.785000', '201552.245000', '201552.705000', '201553.165000', '201553.625000', '201554.085000', '201554.545000', '201555.005000', '201555.465000', '201555.925000', '201556.385000', '201556.845000', '201557.305000', '201557.765000', '201558.225000', '201558.685000', '201559.145000', '201559.605000', '201600.065000', '201600.525000', '201600.985000', '201601.445000', '201601.905000', '201602.365000', '201602.825000', '201603.285000', '201603.745000', '201604.205000', '201604.665000', '201605.125000', '201605.585000', '201606.045000', '201606.505000', '201606.965000', '201607.425000', '201607.885000', '201608.345000', '201608.805000', '201609.265000', '201609.725000', '201610.185000', '201610.645000', '201611.105000', '201611.565000', '201612.025000', '201612.485000', '201612.945000', '201613.405000', '201613.865000', '201614.325000', '201614.785000', '201615.245000', '201615.705000', '201616.165000', '201616.625000', '201617.085000', '201617.545000', '201618.005000', '201618.465000', '201618.925000', '201619.385000', '201619.845000', '201620.305000', '201620.765000', '201621.225000', '201621.685000', '201622.145000', '201622.605000', '201623.065000', '201623.525000', '201623.985000', '201624.445000', '201624.905000', '201625.365000', '201625.825000', '201626.285000', '201626.745000', '201627.205000', '201627.665000', '201628.125000', '201628.585000', '201629.045000', '201629.505000', '201629.965000', '201630.425000', '201630.885000', '201631.345000', '201631.805000', '201632.265000', '201632.725000', '201633.185000', '201633.645000', '201634.105000', '201634.565000', '201635.025000', '201635.485000', '201635.945000', '201636.405000', '201636.865000', '201637.325000', '201637.785000', '201638.245000', '201638.705000', '201639.165000', '201639.625000', '201640.085000', '201640.545000', '201641.005000', '201641.465000', '201641.925000', '201642.385000', '201642.845000', '201643.305000', '201643.765000', '201644.225000', '201644.685000', '201645.145000', '201645.605000', '201646.065000', '201646.525000', '201646.985000', '201647.445000', '201647.905000', '201648.365000', '201648.825000', '201649.285000', '201649.745000', '201650.205000', '201650.665000', '201651.125000', '201651.585000', '201652.045000', '201652.505000', '201652.965000', '201653.425000', '201653.885000', '201654.345000', '201654.805000', '201655.265000', '201655.725000', '201656.185000', '201656.645000', '201657.105000', '201657.565000', '201658.025000', '201658.485000', '201658.945000', '201659.405000', '201659.865000', '201700.325000', '201700.785000', '201701.245000', '201701.705000', '201702.165000', '201702.625000', '201703.085000', '201703.545000', '201704.005000', '201704.465000', '201704.925000', '201705.385000', '201705.845000', '201706.305000', '201706.765000', '201707.225000', '201707.685000', '201708.145000', '201708.605000', '201709.065000', '201709.525000', '201709.985000', '201710.445000', '201710.905000', '201711.365000', '201711.825000', '201712.285000', '201712.745000', '201713.205000', '201713.665000', '201714.125000', '201714.585000', '201715.045000', '201715.505000', '201715.965000', '201716.425000', '201716.885000', '201717.345000', '201717.805000', '201718.265000', '201718.725000', '201719.185000', '201719.645000', '201720.105000', '201720.565000', '201721.025000', '201721.485000', '201721.945000', '201722.405000', '201722.865000', '201723.325000', '201723.785000', '201724.245000', '201724.705000', '201725.165000', '201725.625000', '201726.085000', '201726.545000', '201727.005000', '201727.465000', '201727.925000', '201728.385000', '201728.845000', '201729.305000', '201729.765000', '201730.225000', '201730.685000', '201731.145000', '201731.605000', '201732.065000', '201732.525000', '201732.985000', '201733.445000', '201733.905000', '201734.365000', '201734.825000', '201735.285000', '201735.745000', '201736.205000', '201736.665000', '201737.125000', '201737.585000', '201738.045000', '201738.505000', '201738.965000', '201739.425000', '201739.885000', '201740.345000', '201740.805000', '201741.265000', '201741.725000', '201742.185000', '201742.645000', '201743.105000', '201743.565000', '201744.025000', '201744.485000', '201744.945000', '201745.405000', '201745.865000', '201746.325000', '201746.785000', '201747.245000', '201747.705000', '201748.165000', '201748.625000', '201749.085000', '201749.545000', '201750.005000', '201750.465000', '201750.925000', '201751.385000', '201751.845000', '201752.305000', '201752.765000', '201753.225000', '201753.685000', '201754.145000', '201754.605000', '201755.065000', '201755.525000', '201755.985000', '201756.445000', '201756.905000', '201757.365000', '201757.825000', '201758.285000', '201758.745000', '201759.205000', '201759.665000', '201800.125000', '201800.585000', '201801.045000', '201801.505000', '201801.965000', '201802.425000', '201802.885000', '201803.345000', '201803.805000', '201804.265000', '201804.725000', '201805.185000', '201805.645000', '201806.105000', '201806.565000', '201807.025000', '201807.485000', '201807.945000', '201808.405000', '201808.865000', '201809.325000', '201809.785000', '201810.245000', '201810.705000', '201811.165000', '201811.625000', '201812.085000', '201812.545000', '201813.005000', '201813.465000', '201813.925000', '201814.385000', '201814.845000', '201815.305000', '201815.765000', '201816.225000', '201816.685000', '201817.145000', '201817.605000', '201818.065000', '201818.525000', '201818.985000', '201819.445000', '201819.905000', '201820.365000', '201820.825000', '201821.285000', '201821.745000', '201822.205000', '201822.665000', '201823.125000', '201823.585000', '201824.045000', '201824.505000', '201824.965000', '201825.425000', '201825.885000', '201826.345000', '201826.805000', '201827.265000', '201827.725000', '201828.185000', '201828.645000', '201829.105000', '201829.565000', '201830.025000', '201830.485000', '201830.945000', '201831.405000', '201831.865000', '201832.325000', '201832.785000', '201833.245000', '201833.705000', '201834.165000', '201834.625000', '201835.085000', '201835.545000', '201836.005000', '201836.465000', '201836.925000', '201837.385000', '201837.845000', '201838.305000', '201838.765000', '201839.225000', '201839.685000', '201840.145000', '201840.605000', '201841.065000', '201841.525000', '201841.985000', '201842.445000', '201842.905000', '201843.365000', '201843.825000', '201844.285000', '201844.745000', '201845.205000', '201845.665000', '201846.125000', '201846.585000', '201847.045000', '201847.505000', '201847.965000', '201848.425000', '201848.885000', '201849.345000', '201849.805000', '201850.265000', '201850.725000', '201851.185000', '201851.645000', '201852.105000', '201852.565000', '201853.025000', '201853.485000', '201853.945000', '201854.405000', '201854.865000', '201855.325000', '201855.785000', '201856.245000', '201856.705000', '201857.165000', '201857.625000', '201858.085000', '201858.545000', '201859.005000', '201859.465000', '201859.925000', '201900.385000', '201900.845000', '201901.305000', '201901.765000', '201902.225000', '201902.685000', '201903.145000', '201903.605000', '201904.065000', '201904.525000', '201904.985000', '201905.445000', '201905.905000', '201906.365000', '201906.825000', '201907.285000', '201907.745000', '201908.205000', '201908.665000', '201909.125000', '201909.585000', '201910.045000', '201910.505000', '201910.965000', '201911.425000', '201911.885000', '201912.345000', '201912.805000', '201913.265000', '201913.725000', '201914.185000', '201914.645000', '201915.105000', '201915.565000', '201916.025000', '201916.485000', '201916.945000', '201917.405000', '201917.865000', '201918.325000', '201918.785000', '201919.245000', '201919.705000', '201920.165000', '201920.625000', '201921.085000', '201921.545000', '201922.005000', '201922.465000', '201922.925000', '201923.385000', '201923.845000', '201924.305000', '201924.765000', '201925.225000', '201925.685000', '201926.145000', '201926.605000', '201927.065000', '201927.525000', '201927.985000', '201928.445000', '201928.905000', '201929.365000', '201929.825000', '201930.285000', '201930.745000', '201931.205000', '201931.665000', '201932.125000', '201932.585000', '201933.045000', '201933.505000', '201933.965000', '201934.425000', '201934.885000', '201935.345000', '201935.805000', '201936.265000', '201936.725000', '201937.185000', '201937.645000', '201938.105000', '201938.565000', '201939.025000', '201939.485000', '201939.945000', '201940.405000', '201940.865000', '201941.325000', '201941.785000', '201942.245000', '201942.705000', '201943.165000', '201943.625000', '201944.085000', '201944.545000', '201945.005000', '201945.465000', '201945.925000', '201946.385000', '201946.845000', '201947.305000', '201947.765000', '201948.225000', '201948.685000', '201949.145000', '201949.605000', '201950.065000', '201950.525000', '201950.985000', '201951.445000', '201951.905000', '201952.365000', '201952.825000', '201953.285000', '201953.745000', '201954.205000', '201954.665000', '201955.125000', '201955.585000', '201956.045000', '201956.505000', '201956.965000', '201957.425000', '201957.885000', '201958.345000', '201958.805000', '201959.265000', '201959.725000', '202000.185000', '202000.645000', '202001.105000', '202001.565000', '202002.025000', '202002.485000', '202002.945000', '202003.405000', '202003.865000', '202004.325000', '202004.785000', '202005.245000', '202005.705000', '202006.165000', '202006.625000', '202007.085000', '202007.545000', '202008.005000', '202008.465000', '202008.925000', '202009.385000', '202009.845000', '202010.305000', '202010.765000', '202011.225000', '202011.685000', '202012.145000', '202012.605000', '202013.065000', '202013.525000', '202013.985000', '202014.445000', '202014.905000', '202015.365000', '202015.825000', '202016.285000', '202016.745000', '202017.205000', '202017.665000', '202018.125000', '202018.585000', '202019.045000', '202019.505000', '202019.965000', '202020.425000', '202020.885000', '202021.345000', '202021.805000', '202022.265000', '202022.725000', '202023.185000', '202023.645000', '202024.105000', '202024.565000', '202025.025000', '202025.485000', '202025.945000', '202026.405000', '202026.865000', '202027.325000', '202027.785000', '202028.245000', '202028.705000', '202029.165000', '202029.625000', '202030.085000', '202030.545000', '202031.005000', '202031.465000', '202031.925000', '202032.385000', '202032.845000', '202033.305000', '202033.765000', '202034.225000', '202034.685000', '202035.145000', '202035.605000', '202036.065000', '202036.525000', '202036.985000', '202037.445000', '202037.905000', '202038.365000', '202038.825000', '202039.285000', '202039.745000', '202040.205000', '202040.665000', '202041.125000', '202041.585000', '202042.045000', '202042.505000', '202042.965000', '202043.425000', '202043.885000', '202044.345000', '202044.805000', '202045.265000', '202045.725000', '202046.185000', '202046.645000', '202047.105000', '202047.565000', '202048.025000', '202048.485000', '202048.945000', '202049.405000', '202049.865000', '202050.325000', '202050.785000', '202051.245000', '202051.705000', '202052.165000', '202052.625000', '202053.085000', '202053.545000', '202054.005000', '202054.465000', '202054.925000', '202055.385000', '202055.845000', '202056.305000', '202056.765000', '202057.225000', '202057.685000', '202058.145000', '202058.605000', '202059.065000', '202059.525000', '202059.985000', '202100.445000', '202100.905000', '202101.365000', '202101.825000', '202102.285000', '202102.745000', '202103.205000', '202103.665000', '202104.125000', '202104.585000', '202105.045000', '202105.505000', '202105.965000', '202106.425000', '202106.885000', '202107.345000', '202107.805000', '202108.265000', '202108.725000', '202109.185000', '202109.645000', '202110.105000', '202110.565000', '202111.025000', '202111.485000', '202111.945000', '202112.405000', '202112.865000', '202113.325000', '202113.785000', '202114.245000', '202114.705000', '202115.165000', '202115.625000', '202116.085000', '202116.545000', '202117.005000', '202117.465000', '202117.925000', '202118.385000', '202118.845000', '202119.305000', '202119.765000', '202120.225000', '202120.685000', '202121.145000', '202121.605000', '202122.065000', '202122.525000', '202122.985000', '202123.445000', '202123.905000', '202124.365000', '202124.825000', '202125.285000', '202125.745000', '202126.205000', '202126.665000', '202127.125000', '202127.585000', '202128.045000', '202128.505000', '202128.965000', '202129.425000', '202129.885000', '202130.345000', '202130.805000', '202131.265000', '202131.725000', '202132.185000', '202132.645000', '202133.105000', '202133.565000', '202134.025000', '202134.485000', '202134.945000', '202135.405000', '202135.865000', '202136.325000', '202136.785000', '202137.245000', '202137.705000', '202138.165000', '202138.625000', '202139.085000', '202139.545000', '202140.005000', '202140.465000', '202140.925000', '202141.385000', '202141.845000', '202142.305000', '202142.765000', '202143.225000', '202143.685000', '202144.145000', '202144.605000', '202145.065000', '202145.525000', '202145.985000', '202146.445000', '202146.905000', '202147.365000', '202147.825000', '202148.285000', '202148.745000', '202149.205000', '202149.665000', '202150.125000', '202150.585000', '202151.045000', '202151.505000', '202151.965000', '202152.425000', '202152.885000', '202153.345000', '202153.805000', '202154.265000', '202154.725000', '202155.185000', '202155.645000', '202156.105000', '202156.565000', '202157.025000', '202157.485000', '202157.945000', '202158.405000', '202158.865000', '202159.325000', '202159.785000', '202200.245000', '202200.705000', '202201.165000', '202201.625000', '202202.085000', '202202.545000', '202203.005000', '202203.465000', '202203.925000', '202204.385000', '202204.845000', '202205.305000', '202205.765000', '202206.225000', '202206.685000', '202207.145000', '202207.605000', '202208.065000', '202208.525000', '202208.985000', '202209.445000'], 'ContentTime': ['200819.783000', '200819.786000', '200819.789000', '200819.791000', '200819.794000', '200819.797000', '200819.799000', '200819.802000', '200819.804000', '200819.807000', '200819.809000', '200819.812000', '200819.815000', '200819.817000', '200819.820000', '200819.823000', '200819.825000', '200819.828000', '200819.830000', '200819.833000', '200819.836000', '200819.838000', '200819.841000', '200819.843000', '200819.846000', '200819.848000', '200819.851000', '200819.854000', '200819.858000', '200819.860000', '200819.863000', '200819.865000', '200819.868000', '200819.870000', '200819.873000', '200819.875000', '200819.878000', '200819.881000', '200819.883000', '200819.886000', '200819.888000', '200819.891000', '200819.894000', '200819.896000', '200819.899000', '200819.901000', '200819.904000', '200819.906000', '200819.909000', '200819.912000', '200819.914000', '200839.733000', '200839.736000', '200839.738000', '200839.741000', '200839.744000', '200839.746000', '200839.749000', '200839.751000', '200839.754000', '200839.757000', '200839.759000', '200839.762000', '200839.764000', '200839.767000', '200839.769000', '200839.772000', '200839.774000', '200839.777000', '200839.780000', '200839.782000', '200839.785000', '200839.787000', '200839.790000', '200839.794000', '200839.797000', '200839.800000', '200839.802000', '200839.805000', '200839.807000', '200839.810000', '200839.813000', '200839.815000', '200839.818000', '200839.820000', '200839.823000', '200839.826000', '200839.828000', '200839.831000', '200839.833000', '200839.836000', '200839.839000', '200839.841000', '200839.844000', '200839.846000', '200859.732000', '200859.735000', '200859.738000', '200859.741000', '200859.743000', '200859.746000', '200859.748000', '200859.751000', '200859.754000', '200859.756000', '200859.759000', '200859.761000', '200859.764000', '200859.766000', '200859.769000', '200859.772000', '200859.774000', '200859.777000', '200859.780000', '200859.782000', '200859.785000', '200859.787000', '200859.790000', '200859.792000', '200859.795000', '200859.798000', '200859.800000', '200859.803000', '200859.805000', '200859.808000', '200859.817000', '200859.820000', '200859.823000', '200859.825000', '200859.828000', '200859.831000', '200859.833000', '200859.836000', '200859.838000', '200859.841000', '200859.844000', '200859.846000', '200859.849000', '200919.732000', '200919.735000', '200919.738000', '200919.741000', '200919.750000', '200919.753000', '200919.756000', '200919.758000', '200919.761000', '200919.763000', '200919.766000', '200919.769000', '200919.771000', '200919.774000', '200919.776000', '200919.779000', '200919.781000', '200919.789000', '200919.792000', '200919.794000', '200919.797000', '200919.799000', '200919.802000', '200919.805000', '200919.807000', '200919.810000', '200919.812000', '200919.815000', '200919.817000', '200919.820000', '200919.823000', '200919.825000', '200919.828000', '200919.830000', '200919.833000', '200919.836000', '200919.838000', '200919.841000', '200919.843000', '200919.846000', '200919.848000', '200919.851000', '200919.853000', '200919.856000', '200939.732000', '200939.735000', '200939.738000', '200939.741000', '200939.743000', '200939.746000', '200939.748000', '200939.751000', '200939.754000', '200939.756000', '200939.759000', '200939.761000', '200939.764000', '200939.767000', '200939.769000', '200939.772000', '200939.775000', '200939.777000', '200939.780000', '200939.782000', '200939.785000', '200939.788000', '200939.790000', '200939.793000', '200939.795000', '200939.800000', '200939.803000', '200939.808000', '200939.811000', '200939.814000', '200939.816000', '200939.819000', '200939.822000', '200939.824000', '200939.827000', '200939.829000', '200939.832000', '200939.835000', '200939.837000', '200939.840000', '200939.842000', '200939.845000', '200939.848000', '200959.733000', '200959.736000', '200959.738000', '200959.741000', '200959.744000', '200959.746000', '200959.749000', '200959.751000', '200959.754000', '200959.756000', '200959.759000', '200959.762000', '200959.772000', '200959.774000', '200959.777000', '200959.779000', '200959.782000', '200959.785000', '200959.787000', '200959.790000', '200959.792000', '200959.795000', '200959.798000', '200959.800000', '200959.803000', '200959.806000', '200959.808000', '200959.811000', '200959.813000', '200959.816000', '200959.819000', '200959.821000', '200959.824000', '200959.826000', '200959.829000', '200959.831000', '200959.834000', '200959.837000', '200959.839000', '200959.842000', '200959.844000', '200959.847000', '200959.849000', '200959.852000', '201019.733000', '201019.735000', '201019.738000', '201019.741000', '201019.743000', '201019.746000', '201019.748000', '201019.751000', '201019.754000', '201019.756000', '201019.759000', '201019.761000', '201019.764000', '201019.767000', '201019.769000', '201019.772000', '201019.775000', '201019.777000', '201019.780000', '201019.782000', '201019.785000', '201019.788000', '201019.790000', '201019.793000', '201019.795000', '201019.798000', '201019.800000', '201019.803000', '201019.806000', '201019.808000', '201019.811000', '201019.813000', '201019.816000', '201019.819000', '201019.821000', '201019.824000', '201019.826000', '201019.829000', '201019.831000', '201019.834000', '201019.837000', '201019.839000', '201019.842000', '201039.733000', '201039.735000', '201039.738000', '201039.741000', '201039.743000', '201039.746000', '201039.748000', '201039.751000', '201039.753000', '201039.756000', '201039.759000', '201039.761000', '201039.764000', '201039.766000', '201039.769000', '201039.772000', '201039.774000', '201039.777000', '201039.779000', '201039.782000', '201039.784000', '201039.787000', '201039.790000', '201039.792000', '201039.795000', '201039.797000', '201039.800000', '201039.803000', '201039.805000', '201039.808000', '201039.811000', '201039.813000', '201039.816000', '201039.818000', '201039.821000', '201039.824000', '201039.826000', '201039.829000', '201039.831000', '201039.834000', '201039.837000', '201039.839000', '201039.842000', '201039.844000', '201059.733000', '201059.735000', '201059.738000', '201059.741000', '201059.743000', '201059.746000', '201059.748000', '201059.751000', '201059.754000', '201059.756000', '201059.759000', '201059.761000', '201059.764000', '201059.767000', '201059.769000', '201059.772000', '201059.774000', '201059.777000', '201059.780000', '201059.782000', '201059.785000', '201059.787000', '201059.790000', '201059.793000', '201059.795000', '201059.798000', '201059.800000', '201059.803000', '201059.806000', '201059.808000', '201059.811000', '201059.814000', '201059.816000', '201059.819000', '201059.822000', '201059.824000', '201059.827000', '201059.829000', '201059.832000', '201059.834000', '201059.837000', '201059.840000', '201059.842000', '201119.733000', '201119.735000', '201119.738000', '201119.741000', '201119.743000', '201119.746000', '201119.748000', '201119.751000', '201119.754000', '201119.756000', '201119.759000', '201119.761000', '201119.764000', '201119.767000', '201119.775000', '201119.777000', '201119.780000', '201119.783000', '201119.785000', '201119.788000', '201119.791000', '201119.793000', '201119.796000', '201119.798000', '201119.801000', '201119.804000', '201119.806000', '201119.809000', '201119.811000', '201119.814000', '201119.817000', '201119.819000', '201119.822000', '201119.824000', '201119.827000', '201119.830000', '201119.832000', '201119.835000', '201119.837000', '201119.840000', '201119.843000', '201119.845000', '201119.848000', '201119.850000', '201139.732000', '201139.735000', '201139.738000', '201139.741000', '201139.743000', '201139.746000', '201139.748000', '201139.751000', '201139.753000', '201139.756000', '201139.759000', '201139.761000', '201139.764000', '201139.767000', '201139.769000', '201139.772000', '201139.774000', '201139.777000', '201139.780000', '201139.782000', '201139.785000', '201139.787000', '201139.790000', '201139.792000', '201139.795000', '201139.798000', '201139.800000', '201139.803000', '201139.806000', '201139.808000', '201139.811000', '201139.813000', '201139.816000', '201139.819000', '201139.821000', '201139.824000', '201139.826000', '201139.829000', '201139.832000', '201139.835000', '201139.838000', '201139.841000', '201139.844000', '201159.732000', '201159.735000', '201159.738000', '201159.741000', '201159.743000', '201159.746000', '201159.748000', '201159.751000', '201159.754000', '201159.756000', '201159.759000', '201159.762000', '201159.764000', '201159.767000', '201159.769000', '201159.772000', '201159.775000', '201159.778000', '201159.781000', '201159.784000', '201159.787000', '201159.789000', '201159.792000', '201159.794000', '201159.797000', '201159.800000', '201159.802000', '201159.805000', '201159.808000', '201159.810000', '201159.813000', '201159.816000', '201159.818000', '201159.821000', '201159.823000', '201159.826000', '201159.828000', '201159.831000', '201159.834000', '201159.836000', '201159.839000', '201159.841000', '201159.844000', '201219.733000', '201219.735000', '201219.738000', '201219.741000', '201219.743000', '201219.746000', '201219.748000', '201219.751000', '201219.754000', '201219.756000', '201219.759000', '201219.761000', '201219.764000', '201219.767000', '201219.769000', '201219.772000', '201219.775000', '201219.777000', '201219.780000', '201219.782000', '201219.785000', '201219.787000', '201219.790000', '201219.793000', '201219.795000', '201219.798000', '201219.801000', '201219.803000', '201219.806000', '201219.808000', '201219.811000', '201219.813000', '201219.816000', '201219.819000', '201219.821000', '201219.824000', '201219.826000', '201219.829000', '201219.841000', '201219.844000', '201219.846000', '201219.849000', '201219.851000', '201219.854000', '201239.732000', '201239.735000', '201239.738000', '201239.740000', '201239.743000', '201239.745000', '201239.748000', '201239.751000', '201239.753000', '201239.756000', '201239.759000', '201239.761000', '201239.764000', '201239.767000', '201239.769000', '201239.772000', '201239.774000', '201239.777000', '201239.780000', '201239.782000', '201239.785000', '201239.787000', '201239.790000', '201239.793000', '201239.795000', '201239.798000', '201239.801000', '201239.803000', '201239.806000', '201239.808000', '201239.811000', '201239.814000', '201239.816000', '201239.819000', '201239.821000', '201239.824000', '201239.827000', '201239.829000', '201239.832000', '201239.834000', '201239.837000', '201239.840000', '201239.842000', '201239.845000', '201259.732000', '201259.735000', '201259.738000', '201259.741000', '201259.743000', '201259.746000', '201259.748000', '201259.751000', '201259.754000', '201259.756000', '201259.759000', '201259.761000', '201259.764000', '201259.767000', '201259.769000', '201259.772000', '201259.774000', '201259.777000', '201259.780000', '201259.782000', '201259.785000', '201259.788000', '201259.790000', '201259.793000', '201259.795000', '201259.798000', '201259.801000', '201259.803000', '201259.806000', '201259.809000', '201259.811000', '201259.814000', '201259.816000', '201259.819000', '201259.821000', '201259.824000', '201259.827000', '201259.829000', '201259.832000', '201259.835000', '201259.837000', '201259.840000', '201259.842000', '201319.733000', '201319.735000', '201319.738000', '201319.741000', '201319.744000', '201319.747000', '201319.749000', '201319.752000', '201319.754000', '201319.757000', '201319.760000', '201319.762000', '201319.765000', '201319.768000', '201319.770000', '201319.773000', '201319.775000', '201319.778000', '201319.781000', '201319.783000', '201319.786000', '201319.788000', '201319.791000', '201319.793000', '201319.796000', '201319.799000', '201319.801000', '201319.804000', '201319.807000', '201319.809000', '201319.812000', '201319.815000', '201319.817000', '201319.820000', '201319.822000', '201319.825000', '201319.828000', '201319.830000', '201319.833000', '201319.835000', '201319.840000', '201319.843000', '201319.845000', '201319.848000', '201339.733000', '201339.736000', '201339.738000', '201339.741000', '201339.743000', '201339.746000', '201339.748000', '201339.751000', '201339.754000', '201339.756000', '201339.759000', '201339.761000', '201339.764000', '201339.766000', '201339.769000', '201339.772000', '201339.774000', '201339.777000', '201339.779000', '201339.782000', '201339.785000', '201339.787000', '201339.790000', '201339.793000', '201339.795000', '201339.798000', '201339.801000', '201339.803000', '201339.806000', '201339.808000', '201339.811000', '201339.813000', '201339.816000', '201339.819000', '201339.821000', '201339.824000', '201339.826000', '201339.829000', '201339.832000', '201339.834000', '201339.837000', '201339.839000', '201339.842000', '201359.733000', '201359.735000', '201359.738000', '201359.741000', '201359.743000', '201359.746000', '201359.748000', '201359.751000', '201359.753000', '201359.756000', '201359.759000', '201359.761000', '201359.764000', '201359.766000', '201359.769000', '201359.771000', '201359.774000', '201359.777000', '201359.779000', '201359.782000', '201359.785000', '201359.787000', '201359.790000', '201359.792000', '201359.795000', '201359.797000', '201359.800000', '201359.803000', '201359.805000', '201359.808000', '201359.810000', '201359.813000', '201359.816000', '201359.818000', '201359.821000', '201359.824000', '201359.827000', '201359.829000', '201359.832000', '201359.834000', '201359.837000', '201359.839000', '201359.842000', '201359.845000', '201419.733000', '201419.735000', '201419.738000', '201419.741000', '201419.743000', '201419.746000', '201419.748000', '201419.751000', '201419.754000', '201419.756000', '201419.759000', '201419.761000', '201419.764000', '201419.766000', '201419.769000', '201419.772000', '201419.774000', '201419.777000', '201419.780000', '201419.782000', '201419.785000', '201419.787000', '201419.790000', '201419.792000', '201419.795000', '201419.798000', '201419.800000', '201419.803000', '201419.805000', '201419.808000', '201419.810000', '201419.813000', '201419.816000', '201419.818000', '201419.821000', '201419.823000', '201419.826000', '201419.829000', '201419.831000', '201419.834000', '201419.836000', '201419.839000', '201419.841000', '201439.733000', '201439.735000', '201439.738000', '201439.741000', '201439.743000', '201439.746000', '201439.748000', '201439.751000', '201439.754000', '201439.756000', '201439.759000', '201439.761000', '201439.764000', '201439.766000', '201439.769000', '201439.772000', '201439.774000', '201439.777000', '201439.780000', '201439.782000', '201439.785000', '201439.788000', '201439.790000', '201439.793000', '201439.795000', '201439.798000', '201439.801000', '201439.803000', '201439.806000', '201439.808000', '201439.811000', '201439.814000', '201439.816000', '201439.819000', '201439.821000', '201439.824000', '201439.827000', '201439.829000', '201439.832000', '201439.834000', '201439.837000', '201439.839000', '201439.842000', '201439.844000', '201459.733000', '201459.736000', '201459.738000', '201459.741000', '201459.743000', '201459.746000', '201459.749000', '201459.751000', '201459.754000', '201459.756000', '201459.759000', '201459.761000', '201459.764000', '201459.767000', '201459.769000', '201459.772000', '201459.800000', '201459.802000', '201459.805000', '201459.807000', '201459.810000', '201459.813000', '201459.815000', '201459.818000', '201459.820000', '201459.823000', '201459.825000', '201459.828000', '201459.831000', '201459.833000', '201459.836000', '201459.839000', '201459.841000', '201459.844000', '201459.846000', '201459.849000', '201459.851000', '201459.854000', '201459.857000', '201459.859000', '201459.862000', '201459.864000', '201459.867000', '201519.732000', '201519.757000', '201519.760000', '201519.763000', '201519.765000', '201519.768000', '201519.770000', '201519.773000', '201519.776000', '201519.778000', '201519.781000', '201519.784000', '201519.786000', '201519.789000', '201519.791000', '201519.794000', '201519.797000', '201519.799000', '201519.802000', '201519.804000', '201519.807000', '201519.810000', '201519.812000', '201519.815000', '201519.817000', '201519.820000', '201519.823000', '201519.825000', '201519.828000', '201519.830000', '201519.833000', '201519.836000', '201519.838000', '201519.841000', '201519.843000', '201519.846000', '201519.848000', '201519.851000', '201519.854000', '201519.856000', '201519.859000', '201519.861000', '201519.864000', '201519.866000', '201539.733000', '201539.736000', '201539.738000', '201539.741000', '201539.743000', '201539.746000', '201539.748000', '201539.751000', '201539.754000', '201539.756000', '201539.759000', '201539.761000', '201539.764000', '201539.767000', '201539.769000', '201539.772000', '201539.775000', '201539.777000', '201539.780000', '201539.782000', '201539.785000', '201539.787000', '201539.790000', '201539.793000', '201539.795000', '201539.798000', '201539.800000', '201539.803000', '201539.806000', '201539.808000', '201539.811000', '201539.813000', '201539.816000', '201539.819000', '201539.821000', '201539.824000', '201539.826000', '201539.829000', '201539.832000', '201539.834000', '201539.837000', '201539.839000', '201539.842000', '201559.732000', '201559.735000', '201559.738000', '201559.741000', '201559.743000', '201559.746000', '201559.748000', '201559.751000', '201559.753000', '201559.756000', '201559.759000', '201559.761000', '201559.765000', '201559.768000', '201559.771000', '201559.773000', '201559.776000', '201559.779000', '201559.781000', '201559.784000', '201559.786000', '201559.789000', '201559.792000', '201559.794000', '201559.797000', '201559.799000', '201559.802000', '201559.805000', '201559.807000', '201559.810000', '201559.812000', '201559.815000', '201559.818000', '201559.820000', '201559.823000', '201559.826000', '201559.828000', '201559.831000', '201559.833000', '201559.836000', '201559.838000', '201559.841000', '201559.844000', '201619.733000', '201619.736000', '201619.738000', '201619.741000', '201619.743000', '201619.746000', '201619.749000', '201619.751000', '201619.754000', '201619.756000', '201619.759000', '201619.761000', '201619.764000', '201619.767000', '201619.769000', '201619.772000', '201619.774000', '201619.777000', '201619.780000', '201619.782000', '201619.785000', '201619.787000', '201619.790000', '201619.793000', '201619.795000', '201619.798000', '201619.800000', '201619.803000', '201619.806000', '201619.808000', '201619.811000', '201619.813000', '201619.816000', '201619.819000', '201619.821000', '201619.824000', '201619.826000', '201619.829000', '201619.832000', '201619.834000', '201619.837000', '201619.839000', '201619.842000', '201619.845000', '201639.733000', '201639.735000', '201639.738000', '201639.741000', '201639.743000', '201639.746000', '201639.748000', '201639.751000', '201639.754000', '201639.756000', '201639.759000', '201639.761000', '201639.764000', '201639.766000', '201639.769000', '201639.772000', '201639.774000', '201639.777000', '201639.779000', '201639.782000', '201639.785000', '201639.787000', '201639.790000', '201639.792000', '201639.795000', '201639.798000', '201639.801000', '201639.804000', '201639.807000', '201639.809000', '201639.812000', '201639.815000', '201639.817000', '201639.820000', '201639.822000', '201639.825000', '201639.828000', '201639.830000', '201639.833000', '201639.835000', '201639.838000', '201639.841000', '201639.843000', '201659.733000', '201659.735000', '201659.738000', '201659.741000', '201659.743000', '201659.746000', '201659.748000', '201659.751000', '201659.754000', '201659.756000', '201659.759000', '201659.761000', '201659.764000', '201659.767000', '201659.769000', '201659.772000', '201659.774000', '201659.777000', '201659.780000', '201659.782000', '201659.785000', '201659.787000', '201659.790000', '201659.793000', '201659.795000', '201659.798000', '201659.800000', '201659.803000', '201659.806000', '201659.808000', '201659.811000', '201659.814000', '201659.816000', '201659.819000', '201659.821000', '201659.824000', '201659.827000', '201659.829000', '201659.832000', '201659.834000', '201659.837000', '201659.840000', '201659.842000', '201659.845000', '201719.733000', '201719.735000', '201719.738000', '201719.741000', '201719.743000', '201719.746000', '201719.748000', '201719.751000', '201719.754000', '201719.756000', '201719.759000', '201719.762000', '201719.764000', '201719.767000', '201719.769000', '201719.772000', '201719.775000', '201719.777000', '201719.780000', '201719.782000', '201719.785000', '201719.788000', '201719.790000', '201719.793000', '201719.796000', '201719.798000', '201719.801000', '201719.804000', '201719.807000', '201719.833000', '201719.835000', '201719.838000', '201719.840000', '201719.843000', '201719.846000', '201719.848000', '201719.851000', '201719.853000', '201719.856000', '201719.859000', '201719.861000', '201719.864000', '201719.867000', '201739.733000', '201739.736000', '201739.738000', '201739.741000', '201739.743000', '201739.746000', '201739.749000', '201739.751000', '201739.754000', '201739.757000', '201739.759000', '201739.762000', '201739.764000', '201739.767000', '201739.770000', '201739.772000', '201739.775000', '201739.778000', '201739.780000', '201739.783000', '201739.785000', '201739.788000', '201739.791000', '201739.793000', '201739.796000', '201739.799000', '201739.801000', '201739.804000', '201739.806000', '201739.809000', '201739.812000', '201739.814000', '201739.817000', '201739.819000', '201739.822000', '201739.824000', '201739.827000', '201739.830000', '201739.832000', '201739.835000', '201739.837000', '201739.840000', '201739.843000', '201739.845000', '201759.733000', '201759.735000', '201759.738000', '201759.741000', '201759.743000', '201759.746000', '201759.748000', '201759.751000', '201759.754000', '201759.756000', '201759.759000', '201759.761000', '201759.764000', '201759.767000', '201759.769000', '201759.772000', '201759.774000', '201759.777000', '201759.779000', '201759.783000', '201759.786000', '201759.789000', '201759.791000', '201759.794000', '201759.796000', '201759.799000', '201759.802000', '201759.804000', '201759.807000', '201759.810000', '201759.812000', '201759.815000', '201759.817000', '201759.820000', '201759.823000', '201759.825000', '201759.828000', '201759.830000', '201759.833000', '201759.836000', '201759.838000', '201759.841000', '201759.843000', '201819.733000', '201819.736000', '201819.738000', '201819.741000', '201819.743000', '201819.746000', '201819.749000', '201819.751000', '201819.754000', '201819.756000', '201819.759000', '201819.762000', '201819.764000', '201819.767000', '201819.769000', '201819.772000', '201819.774000', '201819.777000', '201819.780000', '201819.783000', '201819.785000', '201819.788000', '201819.791000', '201819.793000', '201819.796000', '201819.798000', '201819.801000', '201819.804000', '201819.806000', '201819.809000', '201819.811000', '201819.814000', '201819.817000', '201819.819000', '201819.822000', '201819.824000', '201819.827000', '201819.829000', '201819.832000', '201819.835000', '201819.837000', '201819.840000', '201819.842000', '201819.845000', '201839.733000', '201839.735000', '201839.738000', '201839.741000', '201839.743000', '201839.746000', '201839.748000', '201839.751000', '201839.754000', '201839.756000', '201839.759000', '201839.761000', '201839.764000', '201839.766000', '201839.769000', '201839.772000', '201839.774000', '201839.777000', '201839.779000', '201839.782000', '201839.785000', '201839.787000', '201839.790000', '201839.792000', '201839.795000', '201839.798000', '201839.800000', '201839.803000', '201839.805000', '201839.808000', '201839.811000', '201839.813000', '201839.816000', '201839.818000', '201839.821000', '201839.827000', '201839.829000', '201839.832000', '201839.835000', '201839.837000', '201839.840000', '201839.843000', '201839.846000', '201859.733000', '201859.735000', '201859.738000', '201859.741000', '201859.743000', '201859.746000', '201859.748000', '201859.751000', '201859.754000', '201859.756000', '201859.759000', '201859.761000', '201859.764000', '201859.766000', '201859.769000', '201859.772000', '201859.774000', '201859.777000', '201859.779000', '201859.782000', '201859.795000', '201859.798000', '201859.801000', '201859.803000', '201859.806000', '201859.809000', '201859.811000', '201859.814000', '201859.816000', '201859.819000', '201859.822000', '201859.824000', '201859.827000', '201859.829000', '201859.832000', '201859.834000', '201859.837000', '201859.840000', '201859.842000', '201859.845000', '201859.847000', '201859.850000', '201859.852000', '201859.855000', '201919.733000', '201919.736000', '201919.738000', '201919.741000', '201919.743000', '201919.746000', '201919.749000', '201919.751000', '201919.754000', '201919.756000', '201919.759000', '201919.762000', '201919.764000', '201919.767000', '201919.769000', '201919.772000', '201919.774000', '201919.777000', '201919.780000', '201919.782000', '201919.785000', '201919.787000', '201919.790000', '201919.792000', '201919.795000', '201919.798000', '201919.800000', '201919.803000', '201919.806000', '201919.808000', '201919.811000', '201919.813000', '201919.816000', '201919.819000', '201919.821000', '201919.824000', '201919.826000', '201919.829000', '201919.831000', '201919.834000', '201919.837000', '201919.839000', '201919.842000', '201939.733000', '201939.736000', '201939.738000', '201939.741000', '201939.743000', '201939.746000', '201939.749000', '201939.751000', '201939.754000', '201939.756000', '201939.759000', '201939.762000', '201939.764000', '201939.767000', '201939.769000', '201939.772000', '201939.774000', '201939.777000', '201939.780000', '201939.782000', '201939.785000', '201939.788000', '201939.790000', '201939.793000', '201939.795000', '201939.798000', '201939.801000', '201939.803000', '201939.806000', '201939.809000', '201939.811000', '201939.814000', '201939.817000', '201939.819000', '201939.822000', '201939.824000', '201939.827000', '201939.830000', '201939.832000', '201939.835000', '201939.837000', '201939.840000', '201939.842000', '201939.845000', '201959.733000', '201959.736000', '201959.738000', '201959.741000', '201959.744000', '201959.746000', '201959.749000', '201959.751000', '201959.754000', '201959.757000', '201959.759000', '201959.762000', '201959.764000', '201959.767000', '201959.770000', '201959.772000', '201959.775000', '201959.777000', '201959.780000', '201959.783000', '201959.785000', '201959.788000', '201959.790000', '201959.793000', '201959.796000', '201959.798000', '201959.801000', '201959.803000', '201959.806000', '201959.809000', '201959.811000', '201959.814000', '201959.816000', '201959.819000', '201959.822000', '201959.824000', '201959.827000', '201959.829000', '201959.832000', '201959.834000', '201959.837000', '201959.840000', '201959.842000', '202019.733000', '202019.735000', '202019.738000', '202019.741000', '202019.743000', '202019.746000', '202019.748000', '202019.751000', '202019.754000', '202019.756000', '202019.759000', '202019.761000', '202019.764000', '202019.766000', '202019.769000', '202019.772000', '202019.774000', '202019.777000', '202019.779000', '202019.782000', '202019.785000', '202019.787000', '202019.790000', '202019.792000', '202019.795000', '202019.797000', '202019.800000', '202019.803000', '202019.806000', '202019.808000', '202019.811000', '202019.813000', '202019.816000', '202019.818000', '202019.821000', '202019.824000', '202019.826000', '202019.829000', '202019.831000', '202019.834000', '202019.836000', '202019.839000', '202019.842000', '202019.844000', '202039.733000', '202039.736000', '202039.738000', '202039.741000', '202039.743000', '202039.746000', '202039.749000', '202039.751000', '202039.754000', '202039.756000', '202039.759000', '202039.761000', '202039.764000', '202039.767000', '202039.769000', '202039.772000', '202039.775000', '202039.777000', '202039.780000', '202039.782000', '202039.785000', '202039.788000', '202039.790000', '202039.793000', '202039.795000', '202039.798000', '202039.800000', '202039.803000', '202039.806000', '202039.808000', '202039.811000', '202039.814000', '202039.816000', '202039.819000', '202039.821000', '202039.824000', '202039.826000', '202039.829000', '202039.832000', '202039.834000', '202039.837000', '202039.839000', '202039.842000', '202059.733000', '202059.736000', '202059.738000', '202059.741000', '202059.744000', '202059.746000', '202059.749000', '202059.751000', '202059.754000', '202059.756000', '202059.759000', '202059.762000', '202059.764000', '202059.767000', '202059.769000', '202059.772000', '202059.775000', '202059.777000', '202059.780000', '202059.783000', '202059.785000', '202059.788000', '202059.790000', '202059.793000', '202059.796000', '202059.798000', '202059.801000', '202059.803000', '202059.806000', '202059.809000', '202059.811000', '202059.814000', '202059.816000', '202059.819000', '202059.822000', '202059.824000', '202059.827000', '202059.829000', '202059.832000', '202059.835000', '202059.837000', '202059.840000', '202059.843000', '202059.845000', '202119.733000', '202119.735000', '202119.738000', '202119.741000', '202119.743000', '202119.746000', '202119.748000', '202119.751000', '202119.754000', '202119.756000', '202119.759000', '202119.761000', '202119.764000', '202119.767000', '202119.769000', '202119.772000', '202119.774000', '202119.777000', '202119.779000', '202119.782000', '202119.785000', '202119.787000', '202119.790000', '202119.792000', '202119.795000', '202119.798000', '202119.800000', '202119.803000', '202119.834000', '202119.837000', '202119.839000', '202119.842000', '202119.845000', '202119.847000', '202119.850000', '202119.852000', '202119.855000', '202119.857000', '202119.860000', '202119.863000', '202119.865000', '202119.868000', '202119.870000', '202139.733000', '202139.735000', '202139.738000', '202139.741000', '202139.743000', '202139.746000', '202139.748000', '202139.751000', '202139.754000', '202139.756000', '202139.759000', '202139.761000', '202139.764000', '202139.767000', '202139.769000', '202139.772000', '202139.774000', '202139.777000', '202139.779000', '202139.782000', '202139.785000', '202139.787000', '202139.790000', '202139.792000', '202139.795000', '202139.798000', '202139.800000', '202139.803000', '202139.806000', '202139.808000', '202139.811000', '202139.813000', '202139.816000', '202139.818000', '202139.821000', '202139.824000', '202139.826000', '202139.829000', '202139.831000', '202139.834000', '202139.837000', '202139.839000', '202139.842000', '202159.733000', '202159.736000', '202159.738000', '202159.741000', '202159.743000', '202159.746000', '202159.749000', '202159.751000', '202159.754000', '202159.756000', '202159.759000', '202159.762000', '202159.764000', '202159.767000', '202159.769000', '202159.772000', '202159.775000', '202159.777000', '202159.780000', '202159.782000', '202159.785000', '202159.787000', '202159.790000', '202159.793000', '202159.795000', '202159.798000', '202159.801000', '202159.803000', '202159.806000', '202159.809000', '202159.811000', '202159.814000', '202159.816000', '202159.819000', '202159.821000', '202159.824000', '202159.827000', '202159.829000', '202159.832000', '202159.834000', '202159.837000', '202159.840000', '202159.842000', '202159.845000', '202210.965000', '202210.968000', '202210.971000', '202210.973000', '202210.976000', '202210.979000', '202210.981000', '202210.984000', '202210.986000', '202210.989000', '202210.992000', '202210.994000', '202210.998000', '202211.002000', '202211.005000', '202211.008000', '202211.011000', '202211.014000', '202211.016000', '202211.019000', '202211.022000', '202211.024000', '202211.028000', '202211.031000', '202211.034000'], 'InstanceCreationTime': ['200819.783000', '200819.786000', '200819.789000', '200819.791000', '200819.794000', '200819.797000', '200819.799000', '200819.802000', '200819.804000', '200819.807000', '200819.809000', '200819.812000', '200819.815000', '200819.817000', '200819.820000', '200819.823000', '200819.825000', '200819.828000', '200819.830000', '200819.833000', '200819.836000', '200819.838000', '200819.841000', '200819.843000', '200819.846000', '200819.848000', '200819.851000', '200819.854000', '200819.858000', '200819.860000', '200819.863000', '200819.865000', '200819.868000', '200819.870000', '200819.873000', '200819.875000', '200819.878000', '200819.881000', '200819.883000', '200819.886000', '200819.888000', '200819.891000', '200819.894000', '200819.896000', '200819.899000', '200819.901000', '200819.904000', '200819.906000', '200819.909000', '200819.912000', '200819.914000', '200839.733000', '200839.736000', '200839.738000', '200839.741000', '200839.744000', '200839.746000', '200839.749000', '200839.751000', '200839.754000', '200839.757000', '200839.759000', '200839.762000', '200839.764000', '200839.767000', '200839.769000', '200839.772000', '200839.774000', '200839.777000', '200839.780000', '200839.782000', '200839.785000', '200839.787000', '200839.790000', '200839.794000', '200839.797000', '200839.800000', '200839.802000', '200839.805000', '200839.807000', '200839.810000', '200839.813000', '200839.815000', '200839.818000', '200839.820000', '200839.823000', '200839.826000', '200839.828000', '200839.831000', '200839.833000', '200839.836000', '200839.839000', '200839.841000', '200839.844000', '200839.846000', '200859.732000', '200859.735000', '200859.738000', '200859.741000', '200859.743000', '200859.746000', '200859.748000', '200859.751000', '200859.754000', '200859.756000', '200859.759000', '200859.761000', '200859.764000', '200859.766000', '200859.769000', '200859.772000', '200859.774000', '200859.777000', '200859.780000', '200859.782000', '200859.785000', '200859.787000', '200859.790000', '200859.792000', '200859.795000', '200859.798000', '200859.800000', '200859.803000', '200859.805000', '200859.808000', '200859.817000', '200859.820000', '200859.823000', '200859.825000', '200859.828000', '200859.831000', '200859.833000', '200859.836000', '200859.838000', '200859.841000', '200859.844000', '200859.846000', '200859.849000', '200919.732000', '200919.735000', '200919.738000', '200919.741000', '200919.750000', '200919.753000', '200919.756000', '200919.758000', '200919.761000', '200919.763000', '200919.766000', '200919.769000', '200919.771000', '200919.774000', '200919.776000', '200919.779000', '200919.781000', '200919.789000', '200919.792000', '200919.794000', '200919.797000', '200919.799000', '200919.802000', '200919.805000', '200919.807000', '200919.810000', '200919.812000', '200919.815000', '200919.817000', '200919.820000', '200919.823000', '200919.825000', '200919.828000', '200919.830000', '200919.833000', '200919.836000', '200919.838000', '200919.841000', '200919.843000', '200919.846000', '200919.848000', '200919.851000', '200919.853000', '200919.856000', '200939.732000', '200939.735000', '200939.738000', '200939.741000', '200939.743000', '200939.746000', '200939.748000', '200939.751000', '200939.754000', '200939.756000', '200939.759000', '200939.761000', '200939.764000', '200939.767000', '200939.769000', '200939.772000', '200939.775000', '200939.777000', '200939.780000', '200939.782000', '200939.785000', '200939.788000', '200939.790000', '200939.793000', '200939.795000', '200939.800000', '200939.803000', '200939.808000', '200939.811000', '200939.814000', '200939.816000', '200939.819000', '200939.822000', '200939.824000', '200939.827000', '200939.829000', '200939.832000', '200939.835000', '200939.837000', '200939.840000', '200939.842000', '200939.845000', '200939.848000', '200959.733000', '200959.736000', '200959.738000', '200959.741000', '200959.744000', '200959.746000', '200959.749000', '200959.751000', '200959.754000', '200959.756000', '200959.759000', '200959.762000', '200959.772000', '200959.774000', '200959.777000', '200959.779000', '200959.782000', '200959.785000', '200959.787000', '200959.790000', '200959.792000', '200959.795000', '200959.798000', '200959.800000', '200959.803000', '200959.806000', '200959.808000', '200959.811000', '200959.813000', '200959.816000', '200959.819000', '200959.821000', '200959.824000', '200959.826000', '200959.829000', '200959.831000', '200959.834000', '200959.837000', '200959.839000', '200959.842000', '200959.844000', '200959.847000', '200959.849000', '200959.852000', '201019.733000', '201019.735000', '201019.738000', '201019.741000', '201019.743000', '201019.746000', '201019.748000', '201019.751000', '201019.754000', '201019.756000', '201019.759000', '201019.761000', '201019.764000', '201019.767000', '201019.769000', '201019.772000', '201019.775000', '201019.777000', '201019.780000', '201019.782000', '201019.785000', '201019.788000', '201019.790000', '201019.793000', '201019.795000', '201019.798000', '201019.800000', '201019.803000', '201019.806000', '201019.808000', '201019.811000', '201019.813000', '201019.816000', '201019.819000', '201019.821000', '201019.824000', '201019.826000', '201019.829000', '201019.831000', '201019.834000', '201019.837000', '201019.839000', '201019.842000', '201039.733000', '201039.735000', '201039.738000', '201039.741000', '201039.743000', '201039.746000', '201039.748000', '201039.751000', '201039.753000', '201039.756000', '201039.759000', '201039.761000', '201039.764000', '201039.766000', '201039.769000', '201039.772000', '201039.774000', '201039.777000', '201039.779000', '201039.782000', '201039.784000', '201039.787000', '201039.790000', '201039.792000', '201039.795000', '201039.797000', '201039.800000', '201039.803000', '201039.805000', '201039.808000', '201039.811000', '201039.813000', '201039.816000', '201039.818000', '201039.821000', '201039.824000', '201039.826000', '201039.829000', '201039.831000', '201039.834000', '201039.837000', '201039.839000', '201039.842000', '201039.844000', '201059.733000', '201059.735000', '201059.738000', '201059.741000', '201059.743000', '201059.746000', '201059.748000', '201059.751000', '201059.754000', '201059.756000', '201059.759000', '201059.761000', '201059.764000', '201059.767000', '201059.769000', '201059.772000', '201059.774000', '201059.777000', '201059.780000', '201059.782000', '201059.785000', '201059.787000', '201059.790000', '201059.793000', '201059.795000', '201059.798000', '201059.800000', '201059.803000', '201059.806000', '201059.808000', '201059.811000', '201059.814000', '201059.816000', '201059.819000', '201059.822000', '201059.824000', '201059.827000', '201059.829000', '201059.832000', '201059.834000', '201059.837000', '201059.840000', '201059.842000', '201119.733000', '201119.735000', '201119.738000', '201119.741000', '201119.743000', '201119.746000', '201119.748000', '201119.751000', '201119.754000', '201119.756000', '201119.759000', '201119.761000', '201119.764000', '201119.767000', '201119.775000', '201119.777000', '201119.780000', '201119.783000', '201119.785000', '201119.788000', '201119.791000', '201119.793000', '201119.796000', '201119.798000', '201119.801000', '201119.804000', '201119.806000', '201119.809000', '201119.811000', '201119.814000', '201119.817000', '201119.819000', '201119.822000', '201119.824000', '201119.827000', '201119.830000', '201119.832000', '201119.835000', '201119.837000', '201119.840000', '201119.843000', '201119.845000', '201119.848000', '201119.850000', '201139.732000', '201139.735000', '201139.738000', '201139.741000', '201139.743000', '201139.746000', '201139.748000', '201139.751000', '201139.753000', '201139.756000', '201139.759000', '201139.761000', '201139.764000', '201139.767000', '201139.769000', '201139.772000', '201139.774000', '201139.777000', '201139.780000', '201139.782000', '201139.785000', '201139.787000', '201139.790000', '201139.792000', '201139.795000', '201139.798000', '201139.800000', '201139.803000', '201139.806000', '201139.808000', '201139.811000', '201139.813000', '201139.816000', '201139.819000', '201139.821000', '201139.824000', '201139.826000', '201139.829000', '201139.832000', '201139.835000', '201139.838000', '201139.841000', '201139.844000', '201159.732000', '201159.735000', '201159.738000', '201159.741000', '201159.743000', '201159.746000', '201159.748000', '201159.751000', '201159.754000', '201159.756000', '201159.759000', '201159.762000', '201159.764000', '201159.767000', '201159.769000', '201159.772000', '201159.775000', '201159.778000', '201159.781000', '201159.784000', '201159.787000', '201159.789000', '201159.792000', '201159.794000', '201159.797000', '201159.800000', '201159.802000', '201159.805000', '201159.808000', '201159.810000', '201159.813000', '201159.816000', '201159.818000', '201159.821000', '201159.823000', '201159.826000', '201159.828000', '201159.831000', '201159.834000', '201159.836000', '201159.839000', '201159.841000', '201159.844000', '201219.733000', '201219.735000', '201219.738000', '201219.741000', '201219.743000', '201219.746000', '201219.748000', '201219.751000', '201219.754000', '201219.756000', '201219.759000', '201219.761000', '201219.764000', '201219.767000', '201219.769000', '201219.772000', '201219.775000', '201219.777000', '201219.780000', '201219.782000', '201219.785000', '201219.787000', '201219.790000', '201219.793000', '201219.795000', '201219.798000', '201219.801000', '201219.803000', '201219.806000', '201219.808000', '201219.811000', '201219.813000', '201219.816000', '201219.819000', '201219.821000', '201219.824000', '201219.826000', '201219.829000', '201219.841000', '201219.844000', '201219.846000', '201219.849000', '201219.851000', '201219.854000', '201239.732000', '201239.735000', '201239.738000', '201239.740000', '201239.743000', '201239.745000', '201239.748000', '201239.751000', '201239.753000', '201239.756000', '201239.759000', '201239.761000', '201239.764000', '201239.767000', '201239.769000', '201239.772000', '201239.774000', '201239.777000', '201239.780000', '201239.782000', '201239.785000', '201239.787000', '201239.790000', '201239.793000', '201239.795000', '201239.798000', '201239.801000', '201239.803000', '201239.806000', '201239.808000', '201239.811000', '201239.814000', '201239.816000', '201239.819000', '201239.821000', '201239.824000', '201239.827000', '201239.829000', '201239.832000', '201239.834000', '201239.837000', '201239.840000', '201239.842000', '201239.845000', '201259.732000', '201259.735000', '201259.738000', '201259.741000', '201259.743000', '201259.746000', '201259.748000', '201259.751000', '201259.754000', '201259.756000', '201259.759000', '201259.761000', '201259.764000', '201259.767000', '201259.769000', '201259.772000', '201259.774000', '201259.777000', '201259.780000', '201259.782000', '201259.785000', '201259.788000', '201259.790000', '201259.793000', '201259.795000', '201259.798000', '201259.801000', '201259.803000', '201259.806000', '201259.809000', '201259.811000', '201259.814000', '201259.816000', '201259.819000', '201259.821000', '201259.824000', '201259.827000', '201259.829000', '201259.832000', '201259.835000', '201259.837000', '201259.840000', '201259.842000', '201319.733000', '201319.735000', '201319.738000', '201319.741000', '201319.744000', '201319.747000', '201319.749000', '201319.752000', '201319.754000', '201319.757000', '201319.760000', '201319.762000', '201319.765000', '201319.768000', '201319.770000', '201319.773000', '201319.775000', '201319.778000', '201319.781000', '201319.783000', '201319.786000', '201319.788000', '201319.791000', '201319.793000', '201319.796000', '201319.799000', '201319.801000', '201319.804000', '201319.807000', '201319.809000', '201319.812000', '201319.815000', '201319.817000', '201319.820000', '201319.822000', '201319.825000', '201319.828000', '201319.830000', '201319.833000', '201319.835000', '201319.840000', '201319.843000', '201319.845000', '201319.848000', '201339.733000', '201339.736000', '201339.738000', '201339.741000', '201339.743000', '201339.746000', '201339.748000', '201339.751000', '201339.754000', '201339.756000', '201339.759000', '201339.761000', '201339.764000', '201339.766000', '201339.769000', '201339.772000', '201339.774000', '201339.777000', '201339.779000', '201339.782000', '201339.785000', '201339.787000', '201339.790000', '201339.793000', '201339.795000', '201339.798000', '201339.801000', '201339.803000', '201339.806000', '201339.808000', '201339.811000', '201339.813000', '201339.816000', '201339.819000', '201339.821000', '201339.824000', '201339.826000', '201339.829000', '201339.832000', '201339.834000', '201339.837000', '201339.839000', '201339.842000', '201359.733000', '201359.735000', '201359.738000', '201359.741000', '201359.743000', '201359.746000', '201359.748000', '201359.751000', '201359.753000', '201359.756000', '201359.759000', '201359.761000', '201359.764000', '201359.766000', '201359.769000', '201359.771000', '201359.774000', '201359.777000', '201359.779000', '201359.782000', '201359.785000', '201359.787000', '201359.790000', '201359.792000', '201359.795000', '201359.797000', '201359.800000', '201359.803000', '201359.805000', '201359.808000', '201359.810000', '201359.813000', '201359.816000', '201359.818000', '201359.821000', '201359.824000', '201359.827000', '201359.829000', '201359.832000', '201359.834000', '201359.837000', '201359.839000', '201359.842000', '201359.845000', '201419.733000', '201419.735000', '201419.738000', '201419.741000', '201419.743000', '201419.746000', '201419.748000', '201419.751000', '201419.754000', '201419.756000', '201419.759000', '201419.761000', '201419.764000', '201419.766000', '201419.769000', '201419.772000', '201419.774000', '201419.777000', '201419.780000', '201419.782000', '201419.785000', '201419.787000', '201419.790000', '201419.792000', '201419.795000', '201419.798000', '201419.800000', '201419.803000', '201419.805000', '201419.808000', '201419.810000', '201419.813000', '201419.816000', '201419.818000', '201419.821000', '201419.823000', '201419.826000', '201419.829000', '201419.831000', '201419.834000', '201419.836000', '201419.839000', '201419.841000', '201439.733000', '201439.735000', '201439.738000', '201439.741000', '201439.743000', '201439.746000', '201439.748000', '201439.751000', '201439.754000', '201439.756000', '201439.759000', '201439.761000', '201439.764000', '201439.766000', '201439.769000', '201439.772000', '201439.774000', '201439.777000', '201439.780000', '201439.782000', '201439.785000', '201439.788000', '201439.790000', '201439.793000', '201439.795000', '201439.798000', '201439.801000', '201439.803000', '201439.806000', '201439.808000', '201439.811000', '201439.814000', '201439.816000', '201439.819000', '201439.821000', '201439.824000', '201439.827000', '201439.829000', '201439.832000', '201439.834000', '201439.837000', '201439.839000', '201439.842000', '201439.844000', '201459.733000', '201459.736000', '201459.738000', '201459.741000', '201459.743000', '201459.746000', '201459.749000', '201459.751000', '201459.754000', '201459.756000', '201459.759000', '201459.761000', '201459.764000', '201459.767000', '201459.769000', '201459.772000', '201459.800000', '201459.802000', '201459.805000', '201459.807000', '201459.810000', '201459.813000', '201459.815000', '201459.818000', '201459.820000', '201459.823000', '201459.825000', '201459.828000', '201459.831000', '201459.833000', '201459.836000', '201459.839000', '201459.841000', '201459.844000', '201459.846000', '201459.849000', '201459.851000', '201459.854000', '201459.857000', '201459.859000', '201459.862000', '201459.864000', '201459.867000', '201519.732000', '201519.757000', '201519.760000', '201519.763000', '201519.765000', '201519.768000', '201519.770000', '201519.773000', '201519.776000', '201519.778000', '201519.781000', '201519.784000', '201519.786000', '201519.789000', '201519.791000', '201519.794000', '201519.797000', '201519.799000', '201519.802000', '201519.804000', '201519.807000', '201519.810000', '201519.812000', '201519.815000', '201519.817000', '201519.820000', '201519.823000', '201519.825000', '201519.828000', '201519.830000', '201519.833000', '201519.836000', '201519.838000', '201519.841000', '201519.843000', '201519.846000', '201519.848000', '201519.851000', '201519.854000', '201519.856000', '201519.859000', '201519.861000', '201519.864000', '201519.866000', '201539.733000', '201539.736000', '201539.738000', '201539.741000', '201539.743000', '201539.746000', '201539.748000', '201539.751000', '201539.754000', '201539.756000', '201539.759000', '201539.761000', '201539.764000', '201539.767000', '201539.769000', '201539.772000', '201539.775000', '201539.777000', '201539.780000', '201539.782000', '201539.785000', '201539.787000', '201539.790000', '201539.793000', '201539.795000', '201539.798000', '201539.800000', '201539.803000', '201539.806000', '201539.808000', '201539.811000', '201539.813000', '201539.816000', '201539.819000', '201539.821000', '201539.824000', '201539.826000', '201539.829000', '201539.832000', '201539.834000', '201539.837000', '201539.839000', '201539.842000', '201559.732000', '201559.735000', '201559.738000', '201559.741000', '201559.743000', '201559.746000', '201559.748000', '201559.751000', '201559.753000', '201559.756000', '201559.759000', '201559.761000', '201559.765000', '201559.768000', '201559.771000', '201559.773000', '201559.776000', '201559.779000', '201559.781000', '201559.784000', '201559.786000', '201559.789000', '201559.792000', '201559.794000', '201559.797000', '201559.799000', '201559.802000', '201559.805000', '201559.807000', '201559.810000', '201559.812000', '201559.815000', '201559.818000', '201559.820000', '201559.823000', '201559.826000', '201559.828000', '201559.831000', '201559.833000', '201559.836000', '201559.838000', '201559.841000', '201559.844000', '201619.733000', '201619.736000', '201619.738000', '201619.741000', '201619.743000', '201619.746000', '201619.749000', '201619.751000', '201619.754000', '201619.756000', '201619.759000', '201619.761000', '201619.764000', '201619.767000', '201619.769000', '201619.772000', '201619.774000', '201619.777000', '201619.780000', '201619.782000', '201619.785000', '201619.787000', '201619.790000', '201619.793000', '201619.795000', '201619.798000', '201619.800000', '201619.803000', '201619.806000', '201619.808000', '201619.811000', '201619.813000', '201619.816000', '201619.819000', '201619.821000', '201619.824000', '201619.826000', '201619.829000', '201619.832000', '201619.834000', '201619.837000', '201619.839000', '201619.842000', '201619.845000', '201639.733000', '201639.735000', '201639.738000', '201639.741000', '201639.743000', '201639.746000', '201639.748000', '201639.751000', '201639.754000', '201639.756000', '201639.759000', '201639.761000', '201639.764000', '201639.766000', '201639.769000', '201639.772000', '201639.774000', '201639.777000', '201639.779000', '201639.782000', '201639.785000', '201639.787000', '201639.790000', '201639.792000', '201639.795000', '201639.798000', '201639.801000', '201639.804000', '201639.807000', '201639.809000', '201639.812000', '201639.815000', '201639.817000', '201639.820000', '201639.822000', '201639.825000', '201639.828000', '201639.830000', '201639.833000', '201639.835000', '201639.838000', '201639.841000', '201639.843000', '201659.733000', '201659.735000', '201659.738000', '201659.741000', '201659.743000', '201659.746000', '201659.748000', '201659.751000', '201659.754000', '201659.756000', '201659.759000', '201659.761000', '201659.764000', '201659.767000', '201659.769000', '201659.772000', '201659.774000', '201659.777000', '201659.780000', '201659.782000', '201659.785000', '201659.787000', '201659.790000', '201659.793000', '201659.795000', '201659.798000', '201659.800000', '201659.803000', '201659.806000', '201659.808000', '201659.811000', '201659.814000', '201659.816000', '201659.819000', '201659.821000', '201659.824000', '201659.827000', '201659.829000', '201659.832000', '201659.834000', '201659.837000', '201659.840000', '201659.842000', '201659.845000', '201719.733000', '201719.735000', '201719.738000', '201719.741000', '201719.743000', '201719.746000', '201719.748000', '201719.751000', '201719.754000', '201719.756000', '201719.759000', '201719.762000', '201719.764000', '201719.767000', '201719.769000', '201719.772000', '201719.775000', '201719.777000', '201719.780000', '201719.782000', '201719.785000', '201719.788000', '201719.790000', '201719.793000', '201719.796000', '201719.798000', '201719.801000', '201719.804000', '201719.807000', '201719.833000', '201719.835000', '201719.838000', '201719.840000', '201719.843000', '201719.846000', '201719.848000', '201719.851000', '201719.853000', '201719.856000', '201719.859000', '201719.861000', '201719.864000', '201719.867000', '201739.733000', '201739.736000', '201739.738000', '201739.741000', '201739.743000', '201739.746000', '201739.749000', '201739.751000', '201739.754000', '201739.757000', '201739.759000', '201739.762000', '201739.764000', '201739.767000', '201739.770000', '201739.772000', '201739.775000', '201739.778000', '201739.780000', '201739.783000', '201739.785000', '201739.788000', '201739.791000', '201739.793000', '201739.796000', '201739.799000', '201739.801000', '201739.804000', '201739.806000', '201739.809000', '201739.812000', '201739.814000', '201739.817000', '201739.819000', '201739.822000', '201739.824000', '201739.827000', '201739.830000', '201739.832000', '201739.835000', '201739.837000', '201739.840000', '201739.843000', '201739.845000', '201759.733000', '201759.735000', '201759.738000', '201759.741000', '201759.743000', '201759.746000', '201759.748000', '201759.751000', '201759.754000', '201759.756000', '201759.759000', '201759.761000', '201759.764000', '201759.767000', '201759.769000', '201759.772000', '201759.774000', '201759.777000', '201759.779000', '201759.783000', '201759.786000', '201759.789000', '201759.791000', '201759.794000', '201759.796000', '201759.799000', '201759.802000', '201759.804000', '201759.807000', '201759.810000', '201759.812000', '201759.815000', '201759.817000', '201759.820000', '201759.823000', '201759.825000', '201759.828000', '201759.830000', '201759.833000', '201759.836000', '201759.838000', '201759.841000', '201759.843000', '201819.733000', '201819.736000', '201819.738000', '201819.741000', '201819.743000', '201819.746000', '201819.749000', '201819.751000', '201819.754000', '201819.756000', '201819.759000', '201819.762000', '201819.764000', '201819.767000', '201819.769000', '201819.772000', '201819.774000', '201819.777000', '201819.780000', '201819.783000', '201819.785000', '201819.788000', '201819.791000', '201819.793000', '201819.796000', '201819.798000', '201819.801000', '201819.804000', '201819.806000', '201819.809000', '201819.811000', '201819.814000', '201819.817000', '201819.819000', '201819.822000', '201819.824000', '201819.827000', '201819.829000', '201819.832000', '201819.835000', '201819.837000', '201819.840000', '201819.842000', '201819.845000', '201839.733000', '201839.735000', '201839.738000', '201839.741000', '201839.743000', '201839.746000', '201839.748000', '201839.751000', '201839.754000', '201839.756000', '201839.759000', '201839.761000', '201839.764000', '201839.766000', '201839.769000', '201839.772000', '201839.774000', '201839.777000', '201839.779000', '201839.782000', '201839.785000', '201839.787000', '201839.790000', '201839.792000', '201839.795000', '201839.798000', '201839.800000', '201839.803000', '201839.805000', '201839.808000', '201839.811000', '201839.813000', '201839.816000', '201839.818000', '201839.821000', '201839.827000', '201839.829000', '201839.832000', '201839.835000', '201839.837000', '201839.840000', '201839.843000', '201839.846000', '201859.733000', '201859.735000', '201859.738000', '201859.741000', '201859.743000', '201859.746000', '201859.748000', '201859.751000', '201859.754000', '201859.756000', '201859.759000', '201859.761000', '201859.764000', '201859.766000', '201859.769000', '201859.772000', '201859.774000', '201859.777000', '201859.779000', '201859.782000', '201859.795000', '201859.798000', '201859.801000', '201859.803000', '201859.806000', '201859.809000', '201859.811000', '201859.814000', '201859.816000', '201859.819000', '201859.822000', '201859.824000', '201859.827000', '201859.829000', '201859.832000', '201859.834000', '201859.837000', '201859.840000', '201859.842000', '201859.845000', '201859.847000', '201859.850000', '201859.852000', '201859.855000', '201919.733000', '201919.736000', '201919.738000', '201919.741000', '201919.743000', '201919.746000', '201919.749000', '201919.751000', '201919.754000', '201919.756000', '201919.759000', '201919.762000', '201919.764000', '201919.767000', '201919.769000', '201919.772000', '201919.774000', '201919.777000', '201919.780000', '201919.782000', '201919.785000', '201919.787000', '201919.790000', '201919.792000', '201919.795000', '201919.798000', '201919.800000', '201919.803000', '201919.806000', '201919.808000', '201919.811000', '201919.813000', '201919.816000', '201919.819000', '201919.821000', '201919.824000', '201919.826000', '201919.829000', '201919.831000', '201919.834000', '201919.837000', '201919.839000', '201919.842000', '201939.733000', '201939.736000', '201939.738000', '201939.741000', '201939.743000', '201939.746000', '201939.749000', '201939.751000', '201939.754000', '201939.756000', '201939.759000', '201939.762000', '201939.764000', '201939.767000', '201939.769000', '201939.772000', '201939.774000', '201939.777000', '201939.780000', '201939.782000', '201939.785000', '201939.788000', '201939.790000', '201939.793000', '201939.795000', '201939.798000', '201939.801000', '201939.803000', '201939.806000', '201939.809000', '201939.811000', '201939.814000', '201939.817000', '201939.819000', '201939.822000', '201939.824000', '201939.827000', '201939.830000', '201939.832000', '201939.835000', '201939.837000', '201939.840000', '201939.842000', '201939.845000', '201959.733000', '201959.736000', '201959.738000', '201959.741000', '201959.744000', '201959.746000', '201959.749000', '201959.751000', '201959.754000', '201959.757000', '201959.759000', '201959.762000', '201959.764000', '201959.767000', '201959.770000', '201959.772000', '201959.775000', '201959.777000', '201959.780000', '201959.783000', '201959.785000', '201959.788000', '201959.790000', '201959.793000', '201959.796000', '201959.798000', '201959.801000', '201959.803000', '201959.806000', '201959.809000', '201959.811000', '201959.814000', '201959.816000', '201959.819000', '201959.822000', '201959.824000', '201959.827000', '201959.829000', '201959.832000', '201959.834000', '201959.837000', '201959.840000', '201959.842000', '202019.733000', '202019.735000', '202019.738000', '202019.741000', '202019.743000', '202019.746000', '202019.748000', '202019.751000', '202019.754000', '202019.756000', '202019.759000', '202019.761000', '202019.764000', '202019.766000', '202019.769000', '202019.772000', '202019.774000', '202019.777000', '202019.779000', '202019.782000', '202019.785000', '202019.787000', '202019.790000', '202019.792000', '202019.795000', '202019.797000', '202019.800000', '202019.803000', '202019.806000', '202019.808000', '202019.811000', '202019.813000', '202019.816000', '202019.818000', '202019.821000', '202019.824000', '202019.826000', '202019.829000', '202019.831000', '202019.834000', '202019.836000', '202019.839000', '202019.842000', '202019.844000', '202039.733000', '202039.736000', '202039.738000', '202039.741000', '202039.743000', '202039.746000', '202039.749000', '202039.751000', '202039.754000', '202039.756000', '202039.759000', '202039.761000', '202039.764000', '202039.767000', '202039.769000', '202039.772000', '202039.775000', '202039.777000', '202039.780000', '202039.782000', '202039.785000', '202039.788000', '202039.790000', '202039.793000', '202039.795000', '202039.798000', '202039.800000', '202039.803000', '202039.806000', '202039.808000', '202039.811000', '202039.814000', '202039.816000', '202039.819000', '202039.821000', '202039.824000', '202039.826000', '202039.829000', '202039.832000', '202039.834000', '202039.837000', '202039.839000', '202039.842000', '202059.733000', '202059.736000', '202059.738000', '202059.741000', '202059.744000', '202059.746000', '202059.749000', '202059.751000', '202059.754000', '202059.756000', '202059.759000', '202059.762000', '202059.764000', '202059.767000', '202059.769000', '202059.772000', '202059.775000', '202059.777000', '202059.780000', '202059.783000', '202059.785000', '202059.788000', '202059.790000', '202059.793000', '202059.796000', '202059.798000', '202059.801000', '202059.803000', '202059.806000', '202059.809000', '202059.811000', '202059.814000', '202059.816000', '202059.819000', '202059.822000', '202059.824000', '202059.827000', '202059.829000', '202059.832000', '202059.835000', '202059.837000', '202059.840000', '202059.843000', '202059.845000', '202119.733000', '202119.735000', '202119.738000', '202119.741000', '202119.743000', '202119.746000', '202119.748000', '202119.751000', '202119.754000', '202119.756000', '202119.759000', '202119.761000', '202119.764000', '202119.767000', '202119.769000', '202119.772000', '202119.774000', '202119.777000', '202119.779000', '202119.782000', '202119.785000', '202119.787000', '202119.790000', '202119.792000', '202119.795000', '202119.798000', '202119.800000', '202119.803000', '202119.834000', '202119.837000', '202119.839000', '202119.842000', '202119.845000', '202119.847000', '202119.850000', '202119.852000', '202119.855000', '202119.857000', '202119.860000', '202119.863000', '202119.865000', '202119.868000', '202119.870000', '202139.733000', '202139.735000', '202139.738000', '202139.741000', '202139.743000', '202139.746000', '202139.748000', '202139.751000', '202139.754000', '202139.756000', '202139.759000', '202139.761000', '202139.764000', '202139.767000', '202139.769000', '202139.772000', '202139.774000', '202139.777000', '202139.779000', '202139.782000', '202139.785000', '202139.787000', '202139.790000', '202139.792000', '202139.795000', '202139.798000', '202139.800000', '202139.803000', '202139.806000', '202139.808000', '202139.811000', '202139.813000', '202139.816000', '202139.818000', '202139.821000', '202139.824000', '202139.826000', '202139.829000', '202139.831000', '202139.834000', '202139.837000', '202139.839000', '202139.842000', '202159.733000', '202159.736000', '202159.738000', '202159.741000', '202159.743000', '202159.746000', '202159.749000', '202159.751000', '202159.754000', '202159.756000', '202159.759000', '202159.762000', '202159.764000', '202159.767000', '202159.769000', '202159.772000', '202159.775000', '202159.777000', '202159.780000', '202159.782000', '202159.785000', '202159.787000', '202159.790000', '202159.793000', '202159.795000', '202159.798000', '202159.801000', '202159.803000', '202159.806000', '202159.809000', '202159.811000', '202159.814000', '202159.816000', '202159.819000', '202159.821000', '202159.824000', '202159.827000', '202159.829000', '202159.832000', '202159.834000', '202159.837000', '202159.840000', '202159.842000', '202159.845000', '202210.965000', '202210.968000', '202210.971000', '202210.973000', '202210.976000', '202210.979000', '202210.981000', '202210.984000', '202210.986000', '202210.989000', '202210.992000', '202210.994000', '202210.998000', '202211.002000', '202211.005000', '202211.008000', '202211.011000', '202211.014000', '202211.016000', '202211.019000', '202211.022000', '202211.024000', '202211.028000', '202211.031000', '202211.034000'], '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': [11305, 10064, 9125, 10274, 7582, 10465, 8353, 11322, 9301, 11418, 9122, 11057, 9054, 10261, 9526, 7758, 10491, 8470, 11621, 9439, 10711, 9980, 8331, 10952, 9116, 10297, 9204, 8131, 11403, 9415, 11719, 9744, 11240, 10127, 10326, 10415, 8427, 10895, 9140, 11423, 9797, 9279, 10261, 8540, 10787, 8582, 11896, 9764, 11797, 9697, 8427, 10100, 7333, 11003, 8956, 11789, 9566, 9355, 9670, 8509, 10173, 8973, 10548, 8620, 11226, 8972, 10933, 9312, 9985, 9631, 7121, 10217, 9214, 10859, 8934, 10668, 9653, 7650, 10118, 8496, 11012, 9273, 11590, 10220, 7952, 10428, 8507, 11059, 9416, 10830, 9965, 7492, 10321, 8596, 11077, 8892, 11749, 9672, 8217, 10111, 7933, 10541, 8878, 10536, 9691, 7261, 10175, 7758, 10928, 9021, 11850, 9668, 10730, 9836, 8711, 9981, 9176, 11782, 9316, 9459, 9535, 11243, 9585, 8334, 10572, 9349, 11223, 8852, 11751, 9676, 10564, 9619, 7687, 10206, 7545, 10831, 8900, 11648, 10030, 10363, 9900, 8937, 10175, 9018, 11324, 9130, 11211, 9498, 10411, 9422, 9702, 10677, 8042, 11098, 8987, 12115, 9493, 11103, 10112, 7809, 10558, 8110, 11418, 9025, 11457, 9836, 7959, 10876, 9561, 11457, 9201, 11229, 9786, 7089, 11188, 8967, 11661, 9331, 11051, 9924, 7323, 10815, 9935, 11840, 9644, 10932, 10075, 8426, 10898, 8866, 11750, 10197, 10403, 10115, 7715, 10361, 8851, 11213, 9913, 10331, 10028, 7838, 10257, 8977, 11264, 9885, 8434, 9990, 7160, 10599, 9607, 11530, 9611, 10067, 9955, 7949, 10417, 8646, 11583, 9592, 8562, 9987, 7083, 10429, 9971, 11579, 9342, 9923, 9690, 9646, 9372, 9354, 10267, 7903, 11272, 8837, 12057, 9453, 10944, 9966, 6913, 10594, 8358, 10475, 9045, 9543, 10390, 8320, 10776, 9549, 11566, 9220, 11539, 9603, 9326, 10128, 7538, 10489, 8599, 11224, 9179, 10197, 9519, 10423, 9580, 7991, 11110, 9258, 10639, 8654, 9442, 9166, 7940, 11542, 9240, 10306, 9239, 7768, 10867, 9220, 9522, 9314, 8984, 9998, 8897, 10708, 9873, 8425, 10061, 9832, 9194, 12323, 10608, 9880, 11096, 8815, 11394, 10206, 12220, 10621, 9236, 10930, 10764, 11152, 9740, 11033, 10360, 8947, 11478, 9903, 10888, 10215, 9854, 11363, 10069, 9402, 9974, 8307, 11698, 9818, 10203, 10671, 9591, 11066, 9270, 11912, 9823, 9052, 10785, 9921, 11008, 8903, 10955, 9591, 7821, 10758, 8977, 11055, 9351, 11713, 10154, 9248, 10776, 8084, 10824, 8869, 11449, 9772, 8741, 10193, 8202, 10996, 9499, 10348, 10412, 7670, 10885, 8154, 11189, 9758, 11942, 9610, 9787, 10032, 8710, 9978, 9251, 11190, 9281, 10060, 9814, 8452, 10174, 9754, 10972, 9074, 9999, 9794, 9753, 10080, 8111, 10352, 8984, 9677, 9796, 9181, 10494, 9550, 9160, 8913, 8710, 9887, 9643, 10849, 8888, 10071, 9259, 10582, 9327, 8841, 10086, 7855, 10683, 7861, 10798, 9322, 11401, 9316, 8022, 9933, 8248, 10749, 9199, 11479, 9123, 10461, 9701, 10085, 11272, 9040, 10509, 9896, 11592, 10177, 8440, 11185, 8770, 9057, 9563, 9088, 10475, 9705, 10920, 8904, 10972, 9229, 11015, 9840, 8050, 10626, 8735, 9167, 9232, 9926, 10881, 8850, 10138, 9629, 9758, 9999, 8958, 10559, 9189, 10136, 9826, 9616, 10324, 8828, 9241, 9031, 8992, 9944, 9751, 10023, 9263, 7943, 9834, 9240, 10305, 9987, 10752, 10615, 11442, 8962, 11370, 9577, 10989, 9763, 9912, 10113, 8701, 10284, 9345, 9165, 9934, 7884, 10511, 9775, 10937, 10329, 11103, 9021, 8075, 9904, 8174, 10596, 9333, 11187, 9618, 8447, 10306, 8220, 10959, 9631, 10155, 9973, 7878, 10670, 8929, 10948, 9699, 8114, 10220, 8975, 8372, 9825, 10518, 11020, 9915, 8005, 10269, 9265, 10255, 9848, 10070, 10263, 9421, 8158, 9975, 10173, 10993, 10057, 8562, 10339, 9179, 8963, 10809, 9393, 7988, 10299, 10286, 11051, 9418, 10774, 10081, 9538, 10719, 9034, 8802, 9839, 9608, 10938, 9588, 9383, 10087, 10589, 10276, 9605, 9015, 10626, 9411, 10835, 9160, 10259, 9566, 8398, 10275, 10358, 10740, 8989, 9203, 10025, 8217, 11117, 9038, 9834, 9676, 8598, 10186, 8630, 11098, 8988, 10159, 9642, 9568, 10615, 9911, 11509, 9106, 9025, 9842, 9872, 10554, 9868, 11377, 8815, 10803, 9805, 10938, 10077, 7946, 10328, 9165, 10817, 9309, 10315, 9895, 7785, 10285, 10496, 11050, 9857, 9753, 10355, 9818, 10465, 9998, 12066, 9728, 8489, 10350, 8522, 10712, 9281, 11656, 9566, 8224, 10050, 8039, 10711, 9100, 11723, 9505, 8463, 9979, 8745, 10632, 10347, 10972, 9128, 10443, 9516, 8279, 9951, 9401, 10547, 10091, 10437, 8857, 10309, 9432, 9168, 10902, 9522, 10146, 9198, 9147, 9861, 8954, 11045, 8935, 9753, 9597, 9050, 10246, 8734, 11204, 9007, 9817, 9643, 8561, 10934, 9003, 10593, 9463, 10990, 9560, 11279, 10118, 8324, 11194, 10992, 11419, 9260, 11340, 9724, 8042, 10623, 8041, 10520, 9401, 10856, 9665, 8804, 10337, 9216, 10464, 9595, 8719, 10251, 10000, 10188, 9226, 11183, 9870, 8409, 10926, 8854, 10123, 9334, 9696, 10171, 10082, 8947, 9237, 9049, 10014, 9784, 11011, 9544, 8874, 10085, 7591, 10686, 9398, 11217, 9392, 7177, 10489, 8577, 10985, 9817, 8549, 10564, 8822, 11277, 9047, 11503, 9772, 9888, 9988, 8042, 10678, 8916, 10274, 9794, 7846, 10552, 8943, 8613, 9557, 8116, 10884, 8706, 8119, 9676, 7791, 10771, 9399, 10608, 10267, 9332, 10612, 9362, 10414, 9832, 8250, 10751, 8971, 10926, 9642, 9970, 9918, 9787, 10611, 8932, 10475, 9665, 8058, 10280, 9062, 10740, 9515, 10911, 10280, 11009, 9300, 8787, 9575, 8164, 10098, 7985, 10432, 8255, 10401, 8770, 10109, 9102, 11535, 9581, 8665, 9994, 7974, 9736, 9238, 7556, 8848, 9493, 7968, 10224, 10082, 11414, 9024, 11716, 9400, 12221, 9176, 9013, 9777, 8861, 10215, 9291, 10328, 9218, 7959, 9819, 7638, 10536, 8640, 11208, 9288, 10002, 9632, 11229, 9870, 9950, 10573, 8150, 10617, 9047, 11167, 9248, 10489, 9483, 6790, 9749, 8783, 9752, 9154, 8584, 10335, 8989, 10791, 8441, 10864, 8605, 12368, 9197, 7677, 9893, 13191, 9245, 10230, 9808, 7251, 10537, 8314, 10227, 9322, 7460, 10563, 8706, 11264, 9097, 11470, 9578, 8312, 10265, 9799, 10535, 8778, 10207, 9898, 8111, 9441, 9030, 8993, 9562, 9163, 11651, 8879, 7654, 9894, 8816, 10748, 10216, 9579, 10657, 8997, 10480, 9495, 8067, 10333, 8599, 8686, 9357, 8543, 12069, 9138, 7253, 9500, 9706, 10747, 9300, 7509, 9534, 8610, 7330, 9815, 8633, 11760, 9112, 7667, 10005, 8171, 10673, 9708, 12842, 9536, 8198, 10256, 8029, 10693, 8950, 12332, 9415, 8255, 10074, 7257, 10225, 9133, 12372, 8965, 9973, 9641, 8190, 10127, 8188, 11201, 8518, 10221, 9342, 9631, 9859, 8058, 10681, 9210, 10274, 9228, 10069, 10096, 8400, 10534, 8879, 8490, 10174, 9335, 11517, 9616, 7578, 10431, 9327, 11090, 9836, 10038, 9821, 8287, 10857, 8885, 10435, 9410, 9095, 10723, 8735, 9271, 9551, 9992, 10266, 8907, 9770, 9560, 8817, 10276, 8120, 10539, 8873, 9492, 9148, 7486, 9731, 7878, 10932, 8625, 11602, 9188, 9758, 9644, 8888, 10460, 7825, 10786, 9369, 11314, 9633, 7893, 10025, 7513, 10423, 9665, 11392, 9216, 8451, 9454, 8691, 10053, 7938, 11027, 8840, 10053, 9473, 8185, 10310, 10348, 12463, 9073, 7974, 9534, 7474, 9840, 9046, 11521, 8923, 10586, 9212, 9672, 9679, 9258, 10231, 9801, 10856, 9037, 10575, 9015, 9345, 9700, 6823, 10327, 8461, 10667, 9460, 8988, 10258, 7888, 10871, 8891, 11945, 9437, 7565, 10212, 7283, 10607, 8512, 11033, 8745, 11172, 9396, 10287, 9471, 8604, 10187, 8347, 10721, 8830, 9778, 9340, 8290, 9885, 10094, 10897, 8830, 11048, 9452, 9337, 10083, 7422, 10529, 9906, 10908, 9008, 10970, 9454, 8305, 10387, 7772, 10324, 8967, 11317, 9029, 8613, 9598, 8834, 10627, 9847, 11738, 9164, 8664, 9544, 8818, 10403, 8898, 10266, 9411, 8107, 10760, 10101, 12359, 9453, 8004, 10166, 7753, 10736, 9220, 10857, 9775, 7682, 10426, 10385, 11156, 9471, 9287, 10708, 8982, 9601, 9227, 8770, 10202, 8494, 7175, 9845, 7517, 10494, 9107, 12851, 9480, 7346, 9903, 9102, 9996, 10220, 12394, 9198, 8957, 9610, 9529, 10044, 8538, 9770, 9430, 7774, 9853, 9085, 11185, 9128, 10152, 9608, 9146, 10669, 9738, 10429, 9337, 9333, 9675, 9540, 10748, 9640, 10067, 9526, 8553, 10081, 8833, 12305, 9444, 7913, 10144, 7673, 10644, 9564, 12659, 9594, 8405, 10009, 9402, 10440, 7945, 8260, 9511, 9658, 10630, 8407, 11163, 8703, 10788, 9351, 8585, 9641, 8956, 10073, 8334, 11937, 9303, 13012, 9443, 9798, 9897, 9638, 10643, 9268, 10636, 9594, 8534, 10314, 9521, 11079, 9521, 7446, 10065, 9213, 10694, 9448, 8599, 10146, 10025, 10033, 9430, 9680, 10278, 8325, 10367, 9264, 8211, 10142, 8779, 11449, 9474, 8217, 10673, 9913, 11180, 9293, 8364, 9934, 7503, 10844, 9150, 10828, 9731, 7487, 10386, 8869, 10938, 9671, 7889, 10757, 9021, 10078, 9486, 9097, 10917, 9094, 10983, 9218, 10682, 9688, 8099, 10665, 8204, 10130, 9511, 10645, 9974, 7623, 11213, 8894, 9851, 9603, 8697, 10753, 10146, 9897, 9643, 8438, 10393, 9279, 9670, 9919, 10165, 10355, 9473, 11230, 10305, 8986, 11179, 8822, 9729, 9096, 7854, 10661, 8388, 9920, 9253, 7864, 9909, 9133, 8365, 10290, 8113, 10870, 9000, 11207, 9269, 9116, 9790, 9642, 9458, 9450, 9720, 9977, 9627, 10803, 10554, 9604, 8810, 10049, 9925, 11116, 10042, 11451, 10191, 7988, 10635, 9271, 8798, 10352, 9851, 10761, 9410, 7949, 10611, 10243, 11536, 9709, 10960, 10414, 7976, 10419, 9118, 10628, 9279, 8282, 10410, 8428, 9467, 8922, 9296, 10355, 9800, 9693, 9239, 8094, 11362, 9514, 8937, 9615, 9964, 10231, 9318, 8490, 9371, 9262, 8333, 10060, 8852, 9930, 9292, 7810, 9877, 8185, 10319, 9584, 9767, 8900, 7289, 9991, 8839, 10715, 9131, 7427, 10180, 7106, 10493, 8409, 10693, 8470, 10908, 8744, 9532, 8421, 7548, 9881, 7867, 8189, 8181, 8342, 11316, 6235, 10498, 8307, 7426, 12109, 10438, 9406, 12183, 8731, 9442, 9555, 8921, 9150, 8640, 8558, 6734, 7816, 8077, 6836, 9277, 8422, 10794, 8185, 8493, 9083, 9694, 9905, 9300, 11963, 8671, 12272, 9095, 10409, 9701, 7748, 11112, 8671, 12073, 9044, 9535, 9487, 8334, 9904, 8510, 8425, 8972, 8464, 9642, 8751, 12383, 8576, 8669, 9419, 9005, 10051, 9412, 11257, 8501, 9165, 9215, 7510, 9682, 7601, 10902, 7766, 11163, 8976, 11885, 8611, 12484, 9350, 7023, 10198, 7850, 9847, 7655, 9836, 7847, 11221, 8925, 11223, 8330, 11190, 8713, 9482, 8838, 7035, 9731, 6956, 9890, 8828, 11739, 8414, 10040, 8935, 9214, 9506, 7344, 10285, 8000, 11500, 9107, 11830, 9628, 9201, 10118, 7124, 9866, 7950, 12189, 9366, 9004, 10016, 7260, 10286, 8792, 11907, 9722, 8635, 10035, 8474, 11253, 9819, 10362, 9977, 8159, 11888, 9177, 7764, 9671, 9704, 12567, 9964, 7958, 10246, 8647, 11838, 9818, 12755, 9899, 9616, 10219, 8308, 10384, 8584, 11216, 9232, 9010, 9705, 8100, 10104, 8580, 11341, 9528, 9302, 10224, 7927, 10191, 8657, 11876, 9289, 10004, 9632, 7702, 9818, 9596, 10940, 8510, 12012, 9511, 7477, 9596, 8833, 9988, 8716, 10981, 9998, 10392, 9554, 7582, 9869, 9069, 10034, 9706, 7344, 10256, 8333, 11934, 9145, 12162, 9706, 8305, 9925, 7273, 9954, 8325, 11034, 9441, 7635, 10076, 8738, 9938, 8646, 12088, 9655, 8848, 10293, 7909, 10048, 8882, 12073, 9919, 8233, 9536, 8073, 9983, 9596, 10529, 9610, 8368, 10526, 9116, 10388, 9927, 9483, 11692, 9411, 11371, 9601, 7111, 10140, 8261, 11081, 8863, 9961, 9011, 8273, 10004, 7787, 10756, 8307, 11122, 8681, 8693, 9423, 7691, 9951, 7960, 10818, 8108, 11349, 8483, 9856, 8914, 7727, 10209, 7365, 9550, 8439, 9287, 9363, 7515, 10382, 7935, 9386, 8533, 8824, 9604, 8553, 10883, 8377, 11408, 8717, 8646, 9942, 8122, 10722, 8240, 8706, 8902, 8955, 9695, 8089, 10682, 8383, 10145, 8813, 9135, 9622, 7658, 10699, 8185, 10882, 8889, 9543, 9536, 7110, 10314, 8186, 10893, 8786, 8944, 9675, 7737, 10080, 8275, 8891, 9079, 8134, 10910, 8459, 9561, 8550, 7511, 10215, 10327, 11326, 9123, 7783, 9065, 7268, 10134, 9883, 11311, 9288, 7180, 9617, 10057, 10593, 8878, 9016, 9631, 6795, 9564, 7766, 10291, 8958, 11719, 9349, 7106, 9711, 7486, 10098, 8580, 11990, 9120, 7158, 9669, 7361, 10317, 9468, 9850, 9869, 7099, 9883, 8585, 11335, 8989, 7517, 9973, 8433, 7012, 9579, 8517, 7967, 10235, 8872, 7062, 9665, 8752, 11910, 9337, 8504, 9971, 8126, 8632, 9656, 8656, 11840, 8951, 8044, 9360, 8229, 10528, 9255, 7294, 9781, 9652, 10235, 9480, 8661, 11507, 9279, 12568, 9540, 8691, 10566, 10137, 9392, 9410, 9252, 10440, 9120, 10107, 9830, 7391, 10111, 8422, 9272, 9767, 8439, 10691, 8382, 8889, 9556, 9237, 10303, 9404, 8997, 9852, 7840, 10067, 9491, 10223, 10176, 7786, 10197, 9020, 11972, 9658, 9331, 10263, 9955, 9553, 9376], 'WindowCenter': [3952.0, 3941.0, 3927.0, 3925.0, 3891.0, 3920.0, 3889.0, 3916.0, 3898.0, 3933.0, 3911.0, 3920.0, 3897.0, 3905.0, 3896.0, 3875.0, 3919.0, 3886.0, 3931.0, 3910.0, 3919.0, 3910.0, 3887.0, 3919.0, 3898.0, 3906.0, 3899.0, 3889.0, 3933.0, 3909.0, 3919.0, 3907.0, 3918.0, 3908.0, 3907.0, 3908.0, 3885.0, 3905.0, 3897.0, 3917.0, 3908.0, 3898.0, 3908.0, 3887.0, 3908.0, 3886.0, 3916.0, 3896.0, 3918.0, 3895.0, 3884.0, 3906.0, 3863.0, 3907.0, 3897.0, 3929.0, 3908.0, 3897.0, 3905.0, 3886.0, 3895.0, 3884.0, 3907.0, 3885.0, 3919.0, 3886.0, 3903.0, 3892.0, 3908.0, 3907.0, 3878.0, 3920.0, 3910.0, 3915.0, 3894.0, 3905.0, 3897.0, 3875.0, 3907.0, 3886.0, 3906.0, 3897.0, 3918.0, 3907.0, 3875.0, 3906.0, 3885.0, 3917.0, 3896.0, 3906.0, 3906.0, 3861.0, 3906.0, 3885.0, 3916.0, 3896.0, 3918.0, 3908.0, 3886.0, 3907.0, 3875.0, 3905.0, 3897.0, 3919.0, 3908.0, 3877.0, 3908.0, 3888.0, 3918.0, 3899.0, 3928.0, 3909.0, 3917.0, 3906.0, 3886.0, 3907.0, 3896.0, 3918.0, 3896.0, 3907.0, 3907.0, 3916.0, 3907.0, 3886.0, 3918.0, 3908.0, 3918.0, 3895.0, 3915.0, 3894.0, 3908.0, 3897.0, 3875.0, 3906.0, 3876.0, 3906.0, 3895.0, 3917.0, 3907.0, 3906.0, 3907.0, 3895.0, 3907.0, 3895.0, 3917.0, 3897.0, 3917.0, 3907.0, 3906.0, 3896.0, 3895.0, 3917.0, 3886.0, 3917.0, 3897.0, 3916.0, 3907.0, 3917.0, 3908.0, 3875.0, 3908.0, 3886.0, 3917.0, 3897.0, 3918.0, 3908.0, 3887.0, 3919.0, 3908.0, 3929.0, 3909.0, 3931.0, 3922.0, 3878.0, 3929.0, 3897.0, 3918.0, 3907.0, 3919.0, 3908.0, 3876.0, 3918.0, 3906.0, 3916.0, 3897.0, 3918.0, 3907.0, 3886.0, 3906.0, 3896.0, 3917.0, 3908.0, 3906.0, 3906.0, 3874.0, 3905.0, 3895.0, 3915.0, 3906.0, 3907.0, 3906.0, 3873.0, 3904.0, 3895.0, 3917.0, 3907.0, 3886.0, 3907.0, 3864.0, 3904.0, 3906.0, 3917.0, 3907.0, 3908.0, 3906.0, 3886.0, 3906.0, 3897.0, 3919.0, 3908.0, 3898.0, 3908.0, 3866.0, 3918.0, 3906.0, 3920.0, 3909.0, 3908.0, 3909.0, 3896.0, 3895.0, 3896.0, 3908.0, 3885.0, 3917.0, 3896.0, 3915.0, 3907.0, 3906.0, 3906.0, 3865.0, 3918.0, 3887.0, 3907.0, 3897.0, 3909.0, 3919.0, 3888.0, 3919.0, 3907.0, 3918.0, 3896.0, 3919.0, 3907.0, 3896.0, 3907.0, 3876.0, 3906.0, 3884.0, 3918.0, 3897.0, 3907.0, 3907.0, 3906.0, 3896.0, 3875.0, 3918.0, 3908.0, 3919.0, 3899.0, 3907.0, 3908.0, 3889.0, 3931.0, 3922.0, 3920.0, 3911.0, 3906.0, 3951.0, 3924.0, 3922.0, 3924.0, 3913.0, 3907.0, 3885.0, 3906.0, 3909.0, 3900.0, 3910.0, 3908.0, 3897.0, 3917.0, 3908.0, 3906.0, 3918.0, 3910.0, 3920.0, 3906.0, 3905.0, 3893.0, 3884.0, 3903.0, 3906.0, 3903.0, 3893.0, 3905.0, 3905.0, 3897.0, 3917.0, 3908.0, 3907.0, 3906.0, 3904.0, 3917.0, 3908.0, 3897.0, 3908.0, 3886.0, 3928.0, 3908.0, 3908.0, 3908.0, 3909.0, 3919.0, 3898.0, 3919.0, 3909.0, 3898.0, 3918.0, 3909.0, 3919.0, 3898.0, 3907.0, 3908.0, 3876.0, 3918.0, 3899.0, 3920.0, 3898.0, 3919.0, 3909.0, 3896.0, 3908.0, 3875.0, 3918.0, 3895.0, 3916.0, 3896.0, 3886.0, 3907.0, 3886.0, 3905.0, 3897.0, 3908.0, 3906.0, 3875.0, 3908.0, 3873.0, 3905.0, 3896.0, 3918.0, 3897.0, 3895.0, 3893.0, 3883.0, 3894.0, 3883.0, 3906.0, 3895.0, 3893.0, 3896.0, 3885.0, 3907.0, 3897.0, 3908.0, 3883.0, 3894.0, 3895.0, 3894.0, 3896.0, 3875.0, 3906.0, 3895.0, 3897.0, 3896.0, 3896.0, 3905.0, 3896.0, 3897.0, 3897.0, 3884.0, 3896.0, 3895.0, 3908.0, 3887.0, 3896.0, 3894.0, 3906.0, 3885.0, 3885.0, 3896.0, 3876.0, 3906.0, 3873.0, 3902.0, 3885.0, 3906.0, 3896.0, 3873.0, 3894.0, 3886.0, 3907.0, 3897.0, 3920.0, 3896.0, 3905.0, 3895.0, 3906.0, 3917.0, 3896.0, 3907.0, 3894.0, 3904.0, 3894.0, 3874.0, 3906.0, 3884.0, 3884.0, 3895.0, 3884.0, 3906.0, 3895.0, 3907.0, 3885.0, 3905.0, 3886.0, 3895.0, 3894.0, 3874.0, 3907.0, 3885.0, 3897.0, 3896.0, 3894.0, 3907.0, 3885.0, 3896.0, 3896.0, 3884.0, 3894.0, 3886.0, 3906.0, 3897.0, 3905.0, 3895.0, 3883.0, 3894.0, 3882.0, 3884.0, 3886.0, 3885.0, 3895.0, 3897.0, 3896.0, 3896.0, 3888.0, 3908.0, 3896.0, 3895.0, 3895.0, 3907.0, 3907.0, 3917.0, 3884.0, 3904.0, 3895.0, 3893.0, 3895.0, 3893.0, 3893.0, 3883.0, 3894.0, 3894.0, 3894.0, 3896.0, 3877.0, 3906.0, 3908.0, 3905.0, 3896.0, 3907.0, 3885.0, 3876.0, 3895.0, 3872.0, 3895.0, 3884.0, 3906.0, 3897.0, 3884.0, 3906.0, 3887.0, 3907.0, 3896.0, 3908.0, 3908.0, 3876.0, 3906.0, 3886.0, 3906.0, 3894.0, 3873.0, 3907.0, 3887.0, 3887.0, 3907.0, 3907.0, 3908.0, 3897.0, 3873.0, 3895.0, 3896.0, 3895.0, 3908.0, 3897.0, 3897.0, 3894.0, 3873.0, 3893.0, 3895.0, 3908.0, 3895.0, 3886.0, 3906.0, 3896.0, 3895.0, 3918.0, 3900.0, 3887.0, 3908.0, 3908.0, 3917.0, 3897.0, 3907.0, 3897.0, 3896.0, 3906.0, 3884.0, 3885.0, 3894.0, 3894.0, 3908.0, 3896.0, 3896.0, 3907.0, 3905.0, 3894.0, 3895.0, 3884.0, 3907.0, 3896.0, 3907.0, 3896.0, 3896.0, 3897.0, 3886.0, 3908.0, 3907.0, 3918.0, 3897.0, 3910.0, 3907.0, 3888.0, 3919.0, 3899.0, 3907.0, 3897.0, 3887.0, 3908.0, 3899.0, 3920.0, 3897.0, 3908.0, 3897.0, 3896.0, 3905.0, 3896.0, 3918.0, 3896.0, 3896.0, 3908.0, 3907.0, 3909.0, 3907.0, 3918.0, 3897.0, 3908.0, 3907.0, 3907.0, 3897.0, 3874.0, 3905.0, 3897.0, 3908.0, 3898.0, 3909.0, 3907.0, 3874.0, 3905.0, 3906.0, 3907.0, 3896.0, 3895.0, 3905.0, 3896.0, 3905.0, 3893.0, 3918.0, 3896.0, 3886.0, 3906.0, 3885.0, 3905.0, 3895.0, 3906.0, 3895.0, 3874.0, 3895.0, 3873.0, 3905.0, 3884.0, 3918.0, 3898.0, 3886.0, 3907.0, 3885.0, 3906.0, 3894.0, 3907.0, 3895.0, 3905.0, 3895.0, 3873.0, 3895.0, 3895.0, 3906.0, 3907.0, 3906.0, 3896.0, 3907.0, 3895.0, 3895.0, 3917.0, 3896.0, 3908.0, 3894.0, 3895.0, 3906.0, 3897.0, 3917.0, 3896.0, 3896.0, 3896.0, 3885.0, 3896.0, 3887.0, 3906.0, 3886.0, 3895.0, 3894.0, 3886.0, 3917.0, 3899.0, 3918.0, 3909.0, 3908.0, 3897.0, 3918.0, 3920.0, 3887.0, 3917.0, 3916.0, 3918.0, 3897.0, 3905.0, 3894.0, 3873.0, 3905.0, 3871.0, 3903.0, 3896.0, 3904.0, 3896.0, 3885.0, 3907.0, 3895.0, 3907.0, 3896.0, 3885.0, 3907.0, 3895.0, 3905.0, 3896.0, 3906.0, 3893.0, 3875.0, 3906.0, 3896.0, 3906.0, 3894.0, 3893.0, 3894.0, 3905.0, 3884.0, 3897.0, 3885.0, 3894.0, 3897.0, 3908.0, 3898.0, 3897.0, 3907.0, 3874.0, 3908.0, 3897.0, 3919.0, 3897.0, 3865.0, 3907.0, 3886.0, 3905.0, 3907.0, 3885.0, 3907.0, 3897.0, 3906.0, 3885.0, 3907.0, 3897.0, 3897.0, 3896.0, 3875.0, 3906.0, 3895.0, 3905.0, 3907.0, 3888.0, 3908.0, 3897.0, 3885.0, 3897.0, 3876.0, 3907.0, 3888.0, 3888.0, 3897.0, 3876.0, 3906.0, 3909.0, 3921.0, 3909.0, 3897.0, 3906.0, 3897.0, 3905.0, 3896.0, 3885.0, 3907.0, 3897.0, 3905.0, 3896.0, 3894.0, 3895.0, 3896.0, 3904.0, 3884.0, 3905.0, 3895.0, 3872.0, 3906.0, 3897.0, 3905.0, 3894.0, 3906.0, 3907.0, 3906.0, 3897.0, 3886.0, 3896.0, 3885.0, 3905.0, 3874.0, 3907.0, 3885.0, 3908.0, 3885.0, 3907.0, 3897.0, 3918.0, 3897.0, 3898.0, 3908.0, 3886.0, 3908.0, 3908.0, 3890.0, 3910.0, 3910.0, 3888.0, 3908.0, 3920.0, 3920.0, 3897.0, 3918.0, 3898.0, 3928.0, 3896.0, 3897.0, 3908.0, 3896.0, 3907.0, 3896.0, 3909.0, 3895.0, 3886.0, 3908.0, 3877.0, 3906.0, 3899.0, 3919.0, 3898.0, 3896.0, 3906.0, 3907.0, 3897.0, 3895.0, 3906.0, 3874.0, 3905.0, 3885.0, 3904.0, 3895.0, 3907.0, 3896.0, 3854.0, 3908.0, 3897.0, 3908.0, 3907.0, 3898.0, 3921.0, 3899.0, 3919.0, 3889.0, 3920.0, 3888.0, 3930.0, 3897.0, 3876.0, 3906.0, 3916.0, 3885.0, 3894.0, 3895.0, 3863.0, 3905.0, 3886.0, 3907.0, 3895.0, 3875.0, 3918.0, 3897.0, 3919.0, 3898.0, 3917.0, 3898.0, 3886.0, 3906.0, 3906.0, 3906.0, 3886.0, 3906.0, 3906.0, 3875.0, 3896.0, 3896.0, 3895.0, 3896.0, 3897.0, 3919.0, 3896.0, 3874.0, 3894.0, 3896.0, 3917.0, 3906.0, 3896.0, 3908.0, 3898.0, 3905.0, 3896.0, 3875.0, 3907.0, 3884.0, 3883.0, 3884.0, 3886.0, 3919.0, 3896.0, 3865.0, 3896.0, 3897.0, 3906.0, 3897.0, 3875.0, 3907.0, 3897.0, 3877.0, 3909.0, 3897.0, 3920.0, 3899.0, 3876.0, 3908.0, 3885.0, 3907.0, 3897.0, 3918.0, 3896.0, 3874.0, 3895.0, 3875.0, 3906.0, 3884.0, 3918.0, 3894.0, 3886.0, 3907.0, 3876.0, 3906.0, 3896.0, 3917.0, 3886.0, 3897.0, 3897.0, 3875.0, 3905.0, 3885.0, 3919.0, 3887.0, 3906.0, 3895.0, 3895.0, 3895.0, 3874.0, 3905.0, 3897.0, 3896.0, 3896.0, 3896.0, 3896.0, 3875.0, 3906.0, 3897.0, 3898.0, 3905.0, 3897.0, 3919.0, 3908.0, 3876.0, 3906.0, 3897.0, 3906.0, 3896.0, 3908.0, 3897.0, 3885.0, 3905.0, 3886.0, 3904.0, 3884.0, 3885.0, 3907.0, 3885.0, 3896.0, 3895.0, 3906.0, 3906.0, 3887.0, 3896.0, 3896.0, 3885.0, 3895.0, 3875.0, 3907.0, 3886.0, 3894.0, 3896.0, 3865.0, 3894.0, 3874.0, 3919.0, 3888.0, 3918.0, 3897.0, 3909.0, 3907.0, 3896.0, 3908.0, 3875.0, 3905.0, 3896.0, 3906.0, 3896.0, 3873.0, 3895.0, 3862.0, 3906.0, 3896.0, 3918.0, 3897.0, 3886.0, 3897.0, 3885.0, 3895.0, 3875.0, 3906.0, 3884.0, 3894.0, 3895.0, 3885.0, 3905.0, 3905.0, 3928.0, 3897.0, 3875.0, 3896.0, 3877.0, 3895.0, 3896.0, 3918.0, 3898.0, 3907.0, 3896.0, 3895.0, 3894.0, 3894.0, 3907.0, 3895.0, 3906.0, 3885.0, 3894.0, 3884.0, 3896.0, 3897.0, 3855.0, 3906.0, 3886.0, 3907.0, 3908.0, 3897.0, 3907.0, 3876.0, 3908.0, 3898.0, 3918.0, 3896.0, 3874.0, 3907.0, 3863.0, 3907.0, 3887.0, 3907.0, 3887.0, 3907.0, 3894.0, 3895.0, 3894.0, 3883.0, 3895.0, 3873.0, 3906.0, 3896.0, 3895.0, 3895.0, 3885.0, 3907.0, 3906.0, 3907.0, 3887.0, 3916.0, 3897.0, 3896.0, 3905.0, 3865.0, 3906.0, 3906.0, 3905.0, 3886.0, 3906.0, 3896.0, 3886.0, 3905.0, 3876.0, 3907.0, 3886.0, 3919.0, 3898.0, 3887.0, 3907.0, 3897.0, 3907.0, 3907.0, 3929.0, 3897.0, 3886.0, 3894.0, 3896.0, 3907.0, 3899.0, 3909.0, 3898.0, 3887.0, 3918.0, 3905.0, 3929.0, 3898.0, 3875.0, 3905.0, 3875.0, 3918.0, 3897.0, 3907.0, 3906.0, 3874.0, 3905.0, 3906.0, 3905.0, 3893.0, 3897.0, 3906.0, 3895.0, 3895.0, 3896.0, 3885.0, 3905.0, 3899.0, 3879.0, 3909.0, 3878.0, 3918.0, 3895.0, 3929.0, 3897.0, 3867.0, 3908.0, 3896.0, 3894.0, 3894.0, 3919.0, 3896.0, 3884.0, 3895.0, 3894.0, 3895.0, 3885.0, 3896.0, 3897.0, 3876.0, 3905.0, 3897.0, 3918.0, 3898.0, 3907.0, 3897.0, 3894.0, 3903.0, 3896.0, 3908.0, 3896.0, 3894.0, 3895.0, 3895.0, 3906.0, 3897.0, 3895.0, 3894.0, 3886.0, 3904.0, 3884.0, 3929.0, 3896.0, 3885.0, 3906.0, 3877.0, 3907.0, 3895.0, 3918.0, 3897.0, 3874.0, 3905.0, 3897.0, 3905.0, 3872.0, 3886.0, 3908.0, 3910.0, 3918.0, 3886.0, 3907.0, 3885.0, 3905.0, 3896.0, 3885.0, 3907.0, 3895.0, 3905.0, 3886.0, 3918.0, 3897.0, 3916.0, 3882.0, 3882.0, 3881.0, 3879.0, 3893.0, 3882.0, 3893.0, 3882.0, 3882.0, 3892.0, 3881.0, 3904.0, 3894.0, 3863.0, 3894.0, 3894.0, 3905.0, 3894.0, 3884.0, 3904.0, 3905.0, 3895.0, 3896.0, 3896.0, 3908.0, 3885.0, 3907.0, 3896.0, 3886.0, 3907.0, 3885.0, 3920.0, 3909.0, 3885.0, 3907.0, 3905.0, 3907.0, 3896.0, 3886.0, 3906.0, 3876.0, 3919.0, 3897.0, 3919.0, 3906.0, 3876.0, 3907.0, 3898.0, 3917.0, 3909.0, 3887.0, 3918.0, 3898.0, 3910.0, 3908.0, 3898.0, 3909.0, 3886.0, 3907.0, 3897.0, 3904.0, 3896.0, 3875.0, 3905.0, 3885.0, 3905.0, 3896.0, 3905.0, 3907.0, 3875.0, 3905.0, 3885.0, 3895.0, 3895.0, 3883.0, 3918.0, 3906.0, 3897.0, 3896.0, 3887.0, 3907.0, 3909.0, 3906.0, 3907.0, 3908.0, 3921.0, 3905.0, 3905.0, 3907.0, 3896.0, 3920.0, 3897.0, 3897.0, 3885.0, 3873.0, 3905.0, 3886.0, 3895.0, 3896.0, 3876.0, 3909.0, 3909.0, 3888.0, 3909.0, 3875.0, 3908.0, 3886.0, 3907.0, 3899.0, 3899.0, 3897.0, 3897.0, 3897.0, 3897.0, 3897.0, 3898.0, 3896.0, 3907.0, 3907.0, 3897.0, 3886.0, 3885.0, 3882.0, 3894.0, 3882.0, 3906.0, 3893.0, 3875.0, 3893.0, 3885.0, 3886.0, 3895.0, 3896.0, 3907.0, 3886.0, 3876.0, 3908.0, 3897.0, 3908.0, 3897.0, 3897.0, 3896.0, 3863.0, 3894.0, 3883.0, 3895.0, 3885.0, 3874.0, 3895.0, 3876.0, 3896.0, 3898.0, 3886.0, 3908.0, 3910.0, 3898.0, 3896.0, 3887.0, 3919.0, 3897.0, 3897.0, 3898.0, 3906.0, 3906.0, 3899.0, 3900.0, 3911.0, 3897.0, 3883.0, 3895.0, 3887.0, 3897.0, 3896.0, 3865.0, 3894.0, 3885.0, 3906.0, 3897.0, 3896.0, 3885.0, 3863.0, 3897.0, 3897.0, 3907.0, 3897.0, 3865.0, 3907.0, 3865.0, 3907.0, 3891.0, 3924.0, 3890.0, 3895.0, 3885.0, 3896.0, 3905.0, 3852.0, 3798.0, 3792.0, 3823.0, 3825.0, 3839.0, 3885.0, 3798.0, 3858.0, 3826.0, 3815.0, 3879.0, 3950.0, 3968.0, 3944.0, 3886.0, 3908.0, 3907.0, 3897.0, 3898.0, 3898.0, 3899.0, 3871.0, 3891.0, 3903.0, 3884.0, 3913.0, 3904.0, 3936.0, 3916.0, 3914.0, 3914.0, 3924.0, 3923.0, 3912.0, 3934.0, 3901.0, 3933.0, 3902.0, 3920.0, 3909.0, 3878.0, 3921.0, 3900.0, 3929.0, 3899.0, 3909.0, 3897.0, 3886.0, 3909.0, 3900.0, 3900.0, 3911.0, 3902.0, 3923.0, 3900.0, 3944.0, 3900.0, 3900.0, 3910.0, 3911.0, 3910.0, 3899.0, 3933.0, 3900.0, 3909.0, 3909.0, 3878.0, 3909.0, 3888.0, 3932.0, 3891.0, 3932.0, 3912.0, 3932.0, 3900.0, 3931.0, 3911.0, 3878.0, 3920.0, 3889.0, 3920.0, 3890.0, 3920.0, 3901.0, 3933.0, 3911.0, 3932.0, 3901.0, 3931.0, 3901.0, 3922.0, 3912.0, 3879.0, 3921.0, 3880.0, 3921.0, 3912.0, 3944.0, 3902.0, 3922.0, 3911.0, 3913.0, 3911.0, 3880.0, 3922.0, 3901.0, 3934.0, 3911.0, 3930.0, 3911.0, 3910.0, 3921.0, 3879.0, 3909.0, 3900.0, 3942.0, 3910.0, 3911.0, 3921.0, 3878.0, 3920.0, 3901.0, 3931.0, 3909.0, 3898.0, 3909.0, 3901.0, 3933.0, 3923.0, 3922.0, 3922.0, 3891.0, 3931.0, 3922.0, 3902.0, 3923.0, 3922.0, 3942.0, 3921.0, 3889.0, 3921.0, 3901.0, 3933.0, 3922.0, 3942.0, 3910.0, 3908.0, 3921.0, 3899.0, 3919.0, 3899.0, 3919.0, 3908.0, 3897.0, 3909.0, 3888.0, 3920.0, 3900.0, 3929.0, 3909.0, 3909.0, 3920.0, 3900.0, 3921.0, 3901.0, 3931.0, 3911.0, 3921.0, 3924.0, 3890.0, 3911.0, 3911.0, 3919.0, 3898.0, 3932.0, 3909.0, 3879.0, 3910.0, 3910.0, 3923.0, 3912.0, 3923.0, 3921.0, 3923.0, 3923.0, 3902.0, 3920.0, 3911.0, 3920.0, 3909.0, 3879.0, 3921.0, 3901.0, 3933.0, 3910.0, 3931.0, 3909.0, 3888.0, 3908.0, 3878.0, 3909.0, 3896.0, 3919.0, 3919.0, 3890.0, 3922.0, 3900.0, 3922.0, 3911.0, 3942.0, 3921.0, 3912.0, 3922.0, 3889.0, 3920.0, 3911.0, 3929.0, 3922.0, 3899.0, 3921.0, 3902.0, 3909.0, 3921.0, 3924.0, 3912.0, 3890.0, 3921.0, 3911.0, 3935.0, 3924.0, 3924.0, 3933.0, 3911.0, 3933.0, 3911.0, 3880.0, 3920.0, 3900.0, 3921.0, 3900.0, 3920.0, 3901.0, 3900.0, 3910.0, 3891.0, 3920.0, 3901.0, 3931.0, 3912.0, 3902.0, 3911.0, 3891.0, 3920.0, 3890.0, 3933.0, 3891.0, 3932.0, 3899.0, 3921.0, 3900.0, 3890.0, 3923.0, 3891.0, 3922.0, 3903.0, 3923.0, 3912.0, 3892.0, 3924.0, 3902.0, 3912.0, 3914.0, 3912.0, 3921.0, 3902.0, 3935.0, 3901.0, 3933.0, 3898.0, 3899.0, 3910.0, 3902.0, 3933.0, 3902.0, 3900.0, 3911.0, 3911.0, 3923.0, 3901.0, 3922.0, 3901.0, 3921.0, 3911.0, 3909.0, 3923.0, 3889.0, 3921.0, 3901.0, 3921.0, 3910.0, 3910.0, 3911.0, 3879.0, 3922.0, 3901.0, 3932.0, 3901.0, 3910.0, 3920.0, 3889.0, 3922.0, 3901.0, 3910.0, 3911.0, 3889.0, 3934.0, 3900.0, 3911.0, 3901.0, 3878.0, 3919.0, 3920.0, 3932.0, 3911.0, 3887.0, 3899.0, 3880.0, 3920.0, 3921.0, 3932.0, 3909.0, 3880.0, 3922.0, 3921.0, 3920.0, 3911.0, 3911.0, 3921.0, 3870.0, 3912.0, 3890.0, 3921.0, 3900.0, 3929.0, 3908.0, 3877.0, 3908.0, 3877.0, 3908.0, 3898.0, 3929.0, 3910.0, 3877.0, 3909.0, 3878.0, 3919.0, 3910.0, 3908.0, 3921.0, 3879.0, 3919.0, 3912.0, 3931.0, 3910.0, 3879.0, 3921.0, 3900.0, 3893.0, 3921.0, 3914.0, 3903.0, 3934.0, 3910.0, 3879.0, 3923.0, 3913.0, 3944.0, 3912.0, 3899.0, 3920.0, 3888.0, 3900.0, 3909.0, 3898.0, 3931.0, 3897.0, 3888.0, 3908.0, 3899.0, 3919.0, 3911.0, 3879.0, 3919.0, 3921.0, 3920.0, 3909.0, 3912.0, 3932.0, 3912.0, 3931.0, 3909.0, 3900.0, 3919.0, 3918.0, 3909.0, 3909.0, 3910.0, 3921.0, 3910.0, 3906.0, 3919.0, 3875.0, 3920.0, 3899.0, 3909.0, 3908.0, 3899.0, 3919.0, 3900.0, 3897.0, 3908.0, 3910.0, 3917.0, 3912.0, 3910.0, 3920.0, 3891.0, 3923.0, 3920.0, 3921.0, 3922.0, 3890.0, 3921.0, 3898.0, 3931.0, 3909.0, 3911.0, 3919.0, 3921.0, 3910.0, 3911.0], 'WindowWidth': [8833.0, 8814.0, 8787.0, 8781.0, 8729.0, 8766.0, 8722.0, 8753.0, 8731.0, 8791.0, 8755.0, 8762.0, 8728.0, 8737.0, 8725.0, 8697.0, 8759.0, 8716.0, 8782.0, 8750.0, 8763.0, 8752.0, 8717.0, 8763.0, 8734.0, 8742.0, 8734.0, 8724.0, 8787.0, 8750.0, 8763.0, 8744.0, 8761.0, 8743.0, 8744.0, 8745.0, 8712.0, 8738.0, 8727.0, 8755.0, 8744.0, 8732.0, 8745.0, 8716.0, 8742.0, 8713.0, 8754.0, 8725.0, 8763.0, 8726.0, 8709.0, 8739.0, 8680.0, 8742.0, 8729.0, 8778.0, 8745.0, 8729.0, 8739.0, 8711.0, 8722.0, 8707.0, 8744.0, 8710.0, 8760.0, 8712.0, 8733.0, 8717.0, 8745.0, 8746.0, 8707.0, 8765.0, 8754.0, 8752.0, 8724.0, 8738.0, 8730.0, 8699.0, 8742.0, 8713.0, 8741.0, 8729.0, 8763.0, 8744.0, 8699.0, 8740.0, 8710.0, 8755.0, 8727.0, 8743.0, 8740.0, 8676.0, 8738.0, 8710.0, 8753.0, 8726.0, 8760.0, 8745.0, 8714.0, 8741.0, 8698.0, 8739.0, 8729.0, 8763.0, 8748.0, 8705.0, 8746.0, 8722.0, 8760.0, 8735.0, 8780.0, 8748.0, 8757.0, 8739.0, 8714.0, 8742.0, 8727.0, 8761.0, 8729.0, 8745.0, 8743.0, 8753.0, 8745.0, 8717.0, 8759.0, 8746.0, 8761.0, 8726.0, 8752.0, 8723.0, 8749.0, 8729.0, 8698.0, 8740.0, 8701.0, 8740.0, 8724.0, 8758.0, 8743.0, 8741.0, 8743.0, 8724.0, 8742.0, 8725.0, 8757.0, 8729.0, 8758.0, 8743.0, 8739.0, 8727.0, 8725.0, 8757.0, 8715.0, 8757.0, 8729.0, 8754.0, 8744.0, 8757.0, 8749.0, 8699.0, 8745.0, 8715.0, 8756.0, 8730.0, 8759.0, 8749.0, 8719.0, 8763.0, 8747.0, 8777.0, 8751.0, 8780.0, 8775.0, 8710.0, 8779.0, 8733.0, 8763.0, 8745.0, 8765.0, 8747.0, 8703.0, 8757.0, 8741.0, 8756.0, 8730.0, 8762.0, 8742.0, 8713.0, 8739.0, 8727.0, 8757.0, 8748.0, 8743.0, 8741.0, 8696.0, 8738.0, 8725.0, 8755.0, 8743.0, 8744.0, 8741.0, 8695.0, 8737.0, 8725.0, 8759.0, 8744.0, 8714.0, 8742.0, 8683.0, 8735.0, 8742.0, 8759.0, 8744.0, 8746.0, 8742.0, 8716.0, 8741.0, 8729.0, 8765.0, 8746.0, 8734.0, 8746.0, 8688.0, 8759.0, 8743.0, 8769.0, 8750.0, 8748.0, 8748.0, 8727.0, 8727.0, 8727.0, 8747.0, 8713.0, 8760.0, 8727.0, 8753.0, 8743.0, 8740.0, 8741.0, 8687.0, 8758.0, 8717.0, 8744.0, 8731.0, 8749.0, 8763.0, 8720.0, 8763.0, 8743.0, 8762.0, 8729.0, 8767.0, 8745.0, 8728.0, 8743.0, 8700.0, 8740.0, 8709.0, 8762.0, 8729.0, 8745.0, 8744.0, 8739.0, 8726.0, 8699.0, 8761.0, 8745.0, 8764.0, 8738.0, 8746.0, 8750.0, 8725.0, 8784.0, 8772.0, 8766.0, 8758.0, 8763.0, 8827.0, 8778.0, 8773.0, 8779.0, 8763.0, 8742.0, 8708.0, 8738.0, 8749.0, 8738.0, 8752.0, 8747.0, 8727.0, 8758.0, 8745.0, 8740.0, 8758.0, 8755.0, 8765.0, 8737.0, 8737.0, 8717.0, 8705.0, 8730.0, 8737.0, 8732.0, 8718.0, 8735.0, 8737.0, 8727.0, 8757.0, 8743.0, 8740.0, 8738.0, 8735.0, 8756.0, 8743.0, 8729.0, 8744.0, 8715.0, 8775.0, 8746.0, 8744.0, 8745.0, 8747.0, 8762.0, 8731.0, 8764.0, 8749.0, 8733.0, 8758.0, 8748.0, 8763.0, 8734.0, 8743.0, 8746.0, 8702.0, 8762.0, 8736.0, 8765.0, 8732.0, 8761.0, 8750.0, 8726.0, 8746.0, 8696.0, 8758.0, 8723.0, 8755.0, 8727.0, 8711.0, 8740.0, 8711.0, 8739.0, 8729.0, 8745.0, 8740.0, 8696.0, 8742.0, 8693.0, 8739.0, 8723.0, 8763.0, 8729.0, 8723.0, 8717.0, 8703.0, 8718.0, 8702.0, 8741.0, 8723.0, 8718.0, 8723.0, 8708.0, 8739.0, 8728.0, 8747.0, 8706.0, 8718.0, 8722.0, 8719.0, 8723.0, 8697.0, 8740.0, 8724.0, 8727.0, 8725.0, 8725.0, 8739.0, 8726.0, 8728.0, 8727.0, 8707.0, 8726.0, 8723.0, 8747.0, 8715.0, 8727.0, 8721.0, 8740.0, 8709.0, 8709.0, 8724.0, 8698.0, 8738.0, 8689.0, 8729.0, 8707.0, 8741.0, 8724.0, 8690.0, 8718.0, 8710.0, 8741.0, 8728.0, 8764.0, 8726.0, 8737.0, 8720.0, 8737.0, 8757.0, 8728.0, 8742.0, 8719.0, 8732.0, 8718.0, 8691.0, 8739.0, 8708.0, 8707.0, 8724.0, 8705.0, 8740.0, 8723.0, 8741.0, 8709.0, 8737.0, 8710.0, 8720.0, 8719.0, 8694.0, 8741.0, 8710.0, 8727.0, 8725.0, 8719.0, 8740.0, 8707.0, 8725.0, 8722.0, 8704.0, 8718.0, 8710.0, 8741.0, 8725.0, 8735.0, 8720.0, 8701.0, 8717.0, 8700.0, 8707.0, 8711.0, 8707.0, 8721.0, 8725.0, 8726.0, 8726.0, 8717.0, 8744.0, 8726.0, 8721.0, 8721.0, 8743.0, 8739.0, 8758.0, 8706.0, 8734.0, 8721.0, 8717.0, 8722.0, 8716.0, 8717.0, 8704.0, 8720.0, 8719.0, 8721.0, 8725.0, 8701.0, 8739.0, 8742.0, 8737.0, 8724.0, 8744.0, 8710.0, 8698.0, 8723.0, 8688.0, 8720.0, 8707.0, 8743.0, 8726.0, 8707.0, 8739.0, 8716.0, 8742.0, 8726.0, 8746.0, 8744.0, 8700.0, 8739.0, 8712.0, 8737.0, 8721.0, 8692.0, 8742.0, 8714.0, 8716.0, 8743.0, 8741.0, 8745.0, 8728.0, 8691.0, 8723.0, 8725.0, 8723.0, 8744.0, 8727.0, 8729.0, 8720.0, 8691.0, 8719.0, 8721.0, 8743.0, 8723.0, 8711.0, 8740.0, 8726.0, 8724.0, 8761.0, 8738.0, 8716.0, 8745.0, 8745.0, 8757.0, 8727.0, 8741.0, 8729.0, 8723.0, 8740.0, 8707.0, 8709.0, 8719.0, 8719.0, 8745.0, 8723.0, 8722.0, 8738.0, 8735.0, 8722.0, 8723.0, 8708.0, 8742.0, 8727.0, 8743.0, 8723.0, 8725.0, 8725.0, 8714.0, 8743.0, 8742.0, 8757.0, 8729.0, 8751.0, 8743.0, 8717.0, 8762.0, 8733.0, 8741.0, 8729.0, 8714.0, 8743.0, 8733.0, 8764.0, 8730.0, 8744.0, 8727.0, 8725.0, 8739.0, 8727.0, 8761.0, 8727.0, 8727.0, 8743.0, 8741.0, 8749.0, 8742.0, 8760.0, 8727.0, 8746.0, 8742.0, 8741.0, 8728.0, 8694.0, 8736.0, 8727.0, 8744.0, 8731.0, 8747.0, 8742.0, 8693.0, 8736.0, 8740.0, 8745.0, 8727.0, 8724.0, 8736.0, 8724.0, 8735.0, 8719.0, 8759.0, 8726.0, 8711.0, 8738.0, 8711.0, 8739.0, 8723.0, 8741.0, 8723.0, 8694.0, 8722.0, 8692.0, 8737.0, 8708.0, 8758.0, 8730.0, 8711.0, 8740.0, 8708.0, 8737.0, 8719.0, 8743.0, 8724.0, 8735.0, 8721.0, 8691.0, 8723.0, 8721.0, 8742.0, 8740.0, 8741.0, 8726.0, 8742.0, 8724.0, 8721.0, 8758.0, 8726.0, 8744.0, 8722.0, 8723.0, 8739.0, 8727.0, 8759.0, 8727.0, 8726.0, 8725.0, 8709.0, 8726.0, 8715.0, 8743.0, 8712.0, 8723.0, 8722.0, 8712.0, 8758.0, 8734.0, 8759.0, 8748.0, 8744.0, 8730.0, 8759.0, 8767.0, 8717.0, 8758.0, 8752.0, 8762.0, 8731.0, 8741.0, 8722.0, 8690.0, 8734.0, 8688.0, 8733.0, 8725.0, 8735.0, 8725.0, 8709.0, 8744.0, 8727.0, 8743.0, 8726.0, 8709.0, 8740.0, 8724.0, 8737.0, 8726.0, 8737.0, 8719.0, 8695.0, 8739.0, 8725.0, 8739.0, 8721.0, 8716.0, 8719.0, 8735.0, 8709.0, 8729.0, 8708.0, 8720.0, 8726.0, 8744.0, 8730.0, 8729.0, 8744.0, 8695.0, 8745.0, 8728.0, 8760.0, 8727.0, 8685.0, 8743.0, 8714.0, 8738.0, 8741.0, 8712.0, 8743.0, 8729.0, 8743.0, 8710.0, 8744.0, 8727.0, 8728.0, 8724.0, 8696.0, 8740.0, 8725.0, 8735.0, 8741.0, 8716.0, 8748.0, 8731.0, 8711.0, 8728.0, 8698.0, 8748.0, 8720.0, 8719.0, 8728.0, 8700.0, 8744.0, 8750.0, 8769.0, 8748.0, 8730.0, 8741.0, 8728.0, 8737.0, 8727.0, 8711.0, 8742.0, 8727.0, 8740.0, 8726.0, 8722.0, 8722.0, 8723.0, 8734.0, 8706.0, 8737.0, 8722.0, 8690.0, 8739.0, 8728.0, 8738.0, 8719.0, 8740.0, 8739.0, 8741.0, 8727.0, 8712.0, 8724.0, 8710.0, 8736.0, 8694.0, 8741.0, 8710.0, 8744.0, 8710.0, 8742.0, 8730.0, 8758.0, 8729.0, 8731.0, 8745.0, 8716.0, 8746.0, 8749.0, 8729.0, 8752.0, 8751.0, 8720.0, 8749.0, 8764.0, 8768.0, 8730.0, 8762.0, 8732.0, 8775.0, 8726.0, 8729.0, 8744.0, 8727.0, 8741.0, 8726.0, 8749.0, 8726.0, 8714.0, 8746.0, 8703.0, 8742.0, 8737.0, 8762.0, 8731.0, 8728.0, 8742.0, 8742.0, 8730.0, 8726.0, 8739.0, 8694.0, 8735.0, 8708.0, 8734.0, 8721.0, 8740.0, 8725.0, 8669.0, 8745.0, 8731.0, 8747.0, 8746.0, 8733.0, 8768.0, 8736.0, 8764.0, 8722.0, 8767.0, 8721.0, 8780.0, 8730.0, 8700.0, 8739.0, 8755.0, 8707.0, 8719.0, 8723.0, 8679.0, 8737.0, 8714.0, 8742.0, 8724.0, 8699.0, 8761.0, 8729.0, 8762.0, 8731.0, 8755.0, 8731.0, 8713.0, 8739.0, 8737.0, 8740.0, 8713.0, 8739.0, 8741.0, 8696.0, 8727.0, 8725.0, 8724.0, 8725.0, 8727.0, 8763.0, 8725.0, 8693.0, 8721.0, 8725.0, 8755.0, 8740.0, 8727.0, 8744.0, 8733.0, 8737.0, 8726.0, 8695.0, 8743.0, 8706.0, 8705.0, 8705.0, 8711.0, 8762.0, 8726.0, 8682.0, 8723.0, 8729.0, 8739.0, 8729.0, 8698.0, 8744.0, 8730.0, 8704.0, 8747.0, 8729.0, 8767.0, 8734.0, 8700.0, 8743.0, 8712.0, 8745.0, 8728.0, 8762.0, 8727.0, 8694.0, 8721.0, 8695.0, 8740.0, 8707.0, 8760.0, 8721.0, 8712.0, 8741.0, 8701.0, 8739.0, 8726.0, 8760.0, 8712.0, 8727.0, 8727.0, 8694.0, 8735.0, 8710.0, 8761.0, 8714.0, 8738.0, 8724.0, 8721.0, 8723.0, 8695.0, 8739.0, 8726.0, 8727.0, 8724.0, 8725.0, 8726.0, 8694.0, 8742.0, 8729.0, 8734.0, 8738.0, 8727.0, 8763.0, 8746.0, 8701.0, 8742.0, 8728.0, 8742.0, 8725.0, 8745.0, 8729.0, 8708.0, 8736.0, 8711.0, 8732.0, 8705.0, 8709.0, 8743.0, 8709.0, 8723.0, 8721.0, 8740.0, 8740.0, 8714.0, 8725.0, 8726.0, 8707.0, 8722.0, 8695.0, 8743.0, 8712.0, 8722.0, 8725.0, 8684.0, 8721.0, 8695.0, 8763.0, 8717.0, 8759.0, 8731.0, 8748.0, 8742.0, 8726.0, 8744.0, 8694.0, 8736.0, 8724.0, 8738.0, 8725.0, 8692.0, 8723.0, 8676.0, 8737.0, 8725.0, 8758.0, 8729.0, 8712.0, 8727.0, 8710.0, 8724.0, 8696.0, 8741.0, 8708.0, 8721.0, 8722.0, 8709.0, 8736.0, 8735.0, 8774.0, 8729.0, 8697.0, 8726.0, 8704.0, 8724.0, 8727.0, 8762.0, 8731.0, 8742.0, 8724.0, 8723.0, 8719.0, 8719.0, 8741.0, 8722.0, 8739.0, 8708.0, 8720.0, 8707.0, 8725.0, 8727.0, 8671.0, 8738.0, 8713.0, 8744.0, 8745.0, 8731.0, 8742.0, 8700.0, 8744.0, 8731.0, 8758.0, 8725.0, 8694.0, 8742.0, 8680.0, 8742.0, 8714.0, 8745.0, 8714.0, 8742.0, 8720.0, 8720.0, 8719.0, 8703.0, 8723.0, 8692.0, 8739.0, 8725.0, 8721.0, 8723.0, 8710.0, 8742.0, 8739.0, 8743.0, 8714.0, 8754.0, 8727.0, 8726.0, 8737.0, 8682.0, 8737.0, 8738.0, 8738.0, 8711.0, 8740.0, 8726.0, 8711.0, 8737.0, 8699.0, 8741.0, 8711.0, 8763.0, 8730.0, 8715.0, 8743.0, 8730.0, 8744.0, 8741.0, 8779.0, 8729.0, 8713.0, 8723.0, 8727.0, 8744.0, 8734.0, 8748.0, 8731.0, 8714.0, 8758.0, 8737.0, 8780.0, 8731.0, 8697.0, 8738.0, 8696.0, 8759.0, 8727.0, 8743.0, 8740.0, 8694.0, 8735.0, 8739.0, 8739.0, 8719.0, 8728.0, 8738.0, 8722.0, 8725.0, 8724.0, 8711.0, 8738.0, 8735.0, 8708.0, 8750.0, 8705.0, 8760.0, 8724.0, 8779.0, 8731.0, 8689.0, 8743.0, 8725.0, 8720.0, 8720.0, 8761.0, 8726.0, 8707.0, 8722.0, 8720.0, 8726.0, 8710.0, 8727.0, 8728.0, 8700.0, 8737.0, 8728.0, 8760.0, 8730.0, 8740.0, 8728.0, 8723.0, 8733.0, 8725.0, 8745.0, 8724.0, 8720.0, 8723.0, 8722.0, 8739.0, 8727.0, 8723.0, 8719.0, 8711.0, 8735.0, 8709.0, 8777.0, 8728.0, 8710.0, 8739.0, 8702.0, 8741.0, 8724.0, 8762.0, 8727.0, 8694.0, 8738.0, 8728.0, 8734.0, 8687.0, 8713.0, 8748.0, 8750.0, 8761.0, 8714.0, 8744.0, 8711.0, 8739.0, 8729.0, 8713.0, 8744.0, 8724.0, 8738.0, 8712.0, 8762.0, 8727.0, 8754.0, 8700.0, 8699.0, 8696.0, 8692.0, 8720.0, 8700.0, 8717.0, 8699.0, 8700.0, 8712.0, 8696.0, 8736.0, 8718.0, 8676.0, 8718.0, 8721.0, 8737.0, 8721.0, 8707.0, 8734.0, 8735.0, 8724.0, 8725.0, 8726.0, 8743.0, 8712.0, 8744.0, 8726.0, 8712.0, 8741.0, 8711.0, 8766.0, 8747.0, 8712.0, 8741.0, 8736.0, 8742.0, 8728.0, 8713.0, 8740.0, 8702.0, 8761.0, 8730.0, 8763.0, 8741.0, 8701.0, 8744.0, 8734.0, 8757.0, 8750.0, 8715.0, 8761.0, 8734.0, 8751.0, 8744.0, 8732.0, 8749.0, 8713.0, 8744.0, 8728.0, 8735.0, 8726.0, 8696.0, 8738.0, 8709.0, 8737.0, 8725.0, 8736.0, 8743.0, 8696.0, 8736.0, 8709.0, 8722.0, 8722.0, 8706.0, 8758.0, 8738.0, 8728.0, 8726.0, 8714.0, 8742.0, 8749.0, 8741.0, 8741.0, 8744.0, 8770.0, 8739.0, 8737.0, 8743.0, 8728.0, 8768.0, 8729.0, 8730.0, 8709.0, 8691.0, 8736.0, 8712.0, 8723.0, 8724.0, 8699.0, 8746.0, 8749.0, 8719.0, 8746.0, 8695.0, 8744.0, 8712.0, 8743.0, 8733.0, 8735.0, 8725.0, 8723.0, 8726.0, 8725.0, 8726.0, 8728.0, 8723.0, 8738.0, 8742.0, 8725.0, 8709.0, 8704.0, 8698.0, 8717.0, 8699.0, 8737.0, 8714.0, 8694.0, 8717.0, 8708.0, 8709.0, 8718.0, 8723.0, 8739.0, 8708.0, 8696.0, 8740.0, 8726.0, 8746.0, 8725.0, 8726.0, 8721.0, 8674.0, 8718.0, 8701.0, 8722.0, 8705.0, 8692.0, 8721.0, 8696.0, 8724.0, 8729.0, 8708.0, 8745.0, 8750.0, 8732.0, 8725.0, 8715.0, 8761.0, 8728.0, 8730.0, 8731.0, 8740.0, 8742.0, 8733.0, 8736.0, 8752.0, 8730.0, 8705.0, 8719.0, 8713.0, 8727.0, 8723.0, 8680.0, 8720.0, 8709.0, 8737.0, 8725.0, 8724.0, 8706.0, 8676.0, 8725.0, 8726.0, 8741.0, 8727.0, 8684.0, 8740.0, 8683.0, 8740.0, 8726.0, 8778.0, 8722.0, 8722.0, 8708.0, 8723.0, 8753.0, 8657.0, 8533.0, 8529.0, 8592.0, 8596.0, 8621.0, 8695.0, 8566.0, 8646.0, 8597.0, 8588.0, 8685.0, 8826.0, 8867.0, 8808.0, 8711.0, 8745.0, 8742.0, 8730.0, 8731.0, 8732.0, 8736.0, 8703.0, 8731.0, 8750.0, 8726.0, 8762.0, 8750.0, 8798.0, 8771.0, 8763.0, 8766.0, 8779.0, 8775.0, 8760.0, 8794.0, 8743.0, 8788.0, 8744.0, 8765.0, 8747.0, 8706.0, 8768.0, 8736.0, 8775.0, 8735.0, 8749.0, 8730.0, 8714.0, 8750.0, 8738.0, 8738.0, 8754.0, 8749.0, 8774.0, 8741.0, 8810.0, 8742.0, 8741.0, 8754.0, 8755.0, 8755.0, 8736.0, 8790.0, 8740.0, 8751.0, 8751.0, 8709.0, 8750.0, 8721.0, 8787.0, 8731.0, 8788.0, 8759.0, 8788.0, 8741.0, 8785.0, 8757.0, 8708.0, 8765.0, 8725.0, 8767.0, 8727.0, 8767.0, 8745.0, 8788.0, 8759.0, 8788.0, 8744.0, 8785.0, 8743.0, 8774.0, 8759.0, 8712.0, 8769.0, 8717.0, 8768.0, 8759.0, 8806.0, 8747.0, 8772.0, 8758.0, 8761.0, 8757.0, 8714.0, 8773.0, 8744.0, 8791.0, 8757.0, 8782.0, 8756.0, 8754.0, 8769.0, 8712.0, 8752.0, 8741.0, 8801.0, 8756.0, 8756.0, 8769.0, 8710.0, 8768.0, 8743.0, 8782.0, 8751.0, 8733.0, 8752.0, 8743.0, 8788.0, 8776.0, 8774.0, 8774.0, 8731.0, 8786.0, 8775.0, 8748.0, 8777.0, 8774.0, 8801.0, 8770.0, 8725.0, 8771.0, 8744.0, 8790.0, 8773.0, 8800.0, 8753.0, 8747.0, 8767.0, 8737.0, 8764.0, 8736.0, 8763.0, 8747.0, 8731.0, 8752.0, 8721.0, 8768.0, 8740.0, 8780.0, 8752.0, 8749.0, 8768.0, 8740.0, 8771.0, 8743.0, 8784.0, 8758.0, 8768.0, 8779.0, 8726.0, 8754.0, 8753.0, 8763.0, 8735.0, 8786.0, 8750.0, 8711.0, 8755.0, 8752.0, 8776.0, 8762.0, 8776.0, 8772.0, 8777.0, 8775.0, 8748.0, 8768.0, 8755.0, 8767.0, 8750.0, 8710.0, 8769.0, 8745.0, 8790.0, 8755.0, 8784.0, 8751.0, 8723.0, 8748.0, 8707.0, 8750.0, 8733.0, 8766.0, 8765.0, 8729.0, 8772.0, 8740.0, 8772.0, 8759.0, 8801.0, 8773.0, 8758.0, 8771.0, 8724.0, 8767.0, 8756.0, 8779.0, 8770.0, 8740.0, 8772.0, 8746.0, 8752.0, 8771.0, 8778.0, 8758.0, 8723.0, 8769.0, 8759.0, 8792.0, 8776.0, 8777.0, 8790.0, 8756.0, 8790.0, 8756.0, 8714.0, 8766.0, 8739.0, 8767.0, 8739.0, 8769.0, 8741.0, 8740.0, 8751.0, 8729.0, 8768.0, 8743.0, 8786.0, 8758.0, 8743.0, 8756.0, 8731.0, 8767.0, 8725.0, 8789.0, 8731.0, 8785.0, 8739.0, 8768.0, 8740.0, 8727.0, 8776.0, 8732.0, 8774.0, 8749.0, 8776.0, 8761.0, 8734.0, 8780.0, 8749.0, 8761.0, 8765.0, 8761.0, 8771.0, 8747.0, 8797.0, 8745.0, 8790.0, 8738.0, 8736.0, 8754.0, 8745.0, 8790.0, 8746.0, 8741.0, 8757.0, 8756.0, 8776.0, 8745.0, 8776.0, 8744.0, 8768.0, 8756.0, 8751.0, 8776.0, 8724.0, 8768.0, 8741.0, 8769.0, 8755.0, 8752.0, 8758.0, 8712.0, 8772.0, 8744.0, 8786.0, 8744.0, 8754.0, 8768.0, 8726.0, 8774.0, 8746.0, 8756.0, 8756.0, 8727.0, 8793.0, 8741.0, 8757.0, 8742.0, 8709.0, 8764.0, 8768.0, 8789.0, 8756.0, 8718.0, 8738.0, 8714.0, 8769.0, 8768.0, 8787.0, 8754.0, 8716.0, 8771.0, 8769.0, 8769.0, 8757.0, 8756.0, 8770.0, 8702.0, 8759.0, 8727.0, 8769.0, 8740.0, 8780.0, 8750.0, 8707.0, 8748.0, 8706.0, 8748.0, 8735.0, 8779.0, 8755.0, 8708.0, 8750.0, 8709.0, 8765.0, 8752.0, 8750.0, 8769.0, 8712.0, 8767.0, 8763.0, 8786.0, 8754.0, 8711.0, 8770.0, 8745.0, 8737.0, 8774.0, 8769.0, 8751.0, 8795.0, 8758.0, 8714.0, 8777.0, 8763.0, 8807.0, 8760.0, 8740.0, 8769.0, 8724.0, 8741.0, 8751.0, 8735.0, 8786.0, 8734.0, 8720.0, 8747.0, 8739.0, 8765.0, 8758.0, 8712.0, 8765.0, 8772.0, 8768.0, 8752.0, 8760.0, 8786.0, 8757.0, 8782.0, 8751.0, 8740.0, 8763.0, 8761.0, 8752.0, 8751.0, 8753.0, 8769.0, 8754.0, 8744.0, 8763.0, 8703.0, 8765.0, 8738.0, 8752.0, 8748.0, 8737.0, 8767.0, 8740.0, 8731.0, 8747.0, 8754.0, 8760.0, 8757.0, 8753.0, 8766.0, 8728.0, 8775.0, 8771.0, 8771.0, 8774.0, 8726.0, 8769.0, 8737.0, 8783.0, 8750.0, 8755.0, 8764.0, 8768.0, 8754.0, 8757.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.0026698867924528297</td></tr>
<tr><td colspan=3>aqi</td><td>0.03701641051212938</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.71129969060409</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976167859492988</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0282636745037752</td></tr>
<tr><td colspan=3>efc</td><td>0.4808</td></tr>
<tr><td colspan=3>fber</td><td>5296.5518</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16762300997868274</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>478</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.768194070080863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6345478242157574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6208653011500656</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9175226577135667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.36525551378364</td></tr>
<tr><td colspan=3>gcor</td><td>0.00982361</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009748978540301323</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030095890164375305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</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.68157760622427</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.4597</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>298995.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.4559</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9274</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.3904</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3056.424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.7437</td></tr>
<tr><td colspan=3>tsnr</td><td>30.386038848082535</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>