<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>74ae1f846011f135804f17ab86c077ef</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>10:14:12.782500</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.987593, 0.132391, 0.084452, -0.124237, 0.987651, -0.0954473]</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.101459</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>[4163, -7753, -7250, 726, -17, -227, -62, 45]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe2eb7e4-e525-4933-a791-a9ec32a8835d||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.6496405601501465, -0.3333180248737335, 0.2593227028846741, 116.83895111083984], [-0.35519513487815857, 2.6497962474823, -0.22618193924427032, -74.7201919555664], [0.22657844424247742, 0.25607815384864807, 2.677983045578003, -81.67655181884766], [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': ['101412.782500', '101413.242500', '101413.702500', '101414.162500', '101414.622500', '101415.082500', '101415.542500', '101416.002500', '101416.462500', '101416.922500', '101417.382500', '101417.842500', '101418.302500', '101418.762500', '101419.222500', '101419.682500', '101420.142500', '101420.602500', '101421.062500', '101421.522500', '101421.982500', '101422.442500', '101422.902500', '101423.362500', '101423.822500', '101424.282500', '101424.742500', '101425.202500', '101425.662500', '101426.122500', '101426.582500', '101427.042500', '101427.502500', '101427.962500', '101428.422500', '101428.882500', '101429.342500', '101429.802500', '101430.262500', '101430.722500', '101431.182500', '101431.642500', '101432.102500', '101432.562500', '101433.022500', '101433.482500', '101433.942500', '101434.402500', '101434.862500', '101435.322500', '101435.782500', '101436.242500', '101436.702500', '101437.162500', '101437.622500', '101438.082500', '101438.542500', '101439.002500', '101439.462500', '101439.922500', '101440.382500', '101440.842500', '101441.302500', '101441.762500', '101442.222500', '101442.682500', '101443.142500', '101443.602500', '101444.062500', '101444.522500', '101444.982500', '101445.442500', '101445.902500', '101446.362500', '101446.822500', '101447.282500', '101447.742500', '101448.202500', '101448.662500', '101449.122500', '101449.582500', '101450.042500', '101450.502500', '101450.962500', '101451.422500', '101451.882500', '101452.342500', '101452.802500', '101453.262500', '101453.722500', '101454.182500', '101454.642500', '101455.102500', '101455.562500', '101456.022500', '101456.482500', '101456.942500', '101457.402500', '101457.862500', '101458.322500', '101458.782500', '101459.242500', '101459.702500', '101500.162500', '101500.622500', '101501.082500', '101501.542500', '101502.002500', '101502.462500', '101502.922500', '101503.382500', '101503.842500', '101504.302500', '101504.762500', '101505.222500', '101505.682500', '101506.142500', '101506.602500', '101507.062500', '101507.522500', '101507.982500', '101508.442500', '101508.902500', '101509.362500', '101509.822500', '101510.282500', '101510.742500', '101511.202500', '101511.662500', '101512.122500', '101512.582500', '101513.042500', '101513.502500', '101513.962500', '101514.422500', '101514.882500', '101515.342500', '101515.802500', '101516.262500', '101516.722500', '101517.182500', '101517.642500', '101518.102500', '101518.562500', '101519.022500', '101519.482500', '101519.942500', '101520.402500', '101520.862500', '101521.322500', '101521.782500', '101522.242500', '101522.702500', '101523.162500', '101523.622500', '101524.082500', '101524.542500', '101525.002500', '101525.462500', '101525.922500', '101526.382500', '101526.842500', '101527.302500', '101527.762500', '101528.222500', '101528.682500', '101529.142500', '101529.602500', '101530.062500', '101530.522500', '101530.982500', '101531.442500', '101531.902500', '101532.362500', '101532.822500', '101533.282500', '101533.742500', '101534.202500', '101534.662500', '101535.122500', '101535.582500', '101536.042500', '101536.502500', '101536.962500', '101537.422500', '101537.882500', '101538.342500', '101538.802500', '101539.262500', '101539.722500', '101540.182500', '101540.642500', '101541.102500', '101541.562500', '101542.022500', '101542.482500', '101542.942500', '101543.402500', '101543.862500', '101544.322500', '101544.782500', '101545.242500', '101545.702500', '101546.162500', '101546.622500', '101547.082500', '101547.542500', '101548.002500', '101548.462500', '101548.922500', '101549.382500', '101549.842500', '101550.302500', '101550.762500', '101551.222500', '101551.682500', '101552.142500', '101552.602500', '101553.062500', '101553.522500', '101553.982500', '101554.442500', '101554.902500', '101555.362500', '101555.822500', '101556.282500', '101556.742500', '101557.202500', '101557.662500', '101558.122500', '101558.582500', '101559.042500', '101559.502500', '101559.962500', '101600.422500', '101600.882500', '101601.342500', '101601.802500', '101602.262500', '101602.722500', '101603.182500', '101603.642500', '101604.102500', '101604.562500', '101605.022500', '101605.482500', '101605.942500', '101606.402500', '101606.862500', '101607.322500', '101607.782500', '101608.242500', '101608.702500', '101609.162500', '101609.622500', '101610.082500', '101610.542500', '101611.002500', '101611.462500', '101611.922500', '101612.382500', '101612.842500', '101613.302500', '101613.762500', '101614.222500', '101614.682500', '101615.142500', '101615.602500', '101616.062500', '101616.522500', '101616.982500', '101617.442500', '101617.902500', '101618.362500', '101618.822500', '101619.282500', '101619.742500', '101620.202500', '101620.662500', '101621.122500', '101621.582500', '101622.042500', '101622.502500', '101622.962500', '101623.422500', '101623.882500', '101624.342500', '101624.802500', '101625.262500', '101625.722500', '101626.182500', '101626.642500', '101627.102500', '101627.562500', '101628.022500', '101628.482500', '101628.942500', '101629.402500', '101629.862500', '101630.322500', '101630.782500', '101631.242500', '101631.702500', '101632.162500', '101632.622500', '101633.082500', '101633.542500', '101634.002500', '101634.462500', '101634.922500', '101635.382500', '101635.842500', '101636.302500', '101636.762500', '101637.222500', '101637.682500', '101638.142500', '101638.602500', '101639.062500', '101639.522500', '101639.982500', '101640.442500', '101640.902500', '101641.362500', '101641.822500', '101642.282500', '101642.742500', '101643.202500', '101643.662500', '101644.122500', '101644.582500', '101645.042500', '101645.502500', '101645.962500', '101646.422500', '101646.882500', '101647.342500', '101647.802500', '101648.262500', '101648.722500', '101649.182500', '101649.642500', '101650.102500', '101650.562500', '101651.022500', '101651.482500', '101651.942500', '101652.402500', '101652.862500', '101653.322500', '101653.782500', '101654.242500', '101654.702500', '101655.162500', '101655.622500', '101656.082500', '101656.542500', '101657.002500', '101657.462500', '101657.922500', '101658.382500', '101658.842500', '101659.302500', '101659.762500', '101700.222500', '101700.682500', '101701.142500', '101701.602500', '101702.062500', '101702.522500', '101702.982500', '101703.442500', '101703.902500', '101704.362500', '101704.822500', '101705.282500', '101705.742500', '101706.202500', '101706.662500', '101707.122500', '101707.582500', '101708.042500', '101708.502500', '101708.962500', '101709.422500', '101709.882500', '101710.342500', '101710.802500', '101711.262500', '101711.722500', '101712.182500', '101712.642500', '101713.102500', '101713.562500', '101714.022500', '101714.482500', '101714.942500', '101715.402500', '101715.862500', '101716.322500', '101716.782500', '101717.242500', '101717.702500', '101718.162500', '101718.622500', '101719.082500', '101719.542500', '101720.002500', '101720.462500', '101720.922500', '101721.382500', '101721.842500', '101722.302500', '101722.762500', '101723.222500', '101723.682500', '101724.142500', '101724.602500', '101725.062500', '101725.522500', '101725.982500', '101726.442500', '101726.902500', '101727.362500', '101727.822500', '101728.282500', '101728.742500', '101729.202500', '101729.662500', '101730.122500', '101730.582500', '101731.042500', '101731.502500', '101731.962500', '101732.422500', '101732.882500', '101733.342500', '101733.802500', '101734.262500', '101734.722500', '101735.182500', '101735.642500', '101736.102500', '101736.562500', '101737.022500', '101737.482500', '101737.942500', '101738.402500', '101738.862500', '101739.322500', '101739.782500', '101740.242500', '101740.702500', '101741.162500', '101741.622500', '101742.082500', '101742.542500', '101743.002500', '101743.462500', '101743.922500', '101744.382500', '101744.842500', '101745.302500', '101745.762500', '101746.222500', '101746.682500', '101747.142500', '101747.602500', '101748.062500', '101748.522500', '101748.982500', '101749.442500', '101749.902500', '101750.362500', '101750.822500', '101751.282500', '101751.742500', '101752.202500', '101752.662500', '101753.122500', '101753.582500', '101754.042500', '101754.502500', '101754.962500', '101755.422500', '101755.882500', '101756.342500', '101756.802500', '101757.262500', '101757.722500', '101758.182500', '101758.642500', '101759.102500', '101759.562500', '101800.022500', '101800.482500', '101800.942500', '101801.402500', '101801.862500', '101802.322500', '101802.782500', '101803.242500', '101803.702500', '101804.162500', '101804.622500', '101805.082500', '101805.542500', '101806.002500', '101806.462500', '101806.922500', '101807.382500', '101807.842500', '101808.302500', '101808.762500', '101809.222500', '101809.682500', '101810.142500', '101810.602500', '101811.062500', '101811.522500', '101811.982500', '101812.442500', '101812.902500', '101813.362500', '101813.822500', '101814.282500', '101814.742500', '101815.202500', '101815.662500', '101816.122500', '101816.582500', '101817.042500', '101817.502500', '101817.962500', '101818.422500', '101818.882500', '101819.342500', '101819.802500', '101820.262500', '101820.722500', '101821.182500', '101821.642500', '101822.102500', '101822.562500', '101823.022500', '101823.482500', '101823.942500', '101824.402500', '101824.862500', '101825.322500', '101825.782500', '101826.242500', '101826.702500', '101827.162500', '101827.622500', '101828.082500', '101828.542500', '101829.002500', '101829.462500', '101829.922500', '101830.382500', '101830.842500', '101831.302500', '101831.762500', '101832.222500', '101832.682500', '101833.142500', '101833.602500', '101834.062500', '101834.522500', '101834.982500', '101835.442500', '101835.902500', '101836.362500', '101836.822500', '101837.282500', '101837.742500', '101838.202500', '101838.662500', '101839.122500', '101839.582500', '101840.042500', '101840.502500', '101840.962500', '101841.422500', '101841.882500', '101842.342500', '101842.802500', '101843.262500', '101843.722500', '101844.182500', '101844.642500', '101845.102500', '101845.562500', '101846.022500', '101846.482500', '101846.942500', '101847.402500', '101847.862500', '101848.322500', '101848.782500', '101849.242500', '101849.702500', '101850.162500', '101850.622500', '101851.082500', '101851.542500', '101852.002500', '101852.462500', '101852.922500', '101853.382500', '101853.842500', '101854.302500', '101854.762500', '101855.222500', '101855.682500', '101856.142500', '101856.602500', '101857.062500', '101857.522500', '101857.982500', '101858.442500', '101858.902500', '101859.362500', '101859.822500', '101900.282500', '101900.742500', '101901.202500', '101901.662500', '101902.122500', '101902.582500', '101903.042500', '101903.502500', '101903.962500', '101904.422500', '101904.882500', '101905.342500', '101905.802500', '101906.262500', '101906.722500', '101907.182500', '101907.642500', '101908.102500', '101908.562500', '101909.022500', '101909.482500', '101909.942500', '101910.402500', '101910.862500', '101911.322500', '101911.782500', '101912.242500', '101912.702500', '101913.162500', '101913.622500', '101914.082500', '101914.542500', '101915.002500', '101915.462500', '101915.922500', '101916.382500', '101916.842500', '101917.302500', '101917.762500', '101918.222500', '101918.682500', '101919.142500', '101919.602500', '101920.062500', '101920.522500', '101920.982500', '101921.442500', '101921.902500', '101922.362500', '101922.822500', '101923.282500', '101923.742500', '101924.202500', '101924.662500', '101925.122500', '101925.582500', '101926.042500', '101926.502500', '101926.962500', '101927.422500', '101927.882500', '101928.342500', '101928.802500', '101929.262500', '101929.722500', '101930.182500', '101930.642500', '101931.102500', '101931.562500', '101932.022500', '101932.482500', '101932.942500', '101933.402500', '101933.862500', '101934.322500', '101934.782500', '101935.242500', '101935.702500', '101936.162500', '101936.622500', '101937.082500', '101937.542500', '101938.002500', '101938.462500', '101938.922500', '101939.382500', '101939.842500', '101940.302500', '101940.762500', '101941.222500', '101941.682500', '101942.142500', '101942.602500', '101943.062500', '101943.522500', '101943.982500', '101944.442500', '101944.902500', '101945.362500', '101945.822500', '101946.282500', '101946.742500', '101947.202500', '101947.662500', '101948.122500', '101948.582500', '101949.042500', '101949.502500', '101949.962500', '101950.422500', '101950.882500', '101951.342500', '101951.802500', '101952.262500', '101952.722500', '101953.182500', '101953.642500', '101954.102500', '101954.562500', '101955.022500', '101955.482500', '101955.942500', '101956.402500', '101956.862500', '101957.322500', '101957.782500', '101958.242500', '101958.702500', '101959.162500', '101959.622500', '102000.082500', '102000.542500', '102001.002500', '102001.462500', '102001.922500', '102002.382500', '102002.842500', '102003.302500', '102003.762500', '102004.222500', '102004.682500', '102005.142500', '102005.602500', '102006.062500', '102006.522500', '102006.982500', '102007.442500', '102007.902500', '102008.362500', '102008.822500', '102009.282500', '102009.742500', '102010.202500', '102010.662500', '102011.122500', '102011.582500', '102012.042500', '102012.502500', '102012.962500', '102013.422500', '102013.882500', '102014.342500', '102014.802500', '102015.262500', '102015.722500', '102016.182500', '102016.642500', '102017.102500', '102017.562500', '102018.022500', '102018.482500', '102018.942500', '102019.402500', '102019.862500', '102020.322500', '102020.782500', '102021.242500', '102021.702500', '102022.162500', '102022.622500', '102023.082500', '102023.542500', '102024.002500', '102024.462500', '102024.922500', '102025.382500', '102025.842500', '102026.302500', '102026.762500', '102027.222500', '102027.682500', '102028.142500', '102028.602500', '102029.062500', '102029.522500', '102029.982500', '102030.442500', '102030.902500', '102031.362500', '102031.822500', '102032.282500', '102032.742500', '102033.202500', '102033.662500', '102034.122500', '102034.582500', '102035.042500', '102035.502500', '102035.962500', '102036.422500', '102036.882500', '102037.342500', '102037.802500', '102038.262500', '102038.722500', '102039.182500', '102039.642500', '102040.102500', '102040.562500', '102041.022500', '102041.482500', '102041.942500', '102042.402500', '102042.862500', '102043.322500', '102043.782500', '102044.242500', '102044.702500', '102045.162500', '102045.622500', '102046.082500', '102046.542500', '102047.002500', '102047.462500', '102047.922500', '102048.382500', '102048.842500', '102049.302500', '102049.762500', '102050.222500', '102050.682500', '102051.142500', '102051.602500', '102052.062500', '102052.522500', '102052.982500', '102053.442500', '102053.902500', '102054.362500', '102054.822500', '102055.282500', '102055.742500', '102056.202500', '102056.662500', '102057.122500', '102057.582500', '102058.042500', '102058.502500', '102058.962500', '102059.422500', '102059.882500', '102100.342500', '102100.802500', '102101.262500', '102101.722500', '102102.182500', '102102.642500', '102103.102500', '102103.562500', '102104.022500', '102104.482500', '102104.942500', '102105.402500', '102105.862500', '102106.322500', '102106.782500', '102107.242500', '102107.702500', '102108.162500', '102108.622500', '102109.082500', '102109.542500', '102110.002500', '102110.462500', '102110.922500', '102111.382500', '102111.842500', '102112.302500', '102112.762500', '102113.222500', '102113.682500', '102114.142500', '102114.602500', '102115.062500', '102115.522500', '102115.982500', '102116.442500', '102116.902500', '102117.362500', '102117.822500', '102118.282500', '102118.742500', '102119.202500', '102119.662500', '102120.122500', '102120.582500', '102121.042500', '102121.502500', '102121.962500', '102122.422500', '102122.882500', '102123.342500', '102123.802500', '102124.262500', '102124.722500', '102125.182500', '102125.642500', '102126.102500', '102126.562500', '102127.022500', '102127.482500', '102127.942500', '102128.402500', '102128.862500', '102129.322500', '102129.782500', '102130.242500', '102130.702500', '102131.162500', '102131.622500', '102132.082500', '102132.542500', '102133.002500', '102133.462500', '102133.922500', '102134.382500', '102134.842500', '102135.302500', '102135.762500', '102136.222500', '102136.682500', '102137.142500', '102137.602500', '102138.062500', '102138.522500', '102138.982500', '102139.442500', '102139.902500', '102140.362500', '102140.822500', '102141.282500', '102141.742500', '102142.202500', '102142.662500', '102143.122500', '102143.582500', '102144.042500', '102144.502500', '102144.962500', '102145.422500', '102145.882500', '102146.342500', '102146.802500', '102147.262500', '102147.722500', '102148.182500', '102148.642500', '102149.102500', '102149.562500', '102150.022500', '102150.482500', '102150.942500', '102151.402500', '102151.862500', '102152.322500', '102152.782500', '102153.242500', '102153.702500', '102154.162500', '102154.622500', '102155.082500', '102155.542500', '102156.002500', '102156.462500', '102156.922500', '102157.382500', '102157.842500', '102158.302500', '102158.762500', '102159.222500', '102159.682500', '102200.142500', '102200.602500', '102201.062500', '102201.522500', '102201.982500', '102202.442500', '102202.902500', '102203.362500', '102203.822500', '102204.282500', '102204.742500', '102205.202500', '102205.662500', '102206.122500', '102206.582500', '102207.042500', '102207.502500', '102207.962500', '102208.422500', '102208.882500', '102209.342500', '102209.802500', '102210.262500', '102210.722500', '102211.182500', '102211.642500', '102212.102500', '102212.562500', '102213.022500', '102213.482500', '102213.942500', '102214.402500', '102214.862500', '102215.322500', '102215.782500', '102216.242500', '102216.702500', '102217.162500', '102217.622500', '102218.082500', '102218.542500', '102219.002500', '102219.462500', '102219.922500', '102220.382500', '102220.842500', '102221.302500', '102221.762500', '102222.222500', '102222.682500', '102223.142500', '102223.602500', '102224.062500', '102224.522500', '102224.982500', '102225.442500', '102225.902500', '102226.362500', '102226.822500', '102227.282500', '102227.742500', '102228.202500', '102228.662500', '102229.122500', '102229.582500', '102230.042500', '102230.502500', '102230.962500', '102231.422500', '102231.882500', '102232.342500', '102232.802500', '102233.262500', '102233.722500', '102234.182500', '102234.642500', '102235.102500', '102235.562500', '102236.022500', '102236.482500', '102236.942500', '102237.402500', '102237.862500', '102238.322500', '102238.782500', '102239.242500', '102239.702500', '102240.162500', '102240.622500', '102241.082500', '102241.542500', '102242.002500', '102242.462500', '102242.922500', '102243.382500', '102243.842500', '102244.302500', '102244.762500', '102245.222500', '102245.682500', '102246.142500', '102246.602500', '102247.062500', '102247.522500', '102247.982500', '102248.442500', '102248.902500', '102249.362500', '102249.822500', '102250.282500', '102250.742500', '102251.202500', '102251.662500', '102252.122500', '102252.582500', '102253.042500', '102253.502500', '102253.962500', '102254.422500', '102254.882500', '102255.342500', '102255.802500', '102256.262500', '102256.722500', '102257.182500', '102257.642500', '102258.102500', '102258.562500', '102259.022500', '102259.482500', '102259.942500', '102300.402500', '102300.862500', '102301.322500', '102301.782500', '102302.242500', '102302.702500', '102303.162500', '102303.622500', '102304.082500', '102304.542500', '102305.002500', '102305.462500', '102305.922500', '102306.382500', '102306.842500', '102307.302500', '102307.762500', '102308.222500', '102308.682500', '102309.142500', '102309.602500', '102310.062500', '102310.522500', '102310.982500', '102311.442500', '102311.902500', '102312.362500', '102312.822500', '102313.282500', '102313.742500', '102314.202500', '102314.662500', '102315.122500', '102315.582500', '102316.042500', '102316.502500', '102316.962500', '102317.422500', '102317.882500', '102318.342500', '102318.802500', '102319.262500', '102319.722500', '102320.182500', '102320.642500', '102321.102500', '102321.562500', '102322.022500', '102322.482500', '102322.942500', '102323.402500', '102323.862500', '102324.322500', '102324.782500', '102325.242500', '102325.702500', '102326.162500', '102326.622500', '102327.082500', '102327.542500', '102328.002500', '102328.462500', '102328.922500', '102329.382500', '102329.842500', '102330.302500', '102330.762500', '102331.222500', '102331.682500', '102332.142500', '102332.602500', '102333.062500', '102333.522500', '102333.982500', '102334.442500', '102334.902500', '102335.362500', '102335.822500', '102336.282500', '102336.742500', '102337.202500', '102337.662500', '102338.122500', '102338.582500', '102339.042500', '102339.502500', '102339.962500', '102340.422500', '102340.882500', '102341.342500', '102341.802500', '102342.262500', '102342.722500', '102343.182500', '102343.642500', '102344.102500', '102344.562500', '102345.022500', '102345.482500', '102345.942500', '102346.402500', '102346.862500', '102347.322500', '102347.782500', '102348.242500', '102348.702500', '102349.162500', '102349.622500', '102350.082500', '102350.542500', '102351.002500', '102351.462500', '102351.922500', '102352.382500', '102352.842500', '102353.302500', '102353.762500', '102354.222500', '102354.682500', '102355.142500', '102355.602500', '102356.062500', '102356.522500', '102356.982500', '102357.442500', '102357.902500', '102358.362500', '102358.822500', '102359.282500', '102359.742500', '102400.202500', '102400.662500', '102401.122500', '102401.582500', '102402.042500', '102402.502500', '102402.962500', '102403.422500', '102403.882500', '102404.342500', '102404.802500', '102405.262500', '102405.722500', '102406.182500', '102406.642500', '102407.102500', '102407.562500', '102408.022500', '102408.482500', '102408.942500', '102409.402500', '102409.862500', '102410.322500', '102410.782500', '102411.242500', '102411.702500', '102412.162500', '102412.622500', '102413.082500', '102413.542500', '102414.002500', '102414.462500', '102414.922500', '102415.382500', '102415.842500', '102416.302500', '102416.762500', '102417.222500', '102417.682500', '102418.142500', '102418.602500', '102419.062500', '102419.522500', '102419.982500', '102420.442500', '102420.902500', '102421.362500', '102421.822500', '102422.282500', '102422.742500', '102423.202500', '102423.662500', '102424.122500', '102424.582500', '102425.042500', '102425.502500', '102425.962500', '102426.422500', '102426.882500', '102427.342500', '102427.802500', '102428.262500', '102428.722500', '102429.182500', '102429.642500', '102430.102500', '102430.562500', '102431.022500', '102431.482500', '102431.942500', '102432.402500', '102432.862500', '102433.322500', '102433.782500', '102434.242500', '102434.702500', '102435.162500', '102435.622500', '102436.082500', '102436.542500', '102437.002500', '102437.462500', '102437.922500', '102438.382500', '102438.842500', '102439.302500', '102439.762500', '102440.222500', '102440.682500', '102441.142500', '102441.602500', '102442.062500', '102442.522500', '102442.982500', '102443.442500', '102443.902500', '102444.362500', '102444.822500', '102445.282500', '102445.742500', '102446.202500', '102446.662500', '102447.122500', '102447.582500', '102448.042500', '102448.502500', '102448.962500', '102449.422500', '102449.882500', '102450.342500', '102450.802500', '102451.262500', '102451.722500', '102452.182500', '102452.642500', '102453.102500', '102453.562500', '102454.022500', '102454.482500', '102454.942500', '102455.402500', '102455.862500', '102456.322500', '102456.782500', '102457.242500', '102457.702500', '102458.162500', '102458.622500', '102459.082500', '102459.542500', '102500.002500', '102500.462500', '102500.922500', '102501.382500', '102501.842500', '102502.302500', '102502.762500', '102503.222500', '102503.682500', '102504.142500', '102504.602500', '102505.062500', '102505.522500', '102505.982500', '102506.442500', '102506.902500', '102507.362500', '102507.822500', '102508.282500', '102508.742500', '102509.202500', '102509.662500', '102510.122500', '102510.582500', '102511.042500', '102511.502500', '102511.962500', '102512.422500', '102512.882500', '102513.342500', '102513.802500', '102514.262500', '102514.722500', '102515.182500', '102515.642500', '102516.102500', '102516.562500', '102517.022500', '102517.482500', '102517.942500', '102518.402500', '102518.862500', '102519.322500', '102519.782500', '102520.242500', '102520.702500', '102521.162500', '102521.622500', '102522.082500', '102522.542500', '102523.002500', '102523.462500', '102523.922500', '102524.382500', '102524.842500', '102525.302500', '102525.762500', '102526.222500', '102526.682500', '102527.142500', '102527.602500', '102528.062500', '102528.522500', '102528.982500', '102529.442500', '102529.902500', '102530.362500', '102530.822500', '102531.282500', '102531.742500', '102532.202500', '102532.662500', '102533.122500', '102533.582500', '102534.042500', '102534.502500', '102534.962500', '102535.422500', '102535.882500', '102536.342500', '102536.802500', '102537.262500', '102537.722500', '102538.182500', '102538.642500', '102539.102500', '102539.562500', '102540.022500', '102540.482500', '102540.942500', '102541.402500', '102541.862500', '102542.322500', '102542.782500', '102543.242500', '102543.702500', '102544.162500', '102544.622500', '102545.082500', '102545.542500', '102546.002500', '102546.462500', '102546.922500', '102547.382500', '102547.842500', '102548.302500', '102548.762500', '102549.222500', '102549.682500', '102550.142500', '102550.602500', '102551.062500', '102551.522500', '102551.982500', '102552.442500', '102552.902500', '102553.362500', '102553.822500', '102554.282500', '102554.742500', '102555.202500', '102555.662500', '102556.122500', '102556.582500', '102557.042500', '102557.502500', '102557.962500', '102558.422500', '102558.882500', '102559.342500', '102559.802500', '102600.262500', '102600.722500', '102601.182500', '102601.642500', '102602.102500', '102602.562500', '102603.022500', '102603.482500', '102603.942500', '102604.402500', '102604.862500', '102605.322500', '102605.782500', '102606.242500', '102606.702500', '102607.162500', '102607.622500', '102608.082500', '102608.542500', '102609.002500', '102609.462500', '102609.922500', '102610.382500', '102610.842500', '102611.302500', '102611.762500', '102612.222500', '102612.682500', '102613.142500', '102613.602500', '102614.062500', '102614.522500', '102614.982500', '102615.442500', '102615.902500', '102616.362500', '102616.822500', '102617.282500', '102617.742500', '102618.202500', '102618.662500', '102619.122500', '102619.582500', '102620.042500', '102620.502500', '102620.962500', '102621.422500', '102621.882500', '102622.342500', '102622.802500', '102623.262500', '102623.722500', '102624.182500', '102624.642500', '102625.102500', '102625.562500', '102626.022500', '102626.482500', '102626.942500', '102627.402500', '102627.862500', '102628.322500', '102628.782500', '102629.242500', '102629.702500', '102630.162500', '102630.622500', '102631.082500', '102631.542500', '102632.002500', '102632.462500', '102632.922500', '102633.382500', '102633.842500', '102634.302500', '102634.762500', '102635.222500', '102635.682500', '102636.142500', '102636.602500', '102637.062500', '102637.522500', '102637.982500', '102638.442500', '102638.902500', '102639.362500', '102639.822500', '102640.282500', '102640.742500', '102641.202500', '102641.662500', '102642.122500', '102642.582500', '102643.042500', '102643.502500', '102643.962500', '102644.422500', '102644.882500', '102645.342500', '102645.802500', '102646.262500', '102646.722500', '102647.182500', '102647.642500', '102648.102500', '102648.562500', '102649.022500', '102649.482500', '102649.942500', '102650.402500', '102650.862500', '102651.322500', '102651.782500', '102652.242500', '102652.702500', '102653.162500', '102653.622500', '102654.082500', '102654.542500', '102655.002500', '102655.462500', '102655.922500', '102656.382500', '102656.842500', '102657.302500', '102657.762500', '102658.222500', '102658.682500', '102659.142500', '102659.602500', '102700.062500', '102700.522500', '102700.982500', '102701.442500', '102701.902500', '102702.362500', '102702.822500', '102703.282500', '102703.742500', '102704.202500', '102704.662500', '102705.122500', '102705.582500', '102706.042500', '102706.502500', '102706.962500', '102707.422500', '102707.882500', '102708.342500', '102708.802500', '102709.262500', '102709.722500', '102710.182500', '102710.642500', '102711.102500', '102711.562500', '102712.022500', '102712.482500', '102712.942500', '102713.402500', '102713.862500', '102714.322500', '102714.782500', '102715.242500', '102715.702500', '102716.162500', '102716.622500', '102717.082500', '102717.542500', '102718.002500', '102718.462500', '102718.922500', '102719.382500', '102719.842500', '102720.302500', '102720.762500', '102721.222500', '102721.682500', '102722.142500', '102722.602500', '102723.062500', '102723.522500', '102723.982500', '102724.442500', '102724.902500', '102725.362500', '102725.822500', '102726.282500', '102726.742500', '102727.202500', '102727.662500', '102728.122500', '102728.582500', '102729.042500', '102729.502500', '102729.962500', '102730.422500', '102730.882500', '102731.342500', '102731.802500', '102732.262500', '102732.722500', '102733.182500', '102733.642500', '102734.102500', '102734.562500', '102735.022500', '102735.482500', '102735.942500', '102736.402500', '102736.862500', '102737.322500', '102737.782500', '102738.242500', '102738.702500', '102739.162500', '102739.622500', '102740.082500', '102740.542500', '102741.002500', '102741.462500', '102741.922500', '102742.382500', '102742.842500', '102743.302500', '102743.762500', '102744.222500', '102744.682500', '102745.142500', '102745.602500', '102746.062500', '102746.522500', '102746.982500', '102747.442500', '102747.902500', '102748.362500', '102748.822500', '102749.282500', '102749.742500', '102750.202500', '102750.662500', '102751.122500', '102751.582500', '102752.042500', '102752.502500', '102752.962500', '102753.422500', '102753.882500', '102754.342500', '102754.802500', '102755.262500', '102755.722500', '102756.182500', '102756.642500', '102757.102500', '102757.562500', '102758.022500', '102758.482500', '102758.942500', '102759.402500', '102759.862500', '102800.322500', '102800.782500', '102801.242500', '102801.702500', '102802.162500', '102802.622500', '102803.082500', '102803.542500', '102804.002500', '102804.462500', '102804.922500', '102805.382500', '102805.842500', '102806.302500', '102806.762500', '102807.222500', '102807.682500', '102808.142500', '102808.602500', '102809.062500', '102809.522500', '102809.982500', '102810.442500', '102810.902500', '102811.362500', '102811.822500', '102812.282500', '102812.742500', '102813.202500', '102813.662500', '102814.122500', '102814.582500', '102815.042500', '102815.502500', '102815.962500', '102816.422500', '102816.882500', '102817.342500', '102817.802500', '102818.262500', '102818.722500', '102819.182500', '102819.642500', '102820.102500', '102820.562500', '102821.022500', '102821.482500', '102821.942500', '102822.402500', '102822.862500', '102823.322500', '102823.782500', '102824.242500', '102824.702500', '102825.162500', '102825.622500', '102826.082500', '102826.542500', '102827.002500', '102827.462500'], 'ContentTime': ['101426.196000', '101426.199000', '101426.202000', '101426.205000', '101426.214000', '101426.217000', '101426.220000', '101426.222000', '101426.225000', '101426.228000', '101426.231000', '101426.234000', '101426.236000', '101426.239000', '101426.242000', '101426.245000', '101426.248000', '101426.250000', '101426.253000', '101426.256000', '101426.259000', '101426.262000', '101426.267000', '101426.270000', '101426.272000', '101426.275000', '101426.278000', '101446.152000', '101446.155000', '101446.158000', '101446.161000', '101446.163000', '101446.166000', '101446.169000', '101446.172000', '101446.175000', '101446.177000', '101446.180000', '101446.183000', '101446.186000', '101446.193000', '101446.196000', '101446.199000', '101446.202000', '101446.204000', '101446.207000', '101446.210000', '101446.213000', '101446.216000', '101446.218000', '101446.221000', '101446.224000', '101446.227000', '101446.230000', '101446.232000', '101446.235000', '101446.238000', '101446.241000', '101446.244000', '101446.246000', '101446.249000', '101446.252000', '101446.255000', '101446.258000', '101446.261000', '101446.264000', '101446.267000', '101446.270000', '101446.272000', '101446.284000', '101446.287000', '101506.152000', '101506.155000', '101506.158000', '101506.161000', '101506.164000', '101506.167000', '101506.170000', '101506.173000', '101506.176000', '101506.179000', '101506.182000', '101506.185000', '101506.188000', '101506.190000', '101506.193000', '101506.196000', '101506.199000', '101506.202000', '101506.204000', '101506.207000', '101506.210000', '101506.213000', '101506.228000', '101506.231000', '101506.236000', '101506.240000', '101506.243000', '101506.246000', '101506.248000', '101506.251000', '101506.254000', '101506.257000', '101506.260000', '101506.263000', '101506.265000', '101506.268000', '101506.271000', '101506.274000', '101506.277000', '101506.280000', '101506.283000', '101506.286000', '101506.288000', '101526.152000', '101526.155000', '101526.158000', '101526.161000', '101526.164000', '101526.167000', '101526.169000', '101526.172000', '101526.175000', '101526.178000', '101526.181000', '101526.184000', '101526.187000', '101526.190000', '101526.192000', '101526.195000', '101526.198000', '101526.201000', '101526.204000', '101526.206000', '101526.209000', '101526.212000', '101526.215000', '101526.218000', '101526.221000', '101526.224000', '101526.226000', '101526.229000', '101526.232000', '101526.235000', '101526.238000', '101526.241000', '101526.243000', '101526.246000', '101526.249000', '101526.252000', '101526.255000', '101526.258000', '101526.260000', '101526.263000', '101526.266000', '101526.269000', '101526.272000', '101526.275000', '101546.152000', '101546.155000', '101546.158000', '101546.160000', '101546.163000', '101546.166000', '101546.169000', '101546.172000', '101546.175000', '101546.177000', '101546.180000', '101546.183000', '101546.186000', '101546.191000', '101546.194000', '101546.197000', '101546.205000', '101546.208000', '101546.211000', '101546.214000', '101546.217000', '101546.220000', '101546.223000', '101546.226000', '101546.229000', '101546.232000', '101546.235000', '101546.237000', '101546.240000', '101546.243000', '101546.248000', '101546.250000', '101546.253000', '101546.256000', '101546.259000', '101546.262000', '101546.265000', '101546.267000', '101546.270000', '101546.273000', '101546.276000', '101546.279000', '101546.282000', '101606.152000', '101606.155000', '101606.158000', '101606.161000', '101606.164000', '101606.166000', '101606.169000', '101606.172000', '101606.175000', '101606.178000', '101606.181000', '101606.183000', '101606.186000', '101606.189000', '101606.192000', '101606.195000', '101606.198000', '101606.201000', '101606.203000', '101606.206000', '101606.209000', '101606.212000', '101606.215000', '101606.218000', '101606.220000', '101606.223000', '101606.226000', '101606.229000', '101606.232000', '101606.235000', '101606.238000', '101606.240000', '101606.243000', '101606.246000', '101606.249000', '101606.252000', '101606.255000', '101606.257000', '101606.260000', '101606.263000', '101606.266000', '101606.269000', '101606.272000', '101606.275000', '101626.152000', '101626.155000', '101626.158000', '101626.161000', '101626.163000', '101626.166000', '101626.169000', '101626.181000', '101626.184000', '101626.187000', '101626.190000', '101626.192000', '101626.197000', '101626.200000', '101626.203000', '101626.206000', '101626.208000', '101626.211000', '101626.214000', '101626.217000', '101626.220000', '101626.223000', '101626.226000', '101626.228000', '101626.231000', '101626.234000', '101626.237000', '101626.240000', '101626.243000', '101626.246000', '101626.248000', '101626.252000', '101626.255000', '101626.257000', '101626.260000', '101626.263000', '101626.266000', '101626.289000', '101626.292000', '101626.295000', '101626.298000', '101626.301000', '101626.304000', '101646.152000', '101646.155000', '101646.158000', '101646.160000', '101646.163000', '101646.166000', '101646.169000', '101646.172000', '101646.175000', '101646.178000', '101646.181000', '101646.184000', '101646.187000', '101646.190000', '101646.193000', '101646.195000', '101646.198000', '101646.201000', '101646.204000', '101646.207000', '101646.210000', '101646.212000', '101646.215000', '101646.218000', '101646.221000', '101646.224000', '101646.227000', '101646.230000', '101646.232000', '101646.235000', '101646.238000', '101646.241000', '101646.244000', '101646.246000', '101646.249000', '101646.252000', '101646.255000', '101646.258000', '101646.261000', '101646.263000', '101646.266000', '101646.269000', '101646.272000', '101646.275000', '101706.152000', '101706.155000', '101706.158000', '101706.170000', '101706.173000', '101706.176000', '101706.179000', '101706.181000', '101706.184000', '101706.187000', '101706.190000', '101706.193000', '101706.196000', '101706.198000', '101706.201000', '101706.204000', '101706.207000', '101706.210000', '101706.213000', '101706.215000', '101706.218000', '101706.221000', '101706.224000', '101706.227000', '101706.230000', '101706.232000', '101706.235000', '101706.238000', '101706.241000', '101706.244000', '101706.247000', '101706.250000', '101706.252000', '101706.255000', '101706.258000', '101706.261000', '101706.264000', '101706.267000', '101706.270000', '101706.272000', '101706.275000', '101706.278000', '101706.281000', '101726.152000', '101726.155000', '101726.158000', '101726.160000', '101726.163000', '101726.166000', '101726.169000', '101726.172000', '101726.175000', '101726.178000', '101726.180000', '101726.183000', '101726.186000', '101726.189000', '101726.192000', '101726.194000', '101726.197000', '101726.200000', '101726.203000', '101726.206000', '101726.209000', '101726.212000', '101726.214000', '101726.217000', '101726.220000', '101726.223000', '101726.226000', '101726.229000', '101726.231000', '101726.234000', '101726.237000', '101726.240000', '101726.243000', '101726.246000', '101726.249000', '101726.252000', '101726.254000', '101726.257000', '101726.260000', '101726.263000', '101726.266000', '101726.269000', '101726.271000', '101726.274000', '101746.152000', '101746.155000', '101746.158000', '101746.161000', '101746.163000', '101746.166000', '101746.169000', '101746.172000', '101746.175000', '101746.178000', '101746.180000', '101746.183000', '101746.186000', '101746.189000', '101746.192000', '101746.195000', '101746.197000', '101746.200000', '101746.203000', '101746.206000', '101746.209000', '101746.212000', '101746.215000', '101746.217000', '101746.220000', '101746.223000', '101746.226000', '101746.229000', '101746.232000', '101746.236000', '101746.239000', '101746.242000', '101746.251000', '101746.254000', '101746.256000', '101746.259000', '101746.262000', '101746.265000', '101746.268000', '101746.271000', '101746.273000', '101746.276000', '101746.279000', '101806.152000', '101806.155000', '101806.158000', '101806.161000', '101806.163000', '101806.166000', '101806.169000', '101806.172000', '101806.175000', '101806.178000', '101806.180000', '101806.183000', '101806.186000', '101806.189000', '101806.192000', '101806.194000', '101806.197000', '101806.200000', '101806.203000', '101806.219000', '101806.222000', '101806.225000', '101806.228000', '101806.230000', '101806.233000', '101806.236000', '101806.239000', '101806.242000', '101806.245000', '101806.247000', '101806.250000', '101806.253000', '101806.256000', '101806.259000', '101806.269000', '101806.272000', '101806.275000', '101806.278000', '101806.281000', '101806.284000', '101806.286000', '101806.289000', '101806.292000', '101806.295000', '101826.152000', '101826.155000', '101826.158000', '101826.161000', '101826.164000', '101826.166000', '101826.169000', '101826.172000', '101826.175000', '101826.178000', '101826.181000', '101826.183000', '101826.186000', '101826.189000', '101826.192000', '101826.195000', '101826.198000', '101826.201000', '101826.204000', '101826.207000', '101826.209000', '101826.212000', '101826.215000', '101826.218000', '101826.221000', '101826.224000', '101826.226000', '101826.229000', '101826.232000', '101826.235000', '101826.238000', '101826.241000', '101826.244000', '101826.246000', '101826.249000', '101826.252000', '101826.255000', '101826.258000', '101826.261000', '101826.264000', '101826.267000', '101826.270000', '101826.272000', '101846.152000', '101846.155000', '101846.158000', '101846.161000', '101846.164000', '101846.166000', '101846.169000', '101846.172000', '101846.175000', '101846.178000', '101846.181000', '101846.183000', '101846.186000', '101846.189000', '101846.192000', '101846.195000', '101846.198000', '101846.200000', '101846.203000', '101846.206000', '101846.209000', '101846.218000', '101846.221000', '101846.223000', '101846.226000', '101846.229000', '101846.233000', '101846.236000', '101846.239000', '101846.242000', '101846.244000', '101846.247000', '101846.250000', '101846.253000', '101846.256000', '101846.259000', '101846.262000', '101846.264000', '101846.267000', '101846.270000', '101846.273000', '101846.276000', '101846.279000', '101846.282000', '101906.152000', '101906.155000', '101906.158000', '101906.161000', '101906.164000', '101906.167000', '101906.169000', '101906.172000', '101906.175000', '101906.178000', '101906.181000', '101906.184000', '101906.186000', '101906.189000', '101906.192000', '101906.195000', '101906.198000', '101906.201000', '101906.204000', '101906.206000', '101906.209000', '101906.212000', '101906.215000', '101906.218000', '101906.221000', '101906.223000', '101906.226000', '101906.229000', '101906.232000', '101906.235000', '101906.238000', '101906.241000', '101906.243000', '101906.246000', '101906.249000', '101906.252000', '101906.255000', '101906.258000', '101906.260000', '101906.263000', '101906.266000', '101906.269000', '101906.273000', '101926.152000', '101926.155000', '101926.158000', '101926.161000', '101926.163000', '101926.166000', '101926.169000', '101926.172000', '101926.175000', '101926.178000', '101926.181000', '101926.183000', '101926.186000', '101926.189000', '101926.192000', '101926.195000', '101926.198000', '101926.200000', '101926.203000', '101926.206000', '101926.209000', '101926.212000', '101926.215000', '101926.217000', '101926.220000', '101926.227000', '101926.229000', '101926.232000', '101926.235000', '101926.238000', '101926.241000', '101926.244000', '101926.247000', '101926.250000', '101926.253000', '101926.255000', '101926.258000', '101926.261000', '101926.264000', '101926.267000', '101926.270000', '101926.272000', '101926.275000', '101926.278000', '101946.152000', '101946.155000', '101946.158000', '101946.161000', '101946.163000', '101946.166000', '101946.169000', '101946.172000', '101946.175000', '101946.178000', '101946.181000', '101946.184000', '101946.187000', '101946.189000', '101946.192000', '101946.195000', '101946.200000', '101946.203000', '101946.206000', '101946.209000', '101946.212000', '101946.214000', '101946.217000', '101946.220000', '101946.223000', '101946.226000', '101946.228000', '101946.231000', '101946.234000', '101946.237000', '101946.240000', '101946.243000', '101946.246000', '101946.248000', '101946.251000', '101946.254000', '101946.257000', '101946.260000', '101946.263000', '101946.265000', '101946.268000', '101946.271000', '101946.274000', '102006.152000', '102006.155000', '102006.158000', '102006.161000', '102006.163000', '102006.166000', '102006.169000', '102006.172000', '102006.175000', '102006.178000', '102006.180000', '102006.183000', '102006.186000', '102006.189000', '102006.192000', '102006.195000', '102006.197000', '102006.200000', '102006.203000', '102006.206000', '102006.209000', '102006.212000', '102006.214000', '102006.217000', '102006.220000', '102006.223000', '102006.226000', '102006.229000', '102006.232000', '102006.234000', '102006.237000', '102006.240000', '102006.243000', '102006.246000', '102006.249000', '102006.251000', '102006.254000', '102006.257000', '102006.260000', '102006.263000', '102006.265000', '102006.268000', '102006.271000', '102006.274000', '102026.152000', '102026.155000', '102026.158000', '102026.161000', '102026.163000', '102026.166000', '102026.169000', '102026.172000', '102026.175000', '102026.178000', '102026.180000', '102026.183000', '102026.186000', '102026.189000', '102026.192000', '102026.195000', '102026.198000', '102026.200000', '102026.203000', '102026.206000', '102026.209000', '102026.212000', '102026.215000', '102026.217000', '102026.220000', '102026.223000', '102026.226000', '102026.229000', '102026.232000', '102026.234000', '102026.237000', '102026.240000', '102026.243000', '102026.246000', '102026.249000', '102026.251000', '102026.254000', '102026.257000', '102026.260000', '102026.263000', '102026.266000', '102026.268000', '102026.271000', '102046.152000', '102046.155000', '102046.158000', '102046.161000', '102046.166000', '102046.170000', '102046.173000', '102046.176000', '102046.178000', '102046.181000', '102046.184000', '102046.187000', '102046.190000', '102046.193000', '102046.196000', '102046.198000', '102046.201000', '102046.204000', '102046.207000', '102046.210000', '102046.212000', '102046.215000', '102046.218000', '102046.221000', '102046.224000', '102046.227000', '102046.229000', '102046.232000', '102046.235000', '102046.238000', '102046.241000', '102046.244000', '102046.247000', '102046.249000', '102046.252000', '102046.255000', '102046.258000', '102046.270000', '102046.273000', '102046.276000', '102046.278000', '102046.281000', '102046.284000', '102106.153000', '102106.156000', '102106.159000', '102106.162000', '102106.164000', '102106.167000', '102106.170000', '102106.173000', '102106.176000', '102106.179000', '102106.182000', '102106.184000', '102106.187000', '102106.190000', '102106.193000', '102106.196000', '102106.199000', '102106.201000', '102106.204000', '102106.207000', '102106.210000', '102106.213000', '102106.216000', '102106.218000', '102106.221000', '102106.224000', '102106.227000', '102106.230000', '102106.233000', '102106.235000', '102106.238000', '102106.241000', '102106.244000', '102106.247000', '102106.249000', '102106.252000', '102106.255000', '102106.258000', '102106.261000', '102106.264000', '102106.267000', '102106.269000', '102106.272000', '102106.275000', '102126.152000', '102126.155000', '102126.158000', '102126.161000', '102126.164000', '102126.167000', '102126.169000', '102126.172000', '102126.175000', '102126.178000', '102126.181000', '102126.184000', '102126.187000', '102126.190000', '102126.193000', '102126.196000', '102126.199000', '102126.201000', '102126.204000', '102126.207000', '102126.210000', '102126.213000', '102126.216000', '102126.219000', '102126.222000', '102126.225000', '102126.228000', '102126.230000', '102126.233000', '102126.236000', '102126.239000', '102126.242000', '102126.245000', '102126.248000', '102126.250000', '102126.253000', '102126.256000', '102126.259000', '102126.262000', '102126.265000', '102126.268000', '102126.271000', '102126.273000', '102146.152000', '102146.155000', '102146.158000', '102146.161000', '102146.164000', '102146.166000', '102146.169000', '102146.172000', '102146.175000', '102146.178000', '102146.181000', '102146.184000', '102146.186000', '102146.189000', '102146.192000', '102146.195000', '102146.198000', '102146.201000', '102146.203000', '102146.206000', '102146.209000', '102146.212000', '102146.215000', '102146.218000', '102146.220000', '102146.223000', '102146.226000', '102146.229000', '102146.232000', '102146.235000', '102146.238000', '102146.240000', '102146.243000', '102146.246000', '102146.249000', '102146.252000', '102146.255000', '102146.257000', '102146.260000', '102146.263000', '102146.266000', '102146.269000', '102146.272000', '102146.274000', '102206.152000', '102206.155000', '102206.158000', '102206.161000', '102206.164000', '102206.166000', '102206.169000', '102206.172000', '102206.175000', '102206.178000', '102206.181000', '102206.183000', '102206.186000', '102206.189000', '102206.192000', '102206.195000', '102206.200000', '102206.203000', '102206.206000', '102206.209000', '102206.212000', '102206.215000', '102206.218000', '102206.221000', '102206.224000', '102206.226000', '102206.229000', '102206.232000', '102206.235000', '102206.238000', '102206.240000', '102206.243000', '102206.246000', '102206.249000', '102206.252000', '102206.255000', '102206.257000', '102206.260000', '102206.263000', '102206.266000', '102206.269000', '102206.272000', '102206.275000', '102226.152000', '102226.155000', '102226.158000', '102226.161000', '102226.164000', '102226.167000', '102226.169000', '102226.172000', '102226.175000', '102226.178000', '102226.181000', '102226.184000', '102226.187000', '102226.189000', '102226.192000', '102226.195000', '102226.198000', '102226.201000', '102226.204000', '102226.206000', '102226.209000', '102226.212000', '102226.224000', '102226.227000', '102226.230000', '102226.232000', '102226.235000', '102226.238000', '102226.241000', '102226.244000', '102226.247000', '102226.250000', '102226.252000', '102226.255000', '102226.258000', '102226.261000', '102226.264000', '102226.267000', '102226.269000', '102226.272000', '102226.275000', '102226.278000', '102226.281000', '102226.284000', '102246.152000', '102246.155000', '102246.158000', '102246.161000', '102246.164000', '102246.167000', '102246.169000', '102246.172000', '102246.175000', '102246.178000', '102246.181000', '102246.184000', '102246.187000', '102246.190000', '102246.193000', '102246.195000', '102246.198000', '102246.201000', '102246.204000', '102246.207000', '102246.210000', '102246.218000', '102246.221000', '102246.224000', '102246.226000', '102246.229000', '102246.232000', '102246.235000', '102246.238000', '102246.241000', '102246.244000', '102246.246000', '102246.249000', '102246.252000', '102246.255000', '102246.258000', '102246.261000', '102246.264000', '102246.266000', '102246.269000', '102246.272000', '102246.275000', '102246.278000', '102306.152000', '102306.155000', '102306.158000', '102306.161000', '102306.164000', '102306.167000', '102306.169000', '102306.172000', '102306.175000', '102306.178000', '102306.181000', '102306.184000', '102306.187000', '102306.190000', '102306.193000', '102306.196000', '102306.198000', '102306.201000', '102306.204000', '102306.207000', '102306.210000', '102306.213000', '102306.216000', '102306.219000', '102306.222000', '102306.224000', '102306.227000', '102306.230000', '102306.233000', '102306.236000', '102306.239000', '102306.242000', '102306.245000', '102306.248000', '102306.250000', '102306.254000', '102306.256000', '102306.259000', '102306.262000', '102306.265000', '102306.268000', '102306.270000', '102306.273000', '102306.276000', '102326.153000', '102326.156000', '102326.159000', '102326.162000', '102326.165000', '102326.168000', '102326.170000', '102326.173000', '102326.176000', '102326.179000', '102326.182000', '102326.185000', '102326.188000', '102326.190000', '102326.193000', '102326.196000', '102326.199000', '102326.202000', '102326.205000', '102326.208000', '102326.211000', '102326.213000', '102326.216000', '102326.219000', '102326.222000', '102326.225000', '102326.227000', '102326.230000', '102326.234000', '102326.237000', '102326.241000', '102326.243000', '102326.246000', '102326.249000', '102326.252000', '102326.255000', '102326.258000', '102326.261000', '102326.264000', '102326.267000', '102326.269000', '102326.272000', '102326.275000', '102346.152000', '102346.155000', '102346.158000', '102346.161000', '102346.164000', '102346.167000', '102346.170000', '102346.173000', '102346.175000', '102346.178000', '102346.181000', '102346.184000', '102346.187000', '102346.190000', '102346.192000', '102346.195000', '102346.198000', '102346.201000', '102346.204000', '102346.207000', '102346.210000', '102346.212000', '102346.215000', '102346.218000', '102346.221000', '102346.224000', '102346.227000', '102346.230000', '102346.233000', '102346.235000', '102346.238000', '102346.241000', '102346.244000', '102346.247000', '102346.250000', '102346.252000', '102346.255000', '102346.258000', '102346.261000', '102346.264000', '102346.267000', '102346.269000', '102346.272000', '102346.275000', '102406.152000', '102406.155000', '102406.158000', '102406.161000', '102406.164000', '102406.167000', '102406.169000', '102406.172000', '102406.175000', '102406.178000', '102406.181000', '102406.185000', '102406.188000', '102406.191000', '102406.194000', '102406.197000', '102406.200000', '102406.203000', '102406.206000', '102406.208000', '102406.211000', '102406.214000', '102406.217000', '102406.220000', '102406.223000', '102406.226000', '102406.228000', '102406.231000', '102406.234000', '102406.237000', '102406.241000', '102406.244000', '102406.247000', '102406.250000', '102406.253000', '102406.255000', '102406.258000', '102406.261000', '102406.264000', '102406.267000', '102406.270000', '102406.272000', '102406.275000', '102426.153000', '102426.156000', '102426.159000', '102426.162000', '102426.165000', '102426.168000', '102426.171000', '102426.173000', '102426.176000', '102426.179000', '102426.182000', '102426.185000', '102426.188000', '102426.190000', '102426.198000', '102426.201000', '102426.204000', '102426.207000', '102426.209000', '102426.212000', '102426.215000', '102426.218000', '102426.221000', '102426.224000', '102426.226000', '102426.229000', '102426.232000', '102426.235000', '102426.238000', '102426.241000', '102426.244000', '102426.246000', '102426.250000', '102426.252000', '102426.255000', '102426.258000', '102426.261000', '102426.264000', '102426.267000', '102426.270000', '102426.272000', '102426.275000', '102426.278000', '102426.281000', '102446.152000', '102446.155000', '102446.158000', '102446.161000', '102446.164000', '102446.167000', '102446.169000', '102446.172000', '102446.175000', '102446.178000', '102446.181000', '102446.184000', '102446.187000', '102446.190000', '102446.192000', '102446.195000', '102446.198000', '102446.209000', '102446.212000', '102446.214000', '102446.217000', '102446.220000', '102446.223000', '102446.226000', '102446.229000', '102446.231000', '102446.234000', '102446.237000', '102446.240000', '102446.243000', '102446.246000', '102446.249000', '102446.252000', '102446.255000', '102446.257000', '102446.260000', '102446.263000', '102446.266000', '102446.269000', '102446.272000', '102446.278000', '102446.281000', '102446.284000', '102506.152000', '102506.155000', '102506.158000', '102506.161000', '102506.164000', '102506.167000', '102506.170000', '102506.176000', '102506.179000', '102506.182000', '102506.185000', '102506.187000', '102506.190000', '102506.193000', '102506.196000', '102506.199000', '102506.202000', '102506.204000', '102506.207000', '102506.210000', '102506.213000', '102506.216000', '102506.219000', '102506.222000', '102506.225000', '102506.227000', '102506.230000', '102506.233000', '102506.236000', '102506.239000', '102506.242000', '102506.245000', '102506.247000', '102506.250000', '102506.253000', '102506.256000', '102506.259000', '102506.262000', '102506.265000', '102506.267000', '102506.270000', '102506.273000', '102506.276000', '102506.279000', '102526.152000', '102526.155000', '102526.158000', '102526.161000', '102526.164000', '102526.167000', '102526.170000', '102526.172000', '102526.175000', '102526.178000', '102526.181000', '102526.184000', '102526.187000', '102526.190000', '102526.193000', '102526.195000', '102526.198000', '102526.201000', '102526.204000', '102526.207000', '102526.209000', '102526.212000', '102526.215000', '102526.218000', '102526.221000', '102526.225000', '102526.228000', '102526.231000', '102526.234000', '102526.237000', '102526.240000', '102526.242000', '102526.245000', '102526.248000', '102526.251000', '102526.254000', '102526.257000', '102526.259000', '102526.262000', '102526.265000', '102526.268000', '102526.271000', '102526.274000', '102546.153000', '102546.156000', '102546.159000', '102546.162000', '102546.165000', '102546.168000', '102546.170000', '102546.173000', '102546.176000', '102546.181000', '102546.184000', '102546.187000', '102546.190000', '102546.193000', '102546.196000', '102546.199000', '102546.201000', '102546.204000', '102546.207000', '102546.210000', '102546.213000', '102546.216000', '102546.218000', '102546.221000', '102546.224000', '102546.227000', '102546.230000', '102546.233000', '102546.235000', '102546.238000', '102546.241000', '102546.244000', '102546.247000', '102546.250000', '102546.252000', '102546.255000', '102546.258000', '102546.261000', '102546.264000', '102546.267000', '102546.269000', '102546.272000', '102546.275000', '102546.278000', '102606.152000', '102606.155000', '102606.158000', '102606.161000', '102606.164000', '102606.167000', '102606.169000', '102606.172000', '102606.175000', '102606.178000', '102606.181000', '102606.184000', '102606.192000', '102606.209000', '102606.211000', '102606.214000', '102606.217000', '102606.220000', '102606.223000', '102606.225000', '102606.228000', '102606.231000', '102606.234000', '102606.237000', '102606.240000', '102606.242000', '102606.245000', '102606.248000', '102606.251000', '102606.254000', '102606.257000', '102606.260000', '102606.262000', '102606.265000', '102606.268000', '102606.271000', '102606.274000', '102606.277000', '102606.279000', '102606.282000', '102606.285000', '102606.288000', '102606.291000', '102626.152000', '102626.155000', '102626.158000', '102626.161000', '102626.164000', '102626.167000', '102626.169000', '102626.172000', '102626.175000', '102626.178000', '102626.181000', '102626.184000', '102626.187000', '102626.189000', '102626.192000', '102626.195000', '102626.198000', '102626.201000', '102626.204000', '102626.206000', '102626.209000', '102626.212000', '102626.215000', '102626.218000', '102626.221000', '102626.223000', '102626.226000', '102626.229000', '102626.232000', '102626.235000', '102626.238000', '102626.241000', '102626.243000', '102626.246000', '102626.249000', '102626.252000', '102626.255000', '102626.258000', '102626.260000', '102626.263000', '102626.266000', '102626.269000', '102626.272000', '102626.275000', '102646.152000', '102646.155000', '102646.158000', '102646.167000', '102646.170000', '102646.173000', '102646.176000', '102646.179000', '102646.181000', '102646.184000', '102646.188000', '102646.190000', '102646.193000', '102646.196000', '102646.199000', '102646.202000', '102646.205000', '102646.208000', '102646.210000', '102646.213000', '102646.216000', '102646.219000', '102646.222000', '102646.225000', '102646.227000', '102646.230000', '102646.233000', '102646.236000', '102646.239000', '102646.242000', '102646.245000', '102646.247000', '102646.250000', '102646.253000', '102646.256000', '102646.259000', '102646.263000', '102646.266000', '102646.269000', '102646.272000', '102646.275000', '102646.278000', '102646.281000', '102706.152000', '102706.155000', '102706.158000', '102706.161000', '102706.169000', '102706.171000', '102706.174000', '102706.177000', '102706.180000', '102706.183000', '102706.186000', '102706.189000', '102706.191000', '102706.194000', '102706.197000', '102706.200000', '102706.203000', '102706.206000', '102706.209000', '102706.211000', '102706.214000', '102706.217000', '102706.220000', '102706.223000', '102706.226000', '102706.229000', '102706.232000', '102706.235000', '102706.238000', '102706.240000', '102706.243000', '102706.246000', '102706.249000', '102706.252000', '102706.255000', '102706.257000', '102706.260000', '102706.263000', '102706.266000', '102706.284000', '102706.286000', '102706.289000', '102706.292000', '102706.295000', '102726.152000', '102726.155000', '102726.158000', '102726.161000', '102726.164000', '102726.167000', '102726.170000', '102726.172000', '102726.175000', '102726.178000', '102726.181000', '102726.184000', '102726.187000', '102726.190000', '102726.193000', '102726.195000', '102726.198000', '102726.201000', '102726.204000', '102726.207000', '102726.210000', '102726.213000', '102726.215000', '102726.218000', '102726.221000', '102726.224000', '102726.227000', '102726.230000', '102726.233000', '102726.235000', '102726.238000', '102726.241000', '102726.244000', '102726.247000', '102726.250000', '102726.252000', '102726.255000', '102726.258000', '102726.261000', '102726.264000', '102726.267000', '102726.270000', '102726.273000', '102746.152000', '102746.155000', '102746.158000', '102746.161000', '102746.164000', '102746.167000', '102746.169000', '102746.172000', '102746.175000', '102746.178000', '102746.181000', '102746.184000', '102746.187000', '102746.189000', '102746.192000', '102746.195000', '102746.198000', '102746.201000', '102746.204000', '102746.207000', '102746.210000', '102746.212000', '102746.215000', '102746.218000', '102746.221000', '102746.224000', '102746.227000', '102746.230000', '102746.232000', '102746.235000', '102746.238000', '102746.241000', '102746.244000', '102746.247000', '102746.249000', '102746.252000', '102746.255000', '102746.258000', '102746.261000', '102746.264000', '102746.267000', '102746.269000', '102746.272000', '102746.275000', '102806.153000', '102806.158000', '102806.160000', '102806.163000', '102806.166000', '102806.169000', '102806.172000', '102806.175000', '102806.178000', '102806.180000', '102806.183000', '102806.186000', '102806.189000', '102806.192000', '102806.195000', '102806.198000', '102806.201000', '102806.203000', '102806.206000', '102806.209000', '102806.216000', '102806.219000', '102806.221000', '102806.224000', '102806.227000', '102806.230000', '102806.233000', '102806.236000', '102806.242000', '102806.245000', '102806.247000', '102806.250000', '102806.253000', '102806.256000', '102806.266000', '102806.268000', '102806.271000', '102806.274000', '102806.277000', '102806.280000', '102806.283000', '102806.286000', '102806.289000', '102826.152000', '102826.155000', '102826.158000', '102826.161000', '102826.164000', '102826.167000', '102826.170000', '102826.195000', '102826.198000', '102826.201000', '102826.204000', '102826.206000', '102826.209000', '102826.212000', '102826.215000', '102826.218000', '102826.221000', '102826.224000', '102826.227000', '102826.229000', '102826.232000', '102826.235000', '102826.238000', '102826.241000', '102826.244000', '102826.247000', '102826.249000', '102826.252000', '102826.255000', '102826.258000', '102826.261000', '102826.264000', '102826.267000', '102826.269000', '102826.272000', '102826.275000', '102826.278000', '102826.281000', '102826.284000', '102826.287000', '102826.290000', '102826.292000', '102826.295000', '102828.514000', '102828.517000', '102828.520000', '102828.523000', '102828.526000', '102828.529000'], 'InstanceCreationTime': ['101426.196000', '101426.199000', '101426.202000', '101426.205000', '101426.214000', '101426.217000', '101426.220000', '101426.222000', '101426.225000', '101426.228000', '101426.231000', '101426.234000', '101426.236000', '101426.239000', '101426.242000', '101426.245000', '101426.248000', '101426.250000', '101426.253000', '101426.256000', '101426.259000', '101426.262000', '101426.267000', '101426.270000', '101426.272000', '101426.275000', '101426.278000', '101446.152000', '101446.155000', '101446.158000', '101446.161000', '101446.163000', '101446.166000', '101446.169000', '101446.172000', '101446.175000', '101446.177000', '101446.180000', '101446.183000', '101446.186000', '101446.193000', '101446.196000', '101446.199000', '101446.202000', '101446.204000', '101446.207000', '101446.210000', '101446.213000', '101446.216000', '101446.218000', '101446.221000', '101446.224000', '101446.227000', '101446.230000', '101446.232000', '101446.235000', '101446.238000', '101446.241000', '101446.244000', '101446.246000', '101446.249000', '101446.252000', '101446.255000', '101446.258000', '101446.261000', '101446.264000', '101446.267000', '101446.270000', '101446.272000', '101446.284000', '101446.287000', '101506.152000', '101506.155000', '101506.158000', '101506.161000', '101506.164000', '101506.167000', '101506.170000', '101506.173000', '101506.176000', '101506.179000', '101506.182000', '101506.185000', '101506.188000', '101506.190000', '101506.193000', '101506.196000', '101506.199000', '101506.202000', '101506.204000', '101506.207000', '101506.210000', '101506.213000', '101506.228000', '101506.231000', '101506.236000', '101506.240000', '101506.243000', '101506.246000', '101506.248000', '101506.251000', '101506.254000', '101506.257000', '101506.260000', '101506.263000', '101506.265000', '101506.268000', '101506.271000', '101506.274000', '101506.277000', '101506.280000', '101506.283000', '101506.286000', '101506.288000', '101526.152000', '101526.155000', '101526.158000', '101526.161000', '101526.164000', '101526.167000', '101526.169000', '101526.172000', '101526.175000', '101526.178000', '101526.181000', '101526.184000', '101526.187000', '101526.190000', '101526.192000', '101526.195000', '101526.198000', '101526.201000', '101526.204000', '101526.206000', '101526.209000', '101526.212000', '101526.215000', '101526.218000', '101526.221000', '101526.224000', '101526.226000', '101526.229000', '101526.232000', '101526.235000', '101526.238000', '101526.241000', '101526.243000', '101526.246000', '101526.249000', '101526.252000', '101526.255000', '101526.258000', '101526.260000', '101526.263000', '101526.266000', '101526.269000', '101526.272000', '101526.275000', '101546.152000', '101546.155000', '101546.158000', '101546.160000', '101546.163000', '101546.166000', '101546.169000', '101546.172000', '101546.175000', '101546.177000', '101546.180000', '101546.183000', '101546.186000', '101546.191000', '101546.194000', '101546.197000', '101546.205000', '101546.208000', '101546.211000', '101546.214000', '101546.217000', '101546.220000', '101546.223000', '101546.226000', '101546.229000', '101546.232000', '101546.235000', '101546.237000', '101546.240000', '101546.243000', '101546.248000', '101546.250000', '101546.253000', '101546.256000', '101546.259000', '101546.262000', '101546.265000', '101546.267000', '101546.270000', '101546.273000', '101546.276000', '101546.279000', '101546.282000', '101606.152000', '101606.155000', '101606.158000', '101606.161000', '101606.164000', '101606.166000', '101606.169000', '101606.172000', '101606.175000', '101606.178000', '101606.181000', '101606.183000', '101606.186000', '101606.189000', '101606.192000', '101606.195000', '101606.198000', '101606.201000', '101606.203000', '101606.206000', '101606.209000', '101606.212000', '101606.215000', '101606.218000', '101606.220000', '101606.223000', '101606.226000', '101606.229000', '101606.232000', '101606.235000', '101606.238000', '101606.240000', '101606.243000', '101606.246000', '101606.249000', '101606.252000', '101606.255000', '101606.257000', '101606.260000', '101606.263000', '101606.266000', '101606.269000', '101606.272000', '101606.275000', '101626.152000', '101626.155000', '101626.158000', '101626.161000', '101626.163000', '101626.166000', '101626.169000', '101626.181000', '101626.184000', '101626.187000', '101626.190000', '101626.192000', '101626.197000', '101626.200000', '101626.203000', '101626.206000', '101626.208000', '101626.211000', '101626.214000', '101626.217000', '101626.220000', '101626.223000', '101626.226000', '101626.228000', '101626.231000', '101626.234000', '101626.237000', '101626.240000', '101626.243000', '101626.246000', '101626.248000', '101626.252000', '101626.255000', '101626.257000', '101626.260000', '101626.263000', '101626.266000', '101626.289000', '101626.292000', '101626.295000', '101626.298000', '101626.301000', '101626.304000', '101646.152000', '101646.155000', '101646.158000', '101646.160000', '101646.163000', '101646.166000', '101646.169000', '101646.172000', '101646.175000', '101646.178000', '101646.181000', '101646.184000', '101646.187000', '101646.190000', '101646.193000', '101646.195000', '101646.198000', '101646.201000', '101646.204000', '101646.207000', '101646.210000', '101646.212000', '101646.215000', '101646.218000', '101646.221000', '101646.224000', '101646.227000', '101646.230000', '101646.232000', '101646.235000', '101646.238000', '101646.241000', '101646.244000', '101646.246000', '101646.249000', '101646.252000', '101646.255000', '101646.258000', '101646.261000', '101646.263000', '101646.266000', '101646.269000', '101646.272000', '101646.275000', '101706.152000', '101706.155000', '101706.158000', '101706.170000', '101706.173000', '101706.176000', '101706.179000', '101706.181000', '101706.184000', '101706.187000', '101706.190000', '101706.193000', '101706.196000', '101706.198000', '101706.201000', '101706.204000', '101706.207000', '101706.210000', '101706.213000', '101706.215000', '101706.218000', '101706.221000', '101706.224000', '101706.227000', '101706.230000', '101706.232000', '101706.235000', '101706.238000', '101706.241000', '101706.244000', '101706.247000', '101706.250000', '101706.252000', '101706.255000', '101706.258000', '101706.261000', '101706.264000', '101706.267000', '101706.270000', '101706.272000', '101706.275000', '101706.278000', '101706.281000', '101726.152000', '101726.155000', '101726.158000', '101726.160000', '101726.163000', '101726.166000', '101726.169000', '101726.172000', '101726.175000', '101726.178000', '101726.180000', '101726.183000', '101726.186000', '101726.189000', '101726.192000', '101726.194000', '101726.197000', '101726.200000', '101726.203000', '101726.206000', '101726.209000', '101726.212000', '101726.214000', '101726.217000', '101726.220000', '101726.223000', '101726.226000', '101726.229000', '101726.231000', '101726.234000', '101726.237000', '101726.240000', '101726.243000', '101726.246000', '101726.249000', '101726.252000', '101726.254000', '101726.257000', '101726.260000', '101726.263000', '101726.266000', '101726.269000', '101726.271000', '101726.274000', '101746.152000', '101746.155000', '101746.158000', '101746.161000', '101746.163000', '101746.166000', '101746.169000', '101746.172000', '101746.175000', '101746.178000', '101746.180000', '101746.183000', '101746.186000', '101746.189000', '101746.192000', '101746.195000', '101746.197000', '101746.200000', '101746.203000', '101746.206000', '101746.209000', '101746.212000', '101746.215000', '101746.217000', '101746.220000', '101746.223000', '101746.226000', '101746.229000', '101746.232000', '101746.236000', '101746.239000', '101746.242000', '101746.251000', '101746.254000', '101746.256000', '101746.259000', '101746.262000', '101746.265000', '101746.268000', '101746.271000', '101746.273000', '101746.276000', '101746.279000', '101806.152000', '101806.155000', '101806.158000', '101806.161000', '101806.163000', '101806.166000', '101806.169000', '101806.172000', '101806.175000', '101806.178000', '101806.180000', '101806.183000', '101806.186000', '101806.189000', '101806.192000', '101806.194000', '101806.197000', '101806.200000', '101806.203000', '101806.219000', '101806.222000', '101806.225000', '101806.228000', '101806.230000', '101806.233000', '101806.236000', '101806.239000', '101806.242000', '101806.245000', '101806.247000', '101806.250000', '101806.253000', '101806.256000', '101806.259000', '101806.269000', '101806.272000', '101806.275000', '101806.278000', '101806.281000', '101806.284000', '101806.286000', '101806.289000', '101806.292000', '101806.295000', '101826.152000', '101826.155000', '101826.158000', '101826.161000', '101826.164000', '101826.166000', '101826.169000', '101826.172000', '101826.175000', '101826.178000', '101826.181000', '101826.183000', '101826.186000', '101826.189000', '101826.192000', '101826.195000', '101826.198000', '101826.201000', '101826.204000', '101826.207000', '101826.209000', '101826.212000', '101826.215000', '101826.218000', '101826.221000', '101826.224000', '101826.226000', '101826.229000', '101826.232000', '101826.235000', '101826.238000', '101826.241000', '101826.244000', '101826.246000', '101826.249000', '101826.252000', '101826.255000', '101826.258000', '101826.261000', '101826.264000', '101826.267000', '101826.270000', '101826.272000', '101846.152000', '101846.155000', '101846.158000', '101846.161000', '101846.164000', '101846.166000', '101846.169000', '101846.172000', '101846.175000', '101846.178000', '101846.181000', '101846.183000', '101846.186000', '101846.189000', '101846.192000', '101846.195000', '101846.198000', '101846.200000', '101846.203000', '101846.206000', '101846.209000', '101846.218000', '101846.221000', '101846.223000', '101846.226000', '101846.229000', '101846.233000', '101846.236000', '101846.239000', '101846.242000', '101846.244000', '101846.247000', '101846.250000', '101846.253000', '101846.256000', '101846.259000', '101846.262000', '101846.264000', '101846.267000', '101846.270000', '101846.273000', '101846.276000', '101846.279000', '101846.282000', '101906.152000', '101906.155000', '101906.158000', '101906.161000', '101906.164000', '101906.167000', '101906.169000', '101906.172000', '101906.175000', '101906.178000', '101906.181000', '101906.184000', '101906.186000', '101906.189000', '101906.192000', '101906.195000', '101906.198000', '101906.201000', '101906.204000', '101906.206000', '101906.209000', '101906.212000', '101906.215000', '101906.218000', '101906.221000', '101906.223000', '101906.226000', '101906.229000', '101906.232000', '101906.235000', '101906.238000', '101906.241000', '101906.243000', '101906.246000', '101906.249000', '101906.252000', '101906.255000', '101906.258000', '101906.260000', '101906.263000', '101906.266000', '101906.269000', '101906.273000', '101926.152000', '101926.155000', '101926.158000', '101926.161000', '101926.163000', '101926.166000', '101926.169000', '101926.172000', '101926.175000', '101926.178000', '101926.181000', '101926.183000', '101926.186000', '101926.189000', '101926.192000', '101926.195000', '101926.198000', '101926.200000', '101926.203000', '101926.206000', '101926.209000', '101926.212000', '101926.215000', '101926.217000', '101926.220000', '101926.227000', '101926.229000', '101926.232000', '101926.235000', '101926.238000', '101926.241000', '101926.244000', '101926.247000', '101926.250000', '101926.253000', '101926.255000', '101926.258000', '101926.261000', '101926.264000', '101926.267000', '101926.270000', '101926.272000', '101926.275000', '101926.278000', '101946.152000', '101946.155000', '101946.158000', '101946.161000', '101946.163000', '101946.166000', '101946.169000', '101946.172000', '101946.175000', '101946.178000', '101946.181000', '101946.184000', '101946.187000', '101946.189000', '101946.192000', '101946.195000', '101946.200000', '101946.203000', '101946.206000', '101946.209000', '101946.212000', '101946.214000', '101946.217000', '101946.220000', '101946.223000', '101946.226000', '101946.228000', '101946.231000', '101946.234000', '101946.237000', '101946.240000', '101946.243000', '101946.246000', '101946.248000', '101946.251000', '101946.254000', '101946.257000', '101946.260000', '101946.263000', '101946.265000', '101946.268000', '101946.271000', '101946.274000', '102006.152000', '102006.155000', '102006.158000', '102006.161000', '102006.163000', '102006.166000', '102006.169000', '102006.172000', '102006.175000', '102006.178000', '102006.180000', '102006.183000', '102006.186000', '102006.189000', '102006.192000', '102006.195000', '102006.197000', '102006.200000', '102006.203000', '102006.206000', '102006.209000', '102006.212000', '102006.214000', '102006.217000', '102006.220000', '102006.223000', '102006.226000', '102006.229000', '102006.232000', '102006.234000', '102006.237000', '102006.240000', '102006.243000', '102006.246000', '102006.249000', '102006.251000', '102006.254000', '102006.257000', '102006.260000', '102006.263000', '102006.265000', '102006.268000', '102006.271000', '102006.274000', '102026.152000', '102026.155000', '102026.158000', '102026.161000', '102026.163000', '102026.166000', '102026.169000', '102026.172000', '102026.175000', '102026.178000', '102026.180000', '102026.183000', '102026.186000', '102026.189000', '102026.192000', '102026.195000', '102026.198000', '102026.200000', '102026.203000', '102026.206000', '102026.209000', '102026.212000', '102026.215000', '102026.217000', '102026.220000', '102026.223000', '102026.226000', '102026.229000', '102026.232000', '102026.234000', '102026.237000', '102026.240000', '102026.243000', '102026.246000', '102026.249000', '102026.251000', '102026.254000', '102026.257000', '102026.260000', '102026.263000', '102026.266000', '102026.268000', '102026.271000', '102046.152000', '102046.155000', '102046.158000', '102046.161000', '102046.166000', '102046.170000', '102046.173000', '102046.176000', '102046.178000', '102046.181000', '102046.184000', '102046.187000', '102046.190000', '102046.193000', '102046.196000', '102046.198000', '102046.201000', '102046.204000', '102046.207000', '102046.210000', '102046.212000', '102046.215000', '102046.218000', '102046.221000', '102046.224000', '102046.227000', '102046.229000', '102046.232000', '102046.235000', '102046.238000', '102046.241000', '102046.244000', '102046.247000', '102046.249000', '102046.252000', '102046.255000', '102046.258000', '102046.270000', '102046.273000', '102046.276000', '102046.278000', '102046.281000', '102046.284000', '102106.153000', '102106.156000', '102106.159000', '102106.162000', '102106.164000', '102106.167000', '102106.170000', '102106.173000', '102106.176000', '102106.179000', '102106.182000', '102106.184000', '102106.187000', '102106.190000', '102106.193000', '102106.196000', '102106.199000', '102106.201000', '102106.204000', '102106.207000', '102106.210000', '102106.213000', '102106.216000', '102106.218000', '102106.221000', '102106.224000', '102106.227000', '102106.230000', '102106.233000', '102106.235000', '102106.238000', '102106.241000', '102106.244000', '102106.247000', '102106.249000', '102106.252000', '102106.255000', '102106.258000', '102106.261000', '102106.264000', '102106.267000', '102106.269000', '102106.272000', '102106.275000', '102126.152000', '102126.155000', '102126.158000', '102126.161000', '102126.164000', '102126.167000', '102126.169000', '102126.172000', '102126.175000', '102126.178000', '102126.181000', '102126.184000', '102126.187000', '102126.190000', '102126.193000', '102126.196000', '102126.199000', '102126.201000', '102126.204000', '102126.207000', '102126.210000', '102126.213000', '102126.216000', '102126.219000', '102126.222000', '102126.225000', '102126.228000', '102126.230000', '102126.233000', '102126.236000', '102126.239000', '102126.242000', '102126.245000', '102126.248000', '102126.250000', '102126.253000', '102126.256000', '102126.259000', '102126.262000', '102126.265000', '102126.268000', '102126.271000', '102126.273000', '102146.152000', '102146.155000', '102146.158000', '102146.161000', '102146.164000', '102146.166000', '102146.169000', '102146.172000', '102146.175000', '102146.178000', '102146.181000', '102146.184000', '102146.186000', '102146.189000', '102146.192000', '102146.195000', '102146.198000', '102146.201000', '102146.203000', '102146.206000', '102146.209000', '102146.212000', '102146.215000', '102146.218000', '102146.220000', '102146.223000', '102146.226000', '102146.229000', '102146.232000', '102146.235000', '102146.238000', '102146.240000', '102146.243000', '102146.246000', '102146.249000', '102146.252000', '102146.255000', '102146.257000', '102146.260000', '102146.263000', '102146.266000', '102146.269000', '102146.272000', '102146.274000', '102206.152000', '102206.155000', '102206.158000', '102206.161000', '102206.164000', '102206.166000', '102206.169000', '102206.172000', '102206.175000', '102206.178000', '102206.181000', '102206.183000', '102206.186000', '102206.189000', '102206.192000', '102206.195000', '102206.200000', '102206.203000', '102206.206000', '102206.209000', '102206.212000', '102206.215000', '102206.218000', '102206.221000', '102206.224000', '102206.226000', '102206.229000', '102206.232000', '102206.235000', '102206.238000', '102206.240000', '102206.243000', '102206.246000', '102206.249000', '102206.252000', '102206.255000', '102206.257000', '102206.260000', '102206.263000', '102206.266000', '102206.269000', '102206.272000', '102206.275000', '102226.152000', '102226.155000', '102226.158000', '102226.161000', '102226.164000', '102226.167000', '102226.169000', '102226.172000', '102226.175000', '102226.178000', '102226.181000', '102226.184000', '102226.187000', '102226.189000', '102226.192000', '102226.195000', '102226.198000', '102226.201000', '102226.204000', '102226.206000', '102226.209000', '102226.212000', '102226.224000', '102226.227000', '102226.230000', '102226.232000', '102226.235000', '102226.238000', '102226.241000', '102226.244000', '102226.247000', '102226.250000', '102226.252000', '102226.255000', '102226.258000', '102226.261000', '102226.264000', '102226.267000', '102226.269000', '102226.272000', '102226.275000', '102226.278000', '102226.281000', '102226.284000', '102246.152000', '102246.155000', '102246.158000', '102246.161000', '102246.164000', '102246.167000', '102246.169000', '102246.172000', '102246.175000', '102246.178000', '102246.181000', '102246.184000', '102246.187000', '102246.190000', '102246.193000', '102246.195000', '102246.198000', '102246.201000', '102246.204000', '102246.207000', '102246.210000', '102246.218000', '102246.221000', '102246.224000', '102246.226000', '102246.229000', '102246.232000', '102246.235000', '102246.238000', '102246.241000', '102246.244000', '102246.246000', '102246.249000', '102246.252000', '102246.255000', '102246.258000', '102246.261000', '102246.264000', '102246.266000', '102246.269000', '102246.272000', '102246.275000', '102246.278000', '102306.152000', '102306.155000', '102306.158000', '102306.161000', '102306.164000', '102306.167000', '102306.169000', '102306.172000', '102306.175000', '102306.178000', '102306.181000', '102306.184000', '102306.187000', '102306.190000', '102306.193000', '102306.196000', '102306.198000', '102306.201000', '102306.204000', '102306.207000', '102306.210000', '102306.213000', '102306.216000', '102306.219000', '102306.222000', '102306.224000', '102306.227000', '102306.230000', '102306.233000', '102306.236000', '102306.239000', '102306.242000', '102306.245000', '102306.248000', '102306.250000', '102306.254000', '102306.256000', '102306.259000', '102306.262000', '102306.265000', '102306.268000', '102306.270000', '102306.273000', '102306.276000', '102326.153000', '102326.156000', '102326.159000', '102326.162000', '102326.165000', '102326.168000', '102326.170000', '102326.173000', '102326.176000', '102326.179000', '102326.182000', '102326.185000', '102326.188000', '102326.190000', '102326.193000', '102326.196000', '102326.199000', '102326.202000', '102326.205000', '102326.208000', '102326.211000', '102326.213000', '102326.216000', '102326.219000', '102326.222000', '102326.225000', '102326.227000', '102326.230000', '102326.234000', '102326.237000', '102326.241000', '102326.243000', '102326.246000', '102326.249000', '102326.252000', '102326.255000', '102326.258000', '102326.261000', '102326.264000', '102326.267000', '102326.269000', '102326.272000', '102326.275000', '102346.152000', '102346.155000', '102346.158000', '102346.161000', '102346.164000', '102346.167000', '102346.170000', '102346.173000', '102346.175000', '102346.178000', '102346.181000', '102346.184000', '102346.187000', '102346.190000', '102346.192000', '102346.195000', '102346.198000', '102346.201000', '102346.204000', '102346.207000', '102346.210000', '102346.212000', '102346.215000', '102346.218000', '102346.221000', '102346.224000', '102346.227000', '102346.230000', '102346.233000', '102346.235000', '102346.238000', '102346.241000', '102346.244000', '102346.247000', '102346.250000', '102346.252000', '102346.255000', '102346.258000', '102346.261000', '102346.264000', '102346.267000', '102346.269000', '102346.272000', '102346.275000', '102406.152000', '102406.155000', '102406.158000', '102406.161000', '102406.164000', '102406.167000', '102406.169000', '102406.172000', '102406.175000', '102406.178000', '102406.181000', '102406.185000', '102406.188000', '102406.191000', '102406.194000', '102406.197000', '102406.200000', '102406.203000', '102406.206000', '102406.208000', '102406.211000', '102406.214000', '102406.217000', '102406.220000', '102406.223000', '102406.226000', '102406.228000', '102406.231000', '102406.234000', '102406.237000', '102406.241000', '102406.244000', '102406.247000', '102406.250000', '102406.253000', '102406.255000', '102406.258000', '102406.261000', '102406.264000', '102406.267000', '102406.270000', '102406.272000', '102406.275000', '102426.153000', '102426.156000', '102426.159000', '102426.162000', '102426.165000', '102426.168000', '102426.171000', '102426.173000', '102426.176000', '102426.179000', '102426.182000', '102426.185000', '102426.188000', '102426.190000', '102426.198000', '102426.201000', '102426.204000', '102426.207000', '102426.209000', '102426.212000', '102426.215000', '102426.218000', '102426.221000', '102426.224000', '102426.226000', '102426.229000', '102426.232000', '102426.235000', '102426.238000', '102426.241000', '102426.244000', '102426.246000', '102426.250000', '102426.252000', '102426.255000', '102426.258000', '102426.261000', '102426.264000', '102426.267000', '102426.270000', '102426.272000', '102426.275000', '102426.278000', '102426.281000', '102446.152000', '102446.155000', '102446.158000', '102446.161000', '102446.164000', '102446.167000', '102446.169000', '102446.172000', '102446.175000', '102446.178000', '102446.181000', '102446.184000', '102446.187000', '102446.190000', '102446.192000', '102446.195000', '102446.198000', '102446.209000', '102446.212000', '102446.214000', '102446.217000', '102446.220000', '102446.223000', '102446.226000', '102446.229000', '102446.231000', '102446.234000', '102446.237000', '102446.240000', '102446.243000', '102446.246000', '102446.249000', '102446.252000', '102446.255000', '102446.257000', '102446.260000', '102446.263000', '102446.266000', '102446.269000', '102446.272000', '102446.278000', '102446.281000', '102446.284000', '102506.152000', '102506.155000', '102506.158000', '102506.161000', '102506.164000', '102506.167000', '102506.170000', '102506.176000', '102506.179000', '102506.182000', '102506.185000', '102506.187000', '102506.190000', '102506.193000', '102506.196000', '102506.199000', '102506.202000', '102506.204000', '102506.207000', '102506.210000', '102506.213000', '102506.216000', '102506.219000', '102506.222000', '102506.225000', '102506.227000', '102506.230000', '102506.233000', '102506.236000', '102506.239000', '102506.242000', '102506.245000', '102506.247000', '102506.250000', '102506.253000', '102506.256000', '102506.259000', '102506.262000', '102506.265000', '102506.267000', '102506.270000', '102506.273000', '102506.276000', '102506.279000', '102526.152000', '102526.155000', '102526.158000', '102526.161000', '102526.164000', '102526.167000', '102526.170000', '102526.172000', '102526.175000', '102526.178000', '102526.181000', '102526.184000', '102526.187000', '102526.190000', '102526.193000', '102526.195000', '102526.198000', '102526.201000', '102526.204000', '102526.207000', '102526.209000', '102526.212000', '102526.215000', '102526.218000', '102526.221000', '102526.225000', '102526.228000', '102526.231000', '102526.234000', '102526.237000', '102526.240000', '102526.242000', '102526.245000', '102526.248000', '102526.251000', '102526.254000', '102526.257000', '102526.259000', '102526.262000', '102526.265000', '102526.268000', '102526.271000', '102526.274000', '102546.153000', '102546.156000', '102546.159000', '102546.162000', '102546.165000', '102546.168000', '102546.170000', '102546.173000', '102546.176000', '102546.181000', '102546.184000', '102546.187000', '102546.190000', '102546.193000', '102546.196000', '102546.199000', '102546.201000', '102546.204000', '102546.207000', '102546.210000', '102546.213000', '102546.216000', '102546.218000', '102546.221000', '102546.224000', '102546.227000', '102546.230000', '102546.233000', '102546.235000', '102546.238000', '102546.241000', '102546.244000', '102546.247000', '102546.250000', '102546.252000', '102546.255000', '102546.258000', '102546.261000', '102546.264000', '102546.267000', '102546.269000', '102546.272000', '102546.275000', '102546.278000', '102606.152000', '102606.155000', '102606.158000', '102606.161000', '102606.164000', '102606.167000', '102606.169000', '102606.172000', '102606.175000', '102606.178000', '102606.181000', '102606.184000', '102606.192000', '102606.209000', '102606.211000', '102606.214000', '102606.217000', '102606.220000', '102606.223000', '102606.225000', '102606.228000', '102606.231000', '102606.234000', '102606.237000', '102606.240000', '102606.242000', '102606.245000', '102606.248000', '102606.251000', '102606.254000', '102606.257000', '102606.260000', '102606.262000', '102606.265000', '102606.268000', '102606.271000', '102606.274000', '102606.277000', '102606.279000', '102606.282000', '102606.285000', '102606.288000', '102606.291000', '102626.152000', '102626.155000', '102626.158000', '102626.161000', '102626.164000', '102626.167000', '102626.169000', '102626.172000', '102626.175000', '102626.178000', '102626.181000', '102626.184000', '102626.187000', '102626.189000', '102626.192000', '102626.195000', '102626.198000', '102626.201000', '102626.204000', '102626.206000', '102626.209000', '102626.212000', '102626.215000', '102626.218000', '102626.221000', '102626.223000', '102626.226000', '102626.229000', '102626.232000', '102626.235000', '102626.238000', '102626.241000', '102626.243000', '102626.246000', '102626.249000', '102626.252000', '102626.255000', '102626.258000', '102626.260000', '102626.263000', '102626.266000', '102626.269000', '102626.272000', '102626.275000', '102646.152000', '102646.155000', '102646.158000', '102646.167000', '102646.170000', '102646.173000', '102646.176000', '102646.179000', '102646.181000', '102646.184000', '102646.188000', '102646.190000', '102646.193000', '102646.196000', '102646.199000', '102646.202000', '102646.205000', '102646.208000', '102646.210000', '102646.213000', '102646.216000', '102646.219000', '102646.222000', '102646.225000', '102646.227000', '102646.230000', '102646.233000', '102646.236000', '102646.239000', '102646.242000', '102646.245000', '102646.247000', '102646.250000', '102646.253000', '102646.256000', '102646.259000', '102646.263000', '102646.266000', '102646.269000', '102646.272000', '102646.275000', '102646.278000', '102646.281000', '102706.152000', '102706.155000', '102706.158000', '102706.161000', '102706.169000', '102706.171000', '102706.174000', '102706.177000', '102706.180000', '102706.183000', '102706.186000', '102706.189000', '102706.191000', '102706.194000', '102706.197000', '102706.200000', '102706.203000', '102706.206000', '102706.209000', '102706.211000', '102706.214000', '102706.217000', '102706.220000', '102706.223000', '102706.226000', '102706.229000', '102706.232000', '102706.235000', '102706.238000', '102706.240000', '102706.243000', '102706.246000', '102706.249000', '102706.252000', '102706.255000', '102706.257000', '102706.260000', '102706.263000', '102706.266000', '102706.284000', '102706.286000', '102706.289000', '102706.292000', '102706.295000', '102726.152000', '102726.155000', '102726.158000', '102726.161000', '102726.164000', '102726.167000', '102726.170000', '102726.172000', '102726.175000', '102726.178000', '102726.181000', '102726.184000', '102726.187000', '102726.190000', '102726.193000', '102726.195000', '102726.198000', '102726.201000', '102726.204000', '102726.207000', '102726.210000', '102726.213000', '102726.215000', '102726.218000', '102726.221000', '102726.224000', '102726.227000', '102726.230000', '102726.233000', '102726.235000', '102726.238000', '102726.241000', '102726.244000', '102726.247000', '102726.250000', '102726.252000', '102726.255000', '102726.258000', '102726.261000', '102726.264000', '102726.267000', '102726.270000', '102726.273000', '102746.152000', '102746.155000', '102746.158000', '102746.161000', '102746.164000', '102746.167000', '102746.169000', '102746.172000', '102746.175000', '102746.178000', '102746.181000', '102746.184000', '102746.187000', '102746.189000', '102746.192000', '102746.195000', '102746.198000', '102746.201000', '102746.204000', '102746.207000', '102746.210000', '102746.212000', '102746.215000', '102746.218000', '102746.221000', '102746.224000', '102746.227000', '102746.230000', '102746.232000', '102746.235000', '102746.238000', '102746.241000', '102746.244000', '102746.247000', '102746.249000', '102746.252000', '102746.255000', '102746.258000', '102746.261000', '102746.264000', '102746.267000', '102746.269000', '102746.272000', '102746.275000', '102806.153000', '102806.158000', '102806.160000', '102806.163000', '102806.166000', '102806.169000', '102806.172000', '102806.175000', '102806.178000', '102806.180000', '102806.183000', '102806.186000', '102806.189000', '102806.192000', '102806.195000', '102806.198000', '102806.201000', '102806.203000', '102806.206000', '102806.209000', '102806.216000', '102806.219000', '102806.221000', '102806.224000', '102806.227000', '102806.230000', '102806.233000', '102806.236000', '102806.242000', '102806.245000', '102806.247000', '102806.250000', '102806.253000', '102806.256000', '102806.266000', '102806.268000', '102806.271000', '102806.274000', '102806.277000', '102806.280000', '102806.283000', '102806.286000', '102806.289000', '102826.152000', '102826.155000', '102826.158000', '102826.161000', '102826.164000', '102826.167000', '102826.170000', '102826.195000', '102826.198000', '102826.201000', '102826.204000', '102826.206000', '102826.209000', '102826.212000', '102826.215000', '102826.218000', '102826.221000', '102826.224000', '102826.227000', '102826.229000', '102826.232000', '102826.235000', '102826.238000', '102826.241000', '102826.244000', '102826.247000', '102826.249000', '102826.252000', '102826.255000', '102826.258000', '102826.261000', '102826.264000', '102826.267000', '102826.269000', '102826.272000', '102826.275000', '102826.278000', '102826.281000', '102826.284000', '102826.287000', '102826.290000', '102826.292000', '102826.295000', '102828.514000', '102828.517000', '102828.520000', '102828.523000', '102828.526000', '102828.529000'], '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': [13175, 9518, 9142, 11929, 8702, 9375, 8949, 9155, 11920, 8670, 14051, 8936, 9037, 10874, 8363, 9124, 9563, 8843, 12051, 8466, 8903, 10567, 8642, 13065, 8510, 9442, 9702, 8875, 12613, 8316, 9347, 9722, 8950, 11744, 8576, 11015, 9112, 9371, 9770, 8940, 11430, 8671, 9243, 9428, 9175, 10895, 8850, 12178, 8709, 9403, 9940, 9211, 11916, 9802, 9403, 10634, 9336, 9719, 12526, 9108, 9862, 9397, 9594, 10678, 9314, 11440, 8810, 13921, 8658, 9723, 9464, 9465, 9544, 9134, 10408, 8970, 9632, 9806, 9385, 10647, 9092, 12187, 8952, 10495, 8642, 9685, 9399, 9438, 11536, 8834, 12303, 8675, 9709, 9814, 9205, 11310, 9014, 9594, 9092, 9470, 9595, 9225, 12176, 9115, 12800, 8795, 9645, 9356, 9258, 10501, 9140, 12740, 9152, 9653, 10051, 9351, 11240, 9747, 9733, 10012, 9485, 11437, 9650, 12231, 9450, 12540, 9247, 9777, 9157, 9898, 9980, 9802, 11806, 9259, 13767, 8844, 9772, 9339, 9909, 9993, 9599, 11217, 9151, 9770, 9584, 9667, 10184, 9373, 12238, 8896, 12848, 8558, 9545, 9625, 9458, 10663, 9239, 13050, 8749, 9493, 9630, 9614, 10796, 8965, 12366, 8730, 9581, 9412, 9446, 10526, 9159, 12354, 8842, 9570, 9637, 9497, 9922, 9124, 12245, 8750, 9600, 9524, 9452, 11308, 9181, 12374, 8835, 9621, 10433, 9301, 12020, 9006, 9380, 10125, 9596, 11923, 9138, 11076, 8707, 9609, 9698, 9463, 11874, 9038, 12937, 8807, 9349, 9461, 9676, 11308, 9124, 12494, 9061, 9368, 9689, 9598, 10359, 9285, 9598, 9873, 9658, 10329, 9580, 12300, 9560, 10784, 8991, 9613, 9268, 9829, 11078, 9476, 11992, 9142, 12506, 8888, 9300, 10165, 9791, 10604, 9180, 11505, 9067, 9368, 10252, 9411, 10750, 9368, 11600, 9314, 9296, 10339, 9619, 12189, 9317, 12385, 9321, 11278, 9173, 9794, 10019, 9628, 10750, 9236, 11416, 8930, 9382, 9466, 9572, 10809, 9497, 10551, 9172, 9711, 9647, 9685, 9967, 9898, 9751, 9692, 9417, 9665, 9643, 9827, 11895, 9634, 13212, 9535, 14277, 9442, 11160, 8874, 9664, 10753, 9438, 10261, 9591, 9701, 10738, 10569, 10080, 12292, 10634, 9580, 9998, 9537, 9872, 10647, 9253, 13580, 9051, 14611, 9060, 15049, 9671, 10781, 9031, 9338, 10683, 9074, 12992, 9086, 12695, 8415, 9372, 9863, 8949, 11965, 9707, 9360, 9285, 8710, 9201, 10346, 8767, 9425, 9994, 9231, 11736, 8736, 9395, 10406, 9576, 12615, 9204, 9818, 11664, 9952, 9654, 10816, 9889, 9390, 9638, 9279, 9553, 9534, 12519, 9279, 9273, 14079, 10213, 9419, 10508, 9418, 9228, 10555, 10228, 9208, 9634, 9278, 9716, 10065, 9742, 9441, 12991, 9353, 9771, 12031, 9341, 14912, 8890, 10924, 10604, 9214, 13478, 8695, 9650, 9978, 9172, 10725, 9875, 9416, 11033, 9153, 9539, 9868, 9328, 12363, 8913, 9739, 10037, 9585, 11671, 8995, 11597, 9896, 9560, 11066, 9178, 12135, 8890, 9700, 9815, 9434, 11828, 8975, 9703, 9465, 9515, 10933, 9046, 9636, 9977, 9604, 10967, 8973, 9549, 10048, 9817, 12167, 9170, 9977, 9902, 9291, 9565, 9646, 9994, 10471, 9886, 10539, 9699, 12411, 9715, 13859, 9346, 13821, 9067, 14660, 9198, 9951, 9157, 9937, 9720, 9314, 11580, 9284, 9973, 8574, 9557, 9544, 9288, 10994, 9085, 9821, 10094, 9723, 11148, 9451, 13285, 9385, 9989, 9064, 9726, 11035, 9476, 13042, 9260, 12724, 8874, 9619, 10336, 9480, 11425, 9191, 9948, 9310, 9642, 11027, 9143, 12859, 8893, 9580, 10278, 9502, 12083, 9007, 11418, 8536, 9471, 9887, 9397, 12573, 9116, 11476, 8746, 9503, 9949, 9426, 12286, 9286, 10055, 8889, 9582, 10683, 9563, 12149, 9302, 10309, 8743, 9555, 10923, 9619, 11929, 9319, 12910, 9048, 9758, 10093, 9673, 11020, 9503, 12732, 9044, 9814, 9396, 9720, 10785, 9309, 12831, 8985, 10029, 9422, 9739, 11169, 9268, 10842, 9111, 10054, 10026, 9646, 12255, 9380, 9886, 10045, 9898, 10273, 9650, 12499, 9330, 9840, 10637, 9829, 11914, 9777, 11853, 9498, 12678, 9307, 10589, 9131, 9947, 9836, 9843, 11247, 9353, 11460, 9411, 10217, 9930, 9785, 10402, 9613, 10489, 9395, 10081, 10105, 9857, 11741, 9526, 13133, 9522, 9930, 9993, 9873, 11801, 9630, 12446, 9592, 9969, 9658, 9787, 11261, 9661, 10471, 9638, 9912, 9898, 9749, 11727, 9601, 10142, 9545, 10084, 11949, 9676, 14368, 9507, 10318, 9072, 9931, 10595, 9692, 12482, 9283, 12607, 9175, 9793, 9231, 9872, 11422, 9617, 10116, 10451, 9934, 11509, 9686, 10192, 9775, 10190, 11663, 9785, 13162, 9415, 13975, 10085, 10075, 9348, 9891, 11358, 9460, 13355, 9138, 9969, 9408, 9955, 10008, 9446, 12349, 9021, 9785, 10489, 9522, 11363, 9243, 9765, 9744, 9988, 10863, 9685, 12053, 9495, 13119, 9322, 14452, 9153, 11091, 8944, 9712, 9985, 9711, 10271, 9421, 11450, 9081, 9715, 10053, 9593, 10590, 9453, 9869, 9802, 9803, 11371, 9619, 12929, 9254, 13003, 9167, 12672, 9990, 10004, 9318, 9879, 10732, 9536, 12080, 9362, 10154, 9358, 9784, 9912, 9729, 10364, 9699, 10238, 9672, 10136, 10478, 9923, 12769, 9684, 12584, 9508, 13132, 9349, 14341, 9228, 12266, 8820, 9793, 9764, 9343, 12330, 8996, 9928, 9687, 9689, 12060, 9193, 12035, 8940, 9848, 9742, 9609, 11958, 9217, 13040, 8831, 12116, 8784, 9742, 9173, 9462, 11685, 9175, 9908, 9627, 9823, 9985, 9415, 12448, 8701, 9663, 10364, 9560, 12126, 9009, 13831, 9506, 9737, 10297, 9511, 11723, 9134, 11784, 9733, 9705, 11241, 9394, 10322, 9826, 9782, 10603, 9330, 12728, 9114, 9833, 10347, 9505, 12394, 8941, 9773, 10943, 9615, 12290, 9188, 10359, 9151, 9786, 12686, 9167, 12477, 9776, 9936, 9797, 9061, 9323, 11869, 9350, 9894, 9953, 9923, 9930, 10702, 9038, 9835, 11271, 9242, 15057, 9951, 11053, 13111, 8760, 13083, 9786, 9192, 13344, 9776, 9121, 13578, 10525, 9348, 10977, 8562, 9714, 9999, 8575, 9486, 9987, 8779, 9830, 9785, 9103, 9868, 9894, 9149, 9761, 9701, 9430, 9912, 9543, 9640, 11402, 9508, 9850, 12512, 9226, 10151, 10419, 9181, 12842, 11073, 9597, 14997, 8910, 9815, 10270, 9244, 11647, 10623, 9494, 13444, 9394, 9668, 10195, 9904, 10190, 10192, 10343, 9775, 11368, 9526, 9612, 10261, 10264, 9256, 10259, 11342, 9173, 14040, 13310, 9599, 11587, 9597, 9600, 12352, 8771, 9687, 10549, 9218, 13783, 10124, 9826, 10146, 9754, 9819, 9940, 9364, 9822, 10102, 9591, 13523, 9123, 10292, 9702, 9858, 12943, 9337, 11398, 9929, 9574, 12118, 9214, 13372, 9496, 9663, 11034, 9088, 11093, 9570, 10006, 10236, 9432, 10076, 9317, 9983, 10202, 9433, 12723, 9458, 9844, 11862, 9498, 10111, 9502, 9925, 11563, 9733, 10423, 10482, 10076, 12096, 9598, 13852, 9101, 12204, 9149, 13829, 9125, 11002, 10293, 9816, 10132, 9553, 11931, 9062, 10063, 9357, 9552, 10402, 9259, 9873, 10352, 9379, 11464, 8939, 9871, 9829, 10199, 11657, 9562, 10493, 9692, 10305, 9360, 11768, 9128, 11832, 8809, 12290, 8801, 9681, 9111, 9451, 10403, 9124, 12978, 8446, 9669, 9532, 9493, 11882, 8983, 13807, 8528, 9815, 9351, 9584, 11397, 9054, 13674, 8637, 9724, 10056, 9362, 13525, 8713, 9763, 10142, 9246, 12646, 8918, 10036, 9846, 9396, 12050, 9397, 13553, 8766, 13093, 8390, 9818, 10409, 9279, 12877, 8949, 10249, 9925, 9663, 10116, 9444, 12390, 8793, 10241, 8591, 9515, 11074, 9023, 13184, 8958, 10209, 9073, 9712, 11976, 9100, 13586, 8686, 9720, 10171, 9273, 13833, 8689, 9734, 9675, 9286, 12382, 9025, 13536, 8773, 10094, 8202, 9591, 10594, 9271, 12869, 8809, 11457, 8498, 9682, 10228, 9267, 11828, 8937, 9864, 10357, 9437, 11783, 9007, 12987, 8664, 9787, 9481, 9683, 11414, 9328, 12152, 9100, 12770, 8910, 13885, 8420, 9853, 9236, 9427, 10688, 9084, 10220, 9907, 9595, 10041, 9384, 13078, 8741, 10092, 9364, 9433, 12628, 9325, 10030, 9863, 9440, 11681, 9102, 13943, 9672, 9740, 9622, 9374, 11836, 8837, 13066, 8558, 9856, 9302, 9653, 12143, 8665, 13336, 8889, 9539, 10373, 9253, 12684, 10174, 9868, 10409, 9604, 10303, 9423, 10257, 9058, 10831, 11145, 9499, 11153, 9244, 12488, 8890, 14448, 9942, 10408, 8998, 9495, 10962, 9067, 13250, 8908, 11900, 8806, 9788, 10379, 9177, 10668, 8883, 9811, 9334, 9543, 10382, 9241, 12920, 8673, 13037, 8412, 9572, 9760, 9199, 12422, 8531, 13614, 8438, 9597, 9460, 9245, 12539, 9105, 10028, 10148, 9559, 10228, 8976, 12832, 8753, 9832, 9531, 9261, 12083, 8615, 14042, 9052, 9482, 9940, 9399, 12917, 9481, 14093, 8327, 9701, 9203, 9549, 11764, 8562, 13236, 8551, 9759, 9821, 9454, 11959, 8679, 12960, 8516, 9757, 9750, 9366, 10960, 8945, 12870, 8648, 9858, 8784, 9371, 10960, 9248, 13768, 8843, 14825, 8654, 11251, 8421, 9478, 12542, 8901, 12412, 8681, 11993, 8910, 9935, 9181, 9524, 10344, 9106, 10576, 8804, 12007, 8804, 9648, 10277, 9210, 10726, 8929, 13010, 8873, 9711, 9961, 9228, 11182, 9017, 13089, 8687, 10584, 9649, 9512, 10381, 8921, 11988, 8694, 11233, 9705, 9532, 10286, 9079, 12067, 8827, 11038, 10324, 9366, 11414, 8937, 11735, 8633, 13743, 9152, 9524, 10231, 9080, 10977, 8898, 12842, 8578, 9803, 11234, 9316, 11725, 8713, 11915, 8891, 9789, 9878, 9704, 10223, 9224, 11204, 9029, 9572, 10103, 9423, 9636, 9780, 10575, 9692, 13113, 10138, 11394, 14505, 9549, 10065, 10317, 9424, 14142, 9354, 15387, 12077, 11459, 10387, 9280, 10223, 9094, 9423, 12416, 8611, 9439, 12329, 9129, 9661, 10193, 8799, 9773, 10090, 8821, 12042, 10981, 9228, 14447, 10678, 9975, 13800, 10125, 9563, 9997, 8827, 9923, 9734, 9185, 12315, 8753, 14853, 10064, 9276, 11853, 8229, 9326, 10680, 8640, 12492, 9609, 9315, 12552, 8293, 9617, 10217, 8834, 13666, 8758, 9318, 13142, 8547, 9617, 10127, 8855, 10098, 10198, 9475, 10473, 9216, 9615, 11165, 9091, 9806, 9565, 9519, 12741, 8895, 12360, 8893, 9703, 10906, 8952, 11487, 10031, 9961, 10134, 9334, 10269, 9881, 9797, 10274, 9503, 12424, 8876, 9799, 9587, 9612, 11988, 9287, 13156, 9884, 9744, 10297, 9596, 12228, 9309, 9966, 10079, 9582, 11964, 9423, 10077, 10009, 9929, 11664, 9408, 12963, 9366, 11918, 8748, 9747, 9643, 9675, 10714, 9438, 9890, 8872, 9751, 9846, 9440, 10254, 9048, 9849, 10267, 9425, 12623, 9197, 13351, 9059, 9608, 10824, 9227, 12457, 8947, 9993, 9730, 9718, 12020, 8883, 10269, 9065, 9467, 9953, 9360, 12019, 8790, 13225, 8738, 9796, 9872, 9713, 11120, 8698, 9819, 9955, 9420, 10249, 9260, 9802, 9118, 9433, 10027, 9602, 10961, 9492, 11121, 9257, 11782, 8884, 11876, 8899, 12538, 8765, 9746, 9875, 9309, 11100, 8856, 9710, 9914, 8975, 12083, 8955, 13088, 8962, 13181, 8566, 13246, 8597, 9682, 9057, 9447, 10852, 8758, 12457, 8536, 9638, 9633, 9247, 10912, 8976, 12238, 8666, 9669, 9703, 9349, 12294, 8542, 11671, 8214, 9590, 10003, 9144, 12797, 8480, 9962, 9717, 9228, 10836, 8850, 13094, 8409, 12822, 8301, 9419, 9943, 9229, 10802, 8742, 12539, 8350, 9754, 8932, 9240, 9935, 8997, 12049, 8498, 12144, 7955, 9155, 9632, 8736, 12257, 8444, 11302, 9695, 9091, 9851, 8479, 12370, 8557, 13422, 9126, 9856, 9718, 8862, 9924, 8520, 11672, 8404, 12802, 8006, 9372, 9296, 8996, 9805, 8641, 12589, 8378, 13072, 8222, 9074, 9863, 8831, 11149, 8553, 12800, 8371, 9472, 8825, 9029, 9640, 8662, 12142, 8460, 9408, 8365, 9068, 9376, 8834, 11924, 8555, 13603, 8235, 9260, 8876, 8955, 10194, 8669, 12107, 8244, 9110, 8779, 8952, 9776, 8533, 12427, 8266, 9087, 9751, 8609, 11239, 8214, 12937, 8436, 11956, 10520, 8812, 9844, 8516, 11179, 8316, 12564, 7963, 9096, 9938, 8623, 9651, 8551, 10001, 8581, 9417, 10022, 8903, 11259, 8654, 12655, 8513, 10121, 9556, 9111, 9976, 8735, 11612, 8444, 13106, 7962, 9232, 9635, 8886, 9940, 8932, 9447, 9245, 9205, 10345, 8730, 12282, 8818, 10249, 9356, 9222, 10461, 9054, 12184, 8732, 13072, 8414, 9495, 9004, 9141, 10173, 8958, 10564, 9759, 9435, 10736, 8867, 9929, 9924, 9011, 12093, 8946, 10752, 10144, 9398, 12144, 8608, 11965, 8456, 9394, 10810, 9088, 13406, 8260, 9575, 9160, 8901, 10685, 8626, 9425, 9978, 9137, 10174, 10140, 9046, 10041, 10025, 8815, 9822, 10094, 8328, 9388, 11186, 8737, 9995, 10164, 8989, 14455, 11782, 8763, 10055, 10072, 9077, 9536, 9809, 8374, 9453, 9676, 8467, 10661, 9136, 9052, 11794, 8466, 13478, 9584, 9080, 9639, 9612, 9300, 11293, 10113, 8508, 9969, 10191, 8940, 10842, 8634, 12587, 9108, 9305, 10475, 8847, 13226, 8282, 14135, 8113, 9135, 10666, 8487, 9732, 9720, 8953, 9820, 9569, 9200, 10045, 8548, 12762, 9903, 8897, 11483, 9719, 9351, 11476, 8440, 12088, 9899, 8723, 11720, 8906, 14932, 9652, 9095, 9798, 8408, 12597, 8231, 8675, 10227, 8321, 12577, 9697, 8456, 9623, 8859, 8737, 10602, 8397, 11732, 9525, 8887, 12938, 7923, 9001, 9945, 8363, 13895, 8875, 8740, 12512, 9442, 8971], 'WindowCenter': [4470.0, 4408.0, 4399.0, 4405.0, 4383.0, 4364.0, 4367.0, 4366.0, 4372.0, 4353.0, 4416.0, 4366.0, 4354.0, 4373.0, 4337.0, 4346.0, 4361.0, 4364.0, 4393.0, 4354.0, 4366.0, 4376.0, 4350.0, 4382.0, 4352.0, 4361.0, 4347.0, 4351.0, 4393.0, 4352.0, 4349.0, 4351.0, 4355.0, 4382.0, 4357.0, 4375.0, 4360.0, 4356.0, 4363.0, 4349.0, 4369.0, 4366.0, 4366.0, 4368.0, 4376.0, 4380.0, 4352.0, 4387.0, 4369.0, 4366.0, 4364.0, 4367.0, 4397.0, 4376.0, 4369.0, 4389.0, 4371.0, 4382.0, 4409.0, 4377.0, 4358.0, 4364.0, 4375.0, 4375.0, 4351.0, 4378.0, 4353.0, 4387.0, 4353.0, 4362.0, 4360.0, 4352.0, 4364.0, 4368.0, 4385.0, 4365.0, 4375.0, 4387.0, 4378.0, 4374.0, 4381.0, 4409.0, 4372.0, 4383.0, 4368.0, 4366.0, 4366.0, 4357.0, 4396.0, 4366.0, 4386.0, 4355.0, 4349.0, 4375.0, 4377.0, 4381.0, 4365.0, 4361.0, 4367.0, 4376.0, 4375.0, 4375.0, 4388.0, 4362.0, 4381.0, 4366.0, 4377.0, 4355.0, 4375.0, 4387.0, 4378.0, 4401.0, 4376.0, 4368.0, 4377.0, 4377.0, 4398.0, 4379.0, 4391.0, 4373.0, 4383.0, 4399.0, 4375.0, 4405.0, 4377.0, 4408.0, 4378.0, 4389.0, 4378.0, 4369.0, 4360.0, 4376.0, 4397.0, 4376.0, 4388.0, 4351.0, 4368.0, 4363.0, 4375.0, 4374.0, 4377.0, 4397.0, 4362.0, 4378.0, 4361.0, 4366.0, 4374.0, 4369.0, 4400.0, 4370.0, 4405.0, 4360.0, 4370.0, 4377.0, 4376.0, 4384.0, 4377.0, 4391.0, 4365.0, 4376.0, 4374.0, 4366.0, 4369.0, 4362.0, 4404.0, 4366.0, 4367.0, 4366.0, 4375.0, 4380.0, 4376.0, 4407.0, 4379.0, 4369.0, 4386.0, 4388.0, 4379.0, 4380.0, 4410.0, 4380.0, 4382.0, 4388.0, 4388.0, 4398.0, 4369.0, 4408.0, 4378.0, 4380.0, 4378.0, 4378.0, 4401.0, 4377.0, 4384.0, 4391.0, 4379.0, 4404.0, 4389.0, 4390.0, 4369.0, 4368.0, 4380.0, 4383.0, 4408.0, 4369.0, 4407.0, 4370.0, 4376.0, 4381.0, 4378.0, 4387.0, 4373.0, 4380.0, 4367.0, 4368.0, 4387.0, 4375.0, 4373.0, 4379.0, 4368.0, 4377.0, 4381.0, 4390.0, 4385.0, 4411.0, 4385.0, 4396.0, 4378.0, 4377.0, 4378.0, 4388.0, 4397.0, 4377.0, 4387.0, 4367.0, 4407.0, 4379.0, 4368.0, 4385.0, 4380.0, 4378.0, 4376.0, 4381.0, 4377.0, 4377.0, 4388.0, 4378.0, 4388.0, 4370.0, 4398.0, 4379.0, 4390.0, 4389.0, 4373.0, 4397.0, 4377.0, 4395.0, 4376.0, 4398.0, 4377.0, 4366.0, 4375.0, 4368.0, 4384.0, 4367.0, 4394.0, 4378.0, 4376.0, 4362.0, 4360.0, 4384.0, 4380.0, 4388.0, 4388.0, 4386.0, 4372.0, 4373.0, 4382.0, 4400.0, 4391.0, 4396.0, 4394.0, 4397.0, 4384.0, 4385.0, 4405.0, 4395.0, 4408.0, 4390.0, 4411.0, 4373.0, 4379.0, 4367.0, 4367.0, 4386.0, 4376.0, 4374.0, 4364.0, 4374.0, 4381.0, 4385.0, 4385.0, 4399.0, 4397.0, 4374.0, 4378.0, 4383.0, 4371.0, 4380.0, 4362.0, 4398.0, 4366.0, 4409.0, 4365.0, 4404.0, 4363.0, 4372.0, 4350.0, 4349.0, 4342.0, 4335.0, 4376.0, 4329.0, 4366.0, 4318.0, 4334.0, 4346.0, 4337.0, 4367.0, 4347.0, 4349.0, 4339.0, 4352.0, 4362.0, 4367.0, 4336.0, 4363.0, 4371.0, 4363.0, 4390.0, 4352.0, 4363.0, 4383.0, 4366.0, 4435.0, 4390.0, 4377.0, 4373.0, 4373.0, 4373.0, 4379.0, 4373.0, 4375.0, 4367.0, 4367.0, 4387.0, 4383.0, 4403.0, 4372.0, 4376.0, 4404.0, 4386.0, 4354.0, 4361.0, 4362.0, 4379.0, 4379.0, 4388.0, 4376.0, 4368.0, 4379.0, 4391.0, 4379.0, 4390.0, 4390.0, 4423.0, 4383.0, 4382.0, 4393.0, 4376.0, 4415.0, 4364.0, 4373.0, 4363.0, 4350.0, 4391.0, 4330.0, 4350.0, 4359.0, 4361.0, 4374.0, 4365.0, 4354.0, 4385.0, 4365.0, 4369.0, 4366.0, 4379.0, 4406.0, 4365.0, 4374.0, 4366.0, 4359.0, 4379.0, 4357.0, 4376.0, 4373.0, 4366.0, 4363.0, 4363.0, 4374.0, 4364.0, 4367.0, 4376.0, 4364.0, 4380.0, 4364.0, 4354.0, 4363.0, 4373.0, 4374.0, 4364.0, 4376.0, 4373.0, 4375.0, 4378.0, 4366.0, 4367.0, 4380.0, 4369.0, 4384.0, 4356.0, 4364.0, 4367.0, 4380.0, 4378.0, 4389.0, 4381.0, 4388.0, 4374.0, 4387.0, 4388.0, 4392.0, 4368.0, 4396.0, 4365.0, 4403.0, 4366.0, 4387.0, 4363.0, 4361.0, 4349.0, 4363.0, 4362.0, 4362.0, 4382.0, 4343.0, 4353.0, 4351.0, 4348.0, 4365.0, 4364.0, 4373.0, 4353.0, 4361.0, 4365.0, 4370.0, 4397.0, 4377.0, 4406.0, 4351.0, 4363.0, 4349.0, 4355.0, 4376.0, 4355.0, 4380.0, 4364.0, 4393.0, 4352.0, 4359.0, 4373.0, 4359.0, 4383.0, 4365.0, 4373.0, 4356.0, 4375.0, 4379.0, 4368.0, 4385.0, 4358.0, 4366.0, 4376.0, 4375.0, 4386.0, 4365.0, 4379.0, 4350.0, 4374.0, 4375.0, 4359.0, 4392.0, 4366.0, 4378.0, 4366.0, 4375.0, 4375.0, 4366.0, 4383.0, 4371.0, 4360.0, 4371.0, 4370.0, 4378.0, 4363.0, 4394.0, 4366.0, 4375.0, 4362.0, 4369.0, 4385.0, 4367.0, 4384.0, 4376.0, 4393.0, 4367.0, 4375.0, 4368.0, 4375.0, 4376.0, 4376.0, 4394.0, 4356.0, 4376.0, 4360.0, 4369.0, 4385.0, 4371.0, 4405.0, 4360.0, 4376.0, 4377.0, 4374.0, 4395.0, 4378.0, 4377.0, 4367.0, 4359.0, 4375.0, 4382.0, 4409.0, 4373.0, 4362.0, 4366.0, 4368.0, 4380.0, 4378.0, 4405.0, 4367.0, 4376.0, 4381.0, 4374.0, 4385.0, 4368.0, 4382.0, 4359.0, 4384.0, 4356.0, 4373.0, 4363.0, 4363.0, 4366.0, 4367.0, 4382.0, 4356.0, 4383.0, 4359.0, 4368.0, 4373.0, 4367.0, 4380.0, 4376.0, 4381.0, 4376.0, 4388.0, 4377.0, 4385.0, 4398.0, 4368.0, 4394.0, 4375.0, 4368.0, 4380.0, 4387.0, 4390.0, 4376.0, 4396.0, 4377.0, 4381.0, 4387.0, 4371.0, 4386.0, 4361.0, 4380.0, 4366.0, 4383.0, 4386.0, 4389.0, 4401.0, 4384.0, 4382.0, 4387.0, 4379.0, 4400.0, 4378.0, 4409.0, 4377.0, 4374.0, 4356.0, 4375.0, 4374.0, 4364.0, 4389.0, 4366.0, 4382.0, 4346.0, 4375.0, 4362.0, 4366.0, 4384.0, 4374.0, 4385.0, 4390.0, 4381.0, 4384.0, 4378.0, 4387.0, 4379.0, 4386.0, 4392.0, 4381.0, 4405.0, 4374.0, 4394.0, 4366.0, 4374.0, 4363.0, 4365.0, 4382.0, 4375.0, 4393.0, 4364.0, 4363.0, 4360.0, 4347.0, 4357.0, 4373.0, 4394.0, 4353.0, 4358.0, 4372.0, 4354.0, 4371.0, 4366.0, 4365.0, 4375.0, 4377.0, 4383.0, 4375.0, 4393.0, 4376.0, 4388.0, 4355.0, 4380.0, 4362.0, 4361.0, 4346.0, 4360.0, 4360.0, 4344.0, 4365.0, 4362.0, 4382.0, 4367.0, 4375.0, 4374.0, 4360.0, 4384.0, 4376.0, 4367.0, 4372.0, 4372.0, 4391.0, 4378.0, 4404.0, 4371.0, 4400.0, 4368.0, 4390.0, 4361.0, 4347.0, 4363.0, 4365.0, 4373.0, 4376.0, 4377.0, 4365.0, 4367.0, 4364.0, 4385.0, 4379.0, 4387.0, 4380.0, 4386.0, 4389.0, 4381.0, 4382.0, 4399.0, 4388.0, 4407.0, 4372.0, 4391.0, 4366.0, 4394.0, 4360.0, 4388.0, 4359.0, 4375.0, 4352.0, 4361.0, 4364.0, 4353.0, 4384.0, 4363.0, 4374.0, 4357.0, 4366.0, 4390.0, 4364.0, 4386.0, 4353.0, 4365.0, 4349.0, 4364.0, 4383.0, 4364.0, 4386.0, 4338.0, 4382.0, 4342.0, 4351.0, 4350.0, 4360.0, 4376.0, 4362.0, 4356.0, 4362.0, 4364.0, 4363.0, 4358.0, 4395.0, 4346.0, 4365.0, 4376.0, 4363.0, 4379.0, 4366.0, 4394.0, 4363.0, 4361.0, 4361.0, 4363.0, 4372.0, 4351.0, 4381.0, 4362.0, 4363.0, 4372.0, 4364.0, 4367.0, 4372.0, 4375.0, 4379.0, 4366.0, 4390.0, 4366.0, 4374.0, 4374.0, 4375.0, 4408.0, 4368.0, 4362.0, 4385.0, 4366.0, 4386.0, 4365.0, 4374.0, 4363.0, 4378.0, 4390.0, 4365.0, 4389.0, 4375.0, 4374.0, 4382.0, 4366.0, 4359.0, 4386.0, 4358.0, 4370.0, 4361.0, 4382.0, 4381.0, 4372.0, 4376.0, 4377.0, 4397.0, 4375.0, 4410.0, 4376.0, 4385.0, 4385.0, 4341.0, 4376.0, 4349.0, 4340.0, 4377.0, 4339.0, 4332.0, 4380.0, 4337.0, 4328.0, 4346.0, 4325.0, 4336.0, 4347.0, 4339.0, 4349.0, 4348.0, 4326.0, 4360.0, 4361.0, 4365.0, 4364.0, 4374.0, 4365.0, 4374.0, 4364.0, 4376.0, 4370.0, 4367.0, 4374.0, 4406.0, 4381.0, 4390.0, 4390.0, 4389.0, 4383.0, 4377.0, 4371.0, 4390.0, 4398.0, 4376.0, 4415.0, 4367.0, 4366.0, 4374.0, 4360.0, 4379.0, 4387.0, 4371.0, 4405.0, 4364.0, 4364.0, 4369.0, 4376.0, 4385.0, 4376.0, 4387.0, 4378.0, 4391.0, 4362.0, 4379.0, 4389.0, 4388.0, 4364.0, 4373.0, 4386.0, 4379.0, 4406.0, 4407.0, 4366.0, 4375.0, 4357.0, 4365.0, 4370.0, 4344.0, 4362.0, 4363.0, 4364.0, 4392.0, 4363.0, 4363.0, 4353.0, 4363.0, 4374.0, 4373.0, 4376.0, 4389.0, 4380.0, 4377.0, 4402.0, 4358.0, 4369.0, 4366.0, 4366.0, 4392.0, 4354.0, 4373.0, 4362.0, 4353.0, 4381.0, 4353.0, 4394.0, 4363.0, 4354.0, 4364.0, 4352.0, 4372.0, 4363.0, 4369.0, 4376.0, 4356.0, 4371.0, 4368.0, 4373.0, 4368.0, 4369.0, 4411.0, 4376.0, 4372.0, 4391.0, 4371.0, 4376.0, 4378.0, 4384.0, 4389.0, 4378.0, 4377.0, 4397.0, 4392.0, 4403.0, 4382.0, 4408.0, 4362.0, 4395.0, 4368.0, 4401.0, 4367.0, 4377.0, 4367.0, 4363.0, 4353.0, 4354.0, 4379.0, 4353.0, 4365.0, 4363.0, 4354.0, 4376.0, 4363.0, 4378.0, 4387.0, 4369.0, 4393.0, 4367.0, 4374.0, 4384.0, 4382.0, 4387.0, 4365.0, 4368.0, 4356.0, 4373.0, 4352.0, 4366.0, 4352.0, 4370.0, 4344.0, 4379.0, 4351.0, 4361.0, 4352.0, 4356.0, 4366.0, 4354.0, 4394.0, 4346.0, 4364.0, 4363.0, 4354.0, 4375.0, 4366.0, 4400.0, 4354.0, 4347.0, 4364.0, 4375.0, 4386.0, 4356.0, 4386.0, 4345.0, 4363.0, 4369.0, 4353.0, 4405.0, 4366.0, 4361.0, 4373.0, 4376.0, 4407.0, 4358.0, 4376.0, 4374.0, 4356.0, 4384.0, 4367.0, 4404.0, 4355.0, 4380.0, 4333.0, 4348.0, 4375.0, 4363.0, 4382.0, 4352.0, 4362.0, 4362.0, 4363.0, 4374.0, 4358.0, 4394.0, 4345.0, 4376.0, 4354.0, 4367.0, 4385.0, 4364.0, 4392.0, 4363.0, 4364.0, 4365.0, 4376.0, 4375.0, 4366.0, 4386.0, 4353.0, 4364.0, 4376.0, 4377.0, 4400.0, 4366.0, 4357.0, 4365.0, 4358.0, 4394.0, 4356.0, 4393.0, 4349.0, 4371.0, 4343.0, 4361.0, 4374.0, 4365.0, 4388.0, 4353.0, 4372.0, 4352.0, 4363.0, 4373.0, 4362.0, 4384.0, 4355.0, 4367.0, 4375.0, 4377.0, 4388.0, 4380.0, 4409.0, 4359.0, 4370.0, 4376.0, 4377.0, 4380.0, 4353.0, 4378.0, 4353.0, 4387.0, 4364.0, 4389.0, 4343.0, 4363.0, 4344.0, 4351.0, 4372.0, 4364.0, 4376.0, 4371.0, 4375.0, 4375.0, 4369.0, 4407.0, 4366.0, 4378.0, 4365.0, 4359.0, 4408.0, 4362.0, 4360.0, 4375.0, 4364.0, 4382.0, 4358.0, 4394.0, 4365.0, 4356.0, 4363.0, 4348.0, 4378.0, 4365.0, 4385.0, 4345.0, 4352.0, 4362.0, 4354.0, 4384.0, 4353.0, 4388.0, 4343.0, 4361.0, 4372.0, 4364.0, 4405.0, 4386.0, 4376.0, 4386.0, 4377.0, 4385.0, 4377.0, 4388.0, 4380.0, 4381.0, 4395.0, 4360.0, 4375.0, 4353.0, 4387.0, 4365.0, 4389.0, 4376.0, 4368.0, 4345.0, 4360.0, 4373.0, 4352.0, 4381.0, 4353.0, 4371.0, 4353.0, 4352.0, 4360.0, 4354.0, 4359.0, 4363.0, 4375.0, 4366.0, 4359.0, 4373.0, 4364.0, 4394.0, 4347.0, 4394.0, 4353.0, 4354.0, 4362.0, 4351.0, 4386.0, 4347.0, 4387.0, 4342.0, 4353.0, 4360.0, 4362.0, 4392.0, 4354.0, 4363.0, 4364.0, 4363.0, 4372.0, 4364.0, 4384.0, 4348.0, 4373.0, 4364.0, 4365.0, 4390.0, 4366.0, 4399.0, 4364.0, 4365.0, 4353.0, 4362.0, 4385.0, 4360.0, 4393.0, 4343.0, 4361.0, 4345.0, 4357.0, 4381.0, 4355.0, 4387.0, 4346.0, 4348.0, 4360.0, 4375.0, 4382.0, 4345.0, 4390.0, 4354.0, 4355.0, 4365.0, 4362.0, 4379.0, 4365.0, 4380.0, 4356.0, 4358.0, 4354.0, 4365.0, 4384.0, 4365.0, 4395.0, 4354.0, 4401.0, 4352.0, 4362.0, 4343.0, 4362.0, 4382.0, 4345.0, 4375.0, 4342.0, 4370.0, 4347.0, 4353.0, 4350.0, 4362.0, 4362.0, 4346.0, 4366.0, 4354.0, 4388.0, 4365.0, 4363.0, 4374.0, 4355.0, 4378.0, 4357.0, 4394.0, 4366.0, 4367.0, 4374.0, 4366.0, 4377.0, 4350.0, 4389.0, 4357.0, 4375.0, 4364.0, 4357.0, 4362.0, 4354.0, 4377.0, 4348.0, 4384.0, 4363.0, 4360.0, 4365.0, 4365.0, 4389.0, 4366.0, 4380.0, 4377.0, 4364.0, 4378.0, 4342.0, 4378.0, 4346.0, 4404.0, 4363.0, 4359.0, 4372.0, 4364.0, 4369.0, 4356.0, 4381.0, 4366.0, 4365.0, 4383.0, 4356.0, 4377.0, 4355.0, 4377.0, 4356.0, 4376.0, 4374.0, 4354.0, 4374.0, 4378.0, 4400.0, 4364.0, 4380.0, 4386.0, 4384.0, 4384.0, 4390.0, 4407.0, 4399.0, 4419.0, 4413.0, 4407.0, 4425.0, 4390.0, 4377.0, 4364.0, 4357.0, 4404.0, 4350.0, 4410.0, 4383.0, 4369.0, 4359.0, 4350.0, 4361.0, 4344.0, 4351.0, 4376.0, 4344.0, 4364.0, 4394.0, 4364.0, 4363.0, 4365.0, 4352.0, 4362.0, 4373.0, 4354.0, 4383.0, 4373.0, 4360.0, 4396.0, 4375.0, 4364.0, 4391.0, 4362.0, 4351.0, 4359.0, 4351.0, 4359.0, 4350.0, 4352.0, 4372.0, 4349.0, 4405.0, 4362.0, 4350.0, 4370.0, 4332.0, 4337.0, 4356.0, 4340.0, 4371.0, 4352.0, 4346.0, 4367.0, 4337.0, 4352.0, 4355.0, 4351.0, 4390.0, 4353.0, 4357.0, 4392.0, 4343.0, 4362.0, 4346.0, 4352.0, 4349.0, 4374.0, 4375.0, 4377.0, 4355.0, 4375.0, 4378.0, 4361.0, 4371.0, 4370.0, 4364.0, 4378.0, 4359.0, 4384.0, 4364.0, 4365.0, 4368.0, 4356.0, 4373.0, 4364.0, 4363.0, 4366.0, 4367.0, 4375.0, 4366.0, 4363.0, 4375.0, 4372.0, 4400.0, 4368.0, 4378.0, 4366.0, 4376.0, 4390.0, 4378.0, 4398.0, 4376.0, 4364.0, 4376.0, 4377.0, 4383.0, 4379.0, 4363.0, 4377.0, 4377.0, 4390.0, 4372.0, 4388.0, 4388.0, 4388.0, 4394.0, 4374.0, 4407.0, 4378.0, 4398.0, 4369.0, 4376.0, 4375.0, 4371.0, 4370.0, 4378.0, 4376.0, 4358.0, 4372.0, 4371.0, 4376.0, 4377.0, 4382.0, 4389.0, 4390.0, 4370.0, 4402.0, 4381.0, 4411.0, 4380.0, 4379.0, 4398.0, 4380.0, 4396.0, 4361.0, 4370.0, 4373.0, 4370.0, 4392.0, 4362.0, 4371.0, 4367.0, 4350.0, 4374.0, 4363.0, 4391.0, 4366.0, 4395.0, 4350.0, 4365.0, 4375.0, 4369.0, 4381.0, 4355.0, 4368.0, 4365.0, 4369.0, 4389.0, 4375.0, 4383.0, 4380.0, 4372.0, 4379.0, 4373.0, 4399.0, 4373.0, 4387.0, 4361.0, 4374.0, 4352.0, 4383.0, 4358.0, 4395.0, 4346.0, 4365.0, 4373.0, 4377.0, 4397.0, 4374.0, 4372.0, 4380.0, 4370.0, 4388.0, 4369.0, 4399.0, 4372.0, 4396.0, 4356.0, 4386.0, 4365.0, 4371.0, 4367.0, 4355.0, 4385.0, 4357.0, 4389.0, 4355.0, 4374.0, 4377.0, 4367.0, 4380.0, 4356.0, 4396.0, 4361.0, 4376.0, 4387.0, 4368.0, 4393.0, 4367.0, 4383.0, 4356.0, 4371.0, 4372.0, 4366.0, 4395.0, 4345.0, 4365.0, 4363.0, 4365.0, 4375.0, 4357.0, 4399.0, 4355.0, 4394.0, 4349.0, 4364.0, 4363.0, 4366.0, 4386.0, 4365.0, 4390.0, 4348.0, 4350.0, 4363.0, 4356.0, 4370.0, 4355.0, 4389.0, 4356.0, 4394.0, 4344.0, 4357.0, 4363.0, 4363.0, 4394.0, 4356.0, 4386.0, 4376.0, 4354.0, 4370.0, 4347.0, 4387.0, 4357.0, 4406.0, 4358.0, 4364.0, 4355.0, 4345.0, 4362.0, 4347.0, 4376.0, 4355.0, 4389.0, 4336.0, 4349.0, 4349.0, 4366.0, 4369.0, 4358.0, 4405.0, 4356.0, 4407.0, 4356.0, 4347.0, 4354.0, 4343.0, 4374.0, 4360.0, 4393.0, 4342.0, 4364.0, 4364.0, 4357.0, 4374.0, 4367.0, 4406.0, 4367.0, 4370.0, 4358.0, 4354.0, 4364.0, 4358.0, 4384.0, 4366.0, 4400.0, 4348.0, 4358.0, 4342.0, 4354.0, 4372.0, 4360.0, 4389.0, 4355.0, 4364.0, 4359.0, 4358.0, 4369.0, 4368.0, 4398.0, 4368.0, 4372.0, 4369.0, 4358.0, 4387.0, 4361.0, 4390.0, 4358.0, 4375.0, 4376.0, 4347.0, 4363.0, 4343.0, 4359.0, 4345.0, 4388.0, 4355.0, 4366.0, 4364.0, 4365.0, 4369.0, 4361.0, 4380.0, 4368.0, 4371.0, 4388.0, 4366.0, 4388.0, 4368.0, 4402.0, 4379.0, 4380.0, 4378.0, 4354.0, 4374.0, 4360.0, 4391.0, 4369.0, 4400.0, 4351.0, 4366.0, 4366.0, 4360.0, 4375.0, 4373.0, 4367.0, 4380.0, 4370.0, 4384.0, 4371.0, 4411.0, 4393.0, 4389.0, 4369.0, 4371.0, 4388.0, 4360.0, 4390.0, 4367.0, 4400.0, 4357.0, 4360.0, 4365.0, 4361.0, 4368.0, 4370.0, 4388.0, 4382.0, 4372.0, 4382.0, 4372.0, 4390.0, 4384.0, 4370.0, 4400.0, 4391.0, 4391.0, 4383.0, 4370.0, 4392.0, 4367.0, 4398.0, 4352.0, 4367.0, 4385.0, 4350.0, 4387.0, 4346.0, 4352.0, 4357.0, 4364.0, 4377.0, 4366.0, 4369.0, 4382.0, 4375.0, 4379.0, 4381.0, 4371.0, 4384.0, 4382.0, 4373.0, 4382.0, 4384.0, 4362.0, 4371.0, 4390.0, 4369.0, 4365.0, 4372.0, 4364.0, 4393.0, 4397.0, 4349.0, 4351.0, 4356.0, 4370.0, 4376.0, 4371.0, 4359.0, 4380.0, 4372.0, 4365.0, 4383.0, 4371.0, 4369.0, 4395.0, 4362.0, 4415.0, 4368.0, 4368.0, 4353.0, 4366.0, 4373.0, 4390.0, 4368.0, 4369.0, 4373.0, 4375.0, 4373.0, 4383.0, 4364.0, 4406.0, 4361.0, 4364.0, 4380.0, 4360.0, 4391.0, 4353.0, 4397.0, 4343.0, 4363.0, 4371.0, 4350.0, 4361.0, 4366.0, 4359.0, 4379.0, 4382.0, 4366.0, 4394.0, 4378.0, 4404.0, 4373.0, 4374.0, 4394.0, 4381.0, 4374.0, 4392.0, 4365.0, 4395.0, 4368.0, 4350.0, 4392.0, 4356.0, 4395.0, 4365.0, 4349.0, 4346.0, 4343.0, 4381.0, 4336.0, 4343.0, 4363.0, 4347.0, 4385.0, 4337.0, 4347.0, 4350.0, 4349.0, 4357.0, 4371.0, 4358.0, 4392.0, 4364.0, 4368.0, 4388.0, 4343.0, 4357.0, 4368.0, 4351.0, 4390.0, 4361.0, 4359.0, 4377.0, 4359.0, 4355.0], 'WindowWidth': [9848.0, 9740.0, 9715.0, 9714.0, 9685.0, 9642.0, 9652.0, 9647.0, 9645.0, 9622.0, 9719.0, 9647.0, 9624.0, 9648.0, 9591.0, 9600.0, 9630.0, 9639.0, 9677.0, 9629.0, 9645.0, 9653.0, 9620.0, 9655.0, 9621.0, 9632.0, 9603.0, 9619.0, 9678.0, 9622.0, 9608.0, 9611.0, 9628.0, 9660.0, 9628.0, 9649.0, 9631.0, 9623.0, 9635.0, 9611.0, 9636.0, 9648.0, 9645.0, 9643.0, 9660.0, 9659.0, 9620.0, 9671.0, 9655.0, 9647.0, 9637.0, 9643.0, 9687.0, 9660.0, 9649.0, 9681.0, 9653.0, 9669.0, 9709.0, 9665.0, 9624.0, 9636.0, 9656.0, 9656.0, 9612.0, 9653.0, 9622.0, 9664.0, 9621.0, 9632.0, 9628.0, 9613.0, 9636.0, 9644.0, 9670.0, 9647.0, 9657.0, 9676.0, 9667.0, 9652.0, 9676.0, 9709.0, 9656.0, 9668.0, 9651.0, 9638.0, 9645.0, 9629.0, 9687.0, 9646.0, 9664.0, 9628.0, 9609.0, 9655.0, 9660.0, 9664.0, 9646.0, 9630.0, 9647.0, 9658.0, 9657.0, 9658.0, 9670.0, 9635.0, 9657.0, 9646.0, 9659.0, 9622.0, 9657.0, 9674.0, 9667.0, 9689.0, 9661.0, 9643.0, 9662.0, 9664.0, 9694.0, 9664.0, 9686.0, 9652.0, 9673.0, 9696.0, 9657.0, 9702.0, 9662.0, 9709.0, 9669.0, 9681.0, 9665.0, 9646.0, 9629.0, 9659.0, 9691.0, 9661.0, 9662.0, 9615.0, 9639.0, 9637.0, 9656.0, 9654.0, 9664.0, 9690.0, 9634.0, 9658.0, 9631.0, 9640.0, 9650.0, 9646.0, 9690.0, 9652.0, 9699.0, 9634.0, 9646.0, 9661.0, 9660.0, 9671.0, 9664.0, 9671.0, 9646.0, 9658.0, 9655.0, 9639.0, 9638.0, 9634.0, 9698.0, 9646.0, 9642.0, 9639.0, 9658.0, 9661.0, 9662.0, 9704.0, 9669.0, 9648.0, 9674.0, 9679.0, 9661.0, 9667.0, 9714.0, 9672.0, 9667.0, 9679.0, 9680.0, 9691.0, 9650.0, 9708.0, 9668.0, 9664.0, 9661.0, 9667.0, 9693.0, 9666.0, 9675.0, 9682.0, 9666.0, 9701.0, 9684.0, 9678.0, 9655.0, 9648.0, 9665.0, 9671.0, 9707.0, 9649.0, 9702.0, 9651.0, 9661.0, 9666.0, 9665.0, 9670.0, 9655.0, 9655.0, 9649.0, 9644.0, 9680.0, 9659.0, 9650.0, 9669.0, 9645.0, 9657.0, 9671.0, 9684.0, 9678.0, 9717.0, 9678.0, 9690.0, 9668.0, 9666.0, 9670.0, 9680.0, 9691.0, 9664.0, 9670.0, 9643.0, 9705.0, 9672.0, 9646.0, 9672.0, 9662.0, 9657.0, 9660.0, 9657.0, 9665.0, 9664.0, 9679.0, 9667.0, 9672.0, 9652.0, 9693.0, 9665.0, 9686.0, 9685.0, 9657.0, 9690.0, 9663.0, 9683.0, 9661.0, 9692.0, 9663.0, 9639.0, 9656.0, 9642.0, 9668.0, 9642.0, 9682.0, 9666.0, 9661.0, 9634.0, 9629.0, 9665.0, 9667.0, 9677.0, 9682.0, 9676.0, 9651.0, 9653.0, 9670.0, 9700.0, 9686.0, 9696.0, 9695.0, 9697.0, 9672.0, 9674.0, 9705.0, 9694.0, 9707.0, 9688.0, 9707.0, 9650.0, 9659.0, 9649.0, 9643.0, 9673.0, 9659.0, 9654.0, 9634.0, 9657.0, 9658.0, 9669.0, 9670.0, 9692.0, 9690.0, 9652.0, 9662.0, 9670.0, 9645.0, 9663.0, 9632.0, 9686.0, 9647.0, 9699.0, 9645.0, 9688.0, 9638.0, 9644.0, 9616.0, 9609.0, 9587.0, 9587.0, 9643.0, 9576.0, 9628.0, 9558.0, 9583.0, 9600.0, 9593.0, 9630.0, 9604.0, 9610.0, 9590.0, 9619.0, 9635.0, 9638.0, 9591.0, 9637.0, 9645.0, 9637.0, 9671.0, 9619.0, 9637.0, 9665.0, 9640.0, 9757.0, 9688.0, 9657.0, 9645.0, 9649.0, 9651.0, 9654.0, 9653.0, 9658.0, 9641.0, 9643.0, 9678.0, 9670.0, 9696.0, 9653.0, 9661.0, 9690.0, 9673.0, 9621.0, 9626.0, 9635.0, 9668.0, 9661.0, 9675.0, 9659.0, 9645.0, 9667.0, 9687.0, 9664.0, 9684.0, 9686.0, 9733.0, 9672.0, 9665.0, 9680.0, 9658.0, 9709.0, 9640.0, 9649.0, 9633.0, 9609.0, 9669.0, 9581.0, 9613.0, 9623.0, 9630.0, 9651.0, 9635.0, 9618.0, 9669.0, 9642.0, 9643.0, 9638.0, 9667.0, 9702.0, 9644.0, 9653.0, 9643.0, 9627.0, 9654.0, 9629.0, 9654.0, 9650.0, 9642.0, 9628.0, 9636.0, 9643.0, 9641.0, 9642.0, 9659.0, 9638.0, 9656.0, 9637.0, 9615.0, 9636.0, 9650.0, 9648.0, 9640.0, 9657.0, 9650.0, 9655.0, 9654.0, 9646.0, 9643.0, 9663.0, 9647.0, 9663.0, 9625.0, 9634.0, 9641.0, 9666.0, 9666.0, 9681.0, 9665.0, 9680.0, 9650.0, 9679.0, 9680.0, 9679.0, 9643.0, 9678.0, 9642.0, 9694.0, 9647.0, 9658.0, 9636.0, 9627.0, 9612.0, 9632.0, 9632.0, 9633.0, 9661.0, 9603.0, 9613.0, 9617.0, 9606.0, 9641.0, 9640.0, 9652.0, 9618.0, 9628.0, 9635.0, 9647.0, 9690.0, 9663.0, 9700.0, 9617.0, 9632.0, 9610.0, 9623.0, 9650.0, 9622.0, 9653.0, 9639.0, 9676.0, 9618.0, 9625.0, 9649.0, 9628.0, 9663.0, 9641.0, 9649.0, 9624.0, 9656.0, 9657.0, 9644.0, 9663.0, 9629.0, 9636.0, 9654.0, 9657.0, 9665.0, 9643.0, 9657.0, 9613.0, 9654.0, 9657.0, 9630.0, 9675.0, 9644.0, 9655.0, 9645.0, 9658.0, 9658.0, 9639.0, 9660.0, 9650.0, 9628.0, 9652.0, 9648.0, 9657.0, 9635.0, 9682.0, 9641.0, 9651.0, 9642.0, 9646.0, 9670.0, 9640.0, 9660.0, 9659.0, 9680.0, 9649.0, 9655.0, 9643.0, 9656.0, 9651.0, 9660.0, 9676.0, 9628.0, 9660.0, 9628.0, 9645.0, 9669.0, 9652.0, 9698.0, 9635.0, 9659.0, 9661.0, 9657.0, 9684.0, 9665.0, 9655.0, 9648.0, 9625.0, 9658.0, 9668.0, 9712.0, 9659.0, 9632.0, 9639.0, 9644.0, 9661.0, 9658.0, 9698.0, 9644.0, 9661.0, 9663.0, 9655.0, 9668.0, 9641.0, 9661.0, 9629.0, 9660.0, 9625.0, 9649.0, 9636.0, 9637.0, 9635.0, 9639.0, 9664.0, 9625.0, 9665.0, 9629.0, 9641.0, 9651.0, 9642.0, 9661.0, 9661.0, 9663.0, 9660.0, 9676.0, 9657.0, 9675.0, 9690.0, 9645.0, 9676.0, 9658.0, 9643.0, 9661.0, 9676.0, 9675.0, 9661.0, 9686.0, 9661.0, 9663.0, 9678.0, 9649.0, 9667.0, 9631.0, 9661.0, 9641.0, 9668.0, 9674.0, 9681.0, 9693.0, 9673.0, 9667.0, 9678.0, 9662.0, 9690.0, 9666.0, 9700.0, 9662.0, 9655.0, 9625.0, 9654.0, 9648.0, 9639.0, 9668.0, 9642.0, 9654.0, 9602.0, 9654.0, 9636.0, 9637.0, 9667.0, 9656.0, 9671.0, 9677.0, 9667.0, 9665.0, 9667.0, 9676.0, 9660.0, 9673.0, 9678.0, 9665.0, 9698.0, 9658.0, 9675.0, 9639.0, 9652.0, 9637.0, 9640.0, 9661.0, 9655.0, 9677.0, 9639.0, 9634.0, 9630.0, 9602.0, 9623.0, 9653.0, 9679.0, 9617.0, 9618.0, 9648.0, 9620.0, 9640.0, 9640.0, 9638.0, 9657.0, 9660.0, 9665.0, 9656.0, 9679.0, 9660.0, 9669.0, 9622.0, 9649.0, 9634.0, 9623.0, 9608.0, 9629.0, 9628.0, 9596.0, 9631.0, 9634.0, 9660.0, 9642.0, 9656.0, 9655.0, 9629.0, 9669.0, 9660.0, 9641.0, 9647.0, 9648.0, 9679.0, 9665.0, 9696.0, 9650.0, 9686.0, 9646.0, 9674.0, 9628.0, 9605.0, 9636.0, 9633.0, 9643.0, 9657.0, 9652.0, 9641.0, 9639.0, 9640.0, 9670.0, 9662.0, 9678.0, 9664.0, 9675.0, 9682.0, 9667.0, 9669.0, 9696.0, 9680.0, 9705.0, 9655.0, 9676.0, 9639.0, 9676.0, 9631.0, 9661.0, 9629.0, 9646.0, 9621.0, 9632.0, 9631.0, 9617.0, 9658.0, 9638.0, 9651.0, 9625.0, 9638.0, 9673.0, 9641.0, 9663.0, 9623.0, 9640.0, 9608.0, 9637.0, 9663.0, 9638.0, 9661.0, 9593.0, 9657.0, 9604.0, 9615.0, 9614.0, 9628.0, 9646.0, 9634.0, 9621.0, 9632.0, 9638.0, 9636.0, 9628.0, 9682.0, 9611.0, 9642.0, 9655.0, 9637.0, 9654.0, 9645.0, 9678.0, 9637.0, 9629.0, 9630.0, 9635.0, 9638.0, 9615.0, 9654.0, 9636.0, 9635.0, 9642.0, 9639.0, 9636.0, 9649.0, 9655.0, 9658.0, 9643.0, 9670.0, 9645.0, 9653.0, 9651.0, 9655.0, 9703.0, 9652.0, 9628.0, 9667.0, 9637.0, 9662.0, 9642.0, 9650.0, 9636.0, 9661.0, 9671.0, 9643.0, 9669.0, 9655.0, 9652.0, 9665.0, 9647.0, 9629.0, 9669.0, 9627.0, 9646.0, 9629.0, 9664.0, 9663.0, 9645.0, 9662.0, 9662.0, 9689.0, 9658.0, 9702.0, 9660.0, 9668.0, 9659.0, 9602.0, 9645.0, 9607.0, 9596.0, 9645.0, 9588.0, 9580.0, 9652.0, 9583.0, 9569.0, 9599.0, 9571.0, 9585.0, 9604.0, 9596.0, 9607.0, 9605.0, 9570.0, 9624.0, 9628.0, 9638.0, 9636.0, 9650.0, 9640.0, 9650.0, 9638.0, 9659.0, 9648.0, 9642.0, 9653.0, 9705.0, 9669.0, 9682.0, 9669.0, 9684.0, 9668.0, 9656.0, 9650.0, 9674.0, 9692.0, 9659.0, 9710.0, 9648.0, 9634.0, 9651.0, 9630.0, 9656.0, 9673.0, 9648.0, 9696.0, 9637.0, 9639.0, 9643.0, 9657.0, 9669.0, 9656.0, 9676.0, 9664.0, 9678.0, 9633.0, 9666.0, 9679.0, 9678.0, 9636.0, 9646.0, 9673.0, 9664.0, 9697.0, 9699.0, 9642.0, 9651.0, 9622.0, 9636.0, 9632.0, 9602.0, 9630.0, 9627.0, 9636.0, 9672.0, 9632.0, 9634.0, 9614.0, 9634.0, 9650.0, 9651.0, 9658.0, 9679.0, 9661.0, 9659.0, 9691.0, 9629.0, 9641.0, 9642.0, 9635.0, 9677.0, 9625.0, 9648.0, 9631.0, 9618.0, 9656.0, 9621.0, 9678.0, 9634.0, 9621.0, 9628.0, 9618.0, 9644.0, 9636.0, 9645.0, 9657.0, 9625.0, 9650.0, 9648.0, 9653.0, 9642.0, 9648.0, 9711.0, 9660.0, 9651.0, 9675.0, 9648.0, 9657.0, 9665.0, 9673.0, 9672.0, 9667.0, 9658.0, 9691.0, 9689.0, 9698.0, 9670.0, 9701.0, 9634.0, 9684.0, 9650.0, 9690.0, 9646.0, 9653.0, 9639.0, 9634.0, 9615.0, 9616.0, 9657.0, 9624.0, 9640.0, 9636.0, 9618.0, 9652.0, 9637.0, 9663.0, 9676.0, 9649.0, 9680.0, 9644.0, 9651.0, 9671.0, 9666.0, 9675.0, 9639.0, 9640.0, 9620.0, 9649.0, 9617.0, 9632.0, 9616.0, 9637.0, 9600.0, 9651.0, 9617.0, 9629.0, 9618.0, 9619.0, 9632.0, 9619.0, 9681.0, 9609.0, 9637.0, 9636.0, 9617.0, 9648.0, 9644.0, 9685.0, 9626.0, 9604.0, 9638.0, 9655.0, 9671.0, 9623.0, 9662.0, 9608.0, 9637.0, 9644.0, 9620.0, 9696.0, 9645.0, 9626.0, 9650.0, 9659.0, 9702.0, 9632.0, 9658.0, 9655.0, 9625.0, 9661.0, 9649.0, 9693.0, 9628.0, 9649.0, 9589.0, 9604.0, 9654.0, 9635.0, 9660.0, 9620.0, 9631.0, 9631.0, 9634.0, 9652.0, 9627.0, 9678.0, 9609.0, 9654.0, 9625.0, 9644.0, 9667.0, 9639.0, 9675.0, 9637.0, 9631.0, 9641.0, 9657.0, 9647.0, 9645.0, 9663.0, 9624.0, 9638.0, 9652.0, 9662.0, 9688.0, 9646.0, 9626.0, 9642.0, 9628.0, 9681.0, 9625.0, 9678.0, 9616.0, 9645.0, 9603.0, 9632.0, 9653.0, 9640.0, 9665.0, 9623.0, 9644.0, 9619.0, 9634.0, 9649.0, 9634.0, 9665.0, 9623.0, 9640.0, 9655.0, 9662.0, 9672.0, 9669.0, 9705.0, 9632.0, 9646.0, 9658.0, 9659.0, 9659.0, 9617.0, 9651.0, 9622.0, 9663.0, 9639.0, 9667.0, 9609.0, 9634.0, 9604.0, 9613.0, 9648.0, 9640.0, 9656.0, 9649.0, 9654.0, 9657.0, 9646.0, 9702.0, 9646.0, 9662.0, 9643.0, 9633.0, 9706.0, 9638.0, 9626.0, 9655.0, 9638.0, 9661.0, 9628.0, 9673.0, 9642.0, 9621.0, 9635.0, 9606.0, 9653.0, 9642.0, 9660.0, 9609.0, 9614.0, 9634.0, 9620.0, 9658.0, 9625.0, 9666.0, 9603.0, 9631.0, 9647.0, 9639.0, 9700.0, 9674.0, 9659.0, 9671.0, 9663.0, 9671.0, 9665.0, 9678.0, 9672.0, 9663.0, 9686.0, 9631.0, 9648.0, 9617.0, 9664.0, 9643.0, 9664.0, 9656.0, 9637.0, 9605.0, 9627.0, 9645.0, 9617.0, 9651.0, 9621.0, 9643.0, 9619.0, 9611.0, 9626.0, 9618.0, 9622.0, 9639.0, 9653.0, 9644.0, 9628.0, 9649.0, 9639.0, 9680.0, 9613.0, 9680.0, 9623.0, 9616.0, 9633.0, 9618.0, 9661.0, 9609.0, 9663.0, 9607.0, 9615.0, 9628.0, 9633.0, 9674.0, 9624.0, 9635.0, 9629.0, 9635.0, 9645.0, 9639.0, 9658.0, 9615.0, 9649.0, 9638.0, 9642.0, 9674.0, 9645.0, 9683.0, 9639.0, 9640.0, 9616.0, 9634.0, 9661.0, 9628.0, 9675.0, 9608.0, 9629.0, 9605.0, 9623.0, 9659.0, 9628.0, 9664.0, 9608.0, 9603.0, 9623.0, 9655.0, 9661.0, 9607.0, 9670.0, 9624.0, 9620.0, 9640.0, 9634.0, 9657.0, 9642.0, 9650.0, 9631.0, 9626.0, 9626.0, 9641.0, 9667.0, 9642.0, 9674.0, 9625.0, 9685.0, 9620.0, 9626.0, 9602.0, 9631.0, 9658.0, 9605.0, 9643.0, 9604.0, 9639.0, 9609.0, 9615.0, 9616.0, 9630.0, 9631.0, 9609.0, 9634.0, 9619.0, 9668.0, 9641.0, 9636.0, 9652.0, 9621.0, 9653.0, 9626.0, 9680.0, 9645.0, 9644.0, 9652.0, 9642.0, 9651.0, 9617.0, 9668.0, 9633.0, 9652.0, 9639.0, 9621.0, 9633.0, 9623.0, 9650.0, 9614.0, 9665.0, 9637.0, 9629.0, 9632.0, 9641.0, 9668.0, 9645.0, 9659.0, 9659.0, 9639.0, 9651.0, 9601.0, 9651.0, 9610.0, 9694.0, 9637.0, 9627.0, 9646.0, 9639.0, 9642.0, 9624.0, 9653.0, 9647.0, 9636.0, 9665.0, 9622.0, 9650.0, 9626.0, 9651.0, 9623.0, 9656.0, 9653.0, 9620.0, 9653.0, 9666.0, 9697.0, 9638.0, 9663.0, 9676.0, 9674.0, 9674.0, 9682.0, 9710.0, 9700.0, 9723.0, 9725.0, 9711.0, 9730.0, 9687.0, 9661.0, 9634.0, 9625.0, 9692.0, 9610.0, 9700.0, 9661.0, 9637.0, 9621.0, 9611.0, 9626.0, 9601.0, 9615.0, 9647.0, 9605.0, 9641.0, 9680.0, 9638.0, 9635.0, 9633.0, 9619.0, 9632.0, 9646.0, 9624.0, 9661.0, 9649.0, 9632.0, 9679.0, 9654.0, 9635.0, 9669.0, 9632.0, 9614.0, 9623.0, 9616.0, 9626.0, 9609.0, 9617.0, 9638.0, 9614.0, 9695.0, 9632.0, 9611.0, 9638.0, 9582.0, 9583.0, 9615.0, 9599.0, 9633.0, 9616.0, 9607.0, 9626.0, 9593.0, 9616.0, 9616.0, 9615.0, 9665.0, 9622.0, 9623.0, 9670.0, 9606.0, 9630.0, 9597.0, 9616.0, 9604.0, 9651.0, 9657.0, 9652.0, 9623.0, 9654.0, 9654.0, 9634.0, 9648.0, 9646.0, 9638.0, 9646.0, 9629.0, 9664.0, 9640.0, 9640.0, 9638.0, 9627.0, 9648.0, 9636.0, 9636.0, 9637.0, 9648.0, 9656.0, 9638.0, 9632.0, 9655.0, 9654.0, 9694.0, 9651.0, 9661.0, 9638.0, 9657.0, 9672.0, 9664.0, 9689.0, 9659.0, 9640.0, 9656.0, 9659.0, 9658.0, 9667.0, 9634.0, 9662.0, 9661.0, 9675.0, 9652.0, 9678.0, 9680.0, 9680.0, 9685.0, 9659.0, 9704.0, 9666.0, 9693.0, 9654.0, 9660.0, 9657.0, 9647.0, 9640.0, 9665.0, 9660.0, 9631.0, 9653.0, 9652.0, 9657.0, 9658.0, 9678.0, 9682.0, 9685.0, 9650.0, 9695.0, 9672.0, 9704.0, 9671.0, 9667.0, 9693.0, 9667.0, 9686.0, 9638.0, 9647.0, 9657.0, 9650.0, 9678.0, 9639.0, 9647.0, 9647.0, 9613.0, 9655.0, 9633.0, 9674.0, 9645.0, 9682.0, 9618.0, 9634.0, 9660.0, 9646.0, 9662.0, 9625.0, 9643.0, 9637.0, 9648.0, 9677.0, 9658.0, 9671.0, 9674.0, 9655.0, 9662.0, 9654.0, 9695.0, 9655.0, 9674.0, 9633.0, 9645.0, 9621.0, 9663.0, 9630.0, 9680.0, 9612.0, 9635.0, 9651.0, 9662.0, 9690.0, 9658.0, 9654.0, 9662.0, 9650.0, 9672.0, 9654.0, 9689.0, 9653.0, 9679.0, 9627.0, 9663.0, 9642.0, 9649.0, 9650.0, 9622.0, 9669.0, 9627.0, 9669.0, 9624.0, 9654.0, 9664.0, 9642.0, 9661.0, 9627.0, 9686.0, 9637.0, 9657.0, 9679.0, 9643.0, 9680.0, 9648.0, 9666.0, 9633.0, 9648.0, 9652.0, 9640.0, 9682.0, 9610.0, 9633.0, 9637.0, 9640.0, 9654.0, 9627.0, 9685.0, 9631.0, 9680.0, 9617.0, 9639.0, 9632.0, 9644.0, 9672.0, 9643.0, 9672.0, 9615.0, 9610.0, 9638.0, 9624.0, 9646.0, 9624.0, 9670.0, 9632.0, 9678.0, 9612.0, 9625.0, 9637.0, 9639.0, 9683.0, 9633.0, 9671.0, 9658.0, 9620.0, 9644.0, 9614.0, 9665.0, 9629.0, 9701.0, 9630.0, 9632.0, 9620.0, 9605.0, 9632.0, 9611.0, 9649.0, 9630.0, 9669.0, 9597.0, 9609.0, 9611.0, 9644.0, 9645.0, 9631.0, 9697.0, 9634.0, 9701.0, 9632.0, 9611.0, 9618.0, 9603.0, 9646.0, 9635.0, 9678.0, 9601.0, 9637.0, 9638.0, 9626.0, 9654.0, 9650.0, 9701.0, 9649.0, 9648.0, 9631.0, 9619.0, 9640.0, 9628.0, 9664.0, 9647.0, 9685.0, 9617.0, 9627.0, 9601.0, 9625.0, 9647.0, 9634.0, 9670.0, 9631.0, 9641.0, 9630.0, 9629.0, 9645.0, 9653.0, 9688.0, 9654.0, 9653.0, 9646.0, 9631.0, 9668.0, 9637.0, 9668.0, 9633.0, 9650.0, 9659.0, 9611.0, 9635.0, 9604.0, 9621.0, 9611.0, 9669.0, 9628.0, 9643.0, 9634.0, 9644.0, 9644.0, 9637.0, 9664.0, 9648.0, 9651.0, 9678.0, 9642.0, 9672.0, 9653.0, 9696.0, 9671.0, 9661.0, 9665.0, 9622.0, 9652.0, 9633.0, 9677.0, 9654.0, 9687.0, 9622.0, 9644.0, 9636.0, 9634.0, 9654.0, 9659.0, 9644.0, 9671.0, 9652.0, 9672.0, 9654.0, 9715.0, 9695.0, 9683.0, 9650.0, 9651.0, 9677.0, 9633.0, 9673.0, 9650.0, 9689.0, 9635.0, 9631.0, 9642.0, 9634.0, 9642.0, 9649.0, 9673.0, 9667.0, 9654.0, 9666.0, 9654.0, 9682.0, 9673.0, 9653.0, 9692.0, 9689.0, 9681.0, 9670.0, 9648.0, 9680.0, 9650.0, 9689.0, 9626.0, 9642.0, 9674.0, 9613.0, 9665.0, 9610.0, 9614.0, 9623.0, 9639.0, 9655.0, 9647.0, 9647.0, 9670.0, 9656.0, 9661.0, 9663.0, 9652.0, 9670.0, 9667.0, 9657.0, 9670.0, 9673.0, 9644.0, 9651.0, 9674.0, 9653.0, 9635.0, 9650.0, 9643.0, 9673.0, 9686.0, 9615.0, 9611.0, 9621.0, 9653.0, 9658.0, 9648.0, 9639.0, 9668.0, 9651.0, 9645.0, 9666.0, 9648.0, 9650.0, 9683.0, 9640.0, 9714.0, 9643.0, 9647.0, 9615.0, 9643.0, 9658.0, 9680.0, 9640.0, 9649.0, 9652.0, 9650.0, 9654.0, 9667.0, 9645.0, 9702.0, 9636.0, 9639.0, 9664.0, 9630.0, 9673.0, 9622.0, 9682.0, 9610.0, 9639.0, 9645.0, 9616.0, 9629.0, 9641.0, 9630.0, 9665.0, 9666.0, 9640.0, 9694.0, 9670.0, 9699.0, 9654.0, 9657.0, 9680.0, 9668.0, 9656.0, 9677.0, 9645.0, 9685.0, 9644.0, 9617.0, 9677.0, 9625.0, 9674.0, 9638.0, 9609.0, 9603.0, 9605.0, 9654.0, 9592.0, 9603.0, 9632.0, 9613.0, 9666.0, 9585.0, 9615.0, 9607.0, 9613.0, 9630.0, 9646.0, 9636.0, 9677.0, 9637.0, 9650.0, 9668.0, 9610.0, 9630.0, 9644.0, 9618.0, 9669.0, 9633.0, 9637.0, 9650.0, 9626.0, 9622.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.0001568265086206897</td></tr>
<tr><td colspan=3>aqi</td><td>0.018521577316810343</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.224688940727766</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.190993887250675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808358712938005</td></tr>
<tr><td colspan=3>efc</td><td>0.471</td></tr>
<tr><td colspan=3>fber</td><td>5659.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08038340392305096</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2392241379310345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.248812861832567</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1925904931791145</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.392033124787668</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1618149675309195</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011390605010092258</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02590394765138626</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.206469700908843</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7261</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0761</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.0858</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303023.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>924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.9326</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7712</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.1086</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3633.1825</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.5192</td></tr>
<tr><td colspan=3>tsnr</td><td>41.95448491675779</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>