<?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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-02/func/sub-0100_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>ddfe975d40025b25a70c90bc26d89524</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>12:19:38.327500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99857, 0.0526658, -0.00913109, -0.0533815, 0.991343, -0.119955]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11567</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7244, 133, -183, -65, 79, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9de6849-9171-444d-80d7-e0d3c1ee0a1f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679091453552246, -0.14321863651275635, -0.007383260410279036, 121.9364013671875], [-0.14129844307899475, 2.659701347351074, -0.3247305750846863, -89.35602569580078], [-0.024498051032423973, 0.32182952761650085, 2.6803908348083496, -96.81303405761719], [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': ['121938.327500', '121938.787500', '121939.247500', '121939.707500', '121940.167500', '121940.627500', '121941.087500', '121941.547500', '121942.007500', '121942.467500', '121942.927500', '121943.387500', '121943.847500', '121944.307500', '121944.767500', '121945.227500', '121945.687500', '121946.147500', '121946.607500', '121947.067500', '121947.527500', '121947.987500', '121948.447500', '121948.907500', '121949.367500', '121949.827500', '121950.287500', '121950.747500', '121951.207500', '121951.667500', '121952.127500', '121952.587500', '121953.047500', '121953.507500', '121953.967500', '121954.427500', '121954.887500', '121955.347500', '121955.807500', '121956.267500', '121956.727500', '121957.187500', '121957.647500', '121958.107500', '121958.567500', '121959.027500', '121959.487500', '121959.947500', '122000.407500', '122000.867500', '122001.327500', '122001.787500', '122002.247500', '122002.707500', '122003.167500', '122003.627500', '122004.087500', '122004.547500', '122005.007500', '122005.467500', '122005.927500', '122006.387500', '122006.847500', '122007.307500', '122007.767500', '122008.227500', '122008.687500', '122009.147500', '122009.607500', '122010.067500', '122010.527500', '122010.987500', '122011.447500', '122011.907500', '122012.367500', '122012.827500', '122013.287500', '122013.747500', '122014.207500', '122014.667500', '122015.127500', '122015.587500', '122016.047500', '122016.507500', '122016.967500', '122017.427500', '122017.887500', '122018.347500', '122018.807500', '122019.267500', '122019.727500', '122020.187500', '122020.647500', '122021.107500', '122021.567500', '122022.027500', '122022.487500', '122022.947500', '122023.407500', '122023.867500', '122024.327500', '122024.787500', '122025.247500', '122025.707500', '122026.167500', '122026.627500', '122027.087500', '122027.547500', '122028.007500', '122028.467500', '122028.927500', '122029.387500', '122029.847500', '122030.307500', '122030.767500', '122031.227500', '122031.687500', '122032.147500', '122032.607500', '122033.067500', '122033.527500', '122033.987500', '122034.447500', '122034.907500', '122035.367500', '122035.827500', '122036.287500', '122036.747500', '122037.207500', '122037.667500', '122038.127500', '122038.587500', '122039.047500', '122039.507500', '122039.967500', '122040.427500', '122040.887500', '122041.347500', '122041.807500', '122042.267500', '122042.727500', '122043.187500', '122043.647500', '122044.107500', '122044.567500', '122045.027500', '122045.487500', '122045.947500', '122046.407500', '122046.867500', '122047.327500', '122047.787500', '122048.247500', '122048.707500', '122049.167500', '122049.627500', '122050.087500', '122050.547500', '122051.007500', '122051.467500', '122051.927500', '122052.387500', '122052.847500', '122053.307500', '122053.767500', '122054.227500', '122054.687500', '122055.147500', '122055.607500', '122056.067500', '122056.527500', '122056.987500', '122057.447500', '122057.907500', '122058.367500', '122058.827500', '122059.287500', '122059.747500', '122100.207500', '122100.667500', '122101.127500', '122101.587500', '122102.047500', '122102.507500', '122102.967500', '122103.427500', '122103.887500', '122104.347500', '122104.807500', '122105.267500', '122105.727500', '122106.187500', '122106.647500', '122107.107500', '122107.567500', '122108.027500', '122108.487500', '122108.947500', '122109.407500', '122109.867500', '122110.327500', '122110.787500', '122111.247500', '122111.707500', '122112.167500', '122112.627500', '122113.087500', '122113.547500', '122114.007500', '122114.467500', '122114.927500', '122115.387500', '122115.847500', '122116.307500', '122116.767500', '122117.227500', '122117.687500', '122118.147500', '122118.607500', '122119.067500', '122119.527500', '122119.987500', '122120.447500', '122120.907500', '122121.367500', '122121.827500', '122122.287500', '122122.747500', '122123.207500', '122123.667500', '122124.127500', '122124.587500', '122125.047500', '122125.507500', '122125.967500', '122126.427500', '122126.887500', '122127.347500', '122127.807500', '122128.267500', '122128.727500', '122129.187500', '122129.647500', '122130.107500', '122130.567500', '122131.027500', '122131.487500', '122131.947500', '122132.407500', '122132.867500', '122133.327500', '122133.787500', '122134.247500', '122134.707500', '122135.167500', '122135.627500', '122136.087500', '122136.547500', '122137.007500', '122137.467500', '122137.927500', '122138.387500', '122138.847500', '122139.307500', '122139.767500', '122140.227500', '122140.687500', '122141.147500', '122141.607500', '122142.067500', '122142.527500', '122142.987500', '122143.447500', '122143.907500', '122144.367500', '122144.827500', '122145.287500', '122145.747500', '122146.207500', '122146.667500', '122147.127500', '122147.587500', '122148.047500', '122148.507500', '122148.967500', '122149.427500', '122149.887500', '122150.347500', '122150.807500', '122151.267500', '122151.727500', '122152.187500', '122152.647500', '122153.107500', '122153.567500', '122154.027500', '122154.487500', '122154.947500', '122155.407500', '122155.867500', '122156.327500', '122156.787500', '122157.247500', '122157.707500', '122158.167500', '122158.627500', '122159.087500', '122159.547500', '122200.007500', '122200.467500', '122200.927500', '122201.387500', '122201.847500', '122202.307500', '122202.767500', '122203.227500', '122203.687500', '122204.147500', '122204.607500', '122205.067500', '122205.527500', '122205.987500', '122206.447500', '122206.907500', '122207.367500', '122207.827500', '122208.287500', '122208.747500', '122209.207500', '122209.667500', '122210.127500', '122210.587500', '122211.047500', '122211.507500', '122211.967500', '122212.427500', '122212.887500', '122213.347500', '122213.807500', '122214.267500', '122214.727500', '122215.187500', '122215.647500', '122216.107500', '122216.567500', '122217.027500', '122217.487500', '122217.947500', '122218.407500', '122218.867500', '122219.327500', '122219.787500', '122220.247500', '122220.707500', '122221.167500', '122221.627500', '122222.087500', '122222.547500', '122223.007500', '122223.467500', '122223.927500', '122224.387500', '122224.847500', '122225.307500', '122225.767500', '122226.227500', '122226.687500', '122227.147500', '122227.607500', '122228.067500', '122228.527500', '122228.987500', '122229.447500', '122229.907500', '122230.367500', '122230.827500', '122231.287500', '122231.747500', '122232.207500', '122232.667500', '122233.127500', '122233.587500', '122234.047500', '122234.507500', '122234.967500', '122235.427500', '122235.887500', '122236.347500', '122236.807500', '122237.267500', '122237.727500', '122238.187500', '122238.647500', '122239.107500', '122239.567500', '122240.027500', '122240.487500', '122240.947500', '122241.407500', '122241.867500', '122242.327500', '122242.787500', '122243.247500', '122243.707500', '122244.167500', '122244.627500', '122245.087500', '122245.547500', '122246.007500', '122246.467500', '122246.927500', '122247.387500', '122247.847500', '122248.307500', '122248.767500', '122249.227500', '122249.687500', '122250.147500', '122250.607500', '122251.067500', '122251.527500', '122251.987500', '122252.447500', '122252.907500', '122253.367500', '122253.827500', '122254.287500', '122254.747500', '122255.207500', '122255.667500', '122256.127500', '122256.587500', '122257.047500', '122257.507500', '122257.967500', '122258.427500', '122258.887500', '122259.347500', '122259.807500', '122300.267500', '122300.727500', '122301.187500', '122301.647500', '122302.107500', '122302.567500', '122303.027500', '122303.487500', '122303.947500', '122304.407500', '122304.867500', '122305.327500', '122305.787500', '122306.247500', '122306.707500', '122307.167500', '122307.627500', '122308.087500', '122308.547500', '122309.007500', '122309.467500', '122309.927500', '122310.387500', '122310.847500', '122311.307500', '122311.767500', '122312.227500', '122312.687500', '122313.147500', '122313.607500', '122314.067500', '122314.527500', '122314.987500', '122315.447500', '122315.907500', '122316.367500', '122316.827500', '122317.287500', '122317.747500', '122318.207500', '122318.667500', '122319.127500', '122319.587500', '122320.047500', '122320.507500', '122320.967500', '122321.427500', '122321.887500', '122322.347500', '122322.807500', '122323.267500', '122323.727500', '122324.187500', '122324.647500', '122325.107500', '122325.567500', '122326.027500', '122326.487500', '122326.947500', '122327.407500', '122327.867500', '122328.327500', '122328.787500', '122329.247500', '122329.707500', '122330.167500', '122330.627500', '122331.087500', '122331.547500', '122332.007500', '122332.467500', '122332.927500', '122333.387500', '122333.847500', '122334.307500', '122334.767500', '122335.227500', '122335.687500', '122336.147500', '122336.607500', '122337.067500', '122337.527500', '122337.987500', '122338.447500', '122338.907500', '122339.367500', '122339.827500', '122340.287500', '122340.747500', '122341.207500', '122341.667500', '122342.127500', '122342.587500', '122343.047500', '122343.507500', '122343.967500', '122344.427500', '122344.887500', '122345.347500', '122345.807500', '122346.267500', '122346.727500', '122347.187500', '122347.647500', '122348.107500', '122348.567500', '122349.027500', '122349.487500', '122349.947500', '122350.407500', '122350.867500', '122351.327500', '122351.787500', '122352.247500', '122352.707500', '122353.167500', '122353.627500', '122354.087500', '122354.547500', '122355.007500', '122355.467500', '122355.927500', '122356.387500', '122356.847500', '122357.307500', '122357.767500', '122358.227500', '122358.687500', '122359.147500', '122359.607500', '122400.067500', '122400.527500', '122400.987500', '122401.447500', '122401.907500', '122402.367500', '122402.827500', '122403.287500', '122403.747500', '122404.207500', '122404.667500', '122405.127500', '122405.587500', '122406.047500', '122406.507500', '122406.967500', '122407.427500', '122407.887500', '122408.347500', '122408.807500', '122409.267500', '122409.727500', '122410.187500', '122410.647500', '122411.107500', '122411.567500', '122412.027500', '122412.487500', '122412.947500', '122413.407500', '122413.867500', '122414.327500', '122414.787500', '122415.247500', '122415.707500', '122416.167500', '122416.627500', '122417.087500', '122417.547500', '122418.007500', '122418.467500', '122418.927500', '122419.387500', '122419.847500', '122420.307500', '122420.767500', '122421.227500', '122421.687500', '122422.147500', '122422.607500', '122423.067500', '122423.527500', '122423.987500', '122424.447500', '122424.907500', '122425.367500', '122425.827500', '122426.287500', '122426.747500', '122427.207500', '122427.667500', '122428.127500', '122428.587500', '122429.047500', '122429.507500', '122429.967500', '122430.427500', '122430.887500', '122431.347500', '122431.807500', '122432.267500', '122432.727500', '122433.187500', '122433.647500', '122434.107500', '122434.567500', '122435.027500', '122435.487500', '122435.947500', '122436.407500', '122436.867500', '122437.327500', '122437.787500', '122438.247500', '122438.707500', '122439.167500', '122439.627500', '122440.087500', '122440.547500', '122441.007500', '122441.467500', '122441.927500', '122442.387500', '122442.847500', '122443.307500', '122443.767500', '122444.227500', '122444.687500', '122445.147500', '122445.607500', '122446.067500', '122446.527500', '122446.987500', '122447.447500', '122447.907500', '122448.367500', '122448.827500', '122449.287500', '122449.747500', '122450.207500', '122450.667500', '122451.127500', '122451.587500', '122452.047500', '122452.507500', '122452.967500', '122453.427500', '122453.887500', '122454.347500', '122454.807500', '122455.267500', '122455.727500', '122456.187500', '122456.647500', '122457.107500', '122457.567500', '122458.027500', '122458.487500', '122458.947500', '122459.407500', '122459.867500', '122500.327500', '122500.787500', '122501.247500', '122501.707500', '122502.167500', '122502.627500', '122503.087500', '122503.547500', '122504.007500', '122504.467500', '122504.927500', '122505.387500', '122505.847500', '122506.307500', '122506.767500', '122507.227500', '122507.687500', '122508.147500', '122508.607500', '122509.067500', '122509.527500', '122509.987500', '122510.447500', '122510.907500', '122511.367500', '122511.827500', '122512.287500', '122512.747500', '122513.207500', '122513.667500', '122514.127500', '122514.587500', '122515.047500', '122515.507500', '122515.967500', '122516.427500', '122516.887500', '122517.347500', '122517.807500', '122518.267500', '122518.727500', '122519.187500', '122519.647500', '122520.107500', '122520.567500', '122521.027500', '122521.487500', '122521.947500', '122522.407500', '122522.867500', '122523.327500', '122523.787500', '122524.247500', '122524.707500', '122525.167500', '122525.627500', '122526.087500', '122526.547500', '122527.007500', '122527.467500', '122527.927500', '122528.387500', '122528.847500', '122529.307500', '122529.767500', '122530.227500', '122530.687500', '122531.147500', '122531.607500', '122532.067500', '122532.527500', '122532.987500', '122533.447500', '122533.907500', '122534.367500', '122534.827500', '122535.287500', '122535.747500', '122536.207500', '122536.667500', '122537.127500', '122537.587500', '122538.047500', '122538.507500', '122538.967500', '122539.427500', '122539.887500', '122540.347500', '122540.807500', '122541.267500', '122541.727500', '122542.187500', '122542.647500', '122543.107500', '122543.567500', '122544.027500', '122544.487500', '122544.947500', '122545.407500', '122545.867500', '122546.327500', '122546.787500', '122547.247500', '122547.707500', '122548.167500', '122548.627500', '122549.087500', '122549.547500', '122550.007500', '122550.467500', '122550.927500', '122551.387500', '122551.847500', '122552.307500', '122552.767500', '122553.227500', '122553.687500', '122554.147500', '122554.607500', '122555.067500', '122555.527500', '122555.987500', '122556.447500', '122556.907500', '122557.367500', '122557.827500', '122558.287500', '122558.747500', '122559.207500', '122559.667500', '122600.127500', '122600.587500', '122601.047500', '122601.507500', '122601.967500', '122602.427500', '122602.887500', '122603.347500', '122603.807500', '122604.267500', '122604.727500', '122605.187500', '122605.647500', '122606.107500', '122606.567500', '122607.027500', '122607.487500', '122607.947500', '122608.407500', '122608.867500', '122609.327500', '122609.787500', '122610.247500', '122610.707500', '122611.167500', '122611.627500', '122612.087500', '122612.547500', '122613.007500', '122613.467500', '122613.927500', '122614.387500', '122614.847500', '122615.307500', '122615.767500', '122616.227500', '122616.687500', '122617.147500', '122617.607500', '122618.067500', '122618.527500', '122618.987500', '122619.447500', '122619.907500', '122620.367500', '122620.827500', '122621.287500', '122621.747500', '122622.207500', '122622.667500', '122623.127500', '122623.587500', '122624.047500', '122624.507500', '122624.967500', '122625.427500', '122625.887500', '122626.347500', '122626.807500', '122627.267500', '122627.727500', '122628.187500', '122628.647500', '122629.107500', '122629.567500', '122630.027500', '122630.487500', '122630.947500', '122631.407500', '122631.867500', '122632.327500', '122632.787500', '122633.247500', '122633.707500', '122634.167500', '122634.627500', '122635.087500', '122635.547500', '122636.007500', '122636.467500', '122636.927500', '122637.387500', '122637.847500', '122638.307500', '122638.767500', '122639.227500', '122639.687500', '122640.147500', '122640.607500', '122641.067500', '122641.527500', '122641.987500', '122642.447500', '122642.907500', '122643.367500', '122643.827500', '122644.287500', '122644.747500', '122645.207500', '122645.667500', '122646.127500', '122646.587500', '122647.047500', '122647.507500', '122647.967500', '122648.427500', '122648.887500', '122649.347500', '122649.807500', '122650.267500', '122650.727500', '122651.187500', '122651.647500', '122652.107500', '122652.567500', '122653.027500', '122653.487500', '122653.947500', '122654.407500', '122654.867500', '122655.327500', '122655.787500', '122656.247500', '122656.707500', '122657.167500', '122657.627500', '122658.087500', '122658.547500', '122659.007500', '122659.467500', '122659.927500', '122700.387500', '122700.847500', '122701.307500', '122701.767500', '122702.227500', '122702.687500', '122703.147500', '122703.607500', '122704.067500', '122704.527500', '122704.987500', '122705.447500', '122705.907500', '122706.367500', '122706.827500', '122707.287500', '122707.747500', '122708.207500', '122708.667500', '122709.127500', '122709.587500', '122710.047500', '122710.507500', '122710.967500', '122711.427500', '122711.887500', '122712.347500', '122712.807500', '122713.267500', '122713.727500', '122714.187500', '122714.647500', '122715.107500', '122715.567500', '122716.027500', '122716.487500', '122716.947500', '122717.407500', '122717.867500', '122718.327500', '122718.787500', '122719.247500', '122719.707500', '122720.167500', '122720.627500', '122721.087500', '122721.547500', '122722.007500', '122722.467500', '122722.927500', '122723.387500', '122723.847500', '122724.307500', '122724.767500', '122725.227500', '122725.687500', '122726.147500', '122726.607500', '122727.067500', '122727.527500', '122727.987500', '122728.447500', '122728.907500', '122729.367500', '122729.827500', '122730.287500', '122730.747500', '122731.207500', '122731.667500', '122732.127500', '122732.587500', '122733.047500', '122733.507500', '122733.967500', '122734.427500', '122734.887500', '122735.347500', '122735.807500', '122736.267500', '122736.727500', '122737.187500', '122737.647500', '122738.107500', '122738.567500', '122739.027500', '122739.487500', '122739.947500', '122740.407500', '122740.867500', '122741.327500', '122741.787500', '122742.247500', '122742.707500', '122743.167500', '122743.627500', '122744.087500', '122744.547500', '122745.007500', '122745.467500', '122745.927500', '122746.387500', '122746.847500', '122747.307500', '122747.767500', '122748.227500', '122748.687500', '122749.147500', '122749.607500', '122750.067500', '122750.527500', '122750.987500', '122751.447500', '122751.907500', '122752.367500', '122752.827500', '122753.287500', '122753.747500', '122754.207500', '122754.667500', '122755.127500', '122755.587500', '122756.047500', '122756.507500', '122756.967500', '122757.427500', '122757.887500', '122758.347500', '122758.807500', '122759.267500', '122759.727500', '122800.187500', '122800.647500', '122801.107500', '122801.567500', '122802.027500', '122802.487500', '122802.947500', '122803.407500', '122803.867500', '122804.327500', '122804.787500', '122805.247500', '122805.707500', '122806.167500', '122806.627500', '122807.087500', '122807.547500', '122808.007500', '122808.467500', '122808.927500', '122809.387500', '122809.847500', '122810.307500', '122810.767500', '122811.227500', '122811.687500', '122812.147500', '122812.607500', '122813.067500', '122813.527500', '122813.987500', '122814.447500', '122814.907500', '122815.367500', '122815.827500', '122816.287500', '122816.747500', '122817.207500', '122817.667500', '122818.127500', '122818.587500', '122819.047500', '122819.507500', '122819.967500', '122820.427500', '122820.887500', '122821.347500', '122821.807500', '122822.267500', '122822.727500', '122823.187500', '122823.647500', '122824.107500', '122824.567500', '122825.027500', '122825.487500', '122825.947500', '122826.407500', '122826.867500', '122827.327500', '122827.787500', '122828.247500', '122828.707500', '122829.167500', '122829.627500', '122830.087500', '122830.547500', '122831.007500', '122831.467500', '122831.927500', '122832.387500', '122832.847500', '122833.307500', '122833.767500', '122834.227500', '122834.687500', '122835.147500', '122835.607500', '122836.067500', '122836.527500', '122836.987500', '122837.447500', '122837.907500', '122838.367500', '122838.827500', '122839.287500', '122839.747500', '122840.207500', '122840.667500', '122841.127500', '122841.587500', '122842.047500', '122842.507500', '122842.967500', '122843.427500', '122843.887500', '122844.347500', '122844.807500', '122845.267500', '122845.727500', '122846.187500', '122846.647500', '122847.107500', '122847.567500', '122848.027500', '122848.487500', '122848.947500', '122849.407500', '122849.867500', '122850.327500', '122850.787500', '122851.247500', '122851.707500', '122852.167500', '122852.627500', '122853.087500', '122853.547500', '122854.007500', '122854.467500', '122854.927500', '122855.387500', '122855.847500', '122856.307500', '122856.767500', '122857.227500', '122857.687500', '122858.147500', '122858.607500', '122859.067500', '122859.527500', '122859.987500', '122900.447500', '122900.907500', '122901.367500', '122901.827500', '122902.287500', '122902.747500', '122903.207500', '122903.667500', '122904.127500', '122904.587500', '122905.047500', '122905.507500', '122905.967500', '122906.427500', '122906.887500', '122907.347500', '122907.807500', '122908.267500', '122908.727500', '122909.187500', '122909.647500', '122910.107500', '122910.567500', '122911.027500', '122911.487500', '122911.947500', '122912.407500', '122912.867500', '122913.327500', '122913.787500', '122914.247500', '122914.707500', '122915.167500', '122915.627500', '122916.087500', '122916.547500', '122917.007500', '122917.467500', '122917.927500', '122918.387500', '122918.847500', '122919.307500', '122919.767500', '122920.227500', '122920.687500', '122921.147500', '122921.607500', '122922.067500', '122922.527500', '122922.987500', '122923.447500', '122923.907500', '122924.367500', '122924.827500', '122925.287500', '122925.747500', '122926.207500', '122926.667500', '122927.127500', '122927.587500', '122928.047500', '122928.507500', '122928.967500', '122929.427500', '122929.887500', '122930.347500', '122930.807500', '122931.267500', '122931.727500', '122932.187500', '122932.647500', '122933.107500', '122933.567500', '122934.027500', '122934.487500', '122934.947500', '122935.407500', '122935.867500', '122936.327500', '122936.787500', '122937.247500', '122937.707500', '122938.167500', '122938.627500', '122939.087500', '122939.547500', '122940.007500', '122940.467500', '122940.927500', '122941.387500', '122941.847500', '122942.307500', '122942.767500', '122943.227500', '122943.687500', '122944.147500', '122944.607500', '122945.067500', '122945.527500', '122945.987500', '122946.447500', '122946.907500', '122947.367500', '122947.827500', '122948.287500', '122948.747500', '122949.207500', '122949.667500', '122950.127500', '122950.587500', '122951.047500', '122951.507500', '122951.967500', '122952.427500', '122952.887500', '122953.347500', '122953.807500', '122954.267500', '122954.727500', '122955.187500', '122955.647500', '122956.107500', '122956.567500', '122957.027500', '122957.487500', '122957.947500', '122958.407500', '122958.867500', '122959.327500', '122959.787500', '123000.247500', '123000.707500', '123001.167500', '123001.627500', '123002.087500', '123002.547500', '123003.007500', '123003.467500', '123003.927500', '123004.387500', '123004.847500', '123005.307500', '123005.767500', '123006.227500', '123006.687500', '123007.147500', '123007.607500', '123008.067500', '123008.527500', '123008.987500', '123009.447500', '123009.907500', '123010.367500', '123010.827500', '123011.287500', '123011.747500', '123012.207500', '123012.667500', '123013.127500', '123013.587500', '123014.047500', '123014.507500', '123014.967500', '123015.427500', '123015.887500', '123016.347500', '123016.807500', '123017.267500', '123017.727500', '123018.187500', '123018.647500', '123019.107500', '123019.567500', '123020.027500', '123020.487500', '123020.947500', '123021.407500', '123021.867500', '123022.327500', '123022.787500', '123023.247500', '123023.707500', '123024.167500', '123024.627500', '123025.087500', '123025.547500', '123026.007500', '123026.467500', '123026.927500', '123027.387500', '123027.847500', '123028.307500', '123028.767500', '123029.227500', '123029.687500', '123030.147500', '123030.607500', '123031.067500', '123031.527500', '123031.987500', '123032.447500', '123032.907500', '123033.367500', '123033.827500', '123034.287500', '123034.747500', '123035.207500', '123035.667500', '123036.127500', '123036.587500', '123037.047500', '123037.507500', '123037.967500', '123038.427500', '123038.887500', '123039.347500', '123039.807500', '123040.267500', '123040.727500', '123041.187500', '123041.647500', '123042.107500', '123042.567500', '123043.027500', '123043.487500', '123043.947500', '123044.407500', '123044.867500', '123045.327500', '123045.787500', '123046.247500', '123046.707500', '123047.167500', '123047.627500', '123048.087500', '123048.547500', '123049.007500', '123049.467500', '123049.927500', '123050.387500', '123050.847500', '123051.307500', '123051.767500', '123052.227500', '123052.687500', '123053.147500', '123053.607500', '123054.067500', '123054.527500', '123054.987500', '123055.447500', '123055.907500', '123056.367500', '123056.827500', '123057.287500', '123057.747500', '123058.207500', '123058.667500', '123059.127500', '123059.587500', '123100.047500', '123100.507500', '123100.967500', '123101.427500', '123101.887500', '123102.347500', '123102.807500', '123103.267500', '123103.727500', '123104.187500', '123104.647500', '123105.107500', '123105.567500', '123106.027500', '123106.487500', '123106.947500', '123107.407500', '123107.867500', '123108.327500', '123108.787500', '123109.247500', '123109.707500', '123110.167500', '123110.627500', '123111.087500', '123111.547500', '123112.007500', '123112.467500', '123112.927500', '123113.387500', '123113.847500', '123114.307500', '123114.767500', '123115.227500', '123115.687500', '123116.147500', '123116.607500', '123117.067500', '123117.527500', '123117.987500', '123118.447500', '123118.907500', '123119.367500', '123119.827500', '123120.287500', '123120.747500', '123121.207500', '123121.667500', '123122.127500', '123122.587500', '123123.047500', '123123.507500', '123123.967500', '123124.427500', '123124.887500', '123125.347500', '123125.807500', '123126.267500', '123126.727500', '123127.187500', '123127.647500', '123128.107500', '123128.567500', '123129.027500', '123129.487500', '123129.947500', '123130.407500', '123130.867500', '123131.327500', '123131.787500', '123132.247500', '123132.707500', '123133.167500', '123133.627500', '123134.087500', '123134.547500', '123135.007500', '123135.467500', '123135.927500', '123136.387500', '123136.847500', '123137.307500', '123137.767500', '123138.227500', '123138.687500', '123139.147500', '123139.607500', '123140.067500', '123140.527500', '123140.987500', '123141.447500', '123141.907500', '123142.367500', '123142.827500', '123143.287500', '123143.747500', '123144.207500', '123144.667500', '123145.127500', '123145.587500', '123146.047500', '123146.507500', '123146.967500', '123147.427500', '123147.887500', '123148.347500', '123148.807500', '123149.267500', '123149.727500', '123150.187500', '123150.647500', '123151.107500', '123151.567500', '123152.027500', '123152.487500', '123152.947500', '123153.407500', '123153.867500', '123154.327500', '123154.787500', '123155.247500', '123155.707500', '123156.167500', '123156.627500', '123157.087500', '123157.547500', '123158.007500', '123158.467500', '123158.927500', '123159.387500', '123159.847500', '123200.307500', '123200.767500', '123201.227500', '123201.687500', '123202.147500', '123202.607500', '123203.067500', '123203.527500', '123203.987500', '123204.447500', '123204.907500', '123205.367500', '123205.827500', '123206.287500', '123206.747500', '123207.207500', '123207.667500', '123208.127500', '123208.587500', '123209.047500', '123209.507500', '123209.967500', '123210.427500', '123210.887500', '123211.347500', '123211.807500', '123212.267500', '123212.727500', '123213.187500', '123213.647500', '123214.107500', '123214.567500', '123215.027500', '123215.487500', '123215.947500', '123216.407500', '123216.867500', '123217.327500', '123217.787500', '123218.247500', '123218.707500', '123219.167500', '123219.627500', '123220.087500', '123220.547500', '123221.007500', '123221.467500', '123221.927500', '123222.387500', '123222.847500', '123223.307500', '123223.767500', '123224.227500', '123224.687500', '123225.147500', '123225.607500', '123226.067500', '123226.527500', '123226.987500', '123227.447500', '123227.907500', '123228.367500', '123228.827500', '123229.287500', '123229.747500', '123230.207500', '123230.667500', '123231.127500', '123231.587500', '123232.047500', '123232.507500', '123232.967500', '123233.427500', '123233.887500', '123234.347500', '123234.807500', '123235.267500', '123235.727500', '123236.187500', '123236.647500', '123237.107500', '123237.567500', '123238.027500', '123238.487500', '123238.947500', '123239.407500', '123239.867500', '123240.327500', '123240.787500', '123241.247500', '123241.707500', '123242.167500', '123242.627500', '123243.087500', '123243.547500', '123244.007500', '123244.467500', '123244.927500', '123245.387500', '123245.847500', '123246.307500', '123246.767500', '123247.227500', '123247.687500', '123248.147500', '123248.607500', '123249.067500', '123249.527500', '123249.987500', '123250.447500', '123250.907500', '123251.367500', '123251.827500', '123252.287500', '123252.747500', '123253.207500', '123253.667500', '123254.127500', '123254.587500', '123255.047500', '123255.507500', '123255.967500', '123256.427500', '123256.887500', '123257.347500', '123257.807500', '123258.267500', '123258.727500', '123259.187500', '123259.647500', '123300.107500', '123300.567500', '123301.027500', '123301.487500', '123301.947500', '123302.407500', '123302.867500', '123303.327500', '123303.787500', '123304.247500', '123304.707500', '123305.167500', '123305.627500', '123306.087500', '123306.547500', '123307.007500', '123307.467500', '123307.927500', '123308.387500', '123308.847500', '123309.307500', '123309.767500', '123310.227500', '123310.687500', '123311.147500', '123311.607500', '123312.067500', '123312.527500', '123312.987500', '123313.447500', '123313.907500', '123314.367500', '123314.827500', '123315.287500', '123315.747500', '123316.207500', '123316.667500', '123317.127500', '123317.587500', '123318.047500', '123318.507500', '123318.967500', '123319.427500', '123319.887500', '123320.347500', '123320.807500', '123321.267500', '123321.727500', '123322.187500', '123322.647500', '123323.107500', '123323.567500', '123324.027500', '123324.487500', '123324.947500', '123325.407500', '123325.867500', '123326.327500', '123326.787500', '123327.247500', '123327.707500', '123328.167500', '123328.627500', '123329.087500', '123329.547500', '123330.007500', '123330.467500', '123330.927500', '123331.387500', '123331.847500', '123332.307500', '123332.767500', '123333.227500', '123333.687500', '123334.147500', '123334.607500', '123335.067500', '123335.527500', '123335.987500', '123336.447500', '123336.907500', '123337.367500', '123337.827500', '123338.287500', '123338.747500', '123339.207500', '123339.667500', '123340.127500', '123340.587500', '123341.047500', '123341.507500', '123341.967500', '123342.427500', '123342.887500', '123343.347500', '123343.807500', '123344.267500', '123344.727500', '123345.187500', '123345.647500', '123346.107500', '123346.567500', '123347.027500', '123347.487500', '123347.947500', '123348.407500', '123348.867500', '123349.327500', '123349.787500', '123350.247500', '123350.707500', '123351.167500', '123351.627500', '123352.087500', '123352.547500', '123353.007500'], 'ContentTime': ['121958.755000', '121958.758000', '121958.761000', '121958.764000', '121958.774000', '121958.777000', '121958.779000', '121958.782000', '121958.784000', '121958.787000', '121958.790000', '121958.792000', '121958.795000', '121958.797000', '121958.800000', '121958.803000', '121958.805000', '121958.808000', '121958.810000', '121958.816000', '121958.819000', '121958.821000', '121958.824000', '121958.826000', '121958.829000', '121958.832000', '121958.835000', '121958.837000', '121958.841000', '121958.844000', '121958.846000', '121958.849000', '121958.851000', '121958.854000', '121958.856000', '121958.859000', '121958.862000', '121958.864000', '121958.867000', '121958.869000', '121958.872000', '122018.730000', '122018.732000', '122018.735000', '122018.738000', '122018.740000', '122018.743000', '122018.745000', '122018.748000', '122018.756000', '122018.759000', '122018.762000', '122018.764000', '122018.767000', '122018.769000', '122018.772000', '122018.774000', '122018.777000', '122018.779000', '122018.782000', '122018.785000', '122018.787000', '122018.790000', '122018.792000', '122018.795000', '122018.797000', '122018.800000', '122018.803000', '122018.805000', '122018.808000', '122018.810000', '122018.813000', '122018.816000', '122018.818000', '122018.821000', '122018.823000', '122018.826000', '122018.829000', '122018.831000', '122018.834000', '122018.836000', '122018.839000', '122018.841000', '122018.844000', '122018.847000', '122038.729000', '122038.732000', '122038.735000', '122038.737000', '122038.740000', '122038.742000', '122038.745000', '122038.748000', '122038.750000', '122038.753000', '122038.755000', '122038.758000', '122038.761000', '122038.763000', '122038.766000', '122038.768000', '122038.771000', '122038.773000', '122038.776000', '122038.779000', '122038.781000', '122038.784000', '122038.786000', '122038.789000', '122038.791000', '122038.794000', '122038.797000', '122038.799000', '122038.832000', '122038.835000', '122038.837000', '122038.840000', '122038.843000', '122038.845000', '122038.848000', '122038.850000', '122038.853000', '122038.855000', '122038.858000', '122038.861000', '122038.863000', '122038.898000', '122038.900000', '122058.729000', '122058.732000', '122058.735000', '122058.737000', '122058.740000', '122058.742000', '122058.745000', '122058.747000', '122058.750000', '122058.753000', '122058.755000', '122058.758000', '122058.761000', '122058.763000', '122058.766000', '122058.768000', '122058.771000', '122058.773000', '122058.776000', '122058.778000', '122058.781000', '122058.784000', '122058.786000', '122058.789000', '122058.791000', '122058.794000', '122058.797000', '122058.799000', '122058.802000', '122058.805000', '122058.807000', '122058.810000', '122058.812000', '122058.815000', '122058.817000', '122058.820000', '122058.822000', '122058.825000', '122058.828000', '122058.830000', '122058.833000', '122058.836000', '122058.838000', '122058.841000', '122118.729000', '122118.732000', '122118.735000', '122118.737000', '122118.740000', '122118.742000', '122118.745000', '122118.748000', '122118.750000', '122118.753000', '122118.756000', '122118.758000', '122118.761000', '122118.763000', '122118.766000', '122118.768000', '122118.771000', '122118.774000', '122118.776000', '122118.779000', '122118.781000', '122118.784000', '122118.787000', '122118.789000', '122118.792000', '122118.794000', '122118.797000', '122118.800000', '122118.802000', '122118.805000', '122118.807000', '122118.810000', '122118.812000', '122118.815000', '122118.818000', '122118.820000', '122118.823000', '122118.825000', '122118.828000', '122118.831000', '122118.833000', '122118.836000', '122118.838000', '122138.728000', '122138.731000', '122138.734000', '122138.736000', '122138.739000', '122138.741000', '122138.744000', '122138.747000', '122138.749000', '122138.752000', '122138.754000', '122138.757000', '122138.759000', '122138.762000', '122138.765000', '122138.767000', '122138.770000', '122138.772000', '122138.775000', '122138.778000', '122138.780000', '122138.783000', '122138.785000', '122138.788000', '122138.790000', '122138.793000', '122138.796000', '122138.798000', '122138.848000', '122138.850000', '122138.853000', '122138.856000', '122138.858000', '122138.861000', '122138.863000', '122138.866000', '122138.868000', '122138.871000', '122138.874000', '122138.876000', '122138.879000', '122138.881000', '122138.884000', '122138.887000', '122158.728000', '122158.731000', '122158.734000', '122158.737000', '122158.739000', '122158.742000', '122158.744000', '122158.747000', '122158.749000', '122158.752000', '122158.755000', '122158.757000', '122158.760000', '122158.762000', '122158.765000', '122158.767000', '122158.770000', '122158.773000', '122158.775000', '122158.778000', '122158.780000', '122158.783000', '122158.785000', '122158.788000', '122158.791000', '122158.793000', '122158.796000', '122158.799000', '122158.839000', '122158.841000', '122158.844000', '122158.846000', '122158.849000', '122158.851000', '122158.854000', '122158.856000', '122158.859000', '122158.862000', '122158.864000', '122158.867000', '122158.870000', '122158.872000', '122158.875000', '122218.728000', '122218.731000', '122218.734000', '122218.737000', '122218.739000', '122218.742000', '122218.745000', '122218.747000', '122218.750000', '122218.752000', '122218.755000', '122218.758000', '122218.760000', '122218.763000', '122218.765000', '122218.768000', '122218.770000', '122218.773000', '122218.776000', '122218.778000', '122218.781000', '122218.783000', '122218.786000', '122218.803000', '122218.825000', '122218.828000', '122218.830000', '122218.833000', '122218.836000', '122218.838000', '122218.841000', '122218.843000', '122218.846000', '122218.848000', '122218.851000', '122218.854000', '122218.856000', '122218.859000', '122218.862000', '122218.864000', '122218.867000', '122218.869000', '122218.872000', '122218.874000', '122238.730000', '122238.732000', '122238.735000', '122238.738000', '122238.740000', '122238.743000', '122238.745000', '122238.748000', '122238.751000', '122238.753000', '122238.756000', '122238.758000', '122238.761000', '122238.763000', '122238.766000', '122238.769000', '122238.771000', '122238.774000', '122238.776000', '122238.779000', '122238.781000', '122238.784000', '122238.787000', '122238.789000', '122238.792000', '122238.794000', '122238.797000', '122238.832000', '122238.834000', '122238.837000', '122238.839000', '122238.842000', '122238.845000', '122238.847000', '122238.850000', '122238.852000', '122238.855000', '122238.858000', '122238.860000', '122238.863000', '122238.866000', '122238.868000', '122238.871000', '122258.729000', '122258.732000', '122258.735000', '122258.737000', '122258.740000', '122258.743000', '122258.745000', '122258.748000', '122258.751000', '122258.753000', '122258.756000', '122258.758000', '122258.761000', '122258.763000', '122258.766000', '122258.769000', '122258.771000', '122258.774000', '122258.776000', '122258.779000', '122258.782000', '122258.784000', '122258.787000', '122258.789000', '122258.792000', '122258.794000', '122258.797000', '122258.872000', '122258.874000', '122258.877000', '122258.879000', '122258.882000', '122258.885000', '122258.887000', '122258.890000', '122258.892000', '122258.895000', '122258.898000', '122258.900000', '122258.903000', '122258.905000', '122258.908000', '122258.911000', '122258.913000', '122318.729000', '122318.732000', '122318.735000', '122318.737000', '122318.740000', '122318.743000', '122318.745000', '122318.748000', '122318.750000', '122318.753000', '122318.755000', '122318.758000', '122318.761000', '122318.763000', '122318.766000', '122318.769000', '122318.771000', '122318.774000', '122318.776000', '122318.779000', '122318.781000', '122318.784000', '122318.787000', '122318.789000', '122318.792000', '122318.794000', '122318.797000', '122318.830000', '122318.833000', '122318.835000', '122318.838000', '122318.840000', '122318.843000', '122318.846000', '122318.848000', '122318.851000', '122318.853000', '122318.856000', '122318.859000', '122318.861000', '122318.864000', '122318.867000', '122318.870000', '122338.729000', '122338.732000', '122338.735000', '122338.738000', '122338.740000', '122338.743000', '122338.745000', '122338.748000', '122338.751000', '122338.753000', '122338.756000', '122338.758000', '122338.761000', '122338.763000', '122338.766000', '122338.769000', '122338.771000', '122338.774000', '122338.777000', '122338.780000', '122338.782000', '122338.785000', '122338.788000', '122338.790000', '122338.793000', '122338.795000', '122338.798000', '122338.801000', '122338.803000', '122338.806000', '122338.808000', '122338.811000', '122338.814000', '122338.816000', '122338.819000', '122338.821000', '122338.824000', '122338.827000', '122338.829000', '122338.832000', '122338.834000', '122338.837000', '122338.840000', '122338.842000', '122358.728000', '122358.731000', '122358.734000', '122358.736000', '122358.756000', '122358.759000', '122358.761000', '122358.764000', '122358.766000', '122358.769000', '122358.771000', '122358.774000', '122358.776000', '122358.779000', '122358.782000', '122358.784000', '122358.787000', '122358.789000', '122358.792000', '122358.795000', '122358.797000', '122358.800000', '122358.847000', '122358.849000', '122358.852000', '122358.855000', '122358.865000', '122358.868000', '122358.871000', '122358.873000', '122358.876000', '122358.878000', '122358.881000', '122358.883000', '122358.886000', '122358.889000', '122358.891000', '122358.894000', '122358.897000', '122358.899000', '122358.902000', '122358.905000', '122358.907000', '122418.728000', '122418.731000', '122418.734000', '122418.736000', '122418.739000', '122418.742000', '122418.744000', '122418.747000', '122418.749000', '122418.752000', '122418.755000', '122418.757000', '122418.760000', '122418.762000', '122418.765000', '122418.767000', '122418.770000', '122418.773000', '122418.775000', '122418.778000', '122418.780000', '122418.783000', '122418.785000', '122418.788000', '122418.791000', '122418.793000', '122418.796000', '122418.798000', '122418.824000', '122418.827000', '122418.830000', '122418.832000', '122418.835000', '122418.837000', '122418.840000', '122418.842000', '122418.845000', '122418.848000', '122418.850000', '122418.853000', '122418.855000', '122418.858000', '122418.861000', '122418.863000', '122438.729000', '122438.732000', '122438.734000', '122438.737000', '122438.740000', '122438.742000', '122438.745000', '122438.747000', '122438.750000', '122438.752000', '122438.755000', '122438.757000', '122438.760000', '122438.763000', '122438.765000', '122438.768000', '122438.771000', '122438.773000', '122438.776000', '122438.778000', '122438.781000', '122438.784000', '122438.786000', '122438.789000', '122438.791000', '122438.794000', '122438.796000', '122438.799000', '122438.871000', '122438.873000', '122438.876000', '122438.879000', '122438.881000', '122438.884000', '122438.886000', '122438.889000', '122438.892000', '122438.894000', '122438.897000', '122438.899000', '122438.902000', '122438.904000', '122438.907000', '122458.730000', '122458.732000', '122458.735000', '122458.738000', '122458.741000', '122458.743000', '122458.746000', '122458.749000', '122458.751000', '122458.754000', '122458.757000', '122458.760000', '122458.763000', '122458.765000', '122458.768000', '122458.770000', '122458.773000', '122458.776000', '122458.778000', '122458.781000', '122458.783000', '122458.786000', '122458.789000', '122458.791000', '122458.794000', '122458.796000', '122458.799000', '122458.873000', '122458.875000', '122458.878000', '122458.881000', '122458.883000', '122458.886000', '122458.888000', '122458.891000', '122458.893000', '122458.896000', '122458.899000', '122458.901000', '122458.904000', '122458.906000', '122458.909000', '122458.911000', '122518.729000', '122518.732000', '122518.735000', '122518.738000', '122518.740000', '122518.743000', '122518.745000', '122518.748000', '122518.750000', '122518.753000', '122518.756000', '122518.758000', '122518.761000', '122518.763000', '122518.766000', '122518.768000', '122518.771000', '122518.774000', '122518.776000', '122518.779000', '122518.781000', '122518.784000', '122518.787000', '122518.789000', '122518.792000', '122518.794000', '122518.797000', '122518.838000', '122518.841000', '122518.843000', '122518.867000', '122518.870000', '122518.873000', '122518.875000', '122518.878000', '122518.881000', '122518.883000', '122518.886000', '122518.888000', '122518.891000', '122518.893000', '122518.896000', '122518.899000', '122518.901000', '122538.729000', '122538.732000', '122538.735000', '122538.737000', '122538.740000', '122538.743000', '122538.745000', '122538.748000', '122538.750000', '122538.753000', '122538.755000', '122538.758000', '122538.761000', '122538.763000', '122538.766000', '122538.769000', '122538.771000', '122538.774000', '122538.776000', '122538.779000', '122538.782000', '122538.784000', '122538.787000', '122538.789000', '122538.792000', '122538.794000', '122538.797000', '122538.869000', '122538.871000', '122538.874000', '122538.877000', '122538.879000', '122538.882000', '122538.884000', '122538.887000', '122538.890000', '122538.892000', '122538.895000', '122538.897000', '122538.900000', '122538.902000', '122538.905000', '122538.908000', '122538.910000', '122558.729000', '122558.732000', '122558.735000', '122558.738000', '122558.740000', '122558.743000', '122558.745000', '122558.748000', '122558.751000', '122558.753000', '122558.756000', '122558.758000', '122558.761000', '122558.763000', '122558.766000', '122558.769000', '122558.771000', '122558.774000', '122558.776000', '122558.779000', '122558.782000', '122558.784000', '122558.787000', '122558.789000', '122558.792000', '122558.794000', '122558.797000', '122558.859000', '122558.862000', '122558.865000', '122558.867000', '122558.870000', '122558.872000', '122558.875000', '122558.877000', '122558.880000', '122558.882000', '122558.885000', '122558.888000', '122558.890000', '122558.893000', '122558.895000', '122558.898000', '122618.729000', '122618.731000', '122618.734000', '122618.737000', '122618.740000', '122618.742000', '122618.745000', '122618.747000', '122618.750000', '122618.753000', '122618.755000', '122618.758000', '122618.761000', '122618.763000', '122618.766000', '122618.768000', '122618.771000', '122618.773000', '122618.776000', '122618.779000', '122618.781000', '122618.784000', '122618.786000', '122618.789000', '122618.791000', '122618.794000', '122618.797000', '122618.865000', '122618.867000', '122618.870000', '122618.872000', '122618.875000', '122618.877000', '122618.880000', '122618.883000', '122618.885000', '122618.888000', '122618.890000', '122618.893000', '122618.895000', '122618.898000', '122618.901000', '122618.903000', '122638.729000', '122638.731000', '122638.734000', '122638.736000', '122638.739000', '122638.742000', '122638.744000', '122638.747000', '122638.749000', '122638.752000', '122638.755000', '122638.757000', '122638.760000', '122638.763000', '122638.765000', '122638.768000', '122638.770000', '122638.773000', '122638.776000', '122638.778000', '122638.781000', '122638.783000', '122638.786000', '122638.789000', '122638.791000', '122638.794000', '122638.796000', '122638.799000', '122638.845000', '122638.848000', '122638.850000', '122638.853000', '122638.856000', '122638.858000', '122638.861000', '122638.863000', '122638.866000', '122638.868000', '122638.871000', '122638.873000', '122638.876000', '122638.890000', '122638.893000', '122638.896000', '122658.728000', '122658.731000', '122658.734000', '122658.736000', '122658.739000', '122658.742000', '122658.744000', '122658.747000', '122658.749000', '122658.752000', '122658.755000', '122658.757000', '122658.760000', '122658.762000', '122658.765000', '122658.767000', '122658.770000', '122658.773000', '122658.775000', '122658.778000', '122658.780000', '122658.783000', '122658.786000', '122658.788000', '122658.791000', '122658.793000', '122658.797000', '122658.833000', '122658.836000', '122658.838000', '122658.841000', '122658.844000', '122658.846000', '122658.849000', '122658.851000', '122658.854000', '122658.856000', '122658.859000', '122658.862000', '122658.864000', '122658.867000', '122658.870000', '122658.872000', '122718.729000', '122718.732000', '122718.735000', '122718.737000', '122718.740000', '122718.743000', '122718.745000', '122718.748000', '122718.750000', '122718.753000', '122718.756000', '122718.758000', '122718.761000', '122718.763000', '122718.766000', '122718.769000', '122718.771000', '122718.774000', '122718.777000', '122718.779000', '122718.782000', '122718.784000', '122718.787000', '122718.790000', '122718.792000', '122718.795000', '122718.797000', '122718.800000', '122718.845000', '122718.847000', '122718.850000', '122718.853000', '122718.855000', '122718.858000', '122718.860000', '122718.863000', '122718.865000', '122718.868000', '122718.871000', '122718.873000', '122718.876000', '122718.878000', '122718.881000', '122718.884000', '122738.729000', '122738.732000', '122738.735000', '122738.737000', '122738.740000', '122738.743000', '122738.745000', '122738.748000', '122738.750000', '122738.753000', '122738.756000', '122738.758000', '122738.761000', '122738.763000', '122738.766000', '122738.769000', '122738.772000', '122738.775000', '122738.778000', '122738.781000', '122738.783000', '122738.786000', '122738.788000', '122738.791000', '122738.794000', '122738.796000', '122738.799000', '122738.877000', '122738.879000', '122738.882000', '122738.884000', '122738.887000', '122738.890000', '122738.892000', '122738.895000', '122738.897000', '122738.900000', '122738.903000', '122738.905000', '122738.908000', '122738.910000', '122738.913000', '122738.915000', '122758.730000', '122758.732000', '122758.735000', '122758.738000', '122758.740000', '122758.743000', '122758.745000', '122758.748000', '122758.751000', '122758.753000', '122758.756000', '122758.758000', '122758.761000', '122758.764000', '122758.766000', '122758.769000', '122758.772000', '122758.774000', '122758.777000', '122758.779000', '122758.782000', '122758.785000', '122758.787000', '122758.790000', '122758.792000', '122758.795000', '122758.798000', '122758.890000', '122758.893000', '122758.896000', '122758.898000', '122758.901000', '122758.903000', '122758.906000', '122758.909000', '122758.911000', '122758.914000', '122758.928000', '122758.930000', '122758.933000', '122758.935000', '122758.938000', '122758.941000', '122758.943000', '122818.729000', '122818.734000', '122818.737000', '122818.739000', '122818.742000', '122818.745000', '122818.747000', '122818.750000', '122818.753000', '122818.755000', '122818.758000', '122818.760000', '122818.763000', '122818.765000', '122818.768000', '122818.770000', '122818.773000', '122818.776000', '122818.778000', '122818.781000', '122818.784000', '122818.787000', '122818.790000', '122818.792000', '122818.795000', '122818.797000', '122818.800000', '122818.903000', '122818.905000', '122818.908000', '122818.911000', '122818.913000', '122818.916000', '122818.918000', '122818.921000', '122818.924000', '122818.926000', '122818.929000', '122818.931000', '122818.934000', '122818.937000', '122818.939000', '122818.942000', '122838.728000', '122838.731000', '122838.734000', '122838.737000', '122838.739000', '122838.742000', '122838.744000', '122838.747000', '122838.749000', '122838.752000', '122838.755000', '122838.757000', '122838.760000', '122838.762000', '122838.765000', '122838.767000', '122838.770000', '122838.773000', '122838.775000', '122838.778000', '122838.780000', '122838.783000', '122838.786000', '122838.788000', '122838.791000', '122838.793000', '122838.796000', '122838.799000', '122838.894000', '122838.897000', '122838.899000', '122838.902000', '122838.904000', '122838.907000', '122838.909000', '122838.912000', '122838.915000', '122838.917000', '122838.920000', '122838.922000', '122838.925000', '122838.927000', '122838.930000', '122838.933000', '122858.729000', '122858.731000', '122858.734000', '122858.737000', '122858.739000', '122858.742000', '122858.744000', '122858.747000', '122858.750000', '122858.752000', '122858.755000', '122858.757000', '122858.760000', '122858.762000', '122858.765000', '122858.768000', '122858.770000', '122858.773000', '122858.775000', '122858.778000', '122858.781000', '122858.783000', '122858.786000', '122858.788000', '122858.791000', '122858.794000', '122858.796000', '122858.799000', '122858.801000', '122858.804000', '122858.807000', '122858.809000', '122858.812000', '122858.814000', '122858.817000', '122858.820000', '122858.822000', '122858.825000', '122858.827000', '122858.830000', '122858.833000', '122858.836000', '122858.839000', '122918.729000', '122918.732000', '122918.734000', '122918.737000', '122918.739000', '122918.742000', '122918.745000', '122918.747000', '122918.750000', '122918.752000', '122918.755000', '122918.758000', '122918.760000', '122918.763000', '122918.766000', '122918.768000', '122918.771000', '122918.773000', '122918.776000', '122918.779000', '122918.781000', '122918.784000', '122918.786000', '122918.789000', '122918.792000', '122918.794000', '122918.797000', '122918.890000', '122918.892000', '122918.895000', '122918.898000', '122918.900000', '122918.903000', '122918.905000', '122918.915000', '122918.918000', '122918.920000', '122918.923000', '122918.925000', '122918.928000', '122918.931000', '122918.933000', '122918.936000', '122918.938000', '122938.730000', '122938.732000', '122938.735000', '122938.738000', '122938.740000', '122938.743000', '122938.745000', '122938.748000', '122938.751000', '122938.753000', '122938.756000', '122938.758000', '122938.761000', '122938.763000', '122938.766000', '122938.769000', '122938.771000', '122938.774000', '122938.777000', '122938.779000', '122938.782000', '122938.784000', '122938.787000', '122938.790000', '122938.792000', '122938.795000', '122938.797000', '122938.886000', '122938.889000', '122938.891000', '122938.894000', '122938.897000', '122938.899000', '122938.902000', '122938.904000', '122938.907000', '122938.910000', '122938.912000', '122938.915000', '122938.917000', '122938.920000', '122938.922000', '122938.925000', '122958.730000', '122958.733000', '122958.735000', '122958.738000', '122958.741000', '122958.743000', '122958.746000', '122958.748000', '122958.751000', '122958.754000', '122958.756000', '122958.759000', '122958.762000', '122958.764000', '122958.767000', '122958.770000', '122958.772000', '122958.775000', '122958.778000', '122958.780000', '122958.783000', '122958.785000', '122958.788000', '122958.791000', '122958.793000', '122958.796000', '122958.798000', '122958.878000', '122958.880000', '122958.883000', '122958.886000', '122958.888000', '122958.891000', '122958.893000', '122958.896000', '122958.899000', '122958.901000', '122958.904000', '122958.906000', '122958.909000', '122958.912000', '122958.914000', '122958.917000', '122958.919000', '123018.730000', '123018.732000', '123018.735000', '123018.738000', '123018.740000', '123018.743000', '123018.745000', '123018.748000', '123018.751000', '123018.753000', '123018.756000', '123018.758000', '123018.761000', '123018.763000', '123018.766000', '123018.768000', '123018.771000', '123018.774000', '123018.776000', '123018.779000', '123018.782000', '123018.784000', '123018.787000', '123018.789000', '123018.792000', '123018.794000', '123018.797000', '123018.878000', '123018.880000', '123018.883000', '123018.885000', '123018.888000', '123018.891000', '123018.893000', '123018.896000', '123018.898000', '123018.901000', '123018.903000', '123018.906000', '123018.909000', '123018.911000', '123018.914000', '123018.917000', '123038.729000', '123038.732000', '123038.735000', '123038.738000', '123038.740000', '123038.743000', '123038.745000', '123038.748000', '123038.751000', '123038.753000', '123038.756000', '123038.758000', '123038.761000', '123038.763000', '123038.766000', '123038.769000', '123038.782000', '123038.785000', '123038.787000', '123038.790000', '123038.792000', '123038.795000', '123038.798000', '123038.862000', '123038.864000', '123038.867000', '123038.869000', '123038.872000', '123038.875000', '123038.877000', '123038.880000', '123038.882000', '123038.885000', '123038.888000', '123038.890000', '123038.893000', '123038.895000', '123038.898000', '123038.901000', '123038.903000', '123038.906000', '123038.908000', '123038.911000', '123038.914000', '123058.729000', '123058.731000', '123058.734000', '123058.737000', '123058.739000', '123058.742000', '123058.744000', '123058.747000', '123058.750000', '123058.752000', '123058.755000', '123058.757000', '123058.760000', '123058.762000', '123058.765000', '123058.768000', '123058.770000', '123058.773000', '123058.776000', '123058.778000', '123058.781000', '123058.783000', '123058.786000', '123058.788000', '123058.791000', '123058.794000', '123058.796000', '123058.799000', '123058.801000', '123058.804000', '123058.807000', '123058.809000', '123058.812000', '123058.814000', '123058.817000', '123058.820000', '123058.822000', '123058.825000', '123058.827000', '123058.830000', '123058.833000', '123058.835000', '123058.838000', '123118.729000', '123118.732000', '123118.734000', '123118.737000', '123118.739000', '123118.742000', '123118.745000', '123118.747000', '123118.750000', '123118.752000', '123118.755000', '123118.758000', '123118.760000', '123118.763000', '123118.765000', '123118.768000', '123118.771000', '123118.773000', '123118.776000', '123118.779000', '123118.781000', '123118.784000', '123118.786000', '123118.789000', '123118.791000', '123118.794000', '123118.797000', '123118.799000', '123118.802000', '123118.805000', '123118.807000', '123118.810000', '123118.812000', '123118.815000', '123118.818000', '123118.820000', '123118.823000', '123118.825000', '123118.828000', '123118.830000', '123118.833000', '123118.836000', '123118.838000', '123118.841000', '123138.729000', '123138.731000', '123138.734000', '123138.737000', '123138.739000', '123138.742000', '123138.744000', '123138.747000', '123138.750000', '123138.752000', '123138.755000', '123138.757000', '123138.760000', '123138.763000', '123138.765000', '123138.768000', '123138.770000', '123138.773000', '123138.775000', '123138.778000', '123138.781000', '123138.783000', '123138.786000', '123138.788000', '123138.791000', '123138.793000', '123138.796000', '123138.799000', '123138.801000', '123138.804000', '123138.806000', '123138.809000', '123138.812000', '123138.814000', '123138.817000', '123138.819000', '123138.822000', '123138.825000', '123138.827000', '123138.830000', '123138.832000', '123138.835000', '123138.838000', '123158.730000', '123158.732000', '123158.735000', '123158.738000', '123158.740000', '123158.743000', '123158.745000', '123158.748000', '123158.751000', '123158.753000', '123158.756000', '123158.758000', '123158.761000', '123158.764000', '123158.766000', '123158.769000', '123158.771000', '123158.774000', '123158.776000', '123158.779000', '123158.782000', '123158.784000', '123158.787000', '123158.790000', '123158.792000', '123158.795000', '123158.797000', '123158.899000', '123158.902000', '123158.904000', '123158.907000', '123158.909000', '123158.912000', '123158.915000', '123158.917000', '123158.920000', '123158.922000', '123158.925000', '123158.928000', '123158.930000', '123158.933000', '123158.936000', '123158.938000', '123158.941000', '123218.730000', '123218.732000', '123218.735000', '123218.738000', '123218.740000', '123218.743000', '123218.745000', '123218.748000', '123218.751000', '123218.753000', '123218.756000', '123218.758000', '123218.761000', '123218.763000', '123218.766000', '123218.769000', '123218.771000', '123218.774000', '123218.776000', '123218.779000', '123218.782000', '123218.784000', '123218.787000', '123218.789000', '123218.792000', '123218.795000', '123218.797000', '123218.800000', '123218.897000', '123218.900000', '123218.902000', '123218.905000', '123218.908000', '123218.910000', '123218.913000', '123218.915000', '123218.918000', '123218.921000', '123218.924000', '123218.926000', '123218.929000', '123218.932000', '123218.934000', '123238.730000', '123238.733000', '123238.735000', '123238.738000', '123238.740000', '123238.743000', '123238.745000', '123238.748000', '123238.751000', '123238.753000', '123238.757000', '123238.760000', '123238.762000', '123238.765000', '123238.768000', '123238.770000', '123238.773000', '123238.775000', '123238.778000', '123238.780000', '123238.783000', '123238.786000', '123238.788000', '123238.791000', '123238.793000', '123238.796000', '123238.799000', '123238.868000', '123238.871000', '123238.873000', '123238.876000', '123238.879000', '123238.881000', '123238.884000', '123238.886000', '123238.889000', '123238.891000', '123238.894000', '123238.897000', '123238.900000', '123238.902000', '123238.905000', '123238.907000', '123238.910000', '123258.730000', '123258.732000', '123258.735000', '123258.738000', '123258.740000', '123258.743000', '123258.745000', '123258.748000', '123258.750000', '123258.766000', '123258.769000', '123258.771000', '123258.774000', '123258.776000', '123258.779000', '123258.782000', '123258.784000', '123258.787000', '123258.789000', '123258.792000', '123258.794000', '123258.797000', '123258.800000', '123258.802000', '123258.805000', '123258.808000', '123258.810000', '123258.813000', '123258.815000', '123258.818000', '123258.821000', '123258.823000', '123258.826000', '123258.828000', '123258.831000', '123258.834000', '123258.836000', '123258.839000', '123258.841000', '123258.844000', '123258.847000', '123258.849000', '123258.852000', '123318.729000', '123318.732000', '123318.734000', '123318.737000', '123318.739000', '123318.742000', '123318.745000', '123318.747000', '123318.750000', '123318.753000', '123318.755000', '123318.758000', '123318.760000', '123318.763000', '123318.765000', '123318.768000', '123318.771000', '123318.773000', '123318.776000', '123318.778000', '123318.781000', '123318.784000', '123318.786000', '123318.789000', '123318.791000', '123318.794000', '123318.797000', '123318.799000', '123318.818000', '123318.820000', '123318.823000', '123318.826000', '123318.828000', '123318.831000', '123318.833000', '123318.836000', '123318.838000', '123318.841000', '123318.844000', '123318.846000', '123318.849000', '123318.851000', '123318.854000', '123338.729000', '123338.732000', '123338.734000', '123338.737000', '123338.739000', '123338.742000', '123338.745000', '123338.747000', '123338.750000', '123338.752000', '123338.755000', '123338.758000', '123338.760000', '123338.763000', '123338.765000', '123338.768000', '123338.771000', '123338.773000', '123338.776000', '123338.778000', '123338.781000', '123338.783000', '123338.786000', '123338.789000', '123338.791000', '123338.794000', '123338.796000', '123338.799000', '123338.861000', '123338.863000', '123338.866000', '123338.868000', '123338.871000', '123338.874000', '123338.876000', '123338.879000', '123338.881000', '123338.884000', '123338.887000', '123338.889000', '123338.892000', '123338.894000', '123338.897000', '123338.899000', '123354.607000', '123354.610000', '123354.613000', '123354.616000', '123354.618000', '123354.621000', '123354.624000', '123354.627000', '123354.629000', '123354.632000', '123354.635000', '123354.637000', '123354.640000', '123354.643000', '123354.645000', '123354.648000', '123354.651000', '123354.654000', '123354.656000', '123354.659000', '123354.662000', '123354.684000', '123354.687000', '123354.689000', '123354.692000', '123354.695000', '123354.697000', '123354.700000', '123354.703000', '123354.706000', '123354.708000', '123354.711000', '123354.713000', '123354.716000', '123354.721000'], 'InstanceCreationTime': ['121958.755000', '121958.758000', '121958.761000', '121958.764000', '121958.774000', '121958.777000', '121958.779000', '121958.782000', '121958.784000', '121958.787000', '121958.790000', '121958.792000', '121958.795000', '121958.797000', '121958.800000', '121958.803000', '121958.805000', '121958.808000', '121958.810000', '121958.816000', '121958.819000', '121958.821000', '121958.824000', '121958.826000', '121958.829000', '121958.832000', '121958.835000', '121958.837000', '121958.841000', '121958.844000', '121958.846000', '121958.849000', '121958.851000', '121958.854000', '121958.856000', '121958.859000', '121958.862000', '121958.864000', '121958.867000', '121958.869000', '121958.872000', '122018.730000', '122018.732000', '122018.735000', '122018.738000', '122018.740000', '122018.743000', '122018.745000', '122018.748000', '122018.756000', '122018.759000', '122018.762000', '122018.764000', '122018.767000', '122018.769000', '122018.772000', '122018.774000', '122018.777000', '122018.779000', '122018.782000', '122018.785000', '122018.787000', '122018.790000', '122018.792000', '122018.795000', '122018.797000', '122018.800000', '122018.803000', '122018.805000', '122018.808000', '122018.810000', '122018.813000', '122018.816000', '122018.818000', '122018.821000', '122018.823000', '122018.826000', '122018.829000', '122018.831000', '122018.834000', '122018.836000', '122018.839000', '122018.841000', '122018.844000', '122018.847000', '122038.729000', '122038.732000', '122038.735000', '122038.737000', '122038.740000', '122038.742000', '122038.745000', '122038.748000', '122038.750000', '122038.753000', '122038.755000', '122038.758000', '122038.761000', '122038.763000', '122038.766000', '122038.768000', '122038.771000', '122038.773000', '122038.776000', '122038.779000', '122038.781000', '122038.784000', '122038.786000', '122038.789000', '122038.791000', '122038.794000', '122038.797000', '122038.799000', '122038.832000', '122038.835000', '122038.837000', '122038.840000', '122038.843000', '122038.845000', '122038.848000', '122038.850000', '122038.853000', '122038.855000', '122038.858000', '122038.861000', '122038.863000', '122038.898000', '122038.900000', '122058.729000', '122058.732000', '122058.735000', '122058.737000', '122058.740000', '122058.742000', '122058.745000', '122058.747000', '122058.750000', '122058.753000', '122058.755000', '122058.758000', '122058.761000', '122058.763000', '122058.766000', '122058.768000', '122058.771000', '122058.773000', '122058.776000', '122058.778000', '122058.781000', '122058.784000', '122058.786000', '122058.789000', '122058.791000', '122058.794000', '122058.797000', '122058.799000', '122058.802000', '122058.805000', '122058.807000', '122058.810000', '122058.812000', '122058.815000', '122058.817000', '122058.820000', '122058.822000', '122058.825000', '122058.828000', '122058.830000', '122058.833000', '122058.836000', '122058.838000', '122058.841000', '122118.729000', '122118.732000', '122118.735000', '122118.737000', '122118.740000', '122118.742000', '122118.745000', '122118.748000', '122118.750000', '122118.753000', '122118.756000', '122118.758000', '122118.761000', '122118.763000', '122118.766000', '122118.768000', '122118.771000', '122118.774000', '122118.776000', '122118.779000', '122118.781000', '122118.784000', '122118.787000', '122118.789000', '122118.792000', '122118.794000', '122118.797000', '122118.800000', '122118.802000', '122118.805000', '122118.807000', '122118.810000', '122118.812000', '122118.815000', '122118.818000', '122118.820000', '122118.823000', '122118.825000', '122118.828000', '122118.831000', '122118.833000', '122118.836000', '122118.838000', '122138.728000', '122138.731000', '122138.734000', '122138.736000', '122138.739000', '122138.741000', '122138.744000', '122138.747000', '122138.749000', '122138.752000', '122138.754000', '122138.757000', '122138.759000', '122138.762000', '122138.765000', '122138.767000', '122138.770000', '122138.772000', '122138.775000', '122138.778000', '122138.780000', '122138.783000', '122138.785000', '122138.788000', '122138.790000', '122138.793000', '122138.796000', '122138.798000', '122138.848000', '122138.850000', '122138.853000', '122138.856000', '122138.858000', '122138.861000', '122138.863000', '122138.866000', '122138.868000', '122138.871000', '122138.874000', '122138.876000', '122138.879000', '122138.881000', '122138.884000', '122138.887000', '122158.728000', '122158.731000', '122158.734000', '122158.737000', '122158.739000', '122158.742000', '122158.744000', '122158.747000', '122158.749000', '122158.752000', '122158.755000', '122158.757000', '122158.760000', '122158.762000', '122158.765000', '122158.767000', '122158.770000', '122158.773000', '122158.775000', '122158.778000', '122158.780000', '122158.783000', '122158.785000', '122158.788000', '122158.791000', '122158.793000', '122158.796000', '122158.799000', '122158.839000', '122158.841000', '122158.844000', '122158.846000', '122158.849000', '122158.851000', '122158.854000', '122158.856000', '122158.859000', '122158.862000', '122158.864000', '122158.867000', '122158.870000', '122158.872000', '122158.875000', '122218.728000', '122218.731000', '122218.734000', '122218.737000', '122218.739000', '122218.742000', '122218.745000', '122218.747000', '122218.750000', '122218.752000', '122218.755000', '122218.758000', '122218.760000', '122218.763000', '122218.765000', '122218.768000', '122218.770000', '122218.773000', '122218.776000', '122218.778000', '122218.781000', '122218.783000', '122218.786000', '122218.803000', '122218.825000', '122218.828000', '122218.830000', '122218.833000', '122218.836000', '122218.838000', '122218.841000', '122218.843000', '122218.846000', '122218.848000', '122218.851000', '122218.854000', '122218.856000', '122218.859000', '122218.862000', '122218.864000', '122218.867000', '122218.869000', '122218.872000', '122218.874000', '122238.730000', '122238.732000', '122238.735000', '122238.738000', '122238.740000', '122238.743000', '122238.745000', '122238.748000', '122238.751000', '122238.753000', '122238.756000', '122238.758000', '122238.761000', '122238.763000', '122238.766000', '122238.769000', '122238.771000', '122238.774000', '122238.776000', '122238.779000', '122238.781000', '122238.784000', '122238.787000', '122238.789000', '122238.792000', '122238.794000', '122238.797000', '122238.832000', '122238.834000', '122238.837000', '122238.839000', '122238.842000', '122238.845000', '122238.847000', '122238.850000', '122238.852000', '122238.855000', '122238.858000', '122238.860000', '122238.863000', '122238.866000', '122238.868000', '122238.871000', '122258.729000', '122258.732000', '122258.735000', '122258.737000', '122258.740000', '122258.743000', '122258.745000', '122258.748000', '122258.751000', '122258.753000', '122258.756000', '122258.758000', '122258.761000', '122258.763000', '122258.766000', '122258.769000', '122258.771000', '122258.774000', '122258.776000', '122258.779000', '122258.782000', '122258.784000', '122258.787000', '122258.789000', '122258.792000', '122258.794000', '122258.797000', '122258.872000', '122258.874000', '122258.877000', '122258.879000', '122258.882000', '122258.885000', '122258.887000', '122258.890000', '122258.892000', '122258.895000', '122258.898000', '122258.900000', '122258.903000', '122258.905000', '122258.908000', '122258.911000', '122258.913000', '122318.729000', '122318.732000', '122318.735000', '122318.737000', '122318.740000', '122318.743000', '122318.745000', '122318.748000', '122318.750000', '122318.753000', '122318.755000', '122318.758000', '122318.761000', '122318.763000', '122318.766000', '122318.769000', '122318.771000', '122318.774000', '122318.776000', '122318.779000', '122318.781000', '122318.784000', '122318.787000', '122318.789000', '122318.792000', '122318.794000', '122318.797000', '122318.830000', '122318.833000', '122318.835000', '122318.838000', '122318.840000', '122318.843000', '122318.846000', '122318.848000', '122318.851000', '122318.853000', '122318.856000', '122318.859000', '122318.861000', '122318.864000', '122318.867000', '122318.870000', '122338.729000', '122338.732000', '122338.735000', '122338.738000', '122338.740000', '122338.743000', '122338.745000', '122338.748000', '122338.751000', '122338.753000', '122338.756000', '122338.758000', '122338.761000', '122338.763000', '122338.766000', '122338.769000', '122338.771000', '122338.774000', '122338.777000', '122338.780000', '122338.782000', '122338.785000', '122338.788000', '122338.790000', '122338.793000', '122338.795000', '122338.798000', '122338.801000', '122338.803000', '122338.806000', '122338.808000', '122338.811000', '122338.814000', '122338.816000', '122338.819000', '122338.821000', '122338.824000', '122338.827000', '122338.829000', '122338.832000', '122338.834000', '122338.837000', '122338.840000', '122338.842000', '122358.728000', '122358.731000', '122358.734000', '122358.736000', '122358.756000', '122358.759000', '122358.761000', '122358.764000', '122358.766000', '122358.769000', '122358.771000', '122358.774000', '122358.776000', '122358.779000', '122358.782000', '122358.784000', '122358.787000', '122358.789000', '122358.792000', '122358.795000', '122358.797000', '122358.800000', '122358.847000', '122358.849000', '122358.852000', '122358.855000', '122358.865000', '122358.868000', '122358.871000', '122358.873000', '122358.876000', '122358.878000', '122358.881000', '122358.883000', '122358.886000', '122358.889000', '122358.891000', '122358.894000', '122358.897000', '122358.899000', '122358.902000', '122358.905000', '122358.907000', '122418.728000', '122418.731000', '122418.734000', '122418.736000', '122418.739000', '122418.742000', '122418.744000', '122418.747000', '122418.749000', '122418.752000', '122418.755000', '122418.757000', '122418.760000', '122418.762000', '122418.765000', '122418.767000', '122418.770000', '122418.773000', '122418.775000', '122418.778000', '122418.780000', '122418.783000', '122418.785000', '122418.788000', '122418.791000', '122418.793000', '122418.796000', '122418.798000', '122418.824000', '122418.827000', '122418.830000', '122418.832000', '122418.835000', '122418.837000', '122418.840000', '122418.842000', '122418.845000', '122418.848000', '122418.850000', '122418.853000', '122418.855000', '122418.858000', '122418.861000', '122418.863000', '122438.729000', '122438.732000', '122438.734000', '122438.737000', '122438.740000', '122438.742000', '122438.745000', '122438.747000', '122438.750000', '122438.752000', '122438.755000', '122438.757000', '122438.760000', '122438.763000', '122438.765000', '122438.768000', '122438.771000', '122438.773000', '122438.776000', '122438.778000', '122438.781000', '122438.784000', '122438.786000', '122438.789000', '122438.791000', '122438.794000', '122438.796000', '122438.799000', '122438.871000', '122438.873000', '122438.876000', '122438.879000', '122438.881000', '122438.884000', '122438.886000', '122438.889000', '122438.892000', '122438.894000', '122438.897000', '122438.899000', '122438.902000', '122438.904000', '122438.907000', '122458.730000', '122458.732000', '122458.735000', '122458.738000', '122458.741000', '122458.743000', '122458.746000', '122458.749000', '122458.751000', '122458.754000', '122458.757000', '122458.760000', '122458.763000', '122458.765000', '122458.768000', '122458.770000', '122458.773000', '122458.776000', '122458.778000', '122458.781000', '122458.783000', '122458.786000', '122458.789000', '122458.791000', '122458.794000', '122458.796000', '122458.799000', '122458.873000', '122458.875000', '122458.878000', '122458.881000', '122458.883000', '122458.886000', '122458.888000', '122458.891000', '122458.893000', '122458.896000', '122458.899000', '122458.901000', '122458.904000', '122458.906000', '122458.909000', '122458.911000', '122518.729000', '122518.732000', '122518.735000', '122518.738000', '122518.740000', '122518.743000', '122518.745000', '122518.748000', '122518.750000', '122518.753000', '122518.756000', '122518.758000', '122518.761000', '122518.763000', '122518.766000', '122518.768000', '122518.771000', '122518.774000', '122518.776000', '122518.779000', '122518.781000', '122518.784000', '122518.787000', '122518.789000', '122518.792000', '122518.794000', '122518.797000', '122518.838000', '122518.841000', '122518.843000', '122518.867000', '122518.870000', '122518.873000', '122518.875000', '122518.878000', '122518.881000', '122518.883000', '122518.886000', '122518.888000', '122518.891000', '122518.893000', '122518.896000', '122518.899000', '122518.901000', '122538.729000', '122538.732000', '122538.735000', '122538.737000', '122538.740000', '122538.743000', '122538.745000', '122538.748000', '122538.750000', '122538.753000', '122538.755000', '122538.758000', '122538.761000', '122538.763000', '122538.766000', '122538.769000', '122538.771000', '122538.774000', '122538.776000', '122538.779000', '122538.782000', '122538.784000', '122538.787000', '122538.789000', '122538.792000', '122538.794000', '122538.797000', '122538.869000', '122538.871000', '122538.874000', '122538.877000', '122538.879000', '122538.882000', '122538.884000', '122538.887000', '122538.890000', '122538.892000', '122538.895000', '122538.897000', '122538.900000', '122538.902000', '122538.905000', '122538.908000', '122538.910000', '122558.729000', '122558.732000', '122558.735000', '122558.738000', '122558.740000', '122558.743000', '122558.745000', '122558.748000', '122558.751000', '122558.753000', '122558.756000', '122558.758000', '122558.761000', '122558.763000', '122558.766000', '122558.769000', '122558.771000', '122558.774000', '122558.776000', '122558.779000', '122558.782000', '122558.784000', '122558.787000', '122558.789000', '122558.792000', '122558.794000', '122558.797000', '122558.859000', '122558.862000', '122558.865000', '122558.867000', '122558.870000', '122558.872000', '122558.875000', '122558.877000', '122558.880000', '122558.882000', '122558.885000', '122558.888000', '122558.890000', '122558.893000', '122558.895000', '122558.898000', '122618.729000', '122618.731000', '122618.734000', '122618.737000', '122618.740000', '122618.742000', '122618.745000', '122618.747000', '122618.750000', '122618.753000', '122618.755000', '122618.758000', '122618.761000', '122618.763000', '122618.766000', '122618.768000', '122618.771000', '122618.773000', '122618.776000', '122618.779000', '122618.781000', '122618.784000', '122618.786000', '122618.789000', '122618.791000', '122618.794000', '122618.797000', '122618.865000', '122618.867000', '122618.870000', '122618.872000', '122618.875000', '122618.877000', '122618.880000', '122618.883000', '122618.885000', '122618.888000', '122618.890000', '122618.893000', '122618.895000', '122618.898000', '122618.901000', '122618.903000', '122638.729000', '122638.731000', '122638.734000', '122638.736000', '122638.739000', '122638.742000', '122638.744000', '122638.747000', '122638.749000', '122638.752000', '122638.755000', '122638.757000', '122638.760000', '122638.763000', '122638.765000', '122638.768000', '122638.770000', '122638.773000', '122638.776000', '122638.778000', '122638.781000', '122638.783000', '122638.786000', '122638.789000', '122638.791000', '122638.794000', '122638.796000', '122638.799000', '122638.845000', '122638.848000', '122638.850000', '122638.853000', '122638.856000', '122638.858000', '122638.861000', '122638.863000', '122638.866000', '122638.868000', '122638.871000', '122638.873000', '122638.876000', '122638.890000', '122638.893000', '122638.896000', '122658.728000', '122658.731000', '122658.734000', '122658.736000', '122658.739000', '122658.742000', '122658.744000', '122658.747000', '122658.749000', '122658.752000', '122658.755000', '122658.757000', '122658.760000', '122658.762000', '122658.765000', '122658.767000', '122658.770000', '122658.773000', '122658.775000', '122658.778000', '122658.780000', '122658.783000', '122658.786000', '122658.788000', '122658.791000', '122658.793000', '122658.797000', '122658.833000', '122658.836000', '122658.838000', '122658.841000', '122658.844000', '122658.846000', '122658.849000', '122658.851000', '122658.854000', '122658.856000', '122658.859000', '122658.862000', '122658.864000', '122658.867000', '122658.870000', '122658.872000', '122718.729000', '122718.732000', '122718.735000', '122718.737000', '122718.740000', '122718.743000', '122718.745000', '122718.748000', '122718.750000', '122718.753000', '122718.756000', '122718.758000', '122718.761000', '122718.763000', '122718.766000', '122718.769000', '122718.771000', '122718.774000', '122718.777000', '122718.779000', '122718.782000', '122718.784000', '122718.787000', '122718.790000', '122718.792000', '122718.795000', '122718.797000', '122718.800000', '122718.845000', '122718.847000', '122718.850000', '122718.853000', '122718.855000', '122718.858000', '122718.860000', '122718.863000', '122718.865000', '122718.868000', '122718.871000', '122718.873000', '122718.876000', '122718.878000', '122718.881000', '122718.884000', '122738.729000', '122738.732000', '122738.735000', '122738.737000', '122738.740000', '122738.743000', '122738.745000', '122738.748000', '122738.750000', '122738.753000', '122738.756000', '122738.758000', '122738.761000', '122738.763000', '122738.766000', '122738.769000', '122738.772000', '122738.775000', '122738.778000', '122738.781000', '122738.783000', '122738.786000', '122738.788000', '122738.791000', '122738.794000', '122738.796000', '122738.799000', '122738.877000', '122738.879000', '122738.882000', '122738.884000', '122738.887000', '122738.890000', '122738.892000', '122738.895000', '122738.897000', '122738.900000', '122738.903000', '122738.905000', '122738.908000', '122738.910000', '122738.913000', '122738.915000', '122758.730000', '122758.732000', '122758.735000', '122758.738000', '122758.740000', '122758.743000', '122758.745000', '122758.748000', '122758.751000', '122758.753000', '122758.756000', '122758.758000', '122758.761000', '122758.764000', '122758.766000', '122758.769000', '122758.772000', '122758.774000', '122758.777000', '122758.779000', '122758.782000', '122758.785000', '122758.787000', '122758.790000', '122758.792000', '122758.795000', '122758.798000', '122758.890000', '122758.893000', '122758.896000', '122758.898000', '122758.901000', '122758.903000', '122758.906000', '122758.909000', '122758.911000', '122758.914000', '122758.928000', '122758.930000', '122758.933000', '122758.935000', '122758.938000', '122758.941000', '122758.943000', '122818.729000', '122818.734000', '122818.737000', '122818.739000', '122818.742000', '122818.745000', '122818.747000', '122818.750000', '122818.753000', '122818.755000', '122818.758000', '122818.760000', '122818.763000', '122818.765000', '122818.768000', '122818.770000', '122818.773000', '122818.776000', '122818.778000', '122818.781000', '122818.784000', '122818.787000', '122818.790000', '122818.792000', '122818.795000', '122818.797000', '122818.800000', '122818.903000', '122818.905000', '122818.908000', '122818.911000', '122818.913000', '122818.916000', '122818.918000', '122818.921000', '122818.924000', '122818.926000', '122818.929000', '122818.931000', '122818.934000', '122818.937000', '122818.939000', '122818.942000', '122838.728000', '122838.731000', '122838.734000', '122838.737000', '122838.739000', '122838.742000', '122838.744000', '122838.747000', '122838.749000', '122838.752000', '122838.755000', '122838.757000', '122838.760000', '122838.762000', '122838.765000', '122838.767000', '122838.770000', '122838.773000', '122838.775000', '122838.778000', '122838.780000', '122838.783000', '122838.786000', '122838.788000', '122838.791000', '122838.793000', '122838.796000', '122838.799000', '122838.894000', '122838.897000', '122838.899000', '122838.902000', '122838.904000', '122838.907000', '122838.909000', '122838.912000', '122838.915000', '122838.917000', '122838.920000', '122838.922000', '122838.925000', '122838.927000', '122838.930000', '122838.933000', '122858.729000', '122858.731000', '122858.734000', '122858.737000', '122858.739000', '122858.742000', '122858.744000', '122858.747000', '122858.750000', '122858.752000', '122858.755000', '122858.757000', '122858.760000', '122858.762000', '122858.765000', '122858.768000', '122858.770000', '122858.773000', '122858.775000', '122858.778000', '122858.781000', '122858.783000', '122858.786000', '122858.788000', '122858.791000', '122858.794000', '122858.796000', '122858.799000', '122858.801000', '122858.804000', '122858.807000', '122858.809000', '122858.812000', '122858.814000', '122858.817000', '122858.820000', '122858.822000', '122858.825000', '122858.827000', '122858.830000', '122858.833000', '122858.836000', '122858.839000', '122918.729000', '122918.732000', '122918.734000', '122918.737000', '122918.739000', '122918.742000', '122918.745000', '122918.747000', '122918.750000', '122918.752000', '122918.755000', '122918.758000', '122918.760000', '122918.763000', '122918.766000', '122918.768000', '122918.771000', '122918.773000', '122918.776000', '122918.779000', '122918.781000', '122918.784000', '122918.786000', '122918.789000', '122918.792000', '122918.794000', '122918.797000', '122918.890000', '122918.892000', '122918.895000', '122918.898000', '122918.900000', '122918.903000', '122918.905000', '122918.915000', '122918.918000', '122918.920000', '122918.923000', '122918.925000', '122918.928000', '122918.931000', '122918.933000', '122918.936000', '122918.938000', '122938.730000', '122938.732000', '122938.735000', '122938.738000', '122938.740000', '122938.743000', '122938.745000', '122938.748000', '122938.751000', '122938.753000', '122938.756000', '122938.758000', '122938.761000', '122938.763000', '122938.766000', '122938.769000', '122938.771000', '122938.774000', '122938.777000', '122938.779000', '122938.782000', '122938.784000', '122938.787000', '122938.790000', '122938.792000', '122938.795000', '122938.797000', '122938.886000', '122938.889000', '122938.891000', '122938.894000', '122938.897000', '122938.899000', '122938.902000', '122938.904000', '122938.907000', '122938.910000', '122938.912000', '122938.915000', '122938.917000', '122938.920000', '122938.922000', '122938.925000', '122958.730000', '122958.733000', '122958.735000', '122958.738000', '122958.741000', '122958.743000', '122958.746000', '122958.748000', '122958.751000', '122958.754000', '122958.756000', '122958.759000', '122958.762000', '122958.764000', '122958.767000', '122958.770000', '122958.772000', '122958.775000', '122958.778000', '122958.780000', '122958.783000', '122958.785000', '122958.788000', '122958.791000', '122958.793000', '122958.796000', '122958.798000', '122958.878000', '122958.880000', '122958.883000', '122958.886000', '122958.888000', '122958.891000', '122958.893000', '122958.896000', '122958.899000', '122958.901000', '122958.904000', '122958.906000', '122958.909000', '122958.912000', '122958.914000', '122958.917000', '122958.919000', '123018.730000', '123018.732000', '123018.735000', '123018.738000', '123018.740000', '123018.743000', '123018.745000', '123018.748000', '123018.751000', '123018.753000', '123018.756000', '123018.758000', '123018.761000', '123018.763000', '123018.766000', '123018.768000', '123018.771000', '123018.774000', '123018.776000', '123018.779000', '123018.782000', '123018.784000', '123018.787000', '123018.789000', '123018.792000', '123018.794000', '123018.797000', '123018.878000', '123018.880000', '123018.883000', '123018.885000', '123018.888000', '123018.891000', '123018.893000', '123018.896000', '123018.898000', '123018.901000', '123018.903000', '123018.906000', '123018.909000', '123018.911000', '123018.914000', '123018.917000', '123038.729000', '123038.732000', '123038.735000', '123038.738000', '123038.740000', '123038.743000', '123038.745000', '123038.748000', '123038.751000', '123038.753000', '123038.756000', '123038.758000', '123038.761000', '123038.763000', '123038.766000', '123038.769000', '123038.782000', '123038.785000', '123038.787000', '123038.790000', '123038.792000', '123038.795000', '123038.798000', '123038.862000', '123038.864000', '123038.867000', '123038.869000', '123038.872000', '123038.875000', '123038.877000', '123038.880000', '123038.882000', '123038.885000', '123038.888000', '123038.890000', '123038.893000', '123038.895000', '123038.898000', '123038.901000', '123038.903000', '123038.906000', '123038.908000', '123038.911000', '123038.914000', '123058.729000', '123058.731000', '123058.734000', '123058.737000', '123058.739000', '123058.742000', '123058.744000', '123058.747000', '123058.750000', '123058.752000', '123058.755000', '123058.757000', '123058.760000', '123058.762000', '123058.765000', '123058.768000', '123058.770000', '123058.773000', '123058.776000', '123058.778000', '123058.781000', '123058.783000', '123058.786000', '123058.788000', '123058.791000', '123058.794000', '123058.796000', '123058.799000', '123058.801000', '123058.804000', '123058.807000', '123058.809000', '123058.812000', '123058.814000', '123058.817000', '123058.820000', '123058.822000', '123058.825000', '123058.827000', '123058.830000', '123058.833000', '123058.835000', '123058.838000', '123118.729000', '123118.732000', '123118.734000', '123118.737000', '123118.739000', '123118.742000', '123118.745000', '123118.747000', '123118.750000', '123118.752000', '123118.755000', '123118.758000', '123118.760000', '123118.763000', '123118.765000', '123118.768000', '123118.771000', '123118.773000', '123118.776000', '123118.779000', '123118.781000', '123118.784000', '123118.786000', '123118.789000', '123118.791000', '123118.794000', '123118.797000', '123118.799000', '123118.802000', '123118.805000', '123118.807000', '123118.810000', '123118.812000', '123118.815000', '123118.818000', '123118.820000', '123118.823000', '123118.825000', '123118.828000', '123118.830000', '123118.833000', '123118.836000', '123118.838000', '123118.841000', '123138.729000', '123138.731000', '123138.734000', '123138.737000', '123138.739000', '123138.742000', '123138.744000', '123138.747000', '123138.750000', '123138.752000', '123138.755000', '123138.757000', '123138.760000', '123138.763000', '123138.765000', '123138.768000', '123138.770000', '123138.773000', '123138.775000', '123138.778000', '123138.781000', '123138.783000', '123138.786000', '123138.788000', '123138.791000', '123138.793000', '123138.796000', '123138.799000', '123138.801000', '123138.804000', '123138.806000', '123138.809000', '123138.812000', '123138.814000', '123138.817000', '123138.819000', '123138.822000', '123138.825000', '123138.827000', '123138.830000', '123138.832000', '123138.835000', '123138.838000', '123158.730000', '123158.732000', '123158.735000', '123158.738000', '123158.740000', '123158.743000', '123158.745000', '123158.748000', '123158.751000', '123158.753000', '123158.756000', '123158.758000', '123158.761000', '123158.764000', '123158.766000', '123158.769000', '123158.771000', '123158.774000', '123158.776000', '123158.779000', '123158.782000', '123158.784000', '123158.787000', '123158.790000', '123158.792000', '123158.795000', '123158.797000', '123158.899000', '123158.902000', '123158.904000', '123158.907000', '123158.909000', '123158.912000', '123158.915000', '123158.917000', '123158.920000', '123158.922000', '123158.925000', '123158.928000', '123158.930000', '123158.933000', '123158.936000', '123158.938000', '123158.941000', '123218.730000', '123218.732000', '123218.735000', '123218.738000', '123218.740000', '123218.743000', '123218.745000', '123218.748000', '123218.751000', '123218.753000', '123218.756000', '123218.758000', '123218.761000', '123218.763000', '123218.766000', '123218.769000', '123218.771000', '123218.774000', '123218.776000', '123218.779000', '123218.782000', '123218.784000', '123218.787000', '123218.789000', '123218.792000', '123218.795000', '123218.797000', '123218.800000', '123218.897000', '123218.900000', '123218.902000', '123218.905000', '123218.908000', '123218.910000', '123218.913000', '123218.915000', '123218.918000', '123218.921000', '123218.924000', '123218.926000', '123218.929000', '123218.932000', '123218.934000', '123238.730000', '123238.733000', '123238.735000', '123238.738000', '123238.740000', '123238.743000', '123238.745000', '123238.748000', '123238.751000', '123238.753000', '123238.757000', '123238.760000', '123238.762000', '123238.765000', '123238.768000', '123238.770000', '123238.773000', '123238.775000', '123238.778000', '123238.780000', '123238.783000', '123238.786000', '123238.788000', '123238.791000', '123238.793000', '123238.796000', '123238.799000', '123238.868000', '123238.871000', '123238.873000', '123238.876000', '123238.879000', '123238.881000', '123238.884000', '123238.886000', '123238.889000', '123238.891000', '123238.894000', '123238.897000', '123238.900000', '123238.902000', '123238.905000', '123238.907000', '123238.910000', '123258.730000', '123258.732000', '123258.735000', '123258.738000', '123258.740000', '123258.743000', '123258.745000', '123258.748000', '123258.750000', '123258.766000', '123258.769000', '123258.771000', '123258.774000', '123258.776000', '123258.779000', '123258.782000', '123258.784000', '123258.787000', '123258.789000', '123258.792000', '123258.794000', '123258.797000', '123258.800000', '123258.802000', '123258.805000', '123258.808000', '123258.810000', '123258.813000', '123258.815000', '123258.818000', '123258.821000', '123258.823000', '123258.826000', '123258.828000', '123258.831000', '123258.834000', '123258.836000', '123258.839000', '123258.841000', '123258.844000', '123258.847000', '123258.849000', '123258.852000', '123318.729000', '123318.732000', '123318.734000', '123318.737000', '123318.739000', '123318.742000', '123318.745000', '123318.747000', '123318.750000', '123318.753000', '123318.755000', '123318.758000', '123318.760000', '123318.763000', '123318.765000', '123318.768000', '123318.771000', '123318.773000', '123318.776000', '123318.778000', '123318.781000', '123318.784000', '123318.786000', '123318.789000', '123318.791000', '123318.794000', '123318.797000', '123318.799000', '123318.818000', '123318.820000', '123318.823000', '123318.826000', '123318.828000', '123318.831000', '123318.833000', '123318.836000', '123318.838000', '123318.841000', '123318.844000', '123318.846000', '123318.849000', '123318.851000', '123318.854000', '123338.729000', '123338.732000', '123338.734000', '123338.737000', '123338.739000', '123338.742000', '123338.745000', '123338.747000', '123338.750000', '123338.752000', '123338.755000', '123338.758000', '123338.760000', '123338.763000', '123338.765000', '123338.768000', '123338.771000', '123338.773000', '123338.776000', '123338.778000', '123338.781000', '123338.783000', '123338.786000', '123338.789000', '123338.791000', '123338.794000', '123338.796000', '123338.799000', '123338.861000', '123338.863000', '123338.866000', '123338.868000', '123338.871000', '123338.874000', '123338.876000', '123338.879000', '123338.881000', '123338.884000', '123338.887000', '123338.889000', '123338.892000', '123338.894000', '123338.897000', '123338.899000', '123354.607000', '123354.610000', '123354.613000', '123354.616000', '123354.618000', '123354.621000', '123354.624000', '123354.627000', '123354.629000', '123354.632000', '123354.635000', '123354.637000', '123354.640000', '123354.643000', '123354.645000', '123354.648000', '123354.651000', '123354.654000', '123354.656000', '123354.659000', '123354.662000', '123354.684000', '123354.687000', '123354.689000', '123354.692000', '123354.695000', '123354.697000', '123354.700000', '123354.703000', '123354.706000', '123354.708000', '123354.711000', '123354.713000', '123354.716000', '123354.721000'], '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': [11279, 10587, 13230, 10595, 9832, 11768, 13956, 17302, 11137, 10127, 11689, 12185, 12508, 10398, 10109, 11675, 10813, 11908, 10872, 10895, 11084, 10608, 12043, 9673, 11281, 10755, 12303, 11507, 9475, 10742, 11276, 12290, 11746, 13592, 10900, 11671, 14660, 13979, 17345, 10810, 11483, 13133, 12222, 12026, 10949, 10259, 12583, 10904, 11697, 11333, 10363, 12004, 11450, 11129, 11710, 10790, 11697, 14488, 11570, 11079, 10862, 11641, 11724, 12022, 11531, 10511, 12117, 12721, 11982, 10454, 11299, 14239, 21300, 16527, 12584, 13195, 11248, 11198, 10996, 10958, 10185, 11942, 11575, 11434, 11704, 10485, 11940, 12214, 13151, 11527, 9531, 11911, 10876, 13254, 11584, 9375, 11522, 11535, 12755, 11067, 10643, 11590, 11239, 16908, 10620, 12056, 11951, 11792, 14581, 11135, 12126, 16830, 12851, 11388, 11230, 11628, 15522, 11773, 10116, 11222, 11361, 11455, 11525, 9630, 10747, 11015, 11985, 11696, 10659, 11603, 11563, 11776, 11753, 16048, 11582, 9622, 11971, 11704, 16591, 11214, 11955, 11594, 12832, 16431, 11064, 11765, 12357, 11637, 10327, 11391, 10612, 15678, 11264, 9284, 11383, 10872, 15670, 11292, 10660, 11623, 11848, 16851, 11233, 10302, 11590, 11596, 14293, 11474, 10510, 11534, 12009, 12026, 11742, 10188, 10919, 10862, 11677, 12436, 13371, 10577, 11210, 12230, 12898, 11612, 10705, 11552, 13478, 15645, 10697, 10377, 10829, 12843, 19051, 14171, 13508, 11001, 12665, 18485, 12332, 10529, 10941, 11398, 16883, 12296, 9662, 11355, 11016, 12071, 11729, 9419, 11286, 10716, 10739, 11843, 9646, 11306, 11128, 10338, 11489, 9470, 11724, 11688, 10097, 11796, 11970, 15401, 10868, 10727, 10155, 12116, 18162, 13114, 10612, 11016, 11767, 16440, 11295, 11210, 11737, 11795, 15712, 15706, 11124, 9350, 11922, 11809, 13879, 10980, 11385, 11663, 11559, 16043, 11043, 10656, 11957, 11416, 17473, 12687, 10865, 9632, 11855, 14584, 18028, 13640, 12589, 10916, 11445, 13607, 11596, 10256, 11613, 11780, 12841, 11751, 9696, 10898, 10740, 11123, 11758, 9795, 10818, 10764, 12167, 11540, 10173, 10549, 11119, 11050, 11139, 10155, 11186, 12421, 16518, 11346, 10898, 11478, 12464, 12766, 12075, 16561, 11040, 9857, 11601, 11914, 16857, 11276, 10228, 11462, 11500, 10778, 11307, 10491, 11176, 11438, 10791, 11524, 15414, 12867, 11527, 10813, 11232, 10551, 11599, 12444, 13244, 11280, 10588, 11808, 12106, 11656, 11059, 10290, 10907, 11325, 13050, 11137, 10018, 11752, 13416, 18944, 12122, 9500, 11475, 11598, 16662, 11516, 10902, 10976, 12077, 16375, 12710, 10960, 10580, 11291, 11336, 14750, 10488, 9562, 11761, 11178, 19159, 15016, 11394, 11625, 11729, 10229, 11980, 11991, 12117, 11280, 10420, 10827, 11522, 11148, 11592, 11102, 10140, 11442, 10680, 10560, 11047, 11841, 17328, 13177, 10877, 11134, 10716, 10102, 11601, 15500, 18689, 11716, 9838, 11542, 11075, 11511, 10956, 10436, 11587, 11726, 14539, 11121, 10029, 10900, 10972, 15293, 11128, 10446, 11487, 11157, 12978, 10696, 12461, 11630, 16949, 12638, 10430, 9280, 11430, 10217, 11073, 11517, 12011, 11254, 10813, 12030, 12291, 11878, 11172, 9445, 11589, 9936, 11607, 10937, 11965, 11179, 9627, 11603, 11234, 14948, 10985, 14830, 11572, 16698, 13570, 10758, 11779, 11056, 15997, 10523, 10813, 11296, 10921, 18784, 11810, 10417, 11387, 11736, 11534, 10889, 10293, 10904, 10770, 11570, 12222, 10991, 10533, 9278, 10873, 9844, 11639, 11400, 10948, 10402, 10516, 11439, 15810, 11014, 9781, 11171, 11106, 17854, 11119, 10668, 11305, 12131, 14948, 10446, 10441, 10835, 11722, 11264, 15480, 11816, 9834, 11653, 11432, 16649, 11793, 9729, 11545, 10680, 12119, 11464, 16489, 11235, 9796, 11396, 10576, 13121, 11065, 12484, 10856, 11663, 11394, 13963, 18902, 13505, 11244, 11284, 15394, 19052, 16159, 13722, 11089, 13364, 19521, 15716, 12752, 11499, 11763, 11255, 12766, 10832, 10127, 10841, 11362, 10892, 11901, 9857, 10734, 11123, 10844, 11387, 11564, 10697, 11546, 13221, 11638, 11055, 10806, 11493, 13756, 10899, 11215, 10672, 11364, 14100, 11545, 10611, 10969, 11108, 10512, 11590, 10763, 11548, 11041, 10045, 11674, 10631, 11373, 11037, 10351, 11525, 10788, 11008, 11056, 12579, 11521, 9918, 11410, 10376, 12870, 11645, 17914, 13257, 10528, 10823, 11618, 12580, 11365, 11409, 11206, 11129, 14110, 11168, 9891, 11077, 10376, 12702, 10747, 10242, 11320, 11309, 13681, 10853, 10843, 11287, 13549, 11338, 10425, 10901, 11759, 14759, 11322, 10179, 11418, 9898, 10866, 11663, 14613, 11543, 9612, 11144, 9778, 10213, 11446, 12716, 11181, 10175, 12107, 11789, 13417, 10992, 11212, 11305, 11435, 14707, 10969, 11279, 11751, 11558, 18551, 12155, 10314, 11160, 10884, 14365, 14863, 17659, 12716, 10540, 9693, 11247, 10885, 11299, 10485, 10207, 11093, 12680, 11083, 10057, 10117, 11695, 15111, 14436, 10472, 10411, 11256, 10870, 10960, 11011, 19076, 14310, 11213, 11348, 10714, 15506, 11325, 11427, 11797, 11721, 18381, 14987, 10634, 9184, 11015, 11851, 12050, 11363, 12137, 11823, 11136, 9474, 11940, 11764, 11484, 11542, 10999, 9594, 11100, 10721, 11731, 10972, 12260, 11603, 11698, 17577, 13808, 11585, 13549, 13941, 18494, 12957, 10935, 9987, 11350, 15420, 12386, 11209, 9982, 11500, 9895, 11742, 11313, 9653, 11364, 11950, 11417, 11710, 9993, 11141, 10844, 9950, 11746, 11047, 11756, 10681, 10648, 11354, 12006, 12054, 11735, 16174, 12031, 11721, 12543, 11250, 19282, 14975, 12446, 11408, 10497, 12433, 11381, 15248, 11213, 10581, 9864, 11639, 12697, 11260, 10575, 10542, 11736, 9776, 11260, 10909, 10863, 11341, 11804, 11792, 11761, 14800, 11847, 11066, 14228, 11208, 11122, 12362, 11463, 11557, 17757, 16665, 16970, 12419, 11103, 13377, 12827, 17715, 15927, 11797, 10677, 11684, 11669, 11525, 11241, 10266, 11880, 11425, 10912, 11158, 10176, 11751, 11446, 12354, 11264, 10021, 11821, 10598, 11823, 10665, 12679, 11736, 11736, 11735, 14794, 11073, 11812, 11693, 11330, 15124, 11985, 11041, 11661, 12816, 11771, 11527, 10957, 11869, 11496, 11415, 10835, 12145, 11527, 16939, 11324, 10849, 11164, 11922, 13090, 12102, 11160, 11595, 11829, 12160, 11718, 11290, 11700, 12233, 10400, 11359, 11100, 12430, 11650, 13028, 11967, 11591, 11877, 11513, 17203, 15477, 11301, 11477, 11139, 16641, 13407, 11841, 11309, 11601, 11353, 11373, 12175, 10179, 11312, 10263, 11584, 11768, 12129, 10898, 10954, 10572, 11724, 11487, 11543, 10908, 10719, 11833, 13637, 11536, 10951, 11219, 11517, 18208, 11933, 11536, 11310, 12696, 19157, 12202, 9679, 11705, 10942, 16165, 12797, 10424, 10924, 11046, 10275, 11398, 12353, 11156, 10767, 9669, 11518, 10751, 11601, 11503, 11776, 11579, 10422, 11481, 10992, 12377, 11422, 9683, 11435, 11564, 15437, 11549, 15401, 11241, 15240, 14717, 11356, 12019, 11574, 12528, 13266, 11380, 11568, 11605, 10295, 10769, 11384, 11494, 10844, 9725, 11924, 9526, 11421, 10976, 10240, 11743, 9919, 11552, 11164, 11307, 10923, 12996, 13303, 11459, 12277, 11540, 16007, 13328, 11890, 11554, 11249, 17947, 14462, 11749, 11517, 10574, 14066, 11679, 10181, 11468, 11351, 11534, 11906, 12425, 11448, 10040, 11340, 10395, 11159, 11730, 10616, 11465, 11339, 11316, 10658, 11732, 11236, 10650, 11765, 12746, 11401, 10736, 10188, 11200, 13168, 11273, 11951, 11734, 11398, 15915, 13542, 12529, 11758, 11216, 17571, 12189, 13892, 11526, 11338, 15890, 11321, 10494, 11718, 11659, 13888, 11245, 10165, 11787, 11612, 15104, 11594, 10584, 11573, 11395, 11529, 11489, 10158, 11710, 11161, 11396, 11155, 10223, 11496, 11601, 11542, 11138, 10940, 11624, 11057, 15709, 11488, 10272, 11698, 11741, 14113, 11563, 10368, 11492, 11701, 12438, 11006, 10528, 11400, 11825, 12963, 11521, 10755, 11497, 11587, 12777, 11623, 11005, 11828, 12536, 11287, 11718, 16969, 11584, 9762, 11717, 12263, 14075, 11184, 9984, 11432, 11039, 13489, 11468, 11944, 11417, 12572, 10634, 11422, 10101, 11616, 10919, 13546, 11694, 10540, 11265, 11634, 13392, 11587, 11153, 11466, 11455, 13811, 11632, 10446, 11776, 11927, 12241, 11310, 10571, 11504, 13346, 12822, 11505, 10272, 11610, 11530, 11709, 11389, 10518, 11833, 13073, 13159, 11701, 10552, 11662, 12064, 11862, 10821, 9322, 11685, 10938, 13490, 12252, 12994, 11302, 10019, 11664, 10642, 14952, 11651, 10036, 11498, 11159, 17806, 11566, 9866, 11438, 11352, 14927, 11374, 12260, 12041, 11568, 11280, 11761, 12108, 13043, 11540, 10305, 11437, 12222, 12177, 11943, 10849, 11571, 11581, 11834, 11192, 10129, 11570, 10729, 10738, 11612, 10108, 11598, 10189, 11155, 11387, 10080, 11494, 10741, 14645, 13083, 11940, 11896, 11047, 16558, 13594, 13135, 12039, 11100, 16407, 12193, 10124, 11779, 11665, 11686, 11634, 10922, 9561, 12069, 12426, 14715, 11267, 10552, 11796, 12203, 14164, 11133, 10458, 11735, 11285, 12090, 11973, 9934, 12060, 15632, 17282, 17312, 13513, 10080, 11179, 10583, 10596, 11657, 12406, 11496, 11361, 12156, 11893, 10276, 11267, 11301, 11315, 11277, 11284, 17495, 13609, 16468, 16453, 12435, 16738, 11401, 18552, 17688, 11862, 10058, 10835, 11278, 10595, 10913, 11378, 11320, 11427, 11368, 11910, 11883, 10280, 11501, 11190, 10148, 11798, 11772, 11589, 11551, 12235, 11545, 11145, 11197, 11702, 10221, 10633, 11181, 11369, 11639, 10357, 10683, 16756, 12112, 11096, 10785, 11586, 13121, 11363, 11864, 11074, 11152, 17322, 11676, 11323, 11059, 11445, 17978, 11629, 11727, 11462, 12189, 18212, 11778, 10148, 11444, 15410, 18714, 11539, 10494, 11569, 10797, 16911, 12080, 10899, 11509, 12021, 10729, 11543, 11425, 11870, 10651, 10754, 11191, 10444, 11590, 10507, 10194, 10972, 13797, 11629, 10424, 14246, 13526, 15916, 11171, 11008, 18777, 15293, 12005, 11133, 11590, 17715, 14801, 11825, 13895, 11832, 19822, 14230, 11478, 11034, 11747, 11648, 11090, 10968, 10644, 10878, 10418, 11125, 10639, 10621, 9967, 11094, 11172, 11026, 11324, 10908, 11053, 11024, 11262, 11137, 11167, 10794, 11964, 11391, 10719, 10855, 12919, 16960, 11844, 10772, 12153, 13671, 14914, 11629, 14123, 15550, 12065, 14919, 11497, 15066, 16981, 11486, 10967, 11483, 11611, 11304, 11951, 10520, 11644, 10622, 10932, 10944, 10357, 11942, 11114, 10646, 11524, 11270, 10935, 11489, 11744, 12111, 11446, 10617, 11229, 12888, 16604, 11481, 11751, 11146, 14481, 17487, 11835, 9906, 10645, 14405, 17465, 11418, 11866, 11197, 11044, 15613, 11409, 10900, 10649, 11108, 11823, 10702, 10725, 10912, 11654, 10361, 11547, 10863, 11602, 11264, 9523, 11568, 11662, 10721, 11894, 13289, 14341, 11002, 11398, 12741, 12762, 12656, 11681, 11365, 15662, 12078, 10009, 11322, 10868, 11430, 11812, 9865, 11563, 10452, 12448, 11450, 10453, 11683, 11552, 11261, 11848, 13965, 11333, 10880, 13704, 12807, 17954, 10892, 10134, 12362, 13914, 14493, 11719, 10067, 11611, 10949, 12129, 11780, 10900, 11645, 12916, 11407, 11310, 10515, 11986, 10619, 13825, 11381, 10101, 12005, 10564, 11884, 11815, 10170, 11808, 11292, 16128, 11626, 10068, 11807, 13428, 17324, 11616, 11583, 14356, 11819, 13808, 11750, 15343, 14226, 10940, 11450, 12156, 15731, 11938, 10613, 11131, 10963, 10907, 11168, 13886, 11653, 10850, 11268, 11614, 11072, 12111, 11451, 11772, 11587, 10848, 11808, 12350, 11995, 11734, 17700, 14136, 14063, 11270, 10812, 16007, 12045, 13107, 11192, 11693, 14952, 14129, 12753, 11453, 10659, 10815, 11649, 14068, 11125, 10911, 9638, 11906, 11668, 11048, 10935, 11096, 11685, 12392, 11381, 10978, 12078, 11614, 13664, 11484, 10825, 12256, 11830, 18509, 13259, 11079, 11907, 11479, 18906, 15757, 11121, 10286, 11746, 10546, 11436, 11312, 14455, 11605, 10530, 11752, 11863, 11551, 11671, 12261, 11767, 11479, 12229, 11741, 12130, 11923, 11705, 16243, 11577, 11987, 15389, 11983, 14477, 11418, 12154, 16194, 14355, 12918, 11151, 11152, 10265, 11939, 10879, 11678, 11527, 11384, 11887, 11051, 11977, 11228, 10298, 12382, 11432, 11546, 11490, 10901, 11164, 11262, 12280, 11475, 10799, 15569, 13634, 14491, 11713, 11552, 17318, 15302, 15166, 11705, 11501, 10786, 11333, 12984, 12385, 11253, 9980, 11568, 11614, 11373, 11738, 11825, 11815, 11734, 11339, 11701, 10830, 10760, 11484, 13056, 11540, 10686, 9906, 11998, 14817, 15846, 11216, 10731, 11544, 16667, 15831, 11337, 10306, 11495, 12733, 18658, 11644, 11577, 11352, 11867, 11860, 11581, 10909, 9947, 11363, 12510, 13251, 11551, 10492, 11422, 11690, 15777, 11323, 9987, 11560, 11544, 14591, 10917, 11422, 11918, 12121, 14764, 11573, 11348, 10371, 11864, 13019, 11190, 11528, 10609, 11562, 11266, 12355, 11295, 10465, 11612, 11244, 17003, 11713, 11503, 12281, 11856, 14157, 13247, 10862, 10659, 11314, 11334, 10687, 11476, 11514, 18075, 15775, 11750, 10350, 11413, 11561, 13125, 13197, 11975, 11430, 11962, 16296, 14154, 11137, 10691, 11809, 11228, 13251, 11371, 10280, 11531, 11380, 12760, 11668, 11902, 11707, 11622, 10768, 11364, 11239, 10947, 11612, 10327, 11984, 10795, 12324, 11283, 10720, 11496, 13201, 14001, 11441, 10490, 11490, 12824, 16474, 11069, 10477, 11327, 16723, 17630, 12096, 10988, 11375, 11159, 12263, 11860, 10421, 11312, 10972, 9952, 11823, 10897, 11763, 11618, 11903, 11820, 11029, 11599, 11137, 14637, 11267, 12546, 13525, 11753, 17883, 13267, 11989, 11457, 10819, 15479, 14783, 11965, 10920, 11209, 11550, 11535, 14964, 11673, 11069, 10144, 11977, 11664, 12803, 11611, 10681, 11536, 11107, 10835, 11796, 12221, 11258, 11709, 13115, 11013, 11214, 10274, 11311, 16171, 13560], 'WindowCenter': [5151.0, 5111.0, 5109.0, 5064.0, 5066.0, 5093.0, 5108.0, 5125.0, 5053.0, 5020.0, 5063.0, 5061.0, 5074.0, 5044.0, 5022.0, 5062.0, 5052.0, 5062.0, 5042.0, 5036.0, 5050.0, 5029.0, 5072.0, 5022.0, 5039.0, 5053.0, 5060.0, 5067.0, 5023.0, 5041.0, 5063.0, 5070.0, 5074.0, 5077.0, 5039.0, 5063.0, 5088.0, 5093.0, 5110.0, 5042.0, 5061.0, 5070.0, 5063.0, 5036.0, 5042.0, 5029.0, 5059.0, 5041.0, 5039.0, 5040.0, 5029.0, 5059.0, 5050.0, 5041.0, 5049.0, 5040.0, 5060.0, 5089.0, 5051.0, 5040.0, 5036.0, 5049.0, 5047.0, 5073.0, 5052.0, 5041.0, 5061.0, 5073.0, 5051.0, 5028.0, 5039.0, 5082.0, 5117.0, 5089.0, 5060.0, 5057.0, 5050.0, 5049.0, 5027.0, 5051.0, 5028.0, 5059.0, 5047.0, 5034.0, 5047.0, 5037.0, 5048.0, 5060.0, 5067.0, 5037.0, 5005.0, 5046.0, 5039.0, 5070.0, 5039.0, 5008.0, 5048.0, 5050.0, 5069.0, 5040.0, 5040.0, 5050.0, 5054.0, 5099.0, 5029.0, 5060.0, 5049.0, 5062.0, 5067.0, 5040.0, 5058.0, 5100.0, 5071.0, 5024.0, 5037.0, 5048.0, 5086.0, 5049.0, 5016.0, 5040.0, 5050.0, 5048.0, 5061.0, 5020.0, 5028.0, 5039.0, 5047.0, 5064.0, 5028.0, 5036.0, 5050.0, 5058.0, 5062.0, 5098.0, 5037.0, 5031.0, 5058.0, 5060.0, 5099.0, 5037.0, 5060.0, 5048.0, 5072.0, 5097.0, 5038.0, 5059.0, 5069.0, 5051.0, 5017.0, 5051.0, 5037.0, 5100.0, 5039.0, 5009.0, 5057.0, 5041.0, 5101.0, 5041.0, 5027.0, 5049.0, 5049.0, 5110.0, 5040.0, 5016.0, 5049.0, 5049.0, 5075.0, 5051.0, 5026.0, 5037.0, 5057.0, 5057.0, 5062.0, 5030.0, 5029.0, 5051.0, 5049.0, 5086.0, 5069.0, 5017.0, 5051.0, 5057.0, 5083.0, 5039.0, 5028.0, 5062.0, 5079.0, 5101.0, 5029.0, 5017.0, 5045.0, 5058.0, 5122.0, 5067.0, 5045.0, 5038.0, 5057.0, 5107.0, 5034.0, 5003.0, 5037.0, 5036.0, 5096.0, 5049.0, 4992.0, 5037.0, 5037.0, 5045.0, 5060.0, 5007.0, 5036.0, 5038.0, 5037.0, 5063.0, 5019.0, 5026.0, 5051.0, 5042.0, 5053.0, 5018.0, 5060.0, 5050.0, 5031.0, 5073.0, 5075.0, 5102.0, 5041.0, 5040.0, 5031.0, 5061.0, 5110.0, 5058.0, 5030.0, 5039.0, 5050.0, 5088.0, 5026.0, 5040.0, 5048.0, 5048.0, 5099.0, 5087.0, 5038.0, 4996.0, 5047.0, 5049.0, 5069.0, 5030.0, 5050.0, 5050.0, 5060.0, 5088.0, 5026.0, 5029.0, 5059.0, 5051.0, 5110.0, 5061.0, 5029.0, 5007.0, 5050.0, 5081.0, 5111.0, 5058.0, 5022.0, 5029.0, 5037.0, 5070.0, 5037.0, 5004.0, 5049.0, 5050.0, 5069.0, 5061.0, 5007.0, 5027.0, 5040.0, 5039.0, 5064.0, 5020.0, 5029.0, 5051.0, 5058.0, 5066.0, 5020.0, 5028.0, 5052.0, 5052.0, 5057.0, 5018.0, 5054.0, 5071.0, 5112.0, 5042.0, 5029.0, 5062.0, 5071.0, 5068.0, 5073.0, 5099.0, 5039.0, 5030.0, 5049.0, 5048.0, 5101.0, 5039.0, 5028.0, 5038.0, 5049.0, 5039.0, 5050.0, 5038.0, 5038.0, 5051.0, 5040.0, 5065.0, 5100.0, 5082.0, 5051.0, 5028.0, 5051.0, 5041.0, 5049.0, 5061.0, 5058.0, 5040.0, 5040.0, 5059.0, 5060.0, 5048.0, 5038.0, 5028.0, 5038.0, 5051.0, 5071.0, 5040.0, 5032.0, 5061.0, 5078.0, 5131.0, 5049.0, 5007.0, 5061.0, 5048.0, 5099.0, 5051.0, 5039.0, 5040.0, 5061.0, 5111.0, 5072.0, 5028.0, 5015.0, 5048.0, 5048.0, 5079.0, 5020.0, 5007.0, 5060.0, 5051.0, 5122.0, 5090.0, 5025.0, 5022.0, 5040.0, 5029.0, 5045.0, 5061.0, 5047.0, 5027.0, 5029.0, 5038.0, 5050.0, 5028.0, 5025.0, 5052.0, 5028.0, 5039.0, 5029.0, 5028.0, 5051.0, 5061.0, 5107.0, 5072.0, 5039.0, 5027.0, 5027.0, 5029.0, 5046.0, 5076.0, 5108.0, 5038.0, 5005.0, 5021.0, 5012.0, 5024.0, 5016.0, 5018.0, 5051.0, 5047.0, 5065.0, 5026.0, 5030.0, 5038.0, 5028.0, 5075.0, 5027.0, 5027.0, 5037.0, 5037.0, 5057.0, 5028.0, 5057.0, 5047.0, 5096.0, 5046.0, 5014.0, 4994.0, 5034.0, 5029.0, 5036.0, 5050.0, 5059.0, 5029.0, 5025.0, 5058.0, 5059.0, 5049.0, 5039.0, 5007.0, 5027.0, 5019.0, 5048.0, 5040.0, 5051.0, 5040.0, 5031.0, 5051.0, 5040.0, 5090.0, 5029.0, 5090.0, 5050.0, 5101.0, 5069.0, 5041.0, 5050.0, 5051.0, 5088.0, 5019.0, 5027.0, 5038.0, 5040.0, 5108.0, 5037.0, 5002.0, 5037.0, 5047.0, 5038.0, 5041.0, 5016.0, 5014.0, 5026.0, 5049.0, 5058.0, 5054.0, 5032.0, 5000.0, 5041.0, 5031.0, 5052.0, 5051.0, 5029.0, 5030.0, 5041.0, 5053.0, 5088.0, 5030.0, 5020.0, 5054.0, 5053.0, 5109.0, 5027.0, 5016.0, 5053.0, 5060.0, 5092.0, 5019.0, 5013.0, 5053.0, 5061.0, 5051.0, 5089.0, 5040.0, 5009.0, 5049.0, 5053.0, 5099.0, 5063.0, 5009.0, 5026.0, 5033.0, 5057.0, 5049.0, 5098.0, 5041.0, 5008.0, 5053.0, 5041.0, 5068.0, 5055.0, 5059.0, 5029.0, 5050.0, 5050.0, 5079.0, 5119.0, 5070.0, 5035.0, 5050.0, 5088.0, 5119.0, 5088.0, 5056.0, 5037.0, 5068.0, 5106.0, 5089.0, 5034.0, 5021.0, 5035.0, 5025.0, 5045.0, 5039.0, 5017.0, 5009.0, 5049.0, 5024.0, 5062.0, 5019.0, 5013.0, 5041.0, 5025.0, 5050.0, 5040.0, 5013.0, 5051.0, 5055.0, 5048.0, 5028.0, 5013.0, 5038.0, 5053.0, 5041.0, 5025.0, 5014.0, 5038.0, 5063.0, 5039.0, 5016.0, 5013.0, 5038.0, 5023.0, 5038.0, 5028.0, 5024.0, 5036.0, 5016.0, 5038.0, 5041.0, 5039.0, 5041.0, 5029.0, 5050.0, 5039.0, 5027.0, 5051.0, 5043.0, 5062.0, 5020.0, 5036.0, 5042.0, 5060.0, 5051.0, 5107.0, 5059.0, 5028.0, 5017.0, 5037.0, 5048.0, 5053.0, 5039.0, 5039.0, 5039.0, 5067.0, 5042.0, 5008.0, 5041.0, 5027.0, 5059.0, 5040.0, 5018.0, 5050.0, 5039.0, 5081.0, 5030.0, 5028.0, 5051.0, 5056.0, 5026.0, 5016.0, 5026.0, 5061.0, 5088.0, 5038.0, 5028.0, 5050.0, 5019.0, 5040.0, 5049.0, 5088.0, 5049.0, 5020.0, 5037.0, 5018.0, 5027.0, 5037.0, 5056.0, 5039.0, 5018.0, 5046.0, 5047.0, 5067.0, 5040.0, 5039.0, 5050.0, 5038.0, 5089.0, 5031.0, 5051.0, 5061.0, 5050.0, 5123.0, 5063.0, 5020.0, 5027.0, 5043.0, 5078.0, 5080.0, 5108.0, 5048.0, 5016.0, 5018.0, 5037.0, 5029.0, 5026.0, 5017.0, 5029.0, 5039.0, 5073.0, 5028.0, 5020.0, 5041.0, 5061.0, 5087.0, 5091.0, 5018.0, 5003.0, 5026.0, 5014.0, 5040.0, 5039.0, 5119.0, 5067.0, 5027.0, 5038.0, 5029.0, 5064.0, 5014.0, 5038.0, 5047.0, 5048.0, 5093.0, 5076.0, 5016.0, 4996.0, 5028.0, 5064.0, 5060.0, 5051.0, 5056.0, 5049.0, 5027.0, 5021.0, 5059.0, 5046.0, 5034.0, 5035.0, 5024.0, 5007.0, 5036.0, 5040.0, 5050.0, 5054.0, 5059.0, 5051.0, 5062.0, 5111.0, 5082.0, 5039.0, 5068.0, 5066.0, 5105.0, 5044.0, 5012.0, 5016.0, 5024.0, 5073.0, 5034.0, 5011.0, 4991.0, 5033.0, 5004.0, 5034.0, 5024.0, 4992.0, 5021.0, 5046.0, 5035.0, 5050.0, 5017.0, 5035.0, 5038.0, 5028.0, 5060.0, 5052.0, 5049.0, 5028.0, 5040.0, 5040.0, 5049.0, 5048.0, 5050.0, 5086.0, 5051.0, 5039.0, 5048.0, 5053.0, 5119.0, 5079.0, 5034.0, 5013.0, 5039.0, 5048.0, 5039.0, 5075.0, 5024.0, 5014.0, 5017.0, 5046.0, 5054.0, 5036.0, 5017.0, 5012.0, 5043.0, 5016.0, 5036.0, 5041.0, 5027.0, 5024.0, 5046.0, 5057.0, 5046.0, 5101.0, 5061.0, 5054.0, 5078.0, 5041.0, 5039.0, 5047.0, 5038.0, 5039.0, 5109.0, 5093.0, 5087.0, 5035.0, 5027.0, 5058.0, 5045.0, 5096.0, 5073.0, 5023.0, 5000.0, 5037.0, 5036.0, 5012.0, 5012.0, 5001.0, 5031.0, 5036.0, 5028.0, 5024.0, 5027.0, 5046.0, 5049.0, 5058.0, 5036.0, 5006.0, 5064.0, 5039.0, 5061.0, 5042.0, 5062.0, 5051.0, 5049.0, 5049.0, 5080.0, 5037.0, 5037.0, 5049.0, 5041.0, 5078.0, 5051.0, 5051.0, 5050.0, 5060.0, 5038.0, 5036.0, 5035.0, 5046.0, 5039.0, 5040.0, 5041.0, 5060.0, 5051.0, 5098.0, 5037.0, 5024.0, 5049.0, 5045.0, 5067.0, 5061.0, 5039.0, 5035.0, 5060.0, 5057.0, 5062.0, 5038.0, 5034.0, 5060.0, 5028.0, 5040.0, 5039.0, 5047.0, 5051.0, 5057.0, 5053.0, 5052.0, 5048.0, 5052.0, 5097.0, 5077.0, 5028.0, 5037.0, 5051.0, 5097.0, 5071.0, 5038.0, 5024.0, 5048.0, 5038.0, 5048.0, 5060.0, 5004.0, 5026.0, 5018.0, 5047.0, 5046.0, 5047.0, 5026.0, 5023.0, 5040.0, 5057.0, 5048.0, 5050.0, 5039.0, 5028.0, 5050.0, 5066.0, 5048.0, 5027.0, 5051.0, 5036.0, 5105.0, 5039.0, 5025.0, 5038.0, 5045.0, 5106.0, 5035.0, 4994.0, 5034.0, 5025.0, 5082.0, 5057.0, 5015.0, 5013.0, 5023.0, 5015.0, 5036.0, 5054.0, 5034.0, 5027.0, 5004.0, 5023.0, 5012.0, 5049.0, 5046.0, 5049.0, 5038.0, 5016.0, 5050.0, 5038.0, 5060.0, 5038.0, 5007.0, 5047.0, 5035.0, 5075.0, 5027.0, 5064.0, 5041.0, 5074.0, 5078.0, 5025.0, 5046.0, 5047.0, 5043.0, 5056.0, 5036.0, 5025.0, 5022.0, 5015.0, 5025.0, 5036.0, 5048.0, 5014.0, 4994.0, 5047.0, 5016.0, 5047.0, 5038.0, 5016.0, 5047.0, 5018.0, 5051.0, 5040.0, 5036.0, 5052.0, 5068.0, 5070.0, 5040.0, 5036.0, 5052.0, 5086.0, 5070.0, 5039.0, 5036.0, 5049.0, 5106.0, 5079.0, 5035.0, 5036.0, 5028.0, 5066.0, 5039.0, 5004.0, 5022.0, 5029.0, 5041.0, 5049.0, 5047.0, 5036.0, 5005.0, 5048.0, 5027.0, 5049.0, 5051.0, 5016.0, 5049.0, 5049.0, 5051.0, 5041.0, 5035.0, 5038.0, 5040.0, 5060.0, 5071.0, 5052.0, 5028.0, 5041.0, 5053.0, 5071.0, 5065.0, 5051.0, 5048.0, 5050.0, 5099.0, 5083.0, 5046.0, 5050.0, 5039.0, 5111.0, 5050.0, 5056.0, 5048.0, 5035.0, 5089.0, 5025.0, 5013.0, 5047.0, 5035.0, 5066.0, 5025.0, 5004.0, 5047.0, 5044.0, 5086.0, 5039.0, 5013.0, 5036.0, 5035.0, 5048.0, 5038.0, 5016.0, 5047.0, 5037.0, 5050.0, 5040.0, 5017.0, 5048.0, 5047.0, 5050.0, 5041.0, 5037.0, 5050.0, 5050.0, 5099.0, 5040.0, 5017.0, 5057.0, 5050.0, 5078.0, 5036.0, 5032.0, 5059.0, 5058.0, 5069.0, 5040.0, 5015.0, 5049.0, 5059.0, 5069.0, 5051.0, 5027.0, 5050.0, 5050.0, 5069.0, 5061.0, 5028.0, 5035.0, 5059.0, 5035.0, 5062.0, 5097.0, 5038.0, 5029.0, 5047.0, 5061.0, 5068.0, 5039.0, 5029.0, 5046.0, 5039.0, 5069.0, 5038.0, 5048.0, 5046.0, 5059.0, 5030.0, 5038.0, 5025.0, 5047.0, 5038.0, 5070.0, 5038.0, 5039.0, 5048.0, 5049.0, 5070.0, 5037.0, 5035.0, 5048.0, 5046.0, 5081.0, 5036.0, 5039.0, 5048.0, 5062.0, 5049.0, 5027.0, 5039.0, 5045.0, 5069.0, 5058.0, 5038.0, 5028.0, 5046.0, 5051.0, 5048.0, 5035.0, 5027.0, 5047.0, 5069.0, 5058.0, 5036.0, 5028.0, 5047.0, 5058.0, 5060.0, 5028.0, 4996.0, 5049.0, 5038.0, 5069.0, 5058.0, 5058.0, 5038.0, 5017.0, 5047.0, 5039.0, 5078.0, 5038.0, 5018.0, 5049.0, 5038.0, 5109.0, 5039.0, 5018.0, 5037.0, 5040.0, 5077.0, 5039.0, 5058.0, 5047.0, 5052.0, 5025.0, 5060.0, 5047.0, 5067.0, 5051.0, 5014.0, 5049.0, 5057.0, 5059.0, 5049.0, 5027.0, 5049.0, 5059.0, 5059.0, 5051.0, 5015.0, 5050.0, 5051.0, 5039.0, 5061.0, 5031.0, 5049.0, 5041.0, 5050.0, 5064.0, 5032.0, 5049.0, 5051.0, 5079.0, 5081.0, 5038.0, 5048.0, 5049.0, 5095.0, 5070.0, 5059.0, 5061.0, 5052.0, 5098.0, 5060.0, 5017.0, 5045.0, 5048.0, 5047.0, 5050.0, 5039.0, 5007.0, 5059.0, 5056.0, 5079.0, 5026.0, 5025.0, 5047.0, 5059.0, 5066.0, 5023.0, 5038.0, 5046.0, 5038.0, 5034.0, 5049.0, 5029.0, 5059.0, 5084.0, 5085.0, 5086.0, 5065.0, 5014.0, 5036.0, 5000.0, 5013.0, 5027.0, 5046.0, 5037.0, 5051.0, 5060.0, 5050.0, 5016.0, 5035.0, 5024.0, 5022.0, 5025.0, 5036.0, 5096.0, 5059.0, 5088.0, 5086.0, 5047.0, 5100.0, 5048.0, 5093.0, 5091.0, 5023.0, 4988.0, 4997.0, 5011.0, 5011.0, 5013.0, 5047.0, 5037.0, 5049.0, 5037.0, 5023.0, 5046.0, 5015.0, 5037.0, 5026.0, 5029.0, 5048.0, 5046.0, 5038.0, 5064.0, 5072.0, 5057.0, 5041.0, 5037.0, 5062.0, 5036.0, 5043.0, 5053.0, 5050.0, 5050.0, 5041.0, 5040.0, 5098.0, 5060.0, 5040.0, 5025.0, 5050.0, 5069.0, 5052.0, 5049.0, 5040.0, 5050.0, 5098.0, 5050.0, 5031.0, 5050.0, 5049.0, 5110.0, 5049.0, 5051.0, 5062.0, 5073.0, 5112.0, 5050.0, 5044.0, 5061.0, 5101.0, 5111.0, 5038.0, 5027.0, 5049.0, 5032.0, 5098.0, 5049.0, 5011.0, 5036.0, 5059.0, 5038.0, 5046.0, 5036.0, 5034.0, 5040.0, 5048.0, 5064.0, 5054.0, 5052.0, 5048.0, 5035.0, 5064.0, 5095.0, 5052.0, 5044.0, 5091.0, 5085.0, 5102.0, 5041.0, 5054.0, 5119.0, 5103.0, 5041.0, 5026.0, 5052.0, 5097.0, 5082.0, 5038.0, 5056.0, 5047.0, 5098.0, 5066.0, 5025.0, 5028.0, 5034.0, 5037.0, 5025.0, 5033.0, 5031.0, 5039.0, 5039.0, 5037.0, 5026.0, 5037.0, 5029.0, 5048.0, 5043.0, 5037.0, 5038.0, 5033.0, 5041.0, 5044.0, 5054.0, 5043.0, 5043.0, 5041.0, 5062.0, 5049.0, 5038.0, 5033.0, 5070.0, 5124.0, 5056.0, 5053.0, 5055.0, 5077.0, 5077.0, 5055.0, 5083.0, 5092.0, 5043.0, 5076.0, 5051.0, 5088.0, 5109.0, 5051.0, 5007.0, 5038.0, 5047.0, 5038.0, 5052.0, 5010.0, 5041.0, 5026.0, 5030.0, 5038.0, 5018.0, 5036.0, 5037.0, 5038.0, 5061.0, 5047.0, 5041.0, 5063.0, 5055.0, 5067.0, 5051.0, 5038.0, 5050.0, 5069.0, 5098.0, 5038.0, 5042.0, 5032.0, 5077.0, 5096.0, 5035.0, 5013.0, 5033.0, 5078.0, 5098.0, 5029.0, 5028.0, 5030.0, 5038.0, 5086.0, 5038.0, 5026.0, 5039.0, 5049.0, 5047.0, 5040.0, 5023.0, 5018.0, 5046.0, 5026.0, 5060.0, 5043.0, 5052.0, 5038.0, 5008.0, 5037.0, 5047.0, 5054.0, 5061.0, 5084.0, 5081.0, 5027.0, 5051.0, 5058.0, 5075.0, 5049.0, 5047.0, 5050.0, 5090.0, 5051.0, 5008.0, 5036.0, 5036.0, 5050.0, 5038.0, 5007.0, 5051.0, 5051.0, 5070.0, 5063.0, 5030.0, 5049.0, 5057.0, 5050.0, 5074.0, 5084.0, 5042.0, 5054.0, 5071.0, 5071.0, 5109.0, 5030.0, 5031.0, 5047.0, 5072.0, 5067.0, 5050.0, 5031.0, 5049.0, 5040.0, 5046.0, 5051.0, 5039.0, 5043.0, 5069.0, 5037.0, 5027.0, 5038.0, 5058.0, 5039.0, 5082.0, 5050.0, 5020.0, 5072.0, 5038.0, 5063.0, 5066.0, 5043.0, 5072.0, 5054.0, 5113.0, 5042.0, 5033.0, 5062.0, 5081.0, 5110.0, 5050.0, 5049.0, 5079.0, 5052.0, 5067.0, 5064.0, 5088.0, 5080.0, 5029.0, 5037.0, 5062.0, 5099.0, 5061.0, 5029.0, 5038.0, 5038.0, 5041.0, 5050.0, 5074.0, 5052.0, 5041.0, 5036.0, 5061.0, 5050.0, 5061.0, 5052.0, 5047.0, 5050.0, 5051.0, 5062.0, 5061.0, 5048.0, 5049.0, 5108.0, 5081.0, 5069.0, 5027.0, 5052.0, 5085.0, 5061.0, 5070.0, 5038.0, 5058.0, 5077.0, 5074.0, 5045.0, 5023.0, 5029.0, 5038.0, 5048.0, 5079.0, 5038.0, 5027.0, 5018.0, 5048.0, 5048.0, 5051.0, 5026.0, 5026.0, 5050.0, 5046.0, 5053.0, 5040.0, 5041.0, 5050.0, 5068.0, 5052.0, 5029.0, 5060.0, 5047.0, 5108.0, 5056.0, 5026.0, 5044.0, 5044.0, 5117.0, 5084.0, 5027.0, 5014.0, 5034.0, 5026.0, 5036.0, 5037.0, 5078.0, 5038.0, 5026.0, 5048.0, 5047.0, 5048.0, 5049.0, 5047.0, 5048.0, 5050.0, 5061.0, 5049.0, 5062.0, 5050.0, 5062.0, 5099.0, 5039.0, 5060.0, 5075.0, 5050.0, 5067.0, 5043.0, 5059.0, 5096.0, 5089.0, 5046.0, 5024.0, 5037.0, 5027.0, 5046.0, 5037.0, 5037.0, 5038.0, 5041.0, 5058.0, 5048.0, 5060.0, 5038.0, 5029.0, 5069.0, 5048.0, 5063.0, 5053.0, 5053.0, 5052.0, 5054.0, 5062.0, 5050.0, 5066.0, 5100.0, 5082.0, 5080.0, 5048.0, 5062.0, 5110.0, 5089.0, 5090.0, 5031.0, 5049.0, 5038.0, 5036.0, 5058.0, 5046.0, 5026.0, 5028.0, 5037.0, 5043.0, 5050.0, 5047.0, 5060.0, 5062.0, 5062.0, 5061.0, 5060.0, 5040.0, 5041.0, 5062.0, 5083.0, 5065.0, 5043.0, 5028.0, 5056.0, 5103.0, 5101.0, 5039.0, 5042.0, 5049.0, 5100.0, 5086.0, 5032.0, 5029.0, 5048.0, 5059.0, 5106.0, 5050.0, 5036.0, 5035.0, 5058.0, 5047.0, 5052.0, 5040.0, 5007.0, 5044.0, 5058.0, 5056.0, 5037.0, 5019.0, 5048.0, 5040.0, 5087.0, 5028.0, 5012.0, 5047.0, 5038.0, 5070.0, 5020.0, 5044.0, 5059.0, 5058.0, 5078.0, 5024.0, 5037.0, 5028.0, 5040.0, 5062.0, 5037.0, 5036.0, 5032.0, 5037.0, 5038.0, 5046.0, 5026.0, 5029.0, 5048.0, 5036.0, 5109.0, 5048.0, 5033.0, 5058.0, 5046.0, 5077.0, 5082.0, 5038.0, 5026.0, 5040.0, 5037.0, 5029.0, 5061.0, 5060.0, 5108.0, 5088.0, 5047.0, 5004.0, 5025.0, 5038.0, 5056.0, 5070.0, 5038.0, 5026.0, 5049.0, 5097.0, 5067.0, 5013.0, 5013.0, 5040.0, 5025.0, 5054.0, 5023.0, 5003.0, 5040.0, 5041.0, 5044.0, 5050.0, 5036.0, 5035.0, 5035.0, 5037.0, 5046.0, 5049.0, 5030.0, 5040.0, 5011.0, 5050.0, 5037.0, 5048.0, 5039.0, 5042.0, 5051.0, 5066.0, 5068.0, 5037.0, 5029.0, 5051.0, 5061.0, 5099.0, 5021.0, 5034.0, 5051.0, 5096.0, 5108.0, 5045.0, 5014.0, 5037.0, 5047.0, 5047.0, 5063.0, 5029.0, 5035.0, 5040.0, 5029.0, 5061.0, 5039.0, 5037.0, 5043.0, 5041.0, 5049.0, 5034.0, 5039.0, 5045.0, 5078.0, 5039.0, 5046.0, 5057.0, 5050.0, 5107.0, 5071.0, 5050.0, 5039.0, 5042.0, 5088.0, 5091.0, 5036.0, 5014.0, 5031.0, 5036.0, 5038.0, 5090.0, 5036.0, 5019.0, 5027.0, 5046.0, 5046.0, 5057.0, 5047.0, 5013.0, 5035.0, 5050.0, 5039.0, 5064.0, 5053.0, 5046.0, 5061.0, 5064.0, 5042.0, 5039.0, 5031.0, 5039.0, 5098.0, 5070.0], 'WindowWidth': [11204.0, 11119.0, 11091.0, 11014.0, 11021.0, 11052.0, 11060.0, 11078.0, 10971.0, 10918.0, 10987.0, 10979.0, 11002.0, 10958.0, 10921.0, 10984.0, 10972.0, 10982.0, 10951.0, 10936.0, 10962.0, 10932.0, 10996.0, 10925.0, 10943.0, 10972.0, 10978.0, 10996.0, 10926.0, 10947.0, 10985.0, 10992.0, 11002.0, 10998.0, 10942.0, 10986.0, 11014.0, 11026.0, 11043.0, 10951.0, 10980.0, 10991.0, 10983.0, 10932.0, 10952.0, 10934.0, 10973.0, 10951.0, 10939.0, 10947.0, 10935.0, 10973.0, 10961.0, 10947.0, 10958.0, 10950.0, 10977.0, 11016.0, 10963.0, 10946.0, 10936.0, 10961.0, 10954.0, 10999.0, 10965.0, 10950.0, 10978.0, 10998.0, 10965.0, 10926.0, 10942.0, 11008.0, 11056.0, 11011.0, 10973.0, 10964.0, 10961.0, 10960.0, 10922.0, 10967.0, 10932.0, 10971.0, 10952.0, 10926.0, 10952.0, 10943.0, 10957.0, 10975.0, 10981.0, 10936.0, 10892.0, 10953.0, 10945.0, 10988.0, 10944.0, 10897.0, 10956.0, 10959.0, 10987.0, 10943.0, 10947.0, 10963.0, 10971.0, 11028.0, 10927.0, 10975.0, 10959.0, 10983.0, 10978.0, 10946.0, 10972.0, 11033.0, 10990.0, 10915.0, 10943.0, 10957.0, 11007.0, 10958.0, 10906.0, 10947.0, 10964.0, 10960.0, 10981.0, 10919.0, 10927.0, 10949.0, 10956.0, 10988.0, 10929.0, 10933.0, 10965.0, 10972.0, 10984.0, 11024.0, 10937.0, 10938.0, 10970.0, 10978.0, 11029.0, 10937.0, 10978.0, 10958.0, 10996.0, 11024.0, 10941.0, 10976.0, 10988.0, 10964.0, 10912.0, 10965.0, 10942.0, 11036.0, 10943.0, 10904.0, 10972.0, 10951.0, 11038.0, 10949.0, 10926.0, 10963.0, 10961.0, 11050.0, 10948.0, 10906.0, 10960.0, 10960.0, 10994.0, 10965.0, 10921.0, 10936.0, 10970.0, 10968.0, 10984.0, 10934.0, 10928.0, 10965.0, 10960.0, 11020.0, 10984.0, 10907.0, 10966.0, 10970.0, 11013.0, 10943.0, 10926.0, 10982.0, 11001.0, 11035.0, 10928.0, 10907.0, 10954.0, 10971.0, 11066.0, 10975.0, 10943.0, 10943.0, 10966.0, 11037.0, 10927.0, 10883.0, 10939.0, 10936.0, 11023.0, 10955.0, 10867.0, 10938.0, 10941.0, 10950.0, 10975.0, 10895.0, 10935.0, 10943.0, 10942.0, 10984.0, 10916.0, 10921.0, 10968.0, 10957.0, 10967.0, 10914.0, 10975.0, 10959.0, 10937.0, 11000.0, 11003.0, 11035.0, 10946.0, 10944.0, 10939.0, 10979.0, 11045.0, 10966.0, 10927.0, 10944.0, 10960.0, 11006.0, 10916.0, 10947.0, 10958.0, 10957.0, 11026.0, 11006.0, 10937.0, 10877.0, 10952.0, 10957.0, 10986.0, 10928.0, 10958.0, 10960.0, 10977.0, 11010.0, 10916.0, 10928.0, 10973.0, 10964.0, 11045.0, 10974.0, 10926.0, 10894.0, 10959.0, 11003.0, 11048.0, 10963.0, 10905.0, 10928.0, 10937.0, 10986.0, 10933.0, 10885.0, 10958.0, 10960.0, 10987.0, 10977.0, 10895.0, 10921.0, 10949.0, 10944.0, 10986.0, 10915.0, 10927.0, 10964.0, 10969.0, 10989.0, 10917.0, 10926.0, 10967.0, 10965.0, 10976.0, 10911.0, 10972.0, 10993.0, 11054.0, 10952.0, 10926.0, 10980.0, 10994.0, 10988.0, 10998.0, 11027.0, 10941.0, 10933.0, 10957.0, 10955.0, 11032.0, 10942.0, 10927.0, 10942.0, 10961.0, 10946.0, 10962.0, 10945.0, 10942.0, 10963.0, 10948.0, 10990.0, 11037.0, 11012.0, 10964.0, 10924.0, 10963.0, 10950.0, 10959.0, 10979.0, 10969.0, 10946.0, 10950.0, 10974.0, 10974.0, 10954.0, 10938.0, 10929.0, 10943.0, 10965.0, 10996.0, 10945.0, 10939.0, 10980.0, 11000.0, 11079.0, 10957.0, 10895.0, 10980.0, 10955.0, 11031.0, 10964.0, 10944.0, 10949.0, 10980.0, 11049.0, 10994.0, 10925.0, 10903.0, 10959.0, 10956.0, 11003.0, 10915.0, 10896.0, 10976.0, 10965.0, 11068.0, 11017.0, 10915.0, 10907.0, 10942.0, 10932.0, 10947.0, 10978.0, 10950.0, 10922.0, 10924.0, 10943.0, 10961.0, 10926.0, 10914.0, 10967.0, 10929.0, 10944.0, 10929.0, 10926.0, 10968.0, 10980.0, 11042.0, 10994.0, 10943.0, 10921.0, 10922.0, 10932.0, 10953.0, 10992.0, 11040.0, 10937.0, 10886.0, 10902.0, 10892.0, 10911.0, 10904.0, 10911.0, 10962.0, 10951.0, 10972.0, 10920.0, 10936.0, 10943.0, 10926.0, 10987.0, 10919.0, 10927.0, 10940.0, 10940.0, 10964.0, 10927.0, 10968.0, 10955.0, 11021.0, 10949.0, 10900.0, 10872.0, 10932.0, 10929.0, 10936.0, 10961.0, 10970.0, 10925.0, 10914.0, 10970.0, 10971.0, 10958.0, 10941.0, 10895.0, 10918.0, 10918.0, 10954.0, 10947.0, 10965.0, 10945.0, 10937.0, 10965.0, 10947.0, 11017.0, 10927.0, 11018.0, 10960.0, 11032.0, 10983.0, 10947.0, 10962.0, 10963.0, 11009.0, 10913.0, 10921.0, 10943.0, 10945.0, 11042.0, 10934.0, 10878.0, 10937.0, 10954.0, 10941.0, 10946.0, 10903.0, 10897.0, 10919.0, 10960.0, 10969.0, 10970.0, 10935.0, 10886.0, 10948.0, 10938.0, 10965.0, 10960.0, 10927.0, 10929.0, 10950.0, 10967.0, 11011.0, 10927.0, 10915.0, 10969.0, 10968.0, 11041.0, 10919.0, 10904.0, 10967.0, 10975.0, 11021.0, 10910.0, 10895.0, 10968.0, 10979.0, 10963.0, 11010.0, 10939.0, 10897.0, 10958.0, 10966.0, 11029.0, 10979.0, 10896.0, 10915.0, 10936.0, 10966.0, 10956.0, 11022.0, 10946.0, 10893.0, 10966.0, 10949.0, 10984.0, 10973.0, 10969.0, 10925.0, 10959.0, 10959.0, 11001.0, 11056.0, 10982.0, 10933.0, 10961.0, 11008.0, 11060.0, 11007.0, 10957.0, 10938.0, 10982.0, 11040.0, 11013.0, 10923.0, 10903.0, 10931.0, 10917.0, 10946.0, 10941.0, 10905.0, 10891.0, 10955.0, 10916.0, 10978.0, 10913.0, 10895.0, 10948.0, 10918.0, 10958.0, 10942.0, 10899.0, 10962.0, 10959.0, 10957.0, 10922.0, 10896.0, 10941.0, 10953.0, 10947.0, 10914.0, 10898.0, 10940.0, 10967.0, 10944.0, 10902.0, 10893.0, 10939.0, 10917.0, 10937.0, 10922.0, 10910.0, 10934.0, 10910.0, 10938.0, 10947.0, 10938.0, 10948.0, 10930.0, 10960.0, 10942.0, 10919.0, 10964.0, 10946.0, 10981.0, 10914.0, 10931.0, 10954.0, 10975.0, 10964.0, 11037.0, 10971.0, 10923.0, 10904.0, 10938.0, 10950.0, 10966.0, 10938.0, 10938.0, 10942.0, 10978.0, 10949.0, 10894.0, 10948.0, 10924.0, 10971.0, 10944.0, 10912.0, 10960.0, 10944.0, 11004.0, 10928.0, 10926.0, 10964.0, 10961.0, 10918.0, 10905.0, 10920.0, 10979.0, 11013.0, 10942.0, 10927.0, 10958.0, 10912.0, 10944.0, 10959.0, 11015.0, 10959.0, 10917.0, 10935.0, 10909.0, 10926.0, 10936.0, 10962.0, 10940.0, 10909.0, 10949.0, 10951.0, 10978.0, 10944.0, 10941.0, 10961.0, 10939.0, 11014.0, 10932.0, 10965.0, 10980.0, 10960.0, 11069.0, 10983.0, 10914.0, 10919.0, 10954.0, 10999.0, 11002.0, 11036.0, 10949.0, 10903.0, 10913.0, 10936.0, 10928.0, 10918.0, 10909.0, 10931.0, 10944.0, 10993.0, 10924.0, 10916.0, 10952.0, 10980.0, 11010.0, 11021.0, 10908.0, 10880.0, 10914.0, 10901.0, 10945.0, 10942.0, 11056.0, 10973.0, 10920.0, 10941.0, 10929.0, 10968.0, 10895.0, 10937.0, 10951.0, 10953.0, 11017.0, 10991.0, 10903.0, 10874.0, 10924.0, 10987.0, 10977.0, 10961.0, 10964.0, 10953.0, 10919.0, 10920.0, 10972.0, 10947.0, 10928.0, 10929.0, 10914.0, 10893.0, 10933.0, 10943.0, 10957.0, 10968.0, 10969.0, 10963.0, 10979.0, 11049.0, 11007.0, 10942.0, 10983.0, 10977.0, 11031.0, 10940.0, 10892.0, 10906.0, 10916.0, 10982.0, 10926.0, 10891.0, 10863.0, 10928.0, 10887.0, 10929.0, 10913.0, 10865.0, 10907.0, 10948.0, 10932.0, 10957.0, 10910.0, 10930.0, 10936.0, 10928.0, 10974.0, 10963.0, 10954.0, 10925.0, 10946.0, 10944.0, 10955.0, 10951.0, 10958.0, 11003.0, 10960.0, 10939.0, 10951.0, 10969.0, 11058.0, 10998.0, 10926.0, 10893.0, 10945.0, 10956.0, 10942.0, 10987.0, 10913.0, 10899.0, 10912.0, 10950.0, 10957.0, 10936.0, 10906.0, 10892.0, 10942.0, 10909.0, 10934.0, 10948.0, 10920.0, 10912.0, 10949.0, 10968.0, 10951.0, 11036.0, 10981.0, 10969.0, 10993.0, 10941.0, 10938.0, 10947.0, 10935.0, 10941.0, 11045.0, 11016.0, 11005.0, 10925.0, 10922.0, 10967.0, 10945.0, 11016.0, 10982.0, 10907.0, 10870.0, 10935.0, 10933.0, 10888.0, 10887.0, 10874.0, 10920.0, 10933.0, 10923.0, 10913.0, 10926.0, 10950.0, 10959.0, 10967.0, 10933.0, 10889.0, 10982.0, 10947.0, 10979.0, 10953.0, 10976.0, 10960.0, 10958.0, 10955.0, 10999.0, 10934.0, 10934.0, 10954.0, 10944.0, 10996.0, 10960.0, 10966.0, 10962.0, 10974.0, 10936.0, 10934.0, 10938.0, 10949.0, 10942.0, 10941.0, 10950.0, 10977.0, 10962.0, 11023.0, 10936.0, 10913.0, 10958.0, 10951.0, 10982.0, 10976.0, 10940.0, 10932.0, 10976.0, 10969.0, 10978.0, 10938.0, 10928.0, 10976.0, 10927.0, 10947.0, 10943.0, 10948.0, 10964.0, 10966.0, 10969.0, 10961.0, 10953.0, 10966.0, 11024.0, 10996.0, 10921.0, 10936.0, 10962.0, 11022.0, 10990.0, 10936.0, 10911.0, 10957.0, 10944.0, 10955.0, 10974.0, 10885.0, 10917.0, 10913.0, 10952.0, 10950.0, 10952.0, 10919.0, 10910.0, 10947.0, 10970.0, 10957.0, 10960.0, 10942.0, 10926.0, 10959.0, 10976.0, 10957.0, 10923.0, 10963.0, 10935.0, 11032.0, 10938.0, 10915.0, 10943.0, 10944.0, 11037.0, 10931.0, 10873.0, 10931.0, 10923.0, 10996.0, 10967.0, 10902.0, 10897.0, 10911.0, 10905.0, 10935.0, 10959.0, 10932.0, 10922.0, 10886.0, 10908.0, 10893.0, 10957.0, 10951.0, 10959.0, 10941.0, 10903.0, 10960.0, 10941.0, 10972.0, 10939.0, 10892.0, 10954.0, 10931.0, 10987.0, 10919.0, 10966.0, 10950.0, 10986.0, 10993.0, 10913.0, 10948.0, 10953.0, 10943.0, 10962.0, 10932.0, 10914.0, 10907.0, 10905.0, 10920.0, 10936.0, 10954.0, 10898.0, 10870.0, 10954.0, 10911.0, 10954.0, 10940.0, 10904.0, 10952.0, 10914.0, 10964.0, 10943.0, 10933.0, 10965.0, 10985.0, 10989.0, 10942.0, 10931.0, 10967.0, 11007.0, 10987.0, 10938.0, 10934.0, 10959.0, 11037.0, 10999.0, 10928.0, 10934.0, 10928.0, 10977.0, 10941.0, 10883.0, 10906.0, 10925.0, 10942.0, 10956.0, 10950.0, 10931.0, 10888.0, 10956.0, 10927.0, 10959.0, 10961.0, 10905.0, 10958.0, 10957.0, 10962.0, 10946.0, 10929.0, 10938.0, 10947.0, 10974.0, 10990.0, 10964.0, 10924.0, 10950.0, 10969.0, 10992.0, 10987.0, 10959.0, 10952.0, 10962.0, 11029.0, 11008.0, 10946.0, 10958.0, 10944.0, 11045.0, 10959.0, 10958.0, 10955.0, 10934.0, 11014.0, 10918.0, 10899.0, 10952.0, 10933.0, 10977.0, 10914.0, 10887.0, 10953.0, 10947.0, 11006.0, 10939.0, 10895.0, 10937.0, 10932.0, 10955.0, 10936.0, 10907.0, 10954.0, 10940.0, 10962.0, 10941.0, 10910.0, 10959.0, 10954.0, 10965.0, 10948.0, 10939.0, 10962.0, 10961.0, 11031.0, 10943.0, 10910.0, 10969.0, 10959.0, 10998.0, 10932.0, 10936.0, 10974.0, 10972.0, 10989.0, 10944.0, 10905.0, 10961.0, 10973.0, 10988.0, 10963.0, 10922.0, 10960.0, 10963.0, 10988.0, 10977.0, 10925.0, 10932.0, 10972.0, 10936.0, 10981.0, 11021.0, 10937.0, 10932.0, 10954.0, 10979.0, 10980.0, 10943.0, 10933.0, 10953.0, 10947.0, 10986.0, 10938.0, 10956.0, 10953.0, 10973.0, 10932.0, 10937.0, 10921.0, 10953.0, 10944.0, 10988.0, 10936.0, 10945.0, 10957.0, 10958.0, 10987.0, 10934.0, 10933.0, 10956.0, 10951.0, 11003.0, 10932.0, 10944.0, 10956.0, 10979.0, 10954.0, 10920.0, 10945.0, 10949.0, 10987.0, 10966.0, 10938.0, 10930.0, 10952.0, 10964.0, 10952.0, 10929.0, 10928.0, 10953.0, 10988.0, 10967.0, 10932.0, 10929.0, 10956.0, 10969.0, 10974.0, 10923.0, 10878.0, 10960.0, 10945.0, 10984.0, 10968.0, 10967.0, 10938.0, 10910.0, 10954.0, 10945.0, 10997.0, 10935.0, 10912.0, 10957.0, 10942.0, 11042.0, 10940.0, 10914.0, 10938.0, 10946.0, 10992.0, 10941.0, 10970.0, 10955.0, 10965.0, 10917.0, 10975.0, 10954.0, 10983.0, 10959.0, 10902.0, 10959.0, 10966.0, 10973.0, 10957.0, 10920.0, 10958.0, 10975.0, 10972.0, 10962.0, 10904.0, 10964.0, 10965.0, 10946.0, 10978.0, 10933.0, 10960.0, 10953.0, 10961.0, 10987.0, 10936.0, 10955.0, 10965.0, 11001.0, 11007.0, 10937.0, 10953.0, 10959.0, 11019.0, 10987.0, 10971.0, 10979.0, 10967.0, 11027.0, 10975.0, 10908.0, 10945.0, 10956.0, 10954.0, 10962.0, 10942.0, 10894.0, 10972.0, 10965.0, 11000.0, 10917.0, 10919.0, 10952.0, 10972.0, 10974.0, 10910.0, 10943.0, 10949.0, 10939.0, 10925.0, 10957.0, 10932.0, 10972.0, 11003.0, 11002.0, 11006.0, 10975.0, 10898.0, 10932.0, 10875.0, 10896.0, 10916.0, 10945.0, 10932.0, 10963.0, 10972.0, 10955.0, 10907.0, 10929.0, 10914.0, 10908.0, 10916.0, 10934.0, 11020.0, 10968.0, 11010.0, 11004.0, 10947.0, 11028.0, 10959.0, 11014.0, 11010.0, 10910.0, 10853.0, 10865.0, 10890.0, 10895.0, 10896.0, 10954.0, 10940.0, 10959.0, 10933.0, 10907.0, 10950.0, 10904.0, 10935.0, 10917.0, 10931.0, 10952.0, 10946.0, 10937.0, 10990.0, 10996.0, 10974.0, 10945.0, 10934.0, 10980.0, 10945.0, 10956.0, 10968.0, 10956.0, 10959.0, 10953.0, 10950.0, 11027.0, 10972.0, 10942.0, 10917.0, 10960.0, 10983.0, 10965.0, 10956.0, 10945.0, 10961.0, 11024.0, 10957.0, 10927.0, 10964.0, 10957.0, 11045.0, 10956.0, 10962.0, 10983.0, 10999.0, 11046.0, 10956.0, 10961.0, 10984.0, 11033.0, 11047.0, 10937.0, 10922.0, 10960.0, 10934.0, 11028.0, 10956.0, 10895.0, 10931.0, 10972.0, 10943.0, 10949.0, 10934.0, 10924.0, 10947.0, 10960.0, 10986.0, 10970.0, 10963.0, 10963.0, 10945.0, 10989.0, 11027.0, 10963.0, 10959.0, 11020.0, 11018.0, 11032.0, 10947.0, 10972.0, 11059.0, 11039.0, 10940.0, 10920.0, 10967.0, 11022.0, 11005.0, 10937.0, 10962.0, 10954.0, 11019.0, 10976.0, 10916.0, 10928.0, 10930.0, 10939.0, 10917.0, 10937.0, 10936.0, 10946.0, 10945.0, 10937.0, 10924.0, 10942.0, 10933.0, 10958.0, 10950.0, 10936.0, 10942.0, 10937.0, 10945.0, 10955.0, 10968.0, 10947.0, 10951.0, 10950.0, 10981.0, 10961.0, 10942.0, 10936.0, 10989.0, 11072.0, 10969.0, 10971.0, 10969.0, 11001.0, 10991.0, 10969.0, 11006.0, 11018.0, 10947.0, 10990.0, 10967.0, 11014.0, 11044.0, 10961.0, 10887.0, 10942.0, 10955.0, 10942.0, 10966.0, 10895.0, 10942.0, 10926.0, 10930.0, 10944.0, 10912.0, 10931.0, 10938.0, 10944.0, 10978.0, 10958.0, 10946.0, 10984.0, 10967.0, 10988.0, 10959.0, 10941.0, 10963.0, 10986.0, 11025.0, 10937.0, 10945.0, 10933.0, 10992.0, 11019.0, 10932.0, 10909.0, 10938.0, 10999.0, 11023.0, 10919.0, 10920.0, 10931.0, 10941.0, 11010.0, 10939.0, 10920.0, 10949.0, 10960.0, 10956.0, 10948.0, 10918.0, 10905.0, 10954.0, 10926.0, 10980.0, 10956.0, 10965.0, 10939.0, 10897.0, 10937.0, 10951.0, 10974.0, 10981.0, 11015.0, 11002.0, 10924.0, 10963.0, 10969.0, 10998.0, 10951.0, 10951.0, 10958.0, 11016.0, 10961.0, 10894.0, 10934.0, 10937.0, 10962.0, 10937.0, 10892.0, 10966.0, 10968.0, 10991.0, 10982.0, 10930.0, 10953.0, 10973.0, 10963.0, 11003.0, 11009.0, 10947.0, 10969.0, 10989.0, 10991.0, 11039.0, 10927.0, 10933.0, 10951.0, 10990.0, 10976.0, 10957.0, 10936.0, 10961.0, 10948.0, 10946.0, 10958.0, 10945.0, 10949.0, 10988.0, 10936.0, 10917.0, 10942.0, 10972.0, 10948.0, 11007.0, 10959.0, 10913.0, 10993.0, 10946.0, 10984.0, 10986.0, 10953.0, 10997.0, 10973.0, 11053.0, 10947.0, 10941.0, 10979.0, 11005.0, 11043.0, 10959.0, 10960.0, 11000.0, 10965.0, 10977.0, 10986.0, 11010.0, 11002.0, 10927.0, 10937.0, 10981.0, 11030.0, 10978.0, 10929.0, 10938.0, 10941.0, 10949.0, 10963.0, 10994.0, 10964.0, 10943.0, 10932.0, 10978.0, 10962.0, 10978.0, 10964.0, 10947.0, 10961.0, 10964.0, 10982.0, 10976.0, 10954.0, 10959.0, 11040.0, 11004.0, 10984.0, 10922.0, 10967.0, 11005.0, 10976.0, 10986.0, 10938.0, 10973.0, 10996.0, 10994.0, 10944.0, 10908.0, 10933.0, 10945.0, 10958.0, 10999.0, 10941.0, 10921.0, 10914.0, 10958.0, 10956.0, 10962.0, 10921.0, 10918.0, 10962.0, 10950.0, 10968.0, 10945.0, 10940.0, 10962.0, 10984.0, 10966.0, 10925.0, 10975.0, 10953.0, 11041.0, 10959.0, 10921.0, 10953.0, 10952.0, 11058.0, 11003.0, 10922.0, 10899.0, 10928.0, 10925.0, 10936.0, 10940.0, 10996.0, 10940.0, 10921.0, 10956.0, 10950.0, 10956.0, 10956.0, 10952.0, 10955.0, 10960.0, 10979.0, 10958.0, 10980.0, 10962.0, 10979.0, 11028.0, 10942.0, 10976.0, 10990.0, 10960.0, 10979.0, 10947.0, 10975.0, 11023.0, 11018.0, 10947.0, 10914.0, 10941.0, 10928.0, 10949.0, 10942.0, 10938.0, 10938.0, 10944.0, 10972.0, 10958.0, 10975.0, 10939.0, 10931.0, 10988.0, 10956.0, 10985.0, 10966.0, 10972.0, 10967.0, 10972.0, 10979.0, 10957.0, 10994.0, 11035.0, 11008.0, 11001.0, 10954.0, 10981.0, 11049.0, 11016.0, 11018.0, 10926.0, 10957.0, 10943.0, 10938.0, 10968.0, 10948.0, 10918.0, 10931.0, 10939.0, 10948.0, 10961.0, 10951.0, 10977.0, 10981.0, 10980.0, 10982.0, 10976.0, 10944.0, 10950.0, 10983.0, 11014.0, 10990.0, 10953.0, 10931.0, 10971.0, 11039.0, 11031.0, 10939.0, 10952.0, 10957.0, 11031.0, 11004.0, 10929.0, 10933.0, 10958.0, 10968.0, 11037.0, 10960.0, 10934.0, 10931.0, 10972.0, 10951.0, 10969.0, 10946.0, 10896.0, 10952.0, 10967.0, 10965.0, 10935.0, 10910.0, 10954.0, 10939.0, 11008.0, 10925.0, 10906.0, 10955.0, 10940.0, 10981.0, 10908.0, 10954.0, 10975.0, 10970.0, 10998.0, 10914.0, 10939.0, 10930.0, 10940.0, 10973.0, 10938.0, 10932.0, 10935.0, 10939.0, 10943.0, 10949.0, 10920.0, 10931.0, 10956.0, 10937.0, 11043.0, 10955.0, 10926.0, 10971.0, 10954.0, 10999.0, 11011.0, 10944.0, 10921.0, 10948.0, 10940.0, 10928.0, 10981.0, 10980.0, 11042.0, 11014.0, 10948.0, 10884.0, 10915.0, 10940.0, 10964.0, 10989.0, 10937.0, 10916.0, 10957.0, 11022.0, 10978.0, 10893.0, 10895.0, 10939.0, 10920.0, 10955.0, 10908.0, 10880.0, 10941.0, 10943.0, 10945.0, 10962.0, 10933.0, 10929.0, 10930.0, 10939.0, 10950.0, 10960.0, 10930.0, 10939.0, 10899.0, 10958.0, 10935.0, 10954.0, 10939.0, 10954.0, 10964.0, 10984.0, 10981.0, 10934.0, 10931.0, 10963.0, 10976.0, 11027.0, 10912.0, 10939.0, 10965.0, 11021.0, 11041.0, 10944.0, 10899.0, 10939.0, 10955.0, 10953.0, 10983.0, 10928.0, 10931.0, 10946.0, 10931.0, 10976.0, 10944.0, 10935.0, 10947.0, 10943.0, 10958.0, 10937.0, 10943.0, 10954.0, 10996.0, 10942.0, 10949.0, 10963.0, 10961.0, 11039.0, 10991.0, 10958.0, 10940.0, 10954.0, 11014.0, 11021.0, 10933.0, 10895.0, 10931.0, 10938.0, 10939.0, 11014.0, 10931.0, 10907.0, 10926.0, 10952.0, 10951.0, 10966.0, 10951.0, 10897.0, 10931.0, 10963.0, 10944.0, 10988.0, 10959.0, 10959.0, 10979.0, 10981.0, 10953.0, 10942.0, 10937.0, 10943.0, 11025.0, 10987.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.00025702104695089046</td></tr>
<tr><td colspan=3>aqi</td><td>0.030326841500269833</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.51399312939522</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.178279736171707</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9864234191738663</td></tr>
<tr><td colspan=3>efc</td><td>0.536</td></tr>
<tr><td colspan=3>fber</td><td>2497.0332</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2739907641199323</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1238</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>66.81057744198597</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3397485437740078</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2411009465679896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4869965770690174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2911481076850166</td></tr>
<tr><td colspan=3>gcor</td><td>0.0074999</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010253095999360085</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04141949117183685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1853</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.197929385155688</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>20.4141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.4586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>297.4932</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>86.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285399.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1315.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>509.2505</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7423</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.4365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4192.2324</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91145.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.5967</td></tr>
<tr><td colspan=3>tsnr</td><td>32.99578232690692</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>