<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>c3864908e6a87d96e57be2947937028b</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:48:40.925000</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.995655, 0.00634365, 0.0928998, -0.00608221, 0.999977, -0.00309713]</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.134659</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>[4183, -7734, -7178, 567, 7, -40, 19, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8dd5fdb0-9a5b-42e0-98b4-80bbc549f194||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.6712701320648193, -0.01631811447441578, 0.250876784324646, 105.89237213134766], [-0.01701955311000347, 2.6828644275665283, -0.0068003227934241295, -91.52973937988281], [0.24924348294734955, 0.008309374563395977, 2.6883108615875244, -31.19732093811035], [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': ['104840.925000', '104841.385000', '104841.845000', '104842.305000', '104842.765000', '104843.225000', '104843.685000', '104844.145000', '104844.605000', '104845.065000', '104845.525000', '104845.985000', '104846.445000', '104846.905000', '104847.365000', '104847.825000', '104848.285000', '104848.745000', '104849.205000', '104849.665000', '104850.125000', '104850.585000', '104851.045000', '104851.505000', '104851.965000', '104852.425000', '104852.885000', '104853.345000', '104853.805000', '104854.265000', '104854.725000', '104855.185000', '104855.645000', '104856.105000', '104856.565000', '104857.025000', '104857.485000', '104857.945000', '104858.405000', '104858.865000', '104859.325000', '104859.785000', '104900.245000', '104900.705000', '104901.165000', '104901.625000', '104902.085000', '104902.545000', '104903.005000', '104903.465000', '104903.925000', '104904.385000', '104904.845000', '104905.305000', '104905.765000', '104906.225000', '104906.685000', '104907.145000', '104907.605000', '104908.065000', '104908.525000', '104908.985000', '104909.445000', '104909.905000', '104910.365000', '104910.825000', '104911.285000', '104911.745000', '104912.205000', '104912.665000', '104913.125000', '104913.585000', '104914.045000', '104914.505000', '104914.965000', '104915.425000', '104915.885000', '104916.345000', '104916.805000', '104917.265000', '104917.725000', '104918.185000', '104918.645000', '104919.105000', '104919.565000', '104920.025000', '104920.485000', '104920.945000', '104921.405000', '104921.865000', '104922.325000', '104922.785000', '104923.245000', '104923.705000', '104924.165000', '104924.625000', '104925.085000', '104925.545000', '104926.005000', '104926.465000', '104926.925000', '104927.385000', '104927.845000', '104928.305000', '104928.765000', '104929.225000', '104929.685000', '104930.145000', '104930.605000', '104931.065000', '104931.525000', '104931.985000', '104932.445000', '104932.905000', '104933.365000', '104933.825000', '104934.285000', '104934.745000', '104935.205000', '104935.665000', '104936.125000', '104936.585000', '104937.045000', '104937.505000', '104937.965000', '104938.425000', '104938.885000', '104939.345000', '104939.805000', '104940.265000', '104940.725000', '104941.185000', '104941.645000', '104942.105000', '104942.565000', '104943.025000', '104943.485000', '104943.945000', '104944.405000', '104944.865000', '104945.325000', '104945.785000', '104946.245000', '104946.705000', '104947.165000', '104947.625000', '104948.085000', '104948.545000', '104949.005000', '104949.465000', '104949.925000', '104950.385000', '104950.845000', '104951.305000', '104951.765000', '104952.225000', '104952.685000', '104953.145000', '104953.605000', '104954.065000', '104954.525000', '104954.985000', '104955.445000', '104955.905000', '104956.365000', '104956.825000', '104957.285000', '104957.745000', '104958.205000', '104958.665000', '104959.125000', '104959.585000', '105000.045000', '105000.505000', '105000.965000', '105001.425000', '105001.885000', '105002.345000', '105002.805000', '105003.265000', '105003.725000', '105004.185000', '105004.645000', '105005.105000', '105005.565000', '105006.025000', '105006.485000', '105006.945000', '105007.405000', '105007.865000', '105008.325000', '105008.785000', '105009.245000', '105009.705000', '105010.165000', '105010.625000', '105011.085000', '105011.545000', '105012.005000', '105012.465000', '105012.925000', '105013.385000', '105013.845000', '105014.305000', '105014.765000', '105015.225000', '105015.685000', '105016.145000', '105016.605000', '105017.065000', '105017.525000', '105017.985000', '105018.445000', '105018.905000', '105019.365000', '105019.825000', '105020.285000', '105020.745000', '105021.205000', '105021.665000', '105022.125000', '105022.585000', '105023.045000', '105023.505000', '105023.965000', '105024.425000', '105024.885000', '105025.345000', '105025.805000', '105026.265000', '105026.725000', '105027.185000', '105027.645000', '105028.105000', '105028.565000', '105029.025000', '105029.485000', '105029.945000', '105030.405000', '105030.865000', '105031.325000', '105031.785000', '105032.245000', '105032.705000', '105033.165000', '105033.625000', '105034.085000', '105034.545000', '105035.005000', '105035.465000', '105035.925000', '105036.385000', '105036.845000', '105037.305000', '105037.765000', '105038.225000', '105038.685000', '105039.145000', '105039.605000', '105040.065000', '105040.525000', '105040.985000', '105041.445000', '105041.905000', '105042.365000', '105042.825000', '105043.285000', '105043.745000', '105044.205000', '105044.665000', '105045.125000', '105045.585000', '105046.045000', '105046.505000', '105046.965000', '105047.425000', '105047.885000', '105048.345000', '105048.805000', '105049.265000', '105049.725000', '105050.185000', '105050.645000', '105051.105000', '105051.565000', '105052.025000', '105052.485000', '105052.945000', '105053.405000', '105053.865000', '105054.325000', '105054.785000', '105055.245000', '105055.705000', '105056.165000', '105056.625000', '105057.085000', '105057.545000', '105058.005000', '105058.465000', '105058.925000', '105059.385000', '105059.845000', '105100.305000', '105100.765000', '105101.225000', '105101.685000', '105102.145000', '105102.605000', '105103.065000', '105103.525000', '105103.985000', '105104.445000', '105104.905000', '105105.365000', '105105.825000', '105106.285000', '105106.745000', '105107.205000', '105107.665000', '105108.125000', '105108.585000', '105109.045000', '105109.505000', '105109.965000', '105110.425000', '105110.885000', '105111.345000', '105111.805000', '105112.265000', '105112.725000', '105113.185000', '105113.645000', '105114.105000', '105114.565000', '105115.025000', '105115.485000', '105115.945000', '105116.405000', '105116.865000', '105117.325000', '105117.785000', '105118.245000', '105118.705000', '105119.165000', '105119.625000', '105120.085000', '105120.545000', '105121.005000', '105121.465000', '105121.925000', '105122.385000', '105122.845000', '105123.305000', '105123.765000', '105124.225000', '105124.685000', '105125.145000', '105125.605000', '105126.065000', '105126.525000', '105126.985000', '105127.445000', '105127.905000', '105128.365000', '105128.825000', '105129.285000', '105129.745000', '105130.205000', '105130.665000', '105131.125000', '105131.585000', '105132.045000', '105132.505000', '105132.965000', '105133.425000', '105133.885000', '105134.345000', '105134.805000', '105135.265000', '105135.725000', '105136.185000', '105136.645000', '105137.105000', '105137.565000', '105138.025000', '105138.485000', '105138.945000', '105139.405000', '105139.865000', '105140.325000', '105140.785000', '105141.245000', '105141.705000', '105142.165000', '105142.625000', '105143.085000', '105143.545000', '105144.005000', '105144.465000', '105144.925000', '105145.385000', '105145.845000', '105146.305000', '105146.765000', '105147.225000', '105147.685000', '105148.145000', '105148.605000', '105149.065000', '105149.525000', '105149.985000', '105150.445000', '105150.905000', '105151.365000', '105151.825000', '105152.285000', '105152.745000', '105153.205000', '105153.665000', '105154.125000', '105154.585000', '105155.045000', '105155.505000', '105155.965000', '105156.425000', '105156.885000', '105157.345000', '105157.805000', '105158.265000', '105158.725000', '105159.185000', '105159.645000', '105200.105000', '105200.565000', '105201.025000', '105201.485000', '105201.945000', '105202.405000', '105202.865000', '105203.325000', '105203.785000', '105204.245000', '105204.705000', '105205.165000', '105205.625000', '105206.085000', '105206.545000', '105207.005000', '105207.465000', '105207.925000', '105208.385000', '105208.845000', '105209.305000', '105209.765000', '105210.225000', '105210.685000', '105211.145000', '105211.605000', '105212.065000', '105212.525000', '105212.985000', '105213.445000', '105213.905000', '105214.365000', '105214.825000', '105215.285000', '105215.745000', '105216.205000', '105216.665000', '105217.125000', '105217.585000', '105218.045000', '105218.505000', '105218.965000', '105219.425000', '105219.885000', '105220.345000', '105220.805000', '105221.265000', '105221.725000', '105222.185000', '105222.645000', '105223.105000', '105223.565000', '105224.025000', '105224.485000', '105224.945000', '105225.405000', '105225.865000', '105226.325000', '105226.785000', '105227.245000', '105227.705000', '105228.165000', '105228.625000', '105229.085000', '105229.545000', '105230.005000', '105230.465000', '105230.925000', '105231.385000', '105231.845000', '105232.305000', '105232.765000', '105233.225000', '105233.685000', '105234.145000', '105234.605000', '105235.065000', '105235.525000', '105235.985000', '105236.445000', '105236.905000', '105237.365000', '105237.825000', '105238.285000', '105238.745000', '105239.205000', '105239.665000', '105240.125000', '105240.585000', '105241.045000', '105241.505000', '105241.965000', '105242.425000', '105242.885000', '105243.345000', '105243.805000', '105244.265000', '105244.725000', '105245.185000', '105245.645000', '105246.105000', '105246.565000', '105247.025000', '105247.485000', '105247.945000', '105248.405000', '105248.865000', '105249.325000', '105249.785000', '105250.245000', '105250.705000', '105251.165000', '105251.625000', '105252.085000', '105252.545000', '105253.005000', '105253.465000', '105253.925000', '105254.385000', '105254.845000', '105255.305000', '105255.765000', '105256.225000', '105256.685000', '105257.145000', '105257.605000', '105258.065000', '105258.525000', '105258.985000', '105259.445000', '105259.905000', '105300.365000', '105300.825000', '105301.285000', '105301.745000', '105302.205000', '105302.665000', '105303.125000', '105303.585000', '105304.045000', '105304.505000', '105304.965000', '105305.425000', '105305.885000', '105306.345000', '105306.805000', '105307.265000', '105307.725000', '105308.185000', '105308.645000', '105309.105000', '105309.565000', '105310.025000', '105310.485000', '105310.945000', '105311.405000', '105311.865000', '105312.325000', '105312.785000', '105313.245000', '105313.705000', '105314.165000', '105314.625000', '105315.085000', '105315.545000', '105316.005000', '105316.465000', '105316.925000', '105317.385000', '105317.845000', '105318.305000', '105318.765000', '105319.225000', '105319.685000', '105320.145000', '105320.605000', '105321.065000', '105321.525000', '105321.985000', '105322.445000', '105322.905000', '105323.365000', '105323.825000', '105324.285000', '105324.745000', '105325.205000', '105325.665000', '105326.125000', '105326.585000', '105327.045000', '105327.505000', '105327.965000', '105328.425000', '105328.885000', '105329.345000', '105329.805000', '105330.265000', '105330.725000', '105331.185000', '105331.645000', '105332.105000', '105332.565000', '105333.025000', '105333.485000', '105333.945000', '105334.405000', '105334.865000', '105335.325000', '105335.785000', '105336.245000', '105336.705000', '105337.165000', '105337.625000', '105338.085000', '105338.545000', '105339.005000', '105339.465000', '105339.925000', '105340.385000', '105340.845000', '105341.305000', '105341.765000', '105342.225000', '105342.685000', '105343.145000', '105343.605000', '105344.065000', '105344.525000', '105344.985000', '105345.445000', '105345.905000', '105346.365000', '105346.825000', '105347.285000', '105347.745000', '105348.205000', '105348.665000', '105349.125000', '105349.585000', '105350.045000', '105350.505000', '105350.965000', '105351.425000', '105351.885000', '105352.345000', '105352.805000', '105353.265000', '105353.725000', '105354.185000', '105354.645000', '105355.105000', '105355.565000', '105356.025000', '105356.485000', '105356.945000', '105357.405000', '105357.865000', '105358.325000', '105358.785000', '105359.245000', '105359.705000', '105400.165000', '105400.625000', '105401.085000', '105401.545000', '105402.005000', '105402.465000', '105402.925000', '105403.385000', '105403.845000', '105404.305000', '105404.765000', '105405.225000', '105405.685000', '105406.145000', '105406.605000', '105407.065000', '105407.525000', '105407.985000', '105408.445000', '105408.905000', '105409.365000', '105409.825000', '105410.285000', '105410.745000', '105411.205000', '105411.665000', '105412.125000', '105412.585000', '105413.045000', '105413.505000', '105413.965000', '105414.425000', '105414.885000', '105415.345000', '105415.805000', '105416.265000', '105416.725000', '105417.185000', '105417.645000', '105418.105000', '105418.565000', '105419.025000', '105419.485000', '105419.945000', '105420.405000', '105420.865000', '105421.325000', '105421.785000', '105422.245000', '105422.705000', '105423.165000', '105423.625000', '105424.085000', '105424.545000', '105425.005000', '105425.465000', '105425.925000', '105426.385000', '105426.845000', '105427.305000', '105427.765000', '105428.225000', '105428.685000', '105429.145000', '105429.605000', '105430.065000', '105430.525000', '105430.985000', '105431.445000', '105431.905000', '105432.365000', '105432.825000', '105433.285000', '105433.745000', '105434.205000', '105434.665000', '105435.125000', '105435.585000', '105436.045000', '105436.505000', '105436.965000', '105437.425000', '105437.885000', '105438.345000', '105438.805000', '105439.265000', '105439.725000', '105440.185000', '105440.645000', '105441.105000', '105441.565000', '105442.025000', '105442.485000', '105442.945000', '105443.405000', '105443.865000', '105444.325000', '105444.785000', '105445.245000', '105445.705000', '105446.165000', '105446.625000', '105447.085000', '105447.545000', '105448.005000', '105448.465000', '105448.925000', '105449.385000', '105449.845000', '105450.305000', '105450.765000', '105451.225000', '105451.685000', '105452.145000', '105452.605000', '105453.065000', '105453.525000', '105453.985000', '105454.445000', '105454.905000', '105455.365000', '105455.825000', '105456.285000', '105456.745000', '105457.205000', '105457.665000', '105458.125000', '105458.585000', '105459.045000', '105459.505000', '105459.965000', '105500.425000', '105500.885000', '105501.345000', '105501.805000', '105502.265000', '105502.725000', '105503.185000', '105503.645000', '105504.105000', '105504.565000', '105505.025000', '105505.485000', '105505.945000', '105506.405000', '105506.865000', '105507.325000', '105507.785000', '105508.245000', '105508.705000', '105509.165000', '105509.625000', '105510.085000', '105510.545000', '105511.005000', '105511.465000', '105511.925000', '105512.385000', '105512.845000', '105513.305000', '105513.765000', '105514.225000', '105514.685000', '105515.145000', '105515.605000', '105516.065000', '105516.525000', '105516.985000', '105517.445000', '105517.905000', '105518.365000', '105518.825000', '105519.285000', '105519.745000', '105520.205000', '105520.665000', '105521.125000', '105521.585000', '105522.045000', '105522.505000', '105522.965000', '105523.425000', '105523.885000', '105524.345000', '105524.805000', '105525.265000', '105525.725000', '105526.185000', '105526.645000', '105527.105000', '105527.565000', '105528.025000', '105528.485000', '105528.945000', '105529.405000', '105529.865000', '105530.325000', '105530.785000', '105531.245000', '105531.705000', '105532.165000', '105532.625000', '105533.085000', '105533.545000', '105534.005000', '105534.465000', '105534.925000', '105535.385000', '105535.845000', '105536.305000', '105536.765000', '105537.225000', '105537.685000', '105538.145000', '105538.605000', '105539.065000', '105539.525000', '105539.985000', '105540.445000', '105540.905000', '105541.365000', '105541.825000', '105542.285000', '105542.745000', '105543.205000', '105543.665000', '105544.125000', '105544.585000', '105545.045000', '105545.505000', '105545.965000', '105546.425000', '105546.885000', '105547.345000', '105547.805000', '105548.265000', '105548.725000', '105549.185000', '105549.645000', '105550.105000', '105550.565000', '105551.025000', '105551.485000', '105551.945000', '105552.405000', '105552.865000', '105553.325000', '105553.785000', '105554.245000', '105554.705000', '105555.165000', '105555.625000', '105556.085000', '105556.545000', '105557.005000', '105557.465000', '105557.925000', '105558.385000', '105558.845000', '105559.305000', '105559.765000', '105600.225000', '105600.685000', '105601.145000', '105601.605000', '105602.065000', '105602.525000', '105602.985000', '105603.445000', '105603.905000', '105604.365000', '105604.825000', '105605.285000', '105605.745000', '105606.205000', '105606.665000', '105607.125000', '105607.585000', '105608.045000', '105608.505000', '105608.965000', '105609.425000', '105609.885000', '105610.345000', '105610.805000', '105611.265000', '105611.725000', '105612.185000', '105612.645000', '105613.105000', '105613.565000', '105614.025000', '105614.485000', '105614.945000', '105615.405000', '105615.865000', '105616.325000', '105616.785000', '105617.245000', '105617.705000', '105618.165000', '105618.625000', '105619.085000', '105619.545000', '105620.005000', '105620.465000', '105620.925000', '105621.385000', '105621.845000', '105622.305000', '105622.765000', '105623.225000', '105623.685000', '105624.145000', '105624.605000', '105625.065000', '105625.525000', '105625.985000', '105626.445000', '105626.905000', '105627.365000', '105627.825000', '105628.285000', '105628.745000', '105629.205000', '105629.665000', '105630.125000', '105630.585000', '105631.045000', '105631.505000', '105631.965000', '105632.425000', '105632.885000', '105633.345000', '105633.805000', '105634.265000', '105634.725000', '105635.185000', '105635.645000', '105636.105000', '105636.565000', '105637.025000', '105637.485000', '105637.945000', '105638.405000', '105638.865000', '105639.325000', '105639.785000', '105640.245000', '105640.705000', '105641.165000', '105641.625000', '105642.085000', '105642.545000', '105643.005000', '105643.465000', '105643.925000', '105644.385000', '105644.845000', '105645.305000', '105645.765000', '105646.225000', '105646.685000', '105647.145000', '105647.605000', '105648.065000', '105648.525000', '105648.985000', '105649.445000', '105649.905000', '105650.365000', '105650.825000', '105651.285000', '105651.745000', '105652.205000', '105652.665000', '105653.125000', '105653.585000', '105654.045000', '105654.505000', '105654.965000', '105655.425000', '105655.885000', '105656.345000', '105656.805000', '105657.265000', '105657.725000', '105658.185000', '105658.645000', '105659.105000', '105659.565000', '105700.025000', '105700.485000', '105700.945000', '105701.405000', '105701.865000', '105702.325000', '105702.785000', '105703.245000', '105703.705000', '105704.165000', '105704.625000', '105705.085000', '105705.545000', '105706.005000', '105706.465000', '105706.925000', '105707.385000', '105707.845000', '105708.305000', '105708.765000', '105709.225000', '105709.685000', '105710.145000', '105710.605000', '105711.065000', '105711.525000', '105711.985000', '105712.445000', '105712.905000', '105713.365000', '105713.825000', '105714.285000', '105714.745000', '105715.205000', '105715.665000', '105716.125000', '105716.585000', '105717.045000', '105717.505000', '105717.965000', '105718.425000', '105718.885000', '105719.345000', '105719.805000', '105720.265000', '105720.725000', '105721.185000', '105721.645000', '105722.105000', '105722.565000', '105723.025000', '105723.485000', '105723.945000', '105724.405000', '105724.865000', '105725.325000', '105725.785000', '105726.245000', '105726.705000', '105727.165000', '105727.625000', '105728.085000', '105728.545000', '105729.005000', '105729.465000', '105729.925000', '105730.385000', '105730.845000', '105731.305000', '105731.765000', '105732.225000', '105732.685000', '105733.145000', '105733.605000', '105734.065000', '105734.525000', '105734.985000', '105735.445000', '105735.905000', '105736.365000', '105736.825000', '105737.285000', '105737.745000', '105738.205000', '105738.665000', '105739.125000', '105739.585000', '105740.045000', '105740.505000', '105740.965000', '105741.425000', '105741.885000', '105742.345000', '105742.805000', '105743.265000', '105743.725000', '105744.185000', '105744.645000', '105745.105000', '105745.565000', '105746.025000', '105746.485000', '105746.945000', '105747.405000', '105747.865000', '105748.325000', '105748.785000', '105749.245000', '105749.705000', '105750.165000', '105750.625000', '105751.085000', '105751.545000', '105752.005000', '105752.465000', '105752.925000', '105753.385000', '105753.845000', '105754.305000', '105754.765000', '105755.225000', '105755.685000', '105756.145000', '105756.605000', '105757.065000', '105757.525000', '105757.985000', '105758.445000', '105758.905000', '105759.365000', '105759.825000', '105800.285000', '105800.745000', '105801.205000', '105801.665000', '105802.125000', '105802.585000', '105803.045000', '105803.505000', '105803.965000', '105804.425000', '105804.885000', '105805.345000', '105805.805000', '105806.265000', '105806.725000', '105807.185000', '105807.645000', '105808.105000', '105808.565000', '105809.025000', '105809.485000', '105809.945000', '105810.405000', '105810.865000', '105811.325000', '105811.785000', '105812.245000', '105812.705000', '105813.165000', '105813.625000', '105814.085000', '105814.545000', '105815.005000', '105815.465000', '105815.925000', '105816.385000', '105816.845000', '105817.305000', '105817.765000', '105818.225000', '105818.685000', '105819.145000', '105819.605000', '105820.065000', '105820.525000', '105820.985000', '105821.445000', '105821.905000', '105822.365000', '105822.825000', '105823.285000', '105823.745000', '105824.205000', '105824.665000', '105825.125000', '105825.585000', '105826.045000', '105826.505000', '105826.965000', '105827.425000', '105827.885000', '105828.345000', '105828.805000', '105829.265000', '105829.725000', '105830.185000', '105830.645000', '105831.105000', '105831.565000', '105832.025000', '105832.485000', '105832.945000', '105833.405000', '105833.865000', '105834.325000', '105834.785000', '105835.245000', '105835.705000', '105836.165000', '105836.625000', '105837.085000', '105837.545000', '105838.005000', '105838.465000', '105838.925000', '105839.385000', '105839.845000', '105840.305000', '105840.765000', '105841.225000', '105841.685000', '105842.145000', '105842.605000', '105843.065000', '105843.525000', '105843.985000', '105844.445000', '105844.905000', '105845.365000', '105845.825000', '105846.285000', '105846.745000', '105847.205000', '105847.665000', '105848.125000', '105848.585000', '105849.045000', '105849.505000', '105849.965000', '105850.425000', '105850.885000', '105851.345000', '105851.805000', '105852.265000', '105852.725000', '105853.185000', '105853.645000', '105854.105000', '105854.565000', '105855.025000', '105855.485000', '105855.945000', '105856.405000', '105856.865000', '105857.325000', '105857.785000', '105858.245000', '105858.705000', '105859.165000', '105859.625000', '105900.085000', '105900.545000', '105901.005000', '105901.465000', '105901.925000', '105902.385000', '105902.845000', '105903.305000', '105903.765000', '105904.225000', '105904.685000', '105905.145000', '105905.605000', '105906.065000', '105906.525000', '105906.985000', '105907.445000', '105907.905000', '105908.365000', '105908.825000', '105909.285000', '105909.745000', '105910.205000', '105910.665000', '105911.125000', '105911.585000', '105912.045000', '105912.505000', '105912.965000', '105913.425000', '105913.885000', '105914.345000', '105914.805000', '105915.265000', '105915.725000', '105916.185000', '105916.645000', '105917.105000', '105917.565000', '105918.025000', '105918.485000', '105918.945000', '105919.405000', '105919.865000', '105920.325000', '105920.785000', '105921.245000', '105921.705000', '105922.165000', '105922.625000', '105923.085000', '105923.545000', '105924.005000', '105924.465000', '105924.925000', '105925.385000', '105925.845000', '105926.305000', '105926.765000', '105927.225000', '105927.685000', '105928.145000', '105928.605000', '105929.065000', '105929.525000', '105929.985000', '105930.445000', '105930.905000', '105931.365000', '105931.825000', '105932.285000', '105932.745000', '105933.205000', '105933.665000', '105934.125000', '105934.585000', '105935.045000', '105935.505000', '105935.965000', '105936.425000', '105936.885000', '105937.345000', '105937.805000', '105938.265000', '105938.725000', '105939.185000', '105939.645000', '105940.105000', '105940.565000', '105941.025000', '105941.485000', '105941.945000', '105942.405000', '105942.865000', '105943.325000', '105943.785000', '105944.245000', '105944.705000', '105945.165000', '105945.625000', '105946.085000', '105946.545000', '105947.005000', '105947.465000', '105947.925000', '105948.385000', '105948.845000', '105949.305000', '105949.765000', '105950.225000', '105950.685000', '105951.145000', '105951.605000', '105952.065000', '105952.525000', '105952.985000', '105953.445000', '105953.905000', '105954.365000', '105954.825000', '105955.285000', '105955.745000', '105956.205000', '105956.665000', '105957.125000', '105957.585000', '105958.045000', '105958.505000', '105958.965000', '105959.425000', '105959.885000', '110000.345000', '110000.805000', '110001.265000', '110001.725000', '110002.185000', '110002.645000', '110003.105000', '110003.565000', '110004.025000', '110004.485000', '110004.945000', '110005.405000', '110005.865000', '110006.325000', '110006.785000', '110007.245000', '110007.705000', '110008.165000', '110008.625000', '110009.085000', '110009.545000', '110010.005000', '110010.465000', '110010.925000', '110011.385000', '110011.845000', '110012.305000', '110012.765000', '110013.225000', '110013.685000', '110014.145000', '110014.605000', '110015.065000', '110015.525000', '110015.985000', '110016.445000', '110016.905000', '110017.365000', '110017.825000', '110018.285000', '110018.745000', '110019.205000', '110019.665000', '110020.125000', '110020.585000', '110021.045000', '110021.505000', '110021.965000', '110022.425000', '110022.885000', '110023.345000', '110023.805000', '110024.265000', '110024.725000', '110025.185000', '110025.645000', '110026.105000', '110026.565000', '110027.025000', '110027.485000', '110027.945000', '110028.405000', '110028.865000', '110029.325000', '110029.785000', '110030.245000', '110030.705000', '110031.165000', '110031.625000', '110032.085000', '110032.545000', '110033.005000', '110033.465000', '110033.925000', '110034.385000', '110034.845000', '110035.305000', '110035.765000', '110036.225000', '110036.685000', '110037.145000', '110037.605000', '110038.065000', '110038.525000', '110038.985000', '110039.445000', '110039.905000', '110040.365000', '110040.825000', '110041.285000', '110041.745000', '110042.205000', '110042.665000', '110043.125000', '110043.585000', '110044.045000', '110044.505000', '110044.965000', '110045.425000', '110045.885000', '110046.345000', '110046.805000', '110047.265000', '110047.725000', '110048.185000', '110048.645000', '110049.105000', '110049.565000', '110050.025000', '110050.485000', '110050.945000', '110051.405000', '110051.865000', '110052.325000', '110052.785000', '110053.245000', '110053.705000', '110054.165000', '110054.625000', '110055.085000', '110055.545000', '110056.005000', '110056.465000', '110056.925000', '110057.385000', '110057.845000', '110058.305000', '110058.765000', '110059.225000', '110059.685000', '110100.145000', '110100.605000', '110101.065000', '110101.525000', '110101.985000', '110102.445000', '110102.905000', '110103.365000', '110103.825000', '110104.285000', '110104.745000', '110105.205000', '110105.665000', '110106.125000', '110106.585000', '110107.045000', '110107.505000', '110107.965000', '110108.425000', '110108.885000', '110109.345000', '110109.805000', '110110.265000', '110110.725000', '110111.185000', '110111.645000', '110112.105000', '110112.565000', '110113.025000', '110113.485000', '110113.945000', '110114.405000', '110114.865000', '110115.325000', '110115.785000', '110116.245000', '110116.705000', '110117.165000', '110117.625000', '110118.085000', '110118.545000', '110119.005000', '110119.465000', '110119.925000', '110120.385000', '110120.845000', '110121.305000', '110121.765000', '110122.225000', '110122.685000', '110123.145000', '110123.605000', '110124.065000', '110124.525000', '110124.985000', '110125.445000', '110125.905000', '110126.365000', '110126.825000', '110127.285000', '110127.745000', '110128.205000', '110128.665000', '110129.125000', '110129.585000', '110130.045000', '110130.505000', '110130.965000', '110131.425000', '110131.885000', '110132.345000', '110132.805000', '110133.265000', '110133.725000', '110134.185000', '110134.645000', '110135.105000', '110135.565000', '110136.025000', '110136.485000', '110136.945000', '110137.405000', '110137.865000', '110138.325000', '110138.785000', '110139.245000', '110139.705000', '110140.165000', '110140.625000', '110141.085000', '110141.545000', '110142.005000', '110142.465000', '110142.925000', '110143.385000', '110143.845000', '110144.305000', '110144.765000', '110145.225000', '110145.685000', '110146.145000', '110146.605000', '110147.065000', '110147.525000', '110147.985000', '110148.445000', '110148.905000', '110149.365000', '110149.825000', '110150.285000', '110150.745000', '110151.205000', '110151.665000', '110152.125000', '110152.585000', '110153.045000', '110153.505000', '110153.965000', '110154.425000', '110154.885000', '110155.345000', '110155.805000', '110156.265000', '110156.725000', '110157.185000', '110157.645000', '110158.105000', '110158.565000', '110159.025000', '110159.485000', '110159.945000', '110200.405000', '110200.865000', '110201.325000', '110201.785000', '110202.245000', '110202.705000', '110203.165000', '110203.625000', '110204.085000', '110204.545000', '110205.005000', '110205.465000', '110205.925000', '110206.385000', '110206.845000', '110207.305000', '110207.765000', '110208.225000', '110208.685000', '110209.145000', '110209.605000', '110210.065000', '110210.525000', '110210.985000', '110211.445000', '110211.905000', '110212.365000', '110212.825000', '110213.285000', '110213.745000', '110214.205000', '110214.665000', '110215.125000', '110215.585000', '110216.045000', '110216.505000', '110216.965000', '110217.425000', '110217.885000', '110218.345000', '110218.805000', '110219.265000', '110219.725000', '110220.185000', '110220.645000', '110221.105000', '110221.565000', '110222.025000', '110222.485000', '110222.945000', '110223.405000', '110223.865000', '110224.325000', '110224.785000', '110225.245000', '110225.705000', '110226.165000', '110226.625000', '110227.085000', '110227.545000', '110228.005000', '110228.465000', '110228.925000', '110229.385000', '110229.845000', '110230.305000', '110230.765000', '110231.225000', '110231.685000', '110232.145000', '110232.605000', '110233.065000', '110233.525000', '110233.985000', '110234.445000', '110234.905000', '110235.365000', '110235.825000', '110236.285000', '110236.745000', '110237.205000', '110237.665000', '110238.125000', '110238.585000', '110239.045000', '110239.505000', '110239.965000', '110240.425000', '110240.885000', '110241.345000', '110241.805000', '110242.265000', '110242.725000', '110243.185000', '110243.645000', '110244.105000', '110244.565000', '110245.025000', '110245.485000', '110245.945000', '110246.405000', '110246.865000', '110247.325000', '110247.785000', '110248.245000', '110248.705000', '110249.165000', '110249.625000', '110250.085000', '110250.545000', '110251.005000', '110251.465000', '110251.925000', '110252.385000', '110252.845000', '110253.305000', '110253.765000', '110254.225000', '110254.685000', '110255.145000', '110255.605000'], 'ContentTime': ['104858.538000', '104858.542000', '104858.544000', '104858.547000', '104858.550000', '104858.553000', '104858.556000', '104858.559000', '104858.562000', '104858.571000', '104858.576000', '104858.579000', '104858.582000', '104858.585000', '104858.588000', '104858.591000', '104858.594000', '104858.597000', '104858.611000', '104858.614000', '104858.617000', '104858.620000', '104858.622000', '104858.625000', '104858.628000', '104858.631000', '104858.634000', '104858.637000', '104858.639000', '104858.642000', '104858.645000', '104858.648000', '104858.651000', '104858.654000', '104858.656000', '104858.659000', '104858.662000', '104918.504000', '104918.507000', '104918.510000', '104918.514000', '104918.517000', '104918.519000', '104918.522000', '104918.525000', '104918.528000', '104918.531000', '104918.534000', '104918.536000', '104918.539000', '104918.542000', '104918.545000', '104918.548000', '104918.550000', '104918.553000', '104918.556000', '104918.559000', '104918.562000', '104918.565000', '104918.567000', '104918.570000', '104918.573000', '104918.576000', '104918.579000', '104918.582000', '104918.585000', '104918.587000', '104918.590000', '104918.593000', '104918.596000', '104918.599000', '104918.602000', '104918.605000', '104918.607000', '104918.610000', '104918.613000', '104918.616000', '104918.619000', '104918.622000', '104918.625000', '104918.627000', '104938.504000', '104938.507000', '104938.524000', '104938.527000', '104938.530000', '104938.533000', '104938.536000', '104938.539000', '104938.542000', '104938.545000', '104938.548000', '104938.551000', '104938.554000', '104938.556000', '104938.559000', '104938.562000', '104938.565000', '104938.568000', '104938.571000', '104938.574000', '104938.577000', '104938.579000', '104938.582000', '104938.585000', '104938.588000', '104938.591000', '104938.594000', '104938.597000', '104938.600000', '104938.602000', '104938.605000', '104938.608000', '104938.611000', '104938.614000', '104938.617000', '104938.620000', '104938.625000', '104938.629000', '104938.637000', '104938.640000', '104938.643000', '104938.646000', '104938.649000', '104958.503000', '104958.506000', '104958.509000', '104958.512000', '104958.514000', '104958.517000', '104958.520000', '104958.523000', '104958.526000', '104958.529000', '104958.531000', '104958.534000', '104958.537000', '104958.540000', '104958.543000', '104958.546000', '104958.549000', '104958.551000', '104958.554000', '104958.557000', '104958.560000', '104958.563000', '104958.566000', '104958.569000', '104958.571000', '104958.574000', '104958.577000', '104958.580000', '104958.583000', '104958.586000', '104958.588000', '104958.591000', '104958.594000', '104958.597000', '104958.600000', '104958.603000', '104958.606000', '104958.608000', '104958.611000', '104958.614000', '104958.617000', '104958.620000', '104958.623000', '104958.626000', '105018.504000', '105018.507000', '105018.510000', '105018.513000', '105018.516000', '105018.518000', '105018.521000', '105018.524000', '105018.527000', '105018.530000', '105018.533000', '105018.536000', '105018.538000', '105018.541000', '105018.544000', '105018.547000', '105018.550000', '105018.553000', '105018.556000', '105018.558000', '105018.561000', '105018.564000', '105018.567000', '105018.570000', '105018.573000', '105018.576000', '105018.579000', '105018.581000', '105018.584000', '105018.587000', '105018.590000', '105018.593000', '105018.596000', '105018.599000', '105018.601000', '105018.604000', '105018.607000', '105018.610000', '105018.613000', '105018.616000', '105018.619000', '105018.622000', '105018.625000', '105038.504000', '105038.507000', '105038.510000', '105038.513000', '105038.516000', '105038.518000', '105038.521000', '105038.524000', '105038.527000', '105038.530000', '105038.533000', '105038.535000', '105038.538000', '105038.541000', '105038.544000', '105038.547000', '105038.550000', '105038.553000', '105038.556000', '105038.558000', '105038.561000', '105038.564000', '105038.567000', '105038.570000', '105038.573000', '105038.576000', '105038.579000', '105038.581000', '105038.584000', '105038.587000', '105038.590000', '105038.593000', '105038.596000', '105038.599000', '105038.601000', '105038.604000', '105038.607000', '105038.610000', '105038.613000', '105038.616000', '105038.619000', '105038.622000', '105038.624000', '105038.627000', '105058.504000', '105058.507000', '105058.510000', '105058.513000', '105058.516000', '105058.518000', '105058.521000', '105058.524000', '105058.527000', '105058.530000', '105058.533000', '105058.536000', '105058.539000', '105058.541000', '105058.544000', '105058.547000', '105058.550000', '105058.553000', '105058.556000', '105058.559000', '105058.562000', '105058.565000', '105058.569000', '105058.572000', '105058.575000', '105058.578000', '105058.581000', '105058.584000', '105058.587000', '105058.590000', '105058.592000', '105058.595000', '105058.598000', '105058.601000', '105058.604000', '105058.607000', '105058.610000', '105058.613000', '105058.616000', '105058.619000', '105058.622000', '105058.625000', '105058.628000', '105118.504000', '105118.507000', '105118.510000', '105118.512000', '105118.515000', '105118.518000', '105118.521000', '105118.524000', '105118.527000', '105118.530000', '105118.533000', '105118.536000', '105118.538000', '105118.541000', '105118.544000', '105118.547000', '105118.550000', '105118.553000', '105118.556000', '105118.558000', '105118.561000', '105118.564000', '105118.567000', '105118.570000', '105118.573000', '105118.576000', '105118.578000', '105118.581000', '105118.584000', '105118.587000', '105118.590000', '105118.593000', '105118.596000', '105118.599000', '105118.601000', '105118.604000', '105118.607000', '105118.610000', '105118.613000', '105118.616000', '105118.619000', '105118.622000', '105118.624000', '105118.627000', '105138.504000', '105138.507000', '105138.510000', '105138.513000', '105138.515000', '105138.518000', '105138.521000', '105138.524000', '105138.527000', '105138.530000', '105138.533000', '105138.536000', '105138.539000', '105138.542000', '105138.544000', '105138.547000', '105138.550000', '105138.553000', '105138.556000', '105138.559000', '105138.562000', '105138.565000', '105138.568000', '105138.570000', '105138.573000', '105138.576000', '105138.579000', '105138.582000', '105138.585000', '105138.588000', '105138.591000', '105138.594000', '105138.596000', '105138.599000', '105138.602000', '105138.605000', '105138.608000', '105138.611000', '105138.614000', '105138.617000', '105138.620000', '105138.622000', '105138.625000', '105158.504000', '105158.507000', '105158.510000', '105158.513000', '105158.515000', '105158.518000', '105158.521000', '105158.524000', '105158.527000', '105158.530000', '105158.533000', '105158.536000', '105158.539000', '105158.541000', '105158.544000', '105158.547000', '105158.550000', '105158.553000', '105158.556000', '105158.559000', '105158.562000', '105158.564000', '105158.567000', '105158.570000', '105158.573000', '105158.576000', '105158.579000', '105158.582000', '105158.585000', '105158.588000', '105158.591000', '105158.593000', '105158.596000', '105158.599000', '105158.602000', '105158.605000', '105158.608000', '105158.611000', '105158.614000', '105158.616000', '105158.619000', '105158.622000', '105158.625000', '105158.628000', '105218.503000', '105218.506000', '105218.509000', '105218.512000', '105218.514000', '105218.517000', '105218.520000', '105218.523000', '105218.526000', '105218.529000', '105218.532000', '105218.535000', '105218.537000', '105218.540000', '105218.543000', '105218.546000', '105218.549000', '105218.552000', '105218.555000', '105218.558000', '105218.560000', '105218.563000', '105218.566000', '105218.569000', '105218.572000', '105218.575000', '105218.578000', '105218.581000', '105218.584000', '105218.586000', '105218.589000', '105218.592000', '105218.595000', '105218.598000', '105218.601000', '105218.605000', '105218.608000', '105218.611000', '105218.614000', '105218.617000', '105218.620000', '105218.622000', '105218.625000', '105238.504000', '105238.507000', '105238.510000', '105238.513000', '105238.516000', '105238.519000', '105238.521000', '105238.524000', '105238.527000', '105238.530000', '105238.533000', '105238.536000', '105238.539000', '105238.541000', '105238.544000', '105238.547000', '105238.550000', '105238.553000', '105238.556000', '105238.559000', '105238.562000', '105238.564000', '105238.567000', '105238.570000', '105238.573000', '105238.576000', '105238.579000', '105238.582000', '105238.585000', '105238.588000', '105238.590000', '105238.593000', '105238.596000', '105238.599000', '105238.602000', '105238.605000', '105238.608000', '105238.611000', '105238.627000', '105238.629000', '105238.632000', '105238.635000', '105238.638000', '105238.641000', '105258.504000', '105258.507000', '105258.510000', '105258.513000', '105258.516000', '105258.519000', '105258.521000', '105258.524000', '105258.527000', '105258.530000', '105258.533000', '105258.536000', '105258.538000', '105258.541000', '105258.544000', '105258.547000', '105258.550000', '105258.553000', '105258.556000', '105258.559000', '105258.561000', '105258.564000', '105258.567000', '105258.570000', '105258.573000', '105258.576000', '105258.579000', '105258.582000', '105258.585000', '105258.588000', '105258.591000', '105258.594000', '105258.596000', '105258.599000', '105258.602000', '105258.605000', '105258.608000', '105258.611000', '105258.614000', '105258.617000', '105258.619000', '105258.622000', '105258.625000', '105318.504000', '105318.507000', '105318.510000', '105318.513000', '105318.516000', '105318.518000', '105318.521000', '105318.524000', '105318.527000', '105318.530000', '105318.533000', '105318.536000', '105318.539000', '105318.541000', '105318.544000', '105318.547000', '105318.550000', '105318.553000', '105318.556000', '105318.559000', '105318.561000', '105318.564000', '105318.567000', '105318.570000', '105318.573000', '105318.576000', '105318.579000', '105318.582000', '105318.585000', '105318.588000', '105318.591000', '105318.593000', '105318.596000', '105318.599000', '105318.602000', '105318.605000', '105318.608000', '105318.611000', '105318.614000', '105318.616000', '105318.619000', '105318.622000', '105318.625000', '105318.628000', '105338.504000', '105338.507000', '105338.510000', '105338.513000', '105338.516000', '105338.518000', '105338.521000', '105338.524000', '105338.527000', '105338.530000', '105338.533000', '105338.536000', '105338.539000', '105338.542000', '105338.545000', '105338.547000', '105338.550000', '105338.553000', '105338.556000', '105338.559000', '105338.562000', '105338.565000', '105338.568000', '105338.571000', '105338.574000', '105338.577000', '105338.580000', '105338.582000', '105338.585000', '105338.588000', '105338.591000', '105338.594000', '105338.597000', '105338.600000', '105338.603000', '105338.606000', '105338.608000', '105338.611000', '105338.614000', '105338.617000', '105338.620000', '105338.623000', '105338.626000', '105358.504000', '105358.507000', '105358.510000', '105358.513000', '105358.516000', '105358.519000', '105358.521000', '105358.524000', '105358.527000', '105358.530000', '105358.533000', '105358.536000', '105358.539000', '105358.542000', '105358.544000', '105358.547000', '105358.550000', '105358.553000', '105358.556000', '105358.559000', '105358.562000', '105358.565000', '105358.568000', '105358.571000', '105358.573000', '105358.576000', '105358.579000', '105358.582000', '105358.585000', '105358.588000', '105358.591000', '105358.594000', '105358.596000', '105358.599000', '105358.602000', '105358.605000', '105358.608000', '105358.611000', '105358.614000', '105358.617000', '105358.620000', '105358.622000', '105358.625000', '105358.628000', '105418.504000', '105418.507000', '105418.510000', '105418.513000', '105418.530000', '105418.533000', '105418.536000', '105418.539000', '105418.542000', '105418.545000', '105418.547000', '105418.550000', '105418.553000', '105418.556000', '105418.559000', '105418.562000', '105418.565000', '105418.568000', '105418.571000', '105418.574000', '105418.577000', '105418.579000', '105418.582000', '105418.585000', '105418.588000', '105418.591000', '105418.594000', '105418.597000', '105418.600000', '105418.602000', '105418.605000', '105418.608000', '105418.611000', '105418.614000', '105418.617000', '105418.620000', '105418.623000', '105418.625000', '105418.628000', '105418.631000', '105418.634000', '105418.637000', '105418.640000', '105438.503000', '105438.506000', '105438.509000', '105438.512000', '105438.515000', '105438.518000', '105438.521000', '105438.523000', '105438.526000', '105438.529000', '105438.532000', '105438.535000', '105438.538000', '105438.541000', '105438.545000', '105438.549000', '105438.552000', '105438.555000', '105438.558000', '105438.561000', '105438.563000', '105438.566000', '105438.569000', '105438.572000', '105438.575000', '105438.578000', '105438.581000', '105438.584000', '105438.587000', '105438.589000', '105438.592000', '105438.595000', '105438.598000', '105438.601000', '105438.604000', '105438.607000', '105438.610000', '105438.612000', '105438.615000', '105438.618000', '105438.621000', '105438.624000', '105438.627000', '105458.504000', '105458.507000', '105458.510000', '105458.513000', '105458.516000', '105458.518000', '105458.521000', '105458.524000', '105458.527000', '105458.530000', '105458.533000', '105458.536000', '105458.539000', '105458.542000', '105458.545000', '105458.547000', '105458.550000', '105458.553000', '105458.556000', '105458.559000', '105458.562000', '105458.565000', '105458.568000', '105458.571000', '105458.573000', '105458.576000', '105458.579000', '105458.582000', '105458.585000', '105458.588000', '105458.591000', '105458.593000', '105458.596000', '105458.599000', '105458.602000', '105458.605000', '105458.608000', '105458.611000', '105458.614000', '105458.617000', '105458.619000', '105458.622000', '105458.625000', '105458.628000', '105518.504000', '105518.507000', '105518.510000', '105518.513000', '105518.516000', '105518.519000', '105518.522000', '105518.525000', '105518.528000', '105518.531000', '105518.533000', '105518.536000', '105518.539000', '105518.542000', '105518.545000', '105518.548000', '105518.551000', '105518.554000', '105518.557000', '105518.559000', '105518.562000', '105518.565000', '105518.568000', '105518.571000', '105518.574000', '105518.577000', '105518.580000', '105518.582000', '105518.585000', '105518.588000', '105518.591000', '105518.594000', '105518.597000', '105518.600000', '105518.603000', '105518.605000', '105518.608000', '105518.611000', '105518.614000', '105518.617000', '105518.620000', '105518.623000', '105518.625000', '105538.504000', '105538.507000', '105538.510000', '105538.513000', '105538.516000', '105538.519000', '105538.522000', '105538.525000', '105538.528000', '105538.531000', '105538.534000', '105538.536000', '105538.539000', '105538.542000', '105538.545000', '105538.551000', '105538.567000', '105538.570000', '105538.573000', '105538.576000', '105538.579000', '105538.582000', '105538.585000', '105538.588000', '105538.590000', '105538.593000', '105538.596000', '105538.599000', '105538.602000', '105538.605000', '105538.608000', '105538.611000', '105538.614000', '105538.616000', '105538.619000', '105538.622000', '105538.625000', '105538.628000', '105538.631000', '105538.634000', '105538.637000', '105538.639000', '105538.642000', '105538.646000', '105558.504000', '105558.507000', '105558.510000', '105558.513000', '105558.516000', '105558.519000', '105558.521000', '105558.524000', '105558.527000', '105558.530000', '105558.533000', '105558.536000', '105558.539000', '105558.542000', '105558.545000', '105558.550000', '105558.554000', '105558.557000', '105558.560000', '105558.563000', '105558.566000', '105558.569000', '105558.572000', '105558.574000', '105558.577000', '105558.580000', '105558.583000', '105558.586000', '105558.589000', '105558.592000', '105558.595000', '105558.597000', '105558.600000', '105558.603000', '105558.606000', '105558.609000', '105558.612000', '105558.615000', '105558.617000', '105558.620000', '105558.623000', '105558.626000', '105558.629000', '105618.504000', '105618.507000', '105618.510000', '105618.513000', '105618.515000', '105618.518000', '105618.521000', '105618.524000', '105618.527000', '105618.530000', '105618.533000', '105618.536000', '105618.539000', '105618.542000', '105618.545000', '105618.547000', '105618.550000', '105618.553000', '105618.556000', '105618.559000', '105618.562000', '105618.565000', '105618.568000', '105618.571000', '105618.574000', '105618.576000', '105618.579000', '105618.582000', '105618.585000', '105618.588000', '105618.591000', '105618.594000', '105618.597000', '105618.600000', '105618.603000', '105618.605000', '105618.608000', '105618.611000', '105618.614000', '105618.617000', '105618.620000', '105618.623000', '105618.625000', '105618.628000', '105638.504000', '105638.507000', '105638.510000', '105638.513000', '105638.516000', '105638.518000', '105638.521000', '105638.524000', '105638.527000', '105638.530000', '105638.533000', '105638.536000', '105638.539000', '105638.542000', '105638.545000', '105638.547000', '105638.550000', '105638.553000', '105638.557000', '105638.560000', '105638.563000', '105638.566000', '105638.568000', '105638.571000', '105638.574000', '105638.577000', '105638.580000', '105638.583000', '105638.586000', '105638.589000', '105638.592000', '105638.594000', '105638.597000', '105638.600000', '105638.603000', '105638.606000', '105638.609000', '105638.612000', '105638.614000', '105638.617000', '105638.620000', '105638.623000', '105638.626000', '105658.503000', '105658.506000', '105658.509000', '105658.512000', '105658.515000', '105658.517000', '105658.520000', '105658.523000', '105658.526000', '105658.529000', '105658.532000', '105658.535000', '105658.538000', '105658.553000', '105658.556000', '105658.559000', '105658.562000', '105658.565000', '105658.568000', '105658.571000', '105658.573000', '105658.576000', '105658.579000', '105658.582000', '105658.585000', '105658.588000', '105658.591000', '105658.594000', '105658.597000', '105658.599000', '105658.602000', '105658.605000', '105658.608000', '105658.611000', '105658.614000', '105658.617000', '105658.620000', '105658.623000', '105658.625000', '105658.628000', '105658.631000', '105658.634000', '105658.637000', '105658.640000', '105718.504000', '105718.507000', '105718.510000', '105718.513000', '105718.516000', '105718.519000', '105718.522000', '105718.525000', '105718.528000', '105718.531000', '105718.534000', '105718.537000', '105718.540000', '105718.543000', '105718.546000', '105718.549000', '105718.551000', '105718.554000', '105718.557000', '105718.560000', '105718.563000', '105718.566000', '105718.569000', '105718.572000', '105718.575000', '105718.579000', '105718.583000', '105718.586000', '105718.589000', '105718.592000', '105718.595000', '105718.598000', '105718.601000', '105718.603000', '105718.606000', '105718.609000', '105718.612000', '105718.615000', '105718.618000', '105718.621000', '105718.624000', '105718.626000', '105718.629000', '105738.504000', '105738.507000', '105738.510000', '105738.513000', '105738.516000', '105738.519000', '105738.521000', '105738.524000', '105738.527000', '105738.530000', '105738.533000', '105738.536000', '105738.539000', '105738.542000', '105738.545000', '105738.548000', '105738.551000', '105738.553000', '105738.556000', '105738.559000', '105738.562000', '105738.565000', '105738.568000', '105738.571000', '105738.574000', '105738.577000', '105738.580000', '105738.582000', '105738.585000', '105738.588000', '105738.591000', '105738.594000', '105738.597000', '105738.600000', '105738.603000', '105738.606000', '105738.609000', '105738.611000', '105738.614000', '105738.617000', '105738.620000', '105738.623000', '105738.626000', '105738.629000', '105758.504000', '105758.507000', '105758.510000', '105758.513000', '105758.516000', '105758.519000', '105758.521000', '105758.524000', '105758.527000', '105758.530000', '105758.533000', '105758.536000', '105758.539000', '105758.542000', '105758.545000', '105758.548000', '105758.551000', '105758.554000', '105758.556000', '105758.559000', '105758.562000', '105758.565000', '105758.568000', '105758.571000', '105758.574000', '105758.577000', '105758.580000', '105758.583000', '105758.585000', '105758.588000', '105758.591000', '105758.594000', '105758.597000', '105758.600000', '105758.603000', '105758.606000', '105758.608000', '105758.611000', '105758.614000', '105758.619000', '105758.623000', '105758.627000', '105758.630000', '105818.504000', '105818.507000', '105818.510000', '105818.513000', '105818.516000', '105818.518000', '105818.521000', '105818.524000', '105818.527000', '105818.544000', '105818.547000', '105818.550000', '105818.553000', '105818.555000', '105818.558000', '105818.561000', '105818.564000', '105818.567000', '105818.570000', '105818.573000', '105818.576000', '105818.579000', '105818.581000', '105818.584000', '105818.587000', '105818.590000', '105818.593000', '105818.596000', '105818.599000', '105818.602000', '105818.605000', '105818.608000', '105818.611000', '105818.614000', '105818.616000', '105818.619000', '105818.622000', '105818.625000', '105818.628000', '105818.631000', '105818.634000', '105818.637000', '105818.640000', '105818.643000', '105838.504000', '105838.507000', '105838.510000', '105838.513000', '105838.516000', '105838.519000', '105838.522000', '105838.524000', '105838.527000', '105838.530000', '105838.533000', '105838.536000', '105838.539000', '105838.542000', '105838.545000', '105838.548000', '105838.550000', '105838.553000', '105838.558000', '105838.561000', '105838.564000', '105838.567000', '105838.570000', '105838.573000', '105838.576000', '105838.578000', '105838.581000', '105838.584000', '105838.587000', '105838.590000', '105838.593000', '105838.596000', '105838.598000', '105838.601000', '105838.604000', '105838.607000', '105838.611000', '105838.614000', '105838.617000', '105838.620000', '105838.623000', '105838.626000', '105838.629000', '105858.504000', '105858.507000', '105858.510000', '105858.513000', '105858.516000', '105858.519000', '105858.522000', '105858.525000', '105858.527000', '105858.530000', '105858.533000', '105858.536000', '105858.539000', '105858.542000', '105858.545000', '105858.548000', '105858.551000', '105858.553000', '105858.556000', '105858.559000', '105858.562000', '105858.565000', '105858.568000', '105858.571000', '105858.574000', '105858.577000', '105858.579000', '105858.582000', '105858.585000', '105858.588000', '105858.591000', '105858.594000', '105858.597000', '105858.599000', '105858.602000', '105858.605000', '105858.608000', '105858.611000', '105858.614000', '105858.617000', '105858.620000', '105858.623000', '105858.626000', '105858.628000', '105918.503000', '105918.506000', '105918.509000', '105918.512000', '105918.515000', '105918.518000', '105918.521000', '105918.524000', '105918.526000', '105918.529000', '105918.532000', '105918.535000', '105918.538000', '105918.541000', '105918.544000', '105918.547000', '105918.549000', '105918.552000', '105918.555000', '105918.558000', '105918.561000', '105918.564000', '105918.567000', '105918.570000', '105918.573000', '105918.576000', '105918.578000', '105918.581000', '105918.584000', '105918.587000', '105918.590000', '105918.593000', '105918.596000', '105918.599000', '105918.602000', '105918.604000', '105918.607000', '105918.610000', '105918.613000', '105918.616000', '105918.619000', '105918.622000', '105918.625000', '105938.504000', '105938.507000', '105938.510000', '105938.513000', '105938.516000', '105938.518000', '105938.521000', '105938.524000', '105938.527000', '105938.530000', '105938.533000', '105938.536000', '105938.538000', '105938.541000', '105938.544000', '105938.547000', '105938.550000', '105938.553000', '105938.556000', '105938.559000', '105938.562000', '105938.564000', '105938.567000', '105938.570000', '105938.573000', '105938.576000', '105938.579000', '105938.582000', '105938.585000', '105938.588000', '105938.591000', '105938.593000', '105938.596000', '105938.599000', '105938.602000', '105938.605000', '105938.608000', '105938.611000', '105938.614000', '105938.616000', '105938.619000', '105938.622000', '105938.625000', '105938.628000', '105958.504000', '105958.507000', '105958.510000', '105958.513000', '105958.516000', '105958.519000', '105958.522000', '105958.524000', '105958.527000', '105958.530000', '105958.533000', '105958.536000', '105958.539000', '105958.542000', '105958.545000', '105958.547000', '105958.550000', '105958.553000', '105958.556000', '105958.559000', '105958.562000', '105958.565000', '105958.568000', '105958.571000', '105958.574000', '105958.576000', '105958.579000', '105958.582000', '105958.585000', '105958.588000', '105958.591000', '105958.595000', '105958.598000', '105958.601000', '105958.604000', '105958.607000', '105958.610000', '105958.613000', '105958.616000', '105958.619000', '105958.622000', '105958.624000', '105958.627000', '110018.504000', '110018.507000', '110018.510000', '110018.513000', '110018.516000', '110018.519000', '110018.521000', '110018.524000', '110018.527000', '110018.530000', '110018.533000', '110018.536000', '110018.539000', '110018.542000', '110018.544000', '110018.547000', '110018.550000', '110018.553000', '110018.556000', '110018.559000', '110018.562000', '110018.565000', '110018.568000', '110018.571000', '110018.573000', '110018.576000', '110018.579000', '110018.582000', '110018.585000', '110018.588000', '110018.590000', '110018.593000', '110018.596000', '110018.599000', '110018.602000', '110018.605000', '110018.608000', '110018.611000', '110018.614000', '110018.616000', '110018.619000', '110018.622000', '110018.625000', '110018.628000', '110038.504000', '110038.507000', '110038.510000', '110038.513000', '110038.516000', '110038.519000', '110038.522000', '110038.524000', '110038.527000', '110038.530000', '110038.533000', '110038.536000', '110038.539000', '110038.542000', '110038.544000', '110038.547000', '110038.550000', '110038.573000', '110038.576000', '110038.579000', '110038.582000', '110038.585000', '110038.588000', '110038.591000', '110038.593000', '110038.596000', '110038.599000', '110038.603000', '110038.605000', '110038.608000', '110038.611000', '110038.614000', '110038.617000', '110038.620000', '110038.623000', '110038.626000', '110038.628000', '110038.631000', '110038.634000', '110038.637000', '110038.640000', '110038.643000', '110038.645000', '110058.504000', '110058.507000', '110058.510000', '110058.513000', '110058.516000', '110058.519000', '110058.522000', '110058.524000', '110058.527000', '110058.530000', '110058.533000', '110058.536000', '110058.539000', '110058.542000', '110058.545000', '110058.547000', '110058.550000', '110058.553000', '110058.556000', '110058.559000', '110058.562000', '110058.565000', '110058.568000', '110058.571000', '110058.574000', '110058.576000', '110058.579000', '110058.582000', '110058.585000', '110058.588000', '110058.591000', '110058.594000', '110058.597000', '110058.599000', '110058.602000', '110058.605000', '110058.608000', '110058.611000', '110058.614000', '110058.617000', '110058.620000', '110058.622000', '110058.625000', '110058.628000', '110118.504000', '110118.507000', '110118.510000', '110118.513000', '110118.516000', '110118.519000', '110118.522000', '110118.524000', '110118.527000', '110118.530000', '110118.533000', '110118.536000', '110118.539000', '110118.542000', '110118.544000', '110118.547000', '110118.550000', '110118.553000', '110118.556000', '110118.559000', '110118.562000', '110118.565000', '110118.568000', '110118.571000', '110118.573000', '110118.576000', '110118.579000', '110118.582000', '110118.585000', '110118.588000', '110118.591000', '110118.594000', '110118.597000', '110118.600000', '110118.602000', '110118.605000', '110118.608000', '110118.611000', '110118.614000', '110118.617000', '110118.620000', '110118.622000', '110118.625000', '110138.503000', '110138.506000', '110138.509000', '110138.512000', '110138.515000', '110138.517000', '110138.520000', '110138.523000', '110138.526000', '110138.529000', '110138.532000', '110138.535000', '110138.538000', '110138.541000', '110138.544000', '110138.546000', '110138.549000', '110138.552000', '110138.555000', '110138.558000', '110138.561000', '110138.564000', '110138.567000', '110138.570000', '110138.573000', '110138.576000', '110138.578000', '110138.581000', '110138.584000', '110138.587000', '110138.590000', '110138.593000', '110138.596000', '110138.599000', '110138.602000', '110138.605000', '110138.607000', '110138.610000', '110138.613000', '110138.616000', '110138.619000', '110138.622000', '110138.625000', '110138.644000', '110158.504000', '110158.507000', '110158.510000', '110158.513000', '110158.516000', '110158.519000', '110158.522000', '110158.524000', '110158.527000', '110158.530000', '110158.533000', '110158.536000', '110158.539000', '110158.542000', '110158.545000', '110158.548000', '110158.550000', '110158.553000', '110158.556000', '110158.559000', '110158.562000', '110158.565000', '110158.568000', '110158.571000', '110158.574000', '110158.577000', '110158.579000', '110158.582000', '110158.585000', '110158.588000', '110158.591000', '110158.594000', '110158.597000', '110158.600000', '110158.603000', '110158.606000', '110158.608000', '110158.611000', '110158.614000', '110158.617000', '110158.620000', '110158.623000', '110158.626000', '110218.505000', '110218.508000', '110218.511000', '110218.514000', '110218.517000', '110218.520000', '110218.523000', '110218.526000', '110218.529000', '110218.531000', '110218.534000', '110218.537000', '110218.540000', '110218.543000', '110218.546000', '110218.549000', '110218.552000', '110218.555000', '110218.557000', '110218.560000', '110218.563000', '110218.566000', '110218.569000', '110218.572000', '110218.575000', '110218.578000', '110218.581000', '110218.584000', '110218.586000', '110218.589000', '110218.592000', '110218.595000', '110218.598000', '110218.601000', '110218.604000', '110218.607000', '110218.609000', '110218.612000', '110218.615000', '110218.618000', '110218.621000', '110218.624000', '110218.627000', '110238.504000', '110238.507000', '110238.510000', '110238.513000', '110238.516000', '110238.519000', '110238.521000', '110238.524000', '110238.527000', '110238.530000', '110238.533000', '110238.536000', '110238.539000', '110238.542000', '110238.545000', '110238.548000', '110238.550000', '110238.553000', '110238.556000', '110238.559000', '110238.562000', '110238.565000', '110238.568000', '110238.571000', '110238.574000', '110238.576000', '110238.579000', '110238.582000', '110238.585000', '110238.588000', '110238.591000', '110238.594000', '110238.597000', '110238.600000', '110238.602000', '110238.605000', '110238.608000', '110238.611000', '110238.614000', '110238.617000', '110238.620000', '110238.622000', '110238.625000', '110238.628000', '110256.275000', '110256.279000', '110256.283000', '110256.287000', '110256.290000', '110256.293000', '110256.297000', '110256.301000', '110256.304000', '110256.307000', '110256.310000', '110256.345000', '110256.348000', '110256.351000', '110256.354000', '110256.357000', '110256.360000', '110256.363000', '110256.366000', '110256.369000', '110256.372000', '110256.375000', '110256.378000', '110256.381000', '110256.384000', '110256.387000', '110256.390000', '110256.393000', '110256.396000', '110256.399000', '110256.402000', '110256.405000', '110256.408000', '110256.411000', '110256.414000', '110256.417000', '110256.420000', '110256.423000', '110256.426000'], 'InstanceCreationTime': ['104858.538000', '104858.542000', '104858.544000', '104858.547000', '104858.550000', '104858.553000', '104858.556000', '104858.559000', '104858.562000', '104858.571000', '104858.576000', '104858.579000', '104858.582000', '104858.585000', '104858.588000', '104858.591000', '104858.594000', '104858.597000', '104858.611000', '104858.614000', '104858.617000', '104858.620000', '104858.622000', '104858.625000', '104858.628000', '104858.631000', '104858.634000', '104858.637000', '104858.639000', '104858.642000', '104858.645000', '104858.648000', '104858.651000', '104858.654000', '104858.656000', '104858.659000', '104858.662000', '104918.504000', '104918.507000', '104918.510000', '104918.514000', '104918.517000', '104918.519000', '104918.522000', '104918.525000', '104918.528000', '104918.531000', '104918.534000', '104918.536000', '104918.539000', '104918.542000', '104918.545000', '104918.548000', '104918.550000', '104918.553000', '104918.556000', '104918.559000', '104918.562000', '104918.565000', '104918.567000', '104918.570000', '104918.573000', '104918.576000', '104918.579000', '104918.582000', '104918.585000', '104918.587000', '104918.590000', '104918.593000', '104918.596000', '104918.599000', '104918.602000', '104918.605000', '104918.607000', '104918.610000', '104918.613000', '104918.616000', '104918.619000', '104918.622000', '104918.625000', '104918.627000', '104938.504000', '104938.507000', '104938.524000', '104938.527000', '104938.530000', '104938.533000', '104938.536000', '104938.539000', '104938.542000', '104938.545000', '104938.548000', '104938.551000', '104938.554000', '104938.556000', '104938.559000', '104938.562000', '104938.565000', '104938.568000', '104938.571000', '104938.574000', '104938.577000', '104938.579000', '104938.582000', '104938.585000', '104938.588000', '104938.591000', '104938.594000', '104938.597000', '104938.600000', '104938.602000', '104938.605000', '104938.608000', '104938.611000', '104938.614000', '104938.617000', '104938.620000', '104938.625000', '104938.629000', '104938.637000', '104938.640000', '104938.643000', '104938.646000', '104938.649000', '104958.503000', '104958.506000', '104958.509000', '104958.512000', '104958.514000', '104958.517000', '104958.520000', '104958.523000', '104958.526000', '104958.529000', '104958.531000', '104958.534000', '104958.537000', '104958.540000', '104958.543000', '104958.546000', '104958.549000', '104958.551000', '104958.554000', '104958.557000', '104958.560000', '104958.563000', '104958.566000', '104958.569000', '104958.571000', '104958.574000', '104958.577000', '104958.580000', '104958.583000', '104958.586000', '104958.588000', '104958.591000', '104958.594000', '104958.597000', '104958.600000', '104958.603000', '104958.606000', '104958.608000', '104958.611000', '104958.614000', '104958.617000', '104958.620000', '104958.623000', '104958.626000', '105018.504000', '105018.507000', '105018.510000', '105018.513000', '105018.516000', '105018.518000', '105018.521000', '105018.524000', '105018.527000', '105018.530000', '105018.533000', '105018.536000', '105018.538000', '105018.541000', '105018.544000', '105018.547000', '105018.550000', '105018.553000', '105018.556000', '105018.558000', '105018.561000', '105018.564000', '105018.567000', '105018.570000', '105018.573000', '105018.576000', '105018.579000', '105018.581000', '105018.584000', '105018.587000', '105018.590000', '105018.593000', '105018.596000', '105018.599000', '105018.601000', '105018.604000', '105018.607000', '105018.610000', '105018.613000', '105018.616000', '105018.619000', '105018.622000', '105018.625000', '105038.504000', '105038.507000', '105038.510000', '105038.513000', '105038.516000', '105038.518000', '105038.521000', '105038.524000', '105038.527000', '105038.530000', '105038.533000', '105038.535000', '105038.538000', '105038.541000', '105038.544000', '105038.547000', '105038.550000', '105038.553000', '105038.556000', '105038.558000', '105038.561000', '105038.564000', '105038.567000', '105038.570000', '105038.573000', '105038.576000', '105038.579000', '105038.581000', '105038.584000', '105038.587000', '105038.590000', '105038.593000', '105038.596000', '105038.599000', '105038.601000', '105038.604000', '105038.607000', '105038.610000', '105038.613000', '105038.616000', '105038.619000', '105038.622000', '105038.624000', '105038.627000', '105058.504000', '105058.507000', '105058.510000', '105058.513000', '105058.516000', '105058.518000', '105058.521000', '105058.524000', '105058.527000', '105058.530000', '105058.533000', '105058.536000', '105058.539000', '105058.541000', '105058.544000', '105058.547000', '105058.550000', '105058.553000', '105058.556000', '105058.559000', '105058.562000', '105058.565000', '105058.569000', '105058.572000', '105058.575000', '105058.578000', '105058.581000', '105058.584000', '105058.587000', '105058.590000', '105058.592000', '105058.595000', '105058.598000', '105058.601000', '105058.604000', '105058.607000', '105058.610000', '105058.613000', '105058.616000', '105058.619000', '105058.622000', '105058.625000', '105058.628000', '105118.504000', '105118.507000', '105118.510000', '105118.512000', '105118.515000', '105118.518000', '105118.521000', '105118.524000', '105118.527000', '105118.530000', '105118.533000', '105118.536000', '105118.538000', '105118.541000', '105118.544000', '105118.547000', '105118.550000', '105118.553000', '105118.556000', '105118.558000', '105118.561000', '105118.564000', '105118.567000', '105118.570000', '105118.573000', '105118.576000', '105118.578000', '105118.581000', '105118.584000', '105118.587000', '105118.590000', '105118.593000', '105118.596000', '105118.599000', '105118.601000', '105118.604000', '105118.607000', '105118.610000', '105118.613000', '105118.616000', '105118.619000', '105118.622000', '105118.624000', '105118.627000', '105138.504000', '105138.507000', '105138.510000', '105138.513000', '105138.515000', '105138.518000', '105138.521000', '105138.524000', '105138.527000', '105138.530000', '105138.533000', '105138.536000', '105138.539000', '105138.542000', '105138.544000', '105138.547000', '105138.550000', '105138.553000', '105138.556000', '105138.559000', '105138.562000', '105138.565000', '105138.568000', '105138.570000', '105138.573000', '105138.576000', '105138.579000', '105138.582000', '105138.585000', '105138.588000', '105138.591000', '105138.594000', '105138.596000', '105138.599000', '105138.602000', '105138.605000', '105138.608000', '105138.611000', '105138.614000', '105138.617000', '105138.620000', '105138.622000', '105138.625000', '105158.504000', '105158.507000', '105158.510000', '105158.513000', '105158.515000', '105158.518000', '105158.521000', '105158.524000', '105158.527000', '105158.530000', '105158.533000', '105158.536000', '105158.539000', '105158.541000', '105158.544000', '105158.547000', '105158.550000', '105158.553000', '105158.556000', '105158.559000', '105158.562000', '105158.564000', '105158.567000', '105158.570000', '105158.573000', '105158.576000', '105158.579000', '105158.582000', '105158.585000', '105158.588000', '105158.591000', '105158.593000', '105158.596000', '105158.599000', '105158.602000', '105158.605000', '105158.608000', '105158.611000', '105158.614000', '105158.616000', '105158.619000', '105158.622000', '105158.625000', '105158.628000', '105218.503000', '105218.506000', '105218.509000', '105218.512000', '105218.514000', '105218.517000', '105218.520000', '105218.523000', '105218.526000', '105218.529000', '105218.532000', '105218.535000', '105218.537000', '105218.540000', '105218.543000', '105218.546000', '105218.549000', '105218.552000', '105218.555000', '105218.558000', '105218.560000', '105218.563000', '105218.566000', '105218.569000', '105218.572000', '105218.575000', '105218.578000', '105218.581000', '105218.584000', '105218.586000', '105218.589000', '105218.592000', '105218.595000', '105218.598000', '105218.601000', '105218.605000', '105218.608000', '105218.611000', '105218.614000', '105218.617000', '105218.620000', '105218.622000', '105218.625000', '105238.504000', '105238.507000', '105238.510000', '105238.513000', '105238.516000', '105238.519000', '105238.521000', '105238.524000', '105238.527000', '105238.530000', '105238.533000', '105238.536000', '105238.539000', '105238.541000', '105238.544000', '105238.547000', '105238.550000', '105238.553000', '105238.556000', '105238.559000', '105238.562000', '105238.564000', '105238.567000', '105238.570000', '105238.573000', '105238.576000', '105238.579000', '105238.582000', '105238.585000', '105238.588000', '105238.590000', '105238.593000', '105238.596000', '105238.599000', '105238.602000', '105238.605000', '105238.608000', '105238.611000', '105238.627000', '105238.629000', '105238.632000', '105238.635000', '105238.638000', '105238.641000', '105258.504000', '105258.507000', '105258.510000', '105258.513000', '105258.516000', '105258.519000', '105258.521000', '105258.524000', '105258.527000', '105258.530000', '105258.533000', '105258.536000', '105258.538000', '105258.541000', '105258.544000', '105258.547000', '105258.550000', '105258.553000', '105258.556000', '105258.559000', '105258.561000', '105258.564000', '105258.567000', '105258.570000', '105258.573000', '105258.576000', '105258.579000', '105258.582000', '105258.585000', '105258.588000', '105258.591000', '105258.594000', '105258.596000', '105258.599000', '105258.602000', '105258.605000', '105258.608000', '105258.611000', '105258.614000', '105258.617000', '105258.619000', '105258.622000', '105258.625000', '105318.504000', '105318.507000', '105318.510000', '105318.513000', '105318.516000', '105318.518000', '105318.521000', '105318.524000', '105318.527000', '105318.530000', '105318.533000', '105318.536000', '105318.539000', '105318.541000', '105318.544000', '105318.547000', '105318.550000', '105318.553000', '105318.556000', '105318.559000', '105318.561000', '105318.564000', '105318.567000', '105318.570000', '105318.573000', '105318.576000', '105318.579000', '105318.582000', '105318.585000', '105318.588000', '105318.591000', '105318.593000', '105318.596000', '105318.599000', '105318.602000', '105318.605000', '105318.608000', '105318.611000', '105318.614000', '105318.616000', '105318.619000', '105318.622000', '105318.625000', '105318.628000', '105338.504000', '105338.507000', '105338.510000', '105338.513000', '105338.516000', '105338.518000', '105338.521000', '105338.524000', '105338.527000', '105338.530000', '105338.533000', '105338.536000', '105338.539000', '105338.542000', '105338.545000', '105338.547000', '105338.550000', '105338.553000', '105338.556000', '105338.559000', '105338.562000', '105338.565000', '105338.568000', '105338.571000', '105338.574000', '105338.577000', '105338.580000', '105338.582000', '105338.585000', '105338.588000', '105338.591000', '105338.594000', '105338.597000', '105338.600000', '105338.603000', '105338.606000', '105338.608000', '105338.611000', '105338.614000', '105338.617000', '105338.620000', '105338.623000', '105338.626000', '105358.504000', '105358.507000', '105358.510000', '105358.513000', '105358.516000', '105358.519000', '105358.521000', '105358.524000', '105358.527000', '105358.530000', '105358.533000', '105358.536000', '105358.539000', '105358.542000', '105358.544000', '105358.547000', '105358.550000', '105358.553000', '105358.556000', '105358.559000', '105358.562000', '105358.565000', '105358.568000', '105358.571000', '105358.573000', '105358.576000', '105358.579000', '105358.582000', '105358.585000', '105358.588000', '105358.591000', '105358.594000', '105358.596000', '105358.599000', '105358.602000', '105358.605000', '105358.608000', '105358.611000', '105358.614000', '105358.617000', '105358.620000', '105358.622000', '105358.625000', '105358.628000', '105418.504000', '105418.507000', '105418.510000', '105418.513000', '105418.530000', '105418.533000', '105418.536000', '105418.539000', '105418.542000', '105418.545000', '105418.547000', '105418.550000', '105418.553000', '105418.556000', '105418.559000', '105418.562000', '105418.565000', '105418.568000', '105418.571000', '105418.574000', '105418.577000', '105418.579000', '105418.582000', '105418.585000', '105418.588000', '105418.591000', '105418.594000', '105418.597000', '105418.600000', '105418.602000', '105418.605000', '105418.608000', '105418.611000', '105418.614000', '105418.617000', '105418.620000', '105418.623000', '105418.625000', '105418.628000', '105418.631000', '105418.634000', '105418.637000', '105418.640000', '105438.503000', '105438.506000', '105438.509000', '105438.512000', '105438.515000', '105438.518000', '105438.521000', '105438.523000', '105438.526000', '105438.529000', '105438.532000', '105438.535000', '105438.538000', '105438.541000', '105438.545000', '105438.549000', '105438.552000', '105438.555000', '105438.558000', '105438.561000', '105438.563000', '105438.566000', '105438.569000', '105438.572000', '105438.575000', '105438.578000', '105438.581000', '105438.584000', '105438.587000', '105438.589000', '105438.592000', '105438.595000', '105438.598000', '105438.601000', '105438.604000', '105438.607000', '105438.610000', '105438.612000', '105438.615000', '105438.618000', '105438.621000', '105438.624000', '105438.627000', '105458.504000', '105458.507000', '105458.510000', '105458.513000', '105458.516000', '105458.518000', '105458.521000', '105458.524000', '105458.527000', '105458.530000', '105458.533000', '105458.536000', '105458.539000', '105458.542000', '105458.545000', '105458.547000', '105458.550000', '105458.553000', '105458.556000', '105458.559000', '105458.562000', '105458.565000', '105458.568000', '105458.571000', '105458.573000', '105458.576000', '105458.579000', '105458.582000', '105458.585000', '105458.588000', '105458.591000', '105458.593000', '105458.596000', '105458.599000', '105458.602000', '105458.605000', '105458.608000', '105458.611000', '105458.614000', '105458.617000', '105458.619000', '105458.622000', '105458.625000', '105458.628000', '105518.504000', '105518.507000', '105518.510000', '105518.513000', '105518.516000', '105518.519000', '105518.522000', '105518.525000', '105518.528000', '105518.531000', '105518.533000', '105518.536000', '105518.539000', '105518.542000', '105518.545000', '105518.548000', '105518.551000', '105518.554000', '105518.557000', '105518.559000', '105518.562000', '105518.565000', '105518.568000', '105518.571000', '105518.574000', '105518.577000', '105518.580000', '105518.582000', '105518.585000', '105518.588000', '105518.591000', '105518.594000', '105518.597000', '105518.600000', '105518.603000', '105518.605000', '105518.608000', '105518.611000', '105518.614000', '105518.617000', '105518.620000', '105518.623000', '105518.625000', '105538.504000', '105538.507000', '105538.510000', '105538.513000', '105538.516000', '105538.519000', '105538.522000', '105538.525000', '105538.528000', '105538.531000', '105538.534000', '105538.536000', '105538.539000', '105538.542000', '105538.545000', '105538.551000', '105538.567000', '105538.570000', '105538.573000', '105538.576000', '105538.579000', '105538.582000', '105538.585000', '105538.588000', '105538.590000', '105538.593000', '105538.596000', '105538.599000', '105538.602000', '105538.605000', '105538.608000', '105538.611000', '105538.614000', '105538.616000', '105538.619000', '105538.622000', '105538.625000', '105538.628000', '105538.631000', '105538.634000', '105538.637000', '105538.639000', '105538.642000', '105538.646000', '105558.504000', '105558.507000', '105558.510000', '105558.513000', '105558.516000', '105558.519000', '105558.521000', '105558.524000', '105558.527000', '105558.530000', '105558.533000', '105558.536000', '105558.539000', '105558.542000', '105558.545000', '105558.550000', '105558.554000', '105558.557000', '105558.560000', '105558.563000', '105558.566000', '105558.569000', '105558.572000', '105558.574000', '105558.577000', '105558.580000', '105558.583000', '105558.586000', '105558.589000', '105558.592000', '105558.595000', '105558.597000', '105558.600000', '105558.603000', '105558.606000', '105558.609000', '105558.612000', '105558.615000', '105558.617000', '105558.620000', '105558.623000', '105558.626000', '105558.629000', '105618.504000', '105618.507000', '105618.510000', '105618.513000', '105618.515000', '105618.518000', '105618.521000', '105618.524000', '105618.527000', '105618.530000', '105618.533000', '105618.536000', '105618.539000', '105618.542000', '105618.545000', '105618.547000', '105618.550000', '105618.553000', '105618.556000', '105618.559000', '105618.562000', '105618.565000', '105618.568000', '105618.571000', '105618.574000', '105618.576000', '105618.579000', '105618.582000', '105618.585000', '105618.588000', '105618.591000', '105618.594000', '105618.597000', '105618.600000', '105618.603000', '105618.605000', '105618.608000', '105618.611000', '105618.614000', '105618.617000', '105618.620000', '105618.623000', '105618.625000', '105618.628000', '105638.504000', '105638.507000', '105638.510000', '105638.513000', '105638.516000', '105638.518000', '105638.521000', '105638.524000', '105638.527000', '105638.530000', '105638.533000', '105638.536000', '105638.539000', '105638.542000', '105638.545000', '105638.547000', '105638.550000', '105638.553000', '105638.557000', '105638.560000', '105638.563000', '105638.566000', '105638.568000', '105638.571000', '105638.574000', '105638.577000', '105638.580000', '105638.583000', '105638.586000', '105638.589000', '105638.592000', '105638.594000', '105638.597000', '105638.600000', '105638.603000', '105638.606000', '105638.609000', '105638.612000', '105638.614000', '105638.617000', '105638.620000', '105638.623000', '105638.626000', '105658.503000', '105658.506000', '105658.509000', '105658.512000', '105658.515000', '105658.517000', '105658.520000', '105658.523000', '105658.526000', '105658.529000', '105658.532000', '105658.535000', '105658.538000', '105658.553000', '105658.556000', '105658.559000', '105658.562000', '105658.565000', '105658.568000', '105658.571000', '105658.573000', '105658.576000', '105658.579000', '105658.582000', '105658.585000', '105658.588000', '105658.591000', '105658.594000', '105658.597000', '105658.599000', '105658.602000', '105658.605000', '105658.608000', '105658.611000', '105658.614000', '105658.617000', '105658.620000', '105658.623000', '105658.625000', '105658.628000', '105658.631000', '105658.634000', '105658.637000', '105658.640000', '105718.504000', '105718.507000', '105718.510000', '105718.513000', '105718.516000', '105718.519000', '105718.522000', '105718.525000', '105718.528000', '105718.531000', '105718.534000', '105718.537000', '105718.540000', '105718.543000', '105718.546000', '105718.549000', '105718.551000', '105718.554000', '105718.557000', '105718.560000', '105718.563000', '105718.566000', '105718.569000', '105718.572000', '105718.575000', '105718.579000', '105718.583000', '105718.586000', '105718.589000', '105718.592000', '105718.595000', '105718.598000', '105718.601000', '105718.603000', '105718.606000', '105718.609000', '105718.612000', '105718.615000', '105718.618000', '105718.621000', '105718.624000', '105718.626000', '105718.629000', '105738.504000', '105738.507000', '105738.510000', '105738.513000', '105738.516000', '105738.519000', '105738.521000', '105738.524000', '105738.527000', '105738.530000', '105738.533000', '105738.536000', '105738.539000', '105738.542000', '105738.545000', '105738.548000', '105738.551000', '105738.553000', '105738.556000', '105738.559000', '105738.562000', '105738.565000', '105738.568000', '105738.571000', '105738.574000', '105738.577000', '105738.580000', '105738.582000', '105738.585000', '105738.588000', '105738.591000', '105738.594000', '105738.597000', '105738.600000', '105738.603000', '105738.606000', '105738.609000', '105738.611000', '105738.614000', '105738.617000', '105738.620000', '105738.623000', '105738.626000', '105738.629000', '105758.504000', '105758.507000', '105758.510000', '105758.513000', '105758.516000', '105758.519000', '105758.521000', '105758.524000', '105758.527000', '105758.530000', '105758.533000', '105758.536000', '105758.539000', '105758.542000', '105758.545000', '105758.548000', '105758.551000', '105758.554000', '105758.556000', '105758.559000', '105758.562000', '105758.565000', '105758.568000', '105758.571000', '105758.574000', '105758.577000', '105758.580000', '105758.583000', '105758.585000', '105758.588000', '105758.591000', '105758.594000', '105758.597000', '105758.600000', '105758.603000', '105758.606000', '105758.608000', '105758.611000', '105758.614000', '105758.619000', '105758.623000', '105758.627000', '105758.630000', '105818.504000', '105818.507000', '105818.510000', '105818.513000', '105818.516000', '105818.518000', '105818.521000', '105818.524000', '105818.527000', '105818.544000', '105818.547000', '105818.550000', '105818.553000', '105818.555000', '105818.558000', '105818.561000', '105818.564000', '105818.567000', '105818.570000', '105818.573000', '105818.576000', '105818.579000', '105818.581000', '105818.584000', '105818.587000', '105818.590000', '105818.593000', '105818.596000', '105818.599000', '105818.602000', '105818.605000', '105818.608000', '105818.611000', '105818.614000', '105818.616000', '105818.619000', '105818.622000', '105818.625000', '105818.628000', '105818.631000', '105818.634000', '105818.637000', '105818.640000', '105818.643000', '105838.504000', '105838.507000', '105838.510000', '105838.513000', '105838.516000', '105838.519000', '105838.522000', '105838.524000', '105838.527000', '105838.530000', '105838.533000', '105838.536000', '105838.539000', '105838.542000', '105838.545000', '105838.548000', '105838.550000', '105838.553000', '105838.558000', '105838.561000', '105838.564000', '105838.567000', '105838.570000', '105838.573000', '105838.576000', '105838.578000', '105838.581000', '105838.584000', '105838.587000', '105838.590000', '105838.593000', '105838.596000', '105838.598000', '105838.601000', '105838.604000', '105838.607000', '105838.611000', '105838.614000', '105838.617000', '105838.620000', '105838.623000', '105838.626000', '105838.629000', '105858.504000', '105858.507000', '105858.510000', '105858.513000', '105858.516000', '105858.519000', '105858.522000', '105858.525000', '105858.527000', '105858.530000', '105858.533000', '105858.536000', '105858.539000', '105858.542000', '105858.545000', '105858.548000', '105858.551000', '105858.553000', '105858.556000', '105858.559000', '105858.562000', '105858.565000', '105858.568000', '105858.571000', '105858.574000', '105858.577000', '105858.579000', '105858.582000', '105858.585000', '105858.588000', '105858.591000', '105858.594000', '105858.597000', '105858.599000', '105858.602000', '105858.605000', '105858.608000', '105858.611000', '105858.614000', '105858.617000', '105858.620000', '105858.623000', '105858.626000', '105858.628000', '105918.503000', '105918.506000', '105918.509000', '105918.512000', '105918.515000', '105918.518000', '105918.521000', '105918.524000', '105918.526000', '105918.529000', '105918.532000', '105918.535000', '105918.538000', '105918.541000', '105918.544000', '105918.547000', '105918.549000', '105918.552000', '105918.555000', '105918.558000', '105918.561000', '105918.564000', '105918.567000', '105918.570000', '105918.573000', '105918.576000', '105918.578000', '105918.581000', '105918.584000', '105918.587000', '105918.590000', '105918.593000', '105918.596000', '105918.599000', '105918.602000', '105918.604000', '105918.607000', '105918.610000', '105918.613000', '105918.616000', '105918.619000', '105918.622000', '105918.625000', '105938.504000', '105938.507000', '105938.510000', '105938.513000', '105938.516000', '105938.518000', '105938.521000', '105938.524000', '105938.527000', '105938.530000', '105938.533000', '105938.536000', '105938.538000', '105938.541000', '105938.544000', '105938.547000', '105938.550000', '105938.553000', '105938.556000', '105938.559000', '105938.562000', '105938.564000', '105938.567000', '105938.570000', '105938.573000', '105938.576000', '105938.579000', '105938.582000', '105938.585000', '105938.588000', '105938.591000', '105938.593000', '105938.596000', '105938.599000', '105938.602000', '105938.605000', '105938.608000', '105938.611000', '105938.614000', '105938.616000', '105938.619000', '105938.622000', '105938.625000', '105938.628000', '105958.504000', '105958.507000', '105958.510000', '105958.513000', '105958.516000', '105958.519000', '105958.522000', '105958.524000', '105958.527000', '105958.530000', '105958.533000', '105958.536000', '105958.539000', '105958.542000', '105958.545000', '105958.547000', '105958.550000', '105958.553000', '105958.556000', '105958.559000', '105958.562000', '105958.565000', '105958.568000', '105958.571000', '105958.574000', '105958.576000', '105958.579000', '105958.582000', '105958.585000', '105958.588000', '105958.591000', '105958.595000', '105958.598000', '105958.601000', '105958.604000', '105958.607000', '105958.610000', '105958.613000', '105958.616000', '105958.619000', '105958.622000', '105958.624000', '105958.627000', '110018.504000', '110018.507000', '110018.510000', '110018.513000', '110018.516000', '110018.519000', '110018.521000', '110018.524000', '110018.527000', '110018.530000', '110018.533000', '110018.536000', '110018.539000', '110018.542000', '110018.544000', '110018.547000', '110018.550000', '110018.553000', '110018.556000', '110018.559000', '110018.562000', '110018.565000', '110018.568000', '110018.571000', '110018.573000', '110018.576000', '110018.579000', '110018.582000', '110018.585000', '110018.588000', '110018.590000', '110018.593000', '110018.596000', '110018.599000', '110018.602000', '110018.605000', '110018.608000', '110018.611000', '110018.614000', '110018.616000', '110018.619000', '110018.622000', '110018.625000', '110018.628000', '110038.504000', '110038.507000', '110038.510000', '110038.513000', '110038.516000', '110038.519000', '110038.522000', '110038.524000', '110038.527000', '110038.530000', '110038.533000', '110038.536000', '110038.539000', '110038.542000', '110038.544000', '110038.547000', '110038.550000', '110038.573000', '110038.576000', '110038.579000', '110038.582000', '110038.585000', '110038.588000', '110038.591000', '110038.593000', '110038.596000', '110038.599000', '110038.603000', '110038.605000', '110038.608000', '110038.611000', '110038.614000', '110038.617000', '110038.620000', '110038.623000', '110038.626000', '110038.628000', '110038.631000', '110038.634000', '110038.637000', '110038.640000', '110038.643000', '110038.645000', '110058.504000', '110058.507000', '110058.510000', '110058.513000', '110058.516000', '110058.519000', '110058.522000', '110058.524000', '110058.527000', '110058.530000', '110058.533000', '110058.536000', '110058.539000', '110058.542000', '110058.545000', '110058.547000', '110058.550000', '110058.553000', '110058.556000', '110058.559000', '110058.562000', '110058.565000', '110058.568000', '110058.571000', '110058.574000', '110058.576000', '110058.579000', '110058.582000', '110058.585000', '110058.588000', '110058.591000', '110058.594000', '110058.597000', '110058.599000', '110058.602000', '110058.605000', '110058.608000', '110058.611000', '110058.614000', '110058.617000', '110058.620000', '110058.622000', '110058.625000', '110058.628000', '110118.504000', '110118.507000', '110118.510000', '110118.513000', '110118.516000', '110118.519000', '110118.522000', '110118.524000', '110118.527000', '110118.530000', '110118.533000', '110118.536000', '110118.539000', '110118.542000', '110118.544000', '110118.547000', '110118.550000', '110118.553000', '110118.556000', '110118.559000', '110118.562000', '110118.565000', '110118.568000', '110118.571000', '110118.573000', '110118.576000', '110118.579000', '110118.582000', '110118.585000', '110118.588000', '110118.591000', '110118.594000', '110118.597000', '110118.600000', '110118.602000', '110118.605000', '110118.608000', '110118.611000', '110118.614000', '110118.617000', '110118.620000', '110118.622000', '110118.625000', '110138.503000', '110138.506000', '110138.509000', '110138.512000', '110138.515000', '110138.517000', '110138.520000', '110138.523000', '110138.526000', '110138.529000', '110138.532000', '110138.535000', '110138.538000', '110138.541000', '110138.544000', '110138.546000', '110138.549000', '110138.552000', '110138.555000', '110138.558000', '110138.561000', '110138.564000', '110138.567000', '110138.570000', '110138.573000', '110138.576000', '110138.578000', '110138.581000', '110138.584000', '110138.587000', '110138.590000', '110138.593000', '110138.596000', '110138.599000', '110138.602000', '110138.605000', '110138.607000', '110138.610000', '110138.613000', '110138.616000', '110138.619000', '110138.622000', '110138.625000', '110138.644000', '110158.504000', '110158.507000', '110158.510000', '110158.513000', '110158.516000', '110158.519000', '110158.522000', '110158.524000', '110158.527000', '110158.530000', '110158.533000', '110158.536000', '110158.539000', '110158.542000', '110158.545000', '110158.548000', '110158.550000', '110158.553000', '110158.556000', '110158.559000', '110158.562000', '110158.565000', '110158.568000', '110158.571000', '110158.574000', '110158.577000', '110158.579000', '110158.582000', '110158.585000', '110158.588000', '110158.591000', '110158.594000', '110158.597000', '110158.600000', '110158.603000', '110158.606000', '110158.608000', '110158.611000', '110158.614000', '110158.617000', '110158.620000', '110158.623000', '110158.626000', '110218.505000', '110218.508000', '110218.511000', '110218.514000', '110218.517000', '110218.520000', '110218.523000', '110218.526000', '110218.529000', '110218.531000', '110218.534000', '110218.537000', '110218.540000', '110218.543000', '110218.546000', '110218.549000', '110218.552000', '110218.555000', '110218.557000', '110218.560000', '110218.563000', '110218.566000', '110218.569000', '110218.572000', '110218.575000', '110218.578000', '110218.581000', '110218.584000', '110218.586000', '110218.589000', '110218.592000', '110218.595000', '110218.598000', '110218.601000', '110218.604000', '110218.607000', '110218.609000', '110218.612000', '110218.615000', '110218.618000', '110218.621000', '110218.624000', '110218.627000', '110238.504000', '110238.507000', '110238.510000', '110238.513000', '110238.516000', '110238.519000', '110238.521000', '110238.524000', '110238.527000', '110238.530000', '110238.533000', '110238.536000', '110238.539000', '110238.542000', '110238.545000', '110238.548000', '110238.550000', '110238.553000', '110238.556000', '110238.559000', '110238.562000', '110238.565000', '110238.568000', '110238.571000', '110238.574000', '110238.576000', '110238.579000', '110238.582000', '110238.585000', '110238.588000', '110238.591000', '110238.594000', '110238.597000', '110238.600000', '110238.602000', '110238.605000', '110238.608000', '110238.611000', '110238.614000', '110238.617000', '110238.620000', '110238.622000', '110238.625000', '110238.628000', '110256.275000', '110256.279000', '110256.283000', '110256.287000', '110256.290000', '110256.293000', '110256.297000', '110256.301000', '110256.304000', '110256.307000', '110256.310000', '110256.345000', '110256.348000', '110256.351000', '110256.354000', '110256.357000', '110256.360000', '110256.363000', '110256.366000', '110256.369000', '110256.372000', '110256.375000', '110256.378000', '110256.381000', '110256.384000', '110256.387000', '110256.390000', '110256.393000', '110256.396000', '110256.399000', '110256.402000', '110256.405000', '110256.408000', '110256.411000', '110256.414000', '110256.417000', '110256.420000', '110256.423000', '110256.426000'], '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': [11132, 14265, 10308, 11282, 11847, 10124, 13434, 11915, 11041, 17215, 13200, 16450, 16563, 11753, 17656, 13310, 15975, 18651, 14163, 16040, 18747, 14774, 12084, 11305, 9908, 12343, 10599, 10209, 12840, 9680, 9955, 9507, 9827, 12398, 9345, 12946, 9302, 10052, 10256, 10271, 10912, 9109, 10558, 10652, 9470, 10091, 11460, 10111, 9246, 11340, 10465, 9712, 12392, 9092, 10602, 16816, 12941, 17667, 12743, 14737, 16743, 9506, 13706, 8932, 10338, 17104, 18097, 13041, 16151, 17557, 13508, 11828, 13845, 9793, 13975, 12329, 13907, 18566, 10084, 11858, 9682, 10427, 9270, 10283, 9144, 9609, 12737, 9271, 9615, 13498, 10187, 10436, 15802, 12482, 12937, 9368, 10196, 10933, 9407, 9793, 9144, 9858, 11788, 10684, 10446, 16375, 11357, 15895, 15209, 10980, 11533, 10442, 11453, 10131, 10719, 9024, 10609, 14882, 10443, 11842, 15186, 11634, 12228, 13581, 10377, 13960, 10885, 10313, 10554, 9752, 9741, 11337, 12886, 11473, 11222, 10753, 11055, 15204, 10857, 11211, 15548, 11188, 11447, 14718, 10849, 11594, 11436, 11405, 10190, 10439, 11426, 10200, 10787, 9906, 10252, 10525, 11548, 10203, 11438, 10481, 11354, 10568, 10073, 11156, 11700, 13059, 11370, 12088, 14899, 11835, 12178, 15170, 11380, 15548, 12484, 11157, 16894, 15065, 14083, 17879, 14577, 14721, 11123, 9299, 10396, 10782, 9217, 11167, 12226, 10063, 11127, 12459, 12512, 11232, 11322, 16572, 11695, 10932, 13439, 11099, 10734, 12771, 10471, 10851, 11810, 11275, 10849, 11190, 10574, 12255, 11054, 10465, 12349, 10866, 10643, 11664, 10446, 10964, 11519, 10174, 10319, 8997, 10961, 11966, 10995, 10501, 10079, 10862, 9485, 10807, 10036, 9896, 10378, 11776, 11289, 10807, 11928, 12147, 11063, 11740, 10050, 10967, 12709, 10671, 11048, 14209, 11222, 10573, 14834, 11648, 15766, 11299, 12662, 17610, 13241, 20008, 14682, 19122, 14108, 15575, 10501, 10954, 9835, 11549, 11051, 15464, 10660, 11255, 12612, 15040, 11534, 10327, 10702, 11241, 10782, 11682, 10469, 11350, 9856, 10640, 10352, 11154, 9910, 10769, 11404, 15482, 18658, 13974, 11673, 16980, 12392, 11233, 16904, 13334, 12245, 11685, 11686, 14350, 11832, 10199, 11903, 11758, 12941, 11458, 14537, 13360, 13949, 16178, 10966, 10251, 11441, 11284, 11918, 11238, 11442, 11413, 14094, 11541, 11604, 15340, 11849, 10719, 11513, 11555, 15453, 11812, 13867, 11825, 11739, 14288, 10992, 16486, 12466, 14347, 14149, 17871, 15287, 12790, 14306, 11572, 11911, 11382, 10243, 11807, 9773, 11047, 10263, 11061, 10252, 10370, 11520, 14905, 11241, 14897, 10556, 10410, 10105, 11922, 11676, 11605, 12794, 11193, 11341, 10534, 11850, 16922, 12225, 12058, 11553, 11997, 16317, 12264, 19379, 14947, 19510, 13472, 11514, 11623, 9715, 10491, 11139, 12277, 11420, 11344, 12979, 11181, 11573, 13959, 11985, 10707, 11083, 11262, 12642, 11638, 12096, 11548, 11251, 15946, 11766, 13570, 12824, 11158, 17545, 13926, 12958, 12130, 11491, 14253, 12158, 13178, 11401, 17154, 17890, 13451, 18633, 11327, 10609, 11613, 11383, 11979, 11915, 10724, 11447, 11560, 10990, 11305, 11442, 12715, 11454, 11317, 13777, 11689, 10516, 11727, 11390, 10897, 11736, 14046, 11193, 11111, 11769, 13329, 18674, 14966, 19733, 16696, 12368, 11393, 8981, 10940, 11265, 10728, 11708, 12514, 10834, 11146, 13663, 11298, 11101, 15355, 11352, 10446, 11608, 11377, 14743, 11024, 13941, 10956, 9926, 10961, 9184, 10465, 11269, 12343, 11498, 11095, 13602, 11461, 11162, 11371, 11040, 15436, 12036, 14498, 12508, 10833, 10667, 11169, 11243, 11095, 11257, 15766, 11286, 12219, 14482, 10905, 15586, 11197, 11040, 17370, 12610, 12348, 15333, 11085, 18421, 11208, 10356, 11148, 9723, 10556, 10915, 13757, 11630, 11063, 15941, 11603, 10958, 13914, 11292, 11724, 11194, 10607, 13803, 11448, 13597, 11058, 11989, 10866, 10942, 10557, 11243, 11369, 10855, 10822, 14424, 11028, 10984, 12871, 17718, 13303, 11586, 16340, 11646, 10274, 11875, 11127, 10026, 11222, 10914, 11563, 11373, 9742, 10944, 11458, 13490, 11181, 11800, 13495, 11332, 16357, 12300, 14800, 13836, 10905, 12825, 10833, 10419, 13457, 9873, 10440, 11264, 10040, 10491, 12555, 10354, 11109, 13714, 10956, 11169, 14536, 11005, 10832, 14213, 10773, 16491, 12658, 15459, 10919, 10411, 10446, 10874, 13646, 11197, 13465, 18396, 13166, 11445, 19261, 14329, 10784, 16913, 12607, 10512, 15504, 11046, 11470, 11180, 10772, 13756, 10957, 10876, 13861, 10919, 10742, 11919, 11130, 9758, 10628, 10988, 11321, 11164, 10100, 10090, 11489, 11240, 10789, 11430, 12662, 10247, 10711, 12541, 10934, 14063, 10161, 12693, 10311, 9111, 8654, 10489, 12910, 16696, 10308, 10801, 13298, 10599, 10583, 12917, 10587, 10198, 10756, 9936, 11437, 10714, 10947, 17280, 11911, 14562, 14759, 12576, 18857, 14499, 21784, 15116, 18223, 12047, 10075, 11169, 10346, 10513, 11674, 13727, 13151, 11343, 13897, 11526, 11002, 17210, 11482, 9365, 10789, 11235, 12964, 11434, 11415, 10995, 10959, 10823, 8742, 10443, 11392, 9338, 11445, 12403, 10591, 10455, 13451, 11352, 11395, 11920, 11538, 13611, 16425, 12655, 16137, 11169, 11239, 16216, 19120, 15494, 12563, 18318, 14495, 12107, 15984, 11067, 10358, 11289, 10180, 10296, 11647, 11500, 11404, 9496, 10798, 11634, 12244, 11250, 10375, 13869, 11516, 10592, 10849, 11911, 15469, 11757, 16235, 11601, 13977, 11287, 10074, 10888, 10644, 12915, 11149, 10820, 15109, 11177, 10561, 14139, 10971, 10071, 17217, 11838, 10346, 15262, 10535, 13642, 10925, 10220, 10968, 10609, 15568, 11402, 18289, 12717, 15125, 10946, 10083, 10925, 10381, 15576, 16647, 10600, 17851, 16406, 10464, 14297, 11153, 10305, 12869, 10159, 10427, 10740, 10854, 11025, 11148, 10078, 11045, 10295, 10200, 10932, 10265, 11007, 10845, 14027, 11284, 10914, 12850, 11192, 11425, 14993, 11164, 9985, 10913, 9508, 10789, 11023, 11324, 11467, 11476, 11289, 10913, 11704, 10409, 18636, 12634, 13556, 19551, 15365, 18491, 11944, 9993, 10958, 10925, 11671, 11049, 10078, 11179, 11079, 15887, 14260, 13421, 11365, 11077, 12077, 11465, 13178, 11868, 17746, 13627, 18452, 11925, 9901, 11230, 10203, 11069, 10875, 14471, 11150, 10287, 12946, 10542, 11438, 12433, 10127, 16443, 11723, 12099, 13211, 11338, 19276, 15393, 19889, 14504, 13370, 10854, 10675, 11244, 10217, 11392, 10428, 13902, 10607, 10925, 11797, 10248, 9904, 9841, 11334, 9676, 11226, 12053, 10885, 12295, 11445, 10551, 11271, 10912, 16684, 11807, 10720, 17015, 11145, 10263, 17010, 10961, 9804, 10701, 10601, 10508, 10807, 9946, 10768, 11010, 13263, 11368, 12706, 11069, 10927, 11202, 9889, 10918, 10707, 11578, 18846, 11120, 10689, 11326, 11094, 10296, 12368, 11096, 10096, 10991, 10494, 10962, 10872, 9991, 13033, 10433, 11955, 11289, 10237, 18968, 13784, 13935, 11758, 10163, 18867, 12463, 12157, 11692, 10979, 18983, 13323, 16898, 10898, 10102, 10433, 10878, 10230, 11253, 10292, 10541, 10982, 11369, 10648, 10929, 11778, 10741, 10457, 12611, 11418, 10414, 11102, 10391, 11215, 10834, 16753, 11974, 14482, 11168, 10233, 18555, 13211, 16026, 19300, 15486, 11974, 15181, 10746, 13573, 13809, 16086, 16407, 10418, 15879, 10546, 11399, 10932, 10082, 11231, 10355, 12864, 11005, 10735, 12506, 10721, 10743, 12531, 10082, 13863, 10423, 10197, 12777, 10802, 15612, 11644, 12060, 10967, 9904, 10600, 10981, 11013, 11393, 10599, 13478, 11163, 10157, 13407, 11273, 10671, 17473, 12930, 12457, 11157, 10745, 11128, 11642, 10256, 10890, 11273, 11880, 11075, 10293, 10518, 11124, 10633, 11339, 10976, 14286, 11162, 9976, 11276, 10972, 11680, 11381, 10702, 13329, 11306, 10293, 14218, 11086, 9889, 11070, 11171, 11197, 11193, 9904, 10353, 10958, 10599, 10979, 10307, 10584, 10732, 12339, 11135, 11006, 15323, 11362, 13110, 11108, 10411, 14788, 11356, 10424, 16263, 10874, 13075, 11359, 10735, 14646, 10958, 10208, 11204, 10116, 10300, 11198, 13739, 11049, 11026, 11247, 10600, 15609, 11193, 10319, 16908, 10690, 12956, 11342, 13402, 18953, 13347, 13789, 10954, 10387, 15576, 10550, 11027, 11062, 10310, 14725, 10689, 10597, 10909, 10616, 11124, 10444, 13187, 10150, 10766, 11237, 10445, 13703, 11372, 10550, 11392, 10367, 11801, 11315, 11276, 11009, 10055, 10549, 10850, 13238, 11136, 9839, 10646, 10734, 13886, 11317, 10386, 15458, 10400, 13942, 11181, 9992, 11021, 10690, 13948, 11278, 10188, 17949, 10937, 10112, 13275, 10563, 12428, 10916, 10604, 19122, 13658, 10561, 10581, 10733, 11289, 11078, 10228, 10409, 11063, 11501, 11120, 10242, 13266, 10671, 10312, 10958, 11046, 11834, 11245, 9690, 11045, 10721, 13964, 11349, 10727, 16785, 13063, 18925, 11107, 10180, 15886, 11150, 11509, 14068, 10223, 14911, 10988, 10574, 15987, 10936, 10230, 10749, 10537, 11929, 10921, 10417, 10972, 10075, 10686, 11504, 12914, 11253, 10806, 11103, 10040, 17560, 11166, 10137, 18221, 13361, 15753, 17117, 17279, 19142, 14171, 11757, 10624, 10527, 11278, 10409, 13700, 10844, 10240, 11287, 10621, 14721, 11193, 16210, 10918, 10542, 11201, 9767, 9858, 10316, 11285, 9827, 11308, 9967, 14573, 11169, 11447, 20930, 18984, 19742, 19392, 14547, 11554, 11056, 10233, 10685, 10386, 11150, 11211, 10250, 13113, 10551, 10463, 13935, 9627, 10928, 10647, 9730, 10615, 10258, 10401, 10653, 10106, 11219, 9765, 11588, 10581, 10726, 10960, 10135, 10896, 10632, 11692, 12082, 10409, 11504, 10855, 13177, 11059, 15857, 10182, 10730, 10666, 9974, 13267, 11161, 9971, 11934, 10975, 10277, 10430, 10690, 11706, 10916, 10032, 14120, 10713, 10454, 15123, 10041, 17052, 13581, 13606, 17061, 10778, 17747, 10624, 12147, 11003, 10761, 11135, 10899, 11445, 10573, 18003, 13183, 18956, 14289, 18132, 11876, 11071, 10941, 10199, 11214, 10326, 13358, 11093, 10119, 10412, 10774, 11577, 11351, 10669, 10950, 10828, 11061, 10056, 11112, 10433, 16890, 11788, 16454, 17148, 16060, 21439, 14215, 16708, 11028, 10714, 11618, 10445, 11148, 10666, 11890, 10925, 13280, 10143, 15482, 10460, 9987, 10903, 10574, 11334, 10179, 10521, 10684, 13016, 10985, 12334, 10709, 10344, 11031, 10094, 11213, 10624, 10928, 10998, 13065, 10657, 10929, 11498, 12810, 11905, 14205, 11457, 10938, 18462, 14066, 11163, 18881, 13447, 10663, 15323, 11336, 10569, 11274, 11290, 10467, 11297, 11054, 10763, 11301, 10031, 11060, 11058, 12245, 11410, 10352, 10885, 11273, 13037, 11605, 11483, 16123, 11284, 10454, 11635, 11190, 12967, 11578, 11135, 14956, 11529, 10746, 10882, 11142, 11768, 11132, 11163, 10218, 11517, 10838, 10469, 11359, 11505, 11723, 10594, 10933, 11417, 13674, 11714, 11511, 10977, 11213, 14360, 11611, 10686, 11515, 11349, 14448, 11386, 10913, 15092, 11263, 18471, 13131, 11587, 18111, 11390, 12938, 14506, 11262, 18236, 12440, 11038, 19035, 14082, 16214, 11485, 10626, 10897, 11726, 10728, 11873, 11748, 15847, 15338, 11154, 15780, 11780, 9990, 10946, 11953, 11881, 11207, 11213, 10816, 11727, 10777, 10888, 11411, 10374, 11351, 11372, 13693, 11863, 10310, 11065, 11236, 14468, 11650, 11240, 18357, 13571, 12237, 11714, 10666, 14497, 11495, 11060, 17846, 11086, 10405, 11153, 11569, 10923, 11582, 11037, 12217, 11432, 10843, 14560, 11749, 10328, 11368, 11031, 12547, 11470, 11034, 14453, 11773, 10915, 17636, 12409, 18331, 12394, 11104, 11402, 10119, 11238, 11099, 11739, 11384, 10787, 14702, 15927, 11099, 10791, 15125, 12152, 11040, 11160, 11405, 14542, 11861, 10458, 10873, 10395, 10826, 10785, 12821, 14744, 9974, 15531, 19880, 16408, 14684, 20000, 14130, 19434, 12727, 12985, 10882, 9862, 10571, 10292, 10604, 10704, 9736, 11914, 10122, 10665, 13966, 11744, 13439, 18271, 12363, 11153, 10746, 10373, 10284, 10790, 12492, 11212, 10863, 15418, 10761, 12835, 10698, 10667, 9937, 10464, 10647, 10776, 10241, 10574, 10161, 10645, 10732, 9835, 11493, 11923, 10069, 13144, 11085, 12249, 18361, 12747, 10896, 9773, 10119, 10673, 10312, 10543, 10906, 11433, 11000, 10270, 14736, 10990, 10230, 10278, 10621, 11144, 12907, 10625, 11828, 12184, 10724, 12604, 10861, 10516, 12048, 10593, 15175, 10696, 10163, 10642, 10133, 10012, 10213, 10988, 10611, 10492, 12470, 12051, 10406, 16204, 12310, 10330, 12454, 10386, 10537, 9719, 10067, 11317, 10602, 10726, 10361, 10377, 9890, 10561, 16256, 10345, 11657, 15077, 10425, 16071, 12095, 14340, 9193, 9696, 8785, 9761, 10712, 9737, 10101, 13561, 9877, 10824, 12316, 9953, 10582, 10774, 9676, 12973, 9849, 9839, 9296, 10024, 11007, 10220, 10681, 9379, 10547, 14621, 10401, 9920, 17957, 13329, 13044, 11674, 9879, 10093, 9130, 10287, 13343, 9856, 10823, 10575, 10012, 14538, 10465, 10027, 18065, 13239, 12879, 9513, 10292, 12261, 10039, 10264, 10815, 9931, 12091, 9485, 9608, 13485, 9854, 16434, 10405, 9948, 9465, 9146, 9227, 10006, 12838, 15529, 10194, 11360, 18319, 11514, 12236, 12023, 9691, 16726, 9872, 9972, 9039, 9449, 8819, 9184, 9687, 10176, 13617, 9966, 12113, 9806, 11012, 18011, 13320, 12455, 15676, 14135, 19550, 14965, 17786, 9826, 10148, 9782, 10358, 9978, 9782, 12216, 9670, 10587, 12243, 9919, 11433, 9350, 10774, 9252, 11202, 9137, 13603, 9384, 10220, 9121, 10303, 13489, 9949, 11099, 16258, 9775, 10636, 9984, 10032, 10006, 10100, 12663, 10200, 13950, 10457, 14881, 10470, 17205, 15884, 13864, 19975, 14713, 13248, 14509, 10354, 15806, 10246, 10151, 9978, 9965, 10131, 10047, 10339, 10037, 10048, 9590, 12059, 9633, 13765, 9171, 11003, 9088, 9773, 12833], 'WindowCenter': [4729.0, 4739.0, 4688.0, 4694.0, 4694.0, 4675.0, 4702.0, 4683.0, 4678.0, 4731.0, 4689.0, 4719.0, 4716.0, 4666.0, 4715.0, 4673.0, 4705.0, 4713.0, 4673.0, 4690.0, 4710.0, 4669.0, 4651.0, 4629.0, 4621.0, 4649.0, 4629.0, 4631.0, 4649.0, 4621.0, 4619.0, 4619.0, 4633.0, 4661.0, 4622.0, 4676.0, 4626.0, 4634.0, 4646.0, 4646.0, 4656.0, 4637.0, 4670.0, 4665.0, 4646.0, 4658.0, 4677.0, 4657.0, 4648.0, 4678.0, 4669.0, 4658.0, 4688.0, 4638.0, 4668.0, 4725.0, 4688.0, 4727.0, 4686.0, 4696.0, 4715.0, 4635.0, 4684.0, 4624.0, 4644.0, 4715.0, 4711.0, 4672.0, 4702.0, 4700.0, 4669.0, 4649.0, 4657.0, 4619.0, 4668.0, 4648.0, 4668.0, 4708.0, 4630.0, 4650.0, 4621.0, 4631.0, 4622.0, 4631.0, 4622.0, 4634.0, 4674.0, 4623.0, 4633.0, 4672.0, 4632.0, 4642.0, 4691.0, 4661.0, 4660.0, 4610.0, 4630.0, 4630.0, 4621.0, 4632.0, 4623.0, 4644.0, 4672.0, 4654.0, 4655.0, 4703.0, 4654.0, 4702.0, 4681.0, 4641.0, 4641.0, 4630.0, 4642.0, 4634.0, 4644.0, 4613.0, 4644.0, 4694.0, 4644.0, 4664.0, 4692.0, 4654.0, 4662.0, 4670.0, 4633.0, 4671.0, 4642.0, 4632.0, 4642.0, 4624.0, 4633.0, 4655.0, 4675.0, 4655.0, 4655.0, 4653.0, 4654.0, 4692.0, 4643.0, 4652.0, 4691.0, 4640.0, 4652.0, 4680.0, 4641.0, 4651.0, 4649.0, 4650.0, 4631.0, 4641.0, 4653.0, 4644.0, 4654.0, 4646.0, 4647.0, 4659.0, 4668.0, 4660.0, 4681.0, 4661.0, 4670.0, 4672.0, 4661.0, 4681.0, 4691.0, 4701.0, 4679.0, 4690.0, 4709.0, 4680.0, 4680.0, 4708.0, 4678.0, 4718.0, 4677.0, 4667.0, 4716.0, 4695.0, 4685.0, 4715.0, 4696.0, 4695.0, 4656.0, 4626.0, 4648.0, 4658.0, 4638.0, 4670.0, 4690.0, 4650.0, 4681.0, 4690.0, 4690.0, 4670.0, 4670.0, 4717.0, 4667.0, 4657.0, 4696.0, 4667.0, 4668.0, 4685.0, 4658.0, 4668.0, 4676.0, 4667.0, 4656.0, 4665.0, 4656.0, 4676.0, 4666.0, 4657.0, 4676.0, 4656.0, 4657.0, 4665.0, 4656.0, 4666.0, 4662.0, 4656.0, 4657.0, 4637.0, 4668.0, 4677.0, 4669.0, 4658.0, 4659.0, 4670.0, 4650.0, 4671.0, 4661.0, 4659.0, 4672.0, 4692.0, 4681.0, 4683.0, 4693.0, 4702.0, 4682.0, 4692.0, 4672.0, 4682.0, 4701.0, 4671.0, 4682.0, 4711.0, 4681.0, 4672.0, 4710.0, 4679.0, 4730.0, 4680.0, 4700.0, 4738.0, 4686.0, 4746.0, 4708.0, 4737.0, 4696.0, 4706.0, 4658.0, 4668.0, 4648.0, 4679.0, 4668.0, 4716.0, 4658.0, 4668.0, 4675.0, 4706.0, 4666.0, 4646.0, 4656.0, 4667.0, 4667.0, 4678.0, 4667.0, 4678.0, 4671.0, 4694.0, 4682.0, 4694.0, 4675.0, 4684.0, 4694.0, 4732.0, 4743.0, 4699.0, 4668.0, 4726.0, 4688.0, 4669.0, 4725.0, 4687.0, 4676.0, 4666.0, 4676.0, 4695.0, 4675.0, 4657.0, 4676.0, 4677.0, 4699.0, 4678.0, 4708.0, 4698.0, 4697.0, 4717.0, 4657.0, 4647.0, 4676.0, 4667.0, 4689.0, 4680.0, 4679.0, 4679.0, 4710.0, 4680.0, 4679.0, 4718.0, 4678.0, 4668.0, 4677.0, 4678.0, 4717.0, 4678.0, 4697.0, 4677.0, 4678.0, 4706.0, 4668.0, 4727.0, 4677.0, 4708.0, 4696.0, 4725.0, 4694.0, 4674.0, 4684.0, 4654.0, 4651.0, 4664.0, 4643.0, 4664.0, 4646.0, 4669.0, 4659.0, 4681.0, 4671.0, 4661.0, 4681.0, 4721.0, 4670.0, 4710.0, 4660.0, 4659.0, 4659.0, 4678.0, 4669.0, 4679.0, 4690.0, 4681.0, 4681.0, 4660.0, 4680.0, 4730.0, 4689.0, 4679.0, 4668.0, 4679.0, 4718.0, 4678.0, 4737.0, 4708.0, 4749.0, 4699.0, 4668.0, 4669.0, 4637.0, 4657.0, 4670.0, 4679.0, 4680.0, 4680.0, 4701.0, 4681.0, 4681.0, 4710.0, 4679.0, 4660.0, 4669.0, 4668.0, 4687.0, 4669.0, 4678.0, 4668.0, 4670.0, 4718.0, 4680.0, 4689.0, 4687.0, 4657.0, 4716.0, 4685.0, 4665.0, 4664.0, 4653.0, 4684.0, 4665.0, 4674.0, 4654.0, 4715.0, 4714.0, 4675.0, 4713.0, 4643.0, 4633.0, 4654.0, 4656.0, 4663.0, 4667.0, 4658.0, 4667.0, 4668.0, 4657.0, 4657.0, 4666.0, 4675.0, 4666.0, 4655.0, 4685.0, 4667.0, 4657.0, 4676.0, 4678.0, 4669.0, 4679.0, 4699.0, 4680.0, 4668.0, 4679.0, 4688.0, 4736.0, 4697.0, 4727.0, 4706.0, 4663.0, 4654.0, 4614.0, 4656.0, 4659.0, 4658.0, 4680.0, 4679.0, 4669.0, 4669.0, 4686.0, 4668.0, 4668.0, 4694.0, 4657.0, 4645.0, 4667.0, 4678.0, 4707.0, 4658.0, 4697.0, 4658.0, 4647.0, 4668.0, 4649.0, 4658.0, 4670.0, 4690.0, 4683.0, 4682.0, 4702.0, 4683.0, 4682.0, 4681.0, 4682.0, 4722.0, 4681.0, 4708.0, 4680.0, 4660.0, 4658.0, 4670.0, 4670.0, 4670.0, 4682.0, 4719.0, 4680.0, 4690.0, 4709.0, 4671.0, 4718.0, 4669.0, 4666.0, 4729.0, 4688.0, 4677.0, 4705.0, 4656.0, 4725.0, 4656.0, 4645.0, 4657.0, 4638.0, 4659.0, 4669.0, 4698.0, 4669.0, 4670.0, 4717.0, 4669.0, 4660.0, 4687.0, 4657.0, 4665.0, 4657.0, 4657.0, 4686.0, 4666.0, 4687.0, 4657.0, 4667.0, 4656.0, 4657.0, 4658.0, 4667.0, 4667.0, 4659.0, 4669.0, 4699.0, 4658.0, 4668.0, 4689.0, 4726.0, 4687.0, 4667.0, 4706.0, 4666.0, 4646.0, 4664.0, 4655.0, 4646.0, 4655.0, 4668.0, 4666.0, 4679.0, 4650.0, 4669.0, 4680.0, 4700.0, 4671.0, 4680.0, 4701.0, 4670.0, 4719.0, 4678.0, 4699.0, 4688.0, 4658.0, 4676.0, 4658.0, 4659.0, 4686.0, 4637.0, 4658.0, 4669.0, 4651.0, 4671.0, 4691.0, 4670.0, 4681.0, 4709.0, 4672.0, 4683.0, 4711.0, 4683.0, 4682.0, 4711.0, 4671.0, 4720.0, 4691.0, 4711.0, 4661.0, 4649.0, 4648.0, 4660.0, 4688.0, 4671.0, 4691.0, 4729.0, 4688.0, 4669.0, 4739.0, 4698.0, 4659.0, 4716.0, 4677.0, 4647.0, 4695.0, 4655.0, 4656.0, 4655.0, 4655.0, 4685.0, 4644.0, 4644.0, 4673.0, 4644.0, 4643.0, 4652.0, 4653.0, 4634.0, 4644.0, 4656.0, 4655.0, 4668.0, 4658.0, 4649.0, 4669.0, 4668.0, 4668.0, 4680.0, 4699.0, 4659.0, 4660.0, 4690.0, 4670.0, 4699.0, 4659.0, 4689.0, 4651.0, 4642.0, 4633.0, 4673.0, 4704.0, 4731.0, 4663.0, 4684.0, 4711.0, 4673.0, 4683.0, 4703.0, 4685.0, 4685.0, 4685.0, 4674.0, 4695.0, 4685.0, 4687.0, 4745.0, 4694.0, 4713.0, 4712.0, 4692.0, 4741.0, 4701.0, 4750.0, 4698.0, 4717.0, 4667.0, 4636.0, 4655.0, 4635.0, 4646.0, 4667.0, 4688.0, 4676.0, 4658.0, 4687.0, 4656.0, 4657.0, 4715.0, 4654.0, 4626.0, 4646.0, 4656.0, 4674.0, 4657.0, 4657.0, 4658.0, 4658.0, 4658.0, 4630.0, 4660.0, 4670.0, 4639.0, 4683.0, 4692.0, 4674.0, 4674.0, 4713.0, 4684.0, 4694.0, 4694.0, 4684.0, 4713.0, 4733.0, 4693.0, 4721.0, 4670.0, 4670.0, 4721.0, 4740.0, 4707.0, 4678.0, 4728.0, 4686.0, 4667.0, 4705.0, 4655.0, 4634.0, 4655.0, 4645.0, 4646.0, 4667.0, 4667.0, 4670.0, 4650.0, 4670.0, 4681.0, 4691.0, 4672.0, 4661.0, 4698.0, 4681.0, 4660.0, 4669.0, 4680.0, 4708.0, 4681.0, 4720.0, 4670.0, 4699.0, 4670.0, 4649.0, 4670.0, 4661.0, 4690.0, 4671.0, 4671.0, 4709.0, 4671.0, 4671.0, 4700.0, 4661.0, 4651.0, 4727.0, 4679.0, 4649.0, 4707.0, 4659.0, 4687.0, 4658.0, 4648.0, 4656.0, 4659.0, 4708.0, 4668.0, 4730.0, 4680.0, 4697.0, 4659.0, 4647.0, 4656.0, 4649.0, 4707.0, 4707.0, 4647.0, 4716.0, 4706.0, 4646.0, 4684.0, 4644.0, 4636.0, 4663.0, 4644.0, 4644.0, 4656.0, 4658.0, 4656.0, 4656.0, 4647.0, 4658.0, 4648.0, 4649.0, 4670.0, 4659.0, 4670.0, 4671.0, 4709.0, 4672.0, 4671.0, 4690.0, 4670.0, 4682.0, 4710.0, 4671.0, 4661.0, 4671.0, 4662.0, 4669.0, 4669.0, 4681.0, 4694.0, 4694.0, 4695.0, 4686.0, 4696.0, 4686.0, 4753.0, 4691.0, 4702.0, 4753.0, 4711.0, 4739.0, 4669.0, 4649.0, 4660.0, 4660.0, 4669.0, 4670.0, 4649.0, 4670.0, 4670.0, 4710.0, 4699.0, 4689.0, 4659.0, 4668.0, 4667.0, 4668.0, 4687.0, 4668.0, 4727.0, 4689.0, 4730.0, 4671.0, 4650.0, 4672.0, 4661.0, 4671.0, 4673.0, 4710.0, 4671.0, 4662.0, 4692.0, 4662.0, 4671.0, 4678.0, 4649.0, 4707.0, 4667.0, 4666.0, 4675.0, 4658.0, 4727.0, 4685.0, 4725.0, 4675.0, 4662.0, 4633.0, 4633.0, 4644.0, 4635.0, 4653.0, 4635.0, 4675.0, 4635.0, 4644.0, 4655.0, 4634.0, 4621.0, 4622.0, 4656.0, 4638.0, 4658.0, 4669.0, 4660.0, 4681.0, 4659.0, 4647.0, 4658.0, 4660.0, 4708.0, 4655.0, 4648.0, 4705.0, 4647.0, 4636.0, 4704.0, 4647.0, 4625.0, 4634.0, 4646.0, 4636.0, 4646.0, 4636.0, 4657.0, 4658.0, 4688.0, 4669.0, 4678.0, 4659.0, 4659.0, 4659.0, 4651.0, 4661.0, 4662.0, 4671.0, 4730.0, 4659.0, 4649.0, 4657.0, 4659.0, 4650.0, 4678.0, 4658.0, 4650.0, 4659.0, 4659.0, 4657.0, 4658.0, 4649.0, 4689.0, 4660.0, 4670.0, 4660.0, 4650.0, 4729.0, 4689.0, 4687.0, 4668.0, 4637.0, 4727.0, 4667.0, 4665.0, 4655.0, 4646.0, 4726.0, 4676.0, 4707.0, 4647.0, 4637.0, 4648.0, 4649.0, 4648.0, 4660.0, 4650.0, 4660.0, 4672.0, 4681.0, 4661.0, 4674.0, 4681.0, 4671.0, 4672.0, 4691.0, 4682.0, 4660.0, 4681.0, 4673.0, 4684.0, 4675.0, 4734.0, 4685.0, 4712.0, 4672.0, 4661.0, 4730.0, 4690.0, 4709.0, 4730.0, 4698.0, 4656.0, 4696.0, 4660.0, 4688.0, 4677.0, 4695.0, 4695.0, 4637.0, 4706.0, 4647.0, 4656.0, 4657.0, 4647.0, 4669.0, 4662.0, 4690.0, 4672.0, 4673.0, 4691.0, 4662.0, 4661.0, 4678.0, 4650.0, 4689.0, 4648.0, 4649.0, 4679.0, 4659.0, 4709.0, 4660.0, 4669.0, 4658.0, 4639.0, 4649.0, 4658.0, 4659.0, 4669.0, 4649.0, 4688.0, 4660.0, 4649.0, 4688.0, 4659.0, 4649.0, 4716.0, 4678.0, 4667.0, 4647.0, 4647.0, 4657.0, 4658.0, 4649.0, 4658.0, 4659.0, 4670.0, 4660.0, 4649.0, 4649.0, 4660.0, 4649.0, 4660.0, 4660.0, 4700.0, 4672.0, 4652.0, 4671.0, 4672.0, 4681.0, 4670.0, 4662.0, 4701.0, 4672.0, 4663.0, 4701.0, 4672.0, 4651.0, 4661.0, 4672.0, 4670.0, 4670.0, 4652.0, 4661.0, 4672.0, 4671.0, 4684.0, 4665.0, 4674.0, 4685.0, 4705.0, 4685.0, 4676.0, 4724.0, 4683.0, 4703.0, 4672.0, 4674.0, 4712.0, 4672.0, 4662.0, 4721.0, 4662.0, 4692.0, 4671.0, 4672.0, 4712.0, 4672.0, 4661.0, 4672.0, 4662.0, 4662.0, 4682.0, 4703.0, 4684.0, 4674.0, 4672.0, 4674.0, 4720.0, 4673.0, 4662.0, 4730.0, 4662.0, 4691.0, 4671.0, 4698.0, 4740.0, 4691.0, 4698.0, 4658.0, 4649.0, 4709.0, 4650.0, 4660.0, 4668.0, 4650.0, 4699.0, 4660.0, 4659.0, 4659.0, 4659.0, 4659.0, 4658.0, 4690.0, 4651.0, 4659.0, 4669.0, 4660.0, 4697.0, 4670.0, 4659.0, 4671.0, 4662.0, 4679.0, 4671.0, 4669.0, 4671.0, 4650.0, 4661.0, 4670.0, 4690.0, 4671.0, 4650.0, 4661.0, 4670.0, 4700.0, 4670.0, 4650.0, 4710.0, 4661.0, 4699.0, 4669.0, 4651.0, 4660.0, 4661.0, 4700.0, 4671.0, 4650.0, 4728.0, 4660.0, 4649.0, 4689.0, 4660.0, 4677.0, 4658.0, 4648.0, 4738.0, 4689.0, 4647.0, 4648.0, 4658.0, 4656.0, 4658.0, 4648.0, 4659.0, 4669.0, 4670.0, 4660.0, 4650.0, 4688.0, 4660.0, 4648.0, 4659.0, 4670.0, 4669.0, 4670.0, 4651.0, 4672.0, 4671.0, 4699.0, 4670.0, 4662.0, 4719.0, 4690.0, 4738.0, 4660.0, 4650.0, 4706.0, 4659.0, 4667.0, 4688.0, 4648.0, 4697.0, 4648.0, 4649.0, 4707.0, 4658.0, 4648.0, 4656.0, 4658.0, 4667.0, 4658.0, 4659.0, 4659.0, 4651.0, 4660.0, 4682.0, 4692.0, 4673.0, 4671.0, 4673.0, 4662.0, 4730.0, 4661.0, 4651.0, 4728.0, 4689.0, 4708.0, 4718.0, 4719.0, 4728.0, 4688.0, 4657.0, 4647.0, 4645.0, 4658.0, 4658.0, 4687.0, 4660.0, 4650.0, 4660.0, 4660.0, 4698.0, 4659.0, 4707.0, 4647.0, 4647.0, 4658.0, 4638.0, 4635.0, 4649.0, 4671.0, 4651.0, 4673.0, 4663.0, 4710.0, 4671.0, 4669.0, 4750.0, 4728.0, 4726.0, 4724.0, 4675.0, 4645.0, 4646.0, 4635.0, 4634.0, 4637.0, 4645.0, 4646.0, 4637.0, 4677.0, 4647.0, 4646.0, 4685.0, 4626.0, 4645.0, 4635.0, 4624.0, 4635.0, 4636.0, 4636.0, 4636.0, 4637.0, 4645.0, 4638.0, 4656.0, 4648.0, 4647.0, 4645.0, 4635.0, 4646.0, 4648.0, 4658.0, 4667.0, 4646.0, 4657.0, 4648.0, 4678.0, 4648.0, 4698.0, 4640.0, 4649.0, 4651.0, 4652.0, 4679.0, 4661.0, 4652.0, 4671.0, 4672.0, 4662.0, 4662.0, 4662.0, 4682.0, 4660.0, 4652.0, 4699.0, 4660.0, 4661.0, 4710.0, 4651.0, 4720.0, 4689.0, 4689.0, 4718.0, 4649.0, 4716.0, 4648.0, 4667.0, 4647.0, 4647.0, 4656.0, 4647.0, 4658.0, 4648.0, 4725.0, 4679.0, 4727.0, 4688.0, 4728.0, 4668.0, 4657.0, 4659.0, 4649.0, 4659.0, 4661.0, 4691.0, 4672.0, 4662.0, 4663.0, 4673.0, 4681.0, 4683.0, 4661.0, 4672.0, 4662.0, 4671.0, 4651.0, 4661.0, 4662.0, 4720.0, 4672.0, 4721.0, 4719.0, 4708.0, 4737.0, 4675.0, 4692.0, 4622.0, 4622.0, 4632.0, 4631.0, 4631.0, 4632.0, 4644.0, 4633.0, 4664.0, 4624.0, 4683.0, 4634.0, 4624.0, 4645.0, 4635.0, 4657.0, 4648.0, 4648.0, 4650.0, 4678.0, 4660.0, 4680.0, 4651.0, 4648.0, 4660.0, 4650.0, 4670.0, 4662.0, 4661.0, 4674.0, 4693.0, 4674.0, 4672.0, 4673.0, 4681.0, 4682.0, 4702.0, 4672.0, 4661.0, 4731.0, 4689.0, 4661.0, 4728.0, 4679.0, 4649.0, 4696.0, 4657.0, 4647.0, 4646.0, 4656.0, 4636.0, 4656.0, 4657.0, 4658.0, 4659.0, 4649.0, 4659.0, 4671.0, 4679.0, 4671.0, 4659.0, 4661.0, 4671.0, 4690.0, 4671.0, 4672.0, 4709.0, 4661.0, 4650.0, 4669.0, 4670.0, 4689.0, 4671.0, 4671.0, 4710.0, 4672.0, 4660.0, 4660.0, 4671.0, 4681.0, 4671.0, 4672.0, 4662.0, 4683.0, 4672.0, 4673.0, 4684.0, 4685.0, 4696.0, 4675.0, 4686.0, 4696.0, 4715.0, 4696.0, 4687.0, 4675.0, 4687.0, 4716.0, 4685.0, 4675.0, 4685.0, 4685.0, 4714.0, 4686.0, 4685.0, 4725.0, 4684.0, 4753.0, 4705.0, 4685.0, 4743.0, 4682.0, 4692.0, 4702.0, 4673.0, 4740.0, 4681.0, 4661.0, 4739.0, 4690.0, 4709.0, 4660.0, 4650.0, 4659.0, 4669.0, 4659.0, 4670.0, 4680.0, 4720.0, 4711.0, 4671.0, 4709.0, 4670.0, 4639.0, 4657.0, 4668.0, 4668.0, 4659.0, 4671.0, 4660.0, 4671.0, 4670.0, 4660.0, 4669.0, 4661.0, 4670.0, 4682.0, 4701.0, 4682.0, 4664.0, 4672.0, 4673.0, 4701.0, 4671.0, 4672.0, 4730.0, 4690.0, 4669.0, 4668.0, 4660.0, 4699.0, 4670.0, 4672.0, 4728.0, 4659.0, 4649.0, 4658.0, 4670.0, 4669.0, 4670.0, 4671.0, 4679.0, 4681.0, 4671.0, 4710.0, 4681.0, 4661.0, 4670.0, 4659.0, 4680.0, 4669.0, 4660.0, 4709.0, 4670.0, 4660.0, 4728.0, 4679.0, 4728.0, 4679.0, 4658.0, 4659.0, 4649.0, 4660.0, 4672.0, 4671.0, 4672.0, 4674.0, 4713.0, 4720.0, 4670.0, 4670.0, 4708.0, 4679.0, 4658.0, 4655.0, 4656.0, 4686.0, 4667.0, 4648.0, 4660.0, 4651.0, 4659.0, 4661.0, 4690.0, 4699.0, 4639.0, 4709.0, 4727.0, 4705.0, 4685.0, 4723.0, 4673.0, 4713.0, 4651.0, 4652.0, 4631.0, 4623.0, 4632.0, 4633.0, 4633.0, 4634.0, 4625.0, 4653.0, 4633.0, 4634.0, 4672.0, 4653.0, 4673.0, 4702.0, 4653.0, 4643.0, 4633.0, 4632.0, 4633.0, 4643.0, 4663.0, 4642.0, 4644.0, 4693.0, 4645.0, 4663.0, 4632.0, 4633.0, 4623.0, 4635.0, 4634.0, 4646.0, 4647.0, 4646.0, 4648.0, 4647.0, 4647.0, 4636.0, 4656.0, 4656.0, 4637.0, 4675.0, 4655.0, 4666.0, 4716.0, 4666.0, 4645.0, 4636.0, 4635.0, 4646.0, 4647.0, 4658.0, 4670.0, 4670.0, 4660.0, 4650.0, 4698.0, 4658.0, 4647.0, 4636.0, 4647.0, 4657.0, 4665.0, 4646.0, 4667.0, 4667.0, 4657.0, 4675.0, 4656.0, 4657.0, 4666.0, 4648.0, 4697.0, 4647.0, 4648.0, 4660.0, 4650.0, 4650.0, 4661.0, 4672.0, 4661.0, 4661.0, 4679.0, 4668.0, 4660.0, 4719.0, 4679.0, 4649.0, 4668.0, 4647.0, 4647.0, 4638.0, 4650.0, 4669.0, 4672.0, 4672.0, 4672.0, 4662.0, 4664.0, 4673.0, 4720.0, 4661.0, 4672.0, 4711.0, 4661.0, 4712.0, 4670.0, 4699.0, 4629.0, 4642.0, 4619.0, 4650.0, 4659.0, 4650.0, 4662.0, 4691.0, 4663.0, 4673.0, 4681.0, 4653.0, 4662.0, 4671.0, 4651.0, 4691.0, 4651.0, 4653.0, 4641.0, 4653.0, 4662.0, 4663.0, 4673.0, 4653.0, 4674.0, 4714.0, 4664.0, 4662.0, 4731.0, 4691.0, 4690.0, 4669.0, 4650.0, 4649.0, 4640.0, 4660.0, 4689.0, 4652.0, 4671.0, 4661.0, 4654.0, 4711.0, 4660.0, 4650.0, 4718.0, 4679.0, 4678.0, 4639.0, 4650.0, 4678.0, 4650.0, 4659.0, 4659.0, 4651.0, 4680.0, 4651.0, 4652.0, 4690.0, 4650.0, 4720.0, 4662.0, 4650.0, 4651.0, 4640.0, 4651.0, 4663.0, 4693.0, 4721.0, 4661.0, 4671.0, 4729.0, 4668.0, 4669.0, 4668.0, 4639.0, 4718.0, 4638.0, 4637.0, 4627.0, 4637.0, 4629.0, 4641.0, 4654.0, 4663.0, 4699.0, 4652.0, 4680.0, 4651.0, 4661.0, 4729.0, 4689.0, 4678.0, 4708.0, 4699.0, 4739.0, 4686.0, 4715.0, 4635.0, 4634.0, 4636.0, 4645.0, 4636.0, 4647.0, 4678.0, 4638.0, 4660.0, 4668.0, 4648.0, 4668.0, 4638.0, 4658.0, 4638.0, 4659.0, 4639.0, 4699.0, 4640.0, 4649.0, 4640.0, 4661.0, 4688.0, 4650.0, 4671.0, 4708.0, 4640.0, 4648.0, 4639.0, 4637.0, 4638.0, 4649.0, 4678.0, 4649.0, 4687.0, 4658.0, 4697.0, 4648.0, 4719.0, 4705.0, 4677.0, 4724.0, 4684.0, 4663.0, 4672.0, 4623.0, 4682.0, 4622.0, 4621.0, 4622.0, 4624.0, 4646.0, 4637.0, 4647.0, 4647.0, 4635.0, 4649.0, 4678.0, 4650.0, 4700.0, 4653.0, 4662.0, 4632.0, 4653.0, 4681.0], 'WindowWidth': [10357.0, 10354.0, 10277.0, 10279.0, 10276.0, 10247.0, 10282.0, 10254.0, 10246.0, 10324.0, 10258.0, 10300.0, 10289.0, 10220.0, 10291.0, 10227.0, 10273.0, 10284.0, 10225.0, 10246.0, 10270.0, 10211.0, 10191.0, 10159.0, 10149.0, 10186.0, 10157.0, 10162.0, 10186.0, 10151.0, 10148.0, 10147.0, 10170.0, 10206.0, 10155.0, 10236.0, 10167.0, 10175.0, 10196.0, 10198.0, 10209.0, 10187.0, 10237.0, 10223.0, 10197.0, 10216.0, 10243.0, 10215.0, 10205.0, 10245.0, 10234.0, 10218.0, 10257.0, 10191.0, 10230.0, 10308.0, 10257.0, 10310.0, 10251.0, 10266.0, 10289.0, 10179.0, 10245.0, 10161.0, 10190.0, 10294.0, 10281.0, 10222.0, 10266.0, 10260.0, 10214.0, 10187.0, 10196.0, 10148.0, 10213.0, 10184.0, 10212.0, 10264.0, 10164.0, 10193.0, 10152.0, 10166.0, 10157.0, 10168.0, 10156.0, 10177.0, 10230.0, 10162.0, 10175.0, 10226.0, 10171.0, 10184.0, 10251.0, 10206.0, 10203.0, 10135.0, 10162.0, 10161.0, 10153.0, 10170.0, 10161.0, 10191.0, 10228.0, 10204.0, 10209.0, 10273.0, 10204.0, 10266.0, 10231.0, 10176.0, 10177.0, 10161.0, 10181.0, 10172.0, 10187.0, 10145.0, 10190.0, 10259.0, 10189.0, 10215.0, 10253.0, 10199.0, 10209.0, 10216.0, 10170.0, 10220.0, 10179.0, 10169.0, 10183.0, 10160.0, 10173.0, 10206.0, 10233.0, 10203.0, 10204.0, 10200.0, 10202.0, 10255.0, 10183.0, 10194.0, 10250.0, 10178.0, 10196.0, 10232.0, 10180.0, 10191.0, 10188.0, 10190.0, 10164.0, 10179.0, 10198.0, 10187.0, 10204.0, 10194.0, 10199.0, 10218.0, 10229.0, 10220.0, 10250.0, 10222.0, 10235.0, 10240.0, 10224.0, 10251.0, 10270.0, 10281.0, 10246.0, 10263.0, 10287.0, 10246.0, 10249.0, 10284.0, 10243.0, 10299.0, 10237.0, 10223.0, 10294.0, 10259.0, 10246.0, 10289.0, 10261.0, 10260.0, 10207.0, 10166.0, 10199.0, 10214.0, 10188.0, 10232.0, 10261.0, 10209.0, 10252.0, 10263.0, 10263.0, 10236.0, 10234.0, 10297.0, 10226.0, 10212.0, 10266.0, 10227.0, 10230.0, 10252.0, 10216.0, 10231.0, 10237.0, 10225.0, 10210.0, 10221.0, 10210.0, 10238.0, 10224.0, 10214.0, 10237.0, 10212.0, 10214.0, 10223.0, 10209.0, 10223.0, 10216.0, 10212.0, 10215.0, 10188.0, 10228.0, 10240.0, 10231.0, 10216.0, 10221.0, 10236.0, 10210.0, 10239.0, 10226.0, 10223.0, 10242.0, 10270.0, 10255.0, 10260.0, 10274.0, 10284.0, 10257.0, 10270.0, 10243.0, 10256.0, 10281.0, 10240.0, 10256.0, 10297.0, 10255.0, 10242.0, 10292.0, 10248.0, 10321.0, 10250.0, 10277.0, 10330.0, 10253.0, 10338.0, 10283.0, 10323.0, 10264.0, 10277.0, 10218.0, 10230.0, 10204.0, 10247.0, 10231.0, 10294.0, 10215.0, 10228.0, 10237.0, 10278.0, 10224.0, 10197.0, 10210.0, 10227.0, 10227.0, 10245.0, 10231.0, 10247.0, 10242.0, 10281.0, 10261.0, 10279.0, 10254.0, 10263.0, 10276.0, 10331.0, 10350.0, 10272.0, 10229.0, 10306.0, 10257.0, 10232.0, 10306.0, 10252.0, 10238.0, 10222.0, 10237.0, 10264.0, 10234.0, 10212.0, 10236.0, 10240.0, 10277.0, 10246.0, 10285.0, 10268.0, 10267.0, 10295.0, 10213.0, 10199.0, 10239.0, 10228.0, 10261.0, 10251.0, 10248.0, 10249.0, 10291.0, 10250.0, 10248.0, 10300.0, 10246.0, 10232.0, 10241.0, 10244.0, 10298.0, 10243.0, 10270.0, 10241.0, 10244.0, 10281.0, 10229.0, 10311.0, 10240.0, 10286.0, 10264.0, 10303.0, 10258.0, 10231.0, 10244.0, 10200.0, 10194.0, 10215.0, 10185.0, 10216.0, 10194.0, 10231.0, 10220.0, 10251.0, 10240.0, 10225.0, 10253.0, 10308.0, 10235.0, 10290.0, 10221.0, 10219.0, 10218.0, 10242.0, 10230.0, 10246.0, 10262.0, 10251.0, 10251.0, 10222.0, 10249.0, 10318.0, 10259.0, 10245.0, 10230.0, 10247.0, 10300.0, 10243.0, 10327.0, 10282.0, 10344.0, 10272.0, 10228.0, 10232.0, 10186.0, 10212.0, 10235.0, 10245.0, 10249.0, 10250.0, 10280.0, 10253.0, 10253.0, 10291.0, 10247.0, 10223.0, 10232.0, 10231.0, 10255.0, 10231.0, 10243.0, 10229.0, 10233.0, 10300.0, 10247.0, 10262.0, 10253.0, 10211.0, 10292.0, 10246.0, 10218.0, 10214.0, 10199.0, 10242.0, 10219.0, 10232.0, 10203.0, 10288.0, 10285.0, 10231.0, 10282.0, 10186.0, 10171.0, 10202.0, 10207.0, 10214.0, 10223.0, 10214.0, 10226.0, 10227.0, 10212.0, 10212.0, 10224.0, 10233.0, 10221.0, 10207.0, 10247.0, 10225.0, 10212.0, 10238.0, 10243.0, 10233.0, 10246.0, 10274.0, 10251.0, 10233.0, 10246.0, 10259.0, 10322.0, 10263.0, 10311.0, 10272.0, 10210.0, 10199.0, 10149.0, 10209.0, 10216.0, 10215.0, 10245.0, 10245.0, 10232.0, 10231.0, 10251.0, 10226.0, 10226.0, 10260.0, 10209.0, 10193.0, 10226.0, 10243.0, 10283.0, 10215.0, 10267.0, 10214.0, 10199.0, 10231.0, 10206.0, 10217.0, 10235.0, 10262.0, 10255.0, 10257.0, 10282.0, 10256.0, 10255.0, 10253.0, 10255.0, 10310.0, 10251.0, 10285.0, 10246.0, 10219.0, 10217.0, 10233.0, 10235.0, 10235.0, 10254.0, 10300.0, 10249.0, 10263.0, 10287.0, 10235.0, 10299.0, 10231.0, 10225.0, 10316.0, 10257.0, 10240.0, 10274.0, 10209.0, 10305.0, 10208.0, 10193.0, 10211.0, 10187.0, 10216.0, 10233.0, 10270.0, 10233.0, 10235.0, 10297.0, 10230.0, 10220.0, 10255.0, 10212.0, 10220.0, 10210.0, 10211.0, 10251.0, 10222.0, 10253.0, 10210.0, 10226.0, 10208.0, 10212.0, 10214.0, 10227.0, 10227.0, 10217.0, 10231.0, 10272.0, 10216.0, 10230.0, 10258.0, 10308.0, 10251.0, 10226.0, 10276.0, 10221.0, 10194.0, 10218.0, 10206.0, 10194.0, 10208.0, 10227.0, 10225.0, 10246.0, 10207.0, 10234.0, 10250.0, 10274.0, 10237.0, 10249.0, 10277.0, 10234.0, 10300.0, 10242.0, 10271.0, 10254.0, 10213.0, 10234.0, 10213.0, 10215.0, 10249.0, 10184.0, 10215.0, 10229.0, 10209.0, 10240.0, 10265.0, 10238.0, 10253.0, 10289.0, 10240.0, 10257.0, 10293.0, 10257.0, 10256.0, 10292.0, 10239.0, 10305.0, 10264.0, 10289.0, 10220.0, 10202.0, 10200.0, 10218.0, 10255.0, 10234.0, 10263.0, 10316.0, 10255.0, 10230.0, 10332.0, 10268.0, 10215.0, 10293.0, 10236.0, 10197.0, 10260.0, 10204.0, 10207.0, 10205.0, 10204.0, 10245.0, 10186.0, 10188.0, 10227.0, 10186.0, 10185.0, 10196.0, 10199.0, 10175.0, 10190.0, 10209.0, 10206.0, 10229.0, 10216.0, 10204.0, 10231.0, 10228.0, 10227.0, 10248.0, 10277.0, 10221.0, 10221.0, 10261.0, 10233.0, 10273.0, 10219.0, 10258.0, 10207.0, 10197.0, 10187.0, 10241.0, 10286.0, 10320.0, 10227.0, 10260.0, 10294.0, 10246.0, 10261.0, 10287.0, 10265.0, 10266.0, 10266.0, 10251.0, 10280.0, 10265.0, 10271.0, 10346.0, 10272.0, 10298.0, 10292.0, 10267.0, 10335.0, 10277.0, 10352.0, 10270.0, 10295.0, 10222.0, 10180.0, 10202.0, 10178.0, 10193.0, 10223.0, 10253.0, 10235.0, 10212.0, 10250.0, 10207.0, 10208.0, 10285.0, 10201.0, 10165.0, 10191.0, 10206.0, 10229.0, 10210.0, 10211.0, 10212.0, 10214.0, 10212.0, 10178.0, 10218.0, 10233.0, 10192.0, 10254.0, 10267.0, 10245.0, 10245.0, 10300.0, 10261.0, 10275.0, 10275.0, 10261.0, 10300.0, 10324.0, 10268.0, 10306.0, 10232.0, 10233.0, 10307.0, 10334.0, 10279.0, 10240.0, 10310.0, 10248.0, 10221.0, 10272.0, 10203.0, 10173.0, 10204.0, 10190.0, 10194.0, 10223.0, 10224.0, 10232.0, 10207.0, 10233.0, 10249.0, 10263.0, 10237.0, 10223.0, 10269.0, 10248.0, 10222.0, 10232.0, 10248.0, 10285.0, 10248.0, 10302.0, 10234.0, 10271.0, 10232.0, 10205.0, 10235.0, 10222.0, 10260.0, 10235.0, 10236.0, 10287.0, 10237.0, 10238.0, 10276.0, 10222.0, 10209.0, 10311.0, 10244.0, 10204.0, 10278.0, 10215.0, 10253.0, 10214.0, 10200.0, 10210.0, 10217.0, 10284.0, 10228.0, 10318.0, 10246.0, 10267.0, 10215.0, 10198.0, 10209.0, 10201.0, 10280.0, 10277.0, 10196.0, 10291.0, 10273.0, 10193.0, 10242.0, 10187.0, 10177.0, 10212.0, 10188.0, 10189.0, 10206.0, 10211.0, 10209.0, 10207.0, 10195.0, 10212.0, 10201.0, 10204.0, 10234.0, 10218.0, 10234.0, 10237.0, 10288.0, 10237.0, 10236.0, 10262.0, 10234.0, 10251.0, 10289.0, 10235.0, 10222.0, 10238.0, 10229.0, 10229.0, 10234.0, 10251.0, 10273.0, 10274.0, 10277.0, 10267.0, 10279.0, 10266.0, 10357.0, 10267.0, 10282.0, 10358.0, 10291.0, 10330.0, 10229.0, 10203.0, 10217.0, 10216.0, 10228.0, 10230.0, 10203.0, 10231.0, 10230.0, 10286.0, 10270.0, 10255.0, 10213.0, 10225.0, 10225.0, 10226.0, 10252.0, 10227.0, 10308.0, 10257.0, 10319.0, 10235.0, 10206.0, 10240.0, 10223.0, 10235.0, 10242.0, 10289.0, 10237.0, 10226.0, 10265.0, 10224.0, 10236.0, 10239.0, 10200.0, 10279.0, 10222.0, 10220.0, 10231.0, 10210.0, 10309.0, 10243.0, 10304.0, 10229.0, 10208.0, 10170.0, 10167.0, 10182.0, 10174.0, 10197.0, 10174.0, 10230.0, 10175.0, 10187.0, 10198.0, 10172.0, 10148.0, 10151.0, 10204.0, 10183.0, 10210.0, 10228.0, 10219.0, 10250.0, 10214.0, 10195.0, 10211.0, 10215.0, 10281.0, 10203.0, 10194.0, 10271.0, 10193.0, 10178.0, 10268.0, 10191.0, 10161.0, 10171.0, 10190.0, 10176.0, 10191.0, 10179.0, 10210.0, 10212.0, 10253.0, 10226.0, 10239.0, 10214.0, 10213.0, 10213.0, 10206.0, 10220.0, 10224.0, 10234.0, 10316.0, 10212.0, 10200.0, 10208.0, 10213.0, 10202.0, 10238.0, 10213.0, 10203.0, 10214.0, 10215.0, 10211.0, 10212.0, 10202.0, 10257.0, 10217.0, 10232.0, 10216.0, 10204.0, 10311.0, 10253.0, 10250.0, 10223.0, 10183.0, 10304.0, 10222.0, 10218.0, 10201.0, 10191.0, 10302.0, 10232.0, 10276.0, 10193.0, 10181.0, 10195.0, 10199.0, 10198.0, 10216.0, 10204.0, 10219.0, 10239.0, 10248.0, 10222.0, 10244.0, 10251.0, 10237.0, 10240.0, 10263.0, 10251.0, 10220.0, 10250.0, 10244.0, 10258.0, 10246.0, 10330.0, 10262.0, 10294.0, 10238.0, 10222.0, 10316.0, 10256.0, 10285.0, 10316.0, 10266.0, 10207.0, 10259.0, 10217.0, 10254.0, 10233.0, 10257.0, 10255.0, 10178.0, 10272.0, 10193.0, 10205.0, 10211.0, 10198.0, 10231.0, 10225.0, 10262.0, 10238.0, 10243.0, 10264.0, 10223.0, 10221.0, 10241.0, 10204.0, 10256.0, 10198.0, 10202.0, 10241.0, 10214.0, 10284.0, 10215.0, 10228.0, 10214.0, 10188.0, 10201.0, 10214.0, 10215.0, 10227.0, 10200.0, 10254.0, 10216.0, 10202.0, 10253.0, 10213.0, 10201.0, 10290.0, 10237.0, 10222.0, 10192.0, 10193.0, 10209.0, 10212.0, 10201.0, 10211.0, 10215.0, 10233.0, 10217.0, 10203.0, 10199.0, 10215.0, 10200.0, 10216.0, 10218.0, 10273.0, 10236.0, 10210.0, 10234.0, 10237.0, 10247.0, 10233.0, 10224.0, 10277.0, 10238.0, 10227.0, 10276.0, 10236.0, 10207.0, 10219.0, 10236.0, 10234.0, 10231.0, 10210.0, 10221.0, 10238.0, 10238.0, 10259.0, 10235.0, 10246.0, 10262.0, 10288.0, 10260.0, 10249.0, 10312.0, 10254.0, 10282.0, 10239.0, 10242.0, 10290.0, 10235.0, 10223.0, 10302.0, 10224.0, 10264.0, 10235.0, 10237.0, 10295.0, 10237.0, 10222.0, 10238.0, 10224.0, 10224.0, 10252.0, 10281.0, 10258.0, 10245.0, 10239.0, 10243.0, 10304.0, 10240.0, 10226.0, 10313.0, 10223.0, 10262.0, 10233.0, 10270.0, 10329.0, 10260.0, 10269.0, 10213.0, 10201.0, 10283.0, 10205.0, 10217.0, 10227.0, 10206.0, 10270.0, 10219.0, 10215.0, 10215.0, 10215.0, 10215.0, 10214.0, 10260.0, 10208.0, 10217.0, 10229.0, 10219.0, 10266.0, 10230.0, 10216.0, 10233.0, 10225.0, 10246.0, 10233.0, 10231.0, 10234.0, 10207.0, 10221.0, 10234.0, 10260.0, 10233.0, 10205.0, 10220.0, 10232.0, 10272.0, 10230.0, 10205.0, 10285.0, 10219.0, 10270.0, 10230.0, 10207.0, 10218.0, 10220.0, 10274.0, 10234.0, 10206.0, 10309.0, 10218.0, 10204.0, 10256.0, 10216.0, 10238.0, 10212.0, 10197.0, 10324.0, 10253.0, 10198.0, 10196.0, 10211.0, 10208.0, 10212.0, 10201.0, 10216.0, 10230.0, 10230.0, 10216.0, 10205.0, 10255.0, 10218.0, 10200.0, 10214.0, 10229.0, 10228.0, 10232.0, 10208.0, 10238.0, 10236.0, 10272.0, 10233.0, 10224.0, 10299.0, 10259.0, 10323.0, 10216.0, 10205.0, 10277.0, 10214.0, 10225.0, 10251.0, 10198.0, 10265.0, 10197.0, 10199.0, 10280.0, 10213.0, 10198.0, 10208.0, 10213.0, 10224.0, 10214.0, 10215.0, 10217.0, 10209.0, 10222.0, 10250.0, 10267.0, 10240.0, 10236.0, 10240.0, 10227.0, 10317.0, 10220.0, 10207.0, 10311.0, 10255.0, 10282.0, 10293.0, 10296.0, 10306.0, 10249.0, 10207.0, 10194.0, 10190.0, 10210.0, 10212.0, 10250.0, 10217.0, 10204.0, 10217.0, 10216.0, 10266.0, 10212.0, 10276.0, 10193.0, 10194.0, 10210.0, 10181.0, 10174.0, 10200.0, 10232.0, 10208.0, 10239.0, 10228.0, 10288.0, 10233.0, 10231.0, 10346.0, 10308.0, 10302.0, 10296.0, 10226.0, 10186.0, 10188.0, 10173.0, 10170.0, 10177.0, 10188.0, 10189.0, 10179.0, 10233.0, 10193.0, 10192.0, 10244.0, 10163.0, 10188.0, 10173.0, 10159.0, 10173.0, 10175.0, 10175.0, 10176.0, 10180.0, 10189.0, 10182.0, 10204.0, 10195.0, 10193.0, 10188.0, 10175.0, 10189.0, 10194.0, 10209.0, 10219.0, 10191.0, 10206.0, 10195.0, 10234.0, 10194.0, 10262.0, 10185.0, 10199.0, 10205.0, 10207.0, 10240.0, 10218.0, 10208.0, 10232.0, 10237.0, 10224.0, 10224.0, 10223.0, 10250.0, 10218.0, 10209.0, 10272.0, 10218.0, 10220.0, 10284.0, 10205.0, 10302.0, 10254.0, 10253.0, 10290.0, 10197.0, 10288.0, 10197.0, 10221.0, 10193.0, 10193.0, 10204.0, 10193.0, 10211.0, 10199.0, 10301.0, 10240.0, 10307.0, 10248.0, 10308.0, 10224.0, 10208.0, 10211.0, 10197.0, 10213.0, 10220.0, 10260.0, 10236.0, 10226.0, 10226.0, 10238.0, 10250.0, 10254.0, 10221.0, 10236.0, 10222.0, 10232.0, 10206.0, 10219.0, 10221.0, 10302.0, 10236.0, 10306.0, 10296.0, 10279.0, 10321.0, 10227.0, 10246.0, 10149.0, 10149.0, 10163.0, 10162.0, 10162.0, 10164.0, 10182.0, 10166.0, 10209.0, 10156.0, 10234.0, 10170.0, 10155.0, 10185.0, 10173.0, 10204.0, 10196.0, 10197.0, 10200.0, 10238.0, 10215.0, 10242.0, 10204.0, 10197.0, 10215.0, 10203.0, 10228.0, 10224.0, 10222.0, 10242.0, 10268.0, 10243.0, 10238.0, 10238.0, 10246.0, 10249.0, 10277.0, 10236.0, 10221.0, 10318.0, 10253.0, 10217.0, 10310.0, 10238.0, 10198.0, 10258.0, 10206.0, 10193.0, 10189.0, 10205.0, 10176.0, 10204.0, 10208.0, 10211.0, 10213.0, 10202.0, 10214.0, 10233.0, 10241.0, 10234.0, 10217.0, 10221.0, 10235.0, 10259.0, 10233.0, 10234.0, 10283.0, 10219.0, 10203.0, 10228.0, 10231.0, 10254.0, 10231.0, 10234.0, 10286.0, 10234.0, 10219.0, 10216.0, 10236.0, 10247.0, 10234.0, 10237.0, 10222.0, 10252.0, 10236.0, 10241.0, 10257.0, 10260.0, 10277.0, 10247.0, 10264.0, 10277.0, 10303.0, 10278.0, 10265.0, 10249.0, 10266.0, 10304.0, 10261.0, 10248.0, 10259.0, 10262.0, 10301.0, 10265.0, 10262.0, 10314.0, 10259.0, 10354.0, 10287.0, 10261.0, 10336.0, 10251.0, 10266.0, 10277.0, 10238.0, 10332.0, 10246.0, 10220.0, 10325.0, 10255.0, 10284.0, 10215.0, 10203.0, 10215.0, 10228.0, 10214.0, 10229.0, 10244.0, 10302.0, 10290.0, 10235.0, 10283.0, 10231.0, 10188.0, 10209.0, 10224.0, 10226.0, 10215.0, 10233.0, 10219.0, 10235.0, 10232.0, 10220.0, 10230.0, 10221.0, 10232.0, 10252.0, 10278.0, 10251.0, 10229.0, 10237.0, 10239.0, 10278.0, 10234.0, 10235.0, 10315.0, 10257.0, 10229.0, 10226.0, 10218.0, 10272.0, 10231.0, 10237.0, 10308.0, 10215.0, 10200.0, 10211.0, 10233.0, 10230.0, 10233.0, 10236.0, 10243.0, 10249.0, 10236.0, 10286.0, 10246.0, 10219.0, 10230.0, 10217.0, 10244.0, 10228.0, 10218.0, 10286.0, 10230.0, 10216.0, 10307.0, 10240.0, 10308.0, 10241.0, 10212.0, 10212.0, 10199.0, 10217.0, 10236.0, 10233.0, 10237.0, 10242.0, 10296.0, 10303.0, 10231.0, 10233.0, 10284.0, 10243.0, 10211.0, 10204.0, 10206.0, 10245.0, 10220.0, 10199.0, 10218.0, 10207.0, 10215.0, 10220.0, 10260.0, 10271.0, 10187.0, 10283.0, 10310.0, 10271.0, 10245.0, 10295.0, 10222.0, 10279.0, 10190.0, 10190.0, 10162.0, 10153.0, 10164.0, 10169.0, 10169.0, 10172.0, 10162.0, 10199.0, 10170.0, 10171.0, 10223.0, 10196.0, 10222.0, 10258.0, 10195.0, 10181.0, 10168.0, 10167.0, 10170.0, 10184.0, 10211.0, 10182.0, 10187.0, 10250.0, 10188.0, 10210.0, 10166.0, 10168.0, 10155.0, 10173.0, 10170.0, 10189.0, 10194.0, 10191.0, 10195.0, 10195.0, 10193.0, 10179.0, 10205.0, 10204.0, 10179.0, 10231.0, 10201.0, 10218.0, 10286.0, 10216.0, 10187.0, 10178.0, 10175.0, 10193.0, 10197.0, 10213.0, 10234.0, 10232.0, 10219.0, 10204.0, 10268.0, 10212.0, 10195.0, 10178.0, 10195.0, 10208.0, 10216.0, 10193.0, 10223.0, 10223.0, 10210.0, 10232.0, 10206.0, 10210.0, 10223.0, 10197.0, 10264.0, 10197.0, 10199.0, 10217.0, 10204.0, 10205.0, 10225.0, 10239.0, 10221.0, 10219.0, 10243.0, 10226.0, 10218.0, 10300.0, 10244.0, 10201.0, 10223.0, 10195.0, 10192.0, 10182.0, 10205.0, 10229.0, 10238.0, 10238.0, 10241.0, 10227.0, 10230.0, 10241.0, 10303.0, 10221.0, 10237.0, 10288.0, 10218.0, 10290.0, 10229.0, 10267.0, 10173.0, 10194.0, 10161.0, 10204.0, 10215.0, 10205.0, 10223.0, 10261.0, 10227.0, 10241.0, 10250.0, 10212.0, 10224.0, 10235.0, 10207.0, 10261.0, 10208.0, 10211.0, 10193.0, 10214.0, 10223.0, 10228.0, 10243.0, 10215.0, 10245.0, 10299.0, 10231.0, 10224.0, 10320.0, 10262.0, 10259.0, 10228.0, 10202.0, 10201.0, 10191.0, 10219.0, 10257.0, 10210.0, 10236.0, 10221.0, 10215.0, 10291.0, 10218.0, 10205.0, 10299.0, 10241.0, 10239.0, 10187.0, 10203.0, 10240.0, 10203.0, 10216.0, 10216.0, 10208.0, 10245.0, 10208.0, 10210.0, 10261.0, 10203.0, 10302.0, 10222.0, 10202.0, 10206.0, 10192.0, 10210.0, 10227.0, 10269.0, 10304.0, 10221.0, 10234.0, 10310.0, 10226.0, 10228.0, 10227.0, 10186.0, 10290.0, 10183.0, 10179.0, 10168.0, 10182.0, 10174.0, 10196.0, 10215.0, 10227.0, 10272.0, 10212.0, 10247.0, 10208.0, 10220.0, 10314.0, 10254.0, 10243.0, 10285.0, 10271.0, 10330.0, 10247.0, 10284.0, 10176.0, 10173.0, 10177.0, 10191.0, 10179.0, 10196.0, 10239.0, 10186.0, 10216.0, 10225.0, 10199.0, 10227.0, 10187.0, 10212.0, 10185.0, 10214.0, 10189.0, 10270.0, 10191.0, 10201.0, 10191.0, 10220.0, 10253.0, 10204.0, 10233.0, 10282.0, 10189.0, 10198.0, 10183.0, 10180.0, 10183.0, 10199.0, 10239.0, 10201.0, 10250.0, 10211.0, 10265.0, 10198.0, 10295.0, 10269.0, 10233.0, 10299.0, 10238.0, 10209.0, 10217.0, 10152.0, 10232.0, 10150.0, 10148.0, 10151.0, 10159.0, 10195.0, 10182.0, 10195.0, 10197.0, 10179.0, 10203.0, 10240.0, 10206.0, 10273.0, 10214.0, 10223.0, 10180.0, 10209.0, 10246.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.006597120559741658</td></tr>
<tr><td colspan=3>aqi</td><td>0.046214382615715824</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.017114097953645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2249858885298852</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.06338768270867</td></tr>
<tr><td colspan=3>efc</td><td>0.5016</td></tr>
<tr><td colspan=3>fber</td><td>3928.1953</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07080056377636622</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3767491926803014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49130099033481</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.381701125034002</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.743794480037387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348407365933041</td></tr>
<tr><td colspan=3>gcor</td><td>0.00478267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01948912814259529</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03420053422451019</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7758286195094968</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>14.8812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.087</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.8092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298174.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1250.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.359</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7281</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>693.6103</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3854.36</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78370.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.7789</td></tr>
<tr><td colspan=3>tsnr</td><td>25.368125955574214</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>