<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>024940c6350b3616270b3b979eca45f1</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>16:22:36.295000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999797, 0.00487625, 0.0195291, -0.00785256, 0.987826, 0.155362]</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.0957369</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>[4156, -7745, -7253, 477, -90, -8, 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>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e029f345-ffec-421c-8e59-3a102155ed63||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823832988739014, -0.02106783166527748, 0.050041314214468, 110.91128540039062], [-0.013082612305879593, 2.650266170501709, 0.41980546712875366, -109.26676940917969], [0.052395258098840714, -0.4168238937854767, 2.666694402694702, -40.97767639160156], [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': ['162236.295000', '162236.755000', '162237.215000', '162237.675000', '162238.135000', '162238.595000', '162239.055000', '162239.515000', '162239.975000', '162240.435000', '162240.895000', '162241.355000', '162241.815000', '162242.275000', '162242.735000', '162243.195000', '162243.655000', '162244.115000', '162244.575000', '162245.035000', '162245.495000', '162245.955000', '162246.415000', '162246.875000', '162247.335000', '162247.795000', '162248.255000', '162248.715000', '162249.175000', '162249.635000', '162250.095000', '162250.555000', '162251.015000', '162251.475000', '162251.935000', '162252.395000', '162252.855000', '162253.315000', '162253.775000', '162254.235000', '162254.695000', '162255.155000', '162255.615000', '162256.075000', '162256.535000', '162256.995000', '162257.455000', '162257.915000', '162258.375000', '162258.835000', '162259.295000', '162259.755000', '162300.215000', '162300.675000', '162301.135000', '162301.595000', '162302.055000', '162302.515000', '162302.975000', '162303.435000', '162303.895000', '162304.355000', '162304.815000', '162305.275000', '162305.735000', '162306.195000', '162306.655000', '162307.115000', '162307.575000', '162308.035000', '162308.495000', '162308.955000', '162309.415000', '162309.875000', '162310.335000', '162310.795000', '162311.255000', '162311.715000', '162312.175000', '162312.635000', '162313.095000', '162313.555000', '162314.015000', '162314.475000', '162314.935000', '162315.395000', '162315.855000', '162316.315000', '162316.775000', '162317.235000', '162317.695000', '162318.155000', '162318.615000', '162319.075000', '162319.535000', '162319.995000', '162320.455000', '162320.915000', '162321.375000', '162321.835000', '162322.295000', '162322.755000', '162323.215000', '162323.675000', '162324.135000', '162324.595000', '162325.055000', '162325.515000', '162325.975000', '162326.435000', '162326.895000', '162327.355000', '162327.815000', '162328.275000', '162328.735000', '162329.195000', '162329.655000', '162330.115000', '162330.575000', '162331.035000', '162331.495000', '162331.955000', '162332.415000', '162332.875000', '162333.335000', '162333.795000', '162334.255000', '162334.715000', '162335.175000', '162335.635000', '162336.095000', '162336.555000', '162337.015000', '162337.475000', '162337.935000', '162338.395000', '162338.855000', '162339.315000', '162339.775000', '162340.235000', '162340.695000', '162341.155000', '162341.615000', '162342.075000', '162342.535000', '162342.995000', '162343.455000', '162343.915000', '162344.375000', '162344.835000', '162345.295000', '162345.755000', '162346.215000', '162346.675000', '162347.135000', '162347.595000', '162348.055000', '162348.515000', '162348.975000', '162349.435000', '162349.895000', '162350.355000', '162350.815000', '162351.275000', '162351.735000', '162352.195000', '162352.655000', '162353.115000', '162353.575000', '162354.035000', '162354.495000', '162354.955000', '162355.415000', '162355.875000', '162356.335000', '162356.795000', '162357.255000', '162357.715000', '162358.175000', '162358.635000', '162359.095000', '162359.555000', '162400.015000', '162400.475000', '162400.935000', '162401.395000', '162401.855000', '162402.315000', '162402.775000', '162403.235000', '162403.695000', '162404.155000', '162404.615000', '162405.075000', '162405.535000', '162405.995000', '162406.455000', '162406.915000', '162407.375000', '162407.835000', '162408.295000', '162408.755000', '162409.215000', '162409.675000', '162410.135000', '162410.595000', '162411.055000', '162411.515000', '162411.975000', '162412.435000', '162412.895000', '162413.355000', '162413.815000', '162414.275000', '162414.735000', '162415.195000', '162415.655000', '162416.115000', '162416.575000', '162417.035000', '162417.495000', '162417.955000', '162418.415000', '162418.875000', '162419.335000', '162419.795000', '162420.255000', '162420.715000', '162421.175000', '162421.635000', '162422.095000', '162422.555000', '162423.015000', '162423.475000', '162423.935000', '162424.395000', '162424.855000', '162425.315000', '162425.775000', '162426.235000', '162426.695000', '162427.155000', '162427.615000', '162428.075000', '162428.535000', '162428.995000', '162429.455000', '162429.915000', '162430.375000', '162430.835000', '162431.295000', '162431.755000', '162432.215000', '162432.675000', '162433.135000', '162433.595000', '162434.055000', '162434.515000', '162434.975000', '162435.435000', '162435.895000', '162436.355000', '162436.815000', '162437.275000', '162437.735000', '162438.195000', '162438.655000', '162439.115000', '162439.575000', '162440.035000', '162440.495000', '162440.955000', '162441.415000', '162441.875000', '162442.335000', '162442.795000', '162443.255000', '162443.715000', '162444.175000', '162444.635000', '162445.095000', '162445.555000', '162446.015000', '162446.475000', '162446.935000', '162447.395000', '162447.855000', '162448.315000', '162448.775000', '162449.235000', '162449.695000', '162450.155000', '162450.615000', '162451.075000', '162451.535000', '162451.995000', '162452.455000', '162452.915000', '162453.375000', '162453.835000', '162454.295000', '162454.755000', '162455.215000', '162455.675000', '162456.135000', '162456.595000', '162457.055000', '162457.515000', '162457.975000', '162458.435000', '162458.895000', '162459.355000', '162459.815000', '162500.275000', '162500.735000', '162501.195000', '162501.655000', '162502.115000', '162502.575000', '162503.035000', '162503.495000', '162503.955000', '162504.415000', '162504.875000', '162505.335000', '162505.795000', '162506.255000', '162506.715000', '162507.175000', '162507.635000', '162508.095000', '162508.555000', '162509.015000', '162509.475000', '162509.935000', '162510.395000', '162510.855000', '162511.315000', '162511.775000', '162512.235000', '162512.695000', '162513.155000', '162513.615000', '162514.075000', '162514.535000', '162514.995000', '162515.455000', '162515.915000', '162516.375000', '162516.835000', '162517.295000', '162517.755000', '162518.215000', '162518.675000', '162519.135000', '162519.595000', '162520.055000', '162520.515000', '162520.975000', '162521.435000', '162521.895000', '162522.355000', '162522.815000', '162523.275000', '162523.735000', '162524.195000', '162524.655000', '162525.115000', '162525.575000', '162526.035000', '162526.495000', '162526.955000', '162527.415000', '162527.875000', '162528.335000', '162528.795000', '162529.255000', '162529.715000', '162530.175000', '162530.635000', '162531.095000', '162531.555000', '162532.015000', '162532.475000', '162532.935000', '162533.395000', '162533.855000', '162534.315000', '162534.775000', '162535.235000', '162535.695000', '162536.155000', '162536.615000', '162537.075000', '162537.535000', '162537.995000', '162538.455000', '162538.915000', '162539.375000', '162539.835000', '162540.295000', '162540.755000', '162541.215000', '162541.675000', '162542.135000', '162542.595000', '162543.055000', '162543.515000', '162543.975000', '162544.435000', '162544.895000', '162545.355000', '162545.815000', '162546.275000', '162546.735000', '162547.195000', '162547.655000', '162548.115000', '162548.575000', '162549.035000', '162549.495000', '162549.955000', '162550.415000', '162550.875000', '162551.335000', '162551.795000', '162552.255000', '162552.715000', '162553.175000', '162553.635000', '162554.095000', '162554.555000', '162555.015000', '162555.475000', '162555.935000', '162556.395000', '162556.855000', '162557.315000', '162557.775000', '162558.235000', '162558.695000', '162559.155000', '162559.615000', '162600.075000', '162600.535000', '162600.995000', '162601.455000', '162601.915000', '162602.375000', '162602.835000', '162603.295000', '162603.755000', '162604.215000', '162604.675000', '162605.135000', '162605.595000', '162606.055000', '162606.515000', '162606.975000', '162607.435000', '162607.895000', '162608.355000', '162608.815000', '162609.275000', '162609.735000', '162610.195000', '162610.655000', '162611.115000', '162611.575000', '162612.035000', '162612.495000', '162612.955000', '162613.415000', '162613.875000', '162614.335000', '162614.795000', '162615.255000', '162615.715000', '162616.175000', '162616.635000', '162617.095000', '162617.555000', '162618.015000', '162618.475000', '162618.935000', '162619.395000', '162619.855000', '162620.315000', '162620.775000', '162621.235000', '162621.695000', '162622.155000', '162622.615000', '162623.075000', '162623.535000', '162623.995000', '162624.455000', '162624.915000', '162625.375000', '162625.835000', '162626.295000', '162626.755000', '162627.215000', '162627.675000', '162628.135000', '162628.595000', '162629.055000', '162629.515000', '162629.975000', '162630.435000', '162630.895000', '162631.355000', '162631.815000', '162632.275000', '162632.735000', '162633.195000', '162633.655000', '162634.115000', '162634.575000', '162635.035000', '162635.495000', '162635.955000', '162636.415000', '162636.875000', '162637.335000', '162637.795000', '162638.255000', '162638.715000', '162639.175000', '162639.635000', '162640.095000', '162640.555000', '162641.015000', '162641.475000', '162641.935000', '162642.395000', '162642.855000', '162643.315000', '162643.775000', '162644.235000', '162644.695000', '162645.155000', '162645.615000', '162646.075000', '162646.535000', '162646.995000', '162647.455000', '162647.915000', '162648.375000', '162648.835000', '162649.295000', '162649.755000', '162650.215000', '162650.675000', '162651.135000', '162651.595000', '162652.055000', '162652.515000', '162652.975000', '162653.435000', '162653.895000', '162654.355000', '162654.815000', '162655.275000', '162655.735000', '162656.195000', '162656.655000', '162657.115000', '162657.575000', '162658.035000', '162658.495000', '162658.955000', '162659.415000', '162659.875000', '162700.335000', '162700.795000', '162701.255000', '162701.715000', '162702.175000', '162702.635000', '162703.095000', '162703.555000', '162704.015000', '162704.475000', '162704.935000', '162705.395000', '162705.855000', '162706.315000', '162706.775000', '162707.235000', '162707.695000', '162708.155000', '162708.615000', '162709.075000', '162709.535000', '162709.995000', '162710.455000', '162710.915000', '162711.375000', '162711.835000', '162712.295000', '162712.755000', '162713.215000', '162713.675000', '162714.135000', '162714.595000', '162715.055000', '162715.515000', '162715.975000', '162716.435000', '162716.895000', '162717.355000', '162717.815000', '162718.275000', '162718.735000', '162719.195000', '162719.655000', '162720.115000', '162720.575000', '162721.035000', '162721.495000', '162721.955000', '162722.415000', '162722.875000', '162723.335000', '162723.795000', '162724.255000', '162724.715000', '162725.175000', '162725.635000', '162726.095000', '162726.555000', '162727.015000', '162727.475000', '162727.935000', '162728.395000', '162728.855000', '162729.315000', '162729.775000', '162730.235000', '162730.695000', '162731.155000', '162731.615000', '162732.075000', '162732.535000', '162732.995000', '162733.455000', '162733.915000', '162734.375000', '162734.835000', '162735.295000', '162735.755000', '162736.215000', '162736.675000', '162737.135000', '162737.595000', '162738.055000', '162738.515000', '162738.975000', '162739.435000', '162739.895000', '162740.355000', '162740.815000', '162741.275000', '162741.735000', '162742.195000', '162742.655000', '162743.115000', '162743.575000', '162744.035000', '162744.495000', '162744.955000', '162745.415000', '162745.875000', '162746.335000', '162746.795000', '162747.255000', '162747.715000', '162748.175000', '162748.635000', '162749.095000', '162749.555000', '162750.015000', '162750.475000', '162750.935000', '162751.395000', '162751.855000', '162752.315000', '162752.775000', '162753.235000', '162753.695000', '162754.155000', '162754.615000', '162755.075000', '162755.535000', '162755.995000', '162756.455000', '162756.915000', '162757.375000', '162757.835000', '162758.295000', '162758.755000', '162759.215000', '162759.675000', '162800.135000', '162800.595000', '162801.055000', '162801.515000', '162801.975000', '162802.435000', '162802.895000', '162803.355000', '162803.815000', '162804.275000', '162804.735000', '162805.195000', '162805.655000', '162806.115000', '162806.575000', '162807.035000', '162807.495000', '162807.955000', '162808.415000', '162808.875000', '162809.335000', '162809.795000', '162810.255000', '162810.715000', '162811.175000', '162811.635000', '162812.095000', '162812.555000', '162813.015000', '162813.475000', '162813.935000', '162814.395000', '162814.855000', '162815.315000', '162815.775000', '162816.235000', '162816.695000', '162817.155000', '162817.615000', '162818.075000', '162818.535000', '162818.995000', '162819.455000', '162819.915000', '162820.375000', '162820.835000', '162821.295000', '162821.755000', '162822.215000', '162822.675000', '162823.135000', '162823.595000', '162824.055000', '162824.515000', '162824.975000', '162825.435000', '162825.895000', '162826.355000', '162826.815000', '162827.275000', '162827.735000', '162828.195000', '162828.655000', '162829.115000', '162829.575000', '162830.035000', '162830.495000', '162830.955000', '162831.415000', '162831.875000', '162832.335000', '162832.795000', '162833.255000', '162833.715000', '162834.175000', '162834.635000', '162835.095000', '162835.555000', '162836.015000', '162836.475000', '162836.935000', '162837.395000', '162837.855000', '162838.315000', '162838.775000', '162839.235000', '162839.695000', '162840.155000', '162840.615000', '162841.075000', '162841.535000', '162841.995000', '162842.455000', '162842.915000', '162843.375000', '162843.835000', '162844.295000', '162844.755000', '162845.215000', '162845.675000', '162846.135000', '162846.595000', '162847.055000', '162847.515000', '162847.975000', '162848.435000', '162848.895000', '162849.355000', '162849.815000', '162850.275000', '162850.735000', '162851.195000', '162851.655000', '162852.115000', '162852.575000', '162853.035000', '162853.495000', '162853.955000', '162854.415000', '162854.875000', '162855.335000', '162855.795000', '162856.255000', '162856.715000', '162857.175000', '162857.635000', '162858.095000', '162858.555000', '162859.015000', '162859.475000', '162859.935000', '162900.395000', '162900.855000', '162901.315000', '162901.775000', '162902.235000', '162902.695000', '162903.155000', '162903.615000', '162904.075000', '162904.535000', '162904.995000', '162905.455000', '162905.915000', '162906.375000', '162906.835000', '162907.295000', '162907.755000', '162908.215000', '162908.675000', '162909.135000', '162909.595000', '162910.055000', '162910.515000', '162910.975000', '162911.435000', '162911.895000', '162912.355000', '162912.815000', '162913.275000', '162913.735000', '162914.195000', '162914.655000', '162915.115000', '162915.575000', '162916.035000', '162916.495000', '162916.955000', '162917.415000', '162917.875000', '162918.335000', '162918.795000', '162919.255000', '162919.715000', '162920.175000', '162920.635000', '162921.095000', '162921.555000', '162922.015000', '162922.475000', '162922.935000', '162923.395000', '162923.855000', '162924.315000', '162924.775000', '162925.235000', '162925.695000', '162926.155000', '162926.615000', '162927.075000', '162927.535000', '162927.995000', '162928.455000', '162928.915000', '162929.375000', '162929.835000', '162930.295000', '162930.755000', '162931.215000', '162931.675000', '162932.135000', '162932.595000', '162933.055000', '162933.515000', '162933.975000', '162934.435000', '162934.895000', '162935.355000', '162935.815000', '162936.275000', '162936.735000', '162937.195000', '162937.655000', '162938.115000', '162938.575000', '162939.035000', '162939.495000', '162939.955000', '162940.415000', '162940.875000', '162941.335000', '162941.795000', '162942.255000', '162942.715000', '162943.175000', '162943.635000', '162944.095000', '162944.555000', '162945.015000', '162945.475000', '162945.935000', '162946.395000', '162946.855000', '162947.315000', '162947.775000', '162948.235000', '162948.695000', '162949.155000', '162949.615000', '162950.075000', '162950.535000', '162950.995000', '162951.455000', '162951.915000', '162952.375000', '162952.835000', '162953.295000', '162953.755000', '162954.215000', '162954.675000', '162955.135000', '162955.595000', '162956.055000', '162956.515000', '162956.975000', '162957.435000', '162957.895000', '162958.355000', '162958.815000', '162959.275000', '162959.735000', '163000.195000', '163000.655000', '163001.115000', '163001.575000', '163002.035000', '163002.495000', '163002.955000', '163003.415000', '163003.875000', '163004.335000', '163004.795000', '163005.255000', '163005.715000', '163006.175000', '163006.635000', '163007.095000', '163007.555000', '163008.015000', '163008.475000', '163008.935000', '163009.395000', '163009.855000', '163010.315000', '163010.775000', '163011.235000', '163011.695000', '163012.155000', '163012.615000', '163013.075000', '163013.535000', '163013.995000', '163014.455000', '163014.915000', '163015.375000', '163015.835000', '163016.295000', '163016.755000', '163017.215000', '163017.675000', '163018.135000', '163018.595000', '163019.055000', '163019.515000', '163019.975000', '163020.435000', '163020.895000', '163021.355000', '163021.815000', '163022.275000', '163022.735000', '163023.195000', '163023.655000', '163024.115000', '163024.575000', '163025.035000', '163025.495000', '163025.955000', '163026.415000', '163026.875000', '163027.335000', '163027.795000', '163028.255000', '163028.715000', '163029.175000', '163029.635000', '163030.095000', '163030.555000', '163031.015000', '163031.475000', '163031.935000', '163032.395000', '163032.855000', '163033.315000', '163033.775000', '163034.235000', '163034.695000', '163035.155000', '163035.615000', '163036.075000', '163036.535000', '163036.995000', '163037.455000', '163037.915000', '163038.375000', '163038.835000', '163039.295000', '163039.755000', '163040.215000', '163040.675000', '163041.135000', '163041.595000', '163042.055000', '163042.515000', '163042.975000', '163043.435000', '163043.895000', '163044.355000', '163044.815000', '163045.275000', '163045.735000', '163046.195000', '163046.655000', '163047.115000', '163047.575000', '163048.035000', '163048.495000', '163048.955000', '163049.415000', '163049.875000', '163050.335000', '163050.795000', '163051.255000', '163051.715000', '163052.175000', '163052.635000', '163053.095000', '163053.555000', '163054.015000', '163054.475000', '163054.935000', '163055.395000', '163055.855000', '163056.315000', '163056.775000', '163057.235000', '163057.695000', '163058.155000', '163058.615000', '163059.075000', '163059.535000', '163059.995000', '163100.455000', '163100.915000', '163101.375000', '163101.835000', '163102.295000', '163102.755000', '163103.215000', '163103.675000', '163104.135000', '163104.595000', '163105.055000', '163105.515000', '163105.975000', '163106.435000', '163106.895000', '163107.355000', '163107.815000', '163108.275000', '163108.735000', '163109.195000', '163109.655000', '163110.115000', '163110.575000', '163111.035000', '163111.495000', '163111.955000', '163112.415000', '163112.875000', '163113.335000', '163113.795000', '163114.255000', '163114.715000', '163115.175000', '163115.635000', '163116.095000', '163116.555000', '163117.015000', '163117.475000', '163117.935000', '163118.395000', '163118.855000', '163119.315000', '163119.775000', '163120.235000', '163120.695000', '163121.155000', '163121.615000', '163122.075000', '163122.535000', '163122.995000', '163123.455000', '163123.915000', '163124.375000', '163124.835000', '163125.295000', '163125.755000', '163126.215000', '163126.675000', '163127.135000', '163127.595000', '163128.055000', '163128.515000', '163128.975000', '163129.435000', '163129.895000', '163130.355000', '163130.815000', '163131.275000', '163131.735000', '163132.195000', '163132.655000', '163133.115000', '163133.575000', '163134.035000', '163134.495000', '163134.955000', '163135.415000', '163135.875000', '163136.335000', '163136.795000', '163137.255000', '163137.715000', '163138.175000', '163138.635000', '163139.095000', '163139.555000', '163140.015000', '163140.475000', '163140.935000', '163141.395000', '163141.855000', '163142.315000', '163142.775000', '163143.235000', '163143.695000', '163144.155000', '163144.615000', '163145.075000', '163145.535000', '163145.995000', '163146.455000', '163146.915000', '163147.375000', '163147.835000', '163148.295000', '163148.755000', '163149.215000', '163149.675000', '163150.135000', '163150.595000', '163151.055000', '163151.515000', '163151.975000', '163152.435000', '163152.895000', '163153.355000', '163153.815000', '163154.275000', '163154.735000', '163155.195000', '163155.655000', '163156.115000', '163156.575000', '163157.035000', '163157.495000', '163157.955000', '163158.415000', '163158.875000', '163159.335000', '163159.795000', '163200.255000', '163200.715000', '163201.175000', '163201.635000', '163202.095000', '163202.555000', '163203.015000', '163203.475000', '163203.935000', '163204.395000', '163204.855000', '163205.315000', '163205.775000', '163206.235000', '163206.695000', '163207.155000', '163207.615000', '163208.075000', '163208.535000', '163208.995000', '163209.455000', '163209.915000', '163210.375000', '163210.835000', '163211.295000', '163211.755000', '163212.215000', '163212.675000', '163213.135000', '163213.595000', '163214.055000', '163214.515000', '163214.975000', '163215.435000', '163215.895000', '163216.355000', '163216.815000', '163217.275000', '163217.735000', '163218.195000', '163218.655000', '163219.115000', '163219.575000', '163220.035000', '163220.495000', '163220.955000', '163221.415000', '163221.875000', '163222.335000', '163222.795000', '163223.255000', '163223.715000', '163224.175000', '163224.635000', '163225.095000', '163225.555000', '163226.015000', '163226.475000', '163226.935000', '163227.395000', '163227.855000', '163228.315000', '163228.775000', '163229.235000', '163229.695000', '163230.155000', '163230.615000', '163231.075000', '163231.535000', '163231.995000', '163232.455000', '163232.915000', '163233.375000', '163233.835000', '163234.295000', '163234.755000', '163235.215000', '163235.675000', '163236.135000', '163236.595000', '163237.055000', '163237.515000', '163237.975000', '163238.435000', '163238.895000', '163239.355000', '163239.815000', '163240.275000', '163240.735000', '163241.195000', '163241.655000', '163242.115000', '163242.575000', '163243.035000', '163243.495000', '163243.955000', '163244.415000', '163244.875000', '163245.335000', '163245.795000', '163246.255000', '163246.715000', '163247.175000', '163247.635000', '163248.095000', '163248.555000', '163249.015000', '163249.475000', '163249.935000', '163250.395000', '163250.855000', '163251.315000', '163251.775000', '163252.235000', '163252.695000', '163253.155000', '163253.615000', '163254.075000', '163254.535000', '163254.995000', '163255.455000', '163255.915000', '163256.375000', '163256.835000', '163257.295000', '163257.755000', '163258.215000', '163258.675000', '163259.135000', '163259.595000', '163300.055000', '163300.515000', '163300.975000', '163301.435000', '163301.895000', '163302.355000', '163302.815000', '163303.275000', '163303.735000', '163304.195000', '163304.655000', '163305.115000', '163305.575000', '163306.035000', '163306.495000', '163306.955000', '163307.415000', '163307.875000', '163308.335000', '163308.795000', '163309.255000', '163309.715000', '163310.175000', '163310.635000', '163311.095000', '163311.555000', '163312.015000', '163312.475000', '163312.935000', '163313.395000', '163313.855000', '163314.315000', '163314.775000', '163315.235000', '163315.695000', '163316.155000', '163316.615000', '163317.075000', '163317.535000', '163317.995000', '163318.455000', '163318.915000', '163319.375000', '163319.835000', '163320.295000', '163320.755000', '163321.215000', '163321.675000', '163322.135000', '163322.595000', '163323.055000', '163323.515000', '163323.975000', '163324.435000', '163324.895000', '163325.355000', '163325.815000', '163326.275000', '163326.735000', '163327.195000', '163327.655000', '163328.115000', '163328.575000', '163329.035000', '163329.495000', '163329.955000', '163330.415000', '163330.875000', '163331.335000', '163331.795000', '163332.255000', '163332.715000', '163333.175000', '163333.635000', '163334.095000', '163334.555000', '163335.015000', '163335.475000', '163335.935000', '163336.395000', '163336.855000', '163337.315000', '163337.775000', '163338.235000', '163338.695000', '163339.155000', '163339.615000', '163340.075000', '163340.535000', '163340.995000', '163341.455000', '163341.915000', '163342.375000', '163342.835000', '163343.295000', '163343.755000', '163344.215000', '163344.675000', '163345.135000', '163345.595000', '163346.055000', '163346.515000', '163346.975000', '163347.435000', '163347.895000', '163348.355000', '163348.815000', '163349.275000', '163349.735000', '163350.195000', '163350.655000', '163351.115000', '163351.575000', '163352.035000', '163352.495000', '163352.955000', '163353.415000', '163353.875000', '163354.335000', '163354.795000', '163355.255000', '163355.715000', '163356.175000', '163356.635000', '163357.095000', '163357.555000', '163358.015000', '163358.475000', '163358.935000', '163359.395000', '163359.855000', '163400.315000', '163400.775000', '163401.235000', '163401.695000', '163402.155000', '163402.615000', '163403.075000', '163403.535000', '163403.995000', '163404.455000', '163404.915000', '163405.375000', '163405.835000', '163406.295000', '163406.755000', '163407.215000', '163407.675000', '163408.135000', '163408.595000', '163409.055000', '163409.515000', '163409.975000', '163410.435000', '163410.895000', '163411.355000', '163411.815000', '163412.275000', '163412.735000', '163413.195000', '163413.655000', '163414.115000', '163414.575000', '163415.035000', '163415.495000', '163415.955000', '163416.415000', '163416.875000', '163417.335000', '163417.795000', '163418.255000', '163418.715000', '163419.175000', '163419.635000', '163420.095000', '163420.555000', '163421.015000', '163421.475000', '163421.935000', '163422.395000', '163422.855000', '163423.315000', '163423.775000', '163424.235000', '163424.695000', '163425.155000', '163425.615000', '163426.075000', '163426.535000', '163426.995000', '163427.455000', '163427.915000', '163428.375000', '163428.835000', '163429.295000', '163429.755000', '163430.215000', '163430.675000', '163431.135000', '163431.595000', '163432.055000', '163432.515000', '163432.975000', '163433.435000', '163433.895000', '163434.355000', '163434.815000', '163435.275000', '163435.735000', '163436.195000', '163436.655000', '163437.115000', '163437.575000', '163438.035000', '163438.495000', '163438.955000', '163439.415000', '163439.875000', '163440.335000', '163440.795000', '163441.255000', '163441.715000', '163442.175000', '163442.635000', '163443.095000', '163443.555000', '163444.015000', '163444.475000', '163444.935000', '163445.395000', '163445.855000', '163446.315000', '163446.775000', '163447.235000', '163447.695000', '163448.155000', '163448.615000', '163449.075000', '163449.535000', '163449.995000', '163450.455000', '163450.915000', '163451.375000', '163451.835000', '163452.295000', '163452.755000', '163453.215000', '163453.675000', '163454.135000', '163454.595000', '163455.055000', '163455.515000', '163455.975000', '163456.435000', '163456.895000', '163457.355000', '163457.815000', '163458.275000', '163458.735000', '163459.195000', '163459.655000', '163500.115000', '163500.575000', '163501.035000', '163501.495000', '163501.955000', '163502.415000', '163502.875000', '163503.335000', '163503.795000', '163504.255000', '163504.715000', '163505.175000', '163505.635000', '163506.095000', '163506.555000', '163507.015000', '163507.475000', '163507.935000', '163508.395000', '163508.855000', '163509.315000', '163509.775000', '163510.235000', '163510.695000', '163511.155000', '163511.615000', '163512.075000', '163512.535000', '163512.995000', '163513.455000', '163513.915000', '163514.375000', '163514.835000', '163515.295000', '163515.755000', '163516.215000', '163516.675000', '163517.135000', '163517.595000', '163518.055000', '163518.515000', '163518.975000', '163519.435000', '163519.895000', '163520.355000', '163520.815000', '163521.275000', '163521.735000', '163522.195000', '163522.655000', '163523.115000', '163523.575000', '163524.035000', '163524.495000', '163524.955000', '163525.415000', '163525.875000', '163526.335000', '163526.795000', '163527.255000', '163527.715000', '163528.175000', '163528.635000', '163529.095000', '163529.555000', '163530.015000', '163530.475000', '163530.935000', '163531.395000', '163531.855000', '163532.315000', '163532.775000', '163533.235000', '163533.695000', '163534.155000', '163534.615000', '163535.075000', '163535.535000', '163535.995000', '163536.455000', '163536.915000', '163537.375000', '163537.835000', '163538.295000', '163538.755000', '163539.215000', '163539.675000', '163540.135000', '163540.595000', '163541.055000', '163541.515000', '163541.975000', '163542.435000', '163542.895000', '163543.355000', '163543.815000', '163544.275000', '163544.735000', '163545.195000', '163545.655000', '163546.115000', '163546.575000', '163547.035000', '163547.495000', '163547.955000', '163548.415000', '163548.875000', '163549.335000', '163549.795000', '163550.255000', '163550.715000', '163551.175000', '163551.635000', '163552.095000', '163552.555000', '163553.015000', '163553.475000', '163553.935000', '163554.395000', '163554.855000', '163555.315000', '163555.775000', '163556.235000', '163556.695000', '163557.155000', '163557.615000', '163558.075000', '163558.535000', '163558.995000', '163559.455000', '163559.915000', '163600.375000', '163600.835000', '163601.295000', '163601.755000', '163602.215000', '163602.675000', '163603.135000', '163603.595000', '163604.055000', '163604.515000', '163604.975000', '163605.435000', '163605.895000', '163606.355000', '163606.815000', '163607.275000', '163607.735000', '163608.195000', '163608.655000', '163609.115000', '163609.575000', '163610.035000', '163610.495000', '163610.955000', '163611.415000', '163611.875000', '163612.335000', '163612.795000', '163613.255000', '163613.715000', '163614.175000', '163614.635000', '163615.095000', '163615.555000', '163616.015000', '163616.475000', '163616.935000', '163617.395000', '163617.855000', '163618.315000', '163618.775000', '163619.235000', '163619.695000', '163620.155000', '163620.615000', '163621.075000', '163621.535000', '163621.995000', '163622.455000', '163622.915000', '163623.375000', '163623.835000', '163624.295000', '163624.755000', '163625.215000', '163625.675000', '163626.135000', '163626.595000', '163627.055000', '163627.515000', '163627.975000', '163628.435000', '163628.895000', '163629.355000', '163629.815000', '163630.275000', '163630.735000', '163631.195000', '163631.655000', '163632.115000', '163632.575000', '163633.035000', '163633.495000', '163633.955000', '163634.415000', '163634.875000', '163635.335000', '163635.795000', '163636.255000', '163636.715000', '163637.175000', '163637.635000', '163638.095000', '163638.555000', '163639.015000', '163639.475000', '163639.935000', '163640.395000', '163640.855000', '163641.315000', '163641.775000', '163642.235000', '163642.695000', '163643.155000', '163643.615000', '163644.075000', '163644.535000', '163644.995000', '163645.455000', '163645.915000', '163646.375000', '163646.835000', '163647.295000', '163647.755000', '163648.215000', '163648.675000', '163649.135000', '163649.595000', '163650.055000', '163650.515000', '163650.975000'], 'ContentTime': ['162303.355000', '162303.359000', '162303.362000', '162303.365000', '162303.367000', '162303.370000', '162303.373000', '162303.376000', '162303.379000', '162303.381000', '162303.384000', '162303.387000', '162303.390000', '162303.393000', '162303.396000', '162303.398000', '162303.401000', '162303.404000', '162303.407000', '162303.410000', '162303.412000', '162303.415000', '162303.418000', '162303.424000', '162303.426000', '162303.429000', '162303.432000', '162303.435000', '162303.438000', '162303.441000', '162303.443000', '162303.446000', '162303.449000', '162303.452000', '162303.455000', '162303.457000', '162303.460000', '162303.463000', '162303.466000', '162303.469000', '162303.471000', '162303.474000', '162303.477000', '162303.480000', '162303.483000', '162303.485000', '162303.488000', '162303.491000', '162303.494000', '162303.497000', '162303.499000', '162303.502000', '162303.505000', '162303.508000', '162303.511000', '162303.513000', '162303.516000', '162303.519000', '162323.326000', '162323.329000', '162323.335000', '162323.338000', '162323.341000', '162323.344000', '162323.347000', '162323.350000', '162323.352000', '162323.355000', '162323.358000', '162323.361000', '162323.364000', '162323.367000', '162323.369000', '162323.372000', '162323.375000', '162323.378000', '162323.381000', '162323.384000', '162323.386000', '162323.389000', '162323.392000', '162323.395000', '162323.398000', '162323.401000', '162323.404000', '162323.407000', '162323.409000', '162323.412000', '162323.415000', '162323.418000', '162323.421000', '162323.424000', '162323.427000', '162323.429000', '162323.432000', '162323.435000', '162323.438000', '162323.440000', '162323.451000', '162323.453000', '162323.456000', '162343.326000', '162343.329000', '162343.332000', '162343.334000', '162343.337000', '162343.340000', '162343.349000', '162343.352000', '162343.355000', '162343.358000', '162343.361000', '162343.363000', '162343.366000', '162343.369000', '162343.372000', '162343.375000', '162343.377000', '162343.380000', '162343.383000', '162343.394000', '162343.397000', '162343.400000', '162343.403000', '162343.406000', '162343.409000', '162343.412000', '162343.415000', '162343.418000', '162343.420000', '162343.423000', '162343.426000', '162343.429000', '162343.432000', '162343.435000', '162343.438000', '162343.440000', '162343.443000', '162343.446000', '162343.449000', '162343.452000', '162343.455000', '162343.457000', '162343.460000', '162343.463000', '162403.326000', '162403.329000', '162403.332000', '162403.334000', '162403.337000', '162403.340000', '162403.343000', '162403.346000', '162403.349000', '162403.352000', '162403.354000', '162403.357000', '162403.360000', '162403.363000', '162403.366000', '162403.369000', '162403.371000', '162403.374000', '162403.387000', '162403.390000', '162403.393000', '162403.396000', '162403.399000', '162403.401000', '162403.404000', '162403.407000', '162403.410000', '162403.413000', '162403.417000', '162403.419000', '162403.422000', '162403.425000', '162403.428000', '162403.431000', '162403.434000', '162403.437000', '162403.439000', '162403.442000', '162403.445000', '162403.448000', '162403.451000', '162403.453000', '162403.456000', '162423.325000', '162423.328000', '162423.331000', '162423.333000', '162423.336000', '162423.339000', '162423.342000', '162423.345000', '162423.347000', '162423.350000', '162423.353000', '162423.356000', '162423.359000', '162423.366000', '162423.377000', '162423.380000', '162423.382000', '162423.385000', '162423.388000', '162423.391000', '162423.394000', '162423.397000', '162423.400000', '162423.403000', '162423.406000', '162423.409000', '162423.412000', '162423.414000', '162423.417000', '162423.420000', '162423.423000', '162423.426000', '162423.429000', '162423.431000', '162423.434000', '162423.437000', '162423.440000', '162423.443000', '162423.446000', '162423.448000', '162423.451000', '162423.454000', '162423.457000', '162423.460000', '162443.325000', '162443.328000', '162443.331000', '162443.334000', '162443.336000', '162443.339000', '162443.342000', '162443.345000', '162443.348000', '162443.351000', '162443.354000', '162443.356000', '162443.359000', '162443.362000', '162443.365000', '162443.368000', '162443.371000', '162443.374000', '162443.377000', '162443.380000', '162443.383000', '162443.393000', '162443.396000', '162443.398000', '162443.401000', '162443.404000', '162443.407000', '162443.410000', '162443.413000', '162443.416000', '162443.419000', '162443.421000', '162443.424000', '162443.427000', '162443.430000', '162443.433000', '162443.436000', '162443.439000', '162443.442000', '162443.444000', '162443.447000', '162443.450000', '162443.453000', '162503.326000', '162503.329000', '162503.332000', '162503.335000', '162503.338000', '162503.341000', '162503.343000', '162503.346000', '162503.349000', '162503.352000', '162503.355000', '162503.358000', '162503.360000', '162503.363000', '162503.366000', '162503.369000', '162503.372000', '162503.375000', '162503.378000', '162503.381000', '162503.383000', '162503.386000', '162503.402000', '162503.405000', '162503.408000', '162503.411000', '162503.414000', '162503.417000', '162503.419000', '162503.422000', '162503.425000', '162503.428000', '162503.431000', '162503.433000', '162503.436000', '162503.439000', '162503.442000', '162503.445000', '162503.448000', '162503.450000', '162503.453000', '162503.456000', '162503.459000', '162503.462000', '162523.326000', '162523.329000', '162523.332000', '162523.335000', '162523.338000', '162523.340000', '162523.343000', '162523.346000', '162523.349000', '162523.352000', '162523.355000', '162523.357000', '162523.360000', '162523.363000', '162523.366000', '162523.369000', '162523.371000', '162523.374000', '162523.377000', '162523.380000', '162523.383000', '162523.386000', '162523.389000', '162523.391000', '162523.394000', '162523.397000', '162523.400000', '162523.403000', '162523.405000', '162523.408000', '162523.411000', '162523.414000', '162523.417000', '162523.420000', '162523.423000', '162523.425000', '162523.428000', '162523.431000', '162523.434000', '162523.437000', '162523.440000', '162523.442000', '162523.445000', '162543.326000', '162543.329000', '162543.332000', '162543.334000', '162543.337000', '162543.340000', '162543.343000', '162543.346000', '162543.349000', '162543.352000', '162543.355000', '162543.357000', '162543.360000', '162543.363000', '162543.366000', '162543.369000', '162543.372000', '162543.375000', '162543.378000', '162543.381000', '162543.383000', '162543.386000', '162543.389000', '162543.392000', '162543.395000', '162543.398000', '162543.400000', '162543.403000', '162543.406000', '162543.409000', '162543.412000', '162543.415000', '162543.417000', '162543.420000', '162543.423000', '162543.426000', '162543.429000', '162543.432000', '162543.435000', '162543.438000', '162543.441000', '162543.444000', '162543.446000', '162543.449000', '162603.326000', '162603.329000', '162603.332000', '162603.335000', '162603.338000', '162603.341000', '162603.344000', '162603.346000', '162603.349000', '162603.352000', '162603.355000', '162603.358000', '162603.361000', '162603.364000', '162603.367000', '162603.370000', '162603.372000', '162603.375000', '162603.378000', '162603.381000', '162603.384000', '162603.387000', '162603.390000', '162603.392000', '162603.395000', '162603.398000', '162603.401000', '162603.404000', '162603.407000', '162603.409000', '162603.412000', '162603.415000', '162603.418000', '162603.421000', '162603.424000', '162603.427000', '162603.429000', '162603.432000', '162603.435000', '162603.438000', '162603.441000', '162603.443000', '162603.446000', '162623.325000', '162623.328000', '162623.331000', '162623.334000', '162623.337000', '162623.340000', '162623.343000', '162623.345000', '162623.348000', '162623.351000', '162623.354000', '162623.357000', '162623.359000', '162623.362000', '162623.365000', '162623.368000', '162623.371000', '162623.374000', '162623.377000', '162623.380000', '162623.383000', '162623.386000', '162623.388000', '162623.391000', '162623.394000', '162623.397000', '162623.400000', '162623.403000', '162623.406000', '162623.409000', '162623.411000', '162623.414000', '162623.417000', '162623.420000', '162623.423000', '162623.426000', '162623.429000', '162623.432000', '162623.434000', '162623.444000', '162623.447000', '162623.450000', '162623.453000', '162643.325000', '162643.328000', '162643.331000', '162643.334000', '162643.347000', '162643.350000', '162643.353000', '162643.356000', '162643.359000', '162643.362000', '162643.364000', '162643.367000', '162643.370000', '162643.373000', '162643.376000', '162643.379000', '162643.382000', '162643.384000', '162643.387000', '162643.390000', '162643.393000', '162643.396000', '162643.399000', '162643.401000', '162643.404000', '162643.407000', '162643.410000', '162643.413000', '162643.416000', '162643.419000', '162643.421000', '162643.424000', '162643.427000', '162643.430000', '162643.463000', '162643.466000', '162643.469000', '162643.472000', '162643.475000', '162643.478000', '162643.481000', '162643.483000', '162643.486000', '162643.490000', '162703.325000', '162703.329000', '162703.332000', '162703.335000', '162703.338000', '162703.341000', '162703.344000', '162703.346000', '162703.349000', '162703.352000', '162703.369000', '162703.372000', '162703.375000', '162703.377000', '162703.380000', '162703.383000', '162703.386000', '162703.389000', '162703.392000', '162703.395000', '162703.398000', '162703.401000', '162703.404000', '162703.406000', '162703.409000', '162703.412000', '162703.415000', '162703.418000', '162703.421000', '162703.423000', '162703.426000', '162703.429000', '162703.432000', '162703.435000', '162703.438000', '162703.440000', '162703.443000', '162703.446000', '162703.449000', '162703.452000', '162703.455000', '162703.457000', '162703.460000', '162723.326000', '162723.329000', '162723.332000', '162723.335000', '162723.338000', '162723.340000', '162723.343000', '162723.346000', '162723.349000', '162723.352000', '162723.355000', '162723.357000', '162723.360000', '162723.363000', '162723.366000', '162723.369000', '162723.372000', '162723.374000', '162723.377000', '162723.380000', '162723.383000', '162723.386000', '162723.389000', '162723.391000', '162723.394000', '162723.397000', '162723.400000', '162723.403000', '162723.406000', '162723.408000', '162723.411000', '162723.414000', '162723.417000', '162723.420000', '162723.423000', '162723.425000', '162723.428000', '162723.431000', '162723.434000', '162723.437000', '162723.440000', '162723.443000', '162723.445000', '162723.448000', '162743.326000', '162743.329000', '162743.332000', '162743.335000', '162743.337000', '162743.340000', '162743.343000', '162743.346000', '162743.349000', '162743.352000', '162743.355000', '162743.358000', '162743.361000', '162743.364000', '162743.367000', '162743.370000', '162743.372000', '162743.375000', '162743.378000', '162743.381000', '162743.384000', '162743.387000', '162743.389000', '162743.392000', '162743.395000', '162743.398000', '162743.401000', '162743.404000', '162743.406000', '162743.409000', '162743.412000', '162743.415000', '162743.418000', '162743.421000', '162743.423000', '162743.426000', '162743.429000', '162743.432000', '162743.435000', '162743.438000', '162743.441000', '162743.443000', '162743.446000', '162803.326000', '162803.329000', '162803.332000', '162803.335000', '162803.338000', '162803.340000', '162803.343000', '162803.346000', '162803.349000', '162803.352000', '162803.354000', '162803.357000', '162803.360000', '162803.363000', '162803.366000', '162803.369000', '162803.372000', '162803.374000', '162803.377000', '162803.380000', '162803.383000', '162803.386000', '162803.389000', '162803.391000', '162803.394000', '162803.397000', '162803.400000', '162803.403000', '162803.406000', '162803.427000', '162803.430000', '162803.433000', '162803.436000', '162803.441000', '162803.444000', '162803.446000', '162803.449000', '162803.452000', '162803.455000', '162803.458000', '162803.461000', '162803.463000', '162803.466000', '162803.469000', '162823.326000', '162823.329000', '162823.332000', '162823.335000', '162823.338000', '162823.340000', '162823.343000', '162823.346000', '162823.349000', '162823.352000', '162823.355000', '162823.357000', '162823.360000', '162823.363000', '162823.366000', '162823.369000', '162823.372000', '162823.375000', '162823.378000', '162823.381000', '162823.384000', '162823.387000', '162823.390000', '162823.392000', '162823.395000', '162823.398000', '162823.401000', '162823.404000', '162823.407000', '162823.410000', '162823.412000', '162823.415000', '162823.418000', '162823.421000', '162823.424000', '162823.427000', '162823.429000', '162823.432000', '162823.435000', '162823.438000', '162823.441000', '162823.444000', '162823.447000', '162843.325000', '162843.328000', '162843.331000', '162843.333000', '162843.336000', '162843.339000', '162843.342000', '162843.345000', '162843.348000', '162843.351000', '162843.353000', '162843.356000', '162843.359000', '162843.362000', '162843.365000', '162843.368000', '162843.371000', '162843.373000', '162843.376000', '162843.379000', '162843.382000', '162843.384000', '162843.387000', '162843.390000', '162843.393000', '162843.396000', '162843.399000', '162843.402000', '162843.405000', '162843.407000', '162843.410000', '162843.413000', '162843.416000', '162843.419000', '162843.421000', '162843.424000', '162843.427000', '162843.430000', '162843.433000', '162843.436000', '162843.438000', '162843.441000', '162843.444000', '162843.447000', '162903.326000', '162903.329000', '162903.332000', '162903.335000', '162903.338000', '162903.341000', '162903.344000', '162903.346000', '162903.349000', '162903.352000', '162903.355000', '162903.358000', '162903.361000', '162903.363000', '162903.366000', '162903.369000', '162903.372000', '162903.375000', '162903.378000', '162903.381000', '162903.383000', '162903.386000', '162903.389000', '162903.392000', '162903.396000', '162903.401000', '162903.404000', '162903.407000', '162903.410000', '162903.412000', '162903.415000', '162903.418000', '162903.421000', '162903.424000', '162903.427000', '162903.429000', '162903.432000', '162903.435000', '162903.438000', '162903.441000', '162903.444000', '162903.447000', '162903.449000', '162923.325000', '162923.328000', '162923.331000', '162923.334000', '162923.336000', '162923.339000', '162923.342000', '162923.345000', '162923.348000', '162923.351000', '162923.353000', '162923.356000', '162923.359000', '162923.362000', '162923.365000', '162923.368000', '162923.371000', '162923.373000', '162923.376000', '162923.379000', '162923.382000', '162923.385000', '162923.388000', '162923.390000', '162923.393000', '162923.396000', '162923.399000', '162923.402000', '162923.405000', '162923.408000', '162923.410000', '162923.413000', '162923.416000', '162923.419000', '162923.422000', '162923.425000', '162923.428000', '162923.430000', '162923.433000', '162923.447000', '162923.450000', '162923.453000', '162923.455000', '162923.458000', '162943.326000', '162943.329000', '162943.332000', '162943.335000', '162943.338000', '162943.340000', '162943.343000', '162943.346000', '162943.349000', '162943.352000', '162943.355000', '162943.357000', '162943.360000', '162943.363000', '162943.366000', '162943.369000', '162943.372000', '162943.375000', '162943.378000', '162943.380000', '162943.383000', '162943.386000', '162943.389000', '162943.392000', '162943.395000', '162943.397000', '162943.400000', '162943.403000', '162943.406000', '162943.409000', '162943.412000', '162943.414000', '162943.417000', '162943.421000', '162943.426000', '162943.429000', '162943.432000', '162943.435000', '162943.438000', '162943.441000', '162943.444000', '162943.446000', '162943.449000', '163003.326000', '163003.329000', '163003.332000', '163003.335000', '163003.337000', '163003.340000', '163003.343000', '163003.346000', '163003.349000', '163003.352000', '163003.355000', '163003.357000', '163003.360000', '163003.363000', '163003.366000', '163003.369000', '163003.372000', '163003.374000', '163003.377000', '163003.380000', '163003.383000', '163003.386000', '163003.389000', '163003.392000', '163003.394000', '163003.397000', '163003.400000', '163003.403000', '163003.406000', '163003.409000', '163003.411000', '163003.414000', '163003.417000', '163003.420000', '163003.423000', '163003.426000', '163003.428000', '163003.431000', '163003.434000', '163003.437000', '163003.440000', '163003.443000', '163003.445000', '163003.448000', '163023.326000', '163023.329000', '163023.332000', '163023.335000', '163023.337000', '163023.340000', '163023.343000', '163023.346000', '163023.349000', '163023.352000', '163023.355000', '163023.357000', '163023.360000', '163023.364000', '163023.367000', '163023.370000', '163023.373000', '163023.376000', '163023.379000', '163023.382000', '163023.385000', '163023.387000', '163023.390000', '163023.393000', '163023.396000', '163023.399000', '163023.402000', '163023.404000', '163023.407000', '163023.410000', '163023.413000', '163023.416000', '163023.419000', '163023.422000', '163023.424000', '163023.427000', '163023.430000', '163023.434000', '163023.439000', '163023.443000', '163023.445000', '163023.448000', '163023.451000', '163043.326000', '163043.329000', '163043.332000', '163043.335000', '163043.338000', '163043.340000', '163043.343000', '163043.346000', '163043.349000', '163043.352000', '163043.355000', '163043.357000', '163043.360000', '163043.363000', '163043.366000', '163043.369000', '163043.372000', '163043.374000', '163043.377000', '163043.380000', '163043.383000', '163043.386000', '163043.389000', '163043.392000', '163043.394000', '163043.397000', '163043.400000', '163043.403000', '163043.406000', '163043.409000', '163043.411000', '163043.414000', '163043.417000', '163043.420000', '163043.423000', '163043.426000', '163043.433000', '163043.436000', '163043.439000', '163043.441000', '163043.444000', '163043.447000', '163043.450000', '163043.453000', '163103.325000', '163103.328000', '163103.331000', '163103.334000', '163103.336000', '163103.339000', '163103.342000', '163103.345000', '163103.348000', '163103.351000', '163103.354000', '163103.357000', '163103.360000', '163103.362000', '163103.365000', '163103.368000', '163103.371000', '163103.374000', '163103.377000', '163103.379000', '163103.382000', '163103.385000', '163103.388000', '163103.391000', '163103.394000', '163103.397000', '163103.399000', '163103.402000', '163103.405000', '163103.408000', '163103.411000', '163103.414000', '163103.417000', '163103.419000', '163103.422000', '163103.425000', '163103.428000', '163103.431000', '163103.434000', '163103.437000', '163103.439000', '163103.442000', '163103.445000', '163123.325000', '163123.328000', '163123.331000', '163123.334000', '163123.337000', '163123.339000', '163123.342000', '163123.345000', '163123.348000', '163123.351000', '163123.354000', '163123.356000', '163123.359000', '163123.362000', '163123.365000', '163123.368000', '163123.371000', '163123.373000', '163123.376000', '163123.379000', '163123.382000', '163123.385000', '163123.388000', '163123.391000', '163123.393000', '163123.396000', '163123.399000', '163123.402000', '163123.405000', '163123.408000', '163123.410000', '163123.413000', '163123.416000', '163123.419000', '163123.422000', '163123.425000', '163123.428000', '163123.430000', '163123.433000', '163123.436000', '163123.439000', '163123.442000', '163123.445000', '163123.447000', '163143.325000', '163143.328000', '163143.331000', '163143.334000', '163143.337000', '163143.339000', '163143.342000', '163143.345000', '163143.348000', '163143.351000', '163143.353000', '163143.356000', '163143.359000', '163143.362000', '163143.365000', '163143.368000', '163143.370000', '163143.373000', '163143.376000', '163143.379000', '163143.382000', '163143.385000', '163143.388000', '163143.391000', '163143.393000', '163143.396000', '163143.399000', '163143.403000', '163143.406000', '163143.409000', '163143.412000', '163143.415000', '163143.417000', '163143.420000', '163143.423000', '163143.426000', '163143.429000', '163143.432000', '163143.434000', '163143.437000', '163143.440000', '163143.443000', '163143.446000', '163203.326000', '163203.329000', '163203.332000', '163203.334000', '163203.337000', '163203.340000', '163203.343000', '163203.346000', '163203.349000', '163203.351000', '163203.354000', '163203.357000', '163203.360000', '163203.363000', '163203.366000', '163203.369000', '163203.372000', '163203.374000', '163203.377000', '163203.380000', '163203.383000', '163203.386000', '163203.389000', '163203.392000', '163203.395000', '163203.397000', '163203.400000', '163203.403000', '163203.406000', '163203.409000', '163203.412000', '163203.414000', '163203.424000', '163203.427000', '163203.430000', '163203.433000', '163203.435000', '163203.438000', '163203.441000', '163203.444000', '163203.447000', '163203.450000', '163203.452000', '163203.455000', '163223.326000', '163223.329000', '163223.332000', '163223.335000', '163223.338000', '163223.340000', '163223.343000', '163223.346000', '163223.349000', '163223.352000', '163223.355000', '163223.357000', '163223.360000', '163223.363000', '163223.366000', '163223.369000', '163223.372000', '163223.375000', '163223.377000', '163223.380000', '163223.389000', '163223.392000', '163223.394000', '163223.397000', '163223.400000', '163223.403000', '163223.406000', '163223.409000', '163223.412000', '163223.415000', '163223.418000', '163223.421000', '163223.424000', '163223.426000', '163223.429000', '163223.432000', '163223.435000', '163223.438000', '163223.441000', '163223.443000', '163223.446000', '163223.449000', '163223.452000', '163243.326000', '163243.329000', '163243.332000', '163243.335000', '163243.338000', '163243.340000', '163243.343000', '163243.346000', '163243.349000', '163243.352000', '163243.354000', '163243.357000', '163243.360000', '163243.363000', '163243.366000', '163243.369000', '163243.371000', '163243.374000', '163243.377000', '163243.380000', '163243.383000', '163243.386000', '163243.389000', '163243.391000', '163243.394000', '163243.397000', '163243.400000', '163243.403000', '163243.406000', '163243.409000', '163243.411000', '163243.414000', '163243.417000', '163243.420000', '163243.423000', '163243.426000', '163243.429000', '163243.431000', '163243.434000', '163243.437000', '163243.440000', '163243.443000', '163243.445000', '163243.448000', '163303.326000', '163303.329000', '163303.332000', '163303.335000', '163303.338000', '163303.340000', '163303.343000', '163303.346000', '163303.349000', '163303.352000', '163303.355000', '163303.357000', '163303.360000', '163303.363000', '163303.366000', '163303.369000', '163303.372000', '163303.374000', '163303.377000', '163303.380000', '163303.383000', '163303.386000', '163303.388000', '163303.391000', '163303.394000', '163303.397000', '163303.400000', '163303.403000', '163303.405000', '163303.408000', '163303.411000', '163303.414000', '163303.417000', '163303.420000', '163303.423000', '163303.426000', '163303.428000', '163303.431000', '163303.434000', '163303.437000', '163303.441000', '163303.444000', '163303.447000', '163323.325000', '163323.328000', '163323.331000', '163323.334000', '163323.337000', '163323.340000', '163323.342000', '163323.345000', '163323.348000', '163323.351000', '163323.354000', '163323.357000', '163323.360000', '163323.363000', '163323.366000', '163323.377000', '163323.380000', '163323.383000', '163323.386000', '163323.388000', '163323.391000', '163323.394000', '163323.397000', '163323.400000', '163323.403000', '163323.406000', '163323.412000', '163323.415000', '163323.418000', '163323.421000', '163323.424000', '163323.427000', '163323.430000', '163323.433000', '163323.436000', '163323.438000', '163323.441000', '163323.444000', '163323.447000', '163323.450000', '163323.453000', '163323.455000', '163323.458000', '163343.325000', '163343.328000', '163343.331000', '163343.334000', '163343.337000', '163343.340000', '163343.342000', '163343.345000', '163343.348000', '163343.351000', '163343.354000', '163343.357000', '163343.359000', '163343.362000', '163343.365000', '163343.368000', '163343.371000', '163343.374000', '163343.377000', '163343.379000', '163343.382000', '163343.385000', '163343.388000', '163343.391000', '163343.394000', '163343.396000', '163343.399000', '163343.402000', '163343.405000', '163343.408000', '163343.411000', '163343.414000', '163343.417000', '163343.419000', '163343.422000', '163343.425000', '163343.428000', '163343.431000', '163343.434000', '163343.437000', '163343.440000', '163343.442000', '163343.445000', '163343.448000', '163403.325000', '163403.328000', '163403.331000', '163403.334000', '163403.336000', '163403.339000', '163403.342000', '163403.345000', '163403.348000', '163403.351000', '163403.353000', '163403.356000', '163403.359000', '163403.362000', '163403.365000', '163403.368000', '163403.370000', '163403.373000', '163403.376000', '163403.379000', '163403.382000', '163403.384000', '163403.387000', '163403.390000', '163403.393000', '163403.396000', '163403.399000', '163403.402000', '163403.405000', '163403.407000', '163403.410000', '163403.413000', '163403.416000', '163403.419000', '163403.422000', '163403.424000', '163403.427000', '163403.430000', '163403.433000', '163403.436000', '163403.439000', '163403.442000', '163403.444000', '163403.447000', '163423.326000', '163423.329000', '163423.332000', '163423.335000', '163423.338000', '163423.340000', '163423.343000', '163423.346000', '163423.350000', '163423.353000', '163423.356000', '163423.359000', '163423.362000', '163423.364000', '163423.367000', '163423.370000', '163423.373000', '163423.376000', '163423.379000', '163423.381000', '163423.384000', '163423.387000', '163423.390000', '163423.393000', '163423.395000', '163423.398000', '163423.401000', '163423.404000', '163423.407000', '163423.410000', '163423.413000', '163423.415000', '163423.418000', '163423.421000', '163423.424000', '163423.427000', '163423.430000', '163423.432000', '163423.435000', '163423.438000', '163423.453000', '163423.456000', '163423.459000', '163443.326000', '163443.329000', '163443.332000', '163443.335000', '163443.338000', '163443.340000', '163443.343000', '163443.346000', '163443.349000', '163443.352000', '163443.354000', '163443.357000', '163443.360000', '163443.363000', '163443.366000', '163443.369000', '163443.372000', '163443.375000', '163443.377000', '163443.380000', '163443.383000', '163443.386000', '163443.389000', '163443.391000', '163443.394000', '163443.397000', '163443.400000', '163443.403000', '163443.406000', '163443.409000', '163443.412000', '163443.414000', '163443.417000', '163443.420000', '163443.423000', '163443.426000', '163443.429000', '163443.431000', '163443.434000', '163443.437000', '163443.440000', '163443.443000', '163443.446000', '163503.326000', '163503.329000', '163503.332000', '163503.335000', '163503.338000', '163503.341000', '163503.343000', '163503.346000', '163503.349000', '163503.352000', '163503.355000', '163503.358000', '163503.361000', '163503.364000', '163503.366000', '163503.369000', '163503.372000', '163503.375000', '163503.378000', '163503.381000', '163503.383000', '163503.386000', '163503.389000', '163503.392000', '163503.395000', '163503.398000', '163503.401000', '163503.403000', '163503.406000', '163503.409000', '163503.412000', '163503.415000', '163503.418000', '163503.421000', '163503.423000', '163503.426000', '163503.429000', '163503.432000', '163503.435000', '163503.438000', '163503.440000', '163503.443000', '163503.446000', '163503.449000', '163523.326000', '163523.329000', '163523.332000', '163523.335000', '163523.338000', '163523.341000', '163523.344000', '163523.347000', '163523.350000', '163523.353000', '163523.356000', '163523.359000', '163523.361000', '163523.364000', '163523.367000', '163523.370000', '163523.373000', '163523.376000', '163523.378000', '163523.381000', '163523.384000', '163523.387000', '163523.390000', '163523.393000', '163523.395000', '163523.398000', '163523.401000', '163523.404000', '163523.407000', '163523.410000', '163523.412000', '163523.415000', '163523.418000', '163523.421000', '163523.424000', '163523.426000', '163523.429000', '163523.432000', '163523.435000', '163523.438000', '163523.441000', '163523.444000', '163523.446000', '163543.325000', '163543.328000', '163543.331000', '163543.334000', '163543.337000', '163543.340000', '163543.342000', '163543.345000', '163543.348000', '163543.363000', '163543.366000', '163543.369000', '163543.372000', '163543.375000', '163543.378000', '163543.381000', '163543.383000', '163543.386000', '163543.389000', '163543.392000', '163543.395000', '163543.398000', '163543.400000', '163543.403000', '163543.406000', '163543.409000', '163543.412000', '163543.415000', '163543.418000', '163543.420000', '163543.423000', '163543.426000', '163543.429000', '163543.432000', '163543.435000', '163543.437000', '163543.440000', '163543.443000', '163543.446000', '163543.449000', '163543.452000', '163543.454000', '163543.457000', '163543.460000', '163603.325000', '163603.328000', '163603.331000', '163603.334000', '163603.337000', '163603.339000', '163603.342000', '163603.345000', '163603.348000', '163603.351000', '163603.354000', '163603.357000', '163603.360000', '163603.363000', '163603.366000', '163603.369000', '163603.371000', '163603.374000', '163603.377000', '163603.380000', '163603.383000', '163603.386000', '163603.389000', '163603.391000', '163603.394000', '163603.397000', '163603.400000', '163603.403000', '163603.406000', '163603.409000', '163603.411000', '163603.414000', '163603.417000', '163603.420000', '163603.423000', '163603.426000', '163603.429000', '163603.431000', '163603.434000', '163603.437000', '163603.440000', '163603.443000', '163603.446000', '163623.325000', '163623.328000', '163623.331000', '163623.334000', '163623.337000', '163623.340000', '163623.342000', '163623.345000', '163623.348000', '163623.351000', '163623.354000', '163623.357000', '163623.368000', '163623.371000', '163623.374000', '163623.377000', '163623.380000', '163623.382000', '163623.385000', '163623.388000', '163623.391000', '163623.394000', '163623.397000', '163623.400000', '163623.402000', '163623.405000', '163623.408000', '163623.411000', '163623.414000', '163623.417000', '163623.420000', '163623.422000', '163623.425000', '163623.428000', '163623.431000', '163623.434000', '163623.437000', '163623.440000', '163623.442000', '163623.445000', '163623.448000', '163623.451000', '163623.454000', '163623.456000', '163643.326000', '163643.329000', '163643.332000', '163643.335000', '163643.338000', '163643.340000', '163643.343000', '163643.346000', '163643.349000', '163643.352000', '163643.355000', '163643.358000', '163643.360000', '163643.363000', '163643.366000', '163643.369000', '163643.372000', '163643.375000', '163643.378000', '163643.381000', '163643.384000', '163643.387000', '163643.390000', '163643.392000', '163643.395000', '163643.398000', '163643.401000', '163643.404000', '163643.407000', '163643.409000', '163643.412000', '163643.415000', '163643.418000', '163643.421000', '163643.436000', '163643.439000', '163643.441000', '163643.444000', '163643.447000', '163643.450000', '163643.453000', '163643.456000', '163643.458000', '163651.726000', '163651.729000', '163651.732000', '163651.735000', '163651.739000', '163651.743000', '163651.746000', '163651.749000', '163651.752000', '163651.755000', '163651.758000', '163651.761000', '163651.764000', '163651.767000', '163651.770000', '163651.773000', '163651.776000', '163651.779000', '163651.782000'], 'InstanceCreationTime': ['162303.355000', '162303.359000', '162303.362000', '162303.365000', '162303.367000', '162303.370000', '162303.373000', '162303.376000', '162303.379000', '162303.381000', '162303.384000', '162303.387000', '162303.390000', '162303.393000', '162303.396000', '162303.398000', '162303.401000', '162303.404000', '162303.407000', '162303.410000', '162303.412000', '162303.415000', '162303.418000', '162303.424000', '162303.426000', '162303.429000', '162303.432000', '162303.435000', '162303.438000', '162303.441000', '162303.443000', '162303.446000', '162303.449000', '162303.452000', '162303.455000', '162303.457000', '162303.460000', '162303.463000', '162303.466000', '162303.469000', '162303.471000', '162303.474000', '162303.477000', '162303.480000', '162303.483000', '162303.485000', '162303.488000', '162303.491000', '162303.494000', '162303.497000', '162303.499000', '162303.502000', '162303.505000', '162303.508000', '162303.511000', '162303.513000', '162303.516000', '162303.519000', '162323.326000', '162323.329000', '162323.335000', '162323.338000', '162323.341000', '162323.344000', '162323.347000', '162323.350000', '162323.352000', '162323.355000', '162323.358000', '162323.361000', '162323.364000', '162323.367000', '162323.369000', '162323.372000', '162323.375000', '162323.378000', '162323.381000', '162323.384000', '162323.386000', '162323.389000', '162323.392000', '162323.395000', '162323.398000', '162323.401000', '162323.404000', '162323.407000', '162323.409000', '162323.412000', '162323.415000', '162323.418000', '162323.421000', '162323.424000', '162323.427000', '162323.429000', '162323.432000', '162323.435000', '162323.438000', '162323.440000', '162323.451000', '162323.453000', '162323.456000', '162343.326000', '162343.329000', '162343.332000', '162343.334000', '162343.337000', '162343.340000', '162343.349000', '162343.352000', '162343.355000', '162343.358000', '162343.361000', '162343.363000', '162343.366000', '162343.369000', '162343.372000', '162343.375000', '162343.377000', '162343.380000', '162343.383000', '162343.394000', '162343.397000', '162343.400000', '162343.403000', '162343.406000', '162343.409000', '162343.412000', '162343.415000', '162343.418000', '162343.420000', '162343.423000', '162343.426000', '162343.429000', '162343.432000', '162343.435000', '162343.438000', '162343.440000', '162343.443000', '162343.446000', '162343.449000', '162343.452000', '162343.455000', '162343.457000', '162343.460000', '162343.463000', '162403.326000', '162403.329000', '162403.332000', '162403.334000', '162403.337000', '162403.340000', '162403.343000', '162403.346000', '162403.349000', '162403.352000', '162403.354000', '162403.357000', '162403.360000', '162403.363000', '162403.366000', '162403.369000', '162403.371000', '162403.374000', '162403.387000', '162403.390000', '162403.393000', '162403.396000', '162403.399000', '162403.401000', '162403.404000', '162403.407000', '162403.410000', '162403.413000', '162403.417000', '162403.419000', '162403.422000', '162403.425000', '162403.428000', '162403.431000', '162403.434000', '162403.437000', '162403.439000', '162403.442000', '162403.445000', '162403.448000', '162403.451000', '162403.453000', '162403.456000', '162423.325000', '162423.328000', '162423.331000', '162423.333000', '162423.336000', '162423.339000', '162423.342000', '162423.345000', '162423.347000', '162423.350000', '162423.353000', '162423.356000', '162423.359000', '162423.366000', '162423.377000', '162423.380000', '162423.382000', '162423.385000', '162423.388000', '162423.391000', '162423.394000', '162423.397000', '162423.400000', '162423.403000', '162423.406000', '162423.409000', '162423.412000', '162423.414000', '162423.417000', '162423.420000', '162423.423000', '162423.426000', '162423.429000', '162423.431000', '162423.434000', '162423.437000', '162423.440000', '162423.443000', '162423.446000', '162423.448000', '162423.451000', '162423.454000', '162423.457000', '162423.460000', '162443.325000', '162443.328000', '162443.331000', '162443.334000', '162443.336000', '162443.339000', '162443.342000', '162443.345000', '162443.348000', '162443.351000', '162443.354000', '162443.356000', '162443.359000', '162443.362000', '162443.365000', '162443.368000', '162443.371000', '162443.374000', '162443.377000', '162443.380000', '162443.383000', '162443.393000', '162443.396000', '162443.398000', '162443.401000', '162443.404000', '162443.407000', '162443.410000', '162443.413000', '162443.416000', '162443.419000', '162443.421000', '162443.424000', '162443.427000', '162443.430000', '162443.433000', '162443.436000', '162443.439000', '162443.442000', '162443.444000', '162443.447000', '162443.450000', '162443.453000', '162503.326000', '162503.329000', '162503.332000', '162503.335000', '162503.338000', '162503.341000', '162503.343000', '162503.346000', '162503.349000', '162503.352000', '162503.355000', '162503.358000', '162503.360000', '162503.363000', '162503.366000', '162503.369000', '162503.372000', '162503.375000', '162503.378000', '162503.381000', '162503.383000', '162503.386000', '162503.402000', '162503.405000', '162503.408000', '162503.411000', '162503.414000', '162503.417000', '162503.419000', '162503.422000', '162503.425000', '162503.428000', '162503.431000', '162503.433000', '162503.436000', '162503.439000', '162503.442000', '162503.445000', '162503.448000', '162503.450000', '162503.453000', '162503.456000', '162503.459000', '162503.462000', '162523.326000', '162523.329000', '162523.332000', '162523.335000', '162523.338000', '162523.340000', '162523.343000', '162523.346000', '162523.349000', '162523.352000', '162523.355000', '162523.357000', '162523.360000', '162523.363000', '162523.366000', '162523.369000', '162523.371000', '162523.374000', '162523.377000', '162523.380000', '162523.383000', '162523.386000', '162523.389000', '162523.391000', '162523.394000', '162523.397000', '162523.400000', '162523.403000', '162523.405000', '162523.408000', '162523.411000', '162523.414000', '162523.417000', '162523.420000', '162523.423000', '162523.425000', '162523.428000', '162523.431000', '162523.434000', '162523.437000', '162523.440000', '162523.442000', '162523.445000', '162543.326000', '162543.329000', '162543.332000', '162543.334000', '162543.337000', '162543.340000', '162543.343000', '162543.346000', '162543.349000', '162543.352000', '162543.355000', '162543.357000', '162543.360000', '162543.363000', '162543.366000', '162543.369000', '162543.372000', '162543.375000', '162543.378000', '162543.381000', '162543.383000', '162543.386000', '162543.389000', '162543.392000', '162543.395000', '162543.398000', '162543.400000', '162543.403000', '162543.406000', '162543.409000', '162543.412000', '162543.415000', '162543.417000', '162543.420000', '162543.423000', '162543.426000', '162543.429000', '162543.432000', '162543.435000', '162543.438000', '162543.441000', '162543.444000', '162543.446000', '162543.449000', '162603.326000', '162603.329000', '162603.332000', '162603.335000', '162603.338000', '162603.341000', '162603.344000', '162603.346000', '162603.349000', '162603.352000', '162603.355000', '162603.358000', '162603.361000', '162603.364000', '162603.367000', '162603.370000', '162603.372000', '162603.375000', '162603.378000', '162603.381000', '162603.384000', '162603.387000', '162603.390000', '162603.392000', '162603.395000', '162603.398000', '162603.401000', '162603.404000', '162603.407000', '162603.409000', '162603.412000', '162603.415000', '162603.418000', '162603.421000', '162603.424000', '162603.427000', '162603.429000', '162603.432000', '162603.435000', '162603.438000', '162603.441000', '162603.443000', '162603.446000', '162623.325000', '162623.328000', '162623.331000', '162623.334000', '162623.337000', '162623.340000', '162623.343000', '162623.345000', '162623.348000', '162623.351000', '162623.354000', '162623.357000', '162623.359000', '162623.362000', '162623.365000', '162623.368000', '162623.371000', '162623.374000', '162623.377000', '162623.380000', '162623.383000', '162623.386000', '162623.388000', '162623.391000', '162623.394000', '162623.397000', '162623.400000', '162623.403000', '162623.406000', '162623.409000', '162623.411000', '162623.414000', '162623.417000', '162623.420000', '162623.423000', '162623.426000', '162623.429000', '162623.432000', '162623.434000', '162623.444000', '162623.447000', '162623.450000', '162623.453000', '162643.325000', '162643.328000', '162643.331000', '162643.334000', '162643.347000', '162643.350000', '162643.353000', '162643.356000', '162643.359000', '162643.362000', '162643.364000', '162643.367000', '162643.370000', '162643.373000', '162643.376000', '162643.379000', '162643.382000', '162643.384000', '162643.387000', '162643.390000', '162643.393000', '162643.396000', '162643.399000', '162643.401000', '162643.404000', '162643.407000', '162643.410000', '162643.413000', '162643.416000', '162643.419000', '162643.421000', '162643.424000', '162643.427000', '162643.430000', '162643.463000', '162643.466000', '162643.469000', '162643.472000', '162643.475000', '162643.478000', '162643.481000', '162643.483000', '162643.486000', '162643.490000', '162703.325000', '162703.329000', '162703.332000', '162703.335000', '162703.338000', '162703.341000', '162703.344000', '162703.346000', '162703.349000', '162703.352000', '162703.369000', '162703.372000', '162703.375000', '162703.377000', '162703.380000', '162703.383000', '162703.386000', '162703.389000', '162703.392000', '162703.395000', '162703.398000', '162703.401000', '162703.404000', '162703.406000', '162703.409000', '162703.412000', '162703.415000', '162703.418000', '162703.421000', '162703.423000', '162703.426000', '162703.429000', '162703.432000', '162703.435000', '162703.438000', '162703.440000', '162703.443000', '162703.446000', '162703.449000', '162703.452000', '162703.455000', '162703.457000', '162703.460000', '162723.326000', '162723.329000', '162723.332000', '162723.335000', '162723.338000', '162723.340000', '162723.343000', '162723.346000', '162723.349000', '162723.352000', '162723.355000', '162723.357000', '162723.360000', '162723.363000', '162723.366000', '162723.369000', '162723.372000', '162723.374000', '162723.377000', '162723.380000', '162723.383000', '162723.386000', '162723.389000', '162723.391000', '162723.394000', '162723.397000', '162723.400000', '162723.403000', '162723.406000', '162723.408000', '162723.411000', '162723.414000', '162723.417000', '162723.420000', '162723.423000', '162723.425000', '162723.428000', '162723.431000', '162723.434000', '162723.437000', '162723.440000', '162723.443000', '162723.445000', '162723.448000', '162743.326000', '162743.329000', '162743.332000', '162743.335000', '162743.337000', '162743.340000', '162743.343000', '162743.346000', '162743.349000', '162743.352000', '162743.355000', '162743.358000', '162743.361000', '162743.364000', '162743.367000', '162743.370000', '162743.372000', '162743.375000', '162743.378000', '162743.381000', '162743.384000', '162743.387000', '162743.389000', '162743.392000', '162743.395000', '162743.398000', '162743.401000', '162743.404000', '162743.406000', '162743.409000', '162743.412000', '162743.415000', '162743.418000', '162743.421000', '162743.423000', '162743.426000', '162743.429000', '162743.432000', '162743.435000', '162743.438000', '162743.441000', '162743.443000', '162743.446000', '162803.326000', '162803.329000', '162803.332000', '162803.335000', '162803.338000', '162803.340000', '162803.343000', '162803.346000', '162803.349000', '162803.352000', '162803.354000', '162803.357000', '162803.360000', '162803.363000', '162803.366000', '162803.369000', '162803.372000', '162803.374000', '162803.377000', '162803.380000', '162803.383000', '162803.386000', '162803.389000', '162803.391000', '162803.394000', '162803.397000', '162803.400000', '162803.403000', '162803.406000', '162803.427000', '162803.430000', '162803.433000', '162803.436000', '162803.441000', '162803.444000', '162803.446000', '162803.449000', '162803.452000', '162803.455000', '162803.458000', '162803.461000', '162803.463000', '162803.466000', '162803.469000', '162823.326000', '162823.329000', '162823.332000', '162823.335000', '162823.338000', '162823.340000', '162823.343000', '162823.346000', '162823.349000', '162823.352000', '162823.355000', '162823.357000', '162823.360000', '162823.363000', '162823.366000', '162823.369000', '162823.372000', '162823.375000', '162823.378000', '162823.381000', '162823.384000', '162823.387000', '162823.390000', '162823.392000', '162823.395000', '162823.398000', '162823.401000', '162823.404000', '162823.407000', '162823.410000', '162823.412000', '162823.415000', '162823.418000', '162823.421000', '162823.424000', '162823.427000', '162823.429000', '162823.432000', '162823.435000', '162823.438000', '162823.441000', '162823.444000', '162823.447000', '162843.325000', '162843.328000', '162843.331000', '162843.333000', '162843.336000', '162843.339000', '162843.342000', '162843.345000', '162843.348000', '162843.351000', '162843.353000', '162843.356000', '162843.359000', '162843.362000', '162843.365000', '162843.368000', '162843.371000', '162843.373000', '162843.376000', '162843.379000', '162843.382000', '162843.384000', '162843.387000', '162843.390000', '162843.393000', '162843.396000', '162843.399000', '162843.402000', '162843.405000', '162843.407000', '162843.410000', '162843.413000', '162843.416000', '162843.419000', '162843.421000', '162843.424000', '162843.427000', '162843.430000', '162843.433000', '162843.436000', '162843.438000', '162843.441000', '162843.444000', '162843.447000', '162903.326000', '162903.329000', '162903.332000', '162903.335000', '162903.338000', '162903.341000', '162903.344000', '162903.346000', '162903.349000', '162903.352000', '162903.355000', '162903.358000', '162903.361000', '162903.363000', '162903.366000', '162903.369000', '162903.372000', '162903.375000', '162903.378000', '162903.381000', '162903.383000', '162903.386000', '162903.389000', '162903.392000', '162903.396000', '162903.401000', '162903.404000', '162903.407000', '162903.410000', '162903.412000', '162903.415000', '162903.418000', '162903.421000', '162903.424000', '162903.427000', '162903.429000', '162903.432000', '162903.435000', '162903.438000', '162903.441000', '162903.444000', '162903.447000', '162903.449000', '162923.325000', '162923.328000', '162923.331000', '162923.334000', '162923.336000', '162923.339000', '162923.342000', '162923.345000', '162923.348000', '162923.351000', '162923.353000', '162923.356000', '162923.359000', '162923.362000', '162923.365000', '162923.368000', '162923.371000', '162923.373000', '162923.376000', '162923.379000', '162923.382000', '162923.385000', '162923.388000', '162923.390000', '162923.393000', '162923.396000', '162923.399000', '162923.402000', '162923.405000', '162923.408000', '162923.410000', '162923.413000', '162923.416000', '162923.419000', '162923.422000', '162923.425000', '162923.428000', '162923.430000', '162923.433000', '162923.447000', '162923.450000', '162923.453000', '162923.455000', '162923.458000', '162943.326000', '162943.329000', '162943.332000', '162943.335000', '162943.338000', '162943.340000', '162943.343000', '162943.346000', '162943.349000', '162943.352000', '162943.355000', '162943.357000', '162943.360000', '162943.363000', '162943.366000', '162943.369000', '162943.372000', '162943.375000', '162943.378000', '162943.380000', '162943.383000', '162943.386000', '162943.389000', '162943.392000', '162943.395000', '162943.397000', '162943.400000', '162943.403000', '162943.406000', '162943.409000', '162943.412000', '162943.414000', '162943.417000', '162943.421000', '162943.426000', '162943.429000', '162943.432000', '162943.435000', '162943.438000', '162943.441000', '162943.444000', '162943.446000', '162943.449000', '163003.326000', '163003.329000', '163003.332000', '163003.335000', '163003.337000', '163003.340000', '163003.343000', '163003.346000', '163003.349000', '163003.352000', '163003.355000', '163003.357000', '163003.360000', '163003.363000', '163003.366000', '163003.369000', '163003.372000', '163003.374000', '163003.377000', '163003.380000', '163003.383000', '163003.386000', '163003.389000', '163003.392000', '163003.394000', '163003.397000', '163003.400000', '163003.403000', '163003.406000', '163003.409000', '163003.411000', '163003.414000', '163003.417000', '163003.420000', '163003.423000', '163003.426000', '163003.428000', '163003.431000', '163003.434000', '163003.437000', '163003.440000', '163003.443000', '163003.445000', '163003.448000', '163023.326000', '163023.329000', '163023.332000', '163023.335000', '163023.337000', '163023.340000', '163023.343000', '163023.346000', '163023.349000', '163023.352000', '163023.355000', '163023.357000', '163023.360000', '163023.364000', '163023.367000', '163023.370000', '163023.373000', '163023.376000', '163023.379000', '163023.382000', '163023.385000', '163023.387000', '163023.390000', '163023.393000', '163023.396000', '163023.399000', '163023.402000', '163023.404000', '163023.407000', '163023.410000', '163023.413000', '163023.416000', '163023.419000', '163023.422000', '163023.424000', '163023.427000', '163023.430000', '163023.434000', '163023.439000', '163023.443000', '163023.445000', '163023.448000', '163023.451000', '163043.326000', '163043.329000', '163043.332000', '163043.335000', '163043.338000', '163043.340000', '163043.343000', '163043.346000', '163043.349000', '163043.352000', '163043.355000', '163043.357000', '163043.360000', '163043.363000', '163043.366000', '163043.369000', '163043.372000', '163043.374000', '163043.377000', '163043.380000', '163043.383000', '163043.386000', '163043.389000', '163043.392000', '163043.394000', '163043.397000', '163043.400000', '163043.403000', '163043.406000', '163043.409000', '163043.411000', '163043.414000', '163043.417000', '163043.420000', '163043.423000', '163043.426000', '163043.433000', '163043.436000', '163043.439000', '163043.441000', '163043.444000', '163043.447000', '163043.450000', '163043.453000', '163103.325000', '163103.328000', '163103.331000', '163103.334000', '163103.336000', '163103.339000', '163103.342000', '163103.345000', '163103.348000', '163103.351000', '163103.354000', '163103.357000', '163103.360000', '163103.362000', '163103.365000', '163103.368000', '163103.371000', '163103.374000', '163103.377000', '163103.379000', '163103.382000', '163103.385000', '163103.388000', '163103.391000', '163103.394000', '163103.397000', '163103.399000', '163103.402000', '163103.405000', '163103.408000', '163103.411000', '163103.414000', '163103.417000', '163103.419000', '163103.422000', '163103.425000', '163103.428000', '163103.431000', '163103.434000', '163103.437000', '163103.439000', '163103.442000', '163103.445000', '163123.325000', '163123.328000', '163123.331000', '163123.334000', '163123.337000', '163123.339000', '163123.342000', '163123.345000', '163123.348000', '163123.351000', '163123.354000', '163123.356000', '163123.359000', '163123.362000', '163123.365000', '163123.368000', '163123.371000', '163123.373000', '163123.376000', '163123.379000', '163123.382000', '163123.385000', '163123.388000', '163123.391000', '163123.393000', '163123.396000', '163123.399000', '163123.402000', '163123.405000', '163123.408000', '163123.410000', '163123.413000', '163123.416000', '163123.419000', '163123.422000', '163123.425000', '163123.428000', '163123.430000', '163123.433000', '163123.436000', '163123.439000', '163123.442000', '163123.445000', '163123.447000', '163143.325000', '163143.328000', '163143.331000', '163143.334000', '163143.337000', '163143.339000', '163143.342000', '163143.345000', '163143.348000', '163143.351000', '163143.353000', '163143.356000', '163143.359000', '163143.362000', '163143.365000', '163143.368000', '163143.370000', '163143.373000', '163143.376000', '163143.379000', '163143.382000', '163143.385000', '163143.388000', '163143.391000', '163143.393000', '163143.396000', '163143.399000', '163143.403000', '163143.406000', '163143.409000', '163143.412000', '163143.415000', '163143.417000', '163143.420000', '163143.423000', '163143.426000', '163143.429000', '163143.432000', '163143.434000', '163143.437000', '163143.440000', '163143.443000', '163143.446000', '163203.326000', '163203.329000', '163203.332000', '163203.334000', '163203.337000', '163203.340000', '163203.343000', '163203.346000', '163203.349000', '163203.351000', '163203.354000', '163203.357000', '163203.360000', '163203.363000', '163203.366000', '163203.369000', '163203.372000', '163203.374000', '163203.377000', '163203.380000', '163203.383000', '163203.386000', '163203.389000', '163203.392000', '163203.395000', '163203.397000', '163203.400000', '163203.403000', '163203.406000', '163203.409000', '163203.412000', '163203.414000', '163203.424000', '163203.427000', '163203.430000', '163203.433000', '163203.435000', '163203.438000', '163203.441000', '163203.444000', '163203.447000', '163203.450000', '163203.452000', '163203.455000', '163223.326000', '163223.329000', '163223.332000', '163223.335000', '163223.338000', '163223.340000', '163223.343000', '163223.346000', '163223.349000', '163223.352000', '163223.355000', '163223.357000', '163223.360000', '163223.363000', '163223.366000', '163223.369000', '163223.372000', '163223.375000', '163223.377000', '163223.380000', '163223.389000', '163223.392000', '163223.394000', '163223.397000', '163223.400000', '163223.403000', '163223.406000', '163223.409000', '163223.412000', '163223.415000', '163223.418000', '163223.421000', '163223.424000', '163223.426000', '163223.429000', '163223.432000', '163223.435000', '163223.438000', '163223.441000', '163223.443000', '163223.446000', '163223.449000', '163223.452000', '163243.326000', '163243.329000', '163243.332000', '163243.335000', '163243.338000', '163243.340000', '163243.343000', '163243.346000', '163243.349000', '163243.352000', '163243.354000', '163243.357000', '163243.360000', '163243.363000', '163243.366000', '163243.369000', '163243.371000', '163243.374000', '163243.377000', '163243.380000', '163243.383000', '163243.386000', '163243.389000', '163243.391000', '163243.394000', '163243.397000', '163243.400000', '163243.403000', '163243.406000', '163243.409000', '163243.411000', '163243.414000', '163243.417000', '163243.420000', '163243.423000', '163243.426000', '163243.429000', '163243.431000', '163243.434000', '163243.437000', '163243.440000', '163243.443000', '163243.445000', '163243.448000', '163303.326000', '163303.329000', '163303.332000', '163303.335000', '163303.338000', '163303.340000', '163303.343000', '163303.346000', '163303.349000', '163303.352000', '163303.355000', '163303.357000', '163303.360000', '163303.363000', '163303.366000', '163303.369000', '163303.372000', '163303.374000', '163303.377000', '163303.380000', '163303.383000', '163303.386000', '163303.388000', '163303.391000', '163303.394000', '163303.397000', '163303.400000', '163303.403000', '163303.405000', '163303.408000', '163303.411000', '163303.414000', '163303.417000', '163303.420000', '163303.423000', '163303.426000', '163303.428000', '163303.431000', '163303.434000', '163303.437000', '163303.441000', '163303.444000', '163303.447000', '163323.325000', '163323.328000', '163323.331000', '163323.334000', '163323.337000', '163323.340000', '163323.342000', '163323.345000', '163323.348000', '163323.351000', '163323.354000', '163323.357000', '163323.360000', '163323.363000', '163323.366000', '163323.377000', '163323.380000', '163323.383000', '163323.386000', '163323.388000', '163323.391000', '163323.394000', '163323.397000', '163323.400000', '163323.403000', '163323.406000', '163323.412000', '163323.415000', '163323.418000', '163323.421000', '163323.424000', '163323.427000', '163323.430000', '163323.433000', '163323.436000', '163323.438000', '163323.441000', '163323.444000', '163323.447000', '163323.450000', '163323.453000', '163323.455000', '163323.458000', '163343.325000', '163343.328000', '163343.331000', '163343.334000', '163343.337000', '163343.340000', '163343.342000', '163343.345000', '163343.348000', '163343.351000', '163343.354000', '163343.357000', '163343.359000', '163343.362000', '163343.365000', '163343.368000', '163343.371000', '163343.374000', '163343.377000', '163343.379000', '163343.382000', '163343.385000', '163343.388000', '163343.391000', '163343.394000', '163343.396000', '163343.399000', '163343.402000', '163343.405000', '163343.408000', '163343.411000', '163343.414000', '163343.417000', '163343.419000', '163343.422000', '163343.425000', '163343.428000', '163343.431000', '163343.434000', '163343.437000', '163343.440000', '163343.442000', '163343.445000', '163343.448000', '163403.325000', '163403.328000', '163403.331000', '163403.334000', '163403.336000', '163403.339000', '163403.342000', '163403.345000', '163403.348000', '163403.351000', '163403.353000', '163403.356000', '163403.359000', '163403.362000', '163403.365000', '163403.368000', '163403.370000', '163403.373000', '163403.376000', '163403.379000', '163403.382000', '163403.384000', '163403.387000', '163403.390000', '163403.393000', '163403.396000', '163403.399000', '163403.402000', '163403.405000', '163403.407000', '163403.410000', '163403.413000', '163403.416000', '163403.419000', '163403.422000', '163403.424000', '163403.427000', '163403.430000', '163403.433000', '163403.436000', '163403.439000', '163403.442000', '163403.444000', '163403.447000', '163423.326000', '163423.329000', '163423.332000', '163423.335000', '163423.338000', '163423.340000', '163423.343000', '163423.346000', '163423.350000', '163423.353000', '163423.356000', '163423.359000', '163423.362000', '163423.364000', '163423.367000', '163423.370000', '163423.373000', '163423.376000', '163423.379000', '163423.381000', '163423.384000', '163423.387000', '163423.390000', '163423.393000', '163423.395000', '163423.398000', '163423.401000', '163423.404000', '163423.407000', '163423.410000', '163423.413000', '163423.415000', '163423.418000', '163423.421000', '163423.424000', '163423.427000', '163423.430000', '163423.432000', '163423.435000', '163423.438000', '163423.453000', '163423.456000', '163423.459000', '163443.326000', '163443.329000', '163443.332000', '163443.335000', '163443.338000', '163443.340000', '163443.343000', '163443.346000', '163443.349000', '163443.352000', '163443.354000', '163443.357000', '163443.360000', '163443.363000', '163443.366000', '163443.369000', '163443.372000', '163443.375000', '163443.377000', '163443.380000', '163443.383000', '163443.386000', '163443.389000', '163443.391000', '163443.394000', '163443.397000', '163443.400000', '163443.403000', '163443.406000', '163443.409000', '163443.412000', '163443.414000', '163443.417000', '163443.420000', '163443.423000', '163443.426000', '163443.429000', '163443.431000', '163443.434000', '163443.437000', '163443.440000', '163443.443000', '163443.446000', '163503.326000', '163503.329000', '163503.332000', '163503.335000', '163503.338000', '163503.341000', '163503.343000', '163503.346000', '163503.349000', '163503.352000', '163503.355000', '163503.358000', '163503.361000', '163503.364000', '163503.366000', '163503.369000', '163503.372000', '163503.375000', '163503.378000', '163503.381000', '163503.383000', '163503.386000', '163503.389000', '163503.392000', '163503.395000', '163503.398000', '163503.401000', '163503.403000', '163503.406000', '163503.409000', '163503.412000', '163503.415000', '163503.418000', '163503.421000', '163503.423000', '163503.426000', '163503.429000', '163503.432000', '163503.435000', '163503.438000', '163503.440000', '163503.443000', '163503.446000', '163503.449000', '163523.326000', '163523.329000', '163523.332000', '163523.335000', '163523.338000', '163523.341000', '163523.344000', '163523.347000', '163523.350000', '163523.353000', '163523.356000', '163523.359000', '163523.361000', '163523.364000', '163523.367000', '163523.370000', '163523.373000', '163523.376000', '163523.378000', '163523.381000', '163523.384000', '163523.387000', '163523.390000', '163523.393000', '163523.395000', '163523.398000', '163523.401000', '163523.404000', '163523.407000', '163523.410000', '163523.412000', '163523.415000', '163523.418000', '163523.421000', '163523.424000', '163523.426000', '163523.429000', '163523.432000', '163523.435000', '163523.438000', '163523.441000', '163523.444000', '163523.446000', '163543.325000', '163543.328000', '163543.331000', '163543.334000', '163543.337000', '163543.340000', '163543.342000', '163543.345000', '163543.348000', '163543.363000', '163543.366000', '163543.369000', '163543.372000', '163543.375000', '163543.378000', '163543.381000', '163543.383000', '163543.386000', '163543.389000', '163543.392000', '163543.395000', '163543.398000', '163543.400000', '163543.403000', '163543.406000', '163543.409000', '163543.412000', '163543.415000', '163543.418000', '163543.420000', '163543.423000', '163543.426000', '163543.429000', '163543.432000', '163543.435000', '163543.437000', '163543.440000', '163543.443000', '163543.446000', '163543.449000', '163543.452000', '163543.454000', '163543.457000', '163543.460000', '163603.325000', '163603.328000', '163603.331000', '163603.334000', '163603.337000', '163603.339000', '163603.342000', '163603.345000', '163603.348000', '163603.351000', '163603.354000', '163603.357000', '163603.360000', '163603.363000', '163603.366000', '163603.369000', '163603.371000', '163603.374000', '163603.377000', '163603.380000', '163603.383000', '163603.386000', '163603.389000', '163603.391000', '163603.394000', '163603.397000', '163603.400000', '163603.403000', '163603.406000', '163603.409000', '163603.411000', '163603.414000', '163603.417000', '163603.420000', '163603.423000', '163603.426000', '163603.429000', '163603.431000', '163603.434000', '163603.437000', '163603.440000', '163603.443000', '163603.446000', '163623.325000', '163623.328000', '163623.331000', '163623.334000', '163623.337000', '163623.340000', '163623.342000', '163623.345000', '163623.348000', '163623.351000', '163623.354000', '163623.357000', '163623.368000', '163623.371000', '163623.374000', '163623.377000', '163623.380000', '163623.382000', '163623.385000', '163623.388000', '163623.391000', '163623.394000', '163623.397000', '163623.400000', '163623.402000', '163623.405000', '163623.408000', '163623.411000', '163623.414000', '163623.417000', '163623.420000', '163623.422000', '163623.425000', '163623.428000', '163623.431000', '163623.434000', '163623.437000', '163623.440000', '163623.442000', '163623.445000', '163623.448000', '163623.451000', '163623.454000', '163623.456000', '163643.326000', '163643.329000', '163643.332000', '163643.335000', '163643.338000', '163643.340000', '163643.343000', '163643.346000', '163643.349000', '163643.352000', '163643.355000', '163643.358000', '163643.360000', '163643.363000', '163643.366000', '163643.369000', '163643.372000', '163643.375000', '163643.378000', '163643.381000', '163643.384000', '163643.387000', '163643.390000', '163643.392000', '163643.395000', '163643.398000', '163643.401000', '163643.404000', '163643.407000', '163643.409000', '163643.412000', '163643.415000', '163643.418000', '163643.421000', '163643.436000', '163643.439000', '163643.441000', '163643.444000', '163643.447000', '163643.450000', '163643.453000', '163643.456000', '163643.458000', '163651.726000', '163651.729000', '163651.732000', '163651.735000', '163651.739000', '163651.743000', '163651.746000', '163651.749000', '163651.752000', '163651.755000', '163651.758000', '163651.761000', '163651.764000', '163651.767000', '163651.770000', '163651.773000', '163651.776000', '163651.779000', '163651.782000'], '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': [9343, 8154, 9893, 8856, 10132, 9071, 10196, 9141, 7732, 8487, 8433, 9989, 8898, 9663, 9220, 9237, 9148, 9908, 8569, 10239, 8926, 9729, 9172, 8813, 8873, 9407, 8961, 9802, 8875, 8988, 9042, 8970, 8865, 9239, 8401, 9873, 8585, 9499, 8765, 9422, 8651, 9508, 8782, 9571, 8481, 9489, 8633, 8841, 8578, 9625, 8591, 10041, 8546, 10550, 9955, 10314, 8273, 10298, 8458, 10616, 8711, 10532, 8617, 9779, 8977, 8397, 8903, 8730, 8977, 8774, 8966, 9055, 9094, 8656, 8889, 8636, 9065, 8428, 9248, 8474, 8981, 8625, 9977, 8672, 9575, 8269, 9677, 8342, 9846, 8738, 10430, 8432, 9494, 8832, 8664, 8911, 8470, 9087, 8898, 9553, 8412, 9530, 8351, 8599, 8807, 9577, 8813, 10117, 8736, 10380, 8224, 10464, 8105, 8545, 8787, 8092, 9063, 8886, 10375, 8734, 9638, 8492, 9502, 8507, 9945, 8399, 9299, 8730, 8341, 8674, 8285, 8572, 8842, 9688, 8843, 10159, 8746, 10116, 8285, 9942, 8387, 10114, 8456, 10946, 8268, 8742, 8598, 8382, 8655, 8472, 9197, 8467, 10858, 8462, 9965, 8422, 9850, 8182, 10156, 8421, 10675, 8520, 8357, 8926, 8316, 8711, 8747, 9847, 8623, 10336, 8722, 10687, 8067, 8740, 8520, 8546, 9529, 8596, 10657, 8508, 9756, 8410, 9813, 8169, 10177, 8405, 9228, 9189, 8355, 8713, 8560, 8728, 8427, 9846, 8946, 10292, 8831, 10562, 8124, 9029, 8251, 8613, 8408, 8788, 8985, 8659, 8950, 8609, 9086, 8145, 8975, 8297, 9650, 8727, 8883, 8456, 9492, 8612, 9734, 8386, 9929, 8491, 10751, 7911, 9045, 8163, 8330, 8597, 8522, 10027, 8541, 9047, 8374, 9681, 8701, 10276, 8382, 10365, 8483, 10768, 8840, 8098, 9092, 8484, 8899, 8811, 10555, 9296, 10106, 8129, 9635, 8349, 8690, 8986, 8754, 10436, 8691, 9819, 8412, 9274, 8490, 8678, 9196, 8727, 9143, 8715, 8973, 8226, 9856, 8407, 10049, 8761, 10028, 8601, 10384, 8429, 9420, 8195, 8929, 8331, 8470, 9319, 8655, 9787, 8260, 10086, 8364, 9348, 8881, 9297, 8899, 8654, 8602, 9023, 8726, 9304, 8870, 8778, 8732, 8528, 9221, 8514, 8714, 8637, 8990, 8792, 9628, 9261, 9230, 8680, 8390, 8615, 8574, 8697, 8748, 10307, 8719, 9995, 8816, 9672, 8695, 10162, 8731, 10948, 8790, 8731, 9389, 9096, 9800, 9053, 10712, 9503, 11110, 8508, 8783, 8985, 8976, 10537, 8926, 11007, 9118, 9077, 8533, 8822, 9538, 8284, 10049, 8361, 8651, 9476, 8937, 9465, 8616, 9691, 8613, 10228, 8753, 9025, 8728, 8805, 8687, 8701, 10166, 8734, 10163, 8904, 9186, 8640, 8744, 8507, 9109, 9964, 9203, 10267, 8463, 8278, 8576, 8865, 9410, 8976, 10019, 9035, 10604, 9162, 10575, 8253, 8704, 8778, 9090, 10432, 8991, 10635, 8210, 9028, 8853, 8959, 9323, 9260, 10891, 9548, 10114, 8356, 9673, 8440, 9822, 8820, 8981, 9504, 8834, 9027, 8559, 9921, 8537, 10139, 8473, 10726, 8946, 8450, 8545, 8768, 9426, 8620, 9135, 8594, 10591, 8483, 9437, 8777, 10100, 8879, 9742, 8952, 9911, 8734, 9180, 8564, 8529, 8939, 8858, 9330, 8803, 9026, 8914, 9009, 9502, 9229, 10134, 8674, 10791, 8425, 9149, 10425, 9296, 10198, 8715, 9661, 8321, 10140, 8978, 10857, 9240, 11202, 8885, 8872, 8895, 8695, 9151, 8417, 10875, 9058, 9846, 8175, 9851, 8617, 10022, 8213, 10220, 8501, 10213, 8588, 10366, 8259, 8468, 8274, 8746, 9118, 9098, 10129, 8699, 9772, 8959, 9482, 9077, 9460, 8471, 9223, 9231, 9163, 8436, 9718, 9168, 8981, 9166, 9628, 8881, 10142, 8925, 10574, 9083, 10500, 8927, 10463, 8713, 10439, 8800, 9921, 9373, 8972, 9160, 8656, 8532, 8781, 9194, 8879, 10222, 9255, 10561, 8564, 10067, 8446, 10225, 8568, 9411, 8956, 8624, 9433, 9006, 8935, 8641, 9544, 8876, 9868, 8969, 10716, 8962, 10992, 8197, 10735, 8514, 10425, 8700, 9954, 8863, 9928, 8604, 9808, 8832, 9271, 8922, 9116, 8805, 9150, 8964, 9367, 8572, 9961, 8956, 9744, 9107, 7033, 7831, 8135, 9407, 9134, 10512, 9611, 9488, 9204, 9565, 9284, 9120, 10688, 10417, 12335, 9260, 10480, 9268, 10857, 9665, 9350, 9908, 7957, 10955, 8864, 9079, 8973, 8899, 10283, 9076, 11723, 10502, 11214, 8766, 10420, 8766, 9542, 9749, 8558, 10058, 8868, 9433, 8705, 10082, 8754, 10232, 8963, 10328, 8946, 10428, 8547, 9257, 8405, 8336, 8483, 9106, 9509, 8850, 9888, 9108, 9811, 9143, 10160, 8998, 10045, 8908, 9470, 8586, 9677, 9150, 9570, 8921, 9494, 8967, 9942, 9081, 9815, 9147, 9832, 8884, 9621, 8905, 9816, 8950, 9720, 9023, 10105, 9063, 10136, 8846, 9061, 9355, 9306, 9686, 9291, 10254, 9331, 10227, 9269, 9734, 8990, 8840, 8525, 9203, 8728, 9719, 8701, 9135, 8678, 9877, 9171, 9583, 8946, 9869, 8913, 10292, 9106, 9922, 8938, 9967, 8887, 10456, 8573, 10003, 9015, 9223, 9022, 8514, 8980, 7835, 8692, 8260, 8350, 8327, 9157, 8783, 9218, 8520, 9521, 8692, 9994, 8889, 9653, 9149, 10126, 9101, 10358, 9279, 8809, 9182, 8614, 9246, 9138, 10341, 9235, 10938, 9109, 11369, 9609, 10864, 9187, 10190, 9097, 9966, 8868, 8999, 8982, 8935, 8976, 8932, 8857, 9090, 9127, 9646, 8713, 9820, 8680, 9593, 8659, 8021, 9006, 8731, 8780, 8914, 9156, 9393, 10761, 9390, 11115, 8796, 8856, 9067, 8809, 9351, 9493, 8792, 11141, 8678, 11088, 8656, 10574, 8537, 10466, 8765, 10175, 8897, 10273, 8618, 8768, 8566, 8006, 8344, 8756, 8828, 9197, 9689, 8954, 9541, 8234, 8617, 11081, 8914, 10650, 8905, 9922, 8989, 9982, 8876, 10116, 8819, 10263, 8889, 10191, 8670, 9228, 8792, 8874, 8654, 8802, 8795, 8365, 8537, 8961, 8623, 9847, 8954, 7003, 8022, 7975, 9304, 8338, 9997, 8957, 10114, 8974, 10107, 9413, 11268, 9153, 10305, 8949, 8617, 9164, 9032, 10762, 9940, 11201, 8735, 8960, 8585, 8504, 9838, 9200, 10429, 8308, 10042, 8544, 8485, 9917, 8665, 10666, 8616, 10613, 8688, 8948, 9946, 9195, 11482, 9126, 10176, 8531, 8974, 9656, 8531, 9671, 8939, 8922, 10596, 9417, 10602, 8616, 8556, 8897, 8854, 10443, 8932, 10834, 8920, 8450, 8705, 8730, 9873, 8945, 9033, 9419, 8958, 10367, 8441, 8615, 7988, 8820, 9504, 8802, 8783, 9270, 9213, 9366, 9013, 10175, 9217, 10294, 9489, 11477, 9777, 10620, 8166, 9149, 9196, 9299, 10092, 9032, 10004, 8358, 10155, 8411, 8988, 9781, 8943, 10123, 8639, 9376, 8674, 10302, 8782, 10324, 8868, 10058, 9004, 10468, 8755, 9939, 8500, 9818, 8739, 9778, 8720, 9925, 8907, 7997, 9028, 9105, 9356, 8967, 8955, 9094, 8881, 8817, 10290, 8986, 10408, 8980, 9314, 9075, 8825, 9395, 8763, 8978, 8520, 9341, 8818, 8979, 8852, 9265, 8734, 9308, 8939, 9820, 9159, 9871, 8916, 7968, 9125, 8668, 8194, 9088, 8266, 9355, 9177, 11073, 9700, 9023, 8929, 8941, 9968, 9330, 11561, 9911, 12438, 9271, 8980, 9498, 9226, 11271, 9230, 11357, 8876, 8896, 8870, 9072, 9949, 8860, 11015, 9001, 8747, 8765, 8982, 9868, 9007, 10773, 9423, 9531, 8828, 8541, 9179, 8814, 10232, 8670, 10916, 9395, 8991, 9141, 8545, 9172, 8684, 9428, 8837, 10048, 8893, 10486, 8753, 7674, 8849, 8775, 9084, 8788, 10176, 8646, 10417, 8720, 11077, 8523, 8979, 8776, 7815, 8632, 7670, 8561, 7662, 8554, 8505, 9819, 8419, 10301, 8772, 7027, 7576, 8139, 9583, 8844, 9022, 9538, 8657, 9370, 9125, 10420, 9172, 11449, 9216, 13013, 9232, 9999, 8885, 9751, 8772, 10281, 11835, 9444, 10777, 9102, 9433, 9111, 8798, 9442, 9049, 9876, 8678, 10167, 8688, 9732, 8537, 9381, 8691, 9383, 8262, 9527, 8057, 9633, 7992, 8826, 7570, 8643, 7659, 8961, 8025, 8847, 8328, 8604, 8159, 9328, 8107, 10026, 8475, 9944, 8566, 8948, 8784, 8317, 10613, 8889, 10643, 8849, 10196, 8930, 10888, 9329, 11208, 9549, 8331, 9756, 8929, 9547, 8445, 10124, 8805, 11151, 8617, 10714, 8543, 10007, 8598, 10055, 8178, 9805, 8129, 10437, 8360, 10164, 8158, 7997, 8407, 7100, 8127, 7569, 8815, 7216, 8387, 7726, 8750, 7179, 8632, 7553, 8595, 7312, 8668, 7559, 8871, 7851, 9001, 7919, 9548, 8277, 10685, 8201, 10187, 7582, 9527, 7605, 8862, 7450, 9131, 10077, 8962, 10585, 8624, 10641, 8180, 10159, 8192, 8143, 8094, 7025, 8457, 6920, 7679, 7397, 9305, 8152, 9841, 8217, 10043, 7952, 9752, 8192, 8495, 11031, 8762, 10548, 8090, 10042, 8126, 9576, 8442, 7280, 8528, 8008, 10523, 9015, 10909, 8653, 10788, 8864, 10736, 9205, 11833, 9560, 10956, 9730, 8237, 10167, 8472, 10097, 11303, 9562, 11073, 8965, 10398, 7801, 9010, 8053, 9171, 8051, 9755, 7862, 9444, 8454, 9972, 8145, 7328, 8087, 7154, 7986, 7776, 7820, 7868, 8113, 7563, 9399, 7814, 9686, 7979, 9592, 8089, 8158, 8256, 6773, 9336, 7802, 9875, 8264, 10262, 8252, 10548, 8700, 10663, 8342, 11060, 8543, 11163, 8773, 10546, 8150, 10303, 8097, 10106, 8886, 10300, 7909, 9397, 8379, 7372, 8391, 7584, 8060, 7789, 8980, 7787, 9295, 7659, 9657, 7708, 9784, 8105, 6550, 8285, 7166, 8610, 7855, 8176, 10079, 8072, 10836, 7822, 10456, 7825, 9775, 7775, 6471, 7294, 6949, 8237, 7519, 8221, 8018, 7532, 9045, 8851, 9650, 12306, 9615, 11448, 9713, 14587, 10394, 13464, 11411, 10119, 10580, 8905, 10585, 8956, 11243, 10697, 15235, 9802, 11396, 10236, 9101, 10658, 11544, 9225, 11523, 8199, 9813, 7938, 8980, 9661, 9302, 10108, 8441, 9935, 8782, 10289, 8819, 7318, 7584, 7945, 7684, 8275, 7896, 9022, 8493, 9259, 8608, 10622, 9119, 11089, 10041, 8997, 10760, 8667, 11045, 8990, 9365, 10241, 9140, 12279, 9232, 10064, 9212, 8870, 10870, 10529, 10578, 9559, 8611, 10207, 8782, 10439, 9360, 11798, 9793, 10857, 8721, 8346, 9548, 8813, 10897, 9334, 10574, 9022, 8439, 9422, 8296, 9463, 8372, 10283, 8582, 11048, 8577, 10543, 9026, 10660, 9079, 10132, 8600, 9105, 8205, 7598, 8711, 7441, 8045, 7848, 8288, 8222, 8291, 7942, 9526, 7552, 9492, 7838, 7428, 8127, 7103, 8085, 10482, 8001, 10059, 7759, 9754, 8023, 7357, 7970, 6894, 7905, 7323, 7621, 8169, 7138, 9277, 7866, 8850, 12058, 8531, 10834, 13866, 9454, 12562, 9004, 10235, 7964, 8967, 8142, 8615, 9819, 8894, 10581, 7547, 8569, 7554, 8327, 7264, 8003, 7253, 8055, 7344, 8464, 7231, 8483, 7001, 8550, 7489, 10154, 7500, 9583, 7823, 9539, 8181, 10182, 8250, 10541, 8225, 11145, 8989, 10500, 7726, 9881, 7482, 9809, 7450, 9611, 7621, 10203, 8244, 7215, 8571, 7868, 9303, 8698, 10479, 9108, 10211, 8131, 10004, 12202, 9048, 14088, 10296, 11301, 7884, 8995, 7969, 9091, 8280, 9107, 8541, 9381, 8251, 9047, 8204, 8677, 7982, 9586, 7850, 10298, 7932, 9081, 7993, 8815, 8156, 9007, 8058, 8739, 9403, 8619, 11008, 8429, 10319, 8129, 9646, 8378, 9568, 8085, 9013, 7422, 8660, 7705, 9650, 7615, 9667, 7702, 6462, 7578, 7125, 7599, 7400, 9493, 7298, 9384, 7549, 9607, 7641, 8396, 11208, 7916, 10500, 8136, 10594, 7721, 9379, 7731, 8767, 7634, 8901, 7451, 9194, 7456, 9649, 7825, 10058, 7905, 6508, 7120, 7023, 8722, 7537, 10121, 8872, 10393, 8504, 10825, 8278, 10660, 8825, 13878, 11467, 14918, 8691, 8144, 9625, 8921, 9235, 11440, 9136, 12699, 8428, 9663, 7792, 9006, 8309, 9322, 11084, 8285, 10334, 8537, 10271, 8392, 9535, 7857, 8924, 8096, 9435, 7922, 9652, 7379, 8998, 7448, 9428, 7648, 9010, 7270, 8611, 7487, 8129, 10203, 8136, 10253, 7955, 10094, 7936, 6711, 6967, 7517, 8362, 7954, 9955, 8885, 7897, 8890, 7624, 9229, 8259, 8973, 13071, 8698, 13927, 8860, 11023, 8239, 9689, 8238, 9222, 8490, 8598, 7935, 8927, 8023, 9037, 7885, 8529, 7986, 9497, 8704, 10295, 8752, 10139, 8491, 7354, 8736, 7441, 9147, 7905, 9997, 8078, 9511, 8156, 9788, 8875, 10322, 8771, 10967, 8842, 10738, 8438, 10493, 8838, 10497, 8648, 10400, 8064, 10242, 8670, 9666, 8024, 7561, 7588, 7686, 7637, 7607, 9105, 7774, 10101, 7564, 10124, 7674, 10071, 7602, 10005, 7842, 10671, 8667, 10743, 8424, 7540, 8641, 7557, 8851, 9118, 8357, 10574, 8453, 9090, 8610, 7166, 8018, 7652, 8308, 7820, 9729, 8455, 8840, 8425, 7863, 8671, 8244, 9731, 8081, 10490, 8579, 10722, 8212, 9274, 7989, 9239, 8322, 8824, 7806, 9412, 8018, 9194, 7982, 8709, 8049, 8622, 8030, 7610, 9584, 8425, 10068, 8592, 7654, 9240, 8326, 9881, 8318, 12118, 8828, 10689, 9090, 10715, 8754, 10442, 8739, 9598, 9086, 10942, 8773, 10241, 9189, 10351, 8588, 10110, 8463, 9803, 8167, 10114, 7712, 7193, 7949, 7319, 8017, 7766, 8762, 7660, 7730, 8309, 8304, 8138, 9367, 8206, 9654, 8826, 10604, 8849, 10240, 10000, 8245, 9762, 8802, 10406, 9575, 8635, 9776, 8708, 11488, 9867, 8830, 12263, 8699, 11007, 9358, 8287, 10019, 8890, 11077, 9074, 8502, 9297, 9044, 8815, 9497], 'WindowCenter': [4162.0, 4125.0, 4141.0, 4117.0, 4127.0, 4114.0, 4124.0, 4115.0, 4094.0, 4116.0, 4119.0, 4140.0, 4129.0, 4129.0, 4129.0, 4129.0, 4115.0, 4127.0, 4104.0, 4115.0, 4103.0, 4102.0, 4101.0, 4089.0, 4087.0, 4100.0, 4088.0, 4099.0, 4087.0, 4086.0, 4085.0, 4076.0, 4074.0, 4087.0, 4076.0, 4097.0, 4075.0, 4085.0, 4073.0, 4074.0, 4073.0, 4084.0, 4074.0, 4086.0, 4074.0, 4086.0, 4073.0, 4074.0, 4074.0, 4084.0, 4073.0, 4084.0, 4075.0, 4097.0, 4085.0, 4096.0, 4074.0, 4095.0, 4074.0, 4093.0, 4074.0, 4095.0, 4087.0, 4096.0, 4086.0, 4074.0, 4085.0, 4073.0, 4074.0, 4073.0, 4086.0, 4085.0, 4087.0, 4074.0, 4085.0, 4073.0, 4074.0, 4073.0, 4084.0, 4075.0, 4086.0, 4087.0, 4097.0, 4087.0, 4096.0, 4076.0, 4096.0, 4076.0, 4099.0, 4089.0, 4108.0, 4089.0, 4097.0, 4087.0, 4085.0, 4087.0, 4075.0, 4088.0, 4087.0, 4097.0, 4075.0, 4085.0, 4075.0, 4074.0, 4084.0, 4096.0, 4099.0, 4097.0, 4086.0, 4097.0, 4077.0, 4106.0, 4076.0, 4085.0, 4087.0, 4089.0, 4100.0, 4099.0, 4110.0, 4088.0, 4098.0, 4088.0, 4097.0, 4088.0, 4109.0, 4101.0, 4099.0, 4100.0, 4090.0, 4088.0, 4088.0, 4088.0, 4099.0, 4099.0, 4100.0, 4110.0, 4089.0, 4108.0, 4088.0, 4097.0, 4088.0, 4109.0, 4089.0, 4108.0, 4088.0, 4085.0, 4075.0, 4074.0, 4085.0, 4087.0, 4098.0, 4088.0, 4108.0, 4087.0, 4098.0, 4087.0, 4096.0, 4088.0, 4109.0, 4090.0, 4108.0, 4089.0, 4087.0, 4087.0, 4087.0, 4087.0, 4099.0, 4109.0, 4100.0, 4109.0, 4090.0, 4108.0, 4078.0, 4086.0, 4087.0, 4087.0, 4110.0, 4088.0, 4109.0, 4088.0, 4098.0, 4087.0, 4096.0, 4087.0, 4109.0, 4089.0, 4098.0, 4099.0, 4087.0, 4086.0, 4085.0, 4085.0, 4086.0, 4096.0, 4098.0, 4107.0, 4087.0, 4107.0, 4076.0, 4086.0, 4087.0, 4087.0, 4101.0, 4098.0, 4099.0, 4089.0, 4098.0, 4086.0, 4087.0, 4075.0, 4098.0, 4088.0, 4099.0, 4087.0, 4087.0, 4086.0, 4096.0, 4086.0, 4098.0, 4100.0, 4108.0, 4088.0, 4108.0, 4078.0, 4086.0, 4088.0, 4086.0, 4100.0, 4088.0, 4109.0, 4087.0, 4087.0, 4076.0, 4095.0, 4086.0, 4096.0, 4089.0, 4108.0, 4089.0, 4107.0, 4087.0, 4075.0, 4086.0, 4085.0, 4087.0, 4098.0, 4109.0, 4099.0, 4108.0, 4077.0, 4097.0, 4088.0, 4089.0, 4100.0, 4100.0, 4110.0, 4089.0, 4109.0, 4088.0, 4097.0, 4089.0, 4100.0, 4111.0, 4089.0, 4100.0, 4090.0, 4088.0, 4077.0, 4098.0, 4077.0, 4097.0, 4088.0, 4097.0, 4088.0, 4107.0, 4076.0, 4086.0, 4087.0, 4097.0, 4101.0, 4101.0, 4113.0, 4103.0, 4123.0, 4103.0, 4123.0, 4103.0, 4115.0, 4115.0, 4112.0, 4102.0, 4089.0, 4090.0, 4098.0, 4100.0, 4098.0, 4088.0, 4097.0, 4099.0, 4098.0, 4099.0, 4099.0, 4100.0, 4100.0, 4111.0, 4112.0, 4123.0, 4126.0, 4125.0, 4116.0, 4116.0, 4115.0, 4103.0, 4103.0, 4102.0, 4112.0, 4089.0, 4100.0, 4087.0, 4097.0, 4087.0, 4097.0, 4088.0, 4108.0, 4087.0, 4076.0, 4086.0, 4087.0, 4096.0, 4087.0, 4109.0, 4098.0, 4107.0, 4087.0, 4075.0, 4086.0, 4085.0, 4095.0, 4087.0, 4108.0, 4086.0, 4074.0, 4076.0, 4086.0, 4097.0, 4077.0, 4096.0, 4088.0, 4088.0, 4099.0, 4086.0, 4086.0, 4087.0, 4085.0, 4075.0, 4098.0, 4088.0, 4086.0, 4076.0, 4086.0, 4075.0, 4076.0, 4096.0, 4088.0, 4109.0, 4089.0, 4098.0, 4088.0, 4087.0, 4086.0, 4087.0, 4098.0, 4100.0, 4109.0, 4091.0, 4089.0, 4089.0, 4099.0, 4099.0, 4100.0, 4110.0, 4100.0, 4110.0, 4088.0, 4097.0, 4076.0, 4074.0, 4075.0, 4087.0, 4108.0, 4099.0, 4109.0, 4089.0, 4099.0, 4099.0, 4098.0, 4100.0, 4100.0, 4110.0, 4099.0, 4110.0, 4087.0, 4096.0, 4086.0, 4096.0, 4088.0, 4087.0, 4098.0, 4086.0, 4086.0, 4075.0, 4084.0, 4086.0, 4096.0, 4076.0, 4106.0, 4087.0, 4075.0, 4075.0, 4074.0, 4086.0, 4087.0, 4098.0, 4087.0, 4098.0, 4087.0, 4087.0, 4088.0, 4108.0, 4087.0, 4095.0, 4085.0, 4096.0, 4087.0, 4097.0, 4100.0, 4090.0, 4099.0, 4100.0, 4100.0, 4111.0, 4112.0, 4114.0, 4114.0, 4125.0, 4113.0, 4124.0, 4102.0, 4121.0, 4091.0, 4100.0, 4110.0, 4099.0, 4111.0, 4088.0, 4097.0, 4077.0, 4096.0, 4089.0, 4107.0, 4086.0, 4095.0, 4074.0, 4072.0, 4072.0, 4072.0, 4084.0, 4074.0, 4095.0, 4074.0, 4084.0, 4073.0, 4083.0, 4075.0, 4084.0, 4075.0, 4093.0, 4074.0, 4093.0, 4084.0, 4094.0, 4074.0, 4074.0, 4086.0, 4100.0, 4102.0, 4114.0, 4124.0, 4103.0, 4110.0, 4101.0, 4100.0, 4099.0, 4098.0, 4087.0, 4096.0, 4099.0, 4098.0, 4088.0, 4098.0, 4097.0, 4086.0, 4097.0, 4097.0, 4100.0, 4111.0, 4100.0, 4109.0, 4098.0, 4108.0, 4087.0, 4106.0, 4086.0, 4105.0, 4086.0, 4096.0, 4098.0, 4086.0, 4086.0, 4086.0, 4085.0, 4084.0, 4085.0, 4098.0, 4107.0, 4097.0, 4109.0, 4086.0, 4095.0, 4075.0, 4094.0, 4085.0, 4096.0, 4087.0, 4086.0, 4097.0, 4085.0, 4085.0, 4086.0, 4096.0, 4100.0, 4109.0, 4099.0, 4109.0, 4100.0, 4108.0, 4087.0, 4106.0, 4086.0, 4095.0, 4076.0, 4097.0, 4089.0, 4096.0, 4087.0, 4095.0, 4086.0, 4096.0, 4087.0, 4087.0, 4099.0, 4098.0, 4112.0, 4111.0, 4103.0, 4120.0, 4113.0, 4123.0, 4115.0, 4092.0, 4104.0, 4104.0, 4126.0, 4138.0, 4148.0, 4140.0, 4127.0, 4126.0, 4125.0, 4115.0, 4113.0, 4123.0, 4111.0, 4132.0, 4098.0, 4097.0, 4086.0, 4106.0, 4099.0, 4098.0, 4096.0, 4076.0, 4107.0, 4087.0, 4087.0, 4087.0, 4086.0, 4096.0, 4087.0, 4118.0, 4095.0, 4094.0, 4073.0, 4081.0, 4072.0, 4082.0, 4084.0, 4071.0, 4083.0, 4071.0, 4071.0, 4071.0, 4081.0, 4072.0, 4094.0, 4086.0, 4095.0, 4074.0, 4093.0, 4074.0, 4071.0, 4074.0, 4073.0, 4087.0, 4099.0, 4110.0, 4100.0, 4110.0, 4102.0, 4111.0, 4102.0, 4112.0, 4102.0, 4111.0, 4103.0, 4112.0, 4089.0, 4099.0, 4087.0, 4098.0, 4087.0, 4100.0, 4100.0, 4110.0, 4114.0, 4113.0, 4113.0, 4110.0, 4100.0, 4100.0, 4100.0, 4110.0, 4101.0, 4111.0, 4102.0, 4121.0, 4112.0, 4112.0, 4102.0, 4100.0, 4101.0, 4100.0, 4099.0, 4101.0, 4112.0, 4113.0, 4111.0, 4086.0, 4085.0, 4086.0, 4085.0, 4074.0, 4083.0, 4074.0, 4086.0, 4086.0, 4086.0, 4086.0, 4095.0, 4084.0, 4084.0, 4084.0, 4084.0, 4084.0, 4095.0, 4099.0, 4108.0, 4099.0, 4108.0, 4099.0, 4108.0, 4088.0, 4098.0, 4099.0, 4096.0, 4099.0, 4101.0, 4114.0, 4104.0, 4114.0, 4113.0, 4115.0, 4104.0, 4126.0, 4115.0, 4128.0, 4129.0, 4127.0, 4116.0, 4124.0, 4114.0, 4113.0, 4112.0, 4121.0, 4114.0, 4124.0, 4115.0, 4113.0, 4113.0, 4102.0, 4112.0, 4111.0, 4123.0, 4116.0, 4124.0, 4101.0, 4110.0, 4097.0, 4097.0, 4085.0, 4094.0, 4073.0, 4083.0, 4085.0, 4087.0, 4086.0, 4083.0, 4084.0, 4083.0, 4085.0, 4085.0, 4095.0, 4097.0, 4097.0, 4122.0, 4114.0, 4124.0, 4103.0, 4091.0, 4100.0, 4098.0, 4099.0, 4098.0, 4098.0, 4111.0, 4121.0, 4113.0, 4120.0, 4099.0, 4088.0, 4087.0, 4085.0, 4086.0, 4098.0, 4099.0, 4106.0, 4087.0, 4105.0, 4074.0, 4092.0, 4085.0, 4094.0, 4083.0, 4093.0, 4085.0, 4106.0, 4098.0, 4098.0, 4099.0, 4087.0, 4089.0, 4101.0, 4112.0, 4113.0, 4112.0, 4114.0, 4129.0, 4116.0, 4114.0, 4120.0, 4098.0, 4109.0, 4088.0, 4096.0, 4085.0, 4097.0, 4099.0, 4106.0, 4113.0, 4111.0, 4100.0, 4106.0, 4086.0, 4096.0, 4085.0, 4085.0, 4083.0, 4084.0, 4086.0, 4084.0, 4099.0, 4098.0, 4099.0, 4109.0, 4112.0, 4091.0, 4102.0, 4103.0, 4125.0, 4115.0, 4139.0, 4127.0, 4138.0, 4126.0, 4123.0, 4126.0, 4133.0, 4113.0, 4111.0, 4100.0, 4087.0, 4087.0, 4099.0, 4119.0, 4098.0, 4109.0, 4086.0, 4086.0, 4085.0, 4085.0, 4097.0, 4097.0, 4096.0, 4074.0, 4094.0, 4074.0, 4084.0, 4096.0, 4074.0, 4095.0, 4073.0, 4092.0, 4073.0, 4072.0, 4084.0, 4086.0, 4105.0, 4084.0, 4093.0, 4072.0, 4074.0, 4083.0, 4073.0, 4084.0, 4087.0, 4087.0, 4109.0, 4087.0, 4096.0, 4075.0, 4073.0, 4073.0, 4073.0, 4094.0, 4086.0, 4106.0, 4086.0, 4075.0, 4074.0, 4075.0, 4084.0, 4085.0, 4086.0, 4087.0, 4087.0, 4108.0, 4088.0, 4100.0, 4088.0, 4101.0, 4110.0, 4114.0, 4102.0, 4114.0, 4112.0, 4112.0, 4102.0, 4111.0, 4101.0, 4111.0, 4101.0, 4122.0, 4098.0, 4097.0, 4076.0, 4085.0, 4098.0, 4099.0, 4098.0, 4087.0, 4097.0, 4077.0, 4096.0, 4087.0, 4100.0, 4111.0, 4099.0, 4111.0, 4088.0, 4087.0, 4086.0, 4096.0, 4076.0, 4097.0, 4100.0, 4100.0, 4088.0, 4109.0, 4088.0, 4096.0, 4088.0, 4095.0, 4086.0, 4097.0, 4087.0, 4109.0, 4101.0, 4091.0, 4102.0, 4112.0, 4112.0, 4113.0, 4115.0, 4116.0, 4116.0, 4117.0, 4126.0, 4105.0, 4124.0, 4102.0, 4100.0, 4099.0, 4089.0, 4100.0, 4103.0, 4114.0, 4102.0, 4113.0, 4100.0, 4100.0, 4101.0, 4100.0, 4101.0, 4100.0, 4100.0, 4110.0, 4112.0, 4123.0, 4114.0, 4102.0, 4114.0, 4114.0, 4103.0, 4114.0, 4114.0, 4125.0, 4128.0, 4137.0, 4127.0, 4115.0, 4103.0, 4102.0, 4111.0, 4112.0, 4121.0, 4111.0, 4118.0, 4086.0, 4084.0, 4084.0, 4097.0, 4107.0, 4086.0, 4108.0, 4083.0, 4082.0, 4084.0, 4085.0, 4095.0, 4086.0, 4108.0, 4086.0, 4074.0, 4075.0, 4085.0, 4095.0, 4097.0, 4107.0, 4087.0, 4084.0, 4086.0, 4073.0, 4083.0, 4084.0, 4096.0, 4089.0, 4108.0, 4085.0, 4085.0, 4084.0, 4073.0, 4083.0, 4074.0, 4083.0, 4087.0, 4097.0, 4098.0, 4107.0, 4086.0, 4076.0, 4088.0, 4086.0, 4087.0, 4087.0, 4109.0, 4103.0, 4121.0, 4102.0, 4121.0, 4101.0, 4099.0, 4101.0, 4078.0, 4101.0, 4090.0, 4113.0, 4104.0, 4102.0, 4102.0, 4122.0, 4101.0, 4122.0, 4113.0, 4092.0, 4092.0, 4115.0, 4137.0, 4140.0, 4128.0, 4140.0, 4116.0, 4127.0, 4114.0, 4124.0, 4115.0, 4135.0, 4112.0, 4132.0, 4087.0, 4096.0, 4075.0, 4084.0, 4073.0, 4093.0, 4092.0, 4081.0, 4105.0, 4086.0, 4084.0, 4085.0, 4074.0, 4095.0, 4084.0, 4095.0, 4074.0, 4096.0, 4101.0, 4109.0, 4088.0, 4086.0, 4084.0, 4086.0, 4075.0, 4095.0, 4062.0, 4094.0, 4088.0, 4099.0, 4077.0, 4087.0, 4075.0, 4085.0, 4074.0, 4085.0, 4087.0, 4100.0, 4088.0, 4097.0, 4087.0, 4108.0, 4089.0, 4109.0, 4099.0, 4098.0, 4100.0, 4099.0, 4120.0, 4099.0, 4121.0, 4099.0, 4108.0, 4097.0, 4117.0, 4098.0, 4107.0, 4096.0, 4074.0, 4083.0, 4073.0, 4083.0, 4089.0, 4106.0, 4085.0, 4094.0, 4072.0, 4081.0, 4072.0, 4080.0, 4060.0, 4081.0, 4086.0, 4092.0, 4073.0, 4091.0, 4072.0, 4093.0, 4072.0, 4073.0, 4075.0, 4067.0, 4101.0, 4102.0, 4112.0, 4091.0, 4102.0, 4103.0, 4114.0, 4082.0, 4114.0, 4092.0, 4104.0, 4094.0, 4115.0, 4092.0, 4113.0, 4103.0, 4113.0, 4103.0, 4113.0, 4116.0, 4136.0, 4118.0, 4138.0, 4106.0, 4124.0, 4091.0, 4100.0, 4079.0, 4111.0, 4109.0, 4100.0, 4120.0, 4101.0, 4123.0, 4101.0, 4109.0, 4089.0, 4088.0, 4089.0, 4067.0, 4089.0, 4092.0, 4103.0, 4106.0, 4126.0, 4105.0, 4136.0, 4118.0, 4138.0, 4117.0, 4127.0, 4116.0, 4117.0, 4123.0, 4100.0, 4108.0, 4088.0, 4098.0, 4088.0, 4097.0, 4088.0, 4090.0, 4102.0, 4091.0, 4121.0, 4100.0, 4120.0, 4099.0, 4108.0, 4088.0, 4107.0, 4097.0, 4117.0, 4097.0, 4106.0, 4083.0, 4060.0, 4082.0, 4060.0, 4092.0, 4105.0, 4082.0, 4091.0, 4057.0, 4065.0, 4046.0, 4057.0, 4057.0, 4068.0, 4059.0, 4081.0, 4086.0, 4094.0, 4084.0, 4093.0, 4073.0, 4062.0, 4086.0, 4076.0, 4088.0, 4086.0, 4088.0, 4102.0, 4112.0, 4116.0, 4124.0, 4104.0, 4122.0, 4104.0, 4123.0, 4105.0, 4102.0, 4114.0, 4093.0, 4126.0, 4105.0, 4125.0, 4103.0, 4123.0, 4102.0, 4121.0, 4103.0, 4121.0, 4104.0, 4133.0, 4101.0, 4119.0, 4087.0, 4095.0, 4074.0, 4096.0, 4076.0, 4096.0, 4086.0, 4108.0, 4090.0, 4098.0, 4087.0, 4065.0, 4087.0, 4077.0, 4088.0, 4078.0, 4098.0, 4089.0, 4124.0, 4105.0, 4123.0, 4103.0, 4121.0, 4101.0, 4070.0, 4114.0, 4092.0, 4116.0, 4101.0, 4103.0, 4136.0, 4116.0, 4134.0, 4092.0, 4120.0, 4088.0, 4110.0, 4089.0, 4067.0, 4090.0, 4092.0, 4115.0, 4118.0, 4142.0, 4142.0, 4120.0, 4141.0, 4139.0, 4141.0, 4160.0, 4140.0, 4147.0, 4124.0, 4154.0, 4125.0, 4142.0, 4120.0, 4109.0, 4106.0, 4085.0, 4093.0, 4097.0, 4106.0, 4096.0, 4125.0, 4084.0, 4092.0, 4081.0, 4058.0, 4105.0, 4103.0, 4083.0, 4088.0, 4046.0, 4066.0, 4043.0, 4056.0, 4054.0, 4055.0, 4091.0, 4071.0, 4077.0, 4057.0, 4078.0, 4082.0, 4049.0, 4060.0, 4070.0, 4074.0, 4088.0, 4087.0, 4111.0, 4101.0, 4112.0, 4113.0, 4134.0, 4115.0, 4134.0, 4112.0, 4100.0, 4109.0, 4090.0, 4109.0, 4088.0, 4087.0, 4097.0, 4086.0, 4118.0, 4085.0, 4084.0, 4073.0, 4086.0, 4096.0, 4096.0, 4094.0, 4083.0, 4072.0, 4082.0, 4060.0, 4082.0, 4072.0, 4092.0, 4081.0, 4079.0, 4059.0, 4058.0, 4081.0, 4084.0, 4093.0, 4084.0, 4093.0, 4073.0, 4061.0, 4082.0, 4060.0, 4082.0, 4074.0, 4094.0, 4073.0, 4094.0, 4073.0, 4082.0, 4073.0, 4094.0, 4087.0, 4096.0, 4087.0, 4088.0, 4088.0, 4064.0, 4075.0, 4064.0, 4074.0, 4062.0, 4073.0, 4075.0, 4076.0, 4103.0, 4125.0, 4104.0, 4111.0, 4094.0, 4081.0, 4092.0, 4080.0, 4103.0, 4123.0, 4094.0, 4126.0, 4107.0, 4112.0, 4103.0, 4080.0, 4103.0, 4080.0, 4102.0, 4093.0, 4106.0, 4131.0, 4109.0, 4143.0, 4122.0, 4130.0, 4150.0, 4118.0, 4137.0, 4144.0, 4127.0, 4133.0, 4090.0, 4097.0, 4063.0, 4074.0, 4062.0, 4073.0, 4082.0, 4084.0, 4092.0, 4076.0, 4088.0, 4076.0, 4085.0, 4063.0, 4074.0, 4065.0, 4088.0, 4066.0, 4088.0, 4077.0, 4099.0, 4080.0, 4101.0, 4091.0, 4122.0, 4080.0, 4111.0, 4091.0, 4111.0, 4103.0, 4136.0, 4117.0, 4124.0, 4104.0, 4122.0, 4101.0, 4109.0, 4090.0, 4107.0, 4063.0, 4093.0, 4050.0, 4081.0, 4063.0, 4095.0, 4087.0, 4077.0, 4097.0, 4090.0, 4112.0, 4102.0, 4122.0, 4101.0, 4109.0, 4077.0, 4111.0, 4133.0, 4100.0, 4116.0, 4082.0, 4079.0, 4046.0, 4056.0, 4046.0, 4058.0, 4058.0, 4070.0, 4069.0, 4078.0, 4059.0, 4070.0, 4071.0, 4071.0, 4073.0, 4097.0, 4076.0, 4093.0, 4062.0, 4072.0, 4060.0, 4070.0, 4049.0, 4071.0, 4060.0, 4085.0, 4082.0, 4071.0, 4080.0, 4059.0, 4079.0, 4048.0, 4068.0, 4059.0, 4069.0, 4060.0, 4071.0, 4076.0, 4086.0, 4089.0, 4096.0, 4076.0, 4094.0, 4076.0, 4056.0, 4089.0, 4094.0, 4104.0, 4095.0, 4124.0, 4094.0, 4125.0, 4092.0, 4115.0, 4092.0, 4102.0, 4134.0, 4104.0, 4121.0, 4090.0, 4108.0, 4077.0, 4098.0, 4077.0, 4087.0, 4077.0, 4097.0, 4079.0, 4109.0, 4090.0, 4110.0, 4091.0, 4109.0, 4100.0, 4070.0, 4091.0, 4093.0, 4125.0, 4117.0, 4137.0, 4127.0, 4138.0, 4116.0, 4135.0, 4102.0, 4121.0, 4101.0, 4129.0, 4120.0, 4139.0, 4076.0, 4064.0, 4084.0, 4084.0, 4099.0, 4107.0, 4084.0, 4102.0, 4061.0, 4072.0, 4047.0, 4059.0, 4047.0, 4067.0, 4102.0, 4085.0, 4092.0, 4070.0, 4080.0, 4060.0, 4081.0, 4059.0, 4083.0, 4076.0, 4095.0, 4090.0, 4123.0, 4092.0, 4099.0, 4078.0, 4099.0, 4078.0, 4098.0, 4077.0, 4099.0, 4066.0, 4077.0, 4107.0, 4089.0, 4109.0, 4088.0, 4106.0, 4087.0, 4065.0, 4066.0, 4077.0, 4100.0, 4103.0, 4123.0, 4114.0, 4103.0, 4113.0, 4091.0, 4112.0, 4103.0, 4115.0, 4132.0, 4087.0, 4117.0, 4086.0, 4093.0, 4061.0, 4069.0, 4047.0, 4068.0, 4057.0, 4059.0, 4058.0, 4069.0, 4059.0, 4070.0, 4061.0, 4071.0, 4073.0, 4094.0, 4087.0, 4107.0, 4088.0, 4107.0, 4087.0, 4064.0, 4086.0, 4065.0, 4097.0, 4076.0, 4106.0, 4075.0, 4094.0, 4075.0, 4095.0, 4097.0, 4111.0, 4100.0, 4107.0, 4086.0, 4094.0, 4073.0, 4093.0, 4074.0, 4093.0, 4073.0, 4106.0, 4088.0, 4093.0, 4084.0, 4083.0, 4073.0, 4063.0, 4064.0, 4075.0, 4090.0, 4104.0, 4112.0, 4092.0, 4123.0, 4093.0, 4123.0, 4079.0, 4108.0, 4078.0, 4111.0, 4103.0, 4122.0, 4102.0, 4120.0, 4091.0, 4078.0, 4089.0, 4077.0, 4099.0, 4100.0, 4104.0, 4122.0, 4091.0, 4086.0, 4087.0, 4066.0, 4088.0, 4076.0, 4087.0, 4090.0, 4111.0, 4101.0, 4111.0, 4102.0, 4091.0, 4100.0, 4090.0, 4124.0, 4105.0, 4109.0, 4089.0, 4110.0, 4076.0, 4086.0, 4064.0, 4084.0, 4074.0, 4087.0, 4063.0, 4083.0, 4062.0, 4083.0, 4061.0, 4073.0, 4074.0, 4084.0, 4076.0, 4078.0, 4110.0, 4102.0, 4123.0, 4102.0, 4090.0, 4111.0, 4101.0, 4111.0, 4091.0, 4131.0, 4088.0, 4097.0, 4088.0, 4122.0, 4101.0, 4107.0, 4075.0, 4084.0, 4072.0, 4080.0, 4059.0, 4081.0, 4070.0, 4094.0, 4086.0, 4094.0, 4073.0, 4081.0, 4071.0, 4090.0, 4062.0, 4050.0, 4062.0, 4064.0, 4075.0, 4078.0, 4100.0, 4090.0, 4092.0, 4103.0, 4116.0, 4105.0, 4126.0, 4117.0, 4126.0, 4116.0, 4124.0, 4114.0, 4124.0, 4112.0, 4090.0, 4100.0, 4090.0, 4108.0, 4099.0, 4088.0, 4099.0, 4088.0, 4119.0, 4110.0, 4087.0, 4118.0, 4076.0, 4096.0, 4084.0, 4074.0, 4084.0, 4086.0, 4105.0, 4074.0, 4074.0, 4084.0, 4086.0, 4086.0, 4097.0], 'WindowWidth': [9257.0, 9191.0, 9206.0, 9165.0, 9177.0, 9154.0, 9167.0, 9156.0, 9128.0, 9161.0, 9170.0, 9200.0, 9182.0, 9183.0, 9180.0, 9179.0, 9154.0, 9174.0, 9139.0, 9157.0, 9134.0, 9132.0, 9125.0, 9109.0, 9104.0, 9127.0, 9107.0, 9125.0, 9104.0, 9102.0, 9097.0, 9086.0, 9082.0, 9106.0, 9087.0, 9117.0, 9083.0, 9097.0, 9078.0, 9080.0, 9077.0, 9095.0, 9083.0, 9102.0, 9081.0, 9102.0, 9079.0, 9081.0, 9079.0, 9093.0, 9078.0, 9096.0, 9085.0, 9117.0, 9097.0, 9114.0, 9082.0, 9110.0, 9082.0, 9106.0, 9083.0, 9114.0, 9106.0, 9115.0, 9103.0, 9082.0, 9099.0, 9080.0, 9083.0, 9078.0, 9101.0, 9098.0, 9105.0, 9082.0, 9099.0, 9080.0, 9081.0, 9080.0, 9096.0, 9085.0, 9105.0, 9104.0, 9121.0, 9103.0, 9116.0, 9088.0, 9114.0, 9089.0, 9124.0, 9112.0, 9137.0, 9112.0, 9119.0, 9106.0, 9099.0, 9104.0, 9087.0, 9109.0, 9105.0, 9120.0, 9086.0, 9101.0, 9085.0, 9082.0, 9095.0, 9115.0, 9124.0, 9121.0, 9105.0, 9119.0, 9092.0, 9129.0, 9091.0, 9101.0, 9107.0, 9112.0, 9130.0, 9125.0, 9143.0, 9109.0, 9122.0, 9109.0, 9120.0, 9109.0, 9140.0, 9132.0, 9127.0, 9131.0, 9114.0, 9111.0, 9109.0, 9109.0, 9125.0, 9128.0, 9128.0, 9144.0, 9112.0, 9137.0, 9109.0, 9120.0, 9109.0, 9141.0, 9116.0, 9137.0, 9110.0, 9101.0, 9088.0, 9085.0, 9101.0, 9107.0, 9124.0, 9111.0, 9139.0, 9109.0, 9124.0, 9107.0, 9119.0, 9110.0, 9142.0, 9118.0, 9137.0, 9113.0, 9106.0, 9107.0, 9106.0, 9106.0, 9126.0, 9140.0, 9131.0, 9142.0, 9115.0, 9137.0, 9096.0, 9103.0, 9108.0, 9107.0, 9143.0, 9112.0, 9142.0, 9109.0, 9122.0, 9106.0, 9118.0, 9107.0, 9140.0, 9115.0, 9123.0, 9127.0, 9107.0, 9104.0, 9101.0, 9102.0, 9103.0, 9119.0, 9124.0, 9135.0, 9108.0, 9134.0, 9092.0, 9103.0, 9108.0, 9107.0, 9134.0, 9126.0, 9130.0, 9111.0, 9124.0, 9105.0, 9106.0, 9088.0, 9124.0, 9109.0, 9128.0, 9106.0, 9108.0, 9104.0, 9116.0, 9104.0, 9123.0, 9130.0, 9139.0, 9112.0, 9138.0, 9097.0, 9104.0, 9109.0, 9104.0, 9130.0, 9111.0, 9141.0, 9107.0, 9108.0, 9089.0, 9115.0, 9102.0, 9117.0, 9113.0, 9138.0, 9113.0, 9133.0, 9105.0, 9089.0, 9103.0, 9101.0, 9108.0, 9124.0, 9140.0, 9125.0, 9138.0, 9094.0, 9119.0, 9108.0, 9112.0, 9131.0, 9130.0, 9145.0, 9111.0, 9138.0, 9110.0, 9120.0, 9113.0, 9130.0, 9147.0, 9112.0, 9131.0, 9112.0, 9109.0, 9091.0, 9120.0, 9092.0, 9121.0, 9109.0, 9122.0, 9107.0, 9135.0, 9091.0, 9103.0, 9106.0, 9121.0, 9132.0, 9134.0, 9152.0, 9138.0, 9165.0, 9140.0, 9165.0, 9140.0, 9157.0, 9160.0, 9149.0, 9136.0, 9112.0, 9115.0, 9122.0, 9129.0, 9121.0, 9109.0, 9120.0, 9128.0, 9125.0, 9129.0, 9126.0, 9130.0, 9130.0, 9146.0, 9152.0, 9168.0, 9177.0, 9173.0, 9164.0, 9161.0, 9158.0, 9138.0, 9139.0, 9136.0, 9152.0, 9114.0, 9131.0, 9106.0, 9121.0, 9105.0, 9120.0, 9111.0, 9136.0, 9108.0, 9089.0, 9104.0, 9104.0, 9116.0, 9107.0, 9138.0, 9124.0, 9134.0, 9104.0, 9085.0, 9101.0, 9098.0, 9113.0, 9105.0, 9135.0, 9102.0, 9083.0, 9088.0, 9101.0, 9118.0, 9091.0, 9116.0, 9111.0, 9108.0, 9125.0, 9101.0, 9103.0, 9103.0, 9099.0, 9087.0, 9122.0, 9110.0, 9104.0, 9091.0, 9099.0, 9086.0, 9087.0, 9114.0, 9108.0, 9138.0, 9112.0, 9120.0, 9108.0, 9104.0, 9102.0, 9105.0, 9123.0, 9130.0, 9140.0, 9117.0, 9111.0, 9111.0, 9124.0, 9123.0, 9127.0, 9142.0, 9127.0, 9141.0, 9107.0, 9118.0, 9089.0, 9083.0, 9086.0, 9107.0, 9137.0, 9125.0, 9140.0, 9112.0, 9124.0, 9126.0, 9122.0, 9128.0, 9129.0, 9142.0, 9125.0, 9140.0, 9106.0, 9116.0, 9104.0, 9116.0, 9110.0, 9105.0, 9123.0, 9102.0, 9101.0, 9084.0, 9096.0, 9101.0, 9117.0, 9091.0, 9131.0, 9106.0, 9085.0, 9086.0, 9083.0, 9101.0, 9106.0, 9124.0, 9105.0, 9121.0, 9104.0, 9105.0, 9106.0, 9134.0, 9106.0, 9113.0, 9101.0, 9116.0, 9106.0, 9122.0, 9129.0, 9113.0, 9128.0, 9130.0, 9130.0, 9147.0, 9148.0, 9155.0, 9155.0, 9171.0, 9153.0, 9167.0, 9136.0, 9159.0, 9118.0, 9127.0, 9144.0, 9125.0, 9146.0, 9106.0, 9119.0, 9090.0, 9117.0, 9111.0, 9134.0, 9104.0, 9113.0, 9082.0, 9075.0, 9075.0, 9075.0, 9096.0, 9083.0, 9114.0, 9081.0, 9096.0, 9080.0, 9094.0, 9086.0, 9097.0, 9086.0, 9107.0, 9082.0, 9107.0, 9098.0, 9109.0, 9085.0, 9084.0, 9103.0, 9129.0, 9133.0, 9152.0, 9169.0, 9137.0, 9143.0, 9131.0, 9129.0, 9124.0, 9124.0, 9106.0, 9119.0, 9123.0, 9123.0, 9107.0, 9123.0, 9118.0, 9105.0, 9120.0, 9120.0, 9127.0, 9145.0, 9130.0, 9139.0, 9124.0, 9138.0, 9107.0, 9130.0, 9102.0, 9128.0, 9106.0, 9120.0, 9123.0, 9104.0, 9106.0, 9102.0, 9100.0, 9097.0, 9102.0, 9124.0, 9134.0, 9120.0, 9137.0, 9102.0, 9114.0, 9087.0, 9112.0, 9101.0, 9117.0, 9108.0, 9103.0, 9120.0, 9100.0, 9101.0, 9102.0, 9119.0, 9130.0, 9141.0, 9128.0, 9140.0, 9128.0, 9135.0, 9106.0, 9128.0, 9101.0, 9113.0, 9088.0, 9121.0, 9111.0, 9116.0, 9106.0, 9115.0, 9103.0, 9116.0, 9106.0, 9104.0, 9124.0, 9123.0, 9151.0, 9146.0, 9139.0, 9158.0, 9154.0, 9167.0, 9157.0, 9125.0, 9143.0, 9145.0, 9179.0, 9197.0, 9211.0, 9203.0, 9179.0, 9177.0, 9169.0, 9159.0, 9151.0, 9168.0, 9145.0, 9177.0, 9123.0, 9120.0, 9103.0, 9131.0, 9126.0, 9123.0, 9118.0, 9089.0, 9132.0, 9107.0, 9106.0, 9107.0, 9101.0, 9117.0, 9105.0, 9150.0, 9113.0, 9111.0, 9080.0, 9087.0, 9075.0, 9091.0, 9097.0, 9075.0, 9093.0, 9071.0, 9073.0, 9073.0, 9086.0, 9075.0, 9111.0, 9104.0, 9111.0, 9083.0, 9105.0, 9081.0, 9074.0, 9081.0, 9082.0, 9107.0, 9128.0, 9143.0, 9127.0, 9143.0, 9133.0, 9144.0, 9134.0, 9148.0, 9133.0, 9145.0, 9137.0, 9147.0, 9111.0, 9125.0, 9106.0, 9121.0, 9106.0, 9127.0, 9127.0, 9141.0, 9153.0, 9150.0, 9150.0, 9143.0, 9129.0, 9129.0, 9126.0, 9141.0, 9129.0, 9144.0, 9133.0, 9159.0, 9151.0, 9149.0, 9136.0, 9130.0, 9131.0, 9127.0, 9126.0, 9130.0, 9149.0, 9149.0, 9146.0, 9101.0, 9101.0, 9100.0, 9100.0, 9081.0, 9093.0, 9081.0, 9100.0, 9102.0, 9104.0, 9103.0, 9115.0, 9097.0, 9096.0, 9097.0, 9096.0, 9098.0, 9114.0, 9125.0, 9137.0, 9126.0, 9136.0, 9125.0, 9135.0, 9109.0, 9121.0, 9123.0, 9118.0, 9127.0, 9135.0, 9156.0, 9142.0, 9154.0, 9153.0, 9160.0, 9142.0, 9173.0, 9158.0, 9180.0, 9184.0, 9178.0, 9160.0, 9170.0, 9152.0, 9154.0, 9149.0, 9161.0, 9155.0, 9169.0, 9158.0, 9152.0, 9154.0, 9135.0, 9149.0, 9145.0, 9167.0, 9161.0, 9169.0, 9136.0, 9143.0, 9119.0, 9119.0, 9099.0, 9111.0, 9078.0, 9094.0, 9099.0, 9107.0, 9103.0, 9097.0, 9097.0, 9095.0, 9098.0, 9101.0, 9116.0, 9121.0, 9122.0, 9163.0, 9156.0, 9172.0, 9140.0, 9118.0, 9131.0, 9124.0, 9127.0, 9124.0, 9125.0, 9147.0, 9162.0, 9150.0, 9158.0, 9129.0, 9109.0, 9108.0, 9102.0, 9106.0, 9124.0, 9128.0, 9134.0, 9106.0, 9126.0, 9083.0, 9107.0, 9102.0, 9112.0, 9096.0, 9109.0, 9101.0, 9132.0, 9124.0, 9124.0, 9126.0, 9109.0, 9113.0, 9132.0, 9148.0, 9154.0, 9153.0, 9153.0, 9185.0, 9162.0, 9156.0, 9158.0, 9124.0, 9139.0, 9109.0, 9118.0, 9102.0, 9122.0, 9124.0, 9135.0, 9153.0, 9146.0, 9129.0, 9131.0, 9104.0, 9118.0, 9101.0, 9102.0, 9095.0, 9101.0, 9104.0, 9102.0, 9128.0, 9127.0, 9130.0, 9143.0, 9150.0, 9124.0, 9139.0, 9142.0, 9175.0, 9161.0, 9201.0, 9179.0, 9195.0, 9177.0, 9169.0, 9177.0, 9181.0, 9155.0, 9146.0, 9130.0, 9108.0, 9108.0, 9128.0, 9156.0, 9124.0, 9141.0, 9106.0, 9103.0, 9103.0, 9103.0, 9121.0, 9119.0, 9120.0, 9085.0, 9109.0, 9084.0, 9098.0, 9117.0, 9086.0, 9114.0, 9080.0, 9106.0, 9080.0, 9076.0, 9099.0, 9100.0, 9128.0, 9094.0, 9108.0, 9078.0, 9082.0, 9095.0, 9081.0, 9096.0, 9103.0, 9104.0, 9138.0, 9105.0, 9116.0, 9085.0, 9079.0, 9078.0, 9077.0, 9111.0, 9103.0, 9129.0, 9101.0, 9084.0, 9081.0, 9085.0, 9096.0, 9098.0, 9101.0, 9106.0, 9105.0, 9137.0, 9108.0, 9127.0, 9110.0, 9129.0, 9143.0, 9154.0, 9137.0, 9156.0, 9147.0, 9148.0, 9134.0, 9144.0, 9130.0, 9146.0, 9131.0, 9160.0, 9122.0, 9119.0, 9089.0, 9098.0, 9122.0, 9123.0, 9122.0, 9105.0, 9119.0, 9091.0, 9115.0, 9106.0, 9127.0, 9147.0, 9126.0, 9145.0, 9106.0, 9104.0, 9101.0, 9113.0, 9086.0, 9119.0, 9127.0, 9127.0, 9108.0, 9137.0, 9107.0, 9115.0, 9106.0, 9113.0, 9102.0, 9116.0, 9105.0, 9138.0, 9133.0, 9118.0, 9136.0, 9148.0, 9149.0, 9151.0, 9159.0, 9160.0, 9160.0, 9166.0, 9175.0, 9144.0, 9164.0, 9133.0, 9127.0, 9125.0, 9107.0, 9125.0, 9137.0, 9156.0, 9135.0, 9150.0, 9130.0, 9131.0, 9131.0, 9129.0, 9129.0, 9127.0, 9128.0, 9144.0, 9148.0, 9165.0, 9156.0, 9137.0, 9156.0, 9155.0, 9141.0, 9156.0, 9155.0, 9174.0, 9180.0, 9192.0, 9178.0, 9158.0, 9139.0, 9134.0, 9147.0, 9148.0, 9160.0, 9146.0, 9150.0, 9103.0, 9096.0, 9098.0, 9119.0, 9134.0, 9103.0, 9135.0, 9096.0, 9092.0, 9095.0, 9101.0, 9114.0, 9103.0, 9136.0, 9105.0, 9084.0, 9087.0, 9099.0, 9115.0, 9123.0, 9135.0, 9107.0, 9099.0, 9101.0, 9080.0, 9094.0, 9095.0, 9118.0, 9114.0, 9136.0, 9102.0, 9099.0, 9097.0, 9078.0, 9093.0, 9080.0, 9095.0, 9107.0, 9119.0, 9123.0, 9134.0, 9106.0, 9089.0, 9108.0, 9104.0, 9105.0, 9107.0, 9139.0, 9137.0, 9160.0, 9137.0, 9159.0, 9133.0, 9126.0, 9130.0, 9097.0, 9134.0, 9115.0, 9153.0, 9143.0, 9137.0, 9135.0, 9162.0, 9135.0, 9164.0, 9155.0, 9125.0, 9125.0, 9160.0, 9194.0, 9201.0, 9181.0, 9202.0, 9164.0, 9179.0, 9155.0, 9170.0, 9158.0, 9187.0, 9150.0, 9178.0, 9105.0, 9118.0, 9083.0, 9098.0, 9080.0, 9107.0, 9105.0, 9088.0, 9128.0, 9104.0, 9099.0, 9100.0, 9084.0, 9115.0, 9097.0, 9112.0, 9086.0, 9118.0, 9135.0, 9142.0, 9109.0, 9104.0, 9098.0, 9103.0, 9086.0, 9114.0, 9064.0, 9112.0, 9112.0, 9127.0, 9095.0, 9107.0, 9086.0, 9103.0, 9084.0, 9102.0, 9106.0, 9130.0, 9112.0, 9122.0, 9109.0, 9139.0, 9116.0, 9142.0, 9129.0, 9124.0, 9131.0, 9129.0, 9159.0, 9128.0, 9161.0, 9126.0, 9137.0, 9120.0, 9151.0, 9126.0, 9135.0, 9121.0, 9084.0, 9094.0, 9079.0, 9095.0, 9114.0, 9133.0, 9101.0, 9110.0, 9078.0, 9089.0, 9075.0, 9084.0, 9059.0, 9090.0, 9105.0, 9108.0, 9082.0, 9102.0, 9078.0, 9106.0, 9080.0, 9079.0, 9086.0, 9082.0, 9136.0, 9138.0, 9151.0, 9121.0, 9138.0, 9138.0, 9157.0, 9110.0, 9157.0, 9122.0, 9141.0, 9129.0, 9159.0, 9125.0, 9153.0, 9137.0, 9154.0, 9139.0, 9152.0, 9164.0, 9188.0, 9170.0, 9197.0, 9150.0, 9171.0, 9121.0, 9131.0, 9098.0, 9146.0, 9138.0, 9130.0, 9157.0, 9134.0, 9168.0, 9135.0, 9140.0, 9114.0, 9110.0, 9114.0, 9082.0, 9115.0, 9124.0, 9143.0, 9151.0, 9176.0, 9148.0, 9190.0, 9169.0, 9197.0, 9166.0, 9179.0, 9165.0, 9165.0, 9167.0, 9131.0, 9140.0, 9110.0, 9122.0, 9110.0, 9121.0, 9113.0, 9120.0, 9138.0, 9122.0, 9164.0, 9134.0, 9159.0, 9128.0, 9138.0, 9109.0, 9135.0, 9124.0, 9149.0, 9121.0, 9129.0, 9096.0, 9061.0, 9091.0, 9057.0, 9108.0, 9130.0, 9091.0, 9101.0, 9050.0, 9059.0, 9034.0, 9050.0, 9052.0, 9066.0, 9056.0, 9091.0, 9107.0, 9113.0, 9100.0, 9110.0, 9083.0, 9068.0, 9108.0, 9095.0, 9114.0, 9108.0, 9114.0, 9139.0, 9158.0, 9166.0, 9174.0, 9144.0, 9164.0, 9145.0, 9168.0, 9147.0, 9138.0, 9157.0, 9131.0, 9177.0, 9147.0, 9173.0, 9141.0, 9166.0, 9138.0, 9159.0, 9140.0, 9160.0, 9143.0, 9181.0, 9135.0, 9155.0, 9109.0, 9115.0, 9087.0, 9117.0, 9092.0, 9118.0, 9105.0, 9140.0, 9120.0, 9126.0, 9111.0, 9076.0, 9107.0, 9096.0, 9115.0, 9099.0, 9127.0, 9116.0, 9173.0, 9150.0, 9169.0, 9143.0, 9164.0, 9137.0, 9094.0, 9158.0, 9130.0, 9165.0, 9137.0, 9142.0, 9194.0, 9166.0, 9184.0, 9127.0, 9158.0, 9115.0, 9145.0, 9117.0, 9087.0, 9121.0, 9130.0, 9163.0, 9175.0, 9212.0, 9213.0, 9178.0, 9209.0, 9203.0, 9208.0, 9229.0, 9203.0, 9204.0, 9172.0, 9211.0, 9173.0, 9191.0, 9160.0, 9138.0, 9132.0, 9100.0, 9111.0, 9123.0, 9133.0, 9117.0, 9157.0, 9096.0, 9102.0, 9088.0, 9054.0, 9130.0, 9128.0, 9094.0, 9095.0, 9033.0, 9059.0, 9024.0, 9047.0, 9041.0, 9045.0, 9103.0, 9076.0, 9078.0, 9052.0, 9083.0, 9093.0, 9045.0, 9060.0, 9077.0, 9086.0, 9113.0, 9112.0, 9149.0, 9134.0, 9151.0, 9152.0, 9184.0, 9161.0, 9179.0, 9150.0, 9129.0, 9140.0, 9114.0, 9138.0, 9109.0, 9106.0, 9122.0, 9102.0, 9148.0, 9097.0, 9094.0, 9078.0, 9099.0, 9117.0, 9116.0, 9108.0, 9092.0, 9075.0, 9090.0, 9056.0, 9090.0, 9077.0, 9106.0, 9086.0, 9081.0, 9055.0, 9052.0, 9088.0, 9097.0, 9108.0, 9098.0, 9106.0, 9080.0, 9060.0, 9091.0, 9059.0, 9091.0, 9083.0, 9111.0, 9082.0, 9111.0, 9079.0, 9090.0, 9080.0, 9111.0, 9105.0, 9114.0, 9108.0, 9109.0, 9108.0, 9069.0, 9086.0, 9070.0, 9084.0, 9064.0, 9081.0, 9086.0, 9090.0, 9138.0, 9173.0, 9144.0, 9147.0, 9130.0, 9105.0, 9123.0, 9102.0, 9139.0, 9165.0, 9126.0, 9176.0, 9150.0, 9149.0, 9138.0, 9103.0, 9138.0, 9105.0, 9135.0, 9129.0, 9150.0, 9192.0, 9162.0, 9211.0, 9179.0, 9191.0, 9215.0, 9165.0, 9194.0, 9192.0, 9177.0, 9181.0, 9116.0, 9119.0, 9066.0, 9083.0, 9062.0, 9080.0, 9090.0, 9095.0, 9107.0, 9091.0, 9110.0, 9092.0, 9103.0, 9070.0, 9085.0, 9075.0, 9109.0, 9077.0, 9110.0, 9095.0, 9127.0, 9105.0, 9136.0, 9122.0, 9163.0, 9106.0, 9149.0, 9121.0, 9146.0, 9138.0, 9190.0, 9165.0, 9171.0, 9140.0, 9162.0, 9132.0, 9139.0, 9119.0, 9137.0, 9070.0, 9109.0, 9048.0, 9090.0, 9070.0, 9116.0, 9107.0, 9095.0, 9123.0, 9119.0, 9151.0, 9137.0, 9168.0, 9134.0, 9142.0, 9096.0, 9149.0, 9179.0, 9129.0, 9145.0, 9091.0, 9083.0, 9032.0, 9048.0, 9033.0, 9052.0, 9052.0, 9075.0, 9069.0, 9084.0, 9057.0, 9072.0, 9075.0, 9077.0, 9085.0, 9123.0, 9094.0, 9113.0, 9065.0, 9082.0, 9059.0, 9072.0, 9040.0, 9075.0, 9061.0, 9102.0, 9093.0, 9075.0, 9085.0, 9057.0, 9080.0, 9040.0, 9066.0, 9057.0, 9069.0, 9059.0, 9077.0, 9094.0, 9108.0, 9117.0, 9119.0, 9091.0, 9113.0, 9092.0, 9065.0, 9113.0, 9131.0, 9143.0, 9133.0, 9169.0, 9130.0, 9174.0, 9124.0, 9158.0, 9122.0, 9136.0, 9184.0, 9144.0, 9162.0, 9117.0, 9136.0, 9092.0, 9125.0, 9093.0, 9109.0, 9094.0, 9122.0, 9101.0, 9142.0, 9121.0, 9146.0, 9122.0, 9143.0, 9131.0, 9093.0, 9124.0, 9129.0, 9175.0, 9169.0, 9194.0, 9182.0, 9196.0, 9163.0, 9185.0, 9136.0, 9161.0, 9135.0, 9171.0, 9156.0, 9178.0, 9089.0, 9070.0, 9099.0, 9099.0, 9129.0, 9135.0, 9097.0, 9117.0, 9061.0, 9077.0, 9037.0, 9056.0, 9035.0, 9065.0, 9119.0, 9102.0, 9106.0, 9074.0, 9086.0, 9058.0, 9087.0, 9059.0, 9093.0, 9092.0, 9116.0, 9119.0, 9168.0, 9125.0, 9130.0, 9100.0, 9127.0, 9100.0, 9128.0, 9093.0, 9128.0, 9078.0, 9095.0, 9133.0, 9115.0, 9143.0, 9113.0, 9134.0, 9109.0, 9077.0, 9079.0, 9098.0, 9132.0, 9141.0, 9169.0, 9159.0, 9139.0, 9154.0, 9119.0, 9150.0, 9139.0, 9160.0, 9177.0, 9109.0, 9146.0, 9101.0, 9108.0, 9059.0, 9071.0, 9036.0, 9068.0, 9050.0, 9055.0, 9052.0, 9070.0, 9055.0, 9073.0, 9062.0, 9078.0, 9084.0, 9113.0, 9109.0, 9135.0, 9112.0, 9134.0, 9106.0, 9073.0, 9104.0, 9077.0, 9123.0, 9092.0, 9134.0, 9088.0, 9113.0, 9087.0, 9113.0, 9121.0, 9147.0, 9131.0, 9133.0, 9102.0, 9111.0, 9081.0, 9106.0, 9084.0, 9108.0, 9080.0, 9131.0, 9110.0, 9110.0, 9097.0, 9096.0, 9083.0, 9068.0, 9072.0, 9088.0, 9119.0, 9146.0, 9151.0, 9122.0, 9164.0, 9127.0, 9164.0, 9101.0, 9137.0, 9097.0, 9146.0, 9141.0, 9164.0, 9136.0, 9155.0, 9119.0, 9094.0, 9113.0, 9093.0, 9126.0, 9129.0, 9145.0, 9164.0, 9120.0, 9103.0, 9109.0, 9079.0, 9111.0, 9092.0, 9107.0, 9119.0, 9148.0, 9137.0, 9147.0, 9138.0, 9119.0, 9131.0, 9117.0, 9169.0, 9145.0, 9144.0, 9112.0, 9141.0, 9090.0, 9103.0, 9069.0, 9100.0, 9086.0, 9108.0, 9069.0, 9095.0, 9064.0, 9095.0, 9063.0, 9080.0, 9087.0, 9099.0, 9092.0, 9098.0, 9145.0, 9136.0, 9165.0, 9136.0, 9116.0, 9147.0, 9134.0, 9146.0, 9119.0, 9173.0, 9109.0, 9120.0, 9108.0, 9164.0, 9134.0, 9134.0, 9089.0, 9095.0, 9076.0, 9083.0, 9055.0, 9085.0, 9071.0, 9113.0, 9106.0, 9111.0, 9080.0, 9087.0, 9076.0, 9099.0, 9064.0, 9048.0, 9065.0, 9073.0, 9090.0, 9099.0, 9132.0, 9119.0, 9123.0, 9142.0, 9164.0, 9146.0, 9179.0, 9163.0, 9175.0, 9160.0, 9168.0, 9156.0, 9167.0, 9149.0, 9114.0, 9127.0, 9112.0, 9135.0, 9124.0, 9108.0, 9123.0, 9107.0, 9152.0, 9143.0, 9108.0, 9151.0, 9088.0, 9113.0, 9095.0, 9082.0, 9098.0, 9101.0, 9127.0, 9082.0, 9082.0, 9096.0, 9101.0, 9103.0, 9120.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.000282926304464766</td></tr>
<tr><td colspan=3>aqi</td><td>0.042817693491124256</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.08216217142088</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1259887819644792</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9284585932023673</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>4784.3379</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0872253723118912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.183431952662722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7774152412803708</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7098539353920477</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0572841998359372</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.565107588613128</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135842</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0002734683221206069</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03984025493264198</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.606482130815304</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.6156</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.476</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.2271</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.6624</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8889</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.7514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3236.196</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.3776</td></tr>
<tr><td colspan=3>tsnr</td><td>29.068982964381576</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>