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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:45:8.782500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.00602651, 0.00695457, 0.00488672, 0.988117, 0.153623]</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.103842</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7797, -7207, 491, -4, -277, 79, 81]</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>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb791791-23c8-4f69-abf0-3dc9188a9f83||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828134059906006, 0.013110723346471786, 0.021053900942206383, 110.6679458618164], [0.016168685629963875, 2.6510467529296875, 0.4146730303764343, -107.55989074707031], [0.018658597022294998, -0.4121595323085785, 2.6678836345672607, -21.747665405273438], [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': ['154508.782500', '154509.242500', '154509.702500', '154510.162500', '154510.622500', '154511.082500', '154511.542500', '154512.002500', '154512.462500', '154512.922500', '154513.382500', '154513.842500', '154514.302500', '154514.762500', '154515.222500', '154515.682500', '154516.142500', '154516.602500', '154517.062500', '154517.522500', '154517.982500', '154518.442500', '154518.902500', '154519.362500', '154519.822500', '154520.282500', '154520.742500', '154521.202500', '154521.662500', '154522.122500', '154522.582500', '154523.042500', '154523.502500', '154523.962500', '154524.422500', '154524.882500', '154525.342500', '154525.802500', '154526.262500', '154526.722500', '154527.182500', '154527.642500', '154528.102500', '154528.562500', '154529.022500', '154529.482500', '154529.942500', '154530.402500', '154530.862500', '154531.322500', '154531.782500', '154532.242500', '154532.702500', '154533.162500', '154533.622500', '154534.082500', '154534.542500', '154535.002500', '154535.462500', '154535.922500', '154536.382500', '154536.842500', '154537.302500', '154537.762500', '154538.222500', '154538.682500', '154539.142500', '154539.602500', '154540.062500', '154540.522500', '154540.982500', '154541.442500', '154541.902500', '154542.362500', '154542.822500', '154543.282500', '154543.742500', '154544.202500', '154544.662500', '154545.122500', '154545.582500', '154546.042500', '154546.502500', '154546.962500', '154547.422500', '154547.882500', '154548.342500', '154548.802500', '154549.262500', '154549.722500', '154550.182500', '154550.642500', '154551.102500', '154551.562500', '154552.022500', '154552.482500', '154552.942500', '154553.402500', '154553.862500', '154554.322500', '154554.782500', '154555.242500', '154555.702500', '154556.162500', '154556.622500', '154557.082500', '154557.542500', '154558.002500', '154558.462500', '154558.922500', '154559.382500', '154559.842500', '154600.302500', '154600.762500', '154601.222500', '154601.682500', '154602.142500', '154602.602500', '154603.062500', '154603.522500', '154603.982500', '154604.442500', '154604.902500', '154605.362500', '154605.822500', '154606.282500', '154606.742500', '154607.202500', '154607.662500', '154608.122500', '154608.582500', '154609.042500', '154609.502500', '154609.962500', '154610.422500', '154610.882500', '154611.342500', '154611.802500', '154612.262500', '154612.722500', '154613.182500', '154613.642500', '154614.102500', '154614.562500', '154615.022500', '154615.482500', '154615.942500', '154616.402500', '154616.862500', '154617.322500', '154617.782500', '154618.242500', '154618.702500', '154619.162500', '154619.622500', '154620.082500', '154620.542500', '154621.002500', '154621.462500', '154621.922500', '154622.382500', '154622.842500', '154623.302500', '154623.762500', '154624.222500', '154624.682500', '154625.142500', '154625.602500', '154626.062500', '154626.522500', '154626.982500', '154627.442500', '154627.902500', '154628.362500', '154628.822500', '154629.282500', '154629.742500', '154630.202500', '154630.662500', '154631.122500', '154631.582500', '154632.042500', '154632.502500', '154632.962500', '154633.422500', '154633.882500', '154634.342500', '154634.802500', '154635.262500', '154635.722500', '154636.182500', '154636.642500', '154637.102500', '154637.562500', '154638.022500', '154638.482500', '154638.942500', '154639.402500', '154639.862500', '154640.322500', '154640.782500', '154641.242500', '154641.702500', '154642.162500', '154642.622500', '154643.082500', '154643.542500', '154644.002500', '154644.462500', '154644.922500', '154645.382500', '154645.842500', '154646.302500', '154646.762500', '154647.222500', '154647.682500', '154648.142500', '154648.602500', '154649.062500', '154649.522500', '154649.982500', '154650.442500', '154650.902500', '154651.362500', '154651.822500', '154652.282500', '154652.742500', '154653.202500', '154653.662500', '154654.122500', '154654.582500', '154655.042500', '154655.502500', '154655.962500', '154656.422500', '154656.882500', '154657.342500', '154657.802500', '154658.262500', '154658.722500', '154659.182500', '154659.642500', '154700.102500', '154700.562500', '154701.022500', '154701.482500', '154701.942500', '154702.402500', '154702.862500', '154703.322500', '154703.782500', '154704.242500', '154704.702500', '154705.162500', '154705.622500', '154706.082500', '154706.542500', '154707.002500', '154707.462500', '154707.922500', '154708.382500', '154708.842500', '154709.302500', '154709.762500', '154710.222500', '154710.682500', '154711.142500', '154711.602500', '154712.062500', '154712.522500', '154712.982500', '154713.442500', '154713.902500', '154714.362500', '154714.822500', '154715.282500', '154715.742500', '154716.202500', '154716.662500', '154717.122500', '154717.582500', '154718.042500', '154718.502500', '154718.962500', '154719.422500', '154719.882500', '154720.342500', '154720.802500', '154721.262500', '154721.722500', '154722.182500', '154722.642500', '154723.102500', '154723.562500', '154724.022500', '154724.482500', '154724.942500', '154725.402500', '154725.862500', '154726.322500', '154726.782500', '154727.242500', '154727.702500', '154728.162500', '154728.622500', '154729.082500', '154729.542500', '154730.002500', '154730.462500', '154730.922500', '154731.382500', '154731.842500', '154732.302500', '154732.762500', '154733.222500', '154733.682500', '154734.142500', '154734.602500', '154735.062500', '154735.522500', '154735.982500', '154736.442500', '154736.902500', '154737.362500', '154737.822500', '154738.282500', '154738.742500', '154739.202500', '154739.662500', '154740.122500', '154740.582500', '154741.042500', '154741.502500', '154741.962500', '154742.422500', '154742.882500', '154743.342500', '154743.802500', '154744.262500', '154744.722500', '154745.182500', '154745.642500', '154746.102500', '154746.562500', '154747.022500', '154747.482500', '154747.942500', '154748.402500', '154748.862500', '154749.322500', '154749.782500', '154750.242500', '154750.702500', '154751.162500', '154751.622500', '154752.082500', '154752.542500', '154753.002500', '154753.462500', '154753.922500', '154754.382500', '154754.842500', '154755.302500', '154755.762500', '154756.222500', '154756.682500', '154757.142500', '154757.602500', '154758.062500', '154758.522500', '154758.982500', '154759.442500', '154759.902500', '154800.362500', '154800.822500', '154801.282500', '154801.742500', '154802.202500', '154802.662500', '154803.122500', '154803.582500', '154804.042500', '154804.502500', '154804.962500', '154805.422500', '154805.882500', '154806.342500', '154806.802500', '154807.262500', '154807.722500', '154808.182500', '154808.642500', '154809.102500', '154809.562500', '154810.022500', '154810.482500', '154810.942500', '154811.402500', '154811.862500', '154812.322500', '154812.782500', '154813.242500', '154813.702500', '154814.162500', '154814.622500', '154815.082500', '154815.542500', '154816.002500', '154816.462500', '154816.922500', '154817.382500', '154817.842500', '154818.302500', '154818.762500', '154819.222500', '154819.682500', '154820.142500', '154820.602500', '154821.062500', '154821.522500', '154821.982500', '154822.442500', '154822.902500', '154823.362500', '154823.822500', '154824.282500', '154824.742500', '154825.202500', '154825.662500', '154826.122500', '154826.582500', '154827.042500', '154827.502500', '154827.962500', '154828.422500', '154828.882500', '154829.342500', '154829.802500', '154830.262500', '154830.722500', '154831.182500', '154831.642500', '154832.102500', '154832.562500', '154833.022500', '154833.482500', '154833.942500', '154834.402500', '154834.862500', '154835.322500', '154835.782500', '154836.242500', '154836.702500', '154837.162500', '154837.622500', '154838.082500', '154838.542500', '154839.002500', '154839.462500', '154839.922500', '154840.382500', '154840.842500', '154841.302500', '154841.762500', '154842.222500', '154842.682500', '154843.142500', '154843.602500', '154844.062500', '154844.522500', '154844.982500', '154845.442500', '154845.902500', '154846.362500', '154846.822500', '154847.282500', '154847.742500', '154848.202500', '154848.662500', '154849.122500', '154849.582500', '154850.042500', '154850.502500', '154850.962500', '154851.422500', '154851.882500', '154852.342500', '154852.802500', '154853.262500', '154853.722500', '154854.182500', '154854.642500', '154855.102500', '154855.562500', '154856.022500', '154856.482500', '154856.942500', '154857.402500', '154857.862500', '154858.322500', '154858.782500', '154859.242500', '154859.702500', '154900.162500', '154900.622500', '154901.082500', '154901.542500', '154902.002500', '154902.462500', '154902.922500', '154903.382500', '154903.842500', '154904.302500', '154904.762500', '154905.222500', '154905.682500', '154906.142500', '154906.602500', '154907.062500', '154907.522500', '154907.982500', '154908.442500', '154908.902500', '154909.362500', '154909.822500', '154910.282500', '154910.742500', '154911.202500', '154911.662500', '154912.122500', '154912.582500', '154913.042500', '154913.502500', '154913.962500', '154914.422500', '154914.882500', '154915.342500', '154915.802500', '154916.262500', '154916.722500', '154917.182500', '154917.642500', '154918.102500', '154918.562500', '154919.022500', '154919.482500', '154919.942500', '154920.402500', '154920.862500', '154921.322500', '154921.782500', '154922.242500', '154922.702500', '154923.162500', '154923.622500', '154924.082500', '154924.542500', '154925.002500', '154925.462500', '154925.922500', '154926.382500', '154926.842500', '154927.302500', '154927.762500', '154928.222500', '154928.682500', '154929.142500', '154929.602500', '154930.062500', '154930.522500', '154930.982500', '154931.442500', '154931.902500', '154932.362500', '154932.822500', '154933.282500', '154933.742500', '154934.202500', '154934.662500', '154935.122500', '154935.582500', '154936.042500', '154936.502500', '154936.962500', '154937.422500', '154937.882500', '154938.342500', '154938.802500', '154939.262500', '154939.722500', '154940.182500', '154940.642500', '154941.102500', '154941.562500', '154942.022500', '154942.482500', '154942.942500', '154943.402500', '154943.862500', '154944.322500', '154944.782500', '154945.242500', '154945.702500', '154946.162500', '154946.622500', '154947.082500', '154947.542500', '154948.002500', '154948.462500', '154948.922500', '154949.382500', '154949.842500', '154950.302500', '154950.762500', '154951.222500', '154951.682500', '154952.142500', '154952.602500', '154953.062500', '154953.522500', '154953.982500', '154954.442500', '154954.902500', '154955.362500', '154955.822500', '154956.282500', '154956.742500', '154957.202500', '154957.662500', '154958.122500', '154958.582500', '154959.042500', '154959.502500', '154959.962500', '155000.422500', '155000.882500', '155001.342500', '155001.802500', '155002.262500', '155002.722500', '155003.182500', '155003.642500', '155004.102500', '155004.562500', '155005.022500', '155005.482500', '155005.942500', '155006.402500', '155006.862500', '155007.322500', '155007.782500', '155008.242500', '155008.702500', '155009.162500', '155009.622500', '155010.082500', '155010.542500', '155011.002500', '155011.462500', '155011.922500', '155012.382500', '155012.842500', '155013.302500', '155013.762500', '155014.222500', '155014.682500', '155015.142500', '155015.602500', '155016.062500', '155016.522500', '155016.982500', '155017.442500', '155017.902500', '155018.362500', '155018.822500', '155019.282500', '155019.742500', '155020.202500', '155020.662500', '155021.122500', '155021.582500', '155022.042500', '155022.502500', '155022.962500', '155023.422500', '155023.882500', '155024.342500', '155024.802500', '155025.262500', '155025.722500', '155026.182500', '155026.642500', '155027.102500', '155027.562500', '155028.022500', '155028.482500', '155028.942500', '155029.402500', '155029.862500', '155030.322500', '155030.782500', '155031.242500', '155031.702500', '155032.162500', '155032.622500', '155033.082500', '155033.542500', '155034.002500', '155034.462500', '155034.922500', '155035.382500', '155035.842500', '155036.302500', '155036.762500', '155037.222500', '155037.682500', '155038.142500', '155038.602500', '155039.062500', '155039.522500', '155039.982500', '155040.442500', '155040.902500', '155041.362500', '155041.822500', '155042.282500', '155042.742500', '155043.202500', '155043.662500', '155044.122500', '155044.582500', '155045.042500', '155045.502500', '155045.962500', '155046.422500', '155046.882500', '155047.342500', '155047.802500', '155048.262500', '155048.722500', '155049.182500', '155049.642500', '155050.102500', '155050.562500', '155051.022500', '155051.482500', '155051.942500', '155052.402500', '155052.862500', '155053.322500', '155053.782500', '155054.242500', '155054.702500', '155055.162500', '155055.622500', '155056.082500', '155056.542500', '155057.002500', '155057.462500', '155057.922500', '155058.382500', '155058.842500', '155059.302500', '155059.762500', '155100.222500', '155100.682500', '155101.142500', '155101.602500', '155102.062500', '155102.522500', '155102.982500', '155103.442500', '155103.902500', '155104.362500', '155104.822500', '155105.282500', '155105.742500', '155106.202500', '155106.662500', '155107.122500', '155107.582500', '155108.042500', '155108.502500', '155108.962500', '155109.422500', '155109.882500', '155110.342500', '155110.802500', '155111.262500', '155111.722500', '155112.182500', '155112.642500', '155113.102500', '155113.562500', '155114.022500', '155114.482500', '155114.942500', '155115.402500', '155115.862500', '155116.322500', '155116.782500', '155117.242500', '155117.702500', '155118.162500', '155118.622500', '155119.082500', '155119.542500', '155120.002500', '155120.462500', '155120.922500', '155121.382500', '155121.842500', '155122.302500', '155122.762500', '155123.222500', '155123.682500', '155124.142500', '155124.602500', '155125.062500', '155125.522500', '155125.982500', '155126.442500', '155126.902500', '155127.362500', '155127.822500', '155128.282500', '155128.742500', '155129.202500', '155129.662500', '155130.122500', '155130.582500', '155131.042500', '155131.502500', '155131.962500', '155132.422500', '155132.882500', '155133.342500', '155133.802500', '155134.262500', '155134.722500', '155135.182500', '155135.642500', '155136.102500', '155136.562500', '155137.022500', '155137.482500', '155137.942500', '155138.402500', '155138.862500', '155139.322500', '155139.782500', '155140.242500', '155140.702500', '155141.162500', '155141.622500', '155142.082500', '155142.542500', '155143.002500', '155143.462500', '155143.922500', '155144.382500', '155144.842500', '155145.302500', '155145.762500', '155146.222500', '155146.682500', '155147.142500', '155147.602500', '155148.062500', '155148.522500', '155148.982500', '155149.442500', '155149.902500', '155150.362500', '155150.822500', '155151.282500', '155151.742500', '155152.202500', '155152.662500', '155153.122500', '155153.582500', '155154.042500', '155154.502500', '155154.962500', '155155.422500', '155155.882500', '155156.342500', '155156.802500', '155157.262500', '155157.722500', '155158.182500', '155158.642500', '155159.102500', '155159.562500', '155200.022500', '155200.482500', '155200.942500', '155201.402500', '155201.862500', '155202.322500', '155202.782500', '155203.242500', '155203.702500', '155204.162500', '155204.622500', '155205.082500', '155205.542500', '155206.002500', '155206.462500', '155206.922500', '155207.382500', '155207.842500', '155208.302500', '155208.762500', '155209.222500', '155209.682500', '155210.142500', '155210.602500', '155211.062500', '155211.522500', '155211.982500', '155212.442500', '155212.902500', '155213.362500', '155213.822500', '155214.282500', '155214.742500', '155215.202500', '155215.662500', '155216.122500', '155216.582500', '155217.042500', '155217.502500', '155217.962500', '155218.422500', '155218.882500', '155219.342500', '155219.802500', '155220.262500', '155220.722500', '155221.182500', '155221.642500', '155222.102500', '155222.562500', '155223.022500', '155223.482500', '155223.942500', '155224.402500', '155224.862500', '155225.322500', '155225.782500', '155226.242500', '155226.702500', '155227.162500', '155227.622500', '155228.082500', '155228.542500', '155229.002500', '155229.462500', '155229.922500', '155230.382500', '155230.842500', '155231.302500', '155231.762500', '155232.222500', '155232.682500', '155233.142500', '155233.602500', '155234.062500', '155234.522500', '155234.982500', '155235.442500', '155235.902500', '155236.362500', '155236.822500', '155237.282500', '155237.742500', '155238.202500', '155238.662500', '155239.122500', '155239.582500', '155240.042500', '155240.502500', '155240.962500', '155241.422500', '155241.882500', '155242.342500', '155242.802500', '155243.262500', '155243.722500', '155244.182500', '155244.642500', '155245.102500', '155245.562500', '155246.022500', '155246.482500', '155246.942500', '155247.402500', '155247.862500', '155248.322500', '155248.782500', '155249.242500', '155249.702500', '155250.162500', '155250.622500', '155251.082500', '155251.542500', '155252.002500', '155252.462500', '155252.922500', '155253.382500', '155253.842500', '155254.302500', '155254.762500', '155255.222500', '155255.682500', '155256.142500', '155256.602500', '155257.062500', '155257.522500', '155257.982500', '155258.442500', '155258.902500', '155259.362500', '155259.822500', '155300.282500', '155300.742500', '155301.202500', '155301.662500', '155302.122500', '155302.582500', '155303.042500', '155303.502500', '155303.962500', '155304.422500', '155304.882500', '155305.342500', '155305.802500', '155306.262500', '155306.722500', '155307.182500', '155307.642500', '155308.102500', '155308.562500', '155309.022500', '155309.482500', '155309.942500', '155310.402500', '155310.862500', '155311.322500', '155311.782500', '155312.242500', '155312.702500', '155313.162500', '155313.622500', '155314.082500', '155314.542500', '155315.002500', '155315.462500', '155315.922500', '155316.382500', '155316.842500', '155317.302500', '155317.762500', '155318.222500', '155318.682500', '155319.142500', '155319.602500', '155320.062500', '155320.522500', '155320.982500', '155321.442500', '155321.902500', '155322.362500', '155322.822500', '155323.282500', '155323.742500', '155324.202500', '155324.662500', '155325.122500', '155325.582500', '155326.042500', '155326.502500', '155326.962500', '155327.422500', '155327.882500', '155328.342500', '155328.802500', '155329.262500', '155329.722500', '155330.182500', '155330.642500', '155331.102500', '155331.562500', '155332.022500', '155332.482500', '155332.942500', '155333.402500', '155333.862500', '155334.322500', '155334.782500', '155335.242500', '155335.702500', '155336.162500', '155336.622500', '155337.082500', '155337.542500', '155338.002500', '155338.462500', '155338.922500', '155339.382500', '155339.842500', '155340.302500', '155340.762500', '155341.222500', '155341.682500', '155342.142500', '155342.602500', '155343.062500', '155343.522500', '155343.982500', '155344.442500', '155344.902500', '155345.362500', '155345.822500', '155346.282500', '155346.742500', '155347.202500', '155347.662500', '155348.122500', '155348.582500', '155349.042500', '155349.502500', '155349.962500', '155350.422500', '155350.882500', '155351.342500', '155351.802500', '155352.262500', '155352.722500', '155353.182500', '155353.642500', '155354.102500', '155354.562500', '155355.022500', '155355.482500', '155355.942500', '155356.402500', '155356.862500', '155357.322500', '155357.782500', '155358.242500', '155358.702500', '155359.162500', '155359.622500', '155400.082500', '155400.542500', '155401.002500', '155401.462500', '155401.922500', '155402.382500', '155402.842500', '155403.302500', '155403.762500', '155404.222500', '155404.682500', '155405.142500', '155405.602500', '155406.062500', '155406.522500', '155406.982500', '155407.442500', '155407.902500', '155408.362500', '155408.822500', '155409.282500', '155409.742500', '155410.202500', '155410.662500', '155411.122500', '155411.582500', '155412.042500', '155412.502500', '155412.962500', '155413.422500', '155413.882500', '155414.342500', '155414.802500', '155415.262500', '155415.722500', '155416.182500', '155416.642500', '155417.102500', '155417.562500', '155418.022500', '155418.482500', '155418.942500', '155419.402500', '155419.862500', '155420.322500', '155420.782500', '155421.242500', '155421.702500', '155422.162500', '155422.622500', '155423.082500', '155423.542500', '155424.002500', '155424.462500', '155424.922500', '155425.382500', '155425.842500', '155426.302500', '155426.762500', '155427.222500', '155427.682500', '155428.142500', '155428.602500', '155429.062500', '155429.522500', '155429.982500', '155430.442500', '155430.902500', '155431.362500', '155431.822500', '155432.282500', '155432.742500', '155433.202500', '155433.662500', '155434.122500', '155434.582500', '155435.042500', '155435.502500', '155435.962500', '155436.422500', '155436.882500', '155437.342500', '155437.802500', '155438.262500', '155438.722500', '155439.182500', '155439.642500', '155440.102500', '155440.562500', '155441.022500', '155441.482500', '155441.942500', '155442.402500', '155442.862500', '155443.322500', '155443.782500', '155444.242500', '155444.702500', '155445.162500', '155445.622500', '155446.082500', '155446.542500', '155447.002500', '155447.462500', '155447.922500', '155448.382500', '155448.842500', '155449.302500', '155449.762500', '155450.222500', '155450.682500', '155451.142500', '155451.602500', '155452.062500', '155452.522500', '155452.982500', '155453.442500', '155453.902500', '155454.362500', '155454.822500', '155455.282500', '155455.742500', '155456.202500', '155456.662500', '155457.122500', '155457.582500', '155458.042500', '155458.502500', '155458.962500', '155459.422500', '155459.882500', '155500.342500', '155500.802500', '155501.262500', '155501.722500', '155502.182500', '155502.642500', '155503.102500', '155503.562500', '155504.022500', '155504.482500', '155504.942500', '155505.402500', '155505.862500', '155506.322500', '155506.782500', '155507.242500', '155507.702500', '155508.162500', '155508.622500', '155509.082500', '155509.542500', '155510.002500', '155510.462500', '155510.922500', '155511.382500', '155511.842500', '155512.302500', '155512.762500', '155513.222500', '155513.682500', '155514.142500', '155514.602500', '155515.062500', '155515.522500', '155515.982500', '155516.442500', '155516.902500', '155517.362500', '155517.822500', '155518.282500', '155518.742500', '155519.202500', '155519.662500', '155520.122500', '155520.582500', '155521.042500', '155521.502500', '155521.962500', '155522.422500', '155522.882500', '155523.342500', '155523.802500', '155524.262500', '155524.722500', '155525.182500', '155525.642500', '155526.102500', '155526.562500', '155527.022500', '155527.482500', '155527.942500', '155528.402500', '155528.862500', '155529.322500', '155529.782500', '155530.242500', '155530.702500', '155531.162500', '155531.622500', '155532.082500', '155532.542500', '155533.002500', '155533.462500', '155533.922500', '155534.382500', '155534.842500', '155535.302500', '155535.762500', '155536.222500', '155536.682500', '155537.142500', '155537.602500', '155538.062500', '155538.522500', '155538.982500', '155539.442500', '155539.902500', '155540.362500', '155540.822500', '155541.282500', '155541.742500', '155542.202500', '155542.662500', '155543.122500', '155543.582500', '155544.042500', '155544.502500', '155544.962500', '155545.422500', '155545.882500', '155546.342500', '155546.802500', '155547.262500', '155547.722500', '155548.182500', '155548.642500', '155549.102500', '155549.562500', '155550.022500', '155550.482500', '155550.942500', '155551.402500', '155551.862500', '155552.322500', '155552.782500', '155553.242500', '155553.702500', '155554.162500', '155554.622500', '155555.082500', '155555.542500', '155556.002500', '155556.462500', '155556.922500', '155557.382500', '155557.842500', '155558.302500', '155558.762500', '155559.222500', '155559.682500', '155600.142500', '155600.602500', '155601.062500', '155601.522500', '155601.982500', '155602.442500', '155602.902500', '155603.362500', '155603.822500', '155604.282500', '155604.742500', '155605.202500', '155605.662500', '155606.122500', '155606.582500', '155607.042500', '155607.502500', '155607.962500', '155608.422500', '155608.882500', '155609.342500', '155609.802500', '155610.262500', '155610.722500', '155611.182500', '155611.642500', '155612.102500', '155612.562500', '155613.022500', '155613.482500', '155613.942500', '155614.402500', '155614.862500', '155615.322500', '155615.782500', '155616.242500', '155616.702500', '155617.162500', '155617.622500', '155618.082500', '155618.542500', '155619.002500', '155619.462500', '155619.922500', '155620.382500', '155620.842500', '155621.302500', '155621.762500', '155622.222500', '155622.682500', '155623.142500', '155623.602500', '155624.062500', '155624.522500', '155624.982500', '155625.442500', '155625.902500', '155626.362500', '155626.822500', '155627.282500', '155627.742500', '155628.202500', '155628.662500', '155629.122500', '155629.582500', '155630.042500', '155630.502500', '155630.962500', '155631.422500', '155631.882500', '155632.342500', '155632.802500', '155633.262500', '155633.722500', '155634.182500', '155634.642500', '155635.102500', '155635.562500', '155636.022500', '155636.482500', '155636.942500', '155637.402500', '155637.862500', '155638.322500', '155638.782500', '155639.242500', '155639.702500', '155640.162500', '155640.622500', '155641.082500', '155641.542500', '155642.002500', '155642.462500', '155642.922500', '155643.382500', '155643.842500', '155644.302500', '155644.762500', '155645.222500', '155645.682500', '155646.142500', '155646.602500', '155647.062500', '155647.522500', '155647.982500', '155648.442500', '155648.902500', '155649.362500', '155649.822500', '155650.282500', '155650.742500', '155651.202500', '155651.662500', '155652.122500', '155652.582500', '155653.042500', '155653.502500', '155653.962500', '155654.422500', '155654.882500', '155655.342500', '155655.802500', '155656.262500', '155656.722500', '155657.182500', '155657.642500', '155658.102500', '155658.562500', '155659.022500', '155659.482500', '155659.942500', '155700.402500', '155700.862500', '155701.322500', '155701.782500', '155702.242500', '155702.702500', '155703.162500', '155703.622500', '155704.082500', '155704.542500', '155705.002500', '155705.462500', '155705.922500', '155706.382500', '155706.842500', '155707.302500', '155707.762500', '155708.222500', '155708.682500', '155709.142500', '155709.602500', '155710.062500', '155710.522500', '155710.982500', '155711.442500', '155711.902500', '155712.362500', '155712.822500', '155713.282500', '155713.742500', '155714.202500', '155714.662500', '155715.122500', '155715.582500', '155716.042500', '155716.502500', '155716.962500', '155717.422500', '155717.882500', '155718.342500', '155718.802500', '155719.262500', '155719.722500', '155720.182500', '155720.642500', '155721.102500', '155721.562500', '155722.022500', '155722.482500', '155722.942500', '155723.402500', '155723.862500', '155724.322500', '155724.782500', '155725.242500', '155725.702500', '155726.162500', '155726.622500', '155727.082500', '155727.542500', '155728.002500', '155728.462500', '155728.922500', '155729.382500', '155729.842500', '155730.302500', '155730.762500', '155731.222500', '155731.682500', '155732.142500', '155732.602500', '155733.062500', '155733.522500', '155733.982500', '155734.442500', '155734.902500', '155735.362500', '155735.822500', '155736.282500', '155736.742500', '155737.202500', '155737.662500', '155738.122500', '155738.582500', '155739.042500', '155739.502500', '155739.962500', '155740.422500', '155740.882500', '155741.342500', '155741.802500', '155742.262500', '155742.722500', '155743.182500', '155743.642500', '155744.102500', '155744.562500', '155745.022500', '155745.482500', '155745.942500', '155746.402500', '155746.862500', '155747.322500', '155747.782500', '155748.242500', '155748.702500', '155749.162500', '155749.622500', '155750.082500', '155750.542500', '155751.002500', '155751.462500', '155751.922500', '155752.382500', '155752.842500', '155753.302500', '155753.762500', '155754.222500', '155754.682500', '155755.142500', '155755.602500', '155756.062500', '155756.522500', '155756.982500', '155757.442500', '155757.902500', '155758.362500', '155758.822500', '155759.282500', '155759.742500', '155800.202500', '155800.662500', '155801.122500', '155801.582500', '155802.042500', '155802.502500', '155802.962500', '155803.422500', '155803.882500', '155804.342500', '155804.802500', '155805.262500', '155805.722500', '155806.182500', '155806.642500', '155807.102500', '155807.562500', '155808.022500', '155808.482500', '155808.942500', '155809.402500', '155809.862500', '155810.322500', '155810.782500', '155811.242500', '155811.702500', '155812.162500', '155812.622500', '155813.082500', '155813.542500', '155814.002500', '155814.462500', '155814.922500', '155815.382500', '155815.842500', '155816.302500', '155816.762500', '155817.222500', '155817.682500', '155818.142500', '155818.602500', '155819.062500', '155819.522500', '155819.982500', '155820.442500', '155820.902500', '155821.362500', '155821.822500', '155822.282500', '155822.742500', '155823.202500', '155823.662500', '155824.122500', '155824.582500', '155825.042500', '155825.502500', '155825.962500', '155826.422500', '155826.882500', '155827.342500', '155827.802500', '155828.262500', '155828.722500', '155829.182500', '155829.642500', '155830.102500', '155830.562500', '155831.022500', '155831.482500', '155831.942500', '155832.402500', '155832.862500', '155833.322500', '155833.782500', '155834.242500', '155834.702500', '155835.162500', '155835.622500', '155836.082500', '155836.542500', '155837.002500', '155837.462500', '155837.922500', '155838.382500', '155838.842500', '155839.302500', '155839.762500', '155840.222500', '155840.682500', '155841.142500', '155841.602500', '155842.062500', '155842.522500', '155842.982500', '155843.442500', '155843.902500', '155844.362500', '155844.822500', '155845.282500', '155845.742500', '155846.202500', '155846.662500', '155847.122500', '155847.582500', '155848.042500', '155848.502500', '155848.962500', '155849.422500', '155849.882500', '155850.342500', '155850.802500', '155851.262500', '155851.722500', '155852.182500', '155852.642500', '155853.102500', '155853.562500', '155854.022500', '155854.482500', '155854.942500', '155855.402500', '155855.862500', '155856.322500', '155856.782500', '155857.242500', '155857.702500', '155858.162500', '155858.622500', '155859.082500', '155859.542500', '155900.002500', '155900.462500', '155900.922500', '155901.382500', '155901.842500', '155902.302500', '155902.762500', '155903.222500', '155903.682500', '155904.142500', '155904.602500', '155905.062500', '155905.522500', '155905.982500', '155906.442500', '155906.902500', '155907.362500', '155907.822500', '155908.282500', '155908.742500', '155909.202500', '155909.662500', '155910.122500', '155910.582500', '155911.042500', '155911.502500', '155911.962500', '155912.422500', '155912.882500', '155913.342500', '155913.802500', '155914.262500', '155914.722500', '155915.182500', '155915.642500', '155916.102500', '155916.562500', '155917.022500', '155917.482500', '155917.942500', '155918.402500', '155918.862500', '155919.322500', '155919.782500', '155920.242500', '155920.702500', '155921.162500', '155921.622500', '155922.082500', '155922.542500', '155923.002500', '155923.462500'], 'ContentTime': ['154523.970000', '154523.974000', '154523.977000', '154523.980000', '154523.983000', '154523.986000', '154523.989000', '154523.992000', '154524.003000', '154524.006000', '154524.009000', '154524.012000', '154524.016000', '154524.019000', '154524.022000', '154524.025000', '154524.029000', '154524.031000', '154524.034000', '154524.037000', '154524.041000', '154524.044000', '154524.047000', '154524.050000', '154524.059000', '154524.061000', '154524.064000', '154524.067000', '154524.070000', '154524.073000', '154524.076000', '154543.924000', '154543.927000', '154543.935000', '154543.938000', '154543.941000', '154543.944000', '154543.947000', '154543.950000', '154543.952000', '154543.955000', '154543.958000', '154543.961000', '154543.964000', '154543.967000', '154543.970000', '154543.973000', '154543.976000', '154543.979000', '154543.982000', '154543.984000', '154543.987000', '154543.990000', '154543.993000', '154543.996000', '154544.000000', '154544.003000', '154544.006000', '154544.009000', '154544.012000', '154544.015000', '154544.019000', '154544.022000', '154544.025000', '154544.028000', '154544.031000', '154544.033000', '154544.036000', '154544.039000', '154544.042000', '154544.045000', '154544.048000', '154544.051000', '154544.054000', '154603.923000', '154603.926000', '154603.929000', '154603.937000', '154603.946000', '154603.949000', '154603.952000', '154603.955000', '154603.958000', '154603.960000', '154603.963000', '154603.966000', '154603.969000', '154603.972000', '154603.975000', '154603.978000', '154603.981000', '154603.984000', '154603.987000', '154603.990000', '154603.993000', '154603.996000', '154604.000000', '154604.003000', '154604.006000', '154604.008000', '154604.011000', '154604.014000', '154604.017000', '154604.020000', '154604.023000', '154604.026000', '154604.029000', '154604.032000', '154604.034000', '154604.037000', '154604.040000', '154604.043000', '154604.046000', '154604.049000', '154604.052000', '154604.055000', '154604.058000', '154604.061000', '154623.923000', '154623.926000', '154623.929000', '154623.932000', '154623.935000', '154623.938000', '154623.941000', '154623.944000', '154623.947000', '154623.950000', '154623.952000', '154623.955000', '154623.958000', '154623.961000', '154623.964000', '154623.967000', '154623.970000', '154623.973000', '154623.976000', '154623.979000', '154623.981000', '154623.984000', '154623.987000', '154623.990000', '154623.993000', '154623.996000', '154624.000000', '154624.003000', '154624.006000', '154624.009000', '154624.012000', '154624.015000', '154624.018000', '154624.021000', '154624.024000', '154624.026000', '154624.029000', '154624.032000', '154624.035000', '154624.038000', '154624.041000', '154624.044000', '154624.047000', '154643.923000', '154643.926000', '154643.929000', '154643.932000', '154643.935000', '154643.938000', '154643.941000', '154643.944000', '154643.946000', '154643.949000', '154643.953000', '154643.955000', '154643.958000', '154643.961000', '154643.964000', '154643.967000', '154643.970000', '154643.973000', '154643.976000', '154643.979000', '154643.982000', '154643.985000', '154643.988000', '154643.991000', '154643.993000', '154643.996000', '154644.000000', '154644.003000', '154644.006000', '154644.009000', '154644.012000', '154644.015000', '154644.018000', '154644.021000', '154644.024000', '154644.027000', '154644.030000', '154644.033000', '154644.036000', '154644.038000', '154644.041000', '154644.044000', '154644.047000', '154644.050000', '154703.923000', '154703.926000', '154703.929000', '154703.932000', '154703.935000', '154703.938000', '154703.941000', '154703.944000', '154703.947000', '154703.950000', '154703.953000', '154703.955000', '154703.958000', '154703.961000', '154703.964000', '154703.967000', '154703.970000', '154703.973000', '154703.976000', '154703.979000', '154703.982000', '154703.985000', '154703.988000', '154703.991000', '154703.994000', '154703.997000', '154704.001000', '154704.003000', '154704.007000', '154704.009000', '154704.012000', '154704.015000', '154704.018000', '154704.021000', '154704.024000', '154704.027000', '154704.030000', '154704.033000', '154704.036000', '154704.039000', '154704.042000', '154704.045000', '154704.048000', '154723.924000', '154723.927000', '154723.930000', '154723.933000', '154723.936000', '154723.939000', '154723.942000', '154723.945000', '154723.948000', '154723.951000', '154723.954000', '154723.956000', '154723.959000', '154723.962000', '154723.965000', '154723.968000', '154723.971000', '154723.974000', '154723.977000', '154723.980000', '154723.983000', '154723.986000', '154723.989000', '154723.992000', '154723.995000', '154723.998000', '154724.001000', '154724.003000', '154724.006000', '154724.009000', '154724.012000', '154724.015000', '154724.018000', '154724.022000', '154724.025000', '154724.028000', '154724.031000', '154724.034000', '154724.037000', '154724.040000', '154724.043000', '154724.046000', '154724.049000', '154724.052000', '154743.924000', '154743.927000', '154743.930000', '154743.933000', '154743.936000', '154743.939000', '154743.942000', '154743.945000', '154743.948000', '154743.951000', '154743.954000', '154743.957000', '154743.960000', '154743.963000', '154743.965000', '154743.969000', '154743.971000', '154743.974000', '154743.977000', '154743.980000', '154743.983000', '154743.986000', '154743.989000', '154743.992000', '154743.995000', '154743.998000', '154744.002000', '154744.005000', '154744.008000', '154744.011000', '154744.014000', '154744.017000', '154744.020000', '154744.023000', '154744.025000', '154744.028000', '154744.031000', '154744.034000', '154744.037000', '154744.040000', '154744.043000', '154744.046000', '154744.049000', '154803.924000', '154803.927000', '154803.930000', '154803.933000', '154803.936000', '154803.939000', '154803.942000', '154803.945000', '154803.948000', '154803.951000', '154803.954000', '154803.956000', '154803.959000', '154803.962000', '154803.965000', '154803.968000', '154803.971000', '154803.974000', '154803.977000', '154803.980000', '154803.983000', '154803.986000', '154803.989000', '154803.992000', '154803.995000', '154803.997000', '154804.001000', '154804.004000', '154804.007000', '154804.010000', '154804.013000', '154804.016000', '154804.019000', '154804.035000', '154804.038000', '154804.041000', '154804.044000', '154804.047000', '154804.050000', '154804.053000', '154804.056000', '154804.059000', '154804.062000', '154823.923000', '154823.926000', '154823.929000', '154823.932000', '154823.935000', '154823.938000', '154823.941000', '154823.948000', '154823.951000', '154823.954000', '154823.957000', '154823.960000', '154823.963000', '154823.965000', '154823.968000', '154823.971000', '154823.974000', '154823.977000', '154823.980000', '154823.983000', '154823.986000', '154823.989000', '154823.992000', '154823.995000', '154823.998000', '154824.002000', '154824.005000', '154824.008000', '154824.011000', '154824.014000', '154824.017000', '154824.020000', '154824.023000', '154824.025000', '154824.028000', '154824.031000', '154824.034000', '154824.037000', '154824.040000', '154824.043000', '154824.046000', '154824.049000', '154824.052000', '154824.055000', '154843.923000', '154843.926000', '154843.929000', '154843.932000', '154843.935000', '154843.938000', '154843.941000', '154843.944000', '154843.947000', '154843.954000', '154843.956000', '154843.959000', '154843.962000', '154843.965000', '154843.968000', '154843.971000', '154843.974000', '154843.977000', '154843.980000', '154843.983000', '154843.986000', '154843.989000', '154843.991000', '154843.995000', '154843.998000', '154844.001000', '154844.004000', '154844.007000', '154844.010000', '154844.013000', '154844.016000', '154844.019000', '154844.022000', '154844.025000', '154844.028000', '154844.031000', '154844.034000', '154844.037000', '154844.040000', '154844.043000', '154844.046000', '154844.048000', '154844.051000', '154903.923000', '154903.980000', '154903.983000', '154903.986000', '154903.989000', '154903.991000', '154903.995000', '154903.997000', '154904.000000', '154904.003000', '154904.006000', '154904.009000', '154904.012000', '154904.015000', '154904.025000', '154904.028000', '154904.031000', '154904.034000', '154904.037000', '154904.040000', '154904.043000', '154904.045000', '154904.048000', '154904.051000', '154904.054000', '154904.057000', '154904.060000', '154904.063000', '154904.066000', '154904.069000', '154904.072000', '154904.075000', '154904.078000', '154904.081000', '154904.084000', '154904.087000', '154904.090000', '154904.092000', '154904.096000', '154904.098000', '154904.101000', '154904.104000', '154904.107000', '154904.110000', '154923.923000', '154923.926000', '154923.929000', '154923.932000', '154923.935000', '154923.938000', '154923.941000', '154923.944000', '154923.947000', '154923.950000', '154923.953000', '154923.956000', '154923.959000', '154923.962000', '154923.965000', '154923.968000', '154923.972000', '154923.975000', '154923.978000', '154923.981000', '154923.984000', '154923.987000', '154923.990000', '154923.993000', '154923.996000', '154924.000000', '154924.003000', '154924.006000', '154924.008000', '154924.011000', '154924.015000', '154924.017000', '154924.020000', '154924.023000', '154924.026000', '154924.029000', '154924.032000', '154924.035000', '154924.038000', '154924.041000', '154924.044000', '154924.047000', '154924.050000', '154943.924000', '154943.927000', '154943.930000', '154943.933000', '154943.936000', '154943.939000', '154943.942000', '154943.945000', '154943.948000', '154943.951000', '154943.954000', '154943.957000', '154943.960000', '154943.963000', '154943.965000', '154943.975000', '154943.978000', '154943.981000', '154943.984000', '154943.987000', '154943.990000', '154943.993000', '154943.996000', '154943.999000', '154944.002000', '154944.005000', '154944.008000', '154944.011000', '154944.013000', '154944.017000', '154944.019000', '154944.022000', '154944.025000', '154944.028000', '154944.031000', '154944.034000', '154944.037000', '154944.040000', '154944.043000', '154944.046000', '154944.049000', '154944.052000', '154944.055000', '154944.058000', '155003.924000', '155003.927000', '155003.930000', '155003.933000', '155003.936000', '155003.939000', '155003.942000', '155003.945000', '155003.948000', '155003.951000', '155003.954000', '155003.957000', '155003.960000', '155003.963000', '155003.966000', '155003.969000', '155003.972000', '155003.975000', '155003.977000', '155003.981000', '155003.985000', '155003.989000', '155003.992000', '155003.995000', '155003.998000', '155004.002000', '155004.005000', '155004.008000', '155004.011000', '155004.014000', '155004.017000', '155004.020000', '155004.023000', '155004.026000', '155004.029000', '155004.032000', '155004.034000', '155004.038000', '155004.040000', '155004.043000', '155004.046000', '155004.049000', '155004.052000', '155023.924000', '155023.927000', '155023.930000', '155023.933000', '155023.936000', '155023.939000', '155023.942000', '155023.945000', '155023.948000', '155023.951000', '155023.954000', '155023.957000', '155023.960000', '155023.963000', '155023.965000', '155023.968000', '155023.971000', '155023.974000', '155023.977000', '155023.980000', '155023.983000', '155023.986000', '155023.989000', '155023.992000', '155023.995000', '155023.998000', '155024.002000', '155024.005000', '155024.008000', '155024.011000', '155024.014000', '155024.016000', '155024.020000', '155024.022000', '155024.025000', '155024.028000', '155024.031000', '155024.051000', '155024.054000', '155024.057000', '155024.060000', '155024.063000', '155024.066000', '155024.068000', '155043.923000', '155043.926000', '155043.930000', '155043.933000', '155043.936000', '155043.939000', '155043.942000', '155043.945000', '155043.948000', '155043.951000', '155043.954000', '155043.957000', '155043.962000', '155043.965000', '155043.968000', '155043.971000', '155043.974000', '155043.976000', '155043.979000', '155043.982000', '155043.985000', '155043.988000', '155043.992000', '155043.995000', '155043.998000', '155044.002000', '155044.005000', '155044.008000', '155044.011000', '155044.014000', '155044.017000', '155044.020000', '155044.023000', '155044.026000', '155044.029000', '155044.031000', '155044.035000', '155044.043000', '155044.046000', '155044.049000', '155044.052000', '155044.055000', '155044.058000', '155103.923000', '155103.926000', '155103.929000', '155103.932000', '155103.935000', '155103.938000', '155103.941000', '155103.944000', '155103.947000', '155103.950000', '155103.953000', '155103.956000', '155103.959000', '155103.961000', '155103.964000', '155103.967000', '155103.970000', '155103.973000', '155103.976000', '155103.979000', '155103.982000', '155103.985000', '155103.988000', '155103.991000', '155103.994000', '155103.997000', '155104.001000', '155104.004000', '155104.007000', '155104.009000', '155104.012000', '155104.015000', '155104.018000', '155104.021000', '155104.024000', '155104.027000', '155104.030000', '155104.033000', '155104.036000', '155104.039000', '155104.052000', '155104.055000', '155104.058000', '155104.061000', '155123.923000', '155123.927000', '155123.930000', '155123.933000', '155123.935000', '155123.939000', '155123.942000', '155123.945000', '155123.948000', '155123.951000', '155123.954000', '155123.957000', '155123.959000', '155123.962000', '155123.965000', '155123.968000', '155123.971000', '155123.974000', '155123.977000', '155123.980000', '155123.983000', '155123.986000', '155123.989000', '155123.992000', '155123.995000', '155123.998000', '155124.002000', '155124.005000', '155124.008000', '155124.011000', '155124.014000', '155124.020000', '155124.023000', '155124.026000', '155124.029000', '155124.032000', '155124.035000', '155124.038000', '155124.041000', '155124.044000', '155124.047000', '155124.050000', '155124.052000', '155143.923000', '155143.926000', '155143.939000', '155143.942000', '155143.945000', '155143.948000', '155143.951000', '155143.954000', '155143.957000', '155143.959000', '155143.963000', '155143.965000', '155143.968000', '155143.971000', '155143.974000', '155143.977000', '155143.980000', '155143.983000', '155143.986000', '155143.989000', '155143.992000', '155143.995000', '155143.998000', '155144.002000', '155144.005000', '155144.008000', '155144.011000', '155144.013000', '155144.016000', '155144.019000', '155144.022000', '155144.025000', '155144.028000', '155144.031000', '155144.034000', '155144.037000', '155144.040000', '155144.043000', '155144.046000', '155144.049000', '155144.052000', '155144.054000', '155144.057000', '155144.060000', '155203.924000', '155203.927000', '155203.930000', '155203.933000', '155203.936000', '155203.939000', '155203.942000', '155203.945000', '155203.948000', '155203.951000', '155203.954000', '155203.957000', '155203.960000', '155203.963000', '155203.966000', '155203.970000', '155203.973000', '155203.976000', '155203.979000', '155203.982000', '155203.985000', '155203.988000', '155203.991000', '155203.994000', '155203.997000', '155204.000000', '155204.002000', '155204.005000', '155204.008000', '155204.011000', '155204.014000', '155204.017000', '155204.020000', '155204.025000', '155204.028000', '155204.031000', '155204.034000', '155204.037000', '155204.040000', '155204.043000', '155204.046000', '155204.049000', '155204.052000', '155223.924000', '155223.934000', '155223.937000', '155223.940000', '155223.942000', '155223.946000', '155223.948000', '155223.951000', '155223.954000', '155223.957000', '155223.960000', '155223.963000', '155223.966000', '155223.969000', '155223.972000', '155223.975000', '155223.978000', '155223.981000', '155223.984000', '155223.987000', '155223.990000', '155223.993000', '155223.996000', '155224.000000', '155224.002000', '155224.005000', '155224.008000', '155224.011000', '155224.014000', '155224.017000', '155224.020000', '155224.023000', '155224.026000', '155224.029000', '155224.032000', '155224.035000', '155224.047000', '155224.050000', '155224.053000', '155224.056000', '155224.059000', '155224.062000', '155224.065000', '155224.067000', '155243.924000', '155243.927000', '155243.930000', '155243.939000', '155243.942000', '155243.945000', '155243.948000', '155243.951000', '155243.954000', '155243.956000', '155243.959000', '155243.962000', '155243.965000', '155243.968000', '155243.971000', '155243.974000', '155243.977000', '155243.980000', '155243.983000', '155243.986000', '155243.989000', '155243.991000', '155243.994000', '155243.997000', '155244.001000', '155244.004000', '155244.007000', '155244.010000', '155244.013000', '155244.016000', '155244.019000', '155244.022000', '155244.025000', '155244.028000', '155244.031000', '155244.034000', '155244.037000', '155244.040000', '155244.043000', '155244.046000', '155244.049000', '155244.052000', '155244.055000', '155303.923000', '155303.926000', '155303.929000', '155303.932000', '155303.935000', '155303.938000', '155303.941000', '155303.944000', '155303.947000', '155303.950000', '155303.953000', '155303.956000', '155303.959000', '155303.961000', '155303.964000', '155303.967000', '155303.970000', '155303.973000', '155303.976000', '155303.979000', '155303.982000', '155303.985000', '155303.988000', '155303.991000', '155303.994000', '155303.997000', '155304.001000', '155304.004000', '155304.007000', '155304.010000', '155304.013000', '155304.016000', '155304.019000', '155304.022000', '155304.025000', '155304.027000', '155304.031000', '155304.033000', '155304.036000', '155304.039000', '155304.042000', '155304.045000', '155304.048000', '155304.051000', '155323.923000', '155323.926000', '155323.929000', '155323.932000', '155323.935000', '155323.938000', '155323.950000', '155323.953000', '155323.955000', '155323.958000', '155323.961000', '155323.964000', '155323.967000', '155323.970000', '155323.973000', '155323.976000', '155323.979000', '155323.982000', '155323.985000', '155323.988000', '155323.991000', '155323.994000', '155323.997000', '155324.001000', '155324.005000', '155324.008000', '155324.011000', '155324.014000', '155324.017000', '155324.020000', '155324.023000', '155324.026000', '155324.029000', '155324.032000', '155324.035000', '155324.038000', '155324.041000', '155324.043000', '155324.047000', '155324.049000', '155324.052000', '155324.055000', '155324.058000', '155343.923000', '155343.926000', '155343.929000', '155343.938000', '155343.941000', '155343.944000', '155343.947000', '155343.950000', '155343.953000', '155343.955000', '155343.958000', '155343.961000', '155343.964000', '155343.967000', '155343.970000', '155343.973000', '155343.976000', '155343.979000', '155343.982000', '155343.985000', '155343.988000', '155343.991000', '155343.994000', '155343.997000', '155344.001000', '155344.004000', '155344.007000', '155344.010000', '155344.013000', '155344.016000', '155344.019000', '155344.022000', '155344.025000', '155344.040000', '155344.043000', '155344.046000', '155344.049000', '155344.051000', '155344.054000', '155344.057000', '155344.061000', '155344.064000', '155344.067000', '155344.070000', '155403.923000', '155403.926000', '155403.929000', '155403.932000', '155403.935000', '155403.943000', '155403.946000', '155403.949000', '155403.952000', '155403.955000', '155403.958000', '155403.961000', '155403.964000', '155403.967000', '155403.970000', '155403.973000', '155403.976000', '155403.979000', '155403.982000', '155403.985000', '155403.987000', '155403.990000', '155403.993000', '155403.996000', '155404.000000', '155404.003000', '155404.006000', '155404.009000', '155404.012000', '155404.015000', '155404.018000', '155404.021000', '155404.024000', '155404.027000', '155404.030000', '155404.033000', '155404.036000', '155404.039000', '155404.042000', '155404.045000', '155404.047000', '155404.050000', '155404.053000', '155423.924000', '155423.927000', '155423.930000', '155423.933000', '155423.936000', '155423.939000', '155423.942000', '155423.945000', '155423.948000', '155423.951000', '155423.954000', '155423.957000', '155423.960000', '155423.962000', '155423.966000', '155423.968000', '155423.971000', '155423.974000', '155423.977000', '155423.980000', '155423.983000', '155423.986000', '155423.989000', '155423.992000', '155423.995000', '155423.998000', '155424.001000', '155424.004000', '155424.007000', '155424.010000', '155424.013000', '155424.016000', '155424.019000', '155424.022000', '155424.025000', '155424.028000', '155424.031000', '155424.033000', '155424.037000', '155424.039000', '155424.042000', '155424.045000', '155424.048000', '155424.051000', '155443.924000', '155443.927000', '155443.930000', '155443.933000', '155443.944000', '155443.947000', '155443.950000', '155443.953000', '155443.956000', '155443.959000', '155443.962000', '155443.964000', '155443.968000', '155443.970000', '155443.973000', '155443.976000', '155443.980000', '155443.982000', '155443.985000', '155443.988000', '155443.991000', '155443.994000', '155443.997000', '155444.001000', '155444.004000', '155444.007000', '155444.010000', '155444.013000', '155444.016000', '155444.019000', '155444.022000', '155444.025000', '155444.028000', '155444.031000', '155444.033000', '155444.036000', '155444.039000', '155444.044000', '155444.047000', '155444.050000', '155444.053000', '155444.056000', '155444.059000', '155503.924000', '155503.927000', '155503.930000', '155503.933000', '155503.936000', '155503.939000', '155503.942000', '155503.945000', '155503.948000', '155503.951000', '155503.954000', '155503.957000', '155503.960000', '155503.963000', '155503.966000', '155503.969000', '155503.972000', '155503.975000', '155503.978000', '155503.980000', '155503.983000', '155503.986000', '155503.989000', '155503.992000', '155503.995000', '155503.998000', '155504.002000', '155504.005000', '155504.008000', '155504.023000', '155504.026000', '155504.029000', '155504.032000', '155504.035000', '155504.038000', '155504.041000', '155504.044000', '155504.047000', '155504.050000', '155504.053000', '155504.056000', '155504.059000', '155504.062000', '155504.065000', '155523.923000', '155523.926000', '155523.929000', '155523.932000', '155523.935000', '155523.938000', '155523.941000', '155523.944000', '155523.947000', '155523.950000', '155523.953000', '155523.956000', '155523.959000', '155523.962000', '155523.965000', '155523.968000', '155523.971000', '155523.974000', '155523.977000', '155523.980000', '155523.982000', '155523.985000', '155523.988000', '155523.991000', '155523.994000', '155523.997000', '155524.001000', '155524.004000', '155524.007000', '155524.010000', '155524.013000', '155524.016000', '155524.019000', '155524.022000', '155524.025000', '155524.028000', '155524.031000', '155524.034000', '155524.037000', '155524.040000', '155524.043000', '155524.046000', '155524.049000', '155543.923000', '155543.926000', '155543.929000', '155543.932000', '155543.935000', '155543.938000', '155543.941000', '155543.944000', '155543.947000', '155543.950000', '155543.953000', '155543.955000', '155543.959000', '155543.961000', '155543.964000', '155543.967000', '155543.970000', '155543.973000', '155543.976000', '155543.979000', '155543.982000', '155543.985000', '155543.988000', '155543.991000', '155543.994000', '155543.997000', '155544.001000', '155544.004000', '155544.007000', '155544.010000', '155544.013000', '155544.016000', '155544.019000', '155544.022000', '155544.025000', '155544.028000', '155544.031000', '155544.034000', '155544.036000', '155544.039000', '155544.042000', '155544.045000', '155544.048000', '155544.051000', '155603.923000', '155603.926000', '155603.933000', '155603.936000', '155603.939000', '155603.941000', '155603.945000', '155603.947000', '155603.950000', '155603.953000', '155603.956000', '155603.959000', '155603.962000', '155603.965000', '155603.968000', '155603.971000', '155603.974000', '155603.977000', '155603.980000', '155603.983000', '155603.986000', '155603.989000', '155603.992000', '155603.995000', '155603.997000', '155604.001000', '155604.004000', '155604.007000', '155604.010000', '155604.014000', '155604.017000', '155604.020000', '155604.023000', '155604.025000', '155604.029000', '155604.031000', '155604.034000', '155604.037000', '155604.040000', '155604.043000', '155604.046000', '155604.049000', '155604.052000', '155623.923000', '155623.926000', '155623.929000', '155623.932000', '155623.935000', '155623.938000', '155623.941000', '155623.944000', '155623.947000', '155623.950000', '155623.953000', '155623.956000', '155623.959000', '155623.962000', '155623.965000', '155623.968000', '155623.971000', '155623.974000', '155623.977000', '155623.980000', '155623.983000', '155623.986000', '155623.988000', '155623.992000', '155623.994000', '155623.997000', '155624.001000', '155624.004000', '155624.007000', '155624.010000', '155624.013000', '155624.016000', '155624.019000', '155624.022000', '155624.025000', '155624.028000', '155624.031000', '155624.034000', '155624.036000', '155624.040000', '155624.043000', '155624.046000', '155624.049000', '155643.924000', '155643.927000', '155643.930000', '155643.933000', '155643.936000', '155643.939000', '155643.942000', '155643.945000', '155643.948000', '155643.951000', '155643.954000', '155643.957000', '155643.960000', '155643.969000', '155643.972000', '155643.975000', '155643.978000', '155643.981000', '155643.984000', '155643.987000', '155643.989000', '155643.992000', '155643.995000', '155643.998000', '155644.001000', '155644.004000', '155644.007000', '155644.010000', '155644.013000', '155644.016000', '155644.019000', '155644.022000', '155644.025000', '155644.028000', '155644.031000', '155644.034000', '155644.037000', '155644.040000', '155644.043000', '155644.046000', '155644.049000', '155644.051000', '155644.054000', '155644.057000', '155703.924000', '155703.927000', '155703.930000', '155703.934000', '155703.937000', '155703.940000', '155703.943000', '155703.946000', '155703.949000', '155703.952000', '155703.955000', '155703.958000', '155703.961000', '155703.963000', '155703.966000', '155703.969000', '155703.972000', '155703.975000', '155703.978000', '155703.981000', '155703.984000', '155703.989000', '155703.993000', '155703.997000', '155704.001000', '155704.004000', '155704.007000', '155704.009000', '155704.012000', '155704.015000', '155704.018000', '155704.021000', '155704.024000', '155704.027000', '155704.030000', '155704.033000', '155704.036000', '155704.039000', '155704.042000', '155704.045000', '155704.048000', '155704.051000', '155704.054000', '155723.924000', '155723.936000', '155723.939000', '155723.942000', '155723.945000', '155723.948000', '155723.951000', '155723.954000', '155723.956000', '155723.960000', '155723.963000', '155723.965000', '155723.968000', '155723.971000', '155723.974000', '155723.977000', '155723.980000', '155723.983000', '155723.986000', '155723.989000', '155723.992000', '155723.995000', '155723.998000', '155724.002000', '155724.005000', '155724.008000', '155724.011000', '155724.014000', '155724.016000', '155724.020000', '155724.022000', '155724.025000', '155724.028000', '155724.031000', '155724.034000', '155724.037000', '155724.040000', '155724.043000', '155724.065000', '155724.068000', '155724.071000', '155724.074000', '155724.077000', '155724.080000', '155743.923000', '155743.926000', '155743.929000', '155743.932000', '155743.935000', '155743.938000', '155743.941000', '155743.944000', '155743.947000', '155743.950000', '155743.953000', '155743.956000', '155743.959000', '155743.962000', '155743.965000', '155743.968000', '155743.971000', '155743.974000', '155743.977000', '155743.980000', '155743.983000', '155743.986000', '155743.989000', '155743.992000', '155743.995000', '155743.998000', '155744.002000', '155744.005000', '155744.008000', '155744.011000', '155744.014000', '155744.023000', '155744.026000', '155744.029000', '155744.032000', '155744.035000', '155744.038000', '155744.041000', '155744.044000', '155744.046000', '155744.049000', '155744.052000', '155744.060000', '155803.923000', '155803.926000', '155803.929000', '155803.932000', '155803.935000', '155803.938000', '155803.941000', '155803.944000', '155803.947000', '155803.950000', '155803.953000', '155803.956000', '155803.959000', '155803.962000', '155803.965000', '155803.967000', '155803.971000', '155803.973000', '155803.976000', '155803.979000', '155803.982000', '155803.985000', '155803.988000', '155803.991000', '155803.994000', '155803.997000', '155804.001000', '155804.004000', '155804.007000', '155804.010000', '155804.013000', '155804.016000', '155804.019000', '155804.022000', '155804.024000', '155804.027000', '155804.030000', '155804.033000', '155804.036000', '155804.039000', '155804.042000', '155804.045000', '155804.048000', '155804.051000', '155823.923000', '155823.926000', '155823.929000', '155823.932000', '155823.935000', '155823.938000', '155823.941000', '155823.944000', '155823.947000', '155823.950000', '155823.953000', '155823.956000', '155823.959000', '155823.962000', '155823.965000', '155823.968000', '155823.971000', '155823.974000', '155823.977000', '155823.980000', '155823.983000', '155823.987000', '155823.991000', '155823.994000', '155823.997000', '155824.001000', '155824.004000', '155824.007000', '155824.010000', '155824.013000', '155824.016000', '155824.019000', '155824.022000', '155824.025000', '155824.028000', '155824.031000', '155824.034000', '155824.037000', '155824.039000', '155824.042000', '155824.045000', '155824.048000', '155824.051000', '155843.923000', '155843.927000', '155843.930000', '155843.941000', '155843.944000', '155843.947000', '155843.964000', '155843.967000', '155843.970000', '155843.973000', '155843.976000', '155843.979000', '155843.982000', '155843.985000', '155843.988000', '155843.991000', '155843.994000', '155843.997000', '155844.001000', '155844.004000', '155844.007000', '155844.010000', '155844.013000', '155844.016000', '155844.019000', '155844.022000', '155844.025000', '155844.028000', '155844.031000', '155844.034000', '155844.037000', '155844.040000', '155844.043000', '155844.046000', '155844.049000', '155844.052000', '155844.055000', '155844.058000', '155844.061000', '155844.064000', '155844.067000', '155844.070000', '155844.073000', '155844.076000', '155903.924000', '155903.928000', '155903.930000', '155903.933000', '155903.936000', '155903.940000', '155903.942000', '155903.945000', '155903.948000', '155903.951000', '155903.954000', '155903.957000', '155903.960000', '155903.963000', '155903.966000', '155903.969000', '155903.972000', '155903.975000', '155903.978000', '155903.981000', '155903.984000', '155903.987000', '155903.990000', '155903.993000', '155903.995000', '155904.000000', '155904.003000', '155904.006000', '155904.009000', '155904.012000', '155904.015000', '155904.018000', '155904.021000', '155904.024000', '155904.027000', '155904.030000', '155904.032000', '155904.035000', '155904.038000', '155904.041000', '155904.044000', '155904.047000', '155904.050000', '155923.924000', '155923.927000', '155923.930000', '155923.933000', '155923.936000', '155923.939000', '155923.942000', '155923.945000', '155923.948000', '155923.951000', '155923.954000', '155923.957000', '155923.960000', '155923.963000', '155923.966000', '155923.969000', '155923.972000', '155923.974000', '155923.978000', '155923.981000', '155923.983000', '155923.986000', '155923.989000', '155923.992000', '155923.995000', '155923.998000', '155924.002000', '155924.005000', '155924.008000', '155924.011000', '155924.014000', '155924.017000', '155924.020000', '155924.023000', '155924.026000', '155924.029000', '155924.032000', '155924.035000', '155924.038000', '155924.041000', '155924.043000', '155924.046000', '155924.049000', '155924.052000', '155924.762000', '155924.766000'], 'InstanceCreationTime': ['154523.970000', '154523.974000', '154523.977000', '154523.980000', '154523.983000', '154523.986000', '154523.989000', '154523.992000', '154524.003000', '154524.006000', '154524.009000', '154524.012000', '154524.016000', '154524.019000', '154524.022000', '154524.025000', '154524.029000', '154524.031000', '154524.034000', '154524.037000', '154524.041000', '154524.044000', '154524.047000', '154524.050000', '154524.059000', '154524.061000', '154524.064000', '154524.067000', '154524.070000', '154524.073000', '154524.076000', '154543.924000', '154543.927000', '154543.935000', '154543.938000', '154543.941000', '154543.944000', '154543.947000', '154543.950000', '154543.952000', '154543.955000', '154543.958000', '154543.961000', '154543.964000', '154543.967000', '154543.970000', '154543.973000', '154543.976000', '154543.979000', '154543.982000', '154543.984000', '154543.987000', '154543.990000', '154543.993000', '154543.996000', '154544.000000', '154544.003000', '154544.006000', '154544.009000', '154544.012000', '154544.015000', '154544.019000', '154544.022000', '154544.025000', '154544.028000', '154544.031000', '154544.033000', '154544.036000', '154544.039000', '154544.042000', '154544.045000', '154544.048000', '154544.051000', '154544.054000', '154603.923000', '154603.926000', '154603.929000', '154603.937000', '154603.946000', '154603.949000', '154603.952000', '154603.955000', '154603.958000', '154603.960000', '154603.963000', '154603.966000', '154603.969000', '154603.972000', '154603.975000', '154603.978000', '154603.981000', '154603.984000', '154603.987000', '154603.990000', '154603.993000', '154603.996000', '154604.000000', '154604.003000', '154604.006000', '154604.008000', '154604.011000', '154604.014000', '154604.017000', '154604.020000', '154604.023000', '154604.026000', '154604.029000', '154604.032000', '154604.034000', '154604.037000', '154604.040000', '154604.043000', '154604.046000', '154604.049000', '154604.052000', '154604.055000', '154604.058000', '154604.061000', '154623.923000', '154623.926000', '154623.929000', '154623.932000', '154623.935000', '154623.938000', '154623.941000', '154623.944000', '154623.947000', '154623.950000', '154623.952000', '154623.955000', '154623.958000', '154623.961000', '154623.964000', '154623.967000', '154623.970000', '154623.973000', '154623.976000', '154623.979000', '154623.981000', '154623.984000', '154623.987000', '154623.990000', '154623.993000', '154623.996000', '154624.000000', '154624.003000', '154624.006000', '154624.009000', '154624.012000', '154624.015000', '154624.018000', '154624.021000', '154624.024000', '154624.026000', '154624.029000', '154624.032000', '154624.035000', '154624.038000', '154624.041000', '154624.044000', '154624.047000', '154643.923000', '154643.926000', '154643.929000', '154643.932000', '154643.935000', '154643.938000', '154643.941000', '154643.944000', '154643.946000', '154643.949000', '154643.953000', '154643.955000', '154643.958000', '154643.961000', '154643.964000', '154643.967000', '154643.970000', '154643.973000', '154643.976000', '154643.979000', '154643.982000', '154643.985000', '154643.988000', '154643.991000', '154643.993000', '154643.996000', '154644.000000', '154644.003000', '154644.006000', '154644.009000', '154644.012000', '154644.015000', '154644.018000', '154644.021000', '154644.024000', '154644.027000', '154644.030000', '154644.033000', '154644.036000', '154644.038000', '154644.041000', '154644.044000', '154644.047000', '154644.050000', '154703.923000', '154703.926000', '154703.929000', '154703.932000', '154703.935000', '154703.938000', '154703.941000', '154703.944000', '154703.947000', '154703.950000', '154703.953000', '154703.955000', '154703.958000', '154703.961000', '154703.964000', '154703.967000', '154703.970000', '154703.973000', '154703.976000', '154703.979000', '154703.982000', '154703.985000', '154703.988000', '154703.991000', '154703.994000', '154703.997000', '154704.001000', '154704.003000', '154704.007000', '154704.009000', '154704.012000', '154704.015000', '154704.018000', '154704.021000', '154704.024000', '154704.027000', '154704.030000', '154704.033000', '154704.036000', '154704.039000', '154704.042000', '154704.045000', '154704.048000', '154723.924000', '154723.927000', '154723.930000', '154723.933000', '154723.936000', '154723.939000', '154723.942000', '154723.945000', '154723.948000', '154723.951000', '154723.954000', '154723.956000', '154723.959000', '154723.962000', '154723.965000', '154723.968000', '154723.971000', '154723.974000', '154723.977000', '154723.980000', '154723.983000', '154723.986000', '154723.989000', '154723.992000', '154723.995000', '154723.998000', '154724.001000', '154724.003000', '154724.006000', '154724.009000', '154724.012000', '154724.015000', '154724.018000', '154724.022000', '154724.025000', '154724.028000', '154724.031000', '154724.034000', '154724.037000', '154724.040000', '154724.043000', '154724.046000', '154724.049000', '154724.052000', '154743.924000', '154743.927000', '154743.930000', '154743.933000', '154743.936000', '154743.939000', '154743.942000', '154743.945000', '154743.948000', '154743.951000', '154743.954000', '154743.957000', '154743.960000', '154743.963000', '154743.965000', '154743.969000', '154743.971000', '154743.974000', '154743.977000', '154743.980000', '154743.983000', '154743.986000', '154743.989000', '154743.992000', '154743.995000', '154743.998000', '154744.002000', '154744.005000', '154744.008000', '154744.011000', '154744.014000', '154744.017000', '154744.020000', '154744.023000', '154744.025000', '154744.028000', '154744.031000', '154744.034000', '154744.037000', '154744.040000', '154744.043000', '154744.046000', '154744.049000', '154803.924000', '154803.927000', '154803.930000', '154803.933000', '154803.936000', '154803.939000', '154803.942000', '154803.945000', '154803.948000', '154803.951000', '154803.954000', '154803.956000', '154803.959000', '154803.962000', '154803.965000', '154803.968000', '154803.971000', '154803.974000', '154803.977000', '154803.980000', '154803.983000', '154803.986000', '154803.989000', '154803.992000', '154803.995000', '154803.997000', '154804.001000', '154804.004000', '154804.007000', '154804.010000', '154804.013000', '154804.016000', '154804.019000', '154804.035000', '154804.038000', '154804.041000', '154804.044000', '154804.047000', '154804.050000', '154804.053000', '154804.056000', '154804.059000', '154804.062000', '154823.923000', '154823.926000', '154823.929000', '154823.932000', '154823.935000', '154823.938000', '154823.941000', '154823.948000', '154823.951000', '154823.954000', '154823.957000', '154823.960000', '154823.963000', '154823.965000', '154823.968000', '154823.971000', '154823.974000', '154823.977000', '154823.980000', '154823.983000', '154823.986000', '154823.989000', '154823.992000', '154823.995000', '154823.998000', '154824.002000', '154824.005000', '154824.008000', '154824.011000', '154824.014000', '154824.017000', '154824.020000', '154824.023000', '154824.025000', '154824.028000', '154824.031000', '154824.034000', '154824.037000', '154824.040000', '154824.043000', '154824.046000', '154824.049000', '154824.052000', '154824.055000', '154843.923000', '154843.926000', '154843.929000', '154843.932000', '154843.935000', '154843.938000', '154843.941000', '154843.944000', '154843.947000', '154843.954000', '154843.956000', '154843.959000', '154843.962000', '154843.965000', '154843.968000', '154843.971000', '154843.974000', '154843.977000', '154843.980000', '154843.983000', '154843.986000', '154843.989000', '154843.991000', '154843.995000', '154843.998000', '154844.001000', '154844.004000', '154844.007000', '154844.010000', '154844.013000', '154844.016000', '154844.019000', '154844.022000', '154844.025000', '154844.028000', '154844.031000', '154844.034000', '154844.037000', '154844.040000', '154844.043000', '154844.046000', '154844.048000', '154844.051000', '154903.923000', '154903.980000', '154903.983000', '154903.986000', '154903.989000', '154903.991000', '154903.995000', '154903.997000', '154904.000000', '154904.003000', '154904.006000', '154904.009000', '154904.012000', '154904.015000', '154904.025000', '154904.028000', '154904.031000', '154904.034000', '154904.037000', '154904.040000', '154904.043000', '154904.045000', '154904.048000', '154904.051000', '154904.054000', '154904.057000', '154904.060000', '154904.063000', '154904.066000', '154904.069000', '154904.072000', '154904.075000', '154904.078000', '154904.081000', '154904.084000', '154904.087000', '154904.090000', '154904.092000', '154904.096000', '154904.098000', '154904.101000', '154904.104000', '154904.107000', '154904.110000', '154923.923000', '154923.926000', '154923.929000', '154923.932000', '154923.935000', '154923.938000', '154923.941000', '154923.944000', '154923.947000', '154923.950000', '154923.953000', '154923.956000', '154923.959000', '154923.962000', '154923.965000', '154923.968000', '154923.972000', '154923.975000', '154923.978000', '154923.981000', '154923.984000', '154923.987000', '154923.990000', '154923.993000', '154923.996000', '154924.000000', '154924.003000', '154924.006000', '154924.008000', '154924.011000', '154924.015000', '154924.017000', '154924.020000', '154924.023000', '154924.026000', '154924.029000', '154924.032000', '154924.035000', '154924.038000', '154924.041000', '154924.044000', '154924.047000', '154924.050000', '154943.924000', '154943.927000', '154943.930000', '154943.933000', '154943.936000', '154943.939000', '154943.942000', '154943.945000', '154943.948000', '154943.951000', '154943.954000', '154943.957000', '154943.960000', '154943.963000', '154943.965000', '154943.975000', '154943.978000', '154943.981000', '154943.984000', '154943.987000', '154943.990000', '154943.993000', '154943.996000', '154943.999000', '154944.002000', '154944.005000', '154944.008000', '154944.011000', '154944.013000', '154944.017000', '154944.019000', '154944.022000', '154944.025000', '154944.028000', '154944.031000', '154944.034000', '154944.037000', '154944.040000', '154944.043000', '154944.046000', '154944.049000', '154944.052000', '154944.055000', '154944.058000', '155003.924000', '155003.927000', '155003.930000', '155003.933000', '155003.936000', '155003.939000', '155003.942000', '155003.945000', '155003.948000', '155003.951000', '155003.954000', '155003.957000', '155003.960000', '155003.963000', '155003.966000', '155003.969000', '155003.972000', '155003.975000', '155003.977000', '155003.981000', '155003.985000', '155003.989000', '155003.992000', '155003.995000', '155003.998000', '155004.002000', '155004.005000', '155004.008000', '155004.011000', '155004.014000', '155004.017000', '155004.020000', '155004.023000', '155004.026000', '155004.029000', '155004.032000', '155004.034000', '155004.038000', '155004.040000', '155004.043000', '155004.046000', '155004.049000', '155004.052000', '155023.924000', '155023.927000', '155023.930000', '155023.933000', '155023.936000', '155023.939000', '155023.942000', '155023.945000', '155023.948000', '155023.951000', '155023.954000', '155023.957000', '155023.960000', '155023.963000', '155023.965000', '155023.968000', '155023.971000', '155023.974000', '155023.977000', '155023.980000', '155023.983000', '155023.986000', '155023.989000', '155023.992000', '155023.995000', '155023.998000', '155024.002000', '155024.005000', '155024.008000', '155024.011000', '155024.014000', '155024.016000', '155024.020000', '155024.022000', '155024.025000', '155024.028000', '155024.031000', '155024.051000', '155024.054000', '155024.057000', '155024.060000', '155024.063000', '155024.066000', '155024.068000', '155043.923000', '155043.926000', '155043.930000', '155043.933000', '155043.936000', '155043.939000', '155043.942000', '155043.945000', '155043.948000', '155043.951000', '155043.954000', '155043.957000', '155043.962000', '155043.965000', '155043.968000', '155043.971000', '155043.974000', '155043.976000', '155043.979000', '155043.982000', '155043.985000', '155043.988000', '155043.992000', '155043.995000', '155043.998000', '155044.002000', '155044.005000', '155044.008000', '155044.011000', '155044.014000', '155044.017000', '155044.020000', '155044.023000', '155044.026000', '155044.029000', '155044.031000', '155044.035000', '155044.043000', '155044.046000', '155044.049000', '155044.052000', '155044.055000', '155044.058000', '155103.923000', '155103.926000', '155103.929000', '155103.932000', '155103.935000', '155103.938000', '155103.941000', '155103.944000', '155103.947000', '155103.950000', '155103.953000', '155103.956000', '155103.959000', '155103.961000', '155103.964000', '155103.967000', '155103.970000', '155103.973000', '155103.976000', '155103.979000', '155103.982000', '155103.985000', '155103.988000', '155103.991000', '155103.994000', '155103.997000', '155104.001000', '155104.004000', '155104.007000', '155104.009000', '155104.012000', '155104.015000', '155104.018000', '155104.021000', '155104.024000', '155104.027000', '155104.030000', '155104.033000', '155104.036000', '155104.039000', '155104.052000', '155104.055000', '155104.058000', '155104.061000', '155123.923000', '155123.927000', '155123.930000', '155123.933000', '155123.935000', '155123.939000', '155123.942000', '155123.945000', '155123.948000', '155123.951000', '155123.954000', '155123.957000', '155123.959000', '155123.962000', '155123.965000', '155123.968000', '155123.971000', '155123.974000', '155123.977000', '155123.980000', '155123.983000', '155123.986000', '155123.989000', '155123.992000', '155123.995000', '155123.998000', '155124.002000', '155124.005000', '155124.008000', '155124.011000', '155124.014000', '155124.020000', '155124.023000', '155124.026000', '155124.029000', '155124.032000', '155124.035000', '155124.038000', '155124.041000', '155124.044000', '155124.047000', '155124.050000', '155124.052000', '155143.923000', '155143.926000', '155143.939000', '155143.942000', '155143.945000', '155143.948000', '155143.951000', '155143.954000', '155143.957000', '155143.959000', '155143.963000', '155143.965000', '155143.968000', '155143.971000', '155143.974000', '155143.977000', '155143.980000', '155143.983000', '155143.986000', '155143.989000', '155143.992000', '155143.995000', '155143.998000', '155144.002000', '155144.005000', '155144.008000', '155144.011000', '155144.013000', '155144.016000', '155144.019000', '155144.022000', '155144.025000', '155144.028000', '155144.031000', '155144.034000', '155144.037000', '155144.040000', '155144.043000', '155144.046000', '155144.049000', '155144.052000', '155144.054000', '155144.057000', '155144.060000', '155203.924000', '155203.927000', '155203.930000', '155203.933000', '155203.936000', '155203.939000', '155203.942000', '155203.945000', '155203.948000', '155203.951000', '155203.954000', '155203.957000', '155203.960000', '155203.963000', '155203.966000', '155203.970000', '155203.973000', '155203.976000', '155203.979000', '155203.982000', '155203.985000', '155203.988000', '155203.991000', '155203.994000', '155203.997000', '155204.000000', '155204.002000', '155204.005000', '155204.008000', '155204.011000', '155204.014000', '155204.017000', '155204.020000', '155204.025000', '155204.028000', '155204.031000', '155204.034000', '155204.037000', '155204.040000', '155204.043000', '155204.046000', '155204.049000', '155204.052000', '155223.924000', '155223.934000', '155223.937000', '155223.940000', '155223.942000', '155223.946000', '155223.948000', '155223.951000', '155223.954000', '155223.957000', '155223.960000', '155223.963000', '155223.966000', '155223.969000', '155223.972000', '155223.975000', '155223.978000', '155223.981000', '155223.984000', '155223.987000', '155223.990000', '155223.993000', '155223.996000', '155224.000000', '155224.002000', '155224.005000', '155224.008000', '155224.011000', '155224.014000', '155224.017000', '155224.020000', '155224.023000', '155224.026000', '155224.029000', '155224.032000', '155224.035000', '155224.047000', '155224.050000', '155224.053000', '155224.056000', '155224.059000', '155224.062000', '155224.065000', '155224.067000', '155243.924000', '155243.927000', '155243.930000', '155243.939000', '155243.942000', '155243.945000', '155243.948000', '155243.951000', '155243.954000', '155243.956000', '155243.959000', '155243.962000', '155243.965000', '155243.968000', '155243.971000', '155243.974000', '155243.977000', '155243.980000', '155243.983000', '155243.986000', '155243.989000', '155243.991000', '155243.994000', '155243.997000', '155244.001000', '155244.004000', '155244.007000', '155244.010000', '155244.013000', '155244.016000', '155244.019000', '155244.022000', '155244.025000', '155244.028000', '155244.031000', '155244.034000', '155244.037000', '155244.040000', '155244.043000', '155244.046000', '155244.049000', '155244.052000', '155244.055000', '155303.923000', '155303.926000', '155303.929000', '155303.932000', '155303.935000', '155303.938000', '155303.941000', '155303.944000', '155303.947000', '155303.950000', '155303.953000', '155303.956000', '155303.959000', '155303.961000', '155303.964000', '155303.967000', '155303.970000', '155303.973000', '155303.976000', '155303.979000', '155303.982000', '155303.985000', '155303.988000', '155303.991000', '155303.994000', '155303.997000', '155304.001000', '155304.004000', '155304.007000', '155304.010000', '155304.013000', '155304.016000', '155304.019000', '155304.022000', '155304.025000', '155304.027000', '155304.031000', '155304.033000', '155304.036000', '155304.039000', '155304.042000', '155304.045000', '155304.048000', '155304.051000', '155323.923000', '155323.926000', '155323.929000', '155323.932000', '155323.935000', '155323.938000', '155323.950000', '155323.953000', '155323.955000', '155323.958000', '155323.961000', '155323.964000', '155323.967000', '155323.970000', '155323.973000', '155323.976000', '155323.979000', '155323.982000', '155323.985000', '155323.988000', '155323.991000', '155323.994000', '155323.997000', '155324.001000', '155324.005000', '155324.008000', '155324.011000', '155324.014000', '155324.017000', '155324.020000', '155324.023000', '155324.026000', '155324.029000', '155324.032000', '155324.035000', '155324.038000', '155324.041000', '155324.043000', '155324.047000', '155324.049000', '155324.052000', '155324.055000', '155324.058000', '155343.923000', '155343.926000', '155343.929000', '155343.938000', '155343.941000', '155343.944000', '155343.947000', '155343.950000', '155343.953000', '155343.955000', '155343.958000', '155343.961000', '155343.964000', '155343.967000', '155343.970000', '155343.973000', '155343.976000', '155343.979000', '155343.982000', '155343.985000', '155343.988000', '155343.991000', '155343.994000', '155343.997000', '155344.001000', '155344.004000', '155344.007000', '155344.010000', '155344.013000', '155344.016000', '155344.019000', '155344.022000', '155344.025000', '155344.040000', '155344.043000', '155344.046000', '155344.049000', '155344.051000', '155344.054000', '155344.057000', '155344.061000', '155344.064000', '155344.067000', '155344.070000', '155403.923000', '155403.926000', '155403.929000', '155403.932000', '155403.935000', '155403.943000', '155403.946000', '155403.949000', '155403.952000', '155403.955000', '155403.958000', '155403.961000', '155403.964000', '155403.967000', '155403.970000', '155403.973000', '155403.976000', '155403.979000', '155403.982000', '155403.985000', '155403.987000', '155403.990000', '155403.993000', '155403.996000', '155404.000000', '155404.003000', '155404.006000', '155404.009000', '155404.012000', '155404.015000', '155404.018000', '155404.021000', '155404.024000', '155404.027000', '155404.030000', '155404.033000', '155404.036000', '155404.039000', '155404.042000', '155404.045000', '155404.047000', '155404.050000', '155404.053000', '155423.924000', '155423.927000', '155423.930000', '155423.933000', '155423.936000', '155423.939000', '155423.942000', '155423.945000', '155423.948000', '155423.951000', '155423.954000', '155423.957000', '155423.960000', '155423.962000', '155423.966000', '155423.968000', '155423.971000', '155423.974000', '155423.977000', '155423.980000', '155423.983000', '155423.986000', '155423.989000', '155423.992000', '155423.995000', '155423.998000', '155424.001000', '155424.004000', '155424.007000', '155424.010000', '155424.013000', '155424.016000', '155424.019000', '155424.022000', '155424.025000', '155424.028000', '155424.031000', '155424.033000', '155424.037000', '155424.039000', '155424.042000', '155424.045000', '155424.048000', '155424.051000', '155443.924000', '155443.927000', '155443.930000', '155443.933000', '155443.944000', '155443.947000', '155443.950000', '155443.953000', '155443.956000', '155443.959000', '155443.962000', '155443.964000', '155443.968000', '155443.970000', '155443.973000', '155443.976000', '155443.980000', '155443.982000', '155443.985000', '155443.988000', '155443.991000', '155443.994000', '155443.997000', '155444.001000', '155444.004000', '155444.007000', '155444.010000', '155444.013000', '155444.016000', '155444.019000', '155444.022000', '155444.025000', '155444.028000', '155444.031000', '155444.033000', '155444.036000', '155444.039000', '155444.044000', '155444.047000', '155444.050000', '155444.053000', '155444.056000', '155444.059000', '155503.924000', '155503.927000', '155503.930000', '155503.933000', '155503.936000', '155503.939000', '155503.942000', '155503.945000', '155503.948000', '155503.951000', '155503.954000', '155503.957000', '155503.960000', '155503.963000', '155503.966000', '155503.969000', '155503.972000', '155503.975000', '155503.978000', '155503.980000', '155503.983000', '155503.986000', '155503.989000', '155503.992000', '155503.995000', '155503.998000', '155504.002000', '155504.005000', '155504.008000', '155504.023000', '155504.026000', '155504.029000', '155504.032000', '155504.035000', '155504.038000', '155504.041000', '155504.044000', '155504.047000', '155504.050000', '155504.053000', '155504.056000', '155504.059000', '155504.062000', '155504.065000', '155523.923000', '155523.926000', '155523.929000', '155523.932000', '155523.935000', '155523.938000', '155523.941000', '155523.944000', '155523.947000', '155523.950000', '155523.953000', '155523.956000', '155523.959000', '155523.962000', '155523.965000', '155523.968000', '155523.971000', '155523.974000', '155523.977000', '155523.980000', '155523.982000', '155523.985000', '155523.988000', '155523.991000', '155523.994000', '155523.997000', '155524.001000', '155524.004000', '155524.007000', '155524.010000', '155524.013000', '155524.016000', '155524.019000', '155524.022000', '155524.025000', '155524.028000', '155524.031000', '155524.034000', '155524.037000', '155524.040000', '155524.043000', '155524.046000', '155524.049000', '155543.923000', '155543.926000', '155543.929000', '155543.932000', '155543.935000', '155543.938000', '155543.941000', '155543.944000', '155543.947000', '155543.950000', '155543.953000', '155543.955000', '155543.959000', '155543.961000', '155543.964000', '155543.967000', '155543.970000', '155543.973000', '155543.976000', '155543.979000', '155543.982000', '155543.985000', '155543.988000', '155543.991000', '155543.994000', '155543.997000', '155544.001000', '155544.004000', '155544.007000', '155544.010000', '155544.013000', '155544.016000', '155544.019000', '155544.022000', '155544.025000', '155544.028000', '155544.031000', '155544.034000', '155544.036000', '155544.039000', '155544.042000', '155544.045000', '155544.048000', '155544.051000', '155603.923000', '155603.926000', '155603.933000', '155603.936000', '155603.939000', '155603.941000', '155603.945000', '155603.947000', '155603.950000', '155603.953000', '155603.956000', '155603.959000', '155603.962000', '155603.965000', '155603.968000', '155603.971000', '155603.974000', '155603.977000', '155603.980000', '155603.983000', '155603.986000', '155603.989000', '155603.992000', '155603.995000', '155603.997000', '155604.001000', '155604.004000', '155604.007000', '155604.010000', '155604.014000', '155604.017000', '155604.020000', '155604.023000', '155604.025000', '155604.029000', '155604.031000', '155604.034000', '155604.037000', '155604.040000', '155604.043000', '155604.046000', '155604.049000', '155604.052000', '155623.923000', '155623.926000', '155623.929000', '155623.932000', '155623.935000', '155623.938000', '155623.941000', '155623.944000', '155623.947000', '155623.950000', '155623.953000', '155623.956000', '155623.959000', '155623.962000', '155623.965000', '155623.968000', '155623.971000', '155623.974000', '155623.977000', '155623.980000', '155623.983000', '155623.986000', '155623.988000', '155623.992000', '155623.994000', '155623.997000', '155624.001000', '155624.004000', '155624.007000', '155624.010000', '155624.013000', '155624.016000', '155624.019000', '155624.022000', '155624.025000', '155624.028000', '155624.031000', '155624.034000', '155624.036000', '155624.040000', '155624.043000', '155624.046000', '155624.049000', '155643.924000', '155643.927000', '155643.930000', '155643.933000', '155643.936000', '155643.939000', '155643.942000', '155643.945000', '155643.948000', '155643.951000', '155643.954000', '155643.957000', '155643.960000', '155643.969000', '155643.972000', '155643.975000', '155643.978000', '155643.981000', '155643.984000', '155643.987000', '155643.989000', '155643.992000', '155643.995000', '155643.998000', '155644.001000', '155644.004000', '155644.007000', '155644.010000', '155644.013000', '155644.016000', '155644.019000', '155644.022000', '155644.025000', '155644.028000', '155644.031000', '155644.034000', '155644.037000', '155644.040000', '155644.043000', '155644.046000', '155644.049000', '155644.051000', '155644.054000', '155644.057000', '155703.924000', '155703.927000', '155703.930000', '155703.934000', '155703.937000', '155703.940000', '155703.943000', '155703.946000', '155703.949000', '155703.952000', '155703.955000', '155703.958000', '155703.961000', '155703.963000', '155703.966000', '155703.969000', '155703.972000', '155703.975000', '155703.978000', '155703.981000', '155703.984000', '155703.989000', '155703.993000', '155703.997000', '155704.001000', '155704.004000', '155704.007000', '155704.009000', '155704.012000', '155704.015000', '155704.018000', '155704.021000', '155704.024000', '155704.027000', '155704.030000', '155704.033000', '155704.036000', '155704.039000', '155704.042000', '155704.045000', '155704.048000', '155704.051000', '155704.054000', '155723.924000', '155723.936000', '155723.939000', '155723.942000', '155723.945000', '155723.948000', '155723.951000', '155723.954000', '155723.956000', '155723.960000', '155723.963000', '155723.965000', '155723.968000', '155723.971000', '155723.974000', '155723.977000', '155723.980000', '155723.983000', '155723.986000', '155723.989000', '155723.992000', '155723.995000', '155723.998000', '155724.002000', '155724.005000', '155724.008000', '155724.011000', '155724.014000', '155724.016000', '155724.020000', '155724.022000', '155724.025000', '155724.028000', '155724.031000', '155724.034000', '155724.037000', '155724.040000', '155724.043000', '155724.065000', '155724.068000', '155724.071000', '155724.074000', '155724.077000', '155724.080000', '155743.923000', '155743.926000', '155743.929000', '155743.932000', '155743.935000', '155743.938000', '155743.941000', '155743.944000', '155743.947000', '155743.950000', '155743.953000', '155743.956000', '155743.959000', '155743.962000', '155743.965000', '155743.968000', '155743.971000', '155743.974000', '155743.977000', '155743.980000', '155743.983000', '155743.986000', '155743.989000', '155743.992000', '155743.995000', '155743.998000', '155744.002000', '155744.005000', '155744.008000', '155744.011000', '155744.014000', '155744.023000', '155744.026000', '155744.029000', '155744.032000', '155744.035000', '155744.038000', '155744.041000', '155744.044000', '155744.046000', '155744.049000', '155744.052000', '155744.060000', '155803.923000', '155803.926000', '155803.929000', '155803.932000', '155803.935000', '155803.938000', '155803.941000', '155803.944000', '155803.947000', '155803.950000', '155803.953000', '155803.956000', '155803.959000', '155803.962000', '155803.965000', '155803.967000', '155803.971000', '155803.973000', '155803.976000', '155803.979000', '155803.982000', '155803.985000', '155803.988000', '155803.991000', '155803.994000', '155803.997000', '155804.001000', '155804.004000', '155804.007000', '155804.010000', '155804.013000', '155804.016000', '155804.019000', '155804.022000', '155804.024000', '155804.027000', '155804.030000', '155804.033000', '155804.036000', '155804.039000', '155804.042000', '155804.045000', '155804.048000', '155804.051000', '155823.923000', '155823.926000', '155823.929000', '155823.932000', '155823.935000', '155823.938000', '155823.941000', '155823.944000', '155823.947000', '155823.950000', '155823.953000', '155823.956000', '155823.959000', '155823.962000', '155823.965000', '155823.968000', '155823.971000', '155823.974000', '155823.977000', '155823.980000', '155823.983000', '155823.987000', '155823.991000', '155823.994000', '155823.997000', '155824.001000', '155824.004000', '155824.007000', '155824.010000', '155824.013000', '155824.016000', '155824.019000', '155824.022000', '155824.025000', '155824.028000', '155824.031000', '155824.034000', '155824.037000', '155824.039000', '155824.042000', '155824.045000', '155824.048000', '155824.051000', '155843.923000', '155843.927000', '155843.930000', '155843.941000', '155843.944000', '155843.947000', '155843.964000', '155843.967000', '155843.970000', '155843.973000', '155843.976000', '155843.979000', '155843.982000', '155843.985000', '155843.988000', '155843.991000', '155843.994000', '155843.997000', '155844.001000', '155844.004000', '155844.007000', '155844.010000', '155844.013000', '155844.016000', '155844.019000', '155844.022000', '155844.025000', '155844.028000', '155844.031000', '155844.034000', '155844.037000', '155844.040000', '155844.043000', '155844.046000', '155844.049000', '155844.052000', '155844.055000', '155844.058000', '155844.061000', '155844.064000', '155844.067000', '155844.070000', '155844.073000', '155844.076000', '155903.924000', '155903.928000', '155903.930000', '155903.933000', '155903.936000', '155903.940000', '155903.942000', '155903.945000', '155903.948000', '155903.951000', '155903.954000', '155903.957000', '155903.960000', '155903.963000', '155903.966000', '155903.969000', '155903.972000', '155903.975000', '155903.978000', '155903.981000', '155903.984000', '155903.987000', '155903.990000', '155903.993000', '155903.995000', '155904.000000', '155904.003000', '155904.006000', '155904.009000', '155904.012000', '155904.015000', '155904.018000', '155904.021000', '155904.024000', '155904.027000', '155904.030000', '155904.032000', '155904.035000', '155904.038000', '155904.041000', '155904.044000', '155904.047000', '155904.050000', '155923.924000', '155923.927000', '155923.930000', '155923.933000', '155923.936000', '155923.939000', '155923.942000', '155923.945000', '155923.948000', '155923.951000', '155923.954000', '155923.957000', '155923.960000', '155923.963000', '155923.966000', '155923.969000', '155923.972000', '155923.974000', '155923.978000', '155923.981000', '155923.983000', '155923.986000', '155923.989000', '155923.992000', '155923.995000', '155923.998000', '155924.002000', '155924.005000', '155924.008000', '155924.011000', '155924.014000', '155924.017000', '155924.020000', '155924.023000', '155924.026000', '155924.029000', '155924.032000', '155924.035000', '155924.038000', '155924.041000', '155924.043000', '155924.046000', '155924.049000', '155924.052000', '155924.762000', '155924.766000'], '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': [11761, 9903, 16911, 11061, 13487, 14587, 10260, 14877, 11738, 9596, 18193, 11578, 11139, 18206, 11301, 11482, 13749, 9976, 19228, 12205, 9982, 17254, 10655, 10000, 15779, 10328, 18143, 13033, 10053, 18491, 11491, 11404, 14694, 9541, 19334, 12371, 9971, 15412, 10291, 17175, 12519, 10353, 18935, 11760, 15232, 12432, 9993, 17398, 11414, 18002, 12829, 9830, 16153, 10981, 16340, 12054, 10280, 17335, 11012, 14440, 12298, 10002, 16883, 11245, 20043, 12449, 10033, 15092, 9877, 17299, 11299, 12170, 14020, 9973, 18633, 11485, 15438, 12335, 10733, 16750, 10326, 17333, 11587, 9702, 15394, 10883, 18950, 12599, 10065, 16531, 9992, 19336, 12900, 19078, 13407, 9945, 14224, 9696, 16470, 11055, 13108, 12174, 9579, 15585, 10690, 11008, 13015, 9801, 18721, 12090, 9683, 15544, 10133, 19386, 12261, 12454, 16260, 9951, 19110, 12354, 10204, 17872, 11737, 16127, 12806, 9710, 17360, 11652, 10580, 18279, 11802, 10950, 14781, 9760, 20695, 13537, 10644, 18514, 11605, 16379, 13060, 10274, 19682, 12445, 12829, 13252, 9579, 17003, 11666, 12172, 15192, 9204, 17651, 11495, 9629, 15100, 9636, 18911, 12266, 9756, 15522, 11157, 15692, 12180, 10167, 19096, 12191, 9523, 14651, 10455, 9427, 14509, 10069, 18354, 12289, 11731, 16333, 9938, 18857, 13488, 15697, 17676, 11967, 18352, 14359, 10015, 19631, 13565, 10955, 17837, 11026, 17105, 12405, 9940, 18206, 11308, 19500, 11729, 9879, 15596, 10041, 17050, 10956, 9896, 15829, 9858, 17449, 11287, 9510, 14891, 9736, 18430, 11557, 9658, 14736, 10825, 12262, 12928, 9912, 18512, 11636, 10109, 16181, 9703, 19605, 12709, 10941, 16428, 10064, 18538, 12129, 9987, 16643, 11515, 15874, 12388, 9600, 16729, 11805, 11867, 15394, 10118, 19267, 12297, 9697, 16145, 11002, 16920, 12735, 9393, 16061, 10989, 10694, 14843, 9947, 19686, 12426, 9655, 16351, 11187, 19866, 14094, 9914, 17499, 11487, 14260, 12475, 9798, 18243, 12652, 11967, 13481, 9849, 17733, 12085, 10487, 17285, 12105, 9561, 14581, 10309, 18731, 12617, 10502, 17982, 11470, 9567, 14900, 11128, 13978, 14270, 10062, 17896, 13318, 9839, 18689, 13012, 14139, 16152, 10282, 16285, 13314, 10668, 19543, 12221, 9952, 16262, 11392, 13854, 14238, 9676, 19558, 11961, 9784, 16402, 11911, 13323, 13606, 9939, 18812, 11789, 9951, 17815, 11976, 11280, 14882, 10022, 19287, 12666, 10751, 19155, 11318, 9995, 16141, 10953, 14751, 13403, 10050, 18141, 12013, 10008, 18171, 12316, 10398, 16435, 10505, 10933, 14378, 10001, 17626, 12992, 10154, 16593, 11784, 10174, 18383, 12268, 11958, 16422, 10297, 14890, 13098, 10007, 19672, 12287, 10383, 16562, 11161, 11728, 16810, 11073, 14389, 12269, 9980, 18127, 11567, 11835, 16778, 10147, 13387, 12615, 9865, 18941, 12274, 10125, 16635, 10610, 10003, 17090, 11948, 13056, 14727, 10062, 16089, 12857, 10005, 19778, 12441, 10268, 17070, 10699, 13612, 14270, 9782, 19879, 12699, 10209, 16555, 10797, 14921, 13541, 10040, 18532, 10767, 10079, 15028, 10224, 19585, 12404, 10221, 15296, 10399, 9969, 14440, 10103, 15321, 11511, 10050, 16918, 11185, 14981, 13033, 10372, 18593, 11112, 10857, 14815, 9865, 19808, 12725, 10146, 16282, 10935, 10949, 14624, 9638, 20511, 12879, 10191, 16512, 10890, 15696, 13222, 9918, 17830, 10983, 10369, 15576, 10353, 18794, 12917, 10113, 17566, 11097, 11277, 16202, 10899, 16150, 12150, 10121, 17199, 11184, 12051, 15444, 10282, 15309, 11253, 10248, 16739, 11589, 16449, 13149, 10069, 17650, 11074, 12294, 14265, 10073, 19670, 11987, 10152, 15362, 10621, 14234, 12500, 9906, 18649, 11573, 10274, 15432, 10185, 17648, 12254, 10102, 17386, 10829, 9909, 14025, 9851, 17919, 11971, 12526, 14997, 10191, 18665, 11936, 9908, 17581, 12502, 11290, 13615, 10306, 14274, 12144, 10009, 19020, 12332, 10300, 16591, 11085, 19467, 12902, 11540, 17162, 10505, 18384, 12268, 9862, 16649, 11224, 16103, 12243, 10211, 15638, 10136, 19686, 12322, 10270, 14636, 10251, 17295, 10829, 12367, 12119, 9715, 18089, 10400, 9543, 13672, 10085, 17820, 11515, 10458, 17190, 10707, 15853, 12251, 10855, 17336, 10269, 19047, 12159, 10100, 15829, 10079, 18418, 11905, 11120, 17394, 10287, 14013, 11857, 9888, 18305, 12306, 12522, 13654, 10047, 17739, 11175, 12179, 15596, 9931, 18103, 10929, 9802, 15902, 9527, 19474, 12210, 10076, 15060, 10238, 15907, 12357, 9957, 17552, 11115, 12073, 13243, 9773, 17617, 12471, 12264, 14198, 9821, 17881, 11470, 13155, 14064, 10281, 18821, 11407, 9646, 15443, 9935, 19093, 12505, 11584, 16423, 10067, 18119, 11826, 10446, 16904, 11307, 12035, 12390, 10326, 16683, 12271, 9953, 18339, 10981, 10242, 16106, 11120, 16549, 13351, 9705, 17817, 11101, 12978, 12665, 10045, 18627, 11630, 11835, 12310, 10151, 16189, 10797, 11054, 15110, 10296, 14479, 11552, 10110, 17050, 11491, 16161, 12700, 10160, 16715, 10406, 18655, 12219, 17190, 12576, 10083, 15083, 10467, 16233, 11648, 9819, 17006, 10699, 10975, 12137, 9916, 18306, 11986, 10131, 15457, 10393, 16773, 12488, 10341, 17781, 11164, 16554, 11415, 10220, 15944, 9909, 18947, 11867, 9864, 14364, 9982, 16529, 10945, 9966, 15594, 10061, 17423, 10827, 10174, 14571, 10185, 15000, 11824, 9985, 17031, 10793, 15212, 12347, 10202, 18485, 11681, 17125, 11838, 10261, 16330, 10733, 18783, 12307, 10300, 15725, 10504, 16849, 11314, 11237, 14961, 9884, 18880, 11211, 11881, 13174, 10473, 18161, 11182, 19488, 12689, 10256, 15516, 10482, 16407, 11519, 9779, 17107, 10820, 15363, 11640, 10601, 16373, 10992, 13164, 14872, 10587, 18304, 11766, 10425, 16885, 11236, 17424, 12101, 10248, 16359, 11097, 11865, 15903, 10553, 17634, 11780, 10683, 16431, 10865, 17211, 12900, 10223, 15939, 10309, 11677, 13438, 10310, 18766, 11489, 9969, 14040, 10217, 15844, 12577, 9989, 17482, 10610, 10177, 15976, 11271, 9991, 15598, 10630, 14277, 12444, 9866, 19292, 12125, 10402, 16183, 10757, 12924, 12887, 9918, 18897, 11914, 10409, 14131, 10613, 14439, 11962, 9710, 18939, 10986, 10349, 16542, 11025, 16785, 13314, 10381, 17618, 10456, 10332, 13858, 10020, 18759, 11666, 11642, 16517, 10156, 10126, 15001, 10471, 14022, 13387, 10030, 17120, 11806, 10387, 18817, 12044, 14254, 14256, 10165, 15792, 11892, 10255, 16813, 10415, 18817, 12547, 10265, 15669, 10221, 11671, 14234, 9867, 17697, 11580, 10364, 16060, 10884, 10422, 15296, 11230, 9974, 14116, 12743, 10354, 11923, 15556, 10214, 18971, 13113, 10522, 17958, 10452, 10096, 15731, 10152, 18443, 12038, 10389, 18006, 11440, 11181, 14647, 9521, 17619, 11702, 10708, 17100, 10801, 16855, 12772, 10305, 17232, 11399, 14124, 13367, 9633, 18930, 11512, 9865, 15927, 11909, 13122, 12595, 10005, 17293, 11239, 10870, 15056, 9543, 19847, 12494, 9867, 15205, 10075, 18018, 12535, 11184, 18805, 11414, 10784, 14520, 9888, 19126, 12590, 12232, 16538, 10699, 12277, 13559, 9873, 19546, 12637, 10514, 17730, 11069, 12342, 15583, 10592, 20459, 13114, 10247, 17193, 11175, 11261, 17569, 12104, 11362, 13748, 10376, 17152, 13029, 10189, 19184, 11604, 10147, 16861, 11096, 13928, 13136, 9736, 19614, 11632, 9925, 16941, 11294, 11693, 16790, 10968, 11752, 13258, 9658, 19931, 12458, 10975, 17827, 10914, 12772, 14548, 9805, 21177, 12608, 10005, 16635, 11167, 15342, 12691, 10560, 19671, 11605, 11983, 13962, 9691, 18811, 11939, 11596, 15781, 9782, 18294, 12034, 11076, 17062, 10907, 16755, 12202, 9610, 16966, 11477, 11945, 17825, 10966, 13061, 13788, 9409, 19197, 12076, 12687, 16637, 9908, 19244, 12364, 10519, 17257, 10876, 20354, 12569, 9748, 16378, 10878, 20266, 12861, 10548, 17340, 10878, 12466, 13199, 10238, 19496, 11708, 12413, 13762, 9931, 19129, 12622, 14698, 13295, 9703, 17665, 11108, 11592, 15015, 10587, 19370, 12123, 9859, 17342, 11409, 19894, 13480, 10422, 18007, 11005, 13895, 13423, 10192, 20013, 11759, 9679, 15429, 10061, 18628, 12495, 10271, 17966, 10427, 9643, 14958, 9884, 20599, 12664, 10136, 17340, 11153, 14138, 13221, 10816, 20261, 11963, 11950, 14650, 9665, 18686, 11833, 10431, 17061, 10418, 14284, 12804, 9965, 20109, 12301, 10109, 16585, 10616, 17750, 13124, 11179, 19354, 11784, 14458, 13369, 10220, 19646, 12150, 11115, 15837, 10325, 18753, 11850, 9950, 16207, 11307, 12691, 11895, 9986, 17677, 11316, 11568, 18235, 11424, 12280, 13432, 9941, 20185, 12907, 10675, 18388, 11409, 11607, 15930, 10182, 21258, 13343, 10017, 17369, 11030, 10744, 16033, 10486, 19807, 13159, 9989, 16472, 11190, 10221, 15516, 10358, 16264, 12892, 10049, 18952, 11908, 9903, 17474, 11518, 10370, 17350, 10670, 10186, 16132, 11152, 14532, 13488, 10632, 15425, 12312, 10712, 17684, 11157, 15758, 12795, 10317, 17131, 10634, 14366, 11902, 9848, 16977, 11627, 10448, 14801, 9843, 12513, 13131, 9321, 19698, 12558, 9786, 18183, 11448, 10197, 17758, 11722, 12738, 17668, 11092, 10939, 16483, 11298, 14575, 14530, 10413, 14427, 12632, 10161, 18819, 13394, 10599, 19522, 11884, 10204, 17569, 10841, 10921, 17749, 11988, 12873, 14870, 10518, 13319, 13773, 9990, 20747, 13178, 10220, 17821, 11357, 10319, 18223, 12086, 11116, 16496, 10789, 12777, 13650, 9743, 18832, 12543, 10038, 17975, 10973, 10215, 16739, 11245, 16122, 12630, 10158, 17836, 11461, 10306, 16723, 11462, 18813, 12861, 10042, 16958, 11277, 12608, 13646, 9785, 20600, 12200, 9991, 17540, 11660, 13827, 13556, 9896, 19973, 12035, 10443, 16637, 11282, 15963, 13036, 9745, 20718, 11948, 9954, 16732, 11346, 12560, 14038, 10031, 20262, 11815, 10088, 16989, 11267, 11836, 17384, 11055, 10435, 15574, 11187, 14950, 13343, 9957, 17644, 12051, 9954, 18515, 11784, 10946, 18293, 11038, 10227, 17223, 11254, 16569, 12789, 10311, 19384, 11542, 10157, 17034, 11432, 13516, 14639, 10143, 15650, 12252, 9692, 18764, 12175, 10603, 18530, 10749, 10937, 17600, 11207, 18453, 13329, 9692, 19175, 12139, 10055, 18971, 11869, 12801, 15614, 10439, 13084, 13929, 9824, 17189, 12220, 10191, 14800, 11424, 10015, 19405, 12064, 11348, 17895, 10785, 10610, 16354, 11216, 15807, 12770, 10446, 10084, 13551, 10248, 10328, 17174, 11396, 16546, 12710, 9629, 19042, 11682, 10373, 18305, 11954, 15787, 14386, 9877, 20117, 12620, 12249, 15147, 9990, 19329, 11811, 13033, 13196, 10047, 17622, 10738, 10054, 14796, 10166, 15121, 12082, 9836, 17838, 10691, 10401, 14797, 9816, 19449, 12382, 15148, 13857, 10009, 17905, 11409, 11779, 13463, 9871, 18342, 11393, 10311, 15109, 10612, 18717, 11629, 12546, 13849, 10047, 18328, 11088, 13810, 11840, 10049, 15131, 10244, 19159, 11727, 10379, 13849, 10552, 16854, 11072, 12937, 12084, 10164, 16456, 10256, 9858, 13478, 10104, 18795, 11856, 10292, 15502, 10448, 15297, 12372, 10056, 18309, 11377, 10263, 16446, 10674, 10817, 14396, 10713, 13074, 11830, 10463, 19270, 11581, 10581, 15222, 10748, 10795, 13816, 10575, 16384, 11505, 10577, 14358, 10465, 12068, 11922, 10587, 16966, 10537, 10321, 14862, 10695, 12879, 11515, 10642, 16914, 11651, 10666, 16779, 10646, 11146, 13050, 10660, 18386, 12020, 10873, 15530, 10815, 17452, 11986, 10427, 16977, 11330, 10898, 12846, 10777, 14477, 11214, 10419, 16589, 10683, 10744, 14152, 10822, 13021, 12654, 10815, 16791, 11038, 10800, 15216, 10917, 16652, 12840, 10912, 18052, 11168, 10646, 16652, 10928, 10919, 14872, 10842, 12350, 11975, 10667, 18063, 11826, 10846, 15331, 10822, 17141, 11956, 10700, 16540, 10638, 11343, 12666, 10614, 13817, 11371, 10638, 16098, 10818, 10720, 16515, 10778, 12098, 13756, 10666, 16057, 11913, 10270, 17653, 11023, 11015, 13616, 10941, 13011, 10897, 10532, 16433, 10311, 11024, 13577, 10734, 16299, 12339, 10662, 15942, 10634, 11874, 12449, 10540, 17179, 10583, 10683, 13513, 10393, 17567, 11133, 10565, 13980, 10880, 13892, 11188, 10407, 16002, 10444, 10916, 15594, 10716, 10660, 16686, 10402, 10556, 17327, 12735, 10453, 18137, 10636, 10508, 15324, 10675, 17815, 10592, 10494, 14374, 10382, 17307, 10861, 10642, 13067, 10367, 16355, 10460, 10628, 12968, 10396, 11940, 10715, 10740, 15889, 10728, 18205, 10406, 12871, 11794, 10476, 15684, 10650, 15774, 10527, 11094, 11716, 10649, 15450, 10650, 11254, 11390, 10610, 14546, 10808, 13871, 11346, 10582, 14408, 10732, 15707, 10898, 10842, 15252, 10775, 14930, 10802, 10712, 13535, 10789, 13954, 11233, 10800, 14214, 10492, 11534, 12150, 10790, 16732, 10346, 10472, 15552, 10517, 9946, 14554, 10519, 10084, 16326, 10184, 10636, 13072, 10243, 10631, 14452, 10973, 10126, 17251, 11812, 10106, 18362, 10629, 9973, 16109, 10001, 10293, 17168, 9688, 10705, 14074, 10686, 10538, 14253, 10756, 10580, 13122, 10878, 10776, 13175, 10638, 10636, 14120, 10535, 10785, 12272, 10607, 13071, 10750, 10607, 13816, 10679, 10458, 13209, 12591, 10661, 10565, 17932, 10440, 10490, 16485, 10493, 10302, 16134, 10297, 10590, 13836, 10719, 13834, 10966, 10439, 10434, 10133, 10488, 14421, 10523, 10760, 14788, 10951, 10412, 10516, 13709, 10501, 11424, 15200, 10228, 10505, 15406, 10502, 16548, 14352, 10410, 17209, 13064, 10579, 17146, 11059, 10286, 15850, 12624, 10739, 17996, 14332, 9777, 17975, 10918, 9658, 17698, 10661, 9857, 15600, 10920, 13773, 14004, 10634, 18772, 11040, 9665, 18188, 10614, 10147, 13895, 10508, 17088, 11334, 10296, 13214, 10688, 10372, 12945, 12968, 10723, 13270, 17078, 10669, 9971, 17328, 10862, 16841, 13110, 11014, 18231, 15257, 11398, 10725, 11280, 10956, 18969], 'WindowCenter': [4452.0, 4406.0, 4441.0, 4399.0, 4419.0, 4415.0, 4376.0, 4404.0, 4383.0, 4362.0, 4422.0, 4383.0, 4382.0, 4423.0, 4384.0, 4383.0, 4403.0, 4361.0, 4423.0, 4394.0, 4363.0, 4422.0, 4385.0, 4375.0, 4414.0, 4373.0, 4423.0, 4393.0, 4361.0, 4423.0, 4382.0, 4382.0, 4404.0, 4378.0, 4434.0, 4394.0, 4361.0, 4402.0, 4373.0, 4412.0, 4393.0, 4371.0, 4422.0, 4393.0, 4401.0, 4393.0, 4360.0, 4411.0, 4382.0, 4410.0, 4391.0, 4361.0, 4412.0, 4383.0, 4413.0, 4393.0, 4372.0, 4412.0, 4384.0, 4402.0, 4392.0, 4362.0, 4422.0, 4383.0, 4434.0, 4392.0, 4363.0, 4402.0, 4374.0, 4413.0, 4384.0, 4392.0, 4403.0, 4372.0, 4423.0, 4395.0, 4413.0, 4395.0, 4384.0, 4414.0, 4374.0, 4422.0, 4382.0, 4362.0, 4413.0, 4386.0, 4435.0, 4405.0, 4374.0, 4424.0, 4374.0, 4424.0, 4405.0, 4423.0, 4404.0, 4363.0, 4401.0, 4362.0, 4412.0, 4382.0, 4392.0, 4381.0, 4361.0, 4412.0, 4383.0, 4384.0, 4404.0, 4376.0, 4436.0, 4405.0, 4375.0, 4413.0, 4375.0, 4433.0, 4395.0, 4393.0, 4414.0, 4373.0, 4422.0, 4394.0, 4372.0, 4424.0, 4394.0, 4413.0, 4394.0, 4374.0, 4424.0, 4394.0, 4374.0, 4424.0, 4394.0, 4383.0, 4414.0, 4374.0, 4436.0, 4404.0, 4374.0, 4425.0, 4383.0, 4412.0, 4393.0, 4363.0, 4422.0, 4392.0, 4391.0, 4393.0, 4362.0, 4410.0, 4381.0, 4381.0, 4401.0, 4363.0, 4422.0, 4384.0, 4363.0, 4413.0, 4375.0, 4434.0, 4394.0, 4363.0, 4414.0, 4395.0, 4414.0, 4395.0, 4386.0, 4436.0, 4406.0, 4377.0, 4426.0, 4398.0, 4376.0, 4416.0, 4386.0, 4434.0, 4406.0, 4405.0, 4438.0, 4388.0, 4450.0, 4418.0, 4415.0, 4425.0, 4382.0, 4409.0, 4391.0, 4349.0, 4411.0, 4380.0, 4360.0, 4411.0, 4359.0, 4398.0, 4379.0, 4347.0, 4396.0, 4357.0, 4407.0, 4367.0, 4347.0, 4388.0, 4348.0, 4399.0, 4369.0, 4349.0, 4399.0, 4361.0, 4409.0, 4370.0, 4351.0, 4401.0, 4363.0, 4422.0, 4384.0, 4364.0, 4413.0, 4385.0, 4394.0, 4406.0, 4375.0, 4435.0, 4395.0, 4374.0, 4424.0, 4365.0, 4434.0, 4406.0, 4385.0, 4425.0, 4376.0, 4434.0, 4396.0, 4374.0, 4426.0, 4396.0, 4425.0, 4405.0, 4376.0, 4427.0, 4408.0, 4407.0, 4427.0, 4387.0, 4436.0, 4407.0, 4375.0, 4427.0, 4397.0, 4427.0, 4407.0, 4376.0, 4426.0, 4397.0, 4387.0, 4427.0, 4388.0, 4448.0, 4408.0, 4377.0, 4427.0, 4398.0, 4448.0, 4417.0, 4376.0, 4435.0, 4397.0, 4414.0, 4406.0, 4385.0, 4436.0, 4407.0, 4396.0, 4416.0, 4375.0, 4435.0, 4407.0, 4386.0, 4438.0, 4407.0, 4377.0, 4427.0, 4388.0, 4446.0, 4407.0, 4386.0, 4437.0, 4409.0, 4387.0, 4427.0, 4399.0, 4417.0, 4417.0, 4386.0, 4436.0, 4417.0, 4375.0, 4438.0, 4407.0, 4415.0, 4425.0, 4374.0, 4425.0, 4406.0, 4385.0, 4435.0, 4395.0, 4373.0, 4414.0, 4394.0, 4405.0, 4414.0, 4363.0, 4435.0, 4393.0, 4373.0, 4414.0, 4393.0, 4404.0, 4403.0, 4374.0, 4435.0, 4395.0, 4376.0, 4426.0, 4394.0, 4384.0, 4402.0, 4373.0, 4423.0, 4393.0, 4374.0, 4435.0, 4384.0, 4372.0, 4413.0, 4384.0, 4402.0, 4403.0, 4374.0, 4424.0, 4392.0, 4372.0, 4423.0, 4394.0, 4373.0, 4413.0, 4374.0, 4382.0, 4402.0, 4373.0, 4424.0, 4404.0, 4375.0, 4423.0, 4393.0, 4373.0, 4424.0, 4394.0, 4383.0, 4412.0, 4372.0, 4401.0, 4392.0, 4361.0, 4424.0, 4383.0, 4361.0, 4411.0, 4382.0, 4382.0, 4411.0, 4372.0, 4400.0, 4380.0, 4360.0, 4411.0, 4381.0, 4380.0, 4411.0, 4372.0, 4390.0, 4381.0, 4362.0, 4423.0, 4381.0, 4372.0, 4411.0, 4372.0, 4361.0, 4412.0, 4383.0, 4393.0, 4401.0, 4362.0, 4411.0, 4391.0, 4362.0, 4422.0, 4393.0, 4363.0, 4411.0, 4372.0, 4391.0, 4390.0, 4361.0, 4422.0, 4391.0, 4360.0, 4410.0, 4371.0, 4402.0, 4391.0, 4361.0, 4423.0, 4372.0, 4362.0, 4400.0, 4372.0, 4423.0, 4392.0, 4363.0, 4412.0, 4374.0, 4373.0, 4403.0, 4373.0, 4412.0, 4384.0, 4372.0, 4423.0, 4384.0, 4414.0, 4393.0, 4363.0, 4424.0, 4382.0, 4372.0, 4403.0, 4373.0, 4433.0, 4394.0, 4372.0, 4412.0, 4384.0, 4383.0, 4414.0, 4363.0, 4434.0, 4394.0, 4363.0, 4412.0, 4373.0, 4401.0, 4391.0, 4362.0, 4412.0, 4373.0, 4371.0, 4411.0, 4373.0, 4424.0, 4392.0, 4373.0, 4412.0, 4382.0, 4383.0, 4412.0, 4383.0, 4412.0, 4382.0, 4373.0, 4413.0, 4383.0, 4393.0, 4401.0, 4372.0, 4412.0, 4383.0, 4373.0, 4423.0, 4394.0, 4414.0, 4393.0, 4373.0, 4423.0, 4383.0, 4393.0, 4403.0, 4363.0, 4423.0, 4381.0, 4361.0, 4402.0, 4371.0, 4401.0, 4391.0, 4362.0, 4423.0, 4382.0, 4373.0, 4412.0, 4374.0, 4424.0, 4393.0, 4372.0, 4414.0, 4384.0, 4362.0, 4402.0, 4372.0, 4423.0, 4394.0, 4393.0, 4403.0, 4372.0, 4422.0, 4382.0, 4362.0, 4423.0, 4393.0, 4383.0, 4403.0, 4384.0, 4413.0, 4394.0, 4374.0, 4435.0, 4405.0, 4374.0, 4426.0, 4384.0, 4434.0, 4394.0, 4382.0, 4424.0, 4374.0, 4413.0, 4381.0, 4361.0, 4412.0, 4382.0, 4412.0, 4392.0, 4371.0, 4412.0, 4373.0, 4433.0, 4393.0, 4374.0, 4412.0, 4374.0, 4412.0, 4382.0, 4392.0, 4381.0, 4350.0, 4421.0, 4372.0, 4362.0, 4402.0, 4372.0, 4423.0, 4382.0, 4372.0, 4423.0, 4374.0, 4412.0, 4394.0, 4371.0, 4413.0, 4362.0, 4413.0, 4382.0, 4361.0, 4401.0, 4359.0, 4409.0, 4371.0, 4370.0, 4400.0, 4360.0, 4389.0, 4379.0, 4360.0, 4420.0, 4381.0, 4380.0, 4391.0, 4360.0, 4411.0, 4372.0, 4380.0, 4400.0, 4360.0, 4411.0, 4372.0, 4360.0, 4412.0, 4362.0, 4421.0, 4382.0, 4362.0, 4400.0, 4372.0, 4410.0, 4393.0, 4361.0, 4422.0, 4384.0, 4392.0, 4392.0, 4373.0, 4422.0, 4393.0, 4383.0, 4403.0, 4361.0, 4422.0, 4382.0, 4392.0, 4403.0, 4362.0, 4422.0, 4382.0, 4361.0, 4402.0, 4361.0, 4422.0, 4393.0, 4382.0, 4413.0, 4362.0, 4422.0, 4394.0, 4372.0, 4423.0, 4395.0, 4392.0, 4392.0, 4384.0, 4425.0, 4395.0, 4375.0, 4435.0, 4385.0, 4375.0, 4415.0, 4396.0, 4415.0, 4406.0, 4363.0, 4424.0, 4384.0, 4393.0, 4392.0, 4362.0, 4423.0, 4382.0, 4380.0, 4381.0, 4361.0, 4412.0, 4384.0, 4383.0, 4412.0, 4374.0, 4402.0, 4383.0, 4373.0, 4425.0, 4396.0, 4413.0, 4405.0, 4373.0, 4424.0, 4373.0, 4425.0, 4395.0, 4412.0, 4393.0, 4361.0, 4402.0, 4373.0, 4411.0, 4382.0, 4362.0, 4412.0, 4373.0, 4371.0, 4392.0, 4374.0, 4424.0, 4394.0, 4373.0, 4415.0, 4374.0, 4424.0, 4394.0, 4375.0, 4424.0, 4384.0, 4412.0, 4382.0, 4361.0, 4401.0, 4362.0, 4422.0, 4383.0, 4361.0, 4401.0, 4362.0, 4411.0, 4382.0, 4362.0, 4411.0, 4373.0, 4422.0, 4382.0, 4372.0, 4414.0, 4385.0, 4415.0, 4394.0, 4374.0, 4424.0, 4386.0, 4414.0, 4394.0, 4373.0, 4424.0, 4384.0, 4413.0, 4383.0, 4372.0, 4412.0, 4384.0, 4423.0, 4393.0, 4373.0, 4414.0, 4373.0, 4422.0, 4383.0, 4383.0, 4414.0, 4362.0, 4423.0, 4384.0, 4381.0, 4392.0, 4361.0, 4411.0, 4372.0, 4422.0, 4391.0, 4362.0, 4402.0, 4372.0, 4411.0, 4382.0, 4362.0, 4413.0, 4384.0, 4403.0, 4383.0, 4372.0, 4413.0, 4384.0, 4393.0, 4414.0, 4384.0, 4425.0, 4395.0, 4374.0, 4423.0, 4385.0, 4413.0, 4384.0, 4371.0, 4412.0, 4383.0, 4382.0, 4412.0, 4372.0, 4413.0, 4382.0, 4371.0, 4413.0, 4373.0, 4411.0, 4381.0, 4361.0, 4401.0, 4362.0, 4381.0, 4402.0, 4373.0, 4410.0, 4371.0, 4349.0, 4389.0, 4373.0, 4411.0, 4392.0, 4362.0, 4423.0, 4374.0, 4374.0, 4425.0, 4396.0, 4373.0, 4413.0, 4385.0, 4404.0, 4393.0, 4363.0, 4425.0, 4393.0, 4372.0, 4413.0, 4384.0, 4392.0, 4392.0, 4363.0, 4424.0, 4382.0, 4372.0, 4403.0, 4373.0, 4401.0, 4382.0, 4365.0, 4423.0, 4371.0, 4361.0, 4411.0, 4373.0, 4412.0, 4393.0, 4361.0, 4411.0, 4359.0, 4348.0, 4378.0, 4348.0, 4409.0, 4370.0, 4369.0, 4400.0, 4360.0, 4359.0, 4399.0, 4371.0, 4390.0, 4391.0, 4362.0, 4411.0, 4381.0, 4362.0, 4422.0, 4383.0, 4402.0, 4391.0, 4360.0, 4399.0, 4369.0, 4349.0, 4398.0, 4361.0, 4409.0, 4379.0, 4359.0, 4399.0, 4360.0, 4369.0, 4389.0, 4360.0, 4412.0, 4371.0, 4373.0, 4401.0, 4371.0, 4371.0, 4412.0, 4372.0, 4362.0, 4402.0, 4391.0, 4362.0, 4381.0, 4400.0, 4362.0, 4412.0, 4380.0, 4359.0, 4410.0, 4361.0, 4360.0, 4388.0, 4359.0, 4410.0, 4381.0, 4362.0, 4413.0, 4373.0, 4348.0, 4366.0, 4315.0, 4388.0, 4372.0, 4350.0, 4391.0, 4360.0, 4411.0, 4393.0, 4360.0, 4397.0, 4380.0, 4388.0, 4378.0, 4348.0, 4410.0, 4370.0, 4361.0, 4412.0, 4383.0, 4392.0, 4393.0, 4374.0, 4423.0, 4383.0, 4373.0, 4403.0, 4363.0, 4425.0, 4394.0, 4373.0, 4414.0, 4375.0, 4423.0, 4394.0, 4383.0, 4425.0, 4395.0, 4383.0, 4405.0, 4375.0, 4435.0, 4394.0, 4393.0, 4415.0, 4374.0, 4393.0, 4393.0, 4373.0, 4424.0, 4393.0, 4374.0, 4424.0, 4383.0, 4381.0, 4402.0, 4373.0, 4422.0, 4391.0, 4360.0, 4411.0, 4371.0, 4371.0, 4412.0, 4382.0, 4371.0, 4390.0, 4362.0, 4412.0, 4392.0, 4360.0, 4421.0, 4381.0, 4360.0, 4411.0, 4371.0, 4389.0, 4379.0, 4349.0, 4421.0, 4371.0, 4359.0, 4410.0, 4381.0, 4380.0, 4410.0, 4373.0, 4380.0, 4390.0, 4361.0, 4422.0, 4382.0, 4370.0, 4411.0, 4371.0, 4391.0, 4390.0, 4360.0, 4421.0, 4380.0, 4361.0, 4411.0, 4382.0, 4400.0, 4391.0, 4361.0, 4421.0, 4372.0, 4370.0, 4389.0, 4350.0, 4409.0, 4381.0, 4370.0, 4400.0, 4361.0, 4409.0, 4380.0, 4369.0, 4409.0, 4372.0, 4410.0, 4380.0, 4351.0, 4412.0, 4383.0, 4382.0, 4421.0, 4372.0, 4391.0, 4391.0, 4350.0, 4422.0, 4392.0, 4391.0, 4412.0, 4362.0, 4421.0, 4393.0, 4371.0, 4411.0, 4371.0, 4422.0, 4391.0, 4361.0, 4411.0, 4373.0, 4423.0, 4393.0, 4372.0, 4411.0, 4372.0, 4391.0, 4392.0, 4372.0, 4422.0, 4383.0, 4380.0, 4392.0, 4361.0, 4422.0, 4392.0, 4401.0, 4391.0, 4350.0, 4410.0, 4381.0, 4382.0, 4402.0, 4372.0, 4423.0, 4381.0, 4361.0, 4413.0, 4382.0, 4423.0, 4392.0, 4372.0, 4411.0, 4371.0, 4391.0, 4391.0, 4372.0, 4422.0, 4382.0, 4361.0, 4401.0, 4362.0, 4423.0, 4393.0, 4373.0, 4423.0, 4374.0, 4362.0, 4411.0, 4374.0, 4433.0, 4393.0, 4374.0, 4423.0, 4384.0, 4403.0, 4402.0, 4372.0, 4432.0, 4383.0, 4381.0, 4403.0, 4362.0, 4422.0, 4393.0, 4372.0, 4423.0, 4373.0, 4401.0, 4392.0, 4362.0, 4423.0, 4392.0, 4362.0, 4411.0, 4372.0, 4412.0, 4392.0, 4371.0, 4423.0, 4381.0, 4390.0, 4391.0, 4372.0, 4421.0, 4381.0, 4371.0, 4400.0, 4361.0, 4421.0, 4382.0, 4362.0, 4412.0, 4383.0, 4393.0, 4393.0, 4374.0, 4425.0, 4395.0, 4394.0, 4435.0, 4394.0, 4394.0, 4404.0, 4374.0, 4436.0, 4405.0, 4374.0, 4425.0, 4384.0, 4381.0, 4411.0, 4372.0, 4433.0, 4392.0, 4361.0, 4411.0, 4372.0, 4372.0, 4411.0, 4371.0, 4421.0, 4391.0, 4360.0, 4411.0, 4371.0, 4360.0, 4402.0, 4372.0, 4412.0, 4392.0, 4362.0, 4421.0, 4382.0, 4372.0, 4422.0, 4382.0, 4372.0, 4423.0, 4374.0, 4372.0, 4425.0, 4397.0, 4414.0, 4392.0, 4385.0, 4414.0, 4383.0, 4361.0, 4413.0, 4385.0, 4414.0, 4394.0, 4373.0, 4424.0, 4386.0, 4401.0, 4379.0, 4361.0, 4409.0, 4371.0, 4360.0, 4400.0, 4373.0, 4391.0, 4391.0, 4364.0, 4433.0, 4394.0, 4372.0, 4424.0, 4383.0, 4373.0, 4423.0, 4395.0, 4392.0, 4422.0, 4384.0, 4384.0, 4424.0, 4384.0, 4414.0, 4403.0, 4373.0, 4402.0, 4393.0, 4374.0, 4424.0, 4393.0, 4373.0, 4423.0, 4383.0, 4372.0, 4413.0, 4373.0, 4371.0, 4423.0, 4382.0, 4391.0, 4401.0, 4372.0, 4391.0, 4392.0, 4363.0, 4423.0, 4392.0, 4361.0, 4412.0, 4372.0, 4361.0, 4421.0, 4382.0, 4372.0, 4410.0, 4371.0, 4390.0, 4392.0, 4363.0, 4423.0, 4391.0, 4361.0, 4423.0, 4373.0, 4363.0, 4412.0, 4384.0, 4401.0, 4381.0, 4361.0, 4412.0, 4381.0, 4361.0, 4412.0, 4382.0, 4411.0, 4382.0, 4360.0, 4412.0, 4372.0, 4381.0, 4391.0, 4361.0, 4422.0, 4381.0, 4361.0, 4411.0, 4382.0, 4392.0, 4391.0, 4363.0, 4423.0, 4383.0, 4361.0, 4411.0, 4372.0, 4402.0, 4391.0, 4361.0, 4432.0, 4382.0, 4361.0, 4412.0, 4382.0, 4392.0, 4402.0, 4362.0, 4422.0, 4383.0, 4372.0, 4412.0, 4385.0, 4383.0, 4423.0, 4383.0, 4373.0, 4412.0, 4385.0, 4403.0, 4394.0, 4364.0, 4424.0, 4393.0, 4362.0, 4423.0, 4383.0, 4372.0, 4423.0, 4373.0, 4362.0, 4413.0, 4373.0, 4413.0, 4392.0, 4361.0, 4423.0, 4381.0, 4360.0, 4411.0, 4383.0, 4391.0, 4389.0, 4362.0, 4401.0, 4380.0, 4351.0, 4421.0, 4381.0, 4362.0, 4412.0, 4372.0, 4370.0, 4410.0, 4382.0, 4421.0, 4390.0, 4351.0, 4420.0, 4380.0, 4361.0, 4423.0, 4383.0, 4380.0, 4400.0, 4360.0, 4380.0, 4390.0, 4363.0, 4410.0, 4379.0, 4360.0, 4400.0, 4380.0, 4361.0, 4422.0, 4394.0, 4371.0, 4411.0, 4372.0, 4362.0, 4410.0, 4372.0, 4401.0, 4379.0, 4374.0, 4374.0, 4393.0, 4362.0, 4374.0, 4424.0, 4383.0, 4411.0, 4393.0, 4362.0, 4421.0, 4381.0, 4361.0, 4411.0, 4371.0, 4390.0, 4390.0, 4337.0, 4408.0, 4368.0, 4367.0, 4377.0, 4336.0, 4396.0, 4356.0, 4366.0, 4365.0, 4335.0, 4397.0, 4356.0, 4347.0, 4387.0, 4348.0, 4388.0, 4368.0, 4349.0, 4409.0, 4360.0, 4360.0, 4389.0, 4349.0, 4410.0, 4381.0, 4389.0, 4380.0, 4348.0, 4398.0, 4369.0, 4367.0, 4378.0, 4349.0, 4410.0, 4370.0, 4362.0, 4402.0, 4372.0, 4411.0, 4382.0, 4391.0, 4392.0, 4361.0, 4422.0, 4371.0, 4390.0, 4380.0, 4351.0, 4400.0, 4372.0, 4421.0, 4382.0, 4372.0, 4403.0, 4372.0, 4412.0, 4383.0, 4392.0, 4394.0, 4373.0, 4413.0, 4375.0, 4363.0, 4403.0, 4374.0, 4434.0, 4394.0, 4374.0, 4413.0, 4384.0, 4412.0, 4393.0, 4363.0, 4424.0, 4383.0, 4374.0, 4425.0, 4385.0, 4385.0, 4414.0, 4385.0, 4404.0, 4385.0, 4374.0, 4437.0, 4385.0, 4374.0, 4414.0, 4384.0, 4373.0, 4405.0, 4376.0, 4415.0, 4384.0, 4375.0, 4403.0, 4386.0, 4394.0, 4395.0, 4375.0, 4426.0, 4386.0, 4376.0, 4416.0, 4387.0, 4395.0, 4387.0, 4375.0, 4426.0, 4398.0, 4376.0, 4427.0, 4387.0, 4385.0, 4405.0, 4375.0, 4425.0, 4394.0, 4375.0, 4416.0, 4385.0, 4414.0, 4386.0, 4374.0, 4414.0, 4385.0, 4374.0, 4394.0, 4385.0, 4404.0, 4385.0, 4387.0, 4427.0, 4387.0, 4386.0, 4407.0, 4387.0, 4406.0, 4406.0, 4386.0, 4427.0, 4386.0, 4385.0, 4415.0, 4387.0, 4415.0, 4396.0, 4375.0, 4424.0, 4384.0, 4373.0, 4414.0, 4374.0, 4374.0, 4404.0, 4386.0, 4395.0, 4385.0, 4374.0, 4424.0, 4384.0, 4373.0, 4405.0, 4373.0, 4412.0, 4383.0, 4362.0, 4402.0, 4363.0, 4371.0, 4381.0, 4361.0, 4391.0, 4382.0, 4373.0, 4414.0, 4373.0, 4373.0, 4415.0, 4374.0, 4383.0, 4391.0, 4362.0, 4402.0, 4371.0, 4362.0, 4412.0, 4371.0, 4361.0, 4391.0, 4372.0, 4391.0, 4371.0, 4361.0, 4412.0, 4363.0, 4372.0, 4393.0, 4373.0, 4413.0, 4393.0, 4373.0, 4414.0, 4374.0, 4381.0, 4382.0, 4361.0, 4412.0, 4362.0, 4361.0, 4390.0, 4360.0, 4411.0, 4371.0, 4360.0, 4391.0, 4371.0, 4390.0, 4370.0, 4371.0, 4412.0, 4373.0, 4372.0, 4404.0, 4372.0, 4373.0, 4413.0, 4372.0, 4372.0, 4413.0, 4393.0, 4372.0, 4412.0, 4361.0, 4360.0, 4389.0, 4360.0, 4398.0, 4348.0, 4348.0, 4378.0, 4350.0, 4398.0, 4359.0, 4358.0, 4378.0, 4359.0, 4399.0, 4361.0, 4360.0, 4390.0, 4362.0, 4371.0, 4363.0, 4371.0, 4402.0, 4373.0, 4412.0, 4362.0, 4380.0, 4372.0, 4361.0, 4400.0, 4361.0, 4401.0, 4361.0, 4370.0, 4370.0, 4361.0, 4400.0, 4372.0, 4371.0, 4383.0, 4372.0, 4402.0, 4383.0, 4392.0, 4373.0, 4372.0, 4401.0, 4373.0, 4402.0, 4373.0, 4372.0, 4402.0, 4373.0, 4402.0, 4373.0, 4372.0, 4394.0, 4384.0, 4403.0, 4384.0, 4384.0, 4404.0, 4385.0, 4383.0, 4394.0, 4384.0, 4414.0, 4374.0, 4387.0, 4415.0, 4373.0, 4362.0, 4402.0, 4373.0, 4373.0, 4426.0, 4376.0, 4387.0, 4406.0, 4377.0, 4386.0, 4406.0, 4375.0, 4364.0, 4415.0, 4375.0, 4364.0, 4425.0, 4375.0, 4365.0, 4415.0, 4365.0, 4374.0, 4425.0, 4365.0, 4376.0, 4406.0, 4376.0, 4374.0, 4405.0, 4387.0, 4388.0, 4409.0, 4388.0, 4387.0, 4407.0, 4388.0, 4389.0, 4419.0, 4389.0, 4387.0, 4398.0, 4388.0, 4397.0, 4388.0, 4377.0, 4407.0, 4377.0, 4379.0, 4407.0, 4398.0, 4389.0, 4378.0, 4428.0, 4377.0, 4376.0, 4427.0, 4377.0, 4377.0, 4428.0, 4378.0, 4388.0, 4408.0, 4389.0, 4407.0, 4387.0, 4378.0, 4376.0, 4377.0, 4389.0, 4419.0, 4401.0, 4402.0, 4430.0, 4399.0, 4390.0, 4389.0, 4419.0, 4400.0, 4400.0, 4430.0, 4390.0, 4389.0, 4419.0, 4389.0, 4429.0, 4418.0, 4377.0, 4416.0, 4396.0, 4376.0, 4427.0, 4387.0, 4377.0, 4416.0, 4396.0, 4386.0, 4426.0, 4406.0, 4353.0, 4414.0, 4375.0, 4353.0, 4414.0, 4365.0, 4353.0, 4403.0, 4373.0, 4392.0, 4392.0, 4363.0, 4411.0, 4361.0, 4352.0, 4412.0, 4362.0, 4349.0, 4379.0, 4363.0, 4401.0, 4359.0, 4351.0, 4381.0, 4350.0, 4350.0, 4380.0, 4380.0, 4372.0, 4392.0, 4401.0, 4361.0, 4350.0, 4400.0, 4360.0, 4399.0, 4380.0, 4374.0, 4399.0, 4388.0, 4369.0, 4358.0, 4357.0, 4347.0, 4397.0], 'WindowWidth': [9795.0, 9717.0, 9754.0, 9692.0, 9719.0, 9705.0, 9651.0, 9685.0, 9654.0, 9624.0, 9708.0, 9656.0, 9651.0, 9710.0, 9656.0, 9652.0, 9680.0, 9622.0, 9711.0, 9670.0, 9626.0, 9707.0, 9662.0, 9645.0, 9696.0, 9643.0, 9710.0, 9668.0, 9620.0, 9707.0, 9650.0, 9648.0, 9683.0, 9658.0, 9729.0, 9673.0, 9623.0, 9677.0, 9639.0, 9691.0, 9666.0, 9636.0, 9709.0, 9668.0, 9676.0, 9665.0, 9619.0, 9689.0, 9653.0, 9690.0, 9663.0, 9621.0, 9693.0, 9654.0, 9694.0, 9669.0, 9638.0, 9693.0, 9655.0, 9679.0, 9665.0, 9625.0, 9707.0, 9656.0, 9727.0, 9667.0, 9625.0, 9679.0, 9642.0, 9696.0, 9659.0, 9666.0, 9681.0, 9639.0, 9712.0, 9673.0, 9697.0, 9674.0, 9658.0, 9698.0, 9644.0, 9708.0, 9654.0, 9627.0, 9696.0, 9664.0, 9732.0, 9689.0, 9645.0, 9712.0, 9644.0, 9716.0, 9687.0, 9714.0, 9685.0, 9625.0, 9677.0, 9625.0, 9692.0, 9653.0, 9664.0, 9649.0, 9623.0, 9693.0, 9657.0, 9659.0, 9686.0, 9652.0, 9733.0, 9690.0, 9647.0, 9697.0, 9646.0, 9726.0, 9675.0, 9669.0, 9700.0, 9642.0, 9709.0, 9669.0, 9639.0, 9710.0, 9671.0, 9697.0, 9670.0, 9643.0, 9712.0, 9672.0, 9644.0, 9714.0, 9671.0, 9653.0, 9696.0, 9646.0, 9734.0, 9687.0, 9643.0, 9714.0, 9654.0, 9692.0, 9667.0, 9625.0, 9709.0, 9665.0, 9663.0, 9667.0, 9624.0, 9687.0, 9650.0, 9647.0, 9676.0, 9626.0, 9706.0, 9657.0, 9629.0, 9697.0, 9648.0, 9727.0, 9672.0, 9628.0, 9699.0, 9674.0, 9698.0, 9674.0, 9664.0, 9734.0, 9695.0, 9653.0, 9720.0, 9685.0, 9653.0, 9705.0, 9665.0, 9730.0, 9692.0, 9690.0, 9742.0, 9671.0, 9764.0, 9713.0, 9703.0, 9717.0, 9651.0, 9685.0, 9663.0, 9601.0, 9693.0, 9646.0, 9615.0, 9689.0, 9616.0, 9669.0, 9639.0, 9594.0, 9661.0, 9607.0, 9679.0, 9623.0, 9593.0, 9651.0, 9597.0, 9667.0, 9627.0, 9600.0, 9668.0, 9619.0, 9684.0, 9633.0, 9607.0, 9675.0, 9628.0, 9707.0, 9658.0, 9631.0, 9696.0, 9662.0, 9673.0, 9691.0, 9647.0, 9731.0, 9676.0, 9646.0, 9713.0, 9633.0, 9730.0, 9690.0, 9659.0, 9715.0, 9649.0, 9727.0, 9676.0, 9645.0, 9717.0, 9678.0, 9716.0, 9690.0, 9652.0, 9721.0, 9697.0, 9694.0, 9720.0, 9667.0, 9735.0, 9693.0, 9649.0, 9720.0, 9684.0, 9723.0, 9696.0, 9652.0, 9719.0, 9681.0, 9668.0, 9722.0, 9671.0, 9756.0, 9698.0, 9654.0, 9723.0, 9684.0, 9757.0, 9710.0, 9651.0, 9732.0, 9681.0, 9701.0, 9692.0, 9663.0, 9734.0, 9695.0, 9677.0, 9704.0, 9650.0, 9732.0, 9696.0, 9666.0, 9738.0, 9696.0, 9654.0, 9722.0, 9671.0, 9749.0, 9695.0, 9665.0, 9737.0, 9701.0, 9668.0, 9722.0, 9687.0, 9709.0, 9709.0, 9666.0, 9738.0, 9708.0, 9650.0, 9739.0, 9696.0, 9703.0, 9716.0, 9647.0, 9718.0, 9692.0, 9662.0, 9734.0, 9674.0, 9641.0, 9698.0, 9672.0, 9688.0, 9700.0, 9629.0, 9732.0, 9668.0, 9641.0, 9698.0, 9670.0, 9683.0, 9684.0, 9645.0, 9729.0, 9673.0, 9651.0, 9718.0, 9671.0, 9656.0, 9680.0, 9640.0, 9711.0, 9669.0, 9642.0, 9731.0, 9659.0, 9639.0, 9695.0, 9658.0, 9678.0, 9682.0, 9642.0, 9712.0, 9666.0, 9639.0, 9711.0, 9672.0, 9641.0, 9696.0, 9646.0, 9651.0, 9678.0, 9642.0, 9714.0, 9686.0, 9646.0, 9713.0, 9671.0, 9641.0, 9713.0, 9672.0, 9653.0, 9694.0, 9640.0, 9676.0, 9665.0, 9622.0, 9716.0, 9653.0, 9620.0, 9688.0, 9651.0, 9651.0, 9689.0, 9637.0, 9674.0, 9647.0, 9618.0, 9690.0, 9650.0, 9645.0, 9688.0, 9636.0, 9659.0, 9648.0, 9622.0, 9709.0, 9651.0, 9638.0, 9692.0, 9637.0, 9622.0, 9693.0, 9653.0, 9666.0, 9676.0, 9625.0, 9689.0, 9663.0, 9623.0, 9709.0, 9669.0, 9625.0, 9691.0, 9637.0, 9661.0, 9660.0, 9619.0, 9708.0, 9662.0, 9618.0, 9685.0, 9636.0, 9678.0, 9664.0, 9619.0, 9708.0, 9638.0, 9623.0, 9673.0, 9638.0, 9710.0, 9665.0, 9625.0, 9692.0, 9643.0, 9641.0, 9682.0, 9642.0, 9694.0, 9657.0, 9639.0, 9708.0, 9658.0, 9699.0, 9670.0, 9626.0, 9711.0, 9653.0, 9636.0, 9679.0, 9643.0, 9725.0, 9671.0, 9638.0, 9694.0, 9657.0, 9655.0, 9696.0, 9628.0, 9730.0, 9671.0, 9625.0, 9691.0, 9640.0, 9677.0, 9664.0, 9624.0, 9693.0, 9639.0, 9635.0, 9690.0, 9642.0, 9712.0, 9666.0, 9639.0, 9693.0, 9652.0, 9652.0, 9691.0, 9655.0, 9696.0, 9653.0, 9638.0, 9696.0, 9655.0, 9665.0, 9677.0, 9640.0, 9692.0, 9655.0, 9641.0, 9710.0, 9672.0, 9699.0, 9670.0, 9640.0, 9710.0, 9654.0, 9667.0, 9681.0, 9624.0, 9712.0, 9650.0, 9621.0, 9676.0, 9636.0, 9675.0, 9663.0, 9624.0, 9710.0, 9652.0, 9640.0, 9692.0, 9644.0, 9713.0, 9669.0, 9638.0, 9698.0, 9657.0, 9624.0, 9680.0, 9639.0, 9711.0, 9670.0, 9666.0, 9682.0, 9639.0, 9708.0, 9652.0, 9625.0, 9709.0, 9669.0, 9656.0, 9683.0, 9660.0, 9697.0, 9673.0, 9646.0, 9732.0, 9689.0, 9646.0, 9718.0, 9659.0, 9729.0, 9671.0, 9651.0, 9712.0, 9642.0, 9696.0, 9650.0, 9620.0, 9692.0, 9652.0, 9694.0, 9667.0, 9636.0, 9693.0, 9641.0, 9724.0, 9668.0, 9642.0, 9693.0, 9643.0, 9694.0, 9653.0, 9665.0, 9648.0, 9605.0, 9705.0, 9637.0, 9624.0, 9676.0, 9638.0, 9709.0, 9654.0, 9637.0, 9709.0, 9645.0, 9693.0, 9669.0, 9635.0, 9695.0, 9622.0, 9698.0, 9650.0, 9618.0, 9673.0, 9615.0, 9685.0, 9633.0, 9628.0, 9672.0, 9618.0, 9654.0, 9643.0, 9617.0, 9702.0, 9648.0, 9645.0, 9661.0, 9618.0, 9690.0, 9638.0, 9645.0, 9673.0, 9618.0, 9690.0, 9637.0, 9618.0, 9691.0, 9623.0, 9705.0, 9651.0, 9622.0, 9673.0, 9638.0, 9687.0, 9666.0, 9623.0, 9706.0, 9658.0, 9664.0, 9667.0, 9642.0, 9708.0, 9668.0, 9653.0, 9680.0, 9622.0, 9705.0, 9651.0, 9664.0, 9680.0, 9624.0, 9709.0, 9651.0, 9621.0, 9678.0, 9623.0, 9710.0, 9667.0, 9650.0, 9694.0, 9626.0, 9706.0, 9669.0, 9639.0, 9711.0, 9677.0, 9664.0, 9664.0, 9659.0, 9717.0, 9675.0, 9649.0, 9733.0, 9664.0, 9646.0, 9700.0, 9677.0, 9702.0, 9690.0, 9629.0, 9714.0, 9657.0, 9668.0, 9666.0, 9624.0, 9708.0, 9650.0, 9646.0, 9648.0, 9619.0, 9692.0, 9658.0, 9654.0, 9692.0, 9644.0, 9679.0, 9655.0, 9641.0, 9714.0, 9675.0, 9699.0, 9688.0, 9640.0, 9713.0, 9642.0, 9717.0, 9675.0, 9695.0, 9668.0, 9620.0, 9677.0, 9639.0, 9690.0, 9653.0, 9625.0, 9692.0, 9640.0, 9636.0, 9665.0, 9645.0, 9713.0, 9672.0, 9642.0, 9700.0, 9646.0, 9713.0, 9674.0, 9646.0, 9713.0, 9656.0, 9694.0, 9650.0, 9619.0, 9675.0, 9625.0, 9708.0, 9653.0, 9620.0, 9674.0, 9624.0, 9689.0, 9652.0, 9623.0, 9690.0, 9639.0, 9707.0, 9653.0, 9637.0, 9696.0, 9662.0, 9700.0, 9673.0, 9645.0, 9714.0, 9662.0, 9698.0, 9671.0, 9641.0, 9712.0, 9657.0, 9697.0, 9655.0, 9636.0, 9691.0, 9657.0, 9711.0, 9668.0, 9641.0, 9697.0, 9642.0, 9707.0, 9656.0, 9656.0, 9697.0, 9625.0, 9712.0, 9656.0, 9647.0, 9663.0, 9620.0, 9690.0, 9636.0, 9708.0, 9660.0, 9621.0, 9678.0, 9638.0, 9688.0, 9651.0, 9624.0, 9694.0, 9656.0, 9683.0, 9654.0, 9638.0, 9694.0, 9659.0, 9668.0, 9698.0, 9657.0, 9716.0, 9673.0, 9643.0, 9709.0, 9658.0, 9697.0, 9655.0, 9634.0, 9692.0, 9653.0, 9650.0, 9691.0, 9639.0, 9698.0, 9652.0, 9633.0, 9695.0, 9641.0, 9692.0, 9649.0, 9619.0, 9675.0, 9622.0, 9648.0, 9679.0, 9639.0, 9688.0, 9631.0, 9600.0, 9656.0, 9639.0, 9689.0, 9666.0, 9626.0, 9709.0, 9644.0, 9643.0, 9715.0, 9679.0, 9642.0, 9697.0, 9661.0, 9683.0, 9669.0, 9626.0, 9717.0, 9670.0, 9639.0, 9696.0, 9657.0, 9664.0, 9666.0, 9626.0, 9716.0, 9654.0, 9637.0, 9682.0, 9641.0, 9677.0, 9653.0, 9634.0, 9711.0, 9636.0, 9620.0, 9689.0, 9639.0, 9695.0, 9666.0, 9619.0, 9690.0, 9615.0, 9596.0, 9638.0, 9596.0, 9682.0, 9631.0, 9626.0, 9671.0, 9618.0, 9613.0, 9669.0, 9636.0, 9660.0, 9661.0, 9623.0, 9690.0, 9649.0, 9624.0, 9709.0, 9652.0, 9676.0, 9661.0, 9617.0, 9669.0, 9626.0, 9598.0, 9664.0, 9617.0, 9685.0, 9642.0, 9613.0, 9668.0, 9616.0, 9626.0, 9653.0, 9617.0, 9692.0, 9634.0, 9641.0, 9674.0, 9635.0, 9634.0, 9693.0, 9637.0, 9623.0, 9677.0, 9660.0, 9625.0, 9647.0, 9672.0, 9621.0, 9693.0, 9645.0, 9613.0, 9686.0, 9619.0, 9614.0, 9651.0, 9613.0, 9688.0, 9647.0, 9620.0, 9691.0, 9635.0, 9588.0, 9607.0, 9538.0, 9643.0, 9630.0, 9593.0, 9649.0, 9611.0, 9687.0, 9668.0, 9618.0, 9661.0, 9645.0, 9650.0, 9636.0, 9596.0, 9685.0, 9630.0, 9619.0, 9691.0, 9654.0, 9665.0, 9667.0, 9645.0, 9710.0, 9655.0, 9639.0, 9681.0, 9626.0, 9715.0, 9670.0, 9642.0, 9698.0, 9646.0, 9712.0, 9672.0, 9653.0, 9715.0, 9673.0, 9653.0, 9685.0, 9647.0, 9732.0, 9673.0, 9667.0, 9701.0, 9643.0, 9667.0, 9668.0, 9641.0, 9714.0, 9668.0, 9641.0, 9712.0, 9653.0, 9648.0, 9679.0, 9640.0, 9709.0, 9663.0, 9618.0, 9690.0, 9635.0, 9634.0, 9690.0, 9651.0, 9634.0, 9657.0, 9622.0, 9692.0, 9665.0, 9619.0, 9707.0, 9647.0, 9617.0, 9686.0, 9634.0, 9656.0, 9641.0, 9601.0, 9702.0, 9633.0, 9615.0, 9687.0, 9649.0, 9644.0, 9687.0, 9640.0, 9645.0, 9659.0, 9621.0, 9708.0, 9651.0, 9632.0, 9689.0, 9636.0, 9659.0, 9658.0, 9618.0, 9704.0, 9647.0, 9621.0, 9689.0, 9651.0, 9674.0, 9661.0, 9619.0, 9703.0, 9635.0, 9629.0, 9655.0, 9604.0, 9685.0, 9646.0, 9629.0, 9670.0, 9621.0, 9685.0, 9645.0, 9629.0, 9683.0, 9635.0, 9686.0, 9646.0, 9606.0, 9691.0, 9654.0, 9648.0, 9703.0, 9638.0, 9660.0, 9661.0, 9606.0, 9708.0, 9665.0, 9660.0, 9692.0, 9626.0, 9705.0, 9666.0, 9634.0, 9688.0, 9635.0, 9708.0, 9662.0, 9620.0, 9691.0, 9639.0, 9709.0, 9667.0, 9637.0, 9689.0, 9637.0, 9661.0, 9665.0, 9638.0, 9707.0, 9654.0, 9646.0, 9665.0, 9620.0, 9707.0, 9664.0, 9675.0, 9661.0, 9604.0, 9689.0, 9649.0, 9650.0, 9678.0, 9637.0, 9711.0, 9650.0, 9620.0, 9694.0, 9653.0, 9710.0, 9666.0, 9635.0, 9691.0, 9636.0, 9661.0, 9661.0, 9637.0, 9707.0, 9650.0, 9621.0, 9674.0, 9624.0, 9708.0, 9668.0, 9643.0, 9710.0, 9645.0, 9624.0, 9691.0, 9646.0, 9726.0, 9670.0, 9643.0, 9710.0, 9659.0, 9680.0, 9681.0, 9639.0, 9723.0, 9655.0, 9649.0, 9681.0, 9625.0, 9708.0, 9668.0, 9638.0, 9709.0, 9643.0, 9675.0, 9665.0, 9625.0, 9711.0, 9666.0, 9624.0, 9690.0, 9637.0, 9693.0, 9666.0, 9634.0, 9708.0, 9650.0, 9659.0, 9661.0, 9637.0, 9706.0, 9648.0, 9634.0, 9671.0, 9622.0, 9703.0, 9651.0, 9626.0, 9693.0, 9655.0, 9668.0, 9669.0, 9644.0, 9715.0, 9676.0, 9671.0, 9731.0, 9674.0, 9671.0, 9684.0, 9646.0, 9734.0, 9691.0, 9644.0, 9718.0, 9658.0, 9649.0, 9691.0, 9638.0, 9728.0, 9664.0, 9622.0, 9690.0, 9638.0, 9637.0, 9688.0, 9636.0, 9707.0, 9663.0, 9618.0, 9688.0, 9635.0, 9619.0, 9677.0, 9640.0, 9693.0, 9665.0, 9624.0, 9706.0, 9651.0, 9638.0, 9706.0, 9652.0, 9637.0, 9709.0, 9643.0, 9638.0, 9718.0, 9680.0, 9699.0, 9666.0, 9662.0, 9697.0, 9653.0, 9618.0, 9694.0, 9660.0, 9698.0, 9670.0, 9642.0, 9714.0, 9662.0, 9672.0, 9642.0, 9620.0, 9682.0, 9633.0, 9617.0, 9670.0, 9641.0, 9663.0, 9661.0, 9629.0, 9724.0, 9669.0, 9639.0, 9711.0, 9655.0, 9639.0, 9709.0, 9672.0, 9664.0, 9707.0, 9656.0, 9654.0, 9711.0, 9657.0, 9698.0, 9680.0, 9640.0, 9680.0, 9667.0, 9643.0, 9714.0, 9669.0, 9642.0, 9713.0, 9655.0, 9635.0, 9695.0, 9639.0, 9635.0, 9708.0, 9651.0, 9660.0, 9673.0, 9636.0, 9660.0, 9663.0, 9626.0, 9710.0, 9665.0, 9619.0, 9692.0, 9637.0, 9622.0, 9703.0, 9651.0, 9634.0, 9686.0, 9634.0, 9657.0, 9662.0, 9626.0, 9709.0, 9662.0, 9622.0, 9707.0, 9641.0, 9625.0, 9691.0, 9657.0, 9674.0, 9647.0, 9622.0, 9692.0, 9648.0, 9619.0, 9690.0, 9650.0, 9690.0, 9650.0, 9618.0, 9690.0, 9637.0, 9647.0, 9661.0, 9621.0, 9709.0, 9647.0, 9621.0, 9691.0, 9650.0, 9663.0, 9661.0, 9624.0, 9709.0, 9652.0, 9619.0, 9689.0, 9636.0, 9677.0, 9660.0, 9621.0, 9722.0, 9650.0, 9619.0, 9691.0, 9649.0, 9664.0, 9678.0, 9624.0, 9707.0, 9652.0, 9636.0, 9694.0, 9660.0, 9652.0, 9709.0, 9656.0, 9640.0, 9692.0, 9658.0, 9680.0, 9668.0, 9629.0, 9712.0, 9667.0, 9624.0, 9710.0, 9654.0, 9637.0, 9710.0, 9639.0, 9623.0, 9692.0, 9638.0, 9695.0, 9665.0, 9619.0, 9709.0, 9647.0, 9617.0, 9689.0, 9651.0, 9660.0, 9656.0, 9624.0, 9675.0, 9646.0, 9606.0, 9704.0, 9648.0, 9621.0, 9693.0, 9635.0, 9629.0, 9684.0, 9651.0, 9703.0, 9657.0, 9606.0, 9703.0, 9646.0, 9619.0, 9708.0, 9655.0, 9643.0, 9670.0, 9617.0, 9642.0, 9656.0, 9626.0, 9687.0, 9642.0, 9619.0, 9673.0, 9645.0, 9619.0, 9707.0, 9669.0, 9634.0, 9688.0, 9637.0, 9621.0, 9686.0, 9636.0, 9674.0, 9641.0, 9641.0, 9645.0, 9665.0, 9622.0, 9643.0, 9714.0, 9652.0, 9691.0, 9670.0, 9626.0, 9704.0, 9649.0, 9620.0, 9688.0, 9632.0, 9657.0, 9657.0, 9580.0, 9682.0, 9623.0, 9618.0, 9632.0, 9577.0, 9659.0, 9604.0, 9615.0, 9613.0, 9573.0, 9659.0, 9604.0, 9592.0, 9647.0, 9597.0, 9650.0, 9625.0, 9599.0, 9682.0, 9617.0, 9616.0, 9655.0, 9601.0, 9686.0, 9645.0, 9654.0, 9643.0, 9597.0, 9667.0, 9627.0, 9622.0, 9639.0, 9602.0, 9686.0, 9632.0, 9621.0, 9675.0, 9637.0, 9690.0, 9650.0, 9662.0, 9664.0, 9621.0, 9704.0, 9634.0, 9658.0, 9644.0, 9605.0, 9671.0, 9637.0, 9704.0, 9652.0, 9637.0, 9681.0, 9638.0, 9693.0, 9656.0, 9666.0, 9670.0, 9641.0, 9698.0, 9647.0, 9627.0, 9682.0, 9645.0, 9727.0, 9672.0, 9642.0, 9696.0, 9657.0, 9694.0, 9669.0, 9627.0, 9713.0, 9656.0, 9643.0, 9715.0, 9662.0, 9659.0, 9699.0, 9660.0, 9684.0, 9660.0, 9644.0, 9735.0, 9660.0, 9642.0, 9697.0, 9658.0, 9641.0, 9684.0, 9646.0, 9701.0, 9657.0, 9644.0, 9681.0, 9663.0, 9669.0, 9673.0, 9647.0, 9716.0, 9663.0, 9647.0, 9703.0, 9666.0, 9674.0, 9663.0, 9646.0, 9718.0, 9682.0, 9649.0, 9721.0, 9664.0, 9660.0, 9687.0, 9645.0, 9716.0, 9672.0, 9644.0, 9702.0, 9659.0, 9700.0, 9661.0, 9641.0, 9696.0, 9658.0, 9641.0, 9669.0, 9660.0, 9685.0, 9659.0, 9663.0, 9721.0, 9665.0, 9662.0, 9693.0, 9665.0, 9689.0, 9691.0, 9661.0, 9722.0, 9662.0, 9659.0, 9702.0, 9666.0, 9702.0, 9676.0, 9645.0, 9714.0, 9658.0, 9640.0, 9699.0, 9644.0, 9641.0, 9685.0, 9662.0, 9670.0, 9658.0, 9643.0, 9714.0, 9657.0, 9639.0, 9684.0, 9639.0, 9692.0, 9653.0, 9621.0, 9680.0, 9625.0, 9631.0, 9646.0, 9621.0, 9663.0, 9650.0, 9639.0, 9697.0, 9642.0, 9638.0, 9698.0, 9643.0, 9652.0, 9662.0, 9624.0, 9678.0, 9634.0, 9620.0, 9691.0, 9634.0, 9619.0, 9661.0, 9638.0, 9660.0, 9634.0, 9620.0, 9693.0, 9627.0, 9637.0, 9667.0, 9642.0, 9694.0, 9670.0, 9638.0, 9698.0, 9642.0, 9648.0, 9650.0, 9621.0, 9695.0, 9624.0, 9619.0, 9659.0, 9618.0, 9688.0, 9634.0, 9618.0, 9661.0, 9635.0, 9658.0, 9633.0, 9633.0, 9693.0, 9639.0, 9636.0, 9682.0, 9639.0, 9640.0, 9695.0, 9638.0, 9636.0, 9699.0, 9669.0, 9636.0, 9693.0, 9621.0, 9615.0, 9655.0, 9615.0, 9666.0, 9597.0, 9595.0, 9635.0, 9602.0, 9666.0, 9613.0, 9610.0, 9637.0, 9614.0, 9667.0, 9619.0, 9617.0, 9659.0, 9624.0, 9632.0, 9625.0, 9632.0, 9676.0, 9639.0, 9692.0, 9623.0, 9644.0, 9637.0, 9617.0, 9672.0, 9619.0, 9675.0, 9621.0, 9629.0, 9630.0, 9619.0, 9673.0, 9637.0, 9635.0, 9655.0, 9635.0, 9679.0, 9655.0, 9666.0, 9642.0, 9637.0, 9677.0, 9642.0, 9679.0, 9641.0, 9635.0, 9679.0, 9640.0, 9679.0, 9640.0, 9638.0, 9670.0, 9659.0, 9683.0, 9659.0, 9656.0, 9687.0, 9662.0, 9656.0, 9673.0, 9656.0, 9701.0, 9645.0, 9667.0, 9701.0, 9642.0, 9624.0, 9679.0, 9640.0, 9639.0, 9719.0, 9651.0, 9666.0, 9691.0, 9652.0, 9663.0, 9688.0, 9644.0, 9626.0, 9700.0, 9643.0, 9626.0, 9713.0, 9645.0, 9631.0, 9699.0, 9633.0, 9642.0, 9714.0, 9633.0, 9645.0, 9689.0, 9647.0, 9641.0, 9685.0, 9665.0, 9667.0, 9697.0, 9670.0, 9665.0, 9693.0, 9668.0, 9671.0, 9713.0, 9671.0, 9666.0, 9681.0, 9667.0, 9677.0, 9666.0, 9651.0, 9692.0, 9651.0, 9655.0, 9691.0, 9678.0, 9669.0, 9653.0, 9725.0, 9652.0, 9647.0, 9719.0, 9652.0, 9652.0, 9722.0, 9655.0, 9667.0, 9695.0, 9671.0, 9692.0, 9665.0, 9651.0, 9644.0, 9650.0, 9671.0, 9713.0, 9692.0, 9697.0, 9728.0, 9686.0, 9676.0, 9671.0, 9712.0, 9689.0, 9687.0, 9729.0, 9675.0, 9669.0, 9713.0, 9674.0, 9726.0, 9711.0, 9652.0, 9703.0, 9675.0, 9649.0, 9720.0, 9667.0, 9650.0, 9702.0, 9677.0, 9661.0, 9718.0, 9688.0, 9611.0, 9698.0, 9645.0, 9612.0, 9700.0, 9630.0, 9611.0, 9681.0, 9639.0, 9661.0, 9663.0, 9623.0, 9688.0, 9620.0, 9607.0, 9690.0, 9620.0, 9599.0, 9638.0, 9626.0, 9674.0, 9612.0, 9602.0, 9642.0, 9601.0, 9603.0, 9641.0, 9643.0, 9634.0, 9662.0, 9674.0, 9618.0, 9601.0, 9670.0, 9615.0, 9668.0, 9643.0, 9640.0, 9667.0, 9650.0, 9626.0, 9610.0, 9607.0, 9591.0, 9662.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.006813101402373247</td></tr>
<tr><td colspan=3>aqi</td><td>0.027971732686084144</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.97476513110095</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3534264886454381</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1114755450782494</td></tr>
<tr><td colspan=3>efc</td><td>0.4498</td></tr>
<tr><td colspan=3>fber</td><td>6423.6479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08380826445918223</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8878101402373246</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3457476668590016</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3156389447908654</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5414855757698986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1801184800162408</td></tr>
<tr><td colspan=3>gcor</td><td>0.00808356</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02000768855214119</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016852807253599167</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.930881281772455</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>47.9993</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.7137</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309139.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>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.4481</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3649.4316</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.1449</td></tr>
<tr><td colspan=3>tsnr</td><td>39.29723614430986</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>