<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-02/func/sub-0080_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>a6102a5dcfa58b0a7aadd5db7b4a541d</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>21:51:7.485000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99749, -0.070736, 0.00309321, 0.0701012, 0.992791, 0.0972232]</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.102249</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7236, 526, -37, -275, 40, 66]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c36bc57a-a35c-404f-9ce2-b6aa4e052bcb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6761934757232666, 0.1880764663219452, 0.02685985155403614, 100.82350158691406], [0.18977944552898407, 2.6635849475860596, 0.26125845313072205, -104.31451416015625], [0.008298862725496292, -0.26084282994270325, 2.6871960163116455, -50.72784423828125], [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': ['215107.485000', '215107.945000', '215108.405000', '215108.865000', '215109.325000', '215109.785000', '215110.245000', '215110.705000', '215111.165000', '215111.625000', '215112.085000', '215112.545000', '215113.005000', '215113.465000', '215113.925000', '215114.385000', '215114.845000', '215115.305000', '215115.765000', '215116.225000', '215116.685000', '215117.145000', '215117.605000', '215118.065000', '215118.525000', '215118.985000', '215119.445000', '215119.905000', '215120.365000', '215120.825000', '215121.285000', '215121.745000', '215122.205000', '215122.665000', '215123.125000', '215123.585000', '215124.045000', '215124.505000', '215124.965000', '215125.425000', '215125.885000', '215126.345000', '215126.805000', '215127.265000', '215127.725000', '215128.185000', '215128.645000', '215129.105000', '215129.565000', '215130.025000', '215130.485000', '215130.945000', '215131.405000', '215131.865000', '215132.325000', '215132.785000', '215133.245000', '215133.705000', '215134.165000', '215134.625000', '215135.085000', '215135.545000', '215136.005000', '215136.465000', '215136.925000', '215137.385000', '215137.845000', '215138.305000', '215138.765000', '215139.225000', '215139.685000', '215140.145000', '215140.605000', '215141.065000', '215141.525000', '215141.985000', '215142.445000', '215142.905000', '215143.365000', '215143.825000', '215144.285000', '215144.745000', '215145.205000', '215145.665000', '215146.125000', '215146.585000', '215147.045000', '215147.505000', '215147.965000', '215148.425000', '215148.885000', '215149.345000', '215149.805000', '215150.265000', '215150.725000', '215151.185000', '215151.645000', '215152.105000', '215152.565000', '215153.025000', '215153.485000', '215153.945000', '215154.405000', '215154.865000', '215155.325000', '215155.785000', '215156.245000', '215156.705000', '215157.165000', '215157.625000', '215158.085000', '215158.545000', '215159.005000', '215159.465000', '215159.925000', '215200.385000', '215200.845000', '215201.305000', '215201.765000', '215202.225000', '215202.685000', '215203.145000', '215203.605000', '215204.065000', '215204.525000', '215204.985000', '215205.445000', '215205.905000', '215206.365000', '215206.825000', '215207.285000', '215207.745000', '215208.205000', '215208.665000', '215209.125000', '215209.585000', '215210.045000', '215210.505000', '215210.965000', '215211.425000', '215211.885000', '215212.345000', '215212.805000', '215213.265000', '215213.725000', '215214.185000', '215214.645000', '215215.105000', '215215.565000', '215216.025000', '215216.485000', '215216.945000', '215217.405000', '215217.865000', '215218.325000', '215218.785000', '215219.245000', '215219.705000', '215220.165000', '215220.625000', '215221.085000', '215221.545000', '215222.005000', '215222.465000', '215222.925000', '215223.385000', '215223.845000', '215224.305000', '215224.765000', '215225.225000', '215225.685000', '215226.145000', '215226.605000', '215227.065000', '215227.525000', '215227.985000', '215228.445000', '215228.905000', '215229.365000', '215229.825000', '215230.285000', '215230.745000', '215231.205000', '215231.665000', '215232.125000', '215232.585000', '215233.045000', '215233.505000', '215233.965000', '215234.425000', '215234.885000', '215235.345000', '215235.805000', '215236.265000', '215236.725000', '215237.185000', '215237.645000', '215238.105000', '215238.565000', '215239.025000', '215239.485000', '215239.945000', '215240.405000', '215240.865000', '215241.325000', '215241.785000', '215242.245000', '215242.705000', '215243.165000', '215243.625000', '215244.085000', '215244.545000', '215245.005000', '215245.465000', '215245.925000', '215246.385000', '215246.845000', '215247.305000', '215247.765000', '215248.225000', '215248.685000', '215249.145000', '215249.605000', '215250.065000', '215250.525000', '215250.985000', '215251.445000', '215251.905000', '215252.365000', '215252.825000', '215253.285000', '215253.745000', '215254.205000', '215254.665000', '215255.125000', '215255.585000', '215256.045000', '215256.505000', '215256.965000', '215257.425000', '215257.885000', '215258.345000', '215258.805000', '215259.265000', '215259.725000', '215300.185000', '215300.645000', '215301.105000', '215301.565000', '215302.025000', '215302.485000', '215302.945000', '215303.405000', '215303.865000', '215304.325000', '215304.785000', '215305.245000', '215305.705000', '215306.165000', '215306.625000', '215307.085000', '215307.545000', '215308.005000', '215308.465000', '215308.925000', '215309.385000', '215309.845000', '215310.305000', '215310.765000', '215311.225000', '215311.685000', '215312.145000', '215312.605000', '215313.065000', '215313.525000', '215313.985000', '215314.445000', '215314.905000', '215315.365000', '215315.825000', '215316.285000', '215316.745000', '215317.205000', '215317.665000', '215318.125000', '215318.585000', '215319.045000', '215319.505000', '215319.965000', '215320.425000', '215320.885000', '215321.345000', '215321.805000', '215322.265000', '215322.725000', '215323.185000', '215323.645000', '215324.105000', '215324.565000', '215325.025000', '215325.485000', '215325.945000', '215326.405000', '215326.865000', '215327.325000', '215327.785000', '215328.245000', '215328.705000', '215329.165000', '215329.625000', '215330.085000', '215330.545000', '215331.005000', '215331.465000', '215331.925000', '215332.385000', '215332.845000', '215333.305000', '215333.765000', '215334.225000', '215334.685000', '215335.145000', '215335.605000', '215336.065000', '215336.525000', '215336.985000', '215337.445000', '215337.905000', '215338.365000', '215338.825000', '215339.285000', '215339.745000', '215340.205000', '215340.665000', '215341.125000', '215341.585000', '215342.045000', '215342.505000', '215342.965000', '215343.425000', '215343.885000', '215344.345000', '215344.805000', '215345.265000', '215345.725000', '215346.185000', '215346.645000', '215347.105000', '215347.565000', '215348.025000', '215348.485000', '215348.945000', '215349.405000', '215349.865000', '215350.325000', '215350.785000', '215351.245000', '215351.705000', '215352.165000', '215352.625000', '215353.085000', '215353.545000', '215354.005000', '215354.465000', '215354.925000', '215355.385000', '215355.845000', '215356.305000', '215356.765000', '215357.225000', '215357.685000', '215358.145000', '215358.605000', '215359.065000', '215359.525000', '215359.985000', '215400.445000', '215400.905000', '215401.365000', '215401.825000', '215402.285000', '215402.745000', '215403.205000', '215403.665000', '215404.125000', '215404.585000', '215405.045000', '215405.505000', '215405.965000', '215406.425000', '215406.885000', '215407.345000', '215407.805000', '215408.265000', '215408.725000', '215409.185000', '215409.645000', '215410.105000', '215410.565000', '215411.025000', '215411.485000', '215411.945000', '215412.405000', '215412.865000', '215413.325000', '215413.785000', '215414.245000', '215414.705000', '215415.165000', '215415.625000', '215416.085000', '215416.545000', '215417.005000', '215417.465000', '215417.925000', '215418.385000', '215418.845000', '215419.305000', '215419.765000', '215420.225000', '215420.685000', '215421.145000', '215421.605000', '215422.065000', '215422.525000', '215422.985000', '215423.445000', '215423.905000', '215424.365000', '215424.825000', '215425.285000', '215425.745000', '215426.205000', '215426.665000', '215427.125000', '215427.585000', '215428.045000', '215428.505000', '215428.965000', '215429.425000', '215429.885000', '215430.345000', '215430.805000', '215431.265000', '215431.725000', '215432.185000', '215432.645000', '215433.105000', '215433.565000', '215434.025000', '215434.485000', '215434.945000', '215435.405000', '215435.865000', '215436.325000', '215436.785000', '215437.245000', '215437.705000', '215438.165000', '215438.625000', '215439.085000', '215439.545000', '215440.005000', '215440.465000', '215440.925000', '215441.385000', '215441.845000', '215442.305000', '215442.765000', '215443.225000', '215443.685000', '215444.145000', '215444.605000', '215445.065000', '215445.525000', '215445.985000', '215446.445000', '215446.905000', '215447.365000', '215447.825000', '215448.285000', '215448.745000', '215449.205000', '215449.665000', '215450.125000', '215450.585000', '215451.045000', '215451.505000', '215451.965000', '215452.425000', '215452.885000', '215453.345000', '215453.805000', '215454.265000', '215454.725000', '215455.185000', '215455.645000', '215456.105000', '215456.565000', '215457.025000', '215457.485000', '215457.945000', '215458.405000', '215458.865000', '215459.325000', '215459.785000', '215500.245000', '215500.705000', '215501.165000', '215501.625000', '215502.085000', '215502.545000', '215503.005000', '215503.465000', '215503.925000', '215504.385000', '215504.845000', '215505.305000', '215505.765000', '215506.225000', '215506.685000', '215507.145000', '215507.605000', '215508.065000', '215508.525000', '215508.985000', '215509.445000', '215509.905000', '215510.365000', '215510.825000', '215511.285000', '215511.745000', '215512.205000', '215512.665000', '215513.125000', '215513.585000', '215514.045000', '215514.505000', '215514.965000', '215515.425000', '215515.885000', '215516.345000', '215516.805000', '215517.265000', '215517.725000', '215518.185000', '215518.645000', '215519.105000', '215519.565000', '215520.025000', '215520.485000', '215520.945000', '215521.405000', '215521.865000', '215522.325000', '215522.785000', '215523.245000', '215523.705000', '215524.165000', '215524.625000', '215525.085000', '215525.545000', '215526.005000', '215526.465000', '215526.925000', '215527.385000', '215527.845000', '215528.305000', '215528.765000', '215529.225000', '215529.685000', '215530.145000', '215530.605000', '215531.065000', '215531.525000', '215531.985000', '215532.445000', '215532.905000', '215533.365000', '215533.825000', '215534.285000', '215534.745000', '215535.205000', '215535.665000', '215536.125000', '215536.585000', '215537.045000', '215537.505000', '215537.965000', '215538.425000', '215538.885000', '215539.345000', '215539.805000', '215540.265000', '215540.725000', '215541.185000', '215541.645000', '215542.105000', '215542.565000', '215543.025000', '215543.485000', '215543.945000', '215544.405000', '215544.865000', '215545.325000', '215545.785000', '215546.245000', '215546.705000', '215547.165000', '215547.625000', '215548.085000', '215548.545000', '215549.005000', '215549.465000', '215549.925000', '215550.385000', '215550.845000', '215551.305000', '215551.765000', '215552.225000', '215552.685000', '215553.145000', '215553.605000', '215554.065000', '215554.525000', '215554.985000', '215555.445000', '215555.905000', '215556.365000', '215556.825000', '215557.285000', '215557.745000', '215558.205000', '215558.665000', '215559.125000', '215559.585000', '215600.045000', '215600.505000', '215600.965000', '215601.425000', '215601.885000', '215602.345000', '215602.805000', '215603.265000', '215603.725000', '215604.185000', '215604.645000', '215605.105000', '215605.565000', '215606.025000', '215606.485000', '215606.945000', '215607.405000', '215607.865000', '215608.325000', '215608.785000', '215609.245000', '215609.705000', '215610.165000', '215610.625000', '215611.085000', '215611.545000', '215612.005000', '215612.465000', '215612.925000', '215613.385000', '215613.845000', '215614.305000', '215614.765000', '215615.225000', '215615.685000', '215616.145000', '215616.605000', '215617.065000', '215617.525000', '215617.985000', '215618.445000', '215618.905000', '215619.365000', '215619.825000', '215620.285000', '215620.745000', '215621.205000', '215621.665000', '215622.125000', '215622.585000', '215623.045000', '215623.505000', '215623.965000', '215624.425000', '215624.885000', '215625.345000', '215625.805000', '215626.265000', '215626.725000', '215627.185000', '215627.645000', '215628.105000', '215628.565000', '215629.025000', '215629.485000', '215629.945000', '215630.405000', '215630.865000', '215631.325000', '215631.785000', '215632.245000', '215632.705000', '215633.165000', '215633.625000', '215634.085000', '215634.545000', '215635.005000', '215635.465000', '215635.925000', '215636.385000', '215636.845000', '215637.305000', '215637.765000', '215638.225000', '215638.685000', '215639.145000', '215639.605000', '215640.065000', '215640.525000', '215640.985000', '215641.445000', '215641.905000', '215642.365000', '215642.825000', '215643.285000', '215643.745000', '215644.205000', '215644.665000', '215645.125000', '215645.585000', '215646.045000', '215646.505000', '215646.965000', '215647.425000', '215647.885000', '215648.345000', '215648.805000', '215649.265000', '215649.725000', '215650.185000', '215650.645000', '215651.105000', '215651.565000', '215652.025000', '215652.485000', '215652.945000', '215653.405000', '215653.865000', '215654.325000', '215654.785000', '215655.245000', '215655.705000', '215656.165000', '215656.625000', '215657.085000', '215657.545000', '215658.005000', '215658.465000', '215658.925000', '215659.385000', '215659.845000', '215700.305000', '215700.765000', '215701.225000', '215701.685000', '215702.145000', '215702.605000', '215703.065000', '215703.525000', '215703.985000', '215704.445000', '215704.905000', '215705.365000', '215705.825000', '215706.285000', '215706.745000', '215707.205000', '215707.665000', '215708.125000', '215708.585000', '215709.045000', '215709.505000', '215709.965000', '215710.425000', '215710.885000', '215711.345000', '215711.805000', '215712.265000', '215712.725000', '215713.185000', '215713.645000', '215714.105000', '215714.565000', '215715.025000', '215715.485000', '215715.945000', '215716.405000', '215716.865000', '215717.325000', '215717.785000', '215718.245000', '215718.705000', '215719.165000', '215719.625000', '215720.085000', '215720.545000', '215721.005000', '215721.465000', '215721.925000', '215722.385000', '215722.845000', '215723.305000', '215723.765000', '215724.225000', '215724.685000', '215725.145000', '215725.605000', '215726.065000', '215726.525000', '215726.985000', '215727.445000', '215727.905000', '215728.365000', '215728.825000', '215729.285000', '215729.745000', '215730.205000', '215730.665000', '215731.125000', '215731.585000', '215732.045000', '215732.505000', '215732.965000', '215733.425000', '215733.885000', '215734.345000', '215734.805000', '215735.265000', '215735.725000', '215736.185000', '215736.645000', '215737.105000', '215737.565000', '215738.025000', '215738.485000', '215738.945000', '215739.405000', '215739.865000', '215740.325000', '215740.785000', '215741.245000', '215741.705000', '215742.165000', '215742.625000', '215743.085000', '215743.545000', '215744.005000', '215744.465000', '215744.925000', '215745.385000', '215745.845000', '215746.305000', '215746.765000', '215747.225000', '215747.685000', '215748.145000', '215748.605000', '215749.065000', '215749.525000', '215749.985000', '215750.445000', '215750.905000', '215751.365000', '215751.825000', '215752.285000', '215752.745000', '215753.205000', '215753.665000', '215754.125000', '215754.585000', '215755.045000', '215755.505000', '215755.965000', '215756.425000', '215756.885000', '215757.345000', '215757.805000', '215758.265000', '215758.725000', '215759.185000', '215759.645000', '215800.105000', '215800.565000', '215801.025000', '215801.485000', '215801.945000', '215802.405000', '215802.865000', '215803.325000', '215803.785000', '215804.245000', '215804.705000', '215805.165000', '215805.625000', '215806.085000', '215806.545000', '215807.005000', '215807.465000', '215807.925000', '215808.385000', '215808.845000', '215809.305000', '215809.765000', '215810.225000', '215810.685000', '215811.145000', '215811.605000', '215812.065000', '215812.525000', '215812.985000', '215813.445000', '215813.905000', '215814.365000', '215814.825000', '215815.285000', '215815.745000', '215816.205000', '215816.665000', '215817.125000', '215817.585000', '215818.045000', '215818.505000', '215818.965000', '215819.425000', '215819.885000', '215820.345000', '215820.805000', '215821.265000', '215821.725000', '215822.185000', '215822.645000', '215823.105000', '215823.565000', '215824.025000', '215824.485000', '215824.945000', '215825.405000', '215825.865000', '215826.325000', '215826.785000', '215827.245000', '215827.705000', '215828.165000', '215828.625000', '215829.085000', '215829.545000', '215830.005000', '215830.465000', '215830.925000', '215831.385000', '215831.845000', '215832.305000', '215832.765000', '215833.225000', '215833.685000', '215834.145000', '215834.605000', '215835.065000', '215835.525000', '215835.985000', '215836.445000', '215836.905000', '215837.365000', '215837.825000', '215838.285000', '215838.745000', '215839.205000', '215839.665000', '215840.125000', '215840.585000', '215841.045000', '215841.505000', '215841.965000', '215842.425000', '215842.885000', '215843.345000', '215843.805000', '215844.265000', '215844.725000', '215845.185000', '215845.645000', '215846.105000', '215846.565000', '215847.025000', '215847.485000', '215847.945000', '215848.405000', '215848.865000', '215849.325000', '215849.785000', '215850.245000', '215850.705000', '215851.165000', '215851.625000', '215852.085000', '215852.545000', '215853.005000', '215853.465000', '215853.925000', '215854.385000', '215854.845000', '215855.305000', '215855.765000', '215856.225000', '215856.685000', '215857.145000', '215857.605000', '215858.065000', '215858.525000', '215858.985000', '215859.445000', '215859.905000', '215900.365000', '215900.825000', '215901.285000', '215901.745000', '215902.205000', '215902.665000', '215903.125000', '215903.585000', '215904.045000', '215904.505000', '215904.965000', '215905.425000', '215905.885000', '215906.345000', '215906.805000', '215907.265000', '215907.725000', '215908.185000', '215908.645000', '215909.105000', '215909.565000', '215910.025000', '215910.485000', '215910.945000', '215911.405000', '215911.865000', '215912.325000', '215912.785000', '215913.245000', '215913.705000', '215914.165000', '215914.625000', '215915.085000', '215915.545000', '215916.005000', '215916.465000', '215916.925000', '215917.385000', '215917.845000', '215918.305000', '215918.765000', '215919.225000', '215919.685000', '215920.145000', '215920.605000', '215921.065000', '215921.525000', '215921.985000', '215922.445000', '215922.905000', '215923.365000', '215923.825000', '215924.285000', '215924.745000', '215925.205000', '215925.665000', '215926.125000', '215926.585000', '215927.045000', '215927.505000', '215927.965000', '215928.425000', '215928.885000', '215929.345000', '215929.805000', '215930.265000', '215930.725000', '215931.185000', '215931.645000', '215932.105000', '215932.565000', '215933.025000', '215933.485000', '215933.945000', '215934.405000', '215934.865000', '215935.325000', '215935.785000', '215936.245000', '215936.705000', '215937.165000', '215937.625000', '215938.085000', '215938.545000', '215939.005000', '215939.465000', '215939.925000', '215940.385000', '215940.845000', '215941.305000', '215941.765000', '215942.225000', '215942.685000', '215943.145000', '215943.605000', '215944.065000', '215944.525000', '215944.985000', '215945.445000', '215945.905000', '215946.365000', '215946.825000', '215947.285000', '215947.745000', '215948.205000', '215948.665000', '215949.125000', '215949.585000', '215950.045000', '215950.505000', '215950.965000', '215951.425000', '215951.885000', '215952.345000', '215952.805000', '215953.265000', '215953.725000', '215954.185000', '215954.645000', '215955.105000', '215955.565000', '215956.025000', '215956.485000', '215956.945000', '215957.405000', '215957.865000', '215958.325000', '215958.785000', '215959.245000', '215959.705000', '220000.165000', '220000.625000', '220001.085000', '220001.545000', '220002.005000', '220002.465000', '220002.925000', '220003.385000', '220003.845000', '220004.305000', '220004.765000', '220005.225000', '220005.685000', '220006.145000', '220006.605000', '220007.065000', '220007.525000', '220007.985000', '220008.445000', '220008.905000', '220009.365000', '220009.825000', '220010.285000', '220010.745000', '220011.205000', '220011.665000', '220012.125000', '220012.585000', '220013.045000', '220013.505000', '220013.965000', '220014.425000', '220014.885000', '220015.345000', '220015.805000', '220016.265000', '220016.725000', '220017.185000', '220017.645000', '220018.105000', '220018.565000', '220019.025000', '220019.485000', '220019.945000', '220020.405000', '220020.865000', '220021.325000', '220021.785000', '220022.245000', '220022.705000', '220023.165000', '220023.625000', '220024.085000', '220024.545000', '220025.005000', '220025.465000', '220025.925000', '220026.385000', '220026.845000', '220027.305000', '220027.765000', '220028.225000', '220028.685000', '220029.145000', '220029.605000', '220030.065000', '220030.525000', '220030.985000', '220031.445000', '220031.905000', '220032.365000', '220032.825000', '220033.285000', '220033.745000', '220034.205000', '220034.665000', '220035.125000', '220035.585000', '220036.045000', '220036.505000', '220036.965000', '220037.425000', '220037.885000', '220038.345000', '220038.805000', '220039.265000', '220039.725000', '220040.185000', '220040.645000', '220041.105000', '220041.565000', '220042.025000', '220042.485000', '220042.945000', '220043.405000', '220043.865000', '220044.325000', '220044.785000', '220045.245000', '220045.705000', '220046.165000', '220046.625000', '220047.085000', '220047.545000', '220048.005000', '220048.465000', '220048.925000', '220049.385000', '220049.845000', '220050.305000', '220050.765000', '220051.225000', '220051.685000', '220052.145000', '220052.605000', '220053.065000', '220053.525000', '220053.985000', '220054.445000', '220054.905000', '220055.365000', '220055.825000', '220056.285000', '220056.745000', '220057.205000', '220057.665000', '220058.125000', '220058.585000', '220059.045000', '220059.505000', '220059.965000', '220100.425000', '220100.885000', '220101.345000', '220101.805000', '220102.265000', '220102.725000', '220103.185000', '220103.645000', '220104.105000', '220104.565000', '220105.025000', '220105.485000', '220105.945000', '220106.405000', '220106.865000', '220107.325000', '220107.785000', '220108.245000', '220108.705000', '220109.165000', '220109.625000', '220110.085000', '220110.545000', '220111.005000', '220111.465000', '220111.925000', '220112.385000', '220112.845000', '220113.305000', '220113.765000', '220114.225000', '220114.685000', '220115.145000', '220115.605000', '220116.065000', '220116.525000', '220116.985000', '220117.445000', '220117.905000', '220118.365000', '220118.825000', '220119.285000', '220119.745000', '220120.205000', '220120.665000', '220121.125000', '220121.585000', '220122.045000', '220122.505000', '220122.965000', '220123.425000', '220123.885000', '220124.345000', '220124.805000', '220125.265000', '220125.725000', '220126.185000', '220126.645000', '220127.105000', '220127.565000', '220128.025000', '220128.485000', '220128.945000', '220129.405000', '220129.865000', '220130.325000', '220130.785000', '220131.245000', '220131.705000', '220132.165000', '220132.625000', '220133.085000', '220133.545000', '220134.005000', '220134.465000', '220134.925000', '220135.385000', '220135.845000', '220136.305000', '220136.765000', '220137.225000', '220137.685000', '220138.145000', '220138.605000', '220139.065000', '220139.525000', '220139.985000', '220140.445000', '220140.905000', '220141.365000', '220141.825000', '220142.285000', '220142.745000', '220143.205000', '220143.665000', '220144.125000', '220144.585000', '220145.045000', '220145.505000', '220145.965000', '220146.425000', '220146.885000', '220147.345000', '220147.805000', '220148.265000', '220148.725000', '220149.185000', '220149.645000', '220150.105000', '220150.565000', '220151.025000', '220151.485000', '220151.945000', '220152.405000', '220152.865000', '220153.325000', '220153.785000', '220154.245000', '220154.705000', '220155.165000', '220155.625000', '220156.085000', '220156.545000', '220157.005000', '220157.465000', '220157.925000', '220158.385000', '220158.845000', '220159.305000', '220159.765000', '220200.225000', '220200.685000', '220201.145000', '220201.605000', '220202.065000', '220202.525000', '220202.985000', '220203.445000', '220203.905000', '220204.365000', '220204.825000', '220205.285000', '220205.745000', '220206.205000', '220206.665000', '220207.125000', '220207.585000', '220208.045000', '220208.505000', '220208.965000', '220209.425000', '220209.885000', '220210.345000', '220210.805000', '220211.265000', '220211.725000', '220212.185000', '220212.645000', '220213.105000', '220213.565000', '220214.025000', '220214.485000', '220214.945000', '220215.405000', '220215.865000', '220216.325000', '220216.785000', '220217.245000', '220217.705000', '220218.165000', '220218.625000', '220219.085000', '220219.545000', '220220.005000', '220220.465000', '220220.925000', '220221.385000', '220221.845000', '220222.305000', '220222.765000', '220223.225000', '220223.685000', '220224.145000', '220224.605000', '220225.065000', '220225.525000', '220225.985000', '220226.445000', '220226.905000', '220227.365000', '220227.825000', '220228.285000', '220228.745000', '220229.205000', '220229.665000', '220230.125000', '220230.585000', '220231.045000', '220231.505000', '220231.965000', '220232.425000', '220232.885000', '220233.345000', '220233.805000', '220234.265000', '220234.725000', '220235.185000', '220235.645000', '220236.105000', '220236.565000', '220237.025000', '220237.485000', '220237.945000', '220238.405000', '220238.865000', '220239.325000', '220239.785000', '220240.245000', '220240.705000', '220241.165000', '220241.625000', '220242.085000', '220242.545000', '220243.005000', '220243.465000', '220243.925000', '220244.385000', '220244.845000', '220245.305000', '220245.765000', '220246.225000', '220246.685000', '220247.145000', '220247.605000', '220248.065000', '220248.525000', '220248.985000', '220249.445000', '220249.905000', '220250.365000', '220250.825000', '220251.285000', '220251.745000', '220252.205000', '220252.665000', '220253.125000', '220253.585000', '220254.045000', '220254.505000', '220254.965000', '220255.425000', '220255.885000', '220256.345000', '220256.805000', '220257.265000', '220257.725000', '220258.185000', '220258.645000', '220259.105000', '220259.565000', '220300.025000', '220300.485000', '220300.945000', '220301.405000', '220301.865000', '220302.325000', '220302.785000', '220303.245000', '220303.705000', '220304.165000', '220304.625000', '220305.085000', '220305.545000', '220306.005000', '220306.465000', '220306.925000', '220307.385000', '220307.845000', '220308.305000', '220308.765000', '220309.225000', '220309.685000', '220310.145000', '220310.605000', '220311.065000', '220311.525000', '220311.985000', '220312.445000', '220312.905000', '220313.365000', '220313.825000', '220314.285000', '220314.745000', '220315.205000', '220315.665000', '220316.125000', '220316.585000', '220317.045000', '220317.505000', '220317.965000', '220318.425000', '220318.885000', '220319.345000', '220319.805000', '220320.265000', '220320.725000', '220321.185000', '220321.645000', '220322.105000', '220322.565000', '220323.025000', '220323.485000', '220323.945000', '220324.405000', '220324.865000', '220325.325000', '220325.785000', '220326.245000', '220326.705000', '220327.165000', '220327.625000', '220328.085000', '220328.545000', '220329.005000', '220329.465000', '220329.925000', '220330.385000', '220330.845000', '220331.305000', '220331.765000', '220332.225000', '220332.685000', '220333.145000', '220333.605000', '220334.065000', '220334.525000', '220334.985000', '220335.445000', '220335.905000', '220336.365000', '220336.825000', '220337.285000', '220337.745000', '220338.205000', '220338.665000', '220339.125000', '220339.585000', '220340.045000', '220340.505000', '220340.965000', '220341.425000', '220341.885000', '220342.345000', '220342.805000', '220343.265000', '220343.725000', '220344.185000', '220344.645000', '220345.105000', '220345.565000', '220346.025000', '220346.485000', '220346.945000', '220347.405000', '220347.865000', '220348.325000', '220348.785000', '220349.245000', '220349.705000', '220350.165000', '220350.625000', '220351.085000', '220351.545000', '220352.005000', '220352.465000', '220352.925000', '220353.385000', '220353.845000', '220354.305000', '220354.765000', '220355.225000', '220355.685000', '220356.145000', '220356.605000', '220357.065000', '220357.525000', '220357.985000', '220358.445000', '220358.905000', '220359.365000', '220359.825000', '220400.285000', '220400.745000', '220401.205000', '220401.665000', '220402.125000', '220402.585000', '220403.045000', '220403.505000', '220403.965000', '220404.425000', '220404.885000', '220405.345000', '220405.805000', '220406.265000', '220406.725000', '220407.185000', '220407.645000', '220408.105000', '220408.565000', '220409.025000', '220409.485000', '220409.945000', '220410.405000', '220410.865000', '220411.325000', '220411.785000', '220412.245000', '220412.705000', '220413.165000', '220413.625000', '220414.085000', '220414.545000', '220415.005000', '220415.465000', '220415.925000', '220416.385000', '220416.845000', '220417.305000', '220417.765000', '220418.225000', '220418.685000', '220419.145000', '220419.605000', '220420.065000', '220420.525000', '220420.985000', '220421.445000', '220421.905000', '220422.365000', '220422.825000', '220423.285000', '220423.745000', '220424.205000', '220424.665000', '220425.125000', '220425.585000', '220426.045000', '220426.505000', '220426.965000', '220427.425000', '220427.885000', '220428.345000', '220428.805000', '220429.265000', '220429.725000', '220430.185000', '220430.645000', '220431.105000', '220431.565000', '220432.025000', '220432.485000', '220432.945000', '220433.405000', '220433.865000', '220434.325000', '220434.785000', '220435.245000', '220435.705000', '220436.165000', '220436.625000', '220437.085000', '220437.545000', '220438.005000', '220438.465000', '220438.925000', '220439.385000', '220439.845000', '220440.305000', '220440.765000', '220441.225000', '220441.685000', '220442.145000', '220442.605000', '220443.065000', '220443.525000', '220443.985000', '220444.445000', '220444.905000', '220445.365000', '220445.825000', '220446.285000', '220446.745000', '220447.205000', '220447.665000', '220448.125000', '220448.585000', '220449.045000', '220449.505000', '220449.965000', '220450.425000', '220450.885000', '220451.345000', '220451.805000', '220452.265000', '220452.725000', '220453.185000', '220453.645000', '220454.105000', '220454.565000', '220455.025000', '220455.485000', '220455.945000', '220456.405000', '220456.865000', '220457.325000', '220457.785000', '220458.245000', '220458.705000', '220459.165000', '220459.625000', '220500.085000', '220500.545000', '220501.005000', '220501.465000', '220501.925000', '220502.385000', '220502.845000', '220503.305000', '220503.765000', '220504.225000', '220504.685000', '220505.145000', '220505.605000', '220506.065000', '220506.525000', '220506.985000', '220507.445000', '220507.905000', '220508.365000', '220508.825000', '220509.285000', '220509.745000', '220510.205000', '220510.665000', '220511.125000', '220511.585000', '220512.045000', '220512.505000', '220512.965000', '220513.425000', '220513.885000', '220514.345000', '220514.805000', '220515.265000', '220515.725000', '220516.185000', '220516.645000', '220517.105000', '220517.565000', '220518.025000', '220518.485000', '220518.945000', '220519.405000', '220519.865000', '220520.325000', '220520.785000', '220521.245000', '220521.705000', '220522.165000'], 'ContentTime': ['215117.776000', '215117.779000', '215117.782000', '215117.784000', '215117.787000', '215117.790000', '215117.792000', '215117.795000', '215117.797000', '215117.800000', '215117.808000', '215117.810000', '215117.813000', '215117.815000', '215117.818000', '215117.825000', '215117.827000', '215117.830000', '215117.832000', '215117.835000', '215137.743000', '215137.751000', '215137.754000', '215137.757000', '215137.759000', '215137.762000', '215137.764000', '215137.767000', '215137.770000', '215137.772000', '215137.775000', '215137.788000', '215137.791000', '215137.794000', '215137.796000', '215137.799000', '215137.801000', '215137.805000', '215137.808000', '215137.810000', '215137.813000', '215137.827000', '215137.829000', '215137.832000', '215137.834000', '215137.837000', '215137.840000', '215137.842000', '215137.845000', '215137.847000', '215137.850000', '215137.852000', '215137.855000', '215137.858000', '215137.861000', '215137.863000', '215137.866000', '215137.869000', '215137.877000', '215137.880000', '215137.882000', '215137.885000', '215137.887000', '215157.745000', '215157.747000', '215157.750000', '215157.753000', '215157.755000', '215157.758000', '215157.760000', '215157.763000', '215157.766000', '215157.768000', '215157.771000', '215157.773000', '215157.776000', '215157.778000', '215157.781000', '215157.783000', '215157.786000', '215157.789000', '215157.791000', '215157.794000', '215157.796000', '215157.799000', '215157.802000', '215157.804000', '215157.807000', '215157.809000', '215157.812000', '215157.814000', '215157.817000', '215157.820000', '215157.822000', '215157.825000', '215157.827000', '215157.830000', '215157.833000', '215157.835000', '215157.838000', '215157.840000', '215157.843000', '215157.845000', '215157.848000', '215157.851000', '215157.853000', '215157.856000', '215217.745000', '215217.747000', '215217.750000', '215217.753000', '215217.755000', '215217.758000', '215217.760000', '215217.763000', '215217.766000', '215217.768000', '215217.771000', '215217.774000', '215217.777000', '215217.780000', '215217.783000', '215217.785000', '215217.788000', '215217.791000', '215217.793000', '215217.796000', '215217.799000', '215217.801000', '215217.804000', '215217.806000', '215217.809000', '215217.812000', '215217.814000', '215217.817000', '215217.819000', '215217.822000', '215217.824000', '215217.827000', '215217.830000', '215217.832000', '215217.835000', '215217.837000', '215217.840000', '215217.843000', '215217.845000', '215217.848000', '215217.850000', '215217.853000', '215217.856000', '215237.744000', '215237.747000', '215237.750000', '215237.752000', '215237.755000', '215237.758000', '215237.760000', '215237.763000', '215237.765000', '215237.768000', '215237.771000', '215237.773000', '215237.776000', '215237.778000', '215237.781000', '215237.784000', '215237.786000', '215237.789000', '215237.792000', '215237.794000', '215237.797000', '215237.800000', '215237.802000', '215237.805000', '215237.807000', '215237.810000', '215237.812000', '215237.815000', '215237.818000', '215237.820000', '215237.823000', '215237.825000', '215237.828000', '215237.831000', '215237.833000', '215237.836000', '215237.838000', '215237.841000', '215237.844000', '215237.846000', '215237.849000', '215237.852000', '215237.854000', '215237.857000', '215257.745000', '215257.748000', '215257.750000', '215257.753000', '215257.755000', '215257.758000', '215257.761000', '215257.763000', '215257.766000', '215257.768000', '215257.771000', '215257.773000', '215257.776000', '215257.779000', '215257.781000', '215257.784000', '215257.786000', '215257.789000', '215257.792000', '215257.794000', '215257.797000', '215257.801000', '215257.804000', '215257.807000', '215257.809000', '215257.812000', '215257.814000', '215257.817000', '215257.820000', '215257.822000', '215257.825000', '215257.827000', '215257.830000', '215257.833000', '215257.835000', '215257.838000', '215257.841000', '215257.844000', '215257.847000', '215257.850000', '215257.852000', '215257.855000', '215257.858000', '215317.744000', '215317.747000', '215317.750000', '215317.752000', '215317.755000', '215317.758000', '215317.760000', '215317.763000', '215317.765000', '215317.768000', '215317.771000', '215317.773000', '215317.776000', '215317.778000', '215317.781000', '215317.783000', '215317.786000', '215317.796000', '215317.798000', '215317.801000', '215317.804000', '215317.806000', '215317.809000', '215317.812000', '215317.814000', '215317.817000', '215317.819000', '215317.822000', '215317.825000', '215317.827000', '215317.830000', '215317.832000', '215317.835000', '215317.838000', '215317.840000', '215317.843000', '215317.845000', '215317.848000', '215317.850000', '215317.853000', '215317.856000', '215317.858000', '215317.861000', '215317.863000', '215337.745000', '215337.748000', '215337.750000', '215337.753000', '215337.756000', '215337.758000', '215337.761000', '215337.763000', '215337.766000', '215337.768000', '215337.771000', '215337.774000', '215337.776000', '215337.779000', '215337.781000', '215337.784000', '215337.787000', '215337.789000', '215337.792000', '215337.795000', '215337.797000', '215337.800000', '215337.803000', '215337.805000', '215337.808000', '215337.811000', '215337.814000', '215337.816000', '215337.819000', '215337.821000', '215337.824000', '215337.827000', '215337.829000', '215337.832000', '215337.835000', '215337.837000', '215337.840000', '215337.842000', '215337.845000', '215337.848000', '215337.850000', '215337.853000', '215337.856000', '215357.743000', '215357.746000', '215357.749000', '215357.752000', '215357.754000', '215357.757000', '215357.759000', '215357.762000', '215357.765000', '215357.767000', '215357.770000', '215357.772000', '215357.775000', '215357.777000', '215357.780000', '215357.783000', '215357.785000', '215357.788000', '215357.790000', '215357.793000', '215357.796000', '215357.798000', '215357.801000', '215357.804000', '215357.806000', '215357.809000', '215357.811000', '215357.814000', '215357.816000', '215357.819000', '215357.822000', '215357.824000', '215357.827000', '215357.830000', '215357.832000', '215357.835000', '215357.837000', '215357.840000', '215357.843000', '215357.845000', '215357.848000', '215357.850000', '215357.853000', '215357.856000', '215417.745000', '215417.747000', '215417.750000', '215417.753000', '215417.755000', '215417.758000', '215417.761000', '215417.763000', '215417.766000', '215417.768000', '215417.771000', '215417.774000', '215417.776000', '215417.779000', '215417.781000', '215417.784000', '215417.787000', '215417.789000', '215417.792000', '215417.795000', '215417.797000', '215417.800000', '215417.802000', '215417.805000', '215417.808000', '215417.810000', '215417.813000', '215417.815000', '215417.818000', '215417.821000', '215417.823000', '215417.826000', '215417.828000', '215417.831000', '215417.834000', '215417.836000', '215417.839000', '215417.841000', '215417.844000', '215417.847000', '215417.849000', '215417.852000', '215417.854000', '215437.744000', '215437.747000', '215437.750000', '215437.752000', '215437.755000', '215437.758000', '215437.760000', '215437.763000', '215437.766000', '215437.768000', '215437.771000', '215437.801000', '215437.812000', '215437.815000', '215437.818000', '215437.820000', '215437.823000', '215437.825000', '215437.828000', '215437.831000', '215437.833000', '215437.836000', '215437.839000', '215437.841000', '215437.844000', '215437.847000', '215437.849000', '215437.852000', '215437.855000', '215437.857000', '215437.860000', '215437.862000', '215437.865000', '215437.868000', '215437.870000', '215437.873000', '215437.875000', '215437.878000', '215437.881000', '215437.883000', '215437.886000', '215437.888000', '215437.891000', '215437.894000', '215457.745000', '215457.747000', '215457.750000', '215457.753000', '215457.755000', '215457.758000', '215457.760000', '215457.763000', '215457.766000', '215457.768000', '215457.771000', '215457.773000', '215457.788000', '215457.791000', '215457.793000', '215457.796000', '215457.798000', '215457.801000', '215457.804000', '215457.806000', '215457.809000', '215457.811000', '215457.814000', '215457.817000', '215457.819000', '215457.822000', '215457.824000', '215457.827000', '215457.830000', '215457.832000', '215457.835000', '215457.838000', '215457.840000', '215457.843000', '215457.845000', '215457.848000', '215457.850000', '215457.853000', '215457.856000', '215457.858000', '215457.861000', '215457.864000', '215457.867000', '215517.744000', '215517.747000', '215517.750000', '215517.753000', '215517.756000', '215517.758000', '215517.761000', '215517.763000', '215517.766000', '215517.769000', '215517.771000', '215517.774000', '215517.777000', '215517.779000', '215517.782000', '215517.784000', '215517.787000', '215517.789000', '215517.792000', '215517.795000', '215517.797000', '215517.800000', '215517.803000', '215517.805000', '215517.808000', '215517.811000', '215517.813000', '215517.816000', '215517.819000', '215517.821000', '215517.824000', '215517.826000', '215517.829000', '215517.832000', '215517.834000', '215517.837000', '215517.839000', '215517.842000', '215517.845000', '215517.847000', '215517.850000', '215517.852000', '215517.855000', '215537.744000', '215537.747000', '215537.750000', '215537.753000', '215537.755000', '215537.758000', '215537.760000', '215537.763000', '215537.766000', '215537.768000', '215537.771000', '215537.774000', '215537.776000', '215537.779000', '215537.781000', '215537.784000', '215537.786000', '215537.789000', '215537.792000', '215537.794000', '215537.797000', '215537.800000', '215537.802000', '215537.805000', '215537.808000', '215537.810000', '215537.813000', '215537.815000', '215537.818000', '215537.821000', '215537.823000', '215537.826000', '215537.829000', '215537.831000', '215537.834000', '215537.836000', '215537.839000', '215537.842000', '215537.844000', '215537.847000', '215537.849000', '215537.852000', '215537.855000', '215537.857000', '215557.745000', '215557.747000', '215557.750000', '215557.753000', '215557.755000', '215557.758000', '215557.760000', '215557.763000', '215557.766000', '215557.768000', '215557.771000', '215557.773000', '215557.776000', '215557.779000', '215557.781000', '215557.784000', '215557.786000', '215557.789000', '215557.792000', '215557.794000', '215557.797000', '215557.799000', '215557.802000', '215557.805000', '215557.807000', '215557.810000', '215557.813000', '215557.815000', '215557.818000', '215557.820000', '215557.823000', '215557.826000', '215557.828000', '215557.831000', '215557.834000', '215557.836000', '215557.839000', '215557.841000', '215557.844000', '215557.847000', '215557.849000', '215557.852000', '215557.854000', '215557.857000', '215617.744000', '215617.746000', '215617.749000', '215617.752000', '215617.754000', '215617.757000', '215617.759000', '215617.762000', '215617.765000', '215617.767000', '215617.770000', '215617.772000', '215617.775000', '215617.778000', '215617.780000', '215617.783000', '215617.785000', '215617.788000', '215617.791000', '215617.793000', '215617.796000', '215617.799000', '215617.801000', '215617.812000', '215617.815000', '215617.817000', '215617.820000', '215617.823000', '215617.825000', '215617.828000', '215617.830000', '215617.833000', '215617.836000', '215617.838000', '215617.848000', '215617.850000', '215617.853000', '215617.855000', '215617.858000', '215617.861000', '215617.863000', '215617.866000', '215617.868000', '215637.745000', '215637.747000', '215637.750000', '215637.753000', '215637.755000', '215637.758000', '215637.760000', '215637.763000', '215637.766000', '215637.768000', '215637.771000', '215637.774000', '215637.776000', '215637.779000', '215637.782000', '215637.784000', '215637.787000', '215637.789000', '215637.792000', '215637.795000', '215637.797000', '215637.802000', '215637.805000', '215637.807000', '215637.810000', '215637.813000', '215637.815000', '215637.818000', '215637.820000', '215637.823000', '215637.826000', '215637.828000', '215637.831000', '215637.833000', '215637.836000', '215637.839000', '215637.842000', '215637.844000', '215637.847000', '215637.850000', '215637.852000', '215637.855000', '215637.858000', '215637.860000', '215657.745000', '215657.747000', '215657.750000', '215657.753000', '215657.755000', '215657.758000', '215657.760000', '215657.763000', '215657.766000', '215657.768000', '215657.771000', '215657.773000', '215657.776000', '215657.778000', '215657.781000', '215657.784000', '215657.786000', '215657.789000', '215657.791000', '215657.794000', '215657.797000', '215657.800000', '215657.802000', '215657.805000', '215657.807000', '215657.810000', '215657.812000', '215657.815000', '215657.818000', '215657.820000', '215657.823000', '215657.825000', '215657.828000', '215657.831000', '215657.833000', '215657.836000', '215657.838000', '215657.841000', '215657.844000', '215657.846000', '215657.849000', '215657.852000', '215657.854000', '215717.745000', '215717.747000', '215717.750000', '215717.753000', '215717.755000', '215717.758000', '215717.760000', '215717.763000', '215717.766000', '215717.768000', '215717.771000', '215717.773000', '215717.776000', '215717.779000', '215717.781000', '215717.784000', '215717.786000', '215717.789000', '215717.792000', '215717.794000', '215717.797000', '215717.800000', '215717.802000', '215717.805000', '215717.807000', '215717.810000', '215717.813000', '215717.815000', '215717.818000', '215717.820000', '215717.823000', '215717.826000', '215717.828000', '215717.831000', '215717.834000', '215717.836000', '215717.839000', '215717.841000', '215717.844000', '215717.847000', '215717.849000', '215717.852000', '215717.855000', '215717.857000', '215737.745000', '215737.747000', '215737.750000', '215737.753000', '215737.755000', '215737.758000', '215737.761000', '215737.763000', '215737.766000', '215737.768000', '215737.771000', '215737.774000', '215737.776000', '215737.779000', '215737.781000', '215737.784000', '215737.787000', '215737.789000', '215737.792000', '215737.795000', '215737.797000', '215737.800000', '215737.803000', '215737.805000', '215737.808000', '215737.810000', '215737.813000', '215737.816000', '215737.818000', '215737.821000', '215737.823000', '215737.826000', '215737.829000', '215737.831000', '215737.847000', '215737.849000', '215737.852000', '215737.854000', '215737.857000', '215737.860000', '215737.862000', '215737.865000', '215737.868000', '215757.745000', '215757.747000', '215757.750000', '215757.753000', '215757.755000', '215757.758000', '215757.760000', '215757.764000', '215757.767000', '215757.770000', '215757.772000', '215757.775000', '215757.777000', '215757.780000', '215757.783000', '215757.785000', '215757.788000', '215757.790000', '215757.793000', '215757.796000', '215757.799000', '215757.808000', '215757.811000', '215757.813000', '215757.816000', '215757.819000', '215757.822000', '215757.824000', '215757.827000', '215757.829000', '215757.832000', '215757.835000', '215757.837000', '215757.840000', '215757.843000', '215757.845000', '215757.848000', '215757.850000', '215757.853000', '215757.856000', '215757.858000', '215757.861000', '215757.863000', '215757.866000', '215817.744000', '215817.747000', '215817.750000', '215817.753000', '215817.755000', '215817.758000', '215817.761000', '215817.763000', '215817.766000', '215817.769000', '215817.771000', '215817.774000', '215817.776000', '215817.779000', '215817.782000', '215817.784000', '215817.787000', '215817.790000', '215817.792000', '215817.795000', '215817.798000', '215817.801000', '215817.803000', '215817.806000', '215817.809000', '215817.811000', '215817.814000', '215817.816000', '215817.819000', '215817.822000', '215817.824000', '215817.827000', '215817.829000', '215817.832000', '215817.835000', '215817.837000', '215817.840000', '215817.843000', '215817.845000', '215817.848000', '215817.850000', '215817.853000', '215817.856000', '215837.744000', '215837.747000', '215837.749000', '215837.752000', '215837.755000', '215837.757000', '215837.760000', '215837.763000', '215837.765000', '215837.768000', '215837.770000', '215837.773000', '215837.776000', '215837.778000', '215837.781000', '215837.783000', '215837.786000', '215837.789000', '215837.791000', '215837.794000', '215837.797000', '215837.799000', '215837.802000', '215837.805000', '215837.807000', '215837.810000', '215837.813000', '215837.815000', '215837.818000', '215837.821000', '215837.823000', '215837.826000', '215837.828000', '215837.831000', '215837.834000', '215837.836000', '215837.839000', '215837.842000', '215837.844000', '215837.847000', '215837.849000', '215837.852000', '215837.855000', '215837.857000', '215857.744000', '215857.747000', '215857.750000', '215857.753000', '215857.755000', '215857.758000', '215857.760000', '215857.763000', '215857.766000', '215857.768000', '215857.771000', '215857.773000', '215857.776000', '215857.779000', '215857.781000', '215857.784000', '215857.786000', '215857.789000', '215857.792000', '215857.794000', '215857.797000', '215857.800000', '215857.802000', '215857.805000', '215857.808000', '215857.810000', '215857.813000', '215857.816000', '215857.818000', '215857.821000', '215857.824000', '215857.826000', '215857.829000', '215857.831000', '215857.834000', '215857.837000', '215857.839000', '215857.842000', '215857.845000', '215857.847000', '215857.850000', '215857.852000', '215857.855000', '215917.745000', '215917.748000', '215917.751000', '215917.754000', '215917.756000', '215917.759000', '215917.761000', '215917.764000', '215917.767000', '215917.769000', '215917.772000', '215917.774000', '215917.777000', '215917.780000', '215917.782000', '215917.785000', '215917.788000', '215917.790000', '215917.793000', '215917.795000', '215917.798000', '215917.801000', '215917.804000', '215917.807000', '215917.810000', '215917.812000', '215917.815000', '215917.817000', '215917.820000', '215917.823000', '215917.825000', '215917.828000', '215917.831000', '215917.833000', '215917.836000', '215917.838000', '215917.841000', '215917.844000', '215917.846000', '215917.849000', '215917.852000', '215917.855000', '215917.857000', '215937.745000', '215937.748000', '215937.750000', '215937.753000', '215937.755000', '215937.758000', '215937.761000', '215937.763000', '215937.766000', '215937.769000', '215937.771000', '215937.774000', '215937.776000', '215937.779000', '215937.782000', '215937.784000', '215937.787000', '215937.790000', '215937.792000', '215937.795000', '215937.798000', '215937.801000', '215937.803000', '215937.806000', '215937.809000', '215937.811000', '215937.814000', '215937.816000', '215937.819000', '215937.822000', '215937.824000', '215937.827000', '215937.829000', '215937.832000', '215937.835000', '215937.837000', '215937.840000', '215937.843000', '215937.845000', '215937.848000', '215937.850000', '215937.853000', '215937.856000', '215937.858000', '215957.745000', '215957.748000', '215957.750000', '215957.753000', '215957.755000', '215957.758000', '215957.761000', '215957.764000', '215957.767000', '215957.770000', '215957.773000', '215957.775000', '215957.778000', '215957.781000', '215957.783000', '215957.786000', '215957.789000', '215957.791000', '215957.794000', '215957.796000', '215957.799000', '215957.802000', '215957.804000', '215957.807000', '215957.810000', '215957.812000', '215957.815000', '215957.818000', '215957.820000', '215957.823000', '215957.826000', '215957.828000', '215957.831000', '215957.833000', '215957.836000', '215957.839000', '215957.841000', '215957.844000', '215957.847000', '215957.849000', '215957.852000', '215957.855000', '215957.857000', '220017.745000', '220017.747000', '220017.750000', '220017.753000', '220017.755000', '220017.758000', '220017.761000', '220017.763000', '220017.766000', '220017.769000', '220017.771000', '220017.774000', '220017.776000', '220017.779000', '220017.782000', '220017.784000', '220017.787000', '220017.789000', '220017.792000', '220017.795000', '220017.797000', '220017.800000', '220017.803000', '220017.805000', '220017.808000', '220017.811000', '220017.813000', '220017.816000', '220017.819000', '220017.821000', '220017.824000', '220017.826000', '220017.829000', '220017.832000', '220017.834000', '220017.837000', '220017.840000', '220017.842000', '220017.845000', '220017.847000', '220017.850000', '220017.853000', '220017.884000', '220017.887000', '220037.745000', '220037.748000', '220037.750000', '220037.753000', '220037.755000', '220037.758000', '220037.761000', '220037.763000', '220037.766000', '220037.769000', '220037.771000', '220037.774000', '220037.776000', '220037.779000', '220037.782000', '220037.785000', '220037.788000', '220037.791000', '220037.794000', '220037.796000', '220037.799000', '220037.802000', '220037.805000', '220037.807000', '220037.810000', '220037.812000', '220037.815000', '220037.818000', '220037.820000', '220037.823000', '220037.826000', '220037.829000', '220037.831000', '220037.834000', '220037.836000', '220037.839000', '220037.843000', '220037.846000', '220037.848000', '220037.851000', '220037.854000', '220037.856000', '220037.859000', '220057.744000', '220057.746000', '220057.749000', '220057.752000', '220057.754000', '220057.757000', '220057.760000', '220057.762000', '220057.765000', '220057.768000', '220057.770000', '220057.773000', '220057.776000', '220057.778000', '220057.781000', '220057.783000', '220057.786000', '220057.789000', '220057.791000', '220057.794000', '220057.797000', '220057.800000', '220057.802000', '220057.805000', '220057.807000', '220057.810000', '220057.813000', '220057.815000', '220057.818000', '220057.821000', '220057.823000', '220057.826000', '220057.829000', '220057.831000', '220057.834000', '220057.837000', '220057.839000', '220057.842000', '220057.845000', '220057.847000', '220057.850000', '220057.853000', '220057.855000', '220057.858000', '220117.745000', '220117.748000', '220117.750000', '220117.753000', '220117.756000', '220117.758000', '220117.761000', '220117.764000', '220117.766000', '220117.769000', '220117.772000', '220117.775000', '220117.778000', '220117.780000', '220117.783000', '220117.786000', '220117.788000', '220117.791000', '220117.794000', '220117.796000', '220117.799000', '220117.802000', '220117.804000', '220117.807000', '220117.810000', '220117.812000', '220117.815000', '220117.818000', '220117.820000', '220117.823000', '220117.826000', '220117.828000', '220117.831000', '220117.833000', '220117.836000', '220117.839000', '220117.841000', '220117.844000', '220117.847000', '220117.849000', '220117.852000', '220117.855000', '220117.857000', '220137.745000', '220137.748000', '220137.750000', '220137.753000', '220137.756000', '220137.758000', '220137.761000', '220137.764000', '220137.766000', '220137.769000', '220137.772000', '220137.774000', '220137.777000', '220137.779000', '220137.782000', '220137.785000', '220137.787000', '220137.790000', '220137.793000', '220137.795000', '220137.798000', '220137.801000', '220137.803000', '220137.806000', '220137.812000', '220137.815000', '220137.817000', '220137.820000', '220137.823000', '220137.825000', '220137.828000', '220137.831000', '220137.833000', '220137.836000', '220137.839000', '220137.841000', '220137.844000', '220137.847000', '220137.850000', '220137.852000', '220137.855000', '220137.857000', '220137.860000', '220137.863000', '220157.745000', '220157.748000', '220157.750000', '220157.753000', '220157.756000', '220157.758000', '220157.761000', '220157.763000', '220157.766000', '220157.769000', '220157.771000', '220157.774000', '220157.776000', '220157.782000', '220157.785000', '220157.787000', '220157.790000', '220157.793000', '220157.795000', '220157.798000', '220157.801000', '220157.803000', '220157.806000', '220157.808000', '220157.811000', '220157.814000', '220157.816000', '220157.819000', '220157.822000', '220157.824000', '220157.827000', '220157.829000', '220157.832000', '220157.834000', '220157.837000', '220157.840000', '220157.842000', '220157.845000', '220157.848000', '220157.850000', '220157.853000', '220157.855000', '220157.858000', '220217.745000', '220217.747000', '220217.750000', '220217.753000', '220217.755000', '220217.758000', '220217.761000', '220217.763000', '220217.766000', '220217.769000', '220217.771000', '220217.774000', '220217.776000', '220217.779000', '220217.782000', '220217.784000', '220217.787000', '220217.790000', '220217.792000', '220217.795000', '220217.797000', '220217.800000', '220217.803000', '220217.805000', '220217.808000', '220217.810000', '220217.813000', '220217.816000', '220217.818000', '220217.821000', '220217.824000', '220217.826000', '220217.829000', '220217.831000', '220217.834000', '220217.837000', '220217.839000', '220217.842000', '220217.844000', '220217.847000', '220217.850000', '220217.852000', '220217.855000', '220217.857000', '220237.745000', '220237.748000', '220237.750000', '220237.753000', '220237.755000', '220237.758000', '220237.761000', '220237.763000', '220237.766000', '220237.768000', '220237.771000', '220237.774000', '220237.776000', '220237.779000', '220237.782000', '220237.784000', '220237.787000', '220237.789000', '220237.792000', '220237.795000', '220237.797000', '220237.800000', '220237.803000', '220237.805000', '220237.808000', '220237.810000', '220237.813000', '220237.816000', '220237.818000', '220237.821000', '220237.823000', '220237.826000', '220237.829000', '220237.841000', '220237.844000', '220237.847000', '220237.849000', '220237.852000', '220237.855000', '220237.857000', '220237.860000', '220237.862000', '220237.865000', '220257.745000', '220257.748000', '220257.750000', '220257.753000', '220257.756000', '220257.758000', '220257.761000', '220257.764000', '220257.766000', '220257.769000', '220257.771000', '220257.774000', '220257.777000', '220257.779000', '220257.782000', '220257.785000', '220257.787000', '220257.790000', '220257.792000', '220257.795000', '220257.798000', '220257.800000', '220257.803000', '220257.806000', '220257.808000', '220257.811000', '220257.813000', '220257.816000', '220257.819000', '220257.821000', '220257.824000', '220257.827000', '220257.829000', '220257.832000', '220257.834000', '220257.837000', '220257.840000', '220257.842000', '220257.845000', '220257.847000', '220257.850000', '220257.853000', '220257.855000', '220257.858000', '220317.744000', '220317.747000', '220317.749000', '220317.752000', '220317.755000', '220317.757000', '220317.760000', '220317.763000', '220317.765000', '220317.768000', '220317.770000', '220317.773000', '220317.776000', '220317.778000', '220317.781000', '220317.784000', '220317.786000', '220317.789000', '220317.791000', '220317.794000', '220317.797000', '220317.799000', '220317.802000', '220317.805000', '220317.807000', '220317.810000', '220317.813000', '220317.815000', '220317.818000', '220317.821000', '220317.823000', '220317.826000', '220317.828000', '220317.831000', '220317.834000', '220317.836000', '220317.839000', '220317.842000', '220317.844000', '220317.847000', '220317.849000', '220317.852000', '220317.855000', '220337.745000', '220337.748000', '220337.750000', '220337.753000', '220337.755000', '220337.758000', '220337.761000', '220337.763000', '220337.766000', '220337.768000', '220337.771000', '220337.774000', '220337.776000', '220337.779000', '220337.781000', '220337.784000', '220337.787000', '220337.789000', '220337.792000', '220337.795000', '220337.797000', '220337.800000', '220337.803000', '220337.805000', '220337.808000', '220337.811000', '220337.813000', '220337.816000', '220337.819000', '220337.821000', '220337.824000', '220337.827000', '220337.829000', '220337.832000', '220337.835000', '220337.837000', '220337.840000', '220337.842000', '220337.845000', '220337.848000', '220337.850000', '220337.853000', '220337.855000', '220337.858000', '220357.745000', '220357.748000', '220357.750000', '220357.753000', '220357.756000', '220357.758000', '220357.761000', '220357.764000', '220357.766000', '220357.769000', '220357.772000', '220357.774000', '220357.777000', '220357.780000', '220357.782000', '220357.785000', '220357.787000', '220357.790000', '220357.793000', '220357.795000', '220357.798000', '220357.801000', '220357.803000', '220357.806000', '220357.808000', '220357.811000', '220357.814000', '220357.816000', '220357.819000', '220357.822000', '220357.824000', '220357.827000', '220357.839000', '220357.841000', '220357.844000', '220357.847000', '220357.849000', '220357.852000', '220357.854000', '220357.857000', '220357.860000', '220357.862000', '220357.865000', '220417.745000', '220417.748000', '220417.750000', '220417.753000', '220417.756000', '220417.758000', '220417.761000', '220417.764000', '220417.766000', '220417.769000', '220417.771000', '220417.774000', '220417.777000', '220417.780000', '220417.782000', '220417.785000', '220417.788000', '220417.790000', '220417.793000', '220417.796000', '220417.798000', '220417.801000', '220417.804000', '220417.806000', '220417.809000', '220417.812000', '220417.814000', '220417.817000', '220417.819000', '220417.822000', '220417.825000', '220417.827000', '220417.830000', '220417.833000', '220417.835000', '220417.838000', '220417.841000', '220417.843000', '220417.846000', '220417.849000', '220417.851000', '220417.854000', '220417.856000', '220417.859000', '220437.745000', '220437.748000', '220437.750000', '220437.753000', '220437.756000', '220437.758000', '220437.761000', '220437.764000', '220437.766000', '220437.769000', '220437.771000', '220437.774000', '220437.777000', '220437.779000', '220437.782000', '220437.784000', '220437.787000', '220437.790000', '220437.792000', '220437.795000', '220437.797000', '220437.800000', '220437.803000', '220437.805000', '220437.808000', '220437.811000', '220437.813000', '220437.816000', '220437.819000', '220437.821000', '220437.824000', '220437.826000', '220437.829000', '220437.832000', '220437.834000', '220437.837000', '220437.839000', '220437.842000', '220437.845000', '220437.847000', '220437.850000', '220437.853000', '220437.855000', '220457.745000', '220457.748000', '220457.750000', '220457.753000', '220457.756000', '220457.758000', '220457.761000', '220457.763000', '220457.766000', '220457.769000', '220457.771000', '220457.774000', '220457.777000', '220457.779000', '220457.782000', '220457.784000', '220457.787000', '220457.790000', '220457.792000', '220457.795000', '220457.798000', '220457.800000', '220457.803000', '220457.806000', '220457.808000', '220457.811000', '220457.813000', '220457.816000', '220457.819000', '220457.821000', '220457.824000', '220457.827000', '220457.829000', '220457.832000', '220457.835000', '220457.837000', '220457.840000', '220457.842000', '220457.845000', '220457.848000', '220457.850000', '220457.853000', '220457.856000', '220457.858000', '220517.745000', '220517.748000', '220517.750000', '220517.753000', '220517.756000', '220517.758000', '220517.761000', '220517.764000', '220517.766000', '220517.769000', '220517.771000', '220517.774000', '220517.777000', '220517.779000', '220517.782000', '220517.785000', '220517.787000', '220517.790000', '220517.792000', '220517.795000', '220517.798000', '220517.800000', '220517.803000', '220517.806000', '220517.808000', '220517.811000', '220517.813000', '220517.816000', '220517.819000', '220517.821000', '220517.824000', '220517.827000', '220517.829000', '220517.832000', '220517.834000', '220517.837000', '220517.840000', '220517.842000', '220517.845000', '220517.847000', '220517.850000', '220517.853000', '220517.855000', '220523.444000', '220523.447000', '220523.450000', '220523.453000', '220523.456000', '220523.459000', '220523.461000', '220523.464000', '220523.467000', '220523.470000', '220523.473000', '220523.476000', '220523.479000'], 'InstanceCreationTime': ['215117.776000', '215117.779000', '215117.782000', '215117.784000', '215117.787000', '215117.790000', '215117.792000', '215117.795000', '215117.797000', '215117.800000', '215117.808000', '215117.810000', '215117.813000', '215117.815000', '215117.818000', '215117.825000', '215117.827000', '215117.830000', '215117.832000', '215117.835000', '215137.743000', '215137.751000', '215137.754000', '215137.757000', '215137.759000', '215137.762000', '215137.764000', '215137.767000', '215137.770000', '215137.772000', '215137.775000', '215137.788000', '215137.791000', '215137.794000', '215137.796000', '215137.799000', '215137.801000', '215137.805000', '215137.808000', '215137.810000', '215137.813000', '215137.827000', '215137.829000', '215137.832000', '215137.834000', '215137.837000', '215137.840000', '215137.842000', '215137.845000', '215137.847000', '215137.850000', '215137.852000', '215137.855000', '215137.858000', '215137.861000', '215137.863000', '215137.866000', '215137.869000', '215137.877000', '215137.880000', '215137.882000', '215137.885000', '215137.887000', '215157.745000', '215157.747000', '215157.750000', '215157.753000', '215157.755000', '215157.758000', '215157.760000', '215157.763000', '215157.766000', '215157.768000', '215157.771000', '215157.773000', '215157.776000', '215157.778000', '215157.781000', '215157.783000', '215157.786000', '215157.789000', '215157.791000', '215157.794000', '215157.796000', '215157.799000', '215157.802000', '215157.804000', '215157.807000', '215157.809000', '215157.812000', '215157.814000', '215157.817000', '215157.820000', '215157.822000', '215157.825000', '215157.827000', '215157.830000', '215157.833000', '215157.835000', '215157.838000', '215157.840000', '215157.843000', '215157.845000', '215157.848000', '215157.851000', '215157.853000', '215157.856000', '215217.745000', '215217.747000', '215217.750000', '215217.753000', '215217.755000', '215217.758000', '215217.760000', '215217.763000', '215217.766000', '215217.768000', '215217.771000', '215217.774000', '215217.777000', '215217.780000', '215217.783000', '215217.785000', '215217.788000', '215217.791000', '215217.793000', '215217.796000', '215217.799000', '215217.801000', '215217.804000', '215217.806000', '215217.809000', '215217.812000', '215217.814000', '215217.817000', '215217.819000', '215217.822000', '215217.824000', '215217.827000', '215217.830000', '215217.832000', '215217.835000', '215217.837000', '215217.840000', '215217.843000', '215217.845000', '215217.848000', '215217.850000', '215217.853000', '215217.856000', '215237.744000', '215237.747000', '215237.750000', '215237.752000', '215237.755000', '215237.758000', '215237.760000', '215237.763000', '215237.765000', '215237.768000', '215237.771000', '215237.773000', '215237.776000', '215237.778000', '215237.781000', '215237.784000', '215237.786000', '215237.789000', '215237.792000', '215237.794000', '215237.797000', '215237.800000', '215237.802000', '215237.805000', '215237.807000', '215237.810000', '215237.812000', '215237.815000', '215237.818000', '215237.820000', '215237.823000', '215237.825000', '215237.828000', '215237.831000', '215237.833000', '215237.836000', '215237.838000', '215237.841000', '215237.844000', '215237.846000', '215237.849000', '215237.852000', '215237.854000', '215237.857000', '215257.745000', '215257.748000', '215257.750000', '215257.753000', '215257.755000', '215257.758000', '215257.761000', '215257.763000', '215257.766000', '215257.768000', '215257.771000', '215257.773000', '215257.776000', '215257.779000', '215257.781000', '215257.784000', '215257.786000', '215257.789000', '215257.792000', '215257.794000', '215257.797000', '215257.801000', '215257.804000', '215257.807000', '215257.809000', '215257.812000', '215257.814000', '215257.817000', '215257.820000', '215257.822000', '215257.825000', '215257.827000', '215257.830000', '215257.833000', '215257.835000', '215257.838000', '215257.841000', '215257.844000', '215257.847000', '215257.850000', '215257.852000', '215257.855000', '215257.858000', '215317.744000', '215317.747000', '215317.750000', '215317.752000', '215317.755000', '215317.758000', '215317.760000', '215317.763000', '215317.765000', '215317.768000', '215317.771000', '215317.773000', '215317.776000', '215317.778000', '215317.781000', '215317.783000', '215317.786000', '215317.796000', '215317.798000', '215317.801000', '215317.804000', '215317.806000', '215317.809000', '215317.812000', '215317.814000', '215317.817000', '215317.819000', '215317.822000', '215317.825000', '215317.827000', '215317.830000', '215317.832000', '215317.835000', '215317.838000', '215317.840000', '215317.843000', '215317.845000', '215317.848000', '215317.850000', '215317.853000', '215317.856000', '215317.858000', '215317.861000', '215317.863000', '215337.745000', '215337.748000', '215337.750000', '215337.753000', '215337.756000', '215337.758000', '215337.761000', '215337.763000', '215337.766000', '215337.768000', '215337.771000', '215337.774000', '215337.776000', '215337.779000', '215337.781000', '215337.784000', '215337.787000', '215337.789000', '215337.792000', '215337.795000', '215337.797000', '215337.800000', '215337.803000', '215337.805000', '215337.808000', '215337.811000', '215337.814000', '215337.816000', '215337.819000', '215337.821000', '215337.824000', '215337.827000', '215337.829000', '215337.832000', '215337.835000', '215337.837000', '215337.840000', '215337.842000', '215337.845000', '215337.848000', '215337.850000', '215337.853000', '215337.856000', '215357.743000', '215357.746000', '215357.749000', '215357.752000', '215357.754000', '215357.757000', '215357.759000', '215357.762000', '215357.765000', '215357.767000', '215357.770000', '215357.772000', '215357.775000', '215357.777000', '215357.780000', '215357.783000', '215357.785000', '215357.788000', '215357.790000', '215357.793000', '215357.796000', '215357.798000', '215357.801000', '215357.804000', '215357.806000', '215357.809000', '215357.811000', '215357.814000', '215357.816000', '215357.819000', '215357.822000', '215357.824000', '215357.827000', '215357.830000', '215357.832000', '215357.835000', '215357.837000', '215357.840000', '215357.843000', '215357.845000', '215357.848000', '215357.850000', '215357.853000', '215357.856000', '215417.745000', '215417.747000', '215417.750000', '215417.753000', '215417.755000', '215417.758000', '215417.761000', '215417.763000', '215417.766000', '215417.768000', '215417.771000', '215417.774000', '215417.776000', '215417.779000', '215417.781000', '215417.784000', '215417.787000', '215417.789000', '215417.792000', '215417.795000', '215417.797000', '215417.800000', '215417.802000', '215417.805000', '215417.808000', '215417.810000', '215417.813000', '215417.815000', '215417.818000', '215417.821000', '215417.823000', '215417.826000', '215417.828000', '215417.831000', '215417.834000', '215417.836000', '215417.839000', '215417.841000', '215417.844000', '215417.847000', '215417.849000', '215417.852000', '215417.854000', '215437.744000', '215437.747000', '215437.750000', '215437.752000', '215437.755000', '215437.758000', '215437.760000', '215437.763000', '215437.766000', '215437.768000', '215437.771000', '215437.801000', '215437.812000', '215437.815000', '215437.818000', '215437.820000', '215437.823000', '215437.825000', '215437.828000', '215437.831000', '215437.833000', '215437.836000', '215437.839000', '215437.841000', '215437.844000', '215437.847000', '215437.849000', '215437.852000', '215437.855000', '215437.857000', '215437.860000', '215437.862000', '215437.865000', '215437.868000', '215437.870000', '215437.873000', '215437.875000', '215437.878000', '215437.881000', '215437.883000', '215437.886000', '215437.888000', '215437.891000', '215437.894000', '215457.745000', '215457.747000', '215457.750000', '215457.753000', '215457.755000', '215457.758000', '215457.760000', '215457.763000', '215457.766000', '215457.768000', '215457.771000', '215457.773000', '215457.788000', '215457.791000', '215457.793000', '215457.796000', '215457.798000', '215457.801000', '215457.804000', '215457.806000', '215457.809000', '215457.811000', '215457.814000', '215457.817000', '215457.819000', '215457.822000', '215457.824000', '215457.827000', '215457.830000', '215457.832000', '215457.835000', '215457.838000', '215457.840000', '215457.843000', '215457.845000', '215457.848000', '215457.850000', '215457.853000', '215457.856000', '215457.858000', '215457.861000', '215457.864000', '215457.867000', '215517.744000', '215517.747000', '215517.750000', '215517.753000', '215517.756000', '215517.758000', '215517.761000', '215517.763000', '215517.766000', '215517.769000', '215517.771000', '215517.774000', '215517.777000', '215517.779000', '215517.782000', '215517.784000', '215517.787000', '215517.789000', '215517.792000', '215517.795000', '215517.797000', '215517.800000', '215517.803000', '215517.805000', '215517.808000', '215517.811000', '215517.813000', '215517.816000', '215517.819000', '215517.821000', '215517.824000', '215517.826000', '215517.829000', '215517.832000', '215517.834000', '215517.837000', '215517.839000', '215517.842000', '215517.845000', '215517.847000', '215517.850000', '215517.852000', '215517.855000', '215537.744000', '215537.747000', '215537.750000', '215537.753000', '215537.755000', '215537.758000', '215537.760000', '215537.763000', '215537.766000', '215537.768000', '215537.771000', '215537.774000', '215537.776000', '215537.779000', '215537.781000', '215537.784000', '215537.786000', '215537.789000', '215537.792000', '215537.794000', '215537.797000', '215537.800000', '215537.802000', '215537.805000', '215537.808000', '215537.810000', '215537.813000', '215537.815000', '215537.818000', '215537.821000', '215537.823000', '215537.826000', '215537.829000', '215537.831000', '215537.834000', '215537.836000', '215537.839000', '215537.842000', '215537.844000', '215537.847000', '215537.849000', '215537.852000', '215537.855000', '215537.857000', '215557.745000', '215557.747000', '215557.750000', '215557.753000', '215557.755000', '215557.758000', '215557.760000', '215557.763000', '215557.766000', '215557.768000', '215557.771000', '215557.773000', '215557.776000', '215557.779000', '215557.781000', '215557.784000', '215557.786000', '215557.789000', '215557.792000', '215557.794000', '215557.797000', '215557.799000', '215557.802000', '215557.805000', '215557.807000', '215557.810000', '215557.813000', '215557.815000', '215557.818000', '215557.820000', '215557.823000', '215557.826000', '215557.828000', '215557.831000', '215557.834000', '215557.836000', '215557.839000', '215557.841000', '215557.844000', '215557.847000', '215557.849000', '215557.852000', '215557.854000', '215557.857000', '215617.744000', '215617.746000', '215617.749000', '215617.752000', '215617.754000', '215617.757000', '215617.759000', '215617.762000', '215617.765000', '215617.767000', '215617.770000', '215617.772000', '215617.775000', '215617.778000', '215617.780000', '215617.783000', '215617.785000', '215617.788000', '215617.791000', '215617.793000', '215617.796000', '215617.799000', '215617.801000', '215617.812000', '215617.815000', '215617.817000', '215617.820000', '215617.823000', '215617.825000', '215617.828000', '215617.830000', '215617.833000', '215617.836000', '215617.838000', '215617.848000', '215617.850000', '215617.853000', '215617.855000', '215617.858000', '215617.861000', '215617.863000', '215617.866000', '215617.868000', '215637.745000', '215637.747000', '215637.750000', '215637.753000', '215637.755000', '215637.758000', '215637.760000', '215637.763000', '215637.766000', '215637.768000', '215637.771000', '215637.774000', '215637.776000', '215637.779000', '215637.782000', '215637.784000', '215637.787000', '215637.789000', '215637.792000', '215637.795000', '215637.797000', '215637.802000', '215637.805000', '215637.807000', '215637.810000', '215637.813000', '215637.815000', '215637.818000', '215637.820000', '215637.823000', '215637.826000', '215637.828000', '215637.831000', '215637.833000', '215637.836000', '215637.839000', '215637.842000', '215637.844000', '215637.847000', '215637.850000', '215637.852000', '215637.855000', '215637.858000', '215637.860000', '215657.745000', '215657.747000', '215657.750000', '215657.753000', '215657.755000', '215657.758000', '215657.760000', '215657.763000', '215657.766000', '215657.768000', '215657.771000', '215657.773000', '215657.776000', '215657.778000', '215657.781000', '215657.784000', '215657.786000', '215657.789000', '215657.791000', '215657.794000', '215657.797000', '215657.800000', '215657.802000', '215657.805000', '215657.807000', '215657.810000', '215657.812000', '215657.815000', '215657.818000', '215657.820000', '215657.823000', '215657.825000', '215657.828000', '215657.831000', '215657.833000', '215657.836000', '215657.838000', '215657.841000', '215657.844000', '215657.846000', '215657.849000', '215657.852000', '215657.854000', '215717.745000', '215717.747000', '215717.750000', '215717.753000', '215717.755000', '215717.758000', '215717.760000', '215717.763000', '215717.766000', '215717.768000', '215717.771000', '215717.773000', '215717.776000', '215717.779000', '215717.781000', '215717.784000', '215717.786000', '215717.789000', '215717.792000', '215717.794000', '215717.797000', '215717.800000', '215717.802000', '215717.805000', '215717.807000', '215717.810000', '215717.813000', '215717.815000', '215717.818000', '215717.820000', '215717.823000', '215717.826000', '215717.828000', '215717.831000', '215717.834000', '215717.836000', '215717.839000', '215717.841000', '215717.844000', '215717.847000', '215717.849000', '215717.852000', '215717.855000', '215717.857000', '215737.745000', '215737.747000', '215737.750000', '215737.753000', '215737.755000', '215737.758000', '215737.761000', '215737.763000', '215737.766000', '215737.768000', '215737.771000', '215737.774000', '215737.776000', '215737.779000', '215737.781000', '215737.784000', '215737.787000', '215737.789000', '215737.792000', '215737.795000', '215737.797000', '215737.800000', '215737.803000', '215737.805000', '215737.808000', '215737.810000', '215737.813000', '215737.816000', '215737.818000', '215737.821000', '215737.823000', '215737.826000', '215737.829000', '215737.831000', '215737.847000', '215737.849000', '215737.852000', '215737.854000', '215737.857000', '215737.860000', '215737.862000', '215737.865000', '215737.868000', '215757.745000', '215757.747000', '215757.750000', '215757.753000', '215757.755000', '215757.758000', '215757.760000', '215757.764000', '215757.767000', '215757.770000', '215757.772000', '215757.775000', '215757.777000', '215757.780000', '215757.783000', '215757.785000', '215757.788000', '215757.790000', '215757.793000', '215757.796000', '215757.799000', '215757.808000', '215757.811000', '215757.813000', '215757.816000', '215757.819000', '215757.822000', '215757.824000', '215757.827000', '215757.829000', '215757.832000', '215757.835000', '215757.837000', '215757.840000', '215757.843000', '215757.845000', '215757.848000', '215757.850000', '215757.853000', '215757.856000', '215757.858000', '215757.861000', '215757.863000', '215757.866000', '215817.744000', '215817.747000', '215817.750000', '215817.753000', '215817.755000', '215817.758000', '215817.761000', '215817.763000', '215817.766000', '215817.769000', '215817.771000', '215817.774000', '215817.776000', '215817.779000', '215817.782000', '215817.784000', '215817.787000', '215817.790000', '215817.792000', '215817.795000', '215817.798000', '215817.801000', '215817.803000', '215817.806000', '215817.809000', '215817.811000', '215817.814000', '215817.816000', '215817.819000', '215817.822000', '215817.824000', '215817.827000', '215817.829000', '215817.832000', '215817.835000', '215817.837000', '215817.840000', '215817.843000', '215817.845000', '215817.848000', '215817.850000', '215817.853000', '215817.856000', '215837.744000', '215837.747000', '215837.749000', '215837.752000', '215837.755000', '215837.757000', '215837.760000', '215837.763000', '215837.765000', '215837.768000', '215837.770000', '215837.773000', '215837.776000', '215837.778000', '215837.781000', '215837.783000', '215837.786000', '215837.789000', '215837.791000', '215837.794000', '215837.797000', '215837.799000', '215837.802000', '215837.805000', '215837.807000', '215837.810000', '215837.813000', '215837.815000', '215837.818000', '215837.821000', '215837.823000', '215837.826000', '215837.828000', '215837.831000', '215837.834000', '215837.836000', '215837.839000', '215837.842000', '215837.844000', '215837.847000', '215837.849000', '215837.852000', '215837.855000', '215837.857000', '215857.744000', '215857.747000', '215857.750000', '215857.753000', '215857.755000', '215857.758000', '215857.760000', '215857.763000', '215857.766000', '215857.768000', '215857.771000', '215857.773000', '215857.776000', '215857.779000', '215857.781000', '215857.784000', '215857.786000', '215857.789000', '215857.792000', '215857.794000', '215857.797000', '215857.800000', '215857.802000', '215857.805000', '215857.808000', '215857.810000', '215857.813000', '215857.816000', '215857.818000', '215857.821000', '215857.824000', '215857.826000', '215857.829000', '215857.831000', '215857.834000', '215857.837000', '215857.839000', '215857.842000', '215857.845000', '215857.847000', '215857.850000', '215857.852000', '215857.855000', '215917.745000', '215917.748000', '215917.751000', '215917.754000', '215917.756000', '215917.759000', '215917.761000', '215917.764000', '215917.767000', '215917.769000', '215917.772000', '215917.774000', '215917.777000', '215917.780000', '215917.782000', '215917.785000', '215917.788000', '215917.790000', '215917.793000', '215917.795000', '215917.798000', '215917.801000', '215917.804000', '215917.807000', '215917.810000', '215917.812000', '215917.815000', '215917.817000', '215917.820000', '215917.823000', '215917.825000', '215917.828000', '215917.831000', '215917.833000', '215917.836000', '215917.838000', '215917.841000', '215917.844000', '215917.846000', '215917.849000', '215917.852000', '215917.855000', '215917.857000', '215937.745000', '215937.748000', '215937.750000', '215937.753000', '215937.755000', '215937.758000', '215937.761000', '215937.763000', '215937.766000', '215937.769000', '215937.771000', '215937.774000', '215937.776000', '215937.779000', '215937.782000', '215937.784000', '215937.787000', '215937.790000', '215937.792000', '215937.795000', '215937.798000', '215937.801000', '215937.803000', '215937.806000', '215937.809000', '215937.811000', '215937.814000', '215937.816000', '215937.819000', '215937.822000', '215937.824000', '215937.827000', '215937.829000', '215937.832000', '215937.835000', '215937.837000', '215937.840000', '215937.843000', '215937.845000', '215937.848000', '215937.850000', '215937.853000', '215937.856000', '215937.858000', '215957.745000', '215957.748000', '215957.750000', '215957.753000', '215957.755000', '215957.758000', '215957.761000', '215957.764000', '215957.767000', '215957.770000', '215957.773000', '215957.775000', '215957.778000', '215957.781000', '215957.783000', '215957.786000', '215957.789000', '215957.791000', '215957.794000', '215957.796000', '215957.799000', '215957.802000', '215957.804000', '215957.807000', '215957.810000', '215957.812000', '215957.815000', '215957.818000', '215957.820000', '215957.823000', '215957.826000', '215957.828000', '215957.831000', '215957.833000', '215957.836000', '215957.839000', '215957.841000', '215957.844000', '215957.847000', '215957.849000', '215957.852000', '215957.855000', '215957.857000', '220017.745000', '220017.747000', '220017.750000', '220017.753000', '220017.755000', '220017.758000', '220017.761000', '220017.763000', '220017.766000', '220017.769000', '220017.771000', '220017.774000', '220017.776000', '220017.779000', '220017.782000', '220017.784000', '220017.787000', '220017.789000', '220017.792000', '220017.795000', '220017.797000', '220017.800000', '220017.803000', '220017.805000', '220017.808000', '220017.811000', '220017.813000', '220017.816000', '220017.819000', '220017.821000', '220017.824000', '220017.826000', '220017.829000', '220017.832000', '220017.834000', '220017.837000', '220017.840000', '220017.842000', '220017.845000', '220017.847000', '220017.850000', '220017.853000', '220017.884000', '220017.887000', '220037.745000', '220037.748000', '220037.750000', '220037.753000', '220037.755000', '220037.758000', '220037.761000', '220037.763000', '220037.766000', '220037.769000', '220037.771000', '220037.774000', '220037.776000', '220037.779000', '220037.782000', '220037.785000', '220037.788000', '220037.791000', '220037.794000', '220037.796000', '220037.799000', '220037.802000', '220037.805000', '220037.807000', '220037.810000', '220037.812000', '220037.815000', '220037.818000', '220037.820000', '220037.823000', '220037.826000', '220037.829000', '220037.831000', '220037.834000', '220037.836000', '220037.839000', '220037.843000', '220037.846000', '220037.848000', '220037.851000', '220037.854000', '220037.856000', '220037.859000', '220057.744000', '220057.746000', '220057.749000', '220057.752000', '220057.754000', '220057.757000', '220057.760000', '220057.762000', '220057.765000', '220057.768000', '220057.770000', '220057.773000', '220057.776000', '220057.778000', '220057.781000', '220057.783000', '220057.786000', '220057.789000', '220057.791000', '220057.794000', '220057.797000', '220057.800000', '220057.802000', '220057.805000', '220057.807000', '220057.810000', '220057.813000', '220057.815000', '220057.818000', '220057.821000', '220057.823000', '220057.826000', '220057.829000', '220057.831000', '220057.834000', '220057.837000', '220057.839000', '220057.842000', '220057.845000', '220057.847000', '220057.850000', '220057.853000', '220057.855000', '220057.858000', '220117.745000', '220117.748000', '220117.750000', '220117.753000', '220117.756000', '220117.758000', '220117.761000', '220117.764000', '220117.766000', '220117.769000', '220117.772000', '220117.775000', '220117.778000', '220117.780000', '220117.783000', '220117.786000', '220117.788000', '220117.791000', '220117.794000', '220117.796000', '220117.799000', '220117.802000', '220117.804000', '220117.807000', '220117.810000', '220117.812000', '220117.815000', '220117.818000', '220117.820000', '220117.823000', '220117.826000', '220117.828000', '220117.831000', '220117.833000', '220117.836000', '220117.839000', '220117.841000', '220117.844000', '220117.847000', '220117.849000', '220117.852000', '220117.855000', '220117.857000', '220137.745000', '220137.748000', '220137.750000', '220137.753000', '220137.756000', '220137.758000', '220137.761000', '220137.764000', '220137.766000', '220137.769000', '220137.772000', '220137.774000', '220137.777000', '220137.779000', '220137.782000', '220137.785000', '220137.787000', '220137.790000', '220137.793000', '220137.795000', '220137.798000', '220137.801000', '220137.803000', '220137.806000', '220137.812000', '220137.815000', '220137.817000', '220137.820000', '220137.823000', '220137.825000', '220137.828000', '220137.831000', '220137.833000', '220137.836000', '220137.839000', '220137.841000', '220137.844000', '220137.847000', '220137.850000', '220137.852000', '220137.855000', '220137.857000', '220137.860000', '220137.863000', '220157.745000', '220157.748000', '220157.750000', '220157.753000', '220157.756000', '220157.758000', '220157.761000', '220157.763000', '220157.766000', '220157.769000', '220157.771000', '220157.774000', '220157.776000', '220157.782000', '220157.785000', '220157.787000', '220157.790000', '220157.793000', '220157.795000', '220157.798000', '220157.801000', '220157.803000', '220157.806000', '220157.808000', '220157.811000', '220157.814000', '220157.816000', '220157.819000', '220157.822000', '220157.824000', '220157.827000', '220157.829000', '220157.832000', '220157.834000', '220157.837000', '220157.840000', '220157.842000', '220157.845000', '220157.848000', '220157.850000', '220157.853000', '220157.855000', '220157.858000', '220217.745000', '220217.747000', '220217.750000', '220217.753000', '220217.755000', '220217.758000', '220217.761000', '220217.763000', '220217.766000', '220217.769000', '220217.771000', '220217.774000', '220217.776000', '220217.779000', '220217.782000', '220217.784000', '220217.787000', '220217.790000', '220217.792000', '220217.795000', '220217.797000', '220217.800000', '220217.803000', '220217.805000', '220217.808000', '220217.810000', '220217.813000', '220217.816000', '220217.818000', '220217.821000', '220217.824000', '220217.826000', '220217.829000', '220217.831000', '220217.834000', '220217.837000', '220217.839000', '220217.842000', '220217.844000', '220217.847000', '220217.850000', '220217.852000', '220217.855000', '220217.857000', '220237.745000', '220237.748000', '220237.750000', '220237.753000', '220237.755000', '220237.758000', '220237.761000', '220237.763000', '220237.766000', '220237.768000', '220237.771000', '220237.774000', '220237.776000', '220237.779000', '220237.782000', '220237.784000', '220237.787000', '220237.789000', '220237.792000', '220237.795000', '220237.797000', '220237.800000', '220237.803000', '220237.805000', '220237.808000', '220237.810000', '220237.813000', '220237.816000', '220237.818000', '220237.821000', '220237.823000', '220237.826000', '220237.829000', '220237.841000', '220237.844000', '220237.847000', '220237.849000', '220237.852000', '220237.855000', '220237.857000', '220237.860000', '220237.862000', '220237.865000', '220257.745000', '220257.748000', '220257.750000', '220257.753000', '220257.756000', '220257.758000', '220257.761000', '220257.764000', '220257.766000', '220257.769000', '220257.771000', '220257.774000', '220257.777000', '220257.779000', '220257.782000', '220257.785000', '220257.787000', '220257.790000', '220257.792000', '220257.795000', '220257.798000', '220257.800000', '220257.803000', '220257.806000', '220257.808000', '220257.811000', '220257.813000', '220257.816000', '220257.819000', '220257.821000', '220257.824000', '220257.827000', '220257.829000', '220257.832000', '220257.834000', '220257.837000', '220257.840000', '220257.842000', '220257.845000', '220257.847000', '220257.850000', '220257.853000', '220257.855000', '220257.858000', '220317.744000', '220317.747000', '220317.749000', '220317.752000', '220317.755000', '220317.757000', '220317.760000', '220317.763000', '220317.765000', '220317.768000', '220317.770000', '220317.773000', '220317.776000', '220317.778000', '220317.781000', '220317.784000', '220317.786000', '220317.789000', '220317.791000', '220317.794000', '220317.797000', '220317.799000', '220317.802000', '220317.805000', '220317.807000', '220317.810000', '220317.813000', '220317.815000', '220317.818000', '220317.821000', '220317.823000', '220317.826000', '220317.828000', '220317.831000', '220317.834000', '220317.836000', '220317.839000', '220317.842000', '220317.844000', '220317.847000', '220317.849000', '220317.852000', '220317.855000', '220337.745000', '220337.748000', '220337.750000', '220337.753000', '220337.755000', '220337.758000', '220337.761000', '220337.763000', '220337.766000', '220337.768000', '220337.771000', '220337.774000', '220337.776000', '220337.779000', '220337.781000', '220337.784000', '220337.787000', '220337.789000', '220337.792000', '220337.795000', '220337.797000', '220337.800000', '220337.803000', '220337.805000', '220337.808000', '220337.811000', '220337.813000', '220337.816000', '220337.819000', '220337.821000', '220337.824000', '220337.827000', '220337.829000', '220337.832000', '220337.835000', '220337.837000', '220337.840000', '220337.842000', '220337.845000', '220337.848000', '220337.850000', '220337.853000', '220337.855000', '220337.858000', '220357.745000', '220357.748000', '220357.750000', '220357.753000', '220357.756000', '220357.758000', '220357.761000', '220357.764000', '220357.766000', '220357.769000', '220357.772000', '220357.774000', '220357.777000', '220357.780000', '220357.782000', '220357.785000', '220357.787000', '220357.790000', '220357.793000', '220357.795000', '220357.798000', '220357.801000', '220357.803000', '220357.806000', '220357.808000', '220357.811000', '220357.814000', '220357.816000', '220357.819000', '220357.822000', '220357.824000', '220357.827000', '220357.839000', '220357.841000', '220357.844000', '220357.847000', '220357.849000', '220357.852000', '220357.854000', '220357.857000', '220357.860000', '220357.862000', '220357.865000', '220417.745000', '220417.748000', '220417.750000', '220417.753000', '220417.756000', '220417.758000', '220417.761000', '220417.764000', '220417.766000', '220417.769000', '220417.771000', '220417.774000', '220417.777000', '220417.780000', '220417.782000', '220417.785000', '220417.788000', '220417.790000', '220417.793000', '220417.796000', '220417.798000', '220417.801000', '220417.804000', '220417.806000', '220417.809000', '220417.812000', '220417.814000', '220417.817000', '220417.819000', '220417.822000', '220417.825000', '220417.827000', '220417.830000', '220417.833000', '220417.835000', '220417.838000', '220417.841000', '220417.843000', '220417.846000', '220417.849000', '220417.851000', '220417.854000', '220417.856000', '220417.859000', '220437.745000', '220437.748000', '220437.750000', '220437.753000', '220437.756000', '220437.758000', '220437.761000', '220437.764000', '220437.766000', '220437.769000', '220437.771000', '220437.774000', '220437.777000', '220437.779000', '220437.782000', '220437.784000', '220437.787000', '220437.790000', '220437.792000', '220437.795000', '220437.797000', '220437.800000', '220437.803000', '220437.805000', '220437.808000', '220437.811000', '220437.813000', '220437.816000', '220437.819000', '220437.821000', '220437.824000', '220437.826000', '220437.829000', '220437.832000', '220437.834000', '220437.837000', '220437.839000', '220437.842000', '220437.845000', '220437.847000', '220437.850000', '220437.853000', '220437.855000', '220457.745000', '220457.748000', '220457.750000', '220457.753000', '220457.756000', '220457.758000', '220457.761000', '220457.763000', '220457.766000', '220457.769000', '220457.771000', '220457.774000', '220457.777000', '220457.779000', '220457.782000', '220457.784000', '220457.787000', '220457.790000', '220457.792000', '220457.795000', '220457.798000', '220457.800000', '220457.803000', '220457.806000', '220457.808000', '220457.811000', '220457.813000', '220457.816000', '220457.819000', '220457.821000', '220457.824000', '220457.827000', '220457.829000', '220457.832000', '220457.835000', '220457.837000', '220457.840000', '220457.842000', '220457.845000', '220457.848000', '220457.850000', '220457.853000', '220457.856000', '220457.858000', '220517.745000', '220517.748000', '220517.750000', '220517.753000', '220517.756000', '220517.758000', '220517.761000', '220517.764000', '220517.766000', '220517.769000', '220517.771000', '220517.774000', '220517.777000', '220517.779000', '220517.782000', '220517.785000', '220517.787000', '220517.790000', '220517.792000', '220517.795000', '220517.798000', '220517.800000', '220517.803000', '220517.806000', '220517.808000', '220517.811000', '220517.813000', '220517.816000', '220517.819000', '220517.821000', '220517.824000', '220517.827000', '220517.829000', '220517.832000', '220517.834000', '220517.837000', '220517.840000', '220517.842000', '220517.845000', '220517.847000', '220517.850000', '220517.853000', '220517.855000', '220523.444000', '220523.447000', '220523.450000', '220523.453000', '220523.456000', '220523.459000', '220523.461000', '220523.464000', '220523.467000', '220523.470000', '220523.473000', '220523.476000', '220523.479000'], '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': [9067, 14049, 10186, 8901, 13072, 10895, 12111, 12744, 11141, 13087, 10009, 8121, 11412, 12919, 13407, 19343, 14751, 21044, 18293, 19689, 12555, 13449, 13335, 12203, 15938, 10870, 15094, 11328, 12528, 10546, 12467, 9577, 12425, 8885, 11733, 13863, 10635, 12714, 10506, 12125, 9310, 12543, 8539, 11509, 13711, 10055, 12081, 9515, 12166, 8462, 11108, 8234, 11014, 10202, 10322, 13227, 10022, 12516, 10633, 12835, 9298, 8506, 9671, 12497, 10037, 11938, 12207, 9829, 12390, 10789, 12084, 9861, 11334, 8233, 11247, 12185, 9947, 12314, 11057, 12210, 10478, 12377, 9421, 12421, 9755, 11780, 12775, 10263, 13386, 12016, 12914, 10568, 12344, 9129, 11913, 14218, 12032, 12466, 10894, 12447, 9573, 11919, 8600, 11397, 14221, 10873, 12927, 11658, 13849, 10385, 8148, 10429, 8320, 12605, 10849, 11726, 15083, 11973, 10643, 11160, 9425, 11457, 13671, 11954, 13244, 11099, 13471, 10346, 12773, 9215, 12984, 10056, 12845, 13804, 11215, 14140, 12464, 13455, 11677, 12803, 9950, 12753, 10281, 12032, 14659, 12058, 12364, 11309, 12623, 9746, 12023, 9596, 12083, 8506, 11946, 10220, 11490, 12941, 10310, 13211, 10866, 12462, 9727, 12082, 9910, 12194, 8814, 12079, 13008, 10886, 13204, 11074, 12969, 11473, 11368, 9600, 12955, 10526, 13097, 10186, 12639, 9721, 12367, 8888, 11565, 13541, 11086, 12352, 10228, 12215, 9218, 12067, 9265, 11853, 8999, 12333, 11939, 11402, 8897, 11447, 13793, 10915, 12613, 10486, 12316, 12964, 11773, 11546, 11500, 9394, 11129, 14590, 11006, 12655, 11644, 12530, 10640, 13415, 9881, 12501, 9717, 12417, 14027, 11565, 13938, 10665, 13716, 10838, 12421, 10963, 11249, 13542, 12797, 11528, 10638, 7886, 11986, 9285, 12776, 14503, 11530, 12981, 10103, 13024, 10278, 12928, 9906, 13113, 9687, 12799, 11806, 12673, 11912, 12061, 8794, 12311, 9904, 12085, 14324, 12009, 12967, 11143, 12968, 10379, 13437, 9427, 12437, 9437, 11334, 13380, 11659, 13141, 9935, 7792, 10915, 8729, 10660, 10638, 9738, 11871, 10209, 13995, 13195, 13590, 9606, 11906, 12398, 14789, 12531, 15041, 14207, 17216, 13658, 19773, 12463, 13624, 19029, 12584, 14627, 11626, 13226, 10888, 12356, 13862, 11376, 14634, 10607, 14332, 10317, 12422, 10184, 12090, 8547, 11817, 13309, 10353, 12788, 10554, 11842, 10858, 10876, 12607, 12243, 12156, 9935, 11432, 9040, 11596, 8996, 11258, 9256, 11498, 9371, 12086, 10400, 10129, 9470, 12229, 10278, 12550, 10369, 11858, 14216, 11881, 9336, 11543, 8249, 12623, 11951, 10444, 12886, 11768, 12786, 11872, 13305, 10054, 8739, 11846, 13731, 11793, 13379, 11264, 13933, 10167, 13981, 10460, 13552, 11011, 12656, 15605, 13151, 14039, 13109, 10500, 10687, 8773, 12242, 12765, 11293, 14178, 11734, 14033, 10569, 13793, 9876, 13269, 10688, 12981, 10240, 13356, 9024, 12241, 9361, 12507, 10533, 11198, 13454, 11930, 12971, 10367, 13412, 9583, 12822, 10424, 12139, 9498, 11993, 9568, 11907, 8387, 11323, 13292, 10398, 12673, 10937, 12531, 10265, 11908, 9057, 11953, 9840, 11693, 13989, 11057, 12624, 9575, 8782, 10290, 12876, 10641, 12161, 10001, 11927, 9028, 11808, 8487, 11675, 13156, 11372, 12592, 9518, 12386, 8855, 11877, 8221, 12465, 12887, 10883, 12852, 11518, 12088, 9545, 11881, 8860, 11898, 12698, 10880, 13026, 10519, 8370, 10818, 10472, 10988, 12803, 11158, 12512, 9850, 12447, 9545, 12639, 9201, 12198, 11796, 11269, 14781, 12388, 13167, 10089, 13942, 10764, 12764, 10470, 12550, 10111, 12426, 9730, 12603, 9843, 12015, 10136, 12425, 9987, 11618, 12103, 10798, 13281, 10387, 12577, 10510, 12176, 10168, 11494, 8028, 11420, 14326, 10204, 12092, 10202, 12110, 9880, 12273, 9488, 11843, 9452, 11955, 11462, 10106, 12434, 10654, 12495, 9762, 12269, 9804, 12109, 10073, 12377, 9926, 12322, 9643, 12302, 9235, 12371, 12693, 12253, 10379, 11887, 8444, 12954, 13099, 10705, 13091, 11142, 12951, 10715, 13069, 9828, 12763, 10464, 12387, 10054, 12372, 9078, 12176, 9052, 12366, 11009, 11224, 14145, 12155, 13501, 8976, 7871, 12008, 9720, 8074, 11816, 15792, 13914, 13146, 9306, 10926, 7700, 11025, 9702, 12324, 13001, 11810, 15633, 13466, 13971, 12527, 14094, 10788, 14428, 10549, 13690, 11949, 10594, 12015, 9032, 12003, 12936, 10495, 12443, 9880, 11843, 8726, 12203, 9426, 11854, 9375, 11617, 8453, 11968, 11597, 11401, 10859, 10552, 10574, 10675, 12890, 10483, 12325, 10351, 12340, 9896, 11507, 8088, 11835, 11904, 10416, 12624, 10545, 12300, 9441, 12549, 9439, 12750, 11045, 11450, 13274, 11916, 13104, 11041, 12635, 9604, 12556, 11972, 10955, 12955, 11035, 12624, 10191, 12401, 9518, 12085, 8950, 11976, 14001, 10965, 13345, 10662, 13940, 10191, 12863, 10533, 11949, 14226, 11339, 12987, 10910, 9856, 10115, 13284, 10666, 12468, 9936, 12786, 9918, 12552, 9483, 12739, 12526, 10923, 13413, 10831, 12678, 9663, 12147, 8655, 12562, 13666, 11079, 12910, 11115, 12126, 9424, 11948, 9490, 12366, 10480, 12971, 10182, 9517, 10010, 12552, 10076, 12131, 14086, 11915, 12761, 10384, 12412, 8566, 12445, 13361, 11287, 12425, 10782, 12277, 9401, 12415, 9262, 11278, 13443, 11488, 12464, 10197, 8182, 10086, 13010, 10205, 12203, 13002, 10998, 13539, 10810, 12805, 10176, 12144, 9345, 12231, 11743, 11372, 11889, 10659, 8520, 10763, 13618, 10111, 12628, 10967, 12593, 10069, 12334, 9236, 12153, 13492, 10803, 12813, 9349, 12696, 9075, 12323, 8732, 12349, 12930, 10706, 12878, 11317, 13438, 10469, 13630, 9841, 12484, 9867, 12281, 13923, 11487, 13410, 10682, 13086, 10075, 12205, 10209, 12230, 9589, 12386, 9596, 11930, 8603, 12474, 12773, 10047, 12443, 10915, 12593, 10236, 12329, 9368, 12338, 10080, 11903, 9535, 12010, 9831, 11905, 9312, 11885, 9475, 11767, 9654, 12220, 9724, 11165, 13153, 10910, 12960, 11025, 11405, 9731, 8424, 10969, 9705, 13758, 15280, 12803, 14489, 11211, 13080, 10618, 13230, 10014, 13795, 10805, 8384, 12639, 9228, 13995, 10769, 14089, 10205, 8249, 8742, 7613, 10317, 12269, 9803, 12462, 10326, 16371, 12446, 16971, 14066, 14323, 12930, 14379, 11884, 14935, 11692, 14110, 9892, 13743, 15067, 12963, 15070, 11061, 12908, 11155, 11336, 8069, 9654, 7265, 8777, 7407, 9842, 7660, 11281, 8257, 10559, 11973, 10101, 12334, 10288, 11785, 9654, 11336, 9634, 11259, 9370, 11038, 8957, 11342, 9343, 12197, 10077, 12029, 10022, 8018, 11030, 9335, 7835, 12533, 8962, 12533, 12235, 12700, 10951, 13679, 10798, 13389, 10860, 13657, 12121, 12439, 16032, 13025, 13890, 11928, 13498, 11771, 12295, 9544, 12371, 10130, 12585, 9216, 11865, 8725, 11352, 9127, 11119, 13463, 11006, 8481, 11612, 8154, 10523, 8942, 13073, 9725, 12035, 10536, 11124, 15155, 10575, 12610, 10599, 11861, 9094, 11821, 9933, 11436, 11287, 11364, 12923, 11578, 11739, 11275, 8400, 12492, 8887, 12569, 14861, 11310, 12242, 9179, 11748, 9831, 11670, 8619, 11789, 12678, 10568, 12398, 9849, 12016, 9469, 11584, 8608, 11814, 8540, 12428, 9252, 11965, 9576, 11315, 12849, 10859, 9889, 9457, 9300, 10198, 13424, 10649, 12145, 9456, 12137, 9093, 11788, 9421, 12339, 10118, 12221, 14440, 11948, 13146, 11025, 8565, 11037, 10353, 11995, 14494, 11638, 12246, 9662, 12649, 9777, 11649, 9861, 12509, 9311, 12501, 10543, 11618, 12545, 10599, 14326, 10321, 12535, 10284, 12014, 9789, 12202, 9572, 11722, 9679, 11998, 9407, 11896, 9475, 11615, 8886, 12051, 9478, 12350, 10264, 12979, 10641, 8595, 10108, 8492, 11783, 14213, 11591, 12116, 9911, 12250, 9714, 12156, 9630, 12749, 10421, 12394, 10454, 12357, 9774, 11870, 8978, 11622, 9897, 11332, 12751, 11243, 9001, 10003, 8238, 12176, 8603, 12089, 10526, 11613, 10683, 11336, 8567, 12257, 9477, 11744, 11309, 11405, 10550, 11258, 8610, 12257, 8979, 12037, 9798, 11990, 9241, 11747, 9042, 12217, 8544, 11876, 9505, 11789, 8916, 11676, 8702, 11836, 10620, 10873, 13823, 11858, 13095, 11389, 8890, 9535, 11152, 10855, 13030, 11558, 12233, 11380, 11938, 10819, 11965, 11403, 11744, 11062, 12076, 10736, 12205, 10631, 11612, 9575, 11328, 9713, 11408, 8831, 11170, 7883, 12354, 8977, 11911, 9520, 11746, 9035, 11799, 9419, 12106, 9971, 11534, 10834, 11295, 8769, 11742, 8448, 12422, 9284, 11218, 9565, 11003, 8600, 11237, 14002, 11555, 11947, 10453, 12142, 11166, 10419, 9326, 8049, 10339, 12445, 11507, 11845, 10069, 11721, 8507, 11601, 8727, 11493, 13266, 12375, 13291, 12492, 12119, 9064, 11927, 10987, 11301, 13949, 12983, 11932, 10744, 8037, 10477, 8028, 11456, 14405, 12624, 13562, 11469, 12186, 11175, 12356, 9462, 11758, 9660, 11291, 8937, 11790, 8673, 11892, 9833, 11707, 9852, 11662, 9487, 12125, 9410, 11459, 13582, 12198, 13769, 12128, 12874, 11351, 12209, 9125, 12050, 9692, 11513, 9550, 11585, 10541, 12710, 11212, 12467, 9411, 11804, 10607, 12497, 9127, 11879, 10379, 12588, 10453, 12294, 9688, 11275, 13665, 12679, 10128, 11364, 8366, 11694, 8478, 11112, 11935, 11515, 11422, 11056, 8350, 10411, 13238, 11927, 12356, 9663, 11624, 9125, 11285, 9203, 11915, 10187, 12391, 9946, 11608, 9215, 10877, 11061, 11206, 12750, 11408, 12260, 9785, 12073, 9344, 11547, 9777, 11660, 10325, 12176, 10434, 12123, 11303, 11879, 10830, 12086, 11597, 12012, 10227, 12344, 10264, 11788, 9395, 12156, 9300, 11774, 11719, 11712, 13222, 12303, 9409, 10529, 10103, 10681, 12760, 12260, 12944, 9834, 11517, 9710, 11448, 9586, 11400, 8914, 11367, 10542, 10921, 11673, 10764, 8872, 10200, 13538, 12241, 13136, 11944, 12209, 11130, 12374, 12093, 11772, 9820, 11831, 11468, 11923, 10551, 9247, 12679, 10967, 9076, 11444, 17978, 14509, 14096, 9419, 11852, 11550, 12360, 8511, 12521, 10625, 12737, 10736, 11156, 14236, 12351, 11705, 9433, 12124, 8811, 11872, 8946, 12168, 9429, 12153, 9154, 11679, 11012, 10819, 8432, 11213, 8226, 11647, 14900, 11809, 11602, 10436, 11314, 9042, 11567, 8379, 11008, 12496, 10768, 12145, 11530, 12294, 11182, 11373, 10179, 11520, 9217, 11373, 12718, 11858, 10655, 11584, 8136, 10988, 9529, 12936, 12279, 13072, 11947, 8693, 10804, 9439, 11405, 16204, 13706, 16294, 13672, 13287, 13456, 12515, 10476, 12669, 11027, 12460, 8704, 11631, 8146, 11065, 12904, 11205, 12029, 11264, 8853, 11837, 9650, 11507, 9601, 11557, 12541, 11235, 12308, 12149, 12306, 10568, 11871, 9140, 11393, 11291, 11311, 11157, 11053, 11035, 10500, 12684, 11137, 11785, 11485, 12072, 11328, 11509, 10778, 11559, 9297, 11113, 10661, 11663, 8623, 11066, 8387, 10868, 14038, 11436, 11834, 10885, 12602, 11225, 11731, 10674, 12516, 10944, 11677, 11666, 12040, 11432, 12008, 9581, 11768, 13568, 12300, 12550, 11087, 13006, 10749, 12423, 9834, 11588, 10343, 12185, 9571, 12275, 9926, 11392, 9620, 11427, 9474, 11219, 14489, 12192, 13000, 12789, 13717, 11151, 12719, 11708, 12086, 10469, 12665, 9784, 11967, 10898, 11413, 11296, 12517, 9661, 12418, 10234, 11778, 9538, 12131, 10268, 11563, 14424, 13295, 14284, 12899, 9348, 10649, 8522, 11591, 14339, 13305, 13370, 13111, 13084, 11313, 12670, 12076, 12265, 10941, 12733, 9880, 12106, 9442, 11870, 9325, 13130, 9771, 12460, 9705, 11903, 8606, 11881, 10528, 12796, 10041, 11692, 12840, 12107, 8367, 11057, 12784, 10840, 12379, 11928, 12768, 11638, 11178, 9934, 8129, 10238, 10823, 11210, 10846, 11733, 9365, 11395, 9670, 11601, 13312, 13106, 12885, 13119, 14193, 12007, 11442, 10811, 12363, 12747, 11885, 12131, 13047, 12489, 11401, 10709, 12420, 12200, 12615, 10433, 12400, 9997, 12061, 9280, 11486, 10002, 12546, 9047, 11790, 8902, 11413, 9827, 12055, 9717, 11535, 8720, 11436, 8937, 11543, 13438, 12417, 12700, 11107, 12809, 10471, 12212, 9490, 11848, 9922, 11833, 11551, 11747, 11685, 12134, 10102, 11851, 11238, 12400, 10000, 11837, 9370, 11790, 8910, 11272, 13469, 11289, 12426, 10884, 12850, 9210, 11959, 9509, 11250, 8704, 11185, 12087, 11864, 12833, 12754, 12421, 11417, 12103, 9355, 11417, 13634, 11523, 12452, 11881, 12287, 10700, 11924, 10711, 11972, 9782, 11837, 9417, 11522, 9236, 11503, 9431, 11346, 12958, 11479, 13122, 12034, 12852, 11181, 12406, 10425, 11926, 9356, 11891, 9396, 11976, 10581, 12286, 11379, 11842, 10189, 11979, 15560, 13017, 14062, 11786, 13714, 10883, 12812, 11039, 12327, 10519, 12635, 11504, 12705, 10935, 12263, 11652, 11830, 9944, 11856, 10742, 12544, 9252, 12089, 10141, 11874, 10043, 12066, 12644, 12146, 15190, 12917, 9028, 11263, 8702, 12009, 14064, 11944, 13416, 12829, 12958, 11982, 9011, 11222, 13480, 12905, 12616, 10970, 12806, 9543, 12101, 10243, 11961, 11020, 12205, 10142, 12183, 11284, 12835, 10255, 10473, 10384, 14239, 11535, 13406, 12700, 12564, 11327, 12095, 11763, 12301, 9914, 12075, 10428, 11863, 10634, 12447, 9308, 7988, 10941, 14204, 10312, 12661, 12865, 13618, 11944, 9171, 12218, 9171, 13925, 17255, 14364, 12688, 9669, 12638, 10034, 12511, 10444, 12427, 11082, 12469, 9962, 12249, 11613, 11258, 9945, 8942, 11477, 14560, 12228, 11258, 11105, 8285, 12318, 15812, 12611, 12056, 11573, 11878, 10946, 12543, 10171, 12591, 10020, 11859, 10429, 11444, 9511, 11795, 8272, 12525, 11049, 11491, 13222, 11649, 11913, 10269, 11379, 9166, 11901, 8619, 11925, 12601, 11411, 11461, 10925, 8016, 11566, 8437, 11699, 14019, 11712, 12611], 'WindowCenter': [4202.0, 4223.0, 4181.0, 4158.0, 4198.0, 4164.0, 4173.0, 4160.0, 4136.0, 4145.0, 4113.0, 4081.0, 4131.0, 4155.0, 4157.0, 4189.0, 4166.0, 4217.0, 4203.0, 4203.0, 4158.0, 4168.0, 4165.0, 4143.0, 4172.0, 4131.0, 4162.0, 4132.0, 4152.0, 4133.0, 4153.0, 4122.0, 4141.0, 4101.0, 4130.0, 4150.0, 4118.0, 4138.0, 4118.0, 4129.0, 4109.0, 4139.0, 4099.0, 4141.0, 4150.0, 4121.0, 4141.0, 4121.0, 4142.0, 4101.0, 4143.0, 4113.0, 4146.0, 4145.0, 4147.0, 4178.0, 4149.0, 4170.0, 4161.0, 4181.0, 4152.0, 4142.0, 4164.0, 4184.0, 4163.0, 4186.0, 4171.0, 4163.0, 4183.0, 4174.0, 4183.0, 4166.0, 4184.0, 4144.0, 4187.0, 4195.0, 4177.0, 4198.0, 4190.0, 4199.0, 4189.0, 4208.0, 4180.0, 4209.0, 4178.0, 4201.0, 4208.0, 4189.0, 4211.0, 4210.0, 4209.0, 4189.0, 4209.0, 4168.0, 4200.0, 4208.0, 4198.0, 4198.0, 4187.0, 4198.0, 4166.0, 4197.0, 4156.0, 4198.0, 4218.0, 4189.0, 4209.0, 4200.0, 4219.0, 4189.0, 4159.0, 4201.0, 4172.0, 4224.0, 4202.0, 4213.0, 4232.0, 4212.0, 4190.0, 4200.0, 4180.0, 4202.0, 4221.0, 4200.0, 4210.0, 4188.0, 4210.0, 4178.0, 4196.0, 4166.0, 4199.0, 4166.0, 4197.0, 4206.0, 4188.0, 4207.0, 4185.0, 4195.0, 4174.0, 4184.0, 4164.0, 4194.0, 4165.0, 4185.0, 4196.0, 4183.0, 4182.0, 4173.0, 4182.0, 4164.0, 4183.0, 4167.0, 4198.0, 4156.0, 4187.0, 4176.0, 4187.0, 4196.0, 4179.0, 4207.0, 4187.0, 4198.0, 4167.0, 4200.0, 4166.0, 4188.0, 4155.0, 4198.0, 4196.0, 4177.0, 4197.0, 4177.0, 4196.0, 4188.0, 4185.0, 4166.0, 4199.0, 4189.0, 4209.0, 4177.0, 4200.0, 4165.0, 4196.0, 4157.0, 4188.0, 4207.0, 4188.0, 4200.0, 4165.0, 4185.0, 4165.0, 4197.0, 4167.0, 4198.0, 4168.0, 4199.0, 4201.0, 4190.0, 4169.0, 4202.0, 4208.0, 4190.0, 4199.0, 4176.0, 4198.0, 4198.0, 4187.0, 4185.0, 4186.0, 4166.0, 4190.0, 4217.0, 4187.0, 4199.0, 4191.0, 4198.0, 4188.0, 4208.0, 4179.0, 4199.0, 4179.0, 4210.0, 4209.0, 4190.0, 4205.0, 4176.0, 4206.0, 4176.0, 4197.0, 4175.0, 4186.0, 4195.0, 4197.0, 4186.0, 4178.0, 4158.0, 4199.0, 4180.0, 4215.0, 4220.0, 4200.0, 4209.0, 4180.0, 4209.0, 4178.0, 4208.0, 4179.0, 4209.0, 4179.0, 4214.0, 4199.0, 4211.0, 4198.0, 4198.0, 4157.0, 4199.0, 4178.0, 4199.0, 4220.0, 4201.0, 4198.0, 4177.0, 4198.0, 4177.0, 4206.0, 4167.0, 4200.0, 4157.0, 4187.0, 4211.0, 4200.0, 4210.0, 4179.0, 4150.0, 4201.0, 4183.0, 4203.0, 4207.0, 4208.0, 4230.0, 4221.0, 4252.0, 4228.0, 4225.0, 4182.0, 4201.0, 4216.0, 4235.0, 4215.0, 4247.0, 4236.0, 4244.0, 4212.0, 4233.0, 4175.0, 4185.0, 4215.0, 4173.0, 4192.0, 4160.0, 4182.0, 4150.0, 4173.0, 4178.0, 4159.0, 4179.0, 4148.0, 4180.0, 4151.0, 4170.0, 4150.0, 4172.0, 4130.0, 4173.0, 4181.0, 4152.0, 4170.0, 4150.0, 4174.0, 4159.0, 4164.0, 4183.0, 4185.0, 4183.0, 4163.0, 4183.0, 4166.0, 4187.0, 4168.0, 4200.0, 4181.0, 4204.0, 4181.0, 4213.0, 4203.0, 4192.0, 4193.0, 4212.0, 4203.0, 4214.0, 4192.0, 4202.0, 4220.0, 4203.0, 4180.0, 4201.0, 4171.0, 4225.0, 4213.0, 4202.0, 4212.0, 4213.0, 4213.0, 4214.0, 4222.0, 4192.0, 4182.0, 4215.0, 4224.0, 4201.0, 4212.0, 4190.0, 4210.0, 4178.0, 4207.0, 4189.0, 4212.0, 4189.0, 4199.0, 4219.0, 4197.0, 4206.0, 4197.0, 4174.0, 4176.0, 4156.0, 4197.0, 4196.0, 4187.0, 4207.0, 4186.0, 4195.0, 4164.0, 4195.0, 4164.0, 4186.0, 4163.0, 4183.0, 4152.0, 4182.0, 4142.0, 4171.0, 4152.0, 4183.0, 4162.0, 4173.0, 4182.0, 4174.0, 4181.0, 4161.0, 4192.0, 4153.0, 4182.0, 4162.0, 4182.0, 4152.0, 4173.0, 4150.0, 4172.0, 4131.0, 4173.0, 4192.0, 4162.0, 4183.0, 4165.0, 4172.0, 4153.0, 4171.0, 4143.0, 4173.0, 4151.0, 4174.0, 4192.0, 4174.0, 4181.0, 4152.0, 4142.0, 4165.0, 4185.0, 4163.0, 4184.0, 4153.0, 4174.0, 4142.0, 4173.0, 4142.0, 4174.0, 4183.0, 4174.0, 4184.0, 4152.0, 4172.0, 4141.0, 4171.0, 4133.0, 4185.0, 4183.0, 4164.0, 4184.0, 4176.0, 4172.0, 4152.0, 4173.0, 4142.0, 4174.0, 4184.0, 4163.0, 4185.0, 4162.0, 4132.0, 4176.0, 4163.0, 4176.0, 4185.0, 4175.0, 4186.0, 4153.0, 4183.0, 4155.0, 4183.0, 4153.0, 4184.0, 4172.0, 4163.0, 4194.0, 4182.0, 4181.0, 4166.0, 4192.0, 4174.0, 4183.0, 4162.0, 4184.0, 4163.0, 4185.0, 4155.0, 4184.0, 4178.0, 4186.0, 4164.0, 4186.0, 4152.0, 4175.0, 4184.0, 4174.0, 4184.0, 4163.0, 4183.0, 4162.0, 4183.0, 4151.0, 4173.0, 4130.0, 4174.0, 4207.0, 4193.0, 4210.0, 4180.0, 4197.0, 4168.0, 4196.0, 4167.0, 4185.0, 4165.0, 4187.0, 4175.0, 4165.0, 4186.0, 4176.0, 4186.0, 4165.0, 4186.0, 4177.0, 4197.0, 4168.0, 4186.0, 4167.0, 4186.0, 4167.0, 4186.0, 4167.0, 4199.0, 4197.0, 4198.0, 4167.0, 4186.0, 4146.0, 4199.0, 4199.0, 4178.0, 4198.0, 4176.0, 4185.0, 4176.0, 4195.0, 4167.0, 4195.0, 4177.0, 4197.0, 4166.0, 4185.0, 4154.0, 4185.0, 4155.0, 4196.0, 4175.0, 4187.0, 4197.0, 4198.0, 4208.0, 4143.0, 4133.0, 4185.0, 4165.0, 4159.0, 4202.0, 4223.0, 4197.0, 4199.0, 4166.0, 4188.0, 4145.0, 4172.0, 4163.0, 4196.0, 4193.0, 4174.0, 4191.0, 4169.0, 4167.0, 4170.0, 4166.0, 4147.0, 4175.0, 4145.0, 4165.0, 4158.0, 4148.0, 4156.0, 4127.0, 4157.0, 4156.0, 4146.0, 4157.0, 4136.0, 4156.0, 4116.0, 4156.0, 4138.0, 4169.0, 4150.0, 4171.0, 4130.0, 4182.0, 4171.0, 4173.0, 4172.0, 4164.0, 4163.0, 4174.0, 4183.0, 4162.0, 4183.0, 4163.0, 4183.0, 4164.0, 4183.0, 4144.0, 4186.0, 4184.0, 4175.0, 4184.0, 4175.0, 4186.0, 4165.0, 4186.0, 4166.0, 4198.0, 4174.0, 4174.0, 4184.0, 4174.0, 4184.0, 4173.0, 4183.0, 4154.0, 4184.0, 4172.0, 4164.0, 4183.0, 4162.0, 4183.0, 4162.0, 4182.0, 4153.0, 4184.0, 4143.0, 4185.0, 4194.0, 4164.0, 4182.0, 4164.0, 4194.0, 4163.0, 4185.0, 4163.0, 4174.0, 4192.0, 4163.0, 4183.0, 4163.0, 4163.0, 4163.0, 4195.0, 4175.0, 4185.0, 4154.0, 4185.0, 4165.0, 4183.0, 4166.0, 4197.0, 4184.0, 4164.0, 4183.0, 4162.0, 4182.0, 4151.0, 4171.0, 4130.0, 4184.0, 4193.0, 4162.0, 4172.0, 4162.0, 4171.0, 4141.0, 4172.0, 4153.0, 4183.0, 4176.0, 4196.0, 4177.0, 4165.0, 4178.0, 4198.0, 4164.0, 4186.0, 4185.0, 4175.0, 4183.0, 4162.0, 4182.0, 4142.0, 4184.0, 4183.0, 4163.0, 4172.0, 4162.0, 4171.0, 4140.0, 4182.0, 4141.0, 4173.0, 4194.0, 4174.0, 4183.0, 4163.0, 4143.0, 4165.0, 4195.0, 4163.0, 4174.0, 4182.0, 4164.0, 4183.0, 4162.0, 4181.0, 4163.0, 4172.0, 4153.0, 4185.0, 4171.0, 4173.0, 4172.0, 4163.0, 4142.0, 4174.0, 4194.0, 4166.0, 4185.0, 4175.0, 4185.0, 4165.0, 4184.0, 4154.0, 4185.0, 4184.0, 4164.0, 4174.0, 4141.0, 4183.0, 4141.0, 4172.0, 4130.0, 4184.0, 4181.0, 4162.0, 4172.0, 4162.0, 4181.0, 4162.0, 4192.0, 4153.0, 4172.0, 4152.0, 4172.0, 4181.0, 4161.0, 4181.0, 4151.0, 4170.0, 4151.0, 4172.0, 4162.0, 4172.0, 4151.0, 4171.0, 4152.0, 4171.0, 4131.0, 4184.0, 4181.0, 4153.0, 4172.0, 4162.0, 4172.0, 4162.0, 4182.0, 4153.0, 4183.0, 4165.0, 4175.0, 4154.0, 4185.0, 4165.0, 4199.0, 4183.0, 4213.0, 4193.0, 4199.0, 4167.0, 4198.0, 4154.0, 4187.0, 4198.0, 4191.0, 4211.0, 4200.0, 4211.0, 4190.0, 4169.0, 4212.0, 4203.0, 4223.0, 4217.0, 4197.0, 4205.0, 4171.0, 4183.0, 4173.0, 4207.0, 4190.0, 4233.0, 4204.0, 4160.0, 4211.0, 4153.0, 4169.0, 4150.0, 4170.0, 4140.0, 4135.0, 4133.0, 4122.0, 4139.0, 4157.0, 4126.0, 4157.0, 4139.0, 4192.0, 4145.0, 4168.0, 4154.0, 4154.0, 4145.0, 4154.0, 4122.0, 4140.0, 4106.0, 4127.0, 4084.0, 4127.0, 4125.0, 4114.0, 4124.0, 4104.0, 4114.0, 4090.0, 4088.0, 4046.0, 4068.0, 4063.0, 4083.0, 4063.0, 4105.0, 4077.0, 4130.0, 4100.0, 4121.0, 4131.0, 4122.0, 4141.0, 4121.0, 4129.0, 4109.0, 4130.0, 4122.0, 4132.0, 4125.0, 4145.0, 4126.0, 4159.0, 4141.0, 4158.0, 4152.0, 4172.0, 4148.0, 4131.0, 4162.0, 4164.0, 4143.0, 4205.0, 4164.0, 4207.0, 4210.0, 4208.0, 4199.0, 4220.0, 4200.0, 4221.0, 4199.0, 4208.0, 4196.0, 4197.0, 4215.0, 4194.0, 4194.0, 4184.0, 4206.0, 4198.0, 4209.0, 4176.0, 4193.0, 4174.0, 4182.0, 4151.0, 4182.0, 4153.0, 4184.0, 4152.0, 4184.0, 4206.0, 4186.0, 4155.0, 4196.0, 4158.0, 4198.0, 4168.0, 4219.0, 4177.0, 4198.0, 4176.0, 4187.0, 4217.0, 4188.0, 4196.0, 4189.0, 4196.0, 4165.0, 4185.0, 4164.0, 4186.0, 4174.0, 4186.0, 4195.0, 4184.0, 4185.0, 4184.0, 4155.0, 4195.0, 4154.0, 4197.0, 4206.0, 4174.0, 4183.0, 4152.0, 4184.0, 4163.0, 4184.0, 4154.0, 4195.0, 4193.0, 4173.0, 4183.0, 4163.0, 4184.0, 4164.0, 4185.0, 4154.0, 4196.0, 4168.0, 4208.0, 4179.0, 4199.0, 4178.0, 4200.0, 4209.0, 4189.0, 4178.0, 4179.0, 4179.0, 4191.0, 4220.0, 4189.0, 4209.0, 4178.0, 4210.0, 4168.0, 4198.0, 4180.0, 4210.0, 4188.0, 4210.0, 4219.0, 4199.0, 4208.0, 4186.0, 4156.0, 4188.0, 4187.0, 4198.0, 4219.0, 4187.0, 4197.0, 4166.0, 4196.0, 4175.0, 4184.0, 4176.0, 4197.0, 4166.0, 4198.0, 4176.0, 4187.0, 4184.0, 4175.0, 4204.0, 4174.0, 4184.0, 4175.0, 4184.0, 4164.0, 4184.0, 4164.0, 4183.0, 4165.0, 4186.0, 4164.0, 4186.0, 4154.0, 4183.0, 4166.0, 4184.0, 4165.0, 4195.0, 4176.0, 4206.0, 4176.0, 4155.0, 4176.0, 4155.0, 4197.0, 4208.0, 4185.0, 4184.0, 4152.0, 4184.0, 4152.0, 4182.0, 4164.0, 4193.0, 4175.0, 4194.0, 4174.0, 4185.0, 4163.0, 4182.0, 4154.0, 4184.0, 4163.0, 4184.0, 4182.0, 4173.0, 4141.0, 4162.0, 4142.0, 4183.0, 4143.0, 4185.0, 4174.0, 4185.0, 4174.0, 4173.0, 4143.0, 4183.0, 4152.0, 4183.0, 4173.0, 4172.0, 4162.0, 4173.0, 4142.0, 4183.0, 4154.0, 4185.0, 4163.0, 4183.0, 4152.0, 4172.0, 4152.0, 4182.0, 4154.0, 4184.0, 4164.0, 4185.0, 4153.0, 4173.0, 4154.0, 4184.0, 4173.0, 4174.0, 4194.0, 4184.0, 4193.0, 4173.0, 4151.0, 4164.0, 4173.0, 4176.0, 4195.0, 4185.0, 4185.0, 4174.0, 4183.0, 4174.0, 4185.0, 4185.0, 4184.0, 4174.0, 4184.0, 4174.0, 4183.0, 4174.0, 4174.0, 4165.0, 4174.0, 4152.0, 4172.0, 4141.0, 4172.0, 4143.0, 4195.0, 4167.0, 4186.0, 4165.0, 4186.0, 4154.0, 4185.0, 4154.0, 4196.0, 4165.0, 4173.0, 4163.0, 4172.0, 4141.0, 4171.0, 4143.0, 4195.0, 4154.0, 4174.0, 4153.0, 4173.0, 4142.0, 4185.0, 4204.0, 4185.0, 4185.0, 4174.0, 4184.0, 4187.0, 4174.0, 4165.0, 4146.0, 4188.0, 4209.0, 4198.0, 4187.0, 4165.0, 4185.0, 4155.0, 4185.0, 4156.0, 4199.0, 4207.0, 4197.0, 4195.0, 4195.0, 4184.0, 4153.0, 4184.0, 4173.0, 4184.0, 4194.0, 4195.0, 4183.0, 4172.0, 4143.0, 4174.0, 4145.0, 4198.0, 4207.0, 4197.0, 4196.0, 4186.0, 4184.0, 4185.0, 4196.0, 4166.0, 4185.0, 4153.0, 4174.0, 4153.0, 4184.0, 4155.0, 4186.0, 4165.0, 4186.0, 4164.0, 4184.0, 4165.0, 4184.0, 4154.0, 4186.0, 4194.0, 4184.0, 4193.0, 4182.0, 4182.0, 4172.0, 4181.0, 4153.0, 4183.0, 4152.0, 4173.0, 4152.0, 4172.0, 4174.0, 4194.0, 4186.0, 4197.0, 4166.0, 4174.0, 4162.0, 4183.0, 4151.0, 4171.0, 4162.0, 4182.0, 4162.0, 4173.0, 4152.0, 4172.0, 4180.0, 4181.0, 4150.0, 4170.0, 4130.0, 4171.0, 4131.0, 4173.0, 4172.0, 4172.0, 4173.0, 4172.0, 4141.0, 4173.0, 4193.0, 4184.0, 4183.0, 4151.0, 4172.0, 4151.0, 4171.0, 4152.0, 4183.0, 4176.0, 4196.0, 4164.0, 4185.0, 4152.0, 4174.0, 4172.0, 4173.0, 4183.0, 4185.0, 4183.0, 4162.0, 4184.0, 4153.0, 4172.0, 4164.0, 4184.0, 4176.0, 4197.0, 4187.0, 4197.0, 4187.0, 4185.0, 4187.0, 4186.0, 4186.0, 4186.0, 4176.0, 4185.0, 4163.0, 4173.0, 4152.0, 4184.0, 4151.0, 4183.0, 4183.0, 4183.0, 4181.0, 4182.0, 4150.0, 4162.0, 4161.0, 4172.0, 4182.0, 4183.0, 4184.0, 4152.0, 4172.0, 4151.0, 4173.0, 4163.0, 4183.0, 4154.0, 4186.0, 4173.0, 4175.0, 4185.0, 4174.0, 4153.0, 4187.0, 4207.0, 4197.0, 4196.0, 4197.0, 4195.0, 4187.0, 4196.0, 4197.0, 4197.0, 4165.0, 4188.0, 4188.0, 4199.0, 4188.0, 4180.0, 4209.0, 4189.0, 4181.0, 4203.0, 4232.0, 4208.0, 4195.0, 4153.0, 4172.0, 4172.0, 4183.0, 4141.0, 4181.0, 4162.0, 4182.0, 4159.0, 4159.0, 4179.0, 4168.0, 4157.0, 4126.0, 4167.0, 4127.0, 4167.0, 4139.0, 4168.0, 4150.0, 4181.0, 4150.0, 4183.0, 4171.0, 4172.0, 4141.0, 4172.0, 4142.0, 4184.0, 4204.0, 4185.0, 4173.0, 4163.0, 4172.0, 4141.0, 4172.0, 4141.0, 4173.0, 4194.0, 4185.0, 4196.0, 4184.0, 4184.0, 4184.0, 4183.0, 4174.0, 4184.0, 4164.0, 4186.0, 4195.0, 4186.0, 4174.0, 4184.0, 4159.0, 4198.0, 4190.0, 4211.0, 4214.0, 4211.0, 4212.0, 4170.0, 4190.0, 4169.0, 4202.0, 4231.0, 4209.0, 4219.0, 4209.0, 4197.0, 4195.0, 4183.0, 4163.0, 4180.0, 4159.0, 4168.0, 4127.0, 4168.0, 4117.0, 4171.0, 4179.0, 4171.0, 4181.0, 4172.0, 4141.0, 4182.0, 4163.0, 4185.0, 4163.0, 4185.0, 4196.0, 4184.0, 4183.0, 4183.0, 4181.0, 4172.0, 4182.0, 4153.0, 4185.0, 4173.0, 4184.0, 4184.0, 4185.0, 4172.0, 4175.0, 4196.0, 4198.0, 4197.0, 4186.0, 4196.0, 4186.0, 4185.0, 4186.0, 4186.0, 4167.0, 4198.0, 4175.0, 4198.0, 4156.0, 4186.0, 4156.0, 4189.0, 4207.0, 4200.0, 4198.0, 4188.0, 4197.0, 4198.0, 4197.0, 4189.0, 4209.0, 4202.0, 4212.0, 4213.0, 4212.0, 4201.0, 4200.0, 4180.0, 4199.0, 4207.0, 4209.0, 4198.0, 4187.0, 4207.0, 4186.0, 4195.0, 4176.0, 4186.0, 4188.0, 4208.0, 4178.0, 4199.0, 4178.0, 4199.0, 4181.0, 4199.0, 4179.0, 4200.0, 4220.0, 4199.0, 4208.0, 4209.0, 4208.0, 4188.0, 4207.0, 4210.0, 4209.0, 4188.0, 4211.0, 4177.0, 4198.0, 4199.0, 4198.0, 4211.0, 4211.0, 4179.0, 4211.0, 4179.0, 4199.0, 4177.0, 4200.0, 4177.0, 4200.0, 4219.0, 4208.0, 4218.0, 4208.0, 4166.0, 4188.0, 4168.0, 4213.0, 4221.0, 4220.0, 4209.0, 4208.0, 4206.0, 4187.0, 4198.0, 4209.0, 4198.0, 4187.0, 4196.0, 4165.0, 4195.0, 4164.0, 4186.0, 4168.0, 4207.0, 4164.0, 4197.0, 4165.0, 4184.0, 4155.0, 4183.0, 4175.0, 4207.0, 4177.0, 4186.0, 4195.0, 4185.0, 4143.0, 4173.0, 4193.0, 4185.0, 4195.0, 4184.0, 4194.0, 4187.0, 4186.0, 4176.0, 4144.0, 4178.0, 4186.0, 4187.0, 4187.0, 4197.0, 4165.0, 4187.0, 4166.0, 4186.0, 4208.0, 4197.0, 4184.0, 4196.0, 4204.0, 4184.0, 4184.0, 4175.0, 4196.0, 4196.0, 4185.0, 4185.0, 4194.0, 4196.0, 4182.0, 4175.0, 4184.0, 4185.0, 4184.0, 4161.0, 4184.0, 4151.0, 4182.0, 4153.0, 4184.0, 4164.0, 4195.0, 4154.0, 4185.0, 4155.0, 4186.0, 4165.0, 4185.0, 4164.0, 4184.0, 4143.0, 4184.0, 4154.0, 4186.0, 4196.0, 4184.0, 4183.0, 4172.0, 4183.0, 4161.0, 4183.0, 4164.0, 4195.0, 4177.0, 4196.0, 4187.0, 4196.0, 4199.0, 4196.0, 4177.0, 4197.0, 4189.0, 4198.0, 4176.0, 4187.0, 4156.0, 4185.0, 4154.0, 4188.0, 4206.0, 4186.0, 4197.0, 4186.0, 4195.0, 4165.0, 4196.0, 4166.0, 4185.0, 4156.0, 4199.0, 4197.0, 4198.0, 4197.0, 4197.0, 4196.0, 4187.0, 4197.0, 4166.0, 4198.0, 4207.0, 4186.0, 4196.0, 4197.0, 4195.0, 4187.0, 4197.0, 4189.0, 4198.0, 4178.0, 4200.0, 4167.0, 4200.0, 4180.0, 4201.0, 4178.0, 4202.0, 4209.0, 4200.0, 4210.0, 4211.0, 4208.0, 4199.0, 4208.0, 4189.0, 4210.0, 4181.0, 4211.0, 4181.0, 4210.0, 4202.0, 4211.0, 4214.0, 4214.0, 4191.0, 4212.0, 4231.0, 4211.0, 4219.0, 4200.0, 4220.0, 4200.0, 4209.0, 4201.0, 4212.0, 4201.0, 4211.0, 4212.0, 4220.0, 4201.0, 4211.0, 4212.0, 4213.0, 4192.0, 4211.0, 4189.0, 4211.0, 4179.0, 4210.0, 4202.0, 4211.0, 4191.0, 4225.0, 4222.0, 4211.0, 4230.0, 4210.0, 4170.0, 4199.0, 4169.0, 4212.0, 4220.0, 4201.0, 4210.0, 4210.0, 4210.0, 4199.0, 4168.0, 4200.0, 4220.0, 4209.0, 4198.0, 4188.0, 4198.0, 4167.0, 4196.0, 4177.0, 4197.0, 4199.0, 4209.0, 4190.0, 4198.0, 4199.0, 4208.0, 4190.0, 4189.0, 4190.0, 4219.0, 4200.0, 4210.0, 4209.0, 4198.0, 4187.0, 4196.0, 4197.0, 4196.0, 4176.0, 4187.0, 4175.0, 4186.0, 4175.0, 4195.0, 4167.0, 4157.0, 4201.0, 4232.0, 4178.0, 4225.0, 4212.0, 4222.0, 4210.0, 4180.0, 4210.0, 4180.0, 4222.0, 4219.0, 4205.0, 4185.0, 4153.0, 4185.0, 4165.0, 4183.0, 4176.0, 4196.0, 4187.0, 4196.0, 4164.0, 4184.0, 4174.0, 4172.0, 4165.0, 4155.0, 4187.0, 4205.0, 4185.0, 4175.0, 4174.0, 4144.0, 4185.0, 4205.0, 4182.0, 4173.0, 4173.0, 4172.0, 4173.0, 4183.0, 4164.0, 4183.0, 4164.0, 4174.0, 4161.0, 4172.0, 4151.0, 4172.0, 4131.0, 4184.0, 4170.0, 4174.0, 4184.0, 4172.0, 4173.0, 4151.0, 4171.0, 4151.0, 4173.0, 4141.0, 4186.0, 4184.0, 4173.0, 4174.0, 4161.0, 4130.0, 4184.0, 4143.0, 4185.0, 4204.0, 4187.0, 4194.0], 'WindowWidth': [9334.0, 9347.0, 9282.0, 9245.0, 9300.0, 9246.0, 9254.0, 9232.0, 9191.0, 9201.0, 9156.0, 9108.0, 9176.0, 9224.0, 9229.0, 9284.0, 9245.0, 9352.0, 9314.0, 9318.0, 9235.0, 9249.0, 9235.0, 9204.0, 9242.0, 9183.0, 9228.0, 9186.0, 9215.0, 9189.0, 9216.0, 9173.0, 9197.0, 9140.0, 9180.0, 9204.0, 9159.0, 9186.0, 9160.0, 9175.0, 9149.0, 9190.0, 9136.0, 9196.0, 9207.0, 9169.0, 9196.0, 9168.0, 9199.0, 9143.0, 9201.0, 9162.0, 9211.0, 9210.0, 9216.0, 9258.0, 9222.0, 9251.0, 9242.0, 9268.0, 9231.0, 9219.0, 9252.0, 9277.0, 9247.0, 9280.0, 9255.0, 9246.0, 9276.0, 9263.0, 9276.0, 9256.0, 9279.0, 9227.0, 9287.0, 9295.0, 9275.0, 9306.0, 9296.0, 9307.0, 9294.0, 9320.0, 9284.0, 9323.0, 9279.0, 9312.0, 9317.0, 9294.0, 9327.0, 9324.0, 9320.0, 9296.0, 9322.0, 9267.0, 9310.0, 9321.0, 9304.0, 9305.0, 9285.0, 9304.0, 9257.0, 9299.0, 9244.0, 9304.0, 9331.0, 9294.0, 9322.0, 9312.0, 9336.0, 9294.0, 9258.0, 9314.0, 9280.0, 9351.0, 9316.0, 9332.0, 9357.0, 9329.0, 9296.0, 9312.0, 9284.0, 9316.0, 9345.0, 9311.0, 9325.0, 9289.0, 9323.0, 9276.0, 9300.0, 9257.0, 9305.0, 9256.0, 9302.0, 9311.0, 9289.0, 9320.0, 9283.0, 9296.0, 9266.0, 9277.0, 9253.0, 9293.0, 9252.0, 9279.0, 9297.0, 9273.0, 9273.0, 9260.0, 9273.0, 9250.0, 9277.0, 9260.0, 9302.0, 9247.0, 9288.0, 9271.0, 9287.0, 9296.0, 9277.0, 9314.0, 9288.0, 9305.0, 9262.0, 9308.0, 9256.0, 9287.0, 9242.0, 9304.0, 9298.0, 9273.0, 9304.0, 9272.0, 9298.0, 9288.0, 9282.0, 9259.0, 9307.0, 9293.0, 9320.0, 9273.0, 9310.0, 9255.0, 9297.0, 9244.0, 9287.0, 9316.0, 9289.0, 9307.0, 9254.0, 9280.0, 9255.0, 9299.0, 9262.0, 9304.0, 9264.0, 9307.0, 9309.0, 9294.0, 9265.0, 9314.0, 9319.0, 9294.0, 9306.0, 9270.0, 9303.0, 9302.0, 9286.0, 9282.0, 9284.0, 9257.0, 9293.0, 9329.0, 9289.0, 9306.0, 9297.0, 9304.0, 9292.0, 9319.0, 9282.0, 9308.0, 9281.0, 9325.0, 9318.0, 9292.0, 9310.0, 9270.0, 9310.0, 9270.0, 9299.0, 9266.0, 9283.0, 9296.0, 9300.0, 9285.0, 9276.0, 9251.0, 9308.0, 9287.0, 9338.0, 9339.0, 9310.0, 9322.0, 9280.0, 9319.0, 9277.0, 9317.0, 9282.0, 9322.0, 9281.0, 9333.0, 9307.0, 9324.0, 9302.0, 9303.0, 9247.0, 9305.0, 9275.0, 9306.0, 9340.0, 9311.0, 9304.0, 9272.0, 9300.0, 9272.0, 9311.0, 9262.0, 9307.0, 9244.0, 9284.0, 9327.0, 9309.0, 9326.0, 9279.0, 9245.0, 9313.0, 9296.0, 9322.0, 9332.0, 9337.0, 9367.0, 9356.0, 9403.0, 9359.0, 9351.0, 9288.0, 9315.0, 9340.0, 9369.0, 9340.0, 9389.0, 9373.0, 9379.0, 9328.0, 9371.0, 9264.0, 9277.0, 9322.0, 9257.0, 9282.0, 9236.0, 9267.0, 9220.0, 9253.0, 9256.0, 9230.0, 9259.0, 9216.0, 9260.0, 9223.0, 9247.0, 9223.0, 9254.0, 9195.0, 9255.0, 9263.0, 9226.0, 9249.0, 9220.0, 9256.0, 9232.0, 9245.0, 9274.0, 9279.0, 9272.0, 9247.0, 9275.0, 9259.0, 9286.0, 9268.0, 9309.0, 9289.0, 9321.0, 9286.0, 9331.0, 9320.0, 9304.0, 9307.0, 9331.0, 9321.0, 9337.0, 9302.0, 9315.0, 9338.0, 9315.0, 9283.0, 9313.0, 9276.0, 9353.0, 9332.0, 9318.0, 9332.0, 9334.0, 9332.0, 9336.0, 9345.0, 9304.0, 9293.0, 9340.0, 9353.0, 9315.0, 9332.0, 9294.0, 9325.0, 9275.0, 9315.0, 9293.0, 9327.0, 9292.0, 9306.0, 9334.0, 9299.0, 9311.0, 9298.0, 9265.0, 9270.0, 9246.0, 9300.0, 9296.0, 9286.0, 9316.0, 9285.0, 9292.0, 9251.0, 9293.0, 9252.0, 9282.0, 9248.0, 9278.0, 9230.0, 9271.0, 9218.0, 9253.0, 9232.0, 9275.0, 9243.0, 9259.0, 9274.0, 9262.0, 9269.0, 9241.0, 9283.0, 9233.0, 9271.0, 9244.0, 9273.0, 9231.0, 9262.0, 9225.0, 9255.0, 9202.0, 9261.0, 9285.0, 9246.0, 9276.0, 9249.0, 9258.0, 9231.0, 9255.0, 9220.0, 9261.0, 9229.0, 9262.0, 9285.0, 9263.0, 9267.0, 9231.0, 9218.0, 9253.0, 9280.0, 9246.0, 9278.0, 9233.0, 9263.0, 9217.0, 9261.0, 9219.0, 9264.0, 9278.0, 9263.0, 9277.0, 9230.0, 9257.0, 9214.0, 9253.0, 9207.0, 9281.0, 9274.0, 9248.0, 9278.0, 9265.0, 9257.0, 9233.0, 9262.0, 9215.0, 9264.0, 9275.0, 9247.0, 9277.0, 9245.0, 9205.0, 9267.0, 9247.0, 9268.0, 9281.0, 9266.0, 9283.0, 9235.0, 9273.0, 9239.0, 9274.0, 9233.0, 9279.0, 9257.0, 9247.0, 9289.0, 9271.0, 9268.0, 9252.0, 9286.0, 9264.0, 9276.0, 9245.0, 9277.0, 9246.0, 9278.0, 9239.0, 9279.0, 9277.0, 9283.0, 9250.0, 9284.0, 9232.0, 9264.0, 9278.0, 9262.0, 9277.0, 9247.0, 9274.0, 9245.0, 9273.0, 9229.0, 9258.0, 9200.0, 9263.0, 9315.0, 9306.0, 9324.0, 9282.0, 9301.0, 9261.0, 9300.0, 9261.0, 9283.0, 9256.0, 9286.0, 9264.0, 9252.0, 9282.0, 9270.0, 9281.0, 9255.0, 9284.0, 9273.0, 9299.0, 9262.0, 9284.0, 9261.0, 9283.0, 9258.0, 9284.0, 9259.0, 9307.0, 9300.0, 9304.0, 9258.0, 9284.0, 9230.0, 9306.0, 9303.0, 9274.0, 9304.0, 9269.0, 9281.0, 9269.0, 9294.0, 9258.0, 9296.0, 9272.0, 9301.0, 9254.0, 9280.0, 9236.0, 9278.0, 9241.0, 9298.0, 9265.0, 9286.0, 9303.0, 9305.0, 9314.0, 9218.0, 9207.0, 9282.0, 9258.0, 9255.0, 9318.0, 9355.0, 9300.0, 9307.0, 9260.0, 9290.0, 9234.0, 9263.0, 9251.0, 9303.0, 9288.0, 9267.0, 9289.0, 9247.0, 9245.0, 9253.0, 9242.0, 9213.0, 9249.0, 9210.0, 9237.0, 9230.0, 9217.0, 9226.0, 9187.0, 9229.0, 9226.0, 9211.0, 9227.0, 9197.0, 9224.0, 9171.0, 9227.0, 9205.0, 9247.0, 9226.0, 9255.0, 9199.0, 9271.0, 9253.0, 9260.0, 9256.0, 9248.0, 9246.0, 9264.0, 9276.0, 9245.0, 9274.0, 9245.0, 9274.0, 9248.0, 9276.0, 9227.0, 9285.0, 9278.0, 9267.0, 9280.0, 9266.0, 9283.0, 9253.0, 9281.0, 9258.0, 9302.0, 9264.0, 9264.0, 9280.0, 9263.0, 9275.0, 9261.0, 9273.0, 9236.0, 9279.0, 9256.0, 9249.0, 9275.0, 9243.0, 9271.0, 9244.0, 9271.0, 9233.0, 9276.0, 9220.0, 9279.0, 9291.0, 9250.0, 9272.0, 9249.0, 9289.0, 9248.0, 9280.0, 9244.0, 9262.0, 9287.0, 9247.0, 9274.0, 9247.0, 9246.0, 9249.0, 9293.0, 9267.0, 9280.0, 9235.0, 9278.0, 9252.0, 9275.0, 9255.0, 9300.0, 9275.0, 9250.0, 9274.0, 9243.0, 9269.0, 9226.0, 9254.0, 9199.0, 9276.0, 9288.0, 9243.0, 9259.0, 9241.0, 9251.0, 9214.0, 9255.0, 9234.0, 9274.0, 9269.0, 9296.0, 9273.0, 9256.0, 9276.0, 9305.0, 9252.0, 9282.0, 9280.0, 9265.0, 9274.0, 9245.0, 9272.0, 9217.0, 9276.0, 9276.0, 9244.0, 9258.0, 9243.0, 9253.0, 9213.0, 9271.0, 9212.0, 9260.0, 9289.0, 9261.0, 9275.0, 9247.0, 9220.0, 9253.0, 9293.0, 9245.0, 9263.0, 9269.0, 9247.0, 9273.0, 9244.0, 9269.0, 9246.0, 9258.0, 9233.0, 9277.0, 9253.0, 9259.0, 9256.0, 9246.0, 9217.0, 9262.0, 9291.0, 9255.0, 9282.0, 9266.0, 9279.0, 9251.0, 9275.0, 9237.0, 9281.0, 9278.0, 9248.0, 9262.0, 9213.0, 9274.0, 9213.0, 9254.0, 9198.0, 9274.0, 9267.0, 9244.0, 9259.0, 9243.0, 9269.0, 9243.0, 9282.0, 9233.0, 9259.0, 9228.0, 9256.0, 9267.0, 9240.0, 9265.0, 9225.0, 9252.0, 9227.0, 9256.0, 9245.0, 9257.0, 9226.0, 9253.0, 9229.0, 9253.0, 9201.0, 9275.0, 9269.0, 9231.0, 9256.0, 9243.0, 9255.0, 9244.0, 9269.0, 9235.0, 9275.0, 9252.0, 9266.0, 9236.0, 9278.0, 9251.0, 9304.0, 9293.0, 9331.0, 9305.0, 9306.0, 9257.0, 9302.0, 9236.0, 9285.0, 9303.0, 9302.0, 9329.0, 9313.0, 9331.0, 9301.0, 9272.0, 9336.0, 9325.0, 9357.0, 9332.0, 9299.0, 9313.0, 9256.0, 9275.0, 9264.0, 9315.0, 9297.0, 9364.0, 9324.0, 9259.0, 9326.0, 9233.0, 9246.0, 9219.0, 9245.0, 9203.0, 9208.0, 9202.0, 9185.0, 9200.0, 9224.0, 9178.0, 9223.0, 9199.0, 9279.0, 9203.0, 9245.0, 9213.0, 9216.0, 9201.0, 9214.0, 9162.0, 9186.0, 9131.0, 9162.0, 9099.0, 9160.0, 9151.0, 9135.0, 9154.0, 9128.0, 9144.0, 9105.0, 9098.0, 9038.0, 9071.0, 9077.0, 9102.0, 9077.0, 9135.0, 9104.0, 9177.0, 9137.0, 9168.0, 9178.0, 9170.0, 9194.0, 9167.0, 9173.0, 9148.0, 9176.0, 9171.0, 9183.0, 9181.0, 9205.0, 9182.0, 9233.0, 9213.0, 9230.0, 9229.0, 9253.0, 9217.0, 9200.0, 9241.0, 9254.0, 9228.0, 9311.0, 9254.0, 9322.0, 9329.0, 9323.0, 9310.0, 9340.0, 9312.0, 9346.0, 9312.0, 9320.0, 9298.0, 9301.0, 9325.0, 9291.0, 9294.0, 9278.0, 9313.0, 9305.0, 9323.0, 9274.0, 9292.0, 9268.0, 9275.0, 9232.0, 9273.0, 9237.0, 9278.0, 9233.0, 9281.0, 9313.0, 9286.0, 9245.0, 9299.0, 9253.0, 9306.0, 9268.0, 9338.0, 9276.0, 9305.0, 9271.0, 9288.0, 9329.0, 9291.0, 9301.0, 9292.0, 9299.0, 9257.0, 9284.0, 9252.0, 9283.0, 9264.0, 9283.0, 9293.0, 9278.0, 9280.0, 9280.0, 9243.0, 9296.0, 9240.0, 9300.0, 9314.0, 9265.0, 9277.0, 9234.0, 9281.0, 9250.0, 9279.0, 9240.0, 9296.0, 9290.0, 9263.0, 9276.0, 9249.0, 9281.0, 9252.0, 9281.0, 9240.0, 9298.0, 9265.0, 9318.0, 9283.0, 9311.0, 9278.0, 9311.0, 9321.0, 9296.0, 9277.0, 9282.0, 9282.0, 9301.0, 9339.0, 9297.0, 9324.0, 9278.0, 9325.0, 9267.0, 9307.0, 9285.0, 9325.0, 9293.0, 9325.0, 9338.0, 9308.0, 9319.0, 9287.0, 9246.0, 9290.0, 9288.0, 9305.0, 9337.0, 9288.0, 9303.0, 9259.0, 9300.0, 9270.0, 9282.0, 9271.0, 9301.0, 9259.0, 9306.0, 9272.0, 9286.0, 9278.0, 9266.0, 9306.0, 9265.0, 9278.0, 9270.0, 9281.0, 9251.0, 9278.0, 9254.0, 9277.0, 9256.0, 9286.0, 9254.0, 9285.0, 9237.0, 9276.0, 9259.0, 9279.0, 9257.0, 9295.0, 9274.0, 9314.0, 9273.0, 9243.0, 9270.0, 9244.0, 9301.0, 9319.0, 9282.0, 9281.0, 9233.0, 9278.0, 9231.0, 9273.0, 9251.0, 9289.0, 9268.0, 9292.0, 9263.0, 9279.0, 9247.0, 9272.0, 9238.0, 9277.0, 9249.0, 9278.0, 9273.0, 9261.0, 9214.0, 9244.0, 9220.0, 9275.0, 9223.0, 9282.0, 9265.0, 9281.0, 9262.0, 9260.0, 9222.0, 9276.0, 9232.0, 9276.0, 9261.0, 9258.0, 9245.0, 9260.0, 9220.0, 9277.0, 9237.0, 9281.0, 9247.0, 9277.0, 9231.0, 9258.0, 9233.0, 9273.0, 9239.0, 9280.0, 9251.0, 9282.0, 9236.0, 9262.0, 9237.0, 9279.0, 9262.0, 9264.0, 9294.0, 9276.0, 9290.0, 9260.0, 9230.0, 9250.0, 9263.0, 9269.0, 9298.0, 9280.0, 9281.0, 9264.0, 9274.0, 9264.0, 9279.0, 9281.0, 9278.0, 9266.0, 9279.0, 9264.0, 9276.0, 9265.0, 9265.0, 9254.0, 9264.0, 9230.0, 9259.0, 9216.0, 9258.0, 9224.0, 9296.0, 9262.0, 9286.0, 9254.0, 9284.0, 9237.0, 9279.0, 9238.0, 9298.0, 9253.0, 9262.0, 9246.0, 9256.0, 9214.0, 9256.0, 9223.0, 9296.0, 9238.0, 9264.0, 9234.0, 9262.0, 9220.0, 9280.0, 9306.0, 9280.0, 9281.0, 9264.0, 9277.0, 9284.0, 9264.0, 9254.0, 9232.0, 9292.0, 9322.0, 9306.0, 9287.0, 9254.0, 9282.0, 9240.0, 9283.0, 9246.0, 9307.0, 9317.0, 9299.0, 9298.0, 9294.0, 9278.0, 9233.0, 9279.0, 9263.0, 9278.0, 9294.0, 9293.0, 9274.0, 9258.0, 9222.0, 9265.0, 9231.0, 9304.0, 9316.0, 9301.0, 9298.0, 9283.0, 9278.0, 9282.0, 9299.0, 9258.0, 9281.0, 9235.0, 9265.0, 9234.0, 9276.0, 9242.0, 9284.0, 9255.0, 9286.0, 9252.0, 9278.0, 9252.0, 9279.0, 9239.0, 9285.0, 9292.0, 9277.0, 9289.0, 9272.0, 9271.0, 9257.0, 9270.0, 9235.0, 9274.0, 9231.0, 9262.0, 9233.0, 9260.0, 9265.0, 9294.0, 9283.0, 9300.0, 9257.0, 9266.0, 9244.0, 9274.0, 9228.0, 9257.0, 9246.0, 9274.0, 9244.0, 9261.0, 9232.0, 9258.0, 9267.0, 9267.0, 9224.0, 9250.0, 9198.0, 9255.0, 9203.0, 9262.0, 9259.0, 9258.0, 9260.0, 9256.0, 9214.0, 9261.0, 9291.0, 9278.0, 9275.0, 9227.0, 9259.0, 9228.0, 9255.0, 9233.0, 9274.0, 9270.0, 9298.0, 9252.0, 9281.0, 9232.0, 9265.0, 9260.0, 9261.0, 9277.0, 9280.0, 9277.0, 9244.0, 9278.0, 9235.0, 9260.0, 9251.0, 9278.0, 9272.0, 9302.0, 9287.0, 9299.0, 9286.0, 9283.0, 9286.0, 9285.0, 9284.0, 9288.0, 9271.0, 9281.0, 9249.0, 9263.0, 9231.0, 9276.0, 9229.0, 9274.0, 9276.0, 9275.0, 9271.0, 9271.0, 9226.0, 9244.0, 9241.0, 9259.0, 9275.0, 9275.0, 9277.0, 9231.0, 9259.0, 9229.0, 9259.0, 9249.0, 9277.0, 9241.0, 9285.0, 9263.0, 9267.0, 9282.0, 9264.0, 9238.0, 9288.0, 9318.0, 9302.0, 9301.0, 9302.0, 9296.0, 9286.0, 9300.0, 9302.0, 9303.0, 9255.0, 9290.0, 9290.0, 9307.0, 9292.0, 9283.0, 9323.0, 9296.0, 9287.0, 9321.0, 9368.0, 9317.0, 9296.0, 9233.0, 9259.0, 9257.0, 9273.0, 9215.0, 9270.0, 9244.0, 9275.0, 9236.0, 9234.0, 9265.0, 9244.0, 9230.0, 9184.0, 9242.0, 9187.0, 9242.0, 9209.0, 9247.0, 9226.0, 9269.0, 9227.0, 9275.0, 9256.0, 9257.0, 9216.0, 9259.0, 9222.0, 9279.0, 9308.0, 9281.0, 9265.0, 9246.0, 9259.0, 9214.0, 9258.0, 9217.0, 9262.0, 9294.0, 9284.0, 9300.0, 9278.0, 9279.0, 9278.0, 9276.0, 9267.0, 9281.0, 9253.0, 9286.0, 9296.0, 9283.0, 9262.0, 9279.0, 9257.0, 9305.0, 9300.0, 9330.0, 9335.0, 9329.0, 9331.0, 9273.0, 9297.0, 9269.0, 9318.0, 9358.0, 9321.0, 9340.0, 9319.0, 9303.0, 9295.0, 9278.0, 9248.0, 9269.0, 9235.0, 9247.0, 9191.0, 9247.0, 9178.0, 9255.0, 9263.0, 9253.0, 9268.0, 9258.0, 9215.0, 9273.0, 9251.0, 9281.0, 9250.0, 9283.0, 9300.0, 9279.0, 9277.0, 9274.0, 9270.0, 9258.0, 9273.0, 9237.0, 9283.0, 9262.0, 9278.0, 9278.0, 9279.0, 9261.0, 9268.0, 9300.0, 9304.0, 9302.0, 9285.0, 9298.0, 9286.0, 9281.0, 9285.0, 9285.0, 9263.0, 9306.0, 9271.0, 9302.0, 9244.0, 9285.0, 9245.0, 9293.0, 9318.0, 9311.0, 9306.0, 9291.0, 9304.0, 9305.0, 9303.0, 9295.0, 9323.0, 9317.0, 9332.0, 9335.0, 9331.0, 9312.0, 9310.0, 9281.0, 9308.0, 9318.0, 9321.0, 9308.0, 9287.0, 9317.0, 9285.0, 9296.0, 9273.0, 9286.0, 9293.0, 9320.0, 9279.0, 9311.0, 9279.0, 9307.0, 9284.0, 9309.0, 9279.0, 9313.0, 9341.0, 9308.0, 9319.0, 9321.0, 9317.0, 9290.0, 9317.0, 9324.0, 9323.0, 9292.0, 9326.0, 9276.0, 9304.0, 9308.0, 9307.0, 9329.0, 9329.0, 9281.0, 9327.0, 9280.0, 9308.0, 9276.0, 9310.0, 9275.0, 9308.0, 9337.0, 9319.0, 9333.0, 9320.0, 9259.0, 9290.0, 9267.0, 9336.0, 9347.0, 9338.0, 9323.0, 9319.0, 9314.0, 9289.0, 9304.0, 9322.0, 9307.0, 9286.0, 9300.0, 9254.0, 9296.0, 9254.0, 9283.0, 9265.0, 9317.0, 9254.0, 9301.0, 9256.0, 9280.0, 9240.0, 9277.0, 9269.0, 9316.0, 9275.0, 9286.0, 9294.0, 9281.0, 9220.0, 9263.0, 9289.0, 9283.0, 9298.0, 9278.0, 9293.0, 9286.0, 9282.0, 9271.0, 9226.0, 9277.0, 9286.0, 9288.0, 9287.0, 9300.0, 9256.0, 9288.0, 9256.0, 9286.0, 9321.0, 9300.0, 9281.0, 9295.0, 9308.0, 9279.0, 9279.0, 9267.0, 9299.0, 9299.0, 9284.0, 9278.0, 9292.0, 9295.0, 9273.0, 9267.0, 9280.0, 9282.0, 9279.0, 9242.0, 9279.0, 9228.0, 9272.0, 9235.0, 9278.0, 9253.0, 9295.0, 9239.0, 9282.0, 9242.0, 9287.0, 9256.0, 9283.0, 9251.0, 9278.0, 9221.0, 9280.0, 9238.0, 9281.0, 9299.0, 9277.0, 9275.0, 9257.0, 9273.0, 9244.0, 9274.0, 9253.0, 9296.0, 9276.0, 9301.0, 9289.0, 9301.0, 9305.0, 9298.0, 9276.0, 9302.0, 9292.0, 9305.0, 9271.0, 9289.0, 9242.0, 9281.0, 9238.0, 9289.0, 9313.0, 9285.0, 9302.0, 9284.0, 9294.0, 9255.0, 9297.0, 9260.0, 9285.0, 9246.0, 9309.0, 9305.0, 9303.0, 9301.0, 9300.0, 9296.0, 9286.0, 9301.0, 9257.0, 9303.0, 9317.0, 9284.0, 9297.0, 9301.0, 9294.0, 9287.0, 9299.0, 9296.0, 9307.0, 9278.0, 9311.0, 9263.0, 9309.0, 9283.0, 9315.0, 9280.0, 9317.0, 9325.0, 9311.0, 9325.0, 9325.0, 9320.0, 9308.0, 9320.0, 9296.0, 9326.0, 9287.0, 9328.0, 9286.0, 9327.0, 9317.0, 9330.0, 9336.0, 9340.0, 9300.0, 9332.0, 9356.0, 9326.0, 9336.0, 9310.0, 9337.0, 9311.0, 9325.0, 9316.0, 9332.0, 9314.0, 9329.0, 9331.0, 9341.0, 9316.0, 9330.0, 9333.0, 9335.0, 9304.0, 9330.0, 9297.0, 9328.0, 9283.0, 9326.0, 9319.0, 9331.0, 9304.0, 9354.0, 9346.0, 9329.0, 9355.0, 9324.0, 9269.0, 9309.0, 9270.0, 9330.0, 9342.0, 9315.0, 9330.0, 9327.0, 9326.0, 9308.0, 9266.0, 9312.0, 9341.0, 9321.0, 9308.0, 9289.0, 9307.0, 9261.0, 9300.0, 9277.0, 9304.0, 9307.0, 9322.0, 9297.0, 9306.0, 9310.0, 9321.0, 9298.0, 9297.0, 9300.0, 9339.0, 9311.0, 9328.0, 9321.0, 9305.0, 9287.0, 9298.0, 9300.0, 9302.0, 9272.0, 9288.0, 9269.0, 9286.0, 9268.0, 9296.0, 9260.0, 9250.0, 9316.0, 9362.0, 9277.0, 9356.0, 9332.0, 9349.0, 9328.0, 9285.0, 9325.0, 9283.0, 9344.0, 9340.0, 9308.0, 9280.0, 9231.0, 9279.0, 9252.0, 9277.0, 9272.0, 9298.0, 9288.0, 9298.0, 9248.0, 9278.0, 9261.0, 9259.0, 9252.0, 9239.0, 9286.0, 9312.0, 9282.0, 9267.0, 9265.0, 9225.0, 9281.0, 9310.0, 9272.0, 9262.0, 9259.0, 9257.0, 9260.0, 9275.0, 9252.0, 9276.0, 9250.0, 9265.0, 9240.0, 9258.0, 9226.0, 9256.0, 9200.0, 9274.0, 9252.0, 9262.0, 9279.0, 9256.0, 9260.0, 9228.0, 9253.0, 9230.0, 9260.0, 9217.0, 9282.0, 9278.0, 9260.0, 9261.0, 9242.0, 9201.0, 9275.0, 9221.0, 9282.0, 9308.0, 9285.0, 9294.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.001219973031283711</td></tr>
<tr><td colspan=3>aqi</td><td>0.04690560377562028</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.40860004098762</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.138652791489475</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9668272110631397</td></tr>
<tr><td colspan=3>efc</td><td>0.4919</td></tr>
<tr><td colspan=3>fber</td><td>4516.4766</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10094773429317144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.874865156418554</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.516022471242842</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3893196703069073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802595933180906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3561518102407133</td></tr>
<tr><td colspan=3>gcor</td><td>0.0180262</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014515834860503674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025051070377230644</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.974229368487311</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>22.963</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6524</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.5769</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298146.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>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.0077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6718</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.5914</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3363.6028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.746</td></tr>
<tr><td colspan=3>tsnr</td><td>30.788696591742337</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>