<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>716b069eb3aa46f2dbf2e01eaccbf33b</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>17:43:16.627500</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.998513, 0.0472407, -0.0271945, -0.0493595, 0.995294, -0.0833908]</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.0888514</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7749, -7273, 602, -88, -174, 17, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d8037ee-456e-4628-b58e-3624932a3486||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.678938150405884, -0.13242802023887634, -0.06244304031133652, 112.8624038696289], [-0.1267433762550354, 2.670300245285034, -0.22844454646110535, -84.28861999511719], [-0.07296079397201538, 0.22373132407665253, 2.689593553543091, -67.32284545898438], [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': ['174316.627500', '174317.087500', '174317.547500', '174318.007500', '174318.467500', '174318.927500', '174319.387500', '174319.847500', '174320.307500', '174320.767500', '174321.227500', '174321.687500', '174322.147500', '174322.607500', '174323.067500', '174323.527500', '174323.987500', '174324.447500', '174324.907500', '174325.367500', '174325.827500', '174326.287500', '174326.747500', '174327.207500', '174327.667500', '174328.127500', '174328.587500', '174329.047500', '174329.507500', '174329.967500', '174330.427500', '174330.887500', '174331.347500', '174331.807500', '174332.267500', '174332.727500', '174333.187500', '174333.647500', '174334.107500', '174334.567500', '174335.027500', '174335.487500', '174335.947500', '174336.407500', '174336.867500', '174337.327500', '174337.787500', '174338.247500', '174338.707500', '174339.167500', '174339.627500', '174340.087500', '174340.547500', '174341.007500', '174341.467500', '174341.927500', '174342.387500', '174342.847500', '174343.307500', '174343.767500', '174344.227500', '174344.687500', '174345.147500', '174345.607500', '174346.067500', '174346.527500', '174346.987500', '174347.447500', '174347.907500', '174348.367500', '174348.827500', '174349.287500', '174349.747500', '174350.207500', '174350.667500', '174351.127500', '174351.587500', '174352.047500', '174352.507500', '174352.967500', '174353.427500', '174353.887500', '174354.347500', '174354.807500', '174355.267500', '174355.727500', '174356.187500', '174356.647500', '174357.107500', '174357.567500', '174358.027500', '174358.487500', '174358.947500', '174359.407500', '174359.867500', '174400.327500', '174400.787500', '174401.247500', '174401.707500', '174402.167500', '174402.627500', '174403.087500', '174403.547500', '174404.007500', '174404.467500', '174404.927500', '174405.387500', '174405.847500', '174406.307500', '174406.767500', '174407.227500', '174407.687500', '174408.147500', '174408.607500', '174409.067500', '174409.527500', '174409.987500', '174410.447500', '174410.907500', '174411.367500', '174411.827500', '174412.287500', '174412.747500', '174413.207500', '174413.667500', '174414.127500', '174414.587500', '174415.047500', '174415.507500', '174415.967500', '174416.427500', '174416.887500', '174417.347500', '174417.807500', '174418.267500', '174418.727500', '174419.187500', '174419.647500', '174420.107500', '174420.567500', '174421.027500', '174421.487500', '174421.947500', '174422.407500', '174422.867500', '174423.327500', '174423.787500', '174424.247500', '174424.707500', '174425.167500', '174425.627500', '174426.087500', '174426.547500', '174427.007500', '174427.467500', '174427.927500', '174428.387500', '174428.847500', '174429.307500', '174429.767500', '174430.227500', '174430.687500', '174431.147500', '174431.607500', '174432.067500', '174432.527500', '174432.987500', '174433.447500', '174433.907500', '174434.367500', '174434.827500', '174435.287500', '174435.747500', '174436.207500', '174436.667500', '174437.127500', '174437.587500', '174438.047500', '174438.507500', '174438.967500', '174439.427500', '174439.887500', '174440.347500', '174440.807500', '174441.267500', '174441.727500', '174442.187500', '174442.647500', '174443.107500', '174443.567500', '174444.027500', '174444.487500', '174444.947500', '174445.407500', '174445.867500', '174446.327500', '174446.787500', '174447.247500', '174447.707500', '174448.167500', '174448.627500', '174449.087500', '174449.547500', '174450.007500', '174450.467500', '174450.927500', '174451.387500', '174451.847500', '174452.307500', '174452.767500', '174453.227500', '174453.687500', '174454.147500', '174454.607500', '174455.067500', '174455.527500', '174455.987500', '174456.447500', '174456.907500', '174457.367500', '174457.827500', '174458.287500', '174458.747500', '174459.207500', '174459.667500', '174500.127500', '174500.587500', '174501.047500', '174501.507500', '174501.967500', '174502.427500', '174502.887500', '174503.347500', '174503.807500', '174504.267500', '174504.727500', '174505.187500', '174505.647500', '174506.107500', '174506.567500', '174507.027500', '174507.487500', '174507.947500', '174508.407500', '174508.867500', '174509.327500', '174509.787500', '174510.247500', '174510.707500', '174511.167500', '174511.627500', '174512.087500', '174512.547500', '174513.007500', '174513.467500', '174513.927500', '174514.387500', '174514.847500', '174515.307500', '174515.767500', '174516.227500', '174516.687500', '174517.147500', '174517.607500', '174518.067500', '174518.527500', '174518.987500', '174519.447500', '174519.907500', '174520.367500', '174520.827500', '174521.287500', '174521.747500', '174522.207500', '174522.667500', '174523.127500', '174523.587500', '174524.047500', '174524.507500', '174524.967500', '174525.427500', '174525.887500', '174526.347500', '174526.807500', '174527.267500', '174527.727500', '174528.187500', '174528.647500', '174529.107500', '174529.567500', '174530.027500', '174530.487500', '174530.947500', '174531.407500', '174531.867500', '174532.327500', '174532.787500', '174533.247500', '174533.707500', '174534.167500', '174534.627500', '174535.087500', '174535.547500', '174536.007500', '174536.467500', '174536.927500', '174537.387500', '174537.847500', '174538.307500', '174538.767500', '174539.227500', '174539.687500', '174540.147500', '174540.607500', '174541.067500', '174541.527500', '174541.987500', '174542.447500', '174542.907500', '174543.367500', '174543.827500', '174544.287500', '174544.747500', '174545.207500', '174545.667500', '174546.127500', '174546.587500', '174547.047500', '174547.507500', '174547.967500', '174548.427500', '174548.887500', '174549.347500', '174549.807500', '174550.267500', '174550.727500', '174551.187500', '174551.647500', '174552.107500', '174552.567500', '174553.027500', '174553.487500', '174553.947500', '174554.407500', '174554.867500', '174555.327500', '174555.787500', '174556.247500', '174556.707500', '174557.167500', '174557.627500', '174558.087500', '174558.547500', '174559.007500', '174559.467500', '174559.927500', '174600.387500', '174600.847500', '174601.307500', '174601.767500', '174602.227500', '174602.687500', '174603.147500', '174603.607500', '174604.067500', '174604.527500', '174604.987500', '174605.447500', '174605.907500', '174606.367500', '174606.827500', '174607.287500', '174607.747500', '174608.207500', '174608.667500', '174609.127500', '174609.587500', '174610.047500', '174610.507500', '174610.967500', '174611.427500', '174611.887500', '174612.347500', '174612.807500', '174613.267500', '174613.727500', '174614.187500', '174614.647500', '174615.107500', '174615.567500', '174616.027500', '174616.487500', '174616.947500', '174617.407500', '174617.867500', '174618.327500', '174618.787500', '174619.247500', '174619.707500', '174620.167500', '174620.627500', '174621.087500', '174621.547500', '174622.007500', '174622.467500', '174622.927500', '174623.387500', '174623.847500', '174624.307500', '174624.767500', '174625.227500', '174625.687500', '174626.147500', '174626.607500', '174627.067500', '174627.527500', '174627.987500', '174628.447500', '174628.907500', '174629.367500', '174629.827500', '174630.287500', '174630.747500', '174631.207500', '174631.667500', '174632.127500', '174632.587500', '174633.047500', '174633.507500', '174633.967500', '174634.427500', '174634.887500', '174635.347500', '174635.807500', '174636.267500', '174636.727500', '174637.187500', '174637.647500', '174638.107500', '174638.567500', '174639.027500', '174639.487500', '174639.947500', '174640.407500', '174640.867500', '174641.327500', '174641.787500', '174642.247500', '174642.707500', '174643.167500', '174643.627500', '174644.087500', '174644.547500', '174645.007500', '174645.467500', '174645.927500', '174646.387500', '174646.847500', '174647.307500', '174647.767500', '174648.227500', '174648.687500', '174649.147500', '174649.607500', '174650.067500', '174650.527500', '174650.987500', '174651.447500', '174651.907500', '174652.367500', '174652.827500', '174653.287500', '174653.747500', '174654.207500', '174654.667500', '174655.127500', '174655.587500', '174656.047500', '174656.507500', '174656.967500', '174657.427500', '174657.887500', '174658.347500', '174658.807500', '174659.267500', '174659.727500', '174700.187500', '174700.647500', '174701.107500', '174701.567500', '174702.027500', '174702.487500', '174702.947500', '174703.407500', '174703.867500', '174704.327500', '174704.787500', '174705.247500', '174705.707500', '174706.167500', '174706.627500', '174707.087500', '174707.547500', '174708.007500', '174708.467500', '174708.927500', '174709.387500', '174709.847500', '174710.307500', '174710.767500', '174711.227500', '174711.687500', '174712.147500', '174712.607500', '174713.067500', '174713.527500', '174713.987500', '174714.447500', '174714.907500', '174715.367500', '174715.827500', '174716.287500', '174716.747500', '174717.207500', '174717.667500', '174718.127500', '174718.587500', '174719.047500', '174719.507500', '174719.967500', '174720.427500', '174720.887500', '174721.347500', '174721.807500', '174722.267500', '174722.727500', '174723.187500', '174723.647500', '174724.107500', '174724.567500', '174725.027500', '174725.487500', '174725.947500', '174726.407500', '174726.867500', '174727.327500', '174727.787500', '174728.247500', '174728.707500', '174729.167500', '174729.627500', '174730.087500', '174730.547500', '174731.007500', '174731.467500', '174731.927500', '174732.387500', '174732.847500', '174733.307500', '174733.767500', '174734.227500', '174734.687500', '174735.147500', '174735.607500', '174736.067500', '174736.527500', '174736.987500', '174737.447500', '174737.907500', '174738.367500', '174738.827500', '174739.287500', '174739.747500', '174740.207500', '174740.667500', '174741.127500', '174741.587500', '174742.047500', '174742.507500', '174742.967500', '174743.427500', '174743.887500', '174744.347500', '174744.807500', '174745.267500', '174745.727500', '174746.187500', '174746.647500', '174747.107500', '174747.567500', '174748.027500', '174748.487500', '174748.947500', '174749.407500', '174749.867500', '174750.327500', '174750.787500', '174751.247500', '174751.707500', '174752.167500', '174752.627500', '174753.087500', '174753.547500', '174754.007500', '174754.467500', '174754.927500', '174755.387500', '174755.847500', '174756.307500', '174756.767500', '174757.227500', '174757.687500', '174758.147500', '174758.607500', '174759.067500', '174759.527500', '174759.987500', '174800.447500', '174800.907500', '174801.367500', '174801.827500', '174802.287500', '174802.747500', '174803.207500', '174803.667500', '174804.127500', '174804.587500', '174805.047500', '174805.507500', '174805.967500', '174806.427500', '174806.887500', '174807.347500', '174807.807500', '174808.267500', '174808.727500', '174809.187500', '174809.647500', '174810.107500', '174810.567500', '174811.027500', '174811.487500', '174811.947500', '174812.407500', '174812.867500', '174813.327500', '174813.787500', '174814.247500', '174814.707500', '174815.167500', '174815.627500', '174816.087500', '174816.547500', '174817.007500', '174817.467500', '174817.927500', '174818.387500', '174818.847500', '174819.307500', '174819.767500', '174820.227500', '174820.687500', '174821.147500', '174821.607500', '174822.067500', '174822.527500', '174822.987500', '174823.447500', '174823.907500', '174824.367500', '174824.827500', '174825.287500', '174825.747500', '174826.207500', '174826.667500', '174827.127500', '174827.587500', '174828.047500', '174828.507500', '174828.967500', '174829.427500', '174829.887500', '174830.347500', '174830.807500', '174831.267500', '174831.727500', '174832.187500', '174832.647500', '174833.107500', '174833.567500', '174834.027500', '174834.487500', '174834.947500', '174835.407500', '174835.867500', '174836.327500', '174836.787500', '174837.247500', '174837.707500', '174838.167500', '174838.627500', '174839.087500', '174839.547500', '174840.007500', '174840.467500', '174840.927500', '174841.387500', '174841.847500', '174842.307500', '174842.767500', '174843.227500', '174843.687500', '174844.147500', '174844.607500', '174845.067500', '174845.527500', '174845.987500', '174846.447500', '174846.907500', '174847.367500', '174847.827500', '174848.287500', '174848.747500', '174849.207500', '174849.667500', '174850.127500', '174850.587500', '174851.047500', '174851.507500', '174851.967500', '174852.427500', '174852.887500', '174853.347500', '174853.807500', '174854.267500', '174854.727500', '174855.187500', '174855.647500', '174856.107500', '174856.567500', '174857.027500', '174857.487500', '174857.947500', '174858.407500', '174858.867500', '174859.327500', '174859.787500', '174900.247500', '174900.707500', '174901.167500', '174901.627500', '174902.087500', '174902.547500', '174903.007500', '174903.467500', '174903.927500', '174904.387500', '174904.847500', '174905.307500', '174905.767500', '174906.227500', '174906.687500', '174907.147500', '174907.607500', '174908.067500', '174908.527500', '174908.987500', '174909.447500', '174909.907500', '174910.367500', '174910.827500', '174911.287500', '174911.747500', '174912.207500', '174912.667500', '174913.127500', '174913.587500', '174914.047500', '174914.507500', '174914.967500', '174915.427500', '174915.887500', '174916.347500', '174916.807500', '174917.267500', '174917.727500', '174918.187500', '174918.647500', '174919.107500', '174919.567500', '174920.027500', '174920.487500', '174920.947500', '174921.407500', '174921.867500', '174922.327500', '174922.787500', '174923.247500', '174923.707500', '174924.167500', '174924.627500', '174925.087500', '174925.547500', '174926.007500', '174926.467500', '174926.927500', '174927.387500', '174927.847500', '174928.307500', '174928.767500', '174929.227500', '174929.687500', '174930.147500', '174930.607500', '174931.067500', '174931.527500', '174931.987500', '174932.447500', '174932.907500', '174933.367500', '174933.827500', '174934.287500', '174934.747500', '174935.207500', '174935.667500', '174936.127500', '174936.587500', '174937.047500', '174937.507500', '174937.967500', '174938.427500', '174938.887500', '174939.347500', '174939.807500', '174940.267500', '174940.727500', '174941.187500', '174941.647500', '174942.107500', '174942.567500', '174943.027500', '174943.487500', '174943.947500', '174944.407500', '174944.867500', '174945.327500', '174945.787500', '174946.247500', '174946.707500', '174947.167500', '174947.627500', '174948.087500', '174948.547500', '174949.007500', '174949.467500', '174949.927500', '174950.387500', '174950.847500', '174951.307500', '174951.767500', '174952.227500', '174952.687500', '174953.147500', '174953.607500', '174954.067500', '174954.527500', '174954.987500', '174955.447500', '174955.907500', '174956.367500', '174956.827500', '174957.287500', '174957.747500', '174958.207500', '174958.667500', '174959.127500', '174959.587500', '175000.047500', '175000.507500', '175000.967500', '175001.427500', '175001.887500', '175002.347500', '175002.807500', '175003.267500', '175003.727500', '175004.187500', '175004.647500', '175005.107500', '175005.567500', '175006.027500', '175006.487500', '175006.947500', '175007.407500', '175007.867500', '175008.327500', '175008.787500', '175009.247500', '175009.707500', '175010.167500', '175010.627500', '175011.087500', '175011.547500', '175012.007500', '175012.467500', '175012.927500', '175013.387500', '175013.847500', '175014.307500', '175014.767500', '175015.227500', '175015.687500', '175016.147500', '175016.607500', '175017.067500', '175017.527500', '175017.987500', '175018.447500', '175018.907500', '175019.367500', '175019.827500', '175020.287500', '175020.747500', '175021.207500', '175021.667500', '175022.127500', '175022.587500', '175023.047500', '175023.507500', '175023.967500', '175024.427500', '175024.887500', '175025.347500', '175025.807500', '175026.267500', '175026.727500', '175027.187500', '175027.647500', '175028.107500', '175028.567500', '175029.027500', '175029.487500', '175029.947500', '175030.407500', '175030.867500', '175031.327500', '175031.787500', '175032.247500', '175032.707500', '175033.167500', '175033.627500', '175034.087500', '175034.547500', '175035.007500', '175035.467500', '175035.927500', '175036.387500', '175036.847500', '175037.307500', '175037.767500', '175038.227500', '175038.687500', '175039.147500', '175039.607500', '175040.067500', '175040.527500', '175040.987500', '175041.447500', '175041.907500', '175042.367500', '175042.827500', '175043.287500', '175043.747500', '175044.207500', '175044.667500', '175045.127500', '175045.587500', '175046.047500', '175046.507500', '175046.967500', '175047.427500', '175047.887500', '175048.347500', '175048.807500', '175049.267500', '175049.727500', '175050.187500', '175050.647500', '175051.107500', '175051.567500', '175052.027500', '175052.487500', '175052.947500', '175053.407500', '175053.867500', '175054.327500', '175054.787500', '175055.247500', '175055.707500', '175056.167500', '175056.627500', '175057.087500', '175057.547500', '175058.007500', '175058.467500', '175058.927500', '175059.387500', '175059.847500', '175100.307500', '175100.767500', '175101.227500', '175101.687500', '175102.147500', '175102.607500', '175103.067500', '175103.527500', '175103.987500', '175104.447500', '175104.907500', '175105.367500', '175105.827500', '175106.287500', '175106.747500', '175107.207500', '175107.667500', '175108.127500', '175108.587500', '175109.047500', '175109.507500', '175109.967500', '175110.427500', '175110.887500', '175111.347500', '175111.807500', '175112.267500', '175112.727500', '175113.187500', '175113.647500', '175114.107500', '175114.567500', '175115.027500', '175115.487500', '175115.947500', '175116.407500', '175116.867500', '175117.327500', '175117.787500', '175118.247500', '175118.707500', '175119.167500', '175119.627500', '175120.087500', '175120.547500', '175121.007500', '175121.467500', '175121.927500', '175122.387500', '175122.847500', '175123.307500', '175123.767500', '175124.227500', '175124.687500', '175125.147500', '175125.607500', '175126.067500', '175126.527500', '175126.987500', '175127.447500', '175127.907500', '175128.367500', '175128.827500', '175129.287500', '175129.747500', '175130.207500', '175130.667500', '175131.127500', '175131.587500', '175132.047500', '175132.507500', '175132.967500', '175133.427500', '175133.887500', '175134.347500', '175134.807500', '175135.267500', '175135.727500', '175136.187500', '175136.647500', '175137.107500', '175137.567500', '175138.027500', '175138.487500', '175138.947500', '175139.407500', '175139.867500', '175140.327500', '175140.787500', '175141.247500', '175141.707500', '175142.167500', '175142.627500', '175143.087500', '175143.547500', '175144.007500', '175144.467500', '175144.927500', '175145.387500', '175145.847500', '175146.307500', '175146.767500', '175147.227500', '175147.687500', '175148.147500', '175148.607500', '175149.067500', '175149.527500', '175149.987500', '175150.447500', '175150.907500', '175151.367500', '175151.827500', '175152.287500', '175152.747500', '175153.207500', '175153.667500', '175154.127500', '175154.587500', '175155.047500', '175155.507500', '175155.967500', '175156.427500', '175156.887500', '175157.347500', '175157.807500', '175158.267500', '175158.727500', '175159.187500', '175159.647500', '175200.107500', '175200.567500', '175201.027500', '175201.487500', '175201.947500', '175202.407500', '175202.867500', '175203.327500', '175203.787500', '175204.247500', '175204.707500', '175205.167500', '175205.627500', '175206.087500', '175206.547500', '175207.007500', '175207.467500', '175207.927500', '175208.387500', '175208.847500', '175209.307500', '175209.767500', '175210.227500', '175210.687500', '175211.147500', '175211.607500', '175212.067500', '175212.527500', '175212.987500', '175213.447500', '175213.907500', '175214.367500', '175214.827500', '175215.287500', '175215.747500', '175216.207500', '175216.667500', '175217.127500', '175217.587500', '175218.047500', '175218.507500', '175218.967500', '175219.427500', '175219.887500', '175220.347500', '175220.807500', '175221.267500', '175221.727500', '175222.187500', '175222.647500', '175223.107500', '175223.567500', '175224.027500', '175224.487500', '175224.947500', '175225.407500', '175225.867500', '175226.327500', '175226.787500', '175227.247500', '175227.707500', '175228.167500', '175228.627500', '175229.087500', '175229.547500', '175230.007500', '175230.467500', '175230.927500', '175231.387500', '175231.847500', '175232.307500', '175232.767500', '175233.227500', '175233.687500', '175234.147500', '175234.607500', '175235.067500', '175235.527500', '175235.987500', '175236.447500', '175236.907500', '175237.367500', '175237.827500', '175238.287500', '175238.747500', '175239.207500', '175239.667500', '175240.127500', '175240.587500', '175241.047500', '175241.507500', '175241.967500', '175242.427500', '175242.887500', '175243.347500', '175243.807500', '175244.267500', '175244.727500', '175245.187500', '175245.647500', '175246.107500', '175246.567500', '175247.027500', '175247.487500', '175247.947500', '175248.407500', '175248.867500', '175249.327500', '175249.787500', '175250.247500', '175250.707500', '175251.167500', '175251.627500', '175252.087500', '175252.547500', '175253.007500', '175253.467500', '175253.927500', '175254.387500', '175254.847500', '175255.307500', '175255.767500', '175256.227500', '175256.687500', '175257.147500', '175257.607500', '175258.067500', '175258.527500', '175258.987500', '175259.447500', '175259.907500', '175300.367500', '175300.827500', '175301.287500', '175301.747500', '175302.207500', '175302.667500', '175303.127500', '175303.587500', '175304.047500', '175304.507500', '175304.967500', '175305.427500', '175305.887500', '175306.347500', '175306.807500', '175307.267500', '175307.727500', '175308.187500', '175308.647500', '175309.107500', '175309.567500', '175310.027500', '175310.487500', '175310.947500', '175311.407500', '175311.867500', '175312.327500', '175312.787500', '175313.247500', '175313.707500', '175314.167500', '175314.627500', '175315.087500', '175315.547500', '175316.007500', '175316.467500', '175316.927500', '175317.387500', '175317.847500', '175318.307500', '175318.767500', '175319.227500', '175319.687500', '175320.147500', '175320.607500', '175321.067500', '175321.527500', '175321.987500', '175322.447500', '175322.907500', '175323.367500', '175323.827500', '175324.287500', '175324.747500', '175325.207500', '175325.667500', '175326.127500', '175326.587500', '175327.047500', '175327.507500', '175327.967500', '175328.427500', '175328.887500', '175329.347500', '175329.807500', '175330.267500', '175330.727500', '175331.187500', '175331.647500', '175332.107500', '175332.567500', '175333.027500', '175333.487500', '175333.947500', '175334.407500', '175334.867500', '175335.327500', '175335.787500', '175336.247500', '175336.707500', '175337.167500', '175337.627500', '175338.087500', '175338.547500', '175339.007500', '175339.467500', '175339.927500', '175340.387500', '175340.847500', '175341.307500', '175341.767500', '175342.227500', '175342.687500', '175343.147500', '175343.607500', '175344.067500', '175344.527500', '175344.987500', '175345.447500', '175345.907500', '175346.367500', '175346.827500', '175347.287500', '175347.747500', '175348.207500', '175348.667500', '175349.127500', '175349.587500', '175350.047500', '175350.507500', '175350.967500', '175351.427500', '175351.887500', '175352.347500', '175352.807500', '175353.267500', '175353.727500', '175354.187500', '175354.647500', '175355.107500', '175355.567500', '175356.027500', '175356.487500', '175356.947500', '175357.407500', '175357.867500', '175358.327500', '175358.787500', '175359.247500', '175359.707500', '175400.167500', '175400.627500', '175401.087500', '175401.547500', '175402.007500', '175402.467500', '175402.927500', '175403.387500', '175403.847500', '175404.307500', '175404.767500', '175405.227500', '175405.687500', '175406.147500', '175406.607500', '175407.067500', '175407.527500', '175407.987500', '175408.447500', '175408.907500', '175409.367500', '175409.827500', '175410.287500', '175410.747500', '175411.207500', '175411.667500', '175412.127500', '175412.587500', '175413.047500', '175413.507500', '175413.967500', '175414.427500', '175414.887500', '175415.347500', '175415.807500', '175416.267500', '175416.727500', '175417.187500', '175417.647500', '175418.107500', '175418.567500', '175419.027500', '175419.487500', '175419.947500', '175420.407500', '175420.867500', '175421.327500', '175421.787500', '175422.247500', '175422.707500', '175423.167500', '175423.627500', '175424.087500', '175424.547500', '175425.007500', '175425.467500', '175425.927500', '175426.387500', '175426.847500', '175427.307500', '175427.767500', '175428.227500', '175428.687500', '175429.147500', '175429.607500', '175430.067500', '175430.527500', '175430.987500', '175431.447500', '175431.907500', '175432.367500', '175432.827500', '175433.287500', '175433.747500', '175434.207500', '175434.667500', '175435.127500', '175435.587500', '175436.047500', '175436.507500', '175436.967500', '175437.427500', '175437.887500', '175438.347500', '175438.807500', '175439.267500', '175439.727500', '175440.187500', '175440.647500', '175441.107500', '175441.567500', '175442.027500', '175442.487500', '175442.947500', '175443.407500', '175443.867500', '175444.327500', '175444.787500', '175445.247500', '175445.707500', '175446.167500', '175446.627500', '175447.087500', '175447.547500', '175448.007500', '175448.467500', '175448.927500', '175449.387500', '175449.847500', '175450.307500', '175450.767500', '175451.227500', '175451.687500', '175452.147500', '175452.607500', '175453.067500', '175453.527500', '175453.987500', '175454.447500', '175454.907500', '175455.367500', '175455.827500', '175456.287500', '175456.747500', '175457.207500', '175457.667500', '175458.127500', '175458.587500', '175459.047500', '175459.507500', '175459.967500', '175500.427500', '175500.887500', '175501.347500', '175501.807500', '175502.267500', '175502.727500', '175503.187500', '175503.647500', '175504.107500', '175504.567500', '175505.027500', '175505.487500', '175505.947500', '175506.407500', '175506.867500', '175507.327500', '175507.787500', '175508.247500', '175508.707500', '175509.167500', '175509.627500', '175510.087500', '175510.547500', '175511.007500', '175511.467500', '175511.927500', '175512.387500', '175512.847500', '175513.307500', '175513.767500', '175514.227500', '175514.687500', '175515.147500', '175515.607500', '175516.067500', '175516.527500', '175516.987500', '175517.447500', '175517.907500', '175518.367500', '175518.827500', '175519.287500', '175519.747500', '175520.207500', '175520.667500', '175521.127500', '175521.587500', '175522.047500', '175522.507500', '175522.967500', '175523.427500', '175523.887500', '175524.347500', '175524.807500', '175525.267500', '175525.727500', '175526.187500', '175526.647500', '175527.107500', '175527.567500', '175528.027500', '175528.487500', '175528.947500', '175529.407500', '175529.867500', '175530.327500', '175530.787500', '175531.247500', '175531.707500', '175532.167500', '175532.627500', '175533.087500', '175533.547500', '175534.007500', '175534.467500', '175534.927500', '175535.387500', '175535.847500', '175536.307500', '175536.767500', '175537.227500', '175537.687500', '175538.147500', '175538.607500', '175539.067500', '175539.527500', '175539.987500', '175540.447500', '175540.907500', '175541.367500', '175541.827500', '175542.287500', '175542.747500', '175543.207500', '175543.667500', '175544.127500', '175544.587500', '175545.047500', '175545.507500', '175545.967500', '175546.427500', '175546.887500', '175547.347500', '175547.807500', '175548.267500', '175548.727500', '175549.187500', '175549.647500', '175550.107500', '175550.567500', '175551.027500', '175551.487500', '175551.947500', '175552.407500', '175552.867500', '175553.327500', '175553.787500', '175554.247500', '175554.707500', '175555.167500', '175555.627500', '175556.087500', '175556.547500', '175557.007500', '175557.467500', '175557.927500', '175558.387500', '175558.847500', '175559.307500', '175559.767500', '175600.227500', '175600.687500', '175601.147500', '175601.607500', '175602.067500', '175602.527500', '175602.987500', '175603.447500', '175603.907500', '175604.367500', '175604.827500', '175605.287500', '175605.747500', '175606.207500', '175606.667500', '175607.127500', '175607.587500', '175608.047500', '175608.507500', '175608.967500', '175609.427500', '175609.887500', '175610.347500', '175610.807500', '175611.267500', '175611.727500', '175612.187500', '175612.647500', '175613.107500', '175613.567500', '175614.027500', '175614.487500', '175614.947500', '175615.407500', '175615.867500', '175616.327500', '175616.787500', '175617.247500', '175617.707500', '175618.167500', '175618.627500', '175619.087500', '175619.547500', '175620.007500', '175620.467500', '175620.927500', '175621.387500', '175621.847500', '175622.307500', '175622.767500', '175623.227500', '175623.687500', '175624.147500', '175624.607500', '175625.067500', '175625.527500', '175625.987500', '175626.447500', '175626.907500', '175627.367500', '175627.827500', '175628.287500', '175628.747500', '175629.207500', '175629.667500', '175630.127500', '175630.587500', '175631.047500', '175631.507500', '175631.967500', '175632.427500', '175632.887500', '175633.347500', '175633.807500', '175634.267500', '175634.727500', '175635.187500', '175635.647500', '175636.107500', '175636.567500', '175637.027500', '175637.487500', '175637.947500', '175638.407500', '175638.867500', '175639.327500', '175639.787500', '175640.247500', '175640.707500', '175641.167500', '175641.627500', '175642.087500', '175642.547500', '175643.007500', '175643.467500', '175643.927500', '175644.387500', '175644.847500', '175645.307500', '175645.767500', '175646.227500', '175646.687500', '175647.147500', '175647.607500', '175648.067500', '175648.527500', '175648.987500', '175649.447500', '175649.907500', '175650.367500', '175650.827500', '175651.287500', '175651.747500', '175652.207500', '175652.667500', '175653.127500', '175653.587500', '175654.047500', '175654.507500', '175654.967500', '175655.427500', '175655.887500', '175656.347500', '175656.807500', '175657.267500', '175657.727500', '175658.187500', '175658.647500', '175659.107500', '175659.567500', '175700.027500', '175700.487500', '175700.947500', '175701.407500', '175701.867500', '175702.327500', '175702.787500', '175703.247500', '175703.707500', '175704.167500', '175704.627500', '175705.087500', '175705.547500', '175706.007500', '175706.467500', '175706.927500', '175707.387500', '175707.847500', '175708.307500', '175708.767500', '175709.227500', '175709.687500', '175710.147500', '175710.607500', '175711.067500', '175711.527500', '175711.987500', '175712.447500', '175712.907500', '175713.367500', '175713.827500', '175714.287500', '175714.747500', '175715.207500', '175715.667500', '175716.127500', '175716.587500', '175717.047500', '175717.507500', '175717.967500', '175718.427500', '175718.887500', '175719.347500', '175719.807500', '175720.267500', '175720.727500', '175721.187500', '175721.647500', '175722.107500', '175722.567500', '175723.027500', '175723.487500', '175723.947500', '175724.407500', '175724.867500', '175725.327500', '175725.787500', '175726.247500', '175726.707500', '175727.167500', '175727.627500', '175728.087500', '175728.547500', '175729.007500', '175729.467500', '175729.927500', '175730.387500', '175730.847500', '175731.307500'], 'ContentTime': ['174334.715000', '174334.718000', '174334.721000', '174334.724000', '174334.726000', '174334.729000', '174334.734000', '174334.736000', '174334.739000', '174334.741000', '174334.744000', '174334.747000', '174334.749000', '174334.752000', '174334.754000', '174334.757000', '174334.759000', '174334.762000', '174334.765000', '174334.767000', '174334.770000', '174334.772000', '174334.775000', '174334.777000', '174334.780000', '174334.782000', '174334.785000', '174334.788000', '174334.790000', '174334.793000', '174334.795000', '174334.798000', '174334.801000', '174334.803000', '174334.806000', '174334.808000', '174354.685000', '174354.688000', '174354.691000', '174354.693000', '174354.696000', '174354.699000', '174354.701000', '174354.704000', '174354.706000', '174354.709000', '174354.711000', '174354.714000', '174354.717000', '174354.719000', '174354.722000', '174354.725000', '174354.728000', '174354.730000', '174354.733000', '174354.736000', '174354.739000', '174354.742000', '174354.745000', '174354.748000', '174354.751000', '174354.753000', '174354.756000', '174354.759000', '174354.761000', '174354.764000', '174354.766000', '174354.769000', '174354.771000', '174354.774000', '174354.777000', '174354.779000', '174354.782000', '174354.785000', '174354.787000', '174354.790000', '174354.792000', '174354.795000', '174354.797000', '174414.686000', '174414.689000', '174414.692000', '174414.695000', '174414.709000', '174414.712000', '174414.714000', '174414.717000', '174414.719000', '174414.722000', '174414.724000', '174414.727000', '174414.730000', '174414.732000', '174414.735000', '174414.737000', '174414.740000', '174414.742000', '174414.745000', '174414.748000', '174414.750000', '174414.753000', '174414.760000', '174414.763000', '174414.766000', '174414.768000', '174414.771000', '174414.773000', '174414.776000', '174414.778000', '174414.781000', '174414.784000', '174414.786000', '174414.789000', '174414.791000', '174414.794000', '174414.797000', '174414.799000', '174414.802000', '174414.804000', '174414.807000', '174414.809000', '174414.812000', '174414.814000', '174434.686000', '174434.689000', '174434.692000', '174434.695000', '174434.697000', '174434.700000', '174434.702000', '174434.705000', '174434.708000', '174434.710000', '174434.713000', '174434.716000', '174434.719000', '174434.721000', '174434.724000', '174434.726000', '174434.729000', '174434.732000', '174434.734000', '174434.737000', '174434.739000', '174434.742000', '174434.744000', '174434.747000', '174434.750000', '174434.752000', '174434.755000', '174434.757000', '174434.760000', '174434.762000', '174434.765000', '174434.768000', '174434.770000', '174434.773000', '174434.775000', '174434.778000', '174434.781000', '174434.783000', '174434.786000', '174434.788000', '174434.791000', '174434.794000', '174434.796000', '174454.687000', '174454.689000', '174454.692000', '174454.695000', '174454.697000', '174454.700000', '174454.703000', '174454.705000', '174454.708000', '174454.710000', '174454.713000', '174454.715000', '174454.718000', '174454.721000', '174454.723000', '174454.726000', '174454.728000', '174454.731000', '174454.733000', '174454.736000', '174454.739000', '174454.741000', '174454.744000', '174454.746000', '174454.749000', '174454.752000', '174454.754000', '174454.757000', '174454.759000', '174454.762000', '174454.765000', '174454.767000', '174454.770000', '174454.772000', '174454.775000', '174454.777000', '174454.780000', '174454.783000', '174454.785000', '174454.788000', '174454.790000', '174454.793000', '174454.796000', '174454.798000', '174514.686000', '174514.689000', '174514.692000', '174514.695000', '174514.697000', '174514.700000', '174514.703000', '174514.705000', '174514.708000', '174514.710000', '174514.713000', '174514.716000', '174514.718000', '174514.721000', '174514.723000', '174514.726000', '174514.729000', '174514.731000', '174514.734000', '174514.736000', '174514.739000', '174514.742000', '174514.744000', '174514.747000', '174514.750000', '174514.752000', '174514.755000', '174514.758000', '174514.760000', '174514.763000', '174514.765000', '174514.768000', '174514.771000', '174514.773000', '174514.776000', '174514.778000', '174514.781000', '174514.785000', '174514.788000', '174514.790000', '174514.793000', '174514.796000', '174514.798000', '174534.687000', '174534.689000', '174534.692000', '174534.695000', '174534.697000', '174534.700000', '174534.703000', '174534.705000', '174534.708000', '174534.710000', '174534.713000', '174534.716000', '174534.718000', '174534.721000', '174534.723000', '174534.726000', '174534.729000', '174534.731000', '174534.734000', '174534.736000', '174534.739000', '174534.742000', '174534.744000', '174534.747000', '174534.749000', '174534.752000', '174534.754000', '174534.757000', '174534.760000', '174534.762000', '174534.765000', '174534.767000', '174534.770000', '174534.773000', '174534.775000', '174534.778000', '174534.780000', '174534.783000', '174534.786000', '174534.788000', '174534.791000', '174534.793000', '174534.796000', '174534.798000', '174554.697000', '174554.699000', '174554.702000', '174554.705000', '174554.707000', '174554.710000', '174554.713000', '174554.715000', '174554.718000', '174554.720000', '174554.723000', '174554.725000', '174554.728000', '174554.731000', '174554.733000', '174554.736000', '174554.739000', '174554.741000', '174554.744000', '174554.746000', '174554.749000', '174554.751000', '174554.754000', '174554.757000', '174554.760000', '174554.763000', '174554.765000', '174554.768000', '174554.771000', '174554.773000', '174554.776000', '174554.778000', '174554.781000', '174554.784000', '174554.786000', '174554.789000', '174554.791000', '174554.794000', '174554.797000', '174554.799000', '174554.802000', '174554.804000', '174554.807000', '174614.685000', '174614.688000', '174614.691000', '174614.694000', '174614.696000', '174614.699000', '174614.701000', '174614.704000', '174614.706000', '174614.709000', '174614.712000', '174614.714000', '174614.717000', '174614.720000', '174614.722000', '174614.725000', '174614.727000', '174614.730000', '174614.732000', '174614.735000', '174614.738000', '174614.740000', '174614.743000', '174614.745000', '174614.748000', '174614.751000', '174614.753000', '174614.756000', '174614.759000', '174614.761000', '174614.764000', '174614.767000', '174614.769000', '174614.772000', '174614.775000', '174614.777000', '174614.780000', '174614.783000', '174614.785000', '174614.788000', '174614.791000', '174614.793000', '174614.796000', '174614.799000', '174634.686000', '174634.689000', '174634.692000', '174634.694000', '174634.697000', '174634.700000', '174634.702000', '174634.705000', '174634.707000', '174634.710000', '174634.712000', '174634.715000', '174634.718000', '174634.720000', '174634.723000', '174634.726000', '174634.728000', '174634.731000', '174634.733000', '174634.736000', '174634.738000', '174634.741000', '174634.744000', '174634.746000', '174634.753000', '174634.756000', '174634.759000', '174634.761000', '174634.764000', '174634.766000', '174634.769000', '174634.772000', '174634.774000', '174634.777000', '174634.779000', '174634.782000', '174634.785000', '174634.787000', '174634.790000', '174634.792000', '174634.795000', '174634.798000', '174634.800000', '174654.687000', '174654.690000', '174654.692000', '174654.695000', '174654.698000', '174654.700000', '174654.703000', '174654.706000', '174654.708000', '174654.711000', '174654.713000', '174654.716000', '174654.719000', '174654.721000', '174654.724000', '174654.726000', '174654.729000', '174654.732000', '174654.734000', '174654.737000', '174654.739000', '174654.742000', '174654.745000', '174654.747000', '174654.750000', '174654.753000', '174654.755000', '174654.758000', '174654.761000', '174654.763000', '174654.766000', '174654.769000', '174654.771000', '174654.774000', '174654.777000', '174654.779000', '174654.782000', '174654.785000', '174654.787000', '174654.790000', '174654.793000', '174654.795000', '174654.798000', '174654.801000', '174714.687000', '174714.689000', '174714.692000', '174714.695000', '174714.697000', '174714.700000', '174714.703000', '174714.705000', '174714.708000', '174714.710000', '174714.713000', '174714.716000', '174714.719000', '174714.721000', '174714.724000', '174714.726000', '174714.729000', '174714.732000', '174714.735000', '174714.737000', '174714.740000', '174714.742000', '174714.745000', '174714.747000', '174714.750000', '174714.753000', '174714.755000', '174714.758000', '174714.760000', '174714.763000', '174714.766000', '174714.768000', '174714.771000', '174714.774000', '174714.776000', '174714.779000', '174714.781000', '174714.784000', '174714.787000', '174714.801000', '174714.803000', '174714.806000', '174714.809000', '174734.686000', '174734.689000', '174734.692000', '174734.695000', '174734.697000', '174734.700000', '174734.702000', '174734.705000', '174734.708000', '174734.710000', '174734.713000', '174734.715000', '174734.718000', '174734.721000', '174734.723000', '174734.726000', '174734.728000', '174734.731000', '174734.734000', '174734.736000', '174734.739000', '174734.741000', '174734.744000', '174734.747000', '174734.749000', '174734.752000', '174734.754000', '174734.757000', '174734.760000', '174734.762000', '174734.765000', '174734.767000', '174734.770000', '174734.773000', '174734.775000', '174734.778000', '174734.781000', '174734.783000', '174734.786000', '174734.789000', '174734.791000', '174734.794000', '174734.797000', '174734.799000', '174754.686000', '174754.688000', '174754.691000', '174754.694000', '174754.696000', '174754.699000', '174754.701000', '174754.704000', '174754.706000', '174754.709000', '174754.712000', '174754.714000', '174754.717000', '174754.720000', '174754.722000', '174754.725000', '174754.727000', '174754.730000', '174754.733000', '174754.735000', '174754.738000', '174754.740000', '174754.743000', '174754.746000', '174754.748000', '174754.751000', '174754.754000', '174754.756000', '174754.759000', '174754.761000', '174754.764000', '174754.767000', '174754.769000', '174754.778000', '174754.781000', '174754.783000', '174754.786000', '174754.789000', '174754.792000', '174754.794000', '174754.797000', '174754.800000', '174754.802000', '174814.685000', '174814.688000', '174814.691000', '174814.693000', '174814.696000', '174814.699000', '174814.701000', '174814.704000', '174814.707000', '174814.709000', '174814.712000', '174814.714000', '174814.717000', '174814.720000', '174814.723000', '174814.725000', '174814.728000', '174814.731000', '174814.733000', '174814.736000', '174814.739000', '174814.741000', '174814.745000', '174814.747000', '174814.750000', '174814.752000', '174814.755000', '174814.758000', '174814.760000', '174814.763000', '174814.766000', '174814.768000', '174814.771000', '174814.773000', '174814.776000', '174814.779000', '174814.781000', '174814.784000', '174814.786000', '174814.789000', '174814.792000', '174814.794000', '174814.797000', '174814.799000', '174834.685000', '174834.688000', '174834.691000', '174834.693000', '174834.696000', '174834.699000', '174834.702000', '174834.704000', '174834.707000', '174834.710000', '174834.712000', '174834.715000', '174834.718000', '174834.720000', '174834.723000', '174834.725000', '174834.728000', '174834.731000', '174834.733000', '174834.736000', '174834.739000', '174834.741000', '174834.744000', '174834.746000', '174834.750000', '174834.752000', '174834.755000', '174834.757000', '174834.760000', '174834.763000', '174834.765000', '174834.768000', '174834.771000', '174834.773000', '174834.776000', '174834.779000', '174834.781000', '174834.784000', '174834.786000', '174834.789000', '174834.792000', '174834.795000', '174834.797000', '174854.687000', '174854.690000', '174854.692000', '174854.697000', '174854.700000', '174854.702000', '174854.705000', '174854.708000', '174854.710000', '174854.713000', '174854.716000', '174854.718000', '174854.721000', '174854.724000', '174854.726000', '174854.729000', '174854.731000', '174854.734000', '174854.737000', '174854.739000', '174854.742000', '174854.745000', '174854.747000', '174854.750000', '174854.753000', '174854.755000', '174854.758000', '174854.760000', '174854.763000', '174854.766000', '174854.768000', '174854.771000', '174854.773000', '174854.776000', '174854.779000', '174854.781000', '174854.784000', '174854.786000', '174854.789000', '174854.792000', '174854.794000', '174854.797000', '174854.799000', '174854.802000', '174914.687000', '174914.689000', '174914.692000', '174914.695000', '174914.697000', '174914.700000', '174914.703000', '174914.705000', '174914.708000', '174914.711000', '174914.713000', '174914.716000', '174914.719000', '174914.721000', '174914.724000', '174914.727000', '174914.729000', '174914.732000', '174914.735000', '174914.737000', '174914.740000', '174914.743000', '174914.745000', '174914.748000', '174914.750000', '174914.753000', '174914.756000', '174914.758000', '174914.761000', '174914.763000', '174914.766000', '174914.768000', '174914.771000', '174914.774000', '174914.776000', '174914.779000', '174914.782000', '174914.784000', '174914.787000', '174914.790000', '174914.792000', '174914.795000', '174914.797000', '174934.686000', '174934.689000', '174934.692000', '174934.695000', '174934.697000', '174934.700000', '174934.702000', '174934.705000', '174934.708000', '174934.710000', '174934.713000', '174934.715000', '174934.718000', '174934.721000', '174934.723000', '174934.726000', '174934.728000', '174934.731000', '174934.734000', '174934.736000', '174934.739000', '174934.742000', '174934.744000', '174934.747000', '174934.749000', '174934.752000', '174934.755000', '174934.757000', '174934.760000', '174934.762000', '174934.765000', '174934.768000', '174934.770000', '174934.773000', '174934.776000', '174934.778000', '174934.781000', '174934.783000', '174934.786000', '174934.789000', '174934.791000', '174934.794000', '174934.797000', '174934.799000', '174954.687000', '174954.689000', '174954.692000', '174954.695000', '174954.697000', '174954.700000', '174954.703000', '174954.705000', '174954.708000', '174954.710000', '174954.713000', '174954.716000', '174954.718000', '174954.721000', '174954.723000', '174954.726000', '174954.728000', '174954.731000', '174954.734000', '174954.736000', '174954.739000', '174954.742000', '174954.744000', '174954.747000', '174954.749000', '174954.752000', '174954.755000', '174954.757000', '174954.760000', '174954.762000', '174954.765000', '174954.768000', '174954.770000', '174954.773000', '174954.775000', '174954.778000', '174954.781000', '174954.783000', '174954.786000', '174954.788000', '174954.791000', '174954.794000', '174954.796000', '175014.686000', '175014.688000', '175014.691000', '175014.706000', '175014.708000', '175014.711000', '175014.714000', '175014.716000', '175014.719000', '175014.721000', '175014.724000', '175014.727000', '175014.729000', '175014.732000', '175014.734000', '175014.737000', '175014.740000', '175014.742000', '175014.745000', '175014.748000', '175014.750000', '175014.753000', '175014.755000', '175014.758000', '175014.761000', '175014.764000', '175014.766000', '175014.769000', '175014.771000', '175014.774000', '175014.777000', '175014.779000', '175014.782000', '175014.785000', '175014.787000', '175014.790000', '175014.792000', '175014.795000', '175014.798000', '175014.800000', '175014.803000', '175014.806000', '175014.808000', '175014.811000', '175034.686000', '175034.689000', '175034.691000', '175034.694000', '175034.697000', '175034.699000', '175034.702000', '175034.705000', '175034.707000', '175034.710000', '175034.712000', '175034.715000', '175034.717000', '175034.720000', '175034.723000', '175034.725000', '175034.728000', '175034.731000', '175034.733000', '175034.736000', '175034.738000', '175034.741000', '175034.744000', '175034.746000', '175034.749000', '175034.751000', '175034.754000', '175034.757000', '175034.759000', '175034.762000', '175034.765000', '175034.767000', '175034.770000', '175034.772000', '175034.775000', '175034.778000', '175034.780000', '175034.783000', '175034.785000', '175034.788000', '175034.791000', '175034.793000', '175034.796000', '175054.686000', '175054.689000', '175054.691000', '175054.694000', '175054.696000', '175054.699000', '175054.702000', '175054.704000', '175054.707000', '175054.709000', '175054.712000', '175054.715000', '175054.717000', '175054.720000', '175054.723000', '175054.725000', '175054.728000', '175054.731000', '175054.733000', '175054.736000', '175054.738000', '175054.741000', '175054.744000', '175054.746000', '175054.749000', '175054.751000', '175054.754000', '175054.757000', '175054.759000', '175054.762000', '175054.765000', '175054.767000', '175054.770000', '175054.772000', '175054.775000', '175054.778000', '175054.780000', '175054.783000', '175054.785000', '175054.788000', '175054.791000', '175054.793000', '175054.796000', '175114.687000', '175114.690000', '175114.692000', '175114.695000', '175114.697000', '175114.700000', '175114.703000', '175114.705000', '175114.708000', '175114.710000', '175114.713000', '175114.716000', '175114.718000', '175114.721000', '175114.724000', '175114.726000', '175114.729000', '175114.731000', '175114.734000', '175114.737000', '175114.740000', '175114.742000', '175114.745000', '175114.747000', '175114.750000', '175114.753000', '175114.755000', '175114.758000', '175114.761000', '175114.763000', '175114.766000', '175114.768000', '175114.771000', '175114.774000', '175114.776000', '175114.779000', '175114.781000', '175114.784000', '175114.787000', '175114.789000', '175114.792000', '175114.794000', '175114.797000', '175114.800000', '175134.687000', '175134.689000', '175134.692000', '175134.695000', '175134.697000', '175134.700000', '175134.703000', '175134.705000', '175134.708000', '175134.710000', '175134.713000', '175134.716000', '175134.718000', '175134.721000', '175134.724000', '175134.726000', '175134.729000', '175134.731000', '175134.734000', '175134.737000', '175134.739000', '175134.742000', '175134.745000', '175134.748000', '175134.751000', '175134.753000', '175134.756000', '175134.759000', '175134.761000', '175134.764000', '175134.767000', '175134.769000', '175134.772000', '175134.774000', '175134.777000', '175134.780000', '175134.782000', '175134.785000', '175134.787000', '175134.790000', '175134.793000', '175134.795000', '175134.798000', '175154.687000', '175154.689000', '175154.692000', '175154.695000', '175154.697000', '175154.700000', '175154.703000', '175154.705000', '175154.708000', '175154.711000', '175154.713000', '175154.716000', '175154.719000', '175154.721000', '175154.724000', '175154.727000', '175154.729000', '175154.732000', '175154.735000', '175154.737000', '175154.740000', '175154.742000', '175154.745000', '175154.748000', '175154.751000', '175154.753000', '175154.756000', '175154.759000', '175154.761000', '175154.764000', '175154.767000', '175154.769000', '175154.772000', '175154.775000', '175154.777000', '175154.780000', '175154.783000', '175154.785000', '175154.788000', '175154.790000', '175154.793000', '175154.796000', '175154.798000', '175154.801000', '175214.686000', '175214.689000', '175214.692000', '175214.695000', '175214.697000', '175214.700000', '175214.703000', '175214.705000', '175214.708000', '175214.711000', '175214.714000', '175214.717000', '175214.720000', '175214.722000', '175214.725000', '175214.728000', '175214.730000', '175214.733000', '175214.735000', '175214.738000', '175214.741000', '175214.743000', '175214.746000', '175214.748000', '175214.751000', '175214.754000', '175214.756000', '175214.759000', '175214.762000', '175214.764000', '175214.767000', '175214.770000', '175214.772000', '175214.775000', '175214.777000', '175214.780000', '175214.783000', '175214.785000', '175214.788000', '175214.790000', '175214.793000', '175214.796000', '175214.798000', '175234.686000', '175234.688000', '175234.691000', '175234.694000', '175234.696000', '175234.699000', '175234.702000', '175234.704000', '175234.707000', '175234.709000', '175234.712000', '175234.715000', '175234.717000', '175234.720000', '175234.723000', '175234.725000', '175234.728000', '175234.730000', '175234.733000', '175234.736000', '175234.738000', '175234.741000', '175234.744000', '175234.746000', '175234.749000', '175234.751000', '175234.754000', '175234.757000', '175234.759000', '175234.762000', '175234.765000', '175234.767000', '175234.770000', '175234.772000', '175234.775000', '175234.778000', '175234.780000', '175234.783000', '175234.785000', '175234.788000', '175234.791000', '175234.793000', '175234.796000', '175234.799000', '175254.685000', '175254.688000', '175254.691000', '175254.694000', '175254.696000', '175254.699000', '175254.701000', '175254.704000', '175254.707000', '175254.709000', '175254.712000', '175254.714000', '175254.717000', '175254.720000', '175254.722000', '175254.725000', '175254.728000', '175254.730000', '175254.733000', '175254.736000', '175254.738000', '175254.741000', '175254.744000', '175254.746000', '175254.749000', '175254.752000', '175254.754000', '175254.757000', '175254.773000', '175254.776000', '175254.778000', '175254.781000', '175254.784000', '175254.787000', '175254.789000', '175254.792000', '175254.795000', '175254.797000', '175254.800000', '175254.803000', '175254.805000', '175254.808000', '175254.810000', '175314.686000', '175314.689000', '175314.692000', '175314.694000', '175314.697000', '175314.699000', '175314.702000', '175314.705000', '175314.707000', '175314.710000', '175314.713000', '175314.715000', '175314.718000', '175314.720000', '175314.723000', '175314.726000', '175314.728000', '175314.731000', '175314.734000', '175314.736000', '175314.739000', '175314.741000', '175314.744000', '175314.747000', '175314.749000', '175314.752000', '175314.755000', '175314.757000', '175314.760000', '175314.763000', '175314.765000', '175314.768000', '175314.771000', '175314.773000', '175314.776000', '175314.779000', '175314.781000', '175314.784000', '175314.787000', '175314.789000', '175314.792000', '175314.795000', '175314.798000', '175314.800000', '175334.687000', '175334.690000', '175334.692000', '175334.695000', '175334.698000', '175334.700000', '175334.703000', '175334.705000', '175334.708000', '175334.711000', '175334.713000', '175334.716000', '175334.719000', '175334.721000', '175334.724000', '175334.727000', '175334.730000', '175334.732000', '175334.735000', '175334.737000', '175334.740000', '175334.743000', '175334.745000', '175334.748000', '175334.751000', '175334.753000', '175334.756000', '175334.758000', '175334.761000', '175334.764000', '175334.767000', '175334.769000', '175334.772000', '175334.775000', '175334.777000', '175334.780000', '175334.783000', '175334.785000', '175334.788000', '175334.790000', '175334.793000', '175334.796000', '175334.798000', '175354.687000', '175354.690000', '175354.692000', '175354.695000', '175354.697000', '175354.700000', '175354.703000', '175354.705000', '175354.708000', '175354.711000', '175354.713000', '175354.716000', '175354.718000', '175354.721000', '175354.724000', '175354.726000', '175354.729000', '175354.731000', '175354.734000', '175354.737000', '175354.739000', '175354.742000', '175354.745000', '175354.747000', '175354.750000', '175354.753000', '175354.755000', '175354.758000', '175354.760000', '175354.763000', '175354.766000', '175354.768000', '175354.771000', '175354.774000', '175354.776000', '175354.779000', '175354.781000', '175354.799000', '175354.802000', '175354.804000', '175354.807000', '175354.809000', '175354.812000', '175354.815000', '175414.687000', '175414.690000', '175414.692000', '175414.695000', '175414.697000', '175414.700000', '175414.703000', '175414.705000', '175414.708000', '175414.711000', '175414.713000', '175414.716000', '175414.718000', '175414.721000', '175414.724000', '175414.726000', '175414.729000', '175414.731000', '175414.734000', '175414.737000', '175414.739000', '175414.742000', '175414.745000', '175414.747000', '175414.750000', '175414.753000', '175414.756000', '175414.759000', '175414.762000', '175414.764000', '175414.767000', '175414.770000', '175414.772000', '175414.775000', '175414.778000', '175414.780000', '175414.783000', '175414.786000', '175414.788000', '175414.791000', '175414.794000', '175414.796000', '175414.799000', '175434.687000', '175434.689000', '175434.692000', '175434.695000', '175434.697000', '175434.700000', '175434.702000', '175434.705000', '175434.708000', '175434.710000', '175434.713000', '175434.715000', '175434.718000', '175434.720000', '175434.723000', '175434.726000', '175434.729000', '175434.732000', '175434.735000', '175434.737000', '175434.740000', '175434.743000', '175434.745000', '175434.748000', '175434.751000', '175434.753000', '175434.756000', '175434.758000', '175434.761000', '175434.764000', '175434.766000', '175434.769000', '175434.772000', '175434.774000', '175434.777000', '175434.780000', '175434.782000', '175434.785000', '175434.788000', '175434.790000', '175434.793000', '175434.795000', '175434.798000', '175434.801000', '175454.686000', '175454.689000', '175454.691000', '175454.694000', '175454.697000', '175454.699000', '175454.702000', '175454.704000', '175454.707000', '175454.710000', '175454.712000', '175454.715000', '175454.717000', '175454.720000', '175454.722000', '175454.725000', '175454.728000', '175454.730000', '175454.733000', '175454.736000', '175454.738000', '175454.741000', '175454.743000', '175454.746000', '175454.748000', '175454.751000', '175454.754000', '175454.756000', '175454.759000', '175454.761000', '175454.764000', '175454.767000', '175454.770000', '175454.772000', '175454.775000', '175454.778000', '175454.780000', '175454.783000', '175454.786000', '175454.788000', '175454.791000', '175454.794000', '175454.797000', '175514.686000', '175514.689000', '175514.692000', '175514.694000', '175514.697000', '175514.720000', '175514.723000', '175514.725000', '175514.728000', '175514.730000', '175514.733000', '175514.736000', '175514.739000', '175514.741000', '175514.744000', '175514.747000', '175514.749000', '175514.752000', '175514.754000', '175514.757000', '175514.760000', '175514.762000', '175514.765000', '175514.768000', '175514.770000', '175514.773000', '175514.776000', '175514.779000', '175514.781000', '175514.784000', '175514.786000', '175514.789000', '175514.792000', '175514.794000', '175514.797000', '175514.800000', '175514.802000', '175514.805000', '175514.807000', '175514.810000', '175514.813000', '175514.815000', '175514.818000', '175514.821000', '175534.686000', '175534.689000', '175534.691000', '175534.694000', '175534.696000', '175534.699000', '175534.702000', '175534.704000', '175534.707000', '175534.709000', '175534.712000', '175534.715000', '175534.717000', '175534.720000', '175534.722000', '175534.725000', '175534.728000', '175534.730000', '175534.733000', '175534.735000', '175534.738000', '175534.741000', '175534.743000', '175534.746000', '175534.748000', '175534.751000', '175534.754000', '175534.756000', '175534.759000', '175534.762000', '175534.764000', '175534.767000', '175534.770000', '175534.772000', '175534.775000', '175534.778000', '175534.780000', '175534.783000', '175534.786000', '175534.788000', '175534.791000', '175534.794000', '175534.796000', '175554.687000', '175554.690000', '175554.692000', '175554.695000', '175554.698000', '175554.701000', '175554.703000', '175554.706000', '175554.709000', '175554.711000', '175554.714000', '175554.717000', '175554.719000', '175554.722000', '175554.725000', '175554.727000', '175554.730000', '175554.732000', '175554.735000', '175554.738000', '175554.740000', '175554.743000', '175554.746000', '175554.749000', '175554.751000', '175554.754000', '175554.757000', '175554.759000', '175554.762000', '175554.765000', '175554.768000', '175554.770000', '175554.773000', '175554.776000', '175554.778000', '175554.781000', '175554.784000', '175554.786000', '175554.789000', '175554.792000', '175554.794000', '175554.797000', '175554.800000', '175554.802000', '175614.687000', '175614.690000', '175614.692000', '175614.695000', '175614.698000', '175614.700000', '175614.703000', '175614.705000', '175614.708000', '175614.711000', '175614.713000', '175614.716000', '175614.718000', '175614.721000', '175614.724000', '175614.726000', '175614.729000', '175614.731000', '175614.734000', '175614.737000', '175614.739000', '175614.742000', '175614.745000', '175614.747000', '175614.750000', '175614.752000', '175614.755000', '175614.758000', '175614.760000', '175614.763000', '175614.771000', '175614.774000', '175614.776000', '175614.779000', '175614.782000', '175614.784000', '175614.787000', '175614.790000', '175614.792000', '175614.795000', '175614.797000', '175614.800000', '175614.802000', '175634.687000', '175634.690000', '175634.692000', '175634.695000', '175634.698000', '175634.700000', '175634.703000', '175634.705000', '175634.708000', '175634.711000', '175634.713000', '175634.716000', '175634.719000', '175634.721000', '175634.724000', '175634.727000', '175634.729000', '175634.732000', '175634.734000', '175634.737000', '175634.740000', '175634.742000', '175634.745000', '175634.747000', '175634.750000', '175634.753000', '175634.755000', '175634.758000', '175634.760000', '175634.763000', '175634.766000', '175634.768000', '175634.771000', '175634.774000', '175634.776000', '175634.779000', '175634.782000', '175634.784000', '175634.787000', '175634.789000', '175634.792000', '175634.794000', '175634.797000', '175634.800000', '175654.687000', '175654.689000', '175654.692000', '175654.695000', '175654.697000', '175654.700000', '175654.703000', '175654.705000', '175654.708000', '175654.710000', '175654.713000', '175654.715000', '175654.718000', '175654.721000', '175654.723000', '175654.726000', '175654.729000', '175654.731000', '175654.734000', '175654.736000', '175654.739000', '175654.741000', '175654.744000', '175654.747000', '175654.749000', '175654.752000', '175654.754000', '175654.757000', '175654.760000', '175654.762000', '175654.765000', '175654.768000', '175654.770000', '175654.773000', '175654.775000', '175654.778000', '175654.781000', '175654.783000', '175654.786000', '175654.789000', '175654.791000', '175654.794000', '175654.797000', '175714.686000', '175714.688000', '175714.691000', '175714.694000', '175714.696000', '175714.699000', '175714.702000', '175714.704000', '175714.707000', '175714.709000', '175714.712000', '175714.715000', '175714.717000', '175714.720000', '175714.723000', '175714.725000', '175714.728000', '175714.731000', '175714.733000', '175714.736000', '175714.738000', '175714.741000', '175714.744000', '175714.746000', '175714.749000', '175714.751000', '175714.754000', '175714.757000', '175714.759000', '175714.762000', '175714.765000', '175714.767000', '175714.770000', '175714.772000', '175714.775000', '175714.778000', '175714.780000', '175714.783000', '175714.786000', '175714.788000', '175714.791000', '175714.794000', '175714.796000', '175714.799000', '175733.023000', '175733.026000', '175733.029000', '175733.032000', '175733.035000', '175733.038000', '175733.040000', '175733.043000', '175733.046000', '175733.049000', '175733.052000', '175733.055000', '175733.058000', '175733.061000', '175733.064000', '175733.068000', '175733.071000', '175733.075000', '175733.078000', '175733.081000', '175733.084000', '175733.087000', '175733.094000', '175733.097000', '175733.099000', '175733.102000', '175733.105000', '175733.109000', '175733.111000', '175733.114000', '175733.117000', '175733.120000', '175733.122000', '175733.125000', '175733.127000', '175733.130000', '175733.133000', '175733.136000', '175733.139000', '175733.143000'], 'InstanceCreationTime': ['174334.715000', '174334.718000', '174334.721000', '174334.724000', '174334.726000', '174334.729000', '174334.734000', '174334.736000', '174334.739000', '174334.741000', '174334.744000', '174334.747000', '174334.749000', '174334.752000', '174334.754000', '174334.757000', '174334.759000', '174334.762000', '174334.765000', '174334.767000', '174334.770000', '174334.772000', '174334.775000', '174334.777000', '174334.780000', '174334.782000', '174334.785000', '174334.788000', '174334.790000', '174334.793000', '174334.795000', '174334.798000', '174334.801000', '174334.803000', '174334.806000', '174334.808000', '174354.685000', '174354.688000', '174354.691000', '174354.693000', '174354.696000', '174354.699000', '174354.701000', '174354.704000', '174354.706000', '174354.709000', '174354.711000', '174354.714000', '174354.717000', '174354.719000', '174354.722000', '174354.725000', '174354.728000', '174354.730000', '174354.733000', '174354.736000', '174354.739000', '174354.742000', '174354.745000', '174354.748000', '174354.751000', '174354.753000', '174354.756000', '174354.759000', '174354.761000', '174354.764000', '174354.766000', '174354.769000', '174354.771000', '174354.774000', '174354.777000', '174354.779000', '174354.782000', '174354.785000', '174354.787000', '174354.790000', '174354.792000', '174354.795000', '174354.797000', '174414.686000', '174414.689000', '174414.692000', '174414.695000', '174414.709000', '174414.712000', '174414.714000', '174414.717000', '174414.719000', '174414.722000', '174414.724000', '174414.727000', '174414.730000', '174414.732000', '174414.735000', '174414.737000', '174414.740000', '174414.742000', '174414.745000', '174414.748000', '174414.750000', '174414.753000', '174414.760000', '174414.763000', '174414.766000', '174414.768000', '174414.771000', '174414.773000', '174414.776000', '174414.778000', '174414.781000', '174414.784000', '174414.786000', '174414.789000', '174414.791000', '174414.794000', '174414.797000', '174414.799000', '174414.802000', '174414.804000', '174414.807000', '174414.809000', '174414.812000', '174414.814000', '174434.686000', '174434.689000', '174434.692000', '174434.695000', '174434.697000', '174434.700000', '174434.702000', '174434.705000', '174434.708000', '174434.710000', '174434.713000', '174434.716000', '174434.719000', '174434.721000', '174434.724000', '174434.726000', '174434.729000', '174434.732000', '174434.734000', '174434.737000', '174434.739000', '174434.742000', '174434.744000', '174434.747000', '174434.750000', '174434.752000', '174434.755000', '174434.757000', '174434.760000', '174434.762000', '174434.765000', '174434.768000', '174434.770000', '174434.773000', '174434.775000', '174434.778000', '174434.781000', '174434.783000', '174434.786000', '174434.788000', '174434.791000', '174434.794000', '174434.796000', '174454.687000', '174454.689000', '174454.692000', '174454.695000', '174454.697000', '174454.700000', '174454.703000', '174454.705000', '174454.708000', '174454.710000', '174454.713000', '174454.715000', '174454.718000', '174454.721000', '174454.723000', '174454.726000', '174454.728000', '174454.731000', '174454.733000', '174454.736000', '174454.739000', '174454.741000', '174454.744000', '174454.746000', '174454.749000', '174454.752000', '174454.754000', '174454.757000', '174454.759000', '174454.762000', '174454.765000', '174454.767000', '174454.770000', '174454.772000', '174454.775000', '174454.777000', '174454.780000', '174454.783000', '174454.785000', '174454.788000', '174454.790000', '174454.793000', '174454.796000', '174454.798000', '174514.686000', '174514.689000', '174514.692000', '174514.695000', '174514.697000', '174514.700000', '174514.703000', '174514.705000', '174514.708000', '174514.710000', '174514.713000', '174514.716000', '174514.718000', '174514.721000', '174514.723000', '174514.726000', '174514.729000', '174514.731000', '174514.734000', '174514.736000', '174514.739000', '174514.742000', '174514.744000', '174514.747000', '174514.750000', '174514.752000', '174514.755000', '174514.758000', '174514.760000', '174514.763000', '174514.765000', '174514.768000', '174514.771000', '174514.773000', '174514.776000', '174514.778000', '174514.781000', '174514.785000', '174514.788000', '174514.790000', '174514.793000', '174514.796000', '174514.798000', '174534.687000', '174534.689000', '174534.692000', '174534.695000', '174534.697000', '174534.700000', '174534.703000', '174534.705000', '174534.708000', '174534.710000', '174534.713000', '174534.716000', '174534.718000', '174534.721000', '174534.723000', '174534.726000', '174534.729000', '174534.731000', '174534.734000', '174534.736000', '174534.739000', '174534.742000', '174534.744000', '174534.747000', '174534.749000', '174534.752000', '174534.754000', '174534.757000', '174534.760000', '174534.762000', '174534.765000', '174534.767000', '174534.770000', '174534.773000', '174534.775000', '174534.778000', '174534.780000', '174534.783000', '174534.786000', '174534.788000', '174534.791000', '174534.793000', '174534.796000', '174534.798000', '174554.697000', '174554.699000', '174554.702000', '174554.705000', '174554.707000', '174554.710000', '174554.713000', '174554.715000', '174554.718000', '174554.720000', '174554.723000', '174554.725000', '174554.728000', '174554.731000', '174554.733000', '174554.736000', '174554.739000', '174554.741000', '174554.744000', '174554.746000', '174554.749000', '174554.751000', '174554.754000', '174554.757000', '174554.760000', '174554.763000', '174554.765000', '174554.768000', '174554.771000', '174554.773000', '174554.776000', '174554.778000', '174554.781000', '174554.784000', '174554.786000', '174554.789000', '174554.791000', '174554.794000', '174554.797000', '174554.799000', '174554.802000', '174554.804000', '174554.807000', '174614.685000', '174614.688000', '174614.691000', '174614.694000', '174614.696000', '174614.699000', '174614.701000', '174614.704000', '174614.706000', '174614.709000', '174614.712000', '174614.714000', '174614.717000', '174614.720000', '174614.722000', '174614.725000', '174614.727000', '174614.730000', '174614.732000', '174614.735000', '174614.738000', '174614.740000', '174614.743000', '174614.745000', '174614.748000', '174614.751000', '174614.753000', '174614.756000', '174614.759000', '174614.761000', '174614.764000', '174614.767000', '174614.769000', '174614.772000', '174614.775000', '174614.777000', '174614.780000', '174614.783000', '174614.785000', '174614.788000', '174614.791000', '174614.793000', '174614.796000', '174614.799000', '174634.686000', '174634.689000', '174634.692000', '174634.694000', '174634.697000', '174634.700000', '174634.702000', '174634.705000', '174634.707000', '174634.710000', '174634.712000', '174634.715000', '174634.718000', '174634.720000', '174634.723000', '174634.726000', '174634.728000', '174634.731000', '174634.733000', '174634.736000', '174634.738000', '174634.741000', '174634.744000', '174634.746000', '174634.753000', '174634.756000', '174634.759000', '174634.761000', '174634.764000', '174634.766000', '174634.769000', '174634.772000', '174634.774000', '174634.777000', '174634.779000', '174634.782000', '174634.785000', '174634.787000', '174634.790000', '174634.792000', '174634.795000', '174634.798000', '174634.800000', '174654.687000', '174654.690000', '174654.692000', '174654.695000', '174654.698000', '174654.700000', '174654.703000', '174654.706000', '174654.708000', '174654.711000', '174654.713000', '174654.716000', '174654.719000', '174654.721000', '174654.724000', '174654.726000', '174654.729000', '174654.732000', '174654.734000', '174654.737000', '174654.739000', '174654.742000', '174654.745000', '174654.747000', '174654.750000', '174654.753000', '174654.755000', '174654.758000', '174654.761000', '174654.763000', '174654.766000', '174654.769000', '174654.771000', '174654.774000', '174654.777000', '174654.779000', '174654.782000', '174654.785000', '174654.787000', '174654.790000', '174654.793000', '174654.795000', '174654.798000', '174654.801000', '174714.687000', '174714.689000', '174714.692000', '174714.695000', '174714.697000', '174714.700000', '174714.703000', '174714.705000', '174714.708000', '174714.710000', '174714.713000', '174714.716000', '174714.719000', '174714.721000', '174714.724000', '174714.726000', '174714.729000', '174714.732000', '174714.735000', '174714.737000', '174714.740000', '174714.742000', '174714.745000', '174714.747000', '174714.750000', '174714.753000', '174714.755000', '174714.758000', '174714.760000', '174714.763000', '174714.766000', '174714.768000', '174714.771000', '174714.774000', '174714.776000', '174714.779000', '174714.781000', '174714.784000', '174714.787000', '174714.801000', '174714.803000', '174714.806000', '174714.809000', '174734.686000', '174734.689000', '174734.692000', '174734.695000', '174734.697000', '174734.700000', '174734.702000', '174734.705000', '174734.708000', '174734.710000', '174734.713000', '174734.715000', '174734.718000', '174734.721000', '174734.723000', '174734.726000', '174734.728000', '174734.731000', '174734.734000', '174734.736000', '174734.739000', '174734.741000', '174734.744000', '174734.747000', '174734.749000', '174734.752000', '174734.754000', '174734.757000', '174734.760000', '174734.762000', '174734.765000', '174734.767000', '174734.770000', '174734.773000', '174734.775000', '174734.778000', '174734.781000', '174734.783000', '174734.786000', '174734.789000', '174734.791000', '174734.794000', '174734.797000', '174734.799000', '174754.686000', '174754.688000', '174754.691000', '174754.694000', '174754.696000', '174754.699000', '174754.701000', '174754.704000', '174754.706000', '174754.709000', '174754.712000', '174754.714000', '174754.717000', '174754.720000', '174754.722000', '174754.725000', '174754.727000', '174754.730000', '174754.733000', '174754.735000', '174754.738000', '174754.740000', '174754.743000', '174754.746000', '174754.748000', '174754.751000', '174754.754000', '174754.756000', '174754.759000', '174754.761000', '174754.764000', '174754.767000', '174754.769000', '174754.778000', '174754.781000', '174754.783000', '174754.786000', '174754.789000', '174754.792000', '174754.794000', '174754.797000', '174754.800000', '174754.802000', '174814.685000', '174814.688000', '174814.691000', '174814.693000', '174814.696000', '174814.699000', '174814.701000', '174814.704000', '174814.707000', '174814.709000', '174814.712000', '174814.714000', '174814.717000', '174814.720000', '174814.723000', '174814.725000', '174814.728000', '174814.731000', '174814.733000', '174814.736000', '174814.739000', '174814.741000', '174814.745000', '174814.747000', '174814.750000', '174814.752000', '174814.755000', '174814.758000', '174814.760000', '174814.763000', '174814.766000', '174814.768000', '174814.771000', '174814.773000', '174814.776000', '174814.779000', '174814.781000', '174814.784000', '174814.786000', '174814.789000', '174814.792000', '174814.794000', '174814.797000', '174814.799000', '174834.685000', '174834.688000', '174834.691000', '174834.693000', '174834.696000', '174834.699000', '174834.702000', '174834.704000', '174834.707000', '174834.710000', '174834.712000', '174834.715000', '174834.718000', '174834.720000', '174834.723000', '174834.725000', '174834.728000', '174834.731000', '174834.733000', '174834.736000', '174834.739000', '174834.741000', '174834.744000', '174834.746000', '174834.750000', '174834.752000', '174834.755000', '174834.757000', '174834.760000', '174834.763000', '174834.765000', '174834.768000', '174834.771000', '174834.773000', '174834.776000', '174834.779000', '174834.781000', '174834.784000', '174834.786000', '174834.789000', '174834.792000', '174834.795000', '174834.797000', '174854.687000', '174854.690000', '174854.692000', '174854.697000', '174854.700000', '174854.702000', '174854.705000', '174854.708000', '174854.710000', '174854.713000', '174854.716000', '174854.718000', '174854.721000', '174854.724000', '174854.726000', '174854.729000', '174854.731000', '174854.734000', '174854.737000', '174854.739000', '174854.742000', '174854.745000', '174854.747000', '174854.750000', '174854.753000', '174854.755000', '174854.758000', '174854.760000', '174854.763000', '174854.766000', '174854.768000', '174854.771000', '174854.773000', '174854.776000', '174854.779000', '174854.781000', '174854.784000', '174854.786000', '174854.789000', '174854.792000', '174854.794000', '174854.797000', '174854.799000', '174854.802000', '174914.687000', '174914.689000', '174914.692000', '174914.695000', '174914.697000', '174914.700000', '174914.703000', '174914.705000', '174914.708000', '174914.711000', '174914.713000', '174914.716000', '174914.719000', '174914.721000', '174914.724000', '174914.727000', '174914.729000', '174914.732000', '174914.735000', '174914.737000', '174914.740000', '174914.743000', '174914.745000', '174914.748000', '174914.750000', '174914.753000', '174914.756000', '174914.758000', '174914.761000', '174914.763000', '174914.766000', '174914.768000', '174914.771000', '174914.774000', '174914.776000', '174914.779000', '174914.782000', '174914.784000', '174914.787000', '174914.790000', '174914.792000', '174914.795000', '174914.797000', '174934.686000', '174934.689000', '174934.692000', '174934.695000', '174934.697000', '174934.700000', '174934.702000', '174934.705000', '174934.708000', '174934.710000', '174934.713000', '174934.715000', '174934.718000', '174934.721000', '174934.723000', '174934.726000', '174934.728000', '174934.731000', '174934.734000', '174934.736000', '174934.739000', '174934.742000', '174934.744000', '174934.747000', '174934.749000', '174934.752000', '174934.755000', '174934.757000', '174934.760000', '174934.762000', '174934.765000', '174934.768000', '174934.770000', '174934.773000', '174934.776000', '174934.778000', '174934.781000', '174934.783000', '174934.786000', '174934.789000', '174934.791000', '174934.794000', '174934.797000', '174934.799000', '174954.687000', '174954.689000', '174954.692000', '174954.695000', '174954.697000', '174954.700000', '174954.703000', '174954.705000', '174954.708000', '174954.710000', '174954.713000', '174954.716000', '174954.718000', '174954.721000', '174954.723000', '174954.726000', '174954.728000', '174954.731000', '174954.734000', '174954.736000', '174954.739000', '174954.742000', '174954.744000', '174954.747000', '174954.749000', '174954.752000', '174954.755000', '174954.757000', '174954.760000', '174954.762000', '174954.765000', '174954.768000', '174954.770000', '174954.773000', '174954.775000', '174954.778000', '174954.781000', '174954.783000', '174954.786000', '174954.788000', '174954.791000', '174954.794000', '174954.796000', '175014.686000', '175014.688000', '175014.691000', '175014.706000', '175014.708000', '175014.711000', '175014.714000', '175014.716000', '175014.719000', '175014.721000', '175014.724000', '175014.727000', '175014.729000', '175014.732000', '175014.734000', '175014.737000', '175014.740000', '175014.742000', '175014.745000', '175014.748000', '175014.750000', '175014.753000', '175014.755000', '175014.758000', '175014.761000', '175014.764000', '175014.766000', '175014.769000', '175014.771000', '175014.774000', '175014.777000', '175014.779000', '175014.782000', '175014.785000', '175014.787000', '175014.790000', '175014.792000', '175014.795000', '175014.798000', '175014.800000', '175014.803000', '175014.806000', '175014.808000', '175014.811000', '175034.686000', '175034.689000', '175034.691000', '175034.694000', '175034.697000', '175034.699000', '175034.702000', '175034.705000', '175034.707000', '175034.710000', '175034.712000', '175034.715000', '175034.717000', '175034.720000', '175034.723000', '175034.725000', '175034.728000', '175034.731000', '175034.733000', '175034.736000', '175034.738000', '175034.741000', '175034.744000', '175034.746000', '175034.749000', '175034.751000', '175034.754000', '175034.757000', '175034.759000', '175034.762000', '175034.765000', '175034.767000', '175034.770000', '175034.772000', '175034.775000', '175034.778000', '175034.780000', '175034.783000', '175034.785000', '175034.788000', '175034.791000', '175034.793000', '175034.796000', '175054.686000', '175054.689000', '175054.691000', '175054.694000', '175054.696000', '175054.699000', '175054.702000', '175054.704000', '175054.707000', '175054.709000', '175054.712000', '175054.715000', '175054.717000', '175054.720000', '175054.723000', '175054.725000', '175054.728000', '175054.731000', '175054.733000', '175054.736000', '175054.738000', '175054.741000', '175054.744000', '175054.746000', '175054.749000', '175054.751000', '175054.754000', '175054.757000', '175054.759000', '175054.762000', '175054.765000', '175054.767000', '175054.770000', '175054.772000', '175054.775000', '175054.778000', '175054.780000', '175054.783000', '175054.785000', '175054.788000', '175054.791000', '175054.793000', '175054.796000', '175114.687000', '175114.690000', '175114.692000', '175114.695000', '175114.697000', '175114.700000', '175114.703000', '175114.705000', '175114.708000', '175114.710000', '175114.713000', '175114.716000', '175114.718000', '175114.721000', '175114.724000', '175114.726000', '175114.729000', '175114.731000', '175114.734000', '175114.737000', '175114.740000', '175114.742000', '175114.745000', '175114.747000', '175114.750000', '175114.753000', '175114.755000', '175114.758000', '175114.761000', '175114.763000', '175114.766000', '175114.768000', '175114.771000', '175114.774000', '175114.776000', '175114.779000', '175114.781000', '175114.784000', '175114.787000', '175114.789000', '175114.792000', '175114.794000', '175114.797000', '175114.800000', '175134.687000', '175134.689000', '175134.692000', '175134.695000', '175134.697000', '175134.700000', '175134.703000', '175134.705000', '175134.708000', '175134.710000', '175134.713000', '175134.716000', '175134.718000', '175134.721000', '175134.724000', '175134.726000', '175134.729000', '175134.731000', '175134.734000', '175134.737000', '175134.739000', '175134.742000', '175134.745000', '175134.748000', '175134.751000', '175134.753000', '175134.756000', '175134.759000', '175134.761000', '175134.764000', '175134.767000', '175134.769000', '175134.772000', '175134.774000', '175134.777000', '175134.780000', '175134.782000', '175134.785000', '175134.787000', '175134.790000', '175134.793000', '175134.795000', '175134.798000', '175154.687000', '175154.689000', '175154.692000', '175154.695000', '175154.697000', '175154.700000', '175154.703000', '175154.705000', '175154.708000', '175154.711000', '175154.713000', '175154.716000', '175154.719000', '175154.721000', '175154.724000', '175154.727000', '175154.729000', '175154.732000', '175154.735000', '175154.737000', '175154.740000', '175154.742000', '175154.745000', '175154.748000', '175154.751000', '175154.753000', '175154.756000', '175154.759000', '175154.761000', '175154.764000', '175154.767000', '175154.769000', '175154.772000', '175154.775000', '175154.777000', '175154.780000', '175154.783000', '175154.785000', '175154.788000', '175154.790000', '175154.793000', '175154.796000', '175154.798000', '175154.801000', '175214.686000', '175214.689000', '175214.692000', '175214.695000', '175214.697000', '175214.700000', '175214.703000', '175214.705000', '175214.708000', '175214.711000', '175214.714000', '175214.717000', '175214.720000', '175214.722000', '175214.725000', '175214.728000', '175214.730000', '175214.733000', '175214.735000', '175214.738000', '175214.741000', '175214.743000', '175214.746000', '175214.748000', '175214.751000', '175214.754000', '175214.756000', '175214.759000', '175214.762000', '175214.764000', '175214.767000', '175214.770000', '175214.772000', '175214.775000', '175214.777000', '175214.780000', '175214.783000', '175214.785000', '175214.788000', '175214.790000', '175214.793000', '175214.796000', '175214.798000', '175234.686000', '175234.688000', '175234.691000', '175234.694000', '175234.696000', '175234.699000', '175234.702000', '175234.704000', '175234.707000', '175234.709000', '175234.712000', '175234.715000', '175234.717000', '175234.720000', '175234.723000', '175234.725000', '175234.728000', '175234.730000', '175234.733000', '175234.736000', '175234.738000', '175234.741000', '175234.744000', '175234.746000', '175234.749000', '175234.751000', '175234.754000', '175234.757000', '175234.759000', '175234.762000', '175234.765000', '175234.767000', '175234.770000', '175234.772000', '175234.775000', '175234.778000', '175234.780000', '175234.783000', '175234.785000', '175234.788000', '175234.791000', '175234.793000', '175234.796000', '175234.799000', '175254.685000', '175254.688000', '175254.691000', '175254.694000', '175254.696000', '175254.699000', '175254.701000', '175254.704000', '175254.707000', '175254.709000', '175254.712000', '175254.714000', '175254.717000', '175254.720000', '175254.722000', '175254.725000', '175254.728000', '175254.730000', '175254.733000', '175254.736000', '175254.738000', '175254.741000', '175254.744000', '175254.746000', '175254.749000', '175254.752000', '175254.754000', '175254.757000', '175254.773000', '175254.776000', '175254.778000', '175254.781000', '175254.784000', '175254.787000', '175254.789000', '175254.792000', '175254.795000', '175254.797000', '175254.800000', '175254.803000', '175254.805000', '175254.808000', '175254.810000', '175314.686000', '175314.689000', '175314.692000', '175314.694000', '175314.697000', '175314.699000', '175314.702000', '175314.705000', '175314.707000', '175314.710000', '175314.713000', '175314.715000', '175314.718000', '175314.720000', '175314.723000', '175314.726000', '175314.728000', '175314.731000', '175314.734000', '175314.736000', '175314.739000', '175314.741000', '175314.744000', '175314.747000', '175314.749000', '175314.752000', '175314.755000', '175314.757000', '175314.760000', '175314.763000', '175314.765000', '175314.768000', '175314.771000', '175314.773000', '175314.776000', '175314.779000', '175314.781000', '175314.784000', '175314.787000', '175314.789000', '175314.792000', '175314.795000', '175314.798000', '175314.800000', '175334.687000', '175334.690000', '175334.692000', '175334.695000', '175334.698000', '175334.700000', '175334.703000', '175334.705000', '175334.708000', '175334.711000', '175334.713000', '175334.716000', '175334.719000', '175334.721000', '175334.724000', '175334.727000', '175334.730000', '175334.732000', '175334.735000', '175334.737000', '175334.740000', '175334.743000', '175334.745000', '175334.748000', '175334.751000', '175334.753000', '175334.756000', '175334.758000', '175334.761000', '175334.764000', '175334.767000', '175334.769000', '175334.772000', '175334.775000', '175334.777000', '175334.780000', '175334.783000', '175334.785000', '175334.788000', '175334.790000', '175334.793000', '175334.796000', '175334.798000', '175354.687000', '175354.690000', '175354.692000', '175354.695000', '175354.697000', '175354.700000', '175354.703000', '175354.705000', '175354.708000', '175354.711000', '175354.713000', '175354.716000', '175354.718000', '175354.721000', '175354.724000', '175354.726000', '175354.729000', '175354.731000', '175354.734000', '175354.737000', '175354.739000', '175354.742000', '175354.745000', '175354.747000', '175354.750000', '175354.753000', '175354.755000', '175354.758000', '175354.760000', '175354.763000', '175354.766000', '175354.768000', '175354.771000', '175354.774000', '175354.776000', '175354.779000', '175354.781000', '175354.799000', '175354.802000', '175354.804000', '175354.807000', '175354.809000', '175354.812000', '175354.815000', '175414.687000', '175414.690000', '175414.692000', '175414.695000', '175414.697000', '175414.700000', '175414.703000', '175414.705000', '175414.708000', '175414.711000', '175414.713000', '175414.716000', '175414.718000', '175414.721000', '175414.724000', '175414.726000', '175414.729000', '175414.731000', '175414.734000', '175414.737000', '175414.739000', '175414.742000', '175414.745000', '175414.747000', '175414.750000', '175414.753000', '175414.756000', '175414.759000', '175414.762000', '175414.764000', '175414.767000', '175414.770000', '175414.772000', '175414.775000', '175414.778000', '175414.780000', '175414.783000', '175414.786000', '175414.788000', '175414.791000', '175414.794000', '175414.796000', '175414.799000', '175434.687000', '175434.689000', '175434.692000', '175434.695000', '175434.697000', '175434.700000', '175434.702000', '175434.705000', '175434.708000', '175434.710000', '175434.713000', '175434.715000', '175434.718000', '175434.720000', '175434.723000', '175434.726000', '175434.729000', '175434.732000', '175434.735000', '175434.737000', '175434.740000', '175434.743000', '175434.745000', '175434.748000', '175434.751000', '175434.753000', '175434.756000', '175434.758000', '175434.761000', '175434.764000', '175434.766000', '175434.769000', '175434.772000', '175434.774000', '175434.777000', '175434.780000', '175434.782000', '175434.785000', '175434.788000', '175434.790000', '175434.793000', '175434.795000', '175434.798000', '175434.801000', '175454.686000', '175454.689000', '175454.691000', '175454.694000', '175454.697000', '175454.699000', '175454.702000', '175454.704000', '175454.707000', '175454.710000', '175454.712000', '175454.715000', '175454.717000', '175454.720000', '175454.722000', '175454.725000', '175454.728000', '175454.730000', '175454.733000', '175454.736000', '175454.738000', '175454.741000', '175454.743000', '175454.746000', '175454.748000', '175454.751000', '175454.754000', '175454.756000', '175454.759000', '175454.761000', '175454.764000', '175454.767000', '175454.770000', '175454.772000', '175454.775000', '175454.778000', '175454.780000', '175454.783000', '175454.786000', '175454.788000', '175454.791000', '175454.794000', '175454.797000', '175514.686000', '175514.689000', '175514.692000', '175514.694000', '175514.697000', '175514.720000', '175514.723000', '175514.725000', '175514.728000', '175514.730000', '175514.733000', '175514.736000', '175514.739000', '175514.741000', '175514.744000', '175514.747000', '175514.749000', '175514.752000', '175514.754000', '175514.757000', '175514.760000', '175514.762000', '175514.765000', '175514.768000', '175514.770000', '175514.773000', '175514.776000', '175514.779000', '175514.781000', '175514.784000', '175514.786000', '175514.789000', '175514.792000', '175514.794000', '175514.797000', '175514.800000', '175514.802000', '175514.805000', '175514.807000', '175514.810000', '175514.813000', '175514.815000', '175514.818000', '175514.821000', '175534.686000', '175534.689000', '175534.691000', '175534.694000', '175534.696000', '175534.699000', '175534.702000', '175534.704000', '175534.707000', '175534.709000', '175534.712000', '175534.715000', '175534.717000', '175534.720000', '175534.722000', '175534.725000', '175534.728000', '175534.730000', '175534.733000', '175534.735000', '175534.738000', '175534.741000', '175534.743000', '175534.746000', '175534.748000', '175534.751000', '175534.754000', '175534.756000', '175534.759000', '175534.762000', '175534.764000', '175534.767000', '175534.770000', '175534.772000', '175534.775000', '175534.778000', '175534.780000', '175534.783000', '175534.786000', '175534.788000', '175534.791000', '175534.794000', '175534.796000', '175554.687000', '175554.690000', '175554.692000', '175554.695000', '175554.698000', '175554.701000', '175554.703000', '175554.706000', '175554.709000', '175554.711000', '175554.714000', '175554.717000', '175554.719000', '175554.722000', '175554.725000', '175554.727000', '175554.730000', '175554.732000', '175554.735000', '175554.738000', '175554.740000', '175554.743000', '175554.746000', '175554.749000', '175554.751000', '175554.754000', '175554.757000', '175554.759000', '175554.762000', '175554.765000', '175554.768000', '175554.770000', '175554.773000', '175554.776000', '175554.778000', '175554.781000', '175554.784000', '175554.786000', '175554.789000', '175554.792000', '175554.794000', '175554.797000', '175554.800000', '175554.802000', '175614.687000', '175614.690000', '175614.692000', '175614.695000', '175614.698000', '175614.700000', '175614.703000', '175614.705000', '175614.708000', '175614.711000', '175614.713000', '175614.716000', '175614.718000', '175614.721000', '175614.724000', '175614.726000', '175614.729000', '175614.731000', '175614.734000', '175614.737000', '175614.739000', '175614.742000', '175614.745000', '175614.747000', '175614.750000', '175614.752000', '175614.755000', '175614.758000', '175614.760000', '175614.763000', '175614.771000', '175614.774000', '175614.776000', '175614.779000', '175614.782000', '175614.784000', '175614.787000', '175614.790000', '175614.792000', '175614.795000', '175614.797000', '175614.800000', '175614.802000', '175634.687000', '175634.690000', '175634.692000', '175634.695000', '175634.698000', '175634.700000', '175634.703000', '175634.705000', '175634.708000', '175634.711000', '175634.713000', '175634.716000', '175634.719000', '175634.721000', '175634.724000', '175634.727000', '175634.729000', '175634.732000', '175634.734000', '175634.737000', '175634.740000', '175634.742000', '175634.745000', '175634.747000', '175634.750000', '175634.753000', '175634.755000', '175634.758000', '175634.760000', '175634.763000', '175634.766000', '175634.768000', '175634.771000', '175634.774000', '175634.776000', '175634.779000', '175634.782000', '175634.784000', '175634.787000', '175634.789000', '175634.792000', '175634.794000', '175634.797000', '175634.800000', '175654.687000', '175654.689000', '175654.692000', '175654.695000', '175654.697000', '175654.700000', '175654.703000', '175654.705000', '175654.708000', '175654.710000', '175654.713000', '175654.715000', '175654.718000', '175654.721000', '175654.723000', '175654.726000', '175654.729000', '175654.731000', '175654.734000', '175654.736000', '175654.739000', '175654.741000', '175654.744000', '175654.747000', '175654.749000', '175654.752000', '175654.754000', '175654.757000', '175654.760000', '175654.762000', '175654.765000', '175654.768000', '175654.770000', '175654.773000', '175654.775000', '175654.778000', '175654.781000', '175654.783000', '175654.786000', '175654.789000', '175654.791000', '175654.794000', '175654.797000', '175714.686000', '175714.688000', '175714.691000', '175714.694000', '175714.696000', '175714.699000', '175714.702000', '175714.704000', '175714.707000', '175714.709000', '175714.712000', '175714.715000', '175714.717000', '175714.720000', '175714.723000', '175714.725000', '175714.728000', '175714.731000', '175714.733000', '175714.736000', '175714.738000', '175714.741000', '175714.744000', '175714.746000', '175714.749000', '175714.751000', '175714.754000', '175714.757000', '175714.759000', '175714.762000', '175714.765000', '175714.767000', '175714.770000', '175714.772000', '175714.775000', '175714.778000', '175714.780000', '175714.783000', '175714.786000', '175714.788000', '175714.791000', '175714.794000', '175714.796000', '175714.799000', '175733.023000', '175733.026000', '175733.029000', '175733.032000', '175733.035000', '175733.038000', '175733.040000', '175733.043000', '175733.046000', '175733.049000', '175733.052000', '175733.055000', '175733.058000', '175733.061000', '175733.064000', '175733.068000', '175733.071000', '175733.075000', '175733.078000', '175733.081000', '175733.084000', '175733.087000', '175733.094000', '175733.097000', '175733.099000', '175733.102000', '175733.105000', '175733.109000', '175733.111000', '175733.114000', '175733.117000', '175733.120000', '175733.122000', '175733.125000', '175733.127000', '175733.130000', '175733.133000', '175733.136000', '175733.139000', '175733.143000'], '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': [17414, 13899, 17336, 12260, 16410, 12386, 16459, 12556, 17295, 12791, 12607, 11729, 13065, 12603, 14958, 13031, 10806, 13361, 12105, 13548, 14161, 13279, 14729, 13348, 10479, 13137, 11903, 13695, 13249, 14226, 10271, 14127, 10391, 13805, 10040, 15514, 10561, 16177, 11414, 15985, 12385, 16833, 13024, 16532, 12123, 16315, 12146, 15824, 10840, 16305, 11168, 15926, 12081, 15924, 11841, 16035, 12550, 16051, 11729, 16010, 11933, 16549, 12752, 16429, 11700, 12742, 12180, 11816, 13232, 12917, 13643, 9897, 14069, 11097, 13979, 14416, 12953, 17783, 13174, 12269, 11956, 12111, 13259, 12963, 13876, 9538, 14599, 9817, 15528, 9987, 15736, 10713, 15961, 9258, 15405, 9749, 15519, 10069, 15411, 10218, 15644, 10348, 15786, 11902, 15834, 12526, 16555, 12579, 16343, 11507, 15362, 12186, 17273, 12731, 14234, 12466, 11407, 12647, 12315, 13015, 15181, 12799, 11493, 13142, 10952, 13539, 10927, 14639, 11520, 14605, 9568, 15079, 9742, 15808, 9830, 16125, 10563, 16395, 10512, 15998, 11584, 16031, 11669, 16290, 11691, 16293, 12237, 15452, 11812, 16096, 12486, 10986, 11965, 10370, 13443, 10360, 14161, 11523, 14399, 9589, 15029, 9948, 16121, 10783, 16070, 9359, 16031, 9864, 15968, 10409, 16221, 12413, 15833, 11242, 14981, 11872, 13758, 12610, 11669, 13793, 9477, 15258, 9786, 15974, 10822, 16673, 10441, 16409, 12008, 16470, 12503, 16663, 13155, 16696, 11973, 13952, 12243, 12990, 12606, 13248, 13498, 9380, 14286, 10034, 14929, 10967, 15513, 9373, 15312, 10409, 14378, 14082, 13528, 13910, 13276, 11253, 13041, 9906, 14461, 11054, 15826, 9605, 16071, 12097, 16629, 12555, 16736, 12985, 15085, 11663, 14799, 12089, 16729, 12578, 12243, 12782, 9315, 14331, 9842, 15271, 10762, 16219, 9502, 15605, 10201, 15831, 10046, 15758, 10549, 15733, 9916, 15217, 9838, 15401, 10850, 15818, 9422, 15697, 9810, 15208, 10065, 14138, 15467, 13366, 15311, 11706, 15615, 11898, 16070, 12314, 16710, 12067, 12591, 11315, 10759, 12547, 11821, 14237, 9287, 14517, 9323, 15513, 9763, 15815, 10760, 15833, 9428, 16136, 11018, 16333, 12628, 16829, 12418, 16553, 12076, 15981, 12089, 16743, 12938, 13586, 11648, 11915, 12705, 15226, 12692, 17334, 12993, 10727, 12319, 10284, 13871, 11472, 14056, 9781, 15123, 9939, 15423, 9664, 16323, 10797, 16124, 10881, 16084, 11713, 16840, 12632, 16895, 12013, 16057, 11703, 13956, 11633, 12099, 13461, 9115, 14837, 9429, 15942, 9888, 16204, 11496, 16473, 11473, 16456, 12337, 16476, 12670, 13075, 12221, 9272, 13804, 9132, 16278, 12344, 10555, 12862, 11338, 11145, 13543, 11226, 11104, 15345, 10702, 15400, 11888, 11868, 13009, 12821, 14161, 10513, 15491, 9738, 15850, 12012, 16068, 11641, 14462, 11915, 8552, 13181, 8654, 14665, 9659, 15228, 10026, 15768, 10412, 15668, 11433, 16016, 11860, 16144, 11586, 16275, 11972, 16132, 11977, 16430, 12070, 13219, 11156, 11475, 12290, 13522, 12488, 11771, 12897, 9001, 14158, 9425, 15731, 9919, 15888, 11281, 15791, 11217, 15601, 11604, 15871, 11694, 15546, 10817, 15316, 11488, 15900, 12009, 16312, 11997, 15720, 11329, 15640, 11535, 15977, 12024, 16070, 11334, 15901, 11582, 15995, 11811, 16004, 12109, 15928, 11296, 15981, 11597, 15906, 11740, 16218, 12539, 15591, 10873, 15408, 11738, 16130, 11882, 16164, 12322, 15548, 11081, 15597, 11250, 16072, 11377, 16340, 12423, 15670, 10996, 15029, 11310, 15023, 11315, 15318, 10975, 15484, 11144, 14889, 10484, 15137, 9936, 14752, 9087, 14900, 9362, 14816, 10023, 15002, 8909, 14467, 9307, 14204, 10334, 13942, 14643, 12982, 13743, 11148, 16172, 11817, 16210, 11953, 15684, 11346, 16000, 11524, 15521, 11780, 15773, 12207, 16439, 12383, 10187, 11665, 8803, 13614, 10591, 13641, 12439, 12579, 14948, 12925, 9893, 12855, 10901, 13357, 11887, 13333, 13108, 13597, 8924, 14099, 9630, 15102, 9830, 15336, 9953, 15107, 10895, 15198, 11377, 15350, 10252, 15399, 9105, 14779, 9338, 15326, 9735, 14569, 11849, 14814, 9612, 14024, 9944, 14417, 12463, 13883, 9535, 14303, 9677, 14088, 12225, 13310, 16755, 12819, 12702, 11585, 14142, 12045, 16117, 12090, 17039, 12336, 11102, 11716, 10710, 13138, 12933, 12860, 14914, 13107, 10212, 12630, 10680, 13318, 11098, 13975, 11589, 14262, 9312, 14652, 9534, 15455, 10025, 14597, 10485, 14411, 9642, 13995, 11020, 13763, 14601, 13273, 9928, 12985, 10514, 13641, 10552, 13557, 10392, 14736, 9575, 15034, 9750, 15531, 9959, 15329, 10355, 16337, 12002, 16045, 11498, 14154, 11480, 10955, 12608, 10774, 14435, 8833, 14965, 9563, 15347, 10734, 16246, 12061, 16001, 11343, 15900, 11980, 15085, 12419, 8615, 13276, 9040, 15006, 10229, 16185, 12266, 16183, 11412, 16105, 11898, 14590, 11856, 11514, 13118, 8821, 14528, 9539, 15868, 12024, 16797, 12486, 8611, 12478, 9099, 14931, 10415, 16157, 12668, 15950, 11183, 15365, 11699, 14638, 12033, 10249, 13032, 8962, 14163, 9195, 15428, 11987, 15821, 11283, 11012, 11654, 9156, 13951, 9874, 15483, 10551, 15980, 12104, 16388, 12119, 17152, 12019, 10721, 12041, 9417, 13863, 10442, 14854, 8549, 14833, 10341, 15729, 12368, 16567, 11821, 15430, 11224, 10731, 11973, 10278, 14233, 8771, 14853, 10286, 15848, 11952, 16518, 12608, 14518, 11785, 8588, 13024, 9239, 14971, 10381, 15404, 11900, 16492, 11627, 14833, 11177, 11116, 11836, 9886, 13435, 9430, 14736, 9276, 15289, 9996, 15872, 11083, 16145, 10662, 15416, 11450, 15885, 11659, 15984, 11842, 15669, 11201, 15405, 11355, 16244, 11671, 13137, 11446, 11214, 12059, 11512, 12908, 11672, 14182, 9035, 14434, 9509, 15169, 10231, 15462, 10050, 15435, 9139, 14880, 9701, 15221, 10120, 15829, 9702, 15519, 10177, 15576, 9819, 15016, 10082, 15445, 8645, 14466, 9361, 14520, 9747, 14825, 9054, 14322, 9268, 13893, 10855, 14054, 10968, 14910, 11224, 15252, 11399, 8651, 12920, 9791, 13323, 13334, 12356, 16253, 12528, 17093, 11994, 16727, 12001, 16717, 12305, 13195, 12478, 9387, 14036, 9797, 15479, 10420, 15850, 10938, 15860, 10959, 15181, 11468, 15697, 11565, 15698, 11805, 16158, 12132, 15360, 11029, 11997, 11300, 9592, 13380, 10677, 11450, 11921, 9439, 15443, 11630, 15404, 11965, 8702, 12954, 8857, 14994, 11045, 16478, 12523, 16865, 12251, 13919, 11693, 9426, 12823, 9107, 14665, 11156, 15864, 11513, 14964, 11670, 10765, 12670, 10082, 14547, 9495, 15581, 11683, 16043, 12216, 10276, 13699, 9430, 16076, 12185, 9276, 15163, 11590, 14703, 12298, 8605, 13649, 9404, 15268, 11129, 16457, 13180, 16421, 11634, 10548, 12336, 9297, 13367, 9959, 14677, 9101, 14850, 10425, 15204, 11647, 15983, 12285, 16280, 11863, 16269, 11571, 15669, 11707, 16814, 12212, 12754, 11698, 11848, 12222, 12720, 12414, 13215, 13331, 8870, 13821, 9365, 14310, 9835, 14822, 10237, 15197, 9742, 15396, 11541, 15891, 11468, 16016, 12230, 15776, 11205, 15356, 11485, 15611, 11900, 16257, 11913, 15569, 11554, 14709, 11885, 12262, 11629, 10475, 13238, 8548, 13940, 10144, 15121, 10489, 15460, 10805, 15209, 10798, 15279, 11516, 15603, 11982, 15878, 11612, 15797, 11340, 15394, 11467, 15909, 11368, 16450, 11677, 15029, 10961, 12736, 11078, 12530, 11436, 8262, 12745, 9034, 12952, 10510, 13626, 8980, 14046, 9319, 13947, 9853, 14342, 9627, 14510, 9497, 14149, 9403, 14944, 10197, 14784, 9297, 14485, 9275, 14357, 10088, 14980, 9336, 14913, 9427, 14462, 9329, 14474, 10119, 14606, 9328, 14106, 9385, 14628, 10187, 14957, 9225, 14488, 9228, 14330, 10121, 13870, 15073, 12960, 12981, 11388, 15591, 11396, 15711, 11585, 15423, 11242, 15286, 11056, 14921, 10806, 15009, 9819, 14302, 8912, 14214, 9596, 14124, 9712, 15483, 10401, 15233, 11081, 15208, 10462, 15467, 10885, 15647, 10762, 15269, 10535, 15562, 10027, 15245, 10064, 15280, 10367, 14732, 10726, 14937, 9762, 15083, 9679, 14821, 9571, 14549, 9590, 14874, 9822, 15558, 9122, 14464, 9143, 14053, 9009, 14375, 9611, 14609, 9777, 14700, 9419, 14561, 10019, 14621, 10468, 13265, 13093, 12482, 16871, 12180, 16699, 12316, 15776, 11306, 15096, 11139, 15860, 11728, 13815, 11238, 13273, 10981, 16157, 11578, 16178, 11880, 14970, 10779, 15643, 11320, 15883, 11483, 15856, 12018, 12520, 10996, 9685, 12191, 9169, 13579, 9506, 14262, 9776, 14945, 9511, 14620, 10156, 14966, 9870, 15248, 10131, 15711, 10770, 15391, 11135, 15555, 11359, 15623, 11016, 16101, 11640, 15510, 11400, 15299, 11487, 16011, 11755, 16014, 11209, 15483, 10971, 15281, 10997, 15940, 11690, 15113, 10759, 15462, 11072, 15811, 11556, 16473, 12023, 8824, 11814, 8677, 13260, 9474, 14361, 8857, 14617, 9285, 14492, 9247, 14482, 11673, 13972, 9275, 13599, 9335, 13987, 9999, 14836, 9336, 14705, 9811, 15700, 10566, 15897, 11553, 15742, 11015, 15314, 10062, 15004, 9497, 14400, 9226, 14466, 9001, 14089, 9640, 14644, 9588, 15203, 9255, 14795, 10102, 15129, 11344, 15671, 11535, 15927, 11529, 15400, 11009, 15609, 11560, 15965, 10715, 15912, 10326, 15437, 9540, 14809, 9372, 14700, 10032, 15272, 11073, 15108, 11052, 15095, 11358, 16044, 11747, 15475, 11047, 15200, 11201, 15588, 11009, 16012, 12151, 15167, 10654, 15037, 11202, 15626, 11083, 15530, 11665, 15051, 10716, 15096, 10972, 15251, 11155, 15646, 11449, 15863, 11261, 11879, 10721, 13206, 11183, 16383, 11764, 14967, 10946, 15301, 11076, 15591, 11407, 15985, 11766, 15199, 10818, 13965, 10920, 14866, 10941, 15518, 11312, 15163, 10555, 14860, 10871, 15333, 10902, 15843, 11737, 14923, 10580, 15026, 10726, 14800, 10704, 14864, 10976, 14294, 10266, 14414, 10673, 14799, 11496, 12676, 11273, 8588, 13945, 11007, 16014, 12515, 8685, 12840, 8826, 14433, 9724, 15512, 9900, 15650, 9576, 15284, 10582, 15852, 12562, 16461, 11836, 8859, 12004, 10217, 14087, 9733, 14290, 9231, 14324, 9670, 15212, 9173, 14450, 9725, 14504, 10799, 14661, 12079, 14992, 9356, 13953, 9505, 14761, 9677, 14728, 10887, 14537, 8966, 13965, 9866, 14401, 10603, 13961, 12234, 13730, 9266, 12554, 10128, 12945, 9693, 13737, 9748, 14552, 9151, 14939, 9816, 15350, 10665, 15822, 11812, 15395, 10696, 12666, 11302, 12927, 11889, 11460, 12365, 15138, 12218, 16607, 11922, 16226, 12309, 15112, 10330, 14466, 9852, 14385, 9528, 15079, 8711, 14199, 9159, 14167, 9076, 14408, 10037, 14498, 8842, 14695, 9684, 14946, 10181, 14859, 11573, 14631, 9732, 13956, 10271, 14183, 12584, 13976, 9342, 13344, 13117, 12699, 17611, 12598, 16497, 11945, 16138, 11653, 15642, 12040, 16189, 12390, 15216, 10975, 14808, 11210, 15705, 11365, 15602, 10465, 15406, 9342, 14978, 9489, 14771, 11062, 14544, 8794, 13349, 10220, 13627, 10509, 13808, 10806, 14568, 10124, 16478, 11936, 9800, 12434, 9992, 12545, 16923, 11557, 15717, 11839, 15598, 10350, 15349, 10286, 15855, 9646, 15565, 10409, 16236, 10323, 15863, 10869, 15574, 9646, 14901, 11073, 14194, 16674, 12685, 16784, 12355, 16432, 11944, 15873, 11625, 15550, 11460, 15720, 10855, 15146, 10742, 15538, 9735, 14994, 9663, 15251, 8980, 14301, 9236, 13502, 11721, 12674, 16223, 12293, 15789, 11549, 15593, 11640, 16135, 12377, 15545, 11250, 15204, 10986, 15452, 9831, 15056, 9877, 15001, 9204, 14758, 9325, 14961, 9496, 15073, 9995, 14997, 9314, 15028, 9435, 15087, 9579, 15189, 9214, 14696, 9319, 14070, 11251, 14069, 12986, 13351, 9627, 13316, 12226, 13176, 15236, 12649, 16953, 12646, 16017, 11451, 15509, 11547, 16165, 12169, 15541, 11060, 15616, 11529, 16218, 11938, 13165, 12028, 8591, 13849, 9242, 15102, 10311, 14610, 11359, 14950, 9577, 14677, 10134, 14729, 11363, 15186, 8982, 14592, 9687, 14834, 9758, 15017, 10316, 15235, 9012, 15122, 9845, 15423, 10187, 15632, 9054, 14965, 9515, 14629, 12469, 13459, 17032, 13128, 14048, 11416, 15367, 11742, 16279, 11960, 15770, 11437, 15268, 11351, 15344, 11409, 16690, 12125, 12499, 10893, 12174, 11922, 15373, 12679, 11158, 11675, 13650, 11673, 16908, 12168, 16380, 11741, 16670, 11752, 15960, 11797, 16560, 11800, 15653, 11196, 15114, 11443, 15967, 11851, 15538, 10955, 15283, 10745, 15492, 9915, 15895, 9177, 14606, 9197, 14832, 9693, 14802, 9314, 14837, 9129, 14625, 9522, 14836, 10606, 14890, 9202, 15001, 9621, 15051, 10597, 14872, 9284, 14718, 9672, 14780, 9740, 14870, 10471, 14562, 9085, 14241, 9685, 14360, 11062, 14631, 9060, 14680, 9541, 14669, 9494, 15837, 10701, 15470, 8860, 15008, 9633, 15326, 9975, 15622, 9394, 14860, 9313, 14595, 9392, 15186, 10092, 15530, 10252, 15267, 11135, 15772, 11525, 16362, 11682, 15810, 11736, 15733, 11604, 16668, 12376, 15747, 11718, 12513, 11626, 12646, 12138, 13357, 12946, 8569, 13648, 9457, 15148, 9801, 16264, 12081, 16022, 11085, 15706, 11744, 16181, 12286, 16331, 11419, 15748, 11570, 15742, 11713, 17130, 11941, 9794, 10732, 9657, 12373, 11025, 13157, 8997, 14189, 9105, 14443, 9171, 15299, 10214, 15845, 10715, 15517, 11845, 16152, 11581, 17090, 11913, 13103, 11290, 14558, 11833, 16872, 12235, 10122, 11788, 9790, 12980, 11345, 13245, 10535, 13872, 8946, 13981, 9394, 14544, 9679, 15277, 9011, 14587, 9100, 14956, 10455, 16547, 12348, 16177, 11640, 15824, 11179, 15696, 11885, 16000, 11953, 16836, 12347, 15948, 10919, 15183, 11110, 14762, 11078, 12391, 11457, 8483, 13258, 9865, 14807, 11176, 8464, 14502, 10905, 15365, 11700, 13672, 11744, 10061, 13498, 9194, 15080, 10163, 15811, 10721], 'WindowCenter': [4346.0, 4312.0, 4316.0, 4275.0, 4302.0, 4272.0, 4301.0, 4271.0, 4302.0, 4273.0, 4261.0, 4260.0, 4269.0, 4272.0, 4280.0, 4271.0, 4247.0, 4269.0, 4259.0, 4271.0, 4281.0, 4271.0, 4291.0, 4270.0, 4249.0, 4271.0, 4261.0, 4280.0, 4270.0, 4281.0, 4239.0, 4282.0, 4251.0, 4281.0, 4240.0, 4292.0, 4250.0, 4302.0, 4261.0, 4290.0, 4270.0, 4302.0, 4271.0, 4292.0, 4260.0, 4288.0, 4258.0, 4290.0, 4249.0, 4288.0, 4248.0, 4276.0, 4257.0, 4275.0, 4260.0, 4287.0, 4258.0, 4278.0, 4246.0, 4288.0, 4258.0, 4288.0, 4258.0, 4289.0, 4248.0, 4257.0, 4256.0, 4247.0, 4268.0, 4258.0, 4270.0, 4228.0, 4267.0, 4247.0, 4268.0, 4278.0, 4258.0, 4288.0, 4269.0, 4246.0, 4247.0, 4244.0, 4256.0, 4256.0, 4268.0, 4225.0, 4266.0, 4225.0, 4277.0, 4227.0, 4278.0, 4237.0, 4287.0, 4216.0, 4276.0, 4225.0, 4276.0, 4226.0, 4278.0, 4236.0, 4277.0, 4236.0, 4277.0, 4258.0, 4288.0, 4270.0, 4300.0, 4271.0, 4289.0, 4258.0, 4279.0, 4259.0, 4300.0, 4269.0, 4268.0, 4256.0, 4236.0, 4256.0, 4245.0, 4256.0, 4277.0, 4259.0, 4245.0, 4257.0, 4236.0, 4255.0, 4237.0, 4279.0, 4246.0, 4265.0, 4216.0, 4264.0, 4225.0, 4274.0, 4226.0, 4287.0, 4236.0, 4288.0, 4234.0, 4278.0, 4245.0, 4276.0, 4247.0, 4288.0, 4246.0, 4276.0, 4245.0, 4276.0, 4257.0, 4286.0, 4259.0, 4248.0, 4260.0, 4235.0, 4269.0, 4250.0, 4282.0, 4261.0, 4278.0, 4226.0, 4279.0, 4238.0, 4290.0, 4247.0, 4289.0, 4226.0, 4289.0, 4236.0, 4288.0, 4237.0, 4289.0, 4259.0, 4290.0, 4260.0, 4291.0, 4261.0, 4281.0, 4271.0, 4260.0, 4270.0, 4228.0, 4278.0, 4227.0, 4289.0, 4247.0, 4289.0, 4237.0, 4287.0, 4255.0, 4288.0, 4258.0, 4289.0, 4268.0, 4288.0, 4246.0, 4266.0, 4256.0, 4268.0, 4259.0, 4257.0, 4266.0, 4216.0, 4266.0, 4225.0, 4277.0, 4236.0, 4276.0, 4215.0, 4275.0, 4223.0, 4265.0, 4266.0, 4267.0, 4265.0, 4255.0, 4234.0, 4255.0, 4225.0, 4266.0, 4246.0, 4275.0, 4225.0, 4278.0, 4257.0, 4286.0, 4259.0, 4287.0, 4256.0, 4266.0, 4247.0, 4265.0, 4256.0, 4286.0, 4258.0, 4257.0, 4255.0, 4215.0, 4266.0, 4225.0, 4276.0, 4236.0, 4286.0, 4225.0, 4275.0, 4223.0, 4275.0, 4224.0, 4277.0, 4225.0, 4274.0, 4214.0, 4263.0, 4224.0, 4276.0, 4234.0, 4274.0, 4211.0, 4274.0, 4223.0, 4275.0, 4223.0, 4266.0, 4276.0, 4257.0, 4265.0, 4246.0, 4276.0, 4246.0, 4287.0, 4270.0, 4288.0, 4246.0, 4256.0, 4247.0, 4247.0, 4268.0, 4259.0, 4280.0, 4230.0, 4280.0, 4228.0, 4289.0, 4238.0, 4289.0, 4248.0, 4290.0, 4228.0, 4288.0, 4249.0, 4289.0, 4268.0, 4300.0, 4259.0, 4287.0, 4259.0, 4289.0, 4270.0, 4289.0, 4269.0, 4267.0, 4247.0, 4257.0, 4258.0, 4278.0, 4257.0, 4288.0, 4255.0, 4236.0, 4255.0, 4234.0, 4267.0, 4245.0, 4266.0, 4224.0, 4264.0, 4224.0, 4276.0, 4224.0, 4288.0, 4235.0, 4276.0, 4235.0, 4276.0, 4245.0, 4287.0, 4256.0, 4286.0, 4244.0, 4275.0, 4244.0, 4265.0, 4246.0, 4246.0, 4267.0, 4215.0, 4266.0, 4213.0, 4276.0, 4224.0, 4287.0, 4247.0, 4275.0, 4245.0, 4274.0, 4255.0, 4276.0, 4255.0, 4254.0, 4245.0, 4216.0, 4265.0, 4213.0, 4276.0, 4256.0, 4236.0, 4258.0, 4249.0, 4260.0, 4279.0, 4260.0, 4262.0, 4293.0, 4240.0, 4277.0, 4247.0, 4246.0, 4257.0, 4245.0, 4255.0, 4225.0, 4264.0, 4212.0, 4262.0, 4233.0, 4274.0, 4247.0, 4267.0, 4247.0, 4218.0, 4269.0, 4218.0, 4280.0, 4230.0, 4291.0, 4230.0, 4279.0, 4238.0, 4278.0, 4249.0, 4279.0, 4248.0, 4279.0, 4247.0, 4276.0, 4248.0, 4279.0, 4257.0, 4279.0, 4248.0, 4257.0, 4247.0, 4249.0, 4258.0, 4269.0, 4260.0, 4248.0, 4257.0, 4216.0, 4267.0, 4215.0, 4276.0, 4228.0, 4277.0, 4237.0, 4277.0, 4236.0, 4277.0, 4248.0, 4276.0, 4248.0, 4277.0, 4237.0, 4276.0, 4246.0, 4278.0, 4259.0, 4287.0, 4246.0, 4275.0, 4236.0, 4277.0, 4248.0, 4277.0, 4247.0, 4276.0, 4237.0, 4275.0, 4246.0, 4275.0, 4244.0, 4277.0, 4246.0, 4276.0, 4235.0, 4274.0, 4233.0, 4274.0, 4244.0, 4276.0, 4246.0, 4265.0, 4236.0, 4265.0, 4246.0, 4275.0, 4248.0, 4287.0, 4247.0, 4277.0, 4236.0, 4276.0, 4236.0, 4275.0, 4235.0, 4276.0, 4246.0, 4264.0, 4235.0, 4265.0, 4235.0, 4278.0, 4247.0, 4277.0, 4248.0, 4278.0, 4247.0, 4277.0, 4250.0, 4280.0, 4228.0, 4277.0, 4218.0, 4279.0, 4217.0, 4277.0, 4227.0, 4278.0, 4214.0, 4278.0, 4217.0, 4269.0, 4238.0, 4279.0, 4278.0, 4258.0, 4268.0, 4248.0, 4286.0, 4247.0, 4288.0, 4248.0, 4278.0, 4248.0, 4277.0, 4248.0, 4278.0, 4259.0, 4289.0, 4260.0, 4290.0, 4259.0, 4240.0, 4260.0, 4228.0, 4281.0, 4239.0, 4281.0, 4259.0, 4271.0, 4281.0, 4261.0, 4228.0, 4259.0, 4238.0, 4269.0, 4248.0, 4268.0, 4268.0, 4269.0, 4218.0, 4268.0, 4227.0, 4280.0, 4239.0, 4290.0, 4228.0, 4278.0, 4247.0, 4278.0, 4259.0, 4292.0, 4239.0, 4290.0, 4216.0, 4280.0, 4216.0, 4278.0, 4228.0, 4266.0, 4245.0, 4264.0, 4213.0, 4253.0, 4224.0, 4267.0, 4244.0, 4264.0, 4215.0, 4266.0, 4214.0, 4267.0, 4245.0, 4256.0, 4276.0, 4257.0, 4254.0, 4237.0, 4263.0, 4246.0, 4276.0, 4247.0, 4286.0, 4258.0, 4235.0, 4246.0, 4225.0, 4257.0, 4258.0, 4258.0, 4277.0, 4256.0, 4225.0, 4244.0, 4225.0, 4255.0, 4236.0, 4268.0, 4237.0, 4267.0, 4213.0, 4265.0, 4213.0, 4276.0, 4226.0, 4267.0, 4225.0, 4263.0, 4214.0, 4254.0, 4235.0, 4268.0, 4267.0, 4256.0, 4214.0, 4254.0, 4223.0, 4255.0, 4234.0, 4257.0, 4226.0, 4267.0, 4215.0, 4265.0, 4216.0, 4279.0, 4227.0, 4278.0, 4227.0, 4278.0, 4248.0, 4278.0, 4247.0, 4267.0, 4247.0, 4238.0, 4257.0, 4238.0, 4267.0, 4217.0, 4277.0, 4225.0, 4276.0, 4238.0, 4288.0, 4246.0, 4277.0, 4247.0, 4277.0, 4248.0, 4278.0, 4257.0, 4208.0, 4256.0, 4217.0, 4278.0, 4238.0, 4287.0, 4248.0, 4277.0, 4247.0, 4276.0, 4247.0, 4266.0, 4247.0, 4246.0, 4255.0, 4214.0, 4266.0, 4225.0, 4288.0, 4257.0, 4286.0, 4257.0, 4205.0, 4257.0, 4213.0, 4277.0, 4237.0, 4276.0, 4256.0, 4275.0, 4235.0, 4263.0, 4245.0, 4265.0, 4244.0, 4225.0, 4255.0, 4202.0, 4255.0, 4215.0, 4276.0, 4246.0, 4277.0, 4235.0, 4236.0, 4248.0, 4227.0, 4279.0, 4228.0, 4277.0, 4236.0, 4288.0, 4257.0, 4288.0, 4259.0, 4289.0, 4247.0, 4236.0, 4246.0, 4215.0, 4267.0, 4236.0, 4265.0, 4205.0, 4266.0, 4226.0, 4278.0, 4257.0, 4289.0, 4248.0, 4275.0, 4236.0, 4236.0, 4248.0, 4227.0, 4269.0, 4206.0, 4267.0, 4227.0, 4278.0, 4259.0, 4289.0, 4258.0, 4269.0, 4247.0, 4206.0, 4257.0, 4216.0, 4278.0, 4238.0, 4278.0, 4249.0, 4289.0, 4247.0, 4278.0, 4248.0, 4247.0, 4258.0, 4239.0, 4270.0, 4227.0, 4278.0, 4217.0, 4278.0, 4239.0, 4289.0, 4238.0, 4278.0, 4225.0, 4266.0, 4235.0, 4276.0, 4246.0, 4278.0, 4247.0, 4277.0, 4238.0, 4276.0, 4248.0, 4289.0, 4249.0, 4258.0, 4248.0, 4238.0, 4248.0, 4246.0, 4260.0, 4248.0, 4270.0, 4215.0, 4267.0, 4216.0, 4277.0, 4237.0, 4278.0, 4226.0, 4276.0, 4215.0, 4277.0, 4227.0, 4279.0, 4238.0, 4277.0, 4226.0, 4275.0, 4226.0, 4278.0, 4227.0, 4278.0, 4226.0, 4278.0, 4205.0, 4267.0, 4216.0, 4279.0, 4228.0, 4290.0, 4229.0, 4268.0, 4215.0, 4268.0, 4238.0, 4269.0, 4247.0, 4289.0, 4274.0, 4304.0, 4263.0, 4231.0, 4282.0, 4237.0, 4268.0, 4270.0, 4259.0, 4288.0, 4260.0, 4288.0, 4249.0, 4278.0, 4245.0, 4276.0, 4245.0, 4244.0, 4231.0, 4201.0, 4251.0, 4211.0, 4264.0, 4212.0, 4262.0, 4210.0, 4251.0, 4208.0, 4238.0, 4218.0, 4248.0, 4218.0, 4247.0, 4219.0, 4251.0, 4219.0, 4249.0, 4209.0, 4218.0, 4218.0, 4198.0, 4239.0, 4222.0, 4233.0, 4245.0, 4215.0, 4276.0, 4248.0, 4277.0, 4236.0, 4204.0, 4244.0, 4204.0, 4265.0, 4236.0, 4288.0, 4259.0, 4288.0, 4247.0, 4257.0, 4246.0, 4212.0, 4255.0, 4217.0, 4277.0, 4248.0, 4291.0, 4259.0, 4279.0, 4260.0, 4249.0, 4284.0, 4241.0, 4279.0, 4242.0, 4294.0, 4262.0, 4290.0, 4272.0, 4251.0, 4281.0, 4244.0, 4303.0, 4274.0, 4244.0, 4305.0, 4275.0, 4293.0, 4263.0, 4221.0, 4271.0, 4230.0, 4292.0, 4250.0, 4292.0, 4271.0, 4291.0, 4250.0, 4238.0, 4261.0, 4229.0, 4282.0, 4240.0, 4293.0, 4232.0, 4293.0, 4254.0, 4303.0, 4275.0, 4305.0, 4274.0, 4304.0, 4274.0, 4305.0, 4262.0, 4293.0, 4274.0, 4303.0, 4273.0, 4272.0, 4263.0, 4260.0, 4261.0, 4272.0, 4273.0, 4272.0, 4271.0, 4220.0, 4269.0, 4227.0, 4281.0, 4240.0, 4293.0, 4241.0, 4291.0, 4230.0, 4290.0, 4260.0, 4292.0, 4261.0, 4292.0, 4261.0, 4291.0, 4248.0, 4279.0, 4250.0, 4290.0, 4261.0, 4291.0, 4260.0, 4278.0, 4249.0, 4278.0, 4259.0, 4259.0, 4250.0, 4240.0, 4269.0, 4219.0, 4277.0, 4240.0, 4280.0, 4251.0, 4292.0, 4250.0, 4281.0, 4248.0, 4277.0, 4249.0, 4279.0, 4260.0, 4288.0, 4249.0, 4279.0, 4247.0, 4279.0, 4249.0, 4289.0, 4249.0, 4289.0, 4248.0, 4278.0, 4238.0, 4258.0, 4247.0, 4258.0, 4248.0, 4207.0, 4259.0, 4219.0, 4272.0, 4251.0, 4283.0, 4230.0, 4281.0, 4230.0, 4283.0, 4241.0, 4281.0, 4229.0, 4279.0, 4229.0, 4269.0, 4229.0, 4279.0, 4238.0, 4279.0, 4217.0, 4266.0, 4217.0, 4281.0, 4238.0, 4280.0, 4217.0, 4277.0, 4216.0, 4268.0, 4216.0, 4278.0, 4226.0, 4278.0, 4216.0, 4267.0, 4228.0, 4280.0, 4239.0, 4281.0, 4228.0, 4279.0, 4227.0, 4269.0, 4238.0, 4271.0, 4278.0, 4269.0, 4257.0, 4247.0, 4279.0, 4248.0, 4289.0, 4250.0, 4280.0, 4248.0, 4279.0, 4249.0, 4280.0, 4250.0, 4292.0, 4240.0, 4281.0, 4230.0, 4280.0, 4229.0, 4282.0, 4241.0, 4293.0, 4249.0, 4291.0, 4251.0, 4279.0, 4252.0, 4291.0, 4250.0, 4290.0, 4238.0, 4278.0, 4238.0, 4279.0, 4239.0, 4280.0, 4229.0, 4278.0, 4238.0, 4268.0, 4248.0, 4279.0, 4240.0, 4280.0, 4228.0, 4277.0, 4227.0, 4267.0, 4230.0, 4278.0, 4227.0, 4290.0, 4226.0, 4279.0, 4216.0, 4268.0, 4228.0, 4279.0, 4239.0, 4280.0, 4241.0, 4281.0, 4231.0, 4293.0, 4241.0, 4281.0, 4239.0, 4259.0, 4258.0, 4258.0, 4289.0, 4258.0, 4288.0, 4247.0, 4265.0, 4235.0, 4264.0, 4235.0, 4275.0, 4247.0, 4264.0, 4247.0, 4256.0, 4237.0, 4287.0, 4248.0, 4289.0, 4260.0, 4278.0, 4237.0, 4278.0, 4248.0, 4287.0, 4247.0, 4288.0, 4258.0, 4256.0, 4236.0, 4224.0, 4247.0, 4217.0, 4267.0, 4226.0, 4278.0, 4226.0, 4278.0, 4226.0, 4276.0, 4237.0, 4278.0, 4240.0, 4291.0, 4239.0, 4289.0, 4246.0, 4278.0, 4249.0, 4277.0, 4247.0, 4277.0, 4238.0, 4278.0, 4248.0, 4276.0, 4245.0, 4275.0, 4247.0, 4277.0, 4247.0, 4278.0, 4246.0, 4277.0, 4239.0, 4277.0, 4249.0, 4287.0, 4260.0, 4277.0, 4248.0, 4277.0, 4248.0, 4289.0, 4249.0, 4290.0, 4258.0, 4217.0, 4258.0, 4218.0, 4282.0, 4231.0, 4282.0, 4218.0, 4278.0, 4229.0, 4280.0, 4229.0, 4281.0, 4247.0, 4268.0, 4216.0, 4256.0, 4214.0, 4279.0, 4239.0, 4279.0, 4218.0, 4278.0, 4228.0, 4278.0, 4251.0, 4290.0, 4249.0, 4278.0, 4237.0, 4277.0, 4225.0, 4278.0, 4226.0, 4266.0, 4217.0, 4265.0, 4216.0, 4265.0, 4226.0, 4277.0, 4226.0, 4280.0, 4215.0, 4278.0, 4238.0, 4278.0, 4249.0, 4289.0, 4260.0, 4288.0, 4250.0, 4277.0, 4237.0, 4278.0, 4246.0, 4280.0, 4238.0, 4278.0, 4227.0, 4267.0, 4213.0, 4265.0, 4216.0, 4267.0, 4226.0, 4278.0, 4236.0, 4277.0, 4247.0, 4278.0, 4250.0, 4289.0, 4261.0, 4289.0, 4249.0, 4279.0, 4250.0, 4289.0, 4250.0, 4289.0, 4258.0, 4279.0, 4238.0, 4268.0, 4238.0, 4276.0, 4248.0, 4278.0, 4247.0, 4277.0, 4237.0, 4277.0, 4240.0, 4280.0, 4260.0, 4289.0, 4259.0, 4288.0, 4249.0, 4245.0, 4238.0, 4257.0, 4249.0, 4291.0, 4248.0, 4278.0, 4237.0, 4279.0, 4237.0, 4279.0, 4249.0, 4288.0, 4249.0, 4279.0, 4238.0, 4266.0, 4238.0, 4267.0, 4250.0, 4280.0, 4249.0, 4278.0, 4239.0, 4269.0, 4237.0, 4278.0, 4249.0, 4289.0, 4248.0, 4279.0, 4239.0, 4279.0, 4250.0, 4290.0, 4239.0, 4280.0, 4249.0, 4280.0, 4251.0, 4280.0, 4252.0, 4293.0, 4261.0, 4269.0, 4261.0, 4232.0, 4293.0, 4263.0, 4303.0, 4288.0, 4234.0, 4273.0, 4230.0, 4280.0, 4230.0, 4279.0, 4227.0, 4277.0, 4228.0, 4277.0, 4239.0, 4288.0, 4259.0, 4288.0, 4248.0, 4216.0, 4260.0, 4251.0, 4282.0, 4242.0, 4281.0, 4229.0, 4281.0, 4229.0, 4280.0, 4228.0, 4280.0, 4227.0, 4269.0, 4236.0, 4266.0, 4246.0, 4268.0, 4213.0, 4255.0, 4214.0, 4266.0, 4215.0, 4267.0, 4224.0, 4254.0, 4201.0, 4253.0, 4213.0, 4253.0, 4223.0, 4253.0, 4231.0, 4243.0, 4201.0, 4233.0, 4213.0, 4243.0, 4215.0, 4255.0, 4215.0, 4264.0, 4216.0, 4279.0, 4239.0, 4276.0, 4237.0, 4280.0, 4247.0, 4277.0, 4239.0, 4258.0, 4249.0, 4256.0, 4260.0, 4248.0, 4259.0, 4267.0, 4246.0, 4277.0, 4246.0, 4276.0, 4247.0, 4265.0, 4225.0, 4266.0, 4225.0, 4269.0, 4226.0, 4279.0, 4217.0, 4268.0, 4216.0, 4269.0, 4218.0, 4279.0, 4241.0, 4281.0, 4229.0, 4279.0, 4230.0, 4280.0, 4240.0, 4279.0, 4250.0, 4280.0, 4227.0, 4269.0, 4227.0, 4268.0, 4257.0, 4269.0, 4216.0, 4267.0, 4257.0, 4259.0, 4288.0, 4257.0, 4289.0, 4259.0, 4277.0, 4246.0, 4278.0, 4260.0, 4290.0, 4259.0, 4279.0, 4248.0, 4279.0, 4249.0, 4287.0, 4250.0, 4292.0, 4240.0, 4280.0, 4227.0, 4280.0, 4228.0, 4280.0, 4248.0, 4279.0, 4217.0, 4271.0, 4238.0, 4269.0, 4240.0, 4282.0, 4250.0, 4280.0, 4241.0, 4316.0, 4275.0, 4250.0, 4273.0, 4254.0, 4285.0, 4304.0, 4263.0, 4292.0, 4261.0, 4291.0, 4239.0, 4289.0, 4236.0, 4289.0, 4228.0, 4278.0, 4236.0, 4277.0, 4225.0, 4275.0, 4235.0, 4266.0, 4212.0, 4254.0, 4220.0, 4241.0, 4260.0, 4229.0, 4261.0, 4230.0, 4260.0, 4218.0, 4250.0, 4219.0, 4251.0, 4220.0, 4251.0, 4220.0, 4251.0, 4221.0, 4262.0, 4212.0, 4262.0, 4212.0, 4264.0, 4202.0, 4254.0, 4213.0, 4255.0, 4245.0, 4256.0, 4277.0, 4248.0, 4277.0, 4245.0, 4277.0, 4247.0, 4288.0, 4258.0, 4278.0, 4247.0, 4279.0, 4238.0, 4277.0, 4228.0, 4278.0, 4226.0, 4279.0, 4217.0, 4268.0, 4226.0, 4279.0, 4228.0, 4279.0, 4240.0, 4279.0, 4230.0, 4290.0, 4227.0, 4291.0, 4238.0, 4292.0, 4230.0, 4281.0, 4229.0, 4280.0, 4251.0, 4281.0, 4270.0, 4280.0, 4240.0, 4280.0, 4261.0, 4271.0, 4291.0, 4272.0, 4302.0, 4272.0, 4291.0, 4261.0, 4290.0, 4260.0, 4290.0, 4272.0, 4292.0, 4262.0, 4292.0, 4262.0, 4303.0, 4274.0, 4284.0, 4272.0, 4232.0, 4283.0, 4231.0, 4294.0, 4250.0, 4291.0, 4251.0, 4281.0, 4228.0, 4279.0, 4240.0, 4280.0, 4249.0, 4281.0, 4218.0, 4277.0, 4227.0, 4279.0, 4240.0, 4279.0, 4240.0, 4292.0, 4229.0, 4291.0, 4240.0, 4293.0, 4249.0, 4292.0, 4230.0, 4281.0, 4228.0, 4279.0, 4258.0, 4269.0, 4290.0, 4269.0, 4268.0, 4248.0, 4278.0, 4259.0, 4290.0, 4258.0, 4290.0, 4260.0, 4288.0, 4260.0, 4292.0, 4260.0, 4302.0, 4271.0, 4271.0, 4252.0, 4260.0, 4260.0, 4290.0, 4271.0, 4248.0, 4259.0, 4268.0, 4259.0, 4299.0, 4261.0, 4290.0, 4260.0, 4288.0, 4259.0, 4289.0, 4259.0, 4288.0, 4247.0, 4276.0, 4247.0, 4278.0, 4249.0, 4288.0, 4259.0, 4278.0, 4249.0, 4278.0, 4251.0, 4290.0, 4228.0, 4292.0, 4227.0, 4279.0, 4226.0, 4278.0, 4228.0, 4277.0, 4229.0, 4278.0, 4228.0, 4280.0, 4240.0, 4289.0, 4249.0, 4289.0, 4230.0, 4279.0, 4238.0, 4291.0, 4238.0, 4281.0, 4229.0, 4281.0, 4228.0, 4278.0, 4227.0, 4280.0, 4247.0, 4280.0, 4226.0, 4280.0, 4227.0, 4279.0, 4248.0, 4281.0, 4228.0, 4280.0, 4239.0, 4280.0, 4240.0, 4291.0, 4238.0, 4290.0, 4218.0, 4276.0, 4228.0, 4279.0, 4227.0, 4280.0, 4226.0, 4277.0, 4227.0, 4278.0, 4228.0, 4280.0, 4239.0, 4288.0, 4239.0, 4280.0, 4248.0, 4290.0, 4260.0, 4290.0, 4257.0, 4279.0, 4258.0, 4290.0, 4250.0, 4290.0, 4260.0, 4289.0, 4259.0, 4258.0, 4249.0, 4258.0, 4259.0, 4266.0, 4258.0, 4216.0, 4267.0, 4226.0, 4278.0, 4237.0, 4288.0, 4257.0, 4287.0, 4246.0, 4278.0, 4248.0, 4288.0, 4259.0, 4290.0, 4248.0, 4278.0, 4245.0, 4276.0, 4248.0, 4287.0, 4250.0, 4225.0, 4237.0, 4226.0, 4257.0, 4238.0, 4269.0, 4217.0, 4266.0, 4215.0, 4268.0, 4226.0, 4279.0, 4237.0, 4289.0, 4238.0, 4279.0, 4257.0, 4290.0, 4247.0, 4300.0, 4259.0, 4256.0, 4250.0, 4279.0, 4259.0, 4287.0, 4248.0, 4225.0, 4245.0, 4225.0, 4258.0, 4234.0, 4257.0, 4238.0, 4266.0, 4214.0, 4267.0, 4215.0, 4267.0, 4216.0, 4279.0, 4217.0, 4267.0, 4215.0, 4278.0, 4236.0, 4287.0, 4257.0, 4287.0, 4246.0, 4277.0, 4245.0, 4277.0, 4247.0, 4278.0, 4247.0, 4276.0, 4244.0, 4265.0, 4223.0, 4252.0, 4222.0, 4264.0, 4235.0, 4244.0, 4246.0, 4217.0, 4257.0, 4239.0, 4278.0, 4249.0, 4219.0, 4280.0, 4249.0, 4280.0, 4250.0, 4270.0, 4248.0, 4215.0, 4256.0, 4202.0, 4265.0, 4226.0, 4276.0, 4225.0], 'WindowWidth': [9584.0, 9524.0, 9521.0, 9459.0, 9491.0, 9450.0, 9489.0, 9448.0, 9488.0, 9449.0, 9430.0, 9428.0, 9438.0, 9446.0, 9455.0, 9446.0, 9409.0, 9440.0, 9425.0, 9444.0, 9458.0, 9445.0, 9473.0, 9442.0, 9413.0, 9443.0, 9429.0, 9457.0, 9443.0, 9458.0, 9399.0, 9459.0, 9418.0, 9459.0, 9403.0, 9476.0, 9415.0, 9488.0, 9430.0, 9472.0, 9443.0, 9489.0, 9445.0, 9474.0, 9426.0, 9463.0, 9422.0, 9468.0, 9411.0, 9465.0, 9406.0, 9444.0, 9419.0, 9443.0, 9427.0, 9463.0, 9420.0, 9449.0, 9404.0, 9464.0, 9424.0, 9466.0, 9424.0, 9466.0, 9407.0, 9419.0, 9417.0, 9406.0, 9436.0, 9422.0, 9438.0, 9382.0, 9433.0, 9406.0, 9435.0, 9450.0, 9423.0, 9465.0, 9437.0, 9402.0, 9404.0, 9399.0, 9418.0, 9418.0, 9434.0, 9373.0, 9430.0, 9373.0, 9446.0, 9378.0, 9450.0, 9392.0, 9461.0, 9363.0, 9444.0, 9373.0, 9445.0, 9377.0, 9448.0, 9390.0, 9447.0, 9391.0, 9447.0, 9422.0, 9464.0, 9441.0, 9483.0, 9444.0, 9467.0, 9424.0, 9453.0, 9426.0, 9483.0, 9439.0, 9437.0, 9417.0, 9390.0, 9416.0, 9401.0, 9417.0, 9447.0, 9422.0, 9401.0, 9417.0, 9389.0, 9413.0, 9389.0, 9449.0, 9402.0, 9428.0, 9360.0, 9425.0, 9372.0, 9440.0, 9378.0, 9460.0, 9389.0, 9461.0, 9385.0, 9447.0, 9402.0, 9445.0, 9405.0, 9462.0, 9401.0, 9443.0, 9399.0, 9444.0, 9420.0, 9459.0, 9426.0, 9408.0, 9426.0, 9391.0, 9440.0, 9415.0, 9459.0, 9432.0, 9451.0, 9379.0, 9451.0, 9396.0, 9469.0, 9407.0, 9466.0, 9376.0, 9464.0, 9391.0, 9465.0, 9395.0, 9467.0, 9427.0, 9468.0, 9429.0, 9472.0, 9430.0, 9458.0, 9445.0, 9430.0, 9440.0, 9381.0, 9448.0, 9379.0, 9465.0, 9407.0, 9467.0, 9392.0, 9460.0, 9415.0, 9462.0, 9423.0, 9466.0, 9437.0, 9464.0, 9405.0, 9431.0, 9417.0, 9437.0, 9425.0, 9421.0, 9430.0, 9362.0, 9429.0, 9371.0, 9445.0, 9389.0, 9444.0, 9359.0, 9441.0, 9368.0, 9427.0, 9431.0, 9433.0, 9430.0, 9413.0, 9384.0, 9412.0, 9374.0, 9430.0, 9403.0, 9444.0, 9373.0, 9448.0, 9418.0, 9459.0, 9422.0, 9460.0, 9418.0, 9431.0, 9403.0, 9427.0, 9416.0, 9458.0, 9421.0, 9418.0, 9413.0, 9358.0, 9427.0, 9373.0, 9444.0, 9389.0, 9457.0, 9372.0, 9439.0, 9368.0, 9441.0, 9373.0, 9445.0, 9374.0, 9438.0, 9355.0, 9421.0, 9369.0, 9442.0, 9383.0, 9438.0, 9348.0, 9437.0, 9366.0, 9440.0, 9369.0, 9430.0, 9443.0, 9418.0, 9427.0, 9401.0, 9442.0, 9405.0, 9462.0, 9443.0, 9464.0, 9402.0, 9415.0, 9405.0, 9407.0, 9437.0, 9426.0, 9456.0, 9387.0, 9455.0, 9382.0, 9467.0, 9396.0, 9466.0, 9410.0, 9469.0, 9383.0, 9463.0, 9412.0, 9467.0, 9438.0, 9483.0, 9424.0, 9462.0, 9426.0, 9467.0, 9441.0, 9466.0, 9439.0, 9435.0, 9408.0, 9419.0, 9422.0, 9451.0, 9419.0, 9463.0, 9415.0, 9389.0, 9415.0, 9385.0, 9430.0, 9400.0, 9428.0, 9371.0, 9425.0, 9369.0, 9442.0, 9372.0, 9462.0, 9386.0, 9442.0, 9386.0, 9441.0, 9400.0, 9458.0, 9415.0, 9456.0, 9396.0, 9439.0, 9398.0, 9428.0, 9402.0, 9403.0, 9432.0, 9360.0, 9429.0, 9355.0, 9444.0, 9372.0, 9461.0, 9404.0, 9441.0, 9399.0, 9438.0, 9413.0, 9443.0, 9413.0, 9411.0, 9399.0, 9362.0, 9426.0, 9352.0, 9441.0, 9416.0, 9391.0, 9420.0, 9411.0, 9428.0, 9453.0, 9429.0, 9433.0, 9476.0, 9401.0, 9447.0, 9404.0, 9401.0, 9415.0, 9397.0, 9409.0, 9368.0, 9421.0, 9347.0, 9417.0, 9378.0, 9436.0, 9403.0, 9430.0, 9403.0, 9365.0, 9435.0, 9367.0, 9453.0, 9385.0, 9470.0, 9384.0, 9451.0, 9394.0, 9447.0, 9407.0, 9451.0, 9407.0, 9450.0, 9403.0, 9443.0, 9405.0, 9449.0, 9419.0, 9450.0, 9407.0, 9418.0, 9406.0, 9407.0, 9419.0, 9437.0, 9427.0, 9406.0, 9416.0, 9359.0, 9429.0, 9357.0, 9443.0, 9378.0, 9446.0, 9390.0, 9444.0, 9388.0, 9444.0, 9406.0, 9443.0, 9407.0, 9446.0, 9390.0, 9441.0, 9400.0, 9446.0, 9424.0, 9459.0, 9403.0, 9440.0, 9387.0, 9443.0, 9406.0, 9444.0, 9405.0, 9442.0, 9389.0, 9440.0, 9401.0, 9439.0, 9397.0, 9445.0, 9401.0, 9441.0, 9383.0, 9436.0, 9380.0, 9436.0, 9397.0, 9441.0, 9399.0, 9424.0, 9385.0, 9424.0, 9400.0, 9440.0, 9407.0, 9458.0, 9405.0, 9443.0, 9388.0, 9440.0, 9387.0, 9438.0, 9386.0, 9441.0, 9401.0, 9422.0, 9383.0, 9425.0, 9386.0, 9447.0, 9407.0, 9446.0, 9409.0, 9448.0, 9406.0, 9446.0, 9413.0, 9453.0, 9380.0, 9446.0, 9366.0, 9449.0, 9364.0, 9447.0, 9379.0, 9449.0, 9359.0, 9448.0, 9364.0, 9436.0, 9394.0, 9450.0, 9448.0, 9420.0, 9435.0, 9407.0, 9457.0, 9405.0, 9462.0, 9409.0, 9448.0, 9405.0, 9446.0, 9405.0, 9448.0, 9423.0, 9464.0, 9426.0, 9467.0, 9425.0, 9401.0, 9427.0, 9383.0, 9457.0, 9399.0, 9457.0, 9426.0, 9443.0, 9456.0, 9428.0, 9381.0, 9423.0, 9393.0, 9435.0, 9409.0, 9436.0, 9436.0, 9437.0, 9365.0, 9433.0, 9377.0, 9453.0, 9398.0, 9466.0, 9380.0, 9448.0, 9405.0, 9448.0, 9426.0, 9473.0, 9398.0, 9468.0, 9363.0, 9451.0, 9361.0, 9449.0, 9379.0, 9428.0, 9398.0, 9423.0, 9351.0, 9406.0, 9367.0, 9429.0, 9398.0, 9424.0, 9357.0, 9426.0, 9356.0, 9431.0, 9397.0, 9412.0, 9444.0, 9415.0, 9410.0, 9388.0, 9422.0, 9399.0, 9442.0, 9402.0, 9455.0, 9418.0, 9386.0, 9401.0, 9371.0, 9417.0, 9420.0, 9421.0, 9446.0, 9415.0, 9370.0, 9395.0, 9370.0, 9412.0, 9388.0, 9432.0, 9388.0, 9428.0, 9351.0, 9425.0, 9353.0, 9441.0, 9373.0, 9429.0, 9369.0, 9421.0, 9353.0, 9410.0, 9384.0, 9433.0, 9431.0, 9414.0, 9355.0, 9410.0, 9366.0, 9411.0, 9385.0, 9418.0, 9375.0, 9430.0, 9358.0, 9427.0, 9359.0, 9449.0, 9376.0, 9447.0, 9378.0, 9448.0, 9405.0, 9447.0, 9404.0, 9432.0, 9404.0, 9394.0, 9419.0, 9393.0, 9432.0, 9363.0, 9445.0, 9373.0, 9443.0, 9395.0, 9461.0, 9401.0, 9443.0, 9403.0, 9444.0, 9407.0, 9448.0, 9419.0, 9352.0, 9414.0, 9364.0, 9446.0, 9393.0, 9461.0, 9406.0, 9445.0, 9405.0, 9443.0, 9403.0, 9429.0, 9404.0, 9402.0, 9412.0, 9355.0, 9430.0, 9374.0, 9463.0, 9418.0, 9458.0, 9419.0, 9346.0, 9417.0, 9356.0, 9443.0, 9392.0, 9445.0, 9413.0, 9439.0, 9384.0, 9421.0, 9398.0, 9426.0, 9397.0, 9372.0, 9409.0, 9338.0, 9410.0, 9358.0, 9442.0, 9402.0, 9444.0, 9387.0, 9390.0, 9406.0, 9378.0, 9452.0, 9380.0, 9447.0, 9390.0, 9462.0, 9418.0, 9463.0, 9422.0, 9464.0, 9404.0, 9386.0, 9399.0, 9358.0, 9431.0, 9387.0, 9427.0, 9344.0, 9429.0, 9374.0, 9447.0, 9419.0, 9464.0, 9406.0, 9440.0, 9388.0, 9389.0, 9406.0, 9378.0, 9436.0, 9348.0, 9432.0, 9376.0, 9447.0, 9423.0, 9463.0, 9421.0, 9436.0, 9403.0, 9347.0, 9417.0, 9360.0, 9448.0, 9391.0, 9449.0, 9410.0, 9464.0, 9405.0, 9446.0, 9406.0, 9404.0, 9422.0, 9399.0, 9439.0, 9379.0, 9449.0, 9364.0, 9447.0, 9396.0, 9465.0, 9394.0, 9448.0, 9372.0, 9427.0, 9384.0, 9443.0, 9402.0, 9448.0, 9404.0, 9445.0, 9393.0, 9441.0, 9408.0, 9463.0, 9409.0, 9420.0, 9406.0, 9392.0, 9406.0, 9404.0, 9425.0, 9407.0, 9437.0, 9359.0, 9429.0, 9359.0, 9444.0, 9392.0, 9446.0, 9374.0, 9442.0, 9358.0, 9443.0, 9377.0, 9453.0, 9395.0, 9447.0, 9373.0, 9440.0, 9372.0, 9449.0, 9377.0, 9450.0, 9375.0, 9448.0, 9345.0, 9432.0, 9363.0, 9451.0, 9383.0, 9472.0, 9384.0, 9436.0, 9357.0, 9432.0, 9394.0, 9436.0, 9406.0, 9467.0, 9456.0, 9496.0, 9438.0, 9391.0, 9461.0, 9394.0, 9435.0, 9440.0, 9424.0, 9464.0, 9425.0, 9463.0, 9410.0, 9448.0, 9399.0, 9443.0, 9399.0, 9395.0, 9374.0, 9333.0, 9400.0, 9346.0, 9422.0, 9347.0, 9417.0, 9342.0, 9396.0, 9335.0, 9377.0, 9348.0, 9389.0, 9348.0, 9388.0, 9352.0, 9397.0, 9352.0, 9391.0, 9339.0, 9350.0, 9349.0, 9323.0, 9380.0, 9363.0, 9379.0, 9397.0, 9360.0, 9442.0, 9406.0, 9443.0, 9386.0, 9341.0, 9393.0, 9340.0, 9422.0, 9385.0, 9461.0, 9422.0, 9459.0, 9403.0, 9415.0, 9399.0, 9351.0, 9409.0, 9362.0, 9446.0, 9408.0, 9469.0, 9424.0, 9450.0, 9427.0, 9412.0, 9465.0, 9403.0, 9449.0, 9405.0, 9478.0, 9431.0, 9469.0, 9446.0, 9415.0, 9458.0, 9411.0, 9493.0, 9453.0, 9411.0, 9495.0, 9456.0, 9477.0, 9434.0, 9375.0, 9442.0, 9385.0, 9471.0, 9415.0, 9472.0, 9443.0, 9469.0, 9414.0, 9396.0, 9428.0, 9386.0, 9460.0, 9403.0, 9477.0, 9393.0, 9477.0, 9425.0, 9491.0, 9454.0, 9497.0, 9452.0, 9493.0, 9451.0, 9494.0, 9435.0, 9477.0, 9452.0, 9492.0, 9451.0, 9447.0, 9435.0, 9427.0, 9431.0, 9447.0, 9450.0, 9446.0, 9444.0, 9372.0, 9439.0, 9380.0, 9458.0, 9403.0, 9475.0, 9403.0, 9471.0, 9387.0, 9469.0, 9427.0, 9472.0, 9432.0, 9474.0, 9429.0, 9468.0, 9409.0, 9451.0, 9412.0, 9467.0, 9430.0, 9471.0, 9426.0, 9448.0, 9410.0, 9449.0, 9423.0, 9425.0, 9413.0, 9399.0, 9437.0, 9368.0, 9446.0, 9398.0, 9455.0, 9418.0, 9472.0, 9414.0, 9455.0, 9408.0, 9447.0, 9409.0, 9451.0, 9426.0, 9463.0, 9409.0, 9449.0, 9406.0, 9451.0, 9409.0, 9465.0, 9409.0, 9463.0, 9407.0, 9445.0, 9393.0, 9419.0, 9407.0, 9421.0, 9409.0, 9353.0, 9423.0, 9369.0, 9447.0, 9416.0, 9462.0, 9388.0, 9457.0, 9386.0, 9460.0, 9403.0, 9456.0, 9384.0, 9451.0, 9383.0, 9436.0, 9384.0, 9451.0, 9393.0, 9450.0, 9364.0, 9431.0, 9365.0, 9456.0, 9394.0, 9452.0, 9363.0, 9445.0, 9361.0, 9432.0, 9363.0, 9448.0, 9376.0, 9447.0, 9362.0, 9431.0, 9381.0, 9456.0, 9397.0, 9456.0, 9381.0, 9449.0, 9378.0, 9437.0, 9396.0, 9441.0, 9448.0, 9435.0, 9418.0, 9403.0, 9447.0, 9408.0, 9464.0, 9412.0, 9452.0, 9408.0, 9450.0, 9410.0, 9452.0, 9416.0, 9474.0, 9401.0, 9458.0, 9386.0, 9454.0, 9385.0, 9460.0, 9404.0, 9476.0, 9411.0, 9469.0, 9415.0, 9454.0, 9418.0, 9471.0, 9414.0, 9468.0, 9396.0, 9450.0, 9394.0, 9452.0, 9397.0, 9454.0, 9382.0, 9447.0, 9392.0, 9434.0, 9407.0, 9453.0, 9399.0, 9454.0, 9381.0, 9445.0, 9377.0, 9434.0, 9387.0, 9449.0, 9379.0, 9467.0, 9377.0, 9451.0, 9363.0, 9435.0, 9384.0, 9454.0, 9400.0, 9455.0, 9402.0, 9457.0, 9389.0, 9476.0, 9403.0, 9457.0, 9394.0, 9421.0, 9419.0, 9419.0, 9466.0, 9420.0, 9461.0, 9404.0, 9426.0, 9384.0, 9424.0, 9387.0, 9439.0, 9405.0, 9424.0, 9405.0, 9415.0, 9391.0, 9460.0, 9407.0, 9464.0, 9427.0, 9447.0, 9391.0, 9446.0, 9406.0, 9459.0, 9408.0, 9461.0, 9420.0, 9414.0, 9389.0, 9370.0, 9404.0, 9364.0, 9432.0, 9378.0, 9447.0, 9374.0, 9447.0, 9377.0, 9444.0, 9393.0, 9450.0, 9400.0, 9470.0, 9398.0, 9466.0, 9405.0, 9449.0, 9408.0, 9447.0, 9403.0, 9445.0, 9392.0, 9449.0, 9404.0, 9441.0, 9399.0, 9439.0, 9403.0, 9445.0, 9405.0, 9447.0, 9402.0, 9444.0, 9396.0, 9447.0, 9411.0, 9460.0, 9427.0, 9446.0, 9406.0, 9445.0, 9406.0, 9464.0, 9412.0, 9467.0, 9424.0, 9366.0, 9422.0, 9369.0, 9460.0, 9389.0, 9459.0, 9368.0, 9451.0, 9383.0, 9454.0, 9386.0, 9456.0, 9406.0, 9433.0, 9361.0, 9415.0, 9358.0, 9451.0, 9398.0, 9452.0, 9366.0, 9449.0, 9380.0, 9449.0, 9417.0, 9469.0, 9410.0, 9448.0, 9390.0, 9446.0, 9373.0, 9447.0, 9375.0, 9431.0, 9364.0, 9427.0, 9361.0, 9426.0, 9374.0, 9446.0, 9378.0, 9453.0, 9360.0, 9446.0, 9395.0, 9449.0, 9410.0, 9465.0, 9427.0, 9464.0, 9411.0, 9447.0, 9392.0, 9447.0, 9403.0, 9451.0, 9395.0, 9450.0, 9375.0, 9430.0, 9354.0, 9425.0, 9361.0, 9432.0, 9376.0, 9448.0, 9388.0, 9445.0, 9405.0, 9446.0, 9412.0, 9466.0, 9431.0, 9465.0, 9412.0, 9450.0, 9412.0, 9465.0, 9413.0, 9464.0, 9421.0, 9449.0, 9392.0, 9432.0, 9392.0, 9443.0, 9409.0, 9448.0, 9405.0, 9444.0, 9392.0, 9445.0, 9399.0, 9452.0, 9429.0, 9466.0, 9425.0, 9463.0, 9411.0, 9403.0, 9396.0, 9419.0, 9411.0, 9472.0, 9408.0, 9446.0, 9392.0, 9450.0, 9392.0, 9448.0, 9411.0, 9463.0, 9409.0, 9449.0, 9392.0, 9428.0, 9393.0, 9431.0, 9412.0, 9454.0, 9410.0, 9447.0, 9396.0, 9436.0, 9392.0, 9447.0, 9409.0, 9463.0, 9408.0, 9450.0, 9395.0, 9450.0, 9411.0, 9469.0, 9399.0, 9454.0, 9411.0, 9451.0, 9417.0, 9454.0, 9420.0, 9477.0, 9431.0, 9439.0, 9432.0, 9395.0, 9480.0, 9437.0, 9495.0, 9480.0, 9402.0, 9448.0, 9386.0, 9455.0, 9386.0, 9451.0, 9377.0, 9446.0, 9377.0, 9444.0, 9395.0, 9461.0, 9422.0, 9460.0, 9406.0, 9364.0, 9427.0, 9419.0, 9460.0, 9405.0, 9456.0, 9382.0, 9455.0, 9383.0, 9454.0, 9381.0, 9453.0, 9376.0, 9435.0, 9389.0, 9429.0, 9401.0, 9431.0, 9353.0, 9410.0, 9355.0, 9428.0, 9358.0, 9428.0, 9368.0, 9408.0, 9332.0, 9404.0, 9350.0, 9404.0, 9364.0, 9405.0, 9375.0, 9390.0, 9330.0, 9375.0, 9349.0, 9392.0, 9357.0, 9410.0, 9358.0, 9423.0, 9361.0, 9453.0, 9397.0, 9443.0, 9389.0, 9450.0, 9404.0, 9444.0, 9395.0, 9419.0, 9409.0, 9418.0, 9424.0, 9406.0, 9420.0, 9432.0, 9401.0, 9445.0, 9400.0, 9441.0, 9401.0, 9425.0, 9372.0, 9427.0, 9372.0, 9436.0, 9376.0, 9449.0, 9363.0, 9433.0, 9361.0, 9435.0, 9368.0, 9451.0, 9402.0, 9457.0, 9385.0, 9451.0, 9386.0, 9455.0, 9400.0, 9452.0, 9413.0, 9452.0, 9377.0, 9434.0, 9377.0, 9435.0, 9418.0, 9436.0, 9362.0, 9431.0, 9416.0, 9422.0, 9464.0, 9420.0, 9464.0, 9423.0, 9447.0, 9404.0, 9448.0, 9427.0, 9466.0, 9424.0, 9450.0, 9408.0, 9449.0, 9410.0, 9462.0, 9412.0, 9473.0, 9399.0, 9453.0, 9379.0, 9452.0, 9382.0, 9452.0, 9407.0, 9450.0, 9364.0, 9439.0, 9394.0, 9439.0, 9400.0, 9459.0, 9416.0, 9455.0, 9404.0, 9515.0, 9456.0, 9418.0, 9450.0, 9428.0, 9468.0, 9494.0, 9436.0, 9475.0, 9428.0, 9471.0, 9398.0, 9466.0, 9391.0, 9465.0, 9379.0, 9448.0, 9385.0, 9446.0, 9370.0, 9439.0, 9384.0, 9426.0, 9349.0, 9406.0, 9357.0, 9385.0, 9412.0, 9368.0, 9412.0, 9368.0, 9409.0, 9351.0, 9395.0, 9354.0, 9397.0, 9356.0, 9397.0, 9356.0, 9399.0, 9360.0, 9417.0, 9349.0, 9417.0, 9349.0, 9421.0, 9336.0, 9408.0, 9351.0, 9410.0, 9397.0, 9415.0, 9444.0, 9405.0, 9445.0, 9401.0, 9445.0, 9406.0, 9461.0, 9422.0, 9447.0, 9404.0, 9450.0, 9392.0, 9447.0, 9381.0, 9449.0, 9377.0, 9449.0, 9365.0, 9434.0, 9375.0, 9452.0, 9382.0, 9452.0, 9399.0, 9452.0, 9388.0, 9469.0, 9382.0, 9472.0, 9397.0, 9473.0, 9387.0, 9458.0, 9385.0, 9454.0, 9417.0, 9457.0, 9442.0, 9455.0, 9401.0, 9455.0, 9430.0, 9445.0, 9472.0, 9447.0, 9487.0, 9446.0, 9472.0, 9431.0, 9470.0, 9431.0, 9471.0, 9447.0, 9473.0, 9434.0, 9474.0, 9436.0, 9491.0, 9452.0, 9465.0, 9448.0, 9395.0, 9462.0, 9391.0, 9480.0, 9416.0, 9471.0, 9417.0, 9458.0, 9384.0, 9453.0, 9401.0, 9456.0, 9412.0, 9456.0, 9369.0, 9448.0, 9380.0, 9453.0, 9401.0, 9454.0, 9402.0, 9473.0, 9386.0, 9471.0, 9403.0, 9478.0, 9412.0, 9476.0, 9387.0, 9458.0, 9383.0, 9452.0, 9424.0, 9437.0, 9468.0, 9437.0, 9434.0, 9408.0, 9447.0, 9425.0, 9467.0, 9423.0, 9469.0, 9428.0, 9464.0, 9429.0, 9475.0, 9430.0, 9486.0, 9445.0, 9443.0, 9420.0, 9428.0, 9429.0, 9469.0, 9444.0, 9411.0, 9426.0, 9438.0, 9425.0, 9481.0, 9430.0, 9469.0, 9428.0, 9464.0, 9424.0, 9466.0, 9425.0, 9463.0, 9405.0, 9444.0, 9405.0, 9448.0, 9410.0, 9462.0, 9425.0, 9448.0, 9412.0, 9450.0, 9415.0, 9467.0, 9381.0, 9471.0, 9379.0, 9450.0, 9377.0, 9449.0, 9382.0, 9448.0, 9383.0, 9449.0, 9382.0, 9455.0, 9402.0, 9466.0, 9412.0, 9467.0, 9387.0, 9454.0, 9396.0, 9471.0, 9396.0, 9456.0, 9384.0, 9456.0, 9380.0, 9449.0, 9381.0, 9454.0, 9407.0, 9454.0, 9379.0, 9453.0, 9380.0, 9452.0, 9411.0, 9457.0, 9382.0, 9455.0, 9399.0, 9455.0, 9402.0, 9470.0, 9397.0, 9468.0, 9368.0, 9446.0, 9380.0, 9453.0, 9379.0, 9454.0, 9377.0, 9447.0, 9379.0, 9450.0, 9383.0, 9455.0, 9397.0, 9464.0, 9396.0, 9454.0, 9409.0, 9467.0, 9428.0, 9468.0, 9420.0, 9452.0, 9422.0, 9468.0, 9414.0, 9468.0, 9428.0, 9465.0, 9425.0, 9422.0, 9410.0, 9422.0, 9423.0, 9430.0, 9421.0, 9363.0, 9431.0, 9374.0, 9447.0, 9393.0, 9463.0, 9420.0, 9460.0, 9404.0, 9448.0, 9408.0, 9461.0, 9423.0, 9466.0, 9405.0, 9447.0, 9400.0, 9443.0, 9406.0, 9459.0, 9411.0, 9375.0, 9392.0, 9375.0, 9419.0, 9394.0, 9436.0, 9363.0, 9428.0, 9359.0, 9434.0, 9377.0, 9450.0, 9391.0, 9464.0, 9395.0, 9450.0, 9419.0, 9466.0, 9407.0, 9482.0, 9424.0, 9417.0, 9411.0, 9449.0, 9422.0, 9461.0, 9407.0, 9372.0, 9399.0, 9371.0, 9418.0, 9384.0, 9417.0, 9392.0, 9428.0, 9357.0, 9429.0, 9359.0, 9432.0, 9360.0, 9451.0, 9362.0, 9431.0, 9359.0, 9446.0, 9389.0, 9458.0, 9418.0, 9459.0, 9403.0, 9444.0, 9400.0, 9443.0, 9404.0, 9446.0, 9403.0, 9444.0, 9396.0, 9424.0, 9365.0, 9401.0, 9363.0, 9420.0, 9384.0, 9396.0, 9400.0, 9366.0, 9419.0, 9397.0, 9449.0, 9412.0, 9371.0, 9453.0, 9411.0, 9456.0, 9411.0, 9435.0, 9403.0, 9356.0, 9411.0, 9336.0, 9423.0, 9372.0, 9441.0, 9368.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.00012738544474393532</td></tr>
<tr><td colspan=3>aqi</td><td>0.021987600970350407</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.670614816596604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2791317126860833</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.981311595064727</td></tr>
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
<tr><td colspan=3>fber</td><td>4959.0234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07672203443040682</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9164420485175202</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3923433179694307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.361916761869334</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5646021206733023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2505110713656555</td></tr>
<tr><td colspan=3>gcor</td><td>0.00769867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00852819811552763</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028340952470898628</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</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.9442531191529513</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.0533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2224</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9715</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295362.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>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1343</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.5613</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.2344</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3199</td></tr>
<tr><td colspan=3>tsnr</td><td>38.63158905878663</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>