<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-02/func/sub-0031_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>6f5d271ed4e5ac3cbc2ffb6e85506e14</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:38:17.930000</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_VE11C_LATEST_20160120</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.999875, -0.0157324, 0.00183011, 0.0157073, 0.999792, 0.0130212]</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.134536</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7748, -7190, 499, -45, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c12670ef-1f4d-428c-97ad-97f56d8c9136||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825902462005615, 0.04214153066277504, 0.0054933857172727585, 111.29007720947266], [0.0422089658677578, 2.682368516921997, 0.035075314342975616, -89.3156509399414], [0.004910058341920376, -0.03493502736091614, 2.6997666358947754, -37.63081741333008], [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': ['123817.930000', '123818.390000', '123818.850000', '123819.310000', '123819.770000', '123820.230000', '123820.690000', '123821.150000', '123821.610000', '123822.070000', '123822.530000', '123822.990000', '123823.450000', '123823.910000', '123824.370000', '123824.830000', '123825.290000', '123825.750000', '123826.210000', '123826.670000', '123827.130000', '123827.590000', '123828.050000', '123828.510000', '123828.970000', '123829.430000', '123829.890000', '123830.350000', '123830.810000', '123831.270000', '123831.730000', '123832.190000', '123832.650000', '123833.110000', '123833.570000', '123834.030000', '123834.490000', '123834.950000', '123835.410000', '123835.870000', '123836.330000', '123836.790000', '123837.250000', '123837.710000', '123838.170000', '123838.630000', '123839.090000', '123839.550000', '123840.010000', '123840.470000', '123840.930000', '123841.390000', '123841.850000', '123842.310000', '123842.770000', '123843.230000', '123843.690000', '123844.150000', '123844.610000', '123845.070000', '123845.530000', '123845.990000', '123846.450000', '123846.910000', '123847.370000', '123847.830000', '123848.290000', '123848.750000', '123849.210000', '123849.670000', '123850.130000', '123850.590000', '123851.050000', '123851.510000', '123851.970000', '123852.430000', '123852.890000', '123853.350000', '123853.810000', '123854.270000', '123854.730000', '123855.190000', '123855.650000', '123856.110000', '123856.570000', '123857.030000', '123857.490000', '123857.950000', '123858.410000', '123858.870000', '123859.330000', '123859.790000', '123900.250000', '123900.710000', '123901.170000', '123901.630000', '123902.090000', '123902.550000', '123903.010000', '123903.470000', '123903.930000', '123904.390000', '123904.850000', '123905.310000', '123905.770000', '123906.230000', '123906.690000', '123907.150000', '123907.610000', '123908.070000', '123908.530000', '123908.990000', '123909.450000', '123909.910000', '123910.370000', '123910.830000', '123911.290000', '123911.750000', '123912.210000', '123912.670000', '123913.130000', '123913.590000', '123914.050000', '123914.510000', '123914.970000', '123915.430000', '123915.890000', '123916.350000', '123916.810000', '123917.270000', '123917.730000', '123918.190000', '123918.650000', '123919.110000', '123919.570000', '123920.030000', '123920.490000', '123920.950000', '123921.410000', '123921.870000', '123922.330000', '123922.790000', '123923.250000', '123923.710000', '123924.170000', '123924.630000', '123925.090000', '123925.550000', '123926.010000', '123926.470000', '123926.930000', '123927.390000', '123927.850000', '123928.310000', '123928.770000', '123929.230000', '123929.690000', '123930.150000', '123930.610000', '123931.070000', '123931.530000', '123931.990000', '123932.450000', '123932.910000', '123933.370000', '123933.830000', '123934.290000', '123934.750000', '123935.210000', '123935.670000', '123936.130000', '123936.590000', '123937.050000', '123937.510000', '123937.970000', '123938.430000', '123938.890000', '123939.350000', '123939.810000', '123940.270000', '123940.730000', '123941.190000', '123941.650000', '123942.110000', '123942.570000', '123943.030000', '123943.490000', '123943.950000', '123944.410000', '123944.870000', '123945.330000', '123945.790000', '123946.250000', '123946.710000', '123947.170000', '123947.630000', '123948.090000', '123948.550000', '123949.010000', '123949.470000', '123949.930000', '123950.390000', '123950.850000', '123951.310000', '123951.770000', '123952.230000', '123952.690000', '123953.150000', '123953.610000', '123954.070000', '123954.530000', '123954.990000', '123955.450000', '123955.910000', '123956.370000', '123956.830000', '123957.290000', '123957.750000', '123958.210000', '123958.670000', '123959.130000', '123959.590000', '124000.050000', '124000.510000', '124000.970000', '124001.430000', '124001.890000', '124002.350000', '124002.810000', '124003.270000', '124003.730000', '124004.190000', '124004.650000', '124005.110000', '124005.570000', '124006.030000', '124006.490000', '124006.950000', '124007.410000', '124007.870000', '124008.330000', '124008.790000', '124009.250000', '124009.710000', '124010.170000', '124010.630000', '124011.090000', '124011.550000', '124012.010000', '124012.470000', '124012.930000', '124013.390000', '124013.850000', '124014.310000', '124014.770000', '124015.230000', '124015.690000', '124016.150000', '124016.610000', '124017.070000', '124017.530000', '124017.990000', '124018.450000', '124018.910000', '124019.370000', '124019.830000', '124020.290000', '124020.750000', '124021.210000', '124021.670000', '124022.130000', '124022.590000', '124023.050000', '124023.510000', '124023.970000', '124024.430000', '124024.890000', '124025.350000', '124025.810000', '124026.270000', '124026.730000', '124027.190000', '124027.650000', '124028.110000', '124028.570000', '124029.030000', '124029.490000', '124029.950000', '124030.410000', '124030.870000', '124031.330000', '124031.790000', '124032.250000', '124032.710000', '124033.170000', '124033.630000', '124034.090000', '124034.550000', '124035.010000', '124035.470000', '124035.930000', '124036.390000', '124036.850000', '124037.310000', '124037.770000', '124038.230000', '124038.690000', '124039.150000', '124039.610000', '124040.070000', '124040.530000', '124040.990000', '124041.450000', '124041.910000', '124042.370000', '124042.830000', '124043.290000', '124043.750000', '124044.210000', '124044.670000', '124045.130000', '124045.590000', '124046.050000', '124046.510000', '124046.970000', '124047.430000', '124047.890000', '124048.350000', '124048.810000', '124049.270000', '124049.730000', '124050.190000', '124050.650000', '124051.110000', '124051.570000', '124052.030000', '124052.490000', '124052.950000', '124053.410000', '124053.870000', '124054.330000', '124054.790000', '124055.250000', '124055.710000', '124056.170000', '124056.630000', '124057.090000', '124057.550000', '124058.010000', '124058.470000', '124058.930000', '124059.390000', '124059.850000', '124100.310000', '124100.770000', '124101.230000', '124101.690000', '124102.150000', '124102.610000', '124103.070000', '124103.530000', '124103.990000', '124104.450000', '124104.910000', '124105.370000', '124105.830000', '124106.290000', '124106.750000', '124107.210000', '124107.670000', '124108.130000', '124108.590000', '124109.050000', '124109.510000', '124109.970000', '124110.430000', '124110.890000', '124111.350000', '124111.810000', '124112.270000', '124112.730000', '124113.190000', '124113.650000', '124114.110000', '124114.570000', '124115.030000', '124115.490000', '124115.950000', '124116.410000', '124116.870000', '124117.330000', '124117.790000', '124118.250000', '124118.710000', '124119.170000', '124119.630000', '124120.090000', '124120.550000', '124121.010000', '124121.470000', '124121.930000', '124122.390000', '124122.850000', '124123.310000', '124123.770000', '124124.230000', '124124.690000', '124125.150000', '124125.610000', '124126.070000', '124126.530000', '124126.990000', '124127.450000', '124127.910000', '124128.370000', '124128.830000', '124129.290000', '124129.750000', '124130.210000', '124130.670000', '124131.130000', '124131.590000', '124132.050000', '124132.510000', '124132.970000', '124133.430000', '124133.890000', '124134.350000', '124134.810000', '124135.270000', '124135.730000', '124136.190000', '124136.650000', '124137.110000', '124137.570000', '124138.030000', '124138.490000', '124138.950000', '124139.410000', '124139.870000', '124140.330000', '124140.790000', '124141.250000', '124141.710000', '124142.170000', '124142.630000', '124143.090000', '124143.550000', '124144.010000', '124144.470000', '124144.930000', '124145.390000', '124145.850000', '124146.310000', '124146.770000', '124147.230000', '124147.690000', '124148.150000', '124148.610000', '124149.070000', '124149.530000', '124149.990000', '124150.450000', '124150.910000', '124151.370000', '124151.830000', '124152.290000', '124152.750000', '124153.210000', '124153.670000', '124154.130000', '124154.590000', '124155.050000', '124155.510000', '124155.970000', '124156.430000', '124156.890000', '124157.350000', '124157.810000', '124158.270000', '124158.730000', '124159.190000', '124159.650000', '124200.110000', '124200.570000', '124201.030000', '124201.490000', '124201.950000', '124202.410000', '124202.870000', '124203.330000', '124203.790000', '124204.250000', '124204.710000', '124205.170000', '124205.630000', '124206.090000', '124206.550000', '124207.010000', '124207.470000', '124207.930000', '124208.390000', '124208.850000', '124209.310000', '124209.770000', '124210.230000', '124210.690000', '124211.150000', '124211.610000', '124212.070000', '124212.530000', '124212.990000', '124213.450000', '124213.910000', '124214.370000', '124214.830000', '124215.290000', '124215.750000', '124216.210000', '124216.670000', '124217.130000', '124217.590000', '124218.050000', '124218.510000', '124218.970000', '124219.430000', '124219.890000', '124220.350000', '124220.810000', '124221.270000', '124221.730000', '124222.190000', '124222.650000', '124223.110000', '124223.570000', '124224.030000', '124224.490000', '124224.950000', '124225.410000', '124225.870000', '124226.330000', '124226.790000', '124227.250000', '124227.710000', '124228.170000', '124228.630000', '124229.090000', '124229.550000', '124230.010000', '124230.470000', '124230.930000', '124231.390000', '124231.850000', '124232.310000', '124232.770000', '124233.230000', '124233.690000', '124234.150000', '124234.610000', '124235.070000', '124235.530000', '124235.990000', '124236.450000', '124236.910000', '124237.370000', '124237.830000', '124238.290000', '124238.750000', '124239.210000', '124239.670000', '124240.130000', '124240.590000', '124241.050000', '124241.510000', '124241.970000', '124242.430000', '124242.890000', '124243.350000', '124243.810000', '124244.270000', '124244.730000', '124245.190000', '124245.650000', '124246.110000', '124246.570000', '124247.030000', '124247.490000', '124247.950000', '124248.410000', '124248.870000', '124249.330000', '124249.790000', '124250.250000', '124250.710000', '124251.170000', '124251.630000', '124252.090000', '124252.550000', '124253.010000', '124253.470000', '124253.930000', '124254.390000', '124254.850000', '124255.310000', '124255.770000', '124256.230000', '124256.690000', '124257.150000', '124257.610000', '124258.070000', '124258.530000', '124258.990000', '124259.450000', '124259.910000', '124300.370000', '124300.830000', '124301.290000', '124301.750000', '124302.210000', '124302.670000', '124303.130000', '124303.590000', '124304.050000', '124304.510000', '124304.970000', '124305.430000', '124305.890000', '124306.350000', '124306.810000', '124307.270000', '124307.730000', '124308.190000', '124308.650000', '124309.110000', '124309.570000', '124310.030000', '124310.490000', '124310.950000', '124311.410000', '124311.870000', '124312.330000', '124312.790000', '124313.250000', '124313.710000', '124314.170000', '124314.630000', '124315.090000', '124315.550000', '124316.010000', '124316.470000', '124316.930000', '124317.390000', '124317.850000', '124318.310000', '124318.770000', '124319.230000', '124319.690000', '124320.150000', '124320.610000', '124321.070000', '124321.530000', '124321.990000', '124322.450000', '124322.910000', '124323.370000', '124323.830000', '124324.290000', '124324.750000', '124325.210000', '124325.670000', '124326.130000', '124326.590000', '124327.050000', '124327.510000', '124327.970000', '124328.430000', '124328.890000', '124329.350000', '124329.810000', '124330.270000', '124330.730000', '124331.190000', '124331.650000', '124332.110000', '124332.570000', '124333.030000', '124333.490000', '124333.950000', '124334.410000', '124334.870000', '124335.330000', '124335.790000', '124336.250000', '124336.710000', '124337.170000', '124337.630000', '124338.090000', '124338.550000', '124339.010000', '124339.470000', '124339.930000', '124340.390000', '124340.850000', '124341.310000', '124341.770000', '124342.230000', '124342.690000', '124343.150000', '124343.610000', '124344.070000', '124344.530000', '124344.990000', '124345.450000', '124345.910000', '124346.370000', '124346.830000', '124347.290000', '124347.750000', '124348.210000', '124348.670000', '124349.130000', '124349.590000', '124350.050000', '124350.510000', '124350.970000', '124351.430000', '124351.890000', '124352.350000', '124352.810000', '124353.270000', '124353.730000', '124354.190000', '124354.650000', '124355.110000', '124355.570000', '124356.030000', '124356.490000', '124356.950000', '124357.410000', '124357.870000', '124358.330000', '124358.790000', '124359.250000', '124359.710000', '124400.170000', '124400.630000', '124401.090000', '124401.550000', '124402.010000', '124402.470000', '124402.930000', '124403.390000', '124403.850000', '124404.310000', '124404.770000', '124405.230000', '124405.690000', '124406.150000', '124406.610000', '124407.070000', '124407.530000', '124407.990000', '124408.450000', '124408.910000', '124409.370000', '124409.830000', '124410.290000', '124410.750000', '124411.210000', '124411.670000', '124412.130000', '124412.590000', '124413.050000', '124413.510000', '124413.970000', '124414.430000', '124414.890000', '124415.350000', '124415.810000', '124416.270000', '124416.730000', '124417.190000', '124417.650000', '124418.110000', '124418.570000', '124419.030000', '124419.490000', '124419.950000', '124420.410000', '124420.870000', '124421.330000', '124421.790000', '124422.250000', '124422.710000', '124423.170000', '124423.630000', '124424.090000', '124424.550000', '124425.010000', '124425.470000', '124425.930000', '124426.390000', '124426.850000', '124427.310000', '124427.770000', '124428.230000', '124428.690000', '124429.150000', '124429.610000', '124430.070000', '124430.530000', '124430.990000', '124431.450000', '124431.910000', '124432.370000', '124432.830000', '124433.290000', '124433.750000', '124434.210000', '124434.670000', '124435.130000', '124435.590000', '124436.050000', '124436.510000', '124436.970000', '124437.430000', '124437.890000', '124438.350000', '124438.810000', '124439.270000', '124439.730000', '124440.190000', '124440.650000', '124441.110000', '124441.570000', '124442.030000', '124442.490000', '124442.950000', '124443.410000', '124443.870000', '124444.330000', '124444.790000', '124445.250000', '124445.710000', '124446.170000', '124446.630000', '124447.090000', '124447.550000', '124448.010000', '124448.470000', '124448.930000', '124449.390000', '124449.850000', '124450.310000', '124450.770000', '124451.230000', '124451.690000', '124452.150000', '124452.610000', '124453.070000', '124453.530000', '124453.990000', '124454.450000', '124454.910000', '124455.370000', '124455.830000', '124456.290000', '124456.750000', '124457.210000', '124457.670000', '124458.130000', '124458.590000', '124459.050000', '124459.510000', '124459.970000', '124500.430000', '124500.890000', '124501.350000', '124501.810000', '124502.270000', '124502.730000', '124503.190000', '124503.650000', '124504.110000', '124504.570000', '124505.030000', '124505.490000', '124505.950000', '124506.410000', '124506.870000', '124507.330000', '124507.790000', '124508.250000', '124508.710000', '124509.170000', '124509.630000', '124510.090000', '124510.550000', '124511.010000', '124511.470000', '124511.930000', '124512.390000', '124512.850000', '124513.310000', '124513.770000', '124514.230000', '124514.690000', '124515.150000', '124515.610000', '124516.070000', '124516.530000', '124516.990000', '124517.450000', '124517.910000', '124518.370000', '124518.830000', '124519.290000', '124519.750000', '124520.210000', '124520.670000', '124521.130000', '124521.590000', '124522.050000', '124522.510000', '124522.970000', '124523.430000', '124523.890000', '124524.350000', '124524.810000', '124525.270000', '124525.730000', '124526.190000', '124526.650000', '124527.110000', '124527.570000', '124528.030000', '124528.490000', '124528.950000', '124529.410000', '124529.870000', '124530.330000', '124530.790000', '124531.250000', '124531.710000', '124532.170000', '124532.630000', '124533.090000', '124533.550000', '124534.010000', '124534.470000', '124534.930000', '124535.390000', '124535.850000', '124536.310000', '124536.770000', '124537.230000', '124537.690000', '124538.150000', '124538.610000', '124539.070000', '124539.530000', '124539.990000', '124540.450000', '124540.910000', '124541.370000', '124541.830000', '124542.290000', '124542.750000', '124543.210000', '124543.670000', '124544.130000', '124544.590000', '124545.050000', '124545.510000', '124545.970000', '124546.430000', '124546.890000', '124547.350000', '124547.810000', '124548.270000', '124548.730000', '124549.190000', '124549.650000', '124550.110000', '124550.570000', '124551.030000', '124551.490000', '124551.950000', '124552.410000', '124552.870000', '124553.330000', '124553.790000', '124554.250000', '124554.710000', '124555.170000', '124555.630000', '124556.090000', '124556.550000', '124557.010000', '124557.470000', '124557.930000', '124558.390000', '124558.850000', '124559.310000', '124559.770000', '124600.230000', '124600.690000', '124601.150000', '124601.610000', '124602.070000', '124602.530000', '124602.990000', '124603.450000', '124603.910000', '124604.370000', '124604.830000', '124605.290000', '124605.750000', '124606.210000', '124606.670000', '124607.130000', '124607.590000', '124608.050000', '124608.510000', '124608.970000', '124609.430000', '124609.890000', '124610.350000', '124610.810000', '124611.270000', '124611.730000', '124612.190000', '124612.650000', '124613.110000', '124613.570000', '124614.030000', '124614.490000', '124614.950000', '124615.410000', '124615.870000', '124616.330000', '124616.790000', '124617.250000', '124617.710000', '124618.170000', '124618.630000', '124619.090000', '124619.550000', '124620.010000', '124620.470000', '124620.930000', '124621.390000', '124621.850000', '124622.310000', '124622.770000', '124623.230000', '124623.690000', '124624.150000', '124624.610000', '124625.070000', '124625.530000', '124625.990000', '124626.450000', '124626.910000', '124627.370000', '124627.830000', '124628.290000', '124628.750000', '124629.210000', '124629.670000', '124630.130000', '124630.590000', '124631.050000', '124631.510000', '124631.970000', '124632.430000', '124632.890000', '124633.350000', '124633.810000', '124634.270000', '124634.730000', '124635.190000', '124635.650000', '124636.110000', '124636.570000', '124637.030000', '124637.490000', '124637.950000', '124638.410000', '124638.870000', '124639.330000', '124639.790000', '124640.250000', '124640.710000', '124641.170000', '124641.630000', '124642.090000', '124642.550000', '124643.010000', '124643.470000', '124643.930000', '124644.390000', '124644.850000', '124645.310000', '124645.770000', '124646.230000', '124646.690000', '124647.150000', '124647.610000', '124648.070000', '124648.530000', '124648.990000', '124649.450000', '124649.910000', '124650.370000', '124650.830000', '124651.290000', '124651.750000', '124652.210000', '124652.670000', '124653.130000', '124653.590000', '124654.050000', '124654.510000', '124654.970000', '124655.430000', '124655.890000', '124656.350000', '124656.810000', '124657.270000', '124657.730000', '124658.190000', '124658.650000', '124659.110000', '124659.570000', '124700.030000', '124700.490000', '124700.950000', '124701.410000', '124701.870000', '124702.330000', '124702.790000', '124703.250000', '124703.710000', '124704.170000', '124704.630000', '124705.090000', '124705.550000', '124706.010000', '124706.470000', '124706.930000', '124707.390000', '124707.850000', '124708.310000', '124708.770000', '124709.230000', '124709.690000', '124710.150000', '124710.610000', '124711.070000', '124711.530000', '124711.990000', '124712.450000', '124712.910000', '124713.370000', '124713.830000', '124714.290000', '124714.750000', '124715.210000', '124715.670000', '124716.130000', '124716.590000', '124717.050000', '124717.510000', '124717.970000', '124718.430000', '124718.890000', '124719.350000', '124719.810000', '124720.270000', '124720.730000', '124721.190000', '124721.650000', '124722.110000', '124722.570000', '124723.030000', '124723.490000', '124723.950000', '124724.410000', '124724.870000', '124725.330000', '124725.790000', '124726.250000', '124726.710000', '124727.170000', '124727.630000', '124728.090000', '124728.550000', '124729.010000', '124729.470000', '124729.930000', '124730.390000', '124730.850000', '124731.310000', '124731.770000', '124732.230000', '124732.690000', '124733.150000', '124733.610000', '124734.070000', '124734.530000', '124734.990000', '124735.450000', '124735.910000', '124736.370000', '124736.830000', '124737.290000', '124737.750000', '124738.210000', '124738.670000', '124739.130000', '124739.590000', '124740.050000', '124740.510000', '124740.970000', '124741.430000', '124741.890000', '124742.350000', '124742.810000', '124743.270000', '124743.730000', '124744.190000', '124744.650000', '124745.110000', '124745.570000', '124746.030000', '124746.490000', '124746.950000', '124747.410000', '124747.870000', '124748.330000', '124748.790000', '124749.250000', '124749.710000', '124750.170000', '124750.630000', '124751.090000', '124751.550000', '124752.010000', '124752.470000', '124752.930000', '124753.390000', '124753.850000', '124754.310000', '124754.770000', '124755.230000', '124755.690000', '124756.150000', '124756.610000', '124757.070000', '124757.530000', '124757.990000', '124758.450000', '124758.910000', '124759.370000', '124759.830000', '124800.290000', '124800.750000', '124801.210000', '124801.670000', '124802.130000', '124802.590000', '124803.050000', '124803.510000', '124803.970000', '124804.430000', '124804.890000', '124805.350000', '124805.810000', '124806.270000', '124806.730000', '124807.190000', '124807.650000', '124808.110000', '124808.570000', '124809.030000', '124809.490000', '124809.950000', '124810.410000', '124810.870000', '124811.330000', '124811.790000', '124812.250000', '124812.710000', '124813.170000', '124813.630000', '124814.090000', '124814.550000', '124815.010000', '124815.470000', '124815.930000', '124816.390000', '124816.850000', '124817.310000', '124817.770000', '124818.230000', '124818.690000', '124819.150000', '124819.610000', '124820.070000', '124820.530000', '124820.990000', '124821.450000', '124821.910000', '124822.370000', '124822.830000', '124823.290000', '124823.750000', '124824.210000', '124824.670000', '124825.130000', '124825.590000', '124826.050000', '124826.510000', '124826.970000', '124827.430000', '124827.890000', '124828.350000', '124828.810000', '124829.270000', '124829.730000', '124830.190000', '124830.650000', '124831.110000', '124831.570000', '124832.030000', '124832.490000', '124832.950000', '124833.410000', '124833.870000', '124834.330000', '124834.790000', '124835.250000', '124835.710000', '124836.170000', '124836.630000', '124837.090000', '124837.550000', '124838.010000', '124838.470000', '124838.930000', '124839.390000', '124839.850000', '124840.310000', '124840.770000', '124841.230000', '124841.690000', '124842.150000', '124842.610000', '124843.070000', '124843.530000', '124843.990000', '124844.450000', '124844.910000', '124845.370000', '124845.830000', '124846.290000', '124846.750000', '124847.210000', '124847.670000', '124848.130000', '124848.590000', '124849.050000', '124849.510000', '124849.970000', '124850.430000', '124850.890000', '124851.350000', '124851.810000', '124852.270000', '124852.730000', '124853.190000', '124853.650000', '124854.110000', '124854.570000', '124855.030000', '124855.490000', '124855.950000', '124856.410000', '124856.870000', '124857.330000', '124857.790000', '124858.250000', '124858.710000', '124859.170000', '124859.630000', '124900.090000', '124900.550000', '124901.010000', '124901.470000', '124901.930000', '124902.390000', '124902.850000', '124903.310000', '124903.770000', '124904.230000', '124904.690000', '124905.150000', '124905.610000', '124906.070000', '124906.530000', '124906.990000', '124907.450000', '124907.910000', '124908.370000', '124908.830000', '124909.290000', '124909.750000', '124910.210000', '124910.670000', '124911.130000', '124911.590000', '124912.050000', '124912.510000', '124912.970000', '124913.430000', '124913.890000', '124914.350000', '124914.810000', '124915.270000', '124915.730000', '124916.190000', '124916.650000', '124917.110000', '124917.570000', '124918.030000', '124918.490000', '124918.950000', '124919.410000', '124919.870000', '124920.330000', '124920.790000', '124921.250000', '124921.710000', '124922.170000', '124922.630000', '124923.090000', '124923.550000', '124924.010000', '124924.470000', '124924.930000', '124925.390000', '124925.850000', '124926.310000', '124926.770000', '124927.230000', '124927.690000', '124928.150000', '124928.610000', '124929.070000', '124929.530000', '124929.990000', '124930.450000', '124930.910000', '124931.370000', '124931.830000', '124932.290000', '124932.750000', '124933.210000', '124933.670000', '124934.130000', '124934.590000', '124935.050000', '124935.510000', '124935.970000', '124936.430000', '124936.890000', '124937.350000', '124937.810000', '124938.270000', '124938.730000', '124939.190000', '124939.650000', '124940.110000', '124940.570000', '124941.030000', '124941.490000', '124941.950000', '124942.410000', '124942.870000', '124943.330000', '124943.790000', '124944.250000', '124944.710000', '124945.170000', '124945.630000', '124946.090000', '124946.550000', '124947.010000', '124947.470000', '124947.930000', '124948.390000', '124948.850000', '124949.310000', '124949.770000', '124950.230000', '124950.690000', '124951.150000', '124951.610000', '124952.070000', '124952.530000', '124952.990000', '124953.450000', '124953.910000', '124954.370000', '124954.830000', '124955.290000', '124955.750000', '124956.210000', '124956.670000', '124957.130000', '124957.590000', '124958.050000', '124958.510000', '124958.970000', '124959.430000', '124959.890000', '125000.350000', '125000.810000', '125001.270000', '125001.730000', '125002.190000', '125002.650000', '125003.110000', '125003.570000', '125004.030000', '125004.490000', '125004.950000', '125005.410000', '125005.870000', '125006.330000', '125006.790000', '125007.250000', '125007.710000', '125008.170000', '125008.630000', '125009.090000', '125009.550000', '125010.010000', '125010.470000', '125010.930000', '125011.390000', '125011.850000', '125012.310000', '125012.770000', '125013.230000', '125013.690000', '125014.150000', '125014.610000', '125015.070000', '125015.530000', '125015.990000', '125016.450000', '125016.910000', '125017.370000', '125017.830000', '125018.290000', '125018.750000', '125019.210000', '125019.670000', '125020.130000', '125020.590000', '125021.050000', '125021.510000', '125021.970000', '125022.430000', '125022.890000', '125023.350000', '125023.810000', '125024.270000', '125024.730000', '125025.190000', '125025.650000', '125026.110000', '125026.570000', '125027.030000', '125027.490000', '125027.950000', '125028.410000', '125028.870000', '125029.330000', '125029.790000', '125030.250000', '125030.710000', '125031.170000', '125031.630000', '125032.090000', '125032.550000', '125033.010000', '125033.470000', '125033.930000', '125034.390000', '125034.850000', '125035.310000', '125035.770000', '125036.230000', '125036.690000', '125037.150000', '125037.610000', '125038.070000', '125038.530000', '125038.990000', '125039.450000', '125039.910000', '125040.370000', '125040.830000', '125041.290000', '125041.750000', '125042.210000', '125042.670000', '125043.130000', '125043.590000', '125044.050000', '125044.510000', '125044.970000', '125045.430000', '125045.890000', '125046.350000', '125046.810000', '125047.270000', '125047.730000', '125048.190000', '125048.650000', '125049.110000', '125049.570000', '125050.030000', '125050.490000', '125050.950000', '125051.410000', '125051.870000', '125052.330000', '125052.790000', '125053.250000', '125053.710000', '125054.170000', '125054.630000', '125055.090000', '125055.550000', '125056.010000', '125056.470000', '125056.930000', '125057.390000', '125057.850000', '125058.310000', '125058.770000', '125059.230000', '125059.690000', '125100.150000', '125100.610000', '125101.070000', '125101.530000', '125101.990000', '125102.450000', '125102.910000', '125103.370000', '125103.830000', '125104.290000', '125104.750000', '125105.210000', '125105.670000', '125106.130000', '125106.590000', '125107.050000', '125107.510000', '125107.970000', '125108.430000', '125108.890000', '125109.350000', '125109.810000', '125110.270000', '125110.730000', '125111.190000', '125111.650000', '125112.110000', '125112.570000', '125113.030000', '125113.490000', '125113.950000', '125114.410000', '125114.870000', '125115.330000', '125115.790000', '125116.250000', '125116.710000', '125117.170000', '125117.630000', '125118.090000', '125118.550000', '125119.010000', '125119.470000', '125119.930000', '125120.390000', '125120.850000', '125121.310000', '125121.770000', '125122.230000', '125122.690000', '125123.150000', '125123.610000', '125124.070000', '125124.530000', '125124.990000', '125125.450000', '125125.910000', '125126.370000', '125126.830000', '125127.290000', '125127.750000', '125128.210000', '125128.670000', '125129.130000', '125129.590000', '125130.050000', '125130.510000', '125130.970000', '125131.430000', '125131.890000', '125132.350000', '125132.810000', '125133.270000', '125133.730000', '125134.190000', '125134.650000', '125135.110000', '125135.570000', '125136.030000', '125136.490000', '125136.950000', '125137.410000', '125137.870000', '125138.330000', '125138.790000', '125139.250000', '125139.710000', '125140.170000', '125140.630000', '125141.090000', '125141.550000', '125142.010000', '125142.470000', '125142.930000', '125143.390000', '125143.850000', '125144.310000', '125144.770000', '125145.230000', '125145.690000', '125146.150000', '125146.610000', '125147.070000', '125147.530000', '125147.990000', '125148.450000', '125148.910000', '125149.370000', '125149.830000', '125150.290000', '125150.750000', '125151.210000', '125151.670000', '125152.130000', '125152.590000', '125153.050000', '125153.510000', '125153.970000', '125154.430000', '125154.890000', '125155.350000', '125155.810000', '125156.270000', '125156.730000', '125157.190000', '125157.650000', '125158.110000', '125158.570000', '125159.030000', '125159.490000', '125159.950000', '125200.410000', '125200.870000', '125201.330000', '125201.790000', '125202.250000', '125202.710000', '125203.170000', '125203.630000', '125204.090000', '125204.550000', '125205.010000', '125205.470000', '125205.930000', '125206.390000', '125206.850000', '125207.310000', '125207.770000', '125208.230000', '125208.690000', '125209.150000', '125209.610000', '125210.070000', '125210.530000', '125210.990000', '125211.450000', '125211.910000', '125212.370000', '125212.830000', '125213.290000', '125213.750000', '125214.210000', '125214.670000', '125215.130000', '125215.590000', '125216.050000', '125216.510000', '125216.970000', '125217.430000', '125217.890000', '125218.350000', '125218.810000', '125219.270000', '125219.730000', '125220.190000', '125220.650000', '125221.110000', '125221.570000', '125222.030000', '125222.490000', '125222.950000', '125223.410000', '125223.870000', '125224.330000', '125224.790000', '125225.250000', '125225.710000', '125226.170000', '125226.630000', '125227.090000', '125227.550000', '125228.010000', '125228.470000', '125228.930000', '125229.390000', '125229.850000', '125230.310000', '125230.770000', '125231.230000', '125231.690000', '125232.150000', '125232.610000'], 'ContentTime': ['123838.300000', '123838.303000', '123838.306000', '123838.309000', '123838.312000', '123838.315000', '123838.318000', '123838.320000', '123838.323000', '123838.326000', '123838.329000', '123838.332000', '123838.335000', '123838.338000', '123838.341000', '123838.343000', '123838.346000', '123838.349000', '123838.352000', '123838.355000', '123838.364000', '123838.367000', '123838.370000', '123838.373000', '123838.376000', '123838.378000', '123838.381000', '123838.384000', '123838.387000', '123838.390000', '123838.393000', '123838.396000', '123838.398000', '123838.401000', '123838.404000', '123838.407000', '123838.410000', '123838.413000', '123838.415000', '123838.418000', '123838.421000', '123838.424000', '123838.427000', '123858.267000', '123858.270000', '123858.273000', '123858.276000', '123858.278000', '123858.281000', '123858.284000', '123858.287000', '123858.290000', '123858.293000', '123858.295000', '123858.298000', '123858.301000', '123858.304000', '123858.307000', '123858.310000', '123858.313000', '123858.316000', '123858.319000', '123858.321000', '123858.324000', '123858.327000', '123858.330000', '123858.333000', '123858.335000', '123858.338000', '123858.341000', '123858.344000', '123858.347000', '123858.350000', '123858.353000', '123858.355000', '123858.358000', '123858.361000', '123858.364000', '123858.367000', '123858.370000', '123858.372000', '123858.375000', '123858.378000', '123858.381000', '123858.384000', '123858.387000', '123858.389000', '123918.266000', '123918.269000', '123918.272000', '123918.275000', '123918.277000', '123918.280000', '123918.283000', '123918.286000', '123918.289000', '123918.292000', '123918.295000', '123918.298000', '123918.300000', '123918.303000', '123918.306000', '123918.309000', '123918.312000', '123918.315000', '123918.317000', '123918.320000', '123918.323000', '123918.326000', '123918.329000', '123918.331000', '123918.334000', '123918.337000', '123918.340000', '123918.343000', '123918.346000', '123918.349000', '123918.352000', '123918.354000', '123918.357000', '123918.360000', '123918.363000', '123918.366000', '123918.369000', '123918.371000', '123918.374000', '123918.377000', '123918.380000', '123918.383000', '123918.386000', '123938.266000', '123938.271000', '123938.274000', '123938.277000', '123938.280000', '123938.283000', '123938.286000', '123938.289000', '123938.291000', '123938.294000', '123938.297000', '123938.300000', '123938.303000', '123938.306000', '123938.309000', '123938.312000', '123938.314000', '123938.317000', '123938.320000', '123938.323000', '123938.326000', '123938.329000', '123938.331000', '123938.334000', '123938.337000', '123938.354000', '123938.357000', '123938.360000', '123938.363000', '123938.365000', '123938.368000', '123938.371000', '123938.374000', '123938.377000', '123938.380000', '123938.383000', '123938.385000', '123938.388000', '123938.398000', '123938.401000', '123938.404000', '123938.407000', '123938.409000', '123958.266000', '123958.269000', '123958.272000', '123958.275000', '123958.277000', '123958.280000', '123958.283000', '123958.286000', '123958.289000', '123958.292000', '123958.294000', '123958.297000', '123958.300000', '123958.303000', '123958.306000', '123958.309000', '123958.312000', '123958.314000', '123958.317000', '123958.320000', '123958.323000', '123958.326000', '123958.330000', '123958.333000', '123958.336000', '123958.339000', '123958.341000', '123958.344000', '123958.347000', '123958.350000', '123958.353000', '123958.356000', '123958.359000', '123958.361000', '123958.364000', '123958.367000', '123958.370000', '123958.373000', '123958.376000', '123958.386000', '123958.388000', '123958.391000', '123958.394000', '123958.397000', '124018.267000', '124018.270000', '124018.273000', '124018.277000', '124018.281000', '124018.284000', '124018.287000', '124018.290000', '124018.293000', '124018.296000', '124018.299000', '124018.302000', '124018.305000', '124018.307000', '124018.310000', '124018.313000', '124018.316000', '124018.319000', '124018.322000', '124018.325000', '124018.327000', '124018.337000', '124018.339000', '124018.342000', '124018.345000', '124018.348000', '124018.351000', '124018.354000', '124018.357000', '124018.359000', '124018.362000', '124018.365000', '124018.368000', '124018.371000', '124018.374000', '124018.376000', '124018.379000', '124018.382000', '124018.385000', '124018.388000', '124018.391000', '124018.394000', '124018.397000', '124038.267000', '124038.270000', '124038.273000', '124038.276000', '124038.279000', '124038.281000', '124038.284000', '124038.287000', '124038.290000', '124038.293000', '124038.296000', '124038.299000', '124038.302000', '124038.304000', '124038.307000', '124038.310000', '124038.313000', '124038.316000', '124038.319000', '124038.322000', '124038.324000', '124038.327000', '124038.330000', '124038.333000', '124038.336000', '124038.339000', '124038.342000', '124038.344000', '124038.347000', '124038.350000', '124038.353000', '124038.356000', '124038.359000', '124038.362000', '124038.364000', '124038.367000', '124038.370000', '124038.373000', '124038.376000', '124038.379000', '124038.382000', '124038.385000', '124038.387000', '124038.390000', '124058.267000', '124058.270000', '124058.273000', '124058.276000', '124058.278000', '124058.281000', '124058.284000', '124058.287000', '124058.290000', '124058.293000', '124058.296000', '124058.299000', '124058.301000', '124058.304000', '124058.307000', '124058.310000', '124058.313000', '124058.316000', '124058.319000', '124058.322000', '124058.325000', '124058.328000', '124058.330000', '124058.333000', '124058.336000', '124058.339000', '124058.342000', '124058.345000', '124058.348000', '124058.351000', '124058.354000', '124058.356000', '124058.369000', '124058.372000', '124058.375000', '124058.378000', '124058.381000', '124058.384000', '124058.387000', '124058.390000', '124058.392000', '124058.395000', '124058.398000', '124118.267000', '124118.270000', '124118.273000', '124118.276000', '124118.279000', '124118.281000', '124118.284000', '124118.287000', '124118.290000', '124118.293000', '124118.296000', '124118.299000', '124118.301000', '124118.304000', '124118.307000', '124118.310000', '124118.313000', '124118.316000', '124118.319000', '124118.321000', '124118.324000', '124118.337000', '124118.340000', '124118.343000', '124118.346000', '124118.349000', '124118.352000', '124118.355000', '124118.357000', '124118.360000', '124118.363000', '124118.366000', '124118.369000', '124118.372000', '124118.375000', '124118.378000', '124118.380000', '124118.383000', '124118.386000', '124118.389000', '124118.392000', '124118.395000', '124118.398000', '124118.400000', '124138.266000', '124138.269000', '124138.272000', '124138.275000', '124138.278000', '124138.281000', '124138.284000', '124138.286000', '124138.289000', '124138.292000', '124138.295000', '124138.298000', '124138.301000', '124138.304000', '124138.307000', '124138.309000', '124138.312000', '124138.315000', '124138.318000', '124138.321000', '124138.324000', '124138.330000', '124138.333000', '124138.336000', '124138.339000', '124138.342000', '124138.345000', '124138.348000', '124138.350000', '124138.353000', '124138.356000', '124138.359000', '124138.362000', '124138.365000', '124138.368000', '124138.371000', '124138.373000', '124138.376000', '124138.379000', '124138.382000', '124138.385000', '124138.388000', '124138.391000', '124158.266000', '124158.269000', '124158.272000', '124158.275000', '124158.278000', '124158.280000', '124158.283000', '124158.286000', '124158.289000', '124158.292000', '124158.295000', '124158.298000', '124158.300000', '124158.303000', '124158.306000', '124158.309000', '124158.312000', '124158.315000', '124158.318000', '124158.320000', '124158.323000', '124158.326000', '124158.329000', '124158.332000', '124158.335000', '124158.338000', '124158.341000', '124158.344000', '124158.346000', '124158.349000', '124158.352000', '124158.355000', '124158.358000', '124158.361000', '124158.364000', '124158.367000', '124158.370000', '124158.373000', '124158.376000', '124158.378000', '124158.381000', '124158.384000', '124158.387000', '124158.390000', '124218.267000', '124218.270000', '124218.273000', '124218.276000', '124218.279000', '124218.282000', '124218.284000', '124218.287000', '124218.290000', '124218.293000', '124218.296000', '124218.299000', '124218.301000', '124218.304000', '124218.307000', '124218.310000', '124218.313000', '124218.316000', '124218.319000', '124218.322000', '124218.325000', '124218.328000', '124218.330000', '124218.333000', '124218.336000', '124218.339000', '124218.342000', '124218.345000', '124218.348000', '124218.351000', '124218.354000', '124218.357000', '124218.360000', '124218.363000', '124218.366000', '124218.368000', '124218.371000', '124218.374000', '124218.377000', '124218.380000', '124218.383000', '124218.385000', '124218.388000', '124238.267000', '124238.270000', '124238.273000', '124238.276000', '124238.279000', '124238.282000', '124238.284000', '124238.287000', '124238.290000', '124238.293000', '124238.296000', '124238.299000', '124238.302000', '124238.304000', '124238.307000', '124238.310000', '124238.313000', '124238.316000', '124238.319000', '124238.322000', '124238.325000', '124238.327000', '124238.330000', '124238.333000', '124238.336000', '124238.339000', '124238.342000', '124238.345000', '124238.348000', '124238.351000', '124238.353000', '124238.368000', '124238.371000', '124238.374000', '124238.377000', '124238.379000', '124238.382000', '124238.385000', '124238.388000', '124238.391000', '124238.394000', '124238.397000', '124238.399000', '124238.402000', '124258.267000', '124258.270000', '124258.273000', '124258.276000', '124258.279000', '124258.281000', '124258.284000', '124258.287000', '124258.290000', '124258.293000', '124258.296000', '124258.300000', '124258.303000', '124258.306000', '124258.308000', '124258.311000', '124258.314000', '124258.317000', '124258.320000', '124258.323000', '124258.326000', '124258.329000', '124258.332000', '124258.334000', '124258.337000', '124258.340000', '124258.343000', '124258.346000', '124258.349000', '124258.352000', '124258.355000', '124258.358000', '124258.361000', '124258.364000', '124258.367000', '124258.369000', '124258.372000', '124258.375000', '124258.378000', '124258.381000', '124258.384000', '124258.387000', '124258.390000', '124318.267000', '124318.270000', '124318.273000', '124318.276000', '124318.279000', '124318.282000', '124318.285000', '124318.287000', '124318.290000', '124318.293000', '124318.296000', '124318.299000', '124318.302000', '124318.305000', '124318.307000', '124318.310000', '124318.313000', '124318.316000', '124318.319000', '124318.322000', '124318.325000', '124318.328000', '124318.331000', '124318.333000', '124318.336000', '124318.339000', '124318.342000', '124318.345000', '124318.348000', '124318.351000', '124318.354000', '124318.357000', '124318.359000', '124318.362000', '124318.365000', '124318.368000', '124318.371000', '124318.374000', '124318.377000', '124318.379000', '124318.382000', '124318.385000', '124318.388000', '124318.391000', '124338.267000', '124338.270000', '124338.273000', '124338.276000', '124338.279000', '124338.282000', '124338.284000', '124338.287000', '124338.290000', '124338.293000', '124338.296000', '124338.299000', '124338.302000', '124338.305000', '124338.308000', '124338.310000', '124338.313000', '124338.316000', '124338.319000', '124338.322000', '124338.325000', '124338.328000', '124338.331000', '124338.333000', '124338.336000', '124338.339000', '124338.342000', '124338.345000', '124338.348000', '124338.351000', '124338.354000', '124338.357000', '124338.359000', '124338.362000', '124338.365000', '124338.368000', '124338.371000', '124338.374000', '124338.377000', '124338.380000', '124338.382000', '124338.385000', '124338.388000', '124358.266000', '124358.269000', '124358.272000', '124358.275000', '124358.278000', '124358.280000', '124358.283000', '124358.286000', '124358.289000', '124358.292000', '124358.295000', '124358.298000', '124358.300000', '124358.303000', '124358.306000', '124358.309000', '124358.312000', '124358.315000', '124358.318000', '124358.321000', '124358.323000', '124358.326000', '124358.329000', '124358.332000', '124358.335000', '124358.338000', '124358.341000', '124358.344000', '124358.346000', '124358.349000', '124358.352000', '124358.355000', '124358.358000', '124358.361000', '124358.364000', '124358.367000', '124358.370000', '124358.372000', '124358.375000', '124358.378000', '124358.381000', '124358.384000', '124358.399000', '124358.402000', '124418.266000', '124418.269000', '124418.272000', '124418.275000', '124418.278000', '124418.281000', '124418.283000', '124418.286000', '124418.289000', '124418.292000', '124418.295000', '124418.298000', '124418.301000', '124418.303000', '124418.306000', '124418.309000', '124418.312000', '124418.315000', '124418.318000', '124418.321000', '124418.324000', '124418.326000', '124418.329000', '124418.332000', '124418.336000', '124418.339000', '124418.342000', '124418.345000', '124418.348000', '124418.351000', '124418.354000', '124418.357000', '124418.360000', '124418.362000', '124418.365000', '124418.368000', '124418.371000', '124418.374000', '124418.377000', '124418.380000', '124418.382000', '124418.385000', '124418.388000', '124438.267000', '124438.270000', '124438.273000', '124438.276000', '124438.279000', '124438.282000', '124438.284000', '124438.287000', '124438.290000', '124438.293000', '124438.296000', '124438.299000', '124438.302000', '124438.305000', '124438.308000', '124438.311000', '124438.313000', '124438.316000', '124438.319000', '124438.322000', '124438.325000', '124438.328000', '124438.331000', '124438.334000', '124438.337000', '124438.339000', '124438.342000', '124438.345000', '124438.348000', '124438.351000', '124438.354000', '124438.357000', '124438.360000', '124438.372000', '124438.375000', '124438.378000', '124438.381000', '124438.383000', '124438.387000', '124438.389000', '124438.392000', '124438.395000', '124438.398000', '124438.401000', '124458.267000', '124458.270000', '124458.273000', '124458.276000', '124458.279000', '124458.282000', '124458.284000', '124458.287000', '124458.290000', '124458.293000', '124458.296000', '124458.299000', '124458.302000', '124458.305000', '124458.308000', '124458.311000', '124458.313000', '124458.316000', '124458.319000', '124458.322000', '124458.325000', '124458.328000', '124458.331000', '124458.334000', '124458.336000', '124458.339000', '124458.342000', '124458.345000', '124458.348000', '124458.351000', '124458.354000', '124458.357000', '124458.360000', '124458.362000', '124458.365000', '124458.368000', '124458.371000', '124458.374000', '124458.377000', '124458.380000', '124458.383000', '124458.385000', '124458.388000', '124518.267000', '124518.270000', '124518.273000', '124518.276000', '124518.279000', '124518.282000', '124518.285000', '124518.287000', '124518.290000', '124518.306000', '124518.309000', '124518.311000', '124518.314000', '124518.317000', '124518.320000', '124518.323000', '124518.326000', '124518.329000', '124518.331000', '124518.334000', '124518.337000', '124518.340000', '124518.343000', '124518.346000', '124518.349000', '124518.352000', '124518.355000', '124518.357000', '124518.360000', '124518.363000', '124518.366000', '124518.369000', '124518.372000', '124518.374000', '124518.377000', '124518.380000', '124518.383000', '124518.386000', '124518.389000', '124518.392000', '124518.395000', '124518.398000', '124518.401000', '124518.403000', '124538.267000', '124538.270000', '124538.273000', '124538.276000', '124538.279000', '124538.282000', '124538.285000', '124538.287000', '124538.290000', '124538.293000', '124538.296000', '124538.299000', '124538.302000', '124538.305000', '124538.308000', '124538.311000', '124538.313000', '124538.316000', '124538.319000', '124538.322000', '124538.325000', '124538.328000', '124538.330000', '124538.333000', '124538.336000', '124538.339000', '124538.342000', '124538.345000', '124538.348000', '124538.351000', '124538.354000', '124538.356000', '124538.359000', '124538.362000', '124538.365000', '124538.368000', '124538.371000', '124538.375000', '124538.378000', '124538.381000', '124538.384000', '124538.387000', '124538.390000', '124558.267000', '124558.270000', '124558.273000', '124558.276000', '124558.279000', '124558.282000', '124558.284000', '124558.287000', '124558.290000', '124558.293000', '124558.296000', '124558.299000', '124558.302000', '124558.305000', '124558.308000', '124558.310000', '124558.313000', '124558.316000', '124558.319000', '124558.322000', '124558.325000', '124558.328000', '124558.330000', '124558.333000', '124558.336000', '124558.340000', '124558.343000', '124558.346000', '124558.349000', '124558.352000', '124558.355000', '124558.358000', '124558.360000', '124558.363000', '124558.366000', '124558.369000', '124558.372000', '124558.375000', '124558.378000', '124558.380000', '124558.383000', '124558.386000', '124558.389000', '124558.392000', '124618.266000', '124618.269000', '124618.272000', '124618.275000', '124618.278000', '124618.281000', '124618.283000', '124618.286000', '124618.289000', '124618.292000', '124618.295000', '124618.298000', '124618.301000', '124618.304000', '124618.307000', '124618.310000', '124618.312000', '124618.315000', '124618.318000', '124618.321000', '124618.324000', '124618.327000', '124618.330000', '124618.333000', '124618.336000', '124618.338000', '124618.341000', '124618.344000', '124618.347000', '124618.350000', '124618.353000', '124618.356000', '124618.358000', '124618.361000', '124618.364000', '124618.367000', '124618.370000', '124618.373000', '124618.376000', '124618.379000', '124618.381000', '124618.384000', '124618.387000', '124638.266000', '124638.270000', '124638.273000', '124638.276000', '124638.279000', '124638.282000', '124638.285000', '124638.288000', '124638.291000', '124638.294000', '124638.297000', '124638.300000', '124638.303000', '124638.305000', '124638.308000', '124638.311000', '124638.314000', '124638.317000', '124638.320000', '124638.323000', '124638.326000', '124638.329000', '124638.332000', '124638.335000', '124638.338000', '124638.341000', '124638.344000', '124638.347000', '124638.350000', '124638.352000', '124638.355000', '124638.358000', '124638.361000', '124638.364000', '124638.367000', '124638.387000', '124638.390000', '124638.393000', '124638.396000', '124638.399000', '124638.402000', '124638.405000', '124638.408000', '124658.267000', '124658.270000', '124658.273000', '124658.276000', '124658.279000', '124658.282000', '124658.285000', '124658.288000', '124658.291000', '124658.294000', '124658.296000', '124658.299000', '124658.302000', '124658.305000', '124658.308000', '124658.311000', '124658.314000', '124658.317000', '124658.319000', '124658.322000', '124658.325000', '124658.328000', '124658.331000', '124658.334000', '124658.337000', '124658.340000', '124658.343000', '124658.346000', '124658.348000', '124658.351000', '124658.354000', '124658.357000', '124658.360000', '124658.363000', '124658.366000', '124658.369000', '124658.371000', '124658.374000', '124658.377000', '124658.380000', '124658.383000', '124658.386000', '124658.389000', '124658.392000', '124718.267000', '124718.270000', '124718.273000', '124718.276000', '124718.279000', '124718.282000', '124718.285000', '124718.288000', '124718.290000', '124718.293000', '124718.296000', '124718.299000', '124718.302000', '124718.305000', '124718.308000', '124718.311000', '124718.314000', '124718.316000', '124718.319000', '124718.322000', '124718.325000', '124718.328000', '124718.331000', '124718.334000', '124718.337000', '124718.340000', '124718.343000', '124718.345000', '124718.348000', '124718.351000', '124718.354000', '124718.357000', '124718.360000', '124718.363000', '124718.366000', '124718.368000', '124718.371000', '124718.374000', '124718.378000', '124718.381000', '124718.384000', '124718.387000', '124718.390000', '124738.267000', '124738.270000', '124738.273000', '124738.276000', '124738.279000', '124738.282000', '124738.285000', '124738.287000', '124738.290000', '124738.293000', '124738.296000', '124738.299000', '124738.302000', '124738.305000', '124738.307000', '124738.310000', '124738.313000', '124738.316000', '124738.319000', '124738.322000', '124738.325000', '124738.328000', '124738.331000', '124738.334000', '124738.336000', '124738.339000', '124738.342000', '124738.345000', '124738.348000', '124738.351000', '124738.354000', '124738.357000', '124738.359000', '124738.362000', '124738.365000', '124738.368000', '124738.371000', '124738.374000', '124738.377000', '124738.380000', '124738.382000', '124738.385000', '124738.388000', '124738.391000', '124758.267000', '124758.270000', '124758.273000', '124758.276000', '124758.279000', '124758.282000', '124758.285000', '124758.288000', '124758.291000', '124758.294000', '124758.297000', '124758.300000', '124758.303000', '124758.306000', '124758.308000', '124758.311000', '124758.314000', '124758.326000', '124758.329000', '124758.332000', '124758.335000', '124758.338000', '124758.341000', '124758.344000', '124758.346000', '124758.349000', '124758.352000', '124758.355000', '124758.358000', '124758.361000', '124758.364000', '124758.366000', '124758.369000', '124758.372000', '124758.375000', '124758.378000', '124758.381000', '124758.384000', '124758.387000', '124758.390000', '124758.392000', '124758.395000', '124758.398000', '124818.267000', '124818.270000', '124818.273000', '124818.276000', '124818.279000', '124818.282000', '124818.285000', '124818.288000', '124818.291000', '124818.293000', '124818.296000', '124818.299000', '124818.302000', '124818.305000', '124818.308000', '124818.311000', '124818.314000', '124818.317000', '124818.319000', '124818.322000', '124818.325000', '124818.328000', '124818.331000', '124818.334000', '124818.337000', '124818.340000', '124818.342000', '124818.345000', '124818.348000', '124818.351000', '124818.354000', '124818.357000', '124818.360000', '124818.363000', '124818.366000', '124818.369000', '124818.371000', '124818.374000', '124818.377000', '124818.380000', '124818.383000', '124818.386000', '124818.389000', '124818.391000', '124838.266000', '124838.269000', '124838.272000', '124838.275000', '124838.278000', '124838.281000', '124838.284000', '124838.286000', '124838.289000', '124838.292000', '124838.296000', '124838.298000', '124838.301000', '124838.304000', '124838.307000', '124838.310000', '124838.313000', '124838.316000', '124838.319000', '124838.322000', '124838.325000', '124838.327000', '124838.330000', '124838.333000', '124838.336000', '124838.339000', '124838.342000', '124838.345000', '124838.348000', '124838.351000', '124838.354000', '124838.356000', '124838.359000', '124838.362000', '124838.365000', '124838.368000', '124838.371000', '124838.374000', '124838.377000', '124838.379000', '124838.382000', '124838.385000', '124838.388000', '124858.266000', '124858.269000', '124858.272000', '124858.275000', '124858.278000', '124858.281000', '124858.284000', '124858.286000', '124858.289000', '124858.292000', '124858.295000', '124858.298000', '124858.301000', '124858.304000', '124858.307000', '124858.310000', '124858.313000', '124858.315000', '124858.318000', '124858.321000', '124858.324000', '124858.327000', '124858.330000', '124858.333000', '124858.336000', '124858.338000', '124858.341000', '124858.344000', '124858.347000', '124858.350000', '124858.353000', '124858.356000', '124858.359000', '124858.362000', '124858.365000', '124858.367000', '124858.370000', '124858.373000', '124858.376000', '124858.379000', '124858.382000', '124858.384000', '124858.387000', '124858.390000', '124918.279000', '124918.282000', '124918.285000', '124918.288000', '124918.291000', '124918.294000', '124918.297000', '124918.300000', '124918.303000', '124918.306000', '124918.308000', '124918.311000', '124918.314000', '124918.317000', '124918.320000', '124918.323000', '124918.327000', '124918.332000', '124918.335000', '124918.338000', '124918.341000', '124918.344000', '124918.347000', '124918.350000', '124918.353000', '124918.356000', '124918.358000', '124918.361000', '124918.364000', '124918.367000', '124918.370000', '124918.381000', '124918.384000', '124918.387000', '124918.390000', '124918.393000', '124918.396000', '124918.399000', '124918.401000', '124918.404000', '124918.407000', '124918.410000', '124918.413000', '124938.267000', '124938.270000', '124938.273000', '124938.276000', '124938.279000', '124938.282000', '124938.285000', '124938.287000', '124938.290000', '124938.293000', '124938.296000', '124938.299000', '124938.302000', '124938.305000', '124938.308000', '124938.311000', '124938.313000', '124938.316000', '124938.319000', '124938.322000', '124938.325000', '124938.328000', '124938.331000', '124938.333000', '124938.336000', '124938.339000', '124938.342000', '124938.345000', '124938.348000', '124938.351000', '124938.354000', '124938.356000', '124938.359000', '124938.362000', '124938.365000', '124938.368000', '124938.371000', '124938.374000', '124938.376000', '124938.379000', '124938.382000', '124938.385000', '124938.388000', '124938.391000', '124958.267000', '124958.270000', '124958.273000', '124958.276000', '124958.279000', '124958.282000', '124958.285000', '124958.287000', '124958.290000', '124958.293000', '124958.296000', '124958.299000', '124958.302000', '124958.305000', '124958.308000', '124958.311000', '124958.314000', '124958.316000', '124958.319000', '124958.322000', '124958.325000', '124958.328000', '124958.331000', '124958.334000', '124958.339000', '124958.343000', '124958.346000', '124958.349000', '124958.351000', '124958.354000', '124958.357000', '124958.360000', '124958.363000', '124958.366000', '124958.369000', '124958.372000', '124958.375000', '124958.377000', '124958.380000', '124958.383000', '124958.386000', '124958.389000', '124958.392000', '125018.267000', '125018.270000', '125018.273000', '125018.276000', '125018.279000', '125018.282000', '125018.285000', '125018.288000', '125018.290000', '125018.293000', '125018.296000', '125018.299000', '125018.302000', '125018.305000', '125018.308000', '125018.311000', '125018.314000', '125018.317000', '125018.320000', '125018.322000', '125018.325000', '125018.328000', '125018.331000', '125018.334000', '125018.337000', '125018.340000', '125018.342000', '125018.345000', '125018.348000', '125018.351000', '125018.354000', '125018.357000', '125018.360000', '125018.363000', '125018.366000', '125018.369000', '125018.372000', '125018.374000', '125018.377000', '125018.380000', '125018.395000', '125018.398000', '125018.401000', '125018.404000', '125038.267000', '125038.270000', '125038.273000', '125038.276000', '125038.279000', '125038.282000', '125038.285000', '125038.288000', '125038.292000', '125038.295000', '125038.298000', '125038.300000', '125038.303000', '125038.306000', '125038.309000', '125038.312000', '125038.315000', '125038.318000', '125038.321000', '125038.323000', '125038.326000', '125038.329000', '125038.332000', '125038.335000', '125038.338000', '125038.341000', '125038.344000', '125038.347000', '125038.350000', '125038.352000', '125038.355000', '125038.358000', '125038.361000', '125038.364000', '125038.367000', '125038.370000', '125038.373000', '125038.375000', '125038.378000', '125038.381000', '125038.385000', '125038.388000', '125038.391000', '125058.266000', '125058.269000', '125058.272000', '125058.275000', '125058.278000', '125058.281000', '125058.284000', '125058.287000', '125058.289000', '125058.292000', '125058.295000', '125058.298000', '125058.301000', '125058.304000', '125058.307000', '125058.310000', '125058.313000', '125058.316000', '125058.319000', '125058.321000', '125058.324000', '125058.327000', '125058.330000', '125058.333000', '125058.336000', '125058.339000', '125058.342000', '125058.345000', '125058.347000', '125058.350000', '125058.353000', '125058.356000', '125058.359000', '125058.362000', '125058.365000', '125058.367000', '125058.370000', '125058.373000', '125058.376000', '125058.379000', '125058.382000', '125058.385000', '125058.388000', '125058.390000', '125118.266000', '125118.269000', '125118.272000', '125118.275000', '125118.278000', '125118.281000', '125118.284000', '125118.287000', '125118.289000', '125118.292000', '125118.295000', '125118.298000', '125118.301000', '125118.304000', '125118.307000', '125118.310000', '125118.313000', '125118.316000', '125118.318000', '125118.321000', '125118.324000', '125118.327000', '125118.330000', '125118.333000', '125118.336000', '125118.339000', '125118.342000', '125118.345000', '125118.347000', '125118.350000', '125118.353000', '125118.356000', '125118.359000', '125118.362000', '125118.365000', '125118.368000', '125118.371000', '125118.374000', '125118.377000', '125118.380000', '125118.383000', '125118.386000', '125118.388000', '125138.267000', '125138.270000', '125138.273000', '125138.276000', '125138.279000', '125138.282000', '125138.285000', '125138.287000', '125138.312000', '125138.315000', '125138.318000', '125138.321000', '125138.324000', '125138.327000', '125138.330000', '125138.332000', '125138.335000', '125138.338000', '125138.341000', '125138.344000', '125138.347000', '125138.350000', '125138.353000', '125138.356000', '125138.359000', '125138.362000', '125138.364000', '125138.367000', '125138.370000', '125138.373000', '125138.376000', '125138.379000', '125138.382000', '125138.385000', '125138.387000', '125138.390000', '125138.393000', '125138.396000', '125138.399000', '125138.402000', '125138.405000', '125138.408000', '125138.410000', '125138.413000', '125158.267000', '125158.270000', '125158.273000', '125158.276000', '125158.279000', '125158.282000', '125158.285000', '125158.288000', '125158.291000', '125158.293000', '125158.296000', '125158.299000', '125158.302000', '125158.305000', '125158.308000', '125158.311000', '125158.314000', '125158.317000', '125158.319000', '125158.322000', '125158.326000', '125158.329000', '125158.332000', '125158.335000', '125158.338000', '125158.341000', '125158.344000', '125158.347000', '125158.350000', '125158.353000', '125158.355000', '125158.358000', '125158.361000', '125158.364000', '125158.367000', '125158.370000', '125158.373000', '125158.376000', '125158.379000', '125158.382000', '125158.385000', '125158.388000', '125158.391000', '125218.267000', '125218.270000', '125218.273000', '125218.276000', '125218.279000', '125218.282000', '125218.285000', '125218.288000', '125218.291000', '125218.294000', '125218.297000', '125218.300000', '125218.303000', '125218.305000', '125218.308000', '125218.311000', '125218.314000', '125218.317000', '125218.320000', '125218.323000', '125218.326000', '125218.329000', '125218.332000', '125218.334000', '125218.337000', '125218.340000', '125218.343000', '125218.346000', '125218.349000', '125218.352000', '125218.355000', '125218.357000', '125218.360000', '125218.363000', '125218.366000', '125218.369000', '125218.372000', '125218.375000', '125218.378000', '125218.381000', '125218.383000', '125218.386000', '125218.389000', '125218.392000', '125233.412000', '125233.416000', '125233.420000', '125233.423000', '125233.426000', '125233.429000', '125233.432000', '125233.435000', '125233.439000', '125233.442000', '125233.445000', '125233.448000', '125233.451000', '125233.454000', '125233.457000', '125233.460000', '125233.463000', '125233.466000', '125233.469000', '125233.481000', '125233.484000', '125233.487000', '125233.490000', '125233.493000', '125233.496000', '125233.499000', '125233.502000', '125233.505000', '125233.508000', '125233.511000', '125233.514000', '125233.517000', '125233.520000'], 'InstanceCreationTime': ['123838.300000', '123838.303000', '123838.306000', '123838.309000', '123838.312000', '123838.315000', '123838.318000', '123838.320000', '123838.323000', '123838.326000', '123838.329000', '123838.332000', '123838.335000', '123838.338000', '123838.341000', '123838.343000', '123838.346000', '123838.349000', '123838.352000', '123838.355000', '123838.364000', '123838.367000', '123838.370000', '123838.373000', '123838.376000', '123838.378000', '123838.381000', '123838.384000', '123838.387000', '123838.390000', '123838.393000', '123838.396000', '123838.398000', '123838.401000', '123838.404000', '123838.407000', '123838.410000', '123838.413000', '123838.415000', '123838.418000', '123838.421000', '123838.424000', '123838.427000', '123858.267000', '123858.270000', '123858.273000', '123858.276000', '123858.278000', '123858.281000', '123858.284000', '123858.287000', '123858.290000', '123858.293000', '123858.295000', '123858.298000', '123858.301000', '123858.304000', '123858.307000', '123858.310000', '123858.313000', '123858.316000', '123858.319000', '123858.321000', '123858.324000', '123858.327000', '123858.330000', '123858.333000', '123858.335000', '123858.338000', '123858.341000', '123858.344000', '123858.347000', '123858.350000', '123858.353000', '123858.355000', '123858.358000', '123858.361000', '123858.364000', '123858.367000', '123858.370000', '123858.372000', '123858.375000', '123858.378000', '123858.381000', '123858.384000', '123858.387000', '123858.389000', '123918.266000', '123918.269000', '123918.272000', '123918.275000', '123918.277000', '123918.280000', '123918.283000', '123918.286000', '123918.289000', '123918.292000', '123918.295000', '123918.298000', '123918.300000', '123918.303000', '123918.306000', '123918.309000', '123918.312000', '123918.315000', '123918.317000', '123918.320000', '123918.323000', '123918.326000', '123918.329000', '123918.331000', '123918.334000', '123918.337000', '123918.340000', '123918.343000', '123918.346000', '123918.349000', '123918.352000', '123918.354000', '123918.357000', '123918.360000', '123918.363000', '123918.366000', '123918.369000', '123918.371000', '123918.374000', '123918.377000', '123918.380000', '123918.383000', '123918.386000', '123938.266000', '123938.271000', '123938.274000', '123938.277000', '123938.280000', '123938.283000', '123938.286000', '123938.289000', '123938.291000', '123938.294000', '123938.297000', '123938.300000', '123938.303000', '123938.306000', '123938.309000', '123938.312000', '123938.314000', '123938.317000', '123938.320000', '123938.323000', '123938.326000', '123938.329000', '123938.331000', '123938.334000', '123938.337000', '123938.354000', '123938.357000', '123938.360000', '123938.363000', '123938.365000', '123938.368000', '123938.371000', '123938.374000', '123938.377000', '123938.380000', '123938.383000', '123938.385000', '123938.388000', '123938.398000', '123938.401000', '123938.404000', '123938.407000', '123938.409000', '123958.266000', '123958.269000', '123958.272000', '123958.275000', '123958.277000', '123958.280000', '123958.283000', '123958.286000', '123958.289000', '123958.292000', '123958.294000', '123958.297000', '123958.300000', '123958.303000', '123958.306000', '123958.309000', '123958.312000', '123958.314000', '123958.317000', '123958.320000', '123958.323000', '123958.326000', '123958.330000', '123958.333000', '123958.336000', '123958.339000', '123958.341000', '123958.344000', '123958.347000', '123958.350000', '123958.353000', '123958.356000', '123958.359000', '123958.361000', '123958.364000', '123958.367000', '123958.370000', '123958.373000', '123958.376000', '123958.386000', '123958.388000', '123958.391000', '123958.394000', '123958.397000', '124018.267000', '124018.270000', '124018.273000', '124018.277000', '124018.281000', '124018.284000', '124018.287000', '124018.290000', '124018.293000', '124018.296000', '124018.299000', '124018.302000', '124018.305000', '124018.307000', '124018.310000', '124018.313000', '124018.316000', '124018.319000', '124018.322000', '124018.325000', '124018.327000', '124018.337000', '124018.339000', '124018.342000', '124018.345000', '124018.348000', '124018.351000', '124018.354000', '124018.357000', '124018.359000', '124018.362000', '124018.365000', '124018.368000', '124018.371000', '124018.374000', '124018.376000', '124018.379000', '124018.382000', '124018.385000', '124018.388000', '124018.391000', '124018.394000', '124018.397000', '124038.267000', '124038.270000', '124038.273000', '124038.276000', '124038.279000', '124038.281000', '124038.284000', '124038.287000', '124038.290000', '124038.293000', '124038.296000', '124038.299000', '124038.302000', '124038.304000', '124038.307000', '124038.310000', '124038.313000', '124038.316000', '124038.319000', '124038.322000', '124038.324000', '124038.327000', '124038.330000', '124038.333000', '124038.336000', '124038.339000', '124038.342000', '124038.344000', '124038.347000', '124038.350000', '124038.353000', '124038.356000', '124038.359000', '124038.362000', '124038.364000', '124038.367000', '124038.370000', '124038.373000', '124038.376000', '124038.379000', '124038.382000', '124038.385000', '124038.387000', '124038.390000', '124058.267000', '124058.270000', '124058.273000', '124058.276000', '124058.278000', '124058.281000', '124058.284000', '124058.287000', '124058.290000', '124058.293000', '124058.296000', '124058.299000', '124058.301000', '124058.304000', '124058.307000', '124058.310000', '124058.313000', '124058.316000', '124058.319000', '124058.322000', '124058.325000', '124058.328000', '124058.330000', '124058.333000', '124058.336000', '124058.339000', '124058.342000', '124058.345000', '124058.348000', '124058.351000', '124058.354000', '124058.356000', '124058.369000', '124058.372000', '124058.375000', '124058.378000', '124058.381000', '124058.384000', '124058.387000', '124058.390000', '124058.392000', '124058.395000', '124058.398000', '124118.267000', '124118.270000', '124118.273000', '124118.276000', '124118.279000', '124118.281000', '124118.284000', '124118.287000', '124118.290000', '124118.293000', '124118.296000', '124118.299000', '124118.301000', '124118.304000', '124118.307000', '124118.310000', '124118.313000', '124118.316000', '124118.319000', '124118.321000', '124118.324000', '124118.337000', '124118.340000', '124118.343000', '124118.346000', '124118.349000', '124118.352000', '124118.355000', '124118.357000', '124118.360000', '124118.363000', '124118.366000', '124118.369000', '124118.372000', '124118.375000', '124118.378000', '124118.380000', '124118.383000', '124118.386000', '124118.389000', '124118.392000', '124118.395000', '124118.398000', '124118.400000', '124138.266000', '124138.269000', '124138.272000', '124138.275000', '124138.278000', '124138.281000', '124138.284000', '124138.286000', '124138.289000', '124138.292000', '124138.295000', '124138.298000', '124138.301000', '124138.304000', '124138.307000', '124138.309000', '124138.312000', '124138.315000', '124138.318000', '124138.321000', '124138.324000', '124138.330000', '124138.333000', '124138.336000', '124138.339000', '124138.342000', '124138.345000', '124138.348000', '124138.350000', '124138.353000', '124138.356000', '124138.359000', '124138.362000', '124138.365000', '124138.368000', '124138.371000', '124138.373000', '124138.376000', '124138.379000', '124138.382000', '124138.385000', '124138.388000', '124138.391000', '124158.266000', '124158.269000', '124158.272000', '124158.275000', '124158.278000', '124158.280000', '124158.283000', '124158.286000', '124158.289000', '124158.292000', '124158.295000', '124158.298000', '124158.300000', '124158.303000', '124158.306000', '124158.309000', '124158.312000', '124158.315000', '124158.318000', '124158.320000', '124158.323000', '124158.326000', '124158.329000', '124158.332000', '124158.335000', '124158.338000', '124158.341000', '124158.344000', '124158.346000', '124158.349000', '124158.352000', '124158.355000', '124158.358000', '124158.361000', '124158.364000', '124158.367000', '124158.370000', '124158.373000', '124158.376000', '124158.378000', '124158.381000', '124158.384000', '124158.387000', '124158.390000', '124218.267000', '124218.270000', '124218.273000', '124218.276000', '124218.279000', '124218.282000', '124218.284000', '124218.287000', '124218.290000', '124218.293000', '124218.296000', '124218.299000', '124218.301000', '124218.304000', '124218.307000', '124218.310000', '124218.313000', '124218.316000', '124218.319000', '124218.322000', '124218.325000', '124218.328000', '124218.330000', '124218.333000', '124218.336000', '124218.339000', '124218.342000', '124218.345000', '124218.348000', '124218.351000', '124218.354000', '124218.357000', '124218.360000', '124218.363000', '124218.366000', '124218.368000', '124218.371000', '124218.374000', '124218.377000', '124218.380000', '124218.383000', '124218.385000', '124218.388000', '124238.267000', '124238.270000', '124238.273000', '124238.276000', '124238.279000', '124238.282000', '124238.284000', '124238.287000', '124238.290000', '124238.293000', '124238.296000', '124238.299000', '124238.302000', '124238.304000', '124238.307000', '124238.310000', '124238.313000', '124238.316000', '124238.319000', '124238.322000', '124238.325000', '124238.327000', '124238.330000', '124238.333000', '124238.336000', '124238.339000', '124238.342000', '124238.345000', '124238.348000', '124238.351000', '124238.353000', '124238.368000', '124238.371000', '124238.374000', '124238.377000', '124238.379000', '124238.382000', '124238.385000', '124238.388000', '124238.391000', '124238.394000', '124238.397000', '124238.399000', '124238.402000', '124258.267000', '124258.270000', '124258.273000', '124258.276000', '124258.279000', '124258.281000', '124258.284000', '124258.287000', '124258.290000', '124258.293000', '124258.296000', '124258.300000', '124258.303000', '124258.306000', '124258.308000', '124258.311000', '124258.314000', '124258.317000', '124258.320000', '124258.323000', '124258.326000', '124258.329000', '124258.332000', '124258.334000', '124258.337000', '124258.340000', '124258.343000', '124258.346000', '124258.349000', '124258.352000', '124258.355000', '124258.358000', '124258.361000', '124258.364000', '124258.367000', '124258.369000', '124258.372000', '124258.375000', '124258.378000', '124258.381000', '124258.384000', '124258.387000', '124258.390000', '124318.267000', '124318.270000', '124318.273000', '124318.276000', '124318.279000', '124318.282000', '124318.285000', '124318.287000', '124318.290000', '124318.293000', '124318.296000', '124318.299000', '124318.302000', '124318.305000', '124318.307000', '124318.310000', '124318.313000', '124318.316000', '124318.319000', '124318.322000', '124318.325000', '124318.328000', '124318.331000', '124318.333000', '124318.336000', '124318.339000', '124318.342000', '124318.345000', '124318.348000', '124318.351000', '124318.354000', '124318.357000', '124318.359000', '124318.362000', '124318.365000', '124318.368000', '124318.371000', '124318.374000', '124318.377000', '124318.379000', '124318.382000', '124318.385000', '124318.388000', '124318.391000', '124338.267000', '124338.270000', '124338.273000', '124338.276000', '124338.279000', '124338.282000', '124338.284000', '124338.287000', '124338.290000', '124338.293000', '124338.296000', '124338.299000', '124338.302000', '124338.305000', '124338.308000', '124338.310000', '124338.313000', '124338.316000', '124338.319000', '124338.322000', '124338.325000', '124338.328000', '124338.331000', '124338.333000', '124338.336000', '124338.339000', '124338.342000', '124338.345000', '124338.348000', '124338.351000', '124338.354000', '124338.357000', '124338.359000', '124338.362000', '124338.365000', '124338.368000', '124338.371000', '124338.374000', '124338.377000', '124338.380000', '124338.382000', '124338.385000', '124338.388000', '124358.266000', '124358.269000', '124358.272000', '124358.275000', '124358.278000', '124358.280000', '124358.283000', '124358.286000', '124358.289000', '124358.292000', '124358.295000', '124358.298000', '124358.300000', '124358.303000', '124358.306000', '124358.309000', '124358.312000', '124358.315000', '124358.318000', '124358.321000', '124358.323000', '124358.326000', '124358.329000', '124358.332000', '124358.335000', '124358.338000', '124358.341000', '124358.344000', '124358.346000', '124358.349000', '124358.352000', '124358.355000', '124358.358000', '124358.361000', '124358.364000', '124358.367000', '124358.370000', '124358.372000', '124358.375000', '124358.378000', '124358.381000', '124358.384000', '124358.399000', '124358.402000', '124418.266000', '124418.269000', '124418.272000', '124418.275000', '124418.278000', '124418.281000', '124418.283000', '124418.286000', '124418.289000', '124418.292000', '124418.295000', '124418.298000', '124418.301000', '124418.303000', '124418.306000', '124418.309000', '124418.312000', '124418.315000', '124418.318000', '124418.321000', '124418.324000', '124418.326000', '124418.329000', '124418.332000', '124418.336000', '124418.339000', '124418.342000', '124418.345000', '124418.348000', '124418.351000', '124418.354000', '124418.357000', '124418.360000', '124418.362000', '124418.365000', '124418.368000', '124418.371000', '124418.374000', '124418.377000', '124418.380000', '124418.382000', '124418.385000', '124418.388000', '124438.267000', '124438.270000', '124438.273000', '124438.276000', '124438.279000', '124438.282000', '124438.284000', '124438.287000', '124438.290000', '124438.293000', '124438.296000', '124438.299000', '124438.302000', '124438.305000', '124438.308000', '124438.311000', '124438.313000', '124438.316000', '124438.319000', '124438.322000', '124438.325000', '124438.328000', '124438.331000', '124438.334000', '124438.337000', '124438.339000', '124438.342000', '124438.345000', '124438.348000', '124438.351000', '124438.354000', '124438.357000', '124438.360000', '124438.372000', '124438.375000', '124438.378000', '124438.381000', '124438.383000', '124438.387000', '124438.389000', '124438.392000', '124438.395000', '124438.398000', '124438.401000', '124458.267000', '124458.270000', '124458.273000', '124458.276000', '124458.279000', '124458.282000', '124458.284000', '124458.287000', '124458.290000', '124458.293000', '124458.296000', '124458.299000', '124458.302000', '124458.305000', '124458.308000', '124458.311000', '124458.313000', '124458.316000', '124458.319000', '124458.322000', '124458.325000', '124458.328000', '124458.331000', '124458.334000', '124458.336000', '124458.339000', '124458.342000', '124458.345000', '124458.348000', '124458.351000', '124458.354000', '124458.357000', '124458.360000', '124458.362000', '124458.365000', '124458.368000', '124458.371000', '124458.374000', '124458.377000', '124458.380000', '124458.383000', '124458.385000', '124458.388000', '124518.267000', '124518.270000', '124518.273000', '124518.276000', '124518.279000', '124518.282000', '124518.285000', '124518.287000', '124518.290000', '124518.306000', '124518.309000', '124518.311000', '124518.314000', '124518.317000', '124518.320000', '124518.323000', '124518.326000', '124518.329000', '124518.331000', '124518.334000', '124518.337000', '124518.340000', '124518.343000', '124518.346000', '124518.349000', '124518.352000', '124518.355000', '124518.357000', '124518.360000', '124518.363000', '124518.366000', '124518.369000', '124518.372000', '124518.374000', '124518.377000', '124518.380000', '124518.383000', '124518.386000', '124518.389000', '124518.392000', '124518.395000', '124518.398000', '124518.401000', '124518.403000', '124538.267000', '124538.270000', '124538.273000', '124538.276000', '124538.279000', '124538.282000', '124538.285000', '124538.287000', '124538.290000', '124538.293000', '124538.296000', '124538.299000', '124538.302000', '124538.305000', '124538.308000', '124538.311000', '124538.313000', '124538.316000', '124538.319000', '124538.322000', '124538.325000', '124538.328000', '124538.330000', '124538.333000', '124538.336000', '124538.339000', '124538.342000', '124538.345000', '124538.348000', '124538.351000', '124538.354000', '124538.356000', '124538.359000', '124538.362000', '124538.365000', '124538.368000', '124538.371000', '124538.375000', '124538.378000', '124538.381000', '124538.384000', '124538.387000', '124538.390000', '124558.267000', '124558.270000', '124558.273000', '124558.276000', '124558.279000', '124558.282000', '124558.284000', '124558.287000', '124558.290000', '124558.293000', '124558.296000', '124558.299000', '124558.302000', '124558.305000', '124558.308000', '124558.310000', '124558.313000', '124558.316000', '124558.319000', '124558.322000', '124558.325000', '124558.328000', '124558.330000', '124558.333000', '124558.336000', '124558.340000', '124558.343000', '124558.346000', '124558.349000', '124558.352000', '124558.355000', '124558.358000', '124558.360000', '124558.363000', '124558.366000', '124558.369000', '124558.372000', '124558.375000', '124558.378000', '124558.380000', '124558.383000', '124558.386000', '124558.389000', '124558.392000', '124618.266000', '124618.269000', '124618.272000', '124618.275000', '124618.278000', '124618.281000', '124618.283000', '124618.286000', '124618.289000', '124618.292000', '124618.295000', '124618.298000', '124618.301000', '124618.304000', '124618.307000', '124618.310000', '124618.312000', '124618.315000', '124618.318000', '124618.321000', '124618.324000', '124618.327000', '124618.330000', '124618.333000', '124618.336000', '124618.338000', '124618.341000', '124618.344000', '124618.347000', '124618.350000', '124618.353000', '124618.356000', '124618.358000', '124618.361000', '124618.364000', '124618.367000', '124618.370000', '124618.373000', '124618.376000', '124618.379000', '124618.381000', '124618.384000', '124618.387000', '124638.266000', '124638.270000', '124638.273000', '124638.276000', '124638.279000', '124638.282000', '124638.285000', '124638.288000', '124638.291000', '124638.294000', '124638.297000', '124638.300000', '124638.303000', '124638.305000', '124638.308000', '124638.311000', '124638.314000', '124638.317000', '124638.320000', '124638.323000', '124638.326000', '124638.329000', '124638.332000', '124638.335000', '124638.338000', '124638.341000', '124638.344000', '124638.347000', '124638.350000', '124638.352000', '124638.355000', '124638.358000', '124638.361000', '124638.364000', '124638.367000', '124638.387000', '124638.390000', '124638.393000', '124638.396000', '124638.399000', '124638.402000', '124638.405000', '124638.408000', '124658.267000', '124658.270000', '124658.273000', '124658.276000', '124658.279000', '124658.282000', '124658.285000', '124658.288000', '124658.291000', '124658.294000', '124658.296000', '124658.299000', '124658.302000', '124658.305000', '124658.308000', '124658.311000', '124658.314000', '124658.317000', '124658.319000', '124658.322000', '124658.325000', '124658.328000', '124658.331000', '124658.334000', '124658.337000', '124658.340000', '124658.343000', '124658.346000', '124658.348000', '124658.351000', '124658.354000', '124658.357000', '124658.360000', '124658.363000', '124658.366000', '124658.369000', '124658.371000', '124658.374000', '124658.377000', '124658.380000', '124658.383000', '124658.386000', '124658.389000', '124658.392000', '124718.267000', '124718.270000', '124718.273000', '124718.276000', '124718.279000', '124718.282000', '124718.285000', '124718.288000', '124718.290000', '124718.293000', '124718.296000', '124718.299000', '124718.302000', '124718.305000', '124718.308000', '124718.311000', '124718.314000', '124718.316000', '124718.319000', '124718.322000', '124718.325000', '124718.328000', '124718.331000', '124718.334000', '124718.337000', '124718.340000', '124718.343000', '124718.345000', '124718.348000', '124718.351000', '124718.354000', '124718.357000', '124718.360000', '124718.363000', '124718.366000', '124718.368000', '124718.371000', '124718.374000', '124718.378000', '124718.381000', '124718.384000', '124718.387000', '124718.390000', '124738.267000', '124738.270000', '124738.273000', '124738.276000', '124738.279000', '124738.282000', '124738.285000', '124738.287000', '124738.290000', '124738.293000', '124738.296000', '124738.299000', '124738.302000', '124738.305000', '124738.307000', '124738.310000', '124738.313000', '124738.316000', '124738.319000', '124738.322000', '124738.325000', '124738.328000', '124738.331000', '124738.334000', '124738.336000', '124738.339000', '124738.342000', '124738.345000', '124738.348000', '124738.351000', '124738.354000', '124738.357000', '124738.359000', '124738.362000', '124738.365000', '124738.368000', '124738.371000', '124738.374000', '124738.377000', '124738.380000', '124738.382000', '124738.385000', '124738.388000', '124738.391000', '124758.267000', '124758.270000', '124758.273000', '124758.276000', '124758.279000', '124758.282000', '124758.285000', '124758.288000', '124758.291000', '124758.294000', '124758.297000', '124758.300000', '124758.303000', '124758.306000', '124758.308000', '124758.311000', '124758.314000', '124758.326000', '124758.329000', '124758.332000', '124758.335000', '124758.338000', '124758.341000', '124758.344000', '124758.346000', '124758.349000', '124758.352000', '124758.355000', '124758.358000', '124758.361000', '124758.364000', '124758.366000', '124758.369000', '124758.372000', '124758.375000', '124758.378000', '124758.381000', '124758.384000', '124758.387000', '124758.390000', '124758.392000', '124758.395000', '124758.398000', '124818.267000', '124818.270000', '124818.273000', '124818.276000', '124818.279000', '124818.282000', '124818.285000', '124818.288000', '124818.291000', '124818.293000', '124818.296000', '124818.299000', '124818.302000', '124818.305000', '124818.308000', '124818.311000', '124818.314000', '124818.317000', '124818.319000', '124818.322000', '124818.325000', '124818.328000', '124818.331000', '124818.334000', '124818.337000', '124818.340000', '124818.342000', '124818.345000', '124818.348000', '124818.351000', '124818.354000', '124818.357000', '124818.360000', '124818.363000', '124818.366000', '124818.369000', '124818.371000', '124818.374000', '124818.377000', '124818.380000', '124818.383000', '124818.386000', '124818.389000', '124818.391000', '124838.266000', '124838.269000', '124838.272000', '124838.275000', '124838.278000', '124838.281000', '124838.284000', '124838.286000', '124838.289000', '124838.292000', '124838.296000', '124838.298000', '124838.301000', '124838.304000', '124838.307000', '124838.310000', '124838.313000', '124838.316000', '124838.319000', '124838.322000', '124838.325000', '124838.327000', '124838.330000', '124838.333000', '124838.336000', '124838.339000', '124838.342000', '124838.345000', '124838.348000', '124838.351000', '124838.354000', '124838.356000', '124838.359000', '124838.362000', '124838.365000', '124838.368000', '124838.371000', '124838.374000', '124838.377000', '124838.379000', '124838.382000', '124838.385000', '124838.388000', '124858.266000', '124858.269000', '124858.272000', '124858.275000', '124858.278000', '124858.281000', '124858.284000', '124858.286000', '124858.289000', '124858.292000', '124858.295000', '124858.298000', '124858.301000', '124858.304000', '124858.307000', '124858.310000', '124858.313000', '124858.315000', '124858.318000', '124858.321000', '124858.324000', '124858.327000', '124858.330000', '124858.333000', '124858.336000', '124858.338000', '124858.341000', '124858.344000', '124858.347000', '124858.350000', '124858.353000', '124858.356000', '124858.359000', '124858.362000', '124858.365000', '124858.367000', '124858.370000', '124858.373000', '124858.376000', '124858.379000', '124858.382000', '124858.384000', '124858.387000', '124858.390000', '124918.279000', '124918.282000', '124918.285000', '124918.288000', '124918.291000', '124918.294000', '124918.297000', '124918.300000', '124918.303000', '124918.306000', '124918.308000', '124918.311000', '124918.314000', '124918.317000', '124918.320000', '124918.323000', '124918.327000', '124918.332000', '124918.335000', '124918.338000', '124918.341000', '124918.344000', '124918.347000', '124918.350000', '124918.353000', '124918.356000', '124918.358000', '124918.361000', '124918.364000', '124918.367000', '124918.370000', '124918.381000', '124918.384000', '124918.387000', '124918.390000', '124918.393000', '124918.396000', '124918.399000', '124918.401000', '124918.404000', '124918.407000', '124918.410000', '124918.413000', '124938.267000', '124938.270000', '124938.273000', '124938.276000', '124938.279000', '124938.282000', '124938.285000', '124938.287000', '124938.290000', '124938.293000', '124938.296000', '124938.299000', '124938.302000', '124938.305000', '124938.308000', '124938.311000', '124938.313000', '124938.316000', '124938.319000', '124938.322000', '124938.325000', '124938.328000', '124938.331000', '124938.333000', '124938.336000', '124938.339000', '124938.342000', '124938.345000', '124938.348000', '124938.351000', '124938.354000', '124938.356000', '124938.359000', '124938.362000', '124938.365000', '124938.368000', '124938.371000', '124938.374000', '124938.376000', '124938.379000', '124938.382000', '124938.385000', '124938.388000', '124938.391000', '124958.267000', '124958.270000', '124958.273000', '124958.276000', '124958.279000', '124958.282000', '124958.285000', '124958.287000', '124958.290000', '124958.293000', '124958.296000', '124958.299000', '124958.302000', '124958.305000', '124958.308000', '124958.311000', '124958.314000', '124958.316000', '124958.319000', '124958.322000', '124958.325000', '124958.328000', '124958.331000', '124958.334000', '124958.339000', '124958.343000', '124958.346000', '124958.349000', '124958.351000', '124958.354000', '124958.357000', '124958.360000', '124958.363000', '124958.366000', '124958.369000', '124958.372000', '124958.375000', '124958.377000', '124958.380000', '124958.383000', '124958.386000', '124958.389000', '124958.392000', '125018.267000', '125018.270000', '125018.273000', '125018.276000', '125018.279000', '125018.282000', '125018.285000', '125018.288000', '125018.290000', '125018.293000', '125018.296000', '125018.299000', '125018.302000', '125018.305000', '125018.308000', '125018.311000', '125018.314000', '125018.317000', '125018.320000', '125018.322000', '125018.325000', '125018.328000', '125018.331000', '125018.334000', '125018.337000', '125018.340000', '125018.342000', '125018.345000', '125018.348000', '125018.351000', '125018.354000', '125018.357000', '125018.360000', '125018.363000', '125018.366000', '125018.369000', '125018.372000', '125018.374000', '125018.377000', '125018.380000', '125018.395000', '125018.398000', '125018.401000', '125018.404000', '125038.267000', '125038.270000', '125038.273000', '125038.276000', '125038.279000', '125038.282000', '125038.285000', '125038.288000', '125038.292000', '125038.295000', '125038.298000', '125038.300000', '125038.303000', '125038.306000', '125038.309000', '125038.312000', '125038.315000', '125038.318000', '125038.321000', '125038.323000', '125038.326000', '125038.329000', '125038.332000', '125038.335000', '125038.338000', '125038.341000', '125038.344000', '125038.347000', '125038.350000', '125038.352000', '125038.355000', '125038.358000', '125038.361000', '125038.364000', '125038.367000', '125038.370000', '125038.373000', '125038.375000', '125038.378000', '125038.381000', '125038.385000', '125038.388000', '125038.391000', '125058.266000', '125058.269000', '125058.272000', '125058.275000', '125058.278000', '125058.281000', '125058.284000', '125058.287000', '125058.289000', '125058.292000', '125058.295000', '125058.298000', '125058.301000', '125058.304000', '125058.307000', '125058.310000', '125058.313000', '125058.316000', '125058.319000', '125058.321000', '125058.324000', '125058.327000', '125058.330000', '125058.333000', '125058.336000', '125058.339000', '125058.342000', '125058.345000', '125058.347000', '125058.350000', '125058.353000', '125058.356000', '125058.359000', '125058.362000', '125058.365000', '125058.367000', '125058.370000', '125058.373000', '125058.376000', '125058.379000', '125058.382000', '125058.385000', '125058.388000', '125058.390000', '125118.266000', '125118.269000', '125118.272000', '125118.275000', '125118.278000', '125118.281000', '125118.284000', '125118.287000', '125118.289000', '125118.292000', '125118.295000', '125118.298000', '125118.301000', '125118.304000', '125118.307000', '125118.310000', '125118.313000', '125118.316000', '125118.318000', '125118.321000', '125118.324000', '125118.327000', '125118.330000', '125118.333000', '125118.336000', '125118.339000', '125118.342000', '125118.345000', '125118.347000', '125118.350000', '125118.353000', '125118.356000', '125118.359000', '125118.362000', '125118.365000', '125118.368000', '125118.371000', '125118.374000', '125118.377000', '125118.380000', '125118.383000', '125118.386000', '125118.388000', '125138.267000', '125138.270000', '125138.273000', '125138.276000', '125138.279000', '125138.282000', '125138.285000', '125138.287000', '125138.312000', '125138.315000', '125138.318000', '125138.321000', '125138.324000', '125138.327000', '125138.330000', '125138.332000', '125138.335000', '125138.338000', '125138.341000', '125138.344000', '125138.347000', '125138.350000', '125138.353000', '125138.356000', '125138.359000', '125138.362000', '125138.364000', '125138.367000', '125138.370000', '125138.373000', '125138.376000', '125138.379000', '125138.382000', '125138.385000', '125138.387000', '125138.390000', '125138.393000', '125138.396000', '125138.399000', '125138.402000', '125138.405000', '125138.408000', '125138.410000', '125138.413000', '125158.267000', '125158.270000', '125158.273000', '125158.276000', '125158.279000', '125158.282000', '125158.285000', '125158.288000', '125158.291000', '125158.293000', '125158.296000', '125158.299000', '125158.302000', '125158.305000', '125158.308000', '125158.311000', '125158.314000', '125158.317000', '125158.319000', '125158.322000', '125158.326000', '125158.329000', '125158.332000', '125158.335000', '125158.338000', '125158.341000', '125158.344000', '125158.347000', '125158.350000', '125158.353000', '125158.355000', '125158.358000', '125158.361000', '125158.364000', '125158.367000', '125158.370000', '125158.373000', '125158.376000', '125158.379000', '125158.382000', '125158.385000', '125158.388000', '125158.391000', '125218.267000', '125218.270000', '125218.273000', '125218.276000', '125218.279000', '125218.282000', '125218.285000', '125218.288000', '125218.291000', '125218.294000', '125218.297000', '125218.300000', '125218.303000', '125218.305000', '125218.308000', '125218.311000', '125218.314000', '125218.317000', '125218.320000', '125218.323000', '125218.326000', '125218.329000', '125218.332000', '125218.334000', '125218.337000', '125218.340000', '125218.343000', '125218.346000', '125218.349000', '125218.352000', '125218.355000', '125218.357000', '125218.360000', '125218.363000', '125218.366000', '125218.369000', '125218.372000', '125218.375000', '125218.378000', '125218.381000', '125218.383000', '125218.386000', '125218.389000', '125218.392000', '125233.412000', '125233.416000', '125233.420000', '125233.423000', '125233.426000', '125233.429000', '125233.432000', '125233.435000', '125233.439000', '125233.442000', '125233.445000', '125233.448000', '125233.451000', '125233.454000', '125233.457000', '125233.460000', '125233.463000', '125233.466000', '125233.469000', '125233.481000', '125233.484000', '125233.487000', '125233.490000', '125233.493000', '125233.496000', '125233.499000', '125233.502000', '125233.505000', '125233.508000', '125233.511000', '125233.514000', '125233.517000', '125233.520000'], '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': [15084, 11783, 16450, 11412, 18708, 11950, 20503, 13039, 19540, 12212, 18437, 12419, 21488, 13569, 17171, 12356, 11898, 13391, 13485, 15587, 11731, 16814, 11399, 16306, 11233, 18023, 12112, 19397, 11983, 17926, 12487, 17669, 12628, 19298, 13320, 18788, 12442, 17883, 12444, 18156, 12958, 20993, 12392, 17926, 12625, 17101, 12891, 17130, 12759, 17422, 12385, 16684, 12656, 17867, 13009, 18562, 12895, 17797, 12573, 17357, 12213, 17519, 12580, 17733, 11713, 16429, 11899, 17249, 11707, 18307, 12478, 17267, 11911, 16927, 12100, 17279, 11589, 17765, 11415, 16796, 11482, 16713, 12624, 16838, 11730, 15732, 11478, 15994, 11425, 15871, 11240, 15754, 11439, 15364, 19640, 14866, 16162, 14478, 21902, 13454, 21760, 13128, 17761, 11892, 16521, 11475, 14482, 11562, 15312, 11182, 15762, 10587, 15142, 10744, 16622, 11967, 16693, 12073, 15877, 23971, 12965, 19552, 12134, 16699, 11524, 16048, 11445, 14375, 16769, 14260, 14587, 14751, 12793, 14116, 12977, 15068, 22649, 15080, 18791, 13882, 23340, 13234, 22151, 12988, 18899, 13455, 19472, 12852, 16302, 12003, 16392, 12066, 15518, 11708, 14917, 12174, 14520, 12115, 14894, 12313, 14965, 12129, 14686, 11904, 15153, 12175, 15019, 16811, 13629, 22040, 13525, 19053, 13162, 17549, 12371, 16200, 12007, 16549, 11929, 16082, 11554, 15740, 11400, 15478, 11483, 16050, 11652, 15371, 11730, 15730, 21832, 14314, 23306, 13787, 21344, 12585, 17501, 12482, 16772, 12168, 16117, 11428, 15709, 11805, 15095, 14802, 14818, 11382, 14435, 21257, 13576, 21314, 13482, 19925, 12698, 17663, 12756, 16660, 12544, 16965, 12852, 17894, 12831, 16810, 11850, 15676, 12698, 14455, 14797, 13251, 22172, 13467, 22693, 13736, 18959, 13119, 18651, 12771, 19389, 12921, 19568, 12958, 20635, 12908, 17003, 13102, 16839, 12925, 16872, 12763, 16529, 12222, 16073, 12065, 16429, 11631, 17668, 11805, 16492, 11672, 17345, 11786, 17345, 11793, 18005, 12129, 16750, 11645, 16905, 12026, 16326, 12145, 15503, 12307, 14635, 12160, 15402, 12238, 16467, 11666, 15824, 11294, 16894, 11181, 17671, 11665, 17616, 11550, 17714, 11648, 18709, 12361, 17060, 12132, 15339, 11540, 16642, 12666, 17276, 11953, 17185, 11801, 16878, 11788, 18221, 11691, 18814, 11561, 17977, 12007, 18262, 12306, 20295, 13519, 19636, 12969, 17880, 12047, 17966, 13117, 18681, 12777, 17408, 12867, 18070, 13005, 18231, 12652, 17025, 12956, 17487, 11971, 17604, 11714, 16835, 11609, 16303, 11632, 17467, 11869, 18741, 12934, 17867, 12445, 17468, 12727, 16968, 12578, 19755, 13096, 17150, 13104, 20055, 15082, 12605, 16437, 12499, 16546, 13111, 15473, 24298, 13938, 21987, 13568, 17919, 12538, 19567, 13178, 20414, 13975, 12215, 13608, 11885, 14495, 11895, 17030, 11769, 20141, 12827, 18236, 12550, 18058, 13299, 19073, 13269, 19836, 13061, 18858, 12854, 17267, 13071, 17043, 13349, 17400, 12669, 18284, 12602, 19222, 13040, 17797, 13209, 12379, 13094, 16130, 13342, 23760, 13976, 22182, 12666, 18496, 13240, 16862, 13111, 16695, 12851, 16591, 12681, 16900, 12893, 17347, 13473, 18918, 12949, 17985, 13397, 19847, 13121, 19995, 13102, 19978, 12990, 20468, 12805, 21402, 13416, 18774, 12707, 18843, 13208, 21614, 13241, 17233, 12974, 11729, 12802, 12333, 14422, 13750, 15791, 11724, 14637, 12378, 13990, 22817, 13943, 20314, 13047, 19455, 12653, 19036, 12943, 19595, 13275, 16880, 13004, 17547, 13174, 20899, 13381, 17231, 12823, 20231, 12939, 18454, 13196, 17907, 12632, 18296, 12561, 17098, 12740, 17541, 12691, 16402, 12765, 16310, 12747, 16505, 12608, 16410, 11831, 16881, 11666, 16952, 11368, 16819, 11687, 16211, 11658, 14544, 18864, 14213, 13386, 13812, 20895, 13194, 20855, 13033, 18454, 13211, 18353, 12802, 17649, 12674, 16942, 12529, 17380, 13438, 17954, 12445, 17362, 12795, 17770, 12833, 18129, 12565, 17837, 12494, 17116, 12473, 16701, 11709, 15895, 11847, 13773, 22246, 13299, 23394, 13373, 20495, 12907, 17496, 12640, 16672, 13130, 16566, 12736, 16663, 12372, 16969, 12243, 16432, 12237, 17080, 12409, 16495, 22603, 13155, 21285, 12664, 15489, 15875, 13299, 15319, 13323, 16640, 12871, 20814, 12741, 18856, 12811, 18624, 12580, 16885, 12692, 16481, 13576, 13198, 13591, 13201, 22663, 12905, 17581, 12970, 16752, 12964, 16387, 12617, 16101, 11708, 15484, 11666, 15499, 11471, 15826, 11531, 15784, 11639, 14183, 13252, 13913, 20755, 13095, 20333, 13217, 17743, 12702, 17135, 12669, 16803, 12977, 14935, 11948, 16091, 11873, 14815, 11693, 15796, 12697, 15413, 11527, 15198, 17306, 14068, 22231, 12904, 18022, 11863, 16098, 14637, 13552, 22005, 13904, 11812, 13250, 11651, 13451, 19376, 13715, 21142, 13720, 19184, 12633, 17037, 12393, 16495, 12294, 13769, 11577, 13502, 21086, 13126, 22090, 13274, 19356, 13198, 17384, 12631, 16402, 12829, 17302, 12979, 19584, 12998, 18319, 13094, 18966, 13234, 19540, 12953, 19433, 12970, 17462, 13125, 16929, 12983, 17070, 12740, 16332, 12060, 16286, 11747, 17581, 12360, 16990, 12584, 16996, 12567, 17622, 13000, 17989, 12602, 16942, 12489, 17180, 12149, 17170, 11932, 16241, 11766, 13779, 22562, 14554, 21249, 13777, 21175, 12801, 18952, 12820, 18564, 13524, 17699, 12933, 17887, 12959, 17625, 12919, 18236, 12625, 17489, 12579, 17023, 12795, 17112, 12452, 16889, 12163, 14685, 12344, 15670, 12518, 16147, 12054, 15168, 12011, 15376, 11715, 17238, 11890, 17577, 11689, 15916, 22786, 13985, 22243, 13344, 18151, 12448, 16711, 12431, 14057, 24724, 13477, 21137, 12871, 19037, 12601, 18582, 12610, 18203, 12822, 17153, 12593, 18044, 16075, 13313, 19989, 12162, 15164, 12550, 12953, 20499, 13249, 16561, 12299, 14996, 11793, 13116, 11595, 12925, 12366, 13463, 11763, 14293, 13447, 14821, 12561, 14661, 14846, 13724, 22931, 13115, 19016, 12413, 15613, 16103, 13055, 19836, 13124, 17025, 12300, 15972, 12164, 16701, 12831, 16548, 12673, 17007, 12656, 18694, 12844, 18497, 13072, 19021, 13394, 16826, 13188, 21549, 12844, 18552, 12834, 17643, 12744, 17700, 12697, 17430, 12688, 17230, 12314, 17589, 12181, 15687, 12221, 15501, 12007, 16456, 12374, 17528, 12565, 17880, 12070, 16447, 12283, 15487, 11984, 16672, 11899, 17019, 11857, 16851, 11643, 17245, 12632, 17621, 12011, 18884, 12762, 18876, 13053, 19150, 13230, 11492, 13375, 11713, 15271, 12253, 17251, 11600, 17363, 11612, 17755, 11568, 18484, 11845, 19501, 12180, 17830, 12030, 18210, 12384, 18688, 13309, 19305, 12262, 18504, 12286, 18445, 13384, 21976, 12968, 21683, 12973, 19379, 13399, 12134, 13270, 12070, 15510, 11783, 17479, 11626, 19506, 12373, 18369, 12352, 18482, 12893, 18814, 13410, 21950, 13356, 12646, 13024, 12306, 15219, 12023, 16085, 12266, 17654, 11832, 17368, 11371, 17000, 11762, 16034, 11642, 17388, 11520, 17181, 12166, 17550, 12203, 18404, 12967, 18162, 12048, 17759, 12336, 17113, 12517, 17263, 12755, 17386, 12315, 17202, 12415, 17581, 12308, 17290, 12073, 16800, 12144, 16608, 11357, 17351, 11590, 17083, 11692, 16973, 11969, 16998, 11834, 18282, 11693, 17182, 11997, 17607, 11858, 18076, 11747, 16097, 12297, 15047, 12532, 15922, 12595, 16198, 12576, 14696, 12308, 15831, 15391, 16095, 12372, 14926, 11945, 14473, 16543, 14729, 12713, 14630, 11526, 13820, 13957, 14537, 22833, 14368, 22531, 12278, 18428, 12526, 16935, 12016, 16404, 12097, 16395, 11856, 15498, 11745, 15570, 11697, 16772, 11869, 14950, 12248, 15515, 12443, 16058, 12745, 14632, 12258, 14717, 23655, 13733, 21261, 12654, 17670, 12483, 16857, 12385, 16661, 12467, 16853, 12265, 16687, 12563, 16726, 12304, 15900, 11634, 15733, 12146, 14330, 22943, 13995, 23497, 12365, 18555, 12551, 16895, 12199, 16267, 11913, 16114, 11847, 16574, 11939, 16809, 11968, 16533, 11903, 16767, 11588, 16089, 12794, 16209, 21797, 13020, 21939, 13122, 19341, 12754, 17528, 12306, 16773, 11785, 16581, 12011, 16691, 11820, 16592, 11986, 15395, 12445, 16464, 12238, 16168, 12302, 14780, 13045, 14654, 22519, 14511, 18456, 13117, 20898, 12806, 22042, 13300, 21196, 12144, 17321, 12234, 16716, 12685, 16453, 12470, 17031, 12301, 16007, 11693, 15956, 11930, 16504, 11948, 15567, 11963, 15843, 11850, 16382, 11546, 17093, 11728, 16689, 11552, 16080, 16018, 14297, 15046, 13665, 22898, 12505, 18214, 12626, 16829, 12133, 16652, 11924, 16827, 12069, 17228, 12562, 16490, 12224, 16490, 11910, 16969, 12665, 15110, 11617, 14932, 11961, 13235, 23538, 13008, 18256, 12399, 16410, 11140, 15756, 11876, 14105, 11846, 15942, 11175, 15453, 11500, 15477, 11351, 16101, 11879, 15705, 12552, 13847, 22176, 13369, 20227, 12700, 17937, 12149, 16684, 16014, 12629, 22608, 12977, 18331, 11950, 16631, 12174, 16514, 12602, 16746, 12314, 16887, 11783, 16893, 12223, 17370, 12583, 17869, 12372, 17528, 11916, 16265, 12258, 15072, 21775, 13603, 18136, 12755, 22699, 12353, 17573, 12198, 16533, 11457, 16346, 12253, 14134, 17836, 13015, 20105, 13421, 18555, 11784, 19610, 12078, 19190, 12107, 19169, 12004, 16358, 11674, 16002, 21990, 12158, 20695, 12079, 17752, 15041, 12656, 20174, 12624, 24099, 12765, 18509, 12197, 19491, 11878, 20545, 12836, 18699, 12690, 17626, 11726, 16754, 11729, 15618, 22514, 12446, 22276, 11903, 17166, 11960, 16330, 12028, 16308, 12070, 16372, 11680, 16168, 11618, 16784, 11394, 16654, 11697, 16509, 11687, 16839, 11350, 17462, 11435, 16935, 12321, 14558, 15017, 14776, 22686, 14500, 18024, 13336, 22205, 13688, 22495, 13555, 23569, 13495, 22488, 11924, 20949, 12009, 18441, 12513, 17096, 12009, 16700, 11432, 16320, 11583, 16267, 11626, 15956, 11962, 15001, 11952, 15056, 14407, 14841, 16161, 13477, 21593, 12869, 21148, 12873, 20772, 13889, 13128, 13533, 11540, 17388, 11922, 20049, 14187, 20622, 13958, 24506, 13586, 22899, 12389, 18215, 12094, 17574, 11832, 17381, 12082, 17729, 12173, 18263, 12296, 21917, 13713, 18435, 12876, 14197, 12653, 11203, 15376, 12018, 18323, 11927, 18724, 11801, 18194, 12156, 18445, 13101, 18920, 12306, 20599, 12508, 21148, 12682, 20324, 12878, 18080, 12280, 17254, 12942, 15442, 14498, 11726, 16745, 11274, 17611, 12205, 18910, 13061, 22052, 13417, 10692, 15169, 11862, 19148, 12770, 12700, 15769, 12069, 18553, 11733, 19302, 11803, 19432, 12687, 19469, 12780, 23754, 11780, 20948, 12326, 20940, 12604, 18023, 12816, 11314, 13131, 12012, 15840, 10823, 18407, 11664, 18090, 12023, 19588, 12787, 20436, 13934, 11697, 14404, 11514, 17025, 13393, 17722, 12428, 16809, 11852, 15918, 11581, 16651, 12686, 17652, 11018, 16805, 11542, 17717, 11827, 18142, 12040, 17392, 11460, 16590, 12233, 15289, 12879, 16032, 11774, 16227, 11780, 15918, 11544, 15235, 12824, 15549, 11709, 16368, 11920, 17461, 13377, 15191, 13566, 15010, 17928, 14073, 21842, 12569, 18244, 13045, 16275, 10721, 16550, 10892, 16180, 11339, 15553, 11355, 16540, 12064, 14226, 21627, 12770, 21950, 13050, 17619, 10760, 16927, 11917, 15448, 13582, 13787, 10836, 14134, 23391, 12167, 18104, 12021, 16421, 11483, 15419, 12018, 13404, 22503, 12680, 20211, 11839, 17301, 11297, 16454, 11148, 15823, 12486, 15923, 10698, 16199, 20815, 11951, 18498, 11198, 15114, 13858, 12502, 18864, 11194, 15943, 12887, 13551, 13090, 13089, 23078, 12747, 21293, 12199, 19491, 12493, 17662, 11210, 16852, 22750, 11384, 17282, 15025, 11882, 18782, 11059, 16394, 12589, 12880, 21684, 11925, 16680, 10563, 16355, 10682, 17367, 11012, 15804, 11169, 14010, 18270, 10616, 15149, 20257, 11103, 16093, 18905, 11771, 18589, 10750, 16005, 13346, 13228, 21923, 12286, 16920, 12036, 15996, 10748, 15638, 10810, 16291, 10652, 16554, 11106, 16297, 12475, 15412, 20329, 13084, 22302, 13140, 16874, 11200, 15326, 15767, 13027, 22962, 11823, 17098, 12181, 16733, 11016, 16290, 10824, 15906, 11187, 15148, 11504, 15934, 11710, 15193, 19438, 12942, 21777, 13453, 18005, 11131, 17060, 11351, 16084, 12023, 15332, 11725, 16949, 11658, 15680, 17335, 13392, 23009, 13835, 21656, 12577, 18556, 11573, 17749, 12639, 14995, 12854, 14561, 12089, 15091, 16634, 13875, 21976, 13279, 17424, 11475, 16275, 12033, 14992, 12846, 14398, 15695, 14870, 20543, 13940, 21800, 13747, 21514, 13411, 19503, 11824, 16938, 10943, 16061, 11960, 14690, 11858, 16110, 12506, 14949, 21798, 12980, 19503, 13060, 17471, 11311, 15776, 12424, 13690, 20730, 13533, 18805, 12423, 17157, 11564, 16655, 12504, 16779, 11908, 16518, 11285, 16463, 22084, 12425, 18638, 11965, 16270, 12579, 14062, 22135, 12536, 17260, 11363, 16225, 10661, 15796, 10189, 16435, 10602, 16992, 11050, 17259, 11191, 17338, 10843, 17734, 16094, 14443, 22004, 11956, 17671, 11236, 16214, 11721, 16266, 11500, 16214, 22955, 13880, 23936, 13284, 24246, 13646, 22203, 14052, 16041, 13275, 11726, 14464, 16921, 14183, 22920, 14721, 18420, 12825, 23726, 12388, 18532, 11838, 17869, 14622, 13252, 13797, 13744, 20960, 13187, 24018, 12388, 18536, 14124, 21681, 11818, 20057, 11398, 19781, 12131, 18511, 13984, 20485, 11908, 19660, 11708, 19192, 11884, 17432, 12591, 17490, 11683, 17547, 11335, 17258, 12135, 17482, 13146, 22066, 12167, 19618, 12130, 19797, 14130, 12929, 14859, 12822, 18375, 11471, 19782, 11909, 18058, 12646, 19268, 13303, 19601, 12893, 18823, 12685, 18044, 12389, 17696, 13007, 22539, 12713, 17819, 12406, 13093, 14026, 13031, 16500, 11297, 17910, 11516, 18204, 12624, 19739, 14094, 22477, 12365, 24035, 12372, 18471, 12834, 17537, 12877, 17680, 12159, 17625, 12382, 22100, 13721, 16408, 12650, 12161, 15142, 12137, 17950, 11908, 18542, 12148, 20837, 12838, 21189, 13550], 'WindowCenter': [5160.0, 5114.0, 5141.0, 5089.0, 5135.0, 5075.0, 5143.0, 5081.0, 5131.0, 5072.0, 5115.0, 5070.0, 5129.0, 5081.0, 5111.0, 5073.0, 5061.0, 5080.0, 5080.0, 5101.0, 5057.0, 5110.0, 5061.0, 5100.0, 5062.0, 5110.0, 5059.0, 5119.0, 5062.0, 5106.0, 5071.0, 5106.0, 5070.0, 5120.0, 5077.0, 5119.0, 5071.0, 5106.0, 5071.0, 5108.0, 5070.0, 5128.0, 5070.0, 5107.0, 5068.0, 5098.0, 5070.0, 5097.0, 5072.0, 5106.0, 5070.0, 5097.0, 5067.0, 5109.0, 5072.0, 5107.0, 5068.0, 5109.0, 5070.0, 5094.0, 5056.0, 5097.0, 5056.0, 5095.0, 5047.0, 5086.0, 5048.0, 5094.0, 5048.0, 5107.0, 5057.0, 5098.0, 5059.0, 5095.0, 5058.0, 5098.0, 5046.0, 5108.0, 5047.0, 5098.0, 5049.0, 5098.0, 5059.0, 5098.0, 5049.0, 5087.0, 5048.0, 5085.0, 5049.0, 5089.0, 5048.0, 5100.0, 5060.0, 5101.0, 5117.0, 5087.0, 5100.0, 5089.0, 5128.0, 5079.0, 5128.0, 5069.0, 5099.0, 5047.0, 5098.0, 5050.0, 5077.0, 5050.0, 5087.0, 5050.0, 5089.0, 5050.0, 5087.0, 5050.0, 5109.0, 5068.0, 5110.0, 5071.0, 5115.0, 5151.0, 5083.0, 5116.0, 5059.0, 5100.0, 5060.0, 5101.0, 5061.0, 5081.0, 5098.0, 5080.0, 5089.0, 5088.0, 5066.0, 5080.0, 5068.0, 5089.0, 5137.0, 5088.0, 5118.0, 5078.0, 5137.0, 5071.0, 5129.0, 5067.0, 5105.0, 5066.0, 5106.0, 5055.0, 5085.0, 5046.0, 5085.0, 5044.0, 5073.0, 5045.0, 5076.0, 5045.0, 5067.0, 5046.0, 5077.0, 5047.0, 5077.0, 5044.0, 5074.0, 5043.0, 5078.0, 5059.0, 5089.0, 5093.0, 5068.0, 5127.0, 5069.0, 5107.0, 5067.0, 5094.0, 5056.0, 5085.0, 5058.0, 5083.0, 5046.0, 5087.0, 5049.0, 5087.0, 5047.0, 5089.0, 5048.0, 5100.0, 5059.0, 5088.0, 5058.0, 5090.0, 5124.0, 5079.0, 5138.0, 5077.0, 5128.0, 5056.0, 5099.0, 5058.0, 5086.0, 5058.0, 5086.0, 5061.0, 5089.0, 5058.0, 5088.0, 5077.0, 5088.0, 5047.0, 5091.0, 5127.0, 5079.0, 5128.0, 5079.0, 5120.0, 5073.0, 5108.0, 5069.0, 5099.0, 5071.0, 5095.0, 5070.0, 5107.0, 5068.0, 5099.0, 5057.0, 5088.0, 5058.0, 5077.0, 5077.0, 5069.0, 5122.0, 5067.0, 5126.0, 5069.0, 5106.0, 5069.0, 5107.0, 5070.0, 5116.0, 5070.0, 5116.0, 5072.0, 5117.0, 5069.0, 5095.0, 5068.0, 5098.0, 5069.0, 5098.0, 5068.0, 5097.0, 5057.0, 5085.0, 5059.0, 5088.0, 5045.0, 5097.0, 5049.0, 5097.0, 5049.0, 5093.0, 5059.0, 5093.0, 5050.0, 5105.0, 5058.0, 5095.0, 5061.0, 5098.0, 5057.0, 5098.0, 5057.0, 5090.0, 5058.0, 5079.0, 5057.0, 5086.0, 5059.0, 5100.0, 5062.0, 5100.0, 5050.0, 5109.0, 5060.0, 5109.0, 5063.0, 5121.0, 5073.0, 5121.0, 5063.0, 5121.0, 5072.0, 5111.0, 5072.0, 5091.0, 5061.0, 5098.0, 5069.0, 5110.0, 5061.0, 5108.0, 5062.0, 5109.0, 5061.0, 5109.0, 5061.0, 5117.0, 5060.0, 5117.0, 5072.0, 5119.0, 5070.0, 5127.0, 5081.0, 5120.0, 5071.0, 5108.0, 5071.0, 5109.0, 5080.0, 5119.0, 5082.0, 5109.0, 5072.0, 5109.0, 5072.0, 5109.0, 5082.0, 5110.0, 5069.0, 5107.0, 5058.0, 5107.0, 5057.0, 5099.0, 5047.0, 5099.0, 5058.0, 5107.0, 5060.0, 5119.0, 5070.0, 5105.0, 5071.0, 5109.0, 5083.0, 5125.0, 5088.0, 5142.0, 5095.0, 5112.0, 5086.0, 5142.0, 5092.0, 5072.0, 5100.0, 5069.0, 5111.0, 5071.0, 5090.0, 5139.0, 5080.0, 5128.0, 5081.0, 5107.0, 5060.0, 5106.0, 5070.0, 5114.0, 5076.0, 5060.0, 5081.0, 5061.0, 5080.0, 5061.0, 5100.0, 5061.0, 5128.0, 5073.0, 5108.0, 5070.0, 5109.0, 5082.0, 5120.0, 5073.0, 5119.0, 5081.0, 5109.0, 5069.0, 5098.0, 5070.0, 5097.0, 5069.0, 5098.0, 5068.0, 5108.0, 5061.0, 5105.0, 5071.0, 5097.0, 5067.0, 5070.0, 5072.0, 5088.0, 5081.0, 5137.0, 5081.0, 5126.0, 5070.0, 5097.0, 5059.0, 5084.0, 5058.0, 5087.0, 5059.0, 5087.0, 5059.0, 5087.0, 5067.0, 5094.0, 5072.0, 5118.0, 5072.0, 5108.0, 5081.0, 5117.0, 5082.0, 5116.0, 5081.0, 5115.0, 5068.0, 5116.0, 5071.0, 5118.0, 5071.0, 5108.0, 5070.0, 5107.0, 5068.0, 5126.0, 5070.0, 5098.0, 5069.0, 5059.0, 5068.0, 5059.0, 5080.0, 5080.0, 5091.0, 5062.0, 5091.0, 5058.0, 5081.0, 5128.0, 5079.0, 5116.0, 5069.0, 5117.0, 5068.0, 5107.0, 5070.0, 5105.0, 5068.0, 5098.0, 5071.0, 5097.0, 5071.0, 5118.0, 5081.0, 5099.0, 5071.0, 5118.0, 5069.0, 5105.0, 5069.0, 5108.0, 5066.0, 5108.0, 5069.0, 5098.0, 5071.0, 5107.0, 5070.0, 5099.0, 5070.0, 5095.0, 5068.0, 5099.0, 5059.0, 5097.0, 5060.0, 5094.0, 5059.0, 5099.0, 5061.0, 5100.0, 5061.0, 5100.0, 5050.0, 5081.0, 5105.0, 5081.0, 5080.0, 5080.0, 5129.0, 5081.0, 5129.0, 5072.0, 5107.0, 5070.0, 5111.0, 5083.0, 5109.0, 5080.0, 5101.0, 5074.0, 5109.0, 5082.0, 5109.0, 5074.0, 5110.0, 5080.0, 5110.0, 5069.0, 5121.0, 5083.0, 5108.0, 5074.0, 5110.0, 5072.0, 5098.0, 5062.0, 5101.0, 5063.0, 5082.0, 5137.0, 5070.0, 5128.0, 5070.0, 5118.0, 5070.0, 5097.0, 5068.0, 5083.0, 5070.0, 5098.0, 5072.0, 5099.0, 5073.0, 5099.0, 5072.0, 5111.0, 5073.0, 5113.0, 5083.0, 5112.0, 5149.0, 5081.0, 5132.0, 5056.0, 5078.0, 5086.0, 5070.0, 5077.0, 5070.0, 5097.0, 5067.0, 5116.0, 5067.0, 5107.0, 5069.0, 5116.0, 5073.0, 5110.0, 5072.0, 5096.0, 5066.0, 5071.0, 5068.0, 5069.0, 5128.0, 5059.0, 5097.0, 5059.0, 5087.0, 5069.0, 5088.0, 5058.0, 5087.0, 5051.0, 5086.0, 5049.0, 5090.0, 5062.0, 5099.0, 5059.0, 5101.0, 5061.0, 5092.0, 5071.0, 5094.0, 5140.0, 5083.0, 5130.0, 5072.0, 5108.0, 5073.0, 5100.0, 5071.0, 5100.0, 5067.0, 5085.0, 5060.0, 5100.0, 5058.0, 5088.0, 5058.0, 5090.0, 5069.0, 5090.0, 5051.0, 5092.0, 5106.0, 5091.0, 5138.0, 5069.0, 5110.0, 5061.0, 5101.0, 5079.0, 5070.0, 5124.0, 5080.0, 5057.0, 5082.0, 5061.0, 5081.0, 5115.0, 5083.0, 5131.0, 5084.0, 5129.0, 5082.0, 5112.0, 5073.0, 5098.0, 5059.0, 5080.0, 5061.0, 5082.0, 5129.0, 5080.0, 5130.0, 5081.0, 5120.0, 5082.0, 5105.0, 5071.0, 5098.0, 5070.0, 5109.0, 5083.0, 5120.0, 5083.0, 5120.0, 5083.0, 5118.0, 5083.0, 5131.0, 5084.0, 5121.0, 5082.0, 5109.0, 5071.0, 5099.0, 5068.0, 5099.0, 5070.0, 5089.0, 5060.0, 5098.0, 5058.0, 5108.0, 5070.0, 5097.0, 5070.0, 5096.0, 5071.0, 5107.0, 5083.0, 5118.0, 5081.0, 5111.0, 5074.0, 5112.0, 5072.0, 5111.0, 5061.0, 5100.0, 5057.0, 5081.0, 5134.0, 5080.0, 5128.0, 5081.0, 5128.0, 5071.0, 5115.0, 5069.0, 5106.0, 5082.0, 5110.0, 5081.0, 5110.0, 5081.0, 5110.0, 5083.0, 5122.0, 5085.0, 5121.0, 5074.0, 5110.0, 5073.0, 5109.0, 5071.0, 5111.0, 5071.0, 5090.0, 5060.0, 5090.0, 5060.0, 5100.0, 5071.0, 5091.0, 5069.0, 5101.0, 5058.0, 5112.0, 5064.0, 5119.0, 5074.0, 5114.0, 5140.0, 5092.0, 5128.0, 5067.0, 5107.0, 5060.0, 5100.0, 5059.0, 5080.0, 5138.0, 5065.0, 5115.0, 5068.0, 5106.0, 5060.0, 5107.0, 5071.0, 5107.0, 5084.0, 5109.0, 5085.0, 5125.0, 5099.0, 5082.0, 5120.0, 5049.0, 5089.0, 5056.0, 5070.0, 5114.0, 5069.0, 5089.0, 5048.0, 5078.0, 5047.0, 5059.0, 5046.0, 5057.0, 5055.0, 5068.0, 5060.0, 5088.0, 5080.0, 5090.0, 5070.0, 5092.0, 5091.0, 5083.0, 5141.0, 5068.0, 5110.0, 5059.0, 5090.0, 5087.0, 5069.0, 5106.0, 5057.0, 5086.0, 5045.0, 5074.0, 5059.0, 5096.0, 5070.0, 5097.0, 5071.0, 5096.0, 5083.0, 5121.0, 5084.0, 5120.0, 5082.0, 5120.0, 5084.0, 5109.0, 5085.0, 5142.0, 5081.0, 5121.0, 5073.0, 5110.0, 5072.0, 5110.0, 5072.0, 5110.0, 5070.0, 5108.0, 5057.0, 5098.0, 5049.0, 5087.0, 5059.0, 5085.0, 5059.0, 5087.0, 5056.0, 5095.0, 5059.0, 5108.0, 5059.0, 5084.0, 5048.0, 5077.0, 5046.0, 5085.0, 5048.0, 5095.0, 5059.0, 5096.0, 5049.0, 5094.0, 5070.0, 5106.0, 5072.0, 5117.0, 5080.0, 5118.0, 5083.0, 5120.0, 5084.0, 5061.0, 5083.0, 5061.0, 5102.0, 5070.0, 5113.0, 5061.0, 5113.0, 5074.0, 5110.0, 5063.0, 5121.0, 5063.0, 5131.0, 5071.0, 5118.0, 5068.0, 5117.0, 5071.0, 5118.0, 5082.0, 5120.0, 5074.0, 5120.0, 5073.0, 5109.0, 5083.0, 5139.0, 5080.0, 5129.0, 5081.0, 5119.0, 5080.0, 5057.0, 5071.0, 5061.0, 5090.0, 5060.0, 5108.0, 5059.0, 5117.0, 5071.0, 5120.0, 5073.0, 5120.0, 5073.0, 5120.0, 5082.0, 5128.0, 5079.0, 5071.0, 5072.0, 5060.0, 5091.0, 5058.0, 5099.0, 5056.0, 5109.0, 5061.0, 5109.0, 5061.0, 5107.0, 5060.0, 5099.0, 5059.0, 5109.0, 5059.0, 5109.0, 5057.0, 5109.0, 5068.0, 5106.0, 5077.0, 5120.0, 5074.0, 5110.0, 5073.0, 5107.0, 5073.0, 5108.0, 5079.0, 5112.0, 5071.0, 5108.0, 5071.0, 5110.0, 5060.0, 5111.0, 5073.0, 5111.0, 5070.0, 5100.0, 5059.0, 5109.0, 5062.0, 5110.0, 5061.0, 5107.0, 5070.0, 5100.0, 5063.0, 5117.0, 5063.0, 5108.0, 5062.0, 5110.0, 5059.0, 5108.0, 5060.0, 5100.0, 5060.0, 5086.0, 5060.0, 5097.0, 5058.0, 5094.0, 5059.0, 5074.0, 5059.0, 5088.0, 5078.0, 5090.0, 5060.0, 5089.0, 5046.0, 5079.0, 5097.0, 5078.0, 5056.0, 5076.0, 5046.0, 5078.0, 5074.0, 5088.0, 5138.0, 5088.0, 5138.0, 5061.0, 5108.0, 5060.0, 5098.0, 5056.0, 5088.0, 5059.0, 5085.0, 5049.0, 5077.0, 5049.0, 5086.0, 5060.0, 5096.0, 5057.0, 5089.0, 5057.0, 5086.0, 5060.0, 5100.0, 5071.0, 5076.0, 5060.0, 5090.0, 5135.0, 5080.0, 5116.0, 5070.0, 5097.0, 5060.0, 5095.0, 5055.0, 5098.0, 5071.0, 5098.0, 5071.0, 5099.0, 5069.0, 5097.0, 5058.0, 5100.0, 5062.0, 5099.0, 5058.0, 5089.0, 5137.0, 5081.0, 5137.0, 5071.0, 5108.0, 5068.0, 5096.0, 5059.0, 5090.0, 5061.0, 5088.0, 5060.0, 5095.0, 5059.0, 5110.0, 5074.0, 5112.0, 5071.0, 5112.0, 5072.0, 5113.0, 5082.0, 5115.0, 5136.0, 5080.0, 5140.0, 5070.0, 5120.0, 5071.0, 5110.0, 5062.0, 5096.0, 5059.0, 5095.0, 5057.0, 5100.0, 5059.0, 5099.0, 5061.0, 5090.0, 5071.0, 5100.0, 5061.0, 5100.0, 5060.0, 5088.0, 5068.0, 5090.0, 5127.0, 5080.0, 5109.0, 5069.0, 5127.0, 5071.0, 5128.0, 5071.0, 5128.0, 5057.0, 5098.0, 5060.0, 5096.0, 5068.0, 5099.0, 5072.0, 5097.0, 5069.0, 5096.0, 5061.0, 5098.0, 5058.0, 5099.0, 5060.0, 5097.0, 5060.0, 5097.0, 5062.0, 5097.0, 5061.0, 5108.0, 5069.0, 5111.0, 5062.0, 5100.0, 5100.0, 5091.0, 5087.0, 5082.0, 5140.0, 5059.0, 5102.0, 5060.0, 5096.0, 5058.0, 5096.0, 5061.0, 5099.0, 5071.0, 5105.0, 5072.0, 5101.0, 5070.0, 5099.0, 5060.0, 5109.0, 5071.0, 5091.0, 5062.0, 5102.0, 5062.0, 5081.0, 5140.0, 5070.0, 5109.0, 5061.0, 5099.0, 5050.0, 5089.0, 5057.0, 5080.0, 5059.0, 5098.0, 5062.0, 5101.0, 5059.0, 5092.0, 5063.0, 5113.0, 5074.0, 5101.0, 5074.0, 5094.0, 5141.0, 5083.0, 5130.0, 5069.0, 5111.0, 5070.0, 5107.0, 5098.0, 5071.0, 5129.0, 5070.0, 5106.0, 5059.0, 5098.0, 5058.0, 5095.0, 5068.0, 5095.0, 5062.0, 5100.0, 5071.0, 5110.0, 5074.0, 5111.0, 5074.0, 5107.0, 5074.0, 5109.0, 5063.0, 5098.0, 5059.0, 5092.0, 5127.0, 5080.0, 5103.0, 5072.0, 5136.0, 5068.0, 5107.0, 5061.0, 5099.0, 5059.0, 5098.0, 5058.0, 5080.0, 5107.0, 5071.0, 5118.0, 5081.0, 5115.0, 5070.0, 5128.0, 5072.0, 5120.0, 5074.0, 5129.0, 5085.0, 5112.0, 5065.0, 5105.0, 5136.0, 5063.0, 5131.0, 5060.0, 5113.0, 5080.0, 5061.0, 5116.0, 5057.0, 5136.0, 5059.0, 5108.0, 5072.0, 5117.0, 5071.0, 5129.0, 5074.0, 5121.0, 5084.0, 5108.0, 5075.0, 5111.0, 5063.0, 5103.0, 5128.0, 5063.0, 5129.0, 5061.0, 5100.0, 5057.0, 5098.0, 5061.0, 5100.0, 5060.0, 5098.0, 5062.0, 5100.0, 5063.0, 5101.0, 5048.0, 5110.0, 5073.0, 5110.0, 5063.0, 5112.0, 5050.0, 5112.0, 5064.0, 5109.0, 5071.0, 5091.0, 5091.0, 5090.0, 5138.0, 5080.0, 5107.0, 5081.0, 5129.0, 5082.0, 5129.0, 5072.0, 5135.0, 5080.0, 5136.0, 5060.0, 5119.0, 5062.0, 5104.0, 5062.0, 5098.0, 5072.0, 5100.0, 5062.0, 5098.0, 5051.0, 5095.0, 5061.0, 5101.0, 5062.0, 5091.0, 5060.0, 5089.0, 5080.0, 5093.0, 5099.0, 5081.0, 5140.0, 5084.0, 5141.0, 5085.0, 5127.0, 5098.0, 5084.0, 5093.0, 5076.0, 5122.0, 5073.0, 5142.0, 5107.0, 5145.0, 5092.0, 5151.0, 5084.0, 5152.0, 5076.0, 5112.0, 5060.0, 5099.0, 5049.0, 5097.0, 5059.0, 5100.0, 5056.0, 5107.0, 5063.0, 5126.0, 5083.0, 5108.0, 5071.0, 5077.0, 5073.0, 5052.0, 5090.0, 5062.0, 5112.0, 5064.0, 5117.0, 5064.0, 5110.0, 5061.0, 5110.0, 5074.0, 5117.0, 5073.0, 5130.0, 5071.0, 5130.0, 5075.0, 5116.0, 5073.0, 5111.0, 5070.0, 5109.0, 5074.0, 5091.0, 5081.0, 5061.0, 5102.0, 5061.0, 5112.0, 5074.0, 5120.0, 5085.0, 5142.0, 5095.0, 5068.0, 5104.0, 5077.0, 5134.0, 5087.0, 5083.0, 5113.0, 5074.0, 5135.0, 5077.0, 5131.0, 5078.0, 5132.0, 5085.0, 5123.0, 5084.0, 5150.0, 5076.0, 5125.0, 5071.0, 5131.0, 5070.0, 5107.0, 5073.0, 5053.0, 5070.0, 5072.0, 5102.0, 5052.0, 5121.0, 5062.0, 5118.0, 5070.0, 5121.0, 5081.0, 5127.0, 5092.0, 5064.0, 5092.0, 5060.0, 5101.0, 5068.0, 5108.0, 5070.0, 5101.0, 5058.0, 5088.0, 5052.0, 5097.0, 5057.0, 5099.0, 5050.0, 5094.0, 5048.0, 5099.0, 5057.0, 5109.0, 5062.0, 5097.0, 5051.0, 5099.0, 5057.0, 5088.0, 5059.0, 5099.0, 5058.0, 5097.0, 5060.0, 5087.0, 5047.0, 5087.0, 5069.0, 5100.0, 5063.0, 5106.0, 5060.0, 5110.0, 5079.0, 5092.0, 5082.0, 5091.0, 5109.0, 5079.0, 5131.0, 5067.0, 5109.0, 5070.0, 5098.0, 5051.0, 5095.0, 5051.0, 5099.0, 5051.0, 5090.0, 5049.0, 5098.0, 5056.0, 5081.0, 5126.0, 5070.0, 5130.0, 5073.0, 5111.0, 5052.0, 5097.0, 5059.0, 5088.0, 5068.0, 5079.0, 5049.0, 5079.0, 5135.0, 5059.0, 5104.0, 5059.0, 5098.0, 5049.0, 5088.0, 5057.0, 5069.0, 5124.0, 5069.0, 5115.0, 5060.0, 5094.0, 5052.0, 5096.0, 5059.0, 5088.0, 5071.0, 5100.0, 5050.0, 5112.0, 5127.0, 5058.0, 5106.0, 5039.0, 5089.0, 5065.0, 5058.0, 5105.0, 5046.0, 5087.0, 5057.0, 5069.0, 5066.0, 5068.0, 5132.0, 5074.0, 5141.0, 5074.0, 5126.0, 5085.0, 5120.0, 5064.0, 5121.0, 5140.0, 5048.0, 5102.0, 5074.0, 5049.0, 5104.0, 5045.0, 5094.0, 5059.0, 5060.0, 5116.0, 5046.0, 5086.0, 5040.0, 5100.0, 5053.0, 5120.0, 5065.0, 5116.0, 5075.0, 5107.0, 5135.0, 5065.0, 5107.0, 5131.0, 5063.0, 5103.0, 5119.0, 5064.0, 5119.0, 5053.0, 5101.0, 5070.0, 5070.0, 5129.0, 5059.0, 5087.0, 5046.0, 5088.0, 5050.0, 5088.0, 5051.0, 5101.0, 5053.0, 5109.0, 5061.0, 5112.0, 5069.0, 5099.0, 5127.0, 5079.0, 5140.0, 5071.0, 5099.0, 5050.0, 5092.0, 5086.0, 5065.0, 5128.0, 5049.0, 5089.0, 5058.0, 5096.0, 5041.0, 5085.0, 5049.0, 5100.0, 5051.0, 5091.0, 5062.0, 5098.0, 5061.0, 5097.0, 5127.0, 5073.0, 5128.0, 5080.0, 5110.0, 5054.0, 5111.0, 5050.0, 5095.0, 5058.0, 5088.0, 5064.0, 5111.0, 5057.0, 5099.0, 5106.0, 5079.0, 5136.0, 5081.0, 5137.0, 5071.0, 5120.0, 5060.0, 5112.0, 5071.0, 5089.0, 5071.0, 5079.0, 5059.0, 5089.0, 5095.0, 5080.0, 5129.0, 5068.0, 5100.0, 5050.0, 5098.0, 5058.0, 5090.0, 5057.0, 5079.0, 5086.0, 5079.0, 5117.0, 5075.0, 5128.0, 5079.0, 5127.0, 5082.0, 5118.0, 5064.0, 5111.0, 5051.0, 5100.0, 5061.0, 5091.0, 5063.0, 5113.0, 5070.0, 5093.0, 5139.0, 5072.0, 5121.0, 5082.0, 5110.0, 5050.0, 5091.0, 5058.0, 5083.0, 5127.0, 5079.0, 5119.0, 5073.0, 5111.0, 5073.0, 5108.0, 5084.0, 5111.0, 5074.0, 5114.0, 5066.0, 5115.0, 5142.0, 5074.0, 5118.0, 5059.0, 5101.0, 5069.0, 5093.0, 5130.0, 5069.0, 5111.0, 5059.0, 5101.0, 5054.0, 5098.0, 5055.0, 5113.0, 5065.0, 5123.0, 5073.0, 5120.0, 5078.0, 5125.0, 5078.0, 5137.0, 5115.0, 5106.0, 5152.0, 5074.0, 5114.0, 5062.0, 5114.0, 5075.0, 5111.0, 5063.0, 5109.0, 5138.0, 5081.0, 5149.0, 5085.0, 5151.0, 5084.0, 5138.0, 5078.0, 5097.0, 5084.0, 5059.0, 5092.0, 5111.0, 5093.0, 5149.0, 5104.0, 5123.0, 5087.0, 5151.0, 5086.0, 5124.0, 5062.0, 5112.0, 5079.0, 5074.0, 5082.0, 5085.0, 5128.0, 5069.0, 5138.0, 5068.0, 5110.0, 5082.0, 5130.0, 5058.0, 5120.0, 5063.0, 5119.0, 5072.0, 5120.0, 5083.0, 5129.0, 5064.0, 5116.0, 5075.0, 5121.0, 5063.0, 5098.0, 5062.0, 5107.0, 5061.0, 5119.0, 5064.0, 5108.0, 5074.0, 5111.0, 5083.0, 5141.0, 5074.0, 5129.0, 5074.0, 5133.0, 5095.0, 5072.0, 5091.0, 5084.0, 5120.0, 5063.0, 5131.0, 5063.0, 5109.0, 5073.0, 5118.0, 5068.0, 5120.0, 5072.0, 5109.0, 5068.0, 5098.0, 5058.0, 5097.0, 5058.0, 5125.0, 5069.0, 5105.0, 5058.0, 5069.0, 5076.0, 5064.0, 5103.0, 5052.0, 5107.0, 5063.0, 5122.0, 5071.0, 5131.0, 5094.0, 5139.0, 5076.0, 5140.0, 5063.0, 5106.0, 5071.0, 5099.0, 5073.0, 5095.0, 5057.0, 5097.0, 5058.0, 5126.0, 5081.0, 5086.0, 5070.0, 5059.0, 5086.0, 5058.0, 5109.0, 5057.0, 5116.0, 5069.0, 5126.0, 5072.0, 5127.0, 5079.0], 'WindowWidth': [11157.0, 11080.0, 11109.0, 11030.0, 11088.0, 11003.0, 11097.0, 11007.0, 11075.0, 10993.0, 11048.0, 10988.0, 11071.0, 11007.0, 11044.0, 10994.0, 10976.0, 11001.0, 10999.0, 11029.0, 10968.0, 11042.0, 10975.0, 11029.0, 10977.0, 11042.0, 10970.0, 11055.0, 10977.0, 11035.0, 10988.0, 11034.0, 10987.0, 11054.0, 10995.0, 11054.0, 10990.0, 11034.0, 10989.0, 11038.0, 10988.0, 11068.0, 10987.0, 11038.0, 10982.0, 11024.0, 10986.0, 11020.0, 10992.0, 11035.0, 10987.0, 11022.0, 10982.0, 11040.0, 10991.0, 11037.0, 10981.0, 11041.0, 10986.0, 11015.0, 10962.0, 11018.0, 10961.0, 11016.0, 10950.0, 11002.0, 10951.0, 11013.0, 10951.0, 11034.0, 10965.0, 11021.0, 10968.0, 11016.0, 10966.0, 11020.0, 10949.0, 11036.0, 10952.0, 11021.0, 10955.0, 11022.0, 10966.0, 11022.0, 10954.0, 11004.0, 10952.0, 11002.0, 10955.0, 11010.0, 10953.0, 11026.0, 10972.0, 11029.0, 11050.0, 11008.0, 11026.0, 11012.0, 11065.0, 10998.0, 11070.0, 10979.0, 11025.0, 10951.0, 11022.0, 10955.0, 10990.0, 10956.0, 11005.0, 10956.0, 11010.0, 10960.0, 11010.0, 10962.0, 11043.0, 10986.0, 11043.0, 10991.0, 11056.0, 11110.0, 11007.0, 11052.0, 10970.0, 11029.0, 10973.0, 11030.0, 10973.0, 11002.0, 11022.0, 10999.0, 11010.0, 11008.0, 10978.0, 10999.0, 10981.0, 11011.0, 11076.0, 11011.0, 11049.0, 10998.0, 11078.0, 10987.0, 11074.0, 10977.0, 11031.0, 10977.0, 11033.0, 10960.0, 11000.0, 10947.0, 10999.0, 10942.0, 10981.0, 10943.0, 10988.0, 10944.0, 10974.0, 10944.0, 10988.0, 10948.0, 10988.0, 10942.0, 10983.0, 10941.0, 10992.0, 10967.0, 11010.0, 11010.0, 10981.0, 11069.0, 10983.0, 11036.0, 10979.0, 11015.0, 10961.0, 10999.0, 10964.0, 10996.0, 10947.0, 11005.0, 10955.0, 11006.0, 10952.0, 11010.0, 10953.0, 11026.0, 10971.0, 11011.0, 10969.0, 11015.0, 11056.0, 10996.0, 11082.0, 10994.0, 11070.0, 10964.0, 11024.0, 10967.0, 11005.0, 10967.0, 11005.0, 10974.0, 11010.0, 10967.0, 11010.0, 10991.0, 11010.0, 10952.0, 11015.0, 11062.0, 10999.0, 11072.0, 10999.0, 11059.0, 10994.0, 11039.0, 10985.0, 11026.0, 10990.0, 11018.0, 10986.0, 11038.0, 10982.0, 11026.0, 10964.0, 11007.0, 10964.0, 10992.0, 10993.0, 10982.0, 11052.0, 10979.0, 11062.0, 10983.0, 11033.0, 10983.0, 11036.0, 10984.0, 11048.0, 10986.0, 11048.0, 10991.0, 11052.0, 10985.0, 11017.0, 10982.0, 11022.0, 10983.0, 11023.0, 10981.0, 11021.0, 10966.0, 11004.0, 10968.0, 11007.0, 10946.0, 11020.0, 10955.0, 11019.0, 10954.0, 11013.0, 10968.0, 11010.0, 10956.0, 11031.0, 10967.0, 11018.0, 10973.0, 11023.0, 10965.0, 11022.0, 10966.0, 11012.0, 10966.0, 10996.0, 10964.0, 11003.0, 10968.0, 11028.0, 10977.0, 11028.0, 10961.0, 11041.0, 10973.0, 11041.0, 10981.0, 11062.0, 10996.0, 11061.0, 10982.0, 11063.0, 10992.0, 11047.0, 10992.0, 11016.0, 10974.0, 11024.0, 10984.0, 11044.0, 10975.0, 11040.0, 10979.0, 11042.0, 10974.0, 11042.0, 10975.0, 11053.0, 10974.0, 11053.0, 10991.0, 11057.0, 10988.0, 11068.0, 11004.0, 11060.0, 10989.0, 11039.0, 10989.0, 11039.0, 11001.0, 11058.0, 11006.0, 11042.0, 10992.0, 11043.0, 10991.0, 11042.0, 11006.0, 11045.0, 10988.0, 11039.0, 10969.0, 11038.0, 10965.0, 11025.0, 10952.0, 11024.0, 10968.0, 11033.0, 10971.0, 11055.0, 10987.0, 11035.0, 10992.0, 11042.0, 11012.0, 11070.0, 11025.0, 11093.0, 11031.0, 11049.0, 11017.0, 11092.0, 11021.0, 10990.0, 11030.0, 10988.0, 11046.0, 10989.0, 11016.0, 11083.0, 10999.0, 11065.0, 11000.0, 11032.0, 10972.0, 11031.0, 10983.0, 11041.0, 10990.0, 10970.0, 11000.0, 10973.0, 11000.0, 10973.0, 11029.0, 10974.0, 11068.0, 10993.0, 11039.0, 10988.0, 11041.0, 11003.0, 11056.0, 10994.0, 11058.0, 11005.0, 11040.0, 10982.0, 11020.0, 10982.0, 11019.0, 10981.0, 11023.0, 10980.0, 11036.0, 10973.0, 11032.0, 10987.0, 11019.0, 10980.0, 10984.0, 10990.0, 11007.0, 11002.0, 11084.0, 11000.0, 11062.0, 10983.0, 11022.0, 10966.0, 10997.0, 10963.0, 11004.0, 10967.0, 11003.0, 10968.0, 11003.0, 10977.0, 11014.0, 10990.0, 11052.0, 10991.0, 11037.0, 11002.0, 11049.0, 11003.0, 11049.0, 11004.0, 11045.0, 10983.0, 11048.0, 10986.0, 11053.0, 10987.0, 11036.0, 10985.0, 11032.0, 10981.0, 11062.0, 10984.0, 11020.0, 10983.0, 10967.0, 10982.0, 10969.0, 10999.0, 10998.0, 11015.0, 10977.0, 11016.0, 10967.0, 11001.0, 11072.0, 10996.0, 11049.0, 10984.0, 11049.0, 10981.0, 11036.0, 10984.0, 11031.0, 10982.0, 11021.0, 10987.0, 11020.0, 10987.0, 11054.0, 11002.0, 11025.0, 10989.0, 11054.0, 10983.0, 11030.0, 10984.0, 11038.0, 10979.0, 11038.0, 10986.0, 11023.0, 10989.0, 11037.0, 10988.0, 11025.0, 10985.0, 11016.0, 10979.0, 11023.0, 10970.0, 11023.0, 10970.0, 11015.0, 10970.0, 11024.0, 10972.0, 11028.0, 10974.0, 11027.0, 10958.0, 11001.0, 11030.0, 11003.0, 11000.0, 11002.0, 11067.0, 11002.0, 11073.0, 10990.0, 11037.0, 10989.0, 11047.0, 11008.0, 11041.0, 11003.0, 11032.0, 10997.0, 11040.0, 11007.0, 11043.0, 10997.0, 11044.0, 11002.0, 11042.0, 10986.0, 11059.0, 11009.0, 11042.0, 10997.0, 11044.0, 10991.0, 11028.0, 10976.0, 11031.0, 10979.0, 11006.0, 11076.0, 10984.0, 11073.0, 10983.0, 11053.0, 10984.0, 11020.0, 10980.0, 10997.0, 10986.0, 11022.0, 10990.0, 11027.0, 10993.0, 11026.0, 10993.0, 11047.0, 10996.0, 11053.0, 11009.0, 11054.0, 11098.0, 11003.0, 11083.0, 10964.0, 10994.0, 10999.0, 10982.0, 10989.0, 10984.0, 11020.0, 10980.0, 11051.0, 10979.0, 11036.0, 10985.0, 11051.0, 10994.0, 11041.0, 10990.0, 11022.0, 10975.0, 10985.0, 10977.0, 10982.0, 11070.0, 10967.0, 11018.0, 10966.0, 11004.0, 10979.0, 11006.0, 10964.0, 11003.0, 10956.0, 11002.0, 10953.0, 11012.0, 10976.0, 11026.0, 10973.0, 11031.0, 10975.0, 11019.0, 10989.0, 11024.0, 11088.0, 11008.0, 11072.0, 10991.0, 11041.0, 10993.0, 11028.0, 10988.0, 11029.0, 10978.0, 11003.0, 10971.0, 11027.0, 10969.0, 11009.0, 10968.0, 11012.0, 10983.0, 11012.0, 10959.0, 11018.0, 11033.0, 11017.0, 11085.0, 10986.0, 11045.0, 10974.0, 11031.0, 10995.0, 10984.0, 11054.0, 10999.0, 10966.0, 11003.0, 10975.0, 11005.0, 11048.0, 11010.0, 11079.0, 11010.0, 11074.0, 11008.0, 11050.0, 10993.0, 11026.0, 10968.0, 10999.0, 10975.0, 11006.0, 11067.0, 11001.0, 11076.0, 11002.0, 11059.0, 11005.0, 11034.0, 10989.0, 11022.0, 10987.0, 11039.0, 11009.0, 11060.0, 11009.0, 11059.0, 11009.0, 11057.0, 11009.0, 11074.0, 11011.0, 11065.0, 11005.0, 11041.0, 10987.0, 11025.0, 10983.0, 11026.0, 10986.0, 11010.0, 10969.0, 11020.0, 10966.0, 11036.0, 10986.0, 11021.0, 10986.0, 11020.0, 10990.0, 11036.0, 11007.0, 11055.0, 11007.0, 11046.0, 10998.0, 11049.0, 10991.0, 11047.0, 10977.0, 11031.0, 10967.0, 11002.0, 11070.0, 10999.0, 11067.0, 11003.0, 11068.0, 10989.0, 11050.0, 10985.0, 11034.0, 11007.0, 11043.0, 11005.0, 11045.0, 11005.0, 11045.0, 11010.0, 11064.0, 11015.0, 11062.0, 10998.0, 11043.0, 10994.0, 11042.0, 10990.0, 11047.0, 10989.0, 11014.0, 10972.0, 11012.0, 10972.0, 11027.0, 10990.0, 11019.0, 10988.0, 11032.0, 10972.0, 11047.0, 10982.0, 11060.0, 11000.0, 11055.0, 11091.0, 11018.0, 11073.0, 10980.0, 11038.0, 10971.0, 11028.0, 10969.0, 10999.0, 11088.0, 10973.0, 11047.0, 10981.0, 11033.0, 10973.0, 11034.0, 10990.0, 11037.0, 11011.0, 11043.0, 11017.0, 11075.0, 11025.0, 11004.0, 11062.0, 10953.0, 11012.0, 10962.0, 10986.0, 11047.0, 10981.0, 11011.0, 10951.0, 10992.0, 10948.0, 10967.0, 10948.0, 10965.0, 10960.0, 10980.0, 10971.0, 11010.0, 11000.0, 11014.0, 10989.0, 11020.0, 11018.0, 11009.0, 11097.0, 10982.0, 11046.0, 10968.0, 11013.0, 11002.0, 10980.0, 11033.0, 10962.0, 11003.0, 10943.0, 10982.0, 10967.0, 11016.0, 10984.0, 11020.0, 10987.0, 11019.0, 11008.0, 11060.0, 11012.0, 11057.0, 11008.0, 11059.0, 11013.0, 11042.0, 11014.0, 11096.0, 11005.0, 11060.0, 10993.0, 11041.0, 10990.0, 11044.0, 10991.0, 11042.0, 10987.0, 11039.0, 10964.0, 11023.0, 10952.0, 11006.0, 10967.0, 11001.0, 10967.0, 11006.0, 10962.0, 11017.0, 10966.0, 11036.0, 10967.0, 11000.0, 10951.0, 10990.0, 10946.0, 11001.0, 10951.0, 11016.0, 10967.0, 11016.0, 10955.0, 11013.0, 10984.0, 11033.0, 10991.0, 11053.0, 11004.0, 11052.0, 11008.0, 11057.0, 11012.0, 10978.0, 11008.0, 10975.0, 11032.0, 10988.0, 11051.0, 10979.0, 11051.0, 10996.0, 11045.0, 10981.0, 11059.0, 10979.0, 11075.0, 10990.0, 11054.0, 10985.0, 11052.0, 10989.0, 11054.0, 11004.0, 11060.0, 10998.0, 11058.0, 10994.0, 11042.0, 11007.0, 11084.0, 11002.0, 11068.0, 11003.0, 11052.0, 11000.0, 10967.0, 10988.0, 10973.0, 11014.0, 10971.0, 11036.0, 10971.0, 11054.0, 10990.0, 11057.0, 10995.0, 11057.0, 10995.0, 11059.0, 11006.0, 11066.0, 10999.0, 10988.0, 10990.0, 10974.0, 11016.0, 10969.0, 11026.0, 10964.0, 11039.0, 10974.0, 11041.0, 10974.0, 11036.0, 10973.0, 11025.0, 10969.0, 11041.0, 10971.0, 11040.0, 10968.0, 11039.0, 10983.0, 11036.0, 10995.0, 11058.0, 10997.0, 11043.0, 10995.0, 11038.0, 10995.0, 11039.0, 11003.0, 11049.0, 10993.0, 11040.0, 10992.0, 11042.0, 10975.0, 11045.0, 10995.0, 11045.0, 10989.0, 11030.0, 10972.0, 11043.0, 10979.0, 11045.0, 10977.0, 11039.0, 10989.0, 11029.0, 10979.0, 11053.0, 10980.0, 11039.0, 10977.0, 11043.0, 10970.0, 11041.0, 10973.0, 11030.0, 10972.0, 11005.0, 10971.0, 11020.0, 10967.0, 11016.0, 10969.0, 10987.0, 10968.0, 11008.0, 10992.0, 11012.0, 10970.0, 11009.0, 10948.0, 10995.0, 11018.0, 10993.0, 10962.0, 10991.0, 10950.0, 10997.0, 10987.0, 11011.0, 11086.0, 11011.0, 11082.0, 10975.0, 11039.0, 10970.0, 11022.0, 10962.0, 11008.0, 10968.0, 11003.0, 10953.0, 10991.0, 10954.0, 11004.0, 10971.0, 11021.0, 10966.0, 11010.0, 10965.0, 11005.0, 10971.0, 11027.0, 10988.0, 10993.0, 10970.0, 11014.0, 11078.0, 10998.0, 11051.0, 10984.0, 11022.0, 10971.0, 11015.0, 10963.0, 11023.0, 10989.0, 11022.0, 10990.0, 11024.0, 10986.0, 11022.0, 10970.0, 11029.0, 10977.0, 11027.0, 10968.0, 11012.0, 11076.0, 11001.0, 11078.0, 10987.0, 11038.0, 10982.0, 11018.0, 10968.0, 11012.0, 10974.0, 11009.0, 10973.0, 11017.0, 10971.0, 11041.0, 10998.0, 11049.0, 10994.0, 11051.0, 10995.0, 11052.0, 11007.0, 11057.0, 11080.0, 11004.0, 11092.0, 10987.0, 11057.0, 10989.0, 11044.0, 10977.0, 11022.0, 10971.0, 11018.0, 10966.0, 11027.0, 10970.0, 11027.0, 10973.0, 11013.0, 10986.0, 11025.0, 10974.0, 11029.0, 10973.0, 11010.0, 10981.0, 11013.0, 11061.0, 11000.0, 11038.0, 10985.0, 11061.0, 10987.0, 11073.0, 10987.0, 11069.0, 10968.0, 11023.0, 10973.0, 11019.0, 10982.0, 11024.0, 10991.0, 11023.0, 10986.0, 11021.0, 10975.0, 11025.0, 10968.0, 11025.0, 10974.0, 11023.0, 10973.0, 11024.0, 10976.0, 11022.0, 10975.0, 11040.0, 10986.0, 11046.0, 10978.0, 11031.0, 11026.0, 11017.0, 11009.0, 11005.0, 11091.0, 10970.0, 11026.0, 10971.0, 11019.0, 10970.0, 11020.0, 10975.0, 11024.0, 10991.0, 11033.0, 10992.0, 11031.0, 10990.0, 11028.0, 10973.0, 11042.0, 10989.0, 11016.0, 10977.0, 11032.0, 10977.0, 11002.0, 11093.0, 10986.0, 11041.0, 10974.0, 11026.0, 10958.0, 11011.0, 10966.0, 10998.0, 10969.0, 11025.0, 10978.0, 11033.0, 10974.0, 11021.0, 10982.0, 11050.0, 10999.0, 11036.0, 10998.0, 11027.0, 11092.0, 11009.0, 11075.0, 10987.0, 11048.0, 10988.0, 11040.0, 11021.0, 10988.0, 11073.0, 10985.0, 11034.0, 10971.0, 11021.0, 10967.0, 11016.0, 10983.0, 11017.0, 10978.0, 11029.0, 10991.0, 11044.0, 10998.0, 11045.0, 10998.0, 11040.0, 10998.0, 11043.0, 10979.0, 11026.0, 10971.0, 11018.0, 11061.0, 10999.0, 11026.0, 10990.0, 11081.0, 10983.0, 11036.0, 10975.0, 11027.0, 10971.0, 11025.0, 10969.0, 11001.0, 11034.0, 10989.0, 11056.0, 11003.0, 11046.0, 10988.0, 11066.0, 10993.0, 11059.0, 10998.0, 11071.0, 11016.0, 11052.0, 10988.0, 11044.0, 11077.0, 10979.0, 11076.0, 10973.0, 11050.0, 10997.0, 10973.0, 11043.0, 10965.0, 11074.0, 10970.0, 11035.0, 10990.0, 11049.0, 10990.0, 11072.0, 10997.0, 11061.0, 11012.0, 11042.0, 10999.0, 11047.0, 10979.0, 11034.0, 11065.0, 10977.0, 11066.0, 10975.0, 11027.0, 10968.0, 11021.0, 10972.0, 11026.0, 10972.0, 11024.0, 10977.0, 11027.0, 10978.0, 11032.0, 10956.0, 11043.0, 10995.0, 11043.0, 10981.0, 11046.0, 10960.0, 11048.0, 10982.0, 11044.0, 10990.0, 11018.0, 11013.0, 11014.0, 11078.0, 11001.0, 11033.0, 11003.0, 11067.0, 11004.0, 11071.0, 10991.0, 11077.0, 11001.0, 11075.0, 10974.0, 11056.0, 10977.0, 11031.0, 10975.0, 11024.0, 10992.0, 11028.0, 10975.0, 11023.0, 10960.0, 11019.0, 10973.0, 11029.0, 10978.0, 11015.0, 10973.0, 11012.0, 10998.0, 11020.0, 11025.0, 11005.0, 11087.0, 11013.0, 11092.0, 11014.0, 11069.0, 11039.0, 11012.0, 11026.0, 11003.0, 11066.0, 10999.0, 11093.0, 11047.0, 11102.0, 11023.0, 11109.0, 11013.0, 11109.0, 11001.0, 11049.0, 10972.0, 11025.0, 10953.0, 11020.0, 10968.0, 11026.0, 10965.0, 11034.0, 10978.0, 11060.0, 11006.0, 11035.0, 10988.0, 10990.0, 10989.0, 10961.0, 11012.0, 10974.0, 11047.0, 10979.0, 11052.0, 10981.0, 11041.0, 10973.0, 11039.0, 10993.0, 11053.0, 10993.0, 11072.0, 10990.0, 11072.0, 10996.0, 11050.0, 10993.0, 11044.0, 10988.0, 11035.0, 10993.0, 11014.0, 11001.0, 10975.0, 11033.0, 10976.0, 11045.0, 10994.0, 11056.0, 11011.0, 11090.0, 11030.0, 10992.0, 11040.0, 11005.0, 11084.0, 11019.0, 11012.0, 11052.0, 10998.0, 11083.0, 11005.0, 11078.0, 11008.0, 11079.0, 11015.0, 11066.0, 11013.0, 11104.0, 11001.0, 11066.0, 10989.0, 11074.0, 10988.0, 11036.0, 10992.0, 10964.0, 10987.0, 10988.0, 11031.0, 10963.0, 11061.0, 10979.0, 11054.0, 10990.0, 11061.0, 11006.0, 11063.0, 11019.0, 10982.0, 11020.0, 10974.0, 11031.0, 10980.0, 11039.0, 10987.0, 11033.0, 10967.0, 11009.0, 10962.0, 11021.0, 10965.0, 11027.0, 10957.0, 11016.0, 10955.0, 11026.0, 10966.0, 11039.0, 10979.0, 11025.0, 10961.0, 11026.0, 10965.0, 11009.0, 10969.0, 11027.0, 10970.0, 11023.0, 10972.0, 11007.0, 10954.0, 11007.0, 10981.0, 11029.0, 10981.0, 11038.0, 10975.0, 11045.0, 11000.0, 11020.0, 11004.0, 11019.0, 11038.0, 11001.0, 11084.0, 10981.0, 11040.0, 10987.0, 11024.0, 10962.0, 11019.0, 10962.0, 11027.0, 10959.0, 11016.0, 10959.0, 11027.0, 10967.0, 11005.0, 11061.0, 10987.0, 11075.0, 10992.0, 11046.0, 10964.0, 11024.0, 10970.0, 11008.0, 10978.0, 10995.0, 10956.0, 10998.0, 11076.0, 10971.0, 11032.0, 10970.0, 11025.0, 10957.0, 11010.0, 10964.0, 10985.0, 11061.0, 10983.0, 11048.0, 10973.0, 11017.0, 10964.0, 11019.0, 10973.0, 11011.0, 10991.0, 11030.0, 10964.0, 11051.0, 11064.0, 10971.0, 11038.0, 10939.0, 11012.0, 10973.0, 10968.0, 11035.0, 10949.0, 11007.0, 10964.0, 10984.0, 10977.0, 10983.0, 11069.0, 10997.0, 11090.0, 10999.0, 11067.0, 11017.0, 11061.0, 10987.0, 11066.0, 11098.0, 10956.0, 11033.0, 10984.0, 10957.0, 11035.0, 10949.0, 11016.0, 10966.0, 10970.0, 11047.0, 10950.0, 11004.0, 10944.0, 11027.0, 10969.0, 11060.0, 10991.0, 11061.0, 11003.0, 11050.0, 11091.0, 10990.0, 11048.0, 11081.0, 10982.0, 11040.0, 11053.0, 10983.0, 11060.0, 10965.0, 11031.0, 10983.0, 10985.0, 11076.0, 10968.0, 11006.0, 10948.0, 11010.0, 10959.0, 11010.0, 10964.0, 11031.0, 10967.0, 11044.0, 10979.0, 11051.0, 10989.0, 11030.0, 11063.0, 11001.0, 11092.0, 10988.0, 11030.0, 10960.0, 11021.0, 11003.0, 10975.0, 11074.0, 10954.0, 11011.0, 10969.0, 11019.0, 10947.0, 11003.0, 10957.0, 11028.0, 10961.0, 11018.0, 10978.0, 11029.0, 10977.0, 11026.0, 11065.0, 10996.0, 11076.0, 11004.0, 11045.0, 10969.0, 11044.0, 10960.0, 11021.0, 10969.0, 11012.0, 10983.0, 11046.0, 10969.0, 11029.0, 11034.0, 11000.0, 11079.0, 11006.0, 11081.0, 10994.0, 11062.0, 10976.0, 11050.0, 10992.0, 11013.0, 10987.0, 10999.0, 10971.0, 11012.0, 11017.0, 11000.0, 11076.0, 10982.0, 11028.0, 10959.0, 11024.0, 10968.0, 11012.0, 10964.0, 10996.0, 11003.0, 10998.0, 11047.0, 10989.0, 11067.0, 10999.0, 11065.0, 11005.0, 11053.0, 10983.0, 11045.0, 10962.0, 11029.0, 10976.0, 11017.0, 10980.0, 11050.0, 10989.0, 11023.0, 11084.0, 10991.0, 11063.0, 11007.0, 11045.0, 10959.0, 11017.0, 10967.0, 11006.0, 11066.0, 11002.0, 11057.0, 10996.0, 11045.0, 10998.0, 11039.0, 11014.0, 11050.0, 11003.0, 11056.0, 10991.0, 11061.0, 11093.0, 10999.0, 11058.0, 10973.0, 11036.0, 10987.0, 11023.0, 11075.0, 10987.0, 11047.0, 10973.0, 11030.0, 10968.0, 11026.0, 10973.0, 11051.0, 10989.0, 11068.0, 11001.0, 11064.0, 11010.0, 11076.0, 11012.0, 11097.0, 11057.0, 11049.0, 11117.0, 11000.0, 11057.0, 10980.0, 11055.0, 10999.0, 11048.0, 10982.0, 11045.0, 11083.0, 11006.0, 11101.0, 11014.0, 11111.0, 11012.0, 11082.0, 11000.0, 11023.0, 11011.0, 10973.0, 11023.0, 11045.0, 11026.0, 11104.0, 11039.0, 11064.0, 11020.0, 11110.0, 11018.0, 11069.0, 10979.0, 11051.0, 10999.0, 10994.0, 11002.0, 11012.0, 11064.0, 10987.0, 11090.0, 10984.0, 11042.0, 11005.0, 11072.0, 10973.0, 11058.0, 10982.0, 11056.0, 10992.0, 11058.0, 11008.0, 11069.0, 10984.0, 11052.0, 10999.0, 11063.0, 10982.0, 11026.0, 10976.0, 11039.0, 10978.0, 11057.0, 10985.0, 11041.0, 10998.0, 11046.0, 11011.0, 11090.0, 11000.0, 11073.0, 11002.0, 11078.0, 11027.0, 10992.0, 11020.0, 11011.0, 11059.0, 10981.0, 11077.0, 10982.0, 11043.0, 10994.0, 11055.0, 10983.0, 11058.0, 10990.0, 11044.0, 10984.0, 11023.0, 10967.0, 11019.0, 10968.0, 11060.0, 10983.0, 11029.0, 10968.0, 10980.0, 10990.0, 10973.0, 11035.0, 10964.0, 11036.0, 10979.0, 11060.0, 10991.0, 11074.0, 11027.0, 11085.0, 11001.0, 11091.0, 10978.0, 11036.0, 10988.0, 11028.0, 10992.0, 11019.0, 10965.0, 11018.0, 10967.0, 11060.0, 11002.0, 11004.0, 10983.0, 10969.0, 11006.0, 10967.0, 11041.0, 10969.0, 11052.0, 10986.0, 11063.0, 10992.0, 11064.0, 10999.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.0013540269541778979</td></tr>
<tr><td colspan=3>aqi</td><td>0.020846800754716982</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.46612744696866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3354383313538294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0058642834681766</td></tr>
<tr><td colspan=3>efc</td><td>0.5211</td></tr>
<tr><td colspan=3>fber</td><td>3916.7253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.061699084409532014</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5390835579514824</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3919264516283163</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.26092630973168</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6201049375318304</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.294748107621438</td></tr>
<tr><td colspan=3>gcor</td><td>0.00338657</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015332592651247978</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033011771738529205</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>4.19444919411516</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>15.0303</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.2346</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.414</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1372.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>493.8409</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0899</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>684.1174</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4232.3059</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1042.5624</td></tr>
<tr><td colspan=3>tsnr</td><td>40.10724714305252</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>