<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>0a93d3c78fe2ae04652a750c31dbb8a9</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:13.210000</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.999444, 0.0039073, 0.0331216, 0.000697779, 0.990446, -0.137897]</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.0818542</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>[4229, -7749, -7235, 222, -156, -267, -85, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7079abad-9096-4d67-a992-5823b3a9a3ba||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.681434392929077, 0.0018720892257988453, 0.0900288075208664, 104.01349639892578], [-0.010482989251613617, 2.6572952270507812, -0.3721759021282196, -91.49223327636719], [0.08886291086673737, 0.3699662983417511, 2.672710418701172, -97.611328125], [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': ['220313.210000', '220313.670000', '220314.130000', '220314.590000', '220315.050000', '220315.510000', '220315.970000', '220316.430000', '220316.890000', '220317.350000', '220317.810000', '220318.270000', '220318.730000', '220319.190000', '220319.650000', '220320.110000', '220320.570000', '220321.030000', '220321.490000', '220321.950000', '220322.410000', '220322.870000', '220323.330000', '220323.790000', '220324.250000', '220324.710000', '220325.170000', '220325.630000', '220326.090000', '220326.550000', '220327.010000', '220327.470000', '220327.930000', '220328.390000', '220328.850000', '220329.310000', '220329.770000', '220330.230000', '220330.690000', '220331.150000', '220331.610000', '220332.070000', '220332.530000', '220332.990000', '220333.450000', '220333.910000', '220334.370000', '220334.830000', '220335.290000', '220335.750000', '220336.210000', '220336.670000', '220337.130000', '220337.590000', '220338.050000', '220338.510000', '220338.970000', '220339.430000', '220339.890000', '220340.350000', '220340.810000', '220341.270000', '220341.730000', '220342.190000', '220342.650000', '220343.110000', '220343.570000', '220344.030000', '220344.490000', '220344.950000', '220345.410000', '220345.870000', '220346.330000', '220346.790000', '220347.250000', '220347.710000', '220348.170000', '220348.630000', '220349.090000', '220349.550000', '220350.010000', '220350.470000', '220350.930000', '220351.390000', '220351.850000', '220352.310000', '220352.770000', '220353.230000', '220353.690000', '220354.150000', '220354.610000', '220355.070000', '220355.530000', '220355.990000', '220356.450000', '220356.910000', '220357.370000', '220357.830000', '220358.290000', '220358.750000', '220359.210000', '220359.670000', '220400.130000', '220400.590000', '220401.050000', '220401.510000', '220401.970000', '220402.430000', '220402.890000', '220403.350000', '220403.810000', '220404.270000', '220404.730000', '220405.190000', '220405.650000', '220406.110000', '220406.570000', '220407.030000', '220407.490000', '220407.950000', '220408.410000', '220408.870000', '220409.330000', '220409.790000', '220410.250000', '220410.710000', '220411.170000', '220411.630000', '220412.090000', '220412.550000', '220413.010000', '220413.470000', '220413.930000', '220414.390000', '220414.850000', '220415.310000', '220415.770000', '220416.230000', '220416.690000', '220417.150000', '220417.610000', '220418.070000', '220418.530000', '220418.990000', '220419.450000', '220419.910000', '220420.370000', '220420.830000', '220421.290000', '220421.750000', '220422.210000', '220422.670000', '220423.130000', '220423.590000', '220424.050000', '220424.510000', '220424.970000', '220425.430000', '220425.890000', '220426.350000', '220426.810000', '220427.270000', '220427.730000', '220428.190000', '220428.650000', '220429.110000', '220429.570000', '220430.030000', '220430.490000', '220430.950000', '220431.410000', '220431.870000', '220432.330000', '220432.790000', '220433.250000', '220433.710000', '220434.170000', '220434.630000', '220435.090000', '220435.550000', '220436.010000', '220436.470000', '220436.930000', '220437.390000', '220437.850000', '220438.310000', '220438.770000', '220439.230000', '220439.690000', '220440.150000', '220440.610000', '220441.070000', '220441.530000', '220441.990000', '220442.450000', '220442.910000', '220443.370000', '220443.830000', '220444.290000', '220444.750000', '220445.210000', '220445.670000', '220446.130000', '220446.590000', '220447.050000', '220447.510000', '220447.970000', '220448.430000', '220448.890000', '220449.350000', '220449.810000', '220450.270000', '220450.730000', '220451.190000', '220451.650000', '220452.110000', '220452.570000', '220453.030000', '220453.490000', '220453.950000', '220454.410000', '220454.870000', '220455.330000', '220455.790000', '220456.250000', '220456.710000', '220457.170000', '220457.630000', '220458.090000', '220458.550000', '220459.010000', '220459.470000', '220459.930000', '220500.390000', '220500.850000', '220501.310000', '220501.770000', '220502.230000', '220502.690000', '220503.150000', '220503.610000', '220504.070000', '220504.530000', '220504.990000', '220505.450000', '220505.910000', '220506.370000', '220506.830000', '220507.290000', '220507.750000', '220508.210000', '220508.670000', '220509.130000', '220509.590000', '220510.050000', '220510.510000', '220510.970000', '220511.430000', '220511.890000', '220512.350000', '220512.810000', '220513.270000', '220513.730000', '220514.190000', '220514.650000', '220515.110000', '220515.570000', '220516.030000', '220516.490000', '220516.950000', '220517.410000', '220517.870000', '220518.330000', '220518.790000', '220519.250000', '220519.710000', '220520.170000', '220520.630000', '220521.090000', '220521.550000', '220522.010000', '220522.470000', '220522.930000', '220523.390000', '220523.850000', '220524.310000', '220524.770000', '220525.230000', '220525.690000', '220526.150000', '220526.610000', '220527.070000', '220527.530000', '220527.990000', '220528.450000', '220528.910000', '220529.370000', '220529.830000', '220530.290000', '220530.750000', '220531.210000', '220531.670000', '220532.130000', '220532.590000', '220533.050000', '220533.510000', '220533.970000', '220534.430000', '220534.890000', '220535.350000', '220535.810000', '220536.270000', '220536.730000', '220537.190000', '220537.650000', '220538.110000', '220538.570000', '220539.030000', '220539.490000', '220539.950000', '220540.410000', '220540.870000', '220541.330000', '220541.790000', '220542.250000', '220542.710000', '220543.170000', '220543.630000', '220544.090000', '220544.550000', '220545.010000', '220545.470000', '220545.930000', '220546.390000', '220546.850000', '220547.310000', '220547.770000', '220548.230000', '220548.690000', '220549.150000', '220549.610000', '220550.070000', '220550.530000', '220550.990000', '220551.450000', '220551.910000', '220552.370000', '220552.830000', '220553.290000', '220553.750000', '220554.210000', '220554.670000', '220555.130000', '220555.590000', '220556.050000', '220556.510000', '220556.970000', '220557.430000', '220557.890000', '220558.350000', '220558.810000', '220559.270000', '220559.730000', '220600.190000', '220600.650000', '220601.110000', '220601.570000', '220602.030000', '220602.490000', '220602.950000', '220603.410000', '220603.870000', '220604.330000', '220604.790000', '220605.250000', '220605.710000', '220606.170000', '220606.630000', '220607.090000', '220607.550000', '220608.010000', '220608.470000', '220608.930000', '220609.390000', '220609.850000', '220610.310000', '220610.770000', '220611.230000', '220611.690000', '220612.150000', '220612.610000', '220613.070000', '220613.530000', '220613.990000', '220614.450000', '220614.910000', '220615.370000', '220615.830000', '220616.290000', '220616.750000', '220617.210000', '220617.670000', '220618.130000', '220618.590000', '220619.050000', '220619.510000', '220619.970000', '220620.430000', '220620.890000', '220621.350000', '220621.810000', '220622.270000', '220622.730000', '220623.190000', '220623.650000', '220624.110000', '220624.570000', '220625.030000', '220625.490000', '220625.950000', '220626.410000', '220626.870000', '220627.330000', '220627.790000', '220628.250000', '220628.710000', '220629.170000', '220629.630000', '220630.090000', '220630.550000', '220631.010000', '220631.470000', '220631.930000', '220632.390000', '220632.850000', '220633.310000', '220633.770000', '220634.230000', '220634.690000', '220635.150000', '220635.610000', '220636.070000', '220636.530000', '220636.990000', '220637.450000', '220637.910000', '220638.370000', '220638.830000', '220639.290000', '220639.750000', '220640.210000', '220640.670000', '220641.130000', '220641.590000', '220642.050000', '220642.510000', '220642.970000', '220643.430000', '220643.890000', '220644.350000', '220644.810000', '220645.270000', '220645.730000', '220646.190000', '220646.650000', '220647.110000', '220647.570000', '220648.030000', '220648.490000', '220648.950000', '220649.410000', '220649.870000', '220650.330000', '220650.790000', '220651.250000', '220651.710000', '220652.170000', '220652.630000', '220653.090000', '220653.550000', '220654.010000', '220654.470000', '220654.930000', '220655.390000', '220655.850000', '220656.310000', '220656.770000', '220657.230000', '220657.690000', '220658.150000', '220658.610000', '220659.070000', '220659.530000', '220659.990000', '220700.450000', '220700.910000', '220701.370000', '220701.830000', '220702.290000', '220702.750000', '220703.210000', '220703.670000', '220704.130000', '220704.590000', '220705.050000', '220705.510000', '220705.970000', '220706.430000', '220706.890000', '220707.350000', '220707.810000', '220708.270000', '220708.730000', '220709.190000', '220709.650000', '220710.110000', '220710.570000', '220711.030000', '220711.490000', '220711.950000', '220712.410000', '220712.870000', '220713.330000', '220713.790000', '220714.250000', '220714.710000', '220715.170000', '220715.630000', '220716.090000', '220716.550000', '220717.010000', '220717.470000', '220717.930000', '220718.390000', '220718.850000', '220719.310000', '220719.770000', '220720.230000', '220720.690000', '220721.150000', '220721.610000', '220722.070000', '220722.530000', '220722.990000', '220723.450000', '220723.910000', '220724.370000', '220724.830000', '220725.290000', '220725.750000', '220726.210000', '220726.670000', '220727.130000', '220727.590000', '220728.050000', '220728.510000', '220728.970000', '220729.430000', '220729.890000', '220730.350000', '220730.810000', '220731.270000', '220731.730000', '220732.190000', '220732.650000', '220733.110000', '220733.570000', '220734.030000', '220734.490000', '220734.950000', '220735.410000', '220735.870000', '220736.330000', '220736.790000', '220737.250000', '220737.710000', '220738.170000', '220738.630000', '220739.090000', '220739.550000', '220740.010000', '220740.470000', '220740.930000', '220741.390000', '220741.850000', '220742.310000', '220742.770000', '220743.230000', '220743.690000', '220744.150000', '220744.610000', '220745.070000', '220745.530000', '220745.990000', '220746.450000', '220746.910000', '220747.370000', '220747.830000', '220748.290000', '220748.750000', '220749.210000', '220749.670000', '220750.130000', '220750.590000', '220751.050000', '220751.510000', '220751.970000', '220752.430000', '220752.890000', '220753.350000', '220753.810000', '220754.270000', '220754.730000', '220755.190000', '220755.650000', '220756.110000', '220756.570000', '220757.030000', '220757.490000', '220757.950000', '220758.410000', '220758.870000', '220759.330000', '220759.790000', '220800.250000', '220800.710000', '220801.170000', '220801.630000', '220802.090000', '220802.550000', '220803.010000', '220803.470000', '220803.930000', '220804.390000', '220804.850000', '220805.310000', '220805.770000', '220806.230000', '220806.690000', '220807.150000', '220807.610000', '220808.070000', '220808.530000', '220808.990000', '220809.450000', '220809.910000', '220810.370000', '220810.830000', '220811.290000', '220811.750000', '220812.210000', '220812.670000', '220813.130000', '220813.590000', '220814.050000', '220814.510000', '220814.970000', '220815.430000', '220815.890000', '220816.350000', '220816.810000', '220817.270000', '220817.730000', '220818.190000', '220818.650000', '220819.110000', '220819.570000', '220820.030000', '220820.490000', '220820.950000', '220821.410000', '220821.870000', '220822.330000', '220822.790000', '220823.250000', '220823.710000', '220824.170000', '220824.630000', '220825.090000', '220825.550000', '220826.010000', '220826.470000', '220826.930000', '220827.390000', '220827.850000', '220828.310000', '220828.770000', '220829.230000', '220829.690000', '220830.150000', '220830.610000', '220831.070000', '220831.530000', '220831.990000', '220832.450000', '220832.910000', '220833.370000', '220833.830000', '220834.290000', '220834.750000', '220835.210000', '220835.670000', '220836.130000', '220836.590000', '220837.050000', '220837.510000', '220837.970000', '220838.430000', '220838.890000', '220839.350000', '220839.810000', '220840.270000', '220840.730000', '220841.190000', '220841.650000', '220842.110000', '220842.570000', '220843.030000', '220843.490000', '220843.950000', '220844.410000', '220844.870000', '220845.330000', '220845.790000', '220846.250000', '220846.710000', '220847.170000', '220847.630000', '220848.090000', '220848.550000', '220849.010000', '220849.470000', '220849.930000', '220850.390000', '220850.850000', '220851.310000', '220851.770000', '220852.230000', '220852.690000', '220853.150000', '220853.610000', '220854.070000', '220854.530000', '220854.990000', '220855.450000', '220855.910000', '220856.370000', '220856.830000', '220857.290000', '220857.750000', '220858.210000', '220858.670000', '220859.130000', '220859.590000', '220900.050000', '220900.510000', '220900.970000', '220901.430000', '220901.890000', '220902.350000', '220902.810000', '220903.270000', '220903.730000', '220904.190000', '220904.650000', '220905.110000', '220905.570000', '220906.030000', '220906.490000', '220906.950000', '220907.410000', '220907.870000', '220908.330000', '220908.790000', '220909.250000', '220909.710000', '220910.170000', '220910.630000', '220911.090000', '220911.550000', '220912.010000', '220912.470000', '220912.930000', '220913.390000', '220913.850000', '220914.310000', '220914.770000', '220915.230000', '220915.690000', '220916.150000', '220916.610000', '220917.070000', '220917.530000', '220917.990000', '220918.450000', '220918.910000', '220919.370000', '220919.830000', '220920.290000', '220920.750000', '220921.210000', '220921.670000', '220922.130000', '220922.590000', '220923.050000', '220923.510000', '220923.970000', '220924.430000', '220924.890000', '220925.350000', '220925.810000', '220926.270000', '220926.730000', '220927.190000', '220927.650000', '220928.110000', '220928.570000', '220929.030000', '220929.490000', '220929.950000', '220930.410000', '220930.870000', '220931.330000', '220931.790000', '220932.250000', '220932.710000', '220933.170000', '220933.630000', '220934.090000', '220934.550000', '220935.010000', '220935.470000', '220935.930000', '220936.390000', '220936.850000', '220937.310000', '220937.770000', '220938.230000', '220938.690000', '220939.150000', '220939.610000', '220940.070000', '220940.530000', '220940.990000', '220941.450000', '220941.910000', '220942.370000', '220942.830000', '220943.290000', '220943.750000', '220944.210000', '220944.670000', '220945.130000', '220945.590000', '220946.050000', '220946.510000', '220946.970000', '220947.430000', '220947.890000', '220948.350000', '220948.810000', '220949.270000', '220949.730000', '220950.190000', '220950.650000', '220951.110000', '220951.570000', '220952.030000', '220952.490000', '220952.950000', '220953.410000', '220953.870000', '220954.330000', '220954.790000', '220955.250000', '220955.710000', '220956.170000', '220956.630000', '220957.090000', '220957.550000', '220958.010000', '220958.470000', '220958.930000', '220959.390000', '220959.850000', '221000.310000', '221000.770000', '221001.230000', '221001.690000', '221002.150000', '221002.610000', '221003.070000', '221003.530000', '221003.990000', '221004.450000', '221004.910000', '221005.370000', '221005.830000', '221006.290000', '221006.750000', '221007.210000', '221007.670000', '221008.130000', '221008.590000', '221009.050000', '221009.510000', '221009.970000', '221010.430000', '221010.890000', '221011.350000', '221011.810000', '221012.270000', '221012.730000', '221013.190000', '221013.650000', '221014.110000', '221014.570000', '221015.030000', '221015.490000', '221015.950000', '221016.410000', '221016.870000', '221017.330000', '221017.790000', '221018.250000', '221018.710000', '221019.170000', '221019.630000', '221020.090000', '221020.550000', '221021.010000', '221021.470000', '221021.930000', '221022.390000', '221022.850000', '221023.310000', '221023.770000', '221024.230000', '221024.690000', '221025.150000', '221025.610000', '221026.070000', '221026.530000', '221026.990000', '221027.450000', '221027.910000', '221028.370000', '221028.830000', '221029.290000', '221029.750000', '221030.210000', '221030.670000', '221031.130000', '221031.590000', '221032.050000', '221032.510000', '221032.970000', '221033.430000', '221033.890000', '221034.350000', '221034.810000', '221035.270000', '221035.730000', '221036.190000', '221036.650000', '221037.110000', '221037.570000', '221038.030000', '221038.490000', '221038.950000', '221039.410000', '221039.870000', '221040.330000', '221040.790000', '221041.250000', '221041.710000', '221042.170000', '221042.630000', '221043.090000', '221043.550000', '221044.010000', '221044.470000', '221044.930000', '221045.390000', '221045.850000', '221046.310000', '221046.770000', '221047.230000', '221047.690000', '221048.150000', '221048.610000', '221049.070000', '221049.530000', '221049.990000', '221050.450000', '221050.910000', '221051.370000', '221051.830000', '221052.290000', '221052.750000', '221053.210000', '221053.670000', '221054.130000', '221054.590000', '221055.050000', '221055.510000', '221055.970000', '221056.430000', '221056.890000', '221057.350000', '221057.810000', '221058.270000', '221058.730000', '221059.190000', '221059.650000', '221100.110000', '221100.570000', '221101.030000', '221101.490000', '221101.950000', '221102.410000', '221102.870000', '221103.330000', '221103.790000', '221104.250000', '221104.710000', '221105.170000', '221105.630000', '221106.090000', '221106.550000', '221107.010000', '221107.470000', '221107.930000', '221108.390000', '221108.850000', '221109.310000', '221109.770000', '221110.230000', '221110.690000', '221111.150000', '221111.610000', '221112.070000', '221112.530000', '221112.990000', '221113.450000', '221113.910000', '221114.370000', '221114.830000', '221115.290000', '221115.750000', '221116.210000', '221116.670000', '221117.130000', '221117.590000', '221118.050000', '221118.510000', '221118.970000', '221119.430000', '221119.890000', '221120.350000', '221120.810000', '221121.270000', '221121.730000', '221122.190000', '221122.650000', '221123.110000', '221123.570000', '221124.030000', '221124.490000', '221124.950000', '221125.410000', '221125.870000', '221126.330000', '221126.790000', '221127.250000', '221127.710000', '221128.170000', '221128.630000', '221129.090000', '221129.550000', '221130.010000', '221130.470000', '221130.930000', '221131.390000', '221131.850000', '221132.310000', '221132.770000', '221133.230000', '221133.690000', '221134.150000', '221134.610000', '221135.070000', '221135.530000', '221135.990000', '221136.450000', '221136.910000', '221137.370000', '221137.830000', '221138.290000', '221138.750000', '221139.210000', '221139.670000', '221140.130000', '221140.590000', '221141.050000', '221141.510000', '221141.970000', '221142.430000', '221142.890000', '221143.350000', '221143.810000', '221144.270000', '221144.730000', '221145.190000', '221145.650000', '221146.110000', '221146.570000', '221147.030000', '221147.490000', '221147.950000', '221148.410000', '221148.870000', '221149.330000', '221149.790000', '221150.250000', '221150.710000', '221151.170000', '221151.630000', '221152.090000', '221152.550000', '221153.010000', '221153.470000', '221153.930000', '221154.390000', '221154.850000', '221155.310000', '221155.770000', '221156.230000', '221156.690000', '221157.150000', '221157.610000', '221158.070000', '221158.530000', '221158.990000', '221159.450000', '221159.910000', '221200.370000', '221200.830000', '221201.290000', '221201.750000', '221202.210000', '221202.670000', '221203.130000', '221203.590000', '221204.050000', '221204.510000', '221204.970000', '221205.430000', '221205.890000', '221206.350000', '221206.810000', '221207.270000', '221207.730000', '221208.190000', '221208.650000', '221209.110000', '221209.570000', '221210.030000', '221210.490000', '221210.950000', '221211.410000', '221211.870000', '221212.330000', '221212.790000', '221213.250000', '221213.710000', '221214.170000', '221214.630000', '221215.090000', '221215.550000', '221216.010000', '221216.470000', '221216.930000', '221217.390000', '221217.850000', '221218.310000', '221218.770000', '221219.230000', '221219.690000', '221220.150000', '221220.610000', '221221.070000', '221221.530000', '221221.990000', '221222.450000', '221222.910000', '221223.370000', '221223.830000', '221224.290000', '221224.750000', '221225.210000', '221225.670000', '221226.130000', '221226.590000', '221227.050000', '221227.510000', '221227.970000', '221228.430000', '221228.890000', '221229.350000', '221229.810000', '221230.270000', '221230.730000', '221231.190000', '221231.650000', '221232.110000', '221232.570000', '221233.030000', '221233.490000', '221233.950000', '221234.410000', '221234.870000', '221235.330000', '221235.790000', '221236.250000', '221236.710000', '221237.170000', '221237.630000', '221238.090000', '221238.550000', '221239.010000', '221239.470000', '221239.930000', '221240.390000', '221240.850000', '221241.310000', '221241.770000', '221242.230000', '221242.690000', '221243.150000', '221243.610000', '221244.070000', '221244.530000', '221244.990000', '221245.450000', '221245.910000', '221246.370000', '221246.830000', '221247.290000', '221247.750000', '221248.210000', '221248.670000', '221249.130000', '221249.590000', '221250.050000', '221250.510000', '221250.970000', '221251.430000', '221251.890000', '221252.350000', '221252.810000', '221253.270000', '221253.730000', '221254.190000', '221254.650000', '221255.110000', '221255.570000', '221256.030000', '221256.490000', '221256.950000', '221257.410000', '221257.870000', '221258.330000', '221258.790000', '221259.250000', '221259.710000', '221300.170000', '221300.630000', '221301.090000', '221301.550000', '221302.010000', '221302.470000', '221302.930000', '221303.390000', '221303.850000', '221304.310000', '221304.770000', '221305.230000', '221305.690000', '221306.150000', '221306.610000', '221307.070000', '221307.530000', '221307.990000', '221308.450000', '221308.910000', '221309.370000', '221309.830000', '221310.290000', '221310.750000', '221311.210000', '221311.670000', '221312.130000', '221312.590000', '221313.050000', '221313.510000', '221313.970000', '221314.430000', '221314.890000', '221315.350000', '221315.810000', '221316.270000', '221316.730000', '221317.190000', '221317.650000', '221318.110000', '221318.570000', '221319.030000', '221319.490000', '221319.950000', '221320.410000', '221320.870000', '221321.330000', '221321.790000', '221322.250000', '221322.710000', '221323.170000', '221323.630000', '221324.090000', '221324.550000', '221325.010000', '221325.470000', '221325.930000', '221326.390000', '221326.850000', '221327.310000', '221327.770000', '221328.230000', '221328.690000', '221329.150000', '221329.610000', '221330.070000', '221330.530000', '221330.990000', '221331.450000', '221331.910000', '221332.370000', '221332.830000', '221333.290000', '221333.750000', '221334.210000', '221334.670000', '221335.130000', '221335.590000', '221336.050000', '221336.510000', '221336.970000', '221337.430000', '221337.890000', '221338.350000', '221338.810000', '221339.270000', '221339.730000', '221340.190000', '221340.650000', '221341.110000', '221341.570000', '221342.030000', '221342.490000', '221342.950000', '221343.410000', '221343.870000', '221344.330000', '221344.790000', '221345.250000', '221345.710000', '221346.170000', '221346.630000', '221347.090000', '221347.550000', '221348.010000', '221348.470000', '221348.930000', '221349.390000', '221349.850000', '221350.310000', '221350.770000', '221351.230000', '221351.690000', '221352.150000', '221352.610000', '221353.070000', '221353.530000', '221353.990000', '221354.450000', '221354.910000', '221355.370000', '221355.830000', '221356.290000', '221356.750000', '221357.210000', '221357.670000', '221358.130000', '221358.590000', '221359.050000', '221359.510000', '221359.970000', '221400.430000', '221400.890000', '221401.350000', '221401.810000', '221402.270000', '221402.730000', '221403.190000', '221403.650000', '221404.110000', '221404.570000', '221405.030000', '221405.490000', '221405.950000', '221406.410000', '221406.870000', '221407.330000', '221407.790000', '221408.250000', '221408.710000', '221409.170000', '221409.630000', '221410.090000', '221410.550000', '221411.010000', '221411.470000', '221411.930000', '221412.390000', '221412.850000', '221413.310000', '221413.770000', '221414.230000', '221414.690000', '221415.150000', '221415.610000', '221416.070000', '221416.530000', '221416.990000', '221417.450000', '221417.910000', '221418.370000', '221418.830000', '221419.290000', '221419.750000', '221420.210000', '221420.670000', '221421.130000', '221421.590000', '221422.050000', '221422.510000', '221422.970000', '221423.430000', '221423.890000', '221424.350000', '221424.810000', '221425.270000', '221425.730000', '221426.190000', '221426.650000', '221427.110000', '221427.570000', '221428.030000', '221428.490000', '221428.950000', '221429.410000', '221429.870000', '221430.330000', '221430.790000', '221431.250000', '221431.710000', '221432.170000', '221432.630000', '221433.090000', '221433.550000', '221434.010000', '221434.470000', '221434.930000', '221435.390000', '221435.850000', '221436.310000', '221436.770000', '221437.230000', '221437.690000', '221438.150000', '221438.610000', '221439.070000', '221439.530000', '221439.990000', '221440.450000', '221440.910000', '221441.370000', '221441.830000', '221442.290000', '221442.750000', '221443.210000', '221443.670000', '221444.130000', '221444.590000', '221445.050000', '221445.510000', '221445.970000', '221446.430000', '221446.890000', '221447.350000', '221447.810000', '221448.270000', '221448.730000', '221449.190000', '221449.650000', '221450.110000', '221450.570000', '221451.030000', '221451.490000', '221451.950000', '221452.410000', '221452.870000', '221453.330000', '221453.790000', '221454.250000', '221454.710000', '221455.170000', '221455.630000', '221456.090000', '221456.550000', '221457.010000', '221457.470000', '221457.930000', '221458.390000', '221458.850000', '221459.310000', '221459.770000', '221500.230000', '221500.690000', '221501.150000', '221501.610000', '221502.070000', '221502.530000', '221502.990000', '221503.450000', '221503.910000', '221504.370000', '221504.830000', '221505.290000', '221505.750000', '221506.210000', '221506.670000', '221507.130000', '221507.590000', '221508.050000', '221508.510000', '221508.970000', '221509.430000', '221509.890000', '221510.350000', '221510.810000', '221511.270000', '221511.730000', '221512.190000', '221512.650000', '221513.110000', '221513.570000', '221514.030000', '221514.490000', '221514.950000', '221515.410000', '221515.870000', '221516.330000', '221516.790000', '221517.250000', '221517.710000', '221518.170000', '221518.630000', '221519.090000', '221519.550000', '221520.010000', '221520.470000', '221520.930000', '221521.390000', '221521.850000', '221522.310000', '221522.770000', '221523.230000', '221523.690000', '221524.150000', '221524.610000', '221525.070000', '221525.530000', '221525.990000', '221526.450000', '221526.910000', '221527.370000', '221527.830000', '221528.290000', '221528.750000', '221529.210000', '221529.670000', '221530.130000', '221530.590000', '221531.050000', '221531.510000', '221531.970000', '221532.430000', '221532.890000', '221533.350000', '221533.810000', '221534.270000', '221534.730000', '221535.190000', '221535.650000', '221536.110000', '221536.570000', '221537.030000', '221537.490000', '221537.950000', '221538.410000', '221538.870000', '221539.330000', '221539.790000', '221540.250000', '221540.710000', '221541.170000', '221541.630000', '221542.090000', '221542.550000', '221543.010000', '221543.470000', '221543.930000', '221544.390000', '221544.850000', '221545.310000', '221545.770000', '221546.230000', '221546.690000', '221547.150000', '221547.610000', '221548.070000', '221548.530000', '221548.990000', '221549.450000', '221549.910000', '221550.370000', '221550.830000', '221551.290000', '221551.750000', '221552.210000', '221552.670000', '221553.130000', '221553.590000', '221554.050000', '221554.510000', '221554.970000', '221555.430000', '221555.890000', '221556.350000', '221556.810000', '221557.270000', '221557.730000', '221558.190000', '221558.650000', '221559.110000', '221559.570000', '221600.030000', '221600.490000', '221600.950000', '221601.410000', '221601.870000', '221602.330000', '221602.790000', '221603.250000', '221603.710000', '221604.170000', '221604.630000', '221605.090000', '221605.550000', '221606.010000', '221606.470000', '221606.930000', '221607.390000', '221607.850000', '221608.310000', '221608.770000', '221609.230000', '221609.690000', '221610.150000', '221610.610000', '221611.070000', '221611.530000', '221611.990000', '221612.450000', '221612.910000', '221613.370000', '221613.830000', '221614.290000', '221614.750000', '221615.210000', '221615.670000', '221616.130000', '221616.590000', '221617.050000', '221617.510000', '221617.970000', '221618.430000', '221618.890000', '221619.350000', '221619.810000', '221620.270000', '221620.730000', '221621.190000', '221621.650000', '221622.110000', '221622.570000', '221623.030000', '221623.490000', '221623.950000', '221624.410000', '221624.870000', '221625.330000', '221625.790000', '221626.250000', '221626.710000', '221627.170000', '221627.630000', '221628.090000', '221628.550000', '221629.010000', '221629.470000', '221629.930000', '221630.390000', '221630.850000', '221631.310000', '221631.770000', '221632.230000', '221632.690000', '221633.150000', '221633.610000', '221634.070000', '221634.530000', '221634.990000', '221635.450000', '221635.910000', '221636.370000', '221636.830000', '221637.290000', '221637.750000', '221638.210000', '221638.670000', '221639.130000', '221639.590000', '221640.050000', '221640.510000', '221640.970000', '221641.430000', '221641.890000', '221642.350000', '221642.810000', '221643.270000', '221643.730000', '221644.190000', '221644.650000', '221645.110000', '221645.570000', '221646.030000', '221646.490000', '221646.950000', '221647.410000', '221647.870000', '221648.330000', '221648.790000', '221649.250000', '221649.710000', '221650.170000', '221650.630000', '221651.090000', '221651.550000', '221652.010000', '221652.470000', '221652.930000', '221653.390000', '221653.850000', '221654.310000', '221654.770000', '221655.230000', '221655.690000', '221656.150000', '221656.610000', '221657.070000', '221657.530000', '221657.990000', '221658.450000', '221658.910000', '221659.370000', '221659.830000', '221700.290000', '221700.750000', '221701.210000', '221701.670000', '221702.130000', '221702.590000', '221703.050000', '221703.510000', '221703.970000', '221704.430000', '221704.890000', '221705.350000', '221705.810000', '221706.270000', '221706.730000', '221707.190000', '221707.650000', '221708.110000', '221708.570000', '221709.030000', '221709.490000', '221709.950000', '221710.410000', '221710.870000', '221711.330000', '221711.790000', '221712.250000', '221712.710000', '221713.170000', '221713.630000', '221714.090000', '221714.550000', '221715.010000', '221715.470000', '221715.930000', '221716.390000', '221716.850000', '221717.310000', '221717.770000', '221718.230000', '221718.690000', '221719.150000', '221719.610000', '221720.070000', '221720.530000', '221720.990000', '221721.450000', '221721.910000', '221722.370000', '221722.830000', '221723.290000', '221723.750000', '221724.210000', '221724.670000', '221725.130000', '221725.590000', '221726.050000', '221726.510000', '221726.970000', '221727.430000', '221727.890000'], 'ContentTime': ['220332.970000', '220332.974000', '220332.977000', '220332.980000', '220332.990000', '220332.993000', '220332.996000', '220332.998000', '220333.002000', '220333.005000', '220333.007000', '220333.010000', '220333.013000', '220333.016000', '220333.018000', '220333.021000', '220333.026000', '220333.042000', '220333.044000', '220333.047000', '220333.050000', '220333.052000', '220333.055000', '220333.057000', '220333.060000', '220333.062000', '220333.065000', '220333.068000', '220333.070000', '220333.073000', '220333.076000', '220333.078000', '220333.081000', '220333.083000', '220333.086000', '220333.088000', '220333.091000', '220333.093000', '220333.096000', '220333.099000', '220352.943000', '220352.946000', '220352.949000', '220352.951000', '220352.955000', '220352.958000', '220352.960000', '220352.963000', '220352.966000', '220352.968000', '220352.971000', '220352.974000', '220352.976000', '220352.979000', '220352.981000', '220352.984000', '220352.987000', '220352.989000', '220352.992000', '220352.994000', '220352.997000', '220353.001000', '220353.003000', '220353.006000', '220353.008000', '220353.011000', '220353.013000', '220353.016000', '220353.019000', '220353.021000', '220353.024000', '220353.026000', '220353.029000', '220353.032000', '220353.034000', '220353.037000', '220353.039000', '220353.042000', '220353.045000', '220353.047000', '220353.050000', '220353.052000', '220353.055000', '220353.057000', '220412.944000', '220412.946000', '220412.949000', '220412.952000', '220412.954000', '220412.957000', '220412.960000', '220412.962000', '220412.965000', '220412.967000', '220412.970000', '220412.972000', '220412.975000', '220412.978000', '220412.980000', '220412.983000', '220412.986000', '220412.988000', '220412.991000', '220412.993000', '220412.996000', '220413.000000', '220413.002000', '220413.005000', '220413.007000', '220413.010000', '220413.013000', '220413.015000', '220413.018000', '220413.020000', '220413.023000', '220413.026000', '220413.028000', '220413.031000', '220413.034000', '220413.036000', '220413.039000', '220413.044000', '220413.046000', '220413.061000', '220413.064000', '220413.066000', '220413.069000', '220432.944000', '220432.946000', '220432.949000', '220432.952000', '220432.954000', '220432.957000', '220432.959000', '220432.962000', '220432.965000', '220432.967000', '220432.970000', '220432.972000', '220432.975000', '220432.992000', '220432.994000', '220432.997000', '220433.001000', '220433.003000', '220433.006000', '220433.008000', '220433.011000', '220433.013000', '220433.016000', '220433.019000', '220433.021000', '220433.024000', '220433.027000', '220433.029000', '220433.032000', '220433.035000', '220433.037000', '220433.040000', '220433.042000', '220433.045000', '220433.047000', '220433.050000', '220433.053000', '220433.055000', '220433.058000', '220433.061000', '220433.063000', '220433.066000', '220433.068000', '220433.071000', '220452.943000', '220452.946000', '220452.948000', '220452.951000', '220452.953000', '220452.956000', '220452.959000', '220452.961000', '220452.964000', '220452.966000', '220452.969000', '220452.972000', '220452.974000', '220452.977000', '220452.980000', '220452.982000', '220452.985000', '220452.988000', '220452.990000', '220452.993000', '220452.995000', '220452.998000', '220453.001000', '220453.004000', '220453.014000', '220453.016000', '220453.019000', '220453.022000', '220453.024000', '220453.027000', '220453.029000', '220453.032000', '220453.034000', '220453.037000', '220453.040000', '220453.043000', '220453.045000', '220453.048000', '220453.051000', '220453.053000', '220453.056000', '220453.058000', '220453.061000', '220512.943000', '220512.946000', '220512.950000', '220512.952000', '220512.955000', '220512.957000', '220512.960000', '220512.963000', '220512.965000', '220512.968000', '220512.971000', '220512.973000', '220512.976000', '220512.979000', '220512.987000', '220512.990000', '220512.993000', '220512.995000', '220512.998000', '220513.001000', '220513.004000', '220513.007000', '220513.009000', '220513.012000', '220513.014000', '220513.017000', '220513.020000', '220513.022000', '220513.025000', '220513.027000', '220513.030000', '220513.033000', '220513.035000', '220513.038000', '220513.040000', '220513.043000', '220513.045000', '220513.048000', '220513.051000', '220513.053000', '220513.056000', '220513.068000', '220513.070000', '220513.073000', '220532.943000', '220532.946000', '220532.949000', '220532.951000', '220532.954000', '220532.957000', '220532.959000', '220532.962000', '220532.965000', '220532.967000', '220532.970000', '220532.972000', '220532.975000', '220532.978000', '220532.980000', '220532.983000', '220532.986000', '220532.988000', '220532.991000', '220532.993000', '220532.996000', '220533.000000', '220533.002000', '220533.005000', '220533.008000', '220533.010000', '220533.013000', '220533.016000', '220533.018000', '220533.021000', '220533.023000', '220533.026000', '220533.029000', '220533.031000', '220533.034000', '220533.036000', '220533.039000', '220533.042000', '220533.044000', '220533.047000', '220533.050000', '220533.052000', '220533.055000', '220552.943000', '220552.947000', '220552.949000', '220552.952000', '220552.954000', '220552.957000', '220552.960000', '220552.962000', '220552.965000', '220552.968000', '220552.970000', '220552.973000', '220552.976000', '220552.978000', '220552.981000', '220552.983000', '220552.986000', '220552.989000', '220552.998000', '220553.002000', '220553.004000', '220553.007000', '220553.010000', '220553.012000', '220553.015000', '220553.018000', '220553.020000', '220553.023000', '220553.025000', '220553.028000', '220553.030000', '220553.033000', '220553.036000', '220553.038000', '220553.041000', '220553.043000', '220553.046000', '220553.049000', '220553.052000', '220553.054000', '220553.057000', '220553.059000', '220553.062000', '220553.065000', '220612.943000', '220612.946000', '220612.949000', '220612.952000', '220612.954000', '220612.957000', '220612.959000', '220612.962000', '220612.965000', '220612.967000', '220612.970000', '220612.973000', '220612.975000', '220612.978000', '220612.980000', '220612.983000', '220612.986000', '220612.988000', '220612.991000', '220612.994000', '220612.996000', '220613.000000', '220613.002000', '220613.005000', '220613.008000', '220613.010000', '220613.013000', '220613.016000', '220613.018000', '220613.021000', '220613.023000', '220613.026000', '220613.029000', '220613.031000', '220613.034000', '220613.037000', '220613.039000', '220613.042000', '220613.045000', '220613.047000', '220613.050000', '220613.052000', '220613.055000', '220632.943000', '220632.946000', '220632.949000', '220632.951000', '220632.954000', '220632.957000', '220632.959000', '220632.962000', '220632.965000', '220632.967000', '220632.970000', '220632.973000', '220632.975000', '220632.978000', '220632.981000', '220632.983000', '220632.986000', '220632.989000', '220632.991000', '220632.994000', '220632.997000', '220633.000000', '220633.003000', '220633.005000', '220633.008000', '220633.011000', '220633.013000', '220633.016000', '220633.018000', '220633.021000', '220633.024000', '220633.026000', '220633.029000', '220633.032000', '220633.034000', '220633.037000', '220633.039000', '220633.042000', '220633.045000', '220633.047000', '220633.050000', '220633.052000', '220633.055000', '220633.058000', '220652.943000', '220652.946000', '220652.949000', '220652.952000', '220652.954000', '220652.957000', '220652.960000', '220652.962000', '220652.965000', '220652.968000', '220652.970000', '220652.973000', '220652.975000', '220652.978000', '220652.981000', '220652.983000', '220652.986000', '220652.988000', '220652.991000', '220652.994000', '220652.996000', '220653.000000', '220653.002000', '220653.005000', '220653.008000', '220653.010000', '220653.013000', '220653.015000', '220653.018000', '220653.021000', '220653.023000', '220653.026000', '220653.028000', '220653.031000', '220653.034000', '220653.037000', '220653.039000', '220653.042000', '220653.044000', '220653.047000', '220653.049000', '220653.052000', '220653.055000', '220712.942000', '220712.945000', '220712.948000', '220712.951000', '220712.953000', '220712.956000', '220712.958000', '220712.961000', '220712.964000', '220712.966000', '220712.969000', '220712.971000', '220712.974000', '220712.977000', '220712.979000', '220712.982000', '220712.984000', '220712.987000', '220712.990000', '220712.992000', '220712.995000', '220712.998000', '220713.001000', '220713.004000', '220713.019000', '220713.021000', '220713.024000', '220713.027000', '220713.029000', '220713.032000', '220713.034000', '220713.037000', '220713.040000', '220713.042000', '220713.045000', '220713.048000', '220713.050000', '220713.053000', '220713.055000', '220713.058000', '220713.061000', '220713.063000', '220713.066000', '220713.068000', '220732.943000', '220732.946000', '220732.949000', '220732.952000', '220732.954000', '220732.957000', '220732.960000', '220732.962000', '220732.965000', '220732.968000', '220732.970000', '220732.973000', '220732.975000', '220732.978000', '220732.981000', '220732.983000', '220732.986000', '220732.989000', '220732.991000', '220733.005000', '220733.008000', '220733.011000', '220733.013000', '220733.016000', '220733.018000', '220733.021000', '220733.024000', '220733.026000', '220733.029000', '220733.031000', '220733.034000', '220733.037000', '220733.039000', '220733.042000', '220733.045000', '220733.047000', '220733.050000', '220733.053000', '220733.055000', '220733.058000', '220733.060000', '220733.063000', '220733.065000', '220752.944000', '220752.946000', '220752.949000', '220752.952000', '220752.954000', '220752.957000', '220752.959000', '220752.962000', '220752.965000', '220752.968000', '220752.971000', '220752.973000', '220752.976000', '220752.979000', '220752.981000', '220752.984000', '220752.987000', '220752.989000', '220752.992000', '220752.995000', '220752.997000', '220753.001000', '220753.005000', '220753.007000', '220753.010000', '220753.013000', '220753.015000', '220753.018000', '220753.021000', '220753.023000', '220753.026000', '220753.029000', '220753.031000', '220753.034000', '220753.037000', '220753.039000', '220753.042000', '220753.045000', '220753.047000', '220753.050000', '220753.052000', '220753.055000', '220753.058000', '220812.944000', '220812.947000', '220812.950000', '220812.953000', '220812.955000', '220812.958000', '220812.961000', '220812.963000', '220812.966000', '220812.968000', '220812.971000', '220812.974000', '220812.976000', '220812.979000', '220812.981000', '220812.984000', '220812.987000', '220812.989000', '220812.992000', '220812.995000', '220812.997000', '220813.001000', '220813.003000', '220813.006000', '220813.009000', '220813.011000', '220813.014000', '220813.017000', '220813.019000', '220813.022000', '220813.025000', '220813.027000', '220813.030000', '220813.033000', '220813.035000', '220813.038000', '220813.040000', '220813.043000', '220813.046000', '220813.048000', '220813.051000', '220813.054000', '220813.056000', '220813.059000', '220832.944000', '220832.946000', '220832.949000', '220832.952000', '220832.954000', '220832.957000', '220832.960000', '220832.962000', '220832.965000', '220832.968000', '220832.970000', '220832.973000', '220832.975000', '220832.978000', '220832.981000', '220832.983000', '220832.986000', '220832.989000', '220832.991000', '220832.994000', '220832.996000', '220833.000000', '220833.003000', '220833.005000', '220833.008000', '220833.011000', '220833.013000', '220833.016000', '220833.018000', '220833.021000', '220833.024000', '220833.026000', '220833.029000', '220833.032000', '220833.034000', '220833.037000', '220833.040000', '220833.042000', '220833.045000', '220833.048000', '220833.050000', '220833.053000', '220833.056000', '220833.058000', '220852.946000', '220852.949000', '220852.951000', '220852.954000', '220852.956000', '220852.959000', '220852.962000', '220852.964000', '220852.967000', '220852.970000', '220852.972000', '220852.975000', '220852.977000', '220852.980000', '220852.983000', '220852.985000', '220852.988000', '220852.991000', '220852.993000', '220852.996000', '220852.998000', '220853.002000', '220853.005000', '220853.007000', '220853.010000', '220853.012000', '220853.015000', '220853.018000', '220853.020000', '220853.023000', '220853.025000', '220853.028000', '220853.031000', '220853.033000', '220853.036000', '220853.038000', '220853.041000', '220853.044000', '220853.046000', '220853.049000', '220853.052000', '220853.054000', '220853.057000', '220912.943000', '220912.946000', '220912.949000', '220912.952000', '220912.954000', '220912.957000', '220912.960000', '220912.962000', '220912.965000', '220912.967000', '220912.970000', '220912.973000', '220912.975000', '220912.978000', '220912.981000', '220912.983000', '220912.986000', '220912.988000', '220912.991000', '220912.994000', '220912.996000', '220913.002000', '220913.005000', '220913.008000', '220913.010000', '220913.013000', '220913.015000', '220913.018000', '220913.021000', '220913.023000', '220913.026000', '220913.029000', '220913.031000', '220913.034000', '220913.037000', '220913.039000', '220913.042000', '220913.045000', '220913.047000', '220913.050000', '220913.053000', '220913.056000', '220913.058000', '220932.943000', '220932.946000', '220932.948000', '220932.951000', '220932.954000', '220932.957000', '220932.959000', '220932.962000', '220932.965000', '220932.967000', '220932.970000', '220932.973000', '220932.976000', '220932.978000', '220932.981000', '220932.984000', '220932.986000', '220932.989000', '220932.992000', '220932.994000', '220932.997000', '220933.001000', '220933.003000', '220933.006000', '220933.009000', '220933.011000', '220933.014000', '220933.017000', '220933.019000', '220933.022000', '220933.025000', '220933.027000', '220933.030000', '220933.033000', '220933.035000', '220933.038000', '220933.041000', '220933.043000', '220933.046000', '220933.049000', '220933.051000', '220933.054000', '220933.057000', '220933.059000', '220952.943000', '220952.947000', '220952.949000', '220952.952000', '220952.954000', '220952.957000', '220952.960000', '220952.962000', '220952.965000', '220952.967000', '220952.970000', '220952.973000', '220952.975000', '220952.982000', '220952.985000', '220952.988000', '220952.991000', '220952.993000', '220952.996000', '220953.000000', '220953.002000', '220953.005000', '220953.007000', '220953.010000', '220953.013000', '220953.015000', '220953.018000', '220953.021000', '220953.023000', '220953.026000', '220953.028000', '220953.031000', '220953.034000', '220953.036000', '220953.039000', '220953.042000', '220953.044000', '220953.047000', '220953.049000', '220953.052000', '220953.055000', '220953.057000', '220953.060000', '221012.944000', '221012.946000', '221012.949000', '221012.952000', '221012.954000', '221012.957000', '221012.960000', '221012.962000', '221012.965000', '221012.968000', '221012.971000', '221012.973000', '221012.976000', '221012.978000', '221012.981000', '221012.984000', '221012.987000', '221012.989000', '221012.992000', '221012.995000', '221012.998000', '221013.001000', '221013.004000', '221013.006000', '221013.009000', '221013.012000', '221013.014000', '221013.017000', '221013.020000', '221013.022000', '221013.025000', '221013.028000', '221013.030000', '221013.033000', '221013.036000', '221013.039000', '221013.042000', '221013.044000', '221013.047000', '221013.050000', '221013.052000', '221013.055000', '221013.058000', '221013.060000', '221032.943000', '221032.946000', '221032.949000', '221032.952000', '221032.954000', '221032.957000', '221032.959000', '221032.962000', '221032.965000', '221032.967000', '221032.970000', '221032.973000', '221032.975000', '221032.978000', '221032.982000', '221032.984000', '221032.987000', '221032.990000', '221032.992000', '221032.995000', '221032.998000', '221033.001000', '221033.004000', '221033.007000', '221033.009000', '221033.012000', '221033.015000', '221033.017000', '221033.020000', '221033.022000', '221033.025000', '221033.028000', '221033.030000', '221033.033000', '221033.036000', '221033.038000', '221033.041000', '221033.044000', '221033.047000', '221033.050000', '221033.053000', '221033.055000', '221033.058000', '221052.944000', '221052.947000', '221052.949000', '221052.952000', '221052.955000', '221052.957000', '221052.960000', '221052.963000', '221052.965000', '221052.968000', '221052.970000', '221052.973000', '221052.976000', '221052.979000', '221052.981000', '221052.984000', '221052.987000', '221052.989000', '221052.992000', '221052.995000', '221052.997000', '221053.001000', '221053.003000', '221053.006000', '221053.009000', '221053.011000', '221053.014000', '221053.017000', '221053.019000', '221053.022000', '221053.025000', '221053.027000', '221053.030000', '221053.033000', '221053.035000', '221053.038000', '221053.041000', '221053.043000', '221053.046000', '221053.049000', '221053.051000', '221053.054000', '221053.056000', '221053.059000', '221112.944000', '221112.946000', '221112.949000', '221112.952000', '221112.954000', '221112.957000', '221112.960000', '221112.962000', '221112.965000', '221112.967000', '221112.970000', '221112.973000', '221112.975000', '221112.978000', '221112.980000', '221112.983000', '221112.986000', '221112.988000', '221112.991000', '221112.994000', '221112.996000', '221113.000000', '221113.002000', '221113.005000', '221113.008000', '221113.010000', '221113.013000', '221113.016000', '221113.018000', '221113.021000', '221113.023000', '221113.026000', '221113.029000', '221113.032000', '221113.034000', '221113.037000', '221113.040000', '221113.042000', '221113.045000', '221113.048000', '221113.050000', '221113.053000', '221113.055000', '221132.944000', '221132.946000', '221132.949000', '221132.952000', '221132.955000', '221132.957000', '221132.960000', '221132.962000', '221132.965000', '221132.968000', '221132.970000', '221132.973000', '221132.976000', '221132.978000', '221132.981000', '221132.983000', '221132.986000', '221132.989000', '221132.991000', '221132.994000', '221132.996000', '221133.000000', '221133.003000', '221133.005000', '221133.008000', '221133.011000', '221133.013000', '221133.016000', '221133.019000', '221133.021000', '221133.024000', '221133.026000', '221133.029000', '221133.032000', '221133.034000', '221133.037000', '221133.039000', '221133.042000', '221133.045000', '221133.047000', '221133.050000', '221133.052000', '221133.055000', '221133.058000', '221152.942000', '221152.945000', '221152.948000', '221152.951000', '221152.953000', '221152.956000', '221152.959000', '221152.961000', '221152.964000', '221152.966000', '221152.969000', '221152.972000', '221152.974000', '221152.977000', '221152.979000', '221152.982000', '221152.985000', '221152.987000', '221152.990000', '221152.992000', '221152.995000', '221152.998000', '221153.001000', '221153.004000', '221153.007000', '221153.009000', '221153.012000', '221153.015000', '221153.017000', '221153.020000', '221153.023000', '221153.025000', '221153.028000', '221153.030000', '221153.033000', '221153.036000', '221153.038000', '221153.041000', '221153.044000', '221153.046000', '221153.049000', '221153.052000', '221153.054000', '221212.943000', '221212.946000', '221212.949000', '221212.952000', '221212.954000', '221212.957000', '221212.960000', '221212.962000', '221212.965000', '221212.968000', '221212.970000', '221212.973000', '221212.975000', '221212.978000', '221212.981000', '221212.983000', '221212.986000', '221212.989000', '221212.991000', '221212.994000', '221212.997000', '221213.000000', '221213.003000', '221213.006000', '221213.008000', '221213.011000', '221213.014000', '221213.016000', '221213.019000', '221213.021000', '221213.024000', '221213.027000', '221213.029000', '221213.032000', '221213.035000', '221213.037000', '221213.040000', '221213.043000', '221213.045000', '221213.048000', '221213.050000', '221213.053000', '221213.056000', '221213.058000', '221232.944000', '221232.947000', '221232.949000', '221232.952000', '221232.954000', '221232.957000', '221232.960000', '221232.962000', '221232.965000', '221232.967000', '221232.970000', '221232.973000', '221232.975000', '221232.978000', '221232.981000', '221232.983000', '221232.986000', '221232.989000', '221232.991000', '221232.994000', '221232.996000', '221233.000000', '221233.003000', '221233.005000', '221233.008000', '221233.011000', '221233.013000', '221233.016000', '221233.018000', '221233.021000', '221233.024000', '221233.026000', '221233.029000', '221233.031000', '221233.034000', '221233.037000', '221233.039000', '221233.042000', '221233.044000', '221233.047000', '221233.050000', '221233.053000', '221233.055000', '221252.944000', '221252.946000', '221252.949000', '221252.952000', '221252.955000', '221252.957000', '221252.960000', '221252.963000', '221252.965000', '221252.968000', '221252.970000', '221252.973000', '221252.976000', '221252.978000', '221252.981000', '221252.984000', '221252.986000', '221252.989000', '221252.992000', '221252.994000', '221252.997000', '221253.000000', '221253.003000', '221253.006000', '221253.008000', '221253.011000', '221253.014000', '221253.016000', '221253.019000', '221253.021000', '221253.024000', '221253.027000', '221253.029000', '221253.032000', '221253.034000', '221253.037000', '221253.040000', '221253.042000', '221253.045000', '221253.048000', '221253.050000', '221253.053000', '221253.055000', '221253.058000', '221312.944000', '221312.947000', '221312.949000', '221312.952000', '221312.955000', '221312.957000', '221312.960000', '221312.963000', '221312.965000', '221312.968000', '221312.971000', '221312.973000', '221312.976000', '221312.978000', '221312.981000', '221312.984000', '221312.986000', '221312.989000', '221312.991000', '221312.994000', '221312.997000', '221313.000000', '221313.003000', '221313.006000', '221313.008000', '221313.011000', '221313.014000', '221313.016000', '221313.019000', '221313.021000', '221313.024000', '221313.027000', '221313.029000', '221313.032000', '221313.035000', '221313.037000', '221313.040000', '221313.043000', '221313.046000', '221313.048000', '221313.051000', '221313.053000', '221313.056000', '221332.944000', '221332.947000', '221332.949000', '221332.952000', '221332.954000', '221332.957000', '221332.960000', '221332.962000', '221332.965000', '221332.968000', '221332.970000', '221332.973000', '221332.975000', '221332.978000', '221332.981000', '221332.983000', '221332.986000', '221332.989000', '221332.991000', '221332.994000', '221332.997000', '221333.001000', '221333.003000', '221333.006000', '221333.008000', '221333.011000', '221333.014000', '221333.016000', '221333.019000', '221333.021000', '221333.024000', '221333.027000', '221333.029000', '221333.032000', '221333.035000', '221333.037000', '221333.040000', '221333.043000', '221333.045000', '221333.048000', '221333.050000', '221333.053000', '221333.056000', '221333.058000', '221352.943000', '221352.946000', '221352.949000', '221352.952000', '221352.954000', '221352.957000', '221352.959000', '221352.962000', '221352.965000', '221352.967000', '221352.970000', '221352.973000', '221352.975000', '221352.978000', '221352.980000', '221352.983000', '221352.986000', '221352.988000', '221352.991000', '221352.994000', '221352.996000', '221353.000000', '221353.002000', '221353.005000', '221353.008000', '221353.010000', '221353.013000', '221353.016000', '221353.018000', '221353.021000', '221353.023000', '221353.026000', '221353.029000', '221353.031000', '221353.034000', '221353.037000', '221353.039000', '221353.042000', '221353.045000', '221353.047000', '221353.050000', '221353.052000', '221353.055000', '221412.942000', '221412.945000', '221412.948000', '221412.951000', '221412.954000', '221412.956000', '221412.959000', '221412.961000', '221412.964000', '221412.967000', '221412.969000', '221412.972000', '221412.975000', '221412.977000', '221412.980000', '221412.983000', '221412.985000', '221413.000000', '221413.003000', '221413.005000', '221413.008000', '221413.011000', '221413.013000', '221413.016000', '221413.019000', '221413.021000', '221413.024000', '221413.026000', '221413.029000', '221413.032000', '221413.034000', '221413.037000', '221413.039000', '221413.042000', '221413.045000', '221413.047000', '221413.050000', '221413.052000', '221413.055000', '221413.058000', '221413.060000', '221413.063000', '221413.065000', '221413.068000', '221432.944000', '221432.947000', '221432.950000', '221432.952000', '221432.955000', '221432.957000', '221432.960000', '221432.963000', '221432.965000', '221432.968000', '221432.970000', '221432.973000', '221432.976000', '221432.978000', '221432.981000', '221432.983000', '221432.986000', '221432.989000', '221432.991000', '221432.994000', '221432.996000', '221433.000000', '221433.003000', '221433.005000', '221433.008000', '221433.010000', '221433.013000', '221433.016000', '221433.018000', '221433.021000', '221433.023000', '221433.026000', '221433.029000', '221433.031000', '221433.034000', '221433.037000', '221433.039000', '221433.042000', '221433.044000', '221433.047000', '221433.050000', '221433.052000', '221433.055000', '221452.944000', '221452.947000', '221452.949000', '221452.952000', '221452.955000', '221452.957000', '221452.960000', '221452.963000', '221452.965000', '221452.968000', '221452.970000', '221452.973000', '221452.976000', '221452.978000', '221452.981000', '221452.983000', '221452.986000', '221452.989000', '221452.991000', '221452.994000', '221452.996000', '221453.000000', '221453.003000', '221453.005000', '221453.008000', '221453.010000', '221453.013000', '221453.016000', '221453.018000', '221453.021000', '221453.024000', '221453.026000', '221453.029000', '221453.031000', '221453.034000', '221453.037000', '221453.039000', '221453.042000', '221453.044000', '221453.047000', '221453.049000', '221453.052000', '221453.055000', '221453.057000', '221512.944000', '221512.947000', '221512.949000', '221512.952000', '221512.955000', '221512.957000', '221512.960000', '221512.962000', '221512.965000', '221512.968000', '221512.970000', '221512.973000', '221512.976000', '221512.978000', '221512.981000', '221512.983000', '221512.986000', '221512.989000', '221512.991000', '221512.994000', '221512.996000', '221513.000000', '221513.003000', '221513.005000', '221513.008000', '221513.010000', '221513.013000', '221513.016000', '221513.018000', '221513.021000', '221513.024000', '221513.026000', '221513.029000', '221513.032000', '221513.034000', '221513.037000', '221513.039000', '221513.042000', '221513.045000', '221513.047000', '221513.050000', '221513.052000', '221513.055000', '221532.944000', '221532.947000', '221532.949000', '221532.952000', '221532.955000', '221532.957000', '221532.968000', '221532.971000', '221532.973000', '221532.976000', '221532.979000', '221532.981000', '221532.984000', '221532.986000', '221532.989000', '221532.992000', '221532.994000', '221532.997000', '221533.001000', '221533.003000', '221533.006000', '221533.008000', '221533.011000', '221533.014000', '221533.017000', '221533.019000', '221533.022000', '221533.025000', '221533.027000', '221533.030000', '221533.033000', '221533.035000', '221533.038000', '221533.041000', '221533.043000', '221533.046000', '221533.049000', '221533.052000', '221533.054000', '221533.057000', '221533.059000', '221533.062000', '221533.065000', '221533.067000', '221552.944000', '221552.947000', '221552.949000', '221552.952000', '221552.955000', '221552.957000', '221552.960000', '221552.962000', '221552.965000', '221552.968000', '221552.970000', '221552.973000', '221552.976000', '221552.978000', '221552.981000', '221552.983000', '221552.986000', '221552.989000', '221552.991000', '221552.994000', '221552.997000', '221553.000000', '221553.003000', '221553.005000', '221553.008000', '221553.011000', '221553.013000', '221553.016000', '221553.019000', '221553.021000', '221553.024000', '221553.026000', '221553.029000', '221553.032000', '221553.034000', '221553.037000', '221553.040000', '221553.042000', '221553.045000', '221553.047000', '221553.050000', '221553.053000', '221553.055000', '221612.944000', '221612.947000', '221612.949000', '221612.952000', '221612.954000', '221612.957000', '221612.960000', '221612.962000', '221612.965000', '221612.967000', '221612.970000', '221612.973000', '221612.975000', '221612.978000', '221612.981000', '221612.983000', '221612.986000', '221612.988000', '221612.991000', '221612.994000', '221612.996000', '221612.999000', '221613.001000', '221613.004000', '221613.006000', '221613.009000', '221613.012000', '221613.014000', '221613.017000', '221613.020000', '221613.022000', '221613.025000', '221613.027000', '221613.030000', '221613.033000', '221613.035000', '221613.038000', '221613.040000', '221613.043000', '221613.046000', '221613.048000', '221613.051000', '221613.053000', '221613.056000', '221632.943000', '221632.945000', '221632.948000', '221632.952000', '221632.954000', '221632.957000', '221632.959000', '221632.962000', '221632.965000', '221632.968000', '221632.970000', '221632.973000', '221632.976000', '221632.978000', '221632.981000', '221632.983000', '221632.986000', '221632.989000', '221632.991000', '221632.994000', '221632.997000', '221633.000000', '221633.003000', '221633.006000', '221633.008000', '221633.022000', '221633.025000', '221633.027000', '221633.030000', '221633.032000', '221633.035000', '221633.038000', '221633.040000', '221633.043000', '221633.046000', '221633.048000', '221633.051000', '221633.054000', '221633.056000', '221633.059000', '221633.061000', '221633.064000', '221633.067000', '221652.944000', '221652.946000', '221652.949000', '221652.952000', '221652.954000', '221652.957000', '221652.960000', '221652.962000', '221652.965000', '221652.968000', '221652.970000', '221652.973000', '221652.975000', '221652.978000', '221652.981000', '221652.983000', '221652.986000', '221652.988000', '221652.991000', '221652.994000', '221652.996000', '221653.001000', '221653.004000', '221653.006000', '221653.009000', '221653.012000', '221653.015000', '221653.017000', '221653.020000', '221653.023000', '221653.025000', '221653.028000', '221653.031000', '221653.033000', '221653.036000', '221653.038000', '221653.041000', '221653.044000', '221653.046000', '221653.049000', '221653.052000', '221653.054000', '221653.057000', '221712.944000', '221712.947000', '221712.950000', '221712.953000', '221712.956000', '221712.958000', '221712.961000', '221712.964000', '221712.966000', '221712.970000', '221712.973000', '221712.975000', '221712.978000', '221712.980000', '221712.983000', '221712.986000', '221712.988000', '221712.991000', '221712.993000', '221712.996000', '221713.000000', '221713.002000', '221713.005000', '221713.008000', '221713.010000', '221713.013000', '221713.016000', '221713.018000', '221713.021000', '221713.024000', '221713.026000', '221713.029000', '221713.032000', '221713.034000', '221713.037000', '221713.039000', '221713.042000', '221713.045000', '221713.047000', '221713.050000', '221713.052000', '221713.055000', '221713.058000', '221713.060000', '221729.295000', '221729.298000', '221729.300000', '221729.303000', '221729.306000', '221729.308000', '221729.316000', '221729.318000', '221729.321000', '221729.324000', '221729.327000', '221729.329000', '221729.332000', '221729.335000', '221729.338000', '221729.341000', '221729.343000', '221729.346000', '221729.349000', '221729.352000', '221729.354000', '221729.357000', '221729.360000', '221729.362000', '221729.365000', '221729.368000', '221729.371000', '221729.373000', '221729.376000', '221729.379000', '221729.381000', '221729.384000', '221729.387000', '221729.389000', '221729.392000', '221729.395000'], 'InstanceCreationTime': ['220332.970000', '220332.974000', '220332.977000', '220332.980000', '220332.990000', '220332.993000', '220332.996000', '220332.998000', '220333.002000', '220333.005000', '220333.007000', '220333.010000', '220333.013000', '220333.016000', '220333.018000', '220333.021000', '220333.026000', '220333.042000', '220333.044000', '220333.047000', '220333.050000', '220333.052000', '220333.055000', '220333.057000', '220333.060000', '220333.062000', '220333.065000', '220333.068000', '220333.070000', '220333.073000', '220333.076000', '220333.078000', '220333.081000', '220333.083000', '220333.086000', '220333.088000', '220333.091000', '220333.093000', '220333.096000', '220333.099000', '220352.943000', '220352.946000', '220352.949000', '220352.951000', '220352.955000', '220352.958000', '220352.960000', '220352.963000', '220352.966000', '220352.968000', '220352.971000', '220352.974000', '220352.976000', '220352.979000', '220352.981000', '220352.984000', '220352.987000', '220352.989000', '220352.992000', '220352.994000', '220352.997000', '220353.001000', '220353.003000', '220353.006000', '220353.008000', '220353.011000', '220353.013000', '220353.016000', '220353.019000', '220353.021000', '220353.024000', '220353.026000', '220353.029000', '220353.032000', '220353.034000', '220353.037000', '220353.039000', '220353.042000', '220353.045000', '220353.047000', '220353.050000', '220353.052000', '220353.055000', '220353.057000', '220412.944000', '220412.946000', '220412.949000', '220412.952000', '220412.954000', '220412.957000', '220412.960000', '220412.962000', '220412.965000', '220412.967000', '220412.970000', '220412.972000', '220412.975000', '220412.978000', '220412.980000', '220412.983000', '220412.986000', '220412.988000', '220412.991000', '220412.993000', '220412.996000', '220413.000000', '220413.002000', '220413.005000', '220413.007000', '220413.010000', '220413.013000', '220413.015000', '220413.018000', '220413.020000', '220413.023000', '220413.026000', '220413.028000', '220413.031000', '220413.034000', '220413.036000', '220413.039000', '220413.044000', '220413.046000', '220413.061000', '220413.064000', '220413.066000', '220413.069000', '220432.944000', '220432.946000', '220432.949000', '220432.952000', '220432.954000', '220432.957000', '220432.959000', '220432.962000', '220432.965000', '220432.967000', '220432.970000', '220432.972000', '220432.975000', '220432.992000', '220432.994000', '220432.997000', '220433.001000', '220433.003000', '220433.006000', '220433.008000', '220433.011000', '220433.013000', '220433.016000', '220433.019000', '220433.021000', '220433.024000', '220433.027000', '220433.029000', '220433.032000', '220433.035000', '220433.037000', '220433.040000', '220433.042000', '220433.045000', '220433.047000', '220433.050000', '220433.053000', '220433.055000', '220433.058000', '220433.061000', '220433.063000', '220433.066000', '220433.068000', '220433.071000', '220452.943000', '220452.946000', '220452.948000', '220452.951000', '220452.953000', '220452.956000', '220452.959000', '220452.961000', '220452.964000', '220452.966000', '220452.969000', '220452.972000', '220452.974000', '220452.977000', '220452.980000', '220452.982000', '220452.985000', '220452.988000', '220452.990000', '220452.993000', '220452.995000', '220452.998000', '220453.001000', '220453.004000', '220453.014000', '220453.016000', '220453.019000', '220453.022000', '220453.024000', '220453.027000', '220453.029000', '220453.032000', '220453.034000', '220453.037000', '220453.040000', '220453.043000', '220453.045000', '220453.048000', '220453.051000', '220453.053000', '220453.056000', '220453.058000', '220453.061000', '220512.943000', '220512.946000', '220512.950000', '220512.952000', '220512.955000', '220512.957000', '220512.960000', '220512.963000', '220512.965000', '220512.968000', '220512.971000', '220512.973000', '220512.976000', '220512.979000', '220512.987000', '220512.990000', '220512.993000', '220512.995000', '220512.998000', '220513.001000', '220513.004000', '220513.007000', '220513.009000', '220513.012000', '220513.014000', '220513.017000', '220513.020000', '220513.022000', '220513.025000', '220513.027000', '220513.030000', '220513.033000', '220513.035000', '220513.038000', '220513.040000', '220513.043000', '220513.045000', '220513.048000', '220513.051000', '220513.053000', '220513.056000', '220513.068000', '220513.070000', '220513.073000', '220532.943000', '220532.946000', '220532.949000', '220532.951000', '220532.954000', '220532.957000', '220532.959000', '220532.962000', '220532.965000', '220532.967000', '220532.970000', '220532.972000', '220532.975000', '220532.978000', '220532.980000', '220532.983000', '220532.986000', '220532.988000', '220532.991000', '220532.993000', '220532.996000', '220533.000000', '220533.002000', '220533.005000', '220533.008000', '220533.010000', '220533.013000', '220533.016000', '220533.018000', '220533.021000', '220533.023000', '220533.026000', '220533.029000', '220533.031000', '220533.034000', '220533.036000', '220533.039000', '220533.042000', '220533.044000', '220533.047000', '220533.050000', '220533.052000', '220533.055000', '220552.943000', '220552.947000', '220552.949000', '220552.952000', '220552.954000', '220552.957000', '220552.960000', '220552.962000', '220552.965000', '220552.968000', '220552.970000', '220552.973000', '220552.976000', '220552.978000', '220552.981000', '220552.983000', '220552.986000', '220552.989000', '220552.998000', '220553.002000', '220553.004000', '220553.007000', '220553.010000', '220553.012000', '220553.015000', '220553.018000', '220553.020000', '220553.023000', '220553.025000', '220553.028000', '220553.030000', '220553.033000', '220553.036000', '220553.038000', '220553.041000', '220553.043000', '220553.046000', '220553.049000', '220553.052000', '220553.054000', '220553.057000', '220553.059000', '220553.062000', '220553.065000', '220612.943000', '220612.946000', '220612.949000', '220612.952000', '220612.954000', '220612.957000', '220612.959000', '220612.962000', '220612.965000', '220612.967000', '220612.970000', '220612.973000', '220612.975000', '220612.978000', '220612.980000', '220612.983000', '220612.986000', '220612.988000', '220612.991000', '220612.994000', '220612.996000', '220613.000000', '220613.002000', '220613.005000', '220613.008000', '220613.010000', '220613.013000', '220613.016000', '220613.018000', '220613.021000', '220613.023000', '220613.026000', '220613.029000', '220613.031000', '220613.034000', '220613.037000', '220613.039000', '220613.042000', '220613.045000', '220613.047000', '220613.050000', '220613.052000', '220613.055000', '220632.943000', '220632.946000', '220632.949000', '220632.951000', '220632.954000', '220632.957000', '220632.959000', '220632.962000', '220632.965000', '220632.967000', '220632.970000', '220632.973000', '220632.975000', '220632.978000', '220632.981000', '220632.983000', '220632.986000', '220632.989000', '220632.991000', '220632.994000', '220632.997000', '220633.000000', '220633.003000', '220633.005000', '220633.008000', '220633.011000', '220633.013000', '220633.016000', '220633.018000', '220633.021000', '220633.024000', '220633.026000', '220633.029000', '220633.032000', '220633.034000', '220633.037000', '220633.039000', '220633.042000', '220633.045000', '220633.047000', '220633.050000', '220633.052000', '220633.055000', '220633.058000', '220652.943000', '220652.946000', '220652.949000', '220652.952000', '220652.954000', '220652.957000', '220652.960000', '220652.962000', '220652.965000', '220652.968000', '220652.970000', '220652.973000', '220652.975000', '220652.978000', '220652.981000', '220652.983000', '220652.986000', '220652.988000', '220652.991000', '220652.994000', '220652.996000', '220653.000000', '220653.002000', '220653.005000', '220653.008000', '220653.010000', '220653.013000', '220653.015000', '220653.018000', '220653.021000', '220653.023000', '220653.026000', '220653.028000', '220653.031000', '220653.034000', '220653.037000', '220653.039000', '220653.042000', '220653.044000', '220653.047000', '220653.049000', '220653.052000', '220653.055000', '220712.942000', '220712.945000', '220712.948000', '220712.951000', '220712.953000', '220712.956000', '220712.958000', '220712.961000', '220712.964000', '220712.966000', '220712.969000', '220712.971000', '220712.974000', '220712.977000', '220712.979000', '220712.982000', '220712.984000', '220712.987000', '220712.990000', '220712.992000', '220712.995000', '220712.998000', '220713.001000', '220713.004000', '220713.019000', '220713.021000', '220713.024000', '220713.027000', '220713.029000', '220713.032000', '220713.034000', '220713.037000', '220713.040000', '220713.042000', '220713.045000', '220713.048000', '220713.050000', '220713.053000', '220713.055000', '220713.058000', '220713.061000', '220713.063000', '220713.066000', '220713.068000', '220732.943000', '220732.946000', '220732.949000', '220732.952000', '220732.954000', '220732.957000', '220732.960000', '220732.962000', '220732.965000', '220732.968000', '220732.970000', '220732.973000', '220732.975000', '220732.978000', '220732.981000', '220732.983000', '220732.986000', '220732.989000', '220732.991000', '220733.005000', '220733.008000', '220733.011000', '220733.013000', '220733.016000', '220733.018000', '220733.021000', '220733.024000', '220733.026000', '220733.029000', '220733.031000', '220733.034000', '220733.037000', '220733.039000', '220733.042000', '220733.045000', '220733.047000', '220733.050000', '220733.053000', '220733.055000', '220733.058000', '220733.060000', '220733.063000', '220733.065000', '220752.944000', '220752.946000', '220752.949000', '220752.952000', '220752.954000', '220752.957000', '220752.959000', '220752.962000', '220752.965000', '220752.968000', '220752.971000', '220752.973000', '220752.976000', '220752.979000', '220752.981000', '220752.984000', '220752.987000', '220752.989000', '220752.992000', '220752.995000', '220752.997000', '220753.001000', '220753.005000', '220753.007000', '220753.010000', '220753.013000', '220753.015000', '220753.018000', '220753.021000', '220753.023000', '220753.026000', '220753.029000', '220753.031000', '220753.034000', '220753.037000', '220753.039000', '220753.042000', '220753.045000', '220753.047000', '220753.050000', '220753.052000', '220753.055000', '220753.058000', '220812.944000', '220812.947000', '220812.950000', '220812.953000', '220812.955000', '220812.958000', '220812.961000', '220812.963000', '220812.966000', '220812.968000', '220812.971000', '220812.974000', '220812.976000', '220812.979000', '220812.981000', '220812.984000', '220812.987000', '220812.989000', '220812.992000', '220812.995000', '220812.997000', '220813.001000', '220813.003000', '220813.006000', '220813.009000', '220813.011000', '220813.014000', '220813.017000', '220813.019000', '220813.022000', '220813.025000', '220813.027000', '220813.030000', '220813.033000', '220813.035000', '220813.038000', '220813.040000', '220813.043000', '220813.046000', '220813.048000', '220813.051000', '220813.054000', '220813.056000', '220813.059000', '220832.944000', '220832.946000', '220832.949000', '220832.952000', '220832.954000', '220832.957000', '220832.960000', '220832.962000', '220832.965000', '220832.968000', '220832.970000', '220832.973000', '220832.975000', '220832.978000', '220832.981000', '220832.983000', '220832.986000', '220832.989000', '220832.991000', '220832.994000', '220832.996000', '220833.000000', '220833.003000', '220833.005000', '220833.008000', '220833.011000', '220833.013000', '220833.016000', '220833.018000', '220833.021000', '220833.024000', '220833.026000', '220833.029000', '220833.032000', '220833.034000', '220833.037000', '220833.040000', '220833.042000', '220833.045000', '220833.048000', '220833.050000', '220833.053000', '220833.056000', '220833.058000', '220852.946000', '220852.949000', '220852.951000', '220852.954000', '220852.956000', '220852.959000', '220852.962000', '220852.964000', '220852.967000', '220852.970000', '220852.972000', '220852.975000', '220852.977000', '220852.980000', '220852.983000', '220852.985000', '220852.988000', '220852.991000', '220852.993000', '220852.996000', '220852.998000', '220853.002000', '220853.005000', '220853.007000', '220853.010000', '220853.012000', '220853.015000', '220853.018000', '220853.020000', '220853.023000', '220853.025000', '220853.028000', '220853.031000', '220853.033000', '220853.036000', '220853.038000', '220853.041000', '220853.044000', '220853.046000', '220853.049000', '220853.052000', '220853.054000', '220853.057000', '220912.943000', '220912.946000', '220912.949000', '220912.952000', '220912.954000', '220912.957000', '220912.960000', '220912.962000', '220912.965000', '220912.967000', '220912.970000', '220912.973000', '220912.975000', '220912.978000', '220912.981000', '220912.983000', '220912.986000', '220912.988000', '220912.991000', '220912.994000', '220912.996000', '220913.002000', '220913.005000', '220913.008000', '220913.010000', '220913.013000', '220913.015000', '220913.018000', '220913.021000', '220913.023000', '220913.026000', '220913.029000', '220913.031000', '220913.034000', '220913.037000', '220913.039000', '220913.042000', '220913.045000', '220913.047000', '220913.050000', '220913.053000', '220913.056000', '220913.058000', '220932.943000', '220932.946000', '220932.948000', '220932.951000', '220932.954000', '220932.957000', '220932.959000', '220932.962000', '220932.965000', '220932.967000', '220932.970000', '220932.973000', '220932.976000', '220932.978000', '220932.981000', '220932.984000', '220932.986000', '220932.989000', '220932.992000', '220932.994000', '220932.997000', '220933.001000', '220933.003000', '220933.006000', '220933.009000', '220933.011000', '220933.014000', '220933.017000', '220933.019000', '220933.022000', '220933.025000', '220933.027000', '220933.030000', '220933.033000', '220933.035000', '220933.038000', '220933.041000', '220933.043000', '220933.046000', '220933.049000', '220933.051000', '220933.054000', '220933.057000', '220933.059000', '220952.943000', '220952.947000', '220952.949000', '220952.952000', '220952.954000', '220952.957000', '220952.960000', '220952.962000', '220952.965000', '220952.967000', '220952.970000', '220952.973000', '220952.975000', '220952.982000', '220952.985000', '220952.988000', '220952.991000', '220952.993000', '220952.996000', '220953.000000', '220953.002000', '220953.005000', '220953.007000', '220953.010000', '220953.013000', '220953.015000', '220953.018000', '220953.021000', '220953.023000', '220953.026000', '220953.028000', '220953.031000', '220953.034000', '220953.036000', '220953.039000', '220953.042000', '220953.044000', '220953.047000', '220953.049000', '220953.052000', '220953.055000', '220953.057000', '220953.060000', '221012.944000', '221012.946000', '221012.949000', '221012.952000', '221012.954000', '221012.957000', '221012.960000', '221012.962000', '221012.965000', '221012.968000', '221012.971000', '221012.973000', '221012.976000', '221012.978000', '221012.981000', '221012.984000', '221012.987000', '221012.989000', '221012.992000', '221012.995000', '221012.998000', '221013.001000', '221013.004000', '221013.006000', '221013.009000', '221013.012000', '221013.014000', '221013.017000', '221013.020000', '221013.022000', '221013.025000', '221013.028000', '221013.030000', '221013.033000', '221013.036000', '221013.039000', '221013.042000', '221013.044000', '221013.047000', '221013.050000', '221013.052000', '221013.055000', '221013.058000', '221013.060000', '221032.943000', '221032.946000', '221032.949000', '221032.952000', '221032.954000', '221032.957000', '221032.959000', '221032.962000', '221032.965000', '221032.967000', '221032.970000', '221032.973000', '221032.975000', '221032.978000', '221032.982000', '221032.984000', '221032.987000', '221032.990000', '221032.992000', '221032.995000', '221032.998000', '221033.001000', '221033.004000', '221033.007000', '221033.009000', '221033.012000', '221033.015000', '221033.017000', '221033.020000', '221033.022000', '221033.025000', '221033.028000', '221033.030000', '221033.033000', '221033.036000', '221033.038000', '221033.041000', '221033.044000', '221033.047000', '221033.050000', '221033.053000', '221033.055000', '221033.058000', '221052.944000', '221052.947000', '221052.949000', '221052.952000', '221052.955000', '221052.957000', '221052.960000', '221052.963000', '221052.965000', '221052.968000', '221052.970000', '221052.973000', '221052.976000', '221052.979000', '221052.981000', '221052.984000', '221052.987000', '221052.989000', '221052.992000', '221052.995000', '221052.997000', '221053.001000', '221053.003000', '221053.006000', '221053.009000', '221053.011000', '221053.014000', '221053.017000', '221053.019000', '221053.022000', '221053.025000', '221053.027000', '221053.030000', '221053.033000', '221053.035000', '221053.038000', '221053.041000', '221053.043000', '221053.046000', '221053.049000', '221053.051000', '221053.054000', '221053.056000', '221053.059000', '221112.944000', '221112.946000', '221112.949000', '221112.952000', '221112.954000', '221112.957000', '221112.960000', '221112.962000', '221112.965000', '221112.967000', '221112.970000', '221112.973000', '221112.975000', '221112.978000', '221112.980000', '221112.983000', '221112.986000', '221112.988000', '221112.991000', '221112.994000', '221112.996000', '221113.000000', '221113.002000', '221113.005000', '221113.008000', '221113.010000', '221113.013000', '221113.016000', '221113.018000', '221113.021000', '221113.023000', '221113.026000', '221113.029000', '221113.032000', '221113.034000', '221113.037000', '221113.040000', '221113.042000', '221113.045000', '221113.048000', '221113.050000', '221113.053000', '221113.055000', '221132.944000', '221132.946000', '221132.949000', '221132.952000', '221132.955000', '221132.957000', '221132.960000', '221132.962000', '221132.965000', '221132.968000', '221132.970000', '221132.973000', '221132.976000', '221132.978000', '221132.981000', '221132.983000', '221132.986000', '221132.989000', '221132.991000', '221132.994000', '221132.996000', '221133.000000', '221133.003000', '221133.005000', '221133.008000', '221133.011000', '221133.013000', '221133.016000', '221133.019000', '221133.021000', '221133.024000', '221133.026000', '221133.029000', '221133.032000', '221133.034000', '221133.037000', '221133.039000', '221133.042000', '221133.045000', '221133.047000', '221133.050000', '221133.052000', '221133.055000', '221133.058000', '221152.942000', '221152.945000', '221152.948000', '221152.951000', '221152.953000', '221152.956000', '221152.959000', '221152.961000', '221152.964000', '221152.966000', '221152.969000', '221152.972000', '221152.974000', '221152.977000', '221152.979000', '221152.982000', '221152.985000', '221152.987000', '221152.990000', '221152.992000', '221152.995000', '221152.998000', '221153.001000', '221153.004000', '221153.007000', '221153.009000', '221153.012000', '221153.015000', '221153.017000', '221153.020000', '221153.023000', '221153.025000', '221153.028000', '221153.030000', '221153.033000', '221153.036000', '221153.038000', '221153.041000', '221153.044000', '221153.046000', '221153.049000', '221153.052000', '221153.054000', '221212.943000', '221212.946000', '221212.949000', '221212.952000', '221212.954000', '221212.957000', '221212.960000', '221212.962000', '221212.965000', '221212.968000', '221212.970000', '221212.973000', '221212.975000', '221212.978000', '221212.981000', '221212.983000', '221212.986000', '221212.989000', '221212.991000', '221212.994000', '221212.997000', '221213.000000', '221213.003000', '221213.006000', '221213.008000', '221213.011000', '221213.014000', '221213.016000', '221213.019000', '221213.021000', '221213.024000', '221213.027000', '221213.029000', '221213.032000', '221213.035000', '221213.037000', '221213.040000', '221213.043000', '221213.045000', '221213.048000', '221213.050000', '221213.053000', '221213.056000', '221213.058000', '221232.944000', '221232.947000', '221232.949000', '221232.952000', '221232.954000', '221232.957000', '221232.960000', '221232.962000', '221232.965000', '221232.967000', '221232.970000', '221232.973000', '221232.975000', '221232.978000', '221232.981000', '221232.983000', '221232.986000', '221232.989000', '221232.991000', '221232.994000', '221232.996000', '221233.000000', '221233.003000', '221233.005000', '221233.008000', '221233.011000', '221233.013000', '221233.016000', '221233.018000', '221233.021000', '221233.024000', '221233.026000', '221233.029000', '221233.031000', '221233.034000', '221233.037000', '221233.039000', '221233.042000', '221233.044000', '221233.047000', '221233.050000', '221233.053000', '221233.055000', '221252.944000', '221252.946000', '221252.949000', '221252.952000', '221252.955000', '221252.957000', '221252.960000', '221252.963000', '221252.965000', '221252.968000', '221252.970000', '221252.973000', '221252.976000', '221252.978000', '221252.981000', '221252.984000', '221252.986000', '221252.989000', '221252.992000', '221252.994000', '221252.997000', '221253.000000', '221253.003000', '221253.006000', '221253.008000', '221253.011000', '221253.014000', '221253.016000', '221253.019000', '221253.021000', '221253.024000', '221253.027000', '221253.029000', '221253.032000', '221253.034000', '221253.037000', '221253.040000', '221253.042000', '221253.045000', '221253.048000', '221253.050000', '221253.053000', '221253.055000', '221253.058000', '221312.944000', '221312.947000', '221312.949000', '221312.952000', '221312.955000', '221312.957000', '221312.960000', '221312.963000', '221312.965000', '221312.968000', '221312.971000', '221312.973000', '221312.976000', '221312.978000', '221312.981000', '221312.984000', '221312.986000', '221312.989000', '221312.991000', '221312.994000', '221312.997000', '221313.000000', '221313.003000', '221313.006000', '221313.008000', '221313.011000', '221313.014000', '221313.016000', '221313.019000', '221313.021000', '221313.024000', '221313.027000', '221313.029000', '221313.032000', '221313.035000', '221313.037000', '221313.040000', '221313.043000', '221313.046000', '221313.048000', '221313.051000', '221313.053000', '221313.056000', '221332.944000', '221332.947000', '221332.949000', '221332.952000', '221332.954000', '221332.957000', '221332.960000', '221332.962000', '221332.965000', '221332.968000', '221332.970000', '221332.973000', '221332.975000', '221332.978000', '221332.981000', '221332.983000', '221332.986000', '221332.989000', '221332.991000', '221332.994000', '221332.997000', '221333.001000', '221333.003000', '221333.006000', '221333.008000', '221333.011000', '221333.014000', '221333.016000', '221333.019000', '221333.021000', '221333.024000', '221333.027000', '221333.029000', '221333.032000', '221333.035000', '221333.037000', '221333.040000', '221333.043000', '221333.045000', '221333.048000', '221333.050000', '221333.053000', '221333.056000', '221333.058000', '221352.943000', '221352.946000', '221352.949000', '221352.952000', '221352.954000', '221352.957000', '221352.959000', '221352.962000', '221352.965000', '221352.967000', '221352.970000', '221352.973000', '221352.975000', '221352.978000', '221352.980000', '221352.983000', '221352.986000', '221352.988000', '221352.991000', '221352.994000', '221352.996000', '221353.000000', '221353.002000', '221353.005000', '221353.008000', '221353.010000', '221353.013000', '221353.016000', '221353.018000', '221353.021000', '221353.023000', '221353.026000', '221353.029000', '221353.031000', '221353.034000', '221353.037000', '221353.039000', '221353.042000', '221353.045000', '221353.047000', '221353.050000', '221353.052000', '221353.055000', '221412.942000', '221412.945000', '221412.948000', '221412.951000', '221412.954000', '221412.956000', '221412.959000', '221412.961000', '221412.964000', '221412.967000', '221412.969000', '221412.972000', '221412.975000', '221412.977000', '221412.980000', '221412.983000', '221412.985000', '221413.000000', '221413.003000', '221413.005000', '221413.008000', '221413.011000', '221413.013000', '221413.016000', '221413.019000', '221413.021000', '221413.024000', '221413.026000', '221413.029000', '221413.032000', '221413.034000', '221413.037000', '221413.039000', '221413.042000', '221413.045000', '221413.047000', '221413.050000', '221413.052000', '221413.055000', '221413.058000', '221413.060000', '221413.063000', '221413.065000', '221413.068000', '221432.944000', '221432.947000', '221432.950000', '221432.952000', '221432.955000', '221432.957000', '221432.960000', '221432.963000', '221432.965000', '221432.968000', '221432.970000', '221432.973000', '221432.976000', '221432.978000', '221432.981000', '221432.983000', '221432.986000', '221432.989000', '221432.991000', '221432.994000', '221432.996000', '221433.000000', '221433.003000', '221433.005000', '221433.008000', '221433.010000', '221433.013000', '221433.016000', '221433.018000', '221433.021000', '221433.023000', '221433.026000', '221433.029000', '221433.031000', '221433.034000', '221433.037000', '221433.039000', '221433.042000', '221433.044000', '221433.047000', '221433.050000', '221433.052000', '221433.055000', '221452.944000', '221452.947000', '221452.949000', '221452.952000', '221452.955000', '221452.957000', '221452.960000', '221452.963000', '221452.965000', '221452.968000', '221452.970000', '221452.973000', '221452.976000', '221452.978000', '221452.981000', '221452.983000', '221452.986000', '221452.989000', '221452.991000', '221452.994000', '221452.996000', '221453.000000', '221453.003000', '221453.005000', '221453.008000', '221453.010000', '221453.013000', '221453.016000', '221453.018000', '221453.021000', '221453.024000', '221453.026000', '221453.029000', '221453.031000', '221453.034000', '221453.037000', '221453.039000', '221453.042000', '221453.044000', '221453.047000', '221453.049000', '221453.052000', '221453.055000', '221453.057000', '221512.944000', '221512.947000', '221512.949000', '221512.952000', '221512.955000', '221512.957000', '221512.960000', '221512.962000', '221512.965000', '221512.968000', '221512.970000', '221512.973000', '221512.976000', '221512.978000', '221512.981000', '221512.983000', '221512.986000', '221512.989000', '221512.991000', '221512.994000', '221512.996000', '221513.000000', '221513.003000', '221513.005000', '221513.008000', '221513.010000', '221513.013000', '221513.016000', '221513.018000', '221513.021000', '221513.024000', '221513.026000', '221513.029000', '221513.032000', '221513.034000', '221513.037000', '221513.039000', '221513.042000', '221513.045000', '221513.047000', '221513.050000', '221513.052000', '221513.055000', '221532.944000', '221532.947000', '221532.949000', '221532.952000', '221532.955000', '221532.957000', '221532.968000', '221532.971000', '221532.973000', '221532.976000', '221532.979000', '221532.981000', '221532.984000', '221532.986000', '221532.989000', '221532.992000', '221532.994000', '221532.997000', '221533.001000', '221533.003000', '221533.006000', '221533.008000', '221533.011000', '221533.014000', '221533.017000', '221533.019000', '221533.022000', '221533.025000', '221533.027000', '221533.030000', '221533.033000', '221533.035000', '221533.038000', '221533.041000', '221533.043000', '221533.046000', '221533.049000', '221533.052000', '221533.054000', '221533.057000', '221533.059000', '221533.062000', '221533.065000', '221533.067000', '221552.944000', '221552.947000', '221552.949000', '221552.952000', '221552.955000', '221552.957000', '221552.960000', '221552.962000', '221552.965000', '221552.968000', '221552.970000', '221552.973000', '221552.976000', '221552.978000', '221552.981000', '221552.983000', '221552.986000', '221552.989000', '221552.991000', '221552.994000', '221552.997000', '221553.000000', '221553.003000', '221553.005000', '221553.008000', '221553.011000', '221553.013000', '221553.016000', '221553.019000', '221553.021000', '221553.024000', '221553.026000', '221553.029000', '221553.032000', '221553.034000', '221553.037000', '221553.040000', '221553.042000', '221553.045000', '221553.047000', '221553.050000', '221553.053000', '221553.055000', '221612.944000', '221612.947000', '221612.949000', '221612.952000', '221612.954000', '221612.957000', '221612.960000', '221612.962000', '221612.965000', '221612.967000', '221612.970000', '221612.973000', '221612.975000', '221612.978000', '221612.981000', '221612.983000', '221612.986000', '221612.988000', '221612.991000', '221612.994000', '221612.996000', '221612.999000', '221613.001000', '221613.004000', '221613.006000', '221613.009000', '221613.012000', '221613.014000', '221613.017000', '221613.020000', '221613.022000', '221613.025000', '221613.027000', '221613.030000', '221613.033000', '221613.035000', '221613.038000', '221613.040000', '221613.043000', '221613.046000', '221613.048000', '221613.051000', '221613.053000', '221613.056000', '221632.943000', '221632.945000', '221632.948000', '221632.952000', '221632.954000', '221632.957000', '221632.959000', '221632.962000', '221632.965000', '221632.968000', '221632.970000', '221632.973000', '221632.976000', '221632.978000', '221632.981000', '221632.983000', '221632.986000', '221632.989000', '221632.991000', '221632.994000', '221632.997000', '221633.000000', '221633.003000', '221633.006000', '221633.008000', '221633.022000', '221633.025000', '221633.027000', '221633.030000', '221633.032000', '221633.035000', '221633.038000', '221633.040000', '221633.043000', '221633.046000', '221633.048000', '221633.051000', '221633.054000', '221633.056000', '221633.059000', '221633.061000', '221633.064000', '221633.067000', '221652.944000', '221652.946000', '221652.949000', '221652.952000', '221652.954000', '221652.957000', '221652.960000', '221652.962000', '221652.965000', '221652.968000', '221652.970000', '221652.973000', '221652.975000', '221652.978000', '221652.981000', '221652.983000', '221652.986000', '221652.988000', '221652.991000', '221652.994000', '221652.996000', '221653.001000', '221653.004000', '221653.006000', '221653.009000', '221653.012000', '221653.015000', '221653.017000', '221653.020000', '221653.023000', '221653.025000', '221653.028000', '221653.031000', '221653.033000', '221653.036000', '221653.038000', '221653.041000', '221653.044000', '221653.046000', '221653.049000', '221653.052000', '221653.054000', '221653.057000', '221712.944000', '221712.947000', '221712.950000', '221712.953000', '221712.956000', '221712.958000', '221712.961000', '221712.964000', '221712.966000', '221712.970000', '221712.973000', '221712.975000', '221712.978000', '221712.980000', '221712.983000', '221712.986000', '221712.988000', '221712.991000', '221712.993000', '221712.996000', '221713.000000', '221713.002000', '221713.005000', '221713.008000', '221713.010000', '221713.013000', '221713.016000', '221713.018000', '221713.021000', '221713.024000', '221713.026000', '221713.029000', '221713.032000', '221713.034000', '221713.037000', '221713.039000', '221713.042000', '221713.045000', '221713.047000', '221713.050000', '221713.052000', '221713.055000', '221713.058000', '221713.060000', '221729.295000', '221729.298000', '221729.300000', '221729.303000', '221729.306000', '221729.308000', '221729.316000', '221729.318000', '221729.321000', '221729.324000', '221729.327000', '221729.329000', '221729.332000', '221729.335000', '221729.338000', '221729.341000', '221729.343000', '221729.346000', '221729.349000', '221729.352000', '221729.354000', '221729.357000', '221729.360000', '221729.362000', '221729.365000', '221729.368000', '221729.371000', '221729.373000', '221729.376000', '221729.379000', '221729.381000', '221729.384000', '221729.387000', '221729.389000', '221729.392000', '221729.395000'], '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': [7909, 8441, 12307, 8140, 10660, 6768, 9091, 6496, 9870, 12902, 8258, 8312, 11658, 8234, 8756, 8933, 7530, 10276, 7140, 9784, 11593, 8332, 10120, 11054, 8078, 9385, 6651, 8150, 10880, 7994, 9865, 13063, 8818, 10157, 7606, 9714, 7645, 9581, 13085, 8342, 8572, 11717, 7440, 10109, 12165, 8435, 10419, 13156, 8082, 10380, 6932, 8569, 10918, 7465, 9855, 7426, 9491, 12523, 7769, 10324, 6974, 7480, 10982, 7586, 9785, 12455, 7482, 9959, 9888, 8265, 10125, 7588, 9729, 12011, 7697, 9214, 11585, 7368, 10151, 6714, 7681, 10943, 8542, 9915, 12902, 8670, 10714, 6990, 8793, 7021, 7465, 11083, 13373, 8234, 10305, 11388, 8192, 9912, 6965, 7441, 10819, 7302, 9205, 11910, 7542, 9293, 11974, 8603, 9883, 7380, 9704, 7225, 9325, 12538, 7990, 10978, 13263, 8859, 11075, 7382, 9470, 12841, 9115, 8313, 11711, 7462, 10287, 6614, 7506, 11011, 8378, 10337, 11074, 8961, 11049, 8122, 10100, 7537, 9886, 13139, 8620, 8100, 11630, 7141, 9749, 6704, 7516, 10955, 7806, 9987, 12292, 7699, 10195, 7215, 7361, 10116, 7319, 8005, 11237, 7311, 9169, 11600, 8477, 10130, 7824, 9269, 11675, 8814, 10515, 7766, 9857, 7441, 10049, 7416, 10321, 14066, 9219, 8874, 13090, 7974, 10343, 14500, 8644, 10486, 10042, 8426, 11354, 7330, 9839, 7682, 9994, 12697, 8542, 10702, 12970, 8876, 10267, 6792, 8349, 10826, 8702, 9874, 7133, 8762, 11588, 8085, 10050, 13153, 8445, 10871, 12675, 9503, 10565, 6834, 8074, 10677, 8603, 10071, 7037, 8561, 7435, 8066, 8043, 7933, 11585, 13563, 8537, 10246, 11354, 8325, 9112, 6736, 7155, 10760, 11223, 8600, 11746, 7352, 8359, 11709, 7558, 9709, 11596, 8293, 10396, 11158, 8436, 10158, 7553, 9486, 7145, 9855, 12762, 9419, 10558, 8195, 9994, 7216, 9485, 13343, 8621, 8367, 12481, 7766, 9464, 8631, 7603, 10302, 7247, 8177, 11833, 7777, 10481, 6807, 10085, 6936, 10310, 8869, 10665, 13165, 9872, 10953, 7869, 9775, 12172, 8729, 9279, 12170, 8101, 10152, 6641, 8937, 11571, 7915, 10906, 13386, 8630, 10515, 7448, 9815, 8225, 9980, 13008, 9284, 11376, 11603, 8431, 6414, 7648, 6662, 9518, 12548, 8271, 9648, 12698, 9244, 10654, 6652, 7730, 11548, 7604, 9037, 12170, 7976, 10457, 6682, 9456, 6799, 10227, 12527, 8175, 11023, 14539, 8805, 9048, 7384, 6541, 7774, 11041, 13555, 9301, 10929, 7357, 9572, 6806, 10248, 12798, 9142, 10962, 8337, 8138, 6866, 7504, 6961, 9999, 7119, 10747, 13560, 9590, 9803, 6990, 7739, 10843, 7992, 8042, 11623, 7613, 9356, 9548, 7258, 9870, 7139, 9603, 7164, 9108, 10598, 8759, 8235, 8197, 6671, 9042, 12711, 8261, 8525, 12344, 8775, 10411, 6852, 9792, 6997, 10207, 13684, 9396, 10543, 7818, 7514, 9118, 7211, 11075, 9340, 12522, 13963, 10895, 8973, 12998, 7450, 9521, 6488, 7542, 10496, 7031, 8288, 9924, 7581, 6689, 6987, 9129, 6859, 10144, 11988, 8411, 9831, 6904, 7320, 10637, 7389, 8189, 11323, 12587, 9146, 10675, 6889, 8138, 11223, 9669, 8104, 10780, 15506, 8132, 10184, 6501, 8499, 6331, 7987, 10911, 8206, 10489, 7227, 8487, 7244, 7866, 11926, 14555, 9453, 11123, 9720, 8292, 6458, 7202, 6408, 9462, 7637, 10015, 12659, 9181, 8353, 12895, 7994, 10038, 7718, 9812, 12972, 7809, 10760, 12408, 9343, 10196, 7053, 9383, 7124, 9661, 12232, 8572, 11035, 7704, 9705, 7133, 9100, 7620, 10917, 9128, 7029, 7796, 8748, 7837, 6777, 13125, 9775, 14015, 13233, 8565, 11509, 11005, 9541, 14445, 12658, 14065, 15428, 12725, 13243, 15629, 8175, 9685, 9086, 7047, 11080, 7085, 7732, 10985, 6774, 10056, 8663, 8178, 10636, 9322, 10767, 7010, 10910, 8040, 11264, 12172, 9474, 10659, 8184, 9653, 6600, 7544, 12267, 10045, 11578, 8121, 9966, 13296, 9933, 11141, 6960, 10389, 10494, 9330, 11649, 10880, 8925, 11104, 7585, 10795, 7250, 9048, 12183, 9660, 11508, 7767, 9459, 12810, 9344, 10732, 7445, 11005, 7140, 11302, 10437, 9465, 11473, 8518, 11022, 6920, 9972, 7793, 9803, 12731, 9802, 9151, 12201, 7856, 10188, 7020, 7344, 10725, 8798, 11488, 7767, 10145, 7126, 9526, 6915, 9491, 13000, 8422, 9327, 13019, 8233, 9628, 12694, 7656, 10599, 6860, 8887, 11248, 7215, 8956, 11328, 7911, 10615, 7230, 8215, 11396, 7466, 9605, 11838, 9740, 10355, 7357, 10802, 7410, 10959, 13141, 8711, 9523, 12444, 8004, 10977, 7279, 8650, 11519, 7587, 9400, 10448, 9265, 11502, 8549, 11522, 8317, 10869, 13744, 10414, 10718, 7299, 8683, 8509, 8463, 11637, 8327, 9045, 11858, 7877, 10543, 6954, 8710, 8243, 9595, 12024, 10367, 11019, 7889, 10788, 7041, 8798, 12247, 9506, 11234, 14033, 9321, 11394, 7360, 10408, 6800, 8659, 11213, 9470, 11341, 9199, 9246, 11539, 8375, 10467, 6949, 10488, 7264, 11567, 13153, 9374, 11244, 7731, 10074, 6743, 10420, 7312, 11610, 13577, 8407, 11186, 13155, 7982, 10742, 7071, 8955, 11561, 7583, 9439, 6682, 7564, 11526, 8635, 11393, 7727, 9940, 12644, 9575, 10296, 7078, 10066, 6993, 10454, 12010, 8213, 10272, 13393, 9376, 10663, 7678, 10643, 7061, 9757, 11265, 9020, 11085, 7483, 10083, 6887, 8437, 11279, 9341, 11931, 8194, 10276, 7153, 9494, 6685, 8528, 13060, 13977, 9790, 10767, 13263, 9664, 10188, 6902, 8418, 6519, 8016, 11696, 8106, 11357, 11741, 9176, 10485, 7350, 9668, 7692, 8475, 12089, 8275, 11102, 9159, 12715, 9043, 11501, 7488, 9697, 7004, 9790, 7183, 10564, 13617, 9716, 11980, 8195, 10225, 7617, 10386, 7625, 10953, 7133, 10950, 7404, 10499, 7337, 11007, 7262, 10998, 13549, 8819, 9796, 7719, 8363, 7878, 11159, 12857, 8845, 11163, 8224, 9183, 8124, 10418, 7835, 11336, 13054, 9488, 10640, 7642, 8435, 8024, 8437, 12300, 9464, 11474, 8755, 10587, 7997, 11050, 13150, 10404, 11131, 8372, 9490, 6918, 8645, 12353, 11232, 9133, 13919, 8629, 7544, 8233, 11740, 8409, 11765, 13237, 10780, 10780, 8177, 8704, 6983, 8405, 11987, 7484, 8728, 13070, 8623, 10770, 8108, 8832, 7607, 9226, 13404, 8498, 10411, 8162, 8743, 7934, 10100, 13083, 8185, 10491, 11882, 8228, 11444, 8091, 8822, 12669, 8668, 8608, 12887, 8793, 10613, 7585, 8962, 7163, 10525, 12710, 8550, 10850, 12695, 8223, 6827, 7894, 6403, 8220, 7571, 10927, 8881, 12942, 10085, 13294, 13221, 10052, 10237, 13486, 7979, 8703, 7047, 8013, 12651, 8005, 10437, 7607, 8287, 6787, 7828, 12163, 9923, 8574, 12647, 8092, 9816, 6918, 7604, 12453, 8561, 10969, 13463, 9756, 10796, 6913, 8058, 12168, 8299, 10935, 13147, 8625, 10274, 6649, 7828, 12129, 7873, 10418, 7735, 8475, 12913, 7882, 9297, 7837, 8015, 12326, 7336, 8906, 13601, 8286, 9049, 11694, 7685, 11332, 6947, 9604, 13143, 9045, 11364, 7541, 7875, 12919, 8650, 11978, 13228, 10676, 10789, 7689, 8486, 7335, 8179, 13127, 13309, 10229, 11753, 7799, 8418, 12708, 8029, 10742, 13082, 9714, 10799, 7619, 9598, 9407, 8506, 12192, 13774, 8798, 11791, 8072, 9310, 6950, 8073, 12899, 10566, 8660, 13116, 8195, 10651, 6616, 8244, 13312, 8421, 9040, 8638, 7436, 12338, 7114, 9001, 13515, 8269, 10801, 6990, 7617, 12744, 7986, 10799, 13201, 8547, 11346, 7780, 8583, 6516, 8093, 12872, 8927, 11926, 13461, 10192, 10426, 6999, 7605, 12403, 7797, 10070, 13141, 8828, 11373, 7290, 7945, 12796, 8493, 11836, 8024, 9436, 13063, 8993, 11678, 6991, 8509, 12564, 8537, 11655, 12424, 8734, 12346, 8563, 11452, 7254, 9336, 13676, 7860, 10643, 7047, 7932, 12630, 6936, 8658, 13404, 8282, 8927, 6619, 7744, 12466, 8095, 11399, 7461, 8645, 13147, 8195, 9035, 6488, 7993, 12838, 13753, 8897, 10527, 12675, 9203, 11096, 6750, 7617, 12177, 7444, 9113, 12742, 8668, 11413, 6912, 8230, 12390, 8990, 11637, 13543, 11140, 11152, 7776, 8962, 12147, 8334, 12371, 9271, 9084, 13930, 8443, 11879, 7048, 8622, 13219, 8967, 8722, 12729, 8129, 10677, 12203, 8292, 11718, 7103, 9545, 6727, 8540, 11657, 8657, 12267, 13896, 10242, 12039, 8032, 8130, 12212, 7589, 11608, 13236, 8526, 10464, 12604, 8424, 10349, 6583, 7706, 12125, 7950, 11339, 13147, 9178, 11936, 8352, 11173, 6799, 8735, 12654, 8212, 11061, 13810, 9830, 12112, 8490, 11625, 6856, 8913, 13402, 9890, 9281, 13398, 8668, 11825, 7389, 10571, 10228, 8982, 13285, 9397, 12033, 7073, 8742, 13324, 12088, 8622, 12896, 9244, 9252, 6722, 7801, 12797, 6784, 8434, 13438, 8506, 9889, 7156, 8102, 12681, 9134, 12194, 13797, 9270, 11344, 12101, 8128, 12116, 7597, 8551, 12741, 7717, 11366, 13643, 9502, 12142, 8503, 11423, 6973, 9950, 13373, 9003, 12457, 8618, 10161, 7000, 8415, 13484, 10845, 8590, 13604, 9286, 8908, 6520, 7842, 12688, 6909, 8630, 13363, 8217, 10494, 6730, 7814, 6523, 8799, 12877, 8622, 8613, 12902, 7974, 10091, 6526, 7989, 12785, 9347, 12062, 13911, 9635, 8622, 12931, 8370, 11408, 10886, 8223, 11856, 6858, 8471, 12948, 9052, 11469, 7963, 9560, 11390, 8926, 12731, 12204, 9097, 13491, 9023, 11837, 8404, 11584, 13786, 9286, 9931, 13985, 9028, 11578, 7671, 10400, 12874, 7658, 9172, 12585, 9950, 11165, 7608, 9064, 12958, 8852, 8754, 12724, 7652, 9794, 12686, 8511, 11962, 8116, 10689, 7829, 11316, 8923, 8719, 13121, 9245, 11576, 8779, 11679, 9275, 12200, 13999, 10123, 10801, 13940, 7745, 9899, 12692, 8604, 11274, 13625, 9773, 11775, 7632, 10759, 7823, 11826, 13515, 9797, 12103, 8532, 11940, 8312, 11399, 13668, 9477, 11201, 14963, 10173, 10340, 7323, 6736, 7549, 12651, 12117, 8703, 12898, 8277, 10143, 8097, 9376, 7348, 11665, 13690, 8551, 11183, 10531, 7823, 11318, 7663, 11326, 13589, 9438, 10790, 7446, 7828, 12384, 7448, 8738, 13452, 8769, 11586, 8318, 9606, 7448, 10612, 13001, 8141, 9571, 12717, 9350, 10114, 7224, 8044, 12615, 7929, 9217, 12969, 8214, 10175, 6523, 7560, 11951, 10697, 8402, 11638, 6913, 8480, 12585, 8435, 10168, 12692, 8914, 10623, 12573, 9003, 11407, 7222, 8688, 12696, 8914, 11814, 13894, 11533, 11984, 8901, 8134, 12211, 7898, 9862, 6761, 8606, 13038, 10264, 8965, 12717, 7972, 9288, 12921, 8342, 9880, 12819, 7986, 9703, 6708, 7850, 12287, 6882, 8641, 12961, 7172, 8939, 13206, 8421, 11309, 6746, 9182, 12675, 7618, 8869, 12902, 8563, 11341, 6907, 8250, 12735, 11679, 8512, 13106, 8405, 8520, 6850, 7725, 6785, 7888, 12950, 14007, 9387, 11697, 7647, 8223, 12851, 7785, 10602, 13699, 9690, 8313, 12235, 8711, 8016, 12696, 6574, 8078, 11475, 6772, 7899, 11908, 6921, 8465, 12484, 8407, 10657, 6710, 8152, 12470, 7865, 8626, 13224, 7732, 10298, 6780, 8350, 13259, 11535, 8793, 13074, 13669, 11617, 10965, 7282, 7790, 12205, 6949, 8502, 12946, 8408, 11000, 6642, 8313, 12709, 8979, 12264, 13686, 10012, 11831, 8750, 8026, 13355, 9265, 8442, 12710, 7491, 8453, 12886, 8129, 9680, 6793, 8514, 12931, 7893, 10264, 6692, 8439, 13078, 8857, 11771, 13787, 8475, 9276, 13054, 8505, 12024, 8257, 9331, 13088, 8323, 8671, 12791, 9162, 10697, 7864, 9969, 7275, 11308, 13288, 9929, 8689, 12178, 7478, 8788, 6540, 7382, 12716, 7193, 8179, 12383, 7174, 9040, 6881, 8303, 7218, 7083, 6873, 12760, 11667, 8977, 11287, 7471, 11784, 14514, 10357, 11545, 10180, 7939, 6878, 7567, 6793, 7856, 8480, 8436, 13675, 9658, 8802, 13013, 7800, 8477, 12809, 8162, 10583, 11499, 7859, 11314, 7508, 9756, 6791, 7564, 12925, 8270, 9408, 7697, 9871, 7487, 8361, 9747, 7141, 10552, 13757, 13912, 10596, 8837, 12400, 8025, 10279, 9979, 7656, 11998, 7426, 9693, 6558, 8279, 9471, 7608, 12072, 13843, 8886, 11840, 13199, 8303, 9203, 7567, 10893, 10738, 8316, 12159, 13924, 8461, 11791, 7265, 8270, 8238, 8476, 12631, 13760, 9059, 11974, 10645, 8526, 6763, 7574, 12350, 8411, 12384, 13855, 9173, 10488, 12635, 7942, 11081, 6802, 8101, 13615, 8508, 9153, 6413, 7897, 13040, 14969, 8336, 10354, 13558, 8540, 10759, 7876, 8111, 6851, 7548, 6919, 7515, 12942, 12652, 8796, 12798, 10563, 8361, 11720, 8013, 10884, 13761, 9367, 9800, 13078, 9719, 10108, 7740, 8029, 12940, 8365, 10959, 7880, 8622, 6651, 7723, 6909, 8104, 13478, 13465, 9768, 12333, 8056, 9392, 7370, 9213, 7110, 12886, 10153, 8342, 12954, 7898, 8386, 6632, 8347, 11377, 8062, 13325, 8571, 11891, 13478, 11593, 10432, 9212, 7729, 11642, 7322, 8259, 8725, 7448, 12035, 8160, 11865, 7040, 9229, 13427, 8652, 10556, 13713, 7955, 12277, 7591, 9559, 6803, 8019, 7108, 7508, 13336, 11021, 8661, 12333, 8046, 8066, 12928, 7984, 6759, 6974, 6641, 7821, 7117, 11760, 8550, 13254, 14357, 10225, 11310, 7774, 9296, 9429, 7920, 12786, 7773, 8387, 12745, 7833, 10180, 7606, 8260, 12767, 8581, 11271, 9958, 8334, 8400, 7562, 7966, 7667, 12932, 13881, 11123, 11840, 11105, 7957, 11872, 7815, 9811, 13270, 8408, 11827, 14457, 9266, 11699, 8171, 9667, 7426, 10811, 13253, 8560, 10599, 13588, 8553, 9979, 8154], 'WindowCenter': [4260.0, 4245.0, 4271.0, 4228.0, 4246.0, 4198.0, 4225.0, 4194.0, 4245.0, 4255.0, 4214.0, 4213.0, 4234.0, 4199.0, 4210.0, 4208.0, 4199.0, 4229.0, 4192.0, 4233.0, 4242.0, 4201.0, 4232.0, 4231.0, 4201.0, 4220.0, 4190.0, 4212.0, 4231.0, 4200.0, 4234.0, 4252.0, 4223.0, 4231.0, 4202.0, 4232.0, 4203.0, 4234.0, 4254.0, 4215.0, 4214.0, 4240.0, 4191.0, 4232.0, 4240.0, 4200.0, 4231.0, 4240.0, 4200.0, 4230.0, 4178.0, 4209.0, 4228.0, 4192.0, 4221.0, 4191.0, 4234.0, 4254.0, 4202.0, 4233.0, 4191.0, 4193.0, 4231.0, 4200.0, 4234.0, 4240.0, 4201.0, 4232.0, 4222.0, 4211.0, 4230.0, 4201.0, 4223.0, 4244.0, 4200.0, 4222.0, 4241.0, 4191.0, 4234.0, 4181.0, 4203.0, 4230.0, 4213.0, 4233.0, 4253.0, 4214.0, 4233.0, 4194.0, 4214.0, 4192.0, 4204.0, 4245.0, 4254.0, 4212.0, 4234.0, 4244.0, 4213.0, 4233.0, 4191.0, 4202.0, 4232.0, 4201.0, 4225.0, 4244.0, 4204.0, 4224.0, 4242.0, 4227.0, 4233.0, 4204.0, 4233.0, 4208.0, 4239.0, 4255.0, 4216.0, 4247.0, 4266.0, 4225.0, 4243.0, 4205.0, 4234.0, 4256.0, 4212.0, 4213.0, 4244.0, 4202.0, 4233.0, 4194.0, 4206.0, 4244.0, 4239.0, 4259.0, 4256.0, 4240.0, 4258.0, 4228.0, 4249.0, 4218.0, 4251.0, 4268.0, 4227.0, 4228.0, 4246.0, 4194.0, 4224.0, 4196.0, 4218.0, 4246.0, 4220.0, 4248.0, 4258.0, 4218.0, 4236.0, 4204.0, 4205.0, 4235.0, 4204.0, 4217.0, 4247.0, 4204.0, 4237.0, 4246.0, 4215.0, 4236.0, 4214.0, 4237.0, 4255.0, 4238.0, 4246.0, 4216.0, 4246.0, 4218.0, 4247.0, 4218.0, 4261.0, 4282.0, 4237.0, 4229.0, 4256.0, 4216.0, 4234.0, 4252.0, 4225.0, 4247.0, 4234.0, 4214.0, 4241.0, 4202.0, 4232.0, 4216.0, 4246.0, 4254.0, 4225.0, 4249.0, 4254.0, 4224.0, 4233.0, 4194.0, 4215.0, 4242.0, 4227.0, 4246.0, 4206.0, 4228.0, 4255.0, 4218.0, 4236.0, 4255.0, 4217.0, 4247.0, 4253.0, 4224.0, 4234.0, 4182.0, 4213.0, 4231.0, 4225.0, 4247.0, 4204.0, 4225.0, 4205.0, 4217.0, 4215.0, 4229.0, 4262.0, 4266.0, 4228.0, 4248.0, 4233.0, 4213.0, 4222.0, 4191.0, 4197.0, 4243.0, 4245.0, 4225.0, 4244.0, 4203.0, 4213.0, 4240.0, 4204.0, 4234.0, 4245.0, 4225.0, 4246.0, 4244.0, 4216.0, 4231.0, 4214.0, 4234.0, 4206.0, 4259.0, 4267.0, 4237.0, 4249.0, 4227.0, 4236.0, 4205.0, 4236.0, 4267.0, 4214.0, 4214.0, 4255.0, 4205.0, 4224.0, 4211.0, 4203.0, 4232.0, 4203.0, 4239.0, 4257.0, 4216.0, 4246.0, 4208.0, 4259.0, 4220.0, 4259.0, 4263.0, 4274.0, 4280.0, 4261.0, 4246.0, 4229.0, 4248.0, 4255.0, 4226.0, 4238.0, 4254.0, 4213.0, 4233.0, 4194.0, 4225.0, 4242.0, 4214.0, 4257.0, 4264.0, 4226.0, 4244.0, 4215.0, 4245.0, 4238.0, 4249.0, 4267.0, 4236.0, 4255.0, 4243.0, 4213.0, 4181.0, 4214.0, 4194.0, 4236.0, 4257.0, 4225.0, 4236.0, 4254.0, 4223.0, 4232.0, 4179.0, 4201.0, 4240.0, 4202.0, 4223.0, 4253.0, 4214.0, 4232.0, 4194.0, 4231.0, 4193.0, 4247.0, 4267.0, 4215.0, 4258.0, 4264.0, 4223.0, 4223.0, 4215.0, 4194.0, 4217.0, 4273.0, 4267.0, 4237.0, 4248.0, 4205.0, 4235.0, 4196.0, 4246.0, 4255.0, 4225.0, 4245.0, 4224.0, 4214.0, 4193.0, 4203.0, 4206.0, 4245.0, 4207.0, 4259.0, 4268.0, 4236.0, 4235.0, 4192.0, 4204.0, 4232.0, 4200.0, 4202.0, 4232.0, 4201.0, 4210.0, 4221.0, 4189.0, 4220.0, 4192.0, 4222.0, 4192.0, 4238.0, 4245.0, 4228.0, 4226.0, 4227.0, 4196.0, 4238.0, 4267.0, 4214.0, 4228.0, 4256.0, 4226.0, 4234.0, 4195.0, 4246.0, 4220.0, 4258.0, 4269.0, 4238.0, 4233.0, 4207.0, 4207.0, 4237.0, 4218.0, 4258.0, 4251.0, 4270.0, 4270.0, 4235.0, 4214.0, 4240.0, 4192.0, 4209.0, 4169.0, 4188.0, 4232.0, 4191.0, 4210.0, 4219.0, 4201.0, 4181.0, 4194.0, 4222.0, 4208.0, 4260.0, 4257.0, 4228.0, 4246.0, 4207.0, 4216.0, 4247.0, 4203.0, 4213.0, 4244.0, 4244.0, 4224.0, 4232.0, 4191.0, 4201.0, 4232.0, 4208.0, 4198.0, 4233.0, 4260.0, 4199.0, 4218.0, 4182.0, 4212.0, 4180.0, 4212.0, 4242.0, 4224.0, 4245.0, 4216.0, 4225.0, 4214.0, 4227.0, 4255.0, 4251.0, 4222.0, 4231.0, 4220.0, 4217.0, 4183.0, 4202.0, 4193.0, 4249.0, 4219.0, 4248.0, 4269.0, 4225.0, 4215.0, 4252.0, 4200.0, 4218.0, 4189.0, 4220.0, 4238.0, 4188.0, 4231.0, 4239.0, 4209.0, 4217.0, 4188.0, 4208.0, 4191.0, 4222.0, 4240.0, 4212.0, 4231.0, 4199.0, 4220.0, 4215.0, 4236.0, 4216.0, 4244.0, 4245.0, 4205.0, 4227.0, 4235.0, 4232.0, 4209.0, 4278.0, 4263.0, 4299.0, 4272.0, 4218.0, 4246.0, 4233.0, 4225.0, 4253.0, 4244.0, 4241.0, 4237.0, 4215.0, 4217.0, 4224.0, 4172.0, 4194.0, 4179.0, 4163.0, 4201.0, 4152.0, 4172.0, 4200.0, 4162.0, 4204.0, 4194.0, 4198.0, 4217.0, 4208.0, 4230.0, 4190.0, 4240.0, 4215.0, 4254.0, 4253.0, 4234.0, 4244.0, 4213.0, 4223.0, 4192.0, 4214.0, 4254.0, 4233.0, 4257.0, 4214.0, 4246.0, 4264.0, 4237.0, 4245.0, 4206.0, 4244.0, 4244.0, 4224.0, 4254.0, 4235.0, 4222.0, 4242.0, 4202.0, 4243.0, 4201.0, 4224.0, 4254.0, 4235.0, 4244.0, 4201.0, 4234.0, 4253.0, 4224.0, 4242.0, 4203.0, 4242.0, 4204.0, 4255.0, 4244.0, 4237.0, 4255.0, 4225.0, 4244.0, 4206.0, 4245.0, 4213.0, 4247.0, 4267.0, 4234.0, 4224.0, 4243.0, 4201.0, 4231.0, 4189.0, 4201.0, 4241.0, 4225.0, 4258.0, 4215.0, 4247.0, 4205.0, 4237.0, 4207.0, 4246.0, 4268.0, 4227.0, 4236.0, 4254.0, 4213.0, 4233.0, 4251.0, 4203.0, 4232.0, 4181.0, 4223.0, 4242.0, 4191.0, 4222.0, 4241.0, 4201.0, 4231.0, 4190.0, 4211.0, 4241.0, 4204.0, 4235.0, 4252.0, 4235.0, 4232.0, 4204.0, 4244.0, 4205.0, 4259.0, 4269.0, 4225.0, 4236.0, 4253.0, 4213.0, 4244.0, 4190.0, 4224.0, 4244.0, 4214.0, 4234.0, 4245.0, 4235.0, 4254.0, 4225.0, 4255.0, 4225.0, 4258.0, 4265.0, 4246.0, 4233.0, 4203.0, 4223.0, 4211.0, 4214.0, 4244.0, 4223.0, 4224.0, 4243.0, 4213.0, 4232.0, 4191.0, 4223.0, 4212.0, 4235.0, 4256.0, 4247.0, 4257.0, 4215.0, 4247.0, 4205.0, 4225.0, 4255.0, 4234.0, 4258.0, 4265.0, 4235.0, 4243.0, 4204.0, 4244.0, 4193.0, 4223.0, 4243.0, 4234.0, 4258.0, 4234.0, 4236.0, 4255.0, 4224.0, 4243.0, 4204.0, 4244.0, 4215.0, 4259.0, 4267.0, 4237.0, 4246.0, 4216.0, 4235.0, 4205.0, 4245.0, 4219.0, 4270.0, 4279.0, 4226.0, 4259.0, 4252.0, 4213.0, 4243.0, 4192.0, 4224.0, 4255.0, 4215.0, 4223.0, 4193.0, 4202.0, 4244.0, 4223.0, 4255.0, 4216.0, 4247.0, 4254.0, 4234.0, 4232.0, 4202.0, 4233.0, 4204.0, 4246.0, 4255.0, 4226.0, 4246.0, 4255.0, 4224.0, 4231.0, 4203.0, 4233.0, 4193.0, 4235.0, 4243.0, 4226.0, 4244.0, 4206.0, 4246.0, 4215.0, 4239.0, 4258.0, 4252.0, 4270.0, 4230.0, 4260.0, 4216.0, 4248.0, 4207.0, 4225.0, 4266.0, 4251.0, 4221.0, 4231.0, 4242.0, 4224.0, 4233.0, 4192.0, 4211.0, 4180.0, 4212.0, 4241.0, 4215.0, 4245.0, 4254.0, 4234.0, 4245.0, 4202.0, 4235.0, 4213.0, 4240.0, 4253.0, 4239.0, 4256.0, 4236.0, 4267.0, 4211.0, 4244.0, 4215.0, 4234.0, 4205.0, 4234.0, 4203.0, 4257.0, 4280.0, 4247.0, 4256.0, 4213.0, 4232.0, 4202.0, 4232.0, 4202.0, 4246.0, 4203.0, 4245.0, 4205.0, 4245.0, 4214.0, 4245.0, 4203.0, 4259.0, 4267.0, 4225.0, 4235.0, 4202.0, 4212.0, 4214.0, 4255.0, 4256.0, 4224.0, 4244.0, 4215.0, 4221.0, 4215.0, 4243.0, 4214.0, 4257.0, 4266.0, 4238.0, 4234.0, 4201.0, 4212.0, 4210.0, 4225.0, 4255.0, 4236.0, 4256.0, 4225.0, 4246.0, 4226.0, 4258.0, 4255.0, 4246.0, 4257.0, 4224.0, 4233.0, 4203.0, 4239.0, 4269.0, 4243.0, 4222.0, 4263.0, 4223.0, 4201.0, 4212.0, 4252.0, 4224.0, 4256.0, 4255.0, 4243.0, 4233.0, 4211.0, 4211.0, 4191.0, 4213.0, 4241.0, 4190.0, 4212.0, 4252.0, 4212.0, 4229.0, 4210.0, 4223.0, 4202.0, 4222.0, 4252.0, 4211.0, 4233.0, 4213.0, 4211.0, 4211.0, 4245.0, 4264.0, 4223.0, 4244.0, 4242.0, 4209.0, 4241.0, 4202.0, 4222.0, 4251.0, 4212.0, 4212.0, 4240.0, 4210.0, 4229.0, 4202.0, 4220.0, 4205.0, 4242.0, 4252.0, 4212.0, 4243.0, 4248.0, 4210.0, 4178.0, 4210.0, 4182.0, 4212.0, 4214.0, 4244.0, 4238.0, 4265.0, 4246.0, 4269.0, 4255.0, 4222.0, 4221.0, 4226.0, 4187.0, 4195.0, 4173.0, 4198.0, 4239.0, 4200.0, 4230.0, 4201.0, 4210.0, 4179.0, 4200.0, 4242.0, 4219.0, 4212.0, 4240.0, 4200.0, 4219.0, 4190.0, 4201.0, 4240.0, 4210.0, 4242.0, 4249.0, 4221.0, 4230.0, 4188.0, 4201.0, 4239.0, 4210.0, 4241.0, 4250.0, 4206.0, 4230.0, 4177.0, 4197.0, 4237.0, 4210.0, 4241.0, 4200.0, 4214.0, 4253.0, 4213.0, 4220.0, 4199.0, 4212.0, 4252.0, 4198.0, 4223.0, 4262.0, 4212.0, 4222.0, 4240.0, 4202.0, 4240.0, 4191.0, 4233.0, 4251.0, 4223.0, 4242.0, 4201.0, 4212.0, 4251.0, 4223.0, 4255.0, 4253.0, 4243.0, 4231.0, 4200.0, 4222.0, 4201.0, 4225.0, 4265.0, 4252.0, 4234.0, 4239.0, 4200.0, 4211.0, 4248.0, 4212.0, 4242.0, 4250.0, 4221.0, 4227.0, 4201.0, 4232.0, 4220.0, 4221.0, 4255.0, 4262.0, 4223.0, 4241.0, 4211.0, 4222.0, 4190.0, 4213.0, 4264.0, 4230.0, 4222.0, 4252.0, 4211.0, 4231.0, 4188.0, 4212.0, 4252.0, 4211.0, 4220.0, 4210.0, 4201.0, 4253.0, 4190.0, 4223.0, 4262.0, 4210.0, 4241.0, 4190.0, 4202.0, 4251.0, 4200.0, 4240.0, 4251.0, 4220.0, 4240.0, 4199.0, 4210.0, 4179.0, 4198.0, 4250.0, 4221.0, 4243.0, 4252.0, 4229.0, 4231.0, 4189.0, 4201.0, 4239.0, 4201.0, 4233.0, 4251.0, 4220.0, 4242.0, 4200.0, 4211.0, 4251.0, 4220.0, 4252.0, 4212.0, 4234.0, 4252.0, 4223.0, 4241.0, 4191.0, 4222.0, 4249.0, 4222.0, 4254.0, 4251.0, 4224.0, 4251.0, 4223.0, 4251.0, 4202.0, 4234.0, 4264.0, 4210.0, 4243.0, 4191.0, 4201.0, 4251.0, 4189.0, 4223.0, 4249.0, 4208.0, 4221.0, 4189.0, 4201.0, 4250.0, 4212.0, 4254.0, 4204.0, 4236.0, 4266.0, 4223.0, 4236.0, 4191.0, 4214.0, 4265.0, 4253.0, 4223.0, 4244.0, 4251.0, 4222.0, 4243.0, 4191.0, 4213.0, 4241.0, 4200.0, 4233.0, 4252.0, 4225.0, 4256.0, 4203.0, 4225.0, 4253.0, 4234.0, 4256.0, 4262.0, 4245.0, 4244.0, 4202.0, 4223.0, 4241.0, 4222.0, 4266.0, 4223.0, 4220.0, 4263.0, 4210.0, 4242.0, 4191.0, 4224.0, 4254.0, 4219.0, 4211.0, 4248.0, 4211.0, 4231.0, 4240.0, 4211.0, 4253.0, 4203.0, 4233.0, 4193.0, 4224.0, 4255.0, 4234.0, 4267.0, 4266.0, 4245.0, 4254.0, 4213.0, 4213.0, 4251.0, 4202.0, 4254.0, 4251.0, 4212.0, 4244.0, 4252.0, 4212.0, 4232.0, 4181.0, 4202.0, 4251.0, 4214.0, 4254.0, 4263.0, 4235.0, 4254.0, 4225.0, 4255.0, 4194.0, 4224.0, 4264.0, 4225.0, 4257.0, 4265.0, 4246.0, 4253.0, 4236.0, 4254.0, 4193.0, 4236.0, 4277.0, 4235.0, 4235.0, 4263.0, 4221.0, 4243.0, 4204.0, 4244.0, 4242.0, 4234.0, 4265.0, 4236.0, 4254.0, 4203.0, 4224.0, 4267.0, 4255.0, 4224.0, 4253.0, 4222.0, 4222.0, 4191.0, 4213.0, 4255.0, 4192.0, 4224.0, 4266.0, 4223.0, 4245.0, 4202.0, 4224.0, 4264.0, 4234.0, 4266.0, 4264.0, 4234.0, 4247.0, 4254.0, 4213.0, 4252.0, 4201.0, 4222.0, 4251.0, 4215.0, 4257.0, 4263.0, 4233.0, 4251.0, 4223.0, 4254.0, 4203.0, 4245.0, 4266.0, 4225.0, 4255.0, 4223.0, 4234.0, 4193.0, 4225.0, 4264.0, 4242.0, 4225.0, 4264.0, 4219.0, 4224.0, 4180.0, 4211.0, 4252.0, 4189.0, 4223.0, 4262.0, 4211.0, 4244.0, 4192.0, 4214.0, 4219.0, 4250.0, 4266.0, 4225.0, 4236.0, 4265.0, 4226.0, 4245.0, 4193.0, 4226.0, 4264.0, 4234.0, 4266.0, 4265.0, 4232.0, 4224.0, 4254.0, 4214.0, 4243.0, 4230.0, 4210.0, 4242.0, 4192.0, 4222.0, 4253.0, 4223.0, 4252.0, 4213.0, 4235.0, 4252.0, 4237.0, 4268.0, 4253.0, 4226.0, 4265.0, 4225.0, 4253.0, 4223.0, 4256.0, 4266.0, 4235.0, 4234.0, 4263.0, 4222.0, 4240.0, 4213.0, 4243.0, 4251.0, 4213.0, 4234.0, 4251.0, 4234.0, 4242.0, 4212.0, 4224.0, 4252.0, 4209.0, 4210.0, 4250.0, 4203.0, 4233.0, 4250.0, 4223.0, 4240.0, 4213.0, 4243.0, 4215.0, 4267.0, 4237.0, 4236.0, 4278.0, 4262.0, 4282.0, 4253.0, 4270.0, 4265.0, 4281.0, 4280.0, 4247.0, 4247.0, 4264.0, 4203.0, 4234.0, 4240.0, 4222.0, 4245.0, 4251.0, 4232.0, 4239.0, 4201.0, 4240.0, 4214.0, 4268.0, 4264.0, 4245.0, 4253.0, 4225.0, 4252.0, 4225.0, 4270.0, 4265.0, 4222.0, 4243.0, 4263.0, 4233.0, 4244.0, 4204.0, 4191.0, 4213.0, 4263.0, 4253.0, 4222.0, 4263.0, 4213.0, 4230.0, 4214.0, 4232.0, 4214.0, 4255.0, 4264.0, 4222.0, 4245.0, 4232.0, 4199.0, 4241.0, 4202.0, 4243.0, 4252.0, 4220.0, 4243.0, 4191.0, 4200.0, 4240.0, 4190.0, 4222.0, 4262.0, 4223.0, 4244.0, 4213.0, 4232.0, 4215.0, 4246.0, 4262.0, 4213.0, 4233.0, 4250.0, 4222.0, 4230.0, 4201.0, 4211.0, 4240.0, 4200.0, 4224.0, 4250.0, 4212.0, 4231.0, 4179.0, 4201.0, 4240.0, 4228.0, 4208.0, 4241.0, 4189.0, 4213.0, 4250.0, 4224.0, 4242.0, 4249.0, 4220.0, 4244.0, 4252.0, 4223.0, 4241.0, 4203.0, 4223.0, 4252.0, 4222.0, 4254.0, 4251.0, 4242.0, 4241.0, 4209.0, 4200.0, 4239.0, 4201.0, 4232.0, 4180.0, 4222.0, 4265.0, 4230.0, 4223.0, 4251.0, 4211.0, 4222.0, 4250.0, 4211.0, 4235.0, 4251.0, 4212.0, 4232.0, 4190.0, 4212.0, 4252.0, 4190.0, 4224.0, 4262.0, 4192.0, 4221.0, 4252.0, 4212.0, 4242.0, 4192.0, 4234.0, 4265.0, 4213.0, 4224.0, 4252.0, 4223.0, 4241.0, 4202.0, 4224.0, 4265.0, 4242.0, 4222.0, 4254.0, 4211.0, 4211.0, 4191.0, 4214.0, 4193.0, 4226.0, 4268.0, 4264.0, 4234.0, 4253.0, 4213.0, 4223.0, 4252.0, 4215.0, 4245.0, 4263.0, 4222.0, 4212.0, 4241.0, 4211.0, 4201.0, 4240.0, 4179.0, 4200.0, 4239.0, 4178.0, 4200.0, 4240.0, 4191.0, 4213.0, 4252.0, 4222.0, 4242.0, 4191.0, 4223.0, 4255.0, 4213.0, 4225.0, 4265.0, 4214.0, 4233.0, 4192.0, 4225.0, 4264.0, 4242.0, 4210.0, 4253.0, 4250.0, 4241.0, 4230.0, 4190.0, 4202.0, 4239.0, 4189.0, 4222.0, 4251.0, 4223.0, 4254.0, 4191.0, 4224.0, 4262.0, 4234.0, 4266.0, 4263.0, 4234.0, 4242.0, 4210.0, 4212.0, 4253.0, 4220.0, 4211.0, 4251.0, 4188.0, 4211.0, 4238.0, 4210.0, 4231.0, 4191.0, 4224.0, 4263.0, 4212.0, 4244.0, 4191.0, 4222.0, 4250.0, 4222.0, 4253.0, 4251.0, 4212.0, 4222.0, 4250.0, 4213.0, 4239.0, 4211.0, 4232.0, 4252.0, 4210.0, 4223.0, 4251.0, 4223.0, 4242.0, 4224.0, 4242.0, 4216.0, 4268.0, 4267.0, 4235.0, 4223.0, 4253.0, 4203.0, 4221.0, 4192.0, 4202.0, 4263.0, 4190.0, 4224.0, 4253.0, 4202.0, 4234.0, 4214.0, 4225.0, 4217.0, 4217.0, 4220.0, 4284.0, 4269.0, 4238.0, 4256.0, 4218.0, 4269.0, 4275.0, 4246.0, 4243.0, 4234.0, 4214.0, 4194.0, 4214.0, 4194.0, 4227.0, 4227.0, 4228.0, 4280.0, 4236.0, 4224.0, 4253.0, 4191.0, 4212.0, 4240.0, 4200.0, 4234.0, 4241.0, 4202.0, 4241.0, 4201.0, 4222.0, 4180.0, 4203.0, 4254.0, 4214.0, 4222.0, 4204.0, 4234.0, 4217.0, 4238.0, 4247.0, 4206.0, 4260.0, 4282.0, 4256.0, 4235.0, 4215.0, 4241.0, 4200.0, 4221.0, 4218.0, 4189.0, 4239.0, 4190.0, 4222.0, 4182.0, 4213.0, 4222.0, 4215.0, 4255.0, 4253.0, 4213.0, 4246.0, 4253.0, 4214.0, 4223.0, 4215.0, 4246.0, 4243.0, 4215.0, 4256.0, 4263.0, 4214.0, 4255.0, 4203.0, 4225.0, 4212.0, 4223.0, 4267.0, 4264.0, 4224.0, 4256.0, 4233.0, 4225.0, 4193.0, 4216.0, 4266.0, 4227.0, 4269.0, 4268.0, 4235.0, 4246.0, 4252.0, 4214.0, 4242.0, 4192.0, 4213.0, 4263.0, 4213.0, 4224.0, 4182.0, 4213.0, 4265.0, 4262.0, 4211.0, 4232.0, 4250.0, 4211.0, 4244.0, 4213.0, 4213.0, 4194.0, 4214.0, 4205.0, 4217.0, 4279.0, 4265.0, 4226.0, 4266.0, 4233.0, 4214.0, 4242.0, 4213.0, 4244.0, 4251.0, 4222.0, 4234.0, 4252.0, 4221.0, 4229.0, 4213.0, 4213.0, 4251.0, 4225.0, 4245.0, 4212.0, 4222.0, 4191.0, 4214.0, 4206.0, 4227.0, 4280.0, 4266.0, 4234.0, 4254.0, 4215.0, 4223.0, 4215.0, 4235.0, 4216.0, 4268.0, 4246.0, 4225.0, 4253.0, 4214.0, 4213.0, 4195.0, 4226.0, 4255.0, 4213.0, 4252.0, 4224.0, 4256.0, 4252.0, 4242.0, 4231.0, 4208.0, 4201.0, 4240.0, 4189.0, 4211.0, 4211.0, 4203.0, 4251.0, 4214.0, 4252.0, 4204.0, 4224.0, 4251.0, 4211.0, 4232.0, 4248.0, 4199.0, 4239.0, 4201.0, 4220.0, 4179.0, 4198.0, 4188.0, 4200.0, 4263.0, 4228.0, 4209.0, 4240.0, 4200.0, 4200.0, 4238.0, 4199.0, 4175.0, 4190.0, 4193.0, 4213.0, 4215.0, 4267.0, 4238.0, 4280.0, 4275.0, 4245.0, 4243.0, 4201.0, 4222.0, 4218.0, 4200.0, 4239.0, 4203.0, 4211.0, 4251.0, 4203.0, 4230.0, 4211.0, 4222.0, 4250.0, 4223.0, 4253.0, 4232.0, 4214.0, 4222.0, 4212.0, 4213.0, 4216.0, 4266.0, 4252.0, 4243.0, 4243.0, 4230.0, 4201.0, 4228.0, 4199.0, 4230.0, 4248.0, 4210.0, 4252.0, 4260.0, 4219.0, 4240.0, 4211.0, 4219.0, 4201.0, 4241.0, 4250.0, 4210.0, 4244.0, 4249.0, 4221.0, 4233.0, 4214.0], 'WindowWidth': [9449.0, 9419.0, 9443.0, 9378.0, 9395.0, 9335.0, 9365.0, 9325.0, 9395.0, 9410.0, 9348.0, 9344.0, 9373.0, 9323.0, 9336.0, 9333.0, 9322.0, 9361.0, 9317.0, 9373.0, 9384.0, 9328.0, 9370.0, 9369.0, 9329.0, 9351.0, 9314.0, 9344.0, 9367.0, 9328.0, 9376.0, 9400.0, 9361.0, 9369.0, 9334.0, 9371.0, 9335.0, 9377.0, 9408.0, 9350.0, 9349.0, 9377.0, 9314.0, 9367.0, 9377.0, 9322.0, 9366.0, 9377.0, 9325.0, 9366.0, 9291.0, 9334.0, 9359.0, 9317.0, 9353.0, 9315.0, 9376.0, 9404.0, 9330.0, 9372.0, 9313.0, 9318.0, 9367.0, 9323.0, 9373.0, 9378.0, 9327.0, 9369.0, 9355.0, 9340.0, 9363.0, 9329.0, 9360.0, 9387.0, 9324.0, 9356.0, 9381.0, 9316.0, 9374.0, 9301.0, 9333.0, 9366.0, 9346.0, 9373.0, 9399.0, 9348.0, 9372.0, 9322.0, 9348.0, 9318.0, 9336.0, 9394.0, 9403.0, 9344.0, 9375.0, 9387.0, 9347.0, 9372.0, 9314.0, 9332.0, 9371.0, 9329.0, 9365.0, 9390.0, 9337.0, 9362.0, 9384.0, 9370.0, 9372.0, 9338.0, 9376.0, 9345.0, 9389.0, 9408.0, 9356.0, 9398.0, 9426.0, 9366.0, 9387.0, 9340.0, 9377.0, 9409.0, 9344.0, 9347.0, 9389.0, 9331.0, 9372.0, 9322.0, 9342.0, 9390.0, 9394.0, 9421.0, 9410.0, 9397.0, 9417.0, 9377.0, 9406.0, 9364.0, 9410.0, 9431.0, 9374.0, 9374.0, 9396.0, 9321.0, 9362.0, 9331.0, 9361.0, 9395.0, 9368.0, 9400.0, 9416.0, 9359.0, 9379.0, 9334.0, 9340.0, 9379.0, 9335.0, 9356.0, 9398.0, 9338.0, 9383.0, 9394.0, 9352.0, 9380.0, 9351.0, 9386.0, 9409.0, 9390.0, 9399.0, 9358.0, 9397.0, 9361.0, 9399.0, 9362.0, 9424.0, 9459.0, 9387.0, 9376.0, 9407.0, 9353.0, 9376.0, 9398.0, 9366.0, 9397.0, 9374.0, 9350.0, 9381.0, 9333.0, 9370.0, 9354.0, 9396.0, 9405.0, 9367.0, 9404.0, 9403.0, 9363.0, 9370.0, 9322.0, 9350.0, 9384.0, 9374.0, 9397.0, 9342.0, 9375.0, 9406.0, 9359.0, 9382.0, 9407.0, 9357.0, 9397.0, 9400.0, 9363.0, 9372.0, 9303.0, 9346.0, 9367.0, 9366.0, 9401.0, 9340.0, 9366.0, 9339.0, 9358.0, 9355.0, 9378.0, 9426.0, 9425.0, 9375.0, 9400.0, 9374.0, 9347.0, 9357.0, 9314.0, 9328.0, 9388.0, 9393.0, 9366.0, 9390.0, 9335.0, 9348.0, 9379.0, 9336.0, 9375.0, 9390.0, 9367.0, 9395.0, 9388.0, 9355.0, 9369.0, 9350.0, 9377.0, 9345.0, 9422.0, 9429.0, 9389.0, 9403.0, 9373.0, 9382.0, 9341.0, 9383.0, 9429.0, 9350.0, 9350.0, 9407.0, 9337.0, 9361.0, 9340.0, 9333.0, 9372.0, 9334.0, 9394.0, 9414.0, 9358.0, 9396.0, 9353.0, 9420.0, 9369.0, 9419.0, 9432.0, 9450.0, 9453.0, 9425.0, 9398.0, 9378.0, 9403.0, 9410.0, 9369.0, 9387.0, 9404.0, 9347.0, 9372.0, 9325.0, 9367.0, 9384.0, 9349.0, 9411.0, 9419.0, 9369.0, 9390.0, 9354.0, 9393.0, 9390.0, 9407.0, 9426.0, 9383.0, 9407.0, 9385.0, 9345.0, 9302.0, 9350.0, 9324.0, 9383.0, 9414.0, 9369.0, 9382.0, 9402.0, 9359.0, 9367.0, 9297.0, 9329.0, 9378.0, 9329.0, 9362.0, 9401.0, 9349.0, 9368.0, 9323.0, 9368.0, 9324.0, 9401.0, 9427.0, 9352.0, 9415.0, 9418.0, 9361.0, 9361.0, 9355.0, 9326.0, 9360.0, 9444.0, 9425.0, 9384.0, 9401.0, 9340.0, 9378.0, 9330.0, 9394.0, 9406.0, 9363.0, 9393.0, 9365.0, 9348.0, 9318.0, 9332.0, 9344.0, 9393.0, 9347.0, 9420.0, 9435.0, 9383.0, 9380.0, 9316.0, 9333.0, 9367.0, 9321.0, 9326.0, 9368.0, 9327.0, 9337.0, 9352.0, 9309.0, 9349.0, 9316.0, 9356.0, 9319.0, 9388.0, 9393.0, 9375.0, 9368.0, 9370.0, 9330.0, 9389.0, 9427.0, 9352.0, 9375.0, 9408.0, 9368.0, 9375.0, 9327.0, 9398.0, 9373.0, 9418.0, 9432.0, 9389.0, 9374.0, 9343.0, 9346.0, 9388.0, 9366.0, 9416.0, 9410.0, 9440.0, 9443.0, 9379.0, 9349.0, 9375.0, 9313.0, 9333.0, 9280.0, 9305.0, 9366.0, 9314.0, 9338.0, 9347.0, 9326.0, 9301.0, 9322.0, 9358.0, 9348.0, 9420.0, 9415.0, 9375.0, 9398.0, 9344.0, 9357.0, 9397.0, 9332.0, 9346.0, 9391.0, 9387.0, 9362.0, 9370.0, 9314.0, 9327.0, 9371.0, 9331.0, 9318.0, 9371.0, 9404.0, 9321.0, 9345.0, 9301.0, 9340.0, 9300.0, 9344.0, 9385.0, 9365.0, 9393.0, 9357.0, 9367.0, 9354.0, 9374.0, 9411.0, 9396.0, 9358.0, 9368.0, 9348.0, 9356.0, 9308.0, 9333.0, 9322.0, 9408.0, 9364.0, 9401.0, 9435.0, 9367.0, 9352.0, 9398.0, 9324.0, 9343.0, 9307.0, 9350.0, 9373.0, 9305.0, 9368.0, 9376.0, 9334.0, 9340.0, 9307.0, 9332.0, 9317.0, 9357.0, 9376.0, 9340.0, 9367.0, 9323.0, 9352.0, 9358.0, 9384.0, 9357.0, 9390.0, 9397.0, 9343.0, 9375.0, 9387.0, 9390.0, 9354.0, 9444.0, 9432.0, 9492.0, 9446.0, 9359.0, 9395.0, 9374.0, 9364.0, 9401.0, 9384.0, 9383.0, 9370.0, 9333.0, 9337.0, 9341.0, 9269.0, 9301.0, 9275.0, 9259.0, 9307.0, 9243.0, 9270.0, 9305.0, 9258.0, 9317.0, 9306.0, 9318.0, 9341.0, 9333.0, 9361.0, 9313.0, 9378.0, 9351.0, 9406.0, 9402.0, 9377.0, 9391.0, 9346.0, 9358.0, 9317.0, 9350.0, 9402.0, 9376.0, 9411.0, 9350.0, 9395.0, 9419.0, 9385.0, 9391.0, 9341.0, 9390.0, 9389.0, 9362.0, 9405.0, 9376.0, 9357.0, 9385.0, 9332.0, 9388.0, 9330.0, 9361.0, 9401.0, 9377.0, 9389.0, 9329.0, 9375.0, 9403.0, 9364.0, 9385.0, 9335.0, 9383.0, 9337.0, 9407.0, 9390.0, 9385.0, 9409.0, 9367.0, 9392.0, 9342.0, 9394.0, 9349.0, 9398.0, 9429.0, 9378.0, 9363.0, 9388.0, 9329.0, 9368.0, 9310.0, 9329.0, 9382.0, 9368.0, 9415.0, 9355.0, 9400.0, 9342.0, 9386.0, 9345.0, 9399.0, 9431.0, 9370.0, 9383.0, 9406.0, 9347.0, 9373.0, 9396.0, 9334.0, 9371.0, 9301.0, 9360.0, 9385.0, 9314.0, 9356.0, 9381.0, 9328.0, 9368.0, 9313.0, 9343.0, 9382.0, 9337.0, 9381.0, 9400.0, 9381.0, 9373.0, 9339.0, 9390.0, 9342.0, 9419.0, 9436.0, 9367.0, 9383.0, 9402.0, 9347.0, 9389.0, 9313.0, 9362.0, 9390.0, 9353.0, 9380.0, 9393.0, 9383.0, 9405.0, 9368.0, 9408.0, 9370.0, 9419.0, 9424.0, 9397.0, 9374.0, 9334.0, 9361.0, 9342.0, 9349.0, 9391.0, 9362.0, 9365.0, 9388.0, 9346.0, 9371.0, 9318.0, 9361.0, 9345.0, 9381.0, 9410.0, 9401.0, 9415.0, 9356.0, 9397.0, 9339.0, 9367.0, 9407.0, 9377.0, 9414.0, 9422.0, 9380.0, 9389.0, 9338.0, 9389.0, 9320.0, 9362.0, 9388.0, 9379.0, 9414.0, 9379.0, 9385.0, 9409.0, 9366.0, 9389.0, 9339.0, 9389.0, 9357.0, 9420.0, 9430.0, 9389.0, 9399.0, 9356.0, 9380.0, 9343.0, 9394.0, 9367.0, 9436.0, 9448.0, 9373.0, 9420.0, 9400.0, 9348.0, 9387.0, 9317.0, 9364.0, 9407.0, 9353.0, 9359.0, 9318.0, 9330.0, 9388.0, 9362.0, 9406.0, 9358.0, 9400.0, 9405.0, 9379.0, 9372.0, 9333.0, 9375.0, 9336.0, 9395.0, 9408.0, 9371.0, 9397.0, 9407.0, 9364.0, 9368.0, 9336.0, 9374.0, 9319.0, 9379.0, 9388.0, 9369.0, 9392.0, 9341.0, 9398.0, 9358.0, 9395.0, 9415.0, 9417.0, 9437.0, 9382.0, 9425.0, 9362.0, 9404.0, 9350.0, 9370.0, 9427.0, 9399.0, 9353.0, 9366.0, 9383.0, 9363.0, 9372.0, 9315.0, 9341.0, 9302.0, 9347.0, 9381.0, 9352.0, 9393.0, 9406.0, 9380.0, 9395.0, 9334.0, 9381.0, 9350.0, 9397.0, 9403.0, 9396.0, 9413.0, 9386.0, 9427.0, 9340.0, 9390.0, 9354.0, 9376.0, 9343.0, 9378.0, 9336.0, 9414.0, 9451.0, 9401.0, 9410.0, 9348.0, 9371.0, 9330.0, 9371.0, 9332.0, 9395.0, 9337.0, 9395.0, 9340.0, 9394.0, 9355.0, 9394.0, 9338.0, 9419.0, 9431.0, 9368.0, 9380.0, 9332.0, 9344.0, 9351.0, 9408.0, 9411.0, 9363.0, 9392.0, 9352.0, 9356.0, 9353.0, 9388.0, 9354.0, 9415.0, 9425.0, 9386.0, 9375.0, 9329.0, 9345.0, 9339.0, 9367.0, 9408.0, 9383.0, 9409.0, 9367.0, 9397.0, 9372.0, 9416.0, 9409.0, 9399.0, 9413.0, 9365.0, 9376.0, 9335.0, 9395.0, 9433.0, 9389.0, 9358.0, 9416.0, 9361.0, 9330.0, 9347.0, 9399.0, 9365.0, 9412.0, 9410.0, 9388.0, 9373.0, 9342.0, 9342.0, 9315.0, 9346.0, 9381.0, 9314.0, 9344.0, 9398.0, 9343.0, 9363.0, 9342.0, 9359.0, 9330.0, 9359.0, 9400.0, 9343.0, 9372.0, 9346.0, 9341.0, 9347.0, 9394.0, 9421.0, 9364.0, 9391.0, 9385.0, 9339.0, 9381.0, 9329.0, 9357.0, 9396.0, 9345.0, 9344.0, 9377.0, 9339.0, 9363.0, 9333.0, 9354.0, 9344.0, 9388.0, 9401.0, 9343.0, 9387.0, 9388.0, 9341.0, 9296.0, 9342.0, 9305.0, 9345.0, 9350.0, 9392.0, 9389.0, 9422.0, 9399.0, 9436.0, 9412.0, 9357.0, 9352.0, 9352.0, 9298.0, 9307.0, 9278.0, 9318.0, 9374.0, 9324.0, 9364.0, 9328.0, 9340.0, 9298.0, 9326.0, 9384.0, 9349.0, 9344.0, 9378.0, 9324.0, 9349.0, 9312.0, 9329.0, 9379.0, 9340.0, 9386.0, 9392.0, 9355.0, 9364.0, 9309.0, 9328.0, 9375.0, 9338.0, 9382.0, 9391.0, 9331.0, 9364.0, 9292.0, 9319.0, 9371.0, 9340.0, 9383.0, 9327.0, 9350.0, 9401.0, 9347.0, 9355.0, 9325.0, 9345.0, 9398.0, 9322.0, 9362.0, 9414.0, 9345.0, 9359.0, 9378.0, 9330.0, 9379.0, 9317.0, 9376.0, 9398.0, 9361.0, 9385.0, 9329.0, 9347.0, 9397.0, 9362.0, 9409.0, 9403.0, 9388.0, 9368.0, 9328.0, 9357.0, 9330.0, 9367.0, 9423.0, 9398.0, 9375.0, 9377.0, 9327.0, 9342.0, 9388.0, 9346.0, 9386.0, 9392.0, 9356.0, 9358.0, 9332.0, 9373.0, 9354.0, 9357.0, 9408.0, 9412.0, 9362.0, 9382.0, 9344.0, 9358.0, 9313.0, 9347.0, 9420.0, 9368.0, 9359.0, 9398.0, 9344.0, 9370.0, 9310.0, 9347.0, 9401.0, 9343.0, 9354.0, 9338.0, 9330.0, 9399.0, 9313.0, 9363.0, 9412.0, 9340.0, 9383.0, 9314.0, 9332.0, 9395.0, 9327.0, 9381.0, 9397.0, 9354.0, 9381.0, 9324.0, 9340.0, 9297.0, 9323.0, 9391.0, 9355.0, 9388.0, 9398.0, 9365.0, 9368.0, 9310.0, 9329.0, 9375.0, 9328.0, 9376.0, 9396.0, 9355.0, 9386.0, 9327.0, 9342.0, 9395.0, 9354.0, 9401.0, 9347.0, 9377.0, 9400.0, 9362.0, 9383.0, 9315.0, 9360.0, 9392.0, 9361.0, 9406.0, 9397.0, 9364.0, 9396.0, 9362.0, 9398.0, 9332.0, 9381.0, 9421.0, 9341.0, 9388.0, 9316.0, 9330.0, 9397.0, 9309.0, 9362.0, 9393.0, 9333.0, 9356.0, 9310.0, 9330.0, 9393.0, 9348.0, 9406.0, 9339.0, 9385.0, 9426.0, 9363.0, 9383.0, 9319.0, 9352.0, 9421.0, 9403.0, 9361.0, 9390.0, 9395.0, 9359.0, 9389.0, 9317.0, 9348.0, 9382.0, 9329.0, 9378.0, 9400.0, 9369.0, 9409.0, 9337.0, 9367.0, 9403.0, 9381.0, 9414.0, 9417.0, 9394.0, 9390.0, 9333.0, 9362.0, 9383.0, 9360.0, 9423.0, 9360.0, 9357.0, 9416.0, 9341.0, 9386.0, 9315.0, 9365.0, 9406.0, 9351.0, 9344.0, 9389.0, 9342.0, 9369.0, 9378.0, 9342.0, 9403.0, 9335.0, 9376.0, 9322.0, 9367.0, 9408.0, 9381.0, 9428.0, 9425.0, 9395.0, 9405.0, 9348.0, 9347.0, 9396.0, 9334.0, 9404.0, 9398.0, 9344.0, 9390.0, 9397.0, 9345.0, 9370.0, 9303.0, 9333.0, 9395.0, 9351.0, 9407.0, 9416.0, 9382.0, 9405.0, 9368.0, 9408.0, 9326.0, 9368.0, 9419.0, 9369.0, 9414.0, 9422.0, 9398.0, 9403.0, 9384.0, 9408.0, 9323.0, 9386.0, 9443.0, 9382.0, 9380.0, 9415.0, 9358.0, 9388.0, 9338.0, 9393.0, 9388.0, 9380.0, 9422.0, 9384.0, 9406.0, 9337.0, 9366.0, 9428.0, 9407.0, 9366.0, 9403.0, 9358.0, 9359.0, 9318.0, 9350.0, 9406.0, 9320.0, 9367.0, 9425.0, 9363.0, 9394.0, 9335.0, 9366.0, 9419.0, 9380.0, 9425.0, 9422.0, 9379.0, 9398.0, 9403.0, 9349.0, 9399.0, 9329.0, 9359.0, 9397.0, 9355.0, 9411.0, 9415.0, 9375.0, 9396.0, 9363.0, 9404.0, 9337.0, 9396.0, 9427.0, 9368.0, 9408.0, 9363.0, 9377.0, 9324.0, 9366.0, 9421.0, 9386.0, 9367.0, 9418.0, 9349.0, 9361.0, 9300.0, 9343.0, 9397.0, 9311.0, 9362.0, 9415.0, 9342.0, 9390.0, 9320.0, 9353.0, 9374.0, 9413.0, 9429.0, 9371.0, 9386.0, 9421.0, 9374.0, 9395.0, 9323.0, 9371.0, 9419.0, 9380.0, 9425.0, 9425.0, 9374.0, 9364.0, 9404.0, 9350.0, 9388.0, 9365.0, 9341.0, 9385.0, 9322.0, 9361.0, 9400.0, 9363.0, 9399.0, 9350.0, 9383.0, 9401.0, 9386.0, 9430.0, 9404.0, 9370.0, 9421.0, 9367.0, 9402.0, 9363.0, 9410.0, 9427.0, 9383.0, 9379.0, 9414.0, 9359.0, 9380.0, 9350.0, 9390.0, 9396.0, 9351.0, 9380.0, 9396.0, 9379.0, 9384.0, 9346.0, 9364.0, 9400.0, 9338.0, 9339.0, 9393.0, 9335.0, 9373.0, 9392.0, 9361.0, 9380.0, 9350.0, 9388.0, 9357.0, 9430.0, 9390.0, 9387.0, 9446.0, 9433.0, 9460.0, 9419.0, 9436.0, 9438.0, 9458.0, 9455.0, 9401.0, 9399.0, 9419.0, 9336.0, 9376.0, 9379.0, 9360.0, 9394.0, 9394.0, 9370.0, 9377.0, 9331.0, 9380.0, 9354.0, 9429.0, 9419.0, 9395.0, 9402.0, 9368.0, 9401.0, 9369.0, 9438.0, 9424.0, 9359.0, 9387.0, 9414.0, 9373.0, 9393.0, 9338.0, 9318.0, 9349.0, 9417.0, 9401.0, 9359.0, 9416.0, 9348.0, 9365.0, 9352.0, 9372.0, 9354.0, 9410.0, 9420.0, 9361.0, 9393.0, 9370.0, 9326.0, 9381.0, 9332.0, 9389.0, 9399.0, 9354.0, 9388.0, 9313.0, 9326.0, 9377.0, 9311.0, 9359.0, 9413.0, 9364.0, 9389.0, 9349.0, 9373.0, 9356.0, 9398.0, 9416.0, 9347.0, 9374.0, 9394.0, 9359.0, 9366.0, 9330.0, 9343.0, 9380.0, 9328.0, 9362.0, 9393.0, 9343.0, 9367.0, 9297.0, 9329.0, 9381.0, 9360.0, 9334.0, 9382.0, 9312.0, 9346.0, 9393.0, 9364.0, 9387.0, 9392.0, 9356.0, 9392.0, 9402.0, 9364.0, 9387.0, 9333.0, 9362.0, 9398.0, 9360.0, 9405.0, 9399.0, 9384.0, 9382.0, 9335.0, 9324.0, 9374.0, 9329.0, 9370.0, 9300.0, 9361.0, 9420.0, 9366.0, 9360.0, 9395.0, 9343.0, 9360.0, 9393.0, 9343.0, 9381.0, 9397.0, 9344.0, 9371.0, 9313.0, 9344.0, 9397.0, 9313.0, 9363.0, 9415.0, 9318.0, 9358.0, 9398.0, 9347.0, 9386.0, 9320.0, 9378.0, 9422.0, 9351.0, 9366.0, 9400.0, 9363.0, 9385.0, 9334.0, 9365.0, 9421.0, 9386.0, 9360.0, 9404.0, 9342.0, 9342.0, 9317.0, 9350.0, 9324.0, 9373.0, 9433.0, 9422.0, 9381.0, 9404.0, 9349.0, 9363.0, 9400.0, 9354.0, 9394.0, 9418.0, 9359.0, 9348.0, 9385.0, 9343.0, 9330.0, 9379.0, 9296.0, 9325.0, 9377.0, 9294.0, 9327.0, 9382.0, 9319.0, 9348.0, 9400.0, 9361.0, 9387.0, 9320.0, 9366.0, 9410.0, 9351.0, 9370.0, 9421.0, 9353.0, 9375.0, 9323.0, 9370.0, 9421.0, 9384.0, 9341.0, 9403.0, 9396.0, 9380.0, 9365.0, 9311.0, 9330.0, 9377.0, 9312.0, 9359.0, 9396.0, 9362.0, 9407.0, 9320.0, 9366.0, 9413.0, 9380.0, 9426.0, 9420.0, 9379.0, 9388.0, 9341.0, 9347.0, 9403.0, 9352.0, 9342.0, 9397.0, 9308.0, 9342.0, 9374.0, 9340.0, 9371.0, 9318.0, 9366.0, 9420.0, 9348.0, 9393.0, 9318.0, 9360.0, 9396.0, 9360.0, 9404.0, 9400.0, 9347.0, 9359.0, 9394.0, 9348.0, 9378.0, 9346.0, 9373.0, 9398.0, 9339.0, 9361.0, 9396.0, 9362.0, 9386.0, 9368.0, 9389.0, 9363.0, 9431.0, 9430.0, 9383.0, 9363.0, 9402.0, 9335.0, 9357.0, 9321.0, 9336.0, 9416.0, 9315.0, 9364.0, 9402.0, 9336.0, 9380.0, 9356.0, 9371.0, 9365.0, 9366.0, 9375.0, 9463.0, 9434.0, 9392.0, 9412.0, 9363.0, 9432.0, 9437.0, 9397.0, 9389.0, 9377.0, 9350.0, 9324.0, 9351.0, 9324.0, 9372.0, 9375.0, 9377.0, 9449.0, 9384.0, 9364.0, 9398.0, 9313.0, 9343.0, 9376.0, 9326.0, 9375.0, 9379.0, 9330.0, 9379.0, 9329.0, 9357.0, 9298.0, 9335.0, 9402.0, 9350.0, 9356.0, 9333.0, 9376.0, 9362.0, 9391.0, 9402.0, 9347.0, 9423.0, 9457.0, 9411.0, 9377.0, 9349.0, 9378.0, 9323.0, 9349.0, 9343.0, 9306.0, 9373.0, 9311.0, 9353.0, 9303.0, 9346.0, 9357.0, 9352.0, 9406.0, 9401.0, 9346.0, 9392.0, 9398.0, 9347.0, 9359.0, 9354.0, 9395.0, 9386.0, 9352.0, 9408.0, 9416.0, 9350.0, 9406.0, 9334.0, 9365.0, 9347.0, 9364.0, 9427.0, 9418.0, 9366.0, 9410.0, 9374.0, 9366.0, 9323.0, 9358.0, 9423.0, 9373.0, 9433.0, 9431.0, 9382.0, 9397.0, 9397.0, 9349.0, 9386.0, 9317.0, 9349.0, 9417.0, 9349.0, 9364.0, 9306.0, 9349.0, 9420.0, 9412.0, 9341.0, 9370.0, 9393.0, 9343.0, 9390.0, 9347.0, 9348.0, 9324.0, 9354.0, 9342.0, 9362.0, 9448.0, 9424.0, 9371.0, 9425.0, 9376.0, 9351.0, 9386.0, 9350.0, 9392.0, 9399.0, 9357.0, 9379.0, 9398.0, 9356.0, 9364.0, 9350.0, 9351.0, 9396.0, 9368.0, 9395.0, 9346.0, 9358.0, 9319.0, 9352.0, 9345.0, 9375.0, 9452.0, 9426.0, 9380.0, 9406.0, 9355.0, 9361.0, 9356.0, 9384.0, 9362.0, 9432.0, 9398.0, 9367.0, 9403.0, 9350.0, 9349.0, 9328.0, 9370.0, 9406.0, 9350.0, 9400.0, 9364.0, 9410.0, 9401.0, 9383.0, 9366.0, 9331.0, 9327.0, 9380.0, 9310.0, 9340.0, 9342.0, 9337.0, 9398.0, 9351.0, 9400.0, 9338.0, 9363.0, 9396.0, 9341.0, 9371.0, 9387.0, 9322.0, 9378.0, 9329.0, 9352.0, 9297.0, 9321.0, 9310.0, 9329.0, 9415.0, 9361.0, 9334.0, 9377.0, 9324.0, 9325.0, 9374.0, 9322.0, 9285.0, 9312.0, 9322.0, 9350.0, 9357.0, 9428.0, 9394.0, 9455.0, 9439.0, 9396.0, 9387.0, 9331.0, 9357.0, 9347.0, 9325.0, 9377.0, 9333.0, 9343.0, 9396.0, 9332.0, 9365.0, 9346.0, 9359.0, 9392.0, 9363.0, 9404.0, 9372.0, 9351.0, 9361.0, 9348.0, 9350.0, 9357.0, 9426.0, 9400.0, 9387.0, 9389.0, 9365.0, 9325.0, 9360.0, 9324.0, 9368.0, 9388.0, 9338.0, 9400.0, 9407.0, 9351.0, 9378.0, 9341.0, 9350.0, 9332.0, 9384.0, 9393.0, 9339.0, 9391.0, 9389.0, 9359.0, 9376.0, 9354.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.0010891648706896552</td></tr>
<tr><td colspan=3>aqi</td><td>0.05915915953663794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.23950708181133</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1319974450458228</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9200987916765496</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>6145.5132</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1134434876855799</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.15301724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6365930816532277</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.622005846577418</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693610481233867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5941629171483975</td></tr>
<tr><td colspan=3>gcor</td><td>0.00799679</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009678403846919537</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01688622310757637</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.102058596972957</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.3321</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8288</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.454</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305354.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>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.3076</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.6322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3492.3464</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.7858</td></tr>
<tr><td colspan=3>tsnr</td><td>32.207337194297</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>