<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>3405a4ee231786ef3b2a8304f0568ea2</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:08:28.940000</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.998784, -0.017416, 0.0461146, 0.0200496, 0.998157, -0.0572776]</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.104176</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7707, -7283, 607, -27, -82, 73, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09017f1d-a1f3-4e08-b4ed-dd64ddfa0ef8||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.6796653270721436, 0.053791653364896774, 0.1215866357088089, 105.82252502441406], [0.04672587662935257, 2.6779820919036865, -0.15695779025554657, -87.51546478271484], [0.12372216582298279, 0.1536715179681778, 2.692690372467041, -79.65320587158203], [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': ['100828.940000', '100829.400000', '100829.860000', '100830.320000', '100830.780000', '100831.240000', '100831.700000', '100832.160000', '100832.620000', '100833.080000', '100833.540000', '100834.000000', '100834.460000', '100834.920000', '100835.380000', '100835.840000', '100836.300000', '100836.760000', '100837.220000', '100837.680000', '100838.140000', '100838.600000', '100839.060000', '100839.520000', '100839.980000', '100840.440000', '100840.900000', '100841.360000', '100841.820000', '100842.280000', '100842.740000', '100843.200000', '100843.660000', '100844.120000', '100844.580000', '100845.040000', '100845.500000', '100845.960000', '100846.420000', '100846.880000', '100847.340000', '100847.800000', '100848.260000', '100848.720000', '100849.180000', '100849.640000', '100850.100000', '100850.560000', '100851.020000', '100851.480000', '100851.940000', '100852.400000', '100852.860000', '100853.320000', '100853.780000', '100854.240000', '100854.700000', '100855.160000', '100855.620000', '100856.080000', '100856.540000', '100857.000000', '100857.460000', '100857.920000', '100858.380000', '100858.840000', '100859.300000', '100859.760000', '100900.220000', '100900.680000', '100901.140000', '100901.600000', '100902.060000', '100902.520000', '100902.980000', '100903.440000', '100903.900000', '100904.360000', '100904.820000', '100905.280000', '100905.740000', '100906.200000', '100906.660000', '100907.120000', '100907.580000', '100908.040000', '100908.500000', '100908.960000', '100909.420000', '100909.880000', '100910.340000', '100910.800000', '100911.260000', '100911.720000', '100912.180000', '100912.640000', '100913.100000', '100913.560000', '100914.020000', '100914.480000', '100914.940000', '100915.400000', '100915.860000', '100916.320000', '100916.780000', '100917.240000', '100917.700000', '100918.160000', '100918.620000', '100919.080000', '100919.540000', '100920.000000', '100920.460000', '100920.920000', '100921.380000', '100921.840000', '100922.300000', '100922.760000', '100923.220000', '100923.680000', '100924.140000', '100924.600000', '100925.060000', '100925.520000', '100925.980000', '100926.440000', '100926.900000', '100927.360000', '100927.820000', '100928.280000', '100928.740000', '100929.200000', '100929.660000', '100930.120000', '100930.580000', '100931.040000', '100931.500000', '100931.960000', '100932.420000', '100932.880000', '100933.340000', '100933.800000', '100934.260000', '100934.720000', '100935.180000', '100935.640000', '100936.100000', '100936.560000', '100937.020000', '100937.480000', '100937.940000', '100938.400000', '100938.860000', '100939.320000', '100939.780000', '100940.240000', '100940.700000', '100941.160000', '100941.620000', '100942.080000', '100942.540000', '100943.000000', '100943.460000', '100943.920000', '100944.380000', '100944.840000', '100945.300000', '100945.760000', '100946.220000', '100946.680000', '100947.140000', '100947.600000', '100948.060000', '100948.520000', '100948.980000', '100949.440000', '100949.900000', '100950.360000', '100950.820000', '100951.280000', '100951.740000', '100952.200000', '100952.660000', '100953.120000', '100953.580000', '100954.040000', '100954.500000', '100954.960000', '100955.420000', '100955.880000', '100956.340000', '100956.800000', '100957.260000', '100957.720000', '100958.180000', '100958.640000', '100959.100000', '100959.560000', '101000.020000', '101000.480000', '101000.940000', '101001.400000', '101001.860000', '101002.320000', '101002.780000', '101003.240000', '101003.700000', '101004.160000', '101004.620000', '101005.080000', '101005.540000', '101006.000000', '101006.460000', '101006.920000', '101007.380000', '101007.840000', '101008.300000', '101008.760000', '101009.220000', '101009.680000', '101010.140000', '101010.600000', '101011.060000', '101011.520000', '101011.980000', '101012.440000', '101012.900000', '101013.360000', '101013.820000', '101014.280000', '101014.740000', '101015.200000', '101015.660000', '101016.120000', '101016.580000', '101017.040000', '101017.500000', '101017.960000', '101018.420000', '101018.880000', '101019.340000', '101019.800000', '101020.260000', '101020.720000', '101021.180000', '101021.640000', '101022.100000', '101022.560000', '101023.020000', '101023.480000', '101023.940000', '101024.400000', '101024.860000', '101025.320000', '101025.780000', '101026.240000', '101026.700000', '101027.160000', '101027.620000', '101028.080000', '101028.540000', '101029.000000', '101029.460000', '101029.920000', '101030.380000', '101030.840000', '101031.300000', '101031.760000', '101032.220000', '101032.680000', '101033.140000', '101033.600000', '101034.060000', '101034.520000', '101034.980000', '101035.440000', '101035.900000', '101036.360000', '101036.820000', '101037.280000', '101037.740000', '101038.200000', '101038.660000', '101039.120000', '101039.580000', '101040.040000', '101040.500000', '101040.960000', '101041.420000', '101041.880000', '101042.340000', '101042.800000', '101043.260000', '101043.720000', '101044.180000', '101044.640000', '101045.100000', '101045.560000', '101046.020000', '101046.480000', '101046.940000', '101047.400000', '101047.860000', '101048.320000', '101048.780000', '101049.240000', '101049.700000', '101050.160000', '101050.620000', '101051.080000', '101051.540000', '101052.000000', '101052.460000', '101052.920000', '101053.380000', '101053.840000', '101054.300000', '101054.760000', '101055.220000', '101055.680000', '101056.140000', '101056.600000', '101057.060000', '101057.520000', '101057.980000', '101058.440000', '101058.900000', '101059.360000', '101059.820000', '101100.280000', '101100.740000', '101101.200000', '101101.660000', '101102.120000', '101102.580000', '101103.040000', '101103.500000', '101103.960000', '101104.420000', '101104.880000', '101105.340000', '101105.800000', '101106.260000', '101106.720000', '101107.180000', '101107.640000', '101108.100000', '101108.560000', '101109.020000', '101109.480000', '101109.940000', '101110.400000', '101110.860000', '101111.320000', '101111.780000', '101112.240000', '101112.700000', '101113.160000', '101113.620000', '101114.080000', '101114.540000', '101115.000000', '101115.460000', '101115.920000', '101116.380000', '101116.840000', '101117.300000', '101117.760000', '101118.220000', '101118.680000', '101119.140000', '101119.600000', '101120.060000', '101120.520000', '101120.980000', '101121.440000', '101121.900000', '101122.360000', '101122.820000', '101123.280000', '101123.740000', '101124.200000', '101124.660000', '101125.120000', '101125.580000', '101126.040000', '101126.500000', '101126.960000', '101127.420000', '101127.880000', '101128.340000', '101128.800000', '101129.260000', '101129.720000', '101130.180000', '101130.640000', '101131.100000', '101131.560000', '101132.020000', '101132.480000', '101132.940000', '101133.400000', '101133.860000', '101134.320000', '101134.780000', '101135.240000', '101135.700000', '101136.160000', '101136.620000', '101137.080000', '101137.540000', '101138.000000', '101138.460000', '101138.920000', '101139.380000', '101139.840000', '101140.300000', '101140.760000', '101141.220000', '101141.680000', '101142.140000', '101142.600000', '101143.060000', '101143.520000', '101143.980000', '101144.440000', '101144.900000', '101145.360000', '101145.820000', '101146.280000', '101146.740000', '101147.200000', '101147.660000', '101148.120000', '101148.580000', '101149.040000', '101149.500000', '101149.960000', '101150.420000', '101150.880000', '101151.340000', '101151.800000', '101152.260000', '101152.720000', '101153.180000', '101153.640000', '101154.100000', '101154.560000', '101155.020000', '101155.480000', '101155.940000', '101156.400000', '101156.860000', '101157.320000', '101157.780000', '101158.240000', '101158.700000', '101159.160000', '101159.620000', '101200.080000', '101200.540000', '101201.000000', '101201.460000', '101201.920000', '101202.380000', '101202.840000', '101203.300000', '101203.760000', '101204.220000', '101204.680000', '101205.140000', '101205.600000', '101206.060000', '101206.520000', '101206.980000', '101207.440000', '101207.900000', '101208.360000', '101208.820000', '101209.280000', '101209.740000', '101210.200000', '101210.660000', '101211.120000', '101211.580000', '101212.040000', '101212.500000', '101212.960000', '101213.420000', '101213.880000', '101214.340000', '101214.800000', '101215.260000', '101215.720000', '101216.180000', '101216.640000', '101217.100000', '101217.560000', '101218.020000', '101218.480000', '101218.940000', '101219.400000', '101219.860000', '101220.320000', '101220.780000', '101221.240000', '101221.700000', '101222.160000', '101222.620000', '101223.080000', '101223.540000', '101224.000000', '101224.460000', '101224.920000', '101225.380000', '101225.840000', '101226.300000', '101226.760000', '101227.220000', '101227.680000', '101228.140000', '101228.600000', '101229.060000', '101229.520000', '101229.980000', '101230.440000', '101230.900000', '101231.360000', '101231.820000', '101232.280000', '101232.740000', '101233.200000', '101233.660000', '101234.120000', '101234.580000', '101235.040000', '101235.500000', '101235.960000', '101236.420000', '101236.880000', '101237.340000', '101237.800000', '101238.260000', '101238.720000', '101239.180000', '101239.640000', '101240.100000', '101240.560000', '101241.020000', '101241.480000', '101241.940000', '101242.400000', '101242.860000', '101243.320000', '101243.780000', '101244.240000', '101244.700000', '101245.160000', '101245.620000', '101246.080000', '101246.540000', '101247.000000', '101247.460000', '101247.920000', '101248.380000', '101248.840000', '101249.300000', '101249.760000', '101250.220000', '101250.680000', '101251.140000', '101251.600000', '101252.060000', '101252.520000', '101252.980000', '101253.440000', '101253.900000', '101254.360000', '101254.820000', '101255.280000', '101255.740000', '101256.200000', '101256.660000', '101257.120000', '101257.580000', '101258.040000', '101258.500000', '101258.960000', '101259.420000', '101259.880000', '101300.340000', '101300.800000', '101301.260000', '101301.720000', '101302.180000', '101302.640000', '101303.100000', '101303.560000', '101304.020000', '101304.480000', '101304.940000', '101305.400000', '101305.860000', '101306.320000', '101306.780000', '101307.240000', '101307.700000', '101308.160000', '101308.620000', '101309.080000', '101309.540000', '101310.000000', '101310.460000', '101310.920000', '101311.380000', '101311.840000', '101312.300000', '101312.760000', '101313.220000', '101313.680000', '101314.140000', '101314.600000', '101315.060000', '101315.520000', '101315.980000', '101316.440000', '101316.900000', '101317.360000', '101317.820000', '101318.280000', '101318.740000', '101319.200000', '101319.660000', '101320.120000', '101320.580000', '101321.040000', '101321.500000', '101321.960000', '101322.420000', '101322.880000', '101323.340000', '101323.800000', '101324.260000', '101324.720000', '101325.180000', '101325.640000', '101326.100000', '101326.560000', '101327.020000', '101327.480000', '101327.940000', '101328.400000', '101328.860000', '101329.320000', '101329.780000', '101330.240000', '101330.700000', '101331.160000', '101331.620000', '101332.080000', '101332.540000', '101333.000000', '101333.460000', '101333.920000', '101334.380000', '101334.840000', '101335.300000', '101335.760000', '101336.220000', '101336.680000', '101337.140000', '101337.600000', '101338.060000', '101338.520000', '101338.980000', '101339.440000', '101339.900000', '101340.360000', '101340.820000', '101341.280000', '101341.740000', '101342.200000', '101342.660000', '101343.120000', '101343.580000', '101344.040000', '101344.500000', '101344.960000', '101345.420000', '101345.880000', '101346.340000', '101346.800000', '101347.260000', '101347.720000', '101348.180000', '101348.640000', '101349.100000', '101349.560000', '101350.020000', '101350.480000', '101350.940000', '101351.400000', '101351.860000', '101352.320000', '101352.780000', '101353.240000', '101353.700000', '101354.160000', '101354.620000', '101355.080000', '101355.540000', '101356.000000', '101356.460000', '101356.920000', '101357.380000', '101357.840000', '101358.300000', '101358.760000', '101359.220000', '101359.680000', '101400.140000', '101400.600000', '101401.060000', '101401.520000', '101401.980000', '101402.440000', '101402.900000', '101403.360000', '101403.820000', '101404.280000', '101404.740000', '101405.200000', '101405.660000', '101406.120000', '101406.580000', '101407.040000', '101407.500000', '101407.960000', '101408.420000', '101408.880000', '101409.340000', '101409.800000', '101410.260000', '101410.720000', '101411.180000', '101411.640000', '101412.100000', '101412.560000', '101413.020000', '101413.480000', '101413.940000', '101414.400000', '101414.860000', '101415.320000', '101415.780000', '101416.240000', '101416.700000', '101417.160000', '101417.620000', '101418.080000', '101418.540000', '101419.000000', '101419.460000', '101419.920000', '101420.380000', '101420.840000', '101421.300000', '101421.760000', '101422.220000', '101422.680000', '101423.140000', '101423.600000', '101424.060000', '101424.520000', '101424.980000', '101425.440000', '101425.900000', '101426.360000', '101426.820000', '101427.280000', '101427.740000', '101428.200000', '101428.660000', '101429.120000', '101429.580000', '101430.040000', '101430.500000', '101430.960000', '101431.420000', '101431.880000', '101432.340000', '101432.800000', '101433.260000', '101433.720000', '101434.180000', '101434.640000', '101435.100000', '101435.560000', '101436.020000', '101436.480000', '101436.940000', '101437.400000', '101437.860000', '101438.320000', '101438.780000', '101439.240000', '101439.700000', '101440.160000', '101440.620000', '101441.080000', '101441.540000', '101442.000000', '101442.460000', '101442.920000', '101443.380000', '101443.840000', '101444.300000', '101444.760000', '101445.220000', '101445.680000', '101446.140000', '101446.600000', '101447.060000', '101447.520000', '101447.980000', '101448.440000', '101448.900000', '101449.360000', '101449.820000', '101450.280000', '101450.740000', '101451.200000', '101451.660000', '101452.120000', '101452.580000', '101453.040000', '101453.500000', '101453.960000', '101454.420000', '101454.880000', '101455.340000', '101455.800000', '101456.260000', '101456.720000', '101457.180000', '101457.640000', '101458.100000', '101458.560000', '101459.020000', '101459.480000', '101459.940000', '101500.400000', '101500.860000', '101501.320000', '101501.780000', '101502.240000', '101502.700000', '101503.160000', '101503.620000', '101504.080000', '101504.540000', '101505.000000', '101505.460000', '101505.920000', '101506.380000', '101506.840000', '101507.300000', '101507.760000', '101508.220000', '101508.680000', '101509.140000', '101509.600000', '101510.060000', '101510.520000', '101510.980000', '101511.440000', '101511.900000', '101512.360000', '101512.820000', '101513.280000', '101513.740000', '101514.200000', '101514.660000', '101515.120000', '101515.580000', '101516.040000', '101516.500000', '101516.960000', '101517.420000', '101517.880000', '101518.340000', '101518.800000', '101519.260000', '101519.720000', '101520.180000', '101520.640000', '101521.100000', '101521.560000', '101522.020000', '101522.480000', '101522.940000', '101523.400000', '101523.860000', '101524.320000', '101524.780000', '101525.240000', '101525.700000', '101526.160000', '101526.620000', '101527.080000', '101527.540000', '101528.000000', '101528.460000', '101528.920000', '101529.380000', '101529.840000', '101530.300000', '101530.760000', '101531.220000', '101531.680000', '101532.140000', '101532.600000', '101533.060000', '101533.520000', '101533.980000', '101534.440000', '101534.900000', '101535.360000', '101535.820000', '101536.280000', '101536.740000', '101537.200000', '101537.660000', '101538.120000', '101538.580000', '101539.040000', '101539.500000', '101539.960000', '101540.420000', '101540.880000', '101541.340000', '101541.800000', '101542.260000', '101542.720000', '101543.180000', '101543.640000', '101544.100000', '101544.560000', '101545.020000', '101545.480000', '101545.940000', '101546.400000', '101546.860000', '101547.320000', '101547.780000', '101548.240000', '101548.700000', '101549.160000', '101549.620000', '101550.080000', '101550.540000', '101551.000000', '101551.460000', '101551.920000', '101552.380000', '101552.840000', '101553.300000', '101553.760000', '101554.220000', '101554.680000', '101555.140000', '101555.600000', '101556.060000', '101556.520000', '101556.980000', '101557.440000', '101557.900000', '101558.360000', '101558.820000', '101559.280000', '101559.740000', '101600.200000', '101600.660000', '101601.120000', '101601.580000', '101602.040000', '101602.500000', '101602.960000', '101603.420000', '101603.880000', '101604.340000', '101604.800000', '101605.260000', '101605.720000', '101606.180000', '101606.640000', '101607.100000', '101607.560000', '101608.020000', '101608.480000', '101608.940000', '101609.400000', '101609.860000', '101610.320000', '101610.780000', '101611.240000', '101611.700000', '101612.160000', '101612.620000', '101613.080000', '101613.540000', '101614.000000', '101614.460000', '101614.920000', '101615.380000', '101615.840000', '101616.300000', '101616.760000', '101617.220000', '101617.680000', '101618.140000', '101618.600000', '101619.060000', '101619.520000', '101619.980000', '101620.440000', '101620.900000', '101621.360000', '101621.820000', '101622.280000', '101622.740000', '101623.200000', '101623.660000', '101624.120000', '101624.580000', '101625.040000', '101625.500000', '101625.960000', '101626.420000', '101626.880000', '101627.340000', '101627.800000', '101628.260000', '101628.720000', '101629.180000', '101629.640000', '101630.100000', '101630.560000', '101631.020000', '101631.480000', '101631.940000', '101632.400000', '101632.860000', '101633.320000', '101633.780000', '101634.240000', '101634.700000', '101635.160000', '101635.620000', '101636.080000', '101636.540000', '101637.000000', '101637.460000', '101637.920000', '101638.380000', '101638.840000', '101639.300000', '101639.760000', '101640.220000', '101640.680000', '101641.140000', '101641.600000', '101642.060000', '101642.520000', '101642.980000', '101643.440000', '101643.900000', '101644.360000', '101644.820000', '101645.280000', '101645.740000', '101646.200000', '101646.660000', '101647.120000', '101647.580000', '101648.040000', '101648.500000', '101648.960000', '101649.420000', '101649.880000', '101650.340000', '101650.800000', '101651.260000', '101651.720000', '101652.180000', '101652.640000', '101653.100000', '101653.560000', '101654.020000', '101654.480000', '101654.940000', '101655.400000', '101655.860000', '101656.320000', '101656.780000', '101657.240000', '101657.700000', '101658.160000', '101658.620000', '101659.080000', '101659.540000', '101700.000000', '101700.460000', '101700.920000', '101701.380000', '101701.840000', '101702.300000', '101702.760000', '101703.220000', '101703.680000', '101704.140000', '101704.600000', '101705.060000', '101705.520000', '101705.980000', '101706.440000', '101706.900000', '101707.360000', '101707.820000', '101708.280000', '101708.740000', '101709.200000', '101709.660000', '101710.120000', '101710.580000', '101711.040000', '101711.500000', '101711.960000', '101712.420000', '101712.880000', '101713.340000', '101713.800000', '101714.260000', '101714.720000', '101715.180000', '101715.640000', '101716.100000', '101716.560000', '101717.020000', '101717.480000', '101717.940000', '101718.400000', '101718.860000', '101719.320000', '101719.780000', '101720.240000', '101720.700000', '101721.160000', '101721.620000', '101722.080000', '101722.540000', '101723.000000', '101723.460000', '101723.920000', '101724.380000', '101724.840000', '101725.300000', '101725.760000', '101726.220000', '101726.680000', '101727.140000', '101727.600000', '101728.060000', '101728.520000', '101728.980000', '101729.440000', '101729.900000', '101730.360000', '101730.820000', '101731.280000', '101731.740000', '101732.200000', '101732.660000', '101733.120000', '101733.580000', '101734.040000', '101734.500000', '101734.960000', '101735.420000', '101735.880000', '101736.340000', '101736.800000', '101737.260000', '101737.720000', '101738.180000', '101738.640000', '101739.100000', '101739.560000', '101740.020000', '101740.480000', '101740.940000', '101741.400000', '101741.860000', '101742.320000', '101742.780000', '101743.240000', '101743.700000', '101744.160000', '101744.620000', '101745.080000', '101745.540000', '101746.000000', '101746.460000', '101746.920000', '101747.380000', '101747.840000', '101748.300000', '101748.760000', '101749.220000', '101749.680000', '101750.140000', '101750.600000', '101751.060000', '101751.520000', '101751.980000', '101752.440000', '101752.900000', '101753.360000', '101753.820000', '101754.280000', '101754.740000', '101755.200000', '101755.660000', '101756.120000', '101756.580000', '101757.040000', '101757.500000', '101757.960000', '101758.420000', '101758.880000', '101759.340000', '101759.800000', '101800.260000', '101800.720000', '101801.180000', '101801.640000', '101802.100000', '101802.560000', '101803.020000', '101803.480000', '101803.940000', '101804.400000', '101804.860000', '101805.320000', '101805.780000', '101806.240000', '101806.700000', '101807.160000', '101807.620000', '101808.080000', '101808.540000', '101809.000000', '101809.460000', '101809.920000', '101810.380000', '101810.840000', '101811.300000', '101811.760000', '101812.220000', '101812.680000', '101813.140000', '101813.600000', '101814.060000', '101814.520000', '101814.980000', '101815.440000', '101815.900000', '101816.360000', '101816.820000', '101817.280000', '101817.740000', '101818.200000', '101818.660000', '101819.120000', '101819.580000', '101820.040000', '101820.500000', '101820.960000', '101821.420000', '101821.880000', '101822.340000', '101822.800000', '101823.260000', '101823.720000', '101824.180000', '101824.640000', '101825.100000', '101825.560000', '101826.020000', '101826.480000', '101826.940000', '101827.400000', '101827.860000', '101828.320000', '101828.780000', '101829.240000', '101829.700000', '101830.160000', '101830.620000', '101831.080000', '101831.540000', '101832.000000', '101832.460000', '101832.920000', '101833.380000', '101833.840000', '101834.300000', '101834.760000', '101835.220000', '101835.680000', '101836.140000', '101836.600000', '101837.060000', '101837.520000', '101837.980000', '101838.440000', '101838.900000', '101839.360000', '101839.820000', '101840.280000', '101840.740000', '101841.200000', '101841.660000', '101842.120000', '101842.580000', '101843.040000', '101843.500000', '101843.960000', '101844.420000', '101844.880000', '101845.340000', '101845.800000', '101846.260000', '101846.720000', '101847.180000', '101847.640000', '101848.100000', '101848.560000', '101849.020000', '101849.480000', '101849.940000', '101850.400000', '101850.860000', '101851.320000', '101851.780000', '101852.240000', '101852.700000', '101853.160000', '101853.620000', '101854.080000', '101854.540000', '101855.000000', '101855.460000', '101855.920000', '101856.380000', '101856.840000', '101857.300000', '101857.760000', '101858.220000', '101858.680000', '101859.140000', '101859.600000', '101900.060000', '101900.520000', '101900.980000', '101901.440000', '101901.900000', '101902.360000', '101902.820000', '101903.280000', '101903.740000', '101904.200000', '101904.660000', '101905.120000', '101905.580000', '101906.040000', '101906.500000', '101906.960000', '101907.420000', '101907.880000', '101908.340000', '101908.800000', '101909.260000', '101909.720000', '101910.180000', '101910.640000', '101911.100000', '101911.560000', '101912.020000', '101912.480000', '101912.940000', '101913.400000', '101913.860000', '101914.320000', '101914.780000', '101915.240000', '101915.700000', '101916.160000', '101916.620000', '101917.080000', '101917.540000', '101918.000000', '101918.460000', '101918.920000', '101919.380000', '101919.840000', '101920.300000', '101920.760000', '101921.220000', '101921.680000', '101922.140000', '101922.600000', '101923.060000', '101923.520000', '101923.980000', '101924.440000', '101924.900000', '101925.360000', '101925.820000', '101926.280000', '101926.740000', '101927.200000', '101927.660000', '101928.120000', '101928.580000', '101929.040000', '101929.500000', '101929.960000', '101930.420000', '101930.880000', '101931.340000', '101931.800000', '101932.260000', '101932.720000', '101933.180000', '101933.640000', '101934.100000', '101934.560000', '101935.020000', '101935.480000', '101935.940000', '101936.400000', '101936.860000', '101937.320000', '101937.780000', '101938.240000', '101938.700000', '101939.160000', '101939.620000', '101940.080000', '101940.540000', '101941.000000', '101941.460000', '101941.920000', '101942.380000', '101942.840000', '101943.300000', '101943.760000', '101944.220000', '101944.680000', '101945.140000', '101945.600000', '101946.060000', '101946.520000', '101946.980000', '101947.440000', '101947.900000', '101948.360000', '101948.820000', '101949.280000', '101949.740000', '101950.200000', '101950.660000', '101951.120000', '101951.580000', '101952.040000', '101952.500000', '101952.960000', '101953.420000', '101953.880000', '101954.340000', '101954.800000', '101955.260000', '101955.720000', '101956.180000', '101956.640000', '101957.100000', '101957.560000', '101958.020000', '101958.480000', '101958.940000', '101959.400000', '101959.860000', '102000.320000', '102000.780000', '102001.240000', '102001.700000', '102002.160000', '102002.620000', '102003.080000', '102003.540000', '102004.000000', '102004.460000', '102004.920000', '102005.380000', '102005.840000', '102006.300000', '102006.760000', '102007.220000', '102007.680000', '102008.140000', '102008.600000', '102009.060000', '102009.520000', '102009.980000', '102010.440000', '102010.900000', '102011.360000', '102011.820000', '102012.280000', '102012.740000', '102013.200000', '102013.660000', '102014.120000', '102014.580000', '102015.040000', '102015.500000', '102015.960000', '102016.420000', '102016.880000', '102017.340000', '102017.800000', '102018.260000', '102018.720000', '102019.180000', '102019.640000', '102020.100000', '102020.560000', '102021.020000', '102021.480000', '102021.940000', '102022.400000', '102022.860000', '102023.320000', '102023.780000', '102024.240000', '102024.700000', '102025.160000', '102025.620000', '102026.080000', '102026.540000', '102027.000000', '102027.460000', '102027.920000', '102028.380000', '102028.840000', '102029.300000', '102029.760000', '102030.220000', '102030.680000', '102031.140000', '102031.600000', '102032.060000', '102032.520000', '102032.980000', '102033.440000', '102033.900000', '102034.360000', '102034.820000', '102035.280000', '102035.740000', '102036.200000', '102036.660000', '102037.120000', '102037.580000', '102038.040000', '102038.500000', '102038.960000', '102039.420000', '102039.880000', '102040.340000', '102040.800000', '102041.260000', '102041.720000', '102042.180000', '102042.640000', '102043.100000', '102043.560000', '102044.020000', '102044.480000', '102044.940000', '102045.400000', '102045.860000', '102046.320000', '102046.780000', '102047.240000', '102047.700000', '102048.160000', '102048.620000', '102049.080000', '102049.540000', '102050.000000', '102050.460000', '102050.920000', '102051.380000', '102051.840000', '102052.300000', '102052.760000', '102053.220000', '102053.680000', '102054.140000', '102054.600000', '102055.060000', '102055.520000', '102055.980000', '102056.440000', '102056.900000', '102057.360000', '102057.820000', '102058.280000', '102058.740000', '102059.200000', '102059.660000', '102100.120000', '102100.580000', '102101.040000', '102101.500000', '102101.960000', '102102.420000', '102102.880000', '102103.340000', '102103.800000', '102104.260000', '102104.720000', '102105.180000', '102105.640000', '102106.100000', '102106.560000', '102107.020000', '102107.480000', '102107.940000', '102108.400000', '102108.860000', '102109.320000', '102109.780000', '102110.240000', '102110.700000', '102111.160000', '102111.620000', '102112.080000', '102112.540000', '102113.000000', '102113.460000', '102113.920000', '102114.380000', '102114.840000', '102115.300000', '102115.760000', '102116.220000', '102116.680000', '102117.140000', '102117.600000', '102118.060000', '102118.520000', '102118.980000', '102119.440000', '102119.900000', '102120.360000', '102120.820000', '102121.280000', '102121.740000', '102122.200000', '102122.660000', '102123.120000', '102123.580000', '102124.040000', '102124.500000', '102124.960000', '102125.420000', '102125.880000', '102126.340000', '102126.800000', '102127.260000', '102127.720000', '102128.180000', '102128.640000', '102129.100000', '102129.560000', '102130.020000', '102130.480000', '102130.940000', '102131.400000', '102131.860000', '102132.320000', '102132.780000', '102133.240000', '102133.700000', '102134.160000', '102134.620000', '102135.080000', '102135.540000', '102136.000000', '102136.460000', '102136.920000', '102137.380000', '102137.840000', '102138.300000', '102138.760000', '102139.220000', '102139.680000', '102140.140000', '102140.600000', '102141.060000', '102141.520000', '102141.980000', '102142.440000', '102142.900000', '102143.360000', '102143.820000', '102144.280000', '102144.740000', '102145.200000', '102145.660000', '102146.120000', '102146.580000', '102147.040000', '102147.500000', '102147.960000', '102148.420000', '102148.880000', '102149.340000', '102149.800000', '102150.260000', '102150.720000', '102151.180000', '102151.640000', '102152.100000', '102152.560000', '102153.020000', '102153.480000', '102153.940000', '102154.400000', '102154.860000', '102155.320000', '102155.780000', '102156.240000', '102156.700000', '102157.160000', '102157.620000', '102158.080000', '102158.540000', '102159.000000', '102159.460000', '102159.920000', '102200.380000', '102200.840000', '102201.300000', '102201.760000', '102202.220000', '102202.680000', '102203.140000', '102203.600000', '102204.060000', '102204.520000', '102204.980000', '102205.440000', '102205.900000', '102206.360000', '102206.820000', '102207.280000', '102207.740000', '102208.200000', '102208.660000', '102209.120000', '102209.580000', '102210.040000', '102210.500000', '102210.960000', '102211.420000', '102211.880000', '102212.340000', '102212.800000', '102213.260000', '102213.720000', '102214.180000', '102214.640000', '102215.100000', '102215.560000', '102216.020000', '102216.480000', '102216.940000', '102217.400000', '102217.860000', '102218.320000', '102218.780000', '102219.240000', '102219.700000', '102220.160000', '102220.620000', '102221.080000', '102221.540000', '102222.000000', '102222.460000', '102222.920000', '102223.380000', '102223.840000', '102224.300000', '102224.760000', '102225.220000', '102225.680000', '102226.140000', '102226.600000', '102227.060000', '102227.520000', '102227.980000', '102228.440000', '102228.900000', '102229.360000', '102229.820000', '102230.280000', '102230.740000', '102231.200000', '102231.660000', '102232.120000', '102232.580000', '102233.040000', '102233.500000', '102233.960000', '102234.420000', '102234.880000', '102235.340000', '102235.800000', '102236.260000', '102236.720000', '102237.180000', '102237.640000', '102238.100000', '102238.560000', '102239.020000', '102239.480000', '102239.940000', '102240.400000', '102240.860000', '102241.320000', '102241.780000', '102242.240000', '102242.700000', '102243.160000', '102243.620000'], 'ContentTime': ['100847.493000', '100847.501000', '100847.508000', '100847.511000', '100847.514000', '100847.517000', '100847.520000', '100847.523000', '100847.527000', '100847.530000', '100847.533000', '100847.536000', '100847.539000', '100847.542000', '100847.545000', '100847.548000', '100847.551000', '100847.554000', '100847.557000', '100847.560000', '100847.564000', '100847.566000', '100847.569000', '100847.577000', '100847.580000', '100847.583000', '100847.586000', '100847.589000', '100847.592000', '100847.595000', '100847.598000', '100847.601000', '100847.604000', '100847.607000', '100847.610000', '100847.613000', '100847.616000', '100847.619000', '100907.459000', '100907.462000', '100907.465000', '100907.468000', '100907.471000', '100907.474000', '100907.477000', '100907.480000', '100907.483000', '100907.486000', '100907.489000', '100907.492000', '100907.495000', '100907.498000', '100907.501000', '100907.504000', '100907.507000', '100907.510000', '100907.513000', '100907.516000', '100907.519000', '100907.522000', '100907.525000', '100907.528000', '100907.531000', '100907.534000', '100907.537000', '100907.540000', '100907.543000', '100907.546000', '100907.549000', '100907.552000', '100907.555000', '100907.558000', '100907.560000', '100907.563000', '100907.566000', '100907.569000', '100907.573000', '100907.576000', '100907.578000', '100907.581000', '100907.584000', '100907.587000', '100927.460000', '100927.463000', '100927.466000', '100927.469000', '100927.472000', '100927.475000', '100927.480000', '100927.484000', '100927.487000', '100927.490000', '100927.493000', '100927.496000', '100927.499000', '100927.502000', '100927.505000', '100927.508000', '100927.511000', '100927.520000', '100927.523000', '100927.526000', '100927.529000', '100927.532000', '100927.535000', '100927.538000', '100927.541000', '100927.544000', '100927.547000', '100927.550000', '100927.553000', '100927.556000', '100927.559000', '100927.562000', '100927.565000', '100927.567000', '100927.570000', '100927.573000', '100927.576000', '100927.579000', '100927.582000', '100927.585000', '100927.588000', '100927.596000', '100927.599000', '100947.458000', '100947.461000', '100947.464000', '100947.467000', '100947.470000', '100947.473000', '100947.476000', '100947.479000', '100947.482000', '100947.485000', '100947.488000', '100947.491000', '100947.494000', '100947.497000', '100947.500000', '100947.503000', '100947.506000', '100947.509000', '100947.512000', '100947.515000', '100947.518000', '100947.522000', '100947.525000', '100947.528000', '100947.531000', '100947.534000', '100947.536000', '100947.539000', '100947.542000', '100947.545000', '100947.549000', '100947.551000', '100947.554000', '100947.557000', '100947.560000', '100947.563000', '100947.566000', '100947.569000', '100947.572000', '100947.575000', '100947.578000', '100947.581000', '100947.584000', '100947.587000', '101007.458000', '101007.461000', '101007.464000', '101007.467000', '101007.470000', '101007.473000', '101007.476000', '101007.479000', '101007.483000', '101007.488000', '101007.492000', '101007.495000', '101007.498000', '101007.501000', '101007.504000', '101007.507000', '101007.510000', '101007.513000', '101007.516000', '101007.519000', '101007.522000', '101007.525000', '101007.528000', '101007.531000', '101007.534000', '101007.537000', '101007.540000', '101007.543000', '101007.546000', '101007.549000', '101007.552000', '101007.555000', '101007.558000', '101007.561000', '101007.564000', '101007.567000', '101007.570000', '101007.573000', '101007.576000', '101007.579000', '101007.582000', '101007.585000', '101007.588000', '101027.458000', '101027.461000', '101027.464000', '101027.467000', '101027.470000', '101027.473000', '101027.476000', '101027.479000', '101027.482000', '101027.485000', '101027.488000', '101027.491000', '101027.494000', '101027.497000', '101027.507000', '101027.510000', '101027.513000', '101027.516000', '101027.519000', '101027.522000', '101027.525000', '101027.528000', '101027.531000', '101027.534000', '101027.537000', '101027.540000', '101027.543000', '101027.546000', '101027.549000', '101027.552000', '101027.555000', '101027.558000', '101027.561000', '101027.564000', '101027.566000', '101027.569000', '101027.572000', '101027.575000', '101027.578000', '101027.581000', '101027.584000', '101027.588000', '101027.591000', '101027.594000', '101047.458000', '101047.461000', '101047.464000', '101047.467000', '101047.470000', '101047.473000', '101047.476000', '101047.488000', '101047.491000', '101047.494000', '101047.497000', '101047.500000', '101047.503000', '101047.506000', '101047.509000', '101047.513000', '101047.516000', '101047.519000', '101047.522000', '101047.525000', '101047.528000', '101047.531000', '101047.534000', '101047.537000', '101047.540000', '101047.543000', '101047.546000', '101047.549000', '101047.552000', '101047.555000', '101047.558000', '101047.561000', '101047.564000', '101047.567000', '101047.569000', '101047.573000', '101047.576000', '101047.579000', '101047.581000', '101047.584000', '101047.587000', '101047.590000', '101047.593000', '101107.459000', '101107.462000', '101107.465000', '101107.468000', '101107.471000', '101107.474000', '101107.477000', '101107.480000', '101107.483000', '101107.486000', '101107.489000', '101107.492000', '101107.495000', '101107.498000', '101107.501000', '101107.504000', '101107.507000', '101107.510000', '101107.513000', '101107.516000', '101107.519000', '101107.522000', '101107.525000', '101107.528000', '101107.531000', '101107.534000', '101107.537000', '101107.540000', '101107.543000', '101107.546000', '101107.549000', '101107.552000', '101107.555000', '101107.558000', '101107.561000', '101107.564000', '101107.567000', '101107.570000', '101107.573000', '101107.576000', '101107.579000', '101107.582000', '101107.585000', '101107.588000', '101127.459000', '101127.462000', '101127.465000', '101127.469000', '101127.472000', '101127.475000', '101127.478000', '101127.481000', '101127.484000', '101127.487000', '101127.490000', '101127.493000', '101127.496000', '101127.499000', '101127.502000', '101127.505000', '101127.508000', '101127.511000', '101127.514000', '101127.517000', '101127.520000', '101127.523000', '101127.526000', '101127.529000', '101127.533000', '101127.549000', '101127.552000', '101127.555000', '101127.558000', '101127.561000', '101127.564000', '101127.567000', '101127.570000', '101127.573000', '101127.576000', '101127.579000', '101127.582000', '101127.585000', '101127.588000', '101127.591000', '101127.594000', '101127.597000', '101127.600000', '101147.458000', '101147.461000', '101147.464000', '101147.467000', '101147.470000', '101147.473000', '101147.476000', '101147.479000', '101147.482000', '101147.485000', '101147.488000', '101147.491000', '101147.494000', '101147.497000', '101147.500000', '101147.503000', '101147.506000', '101147.509000', '101147.512000', '101147.515000', '101147.518000', '101147.521000', '101147.524000', '101147.527000', '101147.530000', '101147.533000', '101147.536000', '101147.539000', '101147.542000', '101147.545000', '101147.548000', '101147.551000', '101147.554000', '101147.557000', '101147.570000', '101147.573000', '101147.576000', '101147.579000', '101147.582000', '101147.585000', '101147.588000', '101147.591000', '101147.594000', '101147.597000', '101207.458000', '101207.461000', '101207.464000', '101207.467000', '101207.470000', '101207.473000', '101207.476000', '101207.479000', '101207.482000', '101207.486000', '101207.489000', '101207.491000', '101207.494000', '101207.497000', '101207.500000', '101207.504000', '101207.507000', '101207.510000', '101207.513000', '101207.516000', '101207.519000', '101207.522000', '101207.525000', '101207.528000', '101207.531000', '101207.534000', '101207.537000', '101207.540000', '101207.543000', '101207.546000', '101207.549000', '101207.552000', '101207.555000', '101207.558000', '101207.561000', '101207.564000', '101207.567000', '101207.570000', '101207.573000', '101207.576000', '101207.579000', '101207.582000', '101207.585000', '101227.458000', '101227.461000', '101227.464000', '101227.467000', '101227.470000', '101227.473000', '101227.476000', '101227.479000', '101227.482000', '101227.485000', '101227.488000', '101227.491000', '101227.494000', '101227.497000', '101227.500000', '101227.503000', '101227.506000', '101227.509000', '101227.512000', '101227.515000', '101227.518000', '101227.521000', '101227.524000', '101227.527000', '101227.530000', '101227.533000', '101227.536000', '101227.539000', '101227.542000', '101227.545000', '101227.548000', '101227.551000', '101227.554000', '101227.557000', '101227.560000', '101227.563000', '101227.566000', '101227.569000', '101227.572000', '101227.575000', '101227.578000', '101227.581000', '101227.584000', '101227.587000', '101247.458000', '101247.461000', '101247.464000', '101247.467000', '101247.470000', '101247.473000', '101247.485000', '101247.488000', '101247.491000', '101247.494000', '101247.497000', '101247.500000', '101247.503000', '101247.507000', '101247.510000', '101247.514000', '101247.517000', '101247.520000', '101247.523000', '101247.525000', '101247.528000', '101247.532000', '101247.535000', '101247.538000', '101247.540000', '101247.543000', '101247.546000', '101247.549000', '101247.552000', '101247.555000', '101247.558000', '101247.562000', '101247.565000', '101247.568000', '101247.571000', '101247.574000', '101247.577000', '101247.582000', '101247.586000', '101247.589000', '101247.592000', '101247.595000', '101247.598000', '101307.458000', '101307.461000', '101307.464000', '101307.467000', '101307.470000', '101307.473000', '101307.476000', '101307.488000', '101307.491000', '101307.494000', '101307.497000', '101307.500000', '101307.503000', '101307.506000', '101307.509000', '101307.512000', '101307.515000', '101307.518000', '101307.529000', '101307.532000', '101307.535000', '101307.538000', '101307.541000', '101307.544000', '101307.547000', '101307.550000', '101307.553000', '101307.556000', '101307.559000', '101307.562000', '101307.565000', '101307.568000', '101307.571000', '101307.574000', '101307.577000', '101307.580000', '101307.583000', '101307.586000', '101307.589000', '101307.592000', '101307.595000', '101307.598000', '101307.601000', '101307.604000', '101327.459000', '101327.462000', '101327.465000', '101327.468000', '101327.471000', '101327.474000', '101327.477000', '101327.480000', '101327.483000', '101327.486000', '101327.489000', '101327.492000', '101327.495000', '101327.498000', '101327.501000', '101327.504000', '101327.507000', '101327.510000', '101327.513000', '101327.516000', '101327.519000', '101327.522000', '101327.525000', '101327.528000', '101327.532000', '101327.534000', '101327.537000', '101327.540000', '101327.543000', '101327.546000', '101327.549000', '101327.552000', '101327.555000', '101327.558000', '101327.561000', '101327.564000', '101327.567000', '101327.570000', '101327.573000', '101327.576000', '101327.579000', '101327.582000', '101327.585000', '101347.459000', '101347.462000', '101347.465000', '101347.468000', '101347.471000', '101347.474000', '101347.477000', '101347.480000', '101347.483000', '101347.486000', '101347.489000', '101347.492000', '101347.495000', '101347.498000', '101347.501000', '101347.504000', '101347.507000', '101347.510000', '101347.513000', '101347.516000', '101347.519000', '101347.522000', '101347.525000', '101347.528000', '101347.531000', '101347.534000', '101347.537000', '101347.540000', '101347.543000', '101347.546000', '101347.549000', '101347.552000', '101347.555000', '101347.558000', '101347.561000', '101347.564000', '101347.567000', '101347.570000', '101347.573000', '101347.576000', '101347.579000', '101347.582000', '101347.585000', '101347.588000', '101407.460000', '101407.463000', '101407.466000', '101407.469000', '101407.472000', '101407.475000', '101407.478000', '101407.481000', '101407.484000', '101407.487000', '101407.490000', '101407.493000', '101407.496000', '101407.499000', '101407.502000', '101407.505000', '101407.508000', '101407.511000', '101407.514000', '101407.517000', '101407.520000', '101407.523000', '101407.526000', '101407.529000', '101407.532000', '101407.535000', '101407.538000', '101407.541000', '101407.546000', '101407.549000', '101407.552000', '101407.555000', '101407.558000', '101407.581000', '101407.584000', '101407.587000', '101407.590000', '101407.593000', '101407.596000', '101407.600000', '101407.603000', '101407.607000', '101407.612000', '101427.458000', '101427.461000', '101427.464000', '101427.467000', '101427.470000', '101427.473000', '101427.476000', '101427.479000', '101427.482000', '101427.485000', '101427.488000', '101427.491000', '101427.494000', '101427.497000', '101427.500000', '101427.503000', '101427.506000', '101427.509000', '101427.512000', '101427.515000', '101427.518000', '101427.521000', '101427.524000', '101427.527000', '101427.530000', '101427.533000', '101427.536000', '101427.539000', '101427.542000', '101427.545000', '101427.548000', '101427.551000', '101427.572000', '101427.575000', '101427.578000', '101427.580000', '101427.583000', '101427.587000', '101427.590000', '101427.593000', '101427.596000', '101427.599000', '101427.602000', '101427.605000', '101447.458000', '101447.461000', '101447.464000', '101447.467000', '101447.470000', '101447.473000', '101447.476000', '101447.479000', '101447.482000', '101447.485000', '101447.488000', '101447.491000', '101447.494000', '101447.497000', '101447.500000', '101447.503000', '101447.506000', '101447.509000', '101447.512000', '101447.515000', '101447.518000', '101447.521000', '101447.524000', '101447.527000', '101447.530000', '101447.533000', '101447.536000', '101447.539000', '101447.542000', '101447.545000', '101447.548000', '101447.551000', '101447.554000', '101447.557000', '101447.560000', '101447.563000', '101447.566000', '101447.578000', '101447.581000', '101447.584000', '101447.587000', '101447.590000', '101447.593000', '101507.458000', '101507.461000', '101507.464000', '101507.467000', '101507.470000', '101507.473000', '101507.476000', '101507.479000', '101507.482000', '101507.485000', '101507.488000', '101507.491000', '101507.494000', '101507.497000', '101507.500000', '101507.503000', '101507.506000', '101507.509000', '101507.512000', '101507.515000', '101507.518000', '101507.521000', '101507.524000', '101507.527000', '101507.530000', '101507.533000', '101507.536000', '101507.539000', '101507.542000', '101507.545000', '101507.548000', '101507.551000', '101507.554000', '101507.557000', '101507.560000', '101507.563000', '101507.566000', '101507.569000', '101507.572000', '101507.575000', '101507.578000', '101507.581000', '101507.584000', '101507.591000', '101527.458000', '101527.461000', '101527.464000', '101527.472000', '101527.475000', '101527.478000', '101527.481000', '101527.484000', '101527.487000', '101527.490000', '101527.493000', '101527.496000', '101527.499000', '101527.502000', '101527.505000', '101527.508000', '101527.511000', '101527.514000', '101527.517000', '101527.520000', '101527.523000', '101527.526000', '101527.529000', '101527.532000', '101527.535000', '101527.538000', '101527.541000', '101527.544000', '101527.547000', '101527.550000', '101527.553000', '101527.556000', '101527.559000', '101527.562000', '101527.565000', '101527.568000', '101527.571000', '101527.574000', '101527.577000', '101527.581000', '101527.585000', '101527.588000', '101527.591000', '101547.459000', '101547.462000', '101547.465000', '101547.468000', '101547.471000', '101547.474000', '101547.477000', '101547.480000', '101547.483000', '101547.486000', '101547.489000', '101547.492000', '101547.495000', '101547.498000', '101547.501000', '101547.504000', '101547.507000', '101547.510000', '101547.513000', '101547.516000', '101547.519000', '101547.522000', '101547.525000', '101547.528000', '101547.531000', '101547.535000', '101547.537000', '101547.540000', '101547.561000', '101547.564000', '101547.567000', '101547.570000', '101547.573000', '101547.576000', '101547.579000', '101547.582000', '101547.585000', '101547.588000', '101547.591000', '101547.594000', '101547.597000', '101547.600000', '101547.603000', '101547.611000', '101607.459000', '101607.462000', '101607.465000', '101607.468000', '101607.471000', '101607.474000', '101607.477000', '101607.480000', '101607.483000', '101607.486000', '101607.489000', '101607.492000', '101607.495000', '101607.498000', '101607.501000', '101607.504000', '101607.507000', '101607.510000', '101607.513000', '101607.516000', '101607.519000', '101607.522000', '101607.525000', '101607.528000', '101607.531000', '101607.534000', '101607.537000', '101607.540000', '101607.543000', '101607.546000', '101607.549000', '101607.552000', '101607.555000', '101607.558000', '101607.561000', '101607.564000', '101607.567000', '101607.570000', '101607.573000', '101607.576000', '101607.579000', '101607.582000', '101607.585000', '101627.458000', '101627.475000', '101627.478000', '101627.481000', '101627.484000', '101627.487000', '101627.490000', '101627.493000', '101627.496000', '101627.499000', '101627.502000', '101627.504000', '101627.508000', '101627.511000', '101627.514000', '101627.516000', '101627.519000', '101627.522000', '101627.525000', '101627.528000', '101627.531000', '101627.534000', '101627.537000', '101627.546000', '101627.549000', '101627.552000', '101627.555000', '101627.558000', '101627.561000', '101627.564000', '101627.567000', '101627.570000', '101627.573000', '101627.576000', '101627.579000', '101627.582000', '101627.585000', '101627.588000', '101627.591000', '101627.594000', '101627.597000', '101627.600000', '101627.603000', '101647.458000', '101647.461000', '101647.464000', '101647.467000', '101647.470000', '101647.473000', '101647.476000', '101647.479000', '101647.482000', '101647.485000', '101647.488000', '101647.491000', '101647.494000', '101647.497000', '101647.500000', '101647.503000', '101647.506000', '101647.509000', '101647.512000', '101647.515000', '101647.518000', '101647.521000', '101647.524000', '101647.527000', '101647.530000', '101647.533000', '101647.536000', '101647.539000', '101647.542000', '101647.545000', '101647.548000', '101647.551000', '101647.554000', '101647.557000', '101647.560000', '101647.563000', '101647.566000', '101647.569000', '101647.572000', '101647.575000', '101647.578000', '101647.581000', '101647.584000', '101647.587000', '101707.458000', '101707.461000', '101707.464000', '101707.467000', '101707.470000', '101707.473000', '101707.476000', '101707.479000', '101707.482000', '101707.486000', '101707.489000', '101707.492000', '101707.495000', '101707.498000', '101707.501000', '101707.504000', '101707.507000', '101707.510000', '101707.513000', '101707.516000', '101707.519000', '101707.522000', '101707.525000', '101707.528000', '101707.531000', '101707.542000', '101707.545000', '101707.548000', '101707.551000', '101707.554000', '101707.557000', '101707.560000', '101707.563000', '101707.566000', '101707.569000', '101707.572000', '101707.575000', '101707.578000', '101707.581000', '101707.584000', '101707.588000', '101707.591000', '101707.594000', '101727.458000', '101727.461000', '101727.464000', '101727.467000', '101727.470000', '101727.473000', '101727.476000', '101727.479000', '101727.482000', '101727.485000', '101727.488000', '101727.491000', '101727.494000', '101727.497000', '101727.500000', '101727.503000', '101727.506000', '101727.509000', '101727.512000', '101727.515000', '101727.518000', '101727.521000', '101727.524000', '101727.527000', '101727.531000', '101727.534000', '101727.537000', '101727.539000', '101727.542000', '101727.545000', '101727.548000', '101727.551000', '101727.554000', '101727.557000', '101727.560000', '101727.563000', '101727.566000', '101727.569000', '101727.572000', '101727.575000', '101727.578000', '101727.581000', '101727.584000', '101727.587000', '101747.458000', '101747.462000', '101747.465000', '101747.468000', '101747.471000', '101747.474000', '101747.477000', '101747.480000', '101747.483000', '101747.486000', '101747.489000', '101747.492000', '101747.495000', '101747.498000', '101747.502000', '101747.505000', '101747.509000', '101747.512000', '101747.515000', '101747.518000', '101747.521000', '101747.524000', '101747.527000', '101747.530000', '101747.533000', '101747.536000', '101747.539000', '101747.542000', '101747.545000', '101747.548000', '101747.551000', '101747.554000', '101747.557000', '101747.560000', '101747.563000', '101747.566000', '101747.569000', '101747.572000', '101747.575000', '101747.578000', '101747.581000', '101747.584000', '101747.587000', '101807.459000', '101807.462000', '101807.465000', '101807.468000', '101807.471000', '101807.474000', '101807.477000', '101807.480000', '101807.483000', '101807.486000', '101807.489000', '101807.492000', '101807.495000', '101807.498000', '101807.501000', '101807.504000', '101807.507000', '101807.510000', '101807.513000', '101807.516000', '101807.519000', '101807.522000', '101807.525000', '101807.528000', '101807.531000', '101807.534000', '101807.537000', '101807.540000', '101807.543000', '101807.546000', '101807.549000', '101807.552000', '101807.555000', '101807.558000', '101807.561000', '101807.564000', '101807.567000', '101807.570000', '101807.573000', '101807.576000', '101807.579000', '101807.582000', '101807.585000', '101807.588000', '101827.459000', '101827.463000', '101827.466000', '101827.469000', '101827.471000', '101827.474000', '101827.477000', '101827.481000', '101827.484000', '101827.487000', '101827.490000', '101827.493000', '101827.496000', '101827.499000', '101827.502000', '101827.505000', '101827.508000', '101827.511000', '101827.514000', '101827.517000', '101827.520000', '101827.537000', '101827.540000', '101827.543000', '101827.546000', '101827.549000', '101827.552000', '101827.555000', '101827.558000', '101827.561000', '101827.564000', '101827.567000', '101827.570000', '101827.573000', '101827.577000', '101827.580000', '101827.583000', '101827.586000', '101827.589000', '101827.592000', '101827.595000', '101827.598000', '101827.601000', '101847.458000', '101847.461000', '101847.464000', '101847.467000', '101847.470000', '101847.473000', '101847.476000', '101847.480000', '101847.483000', '101847.486000', '101847.489000', '101847.492000', '101847.495000', '101847.498000', '101847.501000', '101847.504000', '101847.507000', '101847.510000', '101847.513000', '101847.516000', '101847.519000', '101847.523000', '101847.526000', '101847.529000', '101847.532000', '101847.535000', '101847.538000', '101847.541000', '101847.544000', '101847.547000', '101847.550000', '101847.553000', '101847.556000', '101847.559000', '101847.562000', '101847.565000', '101847.568000', '101847.571000', '101847.574000', '101847.577000', '101847.580000', '101847.583000', '101847.586000', '101847.589000', '101907.459000', '101907.462000', '101907.465000', '101907.469000', '101907.472000', '101907.475000', '101907.478000', '101907.481000', '101907.484000', '101907.487000', '101907.490000', '101907.493000', '101907.496000', '101907.499000', '101907.502000', '101907.505000', '101907.508000', '101907.511000', '101907.514000', '101907.517000', '101907.520000', '101907.523000', '101907.526000', '101907.529000', '101907.532000', '101907.536000', '101907.539000', '101907.542000', '101907.545000', '101907.548000', '101907.552000', '101907.555000', '101907.558000', '101907.561000', '101907.564000', '101907.567000', '101907.570000', '101907.573000', '101907.576000', '101907.579000', '101907.582000', '101907.597000', '101907.600000', '101927.458000', '101927.461000', '101927.464000', '101927.467000', '101927.470000', '101927.474000', '101927.476000', '101927.479000', '101927.483000', '101927.485000', '101927.488000', '101927.491000', '101927.494000', '101927.497000', '101927.500000', '101927.503000', '101927.506000', '101927.509000', '101927.512000', '101927.516000', '101927.519000', '101927.522000', '101927.531000', '101927.534000', '101927.537000', '101927.540000', '101927.543000', '101927.546000', '101927.549000', '101927.552000', '101927.555000', '101927.558000', '101927.561000', '101927.564000', '101927.567000', '101927.570000', '101927.573000', '101927.576000', '101927.579000', '101927.582000', '101927.585000', '101927.588000', '101927.591000', '101927.594000', '101947.458000', '101947.462000', '101947.465000', '101947.468000', '101947.471000', '101947.474000', '101947.477000', '101947.480000', '101947.483000', '101947.486000', '101947.489000', '101947.492000', '101947.495000', '101947.498000', '101947.501000', '101947.504000', '101947.507000', '101947.510000', '101947.513000', '101947.516000', '101947.519000', '101947.522000', '101947.525000', '101947.528000', '101947.531000', '101947.534000', '101947.538000', '101947.543000', '101947.547000', '101947.550000', '101947.553000', '101947.556000', '101947.559000', '101947.562000', '101947.565000', '101947.568000', '101947.571000', '101947.574000', '101947.577000', '101947.580000', '101947.583000', '101947.586000', '101947.589000', '102007.458000', '102007.461000', '102007.464000', '102007.467000', '102007.470000', '102007.473000', '102007.476000', '102007.479000', '102007.482000', '102007.485000', '102007.488000', '102007.491000', '102007.494000', '102007.497000', '102007.500000', '102007.503000', '102007.506000', '102007.509000', '102007.512000', '102007.515000', '102007.518000', '102007.521000', '102007.524000', '102007.527000', '102007.530000', '102007.533000', '102007.536000', '102007.539000', '102007.542000', '102007.545000', '102007.548000', '102007.551000', '102007.554000', '102007.557000', '102007.560000', '102007.563000', '102007.566000', '102007.569000', '102007.572000', '102007.575000', '102007.578000', '102007.581000', '102007.584000', '102007.587000', '102027.459000', '102027.462000', '102027.465000', '102027.468000', '102027.471000', '102027.474000', '102027.477000', '102027.480000', '102027.484000', '102027.487000', '102027.489000', '102027.493000', '102027.497000', '102027.500000', '102027.503000', '102027.506000', '102027.509000', '102027.512000', '102027.515000', '102027.518000', '102027.529000', '102027.532000', '102027.535000', '102027.538000', '102027.541000', '102027.544000', '102027.547000', '102027.550000', '102027.553000', '102027.556000', '102027.559000', '102027.562000', '102027.565000', '102027.569000', '102027.572000', '102027.575000', '102027.578000', '102027.581000', '102027.584000', '102027.587000', '102027.590000', '102027.593000', '102027.596000', '102047.459000', '102047.462000', '102047.466000', '102047.469000', '102047.472000', '102047.475000', '102047.478000', '102047.481000', '102047.483000', '102047.486000', '102047.489000', '102047.492000', '102047.495000', '102047.498000', '102047.501000', '102047.505000', '102047.508000', '102047.511000', '102047.514000', '102047.517000', '102047.520000', '102047.523000', '102047.526000', '102047.529000', '102047.532000', '102047.535000', '102047.538000', '102047.541000', '102047.544000', '102047.547000', '102047.567000', '102047.570000', '102047.573000', '102047.576000', '102047.588000', '102047.591000', '102047.594000', '102047.597000', '102047.600000', '102047.603000', '102047.606000', '102047.609000', '102047.612000', '102047.615000', '102107.458000', '102107.461000', '102107.464000', '102107.468000', '102107.471000', '102107.474000', '102107.477000', '102107.480000', '102107.483000', '102107.486000', '102107.489000', '102107.492000', '102107.495000', '102107.498000', '102107.501000', '102107.504000', '102107.507000', '102107.511000', '102107.514000', '102107.517000', '102107.520000', '102107.523000', '102107.526000', '102107.529000', '102107.532000', '102107.535000', '102107.538000', '102107.542000', '102107.545000', '102107.548000', '102107.551000', '102107.554000', '102107.557000', '102107.560000', '102107.563000', '102107.566000', '102107.569000', '102107.572000', '102107.575000', '102107.578000', '102107.581000', '102107.584000', '102107.588000', '102127.458000', '102127.470000', '102127.473000', '102127.476000', '102127.479000', '102127.482000', '102127.485000', '102127.488000', '102127.491000', '102127.494000', '102127.497000', '102127.500000', '102127.503000', '102127.506000', '102127.509000', '102127.512000', '102127.515000', '102127.518000', '102127.521000', '102127.524000', '102127.527000', '102127.530000', '102127.533000', '102127.536000', '102127.539000', '102127.542000', '102127.545000', '102127.548000', '102127.551000', '102127.554000', '102127.557000', '102127.560000', '102127.563000', '102127.566000', '102127.569000', '102127.572000', '102127.575000', '102127.578000', '102127.581000', '102127.584000', '102127.587000', '102127.590000', '102127.593000', '102127.596000', '102147.458000', '102147.461000', '102147.465000', '102147.468000', '102147.470000', '102147.473000', '102147.476000', '102147.480000', '102147.483000', '102147.486000', '102147.489000', '102147.492000', '102147.495000', '102147.498000', '102147.501000', '102147.504000', '102147.507000', '102147.510000', '102147.513000', '102147.516000', '102147.519000', '102147.522000', '102147.525000', '102147.528000', '102147.532000', '102147.536000', '102147.539000', '102147.542000', '102147.545000', '102147.548000', '102147.551000', '102147.558000', '102147.561000', '102147.564000', '102147.567000', '102147.570000', '102147.573000', '102147.576000', '102147.579000', '102147.582000', '102147.586000', '102147.589000', '102147.592000', '102207.458000', '102207.461000', '102207.464000', '102207.468000', '102207.471000', '102207.474000', '102207.477000', '102207.479000', '102207.482000', '102207.486000', '102207.489000', '102207.492000', '102207.495000', '102207.498000', '102207.501000', '102207.504000', '102207.507000', '102207.510000', '102207.513000', '102207.516000', '102207.519000', '102207.522000', '102207.525000', '102207.528000', '102207.531000', '102207.534000', '102207.537000', '102207.540000', '102207.543000', '102207.546000', '102207.549000', '102207.552000', '102207.555000', '102207.558000', '102207.561000', '102207.564000', '102207.567000', '102207.571000', '102207.573000', '102207.576000', '102207.580000', '102207.583000', '102207.586000', '102207.589000', '102227.458000', '102227.461000', '102227.465000', '102227.468000', '102227.471000', '102227.474000', '102227.477000', '102227.480000', '102227.483000', '102227.486000', '102227.489000', '102227.492000', '102227.495000', '102227.498000', '102227.501000', '102227.504000', '102227.507000', '102227.510000', '102227.513000', '102227.516000', '102227.519000', '102227.522000', '102227.525000', '102227.528000', '102227.531000', '102227.534000', '102227.537000', '102227.540000', '102227.543000', '102227.546000', '102227.549000', '102227.552000', '102227.555000', '102227.558000', '102227.561000', '102227.564000', '102227.567000', '102227.570000', '102227.573000', '102227.576000', '102227.579000', '102227.582000', '102227.585000', '102244.698000', '102244.703000', '102244.707000', '102244.711000', '102244.714000', '102244.718000', '102244.721000', '102244.728000', '102244.732000', '102244.736000', '102244.740000', '102244.745000', '102244.748000', '102244.752000', '102244.756000', '102244.759000', '102244.763000', '102244.767000', '102244.770000', '102244.773000', '102244.776000', '102244.780000', '102244.783000', '102244.786000', '102244.789000', '102244.792000', '102244.795000', '102244.799000', '102244.802000', '102244.805000', '102244.808000', '102244.811000', '102244.814000', '102244.817000', '102244.820000', '102244.823000', '102244.826000', '102244.829000'], 'InstanceCreationTime': ['100847.493000', '100847.501000', '100847.508000', '100847.511000', '100847.514000', '100847.517000', '100847.520000', '100847.523000', '100847.527000', '100847.530000', '100847.533000', '100847.536000', '100847.539000', '100847.542000', '100847.545000', '100847.548000', '100847.551000', '100847.554000', '100847.557000', '100847.560000', '100847.564000', '100847.566000', '100847.569000', '100847.577000', '100847.580000', '100847.583000', '100847.586000', '100847.589000', '100847.592000', '100847.595000', '100847.598000', '100847.601000', '100847.604000', '100847.607000', '100847.610000', '100847.613000', '100847.616000', '100847.619000', '100907.459000', '100907.462000', '100907.465000', '100907.468000', '100907.471000', '100907.474000', '100907.477000', '100907.480000', '100907.483000', '100907.486000', '100907.489000', '100907.492000', '100907.495000', '100907.498000', '100907.501000', '100907.504000', '100907.507000', '100907.510000', '100907.513000', '100907.516000', '100907.519000', '100907.522000', '100907.525000', '100907.528000', '100907.531000', '100907.534000', '100907.537000', '100907.540000', '100907.543000', '100907.546000', '100907.549000', '100907.552000', '100907.555000', '100907.558000', '100907.560000', '100907.563000', '100907.566000', '100907.569000', '100907.573000', '100907.576000', '100907.578000', '100907.581000', '100907.584000', '100907.587000', '100927.460000', '100927.463000', '100927.466000', '100927.469000', '100927.472000', '100927.475000', '100927.480000', '100927.484000', '100927.487000', '100927.490000', '100927.493000', '100927.496000', '100927.499000', '100927.502000', '100927.505000', '100927.508000', '100927.511000', '100927.520000', '100927.523000', '100927.526000', '100927.529000', '100927.532000', '100927.535000', '100927.538000', '100927.541000', '100927.544000', '100927.547000', '100927.550000', '100927.553000', '100927.556000', '100927.559000', '100927.562000', '100927.565000', '100927.567000', '100927.570000', '100927.573000', '100927.576000', '100927.579000', '100927.582000', '100927.585000', '100927.588000', '100927.596000', '100927.599000', '100947.458000', '100947.461000', '100947.464000', '100947.467000', '100947.470000', '100947.473000', '100947.476000', '100947.479000', '100947.482000', '100947.485000', '100947.488000', '100947.491000', '100947.494000', '100947.497000', '100947.500000', '100947.503000', '100947.506000', '100947.509000', '100947.512000', '100947.515000', '100947.518000', '100947.522000', '100947.525000', '100947.528000', '100947.531000', '100947.534000', '100947.536000', '100947.539000', '100947.542000', '100947.545000', '100947.549000', '100947.551000', '100947.554000', '100947.557000', '100947.560000', '100947.563000', '100947.566000', '100947.569000', '100947.572000', '100947.575000', '100947.578000', '100947.581000', '100947.584000', '100947.587000', '101007.458000', '101007.461000', '101007.464000', '101007.467000', '101007.470000', '101007.473000', '101007.476000', '101007.479000', '101007.483000', '101007.488000', '101007.492000', '101007.495000', '101007.498000', '101007.501000', '101007.504000', '101007.507000', '101007.510000', '101007.513000', '101007.516000', '101007.519000', '101007.522000', '101007.525000', '101007.528000', '101007.531000', '101007.534000', '101007.537000', '101007.540000', '101007.543000', '101007.546000', '101007.549000', '101007.552000', '101007.555000', '101007.558000', '101007.561000', '101007.564000', '101007.567000', '101007.570000', '101007.573000', '101007.576000', '101007.579000', '101007.582000', '101007.585000', '101007.588000', '101027.458000', '101027.461000', '101027.464000', '101027.467000', '101027.470000', '101027.473000', '101027.476000', '101027.479000', '101027.482000', '101027.485000', '101027.488000', '101027.491000', '101027.494000', '101027.497000', '101027.507000', '101027.510000', '101027.513000', '101027.516000', '101027.519000', '101027.522000', '101027.525000', '101027.528000', '101027.531000', '101027.534000', '101027.537000', '101027.540000', '101027.543000', '101027.546000', '101027.549000', '101027.552000', '101027.555000', '101027.558000', '101027.561000', '101027.564000', '101027.566000', '101027.569000', '101027.572000', '101027.575000', '101027.578000', '101027.581000', '101027.584000', '101027.588000', '101027.591000', '101027.594000', '101047.458000', '101047.461000', '101047.464000', '101047.467000', '101047.470000', '101047.473000', '101047.476000', '101047.488000', '101047.491000', '101047.494000', '101047.497000', '101047.500000', '101047.503000', '101047.506000', '101047.509000', '101047.513000', '101047.516000', '101047.519000', '101047.522000', '101047.525000', '101047.528000', '101047.531000', '101047.534000', '101047.537000', '101047.540000', '101047.543000', '101047.546000', '101047.549000', '101047.552000', '101047.555000', '101047.558000', '101047.561000', '101047.564000', '101047.567000', '101047.569000', '101047.573000', '101047.576000', '101047.579000', '101047.581000', '101047.584000', '101047.587000', '101047.590000', '101047.593000', '101107.459000', '101107.462000', '101107.465000', '101107.468000', '101107.471000', '101107.474000', '101107.477000', '101107.480000', '101107.483000', '101107.486000', '101107.489000', '101107.492000', '101107.495000', '101107.498000', '101107.501000', '101107.504000', '101107.507000', '101107.510000', '101107.513000', '101107.516000', '101107.519000', '101107.522000', '101107.525000', '101107.528000', '101107.531000', '101107.534000', '101107.537000', '101107.540000', '101107.543000', '101107.546000', '101107.549000', '101107.552000', '101107.555000', '101107.558000', '101107.561000', '101107.564000', '101107.567000', '101107.570000', '101107.573000', '101107.576000', '101107.579000', '101107.582000', '101107.585000', '101107.588000', '101127.459000', '101127.462000', '101127.465000', '101127.469000', '101127.472000', '101127.475000', '101127.478000', '101127.481000', '101127.484000', '101127.487000', '101127.490000', '101127.493000', '101127.496000', '101127.499000', '101127.502000', '101127.505000', '101127.508000', '101127.511000', '101127.514000', '101127.517000', '101127.520000', '101127.523000', '101127.526000', '101127.529000', '101127.533000', '101127.549000', '101127.552000', '101127.555000', '101127.558000', '101127.561000', '101127.564000', '101127.567000', '101127.570000', '101127.573000', '101127.576000', '101127.579000', '101127.582000', '101127.585000', '101127.588000', '101127.591000', '101127.594000', '101127.597000', '101127.600000', '101147.458000', '101147.461000', '101147.464000', '101147.467000', '101147.470000', '101147.473000', '101147.476000', '101147.479000', '101147.482000', '101147.485000', '101147.488000', '101147.491000', '101147.494000', '101147.497000', '101147.500000', '101147.503000', '101147.506000', '101147.509000', '101147.512000', '101147.515000', '101147.518000', '101147.521000', '101147.524000', '101147.527000', '101147.530000', '101147.533000', '101147.536000', '101147.539000', '101147.542000', '101147.545000', '101147.548000', '101147.551000', '101147.554000', '101147.557000', '101147.570000', '101147.573000', '101147.576000', '101147.579000', '101147.582000', '101147.585000', '101147.588000', '101147.591000', '101147.594000', '101147.597000', '101207.458000', '101207.461000', '101207.464000', '101207.467000', '101207.470000', '101207.473000', '101207.476000', '101207.479000', '101207.482000', '101207.486000', '101207.489000', '101207.491000', '101207.494000', '101207.497000', '101207.500000', '101207.504000', '101207.507000', '101207.510000', '101207.513000', '101207.516000', '101207.519000', '101207.522000', '101207.525000', '101207.528000', '101207.531000', '101207.534000', '101207.537000', '101207.540000', '101207.543000', '101207.546000', '101207.549000', '101207.552000', '101207.555000', '101207.558000', '101207.561000', '101207.564000', '101207.567000', '101207.570000', '101207.573000', '101207.576000', '101207.579000', '101207.582000', '101207.585000', '101227.458000', '101227.461000', '101227.464000', '101227.467000', '101227.470000', '101227.473000', '101227.476000', '101227.479000', '101227.482000', '101227.485000', '101227.488000', '101227.491000', '101227.494000', '101227.497000', '101227.500000', '101227.503000', '101227.506000', '101227.509000', '101227.512000', '101227.515000', '101227.518000', '101227.521000', '101227.524000', '101227.527000', '101227.530000', '101227.533000', '101227.536000', '101227.539000', '101227.542000', '101227.545000', '101227.548000', '101227.551000', '101227.554000', '101227.557000', '101227.560000', '101227.563000', '101227.566000', '101227.569000', '101227.572000', '101227.575000', '101227.578000', '101227.581000', '101227.584000', '101227.587000', '101247.458000', '101247.461000', '101247.464000', '101247.467000', '101247.470000', '101247.473000', '101247.485000', '101247.488000', '101247.491000', '101247.494000', '101247.497000', '101247.500000', '101247.503000', '101247.507000', '101247.510000', '101247.514000', '101247.517000', '101247.520000', '101247.523000', '101247.525000', '101247.528000', '101247.532000', '101247.535000', '101247.538000', '101247.540000', '101247.543000', '101247.546000', '101247.549000', '101247.552000', '101247.555000', '101247.558000', '101247.562000', '101247.565000', '101247.568000', '101247.571000', '101247.574000', '101247.577000', '101247.582000', '101247.586000', '101247.589000', '101247.592000', '101247.595000', '101247.598000', '101307.458000', '101307.461000', '101307.464000', '101307.467000', '101307.470000', '101307.473000', '101307.476000', '101307.488000', '101307.491000', '101307.494000', '101307.497000', '101307.500000', '101307.503000', '101307.506000', '101307.509000', '101307.512000', '101307.515000', '101307.518000', '101307.529000', '101307.532000', '101307.535000', '101307.538000', '101307.541000', '101307.544000', '101307.547000', '101307.550000', '101307.553000', '101307.556000', '101307.559000', '101307.562000', '101307.565000', '101307.568000', '101307.571000', '101307.574000', '101307.577000', '101307.580000', '101307.583000', '101307.586000', '101307.589000', '101307.592000', '101307.595000', '101307.598000', '101307.601000', '101307.604000', '101327.459000', '101327.462000', '101327.465000', '101327.468000', '101327.471000', '101327.474000', '101327.477000', '101327.480000', '101327.483000', '101327.486000', '101327.489000', '101327.492000', '101327.495000', '101327.498000', '101327.501000', '101327.504000', '101327.507000', '101327.510000', '101327.513000', '101327.516000', '101327.519000', '101327.522000', '101327.525000', '101327.528000', '101327.532000', '101327.534000', '101327.537000', '101327.540000', '101327.543000', '101327.546000', '101327.549000', '101327.552000', '101327.555000', '101327.558000', '101327.561000', '101327.564000', '101327.567000', '101327.570000', '101327.573000', '101327.576000', '101327.579000', '101327.582000', '101327.585000', '101347.459000', '101347.462000', '101347.465000', '101347.468000', '101347.471000', '101347.474000', '101347.477000', '101347.480000', '101347.483000', '101347.486000', '101347.489000', '101347.492000', '101347.495000', '101347.498000', '101347.501000', '101347.504000', '101347.507000', '101347.510000', '101347.513000', '101347.516000', '101347.519000', '101347.522000', '101347.525000', '101347.528000', '101347.531000', '101347.534000', '101347.537000', '101347.540000', '101347.543000', '101347.546000', '101347.549000', '101347.552000', '101347.555000', '101347.558000', '101347.561000', '101347.564000', '101347.567000', '101347.570000', '101347.573000', '101347.576000', '101347.579000', '101347.582000', '101347.585000', '101347.588000', '101407.460000', '101407.463000', '101407.466000', '101407.469000', '101407.472000', '101407.475000', '101407.478000', '101407.481000', '101407.484000', '101407.487000', '101407.490000', '101407.493000', '101407.496000', '101407.499000', '101407.502000', '101407.505000', '101407.508000', '101407.511000', '101407.514000', '101407.517000', '101407.520000', '101407.523000', '101407.526000', '101407.529000', '101407.532000', '101407.535000', '101407.538000', '101407.541000', '101407.546000', '101407.549000', '101407.552000', '101407.555000', '101407.558000', '101407.581000', '101407.584000', '101407.587000', '101407.590000', '101407.593000', '101407.596000', '101407.600000', '101407.603000', '101407.607000', '101407.612000', '101427.458000', '101427.461000', '101427.464000', '101427.467000', '101427.470000', '101427.473000', '101427.476000', '101427.479000', '101427.482000', '101427.485000', '101427.488000', '101427.491000', '101427.494000', '101427.497000', '101427.500000', '101427.503000', '101427.506000', '101427.509000', '101427.512000', '101427.515000', '101427.518000', '101427.521000', '101427.524000', '101427.527000', '101427.530000', '101427.533000', '101427.536000', '101427.539000', '101427.542000', '101427.545000', '101427.548000', '101427.551000', '101427.572000', '101427.575000', '101427.578000', '101427.580000', '101427.583000', '101427.587000', '101427.590000', '101427.593000', '101427.596000', '101427.599000', '101427.602000', '101427.605000', '101447.458000', '101447.461000', '101447.464000', '101447.467000', '101447.470000', '101447.473000', '101447.476000', '101447.479000', '101447.482000', '101447.485000', '101447.488000', '101447.491000', '101447.494000', '101447.497000', '101447.500000', '101447.503000', '101447.506000', '101447.509000', '101447.512000', '101447.515000', '101447.518000', '101447.521000', '101447.524000', '101447.527000', '101447.530000', '101447.533000', '101447.536000', '101447.539000', '101447.542000', '101447.545000', '101447.548000', '101447.551000', '101447.554000', '101447.557000', '101447.560000', '101447.563000', '101447.566000', '101447.578000', '101447.581000', '101447.584000', '101447.587000', '101447.590000', '101447.593000', '101507.458000', '101507.461000', '101507.464000', '101507.467000', '101507.470000', '101507.473000', '101507.476000', '101507.479000', '101507.482000', '101507.485000', '101507.488000', '101507.491000', '101507.494000', '101507.497000', '101507.500000', '101507.503000', '101507.506000', '101507.509000', '101507.512000', '101507.515000', '101507.518000', '101507.521000', '101507.524000', '101507.527000', '101507.530000', '101507.533000', '101507.536000', '101507.539000', '101507.542000', '101507.545000', '101507.548000', '101507.551000', '101507.554000', '101507.557000', '101507.560000', '101507.563000', '101507.566000', '101507.569000', '101507.572000', '101507.575000', '101507.578000', '101507.581000', '101507.584000', '101507.591000', '101527.458000', '101527.461000', '101527.464000', '101527.472000', '101527.475000', '101527.478000', '101527.481000', '101527.484000', '101527.487000', '101527.490000', '101527.493000', '101527.496000', '101527.499000', '101527.502000', '101527.505000', '101527.508000', '101527.511000', '101527.514000', '101527.517000', '101527.520000', '101527.523000', '101527.526000', '101527.529000', '101527.532000', '101527.535000', '101527.538000', '101527.541000', '101527.544000', '101527.547000', '101527.550000', '101527.553000', '101527.556000', '101527.559000', '101527.562000', '101527.565000', '101527.568000', '101527.571000', '101527.574000', '101527.577000', '101527.581000', '101527.585000', '101527.588000', '101527.591000', '101547.459000', '101547.462000', '101547.465000', '101547.468000', '101547.471000', '101547.474000', '101547.477000', '101547.480000', '101547.483000', '101547.486000', '101547.489000', '101547.492000', '101547.495000', '101547.498000', '101547.501000', '101547.504000', '101547.507000', '101547.510000', '101547.513000', '101547.516000', '101547.519000', '101547.522000', '101547.525000', '101547.528000', '101547.531000', '101547.535000', '101547.537000', '101547.540000', '101547.561000', '101547.564000', '101547.567000', '101547.570000', '101547.573000', '101547.576000', '101547.579000', '101547.582000', '101547.585000', '101547.588000', '101547.591000', '101547.594000', '101547.597000', '101547.600000', '101547.603000', '101547.611000', '101607.459000', '101607.462000', '101607.465000', '101607.468000', '101607.471000', '101607.474000', '101607.477000', '101607.480000', '101607.483000', '101607.486000', '101607.489000', '101607.492000', '101607.495000', '101607.498000', '101607.501000', '101607.504000', '101607.507000', '101607.510000', '101607.513000', '101607.516000', '101607.519000', '101607.522000', '101607.525000', '101607.528000', '101607.531000', '101607.534000', '101607.537000', '101607.540000', '101607.543000', '101607.546000', '101607.549000', '101607.552000', '101607.555000', '101607.558000', '101607.561000', '101607.564000', '101607.567000', '101607.570000', '101607.573000', '101607.576000', '101607.579000', '101607.582000', '101607.585000', '101627.458000', '101627.475000', '101627.478000', '101627.481000', '101627.484000', '101627.487000', '101627.490000', '101627.493000', '101627.496000', '101627.499000', '101627.502000', '101627.504000', '101627.508000', '101627.511000', '101627.514000', '101627.516000', '101627.519000', '101627.522000', '101627.525000', '101627.528000', '101627.531000', '101627.534000', '101627.537000', '101627.546000', '101627.549000', '101627.552000', '101627.555000', '101627.558000', '101627.561000', '101627.564000', '101627.567000', '101627.570000', '101627.573000', '101627.576000', '101627.579000', '101627.582000', '101627.585000', '101627.588000', '101627.591000', '101627.594000', '101627.597000', '101627.600000', '101627.603000', '101647.458000', '101647.461000', '101647.464000', '101647.467000', '101647.470000', '101647.473000', '101647.476000', '101647.479000', '101647.482000', '101647.485000', '101647.488000', '101647.491000', '101647.494000', '101647.497000', '101647.500000', '101647.503000', '101647.506000', '101647.509000', '101647.512000', '101647.515000', '101647.518000', '101647.521000', '101647.524000', '101647.527000', '101647.530000', '101647.533000', '101647.536000', '101647.539000', '101647.542000', '101647.545000', '101647.548000', '101647.551000', '101647.554000', '101647.557000', '101647.560000', '101647.563000', '101647.566000', '101647.569000', '101647.572000', '101647.575000', '101647.578000', '101647.581000', '101647.584000', '101647.587000', '101707.458000', '101707.461000', '101707.464000', '101707.467000', '101707.470000', '101707.473000', '101707.476000', '101707.479000', '101707.482000', '101707.486000', '101707.489000', '101707.492000', '101707.495000', '101707.498000', '101707.501000', '101707.504000', '101707.507000', '101707.510000', '101707.513000', '101707.516000', '101707.519000', '101707.522000', '101707.525000', '101707.528000', '101707.531000', '101707.542000', '101707.545000', '101707.548000', '101707.551000', '101707.554000', '101707.557000', '101707.560000', '101707.563000', '101707.566000', '101707.569000', '101707.572000', '101707.575000', '101707.578000', '101707.581000', '101707.584000', '101707.588000', '101707.591000', '101707.594000', '101727.458000', '101727.461000', '101727.464000', '101727.467000', '101727.470000', '101727.473000', '101727.476000', '101727.479000', '101727.482000', '101727.485000', '101727.488000', '101727.491000', '101727.494000', '101727.497000', '101727.500000', '101727.503000', '101727.506000', '101727.509000', '101727.512000', '101727.515000', '101727.518000', '101727.521000', '101727.524000', '101727.527000', '101727.531000', '101727.534000', '101727.537000', '101727.539000', '101727.542000', '101727.545000', '101727.548000', '101727.551000', '101727.554000', '101727.557000', '101727.560000', '101727.563000', '101727.566000', '101727.569000', '101727.572000', '101727.575000', '101727.578000', '101727.581000', '101727.584000', '101727.587000', '101747.458000', '101747.462000', '101747.465000', '101747.468000', '101747.471000', '101747.474000', '101747.477000', '101747.480000', '101747.483000', '101747.486000', '101747.489000', '101747.492000', '101747.495000', '101747.498000', '101747.502000', '101747.505000', '101747.509000', '101747.512000', '101747.515000', '101747.518000', '101747.521000', '101747.524000', '101747.527000', '101747.530000', '101747.533000', '101747.536000', '101747.539000', '101747.542000', '101747.545000', '101747.548000', '101747.551000', '101747.554000', '101747.557000', '101747.560000', '101747.563000', '101747.566000', '101747.569000', '101747.572000', '101747.575000', '101747.578000', '101747.581000', '101747.584000', '101747.587000', '101807.459000', '101807.462000', '101807.465000', '101807.468000', '101807.471000', '101807.474000', '101807.477000', '101807.480000', '101807.483000', '101807.486000', '101807.489000', '101807.492000', '101807.495000', '101807.498000', '101807.501000', '101807.504000', '101807.507000', '101807.510000', '101807.513000', '101807.516000', '101807.519000', '101807.522000', '101807.525000', '101807.528000', '101807.531000', '101807.534000', '101807.537000', '101807.540000', '101807.543000', '101807.546000', '101807.549000', '101807.552000', '101807.555000', '101807.558000', '101807.561000', '101807.564000', '101807.567000', '101807.570000', '101807.573000', '101807.576000', '101807.579000', '101807.582000', '101807.585000', '101807.588000', '101827.459000', '101827.463000', '101827.466000', '101827.469000', '101827.471000', '101827.474000', '101827.477000', '101827.481000', '101827.484000', '101827.487000', '101827.490000', '101827.493000', '101827.496000', '101827.499000', '101827.502000', '101827.505000', '101827.508000', '101827.511000', '101827.514000', '101827.517000', '101827.520000', '101827.537000', '101827.540000', '101827.543000', '101827.546000', '101827.549000', '101827.552000', '101827.555000', '101827.558000', '101827.561000', '101827.564000', '101827.567000', '101827.570000', '101827.573000', '101827.577000', '101827.580000', '101827.583000', '101827.586000', '101827.589000', '101827.592000', '101827.595000', '101827.598000', '101827.601000', '101847.458000', '101847.461000', '101847.464000', '101847.467000', '101847.470000', '101847.473000', '101847.476000', '101847.480000', '101847.483000', '101847.486000', '101847.489000', '101847.492000', '101847.495000', '101847.498000', '101847.501000', '101847.504000', '101847.507000', '101847.510000', '101847.513000', '101847.516000', '101847.519000', '101847.523000', '101847.526000', '101847.529000', '101847.532000', '101847.535000', '101847.538000', '101847.541000', '101847.544000', '101847.547000', '101847.550000', '101847.553000', '101847.556000', '101847.559000', '101847.562000', '101847.565000', '101847.568000', '101847.571000', '101847.574000', '101847.577000', '101847.580000', '101847.583000', '101847.586000', '101847.589000', '101907.459000', '101907.462000', '101907.465000', '101907.469000', '101907.472000', '101907.475000', '101907.478000', '101907.481000', '101907.484000', '101907.487000', '101907.490000', '101907.493000', '101907.496000', '101907.499000', '101907.502000', '101907.505000', '101907.508000', '101907.511000', '101907.514000', '101907.517000', '101907.520000', '101907.523000', '101907.526000', '101907.529000', '101907.532000', '101907.536000', '101907.539000', '101907.542000', '101907.545000', '101907.548000', '101907.552000', '101907.555000', '101907.558000', '101907.561000', '101907.564000', '101907.567000', '101907.570000', '101907.573000', '101907.576000', '101907.579000', '101907.582000', '101907.597000', '101907.600000', '101927.458000', '101927.461000', '101927.464000', '101927.467000', '101927.470000', '101927.474000', '101927.476000', '101927.479000', '101927.483000', '101927.485000', '101927.488000', '101927.491000', '101927.494000', '101927.497000', '101927.500000', '101927.503000', '101927.506000', '101927.509000', '101927.512000', '101927.516000', '101927.519000', '101927.522000', '101927.531000', '101927.534000', '101927.537000', '101927.540000', '101927.543000', '101927.546000', '101927.549000', '101927.552000', '101927.555000', '101927.558000', '101927.561000', '101927.564000', '101927.567000', '101927.570000', '101927.573000', '101927.576000', '101927.579000', '101927.582000', '101927.585000', '101927.588000', '101927.591000', '101927.594000', '101947.458000', '101947.462000', '101947.465000', '101947.468000', '101947.471000', '101947.474000', '101947.477000', '101947.480000', '101947.483000', '101947.486000', '101947.489000', '101947.492000', '101947.495000', '101947.498000', '101947.501000', '101947.504000', '101947.507000', '101947.510000', '101947.513000', '101947.516000', '101947.519000', '101947.522000', '101947.525000', '101947.528000', '101947.531000', '101947.534000', '101947.538000', '101947.543000', '101947.547000', '101947.550000', '101947.553000', '101947.556000', '101947.559000', '101947.562000', '101947.565000', '101947.568000', '101947.571000', '101947.574000', '101947.577000', '101947.580000', '101947.583000', '101947.586000', '101947.589000', '102007.458000', '102007.461000', '102007.464000', '102007.467000', '102007.470000', '102007.473000', '102007.476000', '102007.479000', '102007.482000', '102007.485000', '102007.488000', '102007.491000', '102007.494000', '102007.497000', '102007.500000', '102007.503000', '102007.506000', '102007.509000', '102007.512000', '102007.515000', '102007.518000', '102007.521000', '102007.524000', '102007.527000', '102007.530000', '102007.533000', '102007.536000', '102007.539000', '102007.542000', '102007.545000', '102007.548000', '102007.551000', '102007.554000', '102007.557000', '102007.560000', '102007.563000', '102007.566000', '102007.569000', '102007.572000', '102007.575000', '102007.578000', '102007.581000', '102007.584000', '102007.587000', '102027.459000', '102027.462000', '102027.465000', '102027.468000', '102027.471000', '102027.474000', '102027.477000', '102027.480000', '102027.484000', '102027.487000', '102027.489000', '102027.493000', '102027.497000', '102027.500000', '102027.503000', '102027.506000', '102027.509000', '102027.512000', '102027.515000', '102027.518000', '102027.529000', '102027.532000', '102027.535000', '102027.538000', '102027.541000', '102027.544000', '102027.547000', '102027.550000', '102027.553000', '102027.556000', '102027.559000', '102027.562000', '102027.565000', '102027.569000', '102027.572000', '102027.575000', '102027.578000', '102027.581000', '102027.584000', '102027.587000', '102027.590000', '102027.593000', '102027.596000', '102047.459000', '102047.462000', '102047.466000', '102047.469000', '102047.472000', '102047.475000', '102047.478000', '102047.481000', '102047.483000', '102047.486000', '102047.489000', '102047.492000', '102047.495000', '102047.498000', '102047.501000', '102047.505000', '102047.508000', '102047.511000', '102047.514000', '102047.517000', '102047.520000', '102047.523000', '102047.526000', '102047.529000', '102047.532000', '102047.535000', '102047.538000', '102047.541000', '102047.544000', '102047.547000', '102047.567000', '102047.570000', '102047.573000', '102047.576000', '102047.588000', '102047.591000', '102047.594000', '102047.597000', '102047.600000', '102047.603000', '102047.606000', '102047.609000', '102047.612000', '102047.615000', '102107.458000', '102107.461000', '102107.464000', '102107.468000', '102107.471000', '102107.474000', '102107.477000', '102107.480000', '102107.483000', '102107.486000', '102107.489000', '102107.492000', '102107.495000', '102107.498000', '102107.501000', '102107.504000', '102107.507000', '102107.511000', '102107.514000', '102107.517000', '102107.520000', '102107.523000', '102107.526000', '102107.529000', '102107.532000', '102107.535000', '102107.538000', '102107.542000', '102107.545000', '102107.548000', '102107.551000', '102107.554000', '102107.557000', '102107.560000', '102107.563000', '102107.566000', '102107.569000', '102107.572000', '102107.575000', '102107.578000', '102107.581000', '102107.584000', '102107.588000', '102127.458000', '102127.470000', '102127.473000', '102127.476000', '102127.479000', '102127.482000', '102127.485000', '102127.488000', '102127.491000', '102127.494000', '102127.497000', '102127.500000', '102127.503000', '102127.506000', '102127.509000', '102127.512000', '102127.515000', '102127.518000', '102127.521000', '102127.524000', '102127.527000', '102127.530000', '102127.533000', '102127.536000', '102127.539000', '102127.542000', '102127.545000', '102127.548000', '102127.551000', '102127.554000', '102127.557000', '102127.560000', '102127.563000', '102127.566000', '102127.569000', '102127.572000', '102127.575000', '102127.578000', '102127.581000', '102127.584000', '102127.587000', '102127.590000', '102127.593000', '102127.596000', '102147.458000', '102147.461000', '102147.465000', '102147.468000', '102147.470000', '102147.473000', '102147.476000', '102147.480000', '102147.483000', '102147.486000', '102147.489000', '102147.492000', '102147.495000', '102147.498000', '102147.501000', '102147.504000', '102147.507000', '102147.510000', '102147.513000', '102147.516000', '102147.519000', '102147.522000', '102147.525000', '102147.528000', '102147.532000', '102147.536000', '102147.539000', '102147.542000', '102147.545000', '102147.548000', '102147.551000', '102147.558000', '102147.561000', '102147.564000', '102147.567000', '102147.570000', '102147.573000', '102147.576000', '102147.579000', '102147.582000', '102147.586000', '102147.589000', '102147.592000', '102207.458000', '102207.461000', '102207.464000', '102207.468000', '102207.471000', '102207.474000', '102207.477000', '102207.479000', '102207.482000', '102207.486000', '102207.489000', '102207.492000', '102207.495000', '102207.498000', '102207.501000', '102207.504000', '102207.507000', '102207.510000', '102207.513000', '102207.516000', '102207.519000', '102207.522000', '102207.525000', '102207.528000', '102207.531000', '102207.534000', '102207.537000', '102207.540000', '102207.543000', '102207.546000', '102207.549000', '102207.552000', '102207.555000', '102207.558000', '102207.561000', '102207.564000', '102207.567000', '102207.571000', '102207.573000', '102207.576000', '102207.580000', '102207.583000', '102207.586000', '102207.589000', '102227.458000', '102227.461000', '102227.465000', '102227.468000', '102227.471000', '102227.474000', '102227.477000', '102227.480000', '102227.483000', '102227.486000', '102227.489000', '102227.492000', '102227.495000', '102227.498000', '102227.501000', '102227.504000', '102227.507000', '102227.510000', '102227.513000', '102227.516000', '102227.519000', '102227.522000', '102227.525000', '102227.528000', '102227.531000', '102227.534000', '102227.537000', '102227.540000', '102227.543000', '102227.546000', '102227.549000', '102227.552000', '102227.555000', '102227.558000', '102227.561000', '102227.564000', '102227.567000', '102227.570000', '102227.573000', '102227.576000', '102227.579000', '102227.582000', '102227.585000', '102244.698000', '102244.703000', '102244.707000', '102244.711000', '102244.714000', '102244.718000', '102244.721000', '102244.728000', '102244.732000', '102244.736000', '102244.740000', '102244.745000', '102244.748000', '102244.752000', '102244.756000', '102244.759000', '102244.763000', '102244.767000', '102244.770000', '102244.773000', '102244.776000', '102244.780000', '102244.783000', '102244.786000', '102244.789000', '102244.792000', '102244.795000', '102244.799000', '102244.802000', '102244.805000', '102244.808000', '102244.811000', '102244.814000', '102244.817000', '102244.820000', '102244.823000', '102244.826000', '102244.829000'], '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': [11559, 14075, 10344, 11927, 7682, 10146, 13147, 8461, 10697, 13242, 9470, 11439, 13668, 8612, 10926, 12915, 9042, 11333, 12894, 8773, 11121, 12389, 8727, 11842, 11503, 8440, 11684, 8101, 9063, 12772, 7932, 9107, 12540, 8105, 10133, 12603, 7948, 10210, 12660, 8392, 10101, 13012, 7898, 10127, 13002, 8914, 11190, 12962, 8582, 10835, 12372, 8382, 11944, 10577, 8846, 12367, 7782, 9871, 12988, 7731, 10398, 13599, 8452, 11615, 13229, 8421, 11778, 7794, 9382, 13116, 8181, 10739, 13766, 8681, 12004, 10749, 8672, 12354, 7810, 9741, 13183, 8313, 11427, 13393, 9198, 12028, 7733, 9069, 12900, 8841, 10994, 13180, 8602, 11769, 8146, 9325, 12975, 7264, 10576, 13252, 9178, 11490, 8785, 9361, 13013, 7815, 10199, 13269, 9560, 11894, 8261, 9108, 13096, 8085, 10500, 13321, 8485, 11852, 10190, 8955, 12606, 7794, 10055, 13121, 9230, 10989, 13056, 8731, 12153, 9391, 9031, 12931, 7425, 9824, 13625, 9204, 11363, 12823, 7928, 12182, 9985, 8936, 12844, 7809, 9524, 13194, 8120, 10090, 13207, 8156, 11612, 13211, 8867, 11368, 9117, 8807, 12692, 7986, 9933, 13104, 8286, 11402, 13257, 8964, 11683, 12016, 8740, 12263, 8052, 9394, 13075, 7915, 9741, 13293, 7593, 11173, 13419, 9529, 12168, 8152, 8728, 13016, 8280, 9779, 13059, 7716, 11584, 13407, 9256, 11754, 8959, 8197, 12861, 8311, 9650, 13066, 7433, 10033, 13185, 9365, 11764, 12602, 8325, 12103, 10369, 9171, 12703, 7385, 9942, 13207, 8408, 10226, 13064, 8224, 11501, 13294, 9282, 12027, 7781, 9286, 12820, 8385, 9667, 13193, 7668, 10612, 13178, 8991, 11134, 13205, 8329, 11672, 10714, 8982, 12726, 7821, 10159, 13322, 8852, 11514, 11621, 8702, 12808, 9341, 9030, 12900, 8077, 9792, 13337, 7986, 10787, 13194, 9082, 12293, 10160, 8579, 12708, 7767, 9463, 13302, 7457, 9866, 13400, 8536, 11471, 13052, 8767, 11345, 12091, 8785, 12349, 11491, 8327, 12541, 8030, 10492, 8635, 8953, 9343, 9614, 13158, 9474, 9206, 13140, 13232, 8362, 11547, 8547, 8701, 13396, 9082, 9504, 13255, 10029, 8868, 12769, 11924, 8403, 12318, 10981, 8887, 12418, 8176, 8740, 13301, 9629, 9093, 12731, 7986, 9701, 13335, 9244, 9751, 13293, 8306, 9302, 13170, 8555, 9674, 13139, 7872, 9876, 13359, 9031, 9970, 13327, 7592, 9505, 13220, 8386, 10042, 13347, 7434, 10462, 13421, 8661, 10738, 13274, 8262, 11324, 13082, 9379, 10974, 12255, 8854, 12125, 10425, 9301, 12459, 8190, 9954, 12907, 7530, 10010, 12928, 8738, 10436, 12906, 8106, 10770, 13035, 9564, 11371, 7668, 9246, 12691, 7824, 10462, 13001, 8784, 10816, 12878, 8577, 11314, 12419, 9248, 11953, 7904, 9206, 12926, 7993, 10215, 13152, 7579, 10032, 12967, 8704, 10789, 12855, 8209, 11206, 12985, 9430, 11616, 7798, 8966, 12564, 8235, 9709, 12927, 7507, 10065, 12837, 8519, 9911, 12939, 7376, 10180, 12998, 8600, 10352, 13194, 7984, 10312, 13139, 8941, 10139, 13528, 7979, 10034, 13399, 8948, 10106, 13327, 7820, 10298, 13016, 9010, 10965, 13280, 8027, 10148, 13101, 8658, 11016, 13214, 8157, 10812, 12911, 8890, 10828, 13323, 7827, 11123, 13078, 9036, 11851, 11285, 8581, 12599, 12211, 9437, 12490, 9577, 8285, 12720, 11444, 9208, 12446, 9176, 8573, 12990, 9040, 9374, 13195, 8357, 9343, 13244, 8390, 9779, 13339, 7872, 9696, 13179, 8493, 9860, 13501, 7646, 10100, 13483, 8630, 10477, 13451, 7781, 10125, 13460, 8926, 10893, 13480, 8104, 10937, 13363, 9175, 12042, 8959, 8827, 12809, 11040, 9340, 12636, 9168, 9009, 13060, 10334, 9318, 12728, 8310, 9426, 13476, 8695, 9799, 13258, 7861, 10185, 13720, 8696, 10276, 13429, 7726, 10889, 13668, 9194, 11214, 11544, 8484, 12803, 11526, 8850, 12936, 9608, 9169, 13291, 8559, 9508, 13490, 8975, 9884, 13219, 7758, 9861, 13757, 8465, 10256, 13554, 7966, 11034, 13699, 8905, 10340, 13505, 8572, 11616, 13719, 8491, 9910, 13587, 8725, 10846, 13599, 8769, 10743, 13556, 7959, 10086, 13701, 8082, 10237, 13378, 7931, 9912, 13190, 7866, 10160, 13475, 8755, 10884, 13541, 7921, 9947, 13447, 8864, 9926, 13503, 7579, 10321, 13588, 8897, 10050, 13371, 7505, 10144, 13639, 8582, 10354, 13505, 7561, 10172, 13763, 8735, 10269, 13717, 7421, 10382, 13647, 8555, 10204, 13623, 7202, 10231, 13571, 8774, 10469, 13354, 7630, 10233, 13583, 9350, 10335, 13434, 8196, 10401, 13639, 9089, 10322, 13518, 8533, 11597, 13591, 8642, 11499, 8103, 9451, 13264, 8498, 10311, 13519, 8361, 10650, 13806, 8199, 10429, 13557, 9302, 11139, 13818, 8165, 11539, 13664, 9209, 11681, 11578, 8191, 12360, 10751, 9150, 12841, 7863, 10053, 13304, 8863, 10768, 13532, 8072, 11524, 13908, 9510, 11694, 13127, 8306, 12081, 13976, 9454, 11631, 11507, 8652, 12595, 12326, 9290, 12526, 7858, 9286, 13564, 8741, 10028, 13566, 7651, 10297, 13506, 9134, 10493, 13528, 7942, 10874, 13585, 9506, 11791, 9671, 8422, 13046, 9483, 9233, 13248, 8406, 9923, 13609, 8594, 10321, 13495, 8005, 10112, 13702, 8298, 10469, 13655, 8697, 10530, 13470, 8501, 10352, 13665, 8562, 11353, 13407, 8853, 11731, 12721, 8788, 12191, 10064, 8722, 12921, 9139, 9598, 13343, 7810, 10105, 13511, 8435, 10341, 13521, 8085, 10396, 13550, 9565, 11155, 13446, 8349, 11409, 13824, 9170, 11723, 9468, 8849, 12904, 9798, 8896, 13055, 7558, 9743, 13610, 8944, 10449, 13469, 8066, 11819, 13707, 9232, 11863, 9701, 8939, 12798, 8860, 9575, 13505, 8106, 10192, 13093, 8554, 12294, 8651, 12272, 9441, 12179, 14161, 9280, 11071, 13601, 8631, 10234, 13624, 8258, 11699, 13517, 8782, 11670, 11358, 8773, 12604, 8099, 9213, 12751, 8338, 10558, 13034, 7587, 10514, 13429, 9212, 11130, 7778, 10257, 13259, 8570, 10432, 12539, 9543, 12420, 7841, 9917, 7896, 12431, 12852, 8558, 12344, 11822, 9985, 13582, 9285, 11009, 13625, 8985, 11069, 14724, 9424, 11171, 15045, 9196, 11461, 15028, 8989, 10852, 14215, 8421, 10667, 13007, 8104, 11489, 13189, 9876, 11411, 7348, 9614, 12694, 8545, 11640, 13073, 10114, 11491, 7050, 10586, 12663, 9733, 11517, 7704, 10570, 12236, 9013, 11539, 8177, 11496, 7438, 10430, 7261, 11881, 9649, 12566, 8973, 12022, 14582, 8614, 11046, 11702, 9369, 12757, 7583, 10849, 13343, 9518, 11842, 10515, 9000, 12748, 9555, 10579, 6988, 9391, 11283, 8471, 11856, 7916, 9982, 12536, 8177, 10620, 12875, 9377, 11522, 11676, 9264, 12374, 8510, 10060, 13328, 8891, 11318, 13573, 8722, 12060, 9597, 9296, 12951, 7698, 10062, 13201, 8103, 10301, 13271, 8297, 11408, 13353, 9074, 11068, 11262, 8268, 12324, 9586, 8873, 12679, 8238, 9806, 13200, 7484, 10142, 12916, 9340, 10742, 12895, 8048, 10627, 11300, 8964, 12108, 9087, 9231, 12741, 8017, 10012, 12958, 8502, 9850, 13242, 7811, 10156, 13017, 8731, 10701, 12980, 8191, 11321, 13196, 8835, 11436, 9463, 8126, 12783, 12718, 9069, 11899, 8383, 8530, 12989, 8979, 9843, 12929, 7925, 9877, 13229, 7875, 10487, 13652, 8761, 10806, 13199, 8310, 10350, 13070, 9192, 10324, 12709, 8352, 11053, 12730, 8923, 11062, 9763, 8602, 12249, 7933, 9316, 12815, 7891, 10123, 12737, 8595, 10428, 13229, 8714, 11330, 13380, 9157, 11681, 10244, 8737, 12934, 8326, 10242, 13230, 7576, 10376, 13458, 9706, 11536, 13275, 8915, 12171, 9374, 9154, 13068, 7924, 8911, 13036, 8440, 9969, 13016, 7645, 10219, 13250, 9108, 11183, 13383, 8865, 11953, 11903, 8829, 12062, 8000, 9235, 13032, 8480, 10338, 13092, 8240, 10642, 13357, 9288, 11586, 11365, 8317, 12366, 8545, 9708, 13194, 8097, 9969, 13295, 9456, 11248, 12202, 7888, 12131, 11541, 8893, 12053, 9022, 8153, 12783, 11013, 9287, 12163, 7884, 9022, 12765, 8093, 9695, 12728, 7308, 9913, 13326, 8785, 10550, 12881, 8100, 11709, 13126, 9118, 11529, 10751, 8397, 12281, 10725, 9170, 12423, 8678, 8800, 13069, 8161, 9759, 13109, 7829, 10091, 13121, 8911, 10804, 13328, 8482, 11399, 13182, 9054, 11651, 11883, 8536, 12037, 10671, 9002, 12029, 9060, 8738, 12950, 9340, 9420, 12587, 8680, 8626, 12990, 8244, 9807, 12857, 7407, 10130, 13124, 9624, 11312, 13130, 8182, 11211, 13351, 8962, 10836, 13136, 8316, 11133, 11362, 8990, 12393, 8426, 8985, 12993, 8376, 9766, 12854, 7950, 9828, 13231, 8317, 10086, 13123, 8242, 10037, 13155, 8753, 10193, 13025, 8037, 10320, 13606, 9482, 11053, 13353, 8330, 11239, 12006, 8922, 11909, 11993, 8405, 11823, 13063, 9387, 11739, 13110, 8345, 11443, 12925, 8797, 11776, 12436, 8863, 11752, 9801, 8927, 12697, 10047, 8816, 12402, 8178, 9670, 13103, 9031, 9109, 12613, 8281, 9506, 12667, 10324, 8966, 12525, 9594, 8393, 12418, 13564, 9120, 11261, 11070, 8184, 11990, 13180, 8753, 10791, 10814, 8292, 12369, 11853, 8908, 11785, 9120, 8897, 12551, 9493, 9161, 12798, 8090, 9484, 13031, 8069, 10117, 13025, 8587, 10175, 13202, 8668, 10430, 13219, 9058, 11114, 13051, 8544, 10179, 12839, 8806, 11308, 13165, 8935, 11209, 8449, 8634, 12434, 8456, 9467, 12864, 8433, 10128, 13094, 8303, 10901, 13111, 9284, 10628, 13089, 8285, 11506, 12002, 9160, 11828, 7403, 9947, 13252, 8203, 10874, 13924, 9644, 10821, 12439, 7920, 11962, 11680, 9392, 12259, 7712, 9775, 12806, 8521, 10209, 13114, 7922, 11101, 13467, 9096, 11510, 9037, 8686, 12365, 7958, 9819, 13069, 9727, 10295, 7491, 9208, 12759, 8969, 12476, 8695, 10899, 9867, 13907, 10375, 9753, 12549, 7706, 10994, 13694, 10080, 11439, 13016, 8886, 11802, 11499, 9119, 12690, 8647, 9809, 13147, 7879, 11109, 11809, 9419, 12397, 7704, 11273, 13390, 9175, 11749, 10452, 9095, 12873, 7496, 10851, 13467, 9023, 11877, 11850, 9419, 12382, 7125, 10133, 13115, 8123, 10279, 13053, 9052, 11663, 13376, 8847, 11620, 9608, 8393, 11900, 8001, 11237, 7935, 6600, 8339, 11415, 13103, 7938, 11320, 12962, 7188, 10648, 12319, 7411, 10733, 10383, 7745, 12619, 8179, 9039, 14040, 9260, 9631, 14129, 8898, 10010, 13885, 7943, 10422, 13449, 8372, 10430, 13188, 8933, 11235, 9376, 9263, 12023, 6925, 10404, 12769, 9421, 11131, 8400, 9429, 12390, 7582, 10834, 12774, 9400, 11601, 7489, 9767, 12602, 7274, 10523, 12576, 8750, 11183, 7204, 9626, 12671, 6951, 10729, 12814, 9125, 10695, 9903, 8437, 12138, 7812, 9005, 12693, 6954, 10465, 13236, 8337, 11039, 11195, 8320, 12369, 8449, 8701, 12631, 7664, 9456, 13384, 7155, 10814, 13535, 8664, 10846, 12348, 7809, 11907, 10287, 8296, 12636, 7819, 9122, 13465, 8560, 8680, 13255, 7501, 9756, 13374, 7872, 9220, 13256, 7842, 9567, 13221, 7444, 10577, 13518, 8658, 10291, 13784, 7432, 10159, 13238, 7959, 10201, 13335, 7661, 10290, 13330, 8723, 10428, 13202, 8278, 10839, 12201, 8549, 12013, 7847, 8453, 12924, 7650, 9206, 12917, 6805, 10121, 13278, 8096, 10783, 12583, 7914, 12494, 11099, 8291, 12386, 8265, 8282, 13293, 7995, 9253, 13258, 7795, 9202, 13427, 7148, 11108, 13410, 8337, 11379, 7983, 8368, 13122, 7391, 9580, 14071, 7675, 9746, 12865, 7329, 12219, 11782, 8007, 11974, 8301, 7859, 13199, 8320, 8011, 12599, 8298, 8610, 13158, 6956, 8336, 13383, 7441, 9060, 12903, 7440, 12312, 7049, 10012, 7483, 8691, 7570, 9554, 13624, 10559, 9311, 13187, 7949, 9188, 14081, 8255, 10755, 13565, 9026, 11181, 7456, 7351, 12631, 7135, 9146, 13027, 8402, 10355, 12961, 7330, 10733, 9265, 7989, 12408, 6589, 9507, 12994, 7394, 8863, 13141, 7732, 10378, 13405, 7969, 11430, 9252, 7934, 13060, 7799, 8482, 13304, 8292, 8924, 13360, 7409, 10338, 13516, 8916, 10581, 10274, 7297, 12143, 8162, 8434, 12973, 6674, 10085, 13367, 8426, 10463, 13121, 8526, 11996, 10026, 7854, 12618, 9178, 8682, 13064, 7724, 10391, 13784, 8790, 10325, 13558, 8017, 10705, 13000, 8430, 10813, 7935, 8419, 12703, 7420, 9336, 12871, 8200, 10584, 13329, 8254, 10540, 12848, 8974, 11738, 7494, 8269, 12287, 7622, 9634, 13067, 7565, 10792, 13048, 8842, 11062, 7504, 8646, 12959, 7447, 10060, 13289, 9227, 11162, 11068, 8368, 12343, 7509, 10727, 12847, 8203, 11188, 8376, 8911, 12837, 7391, 10946, 13158, 9058, 11407, 7867, 8788, 12693, 7770, 9093, 12621, 7497, 9241, 12455, 7994, 11109, 11554, 8334, 11917, 7233, 9312, 12710, 8545, 11164, 8822, 7896, 12676, 7538, 9916, 13036, 7694, 11627, 8656, 9019, 13750, 7943, 10270, 13551, 9324, 11167, 7616, 8162, 12816, 7626, 9532, 13450, 8441, 11008, 12908, 8335, 11422, 9731, 8091, 12209, 6785, 8982, 13136, 7338, 9696, 13578, 7982, 11260, 12403, 8859, 12063, 7089, 8140, 12337, 9373, 10944, 7852, 8239, 12485, 7765, 9298, 13876, 8151, 11400, 12697, 7996, 11941, 6689, 10010, 7815, 9271, 7918, 9802, 8419, 10650, 15118, 12015, 8132, 12350, 8801, 9494, 13264, 7791, 11183, 10204, 8408, 12360, 7483, 9712, 11464, 7715, 11637, 6994, 9856, 12501, 9455, 11090, 6706, 8158, 12349, 7651, 9400, 12692, 8095, 10494, 12872, 8596, 11158, 10495, 8519, 12081, 7987, 8363, 11960, 7441, 9015, 12810, 6731, 10540, 12403, 9422, 11286, 9033, 10988, 7222, 10397, 6399, 11775], 'WindowCenter': [4395.0, 4387.0, 4342.0, 4349.0, 4304.0, 4327.0, 4346.0, 4303.0, 4323.0, 4343.0, 4313.0, 4334.0, 4342.0, 4303.0, 4333.0, 4343.0, 4311.0, 4333.0, 4343.0, 4301.0, 4332.0, 4342.0, 4302.0, 4333.0, 4332.0, 4301.0, 4332.0, 4301.0, 4312.0, 4343.0, 4303.0, 4314.0, 4342.0, 4300.0, 4324.0, 4343.0, 4304.0, 4325.0, 4346.0, 4302.0, 4323.0, 4343.0, 4304.0, 4324.0, 4344.0, 4314.0, 4337.0, 4343.0, 4315.0, 4335.0, 4346.0, 4304.0, 4344.0, 4336.0, 4316.0, 4346.0, 4303.0, 4327.0, 4356.0, 4305.0, 4323.0, 4354.0, 4305.0, 4334.0, 4344.0, 4303.0, 4334.0, 4291.0, 4325.0, 4345.0, 4313.0, 4336.0, 4353.0, 4314.0, 4344.0, 4333.0, 4314.0, 4346.0, 4291.0, 4326.0, 4342.0, 4303.0, 4334.0, 4343.0, 4310.0, 4333.0, 4292.0, 4313.0, 4344.0, 4312.0, 4334.0, 4343.0, 4314.0, 4343.0, 4301.0, 4313.0, 4343.0, 4291.0, 4322.0, 4340.0, 4314.0, 4333.0, 4301.0, 4312.0, 4331.0, 4304.0, 4323.0, 4330.0, 4321.0, 4343.0, 4300.0, 4312.0, 4343.0, 4302.0, 4325.0, 4341.0, 4312.0, 4333.0, 4321.0, 4311.0, 4334.0, 4290.0, 4322.0, 4342.0, 4312.0, 4323.0, 4342.0, 4300.0, 4334.0, 4311.0, 4313.0, 4341.0, 4289.0, 4324.0, 4341.0, 4310.0, 4331.0, 4331.0, 4301.0, 4344.0, 4321.0, 4312.0, 4342.0, 4290.0, 4323.0, 4341.0, 4300.0, 4322.0, 4341.0, 4302.0, 4332.0, 4342.0, 4311.0, 4333.0, 4312.0, 4313.0, 4353.0, 4303.0, 4324.0, 4343.0, 4303.0, 4334.0, 4343.0, 4315.0, 4334.0, 4343.0, 4313.0, 4341.0, 4302.0, 4311.0, 4342.0, 4303.0, 4324.0, 4342.0, 4303.0, 4334.0, 4341.0, 4324.0, 4344.0, 4301.0, 4312.0, 4344.0, 4303.0, 4324.0, 4342.0, 4304.0, 4345.0, 4332.0, 4312.0, 4333.0, 4312.0, 4313.0, 4343.0, 4302.0, 4324.0, 4343.0, 4292.0, 4325.0, 4343.0, 4314.0, 4345.0, 4343.0, 4304.0, 4344.0, 4322.0, 4312.0, 4344.0, 4291.0, 4324.0, 4342.0, 4301.0, 4324.0, 4340.0, 4302.0, 4333.0, 4341.0, 4310.0, 4333.0, 4289.0, 4312.0, 4343.0, 4298.0, 4312.0, 4340.0, 4288.0, 4321.0, 4341.0, 4300.0, 4332.0, 4338.0, 4300.0, 4333.0, 4321.0, 4313.0, 4342.0, 4291.0, 4321.0, 4331.0, 4310.0, 4333.0, 4331.0, 4301.0, 4342.0, 4310.0, 4310.0, 4341.0, 4288.0, 4310.0, 4339.0, 4298.0, 4321.0, 4340.0, 4312.0, 4334.0, 4321.0, 4302.0, 4343.0, 4287.0, 4311.0, 4340.0, 4291.0, 4322.0, 4341.0, 4312.0, 4333.0, 4342.0, 4313.0, 4331.0, 4343.0, 4312.0, 4343.0, 4333.0, 4315.0, 4358.0, 4320.0, 4362.0, 4329.0, 4341.0, 4352.0, 4351.0, 4371.0, 4338.0, 4327.0, 4358.0, 4358.0, 4314.0, 4344.0, 4313.0, 4327.0, 4358.0, 4328.0, 4324.0, 4355.0, 4325.0, 4314.0, 4344.0, 4334.0, 4315.0, 4344.0, 4332.0, 4314.0, 4345.0, 4312.0, 4314.0, 4354.0, 4323.0, 4315.0, 4356.0, 4304.0, 4328.0, 4346.0, 4314.0, 4327.0, 4354.0, 4302.0, 4325.0, 4345.0, 4303.0, 4322.0, 4343.0, 4300.0, 4324.0, 4342.0, 4312.0, 4323.0, 4342.0, 4290.0, 4321.0, 4342.0, 4300.0, 4322.0, 4342.0, 4291.0, 4322.0, 4342.0, 4302.0, 4321.0, 4341.0, 4300.0, 4330.0, 4340.0, 4310.0, 4321.0, 4330.0, 4297.0, 4329.0, 4309.0, 4310.0, 4330.0, 4288.0, 4310.0, 4328.0, 4288.0, 4320.0, 4318.0, 4300.0, 4320.0, 4328.0, 4286.0, 4319.0, 4329.0, 4310.0, 4322.0, 4288.0, 4312.0, 4328.0, 4289.0, 4319.0, 4340.0, 4300.0, 4320.0, 4329.0, 4299.0, 4321.0, 4328.0, 4310.0, 4329.0, 4287.0, 4310.0, 4317.0, 4288.0, 4309.0, 4328.0, 4288.0, 4321.0, 4330.0, 4299.0, 4319.0, 4328.0, 4299.0, 4321.0, 4330.0, 4310.0, 4330.0, 4289.0, 4312.0, 4319.0, 4298.0, 4310.0, 4340.0, 4289.0, 4322.0, 4343.0, 4301.0, 4324.0, 4341.0, 4292.0, 4323.0, 4343.0, 4312.0, 4322.0, 4342.0, 4303.0, 4325.0, 4344.0, 4313.0, 4324.0, 4341.0, 4304.0, 4322.0, 4344.0, 4313.0, 4324.0, 4343.0, 4303.0, 4325.0, 4342.0, 4313.0, 4332.0, 4354.0, 4302.0, 4322.0, 4354.0, 4314.0, 4347.0, 4355.0, 4305.0, 4333.0, 4345.0, 4325.0, 4338.0, 4355.0, 4305.0, 4334.0, 4355.0, 4315.0, 4345.0, 4334.0, 4314.0, 4342.0, 4331.0, 4313.0, 4333.0, 4310.0, 4302.0, 4342.0, 4320.0, 4309.0, 4330.0, 4298.0, 4300.0, 4341.0, 4300.0, 4311.0, 4330.0, 4299.0, 4312.0, 4340.0, 4299.0, 4320.0, 4339.0, 4290.0, 4308.0, 4340.0, 4300.0, 4310.0, 4330.0, 4289.0, 4320.0, 4341.0, 4301.0, 4321.0, 4330.0, 4290.0, 4321.0, 4341.0, 4312.0, 4330.0, 4342.0, 4300.0, 4332.0, 4343.0, 4311.0, 4342.0, 4310.0, 4312.0, 4343.0, 4332.0, 4313.0, 4343.0, 4312.0, 4313.0, 4356.0, 4322.0, 4325.0, 4345.0, 4302.0, 4324.0, 4356.0, 4311.0, 4324.0, 4353.0, 4301.0, 4335.0, 4355.0, 4311.0, 4336.0, 4354.0, 4303.0, 4335.0, 4354.0, 4324.0, 4346.0, 4345.0, 4315.0, 4355.0, 4347.0, 4327.0, 4355.0, 4326.0, 4323.0, 4346.0, 4314.0, 4325.0, 4345.0, 4314.0, 4325.0, 4354.0, 4300.0, 4325.0, 4353.0, 4302.0, 4334.0, 4354.0, 4304.0, 4334.0, 4356.0, 4313.0, 4335.0, 4354.0, 4314.0, 4334.0, 4353.0, 4310.0, 4323.0, 4343.0, 4302.0, 4334.0, 4331.0, 4301.0, 4323.0, 4341.0, 4289.0, 4320.0, 4341.0, 4301.0, 4320.0, 4342.0, 4290.0, 4321.0, 4341.0, 4301.0, 4320.0, 4352.0, 4312.0, 4330.0, 4343.0, 4301.0, 4321.0, 4344.0, 4310.0, 4321.0, 4343.0, 4291.0, 4324.0, 4344.0, 4314.0, 4325.0, 4342.0, 4293.0, 4336.0, 4343.0, 4313.0, 4324.0, 4343.0, 4293.0, 4325.0, 4351.0, 4313.0, 4324.0, 4352.0, 4290.0, 4334.0, 4352.0, 4312.0, 4324.0, 4351.0, 4294.0, 4324.0, 4354.0, 4313.0, 4334.0, 4344.0, 4303.0, 4334.0, 4343.0, 4315.0, 4326.0, 4343.0, 4303.0, 4335.0, 4354.0, 4313.0, 4336.0, 4355.0, 4315.0, 4347.0, 4353.0, 4315.0, 4347.0, 4303.0, 4327.0, 4355.0, 4315.0, 4337.0, 4356.0, 4315.0, 4339.0, 4357.0, 4315.0, 4335.0, 4355.0, 4315.0, 4336.0, 4352.0, 4303.0, 4335.0, 4342.0, 4314.0, 4334.0, 4333.0, 4305.0, 4344.0, 4322.0, 4313.0, 4345.0, 4303.0, 4336.0, 4354.0, 4314.0, 4335.0, 4354.0, 4306.0, 4346.0, 4354.0, 4325.0, 4344.0, 4343.0, 4304.0, 4345.0, 4343.0, 4313.0, 4333.0, 4332.0, 4303.0, 4344.0, 4331.0, 4311.0, 4332.0, 4289.0, 4314.0, 4342.0, 4301.0, 4323.0, 4341.0, 4290.0, 4321.0, 4340.0, 4312.0, 4325.0, 4342.0, 4303.0, 4334.0, 4342.0, 4325.0, 4344.0, 4324.0, 4316.0, 4358.0, 4324.0, 4324.0, 4356.0, 4314.0, 4336.0, 4355.0, 4314.0, 4336.0, 4346.0, 4302.0, 4325.0, 4354.0, 4304.0, 4336.0, 4355.0, 4312.0, 4333.0, 4342.0, 4313.0, 4325.0, 4354.0, 4312.0, 4335.0, 4353.0, 4314.0, 4334.0, 4345.0, 4313.0, 4345.0, 4323.0, 4313.0, 4345.0, 4312.0, 4326.0, 4341.0, 4292.0, 4324.0, 4344.0, 4302.0, 4326.0, 4342.0, 4302.0, 4325.0, 4332.0, 4323.0, 4335.0, 4344.0, 4303.0, 4346.0, 4352.0, 4313.0, 4346.0, 4313.0, 4313.0, 4345.0, 4312.0, 4311.0, 4343.0, 4292.0, 4323.0, 4342.0, 4301.0, 4323.0, 4340.0, 4300.0, 4331.0, 4342.0, 4311.0, 4331.0, 4309.0, 4301.0, 4331.0, 4300.0, 4311.0, 4341.0, 4303.0, 4336.0, 4356.0, 4317.0, 4346.0, 4316.0, 4346.0, 4337.0, 4360.0, 4358.0, 4317.0, 4336.0, 4345.0, 4304.0, 4325.0, 4342.0, 4303.0, 4334.0, 4343.0, 4301.0, 4332.0, 4322.0, 4302.0, 4333.0, 4303.0, 4313.0, 4343.0, 4303.0, 4333.0, 4345.0, 4305.0, 4338.0, 4356.0, 4330.0, 4350.0, 4308.0, 4351.0, 4360.0, 4344.0, 4362.0, 4362.0, 4342.0, 4361.0, 4318.0, 4325.0, 4308.0, 4359.0, 4347.0, 4316.0, 4360.0, 4362.0, 4351.0, 4362.0, 4327.0, 4348.0, 4358.0, 4313.0, 4334.0, 4333.0, 4301.0, 4322.0, 4329.0, 4296.0, 4318.0, 4317.0, 4284.0, 4294.0, 4312.0, 4260.0, 4279.0, 4297.0, 4258.0, 4287.0, 4299.0, 4279.0, 4289.0, 4259.0, 4281.0, 4312.0, 4271.0, 4302.0, 4312.0, 4291.0, 4302.0, 4264.0, 4305.0, 4314.0, 4297.0, 4315.0, 4275.0, 4309.0, 4316.0, 4300.0, 4330.0, 4301.0, 4341.0, 4303.0, 4334.0, 4304.0, 4345.0, 4337.0, 4357.0, 4327.0, 4360.0, 4368.0, 4314.0, 4334.0, 4333.0, 4312.0, 4343.0, 4292.0, 4323.0, 4342.0, 4311.0, 4331.0, 4321.0, 4299.0, 4329.0, 4299.0, 4309.0, 4279.0, 4311.0, 4329.0, 4304.0, 4344.0, 4304.0, 4337.0, 4335.0, 4316.0, 4337.0, 4356.0, 4328.0, 4348.0, 4336.0, 4326.0, 4343.0, 4304.0, 4324.0, 4335.0, 4313.0, 4334.0, 4345.0, 4302.0, 4324.0, 4312.0, 4312.0, 4331.0, 4291.0, 4322.0, 4343.0, 4290.0, 4324.0, 4342.0, 4303.0, 4333.0, 4344.0, 4312.0, 4333.0, 4333.0, 4302.0, 4341.0, 4311.0, 4311.0, 4341.0, 4301.0, 4324.0, 4333.0, 4292.0, 4323.0, 4344.0, 4315.0, 4333.0, 4334.0, 4305.0, 4337.0, 4333.0, 4324.0, 4349.0, 4314.0, 4326.0, 4358.0, 4304.0, 4336.0, 4356.0, 4313.0, 4325.0, 4355.0, 4305.0, 4334.0, 4355.0, 4314.0, 4335.0, 4344.0, 4302.0, 4335.0, 4344.0, 4313.0, 4334.0, 4322.0, 4302.0, 4356.0, 4342.0, 4314.0, 4331.0, 4303.0, 4302.0, 4341.0, 4311.0, 4321.0, 4342.0, 4300.0, 4321.0, 4340.0, 4290.0, 4319.0, 4342.0, 4299.0, 4319.0, 4338.0, 4299.0, 4321.0, 4329.0, 4310.0, 4321.0, 4330.0, 4301.0, 4331.0, 4341.0, 4310.0, 4332.0, 4322.0, 4310.0, 4343.0, 4303.0, 4325.0, 4343.0, 4304.0, 4335.0, 4346.0, 4314.0, 4335.0, 4343.0, 4313.0, 4335.0, 4332.0, 4313.0, 4334.0, 4321.0, 4301.0, 4342.0, 4302.0, 4323.0, 4341.0, 4291.0, 4324.0, 4341.0, 4311.0, 4333.0, 4342.0, 4312.0, 4330.0, 4313.0, 4311.0, 4333.0, 4290.0, 4310.0, 4342.0, 4301.0, 4324.0, 4341.0, 4302.0, 4336.0, 4343.0, 4312.0, 4334.0, 4342.0, 4312.0, 4343.0, 4333.0, 4313.0, 4345.0, 4303.0, 4313.0, 4342.0, 4313.0, 4334.0, 4343.0, 4313.0, 4335.0, 4355.0, 4325.0, 4345.0, 4344.0, 4312.0, 4345.0, 4312.0, 4325.0, 4344.0, 4303.0, 4324.0, 4333.0, 4312.0, 4334.0, 4330.0, 4302.0, 4344.0, 4332.0, 4311.0, 4332.0, 4300.0, 4303.0, 4343.0, 4322.0, 4310.0, 4329.0, 4288.0, 4310.0, 4340.0, 4288.0, 4311.0, 4329.0, 4290.0, 4322.0, 4342.0, 4300.0, 4323.0, 4330.0, 4301.0, 4331.0, 4342.0, 4312.0, 4332.0, 4320.0, 4301.0, 4331.0, 4331.0, 4311.0, 4341.0, 4301.0, 4310.0, 4341.0, 4298.0, 4308.0, 4329.0, 4290.0, 4322.0, 4341.0, 4310.0, 4320.0, 4340.0, 4300.0, 4330.0, 4330.0, 4298.0, 4330.0, 4330.0, 4300.0, 4331.0, 4320.0, 4300.0, 4330.0, 4299.0, 4303.0, 4330.0, 4309.0, 4311.0, 4330.0, 4298.0, 4299.0, 4339.0, 4300.0, 4321.0, 4329.0, 4291.0, 4322.0, 4332.0, 4322.0, 4333.0, 4342.0, 4314.0, 4333.0, 4343.0, 4314.0, 4335.0, 4341.0, 4302.0, 4333.0, 4334.0, 4312.0, 4344.0, 4301.0, 4314.0, 4354.0, 4301.0, 4324.0, 4344.0, 4303.0, 4323.0, 4345.0, 4302.0, 4334.0, 4344.0, 4304.0, 4325.0, 4356.0, 4314.0, 4335.0, 4344.0, 4301.0, 4324.0, 4343.0, 4323.0, 4335.0, 4343.0, 4302.0, 4333.0, 4343.0, 4314.0, 4344.0, 4332.0, 4303.0, 4344.0, 4344.0, 4313.0, 4343.0, 4343.0, 4301.0, 4334.0, 4342.0, 4302.0, 4333.0, 4342.0, 4312.0, 4333.0, 4322.0, 4312.0, 4343.0, 4323.0, 4312.0, 4342.0, 4301.0, 4323.0, 4343.0, 4311.0, 4311.0, 4344.0, 4300.0, 4323.0, 4345.0, 4321.0, 4313.0, 4343.0, 4310.0, 4302.0, 4344.0, 4343.0, 4312.0, 4333.0, 4321.0, 4301.0, 4331.0, 4341.0, 4301.0, 4323.0, 4320.0, 4301.0, 4343.0, 4332.0, 4311.0, 4333.0, 4311.0, 4312.0, 4341.0, 4308.0, 4311.0, 4342.0, 4290.0, 4312.0, 4341.0, 4303.0, 4321.0, 4332.0, 4302.0, 4322.0, 4341.0, 4313.0, 4324.0, 4343.0, 4313.0, 4334.0, 4333.0, 4303.0, 4325.0, 4342.0, 4313.0, 4333.0, 4341.0, 4312.0, 4334.0, 4299.0, 4312.0, 4344.0, 4301.0, 4323.0, 4343.0, 4302.0, 4325.0, 4342.0, 4304.0, 4336.0, 4343.0, 4314.0, 4334.0, 4344.0, 4304.0, 4335.0, 4333.0, 4313.0, 4333.0, 4290.0, 4322.0, 4345.0, 4301.0, 4323.0, 4342.0, 4314.0, 4322.0, 4329.0, 4301.0, 4333.0, 4331.0, 4312.0, 4331.0, 4287.0, 4322.0, 4341.0, 4299.0, 4321.0, 4341.0, 4292.0, 4332.0, 4341.0, 4312.0, 4333.0, 4311.0, 4302.0, 4343.0, 4303.0, 4322.0, 4354.0, 4327.0, 4335.0, 4307.0, 4342.0, 4361.0, 4342.0, 4361.0, 4332.0, 4363.0, 4353.0, 4372.0, 4339.0, 4328.0, 4346.0, 4295.0, 4325.0, 4342.0, 4314.0, 4335.0, 4333.0, 4301.0, 4321.0, 4320.0, 4288.0, 4320.0, 4288.0, 4296.0, 4316.0, 4276.0, 4308.0, 4319.0, 4300.0, 4331.0, 4281.0, 4323.0, 4342.0, 4300.0, 4333.0, 4311.0, 4303.0, 4332.0, 4280.0, 4323.0, 4331.0, 4303.0, 4332.0, 4321.0, 4302.0, 4333.0, 4282.0, 4323.0, 4332.0, 4292.0, 4324.0, 4343.0, 4303.0, 4334.0, 4342.0, 4303.0, 4334.0, 4326.0, 4304.0, 4331.0, 4304.0, 4333.0, 4292.0, 4281.0, 4304.0, 4346.0, 4343.0, 4304.0, 4346.0, 4345.0, 4309.0, 4363.0, 4356.0, 4316.0, 4347.0, 4332.0, 4299.0, 4341.0, 4300.0, 4311.0, 4352.0, 4300.0, 4309.0, 4339.0, 4284.0, 4294.0, 4312.0, 4259.0, 4289.0, 4298.0, 4258.0, 4288.0, 4295.0, 4266.0, 4288.0, 4278.0, 4277.0, 4300.0, 4246.0, 4292.0, 4309.0, 4282.0, 4301.0, 4281.0, 4291.0, 4311.0, 4271.0, 4304.0, 4312.0, 4292.0, 4313.0, 4275.0, 4305.0, 4324.0, 4275.0, 4318.0, 4327.0, 4297.0, 4328.0, 4290.0, 4321.0, 4341.0, 4292.0, 4343.0, 4352.0, 4324.0, 4334.0, 4334.0, 4316.0, 4355.0, 4305.0, 4326.0, 4355.0, 4304.0, 4346.0, 4355.0, 4317.0, 4348.0, 4348.0, 4317.0, 4358.0, 4327.0, 4339.0, 4359.0, 4316.0, 4335.0, 4367.0, 4303.0, 4350.0, 4367.0, 4327.0, 4349.0, 4356.0, 4317.0, 4359.0, 4347.0, 4328.0, 4356.0, 4315.0, 4338.0, 4368.0, 4325.0, 4326.0, 4356.0, 4303.0, 4338.0, 4368.0, 4314.0, 4337.0, 4357.0, 4315.0, 4338.0, 4358.0, 4306.0, 4347.0, 4356.0, 4316.0, 4335.0, 4365.0, 4303.0, 4334.0, 4356.0, 4303.0, 4335.0, 4354.0, 4305.0, 4336.0, 4354.0, 4313.0, 4337.0, 4354.0, 4314.0, 4346.0, 4345.0, 4315.0, 4347.0, 4304.0, 4314.0, 4355.0, 4305.0, 4327.0, 4356.0, 4293.0, 4335.0, 4355.0, 4328.0, 4349.0, 4358.0, 4318.0, 4369.0, 4360.0, 4329.0, 4358.0, 4327.0, 4328.0, 4368.0, 4313.0, 4340.0, 4359.0, 4302.0, 4325.0, 4354.0, 4304.0, 4346.0, 4367.0, 4315.0, 4345.0, 4316.0, 4327.0, 4355.0, 4306.0, 4339.0, 4379.0, 4319.0, 4339.0, 4366.0, 4317.0, 4356.0, 4342.0, 4311.0, 4343.0, 4311.0, 4313.0, 4354.0, 4312.0, 4314.0, 4344.0, 4301.0, 4310.0, 4353.0, 4315.0, 4324.0, 4351.0, 4299.0, 4321.0, 4352.0, 4303.0, 4369.0, 4316.0, 4346.0, 4314.0, 4335.0, 4316.0, 4349.0, 4379.0, 4347.0, 4324.0, 4353.0, 4301.0, 4323.0, 4364.0, 4312.0, 4343.0, 4352.0, 4311.0, 4330.0, 4289.0, 4300.0, 4337.0, 4287.0, 4319.0, 4352.0, 4311.0, 4332.0, 4352.0, 4302.0, 4344.0, 4322.0, 4312.0, 4354.0, 4291.0, 4333.0, 4364.0, 4302.0, 4323.0, 4365.0, 4315.0, 4347.0, 4366.0, 4325.0, 4356.0, 4335.0, 4326.0, 4368.0, 4313.0, 4325.0, 4366.0, 4324.0, 4335.0, 4366.0, 4315.0, 4345.0, 4366.0, 4328.0, 4346.0, 4344.0, 4317.0, 4355.0, 4325.0, 4324.0, 4366.0, 4303.0, 4345.0, 4366.0, 4326.0, 4347.0, 4365.0, 4324.0, 4357.0, 4333.0, 4316.0, 4366.0, 4324.0, 4325.0, 4354.0, 4312.0, 4334.0, 4351.0, 4313.0, 4332.0, 4353.0, 4314.0, 4345.0, 4352.0, 4316.0, 4345.0, 4313.0, 4325.0, 4354.0, 4304.0, 4334.0, 4366.0, 4324.0, 4345.0, 4364.0, 4323.0, 4346.0, 4367.0, 4325.0, 4357.0, 4304.0, 4326.0, 4355.0, 4315.0, 4335.0, 4366.0, 4314.0, 4358.0, 4367.0, 4326.0, 4357.0, 4304.0, 4327.0, 4366.0, 4316.0, 4335.0, 4366.0, 4338.0, 4356.0, 4355.0, 4326.0, 4356.0, 4318.0, 4360.0, 4355.0, 4327.0, 4357.0, 4326.0, 4337.0, 4366.0, 4314.0, 4356.0, 4366.0, 4337.0, 4357.0, 4326.0, 4336.0, 4367.0, 4316.0, 4337.0, 4358.0, 4303.0, 4334.0, 4352.0, 4325.0, 4355.0, 4353.0, 4326.0, 4357.0, 4317.0, 4338.0, 4366.0, 4326.0, 4359.0, 4337.0, 4328.0, 4369.0, 4314.0, 4349.0, 4366.0, 4317.0, 4359.0, 4326.0, 4335.0, 4366.0, 4313.0, 4346.0, 4367.0, 4324.0, 4345.0, 4301.0, 4314.0, 4353.0, 4317.0, 4333.0, 4354.0, 4315.0, 4344.0, 4353.0, 4314.0, 4346.0, 4321.0, 4314.0, 4342.0, 4290.0, 4325.0, 4352.0, 4301.0, 4322.0, 4353.0, 4312.0, 4345.0, 4354.0, 4322.0, 4342.0, 4303.0, 4315.0, 4355.0, 4336.0, 4348.0, 4326.0, 4327.0, 4368.0, 4328.0, 4338.0, 4366.0, 4327.0, 4361.0, 4368.0, 4328.0, 4356.0, 4309.0, 4348.0, 4317.0, 4341.0, 4330.0, 4353.0, 4330.0, 4362.0, 4380.0, 4345.0, 4313.0, 4353.0, 4311.0, 4321.0, 4353.0, 4300.0, 4333.0, 4330.0, 4312.0, 4341.0, 4302.0, 4321.0, 4340.0, 4301.0, 4343.0, 4292.0, 4347.0, 4355.0, 4334.0, 4345.0, 4293.0, 4315.0, 4354.0, 4316.0, 4326.0, 4354.0, 4314.0, 4344.0, 4353.0, 4324.0, 4345.0, 4345.0, 4324.0, 4357.0, 4313.0, 4316.0, 4356.0, 4303.0, 4326.0, 4356.0, 4295.0, 4346.0, 4355.0, 4332.0, 4356.0, 4326.0, 4348.0, 4305.0, 4349.0, 4296.0, 4371.0], 'WindowWidth': [9691.0, 9666.0, 9591.0, 9597.0, 9527.0, 9559.0, 9582.0, 9522.0, 9548.0, 9577.0, 9533.0, 9562.0, 9573.0, 9519.0, 9559.0, 9573.0, 9528.0, 9561.0, 9573.0, 9515.0, 9558.0, 9572.0, 9515.0, 9559.0, 9557.0, 9515.0, 9558.0, 9515.0, 9530.0, 9574.0, 9518.0, 9535.0, 9573.0, 9513.0, 9550.0, 9574.0, 9522.0, 9552.0, 9581.0, 9518.0, 9548.0, 9576.0, 9522.0, 9550.0, 9579.0, 9537.0, 9570.0, 9578.0, 9538.0, 9565.0, 9581.0, 9523.0, 9578.0, 9568.0, 9540.0, 9582.0, 9522.0, 9557.0, 9596.0, 9526.0, 9548.0, 9593.0, 9525.0, 9564.0, 9579.0, 9521.0, 9564.0, 9503.0, 9551.0, 9579.0, 9536.0, 9566.0, 9591.0, 9536.0, 9577.0, 9563.0, 9536.0, 9581.0, 9503.0, 9553.0, 9574.0, 9522.0, 9563.0, 9576.0, 9528.0, 9560.0, 9503.0, 9532.0, 9575.0, 9530.0, 9562.0, 9573.0, 9535.0, 9576.0, 9514.0, 9534.0, 9575.0, 9501.0, 9543.0, 9569.0, 9534.0, 9560.0, 9516.0, 9532.0, 9554.0, 9523.0, 9547.0, 9552.0, 9542.0, 9574.0, 9515.0, 9532.0, 9575.0, 9517.0, 9551.0, 9573.0, 9532.0, 9561.0, 9542.0, 9529.0, 9562.0, 9498.0, 9544.0, 9570.0, 9528.0, 9545.0, 9571.0, 9513.0, 9562.0, 9527.0, 9532.0, 9569.0, 9498.0, 9549.0, 9569.0, 9525.0, 9555.0, 9555.0, 9516.0, 9576.0, 9541.0, 9530.0, 9572.0, 9499.0, 9547.0, 9572.0, 9513.0, 9544.0, 9570.0, 9516.0, 9560.0, 9575.0, 9530.0, 9562.0, 9532.0, 9535.0, 9591.0, 9521.0, 9549.0, 9577.0, 9521.0, 9564.0, 9577.0, 9537.0, 9564.0, 9576.0, 9535.0, 9572.0, 9517.0, 9531.0, 9573.0, 9519.0, 9550.0, 9573.0, 9521.0, 9563.0, 9571.0, 9548.0, 9575.0, 9515.0, 9533.0, 9577.0, 9518.0, 9549.0, 9573.0, 9522.0, 9579.0, 9555.0, 9533.0, 9562.0, 9531.0, 9534.0, 9577.0, 9518.0, 9551.0, 9575.0, 9506.0, 9553.0, 9577.0, 9537.0, 9580.0, 9576.0, 9523.0, 9578.0, 9545.0, 9532.0, 9576.0, 9501.0, 9551.0, 9573.0, 9515.0, 9550.0, 9570.0, 9518.0, 9563.0, 9571.0, 9528.0, 9561.0, 9498.0, 9531.0, 9575.0, 9507.0, 9531.0, 9568.0, 9495.0, 9543.0, 9569.0, 9512.0, 9558.0, 9564.0, 9512.0, 9562.0, 9544.0, 9532.0, 9574.0, 9500.0, 9543.0, 9554.0, 9527.0, 9559.0, 9555.0, 9515.0, 9571.0, 9527.0, 9524.0, 9568.0, 9493.0, 9525.0, 9565.0, 9509.0, 9541.0, 9568.0, 9530.0, 9560.0, 9543.0, 9516.0, 9574.0, 9493.0, 9528.0, 9569.0, 9504.0, 9543.0, 9571.0, 9531.0, 9561.0, 9574.0, 9533.0, 9558.0, 9575.0, 9531.0, 9575.0, 9563.0, 9541.0, 9602.0, 9554.0, 9617.0, 9569.0, 9585.0, 9602.0, 9600.0, 9627.0, 9577.0, 9558.0, 9603.0, 9603.0, 9539.0, 9580.0, 9536.0, 9558.0, 9604.0, 9559.0, 9552.0, 9595.0, 9551.0, 9536.0, 9578.0, 9563.0, 9536.0, 9577.0, 9558.0, 9535.0, 9580.0, 9531.0, 9539.0, 9592.0, 9547.0, 9539.0, 9595.0, 9522.0, 9561.0, 9581.0, 9536.0, 9557.0, 9593.0, 9518.0, 9553.0, 9579.0, 9519.0, 9546.0, 9574.0, 9513.0, 9549.0, 9569.0, 9529.0, 9546.0, 9571.0, 9497.0, 9542.0, 9570.0, 9510.0, 9543.0, 9570.0, 9499.0, 9542.0, 9573.0, 9515.0, 9542.0, 9569.0, 9511.0, 9553.0, 9568.0, 9524.0, 9540.0, 9553.0, 9505.0, 9550.0, 9520.0, 9523.0, 9551.0, 9492.0, 9524.0, 9547.0, 9492.0, 9539.0, 9531.0, 9509.0, 9535.0, 9547.0, 9488.0, 9534.0, 9548.0, 9523.0, 9540.0, 9491.0, 9526.0, 9546.0, 9497.0, 9537.0, 9565.0, 9510.0, 9538.0, 9550.0, 9509.0, 9539.0, 9548.0, 9523.0, 9549.0, 9490.0, 9524.0, 9527.0, 9491.0, 9521.0, 9547.0, 9493.0, 9541.0, 9551.0, 9507.0, 9535.0, 9546.0, 9509.0, 9540.0, 9550.0, 9524.0, 9552.0, 9494.0, 9528.0, 9534.0, 9505.0, 9527.0, 9566.0, 9496.0, 9546.0, 9574.0, 9515.0, 9548.0, 9570.0, 9507.0, 9548.0, 9575.0, 9532.0, 9546.0, 9573.0, 9522.0, 9552.0, 9577.0, 9534.0, 9548.0, 9571.0, 9521.0, 9544.0, 9577.0, 9534.0, 9549.0, 9576.0, 9520.0, 9551.0, 9573.0, 9535.0, 9559.0, 9591.0, 9520.0, 9546.0, 9592.0, 9538.0, 9585.0, 9596.0, 9527.0, 9565.0, 9582.0, 9553.0, 9572.0, 9595.0, 9525.0, 9565.0, 9593.0, 9539.0, 9579.0, 9563.0, 9536.0, 9574.0, 9557.0, 9531.0, 9559.0, 9526.0, 9517.0, 9571.0, 9539.0, 9523.0, 9552.0, 9508.0, 9512.0, 9567.0, 9510.0, 9526.0, 9548.0, 9509.0, 9529.0, 9566.0, 9509.0, 9539.0, 9564.0, 9499.0, 9522.0, 9566.0, 9510.0, 9524.0, 9550.0, 9497.0, 9537.0, 9570.0, 9513.0, 9542.0, 9548.0, 9501.0, 9542.0, 9571.0, 9530.0, 9555.0, 9571.0, 9516.0, 9559.0, 9575.0, 9530.0, 9572.0, 9526.0, 9534.0, 9577.0, 9560.0, 9535.0, 9576.0, 9531.0, 9537.0, 9596.0, 9547.0, 9552.0, 9579.0, 9519.0, 9553.0, 9597.0, 9531.0, 9552.0, 9591.0, 9516.0, 9567.0, 9594.0, 9530.0, 9568.0, 9592.0, 9521.0, 9566.0, 9594.0, 9551.0, 9583.0, 9581.0, 9539.0, 9595.0, 9585.0, 9557.0, 9595.0, 9556.0, 9551.0, 9579.0, 9539.0, 9554.0, 9576.0, 9537.0, 9554.0, 9592.0, 9515.0, 9553.0, 9589.0, 9519.0, 9566.0, 9591.0, 9523.0, 9566.0, 9597.0, 9536.0, 9566.0, 9591.0, 9535.0, 9564.0, 9592.0, 9528.0, 9547.0, 9576.0, 9516.0, 9562.0, 9555.0, 9514.0, 9546.0, 9569.0, 9495.0, 9538.0, 9568.0, 9514.0, 9538.0, 9571.0, 9497.0, 9541.0, 9569.0, 9515.0, 9541.0, 9585.0, 9531.0, 9555.0, 9574.0, 9518.0, 9543.0, 9578.0, 9526.0, 9543.0, 9573.0, 9504.0, 9549.0, 9578.0, 9535.0, 9550.0, 9572.0, 9507.0, 9567.0, 9571.0, 9535.0, 9549.0, 9575.0, 9507.0, 9552.0, 9585.0, 9532.0, 9550.0, 9587.0, 9503.0, 9564.0, 9587.0, 9531.0, 9549.0, 9584.0, 9510.0, 9550.0, 9592.0, 9534.0, 9564.0, 9578.0, 9523.0, 9565.0, 9576.0, 9538.0, 9554.0, 9576.0, 9522.0, 9569.0, 9593.0, 9535.0, 9570.0, 9593.0, 9539.0, 9584.0, 9591.0, 9539.0, 9585.0, 9524.0, 9558.0, 9598.0, 9542.0, 9572.0, 9600.0, 9540.0, 9576.0, 9601.0, 9540.0, 9566.0, 9596.0, 9540.0, 9568.0, 9589.0, 9522.0, 9565.0, 9574.0, 9535.0, 9563.0, 9560.0, 9525.0, 9578.0, 9545.0, 9534.0, 9579.0, 9520.0, 9570.0, 9592.0, 9536.0, 9569.0, 9592.0, 9528.0, 9585.0, 9593.0, 9553.0, 9579.0, 9576.0, 9523.0, 9580.0, 9576.0, 9534.0, 9561.0, 9556.0, 9519.0, 9576.0, 9555.0, 9528.0, 9558.0, 9496.0, 9536.0, 9572.0, 9512.0, 9546.0, 9568.0, 9499.0, 9543.0, 9567.0, 9530.0, 9551.0, 9572.0, 9520.0, 9565.0, 9574.0, 9552.0, 9578.0, 9549.0, 9540.0, 9600.0, 9551.0, 9551.0, 9597.0, 9536.0, 9569.0, 9595.0, 9539.0, 9570.0, 9580.0, 9520.0, 9553.0, 9592.0, 9524.0, 9567.0, 9594.0, 9531.0, 9560.0, 9575.0, 9534.0, 9552.0, 9590.0, 9533.0, 9565.0, 9589.0, 9537.0, 9560.0, 9580.0, 9535.0, 9580.0, 9546.0, 9534.0, 9580.0, 9531.0, 9552.0, 9571.0, 9503.0, 9551.0, 9576.0, 9517.0, 9552.0, 9573.0, 9517.0, 9554.0, 9555.0, 9548.0, 9564.0, 9577.0, 9521.0, 9581.0, 9588.0, 9533.0, 9582.0, 9534.0, 9533.0, 9579.0, 9529.0, 9527.0, 9572.0, 9500.0, 9546.0, 9572.0, 9514.0, 9546.0, 9567.0, 9512.0, 9555.0, 9572.0, 9527.0, 9554.0, 9523.0, 9512.0, 9555.0, 9511.0, 9527.0, 9568.0, 9524.0, 9570.0, 9596.0, 9545.0, 9582.0, 9542.0, 9581.0, 9572.0, 9606.0, 9604.0, 9541.0, 9566.0, 9581.0, 9520.0, 9549.0, 9572.0, 9516.0, 9561.0, 9574.0, 9514.0, 9555.0, 9543.0, 9514.0, 9557.0, 9518.0, 9532.0, 9573.0, 9518.0, 9561.0, 9577.0, 9526.0, 9576.0, 9597.0, 9566.0, 9594.0, 9535.0, 9596.0, 9608.0, 9594.0, 9616.0, 9612.0, 9586.0, 9610.0, 9548.0, 9552.0, 9531.0, 9603.0, 9584.0, 9540.0, 9606.0, 9617.0, 9602.0, 9614.0, 9561.0, 9588.0, 9606.0, 9535.0, 9562.0, 9561.0, 9511.0, 9541.0, 9550.0, 9499.0, 9530.0, 9527.0, 9477.0, 9489.0, 9516.0, 9437.0, 9462.0, 9487.0, 9433.0, 9472.0, 9490.0, 9463.0, 9478.0, 9437.0, 9470.0, 9511.0, 9455.0, 9499.0, 9512.0, 9485.0, 9501.0, 9450.0, 9508.0, 9519.0, 9498.0, 9524.0, 9468.0, 9518.0, 9526.0, 9509.0, 9552.0, 9512.0, 9571.0, 9522.0, 9563.0, 9526.0, 9580.0, 9573.0, 9598.0, 9559.0, 9605.0, 9617.0, 9535.0, 9563.0, 9559.0, 9529.0, 9572.0, 9501.0, 9544.0, 9570.0, 9525.0, 9554.0, 9538.0, 9506.0, 9546.0, 9504.0, 9517.0, 9480.0, 9526.0, 9548.0, 9522.0, 9576.0, 9522.0, 9570.0, 9562.0, 9541.0, 9571.0, 9598.0, 9560.0, 9588.0, 9569.0, 9553.0, 9576.0, 9520.0, 9548.0, 9562.0, 9532.0, 9563.0, 9579.0, 9517.0, 9545.0, 9529.0, 9528.0, 9555.0, 9499.0, 9542.0, 9572.0, 9498.0, 9547.0, 9572.0, 9519.0, 9561.0, 9575.0, 9529.0, 9559.0, 9558.0, 9516.0, 9569.0, 9527.0, 9527.0, 9570.0, 9513.0, 9548.0, 9555.0, 9505.0, 9547.0, 9579.0, 9537.0, 9561.0, 9561.0, 9525.0, 9571.0, 9564.0, 9551.0, 9590.0, 9538.0, 9555.0, 9601.0, 9524.0, 9569.0, 9596.0, 9535.0, 9553.0, 9593.0, 9524.0, 9565.0, 9593.0, 9535.0, 9565.0, 9578.0, 9518.0, 9566.0, 9579.0, 9534.0, 9564.0, 9546.0, 9519.0, 9596.0, 9574.0, 9534.0, 9557.0, 9517.0, 9517.0, 9570.0, 9528.0, 9541.0, 9571.0, 9511.0, 9541.0, 9567.0, 9497.0, 9537.0, 9572.0, 9509.0, 9535.0, 9562.0, 9508.0, 9538.0, 9549.0, 9523.0, 9539.0, 9552.0, 9513.0, 9554.0, 9569.0, 9525.0, 9557.0, 9544.0, 9528.0, 9575.0, 9519.0, 9551.0, 9576.0, 9522.0, 9565.0, 9582.0, 9536.0, 9566.0, 9576.0, 9533.0, 9564.0, 9556.0, 9531.0, 9561.0, 9542.0, 9516.0, 9571.0, 9515.0, 9544.0, 9568.0, 9501.0, 9546.0, 9571.0, 9528.0, 9561.0, 9573.0, 9529.0, 9553.0, 9530.0, 9527.0, 9556.0, 9498.0, 9525.0, 9570.0, 9512.0, 9546.0, 9570.0, 9518.0, 9570.0, 9572.0, 9532.0, 9563.0, 9572.0, 9531.0, 9576.0, 9562.0, 9533.0, 9578.0, 9521.0, 9534.0, 9573.0, 9533.0, 9563.0, 9576.0, 9536.0, 9567.0, 9596.0, 9554.0, 9581.0, 9581.0, 9534.0, 9582.0, 9533.0, 9552.0, 9579.0, 9521.0, 9549.0, 9558.0, 9531.0, 9561.0, 9555.0, 9518.0, 9575.0, 9556.0, 9527.0, 9557.0, 9511.0, 9519.0, 9572.0, 9544.0, 9524.0, 9550.0, 9493.0, 9526.0, 9567.0, 9495.0, 9528.0, 9551.0, 9499.0, 9544.0, 9571.0, 9514.0, 9546.0, 9551.0, 9516.0, 9556.0, 9572.0, 9529.0, 9558.0, 9539.0, 9515.0, 9555.0, 9555.0, 9527.0, 9568.0, 9514.0, 9524.0, 9568.0, 9506.0, 9522.0, 9546.0, 9500.0, 9542.0, 9569.0, 9525.0, 9539.0, 9567.0, 9511.0, 9551.0, 9553.0, 9507.0, 9551.0, 9550.0, 9512.0, 9554.0, 9538.0, 9511.0, 9553.0, 9509.0, 9518.0, 9550.0, 9524.0, 9526.0, 9552.0, 9507.0, 9510.0, 9563.0, 9509.0, 9541.0, 9546.0, 9501.0, 9544.0, 9555.0, 9546.0, 9562.0, 9575.0, 9537.0, 9562.0, 9575.0, 9534.0, 9564.0, 9571.0, 9518.0, 9561.0, 9562.0, 9531.0, 9577.0, 9517.0, 9535.0, 9591.0, 9517.0, 9550.0, 9577.0, 9520.0, 9547.0, 9579.0, 9519.0, 9564.0, 9579.0, 9523.0, 9553.0, 9597.0, 9536.0, 9567.0, 9577.0, 9517.0, 9550.0, 9572.0, 9548.0, 9565.0, 9576.0, 9519.0, 9562.0, 9575.0, 9535.0, 9577.0, 9561.0, 9521.0, 9577.0, 9578.0, 9532.0, 9575.0, 9575.0, 9514.0, 9562.0, 9572.0, 9516.0, 9560.0, 9572.0, 9530.0, 9561.0, 9545.0, 9530.0, 9573.0, 9545.0, 9528.0, 9573.0, 9514.0, 9545.0, 9575.0, 9529.0, 9528.0, 9576.0, 9513.0, 9546.0, 9580.0, 9544.0, 9532.0, 9574.0, 9527.0, 9517.0, 9577.0, 9575.0, 9530.0, 9560.0, 9542.0, 9514.0, 9557.0, 9571.0, 9515.0, 9545.0, 9540.0, 9515.0, 9574.0, 9557.0, 9528.0, 9560.0, 9528.0, 9529.0, 9570.0, 9523.0, 9527.0, 9572.0, 9498.0, 9529.0, 9568.0, 9518.0, 9542.0, 9555.0, 9517.0, 9545.0, 9571.0, 9533.0, 9550.0, 9575.0, 9534.0, 9563.0, 9559.0, 9519.0, 9551.0, 9571.0, 9532.0, 9562.0, 9572.0, 9530.0, 9562.0, 9512.0, 9531.0, 9577.0, 9515.0, 9546.0, 9575.0, 9517.0, 9551.0, 9573.0, 9523.0, 9568.0, 9575.0, 9536.0, 9563.0, 9576.0, 9522.0, 9565.0, 9560.0, 9531.0, 9560.0, 9499.0, 9544.0, 9576.0, 9515.0, 9545.0, 9572.0, 9533.0, 9543.0, 9551.0, 9515.0, 9561.0, 9555.0, 9529.0, 9555.0, 9492.0, 9541.0, 9569.0, 9510.0, 9542.0, 9569.0, 9503.0, 9557.0, 9569.0, 9528.0, 9560.0, 9528.0, 9515.0, 9572.0, 9517.0, 9544.0, 9591.0, 9557.0, 9568.0, 9532.0, 9584.0, 9609.0, 9586.0, 9610.0, 9571.0, 9618.0, 9602.0, 9628.0, 9576.0, 9556.0, 9581.0, 9509.0, 9547.0, 9571.0, 9531.0, 9560.0, 9557.0, 9510.0, 9536.0, 9532.0, 9486.0, 9532.0, 9486.0, 9497.0, 9524.0, 9469.0, 9514.0, 9528.0, 9507.0, 9548.0, 9482.0, 9543.0, 9567.0, 9511.0, 9557.0, 9523.0, 9514.0, 9553.0, 9480.0, 9542.0, 9552.0, 9513.0, 9553.0, 9538.0, 9513.0, 9553.0, 9486.0, 9542.0, 9553.0, 9500.0, 9543.0, 9571.0, 9516.0, 9559.0, 9569.0, 9516.0, 9560.0, 9552.0, 9521.0, 9551.0, 9519.0, 9557.0, 9500.0, 9484.0, 9522.0, 9580.0, 9574.0, 9519.0, 9583.0, 9580.0, 9541.0, 9621.0, 9602.0, 9546.0, 9590.0, 9561.0, 9512.0, 9570.0, 9514.0, 9531.0, 9589.0, 9510.0, 9521.0, 9563.0, 9479.0, 9493.0, 9518.0, 9438.0, 9478.0, 9491.0, 9434.0, 9474.0, 9483.0, 9445.0, 9477.0, 9461.0, 9461.0, 9495.0, 9419.0, 9487.0, 9508.0, 9473.0, 9502.0, 9471.0, 9487.0, 9513.0, 9460.0, 9507.0, 9517.0, 9490.0, 9522.0, 9469.0, 9511.0, 9538.0, 9473.0, 9532.0, 9546.0, 9506.0, 9551.0, 9499.0, 9544.0, 9571.0, 9507.0, 9578.0, 9589.0, 9552.0, 9567.0, 9566.0, 9542.0, 9597.0, 9527.0, 9558.0, 9597.0, 9527.0, 9585.0, 9598.0, 9547.0, 9592.0, 9589.0, 9547.0, 9605.0, 9562.0, 9582.0, 9607.0, 9545.0, 9572.0, 9617.0, 9527.0, 9596.0, 9618.0, 9563.0, 9595.0, 9602.0, 9549.0, 9609.0, 9591.0, 9565.0, 9604.0, 9544.0, 9578.0, 9620.0, 9558.0, 9561.0, 9598.0, 9527.0, 9577.0, 9620.0, 9540.0, 9576.0, 9604.0, 9543.0, 9575.0, 9603.0, 9531.0, 9589.0, 9600.0, 9545.0, 9571.0, 9611.0, 9523.0, 9568.0, 9599.0, 9523.0, 9569.0, 9595.0, 9529.0, 9571.0, 9596.0, 9538.0, 9573.0, 9595.0, 9540.0, 9586.0, 9583.0, 9541.0, 9586.0, 9525.0, 9541.0, 9599.0, 9529.0, 9561.0, 9599.0, 9511.0, 9571.0, 9597.0, 9566.0, 9594.0, 9606.0, 9553.0, 9622.0, 9609.0, 9567.0, 9606.0, 9563.0, 9564.0, 9619.0, 9538.0, 9579.0, 9607.0, 9524.0, 9556.0, 9597.0, 9527.0, 9586.0, 9616.0, 9544.0, 9586.0, 9545.0, 9561.0, 9600.0, 9532.0, 9580.0, 9640.0, 9556.0, 9583.0, 9619.0, 9549.0, 9600.0, 9576.0, 9533.0, 9581.0, 9534.0, 9539.0, 9596.0, 9534.0, 9540.0, 9582.0, 9518.0, 9531.0, 9593.0, 9549.0, 9561.0, 9591.0, 9516.0, 9550.0, 9594.0, 9528.0, 9627.0, 9552.0, 9590.0, 9546.0, 9577.0, 9551.0, 9601.0, 9643.0, 9590.0, 9557.0, 9594.0, 9520.0, 9555.0, 9613.0, 9538.0, 9580.0, 9596.0, 9533.0, 9559.0, 9501.0, 9518.0, 9568.0, 9497.0, 9544.0, 9592.0, 9539.0, 9566.0, 9591.0, 9525.0, 9585.0, 9553.0, 9541.0, 9598.0, 9511.0, 9570.0, 9612.0, 9526.0, 9557.0, 9615.0, 9548.0, 9593.0, 9618.0, 9562.0, 9606.0, 9576.0, 9563.0, 9621.0, 9542.0, 9563.0, 9619.0, 9558.0, 9576.0, 9619.0, 9547.0, 9588.0, 9619.0, 9565.0, 9590.0, 9586.0, 9551.0, 9604.0, 9560.0, 9560.0, 9618.0, 9530.0, 9589.0, 9617.0, 9561.0, 9591.0, 9618.0, 9559.0, 9606.0, 9569.0, 9548.0, 9618.0, 9555.0, 9559.0, 9599.0, 9538.0, 9570.0, 9593.0, 9540.0, 9566.0, 9597.0, 9542.0, 9585.0, 9595.0, 9548.0, 9585.0, 9541.0, 9560.0, 9599.0, 9529.0, 9569.0, 9615.0, 9557.0, 9587.0, 9613.0, 9555.0, 9589.0, 9617.0, 9560.0, 9605.0, 9529.0, 9563.0, 9602.0, 9545.0, 9574.0, 9616.0, 9545.0, 9607.0, 9621.0, 9561.0, 9605.0, 9532.0, 9565.0, 9617.0, 9549.0, 9575.0, 9618.0, 9579.0, 9605.0, 9602.0, 9563.0, 9605.0, 9555.0, 9611.0, 9602.0, 9565.0, 9609.0, 9562.0, 9578.0, 9617.0, 9547.0, 9605.0, 9619.0, 9578.0, 9607.0, 9564.0, 9576.0, 9620.0, 9549.0, 9579.0, 9608.0, 9526.0, 9570.0, 9594.0, 9561.0, 9600.0, 9598.0, 9563.0, 9606.0, 9556.0, 9582.0, 9618.0, 9565.0, 9611.0, 9580.0, 9570.0, 9626.0, 9548.0, 9597.0, 9620.0, 9552.0, 9611.0, 9562.0, 9573.0, 9617.0, 9540.0, 9588.0, 9619.0, 9555.0, 9584.0, 9523.0, 9542.0, 9596.0, 9548.0, 9566.0, 9597.0, 9543.0, 9582.0, 9594.0, 9541.0, 9587.0, 9547.0, 9541.0, 9579.0, 9504.0, 9558.0, 9593.0, 9521.0, 9550.0, 9593.0, 9537.0, 9587.0, 9596.0, 9552.0, 9578.0, 9526.0, 9546.0, 9598.0, 9574.0, 9593.0, 9562.0, 9565.0, 9623.0, 9568.0, 9580.0, 9619.0, 9565.0, 9614.0, 9622.0, 9567.0, 9602.0, 9545.0, 9597.0, 9552.0, 9588.0, 9574.0, 9607.0, 9570.0, 9616.0, 9644.0, 9581.0, 9538.0, 9594.0, 9531.0, 9545.0, 9592.0, 9516.0, 9563.0, 9558.0, 9534.0, 9572.0, 9520.0, 9547.0, 9571.0, 9519.0, 9577.0, 9507.0, 9590.0, 9597.0, 9567.0, 9584.0, 9511.0, 9544.0, 9595.0, 9545.0, 9558.0, 9597.0, 9541.0, 9582.0, 9596.0, 9557.0, 9586.0, 9584.0, 9554.0, 9602.0, 9538.0, 9545.0, 9599.0, 9524.0, 9560.0, 9600.0, 9516.0, 9587.0, 9601.0, 9569.0, 9603.0, 9559.0, 9589.0, 9531.0, 9592.0, 9520.0, 9626.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.007292296495956872</td></tr>
<tr><td colspan=3>aqi</td><td>0.03513860991913747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.48801779727618</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.246657340442286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0483657411003253</td></tr>
<tr><td colspan=3>efc</td><td>0.5278</td></tr>
<tr><td colspan=3>fber</td><td>3488.2412</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07235320237713103</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5876010781671157</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6258945374095783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.536062394081015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.828273114386896</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513348103760823</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002629930851981044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035337936133146286</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9294845387530652</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>10.9483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.8606</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.204</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287586.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1211.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.1004</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3644</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.0716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.4069</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.9987</td></tr>
<tr><td colspan=3>tsnr</td><td>32.29014497686876</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>