<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>a8c49addb518f43dfed18f68d4b77a52</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>09:55:45.967500</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.999564, -0.024909, -0.0158329, 0.0253017, 0.999364, 0.0251074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0817846</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>[4152, -7778, -7192, 512, -10, -125, -15, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d821b11e-7eee-4581-b5e6-bf1ad34f453a||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.681757926940918, 0.06788259744644165, -0.041033126413822174, 113.50041198730469], [0.06682896614074707, 2.6812219619750977, 0.0688420906662941, -94.45052337646484], [-0.04247855767607689, -0.06736134737730026, 2.698810338973999, -56.20964431762695], [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': ['095545.967500', '095546.427500', '095546.887500', '095547.347500', '095547.807500', '095548.267500', '095548.727500', '095549.187500', '095549.647500', '095550.107500', '095550.567500', '095551.027500', '095551.487500', '095551.947500', '095552.407500', '095552.867500', '095553.327500', '095553.787500', '095554.247500', '095554.707500', '095555.167500', '095555.627500', '095556.087500', '095556.547500', '095557.007500', '095557.467500', '095557.927500', '095558.387500', '095558.847500', '095559.307500', '095559.767500', '095600.227500', '095600.687500', '095601.147500', '095601.607500', '095602.067500', '095602.527500', '095602.987500', '095603.447500', '095603.907500', '095604.367500', '095604.827500', '095605.287500', '095605.747500', '095606.207500', '095606.667500', '095607.127500', '095607.587500', '095608.047500', '095608.507500', '095608.967500', '095609.427500', '095609.887500', '095610.347500', '095610.807500', '095611.267500', '095611.727500', '095612.187500', '095612.647500', '095613.107500', '095613.567500', '095614.027500', '095614.487500', '095614.947500', '095615.407500', '095615.867500', '095616.327500', '095616.787500', '095617.247500', '095617.707500', '095618.167500', '095618.627500', '095619.087500', '095619.547500', '095620.007500', '095620.467500', '095620.927500', '095621.387500', '095621.847500', '095622.307500', '095622.767500', '095623.227500', '095623.687500', '095624.147500', '095624.607500', '095625.067500', '095625.527500', '095625.987500', '095626.447500', '095626.907500', '095627.367500', '095627.827500', '095628.287500', '095628.747500', '095629.207500', '095629.667500', '095630.127500', '095630.587500', '095631.047500', '095631.507500', '095631.967500', '095632.427500', '095632.887500', '095633.347500', '095633.807500', '095634.267500', '095634.727500', '095635.187500', '095635.647500', '095636.107500', '095636.567500', '095637.027500', '095637.487500', '095637.947500', '095638.407500', '095638.867500', '095639.327500', '095639.787500', '095640.247500', '095640.707500', '095641.167500', '095641.627500', '095642.087500', '095642.547500', '095643.007500', '095643.467500', '095643.927500', '095644.387500', '095644.847500', '095645.307500', '095645.767500', '095646.227500', '095646.687500', '095647.147500', '095647.607500', '095648.067500', '095648.527500', '095648.987500', '095649.447500', '095649.907500', '095650.367500', '095650.827500', '095651.287500', '095651.747500', '095652.207500', '095652.667500', '095653.127500', '095653.587500', '095654.047500', '095654.507500', '095654.967500', '095655.427500', '095655.887500', '095656.347500', '095656.807500', '095657.267500', '095657.727500', '095658.187500', '095658.647500', '095659.107500', '095659.567500', '095700.027500', '095700.487500', '095700.947500', '095701.407500', '095701.867500', '095702.327500', '095702.787500', '095703.247500', '095703.707500', '095704.167500', '095704.627500', '095705.087500', '095705.547500', '095706.007500', '095706.467500', '095706.927500', '095707.387500', '095707.847500', '095708.307500', '095708.767500', '095709.227500', '095709.687500', '095710.147500', '095710.607500', '095711.067500', '095711.527500', '095711.987500', '095712.447500', '095712.907500', '095713.367500', '095713.827500', '095714.287500', '095714.747500', '095715.207500', '095715.667500', '095716.127500', '095716.587500', '095717.047500', '095717.507500', '095717.967500', '095718.427500', '095718.887500', '095719.347500', '095719.807500', '095720.267500', '095720.727500', '095721.187500', '095721.647500', '095722.107500', '095722.567500', '095723.027500', '095723.487500', '095723.947500', '095724.407500', '095724.867500', '095725.327500', '095725.787500', '095726.247500', '095726.707500', '095727.167500', '095727.627500', '095728.087500', '095728.547500', '095729.007500', '095729.467500', '095729.927500', '095730.387500', '095730.847500', '095731.307500', '095731.767500', '095732.227500', '095732.687500', '095733.147500', '095733.607500', '095734.067500', '095734.527500', '095734.987500', '095735.447500', '095735.907500', '095736.367500', '095736.827500', '095737.287500', '095737.747500', '095738.207500', '095738.667500', '095739.127500', '095739.587500', '095740.047500', '095740.507500', '095740.967500', '095741.427500', '095741.887500', '095742.347500', '095742.807500', '095743.267500', '095743.727500', '095744.187500', '095744.647500', '095745.107500', '095745.567500', '095746.027500', '095746.487500', '095746.947500', '095747.407500', '095747.867500', '095748.327500', '095748.787500', '095749.247500', '095749.707500', '095750.167500', '095750.627500', '095751.087500', '095751.547500', '095752.007500', '095752.467500', '095752.927500', '095753.387500', '095753.847500', '095754.307500', '095754.767500', '095755.227500', '095755.687500', '095756.147500', '095756.607500', '095757.067500', '095757.527500', '095757.987500', '095758.447500', '095758.907500', '095759.367500', '095759.827500', '095800.287500', '095800.747500', '095801.207500', '095801.667500', '095802.127500', '095802.587500', '095803.047500', '095803.507500', '095803.967500', '095804.427500', '095804.887500', '095805.347500', '095805.807500', '095806.267500', '095806.727500', '095807.187500', '095807.647500', '095808.107500', '095808.567500', '095809.027500', '095809.487500', '095809.947500', '095810.407500', '095810.867500', '095811.327500', '095811.787500', '095812.247500', '095812.707500', '095813.167500', '095813.627500', '095814.087500', '095814.547500', '095815.007500', '095815.467500', '095815.927500', '095816.387500', '095816.847500', '095817.307500', '095817.767500', '095818.227500', '095818.687500', '095819.147500', '095819.607500', '095820.067500', '095820.527500', '095820.987500', '095821.447500', '095821.907500', '095822.367500', '095822.827500', '095823.287500', '095823.747500', '095824.207500', '095824.667500', '095825.127500', '095825.587500', '095826.047500', '095826.507500', '095826.967500', '095827.427500', '095827.887500', '095828.347500', '095828.807500', '095829.267500', '095829.727500', '095830.187500', '095830.647500', '095831.107500', '095831.567500', '095832.027500', '095832.487500', '095832.947500', '095833.407500', '095833.867500', '095834.327500', '095834.787500', '095835.247500', '095835.707500', '095836.167500', '095836.627500', '095837.087500', '095837.547500', '095838.007500', '095838.467500', '095838.927500', '095839.387500', '095839.847500', '095840.307500', '095840.767500', '095841.227500', '095841.687500', '095842.147500', '095842.607500', '095843.067500', '095843.527500', '095843.987500', '095844.447500', '095844.907500', '095845.367500', '095845.827500', '095846.287500', '095846.747500', '095847.207500', '095847.667500', '095848.127500', '095848.587500', '095849.047500', '095849.507500', '095849.967500', '095850.427500', '095850.887500', '095851.347500', '095851.807500', '095852.267500', '095852.727500', '095853.187500', '095853.647500', '095854.107500', '095854.567500', '095855.027500', '095855.487500', '095855.947500', '095856.407500', '095856.867500', '095857.327500', '095857.787500', '095858.247500', '095858.707500', '095859.167500', '095859.627500', '095900.087500', '095900.547500', '095901.007500', '095901.467500', '095901.927500', '095902.387500', '095902.847500', '095903.307500', '095903.767500', '095904.227500', '095904.687500', '095905.147500', '095905.607500', '095906.067500', '095906.527500', '095906.987500', '095907.447500', '095907.907500', '095908.367500', '095908.827500', '095909.287500', '095909.747500', '095910.207500', '095910.667500', '095911.127500', '095911.587500', '095912.047500', '095912.507500', '095912.967500', '095913.427500', '095913.887500', '095914.347500', '095914.807500', '095915.267500', '095915.727500', '095916.187500', '095916.647500', '095917.107500', '095917.567500', '095918.027500', '095918.487500', '095918.947500', '095919.407500', '095919.867500', '095920.327500', '095920.787500', '095921.247500', '095921.707500', '095922.167500', '095922.627500', '095923.087500', '095923.547500', '095924.007500', '095924.467500', '095924.927500', '095925.387500', '095925.847500', '095926.307500', '095926.767500', '095927.227500', '095927.687500', '095928.147500', '095928.607500', '095929.067500', '095929.527500', '095929.987500', '095930.447500', '095930.907500', '095931.367500', '095931.827500', '095932.287500', '095932.747500', '095933.207500', '095933.667500', '095934.127500', '095934.587500', '095935.047500', '095935.507500', '095935.967500', '095936.427500', '095936.887500', '095937.347500', '095937.807500', '095938.267500', '095938.727500', '095939.187500', '095939.647500', '095940.107500', '095940.567500', '095941.027500', '095941.487500', '095941.947500', '095942.407500', '095942.867500', '095943.327500', '095943.787500', '095944.247500', '095944.707500', '095945.167500', '095945.627500', '095946.087500', '095946.547500', '095947.007500', '095947.467500', '095947.927500', '095948.387500', '095948.847500', '095949.307500', '095949.767500', '095950.227500', '095950.687500', '095951.147500', '095951.607500', '095952.067500', '095952.527500', '095952.987500', '095953.447500', '095953.907500', '095954.367500', '095954.827500', '095955.287500', '095955.747500', '095956.207500', '095956.667500', '095957.127500', '095957.587500', '095958.047500', '095958.507500', '095958.967500', '095959.427500', '095959.887500', '100000.347500', '100000.807500', '100001.267500', '100001.727500', '100002.187500', '100002.647500', '100003.107500', '100003.567500', '100004.027500', '100004.487500', '100004.947500', '100005.407500', '100005.867500', '100006.327500', '100006.787500', '100007.247500', '100007.707500', '100008.167500', '100008.627500', '100009.087500', '100009.547500', '100010.007500', '100010.467500', '100010.927500', '100011.387500', '100011.847500', '100012.307500', '100012.767500', '100013.227500', '100013.687500', '100014.147500', '100014.607500', '100015.067500', '100015.527500', '100015.987500', '100016.447500', '100016.907500', '100017.367500', '100017.827500', '100018.287500', '100018.747500', '100019.207500', '100019.667500', '100020.127500', '100020.587500', '100021.047500', '100021.507500', '100021.967500', '100022.427500', '100022.887500', '100023.347500', '100023.807500', '100024.267500', '100024.727500', '100025.187500', '100025.647500', '100026.107500', '100026.567500', '100027.027500', '100027.487500', '100027.947500', '100028.407500', '100028.867500', '100029.327500', '100029.787500', '100030.247500', '100030.707500', '100031.167500', '100031.627500', '100032.087500', '100032.547500', '100033.007500', '100033.467500', '100033.927500', '100034.387500', '100034.847500', '100035.307500', '100035.767500', '100036.227500', '100036.687500', '100037.147500', '100037.607500', '100038.067500', '100038.527500', '100038.987500', '100039.447500', '100039.907500', '100040.367500', '100040.827500', '100041.287500', '100041.747500', '100042.207500', '100042.667500', '100043.127500', '100043.587500', '100044.047500', '100044.507500', '100044.967500', '100045.427500', '100045.887500', '100046.347500', '100046.807500', '100047.267500', '100047.727500', '100048.187500', '100048.647500', '100049.107500', '100049.567500', '100050.027500', '100050.487500', '100050.947500', '100051.407500', '100051.867500', '100052.327500', '100052.787500', '100053.247500', '100053.707500', '100054.167500', '100054.627500', '100055.087500', '100055.547500', '100056.007500', '100056.467500', '100056.927500', '100057.387500', '100057.847500', '100058.307500', '100058.767500', '100059.227500', '100059.687500', '100100.147500', '100100.607500', '100101.067500', '100101.527500', '100101.987500', '100102.447500', '100102.907500', '100103.367500', '100103.827500', '100104.287500', '100104.747500', '100105.207500', '100105.667500', '100106.127500', '100106.587500', '100107.047500', '100107.507500', '100107.967500', '100108.427500', '100108.887500', '100109.347500', '100109.807500', '100110.267500', '100110.727500', '100111.187500', '100111.647500', '100112.107500', '100112.567500', '100113.027500', '100113.487500', '100113.947500', '100114.407500', '100114.867500', '100115.327500', '100115.787500', '100116.247500', '100116.707500', '100117.167500', '100117.627500', '100118.087500', '100118.547500', '100119.007500', '100119.467500', '100119.927500', '100120.387500', '100120.847500', '100121.307500', '100121.767500', '100122.227500', '100122.687500', '100123.147500', '100123.607500', '100124.067500', '100124.527500', '100124.987500', '100125.447500', '100125.907500', '100126.367500', '100126.827500', '100127.287500', '100127.747500', '100128.207500', '100128.667500', '100129.127500', '100129.587500', '100130.047500', '100130.507500', '100130.967500', '100131.427500', '100131.887500', '100132.347500', '100132.807500', '100133.267500', '100133.727500', '100134.187500', '100134.647500', '100135.107500', '100135.567500', '100136.027500', '100136.487500', '100136.947500', '100137.407500', '100137.867500', '100138.327500', '100138.787500', '100139.247500', '100139.707500', '100140.167500', '100140.627500', '100141.087500', '100141.547500', '100142.007500', '100142.467500', '100142.927500', '100143.387500', '100143.847500', '100144.307500', '100144.767500', '100145.227500', '100145.687500', '100146.147500', '100146.607500', '100147.067500', '100147.527500', '100147.987500', '100148.447500', '100148.907500', '100149.367500', '100149.827500', '100150.287500', '100150.747500', '100151.207500', '100151.667500', '100152.127500', '100152.587500', '100153.047500', '100153.507500', '100153.967500', '100154.427500', '100154.887500', '100155.347500', '100155.807500', '100156.267500', '100156.727500', '100157.187500', '100157.647500', '100158.107500', '100158.567500', '100159.027500', '100159.487500', '100159.947500', '100200.407500', '100200.867500', '100201.327500', '100201.787500', '100202.247500', '100202.707500', '100203.167500', '100203.627500', '100204.087500', '100204.547500', '100205.007500', '100205.467500', '100205.927500', '100206.387500', '100206.847500', '100207.307500', '100207.767500', '100208.227500', '100208.687500', '100209.147500', '100209.607500', '100210.067500', '100210.527500', '100210.987500', '100211.447500', '100211.907500', '100212.367500', '100212.827500', '100213.287500', '100213.747500', '100214.207500', '100214.667500', '100215.127500', '100215.587500', '100216.047500', '100216.507500', '100216.967500', '100217.427500', '100217.887500', '100218.347500', '100218.807500', '100219.267500', '100219.727500', '100220.187500', '100220.647500', '100221.107500', '100221.567500', '100222.027500', '100222.487500', '100222.947500', '100223.407500', '100223.867500', '100224.327500', '100224.787500', '100225.247500', '100225.707500', '100226.167500', '100226.627500', '100227.087500', '100227.547500', '100228.007500', '100228.467500', '100228.927500', '100229.387500', '100229.847500', '100230.307500', '100230.767500', '100231.227500', '100231.687500', '100232.147500', '100232.607500', '100233.067500', '100233.527500', '100233.987500', '100234.447500', '100234.907500', '100235.367500', '100235.827500', '100236.287500', '100236.747500', '100237.207500', '100237.667500', '100238.127500', '100238.587500', '100239.047500', '100239.507500', '100239.967500', '100240.427500', '100240.887500', '100241.347500', '100241.807500', '100242.267500', '100242.727500', '100243.187500', '100243.647500', '100244.107500', '100244.567500', '100245.027500', '100245.487500', '100245.947500', '100246.407500', '100246.867500', '100247.327500', '100247.787500', '100248.247500', '100248.707500', '100249.167500', '100249.627500', '100250.087500', '100250.547500', '100251.007500', '100251.467500', '100251.927500', '100252.387500', '100252.847500', '100253.307500', '100253.767500', '100254.227500', '100254.687500', '100255.147500', '100255.607500', '100256.067500', '100256.527500', '100256.987500', '100257.447500', '100257.907500', '100258.367500', '100258.827500', '100259.287500', '100259.747500', '100300.207500', '100300.667500', '100301.127500', '100301.587500', '100302.047500', '100302.507500', '100302.967500', '100303.427500', '100303.887500', '100304.347500', '100304.807500', '100305.267500', '100305.727500', '100306.187500', '100306.647500', '100307.107500', '100307.567500', '100308.027500', '100308.487500', '100308.947500', '100309.407500', '100309.867500', '100310.327500', '100310.787500', '100311.247500', '100311.707500', '100312.167500', '100312.627500', '100313.087500', '100313.547500', '100314.007500', '100314.467500', '100314.927500', '100315.387500', '100315.847500', '100316.307500', '100316.767500', '100317.227500', '100317.687500', '100318.147500', '100318.607500', '100319.067500', '100319.527500', '100319.987500', '100320.447500', '100320.907500', '100321.367500', '100321.827500', '100322.287500', '100322.747500', '100323.207500', '100323.667500', '100324.127500', '100324.587500', '100325.047500', '100325.507500', '100325.967500', '100326.427500', '100326.887500', '100327.347500', '100327.807500', '100328.267500', '100328.727500', '100329.187500', '100329.647500', '100330.107500', '100330.567500', '100331.027500', '100331.487500', '100331.947500', '100332.407500', '100332.867500', '100333.327500', '100333.787500', '100334.247500', '100334.707500', '100335.167500', '100335.627500', '100336.087500', '100336.547500', '100337.007500', '100337.467500', '100337.927500', '100338.387500', '100338.847500', '100339.307500', '100339.767500', '100340.227500', '100340.687500', '100341.147500', '100341.607500', '100342.067500', '100342.527500', '100342.987500', '100343.447500', '100343.907500', '100344.367500', '100344.827500', '100345.287500', '100345.747500', '100346.207500', '100346.667500', '100347.127500', '100347.587500', '100348.047500', '100348.507500', '100348.967500', '100349.427500', '100349.887500', '100350.347500', '100350.807500', '100351.267500', '100351.727500', '100352.187500', '100352.647500', '100353.107500', '100353.567500', '100354.027500', '100354.487500', '100354.947500', '100355.407500', '100355.867500', '100356.327500', '100356.787500', '100357.247500', '100357.707500', '100358.167500', '100358.627500', '100359.087500', '100359.547500', '100400.007500', '100400.467500', '100400.927500', '100401.387500', '100401.847500', '100402.307500', '100402.767500', '100403.227500', '100403.687500', '100404.147500', '100404.607500', '100405.067500', '100405.527500', '100405.987500', '100406.447500', '100406.907500', '100407.367500', '100407.827500', '100408.287500', '100408.747500', '100409.207500', '100409.667500', '100410.127500', '100410.587500', '100411.047500', '100411.507500', '100411.967500', '100412.427500', '100412.887500', '100413.347500', '100413.807500', '100414.267500', '100414.727500', '100415.187500', '100415.647500', '100416.107500', '100416.567500', '100417.027500', '100417.487500', '100417.947500', '100418.407500', '100418.867500', '100419.327500', '100419.787500', '100420.247500', '100420.707500', '100421.167500', '100421.627500', '100422.087500', '100422.547500', '100423.007500', '100423.467500', '100423.927500', '100424.387500', '100424.847500', '100425.307500', '100425.767500', '100426.227500', '100426.687500', '100427.147500', '100427.607500', '100428.067500', '100428.527500', '100428.987500', '100429.447500', '100429.907500', '100430.367500', '100430.827500', '100431.287500', '100431.747500', '100432.207500', '100432.667500', '100433.127500', '100433.587500', '100434.047500', '100434.507500', '100434.967500', '100435.427500', '100435.887500', '100436.347500', '100436.807500', '100437.267500', '100437.727500', '100438.187500', '100438.647500', '100439.107500', '100439.567500', '100440.027500', '100440.487500', '100440.947500', '100441.407500', '100441.867500', '100442.327500', '100442.787500', '100443.247500', '100443.707500', '100444.167500', '100444.627500', '100445.087500', '100445.547500', '100446.007500', '100446.467500', '100446.927500', '100447.387500', '100447.847500', '100448.307500', '100448.767500', '100449.227500', '100449.687500', '100450.147500', '100450.607500', '100451.067500', '100451.527500', '100451.987500', '100452.447500', '100452.907500', '100453.367500', '100453.827500', '100454.287500', '100454.747500', '100455.207500', '100455.667500', '100456.127500', '100456.587500', '100457.047500', '100457.507500', '100457.967500', '100458.427500', '100458.887500', '100459.347500', '100459.807500', '100500.267500', '100500.727500', '100501.187500', '100501.647500', '100502.107500', '100502.567500', '100503.027500', '100503.487500', '100503.947500', '100504.407500', '100504.867500', '100505.327500', '100505.787500', '100506.247500', '100506.707500', '100507.167500', '100507.627500', '100508.087500', '100508.547500', '100509.007500', '100509.467500', '100509.927500', '100510.387500', '100510.847500', '100511.307500', '100511.767500', '100512.227500', '100512.687500', '100513.147500', '100513.607500', '100514.067500', '100514.527500', '100514.987500', '100515.447500', '100515.907500', '100516.367500', '100516.827500', '100517.287500', '100517.747500', '100518.207500', '100518.667500', '100519.127500', '100519.587500', '100520.047500', '100520.507500', '100520.967500', '100521.427500', '100521.887500', '100522.347500', '100522.807500', '100523.267500', '100523.727500', '100524.187500', '100524.647500', '100525.107500', '100525.567500', '100526.027500', '100526.487500', '100526.947500', '100527.407500', '100527.867500', '100528.327500', '100528.787500', '100529.247500', '100529.707500', '100530.167500', '100530.627500', '100531.087500', '100531.547500', '100532.007500', '100532.467500', '100532.927500', '100533.387500', '100533.847500', '100534.307500', '100534.767500', '100535.227500', '100535.687500', '100536.147500', '100536.607500', '100537.067500', '100537.527500', '100537.987500', '100538.447500', '100538.907500', '100539.367500', '100539.827500', '100540.287500', '100540.747500', '100541.207500', '100541.667500', '100542.127500', '100542.587500', '100543.047500', '100543.507500', '100543.967500', '100544.427500', '100544.887500', '100545.347500', '100545.807500', '100546.267500', '100546.727500', '100547.187500', '100547.647500', '100548.107500', '100548.567500', '100549.027500', '100549.487500', '100549.947500', '100550.407500', '100550.867500', '100551.327500', '100551.787500', '100552.247500', '100552.707500', '100553.167500', '100553.627500', '100554.087500', '100554.547500', '100555.007500', '100555.467500', '100555.927500', '100556.387500', '100556.847500', '100557.307500', '100557.767500', '100558.227500', '100558.687500', '100559.147500', '100559.607500', '100600.067500', '100600.527500', '100600.987500', '100601.447500', '100601.907500', '100602.367500', '100602.827500', '100603.287500', '100603.747500', '100604.207500', '100604.667500', '100605.127500', '100605.587500', '100606.047500', '100606.507500', '100606.967500', '100607.427500', '100607.887500', '100608.347500', '100608.807500', '100609.267500', '100609.727500', '100610.187500', '100610.647500', '100611.107500', '100611.567500', '100612.027500', '100612.487500', '100612.947500', '100613.407500', '100613.867500', '100614.327500', '100614.787500', '100615.247500', '100615.707500', '100616.167500', '100616.627500', '100617.087500', '100617.547500', '100618.007500', '100618.467500', '100618.927500', '100619.387500', '100619.847500', '100620.307500', '100620.767500', '100621.227500', '100621.687500', '100622.147500', '100622.607500', '100623.067500', '100623.527500', '100623.987500', '100624.447500', '100624.907500', '100625.367500', '100625.827500', '100626.287500', '100626.747500', '100627.207500', '100627.667500', '100628.127500', '100628.587500', '100629.047500', '100629.507500', '100629.967500', '100630.427500', '100630.887500', '100631.347500', '100631.807500', '100632.267500', '100632.727500', '100633.187500', '100633.647500', '100634.107500', '100634.567500', '100635.027500', '100635.487500', '100635.947500', '100636.407500', '100636.867500', '100637.327500', '100637.787500', '100638.247500', '100638.707500', '100639.167500', '100639.627500', '100640.087500', '100640.547500', '100641.007500', '100641.467500', '100641.927500', '100642.387500', '100642.847500', '100643.307500', '100643.767500', '100644.227500', '100644.687500', '100645.147500', '100645.607500', '100646.067500', '100646.527500', '100646.987500', '100647.447500', '100647.907500', '100648.367500', '100648.827500', '100649.287500', '100649.747500', '100650.207500', '100650.667500', '100651.127500', '100651.587500', '100652.047500', '100652.507500', '100652.967500', '100653.427500', '100653.887500', '100654.347500', '100654.807500', '100655.267500', '100655.727500', '100656.187500', '100656.647500', '100657.107500', '100657.567500', '100658.027500', '100658.487500', '100658.947500', '100659.407500', '100659.867500', '100700.327500', '100700.787500', '100701.247500', '100701.707500', '100702.167500', '100702.627500', '100703.087500', '100703.547500', '100704.007500', '100704.467500', '100704.927500', '100705.387500', '100705.847500', '100706.307500', '100706.767500', '100707.227500', '100707.687500', '100708.147500', '100708.607500', '100709.067500', '100709.527500', '100709.987500', '100710.447500', '100710.907500', '100711.367500', '100711.827500', '100712.287500', '100712.747500', '100713.207500', '100713.667500', '100714.127500', '100714.587500', '100715.047500', '100715.507500', '100715.967500', '100716.427500', '100716.887500', '100717.347500', '100717.807500', '100718.267500', '100718.727500', '100719.187500', '100719.647500', '100720.107500', '100720.567500', '100721.027500', '100721.487500', '100721.947500', '100722.407500', '100722.867500', '100723.327500', '100723.787500', '100724.247500', '100724.707500', '100725.167500', '100725.627500', '100726.087500', '100726.547500', '100727.007500', '100727.467500', '100727.927500', '100728.387500', '100728.847500', '100729.307500', '100729.767500', '100730.227500', '100730.687500', '100731.147500', '100731.607500', '100732.067500', '100732.527500', '100732.987500', '100733.447500', '100733.907500', '100734.367500', '100734.827500', '100735.287500', '100735.747500', '100736.207500', '100736.667500', '100737.127500', '100737.587500', '100738.047500', '100738.507500', '100738.967500', '100739.427500', '100739.887500', '100740.347500', '100740.807500', '100741.267500', '100741.727500', '100742.187500', '100742.647500', '100743.107500', '100743.567500', '100744.027500', '100744.487500', '100744.947500', '100745.407500', '100745.867500', '100746.327500', '100746.787500', '100747.247500', '100747.707500', '100748.167500', '100748.627500', '100749.087500', '100749.547500', '100750.007500', '100750.467500', '100750.927500', '100751.387500', '100751.847500', '100752.307500', '100752.767500', '100753.227500', '100753.687500', '100754.147500', '100754.607500', '100755.067500', '100755.527500', '100755.987500', '100756.447500', '100756.907500', '100757.367500', '100757.827500', '100758.287500', '100758.747500', '100759.207500', '100759.667500', '100800.127500', '100800.587500', '100801.047500', '100801.507500', '100801.967500', '100802.427500', '100802.887500', '100803.347500', '100803.807500', '100804.267500', '100804.727500', '100805.187500', '100805.647500', '100806.107500', '100806.567500', '100807.027500', '100807.487500', '100807.947500', '100808.407500', '100808.867500', '100809.327500', '100809.787500', '100810.247500', '100810.707500', '100811.167500', '100811.627500', '100812.087500', '100812.547500', '100813.007500', '100813.467500', '100813.927500', '100814.387500', '100814.847500', '100815.307500', '100815.767500', '100816.227500', '100816.687500', '100817.147500', '100817.607500', '100818.067500', '100818.527500', '100818.987500', '100819.447500', '100819.907500', '100820.367500', '100820.827500', '100821.287500', '100821.747500', '100822.207500', '100822.667500', '100823.127500', '100823.587500', '100824.047500', '100824.507500', '100824.967500', '100825.427500', '100825.887500', '100826.347500', '100826.807500', '100827.267500', '100827.727500', '100828.187500', '100828.647500', '100829.107500', '100829.567500', '100830.027500', '100830.487500', '100830.947500', '100831.407500', '100831.867500', '100832.327500', '100832.787500', '100833.247500', '100833.707500', '100834.167500', '100834.627500', '100835.087500', '100835.547500', '100836.007500', '100836.467500', '100836.927500', '100837.387500', '100837.847500', '100838.307500', '100838.767500', '100839.227500', '100839.687500', '100840.147500', '100840.607500', '100841.067500', '100841.527500', '100841.987500', '100842.447500', '100842.907500', '100843.367500', '100843.827500', '100844.287500', '100844.747500', '100845.207500', '100845.667500', '100846.127500', '100846.587500', '100847.047500', '100847.507500', '100847.967500', '100848.427500', '100848.887500', '100849.347500', '100849.807500', '100850.267500', '100850.727500', '100851.187500', '100851.647500', '100852.107500', '100852.567500', '100853.027500', '100853.487500', '100853.947500', '100854.407500', '100854.867500', '100855.327500', '100855.787500', '100856.247500', '100856.707500', '100857.167500', '100857.627500', '100858.087500', '100858.547500', '100859.007500', '100859.467500', '100859.927500', '100900.387500', '100900.847500', '100901.307500', '100901.767500', '100902.227500', '100902.687500', '100903.147500', '100903.607500', '100904.067500', '100904.527500', '100904.987500', '100905.447500', '100905.907500', '100906.367500', '100906.827500', '100907.287500', '100907.747500', '100908.207500', '100908.667500', '100909.127500', '100909.587500', '100910.047500', '100910.507500', '100910.967500', '100911.427500', '100911.887500', '100912.347500', '100912.807500', '100913.267500', '100913.727500', '100914.187500', '100914.647500', '100915.107500', '100915.567500', '100916.027500', '100916.487500', '100916.947500', '100917.407500', '100917.867500', '100918.327500', '100918.787500', '100919.247500', '100919.707500', '100920.167500', '100920.627500', '100921.087500', '100921.547500', '100922.007500', '100922.467500', '100922.927500', '100923.387500', '100923.847500', '100924.307500', '100924.767500', '100925.227500', '100925.687500', '100926.147500', '100926.607500', '100927.067500', '100927.527500', '100927.987500', '100928.447500', '100928.907500', '100929.367500', '100929.827500', '100930.287500', '100930.747500', '100931.207500', '100931.667500', '100932.127500', '100932.587500', '100933.047500', '100933.507500', '100933.967500', '100934.427500', '100934.887500', '100935.347500', '100935.807500', '100936.267500', '100936.727500', '100937.187500', '100937.647500', '100938.107500', '100938.567500', '100939.027500', '100939.487500', '100939.947500', '100940.407500', '100940.867500', '100941.327500', '100941.787500', '100942.247500', '100942.707500', '100943.167500', '100943.627500', '100944.087500', '100944.547500', '100945.007500', '100945.467500', '100945.927500', '100946.387500', '100946.847500', '100947.307500', '100947.767500', '100948.227500', '100948.687500', '100949.147500', '100949.607500', '100950.067500', '100950.527500', '100950.987500', '100951.447500', '100951.907500', '100952.367500', '100952.827500', '100953.287500', '100953.747500', '100954.207500', '100954.667500', '100955.127500', '100955.587500', '100956.047500', '100956.507500', '100956.967500', '100957.427500', '100957.887500', '100958.347500', '100958.807500', '100959.267500', '100959.727500', '101000.187500', '101000.647500'], 'ContentTime': ['095558.864000', '095558.867000', '095558.870000', '095558.873000', '095558.875000', '095558.884000', '095558.887000', '095558.889000', '095558.892000', '095558.894000', '095558.897000', '095558.900000', '095558.902000', '095558.905000', '095558.907000', '095558.910000', '095558.913000', '095558.915000', '095558.918000', '095558.920000', '095558.923000', '095558.925000', '095558.928000', '095558.938000', '095558.940000', '095618.829000', '095618.844000', '095618.856000', '095618.858000', '095618.861000', '095618.864000', '095618.866000', '095618.869000', '095618.871000', '095618.874000', '095618.876000', '095618.879000', '095618.882000', '095618.884000', '095618.887000', '095618.893000', '095618.895000', '095618.898000', '095618.900000', '095618.903000', '095618.906000', '095618.908000', '095618.911000', '095618.913000', '095618.916000', '095618.918000', '095618.921000', '095618.924000', '095618.926000', '095618.929000', '095618.932000', '095618.934000', '095618.937000', '095618.939000', '095618.942000', '095618.945000', '095618.947000', '095618.950000', '095618.952000', '095618.955000', '095618.958000', '095618.967000', '095618.970000', '095638.830000', '095638.832000', '095638.835000', '095638.838000', '095638.840000', '095638.843000', '095638.845000', '095638.848000', '095638.851000', '095638.853000', '095638.856000', '095638.858000', '095638.861000', '095638.864000', '095638.866000', '095638.881000', '095638.883000', '095638.886000', '095638.889000', '095638.891000', '095638.894000', '095638.896000', '095638.907000', '095638.910000', '095638.912000', '095638.915000', '095638.917000', '095638.920000', '095638.923000', '095638.925000', '095638.928000', '095638.930000', '095638.933000', '095638.936000', '095638.938000', '095638.941000', '095638.943000', '095638.946000', '095638.949000', '095638.951000', '095638.954000', '095638.956000', '095638.959000', '095638.962000', '095658.831000', '095658.834000', '095658.837000', '095658.839000', '095658.842000', '095658.844000', '095658.847000', '095658.850000', '095658.852000', '095658.855000', '095658.857000', '095658.860000', '095658.863000', '095658.865000', '095658.868000', '095658.870000', '095658.873000', '095658.876000', '095658.878000', '095658.881000', '095658.885000', '095658.888000', '095658.890000', '095658.893000', '095658.896000', '095658.898000', '095658.901000', '095658.904000', '095658.907000', '095658.909000', '095658.912000', '095658.914000', '095658.917000', '095658.920000', '095658.922000', '095658.925000', '095658.927000', '095658.931000', '095658.933000', '095658.936000', '095658.939000', '095658.941000', '095658.944000', '095718.830000', '095718.833000', '095718.836000', '095718.839000', '095718.841000', '095718.844000', '095718.846000', '095718.849000', '095718.851000', '095718.854000', '095718.857000', '095718.859000', '095718.862000', '095718.864000', '095718.867000', '095718.870000', '095718.872000', '095718.875000', '095718.877000', '095718.880000', '095718.882000', '095718.885000', '095718.888000', '095718.890000', '095718.893000', '095718.895000', '095718.898000', '095718.901000', '095718.903000', '095718.906000', '095718.909000', '095718.911000', '095718.914000', '095718.916000', '095718.919000', '095718.921000', '095718.924000', '095718.927000', '095718.929000', '095718.932000', '095718.934000', '095718.937000', '095718.940000', '095718.942000', '095738.830000', '095738.833000', '095738.836000', '095738.838000', '095738.841000', '095738.844000', '095738.846000', '095738.849000', '095738.851000', '095738.854000', '095738.857000', '095738.859000', '095738.862000', '095738.864000', '095738.867000', '095738.870000', '095738.872000', '095738.875000', '095738.877000', '095738.880000', '095738.883000', '095738.885000', '095738.888000', '095738.890000', '095738.893000', '095738.896000', '095738.898000', '095738.901000', '095738.903000', '095738.906000', '095738.909000', '095738.911000', '095738.914000', '095738.916000', '095738.919000', '095738.922000', '095738.924000', '095738.927000', '095738.929000', '095738.932000', '095738.935000', '095738.937000', '095738.940000', '095758.845000', '095758.849000', '095758.851000', '095758.854000', '095758.856000', '095758.859000', '095758.862000', '095758.864000', '095758.867000', '095758.870000', '095758.872000', '095758.875000', '095758.878000', '095758.880000', '095758.883000', '095758.885000', '095758.888000', '095758.891000', '095758.893000', '095758.896000', '095758.898000', '095758.901000', '095758.904000', '095758.906000', '095758.909000', '095758.911000', '095758.914000', '095758.917000', '095758.919000', '095758.922000', '095758.925000', '095758.927000', '095758.930000', '095758.932000', '095758.935000', '095758.937000', '095758.940000', '095758.943000', '095758.945000', '095758.948000', '095758.950000', '095758.953000', '095758.956000', '095758.958000', '095818.829000', '095818.832000', '095818.835000', '095818.837000', '095818.840000', '095818.843000', '095818.845000', '095818.848000', '095818.851000', '095818.853000', '095818.856000', '095818.869000', '095818.871000', '095818.881000', '095818.884000', '095818.887000', '095818.889000', '095818.892000', '095818.894000', '095818.897000', '095818.900000', '095818.902000', '095818.905000', '095818.908000', '095818.910000', '095818.913000', '095818.916000', '095818.918000', '095818.921000', '095818.924000', '095818.926000', '095818.929000', '095818.931000', '095818.938000', '095818.940000', '095818.943000', '095818.945000', '095818.948000', '095818.951000', '095818.953000', '095818.956000', '095818.959000', '095818.961000', '095838.830000', '095838.832000', '095838.835000', '095838.838000', '095838.840000', '095838.843000', '095838.845000', '095838.848000', '095838.851000', '095838.853000', '095838.856000', '095838.859000', '095838.861000', '095838.864000', '095838.866000', '095838.869000', '095838.872000', '095838.875000', '095838.877000', '095838.880000', '095838.882000', '095838.885000', '095838.888000', '095838.890000', '095838.893000', '095838.896000', '095838.898000', '095838.901000', '095838.904000', '095838.906000', '095838.909000', '095838.911000', '095838.914000', '095838.917000', '095838.919000', '095838.922000', '095838.925000', '095838.927000', '095838.930000', '095838.932000', '095838.935000', '095838.938000', '095838.940000', '095838.943000', '095858.830000', '095858.846000', '095858.849000', '095858.852000', '095858.854000', '095858.858000', '095858.861000', '095858.863000', '095858.866000', '095858.869000', '095858.871000', '095858.874000', '095858.876000', '095858.879000', '095858.882000', '095858.884000', '095858.887000', '095858.889000', '095858.892000', '095858.895000', '095858.897000', '095858.900000', '095858.903000', '095858.905000', '095858.908000', '095858.910000', '095858.913000', '095858.916000', '095858.918000', '095858.921000', '095858.923000', '095858.926000', '095858.929000', '095858.932000', '095858.934000', '095858.937000', '095858.940000', '095858.942000', '095858.945000', '095858.948000', '095858.950000', '095858.953000', '095858.956000', '095918.830000', '095918.833000', '095918.836000', '095918.839000', '095918.841000', '095918.844000', '095918.846000', '095918.849000', '095918.852000', '095918.854000', '095918.857000', '095918.859000', '095918.862000', '095918.865000', '095918.867000', '095918.870000', '095918.872000', '095918.875000', '095918.878000', '095918.880000', '095918.883000', '095918.886000', '095918.888000', '095918.891000', '095918.893000', '095918.896000', '095918.899000', '095918.901000', '095918.904000', '095918.906000', '095918.909000', '095918.912000', '095918.914000', '095918.917000', '095918.919000', '095918.922000', '095918.925000', '095918.927000', '095918.930000', '095918.932000', '095918.935000', '095918.938000', '095918.940000', '095938.831000', '095938.834000', '095938.836000', '095938.839000', '095938.841000', '095938.844000', '095938.847000', '095938.849000', '095938.852000', '095938.854000', '095938.857000', '095938.860000', '095938.862000', '095938.865000', '095938.868000', '095938.870000', '095938.873000', '095938.875000', '095938.878000', '095938.881000', '095938.883000', '095938.886000', '095938.888000', '095938.891000', '095938.894000', '095938.896000', '095938.899000', '095938.901000', '095938.904000', '095938.907000', '095938.909000', '095938.912000', '095938.914000', '095938.917000', '095938.920000', '095938.922000', '095938.925000', '095938.927000', '095938.930000', '095938.933000', '095938.935000', '095938.938000', '095938.940000', '095938.943000', '095958.831000', '095958.833000', '095958.836000', '095958.839000', '095958.842000', '095958.844000', '095958.847000', '095958.850000', '095958.852000', '095958.855000', '095958.858000', '095958.860000', '095958.863000', '095958.865000', '095958.868000', '095958.871000', '095958.873000', '095958.876000', '095958.878000', '095958.881000', '095958.884000', '095958.886000', '095958.889000', '095958.892000', '095958.894000', '095958.897000', '095958.899000', '095958.902000', '095958.905000', '095958.907000', '095958.910000', '095958.912000', '095958.915000', '095958.917000', '095958.920000', '095958.923000', '095958.926000', '095958.928000', '095958.931000', '095958.933000', '095958.936000', '095958.938000', '095958.941000', '095958.944000', '100018.830000', '100018.832000', '100018.835000', '100018.838000', '100018.840000', '100018.843000', '100018.846000', '100018.848000', '100018.851000', '100018.854000', '100018.856000', '100018.859000', '100018.862000', '100018.864000', '100018.867000', '100018.869000', '100018.872000', '100018.874000', '100018.877000', '100018.880000', '100018.882000', '100018.885000', '100018.888000', '100018.890000', '100018.893000', '100018.895000', '100018.898000', '100018.900000', '100018.903000', '100018.906000', '100018.908000', '100018.911000', '100018.914000', '100018.916000', '100018.919000', '100018.922000', '100018.924000', '100018.927000', '100018.929000', '100018.932000', '100018.935000', '100018.937000', '100018.940000', '100038.829000', '100038.832000', '100038.835000', '100038.838000', '100038.840000', '100038.843000', '100038.846000', '100038.848000', '100038.851000', '100038.854000', '100038.856000', '100038.859000', '100038.861000', '100038.864000', '100038.867000', '100038.869000', '100038.872000', '100038.875000', '100038.877000', '100038.880000', '100038.883000', '100038.885000', '100038.888000', '100038.891000', '100038.893000', '100038.896000', '100038.899000', '100038.901000', '100038.904000', '100038.906000', '100038.909000', '100038.912000', '100038.914000', '100038.917000', '100038.920000', '100038.922000', '100038.925000', '100038.927000', '100038.930000', '100038.933000', '100038.935000', '100038.938000', '100038.940000', '100038.943000', '100058.830000', '100058.832000', '100058.835000', '100058.838000', '100058.840000', '100058.843000', '100058.846000', '100058.848000', '100058.851000', '100058.853000', '100058.856000', '100058.859000', '100058.861000', '100058.864000', '100058.866000', '100058.869000', '100058.872000', '100058.874000', '100058.877000', '100058.880000', '100058.882000', '100058.885000', '100058.887000', '100058.890000', '100058.893000', '100058.895000', '100058.898000', '100058.901000', '100058.903000', '100058.906000', '100058.908000', '100058.911000', '100058.914000', '100058.916000', '100058.919000', '100058.922000', '100058.924000', '100058.927000', '100058.930000', '100058.932000', '100058.935000', '100058.937000', '100058.940000', '100118.831000', '100118.842000', '100118.844000', '100118.847000', '100118.850000', '100118.852000', '100118.855000', '100118.857000', '100118.860000', '100118.863000', '100118.865000', '100118.868000', '100118.871000', '100118.873000', '100118.876000', '100118.878000', '100118.881000', '100118.898000', '100118.900000', '100118.909000', '100118.911000', '100118.914000', '100118.917000', '100118.919000', '100118.922000', '100118.924000', '100118.927000', '100118.930000', '100118.932000', '100118.935000', '100118.938000', '100118.940000', '100118.943000', '100118.945000', '100118.948000', '100118.951000', '100118.953000', '100118.956000', '100118.959000', '100118.961000', '100118.964000', '100118.967000', '100118.979000', '100138.831000', '100138.858000', '100138.861000', '100138.864000', '100138.866000', '100138.869000', '100138.871000', '100138.874000', '100138.877000', '100138.879000', '100138.882000', '100138.884000', '100138.887000', '100138.890000', '100138.892000', '100138.895000', '100138.897000', '100138.900000', '100138.902000', '100138.905000', '100138.908000', '100138.910000', '100138.913000', '100138.916000', '100138.918000', '100138.921000', '100138.923000', '100138.926000', '100138.929000', '100138.931000', '100138.934000', '100138.936000', '100138.939000', '100138.942000', '100138.944000', '100138.947000', '100138.949000', '100138.952000', '100138.954000', '100138.957000', '100138.960000', '100138.962000', '100138.965000', '100138.967000', '100158.831000', '100158.836000', '100158.838000', '100158.841000', '100158.843000', '100158.846000', '100158.850000', '100158.853000', '100158.855000', '100158.858000', '100158.861000', '100158.863000', '100158.866000', '100158.868000', '100158.871000', '100158.874000', '100158.876000', '100158.879000', '100158.882000', '100158.884000', '100158.887000', '100158.889000', '100158.892000', '100158.895000', '100158.897000', '100158.900000', '100158.902000', '100158.905000', '100158.908000', '100158.910000', '100158.913000', '100158.916000', '100158.918000', '100158.921000', '100158.923000', '100158.926000', '100158.929000', '100158.931000', '100158.934000', '100158.937000', '100158.939000', '100158.942000', '100158.944000', '100218.830000', '100218.833000', '100218.836000', '100218.839000', '100218.841000', '100218.844000', '100218.846000', '100218.849000', '100218.851000', '100218.854000', '100218.857000', '100218.859000', '100218.862000', '100218.865000', '100218.867000', '100218.870000', '100218.872000', '100218.875000', '100218.878000', '100218.880000', '100218.883000', '100218.885000', '100218.888000', '100218.891000', '100218.893000', '100218.896000', '100218.899000', '100218.901000', '100218.904000', '100218.907000', '100218.909000', '100218.912000', '100218.915000', '100218.917000', '100218.920000', '100218.922000', '100218.925000', '100218.928000', '100218.930000', '100218.933000', '100218.935000', '100218.938000', '100218.941000', '100218.943000', '100238.830000', '100238.848000', '100238.851000', '100238.854000', '100238.856000', '100238.859000', '100238.862000', '100238.864000', '100238.867000', '100238.869000', '100238.872000', '100238.875000', '100238.877000', '100238.880000', '100238.883000', '100238.885000', '100238.888000', '100238.890000', '100238.893000', '100238.896000', '100238.898000', '100238.901000', '100238.904000', '100238.906000', '100238.909000', '100238.911000', '100238.914000', '100238.917000', '100238.929000', '100238.932000', '100238.935000', '100238.937000', '100238.940000', '100238.942000', '100238.945000', '100238.948000', '100238.950000', '100238.953000', '100238.956000', '100238.958000', '100238.961000', '100238.963000', '100238.966000', '100258.830000', '100258.861000', '100258.864000', '100258.867000', '100258.869000', '100258.872000', '100258.875000', '100258.877000', '100258.880000', '100258.882000', '100258.885000', '100258.888000', '100258.890000', '100258.893000', '100258.896000', '100258.898000', '100258.901000', '100258.910000', '100258.912000', '100258.915000', '100258.917000', '100258.920000', '100258.923000', '100258.925000', '100258.928000', '100258.931000', '100258.933000', '100258.936000', '100258.939000', '100258.941000', '100258.944000', '100258.946000', '100258.949000', '100258.952000', '100258.954000', '100258.957000', '100258.959000', '100258.962000', '100258.965000', '100258.967000', '100258.970000', '100258.972000', '100258.975000', '100258.978000', '100318.830000', '100318.833000', '100318.835000', '100318.838000', '100318.840000', '100318.843000', '100318.846000', '100318.848000', '100318.851000', '100318.853000', '100318.856000', '100318.859000', '100318.861000', '100318.864000', '100318.866000', '100318.869000', '100318.872000', '100318.874000', '100318.877000', '100318.880000', '100318.882000', '100318.885000', '100318.888000', '100318.891000', '100318.894000', '100318.896000', '100318.899000', '100318.902000', '100318.904000', '100318.907000', '100318.910000', '100318.912000', '100318.915000', '100318.918000', '100318.920000', '100318.923000', '100318.925000', '100318.928000', '100318.931000', '100318.933000', '100318.936000', '100318.938000', '100318.941000', '100318.944000', '100338.831000', '100338.847000', '100338.849000', '100338.852000', '100338.855000', '100338.857000', '100338.860000', '100338.862000', '100338.865000', '100338.868000', '100338.870000', '100338.873000', '100338.876000', '100338.878000', '100338.881000', '100338.883000', '100338.886000', '100338.889000', '100338.891000', '100338.894000', '100338.896000', '100338.899000', '100338.902000', '100338.904000', '100338.907000', '100338.909000', '100338.912000', '100338.915000', '100338.917000', '100338.920000', '100338.922000', '100338.925000', '100338.928000', '100338.930000', '100338.933000', '100338.936000', '100338.938000', '100338.941000', '100338.943000', '100338.946000', '100338.949000', '100338.951000', '100338.954000', '100358.831000', '100358.833000', '100358.836000', '100358.839000', '100358.841000', '100358.844000', '100358.846000', '100358.849000', '100358.852000', '100358.854000', '100358.857000', '100358.860000', '100358.862000', '100358.865000', '100358.868000', '100358.870000', '100358.873000', '100358.876000', '100358.878000', '100358.881000', '100358.884000', '100358.886000', '100358.889000', '100358.891000', '100358.894000', '100358.912000', '100358.914000', '100358.917000', '100358.919000', '100358.922000', '100358.925000', '100358.927000', '100358.930000', '100358.932000', '100358.935000', '100358.938000', '100358.941000', '100358.943000', '100358.946000', '100358.949000', '100358.951000', '100358.954000', '100358.956000', '100418.831000', '100418.871000', '100418.874000', '100418.876000', '100418.879000', '100418.882000', '100418.884000', '100418.887000', '100418.889000', '100418.892000', '100418.895000', '100418.897000', '100418.900000', '100418.902000', '100418.905000', '100418.908000', '100418.910000', '100418.913000', '100418.915000', '100418.918000', '100418.921000', '100418.923000', '100418.926000', '100418.928000', '100418.931000', '100418.934000', '100418.936000', '100418.939000', '100418.942000', '100418.944000', '100418.947000', '100418.949000', '100418.952000', '100418.955000', '100418.957000', '100418.960000', '100418.962000', '100418.965000', '100418.968000', '100418.970000', '100418.973000', '100418.976000', '100418.978000', '100418.981000', '100438.831000', '100438.952000', '100438.955000', '100438.957000', '100438.960000', '100438.962000', '100438.965000', '100438.968000', '100438.970000', '100438.973000', '100438.975000', '100438.978000', '100438.981000', '100438.983000', '100438.986000', '100438.989000', '100438.991000', '100438.994000', '100438.997000', '100439.000000', '100439.003000', '100439.005000', '100439.008000', '100439.011000', '100439.014000', '100439.016000', '100439.019000', '100439.021000', '100439.024000', '100439.027000', '100439.029000', '100439.032000', '100439.034000', '100439.037000', '100439.040000', '100439.042000', '100439.045000', '100439.048000', '100439.050000', '100439.053000', '100439.055000', '100439.058000', '100439.061000', '100458.830000', '100458.835000', '100458.838000', '100458.840000', '100458.843000', '100458.846000', '100458.848000', '100458.851000', '100458.854000', '100458.856000', '100458.859000', '100458.861000', '100458.864000', '100458.867000', '100458.869000', '100458.872000', '100458.875000', '100458.877000', '100458.880000', '100458.882000', '100458.885000', '100458.888000', '100458.890000', '100458.893000', '100458.895000', '100458.898000', '100458.901000', '100458.903000', '100458.906000', '100458.908000', '100458.911000', '100458.914000', '100458.916000', '100458.919000', '100458.922000', '100458.924000', '100458.927000', '100458.929000', '100458.932000', '100458.935000', '100458.937000', '100458.940000', '100458.943000', '100458.945000', '100518.830000', '100518.834000', '100518.837000', '100518.839000', '100518.842000', '100518.845000', '100518.847000', '100518.850000', '100518.852000', '100518.855000', '100518.858000', '100518.860000', '100518.863000', '100518.866000', '100518.869000', '100518.871000', '100518.874000', '100518.876000', '100518.879000', '100518.882000', '100518.884000', '100518.912000', '100518.914000', '100518.917000', '100518.920000', '100518.922000', '100518.925000', '100518.929000', '100518.932000', '100518.935000', '100518.937000', '100518.940000', '100518.942000', '100518.945000', '100518.948000', '100518.950000', '100518.953000', '100518.956000', '100518.959000', '100518.961000', '100518.964000', '100518.966000', '100518.969000', '100538.830000', '100538.897000', '100538.899000', '100538.902000', '100538.905000', '100538.908000', '100538.910000', '100538.913000', '100538.915000', '100538.918000', '100538.921000', '100538.923000', '100538.926000', '100538.928000', '100538.931000', '100538.934000', '100538.936000', '100538.939000', '100538.942000', '100538.944000', '100538.947000', '100538.950000', '100538.952000', '100538.955000', '100538.957000', '100538.960000', '100538.963000', '100538.965000', '100538.968000', '100538.971000', '100538.973000', '100538.976000', '100538.979000', '100538.981000', '100538.984000', '100538.986000', '100538.989000', '100538.992000', '100538.994000', '100538.997000', '100539.001000', '100539.003000', '100539.006000', '100539.008000', '100558.831000', '100558.862000', '100558.865000', '100558.867000', '100558.870000', '100558.873000', '100558.875000', '100558.878000', '100558.881000', '100558.883000', '100558.886000', '100558.888000', '100558.891000', '100558.894000', '100558.896000', '100558.899000', '100558.902000', '100558.904000', '100558.907000', '100558.910000', '100558.912000', '100558.915000', '100558.918000', '100558.920000', '100558.923000', '100558.926000', '100558.928000', '100558.931000', '100558.933000', '100558.936000', '100558.939000', '100558.941000', '100558.944000', '100558.947000', '100558.949000', '100558.952000', '100558.954000', '100558.957000', '100558.960000', '100558.962000', '100558.965000', '100558.969000', '100558.971000', '100618.831000', '100618.840000', '100618.843000', '100618.846000', '100618.848000', '100618.851000', '100618.854000', '100618.856000', '100618.859000', '100618.861000', '100618.864000', '100618.867000', '100618.870000', '100618.872000', '100618.875000', '100618.877000', '100618.880000', '100618.883000', '100618.885000', '100618.888000', '100618.891000', '100618.894000', '100618.896000', '100618.899000', '100618.901000', '100618.904000', '100618.907000', '100618.909000', '100618.912000', '100618.915000', '100618.917000', '100618.920000', '100618.923000', '100618.925000', '100618.928000', '100618.931000', '100618.933000', '100618.936000', '100618.939000', '100618.941000', '100618.944000', '100618.947000', '100618.949000', '100618.952000', '100638.831000', '100638.838000', '100638.840000', '100638.843000', '100638.846000', '100638.848000', '100638.851000', '100638.853000', '100638.856000', '100638.859000', '100638.864000', '100638.867000', '100638.870000', '100638.872000', '100638.875000', '100638.878000', '100638.880000', '100638.883000', '100638.886000', '100638.888000', '100638.891000', '100638.894000', '100638.896000', '100638.899000', '100638.901000', '100638.904000', '100638.907000', '100638.909000', '100638.912000', '100638.914000', '100638.917000', '100638.920000', '100638.922000', '100638.925000', '100638.928000', '100638.930000', '100638.933000', '100638.935000', '100638.938000', '100638.941000', '100638.943000', '100638.946000', '100638.949000', '100658.831000', '100658.867000', '100658.870000', '100658.872000', '100658.875000', '100658.878000', '100658.880000', '100658.883000', '100658.885000', '100658.888000', '100658.890000', '100658.893000', '100658.896000', '100658.899000', '100658.901000', '100658.904000', '100658.906000', '100658.909000', '100658.912000', '100658.915000', '100658.917000', '100658.920000', '100658.922000', '100658.925000', '100658.928000', '100658.930000', '100658.933000', '100658.936000', '100658.938000', '100658.941000', '100658.943000', '100658.946000', '100658.949000', '100658.951000', '100658.954000', '100658.957000', '100658.959000', '100658.962000', '100658.964000', '100658.967000', '100658.969000', '100658.972000', '100658.975000', '100658.978000', '100718.830000', '100718.844000', '100718.847000', '100718.850000', '100718.852000', '100718.855000', '100718.858000', '100718.860000', '100718.863000', '100718.865000', '100718.868000', '100718.870000', '100718.873000', '100718.876000', '100718.878000', '100718.881000', '100718.884000', '100718.886000', '100718.889000', '100718.891000', '100718.894000', '100718.897000', '100718.899000', '100718.902000', '100718.904000', '100718.907000', '100718.910000', '100718.912000', '100718.915000', '100718.918000', '100718.920000', '100718.923000', '100718.925000', '100718.928000', '100718.931000', '100718.933000', '100718.936000', '100718.939000', '100718.941000', '100718.944000', '100718.946000', '100718.949000', '100718.951000', '100738.830000', '100738.869000', '100738.872000', '100738.874000', '100738.877000', '100738.880000', '100738.882000', '100738.885000', '100738.887000', '100738.890000', '100738.893000', '100738.895000', '100738.898000', '100738.900000', '100738.903000', '100738.906000', '100738.908000', '100738.911000', '100738.922000', '100738.925000', '100738.927000', '100738.930000', '100738.932000', '100738.935000', '100738.938000', '100738.940000', '100738.943000', '100738.945000', '100738.948000', '100738.951000', '100738.962000', '100738.965000', '100738.967000', '100738.970000', '100738.973000', '100738.975000', '100738.978000', '100738.980000', '100738.983000', '100738.986000', '100738.989000', '100738.991000', '100738.994000', '100738.996000', '100758.830000', '100758.864000', '100758.867000', '100758.870000', '100758.872000', '100758.875000', '100758.878000', '100758.880000', '100758.883000', '100758.885000', '100758.888000', '100758.891000', '100758.893000', '100758.896000', '100758.898000', '100758.901000', '100758.904000', '100758.906000', '100758.909000', '100758.912000', '100758.914000', '100758.917000', '100758.919000', '100758.922000', '100758.925000', '100758.927000', '100758.930000', '100758.933000', '100758.935000', '100758.938000', '100758.941000', '100758.943000', '100758.946000', '100758.948000', '100758.951000', '100758.954000', '100758.956000', '100758.959000', '100758.961000', '100758.964000', '100758.967000', '100758.969000', '100758.972000', '100818.831000', '100818.834000', '100818.836000', '100818.839000', '100818.842000', '100818.844000', '100818.847000', '100818.850000', '100818.852000', '100818.855000', '100818.857000', '100818.860000', '100818.863000', '100818.865000', '100818.868000', '100818.871000', '100818.873000', '100818.876000', '100818.879000', '100818.881000', '100818.884000', '100818.886000', '100818.889000', '100818.892000', '100818.894000', '100818.897000', '100818.899000', '100818.902000', '100818.905000', '100818.907000', '100818.910000', '100818.913000', '100818.915000', '100818.918000', '100818.921000', '100818.923000', '100818.926000', '100818.929000', '100818.931000', '100818.934000', '100818.936000', '100818.939000', '100818.942000', '100818.944000', '100838.831000', '100838.834000', '100838.836000', '100838.839000', '100838.842000', '100838.844000', '100838.847000', '100838.850000', '100838.852000', '100838.855000', '100838.857000', '100838.860000', '100838.863000', '100838.865000', '100838.868000', '100838.871000', '100838.873000', '100838.876000', '100838.878000', '100838.881000', '100838.884000', '100838.886000', '100838.889000', '100838.891000', '100838.894000', '100838.897000', '100838.899000', '100838.902000', '100838.905000', '100838.907000', '100838.910000', '100838.913000', '100838.915000', '100838.918000', '100838.920000', '100838.923000', '100838.925000', '100838.928000', '100838.931000', '100838.933000', '100838.936000', '100838.939000', '100838.941000', '100858.831000', '100858.848000', '100858.851000', '100858.853000', '100858.856000', '100858.859000', '100858.861000', '100858.864000', '100858.867000', '100858.869000', '100858.872000', '100858.874000', '100858.877000', '100858.880000', '100858.882000', '100858.885000', '100858.887000', '100858.890000', '100858.893000', '100858.895000', '100858.898000', '100858.901000', '100858.903000', '100858.906000', '100858.908000', '100858.911000', '100858.914000', '100858.916000', '100858.919000', '100858.922000', '100858.924000', '100858.927000', '100858.929000', '100858.932000', '100858.935000', '100858.937000', '100858.940000', '100858.943000', '100858.945000', '100858.948000', '100858.950000', '100858.953000', '100858.956000', '100858.958000', '100918.830000', '100918.868000', '100918.871000', '100918.874000', '100918.876000', '100918.879000', '100918.881000', '100918.884000', '100918.887000', '100918.889000', '100918.892000', '100918.895000', '100918.897000', '100918.900000', '100918.902000', '100918.905000', '100918.908000', '100918.910000', '100918.913000', '100918.916000', '100918.918000', '100918.921000', '100918.923000', '100918.926000', '100918.928000', '100918.931000', '100918.934000', '100918.936000', '100918.939000', '100918.942000', '100918.944000', '100918.947000', '100918.950000', '100918.952000', '100918.955000', '100918.957000', '100918.960000', '100918.963000', '100918.965000', '100918.968000', '100918.971000', '100918.973000', '100918.976000', '100938.830000', '100938.900000', '100938.903000', '100938.906000', '100938.908000', '100938.911000', '100938.913000', '100938.916000', '100938.919000', '100938.921000', '100938.924000', '100938.927000', '100938.929000', '100938.932000', '100938.935000', '100938.937000', '100938.940000', '100938.942000', '100938.945000', '100938.948000', '100938.950000', '100938.953000', '100938.955000', '100938.958000', '100938.961000', '100938.963000', '100938.966000', '100938.969000', '100938.971000', '100938.974000', '100938.976000', '100938.979000', '100938.982000', '100938.984000', '100938.987000', '100938.989000', '100938.992000', '100938.995000', '100938.997000', '100939.001000', '100939.004000', '100939.006000', '100939.009000', '100939.012000', '100958.830000', '100958.851000', '100958.853000', '100958.856000', '100958.859000', '100958.862000', '100958.864000', '100958.867000', '100958.869000', '100958.872000', '100958.875000', '100958.877000', '100958.880000', '100958.883000', '100958.885000', '100958.888000', '100958.890000', '100958.893000', '100958.896000', '100958.898000', '100958.901000', '100958.904000', '100958.906000', '100958.924000', '100958.927000', '100958.929000', '100958.932000', '100958.935000', '100958.937000', '100958.940000', '100958.942000', '100958.945000', '100958.948000', '100958.950000', '100958.953000', '100958.955000', '100958.958000', '100958.961000', '100958.963000', '100958.966000', '100958.968000', '100958.971000', '100958.974000', '101002.253000', '101002.256000', '101002.258000', '101002.261000', '101002.264000', '101002.266000', '101002.269000', '101002.272000'], 'InstanceCreationTime': ['095558.864000', '095558.867000', '095558.870000', '095558.873000', '095558.875000', '095558.884000', '095558.887000', '095558.889000', '095558.892000', '095558.894000', '095558.897000', '095558.900000', '095558.902000', '095558.905000', '095558.907000', '095558.910000', '095558.913000', '095558.915000', '095558.918000', '095558.920000', '095558.923000', '095558.925000', '095558.928000', '095558.938000', '095558.940000', '095618.829000', '095618.844000', '095618.856000', '095618.858000', '095618.861000', '095618.864000', '095618.866000', '095618.869000', '095618.871000', '095618.874000', '095618.876000', '095618.879000', '095618.882000', '095618.884000', '095618.887000', '095618.893000', '095618.895000', '095618.898000', '095618.900000', '095618.903000', '095618.906000', '095618.908000', '095618.911000', '095618.913000', '095618.916000', '095618.918000', '095618.921000', '095618.924000', '095618.926000', '095618.929000', '095618.932000', '095618.934000', '095618.937000', '095618.939000', '095618.942000', '095618.945000', '095618.947000', '095618.950000', '095618.952000', '095618.955000', '095618.958000', '095618.967000', '095618.970000', '095638.830000', '095638.832000', '095638.835000', '095638.838000', '095638.840000', '095638.843000', '095638.845000', '095638.848000', '095638.851000', '095638.853000', '095638.856000', '095638.858000', '095638.861000', '095638.864000', '095638.866000', '095638.881000', '095638.883000', '095638.886000', '095638.889000', '095638.891000', '095638.894000', '095638.896000', '095638.907000', '095638.910000', '095638.912000', '095638.915000', '095638.917000', '095638.920000', '095638.923000', '095638.925000', '095638.928000', '095638.930000', '095638.933000', '095638.936000', '095638.938000', '095638.941000', '095638.943000', '095638.946000', '095638.949000', '095638.951000', '095638.954000', '095638.956000', '095638.959000', '095638.962000', '095658.831000', '095658.834000', '095658.837000', '095658.839000', '095658.842000', '095658.844000', '095658.847000', '095658.850000', '095658.852000', '095658.855000', '095658.857000', '095658.860000', '095658.863000', '095658.865000', '095658.868000', '095658.870000', '095658.873000', '095658.876000', '095658.878000', '095658.881000', '095658.885000', '095658.888000', '095658.890000', '095658.893000', '095658.896000', '095658.898000', '095658.901000', '095658.904000', '095658.907000', '095658.909000', '095658.912000', '095658.914000', '095658.917000', '095658.920000', '095658.922000', '095658.925000', '095658.927000', '095658.931000', '095658.933000', '095658.936000', '095658.939000', '095658.941000', '095658.944000', '095718.830000', '095718.833000', '095718.836000', '095718.839000', '095718.841000', '095718.844000', '095718.846000', '095718.849000', '095718.851000', '095718.854000', '095718.857000', '095718.859000', '095718.862000', '095718.864000', '095718.867000', '095718.870000', '095718.872000', '095718.875000', '095718.877000', '095718.880000', '095718.882000', '095718.885000', '095718.888000', '095718.890000', '095718.893000', '095718.895000', '095718.898000', '095718.901000', '095718.903000', '095718.906000', '095718.909000', '095718.911000', '095718.914000', '095718.916000', '095718.919000', '095718.921000', '095718.924000', '095718.927000', '095718.929000', '095718.932000', '095718.934000', '095718.937000', '095718.940000', '095718.942000', '095738.830000', '095738.833000', '095738.836000', '095738.838000', '095738.841000', '095738.844000', '095738.846000', '095738.849000', '095738.851000', '095738.854000', '095738.857000', '095738.859000', '095738.862000', '095738.864000', '095738.867000', '095738.870000', '095738.872000', '095738.875000', '095738.877000', '095738.880000', '095738.883000', '095738.885000', '095738.888000', '095738.890000', '095738.893000', '095738.896000', '095738.898000', '095738.901000', '095738.903000', '095738.906000', '095738.909000', '095738.911000', '095738.914000', '095738.916000', '095738.919000', '095738.922000', '095738.924000', '095738.927000', '095738.929000', '095738.932000', '095738.935000', '095738.937000', '095738.940000', '095758.845000', '095758.849000', '095758.851000', '095758.854000', '095758.856000', '095758.859000', '095758.862000', '095758.864000', '095758.867000', '095758.870000', '095758.872000', '095758.875000', '095758.878000', '095758.880000', '095758.883000', '095758.885000', '095758.888000', '095758.891000', '095758.893000', '095758.896000', '095758.898000', '095758.901000', '095758.904000', '095758.906000', '095758.909000', '095758.911000', '095758.914000', '095758.917000', '095758.919000', '095758.922000', '095758.925000', '095758.927000', '095758.930000', '095758.932000', '095758.935000', '095758.937000', '095758.940000', '095758.943000', '095758.945000', '095758.948000', '095758.950000', '095758.953000', '095758.956000', '095758.958000', '095818.829000', '095818.832000', '095818.835000', '095818.837000', '095818.840000', '095818.843000', '095818.845000', '095818.848000', '095818.851000', '095818.853000', '095818.856000', '095818.869000', '095818.871000', '095818.881000', '095818.884000', '095818.887000', '095818.889000', '095818.892000', '095818.894000', '095818.897000', '095818.900000', '095818.902000', '095818.905000', '095818.908000', '095818.910000', '095818.913000', '095818.916000', '095818.918000', '095818.921000', '095818.924000', '095818.926000', '095818.929000', '095818.931000', '095818.938000', '095818.940000', '095818.943000', '095818.945000', '095818.948000', '095818.951000', '095818.953000', '095818.956000', '095818.959000', '095818.961000', '095838.830000', '095838.832000', '095838.835000', '095838.838000', '095838.840000', '095838.843000', '095838.845000', '095838.848000', '095838.851000', '095838.853000', '095838.856000', '095838.859000', '095838.861000', '095838.864000', '095838.866000', '095838.869000', '095838.872000', '095838.875000', '095838.877000', '095838.880000', '095838.882000', '095838.885000', '095838.888000', '095838.890000', '095838.893000', '095838.896000', '095838.898000', '095838.901000', '095838.904000', '095838.906000', '095838.909000', '095838.911000', '095838.914000', '095838.917000', '095838.919000', '095838.922000', '095838.925000', '095838.927000', '095838.930000', '095838.932000', '095838.935000', '095838.938000', '095838.940000', '095838.943000', '095858.830000', '095858.846000', '095858.849000', '095858.852000', '095858.854000', '095858.858000', '095858.861000', '095858.863000', '095858.866000', '095858.869000', '095858.871000', '095858.874000', '095858.876000', '095858.879000', '095858.882000', '095858.884000', '095858.887000', '095858.889000', '095858.892000', '095858.895000', '095858.897000', '095858.900000', '095858.903000', '095858.905000', '095858.908000', '095858.910000', '095858.913000', '095858.916000', '095858.918000', '095858.921000', '095858.923000', '095858.926000', '095858.929000', '095858.932000', '095858.934000', '095858.937000', '095858.940000', '095858.942000', '095858.945000', '095858.948000', '095858.950000', '095858.953000', '095858.956000', '095918.830000', '095918.833000', '095918.836000', '095918.839000', '095918.841000', '095918.844000', '095918.846000', '095918.849000', '095918.852000', '095918.854000', '095918.857000', '095918.859000', '095918.862000', '095918.865000', '095918.867000', '095918.870000', '095918.872000', '095918.875000', '095918.878000', '095918.880000', '095918.883000', '095918.886000', '095918.888000', '095918.891000', '095918.893000', '095918.896000', '095918.899000', '095918.901000', '095918.904000', '095918.906000', '095918.909000', '095918.912000', '095918.914000', '095918.917000', '095918.919000', '095918.922000', '095918.925000', '095918.927000', '095918.930000', '095918.932000', '095918.935000', '095918.938000', '095918.940000', '095938.831000', '095938.834000', '095938.836000', '095938.839000', '095938.841000', '095938.844000', '095938.847000', '095938.849000', '095938.852000', '095938.854000', '095938.857000', '095938.860000', '095938.862000', '095938.865000', '095938.868000', '095938.870000', '095938.873000', '095938.875000', '095938.878000', '095938.881000', '095938.883000', '095938.886000', '095938.888000', '095938.891000', '095938.894000', '095938.896000', '095938.899000', '095938.901000', '095938.904000', '095938.907000', '095938.909000', '095938.912000', '095938.914000', '095938.917000', '095938.920000', '095938.922000', '095938.925000', '095938.927000', '095938.930000', '095938.933000', '095938.935000', '095938.938000', '095938.940000', '095938.943000', '095958.831000', '095958.833000', '095958.836000', '095958.839000', '095958.842000', '095958.844000', '095958.847000', '095958.850000', '095958.852000', '095958.855000', '095958.858000', '095958.860000', '095958.863000', '095958.865000', '095958.868000', '095958.871000', '095958.873000', '095958.876000', '095958.878000', '095958.881000', '095958.884000', '095958.886000', '095958.889000', '095958.892000', '095958.894000', '095958.897000', '095958.899000', '095958.902000', '095958.905000', '095958.907000', '095958.910000', '095958.912000', '095958.915000', '095958.917000', '095958.920000', '095958.923000', '095958.926000', '095958.928000', '095958.931000', '095958.933000', '095958.936000', '095958.938000', '095958.941000', '095958.944000', '100018.830000', '100018.832000', '100018.835000', '100018.838000', '100018.840000', '100018.843000', '100018.846000', '100018.848000', '100018.851000', '100018.854000', '100018.856000', '100018.859000', '100018.862000', '100018.864000', '100018.867000', '100018.869000', '100018.872000', '100018.874000', '100018.877000', '100018.880000', '100018.882000', '100018.885000', '100018.888000', '100018.890000', '100018.893000', '100018.895000', '100018.898000', '100018.900000', '100018.903000', '100018.906000', '100018.908000', '100018.911000', '100018.914000', '100018.916000', '100018.919000', '100018.922000', '100018.924000', '100018.927000', '100018.929000', '100018.932000', '100018.935000', '100018.937000', '100018.940000', '100038.829000', '100038.832000', '100038.835000', '100038.838000', '100038.840000', '100038.843000', '100038.846000', '100038.848000', '100038.851000', '100038.854000', '100038.856000', '100038.859000', '100038.861000', '100038.864000', '100038.867000', '100038.869000', '100038.872000', '100038.875000', '100038.877000', '100038.880000', '100038.883000', '100038.885000', '100038.888000', '100038.891000', '100038.893000', '100038.896000', '100038.899000', '100038.901000', '100038.904000', '100038.906000', '100038.909000', '100038.912000', '100038.914000', '100038.917000', '100038.920000', '100038.922000', '100038.925000', '100038.927000', '100038.930000', '100038.933000', '100038.935000', '100038.938000', '100038.940000', '100038.943000', '100058.830000', '100058.832000', '100058.835000', '100058.838000', '100058.840000', '100058.843000', '100058.846000', '100058.848000', '100058.851000', '100058.853000', '100058.856000', '100058.859000', '100058.861000', '100058.864000', '100058.866000', '100058.869000', '100058.872000', '100058.874000', '100058.877000', '100058.880000', '100058.882000', '100058.885000', '100058.887000', '100058.890000', '100058.893000', '100058.895000', '100058.898000', '100058.901000', '100058.903000', '100058.906000', '100058.908000', '100058.911000', '100058.914000', '100058.916000', '100058.919000', '100058.922000', '100058.924000', '100058.927000', '100058.930000', '100058.932000', '100058.935000', '100058.937000', '100058.940000', '100118.831000', '100118.842000', '100118.844000', '100118.847000', '100118.850000', '100118.852000', '100118.855000', '100118.857000', '100118.860000', '100118.863000', '100118.865000', '100118.868000', '100118.871000', '100118.873000', '100118.876000', '100118.878000', '100118.881000', '100118.898000', '100118.900000', '100118.909000', '100118.911000', '100118.914000', '100118.917000', '100118.919000', '100118.922000', '100118.924000', '100118.927000', '100118.930000', '100118.932000', '100118.935000', '100118.938000', '100118.940000', '100118.943000', '100118.945000', '100118.948000', '100118.951000', '100118.953000', '100118.956000', '100118.959000', '100118.961000', '100118.964000', '100118.967000', '100118.979000', '100138.831000', '100138.858000', '100138.861000', '100138.864000', '100138.866000', '100138.869000', '100138.871000', '100138.874000', '100138.877000', '100138.879000', '100138.882000', '100138.884000', '100138.887000', '100138.890000', '100138.892000', '100138.895000', '100138.897000', '100138.900000', '100138.902000', '100138.905000', '100138.908000', '100138.910000', '100138.913000', '100138.916000', '100138.918000', '100138.921000', '100138.923000', '100138.926000', '100138.929000', '100138.931000', '100138.934000', '100138.936000', '100138.939000', '100138.942000', '100138.944000', '100138.947000', '100138.949000', '100138.952000', '100138.954000', '100138.957000', '100138.960000', '100138.962000', '100138.965000', '100138.967000', '100158.831000', '100158.836000', '100158.838000', '100158.841000', '100158.843000', '100158.846000', '100158.850000', '100158.853000', '100158.855000', '100158.858000', '100158.861000', '100158.863000', '100158.866000', '100158.868000', '100158.871000', '100158.874000', '100158.876000', '100158.879000', '100158.882000', '100158.884000', '100158.887000', '100158.889000', '100158.892000', '100158.895000', '100158.897000', '100158.900000', '100158.902000', '100158.905000', '100158.908000', '100158.910000', '100158.913000', '100158.916000', '100158.918000', '100158.921000', '100158.923000', '100158.926000', '100158.929000', '100158.931000', '100158.934000', '100158.937000', '100158.939000', '100158.942000', '100158.944000', '100218.830000', '100218.833000', '100218.836000', '100218.839000', '100218.841000', '100218.844000', '100218.846000', '100218.849000', '100218.851000', '100218.854000', '100218.857000', '100218.859000', '100218.862000', '100218.865000', '100218.867000', '100218.870000', '100218.872000', '100218.875000', '100218.878000', '100218.880000', '100218.883000', '100218.885000', '100218.888000', '100218.891000', '100218.893000', '100218.896000', '100218.899000', '100218.901000', '100218.904000', '100218.907000', '100218.909000', '100218.912000', '100218.915000', '100218.917000', '100218.920000', '100218.922000', '100218.925000', '100218.928000', '100218.930000', '100218.933000', '100218.935000', '100218.938000', '100218.941000', '100218.943000', '100238.830000', '100238.848000', '100238.851000', '100238.854000', '100238.856000', '100238.859000', '100238.862000', '100238.864000', '100238.867000', '100238.869000', '100238.872000', '100238.875000', '100238.877000', '100238.880000', '100238.883000', '100238.885000', '100238.888000', '100238.890000', '100238.893000', '100238.896000', '100238.898000', '100238.901000', '100238.904000', '100238.906000', '100238.909000', '100238.911000', '100238.914000', '100238.917000', '100238.929000', '100238.932000', '100238.935000', '100238.937000', '100238.940000', '100238.942000', '100238.945000', '100238.948000', '100238.950000', '100238.953000', '100238.956000', '100238.958000', '100238.961000', '100238.963000', '100238.966000', '100258.830000', '100258.861000', '100258.864000', '100258.867000', '100258.869000', '100258.872000', '100258.875000', '100258.877000', '100258.880000', '100258.882000', '100258.885000', '100258.888000', '100258.890000', '100258.893000', '100258.896000', '100258.898000', '100258.901000', '100258.910000', '100258.912000', '100258.915000', '100258.917000', '100258.920000', '100258.923000', '100258.925000', '100258.928000', '100258.931000', '100258.933000', '100258.936000', '100258.939000', '100258.941000', '100258.944000', '100258.946000', '100258.949000', '100258.952000', '100258.954000', '100258.957000', '100258.959000', '100258.962000', '100258.965000', '100258.967000', '100258.970000', '100258.972000', '100258.975000', '100258.978000', '100318.830000', '100318.833000', '100318.835000', '100318.838000', '100318.840000', '100318.843000', '100318.846000', '100318.848000', '100318.851000', '100318.853000', '100318.856000', '100318.859000', '100318.861000', '100318.864000', '100318.866000', '100318.869000', '100318.872000', '100318.874000', '100318.877000', '100318.880000', '100318.882000', '100318.885000', '100318.888000', '100318.891000', '100318.894000', '100318.896000', '100318.899000', '100318.902000', '100318.904000', '100318.907000', '100318.910000', '100318.912000', '100318.915000', '100318.918000', '100318.920000', '100318.923000', '100318.925000', '100318.928000', '100318.931000', '100318.933000', '100318.936000', '100318.938000', '100318.941000', '100318.944000', '100338.831000', '100338.847000', '100338.849000', '100338.852000', '100338.855000', '100338.857000', '100338.860000', '100338.862000', '100338.865000', '100338.868000', '100338.870000', '100338.873000', '100338.876000', '100338.878000', '100338.881000', '100338.883000', '100338.886000', '100338.889000', '100338.891000', '100338.894000', '100338.896000', '100338.899000', '100338.902000', '100338.904000', '100338.907000', '100338.909000', '100338.912000', '100338.915000', '100338.917000', '100338.920000', '100338.922000', '100338.925000', '100338.928000', '100338.930000', '100338.933000', '100338.936000', '100338.938000', '100338.941000', '100338.943000', '100338.946000', '100338.949000', '100338.951000', '100338.954000', '100358.831000', '100358.833000', '100358.836000', '100358.839000', '100358.841000', '100358.844000', '100358.846000', '100358.849000', '100358.852000', '100358.854000', '100358.857000', '100358.860000', '100358.862000', '100358.865000', '100358.868000', '100358.870000', '100358.873000', '100358.876000', '100358.878000', '100358.881000', '100358.884000', '100358.886000', '100358.889000', '100358.891000', '100358.894000', '100358.912000', '100358.914000', '100358.917000', '100358.919000', '100358.922000', '100358.925000', '100358.927000', '100358.930000', '100358.932000', '100358.935000', '100358.938000', '100358.941000', '100358.943000', '100358.946000', '100358.949000', '100358.951000', '100358.954000', '100358.956000', '100418.831000', '100418.871000', '100418.874000', '100418.876000', '100418.879000', '100418.882000', '100418.884000', '100418.887000', '100418.889000', '100418.892000', '100418.895000', '100418.897000', '100418.900000', '100418.902000', '100418.905000', '100418.908000', '100418.910000', '100418.913000', '100418.915000', '100418.918000', '100418.921000', '100418.923000', '100418.926000', '100418.928000', '100418.931000', '100418.934000', '100418.936000', '100418.939000', '100418.942000', '100418.944000', '100418.947000', '100418.949000', '100418.952000', '100418.955000', '100418.957000', '100418.960000', '100418.962000', '100418.965000', '100418.968000', '100418.970000', '100418.973000', '100418.976000', '100418.978000', '100418.981000', '100438.831000', '100438.952000', '100438.955000', '100438.957000', '100438.960000', '100438.962000', '100438.965000', '100438.968000', '100438.970000', '100438.973000', '100438.975000', '100438.978000', '100438.981000', '100438.983000', '100438.986000', '100438.989000', '100438.991000', '100438.994000', '100438.997000', '100439.000000', '100439.003000', '100439.005000', '100439.008000', '100439.011000', '100439.014000', '100439.016000', '100439.019000', '100439.021000', '100439.024000', '100439.027000', '100439.029000', '100439.032000', '100439.034000', '100439.037000', '100439.040000', '100439.042000', '100439.045000', '100439.048000', '100439.050000', '100439.053000', '100439.055000', '100439.058000', '100439.061000', '100458.830000', '100458.835000', '100458.838000', '100458.840000', '100458.843000', '100458.846000', '100458.848000', '100458.851000', '100458.854000', '100458.856000', '100458.859000', '100458.861000', '100458.864000', '100458.867000', '100458.869000', '100458.872000', '100458.875000', '100458.877000', '100458.880000', '100458.882000', '100458.885000', '100458.888000', '100458.890000', '100458.893000', '100458.895000', '100458.898000', '100458.901000', '100458.903000', '100458.906000', '100458.908000', '100458.911000', '100458.914000', '100458.916000', '100458.919000', '100458.922000', '100458.924000', '100458.927000', '100458.929000', '100458.932000', '100458.935000', '100458.937000', '100458.940000', '100458.943000', '100458.945000', '100518.830000', '100518.834000', '100518.837000', '100518.839000', '100518.842000', '100518.845000', '100518.847000', '100518.850000', '100518.852000', '100518.855000', '100518.858000', '100518.860000', '100518.863000', '100518.866000', '100518.869000', '100518.871000', '100518.874000', '100518.876000', '100518.879000', '100518.882000', '100518.884000', '100518.912000', '100518.914000', '100518.917000', '100518.920000', '100518.922000', '100518.925000', '100518.929000', '100518.932000', '100518.935000', '100518.937000', '100518.940000', '100518.942000', '100518.945000', '100518.948000', '100518.950000', '100518.953000', '100518.956000', '100518.959000', '100518.961000', '100518.964000', '100518.966000', '100518.969000', '100538.830000', '100538.897000', '100538.899000', '100538.902000', '100538.905000', '100538.908000', '100538.910000', '100538.913000', '100538.915000', '100538.918000', '100538.921000', '100538.923000', '100538.926000', '100538.928000', '100538.931000', '100538.934000', '100538.936000', '100538.939000', '100538.942000', '100538.944000', '100538.947000', '100538.950000', '100538.952000', '100538.955000', '100538.957000', '100538.960000', '100538.963000', '100538.965000', '100538.968000', '100538.971000', '100538.973000', '100538.976000', '100538.979000', '100538.981000', '100538.984000', '100538.986000', '100538.989000', '100538.992000', '100538.994000', '100538.997000', '100539.001000', '100539.003000', '100539.006000', '100539.008000', '100558.831000', '100558.862000', '100558.865000', '100558.867000', '100558.870000', '100558.873000', '100558.875000', '100558.878000', '100558.881000', '100558.883000', '100558.886000', '100558.888000', '100558.891000', '100558.894000', '100558.896000', '100558.899000', '100558.902000', '100558.904000', '100558.907000', '100558.910000', '100558.912000', '100558.915000', '100558.918000', '100558.920000', '100558.923000', '100558.926000', '100558.928000', '100558.931000', '100558.933000', '100558.936000', '100558.939000', '100558.941000', '100558.944000', '100558.947000', '100558.949000', '100558.952000', '100558.954000', '100558.957000', '100558.960000', '100558.962000', '100558.965000', '100558.969000', '100558.971000', '100618.831000', '100618.840000', '100618.843000', '100618.846000', '100618.848000', '100618.851000', '100618.854000', '100618.856000', '100618.859000', '100618.861000', '100618.864000', '100618.867000', '100618.870000', '100618.872000', '100618.875000', '100618.877000', '100618.880000', '100618.883000', '100618.885000', '100618.888000', '100618.891000', '100618.894000', '100618.896000', '100618.899000', '100618.901000', '100618.904000', '100618.907000', '100618.909000', '100618.912000', '100618.915000', '100618.917000', '100618.920000', '100618.923000', '100618.925000', '100618.928000', '100618.931000', '100618.933000', '100618.936000', '100618.939000', '100618.941000', '100618.944000', '100618.947000', '100618.949000', '100618.952000', '100638.831000', '100638.838000', '100638.840000', '100638.843000', '100638.846000', '100638.848000', '100638.851000', '100638.853000', '100638.856000', '100638.859000', '100638.864000', '100638.867000', '100638.870000', '100638.872000', '100638.875000', '100638.878000', '100638.880000', '100638.883000', '100638.886000', '100638.888000', '100638.891000', '100638.894000', '100638.896000', '100638.899000', '100638.901000', '100638.904000', '100638.907000', '100638.909000', '100638.912000', '100638.914000', '100638.917000', '100638.920000', '100638.922000', '100638.925000', '100638.928000', '100638.930000', '100638.933000', '100638.935000', '100638.938000', '100638.941000', '100638.943000', '100638.946000', '100638.949000', '100658.831000', '100658.867000', '100658.870000', '100658.872000', '100658.875000', '100658.878000', '100658.880000', '100658.883000', '100658.885000', '100658.888000', '100658.890000', '100658.893000', '100658.896000', '100658.899000', '100658.901000', '100658.904000', '100658.906000', '100658.909000', '100658.912000', '100658.915000', '100658.917000', '100658.920000', '100658.922000', '100658.925000', '100658.928000', '100658.930000', '100658.933000', '100658.936000', '100658.938000', '100658.941000', '100658.943000', '100658.946000', '100658.949000', '100658.951000', '100658.954000', '100658.957000', '100658.959000', '100658.962000', '100658.964000', '100658.967000', '100658.969000', '100658.972000', '100658.975000', '100658.978000', '100718.830000', '100718.844000', '100718.847000', '100718.850000', '100718.852000', '100718.855000', '100718.858000', '100718.860000', '100718.863000', '100718.865000', '100718.868000', '100718.870000', '100718.873000', '100718.876000', '100718.878000', '100718.881000', '100718.884000', '100718.886000', '100718.889000', '100718.891000', '100718.894000', '100718.897000', '100718.899000', '100718.902000', '100718.904000', '100718.907000', '100718.910000', '100718.912000', '100718.915000', '100718.918000', '100718.920000', '100718.923000', '100718.925000', '100718.928000', '100718.931000', '100718.933000', '100718.936000', '100718.939000', '100718.941000', '100718.944000', '100718.946000', '100718.949000', '100718.951000', '100738.830000', '100738.869000', '100738.872000', '100738.874000', '100738.877000', '100738.880000', '100738.882000', '100738.885000', '100738.887000', '100738.890000', '100738.893000', '100738.895000', '100738.898000', '100738.900000', '100738.903000', '100738.906000', '100738.908000', '100738.911000', '100738.922000', '100738.925000', '100738.927000', '100738.930000', '100738.932000', '100738.935000', '100738.938000', '100738.940000', '100738.943000', '100738.945000', '100738.948000', '100738.951000', '100738.962000', '100738.965000', '100738.967000', '100738.970000', '100738.973000', '100738.975000', '100738.978000', '100738.980000', '100738.983000', '100738.986000', '100738.989000', '100738.991000', '100738.994000', '100738.996000', '100758.830000', '100758.864000', '100758.867000', '100758.870000', '100758.872000', '100758.875000', '100758.878000', '100758.880000', '100758.883000', '100758.885000', '100758.888000', '100758.891000', '100758.893000', '100758.896000', '100758.898000', '100758.901000', '100758.904000', '100758.906000', '100758.909000', '100758.912000', '100758.914000', '100758.917000', '100758.919000', '100758.922000', '100758.925000', '100758.927000', '100758.930000', '100758.933000', '100758.935000', '100758.938000', '100758.941000', '100758.943000', '100758.946000', '100758.948000', '100758.951000', '100758.954000', '100758.956000', '100758.959000', '100758.961000', '100758.964000', '100758.967000', '100758.969000', '100758.972000', '100818.831000', '100818.834000', '100818.836000', '100818.839000', '100818.842000', '100818.844000', '100818.847000', '100818.850000', '100818.852000', '100818.855000', '100818.857000', '100818.860000', '100818.863000', '100818.865000', '100818.868000', '100818.871000', '100818.873000', '100818.876000', '100818.879000', '100818.881000', '100818.884000', '100818.886000', '100818.889000', '100818.892000', '100818.894000', '100818.897000', '100818.899000', '100818.902000', '100818.905000', '100818.907000', '100818.910000', '100818.913000', '100818.915000', '100818.918000', '100818.921000', '100818.923000', '100818.926000', '100818.929000', '100818.931000', '100818.934000', '100818.936000', '100818.939000', '100818.942000', '100818.944000', '100838.831000', '100838.834000', '100838.836000', '100838.839000', '100838.842000', '100838.844000', '100838.847000', '100838.850000', '100838.852000', '100838.855000', '100838.857000', '100838.860000', '100838.863000', '100838.865000', '100838.868000', '100838.871000', '100838.873000', '100838.876000', '100838.878000', '100838.881000', '100838.884000', '100838.886000', '100838.889000', '100838.891000', '100838.894000', '100838.897000', '100838.899000', '100838.902000', '100838.905000', '100838.907000', '100838.910000', '100838.913000', '100838.915000', '100838.918000', '100838.920000', '100838.923000', '100838.925000', '100838.928000', '100838.931000', '100838.933000', '100838.936000', '100838.939000', '100838.941000', '100858.831000', '100858.848000', '100858.851000', '100858.853000', '100858.856000', '100858.859000', '100858.861000', '100858.864000', '100858.867000', '100858.869000', '100858.872000', '100858.874000', '100858.877000', '100858.880000', '100858.882000', '100858.885000', '100858.887000', '100858.890000', '100858.893000', '100858.895000', '100858.898000', '100858.901000', '100858.903000', '100858.906000', '100858.908000', '100858.911000', '100858.914000', '100858.916000', '100858.919000', '100858.922000', '100858.924000', '100858.927000', '100858.929000', '100858.932000', '100858.935000', '100858.937000', '100858.940000', '100858.943000', '100858.945000', '100858.948000', '100858.950000', '100858.953000', '100858.956000', '100858.958000', '100918.830000', '100918.868000', '100918.871000', '100918.874000', '100918.876000', '100918.879000', '100918.881000', '100918.884000', '100918.887000', '100918.889000', '100918.892000', '100918.895000', '100918.897000', '100918.900000', '100918.902000', '100918.905000', '100918.908000', '100918.910000', '100918.913000', '100918.916000', '100918.918000', '100918.921000', '100918.923000', '100918.926000', '100918.928000', '100918.931000', '100918.934000', '100918.936000', '100918.939000', '100918.942000', '100918.944000', '100918.947000', '100918.950000', '100918.952000', '100918.955000', '100918.957000', '100918.960000', '100918.963000', '100918.965000', '100918.968000', '100918.971000', '100918.973000', '100918.976000', '100938.830000', '100938.900000', '100938.903000', '100938.906000', '100938.908000', '100938.911000', '100938.913000', '100938.916000', '100938.919000', '100938.921000', '100938.924000', '100938.927000', '100938.929000', '100938.932000', '100938.935000', '100938.937000', '100938.940000', '100938.942000', '100938.945000', '100938.948000', '100938.950000', '100938.953000', '100938.955000', '100938.958000', '100938.961000', '100938.963000', '100938.966000', '100938.969000', '100938.971000', '100938.974000', '100938.976000', '100938.979000', '100938.982000', '100938.984000', '100938.987000', '100938.989000', '100938.992000', '100938.995000', '100938.997000', '100939.001000', '100939.004000', '100939.006000', '100939.009000', '100939.012000', '100958.830000', '100958.851000', '100958.853000', '100958.856000', '100958.859000', '100958.862000', '100958.864000', '100958.867000', '100958.869000', '100958.872000', '100958.875000', '100958.877000', '100958.880000', '100958.883000', '100958.885000', '100958.888000', '100958.890000', '100958.893000', '100958.896000', '100958.898000', '100958.901000', '100958.904000', '100958.906000', '100958.924000', '100958.927000', '100958.929000', '100958.932000', '100958.935000', '100958.937000', '100958.940000', '100958.942000', '100958.945000', '100958.948000', '100958.950000', '100958.953000', '100958.955000', '100958.958000', '100958.961000', '100958.963000', '100958.966000', '100958.968000', '100958.971000', '100958.974000', '101002.253000', '101002.256000', '101002.258000', '101002.261000', '101002.264000', '101002.266000', '101002.269000', '101002.272000'], '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': [17161, 11964, 10626, 12881, 8674, 15725, 10337, 17335, 11844, 8778, 13201, 8826, 16081, 10876, 9892, 11896, 8720, 15451, 11002, 14017, 12815, 9050, 15176, 10258, 17190, 12247, 10701, 11351, 8454, 15418, 10807, 16211, 10713, 8327, 13505, 9768, 16526, 11489, 8185, 14044, 9719, 16579, 12512, 8696, 14487, 9419, 14382, 11504, 9305, 14245, 9383, 9380, 12598, 9069, 17157, 10965, 8531, 13362, 9497, 17630, 11964, 8512, 13287, 9221, 17266, 11647, 9071, 12784, 9027, 15383, 10573, 10784, 12349, 8553, 15104, 10242, 9135, 13552, 9432, 14685, 10319, 8131, 14827, 10431, 13981, 11068, 8257, 16012, 10794, 15746, 12202, 8860, 15256, 10081, 13867, 12207, 8939, 14855, 9846, 10243, 12969, 9525, 15787, 10471, 9197, 12619, 9103, 16253, 11078, 8796, 12651, 8654, 16868, 11223, 9065, 12504, 8724, 15541, 10841, 11117, 12019, 8097, 15059, 10335, 13348, 12088, 8389, 14857, 10076, 10030, 13770, 9651, 14641, 10546, 8710, 15077, 10511, 13992, 10841, 8203, 15182, 10319, 17740, 11559, 8635, 13022, 9338, 16593, 11262, 8264, 12440, 9214, 15453, 11322, 8384, 13563, 9588, 14539, 10954, 8557, 14245, 9897, 9923, 12546, 9131, 15023, 10430, 9876, 12148, 9131, 16627, 11264, 8226, 13059, 9996, 13019, 12598, 8761, 15845, 10218, 8563, 14148, 9802, 12863, 10525, 8212, 15735, 10814, 11430, 11459, 8559, 15649, 10754, 9709, 12476, 8928, 10533, 11410, 8648, 14849, 10179, 9636, 11754, 9266, 14693, 10660, 12774, 10766, 8189, 14523, 10065, 14398, 10925, 7718, 14131, 10360, 14535, 11438, 8367, 14307, 10297, 12070, 12599, 8774, 14975, 10384, 8391, 13488, 9232, 15324, 10453, 8288, 12869, 9423, 15684, 10527, 8190, 13085, 9830, 15588, 11200, 8161, 14646, 10633, 17743, 12179, 8884, 13561, 10010, 12183, 11526, 8373, 14805, 10183, 7864, 14050, 10235, 11857, 11715, 8451, 16169, 10955, 8459, 13092, 9366, 11328, 11247, 8704, 14229, 9879, 9946, 10808, 7938, 14004, 9565, 8378, 11434, 8402, 14682, 11044, 9183, 12137, 8941, 12201, 11980, 9424, 10654, 13648, 9877, 14498, 11310, 8912, 14966, 10837, 13385, 10813, 7753, 13851, 10546, 10723, 12299, 8693, 14412, 10331, 8954, 13275, 9757, 13141, 10745, 8264, 14861, 10251, 17395, 11346, 9558, 11907, 8278, 15416, 10730, 11492, 11483, 8272, 14843, 10624, 17458, 11250, 8868, 12410, 9216, 14882, 10561, 12447, 11571, 8353, 13680, 9984, 16971, 11674, 8732, 12547, 9732, 13901, 11343, 9805, 14267, 10215, 14713, 10214, 8633, 12849, 8948, 15364, 10148, 8313, 12126, 9815, 7490, 15450, 11056, 9381, 14671, 10355, 9568, 16604, 11657, 18007, 11749, 13076, 13880, 12771, 14471, 9950, 13473, 9602, 13816, 9774, 9469, 13998, 9602, 15428, 10000, 9376, 13166, 9120, 15484, 10077, 10419, 10534, 9200, 15300, 10263, 12323, 10050, 8223, 14658, 10188, 14352, 10157, 8362, 15513, 10399, 12323, 10975, 8490, 16135, 11090, 13787, 11259, 8165, 15387, 10699, 15490, 11976, 8861, 14871, 10213, 16384, 11292, 8907, 13207, 9360, 13599, 10750, 9178, 13664, 9572, 12116, 11213, 9753, 14642, 10022, 12009, 10465, 9454, 14611, 9828, 15021, 9959, 11074, 11831, 9566, 13521, 9615, 12980, 10557, 9599, 13540, 9689, 14545, 10157, 10088, 12640, 9274, 14764, 10230, 13131, 11066, 9903, 14270, 10405, 12592, 10618, 9054, 14596, 10325, 14182, 10000, 9388, 13171, 9526, 15909, 10827, 12069, 10381, 9404, 14684, 10111, 13673, 9958, 9591, 13595, 9525, 14454, 9979, 9874, 12685, 8576, 14222, 10152, 12841, 11397, 10213, 13879, 10048, 14160, 10326, 9775, 14175, 10158, 13716, 9859, 9817, 13281, 9635, 14537, 10057, 9952, 13228, 9417, 15489, 10260, 9292, 12447, 8920, 15686, 10908, 11012, 10666, 8887, 15077, 10154, 9865, 11339, 8880, 15944, 10869, 11744, 10306, 8480, 15630, 11029, 11875, 10320, 8308, 14685, 10557, 11974, 10825, 8351, 14852, 10512, 11847, 12585, 9064, 15658, 10410, 11014, 13435, 9484, 14115, 10274, 15548, 11488, 10785, 13537, 9289, 14415, 10101, 11075, 12837, 8847, 14149, 9865, 10125, 12604, 8760, 13920, 10157, 10750, 11496, 8838, 14522, 10011, 9116, 12441, 9154, 16040, 11250, 9873, 10763, 8472, 15461, 10339, 8855, 11675, 9181, 16920, 11388, 8968, 12317, 9229, 11552, 11875, 8828, 14621, 9712, 8282, 12998, 9812, 15492, 10490, 8011, 12819, 10107, 12726, 11531, 8194, 14571, 10266, 11858, 12062, 8540, 14137, 9721, 9784, 12486, 9019, 15713, 10286, 8697, 12345, 9438, 16598, 11026, 8921, 12243, 9323, 15502, 10811, 10199, 13393, 9448, 11956, 10337, 9009, 15561, 10734, 9406, 10859, 8525, 15516, 10661, 13443, 10572, 8477, 14105, 10205, 12274, 11249, 8207, 14833, 10222, 9550, 13166, 9334, 14908, 10120, 8545, 13842, 9800, 13758, 10413, 8007, 14037, 10534, 11323, 11913, 8607, 14784, 10061, 10168, 12564, 9112, 15140, 10037, 8905, 13435, 9841, 15926, 10215, 8780, 12334, 9202, 15418, 10438, 9804, 10675, 8590, 14932, 10640, 10960, 10061, 8477, 14820, 10549, 12501, 10506, 8077, 14181, 10470, 14279, 10377, 8147, 12927, 9611, 15680, 10617, 10453, 10860, 8336, 14129, 10413, 9890, 11418, 9081, 14681, 10650, 10738, 12604, 9588, 15301, 10272, 10354, 13487, 9726, 14528, 10158, 9099, 13661, 10453, 13226, 10120, 8322, 13935, 10343, 11416, 11988, 8825, 15468, 10278, 10114, 13996, 10270, 12576, 10421, 8705, 15484, 11071, 12058, 11328, 8705, 14830, 10342, 10785, 12066, 9379, 12744, 9955, 8673, 14631, 10516, 9957, 11073, 8909, 15802, 10663, 9203, 13578, 9468, 8657, 12656, 9922, 13807, 10956, 7980, 13452, 10635, 8939, 10386, 13652, 10147, 11781, 11483, 8857, 17125, 11038, 12295, 12540, 9400, 9859, 10609, 8665, 16104, 10973, 8274, 12314, 9402, 9554, 12544, 8982, 13864, 9312, 8069, 13124, 10073, 14850, 10251, 8497, 13542, 10191, 17837, 10415, 8216, 12510, 9362, 15240, 10573, 7868, 13772, 9776, 14173, 11619, 8231, 13725, 10133, 9418, 14486, 9903, 13356, 10165, 9224, 13979, 9622, 15631, 10606, 8793, 12184, 8714, 16016, 10732, 9202, 11505, 8389, 14485, 10523, 17286, 10349, 9599, 12390, 8688, 13828, 9622, 14743, 9353, 12005, 8808, 12235, 9432, 7881, 11656, 9134, 11264, 10587, 10390, 12098, 7894, 13221, 9600, 16374, 11159, 11051, 11165, 8316, 14907, 10212, 17781, 11376, 8952, 11491, 8240, 15347, 9999, 16129, 10062, 9207, 11207, 8464, 14019, 9056, 15834, 10234, 11949, 10566, 10361, 12593, 10677, 14075, 9209, 13443, 9911, 13636, 10644, 8813, 13372, 9136, 13707, 10022, 11856, 11446, 9192, 12242, 8515, 14548, 10098, 16974, 10589, 14098, 9917, 9142, 10688, 10179, 11887, 8401, 12137, 8986, 13366, 9797, 11532, 10179, 8009, 11868, 8636, 14159, 9922, 14472, 9149, 13808, 9928, 16774, 10981, 16137, 9803, 9157, 11322, 9117, 15157, 10022, 13265, 9979, 10546, 12141, 8653, 14058, 9185, 14434, 10053, 17276, 10721, 9098, 10599, 8101, 12813, 8841, 14753, 9775, 8904, 10961, 8291, 14431, 9549, 9580, 11227, 7862, 15893, 11062, 13739, 10647, 7954, 15032, 10489, 13202, 10892, 7902, 14325, 10287, 17989, 10509, 7962, 12228, 8989, 16265, 10936, 9365, 11805, 8145, 14622, 10106, 8954, 11525, 8023, 14172, 10455, 10408, 11690, 8578, 13341, 10650, 8831, 14424, 9540, 9211, 11622, 8638, 16933, 10315, 8384, 12541, 9585, 13416, 11267, 7897, 13606, 10438, 8720, 15097, 9734, 8844, 11390, 8353, 16833, 11130, 8048, 12710, 9972, 10055, 13453, 9656, 12633, 10689, 7435, 13097, 10462, 9034, 12548, 9570, 12389, 11081, 8712, 15198, 9983, 8749, 12850, 9415, 10998, 11344, 7901, 13690, 10968, 8475, 14394, 9893, 8584, 12160, 8778, 16570, 11063, 7969, 12849, 10019, 8839, 12574, 9190, 14156, 10445, 7512, 13134, 9818, 11556, 11372, 7772, 13636, 10582, 9245, 12793, 8721, 12553, 10904, 8633, 15171, 9474, 8314, 12428, 8472, 16897, 10910, 7834, 12325, 9005, 7372, 12251, 10502, 8792, 13304, 10751, 8171, 14887, 10537, 12342, 11781, 8672, 13299, 10394, 9427, 12683, 8354, 12620, 10515, 7916, 14387, 9979, 8895, 11715, 8841, 14657, 11573, 7612, 13026, 9934, 11235, 11993, 8164, 13822, 10532, 10130, 13730, 8898, 14255, 10661, 8791, 14057, 9931, 12266, 10712, 7634, 13755, 9965, 9220, 11696, 9162, 14099, 10824, 7399, 12800, 9955, 10660, 13052, 9397, 14740, 10800, 7464, 13522, 10040, 15877, 10735, 9203, 13014, 9811, 8499, 12240, 9174, 16562, 11061, 7491, 13014, 10841, 10409, 11657, 9374, 17611, 10852, 12014, 11657, 9296, 14061, 10710, 16118, 10791, 12497, 11377, 9191, 11404, 11021, 9527, 12370, 9210, 15040, 10480, 10430, 11140, 8443, 13306, 10469, 16462, 10883, 9846, 12086, 9370, 13919, 10194, 10549, 11316, 8895, 13002, 10458, 12298, 10802, 7681, 12887, 9845, 13353, 10771, 9088, 13391, 10399, 10347, 11281, 8082, 15797, 10568, 13834, 10626, 7838, 13194, 9574, 16929, 10355, 10143, 12010, 7910, 14202, 10338, 16878, 10206, 8606, 11372, 8477, 14598, 10271, 8544, 11076, 7637, 13638, 9967, 12674, 10181, 7831, 12592, 8921, 15868, 10585, 8101, 11581, 8801, 13627, 10333, 7975, 12412, 9356, 13207, 10783, 7947, 12686, 10070, 12479, 11775, 9420, 14149, 9857, 15139, 10593, 10174, 15141, 10124, 10552, 10824, 8128, 13506, 9723, 17010, 11493, 9947, 11202, 8071, 13957, 10252, 16237, 10571, 11360, 11581, 8840, 12768, 10078, 9124, 11689, 9110, 14820, 9679, 9447, 11146, 8720, 14546, 10740, 17251, 10938, 9266, 11127, 8682, 14790, 10289, 10196, 10112, 7769, 12743, 9768, 13766, 11265, 8159, 12984, 9764, 16458, 10719, 8698, 11393, 9050, 13116, 10611, 9396, 12984, 9508, 13201, 10416, 10603, 12628, 9078, 13101, 10080, 9844, 13115, 9705, 15625, 10728, 10586, 11175, 9615, 15352, 10746, 9293, 11390, 9449, 14757, 10437, 12094, 11916, 8705, 13587, 9887, 9426, 12649, 9731, 15932, 11368, 10387, 10393, 8000, 14126, 10139, 10096, 12966, 9193, 11099, 10118, 8655, 15059, 10872, 12761, 9889, 8186, 12786, 9983, 15198, 10855, 8836, 12252, 9890, 13187, 10742, 10204, 12722, 9264, 9765, 11919, 10086, 7626, 11787, 9779, 8144, 8325, 12181, 9632, 11934, 12424, 9830, 13326, 11109, 8583, 17651, 11288, 9482, 11566, 10064, 13517, 10746, 8454, 14867, 10543, 8678, 13012, 10328, 10010, 12761, 9746, 10146, 11204, 8118, 15798, 10545, 7470, 12820, 10237, 9883, 11890, 8902, 12090, 10617, 7553, 12882, 9704, 10782, 10908, 7710, 13092, 9930, 9583, 12023, 8369, 13566, 10237, 8734, 12936, 9087, 12659, 10330, 7298, 13711, 9764, 11431, 10626, 7281, 13253, 9407, 16207, 10491, 7673, 12693, 9447, 9977, 11659, 8758, 12936, 10351, 7170, 14081, 9819, 10728, 11666, 8080, 15200, 9838, 11471, 12138, 7701, 13027, 9700, 9332, 12682, 8310, 11280, 10593, 7383, 14788, 9729, 10915, 10587, 7573, 13183, 9504, 15193, 11125, 7560, 12608, 9648, 9504, 11949, 8001, 13651, 10123, 7855, 13631, 9644, 11357, 11444, 7810, 13915, 10334, 12017, 11284, 11062, 13788, 8683, 13207, 9863, 8488, 11953, 8530, 13416, 9874, 7146, 12729, 9284, 13011, 10782, 7246, 13508, 9749, 12611, 10691, 8642, 14508, 9087, 9548, 11458, 8226, 16116, 10192, 11182, 10320, 7465, 12380, 8799, 16626, 10072, 8510, 10899, 7262, 13512, 9458, 8662, 11578, 8210, 12412, 10357, 8598, 15026, 8985, 11605, 10759, 8501, 16300, 9995, 11306, 11094, 7648, 15012, 10081, 14061, 10282, 7399, 12720, 9518, 14987, 10235, 7287, 12396, 9049, 11112, 11387, 8494, 14678, 10397, 8493, 12434, 8833, 16766, 9975, 7047, 11966, 8542, 15261, 10073, 7871, 11431, 8277, 13447, 9418, 9643, 11486, 7697, 12477, 9494, 9332, 11622, 7895, 11970, 10154, 8222, 14602, 9576, 8723, 11517, 8573, 15723, 10500, 8985, 12906, 9699, 8598, 11609, 8840, 17313, 10021, 7317, 11957, 9084, 11884, 10597, 7864, 12613, 9724, 7861, 13450, 9074, 10017, 10566, 7262, 13985, 9790, 10501, 11145, 8231, 14717, 10036, 9833, 11555, 8311, 11800, 9469, 8948, 12734, 8188, 13061, 9003, 11386, 10136, 9638, 12728, 8468, 11222, 9626, 8393, 14363, 8702, 9412, 10545, 7837, 15986, 9394, 7366, 11888, 8844, 11505, 10911, 7663, 11980, 9648, 8499, 16086, 9527, 7943, 11875, 8286, 16493, 10416, 7689, 12618, 9320, 8253, 13517, 9370, 9933, 11062, 8185, 14993, 10254, 8414, 13293, 9386, 8481, 11503, 8994, 14886, 9614, 7260, 12308, 9308, 9089, 12309, 8166, 8882, 11033, 7584, 15932, 10353, 9257, 12039, 8508, 14199, 10021, 9423, 13343, 8519, 8751, 11119, 8264, 15889, 9961, 7381, 12422, 9861, 9071, 11618, 8743, 17076, 10799, 8250, 11481, 8120, 14106, 9586, 8690, 11817, 8691, 8226, 10983, 7605, 15246, 9950, 8091, 11715, 8101, 15920, 10266, 8235, 11835, 8697, 10394, 10429, 8390, 16128, 10310, 8161, 12596, 9379, 10846, 11157, 8545, 7005, 7036, 13665, 8905, 9576, 13008, 9597, 7876, 14277, 9891, 12582, 13718, 10242, 11502, 12614, 9715, 18680, 13304, 11967, 12069, 9994, 9776, 11270, 8758, 17821, 11342, 8303, 12009, 9641, 14810, 10208, 9132, 12369, 9129, 7838, 10414, 7437, 13858, 9665, 15025, 9828, 8593, 10479, 9285, 12071, 9196, 12653, 8398, 13348, 9615, 10986, 11412, 7709, 12954, 9318, 9462, 12269, 8803, 17649, 10323, 9865, 11543, 8959, 17333, 10860, 8794, 11423, 8754, 16377, 10752, 13109, 10474, 7681, 13320], 'WindowCenter': [4406.0, 4362.0, 4336.0, 4343.0, 4302.0, 4351.0, 4310.0, 4349.0, 4320.0, 4288.0, 4328.0, 4287.0, 4338.0, 4310.0, 4297.0, 4319.0, 4289.0, 4349.0, 4321.0, 4340.0, 4331.0, 4288.0, 4338.0, 4308.0, 4347.0, 4318.0, 4296.0, 4308.0, 4276.0, 4337.0, 4309.0, 4336.0, 4308.0, 4277.0, 4326.0, 4298.0, 4338.0, 4318.0, 4277.0, 4327.0, 4298.0, 4337.0, 4319.0, 4278.0, 4327.0, 4287.0, 4326.0, 4307.0, 4286.0, 4327.0, 4287.0, 4286.0, 4328.0, 4288.0, 4348.0, 4308.0, 4286.0, 4328.0, 4298.0, 4347.0, 4319.0, 4277.0, 4327.0, 4288.0, 4337.0, 4308.0, 4287.0, 4317.0, 4287.0, 4337.0, 4309.0, 4308.0, 4318.0, 4287.0, 4338.0, 4308.0, 4288.0, 4329.0, 4299.0, 4340.0, 4309.0, 4279.0, 4339.0, 4309.0, 4329.0, 4309.0, 4278.0, 4349.0, 4309.0, 4338.0, 4318.0, 4287.0, 4335.0, 4297.0, 4327.0, 4307.0, 4276.0, 4326.0, 4298.0, 4294.0, 4316.0, 4285.0, 4337.0, 4297.0, 4284.0, 4315.0, 4276.0, 4337.0, 4306.0, 4276.0, 4316.0, 4277.0, 4337.0, 4307.0, 4285.0, 4316.0, 4276.0, 4336.0, 4308.0, 4307.0, 4317.0, 4266.0, 4336.0, 4298.0, 4315.0, 4318.0, 4276.0, 4327.0, 4298.0, 4297.0, 4328.0, 4298.0, 4338.0, 4307.0, 4287.0, 4339.0, 4296.0, 4327.0, 4307.0, 4276.0, 4337.0, 4296.0, 4348.0, 4306.0, 4276.0, 4316.0, 4287.0, 4336.0, 4307.0, 4276.0, 4315.0, 4288.0, 4337.0, 4308.0, 4277.0, 4328.0, 4297.0, 4327.0, 4309.0, 4277.0, 4338.0, 4308.0, 4299.0, 4319.0, 4288.0, 4339.0, 4309.0, 4297.0, 4316.0, 4287.0, 4349.0, 4319.0, 4278.0, 4328.0, 4300.0, 4328.0, 4318.0, 4288.0, 4338.0, 4308.0, 4288.0, 4328.0, 4298.0, 4319.0, 4307.0, 4276.0, 4338.0, 4308.0, 4308.0, 4306.0, 4275.0, 4337.0, 4307.0, 4287.0, 4317.0, 4288.0, 4307.0, 4318.0, 4288.0, 4340.0, 4310.0, 4299.0, 4319.0, 4289.0, 4341.0, 4309.0, 4318.0, 4307.0, 4277.0, 4328.0, 4298.0, 4339.0, 4309.0, 4268.0, 4339.0, 4309.0, 4338.0, 4320.0, 4290.0, 4341.0, 4311.0, 4331.0, 4331.0, 4290.0, 4339.0, 4310.0, 4291.0, 4341.0, 4299.0, 4340.0, 4310.0, 4290.0, 4330.0, 4299.0, 4350.0, 4310.0, 4290.0, 4330.0, 4310.0, 4350.0, 4322.0, 4290.0, 4340.0, 4311.0, 4350.0, 4320.0, 4288.0, 4328.0, 4298.0, 4317.0, 4307.0, 4277.0, 4338.0, 4308.0, 4278.0, 4338.0, 4310.0, 4318.0, 4319.0, 4278.0, 4348.0, 4309.0, 4278.0, 4329.0, 4298.0, 4307.0, 4308.0, 4288.0, 4339.0, 4298.0, 4296.0, 4309.0, 4277.0, 4341.0, 4300.0, 4289.0, 4331.0, 4292.0, 4351.0, 4333.0, 4303.0, 4334.0, 4301.0, 4333.0, 4333.0, 4315.0, 4321.0, 4343.0, 4313.0, 4341.0, 4322.0, 4288.0, 4340.0, 4308.0, 4328.0, 4308.0, 4270.0, 4329.0, 4310.0, 4308.0, 4318.0, 4278.0, 4328.0, 4301.0, 4288.0, 4330.0, 4299.0, 4331.0, 4322.0, 4291.0, 4353.0, 4313.0, 4352.0, 4321.0, 4299.0, 4320.0, 4279.0, 4342.0, 4322.0, 4320.0, 4322.0, 4279.0, 4340.0, 4311.0, 4349.0, 4309.0, 4288.0, 4319.0, 4288.0, 4339.0, 4311.0, 4319.0, 4310.0, 4278.0, 4328.0, 4300.0, 4349.0, 4321.0, 4289.0, 4330.0, 4300.0, 4328.0, 4320.0, 4299.0, 4341.0, 4310.0, 4329.0, 4299.0, 4278.0, 4319.0, 4290.0, 4353.0, 4313.0, 4294.0, 4333.0, 4313.0, 4269.0, 4339.0, 4309.0, 4290.0, 4341.0, 4311.0, 4301.0, 4351.0, 4311.0, 4350.0, 4309.0, 4305.0, 4305.0, 4290.0, 4303.0, 4260.0, 4289.0, 4259.0, 4298.0, 4270.0, 4259.0, 4300.0, 4270.0, 4311.0, 4272.0, 4261.0, 4304.0, 4262.0, 4313.0, 4283.0, 4283.0, 4284.0, 4273.0, 4325.0, 4284.0, 4303.0, 4284.0, 4263.0, 4326.0, 4285.0, 4325.0, 4296.0, 4278.0, 4338.0, 4297.0, 4317.0, 4297.0, 4275.0, 4338.0, 4308.0, 4316.0, 4297.0, 4277.0, 4327.0, 4297.0, 4326.0, 4306.0, 4276.0, 4325.0, 4296.0, 4325.0, 4295.0, 4264.0, 4313.0, 4275.0, 4314.0, 4294.0, 4285.0, 4326.0, 4286.0, 4305.0, 4305.0, 4286.0, 4327.0, 4287.0, 4305.0, 4297.0, 4286.0, 4327.0, 4297.0, 4327.0, 4298.0, 4306.0, 4307.0, 4285.0, 4315.0, 4287.0, 4327.0, 4297.0, 4286.0, 4328.0, 4298.0, 4338.0, 4297.0, 4297.0, 4318.0, 4287.0, 4328.0, 4297.0, 4315.0, 4306.0, 4286.0, 4328.0, 4298.0, 4318.0, 4297.0, 4276.0, 4328.0, 4298.0, 4327.0, 4299.0, 4286.0, 4318.0, 4286.0, 4337.0, 4308.0, 4306.0, 4297.0, 4285.0, 4328.0, 4297.0, 4326.0, 4297.0, 4285.0, 4328.0, 4298.0, 4338.0, 4299.0, 4298.0, 4328.0, 4290.0, 4339.0, 4310.0, 4327.0, 4319.0, 4298.0, 4328.0, 4298.0, 4325.0, 4298.0, 4297.0, 4329.0, 4299.0, 4327.0, 4297.0, 4297.0, 4329.0, 4289.0, 4328.0, 4298.0, 4298.0, 4329.0, 4288.0, 4338.0, 4298.0, 4287.0, 4318.0, 4287.0, 4338.0, 4308.0, 4307.0, 4297.0, 4286.0, 4339.0, 4299.0, 4298.0, 4309.0, 4289.0, 4339.0, 4310.0, 4318.0, 4298.0, 4278.0, 4338.0, 4309.0, 4317.0, 4297.0, 4277.0, 4338.0, 4308.0, 4317.0, 4309.0, 4278.0, 4339.0, 4309.0, 4318.0, 4318.0, 4288.0, 4338.0, 4308.0, 4296.0, 4326.0, 4286.0, 4327.0, 4297.0, 4336.0, 4306.0, 4295.0, 4315.0, 4274.0, 4314.0, 4284.0, 4294.0, 4315.0, 4275.0, 4325.0, 4296.0, 4295.0, 4317.0, 4275.0, 4324.0, 4296.0, 4295.0, 4306.0, 4286.0, 4326.0, 4297.0, 4286.0, 4318.0, 4286.0, 4337.0, 4307.0, 4284.0, 4298.0, 4265.0, 4326.0, 4297.0, 4276.0, 4306.0, 4287.0, 4337.0, 4308.0, 4276.0, 4318.0, 4286.0, 4306.0, 4307.0, 4287.0, 4327.0, 4288.0, 4277.0, 4327.0, 4298.0, 4338.0, 4299.0, 4268.0, 4327.0, 4299.0, 4318.0, 4308.0, 4278.0, 4327.0, 4298.0, 4307.0, 4318.0, 4277.0, 4327.0, 4287.0, 4295.0, 4316.0, 4277.0, 4337.0, 4297.0, 4277.0, 4317.0, 4287.0, 4338.0, 4309.0, 4287.0, 4318.0, 4288.0, 4337.0, 4308.0, 4297.0, 4328.0, 4288.0, 4307.0, 4298.0, 4288.0, 4338.0, 4308.0, 4288.0, 4308.0, 4277.0, 4338.0, 4298.0, 4327.0, 4297.0, 4276.0, 4326.0, 4297.0, 4305.0, 4307.0, 4278.0, 4338.0, 4298.0, 4288.0, 4329.0, 4288.0, 4338.0, 4298.0, 4278.0, 4328.0, 4298.0, 4328.0, 4308.0, 4268.0, 4327.0, 4308.0, 4307.0, 4319.0, 4278.0, 4337.0, 4298.0, 4297.0, 4319.0, 4288.0, 4338.0, 4297.0, 4277.0, 4329.0, 4297.0, 4337.0, 4297.0, 4276.0, 4317.0, 4287.0, 4337.0, 4297.0, 4296.0, 4297.0, 4277.0, 4338.0, 4307.0, 4309.0, 4298.0, 4278.0, 4339.0, 4310.0, 4318.0, 4307.0, 4266.0, 4328.0, 4309.0, 4328.0, 4298.0, 4278.0, 4328.0, 4299.0, 4338.0, 4310.0, 4308.0, 4307.0, 4278.0, 4338.0, 4309.0, 4299.0, 4319.0, 4289.0, 4339.0, 4312.0, 4309.0, 4330.0, 4299.0, 4338.0, 4299.0, 4298.0, 4329.0, 4298.0, 4327.0, 4298.0, 4286.0, 4328.0, 4298.0, 4327.0, 4298.0, 4279.0, 4339.0, 4310.0, 4307.0, 4319.0, 4289.0, 4338.0, 4298.0, 4297.0, 4328.0, 4298.0, 4317.0, 4296.0, 4276.0, 4327.0, 4307.0, 4306.0, 4306.0, 4276.0, 4327.0, 4297.0, 4296.0, 4305.0, 4287.0, 4315.0, 4297.0, 4277.0, 4338.0, 4308.0, 4298.0, 4307.0, 4288.0, 4338.0, 4297.0, 4287.0, 4328.0, 4298.0, 4277.0, 4318.0, 4298.0, 4328.0, 4309.0, 4268.0, 4316.0, 4298.0, 4290.0, 4299.0, 4329.0, 4312.0, 4321.0, 4308.0, 4277.0, 4336.0, 4296.0, 4304.0, 4304.0, 4275.0, 4283.0, 4284.0, 4265.0, 4324.0, 4297.0, 4267.0, 4317.0, 4289.0, 4288.0, 4319.0, 4290.0, 4330.0, 4290.0, 4267.0, 4328.0, 4300.0, 4340.0, 4300.0, 4280.0, 4320.0, 4299.0, 4349.0, 4298.0, 4267.0, 4318.0, 4288.0, 4339.0, 4300.0, 4269.0, 4329.0, 4300.0, 4327.0, 4309.0, 4267.0, 4327.0, 4298.0, 4276.0, 4328.0, 4288.0, 4317.0, 4297.0, 4276.0, 4317.0, 4276.0, 4326.0, 4286.0, 4264.0, 4305.0, 4266.0, 4326.0, 4298.0, 4277.0, 4296.0, 4265.0, 4316.0, 4286.0, 4336.0, 4286.0, 4273.0, 4305.0, 4263.0, 4306.0, 4272.0, 4315.0, 4262.0, 4292.0, 4262.0, 4292.0, 4274.0, 4265.0, 4306.0, 4289.0, 4309.0, 4310.0, 4298.0, 4319.0, 4268.0, 4318.0, 4288.0, 4327.0, 4309.0, 4296.0, 4297.0, 4266.0, 4327.0, 4286.0, 4336.0, 4297.0, 4276.0, 4296.0, 4265.0, 4326.0, 4287.0, 4326.0, 4287.0, 4274.0, 4297.0, 4265.0, 4316.0, 4275.0, 4326.0, 4286.0, 4294.0, 4286.0, 4274.0, 4305.0, 4283.0, 4314.0, 4263.0, 4302.0, 4272.0, 4303.0, 4284.0, 4263.0, 4315.0, 4275.0, 4315.0, 4285.0, 4295.0, 4297.0, 4275.0, 4305.0, 4264.0, 4315.0, 4285.0, 4324.0, 4284.0, 4314.0, 4285.0, 4274.0, 4286.0, 4284.0, 4295.0, 4255.0, 4305.0, 4276.0, 4316.0, 4288.0, 4296.0, 4297.0, 4267.0, 4307.0, 4277.0, 4330.0, 4287.0, 4328.0, 4277.0, 4317.0, 4285.0, 4336.0, 4296.0, 4326.0, 4286.0, 4275.0, 4296.0, 4275.0, 4327.0, 4288.0, 4316.0, 4298.0, 4295.0, 4307.0, 4266.0, 4317.0, 4276.0, 4316.0, 4287.0, 4325.0, 4296.0, 4264.0, 4286.0, 4254.0, 4305.0, 4275.0, 4326.0, 4287.0, 4275.0, 4298.0, 4268.0, 4328.0, 4288.0, 4288.0, 4308.0, 4268.0, 4341.0, 4309.0, 4317.0, 4297.0, 4266.0, 4328.0, 4297.0, 4316.0, 4297.0, 4254.0, 4326.0, 4286.0, 4336.0, 4296.0, 4265.0, 4305.0, 4276.0, 4325.0, 4296.0, 4275.0, 4305.0, 4256.0, 4315.0, 4287.0, 4276.0, 4307.0, 4266.0, 4326.0, 4297.0, 4295.0, 4308.0, 4278.0, 4315.0, 4297.0, 4276.0, 4327.0, 4287.0, 4277.0, 4308.0, 4266.0, 4338.0, 4287.0, 4265.0, 4305.0, 4286.0, 4315.0, 4296.0, 4257.0, 4316.0, 4297.0, 4266.0, 4328.0, 4287.0, 4276.0, 4296.0, 4266.0, 4327.0, 4299.0, 4257.0, 4307.0, 4288.0, 4287.0, 4317.0, 4287.0, 4306.0, 4286.0, 4248.0, 4317.0, 4298.0, 4278.0, 4319.0, 4290.0, 4318.0, 4310.0, 4278.0, 4329.0, 4290.0, 4278.0, 4318.0, 4278.0, 4298.0, 4298.0, 4268.0, 4318.0, 4299.0, 4269.0, 4330.0, 4299.0, 4279.0, 4317.0, 4280.0, 4339.0, 4299.0, 4268.0, 4318.0, 4288.0, 4277.0, 4310.0, 4277.0, 4317.0, 4299.0, 4259.0, 4319.0, 4289.0, 4308.0, 4310.0, 4260.0, 4330.0, 4301.0, 4290.0, 4321.0, 4280.0, 4320.0, 4310.0, 4280.0, 4342.0, 4302.0, 4280.0, 4322.0, 4280.0, 4352.0, 4311.0, 4271.0, 4308.0, 4280.0, 4260.0, 4320.0, 4302.0, 4283.0, 4333.0, 4311.0, 4269.0, 4329.0, 4298.0, 4308.0, 4308.0, 4268.0, 4317.0, 4289.0, 4277.0, 4309.0, 4267.0, 4306.0, 4298.0, 4267.0, 4329.0, 4289.0, 4279.0, 4309.0, 4280.0, 4329.0, 4310.0, 4258.0, 4318.0, 4289.0, 4298.0, 4308.0, 4268.0, 4319.0, 4297.0, 4289.0, 4318.0, 4279.0, 4317.0, 4287.0, 4267.0, 4318.0, 4288.0, 4306.0, 4287.0, 4255.0, 4316.0, 4287.0, 4277.0, 4309.0, 4289.0, 4328.0, 4299.0, 4258.0, 4317.0, 4288.0, 4288.0, 4318.0, 4278.0, 4328.0, 4298.0, 4246.0, 4305.0, 4276.0, 4325.0, 4296.0, 4276.0, 4318.0, 4287.0, 4267.0, 4307.0, 4276.0, 4326.0, 4296.0, 4246.0, 4315.0, 4296.0, 4284.0, 4295.0, 4263.0, 4326.0, 4284.0, 4292.0, 4283.0, 4262.0, 4302.0, 4271.0, 4300.0, 4270.0, 4290.0, 4280.0, 4261.0, 4280.0, 4282.0, 4260.0, 4291.0, 4263.0, 4315.0, 4284.0, 4284.0, 4283.0, 4252.0, 4303.0, 4284.0, 4312.0, 4283.0, 4271.0, 4291.0, 4261.0, 4301.0, 4273.0, 4272.0, 4283.0, 4263.0, 4302.0, 4284.0, 4291.0, 4284.0, 4242.0, 4303.0, 4275.0, 4305.0, 4295.0, 4264.0, 4316.0, 4285.0, 4273.0, 4283.0, 4253.0, 4314.0, 4285.0, 4303.0, 4284.0, 4242.0, 4303.0, 4273.0, 4322.0, 4285.0, 4273.0, 4293.0, 4253.0, 4314.0, 4273.0, 4324.0, 4284.0, 4251.0, 4292.0, 4253.0, 4313.0, 4285.0, 4263.0, 4294.0, 4244.0, 4315.0, 4286.0, 4305.0, 4285.0, 4244.0, 4304.0, 4276.0, 4326.0, 4297.0, 4255.0, 4306.0, 4278.0, 4327.0, 4299.0, 4268.0, 4318.0, 4288.0, 4318.0, 4309.0, 4268.0, 4318.0, 4299.0, 4318.0, 4309.0, 4277.0, 4317.0, 4286.0, 4325.0, 4286.0, 4285.0, 4326.0, 4285.0, 4284.0, 4295.0, 4254.0, 4315.0, 4275.0, 4325.0, 4295.0, 4274.0, 4293.0, 4253.0, 4313.0, 4284.0, 4324.0, 4285.0, 4294.0, 4293.0, 4263.0, 4303.0, 4284.0, 4273.0, 4294.0, 4263.0, 4325.0, 4285.0, 4284.0, 4295.0, 4276.0, 4327.0, 4297.0, 4336.0, 4295.0, 4273.0, 4295.0, 4265.0, 4325.0, 4285.0, 4284.0, 4285.0, 4255.0, 4317.0, 4299.0, 4316.0, 4306.0, 4266.0, 4316.0, 4299.0, 4337.0, 4295.0, 4264.0, 4294.0, 4275.0, 4317.0, 4296.0, 4287.0, 4318.0, 4287.0, 4316.0, 4298.0, 4296.0, 4317.0, 4276.0, 4316.0, 4297.0, 4286.0, 4317.0, 4286.0, 4328.0, 4296.0, 4285.0, 4295.0, 4285.0, 4326.0, 4296.0, 4285.0, 4306.0, 4287.0, 4338.0, 4308.0, 4306.0, 4307.0, 4275.0, 4315.0, 4296.0, 4275.0, 4317.0, 4287.0, 4339.0, 4306.0, 4285.0, 4285.0, 4265.0, 4325.0, 4297.0, 4285.0, 4316.0, 4286.0, 4295.0, 4296.0, 4277.0, 4338.0, 4308.0, 4315.0, 4286.0, 4264.0, 4314.0, 4288.0, 4324.0, 4307.0, 4275.0, 4305.0, 4296.0, 4316.0, 4311.0, 4298.0, 4317.0, 4289.0, 4300.0, 4320.0, 4287.0, 4256.0, 4306.0, 4288.0, 4269.0, 4281.0, 4321.0, 4302.0, 4322.0, 4320.0, 4288.0, 4316.0, 4286.0, 4266.0, 4324.0, 4272.0, 4260.0, 4279.0, 4261.0, 4301.0, 4281.0, 4240.0, 4300.0, 4269.0, 4249.0, 4289.0, 4272.0, 4271.0, 4293.0, 4263.0, 4271.0, 4281.0, 4243.0, 4313.0, 4284.0, 4234.0, 4303.0, 4275.0, 4273.0, 4294.0, 4265.0, 4295.0, 4286.0, 4245.0, 4306.0, 4288.0, 4297.0, 4296.0, 4255.0, 4316.0, 4286.0, 4278.0, 4309.0, 4268.0, 4319.0, 4298.0, 4279.0, 4320.0, 4280.0, 4307.0, 4289.0, 4259.0, 4330.0, 4290.0, 4309.0, 4298.0, 4258.0, 4318.0, 4289.0, 4340.0, 4300.0, 4260.0, 4318.0, 4288.0, 4300.0, 4311.0, 4280.0, 4320.0, 4300.0, 4248.0, 4330.0, 4290.0, 4300.0, 4308.0, 4258.0, 4328.0, 4288.0, 4307.0, 4309.0, 4258.0, 4318.0, 4288.0, 4289.0, 4320.0, 4269.0, 4308.0, 4298.0, 4259.0, 4329.0, 4291.0, 4298.0, 4300.0, 4259.0, 4319.0, 4290.0, 4329.0, 4311.0, 4256.0, 4317.0, 4301.0, 4290.0, 4320.0, 4270.0, 4328.0, 4300.0, 4268.0, 4330.0, 4291.0, 4309.0, 4309.0, 4259.0, 4318.0, 4300.0, 4320.0, 4311.0, 4298.0, 4318.0, 4266.0, 4306.0, 4288.0, 4267.0, 4308.0, 4279.0, 4329.0, 4300.0, 4260.0, 4331.0, 4292.0, 4320.0, 4310.0, 4259.0, 4329.0, 4289.0, 4309.0, 4299.0, 4280.0, 4328.0, 4278.0, 4287.0, 4308.0, 4269.0, 4338.0, 4299.0, 4297.0, 4297.0, 4247.0, 4318.0, 4278.0, 4339.0, 4288.0, 4266.0, 4298.0, 4258.0, 4328.0, 4290.0, 4279.0, 4310.0, 4281.0, 4320.0, 4300.0, 4281.0, 4342.0, 4292.0, 4309.0, 4300.0, 4278.0, 4340.0, 4290.0, 4298.0, 4297.0, 4258.0, 4327.0, 4289.0, 4329.0, 4299.0, 4255.0, 4317.0, 4289.0, 4339.0, 4299.0, 4258.0, 4317.0, 4278.0, 4297.0, 4310.0, 4281.0, 4328.0, 4298.0, 4266.0, 4308.0, 4277.0, 4337.0, 4288.0, 4245.0, 4306.0, 4278.0, 4338.0, 4289.0, 4268.0, 4308.0, 4266.0, 4319.0, 4289.0, 4288.0, 4308.0, 4258.0, 4318.0, 4288.0, 4289.0, 4310.0, 4270.0, 4308.0, 4298.0, 4268.0, 4340.0, 4290.0, 4279.0, 4309.0, 4280.0, 4340.0, 4301.0, 4279.0, 4319.0, 4289.0, 4277.0, 4309.0, 4278.0, 4349.0, 4289.0, 4257.0, 4320.0, 4279.0, 4308.0, 4298.0, 4268.0, 4318.0, 4289.0, 4269.0, 4328.0, 4290.0, 4298.0, 4310.0, 4260.0, 4330.0, 4300.0, 4298.0, 4308.0, 4268.0, 4329.0, 4289.0, 4288.0, 4307.0, 4268.0, 4307.0, 4288.0, 4277.0, 4318.0, 4269.0, 4317.0, 4278.0, 4308.0, 4299.0, 4287.0, 4317.0, 4267.0, 4296.0, 4287.0, 4267.0, 4329.0, 4279.0, 4288.0, 4310.0, 4269.0, 4340.0, 4290.0, 4260.0, 4319.0, 4290.0, 4309.0, 4311.0, 4270.0, 4308.0, 4301.0, 4279.0, 4341.0, 4290.0, 4269.0, 4318.0, 4279.0, 4338.0, 4311.0, 4268.0, 4319.0, 4288.0, 4268.0, 4329.0, 4288.0, 4299.0, 4310.0, 4280.0, 4328.0, 4298.0, 4279.0, 4329.0, 4290.0, 4278.0, 4310.0, 4289.0, 4338.0, 4288.0, 4259.0, 4319.0, 4290.0, 4288.0, 4320.0, 4280.0, 4289.0, 4308.0, 4270.0, 4340.0, 4300.0, 4289.0, 4319.0, 4278.0, 4328.0, 4287.0, 4288.0, 4319.0, 4277.0, 4276.0, 4297.0, 4268.0, 4337.0, 4298.0, 4258.0, 4318.0, 4300.0, 4278.0, 4308.0, 4278.0, 4339.0, 4298.0, 4266.0, 4306.0, 4266.0, 4328.0, 4288.0, 4277.0, 4307.0, 4278.0, 4267.0, 4308.0, 4267.0, 4338.0, 4299.0, 4267.0, 4308.0, 4269.0, 4337.0, 4299.0, 4268.0, 4308.0, 4278.0, 4297.0, 4299.0, 4279.0, 4339.0, 4298.0, 4280.0, 4319.0, 4290.0, 4324.0, 4309.0, 4279.0, 4260.0, 4260.0, 4332.0, 4291.0, 4291.0, 4333.0, 4292.0, 4269.0, 4329.0, 4289.0, 4308.0, 4317.0, 4287.0, 4294.0, 4293.0, 4262.0, 4323.0, 4293.0, 4268.0, 4268.0, 4257.0, 4246.0, 4268.0, 4250.0, 4309.0, 4281.0, 4239.0, 4278.0, 4260.0, 4299.0, 4270.0, 4259.0, 4292.0, 4262.0, 4242.0, 4283.0, 4245.0, 4316.0, 4276.0, 4315.0, 4285.0, 4264.0, 4285.0, 4264.0, 4307.0, 4275.0, 4306.0, 4265.0, 4315.0, 4288.0, 4296.0, 4310.0, 4257.0, 4317.0, 4288.0, 4288.0, 4320.0, 4278.0, 4350.0, 4299.0, 4287.0, 4307.0, 4266.0, 4339.0, 4297.0, 4276.0, 4307.0, 4266.0, 4337.0, 4298.0, 4305.0, 4285.0, 4253.0, 4314.0], 'WindowWidth': [9699.0, 9631.0, 9583.0, 9589.0, 9528.0, 9591.0, 9535.0, 9587.0, 9548.0, 9502.0, 9556.0, 9501.0, 9568.0, 9533.0, 9514.0, 9544.0, 9506.0, 9586.0, 9552.0, 9572.0, 9563.0, 9502.0, 9570.0, 9529.0, 9580.0, 9541.0, 9507.0, 9525.0, 9482.0, 9565.0, 9529.0, 9564.0, 9527.0, 9485.0, 9550.0, 9514.0, 9568.0, 9542.0, 9485.0, 9552.0, 9516.0, 9566.0, 9544.0, 9487.0, 9551.0, 9496.0, 9548.0, 9526.0, 9495.0, 9552.0, 9499.0, 9495.0, 9555.0, 9501.0, 9584.0, 9530.0, 9496.0, 9554.0, 9514.0, 9581.0, 9544.0, 9485.0, 9552.0, 9501.0, 9566.0, 9528.0, 9496.0, 9537.0, 9498.0, 9564.0, 9530.0, 9526.0, 9541.0, 9500.0, 9567.0, 9529.0, 9500.0, 9559.0, 9519.0, 9574.0, 9532.0, 9490.0, 9572.0, 9532.0, 9557.0, 9530.0, 9487.0, 9584.0, 9531.0, 9569.0, 9542.0, 9498.0, 9560.0, 9511.0, 9549.0, 9524.0, 9481.0, 9549.0, 9514.0, 9502.0, 9535.0, 9492.0, 9564.0, 9511.0, 9490.0, 9532.0, 9480.0, 9566.0, 9523.0, 9481.0, 9533.0, 9484.0, 9564.0, 9526.0, 9492.0, 9535.0, 9483.0, 9563.0, 9526.0, 9523.0, 9537.0, 9469.0, 9562.0, 9514.0, 9533.0, 9541.0, 9481.0, 9551.0, 9513.0, 9510.0, 9554.0, 9514.0, 9567.0, 9525.0, 9500.0, 9570.0, 9510.0, 9549.0, 9523.0, 9482.0, 9565.0, 9509.0, 9582.0, 9522.0, 9480.0, 9535.0, 9498.0, 9562.0, 9525.0, 9483.0, 9534.0, 9501.0, 9565.0, 9529.0, 9485.0, 9554.0, 9513.0, 9551.0, 9531.0, 9485.0, 9569.0, 9530.0, 9516.0, 9546.0, 9502.0, 9573.0, 9530.0, 9511.0, 9537.0, 9499.0, 9585.0, 9544.0, 9489.0, 9555.0, 9521.0, 9555.0, 9542.0, 9502.0, 9569.0, 9528.0, 9501.0, 9556.0, 9515.0, 9543.0, 9526.0, 9483.0, 9568.0, 9527.0, 9526.0, 9521.0, 9480.0, 9564.0, 9525.0, 9496.0, 9538.0, 9501.0, 9525.0, 9542.0, 9502.0, 9574.0, 9534.0, 9516.0, 9545.0, 9502.0, 9577.0, 9531.0, 9540.0, 9526.0, 9484.0, 9554.0, 9515.0, 9570.0, 9531.0, 9475.0, 9570.0, 9532.0, 9570.0, 9549.0, 9507.0, 9575.0, 9538.0, 9562.0, 9564.0, 9507.0, 9572.0, 9533.0, 9510.0, 9577.0, 9518.0, 9576.0, 9535.0, 9507.0, 9561.0, 9518.0, 9588.0, 9536.0, 9507.0, 9562.0, 9534.0, 9588.0, 9551.0, 9506.0, 9575.0, 9536.0, 9589.0, 9547.0, 9500.0, 9553.0, 9514.0, 9538.0, 9526.0, 9485.0, 9570.0, 9530.0, 9490.0, 9571.0, 9534.0, 9544.0, 9545.0, 9490.0, 9582.0, 9532.0, 9488.0, 9557.0, 9515.0, 9526.0, 9529.0, 9500.0, 9571.0, 9516.0, 9510.0, 9530.0, 9485.0, 9578.0, 9523.0, 9507.0, 9563.0, 9513.0, 9592.0, 9570.0, 9528.0, 9571.0, 9522.0, 9569.0, 9570.0, 9548.0, 9552.0, 9583.0, 9543.0, 9579.0, 9551.0, 9501.0, 9573.0, 9527.0, 9553.0, 9526.0, 9479.0, 9555.0, 9533.0, 9527.0, 9541.0, 9485.0, 9554.0, 9519.0, 9499.0, 9561.0, 9518.0, 9561.0, 9551.0, 9509.0, 9595.0, 9540.0, 9595.0, 9550.0, 9516.0, 9544.0, 9490.0, 9579.0, 9552.0, 9545.0, 9549.0, 9491.0, 9574.0, 9536.0, 9585.0, 9529.0, 9500.0, 9541.0, 9500.0, 9568.0, 9536.0, 9542.0, 9532.0, 9487.0, 9553.0, 9520.0, 9584.0, 9548.0, 9502.0, 9559.0, 9519.0, 9554.0, 9547.0, 9518.0, 9578.0, 9533.0, 9556.0, 9517.0, 9486.0, 9544.0, 9509.0, 9599.0, 9541.0, 9519.0, 9570.0, 9540.0, 9476.0, 9568.0, 9528.0, 9502.0, 9572.0, 9534.0, 9519.0, 9590.0, 9532.0, 9586.0, 9528.0, 9513.0, 9515.0, 9486.0, 9508.0, 9442.0, 9480.0, 9441.0, 9493.0, 9460.0, 9440.0, 9499.0, 9460.0, 9514.0, 9464.0, 9449.0, 9509.0, 9452.0, 9522.0, 9483.0, 9481.0, 9485.0, 9468.0, 9540.0, 9486.0, 9510.0, 9486.0, 9458.0, 9545.0, 9491.0, 9544.0, 9506.0, 9483.0, 9564.0, 9509.0, 9533.0, 9509.0, 9476.0, 9565.0, 9525.0, 9532.0, 9507.0, 9483.0, 9549.0, 9510.0, 9545.0, 9521.0, 9478.0, 9543.0, 9506.0, 9542.0, 9504.0, 9458.0, 9523.0, 9476.0, 9527.0, 9503.0, 9490.0, 9546.0, 9493.0, 9517.0, 9519.0, 9492.0, 9549.0, 9496.0, 9518.0, 9508.0, 9492.0, 9549.0, 9510.0, 9549.0, 9512.0, 9519.0, 9523.0, 9491.0, 9532.0, 9497.0, 9550.0, 9511.0, 9495.0, 9553.0, 9514.0, 9566.0, 9513.0, 9509.0, 9541.0, 9496.0, 9553.0, 9510.0, 9532.0, 9522.0, 9494.0, 9552.0, 9513.0, 9538.0, 9509.0, 9481.0, 9552.0, 9512.0, 9551.0, 9515.0, 9494.0, 9539.0, 9495.0, 9565.0, 9525.0, 9519.0, 9510.0, 9490.0, 9554.0, 9511.0, 9547.0, 9510.0, 9493.0, 9555.0, 9515.0, 9567.0, 9518.0, 9513.0, 9556.0, 9505.0, 9571.0, 9531.0, 9550.0, 9544.0, 9512.0, 9553.0, 9514.0, 9545.0, 9512.0, 9509.0, 9557.0, 9515.0, 9550.0, 9511.0, 9508.0, 9556.0, 9501.0, 9553.0, 9515.0, 9512.0, 9555.0, 9499.0, 9567.0, 9514.0, 9497.0, 9540.0, 9497.0, 9570.0, 9528.0, 9522.0, 9510.0, 9496.0, 9570.0, 9517.0, 9513.0, 9529.0, 9502.0, 9572.0, 9532.0, 9539.0, 9513.0, 9485.0, 9568.0, 9529.0, 9538.0, 9512.0, 9484.0, 9566.0, 9529.0, 9538.0, 9530.0, 9486.0, 9571.0, 9531.0, 9541.0, 9542.0, 9502.0, 9567.0, 9526.0, 9508.0, 9550.0, 9495.0, 9550.0, 9511.0, 9561.0, 9522.0, 9504.0, 9531.0, 9474.0, 9527.0, 9489.0, 9499.0, 9530.0, 9476.0, 9544.0, 9508.0, 9505.0, 9537.0, 9479.0, 9544.0, 9507.0, 9503.0, 9521.0, 9495.0, 9550.0, 9513.0, 9496.0, 9540.0, 9495.0, 9566.0, 9522.0, 9488.0, 9509.0, 9464.0, 9548.0, 9509.0, 9480.0, 9521.0, 9498.0, 9565.0, 9527.0, 9482.0, 9539.0, 9497.0, 9522.0, 9526.0, 9499.0, 9551.0, 9500.0, 9484.0, 9552.0, 9513.0, 9566.0, 9515.0, 9474.0, 9553.0, 9517.0, 9539.0, 9527.0, 9487.0, 9552.0, 9513.0, 9522.0, 9539.0, 9485.0, 9552.0, 9497.0, 9505.0, 9537.0, 9484.0, 9566.0, 9512.0, 9484.0, 9538.0, 9498.0, 9568.0, 9529.0, 9498.0, 9541.0, 9502.0, 9566.0, 9527.0, 9511.0, 9555.0, 9499.0, 9523.0, 9512.0, 9498.0, 9569.0, 9527.0, 9500.0, 9528.0, 9486.0, 9568.0, 9513.0, 9551.0, 9511.0, 9481.0, 9547.0, 9512.0, 9520.0, 9525.0, 9487.0, 9566.0, 9515.0, 9501.0, 9557.0, 9502.0, 9567.0, 9514.0, 9486.0, 9555.0, 9515.0, 9554.0, 9528.0, 9475.0, 9551.0, 9528.0, 9524.0, 9543.0, 9486.0, 9566.0, 9515.0, 9511.0, 9543.0, 9501.0, 9568.0, 9512.0, 9483.0, 9555.0, 9511.0, 9565.0, 9511.0, 9482.0, 9539.0, 9498.0, 9566.0, 9511.0, 9508.0, 9511.0, 9484.0, 9568.0, 9526.0, 9529.0, 9513.0, 9487.0, 9572.0, 9533.0, 9542.0, 9527.0, 9470.0, 9554.0, 9530.0, 9554.0, 9514.0, 9487.0, 9554.0, 9517.0, 9569.0, 9534.0, 9528.0, 9524.0, 9487.0, 9568.0, 9532.0, 9516.0, 9543.0, 9506.0, 9572.0, 9539.0, 9531.0, 9560.0, 9517.0, 9568.0, 9518.0, 9513.0, 9557.0, 9515.0, 9552.0, 9514.0, 9495.0, 9554.0, 9515.0, 9551.0, 9514.0, 9491.0, 9571.0, 9533.0, 9526.0, 9543.0, 9502.0, 9566.0, 9515.0, 9511.0, 9556.0, 9513.0, 9537.0, 9508.0, 9479.0, 9552.0, 9523.0, 9519.0, 9520.0, 9481.0, 9551.0, 9511.0, 9507.0, 9520.0, 9497.0, 9532.0, 9511.0, 9483.0, 9568.0, 9528.0, 9513.0, 9526.0, 9500.0, 9567.0, 9513.0, 9497.0, 9554.0, 9514.0, 9485.0, 9539.0, 9513.0, 9553.0, 9528.0, 9473.0, 9534.0, 9515.0, 9508.0, 9515.0, 9556.0, 9542.0, 9547.0, 9526.0, 9482.0, 9559.0, 9507.0, 9513.0, 9513.0, 9475.0, 9483.0, 9486.0, 9461.0, 9542.0, 9510.0, 9467.0, 9536.0, 9502.0, 9499.0, 9541.0, 9504.0, 9558.0, 9504.0, 9469.0, 9554.0, 9519.0, 9573.0, 9519.0, 9490.0, 9543.0, 9513.0, 9582.0, 9512.0, 9468.0, 9537.0, 9499.0, 9569.0, 9517.0, 9474.0, 9555.0, 9516.0, 9548.0, 9527.0, 9468.0, 9548.0, 9511.0, 9479.0, 9553.0, 9498.0, 9536.0, 9507.0, 9479.0, 9536.0, 9478.0, 9546.0, 9491.0, 9460.0, 9515.0, 9464.0, 9546.0, 9511.0, 9479.0, 9506.0, 9462.0, 9531.0, 9490.0, 9559.0, 9491.0, 9471.0, 9515.0, 9453.0, 9515.0, 9465.0, 9526.0, 9452.0, 9489.0, 9451.0, 9491.0, 9472.0, 9462.0, 9520.0, 9502.0, 9527.0, 9531.0, 9511.0, 9542.0, 9471.0, 9538.0, 9497.0, 9550.0, 9527.0, 9505.0, 9509.0, 9464.0, 9546.0, 9490.0, 9561.0, 9506.0, 9475.0, 9504.0, 9460.0, 9545.0, 9492.0, 9545.0, 9493.0, 9473.0, 9505.0, 9460.0, 9532.0, 9476.0, 9545.0, 9492.0, 9500.0, 9490.0, 9469.0, 9515.0, 9481.0, 9526.0, 9454.0, 9506.0, 9467.0, 9507.0, 9486.0, 9456.0, 9527.0, 9475.0, 9527.0, 9490.0, 9499.0, 9507.0, 9473.0, 9515.0, 9457.0, 9526.0, 9484.0, 9540.0, 9485.0, 9523.0, 9487.0, 9469.0, 9491.0, 9484.0, 9501.0, 9447.0, 9513.0, 9477.0, 9529.0, 9496.0, 9503.0, 9509.0, 9467.0, 9523.0, 9482.0, 9557.0, 9495.0, 9551.0, 9481.0, 9533.0, 9490.0, 9559.0, 9505.0, 9544.0, 9492.0, 9475.0, 9505.0, 9475.0, 9548.0, 9496.0, 9532.0, 9511.0, 9503.0, 9523.0, 9465.0, 9535.0, 9477.0, 9531.0, 9493.0, 9543.0, 9504.0, 9458.0, 9489.0, 9446.0, 9516.0, 9476.0, 9546.0, 9493.0, 9475.0, 9510.0, 9469.0, 9550.0, 9500.0, 9498.0, 9524.0, 9471.0, 9574.0, 9529.0, 9536.0, 9507.0, 9466.0, 9549.0, 9507.0, 9532.0, 9506.0, 9446.0, 9545.0, 9492.0, 9559.0, 9506.0, 9462.0, 9516.0, 9480.0, 9544.0, 9506.0, 9474.0, 9514.0, 9451.0, 9528.0, 9495.0, 9480.0, 9521.0, 9466.0, 9546.0, 9509.0, 9504.0, 9522.0, 9482.0, 9529.0, 9507.0, 9479.0, 9549.0, 9496.0, 9480.0, 9522.0, 9464.0, 9565.0, 9494.0, 9461.0, 9515.0, 9492.0, 9529.0, 9505.0, 9453.0, 9530.0, 9507.0, 9463.0, 9551.0, 9493.0, 9475.0, 9502.0, 9464.0, 9548.0, 9511.0, 9453.0, 9519.0, 9494.0, 9492.0, 9532.0, 9493.0, 9518.0, 9490.0, 9441.0, 9532.0, 9511.0, 9482.0, 9539.0, 9501.0, 9537.0, 9527.0, 9483.0, 9555.0, 9500.0, 9481.0, 9535.0, 9484.0, 9509.0, 9509.0, 9471.0, 9537.0, 9514.0, 9472.0, 9557.0, 9513.0, 9486.0, 9536.0, 9488.0, 9566.0, 9512.0, 9469.0, 9535.0, 9497.0, 9480.0, 9527.0, 9481.0, 9535.0, 9511.0, 9458.0, 9538.0, 9499.0, 9523.0, 9527.0, 9463.0, 9556.0, 9517.0, 9501.0, 9545.0, 9491.0, 9543.0, 9529.0, 9490.0, 9575.0, 9522.0, 9491.0, 9547.0, 9491.0, 9589.0, 9532.0, 9477.0, 9520.0, 9488.0, 9462.0, 9543.0, 9521.0, 9497.0, 9564.0, 9531.0, 9474.0, 9552.0, 9511.0, 9522.0, 9521.0, 9468.0, 9531.0, 9497.0, 9477.0, 9525.0, 9466.0, 9516.0, 9508.0, 9466.0, 9552.0, 9499.0, 9485.0, 9525.0, 9488.0, 9554.0, 9529.0, 9458.0, 9537.0, 9500.0, 9509.0, 9523.0, 9470.0, 9537.0, 9508.0, 9496.0, 9537.0, 9483.0, 9533.0, 9491.0, 9465.0, 9534.0, 9493.0, 9514.0, 9491.0, 9448.0, 9529.0, 9493.0, 9480.0, 9523.0, 9499.0, 9551.0, 9513.0, 9456.0, 9534.0, 9497.0, 9494.0, 9536.0, 9481.0, 9550.0, 9509.0, 9436.0, 9514.0, 9475.0, 9540.0, 9504.0, 9475.0, 9534.0, 9492.0, 9465.0, 9518.0, 9476.0, 9545.0, 9505.0, 9436.0, 9528.0, 9503.0, 9483.0, 9500.0, 9453.0, 9544.0, 9483.0, 9492.0, 9479.0, 9451.0, 9502.0, 9460.0, 9497.0, 9459.0, 9485.0, 9472.0, 9447.0, 9472.0, 9477.0, 9446.0, 9489.0, 9453.0, 9525.0, 9485.0, 9482.0, 9481.0, 9439.0, 9507.0, 9482.0, 9519.0, 9481.0, 9461.0, 9486.0, 9449.0, 9501.0, 9468.0, 9464.0, 9480.0, 9453.0, 9504.0, 9483.0, 9488.0, 9484.0, 9425.0, 9506.0, 9472.0, 9513.0, 9501.0, 9458.0, 9529.0, 9486.0, 9467.0, 9480.0, 9439.0, 9525.0, 9485.0, 9508.0, 9483.0, 9426.0, 9508.0, 9470.0, 9534.0, 9487.0, 9466.0, 9494.0, 9440.0, 9523.0, 9467.0, 9538.0, 9483.0, 9435.0, 9491.0, 9441.0, 9521.0, 9487.0, 9454.0, 9497.0, 9430.0, 9528.0, 9489.0, 9512.0, 9487.0, 9431.0, 9511.0, 9478.0, 9546.0, 9508.0, 9448.0, 9516.0, 9484.0, 9548.0, 9512.0, 9470.0, 9536.0, 9500.0, 9538.0, 9527.0, 9472.0, 9537.0, 9513.0, 9539.0, 9527.0, 9482.0, 9535.0, 9491.0, 9542.0, 9492.0, 9487.0, 9546.0, 9489.0, 9485.0, 9500.0, 9445.0, 9528.0, 9474.0, 9544.0, 9501.0, 9471.0, 9496.0, 9443.0, 9521.0, 9485.0, 9538.0, 9488.0, 9497.0, 9495.0, 9455.0, 9510.0, 9484.0, 9469.0, 9499.0, 9457.0, 9543.0, 9489.0, 9486.0, 9502.0, 9479.0, 9549.0, 9508.0, 9561.0, 9502.0, 9470.0, 9501.0, 9461.0, 9543.0, 9490.0, 9485.0, 9489.0, 9449.0, 9534.0, 9513.0, 9534.0, 9521.0, 9467.0, 9531.0, 9514.0, 9565.0, 9505.0, 9461.0, 9499.0, 9476.0, 9532.0, 9507.0, 9496.0, 9539.0, 9498.0, 9534.0, 9512.0, 9507.0, 9535.0, 9481.0, 9533.0, 9508.0, 9492.0, 9538.0, 9494.0, 9551.0, 9506.0, 9488.0, 9504.0, 9489.0, 9547.0, 9505.0, 9490.0, 9520.0, 9497.0, 9569.0, 9528.0, 9522.0, 9522.0, 9479.0, 9531.0, 9507.0, 9476.0, 9536.0, 9496.0, 9570.0, 9520.0, 9490.0, 9489.0, 9464.0, 9544.0, 9510.0, 9489.0, 9534.0, 9493.0, 9503.0, 9506.0, 9483.0, 9566.0, 9525.0, 9532.0, 9491.0, 9460.0, 9528.0, 9498.0, 9544.0, 9525.0, 9477.0, 9519.0, 9507.0, 9534.0, 9537.0, 9514.0, 9535.0, 9501.0, 9517.0, 9545.0, 9493.0, 9451.0, 9515.0, 9498.0, 9475.0, 9493.0, 9546.0, 9523.0, 9549.0, 9544.0, 9497.0, 9530.0, 9490.0, 9462.0, 9538.0, 9464.0, 9441.0, 9466.0, 9443.0, 9500.0, 9476.0, 9417.0, 9498.0, 9454.0, 9425.0, 9481.0, 9464.0, 9461.0, 9492.0, 9453.0, 9459.0, 9473.0, 9424.0, 9519.0, 9484.0, 9415.0, 9506.0, 9469.0, 9466.0, 9497.0, 9458.0, 9499.0, 9487.0, 9433.0, 9517.0, 9497.0, 9505.0, 9503.0, 9448.0, 9531.0, 9492.0, 9480.0, 9523.0, 9468.0, 9536.0, 9510.0, 9485.0, 9541.0, 9487.0, 9520.0, 9497.0, 9459.0, 9554.0, 9503.0, 9525.0, 9510.0, 9456.0, 9537.0, 9498.0, 9567.0, 9518.0, 9462.0, 9538.0, 9499.0, 9515.0, 9533.0, 9490.0, 9542.0, 9515.0, 9444.0, 9555.0, 9503.0, 9513.0, 9524.0, 9456.0, 9548.0, 9496.0, 9520.0, 9527.0, 9457.0, 9535.0, 9498.0, 9500.0, 9541.0, 9473.0, 9523.0, 9512.0, 9459.0, 9554.0, 9505.0, 9511.0, 9515.0, 9460.0, 9540.0, 9503.0, 9553.0, 9532.0, 9454.0, 9534.0, 9520.0, 9502.0, 9543.0, 9477.0, 9550.0, 9514.0, 9469.0, 9555.0, 9505.0, 9528.0, 9525.0, 9460.0, 9538.0, 9516.0, 9541.0, 9533.0, 9510.0, 9537.0, 9464.0, 9517.0, 9495.0, 9467.0, 9523.0, 9488.0, 9555.0, 9515.0, 9463.0, 9560.0, 9510.0, 9544.0, 9530.0, 9462.0, 9554.0, 9501.0, 9525.0, 9513.0, 9488.0, 9551.0, 9483.0, 9494.0, 9524.0, 9472.0, 9564.0, 9513.0, 9507.0, 9508.0, 9441.0, 9537.0, 9484.0, 9566.0, 9497.0, 9465.0, 9509.0, 9457.0, 9553.0, 9505.0, 9489.0, 9531.0, 9494.0, 9544.0, 9519.0, 9492.0, 9577.0, 9508.0, 9526.0, 9517.0, 9485.0, 9570.0, 9503.0, 9510.0, 9508.0, 9456.0, 9550.0, 9498.0, 9552.0, 9512.0, 9451.0, 9535.0, 9499.0, 9568.0, 9514.0, 9459.0, 9535.0, 9485.0, 9508.0, 9528.0, 9492.0, 9551.0, 9509.0, 9465.0, 9524.0, 9482.0, 9560.0, 9495.0, 9437.0, 9518.0, 9486.0, 9565.0, 9500.0, 9469.0, 9522.0, 9467.0, 9539.0, 9501.0, 9496.0, 9523.0, 9459.0, 9537.0, 9499.0, 9501.0, 9530.0, 9477.0, 9525.0, 9513.0, 9472.0, 9570.0, 9504.0, 9488.0, 9526.0, 9491.0, 9572.0, 9519.0, 9488.0, 9538.0, 9500.0, 9482.0, 9529.0, 9484.0, 9581.0, 9500.0, 9457.0, 9543.0, 9487.0, 9524.0, 9512.0, 9471.0, 9537.0, 9500.0, 9475.0, 9553.0, 9505.0, 9512.0, 9529.0, 9463.0, 9556.0, 9516.0, 9513.0, 9525.0, 9471.0, 9555.0, 9500.0, 9498.0, 9521.0, 9471.0, 9521.0, 9500.0, 9483.0, 9540.0, 9473.0, 9536.0, 9485.0, 9522.0, 9512.0, 9494.0, 9535.0, 9471.0, 9505.0, 9497.0, 9468.0, 9555.0, 9490.0, 9499.0, 9531.0, 9475.0, 9573.0, 9505.0, 9465.0, 9543.0, 9505.0, 9528.0, 9533.0, 9477.0, 9525.0, 9521.0, 9489.0, 9574.0, 9505.0, 9475.0, 9540.0, 9488.0, 9567.0, 9535.0, 9474.0, 9540.0, 9499.0, 9473.0, 9554.0, 9500.0, 9515.0, 9530.0, 9493.0, 9551.0, 9513.0, 9487.0, 9554.0, 9504.0, 9486.0, 9532.0, 9501.0, 9566.0, 9499.0, 9461.0, 9542.0, 9504.0, 9500.0, 9545.0, 9492.0, 9502.0, 9527.0, 9478.0, 9571.0, 9519.0, 9502.0, 9540.0, 9487.0, 9553.0, 9498.0, 9497.0, 9540.0, 9483.0, 9479.0, 9509.0, 9471.0, 9564.0, 9513.0, 9460.0, 9539.0, 9517.0, 9485.0, 9526.0, 9485.0, 9568.0, 9511.0, 9465.0, 9517.0, 9467.0, 9552.0, 9499.0, 9482.0, 9522.0, 9486.0, 9469.0, 9525.0, 9471.0, 9565.0, 9515.0, 9470.0, 9525.0, 9477.0, 9563.0, 9516.0, 9471.0, 9523.0, 9486.0, 9510.0, 9515.0, 9489.0, 9569.0, 9514.0, 9491.0, 9542.0, 9504.0, 9559.0, 9530.0, 9489.0, 9467.0, 9466.0, 9562.0, 9506.0, 9505.0, 9564.0, 9508.0, 9472.0, 9552.0, 9499.0, 9523.0, 9533.0, 9493.0, 9496.0, 9492.0, 9449.0, 9534.0, 9495.0, 9451.0, 9448.0, 9434.0, 9416.0, 9449.0, 9428.0, 9510.0, 9474.0, 9413.0, 9465.0, 9441.0, 9492.0, 9457.0, 9442.0, 9488.0, 9450.0, 9426.0, 9480.0, 9433.0, 9528.0, 9477.0, 9526.0, 9487.0, 9458.0, 9486.0, 9455.0, 9518.0, 9475.0, 9518.0, 9463.0, 9527.0, 9498.0, 9503.0, 9530.0, 9455.0, 9534.0, 9498.0, 9496.0, 9542.0, 9486.0, 9585.0, 9514.0, 9494.0, 9520.0, 9462.0, 9566.0, 9508.0, 9479.0, 9520.0, 9464.0, 9562.0, 9510.0, 9515.0, 9488.0, 9444.0, 9524.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.0014787230603448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.04482418922413794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.512649970183276</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2224069547601064</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9785212206307281</td></tr>
<tr><td colspan=3>efc</td><td>0.4776</td></tr>
<tr><td colspan=3>fber</td><td>5944.2935</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10467282135425118</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.040948275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5776555632359486</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.371831307087499</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.855113204656069</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.506022177964278</td></tr>
<tr><td colspan=3>gcor</td><td>0.00745652</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011054460890591145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028883375227451324</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.935574872550289</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.3665</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.2059</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.9267</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4685</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.1256</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3485.7819</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.3084</td></tr>
<tr><td colspan=3>tsnr</td><td>30.631733016343787</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>