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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:17:6.672500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999525, 0.0245972, 0.01857, -0.0258244, 0.997281, 0.0690228]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122867</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>[4144, -7837, -7141, 513, -98, -255, 98, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f3cc83d-be72-4fd4-880f-0352815fa6be||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681652307510376, -0.06928486377000809, 0.04541859030723572, 111.35440063476562], [-0.06599254906177521, 2.675631523132324, 0.18756790459156036, -96.54729461669922], [0.04982186108827591, -0.18518319725990295, 2.69309401512146, -11.52586555480957], [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': ['161706.672500', '161707.132500', '161707.592500', '161708.052500', '161708.512500', '161708.972500', '161709.432500', '161709.892500', '161710.352500', '161710.812500', '161711.272500', '161711.732500', '161712.192500', '161712.652500', '161713.112500', '161713.572500', '161714.032500', '161714.492500', '161714.952500', '161715.412500', '161715.872500', '161716.332500', '161716.792500', '161717.252500', '161717.712500', '161718.172500', '161718.632500', '161719.092500', '161719.552500', '161720.012500', '161720.472500', '161720.932500', '161721.392500', '161721.852500', '161722.312500', '161722.772500', '161723.232500', '161723.692500', '161724.152500', '161724.612500', '161725.072500', '161725.532500', '161725.992500', '161726.452500', '161726.912500', '161727.372500', '161727.832500', '161728.292500', '161728.752500', '161729.212500', '161729.672500', '161730.132500', '161730.592500', '161731.052500', '161731.512500', '161731.972500', '161732.432500', '161732.892500', '161733.352500', '161733.812500', '161734.272500', '161734.732500', '161735.192500', '161735.652500', '161736.112500', '161736.572500', '161737.032500', '161737.492500', '161737.952500', '161738.412500', '161738.872500', '161739.332500', '161739.792500', '161740.252500', '161740.712500', '161741.172500', '161741.632500', '161742.092500', '161742.552500', '161743.012500', '161743.472500', '161743.932500', '161744.392500', '161744.852500', '161745.312500', '161745.772500', '161746.232500', '161746.692500', '161747.152500', '161747.612500', '161748.072500', '161748.532500', '161748.992500', '161749.452500', '161749.912500', '161750.372500', '161750.832500', '161751.292500', '161751.752500', '161752.212500', '161752.672500', '161753.132500', '161753.592500', '161754.052500', '161754.512500', '161754.972500', '161755.432500', '161755.892500', '161756.352500', '161756.812500', '161757.272500', '161757.732500', '161758.192500', '161758.652500', '161759.112500', '161759.572500', '161800.032500', '161800.492500', '161800.952500', '161801.412500', '161801.872500', '161802.332500', '161802.792500', '161803.252500', '161803.712500', '161804.172500', '161804.632500', '161805.092500', '161805.552500', '161806.012500', '161806.472500', '161806.932500', '161807.392500', '161807.852500', '161808.312500', '161808.772500', '161809.232500', '161809.692500', '161810.152500', '161810.612500', '161811.072500', '161811.532500', '161811.992500', '161812.452500', '161812.912500', '161813.372500', '161813.832500', '161814.292500', '161814.752500', '161815.212500', '161815.672500', '161816.132500', '161816.592500', '161817.052500', '161817.512500', '161817.972500', '161818.432500', '161818.892500', '161819.352500', '161819.812500', '161820.272500', '161820.732500', '161821.192500', '161821.652500', '161822.112500', '161822.572500', '161823.032500', '161823.492500', '161823.952500', '161824.412500', '161824.872500', '161825.332500', '161825.792500', '161826.252500', '161826.712500', '161827.172500', '161827.632500', '161828.092500', '161828.552500', '161829.012500', '161829.472500', '161829.932500', '161830.392500', '161830.852500', '161831.312500', '161831.772500', '161832.232500', '161832.692500', '161833.152500', '161833.612500', '161834.072500', '161834.532500', '161834.992500', '161835.452500', '161835.912500', '161836.372500', '161836.832500', '161837.292500', '161837.752500', '161838.212500', '161838.672500', '161839.132500', '161839.592500', '161840.052500', '161840.512500', '161840.972500', '161841.432500', '161841.892500', '161842.352500', '161842.812500', '161843.272500', '161843.732500', '161844.192500', '161844.652500', '161845.112500', '161845.572500', '161846.032500', '161846.492500', '161846.952500', '161847.412500', '161847.872500', '161848.332500', '161848.792500', '161849.252500', '161849.712500', '161850.172500', '161850.632500', '161851.092500', '161851.552500', '161852.012500', '161852.472500', '161852.932500', '161853.392500', '161853.852500', '161854.312500', '161854.772500', '161855.232500', '161855.692500', '161856.152500', '161856.612500', '161857.072500', '161857.532500', '161857.992500', '161858.452500', '161858.912500', '161859.372500', '161859.832500', '161900.292500', '161900.752500', '161901.212500', '161901.672500', '161902.132500', '161902.592500', '161903.052500', '161903.512500', '161903.972500', '161904.432500', '161904.892500', '161905.352500', '161905.812500', '161906.272500', '161906.732500', '161907.192500', '161907.652500', '161908.112500', '161908.572500', '161909.032500', '161909.492500', '161909.952500', '161910.412500', '161910.872500', '161911.332500', '161911.792500', '161912.252500', '161912.712500', '161913.172500', '161913.632500', '161914.092500', '161914.552500', '161915.012500', '161915.472500', '161915.932500', '161916.392500', '161916.852500', '161917.312500', '161917.772500', '161918.232500', '161918.692500', '161919.152500', '161919.612500', '161920.072500', '161920.532500', '161920.992500', '161921.452500', '161921.912500', '161922.372500', '161922.832500', '161923.292500', '161923.752500', '161924.212500', '161924.672500', '161925.132500', '161925.592500', '161926.052500', '161926.512500', '161926.972500', '161927.432500', '161927.892500', '161928.352500', '161928.812500', '161929.272500', '161929.732500', '161930.192500', '161930.652500', '161931.112500', '161931.572500', '161932.032500', '161932.492500', '161932.952500', '161933.412500', '161933.872500', '161934.332500', '161934.792500', '161935.252500', '161935.712500', '161936.172500', '161936.632500', '161937.092500', '161937.552500', '161938.012500', '161938.472500', '161938.932500', '161939.392500', '161939.852500', '161940.312500', '161940.772500', '161941.232500', '161941.692500', '161942.152500', '161942.612500', '161943.072500', '161943.532500', '161943.992500', '161944.452500', '161944.912500', '161945.372500', '161945.832500', '161946.292500', '161946.752500', '161947.212500', '161947.672500', '161948.132500', '161948.592500', '161949.052500', '161949.512500', '161949.972500', '161950.432500', '161950.892500', '161951.352500', '161951.812500', '161952.272500', '161952.732500', '161953.192500', '161953.652500', '161954.112500', '161954.572500', '161955.032500', '161955.492500', '161955.952500', '161956.412500', '161956.872500', '161957.332500', '161957.792500', '161958.252500', '161958.712500', '161959.172500', '161959.632500', '162000.092500', '162000.552500', '162001.012500', '162001.472500', '162001.932500', '162002.392500', '162002.852500', '162003.312500', '162003.772500', '162004.232500', '162004.692500', '162005.152500', '162005.612500', '162006.072500', '162006.532500', '162006.992500', '162007.452500', '162007.912500', '162008.372500', '162008.832500', '162009.292500', '162009.752500', '162010.212500', '162010.672500', '162011.132500', '162011.592500', '162012.052500', '162012.512500', '162012.972500', '162013.432500', '162013.892500', '162014.352500', '162014.812500', '162015.272500', '162015.732500', '162016.192500', '162016.652500', '162017.112500', '162017.572500', '162018.032500', '162018.492500', '162018.952500', '162019.412500', '162019.872500', '162020.332500', '162020.792500', '162021.252500', '162021.712500', '162022.172500', '162022.632500', '162023.092500', '162023.552500', '162024.012500', '162024.472500', '162024.932500', '162025.392500', '162025.852500', '162026.312500', '162026.772500', '162027.232500', '162027.692500', '162028.152500', '162028.612500', '162029.072500', '162029.532500', '162029.992500', '162030.452500', '162030.912500', '162031.372500', '162031.832500', '162032.292500', '162032.752500', '162033.212500', '162033.672500', '162034.132500', '162034.592500', '162035.052500', '162035.512500', '162035.972500', '162036.432500', '162036.892500', '162037.352500', '162037.812500', '162038.272500', '162038.732500', '162039.192500', '162039.652500', '162040.112500', '162040.572500', '162041.032500', '162041.492500', '162041.952500', '162042.412500', '162042.872500', '162043.332500', '162043.792500', '162044.252500', '162044.712500', '162045.172500', '162045.632500', '162046.092500', '162046.552500', '162047.012500', '162047.472500', '162047.932500', '162048.392500', '162048.852500', '162049.312500', '162049.772500', '162050.232500', '162050.692500', '162051.152500', '162051.612500', '162052.072500', '162052.532500', '162052.992500', '162053.452500', '162053.912500', '162054.372500', '162054.832500', '162055.292500', '162055.752500', '162056.212500', '162056.672500', '162057.132500', '162057.592500', '162058.052500', '162058.512500', '162058.972500', '162059.432500', '162059.892500', '162100.352500', '162100.812500', '162101.272500', '162101.732500', '162102.192500', '162102.652500', '162103.112500', '162103.572500', '162104.032500', '162104.492500', '162104.952500', '162105.412500', '162105.872500', '162106.332500', '162106.792500', '162107.252500', '162107.712500', '162108.172500', '162108.632500', '162109.092500', '162109.552500', '162110.012500', '162110.472500', '162110.932500', '162111.392500', '162111.852500', '162112.312500', '162112.772500', '162113.232500', '162113.692500', '162114.152500', '162114.612500', '162115.072500', '162115.532500', '162115.992500', '162116.452500', '162116.912500', '162117.372500', '162117.832500', '162118.292500', '162118.752500', '162119.212500', '162119.672500', '162120.132500', '162120.592500', '162121.052500', '162121.512500', '162121.972500', '162122.432500', '162122.892500', '162123.352500', '162123.812500', '162124.272500', '162124.732500', '162125.192500', '162125.652500', '162126.112500', '162126.572500', '162127.032500', '162127.492500', '162127.952500', '162128.412500', '162128.872500', '162129.332500', '162129.792500', '162130.252500', '162130.712500', '162131.172500', '162131.632500', '162132.092500', '162132.552500', '162133.012500', '162133.472500', '162133.932500', '162134.392500', '162134.852500', '162135.312500', '162135.772500', '162136.232500', '162136.692500', '162137.152500', '162137.612500', '162138.072500', '162138.532500', '162138.992500', '162139.452500', '162139.912500', '162140.372500', '162140.832500', '162141.292500', '162141.752500', '162142.212500', '162142.672500', '162143.132500', '162143.592500', '162144.052500', '162144.512500', '162144.972500', '162145.432500', '162145.892500', '162146.352500', '162146.812500', '162147.272500', '162147.732500', '162148.192500', '162148.652500', '162149.112500', '162149.572500', '162150.032500', '162150.492500', '162150.952500', '162151.412500', '162151.872500', '162152.332500', '162152.792500', '162153.252500', '162153.712500', '162154.172500', '162154.632500', '162155.092500', '162155.552500', '162156.012500', '162156.472500', '162156.932500', '162157.392500', '162157.852500', '162158.312500', '162158.772500', '162159.232500', '162159.692500', '162200.152500', '162200.612500', '162201.072500', '162201.532500', '162201.992500', '162202.452500', '162202.912500', '162203.372500', '162203.832500', '162204.292500', '162204.752500', '162205.212500', '162205.672500', '162206.132500', '162206.592500', '162207.052500', '162207.512500', '162207.972500', '162208.432500', '162208.892500', '162209.352500', '162209.812500', '162210.272500', '162210.732500', '162211.192500', '162211.652500', '162212.112500', '162212.572500', '162213.032500', '162213.492500', '162213.952500', '162214.412500', '162214.872500', '162215.332500', '162215.792500', '162216.252500', '162216.712500', '162217.172500', '162217.632500', '162218.092500', '162218.552500', '162219.012500', '162219.472500', '162219.932500', '162220.392500', '162220.852500', '162221.312500', '162221.772500', '162222.232500', '162222.692500', '162223.152500', '162223.612500', '162224.072500', '162224.532500', '162224.992500', '162225.452500', '162225.912500', '162226.372500', '162226.832500', '162227.292500', '162227.752500', '162228.212500', '162228.672500', '162229.132500', '162229.592500', '162230.052500', '162230.512500', '162230.972500', '162231.432500', '162231.892500', '162232.352500', '162232.812500', '162233.272500', '162233.732500', '162234.192500', '162234.652500', '162235.112500', '162235.572500', '162236.032500', '162236.492500', '162236.952500', '162237.412500', '162237.872500', '162238.332500', '162238.792500', '162239.252500', '162239.712500', '162240.172500', '162240.632500', '162241.092500', '162241.552500', '162242.012500', '162242.472500', '162242.932500', '162243.392500', '162243.852500', '162244.312500', '162244.772500', '162245.232500', '162245.692500', '162246.152500', '162246.612500', '162247.072500', '162247.532500', '162247.992500', '162248.452500', '162248.912500', '162249.372500', '162249.832500', '162250.292500', '162250.752500', '162251.212500', '162251.672500', '162252.132500', '162252.592500', '162253.052500', '162253.512500', '162253.972500', '162254.432500', '162254.892500', '162255.352500', '162255.812500', '162256.272500', '162256.732500', '162257.192500', '162257.652500', '162258.112500', '162258.572500', '162259.032500', '162259.492500', '162259.952500', '162300.412500', '162300.872500', '162301.332500', '162301.792500', '162302.252500', '162302.712500', '162303.172500', '162303.632500', '162304.092500', '162304.552500', '162305.012500', '162305.472500', '162305.932500', '162306.392500', '162306.852500', '162307.312500', '162307.772500', '162308.232500', '162308.692500', '162309.152500', '162309.612500', '162310.072500', '162310.532500', '162310.992500', '162311.452500', '162311.912500', '162312.372500', '162312.832500', '162313.292500', '162313.752500', '162314.212500', '162314.672500', '162315.132500', '162315.592500', '162316.052500', '162316.512500', '162316.972500', '162317.432500', '162317.892500', '162318.352500', '162318.812500', '162319.272500', '162319.732500', '162320.192500', '162320.652500', '162321.112500', '162321.572500', '162322.032500', '162322.492500', '162322.952500', '162323.412500', '162323.872500', '162324.332500', '162324.792500', '162325.252500', '162325.712500', '162326.172500', '162326.632500', '162327.092500', '162327.552500', '162328.012500', '162328.472500', '162328.932500', '162329.392500', '162329.852500', '162330.312500', '162330.772500', '162331.232500', '162331.692500', '162332.152500', '162332.612500', '162333.072500', '162333.532500', '162333.992500', '162334.452500', '162334.912500', '162335.372500', '162335.832500', '162336.292500', '162336.752500', '162337.212500', '162337.672500', '162338.132500', '162338.592500', '162339.052500', '162339.512500', '162339.972500', '162340.432500', '162340.892500', '162341.352500', '162341.812500', '162342.272500', '162342.732500', '162343.192500', '162343.652500', '162344.112500', '162344.572500', '162345.032500', '162345.492500', '162345.952500', '162346.412500', '162346.872500', '162347.332500', '162347.792500', '162348.252500', '162348.712500', '162349.172500', '162349.632500', '162350.092500', '162350.552500', '162351.012500', '162351.472500', '162351.932500', '162352.392500', '162352.852500', '162353.312500', '162353.772500', '162354.232500', '162354.692500', '162355.152500', '162355.612500', '162356.072500', '162356.532500', '162356.992500', '162357.452500', '162357.912500', '162358.372500', '162358.832500', '162359.292500', '162359.752500', '162400.212500', '162400.672500', '162401.132500', '162401.592500', '162402.052500', '162402.512500', '162402.972500', '162403.432500', '162403.892500', '162404.352500', '162404.812500', '162405.272500', '162405.732500', '162406.192500', '162406.652500', '162407.112500', '162407.572500', '162408.032500', '162408.492500', '162408.952500', '162409.412500', '162409.872500', '162410.332500', '162410.792500', '162411.252500', '162411.712500', '162412.172500', '162412.632500', '162413.092500', '162413.552500', '162414.012500', '162414.472500', '162414.932500', '162415.392500', '162415.852500', '162416.312500', '162416.772500', '162417.232500', '162417.692500', '162418.152500', '162418.612500', '162419.072500', '162419.532500', '162419.992500', '162420.452500', '162420.912500', '162421.372500', '162421.832500', '162422.292500', '162422.752500', '162423.212500', '162423.672500', '162424.132500', '162424.592500', '162425.052500', '162425.512500', '162425.972500', '162426.432500', '162426.892500', '162427.352500', '162427.812500', '162428.272500', '162428.732500', '162429.192500', '162429.652500', '162430.112500', '162430.572500', '162431.032500', '162431.492500', '162431.952500', '162432.412500', '162432.872500', '162433.332500', '162433.792500', '162434.252500', '162434.712500', '162435.172500', '162435.632500', '162436.092500', '162436.552500', '162437.012500', '162437.472500', '162437.932500', '162438.392500', '162438.852500', '162439.312500', '162439.772500', '162440.232500', '162440.692500', '162441.152500', '162441.612500', '162442.072500', '162442.532500', '162442.992500', '162443.452500', '162443.912500', '162444.372500', '162444.832500', '162445.292500', '162445.752500', '162446.212500', '162446.672500', '162447.132500', '162447.592500', '162448.052500', '162448.512500', '162448.972500', '162449.432500', '162449.892500', '162450.352500', '162450.812500', '162451.272500', '162451.732500', '162452.192500', '162452.652500', '162453.112500', '162453.572500', '162454.032500', '162454.492500', '162454.952500', '162455.412500', '162455.872500', '162456.332500', '162456.792500', '162457.252500', '162457.712500', '162458.172500', '162458.632500', '162459.092500', '162459.552500', '162500.012500', '162500.472500', '162500.932500', '162501.392500', '162501.852500', '162502.312500', '162502.772500', '162503.232500', '162503.692500', '162504.152500', '162504.612500', '162505.072500', '162505.532500', '162505.992500', '162506.452500', '162506.912500', '162507.372500', '162507.832500', '162508.292500', '162508.752500', '162509.212500', '162509.672500', '162510.132500', '162510.592500', '162511.052500', '162511.512500', '162511.972500', '162512.432500', '162512.892500', '162513.352500', '162513.812500', '162514.272500', '162514.732500', '162515.192500', '162515.652500', '162516.112500', '162516.572500', '162517.032500', '162517.492500', '162517.952500', '162518.412500', '162518.872500', '162519.332500', '162519.792500', '162520.252500', '162520.712500', '162521.172500', '162521.632500', '162522.092500', '162522.552500', '162523.012500', '162523.472500', '162523.932500', '162524.392500', '162524.852500', '162525.312500', '162525.772500', '162526.232500', '162526.692500', '162527.152500', '162527.612500', '162528.072500', '162528.532500', '162528.992500', '162529.452500', '162529.912500', '162530.372500', '162530.832500', '162531.292500', '162531.752500', '162532.212500', '162532.672500', '162533.132500', '162533.592500', '162534.052500', '162534.512500', '162534.972500', '162535.432500', '162535.892500', '162536.352500', '162536.812500', '162537.272500', '162537.732500', '162538.192500', '162538.652500', '162539.112500', '162539.572500', '162540.032500', '162540.492500', '162540.952500', '162541.412500', '162541.872500', '162542.332500', '162542.792500', '162543.252500', '162543.712500', '162544.172500', '162544.632500', '162545.092500', '162545.552500', '162546.012500', '162546.472500', '162546.932500', '162547.392500', '162547.852500', '162548.312500', '162548.772500', '162549.232500', '162549.692500', '162550.152500', '162550.612500', '162551.072500', '162551.532500', '162551.992500', '162552.452500', '162552.912500', '162553.372500', '162553.832500', '162554.292500', '162554.752500', '162555.212500', '162555.672500', '162556.132500', '162556.592500', '162557.052500', '162557.512500', '162557.972500', '162558.432500', '162558.892500', '162559.352500', '162559.812500', '162600.272500', '162600.732500', '162601.192500', '162601.652500', '162602.112500', '162602.572500', '162603.032500', '162603.492500', '162603.952500', '162604.412500', '162604.872500', '162605.332500', '162605.792500', '162606.252500', '162606.712500', '162607.172500', '162607.632500', '162608.092500', '162608.552500', '162609.012500', '162609.472500', '162609.932500', '162610.392500', '162610.852500', '162611.312500', '162611.772500', '162612.232500', '162612.692500', '162613.152500', '162613.612500', '162614.072500', '162614.532500', '162614.992500', '162615.452500', '162615.912500', '162616.372500', '162616.832500', '162617.292500', '162617.752500', '162618.212500', '162618.672500', '162619.132500', '162619.592500', '162620.052500', '162620.512500', '162620.972500', '162621.432500', '162621.892500', '162622.352500', '162622.812500', '162623.272500', '162623.732500', '162624.192500', '162624.652500', '162625.112500', '162625.572500', '162626.032500', '162626.492500', '162626.952500', '162627.412500', '162627.872500', '162628.332500', '162628.792500', '162629.252500', '162629.712500', '162630.172500', '162630.632500', '162631.092500', '162631.552500', '162632.012500', '162632.472500', '162632.932500', '162633.392500', '162633.852500', '162634.312500', '162634.772500', '162635.232500', '162635.692500', '162636.152500', '162636.612500', '162637.072500', '162637.532500', '162637.992500', '162638.452500', '162638.912500', '162639.372500', '162639.832500', '162640.292500', '162640.752500', '162641.212500', '162641.672500', '162642.132500', '162642.592500', '162643.052500', '162643.512500', '162643.972500', '162644.432500', '162644.892500', '162645.352500', '162645.812500', '162646.272500', '162646.732500', '162647.192500', '162647.652500', '162648.112500', '162648.572500', '162649.032500', '162649.492500', '162649.952500', '162650.412500', '162650.872500', '162651.332500', '162651.792500', '162652.252500', '162652.712500', '162653.172500', '162653.632500', '162654.092500', '162654.552500', '162655.012500', '162655.472500', '162655.932500', '162656.392500', '162656.852500', '162657.312500', '162657.772500', '162658.232500', '162658.692500', '162659.152500', '162659.612500', '162700.072500', '162700.532500', '162700.992500', '162701.452500', '162701.912500', '162702.372500', '162702.832500', '162703.292500', '162703.752500', '162704.212500', '162704.672500', '162705.132500', '162705.592500', '162706.052500', '162706.512500', '162706.972500', '162707.432500', '162707.892500', '162708.352500', '162708.812500', '162709.272500', '162709.732500', '162710.192500', '162710.652500', '162711.112500', '162711.572500', '162712.032500', '162712.492500', '162712.952500', '162713.412500', '162713.872500', '162714.332500', '162714.792500', '162715.252500', '162715.712500', '162716.172500', '162716.632500', '162717.092500', '162717.552500', '162718.012500', '162718.472500', '162718.932500', '162719.392500', '162719.852500', '162720.312500', '162720.772500', '162721.232500', '162721.692500', '162722.152500', '162722.612500', '162723.072500', '162723.532500', '162723.992500', '162724.452500', '162724.912500', '162725.372500', '162725.832500', '162726.292500', '162726.752500', '162727.212500', '162727.672500', '162728.132500', '162728.592500', '162729.052500', '162729.512500', '162729.972500', '162730.432500', '162730.892500', '162731.352500', '162731.812500', '162732.272500', '162732.732500', '162733.192500', '162733.652500', '162734.112500', '162734.572500', '162735.032500', '162735.492500', '162735.952500', '162736.412500', '162736.872500', '162737.332500', '162737.792500', '162738.252500', '162738.712500', '162739.172500', '162739.632500', '162740.092500', '162740.552500', '162741.012500', '162741.472500', '162741.932500', '162742.392500', '162742.852500', '162743.312500', '162743.772500', '162744.232500', '162744.692500', '162745.152500', '162745.612500', '162746.072500', '162746.532500', '162746.992500', '162747.452500', '162747.912500', '162748.372500', '162748.832500', '162749.292500', '162749.752500', '162750.212500', '162750.672500', '162751.132500', '162751.592500', '162752.052500', '162752.512500', '162752.972500', '162753.432500', '162753.892500', '162754.352500', '162754.812500', '162755.272500', '162755.732500', '162756.192500', '162756.652500', '162757.112500', '162757.572500', '162758.032500', '162758.492500', '162758.952500', '162759.412500', '162759.872500', '162800.332500', '162800.792500', '162801.252500', '162801.712500', '162802.172500', '162802.632500', '162803.092500', '162803.552500', '162804.012500', '162804.472500', '162804.932500', '162805.392500', '162805.852500', '162806.312500', '162806.772500', '162807.232500', '162807.692500', '162808.152500', '162808.612500', '162809.072500', '162809.532500', '162809.992500', '162810.452500', '162810.912500', '162811.372500', '162811.832500', '162812.292500', '162812.752500', '162813.212500', '162813.672500', '162814.132500', '162814.592500', '162815.052500', '162815.512500', '162815.972500', '162816.432500', '162816.892500', '162817.352500', '162817.812500', '162818.272500', '162818.732500', '162819.192500', '162819.652500', '162820.112500', '162820.572500', '162821.032500', '162821.492500', '162821.952500', '162822.412500', '162822.872500', '162823.332500', '162823.792500', '162824.252500', '162824.712500', '162825.172500', '162825.632500', '162826.092500', '162826.552500', '162827.012500', '162827.472500', '162827.932500', '162828.392500', '162828.852500', '162829.312500', '162829.772500', '162830.232500', '162830.692500', '162831.152500', '162831.612500', '162832.072500', '162832.532500', '162832.992500', '162833.452500', '162833.912500', '162834.372500', '162834.832500', '162835.292500', '162835.752500', '162836.212500', '162836.672500', '162837.132500', '162837.592500', '162838.052500', '162838.512500', '162838.972500', '162839.432500', '162839.892500', '162840.352500', '162840.812500', '162841.272500', '162841.732500', '162842.192500', '162842.652500', '162843.112500', '162843.572500', '162844.032500', '162844.492500', '162844.952500', '162845.412500', '162845.872500', '162846.332500', '162846.792500', '162847.252500', '162847.712500', '162848.172500', '162848.632500', '162849.092500', '162849.552500', '162850.012500', '162850.472500', '162850.932500', '162851.392500', '162851.852500', '162852.312500', '162852.772500', '162853.232500', '162853.692500', '162854.152500', '162854.612500', '162855.072500', '162855.532500', '162855.992500', '162856.452500', '162856.912500', '162857.372500', '162857.832500', '162858.292500', '162858.752500', '162859.212500', '162859.672500', '162900.132500', '162900.592500', '162901.052500', '162901.512500', '162901.972500', '162902.432500', '162902.892500', '162903.352500', '162903.812500', '162904.272500', '162904.732500', '162905.192500', '162905.652500', '162906.112500', '162906.572500', '162907.032500', '162907.492500', '162907.952500', '162908.412500', '162908.872500', '162909.332500', '162909.792500', '162910.252500', '162910.712500', '162911.172500', '162911.632500', '162912.092500', '162912.552500', '162913.012500', '162913.472500', '162913.932500', '162914.392500', '162914.852500', '162915.312500', '162915.772500', '162916.232500', '162916.692500', '162917.152500', '162917.612500', '162918.072500', '162918.532500', '162918.992500', '162919.452500', '162919.912500', '162920.372500', '162920.832500', '162921.292500', '162921.752500', '162922.212500', '162922.672500', '162923.132500', '162923.592500', '162924.052500', '162924.512500', '162924.972500', '162925.432500', '162925.892500', '162926.352500', '162926.812500', '162927.272500', '162927.732500', '162928.192500', '162928.652500', '162929.112500', '162929.572500', '162930.032500', '162930.492500', '162930.952500', '162931.412500', '162931.872500', '162932.332500', '162932.792500', '162933.252500', '162933.712500', '162934.172500', '162934.632500', '162935.092500', '162935.552500', '162936.012500', '162936.472500', '162936.932500', '162937.392500', '162937.852500', '162938.312500', '162938.772500', '162939.232500', '162939.692500', '162940.152500', '162940.612500', '162941.072500', '162941.532500', '162941.992500', '162942.452500', '162942.912500', '162943.372500', '162943.832500', '162944.292500', '162944.752500', '162945.212500', '162945.672500', '162946.132500', '162946.592500', '162947.052500', '162947.512500', '162947.972500', '162948.432500', '162948.892500', '162949.352500', '162949.812500', '162950.272500', '162950.732500', '162951.192500', '162951.652500', '162952.112500', '162952.572500', '162953.032500', '162953.492500', '162953.952500', '162954.412500', '162954.872500', '162955.332500', '162955.792500', '162956.252500', '162956.712500', '162957.172500', '162957.632500', '162958.092500', '162958.552500', '162959.012500', '162959.472500', '162959.932500', '163000.392500', '163000.852500', '163001.312500', '163001.772500', '163002.232500', '163002.692500', '163003.152500', '163003.612500', '163004.072500', '163004.532500', '163004.992500', '163005.452500', '163005.912500', '163006.372500', '163006.832500', '163007.292500', '163007.752500', '163008.212500', '163008.672500', '163009.132500', '163009.592500', '163010.052500', '163010.512500', '163010.972500', '163011.432500', '163011.892500', '163012.352500', '163012.812500', '163013.272500', '163013.732500', '163014.192500', '163014.652500', '163015.112500', '163015.572500', '163016.032500', '163016.492500', '163016.952500', '163017.412500', '163017.872500', '163018.332500', '163018.792500', '163019.252500', '163019.712500', '163020.172500', '163020.632500', '163021.092500', '163021.552500', '163022.012500', '163022.472500', '163022.932500', '163023.392500', '163023.852500', '163024.312500', '163024.772500', '163025.232500', '163025.692500', '163026.152500', '163026.612500', '163027.072500', '163027.532500', '163027.992500', '163028.452500', '163028.912500', '163029.372500', '163029.832500', '163030.292500', '163030.752500', '163031.212500', '163031.672500', '163032.132500', '163032.592500', '163033.052500', '163033.512500', '163033.972500', '163034.432500', '163034.892500', '163035.352500', '163035.812500', '163036.272500', '163036.732500', '163037.192500', '163037.652500', '163038.112500', '163038.572500', '163039.032500', '163039.492500', '163039.952500', '163040.412500', '163040.872500', '163041.332500', '163041.792500', '163042.252500', '163042.712500', '163043.172500', '163043.632500', '163044.092500', '163044.552500', '163045.012500', '163045.472500', '163045.932500', '163046.392500', '163046.852500', '163047.312500', '163047.772500', '163048.232500', '163048.692500', '163049.152500', '163049.612500', '163050.072500', '163050.532500', '163050.992500', '163051.452500', '163051.912500', '163052.372500', '163052.832500', '163053.292500', '163053.752500', '163054.212500', '163054.672500', '163055.132500', '163055.592500', '163056.052500', '163056.512500', '163056.972500', '163057.432500', '163057.892500', '163058.352500', '163058.812500', '163059.272500', '163059.732500', '163100.192500', '163100.652500', '163101.112500', '163101.572500', '163102.032500', '163102.492500', '163102.952500', '163103.412500', '163103.872500', '163104.332500', '163104.792500', '163105.252500', '163105.712500', '163106.172500', '163106.632500', '163107.092500', '163107.552500', '163108.012500', '163108.472500', '163108.932500', '163109.392500', '163109.852500', '163110.312500', '163110.772500', '163111.232500', '163111.692500', '163112.152500', '163112.612500', '163113.072500', '163113.532500', '163113.992500', '163114.452500', '163114.912500', '163115.372500', '163115.832500', '163116.292500', '163116.752500', '163117.212500', '163117.672500', '163118.132500', '163118.592500', '163119.052500', '163119.512500', '163119.972500', '163120.432500', '163120.892500', '163121.352500'], 'ContentTime': ['161719.038000', '161719.041000', '161719.044000', '161719.047000', '161719.058000', '161719.061000', '161719.064000', '161719.067000', '161719.079000', '161719.082000', '161719.085000', '161719.088000', '161719.091000', '161719.094000', '161719.097000', '161719.100000', '161719.102000', '161719.105000', '161719.108000', '161719.111000', '161719.114000', '161719.117000', '161719.119000', '161719.122000', '161738.996000', '161739.000000', '161739.003000', '161739.006000', '161739.009000', '161739.012000', '161739.014000', '161739.022000', '161739.025000', '161739.028000', '161739.031000', '161739.033000', '161739.036000', '161739.039000', '161739.042000', '161739.045000', '161739.048000', '161739.050000', '161739.053000', '161739.056000', '161739.059000', '161739.062000', '161739.065000', '161739.067000', '161739.070000', '161739.073000', '161739.076000', '161739.079000', '161739.082000', '161739.085000', '161739.087000', '161739.100000', '161739.106000', '161739.109000', '161739.112000', '161739.115000', '161739.118000', '161739.121000', '161739.123000', '161739.126000', '161739.129000', '161739.132000', '161739.135000', '161739.138000', '161758.996000', '161759.000000', '161759.003000', '161759.006000', '161759.009000', '161759.012000', '161759.014000', '161759.017000', '161759.020000', '161759.023000', '161759.026000', '161759.029000', '161759.032000', '161759.035000', '161759.038000', '161759.041000', '161759.044000', '161759.047000', '161759.050000', '161759.053000', '161759.055000', '161759.058000', '161759.061000', '161759.064000', '161759.067000', '161759.070000', '161759.073000', '161759.075000', '161759.078000', '161759.081000', '161759.084000', '161759.087000', '161759.090000', '161759.093000', '161759.095000', '161759.098000', '161759.101000', '161759.104000', '161759.107000', '161759.110000', '161759.112000', '161759.115000', '161759.118000', '161818.996000', '161819.000000', '161819.003000', '161819.006000', '161819.009000', '161819.012000', '161819.015000', '161819.017000', '161819.020000', '161819.023000', '161819.026000', '161819.029000', '161819.032000', '161819.035000', '161819.038000', '161819.041000', '161819.043000', '161819.046000', '161819.049000', '161819.052000', '161819.055000', '161819.058000', '161819.061000', '161819.064000', '161819.066000', '161819.069000', '161819.072000', '161819.075000', '161819.078000', '161819.081000', '161819.084000', '161819.087000', '161819.089000', '161819.092000', '161819.095000', '161819.098000', '161819.101000', '161819.104000', '161819.107000', '161819.109000', '161819.112000', '161819.115000', '161819.118000', '161819.121000', '161838.995000', '161838.998000', '161839.002000', '161839.005000', '161839.008000', '161839.011000', '161839.014000', '161839.016000', '161839.019000', '161839.022000', '161839.025000', '161839.028000', '161839.031000', '161839.034000', '161839.037000', '161839.043000', '161839.046000', '161839.049000', '161839.052000', '161839.054000', '161839.057000', '161839.060000', '161839.063000', '161839.066000', '161839.069000', '161839.072000', '161839.074000', '161839.077000', '161839.080000', '161839.083000', '161839.086000', '161839.089000', '161839.092000', '161839.095000', '161839.098000', '161839.101000', '161839.103000', '161839.106000', '161839.109000', '161839.112000', '161839.115000', '161839.118000', '161839.121000', '161858.995000', '161858.998000', '161859.002000', '161859.005000', '161859.008000', '161859.010000', '161859.013000', '161859.016000', '161859.019000', '161859.022000', '161859.025000', '161859.028000', '161859.031000', '161859.034000', '161859.037000', '161859.039000', '161859.042000', '161859.045000', '161859.048000', '161859.051000', '161859.054000', '161859.057000', '161859.060000', '161859.063000', '161859.066000', '161859.069000', '161859.072000', '161859.074000', '161859.077000', '161859.080000', '161859.083000', '161859.086000', '161859.089000', '161859.092000', '161859.095000', '161859.098000', '161859.100000', '161859.103000', '161859.106000', '161859.109000', '161859.112000', '161859.115000', '161859.118000', '161859.120000', '161918.995000', '161918.998000', '161919.002000', '161919.005000', '161919.008000', '161919.011000', '161919.013000', '161919.016000', '161919.019000', '161919.022000', '161919.025000', '161919.028000', '161919.031000', '161919.034000', '161919.037000', '161919.040000', '161919.042000', '161919.045000', '161919.048000', '161919.051000', '161919.054000', '161919.057000', '161919.060000', '161919.062000', '161919.065000', '161919.069000', '161919.072000', '161919.074000', '161919.077000', '161919.080000', '161919.083000', '161919.086000', '161919.089000', '161919.092000', '161919.095000', '161919.098000', '161919.100000', '161919.103000', '161919.106000', '161919.109000', '161919.123000', '161919.126000', '161919.129000', '161938.995000', '161938.998000', '161939.002000', '161939.005000', '161939.008000', '161939.010000', '161939.013000', '161939.016000', '161939.019000', '161939.022000', '161939.025000', '161939.028000', '161939.031000', '161939.034000', '161939.037000', '161939.039000', '161939.042000', '161939.045000', '161939.048000', '161939.051000', '161939.054000', '161939.057000', '161939.060000', '161939.062000', '161939.065000', '161939.068000', '161939.071000', '161939.074000', '161939.077000', '161939.080000', '161939.083000', '161939.086000', '161939.088000', '161939.091000', '161939.094000', '161939.097000', '161939.100000', '161939.103000', '161939.106000', '161939.109000', '161939.111000', '161939.114000', '161939.117000', '161939.120000', '161958.998000', '161959.002000', '161959.005000', '161959.008000', '161959.011000', '161959.013000', '161959.016000', '161959.019000', '161959.023000', '161959.026000', '161959.029000', '161959.032000', '161959.035000', '161959.038000', '161959.041000', '161959.043000', '161959.046000', '161959.049000', '161959.052000', '161959.055000', '161959.058000', '161959.061000', '161959.064000', '161959.067000', '161959.069000', '161959.072000', '161959.075000', '161959.078000', '161959.081000', '161959.084000', '161959.087000', '161959.090000', '161959.093000', '161959.096000', '161959.099000', '161959.102000', '161959.105000', '161959.108000', '161959.111000', '161959.114000', '161959.117000', '161959.120000', '161959.122000', '162018.996000', '162019.000000', '162019.003000', '162019.006000', '162019.009000', '162019.012000', '162019.015000', '162019.018000', '162019.020000', '162019.023000', '162019.026000', '162019.029000', '162019.032000', '162019.035000', '162019.038000', '162019.041000', '162019.044000', '162019.047000', '162019.049000', '162019.052000', '162019.055000', '162019.058000', '162019.061000', '162019.064000', '162019.067000', '162019.070000', '162019.073000', '162019.075000', '162019.078000', '162019.081000', '162019.084000', '162019.087000', '162019.090000', '162019.093000', '162019.095000', '162019.098000', '162019.101000', '162019.104000', '162019.107000', '162019.110000', '162019.113000', '162019.116000', '162019.119000', '162019.121000', '162038.996000', '162039.000000', '162039.003000', '162039.006000', '162039.009000', '162039.012000', '162039.015000', '162039.018000', '162039.021000', '162039.023000', '162039.026000', '162039.029000', '162039.032000', '162039.035000', '162039.038000', '162039.041000', '162039.044000', '162039.047000', '162039.049000', '162039.052000', '162039.055000', '162039.058000', '162039.061000', '162039.064000', '162039.067000', '162039.070000', '162039.073000', '162039.076000', '162039.078000', '162039.081000', '162039.084000', '162039.087000', '162039.090000', '162039.093000', '162039.096000', '162039.099000', '162039.101000', '162039.104000', '162039.107000', '162039.110000', '162039.113000', '162039.116000', '162039.119000', '162058.995000', '162058.998000', '162059.002000', '162059.005000', '162059.008000', '162059.010000', '162059.013000', '162059.016000', '162059.019000', '162059.022000', '162059.025000', '162059.028000', '162059.031000', '162059.034000', '162059.037000', '162059.039000', '162059.042000', '162059.045000', '162059.048000', '162059.051000', '162059.054000', '162059.057000', '162059.060000', '162059.063000', '162059.065000', '162059.068000', '162059.071000', '162059.074000', '162059.077000', '162059.080000', '162059.083000', '162059.086000', '162059.088000', '162059.091000', '162059.094000', '162059.097000', '162059.100000', '162059.103000', '162059.106000', '162059.109000', '162059.112000', '162059.114000', '162059.117000', '162059.120000', '162118.995000', '162118.998000', '162119.002000', '162119.005000', '162119.008000', '162119.011000', '162119.014000', '162119.028000', '162119.030000', '162119.033000', '162119.036000', '162119.039000', '162119.042000', '162119.045000', '162119.048000', '162119.051000', '162119.054000', '162119.057000', '162119.060000', '162119.063000', '162119.066000', '162119.069000', '162119.072000', '162119.075000', '162119.078000', '162119.080000', '162119.083000', '162119.086000', '162119.089000', '162119.092000', '162119.095000', '162119.098000', '162119.100000', '162119.103000', '162119.106000', '162119.109000', '162119.112000', '162119.115000', '162119.118000', '162119.121000', '162119.124000', '162119.127000', '162119.130000', '162138.995000', '162138.998000', '162139.002000', '162139.005000', '162139.008000', '162139.010000', '162139.013000', '162139.016000', '162139.019000', '162139.022000', '162139.025000', '162139.028000', '162139.031000', '162139.034000', '162139.037000', '162139.040000', '162139.043000', '162139.046000', '162139.048000', '162139.051000', '162139.054000', '162139.057000', '162139.060000', '162139.063000', '162139.066000', '162139.069000', '162139.072000', '162139.075000', '162139.078000', '162139.081000', '162139.083000', '162139.086000', '162139.089000', '162139.092000', '162139.095000', '162139.098000', '162139.101000', '162139.104000', '162139.107000', '162139.109000', '162139.112000', '162139.115000', '162139.118000', '162139.121000', '162158.995000', '162158.998000', '162159.002000', '162159.005000', '162159.008000', '162159.011000', '162159.014000', '162159.016000', '162159.019000', '162159.022000', '162159.025000', '162159.028000', '162159.031000', '162159.034000', '162159.037000', '162159.040000', '162159.042000', '162159.045000', '162159.048000', '162159.051000', '162159.054000', '162159.057000', '162159.060000', '162159.063000', '162159.066000', '162159.069000', '162159.071000', '162159.074000', '162159.077000', '162159.080000', '162159.083000', '162159.086000', '162159.089000', '162159.092000', '162159.095000', '162159.098000', '162159.101000', '162159.103000', '162159.106000', '162159.109000', '162159.112000', '162159.115000', '162159.118000', '162218.996000', '162219.000000', '162219.003000', '162219.006000', '162219.009000', '162219.012000', '162219.015000', '162219.018000', '162219.020000', '162219.023000', '162219.026000', '162219.029000', '162219.032000', '162219.035000', '162219.038000', '162219.041000', '162219.044000', '162219.047000', '162219.049000', '162219.052000', '162219.055000', '162219.058000', '162219.061000', '162219.064000', '162219.067000', '162219.070000', '162219.073000', '162219.076000', '162219.079000', '162219.082000', '162219.084000', '162219.087000', '162219.090000', '162219.093000', '162219.096000', '162219.099000', '162219.102000', '162219.105000', '162219.108000', '162219.110000', '162219.113000', '162219.116000', '162219.119000', '162219.122000', '162238.996000', '162239.000000', '162239.003000', '162239.006000', '162239.009000', '162239.012000', '162239.015000', '162239.018000', '162239.020000', '162239.023000', '162239.026000', '162239.029000', '162239.032000', '162239.035000', '162239.038000', '162239.041000', '162239.043000', '162239.046000', '162239.049000', '162239.052000', '162239.055000', '162239.058000', '162239.061000', '162239.064000', '162239.067000', '162239.070000', '162239.073000', '162239.075000', '162239.078000', '162239.081000', '162239.084000', '162239.087000', '162239.090000', '162239.093000', '162239.096000', '162239.100000', '162239.103000', '162239.106000', '162239.109000', '162239.112000', '162239.114000', '162239.117000', '162239.120000', '162258.996000', '162259.000000', '162259.003000', '162259.006000', '162259.009000', '162259.012000', '162259.014000', '162259.017000', '162259.020000', '162259.023000', '162259.026000', '162259.029000', '162259.032000', '162259.034000', '162259.037000', '162259.040000', '162259.043000', '162259.058000', '162259.061000', '162259.064000', '162259.067000', '162259.070000', '162259.073000', '162259.075000', '162259.078000', '162259.081000', '162259.084000', '162259.087000', '162259.090000', '162259.093000', '162259.095000', '162259.098000', '162259.101000', '162259.104000', '162259.107000', '162259.110000', '162259.113000', '162259.116000', '162259.119000', '162259.122000', '162259.125000', '162259.128000', '162259.130000', '162318.995000', '162318.998000', '162319.003000', '162319.008000', '162319.011000', '162319.014000', '162319.017000', '162319.020000', '162319.023000', '162319.026000', '162319.029000', '162319.031000', '162319.034000', '162319.037000', '162319.040000', '162319.043000', '162319.046000', '162319.049000', '162319.052000', '162319.055000', '162319.058000', '162319.061000', '162319.063000', '162319.066000', '162319.069000', '162319.072000', '162319.075000', '162319.078000', '162319.081000', '162319.083000', '162319.086000', '162319.089000', '162319.092000', '162319.095000', '162319.098000', '162319.101000', '162319.104000', '162319.107000', '162319.109000', '162319.112000', '162319.115000', '162319.118000', '162319.121000', '162319.124000', '162338.995000', '162338.998000', '162339.002000', '162339.005000', '162339.008000', '162339.011000', '162339.013000', '162339.016000', '162339.019000', '162339.022000', '162339.025000', '162339.028000', '162339.031000', '162339.034000', '162339.036000', '162339.039000', '162339.042000', '162339.045000', '162339.048000', '162339.051000', '162339.054000', '162339.057000', '162339.059000', '162339.062000', '162339.065000', '162339.068000', '162339.071000', '162339.074000', '162339.077000', '162339.080000', '162339.083000', '162339.086000', '162339.088000', '162339.091000', '162339.094000', '162339.097000', '162339.100000', '162339.103000', '162339.105000', '162339.108000', '162339.111000', '162339.114000', '162339.117000', '162339.120000', '162358.995000', '162358.998000', '162359.002000', '162359.005000', '162359.008000', '162359.011000', '162359.014000', '162359.016000', '162359.019000', '162359.022000', '162359.025000', '162359.028000', '162359.031000', '162359.034000', '162359.037000', '162359.039000', '162359.042000', '162359.045000', '162359.048000', '162359.051000', '162359.054000', '162359.057000', '162359.059000', '162359.062000', '162359.065000', '162359.068000', '162359.071000', '162359.074000', '162359.077000', '162359.080000', '162359.083000', '162359.086000', '162359.088000', '162359.091000', '162359.094000', '162359.097000', '162359.100000', '162359.103000', '162359.106000', '162359.109000', '162359.111000', '162359.114000', '162359.117000', '162418.995000', '162418.998000', '162419.002000', '162419.005000', '162419.008000', '162419.011000', '162419.014000', '162419.017000', '162419.021000', '162419.024000', '162419.026000', '162419.029000', '162419.032000', '162419.035000', '162419.038000', '162419.041000', '162419.044000', '162419.047000', '162419.050000', '162419.053000', '162419.056000', '162419.058000', '162419.061000', '162419.064000', '162419.067000', '162419.070000', '162419.073000', '162419.076000', '162419.079000', '162419.081000', '162419.084000', '162419.087000', '162419.090000', '162419.093000', '162419.096000', '162419.099000', '162419.103000', '162419.106000', '162419.108000', '162419.111000', '162419.114000', '162419.117000', '162419.120000', '162419.123000', '162438.996000', '162439.000000', '162439.003000', '162439.006000', '162439.009000', '162439.012000', '162439.015000', '162439.018000', '162439.020000', '162439.023000', '162439.026000', '162439.029000', '162439.032000', '162439.035000', '162439.038000', '162439.041000', '162439.044000', '162439.047000', '162439.050000', '162439.052000', '162439.055000', '162439.058000', '162439.061000', '162439.064000', '162439.067000', '162439.070000', '162439.088000', '162439.091000', '162439.094000', '162439.097000', '162439.100000', '162439.103000', '162439.106000', '162439.108000', '162439.111000', '162439.114000', '162439.117000', '162439.120000', '162439.123000', '162439.126000', '162439.128000', '162439.131000', '162439.134000', '162458.996000', '162459.000000', '162459.003000', '162459.006000', '162459.009000', '162459.012000', '162459.015000', '162459.018000', '162459.021000', '162459.024000', '162459.027000', '162459.030000', '162459.033000', '162459.036000', '162459.038000', '162459.041000', '162459.044000', '162459.047000', '162459.050000', '162459.053000', '162459.056000', '162459.059000', '162459.061000', '162459.064000', '162459.067000', '162459.070000', '162459.073000', '162459.076000', '162459.079000', '162459.082000', '162459.085000', '162459.087000', '162459.090000', '162459.093000', '162459.096000', '162459.099000', '162459.102000', '162459.105000', '162459.108000', '162459.110000', '162459.113000', '162459.116000', '162459.119000', '162518.996000', '162519.000000', '162519.003000', '162519.006000', '162519.009000', '162519.012000', '162519.015000', '162519.018000', '162519.021000', '162519.023000', '162519.026000', '162519.029000', '162519.033000', '162519.036000', '162519.039000', '162519.042000', '162519.045000', '162519.048000', '162519.051000', '162519.054000', '162519.056000', '162519.059000', '162519.062000', '162519.065000', '162519.068000', '162519.071000', '162519.074000', '162519.077000', '162519.080000', '162519.082000', '162519.085000', '162519.088000', '162519.091000', '162519.094000', '162519.097000', '162519.100000', '162519.103000', '162519.105000', '162519.108000', '162519.111000', '162519.114000', '162519.117000', '162519.120000', '162519.123000', '162538.995000', '162538.998000', '162539.002000', '162539.005000', '162539.008000', '162539.011000', '162539.014000', '162539.017000', '162539.020000', '162539.022000', '162539.025000', '162539.028000', '162539.031000', '162539.034000', '162539.037000', '162539.048000', '162539.051000', '162539.053000', '162539.056000', '162539.059000', '162539.062000', '162539.065000', '162539.068000', '162539.071000', '162539.073000', '162539.076000', '162539.079000', '162539.082000', '162539.085000', '162539.088000', '162539.091000', '162539.094000', '162539.096000', '162539.099000', '162539.102000', '162539.105000', '162539.108000', '162539.111000', '162539.114000', '162539.117000', '162539.120000', '162539.123000', '162539.126000', '162558.995000', '162558.998000', '162559.002000', '162559.005000', '162559.008000', '162559.011000', '162559.013000', '162559.016000', '162559.019000', '162559.022000', '162559.025000', '162559.028000', '162559.031000', '162559.034000', '162559.037000', '162559.039000', '162559.042000', '162559.045000', '162559.048000', '162559.051000', '162559.054000', '162559.057000', '162559.060000', '162559.063000', '162559.066000', '162559.069000', '162559.071000', '162559.074000', '162559.077000', '162559.080000', '162559.083000', '162559.086000', '162559.089000', '162559.091000', '162559.094000', '162559.097000', '162559.100000', '162559.103000', '162559.106000', '162559.109000', '162559.112000', '162559.115000', '162559.117000', '162559.120000', '162618.995000', '162618.998000', '162619.002000', '162619.005000', '162619.008000', '162619.011000', '162619.014000', '162619.017000', '162619.020000', '162619.022000', '162619.025000', '162619.028000', '162619.031000', '162619.034000', '162619.037000', '162619.040000', '162619.043000', '162619.047000', '162619.050000', '162619.053000', '162619.056000', '162619.059000', '162619.062000', '162619.065000', '162619.068000', '162619.071000', '162619.074000', '162619.077000', '162619.079000', '162619.082000', '162619.085000', '162619.088000', '162619.091000', '162619.094000', '162619.097000', '162619.100000', '162619.103000', '162619.124000', '162619.127000', '162619.130000', '162619.133000', '162619.136000', '162619.138000', '162638.995000', '162638.998000', '162639.001000', '162639.004000', '162639.007000', '162639.010000', '162639.012000', '162639.015000', '162639.018000', '162639.021000', '162639.024000', '162639.027000', '162639.030000', '162639.033000', '162639.036000', '162639.039000', '162639.041000', '162639.044000', '162639.047000', '162639.050000', '162639.053000', '162639.056000', '162639.059000', '162639.062000', '162639.065000', '162639.068000', '162639.070000', '162639.073000', '162639.076000', '162639.079000', '162639.082000', '162639.085000', '162639.088000', '162639.090000', '162639.093000', '162639.096000', '162639.099000', '162639.102000', '162639.105000', '162639.108000', '162639.111000', '162639.114000', '162639.116000', '162639.119000', '162658.996000', '162659.000000', '162659.003000', '162659.006000', '162659.009000', '162659.012000', '162659.014000', '162659.017000', '162659.020000', '162659.023000', '162659.026000', '162659.029000', '162659.032000', '162659.035000', '162659.038000', '162659.040000', '162659.043000', '162659.046000', '162659.049000', '162659.052000', '162659.056000', '162659.059000', '162659.062000', '162659.064000', '162659.067000', '162659.070000', '162659.073000', '162659.076000', '162659.079000', '162659.082000', '162659.085000', '162659.088000', '162659.090000', '162659.093000', '162659.096000', '162659.099000', '162659.102000', '162659.105000', '162659.108000', '162659.111000', '162659.113000', '162659.116000', '162659.119000', '162718.996000', '162719.000000', '162719.003000', '162719.006000', '162719.009000', '162719.012000', '162719.015000', '162719.018000', '162719.020000', '162719.023000', '162719.026000', '162719.029000', '162719.032000', '162719.035000', '162719.038000', '162719.041000', '162719.044000', '162719.047000', '162719.049000', '162719.052000', '162719.055000', '162719.058000', '162719.061000', '162719.064000', '162719.068000', '162719.071000', '162719.073000', '162719.076000', '162719.079000', '162719.082000', '162719.085000', '162719.088000', '162719.091000', '162719.093000', '162719.096000', '162719.099000', '162719.102000', '162719.105000', '162719.108000', '162719.111000', '162719.114000', '162719.117000', '162719.119000', '162719.122000', '162738.996000', '162739.000000', '162739.003000', '162739.006000', '162739.009000', '162739.012000', '162739.015000', '162739.018000', '162739.021000', '162739.024000', '162739.027000', '162739.030000', '162739.033000', '162739.035000', '162739.038000', '162739.041000', '162739.044000', '162739.047000', '162739.050000', '162739.053000', '162739.056000', '162739.059000', '162739.062000', '162739.065000', '162739.068000', '162739.071000', '162739.074000', '162739.077000', '162739.079000', '162739.082000', '162739.085000', '162739.088000', '162739.091000', '162739.094000', '162739.097000', '162739.100000', '162739.103000', '162739.105000', '162739.108000', '162739.111000', '162739.114000', '162739.117000', '162739.120000', '162758.995000', '162758.998000', '162759.002000', '162759.005000', '162759.008000', '162759.011000', '162759.014000', '162759.016000', '162759.019000', '162759.022000', '162759.025000', '162759.028000', '162759.031000', '162759.034000', '162759.037000', '162759.039000', '162759.042000', '162759.045000', '162759.048000', '162759.051000', '162759.054000', '162759.057000', '162759.060000', '162759.063000', '162759.066000', '162759.069000', '162759.071000', '162759.074000', '162759.077000', '162759.080000', '162759.083000', '162759.086000', '162759.089000', '162759.092000', '162759.095000', '162759.097000', '162759.100000', '162759.103000', '162759.106000', '162759.109000', '162759.112000', '162759.115000', '162759.117000', '162759.120000', '162818.995000', '162818.998000', '162819.002000', '162819.016000', '162819.019000', '162819.022000', '162819.025000', '162819.028000', '162819.031000', '162819.034000', '162819.036000', '162819.039000', '162819.042000', '162819.045000', '162819.048000', '162819.051000', '162819.054000', '162819.057000', '162819.060000', '162819.063000', '162819.066000', '162819.068000', '162819.071000', '162819.074000', '162819.077000', '162819.081000', '162819.084000', '162819.087000', '162819.090000', '162819.093000', '162819.095000', '162819.098000', '162819.101000', '162819.104000', '162819.107000', '162819.110000', '162819.113000', '162819.116000', '162819.119000', '162819.122000', '162819.125000', '162819.128000', '162819.130000', '162838.995000', '162838.998000', '162839.002000', '162839.005000', '162839.008000', '162839.011000', '162839.014000', '162839.017000', '162839.020000', '162839.022000', '162839.025000', '162839.028000', '162839.031000', '162839.034000', '162839.037000', '162839.040000', '162839.042000', '162839.045000', '162839.048000', '162839.051000', '162839.054000', '162839.057000', '162839.060000', '162839.063000', '162839.066000', '162839.069000', '162839.071000', '162839.074000', '162839.077000', '162839.080000', '162839.083000', '162839.086000', '162839.089000', '162839.092000', '162839.095000', '162839.098000', '162839.101000', '162839.103000', '162839.106000', '162839.109000', '162839.112000', '162839.115000', '162839.118000', '162839.121000', '162858.995000', '162859.000000', '162859.003000', '162859.006000', '162859.008000', '162859.011000', '162859.014000', '162859.017000', '162859.020000', '162859.023000', '162859.026000', '162859.029000', '162859.032000', '162859.035000', '162859.038000', '162859.040000', '162859.043000', '162859.046000', '162859.050000', '162859.053000', '162859.056000', '162859.059000', '162859.062000', '162859.065000', '162859.068000', '162859.071000', '162859.075000', '162859.078000', '162859.081000', '162859.084000', '162859.087000', '162859.090000', '162859.093000', '162859.096000', '162859.099000', '162859.102000', '162859.105000', '162859.108000', '162859.111000', '162859.114000', '162859.117000', '162859.121000', '162859.124000', '162918.996000', '162919.000000', '162919.003000', '162919.006000', '162919.009000', '162919.012000', '162919.015000', '162919.018000', '162919.021000', '162919.024000', '162919.027000', '162919.030000', '162919.033000', '162919.036000', '162919.038000', '162919.041000', '162919.044000', '162919.047000', '162919.050000', '162919.053000', '162919.056000', '162919.059000', '162919.062000', '162919.065000', '162919.067000', '162919.070000', '162919.073000', '162919.076000', '162919.079000', '162919.082000', '162919.085000', '162919.088000', '162919.091000', '162919.094000', '162919.097000', '162919.100000', '162919.103000', '162919.106000', '162919.109000', '162919.112000', '162919.115000', '162919.118000', '162919.121000', '162919.124000', '162938.996000', '162939.000000', '162939.003000', '162939.006000', '162939.009000', '162939.012000', '162939.015000', '162939.017000', '162939.020000', '162939.023000', '162939.026000', '162939.029000', '162939.032000', '162939.035000', '162939.038000', '162939.041000', '162939.043000', '162939.046000', '162939.049000', '162939.052000', '162939.055000', '162939.058000', '162939.061000', '162939.064000', '162939.067000', '162939.069000', '162939.072000', '162939.075000', '162939.078000', '162939.081000', '162939.084000', '162939.093000', '162939.096000', '162939.099000', '162939.102000', '162939.105000', '162939.108000', '162939.111000', '162939.113000', '162939.116000', '162939.119000', '162939.122000', '162939.126000', '162958.996000', '162959.000000', '162959.003000', '162959.006000', '162959.009000', '162959.012000', '162959.015000', '162959.017000', '162959.020000', '162959.023000', '162959.026000', '162959.029000', '162959.032000', '162959.047000', '162959.050000', '162959.052000', '162959.055000', '162959.058000', '162959.061000', '162959.064000', '162959.067000', '162959.070000', '162959.073000', '162959.075000', '162959.078000', '162959.081000', '162959.084000', '162959.087000', '162959.090000', '162959.093000', '162959.096000', '162959.099000', '162959.102000', '162959.104000', '162959.107000', '162959.110000', '162959.113000', '162959.116000', '162959.119000', '162959.122000', '162959.125000', '162959.127000', '162959.130000', '162959.136000', '163018.995000', '163018.998000', '163019.002000', '163019.005000', '163019.008000', '163019.011000', '163019.013000', '163019.016000', '163019.019000', '163019.022000', '163019.025000', '163019.028000', '163019.031000', '163019.034000', '163019.037000', '163019.040000', '163019.043000', '163019.045000', '163019.048000', '163019.051000', '163019.054000', '163019.057000', '163019.060000', '163019.063000', '163019.066000', '163019.069000', '163019.071000', '163019.074000', '163019.077000', '163019.080000', '163019.083000', '163019.086000', '163019.090000', '163019.093000', '163019.096000', '163019.098000', '163019.101000', '163019.104000', '163019.107000', '163019.110000', '163019.114000', '163019.117000', '163019.120000', '163038.995000', '163038.998000', '163039.002000', '163039.005000', '163039.008000', '163039.011000', '163039.014000', '163039.016000', '163039.019000', '163039.022000', '163039.025000', '163039.028000', '163039.031000', '163039.034000', '163039.037000', '163039.039000', '163039.042000', '163039.045000', '163039.048000', '163039.051000', '163039.054000', '163039.057000', '163039.060000', '163039.063000', '163039.065000', '163039.068000', '163039.071000', '163039.074000', '163039.077000', '163039.080000', '163039.083000', '163039.086000', '163039.089000', '163039.091000', '163039.094000', '163039.097000', '163039.100000', '163039.103000', '163039.106000', '163039.109000', '163039.112000', '163039.114000', '163039.117000', '163039.120000', '163058.995000', '163058.998000', '163059.002000', '163059.005000', '163059.008000', '163059.011000', '163059.014000', '163059.017000', '163059.019000', '163059.022000', '163059.025000', '163059.028000', '163059.031000', '163059.034000', '163059.037000', '163059.040000', '163059.042000', '163059.045000', '163059.048000', '163059.051000', '163059.054000', '163059.057000', '163059.060000', '163059.063000', '163059.065000', '163059.068000', '163059.071000', '163059.074000', '163059.077000', '163059.080000', '163059.083000', '163059.086000', '163059.089000', '163059.091000', '163059.094000', '163059.097000', '163059.100000', '163059.103000', '163059.106000', '163059.109000', '163059.112000', '163059.114000', '163059.117000', '163118.996000', '163118.999000', '163119.002000', '163119.005000', '163119.008000', '163119.011000', '163119.014000', '163119.017000', '163119.020000', '163119.023000', '163119.026000', '163119.029000', '163119.031000', '163119.034000', '163119.037000', '163119.040000', '163119.043000', '163119.046000', '163119.049000', '163119.052000', '163119.054000', '163119.057000', '163119.060000', '163119.063000', '163119.066000', '163119.069000', '163119.072000', '163119.075000', '163119.077000', '163119.080000', '163119.083000', '163119.086000', '163119.089000', '163119.092000', '163119.095000', '163119.098000', '163119.100000', '163119.103000', '163119.106000', '163119.109000', '163119.112000', '163119.115000', '163119.118000', '163119.121000', '163122.698000', '163122.701000', '163122.704000', '163122.707000', '163122.710000', '163122.713000', '163122.716000', '163122.719000'], 'InstanceCreationTime': ['161719.038000', '161719.041000', '161719.044000', '161719.047000', '161719.058000', '161719.061000', '161719.064000', '161719.067000', '161719.079000', '161719.082000', '161719.085000', '161719.088000', '161719.091000', '161719.094000', '161719.097000', '161719.100000', '161719.102000', '161719.105000', '161719.108000', '161719.111000', '161719.114000', '161719.117000', '161719.119000', '161719.122000', '161738.996000', '161739.000000', '161739.003000', '161739.006000', '161739.009000', '161739.012000', '161739.014000', '161739.022000', '161739.025000', '161739.028000', '161739.031000', '161739.033000', '161739.036000', '161739.039000', '161739.042000', '161739.045000', '161739.048000', '161739.050000', '161739.053000', '161739.056000', '161739.059000', '161739.062000', '161739.065000', '161739.067000', '161739.070000', '161739.073000', '161739.076000', '161739.079000', '161739.082000', '161739.085000', '161739.087000', '161739.100000', '161739.106000', '161739.109000', '161739.112000', '161739.115000', '161739.118000', '161739.121000', '161739.123000', '161739.126000', '161739.129000', '161739.132000', '161739.135000', '161739.138000', '161758.996000', '161759.000000', '161759.003000', '161759.006000', '161759.009000', '161759.012000', '161759.014000', '161759.017000', '161759.020000', '161759.023000', '161759.026000', '161759.029000', '161759.032000', '161759.035000', '161759.038000', '161759.041000', '161759.044000', '161759.047000', '161759.050000', '161759.053000', '161759.055000', '161759.058000', '161759.061000', '161759.064000', '161759.067000', '161759.070000', '161759.073000', '161759.075000', '161759.078000', '161759.081000', '161759.084000', '161759.087000', '161759.090000', '161759.093000', '161759.095000', '161759.098000', '161759.101000', '161759.104000', '161759.107000', '161759.110000', '161759.112000', '161759.115000', '161759.118000', '161818.996000', '161819.000000', '161819.003000', '161819.006000', '161819.009000', '161819.012000', '161819.015000', '161819.017000', '161819.020000', '161819.023000', '161819.026000', '161819.029000', '161819.032000', '161819.035000', '161819.038000', '161819.041000', '161819.043000', '161819.046000', '161819.049000', '161819.052000', '161819.055000', '161819.058000', '161819.061000', '161819.064000', '161819.066000', '161819.069000', '161819.072000', '161819.075000', '161819.078000', '161819.081000', '161819.084000', '161819.087000', '161819.089000', '161819.092000', '161819.095000', '161819.098000', '161819.101000', '161819.104000', '161819.107000', '161819.109000', '161819.112000', '161819.115000', '161819.118000', '161819.121000', '161838.995000', '161838.998000', '161839.002000', '161839.005000', '161839.008000', '161839.011000', '161839.014000', '161839.016000', '161839.019000', '161839.022000', '161839.025000', '161839.028000', '161839.031000', '161839.034000', '161839.037000', '161839.043000', '161839.046000', '161839.049000', '161839.052000', '161839.054000', '161839.057000', '161839.060000', '161839.063000', '161839.066000', '161839.069000', '161839.072000', '161839.074000', '161839.077000', '161839.080000', '161839.083000', '161839.086000', '161839.089000', '161839.092000', '161839.095000', '161839.098000', '161839.101000', '161839.103000', '161839.106000', '161839.109000', '161839.112000', '161839.115000', '161839.118000', '161839.121000', '161858.995000', '161858.998000', '161859.002000', '161859.005000', '161859.008000', '161859.010000', '161859.013000', '161859.016000', '161859.019000', '161859.022000', '161859.025000', '161859.028000', '161859.031000', '161859.034000', '161859.037000', '161859.039000', '161859.042000', '161859.045000', '161859.048000', '161859.051000', '161859.054000', '161859.057000', '161859.060000', '161859.063000', '161859.066000', '161859.069000', '161859.072000', '161859.074000', '161859.077000', '161859.080000', '161859.083000', '161859.086000', '161859.089000', '161859.092000', '161859.095000', '161859.098000', '161859.100000', '161859.103000', '161859.106000', '161859.109000', '161859.112000', '161859.115000', '161859.118000', '161859.120000', '161918.995000', '161918.998000', '161919.002000', '161919.005000', '161919.008000', '161919.011000', '161919.013000', '161919.016000', '161919.019000', '161919.022000', '161919.025000', '161919.028000', '161919.031000', '161919.034000', '161919.037000', '161919.040000', '161919.042000', '161919.045000', '161919.048000', '161919.051000', '161919.054000', '161919.057000', '161919.060000', '161919.062000', '161919.065000', '161919.069000', '161919.072000', '161919.074000', '161919.077000', '161919.080000', '161919.083000', '161919.086000', '161919.089000', '161919.092000', '161919.095000', '161919.098000', '161919.100000', '161919.103000', '161919.106000', '161919.109000', '161919.123000', '161919.126000', '161919.129000', '161938.995000', '161938.998000', '161939.002000', '161939.005000', '161939.008000', '161939.010000', '161939.013000', '161939.016000', '161939.019000', '161939.022000', '161939.025000', '161939.028000', '161939.031000', '161939.034000', '161939.037000', '161939.039000', '161939.042000', '161939.045000', '161939.048000', '161939.051000', '161939.054000', '161939.057000', '161939.060000', '161939.062000', '161939.065000', '161939.068000', '161939.071000', '161939.074000', '161939.077000', '161939.080000', '161939.083000', '161939.086000', '161939.088000', '161939.091000', '161939.094000', '161939.097000', '161939.100000', '161939.103000', '161939.106000', '161939.109000', '161939.111000', '161939.114000', '161939.117000', '161939.120000', '161958.998000', '161959.002000', '161959.005000', '161959.008000', '161959.011000', '161959.013000', '161959.016000', '161959.019000', '161959.023000', '161959.026000', '161959.029000', '161959.032000', '161959.035000', '161959.038000', '161959.041000', '161959.043000', '161959.046000', '161959.049000', '161959.052000', '161959.055000', '161959.058000', '161959.061000', '161959.064000', '161959.067000', '161959.069000', '161959.072000', '161959.075000', '161959.078000', '161959.081000', '161959.084000', '161959.087000', '161959.090000', '161959.093000', '161959.096000', '161959.099000', '161959.102000', '161959.105000', '161959.108000', '161959.111000', '161959.114000', '161959.117000', '161959.120000', '161959.122000', '162018.996000', '162019.000000', '162019.003000', '162019.006000', '162019.009000', '162019.012000', '162019.015000', '162019.018000', '162019.020000', '162019.023000', '162019.026000', '162019.029000', '162019.032000', '162019.035000', '162019.038000', '162019.041000', '162019.044000', '162019.047000', '162019.049000', '162019.052000', '162019.055000', '162019.058000', '162019.061000', '162019.064000', '162019.067000', '162019.070000', '162019.073000', '162019.075000', '162019.078000', '162019.081000', '162019.084000', '162019.087000', '162019.090000', '162019.093000', '162019.095000', '162019.098000', '162019.101000', '162019.104000', '162019.107000', '162019.110000', '162019.113000', '162019.116000', '162019.119000', '162019.121000', '162038.996000', '162039.000000', '162039.003000', '162039.006000', '162039.009000', '162039.012000', '162039.015000', '162039.018000', '162039.021000', '162039.023000', '162039.026000', '162039.029000', '162039.032000', '162039.035000', '162039.038000', '162039.041000', '162039.044000', '162039.047000', '162039.049000', '162039.052000', '162039.055000', '162039.058000', '162039.061000', '162039.064000', '162039.067000', '162039.070000', '162039.073000', '162039.076000', '162039.078000', '162039.081000', '162039.084000', '162039.087000', '162039.090000', '162039.093000', '162039.096000', '162039.099000', '162039.101000', '162039.104000', '162039.107000', '162039.110000', '162039.113000', '162039.116000', '162039.119000', '162058.995000', '162058.998000', '162059.002000', '162059.005000', '162059.008000', '162059.010000', '162059.013000', '162059.016000', '162059.019000', '162059.022000', '162059.025000', '162059.028000', '162059.031000', '162059.034000', '162059.037000', '162059.039000', '162059.042000', '162059.045000', '162059.048000', '162059.051000', '162059.054000', '162059.057000', '162059.060000', '162059.063000', '162059.065000', '162059.068000', '162059.071000', '162059.074000', '162059.077000', '162059.080000', '162059.083000', '162059.086000', '162059.088000', '162059.091000', '162059.094000', '162059.097000', '162059.100000', '162059.103000', '162059.106000', '162059.109000', '162059.112000', '162059.114000', '162059.117000', '162059.120000', '162118.995000', '162118.998000', '162119.002000', '162119.005000', '162119.008000', '162119.011000', '162119.014000', '162119.028000', '162119.030000', '162119.033000', '162119.036000', '162119.039000', '162119.042000', '162119.045000', '162119.048000', '162119.051000', '162119.054000', '162119.057000', '162119.060000', '162119.063000', '162119.066000', '162119.069000', '162119.072000', '162119.075000', '162119.078000', '162119.080000', '162119.083000', '162119.086000', '162119.089000', '162119.092000', '162119.095000', '162119.098000', '162119.100000', '162119.103000', '162119.106000', '162119.109000', '162119.112000', '162119.115000', '162119.118000', '162119.121000', '162119.124000', '162119.127000', '162119.130000', '162138.995000', '162138.998000', '162139.002000', '162139.005000', '162139.008000', '162139.010000', '162139.013000', '162139.016000', '162139.019000', '162139.022000', '162139.025000', '162139.028000', '162139.031000', '162139.034000', '162139.037000', '162139.040000', '162139.043000', '162139.046000', '162139.048000', '162139.051000', '162139.054000', '162139.057000', '162139.060000', '162139.063000', '162139.066000', '162139.069000', '162139.072000', '162139.075000', '162139.078000', '162139.081000', '162139.083000', '162139.086000', '162139.089000', '162139.092000', '162139.095000', '162139.098000', '162139.101000', '162139.104000', '162139.107000', '162139.109000', '162139.112000', '162139.115000', '162139.118000', '162139.121000', '162158.995000', '162158.998000', '162159.002000', '162159.005000', '162159.008000', '162159.011000', '162159.014000', '162159.016000', '162159.019000', '162159.022000', '162159.025000', '162159.028000', '162159.031000', '162159.034000', '162159.037000', '162159.040000', '162159.042000', '162159.045000', '162159.048000', '162159.051000', '162159.054000', '162159.057000', '162159.060000', '162159.063000', '162159.066000', '162159.069000', '162159.071000', '162159.074000', '162159.077000', '162159.080000', '162159.083000', '162159.086000', '162159.089000', '162159.092000', '162159.095000', '162159.098000', '162159.101000', '162159.103000', '162159.106000', '162159.109000', '162159.112000', '162159.115000', '162159.118000', '162218.996000', '162219.000000', '162219.003000', '162219.006000', '162219.009000', '162219.012000', '162219.015000', '162219.018000', '162219.020000', '162219.023000', '162219.026000', '162219.029000', '162219.032000', '162219.035000', '162219.038000', '162219.041000', '162219.044000', '162219.047000', '162219.049000', '162219.052000', '162219.055000', '162219.058000', '162219.061000', '162219.064000', '162219.067000', '162219.070000', '162219.073000', '162219.076000', '162219.079000', '162219.082000', '162219.084000', '162219.087000', '162219.090000', '162219.093000', '162219.096000', '162219.099000', '162219.102000', '162219.105000', '162219.108000', '162219.110000', '162219.113000', '162219.116000', '162219.119000', '162219.122000', '162238.996000', '162239.000000', '162239.003000', '162239.006000', '162239.009000', '162239.012000', '162239.015000', '162239.018000', '162239.020000', '162239.023000', '162239.026000', '162239.029000', '162239.032000', '162239.035000', '162239.038000', '162239.041000', '162239.043000', '162239.046000', '162239.049000', '162239.052000', '162239.055000', '162239.058000', '162239.061000', '162239.064000', '162239.067000', '162239.070000', '162239.073000', '162239.075000', '162239.078000', '162239.081000', '162239.084000', '162239.087000', '162239.090000', '162239.093000', '162239.096000', '162239.100000', '162239.103000', '162239.106000', '162239.109000', '162239.112000', '162239.114000', '162239.117000', '162239.120000', '162258.996000', '162259.000000', '162259.003000', '162259.006000', '162259.009000', '162259.012000', '162259.014000', '162259.017000', '162259.020000', '162259.023000', '162259.026000', '162259.029000', '162259.032000', '162259.034000', '162259.037000', '162259.040000', '162259.043000', '162259.058000', '162259.061000', '162259.064000', '162259.067000', '162259.070000', '162259.073000', '162259.075000', '162259.078000', '162259.081000', '162259.084000', '162259.087000', '162259.090000', '162259.093000', '162259.095000', '162259.098000', '162259.101000', '162259.104000', '162259.107000', '162259.110000', '162259.113000', '162259.116000', '162259.119000', '162259.122000', '162259.125000', '162259.128000', '162259.130000', '162318.995000', '162318.998000', '162319.003000', '162319.008000', '162319.011000', '162319.014000', '162319.017000', '162319.020000', '162319.023000', '162319.026000', '162319.029000', '162319.031000', '162319.034000', '162319.037000', '162319.040000', '162319.043000', '162319.046000', '162319.049000', '162319.052000', '162319.055000', '162319.058000', '162319.061000', '162319.063000', '162319.066000', '162319.069000', '162319.072000', '162319.075000', '162319.078000', '162319.081000', '162319.083000', '162319.086000', '162319.089000', '162319.092000', '162319.095000', '162319.098000', '162319.101000', '162319.104000', '162319.107000', '162319.109000', '162319.112000', '162319.115000', '162319.118000', '162319.121000', '162319.124000', '162338.995000', '162338.998000', '162339.002000', '162339.005000', '162339.008000', '162339.011000', '162339.013000', '162339.016000', '162339.019000', '162339.022000', '162339.025000', '162339.028000', '162339.031000', '162339.034000', '162339.036000', '162339.039000', '162339.042000', '162339.045000', '162339.048000', '162339.051000', '162339.054000', '162339.057000', '162339.059000', '162339.062000', '162339.065000', '162339.068000', '162339.071000', '162339.074000', '162339.077000', '162339.080000', '162339.083000', '162339.086000', '162339.088000', '162339.091000', '162339.094000', '162339.097000', '162339.100000', '162339.103000', '162339.105000', '162339.108000', '162339.111000', '162339.114000', '162339.117000', '162339.120000', '162358.995000', '162358.998000', '162359.002000', '162359.005000', '162359.008000', '162359.011000', '162359.014000', '162359.016000', '162359.019000', '162359.022000', '162359.025000', '162359.028000', '162359.031000', '162359.034000', '162359.037000', '162359.039000', '162359.042000', '162359.045000', '162359.048000', '162359.051000', '162359.054000', '162359.057000', '162359.059000', '162359.062000', '162359.065000', '162359.068000', '162359.071000', '162359.074000', '162359.077000', '162359.080000', '162359.083000', '162359.086000', '162359.088000', '162359.091000', '162359.094000', '162359.097000', '162359.100000', '162359.103000', '162359.106000', '162359.109000', '162359.111000', '162359.114000', '162359.117000', '162418.995000', '162418.998000', '162419.002000', '162419.005000', '162419.008000', '162419.011000', '162419.014000', '162419.017000', '162419.021000', '162419.024000', '162419.026000', '162419.029000', '162419.032000', '162419.035000', '162419.038000', '162419.041000', '162419.044000', '162419.047000', '162419.050000', '162419.053000', '162419.056000', '162419.058000', '162419.061000', '162419.064000', '162419.067000', '162419.070000', '162419.073000', '162419.076000', '162419.079000', '162419.081000', '162419.084000', '162419.087000', '162419.090000', '162419.093000', '162419.096000', '162419.099000', '162419.103000', '162419.106000', '162419.108000', '162419.111000', '162419.114000', '162419.117000', '162419.120000', '162419.123000', '162438.996000', '162439.000000', '162439.003000', '162439.006000', '162439.009000', '162439.012000', '162439.015000', '162439.018000', '162439.020000', '162439.023000', '162439.026000', '162439.029000', '162439.032000', '162439.035000', '162439.038000', '162439.041000', '162439.044000', '162439.047000', '162439.050000', '162439.052000', '162439.055000', '162439.058000', '162439.061000', '162439.064000', '162439.067000', '162439.070000', '162439.088000', '162439.091000', '162439.094000', '162439.097000', '162439.100000', '162439.103000', '162439.106000', '162439.108000', '162439.111000', '162439.114000', '162439.117000', '162439.120000', '162439.123000', '162439.126000', '162439.128000', '162439.131000', '162439.134000', '162458.996000', '162459.000000', '162459.003000', '162459.006000', '162459.009000', '162459.012000', '162459.015000', '162459.018000', '162459.021000', '162459.024000', '162459.027000', '162459.030000', '162459.033000', '162459.036000', '162459.038000', '162459.041000', '162459.044000', '162459.047000', '162459.050000', '162459.053000', '162459.056000', '162459.059000', '162459.061000', '162459.064000', '162459.067000', '162459.070000', '162459.073000', '162459.076000', '162459.079000', '162459.082000', '162459.085000', '162459.087000', '162459.090000', '162459.093000', '162459.096000', '162459.099000', '162459.102000', '162459.105000', '162459.108000', '162459.110000', '162459.113000', '162459.116000', '162459.119000', '162518.996000', '162519.000000', '162519.003000', '162519.006000', '162519.009000', '162519.012000', '162519.015000', '162519.018000', '162519.021000', '162519.023000', '162519.026000', '162519.029000', '162519.033000', '162519.036000', '162519.039000', '162519.042000', '162519.045000', '162519.048000', '162519.051000', '162519.054000', '162519.056000', '162519.059000', '162519.062000', '162519.065000', '162519.068000', '162519.071000', '162519.074000', '162519.077000', '162519.080000', '162519.082000', '162519.085000', '162519.088000', '162519.091000', '162519.094000', '162519.097000', '162519.100000', '162519.103000', '162519.105000', '162519.108000', '162519.111000', '162519.114000', '162519.117000', '162519.120000', '162519.123000', '162538.995000', '162538.998000', '162539.002000', '162539.005000', '162539.008000', '162539.011000', '162539.014000', '162539.017000', '162539.020000', '162539.022000', '162539.025000', '162539.028000', '162539.031000', '162539.034000', '162539.037000', '162539.048000', '162539.051000', '162539.053000', '162539.056000', '162539.059000', '162539.062000', '162539.065000', '162539.068000', '162539.071000', '162539.073000', '162539.076000', '162539.079000', '162539.082000', '162539.085000', '162539.088000', '162539.091000', '162539.094000', '162539.096000', '162539.099000', '162539.102000', '162539.105000', '162539.108000', '162539.111000', '162539.114000', '162539.117000', '162539.120000', '162539.123000', '162539.126000', '162558.995000', '162558.998000', '162559.002000', '162559.005000', '162559.008000', '162559.011000', '162559.013000', '162559.016000', '162559.019000', '162559.022000', '162559.025000', '162559.028000', '162559.031000', '162559.034000', '162559.037000', '162559.039000', '162559.042000', '162559.045000', '162559.048000', '162559.051000', '162559.054000', '162559.057000', '162559.060000', '162559.063000', '162559.066000', '162559.069000', '162559.071000', '162559.074000', '162559.077000', '162559.080000', '162559.083000', '162559.086000', '162559.089000', '162559.091000', '162559.094000', '162559.097000', '162559.100000', '162559.103000', '162559.106000', '162559.109000', '162559.112000', '162559.115000', '162559.117000', '162559.120000', '162618.995000', '162618.998000', '162619.002000', '162619.005000', '162619.008000', '162619.011000', '162619.014000', '162619.017000', '162619.020000', '162619.022000', '162619.025000', '162619.028000', '162619.031000', '162619.034000', '162619.037000', '162619.040000', '162619.043000', '162619.047000', '162619.050000', '162619.053000', '162619.056000', '162619.059000', '162619.062000', '162619.065000', '162619.068000', '162619.071000', '162619.074000', '162619.077000', '162619.079000', '162619.082000', '162619.085000', '162619.088000', '162619.091000', '162619.094000', '162619.097000', '162619.100000', '162619.103000', '162619.124000', '162619.127000', '162619.130000', '162619.133000', '162619.136000', '162619.138000', '162638.995000', '162638.998000', '162639.001000', '162639.004000', '162639.007000', '162639.010000', '162639.012000', '162639.015000', '162639.018000', '162639.021000', '162639.024000', '162639.027000', '162639.030000', '162639.033000', '162639.036000', '162639.039000', '162639.041000', '162639.044000', '162639.047000', '162639.050000', '162639.053000', '162639.056000', '162639.059000', '162639.062000', '162639.065000', '162639.068000', '162639.070000', '162639.073000', '162639.076000', '162639.079000', '162639.082000', '162639.085000', '162639.088000', '162639.090000', '162639.093000', '162639.096000', '162639.099000', '162639.102000', '162639.105000', '162639.108000', '162639.111000', '162639.114000', '162639.116000', '162639.119000', '162658.996000', '162659.000000', '162659.003000', '162659.006000', '162659.009000', '162659.012000', '162659.014000', '162659.017000', '162659.020000', '162659.023000', '162659.026000', '162659.029000', '162659.032000', '162659.035000', '162659.038000', '162659.040000', '162659.043000', '162659.046000', '162659.049000', '162659.052000', '162659.056000', '162659.059000', '162659.062000', '162659.064000', '162659.067000', '162659.070000', '162659.073000', '162659.076000', '162659.079000', '162659.082000', '162659.085000', '162659.088000', '162659.090000', '162659.093000', '162659.096000', '162659.099000', '162659.102000', '162659.105000', '162659.108000', '162659.111000', '162659.113000', '162659.116000', '162659.119000', '162718.996000', '162719.000000', '162719.003000', '162719.006000', '162719.009000', '162719.012000', '162719.015000', '162719.018000', '162719.020000', '162719.023000', '162719.026000', '162719.029000', '162719.032000', '162719.035000', '162719.038000', '162719.041000', '162719.044000', '162719.047000', '162719.049000', '162719.052000', '162719.055000', '162719.058000', '162719.061000', '162719.064000', '162719.068000', '162719.071000', '162719.073000', '162719.076000', '162719.079000', '162719.082000', '162719.085000', '162719.088000', '162719.091000', '162719.093000', '162719.096000', '162719.099000', '162719.102000', '162719.105000', '162719.108000', '162719.111000', '162719.114000', '162719.117000', '162719.119000', '162719.122000', '162738.996000', '162739.000000', '162739.003000', '162739.006000', '162739.009000', '162739.012000', '162739.015000', '162739.018000', '162739.021000', '162739.024000', '162739.027000', '162739.030000', '162739.033000', '162739.035000', '162739.038000', '162739.041000', '162739.044000', '162739.047000', '162739.050000', '162739.053000', '162739.056000', '162739.059000', '162739.062000', '162739.065000', '162739.068000', '162739.071000', '162739.074000', '162739.077000', '162739.079000', '162739.082000', '162739.085000', '162739.088000', '162739.091000', '162739.094000', '162739.097000', '162739.100000', '162739.103000', '162739.105000', '162739.108000', '162739.111000', '162739.114000', '162739.117000', '162739.120000', '162758.995000', '162758.998000', '162759.002000', '162759.005000', '162759.008000', '162759.011000', '162759.014000', '162759.016000', '162759.019000', '162759.022000', '162759.025000', '162759.028000', '162759.031000', '162759.034000', '162759.037000', '162759.039000', '162759.042000', '162759.045000', '162759.048000', '162759.051000', '162759.054000', '162759.057000', '162759.060000', '162759.063000', '162759.066000', '162759.069000', '162759.071000', '162759.074000', '162759.077000', '162759.080000', '162759.083000', '162759.086000', '162759.089000', '162759.092000', '162759.095000', '162759.097000', '162759.100000', '162759.103000', '162759.106000', '162759.109000', '162759.112000', '162759.115000', '162759.117000', '162759.120000', '162818.995000', '162818.998000', '162819.002000', '162819.016000', '162819.019000', '162819.022000', '162819.025000', '162819.028000', '162819.031000', '162819.034000', '162819.036000', '162819.039000', '162819.042000', '162819.045000', '162819.048000', '162819.051000', '162819.054000', '162819.057000', '162819.060000', '162819.063000', '162819.066000', '162819.068000', '162819.071000', '162819.074000', '162819.077000', '162819.081000', '162819.084000', '162819.087000', '162819.090000', '162819.093000', '162819.095000', '162819.098000', '162819.101000', '162819.104000', '162819.107000', '162819.110000', '162819.113000', '162819.116000', '162819.119000', '162819.122000', '162819.125000', '162819.128000', '162819.130000', '162838.995000', '162838.998000', '162839.002000', '162839.005000', '162839.008000', '162839.011000', '162839.014000', '162839.017000', '162839.020000', '162839.022000', '162839.025000', '162839.028000', '162839.031000', '162839.034000', '162839.037000', '162839.040000', '162839.042000', '162839.045000', '162839.048000', '162839.051000', '162839.054000', '162839.057000', '162839.060000', '162839.063000', '162839.066000', '162839.069000', '162839.071000', '162839.074000', '162839.077000', '162839.080000', '162839.083000', '162839.086000', '162839.089000', '162839.092000', '162839.095000', '162839.098000', '162839.101000', '162839.103000', '162839.106000', '162839.109000', '162839.112000', '162839.115000', '162839.118000', '162839.121000', '162858.995000', '162859.000000', '162859.003000', '162859.006000', '162859.008000', '162859.011000', '162859.014000', '162859.017000', '162859.020000', '162859.023000', '162859.026000', '162859.029000', '162859.032000', '162859.035000', '162859.038000', '162859.040000', '162859.043000', '162859.046000', '162859.050000', '162859.053000', '162859.056000', '162859.059000', '162859.062000', '162859.065000', '162859.068000', '162859.071000', '162859.075000', '162859.078000', '162859.081000', '162859.084000', '162859.087000', '162859.090000', '162859.093000', '162859.096000', '162859.099000', '162859.102000', '162859.105000', '162859.108000', '162859.111000', '162859.114000', '162859.117000', '162859.121000', '162859.124000', '162918.996000', '162919.000000', '162919.003000', '162919.006000', '162919.009000', '162919.012000', '162919.015000', '162919.018000', '162919.021000', '162919.024000', '162919.027000', '162919.030000', '162919.033000', '162919.036000', '162919.038000', '162919.041000', '162919.044000', '162919.047000', '162919.050000', '162919.053000', '162919.056000', '162919.059000', '162919.062000', '162919.065000', '162919.067000', '162919.070000', '162919.073000', '162919.076000', '162919.079000', '162919.082000', '162919.085000', '162919.088000', '162919.091000', '162919.094000', '162919.097000', '162919.100000', '162919.103000', '162919.106000', '162919.109000', '162919.112000', '162919.115000', '162919.118000', '162919.121000', '162919.124000', '162938.996000', '162939.000000', '162939.003000', '162939.006000', '162939.009000', '162939.012000', '162939.015000', '162939.017000', '162939.020000', '162939.023000', '162939.026000', '162939.029000', '162939.032000', '162939.035000', '162939.038000', '162939.041000', '162939.043000', '162939.046000', '162939.049000', '162939.052000', '162939.055000', '162939.058000', '162939.061000', '162939.064000', '162939.067000', '162939.069000', '162939.072000', '162939.075000', '162939.078000', '162939.081000', '162939.084000', '162939.093000', '162939.096000', '162939.099000', '162939.102000', '162939.105000', '162939.108000', '162939.111000', '162939.113000', '162939.116000', '162939.119000', '162939.122000', '162939.126000', '162958.996000', '162959.000000', '162959.003000', '162959.006000', '162959.009000', '162959.012000', '162959.015000', '162959.017000', '162959.020000', '162959.023000', '162959.026000', '162959.029000', '162959.032000', '162959.047000', '162959.050000', '162959.052000', '162959.055000', '162959.058000', '162959.061000', '162959.064000', '162959.067000', '162959.070000', '162959.073000', '162959.075000', '162959.078000', '162959.081000', '162959.084000', '162959.087000', '162959.090000', '162959.093000', '162959.096000', '162959.099000', '162959.102000', '162959.104000', '162959.107000', '162959.110000', '162959.113000', '162959.116000', '162959.119000', '162959.122000', '162959.125000', '162959.127000', '162959.130000', '162959.136000', '163018.995000', '163018.998000', '163019.002000', '163019.005000', '163019.008000', '163019.011000', '163019.013000', '163019.016000', '163019.019000', '163019.022000', '163019.025000', '163019.028000', '163019.031000', '163019.034000', '163019.037000', '163019.040000', '163019.043000', '163019.045000', '163019.048000', '163019.051000', '163019.054000', '163019.057000', '163019.060000', '163019.063000', '163019.066000', '163019.069000', '163019.071000', '163019.074000', '163019.077000', '163019.080000', '163019.083000', '163019.086000', '163019.090000', '163019.093000', '163019.096000', '163019.098000', '163019.101000', '163019.104000', '163019.107000', '163019.110000', '163019.114000', '163019.117000', '163019.120000', '163038.995000', '163038.998000', '163039.002000', '163039.005000', '163039.008000', '163039.011000', '163039.014000', '163039.016000', '163039.019000', '163039.022000', '163039.025000', '163039.028000', '163039.031000', '163039.034000', '163039.037000', '163039.039000', '163039.042000', '163039.045000', '163039.048000', '163039.051000', '163039.054000', '163039.057000', '163039.060000', '163039.063000', '163039.065000', '163039.068000', '163039.071000', '163039.074000', '163039.077000', '163039.080000', '163039.083000', '163039.086000', '163039.089000', '163039.091000', '163039.094000', '163039.097000', '163039.100000', '163039.103000', '163039.106000', '163039.109000', '163039.112000', '163039.114000', '163039.117000', '163039.120000', '163058.995000', '163058.998000', '163059.002000', '163059.005000', '163059.008000', '163059.011000', '163059.014000', '163059.017000', '163059.019000', '163059.022000', '163059.025000', '163059.028000', '163059.031000', '163059.034000', '163059.037000', '163059.040000', '163059.042000', '163059.045000', '163059.048000', '163059.051000', '163059.054000', '163059.057000', '163059.060000', '163059.063000', '163059.065000', '163059.068000', '163059.071000', '163059.074000', '163059.077000', '163059.080000', '163059.083000', '163059.086000', '163059.089000', '163059.091000', '163059.094000', '163059.097000', '163059.100000', '163059.103000', '163059.106000', '163059.109000', '163059.112000', '163059.114000', '163059.117000', '163118.996000', '163118.999000', '163119.002000', '163119.005000', '163119.008000', '163119.011000', '163119.014000', '163119.017000', '163119.020000', '163119.023000', '163119.026000', '163119.029000', '163119.031000', '163119.034000', '163119.037000', '163119.040000', '163119.043000', '163119.046000', '163119.049000', '163119.052000', '163119.054000', '163119.057000', '163119.060000', '163119.063000', '163119.066000', '163119.069000', '163119.072000', '163119.075000', '163119.077000', '163119.080000', '163119.083000', '163119.086000', '163119.089000', '163119.092000', '163119.095000', '163119.098000', '163119.100000', '163119.103000', '163119.106000', '163119.109000', '163119.112000', '163119.115000', '163119.118000', '163119.121000', '163122.698000', '163122.701000', '163122.704000', '163122.707000', '163122.710000', '163122.713000', '163122.716000', '163122.719000'], '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': [14004, 16793, 13746, 17523, 13812, 14122, 14510, 15209, 17219, 14161, 17901, 13875, 17398, 13356, 17738, 16299, 18025, 13300, 17313, 13389, 18001, 13642, 17611, 14950, 17056, 13348, 17111, 14205, 17332, 14691, 17550, 14082, 17302, 14246, 17167, 14803, 16332, 15330, 16601, 15029, 15848, 16101, 14971, 16120, 14328, 16771, 15840, 16902, 13351, 16131, 13580, 18396, 13400, 18343, 13131, 18902, 13384, 18466, 13889, 17314, 15213, 17179, 15110, 16994, 15171, 16215, 16702, 17918, 16243, 13877, 17024, 13628, 17042, 13741, 16997, 16506, 16859, 13385, 17074, 13641, 16823, 16937, 16425, 14972, 16902, 13908, 16730, 15371, 16615, 15204, 16844, 13729, 16805, 13273, 17205, 14868, 17973, 13742, 18913, 14088, 17981, 13734, 16499, 13538, 16865, 17882, 15549, 17197, 15056, 17481, 14091, 15960, 14444, 17331, 14425, 15642, 18352, 15636, 16385, 14263, 15670, 14175, 16757, 15621, 15891, 15638, 16298, 16126, 16217, 16418, 16038, 16773, 15839, 16923, 15301, 16635, 14598, 16642, 13912, 17447, 16970, 16527, 16016, 16346, 14957, 13941, 16827, 15852, 16818, 16539, 16140, 14575, 16617, 14974, 16455, 16689, 16639, 14302, 16442, 14270, 15343, 16891, 16151, 14823, 15880, 14688, 16033, 15669, 15987, 16810, 15645, 16351, 14080, 17628, 13588, 15238, 13509, 16395, 18833, 14755, 17397, 18046, 17186, 16818, 16343, 14480, 15355, 14791, 15659, 16747, 14515, 17410, 15108, 15622, 14675, 16361, 14610, 16360, 14468, 16499, 14421, 16710, 14181, 16811, 17988, 18049, 14523, 16208, 14260, 15463, 15037, 14822, 17280, 13955, 17538, 14154, 15446, 14172, 16756, 13585, 16629, 14431, 15879, 15250, 17324, 14603, 17214, 17176, 13701, 14441, 15894, 14546, 16587, 16678, 14058, 15868, 14452, 16077, 14366, 16268, 14135, 16414, 14880, 15055, 14817, 14480, 16878, 14631, 16932, 14384, 15371, 14354, 15846, 13602, 16113, 14269, 16382, 14975, 16894, 14963, 17419, 16985, 14678, 14964, 14903, 15044, 15260, 15481, 14787, 16734, 14190, 13955, 14775, 15763, 15067, 16924, 14463, 16391, 14695, 17475, 14325, 17400, 15470, 14973, 14709, 15257, 15980, 14861, 18009, 14957, 16411, 15232, 17885, 14569, 17456, 16575, 16379, 15662, 14369, 14876, 14454, 14546, 14154, 16729, 14276, 17524, 14268, 16936, 14911, 17281, 15044, 15837, 15761, 14624, 14660, 14316, 14593, 14688, 15094, 13500, 15259, 13381, 14267, 13420, 14385, 13500, 15556, 12889, 15298, 14380, 15685, 14094, 16029, 13403, 16561, 14505, 13666, 14337, 14436, 15606, 14399, 18823, 16753, 15573, 16508, 15027, 17604, 14279, 15938, 14706, 15494, 13587, 13768, 14261, 14427, 13959, 14628, 14057, 14260, 14417, 13093, 18011, 15598, 17028, 14054, 16181, 14650, 15557, 14233, 15793, 13529, 15902, 13445, 16515, 14036, 16489, 13975, 16199, 13491, 15789, 13742, 14365, 13915, 14409, 14021, 13305, 14825, 13578, 15631, 15159, 15562, 15109, 16662, 13479, 17112, 16338, 17967, 14210, 16736, 14196, 18102, 16765, 17182, 16258, 15440, 13987, 15573, 14423, 17949, 15619, 17287, 16075, 14032, 14172, 15429, 14280, 15251, 15586, 15319, 15649, 15895, 12861, 15961, 13448, 15161, 13947, 15081, 15139, 14142, 15602, 14079, 16585, 13816, 17366, 13480, 16876, 13766, 15741, 15329, 15080, 16557, 15043, 15299, 14589, 16348, 14693, 16512, 13987, 16614, 14164, 16862, 13951, 16820, 15588, 16774, 14045, 16454, 14211, 16850, 15276, 18176, 14444, 17018, 14009, 16503, 13815, 16520, 15095, 16384, 15584, 16748, 13936, 16376, 14033, 16717, 16932, 15725, 14996, 16055, 14685, 15783, 13805, 16333, 16215, 15363, 15013, 16264, 15181, 15905, 16198, 15410, 17666, 14442, 15179, 12851, 16478, 16599, 14087, 16692, 14471, 17088, 14282, 18986, 14428, 16719, 14310, 16772, 13959, 16047, 15047, 18092, 14712, 16938, 13948, 16146, 13895, 16882, 14566, 16753, 15089, 16754, 14411, 18008, 13058, 16404, 14266, 15419, 16901, 17016, 18048, 15973, 17575, 13837, 18042, 14955, 18306, 17831, 17223, 16321, 16214, 14210, 16853, 13908, 16675, 16371, 14925, 15752, 15590, 13895, 17833, 13283, 16531, 13639, 17103, 14448, 17219, 14347, 16495, 14087, 16408, 14149, 17310, 14129, 16437, 14258, 16886, 15012, 16554, 16199, 16591, 16198, 17055, 15869, 17322, 14334, 17810, 14239, 17362, 14677, 16532, 15834, 16136, 16153, 16507, 16216, 16979, 15493, 17858, 14401, 17639, 14320, 17458, 15369, 16949, 15409, 16369, 16317, 16766, 16516, 16850, 16388, 14020, 16634, 13792, 16159, 15974, 16304, 17330, 16283, 16652, 15743, 15810, 16102, 16545, 15854, 17363, 15362, 16933, 14530, 17912, 14119, 17849, 18382, 16570, 14444, 16840, 14779, 15877, 15213, 15489, 17785, 16863, 17519, 15963, 18406, 13169, 18227, 17594, 17074, 16254, 17539, 13418, 17098, 13504, 16643, 14714, 16614, 14469, 17333, 15048, 16969, 14781, 17856, 14467, 18049, 13047, 18510, 13056, 18298, 16861, 17707, 16309, 16247, 13342, 16763, 13750, 16993, 17002, 16424, 14439, 17055, 12795, 15671, 12800, 15352, 16798, 16504, 13363, 17403, 13479, 17061, 15593, 16773, 17060, 16563, 15007, 16460, 14256, 16272, 16313, 16175, 17146, 15411, 18054, 13133, 18501, 16088, 17831, 15930, 18433, 13372, 17637, 14150, 17063, 15107, 17147, 15065, 16953, 15879, 15456, 16219, 16715, 16116, 15083, 16503, 15854, 16522, 16820, 16225, 17470, 15048, 16567, 13064, 17435, 16439, 17649, 17630, 17007, 16618, 17209, 14919, 16682, 16163, 16424, 17264, 15796, 16920, 16274, 17266, 15322, 16309, 16127, 17178, 14872, 18214, 14479, 17504, 17311, 15939, 16662, 15818, 17953, 15352, 15300, 15809, 13643, 16048, 15469, 15916, 16392, 15613, 14226, 15250, 14110, 15403, 17602, 15054, 17536, 13829, 18859, 13099, 15618, 13726, 15200, 16350, 16123, 16205, 15337, 16438, 15073, 16263, 15228, 16528, 14474, 17508, 15273, 16445, 16013, 17509, 15438, 17000, 15176, 16854, 14574, 17266, 14801, 17623, 13770, 18262, 13308, 18081, 12842, 16925, 18074, 16036, 16560, 15433, 16220, 15920, 18429, 16196, 17526, 15331, 14121, 15387, 16049, 14947, 16505, 14760, 16543, 15072, 16456, 14724, 16435, 15065, 14251, 15667, 14898, 15479, 16582, 15371, 17535, 13273, 18602, 13505, 17270, 15193, 17665, 14537, 17336, 13309, 17939, 13077, 17337, 14084, 17521, 13814, 17737, 13501, 17147, 13162, 17425, 14113, 17859, 15575, 18421, 13465, 17587, 13074, 16128, 17582, 16709, 18255, 14060, 18642, 16135, 17325, 17256, 17117, 17027, 16628, 17517, 15595, 17059, 16446, 16162, 16462, 16928, 16451, 16861, 16497, 17939, 14865, 18029, 15233, 16401, 14874, 17496, 14129, 17330, 13690, 17303, 15131, 16247, 16074, 16986, 13520, 17311, 13637, 17466, 12917, 16185, 16597, 16894, 17524, 18170, 14353, 17858, 13550, 17067, 13138, 17175, 14053, 18000, 14911, 18053, 13781, 17142, 13790, 17919, 13991, 16881, 14871, 17884, 14831, 17054, 15190, 17780, 14553, 17636, 15129, 18611, 15943, 17389, 13061, 17451, 13427, 16475, 16252, 17192, 15569, 17833, 13469, 17852, 13950, 17419, 14489, 18403, 14593, 18031, 14828, 18129, 14569, 18779, 14623, 18452, 14393, 17643, 15033, 16675, 15703, 18130, 14889, 18806, 14908, 17760, 16095, 16791, 15935, 17587, 13196, 17401, 13462, 17073, 16975, 16866, 13886, 16947, 12866, 17123, 15491, 16938, 15329, 16709, 13121, 17869, 13130, 16729, 15618, 16958, 13505, 18308, 13940, 17538, 15042, 17185, 14696, 17457, 15956, 17412, 15930, 17421, 15650, 17605, 16740, 15695, 16286, 16273, 16621, 15946, 16884, 15871, 16713, 16126, 16798, 15683, 16924, 16467, 16648, 16558, 17117, 12993, 17080, 13716, 16728, 14495, 17253, 12700, 18004, 12852, 16952, 15682, 16889, 13028, 16689, 13422, 18143, 14578, 17094, 15640, 17491, 16609, 15843, 16848, 17681, 17005, 14910, 17696, 14126, 17275, 14911, 17395, 13679, 18047, 13478, 18172, 13964, 17957, 14520, 16952, 14482, 18041, 14413, 18252, 15047, 17844, 16993, 18374, 14208, 17903, 15690, 17871, 16936, 17128, 15797, 18558, 12876, 17878, 13529, 18226, 17045, 16679, 14975, 18173, 13755, 17118, 15959, 16824, 17611, 18203, 14461, 18044, 15176, 17150, 17154, 16994, 14847, 17848, 14016, 17443, 16262, 16400, 17747, 17396, 15483, 17577, 14760, 16858, 16261, 16695, 16005, 17765, 15981, 17315, 15391, 16531, 17719, 16260, 18365, 16261, 17841, 16459, 16975, 15565, 17962, 16349, 16936, 16568, 18275, 16666, 17476, 15836, 15044, 17171, 14093, 16890, 16063, 16112, 18541, 16452, 17904, 16478, 17109, 16328, 17305, 15931, 18314, 15949, 17892, 16004, 16913, 16389, 19065, 16521, 14876, 16832, 14365, 16973, 16471, 16100, 16892, 17105, 17421, 16523, 16995, 16347, 17467, 15831, 18154, 17138, 15596, 17208, 15894, 16490, 15327, 17257, 14473, 17519, 14358, 18218, 15182, 17529, 15812, 17608, 14733, 17463, 16694, 17177, 17283, 16734, 14998, 17474, 14540, 17044, 17979, 16178, 17096, 17213, 16978, 17086, 16599, 16858, 17083, 16937, 14388, 17268, 14887, 17268, 15909, 17268, 14973, 17699, 13743, 17388, 15110, 17604, 15784, 17249, 16419, 17427, 16422, 17256, 17485, 16211, 18159, 15922, 19647, 18536, 17246, 17615, 15487, 17532, 14281, 17730, 17880, 18383, 17828, 15081, 15344, 16559, 16024, 14575, 17045, 13738, 17115, 19320, 14952, 18461, 15855, 17693, 13680, 17843, 13754, 17136, 14323, 17583, 13556, 16306, 13859, 17281, 15138, 17499, 14070, 17199, 14584, 17554, 15403, 17201, 15194, 17860, 14580, 17183, 15213, 17015, 15407, 16773, 15459, 16947, 15411, 16623, 15530, 16697, 15573, 17893, 14107, 17184, 14114, 16409, 14280, 17215, 18014, 18126, 13284, 17789, 13855, 18244, 19213, 17545, 15686, 16993, 13421, 17441, 13816, 17908, 18811, 15341, 16991, 16927, 14534, 15378, 16353, 14999, 17821, 15189, 17518, 13998, 17236, 14362, 16669, 14989, 17861, 13584, 17809, 13523, 18140, 13815, 17618, 19001, 14654, 14593, 16055, 14392, 15982, 18312, 15773, 16803, 15333, 17512, 13582, 17144, 16306, 17394, 13865, 16918, 13613, 17553, 18526, 14009, 18038, 16177, 14693, 15114, 15394, 14672, 18065, 15059, 17051, 13798, 17759, 13692, 17461, 18028, 16698, 13705, 17533, 13762, 17350, 18477, 13933, 18081, 14815, 15829, 14121, 15836, 13783, 16867, 14188, 17040, 14248, 14524, 13861, 13927, 14103, 16604, 13819, 16027, 13890, 16074, 14393, 17526, 16653, 14395, 13700, 15390, 17117, 13492, 17146, 14198, 16820, 13519, 17295, 13805, 16797, 13527, 16347, 13638, 16551, 13782, 16746, 14341, 17415, 14665, 16639, 15036, 16664, 14837, 16039, 15511, 14539, 15970, 16312, 15126, 16466, 15511, 15912, 14907, 16209, 15728, 17357, 15427, 15828, 15584, 14182, 15743, 17838, 15708, 15679, 16074, 13745, 16264, 14079, 15815, 13554, 16646, 14100, 17083, 17092, 16951, 13476, 16685, 13736, 16597, 13479, 16359, 15480, 16109, 17492, 16474, 14247, 17384, 13803, 16719, 14847, 16718, 16433, 16864, 17218, 16994, 16809, 16081, 15368, 15757, 15845, 15339, 15792, 15358, 17168, 15757, 17345, 14506, 16298, 13421, 16189, 12996, 16174, 16492, 15103, 16422, 13611, 16690, 19303, 14675, 17593, 15912, 13293, 15730, 14616, 16034, 18374, 15522, 14406, 14482, 13919, 14677, 16263, 15010, 13899, 15200, 14050, 15232, 13261, 15057, 15056, 14888, 13543, 14323, 13933, 16150, 16468, 16596, 14406, 16074, 13921, 15389, 16719, 16423, 15651, 15346, 14217, 13953, 13894, 14298, 16723, 13836, 14968, 15710, 16683, 14316, 15672, 14251, 14894, 14132, 18256, 13861, 15977, 13419, 16084, 13260, 14250, 14049, 15053, 14046, 15642, 13858, 14747, 13756, 14213, 13801, 17185, 14133, 17460, 13915, 13235, 16137, 14124, 14391, 14051, 14575, 15322, 13953, 15362, 13574, 18349, 13069, 16176, 13001, 14338, 13250, 15266, 13940, 18871, 13772, 16443, 13634, 15641, 13467, 15817, 13868, 15619, 13507, 16009, 17015, 14278, 16785, 15097, 17125, 13107, 15445, 16311, 15781, 17900, 14837, 18328, 14845, 17077, 15533, 18498, 12669, 16609, 14005, 14120, 17447, 18604, 16377, 17630, 16863, 16723, 16761, 13400, 16686, 13834, 17302, 15957, 16631, 14749, 17519, 13992, 15591, 16001, 14897, 17030, 13484, 15185, 15732, 15149, 15612, 14854, 15759, 15939, 15537, 18273, 14272, 17240, 13874, 17243, 17176, 17355, 16883, 16342, 14118, 17335, 14382, 16696, 14360, 16691, 17181, 16794, 13768, 16755, 14560, 15985, 13780, 16851, 14319, 16319, 14134, 16134, 14161, 15946, 13072, 16975, 14047, 17063, 13938, 17710, 13601, 17638, 14453, 15282, 16188, 15756, 13672, 16378, 13589, 15743, 15741, 14801, 16144, 16154, 14213, 15818, 14094, 15734, 15108, 15995, 16068, 16023, 14015, 15854, 14119, 16042, 16026, 15607, 16057, 16362, 16457, 14649, 16284, 13904, 16474, 13226, 16292, 20519, 16269, 17452, 14674, 18413, 14808, 17346, 12955, 14933, 13233, 15949, 14828, 14698, 17299, 13520, 17969, 12894, 16628, 17445, 15505, 17422, 13461, 17146, 17428, 15638, 17933, 16610, 15264, 16465, 16361, 15701, 16680, 17824, 17910, 17311, 16053, 15495, 17119, 16532, 16440, 16649, 16021, 16860, 16097, 16586, 17018, 16134, 16337, 14914, 16808, 15857, 16994, 17494, 15274, 16905, 14772, 15851, 15491, 16081, 18401, 15458, 18995, 15385, 17497, 14423, 16859, 17059, 15824, 16125, 13677, 16344, 14420, 17029, 15779, 16691, 16531, 14561, 17405, 17458, 15979, 16512, 15044, 15733, 15604, 14032, 16000, 14198, 15619, 14232, 18310, 14076, 16029, 13077, 13643, 16527, 13308, 14908, 15949, 13981, 16401, 18600, 15837, 15049, 16143, 12622, 14424, 14718, 13322, 16195, 15817, 19287, 14483, 15932, 14860, 17135, 14652, 15942, 16707, 14048, 16312, 13860, 15129, 13980, 15611, 13515, 14686, 13892, 18166, 15958, 15785, 15443, 14842, 14717, 13733, 14610, 13217, 14574, 13025, 16013, 13945, 13413, 15784, 14210, 16075, 15246, 15584, 14693], 'WindowCenter': [5201.0, 5206.0, 5175.0, 5194.0, 5161.0, 5159.0, 5158.0, 5158.0, 5180.0, 5161.0, 5166.0, 5146.0, 5165.0, 5148.0, 5166.0, 5168.0, 5176.0, 5149.0, 5167.0, 5148.0, 5176.0, 5148.0, 5162.0, 5158.0, 5166.0, 5148.0, 5166.0, 5147.0, 5166.0, 5158.0, 5167.0, 5149.0, 5167.0, 5158.0, 5166.0, 5156.0, 5165.0, 5158.0, 5167.0, 5158.0, 5157.0, 5166.0, 5156.0, 5167.0, 5148.0, 5167.0, 5158.0, 5167.0, 5137.0, 5165.0, 5138.0, 5176.0, 5149.0, 5178.0, 5150.0, 5187.0, 5150.0, 5176.0, 5160.0, 5178.0, 5170.0, 5179.0, 5170.0, 5177.0, 5170.0, 5168.0, 5179.0, 5177.0, 5178.0, 5159.0, 5180.0, 5159.0, 5180.0, 5160.0, 5191.0, 5179.0, 5191.0, 5161.0, 5190.0, 5161.0, 5181.0, 5181.0, 5180.0, 5170.0, 5180.0, 5160.0, 5180.0, 5168.0, 5179.0, 5169.0, 5178.0, 5150.0, 5177.0, 5148.0, 5178.0, 5161.0, 5178.0, 5150.0, 5187.0, 5159.0, 5176.0, 5160.0, 5180.0, 5162.0, 5193.0, 5192.0, 5184.0, 5191.0, 5183.0, 5192.0, 5176.0, 5183.0, 5173.0, 5181.0, 5164.0, 5172.0, 5191.0, 5173.0, 5181.0, 5173.0, 5183.0, 5164.0, 5194.0, 5183.0, 5194.0, 5173.0, 5185.0, 5171.0, 5185.0, 5182.0, 5183.0, 5182.0, 5184.0, 5182.0, 5174.0, 5182.0, 5174.0, 5183.0, 5174.0, 5192.0, 5194.0, 5195.0, 5185.0, 5196.0, 5196.0, 5185.0, 5204.0, 5197.0, 5207.0, 5204.0, 5198.0, 5188.0, 5195.0, 5186.0, 5195.0, 5194.0, 5195.0, 5175.0, 5194.0, 5175.0, 5183.0, 5195.0, 5195.0, 5185.0, 5194.0, 5184.0, 5195.0, 5183.0, 5185.0, 5194.0, 5186.0, 5183.0, 5175.0, 5192.0, 5173.0, 5185.0, 5164.0, 5184.0, 5193.0, 5174.0, 5182.0, 5193.0, 5181.0, 5184.0, 5184.0, 5162.0, 5172.0, 5162.0, 5170.0, 5171.0, 5163.0, 5180.0, 5171.0, 5169.0, 5171.0, 5169.0, 5171.0, 5182.0, 5171.0, 5179.0, 5173.0, 5180.0, 5162.0, 5180.0, 5183.0, 5190.0, 5173.0, 5183.0, 5171.0, 5185.0, 5171.0, 5173.0, 5182.0, 5174.0, 5182.0, 5173.0, 5170.0, 5162.0, 5168.0, 5154.0, 5170.0, 5161.0, 5169.0, 5170.0, 5179.0, 5158.0, 5177.0, 5180.0, 5160.0, 5159.0, 5168.0, 5159.0, 5168.0, 5169.0, 5160.0, 5167.0, 5171.0, 5168.0, 5160.0, 5168.0, 5160.0, 5168.0, 5170.0, 5169.0, 5158.0, 5160.0, 5168.0, 5169.0, 5179.0, 5160.0, 5159.0, 5160.0, 5156.0, 5150.0, 5158.0, 5160.0, 5166.0, 5158.0, 5167.0, 5157.0, 5167.0, 5168.0, 5159.0, 5160.0, 5159.0, 5159.0, 5167.0, 5157.0, 5160.0, 5166.0, 5158.0, 5147.0, 5159.0, 5167.0, 5169.0, 5180.0, 5171.0, 5179.0, 5171.0, 5178.0, 5159.0, 5179.0, 5169.0, 5170.0, 5170.0, 5169.0, 5169.0, 5159.0, 5179.0, 5172.0, 5179.0, 5171.0, 5186.0, 5162.0, 5178.0, 5178.0, 5169.0, 5172.0, 5160.0, 5158.0, 5157.0, 5148.0, 5148.0, 5157.0, 5149.0, 5166.0, 5158.0, 5176.0, 5158.0, 5164.0, 5156.0, 5155.0, 5158.0, 5157.0, 5147.0, 5147.0, 5143.0, 5146.0, 5146.0, 5138.0, 5154.0, 5136.0, 5144.0, 5136.0, 5144.0, 5135.0, 5145.0, 5127.0, 5144.0, 5145.0, 5143.0, 5143.0, 5153.0, 5136.0, 5163.0, 5144.0, 5145.0, 5144.0, 5155.0, 5165.0, 5160.0, 5178.0, 5165.0, 5168.0, 5191.0, 5181.0, 5190.0, 5171.0, 5167.0, 5159.0, 5144.0, 5137.0, 5135.0, 5146.0, 5146.0, 5147.0, 5145.0, 5146.0, 5145.0, 5134.0, 5124.0, 5153.0, 5147.0, 5142.0, 5123.0, 5139.0, 5130.0, 5128.0, 5119.0, 5127.0, 5109.0, 5128.0, 5119.0, 5137.0, 5119.0, 5139.0, 5131.0, 5139.0, 5134.0, 5141.0, 5134.0, 5144.0, 5134.0, 5143.0, 5144.0, 5136.0, 5145.0, 5147.0, 5156.0, 5168.0, 5156.0, 5159.0, 5164.0, 5149.0, 5177.0, 5179.0, 5178.0, 5160.0, 5178.0, 5160.0, 5188.0, 5179.0, 5177.0, 5170.0, 5168.0, 5148.0, 5165.0, 5157.0, 5176.0, 5159.0, 5166.0, 5169.0, 5148.0, 5148.0, 5157.0, 5146.0, 5157.0, 5156.0, 5158.0, 5156.0, 5167.0, 5136.0, 5167.0, 5147.0, 5159.0, 5148.0, 5158.0, 5157.0, 5150.0, 5156.0, 5148.0, 5166.0, 5149.0, 5178.0, 5150.0, 5178.0, 5159.0, 5170.0, 5159.0, 5170.0, 5168.0, 5159.0, 5158.0, 5160.0, 5166.0, 5159.0, 5167.0, 5161.0, 5168.0, 5159.0, 5167.0, 5160.0, 5178.0, 5169.0, 5167.0, 5160.0, 5170.0, 5159.0, 5178.0, 5170.0, 5187.0, 5171.0, 5180.0, 5159.0, 5180.0, 5161.0, 5180.0, 5171.0, 5182.0, 5171.0, 5182.0, 5161.0, 5181.0, 5161.0, 5182.0, 5181.0, 5182.0, 5170.0, 5182.0, 5159.0, 5180.0, 5161.0, 5179.0, 5180.0, 5172.0, 5171.0, 5181.0, 5169.0, 5180.0, 5180.0, 5172.0, 5189.0, 5172.0, 5171.0, 5154.0, 5184.0, 5192.0, 5175.0, 5191.0, 5175.0, 5180.0, 5173.0, 5190.0, 5162.0, 5169.0, 5161.0, 5167.0, 5159.0, 5166.0, 5159.0, 5177.0, 5158.0, 5167.0, 5158.0, 5168.0, 5158.0, 5177.0, 5168.0, 5167.0, 5163.0, 5169.0, 5159.0, 5189.0, 5152.0, 5181.0, 5172.0, 5182.0, 5192.0, 5193.0, 5193.0, 5193.0, 5201.0, 5173.0, 5202.0, 5184.0, 5193.0, 5194.0, 5181.0, 5183.0, 5181.0, 5161.0, 5182.0, 5160.0, 5168.0, 5169.0, 5169.0, 5171.0, 5168.0, 5150.0, 5177.0, 5160.0, 5167.0, 5158.0, 5168.0, 5158.0, 5178.0, 5160.0, 5168.0, 5162.0, 5180.0, 5161.0, 5179.0, 5160.0, 5181.0, 5160.0, 5177.0, 5171.0, 5178.0, 5180.0, 5179.0, 5181.0, 5180.0, 5180.0, 5190.0, 5171.0, 5191.0, 5174.0, 5191.0, 5173.0, 5180.0, 5171.0, 5169.0, 5173.0, 5169.0, 5180.0, 5181.0, 5171.0, 5191.0, 5170.0, 5188.0, 5173.0, 5190.0, 5183.0, 5180.0, 5172.0, 5180.0, 5181.0, 5180.0, 5181.0, 5178.0, 5181.0, 5159.0, 5181.0, 5159.0, 5182.0, 5180.0, 5192.0, 5183.0, 5181.0, 5179.0, 5181.0, 5170.0, 5181.0, 5179.0, 5181.0, 5180.0, 5171.0, 5178.0, 5170.0, 5189.0, 5173.0, 5188.0, 5192.0, 5181.0, 5171.0, 5190.0, 5170.0, 5171.0, 5169.0, 5169.0, 5178.0, 5181.0, 5189.0, 5182.0, 5201.0, 5163.0, 5190.0, 5183.0, 5180.0, 5173.0, 5179.0, 5151.0, 5168.0, 5150.0, 5167.0, 5148.0, 5157.0, 5146.0, 5167.0, 5157.0, 5166.0, 5157.0, 5176.0, 5159.0, 5176.0, 5150.0, 5176.0, 5150.0, 5177.0, 5170.0, 5181.0, 5169.0, 5168.0, 5150.0, 5179.0, 5150.0, 5179.0, 5179.0, 5170.0, 5160.0, 5168.0, 5138.0, 5158.0, 5151.0, 5168.0, 5170.0, 5178.0, 5150.0, 5179.0, 5149.0, 5181.0, 5170.0, 5180.0, 5181.0, 5180.0, 5169.0, 5182.0, 5158.0, 5179.0, 5170.0, 5181.0, 5180.0, 5172.0, 5190.0, 5161.0, 5191.0, 5182.0, 5189.0, 5182.0, 5190.0, 5162.0, 5179.0, 5160.0, 5179.0, 5171.0, 5179.0, 5169.0, 5168.0, 5170.0, 5168.0, 5179.0, 5177.0, 5179.0, 5170.0, 5181.0, 5169.0, 5182.0, 5179.0, 5182.0, 5191.0, 5172.0, 5192.0, 5164.0, 5193.0, 5181.0, 5193.0, 5193.0, 5193.0, 5184.0, 5192.0, 5171.0, 5182.0, 5180.0, 5181.0, 5180.0, 5171.0, 5179.0, 5180.0, 5178.0, 5170.0, 5168.0, 5170.0, 5177.0, 5160.0, 5188.0, 5169.0, 5191.0, 5190.0, 5182.0, 5181.0, 5183.0, 5180.0, 5172.0, 5160.0, 5168.0, 5149.0, 5167.0, 5156.0, 5160.0, 5157.0, 5159.0, 5136.0, 5156.0, 5135.0, 5157.0, 5166.0, 5157.0, 5167.0, 5149.0, 5177.0, 5147.0, 5168.0, 5150.0, 5169.0, 5169.0, 5171.0, 5179.0, 5171.0, 5168.0, 5170.0, 5168.0, 5160.0, 5167.0, 5159.0, 5177.0, 5171.0, 5166.0, 5169.0, 5168.0, 5158.0, 5168.0, 5159.0, 5167.0, 5160.0, 5176.0, 5160.0, 5177.0, 5160.0, 5178.0, 5158.0, 5188.0, 5151.0, 5182.0, 5190.0, 5184.0, 5181.0, 5182.0, 5171.0, 5171.0, 5179.0, 5170.0, 5178.0, 5160.0, 5148.0, 5157.0, 5159.0, 5158.0, 5166.0, 5157.0, 5165.0, 5159.0, 5155.0, 5158.0, 5157.0, 5158.0, 5147.0, 5157.0, 5154.0, 5156.0, 5166.0, 5158.0, 5177.0, 5150.0, 5186.0, 5149.0, 5177.0, 5160.0, 5167.0, 5150.0, 5167.0, 5138.0, 5164.0, 5137.0, 5165.0, 5149.0, 5166.0, 5148.0, 5166.0, 5147.0, 5166.0, 5138.0, 5165.0, 5147.0, 5165.0, 5158.0, 5177.0, 5150.0, 5178.0, 5151.0, 5210.0, 5142.0, 5170.0, 5195.0, 5153.0, 5180.0, 5159.0, 5170.0, 5157.0, 5160.0, 5159.0, 5158.0, 5180.0, 5156.0, 5155.0, 5144.0, 5141.0, 5142.0, 5153.0, 5155.0, 5164.0, 5167.0, 5188.0, 5171.0, 5190.0, 5184.0, 5183.0, 5172.0, 5204.0, 5171.0, 5191.0, 5162.0, 5191.0, 5170.0, 5181.0, 5181.0, 5183.0, 5160.0, 5191.0, 5159.0, 5180.0, 5141.0, 5166.0, 5171.0, 5168.0, 5179.0, 5178.0, 5159.0, 5189.0, 5148.0, 5179.0, 5147.0, 5168.0, 5149.0, 5177.0, 5160.0, 5176.0, 5149.0, 5178.0, 5148.0, 5176.0, 5150.0, 5165.0, 5158.0, 5166.0, 5147.0, 5165.0, 5158.0, 5177.0, 5159.0, 5178.0, 5159.0, 5187.0, 5168.0, 5177.0, 5149.0, 5178.0, 5147.0, 5167.0, 5170.0, 5178.0, 5169.0, 5179.0, 5148.0, 5177.0, 5148.0, 5175.0, 5157.0, 5177.0, 5158.0, 5177.0, 5158.0, 5188.0, 5168.0, 5188.0, 5160.0, 5186.0, 5158.0, 5176.0, 5158.0, 5168.0, 5168.0, 5176.0, 5159.0, 5186.0, 5168.0, 5178.0, 5178.0, 5179.0, 5180.0, 5190.0, 5151.0, 5188.0, 5150.0, 5178.0, 5179.0, 5180.0, 5162.0, 5182.0, 5151.0, 5190.0, 5170.0, 5180.0, 5169.0, 5169.0, 5138.0, 5177.0, 5139.0, 5168.0, 5157.0, 5167.0, 5148.0, 5176.0, 5148.0, 5174.0, 5157.0, 5176.0, 5158.0, 5174.0, 5169.0, 5176.0, 5178.0, 5176.0, 5167.0, 5176.0, 5179.0, 5169.0, 5178.0, 5178.0, 5180.0, 5167.0, 5180.0, 5169.0, 5179.0, 5169.0, 5180.0, 5167.0, 5178.0, 5168.0, 5178.0, 5169.0, 5178.0, 5148.0, 5180.0, 5158.0, 5180.0, 5160.0, 5178.0, 5152.0, 5188.0, 5150.0, 5179.0, 5169.0, 5178.0, 5151.0, 5177.0, 5149.0, 5177.0, 5160.0, 5177.0, 5170.0, 5178.0, 5180.0, 5168.0, 5180.0, 5179.0, 5180.0, 5169.0, 5189.0, 5159.0, 5190.0, 5172.0, 5179.0, 5160.0, 5189.0, 5158.0, 5188.0, 5171.0, 5190.0, 5170.0, 5189.0, 5170.0, 5189.0, 5170.0, 5203.0, 5184.0, 5192.0, 5192.0, 5202.0, 5174.0, 5200.0, 5183.0, 5192.0, 5183.0, 5192.0, 5171.0, 5190.0, 5150.0, 5188.0, 5161.0, 5188.0, 5181.0, 5180.0, 5170.0, 5191.0, 5159.0, 5192.0, 5179.0, 5183.0, 5189.0, 5190.0, 5170.0, 5190.0, 5173.0, 5190.0, 5181.0, 5191.0, 5172.0, 5192.0, 5159.0, 5191.0, 5182.0, 5181.0, 5180.0, 5182.0, 5167.0, 5179.0, 5158.0, 5179.0, 5170.0, 5181.0, 5170.0, 5190.0, 5170.0, 5192.0, 5169.0, 5182.0, 5181.0, 5181.0, 5187.0, 5179.0, 5190.0, 5181.0, 5178.0, 5170.0, 5179.0, 5180.0, 5167.0, 5180.0, 5179.0, 5180.0, 5180.0, 5170.0, 5159.0, 5179.0, 5150.0, 5180.0, 5169.0, 5171.0, 5189.0, 5180.0, 5177.0, 5179.0, 5178.0, 5180.0, 5179.0, 5180.0, 5188.0, 5181.0, 5178.0, 5183.0, 5180.0, 5181.0, 5187.0, 5179.0, 5159.0, 5179.0, 5161.0, 5179.0, 5168.0, 5171.0, 5178.0, 5180.0, 5178.0, 5180.0, 5180.0, 5180.0, 5177.0, 5171.0, 5177.0, 5179.0, 5169.0, 5180.0, 5170.0, 5181.0, 5169.0, 5190.0, 5160.0, 5188.0, 5159.0, 5189.0, 5171.0, 5192.0, 5171.0, 5191.0, 5169.0, 5191.0, 5179.0, 5181.0, 5178.0, 5179.0, 5169.0, 5189.0, 5162.0, 5181.0, 5179.0, 5181.0, 5179.0, 5192.0, 5179.0, 5191.0, 5180.0, 5181.0, 5179.0, 5191.0, 5162.0, 5189.0, 5173.0, 5181.0, 5170.0, 5181.0, 5168.0, 5192.0, 5160.0, 5191.0, 5171.0, 5191.0, 5171.0, 5192.0, 5181.0, 5193.0, 5180.0, 5193.0, 5191.0, 5184.0, 5193.0, 5184.0, 5201.0, 5204.0, 5204.0, 5192.0, 5184.0, 5193.0, 5175.0, 5192.0, 5185.0, 5190.0, 5194.0, 5162.0, 5159.0, 5179.0, 5169.0, 5161.0, 5178.0, 5152.0, 5181.0, 5192.0, 5162.0, 5180.0, 5171.0, 5178.0, 5152.0, 5178.0, 5152.0, 5167.0, 5151.0, 5167.0, 5150.0, 5168.0, 5151.0, 5176.0, 5160.0, 5178.0, 5160.0, 5168.0, 5160.0, 5177.0, 5171.0, 5179.0, 5170.0, 5179.0, 5172.0, 5179.0, 5170.0, 5179.0, 5173.0, 5181.0, 5173.0, 5180.0, 5174.0, 5179.0, 5173.0, 5181.0, 5173.0, 5190.0, 5163.0, 5180.0, 5163.0, 5178.0, 5162.0, 5180.0, 5181.0, 5188.0, 5161.0, 5179.0, 5161.0, 5179.0, 5190.0, 5177.0, 5168.0, 5169.0, 5150.0, 5178.0, 5151.0, 5177.0, 5189.0, 5170.0, 5180.0, 5179.0, 5160.0, 5170.0, 5170.0, 5171.0, 5180.0, 5172.0, 5179.0, 5161.0, 5178.0, 5161.0, 5169.0, 5161.0, 5181.0, 5151.0, 5179.0, 5160.0, 5190.0, 5162.0, 5179.0, 5191.0, 5162.0, 5160.0, 5172.0, 5160.0, 5171.0, 5178.0, 5171.0, 5178.0, 5170.0, 5178.0, 5152.0, 5179.0, 5173.0, 5179.0, 5151.0, 5177.0, 5151.0, 5177.0, 5180.0, 5159.0, 5179.0, 5169.0, 5158.0, 5169.0, 5158.0, 5161.0, 5177.0, 5170.0, 5179.0, 5150.0, 5178.0, 5150.0, 5168.0, 5180.0, 5168.0, 5149.0, 5167.0, 5138.0, 5165.0, 5175.0, 5150.0, 5166.0, 5159.0, 5155.0, 5149.0, 5156.0, 5146.0, 5155.0, 5147.0, 5156.0, 5146.0, 5144.0, 5148.0, 5136.0, 5145.0, 5156.0, 5138.0, 5154.0, 5146.0, 5155.0, 5147.0, 5165.0, 5166.0, 5159.0, 5149.0, 5168.0, 5166.0, 5151.0, 5177.0, 5161.0, 5169.0, 5148.0, 5167.0, 5150.0, 5166.0, 5150.0, 5167.0, 5150.0, 5166.0, 5147.0, 5166.0, 5148.0, 5164.0, 5158.0, 5166.0, 5159.0, 5167.0, 5158.0, 5157.0, 5158.0, 5148.0, 5168.0, 5168.0, 5159.0, 5167.0, 5169.0, 5167.0, 5170.0, 5169.0, 5170.0, 5168.0, 5170.0, 5157.0, 5169.0, 5148.0, 5169.0, 5176.0, 5169.0, 5159.0, 5168.0, 5149.0, 5169.0, 5159.0, 5168.0, 5148.0, 5180.0, 5161.0, 5182.0, 5180.0, 5183.0, 5163.0, 5191.0, 5161.0, 5182.0, 5161.0, 5182.0, 5173.0, 5181.0, 5192.0, 5183.0, 5163.0, 5195.0, 5163.0, 5193.0, 5174.0, 5194.0, 5182.0, 5195.0, 5194.0, 5196.0, 5193.0, 5195.0, 5184.0, 5184.0, 5184.0, 5185.0, 5184.0, 5186.0, 5192.0, 5185.0, 5193.0, 5176.0, 5196.0, 5176.0, 5195.0, 5165.0, 5195.0, 5195.0, 5186.0, 5195.0, 5178.0, 5196.0, 5207.0, 5177.0, 5195.0, 5186.0, 5164.0, 5186.0, 5175.0, 5186.0, 5196.0, 5187.0, 5174.0, 5177.0, 5175.0, 5186.0, 5183.0, 5186.0, 5164.0, 5183.0, 5174.0, 5186.0, 5165.0, 5186.0, 5186.0, 5186.0, 5169.0, 5175.0, 5175.0, 5186.0, 5196.0, 5193.0, 5176.0, 5185.0, 5175.0, 5184.0, 5197.0, 5184.0, 5199.0, 5185.0, 5164.0, 5164.0, 5163.0, 5184.0, 5194.0, 5187.0, 5186.0, 5198.0, 5196.0, 5177.0, 5184.0, 5175.0, 5172.0, 5163.0, 5181.0, 5153.0, 5169.0, 5151.0, 5157.0, 5150.0, 5148.0, 5159.0, 5157.0, 5160.0, 5157.0, 5151.0, 5159.0, 5152.0, 5162.0, 5152.0, 5170.0, 5165.0, 5193.0, 5163.0, 5154.0, 5171.0, 5161.0, 5165.0, 5163.0, 5177.0, 5185.0, 5175.0, 5176.0, 5168.0, 5195.0, 5156.0, 5173.0, 5155.0, 5160.0, 5154.0, 5163.0, 5163.0, 5180.0, 5154.0, 5170.0, 5153.0, 5172.0, 5164.0, 5183.0, 5164.0, 5175.0, 5166.0, 5184.0, 5184.0, 5175.0, 5183.0, 5186.0, 5195.0, 5168.0, 5188.0, 5200.0, 5190.0, 5199.0, 5193.0, 5210.0, 5182.0, 5186.0, 5178.0, 5196.0, 5169.0, 5196.0, 5178.0, 5189.0, 5207.0, 5220.0, 5213.0, 5220.0, 5220.0, 5222.0, 5211.0, 5191.0, 5198.0, 5180.0, 5196.0, 5198.0, 5209.0, 5200.0, 5218.0, 5187.0, 5198.0, 5195.0, 5187.0, 5195.0, 5177.0, 5186.0, 5196.0, 5187.0, 5197.0, 5185.0, 5196.0, 5195.0, 5196.0, 5203.0, 5187.0, 5204.0, 5176.0, 5193.0, 5194.0, 5191.0, 5195.0, 5184.0, 5173.0, 5191.0, 5173.0, 5182.0, 5173.0, 5180.0, 5193.0, 5181.0, 5162.0, 5181.0, 5171.0, 5168.0, 5159.0, 5178.0, 5160.0, 5169.0, 5160.0, 5170.0, 5159.0, 5169.0, 5152.0, 5180.0, 5162.0, 5178.0, 5161.0, 5187.0, 5161.0, 5190.0, 5172.0, 5183.0, 5180.0, 5182.0, 5172.0, 5192.0, 5171.0, 5181.0, 5182.0, 5183.0, 5194.0, 5193.0, 5173.0, 5183.0, 5169.0, 5182.0, 5172.0, 5182.0, 5180.0, 5182.0, 5171.0, 5181.0, 5171.0, 5181.0, 5182.0, 5182.0, 5182.0, 5192.0, 5193.0, 5184.0, 5192.0, 5177.0, 5183.0, 5163.0, 5183.0, 5231.0, 5199.0, 5209.0, 5189.0, 5194.0, 5175.0, 5191.0, 5155.0, 5175.0, 5154.0, 5183.0, 5163.0, 5166.0, 5183.0, 5152.0, 5191.0, 5155.0, 5196.0, 5196.0, 5185.0, 5206.0, 5179.0, 5209.0, 5210.0, 5199.0, 5208.0, 5200.0, 5199.0, 5200.0, 5210.0, 5199.0, 5213.0, 5219.0, 5221.0, 5220.0, 5211.0, 5209.0, 5221.0, 5209.0, 5210.0, 5209.0, 5213.0, 5234.0, 5224.0, 5235.0, 5221.0, 5214.0, 5202.0, 5202.0, 5213.0, 5201.0, 5201.0, 5211.0, 5202.0, 5200.0, 5188.0, 5189.0, 5177.0, 5187.0, 5196.0, 5189.0, 5194.0, 5189.0, 5197.0, 5179.0, 5207.0, 5208.0, 5209.0, 5210.0, 5179.0, 5199.0, 5187.0, 5211.0, 5201.0, 5213.0, 5210.0, 5212.0, 5220.0, 5221.0, 5213.0, 5212.0, 5200.0, 5201.0, 5197.0, 5190.0, 5198.0, 5190.0, 5187.0, 5189.0, 5211.0, 5181.0, 5188.0, 5165.0, 5167.0, 5186.0, 5179.0, 5187.0, 5188.0, 5177.0, 5186.0, 5198.0, 5187.0, 5175.0, 5184.0, 5142.0, 5163.0, 5162.0, 5153.0, 5160.0, 5162.0, 5178.0, 5152.0, 5157.0, 5158.0, 5168.0, 5158.0, 5159.0, 5171.0, 5151.0, 5172.0, 5150.0, 5158.0, 5150.0, 5158.0, 5152.0, 5159.0, 5151.0, 5194.0, 5173.0, 5168.0, 5169.0, 5161.0, 5160.0, 5152.0, 5148.0, 5141.0, 5147.0, 5138.0, 5158.0, 5136.0, 5137.0, 5156.0, 5138.0, 5156.0, 5147.0, 5145.0, 5147.0], 'WindowWidth': [11237.0, 11231.0, 11184.0, 11205.0, 11154.0, 11148.0, 11144.0, 11142.0, 11183.0, 11154.0, 11149.0, 11124.0, 11148.0, 11128.0, 11152.0, 11162.0, 11166.0, 11131.0, 11155.0, 11131.0, 11165.0, 11130.0, 11142.0, 11144.0, 11150.0, 11127.0, 11149.0, 11127.0, 11149.0, 11142.0, 11153.0, 11133.0, 11152.0, 11142.0, 11149.0, 11139.0, 11150.0, 11145.0, 11154.0, 11144.0, 11140.0, 11154.0, 11140.0, 11155.0, 11130.0, 11156.0, 11144.0, 11154.0, 11113.0, 11149.0, 11115.0, 11164.0, 11134.0, 11171.0, 11136.0, 11184.0, 11136.0, 11168.0, 11151.0, 11172.0, 11165.0, 11173.0, 11164.0, 11169.0, 11164.0, 11161.0, 11175.0, 11174.0, 11176.0, 11150.0, 11178.0, 11149.0, 11180.0, 11152.0, 11196.0, 11180.0, 11197.0, 11157.0, 11194.0, 11154.0, 11183.0, 11183.0, 11182.0, 11167.0, 11180.0, 11150.0, 11178.0, 11161.0, 11177.0, 11164.0, 11174.0, 11136.0, 11171.0, 11133.0, 11171.0, 11155.0, 11171.0, 11135.0, 11180.0, 11148.0, 11164.0, 11150.0, 11180.0, 11158.0, 11203.0, 11199.0, 11190.0, 11195.0, 11187.0, 11200.0, 11183.0, 11187.0, 11172.0, 11177.0, 11159.0, 11168.0, 11196.0, 11171.0, 11180.0, 11172.0, 11184.0, 11160.0, 11202.0, 11187.0, 11203.0, 11173.0, 11190.0, 11170.0, 11189.0, 11180.0, 11185.0, 11180.0, 11186.0, 11182.0, 11174.0, 11180.0, 11174.0, 11182.0, 11175.0, 11197.0, 11204.0, 11206.0, 11194.0, 11211.0, 11211.0, 11194.0, 11221.0, 11215.0, 11227.0, 11224.0, 11215.0, 11200.0, 11207.0, 11197.0, 11207.0, 11207.0, 11208.0, 11179.0, 11204.0, 11180.0, 11189.0, 11210.0, 11209.0, 11191.0, 11205.0, 11190.0, 11207.0, 11188.0, 11194.0, 11207.0, 11195.0, 11186.0, 11179.0, 11199.0, 11176.0, 11193.0, 11160.0, 11187.0, 11202.0, 11175.0, 11182.0, 11203.0, 11182.0, 11193.0, 11189.0, 11157.0, 11170.0, 11154.0, 11163.0, 11169.0, 11159.0, 11178.0, 11167.0, 11160.0, 11167.0, 11161.0, 11167.0, 11182.0, 11168.0, 11175.0, 11172.0, 11177.0, 11158.0, 11177.0, 11191.0, 11193.0, 11174.0, 11188.0, 11169.0, 11193.0, 11169.0, 11173.0, 11186.0, 11177.0, 11184.0, 11173.0, 11164.0, 11157.0, 11161.0, 11146.0, 11164.0, 11153.0, 11159.0, 11162.0, 11171.0, 11146.0, 11169.0, 11181.0, 11149.0, 11147.0, 11158.0, 11146.0, 11158.0, 11162.0, 11148.0, 11160.0, 11166.0, 11158.0, 11148.0, 11156.0, 11151.0, 11159.0, 11164.0, 11162.0, 11145.0, 11150.0, 11162.0, 11164.0, 11179.0, 11150.0, 11146.0, 11148.0, 11139.0, 11136.0, 11144.0, 11148.0, 11152.0, 11142.0, 11153.0, 11142.0, 11154.0, 11160.0, 11147.0, 11148.0, 11146.0, 11145.0, 11156.0, 11144.0, 11150.0, 11157.0, 11145.0, 11128.0, 11148.0, 11157.0, 11164.0, 11178.0, 11169.0, 11177.0, 11166.0, 11171.0, 11152.0, 11174.0, 11164.0, 11165.0, 11164.0, 11162.0, 11163.0, 11149.0, 11180.0, 11171.0, 11176.0, 11166.0, 11182.0, 11154.0, 11172.0, 11178.0, 11160.0, 11170.0, 11150.0, 11145.0, 11143.0, 11130.0, 11130.0, 11145.0, 11134.0, 11155.0, 11143.0, 11167.0, 11143.0, 11147.0, 11139.0, 11135.0, 11146.0, 11140.0, 11127.0, 11126.0, 11117.0, 11124.0, 11126.0, 11116.0, 11136.0, 11111.0, 11118.0, 11108.0, 11117.0, 11108.0, 11121.0, 11098.0, 11118.0, 11119.0, 11113.0, 11117.0, 11127.0, 11111.0, 11144.0, 11121.0, 11121.0, 11117.0, 11136.0, 11154.0, 11150.0, 11170.0, 11154.0, 11157.0, 11200.0, 11187.0, 11196.0, 11171.0, 11156.0, 11144.0, 11118.0, 11110.0, 11108.0, 11126.0, 11123.0, 11125.0, 11121.0, 11122.0, 11119.0, 11104.0, 11089.0, 11131.0, 11125.0, 11111.0, 11084.0, 11100.0, 11088.0, 11083.0, 11073.0, 11082.0, 11060.0, 11084.0, 11073.0, 11095.0, 11074.0, 11100.0, 11093.0, 11103.0, 11104.0, 11110.0, 11104.0, 11118.0, 11105.0, 11117.0, 11118.0, 11108.0, 11123.0, 11127.0, 11140.0, 11159.0, 11137.0, 11145.0, 11148.0, 11133.0, 11170.0, 11179.0, 11173.0, 11149.0, 11174.0, 11150.0, 11186.0, 11181.0, 11170.0, 11168.0, 11157.0, 11130.0, 11151.0, 11142.0, 11167.0, 11150.0, 11151.0, 11163.0, 11130.0, 11129.0, 11142.0, 11124.0, 11141.0, 11141.0, 11144.0, 11144.0, 11154.0, 11110.0, 11155.0, 11128.0, 11147.0, 11132.0, 11144.0, 11142.0, 11133.0, 11135.0, 11128.0, 11150.0, 11132.0, 11169.0, 11135.0, 11175.0, 11145.0, 11164.0, 11146.0, 11162.0, 11159.0, 11146.0, 11144.0, 11149.0, 11155.0, 11149.0, 11155.0, 11150.0, 11155.0, 11145.0, 11155.0, 11148.0, 11170.0, 11165.0, 11156.0, 11148.0, 11159.0, 11147.0, 11171.0, 11165.0, 11184.0, 11169.0, 11179.0, 11149.0, 11181.0, 11154.0, 11181.0, 11170.0, 11186.0, 11171.0, 11184.0, 11153.0, 11181.0, 11153.0, 11184.0, 11183.0, 11185.0, 11166.0, 11183.0, 11150.0, 11179.0, 11153.0, 11179.0, 11181.0, 11171.0, 11166.0, 11182.0, 11162.0, 11180.0, 11179.0, 11170.0, 11191.0, 11169.0, 11165.0, 11145.0, 11189.0, 11199.0, 11181.0, 11196.0, 11179.0, 11180.0, 11173.0, 11193.0, 11156.0, 11159.0, 11152.0, 11155.0, 11147.0, 11152.0, 11147.0, 11171.0, 11146.0, 11155.0, 11144.0, 11157.0, 11146.0, 11168.0, 11161.0, 11157.0, 11154.0, 11159.0, 11148.0, 11187.0, 11141.0, 11181.0, 11171.0, 11184.0, 11199.0, 11204.0, 11203.0, 11203.0, 11211.0, 11176.0, 11213.0, 11194.0, 11200.0, 11210.0, 11181.0, 11191.0, 11180.0, 11152.0, 11183.0, 11149.0, 11160.0, 11164.0, 11161.0, 11167.0, 11158.0, 11136.0, 11169.0, 11150.0, 11154.0, 11146.0, 11157.0, 11147.0, 11170.0, 11149.0, 11158.0, 11153.0, 11175.0, 11154.0, 11176.0, 11153.0, 11178.0, 11151.0, 11171.0, 11166.0, 11176.0, 11180.0, 11179.0, 11183.0, 11179.0, 11182.0, 11194.0, 11172.0, 11195.0, 11179.0, 11197.0, 11173.0, 11179.0, 11168.0, 11162.0, 11170.0, 11164.0, 11180.0, 11181.0, 11169.0, 11194.0, 11167.0, 11188.0, 11174.0, 11194.0, 11187.0, 11179.0, 11171.0, 11179.0, 11181.0, 11180.0, 11182.0, 11177.0, 11182.0, 11149.0, 11182.0, 11151.0, 11185.0, 11182.0, 11201.0, 11188.0, 11183.0, 11177.0, 11183.0, 11165.0, 11182.0, 11179.0, 11183.0, 11178.0, 11167.0, 11173.0, 11166.0, 11189.0, 11175.0, 11189.0, 11204.0, 11182.0, 11169.0, 11195.0, 11165.0, 11164.0, 11161.0, 11161.0, 11175.0, 11181.0, 11190.0, 11184.0, 11210.0, 11161.0, 11191.0, 11189.0, 11176.0, 11174.0, 11173.0, 11139.0, 11157.0, 11134.0, 11154.0, 11130.0, 11140.0, 11124.0, 11150.0, 11140.0, 11149.0, 11142.0, 11165.0, 11149.0, 11167.0, 11136.0, 11167.0, 11136.0, 11169.0, 11167.0, 11176.0, 11162.0, 11158.0, 11135.0, 11174.0, 11137.0, 11176.0, 11177.0, 11164.0, 11150.0, 11157.0, 11116.0, 11144.0, 11137.0, 11159.0, 11164.0, 11175.0, 11136.0, 11177.0, 11133.0, 11181.0, 11166.0, 11181.0, 11184.0, 11181.0, 11162.0, 11183.0, 11148.0, 11177.0, 11166.0, 11181.0, 11177.0, 11170.0, 11193.0, 11156.0, 11194.0, 11187.0, 11189.0, 11189.0, 11191.0, 11155.0, 11174.0, 11152.0, 11173.0, 11167.0, 11174.0, 11162.0, 11158.0, 11163.0, 11160.0, 11175.0, 11174.0, 11178.0, 11163.0, 11181.0, 11161.0, 11183.0, 11176.0, 11186.0, 11195.0, 11172.0, 11201.0, 11163.0, 11201.0, 11184.0, 11202.0, 11204.0, 11202.0, 11191.0, 11199.0, 11169.0, 11184.0, 11180.0, 11182.0, 11181.0, 11168.0, 11173.0, 11177.0, 11170.0, 11163.0, 11161.0, 11163.0, 11168.0, 11151.0, 11187.0, 11165.0, 11198.0, 11194.0, 11187.0, 11185.0, 11187.0, 11183.0, 11172.0, 11151.0, 11159.0, 11133.0, 11155.0, 11140.0, 11148.0, 11141.0, 11143.0, 11109.0, 11137.0, 11107.0, 11140.0, 11152.0, 11141.0, 11152.0, 11130.0, 11167.0, 11127.0, 11158.0, 11135.0, 11161.0, 11165.0, 11167.0, 11175.0, 11166.0, 11157.0, 11163.0, 11159.0, 11150.0, 11155.0, 11147.0, 11166.0, 11163.0, 11154.0, 11158.0, 11158.0, 11144.0, 11155.0, 11146.0, 11155.0, 11149.0, 11168.0, 11151.0, 11169.0, 11151.0, 11172.0, 11146.0, 11189.0, 11141.0, 11183.0, 11197.0, 11190.0, 11180.0, 11184.0, 11166.0, 11166.0, 11177.0, 11167.0, 11171.0, 11147.0, 11131.0, 11142.0, 11145.0, 11143.0, 11152.0, 11141.0, 11148.0, 11144.0, 11137.0, 11141.0, 11142.0, 11143.0, 11125.0, 11140.0, 11133.0, 11140.0, 11151.0, 11145.0, 11168.0, 11137.0, 11181.0, 11135.0, 11169.0, 11151.0, 11154.0, 11135.0, 11152.0, 11114.0, 11146.0, 11114.0, 11149.0, 11132.0, 11153.0, 11129.0, 11151.0, 11126.0, 11150.0, 11116.0, 11147.0, 11126.0, 11149.0, 11144.0, 11169.0, 11132.0, 11174.0, 11140.0, 11237.0, 11097.0, 11158.0, 11201.0, 11141.0, 11172.0, 11143.0, 11157.0, 11142.0, 11146.0, 11142.0, 11139.0, 11175.0, 11136.0, 11132.0, 11113.0, 11107.0, 11112.0, 11127.0, 11133.0, 11146.0, 11155.0, 11186.0, 11170.0, 11195.0, 11192.0, 11187.0, 11175.0, 11219.0, 11169.0, 11198.0, 11157.0, 11197.0, 11170.0, 11183.0, 11187.0, 11187.0, 11154.0, 11197.0, 11151.0, 11179.0, 11125.0, 11155.0, 11173.0, 11158.0, 11184.0, 11172.0, 11150.0, 11191.0, 11133.0, 11176.0, 11128.0, 11157.0, 11135.0, 11169.0, 11152.0, 11167.0, 11133.0, 11172.0, 11133.0, 11167.0, 11133.0, 11147.0, 11147.0, 11152.0, 11127.0, 11149.0, 11144.0, 11169.0, 11149.0, 11173.0, 11152.0, 11183.0, 11162.0, 11172.0, 11135.0, 11173.0, 11130.0, 11155.0, 11168.0, 11172.0, 11164.0, 11175.0, 11131.0, 11170.0, 11129.0, 11164.0, 11147.0, 11170.0, 11147.0, 11170.0, 11145.0, 11187.0, 11163.0, 11186.0, 11154.0, 11181.0, 11146.0, 11167.0, 11148.0, 11157.0, 11164.0, 11167.0, 11147.0, 11181.0, 11161.0, 11172.0, 11178.0, 11176.0, 11180.0, 11194.0, 11140.0, 11190.0, 11137.0, 11177.0, 11181.0, 11181.0, 11156.0, 11184.0, 11139.0, 11193.0, 11167.0, 11180.0, 11164.0, 11161.0, 11117.0, 11169.0, 11118.0, 11157.0, 11143.0, 11156.0, 11130.0, 11165.0, 11131.0, 11163.0, 11147.0, 11165.0, 11144.0, 11163.0, 11161.0, 11167.0, 11174.0, 11168.0, 11159.0, 11168.0, 11178.0, 11162.0, 11175.0, 11175.0, 11178.0, 11156.0, 11179.0, 11164.0, 11178.0, 11164.0, 11180.0, 11157.0, 11175.0, 11163.0, 11176.0, 11163.0, 11175.0, 11133.0, 11179.0, 11148.0, 11179.0, 11151.0, 11175.0, 11140.0, 11189.0, 11137.0, 11176.0, 11165.0, 11174.0, 11139.0, 11172.0, 11138.0, 11170.0, 11153.0, 11169.0, 11164.0, 11171.0, 11178.0, 11161.0, 11178.0, 11177.0, 11180.0, 11164.0, 11192.0, 11151.0, 11195.0, 11170.0, 11177.0, 11150.0, 11191.0, 11147.0, 11190.0, 11169.0, 11193.0, 11169.0, 11192.0, 11167.0, 11193.0, 11169.0, 11215.0, 11194.0, 11199.0, 11202.0, 11214.0, 11176.0, 11211.0, 11189.0, 11201.0, 11190.0, 11200.0, 11171.0, 11194.0, 11137.0, 11189.0, 11155.0, 11187.0, 11185.0, 11179.0, 11167.0, 11196.0, 11150.0, 11197.0, 11178.0, 11186.0, 11195.0, 11194.0, 11167.0, 11196.0, 11173.0, 11197.0, 11185.0, 11198.0, 11170.0, 11197.0, 11151.0, 11197.0, 11186.0, 11184.0, 11179.0, 11182.0, 11158.0, 11177.0, 11147.0, 11180.0, 11166.0, 11183.0, 11166.0, 11195.0, 11164.0, 11198.0, 11167.0, 11185.0, 11181.0, 11181.0, 11186.0, 11177.0, 11191.0, 11183.0, 11176.0, 11167.0, 11174.0, 11178.0, 11156.0, 11178.0, 11179.0, 11178.0, 11180.0, 11166.0, 11147.0, 11175.0, 11137.0, 11178.0, 11161.0, 11167.0, 11188.0, 11177.0, 11170.0, 11176.0, 11172.0, 11180.0, 11176.0, 11179.0, 11187.0, 11180.0, 11172.0, 11185.0, 11181.0, 11183.0, 11187.0, 11175.0, 11147.0, 11175.0, 11153.0, 11176.0, 11161.0, 11168.0, 11172.0, 11179.0, 11171.0, 11180.0, 11178.0, 11180.0, 11173.0, 11166.0, 11171.0, 11175.0, 11164.0, 11180.0, 11165.0, 11181.0, 11165.0, 11194.0, 11150.0, 11188.0, 11149.0, 11192.0, 11168.0, 11198.0, 11169.0, 11195.0, 11163.0, 11197.0, 11179.0, 11184.0, 11177.0, 11178.0, 11163.0, 11191.0, 11156.0, 11182.0, 11178.0, 11183.0, 11175.0, 11196.0, 11177.0, 11196.0, 11181.0, 11183.0, 11178.0, 11194.0, 11157.0, 11193.0, 11173.0, 11183.0, 11166.0, 11182.0, 11161.0, 11197.0, 11153.0, 11197.0, 11170.0, 11197.0, 11169.0, 11200.0, 11184.0, 11202.0, 11179.0, 11203.0, 11197.0, 11191.0, 11201.0, 11195.0, 11211.0, 11221.0, 11220.0, 11199.0, 11188.0, 11200.0, 11179.0, 11199.0, 11191.0, 11191.0, 11203.0, 11152.0, 11148.0, 11175.0, 11160.0, 11152.0, 11171.0, 11141.0, 11176.0, 11200.0, 11153.0, 11179.0, 11166.0, 11171.0, 11139.0, 11171.0, 11138.0, 11156.0, 11138.0, 11154.0, 11134.0, 11155.0, 11136.0, 11167.0, 11149.0, 11171.0, 11149.0, 11155.0, 11147.0, 11168.0, 11167.0, 11175.0, 11164.0, 11175.0, 11168.0, 11174.0, 11166.0, 11176.0, 11173.0, 11182.0, 11173.0, 11176.0, 11173.0, 11175.0, 11172.0, 11181.0, 11172.0, 11191.0, 11157.0, 11175.0, 11157.0, 11173.0, 11157.0, 11176.0, 11185.0, 11185.0, 11155.0, 11174.0, 11153.0, 11173.0, 11197.0, 11169.0, 11159.0, 11158.0, 11134.0, 11172.0, 11140.0, 11170.0, 11194.0, 11164.0, 11179.0, 11176.0, 11150.0, 11167.0, 11167.0, 11169.0, 11181.0, 11169.0, 11173.0, 11152.0, 11171.0, 11152.0, 11162.0, 11154.0, 11178.0, 11140.0, 11175.0, 11150.0, 11190.0, 11158.0, 11175.0, 11196.0, 11154.0, 11150.0, 11168.0, 11149.0, 11165.0, 11175.0, 11166.0, 11174.0, 11165.0, 11170.0, 11141.0, 11173.0, 11173.0, 11173.0, 11140.0, 11171.0, 11139.0, 11170.0, 11181.0, 11147.0, 11176.0, 11160.0, 11145.0, 11161.0, 11145.0, 11153.0, 11174.0, 11165.0, 11173.0, 11137.0, 11170.0, 11137.0, 11155.0, 11182.0, 11155.0, 11134.0, 11153.0, 11115.0, 11147.0, 11168.0, 11132.0, 11155.0, 11145.0, 11135.0, 11130.0, 11136.0, 11124.0, 11136.0, 11126.0, 11138.0, 11123.0, 11118.0, 11127.0, 11108.0, 11122.0, 11138.0, 11114.0, 11129.0, 11125.0, 11133.0, 11125.0, 11148.0, 11156.0, 11146.0, 11134.0, 11159.0, 11153.0, 11139.0, 11169.0, 11155.0, 11160.0, 11131.0, 11154.0, 11135.0, 11152.0, 11135.0, 11154.0, 11134.0, 11151.0, 11127.0, 11152.0, 11130.0, 11147.0, 11142.0, 11151.0, 11146.0, 11155.0, 11144.0, 11140.0, 11145.0, 11130.0, 11160.0, 11160.0, 11148.0, 11154.0, 11161.0, 11153.0, 11163.0, 11163.0, 11164.0, 11160.0, 11164.0, 11141.0, 11159.0, 11132.0, 11162.0, 11171.0, 11163.0, 11147.0, 11161.0, 11134.0, 11162.0, 11147.0, 11160.0, 11131.0, 11178.0, 11152.0, 11184.0, 11179.0, 11186.0, 11158.0, 11197.0, 11153.0, 11183.0, 11154.0, 11184.0, 11172.0, 11183.0, 11198.0, 11187.0, 11158.0, 11204.0, 11162.0, 11204.0, 11177.0, 11205.0, 11188.0, 11208.0, 11206.0, 11208.0, 11201.0, 11206.0, 11190.0, 11190.0, 11189.0, 11194.0, 11189.0, 11195.0, 11201.0, 11195.0, 11200.0, 11180.0, 11206.0, 11183.0, 11206.0, 11163.0, 11206.0, 11207.0, 11196.0, 11205.0, 11188.0, 11207.0, 11233.0, 11183.0, 11210.0, 11193.0, 11162.0, 11193.0, 11179.0, 11194.0, 11209.0, 11196.0, 11175.0, 11182.0, 11177.0, 11196.0, 11188.0, 11194.0, 11162.0, 11189.0, 11177.0, 11195.0, 11167.0, 11195.0, 11195.0, 11197.0, 11173.0, 11179.0, 11180.0, 11194.0, 11214.0, 11200.0, 11181.0, 11191.0, 11181.0, 11188.0, 11214.0, 11190.0, 11223.0, 11194.0, 11163.0, 11162.0, 11161.0, 11192.0, 11206.0, 11204.0, 11199.0, 11221.0, 11215.0, 11189.0, 11192.0, 11178.0, 11168.0, 11156.0, 11181.0, 11142.0, 11161.0, 11137.0, 11144.0, 11135.0, 11127.0, 11147.0, 11141.0, 11149.0, 11141.0, 11137.0, 11145.0, 11137.0, 11152.0, 11134.0, 11159.0, 11162.0, 11198.0, 11155.0, 11143.0, 11162.0, 11149.0, 11160.0, 11155.0, 11181.0, 11188.0, 11180.0, 11179.0, 11170.0, 11206.0, 11149.0, 11170.0, 11145.0, 11150.0, 11143.0, 11154.0, 11154.0, 11175.0, 11140.0, 11157.0, 11140.0, 11165.0, 11159.0, 11182.0, 11160.0, 11173.0, 11165.0, 11184.0, 11187.0, 11176.0, 11187.0, 11193.0, 11205.0, 11170.0, 11197.0, 11219.0, 11200.0, 11211.0, 11210.0, 11237.0, 11192.0, 11189.0, 11177.0, 11202.0, 11170.0, 11206.0, 11188.0, 11204.0, 11226.0, 11254.0, 11246.0, 11251.0, 11255.0, 11255.0, 11239.0, 11212.0, 11213.0, 11191.0, 11209.0, 11219.0, 11231.0, 11223.0, 11244.0, 11202.0, 11215.0, 11211.0, 11196.0, 11214.0, 11187.0, 11198.0, 11210.0, 11198.0, 11213.0, 11196.0, 11211.0, 11210.0, 11214.0, 11219.0, 11199.0, 11220.0, 11184.0, 11202.0, 11210.0, 11198.0, 11215.0, 11191.0, 11177.0, 11196.0, 11176.0, 11184.0, 11176.0, 11180.0, 11207.0, 11182.0, 11157.0, 11179.0, 11167.0, 11159.0, 11150.0, 11172.0, 11154.0, 11161.0, 11151.0, 11164.0, 11151.0, 11161.0, 11144.0, 11178.0, 11158.0, 11175.0, 11155.0, 11187.0, 11155.0, 11194.0, 11173.0, 11187.0, 11185.0, 11188.0, 11172.0, 11201.0, 11171.0, 11187.0, 11189.0, 11192.0, 11208.0, 11206.0, 11176.0, 11190.0, 11167.0, 11189.0, 11173.0, 11188.0, 11185.0, 11188.0, 11170.0, 11185.0, 11171.0, 11185.0, 11190.0, 11188.0, 11190.0, 11201.0, 11204.0, 11194.0, 11200.0, 11185.0, 11187.0, 11160.0, 11188.0, 11282.0, 11223.0, 11244.0, 11206.0, 11207.0, 11178.0, 11195.0, 11150.0, 11177.0, 11146.0, 11185.0, 11153.0, 11157.0, 11178.0, 11138.0, 11191.0, 11147.0, 11206.0, 11206.0, 11195.0, 11224.0, 11188.0, 11232.0, 11231.0, 11218.0, 11226.0, 11222.0, 11216.0, 11221.0, 11239.0, 11220.0, 11246.0, 11249.0, 11257.0, 11253.0, 11237.0, 11237.0, 11253.0, 11233.0, 11237.0, 11232.0, 11246.0, 11276.0, 11264.0, 11282.0, 11252.0, 11246.0, 11226.0, 11225.0, 11236.0, 11222.0, 11218.0, 11237.0, 11223.0, 11216.0, 11199.0, 11196.0, 11180.0, 11197.0, 11209.0, 11201.0, 11207.0, 11206.0, 11214.0, 11190.0, 11227.0, 11230.0, 11235.0, 11238.0, 11188.0, 11217.0, 11199.0, 11239.0, 11219.0, 11243.0, 11235.0, 11244.0, 11251.0, 11258.0, 11253.0, 11242.0, 11222.0, 11225.0, 11213.0, 11208.0, 11215.0, 11205.0, 11199.0, 11206.0, 11241.0, 11193.0, 11192.0, 11163.0, 11167.0, 11191.0, 11187.0, 11197.0, 11200.0, 11185.0, 11194.0, 11222.0, 11198.0, 11180.0, 11187.0, 11128.0, 11155.0, 11154.0, 11141.0, 11151.0, 11156.0, 11174.0, 11137.0, 11140.0, 11143.0, 11154.0, 11144.0, 11143.0, 11170.0, 11137.0, 11169.0, 11136.0, 11142.0, 11133.0, 11141.0, 11138.0, 11145.0, 11139.0, 11206.0, 11173.0, 11158.0, 11160.0, 11153.0, 11147.0, 11138.0, 11128.0, 11121.0, 11122.0, 11114.0, 11140.0, 11110.0, 11112.0, 11137.0, 11113.0, 11135.0, 11126.0, 11118.0, 11126.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.0007931536388140162</td></tr>
<tr><td colspan=3>aqi</td><td>0.024880856226415095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0527676146332</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4026565765318222</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0093054049190942</td></tr>
<tr><td colspan=3>efc</td><td>0.4754</td></tr>
<tr><td colspan=3>fber</td><td>5922.5444</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07836101750635475</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6172506738544474</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4476760821098953</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.439555850927365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6395650279769565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2639073674253645</td></tr>
<tr><td colspan=3>gcor</td><td>0.00977443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018526684492826462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022055037319660187</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.113477640908111</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>36.4971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.1776</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.9147</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299959.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>1081.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.3908</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1057</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>683.2494</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4395.2196</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1119.4834</td></tr>
<tr><td colspan=3>tsnr</td><td>41.12153170723468</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>