<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>40be79efa81d089c51c3cadb6a79c2a0</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>14:36:2.765000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998331, 0.0523887, -0.0242994, -0.0526697, 0.998551, -0.0110731]</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.259</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.0823262</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>[4233, -7723, -7193, 319, -54, 164, 143, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50ba4516-95cf-4257-bc3d-d9c37e694b20||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6784493923187256, -0.14130908250808716, -0.06394695490598679, 121.07977294921875], [-0.14055508375167847, 2.6790382862091064, -0.03330307826399803, -96.69983673095703], [-0.06519346684217453, 0.02970835007727146, 2.6990370750427246, -45.6087760925293], [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': ['143602.765000', '143603.225000', '143603.685000', '143604.145000', '143604.605000', '143605.065000', '143605.525000', '143605.985000', '143606.445000', '143606.905000', '143607.365000', '143607.825000', '143608.285000', '143608.745000', '143609.205000', '143609.665000', '143610.125000', '143610.585000', '143611.045000', '143611.505000', '143611.965000', '143612.425000', '143612.885000', '143613.345000', '143613.805000', '143614.265000', '143614.725000', '143615.185000', '143615.645000', '143616.105000', '143616.565000', '143617.025000', '143617.485000', '143617.945000', '143618.405000', '143618.865000', '143619.325000', '143619.785000', '143620.245000', '143620.705000', '143621.165000', '143621.625000', '143622.085000', '143622.545000', '143623.005000', '143623.465000', '143623.925000', '143624.385000', '143624.845000', '143625.305000', '143625.765000', '143626.225000', '143626.685000', '143627.145000', '143627.605000', '143628.065000', '143628.525000', '143628.985000', '143629.445000', '143629.905000', '143630.365000', '143630.825000', '143631.285000', '143631.745000', '143632.205000', '143632.665000', '143633.125000', '143633.585000', '143634.045000', '143634.505000', '143634.965000', '143635.425000', '143635.885000', '143636.345000', '143636.805000', '143637.265000', '143637.725000', '143638.185000', '143638.645000', '143639.105000', '143639.565000', '143640.025000', '143640.485000', '143640.945000', '143641.405000', '143641.865000', '143642.325000', '143642.785000', '143643.245000', '143643.705000', '143644.165000', '143644.625000', '143645.085000', '143645.545000', '143646.005000', '143646.465000', '143646.925000', '143647.385000', '143647.845000', '143648.305000', '143648.765000', '143649.225000', '143649.685000', '143650.145000', '143650.605000', '143651.065000', '143651.525000', '143651.985000', '143652.445000', '143652.905000', '143653.365000', '143653.825000', '143654.285000', '143654.745000', '143655.205000', '143655.665000', '143656.125000', '143656.585000', '143657.045000', '143657.505000', '143657.965000', '143658.425000', '143658.885000', '143659.345000', '143659.805000', '143700.265000', '143700.725000', '143701.185000', '143701.645000', '143702.105000', '143702.565000', '143703.025000', '143703.485000', '143703.945000', '143704.405000', '143704.865000', '143705.325000', '143705.785000', '143706.245000', '143706.705000', '143707.165000', '143707.625000', '143708.085000', '143708.545000', '143709.005000', '143709.465000', '143709.925000', '143710.385000', '143710.845000', '143711.305000', '143711.765000', '143712.225000', '143712.685000', '143713.145000', '143713.605000', '143714.065000', '143714.525000', '143714.985000', '143715.445000', '143715.905000', '143716.365000', '143716.825000', '143717.285000', '143717.745000', '143718.205000', '143718.665000', '143719.125000', '143719.585000', '143720.045000', '143720.505000', '143720.965000', '143721.425000', '143721.885000', '143722.345000', '143722.805000', '143723.265000', '143723.725000', '143724.185000', '143724.645000', '143725.105000', '143725.565000', '143726.025000', '143726.485000', '143726.945000', '143727.405000', '143727.865000', '143728.325000', '143728.785000', '143729.245000', '143729.705000', '143730.165000', '143730.625000', '143731.085000', '143731.545000', '143732.005000', '143732.465000', '143732.925000', '143733.385000', '143733.845000', '143734.305000', '143734.765000', '143735.225000', '143735.685000', '143736.145000', '143736.605000', '143737.065000', '143737.525000', '143737.985000', '143738.445000', '143738.905000', '143739.365000', '143739.825000', '143740.285000', '143740.745000', '143741.205000', '143741.665000', '143742.125000', '143742.585000', '143743.045000', '143743.505000', '143743.965000', '143744.425000', '143744.885000', '143745.345000', '143745.805000', '143746.265000', '143746.725000', '143747.185000', '143747.645000', '143748.105000', '143748.565000', '143749.025000', '143749.485000', '143749.945000', '143750.405000', '143750.865000', '143751.325000', '143751.785000', '143752.245000', '143752.705000', '143753.165000', '143753.625000', '143754.085000', '143754.545000', '143755.005000', '143755.465000', '143755.925000', '143756.385000', '143756.845000', '143757.305000', '143757.765000', '143758.225000', '143758.685000', '143759.145000', '143759.605000', '143800.065000', '143800.525000', '143800.985000', '143801.445000', '143801.905000', '143802.365000', '143802.825000', '143803.285000', '143803.745000', '143804.205000', '143804.665000', '143805.125000', '143805.585000', '143806.045000', '143806.505000', '143806.965000', '143807.425000', '143807.885000', '143808.345000', '143808.805000', '143809.265000', '143809.725000', '143810.185000', '143810.645000', '143811.105000', '143811.565000', '143812.025000', '143812.485000', '143812.945000', '143813.405000', '143813.865000', '143814.325000', '143814.785000', '143815.245000', '143815.705000', '143816.165000', '143816.625000', '143817.085000', '143817.545000', '143818.005000', '143818.465000', '143818.925000', '143819.385000', '143819.845000', '143820.305000', '143820.765000', '143821.225000', '143821.685000', '143822.145000', '143822.605000', '143823.065000', '143823.525000', '143823.985000', '143824.445000', '143824.905000', '143825.365000', '143825.825000', '143826.285000', '143826.745000', '143827.205000', '143827.665000', '143828.125000', '143828.585000', '143829.045000', '143829.505000', '143829.965000', '143830.425000', '143830.885000', '143831.345000', '143831.805000', '143832.265000', '143832.725000', '143833.185000', '143833.645000', '143834.105000', '143834.565000', '143835.025000', '143835.485000', '143835.945000', '143836.405000', '143836.865000', '143837.325000', '143837.785000', '143838.245000', '143838.705000', '143839.165000', '143839.625000', '143840.085000', '143840.545000', '143841.005000', '143841.465000', '143841.925000', '143842.385000', '143842.845000', '143843.305000', '143843.765000', '143844.225000', '143844.685000', '143845.145000', '143845.605000', '143846.065000', '143846.525000', '143846.985000', '143847.445000', '143847.905000', '143848.365000', '143848.825000', '143849.285000', '143849.745000', '143850.205000', '143850.665000', '143851.125000', '143851.585000', '143852.045000', '143852.505000', '143852.965000', '143853.425000', '143853.885000', '143854.345000', '143854.805000', '143855.265000', '143855.725000', '143856.185000', '143856.645000', '143857.105000', '143857.565000', '143858.025000', '143858.485000', '143858.945000', '143859.405000', '143859.865000', '143900.325000', '143900.785000', '143901.245000', '143901.705000', '143902.165000', '143902.625000', '143903.085000', '143903.545000', '143904.005000', '143904.465000', '143904.925000', '143905.385000', '143905.845000', '143906.305000', '143906.765000', '143907.225000', '143907.685000', '143908.145000', '143908.605000', '143909.065000', '143909.525000', '143909.985000', '143910.445000', '143910.905000', '143911.365000', '143911.825000', '143912.285000', '143912.745000', '143913.205000', '143913.665000', '143914.125000', '143914.585000', '143915.045000', '143915.505000', '143915.965000', '143916.425000', '143916.885000', '143917.345000', '143917.805000', '143918.265000', '143918.725000', '143919.185000', '143919.645000', '143920.105000', '143920.565000', '143921.025000', '143921.485000', '143921.945000', '143922.405000', '143922.865000', '143923.325000', '143923.785000', '143924.245000', '143924.705000', '143925.165000', '143925.625000', '143926.085000', '143926.545000', '143927.005000', '143927.465000', '143927.925000', '143928.385000', '143928.845000', '143929.305000', '143929.765000', '143930.225000', '143930.685000', '143931.145000', '143931.605000', '143932.065000', '143932.525000', '143932.985000', '143933.445000', '143933.905000', '143934.365000', '143934.825000', '143935.285000', '143935.745000', '143936.205000', '143936.665000', '143937.125000', '143937.585000', '143938.045000', '143938.505000', '143938.965000', '143939.425000', '143939.885000', '143940.345000', '143940.805000', '143941.265000', '143941.725000', '143942.185000', '143942.645000', '143943.105000', '143943.565000', '143944.025000', '143944.485000', '143944.945000', '143945.405000', '143945.865000', '143946.325000', '143946.785000', '143947.245000', '143947.705000', '143948.165000', '143948.625000', '143949.085000', '143949.545000', '143950.005000', '143950.465000', '143950.925000', '143951.385000', '143951.845000', '143952.305000', '143952.765000', '143953.225000', '143953.685000', '143954.145000', '143954.605000', '143955.065000', '143955.525000', '143955.985000', '143956.445000', '143956.905000', '143957.365000', '143957.825000', '143958.285000', '143958.745000', '143959.205000', '143959.665000', '144000.125000', '144000.585000', '144001.045000', '144001.505000', '144001.965000', '144002.425000', '144002.885000', '144003.345000', '144003.805000', '144004.265000', '144004.725000', '144005.185000', '144005.645000', '144006.105000', '144006.565000', '144007.025000', '144007.485000', '144007.945000', '144008.405000', '144008.865000', '144009.325000', '144009.785000', '144010.245000', '144010.705000', '144011.165000', '144011.625000', '144012.085000', '144012.545000', '144013.005000', '144013.465000', '144013.925000', '144014.385000', '144014.845000', '144015.305000', '144015.765000', '144016.225000', '144016.685000', '144017.145000', '144017.605000', '144018.065000', '144018.525000', '144018.985000', '144019.445000', '144019.905000', '144020.365000', '144020.825000', '144021.285000', '144021.745000', '144022.205000', '144022.665000', '144023.125000', '144023.585000', '144024.045000', '144024.505000', '144024.965000', '144025.425000', '144025.885000', '144026.345000', '144026.805000', '144027.265000', '144027.725000', '144028.185000', '144028.645000', '144029.105000', '144029.565000', '144030.025000', '144030.485000', '144030.945000', '144031.405000', '144031.865000', '144032.325000', '144032.785000', '144033.245000', '144033.705000', '144034.165000', '144034.625000', '144035.085000', '144035.545000', '144036.005000', '144036.465000', '144036.925000', '144037.385000', '144037.845000', '144038.305000', '144038.765000', '144039.225000', '144039.685000', '144040.145000', '144040.605000', '144041.065000', '144041.525000', '144041.985000', '144042.445000', '144042.905000', '144043.365000', '144043.825000', '144044.285000', '144044.745000', '144045.205000', '144045.665000', '144046.125000', '144046.585000', '144047.045000', '144047.505000', '144047.965000', '144048.425000', '144048.885000', '144049.345000', '144049.805000', '144050.265000', '144050.725000', '144051.185000', '144051.645000', '144052.105000', '144052.565000', '144053.025000', '144053.485000', '144053.945000', '144054.405000', '144054.865000', '144055.325000', '144055.785000', '144056.245000', '144056.705000', '144057.165000', '144057.625000', '144058.085000', '144058.545000', '144059.005000', '144059.465000', '144059.925000', '144100.385000', '144100.845000', '144101.305000', '144101.765000', '144102.225000', '144102.685000', '144103.145000', '144103.605000', '144104.065000', '144104.525000', '144104.985000', '144105.445000', '144105.905000', '144106.365000', '144106.825000', '144107.285000', '144107.745000', '144108.205000', '144108.665000', '144109.125000', '144109.585000', '144110.045000', '144110.505000', '144110.965000', '144111.425000', '144111.885000', '144112.345000', '144112.805000', '144113.265000', '144113.725000', '144114.185000', '144114.645000', '144115.105000', '144115.565000', '144116.025000', '144116.485000', '144116.945000', '144117.405000', '144117.865000', '144118.325000', '144118.785000', '144119.245000', '144119.705000', '144120.165000', '144120.625000', '144121.085000', '144121.545000', '144122.005000', '144122.465000', '144122.925000', '144123.385000', '144123.845000', '144124.305000', '144124.765000', '144125.225000', '144125.685000', '144126.145000', '144126.605000', '144127.065000', '144127.525000', '144127.985000', '144128.445000', '144128.905000', '144129.365000', '144129.825000', '144130.285000', '144130.745000', '144131.205000', '144131.665000', '144132.125000', '144132.585000', '144133.045000', '144133.505000', '144133.965000', '144134.425000', '144134.885000', '144135.345000', '144135.805000', '144136.265000', '144136.725000', '144137.185000', '144137.645000', '144138.105000', '144138.565000', '144139.025000', '144139.485000', '144139.945000', '144140.405000', '144140.865000', '144141.325000', '144141.785000', '144142.245000', '144142.705000', '144143.165000', '144143.625000', '144144.085000', '144144.545000', '144145.005000', '144145.465000', '144145.925000', '144146.385000', '144146.845000', '144147.305000', '144147.765000', '144148.225000', '144148.685000', '144149.145000', '144149.605000', '144150.065000', '144150.525000', '144150.985000', '144151.445000', '144151.905000', '144152.365000', '144152.825000', '144153.285000', '144153.745000', '144154.205000', '144154.665000', '144155.125000', '144155.585000', '144156.045000', '144156.505000', '144156.965000', '144157.425000', '144157.885000', '144158.345000', '144158.805000', '144159.265000', '144159.725000', '144200.185000', '144200.645000', '144201.105000', '144201.565000', '144202.025000', '144202.485000', '144202.945000', '144203.405000', '144203.865000', '144204.325000', '144204.785000', '144205.245000', '144205.705000', '144206.165000', '144206.625000', '144207.085000', '144207.545000', '144208.005000', '144208.465000', '144208.925000', '144209.385000', '144209.845000', '144210.305000', '144210.765000', '144211.225000', '144211.685000', '144212.145000', '144212.605000', '144213.065000', '144213.525000', '144213.985000', '144214.445000', '144214.905000', '144215.365000', '144215.825000', '144216.285000', '144216.745000', '144217.205000', '144217.665000', '144218.125000', '144218.585000', '144219.045000', '144219.505000', '144219.965000', '144220.425000', '144220.885000', '144221.345000', '144221.805000', '144222.265000', '144222.725000', '144223.185000', '144223.645000', '144224.105000', '144224.565000', '144225.025000', '144225.485000', '144225.945000', '144226.405000', '144226.865000', '144227.325000', '144227.785000', '144228.245000', '144228.705000', '144229.165000', '144229.625000', '144230.085000', '144230.545000', '144231.005000', '144231.465000', '144231.925000', '144232.385000', '144232.845000', '144233.305000', '144233.765000', '144234.225000', '144234.685000', '144235.145000', '144235.605000', '144236.065000', '144236.525000', '144236.985000', '144237.445000', '144237.905000', '144238.365000', '144238.825000', '144239.285000', '144239.745000', '144240.205000', '144240.665000', '144241.125000', '144241.585000', '144242.045000', '144242.505000', '144242.965000', '144243.425000', '144243.885000', '144244.345000', '144244.805000', '144245.265000', '144245.725000', '144246.185000', '144246.645000', '144247.105000', '144247.565000', '144248.025000', '144248.485000', '144248.945000', '144249.405000', '144249.865000', '144250.325000', '144250.785000', '144251.245000', '144251.705000', '144252.165000', '144252.625000', '144253.085000', '144253.545000', '144254.005000', '144254.465000', '144254.925000', '144255.385000', '144255.845000', '144256.305000', '144256.765000', '144257.225000', '144257.685000', '144258.145000', '144258.605000', '144259.065000', '144259.525000', '144259.985000', '144300.445000', '144300.905000', '144301.365000', '144301.825000', '144302.285000', '144302.745000', '144303.205000', '144303.665000', '144304.125000', '144304.585000', '144305.045000', '144305.505000', '144305.965000', '144306.425000', '144306.885000', '144307.345000', '144307.805000', '144308.265000', '144308.725000', '144309.185000', '144309.645000', '144310.105000', '144310.565000', '144311.025000', '144311.485000', '144311.945000', '144312.405000', '144312.865000', '144313.325000', '144313.785000', '144314.245000', '144314.705000', '144315.165000', '144315.625000', '144316.085000', '144316.545000', '144317.005000', '144317.465000', '144317.925000', '144318.385000', '144318.845000', '144319.305000', '144319.765000', '144320.225000', '144320.685000', '144321.145000', '144321.605000', '144322.065000', '144322.525000', '144322.985000', '144323.445000', '144323.905000', '144324.365000', '144324.825000', '144325.285000', '144325.745000', '144326.205000', '144326.665000', '144327.125000', '144327.585000', '144328.045000', '144328.505000', '144328.965000', '144329.425000', '144329.885000', '144330.345000', '144330.805000', '144331.265000', '144331.725000', '144332.185000', '144332.645000', '144333.105000', '144333.565000', '144334.025000', '144334.485000', '144334.945000', '144335.405000', '144335.865000', '144336.325000', '144336.785000', '144337.245000', '144337.705000', '144338.165000', '144338.625000', '144339.085000', '144339.545000', '144340.005000', '144340.465000', '144340.925000', '144341.385000', '144341.845000', '144342.305000', '144342.765000', '144343.225000', '144343.685000', '144344.145000', '144344.605000', '144345.065000', '144345.525000', '144345.985000', '144346.445000', '144346.905000', '144347.365000', '144347.825000', '144348.285000', '144348.745000', '144349.205000', '144349.665000', '144350.125000', '144350.585000', '144351.045000', '144351.505000', '144351.965000', '144352.425000', '144352.885000', '144353.345000', '144353.805000', '144354.265000', '144354.725000', '144355.185000', '144355.645000', '144356.105000', '144356.565000', '144357.025000', '144357.485000', '144357.945000', '144358.405000', '144358.865000', '144359.325000', '144359.785000', '144400.245000', '144400.705000', '144401.165000', '144401.625000', '144402.085000', '144402.545000', '144403.005000', '144403.465000', '144403.925000', '144404.385000', '144404.845000', '144405.305000', '144405.765000', '144406.225000', '144406.685000', '144407.145000', '144407.605000', '144408.065000', '144408.525000', '144408.985000', '144409.445000', '144409.905000', '144410.365000', '144410.825000', '144411.285000', '144411.745000', '144412.205000', '144412.665000', '144413.125000', '144413.585000', '144414.045000', '144414.505000', '144414.965000', '144415.425000', '144415.885000', '144416.345000', '144416.805000', '144417.265000', '144417.725000', '144418.185000', '144418.645000', '144419.105000', '144419.565000', '144420.025000', '144420.485000', '144420.945000', '144421.405000', '144421.865000', '144422.325000', '144422.785000', '144423.245000', '144423.705000', '144424.165000', '144424.625000', '144425.085000', '144425.545000', '144426.005000', '144426.465000', '144426.925000', '144427.385000', '144427.845000', '144428.305000', '144428.765000', '144429.225000', '144429.685000', '144430.145000', '144430.605000', '144431.065000', '144431.525000', '144431.985000', '144432.445000', '144432.905000', '144433.365000', '144433.825000', '144434.285000', '144434.745000', '144435.205000', '144435.665000', '144436.125000', '144436.585000', '144437.045000', '144437.505000', '144437.965000', '144438.425000', '144438.885000', '144439.345000', '144439.805000', '144440.265000', '144440.725000', '144441.185000', '144441.645000', '144442.105000', '144442.565000', '144443.025000', '144443.485000', '144443.945000', '144444.405000', '144444.865000', '144445.325000', '144445.785000', '144446.245000', '144446.705000', '144447.165000', '144447.625000', '144448.085000', '144448.545000', '144449.005000', '144449.465000', '144449.925000', '144450.385000', '144450.845000', '144451.305000', '144451.765000', '144452.225000', '144452.685000', '144453.145000', '144453.605000', '144454.065000', '144454.525000', '144454.985000', '144455.445000', '144455.905000', '144456.365000', '144456.825000', '144457.285000', '144457.745000', '144458.205000', '144458.665000', '144459.125000', '144459.585000', '144500.045000', '144500.505000', '144500.965000', '144501.425000', '144501.885000', '144502.345000', '144502.805000', '144503.265000', '144503.725000', '144504.185000', '144504.645000', '144505.105000', '144505.565000', '144506.025000', '144506.485000', '144506.945000', '144507.405000', '144507.865000', '144508.325000', '144508.785000', '144509.245000', '144509.705000', '144510.165000', '144510.625000', '144511.085000', '144511.545000', '144512.005000', '144512.465000', '144512.925000', '144513.385000', '144513.845000', '144514.305000', '144514.765000', '144515.225000', '144515.685000', '144516.145000', '144516.605000', '144517.065000', '144517.525000', '144517.985000', '144518.445000', '144518.905000', '144519.365000', '144519.825000', '144520.285000', '144520.745000', '144521.205000', '144521.665000', '144522.125000', '144522.585000', '144523.045000', '144523.505000', '144523.965000', '144524.425000', '144524.885000', '144525.345000', '144525.805000', '144526.265000', '144526.725000', '144527.185000', '144527.645000', '144528.105000', '144528.565000', '144529.025000', '144529.485000', '144529.945000', '144530.405000', '144530.865000', '144531.325000', '144531.785000', '144532.245000', '144532.705000', '144533.165000', '144533.625000', '144534.085000', '144534.545000', '144535.005000', '144535.465000', '144535.925000', '144536.385000', '144536.845000', '144537.305000', '144537.765000', '144538.225000', '144538.685000', '144539.145000', '144539.605000', '144540.065000', '144540.525000', '144540.985000', '144541.445000', '144541.905000', '144542.365000', '144542.825000', '144543.285000', '144543.745000', '144544.205000', '144544.665000', '144545.125000', '144545.585000', '144546.045000', '144546.505000', '144546.965000', '144547.425000', '144547.885000', '144548.345000', '144548.805000', '144549.265000', '144549.725000', '144550.185000', '144550.645000', '144551.105000', '144551.565000', '144552.025000', '144552.485000', '144552.945000', '144553.405000', '144553.865000', '144554.325000', '144554.785000', '144555.245000', '144555.705000', '144556.165000', '144556.625000', '144557.085000', '144557.545000', '144558.005000', '144558.465000', '144558.925000', '144559.385000', '144559.845000', '144600.305000', '144600.765000', '144601.225000', '144601.685000', '144602.145000', '144602.605000', '144603.065000', '144603.525000', '144603.985000', '144604.445000', '144604.905000', '144605.365000', '144605.825000', '144606.285000', '144606.745000', '144607.205000', '144607.665000', '144608.125000', '144608.585000', '144609.045000', '144609.505000', '144609.965000', '144610.425000', '144610.885000', '144611.345000', '144611.805000', '144612.265000', '144612.725000', '144613.185000', '144613.645000', '144614.105000', '144614.565000', '144615.025000', '144615.485000', '144615.945000', '144616.405000', '144616.865000', '144617.325000', '144617.785000', '144618.245000', '144618.705000', '144619.165000', '144619.625000', '144620.085000', '144620.545000', '144621.005000', '144621.465000', '144621.925000', '144622.385000', '144622.845000', '144623.305000', '144623.765000', '144624.225000', '144624.685000', '144625.145000', '144625.605000', '144626.065000', '144626.525000', '144626.985000', '144627.445000', '144627.905000', '144628.365000', '144628.825000', '144629.285000', '144629.745000', '144630.205000', '144630.665000', '144631.125000', '144631.585000', '144632.045000', '144632.505000', '144632.965000', '144633.425000', '144633.885000', '144634.345000', '144634.805000', '144635.265000', '144635.725000', '144636.185000', '144636.645000', '144637.105000', '144637.565000', '144638.025000', '144638.485000', '144638.945000', '144639.405000', '144639.865000', '144640.325000', '144640.785000', '144641.245000', '144641.705000', '144642.165000', '144642.625000', '144643.085000', '144643.545000', '144644.005000', '144644.465000', '144644.925000', '144645.385000', '144645.845000', '144646.305000', '144646.765000', '144647.225000', '144647.685000', '144648.145000', '144648.605000', '144649.065000', '144649.525000', '144649.985000', '144650.445000', '144650.905000', '144651.365000', '144651.825000', '144652.285000', '144652.745000', '144653.205000', '144653.665000', '144654.125000', '144654.585000', '144655.045000', '144655.505000', '144655.965000', '144656.425000', '144656.885000', '144657.345000', '144657.805000', '144658.265000', '144658.725000', '144659.185000', '144659.645000', '144700.105000', '144700.565000', '144701.025000', '144701.485000', '144701.945000', '144702.405000', '144702.865000', '144703.325000', '144703.785000', '144704.245000', '144704.705000', '144705.165000', '144705.625000', '144706.085000', '144706.545000', '144707.005000', '144707.465000', '144707.925000', '144708.385000', '144708.845000', '144709.305000', '144709.765000', '144710.225000', '144710.685000', '144711.145000', '144711.605000', '144712.065000', '144712.525000', '144712.985000', '144713.445000', '144713.905000', '144714.365000', '144714.825000', '144715.285000', '144715.745000', '144716.205000', '144716.665000', '144717.125000', '144717.585000', '144718.045000', '144718.505000', '144718.965000', '144719.425000', '144719.885000', '144720.345000', '144720.805000', '144721.265000', '144721.725000', '144722.185000', '144722.645000', '144723.105000', '144723.565000', '144724.025000', '144724.485000', '144724.945000', '144725.405000', '144725.865000', '144726.325000', '144726.785000', '144727.245000', '144727.705000', '144728.165000', '144728.625000', '144729.085000', '144729.545000', '144730.005000', '144730.465000', '144730.925000', '144731.385000', '144731.845000', '144732.305000', '144732.765000', '144733.225000', '144733.685000', '144734.145000', '144734.605000', '144735.065000', '144735.525000', '144735.985000', '144736.445000', '144736.905000', '144737.365000', '144737.825000', '144738.285000', '144738.745000', '144739.205000', '144739.665000', '144740.125000', '144740.585000', '144741.045000', '144741.505000', '144741.965000', '144742.425000', '144742.885000', '144743.345000', '144743.805000', '144744.265000', '144744.725000', '144745.185000', '144745.645000', '144746.105000', '144746.565000', '144747.025000', '144747.485000', '144747.945000', '144748.405000', '144748.865000', '144749.325000', '144749.785000', '144750.245000', '144750.705000', '144751.165000', '144751.625000', '144752.085000', '144752.545000', '144753.005000', '144753.465000', '144753.925000', '144754.385000', '144754.845000', '144755.305000', '144755.765000', '144756.225000', '144756.685000', '144757.145000', '144757.605000', '144758.065000', '144758.525000', '144758.985000', '144759.445000', '144759.905000', '144800.365000', '144800.825000', '144801.285000', '144801.745000', '144802.205000', '144802.665000', '144803.125000', '144803.585000', '144804.045000', '144804.505000', '144804.965000', '144805.425000', '144805.885000', '144806.345000', '144806.805000', '144807.265000', '144807.725000', '144808.185000', '144808.645000', '144809.105000', '144809.565000', '144810.025000', '144810.485000', '144810.945000', '144811.405000', '144811.865000', '144812.325000', '144812.785000', '144813.245000', '144813.705000', '144814.165000', '144814.625000', '144815.085000', '144815.545000', '144816.005000', '144816.465000', '144816.925000', '144817.385000', '144817.845000', '144818.305000', '144818.765000', '144819.225000', '144819.685000', '144820.145000', '144820.605000', '144821.065000', '144821.525000', '144821.985000', '144822.445000', '144822.905000', '144823.365000', '144823.825000', '144824.285000', '144824.745000', '144825.205000', '144825.665000', '144826.125000', '144826.585000', '144827.045000', '144827.505000', '144827.965000', '144828.425000', '144828.885000', '144829.345000', '144829.805000', '144830.265000', '144830.725000', '144831.185000', '144831.645000', '144832.105000', '144832.565000', '144833.025000', '144833.485000', '144833.945000', '144834.405000', '144834.865000', '144835.325000', '144835.785000', '144836.245000', '144836.705000', '144837.165000', '144837.625000', '144838.085000', '144838.545000', '144839.005000', '144839.465000', '144839.925000', '144840.385000', '144840.845000', '144841.305000', '144841.765000', '144842.225000', '144842.685000', '144843.145000', '144843.605000', '144844.065000', '144844.525000', '144844.985000', '144845.445000', '144845.905000', '144846.365000', '144846.825000', '144847.285000', '144847.745000', '144848.205000', '144848.665000', '144849.125000', '144849.585000', '144850.045000', '144850.505000', '144850.965000', '144851.425000', '144851.885000', '144852.345000', '144852.805000', '144853.265000', '144853.725000', '144854.185000', '144854.645000', '144855.105000', '144855.565000', '144856.025000', '144856.485000', '144856.945000', '144857.405000', '144857.865000', '144858.325000', '144858.785000', '144859.245000', '144859.705000', '144900.165000', '144900.625000', '144901.085000', '144901.545000', '144902.005000', '144902.465000', '144902.925000', '144903.385000', '144903.845000', '144904.305000', '144904.765000', '144905.225000', '144905.685000', '144906.145000', '144906.605000', '144907.065000', '144907.525000', '144907.985000', '144908.445000', '144908.905000', '144909.365000', '144909.825000', '144910.285000', '144910.745000', '144911.205000', '144911.665000', '144912.125000', '144912.585000', '144913.045000', '144913.505000', '144913.965000', '144914.425000', '144914.885000', '144915.345000', '144915.805000', '144916.265000', '144916.725000', '144917.185000', '144917.645000', '144918.105000', '144918.565000', '144919.025000', '144919.485000', '144919.945000', '144920.405000', '144920.865000', '144921.325000', '144921.785000', '144922.245000', '144922.705000', '144923.165000', '144923.625000', '144924.085000', '144924.545000', '144925.005000', '144925.465000', '144925.925000', '144926.385000', '144926.845000', '144927.305000', '144927.765000', '144928.225000', '144928.685000', '144929.145000', '144929.605000', '144930.065000', '144930.525000', '144930.985000', '144931.445000', '144931.905000', '144932.365000', '144932.825000', '144933.285000', '144933.745000', '144934.205000', '144934.665000', '144935.125000', '144935.585000', '144936.045000', '144936.505000', '144936.965000', '144937.425000', '144937.885000', '144938.345000', '144938.805000', '144939.265000', '144939.725000', '144940.185000', '144940.645000', '144941.105000', '144941.565000', '144942.025000', '144942.485000', '144942.945000', '144943.405000', '144943.865000', '144944.325000', '144944.785000', '144945.245000', '144945.705000', '144946.165000', '144946.625000', '144947.085000', '144947.545000', '144948.005000', '144948.465000', '144948.925000', '144949.385000', '144949.845000', '144950.305000', '144950.765000', '144951.225000', '144951.685000', '144952.145000', '144952.605000', '144953.065000', '144953.525000', '144953.985000', '144954.445000', '144954.905000', '144955.365000', '144955.825000', '144956.285000', '144956.745000', '144957.205000', '144957.665000', '144958.125000', '144958.585000', '144959.045000', '144959.505000', '144959.965000', '145000.425000', '145000.885000', '145001.345000', '145001.805000', '145002.265000', '145002.725000', '145003.185000', '145003.645000', '145004.105000', '145004.565000', '145005.025000', '145005.485000', '145005.945000', '145006.405000', '145006.865000', '145007.325000', '145007.785000', '145008.245000', '145008.705000', '145009.165000', '145009.625000', '145010.085000', '145010.545000', '145011.005000', '145011.465000', '145011.925000', '145012.385000', '145012.845000', '145013.305000', '145013.765000', '145014.225000', '145014.685000', '145015.145000', '145015.605000', '145016.065000', '145016.525000', '145016.985000', '145017.445000'], 'ContentTime': ['143618.903000', '143618.907000', '143618.910000', '143618.912000', '143618.915000', '143618.917000', '143618.920000', '143618.923000', '143618.925000', '143618.928000', '143618.930000', '143618.933000', '143618.936000', '143618.939000', '143618.942000', '143618.944000', '143618.947000', '143618.954000', '143618.957000', '143618.959000', '143618.962000', '143618.964000', '143618.967000', '143618.970000', '143618.972000', '143618.975000', '143618.977000', '143618.980000', '143618.991000', '143618.993000', '143618.996000', '143618.998000', '143638.874000', '143638.878000', '143638.880000', '143638.883000', '143638.890000', '143638.893000', '143638.895000', '143638.898000', '143638.900000', '143638.903000', '143638.906000', '143638.908000', '143638.911000', '143638.913000', '143638.916000', '143638.918000', '143638.921000', '143638.924000', '143638.926000', '143638.929000', '143638.931000', '143638.934000', '143638.936000', '143638.956000', '143638.959000', '143638.961000', '143638.964000', '143638.967000', '143638.969000', '143638.972000', '143638.974000', '143638.977000', '143638.979000', '143638.982000', '143638.984000', '143638.987000', '143638.989000', '143638.992000', '143638.995000', '143638.997000', '143639.001000', '143639.003000', '143639.006000', '143639.008000', '143658.874000', '143658.877000', '143658.880000', '143658.882000', '143658.885000', '143658.888000', '143658.890000', '143658.893000', '143658.895000', '143658.898000', '143658.901000', '143658.903000', '143658.906000', '143658.908000', '143658.911000', '143658.913000', '143658.920000', '143658.923000', '143658.925000', '143658.928000', '143658.931000', '143658.933000', '143658.936000', '143658.939000', '143658.942000', '143658.945000', '143658.947000', '143658.951000', '143658.954000', '143658.956000', '143658.959000', '143658.961000', '143658.964000', '143658.966000', '143658.969000', '143658.972000', '143658.974000', '143658.977000', '143658.980000', '143658.982000', '143658.985000', '143658.987000', '143658.990000', '143718.875000', '143718.878000', '143718.881000', '143718.884000', '143718.886000', '143718.889000', '143718.891000', '143718.894000', '143718.897000', '143718.899000', '143718.902000', '143718.904000', '143718.907000', '143718.909000', '143718.912000', '143718.915000', '143718.917000', '143718.920000', '143718.922000', '143718.925000', '143718.927000', '143718.930000', '143718.933000', '143718.935000', '143718.938000', '143718.941000', '143718.943000', '143718.946000', '143718.948000', '143718.951000', '143718.953000', '143718.956000', '143718.959000', '143718.961000', '143718.964000', '143718.966000', '143718.974000', '143718.976000', '143718.979000', '143718.982000', '143718.984000', '143718.987000', '143718.990000', '143718.992000', '143738.875000', '143738.878000', '143738.881000', '143738.883000', '143738.886000', '143738.888000', '143738.891000', '143738.894000', '143738.896000', '143738.899000', '143738.901000', '143738.904000', '143738.906000', '143738.909000', '143738.912000', '143738.914000', '143738.917000', '143738.919000', '143738.922000', '143738.925000', '143738.927000', '143738.930000', '143738.933000', '143738.935000', '143738.938000', '143738.940000', '143738.943000', '143738.945000', '143738.948000', '143738.951000', '143738.953000', '143738.956000', '143738.958000', '143738.961000', '143738.964000', '143738.966000', '143738.969000', '143738.972000', '143738.974000', '143738.977000', '143738.979000', '143738.982000', '143738.985000', '143758.875000', '143758.878000', '143758.881000', '143758.883000', '143758.886000', '143758.889000', '143758.891000', '143758.894000', '143758.896000', '143758.899000', '143758.902000', '143758.904000', '143758.907000', '143758.909000', '143758.912000', '143758.914000', '143758.917000', '143758.920000', '143758.922000', '143758.925000', '143758.927000', '143758.930000', '143758.933000', '143758.935000', '143758.938000', '143758.940000', '143758.943000', '143758.945000', '143758.948000', '143758.951000', '143758.953000', '143758.956000', '143758.959000', '143758.961000', '143758.964000', '143758.966000', '143758.969000', '143758.971000', '143758.974000', '143758.977000', '143758.979000', '143758.982000', '143758.984000', '143758.987000', '143818.875000', '143818.878000', '143818.881000', '143818.884000', '143818.886000', '143818.889000', '143818.891000', '143818.894000', '143818.897000', '143818.899000', '143818.902000', '143818.904000', '143818.907000', '143818.909000', '143818.912000', '143818.919000', '143818.922000', '143818.925000', '143818.948000', '143818.951000', '143818.953000', '143818.956000', '143818.958000', '143818.961000', '143818.964000', '143818.966000', '143818.969000', '143818.972000', '143818.974000', '143818.977000', '143818.979000', '143818.982000', '143818.985000', '143818.988000', '143818.991000', '143818.994000', '143818.996000', '143819.000000', '143819.003000', '143819.005000', '143819.008000', '143819.010000', '143819.013000', '143838.874000', '143838.877000', '143838.880000', '143838.882000', '143838.885000', '143838.888000', '143838.890000', '143838.893000', '143838.895000', '143838.898000', '143838.901000', '143838.903000', '143838.906000', '143838.908000', '143838.911000', '143838.913000', '143838.916000', '143838.919000', '143838.921000', '143838.924000', '143838.926000', '143838.929000', '143838.932000', '143838.934000', '143838.937000', '143838.939000', '143838.942000', '143838.944000', '143838.947000', '143838.950000', '143838.952000', '143838.955000', '143838.957000', '143838.960000', '143838.963000', '143838.965000', '143838.968000', '143838.971000', '143838.973000', '143838.976000', '143838.978000', '143838.981000', '143838.984000', '143838.986000', '143858.875000', '143858.878000', '143858.880000', '143858.883000', '143858.886000', '143858.888000', '143858.891000', '143858.893000', '143858.896000', '143858.899000', '143858.908000', '143858.910000', '143858.913000', '143858.915000', '143858.918000', '143858.921000', '143858.924000', '143858.926000', '143858.929000', '143858.932000', '143858.934000', '143858.937000', '143858.940000', '143858.942000', '143858.945000', '143858.948000', '143858.950000', '143858.953000', '143858.955000', '143858.958000', '143858.961000', '143858.963000', '143858.966000', '143858.968000', '143858.971000', '143858.974000', '143858.976000', '143858.979000', '143858.981000', '143858.984000', '143858.986000', '143858.989000', '143858.992000', '143918.874000', '143918.877000', '143918.880000', '143918.882000', '143918.885000', '143918.888000', '143918.890000', '143918.893000', '143918.895000', '143918.898000', '143918.901000', '143918.903000', '143918.906000', '143918.908000', '143918.911000', '143918.913000', '143918.916000', '143918.919000', '143918.921000', '143918.924000', '143918.926000', '143918.929000', '143918.932000', '143918.934000', '143918.937000', '143918.939000', '143918.942000', '143918.944000', '143918.947000', '143918.950000', '143918.952000', '143918.955000', '143918.957000', '143918.960000', '143918.963000', '143918.965000', '143918.968000', '143918.970000', '143918.973000', '143918.976000', '143918.979000', '143918.981000', '143918.984000', '143918.986000', '143938.875000', '143938.878000', '143938.881000', '143938.883000', '143938.886000', '143938.889000', '143938.891000', '143938.894000', '143938.897000', '143938.899000', '143938.902000', '143938.904000', '143938.907000', '143938.909000', '143938.912000', '143938.915000', '143938.917000', '143938.920000', '143938.922000', '143938.925000', '143938.928000', '143938.930000', '143938.933000', '143938.935000', '143938.938000', '143938.940000', '143938.943000', '143938.946000', '143938.948000', '143938.951000', '143938.953000', '143938.956000', '143938.959000', '143938.961000', '143938.964000', '143938.966000', '143938.969000', '143938.972000', '143938.974000', '143938.977000', '143938.980000', '143938.982000', '143938.985000', '143958.887000', '143958.890000', '143958.893000', '143958.895000', '143958.898000', '143958.900000', '143958.903000', '143958.905000', '143958.908000', '143958.911000', '143958.913000', '143958.916000', '143958.918000', '143958.921000', '143958.924000', '143958.926000', '143958.929000', '143958.931000', '143958.935000', '143958.937000', '143958.940000', '143958.942000', '143958.945000', '143958.948000', '143958.950000', '143958.953000', '143958.956000', '143958.958000', '143958.961000', '143958.963000', '143958.966000', '143958.969000', '143958.972000', '143958.974000', '143958.977000', '143958.980000', '143958.982000', '143958.985000', '143958.987000', '143958.990000', '143958.993000', '143958.995000', '143958.998000', '143959.002000', '144018.875000', '144018.878000', '144018.881000', '144018.883000', '144018.886000', '144018.889000', '144018.891000', '144018.894000', '144018.896000', '144018.899000', '144018.902000', '144018.904000', '144018.907000', '144018.910000', '144018.912000', '144018.915000', '144018.917000', '144018.920000', '144018.922000', '144018.925000', '144018.928000', '144018.930000', '144018.933000', '144018.935000', '144018.938000', '144018.941000', '144018.943000', '144018.946000', '144018.948000', '144018.951000', '144018.954000', '144018.956000', '144018.959000', '144018.962000', '144018.964000', '144018.967000', '144018.970000', '144018.972000', '144018.975000', '144018.977000', '144018.980000', '144018.983000', '144018.985000', '144038.875000', '144038.878000', '144038.881000', '144038.884000', '144038.886000', '144038.889000', '144038.891000', '144038.894000', '144038.897000', '144038.899000', '144038.902000', '144038.904000', '144038.907000', '144038.910000', '144038.912000', '144038.915000', '144038.917000', '144038.920000', '144038.923000', '144038.925000', '144038.928000', '144038.930000', '144038.933000', '144038.935000', '144038.938000', '144038.941000', '144038.943000', '144038.946000', '144038.949000', '144038.951000', '144038.954000', '144038.956000', '144038.959000', '144038.961000', '144038.964000', '144038.967000', '144038.969000', '144038.972000', '144038.974000', '144038.977000', '144038.979000', '144038.982000', '144038.985000', '144038.987000', '144058.875000', '144058.878000', '144058.880000', '144058.883000', '144058.886000', '144058.888000', '144058.891000', '144058.893000', '144058.896000', '144058.899000', '144058.901000', '144058.904000', '144058.907000', '144058.909000', '144058.912000', '144058.915000', '144058.918000', '144058.920000', '144058.923000', '144058.925000', '144058.928000', '144058.931000', '144058.933000', '144058.936000', '144058.939000', '144058.941000', '144058.944000', '144058.947000', '144058.949000', '144058.952000', '144058.955000', '144058.957000', '144058.960000', '144058.963000', '144058.965000', '144058.968000', '144058.970000', '144058.973000', '144058.976000', '144058.978000', '144058.981000', '144058.984000', '144058.986000', '144118.875000', '144118.877000', '144118.880000', '144118.883000', '144118.885000', '144118.888000', '144118.890000', '144118.893000', '144118.896000', '144118.898000', '144118.901000', '144118.903000', '144118.906000', '144118.909000', '144118.911000', '144118.914000', '144118.917000', '144118.919000', '144118.922000', '144118.924000', '144118.927000', '144118.930000', '144118.932000', '144118.935000', '144118.937000', '144118.953000', '144118.956000', '144118.958000', '144118.961000', '144118.963000', '144118.966000', '144118.969000', '144118.971000', '144118.974000', '144118.976000', '144118.979000', '144118.982000', '144118.984000', '144118.987000', '144118.989000', '144118.992000', '144118.995000', '144119.003000', '144119.005000', '144138.874000', '144138.877000', '144138.880000', '144138.883000', '144138.885000', '144138.888000', '144138.890000', '144138.893000', '144138.895000', '144138.898000', '144138.903000', '144138.905000', '144138.908000', '144138.911000', '144138.913000', '144138.916000', '144138.918000', '144138.921000', '144138.924000', '144138.926000', '144138.929000', '144138.931000', '144138.934000', '144138.936000', '144138.939000', '144138.942000', '144138.944000', '144138.947000', '144138.949000', '144138.952000', '144138.955000', '144138.957000', '144138.960000', '144138.962000', '144138.965000', '144138.967000', '144138.970000', '144138.973000', '144138.975000', '144138.978000', '144138.980000', '144138.983000', '144138.986000', '144158.875000', '144158.878000', '144158.881000', '144158.883000', '144158.886000', '144158.889000', '144158.891000', '144158.894000', '144158.896000', '144158.899000', '144158.902000', '144158.904000', '144158.907000', '144158.909000', '144158.912000', '144158.915000', '144158.917000', '144158.920000', '144158.922000', '144158.925000', '144158.928000', '144158.930000', '144158.933000', '144158.935000', '144158.938000', '144158.941000', '144158.943000', '144158.946000', '144158.949000', '144158.952000', '144158.955000', '144158.958000', '144158.960000', '144158.963000', '144158.966000', '144158.968000', '144158.971000', '144158.973000', '144158.976000', '144158.979000', '144158.981000', '144158.984000', '144158.986000', '144218.875000', '144218.878000', '144218.881000', '144218.883000', '144218.886000', '144218.889000', '144218.891000', '144218.894000', '144218.896000', '144218.899000', '144218.902000', '144218.904000', '144218.907000', '144218.909000', '144218.912000', '144218.915000', '144218.917000', '144218.920000', '144218.922000', '144218.925000', '144218.927000', '144218.930000', '144218.933000', '144218.935000', '144218.938000', '144218.940000', '144218.943000', '144218.946000', '144218.948000', '144218.951000', '144218.953000', '144218.956000', '144218.959000', '144218.961000', '144218.964000', '144218.966000', '144218.969000', '144218.971000', '144218.974000', '144218.977000', '144218.979000', '144218.982000', '144218.984000', '144218.987000', '144238.875000', '144238.878000', '144238.881000', '144238.883000', '144238.886000', '144238.889000', '144238.891000', '144238.894000', '144238.896000', '144238.899000', '144238.902000', '144238.904000', '144238.907000', '144238.909000', '144238.913000', '144238.915000', '144238.918000', '144238.921000', '144238.923000', '144238.926000', '144238.928000', '144238.931000', '144238.934000', '144238.936000', '144238.939000', '144238.941000', '144238.944000', '144238.947000', '144238.949000', '144238.952000', '144238.954000', '144238.957000', '144238.960000', '144238.962000', '144238.965000', '144238.967000', '144239.009000', '144239.012000', '144239.015000', '144239.017000', '144239.020000', '144239.023000', '144239.025000', '144258.875000', '144258.878000', '144258.881000', '144258.884000', '144258.886000', '144258.889000', '144258.891000', '144258.894000', '144258.897000', '144258.899000', '144258.902000', '144258.904000', '144258.907000', '144258.909000', '144258.912000', '144258.915000', '144258.917000', '144258.920000', '144258.922000', '144258.925000', '144258.927000', '144258.930000', '144258.933000', '144258.936000', '144258.938000', '144258.941000', '144258.943000', '144258.946000', '144258.949000', '144258.951000', '144258.954000', '144258.957000', '144258.959000', '144258.962000', '144258.965000', '144258.967000', '144258.970000', '144258.972000', '144258.975000', '144258.978000', '144258.980000', '144258.983000', '144258.985000', '144318.875000', '144318.877000', '144318.880000', '144318.883000', '144318.885000', '144318.888000', '144318.890000', '144318.893000', '144318.896000', '144318.898000', '144318.901000', '144318.903000', '144318.906000', '144318.909000', '144318.912000', '144318.915000', '144318.917000', '144318.920000', '144318.922000', '144318.925000', '144318.928000', '144318.930000', '144318.933000', '144318.936000', '144318.938000', '144318.941000', '144318.943000', '144318.946000', '144318.949000', '144318.951000', '144318.954000', '144318.956000', '144318.959000', '144318.962000', '144318.965000', '144318.967000', '144318.970000', '144318.973000', '144318.975000', '144318.978000', '144318.980000', '144318.983000', '144318.985000', '144318.988000', '144318.991000', '144338.875000', '144338.877000', '144338.880000', '144338.883000', '144338.886000', '144338.888000', '144338.891000', '144338.893000', '144338.896000', '144338.899000', '144338.901000', '144338.904000', '144338.906000', '144338.909000', '144338.911000', '144338.914000', '144338.917000', '144338.919000', '144338.922000', '144338.924000', '144338.927000', '144338.930000', '144338.932000', '144338.935000', '144338.937000', '144338.940000', '144338.943000', '144338.945000', '144338.948000', '144338.950000', '144338.953000', '144338.956000', '144338.958000', '144338.961000', '144338.964000', '144338.966000', '144338.969000', '144338.972000', '144338.974000', '144338.977000', '144338.979000', '144338.982000', '144338.985000', '144358.875000', '144358.877000', '144358.880000', '144358.883000', '144358.885000', '144358.888000', '144358.890000', '144358.893000', '144358.896000', '144358.898000', '144358.901000', '144358.904000', '144358.907000', '144358.909000', '144358.912000', '144358.915000', '144358.917000', '144358.920000', '144358.922000', '144358.925000', '144358.928000', '144358.930000', '144358.933000', '144358.935000', '144358.938000', '144358.940000', '144358.943000', '144358.946000', '144358.948000', '144358.951000', '144358.953000', '144358.956000', '144358.972000', '144358.975000', '144358.977000', '144358.980000', '144358.982000', '144358.985000', '144358.987000', '144358.990000', '144358.993000', '144358.995000', '144358.998000', '144418.875000', '144418.878000', '144418.881000', '144418.884000', '144418.886000', '144418.889000', '144418.891000', '144418.894000', '144418.897000', '144418.899000', '144418.902000', '144418.904000', '144418.907000', '144418.909000', '144418.912000', '144418.915000', '144418.917000', '144418.920000', '144418.922000', '144418.925000', '144418.928000', '144418.930000', '144418.933000', '144418.935000', '144418.938000', '144418.941000', '144418.943000', '144418.946000', '144418.948000', '144418.951000', '144418.953000', '144418.956000', '144418.959000', '144418.961000', '144418.964000', '144418.967000', '144418.969000', '144418.972000', '144418.974000', '144418.977000', '144418.980000', '144418.982000', '144418.985000', '144418.987000', '144438.876000', '144438.878000', '144438.881000', '144438.884000', '144438.886000', '144438.889000', '144438.891000', '144438.894000', '144438.897000', '144438.899000', '144438.902000', '144438.905000', '144438.907000', '144438.910000', '144438.912000', '144438.915000', '144438.918000', '144438.920000', '144438.923000', '144438.925000', '144438.928000', '144438.931000', '144438.933000', '144438.936000', '144438.939000', '144438.942000', '144438.945000', '144438.947000', '144438.950000', '144438.953000', '144438.955000', '144438.958000', '144438.961000', '144438.964000', '144438.967000', '144438.969000', '144438.972000', '144438.974000', '144438.977000', '144438.980000', '144438.982000', '144438.985000', '144438.987000', '144458.876000', '144458.878000', '144458.881000', '144458.884000', '144458.886000', '144458.889000', '144458.892000', '144458.894000', '144458.897000', '144458.900000', '144458.902000', '144458.905000', '144458.907000', '144458.910000', '144458.913000', '144458.915000', '144458.918000', '144458.921000', '144458.923000', '144458.926000', '144458.928000', '144458.931000', '144458.934000', '144458.936000', '144458.939000', '144458.941000', '144458.944000', '144458.947000', '144458.949000', '144458.952000', '144458.955000', '144458.957000', '144458.960000', '144458.962000', '144458.965000', '144458.968000', '144458.970000', '144458.973000', '144458.975000', '144458.978000', '144458.980000', '144458.983000', '144458.986000', '144458.988000', '144518.876000', '144518.878000', '144518.881000', '144518.884000', '144518.886000', '144518.889000', '144518.892000', '144518.894000', '144518.897000', '144518.899000', '144518.902000', '144518.905000', '144518.907000', '144518.910000', '144518.912000', '144518.915000', '144518.918000', '144518.920000', '144518.923000', '144518.925000', '144518.928000', '144518.931000', '144518.933000', '144518.936000', '144518.938000', '144518.941000', '144518.944000', '144518.946000', '144518.949000', '144518.959000', '144518.962000', '144518.964000', '144518.967000', '144518.969000', '144518.972000', '144518.975000', '144518.977000', '144518.980000', '144518.982000', '144518.985000', '144518.988000', '144518.990000', '144518.993000', '144538.875000', '144538.877000', '144538.880000', '144538.883000', '144538.885000', '144538.888000', '144538.891000', '144538.893000', '144538.896000', '144538.898000', '144538.901000', '144538.903000', '144538.906000', '144538.909000', '144538.911000', '144538.914000', '144538.917000', '144538.919000', '144538.922000', '144538.924000', '144538.927000', '144538.930000', '144538.932000', '144538.935000', '144538.937000', '144538.940000', '144538.943000', '144538.945000', '144538.948000', '144538.951000', '144538.953000', '144538.956000', '144538.958000', '144538.961000', '144538.964000', '144538.966000', '144538.969000', '144538.971000', '144538.974000', '144538.977000', '144538.979000', '144538.982000', '144538.984000', '144538.987000', '144558.875000', '144558.877000', '144558.880000', '144558.883000', '144558.885000', '144558.888000', '144558.890000', '144558.893000', '144558.896000', '144558.898000', '144558.901000', '144558.903000', '144558.906000', '144558.909000', '144558.911000', '144558.914000', '144558.916000', '144558.919000', '144558.922000', '144558.924000', '144558.927000', '144558.930000', '144558.932000', '144558.935000', '144558.938000', '144558.940000', '144558.943000', '144558.946000', '144558.948000', '144558.951000', '144558.953000', '144558.956000', '144558.959000', '144558.961000', '144558.964000', '144558.967000', '144558.969000', '144558.972000', '144558.975000', '144558.977000', '144558.980000', '144558.983000', '144558.985000', '144618.875000', '144618.877000', '144618.880000', '144618.883000', '144618.885000', '144618.888000', '144618.890000', '144618.893000', '144618.896000', '144618.898000', '144618.901000', '144618.903000', '144618.906000', '144618.909000', '144618.911000', '144618.914000', '144618.916000', '144618.919000', '144618.922000', '144618.924000', '144618.927000', '144618.929000', '144618.932000', '144618.935000', '144618.937000', '144618.940000', '144618.942000', '144618.945000', '144618.948000', '144618.950000', '144618.953000', '144618.955000', '144618.958000', '144618.961000', '144618.963000', '144618.966000', '144618.969000', '144618.971000', '144618.974000', '144618.976000', '144618.979000', '144618.982000', '144618.984000', '144618.987000', '144638.876000', '144638.878000', '144638.881000', '144638.884000', '144638.886000', '144638.889000', '144638.891000', '144638.894000', '144638.897000', '144638.899000', '144638.902000', '144638.911000', '144638.914000', '144638.917000', '144638.919000', '144638.922000', '144638.925000', '144638.927000', '144638.930000', '144638.933000', '144638.935000', '144638.938000', '144638.941000', '144638.944000', '144638.946000', '144638.949000', '144638.952000', '144638.954000', '144638.957000', '144638.959000', '144638.962000', '144638.965000', '144638.967000', '144638.970000', '144638.973000', '144638.975000', '144638.978000', '144638.981000', '144638.983000', '144638.986000', '144638.989000', '144638.991000', '144638.994000', '144658.879000', '144658.882000', '144658.884000', '144658.887000', '144658.890000', '144658.892000', '144658.895000', '144658.897000', '144658.900000', '144658.903000', '144658.905000', '144658.908000', '144658.910000', '144658.913000', '144658.916000', '144658.918000', '144658.921000', '144658.923000', '144658.926000', '144658.928000', '144658.931000', '144658.934000', '144658.936000', '144658.939000', '144658.941000', '144658.944000', '144658.947000', '144658.949000', '144658.952000', '144658.955000', '144658.957000', '144658.960000', '144658.963000', '144658.965000', '144658.968000', '144658.970000', '144658.973000', '144658.976000', '144658.978000', '144658.981000', '144658.984000', '144658.986000', '144658.989000', '144658.991000', '144718.876000', '144718.878000', '144718.881000', '144718.884000', '144718.886000', '144718.889000', '144718.892000', '144718.894000', '144718.897000', '144718.899000', '144718.902000', '144718.904000', '144718.907000', '144718.910000', '144718.912000', '144718.915000', '144718.917000', '144718.920000', '144718.923000', '144718.925000', '144718.928000', '144718.930000', '144718.933000', '144718.936000', '144718.938000', '144718.941000', '144718.944000', '144718.946000', '144718.949000', '144718.951000', '144718.954000', '144718.957000', '144718.959000', '144718.962000', '144718.965000', '144718.967000', '144718.970000', '144718.973000', '144718.975000', '144718.978000', '144718.981000', '144718.983000', '144718.986000', '144738.876000', '144738.879000', '144738.881000', '144738.884000', '144738.888000', '144738.891000', '144738.893000', '144738.896000', '144738.899000', '144738.901000', '144738.904000', '144738.906000', '144738.909000', '144738.912000', '144738.914000', '144738.917000', '144738.919000', '144738.922000', '144738.925000', '144738.927000', '144738.930000', '144738.932000', '144738.935000', '144738.938000', '144738.940000', '144738.943000', '144738.945000', '144738.948000', '144738.951000', '144738.953000', '144738.956000', '144738.959000', '144738.961000', '144738.964000', '144738.966000', '144738.969000', '144738.972000', '144738.974000', '144738.977000', '144738.979000', '144738.982000', '144738.985000', '144738.987000', '144758.875000', '144758.878000', '144758.880000', '144758.883000', '144758.886000', '144758.888000', '144758.891000', '144758.893000', '144758.896000', '144758.899000', '144758.901000', '144758.904000', '144758.906000', '144758.909000', '144758.912000', '144758.914000', '144758.917000', '144758.919000', '144758.922000', '144758.925000', '144758.927000', '144758.930000', '144758.932000', '144758.935000', '144758.938000', '144758.940000', '144758.943000', '144758.946000', '144758.948000', '144758.951000', '144758.953000', '144758.956000', '144758.959000', '144758.961000', '144758.964000', '144758.967000', '144758.969000', '144758.972000', '144758.975000', '144758.977000', '144758.980000', '144758.982000', '144758.985000', '144758.987000', '144818.875000', '144818.877000', '144818.880000', '144818.883000', '144818.885000', '144818.888000', '144818.891000', '144818.893000', '144818.896000', '144818.899000', '144818.901000', '144818.904000', '144818.906000', '144818.909000', '144818.912000', '144818.914000', '144818.917000', '144818.919000', '144818.922000', '144818.925000', '144818.927000', '144818.930000', '144818.932000', '144818.935000', '144818.938000', '144818.940000', '144818.943000', '144818.945000', '144818.948000', '144818.951000', '144818.953000', '144818.956000', '144818.958000', '144818.961000', '144818.995000', '144818.998000', '144819.001000', '144819.004000', '144819.007000', '144819.009000', '144819.012000', '144819.014000', '144819.017000', '144819.020000', '144838.875000', '144838.877000', '144838.880000', '144838.883000', '144838.885000', '144838.888000', '144838.891000', '144838.893000', '144838.896000', '144838.898000', '144838.901000', '144838.904000', '144838.906000', '144838.909000', '144838.911000', '144838.914000', '144838.917000', '144838.919000', '144838.922000', '144838.924000', '144838.927000', '144838.930000', '144838.932000', '144838.935000', '144838.937000', '144838.940000', '144838.943000', '144838.945000', '144838.948000', '144838.950000', '144838.953000', '144838.956000', '144838.958000', '144838.961000', '144838.964000', '144838.966000', '144838.969000', '144838.971000', '144838.974000', '144838.977000', '144838.979000', '144838.982000', '144838.985000', '144858.875000', '144858.878000', '144858.881000', '144858.884000', '144858.886000', '144858.889000', '144858.891000', '144858.894000', '144858.897000', '144858.899000', '144858.902000', '144858.904000', '144858.907000', '144858.909000', '144858.912000', '144858.915000', '144858.917000', '144858.920000', '144858.922000', '144858.925000', '144858.938000', '144858.941000', '144858.943000', '144858.946000', '144858.949000', '144858.951000', '144858.954000', '144858.956000', '144858.959000', '144858.961000', '144858.964000', '144858.967000', '144858.969000', '144858.972000', '144858.974000', '144858.977000', '144858.980000', '144858.982000', '144858.985000', '144858.988000', '144858.990000', '144858.993000', '144858.995000', '144858.998000', '144918.876000', '144918.879000', '144918.881000', '144918.884000', '144918.887000', '144918.889000', '144918.892000', '144918.895000', '144918.897000', '144918.900000', '144918.902000', '144918.905000', '144918.908000', '144918.910000', '144918.913000', '144918.915000', '144918.918000', '144918.921000', '144918.923000', '144918.926000', '144918.928000', '144918.931000', '144918.934000', '144918.936000', '144918.939000', '144918.941000', '144918.944000', '144918.947000', '144918.949000', '144918.952000', '144918.954000', '144918.957000', '144918.960000', '144918.962000', '144918.965000', '144918.967000', '144918.970000', '144918.973000', '144918.975000', '144918.978000', '144918.980000', '144918.983000', '144918.986000', '144938.876000', '144938.878000', '144938.881000', '144938.884000', '144938.886000', '144938.889000', '144938.892000', '144938.894000', '144938.897000', '144938.900000', '144938.902000', '144938.905000', '144938.908000', '144938.910000', '144938.913000', '144938.915000', '144938.918000', '144938.921000', '144938.924000', '144938.926000', '144938.929000', '144938.932000', '144938.934000', '144938.937000', '144938.939000', '144938.942000', '144938.945000', '144938.947000', '144938.950000', '144938.952000', '144938.955000', '144938.958000', '144938.960000', '144938.963000', '144938.966000', '144938.968000', '144938.971000', '144938.973000', '144938.976000', '144938.979000', '144938.981000', '144938.984000', '144938.986000', '144938.989000', '144958.875000', '144958.877000', '144958.880000', '144958.883000', '144958.885000', '144958.896000', '144958.899000', '144958.902000', '144958.904000', '144958.907000', '144958.910000', '144958.912000', '144958.915000', '144958.918000', '144958.920000', '144958.923000', '144958.926000', '144958.928000', '144958.931000', '144958.934000', '144958.936000', '144958.939000', '144958.942000', '144958.944000', '144958.947000', '144958.950000', '144958.952000', '144958.955000', '144958.957000', '144958.960000', '144958.963000', '144958.965000', '144958.968000', '144958.971000', '144958.973000', '144958.976000', '144958.979000', '144958.981000', '144958.984000', '144958.986000', '144958.989000', '144958.992000', '144958.994000', '145018.841000', '145018.849000', '145018.852000', '145018.855000', '145018.858000', '145018.860000', '145018.863000', '145018.866000', '145018.869000', '145018.871000', '145018.874000', '145018.877000', '145018.879000', '145018.882000', '145018.885000', '145018.887000', '145018.890000', '145018.893000', '145018.895000', '145018.898000', '145018.902000', '145018.905000', '145018.908000', '145018.911000', '145018.913000', '145018.916000', '145018.919000', '145018.922000', '145018.924000', '145018.927000', '145018.930000', '145018.933000', '145018.935000', '145018.938000', '145018.941000', '145018.943000', '145018.946000', '145018.949000', '145018.952000', '145018.956000', '145018.960000', '145018.963000', '145018.965000', '145018.968000'], 'InstanceCreationTime': ['143618.903000', '143618.907000', '143618.910000', '143618.912000', '143618.915000', '143618.917000', '143618.920000', '143618.923000', '143618.925000', '143618.928000', '143618.930000', '143618.933000', '143618.936000', '143618.939000', '143618.942000', '143618.944000', '143618.947000', '143618.954000', '143618.957000', '143618.959000', '143618.962000', '143618.964000', '143618.967000', '143618.970000', '143618.972000', '143618.975000', '143618.977000', '143618.980000', '143618.991000', '143618.993000', '143618.996000', '143618.998000', '143638.874000', '143638.878000', '143638.880000', '143638.883000', '143638.890000', '143638.893000', '143638.895000', '143638.898000', '143638.900000', '143638.903000', '143638.906000', '143638.908000', '143638.911000', '143638.913000', '143638.916000', '143638.918000', '143638.921000', '143638.924000', '143638.926000', '143638.929000', '143638.931000', '143638.934000', '143638.936000', '143638.956000', '143638.959000', '143638.961000', '143638.964000', '143638.967000', '143638.969000', '143638.972000', '143638.974000', '143638.977000', '143638.979000', '143638.982000', '143638.984000', '143638.987000', '143638.989000', '143638.992000', '143638.995000', '143638.997000', '143639.001000', '143639.003000', '143639.006000', '143639.008000', '143658.874000', '143658.877000', '143658.880000', '143658.882000', '143658.885000', '143658.888000', '143658.890000', '143658.893000', '143658.895000', '143658.898000', '143658.901000', '143658.903000', '143658.906000', '143658.908000', '143658.911000', '143658.913000', '143658.920000', '143658.923000', '143658.925000', '143658.928000', '143658.931000', '143658.933000', '143658.936000', '143658.939000', '143658.942000', '143658.945000', '143658.947000', '143658.951000', '143658.954000', '143658.956000', '143658.959000', '143658.961000', '143658.964000', '143658.966000', '143658.969000', '143658.972000', '143658.974000', '143658.977000', '143658.980000', '143658.982000', '143658.985000', '143658.987000', '143658.990000', '143718.875000', '143718.878000', '143718.881000', '143718.884000', '143718.886000', '143718.889000', '143718.891000', '143718.894000', '143718.897000', '143718.899000', '143718.902000', '143718.904000', '143718.907000', '143718.909000', '143718.912000', '143718.915000', '143718.917000', '143718.920000', '143718.922000', '143718.925000', '143718.927000', '143718.930000', '143718.933000', '143718.935000', '143718.938000', '143718.941000', '143718.943000', '143718.946000', '143718.948000', '143718.951000', '143718.953000', '143718.956000', '143718.959000', '143718.961000', '143718.964000', '143718.966000', '143718.974000', '143718.976000', '143718.979000', '143718.982000', '143718.984000', '143718.987000', '143718.990000', '143718.992000', '143738.875000', '143738.878000', '143738.881000', '143738.883000', '143738.886000', '143738.888000', '143738.891000', '143738.894000', '143738.896000', '143738.899000', '143738.901000', '143738.904000', '143738.906000', '143738.909000', '143738.912000', '143738.914000', '143738.917000', '143738.919000', '143738.922000', '143738.925000', '143738.927000', '143738.930000', '143738.933000', '143738.935000', '143738.938000', '143738.940000', '143738.943000', '143738.945000', '143738.948000', '143738.951000', '143738.953000', '143738.956000', '143738.958000', '143738.961000', '143738.964000', '143738.966000', '143738.969000', '143738.972000', '143738.974000', '143738.977000', '143738.979000', '143738.982000', '143738.985000', '143758.875000', '143758.878000', '143758.881000', '143758.883000', '143758.886000', '143758.889000', '143758.891000', '143758.894000', '143758.896000', '143758.899000', '143758.902000', '143758.904000', '143758.907000', '143758.909000', '143758.912000', '143758.914000', '143758.917000', '143758.920000', '143758.922000', '143758.925000', '143758.927000', '143758.930000', '143758.933000', '143758.935000', '143758.938000', '143758.940000', '143758.943000', '143758.945000', '143758.948000', '143758.951000', '143758.953000', '143758.956000', '143758.959000', '143758.961000', '143758.964000', '143758.966000', '143758.969000', '143758.971000', '143758.974000', '143758.977000', '143758.979000', '143758.982000', '143758.984000', '143758.987000', '143818.875000', '143818.878000', '143818.881000', '143818.884000', '143818.886000', '143818.889000', '143818.891000', '143818.894000', '143818.897000', '143818.899000', '143818.902000', '143818.904000', '143818.907000', '143818.909000', '143818.912000', '143818.919000', '143818.922000', '143818.925000', '143818.948000', '143818.951000', '143818.953000', '143818.956000', '143818.958000', '143818.961000', '143818.964000', '143818.966000', '143818.969000', '143818.972000', '143818.974000', '143818.977000', '143818.979000', '143818.982000', '143818.985000', '143818.988000', '143818.991000', '143818.994000', '143818.996000', '143819.000000', '143819.003000', '143819.005000', '143819.008000', '143819.010000', '143819.013000', '143838.874000', '143838.877000', '143838.880000', '143838.882000', '143838.885000', '143838.888000', '143838.890000', '143838.893000', '143838.895000', '143838.898000', '143838.901000', '143838.903000', '143838.906000', '143838.908000', '143838.911000', '143838.913000', '143838.916000', '143838.919000', '143838.921000', '143838.924000', '143838.926000', '143838.929000', '143838.932000', '143838.934000', '143838.937000', '143838.939000', '143838.942000', '143838.944000', '143838.947000', '143838.950000', '143838.952000', '143838.955000', '143838.957000', '143838.960000', '143838.963000', '143838.965000', '143838.968000', '143838.971000', '143838.973000', '143838.976000', '143838.978000', '143838.981000', '143838.984000', '143838.986000', '143858.875000', '143858.878000', '143858.880000', '143858.883000', '143858.886000', '143858.888000', '143858.891000', '143858.893000', '143858.896000', '143858.899000', '143858.908000', '143858.910000', '143858.913000', '143858.915000', '143858.918000', '143858.921000', '143858.924000', '143858.926000', '143858.929000', '143858.932000', '143858.934000', '143858.937000', '143858.940000', '143858.942000', '143858.945000', '143858.948000', '143858.950000', '143858.953000', '143858.955000', '143858.958000', '143858.961000', '143858.963000', '143858.966000', '143858.968000', '143858.971000', '143858.974000', '143858.976000', '143858.979000', '143858.981000', '143858.984000', '143858.986000', '143858.989000', '143858.992000', '143918.874000', '143918.877000', '143918.880000', '143918.882000', '143918.885000', '143918.888000', '143918.890000', '143918.893000', '143918.895000', '143918.898000', '143918.901000', '143918.903000', '143918.906000', '143918.908000', '143918.911000', '143918.913000', '143918.916000', '143918.919000', '143918.921000', '143918.924000', '143918.926000', '143918.929000', '143918.932000', '143918.934000', '143918.937000', '143918.939000', '143918.942000', '143918.944000', '143918.947000', '143918.950000', '143918.952000', '143918.955000', '143918.957000', '143918.960000', '143918.963000', '143918.965000', '143918.968000', '143918.970000', '143918.973000', '143918.976000', '143918.979000', '143918.981000', '143918.984000', '143918.986000', '143938.875000', '143938.878000', '143938.881000', '143938.883000', '143938.886000', '143938.889000', '143938.891000', '143938.894000', '143938.897000', '143938.899000', '143938.902000', '143938.904000', '143938.907000', '143938.909000', '143938.912000', '143938.915000', '143938.917000', '143938.920000', '143938.922000', '143938.925000', '143938.928000', '143938.930000', '143938.933000', '143938.935000', '143938.938000', '143938.940000', '143938.943000', '143938.946000', '143938.948000', '143938.951000', '143938.953000', '143938.956000', '143938.959000', '143938.961000', '143938.964000', '143938.966000', '143938.969000', '143938.972000', '143938.974000', '143938.977000', '143938.980000', '143938.982000', '143938.985000', '143958.887000', '143958.890000', '143958.893000', '143958.895000', '143958.898000', '143958.900000', '143958.903000', '143958.905000', '143958.908000', '143958.911000', '143958.913000', '143958.916000', '143958.918000', '143958.921000', '143958.924000', '143958.926000', '143958.929000', '143958.931000', '143958.935000', '143958.937000', '143958.940000', '143958.942000', '143958.945000', '143958.948000', '143958.950000', '143958.953000', '143958.956000', '143958.958000', '143958.961000', '143958.963000', '143958.966000', '143958.969000', '143958.972000', '143958.974000', '143958.977000', '143958.980000', '143958.982000', '143958.985000', '143958.987000', '143958.990000', '143958.993000', '143958.995000', '143958.998000', '143959.002000', '144018.875000', '144018.878000', '144018.881000', '144018.883000', '144018.886000', '144018.889000', '144018.891000', '144018.894000', '144018.896000', '144018.899000', '144018.902000', '144018.904000', '144018.907000', '144018.910000', '144018.912000', '144018.915000', '144018.917000', '144018.920000', '144018.922000', '144018.925000', '144018.928000', '144018.930000', '144018.933000', '144018.935000', '144018.938000', '144018.941000', '144018.943000', '144018.946000', '144018.948000', '144018.951000', '144018.954000', '144018.956000', '144018.959000', '144018.962000', '144018.964000', '144018.967000', '144018.970000', '144018.972000', '144018.975000', '144018.977000', '144018.980000', '144018.983000', '144018.985000', '144038.875000', '144038.878000', '144038.881000', '144038.884000', '144038.886000', '144038.889000', '144038.891000', '144038.894000', '144038.897000', '144038.899000', '144038.902000', '144038.904000', '144038.907000', '144038.910000', '144038.912000', '144038.915000', '144038.917000', '144038.920000', '144038.923000', '144038.925000', '144038.928000', '144038.930000', '144038.933000', '144038.935000', '144038.938000', '144038.941000', '144038.943000', '144038.946000', '144038.949000', '144038.951000', '144038.954000', '144038.956000', '144038.959000', '144038.961000', '144038.964000', '144038.967000', '144038.969000', '144038.972000', '144038.974000', '144038.977000', '144038.979000', '144038.982000', '144038.985000', '144038.987000', '144058.875000', '144058.878000', '144058.880000', '144058.883000', '144058.886000', '144058.888000', '144058.891000', '144058.893000', '144058.896000', '144058.899000', '144058.901000', '144058.904000', '144058.907000', '144058.909000', '144058.912000', '144058.915000', '144058.918000', '144058.920000', '144058.923000', '144058.925000', '144058.928000', '144058.931000', '144058.933000', '144058.936000', '144058.939000', '144058.941000', '144058.944000', '144058.947000', '144058.949000', '144058.952000', '144058.955000', '144058.957000', '144058.960000', '144058.963000', '144058.965000', '144058.968000', '144058.970000', '144058.973000', '144058.976000', '144058.978000', '144058.981000', '144058.984000', '144058.986000', '144118.875000', '144118.877000', '144118.880000', '144118.883000', '144118.885000', '144118.888000', '144118.890000', '144118.893000', '144118.896000', '144118.898000', '144118.901000', '144118.903000', '144118.906000', '144118.909000', '144118.911000', '144118.914000', '144118.917000', '144118.919000', '144118.922000', '144118.924000', '144118.927000', '144118.930000', '144118.932000', '144118.935000', '144118.937000', '144118.953000', '144118.956000', '144118.958000', '144118.961000', '144118.963000', '144118.966000', '144118.969000', '144118.971000', '144118.974000', '144118.976000', '144118.979000', '144118.982000', '144118.984000', '144118.987000', '144118.989000', '144118.992000', '144118.995000', '144119.003000', '144119.005000', '144138.874000', '144138.877000', '144138.880000', '144138.883000', '144138.885000', '144138.888000', '144138.890000', '144138.893000', '144138.895000', '144138.898000', '144138.903000', '144138.905000', '144138.908000', '144138.911000', '144138.913000', '144138.916000', '144138.918000', '144138.921000', '144138.924000', '144138.926000', '144138.929000', '144138.931000', '144138.934000', '144138.936000', '144138.939000', '144138.942000', '144138.944000', '144138.947000', '144138.949000', '144138.952000', '144138.955000', '144138.957000', '144138.960000', '144138.962000', '144138.965000', '144138.967000', '144138.970000', '144138.973000', '144138.975000', '144138.978000', '144138.980000', '144138.983000', '144138.986000', '144158.875000', '144158.878000', '144158.881000', '144158.883000', '144158.886000', '144158.889000', '144158.891000', '144158.894000', '144158.896000', '144158.899000', '144158.902000', '144158.904000', '144158.907000', '144158.909000', '144158.912000', '144158.915000', '144158.917000', '144158.920000', '144158.922000', '144158.925000', '144158.928000', '144158.930000', '144158.933000', '144158.935000', '144158.938000', '144158.941000', '144158.943000', '144158.946000', '144158.949000', '144158.952000', '144158.955000', '144158.958000', '144158.960000', '144158.963000', '144158.966000', '144158.968000', '144158.971000', '144158.973000', '144158.976000', '144158.979000', '144158.981000', '144158.984000', '144158.986000', '144218.875000', '144218.878000', '144218.881000', '144218.883000', '144218.886000', '144218.889000', '144218.891000', '144218.894000', '144218.896000', '144218.899000', '144218.902000', '144218.904000', '144218.907000', '144218.909000', '144218.912000', '144218.915000', '144218.917000', '144218.920000', '144218.922000', '144218.925000', '144218.927000', '144218.930000', '144218.933000', '144218.935000', '144218.938000', '144218.940000', '144218.943000', '144218.946000', '144218.948000', '144218.951000', '144218.953000', '144218.956000', '144218.959000', '144218.961000', '144218.964000', '144218.966000', '144218.969000', '144218.971000', '144218.974000', '144218.977000', '144218.979000', '144218.982000', '144218.984000', '144218.987000', '144238.875000', '144238.878000', '144238.881000', '144238.883000', '144238.886000', '144238.889000', '144238.891000', '144238.894000', '144238.896000', '144238.899000', '144238.902000', '144238.904000', '144238.907000', '144238.909000', '144238.913000', '144238.915000', '144238.918000', '144238.921000', '144238.923000', '144238.926000', '144238.928000', '144238.931000', '144238.934000', '144238.936000', '144238.939000', '144238.941000', '144238.944000', '144238.947000', '144238.949000', '144238.952000', '144238.954000', '144238.957000', '144238.960000', '144238.962000', '144238.965000', '144238.967000', '144239.009000', '144239.012000', '144239.015000', '144239.017000', '144239.020000', '144239.023000', '144239.025000', '144258.875000', '144258.878000', '144258.881000', '144258.884000', '144258.886000', '144258.889000', '144258.891000', '144258.894000', '144258.897000', '144258.899000', '144258.902000', '144258.904000', '144258.907000', '144258.909000', '144258.912000', '144258.915000', '144258.917000', '144258.920000', '144258.922000', '144258.925000', '144258.927000', '144258.930000', '144258.933000', '144258.936000', '144258.938000', '144258.941000', '144258.943000', '144258.946000', '144258.949000', '144258.951000', '144258.954000', '144258.957000', '144258.959000', '144258.962000', '144258.965000', '144258.967000', '144258.970000', '144258.972000', '144258.975000', '144258.978000', '144258.980000', '144258.983000', '144258.985000', '144318.875000', '144318.877000', '144318.880000', '144318.883000', '144318.885000', '144318.888000', '144318.890000', '144318.893000', '144318.896000', '144318.898000', '144318.901000', '144318.903000', '144318.906000', '144318.909000', '144318.912000', '144318.915000', '144318.917000', '144318.920000', '144318.922000', '144318.925000', '144318.928000', '144318.930000', '144318.933000', '144318.936000', '144318.938000', '144318.941000', '144318.943000', '144318.946000', '144318.949000', '144318.951000', '144318.954000', '144318.956000', '144318.959000', '144318.962000', '144318.965000', '144318.967000', '144318.970000', '144318.973000', '144318.975000', '144318.978000', '144318.980000', '144318.983000', '144318.985000', '144318.988000', '144318.991000', '144338.875000', '144338.877000', '144338.880000', '144338.883000', '144338.886000', '144338.888000', '144338.891000', '144338.893000', '144338.896000', '144338.899000', '144338.901000', '144338.904000', '144338.906000', '144338.909000', '144338.911000', '144338.914000', '144338.917000', '144338.919000', '144338.922000', '144338.924000', '144338.927000', '144338.930000', '144338.932000', '144338.935000', '144338.937000', '144338.940000', '144338.943000', '144338.945000', '144338.948000', '144338.950000', '144338.953000', '144338.956000', '144338.958000', '144338.961000', '144338.964000', '144338.966000', '144338.969000', '144338.972000', '144338.974000', '144338.977000', '144338.979000', '144338.982000', '144338.985000', '144358.875000', '144358.877000', '144358.880000', '144358.883000', '144358.885000', '144358.888000', '144358.890000', '144358.893000', '144358.896000', '144358.898000', '144358.901000', '144358.904000', '144358.907000', '144358.909000', '144358.912000', '144358.915000', '144358.917000', '144358.920000', '144358.922000', '144358.925000', '144358.928000', '144358.930000', '144358.933000', '144358.935000', '144358.938000', '144358.940000', '144358.943000', '144358.946000', '144358.948000', '144358.951000', '144358.953000', '144358.956000', '144358.972000', '144358.975000', '144358.977000', '144358.980000', '144358.982000', '144358.985000', '144358.987000', '144358.990000', '144358.993000', '144358.995000', '144358.998000', '144418.875000', '144418.878000', '144418.881000', '144418.884000', '144418.886000', '144418.889000', '144418.891000', '144418.894000', '144418.897000', '144418.899000', '144418.902000', '144418.904000', '144418.907000', '144418.909000', '144418.912000', '144418.915000', '144418.917000', '144418.920000', '144418.922000', '144418.925000', '144418.928000', '144418.930000', '144418.933000', '144418.935000', '144418.938000', '144418.941000', '144418.943000', '144418.946000', '144418.948000', '144418.951000', '144418.953000', '144418.956000', '144418.959000', '144418.961000', '144418.964000', '144418.967000', '144418.969000', '144418.972000', '144418.974000', '144418.977000', '144418.980000', '144418.982000', '144418.985000', '144418.987000', '144438.876000', '144438.878000', '144438.881000', '144438.884000', '144438.886000', '144438.889000', '144438.891000', '144438.894000', '144438.897000', '144438.899000', '144438.902000', '144438.905000', '144438.907000', '144438.910000', '144438.912000', '144438.915000', '144438.918000', '144438.920000', '144438.923000', '144438.925000', '144438.928000', '144438.931000', '144438.933000', '144438.936000', '144438.939000', '144438.942000', '144438.945000', '144438.947000', '144438.950000', '144438.953000', '144438.955000', '144438.958000', '144438.961000', '144438.964000', '144438.967000', '144438.969000', '144438.972000', '144438.974000', '144438.977000', '144438.980000', '144438.982000', '144438.985000', '144438.987000', '144458.876000', '144458.878000', '144458.881000', '144458.884000', '144458.886000', '144458.889000', '144458.892000', '144458.894000', '144458.897000', '144458.900000', '144458.902000', '144458.905000', '144458.907000', '144458.910000', '144458.913000', '144458.915000', '144458.918000', '144458.921000', '144458.923000', '144458.926000', '144458.928000', '144458.931000', '144458.934000', '144458.936000', '144458.939000', '144458.941000', '144458.944000', '144458.947000', '144458.949000', '144458.952000', '144458.955000', '144458.957000', '144458.960000', '144458.962000', '144458.965000', '144458.968000', '144458.970000', '144458.973000', '144458.975000', '144458.978000', '144458.980000', '144458.983000', '144458.986000', '144458.988000', '144518.876000', '144518.878000', '144518.881000', '144518.884000', '144518.886000', '144518.889000', '144518.892000', '144518.894000', '144518.897000', '144518.899000', '144518.902000', '144518.905000', '144518.907000', '144518.910000', '144518.912000', '144518.915000', '144518.918000', '144518.920000', '144518.923000', '144518.925000', '144518.928000', '144518.931000', '144518.933000', '144518.936000', '144518.938000', '144518.941000', '144518.944000', '144518.946000', '144518.949000', '144518.959000', '144518.962000', '144518.964000', '144518.967000', '144518.969000', '144518.972000', '144518.975000', '144518.977000', '144518.980000', '144518.982000', '144518.985000', '144518.988000', '144518.990000', '144518.993000', '144538.875000', '144538.877000', '144538.880000', '144538.883000', '144538.885000', '144538.888000', '144538.891000', '144538.893000', '144538.896000', '144538.898000', '144538.901000', '144538.903000', '144538.906000', '144538.909000', '144538.911000', '144538.914000', '144538.917000', '144538.919000', '144538.922000', '144538.924000', '144538.927000', '144538.930000', '144538.932000', '144538.935000', '144538.937000', '144538.940000', '144538.943000', '144538.945000', '144538.948000', '144538.951000', '144538.953000', '144538.956000', '144538.958000', '144538.961000', '144538.964000', '144538.966000', '144538.969000', '144538.971000', '144538.974000', '144538.977000', '144538.979000', '144538.982000', '144538.984000', '144538.987000', '144558.875000', '144558.877000', '144558.880000', '144558.883000', '144558.885000', '144558.888000', '144558.890000', '144558.893000', '144558.896000', '144558.898000', '144558.901000', '144558.903000', '144558.906000', '144558.909000', '144558.911000', '144558.914000', '144558.916000', '144558.919000', '144558.922000', '144558.924000', '144558.927000', '144558.930000', '144558.932000', '144558.935000', '144558.938000', '144558.940000', '144558.943000', '144558.946000', '144558.948000', '144558.951000', '144558.953000', '144558.956000', '144558.959000', '144558.961000', '144558.964000', '144558.967000', '144558.969000', '144558.972000', '144558.975000', '144558.977000', '144558.980000', '144558.983000', '144558.985000', '144618.875000', '144618.877000', '144618.880000', '144618.883000', '144618.885000', '144618.888000', '144618.890000', '144618.893000', '144618.896000', '144618.898000', '144618.901000', '144618.903000', '144618.906000', '144618.909000', '144618.911000', '144618.914000', '144618.916000', '144618.919000', '144618.922000', '144618.924000', '144618.927000', '144618.929000', '144618.932000', '144618.935000', '144618.937000', '144618.940000', '144618.942000', '144618.945000', '144618.948000', '144618.950000', '144618.953000', '144618.955000', '144618.958000', '144618.961000', '144618.963000', '144618.966000', '144618.969000', '144618.971000', '144618.974000', '144618.976000', '144618.979000', '144618.982000', '144618.984000', '144618.987000', '144638.876000', '144638.878000', '144638.881000', '144638.884000', '144638.886000', '144638.889000', '144638.891000', '144638.894000', '144638.897000', '144638.899000', '144638.902000', '144638.911000', '144638.914000', '144638.917000', '144638.919000', '144638.922000', '144638.925000', '144638.927000', '144638.930000', '144638.933000', '144638.935000', '144638.938000', '144638.941000', '144638.944000', '144638.946000', '144638.949000', '144638.952000', '144638.954000', '144638.957000', '144638.959000', '144638.962000', '144638.965000', '144638.967000', '144638.970000', '144638.973000', '144638.975000', '144638.978000', '144638.981000', '144638.983000', '144638.986000', '144638.989000', '144638.991000', '144638.994000', '144658.879000', '144658.882000', '144658.884000', '144658.887000', '144658.890000', '144658.892000', '144658.895000', '144658.897000', '144658.900000', '144658.903000', '144658.905000', '144658.908000', '144658.910000', '144658.913000', '144658.916000', '144658.918000', '144658.921000', '144658.923000', '144658.926000', '144658.928000', '144658.931000', '144658.934000', '144658.936000', '144658.939000', '144658.941000', '144658.944000', '144658.947000', '144658.949000', '144658.952000', '144658.955000', '144658.957000', '144658.960000', '144658.963000', '144658.965000', '144658.968000', '144658.970000', '144658.973000', '144658.976000', '144658.978000', '144658.981000', '144658.984000', '144658.986000', '144658.989000', '144658.991000', '144718.876000', '144718.878000', '144718.881000', '144718.884000', '144718.886000', '144718.889000', '144718.892000', '144718.894000', '144718.897000', '144718.899000', '144718.902000', '144718.904000', '144718.907000', '144718.910000', '144718.912000', '144718.915000', '144718.917000', '144718.920000', '144718.923000', '144718.925000', '144718.928000', '144718.930000', '144718.933000', '144718.936000', '144718.938000', '144718.941000', '144718.944000', '144718.946000', '144718.949000', '144718.951000', '144718.954000', '144718.957000', '144718.959000', '144718.962000', '144718.965000', '144718.967000', '144718.970000', '144718.973000', '144718.975000', '144718.978000', '144718.981000', '144718.983000', '144718.986000', '144738.876000', '144738.879000', '144738.881000', '144738.884000', '144738.888000', '144738.891000', '144738.893000', '144738.896000', '144738.899000', '144738.901000', '144738.904000', '144738.906000', '144738.909000', '144738.912000', '144738.914000', '144738.917000', '144738.919000', '144738.922000', '144738.925000', '144738.927000', '144738.930000', '144738.932000', '144738.935000', '144738.938000', '144738.940000', '144738.943000', '144738.945000', '144738.948000', '144738.951000', '144738.953000', '144738.956000', '144738.959000', '144738.961000', '144738.964000', '144738.966000', '144738.969000', '144738.972000', '144738.974000', '144738.977000', '144738.979000', '144738.982000', '144738.985000', '144738.987000', '144758.875000', '144758.878000', '144758.880000', '144758.883000', '144758.886000', '144758.888000', '144758.891000', '144758.893000', '144758.896000', '144758.899000', '144758.901000', '144758.904000', '144758.906000', '144758.909000', '144758.912000', '144758.914000', '144758.917000', '144758.919000', '144758.922000', '144758.925000', '144758.927000', '144758.930000', '144758.932000', '144758.935000', '144758.938000', '144758.940000', '144758.943000', '144758.946000', '144758.948000', '144758.951000', '144758.953000', '144758.956000', '144758.959000', '144758.961000', '144758.964000', '144758.967000', '144758.969000', '144758.972000', '144758.975000', '144758.977000', '144758.980000', '144758.982000', '144758.985000', '144758.987000', '144818.875000', '144818.877000', '144818.880000', '144818.883000', '144818.885000', '144818.888000', '144818.891000', '144818.893000', '144818.896000', '144818.899000', '144818.901000', '144818.904000', '144818.906000', '144818.909000', '144818.912000', '144818.914000', '144818.917000', '144818.919000', '144818.922000', '144818.925000', '144818.927000', '144818.930000', '144818.932000', '144818.935000', '144818.938000', '144818.940000', '144818.943000', '144818.945000', '144818.948000', '144818.951000', '144818.953000', '144818.956000', '144818.958000', '144818.961000', '144818.995000', '144818.998000', '144819.001000', '144819.004000', '144819.007000', '144819.009000', '144819.012000', '144819.014000', '144819.017000', '144819.020000', '144838.875000', '144838.877000', '144838.880000', '144838.883000', '144838.885000', '144838.888000', '144838.891000', '144838.893000', '144838.896000', '144838.898000', '144838.901000', '144838.904000', '144838.906000', '144838.909000', '144838.911000', '144838.914000', '144838.917000', '144838.919000', '144838.922000', '144838.924000', '144838.927000', '144838.930000', '144838.932000', '144838.935000', '144838.937000', '144838.940000', '144838.943000', '144838.945000', '144838.948000', '144838.950000', '144838.953000', '144838.956000', '144838.958000', '144838.961000', '144838.964000', '144838.966000', '144838.969000', '144838.971000', '144838.974000', '144838.977000', '144838.979000', '144838.982000', '144838.985000', '144858.875000', '144858.878000', '144858.881000', '144858.884000', '144858.886000', '144858.889000', '144858.891000', '144858.894000', '144858.897000', '144858.899000', '144858.902000', '144858.904000', '144858.907000', '144858.909000', '144858.912000', '144858.915000', '144858.917000', '144858.920000', '144858.922000', '144858.925000', '144858.938000', '144858.941000', '144858.943000', '144858.946000', '144858.949000', '144858.951000', '144858.954000', '144858.956000', '144858.959000', '144858.961000', '144858.964000', '144858.967000', '144858.969000', '144858.972000', '144858.974000', '144858.977000', '144858.980000', '144858.982000', '144858.985000', '144858.988000', '144858.990000', '144858.993000', '144858.995000', '144858.998000', '144918.876000', '144918.879000', '144918.881000', '144918.884000', '144918.887000', '144918.889000', '144918.892000', '144918.895000', '144918.897000', '144918.900000', '144918.902000', '144918.905000', '144918.908000', '144918.910000', '144918.913000', '144918.915000', '144918.918000', '144918.921000', '144918.923000', '144918.926000', '144918.928000', '144918.931000', '144918.934000', '144918.936000', '144918.939000', '144918.941000', '144918.944000', '144918.947000', '144918.949000', '144918.952000', '144918.954000', '144918.957000', '144918.960000', '144918.962000', '144918.965000', '144918.967000', '144918.970000', '144918.973000', '144918.975000', '144918.978000', '144918.980000', '144918.983000', '144918.986000', '144938.876000', '144938.878000', '144938.881000', '144938.884000', '144938.886000', '144938.889000', '144938.892000', '144938.894000', '144938.897000', '144938.900000', '144938.902000', '144938.905000', '144938.908000', '144938.910000', '144938.913000', '144938.915000', '144938.918000', '144938.921000', '144938.924000', '144938.926000', '144938.929000', '144938.932000', '144938.934000', '144938.937000', '144938.939000', '144938.942000', '144938.945000', '144938.947000', '144938.950000', '144938.952000', '144938.955000', '144938.958000', '144938.960000', '144938.963000', '144938.966000', '144938.968000', '144938.971000', '144938.973000', '144938.976000', '144938.979000', '144938.981000', '144938.984000', '144938.986000', '144938.989000', '144958.875000', '144958.877000', '144958.880000', '144958.883000', '144958.885000', '144958.896000', '144958.899000', '144958.902000', '144958.904000', '144958.907000', '144958.910000', '144958.912000', '144958.915000', '144958.918000', '144958.920000', '144958.923000', '144958.926000', '144958.928000', '144958.931000', '144958.934000', '144958.936000', '144958.939000', '144958.942000', '144958.944000', '144958.947000', '144958.950000', '144958.952000', '144958.955000', '144958.957000', '144958.960000', '144958.963000', '144958.965000', '144958.968000', '144958.971000', '144958.973000', '144958.976000', '144958.979000', '144958.981000', '144958.984000', '144958.986000', '144958.989000', '144958.992000', '144958.994000', '145018.841000', '145018.849000', '145018.852000', '145018.855000', '145018.858000', '145018.860000', '145018.863000', '145018.866000', '145018.869000', '145018.871000', '145018.874000', '145018.877000', '145018.879000', '145018.882000', '145018.885000', '145018.887000', '145018.890000', '145018.893000', '145018.895000', '145018.898000', '145018.902000', '145018.905000', '145018.908000', '145018.911000', '145018.913000', '145018.916000', '145018.919000', '145018.922000', '145018.924000', '145018.927000', '145018.930000', '145018.933000', '145018.935000', '145018.938000', '145018.941000', '145018.943000', '145018.946000', '145018.949000', '145018.952000', '145018.956000', '145018.960000', '145018.963000', '145018.965000', '145018.968000'], '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': [11509, 14203, 13916, 14149, 15128, 14126, 15094, 14797, 15269, 15107, 15349, 14541, 15560, 13310, 15599, 12388, 15168, 12472, 14837, 16035, 14616, 15171, 13752, 15015, 12839, 14855, 11763, 14602, 13304, 13996, 17030, 13415, 15043, 13917, 15035, 12155, 14016, 12233, 14328, 11908, 13957, 14255, 14043, 12100, 13625, 10751, 13045, 16889, 12590, 14419, 12369, 14699, 12133, 14297, 11273, 13445, 14307, 13824, 14788, 12423, 14731, 13240, 14512, 12719, 13887, 10783, 13218, 10118, 11994, 15359, 12494, 14743, 13778, 14717, 11881, 14134, 11203, 13298, 9890, 12511, 14954, 12427, 15769, 12804, 15341, 12617, 13687, 13039, 14229, 13238, 13760, 12750, 13997, 13313, 14005, 10516, 13762, 13115, 13481, 13100, 12656, 15473, 13948, 12095, 12319, 10526, 14112, 12094, 13899, 12374, 16259, 13810, 13645, 12407, 17143, 13086, 15392, 12959, 15227, 14450, 15043, 14425, 15320, 14154, 14950, 12252, 13809, 12561, 14143, 16512, 13568, 16603, 13787, 13997, 12388, 11975, 12638, 13110, 13065, 15378, 13637, 16656, 12702, 14628, 13233, 14387, 13096, 13762, 12080, 12992, 16247, 12939, 14933, 13553, 14557, 12826, 13230, 11153, 13236, 14166, 13614, 14728, 14396, 14678, 12736, 14141, 12431, 13550, 11448, 13301, 10864, 12812, 9735, 13117, 11007, 14037, 15524, 13335, 15091, 13330, 11556, 13680, 13803, 13506, 12701, 15383, 13046, 15371, 12869, 17134, 13677, 15310, 14632, 18975, 12832, 14698, 12820, 14949, 13038, 14239, 13735, 13831, 20142, 13520, 14888, 13295, 15021, 14022, 15825, 12803, 13245, 11735, 12752, 11998, 13186, 10940, 12999, 12309, 12728, 14694, 12996, 16553, 13070, 14919, 12826, 15466, 13025, 13426, 12918, 13164, 13448, 12832, 11743, 12756, 12658, 12982, 15890, 12955, 15493, 13553, 13894, 14323, 13528, 13165, 12967, 12833, 13328, 12881, 14706, 12380, 13436, 12747, 15467, 12467, 15345, 12464, 13345, 11998, 12917, 12212, 12816, 12309, 12873, 15041, 13125, 14162, 13399, 15804, 11287, 14001, 11952, 12831, 11077, 13027, 15413, 13223, 15012, 12977, 16411, 12624, 13855, 13078, 15372, 12185, 17133, 12375, 13979, 12889, 13914, 12969, 16186, 13306, 11253, 12779, 11468, 12723, 13097, 12995, 13853, 13621, 12806, 13640, 13250, 12976, 16749, 13771, 17196, 13543, 19192, 13104, 15120, 13565, 14968, 13747, 14693, 13114, 14032, 12981, 14177, 12979, 17101, 12540, 14033, 12900, 16844, 13480, 14223, 12937, 17706, 12911, 14185, 13000, 14508, 13061, 16002, 12372, 15398, 12230, 14050, 12893, 13983, 12924, 13553, 13468, 13010, 11298, 13062, 12484, 13362, 13229, 13900, 16283, 13402, 14491, 13026, 15472, 13042, 13656, 12502, 14261, 13275, 14019, 15665, 12911, 14320, 13067, 13815, 13108, 13596, 13322, 14091, 13043, 13879, 13274, 14992, 13141, 13224, 12874, 13046, 13134, 13386, 14261, 13704, 15050, 13553, 15168, 12466, 15231, 13088, 13802, 12468, 12993, 10863, 13093, 17128, 12706, 14367, 13034, 14050, 12870, 13823, 11957, 13552, 11195, 13267, 12173, 12746, 10801, 13713, 14248, 12912, 13950, 13077, 13900, 13990, 13650, 13294, 13497, 12810, 13371, 12192, 13679, 15129, 13653, 16290, 13005, 14726, 13671, 14117, 12826, 14375, 12134, 12975, 12187, 13648, 14872, 13039, 14554, 14272, 14107, 14154, 13824, 12782, 13266, 10973, 13079, 11674, 13311, 15204, 13032, 14493, 13362, 13599, 13053, 13590, 12213, 13963, 14786, 13534, 16385, 12281, 16157, 12897, 13158, 11496, 12899, 11520, 13474, 15861, 13063, 14875, 13190, 14800, 12192, 13614, 12561, 13252, 16890, 13120, 14225, 13200, 14676, 12521, 13463, 11742, 13291, 13028, 13548, 14232, 12581, 13669, 12839, 15376, 11958, 13973, 12600, 13060, 11305, 12942, 14627, 13305, 15178, 12726, 13943, 11665, 13104, 18210, 13463, 14402, 13479, 13570, 12378, 13210, 11195, 12771, 10095, 12772, 13974, 13046, 14933, 12921, 13382, 11362, 12658, 15030, 13452, 14283, 11859, 14326, 12807, 13001, 12021, 12914, 10686, 13356, 16929, 12944, 13927, 13967, 13648, 12916, 13308, 14322, 13479, 14584, 13563, 16179, 13035, 13595, 14773, 13141, 14968, 14019, 14343, 12638, 14077, 11867, 14249, 10548, 13055, 12375, 13282, 13919, 13074, 14111, 12937, 13295, 13243, 13243, 14306, 13075, 16133, 12368, 13975, 12721, 13964, 11266, 13407, 15388, 12502, 14453, 14281, 13897, 12801, 13336, 11250, 13232, 13376, 13384, 14475, 14170, 13544, 11942, 13376, 11433, 12638, 14672, 13030, 14117, 13882, 13604, 11919, 13019, 9698, 12575, 14814, 13172, 13561, 13295, 15033, 12464, 13249, 10719, 13110, 17357, 13503, 15875, 12564, 13425, 10428, 13058, 14703, 13738, 14409, 12503, 13405, 14412, 13696, 14693, 13219, 14062, 14073, 13608, 12404, 13379, 11384, 13307, 10886, 13353, 12851, 13126, 15517, 13322, 14303, 13651, 15327, 11905, 14057, 13251, 13147, 14996, 13252, 15836, 13218, 13937, 12443, 13041, 13636, 13422, 14837, 13654, 15294, 12801, 14237, 12278, 13204, 10421, 13231, 11674, 13165, 15327, 13303, 15001, 12747, 14019, 13956, 13745, 12711, 13126, 11669, 13062, 11522, 13306, 16221, 12477, 14307, 13310, 13893, 13239, 15546, 12378, 13312, 11711, 13095, 10455, 12942, 12386, 13126, 14330, 13371, 14127, 13468, 13868, 13414, 15269, 12517, 13649, 11154, 13829, 11348, 13362, 11464, 12907, 14911, 13026, 14022, 13434, 13344, 12301, 14664, 12621, 14473, 11870, 14974, 11960, 13475, 10387, 13243, 12471, 13183, 13982, 13167, 18216, 12927, 14383, 13696, 15552, 12894, 14037, 12755, 14153, 12060, 13329, 10080, 13319, 15703, 12807, 14809, 12619, 14336, 13059, 14429, 13777, 15001, 11867, 13749, 12547, 13342, 12265, 13081, 14196, 13577, 14762, 13587, 14628, 14588, 15212, 12806, 13760, 12884, 13678, 11278, 13426, 11541, 13944, 13216, 14408, 11918, 13530, 12673, 13744, 11653, 13301, 12240, 13324, 11235, 12909, 13016, 13244, 13703, 13791, 13322, 13583, 14271, 13632, 14357, 13934, 15331, 13557, 14819, 13758, 14772, 14228, 14746, 13404, 14231, 12166, 14423, 11175, 13006, 12197, 14037, 13433, 13432, 15191, 13221, 14500, 13097, 14338, 13751, 14403, 13215, 14429, 13647, 14024, 14299, 14103, 14926, 14090, 14138, 14953, 11808, 14138, 14233, 14078, 14209, 14554, 12092, 16162, 11864, 14455, 13753, 14202, 13160, 15874, 12220, 15977, 11829, 14908, 12087, 15853, 12827, 14541, 13447, 14750, 12925, 15255, 12477, 13615, 12183, 13231, 13337, 14549, 12648, 13613, 13860, 11495, 12988, 15010, 14202, 12849, 16824, 13446, 14769, 14402, 15288, 13547, 15048, 14339, 15268, 15297, 14725, 14126, 14147, 12754, 14217, 13137, 14322, 12544, 14364, 13937, 13672, 14991, 13786, 13566, 13542, 11776, 13528, 12394, 13499, 13156, 15374, 13549, 12639, 13106, 13722, 13622, 12720, 13491, 13266, 13384, 15217, 13303, 11902, 13150, 12825, 14026, 12574, 14056, 12269, 14528, 13618, 14497, 12918, 14373, 13369, 14693, 12542, 14496, 13442, 14012, 12597, 14003, 13003, 14180, 11093, 13395, 11297, 13637, 11837, 13310, 12068, 13901, 12864, 9862, 12697, 12640, 13456, 11882, 13044, 14757, 13032, 15001, 13368, 14578, 14128, 13901, 12787, 13368, 17812, 13460, 15570, 12967, 15073, 12752, 13754, 11459, 13589, 14137, 13436, 15161, 13714, 14271, 12979, 13699, 12008, 13730, 10599, 12789, 14906, 13276, 14635, 14198, 14673, 12889, 13443, 10961, 12605, 16228, 12970, 14471, 14364, 15322, 11323, 13559, 11980, 12701, 13583, 13755, 14797, 13721, 14300, 11912, 13809, 10915, 12746, 16533, 12444, 14330, 14158, 15585, 11810, 13285, 12100, 12420, 14475, 13363, 14100, 12638, 13525, 12249, 13146, 10868, 12716, 12272, 12347, 15525, 13162, 16163, 12573, 14315, 12829, 14258, 13432, 14133, 12596, 13590, 11888, 12419, 15845, 12704, 14889, 12087, 13817, 12713, 13714, 15474, 12700, 14322, 13469, 13530, 10367, 12869, 11584, 12475, 14112, 12421, 13718, 12130, 14094, 12746, 14249, 12584, 14006, 12779, 14470, 12920, 14388, 12674, 14204, 13482, 14564, 13488, 14848, 12649, 11672, 13624, 10875, 14603, 12069, 13747, 14748, 14429, 14863, 13429, 14770, 13882, 14575, 15028, 14246, 15954, 14492, 15673, 13827, 14924, 13508, 14513, 19907, 14255, 15312, 14963, 15370, 13014, 14853, 13375, 14533, 14955, 14272, 14801, 12487, 14761, 12187, 13772, 12751, 14062, 14715, 13712, 14520, 12173, 13869, 13399, 13935, 12927, 13572, 12732, 13126, 11408, 12614, 14205, 13407, 15679, 12544, 13079, 13452, 13975, 13415, 14177, 12485, 14209, 12850, 13307, 10793, 12933, 12534, 13043, 13111, 12736, 10937, 12497, 13391, 13277, 11916, 14837, 11369, 12915, 15197, 12946, 14045, 13081, 15098, 12005, 13590, 11878, 12805, 16676, 12785, 14811, 12943, 14208, 12218, 13972, 11564, 12975, 11103, 12761, 11567, 12894, 13702, 13637, 14236, 13499, 14180, 13120, 13884, 13409, 13415, 11858, 12910, 12486, 12570, 10273, 12575, 13758, 13705, 14021, 12913, 13832, 12767, 14717, 12320, 13159, 11104, 12763, 10986, 12872, 16512, 12280, 14204, 13399, 13878, 12993, 13735, 13977, 13639, 11503, 13387, 12513, 13910, 12018, 12772, 11678, 13082, 11358, 12965, 15550, 13090, 15693, 12411, 14404, 14048, 14036, 12833, 13710, 11300, 12676, 11524, 13209, 14134, 13312, 14432, 14588, 15181, 11903, 15227, 12362, 13257, 11061, 12828, 10213, 13288, 15373, 12973, 14883, 12807, 10782, 12354, 11675, 12453, 11938, 13072, 11315, 13020, 13003, 16567, 12343, 11634, 12989, 12813, 13962, 11562, 13519, 11800, 12872, 12363, 13285, 15298, 13917, 20895, 13996, 15331, 15177, 15612, 14776, 14964, 17440, 14706, 15552, 14689, 15208, 12668, 15027, 13510, 14193, 12224, 13815, 14603, 13496, 14356, 13051, 13957, 13354, 13865, 13229, 13837, 13507, 13684, 12896, 13064, 12685, 13539, 14035, 12696, 13971, 13336, 14450, 12341, 13434, 11494, 12859, 13441, 12504, 13654, 12761, 13584, 13364, 13641, 13257, 12913, 13214, 13327, 11825, 10543, 13303, 11113, 13758, 13174, 13510, 13151, 14033, 12800, 13850, 12082, 13854, 13476, 13856, 13351, 14415, 13423, 14416, 12805, 18572, 12520, 15265, 13378, 18224, 13367, 14657, 13776, 14472, 13326, 14524, 13935, 14204, 12841, 14054, 13963, 14081, 13402, 14083, 12804, 14054, 13199, 13887, 13057, 15218, 12935, 13395, 12860, 13941, 13503, 14105, 13153, 14493, 13116, 14958, 12326, 15002, 12114, 14222, 12941, 13503, 11823, 13140, 15558, 13176, 14678, 12702, 14006, 12545, 13866, 12091, 13541, 11884, 13031, 13151, 13368, 12757, 13016, 11714, 13095, 12323, 13827, 11199, 12666, 16995, 11984, 14200, 13630, 14101, 11654, 13998, 11633, 13228, 12168, 13185, 14059, 13021, 14529, 13219, 14238, 13232, 13801, 11932, 13573, 11623, 13191, 13617, 12873, 13820, 14460, 13696, 12823, 13108, 13903, 13355, 15502, 13049, 13310, 12683, 13682, 14130, 14283, 15973, 12930, 13365, 10231, 13240, 14048, 13088, 13728, 13844, 13479, 12757, 13416, 10815, 13150, 10430, 13740, 10056, 13397, 9990, 13183, 12601, 13513, 15781, 12732, 14678, 13076, 10438, 12981, 10910, 12960, 11405, 13375, 12521, 14306, 11041, 13081, 11905, 13344, 19527, 13421, 14505, 13799, 14347, 12825, 13352, 12401, 14005, 11309, 13583, 11812, 13083, 14234, 13009, 13697, 14585, 13801, 11536, 13590, 13078, 13376, 11375, 13073, 10568, 13122, 13381, 13455, 13985, 13004, 13705, 13897, 16050, 13021, 13323, 11896, 13338, 13692, 13660, 14189, 12800, 13676, 14207, 13458, 12887, 13169, 11976, 12803, 11239, 13100, 12428, 13279, 13754, 12766, 13825, 13471, 15487, 12482, 13560, 12530, 13703, 14454, 13360, 18274, 12643, 14012, 13572, 14935, 12759, 13383, 12445, 13205, 11379, 13247, 10881, 13529, 15459, 12658, 13862, 12663, 13518, 12983, 13753, 12473, 13436, 11754, 13081, 13767, 13096, 14258, 13702, 13824, 12962, 15001, 13047, 13512, 12522, 13194, 14289, 12802, 13844, 14010, 13787, 13177, 14214, 12109, 14107, 12845, 14002, 13926, 13942, 12953, 13513, 16577, 13437, 13908, 13139, 14490, 13365, 14771, 12424, 14290, 13609, 13577, 13822, 13382, 14757, 13419, 14816, 14045, 14298, 12247, 14115, 12719, 13210, 11689, 13536, 11697, 13397, 11066, 13046, 14086, 12487, 13943, 12524, 13857, 12798, 13696, 13413, 13846, 13724, 14355, 11713, 13503, 11845, 13426, 12309, 13335, 11661, 13096, 11551, 12909, 16835, 11957, 13950, 12774, 13613, 10491, 13257, 11906, 13206, 10196, 13088, 10644, 12731, 13005, 12975, 15403, 12789, 16435, 12817, 13816, 12543, 14767, 12518, 13308, 15572, 13228, 14130, 13351, 14076, 12624, 13617, 13939, 13032, 14150, 14452, 13429, 11591, 13240, 10502, 13118, 10140, 12659, 12910, 13191, 13928, 12648, 13595, 13251, 13356, 13786, 14490, 12520, 13339, 12086, 13177, 16138, 12823, 13993, 12959, 14391, 13378, 15040, 12652, 13390, 12160, 12926, 12150, 13024, 12586, 13150, 12984, 14796, 13691, 13841, 12685, 13630, 13752, 13161, 14571, 12267, 14224, 12314, 14275, 15286, 13773, 16513, 14151, 15118, 15150, 14740, 15478, 14079, 15391, 13304, 15000, 13189, 14291, 15106, 13756, 14823, 13198, 13789, 13789, 14031, 13642, 13336, 14402, 12739, 13907, 11381, 13544, 14473, 13531, 14463, 13445, 13663, 11897, 13099, 11428, 13096, 10870, 13284, 13918, 12545, 13469, 12857, 13268, 12797, 13136, 13991, 13127, 14086, 13453, 14039, 12885, 13695, 11941, 12905, 10257, 13026, 10161, 12976, 11309, 13121, 11571, 13130, 10268, 12792, 14288, 13139, 14373, 13047, 14410, 13340, 14397, 13880, 14818, 11991, 14331, 14162, 14274, 13481, 14829, 12784, 14123, 13492, 11429, 13580, 12553, 13155, 13254, 14657, 13469, 14028, 11996, 13711, 13012, 13666, 14723, 14309, 15872, 14202, 19298, 13149, 15234, 13729, 15005, 13747, 16278, 12330, 13940, 12821, 13958, 12903, 14275, 12002, 14043, 10964, 13635, 11534, 13730, 12832, 14061, 13792, 13984, 11519, 13557], 'WindowCenter': [5228.0, 5234.0, 5217.0, 5216.0, 5202.0, 5191.0, 5188.0, 5177.0, 5174.0, 5174.0, 5162.0, 5161.0, 5159.0, 5149.0, 5160.0, 5138.0, 5161.0, 5129.0, 5151.0, 5159.0, 5149.0, 5147.0, 5139.0, 5149.0, 5140.0, 5147.0, 5129.0, 5160.0, 5137.0, 5148.0, 5168.0, 5151.0, 5159.0, 5162.0, 5171.0, 5155.0, 5161.0, 5155.0, 5175.0, 5154.0, 5174.0, 5186.0, 5188.0, 5181.0, 5193.0, 5160.0, 5192.0, 5208.0, 5180.0, 5188.0, 5170.0, 5188.0, 5168.0, 5190.0, 5159.0, 5189.0, 5177.0, 5178.0, 5186.0, 5169.0, 5187.0, 5178.0, 5190.0, 5180.0, 5188.0, 5158.0, 5181.0, 5149.0, 5182.0, 5196.0, 5182.0, 5200.0, 5189.0, 5198.0, 5170.0, 5190.0, 5170.0, 5190.0, 5161.0, 5193.0, 5199.0, 5183.0, 5200.0, 5194.0, 5199.0, 5195.0, 5195.0, 5206.0, 5204.0, 5203.0, 5201.0, 5204.0, 5205.0, 5206.0, 5216.0, 5174.0, 5216.0, 5196.0, 5209.0, 5195.0, 5206.0, 5227.0, 5216.0, 5206.0, 5205.0, 5190.0, 5219.0, 5210.0, 5228.0, 5209.0, 5228.0, 5208.0, 5203.0, 5197.0, 5223.0, 5195.0, 5201.0, 5183.0, 5203.0, 5189.0, 5189.0, 5179.0, 5187.0, 5178.0, 5188.0, 5154.0, 5180.0, 5155.0, 5179.0, 5196.0, 5170.0, 5185.0, 5178.0, 5173.0, 5171.0, 5156.0, 5181.0, 5190.0, 5195.0, 5199.0, 5192.0, 5210.0, 5183.0, 5199.0, 5194.0, 5202.0, 5181.0, 5181.0, 5171.0, 5182.0, 5197.0, 5170.0, 5188.0, 5180.0, 5181.0, 5164.0, 5169.0, 5146.0, 5180.0, 5174.0, 5181.0, 5188.0, 5188.0, 5189.0, 5168.0, 5180.0, 5178.0, 5180.0, 5172.0, 5193.0, 5162.0, 5184.0, 5152.0, 5194.0, 5172.0, 5204.0, 5213.0, 5217.0, 5221.0, 5204.0, 5171.0, 5202.0, 5217.0, 5214.0, 5216.0, 5225.0, 5218.0, 5222.0, 5208.0, 5225.0, 5209.0, 5210.0, 5215.0, 5217.0, 5195.0, 5190.0, 5168.0, 5186.0, 5166.0, 5178.0, 5163.0, 5166.0, 5191.0, 5164.0, 5164.0, 5153.0, 5160.0, 5163.0, 5175.0, 5153.0, 5166.0, 5156.0, 5170.0, 5155.0, 5166.0, 5146.0, 5179.0, 5168.0, 5192.0, 5202.0, 5194.0, 5211.0, 5192.0, 5201.0, 5193.0, 5214.0, 5205.0, 5204.0, 5193.0, 5192.0, 5193.0, 5192.0, 5180.0, 5195.0, 5182.0, 5194.0, 5200.0, 5182.0, 5199.0, 5194.0, 5190.0, 5214.0, 5201.0, 5194.0, 5191.0, 5195.0, 5193.0, 5194.0, 5214.0, 5206.0, 5206.0, 5192.0, 5212.0, 5194.0, 5213.0, 5194.0, 5205.0, 5195.0, 5208.0, 5192.0, 5196.0, 5182.0, 5193.0, 5201.0, 5193.0, 5202.0, 5193.0, 5201.0, 5171.0, 5190.0, 5181.0, 5192.0, 5172.0, 5194.0, 5199.0, 5191.0, 5198.0, 5190.0, 5211.0, 5194.0, 5200.0, 5203.0, 5211.0, 5192.0, 5220.0, 5192.0, 5203.0, 5204.0, 5201.0, 5194.0, 5210.0, 5190.0, 5172.0, 5192.0, 5180.0, 5193.0, 5194.0, 5193.0, 5191.0, 5193.0, 5179.0, 5191.0, 5179.0, 5183.0, 5196.0, 5190.0, 5192.0, 5166.0, 5191.0, 5164.0, 5174.0, 5164.0, 5171.0, 5164.0, 5164.0, 5164.0, 5171.0, 5176.0, 5175.0, 5177.0, 5196.0, 5179.0, 5187.0, 5191.0, 5207.0, 5192.0, 5176.0, 5181.0, 5195.0, 5178.0, 5177.0, 5179.0, 5187.0, 5179.0, 5195.0, 5165.0, 5186.0, 5155.0, 5176.0, 5163.0, 5177.0, 5167.0, 5176.0, 5165.0, 5168.0, 5157.0, 5176.0, 5167.0, 5190.0, 5176.0, 5189.0, 5194.0, 5176.0, 5175.0, 5167.0, 5187.0, 5167.0, 5177.0, 5166.0, 5178.0, 5162.0, 5175.0, 5184.0, 5176.0, 5186.0, 5190.0, 5189.0, 5190.0, 5188.0, 5191.0, 5190.0, 5191.0, 5190.0, 5192.0, 5202.0, 5192.0, 5192.0, 5181.0, 5190.0, 5178.0, 5190.0, 5187.0, 5192.0, 5188.0, 5190.0, 5189.0, 5167.0, 5187.0, 5166.0, 5176.0, 5164.0, 5177.0, 5156.0, 5190.0, 5209.0, 5178.0, 5184.0, 5179.0, 5185.0, 5178.0, 5191.0, 5172.0, 5192.0, 5173.0, 5194.0, 5179.0, 5191.0, 5161.0, 5193.0, 5187.0, 5191.0, 5202.0, 5190.0, 5190.0, 5192.0, 5190.0, 5215.0, 5206.0, 5193.0, 5218.0, 5195.0, 5203.0, 5200.0, 5189.0, 5197.0, 5180.0, 5198.0, 5201.0, 5190.0, 5177.0, 5191.0, 5166.0, 5178.0, 5168.0, 5179.0, 5188.0, 5179.0, 5175.0, 5177.0, 5176.0, 5187.0, 5187.0, 5177.0, 5192.0, 5159.0, 5190.0, 5170.0, 5190.0, 5196.0, 5183.0, 5200.0, 5191.0, 5179.0, 5176.0, 5191.0, 5169.0, 5188.0, 5189.0, 5182.0, 5199.0, 5157.0, 5185.0, 5166.0, 5177.0, 5157.0, 5181.0, 5171.0, 5191.0, 5200.0, 5182.0, 5190.0, 5182.0, 5198.0, 5172.0, 5195.0, 5182.0, 5192.0, 5198.0, 5181.0, 5179.0, 5179.0, 5199.0, 5179.0, 5192.0, 5170.0, 5191.0, 5177.0, 5191.0, 5189.0, 5182.0, 5190.0, 5194.0, 5211.0, 5184.0, 5199.0, 5180.0, 5194.0, 5170.0, 5192.0, 5188.0, 5189.0, 5203.0, 5178.0, 5189.0, 5157.0, 5181.0, 5204.0, 5177.0, 5176.0, 5178.0, 5178.0, 5166.0, 5177.0, 5156.0, 5181.0, 5149.0, 5179.0, 5190.0, 5189.0, 5198.0, 5176.0, 5180.0, 5156.0, 5182.0, 5187.0, 5191.0, 5187.0, 5169.0, 5188.0, 5167.0, 5179.0, 5166.0, 5190.0, 5172.0, 5203.0, 5209.0, 5192.0, 5202.0, 5199.0, 5191.0, 5179.0, 5193.0, 5190.0, 5180.0, 5177.0, 5179.0, 5188.0, 5166.0, 5177.0, 5174.0, 5164.0, 5172.0, 5174.0, 5178.0, 5164.0, 5173.0, 5142.0, 5172.0, 5133.0, 5166.0, 5164.0, 5179.0, 5178.0, 5180.0, 5190.0, 5178.0, 5191.0, 5177.0, 5181.0, 5189.0, 5181.0, 5198.0, 5169.0, 5178.0, 5168.0, 5189.0, 5157.0, 5180.0, 5188.0, 5170.0, 5188.0, 5188.0, 5189.0, 5168.0, 5177.0, 5157.0, 5180.0, 5179.0, 5178.0, 5190.0, 5191.0, 5188.0, 5168.0, 5181.0, 5166.0, 5181.0, 5188.0, 5181.0, 5199.0, 5200.0, 5192.0, 5168.0, 5193.0, 5153.0, 5192.0, 5198.0, 5192.0, 5202.0, 5203.0, 5212.0, 5181.0, 5196.0, 5172.0, 5205.0, 5221.0, 5192.0, 5210.0, 5180.0, 5190.0, 5147.0, 5182.0, 5186.0, 5176.0, 5190.0, 5166.0, 5180.0, 5173.0, 5175.0, 5187.0, 5179.0, 5178.0, 5187.0, 5190.0, 5180.0, 5190.0, 5169.0, 5191.0, 5162.0, 5194.0, 5179.0, 5180.0, 5199.0, 5191.0, 5189.0, 5179.0, 5189.0, 5157.0, 5178.0, 5166.0, 5181.0, 5187.0, 5176.0, 5185.0, 5164.0, 5175.0, 5152.0, 5168.0, 5165.0, 5176.0, 5185.0, 5188.0, 5195.0, 5167.0, 5188.0, 5170.0, 5190.0, 5158.0, 5193.0, 5169.0, 5193.0, 5197.0, 5190.0, 5198.0, 5192.0, 5191.0, 5201.0, 5204.0, 5191.0, 5190.0, 5168.0, 5190.0, 5167.0, 5191.0, 5210.0, 5185.0, 5191.0, 5189.0, 5188.0, 5192.0, 5202.0, 5180.0, 5193.0, 5180.0, 5193.0, 5160.0, 5193.0, 5179.0, 5192.0, 5202.0, 5193.0, 5189.0, 5190.0, 5188.0, 5191.0, 5200.0, 5181.0, 5192.0, 5172.0, 5203.0, 5172.0, 5192.0, 5170.0, 5193.0, 5197.0, 5192.0, 5199.0, 5193.0, 5194.0, 5194.0, 5215.0, 5193.0, 5201.0, 5183.0, 5213.0, 5194.0, 5206.0, 5176.0, 5207.0, 5195.0, 5206.0, 5203.0, 5196.0, 5220.0, 5193.0, 5191.0, 5193.0, 5201.0, 5181.0, 5191.0, 5168.0, 5178.0, 5166.0, 5182.0, 5148.0, 5181.0, 5199.0, 5183.0, 5189.0, 5180.0, 5187.0, 5179.0, 5186.0, 5187.0, 5191.0, 5182.0, 5189.0, 5169.0, 5180.0, 5170.0, 5180.0, 5177.0, 5182.0, 5189.0, 5179.0, 5187.0, 5200.0, 5199.0, 5178.0, 5179.0, 5176.0, 5191.0, 5159.0, 5192.0, 5170.0, 5192.0, 5179.0, 5190.0, 5159.0, 5177.0, 5180.0, 5190.0, 5170.0, 5192.0, 5181.0, 5202.0, 5172.0, 5193.0, 5193.0, 5194.0, 5189.0, 5193.0, 5182.0, 5192.0, 5189.0, 5190.0, 5190.0, 5180.0, 5188.0, 5178.0, 5177.0, 5177.0, 5176.0, 5176.0, 5186.0, 5178.0, 5178.0, 5156.0, 5188.0, 5145.0, 5179.0, 5166.0, 5189.0, 5178.0, 5177.0, 5186.0, 5181.0, 5187.0, 5191.0, 5199.0, 5193.0, 5199.0, 5191.0, 5199.0, 5201.0, 5201.0, 5213.0, 5202.0, 5212.0, 5200.0, 5203.0, 5215.0, 5193.0, 5202.0, 5203.0, 5202.0, 5202.0, 5200.0, 5194.0, 5220.0, 5183.0, 5202.0, 5190.0, 5192.0, 5190.0, 5212.0, 5183.0, 5210.0, 5171.0, 5200.0, 5179.0, 5197.0, 5181.0, 5201.0, 5179.0, 5188.0, 5169.0, 5187.0, 5166.0, 5188.0, 5170.0, 5183.0, 5189.0, 5186.0, 5182.0, 5190.0, 5188.0, 5181.0, 5203.0, 5226.0, 5215.0, 5209.0, 5237.0, 5207.0, 5205.0, 5204.0, 5191.0, 5181.0, 5180.0, 5179.0, 5177.0, 5178.0, 5165.0, 5152.0, 5150.0, 5140.0, 5150.0, 5139.0, 5165.0, 5140.0, 5166.0, 5162.0, 5163.0, 5171.0, 5162.0, 5150.0, 5164.0, 5155.0, 5176.0, 5167.0, 5190.0, 5196.0, 5200.0, 5191.0, 5182.0, 5193.0, 5194.0, 5203.0, 5180.0, 5195.0, 5183.0, 5183.0, 5190.0, 5179.0, 5157.0, 5168.0, 5168.0, 5179.0, 5170.0, 5192.0, 5171.0, 5188.0, 5179.0, 5181.0, 5170.0, 5180.0, 5179.0, 5187.0, 5171.0, 5180.0, 5166.0, 5169.0, 5156.0, 5178.0, 5166.0, 5178.0, 5145.0, 5178.0, 5156.0, 5180.0, 5158.0, 5179.0, 5170.0, 5179.0, 5180.0, 5163.0, 5194.0, 5194.0, 5208.0, 5183.0, 5208.0, 5205.0, 5184.0, 5203.0, 5180.0, 5180.0, 5166.0, 5177.0, 5154.0, 5168.0, 5184.0, 5156.0, 5173.0, 5154.0, 5175.0, 5142.0, 5164.0, 5131.0, 5162.0, 5163.0, 5164.0, 5174.0, 5165.0, 5174.0, 5166.0, 5176.0, 5153.0, 5176.0, 5145.0, 5170.0, 5176.0, 5178.0, 5188.0, 5178.0, 5187.0, 5167.0, 5179.0, 5148.0, 5171.0, 5196.0, 5181.0, 5191.0, 5189.0, 5188.0, 5157.0, 5179.0, 5170.0, 5184.0, 5179.0, 5192.0, 5200.0, 5190.0, 5189.0, 5168.0, 5190.0, 5159.0, 5182.0, 5210.0, 5182.0, 5191.0, 5190.0, 5199.0, 5171.0, 5189.0, 5166.0, 5179.0, 5188.0, 5181.0, 5191.0, 5170.0, 5178.0, 5168.0, 5181.0, 5160.0, 5193.0, 5182.0, 5196.0, 5212.0, 5194.0, 5211.0, 5194.0, 5202.0, 5194.0, 5202.0, 5192.0, 5202.0, 5181.0, 5181.0, 5159.0, 5181.0, 5196.0, 5180.0, 5189.0, 5169.0, 5191.0, 5167.0, 5178.0, 5186.0, 5166.0, 5179.0, 5177.0, 5178.0, 5150.0, 5181.0, 5159.0, 5183.0, 5190.0, 5192.0, 5203.0, 5197.0, 5204.0, 5195.0, 5200.0, 5194.0, 5204.0, 5192.0, 5201.0, 5183.0, 5201.0, 5182.0, 5191.0, 5192.0, 5202.0, 5190.0, 5179.0, 5179.0, 5159.0, 5180.0, 5172.0, 5215.0, 5182.0, 5204.0, 5188.0, 5191.0, 5190.0, 5180.0, 5179.0, 5168.0, 5178.0, 5162.0, 5154.0, 5160.0, 5140.0, 5148.0, 5126.0, 5136.0, 5112.0, 5125.0, 5152.0, 5121.0, 5131.0, 5122.0, 5134.0, 5111.0, 5134.0, 5112.0, 5134.0, 5136.0, 5134.0, 5134.0, 5125.0, 5145.0, 5126.0, 5151.0, 5137.0, 5150.0, 5149.0, 5151.0, 5161.0, 5154.0, 5164.0, 5164.0, 5172.0, 5163.0, 5175.0, 5178.0, 5180.0, 5168.0, 5193.0, 5198.0, 5192.0, 5199.0, 5183.0, 5189.0, 5191.0, 5200.0, 5204.0, 5205.0, 5183.0, 5203.0, 5180.0, 5193.0, 5161.0, 5193.0, 5179.0, 5194.0, 5194.0, 5191.0, 5172.0, 5194.0, 5213.0, 5204.0, 5198.0, 5230.0, 5185.0, 5209.0, 5216.0, 5197.0, 5192.0, 5194.0, 5203.0, 5171.0, 5191.0, 5171.0, 5183.0, 5197.0, 5180.0, 5187.0, 5170.0, 5178.0, 5168.0, 5188.0, 5159.0, 5182.0, 5158.0, 5180.0, 5155.0, 5180.0, 5190.0, 5193.0, 5180.0, 5180.0, 5177.0, 5180.0, 5189.0, 5190.0, 5192.0, 5185.0, 5195.0, 5181.0, 5183.0, 5162.0, 5194.0, 5192.0, 5203.0, 5192.0, 5192.0, 5190.0, 5182.0, 5202.0, 5194.0, 5194.0, 5161.0, 5183.0, 5159.0, 5182.0, 5210.0, 5184.0, 5191.0, 5189.0, 5188.0, 5191.0, 5191.0, 5200.0, 5193.0, 5186.0, 5194.0, 5184.0, 5201.0, 5182.0, 5194.0, 5171.0, 5205.0, 5171.0, 5196.0, 5209.0, 5193.0, 5198.0, 5183.0, 5190.0, 5190.0, 5193.0, 5179.0, 5188.0, 5160.0, 5180.0, 5167.0, 5182.0, 5186.0, 5191.0, 5199.0, 5201.0, 5198.0, 5169.0, 5199.0, 5179.0, 5194.0, 5171.0, 5197.0, 5174.0, 5206.0, 5214.0, 5193.0, 5201.0, 5194.0, 5173.0, 5198.0, 5196.0, 5211.0, 5210.0, 5208.0, 5187.0, 5208.0, 5222.0, 5237.0, 5198.0, 5185.0, 5207.0, 5208.0, 5218.0, 5188.0, 5196.0, 5184.0, 5195.0, 5182.0, 5193.0, 5191.0, 5193.0, 5219.0, 5179.0, 5187.0, 5177.0, 5176.0, 5149.0, 5160.0, 5158.0, 5151.0, 5146.0, 5138.0, 5135.0, 5116.0, 5135.0, 5123.0, 5137.0, 5125.0, 5150.0, 5158.0, 5164.0, 5160.0, 5152.0, 5161.0, 5155.0, 5161.0, 5163.0, 5164.0, 5175.0, 5177.0, 5165.0, 5178.0, 5168.0, 5181.0, 5187.0, 5179.0, 5177.0, 5178.0, 5190.0, 5167.0, 5181.0, 5170.0, 5194.0, 5181.0, 5183.0, 5187.0, 5182.0, 5189.0, 5203.0, 5206.0, 5192.0, 5194.0, 5205.0, 5201.0, 5195.0, 5200.0, 5217.0, 5195.0, 5217.0, 5205.0, 5214.0, 5216.0, 5217.0, 5221.0, 5219.0, 5197.0, 5203.0, 5203.0, 5201.0, 5203.0, 5212.0, 5204.0, 5201.0, 5195.0, 5219.0, 5182.0, 5199.0, 5191.0, 5224.0, 5193.0, 5200.0, 5191.0, 5188.0, 5178.0, 5187.0, 5188.0, 5189.0, 5179.0, 5179.0, 5189.0, 5189.0, 5191.0, 5190.0, 5193.0, 5200.0, 5194.0, 5188.0, 5192.0, 5208.0, 5195.0, 5188.0, 5194.0, 5202.0, 5204.0, 5192.0, 5192.0, 5190.0, 5181.0, 5202.0, 5181.0, 5199.0, 5168.0, 5190.0, 5180.0, 5192.0, 5183.0, 5193.0, 5200.0, 5180.0, 5187.0, 5182.0, 5187.0, 5182.0, 5192.0, 5182.0, 5192.0, 5168.0, 5191.0, 5190.0, 5202.0, 5191.0, 5207.0, 5195.0, 5205.0, 5181.0, 5204.0, 5172.0, 5193.0, 5219.0, 5196.0, 5201.0, 5192.0, 5192.0, 5171.0, 5192.0, 5171.0, 5182.0, 5170.0, 5192.0, 5190.0, 5177.0, 5177.0, 5177.0, 5187.0, 5179.0, 5189.0, 5169.0, 5191.0, 5182.0, 5192.0, 5189.0, 5182.0, 5189.0, 5189.0, 5194.0, 5180.0, 5192.0, 5177.0, 5180.0, 5189.0, 5167.0, 5180.0, 5166.0, 5188.0, 5176.0, 5178.0, 5196.0, 5166.0, 5180.0, 5148.0, 5190.0, 5188.0, 5178.0, 5188.0, 5191.0, 5191.0, 5191.0, 5205.0, 5186.0, 5208.0, 5187.0, 5206.0, 5166.0, 5207.0, 5175.0, 5207.0, 5205.0, 5217.0, 5226.0, 5206.0, 5215.0, 5209.0, 5186.0, 5220.0, 5185.0, 5220.0, 5198.0, 5217.0, 5197.0, 5218.0, 5183.0, 5209.0, 5184.0, 5205.0, 5243.0, 5205.0, 5191.0, 5191.0, 5191.0, 5180.0, 5179.0, 5179.0, 5192.0, 5157.0, 5182.0, 5158.0, 5177.0, 5178.0, 5182.0, 5187.0, 5189.0, 5177.0, 5156.0, 5177.0, 5177.0, 5193.0, 5168.0, 5191.0, 5159.0, 5182.0, 5179.0, 5190.0, 5192.0, 5195.0, 5189.0, 5190.0, 5212.0, 5190.0, 5192.0, 5171.0, 5203.0, 5191.0, 5192.0, 5190.0, 5183.0, 5192.0, 5202.0, 5196.0, 5192.0, 5192.0, 5180.0, 5191.0, 5171.0, 5194.0, 5192.0, 5204.0, 5192.0, 5194.0, 5189.0, 5190.0, 5200.0, 5176.0, 5190.0, 5180.0, 5192.0, 5189.0, 5179.0, 5206.0, 5180.0, 5187.0, 5178.0, 5200.0, 5180.0, 5192.0, 5178.0, 5182.0, 5160.0, 5179.0, 5158.0, 5192.0, 5199.0, 5182.0, 5190.0, 5193.0, 5190.0, 5181.0, 5194.0, 5180.0, 5195.0, 5178.0, 5193.0, 5191.0, 5193.0, 5202.0, 5191.0, 5180.0, 5179.0, 5189.0, 5178.0, 5180.0, 5168.0, 5183.0, 5190.0, 5183.0, 5190.0, 5189.0, 5180.0, 5180.0, 5189.0, 5184.0, 5202.0, 5195.0, 5201.0, 5203.0, 5204.0, 5192.0, 5205.0, 5209.0, 5192.0, 5179.0, 5182.0, 5189.0, 5177.0, 5189.0, 5169.0, 5189.0, 5174.0, 5179.0, 5177.0, 5178.0, 5175.0, 5166.0, 5176.0, 5175.0, 5175.0, 5156.0, 5176.0, 5164.0, 5179.0, 5167.0, 5178.0, 5154.0, 5176.0, 5157.0, 5181.0, 5190.0, 5190.0, 5189.0, 5181.0, 5190.0, 5190.0, 5191.0, 5191.0, 5203.0, 5203.0, 5216.0, 5182.0, 5194.0, 5182.0, 5195.0, 5193.0, 5207.0, 5187.0, 5207.0, 5170.0, 5199.0, 5212.0, 5184.0, 5200.0, 5192.0, 5204.0, 5162.0, 5193.0, 5171.0, 5192.0, 5161.0, 5195.0, 5172.0, 5203.0, 5203.0, 5221.0, 5227.0, 5207.0, 5226.0, 5207.0, 5204.0, 5196.0, 5216.0, 5186.0, 5207.0, 5212.0, 5192.0, 5191.0, 5189.0, 5193.0, 5169.0, 5190.0, 5178.0, 5180.0, 5190.0, 5187.0, 5189.0, 5171.0, 5183.0, 5148.0, 5180.0, 5158.0, 5192.0, 5180.0, 5191.0, 5202.0, 5192.0, 5192.0, 5192.0, 5189.0, 5203.0, 5205.0, 5194.0, 5206.0, 5184.0, 5197.0, 5211.0, 5184.0, 5191.0, 5180.0, 5191.0, 5190.0, 5201.0, 5182.0, 5195.0, 5181.0, 5191.0, 5182.0, 5192.0, 5182.0, 5194.0, 5205.0, 5201.0, 5215.0, 5218.0, 5192.0, 5205.0, 5191.0, 5195.0, 5199.0, 5183.0, 5202.0, 5171.0, 5190.0, 5186.0, 5165.0, 5184.0, 5153.0, 5164.0, 5160.0, 5149.0, 5150.0, 5138.0, 5148.0, 5139.0, 5150.0, 5125.0, 5146.0, 5145.0, 5136.0, 5147.0, 5138.0, 5160.0, 5148.0, 5162.0, 5148.0, 5151.0, 5160.0, 5151.0, 5164.0, 5143.0, 5161.0, 5165.0, 5166.0, 5174.0, 5175.0, 5177.0, 5155.0, 5165.0, 5153.0, 5178.0, 5159.0, 5190.0, 5190.0, 5181.0, 5194.0, 5191.0, 5205.0, 5190.0, 5194.0, 5191.0, 5192.0, 5191.0, 5192.0, 5191.0, 5191.0, 5203.0, 5179.0, 5193.0, 5161.0, 5193.0, 5163.0, 5204.0, 5183.0, 5204.0, 5184.0, 5204.0, 5175.0, 5206.0, 5211.0, 5204.0, 5203.0, 5204.0, 5203.0, 5204.0, 5203.0, 5203.0, 5203.0, 5182.0, 5202.0, 5203.0, 5200.0, 5204.0, 5200.0, 5194.0, 5202.0, 5205.0, 5171.0, 5192.0, 5183.0, 5193.0, 5180.0, 5201.0, 5178.0, 5190.0, 5168.0, 5177.0, 5176.0, 5182.0, 5185.0, 5176.0, 5184.0, 5175.0, 5192.0, 5163.0, 5185.0, 5176.0, 5175.0, 5164.0, 5184.0, 5156.0, 5177.0, 5167.0, 5188.0, 5164.0, 5178.0, 5154.0, 5177.0, 5146.0, 5186.0, 5156.0, 5191.0, 5177.0, 5188.0, 5177.0, 5188.0, 5159.0, 5180.0], 'WindowWidth': [11301.0, 11303.0, 11267.0, 11263.0, 11241.0, 11218.0, 11208.0, 11189.0, 11182.0, 11180.0, 11162.0, 11158.0, 11155.0, 11139.0, 11157.0, 11121.0, 11159.0, 11106.0, 11141.0, 11153.0, 11137.0, 11132.0, 11121.0, 11135.0, 11122.0, 11135.0, 11111.0, 11154.0, 11117.0, 11137.0, 11164.0, 11145.0, 11153.0, 11161.0, 11174.0, 11157.0, 11163.0, 11156.0, 11184.0, 11156.0, 11184.0, 11206.0, 11210.0, 11202.0, 11223.0, 11172.0, 11223.0, 11242.0, 11203.0, 11210.0, 11187.0, 11210.0, 11181.0, 11214.0, 11170.0, 11215.0, 11190.0, 11195.0, 11205.0, 11183.0, 11206.0, 11195.0, 11216.0, 11201.0, 11213.0, 11168.0, 11204.0, 11157.0, 11207.0, 11222.0, 11207.0, 11230.0, 11216.0, 11224.0, 11187.0, 11217.0, 11187.0, 11218.0, 11177.0, 11224.0, 11230.0, 11210.0, 11229.0, 11227.0, 11228.0, 11231.0, 11229.0, 11248.0, 11243.0, 11242.0, 11237.0, 11243.0, 11244.0, 11249.0, 11265.0, 11202.0, 11266.0, 11231.0, 11254.0, 11231.0, 11250.0, 11282.0, 11264.0, 11250.0, 11250.0, 11232.0, 11270.0, 11262.0, 11287.0, 11259.0, 11281.0, 11252.0, 11238.0, 11239.0, 11266.0, 11229.0, 11234.0, 11211.0, 11235.0, 11211.0, 11210.0, 11194.0, 11203.0, 11191.0, 11209.0, 11155.0, 11197.0, 11155.0, 11194.0, 11218.0, 11182.0, 11198.0, 11192.0, 11179.0, 11185.0, 11161.0, 11204.0, 11217.0, 11226.0, 11227.0, 11220.0, 11242.0, 11209.0, 11229.0, 11226.0, 11237.0, 11203.0, 11203.0, 11187.0, 11205.0, 11220.0, 11185.0, 11209.0, 11199.0, 11200.0, 11169.0, 11181.0, 11145.0, 11198.0, 11185.0, 11200.0, 11208.0, 11210.0, 11209.0, 11181.0, 11199.0, 11197.0, 11203.0, 11192.0, 11224.0, 11176.0, 11213.0, 11164.0, 11226.0, 11193.0, 11243.0, 11255.0, 11268.0, 11266.0, 11241.0, 11191.0, 11241.0, 11267.0, 11262.0, 11267.0, 11275.0, 11273.0, 11268.0, 11255.0, 11272.0, 11255.0, 11250.0, 11257.0, 11255.0, 11231.0, 11216.0, 11182.0, 11206.0, 11173.0, 11192.0, 11162.0, 11172.0, 11202.0, 11166.0, 11165.0, 11150.0, 11158.0, 11165.0, 11181.0, 11151.0, 11172.0, 11159.0, 11182.0, 11156.0, 11176.0, 11147.0, 11198.0, 11180.0, 11220.0, 11235.0, 11228.0, 11245.0, 11224.0, 11233.0, 11227.0, 11255.0, 11247.0, 11243.0, 11228.0, 11224.0, 11224.0, 11225.0, 11202.0, 11231.0, 11205.0, 11226.0, 11227.0, 11208.0, 11226.0, 11226.0, 11218.0, 11256.0, 11237.0, 11229.0, 11221.0, 11228.0, 11224.0, 11227.0, 11256.0, 11250.0, 11249.0, 11224.0, 11251.0, 11227.0, 11254.0, 11226.0, 11246.0, 11230.0, 11254.0, 11224.0, 11234.0, 11206.0, 11227.0, 11233.0, 11224.0, 11237.0, 11225.0, 11233.0, 11190.0, 11216.0, 11203.0, 11223.0, 11193.0, 11229.0, 11227.0, 11220.0, 11224.0, 11218.0, 11247.0, 11229.0, 11234.0, 11243.0, 11248.0, 11224.0, 11259.0, 11226.0, 11241.0, 11245.0, 11238.0, 11226.0, 11243.0, 11219.0, 11192.0, 11224.0, 11203.0, 11227.0, 11228.0, 11226.0, 11216.0, 11224.0, 11196.0, 11217.0, 11194.0, 11207.0, 11216.0, 11214.0, 11205.0, 11174.0, 11203.0, 11168.0, 11183.0, 11171.0, 11176.0, 11168.0, 11166.0, 11167.0, 11176.0, 11190.0, 11187.0, 11194.0, 11218.0, 11197.0, 11206.0, 11221.0, 11240.0, 11218.0, 11191.0, 11202.0, 11216.0, 11195.0, 11191.0, 11196.0, 11206.0, 11199.0, 11217.0, 11172.0, 11203.0, 11157.0, 11188.0, 11167.0, 11192.0, 11176.0, 11188.0, 11169.0, 11179.0, 11162.0, 11191.0, 11177.0, 11214.0, 11191.0, 11212.0, 11214.0, 11189.0, 11187.0, 11176.0, 11204.0, 11177.0, 11193.0, 11172.0, 11193.0, 11163.0, 11188.0, 11196.0, 11190.0, 11204.0, 11217.0, 11214.0, 11217.0, 11210.0, 11217.0, 11216.0, 11220.0, 11217.0, 11221.0, 11235.0, 11220.0, 11223.0, 11202.0, 11216.0, 11195.0, 11215.0, 11205.0, 11218.0, 11211.0, 11215.0, 11213.0, 11180.0, 11206.0, 11173.0, 11190.0, 11168.0, 11192.0, 11162.0, 11216.0, 11242.0, 11197.0, 11201.0, 11197.0, 11203.0, 11198.0, 11216.0, 11192.0, 11224.0, 11197.0, 11228.0, 11199.0, 11219.0, 11175.0, 11225.0, 11210.0, 11221.0, 11237.0, 11219.0, 11216.0, 11220.0, 11216.0, 11262.0, 11251.0, 11226.0, 11268.0, 11235.0, 11242.0, 11229.0, 11215.0, 11223.0, 11202.0, 11225.0, 11234.0, 11217.0, 11192.0, 11218.0, 11175.0, 11198.0, 11178.0, 11196.0, 11209.0, 11199.0, 11187.0, 11191.0, 11189.0, 11207.0, 11209.0, 11193.0, 11222.0, 11172.0, 11218.0, 11185.0, 11216.0, 11220.0, 11207.0, 11231.0, 11219.0, 11201.0, 11190.0, 11219.0, 11180.0, 11212.0, 11213.0, 11207.0, 11226.0, 11163.0, 11202.0, 11174.0, 11193.0, 11165.0, 11206.0, 11190.0, 11218.0, 11229.0, 11206.0, 11215.0, 11207.0, 11228.0, 11191.0, 11230.0, 11207.0, 11221.0, 11223.0, 11203.0, 11198.0, 11199.0, 11226.0, 11198.0, 11222.0, 11187.0, 11218.0, 11192.0, 11220.0, 11212.0, 11208.0, 11218.0, 11228.0, 11249.0, 11212.0, 11230.0, 11202.0, 11226.0, 11185.0, 11223.0, 11212.0, 11214.0, 11236.0, 11195.0, 11210.0, 11160.0, 11200.0, 11226.0, 11191.0, 11188.0, 11196.0, 11194.0, 11174.0, 11192.0, 11160.0, 11202.0, 11155.0, 11200.0, 11217.0, 11216.0, 11226.0, 11192.0, 11202.0, 11163.0, 11205.0, 11208.0, 11217.0, 11210.0, 11184.0, 11210.0, 11177.0, 11199.0, 11178.0, 11218.0, 11194.0, 11241.0, 11244.0, 11221.0, 11236.0, 11230.0, 11221.0, 11201.0, 11227.0, 11214.0, 11199.0, 11193.0, 11193.0, 11207.0, 11172.0, 11192.0, 11181.0, 11168.0, 11179.0, 11184.0, 11191.0, 11168.0, 11179.0, 11132.0, 11177.0, 11123.0, 11174.0, 11169.0, 11197.0, 11195.0, 11201.0, 11215.0, 11196.0, 11218.0, 11192.0, 11203.0, 11212.0, 11204.0, 11224.0, 11182.0, 11196.0, 11179.0, 11211.0, 11163.0, 11202.0, 11208.0, 11185.0, 11209.0, 11211.0, 11213.0, 11179.0, 11194.0, 11164.0, 11202.0, 11194.0, 11197.0, 11215.0, 11219.0, 11213.0, 11179.0, 11203.0, 11177.0, 11204.0, 11211.0, 11204.0, 11230.0, 11233.0, 11222.0, 11182.0, 11223.0, 11165.0, 11222.0, 11227.0, 11224.0, 11240.0, 11242.0, 11251.0, 11206.0, 11232.0, 11195.0, 11246.0, 11262.0, 11224.0, 11247.0, 11202.0, 11217.0, 11151.0, 11205.0, 11205.0, 11192.0, 11215.0, 11177.0, 11200.0, 11180.0, 11188.0, 11204.0, 11197.0, 11194.0, 11208.0, 11215.0, 11204.0, 11219.0, 11186.0, 11219.0, 11177.0, 11226.0, 11197.0, 11204.0, 11227.0, 11218.0, 11212.0, 11197.0, 11211.0, 11163.0, 11196.0, 11173.0, 11201.0, 11206.0, 11190.0, 11202.0, 11166.0, 11183.0, 11148.0, 11179.0, 11171.0, 11190.0, 11204.0, 11212.0, 11217.0, 11178.0, 11210.0, 11185.0, 11217.0, 11170.0, 11226.0, 11188.0, 11224.0, 11225.0, 11219.0, 11227.0, 11222.0, 11220.0, 11233.0, 11243.0, 11218.0, 11216.0, 11180.0, 11217.0, 11180.0, 11220.0, 11245.0, 11214.0, 11218.0, 11215.0, 11212.0, 11219.0, 11235.0, 11203.0, 11227.0, 11202.0, 11223.0, 11173.0, 11224.0, 11199.0, 11222.0, 11236.0, 11225.0, 11213.0, 11216.0, 11212.0, 11218.0, 11231.0, 11203.0, 11223.0, 11194.0, 11239.0, 11192.0, 11221.0, 11185.0, 11224.0, 11224.0, 11223.0, 11229.0, 11225.0, 11229.0, 11230.0, 11260.0, 11227.0, 11237.0, 11212.0, 11256.0, 11228.0, 11250.0, 11206.0, 11254.0, 11231.0, 11248.0, 11237.0, 11233.0, 11260.0, 11224.0, 11219.0, 11221.0, 11234.0, 11205.0, 11217.0, 11179.0, 11196.0, 11175.0, 11206.0, 11153.0, 11203.0, 11224.0, 11208.0, 11215.0, 11201.0, 11207.0, 11198.0, 11205.0, 11208.0, 11216.0, 11207.0, 11216.0, 11184.0, 11202.0, 11185.0, 11204.0, 11193.0, 11206.0, 11212.0, 11198.0, 11206.0, 11230.0, 11229.0, 11194.0, 11200.0, 11190.0, 11218.0, 11170.0, 11222.0, 11187.0, 11219.0, 11196.0, 11214.0, 11168.0, 11196.0, 11199.0, 11218.0, 11188.0, 11225.0, 11205.0, 11238.0, 11193.0, 11227.0, 11226.0, 11229.0, 11214.0, 11222.0, 11203.0, 11220.0, 11210.0, 11214.0, 11213.0, 11201.0, 11209.0, 11194.0, 11189.0, 11189.0, 11186.0, 11186.0, 11203.0, 11194.0, 11195.0, 11158.0, 11206.0, 11142.0, 11196.0, 11174.0, 11213.0, 11193.0, 11193.0, 11204.0, 11201.0, 11206.0, 11219.0, 11228.0, 11222.0, 11227.0, 11218.0, 11228.0, 11235.0, 11236.0, 11254.0, 11236.0, 11250.0, 11232.0, 11238.0, 11259.0, 11227.0, 11236.0, 11236.0, 11236.0, 11236.0, 11233.0, 11228.0, 11262.0, 11209.0, 11235.0, 11214.0, 11220.0, 11215.0, 11250.0, 11208.0, 11244.0, 11189.0, 11230.0, 11200.0, 11223.0, 11205.0, 11232.0, 11198.0, 11211.0, 11180.0, 11208.0, 11174.0, 11210.0, 11183.0, 11207.0, 11213.0, 11206.0, 11204.0, 11215.0, 11214.0, 11207.0, 11240.0, 11277.0, 11260.0, 11258.0, 11292.0, 11250.0, 11243.0, 11238.0, 11216.0, 11199.0, 11196.0, 11191.0, 11191.0, 11189.0, 11166.0, 11141.0, 11139.0, 11123.0, 11140.0, 11121.0, 11166.0, 11125.0, 11168.0, 11159.0, 11162.0, 11173.0, 11159.0, 11141.0, 11163.0, 11154.0, 11187.0, 11177.0, 11215.0, 11228.0, 11230.0, 11218.0, 11205.0, 11224.0, 11225.0, 11238.0, 11201.0, 11227.0, 11207.0, 11207.0, 11210.0, 11195.0, 11160.0, 11179.0, 11177.0, 11197.0, 11183.0, 11217.0, 11187.0, 11208.0, 11195.0, 11198.0, 11183.0, 11196.0, 11194.0, 11205.0, 11186.0, 11197.0, 11172.0, 11177.0, 11155.0, 11188.0, 11171.0, 11190.0, 11140.0, 11191.0, 11160.0, 11197.0, 11165.0, 11194.0, 11183.0, 11197.0, 11201.0, 11181.0, 11228.0, 11227.0, 11254.0, 11211.0, 11250.0, 11242.0, 11210.0, 11236.0, 11198.0, 11198.0, 11170.0, 11189.0, 11152.0, 11175.0, 11193.0, 11156.0, 11180.0, 11151.0, 11179.0, 11129.0, 11163.0, 11114.0, 11162.0, 11163.0, 11165.0, 11180.0, 11170.0, 11184.0, 11171.0, 11185.0, 11151.0, 11187.0, 11142.0, 11184.0, 11187.0, 11194.0, 11208.0, 11193.0, 11204.0, 11175.0, 11195.0, 11149.0, 11187.0, 11216.0, 11201.0, 11215.0, 11212.0, 11208.0, 11165.0, 11198.0, 11182.0, 11211.0, 11197.0, 11220.0, 11229.0, 11214.0, 11210.0, 11181.0, 11213.0, 11167.0, 11204.0, 11243.0, 11206.0, 11217.0, 11213.0, 11225.0, 11185.0, 11214.0, 11176.0, 11199.0, 11211.0, 11203.0, 11216.0, 11183.0, 11195.0, 11180.0, 11203.0, 11174.0, 11225.0, 11206.0, 11232.0, 11250.0, 11225.0, 11246.0, 11227.0, 11234.0, 11225.0, 11234.0, 11219.0, 11235.0, 11203.0, 11203.0, 11167.0, 11202.0, 11216.0, 11198.0, 11212.0, 11183.0, 11217.0, 11176.0, 11193.0, 11201.0, 11176.0, 11194.0, 11190.0, 11198.0, 11160.0, 11203.0, 11168.0, 11208.0, 11215.0, 11224.0, 11244.0, 11237.0, 11239.0, 11226.0, 11230.0, 11225.0, 11239.0, 11223.0, 11234.0, 11209.0, 11235.0, 11205.0, 11220.0, 11218.0, 11234.0, 11214.0, 11195.0, 11197.0, 11165.0, 11197.0, 11193.0, 11261.0, 11205.0, 11242.0, 11211.0, 11217.0, 11216.0, 11197.0, 11197.0, 11175.0, 11190.0, 11159.0, 11150.0, 11154.0, 11122.0, 11134.0, 11095.0, 11111.0, 11071.0, 11093.0, 11127.0, 11081.0, 11098.0, 11084.0, 11104.0, 11069.0, 11106.0, 11069.0, 11104.0, 11111.0, 11108.0, 11107.0, 11095.0, 11125.0, 11099.0, 11141.0, 11116.0, 11141.0, 11138.0, 11144.0, 11157.0, 11154.0, 11169.0, 11166.0, 11178.0, 11166.0, 11187.0, 11193.0, 11201.0, 11181.0, 11223.0, 11227.0, 11221.0, 11227.0, 11209.0, 11213.0, 11220.0, 11230.0, 11243.0, 11243.0, 11209.0, 11237.0, 11200.0, 11224.0, 11175.0, 11224.0, 11199.0, 11226.0, 11226.0, 11220.0, 11193.0, 11228.0, 11254.0, 11246.0, 11242.0, 11289.0, 11218.0, 11258.0, 11260.0, 11234.0, 11223.0, 11224.0, 11237.0, 11188.0, 11219.0, 11187.0, 11207.0, 11220.0, 11199.0, 11206.0, 11183.0, 11194.0, 11180.0, 11210.0, 11167.0, 11202.0, 11165.0, 11201.0, 11159.0, 11200.0, 11215.0, 11220.0, 11199.0, 11199.0, 11193.0, 11199.0, 11211.0, 11214.0, 11222.0, 11214.0, 11227.0, 11201.0, 11210.0, 11178.0, 11226.0, 11221.0, 11239.0, 11222.0, 11221.0, 11217.0, 11207.0, 11235.0, 11226.0, 11227.0, 11174.0, 11210.0, 11169.0, 11206.0, 11242.0, 11211.0, 11217.0, 11214.0, 11210.0, 11216.0, 11217.0, 11230.0, 11223.0, 11219.0, 11229.0, 11210.0, 11235.0, 11207.0, 11227.0, 11192.0, 11244.0, 11193.0, 11233.0, 11244.0, 11222.0, 11227.0, 11208.0, 11216.0, 11213.0, 11222.0, 11199.0, 11212.0, 11170.0, 11202.0, 11180.0, 11205.0, 11206.0, 11217.0, 11229.0, 11233.0, 11224.0, 11183.0, 11226.0, 11198.0, 11225.0, 11190.0, 11234.0, 11200.0, 11247.0, 11255.0, 11227.0, 11233.0, 11228.0, 11197.0, 11239.0, 11236.0, 11264.0, 11261.0, 11254.0, 11223.0, 11252.0, 11280.0, 11296.0, 11239.0, 11215.0, 11251.0, 11251.0, 11268.0, 11223.0, 11233.0, 11211.0, 11229.0, 11205.0, 11224.0, 11213.0, 11223.0, 11253.0, 11197.0, 11206.0, 11186.0, 11186.0, 11137.0, 11154.0, 11147.0, 11137.0, 11127.0, 11114.0, 11110.0, 11082.0, 11110.0, 11091.0, 11117.0, 11098.0, 11139.0, 11147.0, 11164.0, 11157.0, 11148.0, 11158.0, 11152.0, 11160.0, 11167.0, 11168.0, 11185.0, 11192.0, 11171.0, 11196.0, 11178.0, 11202.0, 11209.0, 11197.0, 11192.0, 11194.0, 11214.0, 11177.0, 11203.0, 11188.0, 11224.0, 11203.0, 11208.0, 11209.0, 11206.0, 11215.0, 11241.0, 11244.0, 11223.0, 11225.0, 11244.0, 11235.0, 11233.0, 11245.0, 11268.0, 11235.0, 11268.0, 11248.0, 11260.0, 11264.0, 11268.0, 11276.0, 11271.0, 11235.0, 11240.0, 11238.0, 11233.0, 11238.0, 11253.0, 11245.0, 11235.0, 11227.0, 11256.0, 11207.0, 11225.0, 11219.0, 11267.0, 11225.0, 11229.0, 11218.0, 11210.0, 11196.0, 11207.0, 11210.0, 11215.0, 11198.0, 11196.0, 11208.0, 11210.0, 11217.0, 11216.0, 11224.0, 11231.0, 11225.0, 11212.0, 11223.0, 11240.0, 11230.0, 11212.0, 11230.0, 11239.0, 11241.0, 11223.0, 11222.0, 11216.0, 11203.0, 11235.0, 11206.0, 11228.0, 11181.0, 11215.0, 11197.0, 11219.0, 11209.0, 11224.0, 11229.0, 11200.0, 11208.0, 11203.0, 11206.0, 11204.0, 11221.0, 11204.0, 11219.0, 11183.0, 11219.0, 11216.0, 11236.0, 11220.0, 11250.0, 11231.0, 11245.0, 11205.0, 11241.0, 11192.0, 11228.0, 11258.0, 11234.0, 11235.0, 11220.0, 11220.0, 11188.0, 11220.0, 11188.0, 11207.0, 11185.0, 11220.0, 11214.0, 11194.0, 11193.0, 11192.0, 11208.0, 11199.0, 11211.0, 11185.0, 11221.0, 11208.0, 11223.0, 11214.0, 11208.0, 11214.0, 11213.0, 11225.0, 11201.0, 11221.0, 11194.0, 11199.0, 11212.0, 11176.0, 11200.0, 11176.0, 11211.0, 11191.0, 11195.0, 11218.0, 11175.0, 11201.0, 11154.0, 11216.0, 11213.0, 11198.0, 11209.0, 11218.0, 11218.0, 11219.0, 11243.0, 11218.0, 11254.0, 11222.0, 11248.0, 11191.0, 11252.0, 11204.0, 11253.0, 11249.0, 11268.0, 11278.0, 11252.0, 11260.0, 11256.0, 11221.0, 11275.0, 11220.0, 11277.0, 11244.0, 11269.0, 11235.0, 11269.0, 11212.0, 11256.0, 11215.0, 11249.0, 11299.0, 11246.0, 11221.0, 11220.0, 11216.0, 11200.0, 11200.0, 11200.0, 11222.0, 11163.0, 11205.0, 11166.0, 11195.0, 11196.0, 11206.0, 11210.0, 11214.0, 11194.0, 11164.0, 11196.0, 11192.0, 11224.0, 11181.0, 11219.0, 11169.0, 11208.0, 11198.0, 11217.0, 11221.0, 11229.0, 11215.0, 11216.0, 11248.0, 11216.0, 11224.0, 11190.0, 11241.0, 11220.0, 11223.0, 11216.0, 11208.0, 11221.0, 11236.0, 11234.0, 11224.0, 11223.0, 11202.0, 11222.0, 11192.0, 11229.0, 11223.0, 11244.0, 11224.0, 11225.0, 11215.0, 11215.0, 11229.0, 11193.0, 11217.0, 11202.0, 11222.0, 11214.0, 11197.0, 11231.0, 11201.0, 11209.0, 11197.0, 11230.0, 11203.0, 11224.0, 11198.0, 11206.0, 11170.0, 11199.0, 11168.0, 11220.0, 11227.0, 11206.0, 11219.0, 11224.0, 11218.0, 11204.0, 11226.0, 11203.0, 11229.0, 11199.0, 11226.0, 11220.0, 11224.0, 11236.0, 11220.0, 11201.0, 11196.0, 11212.0, 11194.0, 11201.0, 11180.0, 11207.0, 11216.0, 11209.0, 11216.0, 11213.0, 11199.0, 11200.0, 11214.0, 11213.0, 11236.0, 11231.0, 11238.0, 11239.0, 11243.0, 11221.0, 11244.0, 11245.0, 11220.0, 11199.0, 11204.0, 11212.0, 11194.0, 11213.0, 11182.0, 11210.0, 11184.0, 11197.0, 11190.0, 11194.0, 11187.0, 11174.0, 11185.0, 11184.0, 11186.0, 11158.0, 11189.0, 11168.0, 11197.0, 11177.0, 11193.0, 11156.0, 11191.0, 11163.0, 11202.0, 11214.0, 11220.0, 11216.0, 11206.0, 11216.0, 11218.0, 11219.0, 11221.0, 11238.0, 11241.0, 11260.0, 11211.0, 11228.0, 11209.0, 11230.0, 11225.0, 11251.0, 11221.0, 11251.0, 11191.0, 11238.0, 11251.0, 11213.0, 11233.0, 11222.0, 11242.0, 11181.0, 11225.0, 11188.0, 11221.0, 11176.0, 11229.0, 11195.0, 11243.0, 11242.0, 11275.0, 11282.0, 11254.0, 11276.0, 11252.0, 11245.0, 11235.0, 11263.0, 11216.0, 11250.0, 11253.0, 11222.0, 11219.0, 11214.0, 11223.0, 11183.0, 11216.0, 11195.0, 11199.0, 11213.0, 11207.0, 11214.0, 11187.0, 11207.0, 11153.0, 11201.0, 11168.0, 11221.0, 11202.0, 11220.0, 11237.0, 11226.0, 11222.0, 11223.0, 11218.0, 11240.0, 11243.0, 11225.0, 11246.0, 11212.0, 11236.0, 11247.0, 11211.0, 11216.0, 11203.0, 11216.0, 11216.0, 11232.0, 11206.0, 11230.0, 11204.0, 11220.0, 11206.0, 11225.0, 11207.0, 11227.0, 11244.0, 11235.0, 11260.0, 11272.0, 11224.0, 11248.0, 11220.0, 11229.0, 11231.0, 11209.0, 11238.0, 11188.0, 11213.0, 11205.0, 11171.0, 11199.0, 11148.0, 11167.0, 11153.0, 11137.0, 11139.0, 11119.0, 11133.0, 11119.0, 11138.0, 11097.0, 11128.0, 11127.0, 11116.0, 11134.0, 11122.0, 11156.0, 11137.0, 11159.0, 11137.0, 11146.0, 11157.0, 11146.0, 11168.0, 11134.0, 11163.0, 11169.0, 11171.0, 11183.0, 11184.0, 11193.0, 11158.0, 11174.0, 11154.0, 11195.0, 11171.0, 11217.0, 11216.0, 11206.0, 11227.0, 11218.0, 11245.0, 11220.0, 11226.0, 11218.0, 11221.0, 11216.0, 11219.0, 11219.0, 11221.0, 11241.0, 11200.0, 11225.0, 11177.0, 11225.0, 11182.0, 11243.0, 11212.0, 11243.0, 11212.0, 11243.0, 11204.0, 11250.0, 11253.0, 11245.0, 11240.0, 11243.0, 11240.0, 11240.0, 11239.0, 11240.0, 11239.0, 11207.0, 11237.0, 11237.0, 11232.0, 11240.0, 11235.0, 11230.0, 11237.0, 11245.0, 11192.0, 11223.0, 11206.0, 11226.0, 11202.0, 11231.0, 11195.0, 11213.0, 11179.0, 11193.0, 11188.0, 11204.0, 11201.0, 11190.0, 11195.0, 11184.0, 11206.0, 11167.0, 11200.0, 11190.0, 11185.0, 11169.0, 11196.0, 11157.0, 11189.0, 11176.0, 11209.0, 11169.0, 11192.0, 11154.0, 11191.0, 11146.0, 11206.0, 11162.0, 11219.0, 11196.0, 11211.0, 11191.0, 11208.0, 11168.0, 11199.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.0005956781485468246</td></tr>
<tr><td colspan=3>aqi</td><td>0.02226639300322928</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.88043284175011</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.315316063688749</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039939753796436</td></tr>
<tr><td colspan=3>efc</td><td>0.4894</td></tr>
<tr><td colspan=3>fber</td><td>6385.2129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07861868771744725</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.022604951560818</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5313090320470373</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.475635850067151</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.761446843252886</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3568444028210744</td></tr>
<tr><td colspan=3>gcor</td><td>0.0214299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016548752784729004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035448018461465836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0924318808057345</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.2677</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1903</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.1856</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293598.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1053.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.4363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.6695</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4362.1883</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1122.3088</td></tr>
<tr><td colspan=3>tsnr</td><td>43.52699297294021</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>