<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>4ab28e974e92995da4a75a6e87e2f87c</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:43:47.562500</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.999052, 0.0123631, -0.0417473, -0.0116831, 0.999796, 0.0164922]</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.0970738</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7265, 724, 14, 25, -68, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37c5ebbf-b8f9-49be-b194-f26d0fc38a26||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.68038272857666, -0.031344976276159286, -0.11324530839920044, 119.63668060302734], [-0.033169232308864594, 2.6823787689208984, 0.04316973313689232, -97.70323181152344], [-0.11200506240129471, -0.044247280806303024, 2.6972784996032715, -56.5930061340332], [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': ['134347.562500', '134348.022500', '134348.482500', '134348.942500', '134349.402500', '134349.862500', '134350.322500', '134350.782500', '134351.242500', '134351.702500', '134352.162500', '134352.622500', '134353.082500', '134353.542500', '134354.002500', '134354.462500', '134354.922500', '134355.382500', '134355.842500', '134356.302500', '134356.762500', '134357.222500', '134357.682500', '134358.142500', '134358.602500', '134359.062500', '134359.522500', '134359.982500', '134400.442500', '134400.902500', '134401.362500', '134401.822500', '134402.282500', '134402.742500', '134403.202500', '134403.662500', '134404.122500', '134404.582500', '134405.042500', '134405.502500', '134405.962500', '134406.422500', '134406.882500', '134407.342500', '134407.802500', '134408.262500', '134408.722500', '134409.182500', '134409.642500', '134410.102500', '134410.562500', '134411.022500', '134411.482500', '134411.942500', '134412.402500', '134412.862500', '134413.322500', '134413.782500', '134414.242500', '134414.702500', '134415.162500', '134415.622500', '134416.082500', '134416.542500', '134417.002500', '134417.462500', '134417.922500', '134418.382500', '134418.842500', '134419.302500', '134419.762500', '134420.222500', '134420.682500', '134421.142500', '134421.602500', '134422.062500', '134422.522500', '134422.982500', '134423.442500', '134423.902500', '134424.362500', '134424.822500', '134425.282500', '134425.742500', '134426.202500', '134426.662500', '134427.122500', '134427.582500', '134428.042500', '134428.502500', '134428.962500', '134429.422500', '134429.882500', '134430.342500', '134430.802500', '134431.262500', '134431.722500', '134432.182500', '134432.642500', '134433.102500', '134433.562500', '134434.022500', '134434.482500', '134434.942500', '134435.402500', '134435.862500', '134436.322500', '134436.782500', '134437.242500', '134437.702500', '134438.162500', '134438.622500', '134439.082500', '134439.542500', '134440.002500', '134440.462500', '134440.922500', '134441.382500', '134441.842500', '134442.302500', '134442.762500', '134443.222500', '134443.682500', '134444.142500', '134444.602500', '134445.062500', '134445.522500', '134445.982500', '134446.442500', '134446.902500', '134447.362500', '134447.822500', '134448.282500', '134448.742500', '134449.202500', '134449.662500', '134450.122500', '134450.582500', '134451.042500', '134451.502500', '134451.962500', '134452.422500', '134452.882500', '134453.342500', '134453.802500', '134454.262500', '134454.722500', '134455.182500', '134455.642500', '134456.102500', '134456.562500', '134457.022500', '134457.482500', '134457.942500', '134458.402500', '134458.862500', '134459.322500', '134459.782500', '134500.242500', '134500.702500', '134501.162500', '134501.622500', '134502.082500', '134502.542500', '134503.002500', '134503.462500', '134503.922500', '134504.382500', '134504.842500', '134505.302500', '134505.762500', '134506.222500', '134506.682500', '134507.142500', '134507.602500', '134508.062500', '134508.522500', '134508.982500', '134509.442500', '134509.902500', '134510.362500', '134510.822500', '134511.282500', '134511.742500', '134512.202500', '134512.662500', '134513.122500', '134513.582500', '134514.042500', '134514.502500', '134514.962500', '134515.422500', '134515.882500', '134516.342500', '134516.802500', '134517.262500', '134517.722500', '134518.182500', '134518.642500', '134519.102500', '134519.562500', '134520.022500', '134520.482500', '134520.942500', '134521.402500', '134521.862500', '134522.322500', '134522.782500', '134523.242500', '134523.702500', '134524.162500', '134524.622500', '134525.082500', '134525.542500', '134526.002500', '134526.462500', '134526.922500', '134527.382500', '134527.842500', '134528.302500', '134528.762500', '134529.222500', '134529.682500', '134530.142500', '134530.602500', '134531.062500', '134531.522500', '134531.982500', '134532.442500', '134532.902500', '134533.362500', '134533.822500', '134534.282500', '134534.742500', '134535.202500', '134535.662500', '134536.122500', '134536.582500', '134537.042500', '134537.502500', '134537.962500', '134538.422500', '134538.882500', '134539.342500', '134539.802500', '134540.262500', '134540.722500', '134541.182500', '134541.642500', '134542.102500', '134542.562500', '134543.022500', '134543.482500', '134543.942500', '134544.402500', '134544.862500', '134545.322500', '134545.782500', '134546.242500', '134546.702500', '134547.162500', '134547.622500', '134548.082500', '134548.542500', '134549.002500', '134549.462500', '134549.922500', '134550.382500', '134550.842500', '134551.302500', '134551.762500', '134552.222500', '134552.682500', '134553.142500', '134553.602500', '134554.062500', '134554.522500', '134554.982500', '134555.442500', '134555.902500', '134556.362500', '134556.822500', '134557.282500', '134557.742500', '134558.202500', '134558.662500', '134559.122500', '134559.582500', '134600.042500', '134600.502500', '134600.962500', '134601.422500', '134601.882500', '134602.342500', '134602.802500', '134603.262500', '134603.722500', '134604.182500', '134604.642500', '134605.102500', '134605.562500', '134606.022500', '134606.482500', '134606.942500', '134607.402500', '134607.862500', '134608.322500', '134608.782500', '134609.242500', '134609.702500', '134610.162500', '134610.622500', '134611.082500', '134611.542500', '134612.002500', '134612.462500', '134612.922500', '134613.382500', '134613.842500', '134614.302500', '134614.762500', '134615.222500', '134615.682500', '134616.142500', '134616.602500', '134617.062500', '134617.522500', '134617.982500', '134618.442500', '134618.902500', '134619.362500', '134619.822500', '134620.282500', '134620.742500', '134621.202500', '134621.662500', '134622.122500', '134622.582500', '134623.042500', '134623.502500', '134623.962500', '134624.422500', '134624.882500', '134625.342500', '134625.802500', '134626.262500', '134626.722500', '134627.182500', '134627.642500', '134628.102500', '134628.562500', '134629.022500', '134629.482500', '134629.942500', '134630.402500', '134630.862500', '134631.322500', '134631.782500', '134632.242500', '134632.702500', '134633.162500', '134633.622500', '134634.082500', '134634.542500', '134635.002500', '134635.462500', '134635.922500', '134636.382500', '134636.842500', '134637.302500', '134637.762500', '134638.222500', '134638.682500', '134639.142500', '134639.602500', '134640.062500', '134640.522500', '134640.982500', '134641.442500', '134641.902500', '134642.362500', '134642.822500', '134643.282500', '134643.742500', '134644.202500', '134644.662500', '134645.122500', '134645.582500', '134646.042500', '134646.502500', '134646.962500', '134647.422500', '134647.882500', '134648.342500', '134648.802500', '134649.262500', '134649.722500', '134650.182500', '134650.642500', '134651.102500', '134651.562500', '134652.022500', '134652.482500', '134652.942500', '134653.402500', '134653.862500', '134654.322500', '134654.782500', '134655.242500', '134655.702500', '134656.162500', '134656.622500', '134657.082500', '134657.542500', '134658.002500', '134658.462500', '134658.922500', '134659.382500', '134659.842500', '134700.302500', '134700.762500', '134701.222500', '134701.682500', '134702.142500', '134702.602500', '134703.062500', '134703.522500', '134703.982500', '134704.442500', '134704.902500', '134705.362500', '134705.822500', '134706.282500', '134706.742500', '134707.202500', '134707.662500', '134708.122500', '134708.582500', '134709.042500', '134709.502500', '134709.962500', '134710.422500', '134710.882500', '134711.342500', '134711.802500', '134712.262500', '134712.722500', '134713.182500', '134713.642500', '134714.102500', '134714.562500', '134715.022500', '134715.482500', '134715.942500', '134716.402500', '134716.862500', '134717.322500', '134717.782500', '134718.242500', '134718.702500', '134719.162500', '134719.622500', '134720.082500', '134720.542500', '134721.002500', '134721.462500', '134721.922500', '134722.382500', '134722.842500', '134723.302500', '134723.762500', '134724.222500', '134724.682500', '134725.142500', '134725.602500', '134726.062500', '134726.522500', '134726.982500', '134727.442500', '134727.902500', '134728.362500', '134728.822500', '134729.282500', '134729.742500', '134730.202500', '134730.662500', '134731.122500', '134731.582500', '134732.042500', '134732.502500', '134732.962500', '134733.422500', '134733.882500', '134734.342500', '134734.802500', '134735.262500', '134735.722500', '134736.182500', '134736.642500', '134737.102500', '134737.562500', '134738.022500', '134738.482500', '134738.942500', '134739.402500', '134739.862500', '134740.322500', '134740.782500', '134741.242500', '134741.702500', '134742.162500', '134742.622500', '134743.082500', '134743.542500', '134744.002500', '134744.462500', '134744.922500', '134745.382500', '134745.842500', '134746.302500', '134746.762500', '134747.222500', '134747.682500', '134748.142500', '134748.602500', '134749.062500', '134749.522500', '134749.982500', '134750.442500', '134750.902500', '134751.362500', '134751.822500', '134752.282500', '134752.742500', '134753.202500', '134753.662500', '134754.122500', '134754.582500', '134755.042500', '134755.502500', '134755.962500', '134756.422500', '134756.882500', '134757.342500', '134757.802500', '134758.262500', '134758.722500', '134759.182500', '134759.642500', '134800.102500', '134800.562500', '134801.022500', '134801.482500', '134801.942500', '134802.402500', '134802.862500', '134803.322500', '134803.782500', '134804.242500', '134804.702500', '134805.162500', '134805.622500', '134806.082500', '134806.542500', '134807.002500', '134807.462500', '134807.922500', '134808.382500', '134808.842500', '134809.302500', '134809.762500', '134810.222500', '134810.682500', '134811.142500', '134811.602500', '134812.062500', '134812.522500', '134812.982500', '134813.442500', '134813.902500', '134814.362500', '134814.822500', '134815.282500', '134815.742500', '134816.202500', '134816.662500', '134817.122500', '134817.582500', '134818.042500', '134818.502500', '134818.962500', '134819.422500', '134819.882500', '134820.342500', '134820.802500', '134821.262500', '134821.722500', '134822.182500', '134822.642500', '134823.102500', '134823.562500', '134824.022500', '134824.482500', '134824.942500', '134825.402500', '134825.862500', '134826.322500', '134826.782500', '134827.242500', '134827.702500', '134828.162500', '134828.622500', '134829.082500', '134829.542500', '134830.002500', '134830.462500', '134830.922500', '134831.382500', '134831.842500', '134832.302500', '134832.762500', '134833.222500', '134833.682500', '134834.142500', '134834.602500', '134835.062500', '134835.522500', '134835.982500', '134836.442500', '134836.902500', '134837.362500', '134837.822500', '134838.282500', '134838.742500', '134839.202500', '134839.662500', '134840.122500', '134840.582500', '134841.042500', '134841.502500', '134841.962500', '134842.422500', '134842.882500', '134843.342500', '134843.802500', '134844.262500', '134844.722500', '134845.182500', '134845.642500', '134846.102500', '134846.562500', '134847.022500', '134847.482500', '134847.942500', '134848.402500', '134848.862500', '134849.322500', '134849.782500', '134850.242500', '134850.702500', '134851.162500', '134851.622500', '134852.082500', '134852.542500', '134853.002500', '134853.462500', '134853.922500', '134854.382500', '134854.842500', '134855.302500', '134855.762500', '134856.222500', '134856.682500', '134857.142500', '134857.602500', '134858.062500', '134858.522500', '134858.982500', '134859.442500', '134859.902500', '134900.362500', '134900.822500', '134901.282500', '134901.742500', '134902.202500', '134902.662500', '134903.122500', '134903.582500', '134904.042500', '134904.502500', '134904.962500', '134905.422500', '134905.882500', '134906.342500', '134906.802500', '134907.262500', '134907.722500', '134908.182500', '134908.642500', '134909.102500', '134909.562500', '134910.022500', '134910.482500', '134910.942500', '134911.402500', '134911.862500', '134912.322500', '134912.782500', '134913.242500', '134913.702500', '134914.162500', '134914.622500', '134915.082500', '134915.542500', '134916.002500', '134916.462500', '134916.922500', '134917.382500', '134917.842500', '134918.302500', '134918.762500', '134919.222500', '134919.682500', '134920.142500', '134920.602500', '134921.062500', '134921.522500', '134921.982500', '134922.442500', '134922.902500', '134923.362500', '134923.822500', '134924.282500', '134924.742500', '134925.202500', '134925.662500', '134926.122500', '134926.582500', '134927.042500', '134927.502500', '134927.962500', '134928.422500', '134928.882500', '134929.342500', '134929.802500', '134930.262500', '134930.722500', '134931.182500', '134931.642500', '134932.102500', '134932.562500', '134933.022500', '134933.482500', '134933.942500', '134934.402500', '134934.862500', '134935.322500', '134935.782500', '134936.242500', '134936.702500', '134937.162500', '134937.622500', '134938.082500', '134938.542500', '134939.002500', '134939.462500', '134939.922500', '134940.382500', '134940.842500', '134941.302500', '134941.762500', '134942.222500', '134942.682500', '134943.142500', '134943.602500', '134944.062500', '134944.522500', '134944.982500', '134945.442500', '134945.902500', '134946.362500', '134946.822500', '134947.282500', '134947.742500', '134948.202500', '134948.662500', '134949.122500', '134949.582500', '134950.042500', '134950.502500', '134950.962500', '134951.422500', '134951.882500', '134952.342500', '134952.802500', '134953.262500', '134953.722500', '134954.182500', '134954.642500', '134955.102500', '134955.562500', '134956.022500', '134956.482500', '134956.942500', '134957.402500', '134957.862500', '134958.322500', '134958.782500', '134959.242500', '134959.702500', '135000.162500', '135000.622500', '135001.082500', '135001.542500', '135002.002500', '135002.462500', '135002.922500', '135003.382500', '135003.842500', '135004.302500', '135004.762500', '135005.222500', '135005.682500', '135006.142500', '135006.602500', '135007.062500', '135007.522500', '135007.982500', '135008.442500', '135008.902500', '135009.362500', '135009.822500', '135010.282500', '135010.742500', '135011.202500', '135011.662500', '135012.122500', '135012.582500', '135013.042500', '135013.502500', '135013.962500', '135014.422500', '135014.882500', '135015.342500', '135015.802500', '135016.262500', '135016.722500', '135017.182500', '135017.642500', '135018.102500', '135018.562500', '135019.022500', '135019.482500', '135019.942500', '135020.402500', '135020.862500', '135021.322500', '135021.782500', '135022.242500', '135022.702500', '135023.162500', '135023.622500', '135024.082500', '135024.542500', '135025.002500', '135025.462500', '135025.922500', '135026.382500', '135026.842500', '135027.302500', '135027.762500', '135028.222500', '135028.682500', '135029.142500', '135029.602500', '135030.062500', '135030.522500', '135030.982500', '135031.442500', '135031.902500', '135032.362500', '135032.822500', '135033.282500', '135033.742500', '135034.202500', '135034.662500', '135035.122500', '135035.582500', '135036.042500', '135036.502500', '135036.962500', '135037.422500', '135037.882500', '135038.342500', '135038.802500', '135039.262500', '135039.722500', '135040.182500', '135040.642500', '135041.102500', '135041.562500', '135042.022500', '135042.482500', '135042.942500', '135043.402500', '135043.862500', '135044.322500', '135044.782500', '135045.242500', '135045.702500', '135046.162500', '135046.622500', '135047.082500', '135047.542500', '135048.002500', '135048.462500', '135048.922500', '135049.382500', '135049.842500', '135050.302500', '135050.762500', '135051.222500', '135051.682500', '135052.142500', '135052.602500', '135053.062500', '135053.522500', '135053.982500', '135054.442500', '135054.902500', '135055.362500', '135055.822500', '135056.282500', '135056.742500', '135057.202500', '135057.662500', '135058.122500', '135058.582500', '135059.042500', '135059.502500', '135059.962500', '135100.422500', '135100.882500', '135101.342500', '135101.802500', '135102.262500', '135102.722500', '135103.182500', '135103.642500', '135104.102500', '135104.562500', '135105.022500', '135105.482500', '135105.942500', '135106.402500', '135106.862500', '135107.322500', '135107.782500', '135108.242500', '135108.702500', '135109.162500', '135109.622500', '135110.082500', '135110.542500', '135111.002500', '135111.462500', '135111.922500', '135112.382500', '135112.842500', '135113.302500', '135113.762500', '135114.222500', '135114.682500', '135115.142500', '135115.602500', '135116.062500', '135116.522500', '135116.982500', '135117.442500', '135117.902500', '135118.362500', '135118.822500', '135119.282500', '135119.742500', '135120.202500', '135120.662500', '135121.122500', '135121.582500', '135122.042500', '135122.502500', '135122.962500', '135123.422500', '135123.882500', '135124.342500', '135124.802500', '135125.262500', '135125.722500', '135126.182500', '135126.642500', '135127.102500', '135127.562500', '135128.022500', '135128.482500', '135128.942500', '135129.402500', '135129.862500', '135130.322500', '135130.782500', '135131.242500', '135131.702500', '135132.162500', '135132.622500', '135133.082500', '135133.542500', '135134.002500', '135134.462500', '135134.922500', '135135.382500', '135135.842500', '135136.302500', '135136.762500', '135137.222500', '135137.682500', '135138.142500', '135138.602500', '135139.062500', '135139.522500', '135139.982500', '135140.442500', '135140.902500', '135141.362500', '135141.822500', '135142.282500', '135142.742500', '135143.202500', '135143.662500', '135144.122500', '135144.582500', '135145.042500', '135145.502500', '135145.962500', '135146.422500', '135146.882500', '135147.342500', '135147.802500', '135148.262500', '135148.722500', '135149.182500', '135149.642500', '135150.102500', '135150.562500', '135151.022500', '135151.482500', '135151.942500', '135152.402500', '135152.862500', '135153.322500', '135153.782500', '135154.242500', '135154.702500', '135155.162500', '135155.622500', '135156.082500', '135156.542500', '135157.002500', '135157.462500', '135157.922500', '135158.382500', '135158.842500', '135159.302500', '135159.762500', '135200.222500', '135200.682500', '135201.142500', '135201.602500', '135202.062500', '135202.522500', '135202.982500', '135203.442500', '135203.902500', '135204.362500', '135204.822500', '135205.282500', '135205.742500', '135206.202500', '135206.662500', '135207.122500', '135207.582500', '135208.042500', '135208.502500', '135208.962500', '135209.422500', '135209.882500', '135210.342500', '135210.802500', '135211.262500', '135211.722500', '135212.182500', '135212.642500', '135213.102500', '135213.562500', '135214.022500', '135214.482500', '135214.942500', '135215.402500', '135215.862500', '135216.322500', '135216.782500', '135217.242500', '135217.702500', '135218.162500', '135218.622500', '135219.082500', '135219.542500', '135220.002500', '135220.462500', '135220.922500', '135221.382500', '135221.842500', '135222.302500', '135222.762500', '135223.222500', '135223.682500', '135224.142500', '135224.602500', '135225.062500', '135225.522500', '135225.982500', '135226.442500', '135226.902500', '135227.362500', '135227.822500', '135228.282500', '135228.742500', '135229.202500', '135229.662500', '135230.122500', '135230.582500', '135231.042500', '135231.502500', '135231.962500', '135232.422500', '135232.882500', '135233.342500', '135233.802500', '135234.262500', '135234.722500', '135235.182500', '135235.642500', '135236.102500', '135236.562500', '135237.022500', '135237.482500', '135237.942500', '135238.402500', '135238.862500', '135239.322500', '135239.782500', '135240.242500', '135240.702500', '135241.162500', '135241.622500', '135242.082500', '135242.542500', '135243.002500', '135243.462500', '135243.922500', '135244.382500', '135244.842500', '135245.302500', '135245.762500', '135246.222500', '135246.682500', '135247.142500', '135247.602500', '135248.062500', '135248.522500', '135248.982500', '135249.442500', '135249.902500', '135250.362500', '135250.822500', '135251.282500', '135251.742500', '135252.202500', '135252.662500', '135253.122500', '135253.582500', '135254.042500', '135254.502500', '135254.962500', '135255.422500', '135255.882500', '135256.342500', '135256.802500', '135257.262500', '135257.722500', '135258.182500', '135258.642500', '135259.102500', '135259.562500', '135300.022500', '135300.482500', '135300.942500', '135301.402500', '135301.862500', '135302.322500', '135302.782500', '135303.242500', '135303.702500', '135304.162500', '135304.622500', '135305.082500', '135305.542500', '135306.002500', '135306.462500', '135306.922500', '135307.382500', '135307.842500', '135308.302500', '135308.762500', '135309.222500', '135309.682500', '135310.142500', '135310.602500', '135311.062500', '135311.522500', '135311.982500', '135312.442500', '135312.902500', '135313.362500', '135313.822500', '135314.282500', '135314.742500', '135315.202500', '135315.662500', '135316.122500', '135316.582500', '135317.042500', '135317.502500', '135317.962500', '135318.422500', '135318.882500', '135319.342500', '135319.802500', '135320.262500', '135320.722500', '135321.182500', '135321.642500', '135322.102500', '135322.562500', '135323.022500', '135323.482500', '135323.942500', '135324.402500', '135324.862500', '135325.322500', '135325.782500', '135326.242500', '135326.702500', '135327.162500', '135327.622500', '135328.082500', '135328.542500', '135329.002500', '135329.462500', '135329.922500', '135330.382500', '135330.842500', '135331.302500', '135331.762500', '135332.222500', '135332.682500', '135333.142500', '135333.602500', '135334.062500', '135334.522500', '135334.982500', '135335.442500', '135335.902500', '135336.362500', '135336.822500', '135337.282500', '135337.742500', '135338.202500', '135338.662500', '135339.122500', '135339.582500', '135340.042500', '135340.502500', '135340.962500', '135341.422500', '135341.882500', '135342.342500', '135342.802500', '135343.262500', '135343.722500', '135344.182500', '135344.642500', '135345.102500', '135345.562500', '135346.022500', '135346.482500', '135346.942500', '135347.402500', '135347.862500', '135348.322500', '135348.782500', '135349.242500', '135349.702500', '135350.162500', '135350.622500', '135351.082500', '135351.542500', '135352.002500', '135352.462500', '135352.922500', '135353.382500', '135353.842500', '135354.302500', '135354.762500', '135355.222500', '135355.682500', '135356.142500', '135356.602500', '135357.062500', '135357.522500', '135357.982500', '135358.442500', '135358.902500', '135359.362500', '135359.822500', '135400.282500', '135400.742500', '135401.202500', '135401.662500', '135402.122500', '135402.582500', '135403.042500', '135403.502500', '135403.962500', '135404.422500', '135404.882500', '135405.342500', '135405.802500', '135406.262500', '135406.722500', '135407.182500', '135407.642500', '135408.102500', '135408.562500', '135409.022500', '135409.482500', '135409.942500', '135410.402500', '135410.862500', '135411.322500', '135411.782500', '135412.242500', '135412.702500', '135413.162500', '135413.622500', '135414.082500', '135414.542500', '135415.002500', '135415.462500', '135415.922500', '135416.382500', '135416.842500', '135417.302500', '135417.762500', '135418.222500', '135418.682500', '135419.142500', '135419.602500', '135420.062500', '135420.522500', '135420.982500', '135421.442500', '135421.902500', '135422.362500', '135422.822500', '135423.282500', '135423.742500', '135424.202500', '135424.662500', '135425.122500', '135425.582500', '135426.042500', '135426.502500', '135426.962500', '135427.422500', '135427.882500', '135428.342500', '135428.802500', '135429.262500', '135429.722500', '135430.182500', '135430.642500', '135431.102500', '135431.562500', '135432.022500', '135432.482500', '135432.942500', '135433.402500', '135433.862500', '135434.322500', '135434.782500', '135435.242500', '135435.702500', '135436.162500', '135436.622500', '135437.082500', '135437.542500', '135438.002500', '135438.462500', '135438.922500', '135439.382500', '135439.842500', '135440.302500', '135440.762500', '135441.222500', '135441.682500', '135442.142500', '135442.602500', '135443.062500', '135443.522500', '135443.982500', '135444.442500', '135444.902500', '135445.362500', '135445.822500', '135446.282500', '135446.742500', '135447.202500', '135447.662500', '135448.122500', '135448.582500', '135449.042500', '135449.502500', '135449.962500', '135450.422500', '135450.882500', '135451.342500', '135451.802500', '135452.262500', '135452.722500', '135453.182500', '135453.642500', '135454.102500', '135454.562500', '135455.022500', '135455.482500', '135455.942500', '135456.402500', '135456.862500', '135457.322500', '135457.782500', '135458.242500', '135458.702500', '135459.162500', '135459.622500', '135500.082500', '135500.542500', '135501.002500', '135501.462500', '135501.922500', '135502.382500', '135502.842500', '135503.302500', '135503.762500', '135504.222500', '135504.682500', '135505.142500', '135505.602500', '135506.062500', '135506.522500', '135506.982500', '135507.442500', '135507.902500', '135508.362500', '135508.822500', '135509.282500', '135509.742500', '135510.202500', '135510.662500', '135511.122500', '135511.582500', '135512.042500', '135512.502500', '135512.962500', '135513.422500', '135513.882500', '135514.342500', '135514.802500', '135515.262500', '135515.722500', '135516.182500', '135516.642500', '135517.102500', '135517.562500', '135518.022500', '135518.482500', '135518.942500', '135519.402500', '135519.862500', '135520.322500', '135520.782500', '135521.242500', '135521.702500', '135522.162500', '135522.622500', '135523.082500', '135523.542500', '135524.002500', '135524.462500', '135524.922500', '135525.382500', '135525.842500', '135526.302500', '135526.762500', '135527.222500', '135527.682500', '135528.142500', '135528.602500', '135529.062500', '135529.522500', '135529.982500', '135530.442500', '135530.902500', '135531.362500', '135531.822500', '135532.282500', '135532.742500', '135533.202500', '135533.662500', '135534.122500', '135534.582500', '135535.042500', '135535.502500', '135535.962500', '135536.422500', '135536.882500', '135537.342500', '135537.802500', '135538.262500', '135538.722500', '135539.182500', '135539.642500', '135540.102500', '135540.562500', '135541.022500', '135541.482500', '135541.942500', '135542.402500', '135542.862500', '135543.322500', '135543.782500', '135544.242500', '135544.702500', '135545.162500', '135545.622500', '135546.082500', '135546.542500', '135547.002500', '135547.462500', '135547.922500', '135548.382500', '135548.842500', '135549.302500', '135549.762500', '135550.222500', '135550.682500', '135551.142500', '135551.602500', '135552.062500', '135552.522500', '135552.982500', '135553.442500', '135553.902500', '135554.362500', '135554.822500', '135555.282500', '135555.742500', '135556.202500', '135556.662500', '135557.122500', '135557.582500', '135558.042500', '135558.502500', '135558.962500', '135559.422500', '135559.882500', '135600.342500', '135600.802500', '135601.262500', '135601.722500', '135602.182500', '135602.642500', '135603.102500', '135603.562500', '135604.022500', '135604.482500', '135604.942500', '135605.402500', '135605.862500', '135606.322500', '135606.782500', '135607.242500', '135607.702500', '135608.162500', '135608.622500', '135609.082500', '135609.542500', '135610.002500', '135610.462500', '135610.922500', '135611.382500', '135611.842500', '135612.302500', '135612.762500', '135613.222500', '135613.682500', '135614.142500', '135614.602500', '135615.062500', '135615.522500', '135615.982500', '135616.442500', '135616.902500', '135617.362500', '135617.822500', '135618.282500', '135618.742500', '135619.202500', '135619.662500', '135620.122500', '135620.582500', '135621.042500', '135621.502500', '135621.962500', '135622.422500', '135622.882500', '135623.342500', '135623.802500', '135624.262500', '135624.722500', '135625.182500', '135625.642500', '135626.102500', '135626.562500', '135627.022500', '135627.482500', '135627.942500', '135628.402500', '135628.862500', '135629.322500', '135629.782500', '135630.242500', '135630.702500', '135631.162500', '135631.622500', '135632.082500', '135632.542500', '135633.002500', '135633.462500', '135633.922500', '135634.382500', '135634.842500', '135635.302500', '135635.762500', '135636.222500', '135636.682500', '135637.142500', '135637.602500', '135638.062500', '135638.522500', '135638.982500', '135639.442500', '135639.902500', '135640.362500', '135640.822500', '135641.282500', '135641.742500', '135642.202500', '135642.662500', '135643.122500', '135643.582500', '135644.042500', '135644.502500', '135644.962500', '135645.422500', '135645.882500', '135646.342500', '135646.802500', '135647.262500', '135647.722500', '135648.182500', '135648.642500', '135649.102500', '135649.562500', '135650.022500', '135650.482500', '135650.942500', '135651.402500', '135651.862500', '135652.322500', '135652.782500', '135653.242500', '135653.702500', '135654.162500', '135654.622500', '135655.082500', '135655.542500', '135656.002500', '135656.462500', '135656.922500', '135657.382500', '135657.842500', '135658.302500', '135658.762500', '135659.222500', '135659.682500', '135700.142500', '135700.602500', '135701.062500', '135701.522500', '135701.982500', '135702.442500', '135702.902500', '135703.362500', '135703.822500', '135704.282500', '135704.742500', '135705.202500', '135705.662500', '135706.122500', '135706.582500', '135707.042500', '135707.502500', '135707.962500', '135708.422500', '135708.882500', '135709.342500', '135709.802500', '135710.262500', '135710.722500', '135711.182500', '135711.642500', '135712.102500', '135712.562500', '135713.022500', '135713.482500', '135713.942500', '135714.402500', '135714.862500', '135715.322500', '135715.782500', '135716.242500', '135716.702500', '135717.162500', '135717.622500', '135718.082500', '135718.542500', '135719.002500', '135719.462500', '135719.922500', '135720.382500', '135720.842500', '135721.302500', '135721.762500', '135722.222500', '135722.682500', '135723.142500', '135723.602500', '135724.062500', '135724.522500', '135724.982500', '135725.442500', '135725.902500', '135726.362500', '135726.822500', '135727.282500', '135727.742500', '135728.202500', '135728.662500', '135729.122500', '135729.582500', '135730.042500', '135730.502500', '135730.962500', '135731.422500', '135731.882500', '135732.342500', '135732.802500', '135733.262500', '135733.722500', '135734.182500', '135734.642500', '135735.102500', '135735.562500', '135736.022500', '135736.482500', '135736.942500', '135737.402500', '135737.862500', '135738.322500', '135738.782500', '135739.242500', '135739.702500', '135740.162500', '135740.622500', '135741.082500', '135741.542500', '135742.002500', '135742.462500', '135742.922500', '135743.382500', '135743.842500', '135744.302500', '135744.762500', '135745.222500', '135745.682500', '135746.142500', '135746.602500', '135747.062500', '135747.522500', '135747.982500', '135748.442500', '135748.902500', '135749.362500', '135749.822500', '135750.282500', '135750.742500', '135751.202500', '135751.662500', '135752.122500', '135752.582500', '135753.042500', '135753.502500', '135753.962500', '135754.422500', '135754.882500', '135755.342500', '135755.802500', '135756.262500', '135756.722500', '135757.182500', '135757.642500', '135758.102500', '135758.562500', '135759.022500', '135759.482500', '135759.942500', '135800.402500', '135800.862500', '135801.322500', '135801.782500', '135802.242500'], 'ContentTime': ['134357.936000', '134357.939000', '134357.942000', '134357.945000', '134357.947000', '134357.950000', '134357.952000', '134357.955000', '134357.958000', '134357.960000', '134357.963000', '134357.965000', '134357.968000', '134357.974000', '134357.977000', '134357.979000', '134357.982000', '134357.985000', '134357.987000', '134357.990000', '134357.993000', '134417.902000', '134417.905000', '134417.908000', '134417.910000', '134417.913000', '134417.916000', '134417.918000', '134417.921000', '134417.923000', '134417.926000', '134417.929000', '134417.931000', '134417.934000', '134417.936000', '134417.939000', '134417.942000', '134417.951000', '134417.953000', '134417.956000', '134417.958000', '134417.961000', '134417.964000', '134417.966000', '134417.969000', '134417.972000', '134417.974000', '134417.977000', '134417.979000', '134417.982000', '134417.985000', '134417.987000', '134417.997000', '134418.001000', '134418.004000', '134418.006000', '134418.009000', '134418.012000', '134418.014000', '134418.017000', '134418.020000', '134418.022000', '134418.025000', '134418.028000', '134437.902000', '134437.905000', '134437.908000', '134437.911000', '134437.913000', '134437.916000', '134437.919000', '134437.921000', '134437.924000', '134437.927000', '134437.929000', '134437.932000', '134437.935000', '134437.937000', '134437.940000', '134437.943000', '134437.945000', '134437.948000', '134437.950000', '134437.953000', '134437.956000', '134437.958000', '134437.961000', '134437.963000', '134437.966000', '134437.969000', '134437.971000', '134437.974000', '134437.976000', '134437.979000', '134437.982000', '134437.984000', '134437.987000', '134437.989000', '134437.992000', '134437.995000', '134437.997000', '134438.001000', '134438.003000', '134438.006000', '134438.009000', '134438.011000', '134438.014000', '134438.016000', '134457.902000', '134457.905000', '134457.908000', '134457.911000', '134457.913000', '134457.916000', '134457.919000', '134457.921000', '134457.924000', '134457.927000', '134457.929000', '134457.932000', '134457.935000', '134457.938000', '134457.940000', '134457.943000', '134457.945000', '134457.948000', '134457.951000', '134457.953000', '134457.956000', '134457.959000', '134457.961000', '134457.964000', '134457.967000', '134457.969000', '134457.972000', '134457.975000', '134457.977000', '134457.980000', '134457.982000', '134457.985000', '134457.988000', '134457.990000', '134457.993000', '134457.996000', '134457.998000', '134458.002000', '134458.005000', '134458.007000', '134458.010000', '134458.012000', '134458.015000', '134517.902000', '134517.905000', '134517.908000', '134517.910000', '134517.913000', '134517.916000', '134517.918000', '134517.921000', '134517.924000', '134517.926000', '134517.929000', '134517.932000', '134517.934000', '134517.937000', '134517.940000', '134517.942000', '134517.945000', '134517.948000', '134517.950000', '134517.953000', '134517.956000', '134517.958000', '134517.961000', '134517.964000', '134517.966000', '134517.969000', '134517.972000', '134517.974000', '134517.977000', '134517.979000', '134517.982000', '134517.985000', '134517.987000', '134517.990000', '134517.993000', '134517.995000', '134517.998000', '134518.002000', '134518.004000', '134518.007000', '134518.009000', '134518.012000', '134518.015000', '134518.017000', '134537.902000', '134537.905000', '134537.908000', '134537.911000', '134537.913000', '134537.916000', '134537.919000', '134537.921000', '134537.924000', '134537.926000', '134537.929000', '134537.937000', '134537.939000', '134537.942000', '134537.945000', '134537.947000', '134537.962000', '134537.965000', '134537.968000', '134537.970000', '134537.973000', '134537.976000', '134537.978000', '134537.981000', '134537.983000', '134537.986000', '134537.989000', '134537.991000', '134537.994000', '134537.997000', '134538.000000', '134538.003000', '134538.006000', '134538.008000', '134538.011000', '134538.013000', '134538.016000', '134538.019000', '134538.021000', '134538.024000', '134538.027000', '134538.029000', '134538.032000', '134557.903000', '134557.907000', '134557.910000', '134557.913000', '134557.916000', '134557.918000', '134557.921000', '134557.924000', '134557.926000', '134557.929000', '134557.931000', '134557.934000', '134557.937000', '134557.939000', '134557.942000', '134557.945000', '134557.947000', '134557.950000', '134557.952000', '134557.955000', '134557.958000', '134557.960000', '134557.963000', '134557.966000', '134557.968000', '134557.971000', '134557.974000', '134557.976000', '134557.979000', '134557.982000', '134557.984000', '134557.987000', '134557.990000', '134557.992000', '134557.995000', '134557.998000', '134558.001000', '134558.004000', '134558.006000', '134558.009000', '134558.012000', '134558.014000', '134558.017000', '134558.020000', '134617.904000', '134617.907000', '134617.909000', '134617.912000', '134617.915000', '134617.917000', '134617.920000', '134617.923000', '134617.925000', '134617.928000', '134617.931000', '134617.933000', '134617.936000', '134617.938000', '134617.941000', '134617.944000', '134617.946000', '134617.949000', '134617.952000', '134617.954000', '134617.957000', '134617.960000', '134617.962000', '134617.965000', '134617.967000', '134617.970000', '134617.973000', '134617.975000', '134617.978000', '134617.981000', '134617.983000', '134617.986000', '134617.988000', '134617.991000', '134617.994000', '134617.996000', '134618.000000', '134618.003000', '134618.005000', '134618.008000', '134618.011000', '134618.013000', '134618.016000', '134637.903000', '134637.905000', '134637.908000', '134637.911000', '134637.914000', '134637.916000', '134637.920000', '134637.923000', '134637.925000', '134637.928000', '134637.931000', '134637.933000', '134637.936000', '134637.939000', '134637.941000', '134637.944000', '134637.947000', '134637.949000', '134637.952000', '134637.955000', '134637.957000', '134637.960000', '134637.963000', '134637.965000', '134637.968000', '134637.971000', '134637.973000', '134637.976000', '134637.979000', '134637.981000', '134637.984000', '134637.987000', '134637.989000', '134637.992000', '134637.995000', '134637.997000', '134638.001000', '134638.003000', '134638.006000', '134638.009000', '134638.012000', '134638.014000', '134638.017000', '134657.903000', '134657.906000', '134657.908000', '134657.911000', '134657.914000', '134657.916000', '134657.919000', '134657.922000', '134657.924000', '134657.927000', '134657.929000', '134657.932000', '134657.935000', '134657.937000', '134657.940000', '134657.942000', '134657.945000', '134657.948000', '134657.950000', '134657.953000', '134657.956000', '134657.958000', '134657.961000', '134657.963000', '134657.966000', '134657.969000', '134657.971000', '134657.974000', '134657.977000', '134657.979000', '134657.982000', '134657.985000', '134657.987000', '134657.990000', '134657.993000', '134657.995000', '134657.998000', '134658.002000', '134658.004000', '134658.007000', '134658.009000', '134658.012000', '134658.015000', '134658.017000', '134717.902000', '134717.906000', '134717.909000', '134717.912000', '134717.914000', '134717.917000', '134717.920000', '134717.922000', '134717.925000', '134717.928000', '134717.930000', '134717.933000', '134717.936000', '134717.938000', '134717.941000', '134717.944000', '134717.947000', '134717.950000', '134717.953000', '134717.956000', '134717.958000', '134717.961000', '134717.964000', '134717.966000', '134717.969000', '134717.972000', '134717.974000', '134717.977000', '134717.980000', '134717.982000', '134717.985000', '134717.988000', '134717.990000', '134717.993000', '134717.996000', '134717.998000', '134718.002000', '134718.005000', '134718.008000', '134718.010000', '134718.013000', '134718.016000', '134718.018000', '134737.903000', '134737.905000', '134737.908000', '134737.911000', '134737.913000', '134737.916000', '134737.919000', '134737.921000', '134737.924000', '134737.927000', '134737.929000', '134737.932000', '134737.935000', '134737.937000', '134737.940000', '134737.942000', '134737.945000', '134737.948000', '134737.950000', '134737.953000', '134737.956000', '134737.958000', '134737.961000', '134737.964000', '134737.966000', '134737.969000', '134737.972000', '134737.974000', '134737.977000', '134737.980000', '134737.982000', '134737.985000', '134737.988000', '134737.990000', '134737.993000', '134737.996000', '134737.998000', '134738.002000', '134738.005000', '134738.007000', '134738.010000', '134738.013000', '134738.015000', '134738.018000', '134757.902000', '134757.905000', '134757.908000', '134757.911000', '134757.914000', '134757.917000', '134757.919000', '134757.922000', '134757.925000', '134757.927000', '134757.930000', '134757.933000', '134757.935000', '134757.938000', '134757.941000', '134757.943000', '134757.946000', '134757.949000', '134757.951000', '134757.954000', '134757.957000', '134757.959000', '134757.962000', '134757.965000', '134757.967000', '134757.970000', '134757.973000', '134757.975000', '134757.978000', '134757.981000', '134757.983000', '134757.986000', '134757.988000', '134757.991000', '134757.994000', '134757.996000', '134758.000000', '134758.003000', '134758.005000', '134758.008000', '134758.011000', '134758.013000', '134758.016000', '134817.904000', '134817.906000', '134817.909000', '134817.912000', '134817.915000', '134817.917000', '134817.920000', '134817.923000', '134817.926000', '134817.928000', '134817.931000', '134817.934000', '134817.936000', '134817.939000', '134817.941000', '134817.944000', '134817.947000', '134817.949000', '134817.952000', '134817.955000', '134817.957000', '134817.960000', '134817.962000', '134817.966000', '134817.968000', '134817.971000', '134817.973000', '134817.976000', '134817.979000', '134817.981000', '134817.984000', '134817.987000', '134817.989000', '134817.992000', '134817.994000', '134817.997000', '134818.001000', '134818.003000', '134818.006000', '134818.009000', '134818.011000', '134818.014000', '134818.017000', '134818.019000', '134837.903000', '134837.906000', '134837.909000', '134837.912000', '134837.914000', '134837.917000', '134837.920000', '134837.923000', '134837.925000', '134837.928000', '134837.931000', '134837.933000', '134837.936000', '134837.938000', '134837.941000', '134837.944000', '134837.946000', '134837.949000', '134837.952000', '134837.954000', '134837.957000', '134837.960000', '134837.963000', '134837.976000', '134837.978000', '134837.981000', '134837.984000', '134837.988000', '134837.990000', '134837.993000', '134837.996000', '134837.998000', '134838.002000', '134838.004000', '134838.007000', '134838.010000', '134838.013000', '134838.015000', '134838.018000', '134838.021000', '134838.023000', '134838.026000', '134838.028000', '134857.903000', '134857.905000', '134857.911000', '134857.914000', '134857.917000', '134857.919000', '134857.922000', '134857.925000', '134857.927000', '134857.930000', '134857.933000', '134857.935000', '134857.938000', '134857.940000', '134857.943000', '134857.946000', '134857.948000', '134857.951000', '134857.954000', '134857.956000', '134857.959000', '134857.962000', '134857.964000', '134857.967000', '134857.970000', '134857.972000', '134857.975000', '134857.978000', '134857.980000', '134857.983000', '134857.985000', '134857.988000', '134857.991000', '134857.993000', '134857.996000', '134858.000000', '134858.002000', '134858.005000', '134858.008000', '134858.010000', '134858.013000', '134858.015000', '134858.018000', '134858.021000', '134917.903000', '134917.906000', '134917.910000', '134917.913000', '134917.915000', '134917.918000', '134917.921000', '134917.923000', '134917.926000', '134917.929000', '134917.931000', '134917.934000', '134917.937000', '134917.939000', '134917.942000', '134917.945000', '134917.947000', '134917.950000', '134917.953000', '134917.955000', '134917.958000', '134917.961000', '134917.964000', '134917.966000', '134917.971000', '134917.973000', '134917.976000', '134917.979000', '134917.981000', '134917.984000', '134917.987000', '134917.989000', '134917.992000', '134917.994000', '134917.997000', '134918.001000', '134918.004000', '134918.006000', '134918.009000', '134918.012000', '134918.014000', '134918.017000', '134918.020000', '134937.902000', '134937.906000', '134937.908000', '134937.911000', '134937.914000', '134937.916000', '134937.919000', '134937.922000', '134937.924000', '134937.927000', '134937.930000', '134937.932000', '134937.935000', '134937.938000', '134937.940000', '134937.943000', '134937.946000', '134937.948000', '134937.951000', '134937.954000', '134937.956000', '134937.959000', '134937.962000', '134937.964000', '134937.967000', '134937.970000', '134937.972000', '134937.975000', '134937.977000', '134937.980000', '134937.983000', '134937.985000', '134937.988000', '134937.991000', '134937.993000', '134937.996000', '134938.000000', '134938.002000', '134938.005000', '134938.008000', '134938.010000', '134938.013000', '134938.015000', '134938.018000', '134957.903000', '134957.905000', '134957.908000', '134957.911000', '134957.913000', '134957.916000', '134957.919000', '134957.921000', '134957.924000', '134957.927000', '134957.929000', '134957.932000', '134957.935000', '134957.937000', '134957.940000', '134957.943000', '134957.945000', '134957.948000', '134957.950000', '134957.953000', '134957.956000', '134957.958000', '134957.961000', '134957.964000', '134957.966000', '134957.969000', '134957.972000', '134957.975000', '134957.978000', '134957.981000', '134957.984000', '134957.986000', '134957.989000', '134957.992000', '134957.994000', '134957.997000', '134958.001000', '134958.003000', '134958.006000', '134958.009000', '134958.011000', '134958.014000', '134958.017000', '135017.902000', '135017.905000', '135017.908000', '135017.911000', '135017.913000', '135017.916000', '135017.919000', '135017.921000', '135017.924000', '135017.927000', '135017.929000', '135017.932000', '135017.935000', '135017.937000', '135017.940000', '135017.942000', '135017.945000', '135017.948000', '135017.950000', '135017.953000', '135017.956000', '135017.958000', '135017.961000', '135017.964000', '135017.966000', '135017.969000', '135017.972000', '135017.974000', '135017.977000', '135017.980000', '135017.982000', '135017.985000', '135017.987000', '135017.990000', '135017.993000', '135017.995000', '135017.998000', '135018.002000', '135018.004000', '135018.007000', '135018.010000', '135018.012000', '135018.015000', '135018.018000', '135037.903000', '135037.906000', '135037.909000', '135037.912000', '135037.914000', '135037.917000', '135037.920000', '135037.922000', '135037.925000', '135037.928000', '135037.930000', '135037.933000', '135037.936000', '135037.938000', '135037.941000', '135037.943000', '135037.946000', '135037.949000', '135037.951000', '135037.954000', '135037.957000', '135037.959000', '135037.962000', '135037.965000', '135037.967000', '135037.970000', '135037.972000', '135037.975000', '135037.978000', '135037.980000', '135037.983000', '135037.986000', '135037.988000', '135037.991000', '135037.994000', '135037.996000', '135038.000000', '135038.002000', '135038.005000', '135038.008000', '135038.010000', '135038.013000', '135038.016000', '135057.904000', '135057.907000', '135057.909000', '135057.912000', '135057.915000', '135057.918000', '135057.920000', '135057.923000', '135057.926000', '135057.928000', '135057.931000', '135057.934000', '135057.936000', '135057.939000', '135057.942000', '135057.944000', '135057.947000', '135057.950000', '135057.952000', '135057.955000', '135057.958000', '135057.960000', '135057.963000', '135057.965000', '135057.968000', '135057.971000', '135057.973000', '135057.976000', '135057.978000', '135057.981000', '135057.984000', '135057.986000', '135057.989000', '135057.992000', '135057.994000', '135057.997000', '135058.000000', '135058.003000', '135058.006000', '135058.008000', '135058.011000', '135058.014000', '135058.016000', '135058.019000', '135117.903000', '135117.906000', '135117.908000', '135117.911000', '135117.914000', '135117.917000', '135117.919000', '135117.922000', '135117.925000', '135117.927000', '135117.930000', '135117.933000', '135117.935000', '135117.938000', '135117.941000', '135117.943000', '135117.946000', '135117.949000', '135117.951000', '135117.954000', '135117.957000', '135117.959000', '135117.962000', '135117.964000', '135117.967000', '135117.970000', '135117.973000', '135117.976000', '135117.978000', '135117.981000', '135117.984000', '135117.986000', '135117.989000', '135117.992000', '135117.994000', '135117.997000', '135118.001000', '135118.004000', '135118.006000', '135118.009000', '135118.011000', '135118.014000', '135118.017000', '135137.903000', '135137.905000', '135137.921000', '135137.924000', '135137.926000', '135137.929000', '135137.932000', '135137.934000', '135137.937000', '135137.939000', '135137.942000', '135137.945000', '135137.947000', '135137.950000', '135137.953000', '135137.955000', '135137.958000', '135137.961000', '135137.963000', '135137.966000', '135137.969000', '135137.971000', '135137.974000', '135137.977000', '135137.979000', '135137.982000', '135137.985000', '135137.987000', '135137.990000', '135137.993000', '135137.995000', '135137.998000', '135138.002000', '135138.004000', '135138.007000', '135138.010000', '135138.012000', '135138.015000', '135138.017000', '135138.020000', '135138.023000', '135138.025000', '135138.028000', '135138.031000', '135157.903000', '135157.905000', '135157.908000', '135157.911000', '135157.914000', '135157.916000', '135157.919000', '135157.922000', '135157.924000', '135157.927000', '135157.930000', '135157.932000', '135157.935000', '135157.938000', '135157.940000', '135157.943000', '135157.946000', '135157.948000', '135157.951000', '135157.953000', '135157.956000', '135157.959000', '135157.961000', '135157.964000', '135157.967000', '135157.970000', '135157.972000', '135157.975000', '135157.978000', '135157.980000', '135157.983000', '135157.985000', '135157.988000', '135157.991000', '135157.993000', '135157.996000', '135158.000000', '135158.002000', '135158.005000', '135158.007000', '135158.010000', '135158.013000', '135158.015000', '135217.903000', '135217.906000', '135217.908000', '135217.911000', '135217.913000', '135217.916000', '135217.919000', '135217.922000', '135217.924000', '135217.927000', '135217.930000', '135217.932000', '135217.935000', '135217.937000', '135217.940000', '135217.943000', '135217.945000', '135217.948000', '135217.951000', '135217.953000', '135217.956000', '135217.959000', '135217.961000', '135217.964000', '135217.966000', '135217.969000', '135217.972000', '135217.974000', '135217.977000', '135217.980000', '135217.982000', '135217.985000', '135217.988000', '135217.990000', '135217.993000', '135217.995000', '135217.998000', '135218.002000', '135218.005000', '135218.007000', '135218.010000', '135218.012000', '135218.015000', '135218.018000', '135237.903000', '135237.905000', '135237.908000', '135237.911000', '135237.914000', '135237.916000', '135237.919000', '135237.921000', '135237.924000', '135237.927000', '135237.929000', '135237.932000', '135237.935000', '135237.937000', '135237.940000', '135237.943000', '135237.945000', '135237.948000', '135237.951000', '135237.954000', '135237.956000', '135237.959000', '135237.962000', '135237.964000', '135237.967000', '135237.969000', '135237.972000', '135237.975000', '135237.978000', '135237.980000', '135237.983000', '135237.985000', '135237.988000', '135237.991000', '135237.993000', '135237.996000', '135238.000000', '135238.002000', '135238.005000', '135238.007000', '135238.010000', '135238.013000', '135238.015000', '135257.904000', '135257.906000', '135257.909000', '135257.912000', '135257.914000', '135257.917000', '135257.920000', '135257.922000', '135257.925000', '135257.928000', '135257.930000', '135257.933000', '135257.936000', '135257.938000', '135257.941000', '135257.944000', '135257.946000', '135257.949000', '135257.952000', '135257.954000', '135257.957000', '135257.960000', '135257.962000', '135257.965000', '135257.968000', '135257.970000', '135257.973000', '135257.976000', '135257.979000', '135257.981000', '135257.984000', '135257.987000', '135257.990000', '135257.993000', '135257.995000', '135257.998000', '135258.002000', '135258.004000', '135258.007000', '135258.009000', '135258.012000', '135258.015000', '135258.017000', '135258.020000', '135317.904000', '135317.907000', '135317.910000', '135317.912000', '135317.915000', '135317.918000', '135317.920000', '135317.923000', '135317.926000', '135317.928000', '135317.931000', '135317.934000', '135317.936000', '135317.939000', '135317.941000', '135317.944000', '135317.947000', '135317.949000', '135317.952000', '135317.955000', '135317.957000', '135317.960000', '135317.963000', '135317.965000', '135317.968000', '135317.970000', '135317.973000', '135317.976000', '135317.978000', '135317.981000', '135317.984000', '135317.986000', '135317.989000', '135317.992000', '135317.995000', '135317.997000', '135318.001000', '135318.003000', '135318.006000', '135318.009000', '135318.011000', '135318.014000', '135318.017000', '135337.902000', '135337.908000', '135337.910000', '135337.913000', '135337.916000', '135337.918000', '135337.921000', '135337.924000', '135337.926000', '135337.929000', '135337.932000', '135337.935000', '135337.937000', '135337.940000', '135337.942000', '135337.945000', '135337.948000', '135337.950000', '135337.953000', '135337.956000', '135337.958000', '135337.961000', '135337.964000', '135337.967000', '135337.969000', '135337.972000', '135337.974000', '135337.977000', '135337.980000', '135337.982000', '135337.985000', '135337.988000', '135337.990000', '135337.993000', '135337.996000', '135337.998000', '135338.002000', '135338.005000', '135338.007000', '135338.010000', '135338.013000', '135338.015000', '135338.018000', '135338.020000', '135357.903000', '135357.906000', '135357.908000', '135357.911000', '135357.913000', '135357.916000', '135357.919000', '135357.921000', '135357.924000', '135357.927000', '135357.929000', '135357.932000', '135357.935000', '135357.937000', '135357.940000', '135357.943000', '135357.945000', '135357.948000', '135357.951000', '135357.953000', '135357.956000', '135357.958000', '135357.961000', '135357.979000', '135357.981000', '135357.984000', '135357.986000', '135357.989000', '135357.992000', '135357.994000', '135357.997000', '135358.000000', '135358.003000', '135358.006000', '135358.008000', '135358.011000', '135358.014000', '135358.016000', '135358.019000', '135358.022000', '135358.024000', '135358.027000', '135358.030000', '135417.903000', '135417.906000', '135417.908000', '135417.911000', '135417.914000', '135417.916000', '135417.919000', '135417.922000', '135417.924000', '135417.927000', '135417.930000', '135417.932000', '135417.935000', '135417.938000', '135417.940000', '135417.943000', '135417.945000', '135417.948000', '135417.951000', '135417.954000', '135417.956000', '135417.959000', '135417.962000', '135417.965000', '135417.967000', '135417.970000', '135417.973000', '135417.976000', '135417.978000', '135417.981000', '135417.984000', '135417.986000', '135417.989000', '135417.991000', '135417.994000', '135417.997000', '135418.000000', '135418.003000', '135418.006000', '135418.008000', '135418.011000', '135418.014000', '135418.016000', '135437.902000', '135437.906000', '135437.908000', '135437.911000', '135437.913000', '135437.916000', '135437.919000', '135437.921000', '135437.924000', '135437.927000', '135437.930000', '135437.932000', '135437.935000', '135437.938000', '135437.940000', '135437.943000', '135437.945000', '135437.951000', '135437.954000', '135437.957000', '135437.959000', '135437.962000', '135437.965000', '135437.967000', '135437.970000', '135437.980000', '135437.983000', '135437.986000', '135437.988000', '135437.991000', '135437.994000', '135437.996000', '135438.000000', '135438.003000', '135438.005000', '135438.008000', '135438.011000', '135438.013000', '135438.016000', '135438.019000', '135438.021000', '135438.024000', '135438.027000', '135438.029000', '135457.903000', '135457.905000', '135457.908000', '135457.911000', '135457.913000', '135457.916000', '135457.919000', '135457.921000', '135457.924000', '135457.927000', '135457.929000', '135457.932000', '135457.935000', '135457.937000', '135457.940000', '135457.951000', '135457.953000', '135457.956000', '135457.959000', '135457.961000', '135457.964000', '135457.967000', '135457.969000', '135457.972000', '135457.975000', '135457.977000', '135457.980000', '135457.982000', '135457.985000', '135457.988000', '135457.990000', '135457.993000', '135457.996000', '135457.999000', '135458.001000', '135458.004000', '135458.007000', '135458.009000', '135458.012000', '135458.015000', '135458.017000', '135458.020000', '135458.022000', '135458.025000', '135517.904000', '135517.906000', '135517.909000', '135517.912000', '135517.915000', '135517.917000', '135517.926000', '135517.929000', '135517.931000', '135517.934000', '135517.937000', '135517.939000', '135517.942000', '135517.945000', '135517.947000', '135517.950000', '135517.953000', '135517.955000', '135517.958000', '135517.961000', '135517.963000', '135517.966000', '135517.968000', '135517.971000', '135517.974000', '135517.976000', '135517.979000', '135517.982000', '135517.985000', '135517.987000', '135517.990000', '135517.993000', '135517.995000', '135517.998000', '135518.001000', '135518.005000', '135518.007000', '135518.010000', '135518.012000', '135518.015000', '135518.018000', '135518.020000', '135518.023000', '135537.903000', '135537.906000', '135537.908000', '135537.911000', '135537.914000', '135537.916000', '135537.919000', '135537.922000', '135537.924000', '135537.927000', '135537.930000', '135537.933000', '135537.935000', '135537.938000', '135537.941000', '135537.943000', '135537.946000', '135537.949000', '135537.951000', '135537.954000', '135537.957000', '135537.959000', '135537.962000', '135537.965000', '135537.967000', '135537.970000', '135537.972000', '135537.975000', '135537.978000', '135537.981000', '135537.983000', '135537.986000', '135537.989000', '135537.991000', '135537.994000', '135537.997000', '135538.000000', '135538.003000', '135538.006000', '135538.008000', '135538.011000', '135538.014000', '135538.016000', '135557.903000', '135557.905000', '135557.908000', '135557.911000', '135557.913000', '135557.916000', '135557.919000', '135557.921000', '135557.924000', '135557.927000', '135557.929000', '135557.932000', '135557.935000', '135557.937000', '135557.940000', '135557.943000', '135557.945000', '135557.948000', '135557.950000', '135557.953000', '135557.956000', '135557.958000', '135557.961000', '135557.964000', '135557.966000', '135557.969000', '135557.972000', '135557.974000', '135557.977000', '135557.979000', '135557.982000', '135557.985000', '135557.988000', '135557.990000', '135557.993000', '135557.996000', '135557.998000', '135558.002000', '135558.004000', '135558.007000', '135558.010000', '135558.012000', '135558.015000', '135558.018000', '135617.903000', '135617.906000', '135617.909000', '135617.911000', '135617.914000', '135617.917000', '135617.919000', '135617.922000', '135617.924000', '135617.927000', '135617.930000', '135617.932000', '135617.935000', '135617.938000', '135617.940000', '135617.943000', '135617.946000', '135617.948000', '135617.951000', '135617.954000', '135617.957000', '135617.959000', '135617.962000', '135617.965000', '135617.967000', '135617.970000', '135617.973000', '135617.975000', '135617.978000', '135617.981000', '135617.985000', '135617.988000', '135617.998000', '135618.002000', '135618.004000', '135618.007000', '135618.010000', '135618.012000', '135618.015000', '135618.018000', '135618.020000', '135618.023000', '135618.025000', '135637.903000', '135637.905000', '135637.908000', '135637.911000', '135637.914000', '135637.916000', '135637.919000', '135637.922000', '135637.925000', '135637.927000', '135637.930000', '135637.933000', '135637.935000', '135637.938000', '135637.941000', '135637.943000', '135637.946000', '135637.949000', '135637.951000', '135637.954000', '135637.957000', '135637.959000', '135637.962000', '135637.965000', '135637.967000', '135637.970000', '135637.973000', '135637.975000', '135637.978000', '135637.980000', '135637.983000', '135637.986000', '135637.989000', '135637.991000', '135637.994000', '135637.997000', '135638.000000', '135638.003000', '135638.006000', '135638.008000', '135638.011000', '135638.013000', '135638.016000', '135638.019000', '135657.903000', '135657.905000', '135657.908000', '135657.911000', '135657.914000', '135657.916000', '135657.919000', '135657.921000', '135657.924000', '135657.927000', '135657.929000', '135657.932000', '135657.935000', '135657.937000', '135657.940000', '135657.943000', '135657.945000', '135657.948000', '135657.951000', '135657.953000', '135657.956000', '135657.959000', '135657.961000', '135657.964000', '135657.967000', '135657.969000', '135657.972000', '135657.975000', '135657.978000', '135657.981000', '135657.984000', '135657.987000', '135657.990000', '135657.993000', '135657.995000', '135657.998000', '135658.001000', '135658.004000', '135658.007000', '135658.009000', '135658.012000', '135658.015000', '135658.017000', '135717.903000', '135717.906000', '135717.908000', '135717.911000', '135717.914000', '135717.917000', '135717.919000', '135717.922000', '135717.924000', '135717.927000', '135717.930000', '135717.933000', '135717.935000', '135717.938000', '135717.941000', '135717.943000', '135717.946000', '135717.948000', '135717.951000', '135717.954000', '135717.956000', '135717.959000', '135717.962000', '135717.964000', '135717.967000', '135717.970000', '135717.972000', '135717.975000', '135717.977000', '135717.980000', '135717.983000', '135717.986000', '135717.988000', '135717.991000', '135717.994000', '135717.996000', '135718.000000', '135718.003000', '135718.005000', '135718.008000', '135718.010000', '135718.013000', '135718.016000', '135718.018000', '135737.904000', '135737.907000', '135737.910000', '135737.912000', '135737.915000', '135737.918000', '135737.920000', '135737.923000', '135737.926000', '135737.928000', '135737.936000', '135737.939000', '135737.942000', '135737.945000', '135737.956000', '135737.959000', '135737.962000', '135737.964000', '135737.968000', '135737.971000', '135737.973000', '135737.976000', '135737.980000', '135737.982000', '135737.985000', '135737.988000', '135737.990000', '135737.993000', '135737.996000', '135737.998000', '135738.001000', '135738.004000', '135738.006000', '135738.009000', '135738.012000', '135738.014000', '135738.017000', '135738.020000', '135738.023000', '135738.026000', '135738.029000', '135738.032000', '135738.034000', '135757.903000', '135757.906000', '135757.908000', '135757.911000', '135757.914000', '135757.916000', '135757.919000', '135757.922000', '135757.925000', '135757.927000', '135757.930000', '135757.932000', '135757.935000', '135757.938000', '135757.940000', '135757.943000', '135757.946000', '135757.948000', '135757.951000', '135757.954000', '135757.956000', '135757.959000', '135757.962000', '135757.964000', '135757.967000', '135757.969000', '135757.972000', '135757.975000', '135757.977000', '135757.980000', '135757.983000', '135757.985000', '135757.988000', '135757.991000', '135757.993000', '135757.996000', '135758.000000', '135758.003000', '135758.005000', '135758.008000', '135758.010000', '135758.013000', '135758.016000', '135758.018000', '135803.267000', '135803.270000', '135803.273000', '135803.276000', '135803.279000', '135803.282000', '135803.285000', '135803.287000', '135803.290000', '135803.293000', '135803.296000', '135803.298000'], 'InstanceCreationTime': ['134357.936000', '134357.939000', '134357.942000', '134357.945000', '134357.947000', '134357.950000', '134357.952000', '134357.955000', '134357.958000', '134357.960000', '134357.963000', '134357.965000', '134357.968000', '134357.974000', '134357.977000', '134357.979000', '134357.982000', '134357.985000', '134357.987000', '134357.990000', '134357.993000', '134417.902000', '134417.905000', '134417.908000', '134417.910000', '134417.913000', '134417.916000', '134417.918000', '134417.921000', '134417.923000', '134417.926000', '134417.929000', '134417.931000', '134417.934000', '134417.936000', '134417.939000', '134417.942000', '134417.951000', '134417.953000', '134417.956000', '134417.958000', '134417.961000', '134417.964000', '134417.966000', '134417.969000', '134417.972000', '134417.974000', '134417.977000', '134417.979000', '134417.982000', '134417.985000', '134417.987000', '134417.997000', '134418.001000', '134418.004000', '134418.006000', '134418.009000', '134418.012000', '134418.014000', '134418.017000', '134418.020000', '134418.022000', '134418.025000', '134418.028000', '134437.902000', '134437.905000', '134437.908000', '134437.911000', '134437.913000', '134437.916000', '134437.919000', '134437.921000', '134437.924000', '134437.927000', '134437.929000', '134437.932000', '134437.935000', '134437.937000', '134437.940000', '134437.943000', '134437.945000', '134437.948000', '134437.950000', '134437.953000', '134437.956000', '134437.958000', '134437.961000', '134437.963000', '134437.966000', '134437.969000', '134437.971000', '134437.974000', '134437.976000', '134437.979000', '134437.982000', '134437.984000', '134437.987000', '134437.989000', '134437.992000', '134437.995000', '134437.997000', '134438.001000', '134438.003000', '134438.006000', '134438.009000', '134438.011000', '134438.014000', '134438.016000', '134457.902000', '134457.905000', '134457.908000', '134457.911000', '134457.913000', '134457.916000', '134457.919000', '134457.921000', '134457.924000', '134457.927000', '134457.929000', '134457.932000', '134457.935000', '134457.938000', '134457.940000', '134457.943000', '134457.945000', '134457.948000', '134457.951000', '134457.953000', '134457.956000', '134457.959000', '134457.961000', '134457.964000', '134457.967000', '134457.969000', '134457.972000', '134457.975000', '134457.977000', '134457.980000', '134457.982000', '134457.985000', '134457.988000', '134457.990000', '134457.993000', '134457.996000', '134457.998000', '134458.002000', '134458.005000', '134458.007000', '134458.010000', '134458.012000', '134458.015000', '134517.902000', '134517.905000', '134517.908000', '134517.910000', '134517.913000', '134517.916000', '134517.918000', '134517.921000', '134517.924000', '134517.926000', '134517.929000', '134517.932000', '134517.934000', '134517.937000', '134517.940000', '134517.942000', '134517.945000', '134517.948000', '134517.950000', '134517.953000', '134517.956000', '134517.958000', '134517.961000', '134517.964000', '134517.966000', '134517.969000', '134517.972000', '134517.974000', '134517.977000', '134517.979000', '134517.982000', '134517.985000', '134517.987000', '134517.990000', '134517.993000', '134517.995000', '134517.998000', '134518.002000', '134518.004000', '134518.007000', '134518.009000', '134518.012000', '134518.015000', '134518.017000', '134537.902000', '134537.905000', '134537.908000', '134537.911000', '134537.913000', '134537.916000', '134537.919000', '134537.921000', '134537.924000', '134537.926000', '134537.929000', '134537.937000', '134537.939000', '134537.942000', '134537.945000', '134537.947000', '134537.962000', '134537.965000', '134537.968000', '134537.970000', '134537.973000', '134537.976000', '134537.978000', '134537.981000', '134537.983000', '134537.986000', '134537.989000', '134537.991000', '134537.994000', '134537.997000', '134538.000000', '134538.003000', '134538.006000', '134538.008000', '134538.011000', '134538.013000', '134538.016000', '134538.019000', '134538.021000', '134538.024000', '134538.027000', '134538.029000', '134538.032000', '134557.903000', '134557.907000', '134557.910000', '134557.913000', '134557.916000', '134557.918000', '134557.921000', '134557.924000', '134557.926000', '134557.929000', '134557.931000', '134557.934000', '134557.937000', '134557.939000', '134557.942000', '134557.945000', '134557.947000', '134557.950000', '134557.952000', '134557.955000', '134557.958000', '134557.960000', '134557.963000', '134557.966000', '134557.968000', '134557.971000', '134557.974000', '134557.976000', '134557.979000', '134557.982000', '134557.984000', '134557.987000', '134557.990000', '134557.992000', '134557.995000', '134557.998000', '134558.001000', '134558.004000', '134558.006000', '134558.009000', '134558.012000', '134558.014000', '134558.017000', '134558.020000', '134617.904000', '134617.907000', '134617.909000', '134617.912000', '134617.915000', '134617.917000', '134617.920000', '134617.923000', '134617.925000', '134617.928000', '134617.931000', '134617.933000', '134617.936000', '134617.938000', '134617.941000', '134617.944000', '134617.946000', '134617.949000', '134617.952000', '134617.954000', '134617.957000', '134617.960000', '134617.962000', '134617.965000', '134617.967000', '134617.970000', '134617.973000', '134617.975000', '134617.978000', '134617.981000', '134617.983000', '134617.986000', '134617.988000', '134617.991000', '134617.994000', '134617.996000', '134618.000000', '134618.003000', '134618.005000', '134618.008000', '134618.011000', '134618.013000', '134618.016000', '134637.903000', '134637.905000', '134637.908000', '134637.911000', '134637.914000', '134637.916000', '134637.920000', '134637.923000', '134637.925000', '134637.928000', '134637.931000', '134637.933000', '134637.936000', '134637.939000', '134637.941000', '134637.944000', '134637.947000', '134637.949000', '134637.952000', '134637.955000', '134637.957000', '134637.960000', '134637.963000', '134637.965000', '134637.968000', '134637.971000', '134637.973000', '134637.976000', '134637.979000', '134637.981000', '134637.984000', '134637.987000', '134637.989000', '134637.992000', '134637.995000', '134637.997000', '134638.001000', '134638.003000', '134638.006000', '134638.009000', '134638.012000', '134638.014000', '134638.017000', '134657.903000', '134657.906000', '134657.908000', '134657.911000', '134657.914000', '134657.916000', '134657.919000', '134657.922000', '134657.924000', '134657.927000', '134657.929000', '134657.932000', '134657.935000', '134657.937000', '134657.940000', '134657.942000', '134657.945000', '134657.948000', '134657.950000', '134657.953000', '134657.956000', '134657.958000', '134657.961000', '134657.963000', '134657.966000', '134657.969000', '134657.971000', '134657.974000', '134657.977000', '134657.979000', '134657.982000', '134657.985000', '134657.987000', '134657.990000', '134657.993000', '134657.995000', '134657.998000', '134658.002000', '134658.004000', '134658.007000', '134658.009000', '134658.012000', '134658.015000', '134658.017000', '134717.902000', '134717.906000', '134717.909000', '134717.912000', '134717.914000', '134717.917000', '134717.920000', '134717.922000', '134717.925000', '134717.928000', '134717.930000', '134717.933000', '134717.936000', '134717.938000', '134717.941000', '134717.944000', '134717.947000', '134717.950000', '134717.953000', '134717.956000', '134717.958000', '134717.961000', '134717.964000', '134717.966000', '134717.969000', '134717.972000', '134717.974000', '134717.977000', '134717.980000', '134717.982000', '134717.985000', '134717.988000', '134717.990000', '134717.993000', '134717.996000', '134717.998000', '134718.002000', '134718.005000', '134718.008000', '134718.010000', '134718.013000', '134718.016000', '134718.018000', '134737.903000', '134737.905000', '134737.908000', '134737.911000', '134737.913000', '134737.916000', '134737.919000', '134737.921000', '134737.924000', '134737.927000', '134737.929000', '134737.932000', '134737.935000', '134737.937000', '134737.940000', '134737.942000', '134737.945000', '134737.948000', '134737.950000', '134737.953000', '134737.956000', '134737.958000', '134737.961000', '134737.964000', '134737.966000', '134737.969000', '134737.972000', '134737.974000', '134737.977000', '134737.980000', '134737.982000', '134737.985000', '134737.988000', '134737.990000', '134737.993000', '134737.996000', '134737.998000', '134738.002000', '134738.005000', '134738.007000', '134738.010000', '134738.013000', '134738.015000', '134738.018000', '134757.902000', '134757.905000', '134757.908000', '134757.911000', '134757.914000', '134757.917000', '134757.919000', '134757.922000', '134757.925000', '134757.927000', '134757.930000', '134757.933000', '134757.935000', '134757.938000', '134757.941000', '134757.943000', '134757.946000', '134757.949000', '134757.951000', '134757.954000', '134757.957000', '134757.959000', '134757.962000', '134757.965000', '134757.967000', '134757.970000', '134757.973000', '134757.975000', '134757.978000', '134757.981000', '134757.983000', '134757.986000', '134757.988000', '134757.991000', '134757.994000', '134757.996000', '134758.000000', '134758.003000', '134758.005000', '134758.008000', '134758.011000', '134758.013000', '134758.016000', '134817.904000', '134817.906000', '134817.909000', '134817.912000', '134817.915000', '134817.917000', '134817.920000', '134817.923000', '134817.926000', '134817.928000', '134817.931000', '134817.934000', '134817.936000', '134817.939000', '134817.941000', '134817.944000', '134817.947000', '134817.949000', '134817.952000', '134817.955000', '134817.957000', '134817.960000', '134817.962000', '134817.966000', '134817.968000', '134817.971000', '134817.973000', '134817.976000', '134817.979000', '134817.981000', '134817.984000', '134817.987000', '134817.989000', '134817.992000', '134817.994000', '134817.997000', '134818.001000', '134818.003000', '134818.006000', '134818.009000', '134818.011000', '134818.014000', '134818.017000', '134818.019000', '134837.903000', '134837.906000', '134837.909000', '134837.912000', '134837.914000', '134837.917000', '134837.920000', '134837.923000', '134837.925000', '134837.928000', '134837.931000', '134837.933000', '134837.936000', '134837.938000', '134837.941000', '134837.944000', '134837.946000', '134837.949000', '134837.952000', '134837.954000', '134837.957000', '134837.960000', '134837.963000', '134837.976000', '134837.978000', '134837.981000', '134837.984000', '134837.988000', '134837.990000', '134837.993000', '134837.996000', '134837.998000', '134838.002000', '134838.004000', '134838.007000', '134838.010000', '134838.013000', '134838.015000', '134838.018000', '134838.021000', '134838.023000', '134838.026000', '134838.028000', '134857.903000', '134857.905000', '134857.911000', '134857.914000', '134857.917000', '134857.919000', '134857.922000', '134857.925000', '134857.927000', '134857.930000', '134857.933000', '134857.935000', '134857.938000', '134857.940000', '134857.943000', '134857.946000', '134857.948000', '134857.951000', '134857.954000', '134857.956000', '134857.959000', '134857.962000', '134857.964000', '134857.967000', '134857.970000', '134857.972000', '134857.975000', '134857.978000', '134857.980000', '134857.983000', '134857.985000', '134857.988000', '134857.991000', '134857.993000', '134857.996000', '134858.000000', '134858.002000', '134858.005000', '134858.008000', '134858.010000', '134858.013000', '134858.015000', '134858.018000', '134858.021000', '134917.903000', '134917.906000', '134917.910000', '134917.913000', '134917.915000', '134917.918000', '134917.921000', '134917.923000', '134917.926000', '134917.929000', '134917.931000', '134917.934000', '134917.937000', '134917.939000', '134917.942000', '134917.945000', '134917.947000', '134917.950000', '134917.953000', '134917.955000', '134917.958000', '134917.961000', '134917.964000', '134917.966000', '134917.971000', '134917.973000', '134917.976000', '134917.979000', '134917.981000', '134917.984000', '134917.987000', '134917.989000', '134917.992000', '134917.994000', '134917.997000', '134918.001000', '134918.004000', '134918.006000', '134918.009000', '134918.012000', '134918.014000', '134918.017000', '134918.020000', '134937.902000', '134937.906000', '134937.908000', '134937.911000', '134937.914000', '134937.916000', '134937.919000', '134937.922000', '134937.924000', '134937.927000', '134937.930000', '134937.932000', '134937.935000', '134937.938000', '134937.940000', '134937.943000', '134937.946000', '134937.948000', '134937.951000', '134937.954000', '134937.956000', '134937.959000', '134937.962000', '134937.964000', '134937.967000', '134937.970000', '134937.972000', '134937.975000', '134937.977000', '134937.980000', '134937.983000', '134937.985000', '134937.988000', '134937.991000', '134937.993000', '134937.996000', '134938.000000', '134938.002000', '134938.005000', '134938.008000', '134938.010000', '134938.013000', '134938.015000', '134938.018000', '134957.903000', '134957.905000', '134957.908000', '134957.911000', '134957.913000', '134957.916000', '134957.919000', '134957.921000', '134957.924000', '134957.927000', '134957.929000', '134957.932000', '134957.935000', '134957.937000', '134957.940000', '134957.943000', '134957.945000', '134957.948000', '134957.950000', '134957.953000', '134957.956000', '134957.958000', '134957.961000', '134957.964000', '134957.966000', '134957.969000', '134957.972000', '134957.975000', '134957.978000', '134957.981000', '134957.984000', '134957.986000', '134957.989000', '134957.992000', '134957.994000', '134957.997000', '134958.001000', '134958.003000', '134958.006000', '134958.009000', '134958.011000', '134958.014000', '134958.017000', '135017.902000', '135017.905000', '135017.908000', '135017.911000', '135017.913000', '135017.916000', '135017.919000', '135017.921000', '135017.924000', '135017.927000', '135017.929000', '135017.932000', '135017.935000', '135017.937000', '135017.940000', '135017.942000', '135017.945000', '135017.948000', '135017.950000', '135017.953000', '135017.956000', '135017.958000', '135017.961000', '135017.964000', '135017.966000', '135017.969000', '135017.972000', '135017.974000', '135017.977000', '135017.980000', '135017.982000', '135017.985000', '135017.987000', '135017.990000', '135017.993000', '135017.995000', '135017.998000', '135018.002000', '135018.004000', '135018.007000', '135018.010000', '135018.012000', '135018.015000', '135018.018000', '135037.903000', '135037.906000', '135037.909000', '135037.912000', '135037.914000', '135037.917000', '135037.920000', '135037.922000', '135037.925000', '135037.928000', '135037.930000', '135037.933000', '135037.936000', '135037.938000', '135037.941000', '135037.943000', '135037.946000', '135037.949000', '135037.951000', '135037.954000', '135037.957000', '135037.959000', '135037.962000', '135037.965000', '135037.967000', '135037.970000', '135037.972000', '135037.975000', '135037.978000', '135037.980000', '135037.983000', '135037.986000', '135037.988000', '135037.991000', '135037.994000', '135037.996000', '135038.000000', '135038.002000', '135038.005000', '135038.008000', '135038.010000', '135038.013000', '135038.016000', '135057.904000', '135057.907000', '135057.909000', '135057.912000', '135057.915000', '135057.918000', '135057.920000', '135057.923000', '135057.926000', '135057.928000', '135057.931000', '135057.934000', '135057.936000', '135057.939000', '135057.942000', '135057.944000', '135057.947000', '135057.950000', '135057.952000', '135057.955000', '135057.958000', '135057.960000', '135057.963000', '135057.965000', '135057.968000', '135057.971000', '135057.973000', '135057.976000', '135057.978000', '135057.981000', '135057.984000', '135057.986000', '135057.989000', '135057.992000', '135057.994000', '135057.997000', '135058.000000', '135058.003000', '135058.006000', '135058.008000', '135058.011000', '135058.014000', '135058.016000', '135058.019000', '135117.903000', '135117.906000', '135117.908000', '135117.911000', '135117.914000', '135117.917000', '135117.919000', '135117.922000', '135117.925000', '135117.927000', '135117.930000', '135117.933000', '135117.935000', '135117.938000', '135117.941000', '135117.943000', '135117.946000', '135117.949000', '135117.951000', '135117.954000', '135117.957000', '135117.959000', '135117.962000', '135117.964000', '135117.967000', '135117.970000', '135117.973000', '135117.976000', '135117.978000', '135117.981000', '135117.984000', '135117.986000', '135117.989000', '135117.992000', '135117.994000', '135117.997000', '135118.001000', '135118.004000', '135118.006000', '135118.009000', '135118.011000', '135118.014000', '135118.017000', '135137.903000', '135137.905000', '135137.921000', '135137.924000', '135137.926000', '135137.929000', '135137.932000', '135137.934000', '135137.937000', '135137.939000', '135137.942000', '135137.945000', '135137.947000', '135137.950000', '135137.953000', '135137.955000', '135137.958000', '135137.961000', '135137.963000', '135137.966000', '135137.969000', '135137.971000', '135137.974000', '135137.977000', '135137.979000', '135137.982000', '135137.985000', '135137.987000', '135137.990000', '135137.993000', '135137.995000', '135137.998000', '135138.002000', '135138.004000', '135138.007000', '135138.010000', '135138.012000', '135138.015000', '135138.017000', '135138.020000', '135138.023000', '135138.025000', '135138.028000', '135138.031000', '135157.903000', '135157.905000', '135157.908000', '135157.911000', '135157.914000', '135157.916000', '135157.919000', '135157.922000', '135157.924000', '135157.927000', '135157.930000', '135157.932000', '135157.935000', '135157.938000', '135157.940000', '135157.943000', '135157.946000', '135157.948000', '135157.951000', '135157.953000', '135157.956000', '135157.959000', '135157.961000', '135157.964000', '135157.967000', '135157.970000', '135157.972000', '135157.975000', '135157.978000', '135157.980000', '135157.983000', '135157.985000', '135157.988000', '135157.991000', '135157.993000', '135157.996000', '135158.000000', '135158.002000', '135158.005000', '135158.007000', '135158.010000', '135158.013000', '135158.015000', '135217.903000', '135217.906000', '135217.908000', '135217.911000', '135217.913000', '135217.916000', '135217.919000', '135217.922000', '135217.924000', '135217.927000', '135217.930000', '135217.932000', '135217.935000', '135217.937000', '135217.940000', '135217.943000', '135217.945000', '135217.948000', '135217.951000', '135217.953000', '135217.956000', '135217.959000', '135217.961000', '135217.964000', '135217.966000', '135217.969000', '135217.972000', '135217.974000', '135217.977000', '135217.980000', '135217.982000', '135217.985000', '135217.988000', '135217.990000', '135217.993000', '135217.995000', '135217.998000', '135218.002000', '135218.005000', '135218.007000', '135218.010000', '135218.012000', '135218.015000', '135218.018000', '135237.903000', '135237.905000', '135237.908000', '135237.911000', '135237.914000', '135237.916000', '135237.919000', '135237.921000', '135237.924000', '135237.927000', '135237.929000', '135237.932000', '135237.935000', '135237.937000', '135237.940000', '135237.943000', '135237.945000', '135237.948000', '135237.951000', '135237.954000', '135237.956000', '135237.959000', '135237.962000', '135237.964000', '135237.967000', '135237.969000', '135237.972000', '135237.975000', '135237.978000', '135237.980000', '135237.983000', '135237.985000', '135237.988000', '135237.991000', '135237.993000', '135237.996000', '135238.000000', '135238.002000', '135238.005000', '135238.007000', '135238.010000', '135238.013000', '135238.015000', '135257.904000', '135257.906000', '135257.909000', '135257.912000', '135257.914000', '135257.917000', '135257.920000', '135257.922000', '135257.925000', '135257.928000', '135257.930000', '135257.933000', '135257.936000', '135257.938000', '135257.941000', '135257.944000', '135257.946000', '135257.949000', '135257.952000', '135257.954000', '135257.957000', '135257.960000', '135257.962000', '135257.965000', '135257.968000', '135257.970000', '135257.973000', '135257.976000', '135257.979000', '135257.981000', '135257.984000', '135257.987000', '135257.990000', '135257.993000', '135257.995000', '135257.998000', '135258.002000', '135258.004000', '135258.007000', '135258.009000', '135258.012000', '135258.015000', '135258.017000', '135258.020000', '135317.904000', '135317.907000', '135317.910000', '135317.912000', '135317.915000', '135317.918000', '135317.920000', '135317.923000', '135317.926000', '135317.928000', '135317.931000', '135317.934000', '135317.936000', '135317.939000', '135317.941000', '135317.944000', '135317.947000', '135317.949000', '135317.952000', '135317.955000', '135317.957000', '135317.960000', '135317.963000', '135317.965000', '135317.968000', '135317.970000', '135317.973000', '135317.976000', '135317.978000', '135317.981000', '135317.984000', '135317.986000', '135317.989000', '135317.992000', '135317.995000', '135317.997000', '135318.001000', '135318.003000', '135318.006000', '135318.009000', '135318.011000', '135318.014000', '135318.017000', '135337.902000', '135337.908000', '135337.910000', '135337.913000', '135337.916000', '135337.918000', '135337.921000', '135337.924000', '135337.926000', '135337.929000', '135337.932000', '135337.935000', '135337.937000', '135337.940000', '135337.942000', '135337.945000', '135337.948000', '135337.950000', '135337.953000', '135337.956000', '135337.958000', '135337.961000', '135337.964000', '135337.967000', '135337.969000', '135337.972000', '135337.974000', '135337.977000', '135337.980000', '135337.982000', '135337.985000', '135337.988000', '135337.990000', '135337.993000', '135337.996000', '135337.998000', '135338.002000', '135338.005000', '135338.007000', '135338.010000', '135338.013000', '135338.015000', '135338.018000', '135338.020000', '135357.903000', '135357.906000', '135357.908000', '135357.911000', '135357.913000', '135357.916000', '135357.919000', '135357.921000', '135357.924000', '135357.927000', '135357.929000', '135357.932000', '135357.935000', '135357.937000', '135357.940000', '135357.943000', '135357.945000', '135357.948000', '135357.951000', '135357.953000', '135357.956000', '135357.958000', '135357.961000', '135357.979000', '135357.981000', '135357.984000', '135357.986000', '135357.989000', '135357.992000', '135357.994000', '135357.997000', '135358.000000', '135358.003000', '135358.006000', '135358.008000', '135358.011000', '135358.014000', '135358.016000', '135358.019000', '135358.022000', '135358.024000', '135358.027000', '135358.030000', '135417.903000', '135417.906000', '135417.908000', '135417.911000', '135417.914000', '135417.916000', '135417.919000', '135417.922000', '135417.924000', '135417.927000', '135417.930000', '135417.932000', '135417.935000', '135417.938000', '135417.940000', '135417.943000', '135417.945000', '135417.948000', '135417.951000', '135417.954000', '135417.956000', '135417.959000', '135417.962000', '135417.965000', '135417.967000', '135417.970000', '135417.973000', '135417.976000', '135417.978000', '135417.981000', '135417.984000', '135417.986000', '135417.989000', '135417.991000', '135417.994000', '135417.997000', '135418.000000', '135418.003000', '135418.006000', '135418.008000', '135418.011000', '135418.014000', '135418.016000', '135437.902000', '135437.906000', '135437.908000', '135437.911000', '135437.913000', '135437.916000', '135437.919000', '135437.921000', '135437.924000', '135437.927000', '135437.930000', '135437.932000', '135437.935000', '135437.938000', '135437.940000', '135437.943000', '135437.945000', '135437.951000', '135437.954000', '135437.957000', '135437.959000', '135437.962000', '135437.965000', '135437.967000', '135437.970000', '135437.980000', '135437.983000', '135437.986000', '135437.988000', '135437.991000', '135437.994000', '135437.996000', '135438.000000', '135438.003000', '135438.005000', '135438.008000', '135438.011000', '135438.013000', '135438.016000', '135438.019000', '135438.021000', '135438.024000', '135438.027000', '135438.029000', '135457.903000', '135457.905000', '135457.908000', '135457.911000', '135457.913000', '135457.916000', '135457.919000', '135457.921000', '135457.924000', '135457.927000', '135457.929000', '135457.932000', '135457.935000', '135457.937000', '135457.940000', '135457.951000', '135457.953000', '135457.956000', '135457.959000', '135457.961000', '135457.964000', '135457.967000', '135457.969000', '135457.972000', '135457.975000', '135457.977000', '135457.980000', '135457.982000', '135457.985000', '135457.988000', '135457.990000', '135457.993000', '135457.996000', '135457.999000', '135458.001000', '135458.004000', '135458.007000', '135458.009000', '135458.012000', '135458.015000', '135458.017000', '135458.020000', '135458.022000', '135458.025000', '135517.904000', '135517.906000', '135517.909000', '135517.912000', '135517.915000', '135517.917000', '135517.926000', '135517.929000', '135517.931000', '135517.934000', '135517.937000', '135517.939000', '135517.942000', '135517.945000', '135517.947000', '135517.950000', '135517.953000', '135517.955000', '135517.958000', '135517.961000', '135517.963000', '135517.966000', '135517.968000', '135517.971000', '135517.974000', '135517.976000', '135517.979000', '135517.982000', '135517.985000', '135517.987000', '135517.990000', '135517.993000', '135517.995000', '135517.998000', '135518.001000', '135518.005000', '135518.007000', '135518.010000', '135518.012000', '135518.015000', '135518.018000', '135518.020000', '135518.023000', '135537.903000', '135537.906000', '135537.908000', '135537.911000', '135537.914000', '135537.916000', '135537.919000', '135537.922000', '135537.924000', '135537.927000', '135537.930000', '135537.933000', '135537.935000', '135537.938000', '135537.941000', '135537.943000', '135537.946000', '135537.949000', '135537.951000', '135537.954000', '135537.957000', '135537.959000', '135537.962000', '135537.965000', '135537.967000', '135537.970000', '135537.972000', '135537.975000', '135537.978000', '135537.981000', '135537.983000', '135537.986000', '135537.989000', '135537.991000', '135537.994000', '135537.997000', '135538.000000', '135538.003000', '135538.006000', '135538.008000', '135538.011000', '135538.014000', '135538.016000', '135557.903000', '135557.905000', '135557.908000', '135557.911000', '135557.913000', '135557.916000', '135557.919000', '135557.921000', '135557.924000', '135557.927000', '135557.929000', '135557.932000', '135557.935000', '135557.937000', '135557.940000', '135557.943000', '135557.945000', '135557.948000', '135557.950000', '135557.953000', '135557.956000', '135557.958000', '135557.961000', '135557.964000', '135557.966000', '135557.969000', '135557.972000', '135557.974000', '135557.977000', '135557.979000', '135557.982000', '135557.985000', '135557.988000', '135557.990000', '135557.993000', '135557.996000', '135557.998000', '135558.002000', '135558.004000', '135558.007000', '135558.010000', '135558.012000', '135558.015000', '135558.018000', '135617.903000', '135617.906000', '135617.909000', '135617.911000', '135617.914000', '135617.917000', '135617.919000', '135617.922000', '135617.924000', '135617.927000', '135617.930000', '135617.932000', '135617.935000', '135617.938000', '135617.940000', '135617.943000', '135617.946000', '135617.948000', '135617.951000', '135617.954000', '135617.957000', '135617.959000', '135617.962000', '135617.965000', '135617.967000', '135617.970000', '135617.973000', '135617.975000', '135617.978000', '135617.981000', '135617.985000', '135617.988000', '135617.998000', '135618.002000', '135618.004000', '135618.007000', '135618.010000', '135618.012000', '135618.015000', '135618.018000', '135618.020000', '135618.023000', '135618.025000', '135637.903000', '135637.905000', '135637.908000', '135637.911000', '135637.914000', '135637.916000', '135637.919000', '135637.922000', '135637.925000', '135637.927000', '135637.930000', '135637.933000', '135637.935000', '135637.938000', '135637.941000', '135637.943000', '135637.946000', '135637.949000', '135637.951000', '135637.954000', '135637.957000', '135637.959000', '135637.962000', '135637.965000', '135637.967000', '135637.970000', '135637.973000', '135637.975000', '135637.978000', '135637.980000', '135637.983000', '135637.986000', '135637.989000', '135637.991000', '135637.994000', '135637.997000', '135638.000000', '135638.003000', '135638.006000', '135638.008000', '135638.011000', '135638.013000', '135638.016000', '135638.019000', '135657.903000', '135657.905000', '135657.908000', '135657.911000', '135657.914000', '135657.916000', '135657.919000', '135657.921000', '135657.924000', '135657.927000', '135657.929000', '135657.932000', '135657.935000', '135657.937000', '135657.940000', '135657.943000', '135657.945000', '135657.948000', '135657.951000', '135657.953000', '135657.956000', '135657.959000', '135657.961000', '135657.964000', '135657.967000', '135657.969000', '135657.972000', '135657.975000', '135657.978000', '135657.981000', '135657.984000', '135657.987000', '135657.990000', '135657.993000', '135657.995000', '135657.998000', '135658.001000', '135658.004000', '135658.007000', '135658.009000', '135658.012000', '135658.015000', '135658.017000', '135717.903000', '135717.906000', '135717.908000', '135717.911000', '135717.914000', '135717.917000', '135717.919000', '135717.922000', '135717.924000', '135717.927000', '135717.930000', '135717.933000', '135717.935000', '135717.938000', '135717.941000', '135717.943000', '135717.946000', '135717.948000', '135717.951000', '135717.954000', '135717.956000', '135717.959000', '135717.962000', '135717.964000', '135717.967000', '135717.970000', '135717.972000', '135717.975000', '135717.977000', '135717.980000', '135717.983000', '135717.986000', '135717.988000', '135717.991000', '135717.994000', '135717.996000', '135718.000000', '135718.003000', '135718.005000', '135718.008000', '135718.010000', '135718.013000', '135718.016000', '135718.018000', '135737.904000', '135737.907000', '135737.910000', '135737.912000', '135737.915000', '135737.918000', '135737.920000', '135737.923000', '135737.926000', '135737.928000', '135737.936000', '135737.939000', '135737.942000', '135737.945000', '135737.956000', '135737.959000', '135737.962000', '135737.964000', '135737.968000', '135737.971000', '135737.973000', '135737.976000', '135737.980000', '135737.982000', '135737.985000', '135737.988000', '135737.990000', '135737.993000', '135737.996000', '135737.998000', '135738.001000', '135738.004000', '135738.006000', '135738.009000', '135738.012000', '135738.014000', '135738.017000', '135738.020000', '135738.023000', '135738.026000', '135738.029000', '135738.032000', '135738.034000', '135757.903000', '135757.906000', '135757.908000', '135757.911000', '135757.914000', '135757.916000', '135757.919000', '135757.922000', '135757.925000', '135757.927000', '135757.930000', '135757.932000', '135757.935000', '135757.938000', '135757.940000', '135757.943000', '135757.946000', '135757.948000', '135757.951000', '135757.954000', '135757.956000', '135757.959000', '135757.962000', '135757.964000', '135757.967000', '135757.969000', '135757.972000', '135757.975000', '135757.977000', '135757.980000', '135757.983000', '135757.985000', '135757.988000', '135757.991000', '135757.993000', '135757.996000', '135758.000000', '135758.003000', '135758.005000', '135758.008000', '135758.010000', '135758.013000', '135758.016000', '135758.018000', '135803.267000', '135803.270000', '135803.273000', '135803.276000', '135803.279000', '135803.282000', '135803.285000', '135803.287000', '135803.290000', '135803.293000', '135803.296000', '135803.298000'], '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': [11690, 13145, 11387, 11173, 14622, 11646, 10586, 14205, 11956, 10729, 13244, 11282, 10948, 13654, 11795, 11224, 11853, 11189, 11315, 10666, 11456, 11237, 12302, 12295, 11139, 10859, 11930, 11517, 10939, 12330, 11470, 12445, 11142, 11116, 10776, 12057, 11406, 12404, 13151, 11369, 11420, 14961, 11654, 10910, 12807, 11423, 10814, 12824, 12384, 11159, 10680, 10639, 11560, 10400, 13517, 12013, 10549, 12936, 11699, 11108, 11087, 12346, 11540, 10702, 14192, 11838, 10601, 12598, 12212, 11417, 10697, 11211, 11734, 10409, 13123, 11873, 11122, 12048, 12198, 11629, 10265, 10584, 11849, 10893, 13293, 12199, 11045, 12347, 11980, 11723, 10756, 10879, 12013, 11227, 12654, 11603, 11683, 11062, 13137, 11653, 11303, 12090, 11248, 11545, 11590, 10789, 11747, 10930, 11183, 11831, 11018, 10811, 11509, 11120, 12765, 11517, 11550, 12401, 11177, 11518, 12036, 11001, 11940, 11058, 11682, 12298, 11604, 11398, 11783, 11564, 13422, 11830, 11736, 11953, 11964, 11918, 13264, 11509, 11708, 12356, 11975, 11862, 11361, 11481, 11546, 11344, 13403, 11998, 11329, 13453, 11208, 11563, 11248, 11212, 11840, 11947, 12421, 11973, 11011, 13197, 11081, 11189, 12747, 11450, 11429, 13362, 11407, 11392, 13520, 12079, 11655, 10525, 11977, 12037, 11124, 13235, 11979, 10800, 13790, 11915, 10972, 12133, 11859, 11506, 13086, 12227, 11534, 12155, 11887, 11816, 10525, 10939, 11975, 11159, 13303, 12124, 11147, 13445, 12138, 11421, 11606, 12354, 12057, 11103, 11269, 11414, 10910, 13282, 12142, 11533, 11763, 11990, 11938, 11237, 11765, 11771, 10851, 12865, 12270, 11594, 12069, 12041, 11733, 12767, 11965, 11980, 10574, 12493, 12375, 11306, 13790, 12127, 11235, 13472, 12341, 11885, 11647, 12163, 11987, 13308, 11431, 11772, 12503, 11665, 12296, 10742, 11508, 11737, 11406, 14791, 11591, 10999, 13735, 11989, 11497, 13403, 12743, 12734, 12671, 11595, 11928, 11556, 11420, 12517, 12016, 11137, 9770, 11100, 9657, 12944, 10805, 12356, 13016, 10663, 12665, 12658, 14730, 12389, 13120, 11468, 12921, 12732, 13861, 12526, 11781, 13540, 12667, 12285, 14297, 12934, 12198, 14502, 12340, 12040, 12796, 12725, 12304, 13245, 12741, 11959, 14194, 12228, 12102, 13732, 12356, 12622, 13309, 12121, 12490, 11645, 15634, 12754, 11124, 14014, 12972, 12024, 14298, 13140, 12092, 13271, 12478, 12524, 11251, 12802, 12576, 11476, 12097, 12455, 11460, 14427, 12943, 11938, 13095, 12540, 11840, 13875, 12705, 12127, 11610, 12685, 12576, 11742, 12536, 12141, 11332, 13734, 12348, 11483, 12507, 12397, 11436, 14236, 12412, 11546, 12439, 12334, 12067, 11898, 11851, 11823, 10680, 14089, 12406, 11343, 12903, 12123, 11356, 14028, 12137, 11591, 11679, 12472, 11995, 10397, 12533, 12145, 10754, 11351, 11637, 10558, 11061, 11814, 11355, 14171, 12155, 10764, 13675, 12713, 11202, 13461, 11908, 10719, 13831, 12487, 10979, 13050, 12481, 11652, 12549, 12058, 11994, 11141, 12543, 13047, 12406, 13610, 13091, 11850, 14605, 12687, 11924, 12637, 13192, 12145, 13794, 12517, 11808, 12790, 12565, 12469, 10911, 12056, 12578, 11684, 14292, 12471, 11530, 13680, 12686, 12255, 12353, 12768, 12221, 11363, 11016, 11985, 11455, 13921, 12697, 12143, 13012, 12708, 12093, 12065, 12625, 12345, 11163, 12458, 12291, 13173, 13431, 12452, 13108, 13931, 12524, 11659, 13942, 12435, 11894, 14404, 12820, 12012, 11868, 11747, 12405, 11787, 12616, 12338, 11693, 13853, 11784, 12061, 10847, 11761, 12547, 11727, 12786, 12062, 12000, 12714, 12492, 12030, 11036, 13201, 11739, 12018, 12489, 12208, 12191, 11314, 12076, 12178, 11623, 12584, 12471, 12740, 11317, 12789, 12791, 11808, 13936, 12483, 12175, 11818, 11814, 12573, 11807, 12295, 12530, 11812, 13135, 12382, 12482, 11794, 12562, 12474, 12279, 12904, 12474, 11801, 13083, 12423, 12048, 12899, 11911, 12113, 11968, 11773, 12623, 11727, 13369, 11816, 12037, 12479, 12623, 12190, 11483, 14541, 12178, 11967, 12189, 11827, 12259, 11721, 14033, 12252, 11882, 12253, 11347, 12533, 11694, 9964, 12743, 12021, 13425, 12046, 12405, 11524, 12127, 12627, 12079, 12613, 12260, 12265, 12415, 12091, 12582, 11946, 12360, 12758, 12209, 13637, 12654, 12486, 11781, 11094, 12695, 12205, 11075, 12607, 12390, 13038, 12488, 12859, 12255, 11742, 12584, 12332, 14467, 12041, 12168, 12575, 11446, 12406, 12265, 12140, 12796, 11854, 14031, 12182, 11801, 12704, 11973, 12338, 12677, 11351, 12313, 11473, 11458, 12550, 11778, 9769, 12724, 12031, 13668, 12542, 12576, 11700, 12637, 12621, 12117, 11466, 12816, 11821, 11607, 12746, 12052, 10751, 12980, 12319, 15380, 12758, 12286, 13550, 12066, 12724, 12308, 12204, 12856, 11971, 15904, 12922, 12354, 13691, 12666, 12461, 12761, 12739, 12532, 11353, 11946, 12537, 11981, 11539, 12891, 12350, 13880, 12491, 12185, 12591, 12164, 12532, 11644, 12973, 12465, 13826, 12122, 12685, 13400, 12945, 12400, 14092, 12705, 12431, 13753, 13007, 13273, 11146, 12410, 12349, 11920, 14660, 12524, 11327, 14527, 12844, 11858, 12095, 12726, 11899, 12653, 12577, 11158, 12271, 12908, 11763, 12051, 12435, 11379, 11693, 12504, 10978, 12252, 12164, 11016, 15336, 13006, 11104, 13600, 12826, 12081, 13639, 13074, 12010, 12778, 12846, 12282, 11538, 13344, 12240, 13622, 13112, 12268, 12644, 13300, 13023, 11306, 12611, 12582, 11297, 14725, 12941, 11546, 13390, 13062, 12054, 13936, 12462, 11915, 12126, 12328, 12556, 11627, 12512, 12781, 11838, 14338, 13103, 11843, 13210, 13435, 12772, 13630, 12630, 12797, 11863, 12608, 13164, 11962, 12362, 13034, 12142, 14595, 12988, 12031, 12886, 12861, 12549, 12962, 13334, 13046, 11382, 12544, 13053, 11622, 12253, 13067, 11954, 14237, 13278, 12209, 13807, 12834, 12484, 12373, 13172, 12746, 11777, 12613, 12867, 11580, 13650, 13194, 12392, 13644, 12808, 12159, 12124, 12689, 12730, 11217, 12009, 12811, 13361, 12769, 12711, 11981, 13369, 12820, 13588, 13008, 12692, 13746, 12291, 13107, 11811, 13436, 12795, 14276, 12818, 12690, 13686, 12763, 12793, 13152, 13425, 12778, 13730, 13448, 12816, 12427, 12949, 13136, 13321, 13598, 13023, 13420, 13353, 13408, 11608, 13087, 12451, 14731, 13657, 12397, 13670, 13388, 12340, 14416, 13413, 12041, 14086, 13822, 12229, 13786, 13366, 12371, 14747, 13922, 12378, 13028, 13741, 12770, 13204, 13867, 12636, 11859, 13128, 13338, 12227, 13503, 13070, 12739, 13863, 12799, 13093, 13208, 12853, 14284, 14027, 12527, 13469, 13656, 13267, 11660, 13403, 13012, 11779, 12830, 13057, 11748, 12891, 13259, 12436, 14759, 13778, 12415, 13130, 13323, 13082, 12066, 13297, 12554, 12846, 12895, 12834, 12848, 12648, 12955, 13992, 13754, 12722, 12773, 12937, 13415, 12731, 13535, 12983, 12391, 13797, 13108, 12941, 12124, 12582, 13210, 12641, 12902, 13174, 12116, 11182, 13491, 12527, 13314, 13436, 12657, 13716, 13280, 12917, 11790, 13040, 12813, 13532, 12423, 13188, 12329, 12783, 13594, 12575, 12869, 13302, 12684, 13969, 13301, 12781, 12388, 13314, 12862, 14606, 13417, 12802, 13300, 13113, 13555, 13095, 12737, 12924, 12196, 13078, 13259, 12232, 12420, 13049, 13752, 13150, 13204, 12338, 15740, 13670, 12650, 13856, 13178, 12639, 14011, 13415, 12860, 12075, 13086, 12969, 12818, 13838, 13104, 11783, 13624, 13675, 11810, 14073, 13188, 12116, 13120, 13142, 11600, 13746, 13234, 12283, 13430, 12911, 12184, 15076, 13523, 12442, 12789, 13239, 12893, 14094, 13108, 12751, 12107, 12864, 12956, 11895, 12974, 12590, 11741, 12384, 13569, 12339, 11994, 12852, 12521, 14628, 12867, 12671, 12197, 12900, 12849, 13289, 12737, 13105, 12221, 12580, 12824, 12407, 12624, 13049, 12825, 13435, 12261, 13106, 11713, 13384, 13870, 12849, 11795, 12886, 12754, 13652, 13019, 12941, 11397, 11654, 13254, 12351, 11820, 13110, 12508, 12588, 13030, 12830, 13049, 12490, 12907, 13953, 12667, 12959, 12500, 12180, 13221, 12520, 12387, 13062, 12526, 12687, 13329, 12164, 12441, 13304, 12698, 15910, 13515, 12974, 13637, 12521, 12802, 12065, 12327, 13068, 12744, 13077, 13305, 12130, 12917, 13359, 12847, 12236, 13284, 12721, 14620, 13075, 12832, 13719, 13236, 13283, 14483, 12932, 13328, 12845, 13013, 13499, 12383, 12597, 13536, 12714, 13225, 13685, 12715, 13650, 13179, 12912, 12659, 13390, 13081, 13857, 12961, 12953, 11893, 13055, 13617, 12712, 15067, 13372, 12609, 14057, 13443, 13064, 11763, 12890, 13275, 12827, 12859, 13219, 12725, 12859, 13643, 13062, 10015, 13354, 12956, 14584, 13017, 13235, 13356, 12793, 13633, 12378, 13543, 13470, 12711, 15095, 13348, 12682, 14095, 13723, 13472, 13668, 13492, 12847, 12481, 13072, 13804, 12641, 12836, 13837, 13206, 14896, 13725, 13092, 12732, 13338, 13459, 13543, 13405, 13196, 12012, 13187, 13778, 13052, 13393, 13680, 12604, 12968, 13718, 13010, 12847, 13779, 12949, 13344, 13425, 13125, 14420, 13372, 13203, 12812, 13080, 13566, 13342, 13813, 13372, 12529, 15503, 13535, 13285, 12884, 13580, 13440, 13233, 13381, 13480, 11495, 12828, 13791, 12816, 13905, 13913, 13061, 13325, 14088, 13544, 13453, 14675, 14425, 12893, 14564, 14142, 13097, 14836, 14133, 15893, 14371, 14219, 14775, 13887, 14215, 13437, 13903, 13837, 14548, 13676, 13745, 13355, 13382, 13710, 12968, 13558, 13947, 12821, 12955, 13995, 13154, 12126, 14123, 13407, 14770, 14159, 13417, 14036, 12866, 13370, 12845, 13236, 14098, 13410, 13315, 13674, 12654, 13533, 13737, 13104, 12858, 13874, 13191, 15301, 14115, 13401, 13617, 13781, 13696, 14614, 13740, 13640, 12546, 13081, 13895, 13327, 11171, 13805, 13483, 14370, 13820, 13420, 12279, 12658, 14006, 12897, 13167, 14014, 13561, 13144, 14443, 13659, 11469, 11088, 11163, 13534, 9483, 13485, 14378, 15150, 14055, 14059, 14413, 13961, 13785, 14240, 13430, 13786, 15072, 13517, 13285, 13501, 13306, 13480, 13913, 13689, 13350, 14803, 13505, 13245, 11728, 13298, 12816, 15286, 13575, 12789, 14257, 13833, 12815, 13370, 14036, 12885, 14423, 13530, 13132, 13015, 13506, 13182, 14192, 13491, 13135, 12875, 13384, 13458, 11397, 13765, 13179, 13797, 14148, 13256, 12706, 13513, 13871, 11225, 13868, 13315, 13086, 13659, 13439, 12069, 12869, 13638, 12983, 13496, 13813, 12148, 13144, 13857, 12191, 13844, 13566, 12395, 14006, 13426, 12502, 12418, 13828, 12772, 14211, 13838, 12897, 12707, 13649, 13077, 11983, 12850, 13394, 12080, 13211, 13698, 12547, 12976, 13710, 13098, 13671, 13432, 13141, 12017, 13460, 13398, 12610, 12958, 13392, 12105, 13580, 13789, 12840, 13389, 13953, 13078, 14954, 13425, 13508, 12035, 13096, 13878, 12552, 13450, 13773, 13244, 12333, 13421, 13693, 11884, 12299, 13729, 13207, 12506, 13773, 13411, 12561, 13348, 13739, 12153, 12159, 13348, 13067, 12283, 13810, 13416, 10486, 14062, 13734, 13029, 13132, 13529, 12177, 12016, 13937, 13494, 13108, 13899, 14007, 15972, 13371, 13830, 13631, 13210, 13554, 13312, 13124, 13990, 13486, 15127, 13471, 13703, 13496, 13420, 14009, 12672, 12556, 13684, 13332, 13170, 14089, 13632, 13998, 13823, 13948, 14363, 12651, 13992, 12662, 13034, 14370, 13501, 15165, 13847, 13184, 13679, 13234, 13674, 12980, 12596, 13811, 13175, 13780, 14107, 13466, 12353, 13560, 13841, 12520, 13666, 13601, 13254, 11503, 14222, 13252, 13574, 13829, 13708, 13946, 13535, 13685, 12289, 13632, 14320, 13551, 15476, 14160, 13503, 14101, 14113, 13607, 12051, 12650, 13364, 12953, 12420, 13696, 13001, 12731, 13888, 13205, 13024, 13331, 13321, 13988, 12950, 13515, 11952, 11633, 13391, 12977, 13363, 13762, 13264, 14269, 13029, 13574, 12235, 13284, 13684, 13981, 13436, 13516, 13024, 13440, 13726, 12655, 13311, 13295, 13680, 12581, 13561, 12809, 12918, 13702, 13357, 15429, 13793, 13226, 14113, 13388, 13498, 12129, 13594, 13712, 12962, 14192, 13465, 12800, 13038, 13882, 13308, 12382, 12917, 13424, 12490, 13486, 13880, 12854, 12990, 13685, 13504, 12955, 13652, 13012, 12558, 12766, 13438, 12342, 13324, 13557, 12657, 14030, 13775, 12894, 14756, 13254, 13380, 13382, 13927, 13351, 12502, 13396, 13335, 12381, 13295, 13426, 12461, 13483, 13625, 12681, 13073, 13362, 13223, 12688, 12837, 13312, 12097, 13497, 13817, 12572, 13646, 13820, 12962, 13995, 13132, 13016, 12247, 11823, 13504, 12878, 13436, 13553, 12962, 12961, 12907, 13469, 11993, 12742, 13370, 11717, 10742, 13271, 13024, 12083, 13834, 13545, 13451, 13539, 13498, 11917, 13449, 13622, 12721, 13949, 13586, 14939, 13016, 13476, 12846, 13035, 13477, 13589, 11736, 13433, 11526, 12798, 13608, 12825, 12470, 13447, 13040, 13280, 13507, 13018, 13120, 13394, 14923, 11930, 13775, 12802, 12507, 14027, 13221, 11971, 13972, 12992, 12315, 13728, 13051, 12703, 13417, 13509, 14180, 14000, 13154, 13769, 14078, 13629, 14223, 13411, 13002, 15272, 13734, 13497, 12693, 13773, 13540, 15170, 13591, 13436, 13694, 13552, 13717, 13364, 13542, 13548, 13665, 12985, 13986, 12476, 13624, 14860, 13652, 13582, 13993, 13381, 13046, 14552, 13469, 13327, 14324, 13278, 16040, 13872, 13431, 13402, 14027, 13654, 13844, 13341, 13482, 12443, 12371, 13945, 11396, 13585, 13427, 14077, 14018, 13533, 13655, 13727, 13684, 13536, 14197, 13571, 15369, 14049, 13224, 12212, 13904, 13360, 15010, 14004, 13090, 15352, 14213, 13302, 13386, 14090, 13152, 12923, 13975, 12850, 15618, 13889, 13258, 12444, 14161, 13338, 15238, 14156, 12548, 14923, 14561, 13248, 12019, 13613, 12737, 15775, 14104, 12317, 14324, 14051, 13369, 13710, 14311, 13304, 14529, 13992, 13325, 12735, 14144, 13370, 13683, 14138, 12891, 13152, 14598, 13102, 13084, 13829, 12417, 13066, 13898, 12428, 12784], 'WindowCenter': [4460.0, 4449.0, 4426.0, 4428.0, 4430.0, 4409.0, 4399.0, 4417.0, 4397.0, 4396.0, 4405.0, 4394.0, 4398.0, 4404.0, 4397.0, 4398.0, 4394.0, 4394.0, 4398.0, 4395.0, 4397.0, 4400.0, 4411.0, 4406.0, 4396.0, 4399.0, 4396.0, 4408.0, 4397.0, 4407.0, 4408.0, 4413.0, 4411.0, 4411.0, 4412.0, 4407.0, 4396.0, 4411.0, 4406.0, 4397.0, 4400.0, 4416.0, 4396.0, 4398.0, 4407.0, 4394.0, 4397.0, 4409.0, 4396.0, 4398.0, 4388.0, 4382.0, 4394.0, 4389.0, 4405.0, 4393.0, 4386.0, 4393.0, 4393.0, 4395.0, 4385.0, 4394.0, 4394.0, 4388.0, 4407.0, 4395.0, 4386.0, 4393.0, 4395.0, 4394.0, 4387.0, 4382.0, 4396.0, 4385.0, 4395.0, 4393.0, 4384.0, 4397.0, 4395.0, 4396.0, 4387.0, 4384.0, 4394.0, 4396.0, 4406.0, 4394.0, 4395.0, 4396.0, 4392.0, 4398.0, 4398.0, 4385.0, 4408.0, 4398.0, 4406.0, 4395.0, 4398.0, 4396.0, 4405.0, 4396.0, 4396.0, 4394.0, 4395.0, 4398.0, 4397.0, 4397.0, 4408.0, 4400.0, 4408.0, 4411.0, 4413.0, 4398.0, 4409.0, 4413.0, 4408.0, 4409.0, 4412.0, 4419.0, 4400.0, 4411.0, 4410.0, 4400.0, 4411.0, 4411.0, 4409.0, 4411.0, 4413.0, 4410.0, 4411.0, 4412.0, 4419.0, 4410.0, 4420.0, 4410.0, 4410.0, 4422.0, 4422.0, 4411.0, 4410.0, 4410.0, 4409.0, 4409.0, 4408.0, 4398.0, 4409.0, 4410.0, 4418.0, 4407.0, 4399.0, 4406.0, 4395.0, 4407.0, 4396.0, 4398.0, 4412.0, 4412.0, 4409.0, 4407.0, 4398.0, 4407.0, 4400.0, 4401.0, 4406.0, 4397.0, 4409.0, 4407.0, 4397.0, 4396.0, 4406.0, 4394.0, 4395.0, 4399.0, 4394.0, 4407.0, 4397.0, 4405.0, 4397.0, 4395.0, 4405.0, 4396.0, 4398.0, 4394.0, 4395.0, 4399.0, 4408.0, 4395.0, 4395.0, 4397.0, 4395.0, 4396.0, 4388.0, 4383.0, 4395.0, 4397.0, 4408.0, 4396.0, 4399.0, 4404.0, 4396.0, 4397.0, 4395.0, 4394.0, 4406.0, 4397.0, 4395.0, 4394.0, 4395.0, 4404.0, 4395.0, 4395.0, 4397.0, 4394.0, 4396.0, 4397.0, 4397.0, 4397.0, 4398.0, 4403.0, 4395.0, 4396.0, 4396.0, 4405.0, 4405.0, 4406.0, 4396.0, 4408.0, 4399.0, 4405.0, 4408.0, 4399.0, 4405.0, 4405.0, 4396.0, 4405.0, 4406.0, 4409.0, 4396.0, 4408.0, 4410.0, 4418.0, 4407.0, 4408.0, 4411.0, 4395.0, 4409.0, 4397.0, 4397.0, 4410.0, 4409.0, 4415.0, 4396.0, 4396.0, 4404.0, 4395.0, 4397.0, 4405.0, 4406.0, 4407.0, 4409.0, 4393.0, 4395.0, 4398.0, 4395.0, 4407.0, 4410.0, 4396.0, 4403.0, 4399.0, 4385.0, 4417.0, 4398.0, 4418.0, 4421.0, 4398.0, 4421.0, 4420.0, 4419.0, 4408.0, 4418.0, 4409.0, 4420.0, 4420.0, 4418.0, 4407.0, 4407.0, 4407.0, 4406.0, 4409.0, 4418.0, 4407.0, 4408.0, 4417.0, 4408.0, 4408.0, 4405.0, 4407.0, 4407.0, 4407.0, 4407.0, 4407.0, 4417.0, 4407.0, 4407.0, 4419.0, 4406.0, 4406.0, 4420.0, 4397.0, 4407.0, 4396.0, 4416.0, 4393.0, 4395.0, 4404.0, 4394.0, 4395.0, 4404.0, 4405.0, 4394.0, 4395.0, 4393.0, 4392.0, 4393.0, 4402.0, 4407.0, 4395.0, 4395.0, 4407.0, 4394.0, 4406.0, 4403.0, 4405.0, 4406.0, 4406.0, 4396.0, 4404.0, 4395.0, 4395.0, 4395.0, 4392.0, 4404.0, 4396.0, 4392.0, 4393.0, 4394.0, 4402.0, 4394.0, 4395.0, 4405.0, 4396.0, 4397.0, 4408.0, 4392.0, 4394.0, 4394.0, 4393.0, 4406.0, 4395.0, 4393.0, 4396.0, 4387.0, 4404.0, 4394.0, 4394.0, 4395.0, 4394.0, 4394.0, 4405.0, 4393.0, 4393.0, 4386.0, 4393.0, 4395.0, 4386.0, 4393.0, 4393.0, 4397.0, 4385.0, 4394.0, 4385.0, 4383.0, 4393.0, 4399.0, 4405.0, 4395.0, 4395.0, 4404.0, 4406.0, 4397.0, 4403.0, 4393.0, 4387.0, 4405.0, 4394.0, 4386.0, 4393.0, 4393.0, 4394.0, 4397.0, 4383.0, 4385.0, 4383.0, 4390.0, 4404.0, 4395.0, 4404.0, 4404.0, 4394.0, 4403.0, 4392.0, 4395.0, 4394.0, 4404.0, 4398.0, 4407.0, 4395.0, 4393.0, 4392.0, 4391.0, 4393.0, 4387.0, 4394.0, 4394.0, 4397.0, 4404.0, 4393.0, 4395.0, 4402.0, 4393.0, 4394.0, 4398.0, 4394.0, 4394.0, 4395.0, 4383.0, 4393.0, 4398.0, 4402.0, 4393.0, 4405.0, 4404.0, 4404.0, 4394.0, 4394.0, 4395.0, 4408.0, 4394.0, 4406.0, 4410.0, 4410.0, 4405.0, 4404.0, 4406.0, 4404.0, 4394.0, 4395.0, 4405.0, 4395.0, 4394.0, 4408.0, 4391.0, 4393.0, 4384.0, 4379.0, 4394.0, 4395.0, 4391.0, 4394.0, 4393.0, 4407.0, 4392.0, 4393.0, 4386.0, 4382.0, 4397.0, 4394.0, 4406.0, 4393.0, 4394.0, 4406.0, 4394.0, 4394.0, 4384.0, 4393.0, 4393.0, 4404.0, 4397.0, 4394.0, 4396.0, 4396.0, 4395.0, 4396.0, 4394.0, 4393.0, 4393.0, 4404.0, 4397.0, 4404.0, 4404.0, 4398.0, 4406.0, 4406.0, 4405.0, 4394.0, 4396.0, 4405.0, 4407.0, 4405.0, 4405.0, 4406.0, 4405.0, 4407.0, 4408.0, 4405.0, 4406.0, 4407.0, 4412.0, 4406.0, 4409.0, 4410.0, 4404.0, 4407.0, 4410.0, 4406.0, 4406.0, 4408.0, 4409.0, 4398.0, 4407.0, 4407.0, 4407.0, 4406.0, 4407.0, 4410.0, 4406.0, 4406.0, 4396.0, 4417.0, 4394.0, 4406.0, 4395.0, 4394.0, 4407.0, 4406.0, 4414.0, 4404.0, 4405.0, 4397.0, 4394.0, 4405.0, 4406.0, 4385.0, 4406.0, 4406.0, 4405.0, 4396.0, 4407.0, 4396.0, 4392.0, 4407.0, 4407.0, 4406.0, 4406.0, 4406.0, 4394.0, 4395.0, 4407.0, 4408.0, 4406.0, 4407.0, 4410.0, 4406.0, 4407.0, 4408.0, 4406.0, 4396.0, 4418.0, 4411.0, 4397.0, 4408.0, 4410.0, 4407.0, 4409.0, 4420.0, 4409.0, 4408.0, 4407.0, 4408.0, 4418.0, 4407.0, 4408.0, 4406.0, 4405.0, 4420.0, 4408.0, 4406.0, 4406.0, 4407.0, 4415.0, 4406.0, 4407.0, 4406.0, 4407.0, 4419.0, 4407.0, 4398.0, 4407.0, 4397.0, 4397.0, 4407.0, 4409.0, 4387.0, 4421.0, 4408.0, 4418.0, 4408.0, 4411.0, 4408.0, 4407.0, 4422.0, 4408.0, 4408.0, 4420.0, 4409.0, 4399.0, 4420.0, 4420.0, 4398.0, 4419.0, 4410.0, 4430.0, 4408.0, 4408.0, 4408.0, 4406.0, 4409.0, 4407.0, 4394.0, 4406.0, 4398.0, 4415.0, 4404.0, 4406.0, 4405.0, 4405.0, 4407.0, 4408.0, 4405.0, 4406.0, 4395.0, 4394.0, 4406.0, 4408.0, 4395.0, 4407.0, 4410.0, 4416.0, 4406.0, 4407.0, 4405.0, 4406.0, 4407.0, 4399.0, 4418.0, 4418.0, 4419.0, 4406.0, 4418.0, 4408.0, 4407.0, 4409.0, 4419.0, 4407.0, 4408.0, 4406.0, 4406.0, 4405.0, 4396.0, 4394.0, 4404.0, 4396.0, 4415.0, 4405.0, 4385.0, 4405.0, 4395.0, 4394.0, 4393.0, 4404.0, 4397.0, 4405.0, 4406.0, 4397.0, 4395.0, 4407.0, 4396.0, 4395.0, 4404.0, 4395.0, 4391.0, 4406.0, 4397.0, 4395.0, 4395.0, 4398.0, 4415.0, 4404.0, 4393.0, 4402.0, 4391.0, 4393.0, 4402.0, 4394.0, 4395.0, 4391.0, 4392.0, 4393.0, 4395.0, 4404.0, 4408.0, 4404.0, 4403.0, 4404.0, 4404.0, 4406.0, 4405.0, 4396.0, 4395.0, 4403.0, 4394.0, 4416.0, 4395.0, 4395.0, 4404.0, 4403.0, 4405.0, 4403.0, 4393.0, 4393.0, 4394.0, 4393.0, 4404.0, 4396.0, 4393.0, 4405.0, 4397.0, 4402.0, 4393.0, 4395.0, 4394.0, 4403.0, 4405.0, 4405.0, 4395.0, 4404.0, 4395.0, 4392.0, 4406.0, 4397.0, 4395.0, 4406.0, 4394.0, 4414.0, 4405.0, 4395.0, 4392.0, 4394.0, 4404.0, 4407.0, 4404.0, 4406.0, 4395.0, 4391.0, 4403.0, 4394.0, 4393.0, 4404.0, 4395.0, 4405.0, 4405.0, 4396.0, 4403.0, 4403.0, 4407.0, 4405.0, 4406.0, 4407.0, 4398.0, 4397.0, 4408.0, 4395.0, 4404.0, 4403.0, 4406.0, 4403.0, 4404.0, 4394.0, 4393.0, 4404.0, 4404.0, 4394.0, 4405.0, 4407.0, 4407.0, 4406.0, 4406.0, 4396.0, 4417.0, 4418.0, 4418.0, 4407.0, 4406.0, 4405.0, 4394.0, 4416.0, 4395.0, 4417.0, 4418.0, 4416.0, 4405.0, 4406.0, 4405.0, 4405.0, 4406.0, 4406.0, 4406.0, 4404.0, 4406.0, 4403.0, 4404.0, 4393.0, 4404.0, 4404.0, 4404.0, 4404.0, 4405.0, 4404.0, 4403.0, 4404.0, 4393.0, 4405.0, 4407.0, 4415.0, 4403.0, 4393.0, 4404.0, 4403.0, 4405.0, 4403.0, 4405.0, 4394.0, 4402.0, 4405.0, 4394.0, 4403.0, 4404.0, 4393.0, 4403.0, 4401.0, 4394.0, 4392.0, 4391.0, 4394.0, 4395.0, 4401.0, 4394.0, 4391.0, 4391.0, 4404.0, 4393.0, 4403.0, 4404.0, 4405.0, 4405.0, 4404.0, 4404.0, 4402.0, 4406.0, 4407.0, 4405.0, 4394.0, 4404.0, 4403.0, 4405.0, 4395.0, 4404.0, 4405.0, 4396.0, 4393.0, 4404.0, 4394.0, 4390.0, 4403.0, 4395.0, 4402.0, 4404.0, 4392.0, 4391.0, 4401.0, 4404.0, 4392.0, 4406.0, 4405.0, 4404.0, 4405.0, 4405.0, 4404.0, 4406.0, 4405.0, 4417.0, 4404.0, 4405.0, 4393.0, 4392.0, 4405.0, 4407.0, 4405.0, 4404.0, 4393.0, 4402.0, 4402.0, 4407.0, 4393.0, 4394.0, 4404.0, 4405.0, 4393.0, 4404.0, 4395.0, 4383.0, 4406.0, 4404.0, 4405.0, 4404.0, 4404.0, 4403.0, 4404.0, 4407.0, 4395.0, 4405.0, 4406.0, 4407.0, 4406.0, 4418.0, 4406.0, 4404.0, 4415.0, 4406.0, 4405.0, 4416.0, 4406.0, 4416.0, 4406.0, 4406.0, 4407.0, 4416.0, 4408.0, 4417.0, 4404.0, 4406.0, 4405.0, 4404.0, 4415.0, 4405.0, 4404.0, 4405.0, 4394.0, 4406.0, 4419.0, 4408.0, 4406.0, 4417.0, 4418.0, 4405.0, 4407.0, 4406.0, 4414.0, 4404.0, 4409.0, 4404.0, 4405.0, 4404.0, 4404.0, 4406.0, 4403.0, 4394.0, 4404.0, 4404.0, 4405.0, 4405.0, 4406.0, 4396.0, 4403.0, 4404.0, 4397.0, 4403.0, 4408.0, 4395.0, 4405.0, 4404.0, 4394.0, 4404.0, 4406.0, 4406.0, 4404.0, 4406.0, 4397.0, 4405.0, 4404.0, 4394.0, 4395.0, 4405.0, 4404.0, 4405.0, 4394.0, 4405.0, 4393.0, 4393.0, 4406.0, 4394.0, 4404.0, 4406.0, 4394.0, 4394.0, 4406.0, 4407.0, 4394.0, 4404.0, 4405.0, 4414.0, 4393.0, 4408.0, 4393.0, 4404.0, 4407.0, 4408.0, 4406.0, 4407.0, 4396.0, 4394.0, 4394.0, 4406.0, 4396.0, 4405.0, 4406.0, 4408.0, 4395.0, 4407.0, 4395.0, 4405.0, 4416.0, 4409.0, 4395.0, 4406.0, 4406.0, 4405.0, 4406.0, 4407.0, 4396.0, 4395.0, 4418.0, 4408.0, 4406.0, 4417.0, 4408.0, 4407.0, 4407.0, 4418.0, 4407.0, 4407.0, 4419.0, 4416.0, 4407.0, 4410.0, 4407.0, 4408.0, 4417.0, 4408.0, 4407.0, 4410.0, 4408.0, 4404.0, 4409.0, 4408.0, 4407.0, 4418.0, 4407.0, 4427.0, 4406.0, 4408.0, 4404.0, 4395.0, 4406.0, 4405.0, 4405.0, 4419.0, 4408.0, 4406.0, 4420.0, 4406.0, 4406.0, 4419.0, 4409.0, 4405.0, 4407.0, 4406.0, 4416.0, 4406.0, 4407.0, 4418.0, 4405.0, 4419.0, 4417.0, 4402.0, 4404.0, 4397.0, 4393.0, 4407.0, 4393.0, 4392.0, 4419.0, 4407.0, 4406.0, 4406.0, 4405.0, 4405.0, 4405.0, 4409.0, 4408.0, 4404.0, 4407.0, 4410.0, 4405.0, 4405.0, 4396.0, 4404.0, 4406.0, 4407.0, 4414.0, 4406.0, 4394.0, 4402.0, 4404.0, 4404.0, 4394.0, 4393.0, 4407.0, 4405.0, 4406.0, 4407.0, 4409.0, 4405.0, 4416.0, 4418.0, 4387.0, 4417.0, 4418.0, 4419.0, 4405.0, 4407.0, 4405.0, 4405.0, 4409.0, 4409.0, 4406.0, 4407.0, 4406.0, 4415.0, 4404.0, 4406.0, 4404.0, 4406.0, 4408.0, 4405.0, 4404.0, 4407.0, 4395.0, 4404.0, 4406.0, 4405.0, 4402.0, 4416.0, 4405.0, 4413.0, 4404.0, 4405.0, 4392.0, 4405.0, 4405.0, 4404.0, 4404.0, 4408.0, 4397.0, 4405.0, 4404.0, 4405.0, 4404.0, 4416.0, 4407.0, 4406.0, 4406.0, 4408.0, 4404.0, 4417.0, 4406.0, 4406.0, 4405.0, 4407.0, 4415.0, 4405.0, 4405.0, 4404.0, 4406.0, 4417.0, 4410.0, 4406.0, 4406.0, 4394.0, 4416.0, 4405.0, 4404.0, 4392.0, 4404.0, 4404.0, 4403.0, 4403.0, 4403.0, 4393.0, 4403.0, 4417.0, 4408.0, 4404.0, 4405.0, 4409.0, 4405.0, 4416.0, 4407.0, 4407.0, 4430.0, 4420.0, 4410.0, 4417.0, 4420.0, 4407.0, 4428.0, 4421.0, 4426.0, 4418.0, 4416.0, 4414.0, 4403.0, 4415.0, 4404.0, 4405.0, 4416.0, 4417.0, 4408.0, 4415.0, 4405.0, 4403.0, 4415.0, 4406.0, 4405.0, 4408.0, 4404.0, 4395.0, 4414.0, 4406.0, 4396.0, 4417.0, 4409.0, 4418.0, 4406.0, 4406.0, 4404.0, 4394.0, 4404.0, 4394.0, 4393.0, 4406.0, 4404.0, 4394.0, 4402.0, 4393.0, 4390.0, 4404.0, 4403.0, 4393.0, 4401.0, 4392.0, 4404.0, 4404.0, 4402.0, 4390.0, 4403.0, 4405.0, 4402.0, 4402.0, 4402.0, 4393.0, 4391.0, 4402.0, 4406.0, 4382.0, 4404.0, 4403.0, 4402.0, 4404.0, 4403.0, 4392.0, 4395.0, 4405.0, 4405.0, 4404.0, 4414.0, 4408.0, 4404.0, 4416.0, 4408.0, 4385.0, 4397.0, 4399.0, 4420.0, 4400.0, 4433.0, 4433.0, 4431.0, 4420.0, 4432.0, 4420.0, 4417.0, 4418.0, 4418.0, 4409.0, 4406.0, 4417.0, 4392.0, 4404.0, 4402.0, 4404.0, 4404.0, 4403.0, 4391.0, 4393.0, 4401.0, 4392.0, 4402.0, 4394.0, 4405.0, 4404.0, 4405.0, 4393.0, 4393.0, 4392.0, 4393.0, 4394.0, 4390.0, 4400.0, 4391.0, 4400.0, 4389.0, 4392.0, 4389.0, 4391.0, 4405.0, 4403.0, 4390.0, 4391.0, 4394.0, 4390.0, 4403.0, 4382.0, 4405.0, 4403.0, 4405.0, 4391.0, 4394.0, 4390.0, 4391.0, 4393.0, 4384.0, 4403.0, 4404.0, 4395.0, 4393.0, 4394.0, 4382.0, 4391.0, 4400.0, 4394.0, 4391.0, 4405.0, 4394.0, 4392.0, 4406.0, 4395.0, 4404.0, 4403.0, 4394.0, 4401.0, 4404.0, 4393.0, 4394.0, 4402.0, 4393.0, 4404.0, 4401.0, 4393.0, 4391.0, 4401.0, 4403.0, 4396.0, 4393.0, 4402.0, 4392.0, 4393.0, 4406.0, 4393.0, 4391.0, 4403.0, 4403.0, 4405.0, 4404.0, 4406.0, 4390.0, 4402.0, 4406.0, 4394.0, 4392.0, 4406.0, 4396.0, 4392.0, 4402.0, 4404.0, 4393.0, 4402.0, 4406.0, 4403.0, 4394.0, 4403.0, 4393.0, 4395.0, 4404.0, 4396.0, 4393.0, 4402.0, 4405.0, 4393.0, 4405.0, 4418.0, 4394.0, 4395.0, 4415.0, 4405.0, 4396.0, 4417.0, 4418.0, 4406.0, 4418.0, 4419.0, 4408.0, 4407.0, 4417.0, 4406.0, 4407.0, 4418.0, 4418.0, 4397.0, 4419.0, 4432.0, 4410.0, 4419.0, 4421.0, 4407.0, 4408.0, 4432.0, 4420.0, 4418.0, 4419.0, 4419.0, 4430.0, 4419.0, 4421.0, 4418.0, 4419.0, 4419.0, 4423.0, 4407.0, 4419.0, 4418.0, 4418.0, 4407.0, 4417.0, 4409.0, 4406.0, 4420.0, 4408.0, 4408.0, 4418.0, 4417.0, 4408.0, 4418.0, 4418.0, 4419.0, 4419.0, 4420.0, 4419.0, 4406.0, 4418.0, 4407.0, 4405.0, 4417.0, 4416.0, 4416.0, 4406.0, 4404.0, 4404.0, 4393.0, 4403.0, 4405.0, 4391.0, 4403.0, 4405.0, 4402.0, 4404.0, 4405.0, 4393.0, 4404.0, 4406.0, 4398.0, 4402.0, 4404.0, 4405.0, 4393.0, 4418.0, 4406.0, 4405.0, 4416.0, 4417.0, 4405.0, 4404.0, 4404.0, 4396.0, 4403.0, 4405.0, 4404.0, 4416.0, 4403.0, 4403.0, 4402.0, 4403.0, 4404.0, 4394.0, 4393.0, 4406.0, 4393.0, 4395.0, 4406.0, 4408.0, 4394.0, 4406.0, 4407.0, 4405.0, 4405.0, 4417.0, 4405.0, 4404.0, 4408.0, 4395.0, 4394.0, 4406.0, 4409.0, 4406.0, 4406.0, 4407.0, 4416.0, 4405.0, 4416.0, 4396.0, 4418.0, 4417.0, 4415.0, 4408.0, 4419.0, 4405.0, 4418.0, 4418.0, 4408.0, 4407.0, 4421.0, 4417.0, 4406.0, 4416.0, 4407.0, 4405.0, 4406.0, 4409.0, 4414.0, 4404.0, 4404.0, 4404.0, 4404.0, 4403.0, 4395.0, 4392.0, 4404.0, 4405.0, 4401.0, 4404.0, 4394.0, 4392.0, 4403.0, 4406.0, 4394.0, 4404.0, 4403.0, 4395.0, 4404.0, 4403.0, 4404.0, 4391.0, 4403.0, 4404.0, 4394.0, 4404.0, 4405.0, 4394.0, 4392.0, 4404.0, 4407.0, 4403.0, 4404.0, 4405.0, 4402.0, 4405.0, 4405.0, 4404.0, 4404.0, 4405.0, 4406.0, 4405.0, 4404.0, 4392.0, 4406.0, 4406.0, 4409.0, 4404.0, 4404.0, 4409.0, 4404.0, 4404.0, 4405.0, 4396.0, 4403.0, 4405.0, 4405.0, 4395.0, 4404.0, 4393.0, 4405.0, 4405.0, 4405.0, 4404.0, 4405.0, 4406.0, 4406.0, 4404.0, 4405.0, 4397.0, 4394.0, 4406.0, 4407.0, 4405.0, 4406.0, 4408.0, 4406.0, 4405.0, 4417.0, 4396.0, 4406.0, 4418.0, 4396.0, 4394.0, 4419.0, 4419.0, 4407.0, 4419.0, 4418.0, 4419.0, 4419.0, 4419.0, 4409.0, 4431.0, 4432.0, 4420.0, 4429.0, 4424.0, 4429.0, 4419.0, 4421.0, 4421.0, 4420.0, 4422.0, 4419.0, 4408.0, 4421.0, 4409.0, 4420.0, 4431.0, 4420.0, 4410.0, 4421.0, 4420.0, 4421.0, 4430.0, 4420.0, 4421.0, 4421.0, 4429.0, 4399.0, 4419.0, 4408.0, 4407.0, 4431.0, 4420.0, 4408.0, 4422.0, 4408.0, 4407.0, 4419.0, 4421.0, 4408.0, 4419.0, 4420.0, 4418.0, 4420.0, 4419.0, 4418.0, 4420.0, 4420.0, 4418.0, 4418.0, 4408.0, 4416.0, 4417.0, 4417.0, 4406.0, 4417.0, 4419.0, 4417.0, 4405.0, 4406.0, 4405.0, 4406.0, 4405.0, 4405.0, 4405.0, 4408.0, 4408.0, 4404.0, 4415.0, 4405.0, 4416.0, 4428.0, 4421.0, 4404.0, 4417.0, 4408.0, 4404.0, 4416.0, 4407.0, 4407.0, 4404.0, 4407.0, 4414.0, 4403.0, 4404.0, 4392.0, 4405.0, 4403.0, 4405.0, 4405.0, 4403.0, 4393.0, 4393.0, 4414.0, 4396.0, 4407.0, 4418.0, 4415.0, 4403.0, 4405.0, 4406.0, 4404.0, 4405.0, 4405.0, 4407.0, 4407.0, 4414.0, 4403.0, 4407.0, 4393.0, 4404.0, 4405.0, 4403.0, 4403.0, 4403.0, 4402.0, 4403.0, 4402.0, 4404.0, 4405.0, 4406.0, 4394.0, 4403.0, 4393.0, 4402.0, 4400.0, 4392.0, 4392.0, 4404.0, 4404.0, 4403.0, 4403.0, 4395.0, 4400.0, 4399.0, 4394.0, 4389.0, 4402.0, 4393.0, 4403.0, 4402.0, 4392.0, 4403.0, 4399.0, 4392.0, 4389.0, 4401.0, 4394.0, 4401.0, 4390.0, 4391.0, 4393.0, 4402.0, 4402.0, 4392.0, 4405.0, 4394.0, 4391.0, 4404.0, 4406.0, 4403.0, 4406.0, 4395.0, 4392.0, 4404.0, 4394.0, 4392.0], 'WindowWidth': [9827.0, 9794.0, 9753.0, 9754.0, 9748.0, 9713.0, 9699.0, 9722.0, 9690.0, 9691.0, 9701.0, 9683.0, 9693.0, 9701.0, 9689.0, 9692.0, 9685.0, 9684.0, 9695.0, 9689.0, 9690.0, 9698.0, 9717.0, 9701.0, 9691.0, 9697.0, 9688.0, 9709.0, 9696.0, 9704.0, 9709.0, 9723.0, 9719.0, 9719.0, 9724.0, 9704.0, 9690.0, 9716.0, 9703.0, 9690.0, 9701.0, 9720.0, 9688.0, 9694.0, 9706.0, 9686.0, 9692.0, 9713.0, 9687.0, 9691.0, 9680.0, 9666.0, 9685.0, 9682.0, 9703.0, 9683.0, 9676.0, 9685.0, 9681.0, 9688.0, 9675.0, 9681.0, 9684.0, 9682.0, 9708.0, 9684.0, 9674.0, 9683.0, 9683.0, 9684.0, 9678.0, 9665.0, 9686.0, 9675.0, 9688.0, 9679.0, 9670.0, 9691.0, 9682.0, 9687.0, 9676.0, 9667.0, 9683.0, 9689.0, 9704.0, 9685.0, 9688.0, 9690.0, 9680.0, 9693.0, 9695.0, 9673.0, 9706.0, 9695.0, 9707.0, 9685.0, 9693.0, 9691.0, 9701.0, 9687.0, 9691.0, 9686.0, 9686.0, 9694.0, 9693.0, 9691.0, 9708.0, 9701.0, 9709.0, 9717.0, 9722.0, 9697.0, 9713.0, 9722.0, 9713.0, 9711.0, 9719.0, 9727.0, 9700.0, 9717.0, 9718.0, 9700.0, 9716.0, 9716.0, 9710.0, 9716.0, 9723.0, 9716.0, 9717.0, 9721.0, 9730.0, 9715.0, 9731.0, 9717.0, 9715.0, 9735.0, 9737.0, 9715.0, 9715.0, 9718.0, 9711.0, 9711.0, 9713.0, 9697.0, 9711.0, 9716.0, 9726.0, 9707.0, 9698.0, 9707.0, 9688.0, 9708.0, 9693.0, 9694.0, 9719.0, 9722.0, 9711.0, 9709.0, 9699.0, 9709.0, 9697.0, 9703.0, 9705.0, 9693.0, 9714.0, 9710.0, 9691.0, 9693.0, 9708.0, 9685.0, 9689.0, 9697.0, 9685.0, 9705.0, 9696.0, 9706.0, 9691.0, 9690.0, 9704.0, 9688.0, 9693.0, 9687.0, 9686.0, 9697.0, 9710.0, 9688.0, 9689.0, 9695.0, 9686.0, 9689.0, 9680.0, 9668.0, 9688.0, 9695.0, 9709.0, 9690.0, 9696.0, 9700.0, 9687.0, 9692.0, 9691.0, 9685.0, 9702.0, 9695.0, 9688.0, 9685.0, 9689.0, 9699.0, 9685.0, 9687.0, 9695.0, 9685.0, 9689.0, 9695.0, 9693.0, 9691.0, 9694.0, 9698.0, 9687.0, 9691.0, 9691.0, 9702.0, 9704.0, 9707.0, 9688.0, 9707.0, 9698.0, 9700.0, 9709.0, 9699.0, 9706.0, 9701.0, 9691.0, 9702.0, 9703.0, 9710.0, 9693.0, 9709.0, 9715.0, 9727.0, 9707.0, 9710.0, 9717.0, 9687.0, 9709.0, 9695.0, 9691.0, 9713.0, 9713.0, 9720.0, 9689.0, 9693.0, 9703.0, 9687.0, 9695.0, 9704.0, 9704.0, 9708.0, 9712.0, 9683.0, 9689.0, 9695.0, 9687.0, 9707.0, 9715.0, 9690.0, 9705.0, 9699.0, 9675.0, 9721.0, 9695.0, 9724.0, 9733.0, 9698.0, 9732.0, 9732.0, 9727.0, 9709.0, 9725.0, 9709.0, 9728.0, 9731.0, 9724.0, 9706.0, 9708.0, 9706.0, 9702.0, 9712.0, 9723.0, 9704.0, 9708.0, 9720.0, 9707.0, 9708.0, 9703.0, 9706.0, 9709.0, 9707.0, 9706.0, 9710.0, 9721.0, 9706.0, 9709.0, 9726.0, 9702.0, 9705.0, 9727.0, 9691.0, 9703.0, 9691.0, 9721.0, 9682.0, 9688.0, 9699.0, 9682.0, 9687.0, 9701.0, 9696.0, 9683.0, 9688.0, 9678.0, 9680.0, 9681.0, 9694.0, 9704.0, 9692.0, 9688.0, 9703.0, 9687.0, 9703.0, 9696.0, 9702.0, 9703.0, 9701.0, 9690.0, 9703.0, 9685.0, 9685.0, 9687.0, 9677.0, 9696.0, 9691.0, 9682.0, 9681.0, 9686.0, 9695.0, 9682.0, 9688.0, 9701.0, 9688.0, 9693.0, 9709.0, 9679.0, 9684.0, 9686.0, 9682.0, 9702.0, 9690.0, 9682.0, 9687.0, 9678.0, 9699.0, 9683.0, 9684.0, 9686.0, 9683.0, 9686.0, 9703.0, 9681.0, 9682.0, 9676.0, 9680.0, 9687.0, 9676.0, 9681.0, 9684.0, 9692.0, 9674.0, 9685.0, 9676.0, 9669.0, 9684.0, 9697.0, 9703.0, 9686.0, 9689.0, 9699.0, 9700.0, 9691.0, 9697.0, 9681.0, 9676.0, 9702.0, 9681.0, 9674.0, 9681.0, 9678.0, 9685.0, 9695.0, 9666.0, 9669.0, 9669.0, 9675.0, 9696.0, 9685.0, 9698.0, 9696.0, 9686.0, 9696.0, 9678.0, 9686.0, 9685.0, 9696.0, 9694.0, 9705.0, 9685.0, 9684.0, 9682.0, 9676.0, 9681.0, 9676.0, 9682.0, 9684.0, 9694.0, 9701.0, 9681.0, 9688.0, 9694.0, 9679.0, 9685.0, 9694.0, 9683.0, 9685.0, 9688.0, 9668.0, 9682.0, 9693.0, 9695.0, 9682.0, 9701.0, 9700.0, 9697.0, 9684.0, 9685.0, 9686.0, 9707.0, 9686.0, 9702.0, 9714.0, 9716.0, 9701.0, 9700.0, 9705.0, 9698.0, 9682.0, 9688.0, 9702.0, 9684.0, 9686.0, 9710.0, 9677.0, 9681.0, 9671.0, 9657.0, 9680.0, 9687.0, 9676.0, 9683.0, 9683.0, 9703.0, 9678.0, 9683.0, 9677.0, 9664.0, 9689.0, 9687.0, 9702.0, 9681.0, 9686.0, 9705.0, 9683.0, 9684.0, 9673.0, 9684.0, 9681.0, 9700.0, 9692.0, 9682.0, 9689.0, 9693.0, 9686.0, 9687.0, 9686.0, 9682.0, 9681.0, 9700.0, 9694.0, 9695.0, 9699.0, 9695.0, 9705.0, 9702.0, 9702.0, 9687.0, 9687.0, 9704.0, 9709.0, 9701.0, 9703.0, 9706.0, 9703.0, 9705.0, 9710.0, 9703.0, 9705.0, 9709.0, 9721.0, 9703.0, 9711.0, 9713.0, 9703.0, 9706.0, 9714.0, 9708.0, 9704.0, 9708.0, 9714.0, 9692.0, 9707.0, 9708.0, 9709.0, 9703.0, 9708.0, 9717.0, 9702.0, 9704.0, 9693.0, 9722.0, 9684.0, 9704.0, 9692.0, 9683.0, 9704.0, 9706.0, 9716.0, 9698.0, 9704.0, 9693.0, 9684.0, 9702.0, 9706.0, 9674.0, 9703.0, 9705.0, 9704.0, 9688.0, 9706.0, 9693.0, 9680.0, 9705.0, 9709.0, 9706.0, 9704.0, 9705.0, 9687.0, 9687.0, 9707.0, 9712.0, 9702.0, 9706.0, 9713.0, 9707.0, 9705.0, 9710.0, 9707.0, 9691.0, 9724.0, 9719.0, 9693.0, 9710.0, 9715.0, 9709.0, 9710.0, 9728.0, 9715.0, 9708.0, 9708.0, 9712.0, 9724.0, 9706.0, 9710.0, 9707.0, 9702.0, 9727.0, 9714.0, 9703.0, 9705.0, 9708.0, 9718.0, 9704.0, 9707.0, 9705.0, 9705.0, 9725.0, 9709.0, 9695.0, 9708.0, 9696.0, 9692.0, 9708.0, 9714.0, 9680.0, 9727.0, 9712.0, 9725.0, 9708.0, 9716.0, 9710.0, 9707.0, 9732.0, 9711.0, 9710.0, 9729.0, 9716.0, 9697.0, 9727.0, 9730.0, 9697.0, 9725.0, 9718.0, 9746.0, 9708.0, 9711.0, 9713.0, 9703.0, 9711.0, 9711.0, 9686.0, 9704.0, 9696.0, 9719.0, 9697.0, 9704.0, 9701.0, 9700.0, 9705.0, 9711.0, 9699.0, 9702.0, 9691.0, 9685.0, 9703.0, 9709.0, 9689.0, 9706.0, 9715.0, 9721.0, 9705.0, 9709.0, 9703.0, 9704.0, 9708.0, 9698.0, 9724.0, 9725.0, 9728.0, 9705.0, 9724.0, 9711.0, 9707.0, 9714.0, 9730.0, 9705.0, 9708.0, 9708.0, 9700.0, 9701.0, 9692.0, 9685.0, 9699.0, 9692.0, 9714.0, 9698.0, 9674.0, 9701.0, 9684.0, 9685.0, 9683.0, 9696.0, 9692.0, 9701.0, 9701.0, 9691.0, 9684.0, 9705.0, 9692.0, 9688.0, 9700.0, 9689.0, 9680.0, 9703.0, 9693.0, 9687.0, 9686.0, 9695.0, 9719.0, 9695.0, 9684.0, 9694.0, 9678.0, 9684.0, 9694.0, 9683.0, 9687.0, 9677.0, 9679.0, 9683.0, 9686.0, 9698.0, 9708.0, 9703.0, 9695.0, 9698.0, 9699.0, 9700.0, 9701.0, 9693.0, 9686.0, 9696.0, 9688.0, 9718.0, 9684.0, 9686.0, 9700.0, 9695.0, 9701.0, 9699.0, 9682.0, 9684.0, 9685.0, 9681.0, 9699.0, 9691.0, 9682.0, 9698.0, 9691.0, 9697.0, 9680.0, 9688.0, 9685.0, 9696.0, 9702.0, 9702.0, 9685.0, 9698.0, 9688.0, 9679.0, 9700.0, 9692.0, 9685.0, 9701.0, 9687.0, 9716.0, 9699.0, 9688.0, 9681.0, 9683.0, 9700.0, 9708.0, 9696.0, 9700.0, 9687.0, 9677.0, 9695.0, 9686.0, 9681.0, 9698.0, 9691.0, 9703.0, 9699.0, 9689.0, 9698.0, 9694.0, 9705.0, 9704.0, 9702.0, 9704.0, 9695.0, 9689.0, 9704.0, 9690.0, 9701.0, 9695.0, 9704.0, 9699.0, 9698.0, 9687.0, 9684.0, 9697.0, 9700.0, 9685.0, 9702.0, 9707.0, 9710.0, 9703.0, 9705.0, 9690.0, 9720.0, 9724.0, 9723.0, 9704.0, 9706.0, 9705.0, 9684.0, 9719.0, 9688.0, 9719.0, 9723.0, 9722.0, 9702.0, 9706.0, 9702.0, 9700.0, 9704.0, 9707.0, 9701.0, 9699.0, 9707.0, 9694.0, 9698.0, 9683.0, 9695.0, 9700.0, 9702.0, 9697.0, 9699.0, 9700.0, 9694.0, 9697.0, 9683.0, 9700.0, 9706.0, 9717.0, 9694.0, 9683.0, 9698.0, 9694.0, 9702.0, 9699.0, 9698.0, 9686.0, 9694.0, 9698.0, 9685.0, 9695.0, 9695.0, 9682.0, 9700.0, 9689.0, 9683.0, 9679.0, 9673.0, 9682.0, 9687.0, 9689.0, 9680.0, 9678.0, 9674.0, 9695.0, 9682.0, 9695.0, 9698.0, 9701.0, 9699.0, 9699.0, 9699.0, 9693.0, 9703.0, 9709.0, 9698.0, 9684.0, 9697.0, 9691.0, 9696.0, 9686.0, 9693.0, 9698.0, 9688.0, 9681.0, 9694.0, 9684.0, 9675.0, 9693.0, 9687.0, 9696.0, 9694.0, 9680.0, 9677.0, 9688.0, 9698.0, 9681.0, 9701.0, 9701.0, 9699.0, 9699.0, 9702.0, 9700.0, 9701.0, 9702.0, 9722.0, 9696.0, 9700.0, 9684.0, 9677.0, 9699.0, 9704.0, 9700.0, 9695.0, 9683.0, 9693.0, 9693.0, 9704.0, 9684.0, 9683.0, 9697.0, 9704.0, 9681.0, 9697.0, 9686.0, 9667.0, 9700.0, 9698.0, 9700.0, 9695.0, 9698.0, 9695.0, 9695.0, 9704.0, 9687.0, 9700.0, 9705.0, 9709.0, 9701.0, 9720.0, 9704.0, 9698.0, 9716.0, 9706.0, 9700.0, 9716.0, 9705.0, 9719.0, 9702.0, 9705.0, 9705.0, 9716.0, 9710.0, 9721.0, 9697.0, 9703.0, 9700.0, 9697.0, 9715.0, 9702.0, 9698.0, 9702.0, 9685.0, 9704.0, 9725.0, 9710.0, 9703.0, 9722.0, 9727.0, 9700.0, 9705.0, 9706.0, 9716.0, 9697.0, 9708.0, 9700.0, 9698.0, 9699.0, 9701.0, 9699.0, 9696.0, 9685.0, 9695.0, 9699.0, 9705.0, 9699.0, 9702.0, 9689.0, 9695.0, 9697.0, 9692.0, 9695.0, 9707.0, 9691.0, 9698.0, 9699.0, 9687.0, 9695.0, 9702.0, 9706.0, 9699.0, 9700.0, 9691.0, 9703.0, 9696.0, 9685.0, 9687.0, 9699.0, 9700.0, 9703.0, 9682.0, 9698.0, 9682.0, 9679.0, 9700.0, 9686.0, 9696.0, 9701.0, 9685.0, 9682.0, 9701.0, 9705.0, 9685.0, 9697.0, 9703.0, 9714.0, 9681.0, 9706.0, 9683.0, 9695.0, 9704.0, 9709.0, 9700.0, 9703.0, 9691.0, 9685.0, 9682.0, 9703.0, 9689.0, 9699.0, 9704.0, 9708.0, 9684.0, 9704.0, 9689.0, 9697.0, 9716.0, 9711.0, 9689.0, 9702.0, 9705.0, 9702.0, 9702.0, 9707.0, 9690.0, 9686.0, 9722.0, 9710.0, 9704.0, 9719.0, 9711.0, 9705.0, 9706.0, 9724.0, 9707.0, 9705.0, 9725.0, 9719.0, 9704.0, 9712.0, 9706.0, 9705.0, 9720.0, 9710.0, 9704.0, 9712.0, 9713.0, 9699.0, 9708.0, 9709.0, 9703.0, 9720.0, 9710.0, 9737.0, 9701.0, 9707.0, 9700.0, 9685.0, 9703.0, 9703.0, 9700.0, 9723.0, 9712.0, 9701.0, 9723.0, 9705.0, 9701.0, 9722.0, 9710.0, 9700.0, 9704.0, 9706.0, 9720.0, 9702.0, 9707.0, 9721.0, 9700.0, 9725.0, 9724.0, 9694.0, 9698.0, 9691.0, 9681.0, 9701.0, 9684.0, 9679.0, 9721.0, 9707.0, 9701.0, 9701.0, 9702.0, 9701.0, 9699.0, 9709.0, 9707.0, 9698.0, 9707.0, 9715.0, 9698.0, 9699.0, 9691.0, 9695.0, 9702.0, 9706.0, 9714.0, 9700.0, 9685.0, 9695.0, 9695.0, 9699.0, 9683.0, 9681.0, 9705.0, 9703.0, 9699.0, 9703.0, 9709.0, 9699.0, 9716.0, 9723.0, 9678.0, 9718.0, 9723.0, 9725.0, 9701.0, 9707.0, 9705.0, 9699.0, 9707.0, 9711.0, 9700.0, 9704.0, 9707.0, 9717.0, 9695.0, 9702.0, 9699.0, 9699.0, 9707.0, 9701.0, 9696.0, 9704.0, 9689.0, 9696.0, 9701.0, 9701.0, 9693.0, 9715.0, 9702.0, 9713.0, 9697.0, 9700.0, 9681.0, 9697.0, 9702.0, 9700.0, 9696.0, 9705.0, 9691.0, 9697.0, 9699.0, 9702.0, 9698.0, 9717.0, 9709.0, 9700.0, 9702.0, 9707.0, 9698.0, 9716.0, 9704.0, 9704.0, 9700.0, 9706.0, 9716.0, 9698.0, 9702.0, 9698.0, 9700.0, 9718.0, 9714.0, 9699.0, 9701.0, 9687.0, 9717.0, 9698.0, 9699.0, 9681.0, 9695.0, 9698.0, 9698.0, 9692.0, 9695.0, 9682.0, 9695.0, 9718.0, 9708.0, 9697.0, 9700.0, 9710.0, 9699.0, 9715.0, 9707.0, 9706.0, 9740.0, 9729.0, 9713.0, 9721.0, 9728.0, 9706.0, 9735.0, 9732.0, 9736.0, 9720.0, 9719.0, 9713.0, 9695.0, 9715.0, 9700.0, 9700.0, 9718.0, 9721.0, 9703.0, 9715.0, 9700.0, 9695.0, 9716.0, 9705.0, 9699.0, 9704.0, 9700.0, 9684.0, 9711.0, 9703.0, 9687.0, 9718.0, 9711.0, 9723.0, 9701.0, 9703.0, 9700.0, 9682.0, 9699.0, 9686.0, 9680.0, 9701.0, 9702.0, 9681.0, 9690.0, 9682.0, 9673.0, 9695.0, 9696.0, 9682.0, 9690.0, 9681.0, 9698.0, 9693.0, 9693.0, 9675.0, 9692.0, 9699.0, 9693.0, 9691.0, 9692.0, 9681.0, 9674.0, 9691.0, 9701.0, 9665.0, 9695.0, 9697.0, 9694.0, 9694.0, 9695.0, 9679.0, 9683.0, 9698.0, 9701.0, 9695.0, 9712.0, 9710.0, 9697.0, 9716.0, 9707.0, 9671.0, 9691.0, 9696.0, 9728.0, 9701.0, 9750.0, 9752.0, 9747.0, 9728.0, 9747.0, 9731.0, 9718.0, 9724.0, 9727.0, 9706.0, 9702.0, 9722.0, 9678.0, 9696.0, 9692.0, 9693.0, 9697.0, 9697.0, 9675.0, 9679.0, 9689.0, 9674.0, 9692.0, 9682.0, 9697.0, 9698.0, 9700.0, 9680.0, 9681.0, 9678.0, 9676.0, 9681.0, 9673.0, 9685.0, 9675.0, 9688.0, 9669.0, 9677.0, 9671.0, 9674.0, 9697.0, 9696.0, 9671.0, 9674.0, 9679.0, 9672.0, 9693.0, 9665.0, 9694.0, 9694.0, 9702.0, 9673.0, 9679.0, 9674.0, 9672.0, 9677.0, 9667.0, 9691.0, 9695.0, 9687.0, 9677.0, 9679.0, 9664.0, 9671.0, 9686.0, 9683.0, 9674.0, 9695.0, 9683.0, 9676.0, 9699.0, 9686.0, 9693.0, 9693.0, 9688.0, 9692.0, 9694.0, 9681.0, 9682.0, 9690.0, 9681.0, 9697.0, 9688.0, 9681.0, 9675.0, 9688.0, 9695.0, 9687.0, 9677.0, 9693.0, 9681.0, 9678.0, 9700.0, 9682.0, 9675.0, 9693.0, 9697.0, 9699.0, 9695.0, 9701.0, 9675.0, 9692.0, 9703.0, 9686.0, 9678.0, 9700.0, 9689.0, 9677.0, 9693.0, 9697.0, 9680.0, 9691.0, 9701.0, 9696.0, 9679.0, 9694.0, 9681.0, 9683.0, 9697.0, 9690.0, 9677.0, 9692.0, 9700.0, 9680.0, 9699.0, 9719.0, 9685.0, 9685.0, 9716.0, 9703.0, 9688.0, 9719.0, 9723.0, 9703.0, 9719.0, 9724.0, 9709.0, 9703.0, 9720.0, 9706.0, 9704.0, 9722.0, 9725.0, 9694.0, 9725.0, 9746.0, 9714.0, 9724.0, 9730.0, 9710.0, 9708.0, 9745.0, 9730.0, 9723.0, 9725.0, 9728.0, 9744.0, 9724.0, 9730.0, 9724.0, 9722.0, 9726.0, 9735.0, 9706.0, 9722.0, 9726.0, 9722.0, 9704.0, 9721.0, 9710.0, 9704.0, 9727.0, 9713.0, 9707.0, 9722.0, 9723.0, 9706.0, 9721.0, 9725.0, 9727.0, 9722.0, 9727.0, 9727.0, 9702.0, 9720.0, 9708.0, 9698.0, 9717.0, 9719.0, 9718.0, 9699.0, 9699.0, 9703.0, 9681.0, 9694.0, 9701.0, 9675.0, 9693.0, 9700.0, 9694.0, 9694.0, 9698.0, 9679.0, 9695.0, 9702.0, 9694.0, 9692.0, 9696.0, 9701.0, 9681.0, 9719.0, 9706.0, 9703.0, 9715.0, 9721.0, 9706.0, 9696.0, 9699.0, 9691.0, 9692.0, 9697.0, 9699.0, 9717.0, 9694.0, 9696.0, 9694.0, 9692.0, 9696.0, 9682.0, 9680.0, 9702.0, 9685.0, 9683.0, 9702.0, 9706.0, 9682.0, 9702.0, 9708.0, 9700.0, 9700.0, 9719.0, 9703.0, 9698.0, 9707.0, 9687.0, 9683.0, 9703.0, 9711.0, 9700.0, 9700.0, 9706.0, 9716.0, 9700.0, 9718.0, 9689.0, 9721.0, 9723.0, 9718.0, 9706.0, 9725.0, 9702.0, 9719.0, 9723.0, 9709.0, 9706.0, 9729.0, 9725.0, 9703.0, 9718.0, 9709.0, 9698.0, 9702.0, 9710.0, 9715.0, 9696.0, 9700.0, 9699.0, 9694.0, 9696.0, 9689.0, 9678.0, 9696.0, 9702.0, 9692.0, 9695.0, 9684.0, 9679.0, 9692.0, 9700.0, 9686.0, 9696.0, 9695.0, 9688.0, 9694.0, 9694.0, 9698.0, 9678.0, 9694.0, 9699.0, 9685.0, 9698.0, 9701.0, 9685.0, 9680.0, 9699.0, 9705.0, 9695.0, 9699.0, 9704.0, 9693.0, 9699.0, 9701.0, 9701.0, 9697.0, 9702.0, 9702.0, 9699.0, 9699.0, 9681.0, 9700.0, 9702.0, 9710.0, 9696.0, 9698.0, 9710.0, 9696.0, 9697.0, 9701.0, 9689.0, 9694.0, 9702.0, 9704.0, 9683.0, 9697.0, 9685.0, 9695.0, 9699.0, 9701.0, 9696.0, 9699.0, 9703.0, 9704.0, 9696.0, 9701.0, 9692.0, 9683.0, 9702.0, 9707.0, 9698.0, 9701.0, 9709.0, 9703.0, 9700.0, 9720.0, 9690.0, 9702.0, 9722.0, 9693.0, 9686.0, 9725.0, 9726.0, 9706.0, 9726.0, 9726.0, 9723.0, 9726.0, 9727.0, 9713.0, 9744.0, 9750.0, 9727.0, 9740.0, 9739.0, 9743.0, 9725.0, 9732.0, 9730.0, 9727.0, 9733.0, 9729.0, 9707.0, 9730.0, 9712.0, 9726.0, 9745.0, 9730.0, 9714.0, 9732.0, 9730.0, 9730.0, 9744.0, 9731.0, 9728.0, 9731.0, 9745.0, 9697.0, 9726.0, 9712.0, 9706.0, 9743.0, 9730.0, 9708.0, 9730.0, 9712.0, 9707.0, 9725.0, 9732.0, 9708.0, 9724.0, 9729.0, 9722.0, 9725.0, 9727.0, 9720.0, 9726.0, 9729.0, 9723.0, 9720.0, 9711.0, 9720.0, 9717.0, 9723.0, 9704.0, 9719.0, 9726.0, 9723.0, 9701.0, 9705.0, 9702.0, 9700.0, 9701.0, 9701.0, 9700.0, 9708.0, 9710.0, 9697.0, 9715.0, 9702.0, 9718.0, 9736.0, 9732.0, 9699.0, 9718.0, 9708.0, 9697.0, 9715.0, 9708.0, 9703.0, 9698.0, 9706.0, 9716.0, 9695.0, 9698.0, 9681.0, 9697.0, 9698.0, 9702.0, 9696.0, 9695.0, 9684.0, 9680.0, 9713.0, 9687.0, 9704.0, 9723.0, 9717.0, 9697.0, 9701.0, 9703.0, 9697.0, 9704.0, 9701.0, 9702.0, 9705.0, 9715.0, 9693.0, 9704.0, 9681.0, 9697.0, 9702.0, 9697.0, 9694.0, 9695.0, 9697.0, 9692.0, 9691.0, 9694.0, 9698.0, 9705.0, 9684.0, 9693.0, 9682.0, 9695.0, 9686.0, 9679.0, 9678.0, 9694.0, 9699.0, 9697.0, 9693.0, 9685.0, 9688.0, 9684.0, 9681.0, 9672.0, 9691.0, 9684.0, 9697.0, 9690.0, 9680.0, 9693.0, 9684.0, 9678.0, 9673.0, 9688.0, 9681.0, 9689.0, 9670.0, 9675.0, 9676.0, 9690.0, 9692.0, 9679.0, 9696.0, 9683.0, 9676.0, 9695.0, 9703.0, 9693.0, 9701.0, 9690.0, 9680.0, 9696.0, 9685.0, 9678.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.000125811320754717</td></tr>
<tr><td colspan=3>aqi</td><td>0.019667632237196763</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.74819881670442</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2076170823193104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.979860907270766</td></tr>
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
<tr><td colspan=3>fber</td><td>3799.5251</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07536278543401997</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.215633423180593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5244594608408177</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5678224842328867</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697870753859567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.307685144429999</td></tr>
<tr><td colspan=3>gcor</td><td>0.00560292</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005255376920104027</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034060657024383545</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>4.095077890094589</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>26.379</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.7206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1146.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.9541</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.7843</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.8767</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.2976</td></tr>
<tr><td colspan=3>tsnr</td><td>42.87108962237835</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>