<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-02/func/sub-0006_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>dd4c69d6462522f104440c61c09cd187</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:33:23.800000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999084, 0.0281251, 0.032258, -0.0207533, 0.977575, -0.209565]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109339</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>[4150, -7690, -7255, 565, -52, -2, -9, 76]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc1b308c-f2ea-49ea-81d3-a78a849a68e3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680468797683716, -0.05567961931228638, 0.10105718672275543, 115.82759857177734], [-0.07545769959688187, 2.6227610111236572, -0.5634983777999878, -77.68626403808594], [0.08654573559761047, 0.5622464418411255, 2.638608932495117, -71.76383209228516], [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': ['103323.800000', '103324.260000', '103324.720000', '103325.180000', '103325.640000', '103326.100000', '103326.560000', '103327.020000', '103327.480000', '103327.940000', '103328.400000', '103328.860000', '103329.320000', '103329.780000', '103330.240000', '103330.700000', '103331.160000', '103331.620000', '103332.080000', '103332.540000', '103333.000000', '103333.460000', '103333.920000', '103334.380000', '103334.840000', '103335.300000', '103335.760000', '103336.220000', '103336.680000', '103337.140000', '103337.600000', '103338.060000', '103338.520000', '103338.980000', '103339.440000', '103339.900000', '103340.360000', '103340.820000', '103341.280000', '103341.740000', '103342.200000', '103342.660000', '103343.120000', '103343.580000', '103344.040000', '103344.500000', '103344.960000', '103345.420000', '103345.880000', '103346.340000', '103346.800000', '103347.260000', '103347.720000', '103348.180000', '103348.640000', '103349.100000', '103349.560000', '103350.020000', '103350.480000', '103350.940000', '103351.400000', '103351.860000', '103352.320000', '103352.780000', '103353.240000', '103353.700000', '103354.160000', '103354.620000', '103355.080000', '103355.540000', '103356.000000', '103356.460000', '103356.920000', '103357.380000', '103357.840000', '103358.300000', '103358.760000', '103359.220000', '103359.680000', '103400.140000', '103400.600000', '103401.060000', '103401.520000', '103401.980000', '103402.440000', '103402.900000', '103403.360000', '103403.820000', '103404.280000', '103404.740000', '103405.200000', '103405.660000', '103406.120000', '103406.580000', '103407.040000', '103407.500000', '103407.960000', '103408.420000', '103408.880000', '103409.340000', '103409.800000', '103410.260000', '103410.720000', '103411.180000', '103411.640000', '103412.100000', '103412.560000', '103413.020000', '103413.480000', '103413.940000', '103414.400000', '103414.860000', '103415.320000', '103415.780000', '103416.240000', '103416.700000', '103417.160000', '103417.620000', '103418.080000', '103418.540000', '103419.000000', '103419.460000', '103419.920000', '103420.380000', '103420.840000', '103421.300000', '103421.760000', '103422.220000', '103422.680000', '103423.140000', '103423.600000', '103424.060000', '103424.520000', '103424.980000', '103425.440000', '103425.900000', '103426.360000', '103426.820000', '103427.280000', '103427.740000', '103428.200000', '103428.660000', '103429.120000', '103429.580000', '103430.040000', '103430.500000', '103430.960000', '103431.420000', '103431.880000', '103432.340000', '103432.800000', '103433.260000', '103433.720000', '103434.180000', '103434.640000', '103435.100000', '103435.560000', '103436.020000', '103436.480000', '103436.940000', '103437.400000', '103437.860000', '103438.320000', '103438.780000', '103439.240000', '103439.700000', '103440.160000', '103440.620000', '103441.080000', '103441.540000', '103442.000000', '103442.460000', '103442.920000', '103443.380000', '103443.840000', '103444.300000', '103444.760000', '103445.220000', '103445.680000', '103446.140000', '103446.600000', '103447.060000', '103447.520000', '103447.980000', '103448.440000', '103448.900000', '103449.360000', '103449.820000', '103450.280000', '103450.740000', '103451.200000', '103451.660000', '103452.120000', '103452.580000', '103453.040000', '103453.500000', '103453.960000', '103454.420000', '103454.880000', '103455.340000', '103455.800000', '103456.260000', '103456.720000', '103457.180000', '103457.640000', '103458.100000', '103458.560000', '103459.020000', '103459.480000', '103459.940000', '103500.400000', '103500.860000', '103501.320000', '103501.780000', '103502.240000', '103502.700000', '103503.160000', '103503.620000', '103504.080000', '103504.540000', '103505.000000', '103505.460000', '103505.920000', '103506.380000', '103506.840000', '103507.300000', '103507.760000', '103508.220000', '103508.680000', '103509.140000', '103509.600000', '103510.060000', '103510.520000', '103510.980000', '103511.440000', '103511.900000', '103512.360000', '103512.820000', '103513.280000', '103513.740000', '103514.200000', '103514.660000', '103515.120000', '103515.580000', '103516.040000', '103516.500000', '103516.960000', '103517.420000', '103517.880000', '103518.340000', '103518.800000', '103519.260000', '103519.720000', '103520.180000', '103520.640000', '103521.100000', '103521.560000', '103522.020000', '103522.480000', '103522.940000', '103523.400000', '103523.860000', '103524.320000', '103524.780000', '103525.240000', '103525.700000', '103526.160000', '103526.620000', '103527.080000', '103527.540000', '103528.000000', '103528.460000', '103528.920000', '103529.380000', '103529.840000', '103530.300000', '103530.760000', '103531.220000', '103531.680000', '103532.140000', '103532.600000', '103533.060000', '103533.520000', '103533.980000', '103534.440000', '103534.900000', '103535.360000', '103535.820000', '103536.280000', '103536.740000', '103537.200000', '103537.660000', '103538.120000', '103538.580000', '103539.040000', '103539.500000', '103539.960000', '103540.420000', '103540.880000', '103541.340000', '103541.800000', '103542.260000', '103542.720000', '103543.180000', '103543.640000', '103544.100000', '103544.560000', '103545.020000', '103545.480000', '103545.940000', '103546.400000', '103546.860000', '103547.320000', '103547.780000', '103548.240000', '103548.700000', '103549.160000', '103549.620000', '103550.080000', '103550.540000', '103551.000000', '103551.460000', '103551.920000', '103552.380000', '103552.840000', '103553.300000', '103553.760000', '103554.220000', '103554.680000', '103555.140000', '103555.600000', '103556.060000', '103556.520000', '103556.980000', '103557.440000', '103557.900000', '103558.360000', '103558.820000', '103559.280000', '103559.740000', '103600.200000', '103600.660000', '103601.120000', '103601.580000', '103602.040000', '103602.500000', '103602.960000', '103603.420000', '103603.880000', '103604.340000', '103604.800000', '103605.260000', '103605.720000', '103606.180000', '103606.640000', '103607.100000', '103607.560000', '103608.020000', '103608.480000', '103608.940000', '103609.400000', '103609.860000', '103610.320000', '103610.780000', '103611.240000', '103611.700000', '103612.160000', '103612.620000', '103613.080000', '103613.540000', '103614.000000', '103614.460000', '103614.920000', '103615.380000', '103615.840000', '103616.300000', '103616.760000', '103617.220000', '103617.680000', '103618.140000', '103618.600000', '103619.060000', '103619.520000', '103619.980000', '103620.440000', '103620.900000', '103621.360000', '103621.820000', '103622.280000', '103622.740000', '103623.200000', '103623.660000', '103624.120000', '103624.580000', '103625.040000', '103625.500000', '103625.960000', '103626.420000', '103626.880000', '103627.340000', '103627.800000', '103628.260000', '103628.720000', '103629.180000', '103629.640000', '103630.100000', '103630.560000', '103631.020000', '103631.480000', '103631.940000', '103632.400000', '103632.860000', '103633.320000', '103633.780000', '103634.240000', '103634.700000', '103635.160000', '103635.620000', '103636.080000', '103636.540000', '103637.000000', '103637.460000', '103637.920000', '103638.380000', '103638.840000', '103639.300000', '103639.760000', '103640.220000', '103640.680000', '103641.140000', '103641.600000', '103642.060000', '103642.520000', '103642.980000', '103643.440000', '103643.900000', '103644.360000', '103644.820000', '103645.280000', '103645.740000', '103646.200000', '103646.660000', '103647.120000', '103647.580000', '103648.040000', '103648.500000', '103648.960000', '103649.420000', '103649.880000', '103650.340000', '103650.800000', '103651.260000', '103651.720000', '103652.180000', '103652.640000', '103653.100000', '103653.560000', '103654.020000', '103654.480000', '103654.940000', '103655.400000', '103655.860000', '103656.320000', '103656.780000', '103657.240000', '103657.700000', '103658.160000', '103658.620000', '103659.080000', '103659.540000', '103700.000000', '103700.460000', '103700.920000', '103701.380000', '103701.840000', '103702.300000', '103702.760000', '103703.220000', '103703.680000', '103704.140000', '103704.600000', '103705.060000', '103705.520000', '103705.980000', '103706.440000', '103706.900000', '103707.360000', '103707.820000', '103708.280000', '103708.740000', '103709.200000', '103709.660000', '103710.120000', '103710.580000', '103711.040000', '103711.500000', '103711.960000', '103712.420000', '103712.880000', '103713.340000', '103713.800000', '103714.260000', '103714.720000', '103715.180000', '103715.640000', '103716.100000', '103716.560000', '103717.020000', '103717.480000', '103717.940000', '103718.400000', '103718.860000', '103719.320000', '103719.780000', '103720.240000', '103720.700000', '103721.160000', '103721.620000', '103722.080000', '103722.540000', '103723.000000', '103723.460000', '103723.920000', '103724.380000', '103724.840000', '103725.300000', '103725.760000', '103726.220000', '103726.680000', '103727.140000', '103727.600000', '103728.060000', '103728.520000', '103728.980000', '103729.440000', '103729.900000', '103730.360000', '103730.820000', '103731.280000', '103731.740000', '103732.200000', '103732.660000', '103733.120000', '103733.580000', '103734.040000', '103734.500000', '103734.960000', '103735.420000', '103735.880000', '103736.340000', '103736.800000', '103737.260000', '103737.720000', '103738.180000', '103738.640000', '103739.100000', '103739.560000', '103740.020000', '103740.480000', '103740.940000', '103741.400000', '103741.860000', '103742.320000', '103742.780000', '103743.240000', '103743.700000', '103744.160000', '103744.620000', '103745.080000', '103745.540000', '103746.000000', '103746.460000', '103746.920000', '103747.380000', '103747.840000', '103748.300000', '103748.760000', '103749.220000', '103749.680000', '103750.140000', '103750.600000', '103751.060000', '103751.520000', '103751.980000', '103752.440000', '103752.900000', '103753.360000', '103753.820000', '103754.280000', '103754.740000', '103755.200000', '103755.660000', '103756.120000', '103756.580000', '103757.040000', '103757.500000', '103757.960000', '103758.420000', '103758.880000', '103759.340000', '103759.800000', '103800.260000', '103800.720000', '103801.180000', '103801.640000', '103802.100000', '103802.560000', '103803.020000', '103803.480000', '103803.940000', '103804.400000', '103804.860000', '103805.320000', '103805.780000', '103806.240000', '103806.700000', '103807.160000', '103807.620000', '103808.080000', '103808.540000', '103809.000000', '103809.460000', '103809.920000', '103810.380000', '103810.840000', '103811.300000', '103811.760000', '103812.220000', '103812.680000', '103813.140000', '103813.600000', '103814.060000', '103814.520000', '103814.980000', '103815.440000', '103815.900000', '103816.360000', '103816.820000', '103817.280000', '103817.740000', '103818.200000', '103818.660000', '103819.120000', '103819.580000', '103820.040000', '103820.500000', '103820.960000', '103821.420000', '103821.880000', '103822.340000', '103822.800000', '103823.260000', '103823.720000', '103824.180000', '103824.640000', '103825.100000', '103825.560000', '103826.020000', '103826.480000', '103826.940000', '103827.400000', '103827.860000', '103828.320000', '103828.780000', '103829.240000', '103829.700000', '103830.160000', '103830.620000', '103831.080000', '103831.540000', '103832.000000', '103832.460000', '103832.920000', '103833.380000', '103833.840000', '103834.300000', '103834.760000', '103835.220000', '103835.680000', '103836.140000', '103836.600000', '103837.060000', '103837.520000', '103837.980000', '103838.440000', '103838.900000', '103839.360000', '103839.820000', '103840.280000', '103840.740000', '103841.200000', '103841.660000', '103842.120000', '103842.580000', '103843.040000', '103843.500000', '103843.960000', '103844.420000', '103844.880000', '103845.340000', '103845.800000', '103846.260000', '103846.720000', '103847.180000', '103847.640000', '103848.100000', '103848.560000', '103849.020000', '103849.480000', '103849.940000', '103850.400000', '103850.860000', '103851.320000', '103851.780000', '103852.240000', '103852.700000', '103853.160000', '103853.620000', '103854.080000', '103854.540000', '103855.000000', '103855.460000', '103855.920000', '103856.380000', '103856.840000', '103857.300000', '103857.760000', '103858.220000', '103858.680000', '103859.140000', '103859.600000', '103900.060000', '103900.520000', '103900.980000', '103901.440000', '103901.900000', '103902.360000', '103902.820000', '103903.280000', '103903.740000', '103904.200000', '103904.660000', '103905.120000', '103905.580000', '103906.040000', '103906.500000', '103906.960000', '103907.420000', '103907.880000', '103908.340000', '103908.800000', '103909.260000', '103909.720000', '103910.180000', '103910.640000', '103911.100000', '103911.560000', '103912.020000', '103912.480000', '103912.940000', '103913.400000', '103913.860000', '103914.320000', '103914.780000', '103915.240000', '103915.700000', '103916.160000', '103916.620000', '103917.080000', '103917.540000', '103918.000000', '103918.460000', '103918.920000', '103919.380000', '103919.840000', '103920.300000', '103920.760000', '103921.220000', '103921.680000', '103922.140000', '103922.600000', '103923.060000', '103923.520000', '103923.980000', '103924.440000', '103924.900000', '103925.360000', '103925.820000', '103926.280000', '103926.740000', '103927.200000', '103927.660000', '103928.120000', '103928.580000', '103929.040000', '103929.500000', '103929.960000', '103930.420000', '103930.880000', '103931.340000', '103931.800000', '103932.260000', '103932.720000', '103933.180000', '103933.640000', '103934.100000', '103934.560000', '103935.020000', '103935.480000', '103935.940000', '103936.400000', '103936.860000', '103937.320000', '103937.780000', '103938.240000', '103938.700000', '103939.160000', '103939.620000', '103940.080000', '103940.540000', '103941.000000', '103941.460000', '103941.920000', '103942.380000', '103942.840000', '103943.300000', '103943.760000', '103944.220000', '103944.680000', '103945.140000', '103945.600000', '103946.060000', '103946.520000', '103946.980000', '103947.440000', '103947.900000', '103948.360000', '103948.820000', '103949.280000', '103949.740000', '103950.200000', '103950.660000', '103951.120000', '103951.580000', '103952.040000', '103952.500000', '103952.960000', '103953.420000', '103953.880000', '103954.340000', '103954.800000', '103955.260000', '103955.720000', '103956.180000', '103956.640000', '103957.100000', '103957.560000', '103958.020000', '103958.480000', '103958.940000', '103959.400000', '103959.860000', '104000.320000', '104000.780000', '104001.240000', '104001.700000', '104002.160000', '104002.620000', '104003.080000', '104003.540000', '104004.000000', '104004.460000', '104004.920000', '104005.380000', '104005.840000', '104006.300000', '104006.760000', '104007.220000', '104007.680000', '104008.140000', '104008.600000', '104009.060000', '104009.520000', '104009.980000', '104010.440000', '104010.900000', '104011.360000', '104011.820000', '104012.280000', '104012.740000', '104013.200000', '104013.660000', '104014.120000', '104014.580000', '104015.040000', '104015.500000', '104015.960000', '104016.420000', '104016.880000', '104017.340000', '104017.800000', '104018.260000', '104018.720000', '104019.180000', '104019.640000', '104020.100000', '104020.560000', '104021.020000', '104021.480000', '104021.940000', '104022.400000', '104022.860000', '104023.320000', '104023.780000', '104024.240000', '104024.700000', '104025.160000', '104025.620000', '104026.080000', '104026.540000', '104027.000000', '104027.460000', '104027.920000', '104028.380000', '104028.840000', '104029.300000', '104029.760000', '104030.220000', '104030.680000', '104031.140000', '104031.600000', '104032.060000', '104032.520000', '104032.980000', '104033.440000', '104033.900000', '104034.360000', '104034.820000', '104035.280000', '104035.740000', '104036.200000', '104036.660000', '104037.120000', '104037.580000', '104038.040000', '104038.500000', '104038.960000', '104039.420000', '104039.880000', '104040.340000', '104040.800000', '104041.260000', '104041.720000', '104042.180000', '104042.640000', '104043.100000', '104043.560000', '104044.020000', '104044.480000', '104044.940000', '104045.400000', '104045.860000', '104046.320000', '104046.780000', '104047.240000', '104047.700000', '104048.160000', '104048.620000', '104049.080000', '104049.540000', '104050.000000', '104050.460000', '104050.920000', '104051.380000', '104051.840000', '104052.300000', '104052.760000', '104053.220000', '104053.680000', '104054.140000', '104054.600000', '104055.060000', '104055.520000', '104055.980000', '104056.440000', '104056.900000', '104057.360000', '104057.820000', '104058.280000', '104058.740000', '104059.200000', '104059.660000', '104100.120000', '104100.580000', '104101.040000', '104101.500000', '104101.960000', '104102.420000', '104102.880000', '104103.340000', '104103.800000', '104104.260000', '104104.720000', '104105.180000', '104105.640000', '104106.100000', '104106.560000', '104107.020000', '104107.480000', '104107.940000', '104108.400000', '104108.860000', '104109.320000', '104109.780000', '104110.240000', '104110.700000', '104111.160000', '104111.620000', '104112.080000', '104112.540000', '104113.000000', '104113.460000', '104113.920000', '104114.380000', '104114.840000', '104115.300000', '104115.760000', '104116.220000', '104116.680000', '104117.140000', '104117.600000', '104118.060000', '104118.520000', '104118.980000', '104119.440000', '104119.900000', '104120.360000', '104120.820000', '104121.280000', '104121.740000', '104122.200000', '104122.660000', '104123.120000', '104123.580000', '104124.040000', '104124.500000', '104124.960000', '104125.420000', '104125.880000', '104126.340000', '104126.800000', '104127.260000', '104127.720000', '104128.180000', '104128.640000', '104129.100000', '104129.560000', '104130.020000', '104130.480000', '104130.940000', '104131.400000', '104131.860000', '104132.320000', '104132.780000', '104133.240000', '104133.700000', '104134.160000', '104134.620000', '104135.080000', '104135.540000', '104136.000000', '104136.460000', '104136.920000', '104137.380000', '104137.840000', '104138.300000', '104138.760000', '104139.220000', '104139.680000', '104140.140000', '104140.600000', '104141.060000', '104141.520000', '104141.980000', '104142.440000', '104142.900000', '104143.360000', '104143.820000', '104144.280000', '104144.740000', '104145.200000', '104145.660000', '104146.120000', '104146.580000', '104147.040000', '104147.500000', '104147.960000', '104148.420000', '104148.880000', '104149.340000', '104149.800000', '104150.260000', '104150.720000', '104151.180000', '104151.640000', '104152.100000', '104152.560000', '104153.020000', '104153.480000', '104153.940000', '104154.400000', '104154.860000', '104155.320000', '104155.780000', '104156.240000', '104156.700000', '104157.160000', '104157.620000', '104158.080000', '104158.540000', '104159.000000', '104159.460000', '104159.920000', '104200.380000', '104200.840000', '104201.300000', '104201.760000', '104202.220000', '104202.680000', '104203.140000', '104203.600000', '104204.060000', '104204.520000', '104204.980000', '104205.440000', '104205.900000', '104206.360000', '104206.820000', '104207.280000', '104207.740000', '104208.200000', '104208.660000', '104209.120000', '104209.580000', '104210.040000', '104210.500000', '104210.960000', '104211.420000', '104211.880000', '104212.340000', '104212.800000', '104213.260000', '104213.720000', '104214.180000', '104214.640000', '104215.100000', '104215.560000', '104216.020000', '104216.480000', '104216.940000', '104217.400000', '104217.860000', '104218.320000', '104218.780000', '104219.240000', '104219.700000', '104220.160000', '104220.620000', '104221.080000', '104221.540000', '104222.000000', '104222.460000', '104222.920000', '104223.380000', '104223.840000', '104224.300000', '104224.760000', '104225.220000', '104225.680000', '104226.140000', '104226.600000', '104227.060000', '104227.520000', '104227.980000', '104228.440000', '104228.900000', '104229.360000', '104229.820000', '104230.280000', '104230.740000', '104231.200000', '104231.660000', '104232.120000', '104232.580000', '104233.040000', '104233.500000', '104233.960000', '104234.420000', '104234.880000', '104235.340000', '104235.800000', '104236.260000', '104236.720000', '104237.180000', '104237.640000', '104238.100000', '104238.560000', '104239.020000', '104239.480000', '104239.940000', '104240.400000', '104240.860000', '104241.320000', '104241.780000', '104242.240000', '104242.700000', '104243.160000', '104243.620000', '104244.080000', '104244.540000', '104245.000000', '104245.460000', '104245.920000', '104246.380000', '104246.840000', '104247.300000', '104247.760000', '104248.220000', '104248.680000', '104249.140000', '104249.600000', '104250.060000', '104250.520000', '104250.980000', '104251.440000', '104251.900000', '104252.360000', '104252.820000', '104253.280000', '104253.740000', '104254.200000', '104254.660000', '104255.120000', '104255.580000', '104256.040000', '104256.500000', '104256.960000', '104257.420000', '104257.880000', '104258.340000', '104258.800000', '104259.260000', '104259.720000', '104300.180000', '104300.640000', '104301.100000', '104301.560000', '104302.020000', '104302.480000', '104302.940000', '104303.400000', '104303.860000', '104304.320000', '104304.780000', '104305.240000', '104305.700000', '104306.160000', '104306.620000', '104307.080000', '104307.540000', '104308.000000', '104308.460000', '104308.920000', '104309.380000', '104309.840000', '104310.300000', '104310.760000', '104311.220000', '104311.680000', '104312.140000', '104312.600000', '104313.060000', '104313.520000', '104313.980000', '104314.440000', '104314.900000', '104315.360000', '104315.820000', '104316.280000', '104316.740000', '104317.200000', '104317.660000', '104318.120000', '104318.580000', '104319.040000', '104319.500000', '104319.960000', '104320.420000', '104320.880000', '104321.340000', '104321.800000', '104322.260000', '104322.720000', '104323.180000', '104323.640000', '104324.100000', '104324.560000', '104325.020000', '104325.480000', '104325.940000', '104326.400000', '104326.860000', '104327.320000', '104327.780000', '104328.240000', '104328.700000', '104329.160000', '104329.620000', '104330.080000', '104330.540000', '104331.000000', '104331.460000', '104331.920000', '104332.380000', '104332.840000', '104333.300000', '104333.760000', '104334.220000', '104334.680000', '104335.140000', '104335.600000', '104336.060000', '104336.520000', '104336.980000', '104337.440000', '104337.900000', '104338.360000', '104338.820000', '104339.280000', '104339.740000', '104340.200000', '104340.660000', '104341.120000', '104341.580000', '104342.040000', '104342.500000', '104342.960000', '104343.420000', '104343.880000', '104344.340000', '104344.800000', '104345.260000', '104345.720000', '104346.180000', '104346.640000', '104347.100000', '104347.560000', '104348.020000', '104348.480000', '104348.940000', '104349.400000', '104349.860000', '104350.320000', '104350.780000', '104351.240000', '104351.700000', '104352.160000', '104352.620000', '104353.080000', '104353.540000', '104354.000000', '104354.460000', '104354.920000', '104355.380000', '104355.840000', '104356.300000', '104356.760000', '104357.220000', '104357.680000', '104358.140000', '104358.600000', '104359.060000', '104359.520000', '104359.980000', '104400.440000', '104400.900000', '104401.360000', '104401.820000', '104402.280000', '104402.740000', '104403.200000', '104403.660000', '104404.120000', '104404.580000', '104405.040000', '104405.500000', '104405.960000', '104406.420000', '104406.880000', '104407.340000', '104407.800000', '104408.260000', '104408.720000', '104409.180000', '104409.640000', '104410.100000', '104410.560000', '104411.020000', '104411.480000', '104411.940000', '104412.400000', '104412.860000', '104413.320000', '104413.780000', '104414.240000', '104414.700000', '104415.160000', '104415.620000', '104416.080000', '104416.540000', '104417.000000', '104417.460000', '104417.920000', '104418.380000', '104418.840000', '104419.300000', '104419.760000', '104420.220000', '104420.680000', '104421.140000', '104421.600000', '104422.060000', '104422.520000', '104422.980000', '104423.440000', '104423.900000', '104424.360000', '104424.820000', '104425.280000', '104425.740000', '104426.200000', '104426.660000', '104427.120000', '104427.580000', '104428.040000', '104428.500000', '104428.960000', '104429.420000', '104429.880000', '104430.340000', '104430.800000', '104431.260000', '104431.720000', '104432.180000', '104432.640000', '104433.100000', '104433.560000', '104434.020000', '104434.480000', '104434.940000', '104435.400000', '104435.860000', '104436.320000', '104436.780000', '104437.240000', '104437.700000', '104438.160000', '104438.620000', '104439.080000', '104439.540000', '104440.000000', '104440.460000', '104440.920000', '104441.380000', '104441.840000', '104442.300000', '104442.760000', '104443.220000', '104443.680000', '104444.140000', '104444.600000', '104445.060000', '104445.520000', '104445.980000', '104446.440000', '104446.900000', '104447.360000', '104447.820000', '104448.280000', '104448.740000', '104449.200000', '104449.660000', '104450.120000', '104450.580000', '104451.040000', '104451.500000', '104451.960000', '104452.420000', '104452.880000', '104453.340000', '104453.800000', '104454.260000', '104454.720000', '104455.180000', '104455.640000', '104456.100000', '104456.560000', '104457.020000', '104457.480000', '104457.940000', '104458.400000', '104458.860000', '104459.320000', '104459.780000', '104500.240000', '104500.700000', '104501.160000', '104501.620000', '104502.080000', '104502.540000', '104503.000000', '104503.460000', '104503.920000', '104504.380000', '104504.840000', '104505.300000', '104505.760000', '104506.220000', '104506.680000', '104507.140000', '104507.600000', '104508.060000', '104508.520000', '104508.980000', '104509.440000', '104509.900000', '104510.360000', '104510.820000', '104511.280000', '104511.740000', '104512.200000', '104512.660000', '104513.120000', '104513.580000', '104514.040000', '104514.500000', '104514.960000', '104515.420000', '104515.880000', '104516.340000', '104516.800000', '104517.260000', '104517.720000', '104518.180000', '104518.640000', '104519.100000', '104519.560000', '104520.020000', '104520.480000', '104520.940000', '104521.400000', '104521.860000', '104522.320000', '104522.780000', '104523.240000', '104523.700000', '104524.160000', '104524.620000', '104525.080000', '104525.540000', '104526.000000', '104526.460000', '104526.920000', '104527.380000', '104527.840000', '104528.300000', '104528.760000', '104529.220000', '104529.680000', '104530.140000', '104530.600000', '104531.060000', '104531.520000', '104531.980000', '104532.440000', '104532.900000', '104533.360000', '104533.820000', '104534.280000', '104534.740000', '104535.200000', '104535.660000', '104536.120000', '104536.580000', '104537.040000', '104537.500000', '104537.960000', '104538.420000', '104538.880000', '104539.340000', '104539.800000', '104540.260000', '104540.720000', '104541.180000', '104541.640000', '104542.100000', '104542.560000', '104543.020000', '104543.480000', '104543.940000', '104544.400000', '104544.860000', '104545.320000', '104545.780000', '104546.240000', '104546.700000', '104547.160000', '104547.620000', '104548.080000', '104548.540000', '104549.000000', '104549.460000', '104549.920000', '104550.380000', '104550.840000', '104551.300000', '104551.760000', '104552.220000', '104552.680000', '104553.140000', '104553.600000', '104554.060000', '104554.520000', '104554.980000', '104555.440000', '104555.900000', '104556.360000', '104556.820000', '104557.280000', '104557.740000', '104558.200000', '104558.660000', '104559.120000', '104559.580000', '104600.040000', '104600.500000', '104600.960000', '104601.420000', '104601.880000', '104602.340000', '104602.800000', '104603.260000', '104603.720000', '104604.180000', '104604.640000', '104605.100000', '104605.560000', '104606.020000', '104606.480000', '104606.940000', '104607.400000', '104607.860000', '104608.320000', '104608.780000', '104609.240000', '104609.700000', '104610.160000', '104610.620000', '104611.080000', '104611.540000', '104612.000000', '104612.460000', '104612.920000', '104613.380000', '104613.840000', '104614.300000', '104614.760000', '104615.220000', '104615.680000', '104616.140000', '104616.600000', '104617.060000', '104617.520000', '104617.980000', '104618.440000', '104618.900000', '104619.360000', '104619.820000', '104620.280000', '104620.740000', '104621.200000', '104621.660000', '104622.120000', '104622.580000', '104623.040000', '104623.500000', '104623.960000', '104624.420000', '104624.880000', '104625.340000', '104625.800000', '104626.260000', '104626.720000', '104627.180000', '104627.640000', '104628.100000', '104628.560000', '104629.020000', '104629.480000', '104629.940000', '104630.400000', '104630.860000', '104631.320000', '104631.780000', '104632.240000', '104632.700000', '104633.160000', '104633.620000', '104634.080000', '104634.540000', '104635.000000', '104635.460000', '104635.920000', '104636.380000', '104636.840000', '104637.300000', '104637.760000', '104638.220000', '104638.680000', '104639.140000', '104639.600000', '104640.060000', '104640.520000', '104640.980000', '104641.440000', '104641.900000', '104642.360000', '104642.820000', '104643.280000', '104643.740000', '104644.200000', '104644.660000', '104645.120000', '104645.580000', '104646.040000', '104646.500000', '104646.960000', '104647.420000', '104647.880000', '104648.340000', '104648.800000', '104649.260000', '104649.720000', '104650.180000', '104650.640000', '104651.100000', '104651.560000', '104652.020000', '104652.480000', '104652.940000', '104653.400000', '104653.860000', '104654.320000', '104654.780000', '104655.240000', '104655.700000', '104656.160000', '104656.620000', '104657.080000', '104657.540000', '104658.000000', '104658.460000', '104658.920000', '104659.380000', '104659.840000', '104700.300000', '104700.760000', '104701.220000', '104701.680000', '104702.140000', '104702.600000', '104703.060000', '104703.520000', '104703.980000', '104704.440000', '104704.900000', '104705.360000', '104705.820000', '104706.280000', '104706.740000', '104707.200000', '104707.660000', '104708.120000', '104708.580000', '104709.040000', '104709.500000', '104709.960000', '104710.420000', '104710.880000', '104711.340000', '104711.800000', '104712.260000', '104712.720000', '104713.180000', '104713.640000', '104714.100000', '104714.560000', '104715.020000', '104715.480000', '104715.940000', '104716.400000', '104716.860000', '104717.320000', '104717.780000', '104718.240000', '104718.700000', '104719.160000', '104719.620000', '104720.080000', '104720.540000', '104721.000000', '104721.460000', '104721.920000', '104722.380000', '104722.840000', '104723.300000', '104723.760000', '104724.220000', '104724.680000', '104725.140000', '104725.600000', '104726.060000', '104726.520000', '104726.980000', '104727.440000', '104727.900000', '104728.360000', '104728.820000', '104729.280000', '104729.740000', '104730.200000', '104730.660000', '104731.120000', '104731.580000', '104732.040000', '104732.500000', '104732.960000', '104733.420000', '104733.880000', '104734.340000', '104734.800000', '104735.260000', '104735.720000', '104736.180000', '104736.640000', '104737.100000', '104737.560000', '104738.020000', '104738.480000'], 'ContentTime': ['103339.154000', '103339.157000', '103339.161000', '103339.164000', '103339.167000', '103339.170000', '103339.173000', '103339.176000', '103339.179000', '103339.182000', '103339.184000', '103339.187000', '103339.190000', '103339.193000', '103339.196000', '103339.199000', '103339.202000', '103339.205000', '103339.208000', '103339.211000', '103339.214000', '103339.217000', '103339.220000', '103339.223000', '103339.226000', '103339.229000', '103339.232000', '103339.235000', '103339.262000', '103339.265000', '103339.268000', '103359.108000', '103359.111000', '103359.114000', '103359.116000', '103359.119000', '103359.122000', '103359.125000', '103359.128000', '103359.131000', '103359.133000', '103359.136000', '103359.139000', '103359.142000', '103359.145000', '103359.148000', '103359.150000', '103359.155000', '103359.158000', '103359.160000', '103359.163000', '103359.166000', '103359.169000', '103359.172000', '103359.174000', '103359.178000', '103359.180000', '103359.183000', '103359.186000', '103359.189000', '103359.192000', '103359.194000', '103359.197000', '103359.200000', '103359.203000', '103359.206000', '103359.208000', '103359.211000', '103359.214000', '103359.217000', '103359.220000', '103359.223000', '103359.225000', '103359.228000', '103359.231000', '103419.108000', '103419.111000', '103419.114000', '103419.117000', '103419.120000', '103419.122000', '103419.125000', '103419.128000', '103419.131000', '103419.134000', '103419.137000', '103419.146000', '103419.149000', '103419.151000', '103419.154000', '103419.157000', '103419.196000', '103419.199000', '103419.202000', '103419.205000', '103419.208000', '103419.211000', '103419.214000', '103419.216000', '103419.219000', '103419.222000', '103419.225000', '103419.228000', '103419.233000', '103419.236000', '103419.239000', '103419.242000', '103419.245000', '103419.248000', '103419.251000', '103419.254000', '103419.257000', '103419.259000', '103419.262000', '103419.265000', '103419.268000', '103419.271000', '103419.274000', '103439.108000', '103439.111000', '103439.114000', '103439.117000', '103439.119000', '103439.122000', '103439.125000', '103439.128000', '103439.149000', '103439.152000', '103439.155000', '103439.175000', '103439.178000', '103439.180000', '103439.183000', '103439.186000', '103439.189000', '103439.192000', '103439.194000', '103439.197000', '103439.200000', '103439.203000', '103439.206000', '103439.209000', '103439.212000', '103439.215000', '103439.217000', '103439.220000', '103439.223000', '103439.226000', '103439.229000', '103439.232000', '103439.235000', '103439.237000', '103439.240000', '103439.243000', '103439.246000', '103439.249000', '103439.252000', '103439.255000', '103439.257000', '103439.260000', '103439.263000', '103439.266000', '103459.108000', '103459.111000', '103459.114000', '103459.117000', '103459.120000', '103459.123000', '103459.126000', '103459.128000', '103459.131000', '103459.134000', '103459.137000', '103459.140000', '103459.143000', '103459.146000', '103459.148000', '103459.151000', '103459.154000', '103459.157000', '103459.160000', '103459.163000', '103459.165000', '103459.168000', '103459.171000', '103459.174000', '103459.177000', '103459.180000', '103459.183000', '103459.185000', '103459.188000', '103459.191000', '103459.194000', '103459.197000', '103459.200000', '103459.203000', '103459.205000', '103459.208000', '103459.211000', '103459.214000', '103459.217000', '103459.220000', '103459.222000', '103459.225000', '103459.228000', '103519.108000', '103519.111000', '103519.122000', '103519.124000', '103519.127000', '103519.130000', '103519.133000', '103519.136000', '103519.139000', '103519.142000', '103519.145000', '103519.147000', '103519.150000', '103519.153000', '103519.156000', '103519.159000', '103519.162000', '103519.164000', '103519.167000', '103519.170000', '103519.173000', '103519.176000', '103519.179000', '103519.182000', '103519.185000', '103519.187000', '103519.190000', '103519.193000', '103519.196000', '103519.199000', '103519.202000', '103519.204000', '103519.207000', '103519.210000', '103519.213000', '103519.216000', '103519.219000', '103519.222000', '103519.224000', '103519.227000', '103519.230000', '103519.233000', '103519.236000', '103519.239000', '103539.108000', '103539.111000', '103539.114000', '103539.116000', '103539.119000', '103539.122000', '103539.125000', '103539.128000', '103539.131000', '103539.134000', '103539.137000', '103539.139000', '103539.142000', '103539.145000', '103539.148000', '103539.151000', '103539.154000', '103539.157000', '103539.160000', '103539.162000', '103539.165000', '103539.168000', '103539.171000', '103539.174000', '103539.177000', '103539.180000', '103539.182000', '103539.185000', '103539.188000', '103539.191000', '103539.194000', '103539.197000', '103539.200000', '103539.203000', '103539.207000', '103539.210000', '103539.213000', '103539.215000', '103539.218000', '103539.221000', '103539.224000', '103539.227000', '103539.230000', '103559.108000', '103559.116000', '103559.118000', '103559.121000', '103559.124000', '103559.127000', '103559.130000', '103559.133000', '103559.135000', '103559.138000', '103559.141000', '103559.144000', '103559.147000', '103559.150000', '103559.153000', '103559.155000', '103559.158000', '103559.202000', '103559.205000', '103559.208000', '103559.210000', '103559.213000', '103559.216000', '103559.219000', '103559.222000', '103559.225000', '103559.227000', '103559.230000', '103559.233000', '103559.236000', '103559.239000', '103559.242000', '103559.245000', '103559.248000', '103559.250000', '103559.253000', '103559.256000', '103559.259000', '103559.262000', '103559.265000', '103559.268000', '103559.271000', '103559.273000', '103559.282000', '103619.108000', '103619.111000', '103619.114000', '103619.128000', '103619.131000', '103619.134000', '103619.137000', '103619.140000', '103619.143000', '103619.145000', '103619.148000', '103619.151000', '103619.154000', '103619.157000', '103619.197000', '103619.200000', '103619.202000', '103619.205000', '103619.208000', '103619.211000', '103619.214000', '103619.217000', '103619.220000', '103619.223000', '103619.225000', '103619.228000', '103619.231000', '103619.234000', '103619.237000', '103619.240000', '103619.242000', '103619.245000', '103619.248000', '103619.251000', '103619.254000', '103619.257000', '103619.260000', '103619.262000', '103619.265000', '103619.268000', '103619.271000', '103619.274000', '103619.277000', '103639.108000', '103639.111000', '103639.114000', '103639.117000', '103639.126000', '103639.129000', '103639.132000', '103639.135000', '103639.138000', '103639.141000', '103639.143000', '103639.146000', '103639.149000', '103639.152000', '103639.155000', '103639.182000', '103639.185000', '103639.188000', '103639.191000', '103639.194000', '103639.197000', '103639.199000', '103639.202000', '103639.205000', '103639.208000', '103639.211000', '103639.214000', '103639.216000', '103639.219000', '103639.222000', '103639.225000', '103639.228000', '103639.231000', '103639.234000', '103639.237000', '103639.240000', '103639.243000', '103639.245000', '103639.248000', '103639.251000', '103639.254000', '103639.257000', '103639.260000', '103639.262000', '103659.108000', '103659.111000', '103659.114000', '103659.117000', '103659.120000', '103659.122000', '103659.125000', '103659.128000', '103659.131000', '103659.134000', '103659.137000', '103659.140000', '103659.142000', '103659.145000', '103659.148000', '103659.151000', '103659.154000', '103659.157000', '103659.197000', '103659.200000', '103659.203000', '103659.205000', '103659.208000', '103659.211000', '103659.214000', '103659.217000', '103659.220000', '103659.223000', '103659.225000', '103659.228000', '103659.231000', '103659.234000', '103659.237000', '103659.241000', '103659.245000', '103659.247000', '103659.250000', '103659.253000', '103659.256000', '103659.259000', '103659.262000', '103659.265000', '103659.268000', '103719.108000', '103719.111000', '103719.114000', '103719.117000', '103719.120000', '103719.123000', '103719.125000', '103719.128000', '103719.131000', '103719.134000', '103719.137000', '103719.140000', '103719.143000', '103719.145000', '103719.148000', '103719.151000', '103719.154000', '103719.157000', '103719.160000', '103719.163000', '103719.166000', '103719.169000', '103719.171000', '103719.175000', '103719.177000', '103719.180000', '103719.183000', '103719.186000', '103719.189000', '103719.192000', '103719.195000', '103719.198000', '103719.200000', '103719.203000', '103719.206000', '103719.209000', '103719.212000', '103719.215000', '103719.217000', '103719.220000', '103719.223000', '103719.226000', '103719.229000', '103739.108000', '103739.111000', '103739.114000', '103739.117000', '103739.120000', '103739.123000', '103739.126000', '103739.128000', '103739.131000', '103739.134000', '103739.137000', '103739.140000', '103739.142000', '103739.145000', '103739.148000', '103739.151000', '103739.154000', '103739.157000', '103739.217000', '103739.220000', '103739.223000', '103739.226000', '103739.229000', '103739.232000', '103739.235000', '103739.237000', '103739.240000', '103739.243000', '103739.246000', '103739.263000', '103739.269000', '103739.272000', '103739.275000', '103739.278000', '103739.281000', '103739.284000', '103739.286000', '103739.289000', '103739.292000', '103739.295000', '103739.298000', '103739.301000', '103739.304000', '103739.306000', '103759.109000', '103759.113000', '103759.116000', '103759.119000', '103759.121000', '103759.124000', '103759.127000', '103759.130000', '103759.133000', '103759.136000', '103759.139000', '103759.142000', '103759.144000', '103759.147000', '103759.150000', '103759.153000', '103759.156000', '103759.217000', '103759.220000', '103759.223000', '103759.226000', '103759.229000', '103759.232000', '103759.235000', '103759.237000', '103759.240000', '103759.243000', '103759.246000', '103759.249000', '103759.252000', '103759.255000', '103759.258000', '103759.261000', '103759.263000', '103759.266000', '103759.269000', '103759.272000', '103759.275000', '103759.278000', '103759.280000', '103759.283000', '103759.286000', '103759.289000', '103819.108000', '103819.111000', '103819.114000', '103819.117000', '103819.120000', '103819.123000', '103819.125000', '103819.128000', '103819.131000', '103819.134000', '103819.137000', '103819.140000', '103819.143000', '103819.146000', '103819.148000', '103819.151000', '103819.154000', '103819.157000', '103819.209000', '103819.212000', '103819.215000', '103819.218000', '103819.221000', '103819.223000', '103819.226000', '103819.229000', '103819.232000', '103819.235000', '103819.238000', '103819.241000', '103819.243000', '103819.246000', '103819.249000', '103819.252000', '103819.255000', '103819.258000', '103819.260000', '103819.263000', '103819.266000', '103819.269000', '103819.272000', '103819.275000', '103819.278000', '103819.282000', '103839.108000', '103839.111000', '103839.114000', '103839.117000', '103839.120000', '103839.123000', '103839.126000', '103839.129000', '103839.132000', '103839.135000', '103839.138000', '103839.141000', '103839.143000', '103839.146000', '103839.149000', '103839.152000', '103839.155000', '103839.158000', '103839.161000', '103839.164000', '103839.166000', '103839.169000', '103839.172000', '103839.175000', '103839.178000', '103839.181000', '103839.184000', '103839.187000', '103839.189000', '103839.192000', '103839.195000', '103839.198000', '103839.201000', '103839.204000', '103839.207000', '103839.209000', '103839.212000', '103839.215000', '103839.218000', '103839.221000', '103839.224000', '103839.227000', '103839.229000', '103859.108000', '103859.111000', '103859.114000', '103859.117000', '103859.120000', '103859.123000', '103859.125000', '103859.128000', '103859.131000', '103859.134000', '103859.137000', '103859.140000', '103859.145000', '103859.148000', '103859.151000', '103859.153000', '103859.156000', '103859.224000', '103859.227000', '103859.229000', '103859.232000', '103859.235000', '103859.238000', '103859.241000', '103859.244000', '103859.247000', '103859.249000', '103859.260000', '103859.263000', '103859.266000', '103859.269000', '103859.272000', '103859.275000', '103859.278000', '103859.281000', '103859.283000', '103859.286000', '103859.289000', '103859.292000', '103859.295000', '103859.298000', '103859.301000', '103859.303000', '103859.306000', '103919.109000', '103919.112000', '103919.115000', '103919.118000', '103919.121000', '103919.123000', '103919.126000', '103919.129000', '103919.132000', '103919.135000', '103919.139000', '103919.142000', '103919.146000', '103919.149000', '103919.152000', '103919.155000', '103919.158000', '103919.237000', '103919.240000', '103919.243000', '103919.246000', '103919.249000', '103919.251000', '103919.254000', '103919.257000', '103919.260000', '103919.263000', '103919.266000', '103919.269000', '103919.271000', '103919.274000', '103919.277000', '103919.280000', '103919.283000', '103919.286000', '103919.288000', '103919.291000', '103919.294000', '103919.297000', '103919.300000', '103919.303000', '103919.306000', '103919.308000', '103939.108000', '103939.111000', '103939.114000', '103939.117000', '103939.120000', '103939.122000', '103939.125000', '103939.128000', '103939.131000', '103939.134000', '103939.137000', '103939.140000', '103939.143000', '103939.145000', '103939.148000', '103939.151000', '103939.154000', '103939.157000', '103939.205000', '103939.208000', '103939.211000', '103939.213000', '103939.216000', '103939.219000', '103939.222000', '103939.225000', '103939.228000', '103939.231000', '103939.234000', '103939.236000', '103939.239000', '103939.242000', '103939.245000', '103939.248000', '103939.251000', '103939.253000', '103939.256000', '103939.259000', '103939.262000', '103939.265000', '103939.268000', '103939.270000', '103939.273000', '103939.276000', '103959.108000', '103959.111000', '103959.114000', '103959.117000', '103959.120000', '103959.123000', '103959.125000', '103959.128000', '103959.131000', '103959.134000', '103959.137000', '103959.140000', '103959.143000', '103959.146000', '103959.148000', '103959.151000', '103959.154000', '103959.157000', '103959.228000', '103959.231000', '103959.234000', '103959.237000', '103959.239000', '103959.242000', '103959.245000', '103959.248000', '103959.251000', '103959.254000', '103959.257000', '103959.259000', '103959.262000', '103959.265000', '103959.268000', '103959.271000', '103959.274000', '103959.277000', '103959.279000', '103959.282000', '103959.285000', '103959.288000', '103959.291000', '103959.294000', '103959.297000', '104019.108000', '104019.111000', '104019.114000', '104019.117000', '104019.120000', '104019.123000', '104019.125000', '104019.128000', '104019.131000', '104019.134000', '104019.137000', '104019.140000', '104019.143000', '104019.146000', '104019.149000', '104019.152000', '104019.155000', '104019.158000', '104019.217000', '104019.220000', '104019.222000', '104019.225000', '104019.228000', '104019.231000', '104019.234000', '104019.237000', '104019.240000', '104019.242000', '104019.245000', '104019.248000', '104019.251000', '104019.254000', '104019.257000', '104019.259000', '104019.262000', '104019.265000', '104019.268000', '104019.271000', '104019.274000', '104019.277000', '104019.280000', '104019.282000', '104019.285000', '104019.288000', '104039.108000', '104039.111000', '104039.114000', '104039.117000', '104039.121000', '104039.123000', '104039.126000', '104039.143000', '104039.146000', '104039.149000', '104039.152000', '104039.154000', '104039.157000', '104039.198000', '104039.201000', '104039.203000', '104039.206000', '104039.209000', '104039.212000', '104039.215000', '104039.218000', '104039.221000', '104039.224000', '104039.227000', '104039.229000', '104039.232000', '104039.235000', '104039.238000', '104039.241000', '104039.243000', '104039.246000', '104039.249000', '104039.252000', '104039.255000', '104039.258000', '104039.261000', '104039.264000', '104039.266000', '104039.269000', '104039.272000', '104039.275000', '104039.278000', '104039.281000', '104059.108000', '104059.119000', '104059.122000', '104059.124000', '104059.127000', '104059.130000', '104059.133000', '104059.136000', '104059.139000', '104059.142000', '104059.145000', '104059.147000', '104059.150000', '104059.153000', '104059.156000', '104059.216000', '104059.219000', '104059.222000', '104059.225000', '104059.228000', '104059.231000', '104059.234000', '104059.237000', '104059.239000', '104059.242000', '104059.245000', '104059.248000', '104059.251000', '104059.254000', '104059.257000', '104059.259000', '104059.262000', '104059.265000', '104059.268000', '104059.271000', '104059.274000', '104059.277000', '104059.280000', '104059.283000', '104059.285000', '104059.288000', '104059.291000', '104059.294000', '104059.297000', '104119.108000', '104119.111000', '104119.114000', '104119.117000', '104119.120000', '104119.123000', '104119.125000', '104119.128000', '104119.131000', '104119.134000', '104119.137000', '104119.140000', '104119.143000', '104119.145000', '104119.148000', '104119.151000', '104119.154000', '104119.157000', '104119.212000', '104119.215000', '104119.218000', '104119.221000', '104119.224000', '104119.227000', '104119.230000', '104119.233000', '104119.236000', '104119.238000', '104119.241000', '104119.244000', '104119.247000', '104119.250000', '104119.253000', '104119.256000', '104119.259000', '104119.261000', '104119.264000', '104119.267000', '104119.270000', '104119.273000', '104119.276000', '104119.279000', '104119.281000', '104139.109000', '104139.112000', '104139.115000', '104139.118000', '104139.121000', '104139.123000', '104139.126000', '104139.129000', '104139.132000', '104139.135000', '104139.138000', '104139.140000', '104139.143000', '104139.146000', '104139.149000', '104139.152000', '104139.155000', '104139.158000', '104139.217000', '104139.220000', '104139.223000', '104139.225000', '104139.228000', '104139.231000', '104139.234000', '104139.237000', '104139.240000', '104139.242000', '104139.245000', '104139.248000', '104139.251000', '104139.254000', '104139.257000', '104139.260000', '104139.263000', '104139.265000', '104139.268000', '104139.271000', '104139.274000', '104139.277000', '104139.280000', '104139.283000', '104139.285000', '104139.288000', '104159.108000', '104159.111000', '104159.114000', '104159.127000', '104159.130000', '104159.133000', '104159.136000', '104159.138000', '104159.141000', '104159.144000', '104159.147000', '104159.150000', '104159.153000', '104159.157000', '104159.176000', '104159.179000', '104159.182000', '104159.185000', '104159.188000', '104159.190000', '104159.193000', '104159.196000', '104159.199000', '104159.202000', '104159.205000', '104159.208000', '104159.213000', '104159.217000', '104159.221000', '104159.223000', '104159.226000', '104159.229000', '104159.232000', '104159.235000', '104159.238000', '104159.241000', '104159.244000', '104159.246000', '104159.249000', '104159.252000', '104159.255000', '104159.258000', '104159.261000', '104219.108000', '104219.111000', '104219.114000', '104219.117000', '104219.120000', '104219.123000', '104219.126000', '104219.129000', '104219.131000', '104219.134000', '104219.137000', '104219.140000', '104219.143000', '104219.146000', '104219.148000', '104219.151000', '104219.154000', '104219.157000', '104219.205000', '104219.208000', '104219.211000', '104219.213000', '104219.216000', '104219.219000', '104219.222000', '104219.225000', '104219.228000', '104219.231000', '104219.234000', '104219.236000', '104219.239000', '104219.242000', '104219.245000', '104219.248000', '104219.251000', '104219.254000', '104219.257000', '104219.259000', '104219.262000', '104219.265000', '104219.268000', '104219.271000', '104219.274000', '104219.277000', '104239.108000', '104239.111000', '104239.114000', '104239.117000', '104239.120000', '104239.123000', '104239.126000', '104239.129000', '104239.131000', '104239.134000', '104239.137000', '104239.140000', '104239.143000', '104239.146000', '104239.149000', '104239.152000', '104239.155000', '104239.158000', '104239.217000', '104239.220000', '104239.222000', '104239.225000', '104239.228000', '104239.231000', '104239.234000', '104239.237000', '104239.240000', '104239.242000', '104239.245000', '104239.248000', '104239.251000', '104239.254000', '104239.257000', '104239.260000', '104239.263000', '104239.266000', '104239.268000', '104239.271000', '104239.274000', '104239.277000', '104239.280000', '104239.283000', '104239.286000', '104259.108000', '104259.111000', '104259.114000', '104259.117000', '104259.120000', '104259.123000', '104259.126000', '104259.128000', '104259.131000', '104259.134000', '104259.137000', '104259.140000', '104259.143000', '104259.146000', '104259.149000', '104259.152000', '104259.154000', '104259.157000', '104259.213000', '104259.216000', '104259.219000', '104259.222000', '104259.225000', '104259.227000', '104259.230000', '104259.233000', '104259.236000', '104259.239000', '104259.242000', '104259.245000', '104259.248000', '104259.251000', '104259.253000', '104259.256000', '104259.259000', '104259.262000', '104259.265000', '104259.268000', '104259.271000', '104259.274000', '104259.276000', '104259.279000', '104259.282000', '104259.285000', '104319.108000', '104319.111000', '104319.114000', '104319.117000', '104319.120000', '104319.123000', '104319.125000', '104319.128000', '104319.131000', '104319.134000', '104319.137000', '104319.140000', '104319.143000', '104319.145000', '104319.148000', '104319.151000', '104319.154000', '104319.157000', '104319.241000', '104319.244000', '104319.247000', '104319.250000', '104319.254000', '104319.258000', '104319.262000', '104319.265000', '104319.268000', '104319.270000', '104319.273000', '104319.276000', '104319.279000', '104319.282000', '104319.285000', '104319.288000', '104319.291000', '104319.293000', '104319.296000', '104319.299000', '104319.302000', '104319.305000', '104319.308000', '104319.311000', '104319.314000', '104339.108000', '104339.111000', '104339.114000', '104339.117000', '104339.120000', '104339.123000', '104339.125000', '104339.128000', '104339.131000', '104339.134000', '104339.137000', '104339.140000', '104339.142000', '104339.146000', '104339.148000', '104339.151000', '104339.154000', '104339.157000', '104339.241000', '104339.244000', '104339.247000', '104339.250000', '104339.253000', '104339.256000', '104339.258000', '104339.261000', '104339.264000', '104339.267000', '104339.270000', '104339.273000', '104339.276000', '104339.279000', '104339.282000', '104339.285000', '104339.287000', '104339.290000', '104339.293000', '104339.296000', '104339.299000', '104339.302000', '104339.305000', '104339.308000', '104339.311000', '104339.313000', '104359.109000', '104359.112000', '104359.115000', '104359.118000', '104359.121000', '104359.124000', '104359.126000', '104359.130000', '104359.132000', '104359.135000', '104359.138000', '104359.141000', '104359.144000', '104359.147000', '104359.150000', '104359.153000', '104359.155000', '104359.158000', '104359.217000', '104359.220000', '104359.223000', '104359.226000', '104359.229000', '104359.232000', '104359.234000', '104359.237000', '104359.240000', '104359.243000', '104359.246000', '104359.249000', '104359.252000', '104359.255000', '104359.258000', '104359.260000', '104359.263000', '104359.266000', '104359.269000', '104359.275000', '104359.278000', '104359.281000', '104359.284000', '104359.287000', '104359.290000', '104419.108000', '104419.111000', '104419.117000', '104419.120000', '104419.129000', '104419.132000', '104419.135000', '104419.138000', '104419.141000', '104419.144000', '104419.146000', '104419.149000', '104419.152000', '104419.155000', '104419.158000', '104419.191000', '104419.194000', '104419.197000', '104419.200000', '104419.203000', '104419.206000', '104419.209000', '104419.211000', '104419.214000', '104419.217000', '104419.220000', '104419.236000', '104419.239000', '104419.242000', '104419.245000', '104419.247000', '104419.250000', '104419.253000', '104419.256000', '104419.259000', '104419.262000', '104419.265000', '104419.267000', '104419.270000', '104419.273000', '104419.276000', '104419.279000', '104419.282000', '104419.285000', '104439.108000', '104439.111000', '104439.114000', '104439.117000', '104439.120000', '104439.123000', '104439.135000', '104439.137000', '104439.140000', '104439.143000', '104439.146000', '104439.149000', '104439.152000', '104439.155000', '104439.158000', '104439.210000', '104439.213000', '104439.216000', '104439.219000', '104439.222000', '104439.225000', '104439.227000', '104439.231000', '104439.235000', '104439.238000', '104439.241000', '104439.244000', '104439.246000', '104439.249000', '104439.252000', '104439.255000', '104439.258000', '104439.261000', '104439.263000', '104439.266000', '104439.269000', '104439.272000', '104439.275000', '104439.278000', '104439.281000', '104439.284000', '104439.289000', '104439.292000', '104459.108000', '104459.111000', '104459.114000', '104459.117000', '104459.120000', '104459.122000', '104459.125000', '104459.128000', '104459.131000', '104459.134000', '104459.137000', '104459.140000', '104459.143000', '104459.146000', '104459.149000', '104459.151000', '104459.154000', '104459.157000', '104459.160000', '104459.240000', '104459.243000', '104459.245000', '104459.248000', '104459.251000', '104459.254000', '104459.257000', '104459.260000', '104459.263000', '104459.266000', '104459.269000', '104459.271000', '104459.274000', '104459.277000', '104459.280000', '104459.283000', '104459.286000', '104459.289000', '104459.292000', '104459.294000', '104459.298000', '104459.300000', '104459.303000', '104459.306000', '104459.309000', '104519.108000', '104519.111000', '104519.114000', '104519.117000', '104519.120000', '104519.123000', '104519.126000', '104519.128000', '104519.131000', '104519.134000', '104519.137000', '104519.140000', '104519.143000', '104519.146000', '104519.149000', '104519.151000', '104519.154000', '104519.157000', '104519.160000', '104519.208000', '104519.211000', '104519.214000', '104519.217000', '104519.220000', '104519.222000', '104519.225000', '104519.228000', '104519.231000', '104519.234000', '104519.237000', '104519.240000', '104519.243000', '104519.245000', '104519.249000', '104519.251000', '104519.254000', '104519.257000', '104519.260000', '104519.263000', '104519.266000', '104519.269000', '104519.272000', '104519.274000', '104539.108000', '104539.111000', '104539.114000', '104539.117000', '104539.120000', '104539.122000', '104539.125000', '104539.128000', '104539.131000', '104539.134000', '104539.137000', '104539.140000', '104539.143000', '104539.145000', '104539.148000', '104539.151000', '104539.154000', '104539.157000', '104539.160000', '104539.163000', '104539.166000', '104539.169000', '104539.172000', '104539.175000', '104539.177000', '104539.180000', '104539.183000', '104539.186000', '104539.189000', '104539.192000', '104539.195000', '104539.198000', '104539.200000', '104539.203000', '104539.206000', '104539.209000', '104539.212000', '104539.215000', '104539.218000', '104539.220000', '104539.223000', '104539.226000', '104539.229000', '104539.232000', '104559.108000', '104559.111000', '104559.114000', '104559.117000', '104559.120000', '104559.123000', '104559.125000', '104559.128000', '104559.131000', '104559.134000', '104559.137000', '104559.140000', '104559.143000', '104559.146000', '104559.149000', '104559.151000', '104559.154000', '104559.157000', '104559.240000', '104559.243000', '104559.246000', '104559.249000', '104559.252000', '104559.255000', '104559.258000', '104559.261000', '104559.263000', '104559.266000', '104559.270000', '104559.273000', '104559.276000', '104559.279000', '104559.282000', '104559.285000', '104559.288000', '104559.291000', '104559.294000', '104559.296000', '104559.299000', '104559.302000', '104559.305000', '104559.308000', '104559.311000', '104619.109000', '104619.112000', '104619.115000', '104619.118000', '104619.121000', '104619.124000', '104619.127000', '104619.130000', '104619.133000', '104619.136000', '104619.139000', '104619.142000', '104619.144000', '104619.147000', '104619.150000', '104619.153000', '104619.156000', '104619.217000', '104619.219000', '104619.222000', '104619.225000', '104619.228000', '104619.231000', '104619.234000', '104619.237000', '104619.240000', '104619.243000', '104619.245000', '104619.248000', '104619.251000', '104619.254000', '104619.257000', '104619.260000', '104619.263000', '104619.266000', '104619.268000', '104619.271000', '104619.274000', '104619.277000', '104619.280000', '104619.283000', '104619.286000', '104619.289000', '104639.108000', '104639.111000', '104639.114000', '104639.117000', '104639.120000', '104639.123000', '104639.126000', '104639.128000', '104639.131000', '104639.134000', '104639.137000', '104639.140000', '104639.143000', '104639.146000', '104639.149000', '104639.152000', '104639.154000', '104639.157000', '104639.160000', '104639.163000', '104639.166000', '104639.169000', '104639.172000', '104639.175000', '104639.178000', '104639.181000', '104639.184000', '104639.186000', '104639.189000', '104639.192000', '104639.195000', '104639.198000', '104639.201000', '104639.204000', '104639.207000', '104639.227000', '104639.230000', '104639.233000', '104639.236000', '104639.238000', '104639.241000', '104639.244000', '104639.247000', '104639.250000', '104659.108000', '104659.111000', '104659.114000', '104659.117000', '104659.120000', '104659.123000', '104659.126000', '104659.129000', '104659.134000', '104659.139000', '104659.142000', '104659.145000', '104659.276000', '104659.279000', '104659.282000', '104659.285000', '104659.288000', '104659.290000', '104659.293000', '104659.296000', '104659.299000', '104659.302000', '104659.305000', '104659.308000', '104659.311000', '104659.314000', '104659.316000', '104659.319000', '104659.322000', '104659.325000', '104659.328000', '104659.331000', '104659.334000', '104659.337000', '104659.340000', '104659.342000', '104659.345000', '104659.348000', '104659.351000', '104659.354000', '104659.357000', '104659.360000', '104659.362000', '104719.108000', '104719.111000', '104719.114000', '104719.117000', '104719.120000', '104719.123000', '104719.126000', '104719.129000', '104719.132000', '104719.134000', '104719.137000', '104719.140000', '104719.143000', '104719.146000', '104719.149000', '104719.152000', '104719.155000', '104719.157000', '104719.237000', '104719.240000', '104719.243000', '104719.245000', '104719.248000', '104719.251000', '104719.254000', '104719.257000', '104719.260000', '104719.263000', '104719.266000', '104719.268000', '104719.271000', '104719.274000', '104719.277000', '104719.280000', '104719.283000', '104719.286000', '104719.289000', '104719.291000', '104719.294000', '104719.297000', '104719.300000', '104719.303000', '104719.306000', '104719.310000', '104739.108000', '104739.111000', '104739.114000', '104739.117000', '104739.120000', '104739.123000', '104739.126000', '104739.129000', '104739.132000', '104739.135000', '104739.137000', '104739.140000', '104739.143000', '104739.146000', '104739.149000', '104739.152000', '104739.155000', '104739.158000', '104739.237000', '104739.240000', '104739.242000', '104739.245000', '104739.248000', '104739.251000', '104739.254000', '104739.257000', '104739.260000', '104739.263000', '104739.266000', '104739.268000', '104739.271000', '104739.274000', '104739.277000', '104739.280000', '104739.283000', '104739.286000', '104739.289000', '104739.292000', '104739.295000', '104739.298000', '104739.300000', '104739.303000', '104739.306000', '104739.678000', '104739.682000'], 'InstanceCreationTime': ['103339.154000', '103339.157000', '103339.161000', '103339.164000', '103339.167000', '103339.170000', '103339.173000', '103339.176000', '103339.179000', '103339.182000', '103339.184000', '103339.187000', '103339.190000', '103339.193000', '103339.196000', '103339.199000', '103339.202000', '103339.205000', '103339.208000', '103339.211000', '103339.214000', '103339.217000', '103339.220000', '103339.223000', '103339.226000', '103339.229000', '103339.232000', '103339.235000', '103339.262000', '103339.265000', '103339.268000', '103359.108000', '103359.111000', '103359.114000', '103359.116000', '103359.119000', '103359.122000', '103359.125000', '103359.128000', '103359.131000', '103359.133000', '103359.136000', '103359.139000', '103359.142000', '103359.145000', '103359.148000', '103359.150000', '103359.155000', '103359.158000', '103359.160000', '103359.163000', '103359.166000', '103359.169000', '103359.172000', '103359.174000', '103359.178000', '103359.180000', '103359.183000', '103359.186000', '103359.189000', '103359.192000', '103359.194000', '103359.197000', '103359.200000', '103359.203000', '103359.206000', '103359.208000', '103359.211000', '103359.214000', '103359.217000', '103359.220000', '103359.223000', '103359.225000', '103359.228000', '103359.231000', '103419.108000', '103419.111000', '103419.114000', '103419.117000', '103419.120000', '103419.122000', '103419.125000', '103419.128000', '103419.131000', '103419.134000', '103419.137000', '103419.146000', '103419.149000', '103419.151000', '103419.154000', '103419.157000', '103419.196000', '103419.199000', '103419.202000', '103419.205000', '103419.208000', '103419.211000', '103419.214000', '103419.216000', '103419.219000', '103419.222000', '103419.225000', '103419.228000', '103419.233000', '103419.236000', '103419.239000', '103419.242000', '103419.245000', '103419.248000', '103419.251000', '103419.254000', '103419.257000', '103419.259000', '103419.262000', '103419.265000', '103419.268000', '103419.271000', '103419.274000', '103439.108000', '103439.111000', '103439.114000', '103439.117000', '103439.119000', '103439.122000', '103439.125000', '103439.128000', '103439.149000', '103439.152000', '103439.155000', '103439.175000', '103439.178000', '103439.180000', '103439.183000', '103439.186000', '103439.189000', '103439.192000', '103439.194000', '103439.197000', '103439.200000', '103439.203000', '103439.206000', '103439.209000', '103439.212000', '103439.215000', '103439.217000', '103439.220000', '103439.223000', '103439.226000', '103439.229000', '103439.232000', '103439.235000', '103439.237000', '103439.240000', '103439.243000', '103439.246000', '103439.249000', '103439.252000', '103439.255000', '103439.257000', '103439.260000', '103439.263000', '103439.266000', '103459.108000', '103459.111000', '103459.114000', '103459.117000', '103459.120000', '103459.123000', '103459.126000', '103459.128000', '103459.131000', '103459.134000', '103459.137000', '103459.140000', '103459.143000', '103459.146000', '103459.148000', '103459.151000', '103459.154000', '103459.157000', '103459.160000', '103459.163000', '103459.165000', '103459.168000', '103459.171000', '103459.174000', '103459.177000', '103459.180000', '103459.183000', '103459.185000', '103459.188000', '103459.191000', '103459.194000', '103459.197000', '103459.200000', '103459.203000', '103459.205000', '103459.208000', '103459.211000', '103459.214000', '103459.217000', '103459.220000', '103459.222000', '103459.225000', '103459.228000', '103519.108000', '103519.111000', '103519.122000', '103519.124000', '103519.127000', '103519.130000', '103519.133000', '103519.136000', '103519.139000', '103519.142000', '103519.145000', '103519.147000', '103519.150000', '103519.153000', '103519.156000', '103519.159000', '103519.162000', '103519.164000', '103519.167000', '103519.170000', '103519.173000', '103519.176000', '103519.179000', '103519.182000', '103519.185000', '103519.187000', '103519.190000', '103519.193000', '103519.196000', '103519.199000', '103519.202000', '103519.204000', '103519.207000', '103519.210000', '103519.213000', '103519.216000', '103519.219000', '103519.222000', '103519.224000', '103519.227000', '103519.230000', '103519.233000', '103519.236000', '103519.239000', '103539.108000', '103539.111000', '103539.114000', '103539.116000', '103539.119000', '103539.122000', '103539.125000', '103539.128000', '103539.131000', '103539.134000', '103539.137000', '103539.139000', '103539.142000', '103539.145000', '103539.148000', '103539.151000', '103539.154000', '103539.157000', '103539.160000', '103539.162000', '103539.165000', '103539.168000', '103539.171000', '103539.174000', '103539.177000', '103539.180000', '103539.182000', '103539.185000', '103539.188000', '103539.191000', '103539.194000', '103539.197000', '103539.200000', '103539.203000', '103539.207000', '103539.210000', '103539.213000', '103539.215000', '103539.218000', '103539.221000', '103539.224000', '103539.227000', '103539.230000', '103559.108000', '103559.116000', '103559.118000', '103559.121000', '103559.124000', '103559.127000', '103559.130000', '103559.133000', '103559.135000', '103559.138000', '103559.141000', '103559.144000', '103559.147000', '103559.150000', '103559.153000', '103559.155000', '103559.158000', '103559.202000', '103559.205000', '103559.208000', '103559.210000', '103559.213000', '103559.216000', '103559.219000', '103559.222000', '103559.225000', '103559.227000', '103559.230000', '103559.233000', '103559.236000', '103559.239000', '103559.242000', '103559.245000', '103559.248000', '103559.250000', '103559.253000', '103559.256000', '103559.259000', '103559.262000', '103559.265000', '103559.268000', '103559.271000', '103559.273000', '103559.282000', '103619.108000', '103619.111000', '103619.114000', '103619.128000', '103619.131000', '103619.134000', '103619.137000', '103619.140000', '103619.143000', '103619.145000', '103619.148000', '103619.151000', '103619.154000', '103619.157000', '103619.197000', '103619.200000', '103619.202000', '103619.205000', '103619.208000', '103619.211000', '103619.214000', '103619.217000', '103619.220000', '103619.223000', '103619.225000', '103619.228000', '103619.231000', '103619.234000', '103619.237000', '103619.240000', '103619.242000', '103619.245000', '103619.248000', '103619.251000', '103619.254000', '103619.257000', '103619.260000', '103619.262000', '103619.265000', '103619.268000', '103619.271000', '103619.274000', '103619.277000', '103639.108000', '103639.111000', '103639.114000', '103639.117000', '103639.126000', '103639.129000', '103639.132000', '103639.135000', '103639.138000', '103639.141000', '103639.143000', '103639.146000', '103639.149000', '103639.152000', '103639.155000', '103639.182000', '103639.185000', '103639.188000', '103639.191000', '103639.194000', '103639.197000', '103639.199000', '103639.202000', '103639.205000', '103639.208000', '103639.211000', '103639.214000', '103639.216000', '103639.219000', '103639.222000', '103639.225000', '103639.228000', '103639.231000', '103639.234000', '103639.237000', '103639.240000', '103639.243000', '103639.245000', '103639.248000', '103639.251000', '103639.254000', '103639.257000', '103639.260000', '103639.262000', '103659.108000', '103659.111000', '103659.114000', '103659.117000', '103659.120000', '103659.122000', '103659.125000', '103659.128000', '103659.131000', '103659.134000', '103659.137000', '103659.140000', '103659.142000', '103659.145000', '103659.148000', '103659.151000', '103659.154000', '103659.157000', '103659.197000', '103659.200000', '103659.203000', '103659.205000', '103659.208000', '103659.211000', '103659.214000', '103659.217000', '103659.220000', '103659.223000', '103659.225000', '103659.228000', '103659.231000', '103659.234000', '103659.237000', '103659.241000', '103659.245000', '103659.247000', '103659.250000', '103659.253000', '103659.256000', '103659.259000', '103659.262000', '103659.265000', '103659.268000', '103719.108000', '103719.111000', '103719.114000', '103719.117000', '103719.120000', '103719.123000', '103719.125000', '103719.128000', '103719.131000', '103719.134000', '103719.137000', '103719.140000', '103719.143000', '103719.145000', '103719.148000', '103719.151000', '103719.154000', '103719.157000', '103719.160000', '103719.163000', '103719.166000', '103719.169000', '103719.171000', '103719.175000', '103719.177000', '103719.180000', '103719.183000', '103719.186000', '103719.189000', '103719.192000', '103719.195000', '103719.198000', '103719.200000', '103719.203000', '103719.206000', '103719.209000', '103719.212000', '103719.215000', '103719.217000', '103719.220000', '103719.223000', '103719.226000', '103719.229000', '103739.108000', '103739.111000', '103739.114000', '103739.117000', '103739.120000', '103739.123000', '103739.126000', '103739.128000', '103739.131000', '103739.134000', '103739.137000', '103739.140000', '103739.142000', '103739.145000', '103739.148000', '103739.151000', '103739.154000', '103739.157000', '103739.217000', '103739.220000', '103739.223000', '103739.226000', '103739.229000', '103739.232000', '103739.235000', '103739.237000', '103739.240000', '103739.243000', '103739.246000', '103739.263000', '103739.269000', '103739.272000', '103739.275000', '103739.278000', '103739.281000', '103739.284000', '103739.286000', '103739.289000', '103739.292000', '103739.295000', '103739.298000', '103739.301000', '103739.304000', '103739.306000', '103759.109000', '103759.113000', '103759.116000', '103759.119000', '103759.121000', '103759.124000', '103759.127000', '103759.130000', '103759.133000', '103759.136000', '103759.139000', '103759.142000', '103759.144000', '103759.147000', '103759.150000', '103759.153000', '103759.156000', '103759.217000', '103759.220000', '103759.223000', '103759.226000', '103759.229000', '103759.232000', '103759.235000', '103759.237000', '103759.240000', '103759.243000', '103759.246000', '103759.249000', '103759.252000', '103759.255000', '103759.258000', '103759.261000', '103759.263000', '103759.266000', '103759.269000', '103759.272000', '103759.275000', '103759.278000', '103759.280000', '103759.283000', '103759.286000', '103759.289000', '103819.108000', '103819.111000', '103819.114000', '103819.117000', '103819.120000', '103819.123000', '103819.125000', '103819.128000', '103819.131000', '103819.134000', '103819.137000', '103819.140000', '103819.143000', '103819.146000', '103819.148000', '103819.151000', '103819.154000', '103819.157000', '103819.209000', '103819.212000', '103819.215000', '103819.218000', '103819.221000', '103819.223000', '103819.226000', '103819.229000', '103819.232000', '103819.235000', '103819.238000', '103819.241000', '103819.243000', '103819.246000', '103819.249000', '103819.252000', '103819.255000', '103819.258000', '103819.260000', '103819.263000', '103819.266000', '103819.269000', '103819.272000', '103819.275000', '103819.278000', '103819.282000', '103839.108000', '103839.111000', '103839.114000', '103839.117000', '103839.120000', '103839.123000', '103839.126000', '103839.129000', '103839.132000', '103839.135000', '103839.138000', '103839.141000', '103839.143000', '103839.146000', '103839.149000', '103839.152000', '103839.155000', '103839.158000', '103839.161000', '103839.164000', '103839.166000', '103839.169000', '103839.172000', '103839.175000', '103839.178000', '103839.181000', '103839.184000', '103839.187000', '103839.189000', '103839.192000', '103839.195000', '103839.198000', '103839.201000', '103839.204000', '103839.207000', '103839.209000', '103839.212000', '103839.215000', '103839.218000', '103839.221000', '103839.224000', '103839.227000', '103839.229000', '103859.108000', '103859.111000', '103859.114000', '103859.117000', '103859.120000', '103859.123000', '103859.125000', '103859.128000', '103859.131000', '103859.134000', '103859.137000', '103859.140000', '103859.145000', '103859.148000', '103859.151000', '103859.153000', '103859.156000', '103859.224000', '103859.227000', '103859.229000', '103859.232000', '103859.235000', '103859.238000', '103859.241000', '103859.244000', '103859.247000', '103859.249000', '103859.260000', '103859.263000', '103859.266000', '103859.269000', '103859.272000', '103859.275000', '103859.278000', '103859.281000', '103859.283000', '103859.286000', '103859.289000', '103859.292000', '103859.295000', '103859.298000', '103859.301000', '103859.303000', '103859.306000', '103919.109000', '103919.112000', '103919.115000', '103919.118000', '103919.121000', '103919.123000', '103919.126000', '103919.129000', '103919.132000', '103919.135000', '103919.139000', '103919.142000', '103919.146000', '103919.149000', '103919.152000', '103919.155000', '103919.158000', '103919.237000', '103919.240000', '103919.243000', '103919.246000', '103919.249000', '103919.251000', '103919.254000', '103919.257000', '103919.260000', '103919.263000', '103919.266000', '103919.269000', '103919.271000', '103919.274000', '103919.277000', '103919.280000', '103919.283000', '103919.286000', '103919.288000', '103919.291000', '103919.294000', '103919.297000', '103919.300000', '103919.303000', '103919.306000', '103919.308000', '103939.108000', '103939.111000', '103939.114000', '103939.117000', '103939.120000', '103939.122000', '103939.125000', '103939.128000', '103939.131000', '103939.134000', '103939.137000', '103939.140000', '103939.143000', '103939.145000', '103939.148000', '103939.151000', '103939.154000', '103939.157000', '103939.205000', '103939.208000', '103939.211000', '103939.213000', '103939.216000', '103939.219000', '103939.222000', '103939.225000', '103939.228000', '103939.231000', '103939.234000', '103939.236000', '103939.239000', '103939.242000', '103939.245000', '103939.248000', '103939.251000', '103939.253000', '103939.256000', '103939.259000', '103939.262000', '103939.265000', '103939.268000', '103939.270000', '103939.273000', '103939.276000', '103959.108000', '103959.111000', '103959.114000', '103959.117000', '103959.120000', '103959.123000', '103959.125000', '103959.128000', '103959.131000', '103959.134000', '103959.137000', '103959.140000', '103959.143000', '103959.146000', '103959.148000', '103959.151000', '103959.154000', '103959.157000', '103959.228000', '103959.231000', '103959.234000', '103959.237000', '103959.239000', '103959.242000', '103959.245000', '103959.248000', '103959.251000', '103959.254000', '103959.257000', '103959.259000', '103959.262000', '103959.265000', '103959.268000', '103959.271000', '103959.274000', '103959.277000', '103959.279000', '103959.282000', '103959.285000', '103959.288000', '103959.291000', '103959.294000', '103959.297000', '104019.108000', '104019.111000', '104019.114000', '104019.117000', '104019.120000', '104019.123000', '104019.125000', '104019.128000', '104019.131000', '104019.134000', '104019.137000', '104019.140000', '104019.143000', '104019.146000', '104019.149000', '104019.152000', '104019.155000', '104019.158000', '104019.217000', '104019.220000', '104019.222000', '104019.225000', '104019.228000', '104019.231000', '104019.234000', '104019.237000', '104019.240000', '104019.242000', '104019.245000', '104019.248000', '104019.251000', '104019.254000', '104019.257000', '104019.259000', '104019.262000', '104019.265000', '104019.268000', '104019.271000', '104019.274000', '104019.277000', '104019.280000', '104019.282000', '104019.285000', '104019.288000', '104039.108000', '104039.111000', '104039.114000', '104039.117000', '104039.121000', '104039.123000', '104039.126000', '104039.143000', '104039.146000', '104039.149000', '104039.152000', '104039.154000', '104039.157000', '104039.198000', '104039.201000', '104039.203000', '104039.206000', '104039.209000', '104039.212000', '104039.215000', '104039.218000', '104039.221000', '104039.224000', '104039.227000', '104039.229000', '104039.232000', '104039.235000', '104039.238000', '104039.241000', '104039.243000', '104039.246000', '104039.249000', '104039.252000', '104039.255000', '104039.258000', '104039.261000', '104039.264000', '104039.266000', '104039.269000', '104039.272000', '104039.275000', '104039.278000', '104039.281000', '104059.108000', '104059.119000', '104059.122000', '104059.124000', '104059.127000', '104059.130000', '104059.133000', '104059.136000', '104059.139000', '104059.142000', '104059.145000', '104059.147000', '104059.150000', '104059.153000', '104059.156000', '104059.216000', '104059.219000', '104059.222000', '104059.225000', '104059.228000', '104059.231000', '104059.234000', '104059.237000', '104059.239000', '104059.242000', '104059.245000', '104059.248000', '104059.251000', '104059.254000', '104059.257000', '104059.259000', '104059.262000', '104059.265000', '104059.268000', '104059.271000', '104059.274000', '104059.277000', '104059.280000', '104059.283000', '104059.285000', '104059.288000', '104059.291000', '104059.294000', '104059.297000', '104119.108000', '104119.111000', '104119.114000', '104119.117000', '104119.120000', '104119.123000', '104119.125000', '104119.128000', '104119.131000', '104119.134000', '104119.137000', '104119.140000', '104119.143000', '104119.145000', '104119.148000', '104119.151000', '104119.154000', '104119.157000', '104119.212000', '104119.215000', '104119.218000', '104119.221000', '104119.224000', '104119.227000', '104119.230000', '104119.233000', '104119.236000', '104119.238000', '104119.241000', '104119.244000', '104119.247000', '104119.250000', '104119.253000', '104119.256000', '104119.259000', '104119.261000', '104119.264000', '104119.267000', '104119.270000', '104119.273000', '104119.276000', '104119.279000', '104119.281000', '104139.109000', '104139.112000', '104139.115000', '104139.118000', '104139.121000', '104139.123000', '104139.126000', '104139.129000', '104139.132000', '104139.135000', '104139.138000', '104139.140000', '104139.143000', '104139.146000', '104139.149000', '104139.152000', '104139.155000', '104139.158000', '104139.217000', '104139.220000', '104139.223000', '104139.225000', '104139.228000', '104139.231000', '104139.234000', '104139.237000', '104139.240000', '104139.242000', '104139.245000', '104139.248000', '104139.251000', '104139.254000', '104139.257000', '104139.260000', '104139.263000', '104139.265000', '104139.268000', '104139.271000', '104139.274000', '104139.277000', '104139.280000', '104139.283000', '104139.285000', '104139.288000', '104159.108000', '104159.111000', '104159.114000', '104159.127000', '104159.130000', '104159.133000', '104159.136000', '104159.138000', '104159.141000', '104159.144000', '104159.147000', '104159.150000', '104159.153000', '104159.157000', '104159.176000', '104159.179000', '104159.182000', '104159.185000', '104159.188000', '104159.190000', '104159.193000', '104159.196000', '104159.199000', '104159.202000', '104159.205000', '104159.208000', '104159.213000', '104159.217000', '104159.221000', '104159.223000', '104159.226000', '104159.229000', '104159.232000', '104159.235000', '104159.238000', '104159.241000', '104159.244000', '104159.246000', '104159.249000', '104159.252000', '104159.255000', '104159.258000', '104159.261000', '104219.108000', '104219.111000', '104219.114000', '104219.117000', '104219.120000', '104219.123000', '104219.126000', '104219.129000', '104219.131000', '104219.134000', '104219.137000', '104219.140000', '104219.143000', '104219.146000', '104219.148000', '104219.151000', '104219.154000', '104219.157000', '104219.205000', '104219.208000', '104219.211000', '104219.213000', '104219.216000', '104219.219000', '104219.222000', '104219.225000', '104219.228000', '104219.231000', '104219.234000', '104219.236000', '104219.239000', '104219.242000', '104219.245000', '104219.248000', '104219.251000', '104219.254000', '104219.257000', '104219.259000', '104219.262000', '104219.265000', '104219.268000', '104219.271000', '104219.274000', '104219.277000', '104239.108000', '104239.111000', '104239.114000', '104239.117000', '104239.120000', '104239.123000', '104239.126000', '104239.129000', '104239.131000', '104239.134000', '104239.137000', '104239.140000', '104239.143000', '104239.146000', '104239.149000', '104239.152000', '104239.155000', '104239.158000', '104239.217000', '104239.220000', '104239.222000', '104239.225000', '104239.228000', '104239.231000', '104239.234000', '104239.237000', '104239.240000', '104239.242000', '104239.245000', '104239.248000', '104239.251000', '104239.254000', '104239.257000', '104239.260000', '104239.263000', '104239.266000', '104239.268000', '104239.271000', '104239.274000', '104239.277000', '104239.280000', '104239.283000', '104239.286000', '104259.108000', '104259.111000', '104259.114000', '104259.117000', '104259.120000', '104259.123000', '104259.126000', '104259.128000', '104259.131000', '104259.134000', '104259.137000', '104259.140000', '104259.143000', '104259.146000', '104259.149000', '104259.152000', '104259.154000', '104259.157000', '104259.213000', '104259.216000', '104259.219000', '104259.222000', '104259.225000', '104259.227000', '104259.230000', '104259.233000', '104259.236000', '104259.239000', '104259.242000', '104259.245000', '104259.248000', '104259.251000', '104259.253000', '104259.256000', '104259.259000', '104259.262000', '104259.265000', '104259.268000', '104259.271000', '104259.274000', '104259.276000', '104259.279000', '104259.282000', '104259.285000', '104319.108000', '104319.111000', '104319.114000', '104319.117000', '104319.120000', '104319.123000', '104319.125000', '104319.128000', '104319.131000', '104319.134000', '104319.137000', '104319.140000', '104319.143000', '104319.145000', '104319.148000', '104319.151000', '104319.154000', '104319.157000', '104319.241000', '104319.244000', '104319.247000', '104319.250000', '104319.254000', '104319.258000', '104319.262000', '104319.265000', '104319.268000', '104319.270000', '104319.273000', '104319.276000', '104319.279000', '104319.282000', '104319.285000', '104319.288000', '104319.291000', '104319.293000', '104319.296000', '104319.299000', '104319.302000', '104319.305000', '104319.308000', '104319.311000', '104319.314000', '104339.108000', '104339.111000', '104339.114000', '104339.117000', '104339.120000', '104339.123000', '104339.125000', '104339.128000', '104339.131000', '104339.134000', '104339.137000', '104339.140000', '104339.142000', '104339.146000', '104339.148000', '104339.151000', '104339.154000', '104339.157000', '104339.241000', '104339.244000', '104339.247000', '104339.250000', '104339.253000', '104339.256000', '104339.258000', '104339.261000', '104339.264000', '104339.267000', '104339.270000', '104339.273000', '104339.276000', '104339.279000', '104339.282000', '104339.285000', '104339.287000', '104339.290000', '104339.293000', '104339.296000', '104339.299000', '104339.302000', '104339.305000', '104339.308000', '104339.311000', '104339.313000', '104359.109000', '104359.112000', '104359.115000', '104359.118000', '104359.121000', '104359.124000', '104359.126000', '104359.130000', '104359.132000', '104359.135000', '104359.138000', '104359.141000', '104359.144000', '104359.147000', '104359.150000', '104359.153000', '104359.155000', '104359.158000', '104359.217000', '104359.220000', '104359.223000', '104359.226000', '104359.229000', '104359.232000', '104359.234000', '104359.237000', '104359.240000', '104359.243000', '104359.246000', '104359.249000', '104359.252000', '104359.255000', '104359.258000', '104359.260000', '104359.263000', '104359.266000', '104359.269000', '104359.275000', '104359.278000', '104359.281000', '104359.284000', '104359.287000', '104359.290000', '104419.108000', '104419.111000', '104419.117000', '104419.120000', '104419.129000', '104419.132000', '104419.135000', '104419.138000', '104419.141000', '104419.144000', '104419.146000', '104419.149000', '104419.152000', '104419.155000', '104419.158000', '104419.191000', '104419.194000', '104419.197000', '104419.200000', '104419.203000', '104419.206000', '104419.209000', '104419.211000', '104419.214000', '104419.217000', '104419.220000', '104419.236000', '104419.239000', '104419.242000', '104419.245000', '104419.247000', '104419.250000', '104419.253000', '104419.256000', '104419.259000', '104419.262000', '104419.265000', '104419.267000', '104419.270000', '104419.273000', '104419.276000', '104419.279000', '104419.282000', '104419.285000', '104439.108000', '104439.111000', '104439.114000', '104439.117000', '104439.120000', '104439.123000', '104439.135000', '104439.137000', '104439.140000', '104439.143000', '104439.146000', '104439.149000', '104439.152000', '104439.155000', '104439.158000', '104439.210000', '104439.213000', '104439.216000', '104439.219000', '104439.222000', '104439.225000', '104439.227000', '104439.231000', '104439.235000', '104439.238000', '104439.241000', '104439.244000', '104439.246000', '104439.249000', '104439.252000', '104439.255000', '104439.258000', '104439.261000', '104439.263000', '104439.266000', '104439.269000', '104439.272000', '104439.275000', '104439.278000', '104439.281000', '104439.284000', '104439.289000', '104439.292000', '104459.108000', '104459.111000', '104459.114000', '104459.117000', '104459.120000', '104459.122000', '104459.125000', '104459.128000', '104459.131000', '104459.134000', '104459.137000', '104459.140000', '104459.143000', '104459.146000', '104459.149000', '104459.151000', '104459.154000', '104459.157000', '104459.160000', '104459.240000', '104459.243000', '104459.245000', '104459.248000', '104459.251000', '104459.254000', '104459.257000', '104459.260000', '104459.263000', '104459.266000', '104459.269000', '104459.271000', '104459.274000', '104459.277000', '104459.280000', '104459.283000', '104459.286000', '104459.289000', '104459.292000', '104459.294000', '104459.298000', '104459.300000', '104459.303000', '104459.306000', '104459.309000', '104519.108000', '104519.111000', '104519.114000', '104519.117000', '104519.120000', '104519.123000', '104519.126000', '104519.128000', '104519.131000', '104519.134000', '104519.137000', '104519.140000', '104519.143000', '104519.146000', '104519.149000', '104519.151000', '104519.154000', '104519.157000', '104519.160000', '104519.208000', '104519.211000', '104519.214000', '104519.217000', '104519.220000', '104519.222000', '104519.225000', '104519.228000', '104519.231000', '104519.234000', '104519.237000', '104519.240000', '104519.243000', '104519.245000', '104519.249000', '104519.251000', '104519.254000', '104519.257000', '104519.260000', '104519.263000', '104519.266000', '104519.269000', '104519.272000', '104519.274000', '104539.108000', '104539.111000', '104539.114000', '104539.117000', '104539.120000', '104539.122000', '104539.125000', '104539.128000', '104539.131000', '104539.134000', '104539.137000', '104539.140000', '104539.143000', '104539.145000', '104539.148000', '104539.151000', '104539.154000', '104539.157000', '104539.160000', '104539.163000', '104539.166000', '104539.169000', '104539.172000', '104539.175000', '104539.177000', '104539.180000', '104539.183000', '104539.186000', '104539.189000', '104539.192000', '104539.195000', '104539.198000', '104539.200000', '104539.203000', '104539.206000', '104539.209000', '104539.212000', '104539.215000', '104539.218000', '104539.220000', '104539.223000', '104539.226000', '104539.229000', '104539.232000', '104559.108000', '104559.111000', '104559.114000', '104559.117000', '104559.120000', '104559.123000', '104559.125000', '104559.128000', '104559.131000', '104559.134000', '104559.137000', '104559.140000', '104559.143000', '104559.146000', '104559.149000', '104559.151000', '104559.154000', '104559.157000', '104559.240000', '104559.243000', '104559.246000', '104559.249000', '104559.252000', '104559.255000', '104559.258000', '104559.261000', '104559.263000', '104559.266000', '104559.270000', '104559.273000', '104559.276000', '104559.279000', '104559.282000', '104559.285000', '104559.288000', '104559.291000', '104559.294000', '104559.296000', '104559.299000', '104559.302000', '104559.305000', '104559.308000', '104559.311000', '104619.109000', '104619.112000', '104619.115000', '104619.118000', '104619.121000', '104619.124000', '104619.127000', '104619.130000', '104619.133000', '104619.136000', '104619.139000', '104619.142000', '104619.144000', '104619.147000', '104619.150000', '104619.153000', '104619.156000', '104619.217000', '104619.219000', '104619.222000', '104619.225000', '104619.228000', '104619.231000', '104619.234000', '104619.237000', '104619.240000', '104619.243000', '104619.245000', '104619.248000', '104619.251000', '104619.254000', '104619.257000', '104619.260000', '104619.263000', '104619.266000', '104619.268000', '104619.271000', '104619.274000', '104619.277000', '104619.280000', '104619.283000', '104619.286000', '104619.289000', '104639.108000', '104639.111000', '104639.114000', '104639.117000', '104639.120000', '104639.123000', '104639.126000', '104639.128000', '104639.131000', '104639.134000', '104639.137000', '104639.140000', '104639.143000', '104639.146000', '104639.149000', '104639.152000', '104639.154000', '104639.157000', '104639.160000', '104639.163000', '104639.166000', '104639.169000', '104639.172000', '104639.175000', '104639.178000', '104639.181000', '104639.184000', '104639.186000', '104639.189000', '104639.192000', '104639.195000', '104639.198000', '104639.201000', '104639.204000', '104639.207000', '104639.227000', '104639.230000', '104639.233000', '104639.236000', '104639.238000', '104639.241000', '104639.244000', '104639.247000', '104639.250000', '104659.108000', '104659.111000', '104659.114000', '104659.117000', '104659.120000', '104659.123000', '104659.126000', '104659.129000', '104659.134000', '104659.139000', '104659.142000', '104659.145000', '104659.276000', '104659.279000', '104659.282000', '104659.285000', '104659.288000', '104659.290000', '104659.293000', '104659.296000', '104659.299000', '104659.302000', '104659.305000', '104659.308000', '104659.311000', '104659.314000', '104659.316000', '104659.319000', '104659.322000', '104659.325000', '104659.328000', '104659.331000', '104659.334000', '104659.337000', '104659.340000', '104659.342000', '104659.345000', '104659.348000', '104659.351000', '104659.354000', '104659.357000', '104659.360000', '104659.362000', '104719.108000', '104719.111000', '104719.114000', '104719.117000', '104719.120000', '104719.123000', '104719.126000', '104719.129000', '104719.132000', '104719.134000', '104719.137000', '104719.140000', '104719.143000', '104719.146000', '104719.149000', '104719.152000', '104719.155000', '104719.157000', '104719.237000', '104719.240000', '104719.243000', '104719.245000', '104719.248000', '104719.251000', '104719.254000', '104719.257000', '104719.260000', '104719.263000', '104719.266000', '104719.268000', '104719.271000', '104719.274000', '104719.277000', '104719.280000', '104719.283000', '104719.286000', '104719.289000', '104719.291000', '104719.294000', '104719.297000', '104719.300000', '104719.303000', '104719.306000', '104719.310000', '104739.108000', '104739.111000', '104739.114000', '104739.117000', '104739.120000', '104739.123000', '104739.126000', '104739.129000', '104739.132000', '104739.135000', '104739.137000', '104739.140000', '104739.143000', '104739.146000', '104739.149000', '104739.152000', '104739.155000', '104739.158000', '104739.237000', '104739.240000', '104739.242000', '104739.245000', '104739.248000', '104739.251000', '104739.254000', '104739.257000', '104739.260000', '104739.263000', '104739.266000', '104739.268000', '104739.271000', '104739.274000', '104739.277000', '104739.280000', '104739.283000', '104739.286000', '104739.289000', '104739.292000', '104739.295000', '104739.298000', '104739.300000', '104739.303000', '104739.306000', '104739.678000', '104739.682000'], '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': [8512, 8331, 7001, 9124, 6984, 6689, 7194, 7115, 10247, 13097, 10355, 9382, 9904, 7580, 10059, 8044, 7190, 13055, 9121, 10090, 11019, 9656, 13593, 11078, 14051, 11222, 11209, 11105, 7937, 13061, 8907, 12924, 7802, 9965, 8058, 9206, 14282, 7976, 10205, 12855, 9137, 8068, 9055, 7766, 9504, 8727, 7502, 10059, 8548, 11095, 9444, 11829, 9146, 7598, 11474, 11259, 12324, 12557, 9120, 8449, 7833, 6866, 7289, 9111, 7362, 11578, 7312, 9536, 7624, 11027, 7518, 13562, 10860, 13008, 9906, 11850, 9496, 10608, 7573, 8458, 7492, 6923, 8726, 7273, 9050, 7066, 9342, 7336, 6746, 7916, 6843, 9611, 6850, 9717, 7083, 10537, 7571, 9540, 7607, 8494, 7519, 7642, 7403, 7081, 8123, 7160, 8887, 7090, 7193, 7975, 7106, 6881, 7130, 7033, 9232, 7243, 9996, 7869, 9358, 7733, 10166, 8334, 7291, 9734, 7438, 10717, 7996, 11928, 9163, 13151, 10572, 9055, 9607, 7360, 10354, 7791, 9245, 7994, 7396, 11307, 8440, 10132, 7875, 8316, 9517, 8182, 13012, 10546, 13669, 11838, 10833, 8695, 8275, 11552, 7852, 13157, 11143, 11733, 7434, 7699, 8077, 7145, 9105, 7571, 10726, 7736, 8061, 7298, 6866, 8608, 7284, 9306, 7933, 8726, 7916, 6990, 9280, 7621, 11200, 8093, 9522, 8792, 7830, 10847, 7592, 10557, 7832, 12954, 9839, 8317, 9172, 8688, 7858, 8867, 7857, 7191, 9758, 7825, 10943, 8937, 12114, 9721, 13255, 9990, 13220, 10097, 13277, 10913, 12991, 10735, 12302, 10088, 8080, 8925, 7071, 9406, 7644, 9824, 8342, 10468, 8399, 11026, 8044, 10023, 7725, 9744, 8401, 7910, 9156, 7135, 9340, 7623, 9786, 7949, 10794, 8507, 8461, 8884, 7402, 10037, 8435, 10205, 8349, 8250, 10161, 9252, 12645, 8909, 10508, 8834, 8548, 10106, 8525, 12376, 10086, 9176, 9459, 7651, 10826, 8710, 11021, 8843, 8952, 11186, 9708, 12152, 9036, 12888, 9167, 11953, 9075, 8563, 11153, 9623, 11612, 7758, 7359, 7123, 6969, 6628, 9235, 8186, 7240, 9917, 7864, 7373, 11431, 8089, 12491, 10197, 11053, 11500, 9560, 11570, 10056, 13746, 10548, 12548, 8545, 8324, 9675, 7647, 10332, 8232, 9439, 8522, 7173, 6941, 7669, 7454, 7612, 7238, 6962, 7978, 8163, 7337, 7507, 7825, 11220, 8684, 9503, 11381, 14521, 15390, 15048, 13112, 14617, 15336, 16163, 14937, 14940, 15429, 16074, 14447, 12605, 14373, 10986, 7790, 7709, 8607, 7824, 7327, 8344, 7856, 7549, 8036, 7482, 9397, 7639, 7000, 8249, 7251, 8523, 7625, 8772, 7532, 10376, 7324, 10666, 7494, 9561, 8367, 7490, 8739, 6820, 9442, 7802, 9521, 7902, 6997, 8128, 7431, 9240, 8102, 6620, 8470, 7627, 8136, 8856, 7748, 9004, 8218, 7364, 8633, 6830, 9398, 6929, 10560, 7889, 12827, 8387, 7922, 7167, 6715, 8154, 6611, 8166, 9068, 7555, 7676, 9101, 10333, 8139, 9191, 9623, 6882, 12888, 10298, 8815, 13780, 10956, 10040, 12068, 10164, 14664, 12440, 13821, 11481, 8761, 14681, 11142, 11216, 8068, 6899, 9926, 7121, 13073, 7559, 12569, 7921, 7613, 9193, 6950, 12752, 7808, 10066, 8064, 6841, 8908, 6688, 9659, 6820, 10616, 7191, 11832, 7132, 7950, 10149, 6617, 6763, 7352, 6596, 7265, 7163, 6745, 7172, 8493, 7929, 7707, 11074, 9695, 10680, 13780, 12058, 14028, 12857, 14435, 12448, 14059, 12351, 13559, 13923, 9106, 13982, 9363, 13454, 8703, 10136, 7649, 6922, 9022, 7655, 9989, 13743, 8343, 9560, 8071, 8590, 8192, 6976, 9038, 8111, 6710, 8138, 7168, 10149, 7201, 10500, 7561, 10375, 8875, 10112, 11075, 9996, 10498, 13421, 8105, 12578, 7857, 7059, 8052, 7223, 6953, 6930, 6700, 6554, 7506, 7104, 6842, 7337, 7091, 6879, 9368, 10125, 10527, 13409, 11359, 12802, 13453, 12837, 14173, 12740, 14724, 12239, 14950, 12197, 12822, 13563, 11370, 15105, 12283, 10852, 7725, 7471, 8150, 7498, 8263, 7454, 7568, 7591, 7315, 9150, 7452, 9043, 7681, 7463, 7697, 7789, 8711, 7604, 8946, 7640, 9850, 7778, 7938, 7677, 7427, 8418, 7259, 8725, 7614, 7285, 7818, 7231, 9361, 7521, 7102, 7452, 7159, 6948, 8653, 7180, 9649, 7336, 10751, 9051, 12320, 10197, 12110, 10481, 12484, 9656, 11850, 10654, 11903, 12955, 10127, 12957, 11248, 11704, 7554, 9861, 7353, 9016, 7581, 8414, 7251, 8656, 7237, 8854, 7759, 9611, 7766, 7403, 7524, 7321, 8271, 7200, 8929, 7325, 9909, 7603, 11252, 8178, 7505, 8354, 7460, 9865, 7386, 10972, 7682, 11590, 8540, 13505, 10730, 12891, 9008, 10359, 8807, 7333, 11066, 7952, 10060, 8171, 13465, 10134, 7469, 8092, 7492, 9619, 7474, 9539, 7586, 7454, 8409, 7674, 10590, 7548, 9865, 7592, 10244, 8058, 13285, 10050, 12729, 7950, 7431, 9060, 7495, 7356, 8355, 7540, 9376, 8192, 7521, 11617, 8002, 11808, 9113, 12526, 10704, 12079, 9930, 10417, 13966, 11761, 14317, 10787, 9105, 14406, 11488, 14962, 11009, 8157, 9214, 7814, 12526, 7830, 12978, 7716, 10017, 7666, 7392, 8569, 7386, 8771, 7680, 8661, 7464, 8691, 7323, 8237, 7550, 7551, 7796, 7620, 8925, 7794, 7557, 7806, 7268, 9864, 7407, 10856, 8061, 10990, 8211, 11882, 9451, 11626, 8632, 7142, 8898, 7398, 9521, 7414, 10505, 8038, 10930, 8209, 7333, 9002, 7197, 10194, 8101, 11142, 7919, 11929, 8125, 10953, 8764, 8047, 9857, 7820, 7443, 7586, 7251, 7137, 7548, 7290, 10672, 8218, 10292, 9289, 9009, 11704, 9584, 12663, 10845, 12938, 11367, 13827, 10511, 12319, 9368, 6917, 8636, 8935, 8000, 8412, 10079, 8853, 8316, 13683, 10678, 9458, 13192, 14143, 13909, 14097, 14797, 13186, 11145, 14332, 10774, 8193, 7241, 8227, 7355, 7613, 8029, 7036, 7656, 7856, 7442, 7283, 8105, 7600, 7409, 8954, 7529, 8953, 7291, 9666, 7173, 7360, 8703, 6932, 6900, 7431, 7152, 6920, 7118, 8163, 9952, 8135, 7290, 7472, 6838, 8261, 7999, 7296, 6900, 9469, 12398, 13621, 14415, 13100, 15284, 14199, 13889, 15972, 14941, 13200, 15222, 16081, 14889, 9322, 8943, 16344, 13557, 10769, 13797, 11949, 9590, 7766, 9400, 8226, 7112, 10138, 8189, 6884, 9497, 7467, 7007, 9335, 7388, 7041, 8425, 7567, 7144, 8374, 7484, 7366, 7731, 6934, 7159, 8908, 7399, 7200, 7975, 7772, 7577, 7974, 8942, 7355, 11112, 7962, 11711, 8003, 11350, 7937, 10890, 7709, 9956, 7606, 8915, 7544, 7165, 6042, 6678, 7543, 8327, 7570, 7803, 7675, 6933, 8238, 7330, 7151, 8954, 7480, 8753, 7886, 7161, 9393, 7730, 12766, 10343, 13109, 12210, 10244, 12383, 9704, 14164, 10698, 14713, 12603, 13729, 11475, 12166, 9159, 7545, 8600, 7551, 9347, 7736, 9749, 7984, 9863, 7971, 8848, 7569, 7563, 7759, 7690, 8084, 7617, 9223, 7794, 7200, 7988, 7378, 8788, 7446, 10087, 7625, 9737, 7668, 10430, 8463, 8789, 8001, 6913, 8695, 7424, 10611, 8271, 8199, 8286, 6992, 9966, 7691, 10530, 8111, 10874, 8134, 9950, 8678, 8228, 9289, 7221, 10293, 7842, 10788, 8239, 9730, 8180, 7003, 9340, 7843, 10285, 8019, 8456, 8068, 7583, 9647, 7681, 12486, 9808, 10615, 8313, 7006, 10054, 8384, 13657, 11880, 7554, 9322, 7582, 10962, 8310, 12986, 10422, 11527, 10610, 8130, 11808, 8297, 13091, 10365, 13515, 10863, 7407, 8534, 8176, 9759, 8065, 12804, 8624, 8456, 8067, 7679, 9102, 7800, 8721, 7965, 7856, 8225, 7587, 9929, 8189, 7828, 7999, 7262, 10138, 8056, 11935, 9016, 11106, 7905, 7668, 8646, 7523, 10670, 8615, 11662, 8196, 7345, 8054, 7290, 10396, 8228, 7676, 7764, 6874, 8896, 7857, 10168, 7763, 7120, 8755, 7213, 10213, 7991, 10836, 8244, 7425, 9169, 7717, 10749, 8238, 9972, 7849, 7516, 9736, 8429, 12471, 8303, 7212, 8519, 7487, 10552, 8263, 8543, 8863, 7327, 10617, 8094, 9263, 7869, 7509, 10979, 8771, 13355, 8427, 10879, 9064, 7523, 9356, 7709, 12081, 8629, 7899, 8337, 7434, 9919, 7907, 9540, 8207, 7439, 10101, 8091, 12273, 8242, 9724, 9188, 7689, 10857, 8767, 13528, 9727, 13276, 9513, 11106, 8591, 8043, 8173, 7405, 9605, 8089, 7971, 7724, 7184, 8808, 7368, 10320, 8382, 8077, 8182, 7537, 9222, 7842, 10610, 8317, 10897, 7982, 7431, 8478, 7465, 9580, 8023, 10273, 8103, 9501, 7763, 7316, 8892, 7405, 10057, 7681, 7289, 8663, 7340, 7926, 7681, 6661, 9723, 7711, 11021, 8598, 7413, 9410, 7076, 11027, 8056, 12099, 9832, 12231, 10241, 9416, 10165, 8268, 11246, 8603, 7453, 11992, 8245, 10512, 8445, 7445, 10133, 8123, 13593, 10152, 10548, 9629, 8195, 10914, 8660, 13848, 11719, 7609, 9029, 7765, 10701, 8521, 10540, 8555, 7543, 11000, 8206, 12020, 7909, 9611, 8671, 7654, 11490, 10762, 14175, 10044, 11149, 8282, 7627, 9522, 7911, 10528, 8566, 11231, 9725, 7827, 9979, 7875, 7685, 8012, 7455, 10056, 8273, 13900, 10661, 9703, 7893, 7674, 9178, 7836, 9828, 7792, 10906, 8408, 11736, 7723, 8276, 7578, 6910, 8043, 7435, 9453, 8215, 7632, 7617, 7141, 9181, 7482, 10297, 8027, 11572, 8375, 10392, 8138, 8230, 8698, 7573, 9544, 7754, 12645, 8976, 12098, 8041, 7384, 7782, 7368, 8988, 7628, 10474, 8279, 8183, 8164, 7604, 8903, 8438, 10232, 11459, 9886, 11821, 9509, 9460, 9209, 9903, 8826, 10854, 8702, 7614, 9811, 7445, 9049, 8037, 9779, 7938, 7350, 8146, 7282, 8741, 7781, 7699, 8468, 7556, 7639, 8798, 7756, 8821, 8691, 7759, 13011, 11324, 10767, 13368, 10239, 11594, 10180, 9946, 13480, 10821, 13826, 11205, 11386, 13834, 8579, 8303, 6880, 7334, 7735, 9124, 7733, 7386, 7583, 6789, 7099, 6755, 9122, 7653, 10735, 13816, 14647, 13905, 14675, 14711, 14705, 14969, 13146, 15748, 12141, 11896, 14769, 11333, 8942, 7270, 8459, 7923, 8153, 7876, 7143, 9125, 7569, 7208, 7806, 7644, 8392, 7536, 7633, 7472, 7294, 7908, 7354, 8927, 7747, 8985, 7648, 7438, 7988, 7329, 8059, 7779, 7140, 8302, 7404, 9750, 7723, 8430, 8244, 7164, 8687, 7106, 9646, 7807, 10127, 7978, 11854, 8197, 7187, 8601, 6778, 9535, 8011, 9802, 8599, 7251, 9149, 7655, 10670, 7965, 11857, 9139, 7616, 11295, 7873, 11851, 8361, 13707, 9794, 16660, 11680, 13123, 11332, 7725, 10012, 7651, 8083, 7928, 7274, 10392, 7939, 10835, 8108, 11245, 8279, 12873, 9127, 13582, 10449, 13286, 8529, 10175, 8062, 8842, 8344, 6977, 9532, 7367, 10058, 7816, 10492, 7827, 9857, 8189, 7058, 8472, 6841, 9479, 7546, 10128, 7890, 9514, 7621, 7364, 8495, 7480, 9724, 7807, 9927, 8005, 8031, 8295, 7116, 10120, 7972, 9279, 7678, 7507, 8644, 7026, 10435, 8163, 9725, 7974, 8174, 8232, 6937, 10452, 8104, 8936, 7789, 6932, 9334, 7457, 9556, 8441, 6856, 10949, 7734, 11551, 8417, 9192, 10993, 8398, 12520, 9167, 13388, 11551, 12360, 10339, 9121, 10515, 7921, 10614, 8135, 9442, 8284, 7455, 10882, 8117, 11328, 8033, 11637, 8222, 10221, 9954, 9079, 13139, 8235, 10043, 8174, 7023, 9279, 7638, 11311, 8662, 7429, 8728, 7289, 10678, 8015, 11722, 8907, 12398, 13392, 8317, 9661, 8229, 8337, 8302, 7150, 10856, 8131, 11016, 8302, 9788, 9595, 7476, 10019, 7976, 10556, 7998, 12455, 8697, 12722, 10809, 8347, 8913, 7947, 10163, 7895, 11927, 8621, 9955, 11915, 7815, 10400, 7922, 8361, 8336, 7349, 10927, 8901, 12888, 8307, 9960, 8732, 7250, 10440, 7954, 12513, 8827, 11572, 7831, 7120, 9070, 7240, 9755, 7897, 8825, 8459, 6831, 9290, 7448, 9100, 7681, 7805, 7914, 6863, 9698, 7908, 10231, 7995, 10102, 7868, 7354, 8768, 7677, 10426, 7833, 7094, 7909, 7113, 10233, 8039, 8137, 9707, 7747, 11267, 8131, 9600, 8029, 7729, 10400, 8222, 12458, 8395, 11026, 8734, 8422, 9384, 7456, 13408, 9148, 8180, 8885, 8054, 8622, 7724, 7419, 11173, 8318, 11129, 8630, 11465, 10298, 9083, 9344, 7633, 10102, 7352, 11265, 8032, 13200, 10330, 9098, 7388, 6834, 9198, 7989, 8055, 8328, 7047, 10311, 8013, 10535, 8211, 9725, 8258, 8765, 11490, 9806, 13268, 7949, 10091, 7531, 7376, 9388, 7359, 10610, 8521, 12487, 9481, 12543, 10332, 9551, 8423, 7122, 9527, 7177, 9882, 7470, 12471, 8948, 11639, 7632, 6883, 8485, 7128, 9695, 7642, 9189, 7760, 7193, 9272, 7380, 9631, 7681, 7654, 8724, 8210, 10759, 7909, 8232, 8672, 7195, 8887, 8989, 7849, 9349, 9322, 8399, 11978, 10414, 9607, 12563, 8522, 13766, 10582, 11877, 8865, 8057, 10299, 8191, 11779, 8641, 11024, 8121, 7259, 9444, 7533, 10164, 8258, 8703, 7742, 6854, 9192, 7421, 10378, 8282, 10126, 8295, 7276, 9541, 7823, 8765, 8059, 7476, 10066, 7789, 11058, 8679, 11107, 8046, 12378, 9537, 13201, 8008, 10824, 8277, 9952, 8076, 9934, 6822, 8011, 7678, 7506, 7282, 7268, 7551, 7421, 7018, 7547, 7068, 8905, 7724, 11106, 8292, 11911, 8936, 11499, 11947, 12072, 12687, 10609, 12303, 10024, 12674, 10327, 12659, 9968, 12912, 9961, 12312, 8888, 11442, 7202, 8167, 7047, 7097, 7570, 7008, 10019, 7194, 7693, 7147, 7189, 8038, 6992, 8324, 7330, 7130, 7864, 7123, 8602, 7138, 8983, 7063, 7569], 'WindowCenter': [4156.0, 4154.0, 4112.0, 4131.0, 4135.0, 4075.0, 4145.0, 4035.0, 4160.0, 4156.0, 4124.0, 4124.0, 4135.0, 4105.0, 4138.0, 4118.0, 4120.0, 4181.0, 4139.0, 4148.0, 4146.0, 4123.0, 4141.0, 4132.0, 4142.0, 4120.0, 4118.0, 4118.0, 4087.0, 4128.0, 4095.0, 4116.0, 4075.0, 4107.0, 4088.0, 4095.0, 4149.0, 4087.0, 4121.0, 4135.0, 4106.0, 4112.0, 4122.0, 4113.0, 4146.0, 4135.0, 4114.0, 4150.0, 4139.0, 4157.0, 4125.0, 4156.0, 4129.0, 4116.0, 4146.0, 4133.0, 4142.0, 4145.0, 4112.0, 4089.0, 4087.0, 4078.0, 4089.0, 4111.0, 4092.0, 4132.0, 4091.0, 4110.0, 4090.0, 4119.0, 4090.0, 4130.0, 4119.0, 4128.0, 4108.0, 4117.0, 4096.0, 4106.0, 4076.0, 4086.0, 4075.0, 4064.0, 4086.0, 4076.0, 4097.0, 4078.0, 4108.0, 4089.0, 4079.0, 4101.0, 4081.0, 4120.0, 4082.0, 4121.0, 4092.0, 4121.0, 4103.0, 4122.0, 4102.0, 4113.0, 4093.0, 4101.0, 4090.0, 4093.0, 4113.0, 4103.0, 4125.0, 4105.0, 4106.0, 4127.0, 4117.0, 4118.0, 4116.0, 4119.0, 4148.0, 4130.0, 4161.0, 4141.0, 4151.0, 4142.0, 4162.0, 4142.0, 4129.0, 4150.0, 4118.0, 4159.0, 4129.0, 4167.0, 4150.0, 4181.0, 4161.0, 4139.0, 4148.0, 4117.0, 4145.0, 4118.0, 4138.0, 4128.0, 4128.0, 4160.0, 4140.0, 4149.0, 4128.0, 4127.0, 4137.0, 4126.0, 4165.0, 4147.0, 4168.0, 4156.0, 4147.0, 4113.0, 4112.0, 4144.0, 4102.0, 4153.0, 4145.0, 4143.0, 4090.0, 4101.0, 4100.0, 4090.0, 4110.0, 4102.0, 4131.0, 4101.0, 4101.0, 4101.0, 4091.0, 4112.0, 4102.0, 4123.0, 4111.0, 4124.0, 4114.0, 4104.0, 4123.0, 4115.0, 4145.0, 4114.0, 4124.0, 4125.0, 4116.0, 4144.0, 4114.0, 4134.0, 4069.0, 4094.0, 4162.0, 4129.0, 4137.0, 4139.0, 4128.0, 4137.0, 4127.0, 4117.0, 4147.0, 4128.0, 4161.0, 4136.0, 4169.0, 4147.0, 4168.0, 4137.0, 4166.0, 4135.0, 4153.0, 4144.0, 4151.0, 4134.0, 4142.0, 4134.0, 4101.0, 4111.0, 4088.0, 4109.0, 4091.0, 4116.0, 4099.0, 4120.0, 4102.0, 4119.0, 4102.0, 4120.0, 4090.0, 4122.0, 4101.0, 4101.0, 4111.0, 4089.0, 4109.0, 4101.0, 4121.0, 4101.0, 4133.0, 4113.0, 4112.0, 4123.0, 4104.0, 4133.0, 4114.0, 4134.0, 4115.0, 4125.0, 4134.0, 4136.0, 4156.0, 4126.0, 4145.0, 4127.0, 4124.0, 4136.0, 4125.0, 4157.0, 4146.0, 4124.0, 4136.0, 4115.0, 4157.0, 4137.0, 4157.0, 4138.0, 4138.0, 4158.0, 4149.0, 4159.0, 4137.0, 4167.0, 4136.0, 4155.0, 4126.0, 4126.0, 4148.0, 4147.0, 4171.0, 4127.0, 4066.0, 4096.0, 4156.0, 4133.0, 4137.0, 4127.0, 4104.0, 4147.0, 4129.0, 4128.0, 4172.0, 4155.0, 4184.0, 4164.0, 4161.0, 4160.0, 4135.0, 4148.0, 4136.0, 4181.0, 4148.0, 4155.0, 4113.0, 4114.0, 4124.0, 4103.0, 4135.0, 4125.0, 4137.0, 4136.0, 4105.0, 4088.0, 4118.0, 4109.0, 4135.0, 4124.0, 4125.0, 4141.0, 4154.0, 4144.0, 4158.0, 4167.0, 4194.0, 4162.0, 4160.0, 4170.0, 4183.0, 4182.0, 4146.0, 4097.0, 4124.0, 4124.0, 4123.0, 4122.0, 4109.0, 4114.0, 4097.0, 4086.0, 4076.0, 4094.0, 4065.0, 4040.0, 4043.0, 4051.0, 4044.0, 4033.0, 4053.0, 4043.0, 4046.0, 4055.0, 4048.0, 4066.0, 4059.0, 4050.0, 4070.0, 4057.0, 4069.0, 4070.0, 4077.0, 4072.0, 4091.0, 4073.0, 4102.0, 4074.0, 4105.0, 4094.0, 4083.0, 4094.0, 4071.0, 4102.0, 4085.0, 4107.0, 4098.0, 4087.0, 4108.0, 4112.0, 4134.0, 4116.0, 4115.0, 4135.0, 4123.0, 4126.0, 4135.0, 4116.0, 4136.0, 4127.0, 4115.0, 4126.0, 4105.0, 4136.0, 4105.0, 4143.0, 4115.0, 4153.0, 4127.0, 4094.0, 4007.0, 4067.0, 4138.0, 3944.0, 3969.0, 4193.0, 4170.0, 4135.0, 4142.0, 4151.0, 4126.0, 4135.0, 4133.0, 4104.0, 4166.0, 4149.0, 4138.0, 4180.0, 4158.0, 4134.0, 4155.0, 4135.0, 4153.0, 4143.0, 4140.0, 4129.0, 4097.0, 4151.0, 4132.0, 4119.0, 4087.0, 4078.0, 4106.0, 4076.0, 4129.0, 4087.0, 4128.0, 4086.0, 4087.0, 4106.0, 4078.0, 4139.0, 4089.0, 4116.0, 4098.0, 4078.0, 4106.0, 4078.0, 4106.0, 4077.0, 4113.0, 4089.0, 4130.0, 4089.0, 4101.0, 4136.0, 4091.0, 4091.0, 4104.0, 4106.0, 4130.0, 4147.0, 4147.0, 4146.0, 4159.0, 4137.0, 4125.0, 4170.0, 4154.0, 4175.0, 4183.0, 4171.0, 4169.0, 4160.0, 4165.0, 4143.0, 4152.0, 4144.0, 4141.0, 4139.0, 4095.0, 4129.0, 4097.0, 4124.0, 4085.0, 4106.0, 4072.0, 4075.0, 4097.0, 4085.0, 4092.0, 4091.0, 4116.0, 4120.0, 4100.0, 4097.0, 4097.0, 4088.0, 4121.0, 4113.0, 4092.0, 4110.0, 4106.0, 4145.0, 4115.0, 4146.0, 4116.0, 4143.0, 4124.0, 4131.0, 4132.0, 4120.0, 4121.0, 4154.0, 4102.0, 4139.0, 4100.0, 4103.0, 4125.0, 4126.0, 4116.0, 4103.0, 4102.0, 4103.0, 4126.0, 4129.0, 4117.0, 4139.0, 4123.0, 4117.0, 4146.0, 4151.0, 4151.0, 4167.0, 4148.0, 4157.0, 4157.0, 4144.0, 4144.0, 4132.0, 4141.0, 4119.0, 4128.0, 4103.0, 4103.0, 4102.0, 4087.0, 4110.0, 4086.0, 4076.0, 4047.0, 4046.0, 4056.0, 4046.0, 4057.0, 4048.0, 4049.0, 4059.0, 4059.0, 4080.0, 4059.0, 4070.0, 4060.0, 4061.0, 4061.0, 4073.0, 4083.0, 4074.0, 4082.0, 4075.0, 4104.0, 4076.0, 4086.0, 4086.0, 4078.0, 4100.0, 4089.0, 4100.0, 4088.0, 4090.0, 4104.0, 4116.0, 4135.0, 4131.0, 4120.0, 4118.0, 4118.0, 4120.0, 4139.0, 4119.0, 4152.0, 4130.0, 4161.0, 4152.0, 4172.0, 4149.0, 4160.0, 4149.0, 4158.0, 4138.0, 4159.0, 4147.0, 4146.0, 4143.0, 4122.0, 4140.0, 4130.0, 4129.0, 4087.0, 4106.0, 4078.0, 4097.0, 4087.0, 4095.0, 4088.0, 4098.0, 4089.0, 4109.0, 4100.0, 4120.0, 4102.0, 4101.0, 4101.0, 4103.0, 4111.0, 4104.0, 4124.0, 4104.0, 4135.0, 4115.0, 4146.0, 4126.0, 4106.0, 4125.0, 4115.0, 4134.0, 4106.0, 4146.0, 4103.0, 4146.0, 4126.0, 4153.0, 4135.0, 4153.0, 4111.0, 4122.0, 4111.0, 4091.0, 4131.0, 4101.0, 4122.0, 4099.0, 4151.0, 4121.0, 4089.0, 4100.0, 4090.0, 4121.0, 4102.0, 4123.0, 4112.0, 4103.0, 4115.0, 4102.0, 4132.0, 4102.0, 4124.0, 4102.0, 4134.0, 4103.0, 4142.0, 4122.0, 4152.0, 4101.0, 4101.0, 4122.0, 4102.0, 4102.0, 4126.0, 4114.0, 4136.0, 4127.0, 4119.0, 4156.0, 4115.0, 4157.0, 4125.0, 4157.0, 4136.0, 4142.0, 4111.0, 4120.0, 4142.0, 4131.0, 4140.0, 4120.0, 4098.0, 4141.0, 4119.0, 4151.0, 4120.0, 4088.0, 4096.0, 4076.0, 4115.0, 4075.0, 4125.0, 4073.0, 4093.0, 4073.0, 4063.0, 4084.0, 4063.0, 4083.0, 4071.0, 4084.0, 4074.0, 4084.0, 4075.0, 4085.0, 4086.0, 4087.0, 4087.0, 4101.0, 4110.0, 4100.0, 4102.0, 4104.0, 4104.0, 4134.0, 4105.0, 4146.0, 4115.0, 4132.0, 4113.0, 4140.0, 4124.0, 4144.0, 4115.0, 4093.0, 4123.0, 4101.0, 4123.0, 4102.0, 4134.0, 4113.0, 4134.0, 4115.0, 4103.0, 4123.0, 4103.0, 4134.0, 4113.0, 4144.0, 4115.0, 4143.0, 4116.0, 4135.0, 4115.0, 4113.0, 4138.0, 4118.0, 4118.0, 4116.0, 4119.0, 4120.0, 4129.0, 4132.0, 4163.0, 4144.0, 4163.0, 4154.0, 4142.0, 4171.0, 4151.0, 4172.0, 4149.0, 4184.0, 4173.0, 4184.0, 4161.0, 4156.0, 4123.0, 4102.0, 4113.0, 4112.0, 4102.0, 4102.0, 4124.0, 4114.0, 4091.0, 4145.0, 4138.0, 4136.0, 4141.0, 4140.0, 4139.0, 4139.0, 4143.0, 4118.0, 4082.0, 4100.0, 4077.0, 4056.0, 4046.0, 4057.0, 4047.0, 4061.0, 4060.0, 4060.0, 4085.0, 4085.0, 4076.0, 4078.0, 4085.0, 4076.0, 4078.0, 4096.0, 4099.0, 4122.0, 4116.0, 4135.0, 4103.0, 4097.0, 4106.0, 4083.0, 4086.0, 4096.0, 4095.0, 4105.0, 4090.0, 4118.0, 4140.0, 4118.0, 4111.0, 4111.0, 4102.0, 4106.0, 4110.0, 4098.0, 4085.0, 4116.0, 4115.0, 4127.0, 4124.0, 4110.0, 4142.0, 4159.0, 4142.0, 4091.0, 4132.0, 4118.0, 4129.0, 4099.0, 3944.0, 4081.0, 4081.0, 4071.0, 4086.0, 4051.0, 4059.0, 4048.0, 4036.0, 4004.0, 4027.0, 4027.0, 4005.0, 4048.0, 4028.0, 4017.0, 4038.0, 4020.0, 4020.0, 4039.0, 4019.0, 4045.0, 4068.0, 4045.0, 4048.0, 4056.0, 4060.0, 4057.0, 4071.0, 4059.0, 4048.0, 4093.0, 4076.0, 4074.0, 4084.0, 4073.0, 4085.0, 4087.0, 4098.0, 4075.0, 4116.0, 4084.0, 4114.0, 4073.0, 4104.0, 4071.0, 4093.0, 4061.0, 4079.0, 4059.0, 4093.0, 4100.0, 4060.0, 3805.0, 4012.0, 4037.0, 4146.0, 4103.0, 4116.0, 4115.0, 4092.0, 4112.0, 4104.0, 4103.0, 4123.0, 4116.0, 4125.0, 4127.0, 4105.0, 4137.0, 4115.0, 4156.0, 4147.0, 4155.0, 4153.0, 4122.0, 4142.0, 4111.0, 4141.0, 4119.0, 4149.0, 4127.0, 4138.0, 4117.0, 4126.0, 4095.0, 4086.0, 4094.0, 4074.0, 4094.0, 4086.0, 4094.0, 4087.0, 4105.0, 4085.0, 4096.0, 4087.0, 4086.0, 4087.0, 4086.0, 4086.0, 4101.0, 4111.0, 4101.0, 4098.0, 4111.0, 4102.0, 4126.0, 4115.0, 4134.0, 4115.0, 4135.0, 4116.0, 4134.0, 4124.0, 4123.0, 4112.0, 4104.0, 4124.0, 4104.0, 4147.0, 4125.0, 4127.0, 4124.0, 4116.0, 4145.0, 4128.0, 4147.0, 4128.0, 4147.0, 4126.0, 4149.0, 4128.0, 4127.0, 4136.0, 4115.0, 4135.0, 4116.0, 4144.0, 4121.0, 4137.0, 4125.0, 4105.0, 4137.0, 4126.0, 4147.0, 4125.0, 4128.0, 4127.0, 4127.0, 4147.0, 4126.0, 4171.0, 4148.0, 4144.0, 4127.0, 4105.0, 4135.0, 4126.0, 4167.0, 4158.0, 4109.0, 4135.0, 4116.0, 4144.0, 4126.0, 4167.0, 4147.0, 4145.0, 4146.0, 4112.0, 4143.0, 4114.0, 4153.0, 4132.0, 4153.0, 4134.0, 4091.0, 4110.0, 4099.0, 4108.0, 4100.0, 4138.0, 4100.0, 4099.0, 4085.0, 4087.0, 4107.0, 4089.0, 4096.0, 4098.0, 4101.0, 4101.0, 4099.0, 4120.0, 4112.0, 4100.0, 4111.0, 4103.0, 4132.0, 4113.0, 4143.0, 4123.0, 4131.0, 4101.0, 4100.0, 4112.0, 4098.0, 4119.0, 4111.0, 4131.0, 4099.0, 4088.0, 4100.0, 4100.0, 4119.0, 4107.0, 4101.0, 4101.0, 4090.0, 4110.0, 4113.0, 4130.0, 4100.0, 4103.0, 4123.0, 4104.0, 4132.0, 4116.0, 4134.0, 4115.0, 4103.0, 4124.0, 4099.0, 4133.0, 4113.0, 4123.0, 4112.0, 4103.0, 4124.0, 4114.0, 4144.0, 4112.0, 4102.0, 4111.0, 4102.0, 4132.0, 4113.0, 4113.0, 4122.0, 4103.0, 4134.0, 4114.0, 4122.0, 4115.0, 4103.0, 4132.0, 4125.0, 4156.0, 4113.0, 4133.0, 4109.0, 4099.0, 4112.0, 4101.0, 4139.0, 4110.0, 4101.0, 4099.0, 4100.0, 4122.0, 4110.0, 4132.0, 4115.0, 4102.0, 4135.0, 4115.0, 4144.0, 4112.0, 4120.0, 4125.0, 4102.0, 4135.0, 4112.0, 4141.0, 4121.0, 4141.0, 4111.0, 4131.0, 4111.0, 4101.0, 4100.0, 4089.0, 4110.0, 4098.0, 4100.0, 4101.0, 4088.0, 4122.0, 4104.0, 4135.0, 4114.0, 4114.0, 4112.0, 4105.0, 4123.0, 4115.0, 4134.0, 4113.0, 4136.0, 4113.0, 4103.0, 4112.0, 4104.0, 4123.0, 4100.0, 4130.0, 4110.0, 4124.0, 4097.0, 4102.0, 4112.0, 4103.0, 4134.0, 4114.0, 4103.0, 4126.0, 4105.0, 4113.0, 4116.0, 4107.0, 4146.0, 4126.0, 4158.0, 4139.0, 4128.0, 4136.0, 4115.0, 4158.0, 4123.0, 4160.0, 4145.0, 4158.0, 4150.0, 4135.0, 4133.0, 4126.0, 4147.0, 4124.0, 4103.0, 4157.0, 4114.0, 4135.0, 4114.0, 4103.0, 4135.0, 4115.0, 4156.0, 4134.0, 4133.0, 4123.0, 4110.0, 4133.0, 4111.0, 4153.0, 4134.0, 4099.0, 4111.0, 4090.0, 4120.0, 4112.0, 4121.0, 4112.0, 4101.0, 4132.0, 4100.0, 4131.0, 4100.0, 4110.0, 4111.0, 4089.0, 4132.0, 4122.0, 4141.0, 4110.0, 4118.0, 4087.0, 4085.0, 4107.0, 4089.0, 4107.0, 4098.0, 4119.0, 4108.0, 4088.0, 4107.0, 4088.0, 4089.0, 4088.0, 4077.0, 4110.0, 4101.0, 4129.0, 4108.0, 4097.0, 4087.0, 4076.0, 4097.0, 4077.0, 4107.0, 4077.0, 4107.0, 4087.0, 4117.0, 4075.0, 4087.0, 4086.0, 4077.0, 4098.0, 4092.0, 4121.0, 4112.0, 4103.0, 4103.0, 4093.0, 4124.0, 4100.0, 4133.0, 4116.0, 4146.0, 4111.0, 4134.0, 4104.0, 4103.0, 4110.0, 4101.0, 4123.0, 4102.0, 4142.0, 4111.0, 4129.0, 4089.0, 4089.0, 4090.0, 4091.0, 4112.0, 4103.0, 4131.0, 4113.0, 4113.0, 4112.0, 4104.0, 4114.0, 4113.0, 4134.0, 4133.0, 4122.0, 4133.0, 4125.0, 4108.0, 4110.0, 4111.0, 4109.0, 4120.0, 4100.0, 4086.0, 4110.0, 4074.0, 4098.0, 4088.0, 4109.0, 4099.0, 4090.0, 4101.0, 4106.0, 4138.0, 4117.0, 4128.0, 4142.0, 4129.0, 4102.0, 4138.0, 4131.0, 4139.0, 4141.0, 4118.0, 4169.0, 4177.0, 4163.0, 4172.0, 4138.0, 4133.0, 4125.0, 4123.0, 4146.0, 4134.0, 4154.0, 4147.0, 4145.0, 4137.0, 4017.0, 4093.0, 4100.0, 4110.0, 4109.0, 4117.0, 4092.0, 4089.0, 4113.0, 4092.0, 4104.0, 4079.0, 4132.0, 4064.0, 4132.0, 4129.0, 4132.0, 4118.0, 4115.0, 4130.0, 4113.0, 4128.0, 4091.0, 4110.0, 4077.0, 4077.0, 4096.0, 4064.0, 4042.0, 4022.0, 4042.0, 4030.0, 4032.0, 4031.0, 4020.0, 4054.0, 4034.0, 4034.0, 4045.0, 4048.0, 4054.0, 4058.0, 4060.0, 4050.0, 4061.0, 4073.0, 4061.0, 4084.0, 4074.0, 4096.0, 4088.0, 4078.0, 4088.0, 4090.0, 4102.0, 4100.0, 4092.0, 4113.0, 4103.0, 4125.0, 4114.0, 4126.0, 4127.0, 4105.0, 4128.0, 4104.0, 4134.0, 4115.0, 4133.0, 4116.0, 4146.0, 4127.0, 4106.0, 4125.0, 4094.0, 4133.0, 4116.0, 4134.0, 4127.0, 4102.0, 4125.0, 4115.0, 4136.0, 4114.0, 4144.0, 4126.0, 4102.0, 4145.0, 4103.0, 4142.0, 4113.0, 4154.0, 4085.0, 4167.0, 4146.0, 4155.0, 4131.0, 4089.0, 4119.0, 4100.0, 4100.0, 4112.0, 4100.0, 4132.0, 4110.0, 4130.0, 4109.0, 4131.0, 4109.0, 4150.0, 4122.0, 4150.0, 4121.0, 4136.0, 4097.0, 4106.0, 4085.0, 4096.0, 4097.0, 4075.0, 4104.0, 4083.0, 4106.0, 4085.0, 4117.0, 4087.0, 4118.0, 4099.0, 4085.0, 4098.0, 4077.0, 4107.0, 4086.0, 4118.0, 4098.0, 4108.0, 4088.0, 4085.0, 4098.0, 4087.0, 4108.0, 4100.0, 4119.0, 4100.0, 4111.0, 4110.0, 4115.0, 4132.0, 4112.0, 4121.0, 4101.0, 4100.0, 4123.0, 4101.0, 4144.0, 4123.0, 4131.0, 4114.0, 4111.0, 4112.0, 4104.0, 4132.0, 4125.0, 4122.0, 4111.0, 4103.0, 4134.0, 4115.0, 4135.0, 4128.0, 4104.0, 4155.0, 4127.0, 4155.0, 4126.0, 4135.0, 4158.0, 4125.0, 4156.0, 4123.0, 4152.0, 4143.0, 4142.0, 4122.0, 4122.0, 4130.0, 4111.0, 4131.0, 4109.0, 4119.0, 4110.0, 4100.0, 4143.0, 4111.0, 4140.0, 4112.0, 4140.0, 4111.0, 4129.0, 4121.0, 4111.0, 4151.0, 4099.0, 4119.0, 4098.0, 4087.0, 4108.0, 4099.0, 4129.0, 4121.0, 4100.0, 4109.0, 4101.0, 4132.0, 4112.0, 4142.0, 4121.0, 4170.0, 4180.0, 4114.0, 4136.0, 4111.0, 4111.0, 4100.0, 4089.0, 4129.0, 4100.0, 4131.0, 4100.0, 4120.0, 4122.0, 4089.0, 4119.0, 4097.0, 4117.0, 4086.0, 4128.0, 4098.0, 4138.0, 4118.0, 4086.0, 4097.0, 4084.0, 4107.0, 4084.0, 4114.0, 4085.0, 4105.0, 4116.0, 4075.0, 4102.0, 4073.0, 4082.0, 4082.0, 4071.0, 4104.0, 4094.0, 4115.0, 4084.0, 4093.0, 4083.0, 4071.0, 4103.0, 4072.0, 4112.0, 4084.0, 4114.0, 4072.0, 4061.0, 4081.0, 4072.0, 4092.0, 4082.0, 4093.0, 4097.0, 4064.0, 4104.0, 4086.0, 4096.0, 4085.0, 4087.0, 4097.0, 4077.0, 4118.0, 4098.0, 4119.0, 4099.0, 4119.0, 4097.0, 4087.0, 4108.0, 4101.0, 4129.0, 4097.0, 4089.0, 4098.0, 4090.0, 4129.0, 4111.0, 4113.0, 4135.0, 4110.0, 4144.0, 4111.0, 4123.0, 4113.0, 4100.0, 4133.0, 4112.0, 4143.0, 4111.0, 4131.0, 4109.0, 4097.0, 4110.0, 4103.0, 4171.0, 4123.0, 4112.0, 4124.0, 4113.0, 4112.0, 4102.0, 4102.0, 4143.0, 4125.0, 4141.0, 4123.0, 4145.0, 4136.0, 4112.0, 4124.0, 4099.0, 4120.0, 4088.0, 4131.0, 4099.0, 4140.0, 4120.0, 4120.0, 4090.0, 4078.0, 4109.0, 4112.0, 4113.0, 4112.0, 4090.0, 4129.0, 4100.0, 4129.0, 4109.0, 4119.0, 4100.0, 4111.0, 4129.0, 4120.0, 4139.0, 4088.0, 4104.0, 4087.0, 4077.0, 4106.0, 4086.0, 4118.0, 4098.0, 4126.0, 4108.0, 4128.0, 4108.0, 4107.0, 4084.0, 4062.0, 4096.0, 4061.0, 4096.0, 4062.0, 4112.0, 4095.0, 4115.0, 4073.0, 4061.0, 4081.0, 4073.0, 4104.0, 4085.0, 4105.0, 4087.0, 4086.0, 4120.0, 4088.0, 4121.0, 4100.0, 4100.0, 4110.0, 4125.0, 4144.0, 4114.0, 4110.0, 4125.0, 4091.0, 4109.0, 4110.0, 4100.0, 4121.0, 4122.0, 4102.0, 4131.0, 4119.0, 4109.0, 4131.0, 4099.0, 4139.0, 4120.0, 4117.0, 4087.0, 4073.0, 4095.0, 4073.0, 4103.0, 4085.0, 4092.0, 4062.0, 4061.0, 4083.0, 4072.0, 4096.0, 4085.0, 4083.0, 4076.0, 4065.0, 4096.0, 4076.0, 4107.0, 4100.0, 4118.0, 4098.0, 4088.0, 4111.0, 4101.0, 4112.0, 4101.0, 4091.0, 4123.0, 4099.0, 4131.0, 4099.0, 4119.0, 4089.0, 4129.0, 4123.0, 4129.0, 4087.0, 4117.0, 4087.0, 4105.0, 4086.0, 4077.0, 4029.0, 4084.0, 4090.0, 4076.0, 4089.0, 4100.0, 4102.0, 4102.0, 4092.0, 4104.0, 4105.0, 4127.0, 4103.0, 4130.0, 4100.0, 4131.0, 4097.0, 4117.0, 4116.0, 4116.0, 4114.0, 4094.0, 4105.0, 4079.0, 4087.0, 4067.0, 4087.0, 4051.0, 4071.0, 4051.0, 4057.0, 4038.0, 4049.0, 4015.0, 4027.0, 4004.0, 4005.0, 4017.0, 4020.0, 4050.0, 4018.0, 4028.0, 4018.0, 4032.0, 4042.0, 4031.0, 4043.0, 4031.0, 4032.0, 4044.0, 4034.0, 4055.0, 4045.0, 4066.0, 4047.0, 4058.0], 'WindowWidth': [9248.0, 9241.0, 9169.0, 9188.0, 9213.0, 9095.0, 9230.0, 9013.0, 9246.0, 9225.0, 9174.0, 9174.0, 9191.0, 9152.0, 9198.0, 9174.0, 9181.0, 9264.0, 9204.0, 9212.0, 9208.0, 9170.0, 9194.0, 9180.0, 9193.0, 9160.0, 9154.0, 9153.0, 9110.0, 9167.0, 9119.0, 9147.0, 9092.0, 9139.0, 9116.0, 9122.0, 9207.0, 9117.0, 9164.0, 9179.0, 9140.0, 9159.0, 9175.0, 9165.0, 9214.0, 9195.0, 9166.0, 9222.0, 9208.0, 9227.0, 9178.0, 9224.0, 9187.0, 9169.0, 9206.0, 9181.0, 9196.0, 9203.0, 9154.0, 9116.0, 9111.0, 9100.0, 9116.0, 9149.0, 9128.0, 9181.0, 9125.0, 9148.0, 9121.0, 9157.0, 9119.0, 9174.0, 9156.0, 9168.0, 9138.0, 9150.0, 9121.0, 9134.0, 9093.0, 9107.0, 9091.0, 9076.0, 9106.0, 9095.0, 9122.0, 9100.0, 9140.0, 9116.0, 9104.0, 9136.0, 9112.0, 9162.0, 9114.0, 9164.0, 9128.0, 9165.0, 9144.0, 9167.0, 9141.0, 9155.0, 9129.0, 9139.0, 9123.0, 9129.0, 9159.0, 9147.0, 9179.0, 9154.0, 9154.0, 9186.0, 9173.0, 9174.0, 9171.0, 9179.0, 9216.0, 9197.0, 9237.0, 9212.0, 9224.0, 9217.0, 9241.0, 9216.0, 9192.0, 9224.0, 9177.0, 9231.0, 9190.0, 9243.0, 9221.0, 9265.0, 9238.0, 9203.0, 9216.0, 9174.0, 9209.0, 9174.0, 9201.0, 9189.0, 9191.0, 9238.0, 9209.0, 9219.0, 9189.0, 9186.0, 9200.0, 9182.0, 9238.0, 9212.0, 9243.0, 9224.0, 9209.0, 9159.0, 9157.0, 9202.0, 9143.0, 9214.0, 9204.0, 9198.0, 9125.0, 9140.0, 9137.0, 9123.0, 9151.0, 9141.0, 9180.0, 9139.0, 9139.0, 9139.0, 9128.0, 9155.0, 9145.0, 9173.0, 9158.0, 9177.0, 9162.0, 9149.0, 9174.0, 9166.0, 9206.0, 9164.0, 9176.0, 9178.0, 9167.0, 9203.0, 9162.0, 9189.0, 9076.0, 9105.0, 9247.0, 9193.0, 9200.0, 9206.0, 9190.0, 9199.0, 9186.0, 9174.0, 9214.0, 9192.0, 9238.0, 9201.0, 9250.0, 9216.0, 9244.0, 9199.0, 9238.0, 9194.0, 9216.0, 9202.0, 9209.0, 9187.0, 9198.0, 9188.0, 9139.0, 9152.0, 9119.0, 9146.0, 9124.0, 9154.0, 9134.0, 9162.0, 9140.0, 9161.0, 9140.0, 9163.0, 9123.0, 9167.0, 9137.0, 9138.0, 9151.0, 9122.0, 9147.0, 9138.0, 9165.0, 9141.0, 9184.0, 9159.0, 9158.0, 9173.0, 9149.0, 9186.0, 9163.0, 9188.0, 9164.0, 9178.0, 9191.0, 9195.0, 9222.0, 9181.0, 9205.0, 9182.0, 9177.0, 9195.0, 9179.0, 9226.0, 9208.0, 9177.0, 9195.0, 9166.0, 9226.0, 9200.0, 9226.0, 9201.0, 9202.0, 9230.0, 9217.0, 9232.0, 9200.0, 9240.0, 9196.0, 9220.0, 9182.0, 9182.0, 9213.0, 9214.0, 9253.0, 9190.0, 9076.0, 9138.0, 9251.0, 9206.0, 9199.0, 9185.0, 9149.0, 9210.0, 9192.0, 9191.0, 9258.0, 9238.0, 9275.0, 9246.0, 9239.0, 9233.0, 9193.0, 9216.0, 9194.0, 9265.0, 9216.0, 9220.0, 9160.0, 9162.0, 9176.0, 9145.0, 9191.0, 9180.0, 9203.0, 9199.0, 9154.0, 9119.0, 9169.0, 9157.0, 9202.0, 9184.0, 9187.0, 9210.0, 9232.0, 9220.0, 9250.0, 9261.0, 9296.0, 9249.0, 9240.0, 9253.0, 9277.0, 9273.0, 9207.0, 9112.0, 9165.0, 9164.0, 9159.0, 9158.0, 9138.0, 9146.0, 9115.0, 9094.0, 9075.0, 9099.0, 9059.0, 9022.0, 9028.0, 9037.0, 9029.0, 9014.0, 9041.0, 9029.0, 9036.0, 9049.0, 9042.0, 9066.0, 9059.0, 9048.0, 9077.0, 9059.0, 9075.0, 9077.0, 9086.0, 9085.0, 9108.0, 9087.0, 9124.0, 9090.0, 9135.0, 9125.0, 9105.0, 9118.0, 9086.0, 9128.0, 9109.0, 9139.0, 9131.0, 9118.0, 9147.0, 9162.0, 9190.0, 9167.0, 9171.0, 9197.0, 9180.0, 9184.0, 9197.0, 9170.0, 9198.0, 9185.0, 9168.0, 9183.0, 9154.0, 9195.0, 9153.0, 9203.0, 9165.0, 9217.0, 9187.0, 9125.0, 8964.0, 9094.0, 9216.0, 8842.0, 8894.0, 9323.0, 9281.0, 9211.0, 9213.0, 9222.0, 9182.0, 9193.0, 9190.0, 9152.0, 9238.0, 9220.0, 9204.0, 9263.0, 9233.0, 9191.0, 9221.0, 9189.0, 9215.0, 9199.0, 9193.0, 9173.0, 9129.0, 9208.0, 9179.0, 9157.0, 9112.0, 9102.0, 9139.0, 9098.0, 9170.0, 9114.0, 9169.0, 9110.0, 9114.0, 9139.0, 9103.0, 9187.0, 9119.0, 9153.0, 9131.0, 9103.0, 9139.0, 9104.0, 9140.0, 9103.0, 9147.0, 9121.0, 9176.0, 9122.0, 9139.0, 9196.0, 9127.0, 9127.0, 9150.0, 9159.0, 9199.0, 9234.0, 9234.0, 9229.0, 9240.0, 9203.0, 9183.0, 9251.0, 9233.0, 9263.0, 9274.0, 9255.0, 9250.0, 9235.0, 9237.0, 9200.0, 9211.0, 9198.0, 9191.0, 9189.0, 9122.0, 9169.0, 9124.0, 9157.0, 9105.0, 9133.0, 9085.0, 9093.0, 9122.0, 9106.0, 9107.0, 9096.0, 9171.0, 9166.0, 9135.0, 9126.0, 9127.0, 9119.0, 9166.0, 9157.0, 9130.0, 9154.0, 9153.0, 9205.0, 9166.0, 9208.0, 9169.0, 9205.0, 9175.0, 9182.0, 9182.0, 9165.0, 9165.0, 9213.0, 9141.0, 9190.0, 9138.0, 9148.0, 9181.0, 9187.0, 9171.0, 9147.0, 9145.0, 9151.0, 9190.0, 9197.0, 9178.0, 9212.0, 9182.0, 9176.0, 9213.0, 9225.0, 9223.0, 9240.0, 9214.0, 9221.0, 9224.0, 9200.0, 9204.0, 9180.0, 9192.0, 9155.0, 9165.0, 9127.0, 9122.0, 9122.0, 9094.0, 9126.0, 9088.0, 9075.0, 9036.0, 9034.0, 9048.0, 9036.0, 9052.0, 9042.0, 9044.0, 9057.0, 9059.0, 9088.0, 9060.0, 9076.0, 9064.0, 9066.0, 9067.0, 9083.0, 9099.0, 9088.0, 9097.0, 9091.0, 9128.0, 9096.0, 9109.0, 9110.0, 9099.0, 9130.0, 9117.0, 9132.0, 9117.0, 9122.0, 9147.0, 9167.0, 9191.0, 9198.0, 9179.0, 9173.0, 9175.0, 9182.0, 9204.0, 9180.0, 9224.0, 9194.0, 9237.0, 9227.0, 9254.0, 9219.0, 9234.0, 9218.0, 9230.0, 9200.0, 9231.0, 9209.0, 9208.0, 9199.0, 9166.0, 9192.0, 9175.0, 9171.0, 9112.0, 9137.0, 9099.0, 9125.0, 9113.0, 9122.0, 9117.0, 9128.0, 9119.0, 9146.0, 9135.0, 9161.0, 9141.0, 9139.0, 9141.0, 9145.0, 9156.0, 9148.0, 9175.0, 9148.0, 9191.0, 9167.0, 9207.0, 9182.0, 9154.0, 9179.0, 9165.0, 9191.0, 9154.0, 9208.0, 9145.0, 9209.0, 9179.0, 9216.0, 9191.0, 9213.0, 9153.0, 9167.0, 9153.0, 9125.0, 9179.0, 9138.0, 9167.0, 9134.0, 9209.0, 9164.0, 9120.0, 9136.0, 9124.0, 9167.0, 9144.0, 9173.0, 9159.0, 9146.0, 9163.0, 9144.0, 9183.0, 9143.0, 9173.0, 9141.0, 9188.0, 9142.0, 9197.0, 9169.0, 9211.0, 9140.0, 9140.0, 9170.0, 9143.0, 9144.0, 9180.0, 9166.0, 9195.0, 9186.0, 9179.0, 9224.0, 9168.0, 9224.0, 9179.0, 9224.0, 9193.0, 9194.0, 9150.0, 9160.0, 9196.0, 9177.0, 9189.0, 9161.0, 9128.0, 9190.0, 9158.0, 9203.0, 9158.0, 9111.0, 9121.0, 9094.0, 9146.0, 9093.0, 9157.0, 9087.0, 9113.0, 9084.0, 9072.0, 9101.0, 9071.0, 9098.0, 9081.0, 9100.0, 9089.0, 9102.0, 9093.0, 9106.0, 9110.0, 9111.0, 9114.0, 9136.0, 9149.0, 9138.0, 9142.0, 9147.0, 9148.0, 9190.0, 9152.0, 9205.0, 9164.0, 9183.0, 9159.0, 9193.0, 9174.0, 9200.0, 9160.0, 9130.0, 9170.0, 9138.0, 9169.0, 9142.0, 9185.0, 9158.0, 9187.0, 9163.0, 9146.0, 9171.0, 9145.0, 9187.0, 9160.0, 9201.0, 9163.0, 9201.0, 9165.0, 9190.0, 9164.0, 9160.0, 9199.0, 9173.0, 9174.0, 9170.0, 9177.0, 9180.0, 9194.0, 9202.0, 9245.0, 9221.0, 9245.0, 9236.0, 9213.0, 9255.0, 9224.0, 9255.0, 9218.0, 9276.0, 9258.0, 9275.0, 9239.0, 9223.0, 9172.0, 9141.0, 9155.0, 9153.0, 9139.0, 9137.0, 9169.0, 9154.0, 9117.0, 9201.0, 9195.0, 9192.0, 9192.0, 9189.0, 9186.0, 9187.0, 9203.0, 9153.0, 9089.0, 9115.0, 9077.0, 9047.0, 9035.0, 9052.0, 9041.0, 9062.0, 9061.0, 9064.0, 9107.0, 9108.0, 9096.0, 9100.0, 9107.0, 9093.0, 9098.0, 9123.0, 9134.0, 9173.0, 9173.0, 9196.0, 9149.0, 9132.0, 9141.0, 9107.0, 9113.0, 9133.0, 9133.0, 9148.0, 9124.0, 9168.0, 9200.0, 9166.0, 9161.0, 9160.0, 9148.0, 9146.0, 9155.0, 9135.0, 9115.0, 9158.0, 9153.0, 9174.0, 9163.0, 9138.0, 9194.0, 9234.0, 9199.0, 9094.0, 9172.0, 9151.0, 9166.0, 9104.0, 8801.0, 9102.0, 9095.0, 9068.0, 9091.0, 9027.0, 9037.0, 9020.0, 9000.0, 8955.0, 8988.0, 8989.0, 8960.0, 9019.0, 8994.0, 8980.0, 9009.0, 8988.0, 8987.0, 9012.0, 8986.0, 9034.0, 9070.0, 9034.0, 9040.0, 9049.0, 9063.0, 9056.0, 9080.0, 9061.0, 9042.0, 9115.0, 9095.0, 9086.0, 9102.0, 9084.0, 9105.0, 9110.0, 9126.0, 9091.0, 9147.0, 9101.0, 9141.0, 9084.0, 9126.0, 9080.0, 9110.0, 9065.0, 9085.0, 9060.0, 9112.0, 9135.0, 9066.0, 8575.0, 8988.0, 9036.0, 9233.0, 9148.0, 9167.0, 9165.0, 9129.0, 9156.0, 9148.0, 9147.0, 9175.0, 9168.0, 9181.0, 9187.0, 9154.0, 9199.0, 9166.0, 9224.0, 9211.0, 9220.0, 9217.0, 9169.0, 9196.0, 9149.0, 9191.0, 9160.0, 9199.0, 9168.0, 9182.0, 9151.0, 9162.0, 9121.0, 9109.0, 9117.0, 9089.0, 9117.0, 9108.0, 9118.0, 9111.0, 9135.0, 9109.0, 9123.0, 9111.0, 9109.0, 9110.0, 9110.0, 9111.0, 9138.0, 9151.0, 9140.0, 9133.0, 9154.0, 9144.0, 9179.0, 9167.0, 9190.0, 9165.0, 9191.0, 9169.0, 9188.0, 9177.0, 9176.0, 9158.0, 9148.0, 9175.0, 9149.0, 9208.0, 9180.0, 9184.0, 9179.0, 9170.0, 9208.0, 9187.0, 9211.0, 9186.0, 9213.0, 9184.0, 9216.0, 9187.0, 9185.0, 9195.0, 9164.0, 9191.0, 9166.0, 9203.0, 9169.0, 9198.0, 9179.0, 9153.0, 9197.0, 9184.0, 9212.0, 9183.0, 9187.0, 9186.0, 9187.0, 9213.0, 9185.0, 9248.0, 9216.0, 9205.0, 9183.0, 9154.0, 9195.0, 9182.0, 9240.0, 9228.0, 9154.0, 9193.0, 9168.0, 9204.0, 9182.0, 9239.0, 9210.0, 9205.0, 9208.0, 9157.0, 9199.0, 9159.0, 9214.0, 9183.0, 9213.0, 9185.0, 9124.0, 9147.0, 9132.0, 9145.0, 9135.0, 9184.0, 9134.0, 9131.0, 9110.0, 9112.0, 9140.0, 9118.0, 9124.0, 9130.0, 9137.0, 9137.0, 9134.0, 9164.0, 9153.0, 9138.0, 9153.0, 9144.0, 9184.0, 9157.0, 9197.0, 9172.0, 9179.0, 9138.0, 9136.0, 9152.0, 9132.0, 9161.0, 9150.0, 9176.0, 9131.0, 9117.0, 9134.0, 9135.0, 9159.0, 9144.0, 9138.0, 9137.0, 9123.0, 9151.0, 9157.0, 9178.0, 9140.0, 9144.0, 9172.0, 9147.0, 9183.0, 9165.0, 9189.0, 9163.0, 9145.0, 9173.0, 9135.0, 9183.0, 9159.0, 9171.0, 9157.0, 9143.0, 9173.0, 9159.0, 9200.0, 9153.0, 9140.0, 9151.0, 9142.0, 9183.0, 9159.0, 9158.0, 9170.0, 9144.0, 9186.0, 9160.0, 9170.0, 9163.0, 9145.0, 9185.0, 9176.0, 9218.0, 9156.0, 9183.0, 9148.0, 9134.0, 9152.0, 9137.0, 9188.0, 9149.0, 9138.0, 9134.0, 9136.0, 9167.0, 9154.0, 9185.0, 9164.0, 9144.0, 9190.0, 9163.0, 9202.0, 9157.0, 9164.0, 9175.0, 9143.0, 9189.0, 9154.0, 9193.0, 9165.0, 9192.0, 9151.0, 9175.0, 9150.0, 9136.0, 9132.0, 9118.0, 9145.0, 9131.0, 9135.0, 9138.0, 9119.0, 9170.0, 9147.0, 9187.0, 9160.0, 9159.0, 9155.0, 9148.0, 9170.0, 9163.0, 9186.0, 9160.0, 9191.0, 9158.0, 9144.0, 9155.0, 9144.0, 9169.0, 9136.0, 9178.0, 9152.0, 9171.0, 9130.0, 9140.0, 9155.0, 9142.0, 9187.0, 9160.0, 9146.0, 9177.0, 9151.0, 9161.0, 9167.0, 9157.0, 9211.0, 9186.0, 9229.0, 9204.0, 9189.0, 9198.0, 9169.0, 9227.0, 9177.0, 9233.0, 9208.0, 9227.0, 9218.0, 9191.0, 9188.0, 9180.0, 9210.0, 9175.0, 9147.0, 9222.0, 9161.0, 9189.0, 9160.0, 9144.0, 9190.0, 9162.0, 9220.0, 9188.0, 9183.0, 9170.0, 9149.0, 9185.0, 9152.0, 9213.0, 9184.0, 9133.0, 9149.0, 9121.0, 9161.0, 9154.0, 9166.0, 9152.0, 9136.0, 9181.0, 9135.0, 9179.0, 9134.0, 9147.0, 9150.0, 9119.0, 9179.0, 9162.0, 9191.0, 9145.0, 9154.0, 9110.0, 9107.0, 9138.0, 9115.0, 9140.0, 9126.0, 9155.0, 9140.0, 9113.0, 9138.0, 9114.0, 9116.0, 9115.0, 9100.0, 9145.0, 9133.0, 9170.0, 9140.0, 9123.0, 9110.0, 9093.0, 9124.0, 9095.0, 9137.0, 9097.0, 9135.0, 9108.0, 9150.0, 9092.0, 9108.0, 9106.0, 9096.0, 9128.0, 9124.0, 9162.0, 9152.0, 9141.0, 9142.0, 9129.0, 9172.0, 9139.0, 9185.0, 9165.0, 9205.0, 9154.0, 9186.0, 9143.0, 9140.0, 9149.0, 9137.0, 9169.0, 9138.0, 9193.0, 9150.0, 9174.0, 9117.0, 9116.0, 9119.0, 9123.0, 9153.0, 9143.0, 9178.0, 9157.0, 9156.0, 9155.0, 9144.0, 9158.0, 9155.0, 9186.0, 9184.0, 9168.0, 9182.0, 9171.0, 9143.0, 9146.0, 9147.0, 9143.0, 9161.0, 9130.0, 9110.0, 9145.0, 9091.0, 9126.0, 9114.0, 9142.0, 9131.0, 9121.0, 9140.0, 9151.0, 9201.0, 9168.0, 9187.0, 9213.0, 9193.0, 9141.0, 9206.0, 9197.0, 9204.0, 9207.0, 9175.0, 9246.0, 9267.0, 9239.0, 9251.0, 9197.0, 9185.0, 9175.0, 9168.0, 9204.0, 9184.0, 9216.0, 9210.0, 9202.0, 9178.0, 8973.0, 9122.0, 9147.0, 9157.0, 9155.0, 9160.0, 9122.0, 9119.0, 9157.0, 9127.0, 9145.0, 9097.0, 9190.0, 9065.0, 9186.0, 9175.0, 9184.0, 9156.0, 9147.0, 9173.0, 9145.0, 9170.0, 9102.0, 9127.0, 9077.0, 9073.0, 9097.0, 9052.0, 9019.0, 8993.0, 9021.0, 9003.0, 9008.0, 9006.0, 8991.0, 9038.0, 9014.0, 9014.0, 9030.0, 9038.0, 9043.0, 9054.0, 9058.0, 9047.0, 9063.0, 9080.0, 9065.0, 9099.0, 9087.0, 9119.0, 9114.0, 9098.0, 9111.0, 9121.0, 9137.0, 9133.0, 9126.0, 9155.0, 9144.0, 9175.0, 9161.0, 9179.0, 9180.0, 9149.0, 9182.0, 9146.0, 9186.0, 9161.0, 9185.0, 9165.0, 9205.0, 9183.0, 9150.0, 9175.0, 9133.0, 9184.0, 9164.0, 9188.0, 9182.0, 9144.0, 9177.0, 9163.0, 9190.0, 9161.0, 9201.0, 9177.0, 9143.0, 9204.0, 9144.0, 9196.0, 9158.0, 9214.0, 9096.0, 9233.0, 9207.0, 9216.0, 9179.0, 9119.0, 9158.0, 9135.0, 9136.0, 9154.0, 9140.0, 9184.0, 9150.0, 9178.0, 9149.0, 9179.0, 9150.0, 9206.0, 9167.0, 9206.0, 9162.0, 9180.0, 9127.0, 9136.0, 9108.0, 9122.0, 9125.0, 9092.0, 9131.0, 9104.0, 9135.0, 9109.0, 9151.0, 9114.0, 9156.0, 9132.0, 9109.0, 9128.0, 9099.0, 9140.0, 9110.0, 9154.0, 9129.0, 9144.0, 9116.0, 9110.0, 9130.0, 9114.0, 9143.0, 9135.0, 9160.0, 9137.0, 9153.0, 9150.0, 9167.0, 9184.0, 9157.0, 9169.0, 9141.0, 9139.0, 9171.0, 9142.0, 9203.0, 9172.0, 9183.0, 9161.0, 9154.0, 9156.0, 9148.0, 9183.0, 9180.0, 9170.0, 9155.0, 9148.0, 9189.0, 9167.0, 9195.0, 9189.0, 9151.0, 9220.0, 9186.0, 9221.0, 9181.0, 9192.0, 9229.0, 9178.0, 9223.0, 9173.0, 9214.0, 9198.0, 9196.0, 9167.0, 9168.0, 9178.0, 9151.0, 9179.0, 9148.0, 9163.0, 9150.0, 9138.0, 9199.0, 9154.0, 9194.0, 9155.0, 9192.0, 9152.0, 9175.0, 9164.0, 9151.0, 9208.0, 9134.0, 9161.0, 9130.0, 9116.0, 9145.0, 9134.0, 9176.0, 9169.0, 9137.0, 9150.0, 9141.0, 9182.0, 9155.0, 9198.0, 9170.0, 9248.0, 9261.0, 9162.0, 9195.0, 9154.0, 9153.0, 9134.0, 9119.0, 9174.0, 9135.0, 9178.0, 9137.0, 9164.0, 9167.0, 9119.0, 9159.0, 9127.0, 9154.0, 9112.0, 9170.0, 9129.0, 9185.0, 9155.0, 9108.0, 9122.0, 9104.0, 9137.0, 9103.0, 9146.0, 9104.0, 9132.0, 9149.0, 9091.0, 9126.0, 9087.0, 9098.0, 9097.0, 9082.0, 9130.0, 9118.0, 9145.0, 9102.0, 9113.0, 9099.0, 9082.0, 9126.0, 9083.0, 9137.0, 9102.0, 9141.0, 9083.0, 9068.0, 9095.0, 9084.0, 9110.0, 9098.0, 9113.0, 9124.0, 9077.0, 9132.0, 9110.0, 9123.0, 9108.0, 9111.0, 9127.0, 9100.0, 9157.0, 9129.0, 9158.0, 9131.0, 9158.0, 9127.0, 9113.0, 9142.0, 9136.0, 9173.0, 9128.0, 9120.0, 9133.0, 9124.0, 9176.0, 9154.0, 9157.0, 9191.0, 9152.0, 9201.0, 9156.0, 9171.0, 9157.0, 9139.0, 9186.0, 9157.0, 9199.0, 9152.0, 9180.0, 9147.0, 9129.0, 9148.0, 9144.0, 9255.0, 9173.0, 9155.0, 9176.0, 9160.0, 9154.0, 9142.0, 9144.0, 9199.0, 9178.0, 9197.0, 9174.0, 9204.0, 9195.0, 9155.0, 9172.0, 9134.0, 9161.0, 9117.0, 9177.0, 9133.0, 9190.0, 9164.0, 9165.0, 9122.0, 9105.0, 9145.0, 9155.0, 9157.0, 9153.0, 9123.0, 9173.0, 9138.0, 9174.0, 9147.0, 9160.0, 9133.0, 9149.0, 9174.0, 9161.0, 9187.0, 9115.0, 9134.0, 9111.0, 9098.0, 9136.0, 9111.0, 9155.0, 9128.0, 9164.0, 9141.0, 9170.0, 9139.0, 9137.0, 9104.0, 9072.0, 9119.0, 9070.0, 9119.0, 9070.0, 9138.0, 9119.0, 9146.0, 9086.0, 9069.0, 9096.0, 9087.0, 9129.0, 9106.0, 9135.0, 9111.0, 9113.0, 9164.0, 9119.0, 9167.0, 9135.0, 9136.0, 9151.0, 9179.0, 9204.0, 9158.0, 9152.0, 9180.0, 9125.0, 9145.0, 9148.0, 9136.0, 9166.0, 9168.0, 9138.0, 9175.0, 9156.0, 9140.0, 9174.0, 9129.0, 9183.0, 9159.0, 9150.0, 9105.0, 9083.0, 9113.0, 9084.0, 9124.0, 9099.0, 9106.0, 9065.0, 9064.0, 9093.0, 9080.0, 9116.0, 9100.0, 9098.0, 9091.0, 9077.0, 9119.0, 9093.0, 9134.0, 9130.0, 9154.0, 9127.0, 9116.0, 9148.0, 9135.0, 9151.0, 9136.0, 9123.0, 9169.0, 9132.0, 9176.0, 9130.0, 9157.0, 9116.0, 9170.0, 9169.0, 9168.0, 9109.0, 9150.0, 9109.0, 9131.0, 9109.0, 9080.0, 9011.0, 9108.0, 9120.0, 9095.0, 9121.0, 9137.0, 9143.0, 9142.0, 9126.0, 9147.0, 9149.0, 9181.0, 9143.0, 9175.0, 9134.0, 9174.0, 9125.0, 9151.0, 9149.0, 9147.0, 9146.0, 9112.0, 9130.0, 9085.0, 9097.0, 9063.0, 9091.0, 9035.0, 9061.0, 9031.0, 9035.0, 9010.0, 9023.0, 8976.0, 8994.0, 8960.0, 8963.0, 8981.0, 8988.0, 9028.0, 8985.0, 8999.0, 8988.0, 9009.0, 9022.0, 9009.0, 9027.0, 9010.0, 9012.0, 9031.0, 9018.0, 9047.0, 9036.0, 9064.0, 9039.0, 9056.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.018077208176438948</td></tr>
<tr><td colspan=3>aqi</td><td>0.1178800934373319</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.851270398417554</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1852784245640449</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1128633280893436</td></tr>
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
<tr><td colspan=3>fber</td><td>5424.6309</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2946360167322613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>317</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.05217859064013</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8178907779733326</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.733861298456031</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9771925653818343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7426184700821334</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148725</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0009507353533990681</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04213865473866463</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>4.151449606366821</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>11.3054</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.6979</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298571.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1040.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.9387</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4659</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.1751</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3301.8987</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.5334</td></tr>
<tr><td colspan=3>tsnr</td><td>16.662859282223508</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>