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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:18:54.475000</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.999891, 0.00041791, -0.0147312, 0.000523557, 0.997959, 0.063848]</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.096265</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7735, -7266, 433, -109, -39, 9, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de0e129d-9dc4-419a-a9d4-d308adf9fa85||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.682635545730591, 0.0014046651776880026, -0.03976510092616081, 113.01078033447266], [-0.0011212207609787583, 2.677452325820923, 0.17239168286323547, -100.03107452392578], [-0.03952270746231079, -0.1712995022535324, 2.694197416305542, -66.20437622070312], [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': ['141854.475000', '141854.935000', '141855.395000', '141855.855000', '141856.315000', '141856.775000', '141857.235000', '141857.695000', '141858.155000', '141858.615000', '141859.075000', '141859.535000', '141859.995000', '141900.455000', '141900.915000', '141901.375000', '141901.835000', '141902.295000', '141902.755000', '141903.215000', '141903.675000', '141904.135000', '141904.595000', '141905.055000', '141905.515000', '141905.975000', '141906.435000', '141906.895000', '141907.355000', '141907.815000', '141908.275000', '141908.735000', '141909.195000', '141909.655000', '141910.115000', '141910.575000', '141911.035000', '141911.495000', '141911.955000', '141912.415000', '141912.875000', '141913.335000', '141913.795000', '141914.255000', '141914.715000', '141915.175000', '141915.635000', '141916.095000', '141916.555000', '141917.015000', '141917.475000', '141917.935000', '141918.395000', '141918.855000', '141919.315000', '141919.775000', '141920.235000', '141920.695000', '141921.155000', '141921.615000', '141922.075000', '141922.535000', '141922.995000', '141923.455000', '141923.915000', '141924.375000', '141924.835000', '141925.295000', '141925.755000', '141926.215000', '141926.675000', '141927.135000', '141927.595000', '141928.055000', '141928.515000', '141928.975000', '141929.435000', '141929.895000', '141930.355000', '141930.815000', '141931.275000', '141931.735000', '141932.195000', '141932.655000', '141933.115000', '141933.575000', '141934.035000', '141934.495000', '141934.955000', '141935.415000', '141935.875000', '141936.335000', '141936.795000', '141937.255000', '141937.715000', '141938.175000', '141938.635000', '141939.095000', '141939.555000', '141940.015000', '141940.475000', '141940.935000', '141941.395000', '141941.855000', '141942.315000', '141942.775000', '141943.235000', '141943.695000', '141944.155000', '141944.615000', '141945.075000', '141945.535000', '141945.995000', '141946.455000', '141946.915000', '141947.375000', '141947.835000', '141948.295000', '141948.755000', '141949.215000', '141949.675000', '141950.135000', '141950.595000', '141951.055000', '141951.515000', '141951.975000', '141952.435000', '141952.895000', '141953.355000', '141953.815000', '141954.275000', '141954.735000', '141955.195000', '141955.655000', '141956.115000', '141956.575000', '141957.035000', '141957.495000', '141957.955000', '141958.415000', '141958.875000', '141959.335000', '141959.795000', '142000.255000', '142000.715000', '142001.175000', '142001.635000', '142002.095000', '142002.555000', '142003.015000', '142003.475000', '142003.935000', '142004.395000', '142004.855000', '142005.315000', '142005.775000', '142006.235000', '142006.695000', '142007.155000', '142007.615000', '142008.075000', '142008.535000', '142008.995000', '142009.455000', '142009.915000', '142010.375000', '142010.835000', '142011.295000', '142011.755000', '142012.215000', '142012.675000', '142013.135000', '142013.595000', '142014.055000', '142014.515000', '142014.975000', '142015.435000', '142015.895000', '142016.355000', '142016.815000', '142017.275000', '142017.735000', '142018.195000', '142018.655000', '142019.115000', '142019.575000', '142020.035000', '142020.495000', '142020.955000', '142021.415000', '142021.875000', '142022.335000', '142022.795000', '142023.255000', '142023.715000', '142024.175000', '142024.635000', '142025.095000', '142025.555000', '142026.015000', '142026.475000', '142026.935000', '142027.395000', '142027.855000', '142028.315000', '142028.775000', '142029.235000', '142029.695000', '142030.155000', '142030.615000', '142031.075000', '142031.535000', '142031.995000', '142032.455000', '142032.915000', '142033.375000', '142033.835000', '142034.295000', '142034.755000', '142035.215000', '142035.675000', '142036.135000', '142036.595000', '142037.055000', '142037.515000', '142037.975000', '142038.435000', '142038.895000', '142039.355000', '142039.815000', '142040.275000', '142040.735000', '142041.195000', '142041.655000', '142042.115000', '142042.575000', '142043.035000', '142043.495000', '142043.955000', '142044.415000', '142044.875000', '142045.335000', '142045.795000', '142046.255000', '142046.715000', '142047.175000', '142047.635000', '142048.095000', '142048.555000', '142049.015000', '142049.475000', '142049.935000', '142050.395000', '142050.855000', '142051.315000', '142051.775000', '142052.235000', '142052.695000', '142053.155000', '142053.615000', '142054.075000', '142054.535000', '142054.995000', '142055.455000', '142055.915000', '142056.375000', '142056.835000', '142057.295000', '142057.755000', '142058.215000', '142058.675000', '142059.135000', '142059.595000', '142100.055000', '142100.515000', '142100.975000', '142101.435000', '142101.895000', '142102.355000', '142102.815000', '142103.275000', '142103.735000', '142104.195000', '142104.655000', '142105.115000', '142105.575000', '142106.035000', '142106.495000', '142106.955000', '142107.415000', '142107.875000', '142108.335000', '142108.795000', '142109.255000', '142109.715000', '142110.175000', '142110.635000', '142111.095000', '142111.555000', '142112.015000', '142112.475000', '142112.935000', '142113.395000', '142113.855000', '142114.315000', '142114.775000', '142115.235000', '142115.695000', '142116.155000', '142116.615000', '142117.075000', '142117.535000', '142117.995000', '142118.455000', '142118.915000', '142119.375000', '142119.835000', '142120.295000', '142120.755000', '142121.215000', '142121.675000', '142122.135000', '142122.595000', '142123.055000', '142123.515000', '142123.975000', '142124.435000', '142124.895000', '142125.355000', '142125.815000', '142126.275000', '142126.735000', '142127.195000', '142127.655000', '142128.115000', '142128.575000', '142129.035000', '142129.495000', '142129.955000', '142130.415000', '142130.875000', '142131.335000', '142131.795000', '142132.255000', '142132.715000', '142133.175000', '142133.635000', '142134.095000', '142134.555000', '142135.015000', '142135.475000', '142135.935000', '142136.395000', '142136.855000', '142137.315000', '142137.775000', '142138.235000', '142138.695000', '142139.155000', '142139.615000', '142140.075000', '142140.535000', '142140.995000', '142141.455000', '142141.915000', '142142.375000', '142142.835000', '142143.295000', '142143.755000', '142144.215000', '142144.675000', '142145.135000', '142145.595000', '142146.055000', '142146.515000', '142146.975000', '142147.435000', '142147.895000', '142148.355000', '142148.815000', '142149.275000', '142149.735000', '142150.195000', '142150.655000', '142151.115000', '142151.575000', '142152.035000', '142152.495000', '142152.955000', '142153.415000', '142153.875000', '142154.335000', '142154.795000', '142155.255000', '142155.715000', '142156.175000', '142156.635000', '142157.095000', '142157.555000', '142158.015000', '142158.475000', '142158.935000', '142159.395000', '142159.855000', '142200.315000', '142200.775000', '142201.235000', '142201.695000', '142202.155000', '142202.615000', '142203.075000', '142203.535000', '142203.995000', '142204.455000', '142204.915000', '142205.375000', '142205.835000', '142206.295000', '142206.755000', '142207.215000', '142207.675000', '142208.135000', '142208.595000', '142209.055000', '142209.515000', '142209.975000', '142210.435000', '142210.895000', '142211.355000', '142211.815000', '142212.275000', '142212.735000', '142213.195000', '142213.655000', '142214.115000', '142214.575000', '142215.035000', '142215.495000', '142215.955000', '142216.415000', '142216.875000', '142217.335000', '142217.795000', '142218.255000', '142218.715000', '142219.175000', '142219.635000', '142220.095000', '142220.555000', '142221.015000', '142221.475000', '142221.935000', '142222.395000', '142222.855000', '142223.315000', '142223.775000', '142224.235000', '142224.695000', '142225.155000', '142225.615000', '142226.075000', '142226.535000', '142226.995000', '142227.455000', '142227.915000', '142228.375000', '142228.835000', '142229.295000', '142229.755000', '142230.215000', '142230.675000', '142231.135000', '142231.595000', '142232.055000', '142232.515000', '142232.975000', '142233.435000', '142233.895000', '142234.355000', '142234.815000', '142235.275000', '142235.735000', '142236.195000', '142236.655000', '142237.115000', '142237.575000', '142238.035000', '142238.495000', '142238.955000', '142239.415000', '142239.875000', '142240.335000', '142240.795000', '142241.255000', '142241.715000', '142242.175000', '142242.635000', '142243.095000', '142243.555000', '142244.015000', '142244.475000', '142244.935000', '142245.395000', '142245.855000', '142246.315000', '142246.775000', '142247.235000', '142247.695000', '142248.155000', '142248.615000', '142249.075000', '142249.535000', '142249.995000', '142250.455000', '142250.915000', '142251.375000', '142251.835000', '142252.295000', '142252.755000', '142253.215000', '142253.675000', '142254.135000', '142254.595000', '142255.055000', '142255.515000', '142255.975000', '142256.435000', '142256.895000', '142257.355000', '142257.815000', '142258.275000', '142258.735000', '142259.195000', '142259.655000', '142300.115000', '142300.575000', '142301.035000', '142301.495000', '142301.955000', '142302.415000', '142302.875000', '142303.335000', '142303.795000', '142304.255000', '142304.715000', '142305.175000', '142305.635000', '142306.095000', '142306.555000', '142307.015000', '142307.475000', '142307.935000', '142308.395000', '142308.855000', '142309.315000', '142309.775000', '142310.235000', '142310.695000', '142311.155000', '142311.615000', '142312.075000', '142312.535000', '142312.995000', '142313.455000', '142313.915000', '142314.375000', '142314.835000', '142315.295000', '142315.755000', '142316.215000', '142316.675000', '142317.135000', '142317.595000', '142318.055000', '142318.515000', '142318.975000', '142319.435000', '142319.895000', '142320.355000', '142320.815000', '142321.275000', '142321.735000', '142322.195000', '142322.655000', '142323.115000', '142323.575000', '142324.035000', '142324.495000', '142324.955000', '142325.415000', '142325.875000', '142326.335000', '142326.795000', '142327.255000', '142327.715000', '142328.175000', '142328.635000', '142329.095000', '142329.555000', '142330.015000', '142330.475000', '142330.935000', '142331.395000', '142331.855000', '142332.315000', '142332.775000', '142333.235000', '142333.695000', '142334.155000', '142334.615000', '142335.075000', '142335.535000', '142335.995000', '142336.455000', '142336.915000', '142337.375000', '142337.835000', '142338.295000', '142338.755000', '142339.215000', '142339.675000', '142340.135000', '142340.595000', '142341.055000', '142341.515000', '142341.975000', '142342.435000', '142342.895000', '142343.355000', '142343.815000', '142344.275000', '142344.735000', '142345.195000', '142345.655000', '142346.115000', '142346.575000', '142347.035000', '142347.495000', '142347.955000', '142348.415000', '142348.875000', '142349.335000', '142349.795000', '142350.255000', '142350.715000', '142351.175000', '142351.635000', '142352.095000', '142352.555000', '142353.015000', '142353.475000', '142353.935000', '142354.395000', '142354.855000', '142355.315000', '142355.775000', '142356.235000', '142356.695000', '142357.155000', '142357.615000', '142358.075000', '142358.535000', '142358.995000', '142359.455000', '142359.915000', '142400.375000', '142400.835000', '142401.295000', '142401.755000', '142402.215000', '142402.675000', '142403.135000', '142403.595000', '142404.055000', '142404.515000', '142404.975000', '142405.435000', '142405.895000', '142406.355000', '142406.815000', '142407.275000', '142407.735000', '142408.195000', '142408.655000', '142409.115000', '142409.575000', '142410.035000', '142410.495000', '142410.955000', '142411.415000', '142411.875000', '142412.335000', '142412.795000', '142413.255000', '142413.715000', '142414.175000', '142414.635000', '142415.095000', '142415.555000', '142416.015000', '142416.475000', '142416.935000', '142417.395000', '142417.855000', '142418.315000', '142418.775000', '142419.235000', '142419.695000', '142420.155000', '142420.615000', '142421.075000', '142421.535000', '142421.995000', '142422.455000', '142422.915000', '142423.375000', '142423.835000', '142424.295000', '142424.755000', '142425.215000', '142425.675000', '142426.135000', '142426.595000', '142427.055000', '142427.515000', '142427.975000', '142428.435000', '142428.895000', '142429.355000', '142429.815000', '142430.275000', '142430.735000', '142431.195000', '142431.655000', '142432.115000', '142432.575000', '142433.035000', '142433.495000', '142433.955000', '142434.415000', '142434.875000', '142435.335000', '142435.795000', '142436.255000', '142436.715000', '142437.175000', '142437.635000', '142438.095000', '142438.555000', '142439.015000', '142439.475000', '142439.935000', '142440.395000', '142440.855000', '142441.315000', '142441.775000', '142442.235000', '142442.695000', '142443.155000', '142443.615000', '142444.075000', '142444.535000', '142444.995000', '142445.455000', '142445.915000', '142446.375000', '142446.835000', '142447.295000', '142447.755000', '142448.215000', '142448.675000', '142449.135000', '142449.595000', '142450.055000', '142450.515000', '142450.975000', '142451.435000', '142451.895000', '142452.355000', '142452.815000', '142453.275000', '142453.735000', '142454.195000', '142454.655000', '142455.115000', '142455.575000', '142456.035000', '142456.495000', '142456.955000', '142457.415000', '142457.875000', '142458.335000', '142458.795000', '142459.255000', '142459.715000', '142500.175000', '142500.635000', '142501.095000', '142501.555000', '142502.015000', '142502.475000', '142502.935000', '142503.395000', '142503.855000', '142504.315000', '142504.775000', '142505.235000', '142505.695000', '142506.155000', '142506.615000', '142507.075000', '142507.535000', '142507.995000', '142508.455000', '142508.915000', '142509.375000', '142509.835000', '142510.295000', '142510.755000', '142511.215000', '142511.675000', '142512.135000', '142512.595000', '142513.055000', '142513.515000', '142513.975000', '142514.435000', '142514.895000', '142515.355000', '142515.815000', '142516.275000', '142516.735000', '142517.195000', '142517.655000', '142518.115000', '142518.575000', '142519.035000', '142519.495000', '142519.955000', '142520.415000', '142520.875000', '142521.335000', '142521.795000', '142522.255000', '142522.715000', '142523.175000', '142523.635000', '142524.095000', '142524.555000', '142525.015000', '142525.475000', '142525.935000', '142526.395000', '142526.855000', '142527.315000', '142527.775000', '142528.235000', '142528.695000', '142529.155000', '142529.615000', '142530.075000', '142530.535000', '142530.995000', '142531.455000', '142531.915000', '142532.375000', '142532.835000', '142533.295000', '142533.755000', '142534.215000', '142534.675000', '142535.135000', '142535.595000', '142536.055000', '142536.515000', '142536.975000', '142537.435000', '142537.895000', '142538.355000', '142538.815000', '142539.275000', '142539.735000', '142540.195000', '142540.655000', '142541.115000', '142541.575000', '142542.035000', '142542.495000', '142542.955000', '142543.415000', '142543.875000', '142544.335000', '142544.795000', '142545.255000', '142545.715000', '142546.175000', '142546.635000', '142547.095000', '142547.555000', '142548.015000', '142548.475000', '142548.935000', '142549.395000', '142549.855000', '142550.315000', '142550.775000', '142551.235000', '142551.695000', '142552.155000', '142552.615000', '142553.075000', '142553.535000', '142553.995000', '142554.455000', '142554.915000', '142555.375000', '142555.835000', '142556.295000', '142556.755000', '142557.215000', '142557.675000', '142558.135000', '142558.595000', '142559.055000', '142559.515000', '142559.975000', '142600.435000', '142600.895000', '142601.355000', '142601.815000', '142602.275000', '142602.735000', '142603.195000', '142603.655000', '142604.115000', '142604.575000', '142605.035000', '142605.495000', '142605.955000', '142606.415000', '142606.875000', '142607.335000', '142607.795000', '142608.255000', '142608.715000', '142609.175000', '142609.635000', '142610.095000', '142610.555000', '142611.015000', '142611.475000', '142611.935000', '142612.395000', '142612.855000', '142613.315000', '142613.775000', '142614.235000', '142614.695000', '142615.155000', '142615.615000', '142616.075000', '142616.535000', '142616.995000', '142617.455000', '142617.915000', '142618.375000', '142618.835000', '142619.295000', '142619.755000', '142620.215000', '142620.675000', '142621.135000', '142621.595000', '142622.055000', '142622.515000', '142622.975000', '142623.435000', '142623.895000', '142624.355000', '142624.815000', '142625.275000', '142625.735000', '142626.195000', '142626.655000', '142627.115000', '142627.575000', '142628.035000', '142628.495000', '142628.955000', '142629.415000', '142629.875000', '142630.335000', '142630.795000', '142631.255000', '142631.715000', '142632.175000', '142632.635000', '142633.095000', '142633.555000', '142634.015000', '142634.475000', '142634.935000', '142635.395000', '142635.855000', '142636.315000', '142636.775000', '142637.235000', '142637.695000', '142638.155000', '142638.615000', '142639.075000', '142639.535000', '142639.995000', '142640.455000', '142640.915000', '142641.375000', '142641.835000', '142642.295000', '142642.755000', '142643.215000', '142643.675000', '142644.135000', '142644.595000', '142645.055000', '142645.515000', '142645.975000', '142646.435000', '142646.895000', '142647.355000', '142647.815000', '142648.275000', '142648.735000', '142649.195000', '142649.655000', '142650.115000', '142650.575000', '142651.035000', '142651.495000', '142651.955000', '142652.415000', '142652.875000', '142653.335000', '142653.795000', '142654.255000', '142654.715000', '142655.175000', '142655.635000', '142656.095000', '142656.555000', '142657.015000', '142657.475000', '142657.935000', '142658.395000', '142658.855000', '142659.315000', '142659.775000', '142700.235000', '142700.695000', '142701.155000', '142701.615000', '142702.075000', '142702.535000', '142702.995000', '142703.455000', '142703.915000', '142704.375000', '142704.835000', '142705.295000', '142705.755000', '142706.215000', '142706.675000', '142707.135000', '142707.595000', '142708.055000', '142708.515000', '142708.975000', '142709.435000', '142709.895000', '142710.355000', '142710.815000', '142711.275000', '142711.735000', '142712.195000', '142712.655000', '142713.115000', '142713.575000', '142714.035000', '142714.495000', '142714.955000', '142715.415000', '142715.875000', '142716.335000', '142716.795000', '142717.255000', '142717.715000', '142718.175000', '142718.635000', '142719.095000', '142719.555000', '142720.015000', '142720.475000', '142720.935000', '142721.395000', '142721.855000', '142722.315000', '142722.775000', '142723.235000', '142723.695000', '142724.155000', '142724.615000', '142725.075000', '142725.535000', '142725.995000', '142726.455000', '142726.915000', '142727.375000', '142727.835000', '142728.295000', '142728.755000', '142729.215000', '142729.675000', '142730.135000', '142730.595000', '142731.055000', '142731.515000', '142731.975000', '142732.435000', '142732.895000', '142733.355000', '142733.815000', '142734.275000', '142734.735000', '142735.195000', '142735.655000', '142736.115000', '142736.575000', '142737.035000', '142737.495000', '142737.955000', '142738.415000', '142738.875000', '142739.335000', '142739.795000', '142740.255000', '142740.715000', '142741.175000', '142741.635000', '142742.095000', '142742.555000', '142743.015000', '142743.475000', '142743.935000', '142744.395000', '142744.855000', '142745.315000', '142745.775000', '142746.235000', '142746.695000', '142747.155000', '142747.615000', '142748.075000', '142748.535000', '142748.995000', '142749.455000', '142749.915000', '142750.375000', '142750.835000', '142751.295000', '142751.755000', '142752.215000', '142752.675000', '142753.135000', '142753.595000', '142754.055000', '142754.515000', '142754.975000', '142755.435000', '142755.895000', '142756.355000', '142756.815000', '142757.275000', '142757.735000', '142758.195000', '142758.655000', '142759.115000', '142759.575000', '142800.035000', '142800.495000', '142800.955000', '142801.415000', '142801.875000', '142802.335000', '142802.795000', '142803.255000', '142803.715000', '142804.175000', '142804.635000', '142805.095000', '142805.555000', '142806.015000', '142806.475000', '142806.935000', '142807.395000', '142807.855000', '142808.315000', '142808.775000', '142809.235000', '142809.695000', '142810.155000', '142810.615000', '142811.075000', '142811.535000', '142811.995000', '142812.455000', '142812.915000', '142813.375000', '142813.835000', '142814.295000', '142814.755000', '142815.215000', '142815.675000', '142816.135000', '142816.595000', '142817.055000', '142817.515000', '142817.975000', '142818.435000', '142818.895000', '142819.355000', '142819.815000', '142820.275000', '142820.735000', '142821.195000', '142821.655000', '142822.115000', '142822.575000', '142823.035000', '142823.495000', '142823.955000', '142824.415000', '142824.875000', '142825.335000', '142825.795000', '142826.255000', '142826.715000', '142827.175000', '142827.635000', '142828.095000', '142828.555000', '142829.015000', '142829.475000', '142829.935000', '142830.395000', '142830.855000', '142831.315000', '142831.775000', '142832.235000', '142832.695000', '142833.155000', '142833.615000', '142834.075000', '142834.535000', '142834.995000', '142835.455000', '142835.915000', '142836.375000', '142836.835000', '142837.295000', '142837.755000', '142838.215000', '142838.675000', '142839.135000', '142839.595000', '142840.055000', '142840.515000', '142840.975000', '142841.435000', '142841.895000', '142842.355000', '142842.815000', '142843.275000', '142843.735000', '142844.195000', '142844.655000', '142845.115000', '142845.575000', '142846.035000', '142846.495000', '142846.955000', '142847.415000', '142847.875000', '142848.335000', '142848.795000', '142849.255000', '142849.715000', '142850.175000', '142850.635000', '142851.095000', '142851.555000', '142852.015000', '142852.475000', '142852.935000', '142853.395000', '142853.855000', '142854.315000', '142854.775000', '142855.235000', '142855.695000', '142856.155000', '142856.615000', '142857.075000', '142857.535000', '142857.995000', '142858.455000', '142858.915000', '142859.375000', '142859.835000', '142900.295000', '142900.755000', '142901.215000', '142901.675000', '142902.135000', '142902.595000', '142903.055000', '142903.515000', '142903.975000', '142904.435000', '142904.895000', '142905.355000', '142905.815000', '142906.275000', '142906.735000', '142907.195000', '142907.655000', '142908.115000', '142908.575000', '142909.035000', '142909.495000', '142909.955000', '142910.415000', '142910.875000', '142911.335000', '142911.795000', '142912.255000', '142912.715000', '142913.175000', '142913.635000', '142914.095000', '142914.555000', '142915.015000', '142915.475000', '142915.935000', '142916.395000', '142916.855000', '142917.315000', '142917.775000', '142918.235000', '142918.695000', '142919.155000', '142919.615000', '142920.075000', '142920.535000', '142920.995000', '142921.455000', '142921.915000', '142922.375000', '142922.835000', '142923.295000', '142923.755000', '142924.215000', '142924.675000', '142925.135000', '142925.595000', '142926.055000', '142926.515000', '142926.975000', '142927.435000', '142927.895000', '142928.355000', '142928.815000', '142929.275000', '142929.735000', '142930.195000', '142930.655000', '142931.115000', '142931.575000', '142932.035000', '142932.495000', '142932.955000', '142933.415000', '142933.875000', '142934.335000', '142934.795000', '142935.255000', '142935.715000', '142936.175000', '142936.635000', '142937.095000', '142937.555000', '142938.015000', '142938.475000', '142938.935000', '142939.395000', '142939.855000', '142940.315000', '142940.775000', '142941.235000', '142941.695000', '142942.155000', '142942.615000', '142943.075000', '142943.535000', '142943.995000', '142944.455000', '142944.915000', '142945.375000', '142945.835000', '142946.295000', '142946.755000', '142947.215000', '142947.675000', '142948.135000', '142948.595000', '142949.055000', '142949.515000', '142949.975000', '142950.435000', '142950.895000', '142951.355000', '142951.815000', '142952.275000', '142952.735000', '142953.195000', '142953.655000', '142954.115000', '142954.575000', '142955.035000', '142955.495000', '142955.955000', '142956.415000', '142956.875000', '142957.335000', '142957.795000', '142958.255000', '142958.715000', '142959.175000', '142959.635000', '143000.095000', '143000.555000', '143001.015000', '143001.475000', '143001.935000', '143002.395000', '143002.855000', '143003.315000', '143003.775000', '143004.235000', '143004.695000', '143005.155000', '143005.615000', '143006.075000', '143006.535000', '143006.995000', '143007.455000', '143007.915000', '143008.375000', '143008.835000', '143009.295000', '143009.755000', '143010.215000', '143010.675000', '143011.135000', '143011.595000', '143012.055000', '143012.515000', '143012.975000', '143013.435000', '143013.895000', '143014.355000', '143014.815000', '143015.275000', '143015.735000', '143016.195000', '143016.655000', '143017.115000', '143017.575000', '143018.035000', '143018.495000', '143018.955000', '143019.415000', '143019.875000', '143020.335000', '143020.795000', '143021.255000', '143021.715000', '143022.175000', '143022.635000', '143023.095000', '143023.555000', '143024.015000', '143024.475000', '143024.935000', '143025.395000', '143025.855000', '143026.315000', '143026.775000', '143027.235000', '143027.695000', '143028.155000', '143028.615000', '143029.075000', '143029.535000', '143029.995000', '143030.455000', '143030.915000', '143031.375000', '143031.835000', '143032.295000', '143032.755000', '143033.215000', '143033.675000', '143034.135000', '143034.595000', '143035.055000', '143035.515000', '143035.975000', '143036.435000', '143036.895000', '143037.355000', '143037.815000', '143038.275000', '143038.735000', '143039.195000', '143039.655000', '143040.115000', '143040.575000', '143041.035000', '143041.495000', '143041.955000', '143042.415000', '143042.875000', '143043.335000', '143043.795000', '143044.255000', '143044.715000', '143045.175000', '143045.635000', '143046.095000', '143046.555000', '143047.015000', '143047.475000', '143047.935000', '143048.395000', '143048.855000', '143049.315000', '143049.775000', '143050.235000', '143050.695000', '143051.155000', '143051.615000', '143052.075000', '143052.535000', '143052.995000', '143053.455000', '143053.915000', '143054.375000', '143054.835000', '143055.295000', '143055.755000', '143056.215000', '143056.675000', '143057.135000', '143057.595000', '143058.055000', '143058.515000', '143058.975000', '143059.435000', '143059.895000', '143100.355000', '143100.815000', '143101.275000', '143101.735000', '143102.195000', '143102.655000', '143103.115000', '143103.575000', '143104.035000', '143104.495000', '143104.955000', '143105.415000', '143105.875000', '143106.335000', '143106.795000', '143107.255000', '143107.715000', '143108.175000', '143108.635000', '143109.095000', '143109.555000', '143110.015000', '143110.475000', '143110.935000', '143111.395000', '143111.855000', '143112.315000', '143112.775000', '143113.235000', '143113.695000', '143114.155000', '143114.615000', '143115.075000', '143115.535000', '143115.995000', '143116.455000', '143116.915000', '143117.375000', '143117.835000', '143118.295000', '143118.755000', '143119.215000', '143119.675000', '143120.135000', '143120.595000', '143121.055000', '143121.515000', '143121.975000', '143122.435000', '143122.895000', '143123.355000', '143123.815000', '143124.275000', '143124.735000', '143125.195000', '143125.655000', '143126.115000', '143126.575000', '143127.035000', '143127.495000', '143127.955000', '143128.415000', '143128.875000', '143129.335000', '143129.795000', '143130.255000', '143130.715000', '143131.175000', '143131.635000', '143132.095000', '143132.555000', '143133.015000', '143133.475000', '143133.935000', '143134.395000', '143134.855000', '143135.315000', '143135.775000', '143136.235000', '143136.695000', '143137.155000', '143137.615000', '143138.075000', '143138.535000', '143138.995000', '143139.455000', '143139.915000', '143140.375000', '143140.835000', '143141.295000', '143141.755000', '143142.215000', '143142.675000', '143143.135000', '143143.595000', '143144.055000', '143144.515000', '143144.975000', '143145.435000', '143145.895000', '143146.355000', '143146.815000', '143147.275000', '143147.735000', '143148.195000', '143148.655000', '143149.115000', '143149.575000', '143150.035000', '143150.495000', '143150.955000', '143151.415000', '143151.875000', '143152.335000', '143152.795000', '143153.255000', '143153.715000', '143154.175000', '143154.635000', '143155.095000', '143155.555000', '143156.015000', '143156.475000', '143156.935000', '143157.395000', '143157.855000', '143158.315000', '143158.775000', '143159.235000', '143159.695000', '143200.155000', '143200.615000', '143201.075000', '143201.535000', '143201.995000', '143202.455000', '143202.915000', '143203.375000', '143203.835000', '143204.295000', '143204.755000', '143205.215000', '143205.675000', '143206.135000', '143206.595000', '143207.055000', '143207.515000', '143207.975000', '143208.435000', '143208.895000', '143209.355000', '143209.815000', '143210.275000', '143210.735000', '143211.195000', '143211.655000', '143212.115000', '143212.575000', '143213.035000', '143213.495000', '143213.955000', '143214.415000', '143214.875000', '143215.335000', '143215.795000', '143216.255000', '143216.715000', '143217.175000', '143217.635000', '143218.095000', '143218.555000', '143219.015000', '143219.475000', '143219.935000', '143220.395000', '143220.855000', '143221.315000', '143221.775000', '143222.235000', '143222.695000', '143223.155000', '143223.615000', '143224.075000', '143224.535000', '143224.995000', '143225.455000', '143225.915000', '143226.375000', '143226.835000', '143227.295000', '143227.755000', '143228.215000', '143228.675000', '143229.135000', '143229.595000', '143230.055000', '143230.515000', '143230.975000', '143231.435000', '143231.895000', '143232.355000', '143232.815000', '143233.275000', '143233.735000', '143234.195000', '143234.655000', '143235.115000', '143235.575000', '143236.035000', '143236.495000', '143236.955000', '143237.415000', '143237.875000', '143238.335000', '143238.795000', '143239.255000', '143239.715000', '143240.175000', '143240.635000', '143241.095000', '143241.555000', '143242.015000', '143242.475000', '143242.935000', '143243.395000', '143243.855000', '143244.315000', '143244.775000', '143245.235000', '143245.695000', '143246.155000', '143246.615000', '143247.075000', '143247.535000', '143247.995000', '143248.455000', '143248.915000', '143249.375000', '143249.835000', '143250.295000', '143250.755000', '143251.215000', '143251.675000', '143252.135000', '143252.595000', '143253.055000', '143253.515000', '143253.975000', '143254.435000', '143254.895000', '143255.355000', '143255.815000', '143256.275000', '143256.735000', '143257.195000', '143257.655000', '143258.115000', '143258.575000', '143259.035000', '143259.495000', '143259.955000', '143300.415000', '143300.875000', '143301.335000', '143301.795000', '143302.255000', '143302.715000', '143303.175000', '143303.635000', '143304.095000', '143304.555000', '143305.015000', '143305.475000', '143305.935000', '143306.395000', '143306.855000', '143307.315000', '143307.775000', '143308.235000', '143308.695000', '143309.155000'], 'ContentTime': ['141907.348000', '141907.352000', '141907.355000', '141907.358000', '141907.361000', '141907.364000', '141907.367000', '141907.370000', '141907.373000', '141907.376000', '141907.379000', '141907.382000', '141907.385000', '141907.388000', '141907.391000', '141907.400000', '141907.403000', '141907.406000', '141907.409000', '141907.412000', '141907.415000', '141907.418000', '141907.421000', '141907.424000', '141907.427000', '141907.430000', '141907.433000', '141927.315000', '141927.318000', '141927.321000', '141927.324000', '141927.327000', '141927.330000', '141927.333000', '141927.336000', '141927.339000', '141927.342000', '141927.345000', '141927.348000', '141927.351000', '141927.354000', '141927.357000', '141927.360000', '141927.363000', '141927.366000', '141927.369000', '141927.373000', '141927.376000', '141927.379000', '141927.382000', '141927.385000', '141927.388000', '141927.391000', '141927.394000', '141927.397000', '141927.400000', '141927.403000', '141927.406000', '141927.409000', '141927.412000', '141927.415000', '141927.418000', '141927.421000', '141927.429000', '141927.432000', '141927.435000', '141927.438000', '141927.441000', '141927.444000', '141927.447000', '141947.315000', '141947.318000', '141947.321000', '141947.324000', '141947.327000', '141947.330000', '141947.333000', '141947.336000', '141947.339000', '141947.342000', '141947.345000', '141947.348000', '141947.351000', '141947.354000', '141947.362000', '141947.365000', '141947.368000', '141947.371000', '141947.374000', '141947.377000', '141947.380000', '141947.383000', '141947.386000', '141947.389000', '141947.392000', '141947.395000', '141947.398000', '141947.401000', '141947.404000', '141947.407000', '141947.410000', '141947.413000', '141947.416000', '141947.419000', '141947.422000', '141947.425000', '141947.428000', '141947.431000', '141947.434000', '141947.437000', '141947.440000', '141947.443000', '141947.460000', '141947.463000', '142007.315000', '142007.318000', '142007.321000', '142007.324000', '142007.327000', '142007.330000', '142007.333000', '142007.336000', '142007.339000', '142007.342000', '142007.345000', '142007.348000', '142007.351000', '142007.354000', '142007.357000', '142007.360000', '142007.363000', '142007.366000', '142007.369000', '142007.372000', '142007.375000', '142007.378000', '142007.381000', '142007.384000', '142007.387000', '142007.390000', '142007.393000', '142007.396000', '142007.399000', '142007.402000', '142007.405000', '142007.408000', '142007.411000', '142007.414000', '142007.417000', '142007.420000', '142007.423000', '142007.426000', '142007.429000', '142007.432000', '142007.435000', '142007.438000', '142007.441000', '142027.315000', '142027.318000', '142027.321000', '142027.324000', '142027.327000', '142027.330000', '142027.333000', '142027.336000', '142027.339000', '142027.342000', '142027.345000', '142027.348000', '142027.351000', '142027.354000', '142027.357000', '142027.360000', '142027.363000', '142027.366000', '142027.369000', '142027.372000', '142027.375000', '142027.378000', '142027.381000', '142027.384000', '142027.387000', '142027.390000', '142027.393000', '142027.396000', '142027.399000', '142027.402000', '142027.405000', '142027.408000', '142027.411000', '142027.414000', '142027.417000', '142027.420000', '142027.423000', '142027.426000', '142027.429000', '142027.432000', '142027.435000', '142027.438000', '142027.441000', '142027.444000', '142047.315000', '142047.318000', '142047.321000', '142047.324000', '142047.327000', '142047.330000', '142047.333000', '142047.336000', '142047.339000', '142047.342000', '142047.345000', '142047.348000', '142047.351000', '142047.354000', '142047.357000', '142047.360000', '142047.363000', '142047.366000', '142047.369000', '142047.372000', '142047.375000', '142047.378000', '142047.381000', '142047.384000', '142047.387000', '142047.390000', '142047.393000', '142047.396000', '142047.399000', '142047.402000', '142047.405000', '142047.408000', '142047.413000', '142047.416000', '142047.419000', '142047.422000', '142047.425000', '142047.428000', '142047.431000', '142047.434000', '142047.437000', '142047.440000', '142047.443000', '142107.316000', '142107.319000', '142107.322000', '142107.325000', '142107.328000', '142107.331000', '142107.334000', '142107.337000', '142107.340000', '142107.343000', '142107.346000', '142107.349000', '142107.352000', '142107.355000', '142107.358000', '142107.361000', '142107.364000', '142107.367000', '142107.370000', '142107.373000', '142107.376000', '142107.379000', '142107.382000', '142107.385000', '142107.388000', '142107.391000', '142107.394000', '142107.397000', '142107.400000', '142107.403000', '142107.406000', '142107.409000', '142107.412000', '142107.415000', '142107.418000', '142107.421000', '142107.424000', '142107.427000', '142107.430000', '142107.433000', '142107.436000', '142107.439000', '142107.442000', '142107.445000', '142127.316000', '142127.319000', '142127.322000', '142127.325000', '142127.328000', '142127.331000', '142127.334000', '142127.337000', '142127.340000', '142127.343000', '142127.346000', '142127.349000', '142127.352000', '142127.355000', '142127.358000', '142127.361000', '142127.364000', '142127.367000', '142127.370000', '142127.373000', '142127.376000', '142127.379000', '142127.382000', '142127.385000', '142127.388000', '142127.391000', '142127.394000', '142127.397000', '142127.400000', '142127.403000', '142127.406000', '142127.409000', '142127.412000', '142127.415000', '142127.418000', '142127.421000', '142127.424000', '142127.439000', '142127.442000', '142127.445000', '142127.448000', '142127.451000', '142127.454000', '142147.315000', '142147.318000', '142147.321000', '142147.324000', '142147.327000', '142147.330000', '142147.333000', '142147.336000', '142147.339000', '142147.342000', '142147.345000', '142147.348000', '142147.351000', '142147.354000', '142147.357000', '142147.360000', '142147.363000', '142147.366000', '142147.369000', '142147.372000', '142147.375000', '142147.378000', '142147.381000', '142147.384000', '142147.387000', '142147.390000', '142147.393000', '142147.396000', '142147.399000', '142147.402000', '142147.405000', '142147.408000', '142147.411000', '142147.414000', '142147.417000', '142147.420000', '142147.423000', '142147.426000', '142147.429000', '142147.432000', '142147.435000', '142147.438000', '142147.441000', '142147.444000', '142207.315000', '142207.318000', '142207.321000', '142207.324000', '142207.327000', '142207.330000', '142207.333000', '142207.336000', '142207.339000', '142207.342000', '142207.345000', '142207.348000', '142207.351000', '142207.354000', '142207.357000', '142207.360000', '142207.363000', '142207.366000', '142207.369000', '142207.372000', '142207.375000', '142207.378000', '142207.381000', '142207.384000', '142207.387000', '142207.390000', '142207.393000', '142207.396000', '142207.399000', '142207.402000', '142207.405000', '142207.408000', '142207.411000', '142207.414000', '142207.417000', '142207.420000', '142207.423000', '142207.426000', '142207.429000', '142207.432000', '142207.435000', '142207.438000', '142207.441000', '142227.315000', '142227.318000', '142227.321000', '142227.324000', '142227.327000', '142227.330000', '142227.333000', '142227.336000', '142227.339000', '142227.342000', '142227.345000', '142227.348000', '142227.351000', '142227.354000', '142227.357000', '142227.360000', '142227.363000', '142227.366000', '142227.369000', '142227.372000', '142227.375000', '142227.378000', '142227.381000', '142227.384000', '142227.387000', '142227.390000', '142227.393000', '142227.396000', '142227.399000', '142227.402000', '142227.405000', '142227.408000', '142227.411000', '142227.414000', '142227.417000', '142227.420000', '142227.423000', '142227.426000', '142227.429000', '142227.432000', '142227.435000', '142227.438000', '142227.441000', '142227.444000', '142247.315000', '142247.318000', '142247.321000', '142247.324000', '142247.327000', '142247.330000', '142247.333000', '142247.336000', '142247.339000', '142247.343000', '142247.346000', '142247.349000', '142247.352000', '142247.355000', '142247.358000', '142247.361000', '142247.364000', '142247.367000', '142247.370000', '142247.373000', '142247.376000', '142247.379000', '142247.382000', '142247.385000', '142247.388000', '142247.391000', '142247.394000', '142247.397000', '142247.400000', '142247.403000', '142247.406000', '142247.409000', '142247.412000', '142247.415000', '142247.418000', '142247.421000', '142247.424000', '142247.427000', '142247.430000', '142247.433000', '142247.436000', '142247.439000', '142247.442000', '142307.316000', '142307.320000', '142307.323000', '142307.326000', '142307.329000', '142307.332000', '142307.335000', '142307.338000', '142307.341000', '142307.344000', '142307.347000', '142307.350000', '142307.353000', '142307.356000', '142307.359000', '142307.362000', '142307.365000', '142307.368000', '142307.371000', '142307.388000', '142307.391000', '142307.394000', '142307.397000', '142307.400000', '142307.403000', '142307.406000', '142307.409000', '142307.412000', '142307.415000', '142307.418000', '142307.421000', '142307.424000', '142307.427000', '142307.430000', '142307.433000', '142307.436000', '142307.439000', '142307.442000', '142307.445000', '142307.448000', '142307.451000', '142307.454000', '142307.457000', '142327.316000', '142327.319000', '142327.322000', '142327.325000', '142327.328000', '142327.331000', '142327.334000', '142327.337000', '142327.340000', '142327.343000', '142327.346000', '142327.349000', '142327.352000', '142327.355000', '142327.358000', '142327.361000', '142327.364000', '142327.367000', '142327.370000', '142327.373000', '142327.376000', '142327.379000', '142327.382000', '142327.385000', '142327.388000', '142327.391000', '142327.394000', '142327.397000', '142327.400000', '142327.403000', '142327.406000', '142327.409000', '142327.412000', '142327.415000', '142327.418000', '142327.421000', '142327.424000', '142327.427000', '142327.430000', '142327.433000', '142327.436000', '142327.439000', '142327.442000', '142327.445000', '142347.316000', '142347.319000', '142347.324000', '142347.328000', '142347.331000', '142347.334000', '142347.337000', '142347.340000', '142347.343000', '142347.346000', '142347.349000', '142347.352000', '142347.355000', '142347.358000', '142347.361000', '142347.364000', '142347.367000', '142347.370000', '142347.373000', '142347.376000', '142347.379000', '142347.382000', '142347.385000', '142347.388000', '142347.391000', '142347.394000', '142347.397000', '142347.400000', '142347.403000', '142347.406000', '142347.409000', '142347.412000', '142347.415000', '142347.418000', '142347.421000', '142347.424000', '142347.427000', '142347.430000', '142347.433000', '142347.436000', '142347.439000', '142347.442000', '142347.445000', '142407.315000', '142407.318000', '142407.321000', '142407.324000', '142407.327000', '142407.330000', '142407.333000', '142407.336000', '142407.339000', '142407.342000', '142407.345000', '142407.348000', '142407.351000', '142407.354000', '142407.357000', '142407.360000', '142407.363000', '142407.366000', '142407.369000', '142407.372000', '142407.375000', '142407.378000', '142407.381000', '142407.384000', '142407.387000', '142407.390000', '142407.393000', '142407.396000', '142407.399000', '142407.402000', '142407.405000', '142407.408000', '142407.411000', '142407.414000', '142407.417000', '142407.420000', '142407.423000', '142407.426000', '142407.429000', '142407.432000', '142407.435000', '142407.438000', '142407.441000', '142407.444000', '142427.315000', '142427.318000', '142427.321000', '142427.324000', '142427.327000', '142427.330000', '142427.333000', '142427.336000', '142427.340000', '142427.346000', '142427.350000', '142427.353000', '142427.356000', '142427.359000', '142427.362000', '142427.366000', '142427.369000', '142427.371000', '142427.374000', '142427.377000', '142427.380000', '142427.383000', '142427.386000', '142427.389000', '142427.392000', '142427.395000', '142427.398000', '142427.401000', '142427.404000', '142427.407000', '142427.426000', '142427.429000', '142427.432000', '142427.435000', '142427.438000', '142427.441000', '142427.444000', '142427.447000', '142427.450000', '142427.453000', '142427.456000', '142427.459000', '142427.462000', '142447.315000', '142447.318000', '142447.321000', '142447.324000', '142447.327000', '142447.330000', '142447.333000', '142447.336000', '142447.339000', '142447.342000', '142447.345000', '142447.348000', '142447.351000', '142447.354000', '142447.357000', '142447.360000', '142447.363000', '142447.366000', '142447.369000', '142447.372000', '142447.375000', '142447.378000', '142447.381000', '142447.384000', '142447.387000', '142447.390000', '142447.393000', '142447.396000', '142447.399000', '142447.402000', '142447.405000', '142447.408000', '142447.411000', '142447.414000', '142447.417000', '142447.420000', '142447.423000', '142447.426000', '142447.429000', '142447.431000', '142447.434000', '142447.437000', '142447.440000', '142447.443000', '142507.315000', '142507.318000', '142507.321000', '142507.324000', '142507.327000', '142507.330000', '142507.333000', '142507.336000', '142507.339000', '142507.342000', '142507.345000', '142507.348000', '142507.351000', '142507.354000', '142507.357000', '142507.360000', '142507.363000', '142507.366000', '142507.369000', '142507.372000', '142507.375000', '142507.379000', '142507.382000', '142507.385000', '142507.388000', '142507.391000', '142507.394000', '142507.397000', '142507.400000', '142507.403000', '142507.406000', '142507.409000', '142507.412000', '142507.415000', '142507.418000', '142507.421000', '142507.424000', '142507.427000', '142507.430000', '142507.433000', '142507.436000', '142507.439000', '142507.442000', '142527.315000', '142527.318000', '142527.321000', '142527.324000', '142527.327000', '142527.330000', '142527.333000', '142527.336000', '142527.339000', '142527.342000', '142527.345000', '142527.348000', '142527.351000', '142527.354000', '142527.357000', '142527.360000', '142527.363000', '142527.366000', '142527.369000', '142527.372000', '142527.375000', '142527.378000', '142527.381000', '142527.384000', '142527.387000', '142527.390000', '142527.393000', '142527.396000', '142527.399000', '142527.402000', '142527.405000', '142527.408000', '142527.411000', '142527.414000', '142527.417000', '142527.420000', '142527.423000', '142527.426000', '142527.429000', '142527.432000', '142527.435000', '142527.438000', '142527.441000', '142527.444000', '142547.316000', '142547.319000', '142547.323000', '142547.326000', '142547.330000', '142547.333000', '142547.336000', '142547.339000', '142547.342000', '142547.345000', '142547.348000', '142547.351000', '142547.354000', '142547.357000', '142547.360000', '142547.363000', '142547.366000', '142547.369000', '142547.372000', '142547.375000', '142547.378000', '142547.381000', '142547.384000', '142547.387000', '142547.390000', '142547.393000', '142547.397000', '142547.400000', '142547.403000', '142547.406000', '142547.409000', '142547.412000', '142547.415000', '142547.418000', '142547.421000', '142547.424000', '142547.427000', '142547.430000', '142547.433000', '142547.436000', '142547.451000', '142547.454000', '142547.457000', '142607.316000', '142607.319000', '142607.322000', '142607.325000', '142607.328000', '142607.331000', '142607.334000', '142607.337000', '142607.340000', '142607.343000', '142607.346000', '142607.349000', '142607.352000', '142607.355000', '142607.358000', '142607.361000', '142607.364000', '142607.367000', '142607.370000', '142607.373000', '142607.376000', '142607.379000', '142607.382000', '142607.385000', '142607.388000', '142607.391000', '142607.394000', '142607.397000', '142607.400000', '142607.403000', '142607.406000', '142607.409000', '142607.412000', '142607.415000', '142607.418000', '142607.422000', '142607.424000', '142607.427000', '142607.430000', '142607.433000', '142607.436000', '142607.439000', '142607.442000', '142607.445000', '142627.315000', '142627.318000', '142627.321000', '142627.324000', '142627.327000', '142627.330000', '142627.333000', '142627.336000', '142627.339000', '142627.342000', '142627.345000', '142627.348000', '142627.351000', '142627.354000', '142627.357000', '142627.360000', '142627.363000', '142627.367000', '142627.370000', '142627.373000', '142627.376000', '142627.379000', '142627.382000', '142627.385000', '142627.388000', '142627.391000', '142627.394000', '142627.397000', '142627.400000', '142627.403000', '142627.406000', '142627.409000', '142627.412000', '142627.415000', '142627.419000', '142627.422000', '142627.425000', '142627.428000', '142627.431000', '142627.434000', '142627.437000', '142627.440000', '142627.443000', '142647.315000', '142647.318000', '142647.321000', '142647.324000', '142647.327000', '142647.330000', '142647.333000', '142647.336000', '142647.339000', '142647.342000', '142647.345000', '142647.348000', '142647.351000', '142647.354000', '142647.357000', '142647.360000', '142647.363000', '142647.366000', '142647.369000', '142647.372000', '142647.375000', '142647.378000', '142647.381000', '142647.384000', '142647.387000', '142647.390000', '142647.393000', '142647.396000', '142647.399000', '142647.402000', '142647.405000', '142647.408000', '142647.411000', '142647.414000', '142647.417000', '142647.420000', '142647.423000', '142647.426000', '142647.429000', '142647.432000', '142647.435000', '142647.438000', '142647.441000', '142647.444000', '142707.315000', '142707.318000', '142707.321000', '142707.324000', '142707.327000', '142707.330000', '142707.333000', '142707.336000', '142707.339000', '142707.343000', '142707.345000', '142707.348000', '142707.351000', '142707.354000', '142707.357000', '142707.362000', '142707.365000', '142707.368000', '142707.371000', '142707.374000', '142707.377000', '142707.380000', '142707.383000', '142707.386000', '142707.389000', '142707.392000', '142707.395000', '142707.398000', '142707.401000', '142707.404000', '142707.407000', '142707.410000', '142707.413000', '142707.416000', '142707.420000', '142707.423000', '142707.426000', '142707.429000', '142707.432000', '142707.436000', '142707.439000', '142707.442000', '142707.445000', '142727.315000', '142727.318000', '142727.321000', '142727.324000', '142727.327000', '142727.330000', '142727.333000', '142727.336000', '142727.339000', '142727.342000', '142727.345000', '142727.348000', '142727.351000', '142727.354000', '142727.357000', '142727.360000', '142727.363000', '142727.366000', '142727.369000', '142727.372000', '142727.375000', '142727.378000', '142727.382000', '142727.385000', '142727.388000', '142727.391000', '142727.394000', '142727.397000', '142727.400000', '142727.403000', '142727.406000', '142727.409000', '142727.412000', '142727.415000', '142727.418000', '142727.421000', '142727.424000', '142727.427000', '142727.430000', '142727.433000', '142727.436000', '142727.439000', '142727.442000', '142727.445000', '142747.315000', '142747.318000', '142747.321000', '142747.324000', '142747.327000', '142747.330000', '142747.333000', '142747.336000', '142747.339000', '142747.342000', '142747.345000', '142747.348000', '142747.352000', '142747.355000', '142747.358000', '142747.361000', '142747.363000', '142747.366000', '142747.369000', '142747.372000', '142747.375000', '142747.378000', '142747.381000', '142747.384000', '142747.387000', '142747.390000', '142747.393000', '142747.397000', '142747.399000', '142747.402000', '142747.405000', '142747.409000', '142747.412000', '142747.415000', '142747.418000', '142747.421000', '142747.424000', '142747.427000', '142747.430000', '142747.433000', '142747.436000', '142747.441000', '142747.445000', '142807.316000', '142807.319000', '142807.322000', '142807.325000', '142807.328000', '142807.331000', '142807.334000', '142807.337000', '142807.340000', '142807.343000', '142807.346000', '142807.349000', '142807.352000', '142807.355000', '142807.358000', '142807.361000', '142807.364000', '142807.367000', '142807.370000', '142807.373000', '142807.376000', '142807.379000', '142807.382000', '142807.385000', '142807.388000', '142807.391000', '142807.394000', '142807.397000', '142807.400000', '142807.403000', '142807.406000', '142807.409000', '142807.412000', '142807.415000', '142807.418000', '142807.421000', '142807.424000', '142807.427000', '142807.430000', '142807.433000', '142807.436000', '142807.439000', '142807.442000', '142807.445000', '142827.316000', '142827.319000', '142827.322000', '142827.325000', '142827.328000', '142827.332000', '142827.335000', '142827.338000', '142827.341000', '142827.344000', '142827.347000', '142827.350000', '142827.353000', '142827.356000', '142827.359000', '142827.362000', '142827.365000', '142827.368000', '142827.371000', '142827.374000', '142827.377000', '142827.380000', '142827.383000', '142827.386000', '142827.389000', '142827.392000', '142827.395000', '142827.398000', '142827.403000', '142827.406000', '142827.409000', '142827.412000', '142827.415000', '142827.427000', '142827.430000', '142827.433000', '142827.436000', '142827.439000', '142827.442000', '142827.445000', '142827.448000', '142827.451000', '142827.455000', '142847.315000', '142847.318000', '142847.321000', '142847.324000', '142847.327000', '142847.330000', '142847.333000', '142847.337000', '142847.340000', '142847.343000', '142847.346000', '142847.349000', '142847.352000', '142847.355000', '142847.358000', '142847.361000', '142847.364000', '142847.367000', '142847.370000', '142847.373000', '142847.376000', '142847.379000', '142847.382000', '142847.385000', '142847.388000', '142847.391000', '142847.394000', '142847.397000', '142847.400000', '142847.403000', '142847.406000', '142847.409000', '142847.412000', '142847.415000', '142847.418000', '142847.421000', '142847.424000', '142847.427000', '142847.430000', '142847.433000', '142847.436000', '142847.439000', '142847.442000', '142847.445000', '142907.315000', '142907.319000', '142907.322000', '142907.325000', '142907.328000', '142907.331000', '142907.334000', '142907.337000', '142907.340000', '142907.343000', '142907.346000', '142907.349000', '142907.352000', '142907.355000', '142907.358000', '142907.361000', '142907.364000', '142907.367000', '142907.370000', '142907.373000', '142907.376000', '142907.379000', '142907.382000', '142907.385000', '142907.388000', '142907.391000', '142907.394000', '142907.397000', '142907.400000', '142907.403000', '142907.406000', '142907.409000', '142907.412000', '142907.415000', '142907.418000', '142907.421000', '142907.424000', '142907.427000', '142907.430000', '142907.433000', '142907.436000', '142907.439000', '142907.442000', '142927.315000', '142927.318000', '142927.321000', '142927.324000', '142927.327000', '142927.330000', '142927.333000', '142927.336000', '142927.339000', '142927.342000', '142927.345000', '142927.348000', '142927.351000', '142927.354000', '142927.357000', '142927.360000', '142927.363000', '142927.366000', '142927.369000', '142927.372000', '142927.375000', '142927.378000', '142927.381000', '142927.385000', '142927.387000', '142927.390000', '142927.393000', '142927.396000', '142927.399000', '142927.402000', '142927.405000', '142927.409000', '142927.412000', '142927.415000', '142927.418000', '142927.421000', '142927.424000', '142927.427000', '142927.430000', '142927.433000', '142927.436000', '142927.439000', '142927.442000', '142927.445000', '142947.318000', '142947.322000', '142947.325000', '142947.328000', '142947.331000', '142947.334000', '142947.337000', '142947.340000', '142947.343000', '142947.346000', '142947.349000', '142947.352000', '142947.355000', '142947.358000', '142947.361000', '142947.364000', '142947.373000', '142947.376000', '142947.379000', '142947.382000', '142947.385000', '142947.388000', '142947.391000', '142947.394000', '142947.397000', '142947.400000', '142947.403000', '142947.406000', '142947.409000', '142947.412000', '142947.415000', '142947.418000', '142947.421000', '142947.424000', '142947.427000', '142947.430000', '142947.433000', '142947.437000', '142947.440000', '142947.443000', '142947.446000', '142947.449000', '142947.452000', '143007.315000', '143007.318000', '143007.321000', '143007.324000', '143007.327000', '143007.330000', '143007.333000', '143007.336000', '143007.339000', '143007.342000', '143007.345000', '143007.348000', '143007.351000', '143007.354000', '143007.357000', '143007.360000', '143007.363000', '143007.366000', '143007.369000', '143007.372000', '143007.375000', '143007.378000', '143007.381000', '143007.384000', '143007.387000', '143007.390000', '143007.393000', '143007.396000', '143007.399000', '143007.402000', '143007.405000', '143007.409000', '143007.412000', '143007.414000', '143007.417000', '143007.420000', '143007.424000', '143007.426000', '143007.429000', '143007.432000', '143007.435000', '143007.438000', '143007.441000', '143007.444000', '143027.316000', '143027.319000', '143027.322000', '143027.325000', '143027.328000', '143027.331000', '143027.334000', '143027.337000', '143027.340000', '143027.343000', '143027.346000', '143027.349000', '143027.352000', '143027.355000', '143027.358000', '143027.361000', '143027.364000', '143027.367000', '143027.370000', '143027.373000', '143027.376000', '143027.379000', '143027.382000', '143027.385000', '143027.388000', '143027.391000', '143027.394000', '143027.397000', '143027.400000', '143027.403000', '143027.406000', '143027.409000', '143027.412000', '143027.415000', '143027.418000', '143027.421000', '143027.424000', '143027.428000', '143027.431000', '143027.433000', '143027.436000', '143027.439000', '143027.443000', '143047.316000', '143047.319000', '143047.322000', '143047.325000', '143047.328000', '143047.331000', '143047.334000', '143047.337000', '143047.340000', '143047.343000', '143047.346000', '143047.349000', '143047.352000', '143047.355000', '143047.359000', '143047.362000', '143047.365000', '143047.368000', '143047.371000', '143047.374000', '143047.377000', '143047.380000', '143047.383000', '143047.386000', '143047.389000', '143047.392000', '143047.395000', '143047.398000', '143047.401000', '143047.404000', '143047.407000', '143047.410000', '143047.413000', '143047.416000', '143047.419000', '143047.422000', '143047.425000', '143047.428000', '143047.431000', '143047.434000', '143047.437000', '143047.440000', '143047.443000', '143107.315000', '143107.318000', '143107.322000', '143107.325000', '143107.328000', '143107.331000', '143107.334000', '143107.337000', '143107.340000', '143107.342000', '143107.345000', '143107.348000', '143107.352000', '143107.355000', '143107.358000', '143107.361000', '143107.364000', '143107.367000', '143107.370000', '143107.373000', '143107.376000', '143107.379000', '143107.382000', '143107.385000', '143107.388000', '143107.391000', '143107.394000', '143107.397000', '143107.400000', '143107.403000', '143107.406000', '143107.409000', '143107.412000', '143107.415000', '143107.418000', '143107.421000', '143107.424000', '143107.427000', '143107.430000', '143107.433000', '143107.436000', '143107.439000', '143107.442000', '143107.445000', '143127.315000', '143127.318000', '143127.322000', '143127.325000', '143127.329000', '143127.332000', '143127.335000', '143127.338000', '143127.341000', '143127.344000', '143127.347000', '143127.350000', '143127.353000', '143127.356000', '143127.359000', '143127.362000', '143127.365000', '143127.368000', '143127.371000', '143127.374000', '143127.377000', '143127.380000', '143127.383000', '143127.386000', '143127.389000', '143127.392000', '143127.395000', '143127.398000', '143127.401000', '143127.404000', '143127.407000', '143127.410000', '143127.413000', '143127.416000', '143127.419000', '143127.422000', '143127.425000', '143127.428000', '143127.431000', '143127.434000', '143127.437000', '143127.440000', '143127.443000', '143147.315000', '143147.318000', '143147.321000', '143147.324000', '143147.328000', '143147.331000', '143147.333000', '143147.336000', '143147.340000', '143147.343000', '143147.346000', '143147.349000', '143147.352000', '143147.355000', '143147.358000', '143147.361000', '143147.364000', '143147.367000', '143147.370000', '143147.373000', '143147.376000', '143147.379000', '143147.382000', '143147.385000', '143147.388000', '143147.391000', '143147.394000', '143147.397000', '143147.400000', '143147.403000', '143147.406000', '143147.409000', '143147.412000', '143147.415000', '143147.418000', '143147.421000', '143147.424000', '143147.428000', '143147.431000', '143147.434000', '143147.437000', '143147.440000', '143147.443000', '143147.446000', '143207.315000', '143207.318000', '143207.321000', '143207.324000', '143207.328000', '143207.331000', '143207.334000', '143207.337000', '143207.340000', '143207.343000', '143207.361000', '143207.364000', '143207.367000', '143207.370000', '143207.373000', '143207.376000', '143207.379000', '143207.382000', '143207.385000', '143207.388000', '143207.391000', '143207.394000', '143207.397000', '143207.400000', '143207.403000', '143207.406000', '143207.409000', '143207.412000', '143207.415000', '143207.418000', '143207.421000', '143207.424000', '143207.427000', '143207.430000', '143207.433000', '143207.436000', '143207.439000', '143207.442000', '143207.445000', '143207.448000', '143207.451000', '143207.454000', '143207.457000', '143227.315000', '143227.318000', '143227.321000', '143227.324000', '143227.327000', '143227.330000', '143227.334000', '143227.337000', '143227.340000', '143227.343000', '143227.346000', '143227.349000', '143227.352000', '143227.355000', '143227.358000', '143227.361000', '143227.364000', '143227.367000', '143227.370000', '143227.373000', '143227.376000', '143227.379000', '143227.382000', '143227.385000', '143227.388000', '143227.391000', '143227.394000', '143227.397000', '143227.400000', '143227.403000', '143227.406000', '143227.409000', '143227.412000', '143227.415000', '143227.418000', '143227.421000', '143227.424000', '143227.427000', '143227.430000', '143227.433000', '143227.436000', '143227.439000', '143227.442000', '143227.445000', '143247.316000', '143247.319000', '143247.322000', '143247.325000', '143247.328000', '143247.332000', '143247.335000', '143247.338000', '143247.341000', '143247.344000', '143247.347000', '143247.350000', '143247.353000', '143247.356000', '143247.359000', '143247.365000', '143247.368000', '143247.371000', '143247.374000', '143247.377000', '143247.380000', '143247.383000', '143247.386000', '143247.389000', '143247.392000', '143247.395000', '143247.398000', '143247.401000', '143247.404000', '143247.407000', '143247.410000', '143247.413000', '143247.416000', '143247.419000', '143247.422000', '143247.425000', '143247.428000', '143247.431000', '143247.434000', '143247.438000', '143247.441000', '143247.444000', '143247.447000', '143307.316000', '143307.320000', '143307.323000', '143307.326000', '143307.329000', '143307.332000', '143307.335000', '143307.338000', '143307.341000', '143307.344000', '143307.347000', '143307.350000', '143307.353000', '143307.356000', '143307.359000', '143307.362000', '143307.365000', '143307.368000', '143307.371000', '143307.374000', '143307.377000', '143307.380000', '143307.383000', '143307.386000', '143307.389000', '143307.392000', '143307.395000', '143307.398000', '143307.401000', '143307.404000', '143307.407000', '143307.410000', '143307.413000', '143307.416000', '143307.419000', '143307.422000', '143307.433000', '143307.436000', '143307.439000', '143307.442000', '143307.445000', '143307.448000', '143307.451000', '143307.454000', '143309.969000', '143309.973000', '143309.976000', '143309.979000', '143309.983000', '143309.986000'], 'InstanceCreationTime': ['141907.348000', '141907.352000', '141907.355000', '141907.358000', '141907.361000', '141907.364000', '141907.367000', '141907.370000', '141907.373000', '141907.376000', '141907.379000', '141907.382000', '141907.385000', '141907.388000', '141907.391000', '141907.400000', '141907.403000', '141907.406000', '141907.409000', '141907.412000', '141907.415000', '141907.418000', '141907.421000', '141907.424000', '141907.427000', '141907.430000', '141907.433000', '141927.315000', '141927.318000', '141927.321000', '141927.324000', '141927.327000', '141927.330000', '141927.333000', '141927.336000', '141927.339000', '141927.342000', '141927.345000', '141927.348000', '141927.351000', '141927.354000', '141927.357000', '141927.360000', '141927.363000', '141927.366000', '141927.369000', '141927.373000', '141927.376000', '141927.379000', '141927.382000', '141927.385000', '141927.388000', '141927.391000', '141927.394000', '141927.397000', '141927.400000', '141927.403000', '141927.406000', '141927.409000', '141927.412000', '141927.415000', '141927.418000', '141927.421000', '141927.429000', '141927.432000', '141927.435000', '141927.438000', '141927.441000', '141927.444000', '141927.447000', '141947.315000', '141947.318000', '141947.321000', '141947.324000', '141947.327000', '141947.330000', '141947.333000', '141947.336000', '141947.339000', '141947.342000', '141947.345000', '141947.348000', '141947.351000', '141947.354000', '141947.362000', '141947.365000', '141947.368000', '141947.371000', '141947.374000', '141947.377000', '141947.380000', '141947.383000', '141947.386000', '141947.389000', '141947.392000', '141947.395000', '141947.398000', '141947.401000', '141947.404000', '141947.407000', '141947.410000', '141947.413000', '141947.416000', '141947.419000', '141947.422000', '141947.425000', '141947.428000', '141947.431000', '141947.434000', '141947.437000', '141947.440000', '141947.443000', '141947.460000', '141947.463000', '142007.315000', '142007.318000', '142007.321000', '142007.324000', '142007.327000', '142007.330000', '142007.333000', '142007.336000', '142007.339000', '142007.342000', '142007.345000', '142007.348000', '142007.351000', '142007.354000', '142007.357000', '142007.360000', '142007.363000', '142007.366000', '142007.369000', '142007.372000', '142007.375000', '142007.378000', '142007.381000', '142007.384000', '142007.387000', '142007.390000', '142007.393000', '142007.396000', '142007.399000', '142007.402000', '142007.405000', '142007.408000', '142007.411000', '142007.414000', '142007.417000', '142007.420000', '142007.423000', '142007.426000', '142007.429000', '142007.432000', '142007.435000', '142007.438000', '142007.441000', '142027.315000', '142027.318000', '142027.321000', '142027.324000', '142027.327000', '142027.330000', '142027.333000', '142027.336000', '142027.339000', '142027.342000', '142027.345000', '142027.348000', '142027.351000', '142027.354000', '142027.357000', '142027.360000', '142027.363000', '142027.366000', '142027.369000', '142027.372000', '142027.375000', '142027.378000', '142027.381000', '142027.384000', '142027.387000', '142027.390000', '142027.393000', '142027.396000', '142027.399000', '142027.402000', '142027.405000', '142027.408000', '142027.411000', '142027.414000', '142027.417000', '142027.420000', '142027.423000', '142027.426000', '142027.429000', '142027.432000', '142027.435000', '142027.438000', '142027.441000', '142027.444000', '142047.315000', '142047.318000', '142047.321000', '142047.324000', '142047.327000', '142047.330000', '142047.333000', '142047.336000', '142047.339000', '142047.342000', '142047.345000', '142047.348000', '142047.351000', '142047.354000', '142047.357000', '142047.360000', '142047.363000', '142047.366000', '142047.369000', '142047.372000', '142047.375000', '142047.378000', '142047.381000', '142047.384000', '142047.387000', '142047.390000', '142047.393000', '142047.396000', '142047.399000', '142047.402000', '142047.405000', '142047.408000', '142047.413000', '142047.416000', '142047.419000', '142047.422000', '142047.425000', '142047.428000', '142047.431000', '142047.434000', '142047.437000', '142047.440000', '142047.443000', '142107.316000', '142107.319000', '142107.322000', '142107.325000', '142107.328000', '142107.331000', '142107.334000', '142107.337000', '142107.340000', '142107.343000', '142107.346000', '142107.349000', '142107.352000', '142107.355000', '142107.358000', '142107.361000', '142107.364000', '142107.367000', '142107.370000', '142107.373000', '142107.376000', '142107.379000', '142107.382000', '142107.385000', '142107.388000', '142107.391000', '142107.394000', '142107.397000', '142107.400000', '142107.403000', '142107.406000', '142107.409000', '142107.412000', '142107.415000', '142107.418000', '142107.421000', '142107.424000', '142107.427000', '142107.430000', '142107.433000', '142107.436000', '142107.439000', '142107.442000', '142107.445000', '142127.316000', '142127.319000', '142127.322000', '142127.325000', '142127.328000', '142127.331000', '142127.334000', '142127.337000', '142127.340000', '142127.343000', '142127.346000', '142127.349000', '142127.352000', '142127.355000', '142127.358000', '142127.361000', '142127.364000', '142127.367000', '142127.370000', '142127.373000', '142127.376000', '142127.379000', '142127.382000', '142127.385000', '142127.388000', '142127.391000', '142127.394000', '142127.397000', '142127.400000', '142127.403000', '142127.406000', '142127.409000', '142127.412000', '142127.415000', '142127.418000', '142127.421000', '142127.424000', '142127.439000', '142127.442000', '142127.445000', '142127.448000', '142127.451000', '142127.454000', '142147.315000', '142147.318000', '142147.321000', '142147.324000', '142147.327000', '142147.330000', '142147.333000', '142147.336000', '142147.339000', '142147.342000', '142147.345000', '142147.348000', '142147.351000', '142147.354000', '142147.357000', '142147.360000', '142147.363000', '142147.366000', '142147.369000', '142147.372000', '142147.375000', '142147.378000', '142147.381000', '142147.384000', '142147.387000', '142147.390000', '142147.393000', '142147.396000', '142147.399000', '142147.402000', '142147.405000', '142147.408000', '142147.411000', '142147.414000', '142147.417000', '142147.420000', '142147.423000', '142147.426000', '142147.429000', '142147.432000', '142147.435000', '142147.438000', '142147.441000', '142147.444000', '142207.315000', '142207.318000', '142207.321000', '142207.324000', '142207.327000', '142207.330000', '142207.333000', '142207.336000', '142207.339000', '142207.342000', '142207.345000', '142207.348000', '142207.351000', '142207.354000', '142207.357000', '142207.360000', '142207.363000', '142207.366000', '142207.369000', '142207.372000', '142207.375000', '142207.378000', '142207.381000', '142207.384000', '142207.387000', '142207.390000', '142207.393000', '142207.396000', '142207.399000', '142207.402000', '142207.405000', '142207.408000', '142207.411000', '142207.414000', '142207.417000', '142207.420000', '142207.423000', '142207.426000', '142207.429000', '142207.432000', '142207.435000', '142207.438000', '142207.441000', '142227.315000', '142227.318000', '142227.321000', '142227.324000', '142227.327000', '142227.330000', '142227.333000', '142227.336000', '142227.339000', '142227.342000', '142227.345000', '142227.348000', '142227.351000', '142227.354000', '142227.357000', '142227.360000', '142227.363000', '142227.366000', '142227.369000', '142227.372000', '142227.375000', '142227.378000', '142227.381000', '142227.384000', '142227.387000', '142227.390000', '142227.393000', '142227.396000', '142227.399000', '142227.402000', '142227.405000', '142227.408000', '142227.411000', '142227.414000', '142227.417000', '142227.420000', '142227.423000', '142227.426000', '142227.429000', '142227.432000', '142227.435000', '142227.438000', '142227.441000', '142227.444000', '142247.315000', '142247.318000', '142247.321000', '142247.324000', '142247.327000', '142247.330000', '142247.333000', '142247.336000', '142247.339000', '142247.343000', '142247.346000', '142247.349000', '142247.352000', '142247.355000', '142247.358000', '142247.361000', '142247.364000', '142247.367000', '142247.370000', '142247.373000', '142247.376000', '142247.379000', '142247.382000', '142247.385000', '142247.388000', '142247.391000', '142247.394000', '142247.397000', '142247.400000', '142247.403000', '142247.406000', '142247.409000', '142247.412000', '142247.415000', '142247.418000', '142247.421000', '142247.424000', '142247.427000', '142247.430000', '142247.433000', '142247.436000', '142247.439000', '142247.442000', '142307.316000', '142307.320000', '142307.323000', '142307.326000', '142307.329000', '142307.332000', '142307.335000', '142307.338000', '142307.341000', '142307.344000', '142307.347000', '142307.350000', '142307.353000', '142307.356000', '142307.359000', '142307.362000', '142307.365000', '142307.368000', '142307.371000', '142307.388000', '142307.391000', '142307.394000', '142307.397000', '142307.400000', '142307.403000', '142307.406000', '142307.409000', '142307.412000', '142307.415000', '142307.418000', '142307.421000', '142307.424000', '142307.427000', '142307.430000', '142307.433000', '142307.436000', '142307.439000', '142307.442000', '142307.445000', '142307.448000', '142307.451000', '142307.454000', '142307.457000', '142327.316000', '142327.319000', '142327.322000', '142327.325000', '142327.328000', '142327.331000', '142327.334000', '142327.337000', '142327.340000', '142327.343000', '142327.346000', '142327.349000', '142327.352000', '142327.355000', '142327.358000', '142327.361000', '142327.364000', '142327.367000', '142327.370000', '142327.373000', '142327.376000', '142327.379000', '142327.382000', '142327.385000', '142327.388000', '142327.391000', '142327.394000', '142327.397000', '142327.400000', '142327.403000', '142327.406000', '142327.409000', '142327.412000', '142327.415000', '142327.418000', '142327.421000', '142327.424000', '142327.427000', '142327.430000', '142327.433000', '142327.436000', '142327.439000', '142327.442000', '142327.445000', '142347.316000', '142347.319000', '142347.324000', '142347.328000', '142347.331000', '142347.334000', '142347.337000', '142347.340000', '142347.343000', '142347.346000', '142347.349000', '142347.352000', '142347.355000', '142347.358000', '142347.361000', '142347.364000', '142347.367000', '142347.370000', '142347.373000', '142347.376000', '142347.379000', '142347.382000', '142347.385000', '142347.388000', '142347.391000', '142347.394000', '142347.397000', '142347.400000', '142347.403000', '142347.406000', '142347.409000', '142347.412000', '142347.415000', '142347.418000', '142347.421000', '142347.424000', '142347.427000', '142347.430000', '142347.433000', '142347.436000', '142347.439000', '142347.442000', '142347.445000', '142407.315000', '142407.318000', '142407.321000', '142407.324000', '142407.327000', '142407.330000', '142407.333000', '142407.336000', '142407.339000', '142407.342000', '142407.345000', '142407.348000', '142407.351000', '142407.354000', '142407.357000', '142407.360000', '142407.363000', '142407.366000', '142407.369000', '142407.372000', '142407.375000', '142407.378000', '142407.381000', '142407.384000', '142407.387000', '142407.390000', '142407.393000', '142407.396000', '142407.399000', '142407.402000', '142407.405000', '142407.408000', '142407.411000', '142407.414000', '142407.417000', '142407.420000', '142407.423000', '142407.426000', '142407.429000', '142407.432000', '142407.435000', '142407.438000', '142407.441000', '142407.444000', '142427.315000', '142427.318000', '142427.321000', '142427.324000', '142427.327000', '142427.330000', '142427.333000', '142427.336000', '142427.340000', '142427.346000', '142427.350000', '142427.353000', '142427.356000', '142427.359000', '142427.362000', '142427.366000', '142427.369000', '142427.371000', '142427.374000', '142427.377000', '142427.380000', '142427.383000', '142427.386000', '142427.389000', '142427.392000', '142427.395000', '142427.398000', '142427.401000', '142427.404000', '142427.407000', '142427.426000', '142427.429000', '142427.432000', '142427.435000', '142427.438000', '142427.441000', '142427.444000', '142427.447000', '142427.450000', '142427.453000', '142427.456000', '142427.459000', '142427.462000', '142447.315000', '142447.318000', '142447.321000', '142447.324000', '142447.327000', '142447.330000', '142447.333000', '142447.336000', '142447.339000', '142447.342000', '142447.345000', '142447.348000', '142447.351000', '142447.354000', '142447.357000', '142447.360000', '142447.363000', '142447.366000', '142447.369000', '142447.372000', '142447.375000', '142447.378000', '142447.381000', '142447.384000', '142447.387000', '142447.390000', '142447.393000', '142447.396000', '142447.399000', '142447.402000', '142447.405000', '142447.408000', '142447.411000', '142447.414000', '142447.417000', '142447.420000', '142447.423000', '142447.426000', '142447.429000', '142447.431000', '142447.434000', '142447.437000', '142447.440000', '142447.443000', '142507.315000', '142507.318000', '142507.321000', '142507.324000', '142507.327000', '142507.330000', '142507.333000', '142507.336000', '142507.339000', '142507.342000', '142507.345000', '142507.348000', '142507.351000', '142507.354000', '142507.357000', '142507.360000', '142507.363000', '142507.366000', '142507.369000', '142507.372000', '142507.375000', '142507.379000', '142507.382000', '142507.385000', '142507.388000', '142507.391000', '142507.394000', '142507.397000', '142507.400000', '142507.403000', '142507.406000', '142507.409000', '142507.412000', '142507.415000', '142507.418000', '142507.421000', '142507.424000', '142507.427000', '142507.430000', '142507.433000', '142507.436000', '142507.439000', '142507.442000', '142527.315000', '142527.318000', '142527.321000', '142527.324000', '142527.327000', '142527.330000', '142527.333000', '142527.336000', '142527.339000', '142527.342000', '142527.345000', '142527.348000', '142527.351000', '142527.354000', '142527.357000', '142527.360000', '142527.363000', '142527.366000', '142527.369000', '142527.372000', '142527.375000', '142527.378000', '142527.381000', '142527.384000', '142527.387000', '142527.390000', '142527.393000', '142527.396000', '142527.399000', '142527.402000', '142527.405000', '142527.408000', '142527.411000', '142527.414000', '142527.417000', '142527.420000', '142527.423000', '142527.426000', '142527.429000', '142527.432000', '142527.435000', '142527.438000', '142527.441000', '142527.444000', '142547.316000', '142547.319000', '142547.323000', '142547.326000', '142547.330000', '142547.333000', '142547.336000', '142547.339000', '142547.342000', '142547.345000', '142547.348000', '142547.351000', '142547.354000', '142547.357000', '142547.360000', '142547.363000', '142547.366000', '142547.369000', '142547.372000', '142547.375000', '142547.378000', '142547.381000', '142547.384000', '142547.387000', '142547.390000', '142547.393000', '142547.397000', '142547.400000', '142547.403000', '142547.406000', '142547.409000', '142547.412000', '142547.415000', '142547.418000', '142547.421000', '142547.424000', '142547.427000', '142547.430000', '142547.433000', '142547.436000', '142547.451000', '142547.454000', '142547.457000', '142607.316000', '142607.319000', '142607.322000', '142607.325000', '142607.328000', '142607.331000', '142607.334000', '142607.337000', '142607.340000', '142607.343000', '142607.346000', '142607.349000', '142607.352000', '142607.355000', '142607.358000', '142607.361000', '142607.364000', '142607.367000', '142607.370000', '142607.373000', '142607.376000', '142607.379000', '142607.382000', '142607.385000', '142607.388000', '142607.391000', '142607.394000', '142607.397000', '142607.400000', '142607.403000', '142607.406000', '142607.409000', '142607.412000', '142607.415000', '142607.418000', '142607.422000', '142607.424000', '142607.427000', '142607.430000', '142607.433000', '142607.436000', '142607.439000', '142607.442000', '142607.445000', '142627.315000', '142627.318000', '142627.321000', '142627.324000', '142627.327000', '142627.330000', '142627.333000', '142627.336000', '142627.339000', '142627.342000', '142627.345000', '142627.348000', '142627.351000', '142627.354000', '142627.357000', '142627.360000', '142627.363000', '142627.367000', '142627.370000', '142627.373000', '142627.376000', '142627.379000', '142627.382000', '142627.385000', '142627.388000', '142627.391000', '142627.394000', '142627.397000', '142627.400000', '142627.403000', '142627.406000', '142627.409000', '142627.412000', '142627.415000', '142627.419000', '142627.422000', '142627.425000', '142627.428000', '142627.431000', '142627.434000', '142627.437000', '142627.440000', '142627.443000', '142647.315000', '142647.318000', '142647.321000', '142647.324000', '142647.327000', '142647.330000', '142647.333000', '142647.336000', '142647.339000', '142647.342000', '142647.345000', '142647.348000', '142647.351000', '142647.354000', '142647.357000', '142647.360000', '142647.363000', '142647.366000', '142647.369000', '142647.372000', '142647.375000', '142647.378000', '142647.381000', '142647.384000', '142647.387000', '142647.390000', '142647.393000', '142647.396000', '142647.399000', '142647.402000', '142647.405000', '142647.408000', '142647.411000', '142647.414000', '142647.417000', '142647.420000', '142647.423000', '142647.426000', '142647.429000', '142647.432000', '142647.435000', '142647.438000', '142647.441000', '142647.444000', '142707.315000', '142707.318000', '142707.321000', '142707.324000', '142707.327000', '142707.330000', '142707.333000', '142707.336000', '142707.339000', '142707.343000', '142707.345000', '142707.348000', '142707.351000', '142707.354000', '142707.357000', '142707.362000', '142707.365000', '142707.368000', '142707.371000', '142707.374000', '142707.377000', '142707.380000', '142707.383000', '142707.386000', '142707.389000', '142707.392000', '142707.395000', '142707.398000', '142707.401000', '142707.404000', '142707.407000', '142707.410000', '142707.413000', '142707.416000', '142707.420000', '142707.423000', '142707.426000', '142707.429000', '142707.432000', '142707.436000', '142707.439000', '142707.442000', '142707.445000', '142727.315000', '142727.318000', '142727.321000', '142727.324000', '142727.327000', '142727.330000', '142727.333000', '142727.336000', '142727.339000', '142727.342000', '142727.345000', '142727.348000', '142727.351000', '142727.354000', '142727.357000', '142727.360000', '142727.363000', '142727.366000', '142727.369000', '142727.372000', '142727.375000', '142727.378000', '142727.382000', '142727.385000', '142727.388000', '142727.391000', '142727.394000', '142727.397000', '142727.400000', '142727.403000', '142727.406000', '142727.409000', '142727.412000', '142727.415000', '142727.418000', '142727.421000', '142727.424000', '142727.427000', '142727.430000', '142727.433000', '142727.436000', '142727.439000', '142727.442000', '142727.445000', '142747.315000', '142747.318000', '142747.321000', '142747.324000', '142747.327000', '142747.330000', '142747.333000', '142747.336000', '142747.339000', '142747.342000', '142747.345000', '142747.348000', '142747.352000', '142747.355000', '142747.358000', '142747.361000', '142747.363000', '142747.366000', '142747.369000', '142747.372000', '142747.375000', '142747.378000', '142747.381000', '142747.384000', '142747.387000', '142747.390000', '142747.393000', '142747.397000', '142747.399000', '142747.402000', '142747.405000', '142747.409000', '142747.412000', '142747.415000', '142747.418000', '142747.421000', '142747.424000', '142747.427000', '142747.430000', '142747.433000', '142747.436000', '142747.441000', '142747.445000', '142807.316000', '142807.319000', '142807.322000', '142807.325000', '142807.328000', '142807.331000', '142807.334000', '142807.337000', '142807.340000', '142807.343000', '142807.346000', '142807.349000', '142807.352000', '142807.355000', '142807.358000', '142807.361000', '142807.364000', '142807.367000', '142807.370000', '142807.373000', '142807.376000', '142807.379000', '142807.382000', '142807.385000', '142807.388000', '142807.391000', '142807.394000', '142807.397000', '142807.400000', '142807.403000', '142807.406000', '142807.409000', '142807.412000', '142807.415000', '142807.418000', '142807.421000', '142807.424000', '142807.427000', '142807.430000', '142807.433000', '142807.436000', '142807.439000', '142807.442000', '142807.445000', '142827.316000', '142827.319000', '142827.322000', '142827.325000', '142827.328000', '142827.332000', '142827.335000', '142827.338000', '142827.341000', '142827.344000', '142827.347000', '142827.350000', '142827.353000', '142827.356000', '142827.359000', '142827.362000', '142827.365000', '142827.368000', '142827.371000', '142827.374000', '142827.377000', '142827.380000', '142827.383000', '142827.386000', '142827.389000', '142827.392000', '142827.395000', '142827.398000', '142827.403000', '142827.406000', '142827.409000', '142827.412000', '142827.415000', '142827.427000', '142827.430000', '142827.433000', '142827.436000', '142827.439000', '142827.442000', '142827.445000', '142827.448000', '142827.451000', '142827.455000', '142847.315000', '142847.318000', '142847.321000', '142847.324000', '142847.327000', '142847.330000', '142847.333000', '142847.337000', '142847.340000', '142847.343000', '142847.346000', '142847.349000', '142847.352000', '142847.355000', '142847.358000', '142847.361000', '142847.364000', '142847.367000', '142847.370000', '142847.373000', '142847.376000', '142847.379000', '142847.382000', '142847.385000', '142847.388000', '142847.391000', '142847.394000', '142847.397000', '142847.400000', '142847.403000', '142847.406000', '142847.409000', '142847.412000', '142847.415000', '142847.418000', '142847.421000', '142847.424000', '142847.427000', '142847.430000', '142847.433000', '142847.436000', '142847.439000', '142847.442000', '142847.445000', '142907.315000', '142907.319000', '142907.322000', '142907.325000', '142907.328000', '142907.331000', '142907.334000', '142907.337000', '142907.340000', '142907.343000', '142907.346000', '142907.349000', '142907.352000', '142907.355000', '142907.358000', '142907.361000', '142907.364000', '142907.367000', '142907.370000', '142907.373000', '142907.376000', '142907.379000', '142907.382000', '142907.385000', '142907.388000', '142907.391000', '142907.394000', '142907.397000', '142907.400000', '142907.403000', '142907.406000', '142907.409000', '142907.412000', '142907.415000', '142907.418000', '142907.421000', '142907.424000', '142907.427000', '142907.430000', '142907.433000', '142907.436000', '142907.439000', '142907.442000', '142927.315000', '142927.318000', '142927.321000', '142927.324000', '142927.327000', '142927.330000', '142927.333000', '142927.336000', '142927.339000', '142927.342000', '142927.345000', '142927.348000', '142927.351000', '142927.354000', '142927.357000', '142927.360000', '142927.363000', '142927.366000', '142927.369000', '142927.372000', '142927.375000', '142927.378000', '142927.381000', '142927.385000', '142927.387000', '142927.390000', '142927.393000', '142927.396000', '142927.399000', '142927.402000', '142927.405000', '142927.409000', '142927.412000', '142927.415000', '142927.418000', '142927.421000', '142927.424000', '142927.427000', '142927.430000', '142927.433000', '142927.436000', '142927.439000', '142927.442000', '142927.445000', '142947.318000', '142947.322000', '142947.325000', '142947.328000', '142947.331000', '142947.334000', '142947.337000', '142947.340000', '142947.343000', '142947.346000', '142947.349000', '142947.352000', '142947.355000', '142947.358000', '142947.361000', '142947.364000', '142947.373000', '142947.376000', '142947.379000', '142947.382000', '142947.385000', '142947.388000', '142947.391000', '142947.394000', '142947.397000', '142947.400000', '142947.403000', '142947.406000', '142947.409000', '142947.412000', '142947.415000', '142947.418000', '142947.421000', '142947.424000', '142947.427000', '142947.430000', '142947.433000', '142947.437000', '142947.440000', '142947.443000', '142947.446000', '142947.449000', '142947.452000', '143007.315000', '143007.318000', '143007.321000', '143007.324000', '143007.327000', '143007.330000', '143007.333000', '143007.336000', '143007.339000', '143007.342000', '143007.345000', '143007.348000', '143007.351000', '143007.354000', '143007.357000', '143007.360000', '143007.363000', '143007.366000', '143007.369000', '143007.372000', '143007.375000', '143007.378000', '143007.381000', '143007.384000', '143007.387000', '143007.390000', '143007.393000', '143007.396000', '143007.399000', '143007.402000', '143007.405000', '143007.409000', '143007.412000', '143007.414000', '143007.417000', '143007.420000', '143007.424000', '143007.426000', '143007.429000', '143007.432000', '143007.435000', '143007.438000', '143007.441000', '143007.444000', '143027.316000', '143027.319000', '143027.322000', '143027.325000', '143027.328000', '143027.331000', '143027.334000', '143027.337000', '143027.340000', '143027.343000', '143027.346000', '143027.349000', '143027.352000', '143027.355000', '143027.358000', '143027.361000', '143027.364000', '143027.367000', '143027.370000', '143027.373000', '143027.376000', '143027.379000', '143027.382000', '143027.385000', '143027.388000', '143027.391000', '143027.394000', '143027.397000', '143027.400000', '143027.403000', '143027.406000', '143027.409000', '143027.412000', '143027.415000', '143027.418000', '143027.421000', '143027.424000', '143027.428000', '143027.431000', '143027.433000', '143027.436000', '143027.439000', '143027.443000', '143047.316000', '143047.319000', '143047.322000', '143047.325000', '143047.328000', '143047.331000', '143047.334000', '143047.337000', '143047.340000', '143047.343000', '143047.346000', '143047.349000', '143047.352000', '143047.355000', '143047.359000', '143047.362000', '143047.365000', '143047.368000', '143047.371000', '143047.374000', '143047.377000', '143047.380000', '143047.383000', '143047.386000', '143047.389000', '143047.392000', '143047.395000', '143047.398000', '143047.401000', '143047.404000', '143047.407000', '143047.410000', '143047.413000', '143047.416000', '143047.419000', '143047.422000', '143047.425000', '143047.428000', '143047.431000', '143047.434000', '143047.437000', '143047.440000', '143047.443000', '143107.315000', '143107.318000', '143107.322000', '143107.325000', '143107.328000', '143107.331000', '143107.334000', '143107.337000', '143107.340000', '143107.342000', '143107.345000', '143107.348000', '143107.352000', '143107.355000', '143107.358000', '143107.361000', '143107.364000', '143107.367000', '143107.370000', '143107.373000', '143107.376000', '143107.379000', '143107.382000', '143107.385000', '143107.388000', '143107.391000', '143107.394000', '143107.397000', '143107.400000', '143107.403000', '143107.406000', '143107.409000', '143107.412000', '143107.415000', '143107.418000', '143107.421000', '143107.424000', '143107.427000', '143107.430000', '143107.433000', '143107.436000', '143107.439000', '143107.442000', '143107.445000', '143127.315000', '143127.318000', '143127.322000', '143127.325000', '143127.329000', '143127.332000', '143127.335000', '143127.338000', '143127.341000', '143127.344000', '143127.347000', '143127.350000', '143127.353000', '143127.356000', '143127.359000', '143127.362000', '143127.365000', '143127.368000', '143127.371000', '143127.374000', '143127.377000', '143127.380000', '143127.383000', '143127.386000', '143127.389000', '143127.392000', '143127.395000', '143127.398000', '143127.401000', '143127.404000', '143127.407000', '143127.410000', '143127.413000', '143127.416000', '143127.419000', '143127.422000', '143127.425000', '143127.428000', '143127.431000', '143127.434000', '143127.437000', '143127.440000', '143127.443000', '143147.315000', '143147.318000', '143147.321000', '143147.324000', '143147.328000', '143147.331000', '143147.333000', '143147.336000', '143147.340000', '143147.343000', '143147.346000', '143147.349000', '143147.352000', '143147.355000', '143147.358000', '143147.361000', '143147.364000', '143147.367000', '143147.370000', '143147.373000', '143147.376000', '143147.379000', '143147.382000', '143147.385000', '143147.388000', '143147.391000', '143147.394000', '143147.397000', '143147.400000', '143147.403000', '143147.406000', '143147.409000', '143147.412000', '143147.415000', '143147.418000', '143147.421000', '143147.424000', '143147.428000', '143147.431000', '143147.434000', '143147.437000', '143147.440000', '143147.443000', '143147.446000', '143207.315000', '143207.318000', '143207.321000', '143207.324000', '143207.328000', '143207.331000', '143207.334000', '143207.337000', '143207.340000', '143207.343000', '143207.361000', '143207.364000', '143207.367000', '143207.370000', '143207.373000', '143207.376000', '143207.379000', '143207.382000', '143207.385000', '143207.388000', '143207.391000', '143207.394000', '143207.397000', '143207.400000', '143207.403000', '143207.406000', '143207.409000', '143207.412000', '143207.415000', '143207.418000', '143207.421000', '143207.424000', '143207.427000', '143207.430000', '143207.433000', '143207.436000', '143207.439000', '143207.442000', '143207.445000', '143207.448000', '143207.451000', '143207.454000', '143207.457000', '143227.315000', '143227.318000', '143227.321000', '143227.324000', '143227.327000', '143227.330000', '143227.334000', '143227.337000', '143227.340000', '143227.343000', '143227.346000', '143227.349000', '143227.352000', '143227.355000', '143227.358000', '143227.361000', '143227.364000', '143227.367000', '143227.370000', '143227.373000', '143227.376000', '143227.379000', '143227.382000', '143227.385000', '143227.388000', '143227.391000', '143227.394000', '143227.397000', '143227.400000', '143227.403000', '143227.406000', '143227.409000', '143227.412000', '143227.415000', '143227.418000', '143227.421000', '143227.424000', '143227.427000', '143227.430000', '143227.433000', '143227.436000', '143227.439000', '143227.442000', '143227.445000', '143247.316000', '143247.319000', '143247.322000', '143247.325000', '143247.328000', '143247.332000', '143247.335000', '143247.338000', '143247.341000', '143247.344000', '143247.347000', '143247.350000', '143247.353000', '143247.356000', '143247.359000', '143247.365000', '143247.368000', '143247.371000', '143247.374000', '143247.377000', '143247.380000', '143247.383000', '143247.386000', '143247.389000', '143247.392000', '143247.395000', '143247.398000', '143247.401000', '143247.404000', '143247.407000', '143247.410000', '143247.413000', '143247.416000', '143247.419000', '143247.422000', '143247.425000', '143247.428000', '143247.431000', '143247.434000', '143247.438000', '143247.441000', '143247.444000', '143247.447000', '143307.316000', '143307.320000', '143307.323000', '143307.326000', '143307.329000', '143307.332000', '143307.335000', '143307.338000', '143307.341000', '143307.344000', '143307.347000', '143307.350000', '143307.353000', '143307.356000', '143307.359000', '143307.362000', '143307.365000', '143307.368000', '143307.371000', '143307.374000', '143307.377000', '143307.380000', '143307.383000', '143307.386000', '143307.389000', '143307.392000', '143307.395000', '143307.398000', '143307.401000', '143307.404000', '143307.407000', '143307.410000', '143307.413000', '143307.416000', '143307.419000', '143307.422000', '143307.433000', '143307.436000', '143307.439000', '143307.442000', '143307.445000', '143307.448000', '143307.451000', '143307.454000', '143309.969000', '143309.973000', '143309.976000', '143309.979000', '143309.983000', '143309.986000'], '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': [13361, 9897, 15003, 9842, 15092, 11858, 13136, 13107, 9838, 15625, 9500, 10313, 10515, 10440, 13742, 10163, 10277, 11407, 10175, 13579, 9842, 15341, 12788, 12000, 11538, 9882, 13372, 9788, 15224, 12495, 12852, 11276, 10239, 12884, 9893, 15215, 12085, 14187, 13486, 10024, 13194, 9418, 15209, 11447, 13162, 13562, 10181, 13496, 9758, 14998, 9839, 12668, 12449, 11133, 13731, 9717, 14875, 9679, 15816, 12009, 12989, 12691, 10005, 13222, 9581, 15312, 10754, 12936, 12841, 9960, 13010, 9766, 14585, 9852, 14675, 11850, 10019, 11274, 9864, 13662, 9612, 12742, 12311, 10159, 13271, 9557, 11914, 11674, 10061, 13714, 9679, 14388, 9877, 10161, 12137, 10406, 14713, 10070, 10390, 10754, 10197, 13602, 9986, 12360, 12129, 10012, 14671, 10760, 11002, 12661, 10407, 16083, 13439, 9951, 12667, 9536, 15229, 13020, 11491, 13899, 10294, 13797, 10625, 9823, 14601, 11298, 13792, 12831, 10343, 15571, 10160, 11666, 12256, 9769, 16173, 13403, 9675, 11871, 9638, 14884, 10783, 13590, 12368, 10188, 14478, 9987, 10535, 11526, 9636, 14992, 11515, 13324, 11147, 9829, 11512, 10009, 14769, 10673, 11674, 10743, 10020, 13511, 10063, 14391, 12841, 10111, 13464, 9848, 13264, 10890, 10987, 12149, 10461, 15362, 9904, 9674, 10757, 9808, 14735, 12071, 12680, 11520, 10067, 14916, 10291, 14722, 12509, 10030, 13332, 10230, 14381, 10127, 10293, 10762, 9868, 14311, 10016, 12184, 10769, 10071, 12331, 9915, 13680, 10054, 9543, 10910, 10259, 14075, 10233, 12119, 10517, 10017, 12886, 10196, 12358, 12243, 9991, 13616, 10734, 9663, 12081, 10078, 13630, 12563, 9956, 13312, 10119, 12544, 11901, 10115, 14445, 10171, 9625, 10388, 10260, 13533, 11320, 10196, 13494, 10281, 13817, 11179, 10060, 13210, 10238, 15437, 12891, 11670, 10988, 9997, 14011, 10315, 15078, 13305, 10066, 12510, 10554, 13941, 12019, 9951, 14150, 10598, 12790, 10909, 10059, 13314, 9982, 14835, 11533, 10072, 12211, 10436, 12572, 11135, 9636, 14044, 10267, 10108, 12595, 10388, 12504, 12420, 10483, 10612, 10669, 10550, 14764, 11687, 13352, 12892, 9793, 14386, 10855, 10396, 15329, 10762, 9976, 14807, 11028, 17300, 13203, 11104, 11808, 10375, 16923, 11317, 17409, 13760, 11653, 14682, 10322, 12370, 12123, 10317, 13752, 10579, 16632, 10399, 10095, 10847, 10690, 16194, 12903, 15031, 10644, 10219, 11402, 10867, 15446, 10763, 10193, 15067, 10793, 12892, 10673, 10184, 10276, 10976, 15033, 12121, 10279, 11265, 10783, 14769, 10597, 10507, 12261, 10661, 16892, 10139, 13230, 11366, 10530, 14019, 10736, 14470, 10386, 10313, 10257, 10741, 15060, 10553, 15904, 12364, 10259, 11045, 10881, 14141, 10411, 12263, 10881, 10427, 14967, 10630, 12363, 10709, 10154, 12579, 10831, 16199, 10462, 13459, 10810, 9915, 12176, 10408, 16198, 10603, 13732, 11716, 10546, 14873, 10424, 13310, 10436, 9886, 10919, 10989, 16148, 10535, 12242, 11399, 10065, 13044, 10521, 16922, 10867, 12688, 10688, 10244, 13265, 10631, 11742, 11190, 10149, 10228, 11669, 10779, 12027, 10874, 10634, 11797, 10853, 14464, 13105, 11660, 10702, 11184, 14433, 11287, 15528, 13745, 11114, 11892, 11311, 13913, 11281, 13310, 11548, 11136, 15112, 11358, 13852, 11943, 11388, 13021, 11777, 16612, 11571, 11284, 10322, 11168, 13575, 11409, 14084, 10907, 11252, 12580, 11273, 15035, 12043, 11377, 13001, 11543, 16467, 11564, 13499, 12134, 11231, 12869, 11385, 14577, 11501, 12037, 11063, 11291, 12917, 11335, 12665, 11763, 10964, 12032, 11168, 15018, 11102, 12601, 11748, 10756, 12640, 11280, 14703, 12093, 10871, 10999, 11141, 13953, 11228, 14255, 12288, 10886, 11199, 11031, 13226, 11095, 15112, 11666, 14629, 11380, 11240, 11040, 11085, 14161, 11206, 14446, 10951, 10870, 10559, 11175, 13552, 10791, 15628, 12706, 11059, 10658, 10900, 11940, 11080, 14820, 10973, 14400, 12519, 10884, 11643, 11155, 12823, 10918, 14013, 11847, 10542, 11457, 11053, 14057, 11176, 11184, 11307, 10857, 13266, 11053, 10789, 11853, 10947, 13627, 10644, 10698, 11647, 10749, 12866, 12360, 11021, 13307, 11161, 15888, 13543, 10106, 13016, 10504, 15777, 11470, 10631, 14001, 10069, 10844, 10881, 10454, 13715, 10990, 16680, 13304, 10591, 10610, 10975, 13435, 11115, 14588, 12439, 11904, 11059, 11400, 12234, 11200, 14572, 11467, 13174, 11725, 10871, 11622, 11079, 13961, 11403, 11689, 11362, 10967, 11289, 11210, 14864, 11318, 10865, 11475, 10582, 14018, 10121, 14720, 13056, 10356, 13874, 9967, 15400, 10095, 13986, 12011, 12992, 11706, 10312, 11379, 10079, 11421, 10329, 10501, 11219, 10635, 13961, 11325, 11146, 12185, 10661, 8740, 10141, 15879, 10787, 13786, 11821, 10976, 12878, 10910, 16714, 11141, 15639, 11159, 11834, 12313, 10827, 15733, 11582, 12536, 11398, 11553, 12018, 11405, 16446, 11596, 15932, 11616, 11324, 12143, 11245, 12799, 11118, 16214, 11601, 13284, 12642, 10735, 11742, 10415, 16809, 11542, 10709, 10601, 10742, 13765, 10651, 11240, 11488, 10744, 13425, 10305, 13389, 11910, 11467, 12363, 11050, 15214, 10108, 11369, 10968, 11021, 13020, 10728, 15117, 12426, 10852, 12613, 10265, 13920, 11852, 11097, 14758, 10139, 13613, 12028, 10381, 14358, 10646, 16614, 12962, 13996, 11191, 10606, 14081, 10201, 16248, 13960, 10571, 10968, 10349, 15747, 9938, 13521, 12667, 10252, 15298, 10038, 15894, 10396, 13242, 13065, 10286, 15626, 10068, 12178, 12071, 10291, 11008, 10154, 15061, 10721, 10128, 11848, 9864, 15952, 11265, 14227, 12247, 10259, 13449, 9952, 16504, 10516, 13483, 11464, 10229, 15542, 10005, 15402, 12467, 10442, 13694, 10209, 12068, 11144, 10551, 11335, 10109, 15549, 12363, 10384, 12419, 10122, 16204, 11253, 10399, 11079, 10011, 14941, 10076, 13642, 12328, 10747, 13508, 10178, 16726, 10066, 12026, 10871, 10428, 16304, 10998, 10612, 11049, 10562, 12630, 10191, 10604, 11103, 10155, 16433, 10252, 14748, 11471, 12232, 13756, 10339, 16726, 11048, 10312, 12784, 10294, 16469, 12880, 10151, 17481, 10331, 14079, 11447, 10006, 16286, 10819, 10057, 11281, 10063, 12416, 11783, 10216, 13401, 10363, 16713, 12912, 17401, 13399, 18675, 14461, 17645, 13814, 18183, 13193, 14804, 10799, 10104, 11639, 10280, 16361, 10609, 17367, 10189, 9807, 10738, 9925, 11915, 10669, 17217, 10673, 16268, 10910, 11935, 12321, 10117, 13838, 10282, 14316, 10368, 12059, 11994, 9809, 13960, 10187, 15950, 10255, 13607, 10215, 10149, 10646, 10069, 13933, 10441, 15192, 10234, 10275, 10716, 10094, 13994, 10248, 11420, 10246, 9598, 10968, 10157, 14846, 10278, 14076, 10259, 11630, 11258, 10058, 15766, 9911, 13055, 11989, 10351, 12869, 9564, 13474, 10395, 9910, 11769, 10081, 16075, 10589, 13423, 11547, 10300, 12742, 9587, 17052, 13330, 10785, 10522, 10008, 13164, 9911, 12604, 11653, 9588, 13575, 10179, 13548, 10681, 9922, 14343, 10043, 14975, 10713, 10389, 15962, 10442, 10757, 15551, 10130, 15465, 10573, 9934, 13247, 9851, 17645, 10208, 12661, 10605, 9965, 16534, 12488, 12603, 10404, 9803, 16136, 10137, 14476, 11751, 10180, 16301, 10254, 12646, 13128, 9720, 17094, 10086, 17499, 11244, 13491, 12232, 9996, 17899, 10371, 15569, 11709, 10353, 12513, 9961, 17405, 10391, 10037, 10633, 9859, 16327, 10350, 14370, 11896, 10162, 10485, 9920, 15939, 10165, 12783, 10388, 10054, 12075, 10108, 13018, 12112, 10092, 10606, 9721, 15125, 10409, 13884, 12155, 9675, 12947, 10176, 15180, 10764, 11516, 11221, 10157, 15590, 10129, 14497, 10733, 9852, 12621, 9717, 16826, 10537, 12095, 11220, 9802, 16089, 10359, 14354, 10784, 10163, 10679, 9592, 16522, 10436, 12515, 12179, 9612, 13742, 9578, 16978, 10875, 10855, 11353, 10337, 14492, 10005, 12988, 11013, 10015, 11149, 9563, 14404, 12628, 9835, 11621, 9820, 14789, 10378, 9867, 12991, 9720, 16582, 10281, 11869, 12231, 10017, 15909, 10602, 13489, 12685, 9741, 12972, 9932, 16833, 12429, 11054, 11167, 10554, 15016, 10370, 14011, 11068, 10255, 13496, 10563, 12457, 11752, 10231, 14489, 9758, 17452, 10655, 13084, 12063, 9815, 17059, 10421, 15664, 13463, 11260, 12083, 10411, 17164, 10537, 10490, 10833, 9968, 13617, 10111, 10301, 10623, 9878, 15519, 9815, 15825, 12516, 9830, 12288, 9602, 16838, 10478, 12934, 11508, 9779, 15887, 10250, 11090, 11736, 9398, 15347, 10196, 11214, 10696, 10155, 14532, 10104, 10161, 12400, 9685, 15392, 10757, 10080, 13129, 9588, 15416, 11711, 9858, 14850, 9997, 12670, 11891, 9948, 17092, 10689, 10303, 12695, 9636, 16523, 14270, 10043, 12116, 9624, 16050, 10741, 10091, 12287, 9685, 16611, 9969, 13077, 13307, 9867, 15328, 10084, 15029, 10625, 9848, 11752, 9870, 16774, 11552, 10819, 11056, 10289, 15246, 9981, 13190, 11534, 9771, 15926, 10348, 10902, 11871, 9638, 15385, 9863, 11535, 10533, 9775, 13463, 9747, 11791, 10711, 10088, 16344, 9770, 13602, 12842, 9960, 14610, 9456, 13501, 12106, 10111, 12751, 9962, 16867, 13858, 11451, 11796, 10005, 16004, 9808, 13954, 11794, 9979, 15507, 9839, 10331, 10156, 9945, 15555, 12097, 10458, 12028, 9826, 15110, 11038, 10118, 14454, 9683, 12223, 11523, 10166, 14352, 9547, 14982, 11515, 10217, 15869, 9921, 12917, 12831, 9904, 16197, 9760, 15216, 10556, 11287, 13040, 10112, 13921, 9869, 16171, 9594, 10433, 12017, 10183, 13958, 9624, 13699, 10735, 10315, 11054, 9958, 15693, 12374, 12829, 12328, 10276, 12081, 10143, 15624, 11057, 12205, 11325, 10249, 14123, 9728, 12856, 11780, 10192, 13628, 9681, 13242, 10597, 10292, 11870, 9767, 15482, 11724, 12513, 12779, 10165, 12330, 10039, 15393, 10949, 13111, 11447, 9988, 12690, 9626, 12598, 12610, 10011, 16048, 9533, 14671, 10157, 9686, 12427, 9574, 15789, 12484, 9786, 13712, 9772, 15992, 12009, 10144, 14456, 9443, 13321, 11685, 9886, 13841, 10503, 14747, 11867, 9814, 15480, 9979, 12886, 12315, 9598, 16378, 10529, 9681, 11795, 9844, 11930, 10798, 9611, 16228, 12388, 9843, 13757, 9889, 16476, 12752, 9716, 12353, 9734, 16033, 9759, 15465, 11640, 9799, 15344, 9718, 10890, 10302, 9779, 12237, 9686, 12641, 10275, 9556, 11755, 9994, 10664, 11430, 9738, 17192, 10280, 16439, 13529, 10839, 10634, 9515, 15861, 10207, 13586, 10045, 10440, 12171, 9776, 13205, 9626, 12612, 9616, 9809, 11796, 9950, 11812, 9623, 13740, 9511, 11213, 11497, 9907, 12720, 9677, 15561, 9578, 12630, 12860, 10048, 13403, 9569, 14366, 10600, 9855, 12663, 9754, 15932, 9823, 14083, 10991, 10221, 11311, 9698, 17258, 11311, 10074, 14144, 9541, 9926, 12939, 10094, 16093, 9662, 13369, 12495, 10510, 14032, 9816, 11640, 10689, 10576, 10676, 10301, 13668, 10610, 10925, 10457, 10403, 12722, 10065, 12392, 12308, 10480, 12442, 10225, 11784, 11893, 10780, 13690, 10100, 13727, 11418, 10555, 13874, 10262, 15557, 13403, 10832, 13247, 10305, 16604, 10176, 12757, 12539, 10307, 16596, 10975, 10748, 11330, 10422, 14721, 11802, 10565, 11351, 10488, 14790, 9922, 15373, 11013, 10408, 10933, 10502, 13658, 10033, 14477, 11613, 10915, 11597, 10461, 13988, 10165, 11160, 11572, 10306, 14755, 10194, 10800, 11547, 10289, 14132, 10053, 12685, 10315, 10384, 10559, 10527, 13628, 10278, 12141, 11772, 10690, 13350, 10514, 15301, 11767, 11374, 10669, 10532, 13617, 9952, 12441, 11872, 10566, 15105, 10059, 12479, 12266, 10722, 14296, 10674, 12947, 11140, 10320, 15092, 9800, 15205, 12997, 10737, 12323, 10151, 15134, 10248, 12905, 12855, 10568, 14887, 9850, 11160, 12072, 10626, 13309, 10132, 14701, 12844, 10459, 12155, 10243, 14678, 10361, 11587, 12074, 10249, 14910, 10388, 10082, 10557, 10365, 14205, 10063, 13845, 12085, 10624, 11232, 10421, 13523, 9746, 13521, 12514, 10780, 12305, 9756, 10686, 11776, 10575, 13118, 10003, 13376, 10695, 9895, 12042, 10416, 13730, 10232, 16117, 10080, 9925, 10714, 10191, 12639, 9757, 12227, 11443, 9882, 13168, 10154, 10343, 11694, 10247, 15505, 12470, 11697, 11422, 10100, 13965, 10106, 14368, 13084, 10483, 13055, 9838, 13670, 9926, 10450, 12235, 10451, 14475, 9585, 13083, 10348, 10372, 12097, 10293, 15699, 10311, 15451, 10044, 12971, 10306, 9965, 11253, 10209, 14955, 9819, 12480, 10157, 10454, 11340, 10299, 13551, 9806, 11543, 10313, 10353, 10747, 10373, 13239, 10157, 10479, 11678, 10818, 11671, 10167, 14705, 12225, 10949, 11513, 10818, 14294, 10076, 12963, 12212, 10836, 14886, 10332, 12544, 12160, 10924, 12521, 10513, 15394, 11676, 10753, 11287, 10690, 13536, 10281, 10069, 11955, 10560, 15101, 10309, 10593, 10831, 10553, 15092, 10699, 11895, 11131, 10638, 13952, 9730, 11883, 12370, 10882, 15253, 10008, 10592, 10865, 10338, 14318, 10393, 14010, 12315, 10225, 15100, 9943, 11415, 11583, 10576, 16038, 10126, 12124, 11458, 10651, 13224, 10227, 15702, 11794, 10535, 10649, 10445, 14146, 10421, 16402, 13199, 10462, 10861, 10061, 14115, 9857, 12519, 11874, 10339, 14792, 9791, 10386, 11985, 10570, 13973, 10232, 15795, 10256, 9471, 10406, 10132, 14512, 10214, 10878, 11118, 9699, 13254, 11070, 10167, 14192, 9907, 13818, 10464, 9800, 11644, 9912, 16015, 13576, 9957, 11119, 9739, 15010, 10382, 13306, 12356, 10832, 12290, 9727, 13915, 9910, 11751, 10011, 11092, 12216, 10098, 11714, 10098, 9917, 11998, 9885, 15779, 10853, 10721, 10476, 9915, 14121, 10132, 15841, 12521, 15989, 13407, 10448, 10053, 9973, 10889, 9604, 11765, 10866, 10219, 11562, 10504, 9572, 10521, 9743, 14462, 10186, 11665, 10865, 13476, 12118, 10305, 13319, 9566, 13978, 9587, 14162], 'WindowCenter': [4336.0, 4294.0, 4329.0, 4276.0, 4302.0, 4282.0, 4291.0, 4280.0, 4250.0, 4300.0, 4249.0, 4258.0, 4260.0, 4272.0, 4291.0, 4273.0, 4273.0, 4281.0, 4263.0, 4292.0, 4274.0, 4302.0, 4293.0, 4282.0, 4281.0, 4262.0, 4292.0, 4263.0, 4302.0, 4292.0, 4281.0, 4272.0, 4259.0, 4281.0, 4261.0, 4301.0, 4282.0, 4290.0, 4291.0, 4259.0, 4279.0, 4250.0, 4289.0, 4271.0, 4278.0, 4280.0, 4249.0, 4280.0, 4249.0, 4288.0, 4249.0, 4278.0, 4279.0, 4258.0, 4278.0, 4239.0, 4287.0, 4250.0, 4288.0, 4268.0, 4277.0, 4265.0, 4247.0, 4276.0, 4237.0, 4287.0, 4260.0, 4278.0, 4278.0, 4248.0, 4277.0, 4248.0, 4288.0, 4249.0, 4287.0, 4268.0, 4247.0, 4257.0, 4248.0, 4278.0, 4249.0, 4278.0, 4269.0, 4260.0, 4279.0, 4250.0, 4270.0, 4270.0, 4249.0, 4290.0, 4252.0, 4289.0, 4250.0, 4259.0, 4279.0, 4261.0, 4290.0, 4261.0, 4261.0, 4268.0, 4261.0, 4290.0, 4263.0, 4280.0, 4282.0, 4263.0, 4301.0, 4273.0, 4272.0, 4292.0, 4272.0, 4301.0, 4291.0, 4262.0, 4280.0, 4250.0, 4300.0, 4280.0, 4272.0, 4289.0, 4261.0, 4290.0, 4259.0, 4249.0, 4289.0, 4271.0, 4279.0, 4281.0, 4260.0, 4300.0, 4260.0, 4270.0, 4270.0, 4250.0, 4299.0, 4280.0, 4248.0, 4268.0, 4248.0, 4290.0, 4259.0, 4278.0, 4268.0, 4259.0, 4287.0, 4247.0, 4258.0, 4270.0, 4238.0, 4288.0, 4268.0, 4278.0, 4257.0, 4249.0, 4269.0, 4260.0, 4288.0, 4259.0, 4270.0, 4259.0, 4248.0, 4277.0, 4249.0, 4290.0, 4281.0, 4259.0, 4278.0, 4250.0, 4278.0, 4257.0, 4257.0, 4268.0, 4248.0, 4287.0, 4247.0, 4247.0, 4257.0, 4247.0, 4288.0, 4268.0, 4278.0, 4267.0, 4248.0, 4287.0, 4248.0, 4288.0, 4268.0, 4247.0, 4277.0, 4247.0, 4276.0, 4246.0, 4246.0, 4256.0, 4247.0, 4277.0, 4247.0, 4267.0, 4257.0, 4245.0, 4267.0, 4248.0, 4277.0, 4248.0, 4247.0, 4258.0, 4260.0, 4278.0, 4248.0, 4268.0, 4258.0, 4248.0, 4279.0, 4260.0, 4279.0, 4282.0, 4250.0, 4290.0, 4259.0, 4249.0, 4280.0, 4261.0, 4290.0, 4280.0, 4262.0, 4291.0, 4261.0, 4280.0, 4271.0, 4261.0, 4292.0, 4261.0, 4251.0, 4261.0, 4262.0, 4292.0, 4283.0, 4262.0, 4293.0, 4273.0, 4304.0, 4283.0, 4262.0, 4292.0, 4262.0, 4301.0, 4291.0, 4271.0, 4270.0, 4260.0, 4291.0, 4261.0, 4290.0, 4290.0, 4260.0, 4281.0, 4260.0, 4289.0, 4280.0, 4250.0, 4291.0, 4271.0, 4279.0, 4259.0, 4260.0, 4290.0, 4260.0, 4300.0, 4272.0, 4260.0, 4281.0, 4260.0, 4279.0, 4271.0, 4262.0, 4302.0, 4273.0, 4272.0, 4293.0, 4274.0, 4282.0, 4294.0, 4272.0, 4271.0, 4272.0, 4272.0, 4301.0, 4281.0, 4294.0, 4297.0, 4263.0, 4291.0, 4272.0, 4262.0, 4299.0, 4259.0, 4248.0, 4289.0, 4259.0, 4299.0, 4280.0, 4259.0, 4268.0, 4246.0, 4287.0, 4245.0, 4285.0, 4276.0, 4243.0, 4263.0, 4232.0, 4251.0, 4251.0, 4231.0, 4261.0, 4233.0, 4272.0, 4231.0, 4230.0, 4230.0, 4243.0, 4272.0, 4251.0, 4261.0, 4230.0, 4219.0, 4239.0, 4231.0, 4260.0, 4231.0, 4231.0, 4273.0, 4242.0, 4250.0, 4230.0, 4230.0, 4231.0, 4233.0, 4271.0, 4253.0, 4245.0, 4243.0, 4244.0, 4262.0, 4243.0, 4231.0, 4253.0, 4243.0, 4282.0, 4234.0, 4251.0, 4242.0, 4234.0, 4264.0, 4244.0, 4272.0, 4233.0, 4232.0, 4233.0, 4242.0, 4273.0, 4244.0, 4271.0, 4251.0, 4231.0, 4241.0, 4242.0, 4262.0, 4245.0, 4255.0, 4245.0, 4245.0, 4274.0, 4244.0, 4254.0, 4243.0, 4233.0, 4264.0, 4244.0, 4273.0, 4243.0, 4264.0, 4246.0, 4234.0, 4255.0, 4245.0, 4284.0, 4245.0, 4275.0, 4255.0, 4245.0, 4275.0, 4245.0, 4263.0, 4245.0, 4247.0, 4245.0, 4245.0, 4286.0, 4246.0, 4265.0, 4256.0, 4247.0, 4278.0, 4247.0, 4297.0, 4256.0, 4266.0, 4246.0, 4249.0, 4277.0, 4247.0, 4257.0, 4286.0, 4274.0, 4260.0, 4257.0, 4247.0, 4268.0, 4247.0, 4247.0, 4269.0, 4258.0, 4288.0, 4279.0, 4255.0, 4244.0, 4242.0, 4262.0, 4242.0, 4263.0, 4266.0, 4244.0, 4245.0, 4245.0, 4262.0, 4243.0, 4251.0, 4233.0, 4232.0, 4262.0, 4232.0, 4252.0, 4245.0, 4242.0, 4251.0, 4242.0, 4272.0, 4241.0, 4230.0, 4221.0, 4232.0, 4251.0, 4242.0, 4261.0, 4231.0, 4243.0, 4252.0, 4243.0, 4260.0, 4242.0, 4242.0, 4251.0, 4243.0, 4271.0, 4242.0, 4251.0, 4242.0, 4231.0, 4250.0, 4242.0, 4260.0, 4241.0, 4241.0, 4242.0, 4240.0, 4250.0, 4243.0, 4252.0, 4241.0, 4231.0, 4252.0, 4242.0, 4272.0, 4243.0, 4253.0, 4242.0, 4242.0, 4264.0, 4244.0, 4274.0, 4254.0, 4244.0, 4243.0, 4245.0, 4263.0, 4243.0, 4274.0, 4255.0, 4244.0, 4244.0, 4244.0, 4264.0, 4244.0, 4273.0, 4243.0, 4263.0, 4244.0, 4243.0, 4242.0, 4242.0, 4262.0, 4244.0, 4274.0, 4244.0, 4244.0, 4244.0, 4244.0, 4262.0, 4245.0, 4274.0, 4254.0, 4244.0, 4234.0, 4246.0, 4243.0, 4244.0, 4262.0, 4244.0, 4263.0, 4255.0, 4243.0, 4243.0, 4244.0, 4255.0, 4245.0, 4263.0, 4254.0, 4234.0, 4243.0, 4245.0, 4263.0, 4245.0, 4244.0, 4244.0, 4245.0, 4265.0, 4255.0, 4246.0, 4255.0, 4247.0, 4276.0, 4246.0, 4247.0, 4257.0, 4259.0, 4268.0, 4267.0, 4246.0, 4267.0, 4257.0, 4289.0, 4252.0, 4246.0, 4278.0, 4271.0, 4301.0, 4269.0, 4257.0, 4277.0, 4248.0, 4257.0, 4259.0, 4260.0, 4291.0, 4275.0, 4327.0, 4294.0, 4257.0, 4234.0, 4243.0, 4253.0, 4244.0, 4263.0, 4256.0, 4254.0, 4245.0, 4254.0, 4250.0, 4242.0, 4259.0, 4240.0, 4250.0, 4241.0, 4231.0, 4242.0, 4245.0, 4263.0, 4242.0, 4241.0, 4241.0, 4233.0, 4230.0, 4241.0, 4261.0, 4242.0, 4242.0, 4243.0, 4216.0, 4260.0, 4258.0, 4299.0, 4280.0, 4248.0, 4273.0, 4246.0, 4275.0, 4246.0, 4276.0, 4269.0, 4277.0, 4268.0, 4257.0, 4269.0, 4260.0, 4268.0, 4260.0, 4244.0, 4255.0, 4259.0, 4289.0, 4270.0, 4298.0, 4323.0, 4290.0, 4245.0, 4250.0, 4276.0, 4261.0, 4306.0, 4284.0, 4260.0, 4280.0, 4258.0, 4299.0, 4260.0, 4286.0, 4246.0, 4255.0, 4256.0, 4244.0, 4285.0, 4257.0, 4267.0, 4255.0, 4255.0, 4252.0, 4255.0, 4276.0, 4247.0, 4275.0, 4247.0, 4244.0, 4254.0, 4255.0, 4267.0, 4247.0, 4287.0, 4257.0, 4264.0, 4252.0, 4216.0, 4266.0, 4258.0, 4310.0, 4270.0, 4258.0, 4256.0, 4256.0, 4277.0, 4261.0, 4271.0, 4283.0, 4271.0, 4303.0, 4275.0, 4303.0, 4282.0, 4281.0, 4280.0, 4270.0, 4301.0, 4272.0, 4282.0, 4271.0, 4283.0, 4292.0, 4283.0, 4302.0, 4293.0, 4272.0, 4280.0, 4270.0, 4301.0, 4283.0, 4282.0, 4302.0, 4272.0, 4303.0, 4283.0, 4271.0, 4302.0, 4268.0, 4311.0, 4291.0, 4289.0, 4269.0, 4258.0, 4289.0, 4259.0, 4299.0, 4292.0, 4258.0, 4268.0, 4258.0, 4298.0, 4261.0, 4289.0, 4280.0, 4258.0, 4298.0, 4246.0, 4297.0, 4258.0, 4278.0, 4278.0, 4248.0, 4287.0, 4247.0, 4268.0, 4268.0, 4258.0, 4259.0, 4260.0, 4288.0, 4258.0, 4258.0, 4268.0, 4259.0, 4300.0, 4269.0, 4279.0, 4267.0, 4247.0, 4278.0, 4247.0, 4299.0, 4259.0, 4277.0, 4268.0, 4248.0, 4286.0, 4246.0, 4288.0, 4268.0, 4245.0, 4277.0, 4247.0, 4266.0, 4257.0, 4259.0, 4257.0, 4247.0, 4288.0, 4267.0, 4247.0, 4268.0, 4259.0, 4299.0, 4259.0, 4248.0, 4258.0, 4247.0, 4287.0, 4248.0, 4279.0, 4278.0, 4257.0, 4277.0, 4258.0, 4298.0, 4248.0, 4269.0, 4259.0, 4259.0, 4297.0, 4259.0, 4259.0, 4269.0, 4270.0, 4279.0, 4260.0, 4270.0, 4272.0, 4272.0, 4312.0, 4262.0, 4301.0, 4272.0, 4269.0, 4292.0, 4261.0, 4297.0, 4268.0, 4259.0, 4281.0, 4260.0, 4301.0, 4277.0, 4260.0, 4310.0, 4260.0, 4290.0, 4270.0, 4260.0, 4301.0, 4260.0, 4261.0, 4270.0, 4261.0, 4278.0, 4269.0, 4258.0, 4291.0, 4262.0, 4310.0, 4292.0, 4311.0, 4291.0, 4297.0, 4276.0, 4287.0, 4264.0, 4282.0, 4251.0, 4261.0, 4231.0, 4230.0, 4241.0, 4231.0, 4271.0, 4218.0, 4269.0, 4230.0, 4217.0, 4230.0, 4220.0, 4253.0, 4242.0, 4281.0, 4243.0, 4270.0, 4231.0, 4241.0, 4252.0, 4232.0, 4260.0, 4232.0, 4260.0, 4232.0, 4252.0, 4253.0, 4231.0, 4262.0, 4232.0, 4273.0, 4233.0, 4262.0, 4232.0, 4232.0, 4242.0, 4234.0, 4272.0, 4243.0, 4273.0, 4232.0, 4233.0, 4242.0, 4233.0, 4274.0, 4245.0, 4254.0, 4244.0, 4234.0, 4245.0, 4244.0, 4275.0, 4245.0, 4287.0, 4247.0, 4255.0, 4254.0, 4248.0, 4341.0, 4290.0, 4293.0, 4269.0, 4246.0, 4264.0, 4247.0, 4277.0, 4257.0, 4247.0, 4269.0, 4259.0, 4299.0, 4258.0, 4277.0, 4268.0, 4248.0, 4278.0, 4250.0, 4299.0, 4279.0, 4257.0, 4258.0, 4246.0, 4279.0, 4250.0, 4278.0, 4270.0, 4250.0, 4289.0, 4259.0, 4289.0, 4260.0, 4260.0, 4290.0, 4262.0, 4300.0, 4259.0, 4260.0, 4313.0, 4272.0, 4270.0, 4312.0, 4262.0, 4299.0, 4259.0, 4261.0, 4279.0, 4249.0, 4310.0, 4260.0, 4280.0, 4259.0, 4260.0, 4300.0, 4280.0, 4280.0, 4258.0, 4259.0, 4299.0, 4259.0, 4289.0, 4268.0, 4258.0, 4299.0, 4259.0, 4280.0, 4280.0, 4248.0, 4298.0, 4247.0, 4298.0, 4259.0, 4278.0, 4268.0, 4237.0, 4297.0, 4247.0, 4286.0, 4266.0, 4246.0, 4266.0, 4235.0, 4294.0, 4245.0, 4234.0, 4244.0, 4245.0, 4285.0, 4247.0, 4275.0, 4255.0, 4245.0, 4245.0, 4247.0, 4287.0, 4247.0, 4266.0, 4247.0, 4246.0, 4267.0, 4259.0, 4278.0, 4268.0, 4248.0, 4258.0, 4249.0, 4300.0, 4259.0, 4278.0, 4269.0, 4248.0, 4278.0, 4259.0, 4287.0, 4258.0, 4268.0, 4257.0, 4258.0, 4297.0, 4259.0, 4290.0, 4260.0, 4249.0, 4280.0, 4250.0, 4299.0, 4260.0, 4280.0, 4270.0, 4248.0, 4298.0, 4259.0, 4289.0, 4258.0, 4260.0, 4260.0, 4251.0, 4310.0, 4261.0, 4281.0, 4280.0, 4262.0, 4290.0, 4251.0, 4311.0, 4269.0, 4270.0, 4270.0, 4273.0, 4291.0, 4260.0, 4291.0, 4270.0, 4260.0, 4272.0, 4262.0, 4301.0, 4281.0, 4260.0, 4282.0, 4262.0, 4300.0, 4262.0, 4262.0, 4293.0, 4263.0, 4312.0, 4262.0, 4283.0, 4283.0, 4261.0, 4312.0, 4273.0, 4290.0, 4292.0, 4250.0, 4291.0, 4261.0, 4310.0, 4282.0, 4270.0, 4271.0, 4272.0, 4299.0, 4273.0, 4291.0, 4271.0, 4261.0, 4291.0, 4271.0, 4291.0, 4282.0, 4261.0, 4298.0, 4261.0, 4310.0, 4272.0, 4292.0, 4282.0, 4261.0, 4312.0, 4258.0, 4300.0, 4288.0, 4271.0, 4280.0, 4259.0, 4309.0, 4259.0, 4259.0, 4271.0, 4263.0, 4291.0, 4261.0, 4261.0, 4271.0, 4262.0, 4311.0, 4263.0, 4301.0, 4282.0, 4260.0, 4281.0, 4263.0, 4313.0, 4261.0, 4281.0, 4270.0, 4261.0, 4300.0, 4260.0, 4270.0, 4282.0, 4250.0, 4299.0, 4260.0, 4268.0, 4260.0, 4261.0, 4301.0, 4261.0, 4260.0, 4281.0, 4261.0, 4300.0, 4271.0, 4272.0, 4291.0, 4251.0, 4301.0, 4281.0, 4260.0, 4302.0, 4262.0, 4281.0, 4282.0, 4261.0, 4311.0, 4259.0, 4260.0, 4282.0, 4261.0, 4300.0, 4291.0, 4250.0, 4278.0, 4250.0, 4300.0, 4260.0, 4249.0, 4268.0, 4250.0, 4298.0, 4250.0, 4279.0, 4288.0, 4249.0, 4289.0, 4260.0, 4289.0, 4258.0, 4249.0, 4269.0, 4248.0, 4298.0, 4269.0, 4257.0, 4269.0, 4259.0, 4300.0, 4260.0, 4278.0, 4269.0, 4249.0, 4295.0, 4259.0, 4271.0, 4270.0, 4249.0, 4289.0, 4250.0, 4268.0, 4258.0, 4261.0, 4291.0, 4249.0, 4269.0, 4260.0, 4261.0, 4311.0, 4263.0, 4292.0, 4281.0, 4249.0, 4301.0, 4260.0, 4288.0, 4281.0, 4261.0, 4282.0, 4261.0, 4300.0, 4290.0, 4270.0, 4270.0, 4248.0, 4301.0, 4250.0, 4288.0, 4269.0, 4249.0, 4289.0, 4250.0, 4258.0, 4260.0, 4260.0, 4299.0, 4269.0, 4259.0, 4279.0, 4260.0, 4301.0, 4267.0, 4259.0, 4289.0, 4250.0, 4280.0, 4269.0, 4259.0, 4300.0, 4250.0, 4300.0, 4270.0, 4259.0, 4300.0, 4259.0, 4292.0, 4281.0, 4249.0, 4298.0, 4249.0, 4287.0, 4258.0, 4269.0, 4280.0, 4249.0, 4290.0, 4248.0, 4298.0, 4248.0, 4259.0, 4280.0, 4258.0, 4289.0, 4250.0, 4289.0, 4270.0, 4259.0, 4271.0, 4261.0, 4300.0, 4279.0, 4279.0, 4280.0, 4249.0, 4269.0, 4260.0, 4288.0, 4257.0, 4266.0, 4258.0, 4259.0, 4287.0, 4248.0, 4278.0, 4270.0, 4259.0, 4290.0, 4251.0, 4279.0, 4259.0, 4260.0, 4271.0, 4250.0, 4288.0, 4269.0, 4279.0, 4279.0, 4249.0, 4277.0, 4262.0, 4301.0, 4260.0, 4281.0, 4272.0, 4250.0, 4280.0, 4259.0, 4282.0, 4282.0, 4250.0, 4314.0, 4251.0, 4291.0, 4260.0, 4251.0, 4277.0, 4250.0, 4300.0, 4279.0, 4249.0, 4278.0, 4262.0, 4301.0, 4270.0, 4248.0, 4289.0, 4250.0, 4278.0, 4269.0, 4248.0, 4279.0, 4258.0, 4289.0, 4270.0, 4261.0, 4288.0, 4258.0, 4277.0, 4269.0, 4249.0, 4300.0, 4259.0, 4248.0, 4267.0, 4250.0, 4282.0, 4258.0, 4247.0, 4299.0, 4268.0, 4249.0, 4277.0, 4249.0, 4300.0, 4279.0, 4236.0, 4268.0, 4248.0, 4287.0, 4235.0, 4286.0, 4256.0, 4246.0, 4287.0, 4237.0, 4245.0, 4244.0, 4234.0, 4267.0, 4236.0, 4266.0, 4258.0, 4237.0, 4266.0, 4249.0, 4257.0, 4268.0, 4236.0, 4296.0, 4247.0, 4285.0, 4266.0, 4255.0, 4246.0, 4233.0, 4286.0, 4245.0, 4276.0, 4248.0, 4246.0, 4266.0, 4234.0, 4265.0, 4234.0, 4264.0, 4248.0, 4247.0, 4267.0, 4246.0, 4255.0, 4236.0, 4275.0, 4248.0, 4256.0, 4257.0, 4235.0, 4266.0, 4236.0, 4285.0, 4247.0, 4266.0, 4266.0, 4245.0, 4276.0, 4236.0, 4276.0, 4247.0, 4247.0, 4266.0, 4236.0, 4286.0, 4248.0, 4276.0, 4256.0, 4246.0, 4259.0, 4249.0, 4308.0, 4269.0, 4260.0, 4291.0, 4262.0, 4260.0, 4279.0, 4248.0, 4288.0, 4248.0, 4279.0, 4279.0, 4258.0, 4289.0, 4249.0, 4267.0, 4257.0, 4257.0, 4259.0, 4259.0, 4278.0, 4259.0, 4270.0, 4260.0, 4272.0, 4292.0, 4263.0, 4281.0, 4282.0, 4272.0, 4291.0, 4273.0, 4282.0, 4283.0, 4271.0, 4291.0, 4263.0, 4291.0, 4282.0, 4272.0, 4288.0, 4274.0, 4302.0, 4292.0, 4268.0, 4292.0, 4262.0, 4309.0, 4262.0, 4281.0, 4281.0, 4262.0, 4311.0, 4271.0, 4271.0, 4271.0, 4271.0, 4301.0, 4281.0, 4271.0, 4271.0, 4271.0, 4298.0, 4263.0, 4301.0, 4271.0, 4260.0, 4260.0, 4260.0, 4292.0, 4261.0, 4290.0, 4282.0, 4270.0, 4270.0, 4272.0, 4303.0, 4261.0, 4272.0, 4272.0, 4262.0, 4301.0, 4262.0, 4272.0, 4272.0, 4259.0, 4292.0, 4261.0, 4291.0, 4273.0, 4273.0, 4284.0, 4273.0, 4302.0, 4274.0, 4294.0, 4284.0, 4273.0, 4304.0, 4275.0, 4302.0, 4283.0, 4283.0, 4274.0, 4274.0, 4304.0, 4275.0, 4294.0, 4283.0, 4273.0, 4302.0, 4264.0, 4294.0, 4295.0, 4285.0, 4302.0, 4274.0, 4294.0, 4284.0, 4272.0, 4302.0, 4275.0, 4302.0, 4293.0, 4272.0, 4281.0, 4263.0, 4301.0, 4262.0, 4293.0, 4292.0, 4260.0, 4303.0, 4262.0, 4271.0, 4280.0, 4259.0, 4289.0, 4261.0, 4290.0, 4281.0, 4260.0, 4280.0, 4260.0, 4289.0, 4262.0, 4271.0, 4281.0, 4261.0, 4291.0, 4260.0, 4260.0, 4259.0, 4262.0, 4291.0, 4262.0, 4279.0, 4270.0, 4256.0, 4269.0, 4258.0, 4290.0, 4251.0, 4280.0, 4281.0, 4260.0, 4277.0, 4251.0, 4259.0, 4281.0, 4271.0, 4281.0, 4260.0, 4291.0, 4270.0, 4259.0, 4280.0, 4273.0, 4290.0, 4259.0, 4300.0, 4261.0, 4249.0, 4260.0, 4259.0, 4282.0, 4263.0, 4279.0, 4282.0, 4261.0, 4291.0, 4261.0, 4261.0, 4282.0, 4262.0, 4301.0, 4278.0, 4281.0, 4270.0, 4260.0, 4289.0, 4261.0, 4291.0, 4279.0, 4259.0, 4279.0, 4250.0, 4288.0, 4248.0, 4258.0, 4281.0, 4260.0, 4291.0, 4262.0, 4280.0, 4259.0, 4259.0, 4282.0, 4259.0, 4288.0, 4247.0, 4287.0, 4249.0, 4277.0, 4257.0, 4249.0, 4258.0, 4246.0, 4287.0, 4247.0, 4266.0, 4248.0, 4259.0, 4269.0, 4259.0, 4278.0, 4250.0, 4267.0, 4258.0, 4260.0, 4284.0, 4274.0, 4291.0, 4260.0, 4270.0, 4283.0, 4270.0, 4281.0, 4275.0, 4303.0, 4283.0, 4272.0, 4278.0, 4271.0, 4302.0, 4261.0, 4294.0, 4282.0, 4270.0, 4298.0, 4261.0, 4279.0, 4282.0, 4271.0, 4280.0, 4272.0, 4303.0, 4272.0, 4269.0, 4271.0, 4272.0, 4288.0, 4262.0, 4263.0, 4281.0, 4271.0, 4302.0, 4262.0, 4272.0, 4272.0, 4272.0, 4302.0, 4273.0, 4281.0, 4269.0, 4271.0, 4302.0, 4263.0, 4281.0, 4294.0, 4272.0, 4302.0, 4261.0, 4271.0, 4273.0, 4263.0, 4304.0, 4262.0, 4291.0, 4284.0, 4273.0, 4303.0, 4263.0, 4283.0, 4282.0, 4271.0, 4302.0, 4261.0, 4280.0, 4272.0, 4273.0, 4293.0, 4261.0, 4300.0, 4281.0, 4271.0, 4271.0, 4260.0, 4302.0, 4273.0, 4300.0, 4290.0, 4259.0, 4269.0, 4259.0, 4289.0, 4261.0, 4282.0, 4270.0, 4260.0, 4302.0, 4260.0, 4260.0, 4280.0, 4273.0, 4291.0, 4261.0, 4300.0, 4260.0, 4249.0, 4271.0, 4272.0, 4301.0, 4261.0, 4271.0, 4271.0, 4261.0, 4290.0, 4284.0, 4273.0, 4291.0, 4263.0, 4291.0, 4261.0, 4259.0, 4281.0, 4264.0, 4298.0, 4290.0, 4249.0, 4268.0, 4248.0, 4288.0, 4259.0, 4279.0, 4268.0, 4258.0, 4267.0, 4247.0, 4273.0, 4248.0, 4267.0, 4248.0, 4257.0, 4267.0, 4249.0, 4266.0, 4247.0, 4247.0, 4269.0, 4260.0, 4289.0, 4257.0, 4248.0, 4246.0, 4247.0, 4276.0, 4248.0, 4299.0, 4270.0, 4285.0, 4277.0, 4244.0, 4235.0, 4235.0, 4257.0, 4235.0, 4257.0, 4258.0, 4257.0, 4256.0, 4257.0, 4251.0, 4259.0, 4248.0, 4285.0, 4259.0, 4267.0, 4258.0, 4277.0, 4270.0, 4246.0, 4278.0, 4237.0, 4275.0, 4236.0, 4274.0], 'WindowWidth': [9567.0, 9504.0, 9542.0, 9464.0, 9493.0, 9466.0, 9474.0, 9458.0, 9419.0, 9483.0, 9414.0, 9425.0, 9432.0, 9453.0, 9477.0, 9454.0, 9455.0, 9464.0, 9441.0, 9480.0, 9457.0, 9494.0, 9481.0, 9465.0, 9463.0, 9435.0, 9479.0, 9443.0, 9490.0, 9479.0, 9463.0, 9450.0, 9430.0, 9461.0, 9434.0, 9489.0, 9465.0, 9472.0, 9474.0, 9431.0, 9455.0, 9418.0, 9468.0, 9448.0, 9454.0, 9457.0, 9415.0, 9457.0, 9415.0, 9467.0, 9415.0, 9452.0, 9456.0, 9425.0, 9453.0, 9400.0, 9462.0, 9416.0, 9467.0, 9439.0, 9449.0, 9431.0, 9410.0, 9445.0, 9396.0, 9463.0, 9430.0, 9451.0, 9452.0, 9413.0, 9450.0, 9411.0, 9465.0, 9416.0, 9464.0, 9439.0, 9410.0, 9423.0, 9411.0, 9452.0, 9417.0, 9454.0, 9443.0, 9431.0, 9456.0, 9419.0, 9445.0, 9447.0, 9416.0, 9472.0, 9422.0, 9468.0, 9418.0, 9429.0, 9457.0, 9436.0, 9472.0, 9435.0, 9434.0, 9441.0, 9433.0, 9473.0, 9440.0, 9460.0, 9463.0, 9441.0, 9489.0, 9453.0, 9451.0, 9476.0, 9453.0, 9489.0, 9476.0, 9437.0, 9458.0, 9418.0, 9485.0, 9460.0, 9450.0, 9471.0, 9433.0, 9472.0, 9429.0, 9416.0, 9470.0, 9447.0, 9455.0, 9460.0, 9432.0, 9484.0, 9431.0, 9444.0, 9444.0, 9420.0, 9482.0, 9457.0, 9414.0, 9438.0, 9412.0, 9470.0, 9429.0, 9451.0, 9438.0, 9428.0, 9464.0, 9410.0, 9426.0, 9442.0, 9398.0, 9466.0, 9439.0, 9451.0, 9425.0, 9415.0, 9443.0, 9434.0, 9466.0, 9429.0, 9447.0, 9428.0, 9412.0, 9451.0, 9415.0, 9473.0, 9462.0, 9429.0, 9454.0, 9416.0, 9452.0, 9424.0, 9423.0, 9437.0, 9412.0, 9462.0, 9411.0, 9410.0, 9423.0, 9410.0, 9465.0, 9440.0, 9453.0, 9435.0, 9411.0, 9463.0, 9411.0, 9465.0, 9439.0, 9408.0, 9448.0, 9409.0, 9445.0, 9405.0, 9405.0, 9419.0, 9408.0, 9449.0, 9410.0, 9434.0, 9423.0, 9406.0, 9436.0, 9412.0, 9450.0, 9411.0, 9410.0, 9425.0, 9430.0, 9452.0, 9414.0, 9439.0, 9425.0, 9412.0, 9454.0, 9433.0, 9455.0, 9462.0, 9419.0, 9472.0, 9430.0, 9415.0, 9459.0, 9436.0, 9471.0, 9460.0, 9439.0, 9474.0, 9436.0, 9458.0, 9449.0, 9434.0, 9478.0, 9436.0, 9422.0, 9436.0, 9437.0, 9479.0, 9469.0, 9439.0, 9481.0, 9455.0, 9499.0, 9470.0, 9438.0, 9479.0, 9439.0, 9491.0, 9476.0, 9449.0, 9446.0, 9433.0, 9475.0, 9435.0, 9471.0, 9474.0, 9432.0, 9461.0, 9432.0, 9470.0, 9460.0, 9418.0, 9477.0, 9448.0, 9456.0, 9430.0, 9433.0, 9473.0, 9433.0, 9487.0, 9450.0, 9433.0, 9460.0, 9433.0, 9457.0, 9448.0, 9440.0, 9493.0, 9454.0, 9452.0, 9484.0, 9458.0, 9465.0, 9484.0, 9453.0, 9449.0, 9453.0, 9453.0, 9489.0, 9462.0, 9483.0, 9494.0, 9442.0, 9476.0, 9453.0, 9438.0, 9483.0, 9430.0, 9411.0, 9469.0, 9427.0, 9482.0, 9456.0, 9427.0, 9438.0, 9405.0, 9460.0, 9404.0, 9456.0, 9448.0, 9397.0, 9422.0, 9380.0, 9402.0, 9404.0, 9377.0, 9416.0, 9381.0, 9431.0, 9377.0, 9372.0, 9376.0, 9397.0, 9434.0, 9405.0, 9417.0, 9374.0, 9358.0, 9383.0, 9376.0, 9416.0, 9377.0, 9377.0, 9434.0, 9392.0, 9401.0, 9375.0, 9373.0, 9378.0, 9381.0, 9432.0, 9410.0, 9402.0, 9397.0, 9400.0, 9420.0, 9397.0, 9378.0, 9410.0, 9396.0, 9448.0, 9385.0, 9405.0, 9395.0, 9384.0, 9424.0, 9397.0, 9435.0, 9383.0, 9382.0, 9381.0, 9394.0, 9437.0, 9399.0, 9430.0, 9406.0, 9376.0, 9392.0, 9392.0, 9422.0, 9402.0, 9414.0, 9402.0, 9402.0, 9440.0, 9399.0, 9410.0, 9397.0, 9384.0, 9427.0, 9399.0, 9436.0, 9396.0, 9427.0, 9405.0, 9387.0, 9414.0, 9401.0, 9454.0, 9402.0, 9441.0, 9414.0, 9402.0, 9444.0, 9403.0, 9424.0, 9403.0, 9409.0, 9403.0, 9402.0, 9459.0, 9405.0, 9431.0, 9419.0, 9409.0, 9451.0, 9409.0, 9475.0, 9419.0, 9431.0, 9408.0, 9416.0, 9448.0, 9406.0, 9420.0, 9478.0, 9460.0, 9432.0, 9419.0, 9405.0, 9435.0, 9406.0, 9407.0, 9438.0, 9424.0, 9466.0, 9452.0, 9417.0, 9397.0, 9392.0, 9416.0, 9390.0, 9420.0, 9428.0, 9396.0, 9397.0, 9398.0, 9418.0, 9393.0, 9400.0, 9378.0, 9374.0, 9415.0, 9377.0, 9402.0, 9398.0, 9388.0, 9401.0, 9390.0, 9431.0, 9387.0, 9371.0, 9360.0, 9375.0, 9400.0, 9390.0, 9414.0, 9376.0, 9393.0, 9404.0, 9395.0, 9414.0, 9392.0, 9389.0, 9402.0, 9394.0, 9428.0, 9391.0, 9402.0, 9392.0, 9375.0, 9400.0, 9389.0, 9412.0, 9387.0, 9386.0, 9390.0, 9386.0, 9401.0, 9393.0, 9404.0, 9390.0, 9376.0, 9406.0, 9391.0, 9433.0, 9395.0, 9410.0, 9392.0, 9392.0, 9424.0, 9396.0, 9438.0, 9411.0, 9397.0, 9395.0, 9399.0, 9423.0, 9398.0, 9439.0, 9415.0, 9400.0, 9400.0, 9399.0, 9425.0, 9397.0, 9436.0, 9395.0, 9422.0, 9396.0, 9394.0, 9393.0, 9392.0, 9419.0, 9397.0, 9437.0, 9397.0, 9397.0, 9397.0, 9398.0, 9420.0, 9400.0, 9437.0, 9411.0, 9396.0, 9383.0, 9401.0, 9395.0, 9395.0, 9419.0, 9397.0, 9421.0, 9414.0, 9394.0, 9395.0, 9399.0, 9411.0, 9400.0, 9420.0, 9412.0, 9383.0, 9395.0, 9399.0, 9423.0, 9400.0, 9396.0, 9398.0, 9399.0, 9426.0, 9416.0, 9405.0, 9416.0, 9406.0, 9445.0, 9405.0, 9406.0, 9420.0, 9426.0, 9437.0, 9435.0, 9405.0, 9434.0, 9421.0, 9466.0, 9406.0, 9406.0, 9455.0, 9449.0, 9489.0, 9444.0, 9424.0, 9450.0, 9412.0, 9426.0, 9429.0, 9434.0, 9477.0, 9460.0, 9537.0, 9484.0, 9426.0, 9385.0, 9395.0, 9408.0, 9396.0, 9423.0, 9417.0, 9411.0, 9401.0, 9412.0, 9401.0, 9392.0, 9409.0, 9386.0, 9400.0, 9388.0, 9375.0, 9392.0, 9399.0, 9421.0, 9391.0, 9391.0, 9390.0, 9380.0, 9374.0, 9390.0, 9415.0, 9393.0, 9393.0, 9395.0, 9348.0, 9413.0, 9429.0, 9485.0, 9461.0, 9412.0, 9442.0, 9406.0, 9442.0, 9408.0, 9448.0, 9441.0, 9450.0, 9442.0, 9425.0, 9444.0, 9432.0, 9439.0, 9432.0, 9402.0, 9421.0, 9430.0, 9469.0, 9447.0, 9500.0, 9544.0, 9489.0, 9418.0, 9414.0, 9439.0, 9429.0, 9502.0, 9468.0, 9430.0, 9455.0, 9422.0, 9481.0, 9425.0, 9456.0, 9401.0, 9413.0, 9416.0, 9398.0, 9457.0, 9418.0, 9433.0, 9415.0, 9414.0, 9411.0, 9414.0, 9441.0, 9404.0, 9440.0, 9403.0, 9397.0, 9410.0, 9418.0, 9430.0, 9404.0, 9457.0, 9418.0, 9426.0, 9405.0, 9346.0, 9434.0, 9430.0, 9500.0, 9446.0, 9428.0, 9421.0, 9424.0, 9451.0, 9436.0, 9450.0, 9471.0, 9453.0, 9498.0, 9463.0, 9496.0, 9468.0, 9463.0, 9464.0, 9447.0, 9492.0, 9453.0, 9467.0, 9452.0, 9471.0, 9483.0, 9470.0, 9494.0, 9483.0, 9454.0, 9464.0, 9450.0, 9491.0, 9471.0, 9468.0, 9496.0, 9455.0, 9497.0, 9470.0, 9451.0, 9494.0, 9445.0, 9504.0, 9476.0, 9472.0, 9445.0, 9430.0, 9472.0, 9433.0, 9485.0, 9478.0, 9430.0, 9442.0, 9429.0, 9480.0, 9436.0, 9471.0, 9460.0, 9429.0, 9482.0, 9411.0, 9478.0, 9426.0, 9454.0, 9454.0, 9412.0, 9466.0, 9411.0, 9440.0, 9439.0, 9427.0, 9429.0, 9431.0, 9468.0, 9430.0, 9429.0, 9441.0, 9431.0, 9487.0, 9446.0, 9455.0, 9439.0, 9411.0, 9453.0, 9411.0, 9483.0, 9429.0, 9450.0, 9441.0, 9412.0, 9461.0, 9409.0, 9466.0, 9440.0, 9406.0, 9450.0, 9411.0, 9435.0, 9424.0, 9430.0, 9424.0, 9413.0, 9466.0, 9440.0, 9411.0, 9439.0, 9429.0, 9483.0, 9429.0, 9413.0, 9427.0, 9412.0, 9465.0, 9415.0, 9455.0, 9456.0, 9424.0, 9452.0, 9428.0, 9479.0, 9414.0, 9444.0, 9430.0, 9430.0, 9479.0, 9429.0, 9431.0, 9445.0, 9448.0, 9459.0, 9436.0, 9449.0, 9453.0, 9455.0, 9507.0, 9440.0, 9494.0, 9453.0, 9443.0, 9478.0, 9435.0, 9480.0, 9443.0, 9432.0, 9464.0, 9435.0, 9490.0, 9455.0, 9434.0, 9501.0, 9433.0, 9475.0, 9448.0, 9435.0, 9490.0, 9433.0, 9436.0, 9449.0, 9437.0, 9457.0, 9445.0, 9428.0, 9476.0, 9439.0, 9503.0, 9478.0, 9503.0, 9475.0, 9479.0, 9447.0, 9464.0, 9428.0, 9451.0, 9404.0, 9418.0, 9378.0, 9375.0, 9391.0, 9378.0, 9431.0, 9356.0, 9427.0, 9372.0, 9353.0, 9374.0, 9362.0, 9410.0, 9395.0, 9446.0, 9397.0, 9429.0, 9377.0, 9393.0, 9407.0, 9379.0, 9417.0, 9381.0, 9415.0, 9382.0, 9409.0, 9411.0, 9380.0, 9423.0, 9381.0, 9437.0, 9384.0, 9423.0, 9383.0, 9382.0, 9397.0, 9387.0, 9436.0, 9398.0, 9436.0, 9381.0, 9383.0, 9396.0, 9384.0, 9439.0, 9403.0, 9415.0, 9403.0, 9388.0, 9403.0, 9401.0, 9442.0, 9404.0, 9466.0, 9411.0, 9416.0, 9415.0, 9414.0, 9565.0, 9495.0, 9483.0, 9445.0, 9409.0, 9427.0, 9409.0, 9450.0, 9425.0, 9411.0, 9443.0, 9428.0, 9481.0, 9426.0, 9450.0, 9440.0, 9411.0, 9453.0, 9420.0, 9483.0, 9454.0, 9425.0, 9426.0, 9409.0, 9455.0, 9418.0, 9453.0, 9446.0, 9419.0, 9471.0, 9432.0, 9469.0, 9433.0, 9433.0, 9472.0, 9437.0, 9487.0, 9430.0, 9433.0, 9507.0, 9453.0, 9447.0, 9505.0, 9438.0, 9484.0, 9432.0, 9435.0, 9458.0, 9417.0, 9500.0, 9433.0, 9459.0, 9431.0, 9435.0, 9487.0, 9460.0, 9459.0, 9429.0, 9431.0, 9486.0, 9432.0, 9468.0, 9440.0, 9428.0, 9484.0, 9429.0, 9460.0, 9458.0, 9413.0, 9479.0, 9412.0, 9480.0, 9428.0, 9453.0, 9438.0, 9395.0, 9477.0, 9408.0, 9459.0, 9433.0, 9406.0, 9431.0, 9390.0, 9469.0, 9403.0, 9388.0, 9401.0, 9406.0, 9457.0, 9408.0, 9445.0, 9418.0, 9403.0, 9404.0, 9413.0, 9464.0, 9410.0, 9433.0, 9409.0, 9408.0, 9438.0, 9430.0, 9452.0, 9441.0, 9413.0, 9426.0, 9415.0, 9487.0, 9431.0, 9454.0, 9442.0, 9413.0, 9451.0, 9429.0, 9466.0, 9428.0, 9440.0, 9425.0, 9427.0, 9478.0, 9429.0, 9472.0, 9432.0, 9415.0, 9458.0, 9417.0, 9483.0, 9431.0, 9460.0, 9445.0, 9414.0, 9482.0, 9429.0, 9469.0, 9427.0, 9433.0, 9434.0, 9422.0, 9500.0, 9435.0, 9461.0, 9461.0, 9439.0, 9475.0, 9423.0, 9501.0, 9446.0, 9446.0, 9447.0, 9456.0, 9477.0, 9434.0, 9475.0, 9447.0, 9434.0, 9452.0, 9442.0, 9491.0, 9466.0, 9435.0, 9465.0, 9440.0, 9489.0, 9440.0, 9438.0, 9482.0, 9443.0, 9505.0, 9438.0, 9467.0, 9468.0, 9438.0, 9507.0, 9454.0, 9476.0, 9478.0, 9420.0, 9479.0, 9438.0, 9501.0, 9464.0, 9447.0, 9450.0, 9453.0, 9489.0, 9454.0, 9475.0, 9450.0, 9437.0, 9477.0, 9450.0, 9479.0, 9466.0, 9436.0, 9485.0, 9436.0, 9500.0, 9452.0, 9481.0, 9466.0, 9437.0, 9505.0, 9429.0, 9486.0, 9471.0, 9449.0, 9460.0, 9430.0, 9498.0, 9430.0, 9431.0, 9451.0, 9444.0, 9477.0, 9438.0, 9438.0, 9451.0, 9440.0, 9507.0, 9444.0, 9489.0, 9465.0, 9434.0, 9461.0, 9441.0, 9508.0, 9438.0, 9461.0, 9447.0, 9434.0, 9486.0, 9434.0, 9450.0, 9466.0, 9421.0, 9486.0, 9434.0, 9443.0, 9432.0, 9437.0, 9492.0, 9438.0, 9433.0, 9463.0, 9438.0, 9487.0, 9451.0, 9454.0, 9477.0, 9423.0, 9490.0, 9464.0, 9433.0, 9492.0, 9441.0, 9463.0, 9465.0, 9436.0, 9502.0, 9432.0, 9434.0, 9465.0, 9437.0, 9485.0, 9476.0, 9419.0, 9456.0, 9421.0, 9486.0, 9432.0, 9415.0, 9441.0, 9418.0, 9480.0, 9419.0, 9457.0, 9469.0, 9415.0, 9471.0, 9432.0, 9469.0, 9428.0, 9415.0, 9443.0, 9413.0, 9481.0, 9444.0, 9425.0, 9442.0, 9431.0, 9489.0, 9434.0, 9453.0, 9442.0, 9416.0, 9474.0, 9430.0, 9451.0, 9448.0, 9417.0, 9470.0, 9418.0, 9443.0, 9428.0, 9438.0, 9477.0, 9419.0, 9444.0, 9434.0, 9436.0, 9503.0, 9442.0, 9479.0, 9465.0, 9418.0, 9489.0, 9434.0, 9470.0, 9464.0, 9439.0, 9465.0, 9436.0, 9488.0, 9474.0, 9447.0, 9447.0, 9415.0, 9489.0, 9418.0, 9467.0, 9442.0, 9416.0, 9470.0, 9418.0, 9428.0, 9435.0, 9434.0, 9483.0, 9444.0, 9431.0, 9458.0, 9432.0, 9491.0, 9443.0, 9430.0, 9472.0, 9420.0, 9461.0, 9447.0, 9433.0, 9490.0, 9422.0, 9485.0, 9447.0, 9430.0, 9486.0, 9431.0, 9480.0, 9462.0, 9416.0, 9482.0, 9418.0, 9466.0, 9427.0, 9444.0, 9461.0, 9415.0, 9473.0, 9415.0, 9481.0, 9414.0, 9433.0, 9460.0, 9430.0, 9470.0, 9418.0, 9471.0, 9446.0, 9430.0, 9452.0, 9437.0, 9486.0, 9457.0, 9457.0, 9459.0, 9415.0, 9442.0, 9435.0, 9469.0, 9426.0, 9436.0, 9428.0, 9429.0, 9466.0, 9414.0, 9457.0, 9447.0, 9431.0, 9474.0, 9422.0, 9458.0, 9431.0, 9434.0, 9450.0, 9420.0, 9469.0, 9443.0, 9457.0, 9457.0, 9415.0, 9453.0, 9438.0, 9488.0, 9433.0, 9462.0, 9452.0, 9420.0, 9461.0, 9434.0, 9467.0, 9465.0, 9419.0, 9514.0, 9424.0, 9475.0, 9434.0, 9423.0, 9454.0, 9419.0, 9486.0, 9456.0, 9417.0, 9454.0, 9439.0, 9491.0, 9447.0, 9413.0, 9470.0, 9418.0, 9453.0, 9444.0, 9416.0, 9456.0, 9428.0, 9471.0, 9446.0, 9436.0, 9469.0, 9430.0, 9452.0, 9443.0, 9416.0, 9486.0, 9429.0, 9414.0, 9438.0, 9419.0, 9468.0, 9428.0, 9412.0, 9484.0, 9440.0, 9416.0, 9452.0, 9417.0, 9487.0, 9455.0, 9395.0, 9440.0, 9414.0, 9463.0, 9391.0, 9461.0, 9422.0, 9407.0, 9465.0, 9396.0, 9405.0, 9401.0, 9390.0, 9437.0, 9394.0, 9435.0, 9427.0, 9399.0, 9434.0, 9418.0, 9425.0, 9441.0, 9395.0, 9477.0, 9411.0, 9458.0, 9432.0, 9420.0, 9406.0, 9388.0, 9462.0, 9406.0, 9449.0, 9414.0, 9409.0, 9433.0, 9388.0, 9432.0, 9391.0, 9430.0, 9415.0, 9412.0, 9436.0, 9407.0, 9419.0, 9395.0, 9445.0, 9412.0, 9419.0, 9423.0, 9392.0, 9435.0, 9395.0, 9460.0, 9412.0, 9435.0, 9435.0, 9406.0, 9449.0, 9395.0, 9446.0, 9411.0, 9410.0, 9435.0, 9394.0, 9463.0, 9412.0, 9447.0, 9421.0, 9407.0, 9429.0, 9418.0, 9498.0, 9446.0, 9434.0, 9477.0, 9441.0, 9435.0, 9458.0, 9415.0, 9467.0, 9413.0, 9457.0, 9458.0, 9426.0, 9469.0, 9415.0, 9439.0, 9424.0, 9426.0, 9430.0, 9429.0, 9455.0, 9431.0, 9448.0, 9435.0, 9451.0, 9478.0, 9444.0, 9462.0, 9466.0, 9451.0, 9479.0, 9456.0, 9466.0, 9470.0, 9452.0, 9477.0, 9441.0, 9478.0, 9466.0, 9454.0, 9473.0, 9458.0, 9493.0, 9481.0, 9443.0, 9477.0, 9438.0, 9499.0, 9440.0, 9463.0, 9463.0, 9438.0, 9503.0, 9451.0, 9450.0, 9450.0, 9450.0, 9490.0, 9464.0, 9450.0, 9450.0, 9450.0, 9485.0, 9441.0, 9488.0, 9451.0, 9434.0, 9434.0, 9435.0, 9481.0, 9438.0, 9474.0, 9466.0, 9446.0, 9447.0, 9452.0, 9494.0, 9437.0, 9451.0, 9452.0, 9438.0, 9489.0, 9437.0, 9453.0, 9454.0, 9431.0, 9477.0, 9435.0, 9477.0, 9454.0, 9458.0, 9473.0, 9459.0, 9496.0, 9460.0, 9486.0, 9474.0, 9458.0, 9502.0, 9461.0, 9496.0, 9469.0, 9470.0, 9460.0, 9457.0, 9500.0, 9462.0, 9487.0, 9471.0, 9457.0, 9496.0, 9446.0, 9485.0, 9490.0, 9475.0, 9496.0, 9460.0, 9484.0, 9471.0, 9454.0, 9495.0, 9462.0, 9496.0, 9483.0, 9453.0, 9465.0, 9442.0, 9491.0, 9440.0, 9482.0, 9480.0, 9435.0, 9496.0, 9439.0, 9450.0, 9461.0, 9432.0, 9474.0, 9437.0, 9473.0, 9464.0, 9434.0, 9460.0, 9434.0, 9470.0, 9438.0, 9451.0, 9461.0, 9436.0, 9475.0, 9434.0, 9433.0, 9431.0, 9440.0, 9478.0, 9439.0, 9458.0, 9448.0, 9425.0, 9444.0, 9429.0, 9473.0, 9423.0, 9459.0, 9462.0, 9433.0, 9454.0, 9422.0, 9433.0, 9464.0, 9449.0, 9462.0, 9434.0, 9476.0, 9449.0, 9432.0, 9461.0, 9455.0, 9476.0, 9432.0, 9486.0, 9435.0, 9418.0, 9434.0, 9431.0, 9467.0, 9444.0, 9462.0, 9468.0, 9437.0, 9477.0, 9437.0, 9437.0, 9468.0, 9440.0, 9491.0, 9458.0, 9464.0, 9449.0, 9432.0, 9471.0, 9436.0, 9476.0, 9458.0, 9429.0, 9457.0, 9419.0, 9466.0, 9415.0, 9430.0, 9464.0, 9433.0, 9477.0, 9438.0, 9458.0, 9430.0, 9431.0, 9465.0, 9432.0, 9466.0, 9412.0, 9465.0, 9415.0, 9451.0, 9425.0, 9416.0, 9428.0, 9409.0, 9465.0, 9412.0, 9435.0, 9412.0, 9431.0, 9445.0, 9430.0, 9453.0, 9418.0, 9439.0, 9428.0, 9434.0, 9474.0, 9460.0, 9476.0, 9436.0, 9450.0, 9469.0, 9448.0, 9464.0, 9462.0, 9497.0, 9468.0, 9453.0, 9459.0, 9451.0, 9493.0, 9438.0, 9485.0, 9468.0, 9448.0, 9486.0, 9437.0, 9459.0, 9465.0, 9448.0, 9462.0, 9453.0, 9496.0, 9453.0, 9446.0, 9449.0, 9453.0, 9470.0, 9440.0, 9442.0, 9463.0, 9450.0, 9492.0, 9440.0, 9453.0, 9451.0, 9453.0, 9496.0, 9455.0, 9463.0, 9447.0, 9451.0, 9494.0, 9441.0, 9465.0, 9485.0, 9453.0, 9494.0, 9438.0, 9452.0, 9454.0, 9442.0, 9498.0, 9440.0, 9477.0, 9471.0, 9457.0, 9496.0, 9440.0, 9470.0, 9469.0, 9451.0, 9492.0, 9436.0, 9461.0, 9450.0, 9454.0, 9483.0, 9437.0, 9487.0, 9463.0, 9448.0, 9449.0, 9434.0, 9494.0, 9456.0, 9486.0, 9474.0, 9431.0, 9445.0, 9432.0, 9471.0, 9437.0, 9466.0, 9448.0, 9433.0, 9491.0, 9435.0, 9433.0, 9461.0, 9456.0, 9477.0, 9436.0, 9487.0, 9433.0, 9419.0, 9450.0, 9453.0, 9491.0, 9439.0, 9451.0, 9450.0, 9438.0, 9475.0, 9472.0, 9458.0, 9479.0, 9442.0, 9477.0, 9436.0, 9431.0, 9469.0, 9444.0, 9482.0, 9475.0, 9416.0, 9440.0, 9415.0, 9466.0, 9429.0, 9456.0, 9441.0, 9425.0, 9438.0, 9412.0, 9443.0, 9411.0, 9437.0, 9413.0, 9423.0, 9438.0, 9414.0, 9436.0, 9410.0, 9412.0, 9443.0, 9434.0, 9468.0, 9423.0, 9411.0, 9408.0, 9410.0, 9447.0, 9414.0, 9483.0, 9444.0, 9457.0, 9449.0, 9400.0, 9392.0, 9391.0, 9423.0, 9393.0, 9423.0, 9429.0, 9425.0, 9421.0, 9424.0, 9422.0, 9431.0, 9413.0, 9461.0, 9430.0, 9438.0, 9428.0, 9452.0, 9444.0, 9407.0, 9451.0, 9396.0, 9445.0, 9394.0, 9442.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.0009640980075390416</td></tr>
<tr><td colspan=3>aqi</td><td>0.03904513866451265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.41290162139551</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1882513940032313</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9734295608566809</td></tr>
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
<tr><td colspan=3>fber</td><td>4712.0537</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09761004039820723</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9310716208939147</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5229976439230906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4795830317912246</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.729839571279189</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359570328698859</td></tr>
<tr><td colspan=3>gcor</td><td>0.0070779</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010463252663612366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030686136335134506</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031194966820403</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.2782</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.1817</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295368.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>828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.9368</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8204</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.1776</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3419.6867</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.3632</td></tr>
<tr><td colspan=3>tsnr</td><td>30.530387521139346</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>