<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>b4beb9708cc8dec1cb21471b9cf93f55</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:05:33.982500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999176, -0.0400192, 0.00682987, 0.0397817, 0.998698, 0.0319375]</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.0852051</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7282, 629, -3, -146, 0, 65]</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>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50647feb-f866-4154-a230-35b170b52e0e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807150840759277, 0.10673151165246964, 0.021867547184228897, 108.58136749267578], [0.10736855119466782, 2.6794333457946777, 0.08542641997337341, -107.04813385009766], [0.018324052914977074, -0.0856858417391777, 2.698559522628784, -68.92749786376953], [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': ['160533.982500', '160534.442500', '160534.902500', '160535.362500', '160535.822500', '160536.282500', '160536.742500', '160537.202500', '160537.662500', '160538.122500', '160538.582500', '160539.042500', '160539.502500', '160539.962500', '160540.422500', '160540.882500', '160541.342500', '160541.802500', '160542.262500', '160542.722500', '160543.182500', '160543.642500', '160544.102500', '160544.562500', '160545.022500', '160545.482500', '160545.942500', '160546.402500', '160546.862500', '160547.322500', '160547.782500', '160548.242500', '160548.702500', '160549.162500', '160549.622500', '160550.082500', '160550.542500', '160551.002500', '160551.462500', '160551.922500', '160552.382500', '160552.842500', '160553.302500', '160553.762500', '160554.222500', '160554.682500', '160555.142500', '160555.602500', '160556.062500', '160556.522500', '160556.982500', '160557.442500', '160557.902500', '160558.362500', '160558.822500', '160559.282500', '160559.742500', '160600.202500', '160600.662500', '160601.122500', '160601.582500', '160602.042500', '160602.502500', '160602.962500', '160603.422500', '160603.882500', '160604.342500', '160604.802500', '160605.262500', '160605.722500', '160606.182500', '160606.642500', '160607.102500', '160607.562500', '160608.022500', '160608.482500', '160608.942500', '160609.402500', '160609.862500', '160610.322500', '160610.782500', '160611.242500', '160611.702500', '160612.162500', '160612.622500', '160613.082500', '160613.542500', '160614.002500', '160614.462500', '160614.922500', '160615.382500', '160615.842500', '160616.302500', '160616.762500', '160617.222500', '160617.682500', '160618.142500', '160618.602500', '160619.062500', '160619.522500', '160619.982500', '160620.442500', '160620.902500', '160621.362500', '160621.822500', '160622.282500', '160622.742500', '160623.202500', '160623.662500', '160624.122500', '160624.582500', '160625.042500', '160625.502500', '160625.962500', '160626.422500', '160626.882500', '160627.342500', '160627.802500', '160628.262500', '160628.722500', '160629.182500', '160629.642500', '160630.102500', '160630.562500', '160631.022500', '160631.482500', '160631.942500', '160632.402500', '160632.862500', '160633.322500', '160633.782500', '160634.242500', '160634.702500', '160635.162500', '160635.622500', '160636.082500', '160636.542500', '160637.002500', '160637.462500', '160637.922500', '160638.382500', '160638.842500', '160639.302500', '160639.762500', '160640.222500', '160640.682500', '160641.142500', '160641.602500', '160642.062500', '160642.522500', '160642.982500', '160643.442500', '160643.902500', '160644.362500', '160644.822500', '160645.282500', '160645.742500', '160646.202500', '160646.662500', '160647.122500', '160647.582500', '160648.042500', '160648.502500', '160648.962500', '160649.422500', '160649.882500', '160650.342500', '160650.802500', '160651.262500', '160651.722500', '160652.182500', '160652.642500', '160653.102500', '160653.562500', '160654.022500', '160654.482500', '160654.942500', '160655.402500', '160655.862500', '160656.322500', '160656.782500', '160657.242500', '160657.702500', '160658.162500', '160658.622500', '160659.082500', '160659.542500', '160700.002500', '160700.462500', '160700.922500', '160701.382500', '160701.842500', '160702.302500', '160702.762500', '160703.222500', '160703.682500', '160704.142500', '160704.602500', '160705.062500', '160705.522500', '160705.982500', '160706.442500', '160706.902500', '160707.362500', '160707.822500', '160708.282500', '160708.742500', '160709.202500', '160709.662500', '160710.122500', '160710.582500', '160711.042500', '160711.502500', '160711.962500', '160712.422500', '160712.882500', '160713.342500', '160713.802500', '160714.262500', '160714.722500', '160715.182500', '160715.642500', '160716.102500', '160716.562500', '160717.022500', '160717.482500', '160717.942500', '160718.402500', '160718.862500', '160719.322500', '160719.782500', '160720.242500', '160720.702500', '160721.162500', '160721.622500', '160722.082500', '160722.542500', '160723.002500', '160723.462500', '160723.922500', '160724.382500', '160724.842500', '160725.302500', '160725.762500', '160726.222500', '160726.682500', '160727.142500', '160727.602500', '160728.062500', '160728.522500', '160728.982500', '160729.442500', '160729.902500', '160730.362500', '160730.822500', '160731.282500', '160731.742500', '160732.202500', '160732.662500', '160733.122500', '160733.582500', '160734.042500', '160734.502500', '160734.962500', '160735.422500', '160735.882500', '160736.342500', '160736.802500', '160737.262500', '160737.722500', '160738.182500', '160738.642500', '160739.102500', '160739.562500', '160740.022500', '160740.482500', '160740.942500', '160741.402500', '160741.862500', '160742.322500', '160742.782500', '160743.242500', '160743.702500', '160744.162500', '160744.622500', '160745.082500', '160745.542500', '160746.002500', '160746.462500', '160746.922500', '160747.382500', '160747.842500', '160748.302500', '160748.762500', '160749.222500', '160749.682500', '160750.142500', '160750.602500', '160751.062500', '160751.522500', '160751.982500', '160752.442500', '160752.902500', '160753.362500', '160753.822500', '160754.282500', '160754.742500', '160755.202500', '160755.662500', '160756.122500', '160756.582500', '160757.042500', '160757.502500', '160757.962500', '160758.422500', '160758.882500', '160759.342500', '160759.802500', '160800.262500', '160800.722500', '160801.182500', '160801.642500', '160802.102500', '160802.562500', '160803.022500', '160803.482500', '160803.942500', '160804.402500', '160804.862500', '160805.322500', '160805.782500', '160806.242500', '160806.702500', '160807.162500', '160807.622500', '160808.082500', '160808.542500', '160809.002500', '160809.462500', '160809.922500', '160810.382500', '160810.842500', '160811.302500', '160811.762500', '160812.222500', '160812.682500', '160813.142500', '160813.602500', '160814.062500', '160814.522500', '160814.982500', '160815.442500', '160815.902500', '160816.362500', '160816.822500', '160817.282500', '160817.742500', '160818.202500', '160818.662500', '160819.122500', '160819.582500', '160820.042500', '160820.502500', '160820.962500', '160821.422500', '160821.882500', '160822.342500', '160822.802500', '160823.262500', '160823.722500', '160824.182500', '160824.642500', '160825.102500', '160825.562500', '160826.022500', '160826.482500', '160826.942500', '160827.402500', '160827.862500', '160828.322500', '160828.782500', '160829.242500', '160829.702500', '160830.162500', '160830.622500', '160831.082500', '160831.542500', '160832.002500', '160832.462500', '160832.922500', '160833.382500', '160833.842500', '160834.302500', '160834.762500', '160835.222500', '160835.682500', '160836.142500', '160836.602500', '160837.062500', '160837.522500', '160837.982500', '160838.442500', '160838.902500', '160839.362500', '160839.822500', '160840.282500', '160840.742500', '160841.202500', '160841.662500', '160842.122500', '160842.582500', '160843.042500', '160843.502500', '160843.962500', '160844.422500', '160844.882500', '160845.342500', '160845.802500', '160846.262500', '160846.722500', '160847.182500', '160847.642500', '160848.102500', '160848.562500', '160849.022500', '160849.482500', '160849.942500', '160850.402500', '160850.862500', '160851.322500', '160851.782500', '160852.242500', '160852.702500', '160853.162500', '160853.622500', '160854.082500', '160854.542500', '160855.002500', '160855.462500', '160855.922500', '160856.382500', '160856.842500', '160857.302500', '160857.762500', '160858.222500', '160858.682500', '160859.142500', '160859.602500', '160900.062500', '160900.522500', '160900.982500', '160901.442500', '160901.902500', '160902.362500', '160902.822500', '160903.282500', '160903.742500', '160904.202500', '160904.662500', '160905.122500', '160905.582500', '160906.042500', '160906.502500', '160906.962500', '160907.422500', '160907.882500', '160908.342500', '160908.802500', '160909.262500', '160909.722500', '160910.182500', '160910.642500', '160911.102500', '160911.562500', '160912.022500', '160912.482500', '160912.942500', '160913.402500', '160913.862500', '160914.322500', '160914.782500', '160915.242500', '160915.702500', '160916.162500', '160916.622500', '160917.082500', '160917.542500', '160918.002500', '160918.462500', '160918.922500', '160919.382500', '160919.842500', '160920.302500', '160920.762500', '160921.222500', '160921.682500', '160922.142500', '160922.602500', '160923.062500', '160923.522500', '160923.982500', '160924.442500', '160924.902500', '160925.362500', '160925.822500', '160926.282500', '160926.742500', '160927.202500', '160927.662500', '160928.122500', '160928.582500', '160929.042500', '160929.502500', '160929.962500', '160930.422500', '160930.882500', '160931.342500', '160931.802500', '160932.262500', '160932.722500', '160933.182500', '160933.642500', '160934.102500', '160934.562500', '160935.022500', '160935.482500', '160935.942500', '160936.402500', '160936.862500', '160937.322500', '160937.782500', '160938.242500', '160938.702500', '160939.162500', '160939.622500', '160940.082500', '160940.542500', '160941.002500', '160941.462500', '160941.922500', '160942.382500', '160942.842500', '160943.302500', '160943.762500', '160944.222500', '160944.682500', '160945.142500', '160945.602500', '160946.062500', '160946.522500', '160946.982500', '160947.442500', '160947.902500', '160948.362500', '160948.822500', '160949.282500', '160949.742500', '160950.202500', '160950.662500', '160951.122500', '160951.582500', '160952.042500', '160952.502500', '160952.962500', '160953.422500', '160953.882500', '160954.342500', '160954.802500', '160955.262500', '160955.722500', '160956.182500', '160956.642500', '160957.102500', '160957.562500', '160958.022500', '160958.482500', '160958.942500', '160959.402500', '160959.862500', '161000.322500', '161000.782500', '161001.242500', '161001.702500', '161002.162500', '161002.622500', '161003.082500', '161003.542500', '161004.002500', '161004.462500', '161004.922500', '161005.382500', '161005.842500', '161006.302500', '161006.762500', '161007.222500', '161007.682500', '161008.142500', '161008.602500', '161009.062500', '161009.522500', '161009.982500', '161010.442500', '161010.902500', '161011.362500', '161011.822500', '161012.282500', '161012.742500', '161013.202500', '161013.662500', '161014.122500', '161014.582500', '161015.042500', '161015.502500', '161015.962500', '161016.422500', '161016.882500', '161017.342500', '161017.802500', '161018.262500', '161018.722500', '161019.182500', '161019.642500', '161020.102500', '161020.562500', '161021.022500', '161021.482500', '161021.942500', '161022.402500', '161022.862500', '161023.322500', '161023.782500', '161024.242500', '161024.702500', '161025.162500', '161025.622500', '161026.082500', '161026.542500', '161027.002500', '161027.462500', '161027.922500', '161028.382500', '161028.842500', '161029.302500', '161029.762500', '161030.222500', '161030.682500', '161031.142500', '161031.602500', '161032.062500', '161032.522500', '161032.982500', '161033.442500', '161033.902500', '161034.362500', '161034.822500', '161035.282500', '161035.742500', '161036.202500', '161036.662500', '161037.122500', '161037.582500', '161038.042500', '161038.502500', '161038.962500', '161039.422500', '161039.882500', '161040.342500', '161040.802500', '161041.262500', '161041.722500', '161042.182500', '161042.642500', '161043.102500', '161043.562500', '161044.022500', '161044.482500', '161044.942500', '161045.402500', '161045.862500', '161046.322500', '161046.782500', '161047.242500', '161047.702500', '161048.162500', '161048.622500', '161049.082500', '161049.542500', '161050.002500', '161050.462500', '161050.922500', '161051.382500', '161051.842500', '161052.302500', '161052.762500', '161053.222500', '161053.682500', '161054.142500', '161054.602500', '161055.062500', '161055.522500', '161055.982500', '161056.442500', '161056.902500', '161057.362500', '161057.822500', '161058.282500', '161058.742500', '161059.202500', '161059.662500', '161100.122500', '161100.582500', '161101.042500', '161101.502500', '161101.962500', '161102.422500', '161102.882500', '161103.342500', '161103.802500', '161104.262500', '161104.722500', '161105.182500', '161105.642500', '161106.102500', '161106.562500', '161107.022500', '161107.482500', '161107.942500', '161108.402500', '161108.862500', '161109.322500', '161109.782500', '161110.242500', '161110.702500', '161111.162500', '161111.622500', '161112.082500', '161112.542500', '161113.002500', '161113.462500', '161113.922500', '161114.382500', '161114.842500', '161115.302500', '161115.762500', '161116.222500', '161116.682500', '161117.142500', '161117.602500', '161118.062500', '161118.522500', '161118.982500', '161119.442500', '161119.902500', '161120.362500', '161120.822500', '161121.282500', '161121.742500', '161122.202500', '161122.662500', '161123.122500', '161123.582500', '161124.042500', '161124.502500', '161124.962500', '161125.422500', '161125.882500', '161126.342500', '161126.802500', '161127.262500', '161127.722500', '161128.182500', '161128.642500', '161129.102500', '161129.562500', '161130.022500', '161130.482500', '161130.942500', '161131.402500', '161131.862500', '161132.322500', '161132.782500', '161133.242500', '161133.702500', '161134.162500', '161134.622500', '161135.082500', '161135.542500', '161136.002500', '161136.462500', '161136.922500', '161137.382500', '161137.842500', '161138.302500', '161138.762500', '161139.222500', '161139.682500', '161140.142500', '161140.602500', '161141.062500', '161141.522500', '161141.982500', '161142.442500', '161142.902500', '161143.362500', '161143.822500', '161144.282500', '161144.742500', '161145.202500', '161145.662500', '161146.122500', '161146.582500', '161147.042500', '161147.502500', '161147.962500', '161148.422500', '161148.882500', '161149.342500', '161149.802500', '161150.262500', '161150.722500', '161151.182500', '161151.642500', '161152.102500', '161152.562500', '161153.022500', '161153.482500', '161153.942500', '161154.402500', '161154.862500', '161155.322500', '161155.782500', '161156.242500', '161156.702500', '161157.162500', '161157.622500', '161158.082500', '161158.542500', '161159.002500', '161159.462500', '161159.922500', '161200.382500', '161200.842500', '161201.302500', '161201.762500', '161202.222500', '161202.682500', '161203.142500', '161203.602500', '161204.062500', '161204.522500', '161204.982500', '161205.442500', '161205.902500', '161206.362500', '161206.822500', '161207.282500', '161207.742500', '161208.202500', '161208.662500', '161209.122500', '161209.582500', '161210.042500', '161210.502500', '161210.962500', '161211.422500', '161211.882500', '161212.342500', '161212.802500', '161213.262500', '161213.722500', '161214.182500', '161214.642500', '161215.102500', '161215.562500', '161216.022500', '161216.482500', '161216.942500', '161217.402500', '161217.862500', '161218.322500', '161218.782500', '161219.242500', '161219.702500', '161220.162500', '161220.622500', '161221.082500', '161221.542500', '161222.002500', '161222.462500', '161222.922500', '161223.382500', '161223.842500', '161224.302500', '161224.762500', '161225.222500', '161225.682500', '161226.142500', '161226.602500', '161227.062500', '161227.522500', '161227.982500', '161228.442500', '161228.902500', '161229.362500', '161229.822500', '161230.282500', '161230.742500', '161231.202500', '161231.662500', '161232.122500', '161232.582500', '161233.042500', '161233.502500', '161233.962500', '161234.422500', '161234.882500', '161235.342500', '161235.802500', '161236.262500', '161236.722500', '161237.182500', '161237.642500', '161238.102500', '161238.562500', '161239.022500', '161239.482500', '161239.942500', '161240.402500', '161240.862500', '161241.322500', '161241.782500', '161242.242500', '161242.702500', '161243.162500', '161243.622500', '161244.082500', '161244.542500', '161245.002500', '161245.462500', '161245.922500', '161246.382500', '161246.842500', '161247.302500', '161247.762500', '161248.222500', '161248.682500', '161249.142500', '161249.602500', '161250.062500', '161250.522500', '161250.982500', '161251.442500', '161251.902500', '161252.362500', '161252.822500', '161253.282500', '161253.742500', '161254.202500', '161254.662500', '161255.122500', '161255.582500', '161256.042500', '161256.502500', '161256.962500', '161257.422500', '161257.882500', '161258.342500', '161258.802500', '161259.262500', '161259.722500', '161300.182500', '161300.642500', '161301.102500', '161301.562500', '161302.022500', '161302.482500', '161302.942500', '161303.402500', '161303.862500', '161304.322500', '161304.782500', '161305.242500', '161305.702500', '161306.162500', '161306.622500', '161307.082500', '161307.542500', '161308.002500', '161308.462500', '161308.922500', '161309.382500', '161309.842500', '161310.302500', '161310.762500', '161311.222500', '161311.682500', '161312.142500', '161312.602500', '161313.062500', '161313.522500', '161313.982500', '161314.442500', '161314.902500', '161315.362500', '161315.822500', '161316.282500', '161316.742500', '161317.202500', '161317.662500', '161318.122500', '161318.582500', '161319.042500', '161319.502500', '161319.962500', '161320.422500', '161320.882500', '161321.342500', '161321.802500', '161322.262500', '161322.722500', '161323.182500', '161323.642500', '161324.102500', '161324.562500', '161325.022500', '161325.482500', '161325.942500', '161326.402500', '161326.862500', '161327.322500', '161327.782500', '161328.242500', '161328.702500', '161329.162500', '161329.622500', '161330.082500', '161330.542500', '161331.002500', '161331.462500', '161331.922500', '161332.382500', '161332.842500', '161333.302500', '161333.762500', '161334.222500', '161334.682500', '161335.142500', '161335.602500', '161336.062500', '161336.522500', '161336.982500', '161337.442500', '161337.902500', '161338.362500', '161338.822500', '161339.282500', '161339.742500', '161340.202500', '161340.662500', '161341.122500', '161341.582500', '161342.042500', '161342.502500', '161342.962500', '161343.422500', '161343.882500', '161344.342500', '161344.802500', '161345.262500', '161345.722500', '161346.182500', '161346.642500', '161347.102500', '161347.562500', '161348.022500', '161348.482500', '161348.942500', '161349.402500', '161349.862500', '161350.322500', '161350.782500', '161351.242500', '161351.702500', '161352.162500', '161352.622500', '161353.082500', '161353.542500', '161354.002500', '161354.462500', '161354.922500', '161355.382500', '161355.842500', '161356.302500', '161356.762500', '161357.222500', '161357.682500', '161358.142500', '161358.602500', '161359.062500', '161359.522500', '161359.982500', '161400.442500', '161400.902500', '161401.362500', '161401.822500', '161402.282500', '161402.742500', '161403.202500', '161403.662500', '161404.122500', '161404.582500', '161405.042500', '161405.502500', '161405.962500', '161406.422500', '161406.882500', '161407.342500', '161407.802500', '161408.262500', '161408.722500', '161409.182500', '161409.642500', '161410.102500', '161410.562500', '161411.022500', '161411.482500', '161411.942500', '161412.402500', '161412.862500', '161413.322500', '161413.782500', '161414.242500', '161414.702500', '161415.162500', '161415.622500', '161416.082500', '161416.542500', '161417.002500', '161417.462500', '161417.922500', '161418.382500', '161418.842500', '161419.302500', '161419.762500', '161420.222500', '161420.682500', '161421.142500', '161421.602500', '161422.062500', '161422.522500', '161422.982500', '161423.442500', '161423.902500', '161424.362500', '161424.822500', '161425.282500', '161425.742500', '161426.202500', '161426.662500', '161427.122500', '161427.582500', '161428.042500', '161428.502500', '161428.962500', '161429.422500', '161429.882500', '161430.342500', '161430.802500', '161431.262500', '161431.722500', '161432.182500', '161432.642500', '161433.102500', '161433.562500', '161434.022500', '161434.482500', '161434.942500', '161435.402500', '161435.862500', '161436.322500', '161436.782500', '161437.242500', '161437.702500', '161438.162500', '161438.622500', '161439.082500', '161439.542500', '161440.002500', '161440.462500', '161440.922500', '161441.382500', '161441.842500', '161442.302500', '161442.762500', '161443.222500', '161443.682500', '161444.142500', '161444.602500', '161445.062500', '161445.522500', '161445.982500', '161446.442500', '161446.902500', '161447.362500', '161447.822500', '161448.282500', '161448.742500', '161449.202500', '161449.662500', '161450.122500', '161450.582500', '161451.042500', '161451.502500', '161451.962500', '161452.422500', '161452.882500', '161453.342500', '161453.802500', '161454.262500', '161454.722500', '161455.182500', '161455.642500', '161456.102500', '161456.562500', '161457.022500', '161457.482500', '161457.942500', '161458.402500', '161458.862500', '161459.322500', '161459.782500', '161500.242500', '161500.702500', '161501.162500', '161501.622500', '161502.082500', '161502.542500', '161503.002500', '161503.462500', '161503.922500', '161504.382500', '161504.842500', '161505.302500', '161505.762500', '161506.222500', '161506.682500', '161507.142500', '161507.602500', '161508.062500', '161508.522500', '161508.982500', '161509.442500', '161509.902500', '161510.362500', '161510.822500', '161511.282500', '161511.742500', '161512.202500', '161512.662500', '161513.122500', '161513.582500', '161514.042500', '161514.502500', '161514.962500', '161515.422500', '161515.882500', '161516.342500', '161516.802500', '161517.262500', '161517.722500', '161518.182500', '161518.642500', '161519.102500', '161519.562500', '161520.022500', '161520.482500', '161520.942500', '161521.402500', '161521.862500', '161522.322500', '161522.782500', '161523.242500', '161523.702500', '161524.162500', '161524.622500', '161525.082500', '161525.542500', '161526.002500', '161526.462500', '161526.922500', '161527.382500', '161527.842500', '161528.302500', '161528.762500', '161529.222500', '161529.682500', '161530.142500', '161530.602500', '161531.062500', '161531.522500', '161531.982500', '161532.442500', '161532.902500', '161533.362500', '161533.822500', '161534.282500', '161534.742500', '161535.202500', '161535.662500', '161536.122500', '161536.582500', '161537.042500', '161537.502500', '161537.962500', '161538.422500', '161538.882500', '161539.342500', '161539.802500', '161540.262500', '161540.722500', '161541.182500', '161541.642500', '161542.102500', '161542.562500', '161543.022500', '161543.482500', '161543.942500', '161544.402500', '161544.862500', '161545.322500', '161545.782500', '161546.242500', '161546.702500', '161547.162500', '161547.622500', '161548.082500', '161548.542500', '161549.002500', '161549.462500', '161549.922500', '161550.382500', '161550.842500', '161551.302500', '161551.762500', '161552.222500', '161552.682500', '161553.142500', '161553.602500', '161554.062500', '161554.522500', '161554.982500', '161555.442500', '161555.902500', '161556.362500', '161556.822500', '161557.282500', '161557.742500', '161558.202500', '161558.662500', '161559.122500', '161559.582500', '161600.042500', '161600.502500', '161600.962500', '161601.422500', '161601.882500', '161602.342500', '161602.802500', '161603.262500', '161603.722500', '161604.182500', '161604.642500', '161605.102500', '161605.562500', '161606.022500', '161606.482500', '161606.942500', '161607.402500', '161607.862500', '161608.322500', '161608.782500', '161609.242500', '161609.702500', '161610.162500', '161610.622500', '161611.082500', '161611.542500', '161612.002500', '161612.462500', '161612.922500', '161613.382500', '161613.842500', '161614.302500', '161614.762500', '161615.222500', '161615.682500', '161616.142500', '161616.602500', '161617.062500', '161617.522500', '161617.982500', '161618.442500', '161618.902500', '161619.362500', '161619.822500', '161620.282500', '161620.742500', '161621.202500', '161621.662500', '161622.122500', '161622.582500', '161623.042500', '161623.502500', '161623.962500', '161624.422500', '161624.882500', '161625.342500', '161625.802500', '161626.262500', '161626.722500', '161627.182500', '161627.642500', '161628.102500', '161628.562500', '161629.022500', '161629.482500', '161629.942500', '161630.402500', '161630.862500', '161631.322500', '161631.782500', '161632.242500', '161632.702500', '161633.162500', '161633.622500', '161634.082500', '161634.542500', '161635.002500', '161635.462500', '161635.922500', '161636.382500', '161636.842500', '161637.302500', '161637.762500', '161638.222500', '161638.682500', '161639.142500', '161639.602500', '161640.062500', '161640.522500', '161640.982500', '161641.442500', '161641.902500', '161642.362500', '161642.822500', '161643.282500', '161643.742500', '161644.202500', '161644.662500', '161645.122500', '161645.582500', '161646.042500', '161646.502500', '161646.962500', '161647.422500', '161647.882500', '161648.342500', '161648.802500', '161649.262500', '161649.722500', '161650.182500', '161650.642500', '161651.102500', '161651.562500', '161652.022500', '161652.482500', '161652.942500', '161653.402500', '161653.862500', '161654.322500', '161654.782500', '161655.242500', '161655.702500', '161656.162500', '161656.622500', '161657.082500', '161657.542500', '161658.002500', '161658.462500', '161658.922500', '161659.382500', '161659.842500', '161700.302500', '161700.762500', '161701.222500', '161701.682500', '161702.142500', '161702.602500', '161703.062500', '161703.522500', '161703.982500', '161704.442500', '161704.902500', '161705.362500', '161705.822500', '161706.282500', '161706.742500', '161707.202500', '161707.662500', '161708.122500', '161708.582500', '161709.042500', '161709.502500', '161709.962500', '161710.422500', '161710.882500', '161711.342500', '161711.802500', '161712.262500', '161712.722500', '161713.182500', '161713.642500', '161714.102500', '161714.562500', '161715.022500', '161715.482500', '161715.942500', '161716.402500', '161716.862500', '161717.322500', '161717.782500', '161718.242500', '161718.702500', '161719.162500', '161719.622500', '161720.082500', '161720.542500', '161721.002500', '161721.462500', '161721.922500', '161722.382500', '161722.842500', '161723.302500', '161723.762500', '161724.222500', '161724.682500', '161725.142500', '161725.602500', '161726.062500', '161726.522500', '161726.982500', '161727.442500', '161727.902500', '161728.362500', '161728.822500', '161729.282500', '161729.742500', '161730.202500', '161730.662500', '161731.122500', '161731.582500', '161732.042500', '161732.502500', '161732.962500', '161733.422500', '161733.882500', '161734.342500', '161734.802500', '161735.262500', '161735.722500', '161736.182500', '161736.642500', '161737.102500', '161737.562500', '161738.022500', '161738.482500', '161738.942500', '161739.402500', '161739.862500', '161740.322500', '161740.782500', '161741.242500', '161741.702500', '161742.162500', '161742.622500', '161743.082500', '161743.542500', '161744.002500', '161744.462500', '161744.922500', '161745.382500', '161745.842500', '161746.302500', '161746.762500', '161747.222500', '161747.682500', '161748.142500', '161748.602500', '161749.062500', '161749.522500', '161749.982500', '161750.442500', '161750.902500', '161751.362500', '161751.822500', '161752.282500', '161752.742500', '161753.202500', '161753.662500', '161754.122500', '161754.582500', '161755.042500', '161755.502500', '161755.962500', '161756.422500', '161756.882500', '161757.342500', '161757.802500', '161758.262500', '161758.722500', '161759.182500', '161759.642500', '161800.102500', '161800.562500', '161801.022500', '161801.482500', '161801.942500', '161802.402500', '161802.862500', '161803.322500', '161803.782500', '161804.242500', '161804.702500', '161805.162500', '161805.622500', '161806.082500', '161806.542500', '161807.002500', '161807.462500', '161807.922500', '161808.382500', '161808.842500', '161809.302500', '161809.762500', '161810.222500', '161810.682500', '161811.142500', '161811.602500', '161812.062500', '161812.522500', '161812.982500', '161813.442500', '161813.902500', '161814.362500', '161814.822500', '161815.282500', '161815.742500', '161816.202500', '161816.662500', '161817.122500', '161817.582500', '161818.042500', '161818.502500', '161818.962500', '161819.422500', '161819.882500', '161820.342500', '161820.802500', '161821.262500', '161821.722500', '161822.182500', '161822.642500', '161823.102500', '161823.562500', '161824.022500', '161824.482500', '161824.942500', '161825.402500', '161825.862500', '161826.322500', '161826.782500', '161827.242500', '161827.702500', '161828.162500', '161828.622500', '161829.082500', '161829.542500', '161830.002500', '161830.462500', '161830.922500', '161831.382500', '161831.842500', '161832.302500', '161832.762500', '161833.222500', '161833.682500', '161834.142500', '161834.602500', '161835.062500', '161835.522500', '161835.982500', '161836.442500', '161836.902500', '161837.362500', '161837.822500', '161838.282500', '161838.742500', '161839.202500', '161839.662500', '161840.122500', '161840.582500', '161841.042500', '161841.502500', '161841.962500', '161842.422500', '161842.882500', '161843.342500', '161843.802500', '161844.262500', '161844.722500', '161845.182500', '161845.642500', '161846.102500', '161846.562500', '161847.022500', '161847.482500', '161847.942500', '161848.402500', '161848.862500', '161849.322500', '161849.782500', '161850.242500', '161850.702500', '161851.162500', '161851.622500', '161852.082500', '161852.542500', '161853.002500', '161853.462500', '161853.922500', '161854.382500', '161854.842500', '161855.302500', '161855.762500', '161856.222500', '161856.682500', '161857.142500', '161857.602500', '161858.062500', '161858.522500', '161858.982500', '161859.442500', '161859.902500', '161900.362500', '161900.822500', '161901.282500', '161901.742500', '161902.202500', '161902.662500', '161903.122500', '161903.582500', '161904.042500', '161904.502500', '161904.962500', '161905.422500', '161905.882500', '161906.342500', '161906.802500', '161907.262500', '161907.722500', '161908.182500', '161908.642500', '161909.102500', '161909.562500', '161910.022500', '161910.482500', '161910.942500', '161911.402500', '161911.862500', '161912.322500', '161912.782500', '161913.242500', '161913.702500', '161914.162500', '161914.622500', '161915.082500', '161915.542500', '161916.002500', '161916.462500', '161916.922500', '161917.382500', '161917.842500', '161918.302500', '161918.762500', '161919.222500', '161919.682500', '161920.142500', '161920.602500', '161921.062500', '161921.522500', '161921.982500', '161922.442500', '161922.902500', '161923.362500', '161923.822500', '161924.282500', '161924.742500', '161925.202500', '161925.662500', '161926.122500', '161926.582500', '161927.042500', '161927.502500', '161927.962500', '161928.422500', '161928.882500', '161929.342500', '161929.802500', '161930.262500', '161930.722500', '161931.182500', '161931.642500', '161932.102500', '161932.562500', '161933.022500', '161933.482500', '161933.942500', '161934.402500', '161934.862500', '161935.322500', '161935.782500', '161936.242500', '161936.702500', '161937.162500', '161937.622500', '161938.082500', '161938.542500', '161939.002500', '161939.462500', '161939.922500', '161940.382500', '161940.842500', '161941.302500', '161941.762500', '161942.222500', '161942.682500', '161943.142500', '161943.602500', '161944.062500', '161944.522500', '161944.982500', '161945.442500', '161945.902500', '161946.362500', '161946.822500', '161947.282500', '161947.742500', '161948.202500', '161948.662500'], 'ContentTime': ['160603.653000', '160603.656000', '160603.658000', '160603.661000', '160603.664000', '160603.666000', '160603.669000', '160603.671000', '160603.674000', '160603.676000', '160603.679000', '160603.682000', '160603.684000', '160603.687000', '160603.690000', '160603.692000', '160603.701000', '160603.703000', '160603.706000', '160603.708000', '160603.711000', '160603.714000', '160603.716000', '160603.719000', '160603.721000', '160603.724000', '160603.726000', '160603.729000', '160603.732000', '160603.734000', '160603.737000', '160603.739000', '160603.742000', '160603.744000', '160603.747000', '160603.750000', '160603.752000', '160603.755000', '160603.757000', '160603.760000', '160603.763000', '160603.765000', '160603.768000', '160603.770000', '160603.773000', '160603.775000', '160603.778000', '160603.781000', '160603.783000', '160603.786000', '160603.789000', '160603.791000', '160603.800000', '160603.803000', '160603.805000', '160603.808000', '160603.811000', '160603.813000', '160603.816000', '160603.819000', '160603.821000', '160603.824000', '160623.625000', '160623.628000', '160623.631000', '160623.633000', '160623.636000', '160623.639000', '160623.641000', '160623.644000', '160623.646000', '160623.649000', '160623.651000', '160623.654000', '160623.657000', '160623.659000', '160623.662000', '160623.665000', '160623.667000', '160623.670000', '160623.672000', '160623.675000', '160623.677000', '160623.680000', '160623.683000', '160623.685000', '160623.688000', '160623.690000', '160623.693000', '160623.696000', '160623.698000', '160623.701000', '160623.703000', '160623.706000', '160623.709000', '160623.711000', '160623.714000', '160623.716000', '160623.719000', '160623.722000', '160623.724000', '160623.727000', '160623.729000', '160623.732000', '160623.735000', '160643.626000', '160643.628000', '160643.631000', '160643.634000', '160643.636000', '160643.639000', '160643.641000', '160643.644000', '160643.647000', '160643.649000', '160643.652000', '160643.654000', '160643.657000', '160643.660000', '160643.662000', '160643.665000', '160643.667000', '160643.670000', '160643.672000', '160643.675000', '160643.678000', '160643.680000', '160643.683000', '160643.686000', '160643.688000', '160643.691000', '160643.693000', '160643.696000', '160643.699000', '160643.701000', '160643.704000', '160643.706000', '160643.709000', '160643.711000', '160643.714000', '160643.717000', '160643.719000', '160643.722000', '160643.725000', '160643.727000', '160643.730000', '160643.732000', '160643.735000', '160643.737000', '160703.625000', '160703.628000', '160703.631000', '160703.634000', '160703.636000', '160703.639000', '160703.642000', '160703.644000', '160703.647000', '160703.649000', '160703.652000', '160703.655000', '160703.657000', '160703.660000', '160703.663000', '160703.665000', '160703.668000', '160703.670000', '160703.673000', '160703.676000', '160703.678000', '160703.681000', '160703.683000', '160703.686000', '160703.689000', '160703.691000', '160703.694000', '160703.697000', '160703.699000', '160703.702000', '160703.704000', '160703.707000', '160703.710000', '160703.712000', '160703.766000', '160703.768000', '160703.771000', '160703.773000', '160703.776000', '160703.779000', '160703.782000', '160703.785000', '160703.788000', '160723.626000', '160723.628000', '160723.631000', '160723.634000', '160723.636000', '160723.639000', '160723.641000', '160723.644000', '160723.647000', '160723.649000', '160723.652000', '160723.655000', '160723.657000', '160723.660000', '160723.663000', '160723.665000', '160723.668000', '160723.670000', '160723.673000', '160723.676000', '160723.678000', '160723.681000', '160723.684000', '160723.686000', '160723.689000', '160723.691000', '160723.694000', '160723.697000', '160723.699000', '160723.702000', '160723.704000', '160723.707000', '160723.709000', '160723.712000', '160723.715000', '160723.717000', '160723.720000', '160723.722000', '160723.725000', '160723.728000', '160723.730000', '160723.733000', '160723.735000', '160723.738000', '160743.625000', '160743.628000', '160743.631000', '160743.634000', '160743.636000', '160743.639000', '160743.641000', '160743.644000', '160743.647000', '160743.649000', '160743.652000', '160743.654000', '160743.657000', '160743.660000', '160743.662000', '160743.665000', '160743.667000', '160743.670000', '160743.673000', '160743.676000', '160743.678000', '160743.681000', '160743.683000', '160743.686000', '160743.689000', '160743.691000', '160743.694000', '160743.696000', '160743.699000', '160743.702000', '160743.704000', '160743.707000', '160743.710000', '160743.712000', '160743.715000', '160743.717000', '160743.720000', '160743.723000', '160743.725000', '160743.728000', '160743.730000', '160743.733000', '160743.736000', '160803.625000', '160803.628000', '160803.631000', '160803.634000', '160803.636000', '160803.639000', '160803.641000', '160803.644000', '160803.647000', '160803.649000', '160803.652000', '160803.654000', '160803.657000', '160803.660000', '160803.662000', '160803.665000', '160803.667000', '160803.670000', '160803.673000', '160803.675000', '160803.678000', '160803.681000', '160803.683000', '160803.686000', '160803.688000', '160803.691000', '160803.694000', '160803.696000', '160803.699000', '160803.701000', '160803.704000', '160803.707000', '160803.709000', '160803.712000', '160803.714000', '160803.717000', '160803.720000', '160803.722000', '160803.725000', '160803.727000', '160803.730000', '160803.733000', '160803.735000', '160803.738000', '160823.627000', '160823.629000', '160823.632000', '160823.635000', '160823.637000', '160823.640000', '160823.643000', '160823.645000', '160823.648000', '160823.650000', '160823.653000', '160823.656000', '160823.658000', '160823.661000', '160823.663000', '160823.666000', '160823.669000', '160823.671000', '160823.674000', '160823.677000', '160823.679000', '160823.682000', '160823.684000', '160823.687000', '160823.690000', '160823.692000', '160823.695000', '160823.697000', '160823.700000', '160823.703000', '160823.705000', '160823.708000', '160823.711000', '160823.713000', '160823.716000', '160823.719000', '160823.721000', '160823.724000', '160823.726000', '160823.729000', '160823.731000', '160823.734000', '160823.737000', '160843.626000', '160843.630000', '160843.632000', '160843.635000', '160843.638000', '160843.640000', '160843.643000', '160843.645000', '160843.648000', '160843.651000', '160843.653000', '160843.656000', '160843.659000', '160843.661000', '160843.664000', '160843.666000', '160843.669000', '160843.672000', '160843.674000', '160843.677000', '160843.679000', '160843.682000', '160843.685000', '160843.688000', '160843.690000', '160843.693000', '160843.695000', '160843.698000', '160843.701000', '160843.703000', '160843.706000', '160843.708000', '160843.711000', '160843.714000', '160843.716000', '160843.719000', '160843.721000', '160843.724000', '160843.727000', '160843.729000', '160843.732000', '160843.735000', '160843.737000', '160843.740000', '160903.637000', '160903.640000', '160903.642000', '160903.645000', '160903.648000', '160903.650000', '160903.653000', '160903.655000', '160903.658000', '160903.661000', '160903.663000', '160903.666000', '160903.668000', '160903.671000', '160903.681000', '160903.684000', '160903.686000', '160903.689000', '160903.691000', '160903.694000', '160903.697000', '160903.699000', '160903.702000', '160903.704000', '160903.707000', '160903.710000', '160903.712000', '160903.715000', '160903.717000', '160903.720000', '160903.723000', '160903.725000', '160903.728000', '160903.731000', '160903.733000', '160903.736000', '160903.738000', '160903.741000', '160903.743000', '160903.746000', '160903.749000', '160903.751000', '160903.754000', '160923.625000', '160923.628000', '160923.631000', '160923.634000', '160923.636000', '160923.639000', '160923.641000', '160923.644000', '160923.647000', '160923.649000', '160923.652000', '160923.654000', '160923.657000', '160923.659000', '160923.662000', '160923.665000', '160923.667000', '160923.670000', '160923.673000', '160923.675000', '160923.678000', '160923.680000', '160923.683000', '160923.686000', '160923.688000', '160923.691000', '160923.693000', '160923.696000', '160923.699000', '160923.701000', '160923.704000', '160923.707000', '160923.709000', '160923.712000', '160923.715000', '160923.717000', '160923.720000', '160923.722000', '160923.725000', '160923.728000', '160923.730000', '160923.733000', '160923.736000', '160923.738000', '160943.626000', '160943.628000', '160943.631000', '160943.634000', '160943.636000', '160943.647000', '160943.650000', '160943.652000', '160943.655000', '160943.658000', '160943.660000', '160943.663000', '160943.665000', '160943.668000', '160943.671000', '160943.673000', '160943.676000', '160943.679000', '160943.681000', '160943.684000', '160943.686000', '160943.689000', '160943.692000', '160943.694000', '160943.697000', '160943.699000', '160943.702000', '160943.705000', '160943.707000', '160943.710000', '160943.712000', '160943.715000', '160943.718000', '160943.720000', '160943.723000', '160943.726000', '160943.728000', '160943.731000', '160943.733000', '160943.736000', '160943.739000', '160943.741000', '160943.744000', '161003.626000', '161003.629000', '161003.631000', '161003.634000', '161003.636000', '161003.639000', '161003.642000', '161003.644000', '161003.647000', '161003.650000', '161003.652000', '161003.655000', '161003.657000', '161003.660000', '161003.663000', '161003.666000', '161003.669000', '161003.672000', '161003.674000', '161003.677000', '161003.680000', '161003.682000', '161003.685000', '161003.688000', '161003.690000', '161003.693000', '161003.695000', '161003.698000', '161003.701000', '161003.704000', '161003.706000', '161003.709000', '161003.711000', '161003.714000', '161003.717000', '161003.719000', '161003.722000', '161003.725000', '161003.727000', '161003.730000', '161003.733000', '161003.735000', '161003.738000', '161023.626000', '161023.628000', '161023.631000', '161023.634000', '161023.636000', '161023.639000', '161023.642000', '161023.644000', '161023.647000', '161023.649000', '161023.652000', '161023.655000', '161023.669000', '161023.671000', '161023.674000', '161023.676000', '161023.679000', '161023.682000', '161023.684000', '161023.687000', '161023.690000', '161023.692000', '161023.695000', '161023.697000', '161023.700000', '161023.703000', '161023.705000', '161023.708000', '161023.711000', '161023.713000', '161023.716000', '161023.719000', '161023.721000', '161023.724000', '161023.727000', '161023.729000', '161023.732000', '161023.734000', '161023.737000', '161023.740000', '161023.742000', '161023.745000', '161023.747000', '161023.750000', '161043.627000', '161043.630000', '161043.632000', '161043.635000', '161043.638000', '161043.640000', '161043.643000', '161043.646000', '161043.648000', '161043.651000', '161043.654000', '161043.656000', '161043.659000', '161043.662000', '161043.664000', '161043.667000', '161043.670000', '161043.672000', '161043.675000', '161043.677000', '161043.680000', '161043.683000', '161043.685000', '161043.688000', '161043.690000', '161043.693000', '161043.696000', '161043.698000', '161043.701000', '161043.704000', '161043.706000', '161043.709000', '161043.711000', '161043.714000', '161043.717000', '161043.719000', '161043.722000', '161043.725000', '161043.727000', '161043.730000', '161043.733000', '161043.735000', '161043.738000', '161103.626000', '161103.629000', '161103.631000', '161103.634000', '161103.637000', '161103.639000', '161103.642000', '161103.645000', '161103.647000', '161103.650000', '161103.652000', '161103.655000', '161103.658000', '161103.660000', '161103.663000', '161103.666000', '161103.668000', '161103.671000', '161103.673000', '161103.676000', '161103.679000', '161103.681000', '161103.684000', '161103.687000', '161103.689000', '161103.692000', '161103.695000', '161103.699000', '161103.702000', '161103.704000', '161103.707000', '161103.710000', '161103.712000', '161103.715000', '161103.718000', '161103.720000', '161103.723000', '161103.725000', '161103.728000', '161103.731000', '161103.733000', '161103.736000', '161103.738000', '161103.741000', '161123.625000', '161123.628000', '161123.631000', '161123.634000', '161123.636000', '161123.639000', '161123.642000', '161123.644000', '161123.647000', '161123.649000', '161123.652000', '161123.655000', '161123.657000', '161123.660000', '161123.662000', '161123.665000', '161123.668000', '161123.670000', '161123.673000', '161123.675000', '161123.678000', '161123.681000', '161123.684000', '161123.687000', '161123.690000', '161123.693000', '161123.695000', '161123.698000', '161123.701000', '161123.703000', '161123.707000', '161123.710000', '161123.712000', '161123.715000', '161123.718000', '161123.720000', '161123.723000', '161123.726000', '161123.728000', '161123.731000', '161123.733000', '161123.736000', '161123.739000', '161143.626000', '161143.628000', '161143.631000', '161143.634000', '161143.636000', '161143.639000', '161143.641000', '161143.644000', '161143.647000', '161143.649000', '161143.652000', '161143.655000', '161143.657000', '161143.660000', '161143.662000', '161143.665000', '161143.668000', '161143.670000', '161143.673000', '161143.676000', '161143.678000', '161143.681000', '161143.684000', '161143.702000', '161143.704000', '161143.707000', '161143.710000', '161143.712000', '161143.715000', '161143.717000', '161143.720000', '161143.723000', '161143.725000', '161143.728000', '161143.730000', '161143.733000', '161143.736000', '161143.738000', '161143.741000', '161143.744000', '161143.746000', '161143.749000', '161143.752000', '161143.754000', '161203.626000', '161203.628000', '161203.631000', '161203.634000', '161203.636000', '161203.639000', '161203.642000', '161203.645000', '161203.648000', '161203.651000', '161203.654000', '161203.656000', '161203.659000', '161203.662000', '161203.664000', '161203.667000', '161203.669000', '161203.672000', '161203.675000', '161203.677000', '161203.680000', '161203.682000', '161203.685000', '161203.688000', '161203.690000', '161203.693000', '161203.695000', '161203.698000', '161203.701000', '161203.703000', '161203.706000', '161203.709000', '161203.711000', '161203.714000', '161203.716000', '161203.719000', '161203.722000', '161203.724000', '161203.727000', '161203.729000', '161203.732000', '161203.735000', '161203.737000', '161223.626000', '161223.628000', '161223.631000', '161223.634000', '161223.636000', '161223.639000', '161223.641000', '161223.644000', '161223.647000', '161223.649000', '161223.652000', '161223.654000', '161223.657000', '161223.660000', '161223.662000', '161223.665000', '161223.667000', '161223.670000', '161223.673000', '161223.675000', '161223.678000', '161223.681000', '161223.683000', '161223.686000', '161223.689000', '161223.691000', '161223.694000', '161223.696000', '161223.699000', '161223.702000', '161223.704000', '161223.707000', '161223.709000', '161223.712000', '161223.714000', '161223.717000', '161223.720000', '161223.722000', '161223.725000', '161223.728000', '161223.730000', '161223.733000', '161223.735000', '161223.738000', '161243.625000', '161243.628000', '161243.631000', '161243.634000', '161243.636000', '161243.639000', '161243.642000', '161243.644000', '161243.647000', '161243.649000', '161243.652000', '161243.655000', '161243.657000', '161243.660000', '161243.662000', '161243.665000', '161243.668000', '161243.670000', '161243.673000', '161243.676000', '161243.678000', '161243.681000', '161243.683000', '161243.686000', '161243.689000', '161243.691000', '161243.694000', '161243.697000', '161243.699000', '161243.702000', '161243.705000', '161243.708000', '161243.710000', '161243.713000', '161243.716000', '161243.718000', '161243.721000', '161243.723000', '161243.726000', '161243.729000', '161243.731000', '161243.734000', '161243.736000', '161303.627000', '161303.630000', '161303.632000', '161303.635000', '161303.637000', '161303.640000', '161303.643000', '161303.645000', '161303.648000', '161303.651000', '161303.653000', '161303.656000', '161303.658000', '161303.661000', '161303.664000', '161303.666000', '161303.669000', '161303.671000', '161303.674000', '161303.696000', '161303.699000', '161303.701000', '161303.704000', '161303.706000', '161303.709000', '161303.712000', '161303.714000', '161303.717000', '161303.719000', '161303.722000', '161303.725000', '161303.727000', '161303.730000', '161303.732000', '161303.735000', '161303.738000', '161303.740000', '161303.743000', '161303.746000', '161303.748000', '161303.751000', '161303.753000', '161303.756000', '161303.758000', '161323.626000', '161323.629000', '161323.631000', '161323.634000', '161323.637000', '161323.639000', '161323.642000', '161323.645000', '161323.647000', '161323.650000', '161323.653000', '161323.655000', '161323.658000', '161323.660000', '161323.663000', '161323.666000', '161323.668000', '161323.671000', '161323.673000', '161323.676000', '161323.679000', '161323.681000', '161323.684000', '161323.687000', '161323.689000', '161323.692000', '161323.694000', '161323.697000', '161323.700000', '161323.702000', '161323.705000', '161323.707000', '161323.710000', '161323.713000', '161323.716000', '161323.719000', '161323.722000', '161323.725000', '161323.727000', '161323.730000', '161323.732000', '161323.735000', '161323.737000', '161343.625000', '161343.628000', '161343.631000', '161343.634000', '161343.636000', '161343.639000', '161343.641000', '161343.644000', '161343.647000', '161343.649000', '161343.652000', '161343.654000', '161343.657000', '161343.660000', '161343.662000', '161343.665000', '161343.668000', '161343.670000', '161343.673000', '161343.675000', '161343.678000', '161343.681000', '161343.683000', '161343.686000', '161343.688000', '161343.691000', '161343.694000', '161343.696000', '161343.699000', '161343.701000', '161343.706000', '161343.709000', '161343.712000', '161343.714000', '161343.717000', '161343.720000', '161343.722000', '161343.725000', '161343.727000', '161343.730000', '161343.733000', '161343.735000', '161343.738000', '161343.740000', '161403.626000', '161403.628000', '161403.631000', '161403.634000', '161403.636000', '161403.639000', '161403.642000', '161403.644000', '161403.647000', '161403.650000', '161403.652000', '161403.655000', '161403.657000', '161403.660000', '161403.663000', '161403.665000', '161403.668000', '161403.670000', '161403.673000', '161403.676000', '161403.678000', '161403.681000', '161403.684000', '161403.686000', '161403.689000', '161403.692000', '161403.694000', '161403.697000', '161403.699000', '161403.702000', '161403.705000', '161403.707000', '161403.710000', '161403.712000', '161403.715000', '161403.718000', '161403.720000', '161403.723000', '161403.725000', '161403.728000', '161403.731000', '161403.733000', '161403.736000', '161423.625000', '161423.628000', '161423.631000', '161423.634000', '161423.636000', '161423.639000', '161423.641000', '161423.644000', '161423.647000', '161423.649000', '161423.652000', '161423.655000', '161423.657000', '161423.660000', '161423.663000', '161423.665000', '161423.714000', '161423.717000', '161423.719000', '161423.722000', '161423.725000', '161423.727000', '161423.730000', '161423.733000', '161423.735000', '161423.738000', '161423.740000', '161423.743000', '161423.746000', '161423.748000', '161423.751000', '161423.754000', '161423.756000', '161423.759000', '161423.761000', '161423.764000', '161423.767000', '161423.769000', '161423.772000', '161423.774000', '161423.777000', '161423.780000', '161423.782000', '161423.785000', '161443.626000', '161443.628000', '161443.631000', '161443.634000', '161443.636000', '161443.639000', '161443.641000', '161443.644000', '161443.647000', '161443.649000', '161443.652000', '161443.654000', '161443.657000', '161443.660000', '161443.662000', '161443.665000', '161443.667000', '161443.670000', '161443.673000', '161443.675000', '161443.678000', '161443.680000', '161443.683000', '161443.686000', '161443.688000', '161443.691000', '161443.694000', '161443.696000', '161443.699000', '161443.702000', '161443.704000', '161443.707000', '161443.709000', '161443.712000', '161443.715000', '161443.717000', '161443.720000', '161443.722000', '161443.725000', '161443.728000', '161443.730000', '161443.733000', '161443.735000', '161503.626000', '161503.629000', '161503.632000', '161503.634000', '161503.637000', '161503.640000', '161503.642000', '161503.645000', '161503.647000', '161503.650000', '161503.653000', '161503.655000', '161503.658000', '161503.660000', '161503.663000', '161503.666000', '161503.668000', '161503.671000', '161503.674000', '161503.676000', '161503.679000', '161503.681000', '161503.684000', '161503.687000', '161503.689000', '161503.692000', '161503.695000', '161503.697000', '161503.700000', '161503.703000', '161503.705000', '161503.708000', '161503.711000', '161503.713000', '161503.716000', '161503.718000', '161503.721000', '161503.723000', '161503.726000', '161503.729000', '161503.731000', '161503.734000', '161503.737000', '161503.739000', '161523.627000', '161523.630000', '161523.632000', '161523.635000', '161523.637000', '161523.640000', '161523.643000', '161523.645000', '161523.648000', '161523.650000', '161523.653000', '161523.656000', '161523.659000', '161523.661000', '161523.664000', '161523.666000', '161523.669000', '161523.672000', '161523.674000', '161523.677000', '161523.679000', '161523.682000', '161523.685000', '161523.687000', '161523.690000', '161523.693000', '161523.695000', '161523.698000', '161523.700000', '161523.703000', '161523.706000', '161523.708000', '161523.711000', '161523.714000', '161523.716000', '161523.719000', '161523.721000', '161523.724000', '161523.727000', '161523.729000', '161523.732000', '161523.735000', '161523.737000', '161543.626000', '161543.629000', '161543.631000', '161543.634000', '161543.636000', '161543.639000', '161543.642000', '161543.644000', '161543.647000', '161543.650000', '161543.652000', '161543.655000', '161543.667000', '161543.669000', '161543.672000', '161543.675000', '161543.677000', '161543.680000', '161543.683000', '161543.685000', '161543.688000', '161543.691000', '161543.693000', '161543.696000', '161543.699000', '161543.701000', '161543.704000', '161543.707000', '161543.709000', '161543.712000', '161543.715000', '161543.717000', '161543.720000', '161543.722000', '161543.725000', '161543.728000', '161543.730000', '161543.733000', '161543.736000', '161543.739000', '161543.741000', '161543.744000', '161543.746000', '161543.749000', '161603.625000', '161603.628000', '161603.631000', '161603.634000', '161603.636000', '161603.639000', '161603.641000', '161603.644000', '161603.647000', '161603.649000', '161603.652000', '161603.655000', '161603.657000', '161603.660000', '161603.662000', '161603.665000', '161603.668000', '161603.670000', '161603.673000', '161603.675000', '161603.678000', '161603.681000', '161603.683000', '161603.686000', '161603.689000', '161603.691000', '161603.694000', '161603.697000', '161603.699000', '161603.702000', '161603.704000', '161603.707000', '161603.710000', '161603.712000', '161603.715000', '161603.718000', '161603.720000', '161603.723000', '161603.725000', '161603.728000', '161603.731000', '161603.733000', '161603.736000', '161623.627000', '161623.630000', '161623.632000', '161623.635000', '161623.638000', '161623.640000', '161623.643000', '161623.646000', '161623.648000', '161623.651000', '161623.654000', '161623.656000', '161623.659000', '161623.662000', '161623.664000', '161623.667000', '161623.670000', '161623.672000', '161623.675000', '161623.681000', '161623.684000', '161623.686000', '161623.689000', '161623.691000', '161623.694000', '161623.697000', '161623.700000', '161623.702000', '161623.705000', '161623.707000', '161623.710000', '161623.713000', '161623.715000', '161623.718000', '161623.720000', '161623.723000', '161623.726000', '161623.728000', '161623.731000', '161623.734000', '161623.736000', '161623.739000', '161623.741000', '161623.744000', '161643.626000', '161643.628000', '161643.631000', '161643.634000', '161643.636000', '161643.639000', '161643.641000', '161643.644000', '161643.647000', '161643.649000', '161643.663000', '161643.666000', '161643.668000', '161643.671000', '161643.673000', '161643.676000', '161643.679000', '161643.681000', '161643.684000', '161643.686000', '161643.689000', '161643.692000', '161643.694000', '161643.697000', '161643.699000', '161643.702000', '161643.705000', '161643.707000', '161643.710000', '161643.713000', '161643.715000', '161643.718000', '161643.720000', '161643.723000', '161643.726000', '161643.728000', '161643.731000', '161643.733000', '161643.736000', '161643.739000', '161643.741000', '161643.744000', '161643.747000', '161703.626000', '161703.628000', '161703.631000', '161703.634000', '161703.636000', '161703.639000', '161703.641000', '161703.644000', '161703.647000', '161703.649000', '161703.652000', '161703.655000', '161703.657000', '161703.660000', '161703.662000', '161703.665000', '161703.668000', '161703.670000', '161703.673000', '161703.675000', '161703.678000', '161703.681000', '161703.683000', '161703.686000', '161703.689000', '161703.691000', '161703.694000', '161703.696000', '161703.699000', '161703.702000', '161703.704000', '161703.707000', '161703.710000', '161703.712000', '161703.715000', '161703.718000', '161703.720000', '161703.723000', '161703.725000', '161703.728000', '161703.731000', '161703.733000', '161703.736000', '161723.626000', '161723.628000', '161723.631000', '161723.634000', '161723.636000', '161723.639000', '161723.642000', '161723.644000', '161723.647000', '161723.650000', '161723.652000', '161723.655000', '161723.658000', '161723.660000', '161723.663000', '161723.665000', '161723.668000', '161723.671000', '161723.673000', '161723.676000', '161723.679000', '161723.681000', '161723.684000', '161723.686000', '161723.689000', '161723.692000', '161723.694000', '161723.697000', '161723.699000', '161723.702000', '161723.705000', '161723.707000', '161723.710000', '161723.713000', '161723.715000', '161723.718000', '161723.720000', '161723.723000', '161723.726000', '161723.728000', '161723.731000', '161723.733000', '161723.736000', '161723.739000', '161743.626000', '161743.629000', '161743.631000', '161743.634000', '161743.636000', '161743.639000', '161743.642000', '161743.644000', '161743.647000', '161743.650000', '161743.652000', '161743.655000', '161743.657000', '161743.660000', '161743.663000', '161743.667000', '161743.669000', '161743.672000', '161743.675000', '161743.677000', '161743.680000', '161743.682000', '161743.685000', '161743.688000', '161743.690000', '161743.693000', '161743.695000', '161743.698000', '161743.701000', '161743.703000', '161743.706000', '161743.709000', '161743.711000', '161743.714000', '161743.717000', '161743.720000', '161743.722000', '161743.725000', '161743.728000', '161743.730000', '161743.733000', '161743.735000', '161743.738000', '161803.626000', '161803.629000', '161803.631000', '161803.634000', '161803.637000', '161803.651000', '161803.654000', '161803.656000', '161803.659000', '161803.662000', '161803.664000', '161803.667000', '161803.669000', '161803.672000', '161803.675000', '161803.677000', '161803.680000', '161803.682000', '161803.685000', '161803.687000', '161803.690000', '161803.703000', '161803.706000', '161803.709000', '161803.711000', '161803.714000', '161803.716000', '161803.719000', '161803.722000', '161803.724000', '161803.727000', '161803.729000', '161803.732000', '161803.735000', '161803.737000', '161803.740000', '161803.743000', '161803.745000', '161803.748000', '161803.750000', '161803.753000', '161803.755000', '161803.758000', '161803.761000', '161823.626000', '161823.629000', '161823.632000', '161823.635000', '161823.637000', '161823.640000', '161823.643000', '161823.645000', '161823.648000', '161823.651000', '161823.653000', '161823.656000', '161823.658000', '161823.661000', '161823.664000', '161823.666000', '161823.669000', '161823.672000', '161823.674000', '161823.677000', '161823.679000', '161823.682000', '161823.685000', '161823.687000', '161823.690000', '161823.693000', '161823.695000', '161823.698000', '161823.700000', '161823.703000', '161823.706000', '161823.708000', '161823.711000', '161823.713000', '161823.716000', '161823.719000', '161823.721000', '161823.724000', '161823.726000', '161823.729000', '161823.732000', '161823.734000', '161823.737000', '161843.626000', '161843.629000', '161843.631000', '161843.634000', '161843.636000', '161843.639000', '161843.642000', '161843.644000', '161843.647000', '161843.650000', '161843.652000', '161843.655000', '161843.657000', '161843.660000', '161843.663000', '161843.665000', '161843.668000', '161843.670000', '161843.673000', '161843.676000', '161843.678000', '161843.681000', '161843.684000', '161843.686000', '161843.689000', '161843.691000', '161843.694000', '161843.697000', '161843.699000', '161843.702000', '161843.705000', '161843.707000', '161843.710000', '161843.712000', '161843.715000', '161843.718000', '161843.720000', '161843.723000', '161843.726000', '161843.728000', '161843.731000', '161843.734000', '161843.736000', '161843.739000', '161903.626000', '161903.629000', '161903.631000', '161903.634000', '161903.637000', '161903.639000', '161903.642000', '161903.645000', '161903.647000', '161903.650000', '161903.653000', '161903.655000', '161903.658000', '161903.660000', '161903.663000', '161903.666000', '161903.668000', '161903.671000', '161903.674000', '161903.676000', '161903.680000', '161903.682000', '161903.685000', '161903.688000', '161903.691000', '161903.694000', '161903.696000', '161903.699000', '161903.702000', '161903.706000', '161903.708000', '161903.711000', '161903.714000', '161903.716000', '161903.719000', '161903.722000', '161903.724000', '161903.727000', '161903.730000', '161903.732000', '161903.735000', '161903.737000', '161903.740000', '161923.626000', '161923.628000', '161923.631000', '161923.634000', '161923.636000', '161923.639000', '161923.642000', '161923.644000', '161923.647000', '161923.649000', '161923.652000', '161923.655000', '161923.657000', '161923.660000', '161923.662000', '161923.665000', '161923.668000', '161923.670000', '161923.673000', '161923.676000', '161923.678000', '161923.681000', '161923.683000', '161923.686000', '161923.689000', '161923.691000', '161923.694000', '161923.697000', '161923.699000', '161923.702000', '161923.705000', '161923.707000', '161923.710000', '161923.713000', '161923.715000', '161923.718000', '161923.720000', '161923.723000', '161923.726000', '161923.728000', '161923.731000', '161923.733000', '161923.736000', '161923.739000', '161943.626000', '161943.629000', '161943.631000', '161943.634000', '161943.636000', '161943.639000', '161943.642000', '161943.644000', '161943.647000', '161943.650000', '161943.652000', '161943.655000', '161943.658000', '161943.660000', '161943.663000', '161943.665000', '161943.668000', '161943.671000', '161943.673000', '161943.676000', '161943.679000', '161943.681000', '161943.684000', '161943.687000', '161943.689000', '161943.692000', '161943.695000', '161943.697000', '161943.700000', '161943.703000', '161943.705000', '161943.708000', '161943.711000', '161943.713000', '161943.716000', '161943.719000', '161943.721000', '161943.724000', '161943.726000', '161943.729000', '161943.732000', '161943.734000', '161943.737000', '161950.163000', '161950.166000', '161950.169000', '161950.171000', '161950.174000', '161950.177000', '161950.180000', '161950.182000', '161950.185000', '161950.188000', '161950.190000', '161950.193000', '161950.196000', '161950.199000', '161950.201000'], 'InstanceCreationTime': ['160603.653000', '160603.656000', '160603.658000', '160603.661000', '160603.664000', '160603.666000', '160603.669000', '160603.671000', '160603.674000', '160603.676000', '160603.679000', '160603.682000', '160603.684000', '160603.687000', '160603.690000', '160603.692000', '160603.701000', '160603.703000', '160603.706000', '160603.708000', '160603.711000', '160603.714000', '160603.716000', '160603.719000', '160603.721000', '160603.724000', '160603.726000', '160603.729000', '160603.732000', '160603.734000', '160603.737000', '160603.739000', '160603.742000', '160603.744000', '160603.747000', '160603.750000', '160603.752000', '160603.755000', '160603.757000', '160603.760000', '160603.763000', '160603.765000', '160603.768000', '160603.770000', '160603.773000', '160603.775000', '160603.778000', '160603.781000', '160603.783000', '160603.786000', '160603.789000', '160603.791000', '160603.800000', '160603.803000', '160603.805000', '160603.808000', '160603.811000', '160603.813000', '160603.816000', '160603.819000', '160603.821000', '160603.824000', '160623.625000', '160623.628000', '160623.631000', '160623.633000', '160623.636000', '160623.639000', '160623.641000', '160623.644000', '160623.646000', '160623.649000', '160623.651000', '160623.654000', '160623.657000', '160623.659000', '160623.662000', '160623.665000', '160623.667000', '160623.670000', '160623.672000', '160623.675000', '160623.677000', '160623.680000', '160623.683000', '160623.685000', '160623.688000', '160623.690000', '160623.693000', '160623.696000', '160623.698000', '160623.701000', '160623.703000', '160623.706000', '160623.709000', '160623.711000', '160623.714000', '160623.716000', '160623.719000', '160623.722000', '160623.724000', '160623.727000', '160623.729000', '160623.732000', '160623.735000', '160643.626000', '160643.628000', '160643.631000', '160643.634000', '160643.636000', '160643.639000', '160643.641000', '160643.644000', '160643.647000', '160643.649000', '160643.652000', '160643.654000', '160643.657000', '160643.660000', '160643.662000', '160643.665000', '160643.667000', '160643.670000', '160643.672000', '160643.675000', '160643.678000', '160643.680000', '160643.683000', '160643.686000', '160643.688000', '160643.691000', '160643.693000', '160643.696000', '160643.699000', '160643.701000', '160643.704000', '160643.706000', '160643.709000', '160643.711000', '160643.714000', '160643.717000', '160643.719000', '160643.722000', '160643.725000', '160643.727000', '160643.730000', '160643.732000', '160643.735000', '160643.737000', '160703.625000', '160703.628000', '160703.631000', '160703.634000', '160703.636000', '160703.639000', '160703.642000', '160703.644000', '160703.647000', '160703.649000', '160703.652000', '160703.655000', '160703.657000', '160703.660000', '160703.663000', '160703.665000', '160703.668000', '160703.670000', '160703.673000', '160703.676000', '160703.678000', '160703.681000', '160703.683000', '160703.686000', '160703.689000', '160703.691000', '160703.694000', '160703.697000', '160703.699000', '160703.702000', '160703.704000', '160703.707000', '160703.710000', '160703.712000', '160703.766000', '160703.768000', '160703.771000', '160703.773000', '160703.776000', '160703.779000', '160703.782000', '160703.785000', '160703.788000', '160723.626000', '160723.628000', '160723.631000', '160723.634000', '160723.636000', '160723.639000', '160723.641000', '160723.644000', '160723.647000', '160723.649000', '160723.652000', '160723.655000', '160723.657000', '160723.660000', '160723.663000', '160723.665000', '160723.668000', '160723.670000', '160723.673000', '160723.676000', '160723.678000', '160723.681000', '160723.684000', '160723.686000', '160723.689000', '160723.691000', '160723.694000', '160723.697000', '160723.699000', '160723.702000', '160723.704000', '160723.707000', '160723.709000', '160723.712000', '160723.715000', '160723.717000', '160723.720000', '160723.722000', '160723.725000', '160723.728000', '160723.730000', '160723.733000', '160723.735000', '160723.738000', '160743.625000', '160743.628000', '160743.631000', '160743.634000', '160743.636000', '160743.639000', '160743.641000', '160743.644000', '160743.647000', '160743.649000', '160743.652000', '160743.654000', '160743.657000', '160743.660000', '160743.662000', '160743.665000', '160743.667000', '160743.670000', '160743.673000', '160743.676000', '160743.678000', '160743.681000', '160743.683000', '160743.686000', '160743.689000', '160743.691000', '160743.694000', '160743.696000', '160743.699000', '160743.702000', '160743.704000', '160743.707000', '160743.710000', '160743.712000', '160743.715000', '160743.717000', '160743.720000', '160743.723000', '160743.725000', '160743.728000', '160743.730000', '160743.733000', '160743.736000', '160803.625000', '160803.628000', '160803.631000', '160803.634000', '160803.636000', '160803.639000', '160803.641000', '160803.644000', '160803.647000', '160803.649000', '160803.652000', '160803.654000', '160803.657000', '160803.660000', '160803.662000', '160803.665000', '160803.667000', '160803.670000', '160803.673000', '160803.675000', '160803.678000', '160803.681000', '160803.683000', '160803.686000', '160803.688000', '160803.691000', '160803.694000', '160803.696000', '160803.699000', '160803.701000', '160803.704000', '160803.707000', '160803.709000', '160803.712000', '160803.714000', '160803.717000', '160803.720000', '160803.722000', '160803.725000', '160803.727000', '160803.730000', '160803.733000', '160803.735000', '160803.738000', '160823.627000', '160823.629000', '160823.632000', '160823.635000', '160823.637000', '160823.640000', '160823.643000', '160823.645000', '160823.648000', '160823.650000', '160823.653000', '160823.656000', '160823.658000', '160823.661000', '160823.663000', '160823.666000', '160823.669000', '160823.671000', '160823.674000', '160823.677000', '160823.679000', '160823.682000', '160823.684000', '160823.687000', '160823.690000', '160823.692000', '160823.695000', '160823.697000', '160823.700000', '160823.703000', '160823.705000', '160823.708000', '160823.711000', '160823.713000', '160823.716000', '160823.719000', '160823.721000', '160823.724000', '160823.726000', '160823.729000', '160823.731000', '160823.734000', '160823.737000', '160843.626000', '160843.630000', '160843.632000', '160843.635000', '160843.638000', '160843.640000', '160843.643000', '160843.645000', '160843.648000', '160843.651000', '160843.653000', '160843.656000', '160843.659000', '160843.661000', '160843.664000', '160843.666000', '160843.669000', '160843.672000', '160843.674000', '160843.677000', '160843.679000', '160843.682000', '160843.685000', '160843.688000', '160843.690000', '160843.693000', '160843.695000', '160843.698000', '160843.701000', '160843.703000', '160843.706000', '160843.708000', '160843.711000', '160843.714000', '160843.716000', '160843.719000', '160843.721000', '160843.724000', '160843.727000', '160843.729000', '160843.732000', '160843.735000', '160843.737000', '160843.740000', '160903.637000', '160903.640000', '160903.642000', '160903.645000', '160903.648000', '160903.650000', '160903.653000', '160903.655000', '160903.658000', '160903.661000', '160903.663000', '160903.666000', '160903.668000', '160903.671000', '160903.681000', '160903.684000', '160903.686000', '160903.689000', '160903.691000', '160903.694000', '160903.697000', '160903.699000', '160903.702000', '160903.704000', '160903.707000', '160903.710000', '160903.712000', '160903.715000', '160903.717000', '160903.720000', '160903.723000', '160903.725000', '160903.728000', '160903.731000', '160903.733000', '160903.736000', '160903.738000', '160903.741000', '160903.743000', '160903.746000', '160903.749000', '160903.751000', '160903.754000', '160923.625000', '160923.628000', '160923.631000', '160923.634000', '160923.636000', '160923.639000', '160923.641000', '160923.644000', '160923.647000', '160923.649000', '160923.652000', '160923.654000', '160923.657000', '160923.659000', '160923.662000', '160923.665000', '160923.667000', '160923.670000', '160923.673000', '160923.675000', '160923.678000', '160923.680000', '160923.683000', '160923.686000', '160923.688000', '160923.691000', '160923.693000', '160923.696000', '160923.699000', '160923.701000', '160923.704000', '160923.707000', '160923.709000', '160923.712000', '160923.715000', '160923.717000', '160923.720000', '160923.722000', '160923.725000', '160923.728000', '160923.730000', '160923.733000', '160923.736000', '160923.738000', '160943.626000', '160943.628000', '160943.631000', '160943.634000', '160943.636000', '160943.647000', '160943.650000', '160943.652000', '160943.655000', '160943.658000', '160943.660000', '160943.663000', '160943.665000', '160943.668000', '160943.671000', '160943.673000', '160943.676000', '160943.679000', '160943.681000', '160943.684000', '160943.686000', '160943.689000', '160943.692000', '160943.694000', '160943.697000', '160943.699000', '160943.702000', '160943.705000', '160943.707000', '160943.710000', '160943.712000', '160943.715000', '160943.718000', '160943.720000', '160943.723000', '160943.726000', '160943.728000', '160943.731000', '160943.733000', '160943.736000', '160943.739000', '160943.741000', '160943.744000', '161003.626000', '161003.629000', '161003.631000', '161003.634000', '161003.636000', '161003.639000', '161003.642000', '161003.644000', '161003.647000', '161003.650000', '161003.652000', '161003.655000', '161003.657000', '161003.660000', '161003.663000', '161003.666000', '161003.669000', '161003.672000', '161003.674000', '161003.677000', '161003.680000', '161003.682000', '161003.685000', '161003.688000', '161003.690000', '161003.693000', '161003.695000', '161003.698000', '161003.701000', '161003.704000', '161003.706000', '161003.709000', '161003.711000', '161003.714000', '161003.717000', '161003.719000', '161003.722000', '161003.725000', '161003.727000', '161003.730000', '161003.733000', '161003.735000', '161003.738000', '161023.626000', '161023.628000', '161023.631000', '161023.634000', '161023.636000', '161023.639000', '161023.642000', '161023.644000', '161023.647000', '161023.649000', '161023.652000', '161023.655000', '161023.669000', '161023.671000', '161023.674000', '161023.676000', '161023.679000', '161023.682000', '161023.684000', '161023.687000', '161023.690000', '161023.692000', '161023.695000', '161023.697000', '161023.700000', '161023.703000', '161023.705000', '161023.708000', '161023.711000', '161023.713000', '161023.716000', '161023.719000', '161023.721000', '161023.724000', '161023.727000', '161023.729000', '161023.732000', '161023.734000', '161023.737000', '161023.740000', '161023.742000', '161023.745000', '161023.747000', '161023.750000', '161043.627000', '161043.630000', '161043.632000', '161043.635000', '161043.638000', '161043.640000', '161043.643000', '161043.646000', '161043.648000', '161043.651000', '161043.654000', '161043.656000', '161043.659000', '161043.662000', '161043.664000', '161043.667000', '161043.670000', '161043.672000', '161043.675000', '161043.677000', '161043.680000', '161043.683000', '161043.685000', '161043.688000', '161043.690000', '161043.693000', '161043.696000', '161043.698000', '161043.701000', '161043.704000', '161043.706000', '161043.709000', '161043.711000', '161043.714000', '161043.717000', '161043.719000', '161043.722000', '161043.725000', '161043.727000', '161043.730000', '161043.733000', '161043.735000', '161043.738000', '161103.626000', '161103.629000', '161103.631000', '161103.634000', '161103.637000', '161103.639000', '161103.642000', '161103.645000', '161103.647000', '161103.650000', '161103.652000', '161103.655000', '161103.658000', '161103.660000', '161103.663000', '161103.666000', '161103.668000', '161103.671000', '161103.673000', '161103.676000', '161103.679000', '161103.681000', '161103.684000', '161103.687000', '161103.689000', '161103.692000', '161103.695000', '161103.699000', '161103.702000', '161103.704000', '161103.707000', '161103.710000', '161103.712000', '161103.715000', '161103.718000', '161103.720000', '161103.723000', '161103.725000', '161103.728000', '161103.731000', '161103.733000', '161103.736000', '161103.738000', '161103.741000', '161123.625000', '161123.628000', '161123.631000', '161123.634000', '161123.636000', '161123.639000', '161123.642000', '161123.644000', '161123.647000', '161123.649000', '161123.652000', '161123.655000', '161123.657000', '161123.660000', '161123.662000', '161123.665000', '161123.668000', '161123.670000', '161123.673000', '161123.675000', '161123.678000', '161123.681000', '161123.684000', '161123.687000', '161123.690000', '161123.693000', '161123.695000', '161123.698000', '161123.701000', '161123.703000', '161123.707000', '161123.710000', '161123.712000', '161123.715000', '161123.718000', '161123.720000', '161123.723000', '161123.726000', '161123.728000', '161123.731000', '161123.733000', '161123.736000', '161123.739000', '161143.626000', '161143.628000', '161143.631000', '161143.634000', '161143.636000', '161143.639000', '161143.641000', '161143.644000', '161143.647000', '161143.649000', '161143.652000', '161143.655000', '161143.657000', '161143.660000', '161143.662000', '161143.665000', '161143.668000', '161143.670000', '161143.673000', '161143.676000', '161143.678000', '161143.681000', '161143.684000', '161143.702000', '161143.704000', '161143.707000', '161143.710000', '161143.712000', '161143.715000', '161143.717000', '161143.720000', '161143.723000', '161143.725000', '161143.728000', '161143.730000', '161143.733000', '161143.736000', '161143.738000', '161143.741000', '161143.744000', '161143.746000', '161143.749000', '161143.752000', '161143.754000', '161203.626000', '161203.628000', '161203.631000', '161203.634000', '161203.636000', '161203.639000', '161203.642000', '161203.645000', '161203.648000', '161203.651000', '161203.654000', '161203.656000', '161203.659000', '161203.662000', '161203.664000', '161203.667000', '161203.669000', '161203.672000', '161203.675000', '161203.677000', '161203.680000', '161203.682000', '161203.685000', '161203.688000', '161203.690000', '161203.693000', '161203.695000', '161203.698000', '161203.701000', '161203.703000', '161203.706000', '161203.709000', '161203.711000', '161203.714000', '161203.716000', '161203.719000', '161203.722000', '161203.724000', '161203.727000', '161203.729000', '161203.732000', '161203.735000', '161203.737000', '161223.626000', '161223.628000', '161223.631000', '161223.634000', '161223.636000', '161223.639000', '161223.641000', '161223.644000', '161223.647000', '161223.649000', '161223.652000', '161223.654000', '161223.657000', '161223.660000', '161223.662000', '161223.665000', '161223.667000', '161223.670000', '161223.673000', '161223.675000', '161223.678000', '161223.681000', '161223.683000', '161223.686000', '161223.689000', '161223.691000', '161223.694000', '161223.696000', '161223.699000', '161223.702000', '161223.704000', '161223.707000', '161223.709000', '161223.712000', '161223.714000', '161223.717000', '161223.720000', '161223.722000', '161223.725000', '161223.728000', '161223.730000', '161223.733000', '161223.735000', '161223.738000', '161243.625000', '161243.628000', '161243.631000', '161243.634000', '161243.636000', '161243.639000', '161243.642000', '161243.644000', '161243.647000', '161243.649000', '161243.652000', '161243.655000', '161243.657000', '161243.660000', '161243.662000', '161243.665000', '161243.668000', '161243.670000', '161243.673000', '161243.676000', '161243.678000', '161243.681000', '161243.683000', '161243.686000', '161243.689000', '161243.691000', '161243.694000', '161243.697000', '161243.699000', '161243.702000', '161243.705000', '161243.708000', '161243.710000', '161243.713000', '161243.716000', '161243.718000', '161243.721000', '161243.723000', '161243.726000', '161243.729000', '161243.731000', '161243.734000', '161243.736000', '161303.627000', '161303.630000', '161303.632000', '161303.635000', '161303.637000', '161303.640000', '161303.643000', '161303.645000', '161303.648000', '161303.651000', '161303.653000', '161303.656000', '161303.658000', '161303.661000', '161303.664000', '161303.666000', '161303.669000', '161303.671000', '161303.674000', '161303.696000', '161303.699000', '161303.701000', '161303.704000', '161303.706000', '161303.709000', '161303.712000', '161303.714000', '161303.717000', '161303.719000', '161303.722000', '161303.725000', '161303.727000', '161303.730000', '161303.732000', '161303.735000', '161303.738000', '161303.740000', '161303.743000', '161303.746000', '161303.748000', '161303.751000', '161303.753000', '161303.756000', '161303.758000', '161323.626000', '161323.629000', '161323.631000', '161323.634000', '161323.637000', '161323.639000', '161323.642000', '161323.645000', '161323.647000', '161323.650000', '161323.653000', '161323.655000', '161323.658000', '161323.660000', '161323.663000', '161323.666000', '161323.668000', '161323.671000', '161323.673000', '161323.676000', '161323.679000', '161323.681000', '161323.684000', '161323.687000', '161323.689000', '161323.692000', '161323.694000', '161323.697000', '161323.700000', '161323.702000', '161323.705000', '161323.707000', '161323.710000', '161323.713000', '161323.716000', '161323.719000', '161323.722000', '161323.725000', '161323.727000', '161323.730000', '161323.732000', '161323.735000', '161323.737000', '161343.625000', '161343.628000', '161343.631000', '161343.634000', '161343.636000', '161343.639000', '161343.641000', '161343.644000', '161343.647000', '161343.649000', '161343.652000', '161343.654000', '161343.657000', '161343.660000', '161343.662000', '161343.665000', '161343.668000', '161343.670000', '161343.673000', '161343.675000', '161343.678000', '161343.681000', '161343.683000', '161343.686000', '161343.688000', '161343.691000', '161343.694000', '161343.696000', '161343.699000', '161343.701000', '161343.706000', '161343.709000', '161343.712000', '161343.714000', '161343.717000', '161343.720000', '161343.722000', '161343.725000', '161343.727000', '161343.730000', '161343.733000', '161343.735000', '161343.738000', '161343.740000', '161403.626000', '161403.628000', '161403.631000', '161403.634000', '161403.636000', '161403.639000', '161403.642000', '161403.644000', '161403.647000', '161403.650000', '161403.652000', '161403.655000', '161403.657000', '161403.660000', '161403.663000', '161403.665000', '161403.668000', '161403.670000', '161403.673000', '161403.676000', '161403.678000', '161403.681000', '161403.684000', '161403.686000', '161403.689000', '161403.692000', '161403.694000', '161403.697000', '161403.699000', '161403.702000', '161403.705000', '161403.707000', '161403.710000', '161403.712000', '161403.715000', '161403.718000', '161403.720000', '161403.723000', '161403.725000', '161403.728000', '161403.731000', '161403.733000', '161403.736000', '161423.625000', '161423.628000', '161423.631000', '161423.634000', '161423.636000', '161423.639000', '161423.641000', '161423.644000', '161423.647000', '161423.649000', '161423.652000', '161423.655000', '161423.657000', '161423.660000', '161423.663000', '161423.665000', '161423.714000', '161423.717000', '161423.719000', '161423.722000', '161423.725000', '161423.727000', '161423.730000', '161423.733000', '161423.735000', '161423.738000', '161423.740000', '161423.743000', '161423.746000', '161423.748000', '161423.751000', '161423.754000', '161423.756000', '161423.759000', '161423.761000', '161423.764000', '161423.767000', '161423.769000', '161423.772000', '161423.774000', '161423.777000', '161423.780000', '161423.782000', '161423.785000', '161443.626000', '161443.628000', '161443.631000', '161443.634000', '161443.636000', '161443.639000', '161443.641000', '161443.644000', '161443.647000', '161443.649000', '161443.652000', '161443.654000', '161443.657000', '161443.660000', '161443.662000', '161443.665000', '161443.667000', '161443.670000', '161443.673000', '161443.675000', '161443.678000', '161443.680000', '161443.683000', '161443.686000', '161443.688000', '161443.691000', '161443.694000', '161443.696000', '161443.699000', '161443.702000', '161443.704000', '161443.707000', '161443.709000', '161443.712000', '161443.715000', '161443.717000', '161443.720000', '161443.722000', '161443.725000', '161443.728000', '161443.730000', '161443.733000', '161443.735000', '161503.626000', '161503.629000', '161503.632000', '161503.634000', '161503.637000', '161503.640000', '161503.642000', '161503.645000', '161503.647000', '161503.650000', '161503.653000', '161503.655000', '161503.658000', '161503.660000', '161503.663000', '161503.666000', '161503.668000', '161503.671000', '161503.674000', '161503.676000', '161503.679000', '161503.681000', '161503.684000', '161503.687000', '161503.689000', '161503.692000', '161503.695000', '161503.697000', '161503.700000', '161503.703000', '161503.705000', '161503.708000', '161503.711000', '161503.713000', '161503.716000', '161503.718000', '161503.721000', '161503.723000', '161503.726000', '161503.729000', '161503.731000', '161503.734000', '161503.737000', '161503.739000', '161523.627000', '161523.630000', '161523.632000', '161523.635000', '161523.637000', '161523.640000', '161523.643000', '161523.645000', '161523.648000', '161523.650000', '161523.653000', '161523.656000', '161523.659000', '161523.661000', '161523.664000', '161523.666000', '161523.669000', '161523.672000', '161523.674000', '161523.677000', '161523.679000', '161523.682000', '161523.685000', '161523.687000', '161523.690000', '161523.693000', '161523.695000', '161523.698000', '161523.700000', '161523.703000', '161523.706000', '161523.708000', '161523.711000', '161523.714000', '161523.716000', '161523.719000', '161523.721000', '161523.724000', '161523.727000', '161523.729000', '161523.732000', '161523.735000', '161523.737000', '161543.626000', '161543.629000', '161543.631000', '161543.634000', '161543.636000', '161543.639000', '161543.642000', '161543.644000', '161543.647000', '161543.650000', '161543.652000', '161543.655000', '161543.667000', '161543.669000', '161543.672000', '161543.675000', '161543.677000', '161543.680000', '161543.683000', '161543.685000', '161543.688000', '161543.691000', '161543.693000', '161543.696000', '161543.699000', '161543.701000', '161543.704000', '161543.707000', '161543.709000', '161543.712000', '161543.715000', '161543.717000', '161543.720000', '161543.722000', '161543.725000', '161543.728000', '161543.730000', '161543.733000', '161543.736000', '161543.739000', '161543.741000', '161543.744000', '161543.746000', '161543.749000', '161603.625000', '161603.628000', '161603.631000', '161603.634000', '161603.636000', '161603.639000', '161603.641000', '161603.644000', '161603.647000', '161603.649000', '161603.652000', '161603.655000', '161603.657000', '161603.660000', '161603.662000', '161603.665000', '161603.668000', '161603.670000', '161603.673000', '161603.675000', '161603.678000', '161603.681000', '161603.683000', '161603.686000', '161603.689000', '161603.691000', '161603.694000', '161603.697000', '161603.699000', '161603.702000', '161603.704000', '161603.707000', '161603.710000', '161603.712000', '161603.715000', '161603.718000', '161603.720000', '161603.723000', '161603.725000', '161603.728000', '161603.731000', '161603.733000', '161603.736000', '161623.627000', '161623.630000', '161623.632000', '161623.635000', '161623.638000', '161623.640000', '161623.643000', '161623.646000', '161623.648000', '161623.651000', '161623.654000', '161623.656000', '161623.659000', '161623.662000', '161623.664000', '161623.667000', '161623.670000', '161623.672000', '161623.675000', '161623.681000', '161623.684000', '161623.686000', '161623.689000', '161623.691000', '161623.694000', '161623.697000', '161623.700000', '161623.702000', '161623.705000', '161623.707000', '161623.710000', '161623.713000', '161623.715000', '161623.718000', '161623.720000', '161623.723000', '161623.726000', '161623.728000', '161623.731000', '161623.734000', '161623.736000', '161623.739000', '161623.741000', '161623.744000', '161643.626000', '161643.628000', '161643.631000', '161643.634000', '161643.636000', '161643.639000', '161643.641000', '161643.644000', '161643.647000', '161643.649000', '161643.663000', '161643.666000', '161643.668000', '161643.671000', '161643.673000', '161643.676000', '161643.679000', '161643.681000', '161643.684000', '161643.686000', '161643.689000', '161643.692000', '161643.694000', '161643.697000', '161643.699000', '161643.702000', '161643.705000', '161643.707000', '161643.710000', '161643.713000', '161643.715000', '161643.718000', '161643.720000', '161643.723000', '161643.726000', '161643.728000', '161643.731000', '161643.733000', '161643.736000', '161643.739000', '161643.741000', '161643.744000', '161643.747000', '161703.626000', '161703.628000', '161703.631000', '161703.634000', '161703.636000', '161703.639000', '161703.641000', '161703.644000', '161703.647000', '161703.649000', '161703.652000', '161703.655000', '161703.657000', '161703.660000', '161703.662000', '161703.665000', '161703.668000', '161703.670000', '161703.673000', '161703.675000', '161703.678000', '161703.681000', '161703.683000', '161703.686000', '161703.689000', '161703.691000', '161703.694000', '161703.696000', '161703.699000', '161703.702000', '161703.704000', '161703.707000', '161703.710000', '161703.712000', '161703.715000', '161703.718000', '161703.720000', '161703.723000', '161703.725000', '161703.728000', '161703.731000', '161703.733000', '161703.736000', '161723.626000', '161723.628000', '161723.631000', '161723.634000', '161723.636000', '161723.639000', '161723.642000', '161723.644000', '161723.647000', '161723.650000', '161723.652000', '161723.655000', '161723.658000', '161723.660000', '161723.663000', '161723.665000', '161723.668000', '161723.671000', '161723.673000', '161723.676000', '161723.679000', '161723.681000', '161723.684000', '161723.686000', '161723.689000', '161723.692000', '161723.694000', '161723.697000', '161723.699000', '161723.702000', '161723.705000', '161723.707000', '161723.710000', '161723.713000', '161723.715000', '161723.718000', '161723.720000', '161723.723000', '161723.726000', '161723.728000', '161723.731000', '161723.733000', '161723.736000', '161723.739000', '161743.626000', '161743.629000', '161743.631000', '161743.634000', '161743.636000', '161743.639000', '161743.642000', '161743.644000', '161743.647000', '161743.650000', '161743.652000', '161743.655000', '161743.657000', '161743.660000', '161743.663000', '161743.667000', '161743.669000', '161743.672000', '161743.675000', '161743.677000', '161743.680000', '161743.682000', '161743.685000', '161743.688000', '161743.690000', '161743.693000', '161743.695000', '161743.698000', '161743.701000', '161743.703000', '161743.706000', '161743.709000', '161743.711000', '161743.714000', '161743.717000', '161743.720000', '161743.722000', '161743.725000', '161743.728000', '161743.730000', '161743.733000', '161743.735000', '161743.738000', '161803.626000', '161803.629000', '161803.631000', '161803.634000', '161803.637000', '161803.651000', '161803.654000', '161803.656000', '161803.659000', '161803.662000', '161803.664000', '161803.667000', '161803.669000', '161803.672000', '161803.675000', '161803.677000', '161803.680000', '161803.682000', '161803.685000', '161803.687000', '161803.690000', '161803.703000', '161803.706000', '161803.709000', '161803.711000', '161803.714000', '161803.716000', '161803.719000', '161803.722000', '161803.724000', '161803.727000', '161803.729000', '161803.732000', '161803.735000', '161803.737000', '161803.740000', '161803.743000', '161803.745000', '161803.748000', '161803.750000', '161803.753000', '161803.755000', '161803.758000', '161803.761000', '161823.626000', '161823.629000', '161823.632000', '161823.635000', '161823.637000', '161823.640000', '161823.643000', '161823.645000', '161823.648000', '161823.651000', '161823.653000', '161823.656000', '161823.658000', '161823.661000', '161823.664000', '161823.666000', '161823.669000', '161823.672000', '161823.674000', '161823.677000', '161823.679000', '161823.682000', '161823.685000', '161823.687000', '161823.690000', '161823.693000', '161823.695000', '161823.698000', '161823.700000', '161823.703000', '161823.706000', '161823.708000', '161823.711000', '161823.713000', '161823.716000', '161823.719000', '161823.721000', '161823.724000', '161823.726000', '161823.729000', '161823.732000', '161823.734000', '161823.737000', '161843.626000', '161843.629000', '161843.631000', '161843.634000', '161843.636000', '161843.639000', '161843.642000', '161843.644000', '161843.647000', '161843.650000', '161843.652000', '161843.655000', '161843.657000', '161843.660000', '161843.663000', '161843.665000', '161843.668000', '161843.670000', '161843.673000', '161843.676000', '161843.678000', '161843.681000', '161843.684000', '161843.686000', '161843.689000', '161843.691000', '161843.694000', '161843.697000', '161843.699000', '161843.702000', '161843.705000', '161843.707000', '161843.710000', '161843.712000', '161843.715000', '161843.718000', '161843.720000', '161843.723000', '161843.726000', '161843.728000', '161843.731000', '161843.734000', '161843.736000', '161843.739000', '161903.626000', '161903.629000', '161903.631000', '161903.634000', '161903.637000', '161903.639000', '161903.642000', '161903.645000', '161903.647000', '161903.650000', '161903.653000', '161903.655000', '161903.658000', '161903.660000', '161903.663000', '161903.666000', '161903.668000', '161903.671000', '161903.674000', '161903.676000', '161903.680000', '161903.682000', '161903.685000', '161903.688000', '161903.691000', '161903.694000', '161903.696000', '161903.699000', '161903.702000', '161903.706000', '161903.708000', '161903.711000', '161903.714000', '161903.716000', '161903.719000', '161903.722000', '161903.724000', '161903.727000', '161903.730000', '161903.732000', '161903.735000', '161903.737000', '161903.740000', '161923.626000', '161923.628000', '161923.631000', '161923.634000', '161923.636000', '161923.639000', '161923.642000', '161923.644000', '161923.647000', '161923.649000', '161923.652000', '161923.655000', '161923.657000', '161923.660000', '161923.662000', '161923.665000', '161923.668000', '161923.670000', '161923.673000', '161923.676000', '161923.678000', '161923.681000', '161923.683000', '161923.686000', '161923.689000', '161923.691000', '161923.694000', '161923.697000', '161923.699000', '161923.702000', '161923.705000', '161923.707000', '161923.710000', '161923.713000', '161923.715000', '161923.718000', '161923.720000', '161923.723000', '161923.726000', '161923.728000', '161923.731000', '161923.733000', '161923.736000', '161923.739000', '161943.626000', '161943.629000', '161943.631000', '161943.634000', '161943.636000', '161943.639000', '161943.642000', '161943.644000', '161943.647000', '161943.650000', '161943.652000', '161943.655000', '161943.658000', '161943.660000', '161943.663000', '161943.665000', '161943.668000', '161943.671000', '161943.673000', '161943.676000', '161943.679000', '161943.681000', '161943.684000', '161943.687000', '161943.689000', '161943.692000', '161943.695000', '161943.697000', '161943.700000', '161943.703000', '161943.705000', '161943.708000', '161943.711000', '161943.713000', '161943.716000', '161943.719000', '161943.721000', '161943.724000', '161943.726000', '161943.729000', '161943.732000', '161943.734000', '161943.737000', '161950.163000', '161950.166000', '161950.169000', '161950.171000', '161950.174000', '161950.177000', '161950.180000', '161950.182000', '161950.185000', '161950.188000', '161950.190000', '161950.193000', '161950.196000', '161950.199000', '161950.201000'], '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': [13916, 11260, 10905, 11327, 10970, 11180, 10166, 11226, 9992, 11460, 9921, 11041, 9965, 11553, 10072, 11223, 9994, 10934, 10305, 10803, 13251, 11130, 11989, 11382, 13159, 11211, 13757, 10717, 12918, 11275, 12173, 10963, 11823, 10272, 12390, 10233, 12150, 10456, 11787, 10787, 12233, 10667, 11448, 11099, 11191, 11255, 11454, 10055, 11655, 10100, 10996, 10013, 10916, 9638, 11029, 11728, 10987, 11045, 11250, 13399, 10977, 13720, 10676, 12892, 10829, 10664, 10510, 10776, 9853, 10826, 9694, 10667, 10471, 11049, 11410, 11289, 13213, 10943, 13417, 10093, 12015, 10484, 11485, 10706, 11303, 9899, 11215, 10001, 10801, 10264, 10887, 13301, 10441, 13424, 10919, 12892, 10452, 11865, 10358, 10904, 10607, 10833, 10403, 10811, 9827, 11271, 9834, 10824, 9983, 10997, 9971, 10963, 10551, 10458, 10289, 10980, 11064, 10755, 13205, 10242, 13644, 10613, 12736, 10654, 12645, 11073, 13327, 10280, 12648, 10367, 12497, 10572, 11740, 10207, 11023, 9995, 11113, 9662, 10647, 10726, 10672, 14111, 10629, 13109, 10448, 11666, 10243, 11378, 10107, 11529, 10284, 10930, 9763, 10863, 9747, 10330, 10436, 10135, 10328, 10568, 9919, 10392, 10836, 10224, 13499, 10172, 12241, 10266, 13409, 10250, 13701, 9872, 12350, 9806, 11917, 9903, 11894, 9811, 11457, 9650, 10453, 9542, 10454, 9942, 10822, 9652, 10627, 9961, 10670, 9891, 10334, 9738, 10502, 9853, 10656, 10230, 10366, 12981, 9859, 13189, 9982, 13031, 10162, 13092, 9944, 12815, 10079, 11557, 10009, 10792, 10129, 10378, 9425, 10451, 10003, 10527, 10890, 10527, 13644, 10093, 13019, 10329, 12605, 10030, 12139, 9682, 12013, 10033, 11712, 10421, 10650, 9930, 11013, 9734, 10908, 9779, 10831, 9573, 10425, 10428, 10475, 9956, 10548, 12485, 10150, 13749, 10101, 12774, 10155, 11865, 10237, 10935, 9910, 10654, 9627, 10934, 9714, 10956, 10333, 10538, 13423, 10275, 12549, 10257, 12479, 10499, 12817, 9764, 12059, 10297, 11584, 10276, 11416, 9815, 12066, 10229, 11735, 10409, 11903, 10038, 11914, 9807, 11861, 9980, 12012, 9932, 12317, 9750, 12301, 10401, 12525, 9945, 12977, 10231, 12466, 10322, 12622, 10033, 12967, 10395, 12126, 10579, 12878, 10603, 13193, 9889, 12403, 10311, 12469, 10233, 12588, 9963, 12122, 10179, 12260, 10334, 12473, 10053, 12871, 10628, 11250, 10655, 12125, 10295, 13672, 10400, 12204, 10673, 12555, 10645, 12912, 9961, 12170, 11067, 10549, 11001, 10595, 10393, 9924, 11270, 9560, 11018, 10034, 12224, 10402, 12342, 9944, 12257, 10108, 12411, 10014, 12673, 10059, 12355, 10328, 12624, 10030, 12721, 9975, 12195, 10473, 11569, 10641, 13439, 10335, 12448, 10917, 12572, 10757, 12417, 10069, 12460, 10355, 12121, 10690, 12276, 10685, 12876, 10526, 11756, 10754, 11260, 10776, 11519, 10370, 11973, 10996, 10702, 11045, 10229, 11009, 11794, 10969, 9628, 11352, 9760, 11391, 9849, 10625, 9620, 11116, 9514, 11161, 11341, 10529, 13884, 10731, 12759, 10894, 11648, 10482, 11470, 9898, 11775, 10258, 11159, 10266, 11222, 9726, 11524, 9928, 11072, 10257, 10963, 10569, 11792, 9693, 11037, 9587, 11174, 9480, 11087, 9634, 10432, 11508, 10864, 10146, 11115, 10881, 10605, 13997, 10090, 12295, 10452, 11777, 10315, 12817, 10233, 12533, 10481, 12452, 10300, 11984, 9980, 12015, 9945, 10912, 10302, 11072, 10423, 11040, 9580, 10719, 9476, 11272, 9655, 11122, 9665, 10848, 11037, 10479, 10523, 10774, 11665, 10328, 13705, 9963, 12585, 10336, 11977, 9818, 11341, 9963, 11030, 10310, 11115, 9516, 11124, 9422, 10728, 9433, 10959, 9550, 11122, 9443, 10870, 10497, 10872, 10045, 10882, 10883, 10575, 13790, 9893, 13153, 10322, 12702, 10142, 12358, 9925, 11742, 9946, 11061, 9451, 11184, 9193, 10575, 9277, 10991, 9553, 11048, 9167, 11017, 10932, 10588, 11664, 11061, 10532, 10803, 12042, 10105, 13388, 9922, 12338, 10730, 11814, 10363, 12449, 9672, 11651, 9898, 11443, 10551, 10961, 9447, 10777, 9486, 10848, 9403, 10880, 9553, 10776, 11051, 10130, 12554, 10754, 11426, 10690, 12097, 10151, 13501, 9843, 12296, 10258, 12213, 10158, 11861, 9452, 11843, 9779, 10736, 10229, 10794, 9309, 10940, 9429, 10711, 9300, 11061, 9739, 10896, 10951, 10489, 11439, 11047, 10452, 11081, 10622, 10892, 12300, 10679, 10661, 11049, 10687, 10897, 13437, 10104, 13125, 10624, 12613, 10371, 12371, 9917, 12369, 10450, 12056, 10494, 11673, 10336, 12480, 10186, 11638, 10218, 11953, 10132, 12080, 9642, 11406, 10022, 11094, 10331, 10897, 9944, 11186, 10232, 11048, 10264, 11291, 10452, 12035, 9393, 11093, 10559, 11128, 10546, 11091, 9699, 11356, 9649, 11307, 9561, 11098, 9127, 11073, 9684, 11158, 8906, 11147, 9381, 11218, 9597, 10962, 9166, 11120, 9406, 11096, 9498, 10812, 9066, 11181, 9287, 10984, 9292, 11167, 9327, 10920, 10301, 11218, 10463, 11230, 9999, 12345, 10719, 11181, 10500, 11271, 10415, 11821, 10398, 11235, 10217, 11006, 10518, 11048, 9345, 11000, 10163, 11045, 10363, 11141, 10343, 11830, 9968, 11325, 9992, 11180, 10376, 11226, 9847, 10772, 10493, 10893, 10049, 11147, 9349, 10706, 9487, 11112, 9435, 11045, 9254, 10808, 9513, 11096, 9192, 11007, 9473, 10830, 9617, 10758, 9315, 11063, 9367, 10874, 9759, 10823, 9468, 10980, 9920, 11110, 10791, 10474, 11835, 10772, 10294, 10849, 11268, 10550, 12680, 10540, 10858, 10705, 9672, 10806, 10776, 10261, 12254, 10875, 13358, 10823, 12999, 10035, 12089, 10462, 11027, 9986, 11054, 9494, 10890, 9829, 10822, 9871, 11087, 9572, 11100, 9249, 10813, 9549, 10959, 9615, 11240, 10557, 10973, 12358, 10659, 10241, 11147, 9626, 11004, 9558, 10626, 9102, 11259, 9512, 11257, 9454, 10973, 10353, 10838, 9830, 11254, 9418, 11145, 10441, 10730, 10475, 10776, 10283, 10958, 10402, 10449, 10389, 10974, 9275, 10760, 9564, 10943, 9780, 11144, 10398, 11209, 10447, 11942, 9921, 12047, 10528, 11969, 10517, 12401, 10134, 11970, 11029, 11970, 11039, 12470, 10747, 12175, 10936, 10128, 11334, 9763, 11201, 10009, 10847, 9809, 11231, 10042, 11293, 10165, 11547, 9936, 11013, 11105, 11227, 10174, 11111, 10144, 11603, 11049, 10204, 11209, 9894, 10996, 10370, 11235, 10097, 11435, 9842, 10975, 10416, 11513, 9850, 11627, 10420, 11961, 10624, 12328, 10692, 11253, 11243, 10359, 11133, 10744, 11250, 10031, 11673, 10082, 11475, 9894, 11085, 10180, 11208, 10533, 11062, 10766, 11270, 10018, 11100, 10217, 10000, 10114, 11542, 10651, 10548, 11493, 9908, 11511, 10296, 11329, 10709, 12104, 10399, 12135, 11415, 11481, 11400, 11395, 10533, 11433, 10297, 11417, 10846, 11249, 10610, 11412, 10333, 11363, 10277, 11034, 10959, 11695, 10787, 11557, 10564, 12015, 10330, 11193, 10494, 11168, 11297, 11285, 10414, 11528, 11029, 11316, 10776, 11538, 10194, 11092, 10397, 11182, 10206, 11329, 10416, 11336, 10855, 11228, 10619, 11088, 10728, 11403, 9691, 11162, 10424, 11170, 10198, 11167, 10168, 11173, 10564, 11430, 10978, 11206, 11010, 11361, 10241, 11410, 10258, 11417, 9525, 11643, 9975, 11376, 9568, 11431, 10089, 11237, 10368, 11415, 10003, 11261, 10563, 11373, 10074, 11404, 9995, 11462, 13397, 11076, 11924, 10868, 10824, 10815, 11026, 10650, 9862, 11359, 9872, 11353, 11587, 10558, 11906, 11199, 11249, 10668, 11377, 10916, 11497, 10362, 11252, 10369, 10960, 10775, 11017, 10468, 11410, 11061, 11479, 10702, 11240, 10074, 11243, 10564, 11768, 10424, 11378, 10130, 11454, 10344, 11244, 10054, 11425, 10372, 11395, 10215, 11537, 10308, 11357, 10121, 11423, 11573, 11120, 9620, 11461, 9801, 11410, 11567, 10802, 11633, 10978, 11620, 10829, 11717, 11168, 11584, 11112, 11096, 10796, 10944, 10859, 11853, 11053, 9700, 11262, 9910, 11502, 10504, 11310, 10371, 11489, 10462, 11238, 10168, 11091, 10156, 11356, 10762, 11190, 10238, 11310, 10153, 11186, 9732, 11470, 9664, 11140, 10218, 11208, 10469, 11328, 9815, 11158, 9560, 11364, 9956, 11593, 10170, 11196, 10357, 11131, 10759, 11040, 10652, 11137, 10460, 11576, 10366, 11190, 10848, 10988, 10755, 11549, 10766, 11397, 10832, 11297, 11024, 11691, 11156, 12374, 11609, 9795, 11306, 9761, 11754, 10081, 11656, 10540, 11776, 10073, 11763, 10679, 11393, 10555, 11635, 10464, 11523, 10805, 11257, 10383, 11514, 10409, 11567, 10343, 11445, 10494, 11613, 10509, 11388, 10579, 11354, 10596, 11444, 11151, 11174, 11267, 11346, 10388, 11324, 10583, 11341, 10689, 11151, 11078, 11286, 10675, 11208, 10413, 11167, 10398, 11334, 10744, 11136, 10437, 10988, 10481, 11010, 11135, 11321, 11058, 11095, 10894, 11201, 10638, 11578, 10815, 11468, 10251, 11271, 10435, 11465, 10411, 11447, 11221, 11224, 11413, 11254, 10501, 11451, 10582, 11182, 10662, 11369, 11177, 11267, 10574, 11045, 10683, 10922, 10619, 11281, 10630, 11033, 10958, 10895, 10654, 11250, 10274, 11167, 10501, 10935, 10566, 10807, 10596, 11122, 10906, 11011, 11413, 11527, 11464, 12026, 11291, 11107, 11390, 11136, 11626, 11923, 11565, 11483, 11230, 10293, 11544, 10305, 11879, 10094, 11560, 10604, 11383, 10535, 11361, 10595, 11421, 11454, 11195, 11279, 11158, 10379, 11241, 10293, 11591, 10637, 11207, 10250, 11488, 10319, 11612, 10548, 11320, 11143, 11205, 11376, 11233, 11307, 11312, 10883, 11034, 10574, 10958, 10951, 11586, 10593, 10828, 10629, 10730, 11372, 10529, 11382, 10611, 11643, 11407, 11278, 10570, 11666, 10633, 11631, 10890, 10604, 11001, 10629, 11259, 11797, 11556, 10881, 11150, 11541, 11081, 11599, 11090, 10849, 11354, 11110, 11015, 11646, 10938, 10550, 11615, 10483, 11820, 11126, 11519, 9921, 11642, 10474, 11842, 10633, 11638, 10259, 11410, 10737, 11137, 11292, 11550, 10494, 10656, 11577, 10814, 11560, 10004, 11744, 10329, 11172, 10373, 11376, 10586, 11476, 10717, 11016, 11067, 11744, 11813, 10480, 11800, 10620, 11280, 10473, 11515, 11900, 10961, 10969, 9886, 11742, 10041, 11765, 10379, 11320, 11421, 10997, 11057, 12023, 11776, 10004, 11465, 10405, 11751, 10459, 11627, 11189, 10721, 11114, 11288, 11505, 10407, 11646, 10632, 11497, 10754, 11408, 10773, 9737, 11374, 10674, 11587, 10588, 11577, 11217, 10668, 11206, 11357, 11882, 10151, 11922, 10389, 11614, 10573, 11668, 9872, 11872, 10411, 11179, 11205, 10946, 11673, 11275, 10691, 10562, 11611, 10216, 11950, 10097, 12049, 10651, 11419, 10074, 11244, 10328, 11393, 11875, 11101, 10399, 10696, 11127, 11471, 11478, 12883, 12254, 9933, 11713, 9985, 11636, 10372, 11808, 11057, 11194, 11473, 10769, 10941, 11075, 10934, 10937, 11496, 10619, 11563, 10085, 12205, 10519, 11721, 10347, 11159, 11237, 11247, 10970, 11496, 12134, 9500, 12133, 9895, 11868, 10215, 11894, 10348, 11682, 10035, 11511, 10601, 11052, 11097, 11088, 11739, 10579, 11668, 11631, 11408, 10743, 11614, 11083, 12395, 11073, 11186, 11252, 10424, 11823, 10514, 11736, 11151, 11573, 10780, 10685, 10846, 10841, 11088, 10607, 10836, 11150, 10707, 11574, 10823, 11567, 11404, 11770, 9774, 11945, 9689, 11895, 11189, 11996, 10226, 11989, 9754, 11440, 10238, 11883, 10478, 12013, 9943, 11686, 9899, 11211, 9797, 11762, 9866, 11406, 9877, 11382, 10050, 11630, 10008, 11615, 10617, 10749, 11450, 10980, 11583, 11268, 11644, 10673, 11177, 10745, 11035, 12413, 11411, 11429, 11901, 10124, 11534, 10474, 11775, 10269, 11843, 10311, 11421, 9950, 11335, 10870, 10799, 11186, 10655, 11255, 10800, 11106, 10892, 11407, 10336, 11121, 10371, 11633, 11054, 11317, 10134, 10927, 10039, 11395, 11415, 11484, 10256, 11670, 9805, 11699, 10406, 12105, 10465, 11176, 10884, 10647, 11537, 11671, 11591, 12166, 11248, 9839, 10351, 11893, 11428, 10673, 10940, 11516, 11391, 11348, 10195, 11385, 10232, 11723, 12417, 11473, 11200, 11022, 9930, 10717, 9781, 10927, 10175, 10866, 10660, 10924, 10298, 11763, 10083, 11442, 10247, 11981, 10038, 10979, 9886, 11041, 9896, 11199, 10084, 11168, 10793, 10965, 10852, 10666, 10874, 10686, 11171, 10503, 11027, 10446, 11367, 10967, 11338, 11074, 11545, 10209, 11425, 10288, 11506, 10926, 10976, 10182, 11143, 9988, 11350, 11081, 12087, 10830, 11467, 10510, 11489, 10316, 11491, 11559, 11858, 11128, 11538, 9689, 11910, 10388, 11563, 10017, 11248, 9863, 11021, 9890, 11613, 9863, 11453, 11105, 10894, 11835, 10728, 11387, 11075, 10821, 10698, 11691, 10407, 11424, 11200, 11657, 11354, 11708, 9882, 11218, 9931, 11574, 10378, 12032, 10238, 11279, 9980, 11390, 10060, 11419, 10466, 11120, 11546, 10102, 10847, 10561, 10800, 11627, 11122, 11389, 11835, 10431, 11761, 11632, 11583, 10246, 11519, 9838, 10889, 10103, 11650, 10618, 11221, 10709, 10759, 11385, 10663, 11582, 10962, 10760, 10216, 11046, 10238, 11554, 11431, 12279, 9546, 11530, 10421, 11438, 10292, 11347, 10066, 10824, 11133, 10438, 11857, 11044, 10724, 10228, 11653, 9881, 11436, 11582, 11527, 10495, 11384, 10070, 11444, 10493, 11445, 10214, 11229, 11091, 10521, 11739, 10549, 11578, 10635, 11034, 10005, 11374, 9664, 11752, 10177, 11275, 10710, 10685, 11734, 10712, 11566, 10961, 10843, 10208, 11091, 10643, 11410, 11542, 12210, 10197, 11331, 10224, 11116, 10786, 11181, 11323, 10343, 11241, 10502, 10924, 12062, 11573, 10316, 11016, 10740, 11177, 10408, 11315, 11270, 10613, 10841, 10279, 11316, 10742, 11293, 10138, 10910, 10152, 11591, 10221, 11443, 10624, 11342, 10485, 10718, 10986, 10555, 10987, 10689, 10923, 10267, 10956, 10219, 11564, 10229, 11269, 10571, 11639, 10876, 10702, 11323, 10848, 10783, 9783, 10940, 10451], 'WindowCenter': [4281.0, 4247.0, 4232.0, 4231.0, 4230.0, 4230.0, 4219.0, 4229.0, 4208.0, 4227.0, 4206.0, 4217.0, 4207.0, 4228.0, 4206.0, 4216.0, 4205.0, 4216.0, 4216.0, 4217.0, 4226.0, 4216.0, 4214.0, 4215.0, 4223.0, 4217.0, 4235.0, 4216.0, 4225.0, 4216.0, 4224.0, 4216.0, 4226.0, 4217.0, 4225.0, 4216.0, 4225.0, 4216.0, 4215.0, 4217.0, 4227.0, 4217.0, 4216.0, 4216.0, 4216.0, 4217.0, 4216.0, 4218.0, 4217.0, 4207.0, 4216.0, 4205.0, 4215.0, 4205.0, 4218.0, 4226.0, 4216.0, 4215.0, 4215.0, 4224.0, 4215.0, 4225.0, 4216.0, 4226.0, 4215.0, 4205.0, 4215.0, 4215.0, 4206.0, 4216.0, 4208.0, 4217.0, 4216.0, 4217.0, 4215.0, 4216.0, 4226.0, 4217.0, 4237.0, 4206.0, 4226.0, 4216.0, 4215.0, 4216.0, 4217.0, 4206.0, 4217.0, 4206.0, 4217.0, 4205.0, 4217.0, 4237.0, 4218.0, 4235.0, 4217.0, 4225.0, 4216.0, 4229.0, 4218.0, 4217.0, 4217.0, 4216.0, 4216.0, 4216.0, 4218.0, 4228.0, 4218.0, 4218.0, 4207.0, 4217.0, 4219.0, 4228.0, 4217.0, 4216.0, 4206.0, 4217.0, 4214.0, 4216.0, 4226.0, 4217.0, 4236.0, 4217.0, 4225.0, 4216.0, 4225.0, 4216.0, 4236.0, 4217.0, 4225.0, 4206.0, 4214.0, 4206.0, 4214.0, 4205.0, 4215.0, 4204.0, 4216.0, 4193.0, 4205.0, 4213.0, 4215.0, 4236.0, 4215.0, 4224.0, 4215.0, 4213.0, 4205.0, 4216.0, 4216.0, 4215.0, 4205.0, 4215.0, 4205.0, 4216.0, 4206.0, 4217.0, 4216.0, 4216.0, 4207.0, 4216.0, 4205.0, 4217.0, 4216.0, 4217.0, 4237.0, 4217.0, 4226.0, 4217.0, 4227.0, 4217.0, 4237.0, 4218.0, 4227.0, 4206.0, 4226.0, 4218.0, 4227.0, 4217.0, 4227.0, 4208.0, 4216.0, 4206.0, 4216.0, 4218.0, 4228.0, 4207.0, 4217.0, 4207.0, 4217.0, 4217.0, 4218.0, 4206.0, 4216.0, 4207.0, 4216.0, 4206.0, 4206.0, 4225.0, 4206.0, 4225.0, 4206.0, 4225.0, 4216.0, 4226.0, 4217.0, 4227.0, 4205.0, 4214.0, 4205.0, 4204.0, 4215.0, 4207.0, 4196.0, 4216.0, 4205.0, 4217.0, 4214.0, 4218.0, 4237.0, 4216.0, 4225.0, 4217.0, 4225.0, 4206.0, 4228.0, 4207.0, 4227.0, 4217.0, 4228.0, 4217.0, 4217.0, 4219.0, 4217.0, 4207.0, 4217.0, 4207.0, 4217.0, 4217.0, 4218.0, 4216.0, 4216.0, 4204.0, 4216.0, 4226.0, 4206.0, 4225.0, 4205.0, 4224.0, 4204.0, 4213.0, 4205.0, 4215.0, 4205.0, 4205.0, 4204.0, 4216.0, 4204.0, 4216.0, 4217.0, 4217.0, 4235.0, 4217.0, 4224.0, 4216.0, 4225.0, 4217.0, 4226.0, 4217.0, 4226.0, 4217.0, 4215.0, 4218.0, 4228.0, 4220.0, 4227.0, 4220.0, 4228.0, 4218.0, 4229.0, 4220.0, 4229.0, 4218.0, 4227.0, 4217.0, 4228.0, 4220.0, 4227.0, 4219.0, 4227.0, 4218.0, 4238.0, 4219.0, 4237.0, 4217.0, 4226.0, 4216.0, 4227.0, 4218.0, 4236.0, 4217.0, 4226.0, 4219.0, 4225.0, 4218.0, 4237.0, 4218.0, 4226.0, 4216.0, 4225.0, 4205.0, 4225.0, 4206.0, 4214.0, 4205.0, 4214.0, 4204.0, 4225.0, 4206.0, 4224.0, 4216.0, 4215.0, 4215.0, 4224.0, 4218.0, 4236.0, 4216.0, 4214.0, 4215.0, 4213.0, 4216.0, 4226.0, 4208.0, 4225.0, 4216.0, 4204.0, 4216.0, 4218.0, 4218.0, 4206.0, 4216.0, 4205.0, 4215.0, 4217.0, 4227.0, 4216.0, 4227.0, 4206.0, 4214.0, 4205.0, 4225.0, 4206.0, 4226.0, 4205.0, 4213.0, 4205.0, 4214.0, 4205.0, 4224.0, 4205.0, 4215.0, 4205.0, 4214.0, 4217.0, 4237.0, 4216.0, 4226.0, 4216.0, 4214.0, 4214.0, 4226.0, 4206.0, 4215.0, 4205.0, 4214.0, 4204.0, 4213.0, 4215.0, 4227.0, 4217.0, 4215.0, 4215.0, 4213.0, 4214.0, 4215.0, 4216.0, 4214.0, 4215.0, 4203.0, 4203.0, 4203.0, 4216.0, 4215.0, 4205.0, 4193.0, 4203.0, 4192.0, 4215.0, 4205.0, 4204.0, 4193.0, 4203.0, 4192.0, 4213.0, 4214.0, 4216.0, 4225.0, 4205.0, 4212.0, 4203.0, 4202.0, 4204.0, 4215.0, 4205.0, 4214.0, 4205.0, 4214.0, 4205.0, 4215.0, 4207.0, 4216.0, 4207.0, 4216.0, 4205.0, 4216.0, 4217.0, 4227.0, 4207.0, 4215.0, 4205.0, 4215.0, 4194.0, 4215.0, 4205.0, 4216.0, 4215.0, 4215.0, 4205.0, 4215.0, 4214.0, 4216.0, 4235.0, 4205.0, 4215.0, 4204.0, 4213.0, 4206.0, 4225.0, 4205.0, 4224.0, 4216.0, 4215.0, 4205.0, 4215.0, 4206.0, 4226.0, 4205.0, 4204.0, 4205.0, 4203.0, 4203.0, 4214.0, 4205.0, 4204.0, 4194.0, 4215.0, 4193.0, 4215.0, 4205.0, 4218.0, 4215.0, 4217.0, 4205.0, 4216.0, 4215.0, 4217.0, 4237.0, 4206.0, 4226.0, 4207.0, 4214.0, 4206.0, 4216.0, 4206.0, 4215.0, 4216.0, 4216.0, 4205.0, 4219.0, 4220.0, 4218.0, 4207.0, 4218.0, 4206.0, 4228.0, 4207.0, 4229.0, 4217.0, 4218.0, 4206.0, 4217.0, 4215.0, 4218.0, 4238.0, 4207.0, 4226.0, 4217.0, 4225.0, 4205.0, 4227.0, 4218.0, 4227.0, 4206.0, 4216.0, 4205.0, 4216.0, 4206.0, 4217.0, 4206.0, 4217.0, 4205.0, 4218.0, 4194.0, 4216.0, 4217.0, 4216.0, 4215.0, 4216.0, 4204.0, 4215.0, 4225.0, 4217.0, 4237.0, 4206.0, 4226.0, 4217.0, 4215.0, 4217.0, 4238.0, 4207.0, 4215.0, 4206.0, 4214.0, 4206.0, 4214.0, 4207.0, 4216.0, 4205.0, 4215.0, 4195.0, 4216.0, 4204.0, 4216.0, 4228.0, 4217.0, 4227.0, 4216.0, 4215.0, 4215.0, 4226.0, 4218.0, 4236.0, 4206.0, 4225.0, 4207.0, 4224.0, 4206.0, 4227.0, 4218.0, 4228.0, 4206.0, 4214.0, 4206.0, 4218.0, 4195.0, 4216.0, 4205.0, 4215.0, 4194.0, 4216.0, 4194.0, 4216.0, 4216.0, 4216.0, 4216.0, 4216.0, 4205.0, 4215.0, 4205.0, 4216.0, 4225.0, 4218.0, 4217.0, 4216.0, 4204.0, 4220.0, 4237.0, 4218.0, 4224.0, 4216.0, 4214.0, 4205.0, 4226.0, 4207.0, 4226.0, 4218.0, 4225.0, 4217.0, 4227.0, 4219.0, 4228.0, 4217.0, 4215.0, 4217.0, 4215.0, 4218.0, 4227.0, 4207.0, 4216.0, 4208.0, 4217.0, 4207.0, 4216.0, 4208.0, 4216.0, 4206.0, 4217.0, 4216.0, 4215.0, 4218.0, 4226.0, 4206.0, 4217.0, 4217.0, 4216.0, 4216.0, 4216.0, 4209.0, 4216.0, 4205.0, 4216.0, 4194.0, 4215.0, 4207.0, 4228.0, 4205.0, 4216.0, 4193.0, 4217.0, 4194.0, 4217.0, 4208.0, 4216.0, 4195.0, 4217.0, 4195.0, 4217.0, 4208.0, 4218.0, 4195.0, 4217.0, 4195.0, 4215.0, 4207.0, 4227.0, 4209.0, 4217.0, 4216.0, 4216.0, 4215.0, 4216.0, 4218.0, 4227.0, 4217.0, 4216.0, 4209.0, 4215.0, 4218.0, 4227.0, 4217.0, 4218.0, 4205.0, 4204.0, 4204.0, 4217.0, 4207.0, 4206.0, 4204.0, 4214.0, 4204.0, 4213.0, 4218.0, 4226.0, 4206.0, 4215.0, 4205.0, 4214.0, 4204.0, 4215.0, 4206.0, 4215.0, 4216.0, 4204.0, 4203.0, 4215.0, 4207.0, 4218.0, 4205.0, 4217.0, 4206.0, 4216.0, 4208.0, 4219.0, 4207.0, 4227.0, 4207.0, 4219.0, 4205.0, 4228.0, 4208.0, 4219.0, 4207.0, 4217.0, 4207.0, 4229.0, 4218.0, 4218.0, 4207.0, 4216.0, 4206.0, 4217.0, 4217.0, 4218.0, 4225.0, 4218.0, 4206.0, 4217.0, 4217.0, 4217.0, 4227.0, 4217.0, 4215.0, 4217.0, 4205.0, 4228.0, 4217.0, 4219.0, 4226.0, 4217.0, 4225.0, 4216.0, 4226.0, 4206.0, 4215.0, 4204.0, 4206.0, 4195.0, 4204.0, 4193.0, 4218.0, 4205.0, 4216.0, 4205.0, 4214.0, 4194.0, 4214.0, 4207.0, 4217.0, 4205.0, 4216.0, 4194.0, 4215.0, 4205.0, 4217.0, 4227.0, 4217.0, 4205.0, 4217.0, 4206.0, 4217.0, 4210.0, 4217.0, 4197.0, 4216.0, 4205.0, 4217.0, 4206.0, 4217.0, 4206.0, 4216.0, 4206.0, 4216.0, 4195.0, 4217.0, 4219.0, 4216.0, 4204.0, 4204.0, 4203.0, 4216.0, 4216.0, 4218.0, 4218.0, 4216.0, 4206.0, 4217.0, 4207.0, 4229.0, 4219.0, 4230.0, 4218.0, 4218.0, 4219.0, 4230.0, 4218.0, 4228.0, 4218.0, 4215.0, 4218.0, 4227.0, 4217.0, 4215.0, 4216.0, 4214.0, 4215.0, 4227.0, 4217.0, 4216.0, 4216.0, 4204.0, 4214.0, 4203.0, 4216.0, 4206.0, 4215.0, 4206.0, 4216.0, 4203.0, 4214.0, 4205.0, 4216.0, 4206.0, 4206.0, 4215.0, 4203.0, 4204.0, 4215.0, 4206.0, 4215.0, 4216.0, 4205.0, 4216.0, 4206.0, 4218.0, 4205.0, 4215.0, 4206.0, 4216.0, 4205.0, 4218.0, 4218.0, 4218.0, 4209.0, 4217.0, 4217.0, 4225.0, 4218.0, 4226.0, 4216.0, 4214.0, 4216.0, 4207.0, 4218.0, 4216.0, 4217.0, 4208.0, 4216.0, 4204.0, 4216.0, 4209.0, 4217.0, 4206.0, 4217.0, 4204.0, 4206.0, 4217.0, 4215.0, 4206.0, 4215.0, 4206.0, 4195.0, 4204.0, 4215.0, 4217.0, 4217.0, 4228.0, 4220.0, 4228.0, 4219.0, 4216.0, 4217.0, 4227.0, 4208.0, 4217.0, 4215.0, 4216.0, 4214.0, 4214.0, 4204.0, 4216.0, 4206.0, 4215.0, 4214.0, 4216.0, 4216.0, 4216.0, 4219.0, 4228.0, 4220.0, 4219.0, 4230.0, 4228.0, 4218.0, 4218.0, 4220.0, 4227.0, 4207.0, 4215.0, 4206.0, 4204.0, 4214.0, 4217.0, 4207.0, 4215.0, 4215.0, 4214.0, 4217.0, 4216.0, 4218.0, 4217.0, 4218.0, 4217.0, 4218.0, 4218.0, 4217.0, 4219.0, 4217.0, 4217.0, 4206.0, 4215.0, 4216.0, 4217.0, 4207.0, 4217.0, 4218.0, 4216.0, 4206.0, 4217.0, 4218.0, 4217.0, 4216.0, 4217.0, 4216.0, 4206.0, 4205.0, 4216.0, 4205.0, 4217.0, 4193.0, 4205.0, 4193.0, 4214.0, 4205.0, 4216.0, 4194.0, 4215.0, 4204.0, 4216.0, 4206.0, 4219.0, 4208.0, 4217.0, 4217.0, 4215.0, 4194.0, 4215.0, 4205.0, 4215.0, 4224.0, 4216.0, 4203.0, 4205.0, 4203.0, 4215.0, 4216.0, 4217.0, 4205.0, 4218.0, 4205.0, 4217.0, 4227.0, 4217.0, 4216.0, 4218.0, 4214.0, 4205.0, 4216.0, 4218.0, 4216.0, 4207.0, 4215.0, 4205.0, 4205.0, 4217.0, 4217.0, 4217.0, 4215.0, 4216.0, 4214.0, 4205.0, 4217.0, 4207.0, 4216.0, 4207.0, 4217.0, 4205.0, 4217.0, 4217.0, 4217.0, 4206.0, 4216.0, 4194.0, 4216.0, 4208.0, 4218.0, 4204.0, 4216.0, 4205.0, 4215.0, 4206.0, 4217.0, 4216.0, 4217.0, 4194.0, 4216.0, 4206.0, 4217.0, 4217.0, 4217.0, 4216.0, 4217.0, 4215.0, 4217.0, 4226.0, 4218.0, 4215.0, 4218.0, 4216.0, 4217.0, 4217.0, 4229.0, 4227.0, 4230.0, 4207.0, 4218.0, 4207.0, 4229.0, 4218.0, 4218.0, 4207.0, 4217.0, 4205.0, 4216.0, 4207.0, 4217.0, 4206.0, 4217.0, 4205.0, 4216.0, 4207.0, 4218.0, 4207.0, 4217.0, 4196.0, 4216.0, 4195.0, 4219.0, 4218.0, 4218.0, 4206.0, 4217.0, 4207.0, 4217.0, 4208.0, 4230.0, 4209.0, 4229.0, 4218.0, 4218.0, 4232.0, 4231.0, 4229.0, 4229.0, 4218.0, 4218.0, 4220.0, 4230.0, 4220.0, 4218.0, 4218.0, 4217.0, 4219.0, 4229.0, 4219.0, 4217.0, 4218.0, 4216.0, 4218.0, 4229.0, 4229.0, 4227.0, 4228.0, 4206.0, 4219.0, 4206.0, 4227.0, 4206.0, 4216.0, 4205.0, 4216.0, 4206.0, 4228.0, 4218.0, 4228.0, 4206.0, 4217.0, 4206.0, 4219.0, 4217.0, 4218.0, 4207.0, 4218.0, 4206.0, 4217.0, 4205.0, 4217.0, 4218.0, 4217.0, 4216.0, 4217.0, 4218.0, 4217.0, 4217.0, 4218.0, 4218.0, 4217.0, 4217.0, 4218.0, 4218.0, 4218.0, 4217.0, 4216.0, 4206.0, 4217.0, 4217.0, 4216.0, 4206.0, 4216.0, 4207.0, 4215.0, 4218.0, 4216.0, 4217.0, 4217.0, 4205.0, 4215.0, 4218.0, 4216.0, 4217.0, 4217.0, 4217.0, 4216.0, 4216.0, 4216.0, 4217.0, 4217.0, 4215.0, 4215.0, 4205.0, 4215.0, 4216.0, 4216.0, 4216.0, 4215.0, 4215.0, 4216.0, 4216.0, 4216.0, 4217.0, 4218.0, 4217.0, 4216.0, 4206.0, 4215.0, 4217.0, 4216.0, 4217.0, 4216.0, 4206.0, 4215.0, 4218.0, 4220.0, 4218.0, 4216.0, 4217.0, 4205.0, 4216.0, 4217.0, 4218.0, 4216.0, 4218.0, 4217.0, 4218.0, 4217.0, 4219.0, 4216.0, 4218.0, 4217.0, 4228.0, 4216.0, 4228.0, 4228.0, 4218.0, 4217.0, 4216.0, 4205.0, 4216.0, 4217.0, 4216.0, 4215.0, 4217.0, 4208.0, 4217.0, 4205.0, 4228.0, 4218.0, 4218.0, 4217.0, 4215.0, 4216.0, 4217.0, 4218.0, 4216.0, 4218.0, 4217.0, 4217.0, 4216.0, 4217.0, 4217.0, 4207.0, 4216.0, 4205.0, 4217.0, 4205.0, 4218.0, 4217.0, 4217.0, 4218.0, 4217.0, 4217.0, 4216.0, 4229.0, 4218.0, 4219.0, 4217.0, 4217.0, 4215.0, 4218.0, 4206.0, 4216.0, 4217.0, 4217.0, 4208.0, 4207.0, 4206.0, 4216.0, 4219.0, 4228.0, 4216.0, 4228.0, 4228.0, 4217.0, 4218.0, 4228.0, 4220.0, 4219.0, 4218.0, 4206.0, 4219.0, 4217.0, 4229.0, 4227.0, 4229.0, 4218.0, 4218.0, 4216.0, 4218.0, 4217.0, 4217.0, 4205.0, 4216.0, 4204.0, 4205.0, 4215.0, 4204.0, 4203.0, 4216.0, 4203.0, 4215.0, 4214.0, 4216.0, 4205.0, 4217.0, 4206.0, 4226.0, 4218.0, 4228.0, 4218.0, 4219.0, 4216.0, 4218.0, 4230.0, 4228.0, 4218.0, 4207.0, 4229.0, 4218.0, 4230.0, 4207.0, 4228.0, 4207.0, 4216.0, 4205.0, 4217.0, 4206.0, 4216.0, 4206.0, 4205.0, 4216.0, 4216.0, 4227.0, 4206.0, 4216.0, 4205.0, 4215.0, 4206.0, 4216.0, 4216.0, 4205.0, 4215.0, 4193.0, 4229.0, 4207.0, 4216.0, 4204.0, 4215.0, 4214.0, 4217.0, 4218.0, 4217.0, 4217.0, 4194.0, 4215.0, 4205.0, 4216.0, 4206.0, 4215.0, 4204.0, 4203.0, 4216.0, 4215.0, 4216.0, 4206.0, 4217.0, 4204.0, 4214.0, 4216.0, 4216.0, 4216.0, 4196.0, 4215.0, 4205.0, 4216.0, 4217.0, 4217.0, 4217.0, 4207.0, 4215.0, 4216.0, 4217.0, 4206.0, 4217.0, 4205.0, 4214.0, 4205.0, 4217.0, 4207.0, 4216.0, 4203.0, 4204.0, 4214.0, 4217.0, 4228.0, 4216.0, 4217.0, 4205.0, 4216.0, 4204.0, 4229.0, 4217.0, 4228.0, 4218.0, 4217.0, 4206.0, 4217.0, 4218.0, 4229.0, 4229.0, 4218.0, 4207.0, 4207.0, 4218.0, 4216.0, 4228.0, 4227.0, 4228.0, 4205.0, 4216.0, 4206.0, 4218.0, 4219.0, 4218.0, 4216.0, 4215.0, 4215.0, 4204.0, 4218.0, 4218.0, 4217.0, 4218.0, 4228.0, 4205.0, 4229.0, 4218.0, 4229.0, 4217.0, 4229.0, 4207.0, 4218.0, 4228.0, 4230.0, 4219.0, 4219.0, 4230.0, 4207.0, 4228.0, 4208.0, 4230.0, 4218.0, 4229.0, 4207.0, 4227.0, 4208.0, 4217.0, 4207.0, 4218.0, 4217.0, 4217.0, 4228.0, 4220.0, 4231.0, 4230.0, 4229.0, 4219.0, 4217.0, 4218.0, 4229.0, 4217.0, 4206.0, 4215.0, 4203.0, 4214.0, 4205.0, 4216.0, 4206.0, 4215.0, 4204.0, 4205.0, 4205.0, 4217.0, 4217.0, 4219.0, 4216.0, 4219.0, 4206.0, 4218.0, 4217.0, 4231.0, 4218.0, 4230.0, 4206.0, 4228.0, 4206.0, 4228.0, 4218.0, 4230.0, 4208.0, 4229.0, 4207.0, 4217.0, 4207.0, 4229.0, 4218.0, 4228.0, 4207.0, 4227.0, 4206.0, 4218.0, 4207.0, 4217.0, 4206.0, 4217.0, 4205.0, 4216.0, 4207.0, 4218.0, 4207.0, 4218.0, 4206.0, 4206.0, 4216.0, 4216.0, 4228.0, 4217.0, 4218.0, 4206.0, 4218.0, 4216.0, 4218.0, 4228.0, 4217.0, 4217.0, 4216.0, 4195.0, 4216.0, 4206.0, 4227.0, 4206.0, 4217.0, 4205.0, 4215.0, 4206.0, 4218.0, 4216.0, 4205.0, 4215.0, 4205.0, 4216.0, 4216.0, 4216.0, 4205.0, 4215.0, 4204.0, 4215.0, 4205.0, 4217.0, 4216.0, 4216.0, 4205.0, 4216.0, 4205.0, 4228.0, 4218.0, 4218.0, 4206.0, 4218.0, 4205.0, 4217.0, 4206.0, 4228.0, 4207.0, 4218.0, 4205.0, 4205.0, 4216.0, 4216.0, 4216.0, 4215.0, 4204.0, 4193.0, 4193.0, 4202.0, 4214.0, 4204.0, 4205.0, 4227.0, 4217.0, 4218.0, 4206.0, 4217.0, 4205.0, 4215.0, 4215.0, 4217.0, 4205.0, 4206.0, 4194.0, 4204.0, 4192.0, 4205.0, 4205.0, 4216.0, 4204.0, 4216.0, 4205.0, 4226.0, 4207.0, 4229.0, 4219.0, 4229.0, 4208.0, 4219.0, 4207.0, 4217.0, 4208.0, 4229.0, 4208.0, 4220.0, 4217.0, 4216.0, 4216.0, 4218.0, 4219.0, 4218.0, 4217.0, 4206.0, 4216.0, 4205.0, 4228.0, 4217.0, 4217.0, 4217.0, 4217.0, 4205.0, 4216.0, 4206.0, 4228.0, 4218.0, 4217.0, 4206.0, 4216.0, 4194.0, 4217.0, 4218.0, 4228.0, 4216.0, 4217.0, 4205.0, 4217.0, 4205.0, 4227.0, 4217.0, 4228.0, 4216.0, 4217.0, 4195.0, 4217.0, 4208.0, 4228.0, 4208.0, 4218.0, 4207.0, 4217.0, 4206.0, 4229.0, 4219.0, 4228.0, 4218.0, 4217.0, 4217.0, 4217.0, 4228.0, 4218.0, 4220.0, 4218.0, 4229.0, 4206.0, 4228.0, 4218.0, 4229.0, 4217.0, 4228.0, 4206.0, 4217.0, 4206.0, 4228.0, 4208.0, 4229.0, 4207.0, 4217.0, 4207.0, 4216.0, 4209.0, 4230.0, 4218.0, 4218.0, 4217.0, 4206.0, 4217.0, 4207.0, 4218.0, 4217.0, 4217.0, 4215.0, 4217.0, 4205.0, 4228.0, 4217.0, 4217.0, 4206.0, 4216.0, 4196.0, 4216.0, 4217.0, 4217.0, 4207.0, 4216.0, 4205.0, 4204.0, 4215.0, 4206.0, 4217.0, 4205.0, 4206.0, 4194.0, 4216.0, 4205.0, 4217.0, 4215.0, 4227.0, 4195.0, 4217.0, 4207.0, 4218.0, 4207.0, 4216.0, 4207.0, 4206.0, 4215.0, 4206.0, 4227.0, 4216.0, 4216.0, 4205.0, 4216.0, 4194.0, 4217.0, 4217.0, 4217.0, 4205.0, 4217.0, 4195.0, 4215.0, 4206.0, 4217.0, 4207.0, 4217.0, 4216.0, 4206.0, 4227.0, 4217.0, 4229.0, 4206.0, 4217.0, 4195.0, 4217.0, 4208.0, 4229.0, 4207.0, 4217.0, 4206.0, 4206.0, 4227.0, 4219.0, 4229.0, 4207.0, 4218.0, 4205.0, 4216.0, 4205.0, 4216.0, 4215.0, 4226.0, 4204.0, 4205.0, 4205.0, 4218.0, 4217.0, 4218.0, 4217.0, 4205.0, 4215.0, 4208.0, 4218.0, 4216.0, 4216.0, 4193.0, 4204.0, 4203.0, 4204.0, 4206.0, 4204.0, 4203.0, 4204.0, 4203.0, 4194.0, 4215.0, 4206.0, 4215.0, 4193.0, 4204.0, 4192.0, 4216.0, 4206.0, 4217.0, 4204.0, 4205.0, 4204.0, 4204.0, 4205.0, 4207.0, 4216.0, 4205.0, 4205.0, 4193.0, 4204.0, 4193.0, 4217.0, 4205.0, 4205.0, 4204.0, 4204.0, 4203.0, 4204.0, 4217.0, 4205.0, 4206.0, 4195.0, 4206.0, 4206.0], 'WindowWidth': [9466.0, 9410.0, 9380.0, 9374.0, 9369.0, 9370.0, 9355.0, 9367.0, 9337.0, 9361.0, 9331.0, 9347.0, 9333.0, 9361.0, 9330.0, 9344.0, 9327.0, 9343.0, 9344.0, 9346.0, 9357.0, 9344.0, 9338.0, 9340.0, 9348.0, 9344.0, 9369.0, 9344.0, 9354.0, 9343.0, 9351.0, 9343.0, 9356.0, 9347.0, 9355.0, 9345.0, 9354.0, 9343.0, 9341.0, 9347.0, 9361.0, 9347.0, 9343.0, 9345.0, 9342.0, 9347.0, 9343.0, 9351.0, 9346.0, 9333.0, 9344.0, 9328.0, 9342.0, 9329.0, 9349.0, 9357.0, 9344.0, 9340.0, 9342.0, 9351.0, 9341.0, 9354.0, 9344.0, 9357.0, 9342.0, 9326.0, 9341.0, 9339.0, 9329.0, 9344.0, 9338.0, 9348.0, 9344.0, 9347.0, 9342.0, 9345.0, 9359.0, 9349.0, 9373.0, 9332.0, 9356.0, 9344.0, 9341.0, 9346.0, 9349.0, 9333.0, 9348.0, 9331.0, 9347.0, 9328.0, 9349.0, 9375.0, 9348.0, 9369.0, 9346.0, 9355.0, 9345.0, 9367.0, 9353.0, 9347.0, 9347.0, 9344.0, 9345.0, 9344.0, 9352.0, 9365.0, 9351.0, 9350.0, 9333.0, 9348.0, 9354.0, 9365.0, 9347.0, 9345.0, 9331.0, 9345.0, 9339.0, 9343.0, 9358.0, 9348.0, 9372.0, 9347.0, 9356.0, 9345.0, 9353.0, 9346.0, 9372.0, 9346.0, 9356.0, 9331.0, 9338.0, 9328.0, 9339.0, 9330.0, 9342.0, 9324.0, 9342.0, 9309.0, 9327.0, 9336.0, 9342.0, 9372.0, 9342.0, 9351.0, 9340.0, 9337.0, 9328.0, 9343.0, 9345.0, 9342.0, 9328.0, 9340.0, 9328.0, 9343.0, 9330.0, 9347.0, 9346.0, 9345.0, 9333.0, 9346.0, 9329.0, 9346.0, 9346.0, 9349.0, 9374.0, 9348.0, 9358.0, 9348.0, 9360.0, 9349.0, 9375.0, 9350.0, 9360.0, 9333.0, 9357.0, 9348.0, 9360.0, 9348.0, 9361.0, 9336.0, 9345.0, 9333.0, 9345.0, 9352.0, 9366.0, 9335.0, 9349.0, 9334.0, 9348.0, 9348.0, 9351.0, 9333.0, 9346.0, 9332.0, 9344.0, 9329.0, 9331.0, 9357.0, 9332.0, 9355.0, 9333.0, 9354.0, 9345.0, 9357.0, 9349.0, 9362.0, 9330.0, 9339.0, 9327.0, 9325.0, 9343.0, 9334.0, 9317.0, 9343.0, 9327.0, 9346.0, 9339.0, 9348.0, 9375.0, 9345.0, 9356.0, 9346.0, 9355.0, 9333.0, 9364.0, 9336.0, 9360.0, 9350.0, 9362.0, 9347.0, 9347.0, 9355.0, 9349.0, 9333.0, 9347.0, 9333.0, 9346.0, 9350.0, 9349.0, 9344.0, 9345.0, 9326.0, 9344.0, 9357.0, 9330.0, 9356.0, 9328.0, 9351.0, 9326.0, 9336.0, 9328.0, 9341.0, 9329.0, 9327.0, 9326.0, 9344.0, 9326.0, 9345.0, 9349.0, 9349.0, 9369.0, 9346.0, 9352.0, 9344.0, 9354.0, 9349.0, 9360.0, 9348.0, 9359.0, 9347.0, 9343.0, 9351.0, 9366.0, 9356.0, 9363.0, 9355.0, 9362.0, 9351.0, 9367.0, 9357.0, 9365.0, 9352.0, 9361.0, 9349.0, 9364.0, 9355.0, 9361.0, 9353.0, 9361.0, 9350.0, 9380.0, 9354.0, 9375.0, 9349.0, 9357.0, 9346.0, 9360.0, 9350.0, 9373.0, 9348.0, 9358.0, 9353.0, 9355.0, 9351.0, 9376.0, 9350.0, 9358.0, 9344.0, 9353.0, 9326.0, 9355.0, 9330.0, 9338.0, 9328.0, 9338.0, 9326.0, 9355.0, 9332.0, 9353.0, 9343.0, 9341.0, 9342.0, 9351.0, 9350.0, 9372.0, 9343.0, 9338.0, 9341.0, 9336.0, 9344.0, 9360.0, 9336.0, 9355.0, 9343.0, 9324.0, 9343.0, 9352.0, 9349.0, 9332.0, 9343.0, 9327.0, 9341.0, 9349.0, 9360.0, 9344.0, 9358.0, 9331.0, 9338.0, 9326.0, 9355.0, 9331.0, 9355.0, 9328.0, 9335.0, 9326.0, 9338.0, 9328.0, 9349.0, 9326.0, 9338.0, 9327.0, 9336.0, 9347.0, 9375.0, 9345.0, 9357.0, 9343.0, 9336.0, 9337.0, 9357.0, 9331.0, 9339.0, 9327.0, 9337.0, 9324.0, 9334.0, 9341.0, 9359.0, 9345.0, 9340.0, 9340.0, 9333.0, 9338.0, 9343.0, 9344.0, 9337.0, 9339.0, 9320.0, 9322.0, 9321.0, 9343.0, 9340.0, 9327.0, 9307.0, 9319.0, 9303.0, 9337.0, 9327.0, 9323.0, 9307.0, 9322.0, 9303.0, 9334.0, 9339.0, 9343.0, 9352.0, 9326.0, 9332.0, 9321.0, 9317.0, 9324.0, 9341.0, 9329.0, 9337.0, 9328.0, 9338.0, 9327.0, 9341.0, 9335.0, 9343.0, 9333.0, 9342.0, 9329.0, 9341.0, 9347.0, 9360.0, 9334.0, 9342.0, 9327.0, 9340.0, 9310.0, 9340.0, 9329.0, 9342.0, 9340.0, 9340.0, 9325.0, 9339.0, 9339.0, 9344.0, 9369.0, 9327.0, 9339.0, 9325.0, 9335.0, 9330.0, 9355.0, 9329.0, 9352.0, 9343.0, 9340.0, 9327.0, 9341.0, 9332.0, 9356.0, 9327.0, 9324.0, 9326.0, 9320.0, 9321.0, 9339.0, 9328.0, 9325.0, 9310.0, 9341.0, 9307.0, 9339.0, 9328.0, 9348.0, 9343.0, 9345.0, 9328.0, 9343.0, 9340.0, 9346.0, 9373.0, 9331.0, 9358.0, 9332.0, 9338.0, 9331.0, 9345.0, 9333.0, 9343.0, 9345.0, 9344.0, 9328.0, 9352.0, 9356.0, 9351.0, 9334.0, 9349.0, 9332.0, 9363.0, 9337.0, 9366.0, 9348.0, 9349.0, 9331.0, 9347.0, 9342.0, 9350.0, 9377.0, 9334.0, 9357.0, 9346.0, 9355.0, 9329.0, 9359.0, 9350.0, 9359.0, 9330.0, 9343.0, 9327.0, 9343.0, 9332.0, 9349.0, 9330.0, 9346.0, 9328.0, 9347.0, 9312.0, 9345.0, 9349.0, 9345.0, 9342.0, 9343.0, 9324.0, 9341.0, 9356.0, 9347.0, 9373.0, 9333.0, 9357.0, 9347.0, 9340.0, 9347.0, 9377.0, 9335.0, 9339.0, 9330.0, 9336.0, 9329.0, 9339.0, 9334.0, 9344.0, 9328.0, 9341.0, 9314.0, 9342.0, 9324.0, 9344.0, 9364.0, 9347.0, 9358.0, 9343.0, 9340.0, 9341.0, 9356.0, 9350.0, 9373.0, 9331.0, 9355.0, 9332.0, 9353.0, 9331.0, 9360.0, 9352.0, 9362.0, 9332.0, 9339.0, 9329.0, 9346.0, 9315.0, 9346.0, 9330.0, 9341.0, 9312.0, 9343.0, 9310.0, 9343.0, 9343.0, 9343.0, 9342.0, 9344.0, 9328.0, 9342.0, 9328.0, 9345.0, 9357.0, 9348.0, 9345.0, 9345.0, 9325.0, 9352.0, 9376.0, 9348.0, 9353.0, 9343.0, 9337.0, 9329.0, 9358.0, 9335.0, 9357.0, 9351.0, 9356.0, 9347.0, 9360.0, 9355.0, 9363.0, 9347.0, 9343.0, 9346.0, 9341.0, 9350.0, 9361.0, 9335.0, 9343.0, 9335.0, 9345.0, 9333.0, 9344.0, 9337.0, 9344.0, 9331.0, 9345.0, 9344.0, 9341.0, 9348.0, 9358.0, 9333.0, 9346.0, 9347.0, 9344.0, 9343.0, 9344.0, 9341.0, 9345.0, 9327.0, 9344.0, 9310.0, 9339.0, 9332.0, 9363.0, 9328.0, 9342.0, 9310.0, 9343.0, 9311.0, 9345.0, 9335.0, 9344.0, 9313.0, 9346.0, 9314.0, 9345.0, 9336.0, 9349.0, 9314.0, 9346.0, 9315.0, 9341.0, 9333.0, 9362.0, 9339.0, 9348.0, 9346.0, 9342.0, 9342.0, 9346.0, 9351.0, 9360.0, 9347.0, 9344.0, 9336.0, 9339.0, 9350.0, 9361.0, 9348.0, 9347.0, 9328.0, 9324.0, 9323.0, 9346.0, 9333.0, 9330.0, 9326.0, 9338.0, 9324.0, 9334.0, 9348.0, 9359.0, 9330.0, 9340.0, 9327.0, 9337.0, 9324.0, 9342.0, 9331.0, 9340.0, 9344.0, 9324.0, 9322.0, 9341.0, 9336.0, 9348.0, 9329.0, 9345.0, 9330.0, 9343.0, 9336.0, 9353.0, 9335.0, 9360.0, 9332.0, 9350.0, 9329.0, 9362.0, 9338.0, 9353.0, 9335.0, 9348.0, 9332.0, 9365.0, 9352.0, 9350.0, 9333.0, 9345.0, 9330.0, 9346.0, 9348.0, 9350.0, 9356.0, 9348.0, 9328.0, 9345.0, 9346.0, 9348.0, 9360.0, 9347.0, 9342.0, 9346.0, 9330.0, 9363.0, 9350.0, 9351.0, 9360.0, 9347.0, 9355.0, 9343.0, 9356.0, 9331.0, 9341.0, 9325.0, 9326.0, 9313.0, 9322.0, 9309.0, 9347.0, 9327.0, 9341.0, 9326.0, 9337.0, 9311.0, 9338.0, 9333.0, 9347.0, 9327.0, 9342.0, 9312.0, 9341.0, 9327.0, 9346.0, 9362.0, 9347.0, 9328.0, 9344.0, 9328.0, 9345.0, 9340.0, 9347.0, 9318.0, 9345.0, 9328.0, 9346.0, 9330.0, 9347.0, 9330.0, 9345.0, 9329.0, 9343.0, 9313.0, 9346.0, 9352.0, 9343.0, 9323.0, 9323.0, 9320.0, 9341.0, 9346.0, 9348.0, 9348.0, 9345.0, 9332.0, 9347.0, 9336.0, 9367.0, 9354.0, 9369.0, 9350.0, 9348.0, 9351.0, 9368.0, 9349.0, 9363.0, 9348.0, 9339.0, 9348.0, 9361.0, 9348.0, 9341.0, 9344.0, 9337.0, 9338.0, 9357.0, 9347.0, 9343.0, 9343.0, 9323.0, 9337.0, 9321.0, 9340.0, 9331.0, 9341.0, 9328.0, 9341.0, 9322.0, 9337.0, 9326.0, 9344.0, 9329.0, 9326.0, 9338.0, 9320.0, 9324.0, 9340.0, 9329.0, 9338.0, 9343.0, 9325.0, 9342.0, 9328.0, 9347.0, 9328.0, 9339.0, 9329.0, 9342.0, 9326.0, 9346.0, 9348.0, 9347.0, 9337.0, 9345.0, 9345.0, 9355.0, 9347.0, 9357.0, 9342.0, 9336.0, 9341.0, 9329.0, 9346.0, 9344.0, 9346.0, 9333.0, 9342.0, 9324.0, 9341.0, 9339.0, 9346.0, 9331.0, 9345.0, 9325.0, 9326.0, 9344.0, 9340.0, 9330.0, 9340.0, 9326.0, 9309.0, 9324.0, 9338.0, 9345.0, 9346.0, 9364.0, 9356.0, 9364.0, 9353.0, 9345.0, 9346.0, 9359.0, 9334.0, 9347.0, 9341.0, 9340.0, 9336.0, 9336.0, 9324.0, 9341.0, 9330.0, 9339.0, 9338.0, 9340.0, 9343.0, 9341.0, 9352.0, 9364.0, 9355.0, 9352.0, 9368.0, 9360.0, 9348.0, 9348.0, 9354.0, 9358.0, 9332.0, 9339.0, 9327.0, 9324.0, 9337.0, 9342.0, 9330.0, 9339.0, 9340.0, 9336.0, 9343.0, 9344.0, 9351.0, 9347.0, 9350.0, 9346.0, 9348.0, 9347.0, 9349.0, 9351.0, 9346.0, 9345.0, 9330.0, 9340.0, 9342.0, 9344.0, 9334.0, 9345.0, 9348.0, 9343.0, 9329.0, 9345.0, 9350.0, 9347.0, 9344.0, 9343.0, 9342.0, 9328.0, 9326.0, 9343.0, 9327.0, 9343.0, 9308.0, 9324.0, 9306.0, 9335.0, 9327.0, 9342.0, 9311.0, 9340.0, 9324.0, 9341.0, 9328.0, 9350.0, 9335.0, 9346.0, 9344.0, 9340.0, 9310.0, 9339.0, 9326.0, 9341.0, 9351.0, 9341.0, 9321.0, 9325.0, 9320.0, 9339.0, 9344.0, 9344.0, 9327.0, 9346.0, 9325.0, 9345.0, 9361.0, 9348.0, 9343.0, 9347.0, 9338.0, 9327.0, 9342.0, 9348.0, 9342.0, 9331.0, 9339.0, 9326.0, 9325.0, 9344.0, 9347.0, 9347.0, 9340.0, 9342.0, 9337.0, 9326.0, 9344.0, 9332.0, 9344.0, 9330.0, 9344.0, 9325.0, 9345.0, 9347.0, 9344.0, 9328.0, 9342.0, 9311.0, 9342.0, 9335.0, 9347.0, 9326.0, 9342.0, 9324.0, 9338.0, 9329.0, 9345.0, 9342.0, 9344.0, 9311.0, 9343.0, 9327.0, 9345.0, 9346.0, 9347.0, 9343.0, 9347.0, 9340.0, 9344.0, 9357.0, 9348.0, 9341.0, 9347.0, 9341.0, 9346.0, 9345.0, 9365.0, 9361.0, 9368.0, 9332.0, 9348.0, 9333.0, 9366.0, 9349.0, 9347.0, 9331.0, 9343.0, 9326.0, 9343.0, 9334.0, 9345.0, 9330.0, 9344.0, 9326.0, 9341.0, 9332.0, 9349.0, 9332.0, 9345.0, 9315.0, 9342.0, 9313.0, 9349.0, 9348.0, 9348.0, 9329.0, 9345.0, 9330.0, 9346.0, 9339.0, 9366.0, 9338.0, 9365.0, 9348.0, 9349.0, 9375.0, 9372.0, 9367.0, 9366.0, 9351.0, 9348.0, 9355.0, 9369.0, 9355.0, 9350.0, 9351.0, 9345.0, 9352.0, 9367.0, 9354.0, 9347.0, 9349.0, 9343.0, 9348.0, 9364.0, 9364.0, 9358.0, 9363.0, 9329.0, 9347.0, 9330.0, 9360.0, 9329.0, 9343.0, 9326.0, 9340.0, 9326.0, 9360.0, 9350.0, 9361.0, 9329.0, 9346.0, 9327.0, 9347.0, 9344.0, 9349.0, 9333.0, 9345.0, 9328.0, 9343.0, 9325.0, 9345.0, 9348.0, 9346.0, 9342.0, 9346.0, 9347.0, 9347.0, 9349.0, 9349.0, 9347.0, 9344.0, 9344.0, 9348.0, 9350.0, 9348.0, 9346.0, 9342.0, 9328.0, 9345.0, 9347.0, 9342.0, 9330.0, 9342.0, 9330.0, 9340.0, 9348.0, 9344.0, 9345.0, 9344.0, 9328.0, 9340.0, 9347.0, 9343.0, 9347.0, 9344.0, 9344.0, 9340.0, 9340.0, 9343.0, 9347.0, 9345.0, 9339.0, 9339.0, 9324.0, 9338.0, 9343.0, 9341.0, 9341.0, 9340.0, 9340.0, 9342.0, 9342.0, 9344.0, 9346.0, 9346.0, 9344.0, 9340.0, 9327.0, 9340.0, 9347.0, 9344.0, 9346.0, 9342.0, 9330.0, 9339.0, 9350.0, 9352.0, 9348.0, 9342.0, 9347.0, 9326.0, 9342.0, 9346.0, 9348.0, 9344.0, 9348.0, 9344.0, 9347.0, 9346.0, 9352.0, 9344.0, 9350.0, 9344.0, 9361.0, 9343.0, 9362.0, 9362.0, 9349.0, 9344.0, 9344.0, 9326.0, 9343.0, 9346.0, 9344.0, 9340.0, 9343.0, 9332.0, 9346.0, 9329.0, 9364.0, 9348.0, 9349.0, 9345.0, 9341.0, 9343.0, 9345.0, 9349.0, 9342.0, 9348.0, 9343.0, 9344.0, 9341.0, 9346.0, 9347.0, 9331.0, 9342.0, 9327.0, 9343.0, 9326.0, 9347.0, 9346.0, 9345.0, 9348.0, 9346.0, 9347.0, 9342.0, 9363.0, 9348.0, 9351.0, 9346.0, 9346.0, 9339.0, 9346.0, 9328.0, 9344.0, 9344.0, 9346.0, 9334.0, 9331.0, 9328.0, 9343.0, 9351.0, 9363.0, 9345.0, 9362.0, 9362.0, 9346.0, 9349.0, 9364.0, 9354.0, 9350.0, 9349.0, 9331.0, 9351.0, 9349.0, 9367.0, 9359.0, 9364.0, 9346.0, 9347.0, 9344.0, 9350.0, 9344.0, 9345.0, 9326.0, 9341.0, 9324.0, 9326.0, 9340.0, 9323.0, 9319.0, 9340.0, 9320.0, 9339.0, 9337.0, 9343.0, 9327.0, 9346.0, 9328.0, 9358.0, 9349.0, 9361.0, 9347.0, 9348.0, 9344.0, 9348.0, 9367.0, 9362.0, 9349.0, 9331.0, 9362.0, 9347.0, 9367.0, 9334.0, 9360.0, 9330.0, 9341.0, 9328.0, 9343.0, 9330.0, 9341.0, 9328.0, 9326.0, 9342.0, 9342.0, 9358.0, 9329.0, 9342.0, 9324.0, 9338.0, 9328.0, 9343.0, 9342.0, 9324.0, 9338.0, 9309.0, 9362.0, 9330.0, 9341.0, 9323.0, 9339.0, 9337.0, 9345.0, 9347.0, 9343.0, 9343.0, 9309.0, 9338.0, 9325.0, 9343.0, 9327.0, 9338.0, 9322.0, 9320.0, 9340.0, 9340.0, 9341.0, 9328.0, 9343.0, 9322.0, 9336.0, 9342.0, 9340.0, 9341.0, 9314.0, 9340.0, 9325.0, 9344.0, 9346.0, 9345.0, 9344.0, 9329.0, 9339.0, 9342.0, 9345.0, 9327.0, 9343.0, 9325.0, 9337.0, 9327.0, 9345.0, 9329.0, 9341.0, 9321.0, 9323.0, 9335.0, 9344.0, 9362.0, 9340.0, 9346.0, 9325.0, 9342.0, 9325.0, 9363.0, 9349.0, 9362.0, 9348.0, 9347.0, 9329.0, 9346.0, 9348.0, 9365.0, 9364.0, 9347.0, 9333.0, 9330.0, 9346.0, 9342.0, 9361.0, 9359.0, 9361.0, 9327.0, 9342.0, 9327.0, 9347.0, 9353.0, 9349.0, 9342.0, 9340.0, 9340.0, 9324.0, 9348.0, 9349.0, 9347.0, 9347.0, 9361.0, 9328.0, 9363.0, 9352.0, 9366.0, 9346.0, 9363.0, 9332.0, 9347.0, 9363.0, 9368.0, 9353.0, 9351.0, 9368.0, 9332.0, 9362.0, 9337.0, 9368.0, 9350.0, 9364.0, 9333.0, 9359.0, 9331.0, 9346.0, 9329.0, 9347.0, 9347.0, 9347.0, 9363.0, 9355.0, 9371.0, 9368.0, 9365.0, 9350.0, 9346.0, 9349.0, 9365.0, 9345.0, 9328.0, 9338.0, 9319.0, 9334.0, 9323.0, 9342.0, 9326.0, 9338.0, 9321.0, 9324.0, 9325.0, 9347.0, 9346.0, 9350.0, 9343.0, 9350.0, 9328.0, 9347.0, 9348.0, 9369.0, 9347.0, 9367.0, 9331.0, 9361.0, 9330.0, 9363.0, 9350.0, 9367.0, 9336.0, 9364.0, 9331.0, 9346.0, 9332.0, 9365.0, 9348.0, 9362.0, 9331.0, 9359.0, 9329.0, 9348.0, 9333.0, 9344.0, 9327.0, 9344.0, 9327.0, 9342.0, 9331.0, 9348.0, 9332.0, 9348.0, 9330.0, 9327.0, 9342.0, 9343.0, 9362.0, 9345.0, 9347.0, 9328.0, 9345.0, 9341.0, 9348.0, 9362.0, 9346.0, 9344.0, 9342.0, 9310.0, 9340.0, 9330.0, 9359.0, 9329.0, 9344.0, 9324.0, 9339.0, 9331.0, 9347.0, 9342.0, 9327.0, 9339.0, 9324.0, 9342.0, 9344.0, 9341.0, 9326.0, 9339.0, 9323.0, 9338.0, 9326.0, 9344.0, 9342.0, 9343.0, 9326.0, 9342.0, 9325.0, 9360.0, 9347.0, 9348.0, 9329.0, 9348.0, 9326.0, 9343.0, 9331.0, 9359.0, 9330.0, 9346.0, 9325.0, 9324.0, 9342.0, 9343.0, 9340.0, 9337.0, 9322.0, 9304.0, 9301.0, 9315.0, 9334.0, 9323.0, 9325.0, 9360.0, 9346.0, 9349.0, 9331.0, 9344.0, 9324.0, 9338.0, 9340.0, 9342.0, 9323.0, 9325.0, 9307.0, 9320.0, 9302.0, 9325.0, 9324.0, 9341.0, 9322.0, 9342.0, 9325.0, 9356.0, 9332.0, 9364.0, 9353.0, 9365.0, 9336.0, 9351.0, 9331.0, 9346.0, 9335.0, 9366.0, 9336.0, 9352.0, 9345.0, 9342.0, 9343.0, 9349.0, 9352.0, 9347.0, 9343.0, 9327.0, 9340.0, 9326.0, 9361.0, 9347.0, 9347.0, 9345.0, 9344.0, 9327.0, 9343.0, 9330.0, 9362.0, 9346.0, 9345.0, 9328.0, 9341.0, 9310.0, 9345.0, 9347.0, 9362.0, 9342.0, 9346.0, 9325.0, 9345.0, 9326.0, 9359.0, 9346.0, 9360.0, 9342.0, 9344.0, 9312.0, 9344.0, 9335.0, 9362.0, 9334.0, 9348.0, 9332.0, 9344.0, 9329.0, 9364.0, 9352.0, 9362.0, 9349.0, 9345.0, 9344.0, 9345.0, 9362.0, 9349.0, 9353.0, 9349.0, 9364.0, 9331.0, 9361.0, 9349.0, 9366.0, 9346.0, 9361.0, 9330.0, 9344.0, 9329.0, 9361.0, 9336.0, 9362.0, 9331.0, 9346.0, 9330.0, 9343.0, 9337.0, 9366.0, 9348.0, 9349.0, 9346.0, 9330.0, 9345.0, 9332.0, 9349.0, 9345.0, 9344.0, 9339.0, 9343.0, 9326.0, 9361.0, 9345.0, 9345.0, 9328.0, 9342.0, 9314.0, 9341.0, 9347.0, 9345.0, 9331.0, 9343.0, 9324.0, 9324.0, 9337.0, 9330.0, 9344.0, 9326.0, 9327.0, 9308.0, 9339.0, 9325.0, 9345.0, 9341.0, 9358.0, 9312.0, 9343.0, 9330.0, 9347.0, 9333.0, 9343.0, 9330.0, 9328.0, 9340.0, 9327.0, 9360.0, 9342.0, 9343.0, 9326.0, 9341.0, 9310.0, 9345.0, 9347.0, 9344.0, 9326.0, 9341.0, 9310.0, 9337.0, 9329.0, 9345.0, 9329.0, 9344.0, 9341.0, 9327.0, 9357.0, 9347.0, 9363.0, 9329.0, 9344.0, 9312.0, 9344.0, 9334.0, 9363.0, 9331.0, 9345.0, 9330.0, 9328.0, 9358.0, 9349.0, 9364.0, 9330.0, 9345.0, 9323.0, 9339.0, 9324.0, 9342.0, 9337.0, 9355.0, 9323.0, 9324.0, 9324.0, 9346.0, 9344.0, 9347.0, 9343.0, 9324.0, 9338.0, 9332.0, 9348.0, 9341.0, 9341.0, 9307.0, 9321.0, 9319.0, 9322.0, 9327.0, 9322.0, 9319.0, 9319.0, 9318.0, 9307.0, 9337.0, 9326.0, 9338.0, 9305.0, 9320.0, 9303.0, 9338.0, 9326.0, 9343.0, 9322.0, 9324.0, 9320.0, 9320.0, 9323.0, 9331.0, 9340.0, 9323.0, 9324.0, 9306.0, 9321.0, 9306.0, 9343.0, 9326.0, 9324.0, 9321.0, 9322.0, 9320.0, 9323.0, 9344.0, 9325.0, 9327.0, 9312.0, 9327.0, 9326.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.0005883827493261455</td></tr>
<tr><td colspan=3>aqi</td><td>0.03369416722371968</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.14455010327939</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2136930210733567</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.966082779676376</td></tr>
<tr><td colspan=3>efc</td><td>0.462</td></tr>
<tr><td colspan=3>fber</td><td>6430.2246</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09004436886834782</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2398921832884098</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.402540601753474</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3778657614890806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.542093121209959</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.287662922561382</td></tr>
<tr><td colspan=3>gcor</td><td>0.00257851</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012892968952655792</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02199987694621086</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.178073481893867</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>38.3413</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1399</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.1205</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303672.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.8239</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9563</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.5398</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.8528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72872.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.7991</td></tr>
<tr><td colspan=3>tsnr</td><td>37.373383208177984</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>