<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-02/func/sub-0073_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>0f78907bb892eaf3bbc5e5ce74098ca6</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>19:47:11.550000</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.998608, 0.000750023, -0.0527306, 0.00923766, 0.981951, 0.188909]</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.0956285</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>[4137, -7824, -7281, 577, -101, -306, -135, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ae96f2d-e35a-4f19-a29f-2ace16961e81||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.6791934967041016, 0.024783972650766373, -0.14018560945987701, 114.8960189819336], [-0.002012257929891348, 2.634503126144409, 0.5106598734855652, -97.06008911132812], [-0.1414724439382553, -0.5068292021751404, 2.6475601196289062, -51.23948287963867], [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': ['194711.550000', '194712.010000', '194712.470000', '194712.930000', '194713.390000', '194713.850000', '194714.310000', '194714.770000', '194715.230000', '194715.690000', '194716.150000', '194716.610000', '194717.070000', '194717.530000', '194717.990000', '194718.450000', '194718.910000', '194719.370000', '194719.830000', '194720.290000', '194720.750000', '194721.210000', '194721.670000', '194722.130000', '194722.590000', '194723.050000', '194723.510000', '194723.970000', '194724.430000', '194724.890000', '194725.350000', '194725.810000', '194726.270000', '194726.730000', '194727.190000', '194727.650000', '194728.110000', '194728.570000', '194729.030000', '194729.490000', '194729.950000', '194730.410000', '194730.870000', '194731.330000', '194731.790000', '194732.250000', '194732.710000', '194733.170000', '194733.630000', '194734.090000', '194734.550000', '194735.010000', '194735.470000', '194735.930000', '194736.390000', '194736.850000', '194737.310000', '194737.770000', '194738.230000', '194738.690000', '194739.150000', '194739.610000', '194740.070000', '194740.530000', '194740.990000', '194741.450000', '194741.910000', '194742.370000', '194742.830000', '194743.290000', '194743.750000', '194744.210000', '194744.670000', '194745.130000', '194745.590000', '194746.050000', '194746.510000', '194746.970000', '194747.430000', '194747.890000', '194748.350000', '194748.810000', '194749.270000', '194749.730000', '194750.190000', '194750.650000', '194751.110000', '194751.570000', '194752.030000', '194752.490000', '194752.950000', '194753.410000', '194753.870000', '194754.330000', '194754.790000', '194755.250000', '194755.710000', '194756.170000', '194756.630000', '194757.090000', '194757.550000', '194758.010000', '194758.470000', '194758.930000', '194759.390000', '194759.850000', '194800.310000', '194800.770000', '194801.230000', '194801.690000', '194802.150000', '194802.610000', '194803.070000', '194803.530000', '194803.990000', '194804.450000', '194804.910000', '194805.370000', '194805.830000', '194806.290000', '194806.750000', '194807.210000', '194807.670000', '194808.130000', '194808.590000', '194809.050000', '194809.510000', '194809.970000', '194810.430000', '194810.890000', '194811.350000', '194811.810000', '194812.270000', '194812.730000', '194813.190000', '194813.650000', '194814.110000', '194814.570000', '194815.030000', '194815.490000', '194815.950000', '194816.410000', '194816.870000', '194817.330000', '194817.790000', '194818.250000', '194818.710000', '194819.170000', '194819.630000', '194820.090000', '194820.550000', '194821.010000', '194821.470000', '194821.930000', '194822.390000', '194822.850000', '194823.310000', '194823.770000', '194824.230000', '194824.690000', '194825.150000', '194825.610000', '194826.070000', '194826.530000', '194826.990000', '194827.450000', '194827.910000', '194828.370000', '194828.830000', '194829.290000', '194829.750000', '194830.210000', '194830.670000', '194831.130000', '194831.590000', '194832.050000', '194832.510000', '194832.970000', '194833.430000', '194833.890000', '194834.350000', '194834.810000', '194835.270000', '194835.730000', '194836.190000', '194836.650000', '194837.110000', '194837.570000', '194838.030000', '194838.490000', '194838.950000', '194839.410000', '194839.870000', '194840.330000', '194840.790000', '194841.250000', '194841.710000', '194842.170000', '194842.630000', '194843.090000', '194843.550000', '194844.010000', '194844.470000', '194844.930000', '194845.390000', '194845.850000', '194846.310000', '194846.770000', '194847.230000', '194847.690000', '194848.150000', '194848.610000', '194849.070000', '194849.530000', '194849.990000', '194850.450000', '194850.910000', '194851.370000', '194851.830000', '194852.290000', '194852.750000', '194853.210000', '194853.670000', '194854.130000', '194854.590000', '194855.050000', '194855.510000', '194855.970000', '194856.430000', '194856.890000', '194857.350000', '194857.810000', '194858.270000', '194858.730000', '194859.190000', '194859.650000', '194900.110000', '194900.570000', '194901.030000', '194901.490000', '194901.950000', '194902.410000', '194902.870000', '194903.330000', '194903.790000', '194904.250000', '194904.710000', '194905.170000', '194905.630000', '194906.090000', '194906.550000', '194907.010000', '194907.470000', '194907.930000', '194908.390000', '194908.850000', '194909.310000', '194909.770000', '194910.230000', '194910.690000', '194911.150000', '194911.610000', '194912.070000', '194912.530000', '194912.990000', '194913.450000', '194913.910000', '194914.370000', '194914.830000', '194915.290000', '194915.750000', '194916.210000', '194916.670000', '194917.130000', '194917.590000', '194918.050000', '194918.510000', '194918.970000', '194919.430000', '194919.890000', '194920.350000', '194920.810000', '194921.270000', '194921.730000', '194922.190000', '194922.650000', '194923.110000', '194923.570000', '194924.030000', '194924.490000', '194924.950000', '194925.410000', '194925.870000', '194926.330000', '194926.790000', '194927.250000', '194927.710000', '194928.170000', '194928.630000', '194929.090000', '194929.550000', '194930.010000', '194930.470000', '194930.930000', '194931.390000', '194931.850000', '194932.310000', '194932.770000', '194933.230000', '194933.690000', '194934.150000', '194934.610000', '194935.070000', '194935.530000', '194935.990000', '194936.450000', '194936.910000', '194937.370000', '194937.830000', '194938.290000', '194938.750000', '194939.210000', '194939.670000', '194940.130000', '194940.590000', '194941.050000', '194941.510000', '194941.970000', '194942.430000', '194942.890000', '194943.350000', '194943.810000', '194944.270000', '194944.730000', '194945.190000', '194945.650000', '194946.110000', '194946.570000', '194947.030000', '194947.490000', '194947.950000', '194948.410000', '194948.870000', '194949.330000', '194949.790000', '194950.250000', '194950.710000', '194951.170000', '194951.630000', '194952.090000', '194952.550000', '194953.010000', '194953.470000', '194953.930000', '194954.390000', '194954.850000', '194955.310000', '194955.770000', '194956.230000', '194956.690000', '194957.150000', '194957.610000', '194958.070000', '194958.530000', '194958.990000', '194959.450000', '194959.910000', '195000.370000', '195000.830000', '195001.290000', '195001.750000', '195002.210000', '195002.670000', '195003.130000', '195003.590000', '195004.050000', '195004.510000', '195004.970000', '195005.430000', '195005.890000', '195006.350000', '195006.810000', '195007.270000', '195007.730000', '195008.190000', '195008.650000', '195009.110000', '195009.570000', '195010.030000', '195010.490000', '195010.950000', '195011.410000', '195011.870000', '195012.330000', '195012.790000', '195013.250000', '195013.710000', '195014.170000', '195014.630000', '195015.090000', '195015.550000', '195016.010000', '195016.470000', '195016.930000', '195017.390000', '195017.850000', '195018.310000', '195018.770000', '195019.230000', '195019.690000', '195020.150000', '195020.610000', '195021.070000', '195021.530000', '195021.990000', '195022.450000', '195022.910000', '195023.370000', '195023.830000', '195024.290000', '195024.750000', '195025.210000', '195025.670000', '195026.130000', '195026.590000', '195027.050000', '195027.510000', '195027.970000', '195028.430000', '195028.890000', '195029.350000', '195029.810000', '195030.270000', '195030.730000', '195031.190000', '195031.650000', '195032.110000', '195032.570000', '195033.030000', '195033.490000', '195033.950000', '195034.410000', '195034.870000', '195035.330000', '195035.790000', '195036.250000', '195036.710000', '195037.170000', '195037.630000', '195038.090000', '195038.550000', '195039.010000', '195039.470000', '195039.930000', '195040.390000', '195040.850000', '195041.310000', '195041.770000', '195042.230000', '195042.690000', '195043.150000', '195043.610000', '195044.070000', '195044.530000', '195044.990000', '195045.450000', '195045.910000', '195046.370000', '195046.830000', '195047.290000', '195047.750000', '195048.210000', '195048.670000', '195049.130000', '195049.590000', '195050.050000', '195050.510000', '195050.970000', '195051.430000', '195051.890000', '195052.350000', '195052.810000', '195053.270000', '195053.730000', '195054.190000', '195054.650000', '195055.110000', '195055.570000', '195056.030000', '195056.490000', '195056.950000', '195057.410000', '195057.870000', '195058.330000', '195058.790000', '195059.250000', '195059.710000', '195100.170000', '195100.630000', '195101.090000', '195101.550000', '195102.010000', '195102.470000', '195102.930000', '195103.390000', '195103.850000', '195104.310000', '195104.770000', '195105.230000', '195105.690000', '195106.150000', '195106.610000', '195107.070000', '195107.530000', '195107.990000', '195108.450000', '195108.910000', '195109.370000', '195109.830000', '195110.290000', '195110.750000', '195111.210000', '195111.670000', '195112.130000', '195112.590000', '195113.050000', '195113.510000', '195113.970000', '195114.430000', '195114.890000', '195115.350000', '195115.810000', '195116.270000', '195116.730000', '195117.190000', '195117.650000', '195118.110000', '195118.570000', '195119.030000', '195119.490000', '195119.950000', '195120.410000', '195120.870000', '195121.330000', '195121.790000', '195122.250000', '195122.710000', '195123.170000', '195123.630000', '195124.090000', '195124.550000', '195125.010000', '195125.470000', '195125.930000', '195126.390000', '195126.850000', '195127.310000', '195127.770000', '195128.230000', '195128.690000', '195129.150000', '195129.610000', '195130.070000', '195130.530000', '195130.990000', '195131.450000', '195131.910000', '195132.370000', '195132.830000', '195133.290000', '195133.750000', '195134.210000', '195134.670000', '195135.130000', '195135.590000', '195136.050000', '195136.510000', '195136.970000', '195137.430000', '195137.890000', '195138.350000', '195138.810000', '195139.270000', '195139.730000', '195140.190000', '195140.650000', '195141.110000', '195141.570000', '195142.030000', '195142.490000', '195142.950000', '195143.410000', '195143.870000', '195144.330000', '195144.790000', '195145.250000', '195145.710000', '195146.170000', '195146.630000', '195147.090000', '195147.550000', '195148.010000', '195148.470000', '195148.930000', '195149.390000', '195149.850000', '195150.310000', '195150.770000', '195151.230000', '195151.690000', '195152.150000', '195152.610000', '195153.070000', '195153.530000', '195153.990000', '195154.450000', '195154.910000', '195155.370000', '195155.830000', '195156.290000', '195156.750000', '195157.210000', '195157.670000', '195158.130000', '195158.590000', '195159.050000', '195159.510000', '195159.970000', '195200.430000', '195200.890000', '195201.350000', '195201.810000', '195202.270000', '195202.730000', '195203.190000', '195203.650000', '195204.110000', '195204.570000', '195205.030000', '195205.490000', '195205.950000', '195206.410000', '195206.870000', '195207.330000', '195207.790000', '195208.250000', '195208.710000', '195209.170000', '195209.630000', '195210.090000', '195210.550000', '195211.010000', '195211.470000', '195211.930000', '195212.390000', '195212.850000', '195213.310000', '195213.770000', '195214.230000', '195214.690000', '195215.150000', '195215.610000', '195216.070000', '195216.530000', '195216.990000', '195217.450000', '195217.910000', '195218.370000', '195218.830000', '195219.290000', '195219.750000', '195220.210000', '195220.670000', '195221.130000', '195221.590000', '195222.050000', '195222.510000', '195222.970000', '195223.430000', '195223.890000', '195224.350000', '195224.810000', '195225.270000', '195225.730000', '195226.190000', '195226.650000', '195227.110000', '195227.570000', '195228.030000', '195228.490000', '195228.950000', '195229.410000', '195229.870000', '195230.330000', '195230.790000', '195231.250000', '195231.710000', '195232.170000', '195232.630000', '195233.090000', '195233.550000', '195234.010000', '195234.470000', '195234.930000', '195235.390000', '195235.850000', '195236.310000', '195236.770000', '195237.230000', '195237.690000', '195238.150000', '195238.610000', '195239.070000', '195239.530000', '195239.990000', '195240.450000', '195240.910000', '195241.370000', '195241.830000', '195242.290000', '195242.750000', '195243.210000', '195243.670000', '195244.130000', '195244.590000', '195245.050000', '195245.510000', '195245.970000', '195246.430000', '195246.890000', '195247.350000', '195247.810000', '195248.270000', '195248.730000', '195249.190000', '195249.650000', '195250.110000', '195250.570000', '195251.030000', '195251.490000', '195251.950000', '195252.410000', '195252.870000', '195253.330000', '195253.790000', '195254.250000', '195254.710000', '195255.170000', '195255.630000', '195256.090000', '195256.550000', '195257.010000', '195257.470000', '195257.930000', '195258.390000', '195258.850000', '195259.310000', '195259.770000', '195300.230000', '195300.690000', '195301.150000', '195301.610000', '195302.070000', '195302.530000', '195302.990000', '195303.450000', '195303.910000', '195304.370000', '195304.830000', '195305.290000', '195305.750000', '195306.210000', '195306.670000', '195307.130000', '195307.590000', '195308.050000', '195308.510000', '195308.970000', '195309.430000', '195309.890000', '195310.350000', '195310.810000', '195311.270000', '195311.730000', '195312.190000', '195312.650000', '195313.110000', '195313.570000', '195314.030000', '195314.490000', '195314.950000', '195315.410000', '195315.870000', '195316.330000', '195316.790000', '195317.250000', '195317.710000', '195318.170000', '195318.630000', '195319.090000', '195319.550000', '195320.010000', '195320.470000', '195320.930000', '195321.390000', '195321.850000', '195322.310000', '195322.770000', '195323.230000', '195323.690000', '195324.150000', '195324.610000', '195325.070000', '195325.530000', '195325.990000', '195326.450000', '195326.910000', '195327.370000', '195327.830000', '195328.290000', '195328.750000', '195329.210000', '195329.670000', '195330.130000', '195330.590000', '195331.050000', '195331.510000', '195331.970000', '195332.430000', '195332.890000', '195333.350000', '195333.810000', '195334.270000', '195334.730000', '195335.190000', '195335.650000', '195336.110000', '195336.570000', '195337.030000', '195337.490000', '195337.950000', '195338.410000', '195338.870000', '195339.330000', '195339.790000', '195340.250000', '195340.710000', '195341.170000', '195341.630000', '195342.090000', '195342.550000', '195343.010000', '195343.470000', '195343.930000', '195344.390000', '195344.850000', '195345.310000', '195345.770000', '195346.230000', '195346.690000', '195347.150000', '195347.610000', '195348.070000', '195348.530000', '195348.990000', '195349.450000', '195349.910000', '195350.370000', '195350.830000', '195351.290000', '195351.750000', '195352.210000', '195352.670000', '195353.130000', '195353.590000', '195354.050000', '195354.510000', '195354.970000', '195355.430000', '195355.890000', '195356.350000', '195356.810000', '195357.270000', '195357.730000', '195358.190000', '195358.650000', '195359.110000', '195359.570000', '195400.030000', '195400.490000', '195400.950000', '195401.410000', '195401.870000', '195402.330000', '195402.790000', '195403.250000', '195403.710000', '195404.170000', '195404.630000', '195405.090000', '195405.550000', '195406.010000', '195406.470000', '195406.930000', '195407.390000', '195407.850000', '195408.310000', '195408.770000', '195409.230000', '195409.690000', '195410.150000', '195410.610000', '195411.070000', '195411.530000', '195411.990000', '195412.450000', '195412.910000', '195413.370000', '195413.830000', '195414.290000', '195414.750000', '195415.210000', '195415.670000', '195416.130000', '195416.590000', '195417.050000', '195417.510000', '195417.970000', '195418.430000', '195418.890000', '195419.350000', '195419.810000', '195420.270000', '195420.730000', '195421.190000', '195421.650000', '195422.110000', '195422.570000', '195423.030000', '195423.490000', '195423.950000', '195424.410000', '195424.870000', '195425.330000', '195425.790000', '195426.250000', '195426.710000', '195427.170000', '195427.630000', '195428.090000', '195428.550000', '195429.010000', '195429.470000', '195429.930000', '195430.390000', '195430.850000', '195431.310000', '195431.770000', '195432.230000', '195432.690000', '195433.150000', '195433.610000', '195434.070000', '195434.530000', '195434.990000', '195435.450000', '195435.910000', '195436.370000', '195436.830000', '195437.290000', '195437.750000', '195438.210000', '195438.670000', '195439.130000', '195439.590000', '195440.050000', '195440.510000', '195440.970000', '195441.430000', '195441.890000', '195442.350000', '195442.810000', '195443.270000', '195443.730000', '195444.190000', '195444.650000', '195445.110000', '195445.570000', '195446.030000', '195446.490000', '195446.950000', '195447.410000', '195447.870000', '195448.330000', '195448.790000', '195449.250000', '195449.710000', '195450.170000', '195450.630000', '195451.090000', '195451.550000', '195452.010000', '195452.470000', '195452.930000', '195453.390000', '195453.850000', '195454.310000', '195454.770000', '195455.230000', '195455.690000', '195456.150000', '195456.610000', '195457.070000', '195457.530000', '195457.990000', '195458.450000', '195458.910000', '195459.370000', '195459.830000', '195500.290000', '195500.750000', '195501.210000', '195501.670000', '195502.130000', '195502.590000', '195503.050000', '195503.510000', '195503.970000', '195504.430000', '195504.890000', '195505.350000', '195505.810000', '195506.270000', '195506.730000', '195507.190000', '195507.650000', '195508.110000', '195508.570000', '195509.030000', '195509.490000', '195509.950000', '195510.410000', '195510.870000', '195511.330000', '195511.790000', '195512.250000', '195512.710000', '195513.170000', '195513.630000', '195514.090000', '195514.550000', '195515.010000', '195515.470000', '195515.930000', '195516.390000', '195516.850000', '195517.310000', '195517.770000', '195518.230000', '195518.690000', '195519.150000', '195519.610000', '195520.070000', '195520.530000', '195520.990000', '195521.450000', '195521.910000', '195522.370000', '195522.830000', '195523.290000', '195523.750000', '195524.210000', '195524.670000', '195525.130000', '195525.590000', '195526.050000', '195526.510000', '195526.970000', '195527.430000', '195527.890000', '195528.350000', '195528.810000', '195529.270000', '195529.730000', '195530.190000', '195530.650000', '195531.110000', '195531.570000', '195532.030000', '195532.490000', '195532.950000', '195533.410000', '195533.870000', '195534.330000', '195534.790000', '195535.250000', '195535.710000', '195536.170000', '195536.630000', '195537.090000', '195537.550000', '195538.010000', '195538.470000', '195538.930000', '195539.390000', '195539.850000', '195540.310000', '195540.770000', '195541.230000', '195541.690000', '195542.150000', '195542.610000', '195543.070000', '195543.530000', '195543.990000', '195544.450000', '195544.910000', '195545.370000', '195545.830000', '195546.290000', '195546.750000', '195547.210000', '195547.670000', '195548.130000', '195548.590000', '195549.050000', '195549.510000', '195549.970000', '195550.430000', '195550.890000', '195551.350000', '195551.810000', '195552.270000', '195552.730000', '195553.190000', '195553.650000', '195554.110000', '195554.570000', '195555.030000', '195555.490000', '195555.950000', '195556.410000', '195556.870000', '195557.330000', '195557.790000', '195558.250000', '195558.710000', '195559.170000', '195559.630000', '195600.090000', '195600.550000', '195601.010000', '195601.470000', '195601.930000', '195602.390000', '195602.850000', '195603.310000', '195603.770000', '195604.230000', '195604.690000', '195605.150000', '195605.610000', '195606.070000', '195606.530000', '195606.990000', '195607.450000', '195607.910000', '195608.370000', '195608.830000', '195609.290000', '195609.750000', '195610.210000', '195610.670000', '195611.130000', '195611.590000', '195612.050000', '195612.510000', '195612.970000', '195613.430000', '195613.890000', '195614.350000', '195614.810000', '195615.270000', '195615.730000', '195616.190000', '195616.650000', '195617.110000', '195617.570000', '195618.030000', '195618.490000', '195618.950000', '195619.410000', '195619.870000', '195620.330000', '195620.790000', '195621.250000', '195621.710000', '195622.170000', '195622.630000', '195623.090000', '195623.550000', '195624.010000', '195624.470000', '195624.930000', '195625.390000', '195625.850000', '195626.310000', '195626.770000', '195627.230000', '195627.690000', '195628.150000', '195628.610000', '195629.070000', '195629.530000', '195629.990000', '195630.450000', '195630.910000', '195631.370000', '195631.830000', '195632.290000', '195632.750000', '195633.210000', '195633.670000', '195634.130000', '195634.590000', '195635.050000', '195635.510000', '195635.970000', '195636.430000', '195636.890000', '195637.350000', '195637.810000', '195638.270000', '195638.730000', '195639.190000', '195639.650000', '195640.110000', '195640.570000', '195641.030000', '195641.490000', '195641.950000', '195642.410000', '195642.870000', '195643.330000', '195643.790000', '195644.250000', '195644.710000', '195645.170000', '195645.630000', '195646.090000', '195646.550000', '195647.010000', '195647.470000', '195647.930000', '195648.390000', '195648.850000', '195649.310000', '195649.770000', '195650.230000', '195650.690000', '195651.150000', '195651.610000', '195652.070000', '195652.530000', '195652.990000', '195653.450000', '195653.910000', '195654.370000', '195654.830000', '195655.290000', '195655.750000', '195656.210000', '195656.670000', '195657.130000', '195657.590000', '195658.050000', '195658.510000', '195658.970000', '195659.430000', '195659.890000', '195700.350000', '195700.810000', '195701.270000', '195701.730000', '195702.190000', '195702.650000', '195703.110000', '195703.570000', '195704.030000', '195704.490000', '195704.950000', '195705.410000', '195705.870000', '195706.330000', '195706.790000', '195707.250000', '195707.710000', '195708.170000', '195708.630000', '195709.090000', '195709.550000', '195710.010000', '195710.470000', '195710.930000', '195711.390000', '195711.850000', '195712.310000', '195712.770000', '195713.230000', '195713.690000', '195714.150000', '195714.610000', '195715.070000', '195715.530000', '195715.990000', '195716.450000', '195716.910000', '195717.370000', '195717.830000', '195718.290000', '195718.750000', '195719.210000', '195719.670000', '195720.130000', '195720.590000', '195721.050000', '195721.510000', '195721.970000', '195722.430000', '195722.890000', '195723.350000', '195723.810000', '195724.270000', '195724.730000', '195725.190000', '195725.650000', '195726.110000', '195726.570000', '195727.030000', '195727.490000', '195727.950000', '195728.410000', '195728.870000', '195729.330000', '195729.790000', '195730.250000', '195730.710000', '195731.170000', '195731.630000', '195732.090000', '195732.550000', '195733.010000', '195733.470000', '195733.930000', '195734.390000', '195734.850000', '195735.310000', '195735.770000', '195736.230000', '195736.690000', '195737.150000', '195737.610000', '195738.070000', '195738.530000', '195738.990000', '195739.450000', '195739.910000', '195740.370000', '195740.830000', '195741.290000', '195741.750000', '195742.210000', '195742.670000', '195743.130000', '195743.590000', '195744.050000', '195744.510000', '195744.970000', '195745.430000', '195745.890000', '195746.350000', '195746.810000', '195747.270000', '195747.730000', '195748.190000', '195748.650000', '195749.110000', '195749.570000', '195750.030000', '195750.490000', '195750.950000', '195751.410000', '195751.870000', '195752.330000', '195752.790000', '195753.250000', '195753.710000', '195754.170000', '195754.630000', '195755.090000', '195755.550000', '195756.010000', '195756.470000', '195756.930000', '195757.390000', '195757.850000', '195758.310000', '195758.770000', '195759.230000', '195759.690000', '195800.150000', '195800.610000', '195801.070000', '195801.530000', '195801.990000', '195802.450000', '195802.910000', '195803.370000', '195803.830000', '195804.290000', '195804.750000', '195805.210000', '195805.670000', '195806.130000', '195806.590000', '195807.050000', '195807.510000', '195807.970000', '195808.430000', '195808.890000', '195809.350000', '195809.810000', '195810.270000', '195810.730000', '195811.190000', '195811.650000', '195812.110000', '195812.570000', '195813.030000', '195813.490000', '195813.950000', '195814.410000', '195814.870000', '195815.330000', '195815.790000', '195816.250000', '195816.710000', '195817.170000', '195817.630000', '195818.090000', '195818.550000', '195819.010000', '195819.470000', '195819.930000', '195820.390000', '195820.850000', '195821.310000', '195821.770000', '195822.230000', '195822.690000', '195823.150000', '195823.610000', '195824.070000', '195824.530000', '195824.990000', '195825.450000', '195825.910000', '195826.370000', '195826.830000', '195827.290000', '195827.750000', '195828.210000', '195828.670000', '195829.130000', '195829.590000', '195830.050000', '195830.510000', '195830.970000', '195831.430000', '195831.890000', '195832.350000', '195832.810000', '195833.270000', '195833.730000', '195834.190000', '195834.650000', '195835.110000', '195835.570000', '195836.030000', '195836.490000', '195836.950000', '195837.410000', '195837.870000', '195838.330000', '195838.790000', '195839.250000', '195839.710000', '195840.170000', '195840.630000', '195841.090000', '195841.550000', '195842.010000', '195842.470000', '195842.930000', '195843.390000', '195843.850000', '195844.310000', '195844.770000', '195845.230000', '195845.690000', '195846.150000', '195846.610000', '195847.070000', '195847.530000', '195847.990000', '195848.450000', '195848.910000', '195849.370000', '195849.830000', '195850.290000', '195850.750000', '195851.210000', '195851.670000', '195852.130000', '195852.590000', '195853.050000', '195853.510000', '195853.970000', '195854.430000', '195854.890000', '195855.350000', '195855.810000', '195856.270000', '195856.730000', '195857.190000', '195857.650000', '195858.110000', '195858.570000', '195859.030000', '195859.490000', '195859.950000', '195900.410000', '195900.870000', '195901.330000', '195901.790000', '195902.250000', '195902.710000', '195903.170000', '195903.630000', '195904.090000', '195904.550000', '195905.010000', '195905.470000', '195905.930000', '195906.390000', '195906.850000', '195907.310000', '195907.770000', '195908.230000', '195908.690000', '195909.150000', '195909.610000', '195910.070000', '195910.530000', '195910.990000', '195911.450000', '195911.910000', '195912.370000', '195912.830000', '195913.290000', '195913.750000', '195914.210000', '195914.670000', '195915.130000', '195915.590000', '195916.050000', '195916.510000', '195916.970000', '195917.430000', '195917.890000', '195918.350000', '195918.810000', '195919.270000', '195919.730000', '195920.190000', '195920.650000', '195921.110000', '195921.570000', '195922.030000', '195922.490000', '195922.950000', '195923.410000', '195923.870000', '195924.330000', '195924.790000', '195925.250000', '195925.710000', '195926.170000', '195926.630000', '195927.090000', '195927.550000', '195928.010000', '195928.470000', '195928.930000', '195929.390000', '195929.850000', '195930.310000', '195930.770000', '195931.230000', '195931.690000', '195932.150000', '195932.610000', '195933.070000', '195933.530000', '195933.990000', '195934.450000', '195934.910000', '195935.370000', '195935.830000', '195936.290000', '195936.750000', '195937.210000', '195937.670000', '195938.130000', '195938.590000', '195939.050000', '195939.510000', '195939.970000', '195940.430000', '195940.890000', '195941.350000', '195941.810000', '195942.270000', '195942.730000', '195943.190000', '195943.650000', '195944.110000', '195944.570000', '195945.030000', '195945.490000', '195945.950000', '195946.410000', '195946.870000', '195947.330000', '195947.790000', '195948.250000', '195948.710000', '195949.170000', '195949.630000', '195950.090000', '195950.550000', '195951.010000', '195951.470000', '195951.930000', '195952.390000', '195952.850000', '195953.310000', '195953.770000', '195954.230000', '195954.690000', '195955.150000', '195955.610000', '195956.070000', '195956.530000', '195956.990000', '195957.450000', '195957.910000', '195958.370000', '195958.830000', '195959.290000', '195959.750000', '200000.210000', '200000.670000', '200001.130000', '200001.590000', '200002.050000', '200002.510000', '200002.970000', '200003.430000', '200003.890000', '200004.350000', '200004.810000', '200005.270000', '200005.730000', '200006.190000', '200006.650000', '200007.110000', '200007.570000', '200008.030000', '200008.490000', '200008.950000', '200009.410000', '200009.870000', '200010.330000', '200010.790000', '200011.250000', '200011.710000', '200012.170000', '200012.630000', '200013.090000', '200013.550000', '200014.010000', '200014.470000', '200014.930000', '200015.390000', '200015.850000', '200016.310000', '200016.770000', '200017.230000', '200017.690000', '200018.150000', '200018.610000', '200019.070000', '200019.530000', '200019.990000', '200020.450000', '200020.910000', '200021.370000', '200021.830000', '200022.290000', '200022.750000', '200023.210000', '200023.670000', '200024.130000', '200024.590000', '200025.050000', '200025.510000', '200025.970000', '200026.430000', '200026.890000', '200027.350000', '200027.810000', '200028.270000', '200028.730000', '200029.190000', '200029.650000', '200030.110000', '200030.570000', '200031.030000', '200031.490000', '200031.950000', '200032.410000', '200032.870000', '200033.330000', '200033.790000', '200034.250000', '200034.710000', '200035.170000', '200035.630000', '200036.090000', '200036.550000', '200037.010000', '200037.470000', '200037.930000', '200038.390000', '200038.850000', '200039.310000', '200039.770000', '200040.230000', '200040.690000', '200041.150000', '200041.610000', '200042.070000', '200042.530000', '200042.990000', '200043.450000', '200043.910000', '200044.370000', '200044.830000', '200045.290000', '200045.750000', '200046.210000', '200046.670000', '200047.130000', '200047.590000', '200048.050000', '200048.510000', '200048.970000', '200049.430000', '200049.890000', '200050.350000', '200050.810000', '200051.270000', '200051.730000', '200052.190000', '200052.650000', '200053.110000', '200053.570000', '200054.030000', '200054.490000', '200054.950000', '200055.410000', '200055.870000', '200056.330000', '200056.790000', '200057.250000', '200057.710000', '200058.170000', '200058.630000', '200059.090000', '200059.550000', '200100.010000', '200100.470000', '200100.930000', '200101.390000', '200101.850000', '200102.310000', '200102.770000', '200103.230000', '200103.690000', '200104.150000', '200104.610000', '200105.070000', '200105.530000', '200105.990000', '200106.450000', '200106.910000', '200107.370000', '200107.830000', '200108.290000', '200108.750000', '200109.210000', '200109.670000', '200110.130000', '200110.590000', '200111.050000', '200111.510000', '200111.970000', '200112.430000', '200112.890000', '200113.350000', '200113.810000', '200114.270000', '200114.730000', '200115.190000', '200115.650000', '200116.110000', '200116.570000', '200117.030000', '200117.490000', '200117.950000', '200118.410000', '200118.870000', '200119.330000', '200119.790000', '200120.250000', '200120.710000', '200121.170000', '200121.630000', '200122.090000', '200122.550000', '200123.010000', '200123.470000', '200123.930000', '200124.390000', '200124.850000', '200125.310000', '200125.770000', '200126.230000'], 'ContentTime': ['194732.802000', '194732.805000', '194732.808000', '194732.820000', '194732.823000', '194732.825000', '194732.828000', '194732.831000', '194732.833000', '194732.836000', '194732.838000', '194732.841000', '194732.843000', '194732.846000', '194732.849000', '194732.851000', '194732.854000', '194732.856000', '194732.859000', '194732.862000', '194732.864000', '194732.867000', '194732.869000', '194732.872000', '194732.875000', '194732.877000', '194732.880000', '194732.883000', '194732.885000', '194732.888000', '194732.890000', '194732.893000', '194732.895000', '194732.898000', '194732.901000', '194732.903000', '194732.906000', '194732.909000', '194732.911000', '194732.914000', '194732.916000', '194732.919000', '194732.922000', '194732.924000', '194752.768000', '194752.771000', '194752.774000', '194752.777000', '194752.779000', '194752.782000', '194752.784000', '194752.787000', '194752.789000', '194752.792000', '194752.795000', '194752.797000', '194752.800000', '194752.803000', '194752.805000', '194752.808000', '194752.810000', '194752.813000', '194752.815000', '194752.818000', '194752.821000', '194752.823000', '194752.826000', '194752.828000', '194752.831000', '194752.833000', '194752.836000', '194752.839000', '194752.841000', '194752.844000', '194752.846000', '194752.849000', '194752.851000', '194752.854000', '194752.856000', '194752.859000', '194752.862000', '194752.864000', '194752.867000', '194752.869000', '194752.872000', '194752.874000', '194752.877000', '194812.768000', '194812.771000', '194812.773000', '194812.776000', '194812.779000', '194812.782000', '194812.785000', '194812.788000', '194812.790000', '194812.793000', '194812.796000', '194812.798000', '194812.801000', '194812.803000', '194812.806000', '194812.809000', '194812.811000', '194812.814000', '194812.816000', '194812.819000', '194812.821000', '194812.824000', '194812.827000', '194812.829000', '194812.832000', '194812.835000', '194812.837000', '194812.840000', '194812.842000', '194812.845000', '194812.852000', '194812.855000', '194812.858000', '194812.860000', '194812.863000', '194812.865000', '194812.868000', '194812.870000', '194812.873000', '194812.876000', '194812.879000', '194812.881000', '194812.884000', '194832.768000', '194832.770000', '194832.773000', '194832.776000', '194832.778000', '194832.781000', '194832.783000', '194832.786000', '194832.789000', '194832.791000', '194832.794000', '194832.796000', '194832.799000', '194832.802000', '194832.804000', '194832.807000', '194832.809000', '194832.812000', '194832.815000', '194832.817000', '194832.820000', '194832.823000', '194832.825000', '194832.828000', '194832.830000', '194832.833000', '194832.836000', '194832.838000', '194832.841000', '194832.843000', '194832.846000', '194832.848000', '194832.851000', '194832.854000', '194832.856000', '194832.859000', '194832.861000', '194832.864000', '194832.867000', '194832.904000', '194832.907000', '194832.910000', '194832.912000', '194832.915000', '194852.767000', '194852.770000', '194852.773000', '194852.776000', '194852.778000', '194852.781000', '194852.784000', '194852.786000', '194852.789000', '194852.792000', '194852.794000', '194852.797000', '194852.799000', '194852.802000', '194852.805000', '194852.807000', '194852.810000', '194852.812000', '194852.815000', '194852.817000', '194852.820000', '194852.822000', '194852.825000', '194852.828000', '194852.830000', '194852.833000', '194852.836000', '194852.838000', '194852.841000', '194852.843000', '194852.846000', '194852.849000', '194852.851000', '194852.854000', '194852.864000', '194852.867000', '194852.869000', '194852.872000', '194852.875000', '194852.878000', '194852.880000', '194852.883000', '194852.886000', '194852.888000', '194912.767000', '194912.770000', '194912.773000', '194912.775000', '194912.778000', '194912.781000', '194912.784000', '194912.786000', '194912.789000', '194912.791000', '194912.794000', '194912.797000', '194912.799000', '194912.802000', '194912.805000', '194912.807000', '194912.810000', '194912.812000', '194912.815000', '194912.817000', '194912.820000', '194912.823000', '194912.825000', '194912.828000', '194912.831000', '194912.833000', '194912.836000', '194912.839000', '194912.841000', '194912.844000', '194912.847000', '194912.849000', '194912.852000', '194912.854000', '194912.857000', '194912.860000', '194912.862000', '194912.865000', '194912.868000', '194912.870000', '194912.873000', '194912.876000', '194912.878000', '194932.767000', '194932.770000', '194932.773000', '194932.776000', '194932.778000', '194932.781000', '194932.784000', '194932.786000', '194932.789000', '194932.792000', '194932.794000', '194932.797000', '194932.839000', '194932.841000', '194932.844000', '194932.846000', '194932.849000', '194932.852000', '194932.854000', '194932.857000', '194932.859000', '194932.862000', '194932.865000', '194932.867000', '194932.870000', '194932.873000', '194932.875000', '194932.878000', '194932.881000', '194932.883000', '194932.886000', '194932.889000', '194932.891000', '194932.894000', '194932.896000', '194932.899000', '194932.902000', '194932.905000', '194932.907000', '194932.910000', '194932.913000', '194932.915000', '194932.918000', '194932.920000', '194952.769000', '194952.772000', '194952.774000', '194952.778000', '194952.780000', '194952.783000', '194952.786000', '194952.789000', '194952.791000', '194952.794000', '194952.796000', '194952.799000', '194952.823000', '194952.826000', '194952.828000', '194952.831000', '194952.834000', '194952.836000', '194952.839000', '194952.841000', '194952.844000', '194952.847000', '194952.849000', '194952.852000', '194952.855000', '194952.857000', '194952.860000', '194952.862000', '194952.865000', '194952.867000', '194952.870000', '194952.872000', '194952.875000', '194952.878000', '194952.889000', '194952.891000', '194952.894000', '194952.897000', '194952.899000', '194952.902000', '194952.905000', '194952.907000', '194952.910000', '195012.769000', '195012.772000', '195012.774000', '195012.777000', '195012.780000', '195012.782000', '195012.785000', '195012.788000', '195012.797000', '195012.843000', '195012.846000', '195012.848000', '195012.851000', '195012.854000', '195012.856000', '195012.859000', '195012.862000', '195012.864000', '195012.867000', '195012.869000', '195012.872000', '195012.875000', '195012.877000', '195012.880000', '195012.883000', '195012.885000', '195012.888000', '195012.890000', '195012.893000', '195012.896000', '195012.898000', '195012.901000', '195012.904000', '195012.906000', '195012.933000', '195012.935000', '195012.938000', '195012.941000', '195012.943000', '195012.946000', '195012.949000', '195012.951000', '195012.954000', '195012.956000', '195032.768000', '195032.770000', '195032.773000', '195032.776000', '195032.779000', '195032.781000', '195032.784000', '195032.787000', '195032.789000', '195032.792000', '195032.795000', '195032.798000', '195032.800000', '195032.855000', '195032.858000', '195032.861000', '195032.863000', '195032.866000', '195032.868000', '195032.871000', '195032.874000', '195032.876000', '195032.879000', '195032.881000', '195032.884000', '195032.886000', '195032.889000', '195032.892000', '195032.894000', '195032.897000', '195032.900000', '195032.902000', '195032.905000', '195032.908000', '195032.910000', '195032.913000', '195032.915000', '195032.918000', '195032.921000', '195032.923000', '195032.926000', '195032.928000', '195032.931000', '195052.768000', '195052.770000', '195052.773000', '195052.776000', '195052.779000', '195052.781000', '195052.784000', '195052.787000', '195052.789000', '195052.792000', '195052.794000', '195052.797000', '195052.835000', '195052.837000', '195052.840000', '195052.843000', '195052.845000', '195052.848000', '195052.850000', '195052.853000', '195052.856000', '195052.858000', '195052.861000', '195052.864000', '195052.866000', '195052.869000', '195052.871000', '195052.874000', '195052.877000', '195052.879000', '195052.882000', '195052.885000', '195052.887000', '195052.890000', '195052.893000', '195052.895000', '195052.898000', '195052.900000', '195052.903000', '195052.906000', '195052.908000', '195052.911000', '195052.914000', '195052.916000', '195112.768000', '195112.771000', '195112.774000', '195112.776000', '195112.779000', '195112.782000', '195112.784000', '195112.787000', '195112.789000', '195112.792000', '195112.795000', '195112.797000', '195112.837000', '195112.839000', '195112.842000', '195112.845000', '195112.847000', '195112.850000', '195112.853000', '195112.855000', '195112.858000', '195112.860000', '195112.863000', '195112.866000', '195112.868000', '195112.871000', '195112.874000', '195112.876000', '195112.879000', '195112.882000', '195112.884000', '195112.887000', '195112.890000', '195112.892000', '195112.895000', '195112.897000', '195112.900000', '195112.903000', '195112.905000', '195112.908000', '195112.911000', '195112.913000', '195112.916000', '195132.768000', '195132.770000', '195132.773000', '195132.776000', '195132.779000', '195132.781000', '195132.784000', '195132.786000', '195132.789000', '195132.793000', '195132.795000', '195132.798000', '195132.834000', '195132.836000', '195132.839000', '195132.842000', '195132.844000', '195132.847000', '195132.850000', '195132.853000', '195132.856000', '195132.858000', '195132.861000', '195132.863000', '195132.866000', '195132.869000', '195132.872000', '195132.874000', '195132.877000', '195132.880000', '195132.882000', '195132.885000', '195132.888000', '195132.890000', '195132.893000', '195132.896000', '195132.898000', '195132.901000', '195132.903000', '195132.906000', '195132.909000', '195132.911000', '195132.914000', '195152.768000', '195152.771000', '195152.773000', '195152.776000', '195152.779000', '195152.781000', '195152.784000', '195152.786000', '195152.789000', '195152.792000', '195152.794000', '195152.797000', '195152.799000', '195152.859000', '195152.861000', '195152.864000', '195152.891000', '195152.894000', '195152.897000', '195152.899000', '195152.902000', '195152.905000', '195152.907000', '195152.910000', '195152.913000', '195152.916000', '195152.918000', '195152.921000', '195152.923000', '195152.926000', '195152.929000', '195152.931000', '195152.934000', '195152.937000', '195152.939000', '195152.942000', '195152.944000', '195152.947000', '195152.950000', '195152.952000', '195152.955000', '195152.958000', '195152.960000', '195152.963000', '195212.769000', '195212.772000', '195212.774000', '195212.777000', '195212.779000', '195212.782000', '195212.785000', '195212.787000', '195212.790000', '195212.792000', '195212.795000', '195212.798000', '195212.800000', '195212.803000', '195212.806000', '195212.808000', '195212.811000', '195212.814000', '195212.816000', '195212.819000', '195212.822000', '195212.824000', '195212.827000', '195212.829000', '195212.832000', '195212.835000', '195212.838000', '195212.840000', '195212.843000', '195212.854000', '195212.857000', '195212.860000', '195212.862000', '195212.865000', '195212.868000', '195212.870000', '195212.873000', '195212.876000', '195212.879000', '195212.881000', '195212.884000', '195212.886000', '195212.889000', '195212.892000', '195232.769000', '195232.771000', '195232.774000', '195232.777000', '195232.779000', '195232.782000', '195232.784000', '195232.787000', '195232.789000', '195232.792000', '195232.795000', '195232.797000', '195232.800000', '195232.802000', '195232.805000', '195232.808000', '195232.810000', '195232.813000', '195232.816000', '195232.818000', '195232.821000', '195232.824000', '195232.826000', '195232.829000', '195232.831000', '195232.834000', '195232.837000', '195232.839000', '195232.842000', '195232.845000', '195232.847000', '195232.850000', '195232.852000', '195232.855000', '195232.858000', '195232.860000', '195232.863000', '195232.865000', '195232.868000', '195232.871000', '195232.873000', '195232.876000', '195232.879000', '195252.768000', '195252.780000', '195252.782000', '195252.785000', '195252.788000', '195252.790000', '195252.793000', '195252.796000', '195252.798000', '195252.840000', '195252.842000', '195252.845000', '195252.848000', '195252.850000', '195252.853000', '195252.855000', '195252.858000', '195252.861000', '195252.863000', '195252.866000', '195252.869000', '195252.871000', '195252.874000', '195252.877000', '195252.880000', '195252.882000', '195252.885000', '195252.888000', '195252.890000', '195252.893000', '195252.896000', '195252.898000', '195252.901000', '195252.903000', '195252.906000', '195252.909000', '195252.911000', '195252.914000', '195252.916000', '195252.919000', '195252.922000', '195252.924000', '195252.927000', '195312.768000', '195312.771000', '195312.773000', '195312.776000', '195312.779000', '195312.781000', '195312.784000', '195312.787000', '195312.789000', '195312.792000', '195312.795000', '195312.797000', '195312.858000', '195312.860000', '195312.863000', '195312.866000', '195312.868000', '195312.871000', '195312.873000', '195312.876000', '195312.878000', '195312.881000', '195312.884000', '195312.886000', '195312.889000', '195312.891000', '195312.894000', '195312.909000', '195312.912000', '195312.914000', '195312.917000', '195312.920000', '195312.922000', '195312.925000', '195312.927000', '195312.930000', '195312.933000', '195312.935000', '195312.938000', '195312.941000', '195312.943000', '195312.946000', '195312.949000', '195312.951000', '195332.767000', '195332.770000', '195332.773000', '195332.775000', '195332.778000', '195332.780000', '195332.783000', '195332.786000', '195332.788000', '195332.791000', '195332.794000', '195332.796000', '195332.799000', '195332.802000', '195332.804000', '195332.807000', '195332.810000', '195332.812000', '195332.815000', '195332.818000', '195332.836000', '195332.839000', '195332.858000', '195332.860000', '195332.863000', '195332.866000', '195332.868000', '195332.871000', '195332.873000', '195332.876000', '195332.879000', '195332.881000', '195332.884000', '195332.887000', '195332.889000', '195332.892000', '195332.895000', '195332.897000', '195332.900000', '195332.902000', '195332.905000', '195332.908000', '195332.911000', '195352.768000', '195352.770000', '195352.773000', '195352.776000', '195352.779000', '195352.781000', '195352.784000', '195352.787000', '195352.789000', '195352.792000', '195352.795000', '195352.797000', '195352.800000', '195352.803000', '195352.806000', '195352.808000', '195352.811000', '195352.813000', '195352.816000', '195352.819000', '195352.822000', '195352.824000', '195352.827000', '195352.829000', '195352.832000', '195352.835000', '195352.837000', '195352.840000', '195352.843000', '195352.845000', '195352.848000', '195352.850000', '195352.853000', '195352.856000', '195352.858000', '195352.861000', '195352.863000', '195352.866000', '195352.869000', '195352.871000', '195352.874000', '195352.877000', '195352.879000', '195352.882000', '195412.768000', '195412.770000', '195412.773000', '195412.776000', '195412.778000', '195412.781000', '195412.784000', '195412.786000', '195412.789000', '195412.792000', '195412.794000', '195412.797000', '195412.853000', '195412.855000', '195412.858000', '195412.867000', '195412.870000', '195412.872000', '195412.875000', '195412.878000', '195412.880000', '195412.883000', '195412.886000', '195412.888000', '195412.891000', '195412.894000', '195412.897000', '195412.899000', '195412.902000', '195412.904000', '195412.907000', '195412.910000', '195412.912000', '195412.915000', '195412.918000', '195412.920000', '195412.923000', '195412.925000', '195412.928000', '195412.931000', '195412.933000', '195412.936000', '195412.939000', '195432.768000', '195432.771000', '195432.774000', '195432.777000', '195432.779000', '195432.782000', '195432.784000', '195432.787000', '195432.790000', '195432.792000', '195432.795000', '195432.798000', '195432.881000', '195432.884000', '195432.886000', '195432.889000', '195432.891000', '195432.894000', '195432.897000', '195432.899000', '195432.902000', '195432.904000', '195432.907000', '195432.910000', '195432.912000', '195432.915000', '195432.917000', '195432.920000', '195432.923000', '195432.925000', '195432.928000', '195432.930000', '195432.933000', '195432.936000', '195432.938000', '195432.941000', '195432.943000', '195432.962000', '195432.965000', '195432.967000', '195432.970000', '195432.973000', '195432.975000', '195432.978000', '195452.769000', '195452.771000', '195452.774000', '195452.777000', '195452.780000', '195452.782000', '195452.785000', '195452.788000', '195452.791000', '195452.793000', '195452.796000', '195452.798000', '195452.872000', '195452.874000', '195452.877000', '195452.880000', '195452.882000', '195452.885000', '195452.888000', '195452.890000', '195452.893000', '195452.896000', '195452.898000', '195452.901000', '195452.904000', '195452.906000', '195452.909000', '195452.912000', '195452.915000', '195452.920000', '195452.922000', '195452.925000', '195452.928000', '195452.930000', '195452.933000', '195452.935000', '195452.938000', '195452.941000', '195452.944000', '195452.946000', '195452.949000', '195452.951000', '195452.954000', '195512.768000', '195512.770000', '195512.773000', '195512.776000', '195512.779000', '195512.782000', '195512.784000', '195512.787000', '195512.790000', '195512.792000', '195512.795000', '195512.798000', '195512.859000', '195512.862000', '195512.864000', '195512.867000', '195512.870000', '195512.872000', '195512.875000', '195512.878000', '195512.880000', '195512.883000', '195512.886000', '195512.888000', '195512.891000', '195512.894000', '195512.896000', '195512.899000', '195512.902000', '195512.905000', '195512.907000', '195512.910000', '195512.913000', '195512.915000', '195512.918000', '195512.921000', '195512.923000', '195512.926000', '195512.929000', '195512.931000', '195512.934000', '195512.936000', '195512.939000', '195512.942000', '195532.768000', '195532.771000', '195532.773000', '195532.776000', '195532.779000', '195532.781000', '195532.784000', '195532.787000', '195532.789000', '195532.792000', '195532.795000', '195532.798000', '195532.862000', '195532.864000', '195532.867000', '195532.870000', '195532.872000', '195532.875000', '195532.878000', '195532.880000', '195532.883000', '195532.886000', '195532.889000', '195532.891000', '195532.894000', '195532.897000', '195532.899000', '195532.903000', '195532.906000', '195532.909000', '195532.911000', '195532.914000', '195532.917000', '195532.919000', '195532.922000', '195532.924000', '195532.927000', '195532.930000', '195532.932000', '195532.935000', '195532.938000', '195532.941000', '195532.943000', '195552.768000', '195552.770000', '195552.773000', '195552.776000', '195552.778000', '195552.781000', '195552.784000', '195552.787000', '195552.789000', '195552.792000', '195552.794000', '195552.797000', '195552.800000', '195552.802000', '195552.805000', '195552.808000', '195552.810000', '195552.813000', '195552.815000', '195552.818000', '195552.821000', '195552.824000', '195552.826000', '195552.829000', '195552.831000', '195552.834000', '195552.837000', '195552.840000', '195552.842000', '195552.845000', '195552.847000', '195552.850000', '195552.853000', '195552.855000', '195552.868000', '195552.871000', '195552.874000', '195552.877000', '195552.879000', '195552.882000', '195552.884000', '195552.887000', '195552.889000', '195552.892000', '195612.768000', '195612.771000', '195612.774000', '195612.776000', '195612.779000', '195612.782000', '195612.784000', '195612.787000', '195612.790000', '195612.792000', '195612.795000', '195612.798000', '195612.850000', '195612.852000', '195612.855000', '195612.857000', '195612.860000', '195612.863000', '195612.865000', '195612.868000', '195612.871000', '195612.873000', '195612.876000', '195612.879000', '195612.881000', '195612.884000', '195612.887000', '195612.889000', '195612.892000', '195612.895000', '195612.897000', '195612.900000', '195612.902000', '195612.905000', '195612.908000', '195612.911000', '195612.913000', '195612.916000', '195612.919000', '195612.922000', '195612.924000', '195612.927000', '195612.929000', '195632.768000', '195632.770000', '195632.773000', '195632.776000', '195632.779000', '195632.781000', '195632.784000', '195632.786000', '195632.789000', '195632.792000', '195632.795000', '195632.797000', '195632.863000', '195632.865000', '195632.868000', '195632.881000', '195632.883000', '195632.886000', '195632.889000', '195632.891000', '195632.894000', '195632.896000', '195632.899000', '195632.902000', '195632.904000', '195632.907000', '195632.909000', '195632.912000', '195632.915000', '195632.917000', '195632.920000', '195632.922000', '195632.925000', '195632.928000', '195632.930000', '195632.933000', '195632.936000', '195632.938000', '195632.941000', '195632.944000', '195632.946000', '195632.949000', '195632.951000', '195632.954000', '195652.769000', '195652.772000', '195652.774000', '195652.777000', '195652.780000', '195652.782000', '195652.785000', '195652.788000', '195652.790000', '195652.793000', '195652.796000', '195652.798000', '195652.801000', '195652.804000', '195652.806000', '195652.809000', '195652.812000', '195652.814000', '195652.817000', '195652.819000', '195652.822000', '195652.825000', '195652.828000', '195652.830000', '195652.833000', '195652.835000', '195652.838000', '195652.840000', '195652.843000', '195652.846000', '195652.848000', '195652.851000', '195652.859000', '195652.862000', '195652.865000', '195652.868000', '195652.870000', '195652.873000', '195652.875000', '195652.878000', '195652.881000', '195652.884000', '195652.886000', '195712.769000', '195712.772000', '195712.774000', '195712.777000', '195712.780000', '195712.782000', '195712.785000', '195712.788000', '195712.790000', '195712.793000', '195712.796000', '195712.798000', '195712.801000', '195712.804000', '195712.806000', '195712.809000', '195712.848000', '195712.851000', '195712.854000', '195712.856000', '195712.859000', '195712.862000', '195712.865000', '195712.867000', '195712.870000', '195712.872000', '195712.875000', '195712.878000', '195712.880000', '195712.883000', '195712.886000', '195712.888000', '195712.891000', '195712.893000', '195712.896000', '195712.899000', '195712.901000', '195712.904000', '195712.907000', '195712.909000', '195712.912000', '195712.914000', '195712.917000', '195712.920000', '195732.768000', '195732.771000', '195732.773000', '195732.776000', '195732.779000', '195732.782000', '195732.784000', '195732.787000', '195732.790000', '195732.792000', '195732.795000', '195732.797000', '195732.800000', '195732.874000', '195732.877000', '195732.880000', '195732.882000', '195732.885000', '195732.887000', '195732.890000', '195732.893000', '195732.895000', '195732.898000', '195732.900000', '195732.903000', '195732.906000', '195732.908000', '195732.911000', '195732.914000', '195732.917000', '195732.919000', '195732.922000', '195732.925000', '195732.927000', '195732.930000', '195732.933000', '195732.935000', '195732.938000', '195732.941000', '195732.944000', '195732.946000', '195732.949000', '195732.952000', '195752.768000', '195752.771000', '195752.773000', '195752.776000', '195752.779000', '195752.782000', '195752.784000', '195752.787000', '195752.789000', '195752.792000', '195752.795000', '195752.797000', '195752.800000', '195752.803000', '195752.806000', '195752.808000', '195752.811000', '195752.814000', '195752.817000', '195752.819000', '195752.822000', '195752.825000', '195752.827000', '195752.830000', '195752.833000', '195752.835000', '195752.838000', '195752.840000', '195752.843000', '195752.846000', '195752.849000', '195752.851000', '195752.854000', '195752.857000', '195752.859000', '195752.862000', '195752.865000', '195752.867000', '195752.870000', '195752.872000', '195752.875000', '195752.878000', '195752.881000', '195752.883000', '195812.768000', '195812.771000', '195812.774000', '195812.776000', '195812.779000', '195812.781000', '195812.784000', '195812.787000', '195812.790000', '195812.792000', '195812.795000', '195812.798000', '195812.801000', '195812.803000', '195812.806000', '195812.808000', '195812.811000', '195812.814000', '195812.816000', '195812.819000', '195812.822000', '195812.824000', '195812.827000', '195812.830000', '195812.832000', '195812.835000', '195812.837000', '195812.840000', '195812.843000', '195812.845000', '195812.848000', '195812.851000', '195812.853000', '195812.856000', '195812.859000', '195812.870000', '195812.873000', '195812.875000', '195812.878000', '195812.880000', '195812.883000', '195812.886000', '195812.888000', '195832.768000', '195832.771000', '195832.773000', '195832.776000', '195832.779000', '195832.781000', '195832.784000', '195832.786000', '195832.789000', '195832.792000', '195832.794000', '195832.797000', '195832.889000', '195832.892000', '195832.895000', '195832.898000', '195832.900000', '195832.903000', '195832.905000', '195832.908000', '195832.911000', '195832.913000', '195832.916000', '195832.919000', '195832.921000', '195832.924000', '195832.926000', '195832.929000', '195832.932000', '195832.934000', '195832.937000', '195832.940000', '195832.942000', '195832.945000', '195832.948000', '195832.950000', '195832.953000', '195832.955000', '195832.958000', '195832.961000', '195832.963000', '195832.966000', '195832.969000', '195832.971000', '195852.768000', '195852.771000', '195852.774000', '195852.776000', '195852.779000', '195852.781000', '195852.784000', '195852.787000', '195852.789000', '195852.792000', '195852.795000', '195852.797000', '195852.800000', '195852.803000', '195852.805000', '195852.808000', '195852.811000', '195852.813000', '195852.816000', '195852.818000', '195852.821000', '195852.824000', '195852.826000', '195852.829000', '195852.831000', '195852.834000', '195852.837000', '195852.840000', '195852.842000', '195852.845000', '195852.847000', '195852.850000', '195852.853000', '195852.855000', '195852.858000', '195852.861000', '195852.863000', '195852.866000', '195852.868000', '195852.871000', '195852.874000', '195852.876000', '195852.879000', '195912.768000', '195912.771000', '195912.774000', '195912.777000', '195912.780000', '195912.783000', '195912.786000', '195912.788000', '195912.791000', '195912.794000', '195912.796000', '195912.799000', '195912.872000', '195912.875000', '195912.878000', '195912.880000', '195912.883000', '195912.886000', '195912.888000', '195912.891000', '195912.893000', '195912.896000', '195912.899000', '195912.902000', '195912.904000', '195912.907000', '195912.910000', '195912.912000', '195912.915000', '195912.917000', '195912.920000', '195912.923000', '195912.925000', '195912.928000', '195912.931000', '195912.933000', '195912.936000', '195912.938000', '195912.941000', '195912.944000', '195912.946000', '195912.949000', '195912.952000', '195932.769000', '195932.772000', '195932.774000', '195932.777000', '195932.780000', '195932.782000', '195932.785000', '195932.788000', '195932.790000', '195932.793000', '195932.796000', '195932.798000', '195932.801000', '195932.804000', '195932.806000', '195932.809000', '195932.812000', '195932.814000', '195932.817000', '195932.820000', '195932.822000', '195932.825000', '195932.827000', '195932.830000', '195932.833000', '195932.861000', '195932.863000', '195932.866000', '195932.869000', '195932.871000', '195932.874000', '195932.876000', '195932.879000', '195932.882000', '195932.884000', '195932.887000', '195932.890000', '195932.892000', '195932.895000', '195932.898000', '195932.900000', '195932.903000', '195932.906000', '195932.908000', '195952.768000', '195952.771000', '195952.774000', '195952.776000', '195952.779000', '195952.782000', '195952.784000', '195952.787000', '195952.790000', '195952.793000', '195952.795000', '195952.798000', '195952.915000', '195952.917000', '195952.920000', '195952.923000', '195952.936000', '195952.939000', '195952.941000', '195952.944000', '195952.947000', '195952.950000', '195952.952000', '195952.955000', '195952.958000', '195952.960000', '195952.963000', '195952.965000', '195952.968000', '195952.971000', '195952.973000', '195952.976000', '195952.979000', '195952.981000', '195952.984000', '195952.987000', '195952.989000', '195952.992000', '195952.995000', '195952.998000', '195953.001000', '195953.004000', '195953.007000', '200012.768000', '200012.771000', '200012.773000', '200012.776000', '200012.779000', '200012.781000', '200012.784000', '200012.787000', '200012.789000', '200012.792000', '200012.795000', '200012.797000', '200012.800000', '200012.803000', '200012.805000', '200012.808000', '200012.811000', '200012.814000', '200012.817000', '200012.819000', '200012.822000', '200012.825000', '200012.827000', '200012.830000', '200012.833000', '200012.835000', '200012.838000', '200012.841000', '200012.843000', '200012.846000', '200012.849000', '200012.851000', '200012.854000', '200012.856000', '200012.859000', '200012.862000', '200012.864000', '200012.867000', '200012.870000', '200012.872000', '200012.875000', '200012.877000', '200012.880000', '200012.883000', '200032.768000', '200032.771000', '200032.774000', '200032.776000', '200032.779000', '200032.781000', '200032.784000', '200032.787000', '200032.790000', '200032.792000', '200032.795000', '200032.798000', '200032.801000', '200032.805000', '200032.808000', '200032.810000', '200032.813000', '200032.816000', '200032.819000', '200032.822000', '200032.825000', '200032.828000', '200032.830000', '200032.833000', '200032.836000', '200032.838000', '200032.841000', '200032.844000', '200032.846000', '200032.849000', '200032.852000', '200032.854000', '200032.857000', '200032.860000', '200032.862000', '200032.865000', '200032.868000', '200032.870000', '200032.873000', '200032.876000', '200032.879000', '200032.881000', '200032.884000', '200052.768000', '200052.771000', '200052.773000', '200052.776000', '200052.779000', '200052.781000', '200052.784000', '200052.787000', '200052.790000', '200052.792000', '200052.795000', '200052.798000', '200052.801000', '200052.803000', '200052.806000', '200052.809000', '200052.811000', '200052.814000', '200052.817000', '200052.819000', '200052.822000', '200052.825000', '200052.827000', '200052.830000', '200052.833000', '200052.835000', '200052.838000', '200052.841000', '200052.843000', '200052.846000', '200052.849000', '200052.851000', '200052.854000', '200052.857000', '200052.859000', '200052.862000', '200052.865000', '200052.867000', '200052.870000', '200052.873000', '200052.875000', '200052.878000', '200052.881000', '200052.883000', '200112.767000', '200112.770000', '200112.773000', '200112.776000', '200112.779000', '200112.781000', '200112.784000', '200112.787000', '200112.789000', '200112.792000', '200112.795000', '200112.797000', '200112.861000', '200112.863000', '200112.866000', '200112.869000', '200112.872000', '200112.874000', '200112.877000', '200112.880000', '200112.883000', '200112.885000', '200112.888000', '200112.891000', '200112.893000', '200112.896000', '200112.899000', '200112.901000', '200112.904000', '200112.907000', '200112.909000', '200112.912000', '200112.915000', '200112.917000', '200112.920000', '200112.923000', '200112.925000', '200112.928000', '200112.931000', '200112.933000', '200112.936000', '200112.939000', '200112.941000', '200127.540000', '200127.543000', '200127.546000', '200127.549000', '200127.552000', '200127.555000', '200127.557000', '200127.560000', '200127.563000', '200127.566000', '200127.569000', '200127.572000', '200127.576000', '200127.579000', '200127.582000', '200127.585000', '200127.588000', '200127.590000', '200127.593000', '200127.596000', '200127.598000', '200127.601000', '200127.607000', '200127.610000', '200127.614000', '200127.618000', '200127.621000', '200127.624000', '200127.627000', '200127.629000', '200127.632000', '200127.635000', '200127.637000'], 'InstanceCreationTime': ['194732.802000', '194732.805000', '194732.808000', '194732.820000', '194732.823000', '194732.825000', '194732.828000', '194732.831000', '194732.833000', '194732.836000', '194732.838000', '194732.841000', '194732.843000', '194732.846000', '194732.849000', '194732.851000', '194732.854000', '194732.856000', '194732.859000', '194732.862000', '194732.864000', '194732.867000', '194732.869000', '194732.872000', '194732.875000', '194732.877000', '194732.880000', '194732.883000', '194732.885000', '194732.888000', '194732.890000', '194732.893000', '194732.895000', '194732.898000', '194732.901000', '194732.903000', '194732.906000', '194732.909000', '194732.911000', '194732.914000', '194732.916000', '194732.919000', '194732.922000', '194732.924000', '194752.768000', '194752.771000', '194752.774000', '194752.777000', '194752.779000', '194752.782000', '194752.784000', '194752.787000', '194752.789000', '194752.792000', '194752.795000', '194752.797000', '194752.800000', '194752.803000', '194752.805000', '194752.808000', '194752.810000', '194752.813000', '194752.815000', '194752.818000', '194752.821000', '194752.823000', '194752.826000', '194752.828000', '194752.831000', '194752.833000', '194752.836000', '194752.839000', '194752.841000', '194752.844000', '194752.846000', '194752.849000', '194752.851000', '194752.854000', '194752.856000', '194752.859000', '194752.862000', '194752.864000', '194752.867000', '194752.869000', '194752.872000', '194752.874000', '194752.877000', '194812.768000', '194812.771000', '194812.773000', '194812.776000', '194812.779000', '194812.782000', '194812.785000', '194812.788000', '194812.790000', '194812.793000', '194812.796000', '194812.798000', '194812.801000', '194812.803000', '194812.806000', '194812.809000', '194812.811000', '194812.814000', '194812.816000', '194812.819000', '194812.821000', '194812.824000', '194812.827000', '194812.829000', '194812.832000', '194812.835000', '194812.837000', '194812.840000', '194812.842000', '194812.845000', '194812.852000', '194812.855000', '194812.858000', '194812.860000', '194812.863000', '194812.865000', '194812.868000', '194812.870000', '194812.873000', '194812.876000', '194812.879000', '194812.881000', '194812.884000', '194832.768000', '194832.770000', '194832.773000', '194832.776000', '194832.778000', '194832.781000', '194832.783000', '194832.786000', '194832.789000', '194832.791000', '194832.794000', '194832.796000', '194832.799000', '194832.802000', '194832.804000', '194832.807000', '194832.809000', '194832.812000', '194832.815000', '194832.817000', '194832.820000', '194832.823000', '194832.825000', '194832.828000', '194832.830000', '194832.833000', '194832.836000', '194832.838000', '194832.841000', '194832.843000', '194832.846000', '194832.848000', '194832.851000', '194832.854000', '194832.856000', '194832.859000', '194832.861000', '194832.864000', '194832.867000', '194832.904000', '194832.907000', '194832.910000', '194832.912000', '194832.915000', '194852.767000', '194852.770000', '194852.773000', '194852.776000', '194852.778000', '194852.781000', '194852.784000', '194852.786000', '194852.789000', '194852.792000', '194852.794000', '194852.797000', '194852.799000', '194852.802000', '194852.805000', '194852.807000', '194852.810000', '194852.812000', '194852.815000', '194852.817000', '194852.820000', '194852.822000', '194852.825000', '194852.828000', '194852.830000', '194852.833000', '194852.836000', '194852.838000', '194852.841000', '194852.843000', '194852.846000', '194852.849000', '194852.851000', '194852.854000', '194852.864000', '194852.867000', '194852.869000', '194852.872000', '194852.875000', '194852.878000', '194852.880000', '194852.883000', '194852.886000', '194852.888000', '194912.767000', '194912.770000', '194912.773000', '194912.775000', '194912.778000', '194912.781000', '194912.784000', '194912.786000', '194912.789000', '194912.791000', '194912.794000', '194912.797000', '194912.799000', '194912.802000', '194912.805000', '194912.807000', '194912.810000', '194912.812000', '194912.815000', '194912.817000', '194912.820000', '194912.823000', '194912.825000', '194912.828000', '194912.831000', '194912.833000', '194912.836000', '194912.839000', '194912.841000', '194912.844000', '194912.847000', '194912.849000', '194912.852000', '194912.854000', '194912.857000', '194912.860000', '194912.862000', '194912.865000', '194912.868000', '194912.870000', '194912.873000', '194912.876000', '194912.878000', '194932.767000', '194932.770000', '194932.773000', '194932.776000', '194932.778000', '194932.781000', '194932.784000', '194932.786000', '194932.789000', '194932.792000', '194932.794000', '194932.797000', '194932.839000', '194932.841000', '194932.844000', '194932.846000', '194932.849000', '194932.852000', '194932.854000', '194932.857000', '194932.859000', '194932.862000', '194932.865000', '194932.867000', '194932.870000', '194932.873000', '194932.875000', '194932.878000', '194932.881000', '194932.883000', '194932.886000', '194932.889000', '194932.891000', '194932.894000', '194932.896000', '194932.899000', '194932.902000', '194932.905000', '194932.907000', '194932.910000', '194932.913000', '194932.915000', '194932.918000', '194932.920000', '194952.769000', '194952.772000', '194952.774000', '194952.778000', '194952.780000', '194952.783000', '194952.786000', '194952.789000', '194952.791000', '194952.794000', '194952.796000', '194952.799000', '194952.823000', '194952.826000', '194952.828000', '194952.831000', '194952.834000', '194952.836000', '194952.839000', '194952.841000', '194952.844000', '194952.847000', '194952.849000', '194952.852000', '194952.855000', '194952.857000', '194952.860000', '194952.862000', '194952.865000', '194952.867000', '194952.870000', '194952.872000', '194952.875000', '194952.878000', '194952.889000', '194952.891000', '194952.894000', '194952.897000', '194952.899000', '194952.902000', '194952.905000', '194952.907000', '194952.910000', '195012.769000', '195012.772000', '195012.774000', '195012.777000', '195012.780000', '195012.782000', '195012.785000', '195012.788000', '195012.797000', '195012.843000', '195012.846000', '195012.848000', '195012.851000', '195012.854000', '195012.856000', '195012.859000', '195012.862000', '195012.864000', '195012.867000', '195012.869000', '195012.872000', '195012.875000', '195012.877000', '195012.880000', '195012.883000', '195012.885000', '195012.888000', '195012.890000', '195012.893000', '195012.896000', '195012.898000', '195012.901000', '195012.904000', '195012.906000', '195012.933000', '195012.935000', '195012.938000', '195012.941000', '195012.943000', '195012.946000', '195012.949000', '195012.951000', '195012.954000', '195012.956000', '195032.768000', '195032.770000', '195032.773000', '195032.776000', '195032.779000', '195032.781000', '195032.784000', '195032.787000', '195032.789000', '195032.792000', '195032.795000', '195032.798000', '195032.800000', '195032.855000', '195032.858000', '195032.861000', '195032.863000', '195032.866000', '195032.868000', '195032.871000', '195032.874000', '195032.876000', '195032.879000', '195032.881000', '195032.884000', '195032.886000', '195032.889000', '195032.892000', '195032.894000', '195032.897000', '195032.900000', '195032.902000', '195032.905000', '195032.908000', '195032.910000', '195032.913000', '195032.915000', '195032.918000', '195032.921000', '195032.923000', '195032.926000', '195032.928000', '195032.931000', '195052.768000', '195052.770000', '195052.773000', '195052.776000', '195052.779000', '195052.781000', '195052.784000', '195052.787000', '195052.789000', '195052.792000', '195052.794000', '195052.797000', '195052.835000', '195052.837000', '195052.840000', '195052.843000', '195052.845000', '195052.848000', '195052.850000', '195052.853000', '195052.856000', '195052.858000', '195052.861000', '195052.864000', '195052.866000', '195052.869000', '195052.871000', '195052.874000', '195052.877000', '195052.879000', '195052.882000', '195052.885000', '195052.887000', '195052.890000', '195052.893000', '195052.895000', '195052.898000', '195052.900000', '195052.903000', '195052.906000', '195052.908000', '195052.911000', '195052.914000', '195052.916000', '195112.768000', '195112.771000', '195112.774000', '195112.776000', '195112.779000', '195112.782000', '195112.784000', '195112.787000', '195112.789000', '195112.792000', '195112.795000', '195112.797000', '195112.837000', '195112.839000', '195112.842000', '195112.845000', '195112.847000', '195112.850000', '195112.853000', '195112.855000', '195112.858000', '195112.860000', '195112.863000', '195112.866000', '195112.868000', '195112.871000', '195112.874000', '195112.876000', '195112.879000', '195112.882000', '195112.884000', '195112.887000', '195112.890000', '195112.892000', '195112.895000', '195112.897000', '195112.900000', '195112.903000', '195112.905000', '195112.908000', '195112.911000', '195112.913000', '195112.916000', '195132.768000', '195132.770000', '195132.773000', '195132.776000', '195132.779000', '195132.781000', '195132.784000', '195132.786000', '195132.789000', '195132.793000', '195132.795000', '195132.798000', '195132.834000', '195132.836000', '195132.839000', '195132.842000', '195132.844000', '195132.847000', '195132.850000', '195132.853000', '195132.856000', '195132.858000', '195132.861000', '195132.863000', '195132.866000', '195132.869000', '195132.872000', '195132.874000', '195132.877000', '195132.880000', '195132.882000', '195132.885000', '195132.888000', '195132.890000', '195132.893000', '195132.896000', '195132.898000', '195132.901000', '195132.903000', '195132.906000', '195132.909000', '195132.911000', '195132.914000', '195152.768000', '195152.771000', '195152.773000', '195152.776000', '195152.779000', '195152.781000', '195152.784000', '195152.786000', '195152.789000', '195152.792000', '195152.794000', '195152.797000', '195152.799000', '195152.859000', '195152.861000', '195152.864000', '195152.891000', '195152.894000', '195152.897000', '195152.899000', '195152.902000', '195152.905000', '195152.907000', '195152.910000', '195152.913000', '195152.916000', '195152.918000', '195152.921000', '195152.923000', '195152.926000', '195152.929000', '195152.931000', '195152.934000', '195152.937000', '195152.939000', '195152.942000', '195152.944000', '195152.947000', '195152.950000', '195152.952000', '195152.955000', '195152.958000', '195152.960000', '195152.963000', '195212.769000', '195212.772000', '195212.774000', '195212.777000', '195212.779000', '195212.782000', '195212.785000', '195212.787000', '195212.790000', '195212.792000', '195212.795000', '195212.798000', '195212.800000', '195212.803000', '195212.806000', '195212.808000', '195212.811000', '195212.814000', '195212.816000', '195212.819000', '195212.822000', '195212.824000', '195212.827000', '195212.829000', '195212.832000', '195212.835000', '195212.838000', '195212.840000', '195212.843000', '195212.854000', '195212.857000', '195212.860000', '195212.862000', '195212.865000', '195212.868000', '195212.870000', '195212.873000', '195212.876000', '195212.879000', '195212.881000', '195212.884000', '195212.886000', '195212.889000', '195212.892000', '195232.769000', '195232.771000', '195232.774000', '195232.777000', '195232.779000', '195232.782000', '195232.784000', '195232.787000', '195232.789000', '195232.792000', '195232.795000', '195232.797000', '195232.800000', '195232.802000', '195232.805000', '195232.808000', '195232.810000', '195232.813000', '195232.816000', '195232.818000', '195232.821000', '195232.824000', '195232.826000', '195232.829000', '195232.831000', '195232.834000', '195232.837000', '195232.839000', '195232.842000', '195232.845000', '195232.847000', '195232.850000', '195232.852000', '195232.855000', '195232.858000', '195232.860000', '195232.863000', '195232.865000', '195232.868000', '195232.871000', '195232.873000', '195232.876000', '195232.879000', '195252.768000', '195252.780000', '195252.782000', '195252.785000', '195252.788000', '195252.790000', '195252.793000', '195252.796000', '195252.798000', '195252.840000', '195252.842000', '195252.845000', '195252.848000', '195252.850000', '195252.853000', '195252.855000', '195252.858000', '195252.861000', '195252.863000', '195252.866000', '195252.869000', '195252.871000', '195252.874000', '195252.877000', '195252.880000', '195252.882000', '195252.885000', '195252.888000', '195252.890000', '195252.893000', '195252.896000', '195252.898000', '195252.901000', '195252.903000', '195252.906000', '195252.909000', '195252.911000', '195252.914000', '195252.916000', '195252.919000', '195252.922000', '195252.924000', '195252.927000', '195312.768000', '195312.771000', '195312.773000', '195312.776000', '195312.779000', '195312.781000', '195312.784000', '195312.787000', '195312.789000', '195312.792000', '195312.795000', '195312.797000', '195312.858000', '195312.860000', '195312.863000', '195312.866000', '195312.868000', '195312.871000', '195312.873000', '195312.876000', '195312.878000', '195312.881000', '195312.884000', '195312.886000', '195312.889000', '195312.891000', '195312.894000', '195312.909000', '195312.912000', '195312.914000', '195312.917000', '195312.920000', '195312.922000', '195312.925000', '195312.927000', '195312.930000', '195312.933000', '195312.935000', '195312.938000', '195312.941000', '195312.943000', '195312.946000', '195312.949000', '195312.951000', '195332.767000', '195332.770000', '195332.773000', '195332.775000', '195332.778000', '195332.780000', '195332.783000', '195332.786000', '195332.788000', '195332.791000', '195332.794000', '195332.796000', '195332.799000', '195332.802000', '195332.804000', '195332.807000', '195332.810000', '195332.812000', '195332.815000', '195332.818000', '195332.836000', '195332.839000', '195332.858000', '195332.860000', '195332.863000', '195332.866000', '195332.868000', '195332.871000', '195332.873000', '195332.876000', '195332.879000', '195332.881000', '195332.884000', '195332.887000', '195332.889000', '195332.892000', '195332.895000', '195332.897000', '195332.900000', '195332.902000', '195332.905000', '195332.908000', '195332.911000', '195352.768000', '195352.770000', '195352.773000', '195352.776000', '195352.779000', '195352.781000', '195352.784000', '195352.787000', '195352.789000', '195352.792000', '195352.795000', '195352.797000', '195352.800000', '195352.803000', '195352.806000', '195352.808000', '195352.811000', '195352.813000', '195352.816000', '195352.819000', '195352.822000', '195352.824000', '195352.827000', '195352.829000', '195352.832000', '195352.835000', '195352.837000', '195352.840000', '195352.843000', '195352.845000', '195352.848000', '195352.850000', '195352.853000', '195352.856000', '195352.858000', '195352.861000', '195352.863000', '195352.866000', '195352.869000', '195352.871000', '195352.874000', '195352.877000', '195352.879000', '195352.882000', '195412.768000', '195412.770000', '195412.773000', '195412.776000', '195412.778000', '195412.781000', '195412.784000', '195412.786000', '195412.789000', '195412.792000', '195412.794000', '195412.797000', '195412.853000', '195412.855000', '195412.858000', '195412.867000', '195412.870000', '195412.872000', '195412.875000', '195412.878000', '195412.880000', '195412.883000', '195412.886000', '195412.888000', '195412.891000', '195412.894000', '195412.897000', '195412.899000', '195412.902000', '195412.904000', '195412.907000', '195412.910000', '195412.912000', '195412.915000', '195412.918000', '195412.920000', '195412.923000', '195412.925000', '195412.928000', '195412.931000', '195412.933000', '195412.936000', '195412.939000', '195432.768000', '195432.771000', '195432.774000', '195432.777000', '195432.779000', '195432.782000', '195432.784000', '195432.787000', '195432.790000', '195432.792000', '195432.795000', '195432.798000', '195432.881000', '195432.884000', '195432.886000', '195432.889000', '195432.891000', '195432.894000', '195432.897000', '195432.899000', '195432.902000', '195432.904000', '195432.907000', '195432.910000', '195432.912000', '195432.915000', '195432.917000', '195432.920000', '195432.923000', '195432.925000', '195432.928000', '195432.930000', '195432.933000', '195432.936000', '195432.938000', '195432.941000', '195432.943000', '195432.962000', '195432.965000', '195432.967000', '195432.970000', '195432.973000', '195432.975000', '195432.978000', '195452.769000', '195452.771000', '195452.774000', '195452.777000', '195452.780000', '195452.782000', '195452.785000', '195452.788000', '195452.791000', '195452.793000', '195452.796000', '195452.798000', '195452.872000', '195452.874000', '195452.877000', '195452.880000', '195452.882000', '195452.885000', '195452.888000', '195452.890000', '195452.893000', '195452.896000', '195452.898000', '195452.901000', '195452.904000', '195452.906000', '195452.909000', '195452.912000', '195452.915000', '195452.920000', '195452.922000', '195452.925000', '195452.928000', '195452.930000', '195452.933000', '195452.935000', '195452.938000', '195452.941000', '195452.944000', '195452.946000', '195452.949000', '195452.951000', '195452.954000', '195512.768000', '195512.770000', '195512.773000', '195512.776000', '195512.779000', '195512.782000', '195512.784000', '195512.787000', '195512.790000', '195512.792000', '195512.795000', '195512.798000', '195512.859000', '195512.862000', '195512.864000', '195512.867000', '195512.870000', '195512.872000', '195512.875000', '195512.878000', '195512.880000', '195512.883000', '195512.886000', '195512.888000', '195512.891000', '195512.894000', '195512.896000', '195512.899000', '195512.902000', '195512.905000', '195512.907000', '195512.910000', '195512.913000', '195512.915000', '195512.918000', '195512.921000', '195512.923000', '195512.926000', '195512.929000', '195512.931000', '195512.934000', '195512.936000', '195512.939000', '195512.942000', '195532.768000', '195532.771000', '195532.773000', '195532.776000', '195532.779000', '195532.781000', '195532.784000', '195532.787000', '195532.789000', '195532.792000', '195532.795000', '195532.798000', '195532.862000', '195532.864000', '195532.867000', '195532.870000', '195532.872000', '195532.875000', '195532.878000', '195532.880000', '195532.883000', '195532.886000', '195532.889000', '195532.891000', '195532.894000', '195532.897000', '195532.899000', '195532.903000', '195532.906000', '195532.909000', '195532.911000', '195532.914000', '195532.917000', '195532.919000', '195532.922000', '195532.924000', '195532.927000', '195532.930000', '195532.932000', '195532.935000', '195532.938000', '195532.941000', '195532.943000', '195552.768000', '195552.770000', '195552.773000', '195552.776000', '195552.778000', '195552.781000', '195552.784000', '195552.787000', '195552.789000', '195552.792000', '195552.794000', '195552.797000', '195552.800000', '195552.802000', '195552.805000', '195552.808000', '195552.810000', '195552.813000', '195552.815000', '195552.818000', '195552.821000', '195552.824000', '195552.826000', '195552.829000', '195552.831000', '195552.834000', '195552.837000', '195552.840000', '195552.842000', '195552.845000', '195552.847000', '195552.850000', '195552.853000', '195552.855000', '195552.868000', '195552.871000', '195552.874000', '195552.877000', '195552.879000', '195552.882000', '195552.884000', '195552.887000', '195552.889000', '195552.892000', '195612.768000', '195612.771000', '195612.774000', '195612.776000', '195612.779000', '195612.782000', '195612.784000', '195612.787000', '195612.790000', '195612.792000', '195612.795000', '195612.798000', '195612.850000', '195612.852000', '195612.855000', '195612.857000', '195612.860000', '195612.863000', '195612.865000', '195612.868000', '195612.871000', '195612.873000', '195612.876000', '195612.879000', '195612.881000', '195612.884000', '195612.887000', '195612.889000', '195612.892000', '195612.895000', '195612.897000', '195612.900000', '195612.902000', '195612.905000', '195612.908000', '195612.911000', '195612.913000', '195612.916000', '195612.919000', '195612.922000', '195612.924000', '195612.927000', '195612.929000', '195632.768000', '195632.770000', '195632.773000', '195632.776000', '195632.779000', '195632.781000', '195632.784000', '195632.786000', '195632.789000', '195632.792000', '195632.795000', '195632.797000', '195632.863000', '195632.865000', '195632.868000', '195632.881000', '195632.883000', '195632.886000', '195632.889000', '195632.891000', '195632.894000', '195632.896000', '195632.899000', '195632.902000', '195632.904000', '195632.907000', '195632.909000', '195632.912000', '195632.915000', '195632.917000', '195632.920000', '195632.922000', '195632.925000', '195632.928000', '195632.930000', '195632.933000', '195632.936000', '195632.938000', '195632.941000', '195632.944000', '195632.946000', '195632.949000', '195632.951000', '195632.954000', '195652.769000', '195652.772000', '195652.774000', '195652.777000', '195652.780000', '195652.782000', '195652.785000', '195652.788000', '195652.790000', '195652.793000', '195652.796000', '195652.798000', '195652.801000', '195652.804000', '195652.806000', '195652.809000', '195652.812000', '195652.814000', '195652.817000', '195652.819000', '195652.822000', '195652.825000', '195652.828000', '195652.830000', '195652.833000', '195652.835000', '195652.838000', '195652.840000', '195652.843000', '195652.846000', '195652.848000', '195652.851000', '195652.859000', '195652.862000', '195652.865000', '195652.868000', '195652.870000', '195652.873000', '195652.875000', '195652.878000', '195652.881000', '195652.884000', '195652.886000', '195712.769000', '195712.772000', '195712.774000', '195712.777000', '195712.780000', '195712.782000', '195712.785000', '195712.788000', '195712.790000', '195712.793000', '195712.796000', '195712.798000', '195712.801000', '195712.804000', '195712.806000', '195712.809000', '195712.848000', '195712.851000', '195712.854000', '195712.856000', '195712.859000', '195712.862000', '195712.865000', '195712.867000', '195712.870000', '195712.872000', '195712.875000', '195712.878000', '195712.880000', '195712.883000', '195712.886000', '195712.888000', '195712.891000', '195712.893000', '195712.896000', '195712.899000', '195712.901000', '195712.904000', '195712.907000', '195712.909000', '195712.912000', '195712.914000', '195712.917000', '195712.920000', '195732.768000', '195732.771000', '195732.773000', '195732.776000', '195732.779000', '195732.782000', '195732.784000', '195732.787000', '195732.790000', '195732.792000', '195732.795000', '195732.797000', '195732.800000', '195732.874000', '195732.877000', '195732.880000', '195732.882000', '195732.885000', '195732.887000', '195732.890000', '195732.893000', '195732.895000', '195732.898000', '195732.900000', '195732.903000', '195732.906000', '195732.908000', '195732.911000', '195732.914000', '195732.917000', '195732.919000', '195732.922000', '195732.925000', '195732.927000', '195732.930000', '195732.933000', '195732.935000', '195732.938000', '195732.941000', '195732.944000', '195732.946000', '195732.949000', '195732.952000', '195752.768000', '195752.771000', '195752.773000', '195752.776000', '195752.779000', '195752.782000', '195752.784000', '195752.787000', '195752.789000', '195752.792000', '195752.795000', '195752.797000', '195752.800000', '195752.803000', '195752.806000', '195752.808000', '195752.811000', '195752.814000', '195752.817000', '195752.819000', '195752.822000', '195752.825000', '195752.827000', '195752.830000', '195752.833000', '195752.835000', '195752.838000', '195752.840000', '195752.843000', '195752.846000', '195752.849000', '195752.851000', '195752.854000', '195752.857000', '195752.859000', '195752.862000', '195752.865000', '195752.867000', '195752.870000', '195752.872000', '195752.875000', '195752.878000', '195752.881000', '195752.883000', '195812.768000', '195812.771000', '195812.774000', '195812.776000', '195812.779000', '195812.781000', '195812.784000', '195812.787000', '195812.790000', '195812.792000', '195812.795000', '195812.798000', '195812.801000', '195812.803000', '195812.806000', '195812.808000', '195812.811000', '195812.814000', '195812.816000', '195812.819000', '195812.822000', '195812.824000', '195812.827000', '195812.830000', '195812.832000', '195812.835000', '195812.837000', '195812.840000', '195812.843000', '195812.845000', '195812.848000', '195812.851000', '195812.853000', '195812.856000', '195812.859000', '195812.870000', '195812.873000', '195812.875000', '195812.878000', '195812.880000', '195812.883000', '195812.886000', '195812.888000', '195832.768000', '195832.771000', '195832.773000', '195832.776000', '195832.779000', '195832.781000', '195832.784000', '195832.786000', '195832.789000', '195832.792000', '195832.794000', '195832.797000', '195832.889000', '195832.892000', '195832.895000', '195832.898000', '195832.900000', '195832.903000', '195832.905000', '195832.908000', '195832.911000', '195832.913000', '195832.916000', '195832.919000', '195832.921000', '195832.924000', '195832.926000', '195832.929000', '195832.932000', '195832.934000', '195832.937000', '195832.940000', '195832.942000', '195832.945000', '195832.948000', '195832.950000', '195832.953000', '195832.955000', '195832.958000', '195832.961000', '195832.963000', '195832.966000', '195832.969000', '195832.971000', '195852.768000', '195852.771000', '195852.774000', '195852.776000', '195852.779000', '195852.781000', '195852.784000', '195852.787000', '195852.789000', '195852.792000', '195852.795000', '195852.797000', '195852.800000', '195852.803000', '195852.805000', '195852.808000', '195852.811000', '195852.813000', '195852.816000', '195852.818000', '195852.821000', '195852.824000', '195852.826000', '195852.829000', '195852.831000', '195852.834000', '195852.837000', '195852.840000', '195852.842000', '195852.845000', '195852.847000', '195852.850000', '195852.853000', '195852.855000', '195852.858000', '195852.861000', '195852.863000', '195852.866000', '195852.868000', '195852.871000', '195852.874000', '195852.876000', '195852.879000', '195912.768000', '195912.771000', '195912.774000', '195912.777000', '195912.780000', '195912.783000', '195912.786000', '195912.788000', '195912.791000', '195912.794000', '195912.796000', '195912.799000', '195912.872000', '195912.875000', '195912.878000', '195912.880000', '195912.883000', '195912.886000', '195912.888000', '195912.891000', '195912.893000', '195912.896000', '195912.899000', '195912.902000', '195912.904000', '195912.907000', '195912.910000', '195912.912000', '195912.915000', '195912.917000', '195912.920000', '195912.923000', '195912.925000', '195912.928000', '195912.931000', '195912.933000', '195912.936000', '195912.938000', '195912.941000', '195912.944000', '195912.946000', '195912.949000', '195912.952000', '195932.769000', '195932.772000', '195932.774000', '195932.777000', '195932.780000', '195932.782000', '195932.785000', '195932.788000', '195932.790000', '195932.793000', '195932.796000', '195932.798000', '195932.801000', '195932.804000', '195932.806000', '195932.809000', '195932.812000', '195932.814000', '195932.817000', '195932.820000', '195932.822000', '195932.825000', '195932.827000', '195932.830000', '195932.833000', '195932.861000', '195932.863000', '195932.866000', '195932.869000', '195932.871000', '195932.874000', '195932.876000', '195932.879000', '195932.882000', '195932.884000', '195932.887000', '195932.890000', '195932.892000', '195932.895000', '195932.898000', '195932.900000', '195932.903000', '195932.906000', '195932.908000', '195952.768000', '195952.771000', '195952.774000', '195952.776000', '195952.779000', '195952.782000', '195952.784000', '195952.787000', '195952.790000', '195952.793000', '195952.795000', '195952.798000', '195952.915000', '195952.917000', '195952.920000', '195952.923000', '195952.936000', '195952.939000', '195952.941000', '195952.944000', '195952.947000', '195952.950000', '195952.952000', '195952.955000', '195952.958000', '195952.960000', '195952.963000', '195952.965000', '195952.968000', '195952.971000', '195952.973000', '195952.976000', '195952.979000', '195952.981000', '195952.984000', '195952.987000', '195952.989000', '195952.992000', '195952.995000', '195952.998000', '195953.001000', '195953.004000', '195953.007000', '200012.768000', '200012.771000', '200012.773000', '200012.776000', '200012.779000', '200012.781000', '200012.784000', '200012.787000', '200012.789000', '200012.792000', '200012.795000', '200012.797000', '200012.800000', '200012.803000', '200012.805000', '200012.808000', '200012.811000', '200012.814000', '200012.817000', '200012.819000', '200012.822000', '200012.825000', '200012.827000', '200012.830000', '200012.833000', '200012.835000', '200012.838000', '200012.841000', '200012.843000', '200012.846000', '200012.849000', '200012.851000', '200012.854000', '200012.856000', '200012.859000', '200012.862000', '200012.864000', '200012.867000', '200012.870000', '200012.872000', '200012.875000', '200012.877000', '200012.880000', '200012.883000', '200032.768000', '200032.771000', '200032.774000', '200032.776000', '200032.779000', '200032.781000', '200032.784000', '200032.787000', '200032.790000', '200032.792000', '200032.795000', '200032.798000', '200032.801000', '200032.805000', '200032.808000', '200032.810000', '200032.813000', '200032.816000', '200032.819000', '200032.822000', '200032.825000', '200032.828000', '200032.830000', '200032.833000', '200032.836000', '200032.838000', '200032.841000', '200032.844000', '200032.846000', '200032.849000', '200032.852000', '200032.854000', '200032.857000', '200032.860000', '200032.862000', '200032.865000', '200032.868000', '200032.870000', '200032.873000', '200032.876000', '200032.879000', '200032.881000', '200032.884000', '200052.768000', '200052.771000', '200052.773000', '200052.776000', '200052.779000', '200052.781000', '200052.784000', '200052.787000', '200052.790000', '200052.792000', '200052.795000', '200052.798000', '200052.801000', '200052.803000', '200052.806000', '200052.809000', '200052.811000', '200052.814000', '200052.817000', '200052.819000', '200052.822000', '200052.825000', '200052.827000', '200052.830000', '200052.833000', '200052.835000', '200052.838000', '200052.841000', '200052.843000', '200052.846000', '200052.849000', '200052.851000', '200052.854000', '200052.857000', '200052.859000', '200052.862000', '200052.865000', '200052.867000', '200052.870000', '200052.873000', '200052.875000', '200052.878000', '200052.881000', '200052.883000', '200112.767000', '200112.770000', '200112.773000', '200112.776000', '200112.779000', '200112.781000', '200112.784000', '200112.787000', '200112.789000', '200112.792000', '200112.795000', '200112.797000', '200112.861000', '200112.863000', '200112.866000', '200112.869000', '200112.872000', '200112.874000', '200112.877000', '200112.880000', '200112.883000', '200112.885000', '200112.888000', '200112.891000', '200112.893000', '200112.896000', '200112.899000', '200112.901000', '200112.904000', '200112.907000', '200112.909000', '200112.912000', '200112.915000', '200112.917000', '200112.920000', '200112.923000', '200112.925000', '200112.928000', '200112.931000', '200112.933000', '200112.936000', '200112.939000', '200112.941000', '200127.540000', '200127.543000', '200127.546000', '200127.549000', '200127.552000', '200127.555000', '200127.557000', '200127.560000', '200127.563000', '200127.566000', '200127.569000', '200127.572000', '200127.576000', '200127.579000', '200127.582000', '200127.585000', '200127.588000', '200127.590000', '200127.593000', '200127.596000', '200127.598000', '200127.601000', '200127.607000', '200127.610000', '200127.614000', '200127.618000', '200127.621000', '200127.624000', '200127.627000', '200127.629000', '200127.632000', '200127.635000', '200127.637000'], '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': [7139, 7258, 6870, 7932, 6995, 8574, 6924, 7383, 11743, 6746, 11062, 6491, 8777, 6716, 7222, 6847, 6927, 6697, 6956, 9880, 6621, 8529, 6496, 7160, 6592, 7302, 8957, 6961, 8325, 6612, 6930, 7038, 7019, 8438, 6983, 9228, 8228, 8357, 7089, 6766, 13181, 10647, 10986, 8145, 8208, 8632, 6833, 12643, 8493, 9183, 7113, 7566, 7711, 6806, 11996, 8222, 9511, 7013, 8231, 6881, 7150, 6861, 6756, 10387, 6798, 9154, 6700, 8708, 6716, 7523, 9410, 6528, 10688, 6673, 8556, 6702, 7514, 7596, 6627, 9993, 6720, 8847, 6941, 7949, 7402, 7710, 8648, 6709, 11132, 6631, 8200, 6880, 6842, 6643, 6935, 9491, 7168, 7899, 7959, 6845, 12295, 6598, 8691, 6827, 7353, 12586, 7230, 11824, 7928, 9307, 6584, 7349, 6792, 8192, 6961, 6878, 7080, 6808, 10119, 8542, 7901, 12080, 8291, 12567, 9366, 10053, 8655, 7738, 14811, 11413, 10324, 8328, 8816, 6818, 7574, 7068, 7005, 7159, 7110, 7209, 7236, 8911, 7475, 7317, 6802, 7539, 8040, 6943, 10798, 8110, 8666, 6921, 7189, 12833, 6755, 9279, 7131, 7575, 6953, 7131, 10153, 6830, 8589, 6935, 7736, 6640, 7465, 6959, 6945, 9087, 7340, 7963, 6932, 7948, 6796, 6816, 9904, 6708, 9563, 6931, 8218, 6574, 7981, 7017, 7732, 7140, 7984, 8626, 6989, 11369, 9958, 9952, 8734, 8873, 8148, 7299, 13450, 9114, 10149, 7154, 8139, 8245, 6804, 11067, 7899, 8373, 6875, 7818, 12150, 6522, 9552, 6912, 8335, 6924, 7356, 6912, 6898, 8396, 6637, 8107, 6855, 8898, 6701, 6876, 6858, 6684, 8213, 11489, 11069, 9961, 7002, 8144, 14187, 9344, 12574, 10871, 10719, 7559, 8383, 6651, 7834, 8017, 7107, 6417, 7033, 6662, 7139, 8326, 6701, 9188, 8161, 9501, 7379, 9067, 7568, 7957, 14005, 9742, 12204, 7625, 9655, 7309, 8601, 11604, 7511, 11171, 6896, 9808, 6894, 8278, 8778, 7095, 9512, 7021, 9172, 6672, 8921, 6514, 8693, 7116, 9178, 6886, 8672, 6693, 7774, 6789, 8341, 6889, 7589, 14466, 9632, 10632, 10029, 8921, 6973, 7916, 8971, 7605, 8777, 7454, 6677, 7709, 13097, 7386, 9739, 9043, 9012, 7147, 9145, 7005, 8407, 12062, 8604, 11534, 7045, 10999, 7171, 9501, 7515, 8621, 6897, 8760, 6797, 8515, 11770, 7665, 7975, 7196, 10737, 7249, 10378, 8329, 8753, 7484, 9600, 7442, 9121, 7530, 8523, 6992, 8526, 7022, 7673, 14066, 7351, 10153, 8688, 9284, 6776, 8515, 7391, 7727, 12605, 7299, 8871, 7090, 9497, 7325, 9120, 7620, 6750, 7732, 6609, 8859, 6971, 10017, 7658, 7919, 8916, 6857, 10976, 12779, 9437, 14376, 8155, 13726, 10458, 13071, 10109, 12978, 9837, 9716, 7650, 6595, 7643, 10234, 6856, 9064, 6978, 7574, 10392, 7701, 10819, 8275, 9342, 6778, 7928, 10794, 7168, 13141, 8043, 9827, 6795, 8209, 13385, 7328, 11242, 6784, 9104, 7078, 7352, 9863, 7029, 9881, 6740, 9156, 6819, 8591, 6784, 8068, 6980, 8061, 7316, 7049, 9900, 7201, 8191, 6873, 7931, 13495, 9628, 10493, 10302, 7694, 14979, 9139, 12291, 8051, 9625, 6836, 8804, 6701, 8009, 6618, 7561, 7345, 6917, 8833, 6988, 7647, 6907, 8898, 6847, 9356, 6914, 6753, 7761, 7053, 9749, 11432, 8728, 12070, 8195, 10706, 8065, 7314, 11741, 13466, 10721, 16112, 13097, 12674, 8580, 8900, 6642, 8094, 7475, 7033, 9432, 7034, 9224, 7151, 9335, 6667, 8317, 6747, 8748, 6969, 7968, 6923, 8617, 6882, 6865, 8001, 8991, 10191, 12415, 9449, 15534, 12081, 12179, 7715, 9524, 7234, 8219, 6938, 7351, 6852, 8611, 7144, 6719, 7949, 9199, 8332, 6840, 8121, 12886, 9176, 10331, 10670, 8388, 14086, 7420, 13153, 9006, 10351, 7983, 8304, 6541, 7992, 10695, 7992, 10196, 6793, 8404, 7223, 8643, 7917, 7372, 10650, 7966, 9223, 6913, 8686, 6593, 8046, 9716, 7936, 10493, 7300, 8920, 6653, 8191, 13966, 7444, 10669, 6876, 8491, 11493, 7339, 11596, 6805, 9822, 6930, 7986, 11607, 7309, 9942, 7739, 9338, 6925, 7750, 11981, 7838, 10183, 7619, 8898, 8336, 7405, 11179, 7664, 9636, 7445, 8698, 6711, 8212, 11273, 7111, 10132, 7634, 8926, 6632, 8026, 12604, 7339, 11399, 8017, 9095, 6679, 8353, 11471, 7240, 10625, 7857, 9646, 6935, 8720, 6957, 7318, 11135, 8100, 9989, 6846, 8984, 13604, 7924, 11705, 8193, 8750, 6619, 8155, 11432, 7880, 9774, 6659, 7779, 8667, 7159, 10082, 6910, 7914, 7658, 6852, 6314, 6679, 6912, 6452, 6498, 7954, 12347, 6841, 8712, 9931, 7083, 12009, 7694, 7496, 15437, 12232, 12414, 9844, 8706, 7634, 9829, 6804, 14053, 9833, 15406, 10496, 14293, 11615, 9614, 7400, 8370, 6857, 9066, 7017, 9019, 6818, 8503, 6707, 9041, 6864, 8167, 6537, 8598, 6947, 6673, 7182, 6756, 9163, 6952, 10410, 9356, 10989, 7451, 9700, 6897, 8284, 14689, 7170, 10433, 7600, 8075, 6709, 6885, 8448, 6699, 9390, 6945, 9455, 6676, 7448, 13751, 8341, 10809, 7933, 9677, 6758, 8238, 6415, 7398, 7236, 6942, 6616, 6477, 8834, 7207, 8797, 6719, 7390, 6767, 6723, 9799, 6730, 9793, 7989, 8528, 6837, 7629, 7313, 6760, 11595, 6809, 12095, 7545, 6572, 7482, 6755, 8921, 6765, 9047, 7899, 8804, 8767, 13519, 12410, 12119, 11476, 8994, 14822, 12500, 10867, 13223, 9137, 13388, 7863, 10311, 7309, 8926, 13247, 8298, 10524, 8053, 8791, 7603, 9262, 7337, 7979, 7470, 8110, 7412, 8949, 7610, 8974, 7639, 9189, 7123, 8304, 11771, 8311, 10620, 8092, 14868, 7713, 10829, 7619, 8974, 7827, 8156, 6661, 8043, 6714, 8728, 7550, 8564, 8098, 12014, 7851, 9780, 6830, 9374, 7179, 8726, 7422, 8117, 7080, 8701, 6739, 7275, 14957, 7642, 11773, 8854, 10393, 7267, 6753, 9042, 16940, 11888, 12718, 7087, 9154, 7479, 8607, 7268, 8614, 7068, 8727, 6619, 7918, 13079, 10020, 11611, 7163, 10429, 7344, 9611, 7925, 8770, 7287, 9030, 6497, 7605, 8541, 7753, 6423, 7715, 7260, 6774, 9556, 7290, 11106, 7818, 12055, 8849, 8998, 7756, 6781, 9785, 7043, 7763, 8199, 7462, 12307, 10708, 13023, 7523, 11412, 7599, 10669, 8028, 10137, 8251, 7643, 9686, 7532, 9735, 8159, 8151, 6859, 6710, 7109, 7711, 6803, 9195, 8339, 9682, 14698, 10972, 14934, 7976, 11708, 10583, 12540, 8526, 14180, 8832, 13347, 11118, 10634, 14859, 9157, 16558, 10139, 12657, 9156, 11230, 8658, 10875, 8142, 10336, 8292, 10139, 8314, 10088, 8141, 9850, 7131, 8832, 10616, 7978, 10481, 8384, 10205, 8063, 9503, 8421, 8369, 10951, 8433, 10019, 8566, 9974, 7042, 9031, 6860, 8853, 6864, 9169, 8380, 9010, 8340, 11401, 9404, 9152, 15338, 9098, 12230, 8884, 10703, 7753, 9390, 11147, 8447, 13501, 8093, 10128, 7873, 9854, 7845, 8538, 7586, 8250, 7247, 8701, 7145, 9171, 7416, 8237, 7004, 8235, 13799, 10258, 10814, 10483, 9000, 13336, 8783, 14198, 10834, 11752, 13605, 9413, 14194, 7417, 10766, 7595, 8623, 8552, 7698, 6904, 7369, 8966, 7230, 8366, 10703, 7387, 9122, 7327, 9051, 6785, 8057, 13890, 7524, 9691, 7362, 9239, 7038, 7700, 7056, 8703, 7535, 7253, 7719, 10282, 7624, 10300, 13374, 9914, 15902, 10181, 13989, 8860, 8952, 11572, 7247, 15474, 9854, 9198, 6875, 6431, 7098, 7678, 6823, 8925, 7511, 8482, 6886, 7810, 8774, 6942, 10483, 8140, 8676, 6790, 7601, 15024, 10862, 11813, 8768, 8078, 6647, 7304, 8727, 6743, 8692, 6955, 8139, 6723, 7819, 9446, 7082, 10074, 7925, 8593, 6709, 8045, 6905, 7311, 10156, 6829, 8476, 7528, 8102, 7026, 8082, 7712, 7386, 13042, 9251, 8707, 6610, 7920, 11873, 6986, 10854, 8169, 9725, 7572, 10174, 6829, 8922, 6997, 8058, 6919, 7847, 10805, 7522, 9845, 12841, 9132, 14902, 8087, 12208, 8110, 9920, 12032, 8783, 14161, 8095, 10834, 8210, 10263, 8117, 9437, 7621, 9599, 7202, 8161, 7191, 7664, 6965, 7389, 7422, 9738, 7337, 9176, 7600, 9337, 12028, 9082, 13898, 12302, 11077, 9579, 9429, 7044, 8426, 11391, 7203, 10057, 7185, 8599, 6919, 8765, 6717, 8064, 7689, 7645, 10814, 6986, 9572, 7047, 8414, 12987, 8718, 13895, 6911, 10821, 8076, 9029, 7114, 9238, 7253, 7610, 7616, 6814, 8804, 7491, 9425, 7105, 9731, 7583, 12320, 9527, 10425, 8059, 6777, 8820, 16120, 14045, 14314, 10621, 7955, 13789, 7754, 6620, 7816, 10315, 7069, 9118, 6561, 8670, 9155, 7353, 9434, 6958, 8935, 6642, 8275, 14873, 10806, 12258, 9261, 10876, 11615, 8165, 14528, 8073, 11003, 6716, 9206, 8913, 8055, 9623, 7499, 9291, 6747, 8580, 6696, 8136, 6540, 7945, 7028, 8723, 7534, 6741, 7229, 7111, 9616, 10023, 7761, 10366, 8658, 8854, 7285, 9911, 8347, 9937, 7335, 8888, 7991, 10156, 7150, 8625, 7017, 8160, 7225, 6713, 7616, 6692, 7705, 6858, 6944, 8343, 7209, 9224, 7242, 12295, 8661, 11766, 7002, 8902, 6827, 8092, 11838, 6999, 8886, 7035, 8102, 6961, 9921, 6889, 9161, 6942, 8657, 6644, 8056, 10555, 6786, 10264, 7734, 9632, 7040, 9287, 6765, 7592, 13241, 6979, 6498, 7677, 9796, 6980, 9603, 6752, 8157, 6813, 7909, 14468, 7272, 11210, 7593, 8990, 13480, 8909, 17008, 9604, 13474, 9188, 9272, 13955, 7907, 11747, 7546, 9934, 7314, 8989, 6494, 7173, 6586, 6917, 6572, 6772, 6833, 8686, 6635, 8547, 7692, 6800, 9832, 13829, 10551, 12458, 10195, 10994, 7947, 10343, 7757, 9694, 11447, 8964, 9834, 8366, 15430, 7992, 12413, 8198, 6911, 8130, 6472, 8930, 7152, 7768, 6679, 8308, 6798, 9145, 7174, 9903, 7590, 10722, 7239, 10839, 14498, 11663, 15090, 11562, 12474, 7795, 9598, 8108, 8132, 13213, 7748, 6845, 8259, 6729, 9156, 6726, 9299, 6968, 10098, 6998, 9180, 6750, 8565, 13228, 9421, 6659, 8062, 6738, 7778, 9494, 7636, 15002, 6805, 9191, 6624, 7821, 6985, 8221, 6755, 7685, 6861, 7755, 6698, 8332, 6690, 8515, 6897, 7133, 9549, 6888, 11321, 6478, 9643, 6869, 8291, 6685, 6728, 7731, 6701, 10629, 6741, 9035, 7001, 7831, 6582, 6889, 6644, 6704, 9058, 6584, 9302, 6740, 7632, 8778, 6772, 11913, 7988, 8000, 9281, 6781, 10161, 7195, 8617, 6455, 7084, 9805, 6840, 8376, 6797, 8255, 6693, 7384, 6895, 6749, 9824, 6631, 9180, 6680, 8251, 6647, 6762, 9850, 6757, 9730, 6714, 9021, 7253, 8004, 6599, 7313, 6472, 7050, 9658, 6722, 10949, 8581, 9512, 7651, 8528, 15243, 10919, 13282, 10191, 10149, 7239, 7993, 8744, 6821, 9838, 6956, 8250, 6707, 8022, 6661, 7395, 9250, 6761, 8938, 7381, 8727, 6769, 7847, 12624, 7434, 9723, 8251, 8913, 7121, 8079, 11887, 7382, 12098, 7405, 9156, 7004, 7897, 9133, 7439, 8071, 7228, 10705, 7054, 10070, 7409, 8222, 8296, 7096, 9562, 7014, 9750, 7533, 9250, 7944, 8315, 14068, 7605, 13443, 9307, 10878, 12642, 8357, 15206, 7635, 11427, 8364, 9379, 7692, 8200, 7017, 8180, 7172, 7523, 7159, 7920, 7915, 11073, 8911, 9720, 9942, 8242, 14182, 10571, 10600, 12592, 8629, 14951, 8994, 10452, 10243, 8286, 13864, 8842, 9909, 7281, 8760, 7948, 7509, 9562, 7594, 8799, 6816, 8258, 6900, 7938, 10039, 7433, 9206, 7666, 8820, 7465, 8219, 13250, 10167, 11174, 8671, 8986, 9367, 7914, 12594, 7991, 9180, 6969, 8523, 8661, 7741, 9520, 7211, 8852, 7913, 7921, 12219, 6864, 9296, 6972, 8691, 9256, 7752, 7227, 7599, 9173, 7393, 9215, 7725, 8871, 7051, 9159, 7043, 8806, 6937, 8086, 7136, 9459, 7598, 6877, 7716, 6875, 8721, 16072, 13190, 13096, 10650, 11211, 7954, 8246, 16019, 8567, 12397, 9389, 8947, 6813, 8043, 8902, 7454, 9761, 7935, 8901, 7243, 8512, 6989, 7598, 10076, 7451, 9078, 7352, 8704, 10783, 7796, 11042, 8407, 8811, 8585, 7697, 13134, 7797, 9093, 9252, 7715, 7679, 7478, 9582, 7209, 9051, 6872, 8056, 8499, 7416, 10446, 7108, 9208, 7087, 7662, 8098, 7457, 8707, 7732, 7890, 7566, 6827, 8620, 6937, 9001, 16599, 12270, 11645, 9694, 9480, 12326, 8454, 14650, 11725, 12224, 8804, 9015, 8353, 7797, 10079, 7126, 9407, 7246, 8163, 6576, 7319, 7452, 6804, 8967, 7236, 8386, 7001, 8678, 7156, 7784, 14039, 9854, 10234, 8529, 8487, 9426, 7273, 12948, 8442, 9933, 7579, 8429, 7337, 7567, 12750, 7405, 9170, 7435, 8316, 6965, 8120, 6968, 8147, 10191, 7574, 9783, 7193, 9573, 7354, 8250, 14165, 10175, 11945, 9438, 9359, 7416, 7741, 15155, 7408, 9869, 7135, 8426, 6848, 7466, 7172, 7044, 9939, 6805, 8030, 6805, 8709, 6749, 8115, 11911, 8477, 12390, 8263, 10902, 7868, 8342, 10746, 8248, 6829, 7746, 6853, 7810, 10011, 8120, 12620, 7823, 6642, 8171, 6987, 9193, 7105, 6916, 8278, 7071, 12117, 8702, 6817, 8877, 6939, 10066, 14289, 10504, 15431, 11043, 11151, 8347, 9300, 7479, 8984, 7484, 8491, 7210, 8912, 7070, 9054, 6971, 8214, 7084, 7681, 7265, 7249, 9308, 7093, 9003, 7501, 8296, 8122, 6677, 8456, 6615, 8848, 7129, 7962, 13448, 7197, 9903, 7483, 8562, 7118, 7681], 'WindowCenter': [4091.0, 4077.0, 4063.0, 4071.0, 4060.0, 4079.0, 4047.0, 4058.0, 4098.0, 4047.0, 4097.0, 4036.0, 4066.0, 4036.0, 4057.0, 4047.0, 4048.0, 4047.0, 4048.0, 4088.0, 4048.0, 4078.0, 4037.0, 4058.0, 4047.0, 4058.0, 4077.0, 4058.0, 4068.0, 4049.0, 4058.0, 4059.0, 4060.0, 4069.0, 4061.0, 4080.0, 4070.0, 4069.0, 4047.0, 4048.0, 4108.0, 4089.0, 4088.0, 4057.0, 4067.0, 4065.0, 4035.0, 4096.0, 4066.0, 4075.0, 4044.0, 4055.0, 4053.0, 4034.0, 4095.0, 4065.0, 4074.0, 4044.0, 4053.0, 4033.0, 4033.0, 4032.0, 4035.0, 4075.0, 4035.0, 4075.0, 4045.0, 4065.0, 4035.0, 4056.0, 4075.0, 4035.0, 4085.0, 4035.0, 4064.0, 4034.0, 4045.0, 4055.0, 4035.0, 4076.0, 4035.0, 4065.0, 4044.0, 4055.0, 4044.0, 4055.0, 4064.0, 4034.0, 4084.0, 4034.0, 4064.0, 4044.0, 4034.0, 4034.0, 4046.0, 4075.0, 4045.0, 4056.0, 4055.0, 4035.0, 4095.0, 4035.0, 4064.0, 4035.0, 4045.0, 4095.0, 4045.0, 4096.0, 4055.0, 4074.0, 4034.0, 4044.0, 4047.0, 4068.0, 4058.0, 4049.0, 4058.0, 4060.0, 4099.0, 4079.0, 4069.0, 4109.0, 4068.0, 4097.0, 4076.0, 4076.0, 4064.0, 4056.0, 4106.0, 4096.0, 4073.0, 4053.0, 4062.0, 4032.0, 4043.0, 4044.0, 4043.0, 4043.0, 4045.0, 4043.0, 4055.0, 4076.0, 4057.0, 4056.0, 4035.0, 4055.0, 4054.0, 4045.0, 4085.0, 4056.0, 4065.0, 4045.0, 4045.0, 4095.0, 4034.0, 4064.0, 4045.0, 4043.0, 4033.0, 4045.0, 4073.0, 4033.0, 4064.0, 4044.0, 4053.0, 4033.0, 4043.0, 4032.0, 4043.0, 4063.0, 4044.0, 4053.0, 4044.0, 4054.0, 4032.0, 4035.0, 4073.0, 4034.0, 4074.0, 4045.0, 4064.0, 4048.0, 4080.0, 4058.0, 4068.0, 4058.0, 4068.0, 4078.0, 4058.0, 4109.0, 4101.0, 4089.0, 4079.0, 4078.0, 4066.0, 4056.0, 4107.0, 4077.0, 4086.0, 4045.0, 4055.0, 4054.0, 4034.0, 4085.0, 4056.0, 4065.0, 4034.0, 4054.0, 4094.0, 4023.0, 4063.0, 4043.0, 4054.0, 4033.0, 4043.0, 4043.0, 4044.0, 4053.0, 4045.0, 4066.0, 4047.0, 4077.0, 4047.0, 4048.0, 4060.0, 4061.0, 4083.0, 4113.0, 4101.0, 4089.0, 4047.0, 4057.0, 4107.0, 4077.0, 4098.0, 4098.0, 4086.0, 4056.0, 4065.0, 4035.0, 4057.0, 4054.0, 4047.0, 4036.0, 4046.0, 4045.0, 4046.0, 4067.0, 4048.0, 4088.0, 4079.0, 4088.0, 4058.0, 4079.0, 4057.0, 4069.0, 4119.0, 4079.0, 4097.0, 4056.0, 4076.0, 4045.0, 4067.0, 4097.0, 4056.0, 4086.0, 4048.0, 4087.0, 4046.0, 4067.0, 4067.0, 4046.0, 4074.0, 4045.0, 4063.0, 4033.0, 4075.0, 4036.0, 4066.0, 4058.0, 4077.0, 4058.0, 4079.0, 4048.0, 4058.0, 4047.0, 4068.0, 4046.0, 4057.0, 4119.0, 4090.0, 4088.0, 4087.0, 4065.0, 4045.0, 4055.0, 4066.0, 4056.0, 4066.0, 4045.0, 4036.0, 4057.0, 4107.0, 4058.0, 4077.0, 4077.0, 4065.0, 4046.0, 4076.0, 4045.0, 4068.0, 4097.0, 4066.0, 4085.0, 4045.0, 4085.0, 4046.0, 4075.0, 4046.0, 4065.0, 4045.0, 4065.0, 4036.0, 4068.0, 4098.0, 4055.0, 4054.0, 4045.0, 4085.0, 4045.0, 4075.0, 4066.0, 4065.0, 4046.0, 4075.0, 4045.0, 4076.0, 4055.0, 4064.0, 4045.0, 4065.0, 4033.0, 4054.0, 4107.0, 4047.0, 4075.0, 4065.0, 4064.0, 4033.0, 4054.0, 4043.0, 4045.0, 4094.0, 4042.0, 4062.0, 4033.0, 4072.0, 4056.0, 4075.0, 4067.0, 4045.0, 4068.0, 4047.0, 4077.0, 4058.0, 4088.0, 4069.0, 4069.0, 4080.0, 4061.0, 4104.0, 4121.0, 4079.0, 4118.0, 4056.0, 4106.0, 4075.0, 4096.0, 4075.0, 4107.0, 4075.0, 4063.0, 4043.0, 4033.0, 4054.0, 4073.0, 4033.0, 4066.0, 4045.0, 4058.0, 4088.0, 4058.0, 4086.0, 4066.0, 4065.0, 4034.0, 4055.0, 4084.0, 4034.0, 4095.0, 4053.0, 4074.0, 4033.0, 4054.0, 4094.0, 4042.0, 4072.0, 4020.0, 4051.0, 4031.0, 4044.0, 4062.0, 4032.0, 4063.0, 4033.0, 4062.0, 4033.0, 4064.0, 4034.0, 4054.0, 4046.0, 4068.0, 4056.0, 4047.0, 4089.0, 4058.0, 4069.0, 4046.0, 4069.0, 4107.0, 4076.0, 4086.0, 4076.0, 4056.0, 4106.0, 4065.0, 4084.0, 4053.0, 4062.0, 4033.0, 4063.0, 4032.0, 4052.0, 4031.0, 4043.0, 4042.0, 4045.0, 4064.0, 4046.0, 4054.0, 4058.0, 4077.0, 4049.0, 4089.0, 4060.0, 4061.0, 4083.0, 4074.0, 4105.0, 4114.0, 4082.0, 4111.0, 4082.0, 4100.0, 4071.0, 4061.0, 4114.0, 4122.0, 4101.0, 4119.0, 4108.0, 4097.0, 4066.0, 4065.0, 4034.0, 4055.0, 4044.0, 4046.0, 4076.0, 4047.0, 4076.0, 4046.0, 4076.0, 4046.0, 4066.0, 4050.0, 4079.0, 4059.0, 4082.0, 4062.0, 4092.0, 4061.0, 4050.0, 4082.0, 4091.0, 4103.0, 4111.0, 4091.0, 4130.0, 4099.0, 4099.0, 4057.0, 4077.0, 4046.0, 4067.0, 4045.0, 4057.0, 4048.0, 4078.0, 4059.0, 4050.0, 4084.0, 4104.0, 4083.0, 4062.0, 4082.0, 4111.0, 4091.0, 4091.0, 4089.0, 4069.0, 4118.0, 4058.0, 4108.0, 4078.0, 4088.0, 4057.0, 4066.0, 4024.0, 4055.0, 4084.0, 4056.0, 4088.0, 4035.0, 4067.0, 4044.0, 4065.0, 4054.0, 4044.0, 4085.0, 4056.0, 4075.0, 4045.0, 4064.0, 4033.0, 4055.0, 4074.0, 4055.0, 4086.0, 4045.0, 4067.0, 4034.0, 4066.0, 4106.0, 4045.0, 4085.0, 4034.0, 4066.0, 4097.0, 4045.0, 4085.0, 4034.0, 4074.0, 4033.0, 4056.0, 4096.0, 4046.0, 4076.0, 4057.0, 4076.0, 4045.0, 4056.0, 4095.0, 4056.0, 4086.0, 4055.0, 4065.0, 4055.0, 4044.0, 4084.0, 4055.0, 4076.0, 4045.0, 4065.0, 4035.0, 4066.0, 4085.0, 4046.0, 4087.0, 4056.0, 4067.0, 4035.0, 4056.0, 4095.0, 4046.0, 4097.0, 4055.0, 4066.0, 4033.0, 4055.0, 4084.0, 4045.0, 4084.0, 4054.0, 4074.0, 4045.0, 4065.0, 4033.0, 4046.0, 4096.0, 4057.0, 4076.0, 4035.0, 4066.0, 4106.0, 4054.0, 4096.0, 4054.0, 4064.0, 4032.0, 4055.0, 4083.0, 4053.0, 4075.0, 4032.0, 4055.0, 4054.0, 4045.0, 4075.0, 4045.0, 4069.0, 4069.0, 4060.0, 4038.0, 4047.0, 4060.0, 4048.0, 4050.0, 4069.0, 4110.0, 4050.0, 4080.0, 4088.0, 4060.0, 4109.0, 4058.0, 4059.0, 4120.0, 4109.0, 4097.0, 4075.0, 4063.0, 4055.0, 4074.0, 4035.0, 4106.0, 4075.0, 4115.0, 4072.0, 4092.0, 4070.0, 4059.0, 4028.0, 4036.0, 4016.0, 4048.0, 4028.0, 4050.0, 4032.0, 4051.0, 4032.0, 4061.0, 4032.0, 4062.0, 4035.0, 4077.0, 4058.0, 4047.0, 4059.0, 4050.0, 4089.0, 4062.0, 4102.0, 4090.0, 4100.0, 4059.0, 4078.0, 4046.0, 4066.0, 4106.0, 4048.0, 4087.0, 4058.0, 4057.0, 4046.0, 4058.0, 4069.0, 4048.0, 4078.0, 4049.0, 4088.0, 4036.0, 4058.0, 4108.0, 4068.0, 4088.0, 4057.0, 4077.0, 4035.0, 4054.0, 4025.0, 4057.0, 4047.0, 4048.0, 4047.0, 4038.0, 4077.0, 4059.0, 4079.0, 4049.0, 4061.0, 4048.0, 4049.0, 4090.0, 4050.0, 4090.0, 4072.0, 4080.0, 4050.0, 4071.0, 4059.0, 4050.0, 4099.0, 4049.0, 4112.0, 4084.0, 4061.0, 4072.0, 4063.0, 4106.0, 4076.0, 4107.0, 4086.0, 4104.0, 4096.0, 4138.0, 4126.0, 4114.0, 4101.0, 4081.0, 4120.0, 4099.0, 4089.0, 4109.0, 4078.0, 4105.0, 4055.0, 4074.0, 4043.0, 4064.0, 4094.0, 4053.0, 4072.0, 4053.0, 4052.0, 4043.0, 4063.0, 4045.0, 4066.0, 4059.0, 4068.0, 4071.0, 4091.0, 4083.0, 4105.0, 4088.0, 4105.0, 4075.0, 4096.0, 4138.0, 4093.0, 4102.0, 4071.0, 4131.0, 4069.0, 4100.0, 4072.0, 4081.0, 4069.0, 4070.0, 4049.0, 4069.0, 4048.0, 4079.0, 4072.0, 4091.0, 4098.0, 4136.0, 4083.0, 4103.0, 4062.0, 4091.0, 4060.0, 4079.0, 4059.0, 4080.0, 4062.0, 4082.0, 4048.0, 4060.0, 4120.0, 4069.0, 4109.0, 4079.0, 4089.0, 4056.0, 4047.0, 4080.0, 4129.0, 4099.0, 4108.0, 4047.0, 4077.0, 4057.0, 4067.0, 4056.0, 4066.0, 4047.0, 4077.0, 4046.0, 4069.0, 4109.0, 4091.0, 4098.0, 4047.0, 4085.0, 4046.0, 4076.0, 4068.0, 4066.0, 4057.0, 4078.0, 4037.0, 4058.0, 4066.0, 4058.0, 4038.0, 4069.0, 4060.0, 4060.0, 4102.0, 4071.0, 4111.0, 4072.0, 4122.0, 4092.0, 4080.0, 4057.0, 4049.0, 4100.0, 4059.0, 4069.0, 4079.0, 4060.0, 4123.0, 4103.0, 4120.0, 4059.0, 4097.0, 4056.0, 4086.0, 4067.0, 4089.0, 4081.0, 4071.0, 4089.0, 4069.0, 4101.0, 4081.0, 4068.0, 4050.0, 4049.0, 4045.0, 4057.0, 4048.0, 4090.0, 4083.0, 4105.0, 4133.0, 4102.0, 4132.0, 4070.0, 4112.0, 4100.0, 4097.0, 4065.0, 4118.0, 4063.0, 4107.0, 4097.0, 4086.0, 4103.0, 4063.0, 4116.0, 4075.0, 4082.0, 4062.0, 4070.0, 4051.0, 4070.0, 4042.0, 4072.0, 4052.0, 4071.0, 4053.0, 4072.0, 4053.0, 4074.0, 4032.0, 4065.0, 4074.0, 4055.0, 4074.0, 4055.0, 4074.0, 4053.0, 4076.0, 4065.0, 4065.0, 4086.0, 4066.0, 4088.0, 4067.0, 4087.0, 4046.0, 4077.0, 4035.0, 4077.0, 4048.0, 4089.0, 4081.0, 4091.0, 4082.0, 4113.0, 4081.0, 4081.0, 4120.0, 4079.0, 4099.0, 4077.0, 4089.0, 4055.0, 4076.0, 4087.0, 4068.0, 4107.0, 4056.0, 4087.0, 4070.0, 4088.0, 4068.0, 4066.0, 4068.0, 4067.0, 4059.0, 4078.0, 4060.0, 4090.0, 4061.0, 4081.0, 4061.0, 4082.0, 4121.0, 4091.0, 4100.0, 4090.0, 4079.0, 4108.0, 4068.0, 4109.0, 4086.0, 4097.0, 4106.0, 4065.0, 4105.0, 4044.0, 4074.0, 4043.0, 4064.0, 4053.0, 4055.0, 4033.0, 4045.0, 4064.0, 4045.0, 4066.0, 4086.0, 4057.0, 4077.0, 4057.0, 4066.0, 4035.0, 4057.0, 4107.0, 4056.0, 4076.0, 4046.0, 4075.0, 4044.0, 4058.0, 4058.0, 4079.0, 4069.0, 4058.0, 4071.0, 4090.0, 4059.0, 4091.0, 4121.0, 4090.0, 4118.0, 4087.0, 4107.0, 4077.0, 4079.0, 4086.0, 4045.0, 4105.0, 4063.0, 4050.0, 4020.0, 4019.0, 4032.0, 4042.0, 4034.0, 4064.0, 4056.0, 4066.0, 4046.0, 4057.0, 4066.0, 4046.0, 4086.0, 4056.0, 4066.0, 4034.0, 4056.0, 4106.0, 4075.0, 4084.0, 4053.0, 4043.0, 4021.0, 4043.0, 4052.0, 4033.0, 4064.0, 4045.0, 4055.0, 4035.0, 4056.0, 4075.0, 4045.0, 4075.0, 4055.0, 4065.0, 4034.0, 4055.0, 4034.0, 4045.0, 4076.0, 4047.0, 4067.0, 4058.0, 4067.0, 4047.0, 4067.0, 4056.0, 4057.0, 4107.0, 4077.0, 4066.0, 4036.0, 4068.0, 4109.0, 4059.0, 4098.0, 4068.0, 4091.0, 4070.0, 4088.0, 4034.0, 4075.0, 4045.0, 4068.0, 4047.0, 4067.0, 4096.0, 4056.0, 4087.0, 4107.0, 4077.0, 4117.0, 4055.0, 4095.0, 4054.0, 4087.0, 4094.0, 4064.0, 4104.0, 4053.0, 4072.0, 4054.0, 4073.0, 4042.0, 4061.0, 4055.0, 4075.0, 4045.0, 4055.0, 4046.0, 4057.0, 4060.0, 4058.0, 4073.0, 4103.0, 4072.0, 4089.0, 4057.0, 4078.0, 4097.0, 4067.0, 4110.0, 4098.0, 4085.0, 4076.0, 4065.0, 4033.0, 4053.0, 4084.0, 4044.0, 4072.0, 4033.0, 4053.0, 4045.0, 4064.0, 4036.0, 4067.0, 4057.0, 4058.0, 4098.0, 4047.0, 4077.0, 4048.0, 4068.0, 4108.0, 4068.0, 4120.0, 4058.0, 4085.0, 4055.0, 4066.0, 4046.0, 4077.0, 4060.0, 4067.0, 4067.0, 4050.0, 4093.0, 4072.0, 4091.0, 4062.0, 4091.0, 4069.0, 4111.0, 4091.0, 4088.0, 4068.0, 4048.0, 4091.0, 4132.0, 4110.0, 4107.0, 4076.0, 4044.0, 4095.0, 4043.0, 4034.0, 4055.0, 4072.0, 4032.0, 4064.0, 4034.0, 4065.0, 4064.0, 4045.0, 4064.0, 4035.0, 4064.0, 4022.0, 4054.0, 4093.0, 4073.0, 4082.0, 4049.0, 4071.0, 4071.0, 4041.0, 4090.0, 4029.0, 4059.0, 4007.0, 4049.0, 4036.0, 4028.0, 4047.0, 4028.0, 4048.0, 4019.0, 4051.0, 4019.0, 4040.0, 4022.0, 4054.0, 4045.0, 4066.0, 4057.0, 4047.0, 4060.0, 4060.0, 4105.0, 4103.0, 4084.0, 4102.0, 4082.0, 4090.0, 4060.0, 4089.0, 4071.0, 4089.0, 4058.0, 4079.0, 4069.0, 4089.0, 4059.0, 4079.0, 4059.0, 4069.0, 4059.0, 4047.0, 4069.0, 4051.0, 4072.0, 4063.0, 4061.0, 4082.0, 4073.0, 4092.0, 4060.0, 4111.0, 4081.0, 4100.0, 4047.0, 4078.0, 4035.0, 4057.0, 4096.0, 4047.0, 4067.0, 4049.0, 4056.0, 4048.0, 4088.0, 4047.0, 4078.0, 4048.0, 4078.0, 4036.0, 4069.0, 4087.0, 4048.0, 4089.0, 4057.0, 4078.0, 4046.0, 4078.0, 4035.0, 4058.0, 4122.0, 4048.0, 4037.0, 4058.0, 4087.0, 4047.0, 4079.0, 4048.0, 4069.0, 4048.0, 4068.0, 4119.0, 4058.0, 4099.0, 4057.0, 4080.0, 4108.0, 4077.0, 4129.0, 4076.0, 4107.0, 4065.0, 4064.0, 4104.0, 4044.0, 4083.0, 4045.0, 4075.0, 4046.0, 4066.0, 4037.0, 4059.0, 4060.0, 4061.0, 4049.0, 4049.0, 4048.0, 4091.0, 4061.0, 4092.0, 4072.0, 4062.0, 4103.0, 4123.0, 4103.0, 4111.0, 4090.0, 4099.0, 4068.0, 4088.0, 4058.0, 4088.0, 4098.0, 4078.0, 4076.0, 4066.0, 4116.0, 4057.0, 4108.0, 4066.0, 4043.0, 4056.0, 4035.0, 4078.0, 4048.0, 4069.0, 4048.0, 4067.0, 4049.0, 4088.0, 4060.0, 4102.0, 4071.0, 4102.0, 4060.0, 4101.0, 4120.0, 4100.0, 4118.0, 4096.0, 4096.0, 4044.0, 4063.0, 4054.0, 4055.0, 4095.0, 4042.0, 4033.0, 4063.0, 4032.0, 4075.0, 4036.0, 4077.0, 4047.0, 4087.0, 4045.0, 4076.0, 4036.0, 4068.0, 4107.0, 4077.0, 4035.0, 4054.0, 4032.0, 4054.0, 4076.0, 4070.0, 4119.0, 4045.0, 4062.0, 4031.0, 4040.0, 4043.0, 4064.0, 4034.0, 4053.0, 4033.0, 4052.0, 4033.0, 4052.0, 4033.0, 4064.0, 4045.0, 4043.0, 4072.0, 4042.0, 4082.0, 4021.0, 4061.0, 4030.0, 4050.0, 4030.0, 4031.0, 4040.0, 4031.0, 4071.0, 4031.0, 4060.0, 4030.0, 4052.0, 4031.0, 4042.0, 4032.0, 4033.0, 4062.0, 4033.0, 4074.0, 4033.0, 4054.0, 4063.0, 4034.0, 4094.0, 4053.0, 4053.0, 4062.0, 4032.0, 4084.0, 4043.0, 4065.0, 4035.0, 4046.0, 4085.0, 4046.0, 4064.0, 4034.0, 4053.0, 4034.0, 4044.0, 4047.0, 4046.0, 4075.0, 4035.0, 4088.0, 4060.0, 4080.0, 4034.0, 4035.0, 4075.0, 4035.0, 4076.0, 4047.0, 4076.0, 4058.0, 4067.0, 4047.0, 4058.0, 4038.0, 4059.0, 4090.0, 4060.0, 4098.0, 4079.0, 4090.0, 4058.0, 4079.0, 4117.0, 4087.0, 4107.0, 4076.0, 4074.0, 4044.0, 4054.0, 4063.0, 4034.0, 4086.0, 4045.0, 4065.0, 4035.0, 4055.0, 4035.0, 4057.0, 4076.0, 4047.0, 4077.0, 4057.0, 4077.0, 4036.0, 4067.0, 4108.0, 4057.0, 4076.0, 4066.0, 4065.0, 4044.0, 4055.0, 4096.0, 4056.0, 4096.0, 4045.0, 4064.0, 4033.0, 4066.0, 4076.0, 4045.0, 4054.0, 4055.0, 4085.0, 4046.0, 4076.0, 4045.0, 4066.0, 4066.0, 4060.0, 4088.0, 4060.0, 4101.0, 4069.0, 4089.0, 4068.0, 4079.0, 4119.0, 4058.0, 4120.0, 4077.0, 4088.0, 4107.0, 4066.0, 4116.0, 4044.0, 4085.0, 4054.0, 4074.0, 4043.0, 4054.0, 4045.0, 4066.0, 4046.0, 4056.0, 4059.0, 4070.0, 4083.0, 4112.0, 4091.0, 4090.0, 4088.0, 4067.0, 4107.0, 4087.0, 4086.0, 4096.0, 4066.0, 4105.0, 4064.0, 4074.0, 4073.0, 4055.0, 4093.0, 4053.0, 4061.0, 4030.0, 4051.0, 4039.0, 4031.0, 4061.0, 4041.0, 4050.0, 4022.0, 4053.0, 4033.0, 4055.0, 4076.0, 4046.0, 4076.0, 4056.0, 4066.0, 4044.0, 4055.0, 4095.0, 4075.0, 4085.0, 4065.0, 4064.0, 4062.0, 4054.0, 4094.0, 4054.0, 4064.0, 4033.0, 4064.0, 4052.0, 4043.0, 4072.0, 4045.0, 4065.0, 4054.0, 4055.0, 4094.0, 4033.0, 4063.0, 4032.0, 4053.0, 4063.0, 4044.0, 4043.0, 4044.0, 4063.0, 4045.0, 4075.0, 4056.0, 4076.0, 4048.0, 4078.0, 4047.0, 4078.0, 4047.0, 4069.0, 4060.0, 4090.0, 4070.0, 4049.0, 4070.0, 4049.0, 4080.0, 4131.0, 4110.0, 4109.0, 4088.0, 4097.0, 4054.0, 4055.0, 4115.0, 4064.0, 4094.0, 4063.0, 4062.0, 4021.0, 4053.0, 4051.0, 4044.0, 4062.0, 4042.0, 4062.0, 4032.0, 4052.0, 4031.0, 4043.0, 4073.0, 4044.0, 4065.0, 4046.0, 4066.0, 4085.0, 4056.0, 4097.0, 4066.0, 4065.0, 4064.0, 4044.0, 4094.0, 4043.0, 4065.0, 4075.0, 4055.0, 4043.0, 4044.0, 4074.0, 4044.0, 4064.0, 4035.0, 4056.0, 4065.0, 4057.0, 4086.0, 4046.0, 4076.0, 4060.0, 4068.0, 4066.0, 4058.0, 4076.0, 4069.0, 4067.0, 4068.0, 4060.0, 4091.0, 4061.0, 4093.0, 4143.0, 4112.0, 4098.0, 4077.0, 4076.0, 4095.0, 4055.0, 4106.0, 4097.0, 4096.0, 4064.0, 4064.0, 4051.0, 4042.0, 4060.0, 4032.0, 4061.0, 4042.0, 4064.0, 4046.0, 4058.0, 4043.0, 4046.0, 4074.0, 4055.0, 4065.0, 4046.0, 4076.0, 4045.0, 4056.0, 4106.0, 4076.0, 4086.0, 4077.0, 4066.0, 4074.0, 4045.0, 4094.0, 4054.0, 4074.0, 4055.0, 4054.0, 4043.0, 4055.0, 4095.0, 4045.0, 4064.0, 4044.0, 4053.0, 4044.0, 4055.0, 4045.0, 4067.0, 4086.0, 4058.0, 4087.0, 4047.0, 4076.0, 4046.0, 4066.0, 4106.0, 4076.0, 4095.0, 4065.0, 4064.0, 4043.0, 4043.0, 4103.0, 4043.0, 4086.0, 4046.0, 4054.0, 4034.0, 4044.0, 4043.0, 4045.0, 4075.0, 4046.0, 4066.0, 4047.0, 4077.0, 4047.0, 4068.0, 4097.0, 4068.0, 4108.0, 4068.0, 4087.0, 4056.0, 4055.0, 4084.0, 4054.0, 4034.0, 4054.0, 4033.0, 4044.0, 4074.0, 4055.0, 4095.0, 4054.0, 4033.0, 4064.0, 4046.0, 4076.0, 4047.0, 4047.0, 4068.0, 4062.0, 4112.0, 4079.0, 4048.0, 4078.0, 4047.0, 4088.0, 4107.0, 4087.0, 4117.0, 4087.0, 4085.0, 4055.0, 4063.0, 4044.0, 4063.0, 4044.0, 4064.0, 4045.0, 4064.0, 4045.0, 4064.0, 4045.0, 4055.0, 4035.0, 4056.0, 4043.0, 4044.0, 4074.0, 4046.0, 4065.0, 4045.0, 4055.0, 4055.0, 4048.0, 4068.0, 4047.0, 4077.0, 4045.0, 4068.0, 4108.0, 4047.0, 4077.0, 4047.0, 4067.0, 4046.0, 4057.0], 'WindowWidth': [9131.0, 9104.0, 9076.0, 9084.0, 9065.0, 9087.0, 9043.0, 9058.0, 9111.0, 9043.0, 9107.0, 9027.0, 9064.0, 9026.0, 9054.0, 9041.0, 9045.0, 9043.0, 9046.0, 9098.0, 9046.0, 9086.0, 9029.0, 9059.0, 9042.0, 9057.0, 9081.0, 9060.0, 9072.0, 9048.0, 9060.0, 9063.0, 9064.0, 9075.0, 9068.0, 9091.0, 9077.0, 9075.0, 9042.0, 9044.0, 9126.0, 9099.0, 9098.0, 9056.0, 9068.0, 9062.0, 9023.0, 9104.0, 9064.0, 9076.0, 9034.0, 9048.0, 9044.0, 9020.0, 9103.0, 9061.0, 9073.0, 9034.0, 9043.0, 9016.0, 9017.0, 9015.0, 9023.0, 9076.0, 9024.0, 9075.0, 9038.0, 9063.0, 9022.0, 9052.0, 9076.0, 9022.0, 9088.0, 9022.0, 9060.0, 9021.0, 9037.0, 9048.0, 9024.0, 9077.0, 9023.0, 9061.0, 9034.0, 9048.0, 9034.0, 9050.0, 9059.0, 9020.0, 9087.0, 9021.0, 9060.0, 9034.0, 9022.0, 9022.0, 9040.0, 9078.0, 9038.0, 9052.0, 9047.0, 9024.0, 9103.0, 9023.0, 9060.0, 9020.0, 9035.0, 9102.0, 9035.0, 9106.0, 9050.0, 9073.0, 9023.0, 9034.0, 9043.0, 9072.0, 9061.0, 9050.0, 9060.0, 9065.0, 9117.0, 9089.0, 9076.0, 9127.0, 9071.0, 9110.0, 9079.0, 9078.0, 9060.0, 9050.0, 9121.0, 9103.0, 9069.0, 9043.0, 9052.0, 9013.0, 9029.0, 9034.0, 9031.0, 9032.0, 9036.0, 9032.0, 9051.0, 9080.0, 9056.0, 9052.0, 9024.0, 9051.0, 9046.0, 9035.0, 9090.0, 9051.0, 9064.0, 9035.0, 9035.0, 9101.0, 9019.0, 9059.0, 9036.0, 9031.0, 9016.0, 9034.0, 9070.0, 9018.0, 9058.0, 9033.0, 9045.0, 9018.0, 9032.0, 9014.0, 9032.0, 9057.0, 9034.0, 9045.0, 9033.0, 9045.0, 9015.0, 9022.0, 9071.0, 9021.0, 9075.0, 9037.0, 9061.0, 9045.0, 9094.0, 9062.0, 9074.0, 9061.0, 9073.0, 9086.0, 9061.0, 9131.0, 9121.0, 9102.0, 9087.0, 9084.0, 9066.0, 9053.0, 9125.0, 9081.0, 9093.0, 9036.0, 9048.0, 9045.0, 9021.0, 9089.0, 9053.0, 9062.0, 9019.0, 9046.0, 9097.0, 9003.0, 9055.0, 9031.0, 9045.0, 9017.0, 9031.0, 9030.0, 9034.0, 9045.0, 9038.0, 9066.0, 9043.0, 9084.0, 9045.0, 9046.0, 9065.0, 9069.0, 9103.0, 9140.0, 9119.0, 9099.0, 9041.0, 9055.0, 9120.0, 9082.0, 9112.0, 9113.0, 9095.0, 9054.0, 9064.0, 9022.0, 9054.0, 9047.0, 9042.0, 9027.0, 9042.0, 9038.0, 9041.0, 9070.0, 9048.0, 9099.0, 9090.0, 9099.0, 9061.0, 9087.0, 9056.0, 9074.0, 9140.0, 9086.0, 9107.0, 9052.0, 9078.0, 9037.0, 9067.0, 9108.0, 9053.0, 9092.0, 9044.0, 9096.0, 9039.0, 9067.0, 9068.0, 9038.0, 9073.0, 9035.0, 9057.0, 9018.0, 9075.0, 9028.0, 9066.0, 9060.0, 9082.0, 9060.0, 9087.0, 9046.0, 9057.0, 9044.0, 9071.0, 9041.0, 9056.0, 9142.0, 9103.0, 9100.0, 9095.0, 9063.0, 9035.0, 9050.0, 9063.0, 9053.0, 9064.0, 9036.0, 9025.0, 9055.0, 9122.0, 9059.0, 9081.0, 9080.0, 9061.0, 9039.0, 9078.0, 9036.0, 9069.0, 9107.0, 9064.0, 9089.0, 9034.0, 9088.0, 9039.0, 9075.0, 9037.0, 9060.0, 9037.0, 9061.0, 9024.0, 9070.0, 9109.0, 9048.0, 9044.0, 9034.0, 9088.0, 9036.0, 9075.0, 9064.0, 9060.0, 9038.0, 9074.0, 9037.0, 9076.0, 9048.0, 9059.0, 9034.0, 9061.0, 9017.0, 9046.0, 9121.0, 9039.0, 9075.0, 9060.0, 9058.0, 9015.0, 9043.0, 9028.0, 9033.0, 9096.0, 9027.0, 9053.0, 9015.0, 9067.0, 9053.0, 9076.0, 9071.0, 9039.0, 9074.0, 9044.0, 9083.0, 9060.0, 9100.0, 9074.0, 9074.0, 9091.0, 9068.0, 9129.0, 9146.0, 9088.0, 9136.0, 9050.0, 9118.0, 9074.0, 9104.0, 9076.0, 9120.0, 9074.0, 9055.0, 9028.0, 9015.0, 9046.0, 9069.0, 9018.0, 9064.0, 9034.0, 9057.0, 9095.0, 9058.0, 9090.0, 9063.0, 9060.0, 9020.0, 9048.0, 9083.0, 9016.0, 9099.0, 9042.0, 9069.0, 9013.0, 9044.0, 9096.0, 9025.0, 9063.0, 8993.0, 9032.0, 9007.0, 9029.0, 9050.0, 9012.0, 9052.0, 9015.0, 9052.0, 9017.0, 9056.0, 9018.0, 9046.0, 9038.0, 9070.0, 9052.0, 9044.0, 9102.0, 9058.0, 9073.0, 9040.0, 9071.0, 9120.0, 9077.0, 9090.0, 9076.0, 9049.0, 9117.0, 9059.0, 9084.0, 9042.0, 9051.0, 9015.0, 9055.0, 9011.0, 9039.0, 9010.0, 9027.0, 9024.0, 9035.0, 9059.0, 9038.0, 9046.0, 9060.0, 9083.0, 9049.0, 9103.0, 9067.0, 9068.0, 9102.0, 9093.0, 9135.0, 9143.0, 9097.0, 9134.0, 9096.0, 9117.0, 9079.0, 9067.0, 9142.0, 9149.0, 9118.0, 9141.0, 9120.0, 9106.0, 9064.0, 9061.0, 9018.0, 9048.0, 9032.0, 9037.0, 9079.0, 9043.0, 9077.0, 9039.0, 9077.0, 9040.0, 9067.0, 9052.0, 9090.0, 9065.0, 9097.0, 9070.0, 9111.0, 9069.0, 9053.0, 9096.0, 9108.0, 9127.0, 9133.0, 9104.0, 9158.0, 9112.0, 9111.0, 9053.0, 9082.0, 9037.0, 9066.0, 9035.0, 9054.0, 9045.0, 9085.0, 9063.0, 9053.0, 9104.0, 9132.0, 9101.0, 9070.0, 9096.0, 9133.0, 9105.0, 9107.0, 9100.0, 9072.0, 9138.0, 9055.0, 9122.0, 9082.0, 9097.0, 9053.0, 9064.0, 9007.0, 9048.0, 9084.0, 9050.0, 9096.0, 9022.0, 9064.0, 9033.0, 9062.0, 9044.0, 9033.0, 9087.0, 9050.0, 9074.0, 9035.0, 9058.0, 9017.0, 9049.0, 9071.0, 9050.0, 9090.0, 9036.0, 9065.0, 9020.0, 9064.0, 9117.0, 9035.0, 9086.0, 9018.0, 9064.0, 9105.0, 9036.0, 9088.0, 9020.0, 9072.0, 9016.0, 9050.0, 9105.0, 9038.0, 9078.0, 9054.0, 9078.0, 9036.0, 9049.0, 9102.0, 9051.0, 9089.0, 9048.0, 9062.0, 9047.0, 9033.0, 9085.0, 9048.0, 9077.0, 9035.0, 9061.0, 9022.0, 9063.0, 9087.0, 9038.0, 9092.0, 9053.0, 9067.0, 9021.0, 9051.0, 9102.0, 9039.0, 9106.0, 9047.0, 9062.0, 9015.0, 9048.0, 9084.0, 9035.0, 9084.0, 9047.0, 9071.0, 9036.0, 9061.0, 9018.0, 9039.0, 9105.0, 9054.0, 9076.0, 9021.0, 9064.0, 9116.0, 9046.0, 9102.0, 9044.0, 9058.0, 9013.0, 9047.0, 9081.0, 9043.0, 9073.0, 9015.0, 9048.0, 9044.0, 9035.0, 9073.0, 9035.0, 9074.0, 9076.0, 9068.0, 9033.0, 9044.0, 9066.0, 9047.0, 9053.0, 9078.0, 9133.0, 9051.0, 9091.0, 9097.0, 9063.0, 9129.0, 9058.0, 9061.0, 9144.0, 9126.0, 9107.0, 9077.0, 9057.0, 9047.0, 9072.0, 9024.0, 9118.0, 9074.0, 9131.0, 9065.0, 9094.0, 9057.0, 9041.0, 8997.0, 9008.0, 8982.0, 9026.0, 9000.0, 9031.0, 9011.0, 9036.0, 9015.0, 9052.0, 9017.0, 9056.0, 9027.0, 9081.0, 9061.0, 9044.0, 9062.0, 9052.0, 9101.0, 9070.0, 9123.0, 9105.0, 9117.0, 9062.0, 9083.0, 9038.0, 9065.0, 9118.0, 9042.0, 9094.0, 9055.0, 9054.0, 9040.0, 9061.0, 9074.0, 9047.0, 9085.0, 9048.0, 9099.0, 9025.0, 9057.0, 9124.0, 9069.0, 9095.0, 9053.0, 9079.0, 9021.0, 9047.0, 9008.0, 9055.0, 9040.0, 9044.0, 9043.0, 9033.0, 9083.0, 9062.0, 9089.0, 9051.0, 9067.0, 9047.0, 9049.0, 9103.0, 9049.0, 9104.0, 9082.0, 9091.0, 9051.0, 9082.0, 9063.0, 9050.0, 9114.0, 9049.0, 9137.0, 9105.0, 9070.0, 9087.0, 9076.0, 9138.0, 9097.0, 9142.0, 9111.0, 9131.0, 9120.0, 9183.0, 9162.0, 9140.0, 9118.0, 9091.0, 9146.0, 9111.0, 9099.0, 9127.0, 9081.0, 9115.0, 9047.0, 9071.0, 9027.0, 9055.0, 9095.0, 9040.0, 9064.0, 9039.0, 9037.0, 9027.0, 9053.0, 9037.0, 9066.0, 9062.0, 9073.0, 9082.0, 9107.0, 9102.0, 9134.0, 9115.0, 9133.0, 9093.0, 9123.0, 9181.0, 9115.0, 9122.0, 9081.0, 9160.0, 9073.0, 9118.0, 9081.0, 9093.0, 9076.0, 9076.0, 9048.0, 9075.0, 9048.0, 9088.0, 9084.0, 9110.0, 9132.0, 9180.0, 9103.0, 9126.0, 9070.0, 9107.0, 9065.0, 9087.0, 9061.0, 9093.0, 9071.0, 9096.0, 9047.0, 9064.0, 9145.0, 9074.0, 9127.0, 9087.0, 9099.0, 9052.0, 9042.0, 9091.0, 9157.0, 9111.0, 9122.0, 9044.0, 9082.0, 9055.0, 9066.0, 9054.0, 9066.0, 9042.0, 9084.0, 9041.0, 9075.0, 9128.0, 9105.0, 9109.0, 9040.0, 9089.0, 9039.0, 9078.0, 9071.0, 9066.0, 9057.0, 9085.0, 9030.0, 9056.0, 9065.0, 9057.0, 9033.0, 9075.0, 9065.0, 9067.0, 9127.0, 9082.0, 9136.0, 9087.0, 9152.0, 9110.0, 9090.0, 9057.0, 9049.0, 9118.0, 9064.0, 9074.0, 9089.0, 9063.0, 9153.0, 9125.0, 9142.0, 9059.0, 9106.0, 9051.0, 9091.0, 9069.0, 9099.0, 9093.0, 9078.0, 9098.0, 9075.0, 9120.0, 9096.0, 9070.0, 9053.0, 9049.0, 9037.0, 9055.0, 9045.0, 9105.0, 9101.0, 9134.0, 9170.0, 9126.0, 9167.0, 9078.0, 9138.0, 9120.0, 9110.0, 9062.0, 9139.0, 9057.0, 9122.0, 9110.0, 9093.0, 9109.0, 9053.0, 9133.0, 9073.0, 9077.0, 9049.0, 9057.0, 9035.0, 9058.0, 9026.0, 9064.0, 9038.0, 9063.0, 9042.0, 9066.0, 9042.0, 9070.0, 9013.0, 9060.0, 9071.0, 9047.0, 9071.0, 9048.0, 9072.0, 9044.0, 9078.0, 9061.0, 9063.0, 9090.0, 9066.0, 9095.0, 9068.0, 9094.0, 9038.0, 9080.0, 9023.0, 9082.0, 9046.0, 9105.0, 9098.0, 9109.0, 9099.0, 9141.0, 9092.0, 9091.0, 9144.0, 9087.0, 9112.0, 9081.0, 9099.0, 9050.0, 9079.0, 9093.0, 9070.0, 9123.0, 9053.0, 9096.0, 9081.0, 9100.0, 9071.0, 9068.0, 9074.0, 9070.0, 9062.0, 9088.0, 9067.0, 9107.0, 9068.0, 9095.0, 9068.0, 9096.0, 9148.0, 9106.0, 9119.0, 9103.0, 9086.0, 9126.0, 9069.0, 9128.0, 9090.0, 9106.0, 9117.0, 9060.0, 9114.0, 9030.0, 9070.0, 9029.0, 9058.0, 9042.0, 9048.0, 9018.0, 9036.0, 9060.0, 9035.0, 9065.0, 9093.0, 9056.0, 9080.0, 9054.0, 9064.0, 9022.0, 9053.0, 9121.0, 9052.0, 9077.0, 9038.0, 9075.0, 9034.0, 9057.0, 9061.0, 9087.0, 9076.0, 9061.0, 9082.0, 9104.0, 9062.0, 9105.0, 9148.0, 9102.0, 9139.0, 9093.0, 9122.0, 9084.0, 9087.0, 9091.0, 9036.0, 9118.0, 9053.0, 9033.0, 8995.0, 8992.0, 9013.0, 9028.0, 9021.0, 9061.0, 9055.0, 9067.0, 9041.0, 9056.0, 9064.0, 9039.0, 9092.0, 9051.0, 9065.0, 9019.0, 9050.0, 9118.0, 9073.0, 9086.0, 9042.0, 9027.0, 8998.0, 9030.0, 9040.0, 9018.0, 9060.0, 9037.0, 9048.0, 9023.0, 9051.0, 9075.0, 9036.0, 9075.0, 9050.0, 9060.0, 9020.0, 9048.0, 9018.0, 9036.0, 9078.0, 9042.0, 9069.0, 9059.0, 9069.0, 9044.0, 9069.0, 9053.0, 9054.0, 9122.0, 9081.0, 9066.0, 9026.0, 9071.0, 9130.0, 9061.0, 9111.0, 9074.0, 9108.0, 9081.0, 9099.0, 9022.0, 9078.0, 9037.0, 9071.0, 9042.0, 9070.0, 9108.0, 9053.0, 9096.0, 9121.0, 9081.0, 9134.0, 9048.0, 9101.0, 9047.0, 9094.0, 9099.0, 9057.0, 9110.0, 9042.0, 9064.0, 9045.0, 9068.0, 9026.0, 9050.0, 9051.0, 9074.0, 9032.0, 9043.0, 9039.0, 9055.0, 9066.0, 9061.0, 9088.0, 9128.0, 9084.0, 9100.0, 9056.0, 9083.0, 9106.0, 9066.0, 9130.0, 9109.0, 9089.0, 9076.0, 9059.0, 9016.0, 9041.0, 9085.0, 9031.0, 9066.0, 9016.0, 9041.0, 9034.0, 9059.0, 9026.0, 9067.0, 9055.0, 9058.0, 9110.0, 9041.0, 9081.0, 9047.0, 9071.0, 9122.0, 9072.0, 9143.0, 9060.0, 9088.0, 9049.0, 9064.0, 9038.0, 9080.0, 9067.0, 9072.0, 9071.0, 9053.0, 9114.0, 9086.0, 9107.0, 9070.0, 9107.0, 9077.0, 9135.0, 9105.0, 9097.0, 9071.0, 9045.0, 9107.0, 9165.0, 9128.0, 9118.0, 9075.0, 9027.0, 9099.0, 9029.0, 9021.0, 9051.0, 9067.0, 9013.0, 9057.0, 9017.0, 9061.0, 9058.0, 9035.0, 9060.0, 9020.0, 9056.0, 8999.0, 9040.0, 9094.0, 9065.0, 9076.0, 9029.0, 9060.0, 9057.0, 9019.0, 9084.0, 9001.0, 9040.0, 8969.0, 9025.0, 9005.0, 8998.0, 9020.0, 8999.0, 9026.0, 8989.0, 9034.0, 8991.0, 9022.0, 9000.0, 9047.0, 9035.0, 9067.0, 9056.0, 9045.0, 9065.0, 9068.0, 9134.0, 9128.0, 9105.0, 9125.0, 9098.0, 9105.0, 9067.0, 9103.0, 9080.0, 9101.0, 9060.0, 9087.0, 9075.0, 9100.0, 9062.0, 9088.0, 9064.0, 9074.0, 9062.0, 9043.0, 9075.0, 9054.0, 9083.0, 9075.0, 9069.0, 9098.0, 9085.0, 9108.0, 9067.0, 9135.0, 9091.0, 9117.0, 9042.0, 9084.0, 9022.0, 9053.0, 9106.0, 9042.0, 9066.0, 9046.0, 9052.0, 9045.0, 9095.0, 9043.0, 9084.0, 9044.0, 9084.0, 9027.0, 9074.0, 9094.0, 9044.0, 9099.0, 9056.0, 9082.0, 9039.0, 9081.0, 9022.0, 9059.0, 9150.0, 9047.0, 9031.0, 9059.0, 9095.0, 9043.0, 9085.0, 9046.0, 9075.0, 9044.0, 9071.0, 9140.0, 9058.0, 9114.0, 9056.0, 9087.0, 9125.0, 9081.0, 9153.0, 9077.0, 9119.0, 9059.0, 9059.0, 9109.0, 9031.0, 9081.0, 9033.0, 9074.0, 9038.0, 9065.0, 9029.0, 9064.0, 9068.0, 9069.0, 9048.0, 9051.0, 9047.0, 9109.0, 9073.0, 9113.0, 9086.0, 9071.0, 9126.0, 9152.0, 9127.0, 9134.0, 9102.0, 9112.0, 9070.0, 9097.0, 9059.0, 9098.0, 9108.0, 9083.0, 9077.0, 9063.0, 9132.0, 9055.0, 9124.0, 9064.0, 9031.0, 9050.0, 9022.0, 9085.0, 9047.0, 9076.0, 9046.0, 9070.0, 9051.0, 9100.0, 9068.0, 9124.0, 9083.0, 9123.0, 9064.0, 9119.0, 9143.0, 9117.0, 9138.0, 9104.0, 9103.0, 9030.0, 9054.0, 9044.0, 9048.0, 9100.0, 9026.0, 9015.0, 9055.0, 9016.0, 9076.0, 9025.0, 9080.0, 9043.0, 9097.0, 9039.0, 9077.0, 9024.0, 9070.0, 9124.0, 9080.0, 9022.0, 9047.0, 9016.0, 9046.0, 9078.0, 9079.0, 9143.0, 9038.0, 9053.0, 9012.0, 9020.0, 9031.0, 9062.0, 9022.0, 9045.0, 9022.0, 9044.0, 9021.0, 9042.0, 9022.0, 9065.0, 9041.0, 9035.0, 9070.0, 9030.0, 9082.0, 9000.0, 9051.0, 9011.0, 9037.0, 9010.0, 9014.0, 9026.0, 9014.0, 9067.0, 9014.0, 9050.0, 9012.0, 9042.0, 9013.0, 9030.0, 9017.0, 9021.0, 9056.0, 9020.0, 9074.0, 9020.0, 9049.0, 9060.0, 9021.0, 9103.0, 9045.0, 9044.0, 9054.0, 9017.0, 9088.0, 9032.0, 9064.0, 9026.0, 9042.0, 9090.0, 9041.0, 9060.0, 9022.0, 9044.0, 9020.0, 9036.0, 9044.0, 9041.0, 9076.0, 9026.0, 9102.0, 9070.0, 9096.0, 9022.0, 9026.0, 9077.0, 9026.0, 9080.0, 9044.0, 9081.0, 9062.0, 9072.0, 9045.0, 9061.0, 9034.0, 9063.0, 9108.0, 9068.0, 9114.0, 9088.0, 9106.0, 9060.0, 9090.0, 9138.0, 9094.0, 9123.0, 9078.0, 9073.0, 9032.0, 9048.0, 9057.0, 9021.0, 9093.0, 9039.0, 9063.0, 9025.0, 9051.0, 9024.0, 9057.0, 9079.0, 9045.0, 9083.0, 9058.0, 9083.0, 9027.0, 9069.0, 9126.0, 9057.0, 9079.0, 9067.0, 9063.0, 9034.0, 9049.0, 9105.0, 9054.0, 9106.0, 9036.0, 9060.0, 9016.0, 9066.0, 9079.0, 9037.0, 9047.0, 9052.0, 9091.0, 9040.0, 9081.0, 9037.0, 9067.0, 9068.0, 9067.0, 9099.0, 9068.0, 9124.0, 9077.0, 9102.0, 9072.0, 9090.0, 9141.0, 9061.0, 9148.0, 9084.0, 9097.0, 9121.0, 9065.0, 9133.0, 9032.0, 9087.0, 9046.0, 9074.0, 9031.0, 9044.0, 9038.0, 9067.0, 9040.0, 9055.0, 9063.0, 9080.0, 9103.0, 9140.0, 9108.0, 9105.0, 9098.0, 9068.0, 9123.0, 9093.0, 9092.0, 9104.0, 9064.0, 9117.0, 9057.0, 9070.0, 9069.0, 9048.0, 9097.0, 9040.0, 9050.0, 9006.0, 9034.0, 9018.0, 9011.0, 9049.0, 9025.0, 9034.0, 9002.0, 9044.0, 9019.0, 9050.0, 9078.0, 9041.0, 9078.0, 9054.0, 9065.0, 9033.0, 9049.0, 9103.0, 9076.0, 9089.0, 9061.0, 9059.0, 9053.0, 9044.0, 9098.0, 9047.0, 9059.0, 9017.0, 9061.0, 9041.0, 9031.0, 9068.0, 9035.0, 9063.0, 9045.0, 9049.0, 9100.0, 9017.0, 9056.0, 9015.0, 9044.0, 9058.0, 9034.0, 9030.0, 9033.0, 9057.0, 9036.0, 9077.0, 9053.0, 9079.0, 9046.0, 9084.0, 9044.0, 9084.0, 9042.0, 9075.0, 9068.0, 9107.0, 9079.0, 9051.0, 9079.0, 9049.0, 9092.0, 9164.0, 9131.0, 9128.0, 9097.0, 9108.0, 9046.0, 9047.0, 9130.0, 9059.0, 9098.0, 9055.0, 9053.0, 8996.0, 9041.0, 9037.0, 9032.0, 9052.0, 9027.0, 9051.0, 9012.0, 9041.0, 9012.0, 9031.0, 9070.0, 9034.0, 9062.0, 9039.0, 9066.0, 9088.0, 9050.0, 9108.0, 9064.0, 9062.0, 9058.0, 9032.0, 9099.0, 9028.0, 9062.0, 9077.0, 9048.0, 9031.0, 9035.0, 9071.0, 9035.0, 9060.0, 9025.0, 9052.0, 9064.0, 9055.0, 9092.0, 9039.0, 9079.0, 9067.0, 9073.0, 9066.0, 9060.0, 9081.0, 9076.0, 9071.0, 9075.0, 9067.0, 9109.0, 9070.0, 9116.0, 9184.0, 9137.0, 9112.0, 9081.0, 9078.0, 9100.0, 9046.0, 9119.0, 9107.0, 9104.0, 9057.0, 9057.0, 9037.0, 9025.0, 9047.0, 9012.0, 9051.0, 9029.0, 9062.0, 9044.0, 9061.0, 9034.0, 9040.0, 9075.0, 9053.0, 9063.0, 9041.0, 9081.0, 9037.0, 9052.0, 9120.0, 9079.0, 9092.0, 9081.0, 9065.0, 9074.0, 9035.0, 9101.0, 9046.0, 9074.0, 9048.0, 9047.0, 9031.0, 9050.0, 9102.0, 9035.0, 9060.0, 9035.0, 9045.0, 9036.0, 9049.0, 9038.0, 9069.0, 9093.0, 9057.0, 9096.0, 9044.0, 9080.0, 9037.0, 9064.0, 9119.0, 9077.0, 9100.0, 9060.0, 9058.0, 9029.0, 9030.0, 9111.0, 9030.0, 9094.0, 9042.0, 9045.0, 9020.0, 9035.0, 9032.0, 9035.0, 9075.0, 9041.0, 9067.0, 9045.0, 9083.0, 9043.0, 9071.0, 9108.0, 9073.0, 9123.0, 9070.0, 9096.0, 9051.0, 9049.0, 9085.0, 9046.0, 9019.0, 9047.0, 9018.0, 9032.0, 9073.0, 9048.0, 9101.0, 9046.0, 9018.0, 9059.0, 9041.0, 9078.0, 9043.0, 9043.0, 9072.0, 9074.0, 9138.0, 9088.0, 9046.0, 9086.0, 9043.0, 9099.0, 9121.0, 9092.0, 9134.0, 9092.0, 9087.0, 9047.0, 9054.0, 9032.0, 9056.0, 9034.0, 9058.0, 9035.0, 9058.0, 9035.0, 9059.0, 9035.0, 9047.0, 9021.0, 9050.0, 9030.0, 9033.0, 9074.0, 9038.0, 9062.0, 9035.0, 9046.0, 9047.0, 9046.0, 9072.0, 9043.0, 9082.0, 9035.0, 9071.0, 9123.0, 9043.0, 9081.0, 9041.0, 9066.0, 9037.0, 9054.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.0028438200431034483</td></tr>
<tr><td colspan=3>aqi</td><td>0.10372622931034482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.6399200171428</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0775530661024249</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9674865149002715</td></tr>
<tr><td colspan=3>efc</td><td>0.4713</td></tr>
<tr><td colspan=3>fber</td><td>5744.6387</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13311719493944285</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>318</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.13362068965517</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.890218616686624</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7394596619589193</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2811740126798066</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6500221754211464</td></tr>
<tr><td colspan=3>gcor</td><td>0.00339147</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010474531911313534</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02736971341073513</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.7412616549523703</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>16.476</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9429</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300579.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.4751</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7744</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.3628</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3237.5828</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.4885</td></tr>
<tr><td colspan=3>tsnr</td><td>20.57270325429272</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>