<?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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-02/func/sub-0107_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>124ca418689ca96d6541d558a9603de3</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>15:47:24.240000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997015, 0.0535855, 0.0555789, -0.0503321, 0.997025, -0.0583719]</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.259</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.0866313</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>[4217, -7791, -7256, 411, -138, -133, 43, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e8495d4-edb1-4bd9-9d8d-3b48dd987df9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674919366836548, -0.13503730297088623, 0.15806183218955994, 115.65315246582031], [-0.14376600086688995, 2.674945831298828, -0.14958086609840393, -94.61112213134766], [0.14911401271820068, 0.15660764276981354, 2.691215753555298, -92.7389907836914], [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': ['154724.240000', '154724.700000', '154725.160000', '154725.620000', '154726.080000', '154726.540000', '154727.000000', '154727.460000', '154727.920000', '154728.380000', '154728.840000', '154729.300000', '154729.760000', '154730.220000', '154730.680000', '154731.140000', '154731.600000', '154732.060000', '154732.520000', '154732.980000', '154733.440000', '154733.900000', '154734.360000', '154734.820000', '154735.280000', '154735.740000', '154736.200000', '154736.660000', '154737.120000', '154737.580000', '154738.040000', '154738.500000', '154738.960000', '154739.420000', '154739.880000', '154740.340000', '154740.800000', '154741.260000', '154741.720000', '154742.180000', '154742.640000', '154743.100000', '154743.560000', '154744.020000', '154744.480000', '154744.940000', '154745.400000', '154745.860000', '154746.320000', '154746.780000', '154747.240000', '154747.700000', '154748.160000', '154748.620000', '154749.080000', '154749.540000', '154750.000000', '154750.460000', '154750.920000', '154751.380000', '154751.840000', '154752.300000', '154752.760000', '154753.220000', '154753.680000', '154754.140000', '154754.600000', '154755.060000', '154755.520000', '154755.980000', '154756.440000', '154756.900000', '154757.360000', '154757.820000', '154758.280000', '154758.740000', '154759.200000', '154759.660000', '154800.120000', '154800.580000', '154801.040000', '154801.500000', '154801.960000', '154802.420000', '154802.880000', '154803.340000', '154803.800000', '154804.260000', '154804.720000', '154805.180000', '154805.640000', '154806.100000', '154806.560000', '154807.020000', '154807.480000', '154807.940000', '154808.400000', '154808.860000', '154809.320000', '154809.780000', '154810.240000', '154810.700000', '154811.160000', '154811.620000', '154812.080000', '154812.540000', '154813.000000', '154813.460000', '154813.920000', '154814.380000', '154814.840000', '154815.300000', '154815.760000', '154816.220000', '154816.680000', '154817.140000', '154817.600000', '154818.060000', '154818.520000', '154818.980000', '154819.440000', '154819.900000', '154820.360000', '154820.820000', '154821.280000', '154821.740000', '154822.200000', '154822.660000', '154823.120000', '154823.580000', '154824.040000', '154824.500000', '154824.960000', '154825.420000', '154825.880000', '154826.340000', '154826.800000', '154827.260000', '154827.720000', '154828.180000', '154828.640000', '154829.100000', '154829.560000', '154830.020000', '154830.480000', '154830.940000', '154831.400000', '154831.860000', '154832.320000', '154832.780000', '154833.240000', '154833.700000', '154834.160000', '154834.620000', '154835.080000', '154835.540000', '154836.000000', '154836.460000', '154836.920000', '154837.380000', '154837.840000', '154838.300000', '154838.760000', '154839.220000', '154839.680000', '154840.140000', '154840.600000', '154841.060000', '154841.520000', '154841.980000', '154842.440000', '154842.900000', '154843.360000', '154843.820000', '154844.280000', '154844.740000', '154845.200000', '154845.660000', '154846.120000', '154846.580000', '154847.040000', '154847.500000', '154847.960000', '154848.420000', '154848.880000', '154849.340000', '154849.800000', '154850.260000', '154850.720000', '154851.180000', '154851.640000', '154852.100000', '154852.560000', '154853.020000', '154853.480000', '154853.940000', '154854.400000', '154854.860000', '154855.320000', '154855.780000', '154856.240000', '154856.700000', '154857.160000', '154857.620000', '154858.080000', '154858.540000', '154859.000000', '154859.460000', '154859.920000', '154900.380000', '154900.840000', '154901.300000', '154901.760000', '154902.220000', '154902.680000', '154903.140000', '154903.600000', '154904.060000', '154904.520000', '154904.980000', '154905.440000', '154905.900000', '154906.360000', '154906.820000', '154907.280000', '154907.740000', '154908.200000', '154908.660000', '154909.120000', '154909.580000', '154910.040000', '154910.500000', '154910.960000', '154911.420000', '154911.880000', '154912.340000', '154912.800000', '154913.260000', '154913.720000', '154914.180000', '154914.640000', '154915.100000', '154915.560000', '154916.020000', '154916.480000', '154916.940000', '154917.400000', '154917.860000', '154918.320000', '154918.780000', '154919.240000', '154919.700000', '154920.160000', '154920.620000', '154921.080000', '154921.540000', '154922.000000', '154922.460000', '154922.920000', '154923.380000', '154923.840000', '154924.300000', '154924.760000', '154925.220000', '154925.680000', '154926.140000', '154926.600000', '154927.060000', '154927.520000', '154927.980000', '154928.440000', '154928.900000', '154929.360000', '154929.820000', '154930.280000', '154930.740000', '154931.200000', '154931.660000', '154932.120000', '154932.580000', '154933.040000', '154933.500000', '154933.960000', '154934.420000', '154934.880000', '154935.340000', '154935.800000', '154936.260000', '154936.720000', '154937.180000', '154937.640000', '154938.100000', '154938.560000', '154939.020000', '154939.480000', '154939.940000', '154940.400000', '154940.860000', '154941.320000', '154941.780000', '154942.240000', '154942.700000', '154943.160000', '154943.620000', '154944.080000', '154944.540000', '154945.000000', '154945.460000', '154945.920000', '154946.380000', '154946.840000', '154947.300000', '154947.760000', '154948.220000', '154948.680000', '154949.140000', '154949.600000', '154950.060000', '154950.520000', '154950.980000', '154951.440000', '154951.900000', '154952.360000', '154952.820000', '154953.280000', '154953.740000', '154954.200000', '154954.660000', '154955.120000', '154955.580000', '154956.040000', '154956.500000', '154956.960000', '154957.420000', '154957.880000', '154958.340000', '154958.800000', '154959.260000', '154959.720000', '155000.180000', '155000.640000', '155001.100000', '155001.560000', '155002.020000', '155002.480000', '155002.940000', '155003.400000', '155003.860000', '155004.320000', '155004.780000', '155005.240000', '155005.700000', '155006.160000', '155006.620000', '155007.080000', '155007.540000', '155008.000000', '155008.460000', '155008.920000', '155009.380000', '155009.840000', '155010.300000', '155010.760000', '155011.220000', '155011.680000', '155012.140000', '155012.600000', '155013.060000', '155013.520000', '155013.980000', '155014.440000', '155014.900000', '155015.360000', '155015.820000', '155016.280000', '155016.740000', '155017.200000', '155017.660000', '155018.120000', '155018.580000', '155019.040000', '155019.500000', '155019.960000', '155020.420000', '155020.880000', '155021.340000', '155021.800000', '155022.260000', '155022.720000', '155023.180000', '155023.640000', '155024.100000', '155024.560000', '155025.020000', '155025.480000', '155025.940000', '155026.400000', '155026.860000', '155027.320000', '155027.780000', '155028.240000', '155028.700000', '155029.160000', '155029.620000', '155030.080000', '155030.540000', '155031.000000', '155031.460000', '155031.920000', '155032.380000', '155032.840000', '155033.300000', '155033.760000', '155034.220000', '155034.680000', '155035.140000', '155035.600000', '155036.060000', '155036.520000', '155036.980000', '155037.440000', '155037.900000', '155038.360000', '155038.820000', '155039.280000', '155039.740000', '155040.200000', '155040.660000', '155041.120000', '155041.580000', '155042.040000', '155042.500000', '155042.960000', '155043.420000', '155043.880000', '155044.340000', '155044.800000', '155045.260000', '155045.720000', '155046.180000', '155046.640000', '155047.100000', '155047.560000', '155048.020000', '155048.480000', '155048.940000', '155049.400000', '155049.860000', '155050.320000', '155050.780000', '155051.240000', '155051.700000', '155052.160000', '155052.620000', '155053.080000', '155053.540000', '155054.000000', '155054.460000', '155054.920000', '155055.380000', '155055.840000', '155056.300000', '155056.760000', '155057.220000', '155057.680000', '155058.140000', '155058.600000', '155059.060000', '155059.520000', '155059.980000', '155100.440000', '155100.900000', '155101.360000', '155101.820000', '155102.280000', '155102.740000', '155103.200000', '155103.660000', '155104.120000', '155104.580000', '155105.040000', '155105.500000', '155105.960000', '155106.420000', '155106.880000', '155107.340000', '155107.800000', '155108.260000', '155108.720000', '155109.180000', '155109.640000', '155110.100000', '155110.560000', '155111.020000', '155111.480000', '155111.940000', '155112.400000', '155112.860000', '155113.320000', '155113.780000', '155114.240000', '155114.700000', '155115.160000', '155115.620000', '155116.080000', '155116.540000', '155117.000000', '155117.460000', '155117.920000', '155118.380000', '155118.840000', '155119.300000', '155119.760000', '155120.220000', '155120.680000', '155121.140000', '155121.600000', '155122.060000', '155122.520000', '155122.980000', '155123.440000', '155123.900000', '155124.360000', '155124.820000', '155125.280000', '155125.740000', '155126.200000', '155126.660000', '155127.120000', '155127.580000', '155128.040000', '155128.500000', '155128.960000', '155129.420000', '155129.880000', '155130.340000', '155130.800000', '155131.260000', '155131.720000', '155132.180000', '155132.640000', '155133.100000', '155133.560000', '155134.020000', '155134.480000', '155134.940000', '155135.400000', '155135.860000', '155136.320000', '155136.780000', '155137.240000', '155137.700000', '155138.160000', '155138.620000', '155139.080000', '155139.540000', '155140.000000', '155140.460000', '155140.920000', '155141.380000', '155141.840000', '155142.300000', '155142.760000', '155143.220000', '155143.680000', '155144.140000', '155144.600000', '155145.060000', '155145.520000', '155145.980000', '155146.440000', '155146.900000', '155147.360000', '155147.820000', '155148.280000', '155148.740000', '155149.200000', '155149.660000', '155150.120000', '155150.580000', '155151.040000', '155151.500000', '155151.960000', '155152.420000', '155152.880000', '155153.340000', '155153.800000', '155154.260000', '155154.720000', '155155.180000', '155155.640000', '155156.100000', '155156.560000', '155157.020000', '155157.480000', '155157.940000', '155158.400000', '155158.860000', '155159.320000', '155159.780000', '155200.240000', '155200.700000', '155201.160000', '155201.620000', '155202.080000', '155202.540000', '155203.000000', '155203.460000', '155203.920000', '155204.380000', '155204.840000', '155205.300000', '155205.760000', '155206.220000', '155206.680000', '155207.140000', '155207.600000', '155208.060000', '155208.520000', '155208.980000', '155209.440000', '155209.900000', '155210.360000', '155210.820000', '155211.280000', '155211.740000', '155212.200000', '155212.660000', '155213.120000', '155213.580000', '155214.040000', '155214.500000', '155214.960000', '155215.420000', '155215.880000', '155216.340000', '155216.800000', '155217.260000', '155217.720000', '155218.180000', '155218.640000', '155219.100000', '155219.560000', '155220.020000', '155220.480000', '155220.940000', '155221.400000', '155221.860000', '155222.320000', '155222.780000', '155223.240000', '155223.700000', '155224.160000', '155224.620000', '155225.080000', '155225.540000', '155226.000000', '155226.460000', '155226.920000', '155227.380000', '155227.840000', '155228.300000', '155228.760000', '155229.220000', '155229.680000', '155230.140000', '155230.600000', '155231.060000', '155231.520000', '155231.980000', '155232.440000', '155232.900000', '155233.360000', '155233.820000', '155234.280000', '155234.740000', '155235.200000', '155235.660000', '155236.120000', '155236.580000', '155237.040000', '155237.500000', '155237.960000', '155238.420000', '155238.880000', '155239.340000', '155239.800000', '155240.260000', '155240.720000', '155241.180000', '155241.640000', '155242.100000', '155242.560000', '155243.020000', '155243.480000', '155243.940000', '155244.400000', '155244.860000', '155245.320000', '155245.780000', '155246.240000', '155246.700000', '155247.160000', '155247.620000', '155248.080000', '155248.540000', '155249.000000', '155249.460000', '155249.920000', '155250.380000', '155250.840000', '155251.300000', '155251.760000', '155252.220000', '155252.680000', '155253.140000', '155253.600000', '155254.060000', '155254.520000', '155254.980000', '155255.440000', '155255.900000', '155256.360000', '155256.820000', '155257.280000', '155257.740000', '155258.200000', '155258.660000', '155259.120000', '155259.580000', '155300.040000', '155300.500000', '155300.960000', '155301.420000', '155301.880000', '155302.340000', '155302.800000', '155303.260000', '155303.720000', '155304.180000', '155304.640000', '155305.100000', '155305.560000', '155306.020000', '155306.480000', '155306.940000', '155307.400000', '155307.860000', '155308.320000', '155308.780000', '155309.240000', '155309.700000', '155310.160000', '155310.620000', '155311.080000', '155311.540000', '155312.000000', '155312.460000', '155312.920000', '155313.380000', '155313.840000', '155314.300000', '155314.760000', '155315.220000', '155315.680000', '155316.140000', '155316.600000', '155317.060000', '155317.520000', '155317.980000', '155318.440000', '155318.900000', '155319.360000', '155319.820000', '155320.280000', '155320.740000', '155321.200000', '155321.660000', '155322.120000', '155322.580000', '155323.040000', '155323.500000', '155323.960000', '155324.420000', '155324.880000', '155325.340000', '155325.800000', '155326.260000', '155326.720000', '155327.180000', '155327.640000', '155328.100000', '155328.560000', '155329.020000', '155329.480000', '155329.940000', '155330.400000', '155330.860000', '155331.320000', '155331.780000', '155332.240000', '155332.700000', '155333.160000', '155333.620000', '155334.080000', '155334.540000', '155335.000000', '155335.460000', '155335.920000', '155336.380000', '155336.840000', '155337.300000', '155337.760000', '155338.220000', '155338.680000', '155339.140000', '155339.600000', '155340.060000', '155340.520000', '155340.980000', '155341.440000', '155341.900000', '155342.360000', '155342.820000', '155343.280000', '155343.740000', '155344.200000', '155344.660000', '155345.120000', '155345.580000', '155346.040000', '155346.500000', '155346.960000', '155347.420000', '155347.880000', '155348.340000', '155348.800000', '155349.260000', '155349.720000', '155350.180000', '155350.640000', '155351.100000', '155351.560000', '155352.020000', '155352.480000', '155352.940000', '155353.400000', '155353.860000', '155354.320000', '155354.780000', '155355.240000', '155355.700000', '155356.160000', '155356.620000', '155357.080000', '155357.540000', '155358.000000', '155358.460000', '155358.920000', '155359.380000', '155359.840000', '155400.300000', '155400.760000', '155401.220000', '155401.680000', '155402.140000', '155402.600000', '155403.060000', '155403.520000', '155403.980000', '155404.440000', '155404.900000', '155405.360000', '155405.820000', '155406.280000', '155406.740000', '155407.200000', '155407.660000', '155408.120000', '155408.580000', '155409.040000', '155409.500000', '155409.960000', '155410.420000', '155410.880000', '155411.340000', '155411.800000', '155412.260000', '155412.720000', '155413.180000', '155413.640000', '155414.100000', '155414.560000', '155415.020000', '155415.480000', '155415.940000', '155416.400000', '155416.860000', '155417.320000', '155417.780000', '155418.240000', '155418.700000', '155419.160000', '155419.620000', '155420.080000', '155420.540000', '155421.000000', '155421.460000', '155421.920000', '155422.380000', '155422.840000', '155423.300000', '155423.760000', '155424.220000', '155424.680000', '155425.140000', '155425.600000', '155426.060000', '155426.520000', '155426.980000', '155427.440000', '155427.900000', '155428.360000', '155428.820000', '155429.280000', '155429.740000', '155430.200000', '155430.660000', '155431.120000', '155431.580000', '155432.040000', '155432.500000', '155432.960000', '155433.420000', '155433.880000', '155434.340000', '155434.800000', '155435.260000', '155435.720000', '155436.180000', '155436.640000', '155437.100000', '155437.560000', '155438.020000', '155438.480000', '155438.940000', '155439.400000', '155439.860000', '155440.320000', '155440.780000', '155441.240000', '155441.700000', '155442.160000', '155442.620000', '155443.080000', '155443.540000', '155444.000000', '155444.460000', '155444.920000', '155445.380000', '155445.840000', '155446.300000', '155446.760000', '155447.220000', '155447.680000', '155448.140000', '155448.600000', '155449.060000', '155449.520000', '155449.980000', '155450.440000', '155450.900000', '155451.360000', '155451.820000', '155452.280000', '155452.740000', '155453.200000', '155453.660000', '155454.120000', '155454.580000', '155455.040000', '155455.500000', '155455.960000', '155456.420000', '155456.880000', '155457.340000', '155457.800000', '155458.260000', '155458.720000', '155459.180000', '155459.640000', '155500.100000', '155500.560000', '155501.020000', '155501.480000', '155501.940000', '155502.400000', '155502.860000', '155503.320000', '155503.780000', '155504.240000', '155504.700000', '155505.160000', '155505.620000', '155506.080000', '155506.540000', '155507.000000', '155507.460000', '155507.920000', '155508.380000', '155508.840000', '155509.300000', '155509.760000', '155510.220000', '155510.680000', '155511.140000', '155511.600000', '155512.060000', '155512.520000', '155512.980000', '155513.440000', '155513.900000', '155514.360000', '155514.820000', '155515.280000', '155515.740000', '155516.200000', '155516.660000', '155517.120000', '155517.580000', '155518.040000', '155518.500000', '155518.960000', '155519.420000', '155519.880000', '155520.340000', '155520.800000', '155521.260000', '155521.720000', '155522.180000', '155522.640000', '155523.100000', '155523.560000', '155524.020000', '155524.480000', '155524.940000', '155525.400000', '155525.860000', '155526.320000', '155526.780000', '155527.240000', '155527.700000', '155528.160000', '155528.620000', '155529.080000', '155529.540000', '155530.000000', '155530.460000', '155530.920000', '155531.380000', '155531.840000', '155532.300000', '155532.760000', '155533.220000', '155533.680000', '155534.140000', '155534.600000', '155535.060000', '155535.520000', '155535.980000', '155536.440000', '155536.900000', '155537.360000', '155537.820000', '155538.280000', '155538.740000', '155539.200000', '155539.660000', '155540.120000', '155540.580000', '155541.040000', '155541.500000', '155541.960000', '155542.420000', '155542.880000', '155543.340000', '155543.800000', '155544.260000', '155544.720000', '155545.180000', '155545.640000', '155546.100000', '155546.560000', '155547.020000', '155547.480000', '155547.940000', '155548.400000', '155548.860000', '155549.320000', '155549.780000', '155550.240000', '155550.700000', '155551.160000', '155551.620000', '155552.080000', '155552.540000', '155553.000000', '155553.460000', '155553.920000', '155554.380000', '155554.840000', '155555.300000', '155555.760000', '155556.220000', '155556.680000', '155557.140000', '155557.600000', '155558.060000', '155558.520000', '155558.980000', '155559.440000', '155559.900000', '155600.360000', '155600.820000', '155601.280000', '155601.740000', '155602.200000', '155602.660000', '155603.120000', '155603.580000', '155604.040000', '155604.500000', '155604.960000', '155605.420000', '155605.880000', '155606.340000', '155606.800000', '155607.260000', '155607.720000', '155608.180000', '155608.640000', '155609.100000', '155609.560000', '155610.020000', '155610.480000', '155610.940000', '155611.400000', '155611.860000', '155612.320000', '155612.780000', '155613.240000', '155613.700000', '155614.160000', '155614.620000', '155615.080000', '155615.540000', '155616.000000', '155616.460000', '155616.920000', '155617.380000', '155617.840000', '155618.300000', '155618.760000', '155619.220000', '155619.680000', '155620.140000', '155620.600000', '155621.060000', '155621.520000', '155621.980000', '155622.440000', '155622.900000', '155623.360000', '155623.820000', '155624.280000', '155624.740000', '155625.200000', '155625.660000', '155626.120000', '155626.580000', '155627.040000', '155627.500000', '155627.960000', '155628.420000', '155628.880000', '155629.340000', '155629.800000', '155630.260000', '155630.720000', '155631.180000', '155631.640000', '155632.100000', '155632.560000', '155633.020000', '155633.480000', '155633.940000', '155634.400000', '155634.860000', '155635.320000', '155635.780000', '155636.240000', '155636.700000', '155637.160000', '155637.620000', '155638.080000', '155638.540000', '155639.000000', '155639.460000', '155639.920000', '155640.380000', '155640.840000', '155641.300000', '155641.760000', '155642.220000', '155642.680000', '155643.140000', '155643.600000', '155644.060000', '155644.520000', '155644.980000', '155645.440000', '155645.900000', '155646.360000', '155646.820000', '155647.280000', '155647.740000', '155648.200000', '155648.660000', '155649.120000', '155649.580000', '155650.040000', '155650.500000', '155650.960000', '155651.420000', '155651.880000', '155652.340000', '155652.800000', '155653.260000', '155653.720000', '155654.180000', '155654.640000', '155655.100000', '155655.560000', '155656.020000', '155656.480000', '155656.940000', '155657.400000', '155657.860000', '155658.320000', '155658.780000', '155659.240000', '155659.700000', '155700.160000', '155700.620000', '155701.080000', '155701.540000', '155702.000000', '155702.460000', '155702.920000', '155703.380000', '155703.840000', '155704.300000', '155704.760000', '155705.220000', '155705.680000', '155706.140000', '155706.600000', '155707.060000', '155707.520000', '155707.980000', '155708.440000', '155708.900000', '155709.360000', '155709.820000', '155710.280000', '155710.740000', '155711.200000', '155711.660000', '155712.120000', '155712.580000', '155713.040000', '155713.500000', '155713.960000', '155714.420000', '155714.880000', '155715.340000', '155715.800000', '155716.260000', '155716.720000', '155717.180000', '155717.640000', '155718.100000', '155718.560000', '155719.020000', '155719.480000', '155719.940000', '155720.400000', '155720.860000', '155721.320000', '155721.780000', '155722.240000', '155722.700000', '155723.160000', '155723.620000', '155724.080000', '155724.540000', '155725.000000', '155725.460000', '155725.920000', '155726.380000', '155726.840000', '155727.300000', '155727.760000', '155728.220000', '155728.680000', '155729.140000', '155729.600000', '155730.060000', '155730.520000', '155730.980000', '155731.440000', '155731.900000', '155732.360000', '155732.820000', '155733.280000', '155733.740000', '155734.200000', '155734.660000', '155735.120000', '155735.580000', '155736.040000', '155736.500000', '155736.960000', '155737.420000', '155737.880000', '155738.340000', '155738.800000', '155739.260000', '155739.720000', '155740.180000', '155740.640000', '155741.100000', '155741.560000', '155742.020000', '155742.480000', '155742.940000', '155743.400000', '155743.860000', '155744.320000', '155744.780000', '155745.240000', '155745.700000', '155746.160000', '155746.620000', '155747.080000', '155747.540000', '155748.000000', '155748.460000', '155748.920000', '155749.380000', '155749.840000', '155750.300000', '155750.760000', '155751.220000', '155751.680000', '155752.140000', '155752.600000', '155753.060000', '155753.520000', '155753.980000', '155754.440000', '155754.900000', '155755.360000', '155755.820000', '155756.280000', '155756.740000', '155757.200000', '155757.660000', '155758.120000', '155758.580000', '155759.040000', '155759.500000', '155759.960000', '155800.420000', '155800.880000', '155801.340000', '155801.800000', '155802.260000', '155802.720000', '155803.180000', '155803.640000', '155804.100000', '155804.560000', '155805.020000', '155805.480000', '155805.940000', '155806.400000', '155806.860000', '155807.320000', '155807.780000', '155808.240000', '155808.700000', '155809.160000', '155809.620000', '155810.080000', '155810.540000', '155811.000000', '155811.460000', '155811.920000', '155812.380000', '155812.840000', '155813.300000', '155813.760000', '155814.220000', '155814.680000', '155815.140000', '155815.600000', '155816.060000', '155816.520000', '155816.980000', '155817.440000', '155817.900000', '155818.360000', '155818.820000', '155819.280000', '155819.740000', '155820.200000', '155820.660000', '155821.120000', '155821.580000', '155822.040000', '155822.500000', '155822.960000', '155823.420000', '155823.880000', '155824.340000', '155824.800000', '155825.260000', '155825.720000', '155826.180000', '155826.640000', '155827.100000', '155827.560000', '155828.020000', '155828.480000', '155828.940000', '155829.400000', '155829.860000', '155830.320000', '155830.780000', '155831.240000', '155831.700000', '155832.160000', '155832.620000', '155833.080000', '155833.540000', '155834.000000', '155834.460000', '155834.920000', '155835.380000', '155835.840000', '155836.300000', '155836.760000', '155837.220000', '155837.680000', '155838.140000', '155838.600000', '155839.060000', '155839.520000', '155839.980000', '155840.440000', '155840.900000', '155841.360000', '155841.820000', '155842.280000', '155842.740000', '155843.200000', '155843.660000', '155844.120000', '155844.580000', '155845.040000', '155845.500000', '155845.960000', '155846.420000', '155846.880000', '155847.340000', '155847.800000', '155848.260000', '155848.720000', '155849.180000', '155849.640000', '155850.100000', '155850.560000', '155851.020000', '155851.480000', '155851.940000', '155852.400000', '155852.860000', '155853.320000', '155853.780000', '155854.240000', '155854.700000', '155855.160000', '155855.620000', '155856.080000', '155856.540000', '155857.000000', '155857.460000', '155857.920000', '155858.380000', '155858.840000', '155859.300000', '155859.760000', '155900.220000', '155900.680000', '155901.140000', '155901.600000', '155902.060000', '155902.520000', '155902.980000', '155903.440000', '155903.900000', '155904.360000', '155904.820000', '155905.280000', '155905.740000', '155906.200000', '155906.660000', '155907.120000', '155907.580000', '155908.040000', '155908.500000', '155908.960000', '155909.420000', '155909.880000', '155910.340000', '155910.800000', '155911.260000', '155911.720000', '155912.180000', '155912.640000', '155913.100000', '155913.560000', '155914.020000', '155914.480000', '155914.940000', '155915.400000', '155915.860000', '155916.320000', '155916.780000', '155917.240000', '155917.700000', '155918.160000', '155918.620000', '155919.080000', '155919.540000', '155920.000000', '155920.460000', '155920.920000', '155921.380000', '155921.840000', '155922.300000', '155922.760000', '155923.220000', '155923.680000', '155924.140000', '155924.600000', '155925.060000', '155925.520000', '155925.980000', '155926.440000', '155926.900000', '155927.360000', '155927.820000', '155928.280000', '155928.740000', '155929.200000', '155929.660000', '155930.120000', '155930.580000', '155931.040000', '155931.500000', '155931.960000', '155932.420000', '155932.880000', '155933.340000', '155933.800000', '155934.260000', '155934.720000', '155935.180000', '155935.640000', '155936.100000', '155936.560000', '155937.020000', '155937.480000', '155937.940000', '155938.400000', '155938.860000', '155939.320000', '155939.780000', '155940.240000', '155940.700000', '155941.160000', '155941.620000', '155942.080000', '155942.540000', '155943.000000', '155943.460000', '155943.920000', '155944.380000', '155944.840000', '155945.300000', '155945.760000', '155946.220000', '155946.680000', '155947.140000', '155947.600000', '155948.060000', '155948.520000', '155948.980000', '155949.440000', '155949.900000', '155950.360000', '155950.820000', '155951.280000', '155951.740000', '155952.200000', '155952.660000', '155953.120000', '155953.580000', '155954.040000', '155954.500000', '155954.960000', '155955.420000', '155955.880000', '155956.340000', '155956.800000', '155957.260000', '155957.720000', '155958.180000', '155958.640000', '155959.100000', '155959.560000', '160000.020000', '160000.480000', '160000.940000', '160001.400000', '160001.860000', '160002.320000', '160002.780000', '160003.240000', '160003.700000', '160004.160000', '160004.620000', '160005.080000', '160005.540000', '160006.000000', '160006.460000', '160006.920000', '160007.380000', '160007.840000', '160008.300000', '160008.760000', '160009.220000', '160009.680000', '160010.140000', '160010.600000', '160011.060000', '160011.520000', '160011.980000', '160012.440000', '160012.900000', '160013.360000', '160013.820000', '160014.280000', '160014.740000', '160015.200000', '160015.660000', '160016.120000', '160016.580000', '160017.040000', '160017.500000', '160017.960000', '160018.420000', '160018.880000', '160019.340000', '160019.800000', '160020.260000', '160020.720000', '160021.180000', '160021.640000', '160022.100000', '160022.560000', '160023.020000', '160023.480000', '160023.940000', '160024.400000', '160024.860000', '160025.320000', '160025.780000', '160026.240000', '160026.700000', '160027.160000', '160027.620000', '160028.080000', '160028.540000', '160029.000000', '160029.460000', '160029.920000', '160030.380000', '160030.840000', '160031.300000', '160031.760000', '160032.220000', '160032.680000', '160033.140000', '160033.600000', '160034.060000', '160034.520000', '160034.980000', '160035.440000', '160035.900000', '160036.360000', '160036.820000', '160037.280000', '160037.740000', '160038.200000', '160038.660000', '160039.120000', '160039.580000', '160040.040000', '160040.500000', '160040.960000', '160041.420000', '160041.880000', '160042.340000', '160042.800000', '160043.260000', '160043.720000', '160044.180000', '160044.640000', '160045.100000', '160045.560000', '160046.020000', '160046.480000', '160046.940000', '160047.400000', '160047.860000', '160048.320000', '160048.780000', '160049.240000', '160049.700000', '160050.160000', '160050.620000', '160051.080000', '160051.540000', '160052.000000', '160052.460000', '160052.920000', '160053.380000', '160053.840000', '160054.300000', '160054.760000', '160055.220000', '160055.680000', '160056.140000', '160056.600000', '160057.060000', '160057.520000', '160057.980000', '160058.440000', '160058.900000', '160059.360000', '160059.820000', '160100.280000', '160100.740000', '160101.200000', '160101.660000', '160102.120000', '160102.580000', '160103.040000', '160103.500000', '160103.960000', '160104.420000', '160104.880000', '160105.340000', '160105.800000', '160106.260000', '160106.720000', '160107.180000', '160107.640000', '160108.100000', '160108.560000', '160109.020000', '160109.480000', '160109.940000', '160110.400000', '160110.860000', '160111.320000', '160111.780000', '160112.240000', '160112.700000', '160113.160000', '160113.620000', '160114.080000', '160114.540000', '160115.000000', '160115.460000', '160115.920000', '160116.380000', '160116.840000', '160117.300000', '160117.760000', '160118.220000', '160118.680000', '160119.140000', '160119.600000', '160120.060000', '160120.520000', '160120.980000', '160121.440000', '160121.900000', '160122.360000', '160122.820000', '160123.280000', '160123.740000', '160124.200000', '160124.660000', '160125.120000', '160125.580000', '160126.040000', '160126.500000', '160126.960000', '160127.420000', '160127.880000', '160128.340000', '160128.800000', '160129.260000', '160129.720000', '160130.180000', '160130.640000', '160131.100000', '160131.560000', '160132.020000', '160132.480000', '160132.940000', '160133.400000', '160133.860000', '160134.320000', '160134.780000', '160135.240000', '160135.700000', '160136.160000', '160136.620000', '160137.080000', '160137.540000', '160138.000000', '160138.460000', '160138.920000'], 'ContentTime': ['154751.967000', '154751.970000', '154751.973000', '154751.982000', '154751.984000', '154751.987000', '154751.989000', '154751.992000', '154751.995000', '154751.997000', '154752.009000', '154752.012000', '154752.015000', '154752.017000', '154752.020000', '154752.022000', '154752.025000', '154752.028000', '154752.030000', '154752.033000', '154752.035000', '154752.047000', '154752.049000', '154752.052000', '154752.055000', '154752.057000', '154752.060000', '154752.062000', '154752.065000', '154752.068000', '154752.070000', '154752.073000', '154752.075000', '154752.078000', '154752.080000', '154752.083000', '154752.088000', '154752.091000', '154752.093000', '154752.096000', '154752.099000', '154752.101000', '154752.104000', '154752.106000', '154752.109000', '154752.112000', '154752.114000', '154752.117000', '154752.119000', '154752.122000', '154752.124000', '154752.127000', '154752.129000', '154752.132000', '154752.135000', '154752.137000', '154752.140000', '154752.143000', '154811.936000', '154811.939000', '154811.942000', '154811.944000', '154811.947000', '154811.950000', '154811.953000', '154811.955000', '154811.958000', '154811.960000', '154811.963000', '154811.966000', '154811.968000', '154811.971000', '154811.974000', '154811.976000', '154811.979000', '154811.982000', '154811.984000', '154811.987000', '154811.989000', '154811.992000', '154811.995000', '154811.997000', '154812.001000', '154812.004000', '154812.006000', '154812.009000', '154812.012000', '154812.014000', '154812.017000', '154812.020000', '154812.023000', '154812.026000', '154812.029000', '154812.032000', '154812.034000', '154812.037000', '154812.040000', '154812.042000', '154812.045000', '154812.048000', '154812.050000', '154831.936000', '154831.939000', '154831.942000', '154831.944000', '154831.947000', '154831.949000', '154831.952000', '154831.955000', '154831.957000', '154831.960000', '154831.962000', '154831.965000', '154831.968000', '154831.970000', '154831.973000', '154831.975000', '154831.979000', '154831.982000', '154831.984000', '154831.987000', '154831.989000', '154831.992000', '154831.995000', '154831.997000', '154832.000000', '154832.002000', '154832.005000', '154832.008000', '154832.010000', '154832.013000', '154832.015000', '154832.018000', '154832.020000', '154832.023000', '154832.026000', '154832.036000', '154832.039000', '154832.041000', '154832.044000', '154832.047000', '154832.050000', '154832.052000', '154832.055000', '154832.057000', '154851.937000', '154851.941000', '154851.943000', '154851.946000', '154851.948000', '154851.951000', '154851.954000', '154851.957000', '154851.959000', '154851.962000', '154851.965000', '154851.967000', '154851.970000', '154851.972000', '154851.975000', '154851.978000', '154851.980000', '154851.983000', '154851.986000', '154851.988000', '154851.991000', '154851.993000', '154851.996000', '154851.998000', '154852.002000', '154852.005000', '154852.007000', '154852.010000', '154852.013000', '154852.015000', '154852.018000', '154852.020000', '154852.023000', '154852.026000', '154852.028000', '154852.031000', '154852.034000', '154852.036000', '154852.039000', '154852.042000', '154852.044000', '154852.047000', '154852.050000', '154911.937000', '154911.940000', '154911.943000', '154911.946000', '154911.948000', '154911.951000', '154911.954000', '154911.956000', '154911.959000', '154911.961000', '154911.964000', '154911.967000', '154911.969000', '154911.972000', '154911.975000', '154911.977000', '154911.980000', '154911.982000', '154911.985000', '154911.988000', '154911.991000', '154911.993000', '154911.996000', '154912.009000', '154912.013000', '154912.016000', '154912.018000', '154912.021000', '154912.024000', '154912.026000', '154912.029000', '154912.032000', '154912.034000', '154912.037000', '154912.040000', '154912.042000', '154912.045000', '154912.048000', '154912.050000', '154912.053000', '154912.056000', '154912.058000', '154912.061000', '154912.064000', '154931.937000', '154931.940000', '154931.943000', '154931.945000', '154931.948000', '154931.950000', '154931.953000', '154931.956000', '154931.958000', '154931.961000', '154931.964000', '154931.966000', '154931.969000', '154931.972000', '154931.974000', '154931.977000', '154931.989000', '154931.992000', '154931.994000', '154931.997000', '154932.001000', '154932.003000', '154932.006000', '154932.009000', '154932.011000', '154932.014000', '154932.017000', '154932.019000', '154932.022000', '154932.024000', '154932.027000', '154932.030000', '154932.032000', '154932.035000', '154932.038000', '154932.041000', '154932.044000', '154932.047000', '154932.049000', '154932.052000', '154932.055000', '154932.057000', '154932.060000', '154951.938000', '154951.940000', '154951.943000', '154951.946000', '154951.948000', '154951.951000', '154951.953000', '154951.956000', '154951.959000', '154951.961000', '154951.964000', '154951.966000', '154951.969000', '154951.972000', '154951.974000', '154951.977000', '154951.979000', '154951.982000', '154951.985000', '154951.987000', '154951.990000', '154951.993000', '154951.995000', '154951.998000', '154952.001000', '154952.004000', '154952.007000', '154952.010000', '154952.012000', '154952.015000', '154952.017000', '154952.020000', '154952.023000', '154952.025000', '154952.028000', '154952.031000', '154952.033000', '154952.036000', '154952.039000', '154952.041000', '154952.044000', '154952.046000', '154952.049000', '154952.052000', '155011.936000', '155011.939000', '155011.942000', '155011.945000', '155011.948000', '155011.950000', '155011.953000', '155011.956000', '155011.958000', '155011.961000', '155011.963000', '155011.966000', '155011.969000', '155011.971000', '155011.974000', '155011.977000', '155011.979000', '155011.982000', '155011.984000', '155011.987000', '155011.990000', '155011.992000', '155011.995000', '155011.998000', '155012.001000', '155012.003000', '155012.006000', '155012.009000', '155012.011000', '155012.014000', '155012.017000', '155012.020000', '155012.023000', '155012.026000', '155012.028000', '155012.031000', '155012.034000', '155012.037000', '155012.039000', '155012.042000', '155012.044000', '155012.047000', '155012.050000', '155031.936000', '155031.939000', '155031.942000', '155031.945000', '155031.947000', '155031.950000', '155031.953000', '155031.955000', '155031.958000', '155031.961000', '155031.963000', '155031.966000', '155031.969000', '155031.971000', '155031.974000', '155031.977000', '155031.979000', '155031.982000', '155031.984000', '155031.987000', '155031.990000', '155031.992000', '155031.995000', '155031.998000', '155032.001000', '155032.004000', '155032.007000', '155032.009000', '155032.012000', '155032.014000', '155032.017000', '155032.020000', '155032.022000', '155032.025000', '155032.028000', '155032.030000', '155032.033000', '155032.036000', '155032.038000', '155032.041000', '155032.044000', '155032.046000', '155032.049000', '155032.051000', '155051.937000', '155051.940000', '155051.943000', '155051.946000', '155051.983000', '155051.986000', '155051.988000', '155051.991000', '155051.994000', '155051.996000', '155051.999000', '155052.002000', '155052.004000', '155052.007000', '155052.009000', '155052.012000', '155052.015000', '155052.017000', '155052.020000', '155052.023000', '155052.025000', '155052.028000', '155052.030000', '155052.033000', '155052.036000', '155052.038000', '155052.044000', '155052.047000', '155052.050000', '155052.052000', '155052.055000', '155052.058000', '155052.061000', '155052.064000', '155052.067000', '155052.069000', '155052.072000', '155052.075000', '155052.077000', '155052.080000', '155052.083000', '155052.085000', '155052.088000', '155111.937000', '155111.940000', '155111.943000', '155111.946000', '155111.948000', '155111.951000', '155111.954000', '155111.957000', '155111.959000', '155111.962000', '155111.965000', '155111.967000', '155111.970000', '155111.973000', '155111.975000', '155111.978000', '155111.981000', '155111.983000', '155111.986000', '155111.989000', '155111.991000', '155111.994000', '155111.996000', '155112.000000', '155112.003000', '155112.005000', '155112.008000', '155112.011000', '155112.013000', '155112.016000', '155112.018000', '155112.021000', '155112.024000', '155112.026000', '155112.029000', '155112.032000', '155112.035000', '155112.037000', '155112.040000', '155112.043000', '155112.045000', '155112.048000', '155112.050000', '155112.053000', '155131.937000', '155131.940000', '155131.943000', '155131.946000', '155131.948000', '155131.951000', '155131.953000', '155131.956000', '155131.959000', '155131.961000', '155131.964000', '155131.966000', '155131.969000', '155131.972000', '155131.974000', '155131.977000', '155131.979000', '155131.982000', '155131.985000', '155131.987000', '155131.990000', '155131.993000', '155131.996000', '155132.004000', '155132.007000', '155132.010000', '155132.012000', '155132.015000', '155132.018000', '155132.020000', '155132.023000', '155132.025000', '155132.028000', '155132.031000', '155132.033000', '155132.036000', '155132.039000', '155132.041000', '155132.044000', '155132.046000', '155132.049000', '155132.052000', '155132.054000', '155151.938000', '155151.941000', '155151.943000', '155151.946000', '155151.948000', '155151.951000', '155151.954000', '155151.956000', '155151.959000', '155151.962000', '155151.965000', '155151.967000', '155151.970000', '155151.972000', '155151.975000', '155151.978000', '155151.980000', '155151.983000', '155151.986000', '155151.988000', '155151.991000', '155151.994000', '155151.996000', '155152.000000', '155152.003000', '155152.005000', '155152.008000', '155152.010000', '155152.013000', '155152.016000', '155152.018000', '155152.021000', '155152.023000', '155152.026000', '155152.029000', '155152.031000', '155152.034000', '155152.036000', '155152.039000', '155152.042000', '155152.044000', '155152.047000', '155152.050000', '155152.052000', '155211.938000', '155211.940000', '155211.943000', '155211.946000', '155211.948000', '155211.951000', '155211.954000', '155211.956000', '155211.959000', '155211.961000', '155211.964000', '155211.967000', '155211.969000', '155211.972000', '155211.975000', '155211.977000', '155211.980000', '155211.983000', '155211.985000', '155211.988000', '155211.991000', '155211.993000', '155211.996000', '155211.998000', '155212.002000', '155212.005000', '155212.008000', '155212.010000', '155212.013000', '155212.030000', '155212.033000', '155212.036000', '155212.038000', '155212.041000', '155212.044000', '155212.046000', '155212.049000', '155212.052000', '155212.054000', '155212.057000', '155212.059000', '155212.062000', '155212.065000', '155231.937000', '155231.939000', '155231.942000', '155231.945000', '155231.947000', '155231.950000', '155231.953000', '155231.956000', '155231.958000', '155231.961000', '155231.964000', '155231.966000', '155231.969000', '155231.972000', '155231.974000', '155231.977000', '155231.980000', '155231.982000', '155231.985000', '155231.987000', '155231.990000', '155231.993000', '155231.995000', '155231.998000', '155232.002000', '155232.004000', '155232.007000', '155232.010000', '155232.012000', '155232.015000', '155232.018000', '155232.020000', '155232.023000', '155232.026000', '155232.028000', '155232.031000', '155232.034000', '155232.036000', '155232.039000', '155232.042000', '155232.044000', '155232.047000', '155232.050000', '155232.052000', '155251.937000', '155251.940000', '155251.942000', '155251.945000', '155251.948000', '155251.951000', '155251.953000', '155251.956000', '155251.959000', '155251.961000', '155251.964000', '155251.966000', '155251.969000', '155251.972000', '155251.974000', '155251.977000', '155251.980000', '155251.982000', '155251.985000', '155251.988000', '155251.990000', '155251.993000', '155251.995000', '155251.998000', '155252.002000', '155252.004000', '155252.007000', '155252.010000', '155252.012000', '155252.015000', '155252.027000', '155252.030000', '155252.035000', '155252.037000', '155252.040000', '155252.043000', '155252.046000', '155252.048000', '155252.051000', '155252.053000', '155252.056000', '155252.059000', '155252.061000', '155311.938000', '155311.940000', '155311.944000', '155311.947000', '155311.950000', '155311.952000', '155311.955000', '155311.958000', '155311.960000', '155311.963000', '155311.965000', '155311.968000', '155311.971000', '155311.973000', '155311.976000', '155311.979000', '155311.986000', '155311.989000', '155311.991000', '155311.994000', '155312.012000', '155312.015000', '155312.018000', '155312.020000', '155312.023000', '155312.026000', '155312.028000', '155312.031000', '155312.034000', '155312.036000', '155312.039000', '155312.041000', '155312.044000', '155312.047000', '155312.049000', '155312.052000', '155312.055000', '155312.057000', '155312.060000', '155312.062000', '155312.065000', '155312.068000', '155312.071000', '155312.073000', '155331.937000', '155331.940000', '155331.943000', '155331.946000', '155331.948000', '155331.951000', '155331.953000', '155331.956000', '155331.959000', '155331.961000', '155331.964000', '155331.967000', '155331.969000', '155331.972000', '155331.974000', '155331.977000', '155331.980000', '155331.982000', '155331.985000', '155331.988000', '155331.990000', '155331.993000', '155331.995000', '155331.998000', '155332.002000', '155332.004000', '155332.007000', '155332.010000', '155332.012000', '155332.015000', '155332.017000', '155332.020000', '155332.023000', '155332.025000', '155332.028000', '155332.031000', '155332.033000', '155332.036000', '155332.039000', '155332.041000', '155332.044000', '155332.047000', '155332.049000', '155351.937000', '155351.940000', '155351.943000', '155351.946000', '155351.948000', '155351.959000', '155351.962000', '155351.964000', '155351.967000', '155351.970000', '155351.972000', '155351.975000', '155351.978000', '155351.980000', '155351.983000', '155351.986000', '155351.988000', '155351.991000', '155351.993000', '155351.996000', '155352.000000', '155352.002000', '155352.005000', '155352.008000', '155352.010000', '155352.013000', '155352.016000', '155352.018000', '155352.021000', '155352.023000', '155352.026000', '155352.029000', '155352.032000', '155352.034000', '155352.037000', '155352.040000', '155352.042000', '155352.045000', '155352.047000', '155352.050000', '155352.053000', '155352.056000', '155352.058000', '155411.938000', '155411.940000', '155411.943000', '155411.946000', '155411.948000', '155411.951000', '155411.953000', '155411.956000', '155411.959000', '155411.961000', '155411.964000', '155411.966000', '155411.969000', '155411.972000', '155411.974000', '155411.977000', '155411.979000', '155411.982000', '155411.985000', '155411.987000', '155411.990000', '155411.992000', '155411.995000', '155411.998000', '155412.001000', '155412.004000', '155412.007000', '155412.009000', '155412.012000', '155412.015000', '155412.017000', '155412.020000', '155412.022000', '155412.025000', '155412.028000', '155412.030000', '155412.033000', '155412.035000', '155412.038000', '155412.042000', '155412.044000', '155412.047000', '155412.049000', '155412.052000', '155431.937000', '155431.940000', '155431.943000', '155431.946000', '155431.948000', '155431.951000', '155431.953000', '155431.956000', '155431.959000', '155431.962000', '155431.964000', '155431.967000', '155431.970000', '155431.972000', '155431.975000', '155431.978000', '155431.980000', '155431.984000', '155431.986000', '155431.989000', '155431.992000', '155431.994000', '155431.997000', '155432.000000', '155432.003000', '155432.006000', '155432.008000', '155432.011000', '155432.014000', '155432.016000', '155432.019000', '155432.021000', '155432.024000', '155432.027000', '155432.029000', '155432.032000', '155432.034000', '155432.037000', '155432.040000', '155432.043000', '155432.045000', '155432.048000', '155432.051000', '155451.936000', '155451.939000', '155451.942000', '155451.944000', '155451.947000', '155451.950000', '155451.953000', '155451.955000', '155451.958000', '155451.961000', '155451.963000', '155451.966000', '155451.968000', '155451.971000', '155451.974000', '155451.976000', '155451.979000', '155451.981000', '155451.984000', '155451.987000', '155451.989000', '155451.992000', '155451.994000', '155451.997000', '155452.001000', '155452.003000', '155452.006000', '155452.009000', '155452.011000', '155452.014000', '155452.016000', '155452.019000', '155452.022000', '155452.024000', '155452.027000', '155452.029000', '155452.032000', '155452.034000', '155452.037000', '155452.040000', '155452.042000', '155452.045000', '155452.047000', '155452.050000', '155511.937000', '155511.939000', '155511.942000', '155511.945000', '155511.947000', '155511.950000', '155511.953000', '155511.955000', '155511.958000', '155511.961000', '155511.963000', '155511.966000', '155511.968000', '155511.971000', '155511.974000', '155511.976000', '155511.979000', '155511.982000', '155511.984000', '155511.987000', '155511.990000', '155511.993000', '155511.995000', '155511.998000', '155512.001000', '155512.004000', '155512.007000', '155512.009000', '155512.012000', '155512.015000', '155512.017000', '155512.020000', '155512.023000', '155512.025000', '155512.028000', '155512.031000', '155512.033000', '155512.036000', '155512.039000', '155512.041000', '155512.044000', '155512.046000', '155512.049000', '155531.937000', '155531.940000', '155531.943000', '155531.945000', '155531.948000', '155531.951000', '155531.953000', '155531.956000', '155531.958000', '155531.961000', '155531.964000', '155531.966000', '155531.969000', '155531.971000', '155531.974000', '155531.977000', '155531.979000', '155531.982000', '155531.984000', '155531.987000', '155531.990000', '155531.992000', '155531.995000', '155531.998000', '155532.000000', '155532.003000', '155532.006000', '155532.008000', '155532.011000', '155532.014000', '155532.016000', '155532.019000', '155532.021000', '155532.024000', '155532.027000', '155532.029000', '155532.032000', '155532.034000', '155532.037000', '155532.040000', '155532.042000', '155532.045000', '155532.048000', '155532.050000', '155551.938000', '155551.941000', '155551.943000', '155551.946000', '155551.948000', '155551.951000', '155551.954000', '155551.956000', '155551.959000', '155551.962000', '155551.964000', '155551.967000', '155551.970000', '155551.972000', '155551.975000', '155551.977000', '155551.980000', '155551.983000', '155551.985000', '155551.988000', '155551.991000', '155551.993000', '155551.996000', '155552.000000', '155552.002000', '155552.005000', '155552.007000', '155552.010000', '155552.013000', '155552.015000', '155552.018000', '155552.021000', '155552.024000', '155552.027000', '155552.030000', '155552.033000', '155552.035000', '155552.038000', '155552.041000', '155552.043000', '155552.046000', '155552.048000', '155552.051000', '155611.938000', '155611.940000', '155611.943000', '155611.946000', '155611.948000', '155611.951000', '155611.954000', '155611.956000', '155611.959000', '155611.962000', '155611.964000', '155611.967000', '155611.969000', '155611.972000', '155611.975000', '155611.977000', '155611.980000', '155611.982000', '155611.985000', '155611.988000', '155611.990000', '155611.993000', '155611.996000', '155611.998000', '155612.002000', '155612.005000', '155612.008000', '155612.010000', '155612.013000', '155612.015000', '155612.018000', '155612.021000', '155612.023000', '155612.026000', '155612.029000', '155612.031000', '155612.034000', '155612.037000', '155612.039000', '155612.042000', '155612.044000', '155612.047000', '155612.050000', '155612.052000', '155631.938000', '155631.941000', '155631.943000', '155631.946000', '155631.948000', '155631.951000', '155631.954000', '155631.956000', '155631.959000', '155631.961000', '155631.964000', '155631.967000', '155631.969000', '155631.972000', '155631.974000', '155631.977000', '155631.979000', '155631.982000', '155631.985000', '155631.987000', '155631.990000', '155631.993000', '155631.995000', '155631.998000', '155632.001000', '155632.004000', '155632.006000', '155632.009000', '155632.012000', '155632.014000', '155632.017000', '155632.021000', '155632.023000', '155632.026000', '155632.029000', '155632.031000', '155632.034000', '155632.037000', '155632.039000', '155632.042000', '155632.044000', '155632.047000', '155632.049000', '155651.937000', '155651.940000', '155651.943000', '155651.946000', '155651.948000', '155651.951000', '155651.953000', '155651.956000', '155651.959000', '155651.961000', '155651.964000', '155651.966000', '155651.969000', '155651.972000', '155651.974000', '155651.977000', '155651.980000', '155651.982000', '155651.985000', '155651.988000', '155651.990000', '155651.993000', '155651.995000', '155651.998000', '155652.002000', '155652.004000', '155652.007000', '155652.010000', '155652.012000', '155652.015000', '155652.017000', '155652.020000', '155652.023000', '155652.025000', '155652.028000', '155652.030000', '155652.033000', '155652.036000', '155652.038000', '155652.041000', '155652.043000', '155652.046000', '155652.049000', '155652.051000', '155711.937000', '155711.940000', '155711.942000', '155711.945000', '155711.947000', '155711.950000', '155711.953000', '155711.955000', '155711.958000', '155711.960000', '155711.963000', '155711.966000', '155711.968000', '155711.971000', '155711.973000', '155711.976000', '155711.979000', '155711.981000', '155711.984000', '155711.986000', '155712.015000', '155712.018000', '155712.020000', '155712.023000', '155712.026000', '155712.028000', '155712.031000', '155712.034000', '155712.037000', '155712.040000', '155712.043000', '155712.046000', '155712.049000', '155712.051000', '155712.054000', '155712.057000', '155712.059000', '155712.063000', '155712.066000', '155712.068000', '155712.071000', '155712.073000', '155712.076000', '155731.936000', '155731.939000', '155731.942000', '155731.944000', '155731.947000', '155731.950000', '155731.952000', '155731.955000', '155731.958000', '155731.960000', '155731.963000', '155731.965000', '155731.968000', '155731.971000', '155731.973000', '155731.976000', '155731.979000', '155731.981000', '155731.984000', '155731.986000', '155731.989000', '155731.992000', '155731.994000', '155731.997000', '155732.000000', '155732.003000', '155732.006000', '155732.008000', '155732.011000', '155732.013000', '155732.033000', '155732.035000', '155732.038000', '155732.041000', '155732.044000', '155732.046000', '155732.049000', '155732.052000', '155732.054000', '155732.057000', '155732.060000', '155732.062000', '155732.065000', '155732.068000', '155751.938000', '155751.941000', '155751.943000', '155751.946000', '155751.948000', '155751.951000', '155751.953000', '155751.956000', '155751.959000', '155751.961000', '155751.964000', '155751.967000', '155751.969000', '155751.972000', '155751.974000', '155751.977000', '155751.980000', '155751.982000', '155751.985000', '155751.987000', '155751.990000', '155751.993000', '155751.995000', '155751.998000', '155752.000000', '155752.003000', '155752.006000', '155752.008000', '155752.011000', '155752.014000', '155752.016000', '155752.019000', '155752.022000', '155752.024000', '155752.027000', '155752.029000', '155752.032000', '155752.035000', '155752.037000', '155752.040000', '155752.042000', '155752.045000', '155752.048000', '155811.938000', '155811.941000', '155811.943000', '155811.946000', '155811.949000', '155811.951000', '155811.954000', '155811.956000', '155811.959000', '155811.962000', '155811.964000', '155811.967000', '155811.969000', '155811.972000', '155811.975000', '155811.977000', '155811.980000', '155811.983000', '155811.985000', '155811.988000', '155811.990000', '155811.993000', '155811.996000', '155811.998000', '155812.002000', '155812.004000', '155812.010000', '155812.013000', '155812.016000', '155812.018000', '155812.021000', '155812.024000', '155812.026000', '155812.029000', '155812.031000', '155812.034000', '155812.037000', '155812.039000', '155812.042000', '155812.045000', '155812.047000', '155812.050000', '155812.052000', '155812.055000', '155831.938000', '155831.941000', '155831.943000', '155831.946000', '155831.948000', '155831.951000', '155831.954000', '155831.956000', '155831.959000', '155831.961000', '155831.964000', '155831.967000', '155831.969000', '155831.972000', '155831.975000', '155831.977000', '155831.980000', '155831.983000', '155831.985000', '155831.988000', '155831.990000', '155831.993000', '155831.996000', '155831.998000', '155832.002000', '155832.004000', '155832.007000', '155832.010000', '155832.012000', '155832.015000', '155832.018000', '155832.027000', '155832.030000', '155832.032000', '155832.035000', '155832.038000', '155832.040000', '155832.043000', '155832.045000', '155832.048000', '155832.051000', '155832.053000', '155832.056000', '155851.938000', '155851.940000', '155851.943000', '155851.946000', '155851.948000', '155851.951000', '155851.953000', '155851.957000', '155851.960000', '155851.963000', '155851.966000', '155851.968000', '155851.971000', '155851.980000', '155851.983000', '155851.986000', '155851.988000', '155851.991000', '155851.993000', '155851.996000', '155852.000000', '155852.002000', '155852.005000', '155852.007000', '155852.010000', '155852.013000', '155852.015000', '155852.018000', '155852.020000', '155852.023000', '155852.026000', '155852.028000', '155852.031000', '155852.034000', '155852.036000', '155852.039000', '155852.041000', '155852.044000', '155852.046000', '155852.049000', '155852.052000', '155852.055000', '155852.057000', '155911.938000', '155911.940000', '155911.943000', '155911.946000', '155911.948000', '155911.951000', '155911.953000', '155911.956000', '155911.959000', '155911.961000', '155911.964000', '155911.967000', '155911.969000', '155911.972000', '155911.975000', '155911.977000', '155911.980000', '155911.982000', '155911.985000', '155911.988000', '155911.990000', '155911.993000', '155911.995000', '155911.998000', '155912.002000', '155912.004000', '155912.007000', '155912.010000', '155912.012000', '155912.015000', '155912.017000', '155912.020000', '155912.023000', '155912.025000', '155912.028000', '155912.031000', '155912.033000', '155912.036000', '155912.038000', '155912.041000', '155912.044000', '155912.046000', '155912.049000', '155912.051000', '155931.937000', '155931.939000', '155931.942000', '155931.945000', '155931.947000', '155931.950000', '155931.952000', '155931.955000', '155931.958000', '155931.961000', '155931.963000', '155931.966000', '155931.969000', '155931.971000', '155931.974000', '155931.976000', '155931.979000', '155931.982000', '155931.984000', '155931.987000', '155931.990000', '155931.992000', '155931.995000', '155931.997000', '155932.001000', '155932.004000', '155932.006000', '155932.009000', '155932.012000', '155932.014000', '155932.017000', '155932.019000', '155932.022000', '155932.025000', '155932.027000', '155932.030000', '155932.032000', '155932.035000', '155932.038000', '155932.040000', '155932.043000', '155932.046000', '155932.048000', '155932.051000', '155951.937000', '155951.939000', '155951.942000', '155951.945000', '155951.947000', '155951.950000', '155951.952000', '155951.955000', '155951.958000', '155951.960000', '155951.963000', '155951.965000', '155951.968000', '155951.971000', '155951.973000', '155951.976000', '155951.978000', '155951.981000', '155951.983000', '155951.986000', '155951.989000', '155951.991000', '155951.994000', '155951.996000', '155952.000000', '155952.003000', '155952.005000', '155952.008000', '155952.010000', '155952.013000', '155952.015000', '155952.018000', '155952.021000', '155952.023000', '155952.026000', '155952.028000', '155952.031000', '155952.033000', '155952.055000', '155952.057000', '155952.060000', '155952.062000', '155952.065000', '160011.938000', '160011.940000', '160011.943000', '160011.946000', '160011.948000', '160011.951000', '160011.954000', '160011.956000', '160011.959000', '160011.962000', '160011.964000', '160011.967000', '160011.969000', '160011.972000', '160011.975000', '160011.977000', '160011.980000', '160011.982000', '160011.985000', '160011.988000', '160011.990000', '160011.993000', '160011.995000', '160011.998000', '160012.001000', '160012.003000', '160012.006000', '160012.009000', '160012.011000', '160012.014000', '160012.016000', '160012.019000', '160012.022000', '160012.024000', '160012.027000', '160012.030000', '160012.032000', '160012.035000', '160012.037000', '160012.040000', '160012.042000', '160012.045000', '160012.048000', '160012.050000', '160031.938000', '160031.940000', '160031.943000', '160031.946000', '160031.948000', '160031.951000', '160031.954000', '160031.956000', '160031.959000', '160031.961000', '160031.964000', '160031.966000', '160031.969000', '160031.972000', '160031.974000', '160031.977000', '160031.979000', '160031.982000', '160031.985000', '160031.987000', '160031.990000', '160031.993000', '160031.995000', '160031.998000', '160032.002000', '160032.004000', '160032.007000', '160032.009000', '160032.012000', '160032.015000', '160032.017000', '160032.020000', '160032.022000', '160032.025000', '160032.028000', '160032.030000', '160032.033000', '160032.035000', '160032.038000', '160032.041000', '160032.043000', '160032.046000', '160032.048000', '160051.938000', '160051.941000', '160051.944000', '160051.946000', '160051.949000', '160051.952000', '160051.962000', '160051.965000', '160051.967000', '160051.970000', '160051.973000', '160051.975000', '160051.978000', '160051.980000', '160051.983000', '160051.986000', '160051.988000', '160051.991000', '160051.994000', '160051.997000', '160052.000000', '160052.003000', '160052.006000', '160052.008000', '160052.011000', '160052.022000', '160052.025000', '160052.027000', '160052.030000', '160052.033000', '160052.035000', '160052.038000', '160052.041000', '160052.043000', '160052.046000', '160052.049000', '160052.051000', '160052.054000', '160052.057000', '160052.060000', '160052.062000', '160052.065000', '160052.067000', '160111.938000', '160111.940000', '160111.943000', '160111.946000', '160111.948000', '160111.951000', '160111.954000', '160111.990000', '160111.993000', '160111.996000', '160111.998000', '160112.002000', '160112.005000', '160112.007000', '160112.010000', '160112.013000', '160112.015000', '160112.018000', '160112.020000', '160112.023000', '160112.026000', '160112.028000', '160112.031000', '160112.033000', '160112.036000', '160112.039000', '160112.041000', '160112.044000', '160112.046000', '160112.049000', '160112.052000', '160112.054000', '160112.057000', '160112.060000', '160112.062000', '160112.065000', '160112.067000', '160112.070000', '160112.073000', '160112.081000', '160112.084000', '160112.086000', '160112.089000', '160112.092000', '160131.938000', '160131.940000', '160131.943000', '160131.946000', '160131.948000', '160131.951000', '160131.954000', '160131.957000', '160131.959000', '160131.962000', '160131.965000', '160131.967000', '160131.970000', '160131.972000', '160131.975000', '160131.978000', '160131.980000', '160131.983000', '160131.985000', '160131.988000', '160131.991000', '160131.993000', '160131.996000', '160131.998000', '160132.002000', '160132.005000', '160132.007000', '160132.010000', '160132.012000', '160132.015000', '160132.018000', '160132.020000', '160132.023000', '160132.025000', '160132.028000', '160132.031000', '160132.033000', '160132.036000', '160132.038000', '160132.041000', '160132.043000', '160132.046000', '160132.049000', '160140.210000', '160140.213000', '160140.216000', '160140.219000', '160140.222000', '160140.225000', '160140.228000', '160140.231000', '160140.234000', '160140.237000', '160140.240000', '160140.243000', '160140.246000', '160140.249000', '160140.251000', '160140.254000', '160140.257000', '160140.260000', '160140.263000'], 'InstanceCreationTime': ['154751.967000', '154751.970000', '154751.973000', '154751.982000', '154751.984000', '154751.987000', '154751.989000', '154751.992000', '154751.995000', '154751.997000', '154752.009000', '154752.012000', '154752.015000', '154752.017000', '154752.020000', '154752.022000', '154752.025000', '154752.028000', '154752.030000', '154752.033000', '154752.035000', '154752.047000', '154752.049000', '154752.052000', '154752.055000', '154752.057000', '154752.060000', '154752.062000', '154752.065000', '154752.068000', '154752.070000', '154752.073000', '154752.075000', '154752.078000', '154752.080000', '154752.083000', '154752.088000', '154752.091000', '154752.093000', '154752.096000', '154752.099000', '154752.101000', '154752.104000', '154752.106000', '154752.109000', '154752.112000', '154752.114000', '154752.117000', '154752.119000', '154752.122000', '154752.124000', '154752.127000', '154752.129000', '154752.132000', '154752.135000', '154752.137000', '154752.140000', '154752.143000', '154811.936000', '154811.939000', '154811.942000', '154811.944000', '154811.947000', '154811.950000', '154811.953000', '154811.955000', '154811.958000', '154811.960000', '154811.963000', '154811.966000', '154811.968000', '154811.971000', '154811.974000', '154811.976000', '154811.979000', '154811.982000', '154811.984000', '154811.987000', '154811.989000', '154811.992000', '154811.995000', '154811.997000', '154812.001000', '154812.004000', '154812.006000', '154812.009000', '154812.012000', '154812.014000', '154812.017000', '154812.020000', '154812.023000', '154812.026000', '154812.029000', '154812.032000', '154812.034000', '154812.037000', '154812.040000', '154812.042000', '154812.045000', '154812.048000', '154812.050000', '154831.936000', '154831.939000', '154831.942000', '154831.944000', '154831.947000', '154831.949000', '154831.952000', '154831.955000', '154831.957000', '154831.960000', '154831.962000', '154831.965000', '154831.968000', '154831.970000', '154831.973000', '154831.975000', '154831.979000', '154831.982000', '154831.984000', '154831.987000', '154831.989000', '154831.992000', '154831.995000', '154831.997000', '154832.000000', '154832.002000', '154832.005000', '154832.008000', '154832.010000', '154832.013000', '154832.015000', '154832.018000', '154832.020000', '154832.023000', '154832.026000', '154832.036000', '154832.039000', '154832.041000', '154832.044000', '154832.047000', '154832.050000', '154832.052000', '154832.055000', '154832.057000', '154851.937000', '154851.941000', '154851.943000', '154851.946000', '154851.948000', '154851.951000', '154851.954000', '154851.957000', '154851.959000', '154851.962000', '154851.965000', '154851.967000', '154851.970000', '154851.972000', '154851.975000', '154851.978000', '154851.980000', '154851.983000', '154851.986000', '154851.988000', '154851.991000', '154851.993000', '154851.996000', '154851.998000', '154852.002000', '154852.005000', '154852.007000', '154852.010000', '154852.013000', '154852.015000', '154852.018000', '154852.020000', '154852.023000', '154852.026000', '154852.028000', '154852.031000', '154852.034000', '154852.036000', '154852.039000', '154852.042000', '154852.044000', '154852.047000', '154852.050000', '154911.937000', '154911.940000', '154911.943000', '154911.946000', '154911.948000', '154911.951000', '154911.954000', '154911.956000', '154911.959000', '154911.961000', '154911.964000', '154911.967000', '154911.969000', '154911.972000', '154911.975000', '154911.977000', '154911.980000', '154911.982000', '154911.985000', '154911.988000', '154911.991000', '154911.993000', '154911.996000', '154912.009000', '154912.013000', '154912.016000', '154912.018000', '154912.021000', '154912.024000', '154912.026000', '154912.029000', '154912.032000', '154912.034000', '154912.037000', '154912.040000', '154912.042000', '154912.045000', '154912.048000', '154912.050000', '154912.053000', '154912.056000', '154912.058000', '154912.061000', '154912.064000', '154931.937000', '154931.940000', '154931.943000', '154931.945000', '154931.948000', '154931.950000', '154931.953000', '154931.956000', '154931.958000', '154931.961000', '154931.964000', '154931.966000', '154931.969000', '154931.972000', '154931.974000', '154931.977000', '154931.989000', '154931.992000', '154931.994000', '154931.997000', '154932.001000', '154932.003000', '154932.006000', '154932.009000', '154932.011000', '154932.014000', '154932.017000', '154932.019000', '154932.022000', '154932.024000', '154932.027000', '154932.030000', '154932.032000', '154932.035000', '154932.038000', '154932.041000', '154932.044000', '154932.047000', '154932.049000', '154932.052000', '154932.055000', '154932.057000', '154932.060000', '154951.938000', '154951.940000', '154951.943000', '154951.946000', '154951.948000', '154951.951000', '154951.953000', '154951.956000', '154951.959000', '154951.961000', '154951.964000', '154951.966000', '154951.969000', '154951.972000', '154951.974000', '154951.977000', '154951.979000', '154951.982000', '154951.985000', '154951.987000', '154951.990000', '154951.993000', '154951.995000', '154951.998000', '154952.001000', '154952.004000', '154952.007000', '154952.010000', '154952.012000', '154952.015000', '154952.017000', '154952.020000', '154952.023000', '154952.025000', '154952.028000', '154952.031000', '154952.033000', '154952.036000', '154952.039000', '154952.041000', '154952.044000', '154952.046000', '154952.049000', '154952.052000', '155011.936000', '155011.939000', '155011.942000', '155011.945000', '155011.948000', '155011.950000', '155011.953000', '155011.956000', '155011.958000', '155011.961000', '155011.963000', '155011.966000', '155011.969000', '155011.971000', '155011.974000', '155011.977000', '155011.979000', '155011.982000', '155011.984000', '155011.987000', '155011.990000', '155011.992000', '155011.995000', '155011.998000', '155012.001000', '155012.003000', '155012.006000', '155012.009000', '155012.011000', '155012.014000', '155012.017000', '155012.020000', '155012.023000', '155012.026000', '155012.028000', '155012.031000', '155012.034000', '155012.037000', '155012.039000', '155012.042000', '155012.044000', '155012.047000', '155012.050000', '155031.936000', '155031.939000', '155031.942000', '155031.945000', '155031.947000', '155031.950000', '155031.953000', '155031.955000', '155031.958000', '155031.961000', '155031.963000', '155031.966000', '155031.969000', '155031.971000', '155031.974000', '155031.977000', '155031.979000', '155031.982000', '155031.984000', '155031.987000', '155031.990000', '155031.992000', '155031.995000', '155031.998000', '155032.001000', '155032.004000', '155032.007000', '155032.009000', '155032.012000', '155032.014000', '155032.017000', '155032.020000', '155032.022000', '155032.025000', '155032.028000', '155032.030000', '155032.033000', '155032.036000', '155032.038000', '155032.041000', '155032.044000', '155032.046000', '155032.049000', '155032.051000', '155051.937000', '155051.940000', '155051.943000', '155051.946000', '155051.983000', '155051.986000', '155051.988000', '155051.991000', '155051.994000', '155051.996000', '155051.999000', '155052.002000', '155052.004000', '155052.007000', '155052.009000', '155052.012000', '155052.015000', '155052.017000', '155052.020000', '155052.023000', '155052.025000', '155052.028000', '155052.030000', '155052.033000', '155052.036000', '155052.038000', '155052.044000', '155052.047000', '155052.050000', '155052.052000', '155052.055000', '155052.058000', '155052.061000', '155052.064000', '155052.067000', '155052.069000', '155052.072000', '155052.075000', '155052.077000', '155052.080000', '155052.083000', '155052.085000', '155052.088000', '155111.937000', '155111.940000', '155111.943000', '155111.946000', '155111.948000', '155111.951000', '155111.954000', '155111.957000', '155111.959000', '155111.962000', '155111.965000', '155111.967000', '155111.970000', '155111.973000', '155111.975000', '155111.978000', '155111.981000', '155111.983000', '155111.986000', '155111.989000', '155111.991000', '155111.994000', '155111.996000', '155112.000000', '155112.003000', '155112.005000', '155112.008000', '155112.011000', '155112.013000', '155112.016000', '155112.018000', '155112.021000', '155112.024000', '155112.026000', '155112.029000', '155112.032000', '155112.035000', '155112.037000', '155112.040000', '155112.043000', '155112.045000', '155112.048000', '155112.050000', '155112.053000', '155131.937000', '155131.940000', '155131.943000', '155131.946000', '155131.948000', '155131.951000', '155131.953000', '155131.956000', '155131.959000', '155131.961000', '155131.964000', '155131.966000', '155131.969000', '155131.972000', '155131.974000', '155131.977000', '155131.979000', '155131.982000', '155131.985000', '155131.987000', '155131.990000', '155131.993000', '155131.996000', '155132.004000', '155132.007000', '155132.010000', '155132.012000', '155132.015000', '155132.018000', '155132.020000', '155132.023000', '155132.025000', '155132.028000', '155132.031000', '155132.033000', '155132.036000', '155132.039000', '155132.041000', '155132.044000', '155132.046000', '155132.049000', '155132.052000', '155132.054000', '155151.938000', '155151.941000', '155151.943000', '155151.946000', '155151.948000', '155151.951000', '155151.954000', '155151.956000', '155151.959000', '155151.962000', '155151.965000', '155151.967000', '155151.970000', '155151.972000', '155151.975000', '155151.978000', '155151.980000', '155151.983000', '155151.986000', '155151.988000', '155151.991000', '155151.994000', '155151.996000', '155152.000000', '155152.003000', '155152.005000', '155152.008000', '155152.010000', '155152.013000', '155152.016000', '155152.018000', '155152.021000', '155152.023000', '155152.026000', '155152.029000', '155152.031000', '155152.034000', '155152.036000', '155152.039000', '155152.042000', '155152.044000', '155152.047000', '155152.050000', '155152.052000', '155211.938000', '155211.940000', '155211.943000', '155211.946000', '155211.948000', '155211.951000', '155211.954000', '155211.956000', '155211.959000', '155211.961000', '155211.964000', '155211.967000', '155211.969000', '155211.972000', '155211.975000', '155211.977000', '155211.980000', '155211.983000', '155211.985000', '155211.988000', '155211.991000', '155211.993000', '155211.996000', '155211.998000', '155212.002000', '155212.005000', '155212.008000', '155212.010000', '155212.013000', '155212.030000', '155212.033000', '155212.036000', '155212.038000', '155212.041000', '155212.044000', '155212.046000', '155212.049000', '155212.052000', '155212.054000', '155212.057000', '155212.059000', '155212.062000', '155212.065000', '155231.937000', '155231.939000', '155231.942000', '155231.945000', '155231.947000', '155231.950000', '155231.953000', '155231.956000', '155231.958000', '155231.961000', '155231.964000', '155231.966000', '155231.969000', '155231.972000', '155231.974000', '155231.977000', '155231.980000', '155231.982000', '155231.985000', '155231.987000', '155231.990000', '155231.993000', '155231.995000', '155231.998000', '155232.002000', '155232.004000', '155232.007000', '155232.010000', '155232.012000', '155232.015000', '155232.018000', '155232.020000', '155232.023000', '155232.026000', '155232.028000', '155232.031000', '155232.034000', '155232.036000', '155232.039000', '155232.042000', '155232.044000', '155232.047000', '155232.050000', '155232.052000', '155251.937000', '155251.940000', '155251.942000', '155251.945000', '155251.948000', '155251.951000', '155251.953000', '155251.956000', '155251.959000', '155251.961000', '155251.964000', '155251.966000', '155251.969000', '155251.972000', '155251.974000', '155251.977000', '155251.980000', '155251.982000', '155251.985000', '155251.988000', '155251.990000', '155251.993000', '155251.995000', '155251.998000', '155252.002000', '155252.004000', '155252.007000', '155252.010000', '155252.012000', '155252.015000', '155252.027000', '155252.030000', '155252.035000', '155252.037000', '155252.040000', '155252.043000', '155252.046000', '155252.048000', '155252.051000', '155252.053000', '155252.056000', '155252.059000', '155252.061000', '155311.938000', '155311.940000', '155311.944000', '155311.947000', '155311.950000', '155311.952000', '155311.955000', '155311.958000', '155311.960000', '155311.963000', '155311.965000', '155311.968000', '155311.971000', '155311.973000', '155311.976000', '155311.979000', '155311.986000', '155311.989000', '155311.991000', '155311.994000', '155312.012000', '155312.015000', '155312.018000', '155312.020000', '155312.023000', '155312.026000', '155312.028000', '155312.031000', '155312.034000', '155312.036000', '155312.039000', '155312.041000', '155312.044000', '155312.047000', '155312.049000', '155312.052000', '155312.055000', '155312.057000', '155312.060000', '155312.062000', '155312.065000', '155312.068000', '155312.071000', '155312.073000', '155331.937000', '155331.940000', '155331.943000', '155331.946000', '155331.948000', '155331.951000', '155331.953000', '155331.956000', '155331.959000', '155331.961000', '155331.964000', '155331.967000', '155331.969000', '155331.972000', '155331.974000', '155331.977000', '155331.980000', '155331.982000', '155331.985000', '155331.988000', '155331.990000', '155331.993000', '155331.995000', '155331.998000', '155332.002000', '155332.004000', '155332.007000', '155332.010000', '155332.012000', '155332.015000', '155332.017000', '155332.020000', '155332.023000', '155332.025000', '155332.028000', '155332.031000', '155332.033000', '155332.036000', '155332.039000', '155332.041000', '155332.044000', '155332.047000', '155332.049000', '155351.937000', '155351.940000', '155351.943000', '155351.946000', '155351.948000', '155351.959000', '155351.962000', '155351.964000', '155351.967000', '155351.970000', '155351.972000', '155351.975000', '155351.978000', '155351.980000', '155351.983000', '155351.986000', '155351.988000', '155351.991000', '155351.993000', '155351.996000', '155352.000000', '155352.002000', '155352.005000', '155352.008000', '155352.010000', '155352.013000', '155352.016000', '155352.018000', '155352.021000', '155352.023000', '155352.026000', '155352.029000', '155352.032000', '155352.034000', '155352.037000', '155352.040000', '155352.042000', '155352.045000', '155352.047000', '155352.050000', '155352.053000', '155352.056000', '155352.058000', '155411.938000', '155411.940000', '155411.943000', '155411.946000', '155411.948000', '155411.951000', '155411.953000', '155411.956000', '155411.959000', '155411.961000', '155411.964000', '155411.966000', '155411.969000', '155411.972000', '155411.974000', '155411.977000', '155411.979000', '155411.982000', '155411.985000', '155411.987000', '155411.990000', '155411.992000', '155411.995000', '155411.998000', '155412.001000', '155412.004000', '155412.007000', '155412.009000', '155412.012000', '155412.015000', '155412.017000', '155412.020000', '155412.022000', '155412.025000', '155412.028000', '155412.030000', '155412.033000', '155412.035000', '155412.038000', '155412.042000', '155412.044000', '155412.047000', '155412.049000', '155412.052000', '155431.937000', '155431.940000', '155431.943000', '155431.946000', '155431.948000', '155431.951000', '155431.953000', '155431.956000', '155431.959000', '155431.962000', '155431.964000', '155431.967000', '155431.970000', '155431.972000', '155431.975000', '155431.978000', '155431.980000', '155431.984000', '155431.986000', '155431.989000', '155431.992000', '155431.994000', '155431.997000', '155432.000000', '155432.003000', '155432.006000', '155432.008000', '155432.011000', '155432.014000', '155432.016000', '155432.019000', '155432.021000', '155432.024000', '155432.027000', '155432.029000', '155432.032000', '155432.034000', '155432.037000', '155432.040000', '155432.043000', '155432.045000', '155432.048000', '155432.051000', '155451.936000', '155451.939000', '155451.942000', '155451.944000', '155451.947000', '155451.950000', '155451.953000', '155451.955000', '155451.958000', '155451.961000', '155451.963000', '155451.966000', '155451.968000', '155451.971000', '155451.974000', '155451.976000', '155451.979000', '155451.981000', '155451.984000', '155451.987000', '155451.989000', '155451.992000', '155451.994000', '155451.997000', '155452.001000', '155452.003000', '155452.006000', '155452.009000', '155452.011000', '155452.014000', '155452.016000', '155452.019000', '155452.022000', '155452.024000', '155452.027000', '155452.029000', '155452.032000', '155452.034000', '155452.037000', '155452.040000', '155452.042000', '155452.045000', '155452.047000', '155452.050000', '155511.937000', '155511.939000', '155511.942000', '155511.945000', '155511.947000', '155511.950000', '155511.953000', '155511.955000', '155511.958000', '155511.961000', '155511.963000', '155511.966000', '155511.968000', '155511.971000', '155511.974000', '155511.976000', '155511.979000', '155511.982000', '155511.984000', '155511.987000', '155511.990000', '155511.993000', '155511.995000', '155511.998000', '155512.001000', '155512.004000', '155512.007000', '155512.009000', '155512.012000', '155512.015000', '155512.017000', '155512.020000', '155512.023000', '155512.025000', '155512.028000', '155512.031000', '155512.033000', '155512.036000', '155512.039000', '155512.041000', '155512.044000', '155512.046000', '155512.049000', '155531.937000', '155531.940000', '155531.943000', '155531.945000', '155531.948000', '155531.951000', '155531.953000', '155531.956000', '155531.958000', '155531.961000', '155531.964000', '155531.966000', '155531.969000', '155531.971000', '155531.974000', '155531.977000', '155531.979000', '155531.982000', '155531.984000', '155531.987000', '155531.990000', '155531.992000', '155531.995000', '155531.998000', '155532.000000', '155532.003000', '155532.006000', '155532.008000', '155532.011000', '155532.014000', '155532.016000', '155532.019000', '155532.021000', '155532.024000', '155532.027000', '155532.029000', '155532.032000', '155532.034000', '155532.037000', '155532.040000', '155532.042000', '155532.045000', '155532.048000', '155532.050000', '155551.938000', '155551.941000', '155551.943000', '155551.946000', '155551.948000', '155551.951000', '155551.954000', '155551.956000', '155551.959000', '155551.962000', '155551.964000', '155551.967000', '155551.970000', '155551.972000', '155551.975000', '155551.977000', '155551.980000', '155551.983000', '155551.985000', '155551.988000', '155551.991000', '155551.993000', '155551.996000', '155552.000000', '155552.002000', '155552.005000', '155552.007000', '155552.010000', '155552.013000', '155552.015000', '155552.018000', '155552.021000', '155552.024000', '155552.027000', '155552.030000', '155552.033000', '155552.035000', '155552.038000', '155552.041000', '155552.043000', '155552.046000', '155552.048000', '155552.051000', '155611.938000', '155611.940000', '155611.943000', '155611.946000', '155611.948000', '155611.951000', '155611.954000', '155611.956000', '155611.959000', '155611.962000', '155611.964000', '155611.967000', '155611.969000', '155611.972000', '155611.975000', '155611.977000', '155611.980000', '155611.982000', '155611.985000', '155611.988000', '155611.990000', '155611.993000', '155611.996000', '155611.998000', '155612.002000', '155612.005000', '155612.008000', '155612.010000', '155612.013000', '155612.015000', '155612.018000', '155612.021000', '155612.023000', '155612.026000', '155612.029000', '155612.031000', '155612.034000', '155612.037000', '155612.039000', '155612.042000', '155612.044000', '155612.047000', '155612.050000', '155612.052000', '155631.938000', '155631.941000', '155631.943000', '155631.946000', '155631.948000', '155631.951000', '155631.954000', '155631.956000', '155631.959000', '155631.961000', '155631.964000', '155631.967000', '155631.969000', '155631.972000', '155631.974000', '155631.977000', '155631.979000', '155631.982000', '155631.985000', '155631.987000', '155631.990000', '155631.993000', '155631.995000', '155631.998000', '155632.001000', '155632.004000', '155632.006000', '155632.009000', '155632.012000', '155632.014000', '155632.017000', '155632.021000', '155632.023000', '155632.026000', '155632.029000', '155632.031000', '155632.034000', '155632.037000', '155632.039000', '155632.042000', '155632.044000', '155632.047000', '155632.049000', '155651.937000', '155651.940000', '155651.943000', '155651.946000', '155651.948000', '155651.951000', '155651.953000', '155651.956000', '155651.959000', '155651.961000', '155651.964000', '155651.966000', '155651.969000', '155651.972000', '155651.974000', '155651.977000', '155651.980000', '155651.982000', '155651.985000', '155651.988000', '155651.990000', '155651.993000', '155651.995000', '155651.998000', '155652.002000', '155652.004000', '155652.007000', '155652.010000', '155652.012000', '155652.015000', '155652.017000', '155652.020000', '155652.023000', '155652.025000', '155652.028000', '155652.030000', '155652.033000', '155652.036000', '155652.038000', '155652.041000', '155652.043000', '155652.046000', '155652.049000', '155652.051000', '155711.937000', '155711.940000', '155711.942000', '155711.945000', '155711.947000', '155711.950000', '155711.953000', '155711.955000', '155711.958000', '155711.960000', '155711.963000', '155711.966000', '155711.968000', '155711.971000', '155711.973000', '155711.976000', '155711.979000', '155711.981000', '155711.984000', '155711.986000', '155712.015000', '155712.018000', '155712.020000', '155712.023000', '155712.026000', '155712.028000', '155712.031000', '155712.034000', '155712.037000', '155712.040000', '155712.043000', '155712.046000', '155712.049000', '155712.051000', '155712.054000', '155712.057000', '155712.059000', '155712.063000', '155712.066000', '155712.068000', '155712.071000', '155712.073000', '155712.076000', '155731.936000', '155731.939000', '155731.942000', '155731.944000', '155731.947000', '155731.950000', '155731.952000', '155731.955000', '155731.958000', '155731.960000', '155731.963000', '155731.965000', '155731.968000', '155731.971000', '155731.973000', '155731.976000', '155731.979000', '155731.981000', '155731.984000', '155731.986000', '155731.989000', '155731.992000', '155731.994000', '155731.997000', '155732.000000', '155732.003000', '155732.006000', '155732.008000', '155732.011000', '155732.013000', '155732.033000', '155732.035000', '155732.038000', '155732.041000', '155732.044000', '155732.046000', '155732.049000', '155732.052000', '155732.054000', '155732.057000', '155732.060000', '155732.062000', '155732.065000', '155732.068000', '155751.938000', '155751.941000', '155751.943000', '155751.946000', '155751.948000', '155751.951000', '155751.953000', '155751.956000', '155751.959000', '155751.961000', '155751.964000', '155751.967000', '155751.969000', '155751.972000', '155751.974000', '155751.977000', '155751.980000', '155751.982000', '155751.985000', '155751.987000', '155751.990000', '155751.993000', '155751.995000', '155751.998000', '155752.000000', '155752.003000', '155752.006000', '155752.008000', '155752.011000', '155752.014000', '155752.016000', '155752.019000', '155752.022000', '155752.024000', '155752.027000', '155752.029000', '155752.032000', '155752.035000', '155752.037000', '155752.040000', '155752.042000', '155752.045000', '155752.048000', '155811.938000', '155811.941000', '155811.943000', '155811.946000', '155811.949000', '155811.951000', '155811.954000', '155811.956000', '155811.959000', '155811.962000', '155811.964000', '155811.967000', '155811.969000', '155811.972000', '155811.975000', '155811.977000', '155811.980000', '155811.983000', '155811.985000', '155811.988000', '155811.990000', '155811.993000', '155811.996000', '155811.998000', '155812.002000', '155812.004000', '155812.010000', '155812.013000', '155812.016000', '155812.018000', '155812.021000', '155812.024000', '155812.026000', '155812.029000', '155812.031000', '155812.034000', '155812.037000', '155812.039000', '155812.042000', '155812.045000', '155812.047000', '155812.050000', '155812.052000', '155812.055000', '155831.938000', '155831.941000', '155831.943000', '155831.946000', '155831.948000', '155831.951000', '155831.954000', '155831.956000', '155831.959000', '155831.961000', '155831.964000', '155831.967000', '155831.969000', '155831.972000', '155831.975000', '155831.977000', '155831.980000', '155831.983000', '155831.985000', '155831.988000', '155831.990000', '155831.993000', '155831.996000', '155831.998000', '155832.002000', '155832.004000', '155832.007000', '155832.010000', '155832.012000', '155832.015000', '155832.018000', '155832.027000', '155832.030000', '155832.032000', '155832.035000', '155832.038000', '155832.040000', '155832.043000', '155832.045000', '155832.048000', '155832.051000', '155832.053000', '155832.056000', '155851.938000', '155851.940000', '155851.943000', '155851.946000', '155851.948000', '155851.951000', '155851.953000', '155851.957000', '155851.960000', '155851.963000', '155851.966000', '155851.968000', '155851.971000', '155851.980000', '155851.983000', '155851.986000', '155851.988000', '155851.991000', '155851.993000', '155851.996000', '155852.000000', '155852.002000', '155852.005000', '155852.007000', '155852.010000', '155852.013000', '155852.015000', '155852.018000', '155852.020000', '155852.023000', '155852.026000', '155852.028000', '155852.031000', '155852.034000', '155852.036000', '155852.039000', '155852.041000', '155852.044000', '155852.046000', '155852.049000', '155852.052000', '155852.055000', '155852.057000', '155911.938000', '155911.940000', '155911.943000', '155911.946000', '155911.948000', '155911.951000', '155911.953000', '155911.956000', '155911.959000', '155911.961000', '155911.964000', '155911.967000', '155911.969000', '155911.972000', '155911.975000', '155911.977000', '155911.980000', '155911.982000', '155911.985000', '155911.988000', '155911.990000', '155911.993000', '155911.995000', '155911.998000', '155912.002000', '155912.004000', '155912.007000', '155912.010000', '155912.012000', '155912.015000', '155912.017000', '155912.020000', '155912.023000', '155912.025000', '155912.028000', '155912.031000', '155912.033000', '155912.036000', '155912.038000', '155912.041000', '155912.044000', '155912.046000', '155912.049000', '155912.051000', '155931.937000', '155931.939000', '155931.942000', '155931.945000', '155931.947000', '155931.950000', '155931.952000', '155931.955000', '155931.958000', '155931.961000', '155931.963000', '155931.966000', '155931.969000', '155931.971000', '155931.974000', '155931.976000', '155931.979000', '155931.982000', '155931.984000', '155931.987000', '155931.990000', '155931.992000', '155931.995000', '155931.997000', '155932.001000', '155932.004000', '155932.006000', '155932.009000', '155932.012000', '155932.014000', '155932.017000', '155932.019000', '155932.022000', '155932.025000', '155932.027000', '155932.030000', '155932.032000', '155932.035000', '155932.038000', '155932.040000', '155932.043000', '155932.046000', '155932.048000', '155932.051000', '155951.937000', '155951.939000', '155951.942000', '155951.945000', '155951.947000', '155951.950000', '155951.952000', '155951.955000', '155951.958000', '155951.960000', '155951.963000', '155951.965000', '155951.968000', '155951.971000', '155951.973000', '155951.976000', '155951.978000', '155951.981000', '155951.983000', '155951.986000', '155951.989000', '155951.991000', '155951.994000', '155951.996000', '155952.000000', '155952.003000', '155952.005000', '155952.008000', '155952.010000', '155952.013000', '155952.015000', '155952.018000', '155952.021000', '155952.023000', '155952.026000', '155952.028000', '155952.031000', '155952.033000', '155952.055000', '155952.057000', '155952.060000', '155952.062000', '155952.065000', '160011.938000', '160011.940000', '160011.943000', '160011.946000', '160011.948000', '160011.951000', '160011.954000', '160011.956000', '160011.959000', '160011.962000', '160011.964000', '160011.967000', '160011.969000', '160011.972000', '160011.975000', '160011.977000', '160011.980000', '160011.982000', '160011.985000', '160011.988000', '160011.990000', '160011.993000', '160011.995000', '160011.998000', '160012.001000', '160012.003000', '160012.006000', '160012.009000', '160012.011000', '160012.014000', '160012.016000', '160012.019000', '160012.022000', '160012.024000', '160012.027000', '160012.030000', '160012.032000', '160012.035000', '160012.037000', '160012.040000', '160012.042000', '160012.045000', '160012.048000', '160012.050000', '160031.938000', '160031.940000', '160031.943000', '160031.946000', '160031.948000', '160031.951000', '160031.954000', '160031.956000', '160031.959000', '160031.961000', '160031.964000', '160031.966000', '160031.969000', '160031.972000', '160031.974000', '160031.977000', '160031.979000', '160031.982000', '160031.985000', '160031.987000', '160031.990000', '160031.993000', '160031.995000', '160031.998000', '160032.002000', '160032.004000', '160032.007000', '160032.009000', '160032.012000', '160032.015000', '160032.017000', '160032.020000', '160032.022000', '160032.025000', '160032.028000', '160032.030000', '160032.033000', '160032.035000', '160032.038000', '160032.041000', '160032.043000', '160032.046000', '160032.048000', '160051.938000', '160051.941000', '160051.944000', '160051.946000', '160051.949000', '160051.952000', '160051.962000', '160051.965000', '160051.967000', '160051.970000', '160051.973000', '160051.975000', '160051.978000', '160051.980000', '160051.983000', '160051.986000', '160051.988000', '160051.991000', '160051.994000', '160051.997000', '160052.000000', '160052.003000', '160052.006000', '160052.008000', '160052.011000', '160052.022000', '160052.025000', '160052.027000', '160052.030000', '160052.033000', '160052.035000', '160052.038000', '160052.041000', '160052.043000', '160052.046000', '160052.049000', '160052.051000', '160052.054000', '160052.057000', '160052.060000', '160052.062000', '160052.065000', '160052.067000', '160111.938000', '160111.940000', '160111.943000', '160111.946000', '160111.948000', '160111.951000', '160111.954000', '160111.990000', '160111.993000', '160111.996000', '160111.998000', '160112.002000', '160112.005000', '160112.007000', '160112.010000', '160112.013000', '160112.015000', '160112.018000', '160112.020000', '160112.023000', '160112.026000', '160112.028000', '160112.031000', '160112.033000', '160112.036000', '160112.039000', '160112.041000', '160112.044000', '160112.046000', '160112.049000', '160112.052000', '160112.054000', '160112.057000', '160112.060000', '160112.062000', '160112.065000', '160112.067000', '160112.070000', '160112.073000', '160112.081000', '160112.084000', '160112.086000', '160112.089000', '160112.092000', '160131.938000', '160131.940000', '160131.943000', '160131.946000', '160131.948000', '160131.951000', '160131.954000', '160131.957000', '160131.959000', '160131.962000', '160131.965000', '160131.967000', '160131.970000', '160131.972000', '160131.975000', '160131.978000', '160131.980000', '160131.983000', '160131.985000', '160131.988000', '160131.991000', '160131.993000', '160131.996000', '160131.998000', '160132.002000', '160132.005000', '160132.007000', '160132.010000', '160132.012000', '160132.015000', '160132.018000', '160132.020000', '160132.023000', '160132.025000', '160132.028000', '160132.031000', '160132.033000', '160132.036000', '160132.038000', '160132.041000', '160132.043000', '160132.046000', '160132.049000', '160140.210000', '160140.213000', '160140.216000', '160140.219000', '160140.222000', '160140.225000', '160140.228000', '160140.231000', '160140.234000', '160140.237000', '160140.240000', '160140.243000', '160140.246000', '160140.249000', '160140.251000', '160140.254000', '160140.257000', '160140.260000', '160140.263000'], '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': [13536, 10276, 15324, 10567, 9088, 10637, 8010, 14280, 11477, 15615, 11869, 9287, 14826, 9166, 7395, 11763, 8491, 13026, 9514, 14195, 11560, 14283, 11272, 14978, 11351, 14785, 11714, 14698, 11161, 14027, 10689, 13554, 10646, 13475, 10389, 13610, 10397, 13291, 10204, 13268, 9492, 11558, 9646, 9958, 9362, 9222, 10217, 8799, 12457, 7860, 11700, 7674, 13210, 9111, 13773, 11402, 13830, 10527, 13901, 10421, 14461, 11124, 11285, 10196, 10151, 11395, 9434, 12820, 9599, 13852, 8975, 13449, 9863, 14361, 10970, 14444, 11266, 14005, 10933, 13441, 10913, 13421, 10688, 9784, 10326, 8333, 12505, 8420, 13733, 9373, 13739, 9759, 13151, 10695, 13590, 10853, 14419, 10829, 13783, 10462, 11069, 11562, 9123, 12958, 8552, 13249, 9374, 13676, 10903, 14185, 11418, 12784, 10879, 8325, 12439, 8646, 14064, 11632, 14259, 11325, 15095, 10829, 13633, 10735, 10311, 12730, 8999, 13011, 8667, 14302, 10585, 14041, 10668, 13376, 10364, 13326, 10576, 13253, 10184, 10904, 10052, 8863, 12424, 8616, 13309, 8404, 13337, 9236, 13015, 10770, 13421, 10363, 14466, 10276, 11429, 10622, 9525, 12753, 8663, 13369, 9046, 14147, 11122, 14126, 11303, 14106, 11065, 12868, 10516, 11834, 12379, 8581, 12600, 8594, 13428, 10337, 13775, 10763, 13962, 10819, 11348, 10113, 8628, 12822, 8443, 13411, 9085, 13879, 11207, 14019, 10589, 11801, 10506, 8976, 13105, 9491, 14208, 9992, 13980, 10956, 14030, 11578, 13412, 10245, 8800, 11394, 8867, 13031, 9133, 13579, 10325, 13225, 10752, 13788, 11129, 11870, 10142, 8236, 12152, 8734, 13734, 9527, 13448, 10351, 13523, 11402, 13931, 10767, 11995, 10491, 9320, 12342, 9336, 13947, 9956, 13171, 10099, 13455, 10585, 9917, 11555, 8193, 13772, 10086, 14224, 11706, 13689, 11232, 9952, 12230, 9231, 14506, 11074, 14581, 11315, 14182, 10990, 14135, 10835, 8755, 11264, 7842, 13054, 9333, 14119, 11191, 13377, 10747, 13527, 10605, 12163, 10409, 8158, 10685, 7635, 13354, 10281, 13617, 10448, 13718, 10241, 10385, 10786, 8082, 13123, 8588, 14086, 10715, 14212, 12097, 14871, 11599, 13771, 10757, 10742, 13083, 8270, 13269, 8929, 13661, 10927, 13658, 11202, 10510, 10862, 8519, 12554, 9423, 14147, 11064, 14202, 10137, 14370, 10814, 10091, 9986, 8153, 14068, 10800, 9383, 12634, 8799, 14516, 11008, 14569, 12003, 14381, 11630, 14476, 10224, 12032, 11503, 8925, 12877, 8553, 13253, 9610, 13401, 10194, 9474, 11835, 8182, 13302, 9667, 14114, 10626, 11602, 11662, 8223, 13515, 9794, 9666, 11505, 8686, 14607, 11356, 10214, 11078, 8854, 13490, 9763, 13991, 9454, 13519, 9445, 13296, 10149, 13859, 10698, 13035, 9673, 12898, 10430, 9892, 9555, 7642, 12082, 8800, 13651, 11329, 8952, 10062, 8021, 12593, 9380, 13984, 11254, 14740, 11264, 13694, 11130, 14168, 10922, 14710, 9990, 13437, 9714, 9160, 11935, 8331, 11904, 8104, 13376, 8922, 14345, 11293, 14186, 10807, 13587, 10322, 11113, 10702, 8247, 11750, 8291, 13578, 9739, 14159, 11067, 13328, 10485, 13582, 10292, 9808, 10721, 7828, 12083, 8353, 13744, 10661, 13790, 11249, 14252, 10630, 9950, 10899, 8798, 13542, 9701, 13700, 10495, 12293, 9980, 8538, 12825, 8563, 14183, 10941, 14727, 11620, 10895, 12127, 8659, 13260, 9311, 14520, 11667, 14526, 10672, 12305, 10453, 8648, 13240, 8027, 13093, 9645, 13489, 11025, 10397, 10311, 7687, 12284, 9193, 13727, 11406, 9877, 10509, 7604, 13658, 10678, 14571, 11257, 11859, 10601, 9191, 13519, 10415, 14813, 10816, 13809, 10452, 9326, 12550, 8464, 13590, 9933, 13840, 11250, 14188, 11031, 14219, 10409, 10865, 11231, 9267, 12883, 8741, 12840, 8945, 13620, 11013, 13800, 10257, 12479, 9395, 9391, 10174, 8541, 13392, 8993, 14361, 10660, 14111, 11672, 14256, 11062, 14787, 10690, 14120, 10671, 13918, 10087, 14118, 10159, 13686, 11362, 10355, 10772, 8994, 11488, 8657, 12956, 9446, 13809, 9366, 12858, 9938, 13351, 10222, 13349, 11374, 14894, 10877, 12755, 10814, 10034, 13265, 9807, 13539, 9250, 13704, 9244, 14293, 10629, 13655, 10739, 13088, 10493, 12840, 10649, 13994, 10303, 12841, 10113, 11033, 11179, 9609, 13378, 9059, 13105, 8369, 13253, 10065, 13796, 11428, 13892, 10725, 13189, 10683, 10435, 12508, 8751, 13098, 9009, 13538, 9917, 14530, 11659, 14183, 11134, 14531, 10963, 11137, 11759, 8819, 12746, 8976, 14233, 10031, 14021, 10970, 13702, 10837, 13641, 10963, 13021, 10691, 8814, 11271, 8211, 13454, 10033, 13958, 11211, 14038, 10913, 14524, 11154, 12549, 11947, 8713, 12916, 8690, 14199, 10616, 14447, 12078, 14692, 11031, 12288, 10469, 9171, 13002, 9170, 12927, 8980, 12928, 9887, 13797, 11371, 13817, 10754, 13533, 10373, 10616, 12326, 8831, 13140, 9125, 13559, 10330, 14389, 12074, 14287, 10965, 14452, 10742, 13239, 10786, 9216, 10912, 8038, 12531, 8336, 13484, 10818, 13885, 11068, 13800, 10776, 13681, 10925, 9800, 11121, 8356, 12232, 8621, 13626, 10759, 13745, 11045, 13493, 10849, 14380, 11359, 11053, 10803, 8874, 12319, 8907, 14215, 10436, 13767, 10834, 13598, 10835, 13643, 11001, 8752, 10818, 7759, 13468, 10486, 14164, 11777, 13912, 10919, 10975, 12202, 9621, 14536, 10480, 15203, 11213, 14794, 10572, 12251, 11655, 8194, 12908, 9004, 14377, 10750, 14226, 10905, 8508, 12554, 8380, 14528, 11363, 15204, 12047, 10497, 12200, 8984, 14267, 9550, 14889, 12251, 14706, 10974, 14111, 10506, 9635, 12651, 8844, 13764, 9229, 13875, 10233, 14133, 10739, 13923, 10952, 8889, 11263, 7879, 14062, 10245, 14984, 12090, 15344, 11035, 10474, 11223, 8719, 14635, 11435, 14637, 10497, 10183, 10309, 8404, 14154, 10996, 14754, 11251, 13300, 10608, 9674, 13632, 8921, 14496, 10290, 14499, 11489, 15070, 10689, 9647, 9740, 8099, 12824, 8831, 13385, 10890, 15164, 10188, 7824, 12118, 9587, 11583, 11759, 7955, 14220, 10027, 14541, 11972, 14688, 11974, 15995, 10808, 12205, 10426, 9798, 13765, 8352, 13441, 9113, 14230, 10890, 14273, 11389, 9482, 10186, 8000, 14245, 11361, 13976, 11799, 8729, 13038, 9692, 14926, 11391, 14698, 12339, 13926, 10650, 8492, 11775, 9069, 13529, 9557, 13761, 8606, 12468, 8412, 13852, 10390, 14250, 10585, 14301, 9882, 9974, 11076, 8458, 13724, 9217, 14361, 10197, 14915, 11480, 9624, 11220, 7655, 13650, 10382, 14727, 11860, 9768, 11343, 8650, 13188, 10016, 8608, 14653, 12093, 15341, 11322, 14564, 11306, 12011, 14093, 9147, 14854, 10465, 13945, 10318, 11606, 10685, 8857, 14077, 9882, 14623, 11144, 15045, 11057, 10255, 11377, 7848, 12488, 8770, 14027, 10503, 12934, 10931, 8174, 12609, 8402, 14512, 11212, 13545, 11308, 8727, 12893, 8582, 14665, 11089, 14553, 11540, 8907, 11766, 7813, 13510, 9707, 14222, 10742, 9609, 14475, 10545, 15710, 10189, 7871, 9774, 7023, 11657, 10384, 15354, 11389, 13469, 11208, 9609, 14575, 11112, 15432, 11189, 15459, 12125, 14612, 10805, 13762, 10322, 13664, 10243, 13548, 9972, 9758, 9411, 7380, 10370, 7622, 12400, 7986, 14079, 9619, 14174, 9599, 13269, 9621, 13681, 9971, 13945, 11083, 12135, 9494, 8229, 10932, 7897, 14003, 9492, 14888, 11069, 14047, 10984, 14651, 11135, 15491, 11864, 14330, 10735, 13956, 11402, 10435, 13648, 8966, 13353, 8278, 12514, 8288, 14173, 10586, 14235, 10281, 14192, 10758, 14671, 11318, 13739, 10188, 9467, 12147, 9884, 13670, 8767, 12943, 8227, 13798, 8989, 14567, 11000, 14126, 10300, 13918, 10900, 14054, 10885, 13078, 9685, 10404, 10078, 9605, 13401, 8618, 13447, 8747, 13864, 9298, 14336, 10329, 13793, 9899, 13649, 10506, 14065, 11170, 14222, 10636, 13980, 11160, 14356, 10992, 13889, 10005, 10417, 11302, 9186, 13585, 9083, 13452, 8766, 14848, 11815, 14400, 10954, 15269, 10771, 12295, 11367, 9696, 13670, 8987, 14155, 9595, 14986, 11985, 14717, 11048, 14012, 11116, 14492, 11014, 12431, 10068, 8045, 12356, 8367, 14507, 10555, 14004, 10589, 14238, 10674, 11344, 12023, 8711, 13424, 8924, 15112, 12071, 15330, 10848, 11953, 10373, 8664, 12973, 8862, 14173, 9968, 13660, 10624, 11440, 11569, 8306, 13262, 8407, 14908, 11831, 14571, 11757, 14371, 10150, 8627, 13087, 8873, 14652, 11005, 14392, 11049, 13962, 11264, 9063, 11650, 7600, 13333, 9985, 14278, 11058, 10733, 9541, 7528, 13252, 9776, 14814, 11306, 14841, 10954, 10859, 12371, 8392, 13893, 9471, 14160, 11131, 14429, 10986, 11902, 10294, 8275, 13328, 8833, 14221, 10095, 13651, 10719, 14816, 11490, 9995, 10785, 7804, 13483, 9227, 14741, 11531, 14769, 10993, 13465, 10814, 8613, 12115, 7721, 13807, 10882, 14418, 11947, 10098, 10854, 7568, 13322, 10719, 15086, 12322, 14140, 10486, 8726, 13005, 9032, 14940, 11394, 14698, 11598, 13984, 11337, 8785, 12247, 7784, 13566, 9862, 14258, 11879, 14834, 11012, 13304, 10524, 9784, 12731, 8197, 12862, 8965, 14055, 11040, 14410, 11457, 9113, 11098, 7734, 14296, 11115, 14232, 11989, 13311, 11387, 9034, 14020, 9525, 15119, 11797, 14879, 11061, 13894, 10640, 9417, 13074, 8118, 13118, 9141, 14182, 11296, 14645, 10563, 13961, 10463, 10652, 11727, 8445, 12743, 8588, 13358, 9979, 14151, 11361, 14350, 10980, 13098, 10473, 9265, 12476, 8040, 13756, 9633, 14330, 11078, 14429, 11355, 9317, 11502, 8424, 13930, 9837, 14773, 12208, 14873, 11059, 15004, 10748, 14011, 11307, 9417, 12375, 7800, 12386, 8404, 13725, 10909, 14300, 10850, 11250, 10496, 8310, 13693, 9749, 14841, 11398, 14070, 10099, 8410, 11744, 8223, 14408, 11231, 14818, 10319, 9410, 12094, 8502, 13966, 9995, 13680, 10699, 11622, 10949, 8359, 12834, 9133, 14744, 11933, 14879, 11631, 9027, 12150, 8449, 14702, 12452, 16002, 11199, 10413, 10643, 9306, 13796, 9895, 14727, 10973, 13561, 10564, 9555, 13428, 9381, 14437, 11228, 8674, 12268, 8569, 7560, 11925, 9290, 14918, 13017, 15017, 10541, 9656, 13792, 10290, 15015, 9780, 13228, 9891, 12499, 9954, 12821, 10200, 8055, 10727, 8043, 13205, 10511, 13824, 10889, 8285, 12686, 9338, 14534, 11116, 13200, 11923, 8244, 13233, 8520, 14564, 12061, 11604, 11586, 8680, 9460, 8740, 7440, 11016, 8923, 13526, 10046, 13630, 9638, 11994, 9506, 14703, 11024, 13115, 8573, 13515, 8720, 14322, 9991, 14015, 9859, 13559, 10309, 13136, 10733, 13600, 10886, 13993, 10594, 13836, 10403, 13934, 10783, 13611, 10061, 10757, 9976, 12287, 10905, 13115, 12087, 8710, 11858, 8350, 13218, 9161, 14232, 11426, 14447, 10749, 13911, 10708, 13703, 11162, 14256, 10995, 15584, 10926, 13493, 10592, 12666, 10425, 9771, 10490, 8241, 12194, 8806, 13404, 8332, 13187, 8990, 13987, 10907, 14176, 11486, 15844, 11278, 14023, 10450, 12840, 11919, 8991, 12528, 7974, 13447, 9473, 13958, 11202, 14312, 10763, 12327, 9809, 9271, 11265, 8772, 13526, 8739, 13407, 9167, 13749, 10620, 14009, 10818, 13813, 10837, 13349, 10445, 12921, 10605, 9498, 10449, 8327, 12557, 8835, 13927, 9959, 14116, 10634, 13566, 10957, 14382, 11082, 11193, 9998, 8622, 11654, 8408, 13414, 9188, 13752, 9681, 13936, 10386, 13888, 11466, 13822, 11195, 14630, 10518, 13416, 10807, 11539, 11491, 8201, 12167, 7920, 13035, 8661, 13472, 10832, 13812, 10764, 13272, 10525, 13846, 11018, 13519, 10493, 10248, 11169, 9220, 13153, 9268, 13484, 8802, 12857, 8998, 13338, 10218, 13219, 10557, 13610, 10566, 14110, 10963, 12006, 11176, 9011, 12614, 8526, 13107, 8636, 13628, 10693, 13803, 11023, 13974, 10753, 14156, 10778, 10647, 11458, 8279, 13414, 8939, 12443, 9113, 7826, 10896, 9856, 13339, 9360, 14710, 11398, 14802, 11181, 14342, 11025, 14950, 10849, 13500, 9906, 10565, 10281, 11446, 12261, 9299, 12080, 8768, 11996, 8461, 12731, 8729, 12817, 8229, 12603, 8191, 13675, 10444, 13660, 10895, 7995, 11823, 8091, 6763, 9989, 7350, 13192, 9738, 14003, 9661, 13526, 12843, 12409, 15897, 12768, 13928, 10141, 12112, 9692, 11520, 8092, 11722, 8184, 12651, 7978, 11807, 8168, 12324, 8603, 14309, 9116, 13658, 8906, 13480, 9286, 13854, 10673, 14031, 10400, 13952, 10568, 13862, 10366, 13976, 10820, 13198, 9669, 10354, 9838, 9780, 11779, 8738, 13234, 8373, 13295, 8522, 13774, 10668, 14070, 11496, 14573, 10609, 9942, 11408, 8902, 14624, 10123, 14599, 11233, 14064, 11162, 14380, 11321, 9243, 10889, 8019, 13772, 9509, 14445, 11697, 14036, 10919, 13532, 10103, 9404, 12469, 8283, 13370, 9374, 14161, 11233, 14572, 11079, 10781, 10332, 8126, 13504, 9109, 14556, 10659, 14398, 11022, 14260, 10723, 9846, 13002, 8535, 13396, 8705, 14466, 11095, 14140, 10814, 13341, 10519, 9437, 12719, 8807, 14145, 10433, 13165, 9979, 8104, 11579, 8814, 8402, 12467, 8733, 14629, 11393, 14662, 11288, 14250, 11509, 14246, 10954, 14338, 10264, 14342, 10022, 12909, 10417, 9180, 9165, 7186, 11512, 8009, 13651, 11000, 14297, 11675, 8254, 10759, 8651, 10539, 9228, 8670, 12690, 9607, 14398, 11056, 15016, 11764, 15953, 11845, 15215, 12267, 12604, 12015, 8300, 14167, 10645, 14914, 10981, 8297, 12818, 10030, 16019, 11233, 8941, 11183, 8495, 13716, 9878, 7694, 14200, 9407, 9811, 10916, 8185, 14423, 12226, 13488, 10310, 8054, 13232, 9852, 14573, 11973, 9078, 11163, 8030, 13939, 10492, 15856, 11555, 8850, 11136, 8435, 13972, 10470, 12071, 11586, 8204, 13398, 9551, 8237, 12322, 9897, 15419, 11316, 8927, 12174, 8845, 14522, 11819, 13830], 'WindowCenter': [3991.0, 3955.0, 3983.0, 3939.0, 3916.0, 3936.0, 3908.0, 3958.0, 3949.0, 3968.0, 3937.0, 3914.0, 3957.0, 3912.0, 3893.0, 3946.0, 3902.0, 3945.0, 3926.0, 3958.0, 3937.0, 3957.0, 3936.0, 3956.0, 3934.0, 3943.0, 3921.0, 3940.0, 3908.0, 3928.0, 3896.0, 3918.0, 3895.0, 3915.0, 3896.0, 3926.0, 3896.0, 3915.0, 3895.0, 3914.0, 3895.0, 3903.0, 3897.0, 3894.0, 3898.0, 3897.0, 3909.0, 3899.0, 3931.0, 3889.0, 3931.0, 3890.0, 3943.0, 3913.0, 3945.0, 3934.0, 3944.0, 3925.0, 3954.0, 3937.0, 3956.0, 3936.0, 3934.0, 3924.0, 3924.0, 3935.0, 3914.0, 3946.0, 3924.0, 3957.0, 3914.0, 3945.0, 3925.0, 3957.0, 3925.0, 3955.0, 3933.0, 3944.0, 3922.0, 3943.0, 3923.0, 3944.0, 3925.0, 3912.0, 3924.0, 3901.0, 3944.0, 3903.0, 3956.0, 3913.0, 3944.0, 3914.0, 3945.0, 3935.0, 3946.0, 3935.0, 3955.0, 3936.0, 3955.0, 3937.0, 3935.0, 3936.0, 3915.0, 3945.0, 3913.0, 3945.0, 3925.0, 3959.0, 3949.0, 3957.0, 3950.0, 3947.0, 3937.0, 3904.0, 3947.0, 3916.0, 3958.0, 3948.0, 3959.0, 3948.0, 3967.0, 3937.0, 3957.0, 3937.0, 3926.0, 3946.0, 3912.0, 3945.0, 3914.0, 3955.0, 3924.0, 3956.0, 3922.0, 3943.0, 3923.0, 3942.0, 3923.0, 3942.0, 3923.0, 3920.0, 3912.0, 3900.0, 3932.0, 3899.0, 3943.0, 3890.0, 3940.0, 3912.0, 3943.0, 3934.0, 3944.0, 3923.0, 3953.0, 3924.0, 3934.0, 3934.0, 3923.0, 3944.0, 3902.0, 3943.0, 3913.0, 3956.0, 3935.0, 3956.0, 3933.0, 3954.0, 3933.0, 3943.0, 3923.0, 3934.0, 3945.0, 3901.0, 3931.0, 3902.0, 3943.0, 3922.0, 3944.0, 3922.0, 3942.0, 3933.0, 3933.0, 3924.0, 3914.0, 3946.0, 3903.0, 3945.0, 3916.0, 3956.0, 3936.0, 3956.0, 3936.0, 3944.0, 3937.0, 3914.0, 3957.0, 3926.0, 3958.0, 3924.0, 3957.0, 3937.0, 3957.0, 3936.0, 3944.0, 3924.0, 3911.0, 3935.0, 3913.0, 3946.0, 3913.0, 3944.0, 3922.0, 3945.0, 3933.0, 3944.0, 3935.0, 3932.0, 3922.0, 3902.0, 3945.0, 3902.0, 3956.0, 3923.0, 3956.0, 3937.0, 3955.0, 3946.0, 3955.0, 3935.0, 3933.0, 3923.0, 3913.0, 3945.0, 3914.0, 3970.0, 3923.0, 3944.0, 3923.0, 3953.0, 3937.0, 3926.0, 3949.0, 3915.0, 3967.0, 3938.0, 3968.0, 3949.0, 3958.0, 3937.0, 3925.0, 3947.0, 3915.0, 3959.0, 3934.0, 3955.0, 3923.0, 3956.0, 3935.0, 3943.0, 3922.0, 3900.0, 3920.0, 3890.0, 3943.0, 3912.0, 3954.0, 3922.0, 3943.0, 3933.0, 3942.0, 3924.0, 3933.0, 3922.0, 3889.0, 3920.0, 3891.0, 3944.0, 3923.0, 3956.0, 3935.0, 3955.0, 3937.0, 3935.0, 3937.0, 3905.0, 3958.0, 3916.0, 3971.0, 3949.0, 3969.0, 3959.0, 3957.0, 3937.0, 3955.0, 3937.0, 3935.0, 3958.0, 3905.0, 3945.0, 3915.0, 3957.0, 3937.0, 3956.0, 3949.0, 3924.0, 3935.0, 3902.0, 3945.0, 3914.0, 3959.0, 3937.0, 3956.0, 3923.0, 3953.0, 3934.0, 3925.0, 3925.0, 3915.0, 3969.0, 3949.0, 3928.0, 3948.0, 3915.0, 3956.0, 3937.0, 3958.0, 3947.0, 3946.0, 3935.0, 3942.0, 3911.0, 3932.0, 3933.0, 3900.0, 3933.0, 3899.0, 3941.0, 3911.0, 3943.0, 3923.0, 3913.0, 3934.0, 3901.0, 3944.0, 3912.0, 3955.0, 3925.0, 3935.0, 3936.0, 3902.0, 3942.0, 3911.0, 3911.0, 3947.0, 3914.0, 3957.0, 3936.0, 3936.0, 3936.0, 3913.0, 3946.0, 3913.0, 3944.0, 3910.0, 3931.0, 3911.0, 3932.0, 3910.0, 3942.0, 3908.0, 3930.0, 3910.0, 3931.0, 3920.0, 3909.0, 3910.0, 3888.0, 3931.0, 3913.0, 3943.0, 3934.0, 3912.0, 3924.0, 3903.0, 3946.0, 3927.0, 3958.0, 3949.0, 3969.0, 3937.0, 3959.0, 3936.0, 3945.0, 3936.0, 3955.0, 3913.0, 3943.0, 3912.0, 3911.0, 3934.0, 3900.0, 3934.0, 3889.0, 3944.0, 3901.0, 3955.0, 3934.0, 3944.0, 3922.0, 3944.0, 3923.0, 3922.0, 3923.0, 3890.0, 3931.0, 3900.0, 3943.0, 3912.0, 3945.0, 3921.0, 3942.0, 3923.0, 3941.0, 3921.0, 3911.0, 3922.0, 3891.0, 3933.0, 3900.0, 3944.0, 3923.0, 3944.0, 3933.0, 3953.0, 3921.0, 3911.0, 3923.0, 3901.0, 3945.0, 3911.0, 3943.0, 3923.0, 3945.0, 3924.0, 3915.0, 3958.0, 3916.0, 3957.0, 3937.0, 3969.0, 3947.0, 3936.0, 3947.0, 3902.0, 3946.0, 3912.0, 3956.0, 3934.0, 3942.0, 3921.0, 3932.0, 3921.0, 3900.0, 3943.0, 3889.0, 3930.0, 3912.0, 3941.0, 3923.0, 3920.0, 3921.0, 3889.0, 3944.0, 3913.0, 3955.0, 3947.0, 3923.0, 3935.0, 3905.0, 3957.0, 3936.0, 3968.0, 3938.0, 3946.0, 3936.0, 3915.0, 3957.0, 3936.0, 3957.0, 3934.0, 3956.0, 3935.0, 3913.0, 3946.0, 3902.0, 3944.0, 3924.0, 3956.0, 3934.0, 3945.0, 3935.0, 3943.0, 3924.0, 3923.0, 3923.0, 3910.0, 3933.0, 3900.0, 3932.0, 3912.0, 3943.0, 3921.0, 3942.0, 3923.0, 3942.0, 3915.0, 3925.0, 3937.0, 3916.0, 3959.0, 3915.0, 3958.0, 3937.0, 3958.0, 3936.0, 3958.0, 3936.0, 3955.0, 3935.0, 3956.0, 3924.0, 3944.0, 3925.0, 3944.0, 3924.0, 3944.0, 3934.0, 3911.0, 3923.0, 3899.0, 3932.0, 3901.0, 3944.0, 3910.0, 3943.0, 3912.0, 3944.0, 3922.0, 3954.0, 3924.0, 3945.0, 3935.0, 3954.0, 3935.0, 3946.0, 3936.0, 3912.0, 3945.0, 3911.0, 3943.0, 3899.0, 3944.0, 3901.0, 3942.0, 3921.0, 3942.0, 3920.0, 3931.0, 3922.0, 3931.0, 3921.0, 3941.0, 3922.0, 3943.0, 3922.0, 3921.0, 3934.0, 3912.0, 3945.0, 3901.0, 3943.0, 3900.0, 3944.0, 3923.0, 3944.0, 3934.0, 3943.0, 3934.0, 3943.0, 3924.0, 3924.0, 3946.0, 3904.0, 3945.0, 3915.0, 3956.0, 3924.0, 3958.0, 3934.0, 3956.0, 3936.0, 3956.0, 3935.0, 3934.0, 3934.0, 3901.0, 3945.0, 3913.0, 3956.0, 3913.0, 3954.0, 3922.0, 3944.0, 3935.0, 3943.0, 3924.0, 3942.0, 3924.0, 3901.0, 3934.0, 3904.0, 3957.0, 3925.0, 3957.0, 3935.0, 3956.0, 3937.0, 3958.0, 3936.0, 3947.0, 3947.0, 3904.0, 3946.0, 3904.0, 3957.0, 3924.0, 3957.0, 3947.0, 3955.0, 3924.0, 3932.0, 3925.0, 3913.0, 3945.0, 3913.0, 3933.0, 3901.0, 3943.0, 3912.0, 3943.0, 3934.0, 3944.0, 3924.0, 3945.0, 3925.0, 3923.0, 3946.0, 3913.0, 3945.0, 3912.0, 3945.0, 3923.0, 3956.0, 3935.0, 3943.0, 3923.0, 3953.0, 3924.0, 3942.0, 3923.0, 3911.0, 3923.0, 3891.0, 3944.0, 3903.0, 3946.0, 3935.0, 3955.0, 3935.0, 3945.0, 3934.0, 3943.0, 3925.0, 3924.0, 3934.0, 3901.0, 3933.0, 3903.0, 3945.0, 3934.0, 3956.0, 3934.0, 3956.0, 3937.0, 3956.0, 3935.0, 3933.0, 3935.0, 3913.0, 3945.0, 3912.0, 3956.0, 3924.0, 3956.0, 3933.0, 3954.0, 3934.0, 3954.0, 3934.0, 3903.0, 3934.0, 3904.0, 3957.0, 3937.0, 3968.0, 3948.0, 3959.0, 3938.0, 3937.0, 3962.0, 3940.0, 4002.0, 3955.0, 3983.0, 3948.0, 3968.0, 3925.0, 3935.0, 3936.0, 3904.0, 3946.0, 3914.0, 3969.0, 3949.0, 3957.0, 3937.0, 3914.0, 3946.0, 3915.0, 3968.0, 3948.0, 3968.0, 3949.0, 3925.0, 3946.0, 3913.0, 3956.0, 3913.0, 3956.0, 3933.0, 3943.0, 3923.0, 3942.0, 3922.0, 3911.0, 3933.0, 3901.0, 3944.0, 3911.0, 3942.0, 3923.0, 3955.0, 3935.0, 3955.0, 3935.0, 3912.0, 3933.0, 3892.0, 3956.0, 3925.0, 3956.0, 3946.0, 3954.0, 3924.0, 3922.0, 3934.0, 3902.0, 3956.0, 3935.0, 3956.0, 3924.0, 3923.0, 3926.0, 3903.0, 3959.0, 3937.0, 3958.0, 3937.0, 3957.0, 3938.0, 3913.0, 3958.0, 3913.0, 3955.0, 3923.0, 3956.0, 3935.0, 3955.0, 3925.0, 3913.0, 3912.0, 3902.0, 3945.0, 3914.0, 3955.0, 3936.0, 3955.0, 3925.0, 3905.0, 3947.0, 3927.0, 3948.0, 3950.0, 3917.0, 3969.0, 3928.0, 3969.0, 3948.0, 3971.0, 3948.0, 3968.0, 3927.0, 3933.0, 3925.0, 3913.0, 3956.0, 3902.0, 3944.0, 3902.0, 3944.0, 3923.0, 3955.0, 3935.0, 3913.0, 3924.0, 3893.0, 3956.0, 3936.0, 3958.0, 3947.0, 3915.0, 3957.0, 3927.0, 3969.0, 3949.0, 3959.0, 3949.0, 3956.0, 3924.0, 3902.0, 3933.0, 3902.0, 3945.0, 3901.0, 3945.0, 3889.0, 3931.0, 3889.0, 3943.0, 3912.0, 3942.0, 3922.0, 3941.0, 3911.0, 3911.0, 3923.0, 3902.0, 3943.0, 3912.0, 3954.0, 3925.0, 3956.0, 3948.0, 3924.0, 3935.0, 3893.0, 3957.0, 3925.0, 3956.0, 3948.0, 3926.0, 3935.0, 3916.0, 3955.0, 3937.0, 3916.0, 3970.0, 3948.0, 3969.0, 3937.0, 3955.0, 3937.0, 3935.0, 3946.0, 3902.0, 3944.0, 3912.0, 3942.0, 3911.0, 3921.0, 3923.0, 3900.0, 3943.0, 3910.0, 3943.0, 3920.0, 3953.0, 3921.0, 3909.0, 3920.0, 3878.0, 3931.0, 3889.0, 3943.0, 3923.0, 3942.0, 3923.0, 3901.0, 3932.0, 3901.0, 3956.0, 3936.0, 3943.0, 3935.0, 3902.0, 3945.0, 3902.0, 3956.0, 3935.0, 3955.0, 3935.0, 3914.0, 3935.0, 3893.0, 3955.0, 3928.0, 3968.0, 3951.0, 3940.0, 3971.0, 3940.0, 3984.0, 3954.0, 3919.0, 3937.0, 3894.0, 3947.0, 3927.0, 3969.0, 3951.0, 3960.0, 3950.0, 3926.0, 3959.0, 3923.0, 3956.0, 3921.0, 3944.0, 3919.0, 3931.0, 3897.0, 3917.0, 3896.0, 3926.0, 3896.0, 3926.0, 3898.0, 3886.0, 3885.0, 3865.0, 3896.0, 3875.0, 3919.0, 3887.0, 3941.0, 3899.0, 3942.0, 3899.0, 3930.0, 3899.0, 3942.0, 3911.0, 3942.0, 3935.0, 3932.0, 3914.0, 3903.0, 3923.0, 3902.0, 3956.0, 3914.0, 3967.0, 3936.0, 3956.0, 3936.0, 3955.0, 3936.0, 3956.0, 3948.0, 3955.0, 3925.0, 3944.0, 3934.0, 3922.0, 3946.0, 3901.0, 3944.0, 3891.0, 3933.0, 3891.0, 3955.0, 3926.0, 3955.0, 3925.0, 3956.0, 3937.0, 3958.0, 3937.0, 3955.0, 3924.0, 3913.0, 3946.0, 3924.0, 3957.0, 3902.0, 3946.0, 3902.0, 3946.0, 3902.0, 3957.0, 3924.0, 3944.0, 3923.0, 3943.0, 3923.0, 3943.0, 3935.0, 3943.0, 3913.0, 3922.0, 3924.0, 3914.0, 3958.0, 3914.0, 3956.0, 3903.0, 3958.0, 3915.0, 3958.0, 3924.0, 3946.0, 3923.0, 3944.0, 3925.0, 3944.0, 3935.0, 3944.0, 3924.0, 3955.0, 3935.0, 3956.0, 3936.0, 3955.0, 3925.0, 3935.0, 3937.0, 3928.0, 3957.0, 3915.0, 3956.0, 3916.0, 3957.0, 3936.0, 3957.0, 3936.0, 3968.0, 3938.0, 3946.0, 3947.0, 3926.0, 3958.0, 3915.0, 3958.0, 3926.0, 3970.0, 3947.0, 3958.0, 3935.0, 3956.0, 3935.0, 3955.0, 3937.0, 3934.0, 3913.0, 3891.0, 3945.0, 3902.0, 3955.0, 3923.0, 3954.0, 3925.0, 3956.0, 3936.0, 3935.0, 3946.0, 3915.0, 3957.0, 3914.0, 3957.0, 3946.0, 3957.0, 3939.0, 3949.0, 3927.0, 3904.0, 3947.0, 3915.0, 3957.0, 3924.0, 3956.0, 3936.0, 3936.0, 3947.0, 3904.0, 3957.0, 3906.0, 3967.0, 3948.0, 3956.0, 3936.0, 3955.0, 3923.0, 3902.0, 3945.0, 3902.0, 3955.0, 3923.0, 3943.0, 3935.0, 3943.0, 3922.0, 3900.0, 3932.0, 3889.0, 3944.0, 3912.0, 3955.0, 3934.0, 3922.0, 3912.0, 3894.0, 3956.0, 3925.0, 3967.0, 3935.0, 3955.0, 3936.0, 3935.0, 3947.0, 3902.0, 3945.0, 3913.0, 3957.0, 3936.0, 3956.0, 3924.0, 3932.0, 3924.0, 3903.0, 3944.0, 3914.0, 3956.0, 3924.0, 3956.0, 3936.0, 3956.0, 3936.0, 3924.0, 3934.0, 3892.0, 3946.0, 3913.0, 3957.0, 3935.0, 3954.0, 3935.0, 3945.0, 3925.0, 3903.0, 3935.0, 3892.0, 3957.0, 3949.0, 3970.0, 3947.0, 3924.0, 3936.0, 3906.0, 3971.0, 3937.0, 3968.0, 3948.0, 3956.0, 3925.0, 3904.0, 3945.0, 3914.0, 3956.0, 3933.0, 3955.0, 3936.0, 3944.0, 3935.0, 3901.0, 3931.0, 3889.0, 3943.0, 3912.0, 3954.0, 3933.0, 3954.0, 3922.0, 3943.0, 3923.0, 3911.0, 3944.0, 3890.0, 3932.0, 3902.0, 3943.0, 3935.0, 3954.0, 3937.0, 3902.0, 3924.0, 3892.0, 3956.0, 3936.0, 3957.0, 3947.0, 3945.0, 3934.0, 3902.0, 3957.0, 3913.0, 3956.0, 3933.0, 3945.0, 3922.0, 3943.0, 3922.0, 3900.0, 3933.0, 3890.0, 3932.0, 3912.0, 3943.0, 3923.0, 3942.0, 3921.0, 3941.0, 3923.0, 3922.0, 3933.0, 3901.0, 3933.0, 3901.0, 3944.0, 3912.0, 3944.0, 3934.0, 3942.0, 3934.0, 3944.0, 3925.0, 3914.0, 3947.0, 3904.0, 3956.0, 3925.0, 3956.0, 3937.0, 3957.0, 3937.0, 3914.0, 3935.0, 3904.0, 3958.0, 3926.0, 3959.0, 3946.0, 3956.0, 3935.0, 3956.0, 3923.0, 3943.0, 3923.0, 3902.0, 3933.0, 3879.0, 3930.0, 3889.0, 3942.0, 3923.0, 3942.0, 3923.0, 3920.0, 3923.0, 3890.0, 3943.0, 3912.0, 3944.0, 3921.0, 3940.0, 3911.0, 3891.0, 3933.0, 3891.0, 3944.0, 3922.0, 3943.0, 3923.0, 3901.0, 3934.0, 3903.0, 3956.0, 3913.0, 3944.0, 3937.0, 3935.0, 3937.0, 3906.0, 3947.0, 3915.0, 3958.0, 3948.0, 3958.0, 3937.0, 3914.0, 3935.0, 3905.0, 3958.0, 3946.0, 3956.0, 3924.0, 3922.0, 3925.0, 3903.0, 3945.0, 3913.0, 3956.0, 3924.0, 3931.0, 3924.0, 3914.0, 3946.0, 3914.0, 3955.0, 3936.0, 3903.0, 3934.0, 3914.0, 3906.0, 3947.0, 3929.0, 3972.0, 3963.0, 3958.0, 3925.0, 3913.0, 3947.0, 3912.0, 3946.0, 3901.0, 3931.0, 3900.0, 3932.0, 3911.0, 3931.0, 3912.0, 3891.0, 3921.0, 3892.0, 3944.0, 3923.0, 3944.0, 3926.0, 3904.0, 3945.0, 3915.0, 3957.0, 3937.0, 3946.0, 3936.0, 3903.0, 3946.0, 3905.0, 3959.0, 3940.0, 3927.0, 3928.0, 3896.0, 3905.0, 3906.0, 3894.0, 3936.0, 3915.0, 3959.0, 3925.0, 3959.0, 3914.0, 3935.0, 3915.0, 3946.0, 3911.0, 3934.0, 3890.0, 3934.0, 3892.0, 3945.0, 3912.0, 3934.0, 3901.0, 3932.0, 3899.0, 3931.0, 3912.0, 3933.0, 3911.0, 3931.0, 3912.0, 3931.0, 3913.0, 3931.0, 3924.0, 3931.0, 3913.0, 3911.0, 3912.0, 3933.0, 3926.0, 3933.0, 3936.0, 3902.0, 3935.0, 3892.0, 3934.0, 3914.0, 3946.0, 3924.0, 3947.0, 3924.0, 3945.0, 3926.0, 3947.0, 3926.0, 3946.0, 3925.0, 3954.0, 3924.0, 3944.0, 3925.0, 3934.0, 3914.0, 3911.0, 3914.0, 3893.0, 3937.0, 3903.0, 3947.0, 3893.0, 3946.0, 3915.0, 3958.0, 3926.0, 3958.0, 3938.0, 3967.0, 3937.0, 3946.0, 3927.0, 3936.0, 3937.0, 3904.0, 3934.0, 3893.0, 3945.0, 3915.0, 3947.0, 3925.0, 3957.0, 3926.0, 3935.0, 3926.0, 3916.0, 3938.0, 3905.0, 3959.0, 3905.0, 3948.0, 3916.0, 3948.0, 3926.0, 3947.0, 3926.0, 3946.0, 3924.0, 3945.0, 3926.0, 3934.0, 3926.0, 3913.0, 3924.0, 3903.0, 3937.0, 3904.0, 3947.0, 3915.0, 3946.0, 3924.0, 3946.0, 3925.0, 3945.0, 3925.0, 3923.0, 3915.0, 3902.0, 3936.0, 3905.0, 3946.0, 3915.0, 3958.0, 3916.0, 3957.0, 3927.0, 3959.0, 3938.0, 3946.0, 3937.0, 3944.0, 3924.0, 3945.0, 3925.0, 3923.0, 3924.0, 3891.0, 3933.0, 3892.0, 3945.0, 3903.0, 3946.0, 3925.0, 3946.0, 3924.0, 3945.0, 3926.0, 3946.0, 3924.0, 3945.0, 3925.0, 3912.0, 3924.0, 3902.0, 3935.0, 3901.0, 3944.0, 3902.0, 3932.0, 3905.0, 3944.0, 3924.0, 3944.0, 3924.0, 3944.0, 3924.0, 3946.0, 3925.0, 3934.0, 3925.0, 3902.0, 3935.0, 3901.0, 3934.0, 3904.0, 3945.0, 3926.0, 3945.0, 3924.0, 3945.0, 3923.0, 3944.0, 3924.0, 3923.0, 3925.0, 3894.0, 3946.0, 3915.0, 3944.0, 3916.0, 3905.0, 3950.0, 3940.0, 3961.0, 3929.0, 3971.0, 3938.0, 3958.0, 3927.0, 3959.0, 3926.0, 3947.0, 3925.0, 3933.0, 3914.0, 3912.0, 3913.0, 3921.0, 3923.0, 3901.0, 3921.0, 3888.0, 3921.0, 3890.0, 3931.0, 3888.0, 3931.0, 3890.0, 3933.0, 3902.0, 3945.0, 3925.0, 3947.0, 3935.0, 3906.0, 3946.0, 3905.0, 3897.0, 3940.0, 3910.0, 3974.0, 3931.0, 3973.0, 3930.0, 3962.0, 3948.0, 3950.0, 3959.0, 3937.0, 3946.0, 3913.0, 3923.0, 3901.0, 3922.0, 3892.0, 3935.0, 3890.0, 3933.0, 3890.0, 3921.0, 3890.0, 3934.0, 3901.0, 3945.0, 3902.0, 3944.0, 3901.0, 3932.0, 3914.0, 3945.0, 3923.0, 3943.0, 3923.0, 3944.0, 3924.0, 3943.0, 3925.0, 3943.0, 3925.0, 3943.0, 3914.0, 3911.0, 3913.0, 3912.0, 3934.0, 3902.0, 3944.0, 3903.0, 3945.0, 3904.0, 3957.0, 3927.0, 3956.0, 3936.0, 3956.0, 3925.0, 3924.0, 3936.0, 3914.0, 3958.0, 3925.0, 3956.0, 3935.0, 3957.0, 3936.0, 3956.0, 3936.0, 3914.0, 3923.0, 3893.0, 3946.0, 3915.0, 3958.0, 3935.0, 3945.0, 3924.0, 3944.0, 3926.0, 3914.0, 3947.0, 3903.0, 3947.0, 3916.0, 3958.0, 3937.0, 3956.0, 3938.0, 3936.0, 3926.0, 3906.0, 3958.0, 3915.0, 3959.0, 3927.0, 3956.0, 3939.0, 3957.0, 3938.0, 3914.0, 3947.0, 3902.0, 3945.0, 3905.0, 3957.0, 3935.0, 3944.0, 3925.0, 3944.0, 3925.0, 3913.0, 3936.0, 3903.0, 3946.0, 3924.0, 3947.0, 3926.0, 3904.0, 3935.0, 3928.0, 3917.0, 3961.0, 3918.0, 3972.0, 3950.0, 3970.0, 3939.0, 3959.0, 3938.0, 3948.0, 3925.0, 3944.0, 3913.0, 3943.0, 3913.0, 3932.0, 3913.0, 3900.0, 3901.0, 3881.0, 3933.0, 3892.0, 3945.0, 3924.0, 3959.0, 3948.0, 3905.0, 3936.0, 3916.0, 3936.0, 3929.0, 3916.0, 3975.0, 3941.0, 3985.0, 3952.0, 3971.0, 3949.0, 3968.0, 3936.0, 3955.0, 3936.0, 3934.0, 3924.0, 3889.0, 3942.0, 3912.0, 3942.0, 3909.0, 3889.0, 3931.0, 3899.0, 3940.0, 3921.0, 3899.0, 3920.0, 3890.0, 3931.0, 3911.0, 3880.0, 3945.0, 3916.0, 3924.0, 3924.0, 3903.0, 3956.0, 3935.0, 3945.0, 3927.0, 3893.0, 3944.0, 3915.0, 3956.0, 3937.0, 3904.0, 3924.0, 3892.0, 3945.0, 3925.0, 3955.0, 3924.0, 3902.0, 3923.0, 3892.0, 3945.0, 3924.0, 3933.0, 3924.0, 3891.0, 3944.0, 3914.0, 3903.0, 3946.0, 3925.0, 3956.0, 3926.0, 3914.0, 3935.0, 3915.0, 3957.0, 3936.0, 3944.0], 'WindowWidth': [8897.0, 8835.0, 8870.0, 8801.0, 8767.0, 8794.0, 8759.0, 8826.0, 8817.0, 8840.0, 8792.0, 8758.0, 8818.0, 8754.0, 8732.0, 8808.0, 8744.0, 8804.0, 8778.0, 8828.0, 8794.0, 8826.0, 8795.0, 8824.0, 8787.0, 8801.0, 8763.0, 8793.0, 8740.0, 8772.0, 8721.0, 8754.0, 8719.0, 8749.0, 8722.0, 8762.0, 8720.0, 8746.0, 8719.0, 8743.0, 8719.0, 8727.0, 8723.0, 8718.0, 8728.0, 8728.0, 8746.0, 8731.0, 8778.0, 8720.0, 8778.0, 8722.0, 8796.0, 8758.0, 8804.0, 8788.0, 8801.0, 8776.0, 8814.0, 8794.0, 8822.0, 8794.0, 8787.0, 8774.0, 8772.0, 8789.0, 8761.0, 8807.0, 8774.0, 8823.0, 8760.0, 8804.0, 8774.0, 8822.0, 8776.0, 8819.0, 8784.0, 8802.0, 8768.0, 8798.0, 8772.0, 8802.0, 8775.0, 8753.0, 8771.0, 8739.0, 8799.0, 8743.0, 8818.0, 8757.0, 8802.0, 8760.0, 8803.0, 8792.0, 8806.0, 8792.0, 8817.0, 8793.0, 8816.0, 8794.0, 8793.0, 8793.0, 8763.0, 8804.0, 8759.0, 8803.0, 8776.0, 8829.0, 8816.0, 8826.0, 8818.0, 8810.0, 8795.0, 8749.0, 8809.0, 8768.0, 8827.0, 8812.0, 8831.0, 8812.0, 8839.0, 8797.0, 8825.0, 8798.0, 8781.0, 8808.0, 8756.0, 8805.0, 8760.0, 8821.0, 8773.0, 8821.0, 8768.0, 8798.0, 8771.0, 8797.0, 8771.0, 8795.0, 8769.0, 8762.0, 8756.0, 8737.0, 8782.0, 8734.0, 8798.0, 8721.0, 8791.0, 8756.0, 8798.0, 8787.0, 8800.0, 8772.0, 8811.0, 8775.0, 8788.0, 8789.0, 8773.0, 8803.0, 8742.0, 8799.0, 8757.0, 8822.0, 8788.0, 8821.0, 8785.0, 8815.0, 8785.0, 8800.0, 8771.0, 8786.0, 8802.0, 8739.0, 8779.0, 8740.0, 8799.0, 8768.0, 8803.0, 8769.0, 8798.0, 8786.0, 8787.0, 8775.0, 8761.0, 8807.0, 8744.0, 8804.0, 8767.0, 8821.0, 8795.0, 8822.0, 8793.0, 8802.0, 8797.0, 8763.0, 8825.0, 8780.0, 8827.0, 8774.0, 8824.0, 8796.0, 8824.0, 8794.0, 8802.0, 8775.0, 8754.0, 8791.0, 8758.0, 8808.0, 8756.0, 8802.0, 8769.0, 8803.0, 8786.0, 8803.0, 8790.0, 8782.0, 8770.0, 8744.0, 8804.0, 8744.0, 8822.0, 8773.0, 8819.0, 8795.0, 8820.0, 8807.0, 8821.0, 8790.0, 8785.0, 8773.0, 8761.0, 8805.0, 8761.0, 8848.0, 8772.0, 8801.0, 8772.0, 8814.0, 8796.0, 8781.0, 8816.0, 8767.0, 8838.0, 8801.0, 8844.0, 8817.0, 8826.0, 8796.0, 8777.0, 8810.0, 8764.0, 8831.0, 8788.0, 8823.0, 8771.0, 8822.0, 8791.0, 8799.0, 8770.0, 8735.0, 8763.0, 8723.0, 8798.0, 8754.0, 8815.0, 8768.0, 8797.0, 8785.0, 8795.0, 8774.0, 8784.0, 8768.0, 8719.0, 8764.0, 8727.0, 8802.0, 8773.0, 8820.0, 8791.0, 8819.0, 8797.0, 8793.0, 8797.0, 8752.0, 8828.0, 8768.0, 8848.0, 8818.0, 8846.0, 8829.0, 8827.0, 8795.0, 8819.0, 8794.0, 8789.0, 8827.0, 8751.0, 8806.0, 8763.0, 8825.0, 8797.0, 8825.0, 8814.0, 8775.0, 8790.0, 8743.0, 8805.0, 8760.0, 8832.0, 8794.0, 8823.0, 8772.0, 8813.0, 8787.0, 8776.0, 8779.0, 8768.0, 8844.0, 8815.0, 8785.0, 8813.0, 8766.0, 8822.0, 8797.0, 8830.0, 8810.0, 8810.0, 8787.0, 8795.0, 8752.0, 8781.0, 8783.0, 8734.0, 8783.0, 8732.0, 8792.0, 8751.0, 8799.0, 8771.0, 8759.0, 8789.0, 8740.0, 8800.0, 8755.0, 8818.0, 8775.0, 8789.0, 8793.0, 8742.0, 8796.0, 8753.0, 8752.0, 8809.0, 8763.0, 8825.0, 8794.0, 8793.0, 8791.0, 8757.0, 8810.0, 8757.0, 8802.0, 8748.0, 8779.0, 8750.0, 8782.0, 8748.0, 8795.0, 8743.0, 8774.0, 8749.0, 8777.0, 8763.0, 8745.0, 8748.0, 8717.0, 8778.0, 8757.0, 8799.0, 8787.0, 8756.0, 8773.0, 8747.0, 8808.0, 8783.0, 8828.0, 8816.0, 8846.0, 8796.0, 8831.0, 8792.0, 8808.0, 8793.0, 8817.0, 8756.0, 8800.0, 8757.0, 8751.0, 8786.0, 8737.0, 8787.0, 8721.0, 8802.0, 8739.0, 8820.0, 8785.0, 8801.0, 8767.0, 8802.0, 8771.0, 8768.0, 8772.0, 8723.0, 8778.0, 8736.0, 8798.0, 8753.0, 8804.0, 8764.0, 8795.0, 8769.0, 8794.0, 8766.0, 8750.0, 8768.0, 8724.0, 8783.0, 8736.0, 8800.0, 8769.0, 8802.0, 8784.0, 8812.0, 8766.0, 8753.0, 8770.0, 8739.0, 8803.0, 8753.0, 8799.0, 8772.0, 8804.0, 8776.0, 8763.0, 8825.0, 8767.0, 8824.0, 8797.0, 8844.0, 8811.0, 8792.0, 8808.0, 8741.0, 8806.0, 8756.0, 8823.0, 8786.0, 8798.0, 8766.0, 8781.0, 8764.0, 8735.0, 8797.0, 8717.0, 8775.0, 8754.0, 8792.0, 8770.0, 8763.0, 8764.0, 8720.0, 8801.0, 8759.0, 8816.0, 8810.0, 8772.0, 8790.0, 8752.0, 8824.0, 8793.0, 8841.0, 8799.0, 8805.0, 8793.0, 8764.0, 8824.0, 8792.0, 8823.0, 8787.0, 8823.0, 8791.0, 8759.0, 8808.0, 8742.0, 8801.0, 8774.0, 8822.0, 8788.0, 8805.0, 8789.0, 8797.0, 8772.0, 8770.0, 8770.0, 8749.0, 8782.0, 8734.0, 8779.0, 8756.0, 8798.0, 8767.0, 8795.0, 8770.0, 8796.0, 8763.0, 8778.0, 8795.0, 8766.0, 8829.0, 8763.0, 8825.0, 8796.0, 8829.0, 8793.0, 8827.0, 8792.0, 8818.0, 8792.0, 8822.0, 8776.0, 8800.0, 8775.0, 8800.0, 8774.0, 8801.0, 8786.0, 8752.0, 8769.0, 8733.0, 8779.0, 8738.0, 8799.0, 8749.0, 8798.0, 8754.0, 8799.0, 8769.0, 8816.0, 8774.0, 8803.0, 8791.0, 8815.0, 8789.0, 8806.0, 8791.0, 8755.0, 8804.0, 8750.0, 8798.0, 8733.0, 8800.0, 8737.0, 8798.0, 8764.0, 8795.0, 8761.0, 8778.0, 8767.0, 8779.0, 8765.0, 8793.0, 8768.0, 8795.0, 8768.0, 8766.0, 8787.0, 8753.0, 8801.0, 8738.0, 8797.0, 8737.0, 8800.0, 8771.0, 8800.0, 8787.0, 8798.0, 8786.0, 8800.0, 8775.0, 8773.0, 8806.0, 8745.0, 8804.0, 8762.0, 8820.0, 8773.0, 8826.0, 8786.0, 8820.0, 8794.0, 8821.0, 8790.0, 8787.0, 8787.0, 8739.0, 8804.0, 8758.0, 8820.0, 8757.0, 8815.0, 8768.0, 8799.0, 8789.0, 8800.0, 8773.0, 8796.0, 8774.0, 8739.0, 8788.0, 8749.0, 8823.0, 8776.0, 8824.0, 8790.0, 8821.0, 8795.0, 8827.0, 8794.0, 8809.0, 8808.0, 8747.0, 8805.0, 8746.0, 8824.0, 8776.0, 8826.0, 8808.0, 8820.0, 8774.0, 8784.0, 8776.0, 8755.0, 8804.0, 8755.0, 8784.0, 8738.0, 8797.0, 8755.0, 8798.0, 8785.0, 8800.0, 8772.0, 8803.0, 8775.0, 8770.0, 8805.0, 8757.0, 8803.0, 8755.0, 8805.0, 8772.0, 8820.0, 8787.0, 8801.0, 8769.0, 8813.0, 8774.0, 8794.0, 8770.0, 8750.0, 8770.0, 8725.0, 8801.0, 8744.0, 8806.0, 8790.0, 8819.0, 8788.0, 8803.0, 8788.0, 8800.0, 8775.0, 8771.0, 8787.0, 8738.0, 8786.0, 8745.0, 8805.0, 8788.0, 8819.0, 8787.0, 8822.0, 8796.0, 8822.0, 8790.0, 8784.0, 8787.0, 8759.0, 8803.0, 8754.0, 8821.0, 8774.0, 8819.0, 8786.0, 8816.0, 8789.0, 8816.0, 8788.0, 8745.0, 8788.0, 8751.0, 8825.0, 8798.0, 8842.0, 8815.0, 8829.0, 8799.0, 8795.0, 8839.0, 8807.0, 8914.0, 8835.0, 8871.0, 8813.0, 8841.0, 8775.0, 8789.0, 8791.0, 8747.0, 8805.0, 8762.0, 8842.0, 8815.0, 8823.0, 8796.0, 8763.0, 8807.0, 8764.0, 8841.0, 8813.0, 8842.0, 8815.0, 8774.0, 8806.0, 8755.0, 8819.0, 8756.0, 8821.0, 8784.0, 8800.0, 8769.0, 8793.0, 8766.0, 8750.0, 8783.0, 8737.0, 8800.0, 8750.0, 8795.0, 8769.0, 8816.0, 8790.0, 8815.0, 8788.0, 8754.0, 8784.0, 8726.0, 8819.0, 8774.0, 8822.0, 8804.0, 8815.0, 8772.0, 8767.0, 8786.0, 8741.0, 8820.0, 8788.0, 8819.0, 8773.0, 8772.0, 8779.0, 8746.0, 8829.0, 8796.0, 8826.0, 8794.0, 8823.0, 8796.0, 8758.0, 8824.0, 8755.0, 8816.0, 8768.0, 8820.0, 8787.0, 8818.0, 8775.0, 8756.0, 8754.0, 8742.0, 8801.0, 8761.0, 8817.0, 8790.0, 8818.0, 8776.0, 8751.0, 8811.0, 8785.0, 8814.0, 8818.0, 8770.0, 8841.0, 8785.0, 8844.0, 8811.0, 8850.0, 8810.0, 8840.0, 8778.0, 8783.0, 8775.0, 8755.0, 8820.0, 8740.0, 8798.0, 8739.0, 8799.0, 8770.0, 8818.0, 8788.0, 8756.0, 8773.0, 8729.0, 8817.0, 8790.0, 8825.0, 8807.0, 8763.0, 8824.0, 8782.0, 8841.0, 8814.0, 8831.0, 8816.0, 8818.0, 8773.0, 8739.0, 8783.0, 8739.0, 8800.0, 8734.0, 8801.0, 8716.0, 8776.0, 8717.0, 8794.0, 8751.0, 8793.0, 8765.0, 8791.0, 8751.0, 8751.0, 8769.0, 8740.0, 8797.0, 8754.0, 8814.0, 8775.0, 8820.0, 8810.0, 8772.0, 8788.0, 8732.0, 8821.0, 8775.0, 8820.0, 8813.0, 8779.0, 8789.0, 8765.0, 8818.0, 8796.0, 8768.0, 8847.0, 8812.0, 8844.0, 8795.0, 8817.0, 8795.0, 8787.0, 8807.0, 8739.0, 8803.0, 8751.0, 8793.0, 8751.0, 8765.0, 8769.0, 8732.0, 8796.0, 8746.0, 8797.0, 8761.0, 8810.0, 8763.0, 8744.0, 8759.0, 8700.0, 8775.0, 8718.0, 8795.0, 8770.0, 8793.0, 8769.0, 8736.0, 8781.0, 8739.0, 8818.0, 8790.0, 8798.0, 8789.0, 8741.0, 8800.0, 8741.0, 8820.0, 8789.0, 8817.0, 8789.0, 8758.0, 8788.0, 8729.0, 8817.0, 8785.0, 8841.0, 8823.0, 8805.0, 8850.0, 8802.0, 8874.0, 8831.0, 8775.0, 8799.0, 8734.0, 8809.0, 8781.0, 8844.0, 8818.0, 8830.0, 8819.0, 8781.0, 8831.0, 8770.0, 8822.0, 8761.0, 8805.0, 8757.0, 8779.0, 8722.0, 8752.0, 8721.0, 8762.0, 8721.0, 8763.0, 8725.0, 8706.0, 8706.0, 8677.0, 8721.0, 8692.0, 8756.0, 8713.0, 8789.0, 8731.0, 8792.0, 8732.0, 8772.0, 8731.0, 8792.0, 8749.0, 8793.0, 8787.0, 8781.0, 8759.0, 8742.0, 8770.0, 8742.0, 8819.0, 8760.0, 8837.0, 8790.0, 8819.0, 8792.0, 8817.0, 8791.0, 8822.0, 8811.0, 8815.0, 8774.0, 8797.0, 8784.0, 8767.0, 8803.0, 8735.0, 8797.0, 8724.0, 8782.0, 8724.0, 8816.0, 8776.0, 8817.0, 8776.0, 8820.0, 8795.0, 8825.0, 8794.0, 8816.0, 8774.0, 8757.0, 8805.0, 8773.0, 8822.0, 8740.0, 8803.0, 8740.0, 8803.0, 8741.0, 8822.0, 8772.0, 8801.0, 8769.0, 8797.0, 8771.0, 8797.0, 8788.0, 8795.0, 8758.0, 8768.0, 8773.0, 8759.0, 8823.0, 8759.0, 8820.0, 8744.0, 8825.0, 8762.0, 8826.0, 8772.0, 8804.0, 8770.0, 8801.0, 8776.0, 8801.0, 8789.0, 8801.0, 8773.0, 8817.0, 8791.0, 8820.0, 8792.0, 8815.0, 8776.0, 8788.0, 8795.0, 8783.0, 8823.0, 8762.0, 8818.0, 8764.0, 8823.0, 8791.0, 8823.0, 8792.0, 8838.0, 8797.0, 8808.0, 8810.0, 8780.0, 8827.0, 8761.0, 8825.0, 8780.0, 8847.0, 8808.0, 8828.0, 8788.0, 8822.0, 8791.0, 8819.0, 8793.0, 8784.0, 8757.0, 8725.0, 8802.0, 8741.0, 8818.0, 8771.0, 8816.0, 8777.0, 8821.0, 8794.0, 8791.0, 8806.0, 8762.0, 8821.0, 8760.0, 8825.0, 8805.0, 8824.0, 8799.0, 8815.0, 8781.0, 8746.0, 8809.0, 8763.0, 8823.0, 8773.0, 8821.0, 8793.0, 8792.0, 8810.0, 8748.0, 8823.0, 8752.0, 8838.0, 8809.0, 8824.0, 8791.0, 8815.0, 8770.0, 8739.0, 8803.0, 8740.0, 8817.0, 8768.0, 8798.0, 8787.0, 8800.0, 8768.0, 8735.0, 8780.0, 8720.0, 8801.0, 8755.0, 8815.0, 8787.0, 8767.0, 8756.0, 8735.0, 8821.0, 8778.0, 8837.0, 8791.0, 8819.0, 8794.0, 8788.0, 8809.0, 8742.0, 8802.0, 8757.0, 8822.0, 8791.0, 8819.0, 8773.0, 8782.0, 8773.0, 8743.0, 8802.0, 8758.0, 8817.0, 8773.0, 8820.0, 8791.0, 8822.0, 8792.0, 8773.0, 8787.0, 8730.0, 8806.0, 8758.0, 8824.0, 8788.0, 8815.0, 8790.0, 8802.0, 8775.0, 8744.0, 8788.0, 8728.0, 8822.0, 8816.0, 8845.0, 8810.0, 8775.0, 8793.0, 8757.0, 8847.0, 8796.0, 8841.0, 8810.0, 8820.0, 8776.0, 8745.0, 8803.0, 8760.0, 8821.0, 8783.0, 8818.0, 8791.0, 8802.0, 8788.0, 8737.0, 8777.0, 8719.0, 8796.0, 8754.0, 8814.0, 8782.0, 8813.0, 8769.0, 8798.0, 8770.0, 8751.0, 8800.0, 8721.0, 8780.0, 8741.0, 8799.0, 8789.0, 8816.0, 8795.0, 8741.0, 8772.0, 8728.0, 8819.0, 8792.0, 8823.0, 8807.0, 8803.0, 8788.0, 8741.0, 8820.0, 8756.0, 8823.0, 8783.0, 8803.0, 8767.0, 8797.0, 8767.0, 8736.0, 8784.0, 8720.0, 8781.0, 8754.0, 8799.0, 8768.0, 8796.0, 8765.0, 8791.0, 8768.0, 8765.0, 8783.0, 8737.0, 8783.0, 8737.0, 8798.0, 8754.0, 8800.0, 8784.0, 8796.0, 8786.0, 8798.0, 8776.0, 8760.0, 8808.0, 8748.0, 8817.0, 8776.0, 8821.0, 8795.0, 8823.0, 8794.0, 8760.0, 8790.0, 8746.0, 8824.0, 8778.0, 8829.0, 8804.0, 8823.0, 8788.0, 8820.0, 8771.0, 8797.0, 8770.0, 8738.0, 8781.0, 8704.0, 8775.0, 8720.0, 8795.0, 8767.0, 8797.0, 8770.0, 8763.0, 8769.0, 8721.0, 8796.0, 8751.0, 8799.0, 8761.0, 8788.0, 8749.0, 8722.0, 8782.0, 8724.0, 8799.0, 8767.0, 8797.0, 8769.0, 8738.0, 8787.0, 8742.0, 8817.0, 8756.0, 8802.0, 8793.0, 8789.0, 8795.0, 8752.0, 8808.0, 8762.0, 8826.0, 8810.0, 8826.0, 8795.0, 8760.0, 8788.0, 8748.0, 8825.0, 8804.0, 8819.0, 8772.0, 8766.0, 8772.0, 8740.0, 8800.0, 8753.0, 8818.0, 8769.0, 8777.0, 8771.0, 8757.0, 8801.0, 8755.0, 8815.0, 8787.0, 8743.0, 8786.0, 8761.0, 8750.0, 8809.0, 8786.0, 8853.0, 8836.0, 8824.0, 8775.0, 8754.0, 8808.0, 8751.0, 8807.0, 8733.0, 8776.0, 8731.0, 8778.0, 8747.0, 8775.0, 8749.0, 8720.0, 8762.0, 8725.0, 8796.0, 8769.0, 8799.0, 8776.0, 8745.0, 8802.0, 8762.0, 8821.0, 8793.0, 8805.0, 8791.0, 8743.0, 8803.0, 8748.0, 8826.0, 8795.0, 8774.0, 8771.0, 8726.0, 8740.0, 8747.0, 8732.0, 8790.0, 8762.0, 8824.0, 8774.0, 8824.0, 8755.0, 8786.0, 8757.0, 8803.0, 8747.0, 8783.0, 8716.0, 8781.0, 8722.0, 8797.0, 8748.0, 8781.0, 8731.0, 8774.0, 8728.0, 8774.0, 8749.0, 8778.0, 8747.0, 8775.0, 8749.0, 8772.0, 8751.0, 8775.0, 8767.0, 8773.0, 8751.0, 8747.0, 8751.0, 8779.0, 8774.0, 8781.0, 8786.0, 8737.0, 8783.0, 8724.0, 8784.0, 8756.0, 8803.0, 8771.0, 8804.0, 8769.0, 8799.0, 8773.0, 8805.0, 8775.0, 8803.0, 8771.0, 8810.0, 8769.0, 8796.0, 8771.0, 8781.0, 8755.0, 8747.0, 8753.0, 8725.0, 8788.0, 8739.0, 8804.0, 8726.0, 8801.0, 8760.0, 8822.0, 8777.0, 8823.0, 8794.0, 8833.0, 8792.0, 8804.0, 8777.0, 8788.0, 8791.0, 8741.0, 8784.0, 8728.0, 8798.0, 8758.0, 8806.0, 8773.0, 8819.0, 8776.0, 8785.0, 8775.0, 8762.0, 8794.0, 8745.0, 8825.0, 8745.0, 8808.0, 8762.0, 8810.0, 8774.0, 8808.0, 8774.0, 8804.0, 8770.0, 8801.0, 8775.0, 8785.0, 8776.0, 8754.0, 8770.0, 8741.0, 8792.0, 8744.0, 8808.0, 8758.0, 8803.0, 8768.0, 8804.0, 8772.0, 8801.0, 8773.0, 8766.0, 8758.0, 8738.0, 8789.0, 8746.0, 8806.0, 8761.0, 8823.0, 8763.0, 8820.0, 8779.0, 8827.0, 8794.0, 8809.0, 8792.0, 8800.0, 8770.0, 8802.0, 8774.0, 8768.0, 8770.0, 8721.0, 8780.0, 8723.0, 8801.0, 8741.0, 8803.0, 8772.0, 8803.0, 8770.0, 8801.0, 8776.0, 8804.0, 8773.0, 8801.0, 8773.0, 8751.0, 8770.0, 8737.0, 8785.0, 8736.0, 8797.0, 8736.0, 8780.0, 8745.0, 8798.0, 8773.0, 8800.0, 8771.0, 8799.0, 8772.0, 8804.0, 8775.0, 8785.0, 8773.0, 8740.0, 8786.0, 8735.0, 8784.0, 8742.0, 8802.0, 8773.0, 8805.0, 8769.0, 8800.0, 8768.0, 8798.0, 8771.0, 8767.0, 8772.0, 8729.0, 8804.0, 8759.0, 8799.0, 8764.0, 8750.0, 8819.0, 8804.0, 8833.0, 8785.0, 8848.0, 8794.0, 8827.0, 8778.0, 8828.0, 8778.0, 8808.0, 8772.0, 8780.0, 8754.0, 8749.0, 8754.0, 8761.0, 8767.0, 8732.0, 8761.0, 8712.0, 8759.0, 8717.0, 8774.0, 8712.0, 8776.0, 8717.0, 8780.0, 8741.0, 8802.0, 8776.0, 8807.0, 8790.0, 8752.0, 8805.0, 8751.0, 8743.0, 8805.0, 8767.0, 8856.0, 8792.0, 8855.0, 8787.0, 8836.0, 8810.0, 8814.0, 8833.0, 8793.0, 8806.0, 8754.0, 8767.0, 8735.0, 8766.0, 8725.0, 8786.0, 8721.0, 8782.0, 8719.0, 8763.0, 8719.0, 8783.0, 8734.0, 8800.0, 8736.0, 8796.0, 8734.0, 8779.0, 8757.0, 8801.0, 8769.0, 8798.0, 8768.0, 8799.0, 8769.0, 8797.0, 8773.0, 8798.0, 8773.0, 8794.0, 8756.0, 8748.0, 8755.0, 8752.0, 8783.0, 8739.0, 8798.0, 8743.0, 8801.0, 8746.0, 8820.0, 8779.0, 8821.0, 8792.0, 8818.0, 8775.0, 8772.0, 8792.0, 8760.0, 8824.0, 8774.0, 8819.0, 8786.0, 8823.0, 8791.0, 8819.0, 8792.0, 8757.0, 8771.0, 8728.0, 8805.0, 8762.0, 8824.0, 8787.0, 8803.0, 8772.0, 8799.0, 8776.0, 8759.0, 8808.0, 8743.0, 8805.0, 8763.0, 8823.0, 8794.0, 8821.0, 8796.0, 8789.0, 8778.0, 8750.0, 8824.0, 8762.0, 8828.0, 8779.0, 8820.0, 8798.0, 8822.0, 8795.0, 8760.0, 8808.0, 8741.0, 8801.0, 8747.0, 8820.0, 8787.0, 8802.0, 8775.0, 8798.0, 8775.0, 8753.0, 8789.0, 8740.0, 8805.0, 8771.0, 8808.0, 8779.0, 8747.0, 8791.0, 8785.0, 8770.0, 8833.0, 8773.0, 8851.0, 8815.0, 8845.0, 8798.0, 8833.0, 8797.0, 8814.0, 8774.0, 8801.0, 8754.0, 8798.0, 8755.0, 8780.0, 8755.0, 8732.0, 8738.0, 8709.0, 8782.0, 8726.0, 8801.0, 8770.0, 8830.0, 8811.0, 8750.0, 8792.0, 8768.0, 8792.0, 8787.0, 8767.0, 8857.0, 8809.0, 8874.0, 8823.0, 8851.0, 8814.0, 8842.0, 8792.0, 8818.0, 8793.0, 8784.0, 8771.0, 8718.0, 8795.0, 8751.0, 8795.0, 8744.0, 8717.0, 8773.0, 8729.0, 8790.0, 8761.0, 8730.0, 8757.0, 8719.0, 8774.0, 8750.0, 8708.0, 8801.0, 8765.0, 8772.0, 8771.0, 8742.0, 8816.0, 8786.0, 8801.0, 8776.0, 8728.0, 8796.0, 8758.0, 8817.0, 8791.0, 8742.0, 8771.0, 8725.0, 8800.0, 8771.0, 8815.0, 8772.0, 8738.0, 8767.0, 8724.0, 8801.0, 8770.0, 8780.0, 8770.0, 8722.0, 8798.0, 8758.0, 8742.0, 8804.0, 8773.0, 8820.0, 8775.0, 8756.0, 8787.0, 8760.0, 8822.0, 8789.0, 8796.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.0002413986013986014</td></tr>
<tr><td colspan=3>aqi</td><td>0.01957550575578268</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.42280336337464</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2445232974865452</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9982822368191615</td></tr>
<tr><td colspan=3>efc</td><td>0.5027</td></tr>
<tr><td colspan=3>fber</td><td>3766.7805</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09354201089031175</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4427111350188273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5317005134430417</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4508420324764635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8243706599344836</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3198888479181776</td></tr>
<tr><td colspan=3>gcor</td><td>0.00975105</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013256123289465904</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02889893390238285</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.7519664150038015</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>19.0004</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5685</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.928</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297048.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.8448</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3071.6993</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.4714</td></tr>
<tr><td colspan=3>tsnr</td><td>39.87508682627231</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>