<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-02/func/sub-0093_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>598adfd8f5723bd857a0e284c058e0d8</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>15:44:26.070000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993957, 0.0194609, 0.108027, -0.0319309, 0.99286, 0.114935]</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.106043</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7792, -7234, 620, -75, -346, 62, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>737727b1-3568-4138-a5e1-80cea1022d63||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666715383529663, -0.0856684073805809, 0.28355053067207336, 112.34896087646484], [-0.05221211910247803, 2.6637699604034424, 0.3177633285522461, -100.13822174072266], [0.28982800245285034, -0.30836281180381775, 2.666200637817383, -61.286590576171875], [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': ['154426.070000', '154426.530000', '154426.990000', '154427.450000', '154427.910000', '154428.370000', '154428.830000', '154429.290000', '154429.750000', '154430.210000', '154430.670000', '154431.130000', '154431.590000', '154432.050000', '154432.510000', '154432.970000', '154433.430000', '154433.890000', '154434.350000', '154434.810000', '154435.270000', '154435.730000', '154436.190000', '154436.650000', '154437.110000', '154437.570000', '154438.030000', '154438.490000', '154438.950000', '154439.410000', '154439.870000', '154440.330000', '154440.790000', '154441.250000', '154441.710000', '154442.170000', '154442.630000', '154443.090000', '154443.550000', '154444.010000', '154444.470000', '154444.930000', '154445.390000', '154445.850000', '154446.310000', '154446.770000', '154447.230000', '154447.690000', '154448.150000', '154448.610000', '154449.070000', '154449.530000', '154449.990000', '154450.450000', '154450.910000', '154451.370000', '154451.830000', '154452.290000', '154452.750000', '154453.210000', '154453.670000', '154454.130000', '154454.590000', '154455.050000', '154455.510000', '154455.970000', '154456.430000', '154456.890000', '154457.350000', '154457.810000', '154458.270000', '154458.730000', '154459.190000', '154459.650000', '154500.110000', '154500.570000', '154501.030000', '154501.490000', '154501.950000', '154502.410000', '154502.870000', '154503.330000', '154503.790000', '154504.250000', '154504.710000', '154505.170000', '154505.630000', '154506.090000', '154506.550000', '154507.010000', '154507.470000', '154507.930000', '154508.390000', '154508.850000', '154509.310000', '154509.770000', '154510.230000', '154510.690000', '154511.150000', '154511.610000', '154512.070000', '154512.530000', '154512.990000', '154513.450000', '154513.910000', '154514.370000', '154514.830000', '154515.290000', '154515.750000', '154516.210000', '154516.670000', '154517.130000', '154517.590000', '154518.050000', '154518.510000', '154518.970000', '154519.430000', '154519.890000', '154520.350000', '154520.810000', '154521.270000', '154521.730000', '154522.190000', '154522.650000', '154523.110000', '154523.570000', '154524.030000', '154524.490000', '154524.950000', '154525.410000', '154525.870000', '154526.330000', '154526.790000', '154527.250000', '154527.710000', '154528.170000', '154528.630000', '154529.090000', '154529.550000', '154530.010000', '154530.470000', '154530.930000', '154531.390000', '154531.850000', '154532.310000', '154532.770000', '154533.230000', '154533.690000', '154534.150000', '154534.610000', '154535.070000', '154535.530000', '154535.990000', '154536.450000', '154536.910000', '154537.370000', '154537.830000', '154538.290000', '154538.750000', '154539.210000', '154539.670000', '154540.130000', '154540.590000', '154541.050000', '154541.510000', '154541.970000', '154542.430000', '154542.890000', '154543.350000', '154543.810000', '154544.270000', '154544.730000', '154545.190000', '154545.650000', '154546.110000', '154546.570000', '154547.030000', '154547.490000', '154547.950000', '154548.410000', '154548.870000', '154549.330000', '154549.790000', '154550.250000', '154550.710000', '154551.170000', '154551.630000', '154552.090000', '154552.550000', '154553.010000', '154553.470000', '154553.930000', '154554.390000', '154554.850000', '154555.310000', '154555.770000', '154556.230000', '154556.690000', '154557.150000', '154557.610000', '154558.070000', '154558.530000', '154558.990000', '154559.450000', '154559.910000', '154600.370000', '154600.830000', '154601.290000', '154601.750000', '154602.210000', '154602.670000', '154603.130000', '154603.590000', '154604.050000', '154604.510000', '154604.970000', '154605.430000', '154605.890000', '154606.350000', '154606.810000', '154607.270000', '154607.730000', '154608.190000', '154608.650000', '154609.110000', '154609.570000', '154610.030000', '154610.490000', '154610.950000', '154611.410000', '154611.870000', '154612.330000', '154612.790000', '154613.250000', '154613.710000', '154614.170000', '154614.630000', '154615.090000', '154615.550000', '154616.010000', '154616.470000', '154616.930000', '154617.390000', '154617.850000', '154618.310000', '154618.770000', '154619.230000', '154619.690000', '154620.150000', '154620.610000', '154621.070000', '154621.530000', '154621.990000', '154622.450000', '154622.910000', '154623.370000', '154623.830000', '154624.290000', '154624.750000', '154625.210000', '154625.670000', '154626.130000', '154626.590000', '154627.050000', '154627.510000', '154627.970000', '154628.430000', '154628.890000', '154629.350000', '154629.810000', '154630.270000', '154630.730000', '154631.190000', '154631.650000', '154632.110000', '154632.570000', '154633.030000', '154633.490000', '154633.950000', '154634.410000', '154634.870000', '154635.330000', '154635.790000', '154636.250000', '154636.710000', '154637.170000', '154637.630000', '154638.090000', '154638.550000', '154639.010000', '154639.470000', '154639.930000', '154640.390000', '154640.850000', '154641.310000', '154641.770000', '154642.230000', '154642.690000', '154643.150000', '154643.610000', '154644.070000', '154644.530000', '154644.990000', '154645.450000', '154645.910000', '154646.370000', '154646.830000', '154647.290000', '154647.750000', '154648.210000', '154648.670000', '154649.130000', '154649.590000', '154650.050000', '154650.510000', '154650.970000', '154651.430000', '154651.890000', '154652.350000', '154652.810000', '154653.270000', '154653.730000', '154654.190000', '154654.650000', '154655.110000', '154655.570000', '154656.030000', '154656.490000', '154656.950000', '154657.410000', '154657.870000', '154658.330000', '154658.790000', '154659.250000', '154659.710000', '154700.170000', '154700.630000', '154701.090000', '154701.550000', '154702.010000', '154702.470000', '154702.930000', '154703.390000', '154703.850000', '154704.310000', '154704.770000', '154705.230000', '154705.690000', '154706.150000', '154706.610000', '154707.070000', '154707.530000', '154707.990000', '154708.450000', '154708.910000', '154709.370000', '154709.830000', '154710.290000', '154710.750000', '154711.210000', '154711.670000', '154712.130000', '154712.590000', '154713.050000', '154713.510000', '154713.970000', '154714.430000', '154714.890000', '154715.350000', '154715.810000', '154716.270000', '154716.730000', '154717.190000', '154717.650000', '154718.110000', '154718.570000', '154719.030000', '154719.490000', '154719.950000', '154720.410000', '154720.870000', '154721.330000', '154721.790000', '154722.250000', '154722.710000', '154723.170000', '154723.630000', '154724.090000', '154724.550000', '154725.010000', '154725.470000', '154725.930000', '154726.390000', '154726.850000', '154727.310000', '154727.770000', '154728.230000', '154728.690000', '154729.150000', '154729.610000', '154730.070000', '154730.530000', '154730.990000', '154731.450000', '154731.910000', '154732.370000', '154732.830000', '154733.290000', '154733.750000', '154734.210000', '154734.670000', '154735.130000', '154735.590000', '154736.050000', '154736.510000', '154736.970000', '154737.430000', '154737.890000', '154738.350000', '154738.810000', '154739.270000', '154739.730000', '154740.190000', '154740.650000', '154741.110000', '154741.570000', '154742.030000', '154742.490000', '154742.950000', '154743.410000', '154743.870000', '154744.330000', '154744.790000', '154745.250000', '154745.710000', '154746.170000', '154746.630000', '154747.090000', '154747.550000', '154748.010000', '154748.470000', '154748.930000', '154749.390000', '154749.850000', '154750.310000', '154750.770000', '154751.230000', '154751.690000', '154752.150000', '154752.610000', '154753.070000', '154753.530000', '154753.990000', '154754.450000', '154754.910000', '154755.370000', '154755.830000', '154756.290000', '154756.750000', '154757.210000', '154757.670000', '154758.130000', '154758.590000', '154759.050000', '154759.510000', '154759.970000', '154800.430000', '154800.890000', '154801.350000', '154801.810000', '154802.270000', '154802.730000', '154803.190000', '154803.650000', '154804.110000', '154804.570000', '154805.030000', '154805.490000', '154805.950000', '154806.410000', '154806.870000', '154807.330000', '154807.790000', '154808.250000', '154808.710000', '154809.170000', '154809.630000', '154810.090000', '154810.550000', '154811.010000', '154811.470000', '154811.930000', '154812.390000', '154812.850000', '154813.310000', '154813.770000', '154814.230000', '154814.690000', '154815.150000', '154815.610000', '154816.070000', '154816.530000', '154816.990000', '154817.450000', '154817.910000', '154818.370000', '154818.830000', '154819.290000', '154819.750000', '154820.210000', '154820.670000', '154821.130000', '154821.590000', '154822.050000', '154822.510000', '154822.970000', '154823.430000', '154823.890000', '154824.350000', '154824.810000', '154825.270000', '154825.730000', '154826.190000', '154826.650000', '154827.110000', '154827.570000', '154828.030000', '154828.490000', '154828.950000', '154829.410000', '154829.870000', '154830.330000', '154830.790000', '154831.250000', '154831.710000', '154832.170000', '154832.630000', '154833.090000', '154833.550000', '154834.010000', '154834.470000', '154834.930000', '154835.390000', '154835.850000', '154836.310000', '154836.770000', '154837.230000', '154837.690000', '154838.150000', '154838.610000', '154839.070000', '154839.530000', '154839.990000', '154840.450000', '154840.910000', '154841.370000', '154841.830000', '154842.290000', '154842.750000', '154843.210000', '154843.670000', '154844.130000', '154844.590000', '154845.050000', '154845.510000', '154845.970000', '154846.430000', '154846.890000', '154847.350000', '154847.810000', '154848.270000', '154848.730000', '154849.190000', '154849.650000', '154850.110000', '154850.570000', '154851.030000', '154851.490000', '154851.950000', '154852.410000', '154852.870000', '154853.330000', '154853.790000', '154854.250000', '154854.710000', '154855.170000', '154855.630000', '154856.090000', '154856.550000', '154857.010000', '154857.470000', '154857.930000', '154858.390000', '154858.850000', '154859.310000', '154859.770000', '154900.230000', '154900.690000', '154901.150000', '154901.610000', '154902.070000', '154902.530000', '154902.990000', '154903.450000', '154903.910000', '154904.370000', '154904.830000', '154905.290000', '154905.750000', '154906.210000', '154906.670000', '154907.130000', '154907.590000', '154908.050000', '154908.510000', '154908.970000', '154909.430000', '154909.890000', '154910.350000', '154910.810000', '154911.270000', '154911.730000', '154912.190000', '154912.650000', '154913.110000', '154913.570000', '154914.030000', '154914.490000', '154914.950000', '154915.410000', '154915.870000', '154916.330000', '154916.790000', '154917.250000', '154917.710000', '154918.170000', '154918.630000', '154919.090000', '154919.550000', '154920.010000', '154920.470000', '154920.930000', '154921.390000', '154921.850000', '154922.310000', '154922.770000', '154923.230000', '154923.690000', '154924.150000', '154924.610000', '154925.070000', '154925.530000', '154925.990000', '154926.450000', '154926.910000', '154927.370000', '154927.830000', '154928.290000', '154928.750000', '154929.210000', '154929.670000', '154930.130000', '154930.590000', '154931.050000', '154931.510000', '154931.970000', '154932.430000', '154932.890000', '154933.350000', '154933.810000', '154934.270000', '154934.730000', '154935.190000', '154935.650000', '154936.110000', '154936.570000', '154937.030000', '154937.490000', '154937.950000', '154938.410000', '154938.870000', '154939.330000', '154939.790000', '154940.250000', '154940.710000', '154941.170000', '154941.630000', '154942.090000', '154942.550000', '154943.010000', '154943.470000', '154943.930000', '154944.390000', '154944.850000', '154945.310000', '154945.770000', '154946.230000', '154946.690000', '154947.150000', '154947.610000', '154948.070000', '154948.530000', '154948.990000', '154949.450000', '154949.910000', '154950.370000', '154950.830000', '154951.290000', '154951.750000', '154952.210000', '154952.670000', '154953.130000', '154953.590000', '154954.050000', '154954.510000', '154954.970000', '154955.430000', '154955.890000', '154956.350000', '154956.810000', '154957.270000', '154957.730000', '154958.190000', '154958.650000', '154959.110000', '154959.570000', '155000.030000', '155000.490000', '155000.950000', '155001.410000', '155001.870000', '155002.330000', '155002.790000', '155003.250000', '155003.710000', '155004.170000', '155004.630000', '155005.090000', '155005.550000', '155006.010000', '155006.470000', '155006.930000', '155007.390000', '155007.850000', '155008.310000', '155008.770000', '155009.230000', '155009.690000', '155010.150000', '155010.610000', '155011.070000', '155011.530000', '155011.990000', '155012.450000', '155012.910000', '155013.370000', '155013.830000', '155014.290000', '155014.750000', '155015.210000', '155015.670000', '155016.130000', '155016.590000', '155017.050000', '155017.510000', '155017.970000', '155018.430000', '155018.890000', '155019.350000', '155019.810000', '155020.270000', '155020.730000', '155021.190000', '155021.650000', '155022.110000', '155022.570000', '155023.030000', '155023.490000', '155023.950000', '155024.410000', '155024.870000', '155025.330000', '155025.790000', '155026.250000', '155026.710000', '155027.170000', '155027.630000', '155028.090000', '155028.550000', '155029.010000', '155029.470000', '155029.930000', '155030.390000', '155030.850000', '155031.310000', '155031.770000', '155032.230000', '155032.690000', '155033.150000', '155033.610000', '155034.070000', '155034.530000', '155034.990000', '155035.450000', '155035.910000', '155036.370000', '155036.830000', '155037.290000', '155037.750000', '155038.210000', '155038.670000', '155039.130000', '155039.590000', '155040.050000', '155040.510000', '155040.970000', '155041.430000', '155041.890000', '155042.350000', '155042.810000', '155043.270000', '155043.730000', '155044.190000', '155044.650000', '155045.110000', '155045.570000', '155046.030000', '155046.490000', '155046.950000', '155047.410000', '155047.870000', '155048.330000', '155048.790000', '155049.250000', '155049.710000', '155050.170000', '155050.630000', '155051.090000', '155051.550000', '155052.010000', '155052.470000', '155052.930000', '155053.390000', '155053.850000', '155054.310000', '155054.770000', '155055.230000', '155055.690000', '155056.150000', '155056.610000', '155057.070000', '155057.530000', '155057.990000', '155058.450000', '155058.910000', '155059.370000', '155059.830000', '155100.290000', '155100.750000', '155101.210000', '155101.670000', '155102.130000', '155102.590000', '155103.050000', '155103.510000', '155103.970000', '155104.430000', '155104.890000', '155105.350000', '155105.810000', '155106.270000', '155106.730000', '155107.190000', '155107.650000', '155108.110000', '155108.570000', '155109.030000', '155109.490000', '155109.950000', '155110.410000', '155110.870000', '155111.330000', '155111.790000', '155112.250000', '155112.710000', '155113.170000', '155113.630000', '155114.090000', '155114.550000', '155115.010000', '155115.470000', '155115.930000', '155116.390000', '155116.850000', '155117.310000', '155117.770000', '155118.230000', '155118.690000', '155119.150000', '155119.610000', '155120.070000', '155120.530000', '155120.990000', '155121.450000', '155121.910000', '155122.370000', '155122.830000', '155123.290000', '155123.750000', '155124.210000', '155124.670000', '155125.130000', '155125.590000', '155126.050000', '155126.510000', '155126.970000', '155127.430000', '155127.890000', '155128.350000', '155128.810000', '155129.270000', '155129.730000', '155130.190000', '155130.650000', '155131.110000', '155131.570000', '155132.030000', '155132.490000', '155132.950000', '155133.410000', '155133.870000', '155134.330000', '155134.790000', '155135.250000', '155135.710000', '155136.170000', '155136.630000', '155137.090000', '155137.550000', '155138.010000', '155138.470000', '155138.930000', '155139.390000', '155139.850000', '155140.310000', '155140.770000', '155141.230000', '155141.690000', '155142.150000', '155142.610000', '155143.070000', '155143.530000', '155143.990000', '155144.450000', '155144.910000', '155145.370000', '155145.830000', '155146.290000', '155146.750000', '155147.210000', '155147.670000', '155148.130000', '155148.590000', '155149.050000', '155149.510000', '155149.970000', '155150.430000', '155150.890000', '155151.350000', '155151.810000', '155152.270000', '155152.730000', '155153.190000', '155153.650000', '155154.110000', '155154.570000', '155155.030000', '155155.490000', '155155.950000', '155156.410000', '155156.870000', '155157.330000', '155157.790000', '155158.250000', '155158.710000', '155159.170000', '155159.630000', '155200.090000', '155200.550000', '155201.010000', '155201.470000', '155201.930000', '155202.390000', '155202.850000', '155203.310000', '155203.770000', '155204.230000', '155204.690000', '155205.150000', '155205.610000', '155206.070000', '155206.530000', '155206.990000', '155207.450000', '155207.910000', '155208.370000', '155208.830000', '155209.290000', '155209.750000', '155210.210000', '155210.670000', '155211.130000', '155211.590000', '155212.050000', '155212.510000', '155212.970000', '155213.430000', '155213.890000', '155214.350000', '155214.810000', '155215.270000', '155215.730000', '155216.190000', '155216.650000', '155217.110000', '155217.570000', '155218.030000', '155218.490000', '155218.950000', '155219.410000', '155219.870000', '155220.330000', '155220.790000', '155221.250000', '155221.710000', '155222.170000', '155222.630000', '155223.090000', '155223.550000', '155224.010000', '155224.470000', '155224.930000', '155225.390000', '155225.850000', '155226.310000', '155226.770000', '155227.230000', '155227.690000', '155228.150000', '155228.610000', '155229.070000', '155229.530000', '155229.990000', '155230.450000', '155230.910000', '155231.370000', '155231.830000', '155232.290000', '155232.750000', '155233.210000', '155233.670000', '155234.130000', '155234.590000', '155235.050000', '155235.510000', '155235.970000', '155236.430000', '155236.890000', '155237.350000', '155237.810000', '155238.270000', '155238.730000', '155239.190000', '155239.650000', '155240.110000', '155240.570000', '155241.030000', '155241.490000', '155241.950000', '155242.410000', '155242.870000', '155243.330000', '155243.790000', '155244.250000', '155244.710000', '155245.170000', '155245.630000', '155246.090000', '155246.550000', '155247.010000', '155247.470000', '155247.930000', '155248.390000', '155248.850000', '155249.310000', '155249.770000', '155250.230000', '155250.690000', '155251.150000', '155251.610000', '155252.070000', '155252.530000', '155252.990000', '155253.450000', '155253.910000', '155254.370000', '155254.830000', '155255.290000', '155255.750000', '155256.210000', '155256.670000', '155257.130000', '155257.590000', '155258.050000', '155258.510000', '155258.970000', '155259.430000', '155259.890000', '155300.350000', '155300.810000', '155301.270000', '155301.730000', '155302.190000', '155302.650000', '155303.110000', '155303.570000', '155304.030000', '155304.490000', '155304.950000', '155305.410000', '155305.870000', '155306.330000', '155306.790000', '155307.250000', '155307.710000', '155308.170000', '155308.630000', '155309.090000', '155309.550000', '155310.010000', '155310.470000', '155310.930000', '155311.390000', '155311.850000', '155312.310000', '155312.770000', '155313.230000', '155313.690000', '155314.150000', '155314.610000', '155315.070000', '155315.530000', '155315.990000', '155316.450000', '155316.910000', '155317.370000', '155317.830000', '155318.290000', '155318.750000', '155319.210000', '155319.670000', '155320.130000', '155320.590000', '155321.050000', '155321.510000', '155321.970000', '155322.430000', '155322.890000', '155323.350000', '155323.810000', '155324.270000', '155324.730000', '155325.190000', '155325.650000', '155326.110000', '155326.570000', '155327.030000', '155327.490000', '155327.950000', '155328.410000', '155328.870000', '155329.330000', '155329.790000', '155330.250000', '155330.710000', '155331.170000', '155331.630000', '155332.090000', '155332.550000', '155333.010000', '155333.470000', '155333.930000', '155334.390000', '155334.850000', '155335.310000', '155335.770000', '155336.230000', '155336.690000', '155337.150000', '155337.610000', '155338.070000', '155338.530000', '155338.990000', '155339.450000', '155339.910000', '155340.370000', '155340.830000', '155341.290000', '155341.750000', '155342.210000', '155342.670000', '155343.130000', '155343.590000', '155344.050000', '155344.510000', '155344.970000', '155345.430000', '155345.890000', '155346.350000', '155346.810000', '155347.270000', '155347.730000', '155348.190000', '155348.650000', '155349.110000', '155349.570000', '155350.030000', '155350.490000', '155350.950000', '155351.410000', '155351.870000', '155352.330000', '155352.790000', '155353.250000', '155353.710000', '155354.170000', '155354.630000', '155355.090000', '155355.550000', '155356.010000', '155356.470000', '155356.930000', '155357.390000', '155357.850000', '155358.310000', '155358.770000', '155359.230000', '155359.690000', '155400.150000', '155400.610000', '155401.070000', '155401.530000', '155401.990000', '155402.450000', '155402.910000', '155403.370000', '155403.830000', '155404.290000', '155404.750000', '155405.210000', '155405.670000', '155406.130000', '155406.590000', '155407.050000', '155407.510000', '155407.970000', '155408.430000', '155408.890000', '155409.350000', '155409.810000', '155410.270000', '155410.730000', '155411.190000', '155411.650000', '155412.110000', '155412.570000', '155413.030000', '155413.490000', '155413.950000', '155414.410000', '155414.870000', '155415.330000', '155415.790000', '155416.250000', '155416.710000', '155417.170000', '155417.630000', '155418.090000', '155418.550000', '155419.010000', '155419.470000', '155419.930000', '155420.390000', '155420.850000', '155421.310000', '155421.770000', '155422.230000', '155422.690000', '155423.150000', '155423.610000', '155424.070000', '155424.530000', '155424.990000', '155425.450000', '155425.910000', '155426.370000', '155426.830000', '155427.290000', '155427.750000', '155428.210000', '155428.670000', '155429.130000', '155429.590000', '155430.050000', '155430.510000', '155430.970000', '155431.430000', '155431.890000', '155432.350000', '155432.810000', '155433.270000', '155433.730000', '155434.190000', '155434.650000', '155435.110000', '155435.570000', '155436.030000', '155436.490000', '155436.950000', '155437.410000', '155437.870000', '155438.330000', '155438.790000', '155439.250000', '155439.710000', '155440.170000', '155440.630000', '155441.090000', '155441.550000', '155442.010000', '155442.470000', '155442.930000', '155443.390000', '155443.850000', '155444.310000', '155444.770000', '155445.230000', '155445.690000', '155446.150000', '155446.610000', '155447.070000', '155447.530000', '155447.990000', '155448.450000', '155448.910000', '155449.370000', '155449.830000', '155450.290000', '155450.750000', '155451.210000', '155451.670000', '155452.130000', '155452.590000', '155453.050000', '155453.510000', '155453.970000', '155454.430000', '155454.890000', '155455.350000', '155455.810000', '155456.270000', '155456.730000', '155457.190000', '155457.650000', '155458.110000', '155458.570000', '155459.030000', '155459.490000', '155459.950000', '155500.410000', '155500.870000', '155501.330000', '155501.790000', '155502.250000', '155502.710000', '155503.170000', '155503.630000', '155504.090000', '155504.550000', '155505.010000', '155505.470000', '155505.930000', '155506.390000', '155506.850000', '155507.310000', '155507.770000', '155508.230000', '155508.690000', '155509.150000', '155509.610000', '155510.070000', '155510.530000', '155510.990000', '155511.450000', '155511.910000', '155512.370000', '155512.830000', '155513.290000', '155513.750000', '155514.210000', '155514.670000', '155515.130000', '155515.590000', '155516.050000', '155516.510000', '155516.970000', '155517.430000', '155517.890000', '155518.350000', '155518.810000', '155519.270000', '155519.730000', '155520.190000', '155520.650000', '155521.110000', '155521.570000', '155522.030000', '155522.490000', '155522.950000', '155523.410000', '155523.870000', '155524.330000', '155524.790000', '155525.250000', '155525.710000', '155526.170000', '155526.630000', '155527.090000', '155527.550000', '155528.010000', '155528.470000', '155528.930000', '155529.390000', '155529.850000', '155530.310000', '155530.770000', '155531.230000', '155531.690000', '155532.150000', '155532.610000', '155533.070000', '155533.530000', '155533.990000', '155534.450000', '155534.910000', '155535.370000', '155535.830000', '155536.290000', '155536.750000', '155537.210000', '155537.670000', '155538.130000', '155538.590000', '155539.050000', '155539.510000', '155539.970000', '155540.430000', '155540.890000', '155541.350000', '155541.810000', '155542.270000', '155542.730000', '155543.190000', '155543.650000', '155544.110000', '155544.570000', '155545.030000', '155545.490000', '155545.950000', '155546.410000', '155546.870000', '155547.330000', '155547.790000', '155548.250000', '155548.710000', '155549.170000', '155549.630000', '155550.090000', '155550.550000', '155551.010000', '155551.470000', '155551.930000', '155552.390000', '155552.850000', '155553.310000', '155553.770000', '155554.230000', '155554.690000', '155555.150000', '155555.610000', '155556.070000', '155556.530000', '155556.990000', '155557.450000', '155557.910000', '155558.370000', '155558.830000', '155559.290000', '155559.750000', '155600.210000', '155600.670000', '155601.130000', '155601.590000', '155602.050000', '155602.510000', '155602.970000', '155603.430000', '155603.890000', '155604.350000', '155604.810000', '155605.270000', '155605.730000', '155606.190000', '155606.650000', '155607.110000', '155607.570000', '155608.030000', '155608.490000', '155608.950000', '155609.410000', '155609.870000', '155610.330000', '155610.790000', '155611.250000', '155611.710000', '155612.170000', '155612.630000', '155613.090000', '155613.550000', '155614.010000', '155614.470000', '155614.930000', '155615.390000', '155615.850000', '155616.310000', '155616.770000', '155617.230000', '155617.690000', '155618.150000', '155618.610000', '155619.070000', '155619.530000', '155619.990000', '155620.450000', '155620.910000', '155621.370000', '155621.830000', '155622.290000', '155622.750000', '155623.210000', '155623.670000', '155624.130000', '155624.590000', '155625.050000', '155625.510000', '155625.970000', '155626.430000', '155626.890000', '155627.350000', '155627.810000', '155628.270000', '155628.730000', '155629.190000', '155629.650000', '155630.110000', '155630.570000', '155631.030000', '155631.490000', '155631.950000', '155632.410000', '155632.870000', '155633.330000', '155633.790000', '155634.250000', '155634.710000', '155635.170000', '155635.630000', '155636.090000', '155636.550000', '155637.010000', '155637.470000', '155637.930000', '155638.390000', '155638.850000', '155639.310000', '155639.770000', '155640.230000', '155640.690000', '155641.150000', '155641.610000', '155642.070000', '155642.530000', '155642.990000', '155643.450000', '155643.910000', '155644.370000', '155644.830000', '155645.290000', '155645.750000', '155646.210000', '155646.670000', '155647.130000', '155647.590000', '155648.050000', '155648.510000', '155648.970000', '155649.430000', '155649.890000', '155650.350000', '155650.810000', '155651.270000', '155651.730000', '155652.190000', '155652.650000', '155653.110000', '155653.570000', '155654.030000', '155654.490000', '155654.950000', '155655.410000', '155655.870000', '155656.330000', '155656.790000', '155657.250000', '155657.710000', '155658.170000', '155658.630000', '155659.090000', '155659.550000', '155700.010000', '155700.470000', '155700.930000', '155701.390000', '155701.850000', '155702.310000', '155702.770000', '155703.230000', '155703.690000', '155704.150000', '155704.610000', '155705.070000', '155705.530000', '155705.990000', '155706.450000', '155706.910000', '155707.370000', '155707.830000', '155708.290000', '155708.750000', '155709.210000', '155709.670000', '155710.130000', '155710.590000', '155711.050000', '155711.510000', '155711.970000', '155712.430000', '155712.890000', '155713.350000', '155713.810000', '155714.270000', '155714.730000', '155715.190000', '155715.650000', '155716.110000', '155716.570000', '155717.030000', '155717.490000', '155717.950000', '155718.410000', '155718.870000', '155719.330000', '155719.790000', '155720.250000', '155720.710000', '155721.170000', '155721.630000', '155722.090000', '155722.550000', '155723.010000', '155723.470000', '155723.930000', '155724.390000', '155724.850000', '155725.310000', '155725.770000', '155726.230000', '155726.690000', '155727.150000', '155727.610000', '155728.070000', '155728.530000', '155728.990000', '155729.450000', '155729.910000', '155730.370000', '155730.830000', '155731.290000', '155731.750000', '155732.210000', '155732.670000', '155733.130000', '155733.590000', '155734.050000', '155734.510000', '155734.970000', '155735.430000', '155735.890000', '155736.350000', '155736.810000', '155737.270000', '155737.730000', '155738.190000', '155738.650000', '155739.110000', '155739.570000', '155740.030000', '155740.490000', '155740.950000', '155741.410000', '155741.870000', '155742.330000', '155742.790000', '155743.250000', '155743.710000', '155744.170000', '155744.630000', '155745.090000', '155745.550000', '155746.010000', '155746.470000', '155746.930000', '155747.390000', '155747.850000', '155748.310000', '155748.770000', '155749.230000', '155749.690000', '155750.150000', '155750.610000', '155751.070000', '155751.530000', '155751.990000', '155752.450000', '155752.910000', '155753.370000', '155753.830000', '155754.290000', '155754.750000', '155755.210000', '155755.670000', '155756.130000', '155756.590000', '155757.050000', '155757.510000', '155757.970000', '155758.430000', '155758.890000', '155759.350000', '155759.810000', '155800.270000', '155800.730000', '155801.190000', '155801.650000', '155802.110000', '155802.570000', '155803.030000', '155803.490000', '155803.950000', '155804.410000', '155804.870000', '155805.330000', '155805.790000', '155806.250000', '155806.710000', '155807.170000', '155807.630000', '155808.090000', '155808.550000', '155809.010000', '155809.470000', '155809.930000', '155810.390000', '155810.850000', '155811.310000', '155811.770000', '155812.230000', '155812.690000', '155813.150000', '155813.610000', '155814.070000', '155814.530000', '155814.990000', '155815.450000', '155815.910000', '155816.370000', '155816.830000', '155817.290000', '155817.750000', '155818.210000', '155818.670000', '155819.130000', '155819.590000', '155820.050000', '155820.510000', '155820.970000', '155821.430000', '155821.890000', '155822.350000', '155822.810000', '155823.270000', '155823.730000', '155824.190000', '155824.650000', '155825.110000', '155825.570000', '155826.030000', '155826.490000', '155826.950000', '155827.410000', '155827.870000', '155828.330000', '155828.790000', '155829.250000', '155829.710000', '155830.170000', '155830.630000', '155831.090000', '155831.550000', '155832.010000', '155832.470000', '155832.930000', '155833.390000', '155833.850000', '155834.310000', '155834.770000', '155835.230000', '155835.690000', '155836.150000', '155836.610000', '155837.070000', '155837.530000', '155837.990000', '155838.450000', '155838.910000', '155839.370000', '155839.830000', '155840.290000', '155840.750000'], 'ContentTime': ['154450.696000', '154450.700000', '154450.703000', '154450.706000', '154450.708000', '154450.711000', '154450.713000', '154450.716000', '154450.718000', '154450.721000', '154450.723000', '154450.726000', '154450.728000', '154450.731000', '154450.734000', '154450.736000', '154450.739000', '154450.741000', '154450.744000', '154450.746000', '154450.749000', '154450.751000', '154450.754000', '154450.756000', '154450.759000', '154450.761000', '154450.764000', '154450.767000', '154450.769000', '154450.772000', '154450.774000', '154450.777000', '154450.779000', '154450.782000', '154450.785000', '154450.787000', '154450.790000', '154450.795000', '154450.798000', '154450.865000', '154450.867000', '154450.870000', '154450.872000', '154450.875000', '154450.878000', '154450.880000', '154450.883000', '154450.885000', '154450.888000', '154450.890000', '154450.893000', '154510.673000', '154510.675000', '154510.678000', '154510.680000', '154510.683000', '154510.686000', '154510.688000', '154510.691000', '154510.693000', '154510.696000', '154510.698000', '154510.701000', '154510.703000', '154510.706000', '154510.714000', '154510.717000', '154510.719000', '154510.722000', '154510.724000', '154510.727000', '154510.729000', '154510.732000', '154510.735000', '154510.737000', '154510.740000', '154510.742000', '154510.745000', '154510.747000', '154510.750000', '154510.752000', '154510.755000', '154510.758000', '154510.760000', '154510.777000', '154510.779000', '154510.782000', '154510.784000', '154510.787000', '154510.789000', '154510.792000', '154510.794000', '154510.798000', '154510.801000', '154530.673000', '154530.675000', '154530.678000', '154530.681000', '154530.683000', '154530.686000', '154530.688000', '154530.691000', '154530.693000', '154530.696000', '154530.699000', '154530.701000', '154530.704000', '154530.706000', '154530.709000', '154530.711000', '154530.714000', '154530.716000', '154530.723000', '154530.725000', '154530.728000', '154530.730000', '154530.733000', '154530.736000', '154530.738000', '154530.741000', '154530.743000', '154530.746000', '154530.748000', '154530.751000', '154530.753000', '154530.756000', '154530.759000', '154530.761000', '154530.764000', '154530.766000', '154530.769000', '154530.771000', '154530.774000', '154530.776000', '154530.779000', '154530.782000', '154530.784000', '154530.787000', '154550.672000', '154550.675000', '154550.678000', '154550.680000', '154550.683000', '154550.685000', '154550.688000', '154550.690000', '154550.693000', '154550.696000', '154550.698000', '154550.701000', '154550.703000', '154550.706000', '154550.708000', '154550.711000', '154550.713000', '154550.716000', '154550.719000', '154550.721000', '154550.724000', '154550.726000', '154550.729000', '154550.731000', '154550.734000', '154550.736000', '154550.739000', '154550.742000', '154550.744000', '154550.747000', '154550.749000', '154550.752000', '154550.754000', '154550.757000', '154550.759000', '154550.762000', '154550.764000', '154550.767000', '154550.770000', '154550.772000', '154550.775000', '154550.778000', '154550.780000', '154610.673000', '154610.675000', '154610.678000', '154610.681000', '154610.683000', '154610.686000', '154610.688000', '154610.691000', '154610.693000', '154610.696000', '154610.699000', '154610.701000', '154610.704000', '154610.706000', '154610.709000', '154610.711000', '154610.718000', '154610.721000', '154610.723000', '154610.726000', '154610.728000', '154610.731000', '154610.733000', '154610.736000', '154610.739000', '154610.741000', '154610.744000', '154610.746000', '154610.749000', '154610.751000', '154610.754000', '154610.756000', '154610.759000', '154610.762000', '154610.764000', '154610.767000', '154610.769000', '154610.772000', '154610.774000', '154610.777000', '154610.779000', '154610.782000', '154610.784000', '154610.787000', '154630.672000', '154630.675000', '154630.678000', '154630.681000', '154630.683000', '154630.686000', '154630.688000', '154630.691000', '154630.694000', '154630.696000', '154630.699000', '154630.701000', '154630.704000', '154630.706000', '154630.709000', '154630.711000', '154630.714000', '154630.716000', '154630.719000', '154630.722000', '154630.724000', '154630.727000', '154630.729000', '154630.732000', '154630.734000', '154630.737000', '154630.739000', '154630.742000', '154630.744000', '154630.747000', '154630.750000', '154630.752000', '154630.755000', '154630.757000', '154630.770000', '154630.773000', '154630.775000', '154630.778000', '154630.781000', '154630.783000', '154630.786000', '154630.788000', '154630.791000', '154650.672000', '154650.675000', '154650.679000', '154650.681000', '154650.684000', '154650.687000', '154650.689000', '154650.692000', '154650.694000', '154650.697000', '154650.699000', '154650.702000', '154650.704000', '154650.707000', '154650.710000', '154650.712000', '154650.715000', '154650.717000', '154650.720000', '154650.723000', '154650.725000', '154650.728000', '154650.730000', '154650.733000', '154650.736000', '154650.738000', '154650.741000', '154650.743000', '154650.746000', '154650.754000', '154650.756000', '154650.759000', '154650.761000', '154650.764000', '154650.766000', '154650.769000', '154650.771000', '154650.774000', '154650.777000', '154650.779000', '154650.782000', '154650.784000', '154650.787000', '154650.789000', '154710.671000', '154710.674000', '154710.682000', '154710.685000', '154710.687000', '154710.690000', '154710.692000', '154710.695000', '154710.697000', '154710.700000', '154710.702000', '154710.705000', '154710.708000', '154710.710000', '154710.713000', '154710.715000', '154710.718000', '154710.720000', '154710.723000', '154710.725000', '154710.728000', '154710.731000', '154710.733000', '154710.736000', '154710.738000', '154710.741000', '154710.743000', '154710.746000', '154710.748000', '154710.751000', '154710.754000', '154710.756000', '154710.759000', '154710.761000', '154710.764000', '154710.766000', '154710.769000', '154710.771000', '154710.774000', '154710.777000', '154710.779000', '154710.782000', '154710.784000', '154730.672000', '154730.676000', '154730.679000', '154730.682000', '154730.684000', '154730.687000', '154730.690000', '154730.692000', '154730.695000', '154730.697000', '154730.700000', '154730.702000', '154730.705000', '154730.707000', '154730.710000', '154730.713000', '154730.715000', '154730.718000', '154730.720000', '154730.723000', '154730.725000', '154730.728000', '154730.730000', '154730.733000', '154730.736000', '154730.738000', '154730.741000', '154730.743000', '154730.746000', '154730.748000', '154730.751000', '154730.754000', '154730.756000', '154730.759000', '154730.761000', '154730.764000', '154730.766000', '154730.769000', '154730.771000', '154730.774000', '154730.776000', '154730.779000', '154730.782000', '154750.672000', '154750.675000', '154750.678000', '154750.681000', '154750.683000', '154750.686000', '154750.692000', '154750.694000', '154750.697000', '154750.699000', '154750.702000', '154750.704000', '154750.707000', '154750.710000', '154750.712000', '154750.715000', '154750.718000', '154750.720000', '154750.723000', '154750.725000', '154750.728000', '154750.730000', '154750.733000', '154750.735000', '154750.738000', '154750.741000', '154750.743000', '154750.746000', '154750.748000', '154750.751000', '154750.754000', '154750.756000', '154750.759000', '154750.761000', '154750.764000', '154750.766000', '154750.769000', '154750.772000', '154750.774000', '154750.777000', '154750.779000', '154750.782000', '154750.785000', '154750.787000', '154810.673000', '154810.675000', '154810.678000', '154810.681000', '154810.684000', '154810.686000', '154810.689000', '154810.691000', '154810.694000', '154810.696000', '154810.699000', '154810.702000', '154810.704000', '154810.707000', '154810.709000', '154810.712000', '154810.714000', '154810.717000', '154810.721000', '154810.723000', '154810.726000', '154810.728000', '154810.731000', '154810.734000', '154810.736000', '154810.739000', '154810.741000', '154810.744000', '154810.747000', '154810.749000', '154810.752000', '154810.754000', '154810.757000', '154810.760000', '154810.762000', '154810.765000', '154810.767000', '154810.770000', '154810.772000', '154810.775000', '154810.778000', '154810.780000', '154810.783000', '154830.672000', '154830.675000', '154830.678000', '154830.681000', '154830.683000', '154830.686000', '154830.688000', '154830.691000', '154830.694000', '154830.696000', '154830.699000', '154830.711000', '154830.714000', '154830.717000', '154830.719000', '154830.722000', '154830.724000', '154830.727000', '154830.730000', '154830.733000', '154830.735000', '154830.738000', '154830.740000', '154830.743000', '154830.745000', '154830.748000', '154830.751000', '154830.753000', '154830.756000', '154830.759000', '154830.761000', '154830.764000', '154830.766000', '154830.769000', '154830.772000', '154830.774000', '154830.777000', '154830.779000', '154830.782000', '154830.785000', '154830.787000', '154830.790000', '154830.792000', '154830.795000', '154850.673000', '154850.675000', '154850.678000', '154850.680000', '154850.683000', '154850.686000', '154850.688000', '154850.691000', '154850.693000', '154850.696000', '154850.699000', '154850.701000', '154850.704000', '154850.706000', '154850.710000', '154850.713000', '154850.716000', '154850.718000', '154850.721000', '154850.724000', '154850.726000', '154850.729000', '154850.732000', '154850.734000', '154850.737000', '154850.739000', '154850.742000', '154850.744000', '154850.747000', '154850.750000', '154850.752000', '154850.755000', '154850.757000', '154850.760000', '154850.763000', '154850.765000', '154850.768000', '154850.770000', '154850.773000', '154850.776000', '154850.778000', '154850.781000', '154850.783000', '154910.672000', '154910.675000', '154910.678000', '154910.680000', '154910.683000', '154910.686000', '154910.688000', '154910.691000', '154910.693000', '154910.696000', '154910.699000', '154910.701000', '154910.704000', '154910.706000', '154910.709000', '154910.711000', '154910.714000', '154910.717000', '154910.719000', '154910.722000', '154910.724000', '154910.727000', '154910.729000', '154910.732000', '154910.735000', '154910.737000', '154910.740000', '154910.742000', '154910.745000', '154910.748000', '154910.750000', '154910.753000', '154910.755000', '154910.758000', '154910.760000', '154910.763000', '154910.766000', '154910.768000', '154910.771000', '154910.773000', '154910.776000', '154910.778000', '154910.781000', '154910.784000', '154930.671000', '154930.674000', '154930.677000', '154930.680000', '154930.682000', '154930.685000', '154930.687000', '154930.690000', '154930.692000', '154930.695000', '154930.697000', '154930.700000', '154930.703000', '154930.705000', '154930.708000', '154930.710000', '154930.713000', '154930.715000', '154930.718000', '154930.720000', '154930.723000', '154930.726000', '154930.729000', '154930.732000', '154930.735000', '154930.738000', '154930.740000', '154930.743000', '154930.746000', '154930.748000', '154930.751000', '154930.753000', '154930.756000', '154930.760000', '154930.762000', '154930.765000', '154930.768000', '154930.770000', '154930.773000', '154930.775000', '154930.778000', '154930.781000', '154930.783000', '154950.673000', '154950.675000', '154950.678000', '154950.681000', '154950.683000', '154950.686000', '154950.688000', '154950.691000', '154950.693000', '154950.696000', '154950.699000', '154950.701000', '154950.704000', '154950.706000', '154950.709000', '154950.711000', '154950.714000', '154950.717000', '154950.719000', '154950.722000', '154950.724000', '154950.727000', '154950.730000', '154950.732000', '154950.735000', '154950.737000', '154950.740000', '154950.742000', '154950.745000', '154950.748000', '154950.750000', '154950.753000', '154950.755000', '154950.758000', '154950.761000', '154950.763000', '154950.786000', '154950.789000', '154950.792000', '154950.794000', '154950.797000', '154950.913000', '154950.915000', '154950.918000', '155010.673000', '155010.675000', '155010.678000', '155010.681000', '155010.683000', '155010.686000', '155010.688000', '155010.691000', '155010.693000', '155010.696000', '155010.699000', '155010.701000', '155010.704000', '155010.706000', '155010.709000', '155010.711000', '155010.714000', '155010.717000', '155010.719000', '155010.722000', '155010.724000', '155010.727000', '155010.730000', '155010.732000', '155010.735000', '155010.738000', '155010.741000', '155010.744000', '155010.747000', '155010.750000', '155010.752000', '155010.755000', '155010.757000', '155010.760000', '155010.762000', '155010.765000', '155010.768000', '155010.770000', '155010.773000', '155010.775000', '155010.778000', '155010.780000', '155010.783000', '155030.673000', '155030.675000', '155030.678000', '155030.680000', '155030.683000', '155030.686000', '155030.688000', '155030.691000', '155030.693000', '155030.696000', '155030.698000', '155030.701000', '155030.704000', '155030.706000', '155030.709000', '155030.711000', '155030.714000', '155030.717000', '155030.719000', '155030.722000', '155030.724000', '155030.727000', '155030.729000', '155030.732000', '155030.735000', '155030.737000', '155030.740000', '155030.742000', '155030.745000', '155030.747000', '155030.750000', '155030.752000', '155030.755000', '155030.758000', '155030.760000', '155030.763000', '155030.765000', '155030.768000', '155030.770000', '155030.773000', '155030.776000', '155030.778000', '155030.781000', '155030.783000', '155050.673000', '155050.675000', '155050.678000', '155050.680000', '155050.683000', '155050.686000', '155050.688000', '155050.691000', '155050.693000', '155050.696000', '155050.698000', '155050.701000', '155050.704000', '155050.706000', '155050.709000', '155050.711000', '155050.714000', '155050.717000', '155050.719000', '155050.722000', '155050.724000', '155050.727000', '155050.729000', '155050.732000', '155050.734000', '155050.737000', '155050.740000', '155050.742000', '155050.745000', '155050.748000', '155050.751000', '155050.754000', '155050.756000', '155050.759000', '155050.762000', '155050.764000', '155050.767000', '155050.769000', '155050.772000', '155050.775000', '155050.777000', '155050.780000', '155050.783000', '155110.672000', '155110.675000', '155110.678000', '155110.680000', '155110.683000', '155110.686000', '155110.688000', '155110.691000', '155110.693000', '155110.696000', '155110.698000', '155110.701000', '155110.703000', '155110.706000', '155110.709000', '155110.711000', '155110.714000', '155110.716000', '155110.719000', '155110.722000', '155110.724000', '155110.727000', '155110.729000', '155110.732000', '155110.735000', '155110.737000', '155110.740000', '155110.742000', '155110.745000', '155110.747000', '155110.750000', '155110.753000', '155110.755000', '155110.758000', '155110.760000', '155110.763000', '155110.766000', '155110.768000', '155110.771000', '155110.773000', '155110.776000', '155110.779000', '155110.781000', '155110.784000', '155130.672000', '155130.674000', '155130.677000', '155130.680000', '155130.682000', '155130.685000', '155130.687000', '155130.690000', '155130.693000', '155130.695000', '155130.698000', '155130.700000', '155130.703000', '155130.705000', '155130.708000', '155130.710000', '155130.713000', '155130.716000', '155130.718000', '155130.721000', '155130.723000', '155130.726000', '155130.728000', '155130.731000', '155130.733000', '155130.736000', '155130.739000', '155130.741000', '155130.744000', '155130.746000', '155130.749000', '155130.751000', '155130.754000', '155130.757000', '155130.760000', '155130.763000', '155130.766000', '155130.769000', '155130.771000', '155130.774000', '155130.777000', '155130.779000', '155130.782000', '155150.671000', '155150.674000', '155150.677000', '155150.679000', '155150.682000', '155150.685000', '155150.687000', '155150.690000', '155150.692000', '155150.695000', '155150.698000', '155150.700000', '155150.703000', '155150.705000', '155150.708000', '155150.710000', '155150.713000', '155150.716000', '155150.718000', '155150.721000', '155150.723000', '155150.726000', '155150.729000', '155150.731000', '155150.734000', '155150.736000', '155150.739000', '155150.741000', '155150.744000', '155150.747000', '155150.749000', '155150.752000', '155150.754000', '155150.757000', '155150.760000', '155150.762000', '155150.765000', '155150.767000', '155150.770000', '155150.772000', '155150.776000', '155150.779000', '155150.781000', '155150.784000', '155210.673000', '155210.675000', '155210.678000', '155210.681000', '155210.683000', '155210.686000', '155210.688000', '155210.691000', '155210.693000', '155210.696000', '155210.698000', '155210.701000', '155210.704000', '155210.706000', '155210.709000', '155210.711000', '155210.714000', '155210.717000', '155210.719000', '155210.722000', '155210.724000', '155210.727000', '155210.729000', '155210.732000', '155210.734000', '155210.737000', '155210.740000', '155210.742000', '155210.745000', '155210.747000', '155210.750000', '155210.752000', '155210.755000', '155210.758000', '155210.760000', '155210.763000', '155210.765000', '155210.768000', '155210.770000', '155210.773000', '155210.776000', '155210.778000', '155210.781000', '155230.673000', '155230.675000', '155230.678000', '155230.681000', '155230.683000', '155230.686000', '155230.688000', '155230.691000', '155230.694000', '155230.696000', '155230.699000', '155230.701000', '155230.704000', '155230.706000', '155230.709000', '155230.712000', '155230.714000', '155230.717000', '155230.719000', '155230.722000', '155230.725000', '155230.727000', '155230.730000', '155230.732000', '155230.735000', '155230.737000', '155230.740000', '155230.743000', '155230.745000', '155230.748000', '155230.750000', '155230.753000', '155230.755000', '155230.758000', '155230.761000', '155230.763000', '155230.766000', '155230.768000', '155230.771000', '155230.773000', '155230.776000', '155230.778000', '155230.781000', '155230.795000', '155250.672000', '155250.675000', '155250.678000', '155250.680000', '155250.683000', '155250.686000', '155250.688000', '155250.691000', '155250.693000', '155250.696000', '155250.698000', '155250.701000', '155250.704000', '155250.706000', '155250.709000', '155250.711000', '155250.714000', '155250.716000', '155250.719000', '155250.722000', '155250.724000', '155250.727000', '155250.729000', '155250.732000', '155250.734000', '155250.737000', '155250.739000', '155250.742000', '155250.745000', '155250.747000', '155250.750000', '155250.752000', '155250.755000', '155250.757000', '155250.760000', '155250.763000', '155250.765000', '155250.768000', '155250.770000', '155250.773000', '155250.775000', '155250.778000', '155250.781000', '155310.673000', '155310.675000', '155310.678000', '155310.681000', '155310.683000', '155310.686000', '155310.688000', '155310.691000', '155310.694000', '155310.696000', '155310.699000', '155310.701000', '155310.704000', '155310.707000', '155310.709000', '155310.712000', '155310.714000', '155310.717000', '155310.720000', '155310.722000', '155310.725000', '155310.727000', '155310.730000', '155310.732000', '155310.735000', '155310.737000', '155310.740000', '155310.743000', '155310.745000', '155310.748000', '155310.750000', '155310.753000', '155310.755000', '155310.758000', '155310.760000', '155310.763000', '155310.766000', '155310.768000', '155310.771000', '155310.773000', '155310.776000', '155310.778000', '155310.781000', '155310.783000', '155330.673000', '155330.675000', '155330.678000', '155330.681000', '155330.683000', '155330.686000', '155330.688000', '155330.691000', '155330.693000', '155330.696000', '155330.699000', '155330.701000', '155330.704000', '155330.706000', '155330.709000', '155330.712000', '155330.714000', '155330.717000', '155330.719000', '155330.722000', '155330.724000', '155330.727000', '155330.729000', '155330.732000', '155330.735000', '155330.737000', '155330.740000', '155330.742000', '155330.745000', '155330.747000', '155330.750000', '155330.753000', '155330.755000', '155330.758000', '155330.760000', '155330.763000', '155330.765000', '155330.768000', '155330.771000', '155330.773000', '155330.776000', '155330.778000', '155330.781000', '155350.671000', '155350.674000', '155350.677000', '155350.679000', '155350.682000', '155350.685000', '155350.687000', '155350.690000', '155350.692000', '155350.695000', '155350.698000', '155350.700000', '155350.703000', '155350.705000', '155350.708000', '155350.711000', '155350.713000', '155350.716000', '155350.718000', '155350.721000', '155350.723000', '155350.726000', '155350.728000', '155350.731000', '155350.734000', '155350.736000', '155350.739000', '155350.741000', '155350.744000', '155350.746000', '155350.749000', '155350.752000', '155350.754000', '155350.757000', '155350.759000', '155350.762000', '155350.764000', '155350.767000', '155350.770000', '155350.787000', '155350.789000', '155350.792000', '155350.794000', '155350.797000', '155410.673000', '155410.675000', '155410.678000', '155410.681000', '155410.683000', '155410.686000', '155410.688000', '155410.691000', '155410.694000', '155410.696000', '155410.699000', '155410.701000', '155410.704000', '155410.706000', '155410.709000', '155410.712000', '155410.714000', '155410.717000', '155410.719000', '155410.722000', '155410.725000', '155410.727000', '155410.730000', '155410.732000', '155410.735000', '155410.738000', '155410.740000', '155410.743000', '155410.745000', '155410.748000', '155410.751000', '155410.753000', '155410.756000', '155410.758000', '155410.761000', '155410.763000', '155410.766000', '155410.769000', '155410.771000', '155410.774000', '155410.776000', '155410.779000', '155410.782000', '155430.673000', '155430.675000', '155430.679000', '155430.682000', '155430.685000', '155430.687000', '155430.690000', '155430.692000', '155430.695000', '155430.698000', '155430.701000', '155430.703000', '155430.706000', '155430.709000', '155430.711000', '155430.714000', '155430.717000', '155430.719000', '155430.722000', '155430.725000', '155430.727000', '155430.730000', '155430.732000', '155430.735000', '155430.738000', '155430.740000', '155430.743000', '155430.745000', '155430.748000', '155430.751000', '155430.753000', '155430.756000', '155430.758000', '155430.761000', '155430.764000', '155430.766000', '155430.769000', '155430.771000', '155430.774000', '155430.777000', '155430.779000', '155430.782000', '155430.784000', '155450.673000', '155450.675000', '155450.678000', '155450.681000', '155450.683000', '155450.686000', '155450.689000', '155450.691000', '155450.694000', '155450.696000', '155450.699000', '155450.702000', '155450.704000', '155450.707000', '155450.709000', '155450.712000', '155450.714000', '155450.717000', '155450.720000', '155450.722000', '155450.725000', '155450.727000', '155450.730000', '155450.733000', '155450.735000', '155450.738000', '155450.740000', '155450.743000', '155450.746000', '155450.748000', '155450.751000', '155450.753000', '155450.756000', '155450.759000', '155450.761000', '155450.764000', '155450.766000', '155450.769000', '155450.771000', '155450.774000', '155450.777000', '155450.779000', '155450.782000', '155450.784000', '155510.673000', '155510.675000', '155510.678000', '155510.681000', '155510.683000', '155510.686000', '155510.688000', '155510.691000', '155510.694000', '155510.697000', '155510.700000', '155510.703000', '155510.706000', '155510.709000', '155510.712000', '155510.714000', '155510.717000', '155510.719000', '155510.722000', '155510.724000', '155510.727000', '155510.730000', '155510.742000', '155510.744000', '155510.747000', '155510.749000', '155510.752000', '155510.755000', '155510.757000', '155510.760000', '155510.762000', '155510.765000', '155510.767000', '155510.770000', '155510.773000', '155510.775000', '155510.781000', '155510.783000', '155510.786000', '155510.789000', '155510.791000', '155510.794000', '155510.796000', '155530.673000', '155530.676000', '155530.678000', '155530.681000', '155530.683000', '155530.686000', '155530.688000', '155530.691000', '155530.694000', '155530.696000', '155530.699000', '155530.701000', '155530.704000', '155530.706000', '155530.709000', '155530.712000', '155530.714000', '155530.717000', '155530.719000', '155530.722000', '155530.725000', '155530.727000', '155530.730000', '155530.732000', '155530.735000', '155530.737000', '155530.740000', '155530.742000', '155530.745000', '155530.748000', '155530.750000', '155530.753000', '155530.755000', '155530.758000', '155530.760000', '155530.763000', '155530.765000', '155530.768000', '155530.771000', '155530.773000', '155530.776000', '155530.778000', '155530.781000', '155530.783000', '155550.673000', '155550.676000', '155550.678000', '155550.681000', '155550.683000', '155550.686000', '155550.688000', '155550.691000', '155550.694000', '155550.696000', '155550.699000', '155550.701000', '155550.704000', '155550.706000', '155550.709000', '155550.712000', '155550.714000', '155550.718000', '155550.720000', '155550.723000', '155550.726000', '155550.728000', '155550.731000', '155550.733000', '155550.736000', '155550.739000', '155550.741000', '155550.744000', '155550.746000', '155550.749000', '155550.751000', '155550.754000', '155550.757000', '155550.759000', '155550.762000', '155550.764000', '155550.767000', '155550.770000', '155550.772000', '155550.775000', '155550.777000', '155550.780000', '155550.782000', '155610.672000', '155610.675000', '155610.677000', '155610.680000', '155610.682000', '155610.685000', '155610.688000', '155610.690000', '155610.693000', '155610.695000', '155610.698000', '155610.701000', '155610.703000', '155610.706000', '155610.708000', '155610.711000', '155610.714000', '155610.716000', '155610.719000', '155610.721000', '155610.724000', '155610.727000', '155610.729000', '155610.732000', '155610.734000', '155610.737000', '155610.740000', '155610.742000', '155610.745000', '155610.747000', '155610.750000', '155610.752000', '155610.755000', '155610.758000', '155610.760000', '155610.763000', '155610.765000', '155610.768000', '155610.771000', '155610.773000', '155610.776000', '155610.778000', '155610.781000', '155610.783000', '155630.673000', '155630.675000', '155630.678000', '155630.681000', '155630.683000', '155630.686000', '155630.690000', '155630.692000', '155630.695000', '155630.698000', '155630.701000', '155630.703000', '155630.706000', '155630.708000', '155630.711000', '155630.713000', '155630.716000', '155630.719000', '155630.721000', '155630.724000', '155630.726000', '155630.729000', '155630.732000', '155630.734000', '155630.737000', '155630.739000', '155630.742000', '155630.745000', '155630.747000', '155630.750000', '155630.752000', '155630.755000', '155630.758000', '155630.760000', '155630.763000', '155630.765000', '155630.768000', '155630.770000', '155630.773000', '155630.776000', '155630.778000', '155630.781000', '155630.783000', '155650.673000', '155650.676000', '155650.678000', '155650.681000', '155650.684000', '155650.686000', '155650.689000', '155650.691000', '155650.694000', '155650.696000', '155650.699000', '155650.702000', '155650.704000', '155650.707000', '155650.710000', '155650.712000', '155650.715000', '155650.717000', '155650.720000', '155650.722000', '155650.725000', '155650.728000', '155650.730000', '155650.733000', '155650.735000', '155650.738000', '155650.740000', '155650.743000', '155650.746000', '155650.748000', '155650.751000', '155650.753000', '155650.756000', '155650.758000', '155650.761000', '155650.764000', '155650.766000', '155650.769000', '155650.771000', '155650.774000', '155650.776000', '155650.779000', '155650.781000', '155650.784000', '155710.673000', '155710.676000', '155710.678000', '155710.681000', '155710.683000', '155710.686000', '155710.689000', '155710.691000', '155710.694000', '155710.696000', '155710.699000', '155710.701000', '155710.705000', '155710.708000', '155710.711000', '155710.713000', '155710.716000', '155710.719000', '155710.722000', '155710.724000', '155710.727000', '155710.729000', '155710.732000', '155710.734000', '155710.737000', '155710.740000', '155710.742000', '155710.745000', '155710.747000', '155710.750000', '155710.752000', '155710.755000', '155710.759000', '155710.761000', '155710.764000', '155710.767000', '155710.769000', '155710.772000', '155710.774000', '155710.777000', '155710.779000', '155710.782000', '155710.784000', '155730.673000', '155730.676000', '155730.678000', '155730.681000', '155730.683000', '155730.686000', '155730.688000', '155730.691000', '155730.694000', '155730.696000', '155730.699000', '155730.701000', '155730.704000', '155730.706000', '155730.709000', '155730.711000', '155730.714000', '155730.717000', '155730.719000', '155730.722000', '155730.725000', '155730.727000', '155730.730000', '155730.732000', '155730.735000', '155730.738000', '155730.740000', '155730.743000', '155730.745000', '155730.748000', '155730.764000', '155730.767000', '155730.770000', '155730.772000', '155730.775000', '155730.777000', '155730.780000', '155730.782000', '155730.785000', '155730.788000', '155730.790000', '155730.793000', '155730.795000', '155730.798000', '155750.673000', '155750.676000', '155750.678000', '155750.681000', '155750.683000', '155750.686000', '155750.688000', '155750.691000', '155750.694000', '155750.696000', '155750.699000', '155750.701000', '155750.704000', '155750.707000', '155750.709000', '155750.712000', '155750.714000', '155750.717000', '155750.719000', '155750.722000', '155750.725000', '155750.727000', '155750.730000', '155750.733000', '155750.736000', '155750.739000', '155750.742000', '155750.745000', '155750.747000', '155750.750000', '155750.752000', '155750.755000', '155750.758000', '155750.760000', '155750.763000', '155750.765000', '155750.768000', '155750.770000', '155750.773000', '155750.776000', '155750.778000', '155750.781000', '155750.783000', '155810.673000', '155810.675000', '155810.678000', '155810.681000', '155810.683000', '155810.686000', '155810.688000', '155810.691000', '155810.693000', '155810.696000', '155810.699000', '155810.701000', '155810.704000', '155810.706000', '155810.709000', '155810.711000', '155810.714000', '155810.717000', '155810.719000', '155810.722000', '155810.724000', '155810.727000', '155810.730000', '155810.732000', '155810.735000', '155810.737000', '155810.740000', '155810.742000', '155810.745000', '155810.747000', '155810.750000', '155810.753000', '155810.755000', '155810.758000', '155810.760000', '155810.763000', '155810.765000', '155810.768000', '155810.771000', '155810.773000', '155810.776000', '155810.778000', '155810.781000', '155810.784000', '155830.672000', '155830.675000', '155830.677000', '155830.680000', '155830.683000', '155830.685000', '155830.688000', '155830.690000', '155830.693000', '155830.696000', '155830.698000', '155830.701000', '155830.703000', '155830.706000', '155830.708000', '155830.711000', '155830.714000', '155830.716000', '155830.719000', '155830.721000', '155830.724000', '155830.726000', '155830.729000', '155830.732000', '155830.734000', '155830.737000', '155830.739000', '155830.743000', '155830.746000', '155830.749000', '155830.752000', '155830.755000', '155830.758000', '155830.760000', '155830.763000', '155830.765000', '155830.768000', '155830.770000', '155830.773000', '155830.776000', '155830.778000', '155830.792000', '155830.795000', '155842.241000', '155842.245000', '155842.249000', '155842.252000', '155842.255000', '155842.257000', '155842.260000', '155842.263000', '155842.266000', '155842.268000', '155842.271000', '155842.274000', '155842.277000', '155842.280000', '155842.283000', '155842.285000', '155842.288000', '155842.291000', '155842.295000', '155842.297000', '155842.300000', '155842.303000', '155842.306000', '155842.310000', '155842.312000', '155842.315000'], 'InstanceCreationTime': ['154450.696000', '154450.700000', '154450.703000', '154450.706000', '154450.708000', '154450.711000', '154450.713000', '154450.716000', '154450.718000', '154450.721000', '154450.723000', '154450.726000', '154450.728000', '154450.731000', '154450.734000', '154450.736000', '154450.739000', '154450.741000', '154450.744000', '154450.746000', '154450.749000', '154450.751000', '154450.754000', '154450.756000', '154450.759000', '154450.761000', '154450.764000', '154450.767000', '154450.769000', '154450.772000', '154450.774000', '154450.777000', '154450.779000', '154450.782000', '154450.785000', '154450.787000', '154450.790000', '154450.795000', '154450.798000', '154450.865000', '154450.867000', '154450.870000', '154450.872000', '154450.875000', '154450.878000', '154450.880000', '154450.883000', '154450.885000', '154450.888000', '154450.890000', '154450.893000', '154510.673000', '154510.675000', '154510.678000', '154510.680000', '154510.683000', '154510.686000', '154510.688000', '154510.691000', '154510.693000', '154510.696000', '154510.698000', '154510.701000', '154510.703000', '154510.706000', '154510.714000', '154510.717000', '154510.719000', '154510.722000', '154510.724000', '154510.727000', '154510.729000', '154510.732000', '154510.735000', '154510.737000', '154510.740000', '154510.742000', '154510.745000', '154510.747000', '154510.750000', '154510.752000', '154510.755000', '154510.758000', '154510.760000', '154510.777000', '154510.779000', '154510.782000', '154510.784000', '154510.787000', '154510.789000', '154510.792000', '154510.794000', '154510.798000', '154510.801000', '154530.673000', '154530.675000', '154530.678000', '154530.681000', '154530.683000', '154530.686000', '154530.688000', '154530.691000', '154530.693000', '154530.696000', '154530.699000', '154530.701000', '154530.704000', '154530.706000', '154530.709000', '154530.711000', '154530.714000', '154530.716000', '154530.723000', '154530.725000', '154530.728000', '154530.730000', '154530.733000', '154530.736000', '154530.738000', '154530.741000', '154530.743000', '154530.746000', '154530.748000', '154530.751000', '154530.753000', '154530.756000', '154530.759000', '154530.761000', '154530.764000', '154530.766000', '154530.769000', '154530.771000', '154530.774000', '154530.776000', '154530.779000', '154530.782000', '154530.784000', '154530.787000', '154550.672000', '154550.675000', '154550.678000', '154550.680000', '154550.683000', '154550.685000', '154550.688000', '154550.690000', '154550.693000', '154550.696000', '154550.698000', '154550.701000', '154550.703000', '154550.706000', '154550.708000', '154550.711000', '154550.713000', '154550.716000', '154550.719000', '154550.721000', '154550.724000', '154550.726000', '154550.729000', '154550.731000', '154550.734000', '154550.736000', '154550.739000', '154550.742000', '154550.744000', '154550.747000', '154550.749000', '154550.752000', '154550.754000', '154550.757000', '154550.759000', '154550.762000', '154550.764000', '154550.767000', '154550.770000', '154550.772000', '154550.775000', '154550.778000', '154550.780000', '154610.673000', '154610.675000', '154610.678000', '154610.681000', '154610.683000', '154610.686000', '154610.688000', '154610.691000', '154610.693000', '154610.696000', '154610.699000', '154610.701000', '154610.704000', '154610.706000', '154610.709000', '154610.711000', '154610.718000', '154610.721000', '154610.723000', '154610.726000', '154610.728000', '154610.731000', '154610.733000', '154610.736000', '154610.739000', '154610.741000', '154610.744000', '154610.746000', '154610.749000', '154610.751000', '154610.754000', '154610.756000', '154610.759000', '154610.762000', '154610.764000', '154610.767000', '154610.769000', '154610.772000', '154610.774000', '154610.777000', '154610.779000', '154610.782000', '154610.784000', '154610.787000', '154630.672000', '154630.675000', '154630.678000', '154630.681000', '154630.683000', '154630.686000', '154630.688000', '154630.691000', '154630.694000', '154630.696000', '154630.699000', '154630.701000', '154630.704000', '154630.706000', '154630.709000', '154630.711000', '154630.714000', '154630.716000', '154630.719000', '154630.722000', '154630.724000', '154630.727000', '154630.729000', '154630.732000', '154630.734000', '154630.737000', '154630.739000', '154630.742000', '154630.744000', '154630.747000', '154630.750000', '154630.752000', '154630.755000', '154630.757000', '154630.770000', '154630.773000', '154630.775000', '154630.778000', '154630.781000', '154630.783000', '154630.786000', '154630.788000', '154630.791000', '154650.672000', '154650.675000', '154650.679000', '154650.681000', '154650.684000', '154650.687000', '154650.689000', '154650.692000', '154650.694000', '154650.697000', '154650.699000', '154650.702000', '154650.704000', '154650.707000', '154650.710000', '154650.712000', '154650.715000', '154650.717000', '154650.720000', '154650.723000', '154650.725000', '154650.728000', '154650.730000', '154650.733000', '154650.736000', '154650.738000', '154650.741000', '154650.743000', '154650.746000', '154650.754000', '154650.756000', '154650.759000', '154650.761000', '154650.764000', '154650.766000', '154650.769000', '154650.771000', '154650.774000', '154650.777000', '154650.779000', '154650.782000', '154650.784000', '154650.787000', '154650.789000', '154710.671000', '154710.674000', '154710.682000', '154710.685000', '154710.687000', '154710.690000', '154710.692000', '154710.695000', '154710.697000', '154710.700000', '154710.702000', '154710.705000', '154710.708000', '154710.710000', '154710.713000', '154710.715000', '154710.718000', '154710.720000', '154710.723000', '154710.725000', '154710.728000', '154710.731000', '154710.733000', '154710.736000', '154710.738000', '154710.741000', '154710.743000', '154710.746000', '154710.748000', '154710.751000', '154710.754000', '154710.756000', '154710.759000', '154710.761000', '154710.764000', '154710.766000', '154710.769000', '154710.771000', '154710.774000', '154710.777000', '154710.779000', '154710.782000', '154710.784000', '154730.672000', '154730.676000', '154730.679000', '154730.682000', '154730.684000', '154730.687000', '154730.690000', '154730.692000', '154730.695000', '154730.697000', '154730.700000', '154730.702000', '154730.705000', '154730.707000', '154730.710000', '154730.713000', '154730.715000', '154730.718000', '154730.720000', '154730.723000', '154730.725000', '154730.728000', '154730.730000', '154730.733000', '154730.736000', '154730.738000', '154730.741000', '154730.743000', '154730.746000', '154730.748000', '154730.751000', '154730.754000', '154730.756000', '154730.759000', '154730.761000', '154730.764000', '154730.766000', '154730.769000', '154730.771000', '154730.774000', '154730.776000', '154730.779000', '154730.782000', '154750.672000', '154750.675000', '154750.678000', '154750.681000', '154750.683000', '154750.686000', '154750.692000', '154750.694000', '154750.697000', '154750.699000', '154750.702000', '154750.704000', '154750.707000', '154750.710000', '154750.712000', '154750.715000', '154750.718000', '154750.720000', '154750.723000', '154750.725000', '154750.728000', '154750.730000', '154750.733000', '154750.735000', '154750.738000', '154750.741000', '154750.743000', '154750.746000', '154750.748000', '154750.751000', '154750.754000', '154750.756000', '154750.759000', '154750.761000', '154750.764000', '154750.766000', '154750.769000', '154750.772000', '154750.774000', '154750.777000', '154750.779000', '154750.782000', '154750.785000', '154750.787000', '154810.673000', '154810.675000', '154810.678000', '154810.681000', '154810.684000', '154810.686000', '154810.689000', '154810.691000', '154810.694000', '154810.696000', '154810.699000', '154810.702000', '154810.704000', '154810.707000', '154810.709000', '154810.712000', '154810.714000', '154810.717000', '154810.721000', '154810.723000', '154810.726000', '154810.728000', '154810.731000', '154810.734000', '154810.736000', '154810.739000', '154810.741000', '154810.744000', '154810.747000', '154810.749000', '154810.752000', '154810.754000', '154810.757000', '154810.760000', '154810.762000', '154810.765000', '154810.767000', '154810.770000', '154810.772000', '154810.775000', '154810.778000', '154810.780000', '154810.783000', '154830.672000', '154830.675000', '154830.678000', '154830.681000', '154830.683000', '154830.686000', '154830.688000', '154830.691000', '154830.694000', '154830.696000', '154830.699000', '154830.711000', '154830.714000', '154830.717000', '154830.719000', '154830.722000', '154830.724000', '154830.727000', '154830.730000', '154830.733000', '154830.735000', '154830.738000', '154830.740000', '154830.743000', '154830.745000', '154830.748000', '154830.751000', '154830.753000', '154830.756000', '154830.759000', '154830.761000', '154830.764000', '154830.766000', '154830.769000', '154830.772000', '154830.774000', '154830.777000', '154830.779000', '154830.782000', '154830.785000', '154830.787000', '154830.790000', '154830.792000', '154830.795000', '154850.673000', '154850.675000', '154850.678000', '154850.680000', '154850.683000', '154850.686000', '154850.688000', '154850.691000', '154850.693000', '154850.696000', '154850.699000', '154850.701000', '154850.704000', '154850.706000', '154850.710000', '154850.713000', '154850.716000', '154850.718000', '154850.721000', '154850.724000', '154850.726000', '154850.729000', '154850.732000', '154850.734000', '154850.737000', '154850.739000', '154850.742000', '154850.744000', '154850.747000', '154850.750000', '154850.752000', '154850.755000', '154850.757000', '154850.760000', '154850.763000', '154850.765000', '154850.768000', '154850.770000', '154850.773000', '154850.776000', '154850.778000', '154850.781000', '154850.783000', '154910.672000', '154910.675000', '154910.678000', '154910.680000', '154910.683000', '154910.686000', '154910.688000', '154910.691000', '154910.693000', '154910.696000', '154910.699000', '154910.701000', '154910.704000', '154910.706000', '154910.709000', '154910.711000', '154910.714000', '154910.717000', '154910.719000', '154910.722000', '154910.724000', '154910.727000', '154910.729000', '154910.732000', '154910.735000', '154910.737000', '154910.740000', '154910.742000', '154910.745000', '154910.748000', '154910.750000', '154910.753000', '154910.755000', '154910.758000', '154910.760000', '154910.763000', '154910.766000', '154910.768000', '154910.771000', '154910.773000', '154910.776000', '154910.778000', '154910.781000', '154910.784000', '154930.671000', '154930.674000', '154930.677000', '154930.680000', '154930.682000', '154930.685000', '154930.687000', '154930.690000', '154930.692000', '154930.695000', '154930.697000', '154930.700000', '154930.703000', '154930.705000', '154930.708000', '154930.710000', '154930.713000', '154930.715000', '154930.718000', '154930.720000', '154930.723000', '154930.726000', '154930.729000', '154930.732000', '154930.735000', '154930.738000', '154930.740000', '154930.743000', '154930.746000', '154930.748000', '154930.751000', '154930.753000', '154930.756000', '154930.760000', '154930.762000', '154930.765000', '154930.768000', '154930.770000', '154930.773000', '154930.775000', '154930.778000', '154930.781000', '154930.783000', '154950.673000', '154950.675000', '154950.678000', '154950.681000', '154950.683000', '154950.686000', '154950.688000', '154950.691000', '154950.693000', '154950.696000', '154950.699000', '154950.701000', '154950.704000', '154950.706000', '154950.709000', '154950.711000', '154950.714000', '154950.717000', '154950.719000', '154950.722000', '154950.724000', '154950.727000', '154950.730000', '154950.732000', '154950.735000', '154950.737000', '154950.740000', '154950.742000', '154950.745000', '154950.748000', '154950.750000', '154950.753000', '154950.755000', '154950.758000', '154950.761000', '154950.763000', '154950.786000', '154950.789000', '154950.792000', '154950.794000', '154950.797000', '154950.913000', '154950.915000', '154950.918000', '155010.673000', '155010.675000', '155010.678000', '155010.681000', '155010.683000', '155010.686000', '155010.688000', '155010.691000', '155010.693000', '155010.696000', '155010.699000', '155010.701000', '155010.704000', '155010.706000', '155010.709000', '155010.711000', '155010.714000', '155010.717000', '155010.719000', '155010.722000', '155010.724000', '155010.727000', '155010.730000', '155010.732000', '155010.735000', '155010.738000', '155010.741000', '155010.744000', '155010.747000', '155010.750000', '155010.752000', '155010.755000', '155010.757000', '155010.760000', '155010.762000', '155010.765000', '155010.768000', '155010.770000', '155010.773000', '155010.775000', '155010.778000', '155010.780000', '155010.783000', '155030.673000', '155030.675000', '155030.678000', '155030.680000', '155030.683000', '155030.686000', '155030.688000', '155030.691000', '155030.693000', '155030.696000', '155030.698000', '155030.701000', '155030.704000', '155030.706000', '155030.709000', '155030.711000', '155030.714000', '155030.717000', '155030.719000', '155030.722000', '155030.724000', '155030.727000', '155030.729000', '155030.732000', '155030.735000', '155030.737000', '155030.740000', '155030.742000', '155030.745000', '155030.747000', '155030.750000', '155030.752000', '155030.755000', '155030.758000', '155030.760000', '155030.763000', '155030.765000', '155030.768000', '155030.770000', '155030.773000', '155030.776000', '155030.778000', '155030.781000', '155030.783000', '155050.673000', '155050.675000', '155050.678000', '155050.680000', '155050.683000', '155050.686000', '155050.688000', '155050.691000', '155050.693000', '155050.696000', '155050.698000', '155050.701000', '155050.704000', '155050.706000', '155050.709000', '155050.711000', '155050.714000', '155050.717000', '155050.719000', '155050.722000', '155050.724000', '155050.727000', '155050.729000', '155050.732000', '155050.734000', '155050.737000', '155050.740000', '155050.742000', '155050.745000', '155050.748000', '155050.751000', '155050.754000', '155050.756000', '155050.759000', '155050.762000', '155050.764000', '155050.767000', '155050.769000', '155050.772000', '155050.775000', '155050.777000', '155050.780000', '155050.783000', '155110.672000', '155110.675000', '155110.678000', '155110.680000', '155110.683000', '155110.686000', '155110.688000', '155110.691000', '155110.693000', '155110.696000', '155110.698000', '155110.701000', '155110.703000', '155110.706000', '155110.709000', '155110.711000', '155110.714000', '155110.716000', '155110.719000', '155110.722000', '155110.724000', '155110.727000', '155110.729000', '155110.732000', '155110.735000', '155110.737000', '155110.740000', '155110.742000', '155110.745000', '155110.747000', '155110.750000', '155110.753000', '155110.755000', '155110.758000', '155110.760000', '155110.763000', '155110.766000', '155110.768000', '155110.771000', '155110.773000', '155110.776000', '155110.779000', '155110.781000', '155110.784000', '155130.672000', '155130.674000', '155130.677000', '155130.680000', '155130.682000', '155130.685000', '155130.687000', '155130.690000', '155130.693000', '155130.695000', '155130.698000', '155130.700000', '155130.703000', '155130.705000', '155130.708000', '155130.710000', '155130.713000', '155130.716000', '155130.718000', '155130.721000', '155130.723000', '155130.726000', '155130.728000', '155130.731000', '155130.733000', '155130.736000', '155130.739000', '155130.741000', '155130.744000', '155130.746000', '155130.749000', '155130.751000', '155130.754000', '155130.757000', '155130.760000', '155130.763000', '155130.766000', '155130.769000', '155130.771000', '155130.774000', '155130.777000', '155130.779000', '155130.782000', '155150.671000', '155150.674000', '155150.677000', '155150.679000', '155150.682000', '155150.685000', '155150.687000', '155150.690000', '155150.692000', '155150.695000', '155150.698000', '155150.700000', '155150.703000', '155150.705000', '155150.708000', '155150.710000', '155150.713000', '155150.716000', '155150.718000', '155150.721000', '155150.723000', '155150.726000', '155150.729000', '155150.731000', '155150.734000', '155150.736000', '155150.739000', '155150.741000', '155150.744000', '155150.747000', '155150.749000', '155150.752000', '155150.754000', '155150.757000', '155150.760000', '155150.762000', '155150.765000', '155150.767000', '155150.770000', '155150.772000', '155150.776000', '155150.779000', '155150.781000', '155150.784000', '155210.673000', '155210.675000', '155210.678000', '155210.681000', '155210.683000', '155210.686000', '155210.688000', '155210.691000', '155210.693000', '155210.696000', '155210.698000', '155210.701000', '155210.704000', '155210.706000', '155210.709000', '155210.711000', '155210.714000', '155210.717000', '155210.719000', '155210.722000', '155210.724000', '155210.727000', '155210.729000', '155210.732000', '155210.734000', '155210.737000', '155210.740000', '155210.742000', '155210.745000', '155210.747000', '155210.750000', '155210.752000', '155210.755000', '155210.758000', '155210.760000', '155210.763000', '155210.765000', '155210.768000', '155210.770000', '155210.773000', '155210.776000', '155210.778000', '155210.781000', '155230.673000', '155230.675000', '155230.678000', '155230.681000', '155230.683000', '155230.686000', '155230.688000', '155230.691000', '155230.694000', '155230.696000', '155230.699000', '155230.701000', '155230.704000', '155230.706000', '155230.709000', '155230.712000', '155230.714000', '155230.717000', '155230.719000', '155230.722000', '155230.725000', '155230.727000', '155230.730000', '155230.732000', '155230.735000', '155230.737000', '155230.740000', '155230.743000', '155230.745000', '155230.748000', '155230.750000', '155230.753000', '155230.755000', '155230.758000', '155230.761000', '155230.763000', '155230.766000', '155230.768000', '155230.771000', '155230.773000', '155230.776000', '155230.778000', '155230.781000', '155230.795000', '155250.672000', '155250.675000', '155250.678000', '155250.680000', '155250.683000', '155250.686000', '155250.688000', '155250.691000', '155250.693000', '155250.696000', '155250.698000', '155250.701000', '155250.704000', '155250.706000', '155250.709000', '155250.711000', '155250.714000', '155250.716000', '155250.719000', '155250.722000', '155250.724000', '155250.727000', '155250.729000', '155250.732000', '155250.734000', '155250.737000', '155250.739000', '155250.742000', '155250.745000', '155250.747000', '155250.750000', '155250.752000', '155250.755000', '155250.757000', '155250.760000', '155250.763000', '155250.765000', '155250.768000', '155250.770000', '155250.773000', '155250.775000', '155250.778000', '155250.781000', '155310.673000', '155310.675000', '155310.678000', '155310.681000', '155310.683000', '155310.686000', '155310.688000', '155310.691000', '155310.694000', '155310.696000', '155310.699000', '155310.701000', '155310.704000', '155310.707000', '155310.709000', '155310.712000', '155310.714000', '155310.717000', '155310.720000', '155310.722000', '155310.725000', '155310.727000', '155310.730000', '155310.732000', '155310.735000', '155310.737000', '155310.740000', '155310.743000', '155310.745000', '155310.748000', '155310.750000', '155310.753000', '155310.755000', '155310.758000', '155310.760000', '155310.763000', '155310.766000', '155310.768000', '155310.771000', '155310.773000', '155310.776000', '155310.778000', '155310.781000', '155310.783000', '155330.673000', '155330.675000', '155330.678000', '155330.681000', '155330.683000', '155330.686000', '155330.688000', '155330.691000', '155330.693000', '155330.696000', '155330.699000', '155330.701000', '155330.704000', '155330.706000', '155330.709000', '155330.712000', '155330.714000', '155330.717000', '155330.719000', '155330.722000', '155330.724000', '155330.727000', '155330.729000', '155330.732000', '155330.735000', '155330.737000', '155330.740000', '155330.742000', '155330.745000', '155330.747000', '155330.750000', '155330.753000', '155330.755000', '155330.758000', '155330.760000', '155330.763000', '155330.765000', '155330.768000', '155330.771000', '155330.773000', '155330.776000', '155330.778000', '155330.781000', '155350.671000', '155350.674000', '155350.677000', '155350.679000', '155350.682000', '155350.685000', '155350.687000', '155350.690000', '155350.692000', '155350.695000', '155350.698000', '155350.700000', '155350.703000', '155350.705000', '155350.708000', '155350.711000', '155350.713000', '155350.716000', '155350.718000', '155350.721000', '155350.723000', '155350.726000', '155350.728000', '155350.731000', '155350.734000', '155350.736000', '155350.739000', '155350.741000', '155350.744000', '155350.746000', '155350.749000', '155350.752000', '155350.754000', '155350.757000', '155350.759000', '155350.762000', '155350.764000', '155350.767000', '155350.770000', '155350.787000', '155350.789000', '155350.792000', '155350.794000', '155350.797000', '155410.673000', '155410.675000', '155410.678000', '155410.681000', '155410.683000', '155410.686000', '155410.688000', '155410.691000', '155410.694000', '155410.696000', '155410.699000', '155410.701000', '155410.704000', '155410.706000', '155410.709000', '155410.712000', '155410.714000', '155410.717000', '155410.719000', '155410.722000', '155410.725000', '155410.727000', '155410.730000', '155410.732000', '155410.735000', '155410.738000', '155410.740000', '155410.743000', '155410.745000', '155410.748000', '155410.751000', '155410.753000', '155410.756000', '155410.758000', '155410.761000', '155410.763000', '155410.766000', '155410.769000', '155410.771000', '155410.774000', '155410.776000', '155410.779000', '155410.782000', '155430.673000', '155430.675000', '155430.679000', '155430.682000', '155430.685000', '155430.687000', '155430.690000', '155430.692000', '155430.695000', '155430.698000', '155430.701000', '155430.703000', '155430.706000', '155430.709000', '155430.711000', '155430.714000', '155430.717000', '155430.719000', '155430.722000', '155430.725000', '155430.727000', '155430.730000', '155430.732000', '155430.735000', '155430.738000', '155430.740000', '155430.743000', '155430.745000', '155430.748000', '155430.751000', '155430.753000', '155430.756000', '155430.758000', '155430.761000', '155430.764000', '155430.766000', '155430.769000', '155430.771000', '155430.774000', '155430.777000', '155430.779000', '155430.782000', '155430.784000', '155450.673000', '155450.675000', '155450.678000', '155450.681000', '155450.683000', '155450.686000', '155450.689000', '155450.691000', '155450.694000', '155450.696000', '155450.699000', '155450.702000', '155450.704000', '155450.707000', '155450.709000', '155450.712000', '155450.714000', '155450.717000', '155450.720000', '155450.722000', '155450.725000', '155450.727000', '155450.730000', '155450.733000', '155450.735000', '155450.738000', '155450.740000', '155450.743000', '155450.746000', '155450.748000', '155450.751000', '155450.753000', '155450.756000', '155450.759000', '155450.761000', '155450.764000', '155450.766000', '155450.769000', '155450.771000', '155450.774000', '155450.777000', '155450.779000', '155450.782000', '155450.784000', '155510.673000', '155510.675000', '155510.678000', '155510.681000', '155510.683000', '155510.686000', '155510.688000', '155510.691000', '155510.694000', '155510.697000', '155510.700000', '155510.703000', '155510.706000', '155510.709000', '155510.712000', '155510.714000', '155510.717000', '155510.719000', '155510.722000', '155510.724000', '155510.727000', '155510.730000', '155510.742000', '155510.744000', '155510.747000', '155510.749000', '155510.752000', '155510.755000', '155510.757000', '155510.760000', '155510.762000', '155510.765000', '155510.767000', '155510.770000', '155510.773000', '155510.775000', '155510.781000', '155510.783000', '155510.786000', '155510.789000', '155510.791000', '155510.794000', '155510.796000', '155530.673000', '155530.676000', '155530.678000', '155530.681000', '155530.683000', '155530.686000', '155530.688000', '155530.691000', '155530.694000', '155530.696000', '155530.699000', '155530.701000', '155530.704000', '155530.706000', '155530.709000', '155530.712000', '155530.714000', '155530.717000', '155530.719000', '155530.722000', '155530.725000', '155530.727000', '155530.730000', '155530.732000', '155530.735000', '155530.737000', '155530.740000', '155530.742000', '155530.745000', '155530.748000', '155530.750000', '155530.753000', '155530.755000', '155530.758000', '155530.760000', '155530.763000', '155530.765000', '155530.768000', '155530.771000', '155530.773000', '155530.776000', '155530.778000', '155530.781000', '155530.783000', '155550.673000', '155550.676000', '155550.678000', '155550.681000', '155550.683000', '155550.686000', '155550.688000', '155550.691000', '155550.694000', '155550.696000', '155550.699000', '155550.701000', '155550.704000', '155550.706000', '155550.709000', '155550.712000', '155550.714000', '155550.718000', '155550.720000', '155550.723000', '155550.726000', '155550.728000', '155550.731000', '155550.733000', '155550.736000', '155550.739000', '155550.741000', '155550.744000', '155550.746000', '155550.749000', '155550.751000', '155550.754000', '155550.757000', '155550.759000', '155550.762000', '155550.764000', '155550.767000', '155550.770000', '155550.772000', '155550.775000', '155550.777000', '155550.780000', '155550.782000', '155610.672000', '155610.675000', '155610.677000', '155610.680000', '155610.682000', '155610.685000', '155610.688000', '155610.690000', '155610.693000', '155610.695000', '155610.698000', '155610.701000', '155610.703000', '155610.706000', '155610.708000', '155610.711000', '155610.714000', '155610.716000', '155610.719000', '155610.721000', '155610.724000', '155610.727000', '155610.729000', '155610.732000', '155610.734000', '155610.737000', '155610.740000', '155610.742000', '155610.745000', '155610.747000', '155610.750000', '155610.752000', '155610.755000', '155610.758000', '155610.760000', '155610.763000', '155610.765000', '155610.768000', '155610.771000', '155610.773000', '155610.776000', '155610.778000', '155610.781000', '155610.783000', '155630.673000', '155630.675000', '155630.678000', '155630.681000', '155630.683000', '155630.686000', '155630.690000', '155630.692000', '155630.695000', '155630.698000', '155630.701000', '155630.703000', '155630.706000', '155630.708000', '155630.711000', '155630.713000', '155630.716000', '155630.719000', '155630.721000', '155630.724000', '155630.726000', '155630.729000', '155630.732000', '155630.734000', '155630.737000', '155630.739000', '155630.742000', '155630.745000', '155630.747000', '155630.750000', '155630.752000', '155630.755000', '155630.758000', '155630.760000', '155630.763000', '155630.765000', '155630.768000', '155630.770000', '155630.773000', '155630.776000', '155630.778000', '155630.781000', '155630.783000', '155650.673000', '155650.676000', '155650.678000', '155650.681000', '155650.684000', '155650.686000', '155650.689000', '155650.691000', '155650.694000', '155650.696000', '155650.699000', '155650.702000', '155650.704000', '155650.707000', '155650.710000', '155650.712000', '155650.715000', '155650.717000', '155650.720000', '155650.722000', '155650.725000', '155650.728000', '155650.730000', '155650.733000', '155650.735000', '155650.738000', '155650.740000', '155650.743000', '155650.746000', '155650.748000', '155650.751000', '155650.753000', '155650.756000', '155650.758000', '155650.761000', '155650.764000', '155650.766000', '155650.769000', '155650.771000', '155650.774000', '155650.776000', '155650.779000', '155650.781000', '155650.784000', '155710.673000', '155710.676000', '155710.678000', '155710.681000', '155710.683000', '155710.686000', '155710.689000', '155710.691000', '155710.694000', '155710.696000', '155710.699000', '155710.701000', '155710.705000', '155710.708000', '155710.711000', '155710.713000', '155710.716000', '155710.719000', '155710.722000', '155710.724000', '155710.727000', '155710.729000', '155710.732000', '155710.734000', '155710.737000', '155710.740000', '155710.742000', '155710.745000', '155710.747000', '155710.750000', '155710.752000', '155710.755000', '155710.759000', '155710.761000', '155710.764000', '155710.767000', '155710.769000', '155710.772000', '155710.774000', '155710.777000', '155710.779000', '155710.782000', '155710.784000', '155730.673000', '155730.676000', '155730.678000', '155730.681000', '155730.683000', '155730.686000', '155730.688000', '155730.691000', '155730.694000', '155730.696000', '155730.699000', '155730.701000', '155730.704000', '155730.706000', '155730.709000', '155730.711000', '155730.714000', '155730.717000', '155730.719000', '155730.722000', '155730.725000', '155730.727000', '155730.730000', '155730.732000', '155730.735000', '155730.738000', '155730.740000', '155730.743000', '155730.745000', '155730.748000', '155730.764000', '155730.767000', '155730.770000', '155730.772000', '155730.775000', '155730.777000', '155730.780000', '155730.782000', '155730.785000', '155730.788000', '155730.790000', '155730.793000', '155730.795000', '155730.798000', '155750.673000', '155750.676000', '155750.678000', '155750.681000', '155750.683000', '155750.686000', '155750.688000', '155750.691000', '155750.694000', '155750.696000', '155750.699000', '155750.701000', '155750.704000', '155750.707000', '155750.709000', '155750.712000', '155750.714000', '155750.717000', '155750.719000', '155750.722000', '155750.725000', '155750.727000', '155750.730000', '155750.733000', '155750.736000', '155750.739000', '155750.742000', '155750.745000', '155750.747000', '155750.750000', '155750.752000', '155750.755000', '155750.758000', '155750.760000', '155750.763000', '155750.765000', '155750.768000', '155750.770000', '155750.773000', '155750.776000', '155750.778000', '155750.781000', '155750.783000', '155810.673000', '155810.675000', '155810.678000', '155810.681000', '155810.683000', '155810.686000', '155810.688000', '155810.691000', '155810.693000', '155810.696000', '155810.699000', '155810.701000', '155810.704000', '155810.706000', '155810.709000', '155810.711000', '155810.714000', '155810.717000', '155810.719000', '155810.722000', '155810.724000', '155810.727000', '155810.730000', '155810.732000', '155810.735000', '155810.737000', '155810.740000', '155810.742000', '155810.745000', '155810.747000', '155810.750000', '155810.753000', '155810.755000', '155810.758000', '155810.760000', '155810.763000', '155810.765000', '155810.768000', '155810.771000', '155810.773000', '155810.776000', '155810.778000', '155810.781000', '155810.784000', '155830.672000', '155830.675000', '155830.677000', '155830.680000', '155830.683000', '155830.685000', '155830.688000', '155830.690000', '155830.693000', '155830.696000', '155830.698000', '155830.701000', '155830.703000', '155830.706000', '155830.708000', '155830.711000', '155830.714000', '155830.716000', '155830.719000', '155830.721000', '155830.724000', '155830.726000', '155830.729000', '155830.732000', '155830.734000', '155830.737000', '155830.739000', '155830.743000', '155830.746000', '155830.749000', '155830.752000', '155830.755000', '155830.758000', '155830.760000', '155830.763000', '155830.765000', '155830.768000', '155830.770000', '155830.773000', '155830.776000', '155830.778000', '155830.792000', '155830.795000', '155842.241000', '155842.245000', '155842.249000', '155842.252000', '155842.255000', '155842.257000', '155842.260000', '155842.263000', '155842.266000', '155842.268000', '155842.271000', '155842.274000', '155842.277000', '155842.280000', '155842.283000', '155842.285000', '155842.288000', '155842.291000', '155842.295000', '155842.297000', '155842.300000', '155842.303000', '155842.306000', '155842.310000', '155842.312000', '155842.315000'], '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': [7843, 7222, 8146, 7312, 11127, 7757, 7193, 8162, 7139, 10088, 7272, 8911, 7890, 7360, 9847, 6898, 11897, 8078, 8681, 8845, 7266, 9479, 7081, 10334, 7434, 8850, 8218, 7237, 10045, 7155, 9124, 7641, 7259, 10563, 7164, 7746, 10745, 7851, 8886, 11127, 7451, 7897, 8093, 7133, 10092, 7632, 7140, 10337, 7157, 11145, 9826, 8162, 9785, 7616, 10482, 7474, 8356, 8428, 7204, 11683, 7105, 10361, 7155, 7364, 8428, 7303, 10386, 7164, 10827, 7451, 9570, 8283, 7554, 9266, 7148, 10665, 7395, 10926, 7560, 8104, 8676, 7319, 10054, 7102, 11450, 8338, 10324, 9565, 7296, 9818, 7138, 10290, 7265, 8300, 8138, 7537, 11550, 7441, 11788, 7282, 7286, 8031, 7728, 9954, 7387, 11340, 8903, 9541, 9941, 7378, 11567, 7034, 9498, 8055, 7153, 10760, 7349, 11353, 8588, 7268, 9333, 7161, 10801, 8600, 7955, 10999, 7226, 11471, 7402, 7513, 8806, 7443, 10639, 7918, 7373, 11160, 7496, 10204, 7427, 7591, 9890, 7324, 8804, 10664, 7328, 11479, 7562, 7306, 8793, 7148, 10455, 7356, 10197, 8566, 7552, 9306, 7244, 10189, 7671, 8526, 8758, 7289, 9954, 7332, 9251, 8903, 7315, 11259, 7536, 8981, 7635, 7337, 9589, 7356, 9992, 8578, 7172, 10570, 7862, 9850, 7453, 7436, 9733, 7206, 10928, 7745, 8797, 8741, 7226, 10620, 7291, 10747, 8167, 7432, 11676, 7513, 9712, 7709, 7509, 10490, 7466, 11253, 7749, 7411, 11016, 7485, 12499, 7725, 7882, 8619, 7118, 10364, 7523, 10025, 8890, 7565, 10725, 7452, 10305, 7318, 7558, 9043, 7300, 11324, 8309, 8330, 8872, 7517, 10364, 7585, 7760, 10166, 7391, 11251, 9732, 7120, 10031, 7277, 7967, 8990, 7378, 11561, 9904, 7885, 11393, 7308, 7938, 8430, 7458, 8259, 13384, 8999, 11694, 7328, 7331, 9090, 7204, 7595, 9378, 7428, 7562, 11486, 7475, 9908, 8815, 7536, 11976, 7918, 8745, 11312, 7673, 15284, 11226, 8519, 9876, 7396, 10780, 7118, 7659, 9668, 7388, 10370, 8407, 7408, 7662, 8572, 7288, 9597, 10339, 7336, 10502, 8211, 7384, 10448, 7319, 10037, 9771, 7571, 10527, 7158, 7147, 8853, 7375, 10942, 7323, 9102, 8327, 7517, 10345, 7525, 8577, 8201, 6971, 10254, 7475, 7236, 9361, 7466, 11336, 7989, 8855, 8959, 7080, 10443, 7249, 11251, 7516, 7711, 10311, 7642, 10701, 7369, 7451, 9367, 7037, 10101, 8499, 7870, 10917, 7359, 11892, 7454, 8261, 8707, 7489, 12666, 8923, 13076, 9510, 7649, 10325, 7295, 11257, 8849, 9425, 11137, 7269, 12339, 7553, 7526, 9668, 7467, 10859, 7048, 10866, 7735, 7666, 9868, 7560, 11038, 7304, 11321, 7193, 11726, 7793, 11452, 7969, 9986, 7993, 8014, 9108, 7554, 10106, 7388, 10830, 7301, 11691, 8222, 7315, 7431, 7103, 10303, 7335, 10421, 8334, 7748, 11050, 7446, 10875, 7774, 7280, 9091, 6964, 8966, 9776, 7446, 10355, 7427, 9732, 10238, 8039, 15130, 10896, 14410, 11486, 8373, 10193, 7729, 10516, 7210, 11418, 7898, 13208, 8020, 12048, 7486, 11319, 7295, 8733, 8533, 7618, 11107, 7408, 11503, 7216, 11574, 7871, 11852, 8539, 9547, 9031, 7429, 10788, 7450, 11948, 8573, 8878, 11122, 7709, 11629, 7570, 7521, 8626, 7558, 10850, 7340, 11741, 8356, 7614, 10290, 7529, 11498, 7608, 11490, 9558, 7457, 10879, 7678, 9941, 7833, 7377, 11036, 7685, 13022, 8879, 10310, 9740, 8021, 10632, 7488, 10850, 7213, 11421, 7516, 11220, 7518, 10185, 7947, 7608, 11012, 7706, 11622, 10191, 7395, 9815, 7337, 10967, 7492, 11598, 8617, 10466, 9060, 7591, 10361, 7231, 12384, 8346, 10158, 8974, 7327, 10493, 7636, 10100, 7561, 7481, 7691, 9959, 12764, 8108, 11207, 9361, 7133, 11919, 7136, 7908, 9442, 7397, 12106, 9303, 7397, 10490, 7551, 10668, 8080, 7688, 11576, 8269, 12402, 9127, 7630, 9114, 7607, 11024, 7466, 7818, 9279, 7578, 11654, 8334, 12193, 9250, 8361, 9358, 7448, 10629, 7523, 11347, 7663, 10086, 9928, 7418, 10882, 7307, 11217, 7464, 9296, 8382, 7120, 11200, 7863, 12479, 8137, 9097, 8984, 7051, 10980, 7191, 11267, 8836, 8647, 9864, 7803, 10900, 7127, 9151, 8422, 7315, 11997, 7824, 12529, 8088, 9205, 8709, 7223, 10554, 7208, 11624, 6910, 11620, 7719, 10952, 8519, 7389, 10798, 7352, 12712, 7117, 10796, 8046, 7131, 9553, 7195, 11440, 7299, 11372, 8727, 7325, 10533, 6807, 11191, 7391, 10435, 8611, 7756, 10305, 7506, 12354, 7310, 11894, 7042, 11278, 8185, 9145, 9073, 7295, 10997, 7360, 11220, 7295, 11150, 9250, 7423, 10257, 7227, 11337, 7287, 12348, 8853, 8019, 9585, 7404, 11041, 7124, 11655, 7643, 9492, 9078, 7580, 11681, 7183, 11412, 7325, 10754, 8309, 8301, 10684, 7423, 11488, 7239, 11502, 7433, 9683, 7919, 7060, 10889, 7361, 11915, 7315, 11768, 7662, 10736, 8548, 8907, 9477, 7352, 11485, 7273, 12102, 7201, 10009, 8351, 7310, 10678, 7414, 12304, 8259, 9532, 8708, 7393, 11037, 7210, 10111, 8678, 7659, 11888, 7973, 11601, 9473, 7478, 10767, 7078, 11848, 7945, 10455, 8043, 7201, 11062, 7346, 11506, 8728, 7302, 11705, 7300, 10611, 8261, 7096, 10886, 7317, 11771, 8464, 7225, 11582, 6987, 7316, 8673, 7460, 11053, 7926, 9212, 10497, 7873, 13014, 8368, 9643, 9452, 7231, 10980, 7260, 11910, 7547, 10693, 8878, 7359, 11471, 7536, 11725, 7083, 10018, 8020, 7319, 10572, 7397, 12893, 8375, 8814, 8792, 7228, 10985, 7461, 10960, 9198, 7320, 12498, 7604, 11144, 8982, 7290, 11509, 7198, 12397, 8844, 7075, 10651, 7297, 11222, 7788, 7830, 10939, 7955, 12317, 8268, 7327, 10518, 7199, 10435, 8276, 7160, 11431, 7649, 11241, 8403, 7496, 10450, 7252, 10374, 8665, 7638, 11835, 8479, 7319, 9555, 7364, 11399, 9769, 7270, 10596, 9210, 7799, 13592, 9147, 11244, 9884, 7491, 11151, 7481, 11563, 9321, 7686, 12009, 7387, 11557, 7836, 7203, 9753, 7251, 11133, 8314, 7317, 11495, 7845, 7273, 10295, 7162, 9864, 9067, 7373, 12113, 8503, 14414, 11226, 9752, 9497, 7211, 11117, 7469, 10630, 9022, 7594, 10988, 7157, 10317, 8089, 7781, 11110, 8270, 11068, 8820, 7154, 10738, 7609, 10329, 8004, 7579, 10953, 7521, 11796, 8463, 9068, 9676, 7233, 11300, 7471, 11566, 7952, 9306, 9289, 7578, 11534, 7608, 11118, 8893, 7610, 10364, 7398, 7183, 9432, 7281, 10400, 8473, 7699, 11498, 7624, 10822, 8344, 7641, 11013, 7765, 12263, 8585, 8484, 9518, 7444, 11600, 7283, 11424, 8581, 7872, 11380, 8016, 10894, 8357, 7592, 10964, 7340, 10050, 8174, 7637, 11094, 7601, 11815, 7658, 11628, 8788, 8269, 11015, 7802, 12599, 7392, 11483, 7867, 7602, 10371, 7484, 12290, 9843, 8816, 9734, 7509, 11110, 7733, 7785, 10053, 7658, 12074, 7987, 12020, 7638, 10013, 8258, 7703, 11663, 7922, 12452, 7664, 11676, 7578, 7453, 8989, 7423, 11922, 8199, 12298, 7950, 7413, 9264, 7579, 11713, 7721, 12221, 8954, 8599, 8973, 7731, 11061, 7509, 11712, 8727, 8177, 10747, 7477, 11635, 7475, 10074, 8559, 7486, 11544, 8123, 11754, 8312, 7693, 9807, 7619, 11307, 7850, 11195, 9230, 7809, 9609, 7455, 10951, 7627, 8629, 10569, 7447, 12291, 7563, 8432, 9113, 7583, 11361, 7991, 10948, 9790, 7547, 10924, 7486, 11146, 8446, 7424, 12031, 7583, 9021, 8474, 7441, 11307, 7848, 10352, 9069, 7424, 11278, 7932, 11481, 8998, 7470, 10665, 7759, 11473, 8832, 10198, 10112, 7306, 10938, 7593, 11282, 7730, 7681, 10663, 7702, 10415, 7645, 7311, 9820, 7681, 10466, 8802, 7445, 10002, 7635, 10679, 8483, 7398, 10471, 7339, 12008, 8083, 7431, 10005, 7477, 11708, 8202, 9082, 9963, 7429, 11063, 7554, 7560, 9498, 7502, 12243, 8418, 8387, 9244, 7607, 11136, 7546, 10264, 9267, 7194, 10644, 7467, 10760, 8046, 7496, 10897, 8308, 11250, 9193, 7267, 11212, 7329, 10537, 9555, 7560, 12575, 8202, 7545, 10423, 7525, 11071, 9059, 7440, 12657, 8240, 7498, 9642, 7358, 11455, 8847, 7269, 11434, 8324, 10650, 9858, 7564, 10665, 8150, 7471, 11184, 7774, 11957, 8605, 9979, 10392, 7449, 11597, 7692, 10375, 8552, 7399, 11320, 8455, 10945, 10488, 7757, 11312, 7383, 7615, 10317, 7314, 10385, 9573, 7490, 12582, 8341, 7244, 10993, 7438, 10774, 9248, 7521, 11249, 7917, 11863, 9935, 7590, 11710, 7408, 12114, 7505, 11146, 8763, 8138, 11200, 7274, 11192, 7570, 10645, 7579, 7775, 10370, 7409, 11318, 8125, 8904, 8770, 7188, 10972, 7133, 9836, 8521, 7308, 11447, 8459, 10616, 10100, 7607, 12038, 7461, 9362, 8389, 7214, 11874, 8678, 10069, 8271, 7342, 11382, 7533, 11335, 8747, 8290, 10203, 7282, 10607, 7240, 9128, 8666, 7211, 11314, 8296, 11667, 8159, 7559, 10172, 7581, 11874, 8857, 9138, 8962, 7187, 10842, 7535, 10195, 8232, 7458, 10796, 7484, 8045, 10560, 7872, 10632, 8713, 7752, 10052, 7363, 9708, 8230, 7437, 11042, 8066, 11948, 7831, 11167, 8027, 10657, 8880, 8840, 10028, 7207, 10780, 7081, 11454, 7390, 11346, 8187, 7408, 9073, 7358, 10582, 7466, 11277, 9476, 9609, 9116, 7054, 10891, 7499, 11015, 9260, 9632, 9853, 7472, 10583, 7361, 10905, 8604, 8925, 9741, 7586, 10388, 7331, 10377, 7906, 7751, 10784, 7912, 12007, 7492, 9198, 8021, 7240, 10967, 8243, 10368, 8859, 7314, 10794, 7309, 10516, 9022, 7493, 11741, 8094, 7892, 8069, 7216, 10674, 8654, 10882, 9646, 7263, 10119, 7125, 10502, 8796, 9067, 9753, 7315, 10570, 7143, 11521, 8157, 9556, 9287, 7422, 10847, 7209, 10325, 7862, 7379, 11312, 8115, 11018, 8145, 8079, 8495, 7272, 10678, 7914, 11747, 8576, 11624, 8304, 7130, 10099, 7405, 10684, 9418, 9938, 9399, 7846, 10361, 7634, 7690, 11136, 7443, 12285, 9269, 8325, 8824, 8470, 11984, 9837, 8033, 13350, 10827, 8297, 14355, 12450, 10069, 14801, 8780, 10456, 10775, 8013, 13552, 9528, 13451, 9187, 10068, 10623, 7799, 13403, 7869, 12180, 8323, 7216, 10495, 7452, 11509, 7447, 11787, 7679, 10543, 8808, 7434, 11689, 7528, 11899, 8548, 10720, 10433, 7699, 11355, 7336, 11697, 7824, 11824, 9015, 9308, 10540, 7968, 12453, 7263, 10810, 8816, 7280, 11580, 7775, 12730, 8504, 11381, 10945, 7879, 11798, 7258, 11960, 7964, 10988, 10249, 8369, 13035, 7777, 12118, 8531, 9872, 9631, 7482, 11762, 7481, 12073, 7861, 11130, 8724, 7551, 12688, 7758, 10688, 7676, 7425, 11193, 7392, 10988, 9233, 8323, 12658, 7663, 11938, 8545, 7262, 11111, 7281, 11940, 8875, 7592, 10874, 7327, 12027, 8340, 8708, 11535, 9128, 13582, 8248, 7293, 10918, 8497, 9620, 12016, 7830, 7800, 8549, 7308, 11301, 8198, 10103, 10044, 7636, 11877, 8237, 9749, 9817, 7302, 11823, 8947, 8419, 10304, 7294, 11503, 8640, 7812, 11557, 7955, 11254, 9193, 7444, 11726, 7197, 8975, 9638, 7306, 12180, 9604, 8592, 11613, 7725, 9205, 9489, 7349, 11583, 8277, 9905, 10148, 8271, 12493, 8951, 7721, 11374, 7325, 12139, 9176, 10154, 11338, 8125, 12075, 7811, 11662, 9590, 7928, 11417, 8580, 12847, 9237, 7207, 10600, 7159, 12007, 8529, 10743, 11082, 8407, 12623, 7631, 8556, 9487, 7173, 12308, 8429, 10064, 10834, 7824, 10971, 7586, 7470, 11351, 8163, 10216, 11524, 8384, 13587, 7931, 7108, 11116, 7799, 9223, 10314, 8411, 10995, 8302, 7084, 8920, 7003, 7611, 9629, 9070, 7687, 10372, 8081, 7258, 10302, 9027, 9769, 14342, 10994, 7455, 8262, 8785, 7438, 10843, 9236, 7766, 11862, 9543, 7226, 9666, 7643, 7390, 10005, 8427, 10366, 9989, 7674, 10590, 7862, 7504, 10596, 8241, 9343, 9711, 7373, 11309, 9695, 7532, 9998, 7888, 7317, 11263, 9972, 7949, 11252, 7376, 7344, 10246, 7457, 9524, 9146, 7112, 9020, 8293, 7504, 7774, 9887, 9462, 10694, 13044, 9800, 7466, 7359, 9976, 7584, 7512, 10900, 8844, 7971, 10972, 10475, 8025, 7384, 10905, 8666, 7206, 7531, 10285, 7992, 7312, 10103, 11355, 12716, 8432, 7358, 10588, 9553, 8948, 9909, 9537, 7288, 7450, 11137, 8789, 7347, 10162, 9057, 8173, 7252, 9514, 8320, 7405, 7951, 10705, 9468, 8661, 10179, 13791, 11572, 7382, 7449, 9422, 9041, 8952, 10050, 9362, 7523, 7696, 10979, 8427, 7365, 10673, 8290, 7345, 10439, 11091, 10380, 7771, 6955, 9359, 7856, 7475, 11221, 9704, 8942, 14549, 13699, 9647, 10879, 7814, 7558, 11345, 9371, 7552, 11978, 10566, 11825, 16075, 12502, 10737, 14905, 11943, 8477, 12710, 8231, 7535, 9628, 7745, 7208, 10010, 7616, 9515, 9354, 7226, 11257, 8918, 7337, 11675, 8692, 9236, 10858, 9461, 14390, 12664, 9934, 9996, 7527, 7821, 7423, 6875, 7459, 8028, 7614, 8360, 10697, 7580, 7490, 9927, 7710, 7657, 11042, 12898, 13838, 12756, 13825, 8254, 7372, 9624, 7387, 9047, 12313, 10355, 13055, 10882, 7260, 10591, 7377, 7534, 10843, 7697, 9541, 11765, 9428, 11772, 8714, 7534, 10126, 7409, 8897, 8542, 7400, 11839, 9463, 11555, 10395, 7329, 11089, 7817, 7457, 12094, 9933, 10702, 9476, 7505, 9509, 7753, 7441, 12556, 10637, 10883, 15647, 8991, 7431, 8870, 7396, 7488, 8295, 7257, 9860, 8874, 8663, 12219, 11180, 8491], 'WindowCenter': [4087.0, 4062.0, 4058.0, 4047.0, 4087.0, 4047.0, 4037.0, 4057.0, 4036.0, 4088.0, 4048.0, 4066.0, 4059.0, 4046.0, 4088.0, 4049.0, 4101.0, 4070.0, 4080.0, 4081.0, 4059.0, 4079.0, 4037.0, 4088.0, 4048.0, 4079.0, 4070.0, 4059.0, 4091.0, 4051.0, 4091.0, 4079.0, 4059.0, 4100.0, 4050.0, 4072.0, 4113.0, 4084.0, 4096.0, 4127.0, 4075.0, 4086.0, 4094.0, 4062.0, 4102.0, 4061.0, 4051.0, 4102.0, 4063.0, 4115.0, 4106.0, 4083.0, 4104.0, 4073.0, 4102.0, 4061.0, 4069.0, 4071.0, 4061.0, 4114.0, 4063.0, 4104.0, 4063.0, 4063.0, 4082.0, 4060.0, 4090.0, 4051.0, 4101.0, 4072.0, 4090.0, 4072.0, 4061.0, 4091.0, 4061.0, 4101.0, 4060.0, 4100.0, 4060.0, 4071.0, 4081.0, 4071.0, 4091.0, 4051.0, 4112.0, 4084.0, 4103.0, 4103.0, 4073.0, 4105.0, 4062.0, 4102.0, 4063.0, 4071.0, 4073.0, 4073.0, 4126.0, 4075.0, 4125.0, 4075.0, 4074.0, 4072.0, 4071.0, 4103.0, 4064.0, 4125.0, 4107.0, 4106.0, 4117.0, 4087.0, 4126.0, 4065.0, 4103.0, 4073.0, 4051.0, 4112.0, 4063.0, 4114.0, 4084.0, 4074.0, 4105.0, 4063.0, 4101.0, 4083.0, 4072.0, 4114.0, 4062.0, 4124.0, 4073.0, 4072.0, 4082.0, 4060.0, 4101.0, 4071.0, 4061.0, 4113.0, 4063.0, 4116.0, 4074.0, 4081.0, 4101.0, 4061.0, 4092.0, 4114.0, 4063.0, 4127.0, 4073.0, 4063.0, 4082.0, 4050.0, 4101.0, 4061.0, 4102.0, 4082.0, 4061.0, 4092.0, 4072.0, 4112.0, 4071.0, 4081.0, 4082.0, 4064.0, 4102.0, 4063.0, 4092.0, 4095.0, 4085.0, 4126.0, 4087.0, 4105.0, 4085.0, 4084.0, 4105.0, 4062.0, 4113.0, 4095.0, 4065.0, 4116.0, 4098.0, 4116.0, 4075.0, 4073.0, 4103.0, 4062.0, 4115.0, 4074.0, 4084.0, 4095.0, 4063.0, 4114.0, 4062.0, 4102.0, 4071.0, 4061.0, 4113.0, 4063.0, 4104.0, 4072.0, 4061.0, 4104.0, 4062.0, 4112.0, 4073.0, 4061.0, 4114.0, 4074.0, 4124.0, 4074.0, 4083.0, 4082.0, 4050.0, 4101.0, 4071.0, 4090.0, 4093.0, 4072.0, 4113.0, 4073.0, 4113.0, 4062.0, 4073.0, 4093.0, 4062.0, 4114.0, 4097.0, 4095.0, 4106.0, 4076.0, 4116.0, 4073.0, 4073.0, 4104.0, 4084.0, 4127.0, 4108.0, 4076.0, 4117.0, 4087.0, 4095.0, 4094.0, 4074.0, 4136.0, 4126.0, 4085.0, 4127.0, 4076.0, 4085.0, 4093.0, 4062.0, 4083.0, 4125.0, 4082.0, 4112.0, 4061.0, 4062.0, 4093.0, 4074.0, 4075.0, 4103.0, 4085.0, 4085.0, 4126.0, 4076.0, 4117.0, 4108.0, 4086.0, 4125.0, 4084.0, 4082.0, 4116.0, 4074.0, 4146.0, 4116.0, 4103.0, 4104.0, 4072.0, 4100.0, 4051.0, 4071.0, 4091.0, 4061.0, 4104.0, 4084.0, 4062.0, 4072.0, 4102.0, 4062.0, 4092.0, 4103.0, 4061.0, 4102.0, 4080.0, 4060.0, 4101.0, 4061.0, 4091.0, 4102.0, 4071.0, 4102.0, 4062.0, 4049.0, 4089.0, 4060.0, 4101.0, 4061.0, 4081.0, 4081.0, 4061.0, 4103.0, 4073.0, 4083.0, 4082.0, 4072.0, 4104.0, 4073.0, 4075.0, 4105.0, 4076.0, 4126.0, 4087.0, 4096.0, 4096.0, 4065.0, 4114.0, 4063.0, 4115.0, 4063.0, 4073.0, 4116.0, 4086.0, 4127.0, 4097.0, 4087.0, 4106.0, 4075.0, 4115.0, 4096.0, 4087.0, 4129.0, 4091.0, 4139.0, 4089.0, 4097.0, 4094.0, 4072.0, 4125.0, 4095.0, 4125.0, 4106.0, 4073.0, 4103.0, 4062.0, 4123.0, 4094.0, 4094.0, 4128.0, 4075.0, 4136.0, 4095.0, 4073.0, 4092.0, 4060.0, 4101.0, 4050.0, 4110.0, 4061.0, 4072.0, 4102.0, 4071.0, 4111.0, 4068.0, 4100.0, 4038.0, 4097.0, 4057.0, 4097.0, 4058.0, 4077.0, 4057.0, 4055.0, 4067.0, 4044.0, 4075.0, 4045.0, 4086.0, 4046.0, 4098.0, 4069.0, 4059.0, 4060.0, 4060.0, 4100.0, 4061.0, 4101.0, 4083.0, 4095.0, 4125.0, 4089.0, 4140.0, 4099.0, 4088.0, 4107.0, 4075.0, 4095.0, 4118.0, 4076.0, 4118.0, 4078.0, 4118.0, 4129.0, 4099.0, 4160.0, 4118.0, 4146.0, 4114.0, 4079.0, 4090.0, 4047.0, 4088.0, 4048.0, 4099.0, 4059.0, 4110.0, 4058.0, 4099.0, 4046.0, 4084.0, 4044.0, 4053.0, 4057.0, 4046.0, 4098.0, 4057.0, 4098.0, 4048.0, 4098.0, 4068.0, 4098.0, 4067.0, 4077.0, 4067.0, 4048.0, 4098.0, 4058.0, 4112.0, 4082.0, 4092.0, 4123.0, 4084.0, 4124.0, 4073.0, 4072.0, 4082.0, 4061.0, 4101.0, 4062.0, 4113.0, 4083.0, 4073.0, 4103.0, 4073.0, 4112.0, 4072.0, 4111.0, 4093.0, 4062.0, 4122.0, 4073.0, 4104.0, 4073.0, 4066.0, 4125.0, 4074.0, 4125.0, 4097.0, 4105.0, 4093.0, 4080.0, 4091.0, 4049.0, 4090.0, 4048.0, 4099.0, 4048.0, 4098.0, 4048.0, 4089.0, 4058.0, 4059.0, 4110.0, 4073.0, 4125.0, 4115.0, 4075.0, 4115.0, 4074.0, 4103.0, 4063.0, 4112.0, 4083.0, 4102.0, 4083.0, 4072.0, 4102.0, 4071.0, 4111.0, 4072.0, 4102.0, 4093.0, 4063.0, 4124.0, 4084.0, 4103.0, 4074.0, 4073.0, 4083.0, 4120.0, 4138.0, 4086.0, 4115.0, 4095.0, 4055.0, 4124.0, 4052.0, 4093.0, 4114.0, 4072.0, 4113.0, 4102.0, 4062.0, 4102.0, 4082.0, 4102.0, 4071.0, 4059.0, 4111.0, 4082.0, 4133.0, 4094.0, 4074.0, 4093.0, 4074.0, 4111.0, 4070.0, 4059.0, 4080.0, 4060.0, 4122.0, 4093.0, 4113.0, 4104.0, 4074.0, 4091.0, 4049.0, 4088.0, 4047.0, 4088.0, 4048.0, 4089.0, 4090.0, 4050.0, 4101.0, 4071.0, 4113.0, 4059.0, 4077.0, 4057.0, 4037.0, 4101.0, 4073.0, 4123.0, 4099.0, 4109.0, 4109.0, 4065.0, 4114.0, 4051.0, 4101.0, 4093.0, 4083.0, 4119.0, 4102.0, 4128.0, 4077.0, 4093.0, 4072.0, 4071.0, 4125.0, 4074.0, 4124.0, 4094.0, 4093.0, 4082.0, 4060.0, 4090.0, 4048.0, 4100.0, 4050.0, 4100.0, 4061.0, 4100.0, 4081.0, 4060.0, 4102.0, 4061.0, 4131.0, 4050.0, 4100.0, 4071.0, 4049.0, 4091.0, 4050.0, 4112.0, 4061.0, 4111.0, 4083.0, 4062.0, 4113.0, 4052.0, 4113.0, 4061.0, 4103.0, 4091.0, 4072.0, 4104.0, 4073.0, 4125.0, 4064.0, 4123.0, 4053.0, 4100.0, 4077.0, 4079.0, 4080.0, 4060.0, 4101.0, 4061.0, 4112.0, 4065.0, 4112.0, 4102.0, 4062.0, 4101.0, 4070.0, 4111.0, 4064.0, 4132.0, 4094.0, 4075.0, 4104.0, 4073.0, 4122.0, 4063.0, 4113.0, 4074.0, 4093.0, 4095.0, 4074.0, 4126.0, 4065.0, 4114.0, 4063.0, 4103.0, 4085.0, 4072.0, 4115.0, 4074.0, 4125.0, 4085.0, 4125.0, 4083.0, 4097.0, 4073.0, 4063.0, 4116.0, 4075.0, 4128.0, 4077.0, 4125.0, 4074.0, 4115.0, 4082.0, 4082.0, 4101.0, 4061.0, 4114.0, 4064.0, 4123.0, 4062.0, 4104.0, 4071.0, 4059.0, 4100.0, 4070.0, 4123.0, 4085.0, 4104.0, 4093.0, 4073.0, 4113.0, 4072.0, 4103.0, 4084.0, 4072.0, 4124.0, 4086.0, 4126.0, 4115.0, 4072.0, 4115.0, 4061.0, 4120.0, 4070.0, 4092.0, 4071.0, 4061.0, 4111.0, 4071.0, 4112.0, 4093.0, 4073.0, 4123.0, 4073.0, 4113.0, 4083.0, 4061.0, 4101.0, 4061.0, 4112.0, 4083.0, 4074.0, 4134.0, 4064.0, 4075.0, 4094.0, 4074.0, 4114.0, 4083.0, 4093.0, 4115.0, 4085.0, 4136.0, 4085.0, 4104.0, 4093.0, 4061.0, 4101.0, 4050.0, 4110.0, 4060.0, 4090.0, 4082.0, 4063.0, 4114.0, 4073.0, 4112.0, 4062.0, 4091.0, 4070.0, 4048.0, 4102.0, 4062.0, 4124.0, 4086.0, 4101.0, 4095.0, 4074.0, 4113.0, 4063.0, 4102.0, 4093.0, 4062.0, 4133.0, 4074.0, 4113.0, 4083.0, 4061.0, 4113.0, 4051.0, 4113.0, 4082.0, 4051.0, 4112.0, 4063.0, 4112.0, 4072.0, 4072.0, 4116.0, 4085.0, 4125.0, 4085.0, 4077.0, 4114.0, 4063.0, 4102.0, 4083.0, 4064.0, 4128.0, 4085.0, 4115.0, 4093.0, 4065.0, 4112.0, 4062.0, 4103.0, 4099.0, 4088.0, 4140.0, 4099.0, 4088.0, 4117.0, 4077.0, 4135.0, 4104.0, 4075.0, 4116.0, 4105.0, 4075.0, 4137.0, 4097.0, 4115.0, 4093.0, 4049.0, 4099.0, 4048.0, 4098.0, 4079.0, 4059.0, 4111.0, 4051.0, 4111.0, 4060.0, 4049.0, 4078.0, 4047.0, 4097.0, 4080.0, 4062.0, 4112.0, 4092.0, 4075.0, 4123.0, 4063.0, 4103.0, 4083.0, 4061.0, 4113.0, 4086.0, 4135.0, 4125.0, 4094.0, 4092.0, 4049.0, 4099.0, 4047.0, 4087.0, 4080.0, 4059.0, 4103.0, 4050.0, 4091.0, 4071.0, 4059.0, 4101.0, 4071.0, 4101.0, 4080.0, 4049.0, 4109.0, 4059.0, 4089.0, 4070.0, 4060.0, 4101.0, 4062.0, 4111.0, 4082.0, 4081.0, 4092.0, 4070.0, 4101.0, 4070.0, 4111.0, 4082.0, 4092.0, 4081.0, 4059.0, 4112.0, 4062.0, 4110.0, 4082.0, 4073.0, 4104.0, 4085.0, 4075.0, 4106.0, 4075.0, 4125.0, 4098.0, 4089.0, 4141.0, 4089.0, 4129.0, 4099.0, 4075.0, 4114.0, 4074.0, 4115.0, 4085.0, 4083.0, 4095.0, 4072.0, 4113.0, 4063.0, 4112.0, 4092.0, 4073.0, 4127.0, 4086.0, 4117.0, 4097.0, 4086.0, 4135.0, 4075.0, 4104.0, 4093.0, 4073.0, 4115.0, 4075.0, 4136.0, 4076.0, 4114.0, 4092.0, 4072.0, 4102.0, 4061.0, 4122.0, 4062.0, 4111.0, 4071.0, 4069.0, 4100.0, 4061.0, 4113.0, 4105.0, 4083.0, 4093.0, 4071.0, 4112.0, 4062.0, 4069.0, 4093.0, 4063.0, 4113.0, 4075.0, 4126.0, 4082.0, 4091.0, 4070.0, 4059.0, 4111.0, 4070.0, 4111.0, 4070.0, 4111.0, 4062.0, 4059.0, 4088.0, 4058.0, 4112.0, 4072.0, 4111.0, 4080.0, 4061.0, 4089.0, 4059.0, 4101.0, 4059.0, 4110.0, 4082.0, 4071.0, 4080.0, 4060.0, 4109.0, 4049.0, 4108.0, 4081.0, 4080.0, 4102.0, 4061.0, 4111.0, 4061.0, 4092.0, 4090.0, 4060.0, 4113.0, 4074.0, 4113.0, 4084.0, 4073.0, 4103.0, 4071.0, 4101.0, 4073.0, 4114.0, 4094.0, 4083.0, 4115.0, 4074.0, 4113.0, 4074.0, 4107.0, 4126.0, 4064.0, 4125.0, 4074.0, 4086.0, 4103.0, 4072.0, 4112.0, 4073.0, 4105.0, 4093.0, 4072.0, 4102.0, 4071.0, 4101.0, 4081.0, 4062.0, 4113.0, 4073.0, 4093.0, 4092.0, 4073.0, 4111.0, 4074.0, 4091.0, 4081.0, 4061.0, 4102.0, 4074.0, 4113.0, 4095.0, 4062.0, 4104.0, 4061.0, 4101.0, 4084.0, 4105.0, 4112.0, 4062.0, 4113.0, 4061.0, 4110.0, 4070.0, 4061.0, 4104.0, 4073.0, 4104.0, 4074.0, 4071.0, 4102.0, 4083.0, 4103.0, 4095.0, 4064.0, 4105.0, 4074.0, 4105.0, 4085.0, 4063.0, 4105.0, 4064.0, 4125.0, 4083.0, 4072.0, 4094.0, 4053.0, 4122.0, 4072.0, 4082.0, 4093.0, 4064.0, 4124.0, 4082.0, 4061.0, 4102.0, 4063.0, 4134.0, 4085.0, 4084.0, 4096.0, 4075.0, 4114.0, 4074.0, 4104.0, 4095.0, 4064.0, 4117.0, 4075.0, 4124.0, 4074.0, 4063.0, 4125.0, 4096.0, 4116.0, 4096.0, 4064.0, 4113.0, 4062.0, 4102.0, 4093.0, 4073.0, 4134.0, 4084.0, 4084.0, 4105.0, 4062.0, 4102.0, 4094.0, 4063.0, 4124.0, 4085.0, 4063.0, 4094.0, 4063.0, 4124.0, 4081.0, 4050.0, 4122.0, 4085.0, 4104.0, 4104.0, 4074.0, 4114.0, 4083.0, 4063.0, 4102.0, 4070.0, 4112.0, 4083.0, 4094.0, 4105.0, 4064.0, 4113.0, 4073.0, 4103.0, 4071.0, 4049.0, 4101.0, 4072.0, 4103.0, 4106.0, 4073.0, 4114.0, 4063.0, 4063.0, 4092.0, 4051.0, 4091.0, 4093.0, 4065.0, 4125.0, 4086.0, 4074.0, 4116.0, 4065.0, 4114.0, 4103.0, 4061.0, 4102.0, 4074.0, 4114.0, 4094.0, 4064.0, 4114.0, 4063.0, 4111.0, 4050.0, 4088.0, 4071.0, 4061.0, 4101.0, 4060.0, 4102.0, 4061.0, 4090.0, 4060.0, 4048.0, 4088.0, 4051.0, 4101.0, 4083.0, 4093.0, 4093.0, 4062.0, 4103.0, 4053.0, 4093.0, 4084.0, 4064.0, 4116.0, 4087.0, 4127.0, 4128.0, 4087.0, 4135.0, 4067.0, 4103.0, 4073.0, 4064.0, 4126.0, 4097.0, 4106.0, 4087.0, 4076.0, 4115.0, 4072.0, 4103.0, 4083.0, 4073.0, 4105.0, 4073.0, 4114.0, 4063.0, 4092.0, 4081.0, 4053.0, 4103.0, 4073.0, 4114.0, 4073.0, 4062.0, 4101.0, 4061.0, 4113.0, 4085.0, 4082.0, 4084.0, 4053.0, 4111.0, 4072.0, 4092.0, 4081.0, 4053.0, 4102.0, 4062.0, 4072.0, 4117.0, 4087.0, 4127.0, 4098.0, 4091.0, 4118.0, 4078.0, 4116.0, 4087.0, 4086.0, 4129.0, 4089.0, 4129.0, 4088.0, 4118.0, 4075.0, 4101.0, 4082.0, 4085.0, 4092.0, 4050.0, 4104.0, 4051.0, 4102.0, 4051.0, 4100.0, 4073.0, 4059.0, 4083.0, 4052.0, 4094.0, 4072.0, 4113.0, 4115.0, 4095.0, 4105.0, 4074.0, 4125.0, 4062.0, 4104.0, 4096.0, 4095.0, 4105.0, 4073.0, 4104.0, 4065.0, 4101.0, 4082.0, 4083.0, 4093.0, 4063.0, 4102.0, 4063.0, 4090.0, 4081.0, 4062.0, 4114.0, 4073.0, 4113.0, 4074.0, 4083.0, 4063.0, 4051.0, 4103.0, 4073.0, 4101.0, 4082.0, 4072.0, 4103.0, 4062.0, 4102.0, 4085.0, 4064.0, 4128.0, 4089.0, 4087.0, 4086.0, 4075.0, 4113.0, 4087.0, 4117.0, 4096.0, 4067.0, 4115.0, 4056.0, 4103.0, 4085.0, 4083.0, 4103.0, 4064.0, 4104.0, 4053.0, 4103.0, 4075.0, 4082.0, 4083.0, 4052.0, 4112.0, 4062.0, 4093.0, 4082.0, 4064.0, 4116.0, 4087.0, 4117.0, 4087.0, 4086.0, 4096.0, 4074.0, 4114.0, 4084.0, 4115.0, 4096.0, 4116.0, 4086.0, 4053.0, 4126.0, 4078.0, 4106.0, 4107.0, 4118.0, 4106.0, 4097.0, 4106.0, 4087.0, 4098.0, 4118.0, 4081.0, 4128.0, 4096.0, 4076.0, 4105.0, 4096.0, 4115.0, 4114.0, 4076.0, 4134.0, 4104.0, 4081.0, 4124.0, 4114.0, 4092.0, 4123.0, 4071.0, 4079.0, 4088.0, 4047.0, 4098.0, 4066.0, 4094.0, 4054.0, 4072.0, 4064.0, 4042.0, 4106.0, 4045.0, 4087.0, 4055.0, 4036.0, 4075.0, 4034.0, 4095.0, 4036.0, 4087.0, 4049.0, 4098.0, 4079.0, 4058.0, 4100.0, 4062.0, 4100.0, 4083.0, 4102.0, 4105.0, 4063.0, 4118.0, 4072.0, 4112.0, 4062.0, 4101.0, 4082.0, 4094.0, 4114.0, 4076.0, 4136.0, 4066.0, 4116.0, 4094.0, 4072.0, 4117.0, 4063.0, 4126.0, 4087.0, 4117.0, 4118.0, 4096.0, 4128.0, 4065.0, 4123.0, 4082.0, 4103.0, 4107.0, 4085.0, 4136.0, 4085.0, 4137.0, 4096.0, 4096.0, 4102.0, 4051.0, 4111.0, 4061.0, 4113.0, 4082.0, 4103.0, 4094.0, 4074.0, 4126.0, 4085.0, 4115.0, 4083.0, 4063.0, 4124.0, 4074.0, 4115.0, 4099.0, 4089.0, 4140.0, 4078.0, 4137.0, 4095.0, 4065.0, 4114.0, 4065.0, 4115.0, 4085.0, 4063.0, 4103.0, 4066.0, 4125.0, 4085.0, 4085.0, 4129.0, 4111.0, 4153.0, 4086.0, 4065.0, 4105.0, 4089.0, 4107.0, 4138.0, 4077.0, 4076.0, 4095.0, 4065.0, 4115.0, 4075.0, 4093.0, 4104.0, 4064.0, 4116.0, 4073.0, 4093.0, 4094.0, 4064.0, 4116.0, 4084.0, 4073.0, 4105.0, 4064.0, 4102.0, 4073.0, 4069.0, 4103.0, 4083.0, 4104.0, 4094.0, 4074.0, 4115.0, 4054.0, 4084.0, 4094.0, 4065.0, 4126.0, 4109.0, 4098.0, 4131.0, 4088.0, 4107.0, 4115.0, 4065.0, 4114.0, 4085.0, 4106.0, 4117.0, 4088.0, 4139.0, 4109.0, 4076.0, 4116.0, 4063.0, 4114.0, 4083.0, 4094.0, 4113.0, 4073.0, 4113.0, 4065.0, 4112.0, 4094.0, 4069.0, 4103.0, 4084.0, 4115.0, 4093.0, 4061.0, 4092.0, 4041.0, 4112.0, 4092.0, 4104.0, 4114.0, 4086.0, 4135.0, 4074.0, 4082.0, 4090.0, 4050.0, 4110.0, 4072.0, 4097.0, 4104.0, 4076.0, 4125.0, 4074.0, 4063.0, 4114.0, 4074.0, 4114.0, 4117.0, 4094.0, 4137.0, 4084.0, 4053.0, 4102.0, 4064.0, 4093.0, 4103.0, 4085.0, 4117.0, 4083.0, 4053.0, 4084.0, 4053.0, 4074.0, 4096.0, 4096.0, 4073.0, 4116.0, 4077.0, 4066.0, 4109.0, 4098.0, 4118.0, 4158.0, 4127.0, 4075.0, 4074.0, 4073.0, 4061.0, 4104.0, 4093.0, 4064.0, 4116.0, 4096.0, 4065.0, 4094.0, 4062.0, 4072.0, 4101.0, 4074.0, 4106.0, 4106.0, 4076.0, 4105.0, 4074.0, 4064.0, 4104.0, 4074.0, 4082.0, 4082.0, 4054.0, 4103.0, 4096.0, 4064.0, 4094.0, 4073.0, 4072.0, 4115.0, 4106.0, 4076.0, 4117.0, 4075.0, 4063.0, 4106.0, 4065.0, 4095.0, 4098.0, 4065.0, 4095.0, 4086.0, 4066.0, 4084.0, 4108.0, 4116.0, 4119.0, 4141.0, 4108.0, 4068.0, 4074.0, 4104.0, 4065.0, 4065.0, 4106.0, 4096.0, 4080.0, 4118.0, 4110.0, 4078.0, 4065.0, 4105.0, 4085.0, 4063.0, 4064.0, 4107.0, 4079.0, 4067.0, 4107.0, 4119.0, 4140.0, 4088.0, 4075.0, 4106.0, 4095.0, 4085.0, 4104.0, 4104.0, 4073.0, 4065.0, 4120.0, 4095.0, 4068.0, 4107.0, 4101.0, 4087.0, 4067.0, 4095.0, 4074.0, 4055.0, 4075.0, 4107.0, 4098.0, 4087.0, 4108.0, 4139.0, 4118.0, 4067.0, 4066.0, 4094.0, 4086.0, 4097.0, 4110.0, 4106.0, 4080.0, 4076.0, 4118.0, 4087.0, 4068.0, 4108.0, 4086.0, 4065.0, 4131.0, 4135.0, 4122.0, 4079.0, 4068.0, 4098.0, 4078.0, 4067.0, 4120.0, 4098.0, 4099.0, 4152.0, 4144.0, 4121.0, 4107.0, 4064.0, 4062.0, 4093.0, 4094.0, 4055.0, 4104.0, 4107.0, 4117.0, 4152.0, 4131.0, 4128.0, 4140.0, 4127.0, 4084.0, 4122.0, 4074.0, 4053.0, 4090.0, 4062.0, 4054.0, 4083.0, 4054.0, 4083.0, 4082.0, 4049.0, 4089.0, 4068.0, 4027.0, 4078.0, 4049.0, 4067.0, 4099.0, 4081.0, 4126.0, 4117.0, 4083.0, 4081.0, 4060.0, 4047.0, 4036.0, 4027.0, 4047.0, 4061.0, 4050.0, 4073.0, 4104.0, 4065.0, 4054.0, 4093.0, 4051.0, 4051.0, 4104.0, 4126.0, 4139.0, 4129.0, 4128.0, 4083.0, 4055.0, 4081.0, 4049.0, 4070.0, 4102.0, 4093.0, 4115.0, 4105.0, 4053.0, 4092.0, 4039.0, 4049.0, 4079.0, 4039.0, 4070.0, 4111.0, 4083.0, 4113.0, 4093.0, 4063.0, 4092.0, 4053.0, 4072.0, 4061.0, 4039.0, 4101.0, 4091.0, 4104.0, 4093.0, 4051.0, 4092.0, 4049.0, 4036.0, 4101.0, 4092.0, 4091.0, 4081.0, 4050.0, 4082.0, 4052.0, 4050.0, 4123.0, 4106.0, 4106.0, 4136.0, 4085.0, 4053.0, 4071.0, 4054.0, 4038.0, 4059.0, 4051.0, 4089.0, 4072.0, 4074.0, 4117.0, 4105.0, 4085.0], 'WindowWidth': [9103.0, 9056.0, 9043.0, 9026.0, 9076.0, 9025.0, 9011.0, 9039.0, 9012.0, 9080.0, 9028.0, 9049.0, 9042.0, 9022.0, 9081.0, 9032.0, 9102.0, 9062.0, 9074.0, 9077.0, 9052.0, 9071.0, 9012.0, 9079.0, 9028.0, 9070.0, 9061.0, 9052.0, 9087.0, 9038.0, 9091.0, 9083.0, 9048.0, 9102.0, 9037.0, 9067.0, 9123.0, 9088.0, 9109.0, 9151.0, 9079.0, 9094.0, 9109.0, 9057.0, 9106.0, 9053.0, 9038.0, 9109.0, 9058.0, 9129.0, 9119.0, 9087.0, 9113.0, 9071.0, 9107.0, 9051.0, 9060.0, 9064.0, 9052.0, 9126.0, 9058.0, 9115.0, 9062.0, 9059.0, 9081.0, 9050.0, 9090.0, 9038.0, 9105.0, 9077.0, 9090.0, 9068.0, 9051.0, 9092.0, 9058.0, 9103.0, 9049.0, 9101.0, 9050.0, 9063.0, 9078.0, 9072.0, 9092.0, 9038.0, 9123.0, 9089.0, 9113.0, 9114.0, 9081.0, 9117.0, 9058.0, 9107.0, 9058.0, 9066.0, 9072.0, 9072.0, 9147.0, 9078.0, 9147.0, 9081.0, 9077.0, 9072.0, 9068.0, 9110.0, 9061.0, 9151.0, 9126.0, 9123.0, 9139.0, 9107.0, 9152.0, 9068.0, 9112.0, 9072.0, 9039.0, 9130.0, 9060.0, 9127.0, 9090.0, 9076.0, 9117.0, 9058.0, 9107.0, 9085.0, 9070.0, 9129.0, 9057.0, 9149.0, 9074.0, 9079.0, 9083.0, 9051.0, 9106.0, 9068.0, 9055.0, 9126.0, 9060.0, 9136.0, 9076.0, 9090.0, 9107.0, 9055.0, 9097.0, 9128.0, 9059.0, 9149.0, 9073.0, 9060.0, 9082.0, 9039.0, 9105.0, 9053.0, 9107.0, 9081.0, 9052.0, 9096.0, 9078.0, 9128.0, 9067.0, 9079.0, 9083.0, 9059.0, 9108.0, 9060.0, 9096.0, 9106.0, 9100.0, 9148.0, 9097.0, 9129.0, 9093.0, 9099.0, 9117.0, 9058.0, 9133.0, 9106.0, 9066.0, 9136.0, 9114.0, 9138.0, 9080.0, 9074.0, 9112.0, 9058.0, 9129.0, 9076.0, 9088.0, 9103.0, 9059.0, 9127.0, 9056.0, 9108.0, 9068.0, 9054.0, 9124.0, 9060.0, 9114.0, 9071.0, 9055.0, 9114.0, 9056.0, 9122.0, 9072.0, 9055.0, 9127.0, 9075.0, 9142.0, 9076.0, 9086.0, 9083.0, 9039.0, 9105.0, 9067.0, 9091.0, 9100.0, 9071.0, 9127.0, 9075.0, 9135.0, 9059.0, 9071.0, 9099.0, 9058.0, 9129.0, 9111.0, 9107.0, 9124.0, 9084.0, 9136.0, 9075.0, 9073.0, 9116.0, 9100.0, 9152.0, 9129.0, 9085.0, 9141.0, 9099.0, 9116.0, 9103.0, 9076.0, 9168.0, 9157.0, 9094.0, 9151.0, 9083.0, 9092.0, 9107.0, 9057.0, 9084.0, 9148.0, 9081.0, 9120.0, 9053.0, 9057.0, 9101.0, 9076.0, 9079.0, 9114.0, 9101.0, 9094.0, 9151.0, 9086.0, 9140.0, 9129.0, 9096.0, 9146.0, 9089.0, 9083.0, 9133.0, 9075.0, 9176.0, 9136.0, 9122.0, 9115.0, 9078.0, 9103.0, 9038.0, 9068.0, 9094.0, 9051.0, 9113.0, 9086.0, 9055.0, 9070.0, 9120.0, 9059.0, 9096.0, 9113.0, 9055.0, 9107.0, 9078.0, 9051.0, 9105.0, 9053.0, 9092.0, 9109.0, 9067.0, 9109.0, 9056.0, 9036.0, 9096.0, 9048.0, 9104.0, 9054.0, 9077.0, 9080.0, 9054.0, 9110.0, 9072.0, 9084.0, 9084.0, 9080.0, 9113.0, 9074.0, 9078.0, 9117.0, 9081.0, 9148.0, 9099.0, 9108.0, 9109.0, 9065.0, 9128.0, 9058.0, 9128.0, 9059.0, 9073.0, 9133.0, 9096.0, 9152.0, 9121.0, 9100.0, 9124.0, 9081.0, 9130.0, 9110.0, 9099.0, 9157.0, 9110.0, 9171.0, 9104.0, 9111.0, 9103.0, 9078.0, 9145.0, 9106.0, 9143.0, 9120.0, 9074.0, 9113.0, 9058.0, 9146.0, 9104.0, 9103.0, 9154.0, 9081.0, 9163.0, 9115.0, 9074.0, 9095.0, 9049.0, 9105.0, 9035.0, 9124.0, 9052.0, 9068.0, 9110.0, 9068.0, 9118.0, 9066.0, 9098.0, 9015.0, 9090.0, 9041.0, 9090.0, 9041.0, 9064.0, 9040.0, 9035.0, 9053.0, 9018.0, 9060.0, 9019.0, 9075.0, 9025.0, 9095.0, 9061.0, 9048.0, 9050.0, 9050.0, 9104.0, 9054.0, 9107.0, 9087.0, 9114.0, 9146.0, 9107.0, 9179.0, 9121.0, 9104.0, 9129.0, 9078.0, 9103.0, 9140.0, 9080.0, 9139.0, 9088.0, 9142.0, 9166.0, 9116.0, 9211.0, 9141.0, 9182.0, 9126.0, 9079.0, 9085.0, 9024.0, 9078.0, 9027.0, 9096.0, 9045.0, 9114.0, 9044.0, 9096.0, 9021.0, 9068.0, 9023.0, 9027.0, 9037.0, 9022.0, 9093.0, 9047.0, 9096.0, 9028.0, 9094.0, 9062.0, 9092.0, 9052.0, 9064.0, 9052.0, 9028.0, 9094.0, 9044.0, 9120.0, 9084.0, 9097.0, 9149.0, 9097.0, 9143.0, 9074.0, 9069.0, 9080.0, 9051.0, 9105.0, 9056.0, 9124.0, 9084.0, 9071.0, 9111.0, 9070.0, 9121.0, 9067.0, 9116.0, 9097.0, 9058.0, 9145.0, 9073.0, 9112.0, 9073.0, 9066.0, 9150.0, 9077.0, 9143.0, 9108.0, 9113.0, 9096.0, 9083.0, 9090.0, 9031.0, 9085.0, 9027.0, 9096.0, 9027.0, 9094.0, 9028.0, 9084.0, 9044.0, 9045.0, 9126.0, 9074.0, 9144.0, 9133.0, 9080.0, 9132.0, 9074.0, 9109.0, 9057.0, 9121.0, 9084.0, 9105.0, 9082.0, 9068.0, 9107.0, 9072.0, 9118.0, 9067.0, 9107.0, 9097.0, 9058.0, 9148.0, 9095.0, 9110.0, 9075.0, 9072.0, 9095.0, 9147.0, 9167.0, 9096.0, 9131.0, 9103.0, 9047.0, 9145.0, 9041.0, 9108.0, 9135.0, 9078.0, 9121.0, 9114.0, 9055.0, 9108.0, 9089.0, 9106.0, 9063.0, 9043.0, 9117.0, 9081.0, 9158.0, 9100.0, 9073.0, 9098.0, 9072.0, 9119.0, 9069.0, 9045.0, 9073.0, 9048.0, 9140.0, 9104.0, 9124.0, 9120.0, 9070.0, 9091.0, 9031.0, 9079.0, 9023.0, 9077.0, 9027.0, 9082.0, 9088.0, 9034.0, 9105.0, 9074.0, 9121.0, 9046.0, 9065.0, 9039.0, 9013.0, 9102.0, 9069.0, 9139.0, 9118.0, 9132.0, 9129.0, 9066.0, 9128.0, 9040.0, 9104.0, 9099.0, 9086.0, 9143.0, 9126.0, 9155.0, 9086.0, 9098.0, 9068.0, 9074.0, 9144.0, 9076.0, 9141.0, 9109.0, 9097.0, 9082.0, 9048.0, 9085.0, 9029.0, 9100.0, 9034.0, 9101.0, 9050.0, 9100.0, 9078.0, 9050.0, 9108.0, 9051.0, 9152.0, 9037.0, 9100.0, 9064.0, 9031.0, 9090.0, 9036.0, 9120.0, 9053.0, 9119.0, 9085.0, 9056.0, 9125.0, 9044.0, 9123.0, 9054.0, 9109.0, 9102.0, 9067.0, 9116.0, 9071.0, 9143.0, 9061.0, 9138.0, 9043.0, 9099.0, 9075.0, 9070.0, 9075.0, 9047.0, 9105.0, 9053.0, 9121.0, 9063.0, 9122.0, 9117.0, 9055.0, 9106.0, 9071.0, 9125.0, 9059.0, 9157.0, 9103.0, 9075.0, 9115.0, 9074.0, 9144.0, 9058.0, 9122.0, 9074.0, 9096.0, 9103.0, 9076.0, 9147.0, 9065.0, 9129.0, 9059.0, 9110.0, 9087.0, 9068.0, 9130.0, 9075.0, 9151.0, 9100.0, 9143.0, 9095.0, 9106.0, 9071.0, 9058.0, 9133.0, 9079.0, 9152.0, 9085.0, 9146.0, 9076.0, 9128.0, 9083.0, 9080.0, 9113.0, 9053.0, 9126.0, 9060.0, 9139.0, 9058.0, 9113.0, 9067.0, 9048.0, 9102.0, 9072.0, 9145.0, 9091.0, 9114.0, 9101.0, 9074.0, 9126.0, 9071.0, 9110.0, 9087.0, 9070.0, 9143.0, 9096.0, 9147.0, 9139.0, 9080.0, 9130.0, 9062.0, 9137.0, 9063.0, 9091.0, 9065.0, 9050.0, 9118.0, 9075.0, 9121.0, 9101.0, 9082.0, 9139.0, 9075.0, 9126.0, 9086.0, 9054.0, 9106.0, 9053.0, 9121.0, 9087.0, 9076.0, 9164.0, 9065.0, 9079.0, 9104.0, 9077.0, 9128.0, 9087.0, 9100.0, 9133.0, 9092.0, 9162.0, 9094.0, 9116.0, 9099.0, 9054.0, 9104.0, 9034.0, 9113.0, 9048.0, 9086.0, 9082.0, 9056.0, 9126.0, 9072.0, 9124.0, 9055.0, 9091.0, 9063.0, 9031.0, 9107.0, 9056.0, 9141.0, 9093.0, 9117.0, 9105.0, 9075.0, 9124.0, 9057.0, 9107.0, 9098.0, 9057.0, 9160.0, 9076.0, 9124.0, 9084.0, 9052.0, 9121.0, 9039.0, 9122.0, 9083.0, 9038.0, 9130.0, 9057.0, 9120.0, 9069.0, 9068.0, 9132.0, 9091.0, 9145.0, 9091.0, 9082.0, 9127.0, 9059.0, 9107.0, 9084.0, 9061.0, 9155.0, 9092.0, 9131.0, 9107.0, 9062.0, 9130.0, 9056.0, 9112.0, 9118.0, 9102.0, 9173.0, 9118.0, 9103.0, 9137.0, 9084.0, 9166.0, 9114.0, 9077.0, 9134.0, 9124.0, 9079.0, 9164.0, 9110.0, 9128.0, 9095.0, 9032.0, 9097.0, 9027.0, 9091.0, 9071.0, 9044.0, 9117.0, 9037.0, 9117.0, 9048.0, 9030.0, 9067.0, 9026.0, 9092.0, 9081.0, 9053.0, 9123.0, 9105.0, 9077.0, 9148.0, 9060.0, 9109.0, 9082.0, 9050.0, 9123.0, 9093.0, 9157.0, 9151.0, 9098.0, 9092.0, 9032.0, 9097.0, 9026.0, 9078.0, 9074.0, 9044.0, 9107.0, 9035.0, 9090.0, 9064.0, 9047.0, 9103.0, 9065.0, 9103.0, 9075.0, 9034.0, 9120.0, 9047.0, 9084.0, 9063.0, 9047.0, 9104.0, 9053.0, 9118.0, 9081.0, 9077.0, 9092.0, 9069.0, 9104.0, 9070.0, 9118.0, 9090.0, 9092.0, 9076.0, 9046.0, 9117.0, 9052.0, 9123.0, 9083.0, 9071.0, 9114.0, 9100.0, 9079.0, 9121.0, 9078.0, 9151.0, 9113.0, 9103.0, 9175.0, 9104.0, 9157.0, 9115.0, 9077.0, 9127.0, 9073.0, 9128.0, 9090.0, 9084.0, 9102.0, 9077.0, 9123.0, 9057.0, 9121.0, 9103.0, 9072.0, 9148.0, 9095.0, 9137.0, 9111.0, 9097.0, 9168.0, 9079.0, 9113.0, 9105.0, 9071.0, 9130.0, 9076.0, 9168.0, 9080.0, 9128.0, 9103.0, 9067.0, 9107.0, 9051.0, 9141.0, 9052.0, 9118.0, 9063.0, 9066.0, 9108.0, 9050.0, 9124.0, 9117.0, 9085.0, 9097.0, 9076.0, 9120.0, 9053.0, 9067.0, 9096.0, 9056.0, 9125.0, 9075.0, 9145.0, 9091.0, 9092.0, 9062.0, 9043.0, 9124.0, 9062.0, 9116.0, 9070.0, 9124.0, 9051.0, 9052.0, 9091.0, 9050.0, 9119.0, 9066.0, 9117.0, 9084.0, 9050.0, 9095.0, 9046.0, 9101.0, 9047.0, 9114.0, 9079.0, 9063.0, 9075.0, 9048.0, 9118.0, 9032.0, 9117.0, 9078.0, 9083.0, 9107.0, 9050.0, 9118.0, 9051.0, 9093.0, 9096.0, 9050.0, 9124.0, 9074.0, 9125.0, 9088.0, 9071.0, 9110.0, 9066.0, 9104.0, 9070.0, 9126.0, 9101.0, 9092.0, 9137.0, 9083.0, 9125.0, 9075.0, 9132.0, 9153.0, 9062.0, 9142.0, 9075.0, 9092.0, 9120.0, 9075.0, 9120.0, 9069.0, 9113.0, 9097.0, 9069.0, 9108.0, 9072.0, 9104.0, 9085.0, 9055.0, 9125.0, 9071.0, 9098.0, 9104.0, 9079.0, 9120.0, 9072.0, 9090.0, 9078.0, 9050.0, 9107.0, 9072.0, 9124.0, 9103.0, 9055.0, 9111.0, 9052.0, 9104.0, 9086.0, 9113.0, 9130.0, 9055.0, 9131.0, 9053.0, 9122.0, 9071.0, 9051.0, 9112.0, 9071.0, 9112.0, 9073.0, 9076.0, 9108.0, 9092.0, 9111.0, 9104.0, 9061.0, 9117.0, 9076.0, 9115.0, 9088.0, 9058.0, 9116.0, 9061.0, 9143.0, 9092.0, 9075.0, 9098.0, 9041.0, 9138.0, 9067.0, 9080.0, 9096.0, 9059.0, 9146.0, 9089.0, 9053.0, 9115.0, 9058.0, 9161.0, 9091.0, 9088.0, 9106.0, 9077.0, 9127.0, 9073.0, 9114.0, 9104.0, 9060.0, 9135.0, 9078.0, 9148.0, 9073.0, 9057.0, 9150.0, 9113.0, 9131.0, 9105.0, 9061.0, 9124.0, 9056.0, 9106.0, 9098.0, 9070.0, 9160.0, 9088.0, 9095.0, 9114.0, 9056.0, 9108.0, 9101.0, 9059.0, 9143.0, 9090.0, 9057.0, 9100.0, 9058.0, 9146.0, 9079.0, 9036.0, 9140.0, 9088.0, 9113.0, 9115.0, 9075.0, 9127.0, 9094.0, 9057.0, 9108.0, 9070.0, 9118.0, 9085.0, 9099.0, 9115.0, 9059.0, 9125.0, 9069.0, 9108.0, 9063.0, 9030.0, 9101.0, 9067.0, 9109.0, 9117.0, 9072.0, 9127.0, 9059.0, 9056.0, 9092.0, 9037.0, 9090.0, 9097.0, 9062.0, 9144.0, 9093.0, 9076.0, 9133.0, 9065.0, 9126.0, 9117.0, 9050.0, 9106.0, 9071.0, 9126.0, 9100.0, 9058.0, 9125.0, 9055.0, 9115.0, 9033.0, 9080.0, 9062.0, 9049.0, 9103.0, 9048.0, 9106.0, 9049.0, 9086.0, 9048.0, 9028.0, 9082.0, 9036.0, 9103.0, 9091.0, 9103.0, 9105.0, 9056.0, 9109.0, 9043.0, 9096.0, 9084.0, 9059.0, 9130.0, 9096.0, 9159.0, 9160.0, 9096.0, 9166.0, 9068.0, 9117.0, 9071.0, 9060.0, 9146.0, 9109.0, 9120.0, 9097.0, 9081.0, 9128.0, 9075.0, 9108.0, 9084.0, 9070.0, 9114.0, 9078.0, 9134.0, 9058.0, 9094.0, 9085.0, 9040.0, 9108.0, 9068.0, 9124.0, 9069.0, 9053.0, 9112.0, 9051.0, 9122.0, 9086.0, 9078.0, 9085.0, 9043.0, 9125.0, 9074.0, 9091.0, 9084.0, 9041.0, 9104.0, 9053.0, 9068.0, 9134.0, 9097.0, 9160.0, 9114.0, 9109.0, 9140.0, 9086.0, 9140.0, 9095.0, 9103.0, 9156.0, 9103.0, 9155.0, 9099.0, 9138.0, 9074.0, 9111.0, 9078.0, 9083.0, 9090.0, 9034.0, 9110.0, 9037.0, 9103.0, 9035.0, 9099.0, 9066.0, 9053.0, 9080.0, 9039.0, 9096.0, 9074.0, 9131.0, 9138.0, 9102.0, 9125.0, 9083.0, 9148.0, 9055.0, 9109.0, 9103.0, 9102.0, 9115.0, 9078.0, 9113.0, 9059.0, 9103.0, 9088.0, 9081.0, 9094.0, 9055.0, 9114.0, 9055.0, 9088.0, 9085.0, 9053.0, 9132.0, 9068.0, 9124.0, 9078.0, 9081.0, 9054.0, 9035.0, 9106.0, 9069.0, 9111.0, 9079.0, 9074.0, 9109.0, 9054.0, 9106.0, 9086.0, 9060.0, 9150.0, 9099.0, 9095.0, 9094.0, 9083.0, 9131.0, 9093.0, 9133.0, 9105.0, 9066.0, 9137.0, 9051.0, 9107.0, 9087.0, 9082.0, 9117.0, 9058.0, 9110.0, 9041.0, 9107.0, 9071.0, 9077.0, 9082.0, 9039.0, 9126.0, 9053.0, 9094.0, 9087.0, 9057.0, 9130.0, 9094.0, 9135.0, 9095.0, 9094.0, 9106.0, 9079.0, 9132.0, 9091.0, 9127.0, 9111.0, 9130.0, 9089.0, 9043.0, 9155.0, 9086.0, 9119.0, 9124.0, 9143.0, 9123.0, 9116.0, 9119.0, 9099.0, 9121.0, 9137.0, 9091.0, 9150.0, 9106.0, 9076.0, 9124.0, 9110.0, 9128.0, 9133.0, 9075.0, 9157.0, 9108.0, 9083.0, 9138.0, 9126.0, 9091.0, 9133.0, 9057.0, 9065.0, 9084.0, 9019.0, 9090.0, 9042.0, 9084.0, 9022.0, 9051.0, 9037.0, 9015.0, 9103.0, 9014.0, 9071.0, 9037.0, 9003.0, 9054.0, 9000.0, 9088.0, 9005.0, 9073.0, 9026.0, 9098.0, 9076.0, 9048.0, 9098.0, 9050.0, 9099.0, 9080.0, 9105.0, 9114.0, 9056.0, 9132.0, 9073.0, 9126.0, 9052.0, 9100.0, 9079.0, 9096.0, 9135.0, 9077.0, 9167.0, 9066.0, 9132.0, 9106.0, 9074.0, 9129.0, 9056.0, 9143.0, 9094.0, 9135.0, 9137.0, 9113.0, 9151.0, 9063.0, 9144.0, 9088.0, 9107.0, 9121.0, 9089.0, 9165.0, 9097.0, 9170.0, 9112.0, 9102.0, 9114.0, 9035.0, 9123.0, 9056.0, 9120.0, 9086.0, 9109.0, 9106.0, 9072.0, 9145.0, 9098.0, 9129.0, 9092.0, 9056.0, 9146.0, 9082.0, 9129.0, 9115.0, 9101.0, 9170.0, 9087.0, 9169.0, 9112.0, 9062.0, 9124.0, 9059.0, 9125.0, 9087.0, 9056.0, 9110.0, 9063.0, 9141.0, 9090.0, 9089.0, 9155.0, 9135.0, 9193.0, 9094.0, 9062.0, 9113.0, 9099.0, 9121.0, 9172.0, 9082.0, 9081.0, 9112.0, 9064.0, 9127.0, 9074.0, 9094.0, 9117.0, 9057.0, 9128.0, 9070.0, 9094.0, 9097.0, 9059.0, 9130.0, 9087.0, 9071.0, 9113.0, 9058.0, 9106.0, 9068.0, 9066.0, 9107.0, 9089.0, 9111.0, 9099.0, 9080.0, 9126.0, 9047.0, 9084.0, 9099.0, 9063.0, 9147.0, 9129.0, 9115.0, 9161.0, 9101.0, 9125.0, 9139.0, 9063.0, 9126.0, 9089.0, 9118.0, 9136.0, 9099.0, 9169.0, 9129.0, 9082.0, 9131.0, 9055.0, 9122.0, 9084.0, 9099.0, 9131.0, 9069.0, 9123.0, 9059.0, 9127.0, 9095.0, 9067.0, 9107.0, 9084.0, 9127.0, 9103.0, 9051.0, 9092.0, 9022.0, 9116.0, 9102.0, 9110.0, 9127.0, 9089.0, 9163.0, 9072.0, 9079.0, 9094.0, 9033.0, 9113.0, 9064.0, 9103.0, 9112.0, 9079.0, 9151.0, 9073.0, 9058.0, 9126.0, 9072.0, 9133.0, 9134.0, 9109.0, 9161.0, 9094.0, 9043.0, 9107.0, 9058.0, 9096.0, 9108.0, 9088.0, 9134.0, 9085.0, 9043.0, 9085.0, 9042.0, 9073.0, 9103.0, 9105.0, 9076.0, 9140.0, 9081.0, 9063.0, 9126.0, 9110.0, 9146.0, 9201.0, 9157.0, 9085.0, 9072.0, 9066.0, 9056.0, 9108.0, 9100.0, 9056.0, 9130.0, 9105.0, 9062.0, 9098.0, 9054.0, 9074.0, 9112.0, 9072.0, 9119.0, 9119.0, 9078.0, 9117.0, 9073.0, 9058.0, 9109.0, 9069.0, 9079.0, 9078.0, 9043.0, 9108.0, 9104.0, 9058.0, 9100.0, 9069.0, 9075.0, 9129.0, 9118.0, 9079.0, 9134.0, 9084.0, 9057.0, 9115.0, 9060.0, 9103.0, 9108.0, 9063.0, 9102.0, 9092.0, 9064.0, 9094.0, 9123.0, 9140.0, 9141.0, 9172.0, 9123.0, 9069.0, 9079.0, 9118.0, 9062.0, 9060.0, 9117.0, 9112.0, 9087.0, 9138.0, 9127.0, 9083.0, 9060.0, 9111.0, 9087.0, 9056.0, 9058.0, 9118.0, 9085.0, 9066.0, 9120.0, 9141.0, 9170.0, 9096.0, 9082.0, 9116.0, 9101.0, 9087.0, 9119.0, 9118.0, 9077.0, 9060.0, 9137.0, 9107.0, 9067.0, 9120.0, 9119.0, 9095.0, 9067.0, 9100.0, 9071.0, 9046.0, 9072.0, 9116.0, 9109.0, 9094.0, 9123.0, 9165.0, 9135.0, 9067.0, 9064.0, 9105.0, 9089.0, 9107.0, 9125.0, 9127.0, 9092.0, 9078.0, 9136.0, 9094.0, 9065.0, 9120.0, 9096.0, 9060.0, 9166.0, 9171.0, 9150.0, 9089.0, 9070.0, 9110.0, 9083.0, 9066.0, 9138.0, 9109.0, 9112.0, 9191.0, 9181.0, 9152.0, 9118.0, 9055.0, 9055.0, 9090.0, 9103.0, 9042.0, 9108.0, 9117.0, 9132.0, 9189.0, 9161.0, 9160.0, 9170.0, 9155.0, 9092.0, 9140.0, 9066.0, 9037.0, 9090.0, 9056.0, 9038.0, 9076.0, 9040.0, 9077.0, 9075.0, 9036.0, 9079.0, 9056.0, 8992.0, 9060.0, 9024.0, 9054.0, 9101.0, 9073.0, 9141.0, 9134.0, 9080.0, 9072.0, 9049.0, 9029.0, 9004.0, 8993.0, 9028.0, 9046.0, 9032.0, 9065.0, 9109.0, 9060.0, 9043.0, 9092.0, 9032.0, 9033.0, 9108.0, 9144.0, 9167.0, 9152.0, 9148.0, 9088.0, 9043.0, 9071.0, 9033.0, 9055.0, 9102.0, 9094.0, 9125.0, 9111.0, 9041.0, 9090.0, 9015.0, 9025.0, 9065.0, 9012.0, 9055.0, 9120.0, 9079.0, 9121.0, 9101.0, 9053.0, 9089.0, 9037.0, 9060.0, 9043.0, 9012.0, 9099.0, 9096.0, 9106.0, 9091.0, 9034.0, 9088.0, 9028.0, 9007.0, 9098.0, 9088.0, 9087.0, 9074.0, 9033.0, 9075.0, 9034.0, 9032.0, 9142.0, 9117.0, 9115.0, 9157.0, 9086.0, 9040.0, 9060.0, 9039.0, 9012.0, 9039.0, 9031.0, 9089.0, 9063.0, 9068.0, 9130.0, 9111.0, 9085.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.004119924690693922</td></tr>
<tr><td colspan=3>aqi</td><td>0.05855813932221624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.03021564825078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1381507268568345</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110058896232497</td></tr>
<tr><td colspan=3>efc</td><td>0.4573</td></tr>
<tr><td colspan=3>fber</td><td>4665.6294</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09257117632377022</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.1420118343195265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.556239154090374</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4474837598292583</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7172041170349877</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.504029585406876</td></tr>
<tr><td colspan=3>gcor</td><td>0.00596437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016673889011144638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019469255581498146</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.7651529497586145</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>31.7455</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9376</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0771</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.6897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7681</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.3643</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3315.9463</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.5221</td></tr>
<tr><td colspan=3>tsnr</td><td>27.758770952699706</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>