<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>afbbc59e7a461fd8283e5fff9ff28761</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>12:56:53.537500</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_VE11C_LATEST_20160120</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.999311, -0.0249788, -0.027448, 0.0261679, 0.998695, 0.043852]</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.122353</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7792, -7201, 567, -36, -205, -27, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04a30833-6ba8-4db2-8062-ee3ae375cf34||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810786724090576, 0.07020646333694458, -0.07105540484189987, 112.77140808105469], [0.06701622903347015, 2.679426431655884, 0.12025821208953857, -87.65119171142578], [-0.07364097982645035, -0.1176517978310585, 2.6963844299316406, -27.04118537902832], [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': ['125653.537500', '125653.997500', '125654.457500', '125654.917500', '125655.377500', '125655.837500', '125656.297500', '125656.757500', '125657.217500', '125657.677500', '125658.137500', '125658.597500', '125659.057500', '125659.517500', '125659.977500', '125700.437500', '125700.897500', '125701.357500', '125701.817500', '125702.277500', '125702.737500', '125703.197500', '125703.657500', '125704.117500', '125704.577500', '125705.037500', '125705.497500', '125705.957500', '125706.417500', '125706.877500', '125707.337500', '125707.797500', '125708.257500', '125708.717500', '125709.177500', '125709.637500', '125710.097500', '125710.557500', '125711.017500', '125711.477500', '125711.937500', '125712.397500', '125712.857500', '125713.317500', '125713.777500', '125714.237500', '125714.697500', '125715.157500', '125715.617500', '125716.077500', '125716.537500', '125716.997500', '125717.457500', '125717.917500', '125718.377500', '125718.837500', '125719.297500', '125719.757500', '125720.217500', '125720.677500', '125721.137500', '125721.597500', '125722.057500', '125722.517500', '125722.977500', '125723.437500', '125723.897500', '125724.357500', '125724.817500', '125725.277500', '125725.737500', '125726.197500', '125726.657500', '125727.117500', '125727.577500', '125728.037500', '125728.497500', '125728.957500', '125729.417500', '125729.877500', '125730.337500', '125730.797500', '125731.257500', '125731.717500', '125732.177500', '125732.637500', '125733.097500', '125733.557500', '125734.017500', '125734.477500', '125734.937500', '125735.397500', '125735.857500', '125736.317500', '125736.777500', '125737.237500', '125737.697500', '125738.157500', '125738.617500', '125739.077500', '125739.537500', '125739.997500', '125740.457500', '125740.917500', '125741.377500', '125741.837500', '125742.297500', '125742.757500', '125743.217500', '125743.677500', '125744.137500', '125744.597500', '125745.057500', '125745.517500', '125745.977500', '125746.437500', '125746.897500', '125747.357500', '125747.817500', '125748.277500', '125748.737500', '125749.197500', '125749.657500', '125750.117500', '125750.577500', '125751.037500', '125751.497500', '125751.957500', '125752.417500', '125752.877500', '125753.337500', '125753.797500', '125754.257500', '125754.717500', '125755.177500', '125755.637500', '125756.097500', '125756.557500', '125757.017500', '125757.477500', '125757.937500', '125758.397500', '125758.857500', '125759.317500', '125759.777500', '125800.237500', '125800.697500', '125801.157500', '125801.617500', '125802.077500', '125802.537500', '125802.997500', '125803.457500', '125803.917500', '125804.377500', '125804.837500', '125805.297500', '125805.757500', '125806.217500', '125806.677500', '125807.137500', '125807.597500', '125808.057500', '125808.517500', '125808.977500', '125809.437500', '125809.897500', '125810.357500', '125810.817500', '125811.277500', '125811.737500', '125812.197500', '125812.657500', '125813.117500', '125813.577500', '125814.037500', '125814.497500', '125814.957500', '125815.417500', '125815.877500', '125816.337500', '125816.797500', '125817.257500', '125817.717500', '125818.177500', '125818.637500', '125819.097500', '125819.557500', '125820.017500', '125820.477500', '125820.937500', '125821.397500', '125821.857500', '125822.317500', '125822.777500', '125823.237500', '125823.697500', '125824.157500', '125824.617500', '125825.077500', '125825.537500', '125825.997500', '125826.457500', '125826.917500', '125827.377500', '125827.837500', '125828.297500', '125828.757500', '125829.217500', '125829.677500', '125830.137500', '125830.597500', '125831.057500', '125831.517500', '125831.977500', '125832.437500', '125832.897500', '125833.357500', '125833.817500', '125834.277500', '125834.737500', '125835.197500', '125835.657500', '125836.117500', '125836.577500', '125837.037500', '125837.497500', '125837.957500', '125838.417500', '125838.877500', '125839.337500', '125839.797500', '125840.257500', '125840.717500', '125841.177500', '125841.637500', '125842.097500', '125842.557500', '125843.017500', '125843.477500', '125843.937500', '125844.397500', '125844.857500', '125845.317500', '125845.777500', '125846.237500', '125846.697500', '125847.157500', '125847.617500', '125848.077500', '125848.537500', '125848.997500', '125849.457500', '125849.917500', '125850.377500', '125850.837500', '125851.297500', '125851.757500', '125852.217500', '125852.677500', '125853.137500', '125853.597500', '125854.057500', '125854.517500', '125854.977500', '125855.437500', '125855.897500', '125856.357500', '125856.817500', '125857.277500', '125857.737500', '125858.197500', '125858.657500', '125859.117500', '125859.577500', '125900.037500', '125900.497500', '125900.957500', '125901.417500', '125901.877500', '125902.337500', '125902.797500', '125903.257500', '125903.717500', '125904.177500', '125904.637500', '125905.097500', '125905.557500', '125906.017500', '125906.477500', '125906.937500', '125907.397500', '125907.857500', '125908.317500', '125908.777500', '125909.237500', '125909.697500', '125910.157500', '125910.617500', '125911.077500', '125911.537500', '125911.997500', '125912.457500', '125912.917500', '125913.377500', '125913.837500', '125914.297500', '125914.757500', '125915.217500', '125915.677500', '125916.137500', '125916.597500', '125917.057500', '125917.517500', '125917.977500', '125918.437500', '125918.897500', '125919.357500', '125919.817500', '125920.277500', '125920.737500', '125921.197500', '125921.657500', '125922.117500', '125922.577500', '125923.037500', '125923.497500', '125923.957500', '125924.417500', '125924.877500', '125925.337500', '125925.797500', '125926.257500', '125926.717500', '125927.177500', '125927.637500', '125928.097500', '125928.557500', '125929.017500', '125929.477500', '125929.937500', '125930.397500', '125930.857500', '125931.317500', '125931.777500', '125932.237500', '125932.697500', '125933.157500', '125933.617500', '125934.077500', '125934.537500', '125934.997500', '125935.457500', '125935.917500', '125936.377500', '125936.837500', '125937.297500', '125937.757500', '125938.217500', '125938.677500', '125939.137500', '125939.597500', '125940.057500', '125940.517500', '125940.977500', '125941.437500', '125941.897500', '125942.357500', '125942.817500', '125943.277500', '125943.737500', '125944.197500', '125944.657500', '125945.117500', '125945.577500', '125946.037500', '125946.497500', '125946.957500', '125947.417500', '125947.877500', '125948.337500', '125948.797500', '125949.257500', '125949.717500', '125950.177500', '125950.637500', '125951.097500', '125951.557500', '125952.017500', '125952.477500', '125952.937500', '125953.397500', '125953.857500', '125954.317500', '125954.777500', '125955.237500', '125955.697500', '125956.157500', '125956.617500', '125957.077500', '125957.537500', '125957.997500', '125958.457500', '125958.917500', '125959.377500', '125959.837500', '130000.297500', '130000.757500', '130001.217500', '130001.677500', '130002.137500', '130002.597500', '130003.057500', '130003.517500', '130003.977500', '130004.437500', '130004.897500', '130005.357500', '130005.817500', '130006.277500', '130006.737500', '130007.197500', '130007.657500', '130008.117500', '130008.577500', '130009.037500', '130009.497500', '130009.957500', '130010.417500', '130010.877500', '130011.337500', '130011.797500', '130012.257500', '130012.717500', '130013.177500', '130013.637500', '130014.097500', '130014.557500', '130015.017500', '130015.477500', '130015.937500', '130016.397500', '130016.857500', '130017.317500', '130017.777500', '130018.237500', '130018.697500', '130019.157500', '130019.617500', '130020.077500', '130020.537500', '130020.997500', '130021.457500', '130021.917500', '130022.377500', '130022.837500', '130023.297500', '130023.757500', '130024.217500', '130024.677500', '130025.137500', '130025.597500', '130026.057500', '130026.517500', '130026.977500', '130027.437500', '130027.897500', '130028.357500', '130028.817500', '130029.277500', '130029.737500', '130030.197500', '130030.657500', '130031.117500', '130031.577500', '130032.037500', '130032.497500', '130032.957500', '130033.417500', '130033.877500', '130034.337500', '130034.797500', '130035.257500', '130035.717500', '130036.177500', '130036.637500', '130037.097500', '130037.557500', '130038.017500', '130038.477500', '130038.937500', '130039.397500', '130039.857500', '130040.317500', '130040.777500', '130041.237500', '130041.697500', '130042.157500', '130042.617500', '130043.077500', '130043.537500', '130043.997500', '130044.457500', '130044.917500', '130045.377500', '130045.837500', '130046.297500', '130046.757500', '130047.217500', '130047.677500', '130048.137500', '130048.597500', '130049.057500', '130049.517500', '130049.977500', '130050.437500', '130050.897500', '130051.357500', '130051.817500', '130052.277500', '130052.737500', '130053.197500', '130053.657500', '130054.117500', '130054.577500', '130055.037500', '130055.497500', '130055.957500', '130056.417500', '130056.877500', '130057.337500', '130057.797500', '130058.257500', '130058.717500', '130059.177500', '130059.637500', '130100.097500', '130100.557500', '130101.017500', '130101.477500', '130101.937500', '130102.397500', '130102.857500', '130103.317500', '130103.777500', '130104.237500', '130104.697500', '130105.157500', '130105.617500', '130106.077500', '130106.537500', '130106.997500', '130107.457500', '130107.917500', '130108.377500', '130108.837500', '130109.297500', '130109.757500', '130110.217500', '130110.677500', '130111.137500', '130111.597500', '130112.057500', '130112.517500', '130112.977500', '130113.437500', '130113.897500', '130114.357500', '130114.817500', '130115.277500', '130115.737500', '130116.197500', '130116.657500', '130117.117500', '130117.577500', '130118.037500', '130118.497500', '130118.957500', '130119.417500', '130119.877500', '130120.337500', '130120.797500', '130121.257500', '130121.717500', '130122.177500', '130122.637500', '130123.097500', '130123.557500', '130124.017500', '130124.477500', '130124.937500', '130125.397500', '130125.857500', '130126.317500', '130126.777500', '130127.237500', '130127.697500', '130128.157500', '130128.617500', '130129.077500', '130129.537500', '130129.997500', '130130.457500', '130130.917500', '130131.377500', '130131.837500', '130132.297500', '130132.757500', '130133.217500', '130133.677500', '130134.137500', '130134.597500', '130135.057500', '130135.517500', '130135.977500', '130136.437500', '130136.897500', '130137.357500', '130137.817500', '130138.277500', '130138.737500', '130139.197500', '130139.657500', '130140.117500', '130140.577500', '130141.037500', '130141.497500', '130141.957500', '130142.417500', '130142.877500', '130143.337500', '130143.797500', '130144.257500', '130144.717500', '130145.177500', '130145.637500', '130146.097500', '130146.557500', '130147.017500', '130147.477500', '130147.937500', '130148.397500', '130148.857500', '130149.317500', '130149.777500', '130150.237500', '130150.697500', '130151.157500', '130151.617500', '130152.077500', '130152.537500', '130152.997500', '130153.457500', '130153.917500', '130154.377500', '130154.837500', '130155.297500', '130155.757500', '130156.217500', '130156.677500', '130157.137500', '130157.597500', '130158.057500', '130158.517500', '130158.977500', '130159.437500', '130159.897500', '130200.357500', '130200.817500', '130201.277500', '130201.737500', '130202.197500', '130202.657500', '130203.117500', '130203.577500', '130204.037500', '130204.497500', '130204.957500', '130205.417500', '130205.877500', '130206.337500', '130206.797500', '130207.257500', '130207.717500', '130208.177500', '130208.637500', '130209.097500', '130209.557500', '130210.017500', '130210.477500', '130210.937500', '130211.397500', '130211.857500', '130212.317500', '130212.777500', '130213.237500', '130213.697500', '130214.157500', '130214.617500', '130215.077500', '130215.537500', '130215.997500', '130216.457500', '130216.917500', '130217.377500', '130217.837500', '130218.297500', '130218.757500', '130219.217500', '130219.677500', '130220.137500', '130220.597500', '130221.057500', '130221.517500', '130221.977500', '130222.437500', '130222.897500', '130223.357500', '130223.817500', '130224.277500', '130224.737500', '130225.197500', '130225.657500', '130226.117500', '130226.577500', '130227.037500', '130227.497500', '130227.957500', '130228.417500', '130228.877500', '130229.337500', '130229.797500', '130230.257500', '130230.717500', '130231.177500', '130231.637500', '130232.097500', '130232.557500', '130233.017500', '130233.477500', '130233.937500', '130234.397500', '130234.857500', '130235.317500', '130235.777500', '130236.237500', '130236.697500', '130237.157500', '130237.617500', '130238.077500', '130238.537500', '130238.997500', '130239.457500', '130239.917500', '130240.377500', '130240.837500', '130241.297500', '130241.757500', '130242.217500', '130242.677500', '130243.137500', '130243.597500', '130244.057500', '130244.517500', '130244.977500', '130245.437500', '130245.897500', '130246.357500', '130246.817500', '130247.277500', '130247.737500', '130248.197500', '130248.657500', '130249.117500', '130249.577500', '130250.037500', '130250.497500', '130250.957500', '130251.417500', '130251.877500', '130252.337500', '130252.797500', '130253.257500', '130253.717500', '130254.177500', '130254.637500', '130255.097500', '130255.557500', '130256.017500', '130256.477500', '130256.937500', '130257.397500', '130257.857500', '130258.317500', '130258.777500', '130259.237500', '130259.697500', '130300.157500', '130300.617500', '130301.077500', '130301.537500', '130301.997500', '130302.457500', '130302.917500', '130303.377500', '130303.837500', '130304.297500', '130304.757500', '130305.217500', '130305.677500', '130306.137500', '130306.597500', '130307.057500', '130307.517500', '130307.977500', '130308.437500', '130308.897500', '130309.357500', '130309.817500', '130310.277500', '130310.737500', '130311.197500', '130311.657500', '130312.117500', '130312.577500', '130313.037500', '130313.497500', '130313.957500', '130314.417500', '130314.877500', '130315.337500', '130315.797500', '130316.257500', '130316.717500', '130317.177500', '130317.637500', '130318.097500', '130318.557500', '130319.017500', '130319.477500', '130319.937500', '130320.397500', '130320.857500', '130321.317500', '130321.777500', '130322.237500', '130322.697500', '130323.157500', '130323.617500', '130324.077500', '130324.537500', '130324.997500', '130325.457500', '130325.917500', '130326.377500', '130326.837500', '130327.297500', '130327.757500', '130328.217500', '130328.677500', '130329.137500', '130329.597500', '130330.057500', '130330.517500', '130330.977500', '130331.437500', '130331.897500', '130332.357500', '130332.817500', '130333.277500', '130333.737500', '130334.197500', '130334.657500', '130335.117500', '130335.577500', '130336.037500', '130336.497500', '130336.957500', '130337.417500', '130337.877500', '130338.337500', '130338.797500', '130339.257500', '130339.717500', '130340.177500', '130340.637500', '130341.097500', '130341.557500', '130342.017500', '130342.477500', '130342.937500', '130343.397500', '130343.857500', '130344.317500', '130344.777500', '130345.237500', '130345.697500', '130346.157500', '130346.617500', '130347.077500', '130347.537500', '130347.997500', '130348.457500', '130348.917500', '130349.377500', '130349.837500', '130350.297500', '130350.757500', '130351.217500', '130351.677500', '130352.137500', '130352.597500', '130353.057500', '130353.517500', '130353.977500', '130354.437500', '130354.897500', '130355.357500', '130355.817500', '130356.277500', '130356.737500', '130357.197500', '130357.657500', '130358.117500', '130358.577500', '130359.037500', '130359.497500', '130359.957500', '130400.417500', '130400.877500', '130401.337500', '130401.797500', '130402.257500', '130402.717500', '130403.177500', '130403.637500', '130404.097500', '130404.557500', '130405.017500', '130405.477500', '130405.937500', '130406.397500', '130406.857500', '130407.317500', '130407.777500', '130408.237500', '130408.697500', '130409.157500', '130409.617500', '130410.077500', '130410.537500', '130410.997500', '130411.457500', '130411.917500', '130412.377500', '130412.837500', '130413.297500', '130413.757500', '130414.217500', '130414.677500', '130415.137500', '130415.597500', '130416.057500', '130416.517500', '130416.977500', '130417.437500', '130417.897500', '130418.357500', '130418.817500', '130419.277500', '130419.737500', '130420.197500', '130420.657500', '130421.117500', '130421.577500', '130422.037500', '130422.497500', '130422.957500', '130423.417500', '130423.877500', '130424.337500', '130424.797500', '130425.257500', '130425.717500', '130426.177500', '130426.637500', '130427.097500', '130427.557500', '130428.017500', '130428.477500', '130428.937500', '130429.397500', '130429.857500', '130430.317500', '130430.777500', '130431.237500', '130431.697500', '130432.157500', '130432.617500', '130433.077500', '130433.537500', '130433.997500', '130434.457500', '130434.917500', '130435.377500', '130435.837500', '130436.297500', '130436.757500', '130437.217500', '130437.677500', '130438.137500', '130438.597500', '130439.057500', '130439.517500', '130439.977500', '130440.437500', '130440.897500', '130441.357500', '130441.817500', '130442.277500', '130442.737500', '130443.197500', '130443.657500', '130444.117500', '130444.577500', '130445.037500', '130445.497500', '130445.957500', '130446.417500', '130446.877500', '130447.337500', '130447.797500', '130448.257500', '130448.717500', '130449.177500', '130449.637500', '130450.097500', '130450.557500', '130451.017500', '130451.477500', '130451.937500', '130452.397500', '130452.857500', '130453.317500', '130453.777500', '130454.237500', '130454.697500', '130455.157500', '130455.617500', '130456.077500', '130456.537500', '130456.997500', '130457.457500', '130457.917500', '130458.377500', '130458.837500', '130459.297500', '130459.757500', '130500.217500', '130500.677500', '130501.137500', '130501.597500', '130502.057500', '130502.517500', '130502.977500', '130503.437500', '130503.897500', '130504.357500', '130504.817500', '130505.277500', '130505.737500', '130506.197500', '130506.657500', '130507.117500', '130507.577500', '130508.037500', '130508.497500', '130508.957500', '130509.417500', '130509.877500', '130510.337500', '130510.797500', '130511.257500', '130511.717500', '130512.177500', '130512.637500', '130513.097500', '130513.557500', '130514.017500', '130514.477500', '130514.937500', '130515.397500', '130515.857500', '130516.317500', '130516.777500', '130517.237500', '130517.697500', '130518.157500', '130518.617500', '130519.077500', '130519.537500', '130519.997500', '130520.457500', '130520.917500', '130521.377500', '130521.837500', '130522.297500', '130522.757500', '130523.217500', '130523.677500', '130524.137500', '130524.597500', '130525.057500', '130525.517500', '130525.977500', '130526.437500', '130526.897500', '130527.357500', '130527.817500', '130528.277500', '130528.737500', '130529.197500', '130529.657500', '130530.117500', '130530.577500', '130531.037500', '130531.497500', '130531.957500', '130532.417500', '130532.877500', '130533.337500', '130533.797500', '130534.257500', '130534.717500', '130535.177500', '130535.637500', '130536.097500', '130536.557500', '130537.017500', '130537.477500', '130537.937500', '130538.397500', '130538.857500', '130539.317500', '130539.777500', '130540.237500', '130540.697500', '130541.157500', '130541.617500', '130542.077500', '130542.537500', '130542.997500', '130543.457500', '130543.917500', '130544.377500', '130544.837500', '130545.297500', '130545.757500', '130546.217500', '130546.677500', '130547.137500', '130547.597500', '130548.057500', '130548.517500', '130548.977500', '130549.437500', '130549.897500', '130550.357500', '130550.817500', '130551.277500', '130551.737500', '130552.197500', '130552.657500', '130553.117500', '130553.577500', '130554.037500', '130554.497500', '130554.957500', '130555.417500', '130555.877500', '130556.337500', '130556.797500', '130557.257500', '130557.717500', '130558.177500', '130558.637500', '130559.097500', '130559.557500', '130600.017500', '130600.477500', '130600.937500', '130601.397500', '130601.857500', '130602.317500', '130602.777500', '130603.237500', '130603.697500', '130604.157500', '130604.617500', '130605.077500', '130605.537500', '130605.997500', '130606.457500', '130606.917500', '130607.377500', '130607.837500', '130608.297500', '130608.757500', '130609.217500', '130609.677500', '130610.137500', '130610.597500', '130611.057500', '130611.517500', '130611.977500', '130612.437500', '130612.897500', '130613.357500', '130613.817500', '130614.277500', '130614.737500', '130615.197500', '130615.657500', '130616.117500', '130616.577500', '130617.037500', '130617.497500', '130617.957500', '130618.417500', '130618.877500', '130619.337500', '130619.797500', '130620.257500', '130620.717500', '130621.177500', '130621.637500', '130622.097500', '130622.557500', '130623.017500', '130623.477500', '130623.937500', '130624.397500', '130624.857500', '130625.317500', '130625.777500', '130626.237500', '130626.697500', '130627.157500', '130627.617500', '130628.077500', '130628.537500', '130628.997500', '130629.457500', '130629.917500', '130630.377500', '130630.837500', '130631.297500', '130631.757500', '130632.217500', '130632.677500', '130633.137500', '130633.597500', '130634.057500', '130634.517500', '130634.977500', '130635.437500', '130635.897500', '130636.357500', '130636.817500', '130637.277500', '130637.737500', '130638.197500', '130638.657500', '130639.117500', '130639.577500', '130640.037500', '130640.497500', '130640.957500', '130641.417500', '130641.877500', '130642.337500', '130642.797500', '130643.257500', '130643.717500', '130644.177500', '130644.637500', '130645.097500', '130645.557500', '130646.017500', '130646.477500', '130646.937500', '130647.397500', '130647.857500', '130648.317500', '130648.777500', '130649.237500', '130649.697500', '130650.157500', '130650.617500', '130651.077500', '130651.537500', '130651.997500', '130652.457500', '130652.917500', '130653.377500', '130653.837500', '130654.297500', '130654.757500', '130655.217500', '130655.677500', '130656.137500', '130656.597500', '130657.057500', '130657.517500', '130657.977500', '130658.437500', '130658.897500', '130659.357500', '130659.817500', '130700.277500', '130700.737500', '130701.197500', '130701.657500', '130702.117500', '130702.577500', '130703.037500', '130703.497500', '130703.957500', '130704.417500', '130704.877500', '130705.337500', '130705.797500', '130706.257500', '130706.717500', '130707.177500', '130707.637500', '130708.097500', '130708.557500', '130709.017500', '130709.477500', '130709.937500', '130710.397500', '130710.857500', '130711.317500', '130711.777500', '130712.237500', '130712.697500', '130713.157500', '130713.617500', '130714.077500', '130714.537500', '130714.997500', '130715.457500', '130715.917500', '130716.377500', '130716.837500', '130717.297500', '130717.757500', '130718.217500', '130718.677500', '130719.137500', '130719.597500', '130720.057500', '130720.517500', '130720.977500', '130721.437500', '130721.897500', '130722.357500', '130722.817500', '130723.277500', '130723.737500', '130724.197500', '130724.657500', '130725.117500', '130725.577500', '130726.037500', '130726.497500', '130726.957500', '130727.417500', '130727.877500', '130728.337500', '130728.797500', '130729.257500', '130729.717500', '130730.177500', '130730.637500', '130731.097500', '130731.557500', '130732.017500', '130732.477500', '130732.937500', '130733.397500', '130733.857500', '130734.317500', '130734.777500', '130735.237500', '130735.697500', '130736.157500', '130736.617500', '130737.077500', '130737.537500', '130737.997500', '130738.457500', '130738.917500', '130739.377500', '130739.837500', '130740.297500', '130740.757500', '130741.217500', '130741.677500', '130742.137500', '130742.597500', '130743.057500', '130743.517500', '130743.977500', '130744.437500', '130744.897500', '130745.357500', '130745.817500', '130746.277500', '130746.737500', '130747.197500', '130747.657500', '130748.117500', '130748.577500', '130749.037500', '130749.497500', '130749.957500', '130750.417500', '130750.877500', '130751.337500', '130751.797500', '130752.257500', '130752.717500', '130753.177500', '130753.637500', '130754.097500', '130754.557500', '130755.017500', '130755.477500', '130755.937500', '130756.397500', '130756.857500', '130757.317500', '130757.777500', '130758.237500', '130758.697500', '130759.157500', '130759.617500', '130800.077500', '130800.537500', '130800.997500', '130801.457500', '130801.917500', '130802.377500', '130802.837500', '130803.297500', '130803.757500', '130804.217500', '130804.677500', '130805.137500', '130805.597500', '130806.057500', '130806.517500', '130806.977500', '130807.437500', '130807.897500', '130808.357500', '130808.817500', '130809.277500', '130809.737500', '130810.197500', '130810.657500', '130811.117500', '130811.577500', '130812.037500', '130812.497500', '130812.957500', '130813.417500', '130813.877500', '130814.337500', '130814.797500', '130815.257500', '130815.717500', '130816.177500', '130816.637500', '130817.097500', '130817.557500', '130818.017500', '130818.477500', '130818.937500', '130819.397500', '130819.857500', '130820.317500', '130820.777500', '130821.237500', '130821.697500', '130822.157500', '130822.617500', '130823.077500', '130823.537500', '130823.997500', '130824.457500', '130824.917500', '130825.377500', '130825.837500', '130826.297500', '130826.757500', '130827.217500', '130827.677500', '130828.137500', '130828.597500', '130829.057500', '130829.517500', '130829.977500', '130830.437500', '130830.897500', '130831.357500', '130831.817500', '130832.277500', '130832.737500', '130833.197500', '130833.657500', '130834.117500', '130834.577500', '130835.037500', '130835.497500', '130835.957500', '130836.417500', '130836.877500', '130837.337500', '130837.797500', '130838.257500', '130838.717500', '130839.177500', '130839.637500', '130840.097500', '130840.557500', '130841.017500', '130841.477500', '130841.937500', '130842.397500', '130842.857500', '130843.317500', '130843.777500', '130844.237500', '130844.697500', '130845.157500', '130845.617500', '130846.077500', '130846.537500', '130846.997500', '130847.457500', '130847.917500', '130848.377500', '130848.837500', '130849.297500', '130849.757500', '130850.217500', '130850.677500', '130851.137500', '130851.597500', '130852.057500', '130852.517500', '130852.977500', '130853.437500', '130853.897500', '130854.357500', '130854.817500', '130855.277500', '130855.737500', '130856.197500', '130856.657500', '130857.117500', '130857.577500', '130858.037500', '130858.497500', '130858.957500', '130859.417500', '130859.877500', '130900.337500', '130900.797500', '130901.257500', '130901.717500', '130902.177500', '130902.637500', '130903.097500', '130903.557500', '130904.017500', '130904.477500', '130904.937500', '130905.397500', '130905.857500', '130906.317500', '130906.777500', '130907.237500', '130907.697500', '130908.157500', '130908.617500', '130909.077500', '130909.537500', '130909.997500', '130910.457500', '130910.917500', '130911.377500', '130911.837500', '130912.297500', '130912.757500', '130913.217500', '130913.677500', '130914.137500', '130914.597500', '130915.057500', '130915.517500', '130915.977500', '130916.437500', '130916.897500', '130917.357500', '130917.817500', '130918.277500', '130918.737500', '130919.197500', '130919.657500', '130920.117500', '130920.577500', '130921.037500', '130921.497500', '130921.957500', '130922.417500', '130922.877500', '130923.337500', '130923.797500', '130924.257500', '130924.717500', '130925.177500', '130925.637500', '130926.097500', '130926.557500', '130927.017500', '130927.477500', '130927.937500', '130928.397500', '130928.857500', '130929.317500', '130929.777500', '130930.237500', '130930.697500', '130931.157500', '130931.617500', '130932.077500', '130932.537500', '130932.997500', '130933.457500', '130933.917500', '130934.377500', '130934.837500', '130935.297500', '130935.757500', '130936.217500', '130936.677500', '130937.137500', '130937.597500', '130938.057500', '130938.517500', '130938.977500', '130939.437500', '130939.897500', '130940.357500', '130940.817500', '130941.277500', '130941.737500', '130942.197500', '130942.657500', '130943.117500', '130943.577500', '130944.037500', '130944.497500', '130944.957500', '130945.417500', '130945.877500', '130946.337500', '130946.797500', '130947.257500', '130947.717500', '130948.177500', '130948.637500', '130949.097500', '130949.557500', '130950.017500', '130950.477500', '130950.937500', '130951.397500', '130951.857500', '130952.317500', '130952.777500', '130953.237500', '130953.697500', '130954.157500', '130954.617500', '130955.077500', '130955.537500', '130955.997500', '130956.457500', '130956.917500', '130957.377500', '130957.837500', '130958.297500', '130958.757500', '130959.217500', '130959.677500', '131000.137500', '131000.597500', '131001.057500', '131001.517500', '131001.977500', '131002.437500', '131002.897500', '131003.357500', '131003.817500', '131004.277500', '131004.737500', '131005.197500', '131005.657500', '131006.117500', '131006.577500', '131007.037500', '131007.497500', '131007.957500', '131008.417500', '131008.877500', '131009.337500', '131009.797500', '131010.257500', '131010.717500', '131011.177500', '131011.637500', '131012.097500', '131012.557500', '131013.017500', '131013.477500', '131013.937500', '131014.397500', '131014.857500', '131015.317500', '131015.777500', '131016.237500', '131016.697500', '131017.157500', '131017.617500', '131018.077500', '131018.537500', '131018.997500', '131019.457500', '131019.917500', '131020.377500', '131020.837500', '131021.297500', '131021.757500', '131022.217500', '131022.677500', '131023.137500', '131023.597500', '131024.057500', '131024.517500', '131024.977500', '131025.437500', '131025.897500', '131026.357500', '131026.817500', '131027.277500', '131027.737500', '131028.197500', '131028.657500', '131029.117500', '131029.577500', '131030.037500', '131030.497500', '131030.957500', '131031.417500', '131031.877500', '131032.337500', '131032.797500', '131033.257500', '131033.717500', '131034.177500', '131034.637500', '131035.097500', '131035.557500', '131036.017500', '131036.477500', '131036.937500', '131037.397500', '131037.857500', '131038.317500', '131038.777500', '131039.237500', '131039.697500', '131040.157500', '131040.617500', '131041.077500', '131041.537500', '131041.997500', '131042.457500', '131042.917500', '131043.377500', '131043.837500', '131044.297500', '131044.757500', '131045.217500', '131045.677500', '131046.137500', '131046.597500', '131047.057500', '131047.517500', '131047.977500', '131048.437500', '131048.897500', '131049.357500', '131049.817500', '131050.277500', '131050.737500', '131051.197500', '131051.657500', '131052.117500', '131052.577500', '131053.037500', '131053.497500', '131053.957500', '131054.417500', '131054.877500', '131055.337500', '131055.797500', '131056.257500', '131056.717500', '131057.177500', '131057.637500', '131058.097500', '131058.557500', '131059.017500', '131059.477500', '131059.937500', '131100.397500', '131100.857500', '131101.317500', '131101.777500', '131102.237500', '131102.697500', '131103.157500', '131103.617500', '131104.077500', '131104.537500', '131104.997500', '131105.457500', '131105.917500', '131106.377500', '131106.837500', '131107.297500', '131107.757500', '131108.217500'], 'ContentTime': ['125718.540000', '125718.543000', '125718.546000', '125718.549000', '125718.552000', '125718.555000', '125718.558000', '125718.560000', '125718.563000', '125718.566000', '125718.569000', '125718.572000', '125718.575000', '125718.578000', '125718.580000', '125718.583000', '125718.588000', '125718.591000', '125718.594000', '125718.597000', '125718.599000', '125718.602000', '125718.605000', '125718.608000', '125718.611000', '125718.614000', '125718.617000', '125718.619000', '125718.622000', '125718.625000', '125718.628000', '125718.631000', '125718.634000', '125718.637000', '125718.640000', '125718.642000', '125718.645000', '125718.648000', '125718.651000', '125718.654000', '125718.657000', '125718.659000', '125718.662000', '125718.665000', '125718.668000', '125718.671000', '125718.674000', '125718.676000', '125718.679000', '125718.682000', '125718.685000', '125718.688000', '125738.504000', '125738.507000', '125738.510000', '125738.513000', '125738.515000', '125738.518000', '125738.521000', '125738.524000', '125738.527000', '125738.530000', '125738.533000', '125738.536000', '125738.541000', '125738.543000', '125738.546000', '125738.549000', '125738.552000', '125738.555000', '125738.558000', '125738.561000', '125738.565000', '125738.569000', '125738.572000', '125738.575000', '125738.578000', '125738.581000', '125738.584000', '125738.586000', '125738.589000', '125738.592000', '125738.595000', '125738.598000', '125738.610000', '125738.612000', '125738.615000', '125738.618000', '125738.621000', '125738.624000', '125738.627000', '125738.629000', '125738.632000', '125738.635000', '125738.638000', '125758.504000', '125758.507000', '125758.510000', '125758.512000', '125758.515000', '125758.518000', '125758.521000', '125758.524000', '125758.527000', '125758.529000', '125758.532000', '125758.535000', '125758.538000', '125758.541000', '125758.544000', '125758.546000', '125758.549000', '125758.552000', '125758.555000', '125758.558000', '125758.561000', '125758.564000', '125758.567000', '125758.569000', '125758.572000', '125758.575000', '125758.578000', '125758.583000', '125758.586000', '125758.589000', '125758.592000', '125758.595000', '125758.597000', '125758.600000', '125758.603000', '125758.606000', '125758.609000', '125758.612000', '125758.615000', '125758.617000', '125758.620000', '125758.623000', '125758.626000', '125758.629000', '125818.504000', '125818.508000', '125818.511000', '125818.514000', '125818.517000', '125818.520000', '125818.523000', '125818.526000', '125818.529000', '125818.531000', '125818.534000', '125818.537000', '125818.540000', '125818.543000', '125818.546000', '125818.549000', '125818.551000', '125818.554000', '125818.557000', '125818.560000', '125818.563000', '125818.566000', '125818.569000', '125818.573000', '125818.577000', '125818.580000', '125818.583000', '125818.614000', '125818.617000', '125818.620000', '125818.623000', '125818.626000', '125818.629000', '125818.631000', '125818.634000', '125818.637000', '125818.640000', '125818.643000', '125818.646000', '125818.649000', '125818.651000', '125818.654000', '125818.657000', '125838.504000', '125838.507000', '125838.510000', '125838.513000', '125838.516000', '125838.518000', '125838.521000', '125838.524000', '125838.527000', '125838.530000', '125838.533000', '125838.536000', '125838.538000', '125838.541000', '125838.544000', '125838.547000', '125838.550000', '125838.553000', '125838.556000', '125838.559000', '125838.563000', '125838.566000', '125838.569000', '125838.572000', '125838.575000', '125838.578000', '125838.581000', '125838.584000', '125838.586000', '125838.589000', '125838.592000', '125838.595000', '125838.598000', '125838.601000', '125838.604000', '125838.607000', '125838.609000', '125838.612000', '125838.615000', '125838.618000', '125838.621000', '125838.624000', '125838.627000', '125838.629000', '125858.504000', '125858.507000', '125858.510000', '125858.513000', '125858.516000', '125858.518000', '125858.521000', '125858.524000', '125858.527000', '125858.530000', '125858.533000', '125858.536000', '125858.539000', '125858.541000', '125858.544000', '125858.547000', '125858.550000', '125858.553000', '125858.556000', '125858.559000', '125858.562000', '125858.565000', '125858.568000', '125858.570000', '125858.573000', '125858.576000', '125858.579000', '125858.582000', '125858.585000', '125858.596000', '125858.599000', '125858.602000', '125858.604000', '125858.607000', '125858.610000', '125858.613000', '125858.616000', '125858.619000', '125858.622000', '125858.625000', '125858.627000', '125858.630000', '125858.633000', '125918.504000', '125918.507000', '125918.510000', '125918.513000', '125918.516000', '125918.519000', '125918.521000', '125918.524000', '125918.527000', '125918.530000', '125918.533000', '125918.536000', '125918.539000', '125918.542000', '125918.544000', '125918.547000', '125918.550000', '125918.553000', '125918.556000', '125918.559000', '125918.562000', '125918.564000', '125918.567000', '125918.570000', '125918.573000', '125918.576000', '125918.579000', '125918.582000', '125918.593000', '125918.595000', '125918.598000', '125918.601000', '125918.604000', '125918.607000', '125918.610000', '125918.612000', '125918.615000', '125918.618000', '125918.621000', '125918.624000', '125918.627000', '125918.630000', '125918.633000', '125918.636000', '125938.503000', '125938.506000', '125938.509000', '125938.512000', '125938.515000', '125938.518000', '125938.521000', '125938.524000', '125938.527000', '125938.530000', '125938.533000', '125938.536000', '125938.539000', '125938.542000', '125938.546000', '125938.549000', '125938.552000', '125938.554000', '125938.557000', '125938.580000', '125938.583000', '125938.586000', '125938.589000', '125938.592000', '125938.595000', '125938.598000', '125938.601000', '125938.604000', '125938.608000', '125938.613000', '125938.617000', '125938.620000', '125938.623000', '125938.626000', '125938.629000', '125938.632000', '125938.635000', '125938.638000', '125938.641000', '125938.644000', '125938.647000', '125938.650000', '125938.653000', '125958.504000', '125958.507000', '125958.510000', '125958.513000', '125958.515000', '125958.518000', '125958.521000', '125958.524000', '125958.527000', '125958.530000', '125958.533000', '125958.536000', '125958.539000', '125958.541000', '125958.544000', '125958.547000', '125958.550000', '125958.553000', '125958.556000', '125958.558000', '125958.561000', '125958.564000', '125958.567000', '125958.570000', '125958.573000', '125958.576000', '125958.579000', '125958.582000', '125958.585000', '125958.587000', '125958.590000', '125958.593000', '125958.596000', '125958.599000', '125958.602000', '125958.605000', '125958.608000', '125958.610000', '125958.613000', '125958.616000', '125958.619000', '125958.622000', '125958.625000', '125958.628000', '130018.504000', '130018.507000', '130018.510000', '130018.513000', '130018.516000', '130018.519000', '130018.521000', '130018.524000', '130018.527000', '130018.530000', '130018.533000', '130018.536000', '130018.539000', '130018.542000', '130018.544000', '130018.547000', '130018.550000', '130018.553000', '130018.556000', '130018.559000', '130018.562000', '130018.564000', '130018.567000', '130018.570000', '130018.573000', '130018.576000', '130018.579000', '130018.582000', '130018.585000', '130018.588000', '130018.590000', '130018.593000', '130018.596000', '130018.599000', '130018.602000', '130018.605000', '130018.608000', '130018.611000', '130018.613000', '130018.616000', '130018.619000', '130018.622000', '130018.625000', '130038.504000', '130038.507000', '130038.510000', '130038.513000', '130038.516000', '130038.518000', '130038.521000', '130038.524000', '130038.527000', '130038.530000', '130038.533000', '130038.536000', '130038.538000', '130038.541000', '130038.544000', '130038.547000', '130038.550000', '130038.553000', '130038.556000', '130038.559000', '130038.561000', '130038.564000', '130038.567000', '130038.570000', '130038.573000', '130038.576000', '130038.579000', '130038.582000', '130038.585000', '130038.588000', '130038.591000', '130038.594000', '130038.597000', '130038.600000', '130038.602000', '130038.605000', '130038.608000', '130038.611000', '130038.614000', '130038.617000', '130038.620000', '130038.623000', '130038.626000', '130038.629000', '130058.504000', '130058.507000', '130058.510000', '130058.513000', '130058.516000', '130058.518000', '130058.521000', '130058.524000', '130058.527000', '130058.544000', '130058.547000', '130058.550000', '130058.553000', '130058.556000', '130058.558000', '130058.561000', '130058.564000', '130058.567000', '130058.570000', '130058.573000', '130058.576000', '130058.579000', '130058.583000', '130058.586000', '130058.589000', '130058.592000', '130058.595000', '130058.598000', '130058.601000', '130058.604000', '130058.607000', '130058.609000', '130058.612000', '130058.615000', '130058.618000', '130058.621000', '130058.624000', '130058.627000', '130058.630000', '130058.632000', '130058.636000', '130058.641000', '130058.645000', '130118.504000', '130118.507000', '130118.510000', '130118.513000', '130118.516000', '130118.518000', '130118.521000', '130118.524000', '130118.527000', '130118.530000', '130118.533000', '130118.536000', '130118.539000', '130118.542000', '130118.545000', '130118.548000', '130118.550000', '130118.553000', '130118.556000', '130118.559000', '130118.562000', '130118.565000', '130118.568000', '130118.571000', '130118.574000', '130118.577000', '130118.579000', '130118.582000', '130118.585000', '130118.588000', '130118.591000', '130118.594000', '130118.597000', '130118.599000', '130118.602000', '130118.605000', '130118.608000', '130118.611000', '130118.614000', '130118.617000', '130118.620000', '130118.622000', '130118.625000', '130118.628000', '130138.504000', '130138.507000', '130138.510000', '130138.513000', '130138.516000', '130138.519000', '130138.521000', '130138.524000', '130138.527000', '130138.530000', '130138.533000', '130138.536000', '130138.539000', '130138.541000', '130138.544000', '130138.547000', '130138.550000', '130138.553000', '130138.556000', '130138.559000', '130138.562000', '130138.565000', '130138.568000', '130138.570000', '130138.573000', '130138.576000', '130138.579000', '130138.582000', '130138.585000', '130138.588000', '130138.591000', '130138.594000', '130138.597000', '130138.600000', '130138.603000', '130138.606000', '130138.608000', '130138.611000', '130138.614000', '130138.617000', '130138.620000', '130138.623000', '130138.626000', '130158.503000', '130158.506000', '130158.509000', '130158.512000', '130158.515000', '130158.518000', '130158.521000', '130158.524000', '130158.527000', '130158.530000', '130158.532000', '130158.535000', '130158.538000', '130158.541000', '130158.544000', '130158.547000', '130158.549000', '130158.552000', '130158.555000', '130158.558000', '130158.561000', '130158.564000', '130158.567000', '130158.570000', '130158.573000', '130158.575000', '130158.578000', '130158.581000', '130158.584000', '130158.587000', '130158.590000', '130158.593000', '130158.596000', '130158.599000', '130158.602000', '130158.605000', '130158.607000', '130158.610000', '130158.613000', '130158.616000', '130158.619000', '130158.622000', '130158.625000', '130158.627000', '130218.504000', '130218.507000', '130218.510000', '130218.513000', '130218.516000', '130218.519000', '130218.522000', '130218.525000', '130218.528000', '130218.531000', '130218.534000', '130218.536000', '130218.539000', '130218.542000', '130218.545000', '130218.548000', '130218.551000', '130218.554000', '130218.557000', '130218.560000', '130218.562000', '130218.565000', '130218.568000', '130218.571000', '130218.574000', '130218.577000', '130218.580000', '130218.583000', '130218.585000', '130218.588000', '130218.591000', '130218.594000', '130218.597000', '130218.600000', '130218.616000', '130218.619000', '130218.623000', '130218.626000', '130218.629000', '130218.632000', '130218.635000', '130218.637000', '130218.640000', '130238.506000', '130238.509000', '130238.512000', '130238.515000', '130238.517000', '130238.520000', '130238.523000', '130238.526000', '130238.529000', '130238.532000', '130238.535000', '130238.538000', '130238.541000', '130238.544000', '130238.546000', '130238.549000', '130238.552000', '130238.555000', '130238.558000', '130238.561000', '130238.564000', '130238.567000', '130238.570000', '130238.572000', '130238.575000', '130238.578000', '130238.581000', '130238.584000', '130238.587000', '130238.590000', '130238.592000', '130238.595000', '130238.598000', '130238.601000', '130238.604000', '130238.607000', '130238.610000', '130238.613000', '130238.616000', '130238.619000', '130238.622000', '130238.624000', '130238.627000', '130238.630000', '130258.504000', '130258.507000', '130258.510000', '130258.526000', '130258.529000', '130258.531000', '130258.534000', '130258.537000', '130258.540000', '130258.543000', '130258.546000', '130258.549000', '130258.552000', '130258.555000', '130258.557000', '130258.561000', '130258.564000', '130258.567000', '130258.570000', '130258.573000', '130258.576000', '130258.578000', '130258.581000', '130258.585000', '130258.588000', '130258.591000', '130258.593000', '130258.596000', '130258.599000', '130258.602000', '130258.605000', '130258.608000', '130258.611000', '130258.614000', '130258.617000', '130258.620000', '130258.622000', '130258.625000', '130258.628000', '130258.631000', '130258.634000', '130258.637000', '130258.640000', '130318.507000', '130318.510000', '130318.513000', '130318.516000', '130318.519000', '130318.522000', '130318.525000', '130318.527000', '130318.530000', '130318.533000', '130318.536000', '130318.539000', '130318.543000', '130318.546000', '130318.549000', '130318.551000', '130318.554000', '130318.557000', '130318.560000', '130318.563000', '130318.566000', '130318.569000', '130318.572000', '130318.575000', '130318.578000', '130318.581000', '130318.583000', '130318.586000', '130318.589000', '130318.592000', '130318.595000', '130318.598000', '130318.601000', '130318.604000', '130318.606000', '130318.609000', '130318.612000', '130318.615000', '130318.618000', '130318.621000', '130318.624000', '130318.627000', '130318.630000', '130318.633000', '130338.504000', '130338.508000', '130338.512000', '130338.515000', '130338.519000', '130338.523000', '130338.526000', '130338.530000', '130338.533000', '130338.537000', '130338.541000', '130338.544000', '130338.547000', '130338.551000', '130338.555000', '130338.558000', '130338.562000', '130338.566000', '130338.570000', '130338.573000', '130338.576000', '130338.580000', '130338.584000', '130338.587000', '130338.591000', '130338.594000', '130338.598000', '130338.602000', '130338.605000', '130338.608000', '130338.612000', '130338.616000', '130338.619000', '130338.623000', '130338.627000', '130338.630000', '130338.634000', '130338.637000', '130338.641000', '130338.645000', '130338.648000', '130338.651000', '130338.655000', '130358.506000', '130358.535000', '130358.538000', '130358.541000', '130358.544000', '130358.547000', '130358.549000', '130358.552000', '130358.555000', '130358.558000', '130358.561000', '130358.564000', '130358.567000', '130358.570000', '130358.573000', '130358.576000', '130358.579000', '130358.582000', '130358.584000', '130358.587000', '130358.590000', '130358.593000', '130358.596000', '130358.599000', '130358.602000', '130358.604000', '130358.607000', '130358.610000', '130358.613000', '130358.616000', '130358.619000', '130358.622000', '130358.625000', '130358.628000', '130358.631000', '130358.633000', '130358.636000', '130358.639000', '130358.642000', '130358.645000', '130358.648000', '130358.651000', '130358.653000', '130418.503000', '130418.506000', '130418.509000', '130418.512000', '130418.515000', '130418.518000', '130418.521000', '130418.524000', '130418.527000', '130418.530000', '130418.532000', '130418.535000', '130418.538000', '130418.541000', '130418.544000', '130418.547000', '130418.550000', '130418.553000', '130418.556000', '130418.559000', '130418.562000', '130418.565000', '130418.568000', '130418.571000', '130418.574000', '130418.576000', '130418.579000', '130418.582000', '130418.585000', '130418.588000', '130418.591000', '130418.594000', '130418.597000', '130418.599000', '130418.602000', '130418.605000', '130418.608000', '130418.611000', '130418.614000', '130418.617000', '130418.619000', '130418.622000', '130418.625000', '130418.628000', '130438.504000', '130438.507000', '130438.510000', '130438.513000', '130438.516000', '130438.519000', '130438.523000', '130438.528000', '130438.531000', '130438.534000', '130438.537000', '130438.540000', '130438.543000', '130438.545000', '130438.548000', '130438.551000', '130438.554000', '130438.557000', '130438.560000', '130438.563000', '130438.565000', '130438.568000', '130438.571000', '130438.574000', '130438.577000', '130438.580000', '130438.583000', '130438.586000', '130438.589000', '130438.591000', '130438.594000', '130438.597000', '130438.600000', '130438.603000', '130438.606000', '130438.609000', '130438.611000', '130438.614000', '130438.617000', '130438.620000', '130438.623000', '130438.626000', '130438.629000', '130458.504000', '130458.507000', '130458.510000', '130458.513000', '130458.516000', '130458.518000', '130458.521000', '130458.524000', '130458.527000', '130458.530000', '130458.533000', '130458.536000', '130458.539000', '130458.542000', '130458.545000', '130458.547000', '130458.550000', '130458.553000', '130458.556000', '130458.559000', '130458.562000', '130458.564000', '130458.567000', '130458.570000', '130458.573000', '130458.576000', '130458.579000', '130458.582000', '130458.585000', '130458.588000', '130458.591000', '130458.593000', '130458.596000', '130458.599000', '130458.602000', '130458.605000', '130458.608000', '130458.611000', '130458.614000', '130458.616000', '130458.619000', '130458.622000', '130458.625000', '130458.628000', '130518.504000', '130518.507000', '130518.510000', '130518.513000', '130518.516000', '130518.519000', '130518.522000', '130518.525000', '130518.528000', '130518.531000', '130518.533000', '130518.536000', '130518.539000', '130518.544000', '130518.549000', '130518.552000', '130518.554000', '130518.557000', '130518.560000', '130518.563000', '130518.566000', '130518.569000', '130518.572000', '130518.575000', '130518.578000', '130518.581000', '130518.584000', '130518.587000', '130518.590000', '130518.592000', '130518.595000', '130518.598000', '130518.601000', '130518.604000', '130518.607000', '130518.610000', '130518.613000', '130518.615000', '130518.618000', '130518.621000', '130518.624000', '130518.627000', '130518.630000', '130538.504000', '130538.507000', '130538.510000', '130538.513000', '130538.516000', '130538.518000', '130538.521000', '130538.524000', '130538.527000', '130538.530000', '130538.533000', '130538.536000', '130538.539000', '130538.542000', '130538.544000', '130538.547000', '130538.550000', '130538.553000', '130538.556000', '130538.559000', '130538.562000', '130538.564000', '130538.567000', '130538.570000', '130538.573000', '130538.576000', '130538.579000', '130538.582000', '130538.585000', '130538.588000', '130538.591000', '130538.594000', '130538.597000', '130538.599000', '130538.602000', '130538.605000', '130538.608000', '130538.611000', '130538.614000', '130538.617000', '130538.620000', '130538.622000', '130538.625000', '130538.628000', '130618.504000', '130618.507000', '130618.510000', '130618.513000', '130618.516000', '130618.519000', '130618.522000', '130618.525000', '130618.528000', '130618.531000', '130618.546000', '130618.549000', '130618.552000', '130618.555000', '130618.557000', '130618.560000', '130618.563000', '130618.566000', '130618.569000', '130618.572000', '130618.575000', '130618.578000', '130618.581000', '130618.584000', '130618.587000', '130618.590000', '130618.593000', '130618.596000', '130618.599000', '130618.601000', '130618.604000', '130618.607000', '130618.610000', '130618.613000', '130618.616000', '130618.619000', '130618.622000', '130618.625000', '130618.628000', '130618.630000', '130618.633000', '130618.636000', '130618.639000', '130618.642000', '130618.645000', '130618.648000', '130618.651000', '130618.654000', '130618.657000', '130618.659000', '130618.662000', '130618.665000', '130618.668000', '130618.671000', '130618.674000', '130618.677000', '130618.680000', '130618.683000', '130618.686000', '130618.688000', '130618.691000', '130618.694000', '130618.697000', '130618.700000', '130618.703000', '130618.706000', '130618.709000', '130618.712000', '130618.714000', '130618.717000', '130618.720000', '130618.723000', '130618.726000', '130618.729000', '130618.732000', '130618.736000', '130618.739000', '130618.742000', '130618.745000', '130618.748000', '130618.751000', '130618.754000', '130618.756000', '130618.759000', '130618.762000', '130618.765000', '130618.768000', '130638.503000', '130638.506000', '130638.509000', '130638.512000', '130638.515000', '130638.518000', '130638.521000', '130638.524000', '130638.526000', '130638.529000', '130638.532000', '130638.535000', '130638.538000', '130638.541000', '130638.544000', '130638.547000', '130638.550000', '130638.553000', '130638.555000', '130638.558000', '130638.561000', '130638.564000', '130638.567000', '130638.570000', '130638.573000', '130638.576000', '130638.579000', '130638.582000', '130638.585000', '130638.590000', '130638.593000', '130638.596000', '130638.599000', '130638.602000', '130638.605000', '130638.608000', '130638.611000', '130638.614000', '130638.616000', '130638.619000', '130638.622000', '130638.625000', '130638.628000', '130658.504000', '130658.507000', '130658.510000', '130658.513000', '130658.516000', '130658.519000', '130658.522000', '130658.524000', '130658.527000', '130658.530000', '130658.533000', '130658.536000', '130658.539000', '130658.542000', '130658.545000', '130658.548000', '130658.551000', '130658.553000', '130658.556000', '130658.559000', '130658.562000', '130658.565000', '130658.568000', '130658.571000', '130658.574000', '130658.577000', '130658.580000', '130658.583000', '130658.585000', '130658.588000', '130658.591000', '130658.594000', '130658.597000', '130658.600000', '130658.603000', '130658.606000', '130658.609000', '130658.612000', '130658.615000', '130658.617000', '130658.620000', '130658.623000', '130658.626000', '130658.629000', '130718.504000', '130718.507000', '130718.510000', '130718.513000', '130718.516000', '130718.519000', '130718.522000', '130718.534000', '130718.537000', '130718.540000', '130718.543000', '130718.546000', '130718.549000', '130718.552000', '130718.555000', '130718.558000', '130718.560000', '130718.563000', '130718.566000', '130718.569000', '130718.572000', '130718.575000', '130718.578000', '130718.581000', '130718.584000', '130718.587000', '130718.590000', '130718.593000', '130718.596000', '130718.599000', '130718.602000', '130718.604000', '130718.607000', '130718.610000', '130718.613000', '130718.616000', '130718.619000', '130718.622000', '130718.625000', '130718.630000', '130718.633000', '130718.636000', '130718.639000', '130738.504000', '130738.507000', '130738.510000', '130738.513000', '130738.516000', '130738.519000', '130738.522000', '130738.525000', '130738.527000', '130738.530000', '130738.533000', '130738.536000', '130738.539000', '130738.542000', '130738.545000', '130738.548000', '130738.551000', '130738.553000', '130738.556000', '130738.559000', '130738.562000', '130738.565000', '130738.568000', '130738.571000', '130738.574000', '130738.577000', '130738.580000', '130738.583000', '130738.585000', '130738.588000', '130738.591000', '130738.594000', '130738.597000', '130738.600000', '130738.603000', '130738.606000', '130738.609000', '130738.612000', '130738.615000', '130738.617000', '130738.620000', '130738.623000', '130738.626000', '130738.629000', '130758.504000', '130758.507000', '130758.510000', '130758.513000', '130758.516000', '130758.519000', '130758.522000', '130758.525000', '130758.528000', '130758.531000', '130758.533000', '130758.536000', '130758.539000', '130758.542000', '130758.545000', '130758.548000', '130758.551000', '130758.554000', '130758.557000', '130758.560000', '130758.563000', '130758.566000', '130758.569000', '130758.571000', '130758.574000', '130758.577000', '130758.580000', '130758.583000', '130758.586000', '130758.589000', '130758.592000', '130758.595000', '130758.598000', '130758.601000', '130758.604000', '130758.607000', '130758.617000', '130758.620000', '130758.623000', '130758.625000', '130758.628000', '130758.631000', '130758.634000', '130818.504000', '130818.507000', '130818.510000', '130818.513000', '130818.516000', '130818.519000', '130818.522000', '130818.525000', '130818.527000', '130818.530000', '130818.533000', '130818.536000', '130818.539000', '130818.542000', '130818.544000', '130818.547000', '130818.550000', '130818.553000', '130818.556000', '130818.559000', '130818.562000', '130818.565000', '130818.568000', '130818.571000', '130818.573000', '130818.576000', '130818.579000', '130818.582000', '130818.585000', '130818.588000', '130818.591000', '130818.594000', '130818.597000', '130818.600000', '130818.602000', '130818.605000', '130818.608000', '130818.611000', '130818.614000', '130818.617000', '130818.620000', '130818.623000', '130818.625000', '130818.628000', '130838.504000', '130838.507000', '130838.510000', '130838.513000', '130838.516000', '130838.519000', '130838.521000', '130838.524000', '130838.527000', '130838.530000', '130838.533000', '130838.536000', '130838.538000', '130838.541000', '130838.544000', '130838.547000', '130838.550000', '130838.553000', '130838.556000', '130838.558000', '130838.561000', '130838.564000', '130838.567000', '130838.571000', '130838.574000', '130838.577000', '130838.580000', '130838.583000', '130838.586000', '130838.589000', '130838.591000', '130838.594000', '130838.597000', '130838.600000', '130838.603000', '130838.606000', '130838.609000', '130838.612000', '130838.614000', '130838.617000', '130838.620000', '130838.623000', '130838.626000', '130858.503000', '130858.506000', '130858.509000', '130858.512000', '130858.515000', '130858.518000', '130858.521000', '130858.524000', '130858.526000', '130858.529000', '130858.532000', '130858.535000', '130858.538000', '130858.541000', '130858.544000', '130858.547000', '130858.550000', '130858.553000', '130858.555000', '130858.558000', '130858.561000', '130858.564000', '130858.567000', '130858.570000', '130858.573000', '130858.576000', '130858.579000', '130858.582000', '130858.584000', '130858.587000', '130858.590000', '130858.593000', '130858.596000', '130858.599000', '130858.602000', '130858.605000', '130858.608000', '130858.610000', '130858.613000', '130858.616000', '130858.619000', '130858.622000', '130858.625000', '130858.628000', '130918.504000', '130918.507000', '130918.510000', '130918.513000', '130918.516000', '130918.519000', '130918.522000', '130918.524000', '130918.527000', '130918.530000', '130918.533000', '130918.536000', '130918.539000', '130918.542000', '130918.545000', '130918.547000', '130918.550000', '130918.553000', '130918.556000', '130918.559000', '130918.562000', '130918.565000', '130918.568000', '130918.571000', '130918.574000', '130918.577000', '130918.579000', '130918.582000', '130918.585000', '130918.588000', '130918.591000', '130918.594000', '130918.597000', '130918.600000', '130918.603000', '130918.606000', '130918.608000', '130918.611000', '130918.614000', '130918.617000', '130918.620000', '130918.623000', '130918.626000', '130938.504000', '130938.507000', '130938.510000', '130938.513000', '130938.516000', '130938.519000', '130938.521000', '130938.524000', '130938.527000', '130938.530000', '130938.533000', '130938.536000', '130938.539000', '130938.542000', '130938.544000', '130938.561000', '130938.564000', '130938.567000', '130938.570000', '130938.573000', '130938.576000', '130938.579000', '130938.582000', '130938.585000', '130938.588000', '130938.590000', '130938.593000', '130938.596000', '130938.599000', '130938.602000', '130938.605000', '130938.608000', '130938.611000', '130938.614000', '130938.616000', '130938.619000', '130938.622000', '130938.625000', '130938.628000', '130938.631000', '130938.634000', '130938.636000', '130938.639000', '130938.642000', '130958.504000', '130958.507000', '130958.510000', '130958.513000', '130958.516000', '130958.519000', '130958.521000', '130958.524000', '130958.527000', '130958.530000', '130958.533000', '130958.536000', '130958.539000', '130958.542000', '130958.545000', '130958.547000', '130958.550000', '130958.553000', '130958.556000', '130958.559000', '130958.562000', '130958.565000', '130958.567000', '130958.570000', '130958.573000', '130958.576000', '130958.579000', '130958.582000', '130958.585000', '130958.588000', '130958.591000', '130958.594000', '130958.597000', '130958.600000', '130958.602000', '130958.605000', '130958.610000', '130958.613000', '130958.616000', '130958.619000', '130958.622000', '130958.625000', '130958.628000', '131018.504000', '131018.507000', '131018.510000', '131018.513000', '131018.516000', '131018.518000', '131018.521000', '131018.524000', '131018.527000', '131018.530000', '131018.533000', '131018.536000', '131018.538000', '131018.541000', '131018.544000', '131018.547000', '131018.550000', '131018.553000', '131018.556000', '131018.558000', '131018.561000', '131018.564000', '131018.567000', '131018.570000', '131018.573000', '131018.576000', '131018.579000', '131018.582000', '131018.585000', '131018.588000', '131018.591000', '131018.593000', '131018.596000', '131018.599000', '131018.602000', '131018.605000', '131018.608000', '131018.611000', '131018.614000', '131018.616000', '131018.619000', '131018.622000', '131018.625000', '131018.628000', '131038.504000', '131038.507000', '131038.510000', '131038.513000', '131038.516000', '131038.518000', '131038.521000', '131038.524000', '131038.527000', '131038.531000', '131038.533000', '131038.536000', '131038.539000', '131038.542000', '131038.545000', '131038.548000', '131038.551000', '131038.554000', '131038.560000', '131038.563000', '131038.566000', '131038.569000', '131038.572000', '131038.575000', '131038.578000', '131038.581000', '131038.584000', '131038.586000', '131038.589000', '131038.592000', '131038.595000', '131038.598000', '131038.601000', '131038.604000', '131038.607000', '131038.609000', '131038.612000', '131038.615000', '131038.618000', '131038.621000', '131038.624000', '131038.640000', '131038.643000', '131058.504000', '131058.507000', '131058.510000', '131058.513000', '131058.516000', '131058.518000', '131058.521000', '131058.524000', '131058.527000', '131058.530000', '131058.533000', '131058.536000', '131058.539000', '131058.541000', '131058.544000', '131058.547000', '131058.550000', '131058.553000', '131058.556000', '131058.559000', '131058.561000', '131058.564000', '131058.567000', '131058.570000', '131058.573000', '131058.576000', '131058.579000', '131058.582000', '131058.585000', '131058.587000', '131058.590000', '131058.593000', '131058.596000', '131058.599000', '131058.602000', '131058.605000', '131058.607000', '131058.610000', '131058.613000', '131058.616000', '131058.619000', '131058.622000', '131058.625000', '131058.628000', '131109.579000', '131109.583000', '131109.586000', '131109.589000', '131109.592000', '131109.595000', '131109.599000', '131109.602000', '131109.605000', '131109.608000', '131109.611000', '131109.614000', '131109.617000', '131109.620000', '131109.624000', '131109.627000', '131109.630000', '131109.633000', '131109.636000', '131109.639000', '131109.641000', '131109.644000', '131109.647000', '131109.650000'], 'InstanceCreationTime': ['125718.540000', '125718.543000', '125718.546000', '125718.549000', '125718.552000', '125718.555000', '125718.558000', '125718.560000', '125718.563000', '125718.566000', '125718.569000', '125718.572000', '125718.575000', '125718.578000', '125718.580000', '125718.583000', '125718.588000', '125718.591000', '125718.594000', '125718.597000', '125718.599000', '125718.602000', '125718.605000', '125718.608000', '125718.611000', '125718.614000', '125718.617000', '125718.619000', '125718.622000', '125718.625000', '125718.628000', '125718.631000', '125718.634000', '125718.637000', '125718.640000', '125718.642000', '125718.645000', '125718.648000', '125718.651000', '125718.654000', '125718.657000', '125718.659000', '125718.662000', '125718.665000', '125718.668000', '125718.671000', '125718.674000', '125718.676000', '125718.679000', '125718.682000', '125718.685000', '125718.688000', '125738.504000', '125738.507000', '125738.510000', '125738.513000', '125738.515000', '125738.518000', '125738.521000', '125738.524000', '125738.527000', '125738.530000', '125738.533000', '125738.536000', '125738.541000', '125738.543000', '125738.546000', '125738.549000', '125738.552000', '125738.555000', '125738.558000', '125738.561000', '125738.565000', '125738.569000', '125738.572000', '125738.575000', '125738.578000', '125738.581000', '125738.584000', '125738.586000', '125738.589000', '125738.592000', '125738.595000', '125738.598000', '125738.610000', '125738.612000', '125738.615000', '125738.618000', '125738.621000', '125738.624000', '125738.627000', '125738.629000', '125738.632000', '125738.635000', '125738.638000', '125758.504000', '125758.507000', '125758.510000', '125758.512000', '125758.515000', '125758.518000', '125758.521000', '125758.524000', '125758.527000', '125758.529000', '125758.532000', '125758.535000', '125758.538000', '125758.541000', '125758.544000', '125758.546000', '125758.549000', '125758.552000', '125758.555000', '125758.558000', '125758.561000', '125758.564000', '125758.567000', '125758.569000', '125758.572000', '125758.575000', '125758.578000', '125758.583000', '125758.586000', '125758.589000', '125758.592000', '125758.595000', '125758.597000', '125758.600000', '125758.603000', '125758.606000', '125758.609000', '125758.612000', '125758.615000', '125758.617000', '125758.620000', '125758.623000', '125758.626000', '125758.629000', '125818.504000', '125818.508000', '125818.511000', '125818.514000', '125818.517000', '125818.520000', '125818.523000', '125818.526000', '125818.529000', '125818.531000', '125818.534000', '125818.537000', '125818.540000', '125818.543000', '125818.546000', '125818.549000', '125818.551000', '125818.554000', '125818.557000', '125818.560000', '125818.563000', '125818.566000', '125818.569000', '125818.573000', '125818.577000', '125818.580000', '125818.583000', '125818.614000', '125818.617000', '125818.620000', '125818.623000', '125818.626000', '125818.629000', '125818.631000', '125818.634000', '125818.637000', '125818.640000', '125818.643000', '125818.646000', '125818.649000', '125818.651000', '125818.654000', '125818.657000', '125838.504000', '125838.507000', '125838.510000', '125838.513000', '125838.516000', '125838.518000', '125838.521000', '125838.524000', '125838.527000', '125838.530000', '125838.533000', '125838.536000', '125838.538000', '125838.541000', '125838.544000', '125838.547000', '125838.550000', '125838.553000', '125838.556000', '125838.559000', '125838.563000', '125838.566000', '125838.569000', '125838.572000', '125838.575000', '125838.578000', '125838.581000', '125838.584000', '125838.586000', '125838.589000', '125838.592000', '125838.595000', '125838.598000', '125838.601000', '125838.604000', '125838.607000', '125838.609000', '125838.612000', '125838.615000', '125838.618000', '125838.621000', '125838.624000', '125838.627000', '125838.629000', '125858.504000', '125858.507000', '125858.510000', '125858.513000', '125858.516000', '125858.518000', '125858.521000', '125858.524000', '125858.527000', '125858.530000', '125858.533000', '125858.536000', '125858.539000', '125858.541000', '125858.544000', '125858.547000', '125858.550000', '125858.553000', '125858.556000', '125858.559000', '125858.562000', '125858.565000', '125858.568000', '125858.570000', '125858.573000', '125858.576000', '125858.579000', '125858.582000', '125858.585000', '125858.596000', '125858.599000', '125858.602000', '125858.604000', '125858.607000', '125858.610000', '125858.613000', '125858.616000', '125858.619000', '125858.622000', '125858.625000', '125858.627000', '125858.630000', '125858.633000', '125918.504000', '125918.507000', '125918.510000', '125918.513000', '125918.516000', '125918.519000', '125918.521000', '125918.524000', '125918.527000', '125918.530000', '125918.533000', '125918.536000', '125918.539000', '125918.542000', '125918.544000', '125918.547000', '125918.550000', '125918.553000', '125918.556000', '125918.559000', '125918.562000', '125918.564000', '125918.567000', '125918.570000', '125918.573000', '125918.576000', '125918.579000', '125918.582000', '125918.593000', '125918.595000', '125918.598000', '125918.601000', '125918.604000', '125918.607000', '125918.610000', '125918.612000', '125918.615000', '125918.618000', '125918.621000', '125918.624000', '125918.627000', '125918.630000', '125918.633000', '125918.636000', '125938.503000', '125938.506000', '125938.509000', '125938.512000', '125938.515000', '125938.518000', '125938.521000', '125938.524000', '125938.527000', '125938.530000', '125938.533000', '125938.536000', '125938.539000', '125938.542000', '125938.546000', '125938.549000', '125938.552000', '125938.554000', '125938.557000', '125938.580000', '125938.583000', '125938.586000', '125938.589000', '125938.592000', '125938.595000', '125938.598000', '125938.601000', '125938.604000', '125938.608000', '125938.613000', '125938.617000', '125938.620000', '125938.623000', '125938.626000', '125938.629000', '125938.632000', '125938.635000', '125938.638000', '125938.641000', '125938.644000', '125938.647000', '125938.650000', '125938.653000', '125958.504000', '125958.507000', '125958.510000', '125958.513000', '125958.515000', '125958.518000', '125958.521000', '125958.524000', '125958.527000', '125958.530000', '125958.533000', '125958.536000', '125958.539000', '125958.541000', '125958.544000', '125958.547000', '125958.550000', '125958.553000', '125958.556000', '125958.558000', '125958.561000', '125958.564000', '125958.567000', '125958.570000', '125958.573000', '125958.576000', '125958.579000', '125958.582000', '125958.585000', '125958.587000', '125958.590000', '125958.593000', '125958.596000', '125958.599000', '125958.602000', '125958.605000', '125958.608000', '125958.610000', '125958.613000', '125958.616000', '125958.619000', '125958.622000', '125958.625000', '125958.628000', '130018.504000', '130018.507000', '130018.510000', '130018.513000', '130018.516000', '130018.519000', '130018.521000', '130018.524000', '130018.527000', '130018.530000', '130018.533000', '130018.536000', '130018.539000', '130018.542000', '130018.544000', '130018.547000', '130018.550000', '130018.553000', '130018.556000', '130018.559000', '130018.562000', '130018.564000', '130018.567000', '130018.570000', '130018.573000', '130018.576000', '130018.579000', '130018.582000', '130018.585000', '130018.588000', '130018.590000', '130018.593000', '130018.596000', '130018.599000', '130018.602000', '130018.605000', '130018.608000', '130018.611000', '130018.613000', '130018.616000', '130018.619000', '130018.622000', '130018.625000', '130038.504000', '130038.507000', '130038.510000', '130038.513000', '130038.516000', '130038.518000', '130038.521000', '130038.524000', '130038.527000', '130038.530000', '130038.533000', '130038.536000', '130038.538000', '130038.541000', '130038.544000', '130038.547000', '130038.550000', '130038.553000', '130038.556000', '130038.559000', '130038.561000', '130038.564000', '130038.567000', '130038.570000', '130038.573000', '130038.576000', '130038.579000', '130038.582000', '130038.585000', '130038.588000', '130038.591000', '130038.594000', '130038.597000', '130038.600000', '130038.602000', '130038.605000', '130038.608000', '130038.611000', '130038.614000', '130038.617000', '130038.620000', '130038.623000', '130038.626000', '130038.629000', '130058.504000', '130058.507000', '130058.510000', '130058.513000', '130058.516000', '130058.518000', '130058.521000', '130058.524000', '130058.527000', '130058.544000', '130058.547000', '130058.550000', '130058.553000', '130058.556000', '130058.558000', '130058.561000', '130058.564000', '130058.567000', '130058.570000', '130058.573000', '130058.576000', '130058.579000', '130058.583000', '130058.586000', '130058.589000', '130058.592000', '130058.595000', '130058.598000', '130058.601000', '130058.604000', '130058.607000', '130058.609000', '130058.612000', '130058.615000', '130058.618000', '130058.621000', '130058.624000', '130058.627000', '130058.630000', '130058.632000', '130058.636000', '130058.641000', '130058.645000', '130118.504000', '130118.507000', '130118.510000', '130118.513000', '130118.516000', '130118.518000', '130118.521000', '130118.524000', '130118.527000', '130118.530000', '130118.533000', '130118.536000', '130118.539000', '130118.542000', '130118.545000', '130118.548000', '130118.550000', '130118.553000', '130118.556000', '130118.559000', '130118.562000', '130118.565000', '130118.568000', '130118.571000', '130118.574000', '130118.577000', '130118.579000', '130118.582000', '130118.585000', '130118.588000', '130118.591000', '130118.594000', '130118.597000', '130118.599000', '130118.602000', '130118.605000', '130118.608000', '130118.611000', '130118.614000', '130118.617000', '130118.620000', '130118.622000', '130118.625000', '130118.628000', '130138.504000', '130138.507000', '130138.510000', '130138.513000', '130138.516000', '130138.519000', '130138.521000', '130138.524000', '130138.527000', '130138.530000', '130138.533000', '130138.536000', '130138.539000', '130138.541000', '130138.544000', '130138.547000', '130138.550000', '130138.553000', '130138.556000', '130138.559000', '130138.562000', '130138.565000', '130138.568000', '130138.570000', '130138.573000', '130138.576000', '130138.579000', '130138.582000', '130138.585000', '130138.588000', '130138.591000', '130138.594000', '130138.597000', '130138.600000', '130138.603000', '130138.606000', '130138.608000', '130138.611000', '130138.614000', '130138.617000', '130138.620000', '130138.623000', '130138.626000', '130158.503000', '130158.506000', '130158.509000', '130158.512000', '130158.515000', '130158.518000', '130158.521000', '130158.524000', '130158.527000', '130158.530000', '130158.532000', '130158.535000', '130158.538000', '130158.541000', '130158.544000', '130158.547000', '130158.549000', '130158.552000', '130158.555000', '130158.558000', '130158.561000', '130158.564000', '130158.567000', '130158.570000', '130158.573000', '130158.575000', '130158.578000', '130158.581000', '130158.584000', '130158.587000', '130158.590000', '130158.593000', '130158.596000', '130158.599000', '130158.602000', '130158.605000', '130158.607000', '130158.610000', '130158.613000', '130158.616000', '130158.619000', '130158.622000', '130158.625000', '130158.627000', '130218.504000', '130218.507000', '130218.510000', '130218.513000', '130218.516000', '130218.519000', '130218.522000', '130218.525000', '130218.528000', '130218.531000', '130218.534000', '130218.536000', '130218.539000', '130218.542000', '130218.545000', '130218.548000', '130218.551000', '130218.554000', '130218.557000', '130218.560000', '130218.562000', '130218.565000', '130218.568000', '130218.571000', '130218.574000', '130218.577000', '130218.580000', '130218.583000', '130218.585000', '130218.588000', '130218.591000', '130218.594000', '130218.597000', '130218.600000', '130218.616000', '130218.619000', '130218.623000', '130218.626000', '130218.629000', '130218.632000', '130218.635000', '130218.637000', '130218.640000', '130238.506000', '130238.509000', '130238.512000', '130238.515000', '130238.517000', '130238.520000', '130238.523000', '130238.526000', '130238.529000', '130238.532000', '130238.535000', '130238.538000', '130238.541000', '130238.544000', '130238.546000', '130238.549000', '130238.552000', '130238.555000', '130238.558000', '130238.561000', '130238.564000', '130238.567000', '130238.570000', '130238.572000', '130238.575000', '130238.578000', '130238.581000', '130238.584000', '130238.587000', '130238.590000', '130238.592000', '130238.595000', '130238.598000', '130238.601000', '130238.604000', '130238.607000', '130238.610000', '130238.613000', '130238.616000', '130238.619000', '130238.622000', '130238.624000', '130238.627000', '130238.630000', '130258.504000', '130258.507000', '130258.510000', '130258.526000', '130258.529000', '130258.531000', '130258.534000', '130258.537000', '130258.540000', '130258.543000', '130258.546000', '130258.549000', '130258.552000', '130258.555000', '130258.557000', '130258.561000', '130258.564000', '130258.567000', '130258.570000', '130258.573000', '130258.576000', '130258.578000', '130258.581000', '130258.585000', '130258.588000', '130258.591000', '130258.593000', '130258.596000', '130258.599000', '130258.602000', '130258.605000', '130258.608000', '130258.611000', '130258.614000', '130258.617000', '130258.620000', '130258.622000', '130258.625000', '130258.628000', '130258.631000', '130258.634000', '130258.637000', '130258.640000', '130318.507000', '130318.510000', '130318.513000', '130318.516000', '130318.519000', '130318.522000', '130318.525000', '130318.527000', '130318.530000', '130318.533000', '130318.536000', '130318.539000', '130318.543000', '130318.546000', '130318.549000', '130318.551000', '130318.554000', '130318.557000', '130318.560000', '130318.563000', '130318.566000', '130318.569000', '130318.572000', '130318.575000', '130318.578000', '130318.581000', '130318.583000', '130318.586000', '130318.589000', '130318.592000', '130318.595000', '130318.598000', '130318.601000', '130318.604000', '130318.606000', '130318.609000', '130318.612000', '130318.615000', '130318.618000', '130318.621000', '130318.624000', '130318.627000', '130318.630000', '130318.633000', '130338.504000', '130338.508000', '130338.512000', '130338.515000', '130338.519000', '130338.523000', '130338.526000', '130338.530000', '130338.533000', '130338.537000', '130338.541000', '130338.544000', '130338.547000', '130338.551000', '130338.555000', '130338.558000', '130338.562000', '130338.566000', '130338.570000', '130338.573000', '130338.576000', '130338.580000', '130338.584000', '130338.587000', '130338.591000', '130338.594000', '130338.598000', '130338.602000', '130338.605000', '130338.608000', '130338.612000', '130338.616000', '130338.619000', '130338.623000', '130338.627000', '130338.630000', '130338.634000', '130338.637000', '130338.641000', '130338.645000', '130338.648000', '130338.651000', '130338.655000', '130358.506000', '130358.535000', '130358.538000', '130358.541000', '130358.544000', '130358.547000', '130358.549000', '130358.552000', '130358.555000', '130358.558000', '130358.561000', '130358.564000', '130358.567000', '130358.570000', '130358.573000', '130358.576000', '130358.579000', '130358.582000', '130358.584000', '130358.587000', '130358.590000', '130358.593000', '130358.596000', '130358.599000', '130358.602000', '130358.604000', '130358.607000', '130358.610000', '130358.613000', '130358.616000', '130358.619000', '130358.622000', '130358.625000', '130358.628000', '130358.631000', '130358.633000', '130358.636000', '130358.639000', '130358.642000', '130358.645000', '130358.648000', '130358.651000', '130358.653000', '130418.503000', '130418.506000', '130418.509000', '130418.512000', '130418.515000', '130418.518000', '130418.521000', '130418.524000', '130418.527000', '130418.530000', '130418.532000', '130418.535000', '130418.538000', '130418.541000', '130418.544000', '130418.547000', '130418.550000', '130418.553000', '130418.556000', '130418.559000', '130418.562000', '130418.565000', '130418.568000', '130418.571000', '130418.574000', '130418.576000', '130418.579000', '130418.582000', '130418.585000', '130418.588000', '130418.591000', '130418.594000', '130418.597000', '130418.599000', '130418.602000', '130418.605000', '130418.608000', '130418.611000', '130418.614000', '130418.617000', '130418.619000', '130418.622000', '130418.625000', '130418.628000', '130438.504000', '130438.507000', '130438.510000', '130438.513000', '130438.516000', '130438.519000', '130438.523000', '130438.528000', '130438.531000', '130438.534000', '130438.537000', '130438.540000', '130438.543000', '130438.545000', '130438.548000', '130438.551000', '130438.554000', '130438.557000', '130438.560000', '130438.563000', '130438.565000', '130438.568000', '130438.571000', '130438.574000', '130438.577000', '130438.580000', '130438.583000', '130438.586000', '130438.589000', '130438.591000', '130438.594000', '130438.597000', '130438.600000', '130438.603000', '130438.606000', '130438.609000', '130438.611000', '130438.614000', '130438.617000', '130438.620000', '130438.623000', '130438.626000', '130438.629000', '130458.504000', '130458.507000', '130458.510000', '130458.513000', '130458.516000', '130458.518000', '130458.521000', '130458.524000', '130458.527000', '130458.530000', '130458.533000', '130458.536000', '130458.539000', '130458.542000', '130458.545000', '130458.547000', '130458.550000', '130458.553000', '130458.556000', '130458.559000', '130458.562000', '130458.564000', '130458.567000', '130458.570000', '130458.573000', '130458.576000', '130458.579000', '130458.582000', '130458.585000', '130458.588000', '130458.591000', '130458.593000', '130458.596000', '130458.599000', '130458.602000', '130458.605000', '130458.608000', '130458.611000', '130458.614000', '130458.616000', '130458.619000', '130458.622000', '130458.625000', '130458.628000', '130518.504000', '130518.507000', '130518.510000', '130518.513000', '130518.516000', '130518.519000', '130518.522000', '130518.525000', '130518.528000', '130518.531000', '130518.533000', '130518.536000', '130518.539000', '130518.544000', '130518.549000', '130518.552000', '130518.554000', '130518.557000', '130518.560000', '130518.563000', '130518.566000', '130518.569000', '130518.572000', '130518.575000', '130518.578000', '130518.581000', '130518.584000', '130518.587000', '130518.590000', '130518.592000', '130518.595000', '130518.598000', '130518.601000', '130518.604000', '130518.607000', '130518.610000', '130518.613000', '130518.615000', '130518.618000', '130518.621000', '130518.624000', '130518.627000', '130518.630000', '130538.504000', '130538.507000', '130538.510000', '130538.513000', '130538.516000', '130538.518000', '130538.521000', '130538.524000', '130538.527000', '130538.530000', '130538.533000', '130538.536000', '130538.539000', '130538.542000', '130538.544000', '130538.547000', '130538.550000', '130538.553000', '130538.556000', '130538.559000', '130538.562000', '130538.564000', '130538.567000', '130538.570000', '130538.573000', '130538.576000', '130538.579000', '130538.582000', '130538.585000', '130538.588000', '130538.591000', '130538.594000', '130538.597000', '130538.599000', '130538.602000', '130538.605000', '130538.608000', '130538.611000', '130538.614000', '130538.617000', '130538.620000', '130538.622000', '130538.625000', '130538.628000', '130618.504000', '130618.507000', '130618.510000', '130618.513000', '130618.516000', '130618.519000', '130618.522000', '130618.525000', '130618.528000', '130618.531000', '130618.546000', '130618.549000', '130618.552000', '130618.555000', '130618.557000', '130618.560000', '130618.563000', '130618.566000', '130618.569000', '130618.572000', '130618.575000', '130618.578000', '130618.581000', '130618.584000', '130618.587000', '130618.590000', '130618.593000', '130618.596000', '130618.599000', '130618.601000', '130618.604000', '130618.607000', '130618.610000', '130618.613000', '130618.616000', '130618.619000', '130618.622000', '130618.625000', '130618.628000', '130618.630000', '130618.633000', '130618.636000', '130618.639000', '130618.642000', '130618.645000', '130618.648000', '130618.651000', '130618.654000', '130618.657000', '130618.659000', '130618.662000', '130618.665000', '130618.668000', '130618.671000', '130618.674000', '130618.677000', '130618.680000', '130618.683000', '130618.686000', '130618.688000', '130618.691000', '130618.694000', '130618.697000', '130618.700000', '130618.703000', '130618.706000', '130618.709000', '130618.712000', '130618.714000', '130618.717000', '130618.720000', '130618.723000', '130618.726000', '130618.729000', '130618.732000', '130618.736000', '130618.739000', '130618.742000', '130618.745000', '130618.748000', '130618.751000', '130618.754000', '130618.756000', '130618.759000', '130618.762000', '130618.765000', '130618.768000', '130638.503000', '130638.506000', '130638.509000', '130638.512000', '130638.515000', '130638.518000', '130638.521000', '130638.524000', '130638.526000', '130638.529000', '130638.532000', '130638.535000', '130638.538000', '130638.541000', '130638.544000', '130638.547000', '130638.550000', '130638.553000', '130638.555000', '130638.558000', '130638.561000', '130638.564000', '130638.567000', '130638.570000', '130638.573000', '130638.576000', '130638.579000', '130638.582000', '130638.585000', '130638.590000', '130638.593000', '130638.596000', '130638.599000', '130638.602000', '130638.605000', '130638.608000', '130638.611000', '130638.614000', '130638.616000', '130638.619000', '130638.622000', '130638.625000', '130638.628000', '130658.504000', '130658.507000', '130658.510000', '130658.513000', '130658.516000', '130658.519000', '130658.522000', '130658.524000', '130658.527000', '130658.530000', '130658.533000', '130658.536000', '130658.539000', '130658.542000', '130658.545000', '130658.548000', '130658.551000', '130658.553000', '130658.556000', '130658.559000', '130658.562000', '130658.565000', '130658.568000', '130658.571000', '130658.574000', '130658.577000', '130658.580000', '130658.583000', '130658.585000', '130658.588000', '130658.591000', '130658.594000', '130658.597000', '130658.600000', '130658.603000', '130658.606000', '130658.609000', '130658.612000', '130658.615000', '130658.617000', '130658.620000', '130658.623000', '130658.626000', '130658.629000', '130718.504000', '130718.507000', '130718.510000', '130718.513000', '130718.516000', '130718.519000', '130718.522000', '130718.534000', '130718.537000', '130718.540000', '130718.543000', '130718.546000', '130718.549000', '130718.552000', '130718.555000', '130718.558000', '130718.560000', '130718.563000', '130718.566000', '130718.569000', '130718.572000', '130718.575000', '130718.578000', '130718.581000', '130718.584000', '130718.587000', '130718.590000', '130718.593000', '130718.596000', '130718.599000', '130718.602000', '130718.604000', '130718.607000', '130718.610000', '130718.613000', '130718.616000', '130718.619000', '130718.622000', '130718.625000', '130718.630000', '130718.633000', '130718.636000', '130718.639000', '130738.504000', '130738.507000', '130738.510000', '130738.513000', '130738.516000', '130738.519000', '130738.522000', '130738.525000', '130738.527000', '130738.530000', '130738.533000', '130738.536000', '130738.539000', '130738.542000', '130738.545000', '130738.548000', '130738.551000', '130738.553000', '130738.556000', '130738.559000', '130738.562000', '130738.565000', '130738.568000', '130738.571000', '130738.574000', '130738.577000', '130738.580000', '130738.583000', '130738.585000', '130738.588000', '130738.591000', '130738.594000', '130738.597000', '130738.600000', '130738.603000', '130738.606000', '130738.609000', '130738.612000', '130738.615000', '130738.617000', '130738.620000', '130738.623000', '130738.626000', '130738.629000', '130758.504000', '130758.507000', '130758.510000', '130758.513000', '130758.516000', '130758.519000', '130758.522000', '130758.525000', '130758.528000', '130758.531000', '130758.533000', '130758.536000', '130758.539000', '130758.542000', '130758.545000', '130758.548000', '130758.551000', '130758.554000', '130758.557000', '130758.560000', '130758.563000', '130758.566000', '130758.569000', '130758.571000', '130758.574000', '130758.577000', '130758.580000', '130758.583000', '130758.586000', '130758.589000', '130758.592000', '130758.595000', '130758.598000', '130758.601000', '130758.604000', '130758.607000', '130758.617000', '130758.620000', '130758.623000', '130758.625000', '130758.628000', '130758.631000', '130758.634000', '130818.504000', '130818.507000', '130818.510000', '130818.513000', '130818.516000', '130818.519000', '130818.522000', '130818.525000', '130818.527000', '130818.530000', '130818.533000', '130818.536000', '130818.539000', '130818.542000', '130818.544000', '130818.547000', '130818.550000', '130818.553000', '130818.556000', '130818.559000', '130818.562000', '130818.565000', '130818.568000', '130818.571000', '130818.573000', '130818.576000', '130818.579000', '130818.582000', '130818.585000', '130818.588000', '130818.591000', '130818.594000', '130818.597000', '130818.600000', '130818.602000', '130818.605000', '130818.608000', '130818.611000', '130818.614000', '130818.617000', '130818.620000', '130818.623000', '130818.625000', '130818.628000', '130838.504000', '130838.507000', '130838.510000', '130838.513000', '130838.516000', '130838.519000', '130838.521000', '130838.524000', '130838.527000', '130838.530000', '130838.533000', '130838.536000', '130838.538000', '130838.541000', '130838.544000', '130838.547000', '130838.550000', '130838.553000', '130838.556000', '130838.558000', '130838.561000', '130838.564000', '130838.567000', '130838.571000', '130838.574000', '130838.577000', '130838.580000', '130838.583000', '130838.586000', '130838.589000', '130838.591000', '130838.594000', '130838.597000', '130838.600000', '130838.603000', '130838.606000', '130838.609000', '130838.612000', '130838.614000', '130838.617000', '130838.620000', '130838.623000', '130838.626000', '130858.503000', '130858.506000', '130858.509000', '130858.512000', '130858.515000', '130858.518000', '130858.521000', '130858.524000', '130858.526000', '130858.529000', '130858.532000', '130858.535000', '130858.538000', '130858.541000', '130858.544000', '130858.547000', '130858.550000', '130858.553000', '130858.555000', '130858.558000', '130858.561000', '130858.564000', '130858.567000', '130858.570000', '130858.573000', '130858.576000', '130858.579000', '130858.582000', '130858.584000', '130858.587000', '130858.590000', '130858.593000', '130858.596000', '130858.599000', '130858.602000', '130858.605000', '130858.608000', '130858.610000', '130858.613000', '130858.616000', '130858.619000', '130858.622000', '130858.625000', '130858.628000', '130918.504000', '130918.507000', '130918.510000', '130918.513000', '130918.516000', '130918.519000', '130918.522000', '130918.524000', '130918.527000', '130918.530000', '130918.533000', '130918.536000', '130918.539000', '130918.542000', '130918.545000', '130918.547000', '130918.550000', '130918.553000', '130918.556000', '130918.559000', '130918.562000', '130918.565000', '130918.568000', '130918.571000', '130918.574000', '130918.577000', '130918.579000', '130918.582000', '130918.585000', '130918.588000', '130918.591000', '130918.594000', '130918.597000', '130918.600000', '130918.603000', '130918.606000', '130918.608000', '130918.611000', '130918.614000', '130918.617000', '130918.620000', '130918.623000', '130918.626000', '130938.504000', '130938.507000', '130938.510000', '130938.513000', '130938.516000', '130938.519000', '130938.521000', '130938.524000', '130938.527000', '130938.530000', '130938.533000', '130938.536000', '130938.539000', '130938.542000', '130938.544000', '130938.561000', '130938.564000', '130938.567000', '130938.570000', '130938.573000', '130938.576000', '130938.579000', '130938.582000', '130938.585000', '130938.588000', '130938.590000', '130938.593000', '130938.596000', '130938.599000', '130938.602000', '130938.605000', '130938.608000', '130938.611000', '130938.614000', '130938.616000', '130938.619000', '130938.622000', '130938.625000', '130938.628000', '130938.631000', '130938.634000', '130938.636000', '130938.639000', '130938.642000', '130958.504000', '130958.507000', '130958.510000', '130958.513000', '130958.516000', '130958.519000', '130958.521000', '130958.524000', '130958.527000', '130958.530000', '130958.533000', '130958.536000', '130958.539000', '130958.542000', '130958.545000', '130958.547000', '130958.550000', '130958.553000', '130958.556000', '130958.559000', '130958.562000', '130958.565000', '130958.567000', '130958.570000', '130958.573000', '130958.576000', '130958.579000', '130958.582000', '130958.585000', '130958.588000', '130958.591000', '130958.594000', '130958.597000', '130958.600000', '130958.602000', '130958.605000', '130958.610000', '130958.613000', '130958.616000', '130958.619000', '130958.622000', '130958.625000', '130958.628000', '131018.504000', '131018.507000', '131018.510000', '131018.513000', '131018.516000', '131018.518000', '131018.521000', '131018.524000', '131018.527000', '131018.530000', '131018.533000', '131018.536000', '131018.538000', '131018.541000', '131018.544000', '131018.547000', '131018.550000', '131018.553000', '131018.556000', '131018.558000', '131018.561000', '131018.564000', '131018.567000', '131018.570000', '131018.573000', '131018.576000', '131018.579000', '131018.582000', '131018.585000', '131018.588000', '131018.591000', '131018.593000', '131018.596000', '131018.599000', '131018.602000', '131018.605000', '131018.608000', '131018.611000', '131018.614000', '131018.616000', '131018.619000', '131018.622000', '131018.625000', '131018.628000', '131038.504000', '131038.507000', '131038.510000', '131038.513000', '131038.516000', '131038.518000', '131038.521000', '131038.524000', '131038.527000', '131038.531000', '131038.533000', '131038.536000', '131038.539000', '131038.542000', '131038.545000', '131038.548000', '131038.551000', '131038.554000', '131038.560000', '131038.563000', '131038.566000', '131038.569000', '131038.572000', '131038.575000', '131038.578000', '131038.581000', '131038.584000', '131038.586000', '131038.589000', '131038.592000', '131038.595000', '131038.598000', '131038.601000', '131038.604000', '131038.607000', '131038.609000', '131038.612000', '131038.615000', '131038.618000', '131038.621000', '131038.624000', '131038.640000', '131038.643000', '131058.504000', '131058.507000', '131058.510000', '131058.513000', '131058.516000', '131058.518000', '131058.521000', '131058.524000', '131058.527000', '131058.530000', '131058.533000', '131058.536000', '131058.539000', '131058.541000', '131058.544000', '131058.547000', '131058.550000', '131058.553000', '131058.556000', '131058.559000', '131058.561000', '131058.564000', '131058.567000', '131058.570000', '131058.573000', '131058.576000', '131058.579000', '131058.582000', '131058.585000', '131058.587000', '131058.590000', '131058.593000', '131058.596000', '131058.599000', '131058.602000', '131058.605000', '131058.607000', '131058.610000', '131058.613000', '131058.616000', '131058.619000', '131058.622000', '131058.625000', '131058.628000', '131109.579000', '131109.583000', '131109.586000', '131109.589000', '131109.592000', '131109.595000', '131109.599000', '131109.602000', '131109.605000', '131109.608000', '131109.611000', '131109.614000', '131109.617000', '131109.620000', '131109.624000', '131109.627000', '131109.630000', '131109.633000', '131109.636000', '131109.639000', '131109.641000', '131109.644000', '131109.647000', '131109.650000'], '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': [10188, 8030, 9055, 7350, 8721, 11095, 9946, 10651, 9019, 10549, 9436, 9805, 7620, 8289, 7149, 7826, 9083, 9143, 11840, 8901, 9847, 8862, 9252, 7173, 10088, 12879, 9263, 10566, 9035, 10143, 8956, 10411, 7567, 7977, 7577, 9614, 15372, 9400, 12195, 8124, 9756, 7487, 10067, 17829, 9827, 12990, 7885, 8364, 12824, 9852, 10299, 8790, 9303, 8521, 8501, 7300, 7976, 7974, 9463, 11975, 8745, 9643, 13016, 9848, 13310, 8629, 9785, 18720, 9418, 9725, 13956, 9376, 9380, 8521, 8432, 6996, 8825, 9358, 8550, 8629, 8231, 8224, 7428, 9089, 12951, 7795, 9543, 12897, 9063, 9518, 13161, 9025, 10141, 7306, 9287, 11175, 8341, 9039, 7239, 9399, 11577, 8315, 9607, 8018, 8045, 7287, 8373, 11541, 8108, 10070, 7186, 9654, 15156, 8882, 12138, 7649, 8702, 7840, 8815, 7521, 8525, 13303, 9526, 14807, 9319, 12529, 9419, 12984, 8112, 9031, 10718, 9953, 18181, 9472, 13237, 8328, 9197, 7223, 9580, 12680, 8970, 10928, 8729, 8949, 7774, 9983, 13937, 9432, 10380, 8392, 8318, 7436, 9723, 11219, 9118, 10050, 7628, 8222, 7344, 9437, 11318, 9285, 10006, 16280, 9331, 10071, 7653, 9563, 9524, 8159, 7755, 7716, 7811, 7279, 7870, 7978, 9309, 11586, 8867, 10441, 9311, 9770, 17303, 9361, 13874, 9728, 9018, 13546, 9965, 17067, 10733, 10369, 17743, 10778, 9598, 12401, 8505, 9823, 11232, 8435, 8950, 9510, 8496, 8289, 7862, 8023, 7060, 8742, 10637, 8239, 9611, 8182, 9144, 7296, 9706, 14611, 9305, 12033, 8480, 9395, 7251, 9029, 13522, 9153, 11578, 8645, 10211, 19124, 8854, 11844, 14701, 9221, 10092, 8140, 7722, 7452, 7648, 6997, 7545, 7084, 8882, 11678, 7943, 10621, 11063, 8734, 10796, 9014, 12086, 8615, 11928, 11865, 8850, 16156, 9235, 13404, 9389, 11906, 9166, 8833, 15650, 9171, 11832, 14997, 9774, 11490, 8209, 9608, 10426, 8702, 8237, 7298, 7929, 7323, 7868, 7523, 7698, 7221, 9198, 12619, 8919, 10876, 8679, 11393, 16320, 12348, 13477, 10359, 11725, 17053, 9176, 10876, 7226, 7742, 7186, 8385, 9745, 8281, 9220, 8183, 8421, 7946, 8855, 8761, 9022, 14740, 9746, 11695, 9086, 10484, 8300, 9487, 8370, 8945, 7981, 8967, 8032, 10467, 9442, 11256, 8769, 10908, 8174, 8725, 13835, 9831, 19207, 12315, 15198, 8376, 8760, 7380, 9729, 12591, 9487, 9421, 8560, 9104, 9020, 9030, 8211, 8303, 7858, 8517, 7574, 9780, 14761, 9413, 12137, 9295, 10130, 8429, 8805, 7719, 9945, 16840, 9304, 13728, 9043, 9995, 8384, 9544, 14205, 9136, 10828, 8703, 8863, 7603, 8012, 7205, 7964, 7526, 9442, 11829, 9246, 10535, 8578, 9348, 7983, 8606, 7276, 9715, 16891, 10026, 13133, 9214, 10732, 8354, 8454, 13544, 9856, 13522, 9338, 9022, 7716, 9646, 13791, 9038, 8943, 7295, 8276, 7532, 9145, 9734, 9047, 9965, 13592, 9163, 10523, 7655, 9252, 12118, 8659, 10212, 14417, 8881, 9084, 7878, 9560, 9932, 9018, 9009, 8593, 8568, 8018, 8539, 10173, 9685, 12732, 9051, 9422, 7809, 8753, 14467, 9532, 13164, 13526, 9592, 15375, 8510, 9640, 13677, 8258, 8255, 7877, 8309, 7439, 7931, 7537, 8423, 9579, 8206, 10404, 8200, 9612, 17201, 11330, 12185, 17167, 8868, 14013, 9063, 10871, 17365, 8964, 8073, 7317, 8714, 9498, 7848, 7782, 7239, 8818, 10096, 8675, 9070, 9804, 9172, 10521, 8104, 9158, 12827, 8794, 9722, 7379, 9681, 14154, 8729, 9583, 7442, 9255, 11501, 8800, 8580, 7787, 8058, 8388, 8362, 9611, 7549, 9537, 12326, 8567, 10527, 7666, 9348, 14450, 8928, 10629, 7628, 9633, 14986, 9147, 11519, 7594, 9642, 14396, 8962, 9400, 8105, 8043, 7523, 7857, 7513, 9355, 11884, 8809, 10706, 8033, 8063, 12294, 9424, 13878, 8217, 9672, 18635, 10975, 10911, 18156, 9265, 9007, 7303, 9229, 9245, 8338, 7631, 7532, 8531, 8938, 8648, 8335, 7722, 8233, 7248, 9747, 13501, 8998, 11641, 8134, 10122, 17759, 9351, 15750, 10489, 9363, 15925, 10142, 9432, 12422, 8634, 7786, 7452, 8573, 9114, 8197, 8745, 8052, 7835, 7584, 8707, 11261, 7904, 10144, 7630, 8063, 8578, 8798, 13718, 15885, 9114, 13868, 8259, 8145, 10344, 8374, 9087, 8138, 8370, 7777, 7620, 7523, 8696, 9863, 8836, 10497, 8471, 9660, 7681, 9409, 16243, 12110, 11017, 18038, 10494, 9333, 13874, 8845, 9785, 7876, 9422, 11057, 8386, 7978, 7632, 8063, 7680, 8539, 9872, 8451, 8969, 8445, 8765, 7947, 8906, 7577, 9595, 15362, 9237, 13059, 9028, 9947, 18817, 10453, 16152, 8564, 10312, 7445, 8781, 13599, 8758, 11447, 8576, 9583, 7534, 8035, 7414, 9464, 13517, 8783, 10539, 8550, 10112, 7450, 7650, 8830, 9349, 11689, 9073, 10396, 8587, 9006, 7338, 7897, 8731, 9085, 11148, 8821, 10005, 7972, 8807, 7591, 7941, 7576, 7970, 8417, 9286, 11235, 9029, 10834, 8965, 10660, 7926, 8947, 11376, 9125, 11727, 9115, 10850, 8934, 9158, 7608, 8001, 7898, 9016, 13733, 8666, 9736, 11875, 9251, 12281, 8943, 9681, 7512, 8095, 7537, 9210, 9876, 8556, 10226, 7839, 9927, 15582, 9646, 9832, 16528, 9106, 10300, 7509, 9188, 9777, 8546, 7962, 7543, 8058, 7714, 8953, 12914, 7941, 9611, 14734, 8846, 9736, 17544, 9419, 14592, 9487, 9720, 15261, 8455, 9129, 9566, 8977, 11284, 8390, 8485, 7568, 9139, 10940, 8522, 9819, 7447, 9081, 13634, 8817, 10251, 8847, 9301, 12490, 8948, 9506, 7905, 8347, 7661, 7946, 7904, 9550, 15592, 9382, 12294, 9206, 9846, 7993, 8395, 10749, 9470, 13815, 9051, 9861, 7708, 8090, 7672, 9111, 11163, 9108, 9563, 7558, 8199, 7787, 9021, 10251, 8543, 8916, 7996, 8795, 8524, 9176, 8020, 9074, 7756, 8370, 7579, 9169, 14743, 8943, 12671, 9349, 12294, 9300, 12200, 9587, 10908, 9048, 10466, 8399, 8986, 7879, 8240, 7678, 8854, 15687, 9447, 14811, 9775, 11794, 8313, 8450, 8280, 8785, 10826, 9454, 12120, 9236, 10311, 8875, 8925, 8466, 8555, 7809, 8425, 8054, 9239, 11769, 9417, 10516, 9165, 8821, 8762, 8467, 8228, 8874, 8339, 8885, 8181, 8761, 7642, 8508, 12835, 8061, 9809, 9838, 12301, 9566, 12089, 9812, 10608, 9119, 9417, 8696, 9302, 8221, 8723, 9838, 9281, 13990, 9493, 11582, 9469, 10785, 9146, 9198, 8683, 8778, 8004, 9756, 15790, 9287, 13059, 9324, 10806, 9381, 9696, 9130, 9060, 8516, 8577, 8091, 8704, 8836, 9618, 14740, 9638, 11263, 9061, 10079, 8776, 9100, 8915, 9791, 14305, 9631, 11766, 9214, 10539, 9526, 10402, 9042, 8679, 8629, 8781, 8446, 8973, 8947, 9523, 14679, 9426, 12437, 9817, 10851, 8952, 8824, 8396, 8804, 7756, 9213, 14015, 9456, 10871, 9277, 9206, 9081, 8819, 7989, 8800, 8577, 8712, 8318, 9397, 14150, 9838, 12769, 9644, 11058, 9509, 9686, 8561, 9542, 17612, 9446, 14146, 9031, 10030, 9398, 9179, 8513, 8849, 7903, 8707, 8845, 9346, 12359, 8597, 9603, 8886, 9051, 7926, 9196, 15021, 8632, 9110, 8073, 9022, 7813, 9238, 10920, 9170, 9976, 9210, 8887, 8112, 8945, 9447, 9109, 13441, 9163, 8991, 16513, 9234, 8988, 12476, 9209, 9236, 8607, 8831, 7992, 8857, 10639, 9087, 8940, 7860, 9030, 12837, 8863, 9261, 17302, 9036, 12058, 8287, 8855, 14092, 8804, 10453, 8039, 9093, 12978, 9161, 9389, 7733, 9022, 12592, 8941, 9897, 7889, 9019, 13461, 8795, 10274, 8077, 9142, 13633, 8978, 9083, 7999, 8822, 9097, 8800, 10452, 9091, 8791, 8324, 8945, 9354, 9364, 11792, 8770, 9346, 8406, 9042, 15620, 9034, 11382, 8325, 9139, 7607, 9271, 14487, 9331, 10066, 8386, 9152, 7961, 8594, 11809, 9058, 10349, 8792, 9206, 8785, 9641, 8144, 9403, 8216, 9086, 8130, 9213, 14609, 8569, 13669, 8916, 11083, 8678, 9262, 8054, 9424, 8141, 9079, 7713, 9434, 10345, 8859, 14864, 8631, 12093, 8731, 9604, 8162, 9270, 7939, 9342, 7882, 8949, 13000, 9068, 10107, 8354, 9394, 8597, 9640, 8052, 9153, 7681, 8934, 8719, 8924, 14100, 8661, 11074, 8361, 9371, 8350, 9109, 7852, 8944, 7576, 9123, 9591, 8748, 12424, 8501, 10223, 8402, 9894, 8269, 9370, 9117, 9468, 14134, 8728, 12328, 8448, 10330, 7959, 9420, 8355, 9330, 8459, 9145, 17121, 8666, 13560, 8617, 10573, 8420, 9398, 7631, 9536, 14793, 9171, 11781, 8801, 10346, 8086, 9350, 7861, 9489, 12600, 8781, 11223, 8394, 9663, 8256, 9126, 8113, 9646, 13891, 8926, 11099, 8299, 9590, 8538, 9365, 13315, 9192, 13060, 8488, 10444, 8688, 9538, 8613, 9560, 13545, 9307, 11949, 8646, 9809, 8177, 10137, 13422, 9184, 11667, 8518, 9563, 8655, 9166, 7956, 9613, 12271, 8676, 11454, 8936, 10188, 9129, 9988, 8073, 9499, 16019, 9066, 13395, 9312, 9886, 8755, 9291, 14038, 9460, 14106, 9193, 11079, 8859, 9458, 12255, 9604, 13643, 9314, 10897, 8909, 9725, 8814, 9457, 8097, 9843, 11604, 9125, 11645, 8697, 9549, 10872, 9488, 12854, 9164, 10616, 8725, 9417, 7794, 9680, 10838, 9645, 12037, 8578, 9968, 8397, 9527, 8140, 10026, 13102, 9306, 11622, 8517, 9116, 8259, 9292, 8289, 9654, 13586, 8863, 10890, 8669, 9363, 8564, 9901, 16299, 9181, 13261, 8522, 9291, 8918, 9992, 14169, 11816, 10069, 16523, 8967, 9431, 8506, 9107, 9330, 8419, 9064, 11740, 8814, 9444, 8628, 9023, 7817, 9199, 9369, 9065, 9629, 9350, 13292, 8838, 13392, 8908, 11623, 8926, 9178, 14718, 9384, 18513, 10380, 13844, 8955, 9293, 8365, 10106, 17611, 9499, 13896, 9829, 11019, 8655, 9350, 12050, 10055, 13679, 9492, 11321, 9111, 9610, 8407, 9422, 8247, 10252, 13704, 10200, 11272, 8736, 9820, 8853, 9037, 8585, 10590, 14205, 9854, 11408, 9977, 10237, 9016, 8925, 12796, 9879, 13535, 10367, 10681, 10011, 9047, 8933, 9272, 8293, 9296, 8266, 10396, 13800, 10039, 11185, 18749, 9927, 11353, 13281, 10180, 9329, 9027, 8285, 8952, 8504, 8776, 9173, 8460, 9687, 14521, 9576, 9711, 14189, 9070, 9264, 11475, 9404, 12156, 8958, 9136, 8138, 8965, 11901, 8708, 9162, 7849, 8999, 12343, 9100, 10062, 8543, 9677, 14409, 8913, 10928, 8543, 9986, 16627, 9375, 12997, 11082, 9868, 16152, 9160, 9778, 8622, 9964, 14537, 9210, 10298, 8995, 9138, 8551, 9197, 8205, 9019, 11437, 9907, 12870, 9253, 11832, 9199, 8777, 12507, 9792, 12111, 8930, 10636, 9084, 9375, 8999, 9258, 8833, 8980, 9731, 9097, 11681, 9547, 14060, 9401, 11996, 8700, 9157, 8419, 9066, 8116, 10122, 12671, 8985, 11984, 9394, 10893, 9372, 10215, 8539, 8841, 10606, 9978, 11724, 9854, 11012, 9064, 9791, 8373, 8995, 7936, 9756, 12655, 9141, 10381, 8642, 8742, 8446, 8802, 8031, 9360, 13329, 8863, 10589, 8929, 9420, 9012, 9239, 8521, 8909, 9234, 9826, 15734, 9012, 12769, 8496, 9857, 7991, 9158, 8856, 9307, 15943, 8799, 12233, 9167, 11558, 8540, 11555, 11297, 9551, 18249, 9772, 14178, 9490, 12753, 8425, 8913, 10272, 9224, 12683, 9163, 12018, 9000, 10549, 8717, 9841, 8297, 8961, 9824, 9915, 15826, 12757, 10414, 16863, 8524, 9218, 7875, 9798, 9555, 8565, 9068, 8418, 8965, 8162, 9967, 14707, 8795, 11754, 18310, 9065, 15753, 8487, 9116, 8037, 9299, 12399, 8781, 10243, 8748, 8740, 8721, 9375, 8467, 9074, 8969, 9139, 9602, 9743, 15002, 8890, 13266, 8933, 10411, 8675, 9071, 12476, 9516, 15035, 9279, 9270, 7858, 9528, 11938, 8632, 9288, 8031, 9539, 12170, 8487, 9045, 7723, 8954, 11586, 8311, 9337, 7628, 9013, 12597, 8622, 9337, 7844, 9151, 13001, 8818, 10463, 8487, 10059, 15447, 8809, 12868, 8436, 9408, 11444, 8626, 9243, 8469, 9289, 8398, 9105, 8469, 9044, 7920, 9367, 16418, 9875, 14016, 8681, 10260, 8083, 9597, 19043, 12810, 11626, 18900, 8662, 9275, 7954, 8936, 11227, 8481, 9311, 7668, 8753, 7975, 8475, 10494, 8515, 9484, 8093, 9367, 7978, 9796, 14922, 8596, 12368, 9198, 10784, 8487, 9630, 9420, 9239, 18572, 12370, 10761, 18678, 8813, 10178, 8392, 8891, 7473, 8579, 10536, 8429, 9054, 8130, 8707, 10369, 8527, 12710, 7858, 9220, 17813, 8723, 11991, 8032, 8731, 12530, 8468, 9331, 8075, 8536, 7623, 8681, 12285, 8329, 9720, 7582, 8738, 7419, 8659, 13165, 8512, 10924, 8224, 9527, 8254, 9744, 7768, 9196, 18315, 8695, 14334, 9955, 9906, 8266, 9275, 8103, 8920, 9085, 9130, 17117, 8538, 11659, 8093, 9081, 7626, 9185, 8052, 8703, 11317, 8708, 10172, 8432, 9568, 8505, 8964, 8192, 9182, 12421, 9023, 11876, 8706, 10237, 8427, 9050, 8232, 8776, 7955, 8999, 7307, 7975, 7381, 9263, 8052, 11004, 8730, 10880, 8442, 9307, 9581, 7594, 10096, 8177, 13952, 8929, 15715, 9213, 15219, 10573, 14215, 9389, 19279, 9502, 19216, 9744, 16114, 8566, 11821, 8576, 9350, 8407, 9444, 8223, 9032, 8254, 8882, 8068, 9383, 15945, 8903, 13064, 8770, 10671, 8580, 9836, 8109, 10034, 8190, 9846, 8309, 9263, 16213, 8424, 15565, 8521, 12805, 8455, 10506, 8107, 9334, 15968, 8818, 13353, 8500, 10699, 8186, 10251, 8003, 9149, 8193, 9730, 7785, 9738, 15811, 9006, 16872], 'WindowCenter': [4285.0, 4248.0, 4248.0, 4218.0, 4233.0, 4252.0, 4243.0, 4245.0, 4231.0, 4247.0, 4231.0, 4232.0, 4208.0, 4218.0, 4206.0, 4218.0, 4225.0, 4239.0, 4257.0, 4228.0, 4235.0, 4220.0, 4237.0, 4189.0, 4246.0, 4261.0, 4237.0, 4247.0, 4228.0, 4248.0, 4235.0, 4245.0, 4207.0, 4217.0, 4204.0, 4230.0, 4275.0, 4227.0, 4250.0, 4215.0, 4218.0, 4187.0, 4229.0, 4277.0, 4236.0, 4267.0, 4204.0, 4209.0, 4253.0, 4233.0, 4233.0, 4209.0, 4224.0, 4226.0, 4218.0, 4206.0, 4210.0, 4216.0, 4238.0, 4258.0, 4227.0, 4235.0, 4246.0, 4229.0, 4256.0, 4214.0, 4224.0, 4277.0, 4217.0, 4224.0, 4250.0, 4209.0, 4212.0, 4212.0, 4212.0, 4179.0, 4225.0, 4223.0, 4227.0, 4226.0, 4227.0, 4225.0, 4206.0, 4231.0, 4264.0, 4205.0, 4238.0, 4256.0, 4226.0, 4236.0, 4255.0, 4224.0, 4235.0, 4193.0, 4227.0, 4238.0, 4213.0, 4219.0, 4204.0, 4226.0, 4254.0, 4221.0, 4238.0, 4215.0, 4217.0, 4199.0, 4226.0, 4252.0, 4228.0, 4249.0, 4207.0, 4239.0, 4279.0, 4238.0, 4269.0, 4217.0, 4227.0, 4210.0, 4240.0, 4219.0, 4235.0, 4274.0, 4240.0, 4277.0, 4240.0, 4270.0, 4231.0, 4262.0, 4216.0, 4227.0, 4245.0, 4238.0, 4285.0, 4228.0, 4267.0, 4213.0, 4222.0, 4195.0, 4229.0, 4255.0, 4222.0, 4244.0, 4226.0, 4222.0, 4201.0, 4229.0, 4260.0, 4225.0, 4235.0, 4214.0, 4213.0, 4187.0, 4233.0, 4243.0, 4224.0, 4237.0, 4202.0, 4212.0, 4193.0, 4223.0, 4237.0, 4225.0, 4236.0, 4276.0, 4224.0, 4215.0, 4190.0, 4223.0, 4214.0, 4215.0, 4198.0, 4214.0, 4216.0, 4218.0, 4222.0, 4228.0, 4250.0, 4268.0, 4240.0, 4244.0, 4237.0, 4247.0, 4280.0, 4227.0, 4268.0, 4236.0, 4226.0, 4255.0, 4235.0, 4270.0, 4233.0, 4235.0, 4275.0, 4231.0, 4222.0, 4242.0, 4192.0, 4221.0, 4225.0, 4200.0, 4214.0, 4217.0, 4210.0, 4212.0, 4204.0, 4204.0, 4192.0, 4227.0, 4244.0, 4222.0, 4238.0, 4228.0, 4232.0, 4206.0, 4229.0, 4278.0, 4228.0, 4248.0, 4214.0, 4224.0, 4204.0, 4225.0, 4268.0, 4237.0, 4245.0, 4224.0, 4241.0, 4281.0, 4222.0, 4255.0, 4264.0, 4224.0, 4232.0, 4203.0, 4195.0, 4205.0, 4217.0, 4204.0, 4217.0, 4198.0, 4240.0, 4260.0, 4224.0, 4261.0, 4250.0, 4221.0, 4244.0, 4239.0, 4251.0, 4228.0, 4258.0, 4258.0, 4225.0, 4277.0, 4227.0, 4267.0, 4237.0, 4258.0, 4218.0, 4225.0, 4264.0, 4217.0, 4245.0, 4263.0, 4217.0, 4234.0, 4199.0, 4222.0, 4221.0, 4213.0, 4202.0, 4192.0, 4214.0, 4203.0, 4214.0, 4215.0, 4220.0, 4219.0, 4254.0, 4263.0, 4238.0, 4252.0, 4239.0, 4269.0, 4283.0, 4259.0, 4267.0, 4235.0, 4236.0, 4275.0, 4217.0, 4244.0, 4191.0, 4204.0, 4193.0, 4212.0, 4234.0, 4226.0, 4234.0, 4219.0, 4216.0, 4211.0, 4236.0, 4226.0, 4232.0, 4272.0, 4235.0, 4255.0, 4224.0, 4244.0, 4226.0, 4235.0, 4215.0, 4217.0, 4207.0, 4225.0, 4212.0, 4241.0, 4238.0, 4259.0, 4227.0, 4240.0, 4213.0, 4225.0, 4262.0, 4228.0, 4286.0, 4238.0, 4260.0, 4203.0, 4213.0, 4185.0, 4218.0, 4243.0, 4222.0, 4208.0, 4213.0, 4224.0, 4226.0, 4225.0, 4215.0, 4215.0, 4214.0, 4220.0, 4205.0, 4226.0, 4256.0, 4226.0, 4253.0, 4224.0, 4235.0, 4214.0, 4218.0, 4205.0, 4228.0, 4268.0, 4222.0, 4250.0, 4217.0, 4226.0, 4213.0, 4234.0, 4256.0, 4218.0, 4233.0, 4214.0, 4220.0, 4204.0, 4208.0, 4204.0, 4214.0, 4205.0, 4236.0, 4254.0, 4223.0, 4244.0, 4219.0, 4222.0, 4205.0, 4218.0, 4204.0, 4235.0, 4286.0, 4236.0, 4254.0, 4217.0, 4243.0, 4209.0, 4210.0, 4251.0, 4234.0, 4248.0, 4221.0, 4205.0, 4189.0, 4215.0, 4249.0, 4212.0, 4211.0, 4190.0, 4207.0, 4201.0, 4216.0, 4217.0, 4225.0, 4237.0, 4248.0, 4221.0, 4234.0, 4195.0, 4220.0, 4239.0, 4212.0, 4234.0, 4244.0, 4213.0, 4211.0, 4203.0, 4221.0, 4232.0, 4219.0, 4221.0, 4225.0, 4206.0, 4216.0, 4220.0, 4228.0, 4233.0, 4255.0, 4219.0, 4218.0, 4197.0, 4226.0, 4262.0, 4230.0, 4268.0, 4245.0, 4215.0, 4259.0, 4211.0, 4215.0, 4250.0, 4206.0, 4208.0, 4202.0, 4214.0, 4203.0, 4229.0, 4216.0, 4228.0, 4238.0, 4228.0, 4260.0, 4221.0, 4241.0, 4282.0, 4240.0, 4257.0, 4270.0, 4223.0, 4247.0, 4212.0, 4235.0, 4273.0, 4212.0, 4202.0, 4188.0, 4210.0, 4222.0, 4203.0, 4198.0, 4191.0, 4224.0, 4233.0, 4214.0, 4224.0, 4228.0, 4218.0, 4233.0, 4194.0, 4218.0, 4244.0, 4205.0, 4217.0, 4191.0, 4229.0, 4247.0, 4212.0, 4219.0, 4190.0, 4215.0, 4243.0, 4222.0, 4201.0, 4198.0, 4205.0, 4206.0, 4207.0, 4234.0, 4203.0, 4227.0, 4254.0, 4225.0, 4224.0, 4201.0, 4237.0, 4258.0, 4224.0, 4229.0, 4196.0, 4226.0, 4257.0, 4217.0, 4245.0, 4202.0, 4223.0, 4263.0, 4223.0, 4213.0, 4213.0, 4205.0, 4194.0, 4214.0, 4203.0, 4235.0, 4255.0, 4226.0, 4239.0, 4215.0, 4213.0, 4254.0, 4218.0, 4261.0, 4213.0, 4221.0, 4281.0, 4232.0, 4234.0, 4262.0, 4210.0, 4204.0, 4179.0, 4218.0, 4208.0, 4200.0, 4201.0, 4201.0, 4203.0, 4222.0, 4217.0, 4213.0, 4208.0, 4222.0, 4203.0, 4236.0, 4266.0, 4225.0, 4239.0, 4206.0, 4235.0, 4264.0, 4224.0, 4265.0, 4233.0, 4216.0, 4257.0, 4215.0, 4215.0, 4237.0, 4193.0, 4189.0, 4183.0, 4212.0, 4205.0, 4213.0, 4223.0, 4207.0, 4207.0, 4215.0, 4227.0, 4246.0, 4216.0, 4246.0, 4199.0, 4215.0, 4214.0, 4226.0, 4268.0, 4274.0, 4225.0, 4253.0, 4212.0, 4196.0, 4224.0, 4212.0, 4216.0, 4214.0, 4215.0, 4213.0, 4213.0, 4208.0, 4236.0, 4245.0, 4238.0, 4241.0, 4225.0, 4239.0, 4215.0, 4231.0, 4282.0, 4249.0, 4243.0, 4267.0, 4226.0, 4216.0, 4251.0, 4204.0, 4214.0, 4200.0, 4217.0, 4239.0, 4211.0, 4201.0, 4190.0, 4202.0, 4201.0, 4223.0, 4227.0, 4220.0, 4222.0, 4216.0, 4227.0, 4210.0, 4231.0, 4216.0, 4235.0, 4278.0, 4226.0, 4262.0, 4225.0, 4237.0, 4277.0, 4234.0, 4263.0, 4209.0, 4234.0, 4192.0, 4224.0, 4265.0, 4211.0, 4244.0, 4210.0, 4215.0, 4195.0, 4204.0, 4205.0, 4233.0, 4253.0, 4215.0, 4233.0, 4208.0, 4231.0, 4188.0, 4197.0, 4222.0, 4223.0, 4236.0, 4217.0, 4225.0, 4203.0, 4224.0, 4186.0, 4215.0, 4206.0, 4224.0, 4237.0, 4225.0, 4231.0, 4214.0, 4224.0, 4196.0, 4213.0, 4198.0, 4213.0, 4225.0, 4227.0, 4237.0, 4226.0, 4244.0, 4222.0, 4238.0, 4209.0, 4221.0, 4254.0, 4225.0, 4254.0, 4219.0, 4245.0, 4226.0, 4226.0, 4206.0, 4216.0, 4214.0, 4238.0, 4263.0, 4219.0, 4238.0, 4243.0, 4226.0, 4247.0, 4223.0, 4236.0, 4200.0, 4208.0, 4195.0, 4230.0, 4234.0, 4226.0, 4246.0, 4204.0, 4231.0, 4276.0, 4224.0, 4227.0, 4266.0, 4220.0, 4225.0, 4191.0, 4216.0, 4231.0, 4213.0, 4211.0, 4207.0, 4212.0, 4209.0, 4240.0, 4262.0, 4217.0, 4229.0, 4266.0, 4224.0, 4235.0, 4281.0, 4222.0, 4261.0, 4222.0, 4223.0, 4255.0, 4206.0, 4223.0, 4217.0, 4215.0, 4227.0, 4205.0, 4206.0, 4201.0, 4224.0, 4244.0, 4224.0, 4235.0, 4192.0, 4217.0, 4265.0, 4225.0, 4227.0, 4211.0, 4223.0, 4246.0, 4213.0, 4224.0, 4202.0, 4211.0, 4203.0, 4207.0, 4203.0, 4235.0, 4268.0, 4224.0, 4251.0, 4220.0, 4232.0, 4203.0, 4212.0, 4224.0, 4217.0, 4254.0, 4212.0, 4220.0, 4200.0, 4213.0, 4201.0, 4222.0, 4243.0, 4222.0, 4223.0, 4195.0, 4213.0, 4201.0, 4223.0, 4242.0, 4225.0, 4218.0, 4209.0, 4225.0, 4221.0, 4237.0, 4228.0, 4225.0, 4216.0, 4226.0, 4215.0, 4239.0, 4271.0, 4226.0, 4252.0, 4236.0, 4253.0, 4229.0, 4250.0, 4230.0, 4240.0, 4219.0, 4238.0, 4205.0, 4218.0, 4210.0, 4215.0, 4203.0, 4217.0, 4274.0, 4225.0, 4257.0, 4226.0, 4237.0, 4198.0, 4209.0, 4211.0, 4207.0, 4236.0, 4223.0, 4238.0, 4221.0, 4224.0, 4211.0, 4204.0, 4204.0, 4212.0, 4201.0, 4212.0, 4194.0, 4215.0, 4242.0, 4221.0, 4233.0, 4223.0, 4212.0, 4206.0, 4204.0, 4214.0, 4224.0, 4204.0, 4224.0, 4214.0, 4224.0, 4203.0, 4226.0, 4256.0, 4214.0, 4229.0, 4233.0, 4248.0, 4226.0, 4254.0, 4227.0, 4230.0, 4217.0, 4222.0, 4206.0, 4224.0, 4211.0, 4213.0, 4230.0, 4217.0, 4256.0, 4233.0, 4236.0, 4225.0, 4226.0, 4220.0, 4216.0, 4204.0, 4206.0, 4194.0, 4235.0, 4270.0, 4223.0, 4252.0, 4224.0, 4225.0, 4214.0, 4218.0, 4223.0, 4216.0, 4212.0, 4213.0, 4195.0, 4205.0, 4214.0, 4230.0, 4262.0, 4216.0, 4239.0, 4216.0, 4234.0, 4212.0, 4218.0, 4220.0, 4225.0, 4260.0, 4216.0, 4235.0, 4222.0, 4228.0, 4226.0, 4227.0, 4216.0, 4212.0, 4213.0, 4213.0, 4206.0, 4224.0, 4217.0, 4234.0, 4261.0, 4215.0, 4246.0, 4232.0, 4242.0, 4223.0, 4223.0, 4211.0, 4220.0, 4201.0, 4224.0, 4257.0, 4234.0, 4243.0, 4218.0, 4216.0, 4216.0, 4216.0, 4206.0, 4218.0, 4224.0, 4217.0, 4205.0, 4235.0, 4263.0, 4237.0, 4251.0, 4218.0, 4240.0, 4224.0, 4223.0, 4207.0, 4227.0, 4277.0, 4215.0, 4248.0, 4223.0, 4229.0, 4224.0, 4221.0, 4203.0, 4223.0, 4200.0, 4216.0, 4216.0, 4225.0, 4251.0, 4213.0, 4225.0, 4211.0, 4212.0, 4202.0, 4224.0, 4258.0, 4205.0, 4204.0, 4203.0, 4205.0, 4196.0, 4214.0, 4244.0, 4227.0, 4227.0, 4219.0, 4224.0, 4208.0, 4223.0, 4229.0, 4217.0, 4258.0, 4216.0, 4210.0, 4262.0, 4203.0, 4213.0, 4236.0, 4220.0, 4221.0, 4209.0, 4215.0, 4195.0, 4216.0, 4240.0, 4225.0, 4224.0, 4196.0, 4224.0, 4246.0, 4225.0, 4225.0, 4267.0, 4217.0, 4236.0, 4201.0, 4213.0, 4252.0, 4212.0, 4232.0, 4202.0, 4216.0, 4245.0, 4221.0, 4214.0, 4183.0, 4207.0, 4233.0, 4206.0, 4224.0, 4202.0, 4225.0, 4248.0, 4210.0, 4235.0, 4203.0, 4225.0, 4250.0, 4204.0, 4213.0, 4200.0, 4220.0, 4205.0, 4217.0, 4233.0, 4207.0, 4214.0, 4207.0, 4223.0, 4218.0, 4236.0, 4256.0, 4206.0, 4218.0, 4206.0, 4217.0, 4275.0, 4215.0, 4245.0, 4214.0, 4224.0, 4196.0, 4225.0, 4264.0, 4224.0, 4235.0, 4210.0, 4216.0, 4202.0, 4213.0, 4236.0, 4222.0, 4234.0, 4224.0, 4217.0, 4220.0, 4234.0, 4208.0, 4237.0, 4215.0, 4220.0, 4213.0, 4237.0, 4269.0, 4225.0, 4267.0, 4227.0, 4245.0, 4216.0, 4225.0, 4197.0, 4219.0, 4215.0, 4227.0, 4206.0, 4236.0, 4234.0, 4228.0, 4267.0, 4225.0, 4256.0, 4208.0, 4218.0, 4214.0, 4225.0, 4203.0, 4220.0, 4216.0, 4227.0, 4256.0, 4219.0, 4236.0, 4213.0, 4218.0, 4228.0, 4231.0, 4215.0, 4219.0, 4197.0, 4219.0, 4215.0, 4228.0, 4267.0, 4209.0, 4246.0, 4215.0, 4222.0, 4210.0, 4228.0, 4199.0, 4225.0, 4205.0, 4221.0, 4235.0, 4228.0, 4257.0, 4227.0, 4229.0, 4218.0, 4238.0, 4217.0, 4232.0, 4220.0, 4227.0, 4266.0, 4217.0, 4255.0, 4215.0, 4236.0, 4206.0, 4218.0, 4198.0, 4219.0, 4215.0, 4227.0, 4280.0, 4209.0, 4253.0, 4214.0, 4226.0, 4206.0, 4225.0, 4197.0, 4236.0, 4265.0, 4225.0, 4243.0, 4214.0, 4235.0, 4204.0, 4225.0, 4203.0, 4226.0, 4238.0, 4208.0, 4245.0, 4215.0, 4217.0, 4198.0, 4218.0, 4203.0, 4220.0, 4266.0, 4219.0, 4247.0, 4216.0, 4225.0, 4212.0, 4226.0, 4247.0, 4225.0, 4256.0, 4215.0, 4227.0, 4215.0, 4225.0, 4215.0, 4226.0, 4247.0, 4226.0, 4238.0, 4210.0, 4224.0, 4204.0, 4236.0, 4247.0, 4226.0, 4244.0, 4207.0, 4225.0, 4211.0, 4224.0, 4204.0, 4225.0, 4249.0, 4210.0, 4246.0, 4226.0, 4227.0, 4219.0, 4238.0, 4197.0, 4237.0, 4277.0, 4216.0, 4255.0, 4226.0, 4236.0, 4215.0, 4224.0, 4266.0, 4219.0, 4254.0, 4226.0, 4232.0, 4208.0, 4218.0, 4244.0, 4226.0, 4255.0, 4226.0, 4235.0, 4226.0, 4225.0, 4223.0, 4226.0, 4198.0, 4236.0, 4245.0, 4227.0, 4245.0, 4209.0, 4237.0, 4234.0, 4224.0, 4248.0, 4226.0, 4234.0, 4208.0, 4224.0, 4205.0, 4226.0, 4235.0, 4226.0, 4239.0, 4209.0, 4236.0, 4205.0, 4225.0, 4203.0, 4234.0, 4254.0, 4225.0, 4240.0, 4215.0, 4225.0, 4202.0, 4217.0, 4208.0, 4237.0, 4267.0, 4226.0, 4238.0, 4215.0, 4220.0, 4216.0, 4237.0, 4278.0, 4219.0, 4251.0, 4214.0, 4224.0, 4214.0, 4225.0, 4267.0, 4244.0, 4224.0, 4262.0, 4201.0, 4210.0, 4200.0, 4212.0, 4212.0, 4214.0, 4226.0, 4245.0, 4218.0, 4224.0, 4226.0, 4228.0, 4211.0, 4232.0, 4237.0, 4239.0, 4231.0, 4239.0, 4269.0, 4234.0, 4270.0, 4222.0, 4242.0, 4219.0, 4227.0, 4267.0, 4232.0, 4295.0, 4235.0, 4248.0, 4209.0, 4226.0, 4215.0, 4238.0, 4288.0, 4224.0, 4248.0, 4225.0, 4235.0, 4213.0, 4227.0, 4245.0, 4225.0, 4253.0, 4225.0, 4233.0, 4214.0, 4226.0, 4202.0, 4211.0, 4203.0, 4223.0, 4254.0, 4224.0, 4234.0, 4215.0, 4218.0, 4212.0, 4212.0, 4201.0, 4233.0, 4265.0, 4218.0, 4233.0, 4224.0, 4224.0, 4212.0, 4215.0, 4254.0, 4225.0, 4246.0, 4224.0, 4222.0, 4223.0, 4212.0, 4214.0, 4225.0, 4204.0, 4225.0, 4195.0, 4232.0, 4248.0, 4225.0, 4243.0, 4285.0, 4205.0, 4233.0, 4240.0, 4221.0, 4209.0, 4212.0, 4212.0, 4219.0, 4218.0, 4226.0, 4238.0, 4218.0, 4240.0, 4280.0, 4238.0, 4237.0, 4259.0, 4209.0, 4226.0, 4243.0, 4217.0, 4241.0, 4224.0, 4217.0, 4204.0, 4221.0, 4245.0, 4214.0, 4226.0, 4217.0, 4224.0, 4256.0, 4226.0, 4229.0, 4215.0, 4238.0, 4260.0, 4220.0, 4247.0, 4216.0, 4238.0, 4277.0, 4225.0, 4261.0, 4238.0, 4235.0, 4270.0, 4218.0, 4228.0, 4214.0, 4236.0, 4259.0, 4225.0, 4234.0, 4218.0, 4224.0, 4219.0, 4231.0, 4218.0, 4228.0, 4239.0, 4237.0, 4257.0, 4226.0, 4259.0, 4225.0, 4217.0, 4256.0, 4237.0, 4256.0, 4228.0, 4247.0, 4227.0, 4219.0, 4219.0, 4219.0, 4227.0, 4222.0, 4237.0, 4220.0, 4256.0, 4237.0, 4268.0, 4227.0, 4249.0, 4216.0, 4218.0, 4198.0, 4226.0, 4205.0, 4237.0, 4255.0, 4227.0, 4248.0, 4222.0, 4245.0, 4220.0, 4236.0, 4216.0, 4219.0, 4235.0, 4228.0, 4237.0, 4230.0, 4235.0, 4226.0, 4231.0, 4214.0, 4225.0, 4204.0, 4236.0, 4251.0, 4225.0, 4235.0, 4219.0, 4208.0, 4215.0, 4227.0, 4199.0, 4238.0, 4260.0, 4220.0, 4236.0, 4228.0, 4227.0, 4228.0, 4230.0, 4229.0, 4238.0, 4233.0, 4251.0, 4300.0, 4234.0, 4268.0, 4219.0, 4237.0, 4215.0, 4236.0, 4225.0, 4238.0, 4272.0, 4227.0, 4249.0, 4230.0, 4257.0, 4226.0, 4247.0, 4239.0, 4229.0, 4278.0, 4236.0, 4258.0, 4226.0, 4256.0, 4212.0, 4226.0, 4228.0, 4218.0, 4255.0, 4224.0, 4237.0, 4219.0, 4229.0, 4209.0, 4236.0, 4208.0, 4226.0, 4235.0, 4229.0, 4277.0, 4254.0, 4234.0, 4274.0, 4202.0, 4212.0, 4191.0, 4222.0, 4222.0, 4211.0, 4225.0, 4210.0, 4225.0, 4209.0, 4238.0, 4270.0, 4209.0, 4258.0, 4286.0, 4209.0, 4257.0, 4214.0, 4225.0, 4203.0, 4220.0, 4253.0, 4209.0, 4236.0, 4219.0, 4226.0, 4219.0, 4220.0, 4217.0, 4220.0, 4227.0, 4231.0, 4231.0, 4239.0, 4270.0, 4228.0, 4258.0, 4227.0, 4235.0, 4216.0, 4220.0, 4248.0, 4226.0, 4267.0, 4224.0, 4225.0, 4197.0, 4219.0, 4244.0, 4208.0, 4224.0, 4199.0, 4237.0, 4256.0, 4215.0, 4225.0, 4204.0, 4226.0, 4246.0, 4216.0, 4225.0, 4199.0, 4227.0, 4248.0, 4213.0, 4219.0, 4208.0, 4238.0, 4257.0, 4220.0, 4246.0, 4209.0, 4230.0, 4269.0, 4227.0, 4256.0, 4214.0, 4226.0, 4244.0, 4215.0, 4216.0, 4209.0, 4225.0, 4221.0, 4227.0, 4222.0, 4232.0, 4217.0, 4239.0, 4289.0, 4238.0, 4260.0, 4220.0, 4237.0, 4198.0, 4237.0, 4295.0, 4255.0, 4245.0, 4279.0, 4206.0, 4224.0, 4195.0, 4224.0, 4238.0, 4208.0, 4224.0, 4195.0, 4208.0, 4197.0, 4210.0, 4246.0, 4220.0, 4237.0, 4218.0, 4230.0, 4216.0, 4242.0, 4278.0, 4221.0, 4251.0, 4238.0, 4239.0, 4219.0, 4237.0, 4226.0, 4227.0, 4287.0, 4256.0, 4246.0, 4284.0, 4217.0, 4227.0, 4214.0, 4225.0, 4203.0, 4227.0, 4241.0, 4217.0, 4221.0, 4211.0, 4227.0, 4229.0, 4229.0, 4269.0, 4210.0, 4230.0, 4280.0, 4227.0, 4257.0, 4197.0, 4208.0, 4254.0, 4209.0, 4219.0, 4208.0, 4227.0, 4198.0, 4228.0, 4250.0, 4221.0, 4239.0, 4201.0, 4228.0, 4207.0, 4229.0, 4268.0, 4220.0, 4240.0, 4218.0, 4238.0, 4228.0, 4231.0, 4211.0, 4232.0, 4291.0, 4222.0, 4279.0, 4232.0, 4229.0, 4216.0, 4223.0, 4216.0, 4221.0, 4219.0, 4238.0, 4285.0, 4216.0, 4241.0, 4204.0, 4226.0, 4204.0, 4223.0, 4204.0, 4224.0, 4246.0, 4209.0, 4237.0, 4211.0, 4234.0, 4228.0, 4228.0, 4214.0, 4235.0, 4256.0, 4228.0, 4239.0, 4216.0, 4237.0, 4209.0, 4226.0, 4214.0, 4219.0, 4210.0, 4228.0, 4209.0, 4213.0, 4202.0, 4241.0, 4224.0, 4253.0, 4243.0, 4253.0, 4232.0, 4243.0, 4247.0, 4216.0, 4263.0, 4229.0, 4280.0, 4237.0, 4296.0, 4239.0, 4286.0, 4246.0, 4271.0, 4241.0, 4293.0, 4232.0, 4293.0, 4236.0, 4271.0, 4210.0, 4238.0, 4208.0, 4224.0, 4211.0, 4219.0, 4211.0, 4221.0, 4210.0, 4222.0, 4210.0, 4240.0, 4273.0, 4221.0, 4251.0, 4222.0, 4241.0, 4228.0, 4237.0, 4215.0, 4230.0, 4209.0, 4235.0, 4217.0, 4239.0, 4282.0, 4215.0, 4272.0, 4208.0, 4250.0, 4208.0, 4235.0, 4194.0, 4230.0, 4273.0, 4225.0, 4256.0, 4211.0, 4229.0, 4209.0, 4242.0, 4211.0, 4218.0, 4217.0, 4230.0, 4206.0, 4230.0, 4268.0, 4219.0, 4270.0], 'WindowWidth': [9486.0, 9430.0, 9417.0, 9373.0, 9389.0, 9409.0, 9396.0, 9400.0, 9378.0, 9402.0, 9377.0, 9379.0, 9343.0, 9363.0, 9345.0, 9365.0, 9370.0, 9394.0, 9417.0, 9378.0, 9385.0, 9361.0, 9389.0, 9317.0, 9401.0, 9417.0, 9389.0, 9401.0, 9378.0, 9403.0, 9386.0, 9400.0, 9348.0, 9360.0, 9342.0, 9375.0, 9442.0, 9368.0, 9403.0, 9355.0, 9354.0, 9312.0, 9371.0, 9436.0, 9381.0, 9429.0, 9340.0, 9341.0, 9402.0, 9377.0, 9376.0, 9342.0, 9366.0, 9374.0, 9354.0, 9343.0, 9347.0, 9358.0, 9391.0, 9418.0, 9372.0, 9384.0, 9391.0, 9368.0, 9412.0, 9350.0, 9365.0, 9433.0, 9349.0, 9366.0, 9393.0, 9337.0, 9344.0, 9343.0, 9345.0, 9299.0, 9369.0, 9364.0, 9374.0, 9372.0, 9375.0, 9372.0, 9345.0, 9378.0, 9426.0, 9344.0, 9390.0, 9412.0, 9370.0, 9385.0, 9407.0, 9365.0, 9382.0, 9324.0, 9372.0, 9380.0, 9350.0, 9356.0, 9340.0, 9373.0, 9411.0, 9364.0, 9391.0, 9358.0, 9363.0, 9333.0, 9376.0, 9409.0, 9379.0, 9410.0, 9350.0, 9394.0, 9450.0, 9393.0, 9436.0, 9362.0, 9375.0, 9349.0, 9398.0, 9366.0, 9388.0, 9438.0, 9397.0, 9446.0, 9396.0, 9437.0, 9378.0, 9423.0, 9360.0, 9376.0, 9395.0, 9391.0, 9454.0, 9368.0, 9430.0, 9354.0, 9363.0, 9326.0, 9370.0, 9408.0, 9364.0, 9395.0, 9371.0, 9363.0, 9331.0, 9368.0, 9411.0, 9369.0, 9383.0, 9353.0, 9350.0, 9311.0, 9379.0, 9389.0, 9366.0, 9388.0, 9337.0, 9350.0, 9322.0, 9363.0, 9378.0, 9368.0, 9386.0, 9439.0, 9364.0, 9347.0, 9314.0, 9362.0, 9343.0, 9354.0, 9329.0, 9356.0, 9361.0, 9367.0, 9370.0, 9380.0, 9413.0, 9436.0, 9399.0, 9399.0, 9389.0, 9403.0, 9446.0, 9368.0, 9434.0, 9385.0, 9371.0, 9406.0, 9383.0, 9432.0, 9376.0, 9380.0, 9438.0, 9369.0, 9358.0, 9384.0, 9309.0, 9356.0, 9355.0, 9328.0, 9350.0, 9345.0, 9341.0, 9345.0, 9338.0, 9333.0, 9324.0, 9377.0, 9396.0, 9367.0, 9391.0, 9379.0, 9380.0, 9346.0, 9374.0, 9446.0, 9376.0, 9396.0, 9354.0, 9368.0, 9339.0, 9371.0, 9432.0, 9388.0, 9397.0, 9367.0, 9391.0, 9448.0, 9361.0, 9409.0, 9418.0, 9363.0, 9371.0, 9336.0, 9322.0, 9345.0, 9365.0, 9345.0, 9364.0, 9333.0, 9400.0, 9425.0, 9373.0, 9429.0, 9402.0, 9364.0, 9395.0, 9395.0, 9405.0, 9378.0, 9421.0, 9416.0, 9370.0, 9442.0, 9374.0, 9429.0, 9386.0, 9419.0, 9355.0, 9369.0, 9418.0, 9350.0, 9397.0, 9414.0, 9350.0, 9379.0, 9326.0, 9359.0, 9356.0, 9346.0, 9332.0, 9322.0, 9355.0, 9342.0, 9358.0, 9362.0, 9366.0, 9373.0, 9424.0, 9426.0, 9394.0, 9408.0, 9396.0, 9440.0, 9454.0, 9420.0, 9430.0, 9381.0, 9377.0, 9437.0, 9351.0, 9394.0, 9319.0, 9338.0, 9323.0, 9351.0, 9380.0, 9375.0, 9382.0, 9359.0, 9359.0, 9350.0, 9389.0, 9374.0, 9381.0, 9434.0, 9383.0, 9410.0, 9368.0, 9394.0, 9374.0, 9387.0, 9357.0, 9351.0, 9338.0, 9370.0, 9351.0, 9389.0, 9393.0, 9422.0, 9374.0, 9387.0, 9352.0, 9368.0, 9415.0, 9366.0, 9457.0, 9379.0, 9409.0, 9334.0, 9348.0, 9302.0, 9352.0, 9388.0, 9360.0, 9338.0, 9350.0, 9364.0, 9369.0, 9368.0, 9357.0, 9354.0, 9353.0, 9359.0, 9342.0, 9366.0, 9406.0, 9371.0, 9404.0, 9366.0, 9381.0, 9353.0, 9354.0, 9341.0, 9369.0, 9425.0, 9361.0, 9397.0, 9351.0, 9362.0, 9350.0, 9380.0, 9404.0, 9354.0, 9376.0, 9354.0, 9358.0, 9340.0, 9342.0, 9340.0, 9355.0, 9342.0, 9386.0, 9409.0, 9365.0, 9397.0, 9360.0, 9364.0, 9342.0, 9355.0, 9340.0, 9383.0, 9456.0, 9385.0, 9405.0, 9351.0, 9389.0, 9342.0, 9343.0, 9398.0, 9379.0, 9395.0, 9358.0, 9332.0, 9312.0, 9346.0, 9395.0, 9347.0, 9346.0, 9313.0, 9335.0, 9331.0, 9349.0, 9351.0, 9370.0, 9389.0, 9396.0, 9359.0, 9379.0, 9317.0, 9355.0, 9381.0, 9344.0, 9377.0, 9384.0, 9347.0, 9343.0, 9334.0, 9359.0, 9375.0, 9357.0, 9360.0, 9368.0, 9336.0, 9358.0, 9362.0, 9369.0, 9382.0, 9410.0, 9357.0, 9353.0, 9326.0, 9371.0, 9417.0, 9372.0, 9432.0, 9385.0, 9347.0, 9408.0, 9343.0, 9347.0, 9398.0, 9335.0, 9337.0, 9334.0, 9353.0, 9339.0, 9382.0, 9361.0, 9380.0, 9392.0, 9380.0, 9426.0, 9365.0, 9393.0, 9452.0, 9387.0, 9413.0, 9425.0, 9363.0, 9392.0, 9345.0, 9379.0, 9430.0, 9343.0, 9331.0, 9309.0, 9341.0, 9358.0, 9336.0, 9328.0, 9317.0, 9366.0, 9376.0, 9353.0, 9368.0, 9366.0, 9354.0, 9378.0, 9318.0, 9353.0, 9384.0, 9333.0, 9351.0, 9320.0, 9368.0, 9391.0, 9346.0, 9355.0, 9314.0, 9344.0, 9390.0, 9361.0, 9324.0, 9325.0, 9335.0, 9334.0, 9340.0, 9381.0, 9341.0, 9366.0, 9407.0, 9370.0, 9361.0, 9332.0, 9387.0, 9411.0, 9365.0, 9369.0, 9321.0, 9362.0, 9404.0, 9352.0, 9397.0, 9332.0, 9362.0, 9415.0, 9362.0, 9341.0, 9350.0, 9341.0, 9318.0, 9353.0, 9337.0, 9385.0, 9410.0, 9373.0, 9386.0, 9356.0, 9352.0, 9405.0, 9354.0, 9413.0, 9349.0, 9360.0, 9444.0, 9373.0, 9378.0, 9406.0, 9339.0, 9327.0, 9295.0, 9349.0, 9337.0, 9328.0, 9331.0, 9330.0, 9330.0, 9360.0, 9353.0, 9353.0, 9344.0, 9366.0, 9339.0, 9387.0, 9426.0, 9370.0, 9386.0, 9337.0, 9382.0, 9416.0, 9366.0, 9425.0, 9374.0, 9347.0, 9409.0, 9345.0, 9345.0, 9375.0, 9312.0, 9312.0, 9298.0, 9346.0, 9334.0, 9353.0, 9366.0, 9341.0, 9348.0, 9357.0, 9376.0, 9400.0, 9360.0, 9400.0, 9330.0, 9356.0, 9354.0, 9373.0, 9435.0, 9435.0, 9369.0, 9405.0, 9347.0, 9322.0, 9357.0, 9349.0, 9348.0, 9355.0, 9350.0, 9353.0, 9355.0, 9344.0, 9390.0, 9400.0, 9396.0, 9392.0, 9373.0, 9395.0, 9358.0, 9378.0, 9454.0, 9397.0, 9393.0, 9423.0, 9360.0, 9348.0, 9396.0, 9328.0, 9345.0, 9328.0, 9350.0, 9382.0, 9345.0, 9331.0, 9315.0, 9334.0, 9333.0, 9367.0, 9368.0, 9360.0, 9365.0, 9354.0, 9375.0, 9350.0, 9379.0, 9363.0, 9386.0, 9447.0, 9373.0, 9421.0, 9370.0, 9388.0, 9437.0, 9379.0, 9416.0, 9343.0, 9380.0, 9322.0, 9368.0, 9422.0, 9348.0, 9391.0, 9345.0, 9347.0, 9320.0, 9341.0, 9342.0, 9378.0, 9406.0, 9354.0, 9377.0, 9340.0, 9374.0, 9313.0, 9326.0, 9362.0, 9365.0, 9375.0, 9352.0, 9362.0, 9331.0, 9368.0, 9310.0, 9356.0, 9335.0, 9368.0, 9380.0, 9370.0, 9374.0, 9355.0, 9366.0, 9324.0, 9353.0, 9327.0, 9354.0, 9372.0, 9369.0, 9381.0, 9373.0, 9395.0, 9366.0, 9384.0, 9345.0, 9363.0, 9407.0, 9370.0, 9408.0, 9358.0, 9396.0, 9374.0, 9373.0, 9346.0, 9360.0, 9355.0, 9391.0, 9422.0, 9359.0, 9391.0, 9390.0, 9370.0, 9393.0, 9365.0, 9386.0, 9332.0, 9342.0, 9322.0, 9374.0, 9383.0, 9373.0, 9401.0, 9343.0, 9376.0, 9442.0, 9366.0, 9367.0, 9418.0, 9357.0, 9360.0, 9317.0, 9350.0, 9372.0, 9349.0, 9347.0, 9342.0, 9354.0, 9346.0, 9400.0, 9424.0, 9362.0, 9372.0, 9427.0, 9366.0, 9384.0, 9441.0, 9361.0, 9414.0, 9358.0, 9362.0, 9401.0, 9334.0, 9362.0, 9349.0, 9347.0, 9362.0, 9332.0, 9335.0, 9332.0, 9367.0, 9395.0, 9367.0, 9383.0, 9322.0, 9353.0, 9421.0, 9369.0, 9367.0, 9345.0, 9365.0, 9389.0, 9344.0, 9367.0, 9334.0, 9347.0, 9338.0, 9339.0, 9338.0, 9383.0, 9424.0, 9368.0, 9402.0, 9358.0, 9377.0, 9337.0, 9349.0, 9356.0, 9352.0, 9408.0, 9347.0, 9356.0, 9330.0, 9350.0, 9332.0, 9363.0, 9391.0, 9363.0, 9364.0, 9320.0, 9349.0, 9332.0, 9366.0, 9390.0, 9371.0, 9356.0, 9347.0, 9371.0, 9365.0, 9392.0, 9380.0, 9374.0, 9361.0, 9375.0, 9360.0, 9395.0, 9433.0, 9373.0, 9405.0, 9385.0, 9408.0, 9374.0, 9401.0, 9374.0, 9385.0, 9359.0, 9382.0, 9336.0, 9356.0, 9346.0, 9355.0, 9337.0, 9354.0, 9434.0, 9368.0, 9409.0, 9363.0, 9379.0, 9326.0, 9341.0, 9344.0, 9338.0, 9376.0, 9363.0, 9379.0, 9358.0, 9356.0, 9344.0, 9330.0, 9330.0, 9347.0, 9330.0, 9349.0, 9317.0, 9347.0, 9389.0, 9362.0, 9376.0, 9363.0, 9347.0, 9336.0, 9331.0, 9355.0, 9368.0, 9334.0, 9367.0, 9353.0, 9367.0, 9339.0, 9373.0, 9412.0, 9354.0, 9368.0, 9378.0, 9394.0, 9365.0, 9407.0, 9367.0, 9372.0, 9351.0, 9363.0, 9337.0, 9366.0, 9346.0, 9351.0, 9370.0, 9352.0, 9402.0, 9378.0, 9379.0, 9362.0, 9363.0, 9357.0, 9348.0, 9332.0, 9336.0, 9318.0, 9384.0, 9428.0, 9364.0, 9400.0, 9365.0, 9358.0, 9346.0, 9354.0, 9364.0, 9350.0, 9348.0, 9349.0, 9321.0, 9336.0, 9345.0, 9373.0, 9418.0, 9350.0, 9382.0, 9349.0, 9378.0, 9348.0, 9353.0, 9358.0, 9360.0, 9410.0, 9348.0, 9374.0, 9363.0, 9366.0, 9364.0, 9366.0, 9351.0, 9349.0, 9351.0, 9351.0, 9335.0, 9368.0, 9353.0, 9379.0, 9413.0, 9348.0, 9388.0, 9375.0, 9390.0, 9364.0, 9364.0, 9345.0, 9357.0, 9332.0, 9366.0, 9407.0, 9379.0, 9389.0, 9353.0, 9349.0, 9352.0, 9351.0, 9339.0, 9356.0, 9367.0, 9353.0, 9334.0, 9384.0, 9421.0, 9388.0, 9400.0, 9355.0, 9382.0, 9365.0, 9363.0, 9337.0, 9366.0, 9434.0, 9347.0, 9394.0, 9364.0, 9366.0, 9367.0, 9361.0, 9331.0, 9364.0, 9330.0, 9351.0, 9350.0, 9369.0, 9404.0, 9351.0, 9367.0, 9343.0, 9347.0, 9333.0, 9366.0, 9409.0, 9333.0, 9331.0, 9334.0, 9332.0, 9320.0, 9346.0, 9394.0, 9367.0, 9366.0, 9356.0, 9365.0, 9342.0, 9366.0, 9370.0, 9353.0, 9412.0, 9347.0, 9342.0, 9408.0, 9327.0, 9348.0, 9374.0, 9357.0, 9356.0, 9339.0, 9348.0, 9321.0, 9351.0, 9386.0, 9370.0, 9368.0, 9323.0, 9368.0, 9391.0, 9367.0, 9370.0, 9423.0, 9350.0, 9376.0, 9331.0, 9349.0, 9399.0, 9348.0, 9374.0, 9334.0, 9350.0, 9386.0, 9357.0, 9343.0, 9301.0, 9338.0, 9370.0, 9336.0, 9366.0, 9332.0, 9367.0, 9393.0, 9345.0, 9381.0, 9337.0, 9368.0, 9397.0, 9331.0, 9348.0, 9329.0, 9358.0, 9331.0, 9352.0, 9377.0, 9338.0, 9352.0, 9336.0, 9366.0, 9353.0, 9386.0, 9412.0, 9337.0, 9353.0, 9334.0, 9352.0, 9436.0, 9349.0, 9396.0, 9352.0, 9366.0, 9321.0, 9370.0, 9421.0, 9368.0, 9383.0, 9344.0, 9348.0, 9334.0, 9351.0, 9377.0, 9364.0, 9381.0, 9370.0, 9353.0, 9361.0, 9381.0, 9344.0, 9391.0, 9359.0, 9360.0, 9352.0, 9388.0, 9425.0, 9370.0, 9429.0, 9375.0, 9395.0, 9357.0, 9368.0, 9327.0, 9357.0, 9355.0, 9375.0, 9345.0, 9386.0, 9380.0, 9376.0, 9427.0, 9369.0, 9413.0, 9341.0, 9355.0, 9351.0, 9368.0, 9336.0, 9357.0, 9359.0, 9375.0, 9413.0, 9356.0, 9384.0, 9352.0, 9354.0, 9376.0, 9374.0, 9357.0, 9357.0, 9326.0, 9359.0, 9356.0, 9377.0, 9429.0, 9344.0, 9398.0, 9357.0, 9364.0, 9345.0, 9377.0, 9329.0, 9369.0, 9342.0, 9361.0, 9381.0, 9377.0, 9415.0, 9374.0, 9369.0, 9362.0, 9390.0, 9360.0, 9379.0, 9360.0, 9372.0, 9423.0, 9359.0, 9409.0, 9355.0, 9384.0, 9344.0, 9352.0, 9326.0, 9355.0, 9354.0, 9373.0, 9441.0, 9342.0, 9403.0, 9351.0, 9361.0, 9335.0, 9369.0, 9326.0, 9385.0, 9420.0, 9367.0, 9390.0, 9351.0, 9381.0, 9339.0, 9367.0, 9333.0, 9370.0, 9379.0, 9340.0, 9393.0, 9355.0, 9350.0, 9326.0, 9353.0, 9335.0, 9357.0, 9425.0, 9357.0, 9398.0, 9355.0, 9366.0, 9347.0, 9371.0, 9390.0, 9367.0, 9412.0, 9354.0, 9362.0, 9353.0, 9367.0, 9352.0, 9370.0, 9391.0, 9369.0, 9378.0, 9342.0, 9364.0, 9337.0, 9383.0, 9388.0, 9368.0, 9391.0, 9337.0, 9365.0, 9343.0, 9364.0, 9336.0, 9368.0, 9396.0, 9345.0, 9396.0, 9371.0, 9366.0, 9357.0, 9389.0, 9325.0, 9386.0, 9442.0, 9356.0, 9407.0, 9370.0, 9382.0, 9353.0, 9367.0, 9423.0, 9353.0, 9404.0, 9369.0, 9375.0, 9338.0, 9354.0, 9390.0, 9367.0, 9405.0, 9368.0, 9381.0, 9369.0, 9369.0, 9366.0, 9370.0, 9326.0, 9384.0, 9394.0, 9372.0, 9395.0, 9343.0, 9386.0, 9378.0, 9366.0, 9393.0, 9369.0, 9379.0, 9342.0, 9367.0, 9341.0, 9370.0, 9378.0, 9371.0, 9382.0, 9341.0, 9383.0, 9339.0, 9366.0, 9335.0, 9380.0, 9405.0, 9368.0, 9387.0, 9353.0, 9367.0, 9334.0, 9352.0, 9338.0, 9386.0, 9427.0, 9374.0, 9381.0, 9355.0, 9360.0, 9356.0, 9388.0, 9444.0, 9357.0, 9403.0, 9350.0, 9365.0, 9349.0, 9367.0, 9429.0, 9387.0, 9363.0, 9413.0, 9327.0, 9340.0, 9326.0, 9344.0, 9345.0, 9352.0, 9372.0, 9396.0, 9354.0, 9367.0, 9373.0, 9378.0, 9351.0, 9380.0, 9389.0, 9395.0, 9378.0, 9395.0, 9436.0, 9384.0, 9438.0, 9365.0, 9391.0, 9355.0, 9373.0, 9425.0, 9377.0, 9468.0, 9382.0, 9393.0, 9341.0, 9370.0, 9354.0, 9388.0, 9458.0, 9365.0, 9391.0, 9367.0, 9379.0, 9349.0, 9373.0, 9394.0, 9364.0, 9400.0, 9365.0, 9374.0, 9349.0, 9370.0, 9333.0, 9342.0, 9332.0, 9362.0, 9404.0, 9363.0, 9378.0, 9354.0, 9350.0, 9342.0, 9345.0, 9329.0, 9375.0, 9422.0, 9353.0, 9374.0, 9363.0, 9362.0, 9345.0, 9352.0, 9404.0, 9366.0, 9387.0, 9361.0, 9357.0, 9360.0, 9345.0, 9351.0, 9367.0, 9338.0, 9366.0, 9318.0, 9374.0, 9394.0, 9365.0, 9390.0, 9448.0, 9329.0, 9373.0, 9377.0, 9353.0, 9335.0, 9346.0, 9346.0, 9358.0, 9354.0, 9373.0, 9390.0, 9363.0, 9397.0, 9453.0, 9390.0, 9387.0, 9410.0, 9341.0, 9370.0, 9387.0, 9351.0, 9385.0, 9365.0, 9350.0, 9337.0, 9361.0, 9394.0, 9354.0, 9373.0, 9360.0, 9369.0, 9412.0, 9373.0, 9372.0, 9356.0, 9392.0, 9415.0, 9359.0, 9401.0, 9358.0, 9390.0, 9440.0, 9369.0, 9417.0, 9379.0, 9382.0, 9424.0, 9352.0, 9366.0, 9352.0, 9384.0, 9411.0, 9366.0, 9377.0, 9356.0, 9367.0, 9358.0, 9378.0, 9363.0, 9377.0, 9384.0, 9387.0, 9414.0, 9371.0, 9419.0, 9370.0, 9359.0, 9408.0, 9387.0, 9411.0, 9376.0, 9399.0, 9374.0, 9357.0, 9359.0, 9358.0, 9374.0, 9367.0, 9389.0, 9361.0, 9411.0, 9389.0, 9431.0, 9373.0, 9399.0, 9357.0, 9354.0, 9325.0, 9371.0, 9340.0, 9386.0, 9410.0, 9374.0, 9396.0, 9364.0, 9394.0, 9358.0, 9384.0, 9359.0, 9357.0, 9381.0, 9367.0, 9378.0, 9370.0, 9382.0, 9371.0, 9374.0, 9353.0, 9368.0, 9338.0, 9385.0, 9399.0, 9370.0, 9383.0, 9356.0, 9340.0, 9355.0, 9373.0, 9330.0, 9390.0, 9413.0, 9361.0, 9385.0, 9377.0, 9373.0, 9378.0, 9374.0, 9381.0, 9394.0, 9380.0, 9414.0, 9484.0, 9387.0, 9431.0, 9359.0, 9387.0, 9356.0, 9385.0, 9370.0, 9390.0, 9434.0, 9375.0, 9399.0, 9375.0, 9415.0, 9373.0, 9401.0, 9382.0, 9370.0, 9437.0, 9385.0, 9407.0, 9370.0, 9410.0, 9348.0, 9370.0, 9366.0, 9353.0, 9407.0, 9367.0, 9377.0, 9357.0, 9370.0, 9344.0, 9385.0, 9341.0, 9372.0, 9381.0, 9369.0, 9448.0, 9402.0, 9378.0, 9431.0, 9332.0, 9343.0, 9315.0, 9360.0, 9360.0, 9347.0, 9367.0, 9348.0, 9371.0, 9346.0, 9392.0, 9429.0, 9343.0, 9418.0, 9451.0, 9341.0, 9405.0, 9351.0, 9367.0, 9335.0, 9359.0, 9405.0, 9344.0, 9383.0, 9357.0, 9371.0, 9359.0, 9361.0, 9362.0, 9362.0, 9375.0, 9375.0, 9375.0, 9392.0, 9428.0, 9377.0, 9417.0, 9375.0, 9381.0, 9358.0, 9360.0, 9392.0, 9371.0, 9431.0, 9364.0, 9367.0, 9322.0, 9354.0, 9391.0, 9340.0, 9366.0, 9329.0, 9387.0, 9409.0, 9355.0, 9368.0, 9337.0, 9370.0, 9397.0, 9359.0, 9370.0, 9329.0, 9374.0, 9396.0, 9352.0, 9359.0, 9342.0, 9390.0, 9414.0, 9360.0, 9399.0, 9344.0, 9373.0, 9427.0, 9373.0, 9415.0, 9351.0, 9370.0, 9391.0, 9356.0, 9349.0, 9345.0, 9371.0, 9365.0, 9376.0, 9367.0, 9381.0, 9363.0, 9395.0, 9465.0, 9392.0, 9414.0, 9360.0, 9388.0, 9328.0, 9388.0, 9469.0, 9407.0, 9394.0, 9436.0, 9332.0, 9363.0, 9316.0, 9365.0, 9379.0, 9339.0, 9366.0, 9319.0, 9340.0, 9325.0, 9346.0, 9399.0, 9362.0, 9389.0, 9364.0, 9376.0, 9359.0, 9395.0, 9448.0, 9364.0, 9403.0, 9391.0, 9384.0, 9359.0, 9389.0, 9370.0, 9374.0, 9460.0, 9410.0, 9397.0, 9446.0, 9349.0, 9362.0, 9352.0, 9368.0, 9339.0, 9375.0, 9390.0, 9364.0, 9362.0, 9349.0, 9377.0, 9372.0, 9381.0, 9436.0, 9348.0, 9375.0, 9443.0, 9373.0, 9416.0, 9325.0, 9341.0, 9408.0, 9344.0, 9355.0, 9341.0, 9375.0, 9328.0, 9378.0, 9401.0, 9364.0, 9394.0, 9336.0, 9379.0, 9348.0, 9380.0, 9431.0, 9363.0, 9390.0, 9367.0, 9391.0, 9379.0, 9379.0, 9350.0, 9380.0, 9462.0, 9368.0, 9450.0, 9380.0, 9371.0, 9360.0, 9366.0, 9360.0, 9363.0, 9358.0, 9390.0, 9455.0, 9360.0, 9389.0, 9340.0, 9372.0, 9339.0, 9366.0, 9339.0, 9368.0, 9398.0, 9345.0, 9387.0, 9350.0, 9382.0, 9377.0, 9376.0, 9353.0, 9385.0, 9411.0, 9375.0, 9383.0, 9359.0, 9387.0, 9345.0, 9369.0, 9353.0, 9358.0, 9344.0, 9378.0, 9356.0, 9355.0, 9339.0, 9398.0, 9372.0, 9410.0, 9406.0, 9412.0, 9391.0, 9406.0, 9407.0, 9367.0, 9433.0, 9383.0, 9453.0, 9392.0, 9474.0, 9399.0, 9456.0, 9403.0, 9430.0, 9399.0, 9463.0, 9380.0, 9465.0, 9385.0, 9427.0, 9345.0, 9379.0, 9342.0, 9367.0, 9350.0, 9356.0, 9349.0, 9360.0, 9348.0, 9365.0, 9346.0, 9396.0, 9438.0, 9362.0, 9401.0, 9364.0, 9387.0, 9378.0, 9388.0, 9359.0, 9372.0, 9343.0, 9383.0, 9359.0, 9393.0, 9447.0, 9359.0, 9433.0, 9342.0, 9397.0, 9342.0, 9383.0, 9319.0, 9374.0, 9434.0, 9368.0, 9409.0, 9347.0, 9368.0, 9344.0, 9392.0, 9350.0, 9354.0, 9361.0, 9372.0, 9345.0, 9373.0, 9423.0, 9358.0, 9429.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.0006496875000000001</td></tr>
<tr><td colspan=3>aqi</td><td>0.04244348653017241</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.14096133912668</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1461419637412409</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9304964514878714</td></tr>
<tr><td colspan=3>efc</td><td>0.4665</td></tr>
<tr><td colspan=3>fber</td><td>5337.231</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07845483356019868</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4849137931034483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5065833973772844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3895954884821493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7820251154895344</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3481295881601687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00372808</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017332391813397408</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018950751051306725</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.931315191173635</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>33.4754</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0618</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.1178</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304684.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>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.311</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2577</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.3915</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3467.7019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.7777</td></tr>
<tr><td colspan=3>tsnr</td><td>32.20505932305241</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>