<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>e9a3c7f4fbc0fd5e0bd318b47566aa2a</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>22:03:20.780000</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.999707, -0.00672364, -0.0232434, 0.00767736, 0.999122, 0.0411894]</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.104483</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>[4208, -7788, -7235, 173, -133, -94, -23, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46c3b21a-948d-410c-bc4c-f5a75e09e7bd||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.6821413040161133, 0.02059779316186905, -0.061954233795404434, 114.10824584960938], [0.018039021641016006, 2.6805708408355713, 0.11166060715913773, -100.0685806274414], [-0.0623602494597435, -0.11050812900066376, 2.6969785690307617, -69.40123748779297], [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': ['220320.780000', '220321.240000', '220321.700000', '220322.160000', '220322.620000', '220323.080000', '220323.540000', '220324.000000', '220324.460000', '220324.920000', '220325.380000', '220325.840000', '220326.300000', '220326.760000', '220327.220000', '220327.680000', '220328.140000', '220328.600000', '220329.060000', '220329.520000', '220329.980000', '220330.440000', '220330.900000', '220331.360000', '220331.820000', '220332.280000', '220332.740000', '220333.200000', '220333.660000', '220334.120000', '220334.580000', '220335.040000', '220335.500000', '220335.960000', '220336.420000', '220336.880000', '220337.340000', '220337.800000', '220338.260000', '220338.720000', '220339.180000', '220339.640000', '220340.100000', '220340.560000', '220341.020000', '220341.480000', '220341.940000', '220342.400000', '220342.860000', '220343.320000', '220343.780000', '220344.240000', '220344.700000', '220345.160000', '220345.620000', '220346.080000', '220346.540000', '220347.000000', '220347.460000', '220347.920000', '220348.380000', '220348.840000', '220349.300000', '220349.760000', '220350.220000', '220350.680000', '220351.140000', '220351.600000', '220352.060000', '220352.520000', '220352.980000', '220353.440000', '220353.900000', '220354.360000', '220354.820000', '220355.280000', '220355.740000', '220356.200000', '220356.660000', '220357.120000', '220357.580000', '220358.040000', '220358.500000', '220358.960000', '220359.420000', '220359.880000', '220400.340000', '220400.800000', '220401.260000', '220401.720000', '220402.180000', '220402.640000', '220403.100000', '220403.560000', '220404.020000', '220404.480000', '220404.940000', '220405.400000', '220405.860000', '220406.320000', '220406.780000', '220407.240000', '220407.700000', '220408.160000', '220408.620000', '220409.080000', '220409.540000', '220410.000000', '220410.460000', '220410.920000', '220411.380000', '220411.840000', '220412.300000', '220412.760000', '220413.220000', '220413.680000', '220414.140000', '220414.600000', '220415.060000', '220415.520000', '220415.980000', '220416.440000', '220416.900000', '220417.360000', '220417.820000', '220418.280000', '220418.740000', '220419.200000', '220419.660000', '220420.120000', '220420.580000', '220421.040000', '220421.500000', '220421.960000', '220422.420000', '220422.880000', '220423.340000', '220423.800000', '220424.260000', '220424.720000', '220425.180000', '220425.640000', '220426.100000', '220426.560000', '220427.020000', '220427.480000', '220427.940000', '220428.400000', '220428.860000', '220429.320000', '220429.780000', '220430.240000', '220430.700000', '220431.160000', '220431.620000', '220432.080000', '220432.540000', '220433.000000', '220433.460000', '220433.920000', '220434.380000', '220434.840000', '220435.300000', '220435.760000', '220436.220000', '220436.680000', '220437.140000', '220437.600000', '220438.060000', '220438.520000', '220438.980000', '220439.440000', '220439.900000', '220440.360000', '220440.820000', '220441.280000', '220441.740000', '220442.200000', '220442.660000', '220443.120000', '220443.580000', '220444.040000', '220444.500000', '220444.960000', '220445.420000', '220445.880000', '220446.340000', '220446.800000', '220447.260000', '220447.720000', '220448.180000', '220448.640000', '220449.100000', '220449.560000', '220450.020000', '220450.480000', '220450.940000', '220451.400000', '220451.860000', '220452.320000', '220452.780000', '220453.240000', '220453.700000', '220454.160000', '220454.620000', '220455.080000', '220455.540000', '220456.000000', '220456.460000', '220456.920000', '220457.380000', '220457.840000', '220458.300000', '220458.760000', '220459.220000', '220459.680000', '220500.140000', '220500.600000', '220501.060000', '220501.520000', '220501.980000', '220502.440000', '220502.900000', '220503.360000', '220503.820000', '220504.280000', '220504.740000', '220505.200000', '220505.660000', '220506.120000', '220506.580000', '220507.040000', '220507.500000', '220507.960000', '220508.420000', '220508.880000', '220509.340000', '220509.800000', '220510.260000', '220510.720000', '220511.180000', '220511.640000', '220512.100000', '220512.560000', '220513.020000', '220513.480000', '220513.940000', '220514.400000', '220514.860000', '220515.320000', '220515.780000', '220516.240000', '220516.700000', '220517.160000', '220517.620000', '220518.080000', '220518.540000', '220519.000000', '220519.460000', '220519.920000', '220520.380000', '220520.840000', '220521.300000', '220521.760000', '220522.220000', '220522.680000', '220523.140000', '220523.600000', '220524.060000', '220524.520000', '220524.980000', '220525.440000', '220525.900000', '220526.360000', '220526.820000', '220527.280000', '220527.740000', '220528.200000', '220528.660000', '220529.120000', '220529.580000', '220530.040000', '220530.500000', '220530.960000', '220531.420000', '220531.880000', '220532.340000', '220532.800000', '220533.260000', '220533.720000', '220534.180000', '220534.640000', '220535.100000', '220535.560000', '220536.020000', '220536.480000', '220536.940000', '220537.400000', '220537.860000', '220538.320000', '220538.780000', '220539.240000', '220539.700000', '220540.160000', '220540.620000', '220541.080000', '220541.540000', '220542.000000', '220542.460000', '220542.920000', '220543.380000', '220543.840000', '220544.300000', '220544.760000', '220545.220000', '220545.680000', '220546.140000', '220546.600000', '220547.060000', '220547.520000', '220547.980000', '220548.440000', '220548.900000', '220549.360000', '220549.820000', '220550.280000', '220550.740000', '220551.200000', '220551.660000', '220552.120000', '220552.580000', '220553.040000', '220553.500000', '220553.960000', '220554.420000', '220554.880000', '220555.340000', '220555.800000', '220556.260000', '220556.720000', '220557.180000', '220557.640000', '220558.100000', '220558.560000', '220559.020000', '220559.480000', '220559.940000', '220600.400000', '220600.860000', '220601.320000', '220601.780000', '220602.240000', '220602.700000', '220603.160000', '220603.620000', '220604.080000', '220604.540000', '220605.000000', '220605.460000', '220605.920000', '220606.380000', '220606.840000', '220607.300000', '220607.760000', '220608.220000', '220608.680000', '220609.140000', '220609.600000', '220610.060000', '220610.520000', '220610.980000', '220611.440000', '220611.900000', '220612.360000', '220612.820000', '220613.280000', '220613.740000', '220614.200000', '220614.660000', '220615.120000', '220615.580000', '220616.040000', '220616.500000', '220616.960000', '220617.420000', '220617.880000', '220618.340000', '220618.800000', '220619.260000', '220619.720000', '220620.180000', '220620.640000', '220621.100000', '220621.560000', '220622.020000', '220622.480000', '220622.940000', '220623.400000', '220623.860000', '220624.320000', '220624.780000', '220625.240000', '220625.700000', '220626.160000', '220626.620000', '220627.080000', '220627.540000', '220628.000000', '220628.460000', '220628.920000', '220629.380000', '220629.840000', '220630.300000', '220630.760000', '220631.220000', '220631.680000', '220632.140000', '220632.600000', '220633.060000', '220633.520000', '220633.980000', '220634.440000', '220634.900000', '220635.360000', '220635.820000', '220636.280000', '220636.740000', '220637.200000', '220637.660000', '220638.120000', '220638.580000', '220639.040000', '220639.500000', '220639.960000', '220640.420000', '220640.880000', '220641.340000', '220641.800000', '220642.260000', '220642.720000', '220643.180000', '220643.640000', '220644.100000', '220644.560000', '220645.020000', '220645.480000', '220645.940000', '220646.400000', '220646.860000', '220647.320000', '220647.780000', '220648.240000', '220648.700000', '220649.160000', '220649.620000', '220650.080000', '220650.540000', '220651.000000', '220651.460000', '220651.920000', '220652.380000', '220652.840000', '220653.300000', '220653.760000', '220654.220000', '220654.680000', '220655.140000', '220655.600000', '220656.060000', '220656.520000', '220656.980000', '220657.440000', '220657.900000', '220658.360000', '220658.820000', '220659.280000', '220659.740000', '220700.200000', '220700.660000', '220701.120000', '220701.580000', '220702.040000', '220702.500000', '220702.960000', '220703.420000', '220703.880000', '220704.340000', '220704.800000', '220705.260000', '220705.720000', '220706.180000', '220706.640000', '220707.100000', '220707.560000', '220708.020000', '220708.480000', '220708.940000', '220709.400000', '220709.860000', '220710.320000', '220710.780000', '220711.240000', '220711.700000', '220712.160000', '220712.620000', '220713.080000', '220713.540000', '220714.000000', '220714.460000', '220714.920000', '220715.380000', '220715.840000', '220716.300000', '220716.760000', '220717.220000', '220717.680000', '220718.140000', '220718.600000', '220719.060000', '220719.520000', '220719.980000', '220720.440000', '220720.900000', '220721.360000', '220721.820000', '220722.280000', '220722.740000', '220723.200000', '220723.660000', '220724.120000', '220724.580000', '220725.040000', '220725.500000', '220725.960000', '220726.420000', '220726.880000', '220727.340000', '220727.800000', '220728.260000', '220728.720000', '220729.180000', '220729.640000', '220730.100000', '220730.560000', '220731.020000', '220731.480000', '220731.940000', '220732.400000', '220732.860000', '220733.320000', '220733.780000', '220734.240000', '220734.700000', '220735.160000', '220735.620000', '220736.080000', '220736.540000', '220737.000000', '220737.460000', '220737.920000', '220738.380000', '220738.840000', '220739.300000', '220739.760000', '220740.220000', '220740.680000', '220741.140000', '220741.600000', '220742.060000', '220742.520000', '220742.980000', '220743.440000', '220743.900000', '220744.360000', '220744.820000', '220745.280000', '220745.740000', '220746.200000', '220746.660000', '220747.120000', '220747.580000', '220748.040000', '220748.500000', '220748.960000', '220749.420000', '220749.880000', '220750.340000', '220750.800000', '220751.260000', '220751.720000', '220752.180000', '220752.640000', '220753.100000', '220753.560000', '220754.020000', '220754.480000', '220754.940000', '220755.400000', '220755.860000', '220756.320000', '220756.780000', '220757.240000', '220757.700000', '220758.160000', '220758.620000', '220759.080000', '220759.540000', '220800.000000', '220800.460000', '220800.920000', '220801.380000', '220801.840000', '220802.300000', '220802.760000', '220803.220000', '220803.680000', '220804.140000', '220804.600000', '220805.060000', '220805.520000', '220805.980000', '220806.440000', '220806.900000', '220807.360000', '220807.820000', '220808.280000', '220808.740000', '220809.200000', '220809.660000', '220810.120000', '220810.580000', '220811.040000', '220811.500000', '220811.960000', '220812.420000', '220812.880000', '220813.340000', '220813.800000', '220814.260000', '220814.720000', '220815.180000', '220815.640000', '220816.100000', '220816.560000', '220817.020000', '220817.480000', '220817.940000', '220818.400000', '220818.860000', '220819.320000', '220819.780000', '220820.240000', '220820.700000', '220821.160000', '220821.620000', '220822.080000', '220822.540000', '220823.000000', '220823.460000', '220823.920000', '220824.380000', '220824.840000', '220825.300000', '220825.760000', '220826.220000', '220826.680000', '220827.140000', '220827.600000', '220828.060000', '220828.520000', '220828.980000', '220829.440000', '220829.900000', '220830.360000', '220830.820000', '220831.280000', '220831.740000', '220832.200000', '220832.660000', '220833.120000', '220833.580000', '220834.040000', '220834.500000', '220834.960000', '220835.420000', '220835.880000', '220836.340000', '220836.800000', '220837.260000', '220837.720000', '220838.180000', '220838.640000', '220839.100000', '220839.560000', '220840.020000', '220840.480000', '220840.940000', '220841.400000', '220841.860000', '220842.320000', '220842.780000', '220843.240000', '220843.700000', '220844.160000', '220844.620000', '220845.080000', '220845.540000', '220846.000000', '220846.460000', '220846.920000', '220847.380000', '220847.840000', '220848.300000', '220848.760000', '220849.220000', '220849.680000', '220850.140000', '220850.600000', '220851.060000', '220851.520000', '220851.980000', '220852.440000', '220852.900000', '220853.360000', '220853.820000', '220854.280000', '220854.740000', '220855.200000', '220855.660000', '220856.120000', '220856.580000', '220857.040000', '220857.500000', '220857.960000', '220858.420000', '220858.880000', '220859.340000', '220859.800000', '220900.260000', '220900.720000', '220901.180000', '220901.640000', '220902.100000', '220902.560000', '220903.020000', '220903.480000', '220903.940000', '220904.400000', '220904.860000', '220905.320000', '220905.780000', '220906.240000', '220906.700000', '220907.160000', '220907.620000', '220908.080000', '220908.540000', '220909.000000', '220909.460000', '220909.920000', '220910.380000', '220910.840000', '220911.300000', '220911.760000', '220912.220000', '220912.680000', '220913.140000', '220913.600000', '220914.060000', '220914.520000', '220914.980000', '220915.440000', '220915.900000', '220916.360000', '220916.820000', '220917.280000', '220917.740000', '220918.200000', '220918.660000', '220919.120000', '220919.580000', '220920.040000', '220920.500000', '220920.960000', '220921.420000', '220921.880000', '220922.340000', '220922.800000', '220923.260000', '220923.720000', '220924.180000', '220924.640000', '220925.100000', '220925.560000', '220926.020000', '220926.480000', '220926.940000', '220927.400000', '220927.860000', '220928.320000', '220928.780000', '220929.240000', '220929.700000', '220930.160000', '220930.620000', '220931.080000', '220931.540000', '220932.000000', '220932.460000', '220932.920000', '220933.380000', '220933.840000', '220934.300000', '220934.760000', '220935.220000', '220935.680000', '220936.140000', '220936.600000', '220937.060000', '220937.520000', '220937.980000', '220938.440000', '220938.900000', '220939.360000', '220939.820000', '220940.280000', '220940.740000', '220941.200000', '220941.660000', '220942.120000', '220942.580000', '220943.040000', '220943.500000', '220943.960000', '220944.420000', '220944.880000', '220945.340000', '220945.800000', '220946.260000', '220946.720000', '220947.180000', '220947.640000', '220948.100000', '220948.560000', '220949.020000', '220949.480000', '220949.940000', '220950.400000', '220950.860000', '220951.320000', '220951.780000', '220952.240000', '220952.700000', '220953.160000', '220953.620000', '220954.080000', '220954.540000', '220955.000000', '220955.460000', '220955.920000', '220956.380000', '220956.840000', '220957.300000', '220957.760000', '220958.220000', '220958.680000', '220959.140000', '220959.600000', '221000.060000', '221000.520000', '221000.980000', '221001.440000', '221001.900000', '221002.360000', '221002.820000', '221003.280000', '221003.740000', '221004.200000', '221004.660000', '221005.120000', '221005.580000', '221006.040000', '221006.500000', '221006.960000', '221007.420000', '221007.880000', '221008.340000', '221008.800000', '221009.260000', '221009.720000', '221010.180000', '221010.640000', '221011.100000', '221011.560000', '221012.020000', '221012.480000', '221012.940000', '221013.400000', '221013.860000', '221014.320000', '221014.780000', '221015.240000', '221015.700000', '221016.160000', '221016.620000', '221017.080000', '221017.540000', '221018.000000', '221018.460000', '221018.920000', '221019.380000', '221019.840000', '221020.300000', '221020.760000', '221021.220000', '221021.680000', '221022.140000', '221022.600000', '221023.060000', '221023.520000', '221023.980000', '221024.440000', '221024.900000', '221025.360000', '221025.820000', '221026.280000', '221026.740000', '221027.200000', '221027.660000', '221028.120000', '221028.580000', '221029.040000', '221029.500000', '221029.960000', '221030.420000', '221030.880000', '221031.340000', '221031.800000', '221032.260000', '221032.720000', '221033.180000', '221033.640000', '221034.100000', '221034.560000', '221035.020000', '221035.480000', '221035.940000', '221036.400000', '221036.860000', '221037.320000', '221037.780000', '221038.240000', '221038.700000', '221039.160000', '221039.620000', '221040.080000', '221040.540000', '221041.000000', '221041.460000', '221041.920000', '221042.380000', '221042.840000', '221043.300000', '221043.760000', '221044.220000', '221044.680000', '221045.140000', '221045.600000', '221046.060000', '221046.520000', '221046.980000', '221047.440000', '221047.900000', '221048.360000', '221048.820000', '221049.280000', '221049.740000', '221050.200000', '221050.660000', '221051.120000', '221051.580000', '221052.040000', '221052.500000', '221052.960000', '221053.420000', '221053.880000', '221054.340000', '221054.800000', '221055.260000', '221055.720000', '221056.180000', '221056.640000', '221057.100000', '221057.560000', '221058.020000', '221058.480000', '221058.940000', '221059.400000', '221059.860000', '221100.320000', '221100.780000', '221101.240000', '221101.700000', '221102.160000', '221102.620000', '221103.080000', '221103.540000', '221104.000000', '221104.460000', '221104.920000', '221105.380000', '221105.840000', '221106.300000', '221106.760000', '221107.220000', '221107.680000', '221108.140000', '221108.600000', '221109.060000', '221109.520000', '221109.980000', '221110.440000', '221110.900000', '221111.360000', '221111.820000', '221112.280000', '221112.740000', '221113.200000', '221113.660000', '221114.120000', '221114.580000', '221115.040000', '221115.500000', '221115.960000', '221116.420000', '221116.880000', '221117.340000', '221117.800000', '221118.260000', '221118.720000', '221119.180000', '221119.640000', '221120.100000', '221120.560000', '221121.020000', '221121.480000', '221121.940000', '221122.400000', '221122.860000', '221123.320000', '221123.780000', '221124.240000', '221124.700000', '221125.160000', '221125.620000', '221126.080000', '221126.540000', '221127.000000', '221127.460000', '221127.920000', '221128.380000', '221128.840000', '221129.300000', '221129.760000', '221130.220000', '221130.680000', '221131.140000', '221131.600000', '221132.060000', '221132.520000', '221132.980000', '221133.440000', '221133.900000', '221134.360000', '221134.820000', '221135.280000', '221135.740000', '221136.200000', '221136.660000', '221137.120000', '221137.580000', '221138.040000', '221138.500000', '221138.960000', '221139.420000', '221139.880000', '221140.340000', '221140.800000', '221141.260000', '221141.720000', '221142.180000', '221142.640000', '221143.100000', '221143.560000', '221144.020000', '221144.480000', '221144.940000', '221145.400000', '221145.860000', '221146.320000', '221146.780000', '221147.240000', '221147.700000', '221148.160000', '221148.620000', '221149.080000', '221149.540000', '221150.000000', '221150.460000', '221150.920000', '221151.380000', '221151.840000', '221152.300000', '221152.760000', '221153.220000', '221153.680000', '221154.140000', '221154.600000', '221155.060000', '221155.520000', '221155.980000', '221156.440000', '221156.900000', '221157.360000', '221157.820000', '221158.280000', '221158.740000', '221159.200000', '221159.660000', '221200.120000', '221200.580000', '221201.040000', '221201.500000', '221201.960000', '221202.420000', '221202.880000', '221203.340000', '221203.800000', '221204.260000', '221204.720000', '221205.180000', '221205.640000', '221206.100000', '221206.560000', '221207.020000', '221207.480000', '221207.940000', '221208.400000', '221208.860000', '221209.320000', '221209.780000', '221210.240000', '221210.700000', '221211.160000', '221211.620000', '221212.080000', '221212.540000', '221213.000000', '221213.460000', '221213.920000', '221214.380000', '221214.840000', '221215.300000', '221215.760000', '221216.220000', '221216.680000', '221217.140000', '221217.600000', '221218.060000', '221218.520000', '221218.980000', '221219.440000', '221219.900000', '221220.360000', '221220.820000', '221221.280000', '221221.740000', '221222.200000', '221222.660000', '221223.120000', '221223.580000', '221224.040000', '221224.500000', '221224.960000', '221225.420000', '221225.880000', '221226.340000', '221226.800000', '221227.260000', '221227.720000', '221228.180000', '221228.640000', '221229.100000', '221229.560000', '221230.020000', '221230.480000', '221230.940000', '221231.400000', '221231.860000', '221232.320000', '221232.780000', '221233.240000', '221233.700000', '221234.160000', '221234.620000', '221235.080000', '221235.540000', '221236.000000', '221236.460000', '221236.920000', '221237.380000', '221237.840000', '221238.300000', '221238.760000', '221239.220000', '221239.680000', '221240.140000', '221240.600000', '221241.060000', '221241.520000', '221241.980000', '221242.440000', '221242.900000', '221243.360000', '221243.820000', '221244.280000', '221244.740000', '221245.200000', '221245.660000', '221246.120000', '221246.580000', '221247.040000', '221247.500000', '221247.960000', '221248.420000', '221248.880000', '221249.340000', '221249.800000', '221250.260000', '221250.720000', '221251.180000', '221251.640000', '221252.100000', '221252.560000', '221253.020000', '221253.480000', '221253.940000', '221254.400000', '221254.860000', '221255.320000', '221255.780000', '221256.240000', '221256.700000', '221257.160000', '221257.620000', '221258.080000', '221258.540000', '221259.000000', '221259.460000', '221259.920000', '221300.380000', '221300.840000', '221301.300000', '221301.760000', '221302.220000', '221302.680000', '221303.140000', '221303.600000', '221304.060000', '221304.520000', '221304.980000', '221305.440000', '221305.900000', '221306.360000', '221306.820000', '221307.280000', '221307.740000', '221308.200000', '221308.660000', '221309.120000', '221309.580000', '221310.040000', '221310.500000', '221310.960000', '221311.420000', '221311.880000', '221312.340000', '221312.800000', '221313.260000', '221313.720000', '221314.180000', '221314.640000', '221315.100000', '221315.560000', '221316.020000', '221316.480000', '221316.940000', '221317.400000', '221317.860000', '221318.320000', '221318.780000', '221319.240000', '221319.700000', '221320.160000', '221320.620000', '221321.080000', '221321.540000', '221322.000000', '221322.460000', '221322.920000', '221323.380000', '221323.840000', '221324.300000', '221324.760000', '221325.220000', '221325.680000', '221326.140000', '221326.600000', '221327.060000', '221327.520000', '221327.980000', '221328.440000', '221328.900000', '221329.360000', '221329.820000', '221330.280000', '221330.740000', '221331.200000', '221331.660000', '221332.120000', '221332.580000', '221333.040000', '221333.500000', '221333.960000', '221334.420000', '221334.880000', '221335.340000', '221335.800000', '221336.260000', '221336.720000', '221337.180000', '221337.640000', '221338.100000', '221338.560000', '221339.020000', '221339.480000', '221339.940000', '221340.400000', '221340.860000', '221341.320000', '221341.780000', '221342.240000', '221342.700000', '221343.160000', '221343.620000', '221344.080000', '221344.540000', '221345.000000', '221345.460000', '221345.920000', '221346.380000', '221346.840000', '221347.300000', '221347.760000', '221348.220000', '221348.680000', '221349.140000', '221349.600000', '221350.060000', '221350.520000', '221350.980000', '221351.440000', '221351.900000', '221352.360000', '221352.820000', '221353.280000', '221353.740000', '221354.200000', '221354.660000', '221355.120000', '221355.580000', '221356.040000', '221356.500000', '221356.960000', '221357.420000', '221357.880000', '221358.340000', '221358.800000', '221359.260000', '221359.720000', '221400.180000', '221400.640000', '221401.100000', '221401.560000', '221402.020000', '221402.480000', '221402.940000', '221403.400000', '221403.860000', '221404.320000', '221404.780000', '221405.240000', '221405.700000', '221406.160000', '221406.620000', '221407.080000', '221407.540000', '221408.000000', '221408.460000', '221408.920000', '221409.380000', '221409.840000', '221410.300000', '221410.760000', '221411.220000', '221411.680000', '221412.140000', '221412.600000', '221413.060000', '221413.520000', '221413.980000', '221414.440000', '221414.900000', '221415.360000', '221415.820000', '221416.280000', '221416.740000', '221417.200000', '221417.660000', '221418.120000', '221418.580000', '221419.040000', '221419.500000', '221419.960000', '221420.420000', '221420.880000', '221421.340000', '221421.800000', '221422.260000', '221422.720000', '221423.180000', '221423.640000', '221424.100000', '221424.560000', '221425.020000', '221425.480000', '221425.940000', '221426.400000', '221426.860000', '221427.320000', '221427.780000', '221428.240000', '221428.700000', '221429.160000', '221429.620000', '221430.080000', '221430.540000', '221431.000000', '221431.460000', '221431.920000', '221432.380000', '221432.840000', '221433.300000', '221433.760000', '221434.220000', '221434.680000', '221435.140000', '221435.600000', '221436.060000', '221436.520000', '221436.980000', '221437.440000', '221437.900000', '221438.360000', '221438.820000', '221439.280000', '221439.740000', '221440.200000', '221440.660000', '221441.120000', '221441.580000', '221442.040000', '221442.500000', '221442.960000', '221443.420000', '221443.880000', '221444.340000', '221444.800000', '221445.260000', '221445.720000', '221446.180000', '221446.640000', '221447.100000', '221447.560000', '221448.020000', '221448.480000', '221448.940000', '221449.400000', '221449.860000', '221450.320000', '221450.780000', '221451.240000', '221451.700000', '221452.160000', '221452.620000', '221453.080000', '221453.540000', '221454.000000', '221454.460000', '221454.920000', '221455.380000', '221455.840000', '221456.300000', '221456.760000', '221457.220000', '221457.680000', '221458.140000', '221458.600000', '221459.060000', '221459.520000', '221459.980000', '221500.440000', '221500.900000', '221501.360000', '221501.820000', '221502.280000', '221502.740000', '221503.200000', '221503.660000', '221504.120000', '221504.580000', '221505.040000', '221505.500000', '221505.960000', '221506.420000', '221506.880000', '221507.340000', '221507.800000', '221508.260000', '221508.720000', '221509.180000', '221509.640000', '221510.100000', '221510.560000', '221511.020000', '221511.480000', '221511.940000', '221512.400000', '221512.860000', '221513.320000', '221513.780000', '221514.240000', '221514.700000', '221515.160000', '221515.620000', '221516.080000', '221516.540000', '221517.000000', '221517.460000', '221517.920000', '221518.380000', '221518.840000', '221519.300000', '221519.760000', '221520.220000', '221520.680000', '221521.140000', '221521.600000', '221522.060000', '221522.520000', '221522.980000', '221523.440000', '221523.900000', '221524.360000', '221524.820000', '221525.280000', '221525.740000', '221526.200000', '221526.660000', '221527.120000', '221527.580000', '221528.040000', '221528.500000', '221528.960000', '221529.420000', '221529.880000', '221530.340000', '221530.800000', '221531.260000', '221531.720000', '221532.180000', '221532.640000', '221533.100000', '221533.560000', '221534.020000', '221534.480000', '221534.940000', '221535.400000', '221535.860000', '221536.320000', '221536.780000', '221537.240000', '221537.700000', '221538.160000', '221538.620000', '221539.080000', '221539.540000', '221540.000000', '221540.460000', '221540.920000', '221541.380000', '221541.840000', '221542.300000', '221542.760000', '221543.220000', '221543.680000', '221544.140000', '221544.600000', '221545.060000', '221545.520000', '221545.980000', '221546.440000', '221546.900000', '221547.360000', '221547.820000', '221548.280000', '221548.740000', '221549.200000', '221549.660000', '221550.120000', '221550.580000', '221551.040000', '221551.500000', '221551.960000', '221552.420000', '221552.880000', '221553.340000', '221553.800000', '221554.260000', '221554.720000', '221555.180000', '221555.640000', '221556.100000', '221556.560000', '221557.020000', '221557.480000', '221557.940000', '221558.400000', '221558.860000', '221559.320000', '221559.780000', '221600.240000', '221600.700000', '221601.160000', '221601.620000', '221602.080000', '221602.540000', '221603.000000', '221603.460000', '221603.920000', '221604.380000', '221604.840000', '221605.300000', '221605.760000', '221606.220000', '221606.680000', '221607.140000', '221607.600000', '221608.060000', '221608.520000', '221608.980000', '221609.440000', '221609.900000', '221610.360000', '221610.820000', '221611.280000', '221611.740000', '221612.200000', '221612.660000', '221613.120000', '221613.580000', '221614.040000', '221614.500000', '221614.960000', '221615.420000', '221615.880000', '221616.340000', '221616.800000', '221617.260000', '221617.720000', '221618.180000', '221618.640000', '221619.100000', '221619.560000', '221620.020000', '221620.480000', '221620.940000', '221621.400000', '221621.860000', '221622.320000', '221622.780000', '221623.240000', '221623.700000', '221624.160000', '221624.620000', '221625.080000', '221625.540000', '221626.000000', '221626.460000', '221626.920000', '221627.380000', '221627.840000', '221628.300000', '221628.760000', '221629.220000', '221629.680000', '221630.140000', '221630.600000', '221631.060000', '221631.520000', '221631.980000', '221632.440000', '221632.900000', '221633.360000', '221633.820000', '221634.280000', '221634.740000', '221635.200000', '221635.660000', '221636.120000', '221636.580000', '221637.040000', '221637.500000', '221637.960000', '221638.420000', '221638.880000', '221639.340000', '221639.800000', '221640.260000', '221640.720000', '221641.180000', '221641.640000', '221642.100000', '221642.560000', '221643.020000', '221643.480000', '221643.940000', '221644.400000', '221644.860000', '221645.320000', '221645.780000', '221646.240000', '221646.700000', '221647.160000', '221647.620000', '221648.080000', '221648.540000', '221649.000000', '221649.460000', '221649.920000', '221650.380000', '221650.840000', '221651.300000', '221651.760000', '221652.220000', '221652.680000', '221653.140000', '221653.600000', '221654.060000', '221654.520000', '221654.980000', '221655.440000', '221655.900000', '221656.360000', '221656.820000', '221657.280000', '221657.740000', '221658.200000', '221658.660000', '221659.120000', '221659.580000', '221700.040000', '221700.500000', '221700.960000', '221701.420000', '221701.880000', '221702.340000', '221702.800000', '221703.260000', '221703.720000', '221704.180000', '221704.640000', '221705.100000', '221705.560000', '221706.020000', '221706.480000', '221706.940000', '221707.400000', '221707.860000', '221708.320000', '221708.780000', '221709.240000', '221709.700000', '221710.160000', '221710.620000', '221711.080000', '221711.540000', '221712.000000', '221712.460000', '221712.920000', '221713.380000', '221713.840000', '221714.300000', '221714.760000', '221715.220000', '221715.680000', '221716.140000', '221716.600000', '221717.060000', '221717.520000', '221717.980000', '221718.440000', '221718.900000', '221719.360000', '221719.820000', '221720.280000', '221720.740000', '221721.200000', '221721.660000', '221722.120000', '221722.580000', '221723.040000', '221723.500000', '221723.960000', '221724.420000', '221724.880000', '221725.340000', '221725.800000', '221726.260000', '221726.720000', '221727.180000', '221727.640000', '221728.100000', '221728.560000', '221729.020000', '221729.480000', '221729.940000', '221730.400000', '221730.860000', '221731.320000', '221731.780000', '221732.240000', '221732.700000', '221733.160000', '221733.620000', '221734.080000', '221734.540000', '221735.000000', '221735.460000'], 'ContentTime': ['220334.771000', '220334.774000', '220334.777000', '220334.780000', '220334.794000', '220334.796000', '220334.799000', '220334.802000', '220334.804000', '220334.807000', '220334.809000', '220334.812000', '220334.814000', '220334.817000', '220334.820000', '220334.822000', '220334.825000', '220334.827000', '220334.830000', '220334.832000', '220334.835000', '220334.838000', '220334.840000', '220334.843000', '220334.846000', '220334.848000', '220334.851000', '220354.738000', '220354.741000', '220354.746000', '220354.750000', '220354.752000', '220354.755000', '220354.757000', '220354.760000', '220354.762000', '220354.765000', '220354.768000', '220354.770000', '220354.773000', '220354.775000', '220354.778000', '220354.781000', '220354.783000', '220354.786000', '220354.788000', '220354.791000', '220354.794000', '220354.796000', '220354.799000', '220354.801000', '220354.804000', '220354.807000', '220354.809000', '220354.812000', '220354.815000', '220354.817000', '220354.820000', '220354.824000', '220354.827000', '220354.829000', '220354.832000', '220354.835000', '220354.837000', '220354.840000', '220354.842000', '220354.845000', '220354.847000', '220354.850000', '220354.852000', '220354.855000', '220414.739000', '220414.742000', '220414.744000', '220414.747000', '220414.750000', '220414.753000', '220414.755000', '220414.758000', '220414.760000', '220414.763000', '220414.765000', '220414.768000', '220414.771000', '220414.773000', '220414.776000', '220414.778000', '220414.781000', '220414.783000', '220414.786000', '220414.789000', '220414.791000', '220414.794000', '220414.796000', '220414.799000', '220414.802000', '220414.804000', '220414.807000', '220414.809000', '220414.812000', '220414.815000', '220414.817000', '220414.820000', '220414.831000', '220414.833000', '220414.836000', '220414.839000', '220414.841000', '220414.844000', '220414.846000', '220414.849000', '220414.851000', '220414.854000', '220414.857000', '220434.737000', '220434.740000', '220434.743000', '220434.745000', '220434.748000', '220434.751000', '220434.753000', '220434.756000', '220434.758000', '220434.761000', '220434.763000', '220434.766000', '220434.769000', '220434.771000', '220434.774000', '220434.776000', '220434.779000', '220434.781000', '220434.784000', '220434.787000', '220434.789000', '220434.792000', '220434.794000', '220434.797000', '220434.800000', '220434.802000', '220434.805000', '220434.808000', '220434.810000', '220434.813000', '220434.815000', '220434.818000', '220434.820000', '220434.823000', '220434.826000', '220434.828000', '220434.831000', '220434.833000', '220434.836000', '220434.838000', '220434.841000', '220434.844000', '220434.846000', '220434.849000', '220454.737000', '220454.740000', '220454.743000', '220454.746000', '220454.748000', '220454.751000', '220454.753000', '220454.756000', '220454.758000', '220454.761000', '220454.764000', '220454.766000', '220454.769000', '220454.772000', '220454.774000', '220454.777000', '220454.780000', '220454.783000', '220454.785000', '220454.788000', '220454.791000', '220454.793000', '220454.796000', '220454.799000', '220454.801000', '220454.815000', '220454.818000', '220454.820000', '220454.823000', '220454.825000', '220454.828000', '220454.831000', '220454.834000', '220454.836000', '220454.839000', '220454.842000', '220454.853000', '220454.855000', '220454.858000', '220454.860000', '220454.863000', '220454.866000', '220454.868000', '220514.737000', '220514.740000', '220514.743000', '220514.746000', '220514.748000', '220514.751000', '220514.753000', '220514.756000', '220514.758000', '220514.761000', '220514.764000', '220514.767000', '220514.769000', '220514.772000', '220514.775000', '220514.777000', '220514.780000', '220514.782000', '220514.785000', '220514.787000', '220514.790000', '220514.793000', '220514.795000', '220514.798000', '220514.800000', '220514.803000', '220514.806000', '220514.808000', '220514.811000', '220514.814000', '220514.816000', '220514.819000', '220514.821000', '220514.824000', '220514.826000', '220514.829000', '220514.832000', '220514.834000', '220514.837000', '220514.839000', '220514.842000', '220514.845000', '220514.847000', '220514.850000', '220534.738000', '220534.740000', '220534.743000', '220534.746000', '220534.748000', '220534.751000', '220534.753000', '220534.756000', '220534.758000', '220534.761000', '220534.764000', '220534.766000', '220534.769000', '220534.772000', '220534.774000', '220534.777000', '220534.779000', '220534.782000', '220534.785000', '220534.787000', '220534.790000', '220534.792000', '220534.795000', '220534.797000', '220534.800000', '220534.803000', '220534.806000', '220534.809000', '220534.812000', '220534.815000', '220534.817000', '220534.820000', '220534.823000', '220534.825000', '220534.828000', '220534.830000', '220534.833000', '220534.836000', '220534.838000', '220534.841000', '220534.843000', '220534.846000', '220534.849000', '220554.738000', '220554.740000', '220554.743000', '220554.753000', '220554.755000', '220554.758000', '220554.761000', '220554.763000', '220554.766000', '220554.768000', '220554.771000', '220554.774000', '220554.776000', '220554.779000', '220554.781000', '220554.784000', '220554.787000', '220554.789000', '220554.792000', '220554.794000', '220554.797000', '220554.800000', '220554.802000', '220554.805000', '220554.808000', '220554.810000', '220554.813000', '220554.816000', '220554.818000', '220554.821000', '220554.823000', '220554.826000', '220554.828000', '220554.831000', '220554.833000', '220554.836000', '220554.839000', '220554.841000', '220554.844000', '220554.846000', '220554.849000', '220554.852000', '220554.854000', '220554.857000', '220614.738000', '220614.740000', '220614.743000', '220614.746000', '220614.748000', '220614.751000', '220614.753000', '220614.756000', '220614.758000', '220614.761000', '220614.764000', '220614.766000', '220614.769000', '220614.771000', '220614.774000', '220614.776000', '220614.779000', '220614.782000', '220614.784000', '220614.787000', '220614.789000', '220614.792000', '220614.794000', '220614.797000', '220614.800000', '220614.802000', '220614.806000', '220614.809000', '220614.812000', '220614.815000', '220614.817000', '220614.820000', '220614.823000', '220614.825000', '220614.828000', '220614.830000', '220614.833000', '220614.836000', '220614.838000', '220614.841000', '220614.843000', '220614.846000', '220614.849000', '220634.738000', '220634.741000', '220634.744000', '220634.746000', '220634.749000', '220634.752000', '220634.754000', '220634.757000', '220634.759000', '220634.762000', '220634.765000', '220634.767000', '220634.770000', '220634.772000', '220634.775000', '220634.778000', '220634.780000', '220634.783000', '220634.785000', '220634.788000', '220634.790000', '220634.809000', '220634.811000', '220634.814000', '220634.816000', '220634.819000', '220634.822000', '220634.824000', '220634.827000', '220634.830000', '220634.832000', '220634.835000', '220634.837000', '220634.840000', '220634.843000', '220634.845000', '220634.848000', '220634.850000', '220634.853000', '220634.855000', '220634.858000', '220634.861000', '220634.863000', '220634.866000', '220654.738000', '220654.740000', '220654.743000', '220654.746000', '220654.748000', '220654.751000', '220654.753000', '220654.756000', '220654.759000', '220654.761000', '220654.764000', '220654.766000', '220654.769000', '220654.772000', '220654.774000', '220654.777000', '220654.779000', '220654.782000', '220654.784000', '220654.787000', '220654.790000', '220654.792000', '220654.795000', '220654.798000', '220654.800000', '220654.803000', '220654.805000', '220654.808000', '220654.811000', '220654.813000', '220654.816000', '220654.818000', '220654.821000', '220654.823000', '220654.826000', '220654.829000', '220654.831000', '220654.834000', '220654.836000', '220654.839000', '220654.842000', '220654.844000', '220654.847000', '220714.738000', '220714.741000', '220714.743000', '220714.746000', '220714.748000', '220714.751000', '220714.754000', '220714.756000', '220714.759000', '220714.762000', '220714.764000', '220714.767000', '220714.769000', '220714.772000', '220714.775000', '220714.777000', '220714.780000', '220714.782000', '220714.785000', '220714.788000', '220714.790000', '220714.793000', '220714.796000', '220714.798000', '220714.801000', '220714.803000', '220714.806000', '220714.809000', '220714.811000', '220714.814000', '220714.816000', '220714.819000', '220714.821000', '220714.824000', '220714.827000', '220714.829000', '220714.832000', '220714.834000', '220714.837000', '220714.840000', '220714.842000', '220714.845000', '220714.847000', '220714.850000', '220734.737000', '220734.740000', '220734.743000', '220734.745000', '220734.748000', '220734.751000', '220734.754000', '220734.756000', '220734.759000', '220734.762000', '220734.764000', '220734.767000', '220734.769000', '220734.772000', '220734.775000', '220734.777000', '220734.780000', '220734.783000', '220734.785000', '220734.788000', '220734.791000', '220734.793000', '220734.796000', '220734.798000', '220734.801000', '220734.804000', '220734.806000', '220734.809000', '220734.812000', '220734.814000', '220734.817000', '220734.820000', '220734.822000', '220734.825000', '220734.828000', '220734.830000', '220734.833000', '220734.835000', '220734.838000', '220734.841000', '220734.843000', '220734.846000', '220734.854000', '220754.738000', '220754.741000', '220754.743000', '220754.746000', '220754.748000', '220754.751000', '220754.754000', '220754.756000', '220754.759000', '220754.762000', '220754.764000', '220754.767000', '220754.770000', '220754.772000', '220754.775000', '220754.778000', '220754.780000', '220754.783000', '220754.786000', '220754.789000', '220754.791000', '220754.794000', '220754.797000', '220754.799000', '220754.802000', '220754.805000', '220754.807000', '220754.810000', '220754.812000', '220754.815000', '220754.818000', '220754.820000', '220754.823000', '220754.826000', '220754.828000', '220754.831000', '220754.834000', '220754.836000', '220754.839000', '220754.841000', '220754.844000', '220754.847000', '220754.849000', '220754.852000', '220814.737000', '220814.740000', '220814.747000', '220814.749000', '220814.752000', '220814.754000', '220814.757000', '220814.760000', '220814.762000', '220814.765000', '220814.767000', '220814.770000', '220814.772000', '220814.775000', '220814.778000', '220814.780000', '220814.783000', '220814.786000', '220814.788000', '220814.791000', '220814.793000', '220814.796000', '220814.799000', '220814.801000', '220814.804000', '220814.806000', '220814.809000', '220814.812000', '220814.814000', '220814.817000', '220814.819000', '220814.822000', '220814.825000', '220814.827000', '220814.830000', '220814.833000', '220814.835000', '220814.838000', '220814.840000', '220814.843000', '220814.846000', '220814.848000', '220814.851000', '220834.738000', '220834.740000', '220834.743000', '220834.746000', '220834.749000', '220834.751000', '220834.754000', '220834.756000', '220834.759000', '220834.762000', '220834.764000', '220834.767000', '220834.770000', '220834.773000', '220834.775000', '220834.778000', '220834.781000', '220834.783000', '220834.786000', '220834.789000', '220834.791000', '220834.794000', '220834.797000', '220834.799000', '220834.802000', '220834.805000', '220834.807000', '220834.810000', '220834.813000', '220834.815000', '220834.818000', '220834.821000', '220834.823000', '220834.826000', '220834.829000', '220834.831000', '220834.834000', '220834.837000', '220834.839000', '220834.842000', '220834.845000', '220834.847000', '220834.850000', '220834.852000', '220854.739000', '220854.741000', '220854.744000', '220854.747000', '220854.749000', '220854.752000', '220854.754000', '220854.757000', '220854.760000', '220854.762000', '220854.765000', '220854.767000', '220854.770000', '220854.773000', '220854.775000', '220854.778000', '220854.783000', '220854.785000', '220854.788000', '220854.791000', '220854.793000', '220854.796000', '220854.799000', '220854.801000', '220854.804000', '220854.807000', '220854.809000', '220854.812000', '220854.814000', '220854.817000', '220854.820000', '220854.822000', '220854.825000', '220854.827000', '220854.830000', '220854.833000', '220854.835000', '220854.838000', '220854.841000', '220854.843000', '220854.846000', '220854.848000', '220854.851000', '220914.738000', '220914.740000', '220914.743000', '220914.746000', '220914.748000', '220914.751000', '220914.753000', '220914.756000', '220914.759000', '220914.761000', '220914.764000', '220914.767000', '220914.769000', '220914.772000', '220914.775000', '220914.777000', '220914.780000', '220914.783000', '220914.785000', '220914.788000', '220914.790000', '220914.793000', '220914.796000', '220914.798000', '220914.801000', '220914.803000', '220914.806000', '220914.809000', '220914.811000', '220914.814000', '220914.817000', '220914.819000', '220914.822000', '220914.825000', '220914.827000', '220914.830000', '220914.832000', '220914.835000', '220914.838000', '220914.840000', '220914.843000', '220914.845000', '220914.848000', '220914.851000', '220934.738000', '220934.741000', '220934.743000', '220934.746000', '220934.748000', '220934.751000', '220934.754000', '220934.756000', '220934.759000', '220934.761000', '220934.764000', '220934.766000', '220934.769000', '220934.772000', '220934.774000', '220934.777000', '220934.780000', '220934.782000', '220934.785000', '220934.787000', '220934.790000', '220934.792000', '220934.795000', '220934.798000', '220934.800000', '220934.803000', '220934.805000', '220934.808000', '220934.811000', '220934.813000', '220934.816000', '220934.818000', '220934.821000', '220934.824000', '220934.826000', '220934.829000', '220934.831000', '220934.834000', '220934.837000', '220934.839000', '220934.842000', '220934.844000', '220934.847000', '220954.738000', '220954.740000', '220954.743000', '220954.746000', '220954.750000', '220954.752000', '220954.755000', '220954.757000', '220954.760000', '220954.763000', '220954.765000', '220954.768000', '220954.770000', '220954.773000', '220954.776000', '220954.778000', '220954.781000', '220954.784000', '220954.786000', '220954.789000', '220954.791000', '220954.794000', '220954.796000', '220954.799000', '220954.802000', '220954.804000', '220954.807000', '220954.810000', '220954.813000', '220954.815000', '220954.818000', '220954.820000', '220954.823000', '220954.825000', '220954.828000', '220954.831000', '220954.839000', '220954.841000', '220954.844000', '220954.847000', '220954.849000', '220954.852000', '220954.854000', '220954.857000', '221014.738000', '221014.741000', '221014.743000', '221014.746000', '221014.748000', '221014.751000', '221014.753000', '221014.756000', '221014.758000', '221014.768000', '221014.770000', '221014.773000', '221014.776000', '221014.778000', '221014.781000', '221014.784000', '221014.786000', '221014.789000', '221014.791000', '221014.794000', '221014.797000', '221014.799000', '221014.802000', '221014.805000', '221014.807000', '221014.810000', '221014.812000', '221014.815000', '221014.817000', '221014.820000', '221014.823000', '221014.825000', '221014.828000', '221014.831000', '221014.833000', '221014.836000', '221014.839000', '221014.841000', '221014.844000', '221014.846000', '221014.849000', '221014.852000', '221014.854000', '221034.738000', '221034.740000', '221034.743000', '221034.746000', '221034.748000', '221034.751000', '221034.764000', '221034.767000', '221034.769000', '221034.772000', '221034.774000', '221034.777000', '221034.780000', '221034.782000', '221034.785000', '221034.788000', '221034.790000', '221034.793000', '221034.795000', '221034.798000', '221034.801000', '221034.803000', '221034.806000', '221034.808000', '221034.811000', '221034.814000', '221034.816000', '221034.819000', '221034.822000', '221034.824000', '221034.827000', '221034.829000', '221034.832000', '221034.835000', '221034.837000', '221034.840000', '221034.842000', '221034.845000', '221034.847000', '221034.850000', '221034.853000', '221034.855000', '221034.858000', '221034.861000', '221054.737000', '221054.740000', '221054.743000', '221054.746000', '221054.749000', '221054.751000', '221054.754000', '221054.757000', '221054.759000', '221054.776000', '221054.778000', '221054.781000', '221054.784000', '221054.786000', '221054.789000', '221054.792000', '221054.794000', '221054.797000', '221054.799000', '221054.802000', '221054.805000', '221054.807000', '221054.810000', '221054.812000', '221054.815000', '221054.818000', '221054.820000', '221054.823000', '221054.825000', '221054.828000', '221054.831000', '221054.833000', '221054.836000', '221054.839000', '221054.841000', '221054.844000', '221054.846000', '221054.849000', '221054.852000', '221054.854000', '221054.857000', '221054.859000', '221054.862000', '221114.738000', '221114.741000', '221114.743000', '221114.746000', '221114.749000', '221114.751000', '221114.754000', '221114.756000', '221114.759000', '221114.762000', '221114.765000', '221114.767000', '221114.770000', '221114.772000', '221114.775000', '221114.778000', '221114.780000', '221114.783000', '221114.786000', '221114.789000', '221114.792000', '221114.794000', '221114.797000', '221114.800000', '221114.802000', '221114.805000', '221114.808000', '221114.810000', '221114.813000', '221114.816000', '221114.818000', '221114.821000', '221114.823000', '221114.826000', '221114.829000', '221114.831000', '221114.834000', '221114.837000', '221114.839000', '221114.842000', '221114.845000', '221114.847000', '221114.850000', '221114.852000', '221134.738000', '221134.741000', '221134.744000', '221134.746000', '221134.749000', '221134.751000', '221134.764000', '221134.767000', '221134.769000', '221134.772000', '221134.775000', '221134.777000', '221134.780000', '221134.783000', '221134.785000', '221134.788000', '221134.791000', '221134.793000', '221134.796000', '221134.799000', '221134.801000', '221134.804000', '221134.807000', '221134.809000', '221134.812000', '221134.814000', '221134.817000', '221134.819000', '221134.822000', '221134.825000', '221134.827000', '221134.830000', '221134.832000', '221134.835000', '221134.838000', '221134.840000', '221134.843000', '221134.845000', '221134.848000', '221134.851000', '221134.853000', '221134.856000', '221134.859000', '221154.738000', '221154.741000', '221154.743000', '221154.746000', '221154.748000', '221154.751000', '221154.755000', '221154.758000', '221154.761000', '221154.763000', '221154.766000', '221154.769000', '221154.771000', '221154.774000', '221154.777000', '221154.779000', '221154.782000', '221154.785000', '221154.787000', '221154.790000', '221154.793000', '221154.795000', '221154.798000', '221154.801000', '221154.803000', '221154.806000', '221154.808000', '221154.811000', '221154.814000', '221154.816000', '221154.819000', '221154.821000', '221154.824000', '221154.827000', '221154.829000', '221154.832000', '221154.835000', '221154.837000', '221154.840000', '221154.843000', '221154.845000', '221154.848000', '221154.850000', '221214.738000', '221214.740000', '221214.743000', '221214.746000', '221214.748000', '221214.751000', '221214.753000', '221214.782000', '221214.784000', '221214.787000', '221214.790000', '221214.792000', '221214.795000', '221214.797000', '221214.800000', '221214.803000', '221214.805000', '221214.808000', '221214.810000', '221214.813000', '221214.816000', '221214.818000', '221214.821000', '221214.823000', '221214.826000', '221214.829000', '221214.831000', '221214.834000', '221214.836000', '221214.839000', '221214.841000', '221214.844000', '221214.847000', '221214.849000', '221214.852000', '221214.855000', '221214.857000', '221214.860000', '221214.862000', '221214.865000', '221214.868000', '221214.870000', '221214.873000', '221214.875000', '221234.737000', '221234.740000', '221234.743000', '221234.746000', '221234.748000', '221234.751000', '221234.754000', '221234.756000', '221234.759000', '221234.761000', '221234.764000', '221234.767000', '221234.769000', '221234.772000', '221234.774000', '221234.777000', '221234.780000', '221234.782000', '221234.785000', '221234.787000', '221234.790000', '221234.793000', '221234.796000', '221234.798000', '221234.801000', '221234.804000', '221234.806000', '221234.809000', '221234.812000', '221234.815000', '221234.818000', '221234.821000', '221234.823000', '221234.827000', '221234.829000', '221234.832000', '221234.835000', '221234.837000', '221234.840000', '221234.842000', '221234.845000', '221234.848000', '221234.850000', '221254.738000', '221254.742000', '221254.744000', '221254.747000', '221254.750000', '221254.752000', '221254.755000', '221254.758000', '221254.760000', '221254.763000', '221254.765000', '221254.768000', '221254.771000', '221254.773000', '221254.776000', '221254.779000', '221254.781000', '221254.784000', '221254.786000', '221254.789000', '221254.792000', '221254.794000', '221254.797000', '221254.800000', '221254.802000', '221254.805000', '221254.807000', '221254.810000', '221254.812000', '221254.815000', '221254.818000', '221254.820000', '221254.823000', '221254.826000', '221254.828000', '221254.831000', '221254.834000', '221254.836000', '221254.839000', '221254.842000', '221254.844000', '221254.847000', '221254.850000', '221254.852000', '221314.738000', '221314.741000', '221314.743000', '221314.746000', '221314.748000', '221314.751000', '221314.754000', '221314.756000', '221314.759000', '221314.762000', '221314.764000', '221314.767000', '221314.769000', '221314.772000', '221314.775000', '221314.777000', '221314.780000', '221314.783000', '221314.785000', '221314.788000', '221314.791000', '221314.793000', '221314.796000', '221314.799000', '221314.801000', '221314.804000', '221314.806000', '221314.809000', '221314.812000', '221314.814000', '221314.817000', '221314.820000', '221314.823000', '221314.825000', '221314.828000', '221314.831000', '221314.834000', '221314.836000', '221314.839000', '221314.841000', '221314.844000', '221314.847000', '221314.849000', '221334.738000', '221334.741000', '221334.743000', '221334.746000', '221334.749000', '221334.751000', '221334.754000', '221334.757000', '221334.759000', '221334.762000', '221334.764000', '221334.767000', '221334.770000', '221334.772000', '221334.775000', '221334.777000', '221334.780000', '221334.783000', '221334.785000', '221334.788000', '221334.790000', '221334.793000', '221334.796000', '221334.798000', '221334.801000', '221334.803000', '221334.806000', '221334.809000', '221334.811000', '221334.814000', '221334.817000', '221334.819000', '221334.822000', '221334.824000', '221334.827000', '221334.830000', '221334.832000', '221334.835000', '221334.838000', '221334.840000', '221334.843000', '221334.845000', '221334.848000', '221334.850000', '221354.738000', '221354.741000', '221354.744000', '221354.746000', '221354.749000', '221354.752000', '221354.754000', '221354.757000', '221354.760000', '221354.762000', '221354.765000', '221354.768000', '221354.770000', '221354.773000', '221354.776000', '221354.778000', '221354.781000', '221354.784000', '221354.786000', '221354.789000', '221354.792000', '221354.795000', '221354.798000', '221354.801000', '221354.803000', '221354.806000', '221354.809000', '221354.811000', '221354.814000', '221354.817000', '221354.819000', '221354.822000', '221354.825000', '221354.827000', '221354.830000', '221354.832000', '221354.835000', '221354.838000', '221354.840000', '221354.843000', '221354.845000', '221354.848000', '221354.851000', '221414.738000', '221414.740000', '221414.743000', '221414.746000', '221414.749000', '221414.752000', '221414.754000', '221414.760000', '221414.763000', '221414.765000', '221414.768000', '221414.770000', '221414.773000', '221414.776000', '221414.778000', '221414.781000', '221414.783000', '221414.786000', '221414.789000', '221414.791000', '221414.794000', '221414.804000', '221414.806000', '221414.809000', '221414.812000', '221414.814000', '221414.817000', '221414.820000', '221414.822000', '221414.825000', '221414.827000', '221414.830000', '221414.833000', '221414.835000', '221414.838000', '221414.840000', '221414.843000', '221414.845000', '221414.848000', '221414.851000', '221414.853000', '221414.856000', '221414.858000', '221414.861000', '221434.738000', '221434.740000', '221434.743000', '221434.746000', '221434.748000', '221434.751000', '221434.754000', '221434.756000', '221434.759000', '221434.761000', '221434.764000', '221434.767000', '221434.769000', '221434.772000', '221434.774000', '221434.777000', '221434.780000', '221434.782000', '221434.785000', '221434.787000', '221434.790000', '221434.793000', '221434.795000', '221434.798000', '221434.801000', '221434.803000', '221434.806000', '221434.808000', '221434.811000', '221434.814000', '221434.816000', '221434.819000', '221434.822000', '221434.824000', '221434.827000', '221434.829000', '221434.832000', '221434.835000', '221434.837000', '221434.841000', '221434.844000', '221434.847000', '221434.850000', '221454.738000', '221454.741000', '221454.744000', '221454.746000', '221454.749000', '221454.752000', '221454.754000', '221454.757000', '221454.760000', '221454.762000', '221454.765000', '221454.768000', '221454.770000', '221454.773000', '221454.776000', '221454.778000', '221454.781000', '221454.783000', '221454.786000', '221454.788000', '221454.791000', '221454.794000', '221454.796000', '221454.799000', '221454.801000', '221454.804000', '221454.807000', '221454.810000', '221454.812000', '221454.815000', '221454.817000', '221454.820000', '221454.823000', '221454.825000', '221454.828000', '221454.831000', '221454.833000', '221454.836000', '221454.838000', '221454.841000', '221454.844000', '221454.846000', '221454.849000', '221454.852000', '221514.738000', '221514.741000', '221514.743000', '221514.746000', '221514.749000', '221514.751000', '221514.754000', '221514.757000', '221514.759000', '221514.762000', '221514.764000', '221514.767000', '221514.770000', '221514.773000', '221514.775000', '221514.778000', '221514.780000', '221514.783000', '221514.785000', '221514.788000', '221514.791000', '221514.793000', '221514.796000', '221514.799000', '221514.801000', '221514.804000', '221514.807000', '221514.809000', '221514.812000', '221514.814000', '221514.817000', '221514.820000', '221514.822000', '221514.825000', '221514.828000', '221514.830000', '221514.833000', '221514.835000', '221514.838000', '221514.841000', '221514.843000', '221514.846000', '221514.849000', '221534.738000', '221534.741000', '221534.743000', '221534.746000', '221534.749000', '221534.751000', '221534.754000', '221534.757000', '221534.759000', '221534.762000', '221534.765000', '221534.767000', '221534.770000', '221534.773000', '221534.775000', '221534.778000', '221534.780000', '221534.783000', '221534.786000', '221534.788000', '221534.791000', '221534.794000', '221534.796000', '221534.799000', '221534.802000', '221534.804000', '221534.807000', '221534.810000', '221534.812000', '221534.815000', '221534.817000', '221534.820000', '221534.823000', '221534.825000', '221534.828000', '221534.830000', '221534.833000', '221534.835000', '221534.838000', '221534.841000', '221534.843000', '221534.846000', '221534.849000', '221534.851000', '221554.738000', '221554.740000', '221554.743000', '221554.746000', '221554.749000', '221554.751000', '221554.754000', '221554.757000', '221554.759000', '221554.762000', '221554.765000', '221554.799000', '221554.802000', '221554.805000', '221554.807000', '221554.810000', '221554.813000', '221554.815000', '221554.818000', '221554.821000', '221554.823000', '221554.826000', '221554.828000', '221554.831000', '221554.834000', '221554.836000', '221554.839000', '221554.842000', '221554.845000', '221554.847000', '221554.850000', '221554.852000', '221554.855000', '221554.858000', '221554.860000', '221554.863000', '221554.865000', '221554.868000', '221554.870000', '221554.873000', '221554.876000', '221554.879000', '221554.881000', '221614.738000', '221614.741000', '221614.743000', '221614.746000', '221614.748000', '221614.751000', '221614.754000', '221614.756000', '221614.759000', '221614.762000', '221614.765000', '221614.768000', '221614.770000', '221614.773000', '221614.776000', '221614.778000', '221614.781000', '221614.783000', '221614.786000', '221614.789000', '221614.792000', '221614.794000', '221614.797000', '221614.800000', '221614.805000', '221614.808000', '221614.811000', '221614.813000', '221614.816000', '221614.819000', '221614.821000', '221614.824000', '221614.827000', '221614.829000', '221614.832000', '221614.834000', '221614.837000', '221614.840000', '221614.842000', '221614.845000', '221614.848000', '221614.850000', '221614.853000', '221634.738000', '221634.741000', '221634.743000', '221634.746000', '221634.749000', '221634.751000', '221634.754000', '221634.757000', '221634.759000', '221634.762000', '221634.764000', '221634.767000', '221634.770000', '221634.772000', '221634.775000', '221634.778000', '221634.781000', '221634.783000', '221634.786000', '221634.789000', '221634.791000', '221634.794000', '221634.796000', '221634.799000', '221634.802000', '221634.805000', '221634.807000', '221634.810000', '221634.812000', '221634.815000', '221634.818000', '221634.820000', '221634.823000', '221634.825000', '221634.828000', '221634.831000', '221634.833000', '221634.836000', '221634.839000', '221634.841000', '221634.844000', '221634.846000', '221634.849000', '221634.852000', '221654.738000', '221654.740000', '221654.743000', '221654.746000', '221654.749000', '221654.751000', '221654.754000', '221654.756000', '221654.759000', '221654.762000', '221654.764000', '221654.767000', '221654.770000', '221654.772000', '221654.775000', '221654.777000', '221654.780000', '221654.783000', '221654.785000', '221654.788000', '221654.791000', '221654.793000', '221654.796000', '221654.799000', '221654.801000', '221654.804000', '221654.806000', '221654.809000', '221654.812000', '221654.814000', '221654.817000', '221654.820000', '221654.822000', '221654.825000', '221654.827000', '221654.830000', '221654.833000', '221654.848000', '221654.851000', '221654.853000', '221654.856000', '221654.858000', '221654.861000', '221654.864000', '221714.738000', '221714.741000', '221714.744000', '221714.746000', '221714.749000', '221714.752000', '221714.754000', '221714.757000', '221714.760000', '221714.762000', '221714.765000', '221714.768000', '221714.770000', '221714.773000', '221714.776000', '221714.778000', '221714.781000', '221714.784000', '221714.786000', '221714.789000', '221714.791000', '221714.794000', '221714.797000', '221714.799000', '221714.802000', '221714.805000', '221714.807000', '221714.810000', '221714.812000', '221714.815000', '221714.818000', '221714.820000', '221714.823000', '221714.826000', '221714.828000', '221714.831000', '221714.834000', '221714.836000', '221714.839000', '221714.841000', '221714.844000', '221714.847000', '221714.849000', '221734.738000', '221734.741000', '221734.744000', '221734.747000', '221734.749000', '221734.752000', '221734.755000', '221734.758000', '221734.760000', '221734.763000', '221734.766000', '221734.768000', '221734.771000', '221734.774000', '221734.776000', '221734.779000', '221734.782000', '221734.784000', '221734.791000', '221734.793000', '221734.796000', '221734.799000', '221734.802000', '221734.805000', '221734.808000', '221734.810000', '221734.813000', '221734.815000', '221734.818000', '221734.821000', '221734.823000', '221734.826000', '221734.829000', '221734.831000', '221734.834000', '221734.836000', '221734.839000', '221734.842000', '221734.844000', '221734.847000', '221734.850000', '221734.852000', '221734.855000', '221734.858000', '221737.008000', '221737.011000', '221737.014000', '221737.017000', '221737.020000'], 'InstanceCreationTime': ['220334.771000', '220334.774000', '220334.777000', '220334.780000', '220334.794000', '220334.796000', '220334.799000', '220334.802000', '220334.804000', '220334.807000', '220334.809000', '220334.812000', '220334.814000', '220334.817000', '220334.820000', '220334.822000', '220334.825000', '220334.827000', '220334.830000', '220334.832000', '220334.835000', '220334.838000', '220334.840000', '220334.843000', '220334.846000', '220334.848000', '220334.851000', '220354.738000', '220354.741000', '220354.746000', '220354.750000', '220354.752000', '220354.755000', '220354.757000', '220354.760000', '220354.762000', '220354.765000', '220354.768000', '220354.770000', '220354.773000', '220354.775000', '220354.778000', '220354.781000', '220354.783000', '220354.786000', '220354.788000', '220354.791000', '220354.794000', '220354.796000', '220354.799000', '220354.801000', '220354.804000', '220354.807000', '220354.809000', '220354.812000', '220354.815000', '220354.817000', '220354.820000', '220354.824000', '220354.827000', '220354.829000', '220354.832000', '220354.835000', '220354.837000', '220354.840000', '220354.842000', '220354.845000', '220354.847000', '220354.850000', '220354.852000', '220354.855000', '220414.739000', '220414.742000', '220414.744000', '220414.747000', '220414.750000', '220414.753000', '220414.755000', '220414.758000', '220414.760000', '220414.763000', '220414.765000', '220414.768000', '220414.771000', '220414.773000', '220414.776000', '220414.778000', '220414.781000', '220414.783000', '220414.786000', '220414.789000', '220414.791000', '220414.794000', '220414.796000', '220414.799000', '220414.802000', '220414.804000', '220414.807000', '220414.809000', '220414.812000', '220414.815000', '220414.817000', '220414.820000', '220414.831000', '220414.833000', '220414.836000', '220414.839000', '220414.841000', '220414.844000', '220414.846000', '220414.849000', '220414.851000', '220414.854000', '220414.857000', '220434.737000', '220434.740000', '220434.743000', '220434.745000', '220434.748000', '220434.751000', '220434.753000', '220434.756000', '220434.758000', '220434.761000', '220434.763000', '220434.766000', '220434.769000', '220434.771000', '220434.774000', '220434.776000', '220434.779000', '220434.781000', '220434.784000', '220434.787000', '220434.789000', '220434.792000', '220434.794000', '220434.797000', '220434.800000', '220434.802000', '220434.805000', '220434.808000', '220434.810000', '220434.813000', '220434.815000', '220434.818000', '220434.820000', '220434.823000', '220434.826000', '220434.828000', '220434.831000', '220434.833000', '220434.836000', '220434.838000', '220434.841000', '220434.844000', '220434.846000', '220434.849000', '220454.737000', '220454.740000', '220454.743000', '220454.746000', '220454.748000', '220454.751000', '220454.753000', '220454.756000', '220454.758000', '220454.761000', '220454.764000', '220454.766000', '220454.769000', '220454.772000', '220454.774000', '220454.777000', '220454.780000', '220454.783000', '220454.785000', '220454.788000', '220454.791000', '220454.793000', '220454.796000', '220454.799000', '220454.801000', '220454.815000', '220454.818000', '220454.820000', '220454.823000', '220454.825000', '220454.828000', '220454.831000', '220454.834000', '220454.836000', '220454.839000', '220454.842000', '220454.853000', '220454.855000', '220454.858000', '220454.860000', '220454.863000', '220454.866000', '220454.868000', '220514.737000', '220514.740000', '220514.743000', '220514.746000', '220514.748000', '220514.751000', '220514.753000', '220514.756000', '220514.758000', '220514.761000', '220514.764000', '220514.767000', '220514.769000', '220514.772000', '220514.775000', '220514.777000', '220514.780000', '220514.782000', '220514.785000', '220514.787000', '220514.790000', '220514.793000', '220514.795000', '220514.798000', '220514.800000', '220514.803000', '220514.806000', '220514.808000', '220514.811000', '220514.814000', '220514.816000', '220514.819000', '220514.821000', '220514.824000', '220514.826000', '220514.829000', '220514.832000', '220514.834000', '220514.837000', '220514.839000', '220514.842000', '220514.845000', '220514.847000', '220514.850000', '220534.738000', '220534.740000', '220534.743000', '220534.746000', '220534.748000', '220534.751000', '220534.753000', '220534.756000', '220534.758000', '220534.761000', '220534.764000', '220534.766000', '220534.769000', '220534.772000', '220534.774000', '220534.777000', '220534.779000', '220534.782000', '220534.785000', '220534.787000', '220534.790000', '220534.792000', '220534.795000', '220534.797000', '220534.800000', '220534.803000', '220534.806000', '220534.809000', '220534.812000', '220534.815000', '220534.817000', '220534.820000', '220534.823000', '220534.825000', '220534.828000', '220534.830000', '220534.833000', '220534.836000', '220534.838000', '220534.841000', '220534.843000', '220534.846000', '220534.849000', '220554.738000', '220554.740000', '220554.743000', '220554.753000', '220554.755000', '220554.758000', '220554.761000', '220554.763000', '220554.766000', '220554.768000', '220554.771000', '220554.774000', '220554.776000', '220554.779000', '220554.781000', '220554.784000', '220554.787000', '220554.789000', '220554.792000', '220554.794000', '220554.797000', '220554.800000', '220554.802000', '220554.805000', '220554.808000', '220554.810000', '220554.813000', '220554.816000', '220554.818000', '220554.821000', '220554.823000', '220554.826000', '220554.828000', '220554.831000', '220554.833000', '220554.836000', '220554.839000', '220554.841000', '220554.844000', '220554.846000', '220554.849000', '220554.852000', '220554.854000', '220554.857000', '220614.738000', '220614.740000', '220614.743000', '220614.746000', '220614.748000', '220614.751000', '220614.753000', '220614.756000', '220614.758000', '220614.761000', '220614.764000', '220614.766000', '220614.769000', '220614.771000', '220614.774000', '220614.776000', '220614.779000', '220614.782000', '220614.784000', '220614.787000', '220614.789000', '220614.792000', '220614.794000', '220614.797000', '220614.800000', '220614.802000', '220614.806000', '220614.809000', '220614.812000', '220614.815000', '220614.817000', '220614.820000', '220614.823000', '220614.825000', '220614.828000', '220614.830000', '220614.833000', '220614.836000', '220614.838000', '220614.841000', '220614.843000', '220614.846000', '220614.849000', '220634.738000', '220634.741000', '220634.744000', '220634.746000', '220634.749000', '220634.752000', '220634.754000', '220634.757000', '220634.759000', '220634.762000', '220634.765000', '220634.767000', '220634.770000', '220634.772000', '220634.775000', '220634.778000', '220634.780000', '220634.783000', '220634.785000', '220634.788000', '220634.790000', '220634.809000', '220634.811000', '220634.814000', '220634.816000', '220634.819000', '220634.822000', '220634.824000', '220634.827000', '220634.830000', '220634.832000', '220634.835000', '220634.837000', '220634.840000', '220634.843000', '220634.845000', '220634.848000', '220634.850000', '220634.853000', '220634.855000', '220634.858000', '220634.861000', '220634.863000', '220634.866000', '220654.738000', '220654.740000', '220654.743000', '220654.746000', '220654.748000', '220654.751000', '220654.753000', '220654.756000', '220654.759000', '220654.761000', '220654.764000', '220654.766000', '220654.769000', '220654.772000', '220654.774000', '220654.777000', '220654.779000', '220654.782000', '220654.784000', '220654.787000', '220654.790000', '220654.792000', '220654.795000', '220654.798000', '220654.800000', '220654.803000', '220654.805000', '220654.808000', '220654.811000', '220654.813000', '220654.816000', '220654.818000', '220654.821000', '220654.823000', '220654.826000', '220654.829000', '220654.831000', '220654.834000', '220654.836000', '220654.839000', '220654.842000', '220654.844000', '220654.847000', '220714.738000', '220714.741000', '220714.743000', '220714.746000', '220714.748000', '220714.751000', '220714.754000', '220714.756000', '220714.759000', '220714.762000', '220714.764000', '220714.767000', '220714.769000', '220714.772000', '220714.775000', '220714.777000', '220714.780000', '220714.782000', '220714.785000', '220714.788000', '220714.790000', '220714.793000', '220714.796000', '220714.798000', '220714.801000', '220714.803000', '220714.806000', '220714.809000', '220714.811000', '220714.814000', '220714.816000', '220714.819000', '220714.821000', '220714.824000', '220714.827000', '220714.829000', '220714.832000', '220714.834000', '220714.837000', '220714.840000', '220714.842000', '220714.845000', '220714.847000', '220714.850000', '220734.737000', '220734.740000', '220734.743000', '220734.745000', '220734.748000', '220734.751000', '220734.754000', '220734.756000', '220734.759000', '220734.762000', '220734.764000', '220734.767000', '220734.769000', '220734.772000', '220734.775000', '220734.777000', '220734.780000', '220734.783000', '220734.785000', '220734.788000', '220734.791000', '220734.793000', '220734.796000', '220734.798000', '220734.801000', '220734.804000', '220734.806000', '220734.809000', '220734.812000', '220734.814000', '220734.817000', '220734.820000', '220734.822000', '220734.825000', '220734.828000', '220734.830000', '220734.833000', '220734.835000', '220734.838000', '220734.841000', '220734.843000', '220734.846000', '220734.854000', '220754.738000', '220754.741000', '220754.743000', '220754.746000', '220754.748000', '220754.751000', '220754.754000', '220754.756000', '220754.759000', '220754.762000', '220754.764000', '220754.767000', '220754.770000', '220754.772000', '220754.775000', '220754.778000', '220754.780000', '220754.783000', '220754.786000', '220754.789000', '220754.791000', '220754.794000', '220754.797000', '220754.799000', '220754.802000', '220754.805000', '220754.807000', '220754.810000', '220754.812000', '220754.815000', '220754.818000', '220754.820000', '220754.823000', '220754.826000', '220754.828000', '220754.831000', '220754.834000', '220754.836000', '220754.839000', '220754.841000', '220754.844000', '220754.847000', '220754.849000', '220754.852000', '220814.737000', '220814.740000', '220814.747000', '220814.749000', '220814.752000', '220814.754000', '220814.757000', '220814.760000', '220814.762000', '220814.765000', '220814.767000', '220814.770000', '220814.772000', '220814.775000', '220814.778000', '220814.780000', '220814.783000', '220814.786000', '220814.788000', '220814.791000', '220814.793000', '220814.796000', '220814.799000', '220814.801000', '220814.804000', '220814.806000', '220814.809000', '220814.812000', '220814.814000', '220814.817000', '220814.819000', '220814.822000', '220814.825000', '220814.827000', '220814.830000', '220814.833000', '220814.835000', '220814.838000', '220814.840000', '220814.843000', '220814.846000', '220814.848000', '220814.851000', '220834.738000', '220834.740000', '220834.743000', '220834.746000', '220834.749000', '220834.751000', '220834.754000', '220834.756000', '220834.759000', '220834.762000', '220834.764000', '220834.767000', '220834.770000', '220834.773000', '220834.775000', '220834.778000', '220834.781000', '220834.783000', '220834.786000', '220834.789000', '220834.791000', '220834.794000', '220834.797000', '220834.799000', '220834.802000', '220834.805000', '220834.807000', '220834.810000', '220834.813000', '220834.815000', '220834.818000', '220834.821000', '220834.823000', '220834.826000', '220834.829000', '220834.831000', '220834.834000', '220834.837000', '220834.839000', '220834.842000', '220834.845000', '220834.847000', '220834.850000', '220834.852000', '220854.739000', '220854.741000', '220854.744000', '220854.747000', '220854.749000', '220854.752000', '220854.754000', '220854.757000', '220854.760000', '220854.762000', '220854.765000', '220854.767000', '220854.770000', '220854.773000', '220854.775000', '220854.778000', '220854.783000', '220854.785000', '220854.788000', '220854.791000', '220854.793000', '220854.796000', '220854.799000', '220854.801000', '220854.804000', '220854.807000', '220854.809000', '220854.812000', '220854.814000', '220854.817000', '220854.820000', '220854.822000', '220854.825000', '220854.827000', '220854.830000', '220854.833000', '220854.835000', '220854.838000', '220854.841000', '220854.843000', '220854.846000', '220854.848000', '220854.851000', '220914.738000', '220914.740000', '220914.743000', '220914.746000', '220914.748000', '220914.751000', '220914.753000', '220914.756000', '220914.759000', '220914.761000', '220914.764000', '220914.767000', '220914.769000', '220914.772000', '220914.775000', '220914.777000', '220914.780000', '220914.783000', '220914.785000', '220914.788000', '220914.790000', '220914.793000', '220914.796000', '220914.798000', '220914.801000', '220914.803000', '220914.806000', '220914.809000', '220914.811000', '220914.814000', '220914.817000', '220914.819000', '220914.822000', '220914.825000', '220914.827000', '220914.830000', '220914.832000', '220914.835000', '220914.838000', '220914.840000', '220914.843000', '220914.845000', '220914.848000', '220914.851000', '220934.738000', '220934.741000', '220934.743000', '220934.746000', '220934.748000', '220934.751000', '220934.754000', '220934.756000', '220934.759000', '220934.761000', '220934.764000', '220934.766000', '220934.769000', '220934.772000', '220934.774000', '220934.777000', '220934.780000', '220934.782000', '220934.785000', '220934.787000', '220934.790000', '220934.792000', '220934.795000', '220934.798000', '220934.800000', '220934.803000', '220934.805000', '220934.808000', '220934.811000', '220934.813000', '220934.816000', '220934.818000', '220934.821000', '220934.824000', '220934.826000', '220934.829000', '220934.831000', '220934.834000', '220934.837000', '220934.839000', '220934.842000', '220934.844000', '220934.847000', '220954.738000', '220954.740000', '220954.743000', '220954.746000', '220954.750000', '220954.752000', '220954.755000', '220954.757000', '220954.760000', '220954.763000', '220954.765000', '220954.768000', '220954.770000', '220954.773000', '220954.776000', '220954.778000', '220954.781000', '220954.784000', '220954.786000', '220954.789000', '220954.791000', '220954.794000', '220954.796000', '220954.799000', '220954.802000', '220954.804000', '220954.807000', '220954.810000', '220954.813000', '220954.815000', '220954.818000', '220954.820000', '220954.823000', '220954.825000', '220954.828000', '220954.831000', '220954.839000', '220954.841000', '220954.844000', '220954.847000', '220954.849000', '220954.852000', '220954.854000', '220954.857000', '221014.738000', '221014.741000', '221014.743000', '221014.746000', '221014.748000', '221014.751000', '221014.753000', '221014.756000', '221014.758000', '221014.768000', '221014.770000', '221014.773000', '221014.776000', '221014.778000', '221014.781000', '221014.784000', '221014.786000', '221014.789000', '221014.791000', '221014.794000', '221014.797000', '221014.799000', '221014.802000', '221014.805000', '221014.807000', '221014.810000', '221014.812000', '221014.815000', '221014.817000', '221014.820000', '221014.823000', '221014.825000', '221014.828000', '221014.831000', '221014.833000', '221014.836000', '221014.839000', '221014.841000', '221014.844000', '221014.846000', '221014.849000', '221014.852000', '221014.854000', '221034.738000', '221034.740000', '221034.743000', '221034.746000', '221034.748000', '221034.751000', '221034.764000', '221034.767000', '221034.769000', '221034.772000', '221034.774000', '221034.777000', '221034.780000', '221034.782000', '221034.785000', '221034.788000', '221034.790000', '221034.793000', '221034.795000', '221034.798000', '221034.801000', '221034.803000', '221034.806000', '221034.808000', '221034.811000', '221034.814000', '221034.816000', '221034.819000', '221034.822000', '221034.824000', '221034.827000', '221034.829000', '221034.832000', '221034.835000', '221034.837000', '221034.840000', '221034.842000', '221034.845000', '221034.847000', '221034.850000', '221034.853000', '221034.855000', '221034.858000', '221034.861000', '221054.737000', '221054.740000', '221054.743000', '221054.746000', '221054.749000', '221054.751000', '221054.754000', '221054.757000', '221054.759000', '221054.776000', '221054.778000', '221054.781000', '221054.784000', '221054.786000', '221054.789000', '221054.792000', '221054.794000', '221054.797000', '221054.799000', '221054.802000', '221054.805000', '221054.807000', '221054.810000', '221054.812000', '221054.815000', '221054.818000', '221054.820000', '221054.823000', '221054.825000', '221054.828000', '221054.831000', '221054.833000', '221054.836000', '221054.839000', '221054.841000', '221054.844000', '221054.846000', '221054.849000', '221054.852000', '221054.854000', '221054.857000', '221054.859000', '221054.862000', '221114.738000', '221114.741000', '221114.743000', '221114.746000', '221114.749000', '221114.751000', '221114.754000', '221114.756000', '221114.759000', '221114.762000', '221114.765000', '221114.767000', '221114.770000', '221114.772000', '221114.775000', '221114.778000', '221114.780000', '221114.783000', '221114.786000', '221114.789000', '221114.792000', '221114.794000', '221114.797000', '221114.800000', '221114.802000', '221114.805000', '221114.808000', '221114.810000', '221114.813000', '221114.816000', '221114.818000', '221114.821000', '221114.823000', '221114.826000', '221114.829000', '221114.831000', '221114.834000', '221114.837000', '221114.839000', '221114.842000', '221114.845000', '221114.847000', '221114.850000', '221114.852000', '221134.738000', '221134.741000', '221134.744000', '221134.746000', '221134.749000', '221134.751000', '221134.764000', '221134.767000', '221134.769000', '221134.772000', '221134.775000', '221134.777000', '221134.780000', '221134.783000', '221134.785000', '221134.788000', '221134.791000', '221134.793000', '221134.796000', '221134.799000', '221134.801000', '221134.804000', '221134.807000', '221134.809000', '221134.812000', '221134.814000', '221134.817000', '221134.819000', '221134.822000', '221134.825000', '221134.827000', '221134.830000', '221134.832000', '221134.835000', '221134.838000', '221134.840000', '221134.843000', '221134.845000', '221134.848000', '221134.851000', '221134.853000', '221134.856000', '221134.859000', '221154.738000', '221154.741000', '221154.743000', '221154.746000', '221154.748000', '221154.751000', '221154.755000', '221154.758000', '221154.761000', '221154.763000', '221154.766000', '221154.769000', '221154.771000', '221154.774000', '221154.777000', '221154.779000', '221154.782000', '221154.785000', '221154.787000', '221154.790000', '221154.793000', '221154.795000', '221154.798000', '221154.801000', '221154.803000', '221154.806000', '221154.808000', '221154.811000', '221154.814000', '221154.816000', '221154.819000', '221154.821000', '221154.824000', '221154.827000', '221154.829000', '221154.832000', '221154.835000', '221154.837000', '221154.840000', '221154.843000', '221154.845000', '221154.848000', '221154.850000', '221214.738000', '221214.740000', '221214.743000', '221214.746000', '221214.748000', '221214.751000', '221214.753000', '221214.782000', '221214.784000', '221214.787000', '221214.790000', '221214.792000', '221214.795000', '221214.797000', '221214.800000', '221214.803000', '221214.805000', '221214.808000', '221214.810000', '221214.813000', '221214.816000', '221214.818000', '221214.821000', '221214.823000', '221214.826000', '221214.829000', '221214.831000', '221214.834000', '221214.836000', '221214.839000', '221214.841000', '221214.844000', '221214.847000', '221214.849000', '221214.852000', '221214.855000', '221214.857000', '221214.860000', '221214.862000', '221214.865000', '221214.868000', '221214.870000', '221214.873000', '221214.875000', '221234.737000', '221234.740000', '221234.743000', '221234.746000', '221234.748000', '221234.751000', '221234.754000', '221234.756000', '221234.759000', '221234.761000', '221234.764000', '221234.767000', '221234.769000', '221234.772000', '221234.774000', '221234.777000', '221234.780000', '221234.782000', '221234.785000', '221234.787000', '221234.790000', '221234.793000', '221234.796000', '221234.798000', '221234.801000', '221234.804000', '221234.806000', '221234.809000', '221234.812000', '221234.815000', '221234.818000', '221234.821000', '221234.823000', '221234.827000', '221234.829000', '221234.832000', '221234.835000', '221234.837000', '221234.840000', '221234.842000', '221234.845000', '221234.848000', '221234.850000', '221254.738000', '221254.742000', '221254.744000', '221254.747000', '221254.750000', '221254.752000', '221254.755000', '221254.758000', '221254.760000', '221254.763000', '221254.765000', '221254.768000', '221254.771000', '221254.773000', '221254.776000', '221254.779000', '221254.781000', '221254.784000', '221254.786000', '221254.789000', '221254.792000', '221254.794000', '221254.797000', '221254.800000', '221254.802000', '221254.805000', '221254.807000', '221254.810000', '221254.812000', '221254.815000', '221254.818000', '221254.820000', '221254.823000', '221254.826000', '221254.828000', '221254.831000', '221254.834000', '221254.836000', '221254.839000', '221254.842000', '221254.844000', '221254.847000', '221254.850000', '221254.852000', '221314.738000', '221314.741000', '221314.743000', '221314.746000', '221314.748000', '221314.751000', '221314.754000', '221314.756000', '221314.759000', '221314.762000', '221314.764000', '221314.767000', '221314.769000', '221314.772000', '221314.775000', '221314.777000', '221314.780000', '221314.783000', '221314.785000', '221314.788000', '221314.791000', '221314.793000', '221314.796000', '221314.799000', '221314.801000', '221314.804000', '221314.806000', '221314.809000', '221314.812000', '221314.814000', '221314.817000', '221314.820000', '221314.823000', '221314.825000', '221314.828000', '221314.831000', '221314.834000', '221314.836000', '221314.839000', '221314.841000', '221314.844000', '221314.847000', '221314.849000', '221334.738000', '221334.741000', '221334.743000', '221334.746000', '221334.749000', '221334.751000', '221334.754000', '221334.757000', '221334.759000', '221334.762000', '221334.764000', '221334.767000', '221334.770000', '221334.772000', '221334.775000', '221334.777000', '221334.780000', '221334.783000', '221334.785000', '221334.788000', '221334.790000', '221334.793000', '221334.796000', '221334.798000', '221334.801000', '221334.803000', '221334.806000', '221334.809000', '221334.811000', '221334.814000', '221334.817000', '221334.819000', '221334.822000', '221334.824000', '221334.827000', '221334.830000', '221334.832000', '221334.835000', '221334.838000', '221334.840000', '221334.843000', '221334.845000', '221334.848000', '221334.850000', '221354.738000', '221354.741000', '221354.744000', '221354.746000', '221354.749000', '221354.752000', '221354.754000', '221354.757000', '221354.760000', '221354.762000', '221354.765000', '221354.768000', '221354.770000', '221354.773000', '221354.776000', '221354.778000', '221354.781000', '221354.784000', '221354.786000', '221354.789000', '221354.792000', '221354.795000', '221354.798000', '221354.801000', '221354.803000', '221354.806000', '221354.809000', '221354.811000', '221354.814000', '221354.817000', '221354.819000', '221354.822000', '221354.825000', '221354.827000', '221354.830000', '221354.832000', '221354.835000', '221354.838000', '221354.840000', '221354.843000', '221354.845000', '221354.848000', '221354.851000', '221414.738000', '221414.740000', '221414.743000', '221414.746000', '221414.749000', '221414.752000', '221414.754000', '221414.760000', '221414.763000', '221414.765000', '221414.768000', '221414.770000', '221414.773000', '221414.776000', '221414.778000', '221414.781000', '221414.783000', '221414.786000', '221414.789000', '221414.791000', '221414.794000', '221414.804000', '221414.806000', '221414.809000', '221414.812000', '221414.814000', '221414.817000', '221414.820000', '221414.822000', '221414.825000', '221414.827000', '221414.830000', '221414.833000', '221414.835000', '221414.838000', '221414.840000', '221414.843000', '221414.845000', '221414.848000', '221414.851000', '221414.853000', '221414.856000', '221414.858000', '221414.861000', '221434.738000', '221434.740000', '221434.743000', '221434.746000', '221434.748000', '221434.751000', '221434.754000', '221434.756000', '221434.759000', '221434.761000', '221434.764000', '221434.767000', '221434.769000', '221434.772000', '221434.774000', '221434.777000', '221434.780000', '221434.782000', '221434.785000', '221434.787000', '221434.790000', '221434.793000', '221434.795000', '221434.798000', '221434.801000', '221434.803000', '221434.806000', '221434.808000', '221434.811000', '221434.814000', '221434.816000', '221434.819000', '221434.822000', '221434.824000', '221434.827000', '221434.829000', '221434.832000', '221434.835000', '221434.837000', '221434.841000', '221434.844000', '221434.847000', '221434.850000', '221454.738000', '221454.741000', '221454.744000', '221454.746000', '221454.749000', '221454.752000', '221454.754000', '221454.757000', '221454.760000', '221454.762000', '221454.765000', '221454.768000', '221454.770000', '221454.773000', '221454.776000', '221454.778000', '221454.781000', '221454.783000', '221454.786000', '221454.788000', '221454.791000', '221454.794000', '221454.796000', '221454.799000', '221454.801000', '221454.804000', '221454.807000', '221454.810000', '221454.812000', '221454.815000', '221454.817000', '221454.820000', '221454.823000', '221454.825000', '221454.828000', '221454.831000', '221454.833000', '221454.836000', '221454.838000', '221454.841000', '221454.844000', '221454.846000', '221454.849000', '221454.852000', '221514.738000', '221514.741000', '221514.743000', '221514.746000', '221514.749000', '221514.751000', '221514.754000', '221514.757000', '221514.759000', '221514.762000', '221514.764000', '221514.767000', '221514.770000', '221514.773000', '221514.775000', '221514.778000', '221514.780000', '221514.783000', '221514.785000', '221514.788000', '221514.791000', '221514.793000', '221514.796000', '221514.799000', '221514.801000', '221514.804000', '221514.807000', '221514.809000', '221514.812000', '221514.814000', '221514.817000', '221514.820000', '221514.822000', '221514.825000', '221514.828000', '221514.830000', '221514.833000', '221514.835000', '221514.838000', '221514.841000', '221514.843000', '221514.846000', '221514.849000', '221534.738000', '221534.741000', '221534.743000', '221534.746000', '221534.749000', '221534.751000', '221534.754000', '221534.757000', '221534.759000', '221534.762000', '221534.765000', '221534.767000', '221534.770000', '221534.773000', '221534.775000', '221534.778000', '221534.780000', '221534.783000', '221534.786000', '221534.788000', '221534.791000', '221534.794000', '221534.796000', '221534.799000', '221534.802000', '221534.804000', '221534.807000', '221534.810000', '221534.812000', '221534.815000', '221534.817000', '221534.820000', '221534.823000', '221534.825000', '221534.828000', '221534.830000', '221534.833000', '221534.835000', '221534.838000', '221534.841000', '221534.843000', '221534.846000', '221534.849000', '221534.851000', '221554.738000', '221554.740000', '221554.743000', '221554.746000', '221554.749000', '221554.751000', '221554.754000', '221554.757000', '221554.759000', '221554.762000', '221554.765000', '221554.799000', '221554.802000', '221554.805000', '221554.807000', '221554.810000', '221554.813000', '221554.815000', '221554.818000', '221554.821000', '221554.823000', '221554.826000', '221554.828000', '221554.831000', '221554.834000', '221554.836000', '221554.839000', '221554.842000', '221554.845000', '221554.847000', '221554.850000', '221554.852000', '221554.855000', '221554.858000', '221554.860000', '221554.863000', '221554.865000', '221554.868000', '221554.870000', '221554.873000', '221554.876000', '221554.879000', '221554.881000', '221614.738000', '221614.741000', '221614.743000', '221614.746000', '221614.748000', '221614.751000', '221614.754000', '221614.756000', '221614.759000', '221614.762000', '221614.765000', '221614.768000', '221614.770000', '221614.773000', '221614.776000', '221614.778000', '221614.781000', '221614.783000', '221614.786000', '221614.789000', '221614.792000', '221614.794000', '221614.797000', '221614.800000', '221614.805000', '221614.808000', '221614.811000', '221614.813000', '221614.816000', '221614.819000', '221614.821000', '221614.824000', '221614.827000', '221614.829000', '221614.832000', '221614.834000', '221614.837000', '221614.840000', '221614.842000', '221614.845000', '221614.848000', '221614.850000', '221614.853000', '221634.738000', '221634.741000', '221634.743000', '221634.746000', '221634.749000', '221634.751000', '221634.754000', '221634.757000', '221634.759000', '221634.762000', '221634.764000', '221634.767000', '221634.770000', '221634.772000', '221634.775000', '221634.778000', '221634.781000', '221634.783000', '221634.786000', '221634.789000', '221634.791000', '221634.794000', '221634.796000', '221634.799000', '221634.802000', '221634.805000', '221634.807000', '221634.810000', '221634.812000', '221634.815000', '221634.818000', '221634.820000', '221634.823000', '221634.825000', '221634.828000', '221634.831000', '221634.833000', '221634.836000', '221634.839000', '221634.841000', '221634.844000', '221634.846000', '221634.849000', '221634.852000', '221654.738000', '221654.740000', '221654.743000', '221654.746000', '221654.749000', '221654.751000', '221654.754000', '221654.756000', '221654.759000', '221654.762000', '221654.764000', '221654.767000', '221654.770000', '221654.772000', '221654.775000', '221654.777000', '221654.780000', '221654.783000', '221654.785000', '221654.788000', '221654.791000', '221654.793000', '221654.796000', '221654.799000', '221654.801000', '221654.804000', '221654.806000', '221654.809000', '221654.812000', '221654.814000', '221654.817000', '221654.820000', '221654.822000', '221654.825000', '221654.827000', '221654.830000', '221654.833000', '221654.848000', '221654.851000', '221654.853000', '221654.856000', '221654.858000', '221654.861000', '221654.864000', '221714.738000', '221714.741000', '221714.744000', '221714.746000', '221714.749000', '221714.752000', '221714.754000', '221714.757000', '221714.760000', '221714.762000', '221714.765000', '221714.768000', '221714.770000', '221714.773000', '221714.776000', '221714.778000', '221714.781000', '221714.784000', '221714.786000', '221714.789000', '221714.791000', '221714.794000', '221714.797000', '221714.799000', '221714.802000', '221714.805000', '221714.807000', '221714.810000', '221714.812000', '221714.815000', '221714.818000', '221714.820000', '221714.823000', '221714.826000', '221714.828000', '221714.831000', '221714.834000', '221714.836000', '221714.839000', '221714.841000', '221714.844000', '221714.847000', '221714.849000', '221734.738000', '221734.741000', '221734.744000', '221734.747000', '221734.749000', '221734.752000', '221734.755000', '221734.758000', '221734.760000', '221734.763000', '221734.766000', '221734.768000', '221734.771000', '221734.774000', '221734.776000', '221734.779000', '221734.782000', '221734.784000', '221734.791000', '221734.793000', '221734.796000', '221734.799000', '221734.802000', '221734.805000', '221734.808000', '221734.810000', '221734.813000', '221734.815000', '221734.818000', '221734.821000', '221734.823000', '221734.826000', '221734.829000', '221734.831000', '221734.834000', '221734.836000', '221734.839000', '221734.842000', '221734.844000', '221734.847000', '221734.850000', '221734.852000', '221734.855000', '221734.858000', '221737.008000', '221737.011000', '221737.014000', '221737.017000', '221737.020000'], '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': [8004, 8977, 7629, 8726, 7469, 10494, 9035, 14593, 9893, 13522, 17618, 10436, 10743, 9638, 13053, 7772, 9545, 13822, 8872, 9177, 8305, 10052, 7276, 8631, 7127, 8795, 6662, 8828, 10166, 9295, 7458, 8297, 13158, 9125, 10264, 16497, 13186, 12712, 9489, 9170, 15504, 11194, 11422, 8296, 10627, 16044, 9252, 9997, 8846, 9172, 9218, 8754, 11790, 9028, 9070, 10713, 9221, 13309, 8925, 9211, 8206, 9159, 15595, 10617, 8423, 8842, 8704, 7531, 9440, 13174, 11189, 8568, 8002, 8996, 13142, 9552, 12161, 9585, 8699, 7424, 9039, 8676, 9430, 12099, 10753, 8553, 8518, 8842, 14360, 10421, 12901, 9997, 9390, 8133, 9407, 12960, 9983, 11282, 10136, 10866, 7950, 9410, 8427, 9490, 15459, 13957, 10535, 8672, 8789, 12205, 10268, 15936, 13837, 10320, 8781, 9164, 8194, 9725, 14689, 12468, 10639, 7804, 8280, 7802, 8715, 15430, 12587, 11338, 8709, 9270, 7126, 8798, 9473, 10080, 7955, 9048, 14677, 10152, 10283, 14085, 12358, 7481, 8949, 10832, 9012, 9467, 9778, 9971, 7667, 8612, 11618, 8920, 9458, 11525, 9572, 11671, 8870, 8881, 8261, 9406, 13761, 10394, 8319, 8190, 8561, 9204, 9378, 11602, 9774, 8807, 8113, 8877, 8562, 10752, 9146, 10590, 8244, 8227, 8192, 9965, 16170, 13112, 10275, 9309, 9053, 10068, 9987, 13312, 10656, 14439, 8896, 9634, 9145, 10058, 8385, 11316, 6959, 9333, 10082, 9589, 12312, 11089, 10747, 8315, 9352, 8502, 10218, 11266, 10713, 11440, 8823, 10263, 9142, 10008, 9028, 11032, 7152, 9063, 11923, 9387, 10331, 9360, 9727, 7248, 8953, 11454, 9621, 11491, 11078, 8937, 7579, 9096, 9974, 9351, 12137, 11042, 10465, 8458, 9153, 8138, 10269, 13701, 9543, 10665, 8203, 9355, 8071, 9819, 11668, 10568, 9210, 8277, 9499, 8722, 10258, 10335, 11496, 7365, 8878, 11754, 9209, 10716, 8900, 10175, 6910, 8850, 8158, 8943, 13940, 12580, 9298, 8564, 8549, 7264, 9387, 12062, 9032, 10425, 7840, 9895, 8271, 10212, 10057, 9698, 13390, 8562, 11326, 9075, 10941, 8297, 11469, 15046, 8867, 12059, 9521, 9322, 7507, 9123, 9880, 8945, 12868, 11241, 8969, 8129, 9076, 8747, 9087, 13784, 11965, 9204, 8882, 8757, 7778, 9670, 10445, 10460, 13374, 10696, 10886, 7767, 8646, 11440, 9590, 9116, 8268, 9076, 8149, 10036, 8378, 10273, 7006, 8377, 13909, 9320, 11748, 9996, 9452, 12444, 8447, 10845, 8071, 9435, 8202, 10346, 10104, 10689, 7255, 8579, 13286, 9065, 11418, 10212, 10097, 7135, 10088, 8516, 10568, 8814, 9992, 9728, 12418, 7616, 8900, 6996, 10217, 8167, 11379, 6824, 9565, 6906, 12198, 11222, 7783, 8696, 7684, 11235, 8284, 13080, 11452, 12704, 14724, 9382, 13787, 8775, 12341, 9093, 14408, 13512, 10497, 9679, 10235, 8119, 10992, 9351, 12958, 11458, 10703, 8084, 10379, 7864, 11506, 9586, 10169, 7820, 8757, 7241, 7970, 8379, 9995, 10270, 8171, 6837, 7595, 10943, 7978, 11512, 9374, 10328, 7489, 7822, 11996, 8209, 9584, 8055, 9375, 6885, 7867, 7666, 8139, 13107, 10338, 8847, 7856, 10168, 7981, 10430, 11225, 12002, 8051, 7845, 10995, 7915, 10471, 9921, 10569, 7247, 7704, 7535, 9292, 12704, 9705, 9986, 8122, 8005, 7908, 9842, 7861, 10559, 7073, 8079, 6949, 8456, 12966, 10578, 9402, 8025, 9476, 8012, 9447, 8883, 11391, 6959, 7950, 10596, 8454, 10776, 9885, 8588, 6954, 7824, 8042, 8622, 11945, 10299, 8092, 7868, 7026, 8376, 6863, 8986, 8951, 13190, 11466, 12088, 9189, 11190, 10837, 9806, 15108, 13641, 9855, 8193, 8235, 7659, 8793, 13359, 10978, 8988, 8031, 7695, 8091, 11735, 11194, 9721, 6956, 8059, 13190, 8780, 10686, 9563, 8772, 7299, 7819, 10171, 8157, 8819, 9327, 9241, 6802, 7679, 7283, 10038, 7001, 10007, 7939, 8515, 7931, 11441, 9757, 11620, 11255, 11426, 11114, 8689, 7922, 6844, 7939, 13396, 10419, 11404, 8315, 10804, 10852, 8484, 10602, 8890, 10684, 9311, 9892, 7961, 7110, 8220, 7667, 12065, 7999, 9671, 8028, 9248, 8431, 12479, 8959, 10931, 9097, 8888, 11367, 9817, 13275, 9440, 11763, 7272, 8432, 7296, 10018, 10342, 11668, 7465, 8663, 8845, 8833, 14398, 12756, 9893, 8199, 9095, 7406, 10161, 16170, 11922, 9793, 8295, 8422, 7681, 9304, 12862, 11200, 7067, 8163, 9012, 8277, 9437, 9340, 9988, 6544, 8134, 10367, 8496, 9501, 11797, 10708, 8105, 7737, 9069, 8252, 9769, 8899, 9619, 6859, 8236, 9903, 8811, 14054, 12762, 10150, 7430, 8099, 7576, 8535, 15505, 11347, 11386, 8482, 9363, 8745, 12604, 11197, 11563, 7227, 8891, 14415, 10102, 13245, 10803, 10576, 7180, 8513, 11177, 8870, 10066, 8671, 8506, 7012, 8029, 10164, 8632, 10475, 9499, 8191, 7044, 7918, 7374, 8348, 10615, 10173, 7698, 7509, 6814, 7848, 7529, 8165, 12903, 12088, 12037, 8922, 8549, 10492, 9394, 9111, 10965, 9163, 9683, 7427, 8567, 15727, 10024, 8421, 8461, 8012, 7367, 8579, 15469, 11800, 9694, 8367, 8932, 8042, 9600, 12829, 11828, 8935, 8174, 10241, 9261, 11487, 11317, 16221, 12570, 7600, 8706, 7323, 7936, 12066, 9181, 10139, 8425, 8159, 7833, 8346, 13104, 10008, 11129, 14004, 9943, 12987, 11430, 12244, 9674, 11184, 14806, 12229, 10154, 8104, 8497, 8239, 8824, 9802, 8534, 8028, 6909, 8813, 10905, 8093, 8038, 7690, 8246, 7962, 8032, 7708, 8247, 8036, 7622, 7988, 11432, 8495, 9250, 7217, 8931, 14188, 9127, 9937, 9388, 9088, 7049, 8317, 7304, 8321, 13609, 10021, 10556, 8765, 11703, 9170, 10950, 11469, 14306, 8129, 11131, 7520, 8852, 11552, 11021, 13958, 11913, 10879, 8679, 8413, 8021, 8816, 10622, 12037, 7248, 8636, 10128, 8452, 9314, 8652, 8220, 7437, 8211, 7737, 8245, 15249, 11301, 10055, 8940, 8893, 7593, 8349, 14132, 11011, 8734, 7972, 7968, 8496, 8575, 12893, 10895, 9151, 8158, 7888, 8028, 8427, 11800, 11274, 11724, 7707, 9074, 10173, 8221, 11271, 12246, 10055, 14811, 10508, 9945, 8092, 8595, 12819, 9790, 10296, 8061, 12120, 10808, 12126, 9283, 9047, 10471, 8854, 9084, 7307, 9989, 8063, 8747, 6743, 8308, 6898, 8783, 14059, 11664, 8811, 8254, 8496, 7641, 8880, 7961, 9741, 8341, 9037, 8658, 11523, 12426, 13233, 11059, 10053, 13075, 8457, 11924, 12114, 11772, 7482, 8699, 12679, 9668, 11365, 9009, 10266, 7236, 8243, 7569, 10648, 8292, 12794, 10129, 9961, 10607, 8348, 14064, 10342, 9934, 8633, 7728, 8391, 7382, 13911, 13953, 11365, 13389, 10080, 11065, 12823, 10806, 12653, 9663, 10485, 7610, 10664, 11560, 12525, 7122, 8932, 7116, 8426, 7708, 8494, 7101, 10495, 8088, 9109, 7278, 8410, 7728, 8846, 7883, 11561, 8865, 11103, 13440, 9900, 6945, 7962, 10365, 7705, 8436, 8227, 8636, 11582, 8443, 9141, 8072, 8445, 7734, 9017, 7790, 11132, 8542, 6949, 8424, 12208, 9758, 12713, 9798, 12583, 11496, 11711, 7561, 8561, 11546, 8580, 9385, 10592, 9844, 8104, 8101, 10203, 7994, 9030, 8467, 9687, 7423, 9314, 12318, 9208, 11222, 8952, 10674, 9518, 13395, 13631, 13446, 7649, 9415, 6517, 8429, 12890, 10393, 13435, 10794, 9549, 6946, 7265, 6657, 7698, 13051, 10396, 8753, 7968, 8199, 7766, 8651, 7737, 9924, 7193, 9752, 12867, 9292, 12473, 9656, 12173, 9366, 9299, 7093, 8592, 7496, 8295, 9996, 9804, 13702, 10902, 7911, 8185, 12179, 8744, 10894, 9881, 7855, 7684, 7229, 7724, 7997, 11100, 14177, 10726, 13502, 8791, 10790, 8973, 9249, 7533, 9219, 7818, 12066, 10178, 11508, 8091, 9099, 8062, 10464, 11592, 12787, 7403, 9930, 9787, 8560, 11957, 9567, 9676, 7084, 10466, 6624, 8006, 9134, 9261, 13142, 10458, 10979, 7969, 9499, 7943, 9184, 14557, 11742, 10004, 8792, 9954, 8271, 9027, 9575, 11020, 11931, 10740, 12426, 8192, 8709, 8474, 11612, 10509, 9683, 12049, 8019, 8561, 6956, 8795, 14589, 9967, 10896, 8350, 8507, 7357, 8468, 14185, 10043, 8804, 8233, 8152, 7056, 8168, 14035, 10021, 8888, 8040, 8604, 7412, 8813, 7382, 8844, 6851, 7825, 9587, 8657, 10679, 9772, 8368, 7003, 8232, 11399, 8459, 9234, 9158, 8547, 7227, 8025, 12195, 8842, 9439, 10837, 9792, 9104, 8289, 10225, 8440, 9212, 11083, 10978, 7258, 8472, 11526, 8229, 11319, 9483, 9578, 7011, 8331, 9034, 8593, 11869, 10622, 8296, 7048, 8359, 11890, 8510, 9849, 9759, 7714, 7753, 7870, 7520, 8406, 14943, 12669, 8907, 8291, 8337, 8219, 8780, 14339, 10623, 11128, 8579, 9151, 8748, 8919, 13270, 10525, 12117, 8655, 9083, 9056, 10087, 9063, 8466, 10923, 8281, 8521, 10781, 9594, 8500, 8525, 9205, 8470, 9560, 9819, 11411, 7138, 9932, 7754, 8158, 8251, 9861, 14445, 8092, 11063, 16929, 10254, 11939, 11061, 11289, 7104, 8845, 12485, 8937, 10931, 10264, 9674, 7891, 8100, 8320, 8486, 11592, 11573, 12774, 10607, 11596, 8615, 8629, 7912, 11142, 7615, 9401, 12715, 8820, 9039, 9165, 10800, 7071, 8508, 11296, 8164, 9379, 8628, 8517, 7063, 8251, 8855, 8236, 10429, 10739, 8472, 7814, 8333, 7333, 8754, 14549, 11949, 9674, 8720, 9081, 8192, 8870, 13991, 11068, 7894, 9067, 7008, 9046, 7879, 11047, 9260, 11482, 8067, 10041, 17409, 12425, 11642, 8588, 11809, 17706, 10605, 11218, 10680, 12522, 7495, 8664, 7408, 8587, 13244, 11554, 9348, 9321, 9225, 8012, 8508, 7642, 9086, 7037, 7560, 7392, 7587, 7693, 6773, 11645, 8985, 9840, 8050, 8641, 15958, 10271, 10534, 8465, 8330, 7266, 8785, 7266, 9560, 7112, 9476, 7558, 9445, 8856, 12221, 12874, 11762, 9079, 9598, 10085, 9128, 9515, 7979, 9944, 7199, 8570, 7227, 8700, 8475, 8323, 7141, 8605, 7494, 8886, 9045, 10315, 8956, 8148, 7927, 7680, 10646, 7923, 9393, 12283, 9440, 12249, 9035, 10922, 9752, 12729, 14812, 13289, 12440, 9197, 8966, 11774, 9310, 14003, 13170, 10479, 8911, 8379, 7802, 8855, 7335, 7805, 7689, 7715, 6685, 7494, 6998, 7702, 12194, 8621, 10657, 7768, 7941, 7397, 7946, 10884, 8572, 10066, 7800, 9866, 7874, 7624, 7916, 7328, 10161, 7005, 9226, 7276, 9719, 7909, 11938, 13227, 10749, 12319, 8677, 9786, 10090, 8975, 11890, 8904, 8153, 9380, 9483, 7659, 8291, 8059, 7416, 6640, 7792, 11159, 9876, 9733, 6841, 9113, 6957, 8694, 11772, 8644, 9226, 7436, 8060, 7591, 8507, 9747, 8502, 8633, 10648, 8683, 8437, 8021, 8903, 7783, 8840, 13059, 9044, 8242, 8049, 8265, 7247, 8600, 11892, 10991, 8150, 7200, 8059, 14677, 9711, 9909, 10419, 8766, 8798, 8398, 8852, 8806, 8588, 10689, 9512, 9255, 8730, 8815, 8358, 8903, 11463, 8615, 8965, 8265, 8056, 7568, 8073, 12367, 8271, 9058, 8125, 8117, 8037, 7662, 6663, 8234, 11108, 9245, 11866, 11260, 8252, 8035, 8092, 7147, 8416, 12149, 8712, 9106, 7894, 7755, 8164, 8133, 10022, 8175, 8863, 13892, 9572, 8951, 8412, 9601, 8308, 10187, 11495, 11630, 7132, 8469, 13371, 8997, 11012, 10707, 9782, 6938, 8239, 11032, 8695, 9210, 10746, 9835, 7079, 7942, 10865, 8626, 8994, 9706, 9283, 6951, 8127, 9317, 8560, 8675, 9171, 8730, 7077, 7892, 10768, 8668, 8761, 8612, 8750, 7092, 8277, 11131, 8431, 10193, 11586, 8303, 7604, 7992, 7538, 8856, 14335, 12152, 9743, 8242, 9092, 8105, 8302, 15370, 11314, 8714, 8150, 7979, 7892, 8187, 12951, 10601, 9581, 8170, 8423, 7980, 8402, 9795, 10003, 6931, 7878, 11415, 8211, 11290, 11463, 9088, 7328, 7960, 8824, 8383, 11264, 9736, 7930, 8005, 6810, 7911, 9493, 8176, 8798, 9524, 7054, 7766, 7016, 8470, 8283, 13712, 9212, 11485, 9549, 13470, 13769, 10428, 11163, 16320, 10450, 11130, 17462, 12075, 11183, 8888, 9184, 7070, 9392, 12445, 10291, 6850, 8370, 6704, 8301, 10258, 8492, 10452, 8940, 9401, 9235, 8333, 9419, 7739, 8764, 10981, 9476, 9983, 8428, 9170, 7392, 8369, 13301, 10316, 9595, 7711, 8871, 8477, 8298, 13496, 10671, 8877, 6903, 8409, 11546, 8387, 12914, 9332, 8753, 6922, 8055, 14253, 8826, 11581, 11336, 9835, 8960, 7890, 11141, 8844, 8727, 15462, 10465, 10546, 7604, 7895, 13097, 8864, 11200, 9366, 9703, 7428, 8251, 14579, 10190, 8973, 8156, 8530, 7445, 7845, 13500, 11206, 7940, 7979, 7762, 6841, 8764, 14581, 12304, 8753, 7887, 8069, 9337, 8452, 15508, 13164, 9039, 7515, 8126, 10838, 8334, 13364, 12555, 9090, 8004, 8817, 7113, 10789, 15243, 12372, 10149, 8856, 10539, 8305, 10392, 10130, 9512, 7443, 6817, 7405, 12235, 12020, 8507, 7051, 8196, 7850, 10633, 16529, 12113, 11219, 8691, 9794, 7686, 9411, 13144, 10838, 7570, 8313, 7169, 9055, 6796, 9571, 9232, 13675, 11238, 9869, 9558, 13733, 9249, 12822, 13342, 11831, 9201, 8382, 11262, 8848, 11624, 8400, 9912, 6968, 7703, 12432, 8863, 11284, 10252, 10092, 7593, 10612, 8219, 9219, 13783, 9807, 8640, 7836, 10381, 8098, 10573, 14919, 10034, 11306, 8105, 9657, 8041, 10958, 11287, 12995, 7043, 8204, 7006, 9329, 14375, 11667, 10399, 9390, 9613, 7300, 8608, 14985, 11076, 9618, 8446, 9254, 7500, 10203, 15454, 11233, 10261, 7589, 9722, 8416, 10677], 'WindowCenter': [3989.0, 3985.0, 3973.0, 3972.0, 3960.0, 3989.0, 3968.0, 4021.0, 3976.0, 4009.0, 4019.0, 3974.0, 3974.0, 3962.0, 3995.0, 3930.0, 3964.0, 3994.0, 3952.0, 3952.0, 3940.0, 3963.0, 3931.0, 3954.0, 3934.0, 3965.0, 3935.0, 3980.0, 4002.0, 3992.0, 3961.0, 3983.0, 4024.0, 3980.0, 3991.0, 4034.0, 4011.0, 3998.0, 3966.0, 3965.0, 4005.0, 3974.0, 3985.0, 3942.0, 3975.0, 4003.0, 3951.0, 3962.0, 3950.0, 3952.0, 3952.0, 3951.0, 3982.0, 3951.0, 3952.0, 3960.0, 3952.0, 3994.0, 3952.0, 3950.0, 3940.0, 3951.0, 4002.0, 3974.0, 3940.0, 3952.0, 3953.0, 3941.0, 3964.0, 3993.0, 3985.0, 3952.0, 3942.0, 3966.0, 3994.0, 3965.0, 3996.0, 3967.0, 3966.0, 3946.0, 3981.0, 3952.0, 3963.0, 3994.0, 3987.0, 3968.0, 3980.0, 3983.0, 4018.0, 3987.0, 3997.0, 3976.0, 3966.0, 3954.0, 3980.0, 4009.0, 3976.0, 3988.0, 3976.0, 3987.0, 3955.0, 3968.0, 3956.0, 3975.0, 4018.0, 4009.0, 3976.0, 3956.0, 3955.0, 3984.0, 3975.0, 4016.0, 4008.0, 3977.0, 3969.0, 3978.0, 3970.0, 3978.0, 3975.0, 3983.0, 3963.0, 3943.0, 3942.0, 3930.0, 3968.0, 4033.0, 3998.0, 4001.0, 3968.0, 3965.0, 3934.0, 3952.0, 3963.0, 3974.0, 3942.0, 3967.0, 4017.0, 3977.0, 3976.0, 4005.0, 3986.0, 3933.0, 3952.0, 3971.0, 3951.0, 3963.0, 3961.0, 3964.0, 3944.0, 3953.0, 3986.0, 3964.0, 3965.0, 3987.0, 3965.0, 3970.0, 3951.0, 3952.0, 3940.0, 3963.0, 3994.0, 3973.0, 3952.0, 3952.0, 3953.0, 3961.0, 3963.0, 3985.0, 3976.0, 3975.0, 3967.0, 3965.0, 3967.0, 4000.0, 3977.0, 3990.0, 3969.0, 3968.0, 3967.0, 3989.0, 4030.0, 4009.0, 3974.0, 3965.0, 3954.0, 3973.0, 3974.0, 3996.0, 3974.0, 4006.0, 3954.0, 3962.0, 3962.0, 3963.0, 3953.0, 3972.0, 3922.0, 3963.0, 3960.0, 3962.0, 3985.0, 3973.0, 3971.0, 3940.0, 3962.0, 3952.0, 3974.0, 3982.0, 3973.0, 3984.0, 3952.0, 3960.0, 3961.0, 3963.0, 3951.0, 3974.0, 3930.0, 3954.0, 3983.0, 3963.0, 3973.0, 3964.0, 3963.0, 3930.0, 3965.0, 3982.0, 3964.0, 3983.0, 3986.0, 3953.0, 3942.0, 3965.0, 3972.0, 3963.0, 3981.0, 3985.0, 3973.0, 3951.0, 3963.0, 3943.0, 3976.0, 4006.0, 3964.0, 3971.0, 3954.0, 3964.0, 3942.0, 3976.0, 3986.0, 3975.0, 3965.0, 3954.0, 3964.0, 3952.0, 3975.0, 3974.0, 3987.0, 3932.0, 3963.0, 3983.0, 3962.0, 3973.0, 3963.0, 3974.0, 3933.0, 3964.0, 3943.0, 3964.0, 4009.0, 3997.0, 3963.0, 3953.0, 3953.0, 3943.0, 3964.0, 3995.0, 3966.0, 3975.0, 3956.0, 3975.0, 3964.0, 3988.0, 3987.0, 3976.0, 4007.0, 3965.0, 3985.0, 3966.0, 3985.0, 3953.0, 3985.0, 4005.0, 3952.0, 3982.0, 3961.0, 3962.0, 3929.0, 3962.0, 3962.0, 3961.0, 3993.0, 3985.0, 3951.0, 3942.0, 3964.0, 3951.0, 3963.0, 4005.0, 3997.0, 3963.0, 3963.0, 3952.0, 3942.0, 3962.0, 3971.0, 3974.0, 3992.0, 3973.0, 3972.0, 3929.0, 3952.0, 3983.0, 3962.0, 3949.0, 3952.0, 3962.0, 3952.0, 3974.0, 3954.0, 3976.0, 3934.0, 3965.0, 4006.0, 3964.0, 3994.0, 3974.0, 3976.0, 3995.0, 3955.0, 3985.0, 3954.0, 3963.0, 3954.0, 3974.0, 3973.0, 3987.0, 3941.0, 3964.0, 4005.0, 3963.0, 3984.0, 3974.0, 3989.0, 3933.0, 3973.0, 3953.0, 3990.0, 3965.0, 3964.0, 3974.0, 3995.0, 3944.0, 3965.0, 3947.0, 3988.0, 3967.0, 4000.0, 3947.0, 3991.0, 3935.0, 3999.0, 3986.0, 3944.0, 3967.0, 3943.0, 3984.0, 3954.0, 4009.0, 3984.0, 3998.0, 4008.0, 3966.0, 3998.0, 3954.0, 3982.0, 3951.0, 3993.0, 3992.0, 3960.0, 3950.0, 3960.0, 3930.0, 3959.0, 3949.0, 3978.0, 3971.0, 3960.0, 3928.0, 3959.0, 3928.0, 3970.0, 3951.0, 3960.0, 3928.0, 3938.0, 3916.0, 3928.0, 3937.0, 3962.0, 3960.0, 3941.0, 3920.0, 3942.0, 3973.0, 3942.0, 3984.0, 3963.0, 3974.0, 3929.0, 3931.0, 3980.0, 3940.0, 3962.0, 3942.0, 3952.0, 3921.0, 3941.0, 3929.0, 3942.0, 3995.0, 3974.0, 3952.0, 3942.0, 3972.0, 3943.0, 3974.0, 3973.0, 3984.0, 3931.0, 3940.0, 3958.0, 3929.0, 3960.0, 3962.0, 3959.0, 3918.0, 3928.0, 3926.0, 3950.0, 3981.0, 3949.0, 3949.0, 3927.0, 3929.0, 3929.0, 3960.0, 3930.0, 3958.0, 3917.0, 3928.0, 3916.0, 3942.0, 3992.0, 3971.0, 3951.0, 3941.0, 3949.0, 3928.0, 3950.0, 3949.0, 3970.0, 3917.0, 3939.0, 3960.0, 3939.0, 3971.0, 3960.0, 3939.0, 3930.0, 3941.0, 3939.0, 3953.0, 3985.0, 3988.0, 3955.0, 3956.0, 3932.0, 3965.0, 3934.0, 3976.0, 3982.0, 4008.0, 4002.0, 4001.0, 3968.0, 3987.0, 3973.0, 3964.0, 4004.0, 3995.0, 3961.0, 3939.0, 3939.0, 3926.0, 3942.0, 3993.0, 3974.0, 3950.0, 3940.0, 3927.0, 3942.0, 3982.0, 3983.0, 3963.0, 3919.0, 3941.0, 3990.0, 3950.0, 3971.0, 3951.0, 3940.0, 3929.0, 3930.0, 3961.0, 3942.0, 3950.0, 3950.0, 3964.0, 3950.0, 3957.0, 3946.0, 3976.0, 3933.0, 3963.0, 3943.0, 3967.0, 3957.0, 3987.0, 3979.0, 3987.0, 3977.0, 3987.0, 4001.0, 3969.0, 3956.0, 3922.0, 3942.0, 3992.0, 3960.0, 3969.0, 3941.0, 3961.0, 3958.0, 3940.0, 3959.0, 3952.0, 3962.0, 3952.0, 3959.0, 3939.0, 3919.0, 3954.0, 3941.0, 3996.0, 3956.0, 3975.0, 3957.0, 3964.0, 3966.0, 4009.0, 3967.0, 3988.0, 3965.0, 3965.0, 3985.0, 3976.0, 3997.0, 3977.0, 3997.0, 3933.0, 3953.0, 3932.0, 3976.0, 3974.0, 3985.0, 3931.0, 3955.0, 3953.0, 3964.0, 4006.0, 3998.0, 3975.0, 3957.0, 3964.0, 3933.0, 3974.0, 4017.0, 3986.0, 3964.0, 3942.0, 3942.0, 3943.0, 3961.0, 3993.0, 3984.0, 3929.0, 3940.0, 3950.0, 3951.0, 3963.0, 3964.0, 3963.0, 3920.0, 3944.0, 3973.0, 3954.0, 3965.0, 3986.0, 3976.0, 3942.0, 3943.0, 3955.0, 3954.0, 3975.0, 3967.0, 3977.0, 3936.0, 3955.0, 3975.0, 3966.0, 4008.0, 4010.0, 4005.0, 3990.0, 3987.0, 3956.0, 3968.0, 4002.0, 3960.0, 3958.0, 3940.0, 3949.0, 3953.0, 3996.0, 3986.0, 3985.0, 3933.0, 3953.0, 3990.0, 3962.0, 3980.0, 3960.0, 3959.0, 3905.0, 3939.0, 3956.0, 3939.0, 3959.0, 3938.0, 3938.0, 3918.0, 3939.0, 3957.0, 3941.0, 3971.0, 3963.0, 3940.0, 3932.0, 3941.0, 3930.0, 3955.0, 3986.0, 3987.0, 3946.0, 3957.0, 3937.0, 3969.0, 3957.0, 3970.0, 4009.0, 4010.0, 3998.0, 3952.0, 3953.0, 3972.0, 3951.0, 3953.0, 3975.0, 3963.0, 3962.0, 3930.0, 3953.0, 4015.0, 3975.0, 3951.0, 3952.0, 3941.0, 3930.0, 3953.0, 4004.0, 3997.0, 3962.0, 3953.0, 3952.0, 3940.0, 3962.0, 3991.0, 3983.0, 3950.0, 3942.0, 3971.0, 3963.0, 3986.0, 3984.0, 4016.0, 3983.0, 3930.0, 3952.0, 3944.0, 3966.0, 3996.0, 3974.0, 3985.0, 3955.0, 3957.0, 3957.0, 3955.0, 4007.0, 3976.0, 3985.0, 3993.0, 3961.0, 3978.0, 3970.0, 3969.0, 3935.0, 3956.0, 3975.0, 3954.0, 3930.0, 3900.0, 3909.0, 3910.0, 3920.0, 3929.0, 3921.0, 3912.0, 3899.0, 3933.0, 3956.0, 3926.0, 3923.0, 3914.0, 3926.0, 3926.0, 3940.0, 3940.0, 3963.0, 3955.0, 3956.0, 3957.0, 3994.0, 3968.0, 3965.0, 3944.0, 3966.0, 4006.0, 3963.0, 3976.0, 3963.0, 3964.0, 3933.0, 3953.0, 3931.0, 3969.0, 4005.0, 3977.0, 3986.0, 3966.0, 3994.0, 3964.0, 3977.0, 3983.0, 4005.0, 3943.0, 3972.0, 3930.0, 3950.0, 3971.0, 3973.0, 3994.0, 3982.0, 3960.0, 3939.0, 3937.0, 3927.0, 3949.0, 3960.0, 3981.0, 3929.0, 3949.0, 3961.0, 3939.0, 3949.0, 3949.0, 3952.0, 3930.0, 3951.0, 3944.0, 3953.0, 4016.0, 3985.0, 3974.0, 3965.0, 3953.0, 3940.0, 3953.0, 4005.0, 3984.0, 3951.0, 3940.0, 3941.0, 3949.0, 3951.0, 3977.0, 3972.0, 3965.0, 3954.0, 3953.0, 3983.0, 4012.0, 4055.0, 4032.0, 4025.0, 3974.0, 3981.0, 3992.0, 3966.0, 3985.0, 3982.0, 3963.0, 4004.0, 3972.0, 3963.0, 3944.0, 3955.0, 3984.0, 3961.0, 3959.0, 3926.0, 3969.0, 3958.0, 3968.0, 3936.0, 3939.0, 3956.0, 3948.0, 3935.0, 3914.0, 3959.0, 3940.0, 3951.0, 3918.0, 3938.0, 3931.0, 3954.0, 4005.0, 3999.0, 3950.0, 3952.0, 3935.0, 3925.0, 3964.0, 3957.0, 3979.0, 3968.0, 3954.0, 3967.0, 3998.0, 3998.0, 4010.0, 3985.0, 3977.0, 3997.0, 3956.0, 3986.0, 3986.0, 3985.0, 3931.0, 3953.0, 3995.0, 3964.0, 3985.0, 3952.0, 3960.0, 3919.0, 3939.0, 3944.0, 3971.0, 3952.0, 3995.0, 3990.0, 3975.0, 3987.0, 3967.0, 4021.0, 4001.0, 3987.0, 3968.0, 3955.0, 3965.0, 3945.0, 4024.0, 4007.0, 3973.0, 3982.0, 3950.0, 3960.0, 3968.0, 3949.0, 3969.0, 3950.0, 3947.0, 3902.0, 3934.0, 3942.0, 3954.0, 3889.0, 3924.0, 3906.0, 3929.0, 3912.0, 3925.0, 3902.0, 3946.0, 3927.0, 3923.0, 3918.0, 3940.0, 3930.0, 3965.0, 3954.0, 3986.0, 3952.0, 3973.0, 3980.0, 3952.0, 3916.0, 3929.0, 3958.0, 3928.0, 3940.0, 3937.0, 3953.0, 3972.0, 3942.0, 3951.0, 3942.0, 3944.0, 3946.0, 3968.0, 3948.0, 4014.0, 3981.0, 3960.0, 3968.0, 3997.0, 3978.0, 3997.0, 3978.0, 4001.0, 3988.0, 3987.0, 3943.0, 3954.0, 3975.0, 3942.0, 3963.0, 3972.0, 3963.0, 3929.0, 3942.0, 3964.0, 3941.0, 3964.0, 3954.0, 3976.0, 3934.0, 3966.0, 3987.0, 3965.0, 3988.0, 3969.0, 3988.0, 3967.0, 3997.0, 3983.0, 3985.0, 3934.0, 3957.0, 3927.0, 3960.0, 4000.0, 3980.0, 4012.0, 3980.0, 3967.0, 3937.0, 3935.0, 3921.0, 3944.0, 3996.0, 3978.0, 3954.0, 3945.0, 3955.0, 3944.0, 3953.0, 3931.0, 3965.0, 3934.0, 3980.0, 3998.0, 3968.0, 3996.0, 3965.0, 3999.0, 3968.0, 3983.0, 3909.0, 3930.0, 3922.0, 3931.0, 3936.0, 3953.0, 3995.0, 3990.0, 3973.0, 3983.0, 3997.0, 3954.0, 3975.0, 3962.0, 3941.0, 3943.0, 3932.0, 3958.0, 3968.0, 4000.0, 4023.0, 4001.0, 4009.0, 3956.0, 3975.0, 3953.0, 3964.0, 3942.0, 3963.0, 3957.0, 4001.0, 3988.0, 3986.0, 3957.0, 3953.0, 3946.0, 3990.0, 3997.0, 3998.0, 3933.0, 3976.0, 3961.0, 3953.0, 3983.0, 3977.0, 3965.0, 3933.0, 3973.0, 3920.0, 3942.0, 3962.0, 3965.0, 3997.0, 3986.0, 3975.0, 3953.0, 3964.0, 3943.0, 3978.0, 4018.0, 3998.0, 3963.0, 3955.0, 3963.0, 3954.0, 3963.0, 3963.0, 3975.0, 3982.0, 3974.0, 3981.0, 3941.0, 3951.0, 3953.0, 3984.0, 3962.0, 3961.0, 3981.0, 3941.0, 3941.0, 3918.0, 3953.0, 4003.0, 3963.0, 3970.0, 3942.0, 3952.0, 3929.0, 3942.0, 4003.0, 3963.0, 3949.0, 3953.0, 3942.0, 3930.0, 3953.0, 4004.0, 3964.0, 3952.0, 3944.0, 3953.0, 3944.0, 3965.0, 3945.0, 3965.0, 3933.0, 3945.0, 3974.0, 3966.0, 3987.0, 3977.0, 3955.0, 3933.0, 3956.0, 3984.0, 3954.0, 3966.0, 3965.0, 3955.0, 3943.0, 3955.0, 3997.0, 3965.0, 3965.0, 3986.0, 3975.0, 3952.0, 3955.0, 3974.0, 3953.0, 3963.0, 3984.0, 3975.0, 3930.0, 3953.0, 3984.0, 3952.0, 3985.0, 3966.0, 3963.0, 3932.0, 3954.0, 3952.0, 3965.0, 3995.0, 3973.0, 3953.0, 3931.0, 3954.0, 3982.0, 3965.0, 3976.0, 3975.0, 3943.0, 3954.0, 3954.0, 3943.0, 3967.0, 4017.0, 3997.0, 3963.0, 3955.0, 3955.0, 3953.0, 3954.0, 4004.0, 3975.0, 3983.0, 3953.0, 3963.0, 3952.0, 3965.0, 3994.0, 3974.0, 3984.0, 3953.0, 3952.0, 3951.0, 3975.0, 3952.0, 3954.0, 3972.0, 3953.0, 3965.0, 3983.0, 3976.0, 3953.0, 3953.0, 3963.0, 3955.0, 3977.0, 3977.0, 3997.0, 3931.0, 3975.0, 3956.0, 3954.0, 3967.0, 3986.0, 4018.0, 3955.0, 3987.0, 4017.0, 3975.0, 3985.0, 3973.0, 3973.0, 3931.0, 3951.0, 3980.0, 3951.0, 3973.0, 3973.0, 3960.0, 3941.0, 3939.0, 3952.0, 3951.0, 3980.0, 3983.0, 3980.0, 3973.0, 3969.0, 3938.0, 3938.0, 3939.0, 3971.0, 3929.0, 3951.0, 3980.0, 3951.0, 3951.0, 3949.0, 3970.0, 3917.0, 3940.0, 3969.0, 3939.0, 3959.0, 3949.0, 3951.0, 3928.0, 3951.0, 3949.0, 3954.0, 3972.0, 3984.0, 3953.0, 3943.0, 3954.0, 3942.0, 3979.0, 4017.0, 3995.0, 3973.0, 3955.0, 3952.0, 3953.0, 3965.0, 4017.0, 3989.0, 3953.0, 3968.0, 3943.0, 3965.0, 3956.0, 4000.0, 3992.0, 4000.0, 3968.0, 3989.0, 4029.0, 3997.0, 3987.0, 3954.0, 3986.0, 4014.0, 3974.0, 3974.0, 3962.0, 3983.0, 3917.0, 3938.0, 3915.0, 3938.0, 3990.0, 3985.0, 3951.0, 3949.0, 3949.0, 3940.0, 3951.0, 3942.0, 3951.0, 3930.0, 3942.0, 3943.0, 3954.0, 3969.0, 3944.0, 3987.0, 3953.0, 3963.0, 3954.0, 3964.0, 4043.0, 4005.0, 3976.0, 3957.0, 3969.0, 3944.0, 3951.0, 3929.0, 3962.0, 3929.0, 3959.0, 3931.0, 3961.0, 3951.0, 3995.0, 3982.0, 3982.0, 3941.0, 3949.0, 3945.0, 3936.0, 3946.0, 3925.0, 3947.0, 3916.0, 3936.0, 3917.0, 3953.0, 3952.0, 3955.0, 3945.0, 3963.0, 3955.0, 3977.0, 3977.0, 4000.0, 3991.0, 3980.0, 3970.0, 3970.0, 4002.0, 3958.0, 3966.0, 3998.0, 3977.0, 3997.0, 3968.0, 3988.0, 3979.0, 4011.0, 4006.0, 3985.0, 3969.0, 3936.0, 3924.0, 3955.0, 3935.0, 3976.0, 3966.0, 3933.0, 3924.0, 3912.0, 3914.0, 3923.0, 3903.0, 3913.0, 3914.0, 3927.0, 3906.0, 3929.0, 3929.0, 3944.0, 3982.0, 3953.0, 3973.0, 3930.0, 3939.0, 3930.0, 3940.0, 3972.0, 3952.0, 3964.0, 3928.0, 3936.0, 3929.0, 3929.0, 3953.0, 3944.0, 3988.0, 3948.0, 3977.0, 3948.0, 3977.0, 3957.0, 4000.0, 3997.0, 3976.0, 3985.0, 3942.0, 3963.0, 3961.0, 3950.0, 3969.0, 3939.0, 3930.0, 3948.0, 3951.0, 3927.0, 3941.0, 3939.0, 3932.0, 3920.0, 3944.0, 3985.0, 3975.0, 3967.0, 3923.0, 3953.0, 3919.0, 3952.0, 3984.0, 3954.0, 3964.0, 3932.0, 3942.0, 3929.0, 3954.0, 3963.0, 3953.0, 3964.0, 3974.0, 3955.0, 3952.0, 3955.0, 3963.0, 3942.0, 3965.0, 4009.0, 3965.0, 3954.0, 3955.0, 3954.0, 3943.0, 3967.0, 3997.0, 3987.0, 3944.0, 3944.0, 3955.0, 4004.0, 3966.0, 3964.0, 3972.0, 3954.0, 3950.0, 3942.0, 3951.0, 3950.0, 3953.0, 3973.0, 3965.0, 3953.0, 3952.0, 3952.0, 3953.0, 3965.0, 3985.0, 3955.0, 3952.0, 3955.0, 3943.0, 3941.0, 3954.0, 3996.0, 3954.0, 3966.0, 3957.0, 3967.0, 3957.0, 3956.0, 3933.0, 3954.0, 3985.0, 3964.0, 3984.0, 3986.0, 3954.0, 3944.0, 3943.0, 3933.0, 3955.0, 3998.0, 3965.0, 3966.0, 3953.0, 3945.0, 3953.0, 3957.0, 3977.0, 3954.0, 3966.0, 4008.0, 3979.0, 3964.0, 3956.0, 3963.0, 3956.0, 3976.0, 3986.0, 3986.0, 3933.0, 3953.0, 3996.0, 3954.0, 3973.0, 3973.0, 3962.0, 3918.0, 3941.0, 3971.0, 3951.0, 3952.0, 3971.0, 3964.0, 3919.0, 3941.0, 3970.0, 3940.0, 3949.0, 3948.0, 3952.0, 3916.0, 3939.0, 3949.0, 3950.0, 3950.0, 3961.0, 3951.0, 3929.0, 3942.0, 3971.0, 3952.0, 3953.0, 3952.0, 3955.0, 3930.0, 3956.0, 3982.0, 3952.0, 3974.0, 3984.0, 3953.0, 3944.0, 3943.0, 3944.0, 3966.0, 4005.0, 3996.0, 3963.0, 3941.0, 3952.0, 3941.0, 3955.0, 4002.0, 3972.0, 3938.0, 3939.0, 3928.0, 3927.0, 3939.0, 3980.0, 3971.0, 3950.0, 3939.0, 3938.0, 3928.0, 3937.0, 3959.0, 3961.0, 3916.0, 3938.0, 3970.0, 3938.0, 3969.0, 3971.0, 3938.0, 3918.0, 3928.0, 3937.0, 3941.0, 3985.0, 3962.0, 3941.0, 3939.0, 3930.0, 3968.0, 3989.0, 3982.0, 3997.0, 3994.0, 3961.0, 3974.0, 3961.0, 3982.0, 3969.0, 4008.0, 3966.0, 3986.0, 3978.0, 4009.0, 4012.0, 3987.0, 3988.0, 4018.0, 3962.0, 3973.0, 4002.0, 3971.0, 3958.0, 3937.0, 3937.0, 3905.0, 3949.0, 3980.0, 3958.0, 3906.0, 3938.0, 3908.0, 3937.0, 3959.0, 3939.0, 3971.0, 3949.0, 3951.0, 3952.0, 3951.0, 3950.0, 3941.0, 3952.0, 3971.0, 3963.0, 3963.0, 3952.0, 3963.0, 3932.0, 3954.0, 3994.0, 3975.0, 3964.0, 3943.0, 3964.0, 3952.0, 3953.0, 4006.0, 3986.0, 3965.0, 3945.0, 3969.0, 3995.0, 3968.0, 4007.0, 3976.0, 3966.0, 3946.0, 3956.0, 4020.0, 3967.0, 3998.0, 3988.0, 3978.0, 3965.0, 3955.0, 3986.0, 3965.0, 3955.0, 4016.0, 3974.0, 3974.0, 3942.0, 3954.0, 3993.0, 3964.0, 3984.0, 3963.0, 3963.0, 3932.0, 3953.0, 4004.0, 3974.0, 3954.0, 3954.0, 3953.0, 3931.0, 3943.0, 4005.0, 3986.0, 3944.0, 3955.0, 3943.0, 3933.0, 3966.0, 4017.0, 4000.0, 3955.0, 3957.0, 3943.0, 3963.0, 3953.0, 4015.0, 3995.0, 3951.0, 3932.0, 3942.0, 3971.0, 3954.0, 3994.0, 3997.0, 3952.0, 3943.0, 3952.0, 3930.0, 3974.0, 4003.0, 3985.0, 3972.0, 3965.0, 3985.0, 3956.0, 3958.0, 3943.0, 3947.0, 3940.0, 3934.0, 3943.0, 3994.0, 3996.0, 3964.0, 3932.0, 3954.0, 3953.0, 3986.0, 4016.0, 3996.0, 3986.0, 3952.0, 3962.0, 3929.0, 3961.0, 3992.0, 3973.0, 3928.0, 3941.0, 3930.0, 3964.0, 3931.0, 3975.0, 3964.0, 4005.0, 3986.0, 3974.0, 3975.0, 3994.0, 3950.0, 3982.0, 3990.0, 3983.0, 3948.0, 3939.0, 3967.0, 3947.0, 3971.0, 3939.0, 3959.0, 3917.0, 3939.0, 3978.0, 3950.0, 3982.0, 3973.0, 3974.0, 3942.0, 3984.0, 3950.0, 3963.0, 4004.0, 3975.0, 3951.0, 3944.0, 3974.0, 3942.0, 3985.0, 4017.0, 3990.0, 3986.0, 3955.0, 3964.0, 3942.0, 3984.0, 3984.0, 4007.0, 3943.0, 3954.0, 3945.0, 3975.0, 4005.0, 3988.0, 3976.0, 3964.0, 3963.0, 3942.0, 3955.0, 4003.0, 3985.0, 3963.0, 3952.0, 3951.0, 3929.0, 3961.0, 4004.0, 3973.0, 3973.0, 3942.0, 3960.0, 3952.0, 3984.0], 'WindowWidth': [8935.0, 8919.0, 8902.0, 8894.0, 8876.0, 8910.0, 8883.0, 8955.0, 8889.0, 8933.0, 8946.0, 8880.0, 8877.0, 8860.0, 8907.0, 8818.0, 8865.0, 8907.0, 8849.0, 8846.0, 8831.0, 8864.0, 8823.0, 8854.0, 8832.0, 8873.0, 8835.0, 8902.0, 8933.0, 8920.0, 8878.0, 8910.0, 8963.0, 8899.0, 8916.0, 8976.0, 8939.0, 8918.0, 8873.0, 8869.0, 8924.0, 8881.0, 8894.0, 8835.0, 8880.0, 8918.0, 8846.0, 8859.0, 8843.0, 8848.0, 8847.0, 8846.0, 8886.0, 8847.0, 8848.0, 8858.0, 8848.0, 8904.0, 8847.0, 8843.0, 8830.0, 8845.0, 8916.0, 8879.0, 8830.0, 8850.0, 8851.0, 8835.0, 8868.0, 8907.0, 8897.0, 8851.0, 8838.0, 8872.0, 8908.0, 8870.0, 8912.0, 8875.0, 8877.0, 8851.0, 8904.0, 8846.0, 8863.0, 8908.0, 8904.0, 8879.0, 8901.0, 8906.0, 8947.0, 8903.0, 8918.0, 8888.0, 8874.0, 8855.0, 8901.0, 8937.0, 8890.0, 8905.0, 8888.0, 8902.0, 8860.0, 8878.0, 8861.0, 8887.0, 8948.0, 8937.0, 8886.0, 8861.0, 8858.0, 8895.0, 8883.0, 8943.0, 8932.0, 8887.0, 8881.0, 8893.0, 8886.0, 8890.0, 8864.0, 8885.0, 8858.0, 8834.0, 8832.0, 8813.0, 8883.0, 8975.0, 8920.0, 8928.0, 8882.0, 8872.0, 8828.0, 8851.0, 8866.0, 8882.0, 8838.0, 8877.0, 8943.0, 8889.0, 8886.0, 8926.0, 8900.0, 8823.0, 8848.0, 8870.0, 8844.0, 8862.0, 8861.0, 8867.0, 8839.0, 8853.0, 8897.0, 8867.0, 8869.0, 8901.0, 8869.0, 8870.0, 8846.0, 8846.0, 8831.0, 8864.0, 8907.0, 8880.0, 8850.0, 8850.0, 8852.0, 8861.0, 8866.0, 8898.0, 8889.0, 8891.0, 8880.0, 8874.0, 8880.0, 8928.0, 8892.0, 8912.0, 8887.0, 8881.0, 8880.0, 8911.0, 8967.0, 8935.0, 8882.0, 8871.0, 8854.0, 8878.0, 8881.0, 8912.0, 8881.0, 8925.0, 8854.0, 8859.0, 8861.0, 8864.0, 8851.0, 8876.0, 8807.0, 8863.0, 8858.0, 8862.0, 8895.0, 8879.0, 8871.0, 8830.0, 8861.0, 8848.0, 8880.0, 8889.0, 8879.0, 8892.0, 8849.0, 8857.0, 8862.0, 8863.0, 8847.0, 8880.0, 8818.0, 8853.0, 8890.0, 8866.0, 8879.0, 8867.0, 8863.0, 8820.0, 8870.0, 8890.0, 8867.0, 8893.0, 8899.0, 8851.0, 8836.0, 8872.0, 8876.0, 8866.0, 8890.0, 8898.0, 8878.0, 8849.0, 8864.0, 8839.0, 8886.0, 8926.0, 8868.0, 8874.0, 8855.0, 8867.0, 8838.0, 8886.0, 8899.0, 8887.0, 8869.0, 8856.0, 8867.0, 8851.0, 8883.0, 8883.0, 8902.0, 8823.0, 8867.0, 8893.0, 8865.0, 8879.0, 8867.0, 8882.0, 8826.0, 8868.0, 8838.0, 8869.0, 8933.0, 8918.0, 8865.0, 8852.0, 8853.0, 8840.0, 8869.0, 8911.0, 8873.0, 8884.0, 8862.0, 8885.0, 8871.0, 8906.0, 8906.0, 8890.0, 8930.0, 8872.0, 8898.0, 8874.0, 8899.0, 8854.0, 8899.0, 8925.0, 8850.0, 8889.0, 8861.0, 8862.0, 8819.0, 8864.0, 8864.0, 8862.0, 8908.0, 8899.0, 8848.0, 8838.0, 8867.0, 8847.0, 8866.0, 8926.0, 8919.0, 8867.0, 8869.0, 8851.0, 8839.0, 8865.0, 8876.0, 8881.0, 8905.0, 8879.0, 8875.0, 8816.0, 8849.0, 8892.0, 8864.0, 8845.0, 8852.0, 8865.0, 8851.0, 8884.0, 8857.0, 8888.0, 8832.0, 8874.0, 8928.0, 8869.0, 8910.0, 8883.0, 8888.0, 8912.0, 8859.0, 8897.0, 8858.0, 8867.0, 8856.0, 8885.0, 8884.0, 8904.0, 8838.0, 8868.0, 8923.0, 8867.0, 8896.0, 8884.0, 8907.0, 8824.0, 8875.0, 8854.0, 8911.0, 8871.0, 8867.0, 8884.0, 8911.0, 8843.0, 8873.0, 8854.0, 8906.0, 8879.0, 8927.0, 8854.0, 8916.0, 8832.0, 8917.0, 8900.0, 8843.0, 8877.0, 8838.0, 8892.0, 8856.0, 8935.0, 8896.0, 8917.0, 8933.0, 8872.0, 8916.0, 8852.0, 8887.0, 8846.0, 8905.0, 8904.0, 8857.0, 8842.0, 8853.0, 8815.0, 8850.0, 8840.0, 8879.0, 8873.0, 8854.0, 8812.0, 8850.0, 8811.0, 8868.0, 8844.0, 8855.0, 8812.0, 8823.0, 8794.0, 8812.0, 8823.0, 8860.0, 8857.0, 8833.0, 8803.0, 8836.0, 8877.0, 8839.0, 8894.0, 8865.0, 8880.0, 8815.0, 8819.0, 8882.0, 8830.0, 8860.0, 8835.0, 8848.0, 8805.0, 8832.0, 8815.0, 8835.0, 8909.0, 8882.0, 8849.0, 8836.0, 8873.0, 8837.0, 8880.0, 8879.0, 8895.0, 8817.0, 8828.0, 8849.0, 8814.0, 8854.0, 8860.0, 8854.0, 8796.0, 8810.0, 8806.0, 8842.0, 8883.0, 8840.0, 8838.0, 8808.0, 8809.0, 8812.0, 8854.0, 8814.0, 8851.0, 8794.0, 8809.0, 8793.0, 8835.0, 8901.0, 8874.0, 8843.0, 8831.0, 8840.0, 8813.0, 8843.0, 8840.0, 8870.0, 8795.0, 8827.0, 8854.0, 8830.0, 8873.0, 8858.0, 8828.0, 8817.0, 8833.0, 8831.0, 8852.0, 8900.0, 8909.0, 8859.0, 8862.0, 8824.0, 8873.0, 8834.0, 8890.0, 8904.0, 8938.0, 8931.0, 8927.0, 8879.0, 8904.0, 8878.0, 8866.0, 8920.0, 8908.0, 8856.0, 8826.0, 8826.0, 8808.0, 8833.0, 8901.0, 8879.0, 8841.0, 8829.0, 8809.0, 8833.0, 8889.0, 8891.0, 8862.0, 8802.0, 8832.0, 8898.0, 8844.0, 8871.0, 8844.0, 8828.0, 8815.0, 8817.0, 8858.0, 8835.0, 8843.0, 8844.0, 8868.0, 8865.0, 8865.0, 8848.0, 8888.0, 8826.0, 8865.0, 8839.0, 8875.0, 8863.0, 8902.0, 8897.0, 8903.0, 8886.0, 8901.0, 8926.0, 8884.0, 8861.0, 8810.0, 8836.0, 8902.0, 8855.0, 8867.0, 8830.0, 8856.0, 8851.0, 8829.0, 8852.0, 8848.0, 8860.0, 8849.0, 8855.0, 8831.0, 8803.0, 8853.0, 8837.0, 8915.0, 8862.0, 8886.0, 8866.0, 8869.0, 8877.0, 8937.0, 8879.0, 8905.0, 8869.0, 8870.0, 8897.0, 8887.0, 8918.0, 8889.0, 8917.0, 8827.0, 8853.0, 8823.0, 8884.0, 8882.0, 8897.0, 8822.0, 8857.0, 8852.0, 8869.0, 8929.0, 8920.0, 8884.0, 8862.0, 8869.0, 8825.0, 8881.0, 8942.0, 8898.0, 8864.0, 8837.0, 8835.0, 8836.0, 8860.0, 8904.0, 8894.0, 8816.0, 8832.0, 8843.0, 8846.0, 8864.0, 8867.0, 8865.0, 8805.0, 8840.0, 8878.0, 8854.0, 8871.0, 8899.0, 8887.0, 8836.0, 8841.0, 8855.0, 8855.0, 8885.0, 8877.0, 8889.0, 8836.0, 8859.0, 8885.0, 8875.0, 8933.0, 8940.0, 8944.0, 8935.0, 8922.0, 8864.0, 8879.0, 8916.0, 8853.0, 8848.0, 8827.0, 8840.0, 8853.0, 8913.0, 8900.0, 8898.0, 8827.0, 8849.0, 8897.0, 8859.0, 8883.0, 8857.0, 8851.0, 8776.0, 8823.0, 8844.0, 8826.0, 8852.0, 8826.0, 8823.0, 8799.0, 8828.0, 8848.0, 8831.0, 8872.0, 8863.0, 8831.0, 8825.0, 8835.0, 8820.0, 8856.0, 8901.0, 8907.0, 8847.0, 8867.0, 8840.0, 8886.0, 8869.0, 8888.0, 8938.0, 8941.0, 8919.0, 8849.0, 8852.0, 8875.0, 8845.0, 8850.0, 8881.0, 8864.0, 8863.0, 8818.0, 8851.0, 8939.0, 8886.0, 8849.0, 8852.0, 8835.0, 8819.0, 8852.0, 8924.0, 8916.0, 8863.0, 8852.0, 8848.0, 8831.0, 8862.0, 8899.0, 8892.0, 8844.0, 8836.0, 8874.0, 8869.0, 8901.0, 8895.0, 8943.0, 8892.0, 8819.0, 8853.0, 8846.0, 8881.0, 8920.0, 8888.0, 8904.0, 8861.0, 8867.0, 8868.0, 8860.0, 8932.0, 8891.0, 8897.0, 8903.0, 8859.0, 8877.0, 8868.0, 8866.0, 8812.0, 8842.0, 8868.0, 8837.0, 8799.0, 8758.0, 8770.0, 8770.0, 8784.0, 8798.0, 8789.0, 8778.0, 8760.0, 8809.0, 8848.0, 8807.0, 8797.0, 8786.0, 8804.0, 8804.0, 8831.0, 8835.0, 8871.0, 8862.0, 8864.0, 8865.0, 8912.0, 8883.0, 8873.0, 8846.0, 8875.0, 8926.0, 8866.0, 8889.0, 8868.0, 8868.0, 8827.0, 8854.0, 8823.0, 8884.0, 8928.0, 8891.0, 8900.0, 8875.0, 8910.0, 8869.0, 8886.0, 8893.0, 8925.0, 8838.0, 8877.0, 8817.0, 8845.0, 8872.0, 8878.0, 8906.0, 8888.0, 8855.0, 8826.0, 8821.0, 8809.0, 8841.0, 8855.0, 8886.0, 8813.0, 8842.0, 8858.0, 8830.0, 8841.0, 8844.0, 8849.0, 8820.0, 8848.0, 8843.0, 8856.0, 8942.0, 8900.0, 8881.0, 8870.0, 8851.0, 8832.0, 8851.0, 8924.0, 8896.0, 8846.0, 8832.0, 8833.0, 8843.0, 8846.0, 8876.0, 8877.0, 8874.0, 8858.0, 8856.0, 8916.0, 8970.0, 9033.0, 8989.0, 8971.0, 8899.0, 8907.0, 8916.0, 8878.0, 8896.0, 8886.0, 8860.0, 8919.0, 8874.0, 8862.0, 8840.0, 8854.0, 8890.0, 8857.0, 8849.0, 8803.0, 8864.0, 8846.0, 8862.0, 8816.0, 8823.0, 8843.0, 8835.0, 8815.0, 8787.0, 8852.0, 8829.0, 8843.0, 8798.0, 8826.0, 8821.0, 8855.0, 8927.0, 8920.0, 8843.0, 8847.0, 8814.0, 8804.0, 8871.0, 8865.0, 8894.0, 8883.0, 8852.0, 8876.0, 8918.0, 8920.0, 8938.0, 8900.0, 8888.0, 8917.0, 8858.0, 8899.0, 8900.0, 8897.0, 8820.0, 8850.0, 8909.0, 8866.0, 8898.0, 8850.0, 8854.0, 8799.0, 8824.0, 8841.0, 8872.0, 8850.0, 8915.0, 8915.0, 8890.0, 8909.0, 8883.0, 8966.0, 8934.0, 8910.0, 8885.0, 8864.0, 8879.0, 8854.0, 8961.0, 8932.0, 8875.0, 8885.0, 8837.0, 8850.0, 8860.0, 8834.0, 8866.0, 8840.0, 8827.0, 8764.0, 8807.0, 8815.0, 8835.0, 8740.0, 8794.0, 8776.0, 8809.0, 8780.0, 8795.0, 8762.0, 8825.0, 8803.0, 8791.0, 8793.0, 8826.0, 8817.0, 8870.0, 8857.0, 8897.0, 8847.0, 8874.0, 8881.0, 8844.0, 8791.0, 8812.0, 8847.0, 8809.0, 8827.0, 8821.0, 8850.0, 8874.0, 8833.0, 8842.0, 8832.0, 8838.0, 8848.0, 8876.0, 8852.0, 8949.0, 8903.0, 8876.0, 8878.0, 8913.0, 8891.0, 8915.0, 8893.0, 8927.0, 8905.0, 8900.0, 8835.0, 8852.0, 8879.0, 8833.0, 8866.0, 8874.0, 8860.0, 8812.0, 8833.0, 8864.0, 8833.0, 8866.0, 8855.0, 8886.0, 8827.0, 8872.0, 8899.0, 8871.0, 8905.0, 8880.0, 8904.0, 8872.0, 8909.0, 8884.0, 8888.0, 8817.0, 8855.0, 8818.0, 8864.0, 8919.0, 8894.0, 8938.0, 8894.0, 8870.0, 8833.0, 8827.0, 8803.0, 8837.0, 8909.0, 8890.0, 8854.0, 8843.0, 8856.0, 8841.0, 8849.0, 8820.0, 8869.0, 8826.0, 8897.0, 8919.0, 8877.0, 8911.0, 8869.0, 8919.0, 8877.0, 8906.0, 8782.0, 8803.0, 8802.0, 8812.0, 8808.0, 8843.0, 8906.0, 8910.0, 8896.0, 8911.0, 8915.0, 8854.0, 8882.0, 8862.0, 8833.0, 8840.0, 8821.0, 8870.0, 8882.0, 8930.0, 8960.0, 8928.0, 8932.0, 8858.0, 8881.0, 8844.0, 8864.0, 8836.0, 8864.0, 8864.0, 8924.0, 8907.0, 8899.0, 8863.0, 8852.0, 8845.0, 8910.0, 8915.0, 8918.0, 8826.0, 8883.0, 8859.0, 8850.0, 8894.0, 8892.0, 8870.0, 8826.0, 8878.0, 8803.0, 8833.0, 8862.0, 8870.0, 8914.0, 8900.0, 8881.0, 8854.0, 8868.0, 8839.0, 8891.0, 8949.0, 8917.0, 8865.0, 8855.0, 8864.0, 8853.0, 8865.0, 8865.0, 8881.0, 8888.0, 8880.0, 8885.0, 8833.0, 8845.0, 8851.0, 8895.0, 8861.0, 8860.0, 8884.0, 8831.0, 8830.0, 8800.0, 8852.0, 8920.0, 8864.0, 8869.0, 8836.0, 8849.0, 8816.0, 8835.0, 8918.0, 8866.0, 8843.0, 8852.0, 8834.0, 8819.0, 8855.0, 8922.0, 8867.0, 8849.0, 8841.0, 8850.0, 8842.0, 8873.0, 8845.0, 8870.0, 8827.0, 8846.0, 8882.0, 8875.0, 8907.0, 8890.0, 8858.0, 8828.0, 8860.0, 8896.0, 8858.0, 8874.0, 8872.0, 8857.0, 8840.0, 8858.0, 8915.0, 8871.0, 8872.0, 8901.0, 8885.0, 8850.0, 8858.0, 8880.0, 8853.0, 8867.0, 8895.0, 8884.0, 8819.0, 8851.0, 8892.0, 8851.0, 8897.0, 8872.0, 8865.0, 8823.0, 8855.0, 8849.0, 8870.0, 8912.0, 8880.0, 8852.0, 8822.0, 8855.0, 8892.0, 8874.0, 8887.0, 8884.0, 8840.0, 8859.0, 8856.0, 8842.0, 8877.0, 8947.0, 8917.0, 8867.0, 8859.0, 8856.0, 8854.0, 8856.0, 8923.0, 8884.0, 8892.0, 8853.0, 8865.0, 8851.0, 8871.0, 8908.0, 8881.0, 8894.0, 8850.0, 8849.0, 8848.0, 8883.0, 8850.0, 8855.0, 8876.0, 8854.0, 8873.0, 8893.0, 8887.0, 8854.0, 8855.0, 8865.0, 8859.0, 8894.0, 8893.0, 8918.0, 8821.0, 8885.0, 8866.0, 8858.0, 8880.0, 8905.0, 8948.0, 8862.0, 8904.0, 8945.0, 8886.0, 8900.0, 8878.0, 8876.0, 8819.0, 8845.0, 8883.0, 8846.0, 8877.0, 8877.0, 8856.0, 8834.0, 8827.0, 8850.0, 8847.0, 8886.0, 8891.0, 8884.0, 8876.0, 8867.0, 8826.0, 8825.0, 8829.0, 8872.0, 8815.0, 8845.0, 8883.0, 8846.0, 8845.0, 8842.0, 8870.0, 8796.0, 8829.0, 8867.0, 8829.0, 8855.0, 8842.0, 8844.0, 8814.0, 8846.0, 8842.0, 8855.0, 8879.0, 8896.0, 8853.0, 8841.0, 8853.0, 8838.0, 8897.0, 8945.0, 8912.0, 8881.0, 8859.0, 8850.0, 8852.0, 8874.0, 8946.0, 8907.0, 8854.0, 8878.0, 8843.0, 8871.0, 8865.0, 8928.0, 8922.0, 8927.0, 8882.0, 8910.0, 8965.0, 8918.0, 8902.0, 8857.0, 8901.0, 8936.0, 8880.0, 8879.0, 8863.0, 8889.0, 8795.0, 8822.0, 8789.0, 8824.0, 8898.0, 8896.0, 8847.0, 8842.0, 8839.0, 8831.0, 8850.0, 8837.0, 8847.0, 8821.0, 8841.0, 8844.0, 8863.0, 8888.0, 8849.0, 8903.0, 8852.0, 8865.0, 8859.0, 8871.0, 8994.0, 8945.0, 8887.0, 8863.0, 8886.0, 8843.0, 8846.0, 8817.0, 8861.0, 8817.0, 8855.0, 8818.0, 8859.0, 8846.0, 8910.0, 8889.0, 8888.0, 8828.0, 8837.0, 8827.0, 8816.0, 8830.0, 8800.0, 8833.0, 8790.0, 8816.0, 8794.0, 8851.0, 8849.0, 8856.0, 8846.0, 8869.0, 8863.0, 8894.0, 8896.0, 8932.0, 8923.0, 8909.0, 8891.0, 8895.0, 8935.0, 8865.0, 8874.0, 8916.0, 8887.0, 8915.0, 8877.0, 8905.0, 8895.0, 8941.0, 8929.0, 8894.0, 8864.0, 8813.0, 8793.0, 8835.0, 8811.0, 8869.0, 8853.0, 8805.0, 8794.0, 8776.0, 8782.0, 8794.0, 8766.0, 8781.0, 8784.0, 8804.0, 8777.0, 8812.0, 8815.0, 8841.0, 8889.0, 8850.0, 8874.0, 8816.0, 8826.0, 8814.0, 8827.0, 8872.0, 8847.0, 8867.0, 8808.0, 8810.0, 8811.0, 8810.0, 8855.0, 8846.0, 8905.0, 8853.0, 8890.0, 8855.0, 8889.0, 8863.0, 8926.0, 8917.0, 8886.0, 8894.0, 8834.0, 8860.0, 8855.0, 8841.0, 8863.0, 8824.0, 8813.0, 8837.0, 8843.0, 8807.0, 8829.0, 8827.0, 8823.0, 8806.0, 8841.0, 8898.0, 8887.0, 8873.0, 8812.0, 8852.0, 8803.0, 8847.0, 8890.0, 8854.0, 8867.0, 8821.0, 8833.0, 8815.0, 8854.0, 8863.0, 8850.0, 8870.0, 8883.0, 8857.0, 8849.0, 8857.0, 8867.0, 8838.0, 8871.0, 8933.0, 8873.0, 8855.0, 8859.0, 8856.0, 8839.0, 8876.0, 8918.0, 8903.0, 8841.0, 8841.0, 8857.0, 8924.0, 8872.0, 8866.0, 8876.0, 8852.0, 8842.0, 8835.0, 8847.0, 8845.0, 8853.0, 8878.0, 8868.0, 8848.0, 8849.0, 8848.0, 8851.0, 8871.0, 8897.0, 8857.0, 8849.0, 8855.0, 8838.0, 8836.0, 8854.0, 8913.0, 8853.0, 8873.0, 8865.0, 8880.0, 8867.0, 8861.0, 8830.0, 8858.0, 8898.0, 8868.0, 8896.0, 8899.0, 8853.0, 8841.0, 8840.0, 8828.0, 8860.0, 8918.0, 8872.0, 8873.0, 8854.0, 8844.0, 8853.0, 8864.0, 8890.0, 8857.0, 8877.0, 8934.0, 8894.0, 8868.0, 8861.0, 8866.0, 8859.0, 8888.0, 8902.0, 8901.0, 8825.0, 8853.0, 8912.0, 8853.0, 8879.0, 8878.0, 8863.0, 8800.0, 8833.0, 8871.0, 8846.0, 8848.0, 8873.0, 8865.0, 8802.0, 8832.0, 8870.0, 8831.0, 8841.0, 8838.0, 8845.0, 8793.0, 8827.0, 8840.0, 8843.0, 8844.0, 8861.0, 8847.0, 8815.0, 8835.0, 8873.0, 8849.0, 8852.0, 8850.0, 8856.0, 8821.0, 8860.0, 8890.0, 8850.0, 8882.0, 8896.0, 8852.0, 8844.0, 8840.0, 8843.0, 8874.0, 8926.0, 8914.0, 8863.0, 8834.0, 8847.0, 8831.0, 8857.0, 8919.0, 8878.0, 8824.0, 8827.0, 8811.0, 8808.0, 8827.0, 8883.0, 8874.0, 8841.0, 8826.0, 8824.0, 8810.0, 8822.0, 8853.0, 8857.0, 8792.0, 8825.0, 8867.0, 8826.0, 8868.0, 8873.0, 8823.0, 8796.0, 8810.0, 8821.0, 8832.0, 8895.0, 8862.0, 8832.0, 8831.0, 8821.0, 8883.0, 8911.0, 8910.0, 8936.0, 8926.0, 8877.0, 8899.0, 8879.0, 8906.0, 8882.0, 8931.0, 8874.0, 8900.0, 8892.0, 8935.0, 8943.0, 8901.0, 8905.0, 8945.0, 8860.0, 8873.0, 8915.0, 8869.0, 8845.0, 8818.0, 8816.0, 8773.0, 8836.0, 8878.0, 8849.0, 8776.0, 8820.0, 8780.0, 8821.0, 8852.0, 8826.0, 8871.0, 8841.0, 8845.0, 8844.0, 8847.0, 8841.0, 8832.0, 8846.0, 8871.0, 8864.0, 8863.0, 8850.0, 8863.0, 8823.0, 8853.0, 8907.0, 8883.0, 8864.0, 8838.0, 8867.0, 8849.0, 8853.0, 8925.0, 8899.0, 8869.0, 8845.0, 8880.0, 8912.0, 8877.0, 8930.0, 8889.0, 8874.0, 8847.0, 8862.0, 8948.0, 8875.0, 8918.0, 8904.0, 8890.0, 8869.0, 8856.0, 8899.0, 8869.0, 8855.0, 8940.0, 8882.0, 8879.0, 8835.0, 8854.0, 8906.0, 8866.0, 8893.0, 8865.0, 8864.0, 8823.0, 8851.0, 8921.0, 8880.0, 8852.0, 8854.0, 8852.0, 8821.0, 8840.0, 8923.0, 8899.0, 8840.0, 8858.0, 8839.0, 8826.0, 8875.0, 8946.0, 8925.0, 8856.0, 8860.0, 8839.0, 8866.0, 8853.0, 8939.0, 8910.0, 8846.0, 8822.0, 8835.0, 8874.0, 8854.0, 8909.0, 8915.0, 8848.0, 8839.0, 8848.0, 8817.0, 8878.0, 8920.0, 8895.0, 8876.0, 8873.0, 8900.0, 8860.0, 8848.0, 8823.0, 8835.0, 8833.0, 8831.0, 8843.0, 8912.0, 8917.0, 8871.0, 8829.0, 8856.0, 8856.0, 8902.0, 8944.0, 8916.0, 8897.0, 8849.0, 8860.0, 8814.0, 8859.0, 8902.0, 8876.0, 8813.0, 8834.0, 8820.0, 8869.0, 8824.0, 8885.0, 8871.0, 8926.0, 8903.0, 8882.0, 8885.0, 8908.0, 8844.0, 8887.0, 8899.0, 8889.0, 8837.0, 8828.0, 8860.0, 8837.0, 8870.0, 8827.0, 8855.0, 8796.0, 8828.0, 8878.0, 8845.0, 8889.0, 8878.0, 8879.0, 8839.0, 8894.0, 8846.0, 8865.0, 8923.0, 8885.0, 8849.0, 8844.0, 8882.0, 8837.0, 8897.0, 8949.0, 8913.0, 8901.0, 8858.0, 8867.0, 8836.0, 8895.0, 8894.0, 8931.0, 8841.0, 8856.0, 8846.0, 8886.0, 8928.0, 8904.0, 8888.0, 8869.0, 8867.0, 8838.0, 8856.0, 8921.0, 8896.0, 8864.0, 8849.0, 8846.0, 8814.0, 8859.0, 8920.0, 8877.0, 8879.0, 8835.0, 8855.0, 8851.0, 8899.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.0027258095750403444</td></tr>
<tr><td colspan=3>aqi</td><td>0.048115084131253365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.40829920484919</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.218614621410121</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0339837473412268</td></tr>
<tr><td colspan=3>efc</td><td>0.5101</td></tr>
<tr><td colspan=3>fber</td><td>4306.2456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14815923862173158</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>401</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.57073695535234</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4373280218059765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3184940356318853</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7026826628357514</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2908073669502933</td></tr>
<tr><td colspan=3>gcor</td><td>0.00940226</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02166951633989811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04225824400782585</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.9834979002494406</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>13.0468</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3539</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.3306</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293647.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.529</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.2634</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.2681</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.1699</td></tr>
<tr><td colspan=3>tsnr</td><td>28.528359602205455</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>