<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>eab2a40aa8d5eee185628ed3d767fb08</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>13:38:21.952500</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.98868, -0.127904, 0.0784322, 0.129636, 0.991409, -0.0173746]</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.0949448</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7761, -7233, 382, -229, 15, 3, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72162ec8-1cce-4c97-9866-7e05bfaf59b8||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.652557134628296, 0.3478030264377594, 0.20394770801067352, 87.92314147949219], [0.3431578278541565, 2.659879207611084, -0.07383289188146591, -119.12541961669922], [0.21042798459529877, 0.04661470651626587, 2.6912736892700195, -87.99577331542969], [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': ['133821.952500', '133822.412500', '133822.872500', '133823.332500', '133823.792500', '133824.252500', '133824.712500', '133825.172500', '133825.632500', '133826.092500', '133826.552500', '133827.012500', '133827.472500', '133827.932500', '133828.392500', '133828.852500', '133829.312500', '133829.772500', '133830.232500', '133830.692500', '133831.152500', '133831.612500', '133832.072500', '133832.532500', '133832.992500', '133833.452500', '133833.912500', '133834.372500', '133834.832500', '133835.292500', '133835.752500', '133836.212500', '133836.672500', '133837.132500', '133837.592500', '133838.052500', '133838.512500', '133838.972500', '133839.432500', '133839.892500', '133840.352500', '133840.812500', '133841.272500', '133841.732500', '133842.192500', '133842.652500', '133843.112500', '133843.572500', '133844.032500', '133844.492500', '133844.952500', '133845.412500', '133845.872500', '133846.332500', '133846.792500', '133847.252500', '133847.712500', '133848.172500', '133848.632500', '133849.092500', '133849.552500', '133850.012500', '133850.472500', '133850.932500', '133851.392500', '133851.852500', '133852.312500', '133852.772500', '133853.232500', '133853.692500', '133854.152500', '133854.612500', '133855.072500', '133855.532500', '133855.992500', '133856.452500', '133856.912500', '133857.372500', '133857.832500', '133858.292500', '133858.752500', '133859.212500', '133859.672500', '133900.132500', '133900.592500', '133901.052500', '133901.512500', '133901.972500', '133902.432500', '133902.892500', '133903.352500', '133903.812500', '133904.272500', '133904.732500', '133905.192500', '133905.652500', '133906.112500', '133906.572500', '133907.032500', '133907.492500', '133907.952500', '133908.412500', '133908.872500', '133909.332500', '133909.792500', '133910.252500', '133910.712500', '133911.172500', '133911.632500', '133912.092500', '133912.552500', '133913.012500', '133913.472500', '133913.932500', '133914.392500', '133914.852500', '133915.312500', '133915.772500', '133916.232500', '133916.692500', '133917.152500', '133917.612500', '133918.072500', '133918.532500', '133918.992500', '133919.452500', '133919.912500', '133920.372500', '133920.832500', '133921.292500', '133921.752500', '133922.212500', '133922.672500', '133923.132500', '133923.592500', '133924.052500', '133924.512500', '133924.972500', '133925.432500', '133925.892500', '133926.352500', '133926.812500', '133927.272500', '133927.732500', '133928.192500', '133928.652500', '133929.112500', '133929.572500', '133930.032500', '133930.492500', '133930.952500', '133931.412500', '133931.872500', '133932.332500', '133932.792500', '133933.252500', '133933.712500', '133934.172500', '133934.632500', '133935.092500', '133935.552500', '133936.012500', '133936.472500', '133936.932500', '133937.392500', '133937.852500', '133938.312500', '133938.772500', '133939.232500', '133939.692500', '133940.152500', '133940.612500', '133941.072500', '133941.532500', '133941.992500', '133942.452500', '133942.912500', '133943.372500', '133943.832500', '133944.292500', '133944.752500', '133945.212500', '133945.672500', '133946.132500', '133946.592500', '133947.052500', '133947.512500', '133947.972500', '133948.432500', '133948.892500', '133949.352500', '133949.812500', '133950.272500', '133950.732500', '133951.192500', '133951.652500', '133952.112500', '133952.572500', '133953.032500', '133953.492500', '133953.952500', '133954.412500', '133954.872500', '133955.332500', '133955.792500', '133956.252500', '133956.712500', '133957.172500', '133957.632500', '133958.092500', '133958.552500', '133959.012500', '133959.472500', '133959.932500', '134000.392500', '134000.852500', '134001.312500', '134001.772500', '134002.232500', '134002.692500', '134003.152500', '134003.612500', '134004.072500', '134004.532500', '134004.992500', '134005.452500', '134005.912500', '134006.372500', '134006.832500', '134007.292500', '134007.752500', '134008.212500', '134008.672500', '134009.132500', '134009.592500', '134010.052500', '134010.512500', '134010.972500', '134011.432500', '134011.892500', '134012.352500', '134012.812500', '134013.272500', '134013.732500', '134014.192500', '134014.652500', '134015.112500', '134015.572500', '134016.032500', '134016.492500', '134016.952500', '134017.412500', '134017.872500', '134018.332500', '134018.792500', '134019.252500', '134019.712500', '134020.172500', '134020.632500', '134021.092500', '134021.552500', '134022.012500', '134022.472500', '134022.932500', '134023.392500', '134023.852500', '134024.312500', '134024.772500', '134025.232500', '134025.692500', '134026.152500', '134026.612500', '134027.072500', '134027.532500', '134027.992500', '134028.452500', '134028.912500', '134029.372500', '134029.832500', '134030.292500', '134030.752500', '134031.212500', '134031.672500', '134032.132500', '134032.592500', '134033.052500', '134033.512500', '134033.972500', '134034.432500', '134034.892500', '134035.352500', '134035.812500', '134036.272500', '134036.732500', '134037.192500', '134037.652500', '134038.112500', '134038.572500', '134039.032500', '134039.492500', '134039.952500', '134040.412500', '134040.872500', '134041.332500', '134041.792500', '134042.252500', '134042.712500', '134043.172500', '134043.632500', '134044.092500', '134044.552500', '134045.012500', '134045.472500', '134045.932500', '134046.392500', '134046.852500', '134047.312500', '134047.772500', '134048.232500', '134048.692500', '134049.152500', '134049.612500', '134050.072500', '134050.532500', '134050.992500', '134051.452500', '134051.912500', '134052.372500', '134052.832500', '134053.292500', '134053.752500', '134054.212500', '134054.672500', '134055.132500', '134055.592500', '134056.052500', '134056.512500', '134056.972500', '134057.432500', '134057.892500', '134058.352500', '134058.812500', '134059.272500', '134059.732500', '134100.192500', '134100.652500', '134101.112500', '134101.572500', '134102.032500', '134102.492500', '134102.952500', '134103.412500', '134103.872500', '134104.332500', '134104.792500', '134105.252500', '134105.712500', '134106.172500', '134106.632500', '134107.092500', '134107.552500', '134108.012500', '134108.472500', '134108.932500', '134109.392500', '134109.852500', '134110.312500', '134110.772500', '134111.232500', '134111.692500', '134112.152500', '134112.612500', '134113.072500', '134113.532500', '134113.992500', '134114.452500', '134114.912500', '134115.372500', '134115.832500', '134116.292500', '134116.752500', '134117.212500', '134117.672500', '134118.132500', '134118.592500', '134119.052500', '134119.512500', '134119.972500', '134120.432500', '134120.892500', '134121.352500', '134121.812500', '134122.272500', '134122.732500', '134123.192500', '134123.652500', '134124.112500', '134124.572500', '134125.032500', '134125.492500', '134125.952500', '134126.412500', '134126.872500', '134127.332500', '134127.792500', '134128.252500', '134128.712500', '134129.172500', '134129.632500', '134130.092500', '134130.552500', '134131.012500', '134131.472500', '134131.932500', '134132.392500', '134132.852500', '134133.312500', '134133.772500', '134134.232500', '134134.692500', '134135.152500', '134135.612500', '134136.072500', '134136.532500', '134136.992500', '134137.452500', '134137.912500', '134138.372500', '134138.832500', '134139.292500', '134139.752500', '134140.212500', '134140.672500', '134141.132500', '134141.592500', '134142.052500', '134142.512500', '134142.972500', '134143.432500', '134143.892500', '134144.352500', '134144.812500', '134145.272500', '134145.732500', '134146.192500', '134146.652500', '134147.112500', '134147.572500', '134148.032500', '134148.492500', '134148.952500', '134149.412500', '134149.872500', '134150.332500', '134150.792500', '134151.252500', '134151.712500', '134152.172500', '134152.632500', '134153.092500', '134153.552500', '134154.012500', '134154.472500', '134154.932500', '134155.392500', '134155.852500', '134156.312500', '134156.772500', '134157.232500', '134157.692500', '134158.152500', '134158.612500', '134159.072500', '134159.532500', '134159.992500', '134200.452500', '134200.912500', '134201.372500', '134201.832500', '134202.292500', '134202.752500', '134203.212500', '134203.672500', '134204.132500', '134204.592500', '134205.052500', '134205.512500', '134205.972500', '134206.432500', '134206.892500', '134207.352500', '134207.812500', '134208.272500', '134208.732500', '134209.192500', '134209.652500', '134210.112500', '134210.572500', '134211.032500', '134211.492500', '134211.952500', '134212.412500', '134212.872500', '134213.332500', '134213.792500', '134214.252500', '134214.712500', '134215.172500', '134215.632500', '134216.092500', '134216.552500', '134217.012500', '134217.472500', '134217.932500', '134218.392500', '134218.852500', '134219.312500', '134219.772500', '134220.232500', '134220.692500', '134221.152500', '134221.612500', '134222.072500', '134222.532500', '134222.992500', '134223.452500', '134223.912500', '134224.372500', '134224.832500', '134225.292500', '134225.752500', '134226.212500', '134226.672500', '134227.132500', '134227.592500', '134228.052500', '134228.512500', '134228.972500', '134229.432500', '134229.892500', '134230.352500', '134230.812500', '134231.272500', '134231.732500', '134232.192500', '134232.652500', '134233.112500', '134233.572500', '134234.032500', '134234.492500', '134234.952500', '134235.412500', '134235.872500', '134236.332500', '134236.792500', '134237.252500', '134237.712500', '134238.172500', '134238.632500', '134239.092500', '134239.552500', '134240.012500', '134240.472500', '134240.932500', '134241.392500', '134241.852500', '134242.312500', '134242.772500', '134243.232500', '134243.692500', '134244.152500', '134244.612500', '134245.072500', '134245.532500', '134245.992500', '134246.452500', '134246.912500', '134247.372500', '134247.832500', '134248.292500', '134248.752500', '134249.212500', '134249.672500', '134250.132500', '134250.592500', '134251.052500', '134251.512500', '134251.972500', '134252.432500', '134252.892500', '134253.352500', '134253.812500', '134254.272500', '134254.732500', '134255.192500', '134255.652500', '134256.112500', '134256.572500', '134257.032500', '134257.492500', '134257.952500', '134258.412500', '134258.872500', '134259.332500', '134259.792500', '134300.252500', '134300.712500', '134301.172500', '134301.632500', '134302.092500', '134302.552500', '134303.012500', '134303.472500', '134303.932500', '134304.392500', '134304.852500', '134305.312500', '134305.772500', '134306.232500', '134306.692500', '134307.152500', '134307.612500', '134308.072500', '134308.532500', '134308.992500', '134309.452500', '134309.912500', '134310.372500', '134310.832500', '134311.292500', '134311.752500', '134312.212500', '134312.672500', '134313.132500', '134313.592500', '134314.052500', '134314.512500', '134314.972500', '134315.432500', '134315.892500', '134316.352500', '134316.812500', '134317.272500', '134317.732500', '134318.192500', '134318.652500', '134319.112500', '134319.572500', '134320.032500', '134320.492500', '134320.952500', '134321.412500', '134321.872500', '134322.332500', '134322.792500', '134323.252500', '134323.712500', '134324.172500', '134324.632500', '134325.092500', '134325.552500', '134326.012500', '134326.472500', '134326.932500', '134327.392500', '134327.852500', '134328.312500', '134328.772500', '134329.232500', '134329.692500', '134330.152500', '134330.612500', '134331.072500', '134331.532500', '134331.992500', '134332.452500', '134332.912500', '134333.372500', '134333.832500', '134334.292500', '134334.752500', '134335.212500', '134335.672500', '134336.132500', '134336.592500', '134337.052500', '134337.512500', '134337.972500', '134338.432500', '134338.892500', '134339.352500', '134339.812500', '134340.272500', '134340.732500', '134341.192500', '134341.652500', '134342.112500', '134342.572500', '134343.032500', '134343.492500', '134343.952500', '134344.412500', '134344.872500', '134345.332500', '134345.792500', '134346.252500', '134346.712500', '134347.172500', '134347.632500', '134348.092500', '134348.552500', '134349.012500', '134349.472500', '134349.932500', '134350.392500', '134350.852500', '134351.312500', '134351.772500', '134352.232500', '134352.692500', '134353.152500', '134353.612500', '134354.072500', '134354.532500', '134354.992500', '134355.452500', '134355.912500', '134356.372500', '134356.832500', '134357.292500', '134357.752500', '134358.212500', '134358.672500', '134359.132500', '134359.592500', '134400.052500', '134400.512500', '134400.972500', '134401.432500', '134401.892500', '134402.352500', '134402.812500', '134403.272500', '134403.732500', '134404.192500', '134404.652500', '134405.112500', '134405.572500', '134406.032500', '134406.492500', '134406.952500', '134407.412500', '134407.872500', '134408.332500', '134408.792500', '134409.252500', '134409.712500', '134410.172500', '134410.632500', '134411.092500', '134411.552500', '134412.012500', '134412.472500', '134412.932500', '134413.392500', '134413.852500', '134414.312500', '134414.772500', '134415.232500', '134415.692500', '134416.152500', '134416.612500', '134417.072500', '134417.532500', '134417.992500', '134418.452500', '134418.912500', '134419.372500', '134419.832500', '134420.292500', '134420.752500', '134421.212500', '134421.672500', '134422.132500', '134422.592500', '134423.052500', '134423.512500', '134423.972500', '134424.432500', '134424.892500', '134425.352500', '134425.812500', '134426.272500', '134426.732500', '134427.192500', '134427.652500', '134428.112500', '134428.572500', '134429.032500', '134429.492500', '134429.952500', '134430.412500', '134430.872500', '134431.332500', '134431.792500', '134432.252500', '134432.712500', '134433.172500', '134433.632500', '134434.092500', '134434.552500', '134435.012500', '134435.472500', '134435.932500', '134436.392500', '134436.852500', '134437.312500', '134437.772500', '134438.232500', '134438.692500', '134439.152500', '134439.612500', '134440.072500', '134440.532500', '134440.992500', '134441.452500', '134441.912500', '134442.372500', '134442.832500', '134443.292500', '134443.752500', '134444.212500', '134444.672500', '134445.132500', '134445.592500', '134446.052500', '134446.512500', '134446.972500', '134447.432500', '134447.892500', '134448.352500', '134448.812500', '134449.272500', '134449.732500', '134450.192500', '134450.652500', '134451.112500', '134451.572500', '134452.032500', '134452.492500', '134452.952500', '134453.412500', '134453.872500', '134454.332500', '134454.792500', '134455.252500', '134455.712500', '134456.172500', '134456.632500', '134457.092500', '134457.552500', '134458.012500', '134458.472500', '134458.932500', '134459.392500', '134459.852500', '134500.312500', '134500.772500', '134501.232500', '134501.692500', '134502.152500', '134502.612500', '134503.072500', '134503.532500', '134503.992500', '134504.452500', '134504.912500', '134505.372500', '134505.832500', '134506.292500', '134506.752500', '134507.212500', '134507.672500', '134508.132500', '134508.592500', '134509.052500', '134509.512500', '134509.972500', '134510.432500', '134510.892500', '134511.352500', '134511.812500', '134512.272500', '134512.732500', '134513.192500', '134513.652500', '134514.112500', '134514.572500', '134515.032500', '134515.492500', '134515.952500', '134516.412500', '134516.872500', '134517.332500', '134517.792500', '134518.252500', '134518.712500', '134519.172500', '134519.632500', '134520.092500', '134520.552500', '134521.012500', '134521.472500', '134521.932500', '134522.392500', '134522.852500', '134523.312500', '134523.772500', '134524.232500', '134524.692500', '134525.152500', '134525.612500', '134526.072500', '134526.532500', '134526.992500', '134527.452500', '134527.912500', '134528.372500', '134528.832500', '134529.292500', '134529.752500', '134530.212500', '134530.672500', '134531.132500', '134531.592500', '134532.052500', '134532.512500', '134532.972500', '134533.432500', '134533.892500', '134534.352500', '134534.812500', '134535.272500', '134535.732500', '134536.192500', '134536.652500', '134537.112500', '134537.572500', '134538.032500', '134538.492500', '134538.952500', '134539.412500', '134539.872500', '134540.332500', '134540.792500', '134541.252500', '134541.712500', '134542.172500', '134542.632500', '134543.092500', '134543.552500', '134544.012500', '134544.472500', '134544.932500', '134545.392500', '134545.852500', '134546.312500', '134546.772500', '134547.232500', '134547.692500', '134548.152500', '134548.612500', '134549.072500', '134549.532500', '134549.992500', '134550.452500', '134550.912500', '134551.372500', '134551.832500', '134552.292500', '134552.752500', '134553.212500', '134553.672500', '134554.132500', '134554.592500', '134555.052500', '134555.512500', '134555.972500', '134556.432500', '134556.892500', '134557.352500', '134557.812500', '134558.272500', '134558.732500', '134559.192500', '134559.652500', '134600.112500', '134600.572500', '134601.032500', '134601.492500', '134601.952500', '134602.412500', '134602.872500', '134603.332500', '134603.792500', '134604.252500', '134604.712500', '134605.172500', '134605.632500', '134606.092500', '134606.552500', '134607.012500', '134607.472500', '134607.932500', '134608.392500', '134608.852500', '134609.312500', '134609.772500', '134610.232500', '134610.692500', '134611.152500', '134611.612500', '134612.072500', '134612.532500', '134612.992500', '134613.452500', '134613.912500', '134614.372500', '134614.832500', '134615.292500', '134615.752500', '134616.212500', '134616.672500', '134617.132500', '134617.592500', '134618.052500', '134618.512500', '134618.972500', '134619.432500', '134619.892500', '134620.352500', '134620.812500', '134621.272500', '134621.732500', '134622.192500', '134622.652500', '134623.112500', '134623.572500', '134624.032500', '134624.492500', '134624.952500', '134625.412500', '134625.872500', '134626.332500', '134626.792500', '134627.252500', '134627.712500', '134628.172500', '134628.632500', '134629.092500', '134629.552500', '134630.012500', '134630.472500', '134630.932500', '134631.392500', '134631.852500', '134632.312500', '134632.772500', '134633.232500', '134633.692500', '134634.152500', '134634.612500', '134635.072500', '134635.532500', '134635.992500', '134636.452500', '134636.912500', '134637.372500', '134637.832500', '134638.292500', '134638.752500', '134639.212500', '134639.672500', '134640.132500', '134640.592500', '134641.052500', '134641.512500', '134641.972500', '134642.432500', '134642.892500', '134643.352500', '134643.812500', '134644.272500', '134644.732500', '134645.192500', '134645.652500', '134646.112500', '134646.572500', '134647.032500', '134647.492500', '134647.952500', '134648.412500', '134648.872500', '134649.332500', '134649.792500', '134650.252500', '134650.712500', '134651.172500', '134651.632500', '134652.092500', '134652.552500', '134653.012500', '134653.472500', '134653.932500', '134654.392500', '134654.852500', '134655.312500', '134655.772500', '134656.232500', '134656.692500', '134657.152500', '134657.612500', '134658.072500', '134658.532500', '134658.992500', '134659.452500', '134659.912500', '134700.372500', '134700.832500', '134701.292500', '134701.752500', '134702.212500', '134702.672500', '134703.132500', '134703.592500', '134704.052500', '134704.512500', '134704.972500', '134705.432500', '134705.892500', '134706.352500', '134706.812500', '134707.272500', '134707.732500', '134708.192500', '134708.652500', '134709.112500', '134709.572500', '134710.032500', '134710.492500', '134710.952500', '134711.412500', '134711.872500', '134712.332500', '134712.792500', '134713.252500', '134713.712500', '134714.172500', '134714.632500', '134715.092500', '134715.552500', '134716.012500', '134716.472500', '134716.932500', '134717.392500', '134717.852500', '134718.312500', '134718.772500', '134719.232500', '134719.692500', '134720.152500', '134720.612500', '134721.072500', '134721.532500', '134721.992500', '134722.452500', '134722.912500', '134723.372500', '134723.832500', '134724.292500', '134724.752500', '134725.212500', '134725.672500', '134726.132500', '134726.592500', '134727.052500', '134727.512500', '134727.972500', '134728.432500', '134728.892500', '134729.352500', '134729.812500', '134730.272500', '134730.732500', '134731.192500', '134731.652500', '134732.112500', '134732.572500', '134733.032500', '134733.492500', '134733.952500', '134734.412500', '134734.872500', '134735.332500', '134735.792500', '134736.252500', '134736.712500', '134737.172500', '134737.632500', '134738.092500', '134738.552500', '134739.012500', '134739.472500', '134739.932500', '134740.392500', '134740.852500', '134741.312500', '134741.772500', '134742.232500', '134742.692500', '134743.152500', '134743.612500', '134744.072500', '134744.532500', '134744.992500', '134745.452500', '134745.912500', '134746.372500', '134746.832500', '134747.292500', '134747.752500', '134748.212500', '134748.672500', '134749.132500', '134749.592500', '134750.052500', '134750.512500', '134750.972500', '134751.432500', '134751.892500', '134752.352500', '134752.812500', '134753.272500', '134753.732500', '134754.192500', '134754.652500', '134755.112500', '134755.572500', '134756.032500', '134756.492500', '134756.952500', '134757.412500', '134757.872500', '134758.332500', '134758.792500', '134759.252500', '134759.712500', '134800.172500', '134800.632500', '134801.092500', '134801.552500', '134802.012500', '134802.472500', '134802.932500', '134803.392500', '134803.852500', '134804.312500', '134804.772500', '134805.232500', '134805.692500', '134806.152500', '134806.612500', '134807.072500', '134807.532500', '134807.992500', '134808.452500', '134808.912500', '134809.372500', '134809.832500', '134810.292500', '134810.752500', '134811.212500', '134811.672500', '134812.132500', '134812.592500', '134813.052500', '134813.512500', '134813.972500', '134814.432500', '134814.892500', '134815.352500', '134815.812500', '134816.272500', '134816.732500', '134817.192500', '134817.652500', '134818.112500', '134818.572500', '134819.032500', '134819.492500', '134819.952500', '134820.412500', '134820.872500', '134821.332500', '134821.792500', '134822.252500', '134822.712500', '134823.172500', '134823.632500', '134824.092500', '134824.552500', '134825.012500', '134825.472500', '134825.932500', '134826.392500', '134826.852500', '134827.312500', '134827.772500', '134828.232500', '134828.692500', '134829.152500', '134829.612500', '134830.072500', '134830.532500', '134830.992500', '134831.452500', '134831.912500', '134832.372500', '134832.832500', '134833.292500', '134833.752500', '134834.212500', '134834.672500', '134835.132500', '134835.592500', '134836.052500', '134836.512500', '134836.972500', '134837.432500', '134837.892500', '134838.352500', '134838.812500', '134839.272500', '134839.732500', '134840.192500', '134840.652500', '134841.112500', '134841.572500', '134842.032500', '134842.492500', '134842.952500', '134843.412500', '134843.872500', '134844.332500', '134844.792500', '134845.252500', '134845.712500', '134846.172500', '134846.632500', '134847.092500', '134847.552500', '134848.012500', '134848.472500', '134848.932500', '134849.392500', '134849.852500', '134850.312500', '134850.772500', '134851.232500', '134851.692500', '134852.152500', '134852.612500', '134853.072500', '134853.532500', '134853.992500', '134854.452500', '134854.912500', '134855.372500', '134855.832500', '134856.292500', '134856.752500', '134857.212500', '134857.672500', '134858.132500', '134858.592500', '134859.052500', '134859.512500', '134859.972500', '134900.432500', '134900.892500', '134901.352500', '134901.812500', '134902.272500', '134902.732500', '134903.192500', '134903.652500', '134904.112500', '134904.572500', '134905.032500', '134905.492500', '134905.952500', '134906.412500', '134906.872500', '134907.332500', '134907.792500', '134908.252500', '134908.712500', '134909.172500', '134909.632500', '134910.092500', '134910.552500', '134911.012500', '134911.472500', '134911.932500', '134912.392500', '134912.852500', '134913.312500', '134913.772500', '134914.232500', '134914.692500', '134915.152500', '134915.612500', '134916.072500', '134916.532500', '134916.992500', '134917.452500', '134917.912500', '134918.372500', '134918.832500', '134919.292500', '134919.752500', '134920.212500', '134920.672500', '134921.132500', '134921.592500', '134922.052500', '134922.512500', '134922.972500', '134923.432500', '134923.892500', '134924.352500', '134924.812500', '134925.272500', '134925.732500', '134926.192500', '134926.652500', '134927.112500', '134927.572500', '134928.032500', '134928.492500', '134928.952500', '134929.412500', '134929.872500', '134930.332500', '134930.792500', '134931.252500', '134931.712500', '134932.172500', '134932.632500', '134933.092500', '134933.552500', '134934.012500', '134934.472500', '134934.932500', '134935.392500', '134935.852500', '134936.312500', '134936.772500', '134937.232500', '134937.692500', '134938.152500', '134938.612500', '134939.072500', '134939.532500', '134939.992500', '134940.452500', '134940.912500', '134941.372500', '134941.832500', '134942.292500', '134942.752500', '134943.212500', '134943.672500', '134944.132500', '134944.592500', '134945.052500', '134945.512500', '134945.972500', '134946.432500', '134946.892500', '134947.352500', '134947.812500', '134948.272500', '134948.732500', '134949.192500', '134949.652500', '134950.112500', '134950.572500', '134951.032500', '134951.492500', '134951.952500', '134952.412500', '134952.872500', '134953.332500', '134953.792500', '134954.252500', '134954.712500', '134955.172500', '134955.632500', '134956.092500', '134956.552500', '134957.012500', '134957.472500', '134957.932500', '134958.392500', '134958.852500', '134959.312500', '134959.772500', '135000.232500', '135000.692500', '135001.152500', '135001.612500', '135002.072500', '135002.532500', '135002.992500', '135003.452500', '135003.912500', '135004.372500', '135004.832500', '135005.292500', '135005.752500', '135006.212500', '135006.672500', '135007.132500', '135007.592500', '135008.052500', '135008.512500', '135008.972500', '135009.432500', '135009.892500', '135010.352500', '135010.812500', '135011.272500', '135011.732500', '135012.192500', '135012.652500', '135013.112500', '135013.572500', '135014.032500', '135014.492500', '135014.952500', '135015.412500', '135015.872500', '135016.332500', '135016.792500', '135017.252500', '135017.712500', '135018.172500', '135018.632500', '135019.092500', '135019.552500', '135020.012500', '135020.472500', '135020.932500', '135021.392500', '135021.852500', '135022.312500', '135022.772500', '135023.232500', '135023.692500', '135024.152500', '135024.612500', '135025.072500', '135025.532500', '135025.992500', '135026.452500', '135026.912500', '135027.372500', '135027.832500', '135028.292500', '135028.752500', '135029.212500', '135029.672500', '135030.132500', '135030.592500', '135031.052500', '135031.512500', '135031.972500', '135032.432500', '135032.892500', '135033.352500', '135033.812500', '135034.272500', '135034.732500', '135035.192500', '135035.652500', '135036.112500', '135036.572500', '135037.032500', '135037.492500', '135037.952500', '135038.412500', '135038.872500', '135039.332500', '135039.792500', '135040.252500', '135040.712500', '135041.172500', '135041.632500', '135042.092500', '135042.552500', '135043.012500', '135043.472500', '135043.932500', '135044.392500', '135044.852500', '135045.312500', '135045.772500', '135046.232500', '135046.692500', '135047.152500', '135047.612500', '135048.072500', '135048.532500', '135048.992500', '135049.452500', '135049.912500', '135050.372500', '135050.832500', '135051.292500', '135051.752500', '135052.212500', '135052.672500', '135053.132500', '135053.592500', '135054.052500', '135054.512500', '135054.972500', '135055.432500', '135055.892500', '135056.352500', '135056.812500', '135057.272500', '135057.732500', '135058.192500', '135058.652500', '135059.112500', '135059.572500', '135100.032500', '135100.492500', '135100.952500', '135101.412500', '135101.872500', '135102.332500', '135102.792500', '135103.252500', '135103.712500', '135104.172500', '135104.632500', '135105.092500', '135105.552500', '135106.012500', '135106.472500', '135106.932500', '135107.392500', '135107.852500', '135108.312500', '135108.772500', '135109.232500', '135109.692500', '135110.152500', '135110.612500', '135111.072500', '135111.532500', '135111.992500', '135112.452500', '135112.912500', '135113.372500', '135113.832500', '135114.292500', '135114.752500', '135115.212500', '135115.672500', '135116.132500', '135116.592500', '135117.052500', '135117.512500', '135117.972500', '135118.432500', '135118.892500', '135119.352500', '135119.812500', '135120.272500', '135120.732500', '135121.192500', '135121.652500', '135122.112500', '135122.572500', '135123.032500', '135123.492500', '135123.952500', '135124.412500', '135124.872500', '135125.332500', '135125.792500', '135126.252500', '135126.712500', '135127.172500', '135127.632500', '135128.092500', '135128.552500', '135129.012500', '135129.472500', '135129.932500', '135130.392500', '135130.852500', '135131.312500', '135131.772500', '135132.232500', '135132.692500', '135133.152500', '135133.612500', '135134.072500', '135134.532500', '135134.992500', '135135.452500', '135135.912500', '135136.372500', '135136.832500', '135137.292500', '135137.752500', '135138.212500', '135138.672500', '135139.132500', '135139.592500', '135140.052500', '135140.512500', '135140.972500', '135141.432500', '135141.892500', '135142.352500', '135142.812500', '135143.272500', '135143.732500', '135144.192500', '135144.652500', '135145.112500', '135145.572500', '135146.032500', '135146.492500', '135146.952500', '135147.412500', '135147.872500', '135148.332500', '135148.792500', '135149.252500', '135149.712500', '135150.172500', '135150.632500', '135151.092500', '135151.552500', '135152.012500', '135152.472500', '135152.932500', '135153.392500', '135153.852500', '135154.312500', '135154.772500', '135155.232500', '135155.692500', '135156.152500', '135156.612500', '135157.072500', '135157.532500', '135157.992500', '135158.452500', '135158.912500', '135159.372500', '135159.832500', '135200.292500', '135200.752500', '135201.212500', '135201.672500', '135202.132500', '135202.592500', '135203.052500', '135203.512500', '135203.972500', '135204.432500', '135204.892500', '135205.352500', '135205.812500', '135206.272500', '135206.732500', '135207.192500', '135207.652500', '135208.112500', '135208.572500', '135209.032500', '135209.492500', '135209.952500', '135210.412500', '135210.872500', '135211.332500', '135211.792500', '135212.252500', '135212.712500', '135213.172500', '135213.632500', '135214.092500', '135214.552500', '135215.012500', '135215.472500', '135215.932500', '135216.392500', '135216.852500', '135217.312500', '135217.772500', '135218.232500', '135218.692500', '135219.152500', '135219.612500', '135220.072500', '135220.532500', '135220.992500', '135221.452500', '135221.912500', '135222.372500', '135222.832500', '135223.292500', '135223.752500', '135224.212500', '135224.672500', '135225.132500', '135225.592500', '135226.052500', '135226.512500', '135226.972500', '135227.432500', '135227.892500', '135228.352500', '135228.812500', '135229.272500', '135229.732500', '135230.192500', '135230.652500', '135231.112500', '135231.572500', '135232.032500', '135232.492500', '135232.952500', '135233.412500', '135233.872500', '135234.332500', '135234.792500', '135235.252500', '135235.712500', '135236.172500', '135236.632500'], 'ContentTime': ['133850.893000', '133850.896000', '133850.899000', '133850.902000', '133850.905000', '133850.912000', '133850.915000', '133850.918000', '133850.920000', '133850.923000', '133850.925000', '133850.928000', '133850.931000', '133850.933000', '133850.936000', '133850.938000', '133850.941000', '133850.944000', '133850.946000', '133850.949000', '133850.951000', '133850.954000', '133850.957000', '133850.959000', '133850.962000', '133850.964000', '133850.967000', '133850.970000', '133850.972000', '133850.975000', '133850.977000', '133850.980000', '133850.983000', '133850.985000', '133850.988000', '133850.990000', '133850.993000', '133850.996000', '133851.000000', '133851.002000', '133851.005000', '133851.007000', '133851.010000', '133851.016000', '133851.019000', '133851.021000', '133851.024000', '133851.027000', '133851.029000', '133851.032000', '133851.034000', '133851.037000', '133851.044000', '133851.046000', '133851.049000', '133851.052000', '133851.054000', '133851.057000', '133851.060000', '133851.062000', '133910.859000', '133910.862000', '133910.865000', '133910.868000', '133910.870000', '133910.873000', '133910.875000', '133910.878000', '133910.881000', '133910.883000', '133910.886000', '133910.889000', '133910.891000', '133910.894000', '133910.896000', '133910.899000', '133910.901000', '133910.904000', '133910.907000', '133910.909000', '133910.912000', '133910.914000', '133910.917000', '133910.920000', '133910.922000', '133910.925000', '133910.927000', '133910.930000', '133910.933000', '133910.935000', '133910.938000', '133910.940000', '133910.943000', '133910.946000', '133910.948000', '133910.951000', '133910.953000', '133910.956000', '133910.958000', '133910.961000', '133910.964000', '133910.966000', '133910.969000', '133930.859000', '133930.862000', '133930.865000', '133930.867000', '133930.870000', '133930.873000', '133930.875000', '133930.878000', '133930.880000', '133930.883000', '133930.886000', '133930.888000', '133930.894000', '133930.896000', '133930.899000', '133930.901000', '133930.904000', '133930.907000', '133930.909000', '133930.912000', '133930.915000', '133930.917000', '133930.920000', '133930.922000', '133930.925000', '133930.928000', '133930.930000', '133930.933000', '133930.935000', '133930.938000', '133930.940000', '133930.943000', '133930.946000', '133930.948000', '133930.951000', '133930.953000', '133930.956000', '133930.959000', '133930.961000', '133930.964000', '133930.967000', '133930.969000', '133930.972000', '133930.974000', '133950.858000', '133950.861000', '133950.871000', '133950.874000', '133950.877000', '133950.879000', '133950.882000', '133950.885000', '133950.887000', '133950.890000', '133950.893000', '133950.895000', '133950.898000', '133950.900000', '133950.903000', '133950.906000', '133950.908000', '133950.911000', '133950.913000', '133950.916000', '133950.919000', '133950.921000', '133950.924000', '133950.926000', '133950.929000', '133950.932000', '133950.934000', '133950.937000', '133950.939000', '133950.942000', '133950.945000', '133950.947000', '133950.950000', '133950.952000', '133950.955000', '133950.958000', '133950.960000', '133950.963000', '133950.966000', '133950.968000', '133950.971000', '133950.974000', '133950.976000', '134010.859000', '134010.862000', '134010.865000', '134010.868000', '134010.870000', '134010.873000', '134010.875000', '134010.878000', '134010.881000', '134010.883000', '134010.886000', '134010.889000', '134010.891000', '134010.894000', '134010.896000', '134010.900000', '134010.903000', '134010.906000', '134010.908000', '134010.911000', '134010.914000', '134010.916000', '134010.919000', '134010.922000', '134010.924000', '134010.927000', '134010.929000', '134010.932000', '134010.935000', '134010.937000', '134010.940000', '134010.942000', '134010.945000', '134010.948000', '134010.950000', '134010.953000', '134010.967000', '134010.970000', '134010.972000', '134010.975000', '134010.977000', '134010.980000', '134010.982000', '134010.985000', '134030.859000', '134030.872000', '134030.875000', '134030.878000', '134030.880000', '134030.883000', '134030.886000', '134030.888000', '134030.891000', '134030.894000', '134030.896000', '134030.899000', '134030.901000', '134030.904000', '134030.907000', '134030.909000', '134030.912000', '134030.915000', '134030.917000', '134030.920000', '134030.922000', '134030.925000', '134030.928000', '134030.930000', '134030.933000', '134030.936000', '134030.938000', '134030.941000', '134030.944000', '134030.946000', '134030.949000', '134030.952000', '134030.954000', '134030.965000', '134030.968000', '134030.971000', '134030.973000', '134030.976000', '134030.979000', '134030.981000', '134030.984000', '134030.986000', '134030.989000', '134050.860000', '134050.862000', '134050.865000', '134050.868000', '134050.871000', '134050.873000', '134050.876000', '134050.879000', '134050.882000', '134050.884000', '134050.887000', '134050.889000', '134050.892000', '134050.895000', '134050.897000', '134050.900000', '134050.903000', '134050.905000', '134050.908000', '134050.911000', '134050.913000', '134050.916000', '134050.919000', '134050.921000', '134050.924000', '134050.926000', '134050.929000', '134050.932000', '134050.934000', '134050.937000', '134050.939000', '134050.942000', '134050.945000', '134050.947000', '134050.950000', '134050.953000', '134050.955000', '134050.958000', '134050.961000', '134050.963000', '134050.966000', '134050.969000', '134050.971000', '134110.859000', '134110.863000', '134110.865000', '134110.868000', '134110.871000', '134110.874000', '134110.876000', '134110.879000', '134110.882000', '134110.884000', '134110.887000', '134110.889000', '134110.892000', '134110.895000', '134110.897000', '134110.900000', '134110.903000', '134110.905000', '134110.908000', '134110.911000', '134110.913000', '134110.916000', '134110.919000', '134110.922000', '134110.924000', '134110.927000', '134110.930000', '134110.932000', '134110.935000', '134110.937000', '134110.940000', '134110.943000', '134110.945000', '134110.948000', '134110.951000', '134110.953000', '134110.956000', '134110.959000', '134110.961000', '134110.964000', '134110.973000', '134110.976000', '134110.978000', '134110.981000', '134130.860000', '134130.862000', '134130.865000', '134130.868000', '134130.871000', '134130.874000', '134130.878000', '134130.881000', '134130.884000', '134130.886000', '134130.889000', '134130.891000', '134130.894000', '134130.897000', '134130.899000', '134130.902000', '134130.905000', '134130.907000', '134130.910000', '134130.913000', '134130.915000', '134130.918000', '134130.921000', '134130.923000', '134130.926000', '134130.929000', '134130.931000', '134130.934000', '134130.936000', '134130.940000', '134130.943000', '134130.946000', '134130.948000', '134130.951000', '134130.954000', '134130.956000', '134130.959000', '134130.962000', '134130.964000', '134130.967000', '134130.969000', '134130.972000', '134130.975000', '134150.860000', '134150.862000', '134150.865000', '134150.868000', '134150.871000', '134150.873000', '134150.876000', '134150.879000', '134150.881000', '134150.884000', '134150.887000', '134150.889000', '134150.892000', '134150.895000', '134150.897000', '134150.900000', '134150.903000', '134150.905000', '134150.920000', '134150.923000', '134150.926000', '134150.928000', '134150.931000', '134150.933000', '134150.936000', '134150.939000', '134150.941000', '134150.944000', '134150.947000', '134150.949000', '134150.952000', '134150.954000', '134150.957000', '134150.960000', '134150.962000', '134150.965000', '134150.968000', '134150.970000', '134150.973000', '134150.975000', '134150.986000', '134150.989000', '134150.992000', '134150.994000', '134210.859000', '134210.862000', '134210.865000', '134210.867000', '134210.870000', '134210.873000', '134210.875000', '134210.878000', '134210.881000', '134210.884000', '134210.887000', '134210.889000', '134210.892000', '134210.895000', '134210.897000', '134210.900000', '134210.903000', '134210.906000', '134210.908000', '134210.911000', '134210.913000', '134210.916000', '134210.919000', '134210.921000', '134210.924000', '134210.927000', '134210.929000', '134210.932000', '134210.935000', '134210.937000', '134210.940000', '134210.942000', '134210.945000', '134210.948000', '134210.950000', '134210.953000', '134210.956000', '134210.958000', '134210.961000', '134210.964000', '134210.966000', '134210.969000', '134210.971000', '134230.859000', '134230.862000', '134230.865000', '134230.868000', '134230.871000', '134230.873000', '134230.876000', '134230.879000', '134230.881000', '134230.884000', '134230.887000', '134230.889000', '134230.892000', '134230.895000', '134230.897000', '134230.900000', '134230.903000', '134230.905000', '134230.908000', '134230.911000', '134230.913000', '134230.916000', '134230.918000', '134230.921000', '134230.924000', '134230.926000', '134230.929000', '134230.932000', '134230.934000', '134230.937000', '134230.940000', '134230.942000', '134230.945000', '134230.947000', '134230.950000', '134230.953000', '134230.955000', '134230.958000', '134230.961000', '134230.963000', '134230.966000', '134230.969000', '134230.971000', '134230.974000', '134250.860000', '134250.863000', '134250.865000', '134250.868000', '134250.871000', '134250.873000', '134250.876000', '134250.879000', '134250.881000', '134250.884000', '134250.887000', '134250.889000', '134250.892000', '134250.895000', '134250.897000', '134250.900000', '134250.902000', '134250.905000', '134250.908000', '134250.910000', '134250.913000', '134250.916000', '134250.919000', '134250.922000', '134250.924000', '134250.927000', '134250.930000', '134250.933000', '134250.935000', '134250.938000', '134250.941000', '134250.943000', '134250.946000', '134250.949000', '134250.951000', '134250.954000', '134250.957000', '134250.959000', '134250.962000', '134250.964000', '134250.967000', '134250.970000', '134250.972000', '134310.860000', '134310.863000', '134310.866000', '134310.868000', '134310.871000', '134310.874000', '134310.876000', '134310.879000', '134310.881000', '134310.884000', '134310.887000', '134310.889000', '134310.892000', '134310.895000', '134310.897000', '134310.900000', '134310.903000', '134310.905000', '134310.908000', '134310.910000', '134310.913000', '134310.916000', '134310.918000', '134310.921000', '134310.924000', '134310.926000', '134310.929000', '134310.931000', '134310.934000', '134310.937000', '134310.939000', '134310.942000', '134310.945000', '134310.948000', '134310.951000', '134310.954000', '134310.956000', '134310.959000', '134310.961000', '134310.964000', '134310.967000', '134310.969000', '134310.979000', '134310.981000', '134330.860000', '134330.862000', '134330.865000', '134330.868000', '134330.870000', '134330.873000', '134330.876000', '134330.878000', '134330.881000', '134330.883000', '134330.886000', '134330.889000', '134330.891000', '134330.894000', '134330.897000', '134330.899000', '134330.902000', '134330.905000', '134330.907000', '134330.910000', '134330.913000', '134330.915000', '134330.918000', '134330.920000', '134330.923000', '134330.926000', '134330.928000', '134330.931000', '134330.934000', '134330.936000', '134330.939000', '134330.942000', '134330.945000', '134330.947000', '134330.950000', '134330.954000', '134330.957000', '134330.960000', '134330.962000', '134330.965000', '134330.967000', '134330.970000', '134330.973000', '134350.860000', '134350.863000', '134350.865000', '134350.868000', '134350.870000', '134350.873000', '134350.876000', '134350.878000', '134350.881000', '134350.884000', '134350.886000', '134350.889000', '134350.892000', '134350.894000', '134350.897000', '134350.899000', '134350.902000', '134350.905000', '134350.907000', '134350.910000', '134350.913000', '134350.915000', '134350.918000', '134350.921000', '134350.923000', '134350.926000', '134350.929000', '134350.932000', '134350.934000', '134350.937000', '134350.941000', '134350.944000', '134350.947000', '134350.950000', '134350.952000', '134350.955000', '134350.957000', '134350.960000', '134350.963000', '134350.965000', '134350.968000', '134350.970000', '134350.973000', '134350.976000', '134410.860000', '134410.863000', '134410.865000', '134410.868000', '134410.871000', '134410.873000', '134410.876000', '134410.879000', '134410.882000', '134410.884000', '134410.887000', '134410.890000', '134410.892000', '134410.895000', '134410.898000', '134410.900000', '134410.903000', '134410.905000', '134410.908000', '134410.911000', '134410.913000', '134410.916000', '134410.919000', '134410.921000', '134410.924000', '134410.927000', '134410.929000', '134410.932000', '134410.935000', '134410.937000', '134410.940000', '134410.942000', '134410.945000', '134410.948000', '134410.950000', '134410.961000', '134410.963000', '134410.966000', '134410.968000', '134410.971000', '134410.974000', '134410.976000', '134410.979000', '134430.859000', '134430.862000', '134430.864000', '134430.867000', '134430.870000', '134430.872000', '134430.875000', '134430.878000', '134430.880000', '134430.883000', '134430.886000', '134430.888000', '134430.891000', '134430.894000', '134430.896000', '134430.899000', '134430.907000', '134430.909000', '134430.912000', '134430.915000', '134430.917000', '134430.920000', '134430.922000', '134430.925000', '134430.928000', '134430.930000', '134430.933000', '134430.936000', '134430.938000', '134430.941000', '134430.943000', '134430.946000', '134430.949000', '134430.951000', '134430.954000', '134430.956000', '134430.959000', '134430.961000', '134430.964000', '134430.967000', '134430.969000', '134430.972000', '134430.975000', '134430.978000', '134450.859000', '134450.862000', '134450.865000', '134450.868000', '134450.871000', '134450.873000', '134450.876000', '134450.879000', '134450.881000', '134450.891000', '134450.894000', '134450.896000', '134450.899000', '134450.902000', '134450.904000', '134450.907000', '134450.910000', '134450.912000', '134450.915000', '134450.918000', '134450.920000', '134450.923000', '134450.926000', '134450.928000', '134450.931000', '134450.933000', '134450.936000', '134450.939000', '134450.941000', '134450.944000', '134450.947000', '134450.949000', '134450.952000', '134450.954000', '134450.957000', '134450.960000', '134450.962000', '134450.965000', '134450.968000', '134450.970000', '134450.973000', '134450.975000', '134450.978000', '134510.860000', '134510.862000', '134510.865000', '134510.868000', '134510.871000', '134510.873000', '134510.876000', '134510.879000', '134510.881000', '134510.884000', '134510.887000', '134510.889000', '134510.892000', '134510.895000', '134510.897000', '134510.900000', '134510.903000', '134510.905000', '134510.908000', '134510.910000', '134510.913000', '134510.916000', '134510.918000', '134510.921000', '134510.924000', '134510.927000', '134510.929000', '134510.932000', '134510.935000', '134510.937000', '134510.940000', '134510.943000', '134510.945000', '134510.948000', '134510.950000', '134510.953000', '134510.956000', '134510.958000', '134510.961000', '134510.964000', '134510.966000', '134510.969000', '134510.972000', '134510.974000', '134530.860000', '134530.863000', '134530.865000', '134530.868000', '134530.870000', '134530.873000', '134530.876000', '134530.878000', '134530.881000', '134530.884000', '134530.887000', '134530.889000', '134530.892000', '134530.894000', '134530.897000', '134530.900000', '134530.902000', '134530.905000', '134530.908000', '134530.910000', '134530.913000', '134530.916000', '134530.918000', '134530.921000', '134530.923000', '134530.926000', '134530.929000', '134530.931000', '134530.934000', '134530.937000', '134530.939000', '134530.942000', '134530.944000', '134530.947000', '134530.950000', '134530.952000', '134530.955000', '134530.958000', '134530.960000', '134530.963000', '134530.965000', '134530.968000', '134530.970000', '134550.860000', '134550.863000', '134550.866000', '134550.868000', '134550.871000', '134550.873000', '134550.876000', '134550.879000', '134550.881000', '134550.884000', '134550.887000', '134550.889000', '134550.892000', '134550.894000', '134550.897000', '134550.900000', '134550.902000', '134550.905000', '134550.908000', '134550.910000', '134550.913000', '134550.916000', '134550.918000', '134550.921000', '134550.924000', '134550.926000', '134550.929000', '134550.932000', '134550.934000', '134550.937000', '134550.939000', '134550.942000', '134550.945000', '134550.947000', '134550.950000', '134550.953000', '134550.955000', '134550.958000', '134550.960000', '134550.963000', '134550.966000', '134550.968000', '134550.971000', '134550.974000', '134610.860000', '134610.862000', '134610.865000', '134610.868000', '134610.870000', '134610.873000', '134610.884000', '134610.887000', '134610.889000', '134610.892000', '134610.894000', '134610.897000', '134610.900000', '134610.902000', '134610.905000', '134610.908000', '134610.910000', '134610.913000', '134610.916000', '134610.918000', '134610.921000', '134610.924000', '134610.926000', '134610.934000', '134610.937000', '134610.940000', '134610.942000', '134610.945000', '134610.948000', '134610.950000', '134610.953000', '134610.955000', '134610.958000', '134610.961000', '134610.963000', '134610.966000', '134610.969000', '134610.971000', '134610.974000', '134610.977000', '134610.979000', '134610.982000', '134610.984000', '134630.861000', '134630.864000', '134630.867000', '134630.869000', '134630.872000', '134630.875000', '134630.877000', '134630.880000', '134630.882000', '134630.885000', '134630.888000', '134630.890000', '134630.893000', '134630.896000', '134630.898000', '134630.901000', '134630.903000', '134630.906000', '134630.909000', '134630.912000', '134630.915000', '134630.918000', '134630.920000', '134630.923000', '134630.926000', '134630.928000', '134630.931000', '134630.933000', '134630.936000', '134630.939000', '134630.941000', '134630.944000', '134630.947000', '134630.949000', '134630.952000', '134630.955000', '134630.957000', '134630.960000', '134630.962000', '134630.965000', '134630.968000', '134630.970000', '134630.973000', '134630.976000', '134650.858000', '134650.861000', '134650.864000', '134650.867000', '134650.869000', '134650.872000', '134650.874000', '134650.877000', '134650.880000', '134650.882000', '134650.885000', '134650.888000', '134650.891000', '134650.893000', '134650.896000', '134650.898000', '134650.901000', '134650.904000', '134650.906000', '134650.909000', '134650.912000', '134650.914000', '134650.917000', '134650.920000', '134650.922000', '134650.925000', '134650.927000', '134650.930000', '134650.933000', '134650.935000', '134650.938000', '134650.941000', '134650.943000', '134650.946000', '134650.949000', '134650.951000', '134650.954000', '134650.957000', '134650.959000', '134650.962000', '134650.964000', '134650.967000', '134650.975000', '134710.859000', '134710.862000', '134710.865000', '134710.868000', '134710.871000', '134710.873000', '134710.876000', '134710.879000', '134710.881000', '134710.884000', '134710.887000', '134710.889000', '134710.892000', '134710.894000', '134710.897000', '134710.900000', '134710.902000', '134710.905000', '134710.908000', '134710.910000', '134710.913000', '134710.915000', '134710.918000', '134710.921000', '134710.924000', '134710.926000', '134710.929000', '134710.932000', '134710.934000', '134710.937000', '134710.939000', '134710.942000', '134710.945000', '134710.947000', '134710.950000', '134710.953000', '134710.956000', '134710.958000', '134710.961000', '134710.963000', '134710.966000', '134710.969000', '134710.972000', '134730.860000', '134730.863000', '134730.865000', '134730.881000', '134730.884000', '134730.887000', '134730.889000', '134730.892000', '134730.895000', '134730.897000', '134730.900000', '134730.903000', '134730.905000', '134730.908000', '134730.910000', '134730.913000', '134730.916000', '134730.919000', '134730.921000', '134730.924000', '134730.927000', '134730.929000', '134730.932000', '134730.935000', '134730.937000', '134730.940000', '134730.942000', '134730.945000', '134730.948000', '134730.951000', '134730.953000', '134730.956000', '134730.959000', '134730.968000', '134730.971000', '134730.974000', '134730.976000', '134730.979000', '134730.985000', '134730.988000', '134730.990000', '134730.993000', '134730.995000', '134730.998000', '134750.860000', '134750.863000', '134750.865000', '134750.868000', '134750.871000', '134750.874000', '134750.876000', '134750.879000', '134750.884000', '134750.886000', '134750.889000', '134750.892000', '134750.894000', '134750.898000', '134750.901000', '134750.903000', '134750.906000', '134750.909000', '134750.911000', '134750.914000', '134750.917000', '134750.919000', '134750.922000', '134750.925000', '134750.927000', '134750.930000', '134750.932000', '134750.935000', '134750.938000', '134750.940000', '134750.943000', '134750.946000', '134750.948000', '134750.951000', '134750.953000', '134750.956000', '134750.959000', '134750.961000', '134750.964000', '134750.967000', '134750.969000', '134750.972000', '134750.974000', '134810.860000', '134810.863000', '134810.867000', '134810.869000', '134810.872000', '134810.874000', '134810.877000', '134810.880000', '134810.882000', '134810.885000', '134810.888000', '134810.890000', '134810.893000', '134810.895000', '134810.898000', '134810.901000', '134810.903000', '134810.906000', '134810.909000', '134810.911000', '134810.914000', '134810.916000', '134810.919000', '134810.922000', '134810.924000', '134810.927000', '134810.930000', '134810.932000', '134810.935000', '134810.938000', '134810.940000', '134810.943000', '134810.946000', '134810.948000', '134810.951000', '134810.954000', '134810.956000', '134810.959000', '134810.961000', '134810.964000', '134810.967000', '134810.969000', '134810.972000', '134810.974000', '134830.860000', '134830.863000', '134830.865000', '134830.868000', '134830.871000', '134830.873000', '134830.876000', '134830.878000', '134830.881000', '134830.884000', '134830.886000', '134830.889000', '134830.892000', '134830.894000', '134830.897000', '134830.900000', '134830.902000', '134830.905000', '134830.908000', '134830.910000', '134830.913000', '134830.915000', '134830.918000', '134830.921000', '134830.923000', '134830.926000', '134830.929000', '134830.931000', '134830.934000', '134830.937000', '134830.939000', '134830.942000', '134830.945000', '134830.947000', '134830.950000', '134830.953000', '134830.955000', '134830.958000', '134830.961000', '134830.963000', '134830.966000', '134830.968000', '134830.971000', '134850.860000', '134850.863000', '134850.866000', '134850.868000', '134850.871000', '134850.874000', '134850.876000', '134850.879000', '134850.881000', '134850.884000', '134850.887000', '134850.889000', '134850.892000', '134850.895000', '134850.897000', '134850.900000', '134850.902000', '134850.911000', '134850.914000', '134850.916000', '134850.919000', '134850.922000', '134850.924000', '134850.927000', '134850.929000', '134850.932000', '134850.935000', '134850.937000', '134850.940000', '134850.943000', '134850.945000', '134850.948000', '134850.951000', '134850.953000', '134850.956000', '134850.958000', '134850.961000', '134850.964000', '134850.966000', '134850.969000', '134850.972000', '134850.974000', '134850.977000', '134850.980000', '134910.859000', '134910.861000', '134910.864000', '134910.867000', '134910.869000', '134910.872000', '134910.875000', '134910.877000', '134910.880000', '134910.883000', '134910.885000', '134910.888000', '134910.891000', '134910.894000', '134910.896000', '134910.899000', '134910.901000', '134910.919000', '134910.922000', '134910.924000', '134910.927000', '134910.930000', '134910.933000', '134910.940000', '134910.943000', '134910.945000', '134910.948000', '134910.951000', '134910.953000', '134910.956000', '134910.959000', '134910.961000', '134910.964000', '134910.967000', '134910.969000', '134910.972000', '134910.974000', '134910.977000', '134910.980000', '134910.982000', '134910.985000', '134910.988000', '134910.990000', '134930.860000', '134930.863000', '134930.865000', '134930.868000', '134930.871000', '134930.874000', '134930.877000', '134930.879000', '134930.882000', '134930.885000', '134930.887000', '134930.890000', '134930.893000', '134930.895000', '134930.898000', '134930.900000', '134930.903000', '134930.906000', '134930.908000', '134930.911000', '134930.914000', '134930.916000', '134930.919000', '134930.921000', '134930.924000', '134930.927000', '134930.929000', '134930.932000', '134930.935000', '134930.937000', '134930.940000', '134930.942000', '134930.945000', '134930.948000', '134930.950000', '134930.953000', '134930.956000', '134930.958000', '134930.961000', '134930.963000', '134930.966000', '134930.969000', '134930.971000', '134930.974000', '134950.860000', '134950.863000', '134950.865000', '134950.868000', '134950.870000', '134950.873000', '134950.876000', '134950.878000', '134950.881000', '134950.884000', '134950.886000', '134950.889000', '134950.891000', '134950.894000', '134950.897000', '134950.899000', '134950.902000', '134950.905000', '134950.907000', '134950.910000', '134950.913000', '134950.915000', '134950.918000', '134950.921000', '134950.924000', '134950.941000', '134950.944000', '134950.946000', '134950.949000', '134950.952000', '134950.954000', '134950.957000', '134950.960000', '134950.962000', '134950.965000', '134950.968000', '134950.970000', '134950.973000', '134950.976000', '134950.978000', '134950.981000', '134950.984000', '134950.986000', '135010.860000', '135010.863000', '135010.865000', '135010.897000', '135010.900000', '135010.902000', '135010.905000', '135010.908000', '135010.910000', '135010.913000', '135010.916000', '135010.918000', '135010.921000', '135010.924000', '135010.926000', '135010.929000', '135010.932000', '135010.934000', '135010.937000', '135010.939000', '135010.942000', '135010.945000', '135010.947000', '135010.950000', '135010.953000', '135010.955000', '135010.958000', '135010.961000', '135010.963000', '135010.966000', '135010.968000', '135010.971000', '135010.974000', '135010.976000', '135010.979000', '135010.982000', '135010.984000', '135010.987000', '135010.989000', '135010.992000', '135010.995000', '135010.998000', '135011.001000', '135011.004000', '135030.860000', '135030.863000', '135030.865000', '135030.868000', '135030.871000', '135030.873000', '135030.876000', '135030.879000', '135030.881000', '135030.884000', '135030.887000', '135030.889000', '135030.892000', '135030.895000', '135030.897000', '135030.900000', '135030.902000', '135030.905000', '135030.908000', '135030.910000', '135030.913000', '135030.915000', '135030.918000', '135030.921000', '135030.923000', '135030.927000', '135030.930000', '135030.933000', '135030.936000', '135030.939000', '135030.941000', '135030.944000', '135030.946000', '135030.949000', '135030.952000', '135030.954000', '135030.957000', '135030.960000', '135030.962000', '135030.965000', '135030.968000', '135030.970000', '135030.973000', '135050.860000', '135050.862000', '135050.865000', '135050.868000', '135050.870000', '135050.873000', '135050.876000', '135050.878000', '135050.881000', '135050.884000', '135050.886000', '135050.889000', '135050.892000', '135050.894000', '135050.897000', '135050.900000', '135050.902000', '135050.905000', '135050.907000', '135050.910000', '135050.913000', '135050.915000', '135050.918000', '135050.921000', '135050.923000', '135050.926000', '135050.928000', '135050.931000', '135050.934000', '135050.936000', '135050.939000', '135050.942000', '135050.944000', '135050.947000', '135050.949000', '135050.952000', '135050.955000', '135050.957000', '135050.960000', '135050.970000', '135050.972000', '135050.975000', '135050.978000', '135050.980000', '135110.860000', '135110.863000', '135110.865000', '135110.868000', '135110.871000', '135110.873000', '135110.876000', '135110.879000', '135110.881000', '135110.884000', '135110.886000', '135110.889000', '135110.892000', '135110.894000', '135110.897000', '135110.900000', '135110.902000', '135110.905000', '135110.907000', '135110.910000', '135110.913000', '135110.915000', '135110.918000', '135110.920000', '135110.923000', '135110.926000', '135110.928000', '135110.931000', '135110.934000', '135110.937000', '135110.939000', '135110.942000', '135110.945000', '135110.948000', '135110.950000', '135110.953000', '135110.956000', '135110.958000', '135110.961000', '135110.964000', '135110.966000', '135110.969000', '135110.972000', '135130.859000', '135130.862000', '135130.865000', '135130.867000', '135130.870000', '135130.872000', '135130.875000', '135130.878000', '135130.880000', '135130.883000', '135130.886000', '135130.888000', '135130.891000', '135130.893000', '135130.896000', '135130.899000', '135130.901000', '135130.904000', '135130.907000', '135130.909000', '135130.912000', '135130.915000', '135130.917000', '135130.920000', '135130.922000', '135130.925000', '135130.928000', '135130.930000', '135130.933000', '135130.936000', '135130.938000', '135130.941000', '135130.943000', '135130.946000', '135130.949000', '135130.951000', '135130.954000', '135130.957000', '135130.959000', '135130.962000', '135130.964000', '135130.967000', '135130.970000', '135130.972000', '135150.860000', '135150.863000', '135150.865000', '135150.868000', '135150.871000', '135150.873000', '135150.876000', '135150.878000', '135150.881000', '135150.884000', '135150.886000', '135150.889000', '135150.892000', '135150.894000', '135150.897000', '135150.899000', '135150.902000', '135150.905000', '135150.918000', '135150.921000', '135150.924000', '135150.926000', '135150.929000', '135150.931000', '135150.934000', '135150.937000', '135150.939000', '135150.942000', '135150.945000', '135150.947000', '135150.950000', '135150.953000', '135150.955000', '135150.958000', '135150.961000', '135150.963000', '135150.966000', '135150.968000', '135150.971000', '135150.974000', '135150.977000', '135150.980000', '135150.984000', '135210.860000', '135210.862000', '135210.865000', '135210.868000', '135210.871000', '135210.873000', '135210.876000', '135210.879000', '135210.881000', '135210.884000', '135210.886000', '135210.889000', '135210.892000', '135210.894000', '135210.897000', '135210.900000', '135210.902000', '135210.905000', '135210.908000', '135210.926000', '135210.929000', '135210.931000', '135210.934000', '135210.936000', '135210.939000', '135210.942000', '135210.944000', '135210.947000', '135210.950000', '135210.952000', '135210.955000', '135210.957000', '135210.960000', '135210.963000', '135210.965000', '135210.968000', '135210.971000', '135210.973000', '135210.976000', '135210.978000', '135210.981000', '135210.984000', '135210.986000', '135210.989000', '135230.860000', '135230.863000', '135230.866000', '135230.868000', '135230.871000', '135230.874000', '135230.876000', '135230.879000', '135230.881000', '135230.884000', '135230.887000', '135230.889000', '135230.892000', '135230.894000', '135230.897000', '135230.900000', '135230.902000', '135230.905000', '135230.908000', '135230.910000', '135230.913000', '135230.916000', '135230.918000', '135230.921000', '135230.923000', '135230.926000', '135230.929000', '135230.931000', '135230.934000', '135230.937000', '135230.939000', '135230.942000', '135230.944000', '135230.947000', '135230.950000', '135230.952000', '135230.955000', '135230.958000', '135230.960000', '135230.963000', '135230.966000', '135230.968000', '135230.971000', '135238.365000', '135238.368000', '135238.371000', '135238.374000', '135238.377000', '135238.380000', '135238.383000', '135238.386000', '135238.389000', '135238.392000', '135238.395000', '135238.401000', '135238.405000', '135238.408000', '135238.411000', '135238.414000', '135238.417000'], 'InstanceCreationTime': ['133850.893000', '133850.896000', '133850.899000', '133850.902000', '133850.905000', '133850.912000', '133850.915000', '133850.918000', '133850.920000', '133850.923000', '133850.925000', '133850.928000', '133850.931000', '133850.933000', '133850.936000', '133850.938000', '133850.941000', '133850.944000', '133850.946000', '133850.949000', '133850.951000', '133850.954000', '133850.957000', '133850.959000', '133850.962000', '133850.964000', '133850.967000', '133850.970000', '133850.972000', '133850.975000', '133850.977000', '133850.980000', '133850.983000', '133850.985000', '133850.988000', '133850.990000', '133850.993000', '133850.996000', '133851.000000', '133851.002000', '133851.005000', '133851.007000', '133851.010000', '133851.016000', '133851.019000', '133851.021000', '133851.024000', '133851.027000', '133851.029000', '133851.032000', '133851.034000', '133851.037000', '133851.044000', '133851.046000', '133851.049000', '133851.052000', '133851.054000', '133851.057000', '133851.060000', '133851.062000', '133910.859000', '133910.862000', '133910.865000', '133910.868000', '133910.870000', '133910.873000', '133910.875000', '133910.878000', '133910.881000', '133910.883000', '133910.886000', '133910.889000', '133910.891000', '133910.894000', '133910.896000', '133910.899000', '133910.901000', '133910.904000', '133910.907000', '133910.909000', '133910.912000', '133910.914000', '133910.917000', '133910.920000', '133910.922000', '133910.925000', '133910.927000', '133910.930000', '133910.933000', '133910.935000', '133910.938000', '133910.940000', '133910.943000', '133910.946000', '133910.948000', '133910.951000', '133910.953000', '133910.956000', '133910.958000', '133910.961000', '133910.964000', '133910.966000', '133910.969000', '133930.859000', '133930.862000', '133930.865000', '133930.867000', '133930.870000', '133930.873000', '133930.875000', '133930.878000', '133930.880000', '133930.883000', '133930.886000', '133930.888000', '133930.894000', '133930.896000', '133930.899000', '133930.901000', '133930.904000', '133930.907000', '133930.909000', '133930.912000', '133930.915000', '133930.917000', '133930.920000', '133930.922000', '133930.925000', '133930.928000', '133930.930000', '133930.933000', '133930.935000', '133930.938000', '133930.940000', '133930.943000', '133930.946000', '133930.948000', '133930.951000', '133930.953000', '133930.956000', '133930.959000', '133930.961000', '133930.964000', '133930.967000', '133930.969000', '133930.972000', '133930.974000', '133950.858000', '133950.861000', '133950.871000', '133950.874000', '133950.877000', '133950.879000', '133950.882000', '133950.885000', '133950.887000', '133950.890000', '133950.893000', '133950.895000', '133950.898000', '133950.900000', '133950.903000', '133950.906000', '133950.908000', '133950.911000', '133950.913000', '133950.916000', '133950.919000', '133950.921000', '133950.924000', '133950.926000', '133950.929000', '133950.932000', '133950.934000', '133950.937000', '133950.939000', '133950.942000', '133950.945000', '133950.947000', '133950.950000', '133950.952000', '133950.955000', '133950.958000', '133950.960000', '133950.963000', '133950.966000', '133950.968000', '133950.971000', '133950.974000', '133950.976000', '134010.859000', '134010.862000', '134010.865000', '134010.868000', '134010.870000', '134010.873000', '134010.875000', '134010.878000', '134010.881000', '134010.883000', '134010.886000', '134010.889000', '134010.891000', '134010.894000', '134010.896000', '134010.900000', '134010.903000', '134010.906000', '134010.908000', '134010.911000', '134010.914000', '134010.916000', '134010.919000', '134010.922000', '134010.924000', '134010.927000', '134010.929000', '134010.932000', '134010.935000', '134010.937000', '134010.940000', '134010.942000', '134010.945000', '134010.948000', '134010.950000', '134010.953000', '134010.967000', '134010.970000', '134010.972000', '134010.975000', '134010.977000', '134010.980000', '134010.982000', '134010.985000', '134030.859000', '134030.872000', '134030.875000', '134030.878000', '134030.880000', '134030.883000', '134030.886000', '134030.888000', '134030.891000', '134030.894000', '134030.896000', '134030.899000', '134030.901000', '134030.904000', '134030.907000', '134030.909000', '134030.912000', '134030.915000', '134030.917000', '134030.920000', '134030.922000', '134030.925000', '134030.928000', '134030.930000', '134030.933000', '134030.936000', '134030.938000', '134030.941000', '134030.944000', '134030.946000', '134030.949000', '134030.952000', '134030.954000', '134030.965000', '134030.968000', '134030.971000', '134030.973000', '134030.976000', '134030.979000', '134030.981000', '134030.984000', '134030.986000', '134030.989000', '134050.860000', '134050.862000', '134050.865000', '134050.868000', '134050.871000', '134050.873000', '134050.876000', '134050.879000', '134050.882000', '134050.884000', '134050.887000', '134050.889000', '134050.892000', '134050.895000', '134050.897000', '134050.900000', '134050.903000', '134050.905000', '134050.908000', '134050.911000', '134050.913000', '134050.916000', '134050.919000', '134050.921000', '134050.924000', '134050.926000', '134050.929000', '134050.932000', '134050.934000', '134050.937000', '134050.939000', '134050.942000', '134050.945000', '134050.947000', '134050.950000', '134050.953000', '134050.955000', '134050.958000', '134050.961000', '134050.963000', '134050.966000', '134050.969000', '134050.971000', '134110.859000', '134110.863000', '134110.865000', '134110.868000', '134110.871000', '134110.874000', '134110.876000', '134110.879000', '134110.882000', '134110.884000', '134110.887000', '134110.889000', '134110.892000', '134110.895000', '134110.897000', '134110.900000', '134110.903000', '134110.905000', '134110.908000', '134110.911000', '134110.913000', '134110.916000', '134110.919000', '134110.922000', '134110.924000', '134110.927000', '134110.930000', '134110.932000', '134110.935000', '134110.937000', '134110.940000', '134110.943000', '134110.945000', '134110.948000', '134110.951000', '134110.953000', '134110.956000', '134110.959000', '134110.961000', '134110.964000', '134110.973000', '134110.976000', '134110.978000', '134110.981000', '134130.860000', '134130.862000', '134130.865000', '134130.868000', '134130.871000', '134130.874000', '134130.878000', '134130.881000', '134130.884000', '134130.886000', '134130.889000', '134130.891000', '134130.894000', '134130.897000', '134130.899000', '134130.902000', '134130.905000', '134130.907000', '134130.910000', '134130.913000', '134130.915000', '134130.918000', '134130.921000', '134130.923000', '134130.926000', '134130.929000', '134130.931000', '134130.934000', '134130.936000', '134130.940000', '134130.943000', '134130.946000', '134130.948000', '134130.951000', '134130.954000', '134130.956000', '134130.959000', '134130.962000', '134130.964000', '134130.967000', '134130.969000', '134130.972000', '134130.975000', '134150.860000', '134150.862000', '134150.865000', '134150.868000', '134150.871000', '134150.873000', '134150.876000', '134150.879000', '134150.881000', '134150.884000', '134150.887000', '134150.889000', '134150.892000', '134150.895000', '134150.897000', '134150.900000', '134150.903000', '134150.905000', '134150.920000', '134150.923000', '134150.926000', '134150.928000', '134150.931000', '134150.933000', '134150.936000', '134150.939000', '134150.941000', '134150.944000', '134150.947000', '134150.949000', '134150.952000', '134150.954000', '134150.957000', '134150.960000', '134150.962000', '134150.965000', '134150.968000', '134150.970000', '134150.973000', '134150.975000', '134150.986000', '134150.989000', '134150.992000', '134150.994000', '134210.859000', '134210.862000', '134210.865000', '134210.867000', '134210.870000', '134210.873000', '134210.875000', '134210.878000', '134210.881000', '134210.884000', '134210.887000', '134210.889000', '134210.892000', '134210.895000', '134210.897000', '134210.900000', '134210.903000', '134210.906000', '134210.908000', '134210.911000', '134210.913000', '134210.916000', '134210.919000', '134210.921000', '134210.924000', '134210.927000', '134210.929000', '134210.932000', '134210.935000', '134210.937000', '134210.940000', '134210.942000', '134210.945000', '134210.948000', '134210.950000', '134210.953000', '134210.956000', '134210.958000', '134210.961000', '134210.964000', '134210.966000', '134210.969000', '134210.971000', '134230.859000', '134230.862000', '134230.865000', '134230.868000', '134230.871000', '134230.873000', '134230.876000', '134230.879000', '134230.881000', '134230.884000', '134230.887000', '134230.889000', '134230.892000', '134230.895000', '134230.897000', '134230.900000', '134230.903000', '134230.905000', '134230.908000', '134230.911000', '134230.913000', '134230.916000', '134230.918000', '134230.921000', '134230.924000', '134230.926000', '134230.929000', '134230.932000', '134230.934000', '134230.937000', '134230.940000', '134230.942000', '134230.945000', '134230.947000', '134230.950000', '134230.953000', '134230.955000', '134230.958000', '134230.961000', '134230.963000', '134230.966000', '134230.969000', '134230.971000', '134230.974000', '134250.860000', '134250.863000', '134250.865000', '134250.868000', '134250.871000', '134250.873000', '134250.876000', '134250.879000', '134250.881000', '134250.884000', '134250.887000', '134250.889000', '134250.892000', '134250.895000', '134250.897000', '134250.900000', '134250.902000', '134250.905000', '134250.908000', '134250.910000', '134250.913000', '134250.916000', '134250.919000', '134250.922000', '134250.924000', '134250.927000', '134250.930000', '134250.933000', '134250.935000', '134250.938000', '134250.941000', '134250.943000', '134250.946000', '134250.949000', '134250.951000', '134250.954000', '134250.957000', '134250.959000', '134250.962000', '134250.964000', '134250.967000', '134250.970000', '134250.972000', '134310.860000', '134310.863000', '134310.866000', '134310.868000', '134310.871000', '134310.874000', '134310.876000', '134310.879000', '134310.881000', '134310.884000', '134310.887000', '134310.889000', '134310.892000', '134310.895000', '134310.897000', '134310.900000', '134310.903000', '134310.905000', '134310.908000', '134310.910000', '134310.913000', '134310.916000', '134310.918000', '134310.921000', '134310.924000', '134310.926000', '134310.929000', '134310.931000', '134310.934000', '134310.937000', '134310.939000', '134310.942000', '134310.945000', '134310.948000', '134310.951000', '134310.954000', '134310.956000', '134310.959000', '134310.961000', '134310.964000', '134310.967000', '134310.969000', '134310.979000', '134310.981000', '134330.860000', '134330.862000', '134330.865000', '134330.868000', '134330.870000', '134330.873000', '134330.876000', '134330.878000', '134330.881000', '134330.883000', '134330.886000', '134330.889000', '134330.891000', '134330.894000', '134330.897000', '134330.899000', '134330.902000', '134330.905000', '134330.907000', '134330.910000', '134330.913000', '134330.915000', '134330.918000', '134330.920000', '134330.923000', '134330.926000', '134330.928000', '134330.931000', '134330.934000', '134330.936000', '134330.939000', '134330.942000', '134330.945000', '134330.947000', '134330.950000', '134330.954000', '134330.957000', '134330.960000', '134330.962000', '134330.965000', '134330.967000', '134330.970000', '134330.973000', '134350.860000', '134350.863000', '134350.865000', '134350.868000', '134350.870000', '134350.873000', '134350.876000', '134350.878000', '134350.881000', '134350.884000', '134350.886000', '134350.889000', '134350.892000', '134350.894000', '134350.897000', '134350.899000', '134350.902000', '134350.905000', '134350.907000', '134350.910000', '134350.913000', '134350.915000', '134350.918000', '134350.921000', '134350.923000', '134350.926000', '134350.929000', '134350.932000', '134350.934000', '134350.937000', '134350.941000', '134350.944000', '134350.947000', '134350.950000', '134350.952000', '134350.955000', '134350.957000', '134350.960000', '134350.963000', '134350.965000', '134350.968000', '134350.970000', '134350.973000', '134350.976000', '134410.860000', '134410.863000', '134410.865000', '134410.868000', '134410.871000', '134410.873000', '134410.876000', '134410.879000', '134410.882000', '134410.884000', '134410.887000', '134410.890000', '134410.892000', '134410.895000', '134410.898000', '134410.900000', '134410.903000', '134410.905000', '134410.908000', '134410.911000', '134410.913000', '134410.916000', '134410.919000', '134410.921000', '134410.924000', '134410.927000', '134410.929000', '134410.932000', '134410.935000', '134410.937000', '134410.940000', '134410.942000', '134410.945000', '134410.948000', '134410.950000', '134410.961000', '134410.963000', '134410.966000', '134410.968000', '134410.971000', '134410.974000', '134410.976000', '134410.979000', '134430.859000', '134430.862000', '134430.864000', '134430.867000', '134430.870000', '134430.872000', '134430.875000', '134430.878000', '134430.880000', '134430.883000', '134430.886000', '134430.888000', '134430.891000', '134430.894000', '134430.896000', '134430.899000', '134430.907000', '134430.909000', '134430.912000', '134430.915000', '134430.917000', '134430.920000', '134430.922000', '134430.925000', '134430.928000', '134430.930000', '134430.933000', '134430.936000', '134430.938000', '134430.941000', '134430.943000', '134430.946000', '134430.949000', '134430.951000', '134430.954000', '134430.956000', '134430.959000', '134430.961000', '134430.964000', '134430.967000', '134430.969000', '134430.972000', '134430.975000', '134430.978000', '134450.859000', '134450.862000', '134450.865000', '134450.868000', '134450.871000', '134450.873000', '134450.876000', '134450.879000', '134450.881000', '134450.891000', '134450.894000', '134450.896000', '134450.899000', '134450.902000', '134450.904000', '134450.907000', '134450.910000', '134450.912000', '134450.915000', '134450.918000', '134450.920000', '134450.923000', '134450.926000', '134450.928000', '134450.931000', '134450.933000', '134450.936000', '134450.939000', '134450.941000', '134450.944000', '134450.947000', '134450.949000', '134450.952000', '134450.954000', '134450.957000', '134450.960000', '134450.962000', '134450.965000', '134450.968000', '134450.970000', '134450.973000', '134450.975000', '134450.978000', '134510.860000', '134510.862000', '134510.865000', '134510.868000', '134510.871000', '134510.873000', '134510.876000', '134510.879000', '134510.881000', '134510.884000', '134510.887000', '134510.889000', '134510.892000', '134510.895000', '134510.897000', '134510.900000', '134510.903000', '134510.905000', '134510.908000', '134510.910000', '134510.913000', '134510.916000', '134510.918000', '134510.921000', '134510.924000', '134510.927000', '134510.929000', '134510.932000', '134510.935000', '134510.937000', '134510.940000', '134510.943000', '134510.945000', '134510.948000', '134510.950000', '134510.953000', '134510.956000', '134510.958000', '134510.961000', '134510.964000', '134510.966000', '134510.969000', '134510.972000', '134510.974000', '134530.860000', '134530.863000', '134530.865000', '134530.868000', '134530.870000', '134530.873000', '134530.876000', '134530.878000', '134530.881000', '134530.884000', '134530.887000', '134530.889000', '134530.892000', '134530.894000', '134530.897000', '134530.900000', '134530.902000', '134530.905000', '134530.908000', '134530.910000', '134530.913000', '134530.916000', '134530.918000', '134530.921000', '134530.923000', '134530.926000', '134530.929000', '134530.931000', '134530.934000', '134530.937000', '134530.939000', '134530.942000', '134530.944000', '134530.947000', '134530.950000', '134530.952000', '134530.955000', '134530.958000', '134530.960000', '134530.963000', '134530.965000', '134530.968000', '134530.970000', '134550.860000', '134550.863000', '134550.866000', '134550.868000', '134550.871000', '134550.873000', '134550.876000', '134550.879000', '134550.881000', '134550.884000', '134550.887000', '134550.889000', '134550.892000', '134550.894000', '134550.897000', '134550.900000', '134550.902000', '134550.905000', '134550.908000', '134550.910000', '134550.913000', '134550.916000', '134550.918000', '134550.921000', '134550.924000', '134550.926000', '134550.929000', '134550.932000', '134550.934000', '134550.937000', '134550.939000', '134550.942000', '134550.945000', '134550.947000', '134550.950000', '134550.953000', '134550.955000', '134550.958000', '134550.960000', '134550.963000', '134550.966000', '134550.968000', '134550.971000', '134550.974000', '134610.860000', '134610.862000', '134610.865000', '134610.868000', '134610.870000', '134610.873000', '134610.884000', '134610.887000', '134610.889000', '134610.892000', '134610.894000', '134610.897000', '134610.900000', '134610.902000', '134610.905000', '134610.908000', '134610.910000', '134610.913000', '134610.916000', '134610.918000', '134610.921000', '134610.924000', '134610.926000', '134610.934000', '134610.937000', '134610.940000', '134610.942000', '134610.945000', '134610.948000', '134610.950000', '134610.953000', '134610.955000', '134610.958000', '134610.961000', '134610.963000', '134610.966000', '134610.969000', '134610.971000', '134610.974000', '134610.977000', '134610.979000', '134610.982000', '134610.984000', '134630.861000', '134630.864000', '134630.867000', '134630.869000', '134630.872000', '134630.875000', '134630.877000', '134630.880000', '134630.882000', '134630.885000', '134630.888000', '134630.890000', '134630.893000', '134630.896000', '134630.898000', '134630.901000', '134630.903000', '134630.906000', '134630.909000', '134630.912000', '134630.915000', '134630.918000', '134630.920000', '134630.923000', '134630.926000', '134630.928000', '134630.931000', '134630.933000', '134630.936000', '134630.939000', '134630.941000', '134630.944000', '134630.947000', '134630.949000', '134630.952000', '134630.955000', '134630.957000', '134630.960000', '134630.962000', '134630.965000', '134630.968000', '134630.970000', '134630.973000', '134630.976000', '134650.858000', '134650.861000', '134650.864000', '134650.867000', '134650.869000', '134650.872000', '134650.874000', '134650.877000', '134650.880000', '134650.882000', '134650.885000', '134650.888000', '134650.891000', '134650.893000', '134650.896000', '134650.898000', '134650.901000', '134650.904000', '134650.906000', '134650.909000', '134650.912000', '134650.914000', '134650.917000', '134650.920000', '134650.922000', '134650.925000', '134650.927000', '134650.930000', '134650.933000', '134650.935000', '134650.938000', '134650.941000', '134650.943000', '134650.946000', '134650.949000', '134650.951000', '134650.954000', '134650.957000', '134650.959000', '134650.962000', '134650.964000', '134650.967000', '134650.975000', '134710.859000', '134710.862000', '134710.865000', '134710.868000', '134710.871000', '134710.873000', '134710.876000', '134710.879000', '134710.881000', '134710.884000', '134710.887000', '134710.889000', '134710.892000', '134710.894000', '134710.897000', '134710.900000', '134710.902000', '134710.905000', '134710.908000', '134710.910000', '134710.913000', '134710.915000', '134710.918000', '134710.921000', '134710.924000', '134710.926000', '134710.929000', '134710.932000', '134710.934000', '134710.937000', '134710.939000', '134710.942000', '134710.945000', '134710.947000', '134710.950000', '134710.953000', '134710.956000', '134710.958000', '134710.961000', '134710.963000', '134710.966000', '134710.969000', '134710.972000', '134730.860000', '134730.863000', '134730.865000', '134730.881000', '134730.884000', '134730.887000', '134730.889000', '134730.892000', '134730.895000', '134730.897000', '134730.900000', '134730.903000', '134730.905000', '134730.908000', '134730.910000', '134730.913000', '134730.916000', '134730.919000', '134730.921000', '134730.924000', '134730.927000', '134730.929000', '134730.932000', '134730.935000', '134730.937000', '134730.940000', '134730.942000', '134730.945000', '134730.948000', '134730.951000', '134730.953000', '134730.956000', '134730.959000', '134730.968000', '134730.971000', '134730.974000', '134730.976000', '134730.979000', '134730.985000', '134730.988000', '134730.990000', '134730.993000', '134730.995000', '134730.998000', '134750.860000', '134750.863000', '134750.865000', '134750.868000', '134750.871000', '134750.874000', '134750.876000', '134750.879000', '134750.884000', '134750.886000', '134750.889000', '134750.892000', '134750.894000', '134750.898000', '134750.901000', '134750.903000', '134750.906000', '134750.909000', '134750.911000', '134750.914000', '134750.917000', '134750.919000', '134750.922000', '134750.925000', '134750.927000', '134750.930000', '134750.932000', '134750.935000', '134750.938000', '134750.940000', '134750.943000', '134750.946000', '134750.948000', '134750.951000', '134750.953000', '134750.956000', '134750.959000', '134750.961000', '134750.964000', '134750.967000', '134750.969000', '134750.972000', '134750.974000', '134810.860000', '134810.863000', '134810.867000', '134810.869000', '134810.872000', '134810.874000', '134810.877000', '134810.880000', '134810.882000', '134810.885000', '134810.888000', '134810.890000', '134810.893000', '134810.895000', '134810.898000', '134810.901000', '134810.903000', '134810.906000', '134810.909000', '134810.911000', '134810.914000', '134810.916000', '134810.919000', '134810.922000', '134810.924000', '134810.927000', '134810.930000', '134810.932000', '134810.935000', '134810.938000', '134810.940000', '134810.943000', '134810.946000', '134810.948000', '134810.951000', '134810.954000', '134810.956000', '134810.959000', '134810.961000', '134810.964000', '134810.967000', '134810.969000', '134810.972000', '134810.974000', '134830.860000', '134830.863000', '134830.865000', '134830.868000', '134830.871000', '134830.873000', '134830.876000', '134830.878000', '134830.881000', '134830.884000', '134830.886000', '134830.889000', '134830.892000', '134830.894000', '134830.897000', '134830.900000', '134830.902000', '134830.905000', '134830.908000', '134830.910000', '134830.913000', '134830.915000', '134830.918000', '134830.921000', '134830.923000', '134830.926000', '134830.929000', '134830.931000', '134830.934000', '134830.937000', '134830.939000', '134830.942000', '134830.945000', '134830.947000', '134830.950000', '134830.953000', '134830.955000', '134830.958000', '134830.961000', '134830.963000', '134830.966000', '134830.968000', '134830.971000', '134850.860000', '134850.863000', '134850.866000', '134850.868000', '134850.871000', '134850.874000', '134850.876000', '134850.879000', '134850.881000', '134850.884000', '134850.887000', '134850.889000', '134850.892000', '134850.895000', '134850.897000', '134850.900000', '134850.902000', '134850.911000', '134850.914000', '134850.916000', '134850.919000', '134850.922000', '134850.924000', '134850.927000', '134850.929000', '134850.932000', '134850.935000', '134850.937000', '134850.940000', '134850.943000', '134850.945000', '134850.948000', '134850.951000', '134850.953000', '134850.956000', '134850.958000', '134850.961000', '134850.964000', '134850.966000', '134850.969000', '134850.972000', '134850.974000', '134850.977000', '134850.980000', '134910.859000', '134910.861000', '134910.864000', '134910.867000', '134910.869000', '134910.872000', '134910.875000', '134910.877000', '134910.880000', '134910.883000', '134910.885000', '134910.888000', '134910.891000', '134910.894000', '134910.896000', '134910.899000', '134910.901000', '134910.919000', '134910.922000', '134910.924000', '134910.927000', '134910.930000', '134910.933000', '134910.940000', '134910.943000', '134910.945000', '134910.948000', '134910.951000', '134910.953000', '134910.956000', '134910.959000', '134910.961000', '134910.964000', '134910.967000', '134910.969000', '134910.972000', '134910.974000', '134910.977000', '134910.980000', '134910.982000', '134910.985000', '134910.988000', '134910.990000', '134930.860000', '134930.863000', '134930.865000', '134930.868000', '134930.871000', '134930.874000', '134930.877000', '134930.879000', '134930.882000', '134930.885000', '134930.887000', '134930.890000', '134930.893000', '134930.895000', '134930.898000', '134930.900000', '134930.903000', '134930.906000', '134930.908000', '134930.911000', '134930.914000', '134930.916000', '134930.919000', '134930.921000', '134930.924000', '134930.927000', '134930.929000', '134930.932000', '134930.935000', '134930.937000', '134930.940000', '134930.942000', '134930.945000', '134930.948000', '134930.950000', '134930.953000', '134930.956000', '134930.958000', '134930.961000', '134930.963000', '134930.966000', '134930.969000', '134930.971000', '134930.974000', '134950.860000', '134950.863000', '134950.865000', '134950.868000', '134950.870000', '134950.873000', '134950.876000', '134950.878000', '134950.881000', '134950.884000', '134950.886000', '134950.889000', '134950.891000', '134950.894000', '134950.897000', '134950.899000', '134950.902000', '134950.905000', '134950.907000', '134950.910000', '134950.913000', '134950.915000', '134950.918000', '134950.921000', '134950.924000', '134950.941000', '134950.944000', '134950.946000', '134950.949000', '134950.952000', '134950.954000', '134950.957000', '134950.960000', '134950.962000', '134950.965000', '134950.968000', '134950.970000', '134950.973000', '134950.976000', '134950.978000', '134950.981000', '134950.984000', '134950.986000', '135010.860000', '135010.863000', '135010.865000', '135010.897000', '135010.900000', '135010.902000', '135010.905000', '135010.908000', '135010.910000', '135010.913000', '135010.916000', '135010.918000', '135010.921000', '135010.924000', '135010.926000', '135010.929000', '135010.932000', '135010.934000', '135010.937000', '135010.939000', '135010.942000', '135010.945000', '135010.947000', '135010.950000', '135010.953000', '135010.955000', '135010.958000', '135010.961000', '135010.963000', '135010.966000', '135010.968000', '135010.971000', '135010.974000', '135010.976000', '135010.979000', '135010.982000', '135010.984000', '135010.987000', '135010.989000', '135010.992000', '135010.995000', '135010.998000', '135011.001000', '135011.004000', '135030.860000', '135030.863000', '135030.865000', '135030.868000', '135030.871000', '135030.873000', '135030.876000', '135030.879000', '135030.881000', '135030.884000', '135030.887000', '135030.889000', '135030.892000', '135030.895000', '135030.897000', '135030.900000', '135030.902000', '135030.905000', '135030.908000', '135030.910000', '135030.913000', '135030.915000', '135030.918000', '135030.921000', '135030.923000', '135030.927000', '135030.930000', '135030.933000', '135030.936000', '135030.939000', '135030.941000', '135030.944000', '135030.946000', '135030.949000', '135030.952000', '135030.954000', '135030.957000', '135030.960000', '135030.962000', '135030.965000', '135030.968000', '135030.970000', '135030.973000', '135050.860000', '135050.862000', '135050.865000', '135050.868000', '135050.870000', '135050.873000', '135050.876000', '135050.878000', '135050.881000', '135050.884000', '135050.886000', '135050.889000', '135050.892000', '135050.894000', '135050.897000', '135050.900000', '135050.902000', '135050.905000', '135050.907000', '135050.910000', '135050.913000', '135050.915000', '135050.918000', '135050.921000', '135050.923000', '135050.926000', '135050.928000', '135050.931000', '135050.934000', '135050.936000', '135050.939000', '135050.942000', '135050.944000', '135050.947000', '135050.949000', '135050.952000', '135050.955000', '135050.957000', '135050.960000', '135050.970000', '135050.972000', '135050.975000', '135050.978000', '135050.980000', '135110.860000', '135110.863000', '135110.865000', '135110.868000', '135110.871000', '135110.873000', '135110.876000', '135110.879000', '135110.881000', '135110.884000', '135110.886000', '135110.889000', '135110.892000', '135110.894000', '135110.897000', '135110.900000', '135110.902000', '135110.905000', '135110.907000', '135110.910000', '135110.913000', '135110.915000', '135110.918000', '135110.920000', '135110.923000', '135110.926000', '135110.928000', '135110.931000', '135110.934000', '135110.937000', '135110.939000', '135110.942000', '135110.945000', '135110.948000', '135110.950000', '135110.953000', '135110.956000', '135110.958000', '135110.961000', '135110.964000', '135110.966000', '135110.969000', '135110.972000', '135130.859000', '135130.862000', '135130.865000', '135130.867000', '135130.870000', '135130.872000', '135130.875000', '135130.878000', '135130.880000', '135130.883000', '135130.886000', '135130.888000', '135130.891000', '135130.893000', '135130.896000', '135130.899000', '135130.901000', '135130.904000', '135130.907000', '135130.909000', '135130.912000', '135130.915000', '135130.917000', '135130.920000', '135130.922000', '135130.925000', '135130.928000', '135130.930000', '135130.933000', '135130.936000', '135130.938000', '135130.941000', '135130.943000', '135130.946000', '135130.949000', '135130.951000', '135130.954000', '135130.957000', '135130.959000', '135130.962000', '135130.964000', '135130.967000', '135130.970000', '135130.972000', '135150.860000', '135150.863000', '135150.865000', '135150.868000', '135150.871000', '135150.873000', '135150.876000', '135150.878000', '135150.881000', '135150.884000', '135150.886000', '135150.889000', '135150.892000', '135150.894000', '135150.897000', '135150.899000', '135150.902000', '135150.905000', '135150.918000', '135150.921000', '135150.924000', '135150.926000', '135150.929000', '135150.931000', '135150.934000', '135150.937000', '135150.939000', '135150.942000', '135150.945000', '135150.947000', '135150.950000', '135150.953000', '135150.955000', '135150.958000', '135150.961000', '135150.963000', '135150.966000', '135150.968000', '135150.971000', '135150.974000', '135150.977000', '135150.980000', '135150.984000', '135210.860000', '135210.862000', '135210.865000', '135210.868000', '135210.871000', '135210.873000', '135210.876000', '135210.879000', '135210.881000', '135210.884000', '135210.886000', '135210.889000', '135210.892000', '135210.894000', '135210.897000', '135210.900000', '135210.902000', '135210.905000', '135210.908000', '135210.926000', '135210.929000', '135210.931000', '135210.934000', '135210.936000', '135210.939000', '135210.942000', '135210.944000', '135210.947000', '135210.950000', '135210.952000', '135210.955000', '135210.957000', '135210.960000', '135210.963000', '135210.965000', '135210.968000', '135210.971000', '135210.973000', '135210.976000', '135210.978000', '135210.981000', '135210.984000', '135210.986000', '135210.989000', '135230.860000', '135230.863000', '135230.866000', '135230.868000', '135230.871000', '135230.874000', '135230.876000', '135230.879000', '135230.881000', '135230.884000', '135230.887000', '135230.889000', '135230.892000', '135230.894000', '135230.897000', '135230.900000', '135230.902000', '135230.905000', '135230.908000', '135230.910000', '135230.913000', '135230.916000', '135230.918000', '135230.921000', '135230.923000', '135230.926000', '135230.929000', '135230.931000', '135230.934000', '135230.937000', '135230.939000', '135230.942000', '135230.944000', '135230.947000', '135230.950000', '135230.952000', '135230.955000', '135230.958000', '135230.960000', '135230.963000', '135230.966000', '135230.968000', '135230.971000', '135238.365000', '135238.368000', '135238.371000', '135238.374000', '135238.377000', '135238.380000', '135238.383000', '135238.386000', '135238.389000', '135238.392000', '135238.395000', '135238.401000', '135238.405000', '135238.408000', '135238.411000', '135238.414000', '135238.417000'], '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': [7009, 8199, 7392, 6939, 8399, 6567, 8161, 11060, 6699, 8677, 6666, 6976, 9235, 6592, 7991, 6673, 7048, 9411, 6578, 8760, 7012, 6842, 10693, 6483, 7366, 11347, 7654, 7726, 6635, 6977, 8147, 6957, 7412, 10727, 6417, 7822, 8058, 6841, 9124, 6683, 7073, 9609, 6587, 7599, 6760, 7002, 9355, 6763, 8052, 7101, 7166, 10566, 7385, 9116, 6441, 7051, 12965, 6864, 10102, 13827, 7442, 9207, 7178, 6852, 9156, 6493, 7809, 6462, 6811, 7803, 7023, 6964, 8660, 6613, 7556, 8429, 7005, 8760, 6759, 6818, 10728, 6535, 7761, 8440, 6907, 9050, 6855, 7135, 10795, 6718, 8652, 6997, 6950, 12826, 6699, 7804, 14013, 9391, 10681, 6544, 7118, 8440, 6754, 7459, 10362, 7050, 7520, 6969, 7061, 9056, 6784, 7803, 6982, 7269, 9423, 6494, 7957, 9209, 6955, 7686, 7126, 7073, 12010, 6663, 7977, 9168, 7021, 8453, 7110, 7089, 8414, 6640, 7037, 6533, 7049, 9735, 6684, 9313, 11952, 6958, 12702, 6902, 7214, 12997, 6469, 8409, 12651, 7243, 10285, 7132, 6851, 7629, 6548, 7878, 8565, 6959, 7403, 6693, 7023, 9514, 6468, 8013, 11404, 6427, 7498, 6521, 7004, 8682, 6688, 7056, 9629, 6712, 8041, 7156, 6947, 7766, 6695, 7215, 7129, 7115, 11034, 6761, 8716, 8717, 7078, 8374, 7103, 6845, 10883, 6744, 7317, 11384, 6965, 8666, 6700, 6702, 9403, 6696, 8159, 6837, 6793, 10916, 6934, 8101, 13535, 8381, 10006, 6734, 6925, 10482, 6906, 7644, 11535, 7357, 7830, 6939, 6905, 8033, 6834, 7946, 11217, 6686, 9407, 7071, 6837, 8792, 6775, 7362, 9821, 7214, 7262, 6869, 6966, 7103, 7091, 6862, 9080, 6591, 7562, 8395, 6674, 7083, 10087, 6937, 9027, 6705, 6985, 10024, 6729, 8150, 11711, 6927, 9094, 6719, 6836, 7870, 6685, 7559, 10296, 6512, 6975, 6793, 6962, 7917, 7105, 6795, 7918, 6601, 6981, 9417, 6721, 8115, 6845, 6904, 9355, 6653, 7496, 10881, 7347, 7555, 6958, 6956, 7423, 6774, 7327, 9567, 6657, 7491, 6809, 7003, 9589, 6949, 6718, 11758, 6911, 7223, 12335, 7308, 9532, 6819, 6728, 12504, 6759, 8885, 10697, 6868, 10230, 7249, 6808, 9804, 6557, 7882, 12130, 7033, 10622, 6997, 7022, 11237, 6690, 7406, 10608, 6716, 6909, 7130, 6922, 8227, 6922, 6933, 12104, 6867, 8095, 8411, 6792, 9906, 6605, 7378, 11261, 6953, 9445, 6342, 6757, 11965, 7007, 9155, 7206, 6816, 10154, 6482, 7005, 7931, 7227, 8465, 6777, 6699, 10038, 6585, 6980, 6737, 6626, 9545, 6830, 7881, 12375, 7138, 9951, 6874, 6752, 13393, 6807, 6982, 10282, 6941, 7828, 7012, 6613, 9229, 6642, 7005, 10375, 6878, 8275, 6653, 6672, 9622, 6795, 7238, 6501, 6745, 8631, 6785, 7544, 13573, 6709, 11024, 6605, 6778, 11713, 7023, 6670, 10524, 6670, 7200, 9966, 6833, 9716, 6701, 6889, 13091, 6541, 7549, 9331, 7001, 9108, 6748, 6928, 8810, 6756, 6898, 6717, 6571, 8177, 7062, 7162, 12263, 6842, 9300, 6958, 6874, 9779, 6873, 8005, 13611, 9584, 10196, 6894, 6646, 8877, 6837, 6797, 10959, 6670, 6715, 10109, 6774, 8537, 6719, 6919, 9715, 6654, 7543, 13060, 7836, 9805, 6669, 6603, 11107, 6697, 6900, 10014, 6923, 7184, 6719, 6638, 9404, 6867, 7806, 10829, 6656, 9658, 6942, 6958, 10278, 6678, 6713, 10492, 6623, 8629, 6931, 6801, 11387, 6802, 7422, 12501, 6859, 9165, 6764, 6614, 9936, 6800, 8348, 11942, 6817, 9548, 6917, 6675, 11240, 6583, 8322, 10655, 6917, 8344, 6695, 6841, 10292, 6366, 8115, 9560, 6742, 8493, 6980, 6702, 12423, 6642, 10253, 8596, 6751, 10831, 6591, 7472, 13097, 6545, 8735, 6807, 6758, 10555, 6839, 8229, 11480, 6679, 8905, 7025, 6684, 9850, 6483, 6694, 10537, 6840, 9409, 11237, 7158, 12106, 6820, 6811, 10919, 6743, 8716, 13362, 7583, 10364, 6847, 6871, 9479, 6650, 8164, 11474, 6814, 9966, 6615, 6883, 11174, 7221, 8962, 6957, 7002, 8893, 6773, 6687, 10121, 6852, 7945, 6587, 6814, 9154, 6792, 8001, 12631, 8295, 10680, 6661, 6729, 8945, 6965, 8292, 13435, 8557, 10583, 6616, 6803, 8738, 6613, 7469, 10184, 6624, 8253, 6785, 6937, 8743, 7004, 7681, 10130, 6903, 8343, 9449, 6827, 7755, 7172, 6953, 9004, 6704, 7290, 11195, 6845, 8387, 11930, 6836, 9766, 7654, 6909, 12752, 7013, 6737, 12046, 6876, 9387, 13731, 7058, 10708, 6791, 6749, 9429, 6870, 6980, 8107, 6645, 8487, 6844, 6731, 10467, 6799, 7882, 13921, 6913, 9511, 7010, 6915, 12183, 6671, 8761, 10443, 6936, 9541, 6799, 6845, 10261, 6777, 9381, 7190, 6660, 12086, 6894, 9160, 11910, 6618, 7912, 7001, 6792, 9400, 6779, 8166, 11761, 6554, 8704, 12692, 6700, 10237, 7283, 6705, 11314, 6568, 7199, 10939, 7002, 8878, 9251, 6878, 9290, 6549, 6743, 8844, 6802, 8513, 6636, 7018, 7525, 6733, 9059, 7557, 7392, 6603, 8051, 6696, 9155, 13421, 9411, 14170, 8955, 6863, 12942, 6649, 7553, 13835, 8160, 11048, 6720, 7213, 11102, 6836, 7995, 11723, 6928, 9075, 6995, 6700, 10155, 7081, 7444, 8242, 6901, 8046, 6944, 6834, 12419, 7866, 9207, 7054, 7063, 9184, 6928, 7507, 8576, 7051, 8781, 6954, 7028, 11368, 7497, 9188, 13593, 7294, 12263, 7119, 6976, 13422, 6601, 8542, 13427, 6798, 7089, 10741, 6879, 9584, 6820, 7015, 10966, 6875, 7678, 11083, 6962, 9455, 6897, 6955, 12441, 8028, 9139, 6986, 6848, 9448, 6584, 7876, 6519, 7122, 8551, 6749, 8426, 12873, 7753, 12707, 7002, 7359, 13163, 6859, 11025, 7071, 7410, 13267, 6737, 6820, 10361, 6743, 7710, 6720, 6851, 9074, 6941, 8024, 8385, 7123, 8588, 6586, 7300, 6558, 6967, 10056, 6751, 8487, 12216, 6837, 10596, 7169, 7601, 13788, 6641, 8239, 8816, 6907, 13308, 6725, 7409, 12405, 6824, 8375, 7004, 7318, 9691, 6903, 7825, 6854, 6770, 11548, 6825, 8445, 7432, 7073, 9599, 6944, 6920, 9521, 6999, 9413, 6926, 7636, 14499, 10426, 10680, 6797, 6663, 11563, 7241, 9505, 6769, 6717, 10739, 6684, 9914, 10803, 6902, 11589, 6361, 6949, 9096, 6766, 10778, 6793, 7824, 10459, 6871, 9344, 6721, 6932, 8949, 6733, 7277, 6738, 6559, 10488, 6862, 8172, 7001, 6621, 8626, 6384, 7551, 12041, 6703, 10541, 6774, 6858, 9719, 6637, 8471, 8823, 7068, 9831, 6881, 7019, 9164, 6967, 9032, 6747, 6823, 9690, 6739, 7564, 6958, 6625, 11256, 6790, 8410, 6764, 6758, 9903, 6544, 9411, 6879, 7090, 13861, 6763, 7971, 7030, 6920, 10518, 6893, 8035, 7334, 6789, 8839, 7172, 7232, 13508, 8514, 10645, 7114, 7078, 9057, 6826, 7927, 10573, 6727, 9256, 6713, 6668, 9967, 6805, 8185, 6941, 6722, 9408, 6711, 9216, 12494, 7342, 13555, 6606, 7351, 14283, 9137, 10474, 6844, 6887, 10080, 6678, 8025, 14255, 6847, 11286, 7023, 6828, 12313, 7414, 8500, 6908, 7074, 9796, 6800, 9108, 6569, 7011, 13661, 6696, 9699, 8358, 7030, 12277, 6482, 7588, 6831, 6880, 11146, 6713, 8922, 6743, 6678, 11391, 6670, 7572, 7369, 6719, 8625, 6718, 6985, 10356, 6998, 9540, 6501, 6859, 9393, 6814, 10088, 6676, 7435, 11025, 7049, 10283, 6708, 7520, 12874, 6888, 8649, 7183, 7319, 11939, 6931, 8809, 7007, 6918, 8283, 6867, 8554, 6434, 7248, 8102, 6905, 8345, 6817, 7247, 11772, 7120, 8260, 6858, 6918, 8127, 6749, 6961, 8677, 7033, 7606, 6736, 7116, 9117, 7106, 7868, 6796, 7065, 9695, 6794, 8574, 11988, 7462, 11832, 6901, 7195, 12121, 6970, 9898, 7061, 7218, 14068, 6722, 8875, 10250, 6996, 10184, 6627, 7153, 7855, 7180, 9452, 6518, 7603, 8281, 6765, 7439, 6754, 7263, 10932, 7424, 9336, 6434, 7192, 8877, 6610, 8796, 6527, 7164, 12538, 6882, 8281, 6991, 7204, 11976, 7959, 9623, 6837, 7225, 10043, 6777, 9031, 6667, 7137, 8263, 6623, 7419, 6922, 7043, 9107, 6808, 7416, 9894, 7059, 9503, 6507, 7893, 6602, 7146, 10468, 6569, 9543, 6834, 7347, 13650, 6742, 8966, 6779, 7258, 11058, 6559, 7474, 6740, 7085, 9913, 6716, 8125, 6579, 7269, 10499, 6882, 8517, 6712, 7063, 6695, 7032, 10603, 6776, 9694, 6887, 6973, 10452, 6658, 8158, 6838, 6978, 9868, 6578, 7048, 6767, 7220, 9730, 6479, 8112, 6619, 7045, 8555, 6633, 8539, 11084, 7442, 11743, 6434, 7757, 10541, 7059, 9127, 6744, 7579, 6827, 7185, 10265, 7192, 8459, 6734, 7301, 9458, 6639, 8149, 7408, 7177, 10454, 6334, 7291, 10170, 6802, 9270, 6588, 7100, 11364, 6596, 7112, 6637, 7202, 9718, 6673, 7965, 6724, 6890, 8075, 6713, 7376, 11278, 8530, 9464, 6610, 7352, 9777, 6826, 8588, 6894, 7237, 9904, 6875, 8503, 6909, 7474, 10956, 6807, 7578, 6943, 7274, 11558, 8016, 9371, 6438, 6901, 8912, 6644, 8115, 9335, 6953, 9124, 6717, 7046, 9672, 6805, 8090, 6796, 6856, 9006, 6650, 8345, 6361, 6772, 12154, 6856, 7191, 11535, 6613, 9184, 8441, 7052, 12094, 7032, 7275, 9669, 6888, 8574, 6722, 7130, 9240, 6904, 7142, 6753, 7056, 9666, 6796, 8223, 6435, 6918, 7676, 7018, 7160, 10638, 7342, 8146, 6683, 6968, 8663, 6467, 7822, 11185, 7203, 9811, 6830, 7003, 9705, 6411, 8389, 6753, 6867, 10910, 6661, 7286, 9085, 6909, 8447, 6727, 7097, 9304, 6819, 7090, 6770, 6999, 9867, 6697, 7995, 11926, 6911, 8771, 7098, 6987, 10386, 6668, 7412, 10766, 6957, 9543, 6993, 7091, 12743, 6376, 7476, 8867, 7112, 9696, 6764, 7595, 12295, 6643, 7813, 6883, 7185, 10552, 6596, 9049, 6982, 7288, 11120, 7402, 8469, 6787, 7117, 10521, 6471, 8648, 11404, 6721, 9452, 6821, 7268, 10862, 7068, 8079, 6846, 6998, 9259, 6692, 7907, 13209, 8259, 10562, 6763, 7227, 8272, 6764, 7663, 6753, 6971, 9131, 6871, 6956, 7100, 7108, 9224, 6602, 7917, 6759, 7088, 11954, 6613, 8839, 10712, 6749, 7226, 6828, 7015, 9571, 6934, 7739, 12232, 6719, 7180, 9763, 6841, 8168, 6846, 7007, 8842, 6914, 7268, 9120, 6946, 8289, 6465, 7141, 9529, 6841, 7272, 7153, 7237, 9605, 7317, 7569, 6875, 6886, 8275, 6437, 7450, 11592, 7784, 9072, 6821, 6970, 9091, 6897, 7805, 6718, 7109, 11806, 6694, 7708, 13150, 7159, 11171, 7303, 6909, 9577, 6585, 7107, 9744, 6657, 8280, 6760, 7032, 8693, 6840, 7346, 9465, 6839, 9287, 6753, 7287, 10617, 6519, 7206, 10378, 7057, 8277, 6720, 6973, 8640, 6657, 7392, 9680, 6808, 8628, 6634, 7187, 11420, 6489, 7284, 8644, 6830, 8853, 6702, 7018, 10950, 6655, 7281, 10057, 6405, 8136, 6896, 6796, 9114, 7058, 6849, 8434, 6680, 7659, 10304, 7364, 7739, 8321, 6660, 7264, 6759, 6961, 8537, 6715, 7062, 10398, 6623, 7444, 10376, 6993, 8149, 7193, 6808, 10958, 6715, 7687, 13258, 8597, 9709, 6776, 6911, 9331, 6714, 7777, 13256, 8742, 10343, 6700, 6784, 8569, 6913, 7393, 11606, 6780, 9236, 6612, 6908, 9833, 7126, 9905, 6657, 7824, 6667, 7573, 6780, 8092, 13939, 9603, 11665, 9605, 7028, 10942, 7002, 7333, 11206, 6796, 9217, 6883, 6966, 9154, 6560, 6997, 6992, 7048, 9394, 6680, 8226, 6815, 7261, 12576, 7303, 8973, 6701, 7043, 8332, 6667, 8549, 6786, 7133, 12992, 7108, 8822, 12061, 8206, 11489, 7467, 7097, 11370, 6642, 8015, 7246, 7052, 9739, 6568, 7516, 9350, 6914, 9251, 6739, 7403, 9426, 6610, 7175, 7961, 6894, 8285, 6692, 6970, 9656, 6577, 7306, 8011, 6865, 8949, 6977, 7112, 11388, 6544, 7042, 6941, 7209, 8753, 6858, 7132, 10273, 6375, 7370, 6487, 6959, 9619, 6912, 7110, 10955, 6717, 7638, 10387, 6777, 9200, 6991, 7301, 10723, 6506, 7848, 11247, 6692, 9330, 7089, 6977, 9126, 6943, 7121, 8505, 6906, 7847, 11078, 7248, 8355, 6914, 6871, 8908, 6891, 8180, 6601, 7100, 9571, 6902, 7617, 11559, 7421, 10303, 7785, 6888, 11471, 7214, 7145, 10978, 6736, 9126, 7310, 6970, 10912, 7228, 7505, 10460, 7187, 10050, 6906, 7213, 11720, 6964, 7748, 6850, 7093, 11118, 7243, 9438, 6917, 7128, 10069, 6703, 9187, 10759, 6622, 7978, 6903, 6888, 8939, 6562, 7613, 6630, 7091, 8356, 6466, 7105, 11259, 8761, 8818, 6846, 6986, 8519, 6773, 8037, 9016, 6871, 10070, 6702, 7070, 11096, 7001, 9748, 6832, 7069, 12273, 6392, 8116, 10211, 6973, 9876, 6821, 7146, 9830, 6962, 9848, 6791, 7459, 10842, 6770, 8449, 6793, 7514, 11602, 8723, 9442, 6938, 7127, 10049, 7034, 9366, 6800, 7134, 10261, 6625, 8024, 6830, 6848, 9607, 6784, 7251, 6812, 6944, 10993, 7445, 8930, 6629, 7064, 10446, 6599, 7848, 11061, 6661, 9075, 6966, 7011, 9214, 6651, 7080, 7004, 7182, 10716, 7024, 9321, 7100, 7065, 11592, 7911, 9081, 6611, 6954, 11022, 6992, 10662, 11435, 6731, 10605, 6780, 7319, 11170, 9061, 12456, 10560, 8047, 6845, 7105, 7478, 6610, 6614, 9691, 6557, 7134, 7158, 10253, 7586, 12629, 8501, 8486, 12129, 7718, 10000, 12600, 8478, 11052, 6806, 8988, 9947, 7283, 12211], 'WindowCenter': [4068.0, 4074.0, 4049.0, 4039.0, 4058.0, 4026.0, 4057.0, 4075.0, 4026.0, 4056.0, 4024.0, 4035.0, 4055.0, 4025.0, 4046.0, 4024.0, 4035.0, 4055.0, 4026.0, 4057.0, 4024.0, 4026.0, 4075.0, 4013.0, 4034.0, 4074.0, 4035.0, 4034.0, 4012.0, 4023.0, 4044.0, 4022.0, 4035.0, 4074.0, 4013.0, 4034.0, 4032.0, 4012.0, 4052.0, 4013.0, 4025.0, 4053.0, 4013.0, 4033.0, 4023.0, 4025.0, 4054.0, 4023.0, 4045.0, 4024.0, 4024.0, 4075.0, 4035.0, 4056.0, 4014.0, 4036.0, 4085.0, 4013.0, 4065.0, 4082.0, 4023.0, 4052.0, 4021.0, 4012.0, 4052.0, 4012.0, 4034.0, 4012.0, 4023.0, 4034.0, 4023.0, 4025.0, 4044.0, 4023.0, 4035.0, 4042.0, 4023.0, 4056.0, 4024.0, 4025.0, 4074.0, 4014.0, 4035.0, 4043.0, 4023.0, 4055.0, 4025.0, 4026.0, 4073.0, 4013.0, 4057.0, 4023.0, 4025.0, 4085.0, 4023.0, 4035.0, 4094.0, 4055.0, 4076.0, 4001.0, 4023.0, 4043.0, 4012.0, 4035.0, 4061.0, 4022.0, 4033.0, 4021.0, 4024.0, 4053.0, 4024.0, 4035.0, 4023.0, 4034.0, 4055.0, 4013.0, 4046.0, 4053.0, 4024.0, 4034.0, 4023.0, 4024.0, 4084.0, 4022.0, 4044.0, 4051.0, 4022.0, 4045.0, 4022.0, 4024.0, 4043.0, 4023.0, 4035.0, 4014.0, 4036.0, 4066.0, 4026.0, 4067.0, 4084.0, 4025.0, 4085.0, 4024.0, 4035.0, 4084.0, 4012.0, 4045.0, 4083.0, 4033.0, 4064.0, 4021.0, 4012.0, 4032.0, 4012.0, 4044.0, 4053.0, 4024.0, 4035.0, 4012.0, 4023.0, 4064.0, 4012.0, 4044.0, 4073.0, 4011.0, 4023.0, 4011.0, 4023.0, 4044.0, 4023.0, 4025.0, 4053.0, 4023.0, 4045.0, 4023.0, 4024.0, 4034.0, 4024.0, 4036.0, 4023.0, 4035.0, 4076.0, 4026.0, 4057.0, 4054.0, 4035.0, 4055.0, 4025.0, 4025.0, 4074.0, 4024.0, 4035.0, 4086.0, 4035.0, 4056.0, 4024.0, 4026.0, 4064.0, 4026.0, 4047.0, 4025.0, 4037.0, 4089.0, 4034.0, 4046.0, 4096.0, 4055.0, 4066.0, 4013.0, 4024.0, 4065.0, 4023.0, 4035.0, 4075.0, 4034.0, 4034.0, 4023.0, 4024.0, 4044.0, 4013.0, 4045.0, 4073.0, 4025.0, 4066.0, 4022.0, 4013.0, 4042.0, 4013.0, 4035.0, 4064.0, 4036.0, 4035.0, 4011.0, 4023.0, 4024.0, 4022.0, 4026.0, 4055.0, 4025.0, 4046.0, 4043.0, 4025.0, 4025.0, 4064.0, 4025.0, 4056.0, 4024.0, 4025.0, 4065.0, 4025.0, 4048.0, 4084.0, 4025.0, 4055.0, 4023.0, 4024.0, 4045.0, 4024.0, 4047.0, 4075.0, 4015.0, 4036.0, 4023.0, 4036.0, 4046.0, 4024.0, 4027.0, 4045.0, 4025.0, 4036.0, 4065.0, 4028.0, 4058.0, 4026.0, 4036.0, 4066.0, 4025.0, 4047.0, 4076.0, 4036.0, 4047.0, 4036.0, 4038.0, 4049.0, 4038.0, 4049.0, 4079.0, 4038.0, 4050.0, 4026.0, 4037.0, 4079.0, 4036.0, 4038.0, 4088.0, 4037.0, 4047.0, 4097.0, 4037.0, 4079.0, 4026.0, 4026.0, 4087.0, 4026.0, 4068.0, 4076.0, 4026.0, 4075.0, 4034.0, 4025.0, 4065.0, 4015.0, 4046.0, 4086.0, 4035.0, 4077.0, 4022.0, 4024.0, 4075.0, 4013.0, 4035.0, 4064.0, 4012.0, 4023.0, 4021.0, 4024.0, 4045.0, 4023.0, 4024.0, 4085.0, 4013.0, 4044.0, 4042.0, 4024.0, 4064.0, 4012.0, 4034.0, 4072.0, 4024.0, 4065.0, 4013.0, 4025.0, 4073.0, 4023.0, 4056.0, 4033.0, 4024.0, 4063.0, 4013.0, 4036.0, 4043.0, 4034.0, 4043.0, 4012.0, 4014.0, 4064.0, 4026.0, 4024.0, 4012.0, 4025.0, 4065.0, 4024.0, 4046.0, 4084.0, 4024.0, 4065.0, 4013.0, 4024.0, 4099.0, 4025.0, 4025.0, 4063.0, 4035.0, 4035.0, 4022.0, 4013.0, 4054.0, 4012.0, 4024.0, 4062.0, 4014.0, 4044.0, 4011.0, 4012.0, 4064.0, 4013.0, 4034.0, 4012.0, 4022.0, 4044.0, 4011.0, 4034.0, 4084.0, 4012.0, 4076.0, 4012.0, 4013.0, 4074.0, 4022.0, 4013.0, 4062.0, 4011.0, 4033.0, 4051.0, 4012.0, 4054.0, 4011.0, 4022.0, 4082.0, 4000.0, 4032.0, 4039.0, 4021.0, 4043.0, 4010.0, 4024.0, 4041.0, 4012.0, 4023.0, 4013.0, 4024.0, 4043.0, 4025.0, 4036.0, 4085.0, 4026.0, 4067.0, 4023.0, 4025.0, 4064.0, 4024.0, 4047.0, 4096.0, 4066.0, 4076.0, 4021.0, 4013.0, 4054.0, 4013.0, 4026.0, 4076.0, 4013.0, 4012.0, 4062.0, 4013.0, 4055.0, 4013.0, 4025.0, 4065.0, 4013.0, 4035.0, 4085.0, 4034.0, 4064.0, 4011.0, 4012.0, 4075.0, 4014.0, 4023.0, 4052.0, 4023.0, 4023.0, 4013.0, 4013.0, 4054.0, 4013.0, 4035.0, 4064.0, 4015.0, 4066.0, 4023.0, 4024.0, 4065.0, 4013.0, 4015.0, 4063.0, 4013.0, 4055.0, 4024.0, 4014.0, 4074.0, 4012.0, 4035.0, 4085.0, 4015.0, 4055.0, 4013.0, 4025.0, 4065.0, 4026.0, 4057.0, 4086.0, 4026.0, 4066.0, 4023.0, 4025.0, 4075.0, 4012.0, 4046.0, 4062.0, 4024.0, 4044.0, 4013.0, 4024.0, 4064.0, 4014.0, 4046.0, 4053.0, 4014.0, 4055.0, 4024.0, 4025.0, 4085.0, 4014.0, 4077.0, 4043.0, 4013.0, 4075.0, 4013.0, 4036.0, 4084.0, 4001.0, 4043.0, 4012.0, 4014.0, 4064.0, 4013.0, 4045.0, 4073.0, 4014.0, 4055.0, 4024.0, 4013.0, 4065.0, 4012.0, 4024.0, 4074.0, 4023.0, 4067.0, 4073.0, 4025.0, 4085.0, 4011.0, 4012.0, 4062.0, 4014.0, 4055.0, 4095.0, 4034.0, 4066.0, 4012.0, 4013.0, 4053.0, 4012.0, 4046.0, 4073.0, 4013.0, 4064.0, 4012.0, 4024.0, 4073.0, 4022.0, 4054.0, 4010.0, 4023.0, 4043.0, 4011.0, 4024.0, 4064.0, 4025.0, 4046.0, 4013.0, 4024.0, 4055.0, 4024.0, 4047.0, 4087.0, 4046.0, 4077.0, 4013.0, 4013.0, 4054.0, 4023.0, 4046.0, 4084.0, 4044.0, 4075.0, 4012.0, 4014.0, 4043.0, 4013.0, 4036.0, 4064.0, 4013.0, 4044.0, 4013.0, 4024.0, 4044.0, 4024.0, 4046.0, 4066.0, 4027.0, 4057.0, 4065.0, 4026.0, 4035.0, 4023.0, 4026.0, 4057.0, 4024.0, 4038.0, 4076.0, 4015.0, 4047.0, 4085.0, 4025.0, 4068.0, 4034.0, 4026.0, 4087.0, 4022.0, 4014.0, 4074.0, 4013.0, 4055.0, 4095.0, 4023.0, 4064.0, 4012.0, 4014.0, 4054.0, 4013.0, 4025.0, 4044.0, 4025.0, 4057.0, 4025.0, 4025.0, 4078.0, 4025.0, 4047.0, 4095.0, 4025.0, 4065.0, 4024.0, 4025.0, 4087.0, 4025.0, 4056.0, 4074.0, 4036.0, 4066.0, 4025.0, 4026.0, 4075.0, 4026.0, 4067.0, 4025.0, 4026.0, 4087.0, 4026.0, 4067.0, 4075.0, 4015.0, 4046.0, 4023.0, 4025.0, 4066.0, 4026.0, 4048.0, 4085.0, 4016.0, 4056.0, 4085.0, 4014.0, 4066.0, 4034.0, 4015.0, 4074.0, 4013.0, 4025.0, 4064.0, 4024.0, 4056.0, 4054.0, 4024.0, 4054.0, 4013.0, 4025.0, 4054.0, 4026.0, 4057.0, 4025.0, 4038.0, 4047.0, 4039.0, 4071.0, 4048.0, 4047.0, 4039.0, 4061.0, 4040.0, 4082.0, 4108.0, 4069.0, 4099.0, 4056.0, 4028.0, 4086.0, 4027.0, 4037.0, 4096.0, 4046.0, 4078.0, 4013.0, 4035.0, 4075.0, 4013.0, 4047.0, 4086.0, 4027.0, 4055.0, 4024.0, 4025.0, 4076.0, 4026.0, 4037.0, 4044.0, 4025.0, 4046.0, 4024.0, 4026.0, 4087.0, 4046.0, 4056.0, 4024.0, 4026.0, 4054.0, 4025.0, 4037.0, 4044.0, 4026.0, 4046.0, 4025.0, 4026.0, 4074.0, 4037.0, 4058.0, 4085.0, 4035.0, 4085.0, 4013.0, 4025.0, 4085.0, 4013.0, 4045.0, 4083.0, 4013.0, 4023.0, 4063.0, 4013.0, 4054.0, 4013.0, 4025.0, 4065.0, 4013.0, 4034.0, 4074.0, 4025.0, 4055.0, 4014.0, 4025.0, 4086.0, 4034.0, 4054.0, 4023.0, 4024.0, 4066.0, 4025.0, 4045.0, 4013.0, 4024.0, 4055.0, 4024.0, 4057.0, 4086.0, 4036.0, 4086.0, 4024.0, 4035.0, 4084.0, 4014.0, 4076.0, 4023.0, 4024.0, 4084.0, 4012.0, 4012.0, 4063.0, 4011.0, 4033.0, 4012.0, 4012.0, 4042.0, 4023.0, 4046.0, 4043.0, 4025.0, 4044.0, 4025.0, 4036.0, 4013.0, 4026.0, 4065.0, 4026.0, 4057.0, 4085.0, 4025.0, 4076.0, 4025.0, 4036.0, 4096.0, 4014.0, 4044.0, 4053.0, 4025.0, 4096.0, 4012.0, 4034.0, 4084.0, 4013.0, 4044.0, 4023.0, 4025.0, 4053.0, 4022.0, 4034.0, 4013.0, 4014.0, 4076.0, 4024.0, 4047.0, 4022.0, 4024.0, 4064.0, 4024.0, 4025.0, 4052.0, 4024.0, 4054.0, 4023.0, 4035.0, 4095.0, 4064.0, 4064.0, 4011.0, 4013.0, 4075.0, 4023.0, 4054.0, 4012.0, 4013.0, 4064.0, 4011.0, 4064.0, 4063.0, 4023.0, 4075.0, 4000.0, 4023.0, 4041.0, 4013.0, 4074.0, 4012.0, 4035.0, 4062.0, 4012.0, 4054.0, 4012.0, 4023.0, 4041.0, 4011.0, 4023.0, 4012.0, 4013.0, 4063.0, 4014.0, 4044.0, 4021.0, 4013.0, 4043.0, 4001.0, 4034.0, 4073.0, 4015.0, 4065.0, 4013.0, 4013.0, 4051.0, 4013.0, 4044.0, 4042.0, 4024.0, 4063.0, 4022.0, 4023.0, 4053.0, 4023.0, 4055.0, 4013.0, 4015.0, 4052.0, 4014.0, 4033.0, 4023.0, 4014.0, 4074.0, 4014.0, 4045.0, 4012.0, 4014.0, 4064.0, 4013.0, 4067.0, 4013.0, 4026.0, 4096.0, 4026.0, 4046.0, 4023.0, 4025.0, 4077.0, 4026.0, 4047.0, 4036.0, 4025.0, 4055.0, 4024.0, 4037.0, 4098.0, 4056.0, 4077.0, 4023.0, 4025.0, 4054.0, 4014.0, 4046.0, 4064.0, 4025.0, 4066.0, 4014.0, 4025.0, 4065.0, 4025.0, 4046.0, 4023.0, 4026.0, 4066.0, 4025.0, 4069.0, 4087.0, 4036.0, 4097.0, 4014.0, 4025.0, 4094.0, 4054.0, 4064.0, 4012.0, 4022.0, 4063.0, 4011.0, 4035.0, 4095.0, 4013.0, 4074.0, 4010.0, 4013.0, 4073.0, 4022.0, 4042.0, 4023.0, 4023.0, 4052.0, 4013.0, 4055.0, 4014.0, 4023.0, 4094.0, 4011.0, 4054.0, 4033.0, 4023.0, 4073.0, 4003.0, 4033.0, 4010.0, 4024.0, 4074.0, 4012.0, 4055.0, 4011.0, 4013.0, 4074.0, 4013.0, 4033.0, 4020.0, 4012.0, 4043.0, 4012.0, 4024.0, 4063.0, 4023.0, 4054.0, 4013.0, 4014.0, 4054.0, 4014.0, 4064.0, 4014.0, 4034.0, 4063.0, 4024.0, 4064.0, 4014.0, 4035.0, 4073.0, 4012.0, 4043.0, 4011.0, 4025.0, 4073.0, 4023.0, 4055.0, 4024.0, 4025.0, 4042.0, 4014.0, 4045.0, 4003.0, 4035.0, 4031.0, 4024.0, 4046.0, 4013.0, 4034.0, 4074.0, 4024.0, 4046.0, 4012.0, 4022.0, 4033.0, 4014.0, 4025.0, 4043.0, 4025.0, 4035.0, 4023.0, 4036.0, 4056.0, 4037.0, 4048.0, 4025.0, 4025.0, 4066.0, 4025.0, 4058.0, 4086.0, 4035.0, 4086.0, 4024.0, 4025.0, 4085.0, 4026.0, 4068.0, 4024.0, 4036.0, 4097.0, 4014.0, 4056.0, 4061.0, 4024.0, 4063.0, 4012.0, 4024.0, 4032.0, 4023.0, 4065.0, 4013.0, 4036.0, 4043.0, 4013.0, 4034.0, 4013.0, 4036.0, 4076.0, 4036.0, 4067.0, 4013.0, 4025.0, 4056.0, 4025.0, 4057.0, 4016.0, 4038.0, 4085.0, 4025.0, 4045.0, 4024.0, 4035.0, 4085.0, 4046.0, 4067.0, 4013.0, 4034.0, 4065.0, 4014.0, 4056.0, 4012.0, 4023.0, 4044.0, 4014.0, 4037.0, 4023.0, 4025.0, 4056.0, 4025.0, 4035.0, 4063.0, 4025.0, 4065.0, 4015.0, 4047.0, 4023.0, 4026.0, 4075.0, 4024.0, 4067.0, 4014.0, 4034.0, 4096.0, 4013.0, 4055.0, 4013.0, 4023.0, 4074.0, 4003.0, 4024.0, 4013.0, 4024.0, 4066.0, 4013.0, 4046.0, 4012.0, 4036.0, 4075.0, 4025.0, 4045.0, 4013.0, 4026.0, 4013.0, 4025.0, 4075.0, 4025.0, 4067.0, 4022.0, 4023.0, 4063.0, 4012.0, 4034.0, 4012.0, 4025.0, 4065.0, 4014.0, 4024.0, 4014.0, 4034.0, 4064.0, 4015.0, 4046.0, 4013.0, 4025.0, 4044.0, 4013.0, 4057.0, 4074.0, 4024.0, 4075.0, 4001.0, 4032.0, 4062.0, 4022.0, 4053.0, 4013.0, 4034.0, 4010.0, 4024.0, 4064.0, 4025.0, 4046.0, 4012.0, 4036.0, 4054.0, 4015.0, 4046.0, 4023.0, 4024.0, 4064.0, 4013.0, 4034.0, 4063.0, 4014.0, 4054.0, 4015.0, 4027.0, 4074.0, 4014.0, 4025.0, 4013.0, 4035.0, 4054.0, 4014.0, 4047.0, 4013.0, 4024.0, 4034.0, 4014.0, 4037.0, 4074.0, 4046.0, 4055.0, 4013.0, 4023.0, 4054.0, 4014.0, 4044.0, 4022.0, 4035.0, 4066.0, 4013.0, 4056.0, 4024.0, 4036.0, 4074.0, 4014.0, 4035.0, 4024.0, 4036.0, 4075.0, 4033.0, 4056.0, 4003.0, 4023.0, 4044.0, 4012.0, 4047.0, 4054.0, 4025.0, 4056.0, 4014.0, 4025.0, 4066.0, 4024.0, 4046.0, 4025.0, 4026.0, 4056.0, 4027.0, 4059.0, 4016.0, 4027.0, 4088.0, 4025.0, 4026.0, 4076.0, 4026.0, 4068.0, 4045.0, 4025.0, 4086.0, 4012.0, 4024.0, 4053.0, 4024.0, 4045.0, 4012.0, 4025.0, 4053.0, 4023.0, 4024.0, 4013.0, 4025.0, 4066.0, 4025.0, 4046.0, 4013.0, 4024.0, 4034.0, 4023.0, 4025.0, 4075.0, 4036.0, 4047.0, 4013.0, 4025.0, 4055.0, 4016.0, 4049.0, 4075.0, 4038.0, 4068.0, 4014.0, 4025.0, 4054.0, 4015.0, 4047.0, 4014.0, 4026.0, 4077.0, 4014.0, 4035.0, 4054.0, 4024.0, 4046.0, 4016.0, 4026.0, 4055.0, 4024.0, 4027.0, 4025.0, 4027.0, 4066.0, 4028.0, 4047.0, 4086.0, 4026.0, 4057.0, 4025.0, 4027.0, 4066.0, 4015.0, 4036.0, 4074.0, 4027.0, 4067.0, 4025.0, 4026.0, 4086.0, 4014.0, 4035.0, 4053.0, 4026.0, 4066.0, 4015.0, 4038.0, 4085.0, 4014.0, 4033.0, 4023.0, 4027.0, 4066.0, 4015.0, 4056.0, 4023.0, 4035.0, 4077.0, 4035.0, 4046.0, 4015.0, 4026.0, 4076.0, 4015.0, 4057.0, 4076.0, 4015.0, 4066.0, 4014.0, 4036.0, 4077.0, 4025.0, 4046.0, 4014.0, 4025.0, 4055.0, 4013.0, 4046.0, 4086.0, 4045.0, 4066.0, 4012.0, 4022.0, 4033.0, 4012.0, 4035.0, 4013.0, 4024.0, 4055.0, 4016.0, 4026.0, 4024.0, 4027.0, 4056.0, 4025.0, 4047.0, 4024.0, 4026.0, 4088.0, 4025.0, 4057.0, 4065.0, 4016.0, 4035.0, 4014.0, 4025.0, 4065.0, 4024.0, 4036.0, 4073.0, 4013.0, 4023.0, 4053.0, 4013.0, 4045.0, 4012.0, 4023.0, 4042.0, 4012.0, 4023.0, 4051.0, 4024.0, 4045.0, 4012.0, 4023.0, 4053.0, 4026.0, 4034.0, 4022.0, 4035.0, 4055.0, 4035.0, 4035.0, 4012.0, 4025.0, 4044.0, 4014.0, 4037.0, 4076.0, 4047.0, 4056.0, 4023.0, 4025.0, 4056.0, 4026.0, 4046.0, 4025.0, 4038.0, 4086.0, 4026.0, 4048.0, 4085.0, 4025.0, 4078.0, 4025.0, 4026.0, 4054.0, 4015.0, 4025.0, 4063.0, 4026.0, 4046.0, 4026.0, 4038.0, 4056.0, 4026.0, 4037.0, 4065.0, 4028.0, 4067.0, 4025.0, 4037.0, 4065.0, 4016.0, 4035.0, 4063.0, 4026.0, 4046.0, 4015.0, 4026.0, 4055.0, 4025.0, 4037.0, 4065.0, 4026.0, 4058.0, 4026.0, 4038.0, 4087.0, 4015.0, 4037.0, 4055.0, 4026.0, 4069.0, 4028.0, 4039.0, 4076.0, 4026.0, 4038.0, 4067.0, 4015.0, 4058.0, 4037.0, 4028.0, 4057.0, 4025.0, 4027.0, 4045.0, 4024.0, 4048.0, 4076.0, 4037.0, 4048.0, 4045.0, 4025.0, 4037.0, 4025.0, 4036.0, 4058.0, 4026.0, 4038.0, 4066.0, 4025.0, 4036.0, 4077.0, 4038.0, 4047.0, 4036.0, 4028.0, 4077.0, 4025.0, 4049.0, 4098.0, 4056.0, 4067.0, 4013.0, 4025.0, 4057.0, 4026.0, 4047.0, 4097.0, 4057.0, 4078.0, 4012.0, 4014.0, 4044.0, 4024.0, 4036.0, 4075.0, 4027.0, 4055.0, 4026.0, 4035.0, 4066.0, 4036.0, 4078.0, 4027.0, 4048.0, 4040.0, 4047.0, 4038.0, 4060.0, 4109.0, 4067.0, 4089.0, 4056.0, 4026.0, 4076.0, 4022.0, 4024.0, 4064.0, 4014.0, 4056.0, 4023.0, 4025.0, 4054.0, 4015.0, 4025.0, 4025.0, 4036.0, 4066.0, 4027.0, 4046.0, 4025.0, 4036.0, 4087.0, 4037.0, 4057.0, 4014.0, 4026.0, 4045.0, 4015.0, 4058.0, 4027.0, 4027.0, 4097.0, 4026.0, 4056.0, 4074.0, 4046.0, 4076.0, 4024.0, 4024.0, 4073.0, 4013.0, 4035.0, 4024.0, 4025.0, 4053.0, 4013.0, 4035.0, 4053.0, 4025.0, 4055.0, 4013.0, 4035.0, 4054.0, 4013.0, 4025.0, 4032.0, 4025.0, 4047.0, 4025.0, 4039.0, 4064.0, 4016.0, 4036.0, 4032.0, 4027.0, 4055.0, 4026.0, 4026.0, 4074.0, 4014.0, 4025.0, 4022.0, 4036.0, 4057.0, 4016.0, 4026.0, 4064.0, 4014.0, 4035.0, 4012.0, 4025.0, 4066.0, 4025.0, 4027.0, 4075.0, 4013.0, 4037.0, 4063.0, 4025.0, 4058.0, 4026.0, 4036.0, 4075.0, 4013.0, 4046.0, 4073.0, 4013.0, 4056.0, 4022.0, 4026.0, 4054.0, 4023.0, 4025.0, 4042.0, 4023.0, 4046.0, 4075.0, 4036.0, 4045.0, 4025.0, 4026.0, 4056.0, 4037.0, 4059.0, 4026.0, 4038.0, 4069.0, 4037.0, 4046.0, 4086.0, 4037.0, 4079.0, 4036.0, 4024.0, 4077.0, 4035.0, 4026.0, 4075.0, 4025.0, 4067.0, 4034.0, 4026.0, 4076.0, 4034.0, 4036.0, 4077.0, 4026.0, 4066.0, 4024.0, 4036.0, 4085.0, 4023.0, 4036.0, 4024.0, 4026.0, 4075.0, 4035.0, 4067.0, 4024.0, 4025.0, 4066.0, 4025.0, 4066.0, 4074.0, 4015.0, 4044.0, 4024.0, 4025.0, 4056.0, 4025.0, 4047.0, 4025.0, 4036.0, 4057.0, 4014.0, 4038.0, 4087.0, 4057.0, 4058.0, 4013.0, 4026.0, 4054.0, 4024.0, 4048.0, 4055.0, 4026.0, 4078.0, 4024.0, 4038.0, 4075.0, 4024.0, 4068.0, 4025.0, 4025.0, 4085.0, 4014.0, 4046.0, 4064.0, 4026.0, 4066.0, 4024.0, 4036.0, 4065.0, 4035.0, 4078.0, 4025.0, 4037.0, 4077.0, 4025.0, 4057.0, 4026.0, 4037.0, 4085.0, 4056.0, 4066.0, 4024.0, 4026.0, 4065.0, 4025.0, 4067.0, 4025.0, 4027.0, 4076.0, 4023.0, 4046.0, 4015.0, 4027.0, 4064.0, 4026.0, 4035.0, 4025.0, 4037.0, 4076.0, 4036.0, 4057.0, 4023.0, 4026.0, 4078.0, 4024.0, 4048.0, 4075.0, 4023.0, 4055.0, 4023.0, 4037.0, 4054.0, 4025.0, 4024.0, 4025.0, 4036.0, 4077.0, 4036.0, 4066.0, 4023.0, 4025.0, 4076.0, 4046.0, 4058.0, 4013.0, 4025.0, 4075.0, 4023.0, 4076.0, 4073.0, 4014.0, 4064.0, 4010.0, 4024.0, 4061.0, 4043.0, 4087.0, 4065.0, 4031.0, 4010.0, 4022.0, 4033.0, 4023.0, 4014.0, 4065.0, 4014.0, 4035.0, 4038.0, 4076.0, 4048.0, 4099.0, 4045.0, 4044.0, 4073.0, 4021.0, 4052.0, 4071.0, 4031.0, 4062.0, 4000.0, 4042.0, 4049.0, 4019.0, 4061.0], 'WindowWidth': [9075.0, 9074.0, 9030.0, 9015.0, 9037.0, 8992.0, 9035.0, 9054.0, 8990.0, 9032.0, 8985.0, 9002.0, 9026.0, 8990.0, 9017.0, 8987.0, 9003.0, 9027.0, 8990.0, 9033.0, 8985.0, 8991.0, 9055.0, 8969.0, 8999.0, 9049.0, 9000.0, 9000.0, 8966.0, 8983.0, 9012.0, 8980.0, 8999.0, 9051.0, 8968.0, 8999.0, 8990.0, 8966.0, 9020.0, 8968.0, 8987.0, 9020.0, 8969.0, 8996.0, 8981.0, 8987.0, 9025.0, 8984.0, 9014.0, 8985.0, 8986.0, 9054.0, 9002.0, 9032.0, 8971.0, 9004.0, 9067.0, 8968.0, 9040.0, 9058.0, 8980.0, 9019.0, 8975.0, 8966.0, 9017.0, 8966.0, 8999.0, 8964.0, 8982.0, 9000.0, 8982.0, 8988.0, 9011.0, 8982.0, 9002.0, 9007.0, 8984.0, 9029.0, 8983.0, 8988.0, 9049.0, 8972.0, 9001.0, 9009.0, 8984.0, 9028.0, 8986.0, 8991.0, 9047.0, 8970.0, 9033.0, 8981.0, 8987.0, 9067.0, 8982.0, 9000.0, 9077.0, 9026.0, 9055.0, 8948.0, 8980.0, 9006.0, 8966.0, 8999.0, 9028.0, 8979.0, 8995.0, 8976.0, 8984.0, 9020.0, 8985.0, 8999.0, 8980.0, 8999.0, 9027.0, 8970.0, 9016.0, 9020.0, 8984.0, 8998.0, 8982.0, 8985.0, 9063.0, 8980.0, 9011.0, 9016.0, 8980.0, 9013.0, 8978.0, 8985.0, 9008.0, 8984.0, 9001.0, 8973.0, 9006.0, 9045.0, 8993.0, 9048.0, 9063.0, 8987.0, 9069.0, 8983.0, 9001.0, 9063.0, 8965.0, 9014.0, 9059.0, 8994.0, 9036.0, 8976.0, 8965.0, 8991.0, 8965.0, 9011.0, 9020.0, 8986.0, 9000.0, 8967.0, 8982.0, 9038.0, 8966.0, 9011.0, 9046.0, 8963.0, 8982.0, 8962.0, 8983.0, 9011.0, 8982.0, 8987.0, 9021.0, 8982.0, 9014.0, 8983.0, 8986.0, 8997.0, 8987.0, 9005.0, 8983.0, 9002.0, 9057.0, 8991.0, 9034.0, 9024.0, 9001.0, 9029.0, 8986.0, 8988.0, 9052.0, 8985.0, 9003.0, 9068.0, 9002.0, 9030.0, 8986.0, 8992.0, 9040.0, 8990.0, 9022.0, 8988.0, 9011.0, 9078.0, 9000.0, 9019.0, 9083.0, 9029.0, 9043.0, 8968.0, 8985.0, 9039.0, 8980.0, 9001.0, 9051.0, 8998.0, 8999.0, 8981.0, 8985.0, 9011.0, 8968.0, 9013.0, 9048.0, 8987.0, 9042.0, 8976.0, 8968.0, 9005.0, 8967.0, 9003.0, 9034.0, 9003.0, 9001.0, 8963.0, 8982.0, 8984.0, 8979.0, 8991.0, 9027.0, 8989.0, 9019.0, 9008.0, 8988.0, 8989.0, 9036.0, 8987.0, 9030.0, 8984.0, 8988.0, 9040.0, 8987.0, 9022.0, 9065.0, 8987.0, 9026.0, 8980.0, 8986.0, 9014.0, 8987.0, 9020.0, 9053.0, 8976.0, 9006.0, 8981.0, 9004.0, 9018.0, 8987.0, 8996.0, 9016.0, 8989.0, 9006.0, 9041.0, 8996.0, 9037.0, 8991.0, 9006.0, 9045.0, 8987.0, 9021.0, 9058.0, 9006.0, 9020.0, 9005.0, 9013.0, 9026.0, 9013.0, 9027.0, 9065.0, 9011.0, 9029.0, 8993.0, 9010.0, 9068.0, 9006.0, 9011.0, 9076.0, 9006.0, 9023.0, 9087.0, 9008.0, 9066.0, 8990.0, 8993.0, 9072.0, 8990.0, 9049.0, 9055.0, 8991.0, 9055.0, 8999.0, 8987.0, 9039.0, 8976.0, 9019.0, 9068.0, 9002.0, 9058.0, 8980.0, 8984.0, 9054.0, 8968.0, 9001.0, 9035.0, 8967.0, 8983.0, 8976.0, 8986.0, 9014.0, 8983.0, 8986.0, 9064.0, 8968.0, 9011.0, 9006.0, 8984.0, 9037.0, 8967.0, 8999.0, 9045.0, 8984.0, 9041.0, 8969.0, 8987.0, 9048.0, 8981.0, 9028.0, 8994.0, 8984.0, 9031.0, 8968.0, 9005.0, 9008.0, 8997.0, 9006.0, 8965.0, 8970.0, 9036.0, 8992.0, 8987.0, 8968.0, 8988.0, 9041.0, 8985.0, 9019.0, 9065.0, 8985.0, 9043.0, 8967.0, 8984.0, 9092.0, 8987.0, 8987.0, 9032.0, 9002.0, 9002.0, 8979.0, 8968.0, 9023.0, 8965.0, 8984.0, 9032.0, 8971.0, 9011.0, 8963.0, 8966.0, 9037.0, 8968.0, 8997.0, 8965.0, 8981.0, 9011.0, 8964.0, 8999.0, 9063.0, 8965.0, 9054.0, 8963.0, 8967.0, 9049.0, 8979.0, 8969.0, 9030.0, 8963.0, 8995.0, 9015.0, 8966.0, 9025.0, 8963.0, 8980.0, 9057.0, 8946.0, 8992.0, 8995.0, 8975.0, 9007.0, 8961.0, 8984.0, 9002.0, 8967.0, 8984.0, 8968.0, 8985.0, 9010.0, 8987.0, 9004.0, 9067.0, 8993.0, 9048.0, 8984.0, 8987.0, 9038.0, 8985.0, 9019.0, 9082.0, 9043.0, 9056.0, 8975.0, 8967.0, 9025.0, 8968.0, 8991.0, 9057.0, 8969.0, 8965.0, 9031.0, 8969.0, 9027.0, 8967.0, 8987.0, 9039.0, 8969.0, 9002.0, 9065.0, 8998.0, 9037.0, 8962.0, 8967.0, 9052.0, 8968.0, 8980.0, 9017.0, 8979.0, 8982.0, 8967.0, 8968.0, 9023.0, 8967.0, 8999.0, 9035.0, 8973.0, 9043.0, 8981.0, 8983.0, 9037.0, 8966.0, 8973.0, 9034.0, 8969.0, 9027.0, 8982.0, 8972.0, 9048.0, 8966.0, 9002.0, 9067.0, 8974.0, 9026.0, 8968.0, 8987.0, 9038.0, 8990.0, 9034.0, 9069.0, 8990.0, 9044.0, 8980.0, 8989.0, 9052.0, 8967.0, 9017.0, 9031.0, 8983.0, 9010.0, 8967.0, 8985.0, 9037.0, 8972.0, 9016.0, 9020.0, 8971.0, 9026.0, 8983.0, 8987.0, 9066.0, 8971.0, 9061.0, 9008.0, 8970.0, 9054.0, 8967.0, 9003.0, 9061.0, 8951.0, 9008.0, 8966.0, 8970.0, 9036.0, 8968.0, 9013.0, 9047.0, 8971.0, 9029.0, 8983.0, 8970.0, 9039.0, 8966.0, 8984.0, 9050.0, 8984.0, 9046.0, 9047.0, 8986.0, 9066.0, 8963.0, 8966.0, 9031.0, 8969.0, 9026.0, 9078.0, 8997.0, 9040.0, 8963.0, 8967.0, 9019.0, 8966.0, 9014.0, 9046.0, 8969.0, 9036.0, 8964.0, 8983.0, 9046.0, 8979.0, 9024.0, 8960.0, 8980.0, 9008.0, 8962.0, 8984.0, 9037.0, 8988.0, 9015.0, 8967.0, 8984.0, 9026.0, 8985.0, 9020.0, 9071.0, 9018.0, 9059.0, 8968.0, 8969.0, 9023.0, 8981.0, 9015.0, 9063.0, 9011.0, 9052.0, 8965.0, 8969.0, 9007.0, 8969.0, 9004.0, 9036.0, 8970.0, 9011.0, 8968.0, 8985.0, 9012.0, 8984.0, 9017.0, 9043.0, 8992.0, 9032.0, 9037.0, 8989.0, 9000.0, 8982.0, 8990.0, 9033.0, 8986.0, 9009.0, 9056.0, 8973.0, 9019.0, 9066.0, 8988.0, 9048.0, 8996.0, 8990.0, 9071.0, 8979.0, 8972.0, 9050.0, 8969.0, 9027.0, 9079.0, 8980.0, 9035.0, 8964.0, 8972.0, 9024.0, 8968.0, 8988.0, 9010.0, 8989.0, 9032.0, 8987.0, 8990.0, 9062.0, 8988.0, 9020.0, 9081.0, 8987.0, 9041.0, 8984.0, 8989.0, 9070.0, 8987.0, 9031.0, 9049.0, 9005.0, 9044.0, 8987.0, 8993.0, 9054.0, 8990.0, 9047.0, 8986.0, 8991.0, 9073.0, 8990.0, 9046.0, 9051.0, 8972.0, 9017.0, 8980.0, 8988.0, 9043.0, 8990.0, 9022.0, 9066.0, 8975.0, 9030.0, 9063.0, 8971.0, 9044.0, 8997.0, 8972.0, 9050.0, 8967.0, 8985.0, 9034.0, 8985.0, 9029.0, 9021.0, 8985.0, 9023.0, 8968.0, 8987.0, 9024.0, 8991.0, 9033.0, 8991.0, 9010.0, 9023.0, 9015.0, 9059.0, 9026.0, 9022.0, 9018.0, 9045.0, 9020.0, 9076.0, 9104.0, 9051.0, 9093.0, 9029.0, 8994.0, 9068.0, 8990.0, 9005.0, 9081.0, 9015.0, 9061.0, 8969.0, 9001.0, 9051.0, 8969.0, 9017.0, 9066.0, 8991.0, 9027.0, 8982.0, 8988.0, 9056.0, 8988.0, 9007.0, 9010.0, 8986.0, 9016.0, 8984.0, 8991.0, 9070.0, 9014.0, 9029.0, 8982.0, 8988.0, 9022.0, 8986.0, 9004.0, 9010.0, 8990.0, 9016.0, 8986.0, 8990.0, 9050.0, 9004.0, 9034.0, 9063.0, 8998.0, 9066.0, 8965.0, 8984.0, 9066.0, 8967.0, 9012.0, 9057.0, 8966.0, 8980.0, 9032.0, 8967.0, 9024.0, 8967.0, 8985.0, 9036.0, 8967.0, 8998.0, 9047.0, 8984.0, 9024.0, 8967.0, 8986.0, 9066.0, 8996.0, 9023.0, 8979.0, 8984.0, 9042.0, 8987.0, 9013.0, 8969.0, 8985.0, 9026.0, 8984.0, 9032.0, 9067.0, 9002.0, 9068.0, 8981.0, 8999.0, 9062.0, 8970.0, 9054.0, 8978.0, 8982.0, 9061.0, 8963.0, 8965.0, 9032.0, 8962.0, 8993.0, 8964.0, 8966.0, 9005.0, 8981.0, 9015.0, 9007.0, 8986.0, 9010.0, 8988.0, 9002.0, 8969.0, 8990.0, 9041.0, 8989.0, 9032.0, 9066.0, 8987.0, 9057.0, 8985.0, 9002.0, 9081.0, 8969.0, 9011.0, 9020.0, 8985.0, 9082.0, 8964.0, 8997.0, 9062.0, 8967.0, 9010.0, 8980.0, 8986.0, 9020.0, 8977.0, 8996.0, 8967.0, 8970.0, 9053.0, 8984.0, 9017.0, 8977.0, 8985.0, 9039.0, 8983.0, 8988.0, 9019.0, 8985.0, 9025.0, 8980.0, 9000.0, 9078.0, 9035.0, 9036.0, 8962.0, 8967.0, 9050.0, 8980.0, 9023.0, 8963.0, 8967.0, 9034.0, 8962.0, 9036.0, 9030.0, 8981.0, 9048.0, 8947.0, 8980.0, 9002.0, 8969.0, 9050.0, 8964.0, 8999.0, 9029.0, 8964.0, 9022.0, 8962.0, 8980.0, 9000.0, 8963.0, 8980.0, 8964.0, 8968.0, 9034.0, 8969.0, 9010.0, 8975.0, 8968.0, 9007.0, 8950.0, 8996.0, 9045.0, 8972.0, 9037.0, 8965.0, 8967.0, 9015.0, 8967.0, 9009.0, 9004.0, 8982.0, 9033.0, 8977.0, 8980.0, 9017.0, 8981.0, 9024.0, 8967.0, 8974.0, 9018.0, 8969.0, 8995.0, 8980.0, 8971.0, 9049.0, 8971.0, 9013.0, 8964.0, 8970.0, 9036.0, 8970.0, 9045.0, 8968.0, 8988.0, 9082.0, 8989.0, 9018.0, 8979.0, 8988.0, 9057.0, 8989.0, 9019.0, 9001.0, 8987.0, 9027.0, 8986.0, 9008.0, 9086.0, 9030.0, 9059.0, 8982.0, 8986.0, 9022.0, 8969.0, 9015.0, 9036.0, 8988.0, 9042.0, 8969.0, 8988.0, 9040.0, 8989.0, 9018.0, 8983.0, 8990.0, 9041.0, 8989.0, 9051.0, 9070.0, 9003.0, 9085.0, 8970.0, 8986.0, 9075.0, 9024.0, 9037.0, 8962.0, 8978.0, 9032.0, 8963.0, 8999.0, 9078.0, 8968.0, 9050.0, 8960.0, 8967.0, 9047.0, 8979.0, 9004.0, 8979.0, 8980.0, 9017.0, 8967.0, 9027.0, 8969.0, 8983.0, 9075.0, 8963.0, 9023.0, 8992.0, 8980.0, 9046.0, 8951.0, 8994.0, 8960.0, 8982.0, 9049.0, 8966.0, 9026.0, 8962.0, 8968.0, 9049.0, 8966.0, 8994.0, 8973.0, 8965.0, 9006.0, 8964.0, 8984.0, 9034.0, 8982.0, 9021.0, 8967.0, 8970.0, 9020.0, 8970.0, 9037.0, 8971.0, 8999.0, 9032.0, 8982.0, 9037.0, 8968.0, 9000.0, 9043.0, 8963.0, 9005.0, 8961.0, 8985.0, 9046.0, 8979.0, 9024.0, 8980.0, 8985.0, 9004.0, 8970.0, 9012.0, 8956.0, 9001.0, 8988.0, 8984.0, 9014.0, 8966.0, 8997.0, 9049.0, 8984.0, 9015.0, 8964.0, 8979.0, 8994.0, 8969.0, 8987.0, 9006.0, 8986.0, 9000.0, 8982.0, 9004.0, 9029.0, 9006.0, 9023.0, 8987.0, 8988.0, 9042.0, 8989.0, 9035.0, 9068.0, 9002.0, 9069.0, 8983.0, 8987.0, 9064.0, 8989.0, 9046.0, 8984.0, 9003.0, 9084.0, 8970.0, 9027.0, 9029.0, 8983.0, 9032.0, 8966.0, 8983.0, 8990.0, 8982.0, 9040.0, 8968.0, 9003.0, 9006.0, 8969.0, 8997.0, 8968.0, 9003.0, 9054.0, 9004.0, 9045.0, 8967.0, 8988.0, 9027.0, 8988.0, 9032.0, 8976.0, 9010.0, 9067.0, 8987.0, 9014.0, 8984.0, 9002.0, 9065.0, 9015.0, 9044.0, 8967.0, 8997.0, 9039.0, 8970.0, 9028.0, 8964.0, 8981.0, 9010.0, 8970.0, 9006.0, 8981.0, 8988.0, 9029.0, 8986.0, 9001.0, 9034.0, 8988.0, 9040.0, 8974.0, 9019.0, 8983.0, 8989.0, 9053.0, 8985.0, 9044.0, 8970.0, 8998.0, 9081.0, 8968.0, 9027.0, 8967.0, 8982.0, 9049.0, 8953.0, 8983.0, 8968.0, 8985.0, 9040.0, 8969.0, 9015.0, 8966.0, 9003.0, 9053.0, 8987.0, 9012.0, 8969.0, 8989.0, 8968.0, 8987.0, 9054.0, 8987.0, 9045.0, 8978.0, 8982.0, 9033.0, 8966.0, 8998.0, 8964.0, 8987.0, 9037.0, 8970.0, 8984.0, 8968.0, 8998.0, 9037.0, 8972.0, 9017.0, 8967.0, 8986.0, 9010.0, 8970.0, 9031.0, 9049.0, 8983.0, 9051.0, 8948.0, 8992.0, 9030.0, 8978.0, 9019.0, 8966.0, 8997.0, 8961.0, 8985.0, 9036.0, 8986.0, 9015.0, 8966.0, 9001.0, 9023.0, 8972.0, 9015.0, 8981.0, 8985.0, 9036.0, 8968.0, 8997.0, 9032.0, 8970.0, 9025.0, 8971.0, 8991.0, 9048.0, 8969.0, 8986.0, 8965.0, 8999.0, 9021.0, 8971.0, 9018.0, 8967.0, 8983.0, 8996.0, 8970.0, 9005.0, 9050.0, 9013.0, 9026.0, 8966.0, 8981.0, 9020.0, 8970.0, 9009.0, 8978.0, 9000.0, 9040.0, 8969.0, 9030.0, 8983.0, 9002.0, 9049.0, 8969.0, 8999.0, 8981.0, 9002.0, 9052.0, 8996.0, 9028.0, 8953.0, 8981.0, 9008.0, 8966.0, 9018.0, 9023.0, 8988.0, 9029.0, 8969.0, 8988.0, 9042.0, 8986.0, 9017.0, 8988.0, 8992.0, 9030.0, 8994.0, 9040.0, 8976.0, 8993.0, 9075.0, 8986.0, 8990.0, 9054.0, 8989.0, 9049.0, 9011.0, 8987.0, 9068.0, 8964.0, 8983.0, 9020.0, 8982.0, 9011.0, 8965.0, 8986.0, 9019.0, 8982.0, 8985.0, 8968.0, 8989.0, 9043.0, 8986.0, 9016.0, 8968.0, 8985.0, 8998.0, 8980.0, 8989.0, 9053.0, 9004.0, 9017.0, 8968.0, 8988.0, 9025.0, 8978.0, 9024.0, 9052.0, 9007.0, 9047.0, 8968.0, 8986.0, 9023.0, 8973.0, 9017.0, 8970.0, 8989.0, 9055.0, 8970.0, 8999.0, 9022.0, 8984.0, 9017.0, 8975.0, 8991.0, 9027.0, 8986.0, 8991.0, 8987.0, 8994.0, 9044.0, 8993.0, 9019.0, 9068.0, 8990.0, 9032.0, 8987.0, 8991.0, 9042.0, 8973.0, 9002.0, 9050.0, 8991.0, 9045.0, 8985.0, 8990.0, 9068.0, 8969.0, 8999.0, 9020.0, 8988.0, 9042.0, 8971.0, 9006.0, 9065.0, 8970.0, 8996.0, 8981.0, 8989.0, 9041.0, 8972.0, 9028.0, 8981.0, 9000.0, 9055.0, 9000.0, 9015.0, 8972.0, 8989.0, 9053.0, 8973.0, 9030.0, 9052.0, 8973.0, 9041.0, 8970.0, 9003.0, 9056.0, 8986.0, 9015.0, 8969.0, 8984.0, 9024.0, 8966.0, 9015.0, 9065.0, 9010.0, 9040.0, 8963.0, 8977.0, 8991.0, 8965.0, 9000.0, 8968.0, 8985.0, 9026.0, 8974.0, 8990.0, 8984.0, 8992.0, 9030.0, 8988.0, 9020.0, 8984.0, 8990.0, 9073.0, 8987.0, 9033.0, 9037.0, 8974.0, 8999.0, 8970.0, 8987.0, 9039.0, 8984.0, 9003.0, 9046.0, 8968.0, 8981.0, 9017.0, 8966.0, 9011.0, 8964.0, 8981.0, 9004.0, 8964.0, 8979.0, 9014.0, 8982.0, 9012.0, 8965.0, 8982.0, 9020.0, 8991.0, 8998.0, 8979.0, 9001.0, 9026.0, 9000.0, 9000.0, 8964.0, 8985.0, 9009.0, 8971.0, 9007.0, 9056.0, 9018.0, 9029.0, 8983.0, 8988.0, 9028.0, 8990.0, 9018.0, 8988.0, 9008.0, 9069.0, 8990.0, 9023.0, 9065.0, 8988.0, 9060.0, 8986.0, 8989.0, 9023.0, 8971.0, 8987.0, 9034.0, 8990.0, 9017.0, 8990.0, 9009.0, 9028.0, 8989.0, 9007.0, 9040.0, 8995.0, 9045.0, 8986.0, 9006.0, 9039.0, 8974.0, 9002.0, 9035.0, 8990.0, 9018.0, 8974.0, 8990.0, 9026.0, 8989.0, 9006.0, 9039.0, 8992.0, 9037.0, 8991.0, 9010.0, 9072.0, 8976.0, 9008.0, 9027.0, 8993.0, 9053.0, 8996.0, 9013.0, 9057.0, 8990.0, 9009.0, 9045.0, 8977.0, 9038.0, 9007.0, 8999.0, 9034.0, 8988.0, 8994.0, 9014.0, 8988.0, 9024.0, 9057.0, 9007.0, 9023.0, 9011.0, 8988.0, 9006.0, 8986.0, 9006.0, 9035.0, 8991.0, 9011.0, 9044.0, 8987.0, 9004.0, 9058.0, 9010.0, 9020.0, 9004.0, 8996.0, 9058.0, 8989.0, 9025.0, 9088.0, 9032.0, 9046.0, 8970.0, 8988.0, 9030.0, 8990.0, 9020.0, 9084.0, 9032.0, 9060.0, 8964.0, 8970.0, 9011.0, 8983.0, 9002.0, 9054.0, 8991.0, 9027.0, 8991.0, 9003.0, 9042.0, 9005.0, 9064.0, 8995.0, 9025.0, 9016.0, 9022.0, 9015.0, 9044.0, 9105.0, 9047.0, 9077.0, 9027.0, 8988.0, 9055.0, 8977.0, 8981.0, 9033.0, 8969.0, 9027.0, 8979.0, 8985.0, 9022.0, 8972.0, 8987.0, 8987.0, 9004.0, 9041.0, 8993.0, 9018.0, 8984.0, 9004.0, 9071.0, 9003.0, 9032.0, 8969.0, 8987.0, 9010.0, 8974.0, 9034.0, 8990.0, 8992.0, 9084.0, 8988.0, 9029.0, 9049.0, 9013.0, 9055.0, 8981.0, 8984.0, 9046.0, 8968.0, 8998.0, 8982.0, 8986.0, 9019.0, 8967.0, 8998.0, 9019.0, 8986.0, 9026.0, 8967.0, 9000.0, 9022.0, 8967.0, 8986.0, 8989.0, 8986.0, 9018.0, 8986.0, 9011.0, 9037.0, 8974.0, 9001.0, 8991.0, 8990.0, 9027.0, 8988.0, 8990.0, 9049.0, 8971.0, 8985.0, 8978.0, 9002.0, 9030.0, 8974.0, 8990.0, 9035.0, 8971.0, 9000.0, 8964.0, 8987.0, 9042.0, 8986.0, 8994.0, 9051.0, 8968.0, 9004.0, 9033.0, 8987.0, 9034.0, 8987.0, 9002.0, 9052.0, 8968.0, 9015.0, 9046.0, 8969.0, 9030.0, 8978.0, 8986.0, 9023.0, 8980.0, 8985.0, 9003.0, 8982.0, 9017.0, 9051.0, 9003.0, 9015.0, 8986.0, 8990.0, 9029.0, 9005.0, 9038.0, 8990.0, 9011.0, 9050.0, 9006.0, 9019.0, 9069.0, 9006.0, 9067.0, 9002.0, 8986.0, 9057.0, 8999.0, 8990.0, 9052.0, 8987.0, 9047.0, 8998.0, 8991.0, 9055.0, 8998.0, 9003.0, 9056.0, 8990.0, 9044.0, 8984.0, 9004.0, 9067.0, 8984.0, 9002.0, 8986.0, 8991.0, 9054.0, 9001.0, 9045.0, 8983.0, 8988.0, 9042.0, 8987.0, 9042.0, 9049.0, 8972.0, 9011.0, 8984.0, 8988.0, 9028.0, 8987.0, 9021.0, 8987.0, 9004.0, 9034.0, 8973.0, 9010.0, 9073.0, 9033.0, 9034.0, 8970.0, 8990.0, 9025.0, 8985.0, 9023.0, 9026.0, 8992.0, 9062.0, 8986.0, 9008.0, 9054.0, 8985.0, 9048.0, 8988.0, 8989.0, 9066.0, 8973.0, 9016.0, 9038.0, 8990.0, 9044.0, 8986.0, 9004.0, 9040.0, 9001.0, 9062.0, 8989.0, 9009.0, 9056.0, 8988.0, 9031.0, 8989.0, 9007.0, 9066.0, 9029.0, 9042.0, 8984.0, 8989.0, 9039.0, 8988.0, 9045.0, 8986.0, 8993.0, 9055.0, 8984.0, 9018.0, 8974.0, 8993.0, 9038.0, 8989.0, 9001.0, 8987.0, 9007.0, 9056.0, 9005.0, 9032.0, 8982.0, 8989.0, 9060.0, 8985.0, 9020.0, 9053.0, 8983.0, 9028.0, 8982.0, 9007.0, 9024.0, 8988.0, 8986.0, 8986.0, 9004.0, 9058.0, 9003.0, 9045.0, 8981.0, 8986.0, 9055.0, 9015.0, 9033.0, 8967.0, 8985.0, 9053.0, 8981.0, 9055.0, 9046.0, 8969.0, 9036.0, 8958.0, 8981.0, 9026.0, 9006.0, 9074.0, 9038.0, 8988.0, 8960.0, 8980.0, 8996.0, 8983.0, 8971.0, 9037.0, 8973.0, 9001.0, 9011.0, 9059.0, 9024.0, 9096.0, 9012.0, 9010.0, 9044.0, 8971.0, 9016.0, 9036.0, 8987.0, 9026.0, 8943.0, 9000.0, 9005.0, 8967.0, 9024.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.0003875498115239634</td></tr>
<tr><td colspan=3>aqi</td><td>0.02636090904684976</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.18562647395468</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.190916607521549</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9776098891648707</td></tr>
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
<tr><td colspan=3>fber</td><td>5841.9062</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07770005667331972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8616047388260636</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5157203287584484</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.467316577538225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.701911117399601</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3779332913375204</td></tr>
<tr><td colspan=3>gcor</td><td>0.00358776</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015771562233567238</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02361913211643696</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.57125853127063</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>25.0196</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5233</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.3137</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.3191</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7044</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.3344</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3268.1798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.32</td></tr>
<tr><td colspan=3>tsnr</td><td>39.31956811249256</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>