<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-02/func/sub-0062_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>b2f6c0683b40353ac841264ce8d28693</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>12:07:56.377500</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.999904, -0.0138036, -0.000989231, 0.0137877, 0.999798, -0.0146031]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108148</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7719, -7296, 477, -81, -135, -34, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a50f375-04be-472a-89d7-7dc9dc3367ed||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.6826698780059814, 0.036991383880376816, -0.003214639611542225, 106.14373779296875], [0.03703406825661659, 2.6823856830596924, -0.039387889206409454, -93.43109130859375], [-0.002654033713042736, 0.03917916864156723, 2.6997108459472656, -61.61241912841797], [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': ['120756.377500', '120756.837500', '120757.297500', '120757.757500', '120758.217500', '120758.677500', '120759.137500', '120759.597500', '120800.057500', '120800.517500', '120800.977500', '120801.437500', '120801.897500', '120802.357500', '120802.817500', '120803.277500', '120803.737500', '120804.197500', '120804.657500', '120805.117500', '120805.577500', '120806.037500', '120806.497500', '120806.957500', '120807.417500', '120807.877500', '120808.337500', '120808.797500', '120809.257500', '120809.717500', '120810.177500', '120810.637500', '120811.097500', '120811.557500', '120812.017500', '120812.477500', '120812.937500', '120813.397500', '120813.857500', '120814.317500', '120814.777500', '120815.237500', '120815.697500', '120816.157500', '120816.617500', '120817.077500', '120817.537500', '120817.997500', '120818.457500', '120818.917500', '120819.377500', '120819.837500', '120820.297500', '120820.757500', '120821.217500', '120821.677500', '120822.137500', '120822.597500', '120823.057500', '120823.517500', '120823.977500', '120824.437500', '120824.897500', '120825.357500', '120825.817500', '120826.277500', '120826.737500', '120827.197500', '120827.657500', '120828.117500', '120828.577500', '120829.037500', '120829.497500', '120829.957500', '120830.417500', '120830.877500', '120831.337500', '120831.797500', '120832.257500', '120832.717500', '120833.177500', '120833.637500', '120834.097500', '120834.557500', '120835.017500', '120835.477500', '120835.937500', '120836.397500', '120836.857500', '120837.317500', '120837.777500', '120838.237500', '120838.697500', '120839.157500', '120839.617500', '120840.077500', '120840.537500', '120840.997500', '120841.457500', '120841.917500', '120842.377500', '120842.837500', '120843.297500', '120843.757500', '120844.217500', '120844.677500', '120845.137500', '120845.597500', '120846.057500', '120846.517500', '120846.977500', '120847.437500', '120847.897500', '120848.357500', '120848.817500', '120849.277500', '120849.737500', '120850.197500', '120850.657500', '120851.117500', '120851.577500', '120852.037500', '120852.497500', '120852.957500', '120853.417500', '120853.877500', '120854.337500', '120854.797500', '120855.257500', '120855.717500', '120856.177500', '120856.637500', '120857.097500', '120857.557500', '120858.017500', '120858.477500', '120858.937500', '120859.397500', '120859.857500', '120900.317500', '120900.777500', '120901.237500', '120901.697500', '120902.157500', '120902.617500', '120903.077500', '120903.537500', '120903.997500', '120904.457500', '120904.917500', '120905.377500', '120905.837500', '120906.297500', '120906.757500', '120907.217500', '120907.677500', '120908.137500', '120908.597500', '120909.057500', '120909.517500', '120909.977500', '120910.437500', '120910.897500', '120911.357500', '120911.817500', '120912.277500', '120912.737500', '120913.197500', '120913.657500', '120914.117500', '120914.577500', '120915.037500', '120915.497500', '120915.957500', '120916.417500', '120916.877500', '120917.337500', '120917.797500', '120918.257500', '120918.717500', '120919.177500', '120919.637500', '120920.097500', '120920.557500', '120921.017500', '120921.477500', '120921.937500', '120922.397500', '120922.857500', '120923.317500', '120923.777500', '120924.237500', '120924.697500', '120925.157500', '120925.617500', '120926.077500', '120926.537500', '120926.997500', '120927.457500', '120927.917500', '120928.377500', '120928.837500', '120929.297500', '120929.757500', '120930.217500', '120930.677500', '120931.137500', '120931.597500', '120932.057500', '120932.517500', '120932.977500', '120933.437500', '120933.897500', '120934.357500', '120934.817500', '120935.277500', '120935.737500', '120936.197500', '120936.657500', '120937.117500', '120937.577500', '120938.037500', '120938.497500', '120938.957500', '120939.417500', '120939.877500', '120940.337500', '120940.797500', '120941.257500', '120941.717500', '120942.177500', '120942.637500', '120943.097500', '120943.557500', '120944.017500', '120944.477500', '120944.937500', '120945.397500', '120945.857500', '120946.317500', '120946.777500', '120947.237500', '120947.697500', '120948.157500', '120948.617500', '120949.077500', '120949.537500', '120949.997500', '120950.457500', '120950.917500', '120951.377500', '120951.837500', '120952.297500', '120952.757500', '120953.217500', '120953.677500', '120954.137500', '120954.597500', '120955.057500', '120955.517500', '120955.977500', '120956.437500', '120956.897500', '120957.357500', '120957.817500', '120958.277500', '120958.737500', '120959.197500', '120959.657500', '121000.117500', '121000.577500', '121001.037500', '121001.497500', '121001.957500', '121002.417500', '121002.877500', '121003.337500', '121003.797500', '121004.257500', '121004.717500', '121005.177500', '121005.637500', '121006.097500', '121006.557500', '121007.017500', '121007.477500', '121007.937500', '121008.397500', '121008.857500', '121009.317500', '121009.777500', '121010.237500', '121010.697500', '121011.157500', '121011.617500', '121012.077500', '121012.537500', '121012.997500', '121013.457500', '121013.917500', '121014.377500', '121014.837500', '121015.297500', '121015.757500', '121016.217500', '121016.677500', '121017.137500', '121017.597500', '121018.057500', '121018.517500', '121018.977500', '121019.437500', '121019.897500', '121020.357500', '121020.817500', '121021.277500', '121021.737500', '121022.197500', '121022.657500', '121023.117500', '121023.577500', '121024.037500', '121024.497500', '121024.957500', '121025.417500', '121025.877500', '121026.337500', '121026.797500', '121027.257500', '121027.717500', '121028.177500', '121028.637500', '121029.097500', '121029.557500', '121030.017500', '121030.477500', '121030.937500', '121031.397500', '121031.857500', '121032.317500', '121032.777500', '121033.237500', '121033.697500', '121034.157500', '121034.617500', '121035.077500', '121035.537500', '121035.997500', '121036.457500', '121036.917500', '121037.377500', '121037.837500', '121038.297500', '121038.757500', '121039.217500', '121039.677500', '121040.137500', '121040.597500', '121041.057500', '121041.517500', '121041.977500', '121042.437500', '121042.897500', '121043.357500', '121043.817500', '121044.277500', '121044.737500', '121045.197500', '121045.657500', '121046.117500', '121046.577500', '121047.037500', '121047.497500', '121047.957500', '121048.417500', '121048.877500', '121049.337500', '121049.797500', '121050.257500', '121050.717500', '121051.177500', '121051.637500', '121052.097500', '121052.557500', '121053.017500', '121053.477500', '121053.937500', '121054.397500', '121054.857500', '121055.317500', '121055.777500', '121056.237500', '121056.697500', '121057.157500', '121057.617500', '121058.077500', '121058.537500', '121058.997500', '121059.457500', '121059.917500', '121100.377500', '121100.837500', '121101.297500', '121101.757500', '121102.217500', '121102.677500', '121103.137500', '121103.597500', '121104.057500', '121104.517500', '121104.977500', '121105.437500', '121105.897500', '121106.357500', '121106.817500', '121107.277500', '121107.737500', '121108.197500', '121108.657500', '121109.117500', '121109.577500', '121110.037500', '121110.497500', '121110.957500', '121111.417500', '121111.877500', '121112.337500', '121112.797500', '121113.257500', '121113.717500', '121114.177500', '121114.637500', '121115.097500', '121115.557500', '121116.017500', '121116.477500', '121116.937500', '121117.397500', '121117.857500', '121118.317500', '121118.777500', '121119.237500', '121119.697500', '121120.157500', '121120.617500', '121121.077500', '121121.537500', '121121.997500', '121122.457500', '121122.917500', '121123.377500', '121123.837500', '121124.297500', '121124.757500', '121125.217500', '121125.677500', '121126.137500', '121126.597500', '121127.057500', '121127.517500', '121127.977500', '121128.437500', '121128.897500', '121129.357500', '121129.817500', '121130.277500', '121130.737500', '121131.197500', '121131.657500', '121132.117500', '121132.577500', '121133.037500', '121133.497500', '121133.957500', '121134.417500', '121134.877500', '121135.337500', '121135.797500', '121136.257500', '121136.717500', '121137.177500', '121137.637500', '121138.097500', '121138.557500', '121139.017500', '121139.477500', '121139.937500', '121140.397500', '121140.857500', '121141.317500', '121141.777500', '121142.237500', '121142.697500', '121143.157500', '121143.617500', '121144.077500', '121144.537500', '121144.997500', '121145.457500', '121145.917500', '121146.377500', '121146.837500', '121147.297500', '121147.757500', '121148.217500', '121148.677500', '121149.137500', '121149.597500', '121150.057500', '121150.517500', '121150.977500', '121151.437500', '121151.897500', '121152.357500', '121152.817500', '121153.277500', '121153.737500', '121154.197500', '121154.657500', '121155.117500', '121155.577500', '121156.037500', '121156.497500', '121156.957500', '121157.417500', '121157.877500', '121158.337500', '121158.797500', '121159.257500', '121159.717500', '121200.177500', '121200.637500', '121201.097500', '121201.557500', '121202.017500', '121202.477500', '121202.937500', '121203.397500', '121203.857500', '121204.317500', '121204.777500', '121205.237500', '121205.697500', '121206.157500', '121206.617500', '121207.077500', '121207.537500', '121207.997500', '121208.457500', '121208.917500', '121209.377500', '121209.837500', '121210.297500', '121210.757500', '121211.217500', '121211.677500', '121212.137500', '121212.597500', '121213.057500', '121213.517500', '121213.977500', '121214.437500', '121214.897500', '121215.357500', '121215.817500', '121216.277500', '121216.737500', '121217.197500', '121217.657500', '121218.117500', '121218.577500', '121219.037500', '121219.497500', '121219.957500', '121220.417500', '121220.877500', '121221.337500', '121221.797500', '121222.257500', '121222.717500', '121223.177500', '121223.637500', '121224.097500', '121224.557500', '121225.017500', '121225.477500', '121225.937500', '121226.397500', '121226.857500', '121227.317500', '121227.777500', '121228.237500', '121228.697500', '121229.157500', '121229.617500', '121230.077500', '121230.537500', '121230.997500', '121231.457500', '121231.917500', '121232.377500', '121232.837500', '121233.297500', '121233.757500', '121234.217500', '121234.677500', '121235.137500', '121235.597500', '121236.057500', '121236.517500', '121236.977500', '121237.437500', '121237.897500', '121238.357500', '121238.817500', '121239.277500', '121239.737500', '121240.197500', '121240.657500', '121241.117500', '121241.577500', '121242.037500', '121242.497500', '121242.957500', '121243.417500', '121243.877500', '121244.337500', '121244.797500', '121245.257500', '121245.717500', '121246.177500', '121246.637500', '121247.097500', '121247.557500', '121248.017500', '121248.477500', '121248.937500', '121249.397500', '121249.857500', '121250.317500', '121250.777500', '121251.237500', '121251.697500', '121252.157500', '121252.617500', '121253.077500', '121253.537500', '121253.997500', '121254.457500', '121254.917500', '121255.377500', '121255.837500', '121256.297500', '121256.757500', '121257.217500', '121257.677500', '121258.137500', '121258.597500', '121259.057500', '121259.517500', '121259.977500', '121300.437500', '121300.897500', '121301.357500', '121301.817500', '121302.277500', '121302.737500', '121303.197500', '121303.657500', '121304.117500', '121304.577500', '121305.037500', '121305.497500', '121305.957500', '121306.417500', '121306.877500', '121307.337500', '121307.797500', '121308.257500', '121308.717500', '121309.177500', '121309.637500', '121310.097500', '121310.557500', '121311.017500', '121311.477500', '121311.937500', '121312.397500', '121312.857500', '121313.317500', '121313.777500', '121314.237500', '121314.697500', '121315.157500', '121315.617500', '121316.077500', '121316.537500', '121316.997500', '121317.457500', '121317.917500', '121318.377500', '121318.837500', '121319.297500', '121319.757500', '121320.217500', '121320.677500', '121321.137500', '121321.597500', '121322.057500', '121322.517500', '121322.977500', '121323.437500', '121323.897500', '121324.357500', '121324.817500', '121325.277500', '121325.737500', '121326.197500', '121326.657500', '121327.117500', '121327.577500', '121328.037500', '121328.497500', '121328.957500', '121329.417500', '121329.877500', '121330.337500', '121330.797500', '121331.257500', '121331.717500', '121332.177500', '121332.637500', '121333.097500', '121333.557500', '121334.017500', '121334.477500', '121334.937500', '121335.397500', '121335.857500', '121336.317500', '121336.777500', '121337.237500', '121337.697500', '121338.157500', '121338.617500', '121339.077500', '121339.537500', '121339.997500', '121340.457500', '121340.917500', '121341.377500', '121341.837500', '121342.297500', '121342.757500', '121343.217500', '121343.677500', '121344.137500', '121344.597500', '121345.057500', '121345.517500', '121345.977500', '121346.437500', '121346.897500', '121347.357500', '121347.817500', '121348.277500', '121348.737500', '121349.197500', '121349.657500', '121350.117500', '121350.577500', '121351.037500', '121351.497500', '121351.957500', '121352.417500', '121352.877500', '121353.337500', '121353.797500', '121354.257500', '121354.717500', '121355.177500', '121355.637500', '121356.097500', '121356.557500', '121357.017500', '121357.477500', '121357.937500', '121358.397500', '121358.857500', '121359.317500', '121359.777500', '121400.237500', '121400.697500', '121401.157500', '121401.617500', '121402.077500', '121402.537500', '121402.997500', '121403.457500', '121403.917500', '121404.377500', '121404.837500', '121405.297500', '121405.757500', '121406.217500', '121406.677500', '121407.137500', '121407.597500', '121408.057500', '121408.517500', '121408.977500', '121409.437500', '121409.897500', '121410.357500', '121410.817500', '121411.277500', '121411.737500', '121412.197500', '121412.657500', '121413.117500', '121413.577500', '121414.037500', '121414.497500', '121414.957500', '121415.417500', '121415.877500', '121416.337500', '121416.797500', '121417.257500', '121417.717500', '121418.177500', '121418.637500', '121419.097500', '121419.557500', '121420.017500', '121420.477500', '121420.937500', '121421.397500', '121421.857500', '121422.317500', '121422.777500', '121423.237500', '121423.697500', '121424.157500', '121424.617500', '121425.077500', '121425.537500', '121425.997500', '121426.457500', '121426.917500', '121427.377500', '121427.837500', '121428.297500', '121428.757500', '121429.217500', '121429.677500', '121430.137500', '121430.597500', '121431.057500', '121431.517500', '121431.977500', '121432.437500', '121432.897500', '121433.357500', '121433.817500', '121434.277500', '121434.737500', '121435.197500', '121435.657500', '121436.117500', '121436.577500', '121437.037500', '121437.497500', '121437.957500', '121438.417500', '121438.877500', '121439.337500', '121439.797500', '121440.257500', '121440.717500', '121441.177500', '121441.637500', '121442.097500', '121442.557500', '121443.017500', '121443.477500', '121443.937500', '121444.397500', '121444.857500', '121445.317500', '121445.777500', '121446.237500', '121446.697500', '121447.157500', '121447.617500', '121448.077500', '121448.537500', '121448.997500', '121449.457500', '121449.917500', '121450.377500', '121450.837500', '121451.297500', '121451.757500', '121452.217500', '121452.677500', '121453.137500', '121453.597500', '121454.057500', '121454.517500', '121454.977500', '121455.437500', '121455.897500', '121456.357500', '121456.817500', '121457.277500', '121457.737500', '121458.197500', '121458.657500', '121459.117500', '121459.577500', '121500.037500', '121500.497500', '121500.957500', '121501.417500', '121501.877500', '121502.337500', '121502.797500', '121503.257500', '121503.717500', '121504.177500', '121504.637500', '121505.097500', '121505.557500', '121506.017500', '121506.477500', '121506.937500', '121507.397500', '121507.857500', '121508.317500', '121508.777500', '121509.237500', '121509.697500', '121510.157500', '121510.617500', '121511.077500', '121511.537500', '121511.997500', '121512.457500', '121512.917500', '121513.377500', '121513.837500', '121514.297500', '121514.757500', '121515.217500', '121515.677500', '121516.137500', '121516.597500', '121517.057500', '121517.517500', '121517.977500', '121518.437500', '121518.897500', '121519.357500', '121519.817500', '121520.277500', '121520.737500', '121521.197500', '121521.657500', '121522.117500', '121522.577500', '121523.037500', '121523.497500', '121523.957500', '121524.417500', '121524.877500', '121525.337500', '121525.797500', '121526.257500', '121526.717500', '121527.177500', '121527.637500', '121528.097500', '121528.557500', '121529.017500', '121529.477500', '121529.937500', '121530.397500', '121530.857500', '121531.317500', '121531.777500', '121532.237500', '121532.697500', '121533.157500', '121533.617500', '121534.077500', '121534.537500', '121534.997500', '121535.457500', '121535.917500', '121536.377500', '121536.837500', '121537.297500', '121537.757500', '121538.217500', '121538.677500', '121539.137500', '121539.597500', '121540.057500', '121540.517500', '121540.977500', '121541.437500', '121541.897500', '121542.357500', '121542.817500', '121543.277500', '121543.737500', '121544.197500', '121544.657500', '121545.117500', '121545.577500', '121546.037500', '121546.497500', '121546.957500', '121547.417500', '121547.877500', '121548.337500', '121548.797500', '121549.257500', '121549.717500', '121550.177500', '121550.637500', '121551.097500', '121551.557500', '121552.017500', '121552.477500', '121552.937500', '121553.397500', '121553.857500', '121554.317500', '121554.777500', '121555.237500', '121555.697500', '121556.157500', '121556.617500', '121557.077500', '121557.537500', '121557.997500', '121558.457500', '121558.917500', '121559.377500', '121559.837500', '121600.297500', '121600.757500', '121601.217500', '121601.677500', '121602.137500', '121602.597500', '121603.057500', '121603.517500', '121603.977500', '121604.437500', '121604.897500', '121605.357500', '121605.817500', '121606.277500', '121606.737500', '121607.197500', '121607.657500', '121608.117500', '121608.577500', '121609.037500', '121609.497500', '121609.957500', '121610.417500', '121610.877500', '121611.337500', '121611.797500', '121612.257500', '121612.717500', '121613.177500', '121613.637500', '121614.097500', '121614.557500', '121615.017500', '121615.477500', '121615.937500', '121616.397500', '121616.857500', '121617.317500', '121617.777500', '121618.237500', '121618.697500', '121619.157500', '121619.617500', '121620.077500', '121620.537500', '121620.997500', '121621.457500', '121621.917500', '121622.377500', '121622.837500', '121623.297500', '121623.757500', '121624.217500', '121624.677500', '121625.137500', '121625.597500', '121626.057500', '121626.517500', '121626.977500', '121627.437500', '121627.897500', '121628.357500', '121628.817500', '121629.277500', '121629.737500', '121630.197500', '121630.657500', '121631.117500', '121631.577500', '121632.037500', '121632.497500', '121632.957500', '121633.417500', '121633.877500', '121634.337500', '121634.797500', '121635.257500', '121635.717500', '121636.177500', '121636.637500', '121637.097500', '121637.557500', '121638.017500', '121638.477500', '121638.937500', '121639.397500', '121639.857500', '121640.317500', '121640.777500', '121641.237500', '121641.697500', '121642.157500', '121642.617500', '121643.077500', '121643.537500', '121643.997500', '121644.457500', '121644.917500', '121645.377500', '121645.837500', '121646.297500', '121646.757500', '121647.217500', '121647.677500', '121648.137500', '121648.597500', '121649.057500', '121649.517500', '121649.977500', '121650.437500', '121650.897500', '121651.357500', '121651.817500', '121652.277500', '121652.737500', '121653.197500', '121653.657500', '121654.117500', '121654.577500', '121655.037500', '121655.497500', '121655.957500', '121656.417500', '121656.877500', '121657.337500', '121657.797500', '121658.257500', '121658.717500', '121659.177500', '121659.637500', '121700.097500', '121700.557500', '121701.017500', '121701.477500', '121701.937500', '121702.397500', '121702.857500', '121703.317500', '121703.777500', '121704.237500', '121704.697500', '121705.157500', '121705.617500', '121706.077500', '121706.537500', '121706.997500', '121707.457500', '121707.917500', '121708.377500', '121708.837500', '121709.297500', '121709.757500', '121710.217500', '121710.677500', '121711.137500', '121711.597500', '121712.057500', '121712.517500', '121712.977500', '121713.437500', '121713.897500', '121714.357500', '121714.817500', '121715.277500', '121715.737500', '121716.197500', '121716.657500', '121717.117500', '121717.577500', '121718.037500', '121718.497500', '121718.957500', '121719.417500', '121719.877500', '121720.337500', '121720.797500', '121721.257500', '121721.717500', '121722.177500', '121722.637500', '121723.097500', '121723.557500', '121724.017500', '121724.477500', '121724.937500', '121725.397500', '121725.857500', '121726.317500', '121726.777500', '121727.237500', '121727.697500', '121728.157500', '121728.617500', '121729.077500', '121729.537500', '121729.997500', '121730.457500', '121730.917500', '121731.377500', '121731.837500', '121732.297500', '121732.757500', '121733.217500', '121733.677500', '121734.137500', '121734.597500', '121735.057500', '121735.517500', '121735.977500', '121736.437500', '121736.897500', '121737.357500', '121737.817500', '121738.277500', '121738.737500', '121739.197500', '121739.657500', '121740.117500', '121740.577500', '121741.037500', '121741.497500', '121741.957500', '121742.417500', '121742.877500', '121743.337500', '121743.797500', '121744.257500', '121744.717500', '121745.177500', '121745.637500', '121746.097500', '121746.557500', '121747.017500', '121747.477500', '121747.937500', '121748.397500', '121748.857500', '121749.317500', '121749.777500', '121750.237500', '121750.697500', '121751.157500', '121751.617500', '121752.077500', '121752.537500', '121752.997500', '121753.457500', '121753.917500', '121754.377500', '121754.837500', '121755.297500', '121755.757500', '121756.217500', '121756.677500', '121757.137500', '121757.597500', '121758.057500', '121758.517500', '121758.977500', '121759.437500', '121759.897500', '121800.357500', '121800.817500', '121801.277500', '121801.737500', '121802.197500', '121802.657500', '121803.117500', '121803.577500', '121804.037500', '121804.497500', '121804.957500', '121805.417500', '121805.877500', '121806.337500', '121806.797500', '121807.257500', '121807.717500', '121808.177500', '121808.637500', '121809.097500', '121809.557500', '121810.017500', '121810.477500', '121810.937500', '121811.397500', '121811.857500', '121812.317500', '121812.777500', '121813.237500', '121813.697500', '121814.157500', '121814.617500', '121815.077500', '121815.537500', '121815.997500', '121816.457500', '121816.917500', '121817.377500', '121817.837500', '121818.297500', '121818.757500', '121819.217500', '121819.677500', '121820.137500', '121820.597500', '121821.057500', '121821.517500', '121821.977500', '121822.437500', '121822.897500', '121823.357500', '121823.817500', '121824.277500', '121824.737500', '121825.197500', '121825.657500', '121826.117500', '121826.577500', '121827.037500', '121827.497500', '121827.957500', '121828.417500', '121828.877500', '121829.337500', '121829.797500', '121830.257500', '121830.717500', '121831.177500', '121831.637500', '121832.097500', '121832.557500', '121833.017500', '121833.477500', '121833.937500', '121834.397500', '121834.857500', '121835.317500', '121835.777500', '121836.237500', '121836.697500', '121837.157500', '121837.617500', '121838.077500', '121838.537500', '121838.997500', '121839.457500', '121839.917500', '121840.377500', '121840.837500', '121841.297500', '121841.757500', '121842.217500', '121842.677500', '121843.137500', '121843.597500', '121844.057500', '121844.517500', '121844.977500', '121845.437500', '121845.897500', '121846.357500', '121846.817500', '121847.277500', '121847.737500', '121848.197500', '121848.657500', '121849.117500', '121849.577500', '121850.037500', '121850.497500', '121850.957500', '121851.417500', '121851.877500', '121852.337500', '121852.797500', '121853.257500', '121853.717500', '121854.177500', '121854.637500', '121855.097500', '121855.557500', '121856.017500', '121856.477500', '121856.937500', '121857.397500', '121857.857500', '121858.317500', '121858.777500', '121859.237500', '121859.697500', '121900.157500', '121900.617500', '121901.077500', '121901.537500', '121901.997500', '121902.457500', '121902.917500', '121903.377500', '121903.837500', '121904.297500', '121904.757500', '121905.217500', '121905.677500', '121906.137500', '121906.597500', '121907.057500', '121907.517500', '121907.977500', '121908.437500', '121908.897500', '121909.357500', '121909.817500', '121910.277500', '121910.737500', '121911.197500', '121911.657500', '121912.117500', '121912.577500', '121913.037500', '121913.497500', '121913.957500', '121914.417500', '121914.877500', '121915.337500', '121915.797500', '121916.257500', '121916.717500', '121917.177500', '121917.637500', '121918.097500', '121918.557500', '121919.017500', '121919.477500', '121919.937500', '121920.397500', '121920.857500', '121921.317500', '121921.777500', '121922.237500', '121922.697500', '121923.157500', '121923.617500', '121924.077500', '121924.537500', '121924.997500', '121925.457500', '121925.917500', '121926.377500', '121926.837500', '121927.297500', '121927.757500', '121928.217500', '121928.677500', '121929.137500', '121929.597500', '121930.057500', '121930.517500', '121930.977500', '121931.437500', '121931.897500', '121932.357500', '121932.817500', '121933.277500', '121933.737500', '121934.197500', '121934.657500', '121935.117500', '121935.577500', '121936.037500', '121936.497500', '121936.957500', '121937.417500', '121937.877500', '121938.337500', '121938.797500', '121939.257500', '121939.717500', '121940.177500', '121940.637500', '121941.097500', '121941.557500', '121942.017500', '121942.477500', '121942.937500', '121943.397500', '121943.857500', '121944.317500', '121944.777500', '121945.237500', '121945.697500', '121946.157500', '121946.617500', '121947.077500', '121947.537500', '121947.997500', '121948.457500', '121948.917500', '121949.377500', '121949.837500', '121950.297500', '121950.757500', '121951.217500', '121951.677500', '121952.137500', '121952.597500', '121953.057500', '121953.517500', '121953.977500', '121954.437500', '121954.897500', '121955.357500', '121955.817500', '121956.277500', '121956.737500', '121957.197500', '121957.657500', '121958.117500', '121958.577500', '121959.037500', '121959.497500', '121959.957500', '122000.417500', '122000.877500', '122001.337500', '122001.797500', '122002.257500', '122002.717500', '122003.177500', '122003.637500', '122004.097500', '122004.557500', '122005.017500', '122005.477500', '122005.937500', '122006.397500', '122006.857500', '122007.317500', '122007.777500', '122008.237500', '122008.697500', '122009.157500', '122009.617500', '122010.077500', '122010.537500', '122010.997500', '122011.457500', '122011.917500', '122012.377500', '122012.837500', '122013.297500', '122013.757500', '122014.217500', '122014.677500', '122015.137500', '122015.597500', '122016.057500', '122016.517500', '122016.977500', '122017.437500', '122017.897500', '122018.357500', '122018.817500', '122019.277500', '122019.737500', '122020.197500', '122020.657500', '122021.117500', '122021.577500', '122022.037500', '122022.497500', '122022.957500', '122023.417500', '122023.877500', '122024.337500', '122024.797500', '122025.257500', '122025.717500', '122026.177500', '122026.637500', '122027.097500', '122027.557500', '122028.017500', '122028.477500', '122028.937500', '122029.397500', '122029.857500', '122030.317500', '122030.777500', '122031.237500', '122031.697500', '122032.157500', '122032.617500', '122033.077500', '122033.537500', '122033.997500', '122034.457500', '122034.917500', '122035.377500', '122035.837500', '122036.297500', '122036.757500', '122037.217500', '122037.677500', '122038.137500', '122038.597500', '122039.057500', '122039.517500', '122039.977500', '122040.437500', '122040.897500', '122041.357500', '122041.817500', '122042.277500', '122042.737500', '122043.197500', '122043.657500', '122044.117500', '122044.577500', '122045.037500', '122045.497500', '122045.957500', '122046.417500', '122046.877500', '122047.337500', '122047.797500', '122048.257500', '122048.717500', '122049.177500', '122049.637500', '122050.097500', '122050.557500', '122051.017500', '122051.477500', '122051.937500', '122052.397500', '122052.857500', '122053.317500', '122053.777500', '122054.237500', '122054.697500', '122055.157500', '122055.617500', '122056.077500', '122056.537500', '122056.997500', '122057.457500', '122057.917500', '122058.377500', '122058.837500', '122059.297500', '122059.757500', '122100.217500', '122100.677500', '122101.137500', '122101.597500', '122102.057500', '122102.517500', '122102.977500', '122103.437500', '122103.897500', '122104.357500', '122104.817500', '122105.277500', '122105.737500', '122106.197500', '122106.657500', '122107.117500', '122107.577500', '122108.037500', '122108.497500', '122108.957500', '122109.417500', '122109.877500', '122110.337500', '122110.797500', '122111.257500', '122111.717500', '122112.177500', '122112.637500', '122113.097500', '122113.557500', '122114.017500', '122114.477500', '122114.937500', '122115.397500', '122115.857500', '122116.317500', '122116.777500', '122117.237500', '122117.697500', '122118.157500', '122118.617500', '122119.077500', '122119.537500', '122119.997500', '122120.457500', '122120.917500', '122121.377500', '122121.837500', '122122.297500', '122122.757500', '122123.217500', '122123.677500', '122124.137500', '122124.597500', '122125.057500', '122125.517500', '122125.977500', '122126.437500', '122126.897500', '122127.357500', '122127.817500', '122128.277500', '122128.737500', '122129.197500', '122129.657500', '122130.117500', '122130.577500', '122131.037500', '122131.497500', '122131.957500', '122132.417500', '122132.877500', '122133.337500', '122133.797500', '122134.257500', '122134.717500', '122135.177500', '122135.637500', '122136.097500', '122136.557500', '122137.017500', '122137.477500', '122137.937500', '122138.397500', '122138.857500', '122139.317500', '122139.777500', '122140.237500', '122140.697500', '122141.157500', '122141.617500', '122142.077500', '122142.537500', '122142.997500', '122143.457500', '122143.917500', '122144.377500', '122144.837500', '122145.297500', '122145.757500', '122146.217500', '122146.677500', '122147.137500', '122147.597500', '122148.057500', '122148.517500', '122148.977500', '122149.437500', '122149.897500', '122150.357500', '122150.817500', '122151.277500', '122151.737500', '122152.197500', '122152.657500', '122153.117500', '122153.577500', '122154.037500', '122154.497500', '122154.957500', '122155.417500', '122155.877500', '122156.337500', '122156.797500', '122157.257500', '122157.717500', '122158.177500', '122158.637500', '122159.097500', '122159.557500', '122200.017500', '122200.477500', '122200.937500', '122201.397500', '122201.857500', '122202.317500', '122202.777500', '122203.237500', '122203.697500', '122204.157500', '122204.617500', '122205.077500', '122205.537500', '122205.997500', '122206.457500', '122206.917500', '122207.377500', '122207.837500', '122208.297500', '122208.757500', '122209.217500', '122209.677500', '122210.137500', '122210.597500', '122211.057500'], 'ContentTime': ['120823.830000', '120823.833000', '120823.836000', '120823.838000', '120823.841000', '120823.843000', '120823.846000', '120823.848000', '120823.851000', '120823.854000', '120823.856000', '120823.859000', '120823.861000', '120823.864000', '120823.867000', '120823.869000', '120823.884000', '120823.887000', '120823.889000', '120823.892000', '120823.894000', '120823.897000', '120823.899000', '120823.902000', '120823.905000', '120823.907000', '120823.910000', '120823.913000', '120823.915000', '120823.918000', '120823.920000', '120823.923000', '120823.925000', '120823.928000', '120823.931000', '120823.933000', '120823.936000', '120823.938000', '120823.941000', '120823.944000', '120823.946000', '120823.956000', '120823.959000', '120823.962000', '120823.964000', '120823.967000', '120823.969000', '120823.972000', '120823.975000', '120823.977000', '120823.980000', '120823.983000', '120823.985000', '120823.988000', '120823.990000', '120823.993000', '120843.801000', '120843.804000', '120843.807000', '120843.809000', '120843.812000', '120843.815000', '120843.818000', '120843.821000', '120843.824000', '120843.826000', '120843.829000', '120843.831000', '120843.834000', '120843.837000', '120843.839000', '120843.842000', '120843.844000', '120843.847000', '120843.850000', '120843.852000', '120843.855000', '120843.857000', '120843.860000', '120843.863000', '120843.865000', '120843.871000', '120843.873000', '120843.876000', '120843.879000', '120843.881000', '120843.884000', '120843.886000', '120843.889000', '120843.892000', '120843.894000', '120843.897000', '120843.900000', '120843.902000', '120843.905000', '120843.907000', '120843.910000', '120843.913000', '120843.915000', '120843.918000', '120903.801000', '120903.804000', '120903.807000', '120903.810000', '120903.812000', '120903.815000', '120903.818000', '120903.820000', '120903.823000', '120903.830000', '120903.833000', '120903.835000', '120903.838000', '120903.841000', '120903.843000', '120903.846000', '120903.849000', '120903.851000', '120903.854000', '120903.856000', '120903.859000', '120903.862000', '120903.864000', '120903.867000', '120903.870000', '120903.872000', '120903.875000', '120903.877000', '120903.880000', '120903.883000', '120903.885000', '120903.888000', '120903.891000', '120903.893000', '120903.896000', '120903.898000', '120903.901000', '120903.904000', '120903.906000', '120903.909000', '120903.912000', '120903.914000', '120903.917000', '120923.801000', '120923.815000', '120923.818000', '120923.821000', '120923.823000', '120923.826000', '120923.828000', '120923.831000', '120923.835000', '120923.838000', '120923.841000', '120923.843000', '120923.846000', '120923.849000', '120923.851000', '120923.854000', '120923.856000', '120923.859000', '120923.862000', '120923.864000', '120923.867000', '120923.869000', '120923.872000', '120923.875000', '120923.877000', '120923.880000', '120923.883000', '120923.885000', '120923.888000', '120923.891000', '120923.893000', '120923.896000', '120923.898000', '120923.901000', '120923.904000', '120923.906000', '120923.909000', '120923.911000', '120923.914000', '120923.916000', '120923.919000', '120923.922000', '120923.924000', '120923.927000', '120943.802000', '120943.805000', '120943.807000', '120943.810000', '120943.812000', '120943.815000', '120943.818000', '120943.820000', '120943.823000', '120943.825000', '120943.828000', '120943.831000', '120943.833000', '120943.836000', '120943.839000', '120943.841000', '120943.844000', '120943.847000', '120943.849000', '120943.852000', '120943.854000', '120943.857000', '120943.860000', '120943.862000', '120943.865000', '120943.867000', '120943.870000', '120943.873000', '120943.875000', '120943.878000', '120943.886000', '120943.889000', '120943.892000', '120943.894000', '120943.897000', '120943.899000', '120943.902000', '120943.904000', '120943.907000', '120943.910000', '120943.912000', '120943.915000', '120943.918000', '121003.801000', '121003.813000', '121003.816000', '121003.819000', '121003.821000', '121003.824000', '121003.827000', '121003.830000', '121003.833000', '121003.836000', '121003.839000', '121003.841000', '121003.844000', '121003.847000', '121003.849000', '121003.852000', '121003.854000', '121003.858000', '121003.860000', '121003.863000', '121003.866000', '121003.868000', '121003.871000', '121003.874000', '121003.876000', '121003.879000', '121003.881000', '121003.884000', '121003.887000', '121003.889000', '121003.892000', '121003.895000', '121003.897000', '121003.900000', '121003.907000', '121003.910000', '121003.912000', '121003.915000', '121003.931000', '121003.934000', '121003.936000', '121003.939000', '121003.942000', '121023.802000', '121023.824000', '121023.826000', '121023.829000', '121023.831000', '121023.834000', '121023.837000', '121023.839000', '121023.842000', '121023.845000', '121023.847000', '121023.850000', '121023.853000', '121023.855000', '121023.858000', '121023.860000', '121023.863000', '121023.866000', '121023.868000', '121023.871000', '121023.874000', '121023.876000', '121023.879000', '121023.881000', '121023.884000', '121023.887000', '121023.889000', '121023.892000', '121023.895000', '121023.897000', '121023.900000', '121023.902000', '121023.905000', '121023.908000', '121023.910000', '121023.913000', '121023.915000', '121023.918000', '121023.921000', '121023.923000', '121023.926000', '121023.929000', '121023.931000', '121023.934000', '121043.802000', '121043.804000', '121043.807000', '121043.810000', '121043.812000', '121043.815000', '121043.818000', '121043.820000', '121043.823000', '121043.826000', '121043.829000', '121043.831000', '121043.834000', '121043.837000', '121043.839000', '121043.842000', '121043.845000', '121043.847000', '121043.850000', '121043.852000', '121043.855000', '121043.858000', '121043.860000', '121043.863000', '121043.865000', '121043.868000', '121043.871000', '121043.873000', '121043.876000', '121043.879000', '121043.881000', '121043.884000', '121043.886000', '121043.889000', '121043.892000', '121043.894000', '121043.897000', '121043.900000', '121043.902000', '121043.905000', '121043.907000', '121043.910000', '121043.913000', '121103.802000', '121103.804000', '121103.807000', '121103.810000', '121103.812000', '121103.815000', '121103.818000', '121103.820000', '121103.823000', '121103.826000', '121103.828000', '121103.831000', '121103.833000', '121103.836000', '121103.849000', '121103.852000', '121103.854000', '121103.857000', '121103.859000', '121103.862000', '121103.865000', '121103.867000', '121103.870000', '121103.873000', '121103.875000', '121103.878000', '121103.880000', '121103.883000', '121103.886000', '121103.888000', '121103.891000', '121103.893000', '121103.896000', '121103.899000', '121103.901000', '121103.904000', '121103.907000', '121103.909000', '121103.912000', '121103.914000', '121103.917000', '121103.920000', '121103.922000', '121103.925000', '121123.802000', '121123.855000', '121123.858000', '121123.861000', '121123.864000', '121123.866000', '121123.869000', '121123.872000', '121123.874000', '121123.877000', '121123.880000', '121123.882000', '121123.885000', '121123.887000', '121123.890000', '121123.893000', '121123.902000', '121123.905000', '121123.908000', '121123.910000', '121123.913000', '121123.916000', '121123.918000', '121123.921000', '121123.923000', '121123.926000', '121123.929000', '121123.931000', '121123.934000', '121123.936000', '121123.939000', '121123.942000', '121123.944000', '121123.947000', '121123.949000', '121123.952000', '121123.955000', '121123.958000', '121123.960000', '121123.963000', '121123.966000', '121123.968000', '121123.971000', '121143.802000', '121143.829000', '121143.832000', '121143.834000', '121143.837000', '121143.840000', '121143.843000', '121143.845000', '121143.848000', '121143.850000', '121143.853000', '121143.856000', '121143.858000', '121143.861000', '121143.863000', '121143.866000', '121143.869000', '121143.871000', '121143.874000', '121143.877000', '121143.888000', '121143.890000', '121143.893000', '121143.896000', '121143.898000', '121143.901000', '121143.904000', '121143.906000', '121143.909000', '121143.911000', '121143.914000', '121143.917000', '121143.919000', '121143.922000', '121143.925000', '121143.927000', '121143.930000', '121143.933000', '121143.935000', '121143.938000', '121143.941000', '121143.943000', '121143.946000', '121143.948000', '121203.802000', '121203.804000', '121203.807000', '121203.810000', '121203.812000', '121203.815000', '121203.818000', '121203.820000', '121203.823000', '121203.826000', '121203.828000', '121203.837000', '121203.840000', '121203.843000', '121203.845000', '121203.848000', '121203.851000', '121203.853000', '121203.856000', '121203.859000', '121203.861000', '121203.864000', '121203.867000', '121203.869000', '121203.872000', '121203.875000', '121203.877000', '121203.880000', '121203.883000', '121203.885000', '121203.888000', '121203.890000', '121203.893000', '121203.896000', '121203.899000', '121203.902000', '121203.905000', '121203.907000', '121203.910000', '121203.913000', '121203.915000', '121203.918000', '121203.921000', '121223.801000', '121223.804000', '121223.807000', '121223.810000', '121223.812000', '121223.815000', '121223.818000', '121223.820000', '121223.823000', '121223.825000', '121223.828000', '121223.841000', '121223.844000', '121223.846000', '121223.849000', '121223.852000', '121223.854000', '121223.857000', '121223.860000', '121223.862000', '121223.865000', '121223.867000', '121223.870000', '121223.873000', '121223.875000', '121223.878000', '121223.881000', '121223.883000', '121223.886000', '121223.888000', '121223.891000', '121223.894000', '121223.896000', '121223.899000', '121223.902000', '121223.904000', '121223.907000', '121223.909000', '121223.912000', '121223.915000', '121223.917000', '121223.920000', '121223.923000', '121223.925000', '121243.802000', '121243.856000', '121243.858000', '121243.861000', '121243.864000', '121243.866000', '121243.869000', '121243.871000', '121243.874000', '121243.877000', '121243.879000', '121243.882000', '121243.885000', '121243.887000', '121243.890000', '121243.893000', '121243.896000', '121243.898000', '121243.901000', '121243.903000', '121243.906000', '121243.909000', '121243.911000', '121243.914000', '121243.917000', '121243.919000', '121243.922000', '121243.925000', '121243.927000', '121243.930000', '121243.932000', '121243.936000', '121243.939000', '121243.941000', '121243.944000', '121243.947000', '121243.949000', '121243.952000', '121243.955000', '121243.957000', '121243.960000', '121243.962000', '121243.965000', '121303.802000', '121303.814000', '121303.817000', '121303.819000', '121303.822000', '121303.825000', '121303.827000', '121303.830000', '121303.833000', '121303.835000', '121303.838000', '121303.840000', '121303.843000', '121303.845000', '121303.848000', '121303.851000', '121303.853000', '121303.856000', '121303.859000', '121303.861000', '121303.864000', '121303.866000', '121303.869000', '121303.872000', '121303.874000', '121303.877000', '121303.879000', '121303.882000', '121303.885000', '121303.887000', '121303.890000', '121303.898000', '121303.900000', '121303.903000', '121303.906000', '121303.908000', '121303.911000', '121303.913000', '121303.916000', '121303.919000', '121303.921000', '121303.924000', '121303.927000', '121303.929000', '121323.802000', '121323.805000', '121323.807000', '121323.810000', '121323.812000', '121323.815000', '121323.818000', '121323.820000', '121323.823000', '121323.826000', '121323.828000', '121323.831000', '121323.833000', '121323.836000', '121323.839000', '121323.841000', '121323.844000', '121323.847000', '121323.849000', '121323.852000', '121323.854000', '121323.857000', '121323.860000', '121323.862000', '121323.865000', '121323.868000', '121323.870000', '121323.873000', '121323.876000', '121323.878000', '121323.883000', '121323.885000', '121323.888000', '121323.891000', '121323.893000', '121323.896000', '121323.899000', '121323.901000', '121323.904000', '121323.907000', '121323.909000', '121323.912000', '121323.915000', '121343.802000', '121343.852000', '121343.855000', '121343.857000', '121343.860000', '121343.863000', '121343.865000', '121343.868000', '121343.871000', '121343.873000', '121343.876000', '121343.878000', '121343.881000', '121343.884000', '121343.886000', '121343.889000', '121343.892000', '121343.894000', '121343.897000', '121343.899000', '121343.902000', '121343.905000', '121343.907000', '121343.910000', '121343.912000', '121343.915000', '121343.918000', '121343.920000', '121343.923000', '121343.925000', '121343.928000', '121343.931000', '121343.933000', '121343.936000', '121343.938000', '121343.941000', '121343.944000', '121343.946000', '121343.949000', '121343.951000', '121343.954000', '121343.957000', '121343.959000', '121343.962000', '121403.801000', '121403.804000', '121403.807000', '121403.810000', '121403.812000', '121403.815000', '121403.817000', '121403.820000', '121403.823000', '121403.825000', '121403.828000', '121403.831000', '121403.834000', '121403.836000', '121403.839000', '121403.841000', '121403.844000', '121403.847000', '121403.849000', '121403.852000', '121403.854000', '121403.857000', '121403.860000', '121403.862000', '121403.865000', '121403.868000', '121403.870000', '121403.873000', '121403.876000', '121403.878000', '121403.881000', '121403.883000', '121403.886000', '121403.889000', '121403.891000', '121403.894000', '121403.897000', '121403.899000', '121403.902000', '121403.904000', '121403.907000', '121403.910000', '121403.912000', '121423.802000', '121423.852000', '121423.854000', '121423.857000', '121423.860000', '121423.862000', '121423.865000', '121423.867000', '121423.870000', '121423.873000', '121423.875000', '121423.878000', '121423.880000', '121423.883000', '121423.886000', '121423.888000', '121423.891000', '121423.894000', '121423.896000', '121423.899000', '121423.901000', '121423.904000', '121423.907000', '121423.909000', '121423.912000', '121423.915000', '121423.917000', '121423.920000', '121423.923000', '121423.925000', '121423.928000', '121423.930000', '121423.933000', '121423.936000', '121423.938000', '121423.941000', '121423.943000', '121423.946000', '121423.949000', '121423.951000', '121423.954000', '121423.956000', '121423.959000', '121423.962000', '121443.801000', '121443.851000', '121443.853000', '121443.856000', '121443.858000', '121443.861000', '121443.864000', '121443.866000', '121443.869000', '121443.872000', '121443.874000', '121443.877000', '121443.879000', '121443.882000', '121443.885000', '121443.887000', '121443.890000', '121443.893000', '121443.895000', '121443.898000', '121443.901000', '121443.903000', '121443.906000', '121443.908000', '121443.911000', '121443.914000', '121443.917000', '121443.919000', '121443.922000', '121443.924000', '121443.927000', '121443.930000', '121443.932000', '121443.935000', '121443.938000', '121443.940000', '121443.943000', '121443.946000', '121443.949000', '121443.952000', '121443.954000', '121443.957000', '121443.960000', '121503.802000', '121503.846000', '121503.849000', '121503.852000', '121503.854000', '121503.857000', '121503.859000', '121503.862000', '121503.865000', '121503.867000', '121503.870000', '121503.873000', '121503.875000', '121503.878000', '121503.880000', '121503.883000', '121503.886000', '121503.888000', '121503.891000', '121503.894000', '121503.896000', '121503.899000', '121503.901000', '121503.904000', '121503.907000', '121503.909000', '121503.912000', '121503.914000', '121503.917000', '121503.920000', '121503.922000', '121503.925000', '121503.928000', '121503.930000', '121503.933000', '121503.936000', '121503.938000', '121503.941000', '121503.943000', '121503.946000', '121503.949000', '121503.951000', '121503.954000', '121503.956000', '121523.802000', '121523.837000', '121523.840000', '121523.843000', '121523.845000', '121523.848000', '121523.851000', '121523.853000', '121523.856000', '121523.858000', '121523.861000', '121523.864000', '121523.866000', '121523.869000', '121523.871000', '121523.874000', '121523.877000', '121523.879000', '121523.882000', '121523.884000', '121523.887000', '121523.890000', '121523.892000', '121523.895000', '121523.898000', '121523.900000', '121523.903000', '121523.905000', '121523.908000', '121523.910000', '121523.913000', '121523.916000', '121523.918000', '121523.921000', '121523.923000', '121523.926000', '121523.929000', '121523.931000', '121523.934000', '121523.937000', '121523.939000', '121523.942000', '121523.944000', '121543.802000', '121543.846000', '121543.849000', '121543.852000', '121543.854000', '121543.857000', '121543.859000', '121543.862000', '121543.865000', '121543.867000', '121543.870000', '121543.873000', '121543.875000', '121543.878000', '121543.881000', '121543.883000', '121543.886000', '121543.888000', '121543.891000', '121543.894000', '121543.896000', '121543.899000', '121543.901000', '121543.904000', '121543.907000', '121543.909000', '121543.912000', '121543.915000', '121543.917000', '121543.920000', '121543.922000', '121543.925000', '121543.928000', '121543.930000', '121543.933000', '121543.936000', '121543.938000', '121543.941000', '121543.943000', '121543.946000', '121543.949000', '121543.951000', '121543.954000', '121543.957000', '121603.802000', '121603.822000', '121603.825000', '121603.827000', '121603.830000', '121603.833000', '121603.835000', '121603.838000', '121603.841000', '121603.843000', '121603.846000', '121603.848000', '121603.851000', '121603.854000', '121603.856000', '121603.859000', '121603.862000', '121603.864000', '121603.867000', '121603.869000', '121603.872000', '121603.875000', '121603.877000', '121603.880000', '121603.883000', '121603.885000', '121603.888000', '121603.890000', '121603.893000', '121603.896000', '121603.898000', '121603.901000', '121603.904000', '121603.906000', '121603.909000', '121603.911000', '121603.914000', '121603.917000', '121603.919000', '121603.922000', '121603.925000', '121603.927000', '121603.930000', '121623.802000', '121623.855000', '121623.858000', '121623.860000', '121623.863000', '121623.865000', '121623.868000', '121623.871000', '121623.874000', '121623.884000', '121623.887000', '121623.889000', '121623.892000', '121623.894000', '121623.897000', '121623.900000', '121623.902000', '121623.905000', '121623.908000', '121623.910000', '121623.913000', '121623.915000', '121623.918000', '121623.921000', '121623.923000', '121623.926000', '121623.929000', '121623.931000', '121623.934000', '121623.937000', '121623.939000', '121623.942000', '121623.944000', '121623.947000', '121623.950000', '121623.952000', '121623.955000', '121623.958000', '121623.960000', '121623.963000', '121623.966000', '121623.968000', '121623.971000', '121643.802000', '121643.855000', '121643.858000', '121643.861000', '121643.863000', '121643.866000', '121643.868000', '121643.871000', '121643.874000', '121643.876000', '121643.879000', '121643.882000', '121643.884000', '121643.888000', '121643.890000', '121643.893000', '121643.896000', '121643.898000', '121643.901000', '121643.904000', '121643.906000', '121643.909000', '121643.911000', '121643.914000', '121643.917000', '121643.919000', '121643.922000', '121643.924000', '121643.927000', '121643.930000', '121643.932000', '121643.935000', '121643.937000', '121643.940000', '121643.943000', '121643.945000', '121643.948000', '121643.951000', '121643.953000', '121643.956000', '121643.959000', '121643.961000', '121643.964000', '121643.967000', '121703.802000', '121703.857000', '121703.860000', '121703.862000', '121703.865000', '121703.867000', '121703.870000', '121703.873000', '121703.876000', '121703.878000', '121703.881000', '121703.884000', '121703.886000', '121703.889000', '121703.891000', '121703.894000', '121703.897000', '121703.899000', '121703.902000', '121703.905000', '121703.907000', '121703.910000', '121703.913000', '121703.915000', '121703.918000', '121703.920000', '121703.923000', '121703.926000', '121703.928000', '121703.931000', '121703.934000', '121703.936000', '121703.939000', '121703.941000', '121703.944000', '121703.956000', '121703.959000', '121703.962000', '121703.964000', '121703.967000', '121703.969000', '121703.972000', '121703.975000', '121703.977000', '121723.802000', '121723.872000', '121723.875000', '121723.877000', '121723.880000', '121723.883000', '121723.885000', '121723.888000', '121723.890000', '121723.893000', '121723.896000', '121723.898000', '121723.901000', '121723.904000', '121723.906000', '121723.909000', '121723.911000', '121723.914000', '121723.917000', '121723.919000', '121723.922000', '121723.925000', '121723.927000', '121723.930000', '121723.933000', '121723.935000', '121723.938000', '121723.940000', '121723.943000', '121723.946000', '121723.948000', '121723.951000', '121723.953000', '121723.956000', '121723.959000', '121723.961000', '121723.964000', '121723.967000', '121723.969000', '121723.972000', '121723.974000', '121723.977000', '121723.980000', '121743.802000', '121743.852000', '121743.855000', '121743.858000', '121743.860000', '121743.863000', '121743.866000', '121743.868000', '121743.871000', '121743.874000', '121743.876000', '121743.879000', '121743.881000', '121743.884000', '121743.887000', '121743.889000', '121743.892000', '121743.895000', '121743.897000', '121743.900000', '121743.902000', '121743.905000', '121743.908000', '121743.911000', '121743.913000', '121743.916000', '121743.919000', '121743.921000', '121743.924000', '121743.926000', '121743.929000', '121743.932000', '121743.934000', '121743.937000', '121743.940000', '121743.942000', '121743.945000', '121743.947000', '121743.950000', '121743.953000', '121743.955000', '121743.958000', '121743.960000', '121803.802000', '121803.851000', '121803.854000', '121803.857000', '121803.859000', '121803.862000', '121803.864000', '121803.867000', '121803.870000', '121803.872000', '121803.875000', '121803.878000', '121803.880000', '121803.883000', '121803.885000', '121803.888000', '121803.891000', '121803.893000', '121803.896000', '121803.899000', '121803.901000', '121803.904000', '121803.907000', '121803.909000', '121803.912000', '121803.915000', '121803.917000', '121803.920000', '121803.922000', '121803.925000', '121803.928000', '121803.930000', '121803.933000', '121803.936000', '121803.938000', '121803.941000', '121803.943000', '121803.946000', '121803.949000', '121803.951000', '121803.954000', '121803.956000', '121803.959000', '121803.962000', '121823.802000', '121823.902000', '121823.904000', '121823.907000', '121823.910000', '121823.912000', '121823.915000', '121823.917000', '121823.920000', '121823.923000', '121823.925000', '121823.928000', '121823.930000', '121823.933000', '121823.936000', '121823.938000', '121823.941000', '121823.952000', '121823.955000', '121823.957000', '121823.960000', '121823.963000', '121823.965000', '121823.968000', '121823.970000', '121823.973000', '121823.976000', '121823.978000', '121823.981000', '121823.984000', '121823.986000', '121823.989000', '121823.991000', '121823.994000', '121823.997000', '121823.999000', '121824.002000', '121824.005000', '121824.007000', '121824.010000', '121824.012000', '121824.015000', '121824.017000', '121843.802000', '121843.849000', '121843.852000', '121843.854000', '121843.857000', '121843.860000', '121843.862000', '121843.865000', '121843.867000', '121843.870000', '121843.873000', '121843.875000', '121843.878000', '121843.881000', '121843.883000', '121843.886000', '121843.888000', '121843.891000', '121843.894000', '121843.896000', '121843.899000', '121843.902000', '121843.904000', '121843.907000', '121843.913000', '121843.915000', '121843.918000', '121843.921000', '121843.923000', '121843.926000', '121843.928000', '121843.931000', '121843.934000', '121843.936000', '121843.939000', '121843.942000', '121843.944000', '121843.947000', '121843.950000', '121843.952000', '121843.955000', '121843.957000', '121843.960000', '121843.963000', '121903.802000', '121903.844000', '121903.847000', '121903.850000', '121903.852000', '121903.855000', '121903.857000', '121903.860000', '121903.863000', '121903.865000', '121903.868000', '121903.870000', '121903.873000', '121903.876000', '121903.878000', '121903.881000', '121903.884000', '121903.887000', '121903.889000', '121903.892000', '121903.896000', '121903.899000', '121903.902000', '121903.905000', '121903.907000', '121903.910000', '121903.913000', '121903.916000', '121903.919000', '121903.921000', '121903.924000', '121903.927000', '121903.929000', '121903.932000', '121903.935000', '121903.937000', '121903.940000', '121903.943000', '121903.945000', '121903.948000', '121903.951000', '121903.953000', '121903.956000', '121923.802000', '121923.872000', '121923.875000', '121923.878000', '121923.880000', '121923.883000', '121923.886000', '121923.888000', '121923.891000', '121923.893000', '121923.896000', '121923.899000', '121923.901000', '121923.904000', '121923.906000', '121923.909000', '121923.912000', '121923.914000', '121923.917000', '121923.920000', '121923.922000', '121923.925000', '121923.928000', '121923.930000', '121923.933000', '121923.935000', '121923.938000', '121923.941000', '121923.943000', '121923.946000', '121923.949000', '121923.951000', '121923.954000', '121923.957000', '121923.959000', '121923.962000', '121923.964000', '121923.967000', '121923.970000', '121923.972000', '121923.975000', '121923.978000', '121923.980000', '121923.983000', '121943.802000', '121943.804000', '121943.807000', '121943.810000', '121943.812000', '121943.815000', '121943.817000', '121943.820000', '121943.823000', '121943.825000', '121943.828000', '121943.830000', '121943.833000', '121943.836000', '121943.838000', '121943.841000', '121943.844000', '121943.846000', '121943.849000', '121943.851000', '121943.854000', '121943.857000', '121943.859000', '121943.862000', '121943.865000', '121943.867000', '121943.870000', '121943.872000', '121943.875000', '121943.878000', '121943.880000', '121943.883000', '121943.886000', '121943.888000', '121943.891000', '121943.894000', '121943.896000', '121943.899000', '121943.901000', '121943.904000', '121943.907000', '121943.909000', '121943.912000', '122003.802000', '122003.876000', '122003.879000', '122003.881000', '122003.884000', '122003.887000', '122003.889000', '122003.892000', '122003.894000', '122003.897000', '122003.900000', '122003.902000', '122003.905000', '122003.908000', '122003.910000', '122003.913000', '122003.915000', '122003.918000', '122003.921000', '122003.923000', '122003.926000', '122003.928000', '122003.931000', '122003.934000', '122003.936000', '122003.939000', '122003.941000', '122003.944000', '122003.947000', '122003.949000', '122003.952000', '122003.955000', '122003.958000', '122003.960000', '122003.963000', '122003.966000', '122003.968000', '122003.971000', '122003.973000', '122003.976000', '122003.979000', '122003.981000', '122003.984000', '122003.987000', '122023.802000', '122023.901000', '122023.904000', '122023.907000', '122023.909000', '122023.912000', '122023.915000', '122023.917000', '122023.920000', '122023.922000', '122023.925000', '122023.928000', '122023.930000', '122023.933000', '122023.937000', '122023.939000', '122023.942000', '122023.945000', '122023.947000', '122023.950000', '122023.952000', '122023.955000', '122023.958000', '122023.960000', '122023.963000', '122023.966000', '122023.968000', '122023.971000', '122023.974000', '122023.976000', '122023.979000', '122023.981000', '122023.984000', '122023.987000', '122023.989000', '122023.992000', '122023.995000', '122023.997000', '122024.001000', '122024.004000', '122024.006000', '122024.009000', '122024.012000', '122043.802000', '122043.879000', '122043.881000', '122043.884000', '122043.887000', '122043.889000', '122043.892000', '122043.894000', '122043.897000', '122043.900000', '122043.902000', '122043.905000', '122043.908000', '122043.910000', '122043.913000', '122043.915000', '122043.918000', '122043.921000', '122043.923000', '122043.926000', '122043.929000', '122043.931000', '122043.934000', '122043.936000', '122043.939000', '122043.942000', '122043.944000', '122043.947000', '122043.950000', '122043.952000', '122043.955000', '122043.958000', '122043.960000', '122043.963000', '122043.965000', '122043.968000', '122043.971000', '122043.973000', '122043.976000', '122043.978000', '122043.989000', '122043.991000', '122043.994000', '122043.997000', '122103.802000', '122103.847000', '122103.851000', '122103.853000', '122103.856000', '122103.859000', '122103.861000', '122103.864000', '122103.866000', '122103.869000', '122103.872000', '122103.874000', '122103.877000', '122103.880000', '122103.882000', '122103.885000', '122103.887000', '122103.890000', '122103.893000', '122103.895000', '122103.898000', '122103.901000', '122103.903000', '122103.906000', '122103.909000', '122103.911000', '122103.914000', '122103.917000', '122103.919000', '122103.922000', '122103.925000', '122103.927000', '122103.930000', '122103.932000', '122103.935000', '122103.938000', '122103.940000', '122103.943000', '122103.946000', '122103.948000', '122103.951000', '122103.954000', '122103.956000', '122123.803000', '122123.848000', '122123.850000', '122123.853000', '122123.855000', '122123.858000', '122123.861000', '122123.863000', '122123.866000', '122123.869000', '122123.871000', '122123.874000', '122123.876000', '122123.879000', '122123.882000', '122123.885000', '122123.887000', '122123.890000', '122123.892000', '122123.895000', '122123.898000', '122123.900000', '122123.903000', '122123.906000', '122123.908000', '122123.911000', '122123.914000', '122123.916000', '122123.919000', '122123.921000', '122123.924000', '122123.927000', '122123.929000', '122123.932000', '122123.935000', '122123.938000', '122123.940000', '122123.943000', '122123.945000', '122123.948000', '122123.951000', '122123.953000', '122123.956000', '122123.959000', '122143.802000', '122143.867000', '122143.870000', '122143.873000', '122143.875000', '122143.878000', '122143.880000', '122143.883000', '122143.886000', '122143.888000', '122143.891000', '122143.894000', '122143.896000', '122143.899000', '122143.901000', '122143.904000', '122143.907000', '122143.909000', '122143.912000', '122143.915000', '122143.917000', '122143.920000', '122143.923000', '122143.925000', '122143.928000', '122143.931000', '122143.933000', '122143.936000', '122143.939000', '122143.941000', '122143.944000', '122143.947000', '122143.949000', '122143.952000', '122143.954000', '122143.957000', '122143.960000', '122143.962000', '122143.965000', '122143.968000', '122143.970000', '122143.974000', '122143.977000', '122203.802000', '122203.863000', '122203.866000', '122203.869000', '122203.871000', '122203.874000', '122203.877000', '122203.879000', '122203.882000', '122203.884000', '122203.887000', '122203.890000', '122203.892000', '122203.895000', '122203.897000', '122203.900000', '122203.903000', '122203.905000', '122203.908000', '122203.911000', '122203.913000', '122203.916000', '122203.919000', '122203.921000', '122203.924000', '122203.927000', '122203.929000', '122203.932000', '122203.934000', '122203.937000', '122203.940000', '122203.942000', '122203.945000', '122203.948000', '122203.950000', '122203.953000', '122203.956000', '122203.958000', '122203.961000', '122203.963000', '122203.966000', '122203.969000', '122203.971000', '122203.974000', '122212.953000', '122212.957000', '122212.960000', '122212.963000', '122212.965000', '122212.968000', '122212.971000', '122212.974000', '122212.977000', '122212.979000', '122212.982000', '122212.985000', '122212.988000', '122212.991000', '122212.993000', '122212.996000', '122212.998000', '122213.002000', '122213.005000', '122213.008000'], 'InstanceCreationTime': ['120823.830000', '120823.833000', '120823.836000', '120823.838000', '120823.841000', '120823.843000', '120823.846000', '120823.848000', '120823.851000', '120823.854000', '120823.856000', '120823.859000', '120823.861000', '120823.864000', '120823.867000', '120823.869000', '120823.884000', '120823.887000', '120823.889000', '120823.892000', '120823.894000', '120823.897000', '120823.899000', '120823.902000', '120823.905000', '120823.907000', '120823.910000', '120823.913000', '120823.915000', '120823.918000', '120823.920000', '120823.923000', '120823.925000', '120823.928000', '120823.931000', '120823.933000', '120823.936000', '120823.938000', '120823.941000', '120823.944000', '120823.946000', '120823.956000', '120823.959000', '120823.962000', '120823.964000', '120823.967000', '120823.969000', '120823.972000', '120823.975000', '120823.977000', '120823.980000', '120823.983000', '120823.985000', '120823.988000', '120823.990000', '120823.993000', '120843.801000', '120843.804000', '120843.807000', '120843.809000', '120843.812000', '120843.815000', '120843.818000', '120843.821000', '120843.824000', '120843.826000', '120843.829000', '120843.831000', '120843.834000', '120843.837000', '120843.839000', '120843.842000', '120843.844000', '120843.847000', '120843.850000', '120843.852000', '120843.855000', '120843.857000', '120843.860000', '120843.863000', '120843.865000', '120843.871000', '120843.873000', '120843.876000', '120843.879000', '120843.881000', '120843.884000', '120843.886000', '120843.889000', '120843.892000', '120843.894000', '120843.897000', '120843.900000', '120843.902000', '120843.905000', '120843.907000', '120843.910000', '120843.913000', '120843.915000', '120843.918000', '120903.801000', '120903.804000', '120903.807000', '120903.810000', '120903.812000', '120903.815000', '120903.818000', '120903.820000', '120903.823000', '120903.830000', '120903.833000', '120903.835000', '120903.838000', '120903.841000', '120903.843000', '120903.846000', '120903.849000', '120903.851000', '120903.854000', '120903.856000', '120903.859000', '120903.862000', '120903.864000', '120903.867000', '120903.870000', '120903.872000', '120903.875000', '120903.877000', '120903.880000', '120903.883000', '120903.885000', '120903.888000', '120903.891000', '120903.893000', '120903.896000', '120903.898000', '120903.901000', '120903.904000', '120903.906000', '120903.909000', '120903.912000', '120903.914000', '120903.917000', '120923.801000', '120923.815000', '120923.818000', '120923.821000', '120923.823000', '120923.826000', '120923.828000', '120923.831000', '120923.835000', '120923.838000', '120923.841000', '120923.843000', '120923.846000', '120923.849000', '120923.851000', '120923.854000', '120923.856000', '120923.859000', '120923.862000', '120923.864000', '120923.867000', '120923.869000', '120923.872000', '120923.875000', '120923.877000', '120923.880000', '120923.883000', '120923.885000', '120923.888000', '120923.891000', '120923.893000', '120923.896000', '120923.898000', '120923.901000', '120923.904000', '120923.906000', '120923.909000', '120923.911000', '120923.914000', '120923.916000', '120923.919000', '120923.922000', '120923.924000', '120923.927000', '120943.802000', '120943.805000', '120943.807000', '120943.810000', '120943.812000', '120943.815000', '120943.818000', '120943.820000', '120943.823000', '120943.825000', '120943.828000', '120943.831000', '120943.833000', '120943.836000', '120943.839000', '120943.841000', '120943.844000', '120943.847000', '120943.849000', '120943.852000', '120943.854000', '120943.857000', '120943.860000', '120943.862000', '120943.865000', '120943.867000', '120943.870000', '120943.873000', '120943.875000', '120943.878000', '120943.886000', '120943.889000', '120943.892000', '120943.894000', '120943.897000', '120943.899000', '120943.902000', '120943.904000', '120943.907000', '120943.910000', '120943.912000', '120943.915000', '120943.918000', '121003.801000', '121003.813000', '121003.816000', '121003.819000', '121003.821000', '121003.824000', '121003.827000', '121003.830000', '121003.833000', '121003.836000', '121003.839000', '121003.841000', '121003.844000', '121003.847000', '121003.849000', '121003.852000', '121003.854000', '121003.858000', '121003.860000', '121003.863000', '121003.866000', '121003.868000', '121003.871000', '121003.874000', '121003.876000', '121003.879000', '121003.881000', '121003.884000', '121003.887000', '121003.889000', '121003.892000', '121003.895000', '121003.897000', '121003.900000', '121003.907000', '121003.910000', '121003.912000', '121003.915000', '121003.931000', '121003.934000', '121003.936000', '121003.939000', '121003.942000', '121023.802000', '121023.824000', '121023.826000', '121023.829000', '121023.831000', '121023.834000', '121023.837000', '121023.839000', '121023.842000', '121023.845000', '121023.847000', '121023.850000', '121023.853000', '121023.855000', '121023.858000', '121023.860000', '121023.863000', '121023.866000', '121023.868000', '121023.871000', '121023.874000', '121023.876000', '121023.879000', '121023.881000', '121023.884000', '121023.887000', '121023.889000', '121023.892000', '121023.895000', '121023.897000', '121023.900000', '121023.902000', '121023.905000', '121023.908000', '121023.910000', '121023.913000', '121023.915000', '121023.918000', '121023.921000', '121023.923000', '121023.926000', '121023.929000', '121023.931000', '121023.934000', '121043.802000', '121043.804000', '121043.807000', '121043.810000', '121043.812000', '121043.815000', '121043.818000', '121043.820000', '121043.823000', '121043.826000', '121043.829000', '121043.831000', '121043.834000', '121043.837000', '121043.839000', '121043.842000', '121043.845000', '121043.847000', '121043.850000', '121043.852000', '121043.855000', '121043.858000', '121043.860000', '121043.863000', '121043.865000', '121043.868000', '121043.871000', '121043.873000', '121043.876000', '121043.879000', '121043.881000', '121043.884000', '121043.886000', '121043.889000', '121043.892000', '121043.894000', '121043.897000', '121043.900000', '121043.902000', '121043.905000', '121043.907000', '121043.910000', '121043.913000', '121103.802000', '121103.804000', '121103.807000', '121103.810000', '121103.812000', '121103.815000', '121103.818000', '121103.820000', '121103.823000', '121103.826000', '121103.828000', '121103.831000', '121103.833000', '121103.836000', '121103.849000', '121103.852000', '121103.854000', '121103.857000', '121103.859000', '121103.862000', '121103.865000', '121103.867000', '121103.870000', '121103.873000', '121103.875000', '121103.878000', '121103.880000', '121103.883000', '121103.886000', '121103.888000', '121103.891000', '121103.893000', '121103.896000', '121103.899000', '121103.901000', '121103.904000', '121103.907000', '121103.909000', '121103.912000', '121103.914000', '121103.917000', '121103.920000', '121103.922000', '121103.925000', '121123.802000', '121123.855000', '121123.858000', '121123.861000', '121123.864000', '121123.866000', '121123.869000', '121123.872000', '121123.874000', '121123.877000', '121123.880000', '121123.882000', '121123.885000', '121123.887000', '121123.890000', '121123.893000', '121123.902000', '121123.905000', '121123.908000', '121123.910000', '121123.913000', '121123.916000', '121123.918000', '121123.921000', '121123.923000', '121123.926000', '121123.929000', '121123.931000', '121123.934000', '121123.936000', '121123.939000', '121123.942000', '121123.944000', '121123.947000', '121123.949000', '121123.952000', '121123.955000', '121123.958000', '121123.960000', '121123.963000', '121123.966000', '121123.968000', '121123.971000', '121143.802000', '121143.829000', '121143.832000', '121143.834000', '121143.837000', '121143.840000', '121143.843000', '121143.845000', '121143.848000', '121143.850000', '121143.853000', '121143.856000', '121143.858000', '121143.861000', '121143.863000', '121143.866000', '121143.869000', '121143.871000', '121143.874000', '121143.877000', '121143.888000', '121143.890000', '121143.893000', '121143.896000', '121143.898000', '121143.901000', '121143.904000', '121143.906000', '121143.909000', '121143.911000', '121143.914000', '121143.917000', '121143.919000', '121143.922000', '121143.925000', '121143.927000', '121143.930000', '121143.933000', '121143.935000', '121143.938000', '121143.941000', '121143.943000', '121143.946000', '121143.948000', '121203.802000', '121203.804000', '121203.807000', '121203.810000', '121203.812000', '121203.815000', '121203.818000', '121203.820000', '121203.823000', '121203.826000', '121203.828000', '121203.837000', '121203.840000', '121203.843000', '121203.845000', '121203.848000', '121203.851000', '121203.853000', '121203.856000', '121203.859000', '121203.861000', '121203.864000', '121203.867000', '121203.869000', '121203.872000', '121203.875000', '121203.877000', '121203.880000', '121203.883000', '121203.885000', '121203.888000', '121203.890000', '121203.893000', '121203.896000', '121203.899000', '121203.902000', '121203.905000', '121203.907000', '121203.910000', '121203.913000', '121203.915000', '121203.918000', '121203.921000', '121223.801000', '121223.804000', '121223.807000', '121223.810000', '121223.812000', '121223.815000', '121223.818000', '121223.820000', '121223.823000', '121223.825000', '121223.828000', '121223.841000', '121223.844000', '121223.846000', '121223.849000', '121223.852000', '121223.854000', '121223.857000', '121223.860000', '121223.862000', '121223.865000', '121223.867000', '121223.870000', '121223.873000', '121223.875000', '121223.878000', '121223.881000', '121223.883000', '121223.886000', '121223.888000', '121223.891000', '121223.894000', '121223.896000', '121223.899000', '121223.902000', '121223.904000', '121223.907000', '121223.909000', '121223.912000', '121223.915000', '121223.917000', '121223.920000', '121223.923000', '121223.925000', '121243.802000', '121243.856000', '121243.858000', '121243.861000', '121243.864000', '121243.866000', '121243.869000', '121243.871000', '121243.874000', '121243.877000', '121243.879000', '121243.882000', '121243.885000', '121243.887000', '121243.890000', '121243.893000', '121243.896000', '121243.898000', '121243.901000', '121243.903000', '121243.906000', '121243.909000', '121243.911000', '121243.914000', '121243.917000', '121243.919000', '121243.922000', '121243.925000', '121243.927000', '121243.930000', '121243.932000', '121243.936000', '121243.939000', '121243.941000', '121243.944000', '121243.947000', '121243.949000', '121243.952000', '121243.955000', '121243.957000', '121243.960000', '121243.962000', '121243.965000', '121303.802000', '121303.814000', '121303.817000', '121303.819000', '121303.822000', '121303.825000', '121303.827000', '121303.830000', '121303.833000', '121303.835000', '121303.838000', '121303.840000', '121303.843000', '121303.845000', '121303.848000', '121303.851000', '121303.853000', '121303.856000', '121303.859000', '121303.861000', '121303.864000', '121303.866000', '121303.869000', '121303.872000', '121303.874000', '121303.877000', '121303.879000', '121303.882000', '121303.885000', '121303.887000', '121303.890000', '121303.898000', '121303.900000', '121303.903000', '121303.906000', '121303.908000', '121303.911000', '121303.913000', '121303.916000', '121303.919000', '121303.921000', '121303.924000', '121303.927000', '121303.929000', '121323.802000', '121323.805000', '121323.807000', '121323.810000', '121323.812000', '121323.815000', '121323.818000', '121323.820000', '121323.823000', '121323.826000', '121323.828000', '121323.831000', '121323.833000', '121323.836000', '121323.839000', '121323.841000', '121323.844000', '121323.847000', '121323.849000', '121323.852000', '121323.854000', '121323.857000', '121323.860000', '121323.862000', '121323.865000', '121323.868000', '121323.870000', '121323.873000', '121323.876000', '121323.878000', '121323.883000', '121323.885000', '121323.888000', '121323.891000', '121323.893000', '121323.896000', '121323.899000', '121323.901000', '121323.904000', '121323.907000', '121323.909000', '121323.912000', '121323.915000', '121343.802000', '121343.852000', '121343.855000', '121343.857000', '121343.860000', '121343.863000', '121343.865000', '121343.868000', '121343.871000', '121343.873000', '121343.876000', '121343.878000', '121343.881000', '121343.884000', '121343.886000', '121343.889000', '121343.892000', '121343.894000', '121343.897000', '121343.899000', '121343.902000', '121343.905000', '121343.907000', '121343.910000', '121343.912000', '121343.915000', '121343.918000', '121343.920000', '121343.923000', '121343.925000', '121343.928000', '121343.931000', '121343.933000', '121343.936000', '121343.938000', '121343.941000', '121343.944000', '121343.946000', '121343.949000', '121343.951000', '121343.954000', '121343.957000', '121343.959000', '121343.962000', '121403.801000', '121403.804000', '121403.807000', '121403.810000', '121403.812000', '121403.815000', '121403.817000', '121403.820000', '121403.823000', '121403.825000', '121403.828000', '121403.831000', '121403.834000', '121403.836000', '121403.839000', '121403.841000', '121403.844000', '121403.847000', '121403.849000', '121403.852000', '121403.854000', '121403.857000', '121403.860000', '121403.862000', '121403.865000', '121403.868000', '121403.870000', '121403.873000', '121403.876000', '121403.878000', '121403.881000', '121403.883000', '121403.886000', '121403.889000', '121403.891000', '121403.894000', '121403.897000', '121403.899000', '121403.902000', '121403.904000', '121403.907000', '121403.910000', '121403.912000', '121423.802000', '121423.852000', '121423.854000', '121423.857000', '121423.860000', '121423.862000', '121423.865000', '121423.867000', '121423.870000', '121423.873000', '121423.875000', '121423.878000', '121423.880000', '121423.883000', '121423.886000', '121423.888000', '121423.891000', '121423.894000', '121423.896000', '121423.899000', '121423.901000', '121423.904000', '121423.907000', '121423.909000', '121423.912000', '121423.915000', '121423.917000', '121423.920000', '121423.923000', '121423.925000', '121423.928000', '121423.930000', '121423.933000', '121423.936000', '121423.938000', '121423.941000', '121423.943000', '121423.946000', '121423.949000', '121423.951000', '121423.954000', '121423.956000', '121423.959000', '121423.962000', '121443.801000', '121443.851000', '121443.853000', '121443.856000', '121443.858000', '121443.861000', '121443.864000', '121443.866000', '121443.869000', '121443.872000', '121443.874000', '121443.877000', '121443.879000', '121443.882000', '121443.885000', '121443.887000', '121443.890000', '121443.893000', '121443.895000', '121443.898000', '121443.901000', '121443.903000', '121443.906000', '121443.908000', '121443.911000', '121443.914000', '121443.917000', '121443.919000', '121443.922000', '121443.924000', '121443.927000', '121443.930000', '121443.932000', '121443.935000', '121443.938000', '121443.940000', '121443.943000', '121443.946000', '121443.949000', '121443.952000', '121443.954000', '121443.957000', '121443.960000', '121503.802000', '121503.846000', '121503.849000', '121503.852000', '121503.854000', '121503.857000', '121503.859000', '121503.862000', '121503.865000', '121503.867000', '121503.870000', '121503.873000', '121503.875000', '121503.878000', '121503.880000', '121503.883000', '121503.886000', '121503.888000', '121503.891000', '121503.894000', '121503.896000', '121503.899000', '121503.901000', '121503.904000', '121503.907000', '121503.909000', '121503.912000', '121503.914000', '121503.917000', '121503.920000', '121503.922000', '121503.925000', '121503.928000', '121503.930000', '121503.933000', '121503.936000', '121503.938000', '121503.941000', '121503.943000', '121503.946000', '121503.949000', '121503.951000', '121503.954000', '121503.956000', '121523.802000', '121523.837000', '121523.840000', '121523.843000', '121523.845000', '121523.848000', '121523.851000', '121523.853000', '121523.856000', '121523.858000', '121523.861000', '121523.864000', '121523.866000', '121523.869000', '121523.871000', '121523.874000', '121523.877000', '121523.879000', '121523.882000', '121523.884000', '121523.887000', '121523.890000', '121523.892000', '121523.895000', '121523.898000', '121523.900000', '121523.903000', '121523.905000', '121523.908000', '121523.910000', '121523.913000', '121523.916000', '121523.918000', '121523.921000', '121523.923000', '121523.926000', '121523.929000', '121523.931000', '121523.934000', '121523.937000', '121523.939000', '121523.942000', '121523.944000', '121543.802000', '121543.846000', '121543.849000', '121543.852000', '121543.854000', '121543.857000', '121543.859000', '121543.862000', '121543.865000', '121543.867000', '121543.870000', '121543.873000', '121543.875000', '121543.878000', '121543.881000', '121543.883000', '121543.886000', '121543.888000', '121543.891000', '121543.894000', '121543.896000', '121543.899000', '121543.901000', '121543.904000', '121543.907000', '121543.909000', '121543.912000', '121543.915000', '121543.917000', '121543.920000', '121543.922000', '121543.925000', '121543.928000', '121543.930000', '121543.933000', '121543.936000', '121543.938000', '121543.941000', '121543.943000', '121543.946000', '121543.949000', '121543.951000', '121543.954000', '121543.957000', '121603.802000', '121603.822000', '121603.825000', '121603.827000', '121603.830000', '121603.833000', '121603.835000', '121603.838000', '121603.841000', '121603.843000', '121603.846000', '121603.848000', '121603.851000', '121603.854000', '121603.856000', '121603.859000', '121603.862000', '121603.864000', '121603.867000', '121603.869000', '121603.872000', '121603.875000', '121603.877000', '121603.880000', '121603.883000', '121603.885000', '121603.888000', '121603.890000', '121603.893000', '121603.896000', '121603.898000', '121603.901000', '121603.904000', '121603.906000', '121603.909000', '121603.911000', '121603.914000', '121603.917000', '121603.919000', '121603.922000', '121603.925000', '121603.927000', '121603.930000', '121623.802000', '121623.855000', '121623.858000', '121623.860000', '121623.863000', '121623.865000', '121623.868000', '121623.871000', '121623.874000', '121623.884000', '121623.887000', '121623.889000', '121623.892000', '121623.894000', '121623.897000', '121623.900000', '121623.902000', '121623.905000', '121623.908000', '121623.910000', '121623.913000', '121623.915000', '121623.918000', '121623.921000', '121623.923000', '121623.926000', '121623.929000', '121623.931000', '121623.934000', '121623.937000', '121623.939000', '121623.942000', '121623.944000', '121623.947000', '121623.950000', '121623.952000', '121623.955000', '121623.958000', '121623.960000', '121623.963000', '121623.966000', '121623.968000', '121623.971000', '121643.802000', '121643.855000', '121643.858000', '121643.861000', '121643.863000', '121643.866000', '121643.868000', '121643.871000', '121643.874000', '121643.876000', '121643.879000', '121643.882000', '121643.884000', '121643.888000', '121643.890000', '121643.893000', '121643.896000', '121643.898000', '121643.901000', '121643.904000', '121643.906000', '121643.909000', '121643.911000', '121643.914000', '121643.917000', '121643.919000', '121643.922000', '121643.924000', '121643.927000', '121643.930000', '121643.932000', '121643.935000', '121643.937000', '121643.940000', '121643.943000', '121643.945000', '121643.948000', '121643.951000', '121643.953000', '121643.956000', '121643.959000', '121643.961000', '121643.964000', '121643.967000', '121703.802000', '121703.857000', '121703.860000', '121703.862000', '121703.865000', '121703.867000', '121703.870000', '121703.873000', '121703.876000', '121703.878000', '121703.881000', '121703.884000', '121703.886000', '121703.889000', '121703.891000', '121703.894000', '121703.897000', '121703.899000', '121703.902000', '121703.905000', '121703.907000', '121703.910000', '121703.913000', '121703.915000', '121703.918000', '121703.920000', '121703.923000', '121703.926000', '121703.928000', '121703.931000', '121703.934000', '121703.936000', '121703.939000', '121703.941000', '121703.944000', '121703.956000', '121703.959000', '121703.962000', '121703.964000', '121703.967000', '121703.969000', '121703.972000', '121703.975000', '121703.977000', '121723.802000', '121723.872000', '121723.875000', '121723.877000', '121723.880000', '121723.883000', '121723.885000', '121723.888000', '121723.890000', '121723.893000', '121723.896000', '121723.898000', '121723.901000', '121723.904000', '121723.906000', '121723.909000', '121723.911000', '121723.914000', '121723.917000', '121723.919000', '121723.922000', '121723.925000', '121723.927000', '121723.930000', '121723.933000', '121723.935000', '121723.938000', '121723.940000', '121723.943000', '121723.946000', '121723.948000', '121723.951000', '121723.953000', '121723.956000', '121723.959000', '121723.961000', '121723.964000', '121723.967000', '121723.969000', '121723.972000', '121723.974000', '121723.977000', '121723.980000', '121743.802000', '121743.852000', '121743.855000', '121743.858000', '121743.860000', '121743.863000', '121743.866000', '121743.868000', '121743.871000', '121743.874000', '121743.876000', '121743.879000', '121743.881000', '121743.884000', '121743.887000', '121743.889000', '121743.892000', '121743.895000', '121743.897000', '121743.900000', '121743.902000', '121743.905000', '121743.908000', '121743.911000', '121743.913000', '121743.916000', '121743.919000', '121743.921000', '121743.924000', '121743.926000', '121743.929000', '121743.932000', '121743.934000', '121743.937000', '121743.940000', '121743.942000', '121743.945000', '121743.947000', '121743.950000', '121743.953000', '121743.955000', '121743.958000', '121743.960000', '121803.802000', '121803.851000', '121803.854000', '121803.857000', '121803.859000', '121803.862000', '121803.864000', '121803.867000', '121803.870000', '121803.872000', '121803.875000', '121803.878000', '121803.880000', '121803.883000', '121803.885000', '121803.888000', '121803.891000', '121803.893000', '121803.896000', '121803.899000', '121803.901000', '121803.904000', '121803.907000', '121803.909000', '121803.912000', '121803.915000', '121803.917000', '121803.920000', '121803.922000', '121803.925000', '121803.928000', '121803.930000', '121803.933000', '121803.936000', '121803.938000', '121803.941000', '121803.943000', '121803.946000', '121803.949000', '121803.951000', '121803.954000', '121803.956000', '121803.959000', '121803.962000', '121823.802000', '121823.902000', '121823.904000', '121823.907000', '121823.910000', '121823.912000', '121823.915000', '121823.917000', '121823.920000', '121823.923000', '121823.925000', '121823.928000', '121823.930000', '121823.933000', '121823.936000', '121823.938000', '121823.941000', '121823.952000', '121823.955000', '121823.957000', '121823.960000', '121823.963000', '121823.965000', '121823.968000', '121823.970000', '121823.973000', '121823.976000', '121823.978000', '121823.981000', '121823.984000', '121823.986000', '121823.989000', '121823.991000', '121823.994000', '121823.997000', '121823.999000', '121824.002000', '121824.005000', '121824.007000', '121824.010000', '121824.012000', '121824.015000', '121824.017000', '121843.802000', '121843.849000', '121843.852000', '121843.854000', '121843.857000', '121843.860000', '121843.862000', '121843.865000', '121843.867000', '121843.870000', '121843.873000', '121843.875000', '121843.878000', '121843.881000', '121843.883000', '121843.886000', '121843.888000', '121843.891000', '121843.894000', '121843.896000', '121843.899000', '121843.902000', '121843.904000', '121843.907000', '121843.913000', '121843.915000', '121843.918000', '121843.921000', '121843.923000', '121843.926000', '121843.928000', '121843.931000', '121843.934000', '121843.936000', '121843.939000', '121843.942000', '121843.944000', '121843.947000', '121843.950000', '121843.952000', '121843.955000', '121843.957000', '121843.960000', '121843.963000', '121903.802000', '121903.844000', '121903.847000', '121903.850000', '121903.852000', '121903.855000', '121903.857000', '121903.860000', '121903.863000', '121903.865000', '121903.868000', '121903.870000', '121903.873000', '121903.876000', '121903.878000', '121903.881000', '121903.884000', '121903.887000', '121903.889000', '121903.892000', '121903.896000', '121903.899000', '121903.902000', '121903.905000', '121903.907000', '121903.910000', '121903.913000', '121903.916000', '121903.919000', '121903.921000', '121903.924000', '121903.927000', '121903.929000', '121903.932000', '121903.935000', '121903.937000', '121903.940000', '121903.943000', '121903.945000', '121903.948000', '121903.951000', '121903.953000', '121903.956000', '121923.802000', '121923.872000', '121923.875000', '121923.878000', '121923.880000', '121923.883000', '121923.886000', '121923.888000', '121923.891000', '121923.893000', '121923.896000', '121923.899000', '121923.901000', '121923.904000', '121923.906000', '121923.909000', '121923.912000', '121923.914000', '121923.917000', '121923.920000', '121923.922000', '121923.925000', '121923.928000', '121923.930000', '121923.933000', '121923.935000', '121923.938000', '121923.941000', '121923.943000', '121923.946000', '121923.949000', '121923.951000', '121923.954000', '121923.957000', '121923.959000', '121923.962000', '121923.964000', '121923.967000', '121923.970000', '121923.972000', '121923.975000', '121923.978000', '121923.980000', '121923.983000', '121943.802000', '121943.804000', '121943.807000', '121943.810000', '121943.812000', '121943.815000', '121943.817000', '121943.820000', '121943.823000', '121943.825000', '121943.828000', '121943.830000', '121943.833000', '121943.836000', '121943.838000', '121943.841000', '121943.844000', '121943.846000', '121943.849000', '121943.851000', '121943.854000', '121943.857000', '121943.859000', '121943.862000', '121943.865000', '121943.867000', '121943.870000', '121943.872000', '121943.875000', '121943.878000', '121943.880000', '121943.883000', '121943.886000', '121943.888000', '121943.891000', '121943.894000', '121943.896000', '121943.899000', '121943.901000', '121943.904000', '121943.907000', '121943.909000', '121943.912000', '122003.802000', '122003.876000', '122003.879000', '122003.881000', '122003.884000', '122003.887000', '122003.889000', '122003.892000', '122003.894000', '122003.897000', '122003.900000', '122003.902000', '122003.905000', '122003.908000', '122003.910000', '122003.913000', '122003.915000', '122003.918000', '122003.921000', '122003.923000', '122003.926000', '122003.928000', '122003.931000', '122003.934000', '122003.936000', '122003.939000', '122003.941000', '122003.944000', '122003.947000', '122003.949000', '122003.952000', '122003.955000', '122003.958000', '122003.960000', '122003.963000', '122003.966000', '122003.968000', '122003.971000', '122003.973000', '122003.976000', '122003.979000', '122003.981000', '122003.984000', '122003.987000', '122023.802000', '122023.901000', '122023.904000', '122023.907000', '122023.909000', '122023.912000', '122023.915000', '122023.917000', '122023.920000', '122023.922000', '122023.925000', '122023.928000', '122023.930000', '122023.933000', '122023.937000', '122023.939000', '122023.942000', '122023.945000', '122023.947000', '122023.950000', '122023.952000', '122023.955000', '122023.958000', '122023.960000', '122023.963000', '122023.966000', '122023.968000', '122023.971000', '122023.974000', '122023.976000', '122023.979000', '122023.981000', '122023.984000', '122023.987000', '122023.989000', '122023.992000', '122023.995000', '122023.997000', '122024.001000', '122024.004000', '122024.006000', '122024.009000', '122024.012000', '122043.802000', '122043.879000', '122043.881000', '122043.884000', '122043.887000', '122043.889000', '122043.892000', '122043.894000', '122043.897000', '122043.900000', '122043.902000', '122043.905000', '122043.908000', '122043.910000', '122043.913000', '122043.915000', '122043.918000', '122043.921000', '122043.923000', '122043.926000', '122043.929000', '122043.931000', '122043.934000', '122043.936000', '122043.939000', '122043.942000', '122043.944000', '122043.947000', '122043.950000', '122043.952000', '122043.955000', '122043.958000', '122043.960000', '122043.963000', '122043.965000', '122043.968000', '122043.971000', '122043.973000', '122043.976000', '122043.978000', '122043.989000', '122043.991000', '122043.994000', '122043.997000', '122103.802000', '122103.847000', '122103.851000', '122103.853000', '122103.856000', '122103.859000', '122103.861000', '122103.864000', '122103.866000', '122103.869000', '122103.872000', '122103.874000', '122103.877000', '122103.880000', '122103.882000', '122103.885000', '122103.887000', '122103.890000', '122103.893000', '122103.895000', '122103.898000', '122103.901000', '122103.903000', '122103.906000', '122103.909000', '122103.911000', '122103.914000', '122103.917000', '122103.919000', '122103.922000', '122103.925000', '122103.927000', '122103.930000', '122103.932000', '122103.935000', '122103.938000', '122103.940000', '122103.943000', '122103.946000', '122103.948000', '122103.951000', '122103.954000', '122103.956000', '122123.803000', '122123.848000', '122123.850000', '122123.853000', '122123.855000', '122123.858000', '122123.861000', '122123.863000', '122123.866000', '122123.869000', '122123.871000', '122123.874000', '122123.876000', '122123.879000', '122123.882000', '122123.885000', '122123.887000', '122123.890000', '122123.892000', '122123.895000', '122123.898000', '122123.900000', '122123.903000', '122123.906000', '122123.908000', '122123.911000', '122123.914000', '122123.916000', '122123.919000', '122123.921000', '122123.924000', '122123.927000', '122123.929000', '122123.932000', '122123.935000', '122123.938000', '122123.940000', '122123.943000', '122123.945000', '122123.948000', '122123.951000', '122123.953000', '122123.956000', '122123.959000', '122143.802000', '122143.867000', '122143.870000', '122143.873000', '122143.875000', '122143.878000', '122143.880000', '122143.883000', '122143.886000', '122143.888000', '122143.891000', '122143.894000', '122143.896000', '122143.899000', '122143.901000', '122143.904000', '122143.907000', '122143.909000', '122143.912000', '122143.915000', '122143.917000', '122143.920000', '122143.923000', '122143.925000', '122143.928000', '122143.931000', '122143.933000', '122143.936000', '122143.939000', '122143.941000', '122143.944000', '122143.947000', '122143.949000', '122143.952000', '122143.954000', '122143.957000', '122143.960000', '122143.962000', '122143.965000', '122143.968000', '122143.970000', '122143.974000', '122143.977000', '122203.802000', '122203.863000', '122203.866000', '122203.869000', '122203.871000', '122203.874000', '122203.877000', '122203.879000', '122203.882000', '122203.884000', '122203.887000', '122203.890000', '122203.892000', '122203.895000', '122203.897000', '122203.900000', '122203.903000', '122203.905000', '122203.908000', '122203.911000', '122203.913000', '122203.916000', '122203.919000', '122203.921000', '122203.924000', '122203.927000', '122203.929000', '122203.932000', '122203.934000', '122203.937000', '122203.940000', '122203.942000', '122203.945000', '122203.948000', '122203.950000', '122203.953000', '122203.956000', '122203.958000', '122203.961000', '122203.963000', '122203.966000', '122203.969000', '122203.971000', '122203.974000', '122212.953000', '122212.957000', '122212.960000', '122212.963000', '122212.965000', '122212.968000', '122212.971000', '122212.974000', '122212.977000', '122212.979000', '122212.982000', '122212.985000', '122212.988000', '122212.991000', '122212.993000', '122212.996000', '122212.998000', '122213.002000', '122213.005000', '122213.008000'], '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': [9015, 7246, 13348, 8989, 13392, 7402, 6763, 7821, 6901, 8026, 7080, 8803, 7014, 13769, 7254, 6865, 7218, 6634, 8752, 6959, 9536, 7571, 8620, 7080, 7946, 7120, 7194, 8561, 7342, 9683, 6572, 9335, 6620, 8617, 6955, 8567, 7911, 7760, 8018, 6765, 8761, 6748, 9301, 6869, 9876, 7222, 12627, 6962, 9565, 6943, 8903, 6820, 8917, 7506, 6940, 8268, 6453, 8754, 6671, 9552, 7044, 10547, 7549, 11456, 6900, 8658, 7003, 8210, 7542, 7859, 9337, 6885, 8542, 6540, 9211, 6464, 9089, 6656, 9529, 7331, 9597, 7461, 6485, 7216, 7534, 7838, 7058, 9762, 6528, 9572, 6624, 9602, 6607, 9655, 7000, 10308, 7077, 8120, 6749, 8733, 7092, 8120, 7595, 8620, 7897, 6681, 8238, 6644, 8926, 6670, 8994, 6725, 9960, 7169, 9097, 6842, 6703, 7157, 6598, 8927, 6469, 11076, 7146, 10376, 6992, 9292, 7322, 9747, 9989, 9973, 8405, 6907, 8492, 6778, 8768, 6680, 9665, 7269, 10428, 6990, 9566, 6999, 7966, 7120, 8304, 7990, 6869, 8359, 6481, 8669, 6870, 8755, 6699, 9045, 6822, 9192, 6707, 9457, 6554, 9239, 6836, 9817, 7755, 12509, 6812, 9680, 6832, 9592, 6924, 9582, 8503, 12203, 6685, 6578, 6972, 6979, 7782, 6555, 9360, 7114, 9419, 6543, 9085, 6701, 8831, 6730, 10455, 7052, 9142, 6507, 9175, 6766, 9337, 6539, 9533, 6897, 10124, 6922, 9402, 6741, 9476, 6941, 10421, 6949, 9622, 8523, 12602, 6821, 11657, 6647, 10366, 6580, 9160, 6830, 9762, 7013, 8719, 7063, 6665, 7063, 8169, 7438, 9949, 7864, 9203, 7031, 7357, 6813, 9498, 6780, 10022, 7179, 8897, 6887, 6605, 6831, 6714, 7525, 6478, 8307, 7013, 8679, 6922, 7878, 6710, 7719, 7477, 8678, 7010, 8599, 6669, 8812, 6700, 9161, 6591, 11142, 6948, 9552, 6682, 9246, 6627, 9288, 7042, 9084, 6938, 7829, 6918, 6464, 7102, 8222, 7093, 9632, 8089, 6362, 7564, 6697, 8927, 6587, 8447, 6865, 9130, 9117, 7857, 7044, 7765, 6899, 12113, 7156, 9845, 6992, 13460, 6817, 8806, 6528, 8802, 6778, 9232, 6715, 9577, 7183, 8479, 7031, 8484, 6938, 9885, 7398, 9772, 6947, 13007, 6527, 8958, 6686, 8801, 6666, 8862, 6981, 8098, 7132, 6535, 7603, 7153, 7848, 8973, 7954, 13723, 9772, 7506, 7305, 6719, 7489, 6846, 8025, 8279, 8953, 7218, 8890, 6471, 9009, 6795, 8011, 7009, 7084, 9459, 6818, 9239, 6908, 7763, 7292, 7210, 9275, 7058, 12012, 6769, 6620, 8210, 6695, 12429, 8951, 7333, 8907, 6876, 12623, 9447, 9905, 7953, 14014, 7720, 15854, 10862, 10015, 8611, 6469, 9114, 7051, 8447, 6685, 7384, 8173, 7649, 8758, 6495, 9365, 6560, 9346, 7360, 8179, 8333, 7049, 8574, 6265, 9090, 6900, 7721, 7374, 6758, 9431, 6461, 10145, 6743, 8466, 6842, 8407, 7055, 8434, 8114, 6885, 9108, 6351, 8544, 6700, 7595, 7386, 7169, 9835, 6737, 8918, 6671, 6864, 7234, 8659, 7937, 6668, 9100, 6475, 9589, 6593, 8197, 6760, 7149, 7938, 6925, 9906, 6778, 9385, 6806, 10200, 6880, 9734, 7213, 12672, 7170, 7493, 6822, 6874, 8114, 6575, 8783, 7232, 7553, 8112, 6745, 9323, 6630, 9506, 6800, 8561, 7666, 6681, 8744, 6380, 8019, 6870, 7444, 7606, 8426, 9077, 6670, 8829, 6466, 9333, 6466, 9597, 7036, 13916, 7473, 8762, 7449, 6824, 8104, 6561, 9682, 6893, 9631, 7185, 8283, 7053, 6616, 8228, 6576, 9294, 6883, 11121, 7010, 9967, 6803, 8235, 6770, 8793, 7176, 8559, 9207, 6750, 7998, 7105, 8352, 6410, 8961, 6542, 9785, 7055, 9863, 6677, 9406, 6734, 9624, 6665, 9718, 7047, 8991, 6849, 6992, 6800, 6858, 7472, 6585, 7440, 6419, 9399, 6809, 8678, 6768, 8394, 9232, 7095, 12939, 7558, 12904, 6791, 11811, 6747, 7720, 6593, 7712, 6632, 8536, 7496, 8216, 7403, 6508, 7184, 6748, 7298, 8324, 7399, 12270, 9154, 13164, 8564, 6537, 6891, 6502, 7016, 10042, 7157, 9565, 6902, 9677, 6468, 8755, 6402, 8515, 6565, 8880, 6435, 9594, 7268, 11929, 6651, 10759, 6847, 9899, 6588, 9564, 6540, 10457, 6737, 9408, 6572, 9222, 6623, 9522, 7024, 9816, 6994, 9670, 6716, 9409, 6696, 9311, 6748, 9288, 6952, 8013, 6936, 6434, 6927, 6530, 7170, 9311, 7665, 10402, 7355, 7223, 7396, 6522, 7586, 6643, 9129, 6812, 11000, 6763, 8881, 6982, 9804, 6933, 9326, 9953, 8114, 8181, 7134, 8884, 6785, 9652, 6649, 10112, 7079, 14024, 8180, 12431, 7146, 8749, 7419, 6517, 7865, 7071, 10075, 6897, 11423, 6760, 9446, 6944, 9696, 7442, 9082, 7847, 6697, 7693, 6586, 9248, 6440, 9752, 6800, 10023, 7340, 11625, 6872, 11622, 6826, 10249, 6977, 9752, 7142, 9659, 7408, 9108, 7005, 6575, 7224, 6625, 9329, 7031, 10257, 6756, 10222, 6703, 9024, 6965, 8365, 7411, 8085, 8755, 6853, 9543, 6575, 9794, 6644, 9969, 7507, 10674, 8861, 7806, 7384, 6784, 7709, 6849, 8657, 6481, 10210, 7129, 9527, 6846, 8586, 6883, 8035, 7939, 6934, 8700, 6545, 8924, 6496, 9508, 6606, 10401, 7680, 12377, 6896, 7418, 6967, 6664, 8218, 6583, 10420, 7515, 9620, 7163, 6515, 8102, 7534, 9802, 7145, 12273, 8515, 12656, 7269, 6829, 7308, 6893, 8261, 6587, 10806, 7761, 6951, 8296, 6602, 7816, 7159, 8764, 7587, 7563, 10001, 6621, 9971, 6906, 9881, 6942, 8361, 8125, 6743, 9048, 6573, 9658, 7266, 7839, 7330, 6896, 8240, 8018, 14192, 10062, 6685, 7623, 7353, 6676, 12073, 7412, 14717, 6979, 11564, 7014, 8394, 8441, 7362, 10080, 6769, 9678, 6892, 8115, 6852, 6655, 7400, 7189, 9593, 7048, 8071, 6849, 6780, 7847, 6547, 8010, 6760, 9329, 6673, 9787, 6846, 7712, 6927, 7457, 7438, 6690, 9527, 6922, 9281, 7031, 6917, 7615, 6482, 8210, 6923, 11053, 7629, 8547, 7783, 7207, 9314, 6908, 8951, 8167, 6991, 8842, 6813, 9731, 8637, 7606, 14778, 6976, 6910, 8173, 6970, 8981, 7109, 10131, 7421, 7120, 9738, 7308, 6991, 7271, 6759, 9171, 9912, 9761, 14530, 10921, 15005, 10636, 9524, 12935, 8365, 7553, 7756, 6599, 8642, 7576, 7598, 8695, 7622, 7197, 9112, 7419, 6987, 7805, 6864, 8478, 6995, 9022, 7959, 6959, 8689, 6557, 8368, 7041, 6558, 7869, 6870, 11249, 7287, 6614, 7425, 6607, 9257, 7077, 9975, 7746, 7284, 8782, 6726, 8315, 7072, 6512, 7508, 6856, 10051, 7429, 7626, 7037, 7189, 8175, 6578, 9721, 7427, 10166, 7997, 7075, 7801, 6481, 8664, 6709, 8123, 7811, 7202, 8798, 6967, 8566, 7102, 6620, 7132, 6748, 8881, 7003, 11681, 7042, 6763, 7168, 6581, 7696, 6843, 9940, 7396, 10527, 7074, 6625, 7644, 6893, 8720, 7113, 10188, 7709, 8993, 7079, 6839, 8097, 6677, 9636, 7626, 12126, 10511, 9193, 7295, 6595, 8081, 6869, 8653, 7126, 10215, 7375, 8987, 7031, 6550, 7693, 6735, 9276, 7423, 10279, 7161, 6468, 7641, 6544, 9286, 7347, 10580, 7794, 6713, 7717, 6546, 7757, 11500, 7566, 8199, 8391, 6838, 9558, 6556, 7416, 6925, 6588, 8096, 6739, 8585, 6522, 8719, 6780, 8871, 6885, 10574, 6986, 12589, 6886, 10577, 6980, 9263, 7014, 10428, 7461, 9173, 6925, 6437, 7763, 6606, 7877, 7010, 8793, 6591, 9344, 6730, 8542, 6874, 9427, 7773, 9717, 8579, 7446, 7082, 6605, 7743, 6717, 8249, 7143, 9495, 6803, 9108, 6529, 8936, 6721, 9399, 7416, 9053, 7281, 6515, 7773, 6594, 8414, 7200, 9978, 7530, 9491, 7224, 6850, 8190, 6485, 9599, 7330, 11929, 9078, 10207, 7160, 8007, 7236, 8333, 7835, 9396, 11024, 7095, 8434, 6488, 8633, 6683, 8992, 6700, 9407, 7317, 9068, 7162, 6444, 7357, 6753, 7941, 6926, 8709, 6946, 9962, 7218, 8760, 7029, 7788, 6957, 9487, 7814, 8410, 8528, 6870, 8311, 6573, 8513, 6658, 9852, 7376, 9751, 7005, 6379, 7474, 6790, 8913, 6765, 10200, 7242, 9262, 6928, 8017, 7100, 8380, 9396, 7048, 8788, 6374, 9272, 6695, 8633, 7111, 8476, 8028, 6975, 9078, 6641, 8339, 6865, 7406, 7269, 7509, 8466, 6921, 9228, 6937, 8863, 6571, 8551, 7134, 9050, 7462, 8361, 7256, 6598, 7790, 6543, 9381, 6904, 9032, 7482, 8180, 7725, 6532, 8048, 6526, 8633, 6958, 9551, 7044, 9696, 6836, 8990, 6864, 9367, 6843, 9330, 7682, 8271, 7398, 6738, 7985, 6534, 8769, 6755, 9885, 7453, 10170, 7445, 6468, 7275, 6661, 8624, 6605, 9262, 7099, 10995, 7248, 9577, 6924, 8081, 7305, 7832, 8873, 7155, 9057, 6731, 9160, 6675, 9153, 6751, 9021, 7170, 10065, 7383, 8769, 6574, 6580, 6908, 6691, 8799, 7110, 10083, 7183, 7311, 7409, 6872, 8139, 8737, 8888, 10742, 10309, 6998, 8432, 6925, 8538, 6805, 8982, 7268, 11833, 7156, 9197, 6916, 8044, 7231, 6618, 8378, 6732, 9884, 6943, 8815, 6802, 9075, 6845, 9900, 7476, 8301, 7966, 6791, 7619, 6800, 7880, 6761, 8552, 6793, 9461, 6434, 8725, 6668, 8703, 6890, 9263, 7685, 9772, 7413, 8572, 7269, 6611, 7864, 6891, 9716, 7161, 11782, 7081, 9419, 6916, 9979, 7557, 7676, 9063, 6896, 11595, 7156, 10033, 7095, 9633, 7754, 9758, 7570, 6579, 7508, 6995, 8101, 6571, 9714, 7163, 9835, 7543, 6902, 7402, 6804, 7977, 6930, 8995, 7493, 7939, 7544, 6706, 6927, 8514, 6673, 8623, 7205, 6748, 8616, 9660, 8310, 14265, 9190, 13380, 10411, 13383, 10419, 10849, 13938, 7104, 10595, 6795, 7034, 10118, 7041, 6861, 7923, 7177, 6904, 8184, 7090, 10259, 7948, 6710, 7293, 7003, 8604, 8404, 7257, 8426, 6578, 10566, 7263, 7352, 8794, 7700, 7042, 7896, 7340, 14486, 13205, 8242, 8522, 7827, 7229, 7964, 7540, 6574, 6706, 7414, 7227, 6687, 7797, 6686, 8016, 6505, 11567, 7752, 7262, 10726, 7819, 7836, 9695, 7993, 7368, 10457, 11186, 12471, 13993, 14380, 14538, 15366, 11981, 8732, 15286, 9924, 13107, 10399, 11014, 9629, 6966, 8405, 6874, 9252, 6961, 9084, 7474, 6844, 7266, 6707, 8119, 6716, 8647, 6682, 6732, 7456, 6587, 7789, 6891, 8735, 7073, 9228, 7071, 8946, 7665, 6632, 7744, 6881, 8260, 7303, 8590, 7010, 9834, 7062, 8997, 6839, 8122, 7053, 8682, 6997, 9955, 7669, 8857, 7514, 6473, 7473, 6585, 8149, 6968, 8931, 6991, 9166, 6906, 8869, 6821, 9033, 7543, 9928, 7444, 6520, 7471, 6668, 8224, 6977, 8928, 7078, 10207, 6977, 9090, 7220, 9308, 7190, 9763, 7032, 13569, 6832, 9095, 6915, 9054, 6995, 9315, 7273, 9790, 7067, 8592, 7012, 8869, 6730, 9132, 7369, 9162, 7181, 9158, 6769, 10240, 6964, 8883, 6938, 8937, 6963, 8371, 6939, 8692, 6749, 9052, 7308, 9737, 8258, 9228, 7032, 9163, 7145, 10116, 7391, 11469, 7453, 10569, 7107, 8414, 6925, 8228, 6777, 9016, 7213, 8858, 6997, 8354, 6797, 9892, 7383, 11102, 7867, 11670, 6924, 9127, 7013, 8055, 7200, 7551, 8664, 8147, 6410, 7613, 6637, 7397, 6788, 7894, 6726, 8906, 6844, 8200, 6525, 8068, 8001, 7847, 10474, 8313, 6514, 7359, 6818, 7254, 6758, 7460, 9860, 8455, 6853, 8478, 6853, 8541, 6843, 8711, 6918, 9066, 6748, 9406, 6717, 9173, 6707, 9459, 6844, 9611, 7758, 11282, 7806, 7938, 7163, 6506, 8030, 6669, 8369, 7535, 8943, 6682, 8475, 6901, 8286, 6692, 8878, 6822, 9714, 7528, 9323, 6748, 8805, 6856, 8471, 7222, 9481, 7504, 7492, 7559, 6553, 8114, 6700, 8811, 6923, 9586, 7814, 8189, 7884, 6999, 8302, 7265, 9057, 7265, 9298, 7331, 11742, 6885, 9347, 6607, 9561, 6857, 9888, 7414, 13145, 7410, 9992, 7134, 9880, 7160, 9998, 7573, 9610, 7739, 6924, 7541, 6754, 8151, 7177, 9148, 7224, 9759, 7054, 9109, 6931, 9272, 6867, 8831, 7271, 9569, 7711, 9276, 7365, 8304, 7278, 8242, 7886, 7747, 8430, 6884, 8295, 7471, 8452, 7455, 9071, 6976, 9819, 7934, 10116, 6946, 9468, 7446, 7706, 8152, 7659, 8890, 7259, 9858, 7134, 9032, 7134, 9373, 7367, 10100, 7980, 9035, 7771, 6789, 7858, 7742, 8940, 6843, 9599, 7477, 10341, 7472, 9926, 7186, 6565, 7778, 7172, 8818, 7065, 9207, 6475, 9162, 6894, 7742, 8398, 7292, 9634, 6844, 10658, 7229, 11400, 7288, 12147, 9568, 9792, 11031, 7420, 8923, 7759, 8713, 7341, 9633, 7180, 12685, 7094, 6786, 7116, 6934, 8030, 7296, 9921, 7227, 10731, 6985, 9628, 7028, 9298, 7400, 9280, 8053, 6593, 7489, 6887, 7919, 7097, 8740, 7862, 6999, 8621, 7104, 8898, 6935, 8711, 7145, 10076, 9024, 7389, 8116, 7161, 7342, 7471, 7056, 7507, 6957, 8540, 10324, 8107, 7145, 11767, 7986, 10361, 9136, 7060, 10379, 6827, 13503, 7871, 13982, 10863, 8175, 8011, 6735, 8422, 6865, 7277, 9158, 7277, 6590, 7185, 6760, 8459, 6731, 8881, 7299, 7296, 9957, 6956, 11835, 7028, 6688, 7582, 6983, 10458, 7313, 13045, 7042, 14235, 6859, 6897, 7320, 6985, 9056, 7338, 9993, 7627, 7027, 8429, 6676, 9073, 6933, 9857, 7525, 9077, 7497, 6844, 8304, 6743, 8862, 7151, 7191, 8515, 6784], 'WindowCenter': [4321.0, 4286.0, 4345.0, 4304.0, 4344.0, 4271.0, 4261.0, 4279.0, 4258.0, 4278.0, 4257.0, 4287.0, 4258.0, 4328.0, 4268.0, 4259.0, 4268.0, 4260.0, 4288.0, 4272.0, 4302.0, 4282.0, 4291.0, 4272.0, 4293.0, 4271.0, 4271.0, 4291.0, 4270.0, 4301.0, 4259.0, 4300.0, 4258.0, 4290.0, 4270.0, 4291.0, 4282.0, 4280.0, 4279.0, 4259.0, 4290.0, 4260.0, 4299.0, 4260.0, 4300.0, 4270.0, 4330.0, 4270.0, 4300.0, 4270.0, 4289.0, 4260.0, 4289.0, 4269.0, 4269.0, 4291.0, 4260.0, 4291.0, 4262.0, 4299.0, 4271.0, 4311.0, 4280.0, 4320.0, 4271.0, 4291.0, 4272.0, 4278.0, 4279.0, 4280.0, 4301.0, 4272.0, 4289.0, 4261.0, 4301.0, 4260.0, 4291.0, 4269.0, 4302.0, 4280.0, 4312.0, 4283.0, 4263.0, 4282.0, 4282.0, 4282.0, 4271.0, 4312.0, 4261.0, 4301.0, 4260.0, 4300.0, 4261.0, 4299.0, 4271.0, 4310.0, 4271.0, 4292.0, 4272.0, 4292.0, 4271.0, 4280.0, 4281.0, 4292.0, 4292.0, 4261.0, 4292.0, 4272.0, 4300.0, 4260.0, 4302.0, 4261.0, 4312.0, 4270.0, 4300.0, 4271.0, 4272.0, 4271.0, 4259.0, 4302.0, 4261.0, 4323.0, 4271.0, 4312.0, 4273.0, 4301.0, 4271.0, 4302.0, 4311.0, 4299.0, 4278.0, 4269.0, 4290.0, 4260.0, 4289.0, 4258.0, 4300.0, 4271.0, 4310.0, 4269.0, 4301.0, 4270.0, 4278.0, 4270.0, 4279.0, 4279.0, 4258.0, 4279.0, 4261.0, 4290.0, 4259.0, 4292.0, 4271.0, 4302.0, 4260.0, 4303.0, 4273.0, 4313.0, 4262.0, 4301.0, 4271.0, 4313.0, 4282.0, 4332.0, 4271.0, 4300.0, 4261.0, 4300.0, 4270.0, 4301.0, 4291.0, 4329.0, 4259.0, 4271.0, 4269.0, 4271.0, 4281.0, 4261.0, 4301.0, 4270.0, 4300.0, 4261.0, 4299.0, 4271.0, 4289.0, 4258.0, 4311.0, 4268.0, 4299.0, 4260.0, 4298.0, 4260.0, 4300.0, 4260.0, 4299.0, 4270.0, 4310.0, 4271.0, 4301.0, 4259.0, 4301.0, 4271.0, 4311.0, 4269.0, 4300.0, 4290.0, 4330.0, 4259.0, 4318.0, 4260.0, 4310.0, 4258.0, 4298.0, 4259.0, 4298.0, 4269.0, 4288.0, 4270.0, 4272.0, 4270.0, 4289.0, 4282.0, 4310.0, 4281.0, 4301.0, 4269.0, 4280.0, 4261.0, 4300.0, 4259.0, 4299.0, 4270.0, 4289.0, 4270.0, 4271.0, 4259.0, 4271.0, 4281.0, 4261.0, 4292.0, 4271.0, 4292.0, 4271.0, 4292.0, 4260.0, 4281.0, 4268.0, 4290.0, 4271.0, 4289.0, 4271.0, 4290.0, 4260.0, 4301.0, 4259.0, 4320.0, 4269.0, 4300.0, 4270.0, 4300.0, 4259.0, 4300.0, 4271.0, 4290.0, 4269.0, 4280.0, 4272.0, 4260.0, 4270.0, 4292.0, 4271.0, 4310.0, 4290.0, 4260.0, 4292.0, 4274.0, 4303.0, 4274.0, 4293.0, 4285.0, 4314.0, 4303.0, 4295.0, 4285.0, 4295.0, 4282.0, 4333.0, 4271.0, 4312.0, 4270.0, 4340.0, 4259.0, 4300.0, 4260.0, 4299.0, 4258.0, 4300.0, 4270.0, 4312.0, 4273.0, 4292.0, 4283.0, 4301.0, 4272.0, 4311.0, 4270.0, 4309.0, 4259.0, 4330.0, 4259.0, 4289.0, 4259.0, 4288.0, 4259.0, 4291.0, 4271.0, 4280.0, 4271.0, 4262.0, 4281.0, 4271.0, 4282.0, 4299.0, 4290.0, 4340.0, 4299.0, 4268.0, 4268.0, 4259.0, 4268.0, 4258.0, 4278.0, 4278.0, 4289.0, 4268.0, 4289.0, 4259.0, 4288.0, 4257.0, 4279.0, 4268.0, 4269.0, 4299.0, 4260.0, 4302.0, 4271.0, 4295.0, 4311.0, 4284.0, 4298.0, 4254.0, 4316.0, 4245.0, 4258.0, 4293.0, 4259.0, 4343.0, 4302.0, 4282.0, 4300.0, 4261.0, 4332.0, 4299.0, 4311.0, 4279.0, 4329.0, 4266.0, 4337.0, 4307.0, 4293.0, 4274.0, 4246.0, 4285.0, 4255.0, 4274.0, 4256.0, 4266.0, 4276.0, 4266.0, 4277.0, 4247.0, 4287.0, 4257.0, 4286.0, 4268.0, 4277.0, 4276.0, 4258.0, 4277.0, 4246.0, 4286.0, 4257.0, 4267.0, 4268.0, 4256.0, 4289.0, 4248.0, 4297.0, 4258.0, 4277.0, 4256.0, 4276.0, 4258.0, 4276.0, 4276.0, 4258.0, 4289.0, 4248.0, 4288.0, 4259.0, 4269.0, 4268.0, 4268.0, 4299.0, 4258.0, 4289.0, 4259.0, 4261.0, 4270.0, 4287.0, 4280.0, 4259.0, 4290.0, 4249.0, 4298.0, 4260.0, 4277.0, 4259.0, 4269.0, 4280.0, 4270.0, 4311.0, 4272.0, 4301.0, 4261.0, 4310.0, 4270.0, 4298.0, 4269.0, 4330.0, 4268.0, 4270.0, 4258.0, 4259.0, 4278.0, 4259.0, 4290.0, 4281.0, 4281.0, 4281.0, 4271.0, 4301.0, 4270.0, 4299.0, 4262.0, 4291.0, 4281.0, 4260.0, 4290.0, 4262.0, 4291.0, 4272.0, 4271.0, 4284.0, 4291.0, 4300.0, 4270.0, 4302.0, 4261.0, 4300.0, 4260.0, 4299.0, 4270.0, 4340.0, 4270.0, 4291.0, 4270.0, 4260.0, 4280.0, 4258.0, 4300.0, 4269.0, 4301.0, 4272.0, 4292.0, 4271.0, 4272.0, 4290.0, 4260.0, 4300.0, 4269.0, 4321.0, 4269.0, 4298.0, 4258.0, 4289.0, 4259.0, 4287.0, 4269.0, 4288.0, 4299.0, 4259.0, 4279.0, 4270.0, 4287.0, 4248.0, 4288.0, 4258.0, 4311.0, 4269.0, 4308.0, 4270.0, 4299.0, 4260.0, 4299.0, 4259.0, 4298.0, 4268.0, 4289.0, 4259.0, 4271.0, 4260.0, 4271.0, 4280.0, 4260.0, 4281.0, 4259.0, 4301.0, 4272.0, 4300.0, 4272.0, 4290.0, 4300.0, 4269.0, 4329.0, 4279.0, 4328.0, 4258.0, 4320.0, 4259.0, 4279.0, 4258.0, 4278.0, 4271.0, 4289.0, 4281.0, 4291.0, 4281.0, 4261.0, 4271.0, 4268.0, 4279.0, 4290.0, 4280.0, 4319.0, 4301.0, 4331.0, 4289.0, 4258.0, 4269.0, 4247.0, 4269.0, 4298.0, 4267.0, 4299.0, 4269.0, 4298.0, 4248.0, 4289.0, 4258.0, 4289.0, 4258.0, 4298.0, 4260.0, 4300.0, 4271.0, 4331.0, 4261.0, 4319.0, 4260.0, 4298.0, 4259.0, 4298.0, 4248.0, 4308.0, 4259.0, 4298.0, 4257.0, 4288.0, 4258.0, 4298.0, 4258.0, 4299.0, 4268.0, 4300.0, 4260.0, 4299.0, 4259.0, 4299.0, 4259.0, 4299.0, 4269.0, 4279.0, 4270.0, 4261.0, 4270.0, 4259.0, 4271.0, 4299.0, 4282.0, 4324.0, 4299.0, 4282.0, 4281.0, 4260.0, 4281.0, 4259.0, 4300.0, 4271.0, 4321.0, 4271.0, 4302.0, 4282.0, 4312.0, 4282.0, 4302.0, 4312.0, 4293.0, 4290.0, 4281.0, 4301.0, 4270.0, 4310.0, 4260.0, 4312.0, 4271.0, 4340.0, 4289.0, 4332.0, 4270.0, 4290.0, 4270.0, 4258.0, 4280.0, 4267.0, 4298.0, 4268.0, 4318.0, 4259.0, 4299.0, 4268.0, 4296.0, 4269.0, 4287.0, 4278.0, 4259.0, 4278.0, 4270.0, 4298.0, 4259.0, 4300.0, 4269.0, 4310.0, 4280.0, 4319.0, 4258.0, 4319.0, 4258.0, 4308.0, 4269.0, 4299.0, 4270.0, 4298.0, 4269.0, 4301.0, 4270.0, 4268.0, 4269.0, 4257.0, 4301.0, 4269.0, 4309.0, 4260.0, 4311.0, 4270.0, 4288.0, 4270.0, 4278.0, 4280.0, 4280.0, 4288.0, 4260.0, 4309.0, 4270.0, 4308.0, 4259.0, 4308.0, 4282.0, 4310.0, 4299.0, 4279.0, 4268.0, 4269.0, 4278.0, 4258.0, 4290.0, 4259.0, 4309.0, 4269.0, 4309.0, 4270.0, 4289.0, 4270.0, 4280.0, 4292.0, 4269.0, 4290.0, 4261.0, 4299.0, 4259.0, 4299.0, 4270.0, 4309.0, 4280.0, 4331.0, 4269.0, 4279.0, 4268.0, 4259.0, 4291.0, 4271.0, 4321.0, 4280.0, 4309.0, 4271.0, 4260.0, 4279.0, 4279.0, 4310.0, 4269.0, 4329.0, 4290.0, 4330.0, 4269.0, 4259.0, 4269.0, 4258.0, 4278.0, 4260.0, 4309.0, 4280.0, 4268.0, 4289.0, 4270.0, 4280.0, 4271.0, 4290.0, 4281.0, 4279.0, 4315.0, 4300.0, 4325.0, 4283.0, 4296.0, 4242.0, 4263.0, 4265.0, 4255.0, 4288.0, 4258.0, 4297.0, 4269.0, 4278.0, 4267.0, 4269.0, 4291.0, 4291.0, 4351.0, 4311.0, 4271.0, 4280.0, 4269.0, 4260.0, 4330.0, 4271.0, 4352.0, 4269.0, 4321.0, 4269.0, 4278.0, 4279.0, 4267.0, 4309.0, 4259.0, 4299.0, 4268.0, 4277.0, 4257.0, 4258.0, 4268.0, 4267.0, 4299.0, 4269.0, 4289.0, 4260.0, 4271.0, 4291.0, 4259.0, 4289.0, 4260.0, 4301.0, 4259.0, 4311.0, 4273.0, 4291.0, 4272.0, 4282.0, 4281.0, 4271.0, 4311.0, 4270.0, 4303.0, 4282.0, 4283.0, 4282.0, 4262.0, 4293.0, 4272.0, 4321.0, 4282.0, 4302.0, 4293.0, 4282.0, 4300.0, 4270.0, 4301.0, 4290.0, 4271.0, 4299.0, 4271.0, 4301.0, 4303.0, 4294.0, 4365.0, 4284.0, 4284.0, 4290.0, 4269.0, 4289.0, 4268.0, 4308.0, 4279.0, 4269.0, 4300.0, 4279.0, 4269.0, 4269.0, 4259.0, 4299.0, 4310.0, 4300.0, 4339.0, 4309.0, 4338.0, 4295.0, 4284.0, 4315.0, 4275.0, 4265.0, 4264.0, 4245.0, 4274.0, 4265.0, 4278.0, 4317.0, 4294.0, 4268.0, 4285.0, 4252.0, 4255.0, 4265.0, 4257.0, 4278.0, 4268.0, 4300.0, 4279.0, 4270.0, 4288.0, 4259.0, 4289.0, 4268.0, 4248.0, 4279.0, 4260.0, 4318.0, 4268.0, 4260.0, 4269.0, 4259.0, 4299.0, 4270.0, 4309.0, 4278.0, 4269.0, 4288.0, 4260.0, 4288.0, 4269.0, 4259.0, 4269.0, 4260.0, 4299.0, 4269.0, 4280.0, 4269.0, 4268.0, 4278.0, 4258.0, 4299.0, 4270.0, 4309.0, 4279.0, 4270.0, 4280.0, 4258.0, 4288.0, 4260.0, 4279.0, 4281.0, 4270.0, 4292.0, 4271.0, 4290.0, 4271.0, 4269.0, 4271.0, 4259.0, 4302.0, 4269.0, 4331.0, 4272.0, 4271.0, 4270.0, 4259.0, 4280.0, 4261.0, 4312.0, 4273.0, 4324.0, 4271.0, 4271.0, 4281.0, 4269.0, 4300.0, 4270.0, 4310.0, 4281.0, 4300.0, 4271.0, 4273.0, 4291.0, 4270.0, 4310.0, 4282.0, 4331.0, 4312.0, 4301.0, 4280.0, 4269.0, 4279.0, 4256.0, 4289.0, 4269.0, 4309.0, 4270.0, 4301.0, 4269.0, 4259.0, 4279.0, 4258.0, 4300.0, 4270.0, 4311.0, 4270.0, 4260.0, 4281.0, 4260.0, 4298.0, 4281.0, 4310.0, 4281.0, 4270.0, 4281.0, 4262.0, 4295.0, 4320.0, 4265.0, 4275.0, 4276.0, 4256.0, 4297.0, 4259.0, 4281.0, 4271.0, 4271.0, 4291.0, 4272.0, 4303.0, 4262.0, 4302.0, 4272.0, 4301.0, 4270.0, 4311.0, 4270.0, 4332.0, 4271.0, 4309.0, 4270.0, 4298.0, 4270.0, 4311.0, 4270.0, 4300.0, 4270.0, 4260.0, 4280.0, 4258.0, 4279.0, 4269.0, 4290.0, 4258.0, 4299.0, 4258.0, 4291.0, 4260.0, 4299.0, 4280.0, 4300.0, 4289.0, 4270.0, 4269.0, 4260.0, 4279.0, 4259.0, 4289.0, 4259.0, 4300.0, 4258.0, 4288.0, 4260.0, 4300.0, 4260.0, 4300.0, 4271.0, 4299.0, 4269.0, 4262.0, 4280.0, 4272.0, 4291.0, 4281.0, 4312.0, 4282.0, 4312.0, 4280.0, 4273.0, 4292.0, 4260.0, 4312.0, 4281.0, 4321.0, 4303.0, 4311.0, 4270.0, 4279.0, 4270.0, 4279.0, 4278.0, 4289.0, 4309.0, 4269.0, 4278.0, 4258.0, 4288.0, 4257.0, 4285.0, 4260.0, 4300.0, 4270.0, 4287.0, 4269.0, 4260.0, 4280.0, 4270.0, 4278.0, 4270.0, 4291.0, 4270.0, 4311.0, 4281.0, 4302.0, 4271.0, 4281.0, 4268.0, 4302.0, 4281.0, 4290.0, 4289.0, 4259.0, 4289.0, 4271.0, 4288.0, 4259.0, 4299.0, 4271.0, 4301.0, 4270.0, 4261.0, 4270.0, 4259.0, 4301.0, 4259.0, 4310.0, 4269.0, 4300.0, 4268.0, 4278.0, 4270.0, 4289.0, 4299.0, 4270.0, 4291.0, 4261.0, 4300.0, 4260.0, 4289.0, 4269.0, 4291.0, 4279.0, 4270.0, 4290.0, 4260.0, 4288.0, 4259.0, 4269.0, 4270.0, 4269.0, 4289.0, 4270.0, 4300.0, 4271.0, 4300.0, 4259.0, 4287.0, 4270.0, 4290.0, 4270.0, 4290.0, 4268.0, 4272.0, 4280.0, 4260.0, 4299.0, 4270.0, 4300.0, 4282.0, 4292.0, 4281.0, 4261.0, 4292.0, 4262.0, 4291.0, 4271.0, 4310.0, 4271.0, 4311.0, 4270.0, 4300.0, 4271.0, 4300.0, 4261.0, 4299.0, 4281.0, 4290.0, 4270.0, 4271.0, 4281.0, 4260.0, 4289.0, 4261.0, 4300.0, 4270.0, 4311.0, 4270.0, 4260.0, 4280.0, 4270.0, 4289.0, 4260.0, 4300.0, 4271.0, 4321.0, 4271.0, 4313.0, 4271.0, 4291.0, 4269.0, 4278.0, 4300.0, 4270.0, 4301.0, 4260.0, 4300.0, 4259.0, 4298.0, 4259.0, 4288.0, 4269.0, 4299.0, 4270.0, 4290.0, 4260.0, 4271.0, 4270.0, 4259.0, 4302.0, 4272.0, 4311.0, 4272.0, 4282.0, 4269.0, 4260.0, 4282.0, 4291.0, 4291.0, 4309.0, 4300.0, 4270.0, 4278.0, 4259.0, 4278.0, 4247.0, 4288.0, 4268.0, 4319.0, 4259.0, 4289.0, 4258.0, 4277.0, 4265.0, 4256.0, 4277.0, 4258.0, 4299.0, 4259.0, 4289.0, 4259.0, 4289.0, 4258.0, 4297.0, 4268.0, 4279.0, 4278.0, 4258.0, 4279.0, 4258.0, 4278.0, 4257.0, 4290.0, 4259.0, 4299.0, 4259.0, 4289.0, 4271.0, 4290.0, 4269.0, 4299.0, 4280.0, 4298.0, 4270.0, 4291.0, 4270.0, 4259.0, 4281.0, 4269.0, 4300.0, 4269.0, 4332.0, 4271.0, 4301.0, 4271.0, 4299.0, 4279.0, 4277.0, 4289.0, 4271.0, 4321.0, 4270.0, 4299.0, 4269.0, 4298.0, 4269.0, 4299.0, 4269.0, 4260.0, 4269.0, 4270.0, 4278.0, 4260.0, 4298.0, 4269.0, 4298.0, 4278.0, 4270.0, 4269.0, 4273.0, 4276.0, 4271.0, 4300.0, 4279.0, 4289.0, 4280.0, 4271.0, 4282.0, 4318.0, 4299.0, 4316.0, 4284.0, 4272.0, 4302.0, 4311.0, 4303.0, 4352.0, 4312.0, 4340.0, 4311.0, 4330.0, 4309.0, 4309.0, 4340.0, 4258.0, 4307.0, 4258.0, 4268.0, 4310.0, 4267.0, 4269.0, 4279.0, 4268.0, 4270.0, 4292.0, 4270.0, 4322.0, 4291.0, 4271.0, 4280.0, 4271.0, 4291.0, 4289.0, 4269.0, 4280.0, 4259.0, 4310.0, 4269.0, 4269.0, 4288.0, 4268.0, 4256.0, 4266.0, 4255.0, 4328.0, 4318.0, 4278.0, 4290.0, 4278.0, 4269.0, 4267.0, 4279.0, 4258.0, 4258.0, 4257.0, 4256.0, 4242.0, 4266.0, 4248.0, 4266.0, 4247.0, 4320.0, 4268.0, 4267.0, 4306.0, 4265.0, 4265.0, 4298.0, 4291.0, 4266.0, 4293.0, 4303.0, 4329.0, 4324.0, 4325.0, 4338.0, 4349.0, 4332.0, 4287.0, 4336.0, 4296.0, 4316.0, 4293.0, 4294.0, 4281.0, 4242.0, 4261.0, 4228.0, 4269.0, 4240.0, 4271.0, 4251.0, 4241.0, 4251.0, 4244.0, 4264.0, 4244.0, 4274.0, 4254.0, 4246.0, 4265.0, 4257.0, 4267.0, 4268.0, 4287.0, 4267.0, 4297.0, 4268.0, 4288.0, 4277.0, 4258.0, 4278.0, 4267.0, 4288.0, 4269.0, 4288.0, 4269.0, 4309.0, 4270.0, 4300.0, 4271.0, 4279.0, 4270.0, 4289.0, 4271.0, 4309.0, 4281.0, 4302.0, 4278.0, 4259.0, 4280.0, 4258.0, 4291.0, 4268.0, 4300.0, 4269.0, 4301.0, 4271.0, 4300.0, 4272.0, 4299.0, 4281.0, 4309.0, 4269.0, 4258.0, 4280.0, 4269.0, 4288.0, 4270.0, 4301.0, 4271.0, 4309.0, 4270.0, 4300.0, 4271.0, 4298.0, 4267.0, 4298.0, 4269.0, 4338.0, 4258.0, 4288.0, 4268.0, 4286.0, 4270.0, 4298.0, 4269.0, 4298.0, 4259.0, 4287.0, 4269.0, 4288.0, 4257.0, 4298.0, 4268.0, 4300.0, 4268.0, 4298.0, 4259.0, 4307.0, 4269.0, 4288.0, 4267.0, 4288.0, 4269.0, 4289.0, 4269.0, 4288.0, 4258.0, 4287.0, 4267.0, 4298.0, 4289.0, 4299.0, 4268.0, 4297.0, 4258.0, 4297.0, 4266.0, 4307.0, 4266.0, 4296.0, 4255.0, 4275.0, 4254.0, 4276.0, 4269.0, 4298.0, 4279.0, 4288.0, 4267.0, 4289.0, 4260.0, 4297.0, 4269.0, 4307.0, 4278.0, 4306.0, 4256.0, 4286.0, 4255.0, 4264.0, 4253.0, 4265.0, 4274.0, 4264.0, 4243.0, 4264.0, 4254.0, 4265.0, 4255.0, 4277.0, 4255.0, 4287.0, 4258.0, 4275.0, 4246.0, 4276.0, 4277.0, 4276.0, 4305.0, 4275.0, 4246.0, 4266.0, 4257.0, 4267.0, 4257.0, 4267.0, 4297.0, 4286.0, 4257.0, 4277.0, 4257.0, 4278.0, 4258.0, 4286.0, 4258.0, 4288.0, 4256.0, 4297.0, 4257.0, 4298.0, 4258.0, 4298.0, 4257.0, 4297.0, 4267.0, 4308.0, 4266.0, 4277.0, 4257.0, 4248.0, 4278.0, 4257.0, 4278.0, 4266.0, 4287.0, 4256.0, 4275.0, 4257.0, 4276.0, 4256.0, 4287.0, 4257.0, 4298.0, 4278.0, 4299.0, 4258.0, 4288.0, 4257.0, 4275.0, 4268.0, 4299.0, 4285.0, 4282.0, 4267.0, 4245.0, 4277.0, 4257.0, 4288.0, 4270.0, 4301.0, 4282.0, 4291.0, 4290.0, 4272.0, 4291.0, 4269.0, 4288.0, 4269.0, 4290.0, 4268.0, 4319.0, 4259.0, 4289.0, 4256.0, 4298.0, 4258.0, 4296.0, 4267.0, 4326.0, 4266.0, 4296.0, 4256.0, 4296.0, 4256.0, 4296.0, 4267.0, 4297.0, 4268.0, 4267.0, 4266.0, 4256.0, 4277.0, 4257.0, 4286.0, 4269.0, 4298.0, 4257.0, 4287.0, 4268.0, 4287.0, 4258.0, 4286.0, 4269.0, 4298.0, 4280.0, 4299.0, 4269.0, 4290.0, 4269.0, 4278.0, 4280.0, 4277.0, 4289.0, 4269.0, 4288.0, 4270.0, 4290.0, 4269.0, 4298.0, 4271.0, 4312.0, 4292.0, 4312.0, 4273.0, 4311.0, 4272.0, 4280.0, 4281.0, 4280.0, 4291.0, 4270.0, 4312.0, 4272.0, 4301.0, 4271.0, 4299.0, 4270.0, 4309.0, 4280.0, 4289.0, 4269.0, 4261.0, 4279.0, 4279.0, 4288.0, 4260.0, 4299.0, 4271.0, 4309.0, 4269.0, 4311.0, 4269.0, 4269.0, 4281.0, 4269.0, 4290.0, 4271.0, 4301.0, 4261.0, 4301.0, 4271.0, 4280.0, 4291.0, 4269.0, 4302.0, 4272.0, 4322.0, 4282.0, 4320.0, 4268.0, 4318.0, 4298.0, 4299.0, 4309.0, 4269.0, 4287.0, 4279.0, 4277.0, 4267.0, 4296.0, 4258.0, 4328.0, 4257.0, 4257.0, 4258.0, 4258.0, 4277.0, 4268.0, 4299.0, 4269.0, 4310.0, 4269.0, 4297.0, 4267.0, 4288.0, 4268.0, 4298.0, 4279.0, 4272.0, 4293.0, 4281.0, 4290.0, 4269.0, 4288.0, 4293.0, 4269.0, 4289.0, 4269.0, 4289.0, 4270.0, 4301.0, 4268.0, 4297.0, 4289.0, 4267.0, 4277.0, 4269.0, 4279.0, 4280.0, 4282.0, 4280.0, 4281.0, 4301.0, 4323.0, 4292.0, 4282.0, 4331.0, 4281.0, 4310.0, 4301.0, 4270.0, 4310.0, 4258.0, 4328.0, 4279.0, 4339.0, 4307.0, 4289.0, 4278.0, 4257.0, 4277.0, 4257.0, 4268.0, 4299.0, 4279.0, 4271.0, 4269.0, 4271.0, 4290.0, 4260.0, 4289.0, 4281.0, 4280.0, 4311.0, 4270.0, 4331.0, 4268.0, 4260.0, 4278.0, 4257.0, 4308.0, 4267.0, 4327.0, 4268.0, 4339.0, 4257.0, 4258.0, 4266.0, 4257.0, 4287.0, 4269.0, 4299.0, 4268.0, 4269.0, 4289.0, 4259.0, 4288.0, 4268.0, 4298.0, 4279.0, 4287.0, 4269.0, 4258.0, 4287.0, 4259.0, 4288.0, 4269.0, 4269.0, 4317.0, 4273.0], 'WindowWidth': [9562.0, 9504.0, 9580.0, 9524.0, 9577.0, 9474.0, 9460.0, 9482.0, 9450.0, 9476.0, 9447.0, 9489.0, 9449.0, 9544.0, 9465.0, 9455.0, 9465.0, 9457.0, 9494.0, 9475.0, 9515.0, 9489.0, 9501.0, 9476.0, 9504.0, 9472.0, 9471.0, 9499.0, 9469.0, 9512.0, 9456.0, 9511.0, 9456.0, 9497.0, 9472.0, 9499.0, 9487.0, 9483.0, 9480.0, 9456.0, 9497.0, 9456.0, 9507.0, 9455.0, 9510.0, 9470.0, 9549.0, 9471.0, 9511.0, 9470.0, 9493.0, 9457.0, 9495.0, 9470.0, 9469.0, 9498.0, 9459.0, 9498.0, 9460.0, 9509.0, 9472.0, 9526.0, 9484.0, 9539.0, 9472.0, 9498.0, 9474.0, 9479.0, 9481.0, 9482.0, 9512.0, 9474.0, 9495.0, 9460.0, 9511.0, 9457.0, 9498.0, 9471.0, 9516.0, 9487.0, 9531.0, 9492.0, 9467.0, 9491.0, 9488.0, 9489.0, 9472.0, 9528.0, 9461.0, 9514.0, 9459.0, 9511.0, 9459.0, 9509.0, 9474.0, 9524.0, 9473.0, 9504.0, 9476.0, 9504.0, 9474.0, 9484.0, 9488.0, 9501.0, 9504.0, 9461.0, 9501.0, 9477.0, 9511.0, 9458.0, 9514.0, 9460.0, 9528.0, 9472.0, 9513.0, 9475.0, 9479.0, 9474.0, 9457.0, 9517.0, 9461.0, 9546.0, 9474.0, 9530.0, 9478.0, 9514.0, 9473.0, 9513.0, 9526.0, 9508.0, 9479.0, 9468.0, 9495.0, 9457.0, 9492.0, 9452.0, 9509.0, 9472.0, 9523.0, 9467.0, 9514.0, 9470.0, 9478.0, 9469.0, 9481.0, 9481.0, 9452.0, 9481.0, 9460.0, 9497.0, 9457.0, 9500.0, 9474.0, 9515.0, 9458.0, 9520.0, 9481.0, 9532.0, 9463.0, 9514.0, 9474.0, 9530.0, 9489.0, 9557.0, 9473.0, 9513.0, 9459.0, 9509.0, 9470.0, 9511.0, 9498.0, 9549.0, 9455.0, 9475.0, 9470.0, 9474.0, 9488.0, 9460.0, 9515.0, 9470.0, 9511.0, 9462.0, 9509.0, 9474.0, 9496.0, 9452.0, 9525.0, 9465.0, 9507.0, 9457.0, 9506.0, 9458.0, 9510.0, 9457.0, 9509.0, 9472.0, 9525.0, 9472.0, 9514.0, 9458.0, 9512.0, 9473.0, 9525.0, 9469.0, 9510.0, 9497.0, 9550.0, 9454.0, 9534.0, 9457.0, 9523.0, 9453.0, 9505.0, 9456.0, 9506.0, 9469.0, 9495.0, 9472.0, 9476.0, 9472.0, 9494.0, 9488.0, 9524.0, 9485.0, 9512.0, 9469.0, 9485.0, 9459.0, 9509.0, 9455.0, 9508.0, 9469.0, 9495.0, 9471.0, 9473.0, 9457.0, 9476.0, 9489.0, 9460.0, 9504.0, 9475.0, 9503.0, 9475.0, 9502.0, 9458.0, 9486.0, 9467.0, 9498.0, 9472.0, 9494.0, 9474.0, 9497.0, 9458.0, 9513.0, 9456.0, 9539.0, 9470.0, 9511.0, 9472.0, 9511.0, 9456.0, 9510.0, 9475.0, 9498.0, 9470.0, 9487.0, 9477.0, 9462.0, 9474.0, 9502.0, 9476.0, 9527.0, 9499.0, 9460.0, 9505.0, 9486.0, 9522.0, 9483.0, 9508.0, 9500.0, 9537.0, 9522.0, 9512.0, 9499.0, 9514.0, 9493.0, 9560.0, 9475.0, 9530.0, 9471.0, 9564.0, 9455.0, 9511.0, 9458.0, 9508.0, 9455.0, 9510.0, 9473.0, 9530.0, 9478.0, 9506.0, 9492.0, 9516.0, 9476.0, 9526.0, 9470.0, 9523.0, 9452.0, 9549.0, 9455.0, 9495.0, 9455.0, 9492.0, 9456.0, 9499.0, 9473.0, 9485.0, 9474.0, 9465.0, 9488.0, 9474.0, 9489.0, 9508.0, 9498.0, 9563.0, 9506.0, 9466.0, 9465.0, 9456.0, 9466.0, 9450.0, 9479.0, 9477.0, 9493.0, 9464.0, 9492.0, 9454.0, 9491.0, 9451.0, 9481.0, 9469.0, 9469.0, 9510.0, 9459.0, 9518.0, 9475.0, 9516.0, 9546.0, 9497.0, 9505.0, 9437.0, 9523.0, 9429.0, 9450.0, 9507.0, 9456.0, 9575.0, 9517.0, 9490.0, 9511.0, 9460.0, 9555.0, 9509.0, 9525.0, 9481.0, 9544.0, 9459.0, 9553.0, 9511.0, 9490.0, 9466.0, 9431.0, 9484.0, 9444.0, 9468.0, 9444.0, 9458.0, 9473.0, 9458.0, 9474.0, 9436.0, 9487.0, 9448.0, 9484.0, 9462.0, 9473.0, 9471.0, 9449.0, 9474.0, 9434.0, 9487.0, 9449.0, 9460.0, 9464.0, 9447.0, 9492.0, 9438.0, 9502.0, 9451.0, 9475.0, 9446.0, 9471.0, 9450.0, 9473.0, 9473.0, 9450.0, 9491.0, 9439.0, 9492.0, 9453.0, 9466.0, 9466.0, 9463.0, 9507.0, 9453.0, 9495.0, 9454.0, 9460.0, 9469.0, 9489.0, 9482.0, 9453.0, 9496.0, 9441.0, 9505.0, 9459.0, 9477.0, 9453.0, 9467.0, 9483.0, 9468.0, 9525.0, 9475.0, 9513.0, 9459.0, 9523.0, 9469.0, 9507.0, 9467.0, 9548.0, 9464.0, 9469.0, 9453.0, 9456.0, 9479.0, 9456.0, 9499.0, 9488.0, 9486.0, 9486.0, 9474.0, 9515.0, 9473.0, 9509.0, 9463.0, 9500.0, 9487.0, 9458.0, 9500.0, 9465.0, 9503.0, 9477.0, 9474.0, 9494.0, 9501.0, 9512.0, 9473.0, 9515.0, 9462.0, 9511.0, 9457.0, 9510.0, 9470.0, 9563.0, 9471.0, 9500.0, 9471.0, 9458.0, 9483.0, 9453.0, 9511.0, 9469.0, 9513.0, 9477.0, 9503.0, 9474.0, 9476.0, 9498.0, 9456.0, 9513.0, 9468.0, 9537.0, 9468.0, 9505.0, 9453.0, 9495.0, 9455.0, 9490.0, 9469.0, 9492.0, 9506.0, 9455.0, 9480.0, 9471.0, 9490.0, 9439.0, 9492.0, 9453.0, 9525.0, 9468.0, 9520.0, 9471.0, 9509.0, 9457.0, 9508.0, 9455.0, 9506.0, 9467.0, 9494.0, 9455.0, 9474.0, 9458.0, 9474.0, 9485.0, 9457.0, 9488.0, 9457.0, 9513.0, 9476.0, 9513.0, 9478.0, 9500.0, 9511.0, 9469.0, 9550.0, 9481.0, 9547.0, 9452.0, 9537.0, 9456.0, 9483.0, 9455.0, 9478.0, 9474.0, 9495.0, 9487.0, 9499.0, 9486.0, 9463.0, 9474.0, 9469.0, 9484.0, 9496.0, 9484.0, 9534.0, 9511.0, 9550.0, 9492.0, 9453.0, 9467.0, 9438.0, 9468.0, 9506.0, 9464.0, 9508.0, 9466.0, 9505.0, 9440.0, 9494.0, 9454.0, 9494.0, 9454.0, 9507.0, 9457.0, 9512.0, 9473.0, 9555.0, 9461.0, 9537.0, 9459.0, 9507.0, 9455.0, 9506.0, 9438.0, 9518.0, 9454.0, 9505.0, 9451.0, 9492.0, 9452.0, 9505.0, 9452.0, 9507.0, 9465.0, 9511.0, 9457.0, 9508.0, 9457.0, 9508.0, 9456.0, 9509.0, 9469.0, 9484.0, 9473.0, 9462.0, 9472.0, 9456.0, 9475.0, 9510.0, 9489.0, 9552.0, 9527.0, 9492.0, 9488.0, 9459.0, 9489.0, 9456.0, 9513.0, 9474.0, 9542.0, 9477.0, 9522.0, 9494.0, 9532.0, 9491.0, 9518.0, 9531.0, 9504.0, 9499.0, 9491.0, 9516.0, 9475.0, 9525.0, 9460.0, 9530.0, 9474.0, 9565.0, 9497.0, 9557.0, 9472.0, 9498.0, 9470.0, 9453.0, 9483.0, 9463.0, 9507.0, 9465.0, 9534.0, 9456.0, 9508.0, 9466.0, 9501.0, 9469.0, 9491.0, 9480.0, 9455.0, 9480.0, 9473.0, 9508.0, 9458.0, 9510.0, 9470.0, 9526.0, 9484.0, 9535.0, 9455.0, 9536.0, 9455.0, 9520.0, 9469.0, 9509.0, 9472.0, 9506.0, 9469.0, 9514.0, 9471.0, 9469.0, 9469.0, 9452.0, 9514.0, 9468.0, 9523.0, 9457.0, 9527.0, 9473.0, 9495.0, 9471.0, 9480.0, 9485.0, 9485.0, 9494.0, 9459.0, 9523.0, 9473.0, 9520.0, 9457.0, 9521.0, 9490.0, 9523.0, 9507.0, 9484.0, 9468.0, 9469.0, 9479.0, 9453.0, 9497.0, 9455.0, 9523.0, 9470.0, 9524.0, 9473.0, 9497.0, 9473.0, 9485.0, 9503.0, 9471.0, 9499.0, 9463.0, 9511.0, 9457.0, 9509.0, 9472.0, 9523.0, 9483.0, 9553.0, 9470.0, 9484.0, 9468.0, 9457.0, 9500.0, 9473.0, 9542.0, 9484.0, 9526.0, 9474.0, 9459.0, 9482.0, 9481.0, 9524.0, 9469.0, 9549.0, 9497.0, 9551.0, 9469.0, 9457.0, 9467.0, 9452.0, 9478.0, 9458.0, 9522.0, 9483.0, 9467.0, 9498.0, 9472.0, 9487.0, 9476.0, 9498.0, 9488.0, 9481.0, 9539.0, 9532.0, 9556.0, 9494.0, 9496.0, 9418.0, 9449.0, 9457.0, 9444.0, 9491.0, 9453.0, 9504.0, 9468.0, 9479.0, 9463.0, 9467.0, 9500.0, 9502.0, 9583.0, 9527.0, 9475.0, 9485.0, 9470.0, 9459.0, 9551.0, 9474.0, 9585.0, 9470.0, 9539.0, 9468.0, 9478.0, 9480.0, 9462.0, 9521.0, 9454.0, 9507.0, 9465.0, 9478.0, 9450.0, 9450.0, 9465.0, 9464.0, 9507.0, 9467.0, 9496.0, 9457.0, 9473.0, 9499.0, 9456.0, 9497.0, 9456.0, 9512.0, 9455.0, 9527.0, 9478.0, 9502.0, 9476.0, 9489.0, 9489.0, 9474.0, 9529.0, 9474.0, 9519.0, 9492.0, 9495.0, 9491.0, 9463.0, 9506.0, 9478.0, 9543.0, 9490.0, 9518.0, 9508.0, 9495.0, 9512.0, 9472.0, 9514.0, 9498.0, 9473.0, 9508.0, 9476.0, 9514.0, 9521.0, 9511.0, 9609.0, 9497.0, 9497.0, 9499.0, 9470.0, 9495.0, 9466.0, 9521.0, 9484.0, 9469.0, 9511.0, 9484.0, 9470.0, 9467.0, 9455.0, 9508.0, 9524.0, 9508.0, 9562.0, 9519.0, 9557.0, 9496.0, 9479.0, 9521.0, 9468.0, 9456.0, 9454.0, 9429.0, 9466.0, 9455.0, 9478.0, 9549.0, 9515.0, 9464.0, 9481.0, 9434.0, 9441.0, 9455.0, 9448.0, 9478.0, 9465.0, 9510.0, 9481.0, 9470.0, 9493.0, 9456.0, 9495.0, 9466.0, 9438.0, 9481.0, 9456.0, 9535.0, 9467.0, 9458.0, 9468.0, 9456.0, 9508.0, 9470.0, 9522.0, 9480.0, 9468.0, 9495.0, 9457.0, 9493.0, 9468.0, 9453.0, 9468.0, 9457.0, 9510.0, 9469.0, 9485.0, 9467.0, 9467.0, 9479.0, 9453.0, 9507.0, 9470.0, 9521.0, 9481.0, 9471.0, 9484.0, 9455.0, 9493.0, 9457.0, 9481.0, 9488.0, 9470.0, 9502.0, 9475.0, 9499.0, 9474.0, 9470.0, 9473.0, 9456.0, 9516.0, 9470.0, 9554.0, 9477.0, 9476.0, 9472.0, 9458.0, 9484.0, 9461.0, 9529.0, 9477.0, 9547.0, 9475.0, 9476.0, 9487.0, 9470.0, 9513.0, 9474.0, 9526.0, 9489.0, 9515.0, 9476.0, 9481.0, 9502.0, 9473.0, 9527.0, 9490.0, 9555.0, 9528.0, 9514.0, 9485.0, 9470.0, 9481.0, 9448.0, 9496.0, 9467.0, 9522.0, 9470.0, 9513.0, 9469.0, 9457.0, 9481.0, 9453.0, 9511.0, 9472.0, 9529.0, 9472.0, 9460.0, 9485.0, 9457.0, 9507.0, 9488.0, 9525.0, 9487.0, 9472.0, 9488.0, 9463.0, 9514.0, 9537.0, 9454.0, 9468.0, 9471.0, 9446.0, 9504.0, 9456.0, 9487.0, 9474.0, 9474.0, 9503.0, 9478.0, 9520.0, 9465.0, 9517.0, 9477.0, 9513.0, 9471.0, 9526.0, 9471.0, 9556.0, 9474.0, 9522.0, 9470.0, 9505.0, 9471.0, 9523.0, 9469.0, 9510.0, 9469.0, 9458.0, 9483.0, 9451.0, 9482.0, 9466.0, 9496.0, 9453.0, 9508.0, 9454.0, 9499.0, 9457.0, 9508.0, 9484.0, 9509.0, 9494.0, 9470.0, 9468.0, 9456.0, 9482.0, 9453.0, 9495.0, 9453.0, 9511.0, 9453.0, 9493.0, 9457.0, 9509.0, 9457.0, 9510.0, 9474.0, 9509.0, 9469.0, 9464.0, 9487.0, 9478.0, 9501.0, 9487.0, 9529.0, 9489.0, 9531.0, 9487.0, 9480.0, 9504.0, 9461.0, 9530.0, 9489.0, 9541.0, 9517.0, 9527.0, 9472.0, 9484.0, 9470.0, 9479.0, 9480.0, 9493.0, 9521.0, 9466.0, 9478.0, 9452.0, 9491.0, 9450.0, 9486.0, 9456.0, 9509.0, 9470.0, 9492.0, 9469.0, 9460.0, 9485.0, 9473.0, 9481.0, 9470.0, 9500.0, 9472.0, 9527.0, 9488.0, 9517.0, 9475.0, 9486.0, 9469.0, 9513.0, 9486.0, 9496.0, 9496.0, 9456.0, 9496.0, 9474.0, 9493.0, 9455.0, 9508.0, 9473.0, 9512.0, 9471.0, 9462.0, 9472.0, 9456.0, 9512.0, 9456.0, 9525.0, 9469.0, 9512.0, 9467.0, 9480.0, 9471.0, 9495.0, 9510.0, 9471.0, 9501.0, 9463.0, 9512.0, 9459.0, 9495.0, 9469.0, 9499.0, 9482.0, 9469.0, 9497.0, 9457.0, 9494.0, 9455.0, 9467.0, 9470.0, 9468.0, 9495.0, 9470.0, 9511.0, 9473.0, 9512.0, 9455.0, 9491.0, 9471.0, 9496.0, 9470.0, 9496.0, 9468.0, 9476.0, 9484.0, 9459.0, 9509.0, 9473.0, 9513.0, 9491.0, 9503.0, 9487.0, 9464.0, 9503.0, 9463.0, 9500.0, 9473.0, 9526.0, 9472.0, 9528.0, 9473.0, 9512.0, 9474.0, 9510.0, 9460.0, 9510.0, 9486.0, 9498.0, 9470.0, 9475.0, 9486.0, 9458.0, 9494.0, 9458.0, 9510.0, 9472.0, 9526.0, 9470.0, 9459.0, 9484.0, 9471.0, 9494.0, 9457.0, 9510.0, 9472.0, 9540.0, 9472.0, 9530.0, 9473.0, 9500.0, 9468.0, 9480.0, 9510.0, 9469.0, 9512.0, 9459.0, 9512.0, 9456.0, 9505.0, 9454.0, 9492.0, 9468.0, 9508.0, 9469.0, 9498.0, 9457.0, 9474.0, 9471.0, 9455.0, 9517.0, 9477.0, 9528.0, 9477.0, 9490.0, 9470.0, 9460.0, 9488.0, 9498.0, 9501.0, 9521.0, 9509.0, 9470.0, 9477.0, 9453.0, 9477.0, 9435.0, 9491.0, 9463.0, 9532.0, 9452.0, 9493.0, 9451.0, 9475.0, 9458.0, 9446.0, 9475.0, 9449.0, 9506.0, 9453.0, 9494.0, 9454.0, 9493.0, 9451.0, 9503.0, 9465.0, 9478.0, 9477.0, 9453.0, 9480.0, 9451.0, 9479.0, 9450.0, 9497.0, 9455.0, 9508.0, 9456.0, 9497.0, 9474.0, 9498.0, 9470.0, 9509.0, 9485.0, 9507.0, 9472.0, 9501.0, 9471.0, 9456.0, 9486.0, 9469.0, 9511.0, 9469.0, 9555.0, 9474.0, 9513.0, 9472.0, 9508.0, 9483.0, 9477.0, 9496.0, 9471.0, 9538.0, 9470.0, 9508.0, 9468.0, 9504.0, 9467.0, 9506.0, 9466.0, 9456.0, 9468.0, 9470.0, 9478.0, 9456.0, 9506.0, 9468.0, 9507.0, 9480.0, 9471.0, 9470.0, 9482.0, 9473.0, 9473.0, 9511.0, 9484.0, 9496.0, 9488.0, 9478.0, 9492.0, 9550.0, 9528.0, 9544.0, 9499.0, 9481.0, 9520.0, 9531.0, 9520.0, 9589.0, 9531.0, 9567.0, 9527.0, 9550.0, 9522.0, 9520.0, 9562.0, 9451.0, 9516.0, 9449.0, 9466.0, 9524.0, 9464.0, 9470.0, 9482.0, 9467.0, 9474.0, 9506.0, 9474.0, 9546.0, 9501.0, 9475.0, 9488.0, 9477.0, 9500.0, 9495.0, 9468.0, 9482.0, 9456.0, 9523.0, 9465.0, 9466.0, 9491.0, 9464.0, 9446.0, 9457.0, 9442.0, 9543.0, 9529.0, 9477.0, 9496.0, 9478.0, 9466.0, 9460.0, 9481.0, 9451.0, 9452.0, 9446.0, 9443.0, 9418.0, 9455.0, 9434.0, 9456.0, 9434.0, 9536.0, 9464.0, 9460.0, 9510.0, 9455.0, 9454.0, 9504.0, 9502.0, 9460.0, 9491.0, 9504.0, 9548.0, 9532.0, 9538.0, 9559.0, 9576.0, 9557.0, 9490.0, 9553.0, 9498.0, 9523.0, 9490.0, 9490.0, 9471.0, 9418.0, 9441.0, 9396.0, 9451.0, 9414.0, 9456.0, 9430.0, 9418.0, 9432.0, 9427.0, 9452.0, 9428.0, 9467.0, 9443.0, 9433.0, 9458.0, 9450.0, 9463.0, 9465.0, 9490.0, 9465.0, 9504.0, 9467.0, 9492.0, 9478.0, 9453.0, 9480.0, 9466.0, 9493.0, 9469.0, 9494.0, 9471.0, 9523.0, 9473.0, 9514.0, 9475.0, 9484.0, 9473.0, 9496.0, 9477.0, 9524.0, 9489.0, 9517.0, 9483.0, 9458.0, 9487.0, 9456.0, 9501.0, 9469.0, 9512.0, 9470.0, 9514.0, 9474.0, 9513.0, 9478.0, 9511.0, 9489.0, 9524.0, 9472.0, 9456.0, 9486.0, 9470.0, 9496.0, 9473.0, 9514.0, 9474.0, 9524.0, 9472.0, 9512.0, 9473.0, 9508.0, 9466.0, 9507.0, 9467.0, 9561.0, 9454.0, 9492.0, 9466.0, 9489.0, 9470.0, 9506.0, 9468.0, 9505.0, 9454.0, 9492.0, 9468.0, 9492.0, 9452.0, 9507.0, 9469.0, 9510.0, 9468.0, 9508.0, 9456.0, 9519.0, 9468.0, 9493.0, 9465.0, 9493.0, 9469.0, 9496.0, 9469.0, 9494.0, 9454.0, 9491.0, 9465.0, 9506.0, 9495.0, 9509.0, 9467.0, 9502.0, 9451.0, 9505.0, 9460.0, 9516.0, 9459.0, 9499.0, 9444.0, 9469.0, 9442.0, 9473.0, 9471.0, 9508.0, 9484.0, 9494.0, 9466.0, 9496.0, 9458.0, 9504.0, 9469.0, 9517.0, 9479.0, 9514.0, 9446.0, 9485.0, 9442.0, 9455.0, 9438.0, 9456.0, 9465.0, 9454.0, 9428.0, 9456.0, 9443.0, 9456.0, 9443.0, 9476.0, 9445.0, 9489.0, 9452.0, 9472.0, 9433.0, 9475.0, 9475.0, 9475.0, 9510.0, 9471.0, 9435.0, 9461.0, 9450.0, 9464.0, 9449.0, 9464.0, 9502.0, 9490.0, 9449.0, 9476.0, 9451.0, 9477.0, 9452.0, 9488.0, 9451.0, 9490.0, 9447.0, 9504.0, 9450.0, 9505.0, 9453.0, 9505.0, 9451.0, 9503.0, 9464.0, 9518.0, 9461.0, 9478.0, 9449.0, 9439.0, 9479.0, 9450.0, 9479.0, 9459.0, 9489.0, 9450.0, 9474.0, 9449.0, 9473.0, 9447.0, 9489.0, 9451.0, 9505.0, 9480.0, 9509.0, 9453.0, 9493.0, 9450.0, 9472.0, 9466.0, 9511.0, 9501.0, 9494.0, 9460.0, 9431.0, 9476.0, 9451.0, 9492.0, 9473.0, 9513.0, 9490.0, 9502.0, 9501.0, 9478.0, 9505.0, 9468.0, 9493.0, 9466.0, 9496.0, 9463.0, 9534.0, 9453.0, 9492.0, 9447.0, 9503.0, 9449.0, 9498.0, 9460.0, 9540.0, 9459.0, 9500.0, 9446.0, 9498.0, 9446.0, 9497.0, 9461.0, 9500.0, 9463.0, 9463.0, 9460.0, 9447.0, 9476.0, 9448.0, 9488.0, 9465.0, 9505.0, 9449.0, 9489.0, 9465.0, 9490.0, 9452.0, 9487.0, 9468.0, 9505.0, 9484.0, 9509.0, 9467.0, 9496.0, 9468.0, 9480.0, 9483.0, 9477.0, 9494.0, 9470.0, 9492.0, 9472.0, 9498.0, 9470.0, 9507.0, 9474.0, 9529.0, 9503.0, 9531.0, 9479.0, 9528.0, 9476.0, 9483.0, 9488.0, 9482.0, 9500.0, 9469.0, 9528.0, 9475.0, 9514.0, 9473.0, 9509.0, 9470.0, 9520.0, 9483.0, 9494.0, 9468.0, 9460.0, 9480.0, 9481.0, 9493.0, 9457.0, 9509.0, 9473.0, 9522.0, 9469.0, 9527.0, 9469.0, 9472.0, 9486.0, 9467.0, 9497.0, 9473.0, 9515.0, 9463.0, 9516.0, 9473.0, 9484.0, 9502.0, 9470.0, 9516.0, 9476.0, 9544.0, 9489.0, 9537.0, 9468.0, 9533.0, 9505.0, 9506.0, 9520.0, 9469.0, 9489.0, 9480.0, 9476.0, 9460.0, 9500.0, 9450.0, 9547.0, 9451.0, 9452.0, 9451.0, 9451.0, 9477.0, 9464.0, 9507.0, 9467.0, 9523.0, 9468.0, 9504.0, 9464.0, 9490.0, 9466.0, 9505.0, 9481.0, 9481.0, 9511.0, 9491.0, 9501.0, 9473.0, 9493.0, 9508.0, 9470.0, 9495.0, 9467.0, 9496.0, 9471.0, 9517.0, 9466.0, 9502.0, 9493.0, 9463.0, 9479.0, 9472.0, 9485.0, 9486.0, 9494.0, 9490.0, 9492.0, 9519.0, 9549.0, 9504.0, 9493.0, 9556.0, 9488.0, 9526.0, 9513.0, 9471.0, 9524.0, 9452.0, 9545.0, 9479.0, 9560.0, 9516.0, 9495.0, 9478.0, 9450.0, 9476.0, 9450.0, 9464.0, 9509.0, 9483.0, 9476.0, 9471.0, 9476.0, 9499.0, 9460.0, 9496.0, 9488.0, 9484.0, 9527.0, 9473.0, 9555.0, 9469.0, 9458.0, 9480.0, 9450.0, 9518.0, 9463.0, 9543.0, 9464.0, 9561.0, 9450.0, 9452.0, 9460.0, 9450.0, 9490.0, 9469.0, 9508.0, 9465.0, 9470.0, 9495.0, 9455.0, 9491.0, 9467.0, 9505.0, 9480.0, 9491.0, 9467.0, 9452.0, 9490.0, 9455.0, 9493.0, 9470.0, 9469.0, 9551.0, 9483.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.0013040808625336927</td></tr>
<tr><td colspan=3>aqi</td><td>0.024665342102425873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.76039737306902</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1839851882578196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158589003829557</td></tr>
<tr><td colspan=3>efc</td><td>0.502</td></tr>
<tr><td colspan=3>fber</td><td>4418.5034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07131584887393762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8867924528301887</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.657617801463394</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5643449388612525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.924656657543479</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4838518079854506</td></tr>
<tr><td colspan=3>gcor</td><td>0.00442014</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007077510468661785</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031625695526599884</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.631181263206166</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>14.4468</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.8153</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294707.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>1039.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.1697</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6584</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.1049</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.0612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.0475</td></tr>
<tr><td colspan=3>tsnr</td><td>37.172611382440664</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>