<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>48507136de0a66c250022bfdc9cc0d6d</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>14:28:6.100000</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.9991, -0.0419005, 0.00660443, 0.042224, 0.997273, -0.0605355]</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.10383</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7763, -7215, 655, -77, -110, -28, 63]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>acf263f9-9283-43aa-bd08-878de1d18eb8||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.6805121898651123, 0.11328399181365967, 0.0109348613768816, 106.29029846191406], [0.11241599917411804, 2.6756093502044678, -0.16405163705348969, -99.57898712158203], [0.017719199880957603, 0.16241227090358734, 2.6949892044067383, -73.49156188964844], [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': ['142806.100000', '142806.560000', '142807.020000', '142807.480000', '142807.940000', '142808.400000', '142808.860000', '142809.320000', '142809.780000', '142810.240000', '142810.700000', '142811.160000', '142811.620000', '142812.080000', '142812.540000', '142813.000000', '142813.460000', '142813.920000', '142814.380000', '142814.840000', '142815.300000', '142815.760000', '142816.220000', '142816.680000', '142817.140000', '142817.600000', '142818.060000', '142818.520000', '142818.980000', '142819.440000', '142819.900000', '142820.360000', '142820.820000', '142821.280000', '142821.740000', '142822.200000', '142822.660000', '142823.120000', '142823.580000', '142824.040000', '142824.500000', '142824.960000', '142825.420000', '142825.880000', '142826.340000', '142826.800000', '142827.260000', '142827.720000', '142828.180000', '142828.640000', '142829.100000', '142829.560000', '142830.020000', '142830.480000', '142830.940000', '142831.400000', '142831.860000', '142832.320000', '142832.780000', '142833.240000', '142833.700000', '142834.160000', '142834.620000', '142835.080000', '142835.540000', '142836.000000', '142836.460000', '142836.920000', '142837.380000', '142837.840000', '142838.300000', '142838.760000', '142839.220000', '142839.680000', '142840.140000', '142840.600000', '142841.060000', '142841.520000', '142841.980000', '142842.440000', '142842.900000', '142843.360000', '142843.820000', '142844.280000', '142844.740000', '142845.200000', '142845.660000', '142846.120000', '142846.580000', '142847.040000', '142847.500000', '142847.960000', '142848.420000', '142848.880000', '142849.340000', '142849.800000', '142850.260000', '142850.720000', '142851.180000', '142851.640000', '142852.100000', '142852.560000', '142853.020000', '142853.480000', '142853.940000', '142854.400000', '142854.860000', '142855.320000', '142855.780000', '142856.240000', '142856.700000', '142857.160000', '142857.620000', '142858.080000', '142858.540000', '142859.000000', '142859.460000', '142859.920000', '142900.380000', '142900.840000', '142901.300000', '142901.760000', '142902.220000', '142902.680000', '142903.140000', '142903.600000', '142904.060000', '142904.520000', '142904.980000', '142905.440000', '142905.900000', '142906.360000', '142906.820000', '142907.280000', '142907.740000', '142908.200000', '142908.660000', '142909.120000', '142909.580000', '142910.040000', '142910.500000', '142910.960000', '142911.420000', '142911.880000', '142912.340000', '142912.800000', '142913.260000', '142913.720000', '142914.180000', '142914.640000', '142915.100000', '142915.560000', '142916.020000', '142916.480000', '142916.940000', '142917.400000', '142917.860000', '142918.320000', '142918.780000', '142919.240000', '142919.700000', '142920.160000', '142920.620000', '142921.080000', '142921.540000', '142922.000000', '142922.460000', '142922.920000', '142923.380000', '142923.840000', '142924.300000', '142924.760000', '142925.220000', '142925.680000', '142926.140000', '142926.600000', '142927.060000', '142927.520000', '142927.980000', '142928.440000', '142928.900000', '142929.360000', '142929.820000', '142930.280000', '142930.740000', '142931.200000', '142931.660000', '142932.120000', '142932.580000', '142933.040000', '142933.500000', '142933.960000', '142934.420000', '142934.880000', '142935.340000', '142935.800000', '142936.260000', '142936.720000', '142937.180000', '142937.640000', '142938.100000', '142938.560000', '142939.020000', '142939.480000', '142939.940000', '142940.400000', '142940.860000', '142941.320000', '142941.780000', '142942.240000', '142942.700000', '142943.160000', '142943.620000', '142944.080000', '142944.540000', '142945.000000', '142945.460000', '142945.920000', '142946.380000', '142946.840000', '142947.300000', '142947.760000', '142948.220000', '142948.680000', '142949.140000', '142949.600000', '142950.060000', '142950.520000', '142950.980000', '142951.440000', '142951.900000', '142952.360000', '142952.820000', '142953.280000', '142953.740000', '142954.200000', '142954.660000', '142955.120000', '142955.580000', '142956.040000', '142956.500000', '142956.960000', '142957.420000', '142957.880000', '142958.340000', '142958.800000', '142959.260000', '142959.720000', '143000.180000', '143000.640000', '143001.100000', '143001.560000', '143002.020000', '143002.480000', '143002.940000', '143003.400000', '143003.860000', '143004.320000', '143004.780000', '143005.240000', '143005.700000', '143006.160000', '143006.620000', '143007.080000', '143007.540000', '143008.000000', '143008.460000', '143008.920000', '143009.380000', '143009.840000', '143010.300000', '143010.760000', '143011.220000', '143011.680000', '143012.140000', '143012.600000', '143013.060000', '143013.520000', '143013.980000', '143014.440000', '143014.900000', '143015.360000', '143015.820000', '143016.280000', '143016.740000', '143017.200000', '143017.660000', '143018.120000', '143018.580000', '143019.040000', '143019.500000', '143019.960000', '143020.420000', '143020.880000', '143021.340000', '143021.800000', '143022.260000', '143022.720000', '143023.180000', '143023.640000', '143024.100000', '143024.560000', '143025.020000', '143025.480000', '143025.940000', '143026.400000', '143026.860000', '143027.320000', '143027.780000', '143028.240000', '143028.700000', '143029.160000', '143029.620000', '143030.080000', '143030.540000', '143031.000000', '143031.460000', '143031.920000', '143032.380000', '143032.840000', '143033.300000', '143033.760000', '143034.220000', '143034.680000', '143035.140000', '143035.600000', '143036.060000', '143036.520000', '143036.980000', '143037.440000', '143037.900000', '143038.360000', '143038.820000', '143039.280000', '143039.740000', '143040.200000', '143040.660000', '143041.120000', '143041.580000', '143042.040000', '143042.500000', '143042.960000', '143043.420000', '143043.880000', '143044.340000', '143044.800000', '143045.260000', '143045.720000', '143046.180000', '143046.640000', '143047.100000', '143047.560000', '143048.020000', '143048.480000', '143048.940000', '143049.400000', '143049.860000', '143050.320000', '143050.780000', '143051.240000', '143051.700000', '143052.160000', '143052.620000', '143053.080000', '143053.540000', '143054.000000', '143054.460000', '143054.920000', '143055.380000', '143055.840000', '143056.300000', '143056.760000', '143057.220000', '143057.680000', '143058.140000', '143058.600000', '143059.060000', '143059.520000', '143059.980000', '143100.440000', '143100.900000', '143101.360000', '143101.820000', '143102.280000', '143102.740000', '143103.200000', '143103.660000', '143104.120000', '143104.580000', '143105.040000', '143105.500000', '143105.960000', '143106.420000', '143106.880000', '143107.340000', '143107.800000', '143108.260000', '143108.720000', '143109.180000', '143109.640000', '143110.100000', '143110.560000', '143111.020000', '143111.480000', '143111.940000', '143112.400000', '143112.860000', '143113.320000', '143113.780000', '143114.240000', '143114.700000', '143115.160000', '143115.620000', '143116.080000', '143116.540000', '143117.000000', '143117.460000', '143117.920000', '143118.380000', '143118.840000', '143119.300000', '143119.760000', '143120.220000', '143120.680000', '143121.140000', '143121.600000', '143122.060000', '143122.520000', '143122.980000', '143123.440000', '143123.900000', '143124.360000', '143124.820000', '143125.280000', '143125.740000', '143126.200000', '143126.660000', '143127.120000', '143127.580000', '143128.040000', '143128.500000', '143128.960000', '143129.420000', '143129.880000', '143130.340000', '143130.800000', '143131.260000', '143131.720000', '143132.180000', '143132.640000', '143133.100000', '143133.560000', '143134.020000', '143134.480000', '143134.940000', '143135.400000', '143135.860000', '143136.320000', '143136.780000', '143137.240000', '143137.700000', '143138.160000', '143138.620000', '143139.080000', '143139.540000', '143140.000000', '143140.460000', '143140.920000', '143141.380000', '143141.840000', '143142.300000', '143142.760000', '143143.220000', '143143.680000', '143144.140000', '143144.600000', '143145.060000', '143145.520000', '143145.980000', '143146.440000', '143146.900000', '143147.360000', '143147.820000', '143148.280000', '143148.740000', '143149.200000', '143149.660000', '143150.120000', '143150.580000', '143151.040000', '143151.500000', '143151.960000', '143152.420000', '143152.880000', '143153.340000', '143153.800000', '143154.260000', '143154.720000', '143155.180000', '143155.640000', '143156.100000', '143156.560000', '143157.020000', '143157.480000', '143157.940000', '143158.400000', '143158.860000', '143159.320000', '143159.780000', '143200.240000', '143200.700000', '143201.160000', '143201.620000', '143202.080000', '143202.540000', '143203.000000', '143203.460000', '143203.920000', '143204.380000', '143204.840000', '143205.300000', '143205.760000', '143206.220000', '143206.680000', '143207.140000', '143207.600000', '143208.060000', '143208.520000', '143208.980000', '143209.440000', '143209.900000', '143210.360000', '143210.820000', '143211.280000', '143211.740000', '143212.200000', '143212.660000', '143213.120000', '143213.580000', '143214.040000', '143214.500000', '143214.960000', '143215.420000', '143215.880000', '143216.340000', '143216.800000', '143217.260000', '143217.720000', '143218.180000', '143218.640000', '143219.100000', '143219.560000', '143220.020000', '143220.480000', '143220.940000', '143221.400000', '143221.860000', '143222.320000', '143222.780000', '143223.240000', '143223.700000', '143224.160000', '143224.620000', '143225.080000', '143225.540000', '143226.000000', '143226.460000', '143226.920000', '143227.380000', '143227.840000', '143228.300000', '143228.760000', '143229.220000', '143229.680000', '143230.140000', '143230.600000', '143231.060000', '143231.520000', '143231.980000', '143232.440000', '143232.900000', '143233.360000', '143233.820000', '143234.280000', '143234.740000', '143235.200000', '143235.660000', '143236.120000', '143236.580000', '143237.040000', '143237.500000', '143237.960000', '143238.420000', '143238.880000', '143239.340000', '143239.800000', '143240.260000', '143240.720000', '143241.180000', '143241.640000', '143242.100000', '143242.560000', '143243.020000', '143243.480000', '143243.940000', '143244.400000', '143244.860000', '143245.320000', '143245.780000', '143246.240000', '143246.700000', '143247.160000', '143247.620000', '143248.080000', '143248.540000', '143249.000000', '143249.460000', '143249.920000', '143250.380000', '143250.840000', '143251.300000', '143251.760000', '143252.220000', '143252.680000', '143253.140000', '143253.600000', '143254.060000', '143254.520000', '143254.980000', '143255.440000', '143255.900000', '143256.360000', '143256.820000', '143257.280000', '143257.740000', '143258.200000', '143258.660000', '143259.120000', '143259.580000', '143300.040000', '143300.500000', '143300.960000', '143301.420000', '143301.880000', '143302.340000', '143302.800000', '143303.260000', '143303.720000', '143304.180000', '143304.640000', '143305.100000', '143305.560000', '143306.020000', '143306.480000', '143306.940000', '143307.400000', '143307.860000', '143308.320000', '143308.780000', '143309.240000', '143309.700000', '143310.160000', '143310.620000', '143311.080000', '143311.540000', '143312.000000', '143312.460000', '143312.920000', '143313.380000', '143313.840000', '143314.300000', '143314.760000', '143315.220000', '143315.680000', '143316.140000', '143316.600000', '143317.060000', '143317.520000', '143317.980000', '143318.440000', '143318.900000', '143319.360000', '143319.820000', '143320.280000', '143320.740000', '143321.200000', '143321.660000', '143322.120000', '143322.580000', '143323.040000', '143323.500000', '143323.960000', '143324.420000', '143324.880000', '143325.340000', '143325.800000', '143326.260000', '143326.720000', '143327.180000', '143327.640000', '143328.100000', '143328.560000', '143329.020000', '143329.480000', '143329.940000', '143330.400000', '143330.860000', '143331.320000', '143331.780000', '143332.240000', '143332.700000', '143333.160000', '143333.620000', '143334.080000', '143334.540000', '143335.000000', '143335.460000', '143335.920000', '143336.380000', '143336.840000', '143337.300000', '143337.760000', '143338.220000', '143338.680000', '143339.140000', '143339.600000', '143340.060000', '143340.520000', '143340.980000', '143341.440000', '143341.900000', '143342.360000', '143342.820000', '143343.280000', '143343.740000', '143344.200000', '143344.660000', '143345.120000', '143345.580000', '143346.040000', '143346.500000', '143346.960000', '143347.420000', '143347.880000', '143348.340000', '143348.800000', '143349.260000', '143349.720000', '143350.180000', '143350.640000', '143351.100000', '143351.560000', '143352.020000', '143352.480000', '143352.940000', '143353.400000', '143353.860000', '143354.320000', '143354.780000', '143355.240000', '143355.700000', '143356.160000', '143356.620000', '143357.080000', '143357.540000', '143358.000000', '143358.460000', '143358.920000', '143359.380000', '143359.840000', '143400.300000', '143400.760000', '143401.220000', '143401.680000', '143402.140000', '143402.600000', '143403.060000', '143403.520000', '143403.980000', '143404.440000', '143404.900000', '143405.360000', '143405.820000', '143406.280000', '143406.740000', '143407.200000', '143407.660000', '143408.120000', '143408.580000', '143409.040000', '143409.500000', '143409.960000', '143410.420000', '143410.880000', '143411.340000', '143411.800000', '143412.260000', '143412.720000', '143413.180000', '143413.640000', '143414.100000', '143414.560000', '143415.020000', '143415.480000', '143415.940000', '143416.400000', '143416.860000', '143417.320000', '143417.780000', '143418.240000', '143418.700000', '143419.160000', '143419.620000', '143420.080000', '143420.540000', '143421.000000', '143421.460000', '143421.920000', '143422.380000', '143422.840000', '143423.300000', '143423.760000', '143424.220000', '143424.680000', '143425.140000', '143425.600000', '143426.060000', '143426.520000', '143426.980000', '143427.440000', '143427.900000', '143428.360000', '143428.820000', '143429.280000', '143429.740000', '143430.200000', '143430.660000', '143431.120000', '143431.580000', '143432.040000', '143432.500000', '143432.960000', '143433.420000', '143433.880000', '143434.340000', '143434.800000', '143435.260000', '143435.720000', '143436.180000', '143436.640000', '143437.100000', '143437.560000', '143438.020000', '143438.480000', '143438.940000', '143439.400000', '143439.860000', '143440.320000', '143440.780000', '143441.240000', '143441.700000', '143442.160000', '143442.620000', '143443.080000', '143443.540000', '143444.000000', '143444.460000', '143444.920000', '143445.380000', '143445.840000', '143446.300000', '143446.760000', '143447.220000', '143447.680000', '143448.140000', '143448.600000', '143449.060000', '143449.520000', '143449.980000', '143450.440000', '143450.900000', '143451.360000', '143451.820000', '143452.280000', '143452.740000', '143453.200000', '143453.660000', '143454.120000', '143454.580000', '143455.040000', '143455.500000', '143455.960000', '143456.420000', '143456.880000', '143457.340000', '143457.800000', '143458.260000', '143458.720000', '143459.180000', '143459.640000', '143500.100000', '143500.560000', '143501.020000', '143501.480000', '143501.940000', '143502.400000', '143502.860000', '143503.320000', '143503.780000', '143504.240000', '143504.700000', '143505.160000', '143505.620000', '143506.080000', '143506.540000', '143507.000000', '143507.460000', '143507.920000', '143508.380000', '143508.840000', '143509.300000', '143509.760000', '143510.220000', '143510.680000', '143511.140000', '143511.600000', '143512.060000', '143512.520000', '143512.980000', '143513.440000', '143513.900000', '143514.360000', '143514.820000', '143515.280000', '143515.740000', '143516.200000', '143516.660000', '143517.120000', '143517.580000', '143518.040000', '143518.500000', '143518.960000', '143519.420000', '143519.880000', '143520.340000', '143520.800000', '143521.260000', '143521.720000', '143522.180000', '143522.640000', '143523.100000', '143523.560000', '143524.020000', '143524.480000', '143524.940000', '143525.400000', '143525.860000', '143526.320000', '143526.780000', '143527.240000', '143527.700000', '143528.160000', '143528.620000', '143529.080000', '143529.540000', '143530.000000', '143530.460000', '143530.920000', '143531.380000', '143531.840000', '143532.300000', '143532.760000', '143533.220000', '143533.680000', '143534.140000', '143534.600000', '143535.060000', '143535.520000', '143535.980000', '143536.440000', '143536.900000', '143537.360000', '143537.820000', '143538.280000', '143538.740000', '143539.200000', '143539.660000', '143540.120000', '143540.580000', '143541.040000', '143541.500000', '143541.960000', '143542.420000', '143542.880000', '143543.340000', '143543.800000', '143544.260000', '143544.720000', '143545.180000', '143545.640000', '143546.100000', '143546.560000', '143547.020000', '143547.480000', '143547.940000', '143548.400000', '143548.860000', '143549.320000', '143549.780000', '143550.240000', '143550.700000', '143551.160000', '143551.620000', '143552.080000', '143552.540000', '143553.000000', '143553.460000', '143553.920000', '143554.380000', '143554.840000', '143555.300000', '143555.760000', '143556.220000', '143556.680000', '143557.140000', '143557.600000', '143558.060000', '143558.520000', '143558.980000', '143559.440000', '143559.900000', '143600.360000', '143600.820000', '143601.280000', '143601.740000', '143602.200000', '143602.660000', '143603.120000', '143603.580000', '143604.040000', '143604.500000', '143604.960000', '143605.420000', '143605.880000', '143606.340000', '143606.800000', '143607.260000', '143607.720000', '143608.180000', '143608.640000', '143609.100000', '143609.560000', '143610.020000', '143610.480000', '143610.940000', '143611.400000', '143611.860000', '143612.320000', '143612.780000', '143613.240000', '143613.700000', '143614.160000', '143614.620000', '143615.080000', '143615.540000', '143616.000000', '143616.460000', '143616.920000', '143617.380000', '143617.840000', '143618.300000', '143618.760000', '143619.220000', '143619.680000', '143620.140000', '143620.600000', '143621.060000', '143621.520000', '143621.980000', '143622.440000', '143622.900000', '143623.360000', '143623.820000', '143624.280000', '143624.740000', '143625.200000', '143625.660000', '143626.120000', '143626.580000', '143627.040000', '143627.500000', '143627.960000', '143628.420000', '143628.880000', '143629.340000', '143629.800000', '143630.260000', '143630.720000', '143631.180000', '143631.640000', '143632.100000', '143632.560000', '143633.020000', '143633.480000', '143633.940000', '143634.400000', '143634.860000', '143635.320000', '143635.780000', '143636.240000', '143636.700000', '143637.160000', '143637.620000', '143638.080000', '143638.540000', '143639.000000', '143639.460000', '143639.920000', '143640.380000', '143640.840000', '143641.300000', '143641.760000', '143642.220000', '143642.680000', '143643.140000', '143643.600000', '143644.060000', '143644.520000', '143644.980000', '143645.440000', '143645.900000', '143646.360000', '143646.820000', '143647.280000', '143647.740000', '143648.200000', '143648.660000', '143649.120000', '143649.580000', '143650.040000', '143650.500000', '143650.960000', '143651.420000', '143651.880000', '143652.340000', '143652.800000', '143653.260000', '143653.720000', '143654.180000', '143654.640000', '143655.100000', '143655.560000', '143656.020000', '143656.480000', '143656.940000', '143657.400000', '143657.860000', '143658.320000', '143658.780000', '143659.240000', '143659.700000', '143700.160000', '143700.620000', '143701.080000', '143701.540000', '143702.000000', '143702.460000', '143702.920000', '143703.380000', '143703.840000', '143704.300000', '143704.760000', '143705.220000', '143705.680000', '143706.140000', '143706.600000', '143707.060000', '143707.520000', '143707.980000', '143708.440000', '143708.900000', '143709.360000', '143709.820000', '143710.280000', '143710.740000', '143711.200000', '143711.660000', '143712.120000', '143712.580000', '143713.040000', '143713.500000', '143713.960000', '143714.420000', '143714.880000', '143715.340000', '143715.800000', '143716.260000', '143716.720000', '143717.180000', '143717.640000', '143718.100000', '143718.560000', '143719.020000', '143719.480000', '143719.940000', '143720.400000', '143720.860000', '143721.320000', '143721.780000', '143722.240000', '143722.700000', '143723.160000', '143723.620000', '143724.080000', '143724.540000', '143725.000000', '143725.460000', '143725.920000', '143726.380000', '143726.840000', '143727.300000', '143727.760000', '143728.220000', '143728.680000', '143729.140000', '143729.600000', '143730.060000', '143730.520000', '143730.980000', '143731.440000', '143731.900000', '143732.360000', '143732.820000', '143733.280000', '143733.740000', '143734.200000', '143734.660000', '143735.120000', '143735.580000', '143736.040000', '143736.500000', '143736.960000', '143737.420000', '143737.880000', '143738.340000', '143738.800000', '143739.260000', '143739.720000', '143740.180000', '143740.640000', '143741.100000', '143741.560000', '143742.020000', '143742.480000', '143742.940000', '143743.400000', '143743.860000', '143744.320000', '143744.780000', '143745.240000', '143745.700000', '143746.160000', '143746.620000', '143747.080000', '143747.540000', '143748.000000', '143748.460000', '143748.920000', '143749.380000', '143749.840000', '143750.300000', '143750.760000', '143751.220000', '143751.680000', '143752.140000', '143752.600000', '143753.060000', '143753.520000', '143753.980000', '143754.440000', '143754.900000', '143755.360000', '143755.820000', '143756.280000', '143756.740000', '143757.200000', '143757.660000', '143758.120000', '143758.580000', '143759.040000', '143759.500000', '143759.960000', '143800.420000', '143800.880000', '143801.340000', '143801.800000', '143802.260000', '143802.720000', '143803.180000', '143803.640000', '143804.100000', '143804.560000', '143805.020000', '143805.480000', '143805.940000', '143806.400000', '143806.860000', '143807.320000', '143807.780000', '143808.240000', '143808.700000', '143809.160000', '143809.620000', '143810.080000', '143810.540000', '143811.000000', '143811.460000', '143811.920000', '143812.380000', '143812.840000', '143813.300000', '143813.760000', '143814.220000', '143814.680000', '143815.140000', '143815.600000', '143816.060000', '143816.520000', '143816.980000', '143817.440000', '143817.900000', '143818.360000', '143818.820000', '143819.280000', '143819.740000', '143820.200000', '143820.660000', '143821.120000', '143821.580000', '143822.040000', '143822.500000', '143822.960000', '143823.420000', '143823.880000', '143824.340000', '143824.800000', '143825.260000', '143825.720000', '143826.180000', '143826.640000', '143827.100000', '143827.560000', '143828.020000', '143828.480000', '143828.940000', '143829.400000', '143829.860000', '143830.320000', '143830.780000', '143831.240000', '143831.700000', '143832.160000', '143832.620000', '143833.080000', '143833.540000', '143834.000000', '143834.460000', '143834.920000', '143835.380000', '143835.840000', '143836.300000', '143836.760000', '143837.220000', '143837.680000', '143838.140000', '143838.600000', '143839.060000', '143839.520000', '143839.980000', '143840.440000', '143840.900000', '143841.360000', '143841.820000', '143842.280000', '143842.740000', '143843.200000', '143843.660000', '143844.120000', '143844.580000', '143845.040000', '143845.500000', '143845.960000', '143846.420000', '143846.880000', '143847.340000', '143847.800000', '143848.260000', '143848.720000', '143849.180000', '143849.640000', '143850.100000', '143850.560000', '143851.020000', '143851.480000', '143851.940000', '143852.400000', '143852.860000', '143853.320000', '143853.780000', '143854.240000', '143854.700000', '143855.160000', '143855.620000', '143856.080000', '143856.540000', '143857.000000', '143857.460000', '143857.920000', '143858.380000', '143858.840000', '143859.300000', '143859.760000', '143900.220000', '143900.680000', '143901.140000', '143901.600000', '143902.060000', '143902.520000', '143902.980000', '143903.440000', '143903.900000', '143904.360000', '143904.820000', '143905.280000', '143905.740000', '143906.200000', '143906.660000', '143907.120000', '143907.580000', '143908.040000', '143908.500000', '143908.960000', '143909.420000', '143909.880000', '143910.340000', '143910.800000', '143911.260000', '143911.720000', '143912.180000', '143912.640000', '143913.100000', '143913.560000', '143914.020000', '143914.480000', '143914.940000', '143915.400000', '143915.860000', '143916.320000', '143916.780000', '143917.240000', '143917.700000', '143918.160000', '143918.620000', '143919.080000', '143919.540000', '143920.000000', '143920.460000', '143920.920000', '143921.380000', '143921.840000', '143922.300000', '143922.760000', '143923.220000', '143923.680000', '143924.140000', '143924.600000', '143925.060000', '143925.520000', '143925.980000', '143926.440000', '143926.900000', '143927.360000', '143927.820000', '143928.280000', '143928.740000', '143929.200000', '143929.660000', '143930.120000', '143930.580000', '143931.040000', '143931.500000', '143931.960000', '143932.420000', '143932.880000', '143933.340000', '143933.800000', '143934.260000', '143934.720000', '143935.180000', '143935.640000', '143936.100000', '143936.560000', '143937.020000', '143937.480000', '143937.940000', '143938.400000', '143938.860000', '143939.320000', '143939.780000', '143940.240000', '143940.700000', '143941.160000', '143941.620000', '143942.080000', '143942.540000', '143943.000000', '143943.460000', '143943.920000', '143944.380000', '143944.840000', '143945.300000', '143945.760000', '143946.220000', '143946.680000', '143947.140000', '143947.600000', '143948.060000', '143948.520000', '143948.980000', '143949.440000', '143949.900000', '143950.360000', '143950.820000', '143951.280000', '143951.740000', '143952.200000', '143952.660000', '143953.120000', '143953.580000', '143954.040000', '143954.500000', '143954.960000', '143955.420000', '143955.880000', '143956.340000', '143956.800000', '143957.260000', '143957.720000', '143958.180000', '143958.640000', '143959.100000', '143959.560000', '144000.020000', '144000.480000', '144000.940000', '144001.400000', '144001.860000', '144002.320000', '144002.780000', '144003.240000', '144003.700000', '144004.160000', '144004.620000', '144005.080000', '144005.540000', '144006.000000', '144006.460000', '144006.920000', '144007.380000', '144007.840000', '144008.300000', '144008.760000', '144009.220000', '144009.680000', '144010.140000', '144010.600000', '144011.060000', '144011.520000', '144011.980000', '144012.440000', '144012.900000', '144013.360000', '144013.820000', '144014.280000', '144014.740000', '144015.200000', '144015.660000', '144016.120000', '144016.580000', '144017.040000', '144017.500000', '144017.960000', '144018.420000', '144018.880000', '144019.340000', '144019.800000', '144020.260000', '144020.720000', '144021.180000', '144021.640000', '144022.100000', '144022.560000', '144023.020000', '144023.480000', '144023.940000', '144024.400000', '144024.860000', '144025.320000', '144025.780000', '144026.240000', '144026.700000', '144027.160000', '144027.620000', '144028.080000', '144028.540000', '144029.000000', '144029.460000', '144029.920000', '144030.380000', '144030.840000', '144031.300000', '144031.760000', '144032.220000', '144032.680000', '144033.140000', '144033.600000', '144034.060000', '144034.520000', '144034.980000', '144035.440000', '144035.900000', '144036.360000', '144036.820000', '144037.280000', '144037.740000', '144038.200000', '144038.660000', '144039.120000', '144039.580000', '144040.040000', '144040.500000', '144040.960000', '144041.420000', '144041.880000', '144042.340000', '144042.800000', '144043.260000', '144043.720000', '144044.180000', '144044.640000', '144045.100000', '144045.560000', '144046.020000', '144046.480000', '144046.940000', '144047.400000', '144047.860000', '144048.320000', '144048.780000', '144049.240000', '144049.700000', '144050.160000', '144050.620000', '144051.080000', '144051.540000', '144052.000000', '144052.460000', '144052.920000', '144053.380000', '144053.840000', '144054.300000', '144054.760000', '144055.220000', '144055.680000', '144056.140000', '144056.600000', '144057.060000', '144057.520000', '144057.980000', '144058.440000', '144058.900000', '144059.360000', '144059.820000', '144100.280000', '144100.740000', '144101.200000', '144101.660000', '144102.120000', '144102.580000', '144103.040000', '144103.500000', '144103.960000', '144104.420000', '144104.880000', '144105.340000', '144105.800000', '144106.260000', '144106.720000', '144107.180000', '144107.640000', '144108.100000', '144108.560000', '144109.020000', '144109.480000', '144109.940000', '144110.400000', '144110.860000', '144111.320000', '144111.780000', '144112.240000', '144112.700000', '144113.160000', '144113.620000', '144114.080000', '144114.540000', '144115.000000', '144115.460000', '144115.920000', '144116.380000', '144116.840000', '144117.300000', '144117.760000', '144118.220000', '144118.680000', '144119.140000', '144119.600000', '144120.060000', '144120.520000', '144120.980000', '144121.440000', '144121.900000', '144122.360000', '144122.820000', '144123.280000', '144123.740000', '144124.200000', '144124.660000', '144125.120000', '144125.580000', '144126.040000', '144126.500000', '144126.960000', '144127.420000', '144127.880000', '144128.340000', '144128.800000', '144129.260000', '144129.720000', '144130.180000', '144130.640000', '144131.100000', '144131.560000', '144132.020000', '144132.480000', '144132.940000', '144133.400000', '144133.860000', '144134.320000', '144134.780000', '144135.240000', '144135.700000', '144136.160000', '144136.620000', '144137.080000', '144137.540000', '144138.000000', '144138.460000', '144138.920000', '144139.380000', '144139.840000', '144140.300000', '144140.760000', '144141.220000', '144141.680000', '144142.140000', '144142.600000', '144143.060000', '144143.520000', '144143.980000', '144144.440000', '144144.900000', '144145.360000', '144145.820000', '144146.280000', '144146.740000', '144147.200000', '144147.660000', '144148.120000', '144148.580000', '144149.040000', '144149.500000', '144149.960000', '144150.420000', '144150.880000', '144151.340000', '144151.800000', '144152.260000', '144152.720000', '144153.180000', '144153.640000', '144154.100000', '144154.560000', '144155.020000', '144155.480000', '144155.940000', '144156.400000', '144156.860000', '144157.320000', '144157.780000', '144158.240000', '144158.700000', '144159.160000', '144159.620000', '144200.080000', '144200.540000', '144201.000000', '144201.460000', '144201.920000', '144202.380000', '144202.840000', '144203.300000', '144203.760000', '144204.220000', '144204.680000', '144205.140000', '144205.600000', '144206.060000', '144206.520000', '144206.980000', '144207.440000', '144207.900000', '144208.360000', '144208.820000', '144209.280000', '144209.740000', '144210.200000', '144210.660000', '144211.120000', '144211.580000', '144212.040000', '144212.500000', '144212.960000', '144213.420000', '144213.880000', '144214.340000', '144214.800000', '144215.260000', '144215.720000', '144216.180000', '144216.640000', '144217.100000', '144217.560000', '144218.020000', '144218.480000', '144218.940000', '144219.400000', '144219.860000', '144220.320000', '144220.780000'], 'ContentTime': ['142821.299000', '142821.303000', '142821.306000', '142821.309000', '142821.311000', '142821.314000', '142821.317000', '142821.320000', '142821.323000', '142821.326000', '142821.329000', '142821.332000', '142821.335000', '142821.358000', '142821.361000', '142821.364000', '142821.367000', '142821.370000', '142821.373000', '142821.376000', '142821.379000', '142821.382000', '142821.384000', '142821.387000', '142821.390000', '142821.397000', '142821.400000', '142821.403000', '142821.405000', '142821.408000', '142821.411000', '142841.256000', '142841.259000', '142841.262000', '142841.265000', '142841.268000', '142841.271000', '142841.274000', '142841.277000', '142841.279000', '142841.282000', '142841.285000', '142841.288000', '142841.291000', '142841.294000', '142841.297000', '142841.300000', '142841.303000', '142841.314000', '142841.317000', '142841.320000', '142841.323000', '142841.326000', '142841.329000', '142841.332000', '142841.335000', '142841.338000', '142841.340000', '142841.343000', '142841.346000', '142841.349000', '142841.352000', '142841.355000', '142841.358000', '142841.361000', '142841.364000', '142841.367000', '142841.369000', '142841.372000', '142841.375000', '142841.378000', '142841.381000', '142841.384000', '142841.387000', '142901.256000', '142901.259000', '142901.262000', '142901.265000', '142901.268000', '142901.270000', '142901.273000', '142901.276000', '142901.279000', '142901.282000', '142901.285000', '142901.288000', '142901.299000', '142901.302000', '142901.305000', '142901.308000', '142901.311000', '142901.314000', '142901.317000', '142901.319000', '142901.322000', '142901.325000', '142901.328000', '142901.331000', '142901.334000', '142901.337000', '142901.340000', '142901.343000', '142901.346000', '142901.349000', '142901.352000', '142901.355000', '142901.358000', '142901.360000', '142901.363000', '142901.366000', '142901.369000', '142901.372000', '142901.375000', '142901.378000', '142901.381000', '142901.384000', '142901.387000', '142901.389000', '142921.257000', '142921.260000', '142921.263000', '142921.266000', '142921.269000', '142921.272000', '142921.275000', '142921.278000', '142921.281000', '142921.283000', '142921.287000', '142921.289000', '142921.292000', '142921.295000', '142921.298000', '142921.301000', '142921.304000', '142921.307000', '142921.310000', '142921.313000', '142921.316000', '142921.318000', '142921.322000', '142921.324000', '142921.327000', '142921.330000', '142921.334000', '142921.337000', '142921.339000', '142921.342000', '142921.345000', '142921.348000', '142921.351000', '142921.354000', '142921.357000', '142921.360000', '142921.363000', '142921.366000', '142921.369000', '142921.372000', '142921.375000', '142921.378000', '142921.380000', '142941.257000', '142941.260000', '142941.263000', '142941.266000', '142941.269000', '142941.272000', '142941.275000', '142941.278000', '142941.281000', '142941.284000', '142941.287000', '142941.290000', '142941.293000', '142941.296000', '142941.298000', '142941.302000', '142941.304000', '142941.307000', '142941.310000', '142941.313000', '142941.316000', '142941.319000', '142941.322000', '142941.325000', '142941.328000', '142941.331000', '142941.334000', '142941.337000', '142941.340000', '142941.343000', '142941.346000', '142941.349000', '142941.352000', '142941.355000', '142941.357000', '142941.361000', '142941.364000', '142941.366000', '142941.369000', '142941.372000', '142941.375000', '142941.378000', '142941.381000', '142941.384000', '143001.257000', '143001.260000', '143001.263000', '143001.266000', '143001.269000', '143001.272000', '143001.275000', '143001.278000', '143001.281000', '143001.284000', '143001.288000', '143001.291000', '143001.294000', '143001.297000', '143001.300000', '143001.303000', '143001.306000', '143001.309000', '143001.312000', '143001.315000', '143001.317000', '143001.336000', '143001.339000', '143001.342000', '143001.348000', '143001.351000', '143001.354000', '143001.357000', '143001.360000', '143001.363000', '143001.366000', '143001.369000', '143001.372000', '143001.375000', '143001.378000', '143001.381000', '143001.384000', '143001.387000', '143001.390000', '143001.393000', '143001.396000', '143001.399000', '143001.401000', '143021.256000', '143021.259000', '143021.262000', '143021.265000', '143021.268000', '143021.271000', '143021.274000', '143021.277000', '143021.280000', '143021.283000', '143021.286000', '143021.289000', '143021.292000', '143021.294000', '143021.305000', '143021.308000', '143021.311000', '143021.314000', '143021.317000', '143021.320000', '143021.323000', '143021.325000', '143021.329000', '143021.331000', '143021.334000', '143021.337000', '143021.340000', '143021.343000', '143021.346000', '143021.349000', '143021.352000', '143021.355000', '143021.358000', '143021.361000', '143021.364000', '143021.367000', '143021.370000', '143021.373000', '143021.376000', '143021.379000', '143021.381000', '143021.384000', '143021.387000', '143021.390000', '143041.256000', '143041.259000', '143041.262000', '143041.265000', '143041.268000', '143041.271000', '143041.274000', '143041.277000', '143041.280000', '143041.283000', '143041.286000', '143041.289000', '143041.292000', '143041.294000', '143041.297000', '143041.300000', '143041.310000', '143041.313000', '143041.316000', '143041.319000', '143041.322000', '143041.325000', '143041.328000', '143041.331000', '143041.334000', '143041.337000', '143041.340000', '143041.343000', '143041.346000', '143041.349000', '143041.352000', '143041.354000', '143041.357000', '143041.360000', '143041.363000', '143041.366000', '143041.369000', '143041.372000', '143041.375000', '143041.378000', '143041.381000', '143041.384000', '143041.387000', '143101.256000', '143101.266000', '143101.269000', '143101.272000', '143101.275000', '143101.278000', '143101.280000', '143101.283000', '143101.286000', '143101.289000', '143101.292000', '143101.300000', '143101.302000', '143101.305000', '143101.308000', '143101.311000', '143101.314000', '143101.317000', '143101.320000', '143101.323000', '143101.326000', '143101.329000', '143101.332000', '143101.335000', '143101.338000', '143101.341000', '143101.344000', '143101.347000', '143101.350000', '143101.353000', '143101.356000', '143101.358000', '143101.361000', '143101.365000', '143101.367000', '143101.370000', '143101.373000', '143101.376000', '143101.379000', '143101.382000', '143101.385000', '143101.388000', '143101.391000', '143101.394000', '143121.256000', '143121.259000', '143121.262000', '143121.265000', '143121.268000', '143121.271000', '143121.274000', '143121.277000', '143121.280000', '143121.283000', '143121.286000', '143121.289000', '143121.292000', '143121.295000', '143121.298000', '143121.301000', '143121.304000', '143121.307000', '143121.309000', '143121.312000', '143121.315000', '143121.318000', '143121.321000', '143121.325000', '143121.329000', '143121.331000', '143121.334000', '143121.337000', '143121.340000', '143121.343000', '143121.346000', '143121.349000', '143121.352000', '143121.355000', '143121.358000', '143121.361000', '143121.364000', '143121.367000', '143121.370000', '143121.373000', '143121.376000', '143121.379000', '143121.382000', '143141.257000', '143141.344000', '143141.358000', '143141.361000', '143141.364000', '143141.367000', '143141.370000', '143141.373000', '143141.376000', '143141.387000', '143141.390000', '143141.393000', '143141.396000', '143141.399000', '143141.402000', '143141.405000', '143141.408000', '143141.411000', '143141.413000', '143141.416000', '143141.419000', '143141.422000', '143141.425000', '143141.428000', '143141.431000', '143141.434000', '143141.437000', '143141.440000', '143141.443000', '143141.446000', '143141.449000', '143141.452000', '143141.455000', '143141.458000', '143141.460000', '143141.463000', '143141.466000', '143141.469000', '143141.472000', '143141.475000', '143141.478000', '143141.481000', '143141.484000', '143201.257000', '143201.260000', '143201.263000', '143201.266000', '143201.269000', '143201.272000', '143201.275000', '143201.278000', '143201.281000', '143201.284000', '143201.287000', '143201.290000', '143201.293000', '143201.296000', '143201.299000', '143201.302000', '143201.305000', '143201.308000', '143201.310000', '143201.313000', '143201.316000', '143201.319000', '143201.322000', '143201.325000', '143201.328000', '143201.331000', '143201.334000', '143201.337000', '143201.340000', '143201.343000', '143201.346000', '143201.349000', '143201.352000', '143201.355000', '143201.358000', '143201.361000', '143201.364000', '143201.367000', '143201.369000', '143201.373000', '143201.375000', '143201.378000', '143201.381000', '143201.384000', '143221.257000', '143221.260000', '143221.263000', '143221.266000', '143221.269000', '143221.272000', '143221.275000', '143221.278000', '143221.281000', '143221.284000', '143221.286000', '143221.290000', '143221.292000', '143221.295000', '143221.298000', '143221.301000', '143221.304000', '143221.307000', '143221.310000', '143221.313000', '143221.316000', '143221.319000', '143221.322000', '143221.325000', '143221.328000', '143221.331000', '143221.334000', '143221.337000', '143221.340000', '143221.343000', '143221.346000', '143221.349000', '143221.352000', '143221.355000', '143221.358000', '143221.361000', '143221.364000', '143221.367000', '143221.369000', '143221.373000', '143221.375000', '143221.378000', '143221.381000', '143221.384000', '143241.256000', '143241.259000', '143241.262000', '143241.265000', '143241.268000', '143241.271000', '143241.274000', '143241.277000', '143241.280000', '143241.283000', '143241.286000', '143241.289000', '143241.292000', '143241.295000', '143241.298000', '143241.301000', '143241.304000', '143241.307000', '143241.310000', '143241.312000', '143241.315000', '143241.318000', '143241.321000', '143241.324000', '143241.327000', '143241.330000', '143241.333000', '143241.336000', '143241.339000', '143241.342000', '143241.345000', '143241.348000', '143241.351000', '143241.354000', '143241.357000', '143241.360000', '143241.363000', '143241.367000', '143241.370000', '143241.373000', '143241.376000', '143241.379000', '143241.382000', '143301.256000', '143301.259000', '143301.265000', '143301.268000', '143301.271000', '143301.274000', '143301.277000', '143301.280000', '143301.283000', '143301.286000', '143301.289000', '143301.292000', '143301.295000', '143301.298000', '143301.301000', '143301.304000', '143301.307000', '143301.309000', '143301.312000', '143301.315000', '143301.318000', '143301.321000', '143301.324000', '143301.327000', '143301.330000', '143301.333000', '143301.336000', '143301.349000', '143301.352000', '143301.355000', '143301.358000', '143301.361000', '143301.364000', '143301.367000', '143301.370000', '143301.373000', '143301.376000', '143301.379000', '143301.382000', '143301.385000', '143301.387000', '143301.390000', '143301.393000', '143301.396000', '143321.256000', '143321.259000', '143321.262000', '143321.265000', '143321.276000', '143321.279000', '143321.282000', '143321.285000', '143321.288000', '143321.291000', '143321.294000', '143321.297000', '143321.300000', '143321.303000', '143321.306000', '143321.309000', '143321.312000', '143321.315000', '143321.318000', '143321.321000', '143321.324000', '143321.327000', '143321.329000', '143321.332000', '143321.335000', '143321.338000', '143321.341000', '143321.344000', '143321.347000', '143321.350000', '143321.353000', '143321.356000', '143321.359000', '143321.362000', '143321.365000', '143321.368000', '143321.371000', '143321.374000', '143321.377000', '143321.380000', '143321.383000', '143321.386000', '143321.389000', '143341.256000', '143341.259000', '143341.262000', '143341.265000', '143341.268000', '143341.271000', '143341.274000', '143341.277000', '143341.280000', '143341.283000', '143341.286000', '143341.289000', '143341.294000', '143341.297000', '143341.300000', '143341.303000', '143341.306000', '143341.309000', '143341.312000', '143341.315000', '143341.317000', '143341.321000', '143341.323000', '143341.326000', '143341.329000', '143341.332000', '143341.335000', '143341.338000', '143341.341000', '143341.344000', '143341.347000', '143341.350000', '143341.353000', '143341.356000', '143341.359000', '143341.362000', '143341.365000', '143341.368000', '143341.371000', '143341.374000', '143341.376000', '143341.380000', '143341.382000', '143341.385000', '143401.257000', '143401.260000', '143401.263000', '143401.266000', '143401.269000', '143401.272000', '143401.275000', '143401.278000', '143401.281000', '143401.284000', '143401.287000', '143401.290000', '143401.292000', '143401.295000', '143401.298000', '143401.301000', '143401.304000', '143401.307000', '143401.310000', '143401.313000', '143401.316000', '143401.319000', '143401.322000', '143401.325000', '143401.328000', '143401.331000', '143401.334000', '143401.337000', '143401.340000', '143401.343000', '143401.346000', '143401.349000', '143401.352000', '143401.354000', '143401.357000', '143401.360000', '143401.363000', '143401.366000', '143401.369000', '143401.372000', '143401.375000', '143401.378000', '143401.381000', '143421.257000', '143421.261000', '143421.271000', '143421.274000', '143421.277000', '143421.280000', '143421.283000', '143421.286000', '143421.289000', '143421.292000', '143421.295000', '143421.298000', '143421.301000', '143421.304000', '143421.307000', '143421.309000', '143421.313000', '143421.315000', '143421.318000', '143421.321000', '143421.324000', '143421.327000', '143421.330000', '143421.333000', '143421.336000', '143421.339000', '143421.342000', '143421.345000', '143421.348000', '143421.351000', '143421.354000', '143421.357000', '143421.360000', '143421.363000', '143421.365000', '143421.368000', '143421.371000', '143421.374000', '143421.377000', '143421.380000', '143421.383000', '143421.386000', '143421.389000', '143441.257000', '143441.260000', '143441.263000', '143441.270000', '143441.273000', '143441.276000', '143441.279000', '143441.282000', '143441.285000', '143441.288000', '143441.291000', '143441.294000', '143441.297000', '143441.299000', '143441.302000', '143441.305000', '143441.308000', '143441.311000', '143441.314000', '143441.317000', '143441.320000', '143441.323000', '143441.326000', '143441.329000', '143441.332000', '143441.335000', '143441.338000', '143441.341000', '143441.344000', '143441.347000', '143441.350000', '143441.353000', '143441.356000', '143441.359000', '143441.362000', '143441.365000', '143441.368000', '143441.370000', '143441.373000', '143441.376000', '143441.379000', '143441.382000', '143441.385000', '143441.388000', '143501.256000', '143501.264000', '143501.268000', '143501.273000', '143501.276000', '143501.279000', '143501.282000', '143501.285000', '143501.288000', '143501.291000', '143501.294000', '143501.297000', '143501.300000', '143501.303000', '143501.306000', '143501.309000', '143501.312000', '143501.315000', '143501.318000', '143501.321000', '143501.324000', '143501.327000', '143501.330000', '143501.333000', '143501.335000', '143501.338000', '143501.341000', '143501.344000', '143501.347000', '143501.350000', '143501.353000', '143501.356000', '143501.359000', '143501.362000', '143501.365000', '143501.368000', '143501.371000', '143501.374000', '143501.377000', '143501.380000', '143501.383000', '143501.386000', '143501.388000', '143521.256000', '143521.259000', '143521.262000', '143521.265000', '143521.268000', '143521.271000', '143521.287000', '143521.290000', '143521.293000', '143521.296000', '143521.299000', '143521.302000', '143521.305000', '143521.307000', '143521.310000', '143521.313000', '143521.316000', '143521.319000', '143521.322000', '143521.325000', '143521.328000', '143521.331000', '143521.334000', '143521.337000', '143521.340000', '143521.343000', '143521.346000', '143521.349000', '143521.352000', '143521.355000', '143521.358000', '143521.361000', '143521.364000', '143521.366000', '143521.369000', '143521.372000', '143521.375000', '143521.378000', '143521.381000', '143521.384000', '143521.387000', '143521.390000', '143521.393000', '143521.396000', '143541.256000', '143541.259000', '143541.262000', '143541.265000', '143541.268000', '143541.271000', '143541.274000', '143541.277000', '143541.280000', '143541.283000', '143541.286000', '143541.289000', '143541.292000', '143541.297000', '143541.301000', '143541.304000', '143541.307000', '143541.309000', '143541.313000', '143541.315000', '143541.318000', '143541.321000', '143541.324000', '143541.327000', '143541.330000', '143541.333000', '143541.336000', '143541.339000', '143541.342000', '143541.345000', '143541.348000', '143541.351000', '143541.354000', '143541.357000', '143541.360000', '143541.363000', '143541.366000', '143541.369000', '143541.372000', '143541.375000', '143541.378000', '143541.381000', '143541.384000', '143601.256000', '143601.263000', '143601.266000', '143601.269000', '143601.272000', '143601.275000', '143601.278000', '143601.281000', '143601.284000', '143601.287000', '143601.290000', '143601.293000', '143601.296000', '143601.299000', '143601.302000', '143601.305000', '143601.308000', '143601.311000', '143601.314000', '143601.317000', '143601.319000', '143601.323000', '143601.325000', '143601.328000', '143601.331000', '143601.335000', '143601.337000', '143601.340000', '143601.343000', '143601.346000', '143601.349000', '143601.352000', '143601.355000', '143601.358000', '143601.361000', '143601.364000', '143601.367000', '143601.370000', '143601.373000', '143601.376000', '143601.379000', '143601.382000', '143601.385000', '143601.388000', '143621.257000', '143621.260000', '143621.263000', '143621.270000', '143621.273000', '143621.276000', '143621.279000', '143621.282000', '143621.285000', '143621.288000', '143621.291000', '143621.294000', '143621.297000', '143621.300000', '143621.302000', '143621.306000', '143621.309000', '143621.312000', '143621.315000', '143621.318000', '143621.321000', '143621.325000', '143621.327000', '143621.330000', '143621.333000', '143621.336000', '143621.339000', '143621.342000', '143621.345000', '143621.348000', '143621.351000', '143621.354000', '143621.357000', '143621.360000', '143621.363000', '143621.366000', '143621.369000', '143621.372000', '143621.375000', '143621.378000', '143621.381000', '143621.384000', '143621.387000', '143641.257000', '143641.260000', '143641.263000', '143641.266000', '143641.275000', '143641.278000', '143641.281000', '143641.284000', '143641.287000', '143641.290000', '143641.293000', '143641.296000', '143641.299000', '143641.302000', '143641.305000', '143641.308000', '143641.311000', '143641.314000', '143641.316000', '143641.319000', '143641.322000', '143641.325000', '143641.328000', '143641.331000', '143641.334000', '143641.337000', '143641.340000', '143641.343000', '143641.346000', '143641.349000', '143641.352000', '143641.355000', '143641.358000', '143641.361000', '143641.364000', '143641.367000', '143641.370000', '143641.373000', '143641.376000', '143641.379000', '143641.382000', '143641.385000', '143641.388000', '143641.391000', '143701.257000', '143701.260000', '143701.269000', '143701.272000', '143701.275000', '143701.278000', '143701.281000', '143701.284000', '143701.287000', '143701.290000', '143701.293000', '143701.296000', '143701.299000', '143701.302000', '143701.305000', '143701.308000', '143701.311000', '143701.314000', '143701.317000', '143701.321000', '143701.326000', '143701.329000', '143701.332000', '143701.347000', '143701.350000', '143701.353000', '143701.356000', '143701.359000', '143701.362000', '143701.365000', '143701.368000', '143701.371000', '143701.374000', '143701.377000', '143701.379000', '143701.382000', '143701.386000', '143701.388000', '143701.391000', '143701.394000', '143701.397000', '143701.400000', '143701.403000', '143721.256000', '143721.259000', '143721.262000', '143721.265000', '143721.268000', '143721.271000', '143721.274000', '143721.277000', '143721.280000', '143721.283000', '143721.286000', '143721.289000', '143721.292000', '143721.295000', '143721.298000', '143721.301000', '143721.304000', '143721.307000', '143721.310000', '143721.313000', '143721.316000', '143721.319000', '143721.321000', '143721.324000', '143721.327000', '143721.330000', '143721.333000', '143721.336000', '143721.339000', '143721.342000', '143721.345000', '143721.348000', '143721.351000', '143721.354000', '143721.357000', '143721.360000', '143721.363000', '143721.366000', '143721.369000', '143721.372000', '143721.375000', '143721.378000', '143721.381000', '143721.384000', '143741.256000', '143741.259000', '143741.262000', '143741.265000', '143741.268000', '143741.272000', '143741.275000', '143741.278000', '143741.281000', '143741.284000', '143741.287000', '143741.290000', '143741.293000', '143741.296000', '143741.299000', '143741.302000', '143741.305000', '143741.308000', '143741.311000', '143741.314000', '143741.317000', '143741.320000', '143741.323000', '143741.326000', '143741.329000', '143741.332000', '143741.336000', '143741.339000', '143741.342000', '143741.345000', '143741.348000', '143741.351000', '143741.354000', '143741.357000', '143741.360000', '143741.377000', '143741.380000', '143741.383000', '143741.386000', '143741.389000', '143741.392000', '143741.395000', '143741.398000', '143801.256000', '143801.259000', '143801.268000', '143801.271000', '143801.274000', '143801.277000', '143801.280000', '143801.283000', '143801.286000', '143801.289000', '143801.292000', '143801.295000', '143801.298000', '143801.301000', '143801.304000', '143801.307000', '143801.317000', '143801.320000', '143801.323000', '143801.326000', '143801.329000', '143801.332000', '143801.335000', '143801.338000', '143801.341000', '143801.344000', '143801.347000', '143801.350000', '143801.353000', '143801.356000', '143801.359000', '143801.362000', '143801.365000', '143801.368000', '143801.371000', '143801.374000', '143801.377000', '143801.380000', '143801.383000', '143801.386000', '143801.388000', '143801.391000', '143801.394000', '143801.397000', '143821.256000', '143821.259000', '143821.262000', '143821.265000', '143821.268000', '143821.271000', '143821.274000', '143821.277000', '143821.280000', '143821.283000', '143821.286000', '143821.289000', '143821.292000', '143821.295000', '143821.298000', '143821.301000', '143821.304000', '143821.307000', '143821.318000', '143821.321000', '143821.324000', '143821.327000', '143821.330000', '143821.333000', '143821.336000', '143821.339000', '143821.342000', '143821.345000', '143821.361000', '143821.364000', '143821.367000', '143821.370000', '143821.373000', '143821.375000', '143821.379000', '143821.382000', '143821.385000', '143821.387000', '143821.391000', '143821.393000', '143821.396000', '143821.399000', '143821.402000', '143841.257000', '143841.261000', '143841.263000', '143841.266000', '143841.269000', '143841.272000', '143841.275000', '143841.278000', '143841.281000', '143841.284000', '143841.287000', '143841.290000', '143841.293000', '143841.296000', '143841.299000', '143841.302000', '143841.305000', '143841.308000', '143841.311000', '143841.314000', '143841.317000', '143841.320000', '143841.323000', '143841.326000', '143841.329000', '143841.332000', '143841.335000', '143841.338000', '143841.341000', '143841.344000', '143841.347000', '143841.350000', '143841.353000', '143841.356000', '143841.359000', '143841.362000', '143841.365000', '143841.368000', '143841.371000', '143841.373000', '143841.376000', '143841.379000', '143841.382000', '143841.385000', '143901.257000', '143901.289000', '143901.296000', '143901.299000', '143901.302000', '143901.305000', '143901.308000', '143901.311000', '143901.314000', '143901.317000', '143901.320000', '143901.323000', '143901.326000', '143901.329000', '143901.332000', '143901.335000', '143901.338000', '143901.341000', '143901.344000', '143901.347000', '143901.350000', '143901.353000', '143901.356000', '143901.359000', '143901.362000', '143901.365000', '143901.368000', '143901.371000', '143901.374000', '143901.377000', '143901.380000', '143901.383000', '143901.386000', '143901.390000', '143901.393000', '143901.396000', '143901.398000', '143901.401000', '143901.404000', '143901.407000', '143901.410000', '143901.413000', '143901.416000', '143921.257000', '143921.260000', '143921.263000', '143921.266000', '143921.269000', '143921.272000', '143921.275000', '143921.278000', '143921.281000', '143921.284000', '143921.287000', '143921.290000', '143921.293000', '143921.296000', '143921.299000', '143921.302000', '143921.305000', '143921.308000', '143921.311000', '143921.313000', '143921.316000', '143921.319000', '143921.322000', '143921.325000', '143921.328000', '143921.331000', '143921.334000', '143921.337000', '143921.340000', '143921.343000', '143921.346000', '143921.349000', '143921.352000', '143921.355000', '143921.358000', '143921.361000', '143921.364000', '143921.367000', '143921.369000', '143921.372000', '143921.376000', '143921.378000', '143921.381000', '143921.384000', '143941.256000', '143941.259000', '143941.263000', '143941.265000', '143941.268000', '143941.271000', '143941.274000', '143941.277000', '143941.280000', '143941.283000', '143941.293000', '143941.296000', '143941.299000', '143941.308000', '143941.311000', '143941.314000', '143941.317000', '143941.320000', '143941.323000', '143941.326000', '143941.329000', '143941.332000', '143941.335000', '143941.338000', '143941.341000', '143941.344000', '143941.347000', '143941.350000', '143941.353000', '143941.356000', '143941.359000', '143941.362000', '143941.364000', '143941.367000', '143941.370000', '143941.373000', '143941.376000', '143941.379000', '143941.382000', '143941.385000', '143941.388000', '143941.393000', '143941.397000', '144001.256000', '144001.259000', '144001.262000', '144001.265000', '144001.268000', '144001.271000', '144001.274000', '144001.277000', '144001.280000', '144001.283000', '144001.286000', '144001.289000', '144001.292000', '144001.295000', '144001.298000', '144001.301000', '144001.304000', '144001.307000', '144001.309000', '144001.313000', '144001.315000', '144001.318000', '144001.321000', '144001.324000', '144001.327000', '144001.330000', '144001.333000', '144001.336000', '144001.339000', '144001.342000', '144001.345000', '144001.348000', '144001.351000', '144001.354000', '144001.356000', '144001.360000', '144001.362000', '144001.365000', '144001.368000', '144001.371000', '144001.374000', '144001.377000', '144001.380000', '144001.383000', '144021.256000', '144021.259000', '144021.262000', '144021.265000', '144021.268000', '144021.271000', '144021.274000', '144021.277000', '144021.280000', '144021.283000', '144021.286000', '144021.289000', '144021.292000', '144021.295000', '144021.298000', '144021.301000', '144021.303000', '144021.306000', '144021.309000', '144021.312000', '144021.315000', '144021.318000', '144021.321000', '144021.324000', '144021.327000', '144021.330000', '144021.333000', '144021.336000', '144021.339000', '144021.342000', '144021.345000', '144021.348000', '144021.351000', '144021.355000', '144021.358000', '144021.361000', '144021.364000', '144021.367000', '144021.370000', '144021.373000', '144021.376000', '144021.379000', '144021.382000', '144041.256000', '144041.262000', '144041.265000', '144041.268000', '144041.271000', '144041.274000', '144041.282000', '144041.285000', '144041.288000', '144041.291000', '144041.294000', '144041.297000', '144041.300000', '144041.303000', '144041.306000', '144041.309000', '144041.312000', '144041.315000', '144041.318000', '144041.321000', '144041.324000', '144041.327000', '144041.330000', '144041.333000', '144041.336000', '144041.339000', '144041.342000', '144041.345000', '144041.348000', '144041.351000', '144041.354000', '144041.357000', '144041.360000', '144041.362000', '144041.366000', '144041.368000', '144041.387000', '144041.390000', '144041.393000', '144041.396000', '144041.399000', '144041.402000', '144041.405000', '144041.408000', '144101.257000', '144101.267000', '144101.270000', '144101.273000', '144101.276000', '144101.279000', '144101.282000', '144101.285000', '144101.294000', '144101.297000', '144101.299000', '144101.302000', '144101.305000', '144101.308000', '144101.311000', '144101.314000', '144101.317000', '144101.320000', '144101.323000', '144101.326000', '144101.329000', '144101.332000', '144101.335000', '144101.338000', '144101.341000', '144101.344000', '144101.347000', '144101.350000', '144101.353000', '144101.356000', '144101.358000', '144101.361000', '144101.365000', '144101.367000', '144101.370000', '144101.373000', '144101.376000', '144101.379000', '144101.382000', '144101.385000', '144101.388000', '144101.391000', '144101.394000', '144121.257000', '144121.260000', '144121.263000', '144121.266000', '144121.269000', '144121.272000', '144121.275000', '144121.278000', '144121.281000', '144121.284000', '144121.287000', '144121.298000', '144121.301000', '144121.304000', '144121.307000', '144121.310000', '144121.313000', '144121.316000', '144121.319000', '144121.322000', '144121.325000', '144121.328000', '144121.331000', '144121.334000', '144121.337000', '144121.340000', '144121.343000', '144121.345000', '144121.348000', '144121.351000', '144121.354000', '144121.357000', '144121.360000', '144121.363000', '144121.366000', '144121.369000', '144121.372000', '144121.375000', '144121.378000', '144121.381000', '144121.384000', '144121.387000', '144121.390000', '144121.393000', '144141.257000', '144141.260000', '144141.263000', '144141.266000', '144141.269000', '144141.272000', '144141.275000', '144141.278000', '144141.281000', '144141.284000', '144141.287000', '144141.290000', '144141.293000', '144141.296000', '144141.303000', '144141.306000', '144141.309000', '144141.312000', '144141.315000', '144141.318000', '144141.321000', '144141.324000', '144141.327000', '144141.330000', '144141.333000', '144141.336000', '144141.339000', '144141.342000', '144141.345000', '144141.348000', '144141.351000', '144141.354000', '144141.357000', '144141.360000', '144141.363000', '144141.366000', '144141.369000', '144141.371000', '144141.374000', '144141.377000', '144141.380000', '144141.383000', '144141.386000', '144201.256000', '144201.262000', '144201.265000', '144201.268000', '144201.282000', '144201.285000', '144201.288000', '144201.291000', '144201.294000', '144201.297000', '144201.299000', '144201.302000', '144201.305000', '144201.308000', '144201.311000', '144201.314000', '144201.317000', '144201.320000', '144201.323000', '144201.326000', '144201.329000', '144201.332000', '144201.335000', '144201.338000', '144201.341000', '144201.344000', '144201.347000', '144201.349000', '144201.353000', '144201.355000', '144201.358000', '144201.361000', '144201.364000', '144201.367000', '144201.370000', '144201.373000', '144201.376000', '144201.379000', '144201.382000', '144201.385000', '144201.404000', '144201.406000', '144201.409000', '144221.256000', '144221.259000', '144221.262000', '144221.273000', '144221.284000', '144221.287000', '144221.290000', '144221.293000', '144221.296000', '144221.299000', '144221.302000', '144221.305000', '144221.308000', '144221.311000', '144221.314000', '144221.317000', '144221.320000', '144221.322000', '144221.325000', '144221.328000', '144221.331000', '144221.334000', '144221.337000', '144221.340000', '144221.343000', '144221.346000', '144221.349000', '144221.352000', '144221.355000', '144221.358000', '144221.361000', '144221.364000', '144221.367000', '144221.370000', '144221.373000', '144221.376000', '144221.379000', '144221.382000', '144221.385000', '144221.388000', '144221.391000', '144221.394000', '144221.397000', '144221.400000', '144221.994000', '144221.998000'], 'InstanceCreationTime': ['142821.299000', '142821.303000', '142821.306000', '142821.309000', '142821.311000', '142821.314000', '142821.317000', '142821.320000', '142821.323000', '142821.326000', '142821.329000', '142821.332000', '142821.335000', '142821.358000', '142821.361000', '142821.364000', '142821.367000', '142821.370000', '142821.373000', '142821.376000', '142821.379000', '142821.382000', '142821.384000', '142821.387000', '142821.390000', '142821.397000', '142821.400000', '142821.403000', '142821.405000', '142821.408000', '142821.411000', '142841.256000', '142841.259000', '142841.262000', '142841.265000', '142841.268000', '142841.271000', '142841.274000', '142841.277000', '142841.279000', '142841.282000', '142841.285000', '142841.288000', '142841.291000', '142841.294000', '142841.297000', '142841.300000', '142841.303000', '142841.314000', '142841.317000', '142841.320000', '142841.323000', '142841.326000', '142841.329000', '142841.332000', '142841.335000', '142841.338000', '142841.340000', '142841.343000', '142841.346000', '142841.349000', '142841.352000', '142841.355000', '142841.358000', '142841.361000', '142841.364000', '142841.367000', '142841.369000', '142841.372000', '142841.375000', '142841.378000', '142841.381000', '142841.384000', '142841.387000', '142901.256000', '142901.259000', '142901.262000', '142901.265000', '142901.268000', '142901.270000', '142901.273000', '142901.276000', '142901.279000', '142901.282000', '142901.285000', '142901.288000', '142901.299000', '142901.302000', '142901.305000', '142901.308000', '142901.311000', '142901.314000', '142901.317000', '142901.319000', '142901.322000', '142901.325000', '142901.328000', '142901.331000', '142901.334000', '142901.337000', '142901.340000', '142901.343000', '142901.346000', '142901.349000', '142901.352000', '142901.355000', '142901.358000', '142901.360000', '142901.363000', '142901.366000', '142901.369000', '142901.372000', '142901.375000', '142901.378000', '142901.381000', '142901.384000', '142901.387000', '142901.389000', '142921.257000', '142921.260000', '142921.263000', '142921.266000', '142921.269000', '142921.272000', '142921.275000', '142921.278000', '142921.281000', '142921.283000', '142921.287000', '142921.289000', '142921.292000', '142921.295000', '142921.298000', '142921.301000', '142921.304000', '142921.307000', '142921.310000', '142921.313000', '142921.316000', '142921.318000', '142921.322000', '142921.324000', '142921.327000', '142921.330000', '142921.334000', '142921.337000', '142921.339000', '142921.342000', '142921.345000', '142921.348000', '142921.351000', '142921.354000', '142921.357000', '142921.360000', '142921.363000', '142921.366000', '142921.369000', '142921.372000', '142921.375000', '142921.378000', '142921.380000', '142941.257000', '142941.260000', '142941.263000', '142941.266000', '142941.269000', '142941.272000', '142941.275000', '142941.278000', '142941.281000', '142941.284000', '142941.287000', '142941.290000', '142941.293000', '142941.296000', '142941.298000', '142941.302000', '142941.304000', '142941.307000', '142941.310000', '142941.313000', '142941.316000', '142941.319000', '142941.322000', '142941.325000', '142941.328000', '142941.331000', '142941.334000', '142941.337000', '142941.340000', '142941.343000', '142941.346000', '142941.349000', '142941.352000', '142941.355000', '142941.357000', '142941.361000', '142941.364000', '142941.366000', '142941.369000', '142941.372000', '142941.375000', '142941.378000', '142941.381000', '142941.384000', '143001.257000', '143001.260000', '143001.263000', '143001.266000', '143001.269000', '143001.272000', '143001.275000', '143001.278000', '143001.281000', '143001.284000', '143001.288000', '143001.291000', '143001.294000', '143001.297000', '143001.300000', '143001.303000', '143001.306000', '143001.309000', '143001.312000', '143001.315000', '143001.317000', '143001.336000', '143001.339000', '143001.342000', '143001.348000', '143001.351000', '143001.354000', '143001.357000', '143001.360000', '143001.363000', '143001.366000', '143001.369000', '143001.372000', '143001.375000', '143001.378000', '143001.381000', '143001.384000', '143001.387000', '143001.390000', '143001.393000', '143001.396000', '143001.399000', '143001.401000', '143021.256000', '143021.259000', '143021.262000', '143021.265000', '143021.268000', '143021.271000', '143021.274000', '143021.277000', '143021.280000', '143021.283000', '143021.286000', '143021.289000', '143021.292000', '143021.294000', '143021.305000', '143021.308000', '143021.311000', '143021.314000', '143021.317000', '143021.320000', '143021.323000', '143021.325000', '143021.329000', '143021.331000', '143021.334000', '143021.337000', '143021.340000', '143021.343000', '143021.346000', '143021.349000', '143021.352000', '143021.355000', '143021.358000', '143021.361000', '143021.364000', '143021.367000', '143021.370000', '143021.373000', '143021.376000', '143021.379000', '143021.381000', '143021.384000', '143021.387000', '143021.390000', '143041.256000', '143041.259000', '143041.262000', '143041.265000', '143041.268000', '143041.271000', '143041.274000', '143041.277000', '143041.280000', '143041.283000', '143041.286000', '143041.289000', '143041.292000', '143041.294000', '143041.297000', '143041.300000', '143041.310000', '143041.313000', '143041.316000', '143041.319000', '143041.322000', '143041.325000', '143041.328000', '143041.331000', '143041.334000', '143041.337000', '143041.340000', '143041.343000', '143041.346000', '143041.349000', '143041.352000', '143041.354000', '143041.357000', '143041.360000', '143041.363000', '143041.366000', '143041.369000', '143041.372000', '143041.375000', '143041.378000', '143041.381000', '143041.384000', '143041.387000', '143101.256000', '143101.266000', '143101.269000', '143101.272000', '143101.275000', '143101.278000', '143101.280000', '143101.283000', '143101.286000', '143101.289000', '143101.292000', '143101.300000', '143101.302000', '143101.305000', '143101.308000', '143101.311000', '143101.314000', '143101.317000', '143101.320000', '143101.323000', '143101.326000', '143101.329000', '143101.332000', '143101.335000', '143101.338000', '143101.341000', '143101.344000', '143101.347000', '143101.350000', '143101.353000', '143101.356000', '143101.358000', '143101.361000', '143101.365000', '143101.367000', '143101.370000', '143101.373000', '143101.376000', '143101.379000', '143101.382000', '143101.385000', '143101.388000', '143101.391000', '143101.394000', '143121.256000', '143121.259000', '143121.262000', '143121.265000', '143121.268000', '143121.271000', '143121.274000', '143121.277000', '143121.280000', '143121.283000', '143121.286000', '143121.289000', '143121.292000', '143121.295000', '143121.298000', '143121.301000', '143121.304000', '143121.307000', '143121.309000', '143121.312000', '143121.315000', '143121.318000', '143121.321000', '143121.325000', '143121.329000', '143121.331000', '143121.334000', '143121.337000', '143121.340000', '143121.343000', '143121.346000', '143121.349000', '143121.352000', '143121.355000', '143121.358000', '143121.361000', '143121.364000', '143121.367000', '143121.370000', '143121.373000', '143121.376000', '143121.379000', '143121.382000', '143141.257000', '143141.344000', '143141.358000', '143141.361000', '143141.364000', '143141.367000', '143141.370000', '143141.373000', '143141.376000', '143141.387000', '143141.390000', '143141.393000', '143141.396000', '143141.399000', '143141.402000', '143141.405000', '143141.408000', '143141.411000', '143141.413000', '143141.416000', '143141.419000', '143141.422000', '143141.425000', '143141.428000', '143141.431000', '143141.434000', '143141.437000', '143141.440000', '143141.443000', '143141.446000', '143141.449000', '143141.452000', '143141.455000', '143141.458000', '143141.460000', '143141.463000', '143141.466000', '143141.469000', '143141.472000', '143141.475000', '143141.478000', '143141.481000', '143141.484000', '143201.257000', '143201.260000', '143201.263000', '143201.266000', '143201.269000', '143201.272000', '143201.275000', '143201.278000', '143201.281000', '143201.284000', '143201.287000', '143201.290000', '143201.293000', '143201.296000', '143201.299000', '143201.302000', '143201.305000', '143201.308000', '143201.310000', '143201.313000', '143201.316000', '143201.319000', '143201.322000', '143201.325000', '143201.328000', '143201.331000', '143201.334000', '143201.337000', '143201.340000', '143201.343000', '143201.346000', '143201.349000', '143201.352000', '143201.355000', '143201.358000', '143201.361000', '143201.364000', '143201.367000', '143201.369000', '143201.373000', '143201.375000', '143201.378000', '143201.381000', '143201.384000', '143221.257000', '143221.260000', '143221.263000', '143221.266000', '143221.269000', '143221.272000', '143221.275000', '143221.278000', '143221.281000', '143221.284000', '143221.286000', '143221.290000', '143221.292000', '143221.295000', '143221.298000', '143221.301000', '143221.304000', '143221.307000', '143221.310000', '143221.313000', '143221.316000', '143221.319000', '143221.322000', '143221.325000', '143221.328000', '143221.331000', '143221.334000', '143221.337000', '143221.340000', '143221.343000', '143221.346000', '143221.349000', '143221.352000', '143221.355000', '143221.358000', '143221.361000', '143221.364000', '143221.367000', '143221.369000', '143221.373000', '143221.375000', '143221.378000', '143221.381000', '143221.384000', '143241.256000', '143241.259000', '143241.262000', '143241.265000', '143241.268000', '143241.271000', '143241.274000', '143241.277000', '143241.280000', '143241.283000', '143241.286000', '143241.289000', '143241.292000', '143241.295000', '143241.298000', '143241.301000', '143241.304000', '143241.307000', '143241.310000', '143241.312000', '143241.315000', '143241.318000', '143241.321000', '143241.324000', '143241.327000', '143241.330000', '143241.333000', '143241.336000', '143241.339000', '143241.342000', '143241.345000', '143241.348000', '143241.351000', '143241.354000', '143241.357000', '143241.360000', '143241.363000', '143241.367000', '143241.370000', '143241.373000', '143241.376000', '143241.379000', '143241.382000', '143301.256000', '143301.259000', '143301.265000', '143301.268000', '143301.271000', '143301.274000', '143301.277000', '143301.280000', '143301.283000', '143301.286000', '143301.289000', '143301.292000', '143301.295000', '143301.298000', '143301.301000', '143301.304000', '143301.307000', '143301.309000', '143301.312000', '143301.315000', '143301.318000', '143301.321000', '143301.324000', '143301.327000', '143301.330000', '143301.333000', '143301.336000', '143301.349000', '143301.352000', '143301.355000', '143301.358000', '143301.361000', '143301.364000', '143301.367000', '143301.370000', '143301.373000', '143301.376000', '143301.379000', '143301.382000', '143301.385000', '143301.387000', '143301.390000', '143301.393000', '143301.396000', '143321.256000', '143321.259000', '143321.262000', '143321.265000', '143321.276000', '143321.279000', '143321.282000', '143321.285000', '143321.288000', '143321.291000', '143321.294000', '143321.297000', '143321.300000', '143321.303000', '143321.306000', '143321.309000', '143321.312000', '143321.315000', '143321.318000', '143321.321000', '143321.324000', '143321.327000', '143321.329000', '143321.332000', '143321.335000', '143321.338000', '143321.341000', '143321.344000', '143321.347000', '143321.350000', '143321.353000', '143321.356000', '143321.359000', '143321.362000', '143321.365000', '143321.368000', '143321.371000', '143321.374000', '143321.377000', '143321.380000', '143321.383000', '143321.386000', '143321.389000', '143341.256000', '143341.259000', '143341.262000', '143341.265000', '143341.268000', '143341.271000', '143341.274000', '143341.277000', '143341.280000', '143341.283000', '143341.286000', '143341.289000', '143341.294000', '143341.297000', '143341.300000', '143341.303000', '143341.306000', '143341.309000', '143341.312000', '143341.315000', '143341.317000', '143341.321000', '143341.323000', '143341.326000', '143341.329000', '143341.332000', '143341.335000', '143341.338000', '143341.341000', '143341.344000', '143341.347000', '143341.350000', '143341.353000', '143341.356000', '143341.359000', '143341.362000', '143341.365000', '143341.368000', '143341.371000', '143341.374000', '143341.376000', '143341.380000', '143341.382000', '143341.385000', '143401.257000', '143401.260000', '143401.263000', '143401.266000', '143401.269000', '143401.272000', '143401.275000', '143401.278000', '143401.281000', '143401.284000', '143401.287000', '143401.290000', '143401.292000', '143401.295000', '143401.298000', '143401.301000', '143401.304000', '143401.307000', '143401.310000', '143401.313000', '143401.316000', '143401.319000', '143401.322000', '143401.325000', '143401.328000', '143401.331000', '143401.334000', '143401.337000', '143401.340000', '143401.343000', '143401.346000', '143401.349000', '143401.352000', '143401.354000', '143401.357000', '143401.360000', '143401.363000', '143401.366000', '143401.369000', '143401.372000', '143401.375000', '143401.378000', '143401.381000', '143421.257000', '143421.261000', '143421.271000', '143421.274000', '143421.277000', '143421.280000', '143421.283000', '143421.286000', '143421.289000', '143421.292000', '143421.295000', '143421.298000', '143421.301000', '143421.304000', '143421.307000', '143421.309000', '143421.313000', '143421.315000', '143421.318000', '143421.321000', '143421.324000', '143421.327000', '143421.330000', '143421.333000', '143421.336000', '143421.339000', '143421.342000', '143421.345000', '143421.348000', '143421.351000', '143421.354000', '143421.357000', '143421.360000', '143421.363000', '143421.365000', '143421.368000', '143421.371000', '143421.374000', '143421.377000', '143421.380000', '143421.383000', '143421.386000', '143421.389000', '143441.257000', '143441.260000', '143441.263000', '143441.270000', '143441.273000', '143441.276000', '143441.279000', '143441.282000', '143441.285000', '143441.288000', '143441.291000', '143441.294000', '143441.297000', '143441.299000', '143441.302000', '143441.305000', '143441.308000', '143441.311000', '143441.314000', '143441.317000', '143441.320000', '143441.323000', '143441.326000', '143441.329000', '143441.332000', '143441.335000', '143441.338000', '143441.341000', '143441.344000', '143441.347000', '143441.350000', '143441.353000', '143441.356000', '143441.359000', '143441.362000', '143441.365000', '143441.368000', '143441.370000', '143441.373000', '143441.376000', '143441.379000', '143441.382000', '143441.385000', '143441.388000', '143501.256000', '143501.264000', '143501.268000', '143501.273000', '143501.276000', '143501.279000', '143501.282000', '143501.285000', '143501.288000', '143501.291000', '143501.294000', '143501.297000', '143501.300000', '143501.303000', '143501.306000', '143501.309000', '143501.312000', '143501.315000', '143501.318000', '143501.321000', '143501.324000', '143501.327000', '143501.330000', '143501.333000', '143501.335000', '143501.338000', '143501.341000', '143501.344000', '143501.347000', '143501.350000', '143501.353000', '143501.356000', '143501.359000', '143501.362000', '143501.365000', '143501.368000', '143501.371000', '143501.374000', '143501.377000', '143501.380000', '143501.383000', '143501.386000', '143501.388000', '143521.256000', '143521.259000', '143521.262000', '143521.265000', '143521.268000', '143521.271000', '143521.287000', '143521.290000', '143521.293000', '143521.296000', '143521.299000', '143521.302000', '143521.305000', '143521.307000', '143521.310000', '143521.313000', '143521.316000', '143521.319000', '143521.322000', '143521.325000', '143521.328000', '143521.331000', '143521.334000', '143521.337000', '143521.340000', '143521.343000', '143521.346000', '143521.349000', '143521.352000', '143521.355000', '143521.358000', '143521.361000', '143521.364000', '143521.366000', '143521.369000', '143521.372000', '143521.375000', '143521.378000', '143521.381000', '143521.384000', '143521.387000', '143521.390000', '143521.393000', '143521.396000', '143541.256000', '143541.259000', '143541.262000', '143541.265000', '143541.268000', '143541.271000', '143541.274000', '143541.277000', '143541.280000', '143541.283000', '143541.286000', '143541.289000', '143541.292000', '143541.297000', '143541.301000', '143541.304000', '143541.307000', '143541.309000', '143541.313000', '143541.315000', '143541.318000', '143541.321000', '143541.324000', '143541.327000', '143541.330000', '143541.333000', '143541.336000', '143541.339000', '143541.342000', '143541.345000', '143541.348000', '143541.351000', '143541.354000', '143541.357000', '143541.360000', '143541.363000', '143541.366000', '143541.369000', '143541.372000', '143541.375000', '143541.378000', '143541.381000', '143541.384000', '143601.256000', '143601.263000', '143601.266000', '143601.269000', '143601.272000', '143601.275000', '143601.278000', '143601.281000', '143601.284000', '143601.287000', '143601.290000', '143601.293000', '143601.296000', '143601.299000', '143601.302000', '143601.305000', '143601.308000', '143601.311000', '143601.314000', '143601.317000', '143601.319000', '143601.323000', '143601.325000', '143601.328000', '143601.331000', '143601.335000', '143601.337000', '143601.340000', '143601.343000', '143601.346000', '143601.349000', '143601.352000', '143601.355000', '143601.358000', '143601.361000', '143601.364000', '143601.367000', '143601.370000', '143601.373000', '143601.376000', '143601.379000', '143601.382000', '143601.385000', '143601.388000', '143621.257000', '143621.260000', '143621.263000', '143621.270000', '143621.273000', '143621.276000', '143621.279000', '143621.282000', '143621.285000', '143621.288000', '143621.291000', '143621.294000', '143621.297000', '143621.300000', '143621.302000', '143621.306000', '143621.309000', '143621.312000', '143621.315000', '143621.318000', '143621.321000', '143621.325000', '143621.327000', '143621.330000', '143621.333000', '143621.336000', '143621.339000', '143621.342000', '143621.345000', '143621.348000', '143621.351000', '143621.354000', '143621.357000', '143621.360000', '143621.363000', '143621.366000', '143621.369000', '143621.372000', '143621.375000', '143621.378000', '143621.381000', '143621.384000', '143621.387000', '143641.257000', '143641.260000', '143641.263000', '143641.266000', '143641.275000', '143641.278000', '143641.281000', '143641.284000', '143641.287000', '143641.290000', '143641.293000', '143641.296000', '143641.299000', '143641.302000', '143641.305000', '143641.308000', '143641.311000', '143641.314000', '143641.316000', '143641.319000', '143641.322000', '143641.325000', '143641.328000', '143641.331000', '143641.334000', '143641.337000', '143641.340000', '143641.343000', '143641.346000', '143641.349000', '143641.352000', '143641.355000', '143641.358000', '143641.361000', '143641.364000', '143641.367000', '143641.370000', '143641.373000', '143641.376000', '143641.379000', '143641.382000', '143641.385000', '143641.388000', '143641.391000', '143701.257000', '143701.260000', '143701.269000', '143701.272000', '143701.275000', '143701.278000', '143701.281000', '143701.284000', '143701.287000', '143701.290000', '143701.293000', '143701.296000', '143701.299000', '143701.302000', '143701.305000', '143701.308000', '143701.311000', '143701.314000', '143701.317000', '143701.321000', '143701.326000', '143701.329000', '143701.332000', '143701.347000', '143701.350000', '143701.353000', '143701.356000', '143701.359000', '143701.362000', '143701.365000', '143701.368000', '143701.371000', '143701.374000', '143701.377000', '143701.379000', '143701.382000', '143701.386000', '143701.388000', '143701.391000', '143701.394000', '143701.397000', '143701.400000', '143701.403000', '143721.256000', '143721.259000', '143721.262000', '143721.265000', '143721.268000', '143721.271000', '143721.274000', '143721.277000', '143721.280000', '143721.283000', '143721.286000', '143721.289000', '143721.292000', '143721.295000', '143721.298000', '143721.301000', '143721.304000', '143721.307000', '143721.310000', '143721.313000', '143721.316000', '143721.319000', '143721.321000', '143721.324000', '143721.327000', '143721.330000', '143721.333000', '143721.336000', '143721.339000', '143721.342000', '143721.345000', '143721.348000', '143721.351000', '143721.354000', '143721.357000', '143721.360000', '143721.363000', '143721.366000', '143721.369000', '143721.372000', '143721.375000', '143721.378000', '143721.381000', '143721.384000', '143741.256000', '143741.259000', '143741.262000', '143741.265000', '143741.268000', '143741.272000', '143741.275000', '143741.278000', '143741.281000', '143741.284000', '143741.287000', '143741.290000', '143741.293000', '143741.296000', '143741.299000', '143741.302000', '143741.305000', '143741.308000', '143741.311000', '143741.314000', '143741.317000', '143741.320000', '143741.323000', '143741.326000', '143741.329000', '143741.332000', '143741.336000', '143741.339000', '143741.342000', '143741.345000', '143741.348000', '143741.351000', '143741.354000', '143741.357000', '143741.360000', '143741.377000', '143741.380000', '143741.383000', '143741.386000', '143741.389000', '143741.392000', '143741.395000', '143741.398000', '143801.256000', '143801.259000', '143801.268000', '143801.271000', '143801.274000', '143801.277000', '143801.280000', '143801.283000', '143801.286000', '143801.289000', '143801.292000', '143801.295000', '143801.298000', '143801.301000', '143801.304000', '143801.307000', '143801.317000', '143801.320000', '143801.323000', '143801.326000', '143801.329000', '143801.332000', '143801.335000', '143801.338000', '143801.341000', '143801.344000', '143801.347000', '143801.350000', '143801.353000', '143801.356000', '143801.359000', '143801.362000', '143801.365000', '143801.368000', '143801.371000', '143801.374000', '143801.377000', '143801.380000', '143801.383000', '143801.386000', '143801.388000', '143801.391000', '143801.394000', '143801.397000', '143821.256000', '143821.259000', '143821.262000', '143821.265000', '143821.268000', '143821.271000', '143821.274000', '143821.277000', '143821.280000', '143821.283000', '143821.286000', '143821.289000', '143821.292000', '143821.295000', '143821.298000', '143821.301000', '143821.304000', '143821.307000', '143821.318000', '143821.321000', '143821.324000', '143821.327000', '143821.330000', '143821.333000', '143821.336000', '143821.339000', '143821.342000', '143821.345000', '143821.361000', '143821.364000', '143821.367000', '143821.370000', '143821.373000', '143821.375000', '143821.379000', '143821.382000', '143821.385000', '143821.387000', '143821.391000', '143821.393000', '143821.396000', '143821.399000', '143821.402000', '143841.257000', '143841.261000', '143841.263000', '143841.266000', '143841.269000', '143841.272000', '143841.275000', '143841.278000', '143841.281000', '143841.284000', '143841.287000', '143841.290000', '143841.293000', '143841.296000', '143841.299000', '143841.302000', '143841.305000', '143841.308000', '143841.311000', '143841.314000', '143841.317000', '143841.320000', '143841.323000', '143841.326000', '143841.329000', '143841.332000', '143841.335000', '143841.338000', '143841.341000', '143841.344000', '143841.347000', '143841.350000', '143841.353000', '143841.356000', '143841.359000', '143841.362000', '143841.365000', '143841.368000', '143841.371000', '143841.373000', '143841.376000', '143841.379000', '143841.382000', '143841.385000', '143901.257000', '143901.289000', '143901.296000', '143901.299000', '143901.302000', '143901.305000', '143901.308000', '143901.311000', '143901.314000', '143901.317000', '143901.320000', '143901.323000', '143901.326000', '143901.329000', '143901.332000', '143901.335000', '143901.338000', '143901.341000', '143901.344000', '143901.347000', '143901.350000', '143901.353000', '143901.356000', '143901.359000', '143901.362000', '143901.365000', '143901.368000', '143901.371000', '143901.374000', '143901.377000', '143901.380000', '143901.383000', '143901.386000', '143901.390000', '143901.393000', '143901.396000', '143901.398000', '143901.401000', '143901.404000', '143901.407000', '143901.410000', '143901.413000', '143901.416000', '143921.257000', '143921.260000', '143921.263000', '143921.266000', '143921.269000', '143921.272000', '143921.275000', '143921.278000', '143921.281000', '143921.284000', '143921.287000', '143921.290000', '143921.293000', '143921.296000', '143921.299000', '143921.302000', '143921.305000', '143921.308000', '143921.311000', '143921.313000', '143921.316000', '143921.319000', '143921.322000', '143921.325000', '143921.328000', '143921.331000', '143921.334000', '143921.337000', '143921.340000', '143921.343000', '143921.346000', '143921.349000', '143921.352000', '143921.355000', '143921.358000', '143921.361000', '143921.364000', '143921.367000', '143921.369000', '143921.372000', '143921.376000', '143921.378000', '143921.381000', '143921.384000', '143941.256000', '143941.259000', '143941.263000', '143941.265000', '143941.268000', '143941.271000', '143941.274000', '143941.277000', '143941.280000', '143941.283000', '143941.293000', '143941.296000', '143941.299000', '143941.308000', '143941.311000', '143941.314000', '143941.317000', '143941.320000', '143941.323000', '143941.326000', '143941.329000', '143941.332000', '143941.335000', '143941.338000', '143941.341000', '143941.344000', '143941.347000', '143941.350000', '143941.353000', '143941.356000', '143941.359000', '143941.362000', '143941.364000', '143941.367000', '143941.370000', '143941.373000', '143941.376000', '143941.379000', '143941.382000', '143941.385000', '143941.388000', '143941.393000', '143941.397000', '144001.256000', '144001.259000', '144001.262000', '144001.265000', '144001.268000', '144001.271000', '144001.274000', '144001.277000', '144001.280000', '144001.283000', '144001.286000', '144001.289000', '144001.292000', '144001.295000', '144001.298000', '144001.301000', '144001.304000', '144001.307000', '144001.309000', '144001.313000', '144001.315000', '144001.318000', '144001.321000', '144001.324000', '144001.327000', '144001.330000', '144001.333000', '144001.336000', '144001.339000', '144001.342000', '144001.345000', '144001.348000', '144001.351000', '144001.354000', '144001.356000', '144001.360000', '144001.362000', '144001.365000', '144001.368000', '144001.371000', '144001.374000', '144001.377000', '144001.380000', '144001.383000', '144021.256000', '144021.259000', '144021.262000', '144021.265000', '144021.268000', '144021.271000', '144021.274000', '144021.277000', '144021.280000', '144021.283000', '144021.286000', '144021.289000', '144021.292000', '144021.295000', '144021.298000', '144021.301000', '144021.303000', '144021.306000', '144021.309000', '144021.312000', '144021.315000', '144021.318000', '144021.321000', '144021.324000', '144021.327000', '144021.330000', '144021.333000', '144021.336000', '144021.339000', '144021.342000', '144021.345000', '144021.348000', '144021.351000', '144021.355000', '144021.358000', '144021.361000', '144021.364000', '144021.367000', '144021.370000', '144021.373000', '144021.376000', '144021.379000', '144021.382000', '144041.256000', '144041.262000', '144041.265000', '144041.268000', '144041.271000', '144041.274000', '144041.282000', '144041.285000', '144041.288000', '144041.291000', '144041.294000', '144041.297000', '144041.300000', '144041.303000', '144041.306000', '144041.309000', '144041.312000', '144041.315000', '144041.318000', '144041.321000', '144041.324000', '144041.327000', '144041.330000', '144041.333000', '144041.336000', '144041.339000', '144041.342000', '144041.345000', '144041.348000', '144041.351000', '144041.354000', '144041.357000', '144041.360000', '144041.362000', '144041.366000', '144041.368000', '144041.387000', '144041.390000', '144041.393000', '144041.396000', '144041.399000', '144041.402000', '144041.405000', '144041.408000', '144101.257000', '144101.267000', '144101.270000', '144101.273000', '144101.276000', '144101.279000', '144101.282000', '144101.285000', '144101.294000', '144101.297000', '144101.299000', '144101.302000', '144101.305000', '144101.308000', '144101.311000', '144101.314000', '144101.317000', '144101.320000', '144101.323000', '144101.326000', '144101.329000', '144101.332000', '144101.335000', '144101.338000', '144101.341000', '144101.344000', '144101.347000', '144101.350000', '144101.353000', '144101.356000', '144101.358000', '144101.361000', '144101.365000', '144101.367000', '144101.370000', '144101.373000', '144101.376000', '144101.379000', '144101.382000', '144101.385000', '144101.388000', '144101.391000', '144101.394000', '144121.257000', '144121.260000', '144121.263000', '144121.266000', '144121.269000', '144121.272000', '144121.275000', '144121.278000', '144121.281000', '144121.284000', '144121.287000', '144121.298000', '144121.301000', '144121.304000', '144121.307000', '144121.310000', '144121.313000', '144121.316000', '144121.319000', '144121.322000', '144121.325000', '144121.328000', '144121.331000', '144121.334000', '144121.337000', '144121.340000', '144121.343000', '144121.345000', '144121.348000', '144121.351000', '144121.354000', '144121.357000', '144121.360000', '144121.363000', '144121.366000', '144121.369000', '144121.372000', '144121.375000', '144121.378000', '144121.381000', '144121.384000', '144121.387000', '144121.390000', '144121.393000', '144141.257000', '144141.260000', '144141.263000', '144141.266000', '144141.269000', '144141.272000', '144141.275000', '144141.278000', '144141.281000', '144141.284000', '144141.287000', '144141.290000', '144141.293000', '144141.296000', '144141.303000', '144141.306000', '144141.309000', '144141.312000', '144141.315000', '144141.318000', '144141.321000', '144141.324000', '144141.327000', '144141.330000', '144141.333000', '144141.336000', '144141.339000', '144141.342000', '144141.345000', '144141.348000', '144141.351000', '144141.354000', '144141.357000', '144141.360000', '144141.363000', '144141.366000', '144141.369000', '144141.371000', '144141.374000', '144141.377000', '144141.380000', '144141.383000', '144141.386000', '144201.256000', '144201.262000', '144201.265000', '144201.268000', '144201.282000', '144201.285000', '144201.288000', '144201.291000', '144201.294000', '144201.297000', '144201.299000', '144201.302000', '144201.305000', '144201.308000', '144201.311000', '144201.314000', '144201.317000', '144201.320000', '144201.323000', '144201.326000', '144201.329000', '144201.332000', '144201.335000', '144201.338000', '144201.341000', '144201.344000', '144201.347000', '144201.349000', '144201.353000', '144201.355000', '144201.358000', '144201.361000', '144201.364000', '144201.367000', '144201.370000', '144201.373000', '144201.376000', '144201.379000', '144201.382000', '144201.385000', '144201.404000', '144201.406000', '144201.409000', '144221.256000', '144221.259000', '144221.262000', '144221.273000', '144221.284000', '144221.287000', '144221.290000', '144221.293000', '144221.296000', '144221.299000', '144221.302000', '144221.305000', '144221.308000', '144221.311000', '144221.314000', '144221.317000', '144221.320000', '144221.322000', '144221.325000', '144221.328000', '144221.331000', '144221.334000', '144221.337000', '144221.340000', '144221.343000', '144221.346000', '144221.349000', '144221.352000', '144221.355000', '144221.358000', '144221.361000', '144221.364000', '144221.367000', '144221.370000', '144221.373000', '144221.376000', '144221.379000', '144221.382000', '144221.385000', '144221.388000', '144221.391000', '144221.394000', '144221.397000', '144221.400000', '144221.994000', '144221.998000'], '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': [7109, 9935, 7017, 9678, 6981, 8907, 6836, 8479, 6847, 8883, 6370, 9239, 6350, 8841, 6734, 8055, 6291, 7907, 6249, 8264, 6092, 8874, 6715, 10001, 6437, 10247, 6257, 9996, 6295, 10257, 7001, 10949, 7292, 10169, 6600, 7319, 6774, 7958, 6825, 9020, 7207, 7978, 7277, 6765, 7173, 9521, 6997, 10924, 7418, 11667, 7629, 10663, 6740, 8872, 6848, 8978, 6518, 9388, 6866, 9384, 6802, 8380, 6775, 8260, 6251, 8854, 6209, 8982, 6444, 8923, 6195, 8618, 6272, 7966, 7410, 7342, 7213, 7317, 6558, 6702, 6441, 6873, 7749, 7217, 10959, 8128, 9304, 7329, 7024, 7200, 7394, 6908, 9415, 6607, 10203, 7006, 10900, 6931, 9054, 6567, 8449, 6771, 8458, 6626, 8904, 6697, 9413, 6719, 9222, 6510, 8566, 6630, 8388, 6852, 8824, 6443, 9343, 7035, 9746, 6835, 8882, 6954, 8867, 6928, 9195, 6788, 9551, 6815, 10581, 6621, 9525, 6553, 9558, 6432, 9899, 7145, 10083, 7599, 8237, 6636, 7679, 6943, 8437, 6543, 10331, 8033, 9913, 7078, 7541, 6463, 9336, 6692, 9293, 6406, 9007, 6503, 9286, 6650, 8596, 6729, 8414, 6323, 8686, 6204, 9399, 6477, 8807, 6428, 7584, 6487, 7089, 6561, 7508, 7012, 7661, 6607, 7247, 6517, 7188, 6697, 7635, 6623, 8062, 7472, 7874, 6603, 7938, 6482, 9052, 6659, 8983, 6695, 9164, 6996, 9273, 6916, 9410, 6789, 8728, 6320, 8132, 6576, 8747, 6849, 8148, 6617, 7667, 6512, 7556, 6449, 7706, 6240, 8335, 6478, 8315, 6525, 8367, 6699, 8116, 6673, 8091, 6754, 7665, 6615, 7817, 6354, 8171, 6617, 8792, 6391, 8653, 6803, 7807, 9312, 7713, 8123, 7082, 9826, 7023, 10702, 6951, 10473, 7301, 10801, 7138, 8680, 6696, 7672, 6744, 7677, 6749, 10513, 7907, 9099, 7111, 6689, 6918, 7539, 7144, 10493, 6962, 11145, 7279, 10799, 7067, 8265, 6342, 8380, 6298, 9935, 6189, 9431, 6789, 9111, 6925, 6288, 6673, 6556, 8017, 6526, 8666, 6113, 9209, 6734, 9035, 6817, 9395, 6823, 9769, 6939, 9836, 6982, 9740, 6768, 9676, 7373, 10653, 7319, 8026, 7074, 8158, 7169, 10038, 7338, 11061, 8654, 8364, 7814, 6801, 7342, 7009, 7517, 6551, 7947, 6622, 8926, 6833, 9482, 7068, 8994, 7064, 8969, 6906, 9823, 7035, 9985, 6911, 9119, 6815, 9016, 6392, 10082, 7215, 8670, 7034, 6431, 6973, 6709, 7462, 6142, 8644, 6819, 9677, 6433, 9711, 6507, 10491, 7154, 11161, 7984, 10654, 7803, 8429, 6759, 8137, 7018, 10482, 6775, 10125, 6542, 10192, 6762, 9765, 6630, 8952, 6489, 8468, 6526, 8458, 6606, 8606, 6261, 8510, 6884, 8459, 6509, 8473, 6269, 8386, 7169, 7432, 9834, 8036, 8269, 7501, 6815, 7117, 6697, 7802, 6885, 9040, 6616, 6581, 7424, 6654, 9039, 6242, 10046, 7774, 9259, 6813, 8928, 7010, 7768, 8006, 8661, 6881, 10023, 7279, 9939, 7105, 10588, 7202, 10204, 8446, 8979, 8124, 6771, 7549, 6829, 7767, 6749, 7522, 8569, 7974, 6685, 7737, 6910, 7367, 7956, 6958, 11109, 6745, 10559, 6664, 10019, 6657, 7820, 6675, 7549, 6741, 9147, 6637, 9943, 7779, 9236, 6941, 10715, 6751, 10556, 7010, 10013, 6952, 9671, 6792, 9522, 6650, 8995, 6888, 7439, 6830, 7628, 6595, 8538, 7270, 6445, 8205, 7431, 9056, 6804, 10329, 7501, 10646, 8654, 6850, 7780, 6613, 8758, 6562, 9322, 7022, 11316, 7100, 11029, 6978, 9968, 7112, 8352, 7500, 6488, 9026, 7245, 9545, 6952, 9954, 6716, 10963, 7999, 7672, 6887, 6495, 7187, 6446, 7074, 6726, 7922, 6362, 8027, 6470, 7689, 6774, 7342, 8427, 7640, 6579, 7434, 6570, 7643, 6545, 8826, 6637, 9274, 6871, 9344, 6518, 8398, 6594, 7909, 6620, 7675, 6452, 7460, 6492, 7211, 6797, 6815, 7020, 6851, 8504, 6626, 6734, 6837, 6888, 6936, 6845, 7575, 6744, 7480, 9005, 8139, 8515, 7990, 6956, 7537, 8584, 7042, 11066, 7171, 10618, 6941, 10465, 6771, 9892, 6741, 8829, 7141, 8463, 6292, 8540, 6411, 7861, 6405, 7539, 6475, 7519, 6707, 7325, 6540, 7687, 6431, 7673, 6648, 7203, 6675, 7393, 9147, 7928, 10379, 8781, 9577, 7222, 11481, 7093, 10298, 7417, 10484, 7133, 9654, 6987, 8903, 7009, 8222, 6370, 8853, 7172, 9021, 7094, 8583, 7289, 8726, 6151, 8869, 6445, 8588, 6955, 7918, 6842, 7741, 10479, 7558, 11239, 7420, 10929, 7390, 9489, 7053, 8210, 7416, 7890, 6258, 7658, 6430, 8314, 7130, 8502, 7172, 8487, 6581, 8596, 8086, 7449, 11752, 8428, 12170, 7936, 10783, 6594, 9265, 6577, 9104, 6867, 8912, 6924, 9222, 7084, 8990, 6802, 8478, 6685, 7715, 7636, 7580, 9904, 7845, 9829, 7047, 10814, 6932, 9246, 6739, 9389, 6708, 9248, 6744, 9123, 6615, 8946, 6673, 9205, 6659, 9844, 6763, 9731, 6831, 9036, 7151, 8432, 7107, 9223, 7075, 9797, 7211, 9270, 7095, 9046, 6808, 8604, 6495, 8352, 6589, 8449, 6622, 7590, 6430, 7257, 6901, 7926, 6625, 8384, 6387, 9503, 6574, 9737, 6918, 9822, 7255, 10620, 6903, 9943, 7193, 9258, 6610, 8415, 6894, 8090, 7921, 8247, 7262, 7781, 7331, 7433, 10275, 7125, 10676, 6995, 9692, 6907, 7887, 6654, 6411, 6725, 6068, 6956, 6384, 7939, 6354, 8794, 6461, 9542, 6692, 8738, 7064, 8202, 10731, 8471, 12787, 9644, 12637, 7851, 11092, 7540, 9397, 7037, 8451, 6571, 7793, 6268, 8235, 6899, 7396, 6564, 8034, 6718, 8561, 6427, 8434, 7786, 7984, 10989, 7790, 11545, 7360, 9835, 7033, 8643, 6876, 8308, 6887, 8781, 6791, 8569, 7063, 7943, 6459, 7756, 6157, 8917, 6490, 8527, 6476, 7547, 6742, 7545, 6978, 7979, 6892, 7848, 6553, 6272, 6701, 6462, 7489, 6647, 6466, 10237, 7434, 8069, 7028, 6725, 8582, 9453, 8399, 12821, 10625, 10011, 9002, 6684, 8833, 6822, 9582, 7323, 9613, 8167, 6342, 8539, 6960, 9410, 7103, 11341, 7493, 11091, 9351, 6451, 8388, 6993, 8705, 6824, 8800, 6871, 8166, 6858, 6092, 7993, 6519, 8454, 6663, 7898, 6817, 8497, 6687, 9429, 7065, 9120, 7003, 9121, 6761, 8830, 6822, 8855, 7183, 8868, 7090, 8227, 7212, 8553, 6786, 8743, 6975, 8798, 7050, 9157, 6709, 9256, 6549, 8759, 6722, 8629, 6693, 8486, 6920, 8171, 6147, 8325, 6349, 8099, 6859, 8715, 6462, 8890, 6538, 8859, 6772, 10120, 7533, 10457, 7007, 10004, 7090, 10208, 7031, 8961, 8788, 8678, 12632, 8848, 9606, 7394, 7518, 6928, 10427, 7035, 9788, 7344, 10520, 7441, 11140, 6969, 9939, 6978, 9734, 6848, 10075, 7540, 11253, 7254, 10570, 7346, 9616, 6784, 9509, 6636, 10338, 7290, 8874, 7167, 8146, 7360, 7557, 8287, 7303, 6779, 7236, 6117, 7317, 6708, 8216, 6515, 8893, 7071, 10868, 7519, 10388, 7339, 10131, 7495, 10442, 7773, 10316, 7375, 10161, 7505, 9708, 7085, 8255, 6365, 6367, 6507, 6379, 6278, 6498, 6278, 7530, 7783, 6550, 9210, 7235, 10146, 8103, 11132, 8699, 12102, 9378, 8983, 8773, 9303, 7553, 12073, 7587, 10178, 7385, 10418, 7151, 7097, 6969, 6458, 7169, 6639, 7535, 6421, 9002, 6853, 10196, 6950, 10148, 6992, 11072, 8040, 11843, 7914, 10316, 7154, 10051, 7091, 8891, 6961, 9829, 6977, 9669, 6790, 9437, 6696, 9074, 6788, 10250, 7048, 9119, 6877, 10285, 6931, 10394, 6859, 10014, 7395, 7238, 6940, 6677, 7435, 7428, 7207, 8899, 7160, 10469, 7454, 8895, 7254, 6819, 7306, 6428, 7514, 6459, 8152, 6889, 8657, 6734, 8794, 6749, 8347, 6653, 8484, 6706, 8843, 7695, 10726, 7714, 6391, 6251, 6363, 6829, 6757, 6426, 6038, 7272, 6697, 6895, 8682, 6709, 6415, 8642, 6265, 11245, 8480, 12328, 9564, 9026, 7671, 6693, 7888, 6613, 7836, 6669, 8229, 6746, 8937, 6808, 8775, 6556, 8594, 6695, 8080, 6695, 8662, 6855, 9100, 6844, 8961, 6999, 9284, 6724, 8853, 6509, 9058, 6768, 8110, 6721, 7669, 6817, 7251, 8563, 6780, 10364, 6915, 8602, 6496, 7196, 6508, 10328, 7259, 10699, 7722, 10395, 7493, 10291, 7584, 8913, 6666, 8142, 7059, 7098, 7097, 7014, 6815, 7131, 6675, 7139, 6888, 6835, 10908, 6864, 10083, 7464, 10455, 7188, 10203, 7179, 8981, 6776, 8861, 6719, 9056, 7042, 8290, 6757, 8056, 6833, 8120, 6737, 8864, 7255, 8404, 6929, 7600, 8129, 7011, 10972, 7075, 10523, 7483, 10389, 7137, 9208, 7230, 9302, 7058, 9392, 6912, 10352, 7383, 8988, 6815, 8532, 6615, 8080, 6419, 8022, 6343, 7947, 6526, 7676, 6563, 7643, 7610, 7377, 10495, 7262, 11851, 7521, 10626, 7039, 8467, 6553, 8115, 6203, 7963, 6357, 8031, 6422, 7799, 6698, 8152, 7264, 7724, 12271, 8031, 12037, 8192, 10509, 7323, 8880, 6728, 7973, 6761, 7212, 6868, 7243, 6604, 7498, 6698, 7293, 8821, 7367, 10759, 7161, 8700, 6186, 8668, 6419, 8221, 6795, 7178, 8905, 6690, 9230, 6739, 9284, 7341, 9233, 6600, 8639, 6472, 8372, 6271, 8150, 7307, 7725, 9408, 8004, 6785, 7615, 6488, 8123, 7133, 8125, 11270, 8610, 13259, 8488, 11442, 7634, 9572, 6829, 8964, 8151, 7355, 10713, 7595, 9788, 6949, 8433, 6026, 7419, 6143, 7210, 6917, 8125, 6295, 7655, 6619, 9560, 7208, 9620, 7895, 10865, 8333, 9426, 8982, 8082, 12341, 7987, 11426, 7624, 10694, 7193, 9678, 6863, 7389, 6907, 6822, 8715, 6496, 9994, 7335, 8610, 7201, 6747, 9319, 7152, 8195, 9523, 8169, 11717, 9634, 7149, 11356, 7845, 6767, 9778, 7487, 9904, 8349, 6924, 11202, 7288, 7600, 7450, 6516, 10722, 7105, 6625, 7226, 7131, 9636, 6808, 6643, 7490, 6329, 9886, 7116, 9645, 7015, 6786, 7954, 6775, 8447, 6558, 8561, 6749, 9168, 7146, 7497, 6650, 6709, 7089, 6965, 7237, 6693, 7196, 6577, 7637, 7335, 7058, 7307, 6430, 6322, 7244, 5976, 8038, 6493, 6517, 6558, 6931, 8762, 6789, 9776, 6640, 9570, 7719, 10962, 9134, 11268, 9978, 8839, 8242, 8111, 7657, 11864, 8897, 12956, 8307, 11522, 7274, 10350, 6923, 9871, 7152, 10403, 7050, 9822, 6746, 9903, 6964, 9792, 6852, 10164, 7037, 10434, 7092, 9185, 6740, 8729, 6461, 8300, 6620, 8672, 7053, 8769, 6743, 8994, 6745, 9075, 6577, 9521, 6888, 8672, 6802, 8483, 7044, 7912, 8889, 7485, 11454, 7246, 7893, 7120, 8270, 6868, 9580, 6916, 10052, 7219, 9592, 7075, 9578, 7039, 9744, 7041, 10308, 7488, 9995, 7201, 9214, 6749, 8980, 6563, 8850, 6792, 8704, 6900, 8416, 6838, 8296, 6673, 8122, 6250, 7777, 7043, 7757, 6605, 7775, 6648, 7438, 7967, 6995, 10804, 7735, 10491, 7294, 9199, 6818, 8638, 6799, 8412, 6979, 9213, 7034, 8611, 6768, 8646, 6679, 8585, 7054, 9481, 6893, 9664, 7057, 8671, 6832, 8510, 6555, 7854, 6858, 8107, 7020, 8129, 7520, 7858, 7017, 7684, 6423, 8250, 6992, 8540, 6686, 7943, 7340, 6635, 8191, 7044, 10258, 7662, 10472, 8703, 9255, 7709, 10081, 7848, 10902, 8015, 11766, 8134, 10182, 7399, 9898, 7532, 9055, 7313, 9416, 7332, 8619, 6644, 8074, 6252, 8038, 6521, 8176, 6666, 9007, 7086, 9001, 6867, 8261, 6715, 8446, 7120, 8674, 7762, 8501, 7374, 7988, 7461, 7831, 9736, 7413, 10609, 7958, 10490, 7544, 8972, 7153, 8812, 6794, 8079, 7035, 8838, 6877, 8191, 6467, 8092, 6679, 8195, 6786, 8897, 7325, 9971, 7285, 8596, 7241, 8439, 7289, 8474, 7215, 8940, 7094, 8357, 6788, 8217, 6664, 8467, 6675, 8027, 6817, 8005, 6374, 8123, 6602, 7877, 6744, 8070, 6262, 7924, 6654, 8358, 6821, 7952, 6999, 8061, 6570, 7928, 6863, 8432, 7087, 8365, 6327, 8084, 6394, 8078, 6477, 7932, 7005, 8309, 6660, 8131, 7004, 8385, 7841, 7789, 10197, 8023, 11496, 8004, 10249, 7228, 9380, 7094, 8699, 6979, 8675, 7133, 9536, 6879, 8650, 6610, 8246, 6928, 8493, 7092, 8591, 6808, 8348, 6458, 8352, 6851, 8379, 6955, 8490, 7303, 8401, 6679, 8252, 6265, 8036, 6577, 8086, 6801, 8322, 6545, 8472, 6753, 8070, 6863, 8469, 6799, 9030, 7227, 9153, 6805, 8533, 7034, 8551, 6660, 8532, 6970, 8483, 6609, 8595, 6799, 8446, 6501, 8098, 6885, 8509, 7398, 8497, 7201, 8568, 7118, 9140, 7283, 9897, 7757, 10668, 8018, 9578, 7799, 9964, 7539, 9907, 7767, 10101, 7904, 7526, 7231, 7633, 7283, 7892, 7358, 7573, 7583, 7198, 7587, 7227, 7739, 9091, 7738, 10267, 7716, 10827, 8126, 8166, 7222, 7543, 7285, 9250, 7219, 9799, 7480, 9627, 7501, 10336, 7583, 9659, 6919, 9339, 6842, 8031, 6199, 6218, 6790, 5802, 7551, 6195, 5814, 7526, 6071, 7339, 6325, 8920, 7502, 7635, 7105, 6511, 10324, 8342, 11632, 10817, 11683, 9358, 11831, 8448, 11446, 8064, 9602, 7701, 7391, 7988, 6930, 8421, 7099, 8132, 6554, 7274, 6723, 6306, 7398, 6297, 8209, 6273, 8731, 6436, 8797, 6431, 8573, 6452, 9141, 6829, 6736, 6639, 6239, 7361, 6561, 8532, 6477, 6226, 6749, 6041, 7654, 6454, 7518, 6559, 7577, 6632, 8206, 6775, 8190, 6936, 8589, 6802, 6399, 7163, 5911], 'WindowCenter': [3843.0, 3865.0, 3797.0, 3824.0, 3780.0, 3808.0, 3766.0, 3786.0, 3765.0, 3795.0, 3755.0, 3795.0, 3754.0, 3795.0, 3765.0, 3784.0, 3765.0, 3785.0, 3767.0, 3799.0, 3770.0, 3811.0, 3781.0, 3821.0, 3770.0, 3820.0, 3768.0, 3808.0, 3767.0, 3819.0, 3778.0, 3830.0, 3789.0, 3819.0, 3778.0, 3788.0, 3766.0, 3786.0, 3766.0, 3797.0, 3777.0, 3787.0, 3777.0, 3766.0, 3776.0, 3806.0, 3776.0, 3817.0, 3776.0, 3817.0, 3776.0, 3806.0, 3753.0, 3783.0, 3753.0, 3794.0, 3753.0, 3794.0, 3753.0, 3794.0, 3753.0, 3783.0, 3752.0, 3783.0, 3754.0, 3795.0, 3743.0, 3796.0, 3754.0, 3796.0, 3744.0, 3784.0, 3753.0, 3786.0, 3774.0, 3775.0, 3774.0, 3776.0, 3753.0, 3753.0, 3741.0, 3752.0, 3773.0, 3775.0, 3816.0, 3785.0, 3795.0, 3774.0, 3763.0, 3763.0, 3761.0, 3762.0, 3793.0, 3752.0, 3804.0, 3764.0, 3815.0, 3765.0, 3795.0, 3753.0, 3782.0, 3751.0, 3783.0, 3752.0, 3794.0, 3754.0, 3795.0, 3765.0, 3806.0, 3755.0, 3794.0, 3764.0, 3784.0, 3764.0, 3796.0, 3755.0, 3807.0, 3776.0, 3807.0, 3766.0, 3795.0, 3764.0, 3794.0, 3764.0, 3796.0, 3766.0, 3807.0, 3766.0, 3817.0, 3766.0, 3806.0, 3754.0, 3805.0, 3766.0, 3807.0, 3778.0, 3818.0, 3788.0, 3797.0, 3766.0, 3775.0, 3775.0, 3784.0, 3755.0, 3807.0, 3787.0, 3807.0, 3776.0, 3786.0, 3766.0, 3806.0, 3765.0, 3795.0, 3766.0, 3808.0, 3768.0, 3808.0, 3778.0, 3797.0, 3766.0, 3786.0, 3755.0, 3797.0, 3756.0, 3808.0, 3756.0, 3808.0, 3767.0, 3787.0, 3754.0, 3765.0, 3765.0, 3777.0, 3777.0, 3788.0, 3766.0, 3787.0, 3766.0, 3776.0, 3765.0, 3788.0, 3766.0, 3799.0, 3789.0, 3799.0, 3767.0, 3799.0, 3768.0, 3807.0, 3765.0, 3796.0, 3766.0, 3808.0, 3777.0, 3808.0, 3777.0, 3808.0, 3767.0, 3796.0, 3753.0, 3785.0, 3764.0, 3796.0, 3765.0, 3787.0, 3766.0, 3787.0, 3766.0, 3786.0, 3754.0, 3774.0, 3754.0, 3797.0, 3767.0, 3799.0, 3767.0, 3798.0, 3767.0, 3787.0, 3765.0, 3786.0, 3765.0, 3787.0, 3766.0, 3787.0, 3767.0, 3797.0, 3766.0, 3797.0, 3755.0, 3797.0, 3765.0, 3787.0, 3808.0, 3787.0, 3786.0, 3765.0, 3804.0, 3764.0, 3815.0, 3776.0, 3817.0, 3777.0, 3818.0, 3777.0, 3797.0, 3766.0, 3774.0, 3765.0, 3774.0, 3766.0, 3818.0, 3787.0, 3808.0, 3777.0, 3766.0, 3776.0, 3774.0, 3764.0, 3815.0, 3764.0, 3816.0, 3776.0, 3816.0, 3776.0, 3796.0, 3766.0, 3784.0, 3755.0, 3819.0, 3758.0, 3808.0, 3767.0, 3809.0, 3779.0, 3769.0, 3779.0, 3768.0, 3799.0, 3768.0, 3812.0, 3770.0, 3821.0, 3781.0, 3811.0, 3781.0, 3811.0, 3780.0, 3821.0, 3779.0, 3820.0, 3779.0, 3808.0, 3767.0, 3808.0, 3778.0, 3818.0, 3778.0, 3798.0, 3777.0, 3786.0, 3776.0, 3807.0, 3776.0, 3817.0, 3796.0, 3786.0, 3786.0, 3765.0, 3775.0, 3763.0, 3774.0, 3753.0, 3785.0, 3765.0, 3797.0, 3766.0, 3807.0, 3776.0, 3795.0, 3764.0, 3794.0, 3764.0, 3806.0, 3764.0, 3805.0, 3764.0, 3794.0, 3753.0, 3794.0, 3753.0, 3804.0, 3775.0, 3795.0, 3764.0, 3753.0, 3763.0, 3752.0, 3773.0, 3743.0, 3785.0, 3765.0, 3807.0, 3766.0, 3806.0, 3754.0, 3816.0, 3765.0, 3816.0, 3785.0, 3805.0, 3774.0, 3784.0, 3752.0, 3771.0, 3762.0, 3803.0, 3752.0, 3804.0, 3753.0, 3804.0, 3753.0, 3804.0, 3752.0, 3782.0, 3752.0, 3783.0, 3753.0, 3784.0, 3765.0, 3796.0, 3755.0, 3797.0, 3776.0, 3786.0, 3754.0, 3797.0, 3755.0, 3798.0, 3766.0, 3777.0, 3819.0, 3789.0, 3812.0, 3805.0, 3765.0, 3792.0, 3778.0, 3788.0, 3790.0, 3810.0, 3780.0, 3792.0, 3802.0, 3781.0, 3811.0, 3769.0, 3822.0, 3789.0, 3810.0, 3768.0, 3809.0, 3765.0, 3776.0, 3786.0, 3798.0, 3766.0, 3807.0, 3777.0, 3807.0, 3764.0, 3804.0, 3775.0, 3805.0, 3785.0, 3795.0, 3774.0, 3753.0, 3773.0, 3750.0, 3761.0, 3739.0, 3761.0, 3782.0, 3771.0, 3750.0, 3772.0, 3749.0, 3760.0, 3758.0, 3748.0, 3800.0, 3750.0, 3802.0, 3751.0, 3792.0, 3752.0, 3772.0, 3752.0, 3771.0, 3752.0, 3794.0, 3765.0, 3806.0, 3775.0, 3795.0, 3764.0, 3804.0, 3752.0, 3803.0, 3762.0, 3793.0, 3763.0, 3794.0, 3753.0, 3793.0, 3764.0, 3794.0, 3775.0, 3774.0, 3764.0, 3775.0, 3766.0, 3798.0, 3778.0, 3767.0, 3799.0, 3788.0, 3797.0, 3767.0, 3806.0, 3776.0, 3818.0, 3797.0, 3765.0, 3775.0, 3764.0, 3784.0, 3765.0, 3796.0, 3765.0, 3817.0, 3765.0, 3816.0, 3764.0, 3805.0, 3764.0, 3784.0, 3763.0, 3753.0, 3794.0, 3763.0, 3793.0, 3762.0, 3793.0, 3752.0, 3803.0, 3773.0, 3773.0, 3762.0, 3740.0, 3761.0, 3752.0, 3763.0, 3752.0, 3774.0, 3752.0, 3773.0, 3740.0, 3761.0, 3750.0, 3761.0, 3771.0, 3772.0, 3751.0, 3761.0, 3750.0, 3760.0, 3740.0, 3781.0, 3750.0, 3793.0, 3751.0, 3781.0, 3739.0, 3770.0, 3738.0, 3770.0, 3750.0, 3761.0, 3740.0, 3761.0, 3740.0, 3761.0, 3750.0, 3751.0, 3761.0, 3753.0, 3784.0, 3764.0, 3764.0, 3765.0, 3765.0, 3764.0, 3753.0, 3774.0, 3753.0, 3775.0, 3796.0, 3786.0, 3785.0, 3785.0, 3763.0, 3773.0, 3782.0, 3762.0, 3803.0, 3762.0, 3804.0, 3764.0, 3804.0, 3764.0, 3805.0, 3764.0, 3782.0, 3762.0, 3783.0, 3742.0, 3784.0, 3753.0, 3785.0, 3754.0, 3775.0, 3754.0, 3774.0, 3754.0, 3775.0, 3755.0, 3777.0, 3756.0, 3788.0, 3767.0, 3777.0, 3755.0, 3777.0, 3796.0, 3787.0, 3818.0, 3797.0, 3806.0, 3775.0, 3815.0, 3764.0, 3805.0, 3775.0, 3805.0, 3764.0, 3794.0, 3764.0, 3793.0, 3763.0, 3784.0, 3754.0, 3795.0, 3765.0, 3796.0, 3776.0, 3785.0, 3775.0, 3785.0, 3744.0, 3796.0, 3754.0, 3786.0, 3764.0, 3774.0, 3751.0, 3773.0, 3804.0, 3773.0, 3804.0, 3763.0, 3804.0, 3762.0, 3792.0, 3751.0, 3770.0, 3761.0, 3771.0, 3753.0, 3774.0, 3755.0, 3786.0, 3777.0, 3797.0, 3776.0, 3796.0, 3754.0, 3797.0, 3775.0, 3776.0, 3816.0, 3785.0, 3816.0, 3786.0, 3805.0, 3753.0, 3793.0, 3753.0, 3795.0, 3765.0, 3796.0, 3766.0, 3797.0, 3766.0, 3796.0, 3754.0, 3784.0, 3753.0, 3775.0, 3774.0, 3774.0, 3805.0, 3785.0, 3805.0, 3763.0, 3804.0, 3763.0, 3794.0, 3764.0, 3795.0, 3765.0, 3796.0, 3766.0, 3807.0, 3766.0, 3796.0, 3766.0, 3797.0, 3766.0, 3807.0, 3766.0, 3806.0, 3764.0, 3784.0, 3764.0, 3784.0, 3764.0, 3796.0, 3765.0, 3807.0, 3776.0, 3796.0, 3764.0, 3795.0, 3766.0, 3786.0, 3754.0, 3785.0, 3764.0, 3784.0, 3764.0, 3773.0, 3754.0, 3775.0, 3776.0, 3787.0, 3779.0, 3810.0, 3781.0, 3821.0, 3780.0, 3821.0, 3780.0, 3810.0, 3779.0, 3820.0, 3778.0, 3807.0, 3765.0, 3796.0, 3753.0, 3785.0, 3764.0, 3785.0, 3774.0, 3785.0, 3763.0, 3774.0, 3762.0, 3763.0, 3804.0, 3763.0, 3805.0, 3775.0, 3805.0, 3765.0, 3785.0, 3766.0, 3766.0, 3766.0, 3756.0, 3778.0, 3768.0, 3800.0, 3769.0, 3801.0, 3770.0, 3821.0, 3767.0, 3786.0, 3764.0, 3785.0, 3805.0, 3785.0, 3826.0, 3795.0, 3815.0, 3773.0, 3804.0, 3761.0, 3780.0, 3749.0, 3770.0, 3752.0, 3773.0, 3752.0, 3783.0, 3776.0, 3775.0, 3766.0, 3786.0, 3767.0, 3798.0, 3756.0, 3799.0, 3787.0, 3787.0, 3817.0, 3776.0, 3816.0, 3764.0, 3793.0, 3763.0, 3784.0, 3766.0, 3786.0, 3766.0, 3797.0, 3767.0, 3797.0, 3776.0, 3785.0, 3767.0, 3776.0, 3757.0, 3808.0, 3767.0, 3811.0, 3767.0, 3787.0, 3766.0, 3776.0, 3765.0, 3800.0, 3780.0, 3801.0, 3768.0, 3769.0, 3780.0, 3779.0, 3791.0, 3782.0, 3781.0, 3834.0, 3793.0, 3803.0, 3793.0, 3782.0, 3802.0, 3811.0, 3801.0, 3831.0, 3834.0, 3810.0, 3797.0, 3755.0, 3796.0, 3766.0, 3796.0, 3776.0, 3808.0, 3786.0, 3755.0, 3786.0, 3765.0, 3795.0, 3764.0, 3816.0, 3765.0, 3806.0, 3796.0, 3754.0, 3784.0, 3764.0, 3784.0, 3753.0, 3795.0, 3766.0, 3786.0, 3765.0, 3755.0, 3787.0, 3755.0, 3785.0, 3754.0, 3775.0, 3754.0, 3785.0, 3753.0, 3794.0, 3763.0, 3793.0, 3752.0, 3783.0, 3753.0, 3785.0, 3754.0, 3784.0, 3764.0, 3783.0, 3764.0, 3783.0, 3763.0, 3785.0, 3754.0, 3785.0, 3778.0, 3798.0, 3777.0, 3797.0, 3767.0, 3808.0, 3768.0, 3798.0, 3769.0, 3799.0, 3767.0, 3798.0, 3778.0, 3800.0, 3771.0, 3800.0, 3768.0, 3788.0, 3779.0, 3809.0, 3770.0, 3811.0, 3771.0, 3812.0, 3783.0, 3834.0, 3804.0, 3833.0, 3781.0, 3811.0, 3781.0, 3821.0, 3767.0, 3799.0, 3797.0, 3798.0, 3830.0, 3809.0, 3808.0, 3777.0, 3775.0, 3765.0, 3817.0, 3777.0, 3808.0, 3789.0, 3820.0, 3779.0, 3830.0, 3779.0, 3807.0, 3765.0, 3807.0, 3765.0, 3807.0, 3776.0, 3819.0, 3777.0, 3806.0, 3764.0, 3793.0, 3753.0, 3794.0, 3752.0, 3805.0, 3762.0, 3782.0, 3749.0, 3771.0, 3760.0, 3772.0, 3771.0, 3760.0, 3750.0, 3762.0, 3742.0, 3763.0, 3763.0, 3784.0, 3766.0, 3797.0, 3777.0, 3819.0, 3778.0, 3806.0, 3764.0, 3804.0, 3775.0, 3804.0, 3773.0, 3805.0, 3764.0, 3804.0, 3762.0, 3794.0, 3764.0, 3796.0, 3766.0, 3765.0, 3754.0, 3755.0, 3767.0, 3780.0, 3781.0, 3802.0, 3802.0, 3771.0, 3811.0, 3779.0, 3820.0, 3801.0, 3831.0, 3801.0, 3830.0, 3809.0, 3785.0, 3785.0, 3782.0, 3761.0, 3812.0, 3761.0, 3792.0, 3762.0, 3803.0, 3763.0, 3763.0, 3763.0, 3752.0, 3763.0, 3764.0, 3775.0, 3755.0, 3797.0, 3767.0, 3807.0, 3777.0, 3818.0, 3779.0, 3818.0, 3787.0, 3817.0, 3774.0, 3804.0, 3763.0, 3793.0, 3764.0, 3783.0, 3762.0, 3793.0, 3763.0, 3793.0, 3752.0, 3793.0, 3764.0, 3795.0, 3765.0, 3805.0, 3765.0, 3795.0, 3764.0, 3804.0, 3763.0, 3804.0, 3753.0, 3804.0, 3774.0, 3775.0, 3765.0, 3764.0, 3774.0, 3762.0, 3774.0, 3794.0, 3764.0, 3805.0, 3775.0, 3796.0, 3775.0, 3765.0, 3775.0, 3753.0, 3774.0, 3753.0, 3786.0, 3765.0, 3797.0, 3765.0, 3797.0, 3766.0, 3785.0, 3753.0, 3783.0, 3752.0, 3795.0, 3788.0, 3816.0, 3786.0, 3768.0, 3769.0, 3768.0, 3777.0, 3766.0, 3766.0, 3770.0, 3790.0, 3780.0, 3780.0, 3812.0, 3781.0, 3769.0, 3799.0, 3767.0, 3831.0, 3811.0, 3830.0, 3808.0, 3797.0, 3775.0, 3753.0, 3785.0, 3752.0, 3774.0, 3765.0, 3784.0, 3764.0, 3795.0, 3778.0, 3797.0, 3755.0, 3795.0, 3767.0, 3800.0, 3779.0, 3798.0, 3767.0, 3797.0, 3766.0, 3796.0, 3777.0, 3810.0, 3768.0, 3810.0, 3768.0, 3797.0, 3765.0, 3786.0, 3753.0, 3774.0, 3763.0, 3775.0, 3797.0, 3779.0, 3819.0, 3778.0, 3809.0, 3769.0, 3778.0, 3780.0, 3831.0, 3791.0, 3821.0, 3802.0, 3822.0, 3789.0, 3808.0, 3776.0, 3796.0, 3753.0, 3784.0, 3763.0, 3776.0, 3776.0, 3777.0, 3777.0, 3778.0, 3778.0, 3779.0, 3778.0, 3779.0, 3830.0, 3780.0, 3821.0, 3790.0, 3821.0, 3779.0, 3819.0, 3777.0, 3797.0, 3765.0, 3798.0, 3766.0, 3797.0, 3765.0, 3786.0, 3764.0, 3784.0, 3753.0, 3785.0, 3765.0, 3796.0, 3775.0, 3786.0, 3764.0, 3774.0, 3783.0, 3775.0, 3827.0, 3776.0, 3816.0, 3775.0, 3816.0, 3764.0, 3794.0, 3774.0, 3795.0, 3776.0, 3795.0, 3763.0, 3805.0, 3773.0, 3782.0, 3750.0, 3781.0, 3750.0, 3772.0, 3754.0, 3784.0, 3752.0, 3785.0, 3753.0, 3785.0, 3764.0, 3786.0, 3774.0, 3775.0, 3817.0, 3777.0, 3828.0, 3786.0, 3816.0, 3764.0, 3783.0, 3753.0, 3785.0, 3754.0, 3787.0, 3766.0, 3798.0, 3767.0, 3788.0, 3766.0, 3788.0, 3775.0, 3787.0, 3829.0, 3787.0, 3829.0, 3797.0, 3805.0, 3773.0, 3793.0, 3751.0, 3773.0, 3764.0, 3787.0, 3766.0, 3776.0, 3765.0, 3777.0, 3766.0, 3788.0, 3797.0, 3777.0, 3818.0, 3777.0, 3810.0, 3759.0, 3798.0, 3755.0, 3797.0, 3764.0, 3765.0, 3795.0, 3765.0, 3806.0, 3767.0, 3808.0, 3789.0, 3810.0, 3779.0, 3799.0, 3767.0, 3798.0, 3756.0, 3800.0, 3789.0, 3789.0, 3809.0, 3799.0, 3767.0, 3787.0, 3766.0, 3800.0, 3777.0, 3801.0, 3830.0, 3799.0, 3829.0, 3798.0, 3818.0, 3775.0, 3795.0, 3752.0, 3795.0, 3773.0, 3776.0, 3816.0, 3775.0, 3805.0, 3763.0, 3783.0, 3741.0, 3774.0, 3768.0, 3788.0, 3790.0, 3812.0, 3783.0, 3815.0, 3807.0, 3837.0, 3806.0, 3837.0, 3804.0, 3835.0, 3801.0, 3812.0, 3799.0, 3788.0, 3829.0, 3800.0, 3830.0, 3788.0, 3817.0, 3764.0, 3805.0, 3764.0, 3774.0, 3776.0, 3766.0, 3798.0, 3767.0, 3821.0, 3791.0, 3811.0, 3789.0, 3766.0, 3806.0, 3777.0, 3799.0, 3808.0, 3786.0, 3827.0, 3807.0, 3764.0, 3815.0, 3773.0, 3765.0, 3806.0, 3775.0, 3806.0, 3785.0, 3763.0, 3816.0, 3763.0, 3773.0, 3763.0, 3753.0, 3804.0, 3763.0, 3753.0, 3774.0, 3763.0, 3793.0, 3754.0, 3753.0, 3775.0, 3755.0, 3806.0, 3765.0, 3795.0, 3763.0, 3752.0, 3773.0, 3751.0, 3773.0, 3742.0, 3784.0, 3765.0, 3795.0, 3764.0, 3763.0, 3753.0, 3765.0, 3778.0, 3777.0, 3778.0, 3766.0, 3776.0, 3767.0, 3789.0, 3778.0, 3779.0, 3789.0, 3767.0, 3766.0, 3789.0, 3770.0, 3812.0, 3783.0, 3795.0, 3796.0, 3806.0, 3825.0, 3795.0, 3837.0, 3795.0, 3835.0, 3804.0, 3834.0, 3825.0, 3844.0, 3834.0, 3813.0, 3802.0, 3789.0, 3791.0, 3831.0, 3810.0, 3840.0, 3799.0, 3829.0, 3777.0, 3818.0, 3778.0, 3808.0, 3778.0, 3818.0, 3778.0, 3808.0, 3767.0, 3807.0, 3777.0, 3807.0, 3766.0, 3807.0, 3766.0, 3817.0, 3766.0, 3795.0, 3753.0, 3784.0, 3755.0, 3785.0, 3765.0, 3796.0, 3777.0, 3796.0, 3765.0, 3795.0, 3766.0, 3808.0, 3767.0, 3808.0, 3777.0, 3797.0, 3765.0, 3797.0, 3764.0, 3786.0, 3796.0, 3776.0, 3816.0, 3776.0, 3785.0, 3765.0, 3785.0, 3766.0, 3807.0, 3778.0, 3820.0, 3790.0, 3820.0, 3779.0, 3808.0, 3779.0, 3820.0, 3780.0, 3820.0, 3790.0, 3821.0, 3789.0, 3807.0, 3765.0, 3796.0, 3766.0, 3797.0, 3766.0, 3796.0, 3776.0, 3785.0, 3765.0, 3785.0, 3765.0, 3786.0, 3767.0, 3787.0, 3778.0, 3787.0, 3777.0, 3788.0, 3765.0, 3776.0, 3786.0, 3777.0, 3818.0, 3787.0, 3818.0, 3777.0, 3806.0, 3765.0, 3795.0, 3765.0, 3796.0, 3777.0, 3807.0, 3777.0, 3797.0, 3766.0, 3797.0, 3766.0, 3798.0, 3778.0, 3808.0, 3778.0, 3808.0, 3778.0, 3797.0, 3766.0, 3796.0, 3754.0, 3787.0, 3765.0, 3787.0, 3776.0, 3798.0, 3787.0, 3786.0, 3775.0, 3787.0, 3766.0, 3799.0, 3779.0, 3812.0, 3794.0, 3813.0, 3791.0, 3780.0, 3800.0, 3793.0, 3833.0, 3803.0, 3832.0, 3812.0, 3809.0, 3788.0, 3818.0, 3788.0, 3818.0, 3787.0, 3828.0, 3787.0, 3805.0, 3774.0, 3804.0, 3773.0, 3795.0, 3775.0, 3794.0, 3775.0, 3795.0, 3765.0, 3784.0, 3755.0, 3786.0, 3767.0, 3799.0, 3779.0, 3809.0, 3778.0, 3798.0, 3766.0, 3786.0, 3754.0, 3786.0, 3765.0, 3796.0, 3775.0, 3796.0, 3763.0, 3784.0, 3762.0, 3773.0, 3793.0, 3775.0, 3816.0, 3785.0, 3805.0, 3774.0, 3782.0, 3751.0, 3782.0, 3753.0, 3773.0, 3764.0, 3794.0, 3766.0, 3785.0, 3754.0, 3784.0, 3764.0, 3796.0, 3766.0, 3797.0, 3776.0, 3807.0, 3776.0, 3795.0, 3774.0, 3784.0, 3774.0, 3784.0, 3774.0, 3795.0, 3764.0, 3784.0, 3764.0, 3784.0, 3752.0, 3783.0, 3752.0, 3784.0, 3765.0, 3786.0, 3755.0, 3785.0, 3764.0, 3784.0, 3764.0, 3786.0, 3766.0, 3786.0, 3766.0, 3797.0, 3766.0, 3785.0, 3765.0, 3785.0, 3765.0, 3786.0, 3765.0, 3786.0, 3765.0, 3786.0, 3755.0, 3785.0, 3753.0, 3786.0, 3766.0, 3787.0, 3776.0, 3798.0, 3766.0, 3786.0, 3764.0, 3786.0, 3785.0, 3786.0, 3806.0, 3786.0, 3816.0, 3786.0, 3806.0, 3775.0, 3794.0, 3765.0, 3796.0, 3778.0, 3797.0, 3778.0, 3808.0, 3779.0, 3798.0, 3778.0, 3797.0, 3777.0, 3799.0, 3778.0, 3799.0, 3768.0, 3799.0, 3756.0, 3797.0, 3765.0, 3797.0, 3765.0, 3797.0, 3776.0, 3797.0, 3765.0, 3796.0, 3754.0, 3786.0, 3767.0, 3798.0, 3767.0, 3799.0, 3767.0, 3798.0, 3766.0, 3786.0, 3765.0, 3786.0, 3765.0, 3797.0, 3776.0, 3807.0, 3765.0, 3795.0, 3763.0, 3783.0, 3765.0, 3795.0, 3764.0, 3795.0, 3765.0, 3795.0, 3763.0, 3784.0, 3753.0, 3784.0, 3764.0, 3795.0, 3776.0, 3797.0, 3777.0, 3795.0, 3764.0, 3795.0, 3775.0, 3805.0, 3775.0, 3805.0, 3785.0, 3793.0, 3773.0, 3792.0, 3772.0, 3793.0, 3774.0, 3804.0, 3784.0, 3773.0, 3773.0, 3772.0, 3774.0, 3784.0, 3774.0, 3774.0, 3775.0, 3764.0, 3774.0, 3762.0, 3774.0, 3794.0, 3774.0, 3804.0, 3775.0, 3816.0, 3785.0, 3796.0, 3776.0, 3774.0, 3774.0, 3794.0, 3775.0, 3805.0, 3776.0, 3806.0, 3776.0, 3806.0, 3787.0, 3807.0, 3779.0, 3808.0, 3766.0, 3797.0, 3757.0, 3756.0, 3766.0, 3747.0, 3788.0, 3769.0, 3759.0, 3802.0, 3770.0, 3791.0, 3769.0, 3812.0, 3791.0, 3790.0, 3779.0, 3771.0, 3835.0, 3802.0, 3819.0, 3818.0, 3804.0, 3784.0, 3803.0, 3772.0, 3801.0, 3760.0, 3780.0, 3761.0, 3749.0, 3758.0, 3748.0, 3757.0, 3747.0, 3757.0, 3738.0, 3759.0, 3750.0, 3740.0, 3762.0, 3741.0, 3783.0, 3742.0, 3783.0, 3740.0, 3783.0, 3742.0, 3782.0, 3742.0, 3793.0, 3753.0, 3753.0, 3764.0, 3743.0, 3774.0, 3766.0, 3797.0, 3767.0, 3757.0, 3768.0, 3757.0, 3802.0, 3756.0, 3776.0, 3756.0, 3788.0, 3767.0, 3799.0, 3780.0, 3798.0, 3780.0, 3813.0, 3781.0, 3768.0, 3779.0, 3748.0], 'WindowWidth': [8668.0, 8673.0, 8567.0, 8592.0, 8528.0, 8559.0, 8501.0, 8525.0, 8496.0, 8535.0, 8484.0, 8534.0, 8480.0, 8533.0, 8496.0, 8519.0, 8497.0, 8522.0, 8502.0, 8546.0, 8512.0, 8565.0, 8529.0, 8580.0, 8513.0, 8575.0, 8505.0, 8554.0, 8502.0, 8570.0, 8516.0, 8588.0, 8533.0, 8573.0, 8519.0, 8530.0, 8498.0, 8523.0, 8499.0, 8538.0, 8513.0, 8528.0, 8514.0, 8498.0, 8512.0, 8548.0, 8512.0, 8565.0, 8509.0, 8565.0, 8510.0, 8548.0, 8477.0, 8514.0, 8474.0, 8530.0, 8475.0, 8529.0, 8475.0, 8530.0, 8475.0, 8514.0, 8472.0, 8515.0, 8478.0, 8532.0, 8464.0, 8535.0, 8481.0, 8535.0, 8465.0, 8517.0, 8474.0, 8521.0, 8505.0, 8506.0, 8506.0, 8508.0, 8475.0, 8474.0, 8457.0, 8474.0, 8502.0, 8507.0, 8561.0, 8520.0, 8534.0, 8505.0, 8490.0, 8487.0, 8481.0, 8484.0, 8526.0, 8473.0, 8544.0, 8492.0, 8560.0, 8493.0, 8532.0, 8476.0, 8510.0, 8470.0, 8512.0, 8473.0, 8529.0, 8477.0, 8533.0, 8494.0, 8549.0, 8483.0, 8531.0, 8491.0, 8518.0, 8493.0, 8535.0, 8481.0, 8552.0, 8511.0, 8552.0, 8498.0, 8533.0, 8490.0, 8530.0, 8490.0, 8535.0, 8498.0, 8551.0, 8499.0, 8567.0, 8500.0, 8550.0, 8480.0, 8546.0, 8499.0, 8552.0, 8516.0, 8567.0, 8529.0, 8540.0, 8499.0, 8507.0, 8508.0, 8518.0, 8480.0, 8551.0, 8525.0, 8552.0, 8512.0, 8525.0, 8498.0, 8548.0, 8494.0, 8535.0, 8500.0, 8555.0, 8503.0, 8556.0, 8517.0, 8540.0, 8500.0, 8522.0, 8483.0, 8539.0, 8485.0, 8556.0, 8485.0, 8556.0, 8500.0, 8526.0, 8480.0, 8495.0, 8495.0, 8514.0, 8512.0, 8529.0, 8498.0, 8528.0, 8499.0, 8510.0, 8495.0, 8530.0, 8498.0, 8544.0, 8531.0, 8546.0, 8503.0, 8546.0, 8504.0, 8553.0, 8495.0, 8537.0, 8496.0, 8554.0, 8514.0, 8557.0, 8515.0, 8556.0, 8501.0, 8536.0, 8475.0, 8518.0, 8492.0, 8537.0, 8495.0, 8527.0, 8499.0, 8527.0, 8499.0, 8525.0, 8479.0, 8506.0, 8481.0, 8541.0, 8501.0, 8546.0, 8502.0, 8544.0, 8500.0, 8525.0, 8494.0, 8524.0, 8495.0, 8526.0, 8497.0, 8526.0, 8501.0, 8541.0, 8500.0, 8538.0, 8482.0, 8541.0, 8496.0, 8527.0, 8554.0, 8526.0, 8523.0, 8494.0, 8544.0, 8491.0, 8560.0, 8509.0, 8566.0, 8514.0, 8567.0, 8515.0, 8542.0, 8500.0, 8507.0, 8494.0, 8506.0, 8497.0, 8567.0, 8528.0, 8555.0, 8515.0, 8500.0, 8512.0, 8504.0, 8491.0, 8560.0, 8493.0, 8563.0, 8510.0, 8563.0, 8511.0, 8538.0, 8497.0, 8518.0, 8481.0, 8574.0, 8492.0, 8554.0, 8503.0, 8559.0, 8521.0, 8509.0, 8520.0, 8506.0, 8547.0, 8505.0, 8567.0, 8510.0, 8579.0, 8526.0, 8564.0, 8526.0, 8563.0, 8521.0, 8577.0, 8521.0, 8574.0, 8519.0, 8555.0, 8500.0, 8554.0, 8516.0, 8569.0, 8515.0, 8543.0, 8514.0, 8523.0, 8509.0, 8550.0, 8510.0, 8564.0, 8536.0, 8522.0, 8524.0, 8496.0, 8507.0, 8489.0, 8503.0, 8474.0, 8521.0, 8493.0, 8541.0, 8497.0, 8553.0, 8512.0, 8532.0, 8490.0, 8530.0, 8490.0, 8548.0, 8492.0, 8545.0, 8493.0, 8529.0, 8474.0, 8529.0, 8477.0, 8544.0, 8507.0, 8534.0, 8492.0, 8477.0, 8489.0, 8473.0, 8502.0, 8463.0, 8520.0, 8495.0, 8552.0, 8499.0, 8549.0, 8480.0, 8561.0, 8494.0, 8561.0, 8521.0, 8545.0, 8506.0, 8516.0, 8473.0, 8496.0, 8483.0, 8539.0, 8474.0, 8542.0, 8477.0, 8544.0, 8476.0, 8541.0, 8473.0, 8510.0, 8473.0, 8514.0, 8476.0, 8518.0, 8495.0, 8537.0, 8483.0, 8539.0, 8512.0, 8522.0, 8481.0, 8538.0, 8481.0, 8542.0, 8498.0, 8513.0, 8572.0, 8532.0, 8570.0, 8567.0, 8495.0, 8542.0, 8518.0, 8531.0, 8538.0, 8562.0, 8523.0, 8545.0, 8557.0, 8529.0, 8566.0, 8506.0, 8580.0, 8533.0, 8560.0, 8503.0, 8556.0, 8494.0, 8509.0, 8522.0, 8541.0, 8496.0, 8552.0, 8513.0, 8551.0, 8492.0, 8543.0, 8506.0, 8546.0, 8519.0, 8531.0, 8503.0, 8474.0, 8499.0, 8465.0, 8480.0, 8449.0, 8480.0, 8508.0, 8493.0, 8465.0, 8496.0, 8464.0, 8478.0, 8472.0, 8459.0, 8530.0, 8466.0, 8534.0, 8469.0, 8523.0, 8472.0, 8498.0, 8472.0, 8495.0, 8472.0, 8529.0, 8493.0, 8548.0, 8509.0, 8533.0, 8492.0, 8542.0, 8472.0, 8537.0, 8485.0, 8526.0, 8487.0, 8528.0, 8474.0, 8527.0, 8491.0, 8531.0, 8508.0, 8504.0, 8491.0, 8506.0, 8497.0, 8541.0, 8517.0, 8502.0, 8545.0, 8530.0, 8538.0, 8500.0, 8549.0, 8509.0, 8566.0, 8537.0, 8493.0, 8507.0, 8491.0, 8518.0, 8494.0, 8534.0, 8492.0, 8564.0, 8495.0, 8561.0, 8490.0, 8544.0, 8492.0, 8515.0, 8489.0, 8475.0, 8530.0, 8488.0, 8525.0, 8486.0, 8524.0, 8471.0, 8540.0, 8499.0, 8499.0, 8483.0, 8454.0, 8482.0, 8473.0, 8487.0, 8472.0, 8503.0, 8472.0, 8499.0, 8452.0, 8480.0, 8463.0, 8481.0, 8494.0, 8497.0, 8470.0, 8481.0, 8465.0, 8477.0, 8451.0, 8507.0, 8466.0, 8525.0, 8467.0, 8506.0, 8449.0, 8489.0, 8447.0, 8492.0, 8465.0, 8482.0, 8453.0, 8482.0, 8454.0, 8481.0, 8465.0, 8468.0, 8482.0, 8474.0, 8516.0, 8492.0, 8492.0, 8494.0, 8494.0, 8491.0, 8474.0, 8504.0, 8475.0, 8507.0, 8533.0, 8520.0, 8519.0, 8520.0, 8488.0, 8500.0, 8508.0, 8485.0, 8540.0, 8485.0, 8542.0, 8491.0, 8543.0, 8491.0, 8545.0, 8490.0, 8511.0, 8484.0, 8511.0, 8458.0, 8516.0, 8474.0, 8520.0, 8479.0, 8508.0, 8480.0, 8505.0, 8476.0, 8507.0, 8480.0, 8512.0, 8483.0, 8529.0, 8500.0, 8512.0, 8479.0, 8511.0, 8536.0, 8524.0, 8568.0, 8539.0, 8548.0, 8505.0, 8557.0, 8491.0, 8544.0, 8505.0, 8545.0, 8491.0, 8530.0, 8490.0, 8527.0, 8488.0, 8516.0, 8477.0, 8533.0, 8496.0, 8535.0, 8510.0, 8519.0, 8505.0, 8519.0, 8464.0, 8535.0, 8478.0, 8522.0, 8490.0, 8502.0, 8469.0, 8499.0, 8541.0, 8498.0, 8542.0, 8486.0, 8541.0, 8485.0, 8522.0, 8468.0, 8492.0, 8482.0, 8495.0, 8476.0, 8503.0, 8480.0, 8523.0, 8513.0, 8538.0, 8510.0, 8536.0, 8478.0, 8538.0, 8506.0, 8508.0, 8562.0, 8520.0, 8561.0, 8520.0, 8544.0, 8475.0, 8525.0, 8475.0, 8531.0, 8494.0, 8535.0, 8495.0, 8537.0, 8497.0, 8534.0, 8478.0, 8516.0, 8472.0, 8505.0, 8503.0, 8505.0, 8546.0, 8518.0, 8545.0, 8489.0, 8541.0, 8489.0, 8528.0, 8490.0, 8530.0, 8493.0, 8535.0, 8499.0, 8551.0, 8496.0, 8535.0, 8498.0, 8538.0, 8497.0, 8551.0, 8496.0, 8548.0, 8492.0, 8515.0, 8489.0, 8515.0, 8491.0, 8534.0, 8495.0, 8549.0, 8510.0, 8533.0, 8490.0, 8531.0, 8495.0, 8521.0, 8477.0, 8519.0, 8490.0, 8518.0, 8490.0, 8502.0, 8479.0, 8507.0, 8511.0, 8526.0, 8520.0, 8564.0, 8526.0, 8577.0, 8522.0, 8576.0, 8522.0, 8559.0, 8517.0, 8573.0, 8515.0, 8552.0, 8493.0, 8533.0, 8474.0, 8520.0, 8490.0, 8519.0, 8504.0, 8519.0, 8488.0, 8503.0, 8484.0, 8486.0, 8542.0, 8487.0, 8545.0, 8509.0, 8546.0, 8496.0, 8521.0, 8499.0, 8499.0, 8499.0, 8485.0, 8516.0, 8505.0, 8550.0, 8507.0, 8550.0, 8509.0, 8576.0, 8501.0, 8523.0, 8489.0, 8520.0, 8545.0, 8520.0, 8574.0, 8532.0, 8557.0, 8501.0, 8542.0, 8481.0, 8504.0, 8463.0, 8491.0, 8472.0, 8500.0, 8471.0, 8514.0, 8511.0, 8508.0, 8497.0, 8522.0, 8501.0, 8542.0, 8485.0, 8545.0, 8527.0, 8526.0, 8565.0, 8509.0, 8561.0, 8488.0, 8524.0, 8486.0, 8517.0, 8496.0, 8523.0, 8498.0, 8538.0, 8500.0, 8540.0, 8511.0, 8520.0, 8500.0, 8511.0, 8487.0, 8556.0, 8502.0, 8564.0, 8501.0, 8526.0, 8498.0, 8510.0, 8495.0, 8549.0, 8524.0, 8549.0, 8504.0, 8509.0, 8526.0, 8522.0, 8541.0, 8529.0, 8527.0, 8598.0, 8543.0, 8558.0, 8544.0, 8526.0, 8551.0, 8561.0, 8549.0, 8588.0, 8597.0, 8559.0, 8537.0, 8478.0, 8532.0, 8494.0, 8532.0, 8508.0, 8551.0, 8521.0, 8478.0, 8519.0, 8491.0, 8528.0, 8490.0, 8559.0, 8493.0, 8546.0, 8532.0, 8476.0, 8515.0, 8489.0, 8513.0, 8474.0, 8531.0, 8495.0, 8521.0, 8495.0, 8482.0, 8524.0, 8478.0, 8517.0, 8475.0, 8504.0, 8476.0, 8517.0, 8474.0, 8526.0, 8485.0, 8524.0, 8468.0, 8510.0, 8472.0, 8516.0, 8477.0, 8514.0, 8489.0, 8513.0, 8489.0, 8514.0, 8488.0, 8517.0, 8476.0, 8519.0, 8516.0, 8539.0, 8514.0, 8537.0, 8499.0, 8552.0, 8504.0, 8541.0, 8506.0, 8543.0, 8500.0, 8542.0, 8515.0, 8547.0, 8513.0, 8547.0, 8504.0, 8528.0, 8519.0, 8559.0, 8508.0, 8563.0, 8512.0, 8566.0, 8531.0, 8599.0, 8559.0, 8597.0, 8524.0, 8562.0, 8525.0, 8578.0, 8499.0, 8543.0, 8537.0, 8540.0, 8587.0, 8557.0, 8554.0, 8511.0, 8505.0, 8493.0, 8563.0, 8513.0, 8555.0, 8532.0, 8574.0, 8519.0, 8587.0, 8519.0, 8551.0, 8495.0, 8550.0, 8495.0, 8552.0, 8510.0, 8570.0, 8513.0, 8549.0, 8490.0, 8527.0, 8476.0, 8530.0, 8470.0, 8546.0, 8486.0, 8509.0, 8464.0, 8493.0, 8478.0, 8499.0, 8495.0, 8480.0, 8467.0, 8485.0, 8460.0, 8488.0, 8490.0, 8518.0, 8499.0, 8541.0, 8513.0, 8570.0, 8516.0, 8548.0, 8491.0, 8543.0, 8507.0, 8542.0, 8501.0, 8545.0, 8490.0, 8542.0, 8486.0, 8530.0, 8492.0, 8536.0, 8499.0, 8497.0, 8480.0, 8482.0, 8503.0, 8524.0, 8527.0, 8555.0, 8555.0, 8514.0, 8563.0, 8519.0, 8572.0, 8549.0, 8589.0, 8549.0, 8587.0, 8557.0, 8518.0, 8516.0, 8510.0, 8479.0, 8549.0, 8479.0, 8522.0, 8483.0, 8539.0, 8487.0, 8487.0, 8488.0, 8471.0, 8487.0, 8491.0, 8508.0, 8482.0, 8539.0, 8501.0, 8553.0, 8513.0, 8567.0, 8519.0, 8569.0, 8525.0, 8564.0, 8504.0, 8542.0, 8486.0, 8525.0, 8492.0, 8513.0, 8485.0, 8526.0, 8489.0, 8527.0, 8474.0, 8526.0, 8491.0, 8534.0, 8497.0, 8546.0, 8495.0, 8533.0, 8492.0, 8542.0, 8486.0, 8543.0, 8476.0, 8544.0, 8506.0, 8507.0, 8493.0, 8491.0, 8504.0, 8487.0, 8502.0, 8530.0, 8491.0, 8546.0, 8507.0, 8535.0, 8509.0, 8495.0, 8507.0, 8477.0, 8504.0, 8476.0, 8522.0, 8494.0, 8538.0, 8496.0, 8539.0, 8498.0, 8519.0, 8475.0, 8514.0, 8473.0, 8533.0, 8532.0, 8560.0, 8525.0, 8506.0, 8507.0, 8504.0, 8516.0, 8500.0, 8498.0, 8513.0, 8536.0, 8523.0, 8523.0, 8569.0, 8526.0, 8508.0, 8546.0, 8499.0, 8591.0, 8563.0, 8586.0, 8554.0, 8538.0, 8507.0, 8475.0, 8519.0, 8472.0, 8505.0, 8495.0, 8518.0, 8491.0, 8531.0, 8519.0, 8541.0, 8482.0, 8534.0, 8502.0, 8549.0, 8520.0, 8542.0, 8500.0, 8539.0, 8499.0, 8536.0, 8513.0, 8564.0, 8505.0, 8562.0, 8505.0, 8540.0, 8495.0, 8522.0, 8476.0, 8506.0, 8489.0, 8507.0, 8539.0, 8520.0, 8571.0, 8519.0, 8559.0, 8507.0, 8519.0, 8526.0, 8593.0, 8539.0, 8578.0, 8557.0, 8580.0, 8533.0, 8557.0, 8508.0, 8534.0, 8474.0, 8518.0, 8490.0, 8513.0, 8512.0, 8515.0, 8515.0, 8519.0, 8520.0, 8521.0, 8518.0, 8520.0, 8589.0, 8525.0, 8578.0, 8537.0, 8578.0, 8521.0, 8572.0, 8513.0, 8539.0, 8496.0, 8542.0, 8497.0, 8539.0, 8494.0, 8523.0, 8493.0, 8519.0, 8476.0, 8523.0, 8494.0, 8538.0, 8508.0, 8523.0, 8491.0, 8506.0, 8516.0, 8509.0, 8580.0, 8512.0, 8563.0, 8510.0, 8563.0, 8493.0, 8530.0, 8504.0, 8532.0, 8512.0, 8534.0, 8490.0, 8547.0, 8501.0, 8511.0, 8468.0, 8508.0, 8468.0, 8501.0, 8480.0, 8518.0, 8475.0, 8521.0, 8477.0, 8523.0, 8493.0, 8523.0, 8506.0, 8508.0, 8568.0, 8515.0, 8583.0, 8526.0, 8562.0, 8494.0, 8516.0, 8476.0, 8520.0, 8481.0, 8527.0, 8499.0, 8543.0, 8501.0, 8530.0, 8499.0, 8530.0, 8508.0, 8527.0, 8585.0, 8525.0, 8587.0, 8541.0, 8547.0, 8503.0, 8529.0, 8471.0, 8500.0, 8494.0, 8529.0, 8499.0, 8511.0, 8496.0, 8514.0, 8499.0, 8531.0, 8540.0, 8514.0, 8568.0, 8514.0, 8562.0, 8495.0, 8545.0, 8484.0, 8539.0, 8493.0, 8494.0, 8533.0, 8495.0, 8552.0, 8502.0, 8557.0, 8536.0, 8562.0, 8521.0, 8546.0, 8501.0, 8542.0, 8485.0, 8549.0, 8535.0, 8533.0, 8558.0, 8545.0, 8503.0, 8529.0, 8500.0, 8550.0, 8516.0, 8552.0, 8588.0, 8546.0, 8584.0, 8540.0, 8566.0, 8507.0, 8532.0, 8471.0, 8531.0, 8502.0, 8510.0, 8562.0, 8508.0, 8545.0, 8489.0, 8516.0, 8460.0, 8505.0, 8508.0, 8534.0, 8539.0, 8569.0, 8537.0, 8580.0, 8575.0, 8610.0, 8569.0, 8610.0, 8562.0, 8602.0, 8552.0, 8568.0, 8544.0, 8529.0, 8586.0, 8551.0, 8589.0, 8529.0, 8565.0, 8492.0, 8547.0, 8493.0, 8508.0, 8512.0, 8499.0, 8544.0, 8502.0, 8581.0, 8543.0, 8565.0, 8533.0, 8498.0, 8551.0, 8515.0, 8548.0, 8555.0, 8523.0, 8579.0, 8551.0, 8491.0, 8557.0, 8500.0, 8494.0, 8548.0, 8507.0, 8547.0, 8518.0, 8488.0, 8561.0, 8486.0, 8499.0, 8487.0, 8473.0, 8543.0, 8487.0, 8476.0, 8502.0, 8489.0, 8527.0, 8476.0, 8476.0, 8506.0, 8479.0, 8549.0, 8493.0, 8532.0, 8488.0, 8471.0, 8500.0, 8468.0, 8499.0, 8456.0, 8517.0, 8494.0, 8531.0, 8491.0, 8488.0, 8475.0, 8494.0, 8516.0, 8512.0, 8516.0, 8498.0, 8512.0, 8500.0, 8531.0, 8516.0, 8519.0, 8533.0, 8502.0, 8497.0, 8533.0, 8511.0, 8569.0, 8535.0, 8554.0, 8557.0, 8569.0, 8592.0, 8554.0, 8610.0, 8554.0, 8605.0, 8562.0, 8601.0, 8590.0, 8614.0, 8601.0, 8570.0, 8555.0, 8533.0, 8538.0, 8589.0, 8563.0, 8601.0, 8547.0, 8584.0, 8515.0, 8569.0, 8516.0, 8556.0, 8516.0, 8569.0, 8517.0, 8555.0, 8501.0, 8551.0, 8513.0, 8553.0, 8499.0, 8552.0, 8497.0, 8564.0, 8497.0, 8532.0, 8477.0, 8518.0, 8481.0, 8522.0, 8495.0, 8538.0, 8513.0, 8537.0, 8497.0, 8534.0, 8500.0, 8554.0, 8502.0, 8555.0, 8513.0, 8539.0, 8495.0, 8538.0, 8491.0, 8524.0, 8537.0, 8511.0, 8562.0, 8510.0, 8521.0, 8495.0, 8520.0, 8499.0, 8553.0, 8518.0, 8574.0, 8537.0, 8574.0, 8520.0, 8557.0, 8523.0, 8576.0, 8523.0, 8576.0, 8536.0, 8579.0, 8533.0, 8554.0, 8496.0, 8537.0, 8497.0, 8541.0, 8499.0, 8536.0, 8510.0, 8522.0, 8497.0, 8520.0, 8496.0, 8524.0, 8503.0, 8530.0, 8517.0, 8529.0, 8516.0, 8530.0, 8497.0, 8512.0, 8525.0, 8516.0, 8569.0, 8528.0, 8570.0, 8514.0, 8551.0, 8496.0, 8535.0, 8497.0, 8538.0, 8514.0, 8554.0, 8515.0, 8540.0, 8501.0, 8540.0, 8500.0, 8544.0, 8520.0, 8557.0, 8516.0, 8557.0, 8519.0, 8541.0, 8500.0, 8538.0, 8481.0, 8527.0, 8497.0, 8528.0, 8511.0, 8545.0, 8528.0, 8524.0, 8511.0, 8528.0, 8500.0, 8547.0, 8521.0, 8572.0, 8550.0, 8573.0, 8541.0, 8525.0, 8549.0, 8547.0, 8600.0, 8559.0, 8594.0, 8567.0, 8559.0, 8529.0, 8567.0, 8528.0, 8568.0, 8527.0, 8580.0, 8525.0, 8546.0, 8504.0, 8542.0, 8503.0, 8533.0, 8507.0, 8531.0, 8508.0, 8533.0, 8496.0, 8519.0, 8483.0, 8524.0, 8504.0, 8546.0, 8520.0, 8561.0, 8517.0, 8541.0, 8496.0, 8522.0, 8477.0, 8525.0, 8495.0, 8537.0, 8506.0, 8535.0, 8489.0, 8516.0, 8484.0, 8501.0, 8528.0, 8506.0, 8562.0, 8520.0, 8546.0, 8503.0, 8510.0, 8470.0, 8509.0, 8477.0, 8501.0, 8491.0, 8531.0, 8497.0, 8522.0, 8480.0, 8517.0, 8493.0, 8537.0, 8500.0, 8539.0, 8511.0, 8553.0, 8511.0, 8533.0, 8506.0, 8517.0, 8505.0, 8518.0, 8505.0, 8534.0, 8490.0, 8519.0, 8492.0, 8515.0, 8471.0, 8513.0, 8474.0, 8518.0, 8497.0, 8522.0, 8482.0, 8520.0, 8492.0, 8517.0, 8492.0, 8523.0, 8500.0, 8526.0, 8498.0, 8540.0, 8498.0, 8521.0, 8494.0, 8521.0, 8494.0, 8524.0, 8496.0, 8525.0, 8497.0, 8524.0, 8484.0, 8521.0, 8478.0, 8523.0, 8497.0, 8529.0, 8512.0, 8541.0, 8498.0, 8524.0, 8492.0, 8522.0, 8519.0, 8522.0, 8548.0, 8523.0, 8563.0, 8523.0, 8550.0, 8509.0, 8531.0, 8494.0, 8536.0, 8516.0, 8540.0, 8517.0, 8557.0, 8521.0, 8544.0, 8516.0, 8541.0, 8515.0, 8545.0, 8519.0, 8547.0, 8505.0, 8547.0, 8485.0, 8539.0, 8493.0, 8539.0, 8495.0, 8540.0, 8509.0, 8539.0, 8496.0, 8536.0, 8481.0, 8523.0, 8501.0, 8545.0, 8503.0, 8547.0, 8503.0, 8543.0, 8499.0, 8523.0, 8495.0, 8524.0, 8495.0, 8541.0, 8509.0, 8553.0, 8497.0, 8532.0, 8488.0, 8516.0, 8495.0, 8535.0, 8491.0, 8534.0, 8495.0, 8533.0, 8491.0, 8517.0, 8476.0, 8519.0, 8493.0, 8535.0, 8512.0, 8539.0, 8514.0, 8533.0, 8493.0, 8532.0, 8508.0, 8548.0, 8508.0, 8547.0, 8522.0, 8528.0, 8501.0, 8524.0, 8498.0, 8526.0, 8504.0, 8542.0, 8519.0, 8501.0, 8502.0, 8499.0, 8504.0, 8517.0, 8506.0, 8504.0, 8507.0, 8491.0, 8504.0, 8486.0, 8503.0, 8531.0, 8503.0, 8545.0, 8507.0, 8562.0, 8522.0, 8538.0, 8512.0, 8505.0, 8506.0, 8531.0, 8509.0, 8547.0, 8509.0, 8550.0, 8509.0, 8550.0, 8525.0, 8552.0, 8520.0, 8555.0, 8499.0, 8542.0, 8489.0, 8482.0, 8498.0, 8476.0, 8530.0, 8507.0, 8494.0, 8557.0, 8509.0, 8538.0, 8505.0, 8566.0, 8537.0, 8535.0, 8519.0, 8514.0, 8603.0, 8553.0, 8569.0, 8564.0, 8539.0, 8512.0, 8535.0, 8492.0, 8530.0, 8474.0, 8499.0, 8480.0, 8460.0, 8471.0, 8456.0, 8467.0, 8455.0, 8465.0, 8445.0, 8475.0, 8465.0, 8453.0, 8483.0, 8455.0, 8512.0, 8456.0, 8510.0, 8451.0, 8510.0, 8458.0, 8510.0, 8458.0, 8523.0, 8473.0, 8476.0, 8491.0, 8460.0, 8504.0, 8497.0, 8539.0, 8501.0, 8486.0, 8504.0, 8489.0, 8553.0, 8482.0, 8509.0, 8481.0, 8528.0, 8500.0, 8545.0, 8520.0, 8542.0, 8521.0, 8570.0, 8525.0, 8503.0, 8517.0, 8478.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.0007839149165320409</td></tr>
<tr><td colspan=3>aqi</td><td>0.03236621373182553</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.275294862844945</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2096394104795272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9997750814547417</td></tr>
<tr><td colspan=3>efc</td><td>0.4775</td></tr>
<tr><td colspan=3>fber</td><td>4331.7017</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11365669551087688</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.138933764135703</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559122874508396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5760970294901515</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6224531192940272</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4788184747410087</td></tr>
<tr><td colspan=3>gcor</td><td>0.00693666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007637891452759504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015174947679042816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</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.86539667943656</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>36.7186</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1176</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.963</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.9284</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5038</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.0274</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2993.475</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.2956</td></tr>
<tr><td colspan=3>tsnr</td><td>32.00681562302634</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>