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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:21:47.900000</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.99831, -0.0446385, -0.037201, 0.0456822, 0.998572, 0.0276952]</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.259</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.100677</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 336, -151, -165, -48, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a742e5a6-6d43-4347-bc86-ea77e8d3fcb4||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.678393602371216, 0.12256203591823578, -0.09696124494075775, 107.48773956298828], [0.11976176500320435, 2.67909574508667, 0.07923923432826996, -109.22943115234375], [-0.09980747103691101, -0.07430429756641388, 2.697094678878784, -68.86852264404297], [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': ['152147.900000', '152148.360000', '152148.820000', '152149.280000', '152149.740000', '152150.200000', '152150.660000', '152151.120000', '152151.580000', '152152.040000', '152152.500000', '152152.960000', '152153.420000', '152153.880000', '152154.340000', '152154.800000', '152155.260000', '152155.720000', '152156.180000', '152156.640000', '152157.100000', '152157.560000', '152158.020000', '152158.480000', '152158.940000', '152159.400000', '152159.860000', '152200.320000', '152200.780000', '152201.240000', '152201.700000', '152202.160000', '152202.620000', '152203.080000', '152203.540000', '152204.000000', '152204.460000', '152204.920000', '152205.380000', '152205.840000', '152206.300000', '152206.760000', '152207.220000', '152207.680000', '152208.140000', '152208.600000', '152209.060000', '152209.520000', '152209.980000', '152210.440000', '152210.900000', '152211.360000', '152211.820000', '152212.280000', '152212.740000', '152213.200000', '152213.660000', '152214.120000', '152214.580000', '152215.040000', '152215.500000', '152215.960000', '152216.420000', '152216.880000', '152217.340000', '152217.800000', '152218.260000', '152218.720000', '152219.180000', '152219.640000', '152220.100000', '152220.560000', '152221.020000', '152221.480000', '152221.940000', '152222.400000', '152222.860000', '152223.320000', '152223.780000', '152224.240000', '152224.700000', '152225.160000', '152225.620000', '152226.080000', '152226.540000', '152227.000000', '152227.460000', '152227.920000', '152228.380000', '152228.840000', '152229.300000', '152229.760000', '152230.220000', '152230.680000', '152231.140000', '152231.600000', '152232.060000', '152232.520000', '152232.980000', '152233.440000', '152233.900000', '152234.360000', '152234.820000', '152235.280000', '152235.740000', '152236.200000', '152236.660000', '152237.120000', '152237.580000', '152238.040000', '152238.500000', '152238.960000', '152239.420000', '152239.880000', '152240.340000', '152240.800000', '152241.260000', '152241.720000', '152242.180000', '152242.640000', '152243.100000', '152243.560000', '152244.020000', '152244.480000', '152244.940000', '152245.400000', '152245.860000', '152246.320000', '152246.780000', '152247.240000', '152247.700000', '152248.160000', '152248.620000', '152249.080000', '152249.540000', '152250.000000', '152250.460000', '152250.920000', '152251.380000', '152251.840000', '152252.300000', '152252.760000', '152253.220000', '152253.680000', '152254.140000', '152254.600000', '152255.060000', '152255.520000', '152255.980000', '152256.440000', '152256.900000', '152257.360000', '152257.820000', '152258.280000', '152258.740000', '152259.200000', '152259.660000', '152300.120000', '152300.580000', '152301.040000', '152301.500000', '152301.960000', '152302.420000', '152302.880000', '152303.340000', '152303.800000', '152304.260000', '152304.720000', '152305.180000', '152305.640000', '152306.100000', '152306.560000', '152307.020000', '152307.480000', '152307.940000', '152308.400000', '152308.860000', '152309.320000', '152309.780000', '152310.240000', '152310.700000', '152311.160000', '152311.620000', '152312.080000', '152312.540000', '152313.000000', '152313.460000', '152313.920000', '152314.380000', '152314.840000', '152315.300000', '152315.760000', '152316.220000', '152316.680000', '152317.140000', '152317.600000', '152318.060000', '152318.520000', '152318.980000', '152319.440000', '152319.900000', '152320.360000', '152320.820000', '152321.280000', '152321.740000', '152322.200000', '152322.660000', '152323.120000', '152323.580000', '152324.040000', '152324.500000', '152324.960000', '152325.420000', '152325.880000', '152326.340000', '152326.800000', '152327.260000', '152327.720000', '152328.180000', '152328.640000', '152329.100000', '152329.560000', '152330.020000', '152330.480000', '152330.940000', '152331.400000', '152331.860000', '152332.320000', '152332.780000', '152333.240000', '152333.700000', '152334.160000', '152334.620000', '152335.080000', '152335.540000', '152336.000000', '152336.460000', '152336.920000', '152337.380000', '152337.840000', '152338.300000', '152338.760000', '152339.220000', '152339.680000', '152340.140000', '152340.600000', '152341.060000', '152341.520000', '152341.980000', '152342.440000', '152342.900000', '152343.360000', '152343.820000', '152344.280000', '152344.740000', '152345.200000', '152345.660000', '152346.120000', '152346.580000', '152347.040000', '152347.500000', '152347.960000', '152348.420000', '152348.880000', '152349.340000', '152349.800000', '152350.260000', '152350.720000', '152351.180000', '152351.640000', '152352.100000', '152352.560000', '152353.020000', '152353.480000', '152353.940000', '152354.400000', '152354.860000', '152355.320000', '152355.780000', '152356.240000', '152356.700000', '152357.160000', '152357.620000', '152358.080000', '152358.540000', '152359.000000', '152359.460000', '152359.920000', '152400.380000', '152400.840000', '152401.300000', '152401.760000', '152402.220000', '152402.680000', '152403.140000', '152403.600000', '152404.060000', '152404.520000', '152404.980000', '152405.440000', '152405.900000', '152406.360000', '152406.820000', '152407.280000', '152407.740000', '152408.200000', '152408.660000', '152409.120000', '152409.580000', '152410.040000', '152410.500000', '152410.960000', '152411.420000', '152411.880000', '152412.340000', '152412.800000', '152413.260000', '152413.720000', '152414.180000', '152414.640000', '152415.100000', '152415.560000', '152416.020000', '152416.480000', '152416.940000', '152417.400000', '152417.860000', '152418.320000', '152418.780000', '152419.240000', '152419.700000', '152420.160000', '152420.620000', '152421.080000', '152421.540000', '152422.000000', '152422.460000', '152422.920000', '152423.380000', '152423.840000', '152424.300000', '152424.760000', '152425.220000', '152425.680000', '152426.140000', '152426.600000', '152427.060000', '152427.520000', '152427.980000', '152428.440000', '152428.900000', '152429.360000', '152429.820000', '152430.280000', '152430.740000', '152431.200000', '152431.660000', '152432.120000', '152432.580000', '152433.040000', '152433.500000', '152433.960000', '152434.420000', '152434.880000', '152435.340000', '152435.800000', '152436.260000', '152436.720000', '152437.180000', '152437.640000', '152438.100000', '152438.560000', '152439.020000', '152439.480000', '152439.940000', '152440.400000', '152440.860000', '152441.320000', '152441.780000', '152442.240000', '152442.700000', '152443.160000', '152443.620000', '152444.080000', '152444.540000', '152445.000000', '152445.460000', '152445.920000', '152446.380000', '152446.840000', '152447.300000', '152447.760000', '152448.220000', '152448.680000', '152449.140000', '152449.600000', '152450.060000', '152450.520000', '152450.980000', '152451.440000', '152451.900000', '152452.360000', '152452.820000', '152453.280000', '152453.740000', '152454.200000', '152454.660000', '152455.120000', '152455.580000', '152456.040000', '152456.500000', '152456.960000', '152457.420000', '152457.880000', '152458.340000', '152458.800000', '152459.260000', '152459.720000', '152500.180000', '152500.640000', '152501.100000', '152501.560000', '152502.020000', '152502.480000', '152502.940000', '152503.400000', '152503.860000', '152504.320000', '152504.780000', '152505.240000', '152505.700000', '152506.160000', '152506.620000', '152507.080000', '152507.540000', '152508.000000', '152508.460000', '152508.920000', '152509.380000', '152509.840000', '152510.300000', '152510.760000', '152511.220000', '152511.680000', '152512.140000', '152512.600000', '152513.060000', '152513.520000', '152513.980000', '152514.440000', '152514.900000', '152515.360000', '152515.820000', '152516.280000', '152516.740000', '152517.200000', '152517.660000', '152518.120000', '152518.580000', '152519.040000', '152519.500000', '152519.960000', '152520.420000', '152520.880000', '152521.340000', '152521.800000', '152522.260000', '152522.720000', '152523.180000', '152523.640000', '152524.100000', '152524.560000', '152525.020000', '152525.480000', '152525.940000', '152526.400000', '152526.860000', '152527.320000', '152527.780000', '152528.240000', '152528.700000', '152529.160000', '152529.620000', '152530.080000', '152530.540000', '152531.000000', '152531.460000', '152531.920000', '152532.380000', '152532.840000', '152533.300000', '152533.760000', '152534.220000', '152534.680000', '152535.140000', '152535.600000', '152536.060000', '152536.520000', '152536.980000', '152537.440000', '152537.900000', '152538.360000', '152538.820000', '152539.280000', '152539.740000', '152540.200000', '152540.660000', '152541.120000', '152541.580000', '152542.040000', '152542.500000', '152542.960000', '152543.420000', '152543.880000', '152544.340000', '152544.800000', '152545.260000', '152545.720000', '152546.180000', '152546.640000', '152547.100000', '152547.560000', '152548.020000', '152548.480000', '152548.940000', '152549.400000', '152549.860000', '152550.320000', '152550.780000', '152551.240000', '152551.700000', '152552.160000', '152552.620000', '152553.080000', '152553.540000', '152554.000000', '152554.460000', '152554.920000', '152555.380000', '152555.840000', '152556.300000', '152556.760000', '152557.220000', '152557.680000', '152558.140000', '152558.600000', '152559.060000', '152559.520000', '152559.980000', '152600.440000', '152600.900000', '152601.360000', '152601.820000', '152602.280000', '152602.740000', '152603.200000', '152603.660000', '152604.120000', '152604.580000', '152605.040000', '152605.500000', '152605.960000', '152606.420000', '152606.880000', '152607.340000', '152607.800000', '152608.260000', '152608.720000', '152609.180000', '152609.640000', '152610.100000', '152610.560000', '152611.020000', '152611.480000', '152611.940000', '152612.400000', '152612.860000', '152613.320000', '152613.780000', '152614.240000', '152614.700000', '152615.160000', '152615.620000', '152616.080000', '152616.540000', '152617.000000', '152617.460000', '152617.920000', '152618.380000', '152618.840000', '152619.300000', '152619.760000', '152620.220000', '152620.680000', '152621.140000', '152621.600000', '152622.060000', '152622.520000', '152622.980000', '152623.440000', '152623.900000', '152624.360000', '152624.820000', '152625.280000', '152625.740000', '152626.200000', '152626.660000', '152627.120000', '152627.580000', '152628.040000', '152628.500000', '152628.960000', '152629.420000', '152629.880000', '152630.340000', '152630.800000', '152631.260000', '152631.720000', '152632.180000', '152632.640000', '152633.100000', '152633.560000', '152634.020000', '152634.480000', '152634.940000', '152635.400000', '152635.860000', '152636.320000', '152636.780000', '152637.240000', '152637.700000', '152638.160000', '152638.620000', '152639.080000', '152639.540000', '152640.000000', '152640.460000', '152640.920000', '152641.380000', '152641.840000', '152642.300000', '152642.760000', '152643.220000', '152643.680000', '152644.140000', '152644.600000', '152645.060000', '152645.520000', '152645.980000', '152646.440000', '152646.900000', '152647.360000', '152647.820000', '152648.280000', '152648.740000', '152649.200000', '152649.660000', '152650.120000', '152650.580000', '152651.040000', '152651.500000', '152651.960000', '152652.420000', '152652.880000', '152653.340000', '152653.800000', '152654.260000', '152654.720000', '152655.180000', '152655.640000', '152656.100000', '152656.560000', '152657.020000', '152657.480000', '152657.940000', '152658.400000', '152658.860000', '152659.320000', '152659.780000', '152700.240000', '152700.700000', '152701.160000', '152701.620000', '152702.080000', '152702.540000', '152703.000000', '152703.460000', '152703.920000', '152704.380000', '152704.840000', '152705.300000', '152705.760000', '152706.220000', '152706.680000', '152707.140000', '152707.600000', '152708.060000', '152708.520000', '152708.980000', '152709.440000', '152709.900000', '152710.360000', '152710.820000', '152711.280000', '152711.740000', '152712.200000', '152712.660000', '152713.120000', '152713.580000', '152714.040000', '152714.500000', '152714.960000', '152715.420000', '152715.880000', '152716.340000', '152716.800000', '152717.260000', '152717.720000', '152718.180000', '152718.640000', '152719.100000', '152719.560000', '152720.020000', '152720.480000', '152720.940000', '152721.400000', '152721.860000', '152722.320000', '152722.780000', '152723.240000', '152723.700000', '152724.160000', '152724.620000', '152725.080000', '152725.540000', '152726.000000', '152726.460000', '152726.920000', '152727.380000', '152727.840000', '152728.300000', '152728.760000', '152729.220000', '152729.680000', '152730.140000', '152730.600000', '152731.060000', '152731.520000', '152731.980000', '152732.440000', '152732.900000', '152733.360000', '152733.820000', '152734.280000', '152734.740000', '152735.200000', '152735.660000', '152736.120000', '152736.580000', '152737.040000', '152737.500000', '152737.960000', '152738.420000', '152738.880000', '152739.340000', '152739.800000', '152740.260000', '152740.720000', '152741.180000', '152741.640000', '152742.100000', '152742.560000', '152743.020000', '152743.480000', '152743.940000', '152744.400000', '152744.860000', '152745.320000', '152745.780000', '152746.240000', '152746.700000', '152747.160000', '152747.620000', '152748.080000', '152748.540000', '152749.000000', '152749.460000', '152749.920000', '152750.380000', '152750.840000', '152751.300000', '152751.760000', '152752.220000', '152752.680000', '152753.140000', '152753.600000', '152754.060000', '152754.520000', '152754.980000', '152755.440000', '152755.900000', '152756.360000', '152756.820000', '152757.280000', '152757.740000', '152758.200000', '152758.660000', '152759.120000', '152759.580000', '152800.040000', '152800.500000', '152800.960000', '152801.420000', '152801.880000', '152802.340000', '152802.800000', '152803.260000', '152803.720000', '152804.180000', '152804.640000', '152805.100000', '152805.560000', '152806.020000', '152806.480000', '152806.940000', '152807.400000', '152807.860000', '152808.320000', '152808.780000', '152809.240000', '152809.700000', '152810.160000', '152810.620000', '152811.080000', '152811.540000', '152812.000000', '152812.460000', '152812.920000', '152813.380000', '152813.840000', '152814.300000', '152814.760000', '152815.220000', '152815.680000', '152816.140000', '152816.600000', '152817.060000', '152817.520000', '152817.980000', '152818.440000', '152818.900000', '152819.360000', '152819.820000', '152820.280000', '152820.740000', '152821.200000', '152821.660000', '152822.120000', '152822.580000', '152823.040000', '152823.500000', '152823.960000', '152824.420000', '152824.880000', '152825.340000', '152825.800000', '152826.260000', '152826.720000', '152827.180000', '152827.640000', '152828.100000', '152828.560000', '152829.020000', '152829.480000', '152829.940000', '152830.400000', '152830.860000', '152831.320000', '152831.780000', '152832.240000', '152832.700000', '152833.160000', '152833.620000', '152834.080000', '152834.540000', '152835.000000', '152835.460000', '152835.920000', '152836.380000', '152836.840000', '152837.300000', '152837.760000', '152838.220000', '152838.680000', '152839.140000', '152839.600000', '152840.060000', '152840.520000', '152840.980000', '152841.440000', '152841.900000', '152842.360000', '152842.820000', '152843.280000', '152843.740000', '152844.200000', '152844.660000', '152845.120000', '152845.580000', '152846.040000', '152846.500000', '152846.960000', '152847.420000', '152847.880000', '152848.340000', '152848.800000', '152849.260000', '152849.720000', '152850.180000', '152850.640000', '152851.100000', '152851.560000', '152852.020000', '152852.480000', '152852.940000', '152853.400000', '152853.860000', '152854.320000', '152854.780000', '152855.240000', '152855.700000', '152856.160000', '152856.620000', '152857.080000', '152857.540000', '152858.000000', '152858.460000', '152858.920000', '152859.380000', '152859.840000', '152900.300000', '152900.760000', '152901.220000', '152901.680000', '152902.140000', '152902.600000', '152903.060000', '152903.520000', '152903.980000', '152904.440000', '152904.900000', '152905.360000', '152905.820000', '152906.280000', '152906.740000', '152907.200000', '152907.660000', '152908.120000', '152908.580000', '152909.040000', '152909.500000', '152909.960000', '152910.420000', '152910.880000', '152911.340000', '152911.800000', '152912.260000', '152912.720000', '152913.180000', '152913.640000', '152914.100000', '152914.560000', '152915.020000', '152915.480000', '152915.940000', '152916.400000', '152916.860000', '152917.320000', '152917.780000', '152918.240000', '152918.700000', '152919.160000', '152919.620000', '152920.080000', '152920.540000', '152921.000000', '152921.460000', '152921.920000', '152922.380000', '152922.840000', '152923.300000', '152923.760000', '152924.220000', '152924.680000', '152925.140000', '152925.600000', '152926.060000', '152926.520000', '152926.980000', '152927.440000', '152927.900000', '152928.360000', '152928.820000', '152929.280000', '152929.740000', '152930.200000', '152930.660000', '152931.120000', '152931.580000', '152932.040000', '152932.500000', '152932.960000', '152933.420000', '152933.880000', '152934.340000', '152934.800000', '152935.260000', '152935.720000', '152936.180000', '152936.640000', '152937.100000', '152937.560000', '152938.020000', '152938.480000', '152938.940000', '152939.400000', '152939.860000', '152940.320000', '152940.780000', '152941.240000', '152941.700000', '152942.160000', '152942.620000', '152943.080000', '152943.540000', '152944.000000', '152944.460000', '152944.920000', '152945.380000', '152945.840000', '152946.300000', '152946.760000', '152947.220000', '152947.680000', '152948.140000', '152948.600000', '152949.060000', '152949.520000', '152949.980000', '152950.440000', '152950.900000', '152951.360000', '152951.820000', '152952.280000', '152952.740000', '152953.200000', '152953.660000', '152954.120000', '152954.580000', '152955.040000', '152955.500000', '152955.960000', '152956.420000', '152956.880000', '152957.340000', '152957.800000', '152958.260000', '152958.720000', '152959.180000', '152959.640000', '153000.100000', '153000.560000', '153001.020000', '153001.480000', '153001.940000', '153002.400000', '153002.860000', '153003.320000', '153003.780000', '153004.240000', '153004.700000', '153005.160000', '153005.620000', '153006.080000', '153006.540000', '153007.000000', '153007.460000', '153007.920000', '153008.380000', '153008.840000', '153009.300000', '153009.760000', '153010.220000', '153010.680000', '153011.140000', '153011.600000', '153012.060000', '153012.520000', '153012.980000', '153013.440000', '153013.900000', '153014.360000', '153014.820000', '153015.280000', '153015.740000', '153016.200000', '153016.660000', '153017.120000', '153017.580000', '153018.040000', '153018.500000', '153018.960000', '153019.420000', '153019.880000', '153020.340000', '153020.800000', '153021.260000', '153021.720000', '153022.180000', '153022.640000', '153023.100000', '153023.560000', '153024.020000', '153024.480000', '153024.940000', '153025.400000', '153025.860000', '153026.320000', '153026.780000', '153027.240000', '153027.700000', '153028.160000', '153028.620000', '153029.080000', '153029.540000', '153030.000000', '153030.460000', '153030.920000', '153031.380000', '153031.840000', '153032.300000', '153032.760000', '153033.220000', '153033.680000', '153034.140000', '153034.600000', '153035.060000', '153035.520000', '153035.980000', '153036.440000', '153036.900000', '153037.360000', '153037.820000', '153038.280000', '153038.740000', '153039.200000', '153039.660000', '153040.120000', '153040.580000', '153041.040000', '153041.500000', '153041.960000', '153042.420000', '153042.880000', '153043.340000', '153043.800000', '153044.260000', '153044.720000', '153045.180000', '153045.640000', '153046.100000', '153046.560000', '153047.020000', '153047.480000', '153047.940000', '153048.400000', '153048.860000', '153049.320000', '153049.780000', '153050.240000', '153050.700000', '153051.160000', '153051.620000', '153052.080000', '153052.540000', '153053.000000', '153053.460000', '153053.920000', '153054.380000', '153054.840000', '153055.300000', '153055.760000', '153056.220000', '153056.680000', '153057.140000', '153057.600000', '153058.060000', '153058.520000', '153058.980000', '153059.440000', '153059.900000', '153100.360000', '153100.820000', '153101.280000', '153101.740000', '153102.200000', '153102.660000', '153103.120000', '153103.580000', '153104.040000', '153104.500000', '153104.960000', '153105.420000', '153105.880000', '153106.340000', '153106.800000', '153107.260000', '153107.720000', '153108.180000', '153108.640000', '153109.100000', '153109.560000', '153110.020000', '153110.480000', '153110.940000', '153111.400000', '153111.860000', '153112.320000', '153112.780000', '153113.240000', '153113.700000', '153114.160000', '153114.620000', '153115.080000', '153115.540000', '153116.000000', '153116.460000', '153116.920000', '153117.380000', '153117.840000', '153118.300000', '153118.760000', '153119.220000', '153119.680000', '153120.140000', '153120.600000', '153121.060000', '153121.520000', '153121.980000', '153122.440000', '153122.900000', '153123.360000', '153123.820000', '153124.280000', '153124.740000', '153125.200000', '153125.660000', '153126.120000', '153126.580000', '153127.040000', '153127.500000', '153127.960000', '153128.420000', '153128.880000', '153129.340000', '153129.800000', '153130.260000', '153130.720000', '153131.180000', '153131.640000', '153132.100000', '153132.560000', '153133.020000', '153133.480000', '153133.940000', '153134.400000', '153134.860000', '153135.320000', '153135.780000', '153136.240000', '153136.700000', '153137.160000', '153137.620000', '153138.080000', '153138.540000', '153139.000000', '153139.460000', '153139.920000', '153140.380000', '153140.840000', '153141.300000', '153141.760000', '153142.220000', '153142.680000', '153143.140000', '153143.600000', '153144.060000', '153144.520000', '153144.980000', '153145.440000', '153145.900000', '153146.360000', '153146.820000', '153147.280000', '153147.740000', '153148.200000', '153148.660000', '153149.120000', '153149.580000', '153150.040000', '153150.500000', '153150.960000', '153151.420000', '153151.880000', '153152.340000', '153152.800000', '153153.260000', '153153.720000', '153154.180000', '153154.640000', '153155.100000', '153155.560000', '153156.020000', '153156.480000', '153156.940000', '153157.400000', '153157.860000', '153158.320000', '153158.780000', '153159.240000', '153159.700000', '153200.160000', '153200.620000', '153201.080000', '153201.540000', '153202.000000', '153202.460000', '153202.920000', '153203.380000', '153203.840000', '153204.300000', '153204.760000', '153205.220000', '153205.680000', '153206.140000', '153206.600000', '153207.060000', '153207.520000', '153207.980000', '153208.440000', '153208.900000', '153209.360000', '153209.820000', '153210.280000', '153210.740000', '153211.200000', '153211.660000', '153212.120000', '153212.580000', '153213.040000', '153213.500000', '153213.960000', '153214.420000', '153214.880000', '153215.340000', '153215.800000', '153216.260000', '153216.720000', '153217.180000', '153217.640000', '153218.100000', '153218.560000', '153219.020000', '153219.480000', '153219.940000', '153220.400000', '153220.860000', '153221.320000', '153221.780000', '153222.240000', '153222.700000', '153223.160000', '153223.620000', '153224.080000', '153224.540000', '153225.000000', '153225.460000', '153225.920000', '153226.380000', '153226.840000', '153227.300000', '153227.760000', '153228.220000', '153228.680000', '153229.140000', '153229.600000', '153230.060000', '153230.520000', '153230.980000', '153231.440000', '153231.900000', '153232.360000', '153232.820000', '153233.280000', '153233.740000', '153234.200000', '153234.660000', '153235.120000', '153235.580000', '153236.040000', '153236.500000', '153236.960000', '153237.420000', '153237.880000', '153238.340000', '153238.800000', '153239.260000', '153239.720000', '153240.180000', '153240.640000', '153241.100000', '153241.560000', '153242.020000', '153242.480000', '153242.940000', '153243.400000', '153243.860000', '153244.320000', '153244.780000', '153245.240000', '153245.700000', '153246.160000', '153246.620000', '153247.080000', '153247.540000', '153248.000000', '153248.460000', '153248.920000', '153249.380000', '153249.840000', '153250.300000', '153250.760000', '153251.220000', '153251.680000', '153252.140000', '153252.600000', '153253.060000', '153253.520000', '153253.980000', '153254.440000', '153254.900000', '153255.360000', '153255.820000', '153256.280000', '153256.740000', '153257.200000', '153257.660000', '153258.120000', '153258.580000', '153259.040000', '153259.500000', '153259.960000', '153300.420000', '153300.880000', '153301.340000', '153301.800000', '153302.260000', '153302.720000', '153303.180000', '153303.640000', '153304.100000', '153304.560000', '153305.020000', '153305.480000', '153305.940000', '153306.400000', '153306.860000', '153307.320000', '153307.780000', '153308.240000', '153308.700000', '153309.160000', '153309.620000', '153310.080000', '153310.540000', '153311.000000', '153311.460000', '153311.920000', '153312.380000', '153312.840000', '153313.300000', '153313.760000', '153314.220000', '153314.680000', '153315.140000', '153315.600000', '153316.060000', '153316.520000', '153316.980000', '153317.440000', '153317.900000', '153318.360000', '153318.820000', '153319.280000', '153319.740000', '153320.200000', '153320.660000', '153321.120000', '153321.580000', '153322.040000', '153322.500000', '153322.960000', '153323.420000', '153323.880000', '153324.340000', '153324.800000', '153325.260000', '153325.720000', '153326.180000', '153326.640000', '153327.100000', '153327.560000', '153328.020000', '153328.480000', '153328.940000', '153329.400000', '153329.860000', '153330.320000', '153330.780000', '153331.240000', '153331.700000', '153332.160000', '153332.620000', '153333.080000', '153333.540000', '153334.000000', '153334.460000', '153334.920000', '153335.380000', '153335.840000', '153336.300000', '153336.760000', '153337.220000', '153337.680000', '153338.140000', '153338.600000', '153339.060000', '153339.520000', '153339.980000', '153340.440000', '153340.900000', '153341.360000', '153341.820000', '153342.280000', '153342.740000', '153343.200000', '153343.660000', '153344.120000', '153344.580000', '153345.040000', '153345.500000', '153345.960000', '153346.420000', '153346.880000', '153347.340000', '153347.800000', '153348.260000', '153348.720000', '153349.180000', '153349.640000', '153350.100000', '153350.560000', '153351.020000', '153351.480000', '153351.940000', '153352.400000', '153352.860000', '153353.320000', '153353.780000', '153354.240000', '153354.700000', '153355.160000', '153355.620000', '153356.080000', '153356.540000', '153357.000000', '153357.460000', '153357.920000', '153358.380000', '153358.840000', '153359.300000', '153359.760000', '153400.220000', '153400.680000', '153401.140000', '153401.600000', '153402.060000', '153402.520000', '153402.980000', '153403.440000', '153403.900000', '153404.360000', '153404.820000', '153405.280000', '153405.740000', '153406.200000', '153406.660000', '153407.120000', '153407.580000', '153408.040000', '153408.500000', '153408.960000', '153409.420000', '153409.880000', '153410.340000', '153410.800000', '153411.260000', '153411.720000', '153412.180000', '153412.640000', '153413.100000', '153413.560000', '153414.020000', '153414.480000', '153414.940000', '153415.400000', '153415.860000', '153416.320000', '153416.780000', '153417.240000', '153417.700000', '153418.160000', '153418.620000', '153419.080000', '153419.540000', '153420.000000', '153420.460000', '153420.920000', '153421.380000', '153421.840000', '153422.300000', '153422.760000', '153423.220000', '153423.680000', '153424.140000', '153424.600000', '153425.060000', '153425.520000', '153425.980000', '153426.440000', '153426.900000', '153427.360000', '153427.820000', '153428.280000', '153428.740000', '153429.200000', '153429.660000', '153430.120000', '153430.580000', '153431.040000', '153431.500000', '153431.960000', '153432.420000', '153432.880000', '153433.340000', '153433.800000', '153434.260000', '153434.720000', '153435.180000', '153435.640000', '153436.100000', '153436.560000', '153437.020000', '153437.480000', '153437.940000', '153438.400000', '153438.860000', '153439.320000', '153439.780000', '153440.240000', '153440.700000', '153441.160000', '153441.620000', '153442.080000', '153442.540000', '153443.000000', '153443.460000', '153443.920000', '153444.380000', '153444.840000', '153445.300000', '153445.760000', '153446.220000', '153446.680000', '153447.140000', '153447.600000', '153448.060000', '153448.520000', '153448.980000', '153449.440000', '153449.900000', '153450.360000', '153450.820000', '153451.280000', '153451.740000', '153452.200000', '153452.660000', '153453.120000', '153453.580000', '153454.040000', '153454.500000', '153454.960000', '153455.420000', '153455.880000', '153456.340000', '153456.800000', '153457.260000', '153457.720000', '153458.180000', '153458.640000', '153459.100000', '153459.560000', '153500.020000', '153500.480000', '153500.940000', '153501.400000', '153501.860000', '153502.320000', '153502.780000', '153503.240000', '153503.700000', '153504.160000', '153504.620000', '153505.080000', '153505.540000', '153506.000000', '153506.460000', '153506.920000', '153507.380000', '153507.840000', '153508.300000', '153508.760000', '153509.220000', '153509.680000', '153510.140000', '153510.600000', '153511.060000', '153511.520000', '153511.980000', '153512.440000', '153512.900000', '153513.360000', '153513.820000', '153514.280000', '153514.740000', '153515.200000', '153515.660000', '153516.120000', '153516.580000', '153517.040000', '153517.500000', '153517.960000', '153518.420000', '153518.880000', '153519.340000', '153519.800000', '153520.260000', '153520.720000', '153521.180000', '153521.640000', '153522.100000', '153522.560000', '153523.020000', '153523.480000', '153523.940000', '153524.400000', '153524.860000', '153525.320000', '153525.780000', '153526.240000', '153526.700000', '153527.160000', '153527.620000', '153528.080000', '153528.540000', '153529.000000', '153529.460000', '153529.920000', '153530.380000', '153530.840000', '153531.300000', '153531.760000', '153532.220000', '153532.680000', '153533.140000', '153533.600000', '153534.060000', '153534.520000', '153534.980000', '153535.440000', '153535.900000', '153536.360000', '153536.820000', '153537.280000', '153537.740000', '153538.200000', '153538.660000', '153539.120000', '153539.580000', '153540.040000', '153540.500000', '153540.960000', '153541.420000', '153541.880000', '153542.340000', '153542.800000', '153543.260000', '153543.720000', '153544.180000', '153544.640000', '153545.100000', '153545.560000', '153546.020000', '153546.480000', '153546.940000', '153547.400000', '153547.860000', '153548.320000', '153548.780000', '153549.240000', '153549.700000', '153550.160000', '153550.620000', '153551.080000', '153551.540000', '153552.000000', '153552.460000', '153552.920000', '153553.380000', '153553.840000', '153554.300000', '153554.760000', '153555.220000', '153555.680000', '153556.140000', '153556.600000', '153557.060000', '153557.520000', '153557.980000', '153558.440000', '153558.900000', '153559.360000', '153559.820000', '153600.280000', '153600.740000', '153601.200000', '153601.660000', '153602.120000', '153602.580000'], 'ContentTime': ['152203.975000', '152203.978000', '152203.981000', '152203.995000', '152203.998000', '152204.001000', '152204.004000', '152204.006000', '152204.009000', '152204.011000', '152204.014000', '152204.017000', '152204.019000', '152204.022000', '152204.025000', '152204.027000', '152204.038000', '152204.041000', '152204.044000', '152204.047000', '152204.050000', '152204.052000', '152204.055000', '152204.057000', '152204.060000', '152204.062000', '152204.065000', '152204.068000', '152204.070000', '152204.073000', '152204.075000', '152204.078000', '152204.081000', '152223.924000', '152223.927000', '152223.930000', '152223.933000', '152223.935000', '152223.938000', '152223.940000', '152223.943000', '152223.946000', '152223.948000', '152223.951000', '152223.953000', '152223.956000', '152223.959000', '152223.961000', '152223.964000', '152223.966000', '152223.969000', '152223.971000', '152223.974000', '152223.977000', '152223.979000', '152223.982000', '152223.988000', '152223.990000', '152223.993000', '152223.995000', '152223.998000', '152224.002000', '152224.004000', '152224.007000', '152224.010000', '152224.012000', '152224.015000', '152224.017000', '152224.020000', '152224.022000', '152224.025000', '152224.028000', '152224.030000', '152224.033000', '152224.035000', '152224.038000', '152224.041000', '152243.925000', '152243.928000', '152243.931000', '152243.933000', '152243.936000', '152243.939000', '152243.941000', '152243.944000', '152243.951000', '152243.953000', '152243.956000', '152243.959000', '152243.961000', '152243.964000', '152243.966000', '152243.969000', '152243.972000', '152243.974000', '152243.977000', '152243.979000', '152243.982000', '152243.985000', '152243.987000', '152243.990000', '152243.992000', '152243.995000', '152243.998000', '152244.000000', '152244.003000', '152244.012000', '152244.015000', '152244.017000', '152244.020000', '152244.023000', '152244.025000', '152244.028000', '152244.030000', '152244.033000', '152244.036000', '152244.038000', '152244.041000', '152244.044000', '152244.046000', '152303.926000', '152303.929000', '152303.931000', '152303.934000', '152303.936000', '152303.939000', '152303.942000', '152303.945000', '152303.947000', '152303.950000', '152303.953000', '152303.955000', '152303.958000', '152303.960000', '152303.963000', '152303.966000', '152303.968000', '152303.971000', '152303.973000', '152303.976000', '152303.979000', '152303.981000', '152303.984000', '152303.987000', '152303.989000', '152303.992000', '152303.994000', '152303.997000', '152304.001000', '152304.003000', '152304.006000', '152304.009000', '152304.011000', '152304.014000', '152304.017000', '152304.019000', '152304.022000', '152304.024000', '152304.027000', '152304.030000', '152304.032000', '152304.035000', '152304.037000', '152304.040000', '152323.926000', '152323.928000', '152323.931000', '152323.934000', '152323.936000', '152323.939000', '152323.942000', '152323.944000', '152323.947000', '152323.949000', '152323.952000', '152323.955000', '152323.957000', '152323.960000', '152323.962000', '152323.965000', '152323.967000', '152323.970000', '152323.973000', '152323.975000', '152323.978000', '152323.981000', '152323.983000', '152323.986000', '152323.988000', '152323.991000', '152323.994000', '152323.996000', '152324.000000', '152324.002000', '152324.005000', '152324.008000', '152324.010000', '152324.013000', '152324.016000', '152324.018000', '152324.021000', '152324.023000', '152324.026000', '152324.029000', '152324.031000', '152324.034000', '152324.037000', '152343.925000', '152343.928000', '152343.931000', '152343.933000', '152343.936000', '152343.939000', '152343.941000', '152343.944000', '152343.947000', '152343.949000', '152343.952000', '152343.954000', '152343.957000', '152343.960000', '152343.962000', '152343.965000', '152343.968000', '152343.970000', '152343.973000', '152343.976000', '152343.978000', '152343.981000', '152343.983000', '152343.986000', '152343.989000', '152343.991000', '152343.994000', '152343.996000', '152344.000000', '152344.003000', '152344.005000', '152344.008000', '152344.010000', '152344.023000', '152344.025000', '152344.028000', '152344.031000', '152344.033000', '152344.036000', '152344.038000', '152344.041000', '152344.044000', '152344.046000', '152344.049000', '152403.926000', '152403.928000', '152403.931000', '152403.934000', '152403.936000', '152403.939000', '152403.942000', '152403.944000', '152403.947000', '152403.949000', '152403.952000', '152403.955000', '152403.957000', '152403.960000', '152403.963000', '152403.965000', '152403.968000', '152403.971000', '152403.973000', '152403.976000', '152403.978000', '152403.981000', '152403.984000', '152403.986000', '152403.989000', '152403.991000', '152403.994000', '152403.997000', '152403.999000', '152404.002000', '152404.004000', '152404.007000', '152404.010000', '152404.017000', '152404.020000', '152404.022000', '152404.025000', '152404.027000', '152404.030000', '152404.033000', '152404.035000', '152404.038000', '152404.040000', '152423.925000', '152423.928000', '152423.931000', '152423.934000', '152423.937000', '152423.939000', '152423.942000', '152423.944000', '152423.947000', '152423.950000', '152423.952000', '152423.955000', '152423.958000', '152423.960000', '152423.963000', '152423.966000', '152423.968000', '152423.971000', '152423.973000', '152423.976000', '152423.979000', '152423.981000', '152423.984000', '152423.987000', '152423.989000', '152423.992000', '152423.994000', '152423.997000', '152424.001000', '152424.003000', '152424.006000', '152424.009000', '152424.011000', '152424.014000', '152424.016000', '152424.019000', '152424.022000', '152424.024000', '152424.027000', '152424.029000', '152424.032000', '152424.035000', '152424.037000', '152424.040000', '152443.925000', '152443.938000', '152443.941000', '152443.943000', '152443.946000', '152443.948000', '152443.951000', '152443.954000', '152443.956000', '152443.959000', '152443.962000', '152443.964000', '152443.967000', '152443.969000', '152443.972000', '152443.975000', '152443.977000', '152443.980000', '152443.982000', '152443.985000', '152443.988000', '152443.990000', '152443.993000', '152443.996000', '152443.998000', '152444.002000', '152444.004000', '152444.007000', '152444.010000', '152444.012000', '152444.015000', '152444.018000', '152444.020000', '152444.023000', '152444.026000', '152444.028000', '152444.031000', '152444.033000', '152444.036000', '152444.039000', '152444.041000', '152444.044000', '152444.046000', '152503.926000', '152503.929000', '152503.931000', '152503.934000', '152503.937000', '152503.939000', '152503.942000', '152503.945000', '152503.947000', '152503.950000', '152503.953000', '152503.956000', '152503.958000', '152503.961000', '152503.963000', '152503.966000', '152503.969000', '152503.971000', '152503.974000', '152503.976000', '152503.979000', '152503.982000', '152503.984000', '152503.987000', '152503.990000', '152503.992000', '152503.995000', '152503.997000', '152504.000000', '152504.003000', '152504.006000', '152504.008000', '152504.011000', '152504.013000', '152504.016000', '152504.019000', '152504.021000', '152504.024000', '152504.027000', '152504.029000', '152504.032000', '152504.034000', '152504.037000', '152523.926000', '152523.928000', '152523.931000', '152523.934000', '152523.936000', '152523.939000', '152523.941000', '152523.944000', '152523.947000', '152523.949000', '152523.952000', '152523.954000', '152523.957000', '152523.960000', '152523.962000', '152523.975000', '152523.978000', '152523.981000', '152523.983000', '152523.986000', '152523.989000', '152523.991000', '152523.994000', '152523.996000', '152524.000000', '152524.003000', '152524.005000', '152524.008000', '152524.010000', '152524.013000', '152524.016000', '152524.018000', '152524.021000', '152524.023000', '152524.026000', '152524.029000', '152524.031000', '152524.034000', '152524.037000', '152524.039000', '152524.042000', '152524.044000', '152524.047000', '152524.050000', '152543.925000', '152543.929000', '152543.931000', '152543.934000', '152543.936000', '152543.939000', '152543.942000', '152543.944000', '152543.947000', '152543.950000', '152543.952000', '152543.955000', '152543.957000', '152543.960000', '152543.963000', '152543.966000', '152543.969000', '152543.972000', '152543.975000', '152543.977000', '152543.980000', '152543.982000', '152543.985000', '152543.988000', '152543.990000', '152543.993000', '152543.995000', '152543.998000', '152544.002000', '152544.004000', '152544.007000', '152544.010000', '152544.012000', '152544.015000', '152544.017000', '152544.020000', '152544.023000', '152544.025000', '152544.028000', '152544.031000', '152544.033000', '152544.036000', '152544.039000', '152603.926000', '152603.928000', '152603.931000', '152603.934000', '152603.937000', '152603.939000', '152603.942000', '152603.945000', '152603.947000', '152603.950000', '152603.953000', '152603.955000', '152603.958000', '152603.961000', '152603.963000', '152603.966000', '152603.969000', '152603.971000', '152603.974000', '152603.976000', '152603.979000', '152603.982000', '152603.984000', '152603.987000', '152603.990000', '152603.992000', '152603.995000', '152603.998000', '152604.001000', '152604.004000', '152604.006000', '152604.009000', '152604.012000', '152604.014000', '152604.017000', '152604.019000', '152604.022000', '152604.025000', '152604.027000', '152604.030000', '152604.032000', '152604.035000', '152604.038000', '152604.041000', '152623.926000', '152623.929000', '152623.931000', '152623.934000', '152623.937000', '152623.939000', '152623.942000', '152623.944000', '152623.947000', '152623.950000', '152623.952000', '152623.955000', '152623.958000', '152623.960000', '152623.963000', '152623.965000', '152623.968000', '152623.971000', '152623.973000', '152623.976000', '152623.978000', '152623.981000', '152623.984000', '152623.986000', '152623.989000', '152623.991000', '152623.994000', '152623.997000', '152624.000000', '152624.003000', '152624.006000', '152624.008000', '152624.011000', '152624.013000', '152624.016000', '152624.019000', '152624.021000', '152624.024000', '152624.026000', '152624.029000', '152624.032000', '152624.034000', '152624.037000', '152643.925000', '152643.927000', '152643.930000', '152643.933000', '152643.935000', '152643.938000', '152643.940000', '152643.943000', '152643.946000', '152643.948000', '152643.951000', '152643.954000', '152643.956000', '152643.959000', '152643.961000', '152643.964000', '152643.967000', '152643.969000', '152643.972000', '152643.975000', '152643.977000', '152643.980000', '152643.982000', '152643.985000', '152643.988000', '152643.990000', '152643.993000', '152643.996000', '152643.998000', '152644.002000', '152644.005000', '152644.007000', '152644.010000', '152644.012000', '152644.015000', '152644.018000', '152644.029000', '152644.032000', '152644.035000', '152644.037000', '152644.054000', '152644.056000', '152644.059000', '152644.061000', '152703.925000', '152703.932000', '152703.935000', '152703.937000', '152703.940000', '152703.943000', '152703.945000', '152703.948000', '152703.950000', '152703.953000', '152703.956000', '152703.959000', '152703.961000', '152703.964000', '152703.967000', '152703.969000', '152703.972000', '152703.975000', '152703.977000', '152703.980000', '152703.983000', '152703.985000', '152703.988000', '152703.991000', '152703.994000', '152703.996000', '152704.000000', '152704.002000', '152704.006000', '152704.008000', '152704.011000', '152704.014000', '152704.016000', '152704.019000', '152704.021000', '152704.024000', '152704.027000', '152704.029000', '152704.032000', '152704.035000', '152704.037000', '152704.040000', '152704.043000', '152723.925000', '152723.928000', '152723.931000', '152723.934000', '152723.936000', '152723.939000', '152723.942000', '152723.944000', '152723.947000', '152723.950000', '152723.954000', '152723.957000', '152723.960000', '152723.962000', '152723.965000', '152723.968000', '152723.970000', '152723.973000', '152723.975000', '152723.978000', '152723.981000', '152723.983000', '152723.986000', '152723.988000', '152723.991000', '152723.994000', '152723.996000', '152723.999000', '152724.002000', '152724.004000', '152724.007000', '152724.009000', '152724.012000', '152724.015000', '152724.017000', '152724.020000', '152724.022000', '152724.025000', '152724.028000', '152724.030000', '152724.033000', '152724.036000', '152724.038000', '152724.041000', '152743.925000', '152743.928000', '152743.931000', '152743.934000', '152743.936000', '152743.939000', '152743.941000', '152743.944000', '152743.947000', '152743.949000', '152743.952000', '152743.954000', '152743.957000', '152743.960000', '152743.962000', '152743.965000', '152743.968000', '152743.970000', '152743.973000', '152743.975000', '152743.978000', '152743.981000', '152743.983000', '152743.986000', '152743.989000', '152743.991000', '152743.994000', '152743.997000', '152744.000000', '152744.003000', '152744.005000', '152744.008000', '152744.011000', '152744.014000', '152744.016000', '152744.019000', '152744.022000', '152744.024000', '152744.027000', '152744.029000', '152744.032000', '152744.035000', '152744.037000', '152803.926000', '152803.929000', '152803.931000', '152803.934000', '152803.936000', '152803.939000', '152803.942000', '152803.944000', '152803.947000', '152803.950000', '152803.953000', '152803.955000', '152803.958000', '152803.960000', '152803.963000', '152803.966000', '152803.968000', '152803.971000', '152803.973000', '152803.976000', '152803.979000', '152803.981000', '152803.984000', '152803.987000', '152803.989000', '152803.992000', '152803.994000', '152803.997000', '152804.000000', '152804.002000', '152804.005000', '152804.007000', '152804.010000', '152804.013000', '152804.015000', '152804.018000', '152804.021000', '152804.023000', '152804.026000', '152804.028000', '152804.031000', '152804.034000', '152804.036000', '152804.039000', '152823.926000', '152823.929000', '152823.931000', '152823.934000', '152823.936000', '152823.939000', '152823.953000', '152823.955000', '152823.958000', '152823.961000', '152823.963000', '152823.966000', '152823.968000', '152823.971000', '152823.974000', '152823.976000', '152823.980000', '152823.983000', '152823.986000', '152823.988000', '152823.991000', '152823.994000', '152823.996000', '152824.000000', '152824.003000', '152824.005000', '152824.008000', '152824.010000', '152824.013000', '152824.016000', '152824.018000', '152824.021000', '152824.023000', '152824.026000', '152824.029000', '152824.032000', '152824.034000', '152824.037000', '152824.040000', '152824.042000', '152824.046000', '152824.049000', '152824.051000', '152843.925000', '152843.928000', '152843.931000', '152843.934000', '152843.936000', '152843.939000', '152843.941000', '152843.944000', '152843.947000', '152843.949000', '152843.952000', '152843.954000', '152843.957000', '152843.960000', '152843.962000', '152843.965000', '152843.968000', '152843.970000', '152843.973000', '152843.975000', '152843.978000', '152843.981000', '152843.983000', '152843.986000', '152843.989000', '152843.991000', '152843.994000', '152843.996000', '152844.000000', '152844.003000', '152844.005000', '152844.008000', '152844.011000', '152844.013000', '152844.017000', '152844.020000', '152844.022000', '152844.025000', '152844.027000', '152844.030000', '152844.033000', '152844.035000', '152844.038000', '152844.040000', '152903.925000', '152903.928000', '152903.930000', '152903.933000', '152903.935000', '152903.938000', '152903.941000', '152903.943000', '152903.946000', '152903.949000', '152903.951000', '152903.954000', '152903.956000', '152903.959000', '152903.962000', '152903.964000', '152903.967000', '152903.970000', '152903.972000', '152903.975000', '152903.978000', '152903.980000', '152903.983000', '152903.985000', '152903.988000', '152903.990000', '152903.993000', '152903.996000', '152903.998000', '152904.002000', '152904.005000', '152904.008000', '152904.011000', '152904.014000', '152904.016000', '152904.019000', '152904.022000', '152904.024000', '152904.027000', '152904.029000', '152904.032000', '152904.035000', '152904.037000', '152923.925000', '152923.928000', '152923.930000', '152923.933000', '152923.936000', '152923.938000', '152923.941000', '152923.944000', '152923.946000', '152923.949000', '152923.951000', '152923.954000', '152923.957000', '152923.959000', '152923.962000', '152923.965000', '152923.967000', '152923.970000', '152923.972000', '152923.975000', '152923.978000', '152923.980000', '152923.983000', '152923.985000', '152923.988000', '152923.991000', '152923.993000', '152923.996000', '152924.000000', '152924.002000', '152924.005000', '152924.008000', '152924.010000', '152924.013000', '152924.016000', '152924.018000', '152924.021000', '152924.024000', '152924.026000', '152924.029000', '152924.032000', '152924.034000', '152924.037000', '152924.039000', '152943.925000', '152943.928000', '152943.931000', '152943.946000', '152943.949000', '152943.951000', '152943.954000', '152943.956000', '152943.959000', '152943.962000', '152943.964000', '152943.967000', '152943.969000', '152943.972000', '152943.975000', '152943.977000', '152943.980000', '152943.982000', '152943.985000', '152943.988000', '152943.990000', '152943.993000', '152943.996000', '152943.998000', '152944.001000', '152944.003000', '152944.006000', '152944.009000', '152944.011000', '152944.014000', '152944.016000', '152944.019000', '152944.021000', '152944.024000', '152944.027000', '152944.029000', '152944.032000', '152944.043000', '152944.046000', '152944.048000', '152944.051000', '152944.054000', '152944.056000', '153003.926000', '153003.928000', '153003.931000', '153003.934000', '153003.936000', '153003.939000', '153003.941000', '153003.945000', '153003.947000', '153003.950000', '153003.952000', '153003.955000', '153003.957000', '153003.960000', '153003.963000', '153003.965000', '153003.968000', '153003.971000', '153003.973000', '153003.976000', '153003.979000', '153003.981000', '153003.984000', '153003.987000', '153003.989000', '153003.992000', '153003.994000', '153003.997000', '153004.001000', '153004.003000', '153004.006000', '153004.009000', '153004.011000', '153004.014000', '153004.017000', '153004.019000', '153004.022000', '153004.025000', '153004.027000', '153004.030000', '153004.032000', '153004.035000', '153004.038000', '153004.040000', '153023.926000', '153023.929000', '153023.931000', '153023.934000', '153023.937000', '153023.939000', '153023.942000', '153023.944000', '153023.947000', '153023.950000', '153023.952000', '153023.955000', '153023.957000', '153023.960000', '153023.963000', '153023.965000', '153023.968000', '153023.971000', '153023.973000', '153023.976000', '153023.979000', '153023.981000', '153023.984000', '153023.986000', '153023.996000', '153024.000000', '153024.003000', '153024.005000', '153024.008000', '153024.011000', '153024.013000', '153024.016000', '153024.019000', '153024.021000', '153024.024000', '153024.027000', '153024.029000', '153024.032000', '153024.035000', '153024.037000', '153024.040000', '153024.043000', '153024.045000', '153043.926000', '153043.929000', '153043.931000', '153043.934000', '153043.937000', '153043.939000', '153043.942000', '153043.945000', '153043.947000', '153043.950000', '153043.953000', '153043.955000', '153043.958000', '153043.960000', '153043.963000', '153043.966000', '153043.968000', '153043.971000', '153043.974000', '153043.976000', '153043.979000', '153043.982000', '153043.984000', '153043.987000', '153043.989000', '153043.992000', '153043.994000', '153043.997000', '153044.001000', '153044.003000', '153044.006000', '153044.009000', '153044.011000', '153044.014000', '153044.016000', '153044.019000', '153044.022000', '153044.024000', '153044.027000', '153044.029000', '153044.032000', '153044.035000', '153044.037000', '153044.040000', '153103.926000', '153103.929000', '153103.931000', '153103.934000', '153103.937000', '153103.940000', '153103.942000', '153103.945000', '153103.948000', '153103.951000', '153103.953000', '153103.956000', '153103.959000', '153103.961000', '153103.964000', '153103.967000', '153103.969000', '153103.972000', '153103.974000', '153103.977000', '153103.980000', '153103.982000', '153103.985000', '153103.987000', '153103.990000', '153103.993000', '153103.995000', '153103.998000', '153104.002000', '153104.004000', '153104.007000', '153104.009000', '153104.012000', '153104.015000', '153104.017000', '153104.020000', '153104.023000', '153104.025000', '153104.028000', '153104.031000', '153104.033000', '153104.036000', '153104.039000', '153123.925000', '153123.928000', '153123.931000', '153123.933000', '153123.936000', '153123.938000', '153123.941000', '153123.944000', '153123.946000', '153123.949000', '153123.952000', '153123.955000', '153123.958000', '153123.961000', '153123.964000', '153123.967000', '153123.970000', '153123.972000', '153123.975000', '153123.978000', '153123.980000', '153123.983000', '153123.985000', '153123.988000', '153123.991000', '153123.993000', '153123.996000', '153124.000000', '153124.002000', '153124.005000', '153124.008000', '153124.015000', '153124.018000', '153124.021000', '153124.023000', '153124.026000', '153124.028000', '153124.031000', '153124.034000', '153124.036000', '153124.039000', '153124.042000', '153124.044000', '153143.925000', '153143.927000', '153143.930000', '153143.933000', '153143.935000', '153143.938000', '153143.941000', '153143.943000', '153143.946000', '153143.948000', '153143.951000', '153143.954000', '153143.956000', '153143.959000', '153143.961000', '153143.964000', '153143.967000', '153143.969000', '153143.972000', '153143.974000', '153143.977000', '153143.980000', '153143.982000', '153143.985000', '153143.987000', '153143.990000', '153143.993000', '153143.995000', '153143.998000', '153144.002000', '153144.004000', '153144.007000', '153144.009000', '153144.012000', '153144.015000', '153144.017000', '153144.020000', '153144.022000', '153144.025000', '153144.028000', '153144.030000', '153144.033000', '153144.036000', '153144.038000', '153203.927000', '153203.930000', '153203.932000', '153203.935000', '153203.938000', '153203.940000', '153203.943000', '153203.946000', '153203.948000', '153203.951000', '153203.954000', '153203.956000', '153203.959000', '153203.961000', '153203.964000', '153203.967000', '153203.969000', '153203.972000', '153203.975000', '153203.977000', '153203.980000', '153203.983000', '153203.986000', '153203.988000', '153203.991000', '153203.994000', '153203.996000', '153204.000000', '153204.003000', '153204.005000', '153204.008000', '153204.011000', '153204.013000', '153204.016000', '153204.018000', '153204.021000', '153204.024000', '153204.026000', '153204.029000', '153204.031000', '153204.051000', '153204.054000', '153204.056000', '153204.059000', '153223.926000', '153223.929000', '153223.932000', '153223.934000', '153223.937000', '153223.940000', '153223.942000', '153223.945000', '153223.948000', '153223.950000', '153223.953000', '153223.956000', '153223.958000', '153223.961000', '153223.963000', '153223.966000', '153223.969000', '153223.971000', '153223.974000', '153223.976000', '153223.979000', '153223.982000', '153223.984000', '153223.987000', '153223.989000', '153223.992000', '153223.995000', '153223.997000', '153224.001000', '153224.004000', '153224.006000', '153224.009000', '153224.012000', '153224.014000', '153224.017000', '153224.020000', '153224.022000', '153224.025000', '153224.028000', '153224.030000', '153224.033000', '153224.036000', '153224.038000', '153243.926000', '153243.929000', '153243.932000', '153243.934000', '153243.937000', '153243.940000', '153243.942000', '153243.945000', '153243.947000', '153243.950000', '153243.953000', '153243.955000', '153243.958000', '153243.960000', '153243.963000', '153243.966000', '153243.968000', '153243.971000', '153243.973000', '153243.976000', '153243.979000', '153243.981000', '153243.984000', '153243.986000', '153243.989000', '153243.992000', '153243.994000', '153243.997000', '153243.999000', '153244.002000', '153244.005000', '153244.007000', '153244.010000', '153244.012000', '153244.015000', '153244.018000', '153244.020000', '153244.023000', '153244.026000', '153244.028000', '153244.031000', '153244.033000', '153244.044000', '153303.925000', '153303.929000', '153303.931000', '153303.934000', '153303.936000', '153303.939000', '153303.942000', '153303.944000', '153303.947000', '153303.949000', '153303.952000', '153303.955000', '153303.957000', '153303.960000', '153303.963000', '153303.965000', '153303.968000', '153303.970000', '153303.973000', '153303.976000', '153303.978000', '153303.981000', '153303.984000', '153303.986000', '153303.995000', '153303.997000', '153304.001000', '153304.004000', '153304.006000', '153304.009000', '153304.011000', '153304.014000', '153304.017000', '153304.019000', '153304.022000', '153304.025000', '153304.027000', '153304.030000', '153304.032000', '153304.035000', '153304.038000', '153304.040000', '153304.043000', '153304.046000', '153323.926000', '153323.929000', '153323.932000', '153323.934000', '153323.937000', '153323.939000', '153323.942000', '153323.945000', '153323.947000', '153323.950000', '153323.953000', '153323.955000', '153323.958000', '153323.960000', '153323.963000', '153323.967000', '153323.970000', '153323.973000', '153323.975000', '153323.978000', '153323.980000', '153323.983000', '153324.020000', '153324.022000', '153324.025000', '153324.028000', '153324.030000', '153324.033000', '153324.036000', '153324.038000', '153324.041000', '153324.043000', '153324.046000', '153324.049000', '153324.051000', '153324.054000', '153324.056000', '153324.059000', '153324.062000', '153324.064000', '153324.067000', '153324.070000', '153324.072000', '153343.925000', '153343.928000', '153343.930000', '153343.933000', '153343.935000', '153343.938000', '153343.941000', '153343.943000', '153343.946000', '153343.948000', '153343.951000', '153343.954000', '153343.956000', '153343.959000', '153343.962000', '153343.964000', '153343.967000', '153343.969000', '153343.972000', '153343.974000', '153343.977000', '153343.980000', '153343.982000', '153343.985000', '153343.988000', '153343.990000', '153343.993000', '153343.996000', '153343.998000', '153344.001000', '153344.003000', '153344.006000', '153344.009000', '153344.011000', '153344.014000', '153344.016000', '153344.019000', '153344.022000', '153344.024000', '153344.027000', '153344.030000', '153344.032000', '153344.035000', '153344.037000', '153403.925000', '153403.928000', '153403.930000', '153403.933000', '153403.935000', '153403.938000', '153403.941000', '153403.943000', '153403.946000', '153403.949000', '153403.951000', '153403.954000', '153403.956000', '153403.959000', '153403.962000', '153403.964000', '153403.967000', '153403.969000', '153403.972000', '153403.975000', '153403.977000', '153403.980000', '153403.983000', '153403.985000', '153403.988000', '153403.990000', '153403.993000', '153403.996000', '153403.998000', '153404.002000', '153404.005000', '153404.007000', '153404.010000', '153404.013000', '153404.016000', '153404.019000', '153404.022000', '153404.025000', '153404.027000', '153404.030000', '153404.032000', '153404.035000', '153404.037000', '153423.926000', '153423.929000', '153423.931000', '153423.934000', '153423.937000', '153423.939000', '153423.942000', '153423.944000', '153423.947000', '153423.950000', '153423.952000', '153423.957000', '153423.960000', '153423.963000', '153423.965000', '153423.968000', '153423.971000', '153423.974000', '153423.976000', '153423.979000', '153423.982000', '153423.985000', '153423.987000', '153423.990000', '153423.993000', '153423.995000', '153423.998000', '153424.001000', '153424.004000', '153424.007000', '153424.009000', '153424.012000', '153424.015000', '153424.017000', '153424.020000', '153424.023000', '153424.025000', '153424.028000', '153424.031000', '153424.033000', '153424.036000', '153424.038000', '153424.041000', '153424.044000', '153443.926000', '153443.929000', '153443.931000', '153443.934000', '153443.937000', '153443.939000', '153443.942000', '153443.945000', '153443.947000', '153443.950000', '153443.952000', '153443.955000', '153443.958000', '153443.960000', '153443.963000', '153443.966000', '153443.968000', '153443.971000', '153443.975000', '153443.978000', '153443.980000', '153443.983000', '153443.986000', '153443.989000', '153443.991000', '153443.994000', '153443.996000', '153444.000000', '153444.003000', '153444.007000', '153444.010000', '153444.013000', '153444.015000', '153444.018000', '153444.021000', '153444.023000', '153444.026000', '153444.029000', '153444.031000', '153444.034000', '153444.037000', '153444.039000', '153444.042000', '153503.926000', '153503.929000', '153503.931000', '153503.934000', '153503.937000', '153503.939000', '153503.942000', '153503.944000', '153503.947000', '153503.950000', '153503.952000', '153503.955000', '153503.958000', '153503.960000', '153503.963000', '153503.966000', '153503.968000', '153503.971000', '153503.974000', '153503.976000', '153503.979000', '153503.982000', '153503.984000', '153503.987000', '153503.989000', '153503.992000', '153503.995000', '153503.997000', '153504.001000', '153504.003000', '153504.006000', '153504.009000', '153504.011000', '153504.014000', '153504.017000', '153504.019000', '153504.022000', '153504.025000', '153504.027000', '153504.030000', '153504.032000', '153504.035000', '153504.038000', '153504.040000', '153523.926000', '153523.929000', '153523.931000', '153523.934000', '153523.936000', '153523.939000', '153523.942000', '153523.944000', '153523.947000', '153523.949000', '153523.952000', '153523.955000', '153523.957000', '153523.960000', '153523.963000', '153523.966000', '153523.968000', '153523.971000', '153523.974000', '153523.977000', '153523.979000', '153523.982000', '153523.984000', '153523.987000', '153523.990000', '153524.000000', '153524.003000', '153524.005000', '153524.008000', '153524.011000', '153524.013000', '153524.016000', '153524.019000', '153524.021000', '153524.024000', '153524.027000', '153524.029000', '153524.032000', '153524.034000', '153524.037000', '153524.040000', '153524.050000', '153524.053000', '153543.926000', '153543.929000', '153543.942000', '153543.945000', '153543.947000', '153543.950000', '153543.952000', '153543.955000', '153543.958000', '153543.961000', '153543.963000', '153543.966000', '153543.969000', '153543.971000', '153543.974000', '153543.976000', '153543.979000', '153543.982000', '153543.984000', '153543.987000', '153543.989000', '153543.992000', '153543.995000', '153543.997000', '153544.001000', '153544.004000', '153544.006000', '153544.009000', '153544.011000', '153544.014000', '153544.017000', '153544.019000', '153544.022000', '153544.025000', '153544.027000', '153544.030000', '153544.033000', '153544.035000', '153544.038000', '153544.040000', '153544.063000', '153544.066000', '153544.068000', '153544.071000', '153603.539000', '153603.542000', '153603.545000', '153603.548000', '153603.551000', '153603.553000', '153603.556000', '153603.559000', '153603.561000', '153603.564000', '153603.567000', '153603.570000', '153603.572000', '153603.575000', '153603.578000', '153603.581000', '153603.584000', '153603.586000', '153603.589000', '153603.592000', '153603.594000', '153603.597000', '153603.601000', '153603.605000', '153603.609000', '153603.611000', '153603.614000', '153603.617000', '153603.622000', '153603.626000', '153603.640000', '153603.645000', '153603.648000', '153603.652000', '153603.654000', '153603.657000', '153603.661000', '153603.665000', '153603.668000', '153603.671000', '153603.674000', '153603.677000', '153603.684000'], 'InstanceCreationTime': ['152203.975000', '152203.978000', '152203.981000', '152203.995000', '152203.998000', '152204.001000', '152204.004000', '152204.006000', '152204.009000', '152204.011000', '152204.014000', '152204.017000', '152204.019000', '152204.022000', '152204.025000', '152204.027000', '152204.038000', '152204.041000', '152204.044000', '152204.047000', '152204.050000', '152204.052000', '152204.055000', '152204.057000', '152204.060000', '152204.062000', '152204.065000', '152204.068000', '152204.070000', '152204.073000', '152204.075000', '152204.078000', '152204.081000', '152223.924000', '152223.927000', '152223.930000', '152223.933000', '152223.935000', '152223.938000', '152223.940000', '152223.943000', '152223.946000', '152223.948000', '152223.951000', '152223.953000', '152223.956000', '152223.959000', '152223.961000', '152223.964000', '152223.966000', '152223.969000', '152223.971000', '152223.974000', '152223.977000', '152223.979000', '152223.982000', '152223.988000', '152223.990000', '152223.993000', '152223.995000', '152223.998000', '152224.002000', '152224.004000', '152224.007000', '152224.010000', '152224.012000', '152224.015000', '152224.017000', '152224.020000', '152224.022000', '152224.025000', '152224.028000', '152224.030000', '152224.033000', '152224.035000', '152224.038000', '152224.041000', '152243.925000', '152243.928000', '152243.931000', '152243.933000', '152243.936000', '152243.939000', '152243.941000', '152243.944000', '152243.951000', '152243.953000', '152243.956000', '152243.959000', '152243.961000', '152243.964000', '152243.966000', '152243.969000', '152243.972000', '152243.974000', '152243.977000', '152243.979000', '152243.982000', '152243.985000', '152243.987000', '152243.990000', '152243.992000', '152243.995000', '152243.998000', '152244.000000', '152244.003000', '152244.012000', '152244.015000', '152244.017000', '152244.020000', '152244.023000', '152244.025000', '152244.028000', '152244.030000', '152244.033000', '152244.036000', '152244.038000', '152244.041000', '152244.044000', '152244.046000', '152303.926000', '152303.929000', '152303.931000', '152303.934000', '152303.936000', '152303.939000', '152303.942000', '152303.945000', '152303.947000', '152303.950000', '152303.953000', '152303.955000', '152303.958000', '152303.960000', '152303.963000', '152303.966000', '152303.968000', '152303.971000', '152303.973000', '152303.976000', '152303.979000', '152303.981000', '152303.984000', '152303.987000', '152303.989000', '152303.992000', '152303.994000', '152303.997000', '152304.001000', '152304.003000', '152304.006000', '152304.009000', '152304.011000', '152304.014000', '152304.017000', '152304.019000', '152304.022000', '152304.024000', '152304.027000', '152304.030000', '152304.032000', '152304.035000', '152304.037000', '152304.040000', '152323.926000', '152323.928000', '152323.931000', '152323.934000', '152323.936000', '152323.939000', '152323.942000', '152323.944000', '152323.947000', '152323.949000', '152323.952000', '152323.955000', '152323.957000', '152323.960000', '152323.962000', '152323.965000', '152323.967000', '152323.970000', '152323.973000', '152323.975000', '152323.978000', '152323.981000', '152323.983000', '152323.986000', '152323.988000', '152323.991000', '152323.994000', '152323.996000', '152324.000000', '152324.002000', '152324.005000', '152324.008000', '152324.010000', '152324.013000', '152324.016000', '152324.018000', '152324.021000', '152324.023000', '152324.026000', '152324.029000', '152324.031000', '152324.034000', '152324.037000', '152343.925000', '152343.928000', '152343.931000', '152343.933000', '152343.936000', '152343.939000', '152343.941000', '152343.944000', '152343.947000', '152343.949000', '152343.952000', '152343.954000', '152343.957000', '152343.960000', '152343.962000', '152343.965000', '152343.968000', '152343.970000', '152343.973000', '152343.976000', '152343.978000', '152343.981000', '152343.983000', '152343.986000', '152343.989000', '152343.991000', '152343.994000', '152343.996000', '152344.000000', '152344.003000', '152344.005000', '152344.008000', '152344.010000', '152344.023000', '152344.025000', '152344.028000', '152344.031000', '152344.033000', '152344.036000', '152344.038000', '152344.041000', '152344.044000', '152344.046000', '152344.049000', '152403.926000', '152403.928000', '152403.931000', '152403.934000', '152403.936000', '152403.939000', '152403.942000', '152403.944000', '152403.947000', '152403.949000', '152403.952000', '152403.955000', '152403.957000', '152403.960000', '152403.963000', '152403.965000', '152403.968000', '152403.971000', '152403.973000', '152403.976000', '152403.978000', '152403.981000', '152403.984000', '152403.986000', '152403.989000', '152403.991000', '152403.994000', '152403.997000', '152403.999000', '152404.002000', '152404.004000', '152404.007000', '152404.010000', '152404.017000', '152404.020000', '152404.022000', '152404.025000', '152404.027000', '152404.030000', '152404.033000', '152404.035000', '152404.038000', '152404.040000', '152423.925000', '152423.928000', '152423.931000', '152423.934000', '152423.937000', '152423.939000', '152423.942000', '152423.944000', '152423.947000', '152423.950000', '152423.952000', '152423.955000', '152423.958000', '152423.960000', '152423.963000', '152423.966000', '152423.968000', '152423.971000', '152423.973000', '152423.976000', '152423.979000', '152423.981000', '152423.984000', '152423.987000', '152423.989000', '152423.992000', '152423.994000', '152423.997000', '152424.001000', '152424.003000', '152424.006000', '152424.009000', '152424.011000', '152424.014000', '152424.016000', '152424.019000', '152424.022000', '152424.024000', '152424.027000', '152424.029000', '152424.032000', '152424.035000', '152424.037000', '152424.040000', '152443.925000', '152443.938000', '152443.941000', '152443.943000', '152443.946000', '152443.948000', '152443.951000', '152443.954000', '152443.956000', '152443.959000', '152443.962000', '152443.964000', '152443.967000', '152443.969000', '152443.972000', '152443.975000', '152443.977000', '152443.980000', '152443.982000', '152443.985000', '152443.988000', '152443.990000', '152443.993000', '152443.996000', '152443.998000', '152444.002000', '152444.004000', '152444.007000', '152444.010000', '152444.012000', '152444.015000', '152444.018000', '152444.020000', '152444.023000', '152444.026000', '152444.028000', '152444.031000', '152444.033000', '152444.036000', '152444.039000', '152444.041000', '152444.044000', '152444.046000', '152503.926000', '152503.929000', '152503.931000', '152503.934000', '152503.937000', '152503.939000', '152503.942000', '152503.945000', '152503.947000', '152503.950000', '152503.953000', '152503.956000', '152503.958000', '152503.961000', '152503.963000', '152503.966000', '152503.969000', '152503.971000', '152503.974000', '152503.976000', '152503.979000', '152503.982000', '152503.984000', '152503.987000', '152503.990000', '152503.992000', '152503.995000', '152503.997000', '152504.000000', '152504.003000', '152504.006000', '152504.008000', '152504.011000', '152504.013000', '152504.016000', '152504.019000', '152504.021000', '152504.024000', '152504.027000', '152504.029000', '152504.032000', '152504.034000', '152504.037000', '152523.926000', '152523.928000', '152523.931000', '152523.934000', '152523.936000', '152523.939000', '152523.941000', '152523.944000', '152523.947000', '152523.949000', '152523.952000', '152523.954000', '152523.957000', '152523.960000', '152523.962000', '152523.975000', '152523.978000', '152523.981000', '152523.983000', '152523.986000', '152523.989000', '152523.991000', '152523.994000', '152523.996000', '152524.000000', '152524.003000', '152524.005000', '152524.008000', '152524.010000', '152524.013000', '152524.016000', '152524.018000', '152524.021000', '152524.023000', '152524.026000', '152524.029000', '152524.031000', '152524.034000', '152524.037000', '152524.039000', '152524.042000', '152524.044000', '152524.047000', '152524.050000', '152543.925000', '152543.929000', '152543.931000', '152543.934000', '152543.936000', '152543.939000', '152543.942000', '152543.944000', '152543.947000', '152543.950000', '152543.952000', '152543.955000', '152543.957000', '152543.960000', '152543.963000', '152543.966000', '152543.969000', '152543.972000', '152543.975000', '152543.977000', '152543.980000', '152543.982000', '152543.985000', '152543.988000', '152543.990000', '152543.993000', '152543.995000', '152543.998000', '152544.002000', '152544.004000', '152544.007000', '152544.010000', '152544.012000', '152544.015000', '152544.017000', '152544.020000', '152544.023000', '152544.025000', '152544.028000', '152544.031000', '152544.033000', '152544.036000', '152544.039000', '152603.926000', '152603.928000', '152603.931000', '152603.934000', '152603.937000', '152603.939000', '152603.942000', '152603.945000', '152603.947000', '152603.950000', '152603.953000', '152603.955000', '152603.958000', '152603.961000', '152603.963000', '152603.966000', '152603.969000', '152603.971000', '152603.974000', '152603.976000', '152603.979000', '152603.982000', '152603.984000', '152603.987000', '152603.990000', '152603.992000', '152603.995000', '152603.998000', '152604.001000', '152604.004000', '152604.006000', '152604.009000', '152604.012000', '152604.014000', '152604.017000', '152604.019000', '152604.022000', '152604.025000', '152604.027000', '152604.030000', '152604.032000', '152604.035000', '152604.038000', '152604.041000', '152623.926000', '152623.929000', '152623.931000', '152623.934000', '152623.937000', '152623.939000', '152623.942000', '152623.944000', '152623.947000', '152623.950000', '152623.952000', '152623.955000', '152623.958000', '152623.960000', '152623.963000', '152623.965000', '152623.968000', '152623.971000', '152623.973000', '152623.976000', '152623.978000', '152623.981000', '152623.984000', '152623.986000', '152623.989000', '152623.991000', '152623.994000', '152623.997000', '152624.000000', '152624.003000', '152624.006000', '152624.008000', '152624.011000', '152624.013000', '152624.016000', '152624.019000', '152624.021000', '152624.024000', '152624.026000', '152624.029000', '152624.032000', '152624.034000', '152624.037000', '152643.925000', '152643.927000', '152643.930000', '152643.933000', '152643.935000', '152643.938000', '152643.940000', '152643.943000', '152643.946000', '152643.948000', '152643.951000', '152643.954000', '152643.956000', '152643.959000', '152643.961000', '152643.964000', '152643.967000', '152643.969000', '152643.972000', '152643.975000', '152643.977000', '152643.980000', '152643.982000', '152643.985000', '152643.988000', '152643.990000', '152643.993000', '152643.996000', '152643.998000', '152644.002000', '152644.005000', '152644.007000', '152644.010000', '152644.012000', '152644.015000', '152644.018000', '152644.029000', '152644.032000', '152644.035000', '152644.037000', '152644.054000', '152644.056000', '152644.059000', '152644.061000', '152703.925000', '152703.932000', '152703.935000', '152703.937000', '152703.940000', '152703.943000', '152703.945000', '152703.948000', '152703.950000', '152703.953000', '152703.956000', '152703.959000', '152703.961000', '152703.964000', '152703.967000', '152703.969000', '152703.972000', '152703.975000', '152703.977000', '152703.980000', '152703.983000', '152703.985000', '152703.988000', '152703.991000', '152703.994000', '152703.996000', '152704.000000', '152704.002000', '152704.006000', '152704.008000', '152704.011000', '152704.014000', '152704.016000', '152704.019000', '152704.021000', '152704.024000', '152704.027000', '152704.029000', '152704.032000', '152704.035000', '152704.037000', '152704.040000', '152704.043000', '152723.925000', '152723.928000', '152723.931000', '152723.934000', '152723.936000', '152723.939000', '152723.942000', '152723.944000', '152723.947000', '152723.950000', '152723.954000', '152723.957000', '152723.960000', '152723.962000', '152723.965000', '152723.968000', '152723.970000', '152723.973000', '152723.975000', '152723.978000', '152723.981000', '152723.983000', '152723.986000', '152723.988000', '152723.991000', '152723.994000', '152723.996000', '152723.999000', '152724.002000', '152724.004000', '152724.007000', '152724.009000', '152724.012000', '152724.015000', '152724.017000', '152724.020000', '152724.022000', '152724.025000', '152724.028000', '152724.030000', '152724.033000', '152724.036000', '152724.038000', '152724.041000', '152743.925000', '152743.928000', '152743.931000', '152743.934000', '152743.936000', '152743.939000', '152743.941000', '152743.944000', '152743.947000', '152743.949000', '152743.952000', '152743.954000', '152743.957000', '152743.960000', '152743.962000', '152743.965000', '152743.968000', '152743.970000', '152743.973000', '152743.975000', '152743.978000', '152743.981000', '152743.983000', '152743.986000', '152743.989000', '152743.991000', '152743.994000', '152743.997000', '152744.000000', '152744.003000', '152744.005000', '152744.008000', '152744.011000', '152744.014000', '152744.016000', '152744.019000', '152744.022000', '152744.024000', '152744.027000', '152744.029000', '152744.032000', '152744.035000', '152744.037000', '152803.926000', '152803.929000', '152803.931000', '152803.934000', '152803.936000', '152803.939000', '152803.942000', '152803.944000', '152803.947000', '152803.950000', '152803.953000', '152803.955000', '152803.958000', '152803.960000', '152803.963000', '152803.966000', '152803.968000', '152803.971000', '152803.973000', '152803.976000', '152803.979000', '152803.981000', '152803.984000', '152803.987000', '152803.989000', '152803.992000', '152803.994000', '152803.997000', '152804.000000', '152804.002000', '152804.005000', '152804.007000', '152804.010000', '152804.013000', '152804.015000', '152804.018000', '152804.021000', '152804.023000', '152804.026000', '152804.028000', '152804.031000', '152804.034000', '152804.036000', '152804.039000', '152823.926000', '152823.929000', '152823.931000', '152823.934000', '152823.936000', '152823.939000', '152823.953000', '152823.955000', '152823.958000', '152823.961000', '152823.963000', '152823.966000', '152823.968000', '152823.971000', '152823.974000', '152823.976000', '152823.980000', '152823.983000', '152823.986000', '152823.988000', '152823.991000', '152823.994000', '152823.996000', '152824.000000', '152824.003000', '152824.005000', '152824.008000', '152824.010000', '152824.013000', '152824.016000', '152824.018000', '152824.021000', '152824.023000', '152824.026000', '152824.029000', '152824.032000', '152824.034000', '152824.037000', '152824.040000', '152824.042000', '152824.046000', '152824.049000', '152824.051000', '152843.925000', '152843.928000', '152843.931000', '152843.934000', '152843.936000', '152843.939000', '152843.941000', '152843.944000', '152843.947000', '152843.949000', '152843.952000', '152843.954000', '152843.957000', '152843.960000', '152843.962000', '152843.965000', '152843.968000', '152843.970000', '152843.973000', '152843.975000', '152843.978000', '152843.981000', '152843.983000', '152843.986000', '152843.989000', '152843.991000', '152843.994000', '152843.996000', '152844.000000', '152844.003000', '152844.005000', '152844.008000', '152844.011000', '152844.013000', '152844.017000', '152844.020000', '152844.022000', '152844.025000', '152844.027000', '152844.030000', '152844.033000', '152844.035000', '152844.038000', '152844.040000', '152903.925000', '152903.928000', '152903.930000', '152903.933000', '152903.935000', '152903.938000', '152903.941000', '152903.943000', '152903.946000', '152903.949000', '152903.951000', '152903.954000', '152903.956000', '152903.959000', '152903.962000', '152903.964000', '152903.967000', '152903.970000', '152903.972000', '152903.975000', '152903.978000', '152903.980000', '152903.983000', '152903.985000', '152903.988000', '152903.990000', '152903.993000', '152903.996000', '152903.998000', '152904.002000', '152904.005000', '152904.008000', '152904.011000', '152904.014000', '152904.016000', '152904.019000', '152904.022000', '152904.024000', '152904.027000', '152904.029000', '152904.032000', '152904.035000', '152904.037000', '152923.925000', '152923.928000', '152923.930000', '152923.933000', '152923.936000', '152923.938000', '152923.941000', '152923.944000', '152923.946000', '152923.949000', '152923.951000', '152923.954000', '152923.957000', '152923.959000', '152923.962000', '152923.965000', '152923.967000', '152923.970000', '152923.972000', '152923.975000', '152923.978000', '152923.980000', '152923.983000', '152923.985000', '152923.988000', '152923.991000', '152923.993000', '152923.996000', '152924.000000', '152924.002000', '152924.005000', '152924.008000', '152924.010000', '152924.013000', '152924.016000', '152924.018000', '152924.021000', '152924.024000', '152924.026000', '152924.029000', '152924.032000', '152924.034000', '152924.037000', '152924.039000', '152943.925000', '152943.928000', '152943.931000', '152943.946000', '152943.949000', '152943.951000', '152943.954000', '152943.956000', '152943.959000', '152943.962000', '152943.964000', '152943.967000', '152943.969000', '152943.972000', '152943.975000', '152943.977000', '152943.980000', '152943.982000', '152943.985000', '152943.988000', '152943.990000', '152943.993000', '152943.996000', '152943.998000', '152944.001000', '152944.003000', '152944.006000', '152944.009000', '152944.011000', '152944.014000', '152944.016000', '152944.019000', '152944.021000', '152944.024000', '152944.027000', '152944.029000', '152944.032000', '152944.043000', '152944.046000', '152944.048000', '152944.051000', '152944.054000', '152944.056000', '153003.926000', '153003.928000', '153003.931000', '153003.934000', '153003.936000', '153003.939000', '153003.941000', '153003.945000', '153003.947000', '153003.950000', '153003.952000', '153003.955000', '153003.957000', '153003.960000', '153003.963000', '153003.965000', '153003.968000', '153003.971000', '153003.973000', '153003.976000', '153003.979000', '153003.981000', '153003.984000', '153003.987000', '153003.989000', '153003.992000', '153003.994000', '153003.997000', '153004.001000', '153004.003000', '153004.006000', '153004.009000', '153004.011000', '153004.014000', '153004.017000', '153004.019000', '153004.022000', '153004.025000', '153004.027000', '153004.030000', '153004.032000', '153004.035000', '153004.038000', '153004.040000', '153023.926000', '153023.929000', '153023.931000', '153023.934000', '153023.937000', '153023.939000', '153023.942000', '153023.944000', '153023.947000', '153023.950000', '153023.952000', '153023.955000', '153023.957000', '153023.960000', '153023.963000', '153023.965000', '153023.968000', '153023.971000', '153023.973000', '153023.976000', '153023.979000', '153023.981000', '153023.984000', '153023.986000', '153023.996000', '153024.000000', '153024.003000', '153024.005000', '153024.008000', '153024.011000', '153024.013000', '153024.016000', '153024.019000', '153024.021000', '153024.024000', '153024.027000', '153024.029000', '153024.032000', '153024.035000', '153024.037000', '153024.040000', '153024.043000', '153024.045000', '153043.926000', '153043.929000', '153043.931000', '153043.934000', '153043.937000', '153043.939000', '153043.942000', '153043.945000', '153043.947000', '153043.950000', '153043.953000', '153043.955000', '153043.958000', '153043.960000', '153043.963000', '153043.966000', '153043.968000', '153043.971000', '153043.974000', '153043.976000', '153043.979000', '153043.982000', '153043.984000', '153043.987000', '153043.989000', '153043.992000', '153043.994000', '153043.997000', '153044.001000', '153044.003000', '153044.006000', '153044.009000', '153044.011000', '153044.014000', '153044.016000', '153044.019000', '153044.022000', '153044.024000', '153044.027000', '153044.029000', '153044.032000', '153044.035000', '153044.037000', '153044.040000', '153103.926000', '153103.929000', '153103.931000', '153103.934000', '153103.937000', '153103.940000', '153103.942000', '153103.945000', '153103.948000', '153103.951000', '153103.953000', '153103.956000', '153103.959000', '153103.961000', '153103.964000', '153103.967000', '153103.969000', '153103.972000', '153103.974000', '153103.977000', '153103.980000', '153103.982000', '153103.985000', '153103.987000', '153103.990000', '153103.993000', '153103.995000', '153103.998000', '153104.002000', '153104.004000', '153104.007000', '153104.009000', '153104.012000', '153104.015000', '153104.017000', '153104.020000', '153104.023000', '153104.025000', '153104.028000', '153104.031000', '153104.033000', '153104.036000', '153104.039000', '153123.925000', '153123.928000', '153123.931000', '153123.933000', '153123.936000', '153123.938000', '153123.941000', '153123.944000', '153123.946000', '153123.949000', '153123.952000', '153123.955000', '153123.958000', '153123.961000', '153123.964000', '153123.967000', '153123.970000', '153123.972000', '153123.975000', '153123.978000', '153123.980000', '153123.983000', '153123.985000', '153123.988000', '153123.991000', '153123.993000', '153123.996000', '153124.000000', '153124.002000', '153124.005000', '153124.008000', '153124.015000', '153124.018000', '153124.021000', '153124.023000', '153124.026000', '153124.028000', '153124.031000', '153124.034000', '153124.036000', '153124.039000', '153124.042000', '153124.044000', '153143.925000', '153143.927000', '153143.930000', '153143.933000', '153143.935000', '153143.938000', '153143.941000', '153143.943000', '153143.946000', '153143.948000', '153143.951000', '153143.954000', '153143.956000', '153143.959000', '153143.961000', '153143.964000', '153143.967000', '153143.969000', '153143.972000', '153143.974000', '153143.977000', '153143.980000', '153143.982000', '153143.985000', '153143.987000', '153143.990000', '153143.993000', '153143.995000', '153143.998000', '153144.002000', '153144.004000', '153144.007000', '153144.009000', '153144.012000', '153144.015000', '153144.017000', '153144.020000', '153144.022000', '153144.025000', '153144.028000', '153144.030000', '153144.033000', '153144.036000', '153144.038000', '153203.927000', '153203.930000', '153203.932000', '153203.935000', '153203.938000', '153203.940000', '153203.943000', '153203.946000', '153203.948000', '153203.951000', '153203.954000', '153203.956000', '153203.959000', '153203.961000', '153203.964000', '153203.967000', '153203.969000', '153203.972000', '153203.975000', '153203.977000', '153203.980000', '153203.983000', '153203.986000', '153203.988000', '153203.991000', '153203.994000', '153203.996000', '153204.000000', '153204.003000', '153204.005000', '153204.008000', '153204.011000', '153204.013000', '153204.016000', '153204.018000', '153204.021000', '153204.024000', '153204.026000', '153204.029000', '153204.031000', '153204.051000', '153204.054000', '153204.056000', '153204.059000', '153223.926000', '153223.929000', '153223.932000', '153223.934000', '153223.937000', '153223.940000', '153223.942000', '153223.945000', '153223.948000', '153223.950000', '153223.953000', '153223.956000', '153223.958000', '153223.961000', '153223.963000', '153223.966000', '153223.969000', '153223.971000', '153223.974000', '153223.976000', '153223.979000', '153223.982000', '153223.984000', '153223.987000', '153223.989000', '153223.992000', '153223.995000', '153223.997000', '153224.001000', '153224.004000', '153224.006000', '153224.009000', '153224.012000', '153224.014000', '153224.017000', '153224.020000', '153224.022000', '153224.025000', '153224.028000', '153224.030000', '153224.033000', '153224.036000', '153224.038000', '153243.926000', '153243.929000', '153243.932000', '153243.934000', '153243.937000', '153243.940000', '153243.942000', '153243.945000', '153243.947000', '153243.950000', '153243.953000', '153243.955000', '153243.958000', '153243.960000', '153243.963000', '153243.966000', '153243.968000', '153243.971000', '153243.973000', '153243.976000', '153243.979000', '153243.981000', '153243.984000', '153243.986000', '153243.989000', '153243.992000', '153243.994000', '153243.997000', '153243.999000', '153244.002000', '153244.005000', '153244.007000', '153244.010000', '153244.012000', '153244.015000', '153244.018000', '153244.020000', '153244.023000', '153244.026000', '153244.028000', '153244.031000', '153244.033000', '153244.044000', '153303.925000', '153303.929000', '153303.931000', '153303.934000', '153303.936000', '153303.939000', '153303.942000', '153303.944000', '153303.947000', '153303.949000', '153303.952000', '153303.955000', '153303.957000', '153303.960000', '153303.963000', '153303.965000', '153303.968000', '153303.970000', '153303.973000', '153303.976000', '153303.978000', '153303.981000', '153303.984000', '153303.986000', '153303.995000', '153303.997000', '153304.001000', '153304.004000', '153304.006000', '153304.009000', '153304.011000', '153304.014000', '153304.017000', '153304.019000', '153304.022000', '153304.025000', '153304.027000', '153304.030000', '153304.032000', '153304.035000', '153304.038000', '153304.040000', '153304.043000', '153304.046000', '153323.926000', '153323.929000', '153323.932000', '153323.934000', '153323.937000', '153323.939000', '153323.942000', '153323.945000', '153323.947000', '153323.950000', '153323.953000', '153323.955000', '153323.958000', '153323.960000', '153323.963000', '153323.967000', '153323.970000', '153323.973000', '153323.975000', '153323.978000', '153323.980000', '153323.983000', '153324.020000', '153324.022000', '153324.025000', '153324.028000', '153324.030000', '153324.033000', '153324.036000', '153324.038000', '153324.041000', '153324.043000', '153324.046000', '153324.049000', '153324.051000', '153324.054000', '153324.056000', '153324.059000', '153324.062000', '153324.064000', '153324.067000', '153324.070000', '153324.072000', '153343.925000', '153343.928000', '153343.930000', '153343.933000', '153343.935000', '153343.938000', '153343.941000', '153343.943000', '153343.946000', '153343.948000', '153343.951000', '153343.954000', '153343.956000', '153343.959000', '153343.962000', '153343.964000', '153343.967000', '153343.969000', '153343.972000', '153343.974000', '153343.977000', '153343.980000', '153343.982000', '153343.985000', '153343.988000', '153343.990000', '153343.993000', '153343.996000', '153343.998000', '153344.001000', '153344.003000', '153344.006000', '153344.009000', '153344.011000', '153344.014000', '153344.016000', '153344.019000', '153344.022000', '153344.024000', '153344.027000', '153344.030000', '153344.032000', '153344.035000', '153344.037000', '153403.925000', '153403.928000', '153403.930000', '153403.933000', '153403.935000', '153403.938000', '153403.941000', '153403.943000', '153403.946000', '153403.949000', '153403.951000', '153403.954000', '153403.956000', '153403.959000', '153403.962000', '153403.964000', '153403.967000', '153403.969000', '153403.972000', '153403.975000', '153403.977000', '153403.980000', '153403.983000', '153403.985000', '153403.988000', '153403.990000', '153403.993000', '153403.996000', '153403.998000', '153404.002000', '153404.005000', '153404.007000', '153404.010000', '153404.013000', '153404.016000', '153404.019000', '153404.022000', '153404.025000', '153404.027000', '153404.030000', '153404.032000', '153404.035000', '153404.037000', '153423.926000', '153423.929000', '153423.931000', '153423.934000', '153423.937000', '153423.939000', '153423.942000', '153423.944000', '153423.947000', '153423.950000', '153423.952000', '153423.957000', '153423.960000', '153423.963000', '153423.965000', '153423.968000', '153423.971000', '153423.974000', '153423.976000', '153423.979000', '153423.982000', '153423.985000', '153423.987000', '153423.990000', '153423.993000', '153423.995000', '153423.998000', '153424.001000', '153424.004000', '153424.007000', '153424.009000', '153424.012000', '153424.015000', '153424.017000', '153424.020000', '153424.023000', '153424.025000', '153424.028000', '153424.031000', '153424.033000', '153424.036000', '153424.038000', '153424.041000', '153424.044000', '153443.926000', '153443.929000', '153443.931000', '153443.934000', '153443.937000', '153443.939000', '153443.942000', '153443.945000', '153443.947000', '153443.950000', '153443.952000', '153443.955000', '153443.958000', '153443.960000', '153443.963000', '153443.966000', '153443.968000', '153443.971000', '153443.975000', '153443.978000', '153443.980000', '153443.983000', '153443.986000', '153443.989000', '153443.991000', '153443.994000', '153443.996000', '153444.000000', '153444.003000', '153444.007000', '153444.010000', '153444.013000', '153444.015000', '153444.018000', '153444.021000', '153444.023000', '153444.026000', '153444.029000', '153444.031000', '153444.034000', '153444.037000', '153444.039000', '153444.042000', '153503.926000', '153503.929000', '153503.931000', '153503.934000', '153503.937000', '153503.939000', '153503.942000', '153503.944000', '153503.947000', '153503.950000', '153503.952000', '153503.955000', '153503.958000', '153503.960000', '153503.963000', '153503.966000', '153503.968000', '153503.971000', '153503.974000', '153503.976000', '153503.979000', '153503.982000', '153503.984000', '153503.987000', '153503.989000', '153503.992000', '153503.995000', '153503.997000', '153504.001000', '153504.003000', '153504.006000', '153504.009000', '153504.011000', '153504.014000', '153504.017000', '153504.019000', '153504.022000', '153504.025000', '153504.027000', '153504.030000', '153504.032000', '153504.035000', '153504.038000', '153504.040000', '153523.926000', '153523.929000', '153523.931000', '153523.934000', '153523.936000', '153523.939000', '153523.942000', '153523.944000', '153523.947000', '153523.949000', '153523.952000', '153523.955000', '153523.957000', '153523.960000', '153523.963000', '153523.966000', '153523.968000', '153523.971000', '153523.974000', '153523.977000', '153523.979000', '153523.982000', '153523.984000', '153523.987000', '153523.990000', '153524.000000', '153524.003000', '153524.005000', '153524.008000', '153524.011000', '153524.013000', '153524.016000', '153524.019000', '153524.021000', '153524.024000', '153524.027000', '153524.029000', '153524.032000', '153524.034000', '153524.037000', '153524.040000', '153524.050000', '153524.053000', '153543.926000', '153543.929000', '153543.942000', '153543.945000', '153543.947000', '153543.950000', '153543.952000', '153543.955000', '153543.958000', '153543.961000', '153543.963000', '153543.966000', '153543.969000', '153543.971000', '153543.974000', '153543.976000', '153543.979000', '153543.982000', '153543.984000', '153543.987000', '153543.989000', '153543.992000', '153543.995000', '153543.997000', '153544.001000', '153544.004000', '153544.006000', '153544.009000', '153544.011000', '153544.014000', '153544.017000', '153544.019000', '153544.022000', '153544.025000', '153544.027000', '153544.030000', '153544.033000', '153544.035000', '153544.038000', '153544.040000', '153544.063000', '153544.066000', '153544.068000', '153544.071000', '153603.539000', '153603.542000', '153603.545000', '153603.548000', '153603.551000', '153603.553000', '153603.556000', '153603.559000', '153603.561000', '153603.564000', '153603.567000', '153603.570000', '153603.572000', '153603.575000', '153603.578000', '153603.581000', '153603.584000', '153603.586000', '153603.589000', '153603.592000', '153603.594000', '153603.597000', '153603.601000', '153603.605000', '153603.609000', '153603.611000', '153603.614000', '153603.617000', '153603.622000', '153603.626000', '153603.640000', '153603.645000', '153603.648000', '153603.652000', '153603.654000', '153603.657000', '153603.661000', '153603.665000', '153603.668000', '153603.671000', '153603.674000', '153603.677000', '153603.684000'], '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': [8362, 12121, 8461, 10925, 8360, 14741, 12216, 13359, 8598, 8694, 8749, 10278, 8735, 12544, 9369, 12625, 8193, 7613, 14662, 8450, 15226, 12486, 11615, 8480, 7738, 8438, 8169, 9123, 8833, 10588, 9098, 10154, 8665, 7745, 8592, 8310, 15819, 14332, 13341, 8729, 9354, 8403, 7994, 15149, 10568, 12620, 8966, 7972, 8092, 8434, 11217, 9042, 11615, 10192, 10042, 8314, 7957, 15481, 8809, 14485, 11684, 11328, 8297, 8226, 14769, 9351, 13806, 11412, 11674, 8186, 8216, 13964, 9107, 11316, 9781, 9941, 8535, 8603, 12904, 9006, 9757, 9382, 9545, 9791, 8582, 10999, 8930, 9197, 10893, 11611, 14914, 8760, 10781, 8703, 8135, 8729, 8682, 8720, 8498, 13581, 8974, 8007, 8603, 8463, 8810, 8519, 14024, 8808, 8321, 8775, 8482, 9568, 11194, 8505, 8956, 14743, 10221, 13915, 12171, 12437, 14043, 8996, 10771, 9066, 8569, 8622, 8419, 14191, 9148, 7816, 9164, 8576, 8558, 8841, 9026, 9046, 9718, 8787, 10523, 11292, 12039, 8853, 8745, 12897, 9074, 12552, 11067, 8945, 11260, 8883, 7896, 8837, 8346, 8350, 8589, 8131, 9128, 10818, 9018, 8632, 13053, 10064, 11708, 8915, 7721, 9016, 8810, 10987, 9217, 11380, 8981, 7923, 8141, 8617, 14035, 10682, 10974, 8882, 8188, 8071, 9111, 14250, 12078, 9188, 8820, 8274, 7991, 8846, 14031, 11530, 11733, 8809, 8661, 8091, 8928, 13291, 9028, 11401, 8769, 8517, 7982, 8982, 14285, 11517, 11408, 9283, 8840, 9526, 9158, 13688, 11468, 8459, 8101, 8962, 10300, 8963, 11437, 11021, 10001, 8280, 9093, 14266, 9425, 12641, 9351, 8628, 8128, 9064, 9539, 8995, 9413, 9001, 8417, 8161, 8836, 11834, 9152, 13127, 10821, 9023, 8041, 9029, 13295, 8918, 11932, 8643, 8695, 8159, 9036, 10271, 8731, 10137, 8646, 11770, 8048, 8800, 10459, 8679, 9233, 9303, 9243, 7780, 8732, 8137, 8363, 8779, 8046, 8990, 7628, 9074, 11618, 8543, 9442, 8782, 9298, 7988, 9193, 11282, 8766, 11341, 9279, 9043, 7938, 8884, 13018, 8707, 11758, 8587, 9835, 8064, 9037, 9283, 8698, 8360, 8816, 8510, 8072, 9129, 12532, 8973, 13344, 11825, 11318, 8208, 9130, 10229, 9227, 15110, 12165, 11693, 8814, 8769, 8137, 9032, 14276, 8935, 10343, 9016, 8551, 8353, 8933, 13262, 11010, 12315, 8856, 8455, 8072, 8965, 13442, 9460, 12084, 9095, 8218, 9089, 8699, 8735, 9074, 9461, 9161, 10033, 8704, 12848, 8400, 8704, 10677, 9372, 8290, 8766, 9741, 8298, 8839, 8130, 8987, 9960, 8737, 12572, 8922, 13396, 9241, 8056, 8069, 8654, 13294, 9104, 8845, 7919, 9279, 10660, 8886, 10178, 8645, 11870, 8485, 9332, 14750, 12254, 13717, 10333, 12095, 14957, 12043, 10782, 9205, 8330, 8716, 9226, 10902, 9132, 8811, 8562, 8923, 8270, 9472, 7590, 9105, 8204, 8348, 9243, 10695, 9043, 8293, 8929, 8576, 8164, 9156, 13870, 9037, 12364, 8677, 8343, 8057, 9068, 11370, 8942, 11068, 8660, 8257, 8296, 9112, 8112, 9052, 11137, 8688, 8583, 8176, 9025, 7818, 9113, 13536, 9976, 9841, 8294, 9092, 12072, 9179, 12836, 9313, 12303, 8177, 9138, 7970, 9120, 12065, 8836, 11310, 9925, 11857, 12848, 9103, 12778, 8569, 8456, 7817, 9116, 14876, 8984, 8030, 8308, 8777, 8197, 8997, 13401, 8646, 11639, 9370, 9097, 7988, 9360, 14483, 9124, 13245, 11180, 10202, 7890, 9027, 12522, 8806, 10901, 8263, 8844, 7785, 9218, 8328, 8398, 8679, 7817, 9093, 12808, 8585, 8387, 8251, 8932, 7882, 9332, 14240, 9047, 10628, 8660, 9064, 12270, 8912, 13698, 10487, 8813, 7679, 8973, 7694, 8886, 12353, 8659, 11703, 7774, 8805, 12624, 8968, 8802, 8118, 8839, 7706, 9101, 8112, 8895, 9287, 8079, 8782, 7645, 8924, 15139, 8635, 12835, 8090, 8870, 7732, 8915, 15116, 9444, 10849, 8029, 8767, 7745, 9083, 15179, 9771, 13489, 10499, 8890, 8099, 9073, 14566, 8957, 13884, 11080, 10575, 7873, 9172, 11090, 8934, 8419, 8313, 8639, 8424, 10018, 8029, 9038, 10390, 8057, 9077, 8014, 8933, 13405, 8721, 9208, 7903, 9042, 7781, 9166, 15356, 12865, 10631, 8047, 8996, 9216, 8962, 8945, 8245, 9047, 7838, 9022, 13398, 8347, 8815, 8063, 9148, 14900, 8584, 11101, 8008, 9106, 7893, 9189, 15201, 9893, 12768, 8400, 9645, 7998, 9277, 15252, 10491, 11291, 8113, 8925, 9710, 8802, 9521, 8052, 8961, 11629, 8898, 11618, 8371, 8949, 8130, 9176, 13680, 8114, 9929, 8695, 9053, 7979, 9063, 11037, 8426, 13836, 10973, 10866, 8054, 9076, 15110, 8432, 14061, 10841, 11221, 8033, 9247, 13359, 8571, 10561, 7811, 8672, 7887, 8735, 11567, 8423, 8762, 7662, 9100, 11892, 8917, 10997, 8229, 8599, 7727, 8927, 14485, 11916, 12329, 8412, 8902, 8055, 8951, 14426, 8727, 9591, 8345, 9034, 8009, 9394, 14732, 8453, 9835, 8113, 8976, 7947, 9046, 7899, 8974, 15235, 11599, 11106, 8315, 9018, 8031, 9314, 15470, 10415, 9590, 8170, 8968, 8508, 9110, 13254, 8383, 11484, 8239, 8997, 7867, 9216, 12248, 8892, 14394, 8094, 8760, 7881, 9126, 8245, 9264, 14730, 8411, 12556, 8104, 10100, 8199, 9389, 14156, 8773, 14141, 11763, 11367, 8030, 9043, 8181, 9264, 14207, 10439, 11506, 9028, 9266, 14490, 8507, 8608, 7993, 9105, 8133, 9097, 13181, 8607, 9469, 8149, 9461, 15354, 8574, 11983, 8806, 8832, 8222, 9021, 9289, 8038, 9661, 8486, 10931, 8196, 9162, 15324, 8461, 11472, 10875, 11150, 15189, 8955, 12659, 8102, 8739, 7943, 9128, 14772, 11222, 9923, 8304, 8954, 8314, 9188, 15108, 11531, 11254, 7830, 8974, 8204, 8988, 8899, 8232, 10007, 7798, 9148, 8231, 9305, 10518, 8552, 8934, 8740, 8929, 7794, 9436, 8342, 9166, 13924, 8664, 14352, 11350, 12553, 8349, 9241, 15028, 8726, 13817, 10503, 10898, 8285, 9156, 9988, 8790, 8670, 8001, 11667, 9143, 11900, 8527, 9354, 14015, 8844, 10799, 8378, 13963, 9633, 10794, 8138, 9109, 12298, 8726, 12735, 9767, 13849, 7933, 9284, 8285, 9357, 14193, 8532, 13279, 9645, 11575, 8224, 9115, 12952, 8766, 12573, 9076, 9632, 8001, 9205, 8464, 8966, 9209, 8591, 8851, 8003, 9229, 8255, 9111, 10698, 8671, 10713, 8609, 8584, 8385, 9238, 8285, 9164, 12251, 9279, 14636, 11606, 13435, 8492, 12906, 10478, 13483, 8152, 9980, 7756, 9042, 10400, 8999, 9148, 8603, 12611, 10061, 11726, 9075, 13030, 10636, 14469, 13220, 12976, 14335, 9753, 10332, 8205, 8974, 14351, 9363, 12808, 8832, 8356, 8395, 9518, 8096, 9082, 8228, 9020, 8983, 8025, 9476, 8122, 9412, 8367, 8720, 8898, 7847, 9648, 10277, 9272, 9928, 9062, 8641, 8091, 9384, 14746, 9358, 11561, 9082, 8818, 8327, 9391, 11565, 8767, 9389, 9085, 9300, 8345, 9327, 9980, 8857, 9272, 8187, 9484, 8449, 9528, 13398, 9166, 10654, 9059, 9492, 8517, 9519, 12475, 9545, 12841, 11190, 13161, 9401, 9480, 14748, 8787, 9059, 8310, 9332, 14388, 9025, 10047, 8971, 9084, 8411, 9585, 15050, 12376, 10984, 8287, 9248, 11278, 9376, 8448, 8799, 8878, 10269, 9503, 12631, 8965, 8980, 8296, 9618, 14704, 10998, 9003, 8262, 9192, 10509, 9062, 8921, 8156, 9156, 7967, 9333, 8591, 8585, 9168, 9968, 9455, 13041, 9172, 10897, 8573, 9176, 13245, 9287, 13242, 10801, 9293, 8456, 9553, 12858, 9028, 10608, 8404, 9398, 8124, 9357, 8510, 8879, 9146, 8927, 9336, 8083, 9058, 9079, 8189, 9531, 13912, 9258, 8629, 8601, 9220, 8271, 9465, 14126, 9058, 8576, 8792, 9119, 8263, 9510, 14749, 11264, 11026, 8605, 9065, 8415, 9538, 15167, 10085, 10311, 8698, 9199, 8225, 9385, 14466, 10122, 11749, 8806, 9337, 8372, 9552, 13107, 9421, 12373, 9104, 9801, 8366, 9402, 13036, 9306, 9078, 8865, 9145, 8440, 9434, 11249, 9367, 8795, 8650, 9249, 8408, 9393, 11415, 9478, 11378, 8983, 11786, 8424, 9462, 12673, 9385, 10358, 8874, 11020, 8670, 10398, 8253, 9429, 14218, 8791, 9596, 9689, 9554, 7976, 9612, 9220, 8800, 9289, 8248, 9268, 13816, 9443, 9483, 8591, 9366, 10880, 9572, 14535, 11340, 9068, 8302, 9327, 8273, 9553, 11187, 9354, 11482, 8821, 9404, 8316, 9559, 10371, 9155, 10053, 8529, 9237, 8307, 9558, 13013, 9430, 9924, 8547, 9199, 8318, 9623, 12805, 9482, 8448, 9189, 9189, 8114, 9486, 10493, 9483, 11271, 9403, 9144, 8600, 9163, 9822, 9371, 12674, 9785, 13132, 8387, 9041, 12003, 10796, 12365, 9399, 10681, 9005, 12624, 9719, 12090, 8402, 9302, 8037, 9199, 12518, 10926, 11470, 9560, 8919, 12237, 9429, 9740, 9034, 9279, 8574, 8978, 8287, 9409, 13430, 9251, 10051, 8658, 9029, 9077, 9375, 11182, 8840, 10635, 8717, 10783, 8938, 9565, 14168, 9142, 10519, 8863, 10598, 9891, 9277, 12139, 9529, 10309, 9377, 12389, 9030, 9733, 8734, 9310, 8706, 11212, 8255, 8531, 12527, 8785, 8369, 9293, 9264, 7820, 8575, 8904, 14025, 9864, 12830, 10607, 12051, 8857, 8752, 15551, 12985, 13773, 12847, 12457, 14398, 9401, 13109, 9174, 7912, 11287, 9095, 14630, 10680, 8674, 9042, 8455, 9707, 9285, 7957, 9611, 7786, 9436, 8729, 10587, 9272, 8024, 9021, 8070, 9130, 9297, 12979, 9266, 7478, 9162, 8265, 8445, 8887, 14019, 9611, 12014, 9264, 8172, 8994, 8802, 14068, 9534, 14581, 12655, 12178, 8788, 8783, 11991, 9376, 10583, 9203, 9129, 9405, 7969, 9160, 8539, 8955, 9098, 14644, 10121, 11502, 9299, 8187, 8802, 8898, 14943, 9482, 14428, 12685, 13003, 9565, 8251, 8749, 8544, 11629, 9118, 14451, 12808, 11564, 8781, 10955, 8923, 10180, 9724, 8473, 14072, 12174, 12612, 9056, 10502, 9142, 9893, 11082, 10782, 14824, 9076, 13530, 9086, 7977, 8979, 9028, 14061, 9864, 9353, 9032, 8102, 8447, 8782, 14327, 9355, 13215, 10107, 11163, 9360, 8679, 9205, 8302, 9588, 9975, 8808, 9180, 14728, 9386, 12364, 10482, 12108, 8791, 8466, 14745, 9549, 9019, 9031, 8531, 8807, 8928, 8974, 8990, 7937, 8452, 8883, 11974, 8975, 7476, 8320, 8677, 9199, 9219, 8618, 9063, 8082, 8232, 8671, 13070, 9048, 9675, 8898, 8858, 14834, 8965, 14333, 9058, 8310, 14870, 9371, 13451, 10168, 8151, 7954, 8698, 14495, 9436, 10613, 10442, 8527, 10853, 9152, 8677, 9383, 8197, 13752, 9288, 12513, 9185, 7783, 8462, 8709, 12184, 9036, 9954, 8673, 8172, 8442, 8697, 11552, 8753, 9517, 9552, 8585, 10656, 9055, 12367, 8985, 8019, 13953, 9099, 13350, 9149, 11518, 8480, 8679, 15363, 9278, 11213, 8459, 8021, 11836, 9092, 8187, 8830, 7813, 12609, 8702, 14873, 9049, 8612, 8320, 8571, 15200, 9942, 7985, 8455, 8107, 11300, 9322, 8261, 8704, 8391, 12376, 9169, 10999, 8946, 7836, 8749, 9070, 13485, 9649, 9900, 8473, 8434, 14966, 9225, 12320, 11086, 9726, 15613, 9085, 8376, 8330, 8345, 14028, 8442, 7149, 8212, 8323, 13114, 8607, 10853, 8992, 9011, 9271, 8474, 14651, 8795, 11160, 13983, 8656, 14075, 8835, 7823, 8402, 8320, 15661, 12209, 11328, 8842, 8153, 13643, 8827, 14013, 9727, 8775, 8743, 8462, 10408, 8691, 8255, 12478, 8335, 14281, 8828, 8238, 9472, 8225, 15587, 12684, 9859, 8932, 8192, 14203, 8645, 13256, 9131, 7864, 8302, 8498, 13959, 8978, 10156, 8485, 7874, 8677, 8421, 13654, 9090, 10839, 10879, 8228, 15240, 8951, 12809, 9937, 10448, 15956, 11048, 13489, 8834, 7483, 14092, 9387, 14415, 13310, 12669, 10305, 7236, 8348, 9159, 13329, 8719, 9340, 8259, 8342, 11719, 8655, 9241, 11891, 8111, 12586, 13369, 14973, 11295, 13315, 14440, 11481, 15413, 11219, 11815, 13254, 10238, 14636, 8488, 8799, 8659, 8351, 13690, 8387, 8336, 8837, 7508, 8827, 8741, 9271, 8650, 8012, 8614, 8381, 14456, 8137, 11182, 8525, 7610, 8705, 8672, 14123, 8574, 8650, 8823, 7499, 8531, 8536, 14459, 8853, 9255, 8858, 7145, 8264, 8279, 12608, 8697, 7312, 8824, 7324, 7906, 8194, 13645, 8552, 7742, 8843, 7684, 11152, 9629, 13918, 8557, 15347, 8968, 11851, 13646, 10791, 15281, 8539, 13837, 8509, 8145, 8148, 8279, 15871, 11771, 9866, 8214, 8595, 14327, 8769, 10828, 8922, 8103, 8262, 8108, 15169, 8722, 11172, 9378, 8214, 10665, 8400, 14231, 8507, 10424, 8267, 8410, 15486, 8563, 13796, 8384, 8528, 7917, 7847, 7409, 7341, 7558, 13811, 14416, 11831, 12343, 7390, 13783, 7292, 9507, 8828, 8642, 7713, 7323, 10255, 7390, 13947, 7413, 11164, 7340, 10611, 7382, 13390, 7376, 15237, 11152, 12538, 7282, 13291, 7327, 11856, 10371, 12004, 7965, 13443, 9886, 9392, 7084, 10587, 7792, 14989, 12947, 14191, 9140, 7601, 12091, 7100, 15367, 12956, 13213, 10338, 9334, 7017, 7389, 7118, 7349, 14019, 11363, 15080, 10881, 13205, 6978, 11461, 7068, 12731, 14144, 12518, 13231, 8041, 14127, 7032, 10039, 7810, 11360, 13508, 11700, 12711, 6969, 13106, 7131, 9964, 10960, 12886, 14954, 13599, 11311, 7279, 7821, 7128, 7300, 14601, 10375, 13570, 11953, 10408, 7252, 7353, 10464, 7341, 14881, 12581, 12889, 7610, 7482, 7135, 7214, 7215, 7433, 14474, 12325, 14721, 11052, 10402, 7122, 7548, 15018, 9302, 13796, 11274, 11483, 8387, 7428, 8811, 7136], 'WindowCenter': [4285.0, 4319.0, 4265.0, 4292.0, 4251.0, 4318.0, 4290.0, 4298.0, 4248.0, 4245.0, 4248.0, 4266.0, 4248.0, 4298.0, 4258.0, 4298.0, 4237.0, 4227.0, 4305.0, 4236.0, 4318.0, 4287.0, 4276.0, 4236.0, 4225.0, 4234.0, 4236.0, 4256.0, 4259.0, 4276.0, 4258.0, 4265.0, 4247.0, 4227.0, 4246.0, 4237.0, 4316.0, 4309.0, 4296.0, 4235.0, 4245.0, 4233.0, 4226.0, 4305.0, 4266.0, 4284.0, 4246.0, 4224.0, 4223.0, 4235.0, 4274.0, 4246.0, 4275.0, 4266.0, 4269.0, 4236.0, 4237.0, 4305.0, 4246.0, 4308.0, 4275.0, 4276.0, 4223.0, 4235.0, 4304.0, 4256.0, 4296.0, 4275.0, 4276.0, 4235.0, 4235.0, 4293.0, 4244.0, 4276.0, 4254.0, 4255.0, 4232.0, 4236.0, 4283.0, 4245.0, 4256.0, 4243.0, 4255.0, 4253.0, 4234.0, 4264.0, 4244.0, 4244.0, 4263.0, 4276.0, 4304.0, 4235.0, 4263.0, 4234.0, 4224.0, 4244.0, 4246.0, 4246.0, 4247.0, 4296.0, 4247.0, 4225.0, 4245.0, 4235.0, 4247.0, 4246.0, 4305.0, 4257.0, 4235.0, 4247.0, 4246.0, 4256.0, 4288.0, 4245.0, 4246.0, 4306.0, 4265.0, 4295.0, 4273.0, 4285.0, 4294.0, 4244.0, 4263.0, 4244.0, 4234.0, 4234.0, 4235.0, 4294.0, 4244.0, 4213.0, 4244.0, 4245.0, 4235.0, 4247.0, 4246.0, 4247.0, 4255.0, 4248.0, 4267.0, 4275.0, 4286.0, 4245.0, 4245.0, 4284.0, 4246.0, 4286.0, 4276.0, 4244.0, 4273.0, 4246.0, 4225.0, 4246.0, 4236.0, 4235.0, 4247.0, 4226.0, 4257.0, 4275.0, 4246.0, 4236.0, 4296.0, 4257.0, 4275.0, 4247.0, 4215.0, 4245.0, 4247.0, 4274.0, 4246.0, 4274.0, 4247.0, 4224.0, 4235.0, 4247.0, 4306.0, 4267.0, 4275.0, 4248.0, 4236.0, 4225.0, 4257.0, 4305.0, 4288.0, 4244.0, 4247.0, 4237.0, 4226.0, 4246.0, 4304.0, 4287.0, 4285.0, 4246.0, 4245.0, 4225.0, 4246.0, 4295.0, 4247.0, 4275.0, 4245.0, 4245.0, 4224.0, 4244.0, 4305.0, 4276.0, 4275.0, 4245.0, 4243.0, 4253.0, 4256.0, 4294.0, 4276.0, 4235.0, 4223.0, 4245.0, 4254.0, 4243.0, 4273.0, 4266.0, 4254.0, 4224.0, 4245.0, 4294.0, 4245.0, 4283.0, 4243.0, 4234.0, 4212.0, 4244.0, 4242.0, 4244.0, 4244.0, 4245.0, 4235.0, 4235.0, 4246.0, 4284.0, 4255.0, 4298.0, 4276.0, 4246.0, 4225.0, 4245.0, 4295.0, 4245.0, 4275.0, 4235.0, 4236.0, 4225.0, 4246.0, 4264.0, 4236.0, 4266.0, 4235.0, 4288.0, 4224.0, 4246.0, 4264.0, 4235.0, 4245.0, 4245.0, 4246.0, 4211.0, 4236.0, 4225.0, 4237.0, 4247.0, 4225.0, 4247.0, 4226.0, 4246.0, 4276.0, 4247.0, 4257.0, 4237.0, 4256.0, 4224.0, 4256.0, 4276.0, 4248.0, 4278.0, 4257.0, 4246.0, 4226.0, 4247.0, 4297.0, 4247.0, 4286.0, 4235.0, 4255.0, 4223.0, 4246.0, 4244.0, 4248.0, 4235.0, 4256.0, 4246.0, 4236.0, 4259.0, 4296.0, 4258.0, 4296.0, 4288.0, 4276.0, 4236.0, 4245.0, 4265.0, 4257.0, 4306.0, 4288.0, 4275.0, 4244.0, 4234.0, 4223.0, 4245.0, 4304.0, 4245.0, 4254.0, 4246.0, 4235.0, 4235.0, 4258.0, 4296.0, 4276.0, 4285.0, 4245.0, 4223.0, 4224.0, 4246.0, 4294.0, 4256.0, 4273.0, 4244.0, 4225.0, 4244.0, 4234.0, 4235.0, 4246.0, 4244.0, 4244.0, 4253.0, 4235.0, 4285.0, 4234.0, 4234.0, 4264.0, 4244.0, 4233.0, 4246.0, 4255.0, 4235.0, 4246.0, 4224.0, 4245.0, 4253.0, 4246.0, 4286.0, 4248.0, 4296.0, 4246.0, 4224.0, 4225.0, 4235.0, 4294.0, 4245.0, 4246.0, 4225.0, 4257.0, 4266.0, 4248.0, 4266.0, 4236.0, 4287.0, 4236.0, 4244.0, 4293.0, 4273.0, 4281.0, 4240.0, 4261.0, 4280.0, 4261.0, 4237.0, 4218.0, 4208.0, 4205.0, 4217.0, 4237.0, 4230.0, 4220.0, 4220.0, 4231.0, 4209.0, 4242.0, 4199.0, 4230.0, 4220.0, 4219.0, 4240.0, 4251.0, 4233.0, 4221.0, 4232.0, 4233.0, 4223.0, 4243.0, 4294.0, 4235.0, 4283.0, 4232.0, 4223.0, 4212.0, 4233.0, 4271.0, 4245.0, 4263.0, 4234.0, 4222.0, 4222.0, 4245.0, 4224.0, 4246.0, 4274.0, 4236.0, 4235.0, 4234.0, 4245.0, 4214.0, 4246.0, 4295.0, 4255.0, 4256.0, 4235.0, 4246.0, 4285.0, 4255.0, 4285.0, 4246.0, 4276.0, 4223.0, 4245.0, 4223.0, 4245.0, 4274.0, 4235.0, 4275.0, 4254.0, 4274.0, 4285.0, 4235.0, 4284.0, 4234.0, 4223.0, 4213.0, 4245.0, 4304.0, 4246.0, 4224.0, 4236.0, 4235.0, 4234.0, 4248.0, 4295.0, 4245.0, 4275.0, 4257.0, 4246.0, 4225.0, 4257.0, 4305.0, 4257.0, 4296.0, 4275.0, 4267.0, 4223.0, 4246.0, 4284.0, 4246.0, 4275.0, 4235.0, 4245.0, 4226.0, 4255.0, 4234.0, 4236.0, 4236.0, 4226.0, 4259.0, 4297.0, 4249.0, 4235.0, 4236.0, 4246.0, 4226.0, 4258.0, 4307.0, 4258.0, 4265.0, 4247.0, 4247.0, 4284.0, 4247.0, 4298.0, 4267.0, 4245.0, 4226.0, 4247.0, 4224.0, 4247.0, 4286.0, 4247.0, 4287.0, 4225.0, 4246.0, 4284.0, 4246.0, 4244.0, 4236.0, 4246.0, 4225.0, 4247.0, 4226.0, 4256.0, 4254.0, 4236.0, 4246.0, 4226.0, 4258.0, 4307.0, 4246.0, 4296.0, 4225.0, 4245.0, 4226.0, 4259.0, 4304.0, 4256.0, 4264.0, 4236.0, 4236.0, 4226.0, 4246.0, 4306.0, 4256.0, 4294.0, 4267.0, 4246.0, 4223.0, 4245.0, 4295.0, 4245.0, 4294.0, 4275.0, 4253.0, 4223.0, 4244.0, 4262.0, 4245.0, 4223.0, 4236.0, 4233.0, 4224.0, 4256.0, 4225.0, 4244.0, 4254.0, 4223.0, 4244.0, 4224.0, 4246.0, 4295.0, 4246.0, 4244.0, 4226.0, 4246.0, 4215.0, 4247.0, 4305.0, 4284.0, 4254.0, 4223.0, 4244.0, 4242.0, 4245.0, 4234.0, 4235.0, 4245.0, 4225.0, 4246.0, 4294.0, 4237.0, 4248.0, 4226.0, 4257.0, 4306.0, 4247.0, 4276.0, 4237.0, 4246.0, 4226.0, 4257.0, 4318.0, 4267.0, 4297.0, 4237.0, 4257.0, 4225.0, 4256.0, 4305.0, 4266.0, 4274.0, 4224.0, 4245.0, 4243.0, 4245.0, 4243.0, 4223.0, 4244.0, 4274.0, 4245.0, 4274.0, 4234.0, 4245.0, 4224.0, 4244.0, 4294.0, 4226.0, 4255.0, 4237.0, 4246.0, 4225.0, 4247.0, 4266.0, 4237.0, 4297.0, 4278.0, 4266.0, 4225.0, 4246.0, 4305.0, 4236.0, 4296.0, 4266.0, 4276.0, 4224.0, 4246.0, 4294.0, 4236.0, 4266.0, 4224.0, 4234.0, 4225.0, 4236.0, 4276.0, 4236.0, 4235.0, 4225.0, 4247.0, 4277.0, 4247.0, 4266.0, 4238.0, 4235.0, 4226.0, 4247.0, 4306.0, 4277.0, 4285.0, 4235.0, 4244.0, 4224.0, 4245.0, 4295.0, 4234.0, 4254.0, 4236.0, 4244.0, 4224.0, 4245.0, 4306.0, 4236.0, 4256.0, 4227.0, 4245.0, 4226.0, 4246.0, 4225.0, 4247.0, 4308.0, 4288.0, 4274.0, 4235.0, 4245.0, 4225.0, 4257.0, 4307.0, 4266.0, 4254.0, 4236.0, 4246.0, 4246.0, 4257.0, 4296.0, 4247.0, 4286.0, 4239.0, 4246.0, 4236.0, 4258.0, 4285.0, 4248.0, 4307.0, 4226.0, 4236.0, 4226.0, 4257.0, 4236.0, 4258.0, 4305.0, 4238.0, 4297.0, 4237.0, 4269.0, 4236.0, 4258.0, 4306.0, 4247.0, 4296.0, 4287.0, 4276.0, 4226.0, 4246.0, 4236.0, 4245.0, 4296.0, 4267.0, 4277.0, 4235.0, 4246.0, 4294.0, 4236.0, 4233.0, 4225.0, 4247.0, 4223.0, 4245.0, 4284.0, 4235.0, 4255.0, 4226.0, 4256.0, 4305.0, 4236.0, 4276.0, 4243.0, 4235.0, 4224.0, 4246.0, 4246.0, 4227.0, 4257.0, 4236.0, 4268.0, 4235.0, 4245.0, 4306.0, 4236.0, 4275.0, 4264.0, 4264.0, 4293.0, 4233.0, 4283.0, 4224.0, 4233.0, 4222.0, 4245.0, 4305.0, 4274.0, 4243.0, 4224.0, 4234.0, 4222.0, 4244.0, 4305.0, 4274.0, 4265.0, 4213.0, 4245.0, 4224.0, 4245.0, 4243.0, 4236.0, 4256.0, 4226.0, 4246.0, 4235.0, 4256.0, 4265.0, 4247.0, 4244.0, 4246.0, 4247.0, 4227.0, 4259.0, 4236.0, 4259.0, 4308.0, 4248.0, 4307.0, 4276.0, 4289.0, 4235.0, 4247.0, 4304.0, 4236.0, 4295.0, 4266.0, 4266.0, 4236.0, 4245.0, 4255.0, 4235.0, 4233.0, 4225.0, 4276.0, 4246.0, 4275.0, 4235.0, 4246.0, 4295.0, 4246.0, 4265.0, 4236.0, 4295.0, 4245.0, 4265.0, 4225.0, 4245.0, 4273.0, 4235.0, 4284.0, 4255.0, 4296.0, 4224.0, 4245.0, 4224.0, 4256.0, 4296.0, 4236.0, 4285.0, 4255.0, 4274.0, 4223.0, 4245.0, 4284.0, 4235.0, 4285.0, 4236.0, 4244.0, 4225.0, 4247.0, 4225.0, 4245.0, 4245.0, 4236.0, 4235.0, 4226.0, 4245.0, 4235.0, 4246.0, 4266.0, 4246.0, 4277.0, 4247.0, 4247.0, 4236.0, 4244.0, 4235.0, 4258.0, 4287.0, 4257.0, 4307.0, 4288.0, 4296.0, 4248.0, 4299.0, 4278.0, 4299.0, 4240.0, 4258.0, 4228.0, 4248.0, 4255.0, 4246.0, 4256.0, 4250.0, 4289.0, 4270.0, 4300.0, 4274.0, 4312.0, 4281.0, 4312.0, 4286.0, 4287.0, 4283.0, 4232.0, 4241.0, 4211.0, 4221.0, 4280.0, 4231.0, 4271.0, 4221.0, 4212.0, 4209.0, 4231.0, 4199.0, 4220.0, 4209.0, 4232.0, 4234.0, 4212.0, 4245.0, 4212.0, 4244.0, 4223.0, 4234.0, 4234.0, 4225.0, 4247.0, 4255.0, 4246.0, 4257.0, 4247.0, 4236.0, 4225.0, 4247.0, 4304.0, 4246.0, 4275.0, 4236.0, 4235.0, 4225.0, 4246.0, 4277.0, 4247.0, 4247.0, 4248.0, 4257.0, 4238.0, 4257.0, 4255.0, 4257.0, 4258.0, 4239.0, 4258.0, 4237.0, 4258.0, 4296.0, 4258.0, 4277.0, 4247.0, 4258.0, 4248.0, 4258.0, 4286.0, 4257.0, 4297.0, 4279.0, 4298.0, 4247.0, 4257.0, 4296.0, 4234.0, 4236.0, 4223.0, 4245.0, 4296.0, 4245.0, 4254.0, 4245.0, 4244.0, 4224.0, 4256.0, 4303.0, 4285.0, 4264.0, 4224.0, 4244.0, 4262.0, 4244.0, 4222.0, 4234.0, 4244.0, 4253.0, 4244.0, 4275.0, 4245.0, 4244.0, 4224.0, 4254.0, 4294.0, 4265.0, 4235.0, 4223.0, 4244.0, 4252.0, 4244.0, 4244.0, 4224.0, 4245.0, 4224.0, 4245.0, 4235.0, 4235.0, 4245.0, 4256.0, 4255.0, 4285.0, 4245.0, 4264.0, 4232.0, 4245.0, 4283.0, 4245.0, 4284.0, 4264.0, 4244.0, 4223.0, 4255.0, 4283.0, 4244.0, 4264.0, 4234.0, 4244.0, 4222.0, 4244.0, 4232.0, 4244.0, 4257.0, 4244.0, 4247.0, 4225.0, 4246.0, 4244.0, 4234.0, 4257.0, 4296.0, 4257.0, 4235.0, 4246.0, 4255.0, 4236.0, 4268.0, 4307.0, 4247.0, 4235.0, 4246.0, 4246.0, 4235.0, 4267.0, 4306.0, 4276.0, 4265.0, 4237.0, 4245.0, 4224.0, 4257.0, 4305.0, 4266.0, 4254.0, 4237.0, 4244.0, 4223.0, 4245.0, 4294.0, 4264.0, 4274.0, 4245.0, 4245.0, 4222.0, 4254.0, 4282.0, 4244.0, 4285.0, 4243.0, 4254.0, 4222.0, 4244.0, 4284.0, 4254.0, 4244.0, 4245.0, 4244.0, 4234.0, 4255.0, 4274.0, 4256.0, 4235.0, 4246.0, 4246.0, 4235.0, 4257.0, 4276.0, 4256.0, 4275.0, 4246.0, 4276.0, 4235.0, 4256.0, 4283.0, 4245.0, 4253.0, 4246.0, 4276.0, 4234.0, 4265.0, 4224.0, 4244.0, 4294.0, 4235.0, 4256.0, 4243.0, 4254.0, 4223.0, 4256.0, 4242.0, 4244.0, 4244.0, 4234.0, 4256.0, 4294.0, 4256.0, 4254.0, 4234.0, 4244.0, 4265.0, 4255.0, 4305.0, 4274.0, 4234.0, 4224.0, 4244.0, 4232.0, 4254.0, 4274.0, 4255.0, 4275.0, 4245.0, 4246.0, 4223.0, 4254.0, 4253.0, 4245.0, 4254.0, 4234.0, 4246.0, 4233.0, 4254.0, 4284.0, 4244.0, 4256.0, 4234.0, 4244.0, 4224.0, 4254.0, 4283.0, 4255.0, 4234.0, 4255.0, 4245.0, 4224.0, 4256.0, 4264.0, 4255.0, 4274.0, 4255.0, 4258.0, 4247.0, 4245.0, 4253.0, 4244.0, 4284.0, 4256.0, 4296.0, 4223.0, 4245.0, 4273.0, 4264.0, 4283.0, 4245.0, 4254.0, 4234.0, 4285.0, 4254.0, 4287.0, 4235.0, 4246.0, 4222.0, 4244.0, 4282.0, 4266.0, 4276.0, 4245.0, 4247.0, 4288.0, 4257.0, 4254.0, 4247.0, 4246.0, 4236.0, 4246.0, 4236.0, 4247.0, 4296.0, 4258.0, 4257.0, 4237.0, 4246.0, 4234.0, 4246.0, 4265.0, 4246.0, 4267.0, 4236.0, 4278.0, 4235.0, 4246.0, 4294.0, 4245.0, 4254.0, 4234.0, 4254.0, 4243.0, 4235.0, 4274.0, 4244.0, 4253.0, 4244.0, 4285.0, 4235.0, 4245.0, 4236.0, 4246.0, 4236.0, 4278.0, 4226.0, 4237.0, 4273.0, 4222.0, 4223.0, 4234.0, 4245.0, 4216.0, 4236.0, 4248.0, 4309.0, 4269.0, 4287.0, 4266.0, 4275.0, 4233.0, 4224.0, 4292.0, 4272.0, 4284.0, 4272.0, 4264.0, 4281.0, 4220.0, 4260.0, 4218.0, 4198.0, 4237.0, 4217.0, 4278.0, 4238.0, 4209.0, 4218.0, 4210.0, 4227.0, 4229.0, 4198.0, 4230.0, 4201.0, 4231.0, 4220.0, 4239.0, 4231.0, 4209.0, 4220.0, 4211.0, 4231.0, 4243.0, 4281.0, 4244.0, 4202.0, 4244.0, 4225.0, 4224.0, 4246.0, 4295.0, 4256.0, 4275.0, 4245.0, 4225.0, 4233.0, 4246.0, 4295.0, 4257.0, 4304.0, 4285.0, 4273.0, 4223.0, 4234.0, 4263.0, 4244.0, 4254.0, 4245.0, 4244.0, 4246.0, 4225.0, 4246.0, 4237.0, 4234.0, 4246.0, 4306.0, 4267.0, 4276.0, 4247.0, 4226.0, 4246.0, 4247.0, 4306.0, 4257.0, 4295.0, 4287.0, 4284.0, 4244.0, 4224.0, 4235.0, 4235.0, 4263.0, 4235.0, 4296.0, 4286.0, 4276.0, 4235.0, 4265.0, 4235.0, 4256.0, 4255.0, 4226.0, 4297.0, 4286.0, 4276.0, 4246.0, 4255.0, 4246.0, 4256.0, 4275.0, 4267.0, 4295.0, 4235.0, 4285.0, 4235.0, 4215.0, 4235.0, 4246.0, 4294.0, 4256.0, 4245.0, 4235.0, 4225.0, 4224.0, 4235.0, 4295.0, 4246.0, 4286.0, 4267.0, 4266.0, 4247.0, 4234.0, 4246.0, 4238.0, 4256.0, 4258.0, 4236.0, 4247.0, 4306.0, 4246.0, 4288.0, 4255.0, 4277.0, 4234.0, 4226.0, 4292.0, 4245.0, 4235.0, 4245.0, 4234.0, 4231.0, 4235.0, 4233.0, 4235.0, 4225.0, 4235.0, 4247.0, 4276.0, 4248.0, 4215.0, 4236.0, 4247.0, 4245.0, 4258.0, 4237.0, 4248.0, 4239.0, 4238.0, 4249.0, 4297.0, 4248.0, 4258.0, 4248.0, 4248.0, 4306.0, 4247.0, 4296.0, 4236.0, 4226.0, 4296.0, 4246.0, 4285.0, 4257.0, 4224.0, 4224.0, 4236.0, 4295.0, 4246.0, 4267.0, 4267.0, 4235.0, 4265.0, 4246.0, 4235.0, 4246.0, 4236.0, 4296.0, 4257.0, 4286.0, 4248.0, 4216.0, 4225.0, 4237.0, 4284.0, 4248.0, 4257.0, 4236.0, 4238.0, 4235.0, 4238.0, 4277.0, 4248.0, 4259.0, 4258.0, 4248.0, 4267.0, 4247.0, 4287.0, 4248.0, 4239.0, 4309.0, 4248.0, 4297.0, 4247.0, 4277.0, 4233.0, 4236.0, 4304.0, 4247.0, 4276.0, 4225.0, 4227.0, 4273.0, 4246.0, 4224.0, 4245.0, 4228.0, 4286.0, 4236.0, 4305.0, 4245.0, 4235.0, 4225.0, 4248.0, 4305.0, 4255.0, 4225.0, 4224.0, 4224.0, 4265.0, 4246.0, 4225.0, 4246.0, 4237.0, 4286.0, 4247.0, 4265.0, 4246.0, 4225.0, 4235.0, 4248.0, 4296.0, 4259.0, 4256.0, 4226.0, 4238.0, 4305.0, 4258.0, 4298.0, 4278.0, 4258.0, 4305.0, 4236.0, 4225.0, 4224.0, 4235.0, 4296.0, 4238.0, 4205.0, 4236.0, 4238.0, 4298.0, 4261.0, 4279.0, 4249.0, 4249.0, 4257.0, 4239.0, 4307.0, 4249.0, 4278.0, 4297.0, 4237.0, 4296.0, 4247.0, 4217.0, 4226.0, 4237.0, 4306.0, 4287.0, 4264.0, 4244.0, 4226.0, 4294.0, 4248.0, 4296.0, 4256.0, 4237.0, 4234.0, 4237.0, 4266.0, 4247.0, 4238.0, 4285.0, 4237.0, 4307.0, 4247.0, 4236.0, 4246.0, 4238.0, 4307.0, 4286.0, 4257.0, 4234.0, 4235.0, 4295.0, 4237.0, 4297.0, 4247.0, 4226.0, 4235.0, 4246.0, 4295.0, 4247.0, 4269.0, 4237.0, 4226.0, 4234.0, 4237.0, 4296.0, 4247.0, 4278.0, 4277.0, 4236.0, 4306.0, 4246.0, 4287.0, 4255.0, 4267.0, 4305.0, 4265.0, 4284.0, 4233.0, 4216.0, 4307.0, 4258.0, 4306.0, 4287.0, 4286.0, 4256.0, 4204.0, 4225.0, 4245.0, 4283.0, 4233.0, 4244.0, 4224.0, 4237.0, 4275.0, 4247.0, 4259.0, 4288.0, 4238.0, 4287.0, 4297.0, 4297.0, 4264.0, 4285.0, 4282.0, 4264.0, 4293.0, 4252.0, 4263.0, 4270.0, 4240.0, 4269.0, 4209.0, 4209.0, 4207.0, 4209.0, 4269.0, 4210.0, 4209.0, 4220.0, 4190.0, 4222.0, 4221.0, 4230.0, 4222.0, 4212.0, 4223.0, 4225.0, 4293.0, 4214.0, 4252.0, 4224.0, 4214.0, 4222.0, 4234.0, 4295.0, 4235.0, 4236.0, 4247.0, 4216.0, 4237.0, 4237.0, 4296.0, 4246.0, 4246.0, 4247.0, 4206.0, 4237.0, 4239.0, 4286.0, 4247.0, 4220.0, 4249.0, 4230.0, 4241.0, 4252.0, 4308.0, 4250.0, 4230.0, 4261.0, 4242.0, 4292.0, 4272.0, 4311.0, 4251.0, 4321.0, 4261.0, 4292.0, 4311.0, 4281.0, 4320.0, 4249.0, 4298.0, 4248.0, 4228.0, 4228.0, 4250.0, 4319.0, 4289.0, 4259.0, 4238.0, 4250.0, 4308.0, 4249.0, 4278.0, 4249.0, 4229.0, 4238.0, 4240.0, 4318.0, 4250.0, 4279.0, 4258.0, 4238.0, 4278.0, 4240.0, 4309.0, 4249.0, 4279.0, 4238.0, 4239.0, 4318.0, 4252.0, 4311.0, 4264.0, 4262.0, 4252.0, 4242.0, 4246.0, 4233.0, 4230.0, 4314.0, 4311.0, 4292.0, 4302.0, 4233.0, 4312.0, 4220.0, 4261.0, 4250.0, 4249.0, 4228.0, 4221.0, 4269.0, 4222.0, 4323.0, 4234.0, 4292.0, 4235.0, 4283.0, 4244.0, 4313.0, 4234.0, 4325.0, 4294.0, 4303.0, 4246.0, 4313.0, 4243.0, 4305.0, 4286.0, 4306.0, 4240.0, 4316.0, 4285.0, 4274.0, 4234.0, 4297.0, 4256.0, 4337.0, 4317.0, 4326.0, 4263.0, 4235.0, 4302.0, 4223.0, 4322.0, 4304.0, 4302.0, 4272.0, 4259.0, 4223.0, 4231.0, 4221.0, 4233.0, 4311.0, 4295.0, 4325.0, 4293.0, 4301.0, 4222.0, 4292.0, 4222.0, 4316.0, 4323.0, 4303.0, 4300.0, 4241.0, 4300.0, 4210.0, 4259.0, 4229.0, 4292.0, 4299.0, 4281.0, 4287.0, 4208.0, 4288.0, 4208.0, 4259.0, 4268.0, 4300.0, 4306.0, 4298.0, 4265.0, 4218.0, 4215.0, 4207.0, 4208.0, 4306.0, 4268.0, 4297.0, 4279.0, 4267.0, 4215.0, 4217.0, 4266.0, 4214.0, 4307.0, 4288.0, 4287.0, 4218.0, 4205.0, 4207.0, 4218.0, 4217.0, 4230.0, 4311.0, 4302.0, 4310.0, 4279.0, 4268.0, 4207.0, 4217.0, 4306.0, 4249.0, 4299.0, 4267.0, 4276.0, 4225.0, 4206.0, 4234.0, 4205.0], 'WindowWidth': [9510.0, 9536.0, 9458.0, 9484.0, 9430.0, 9509.0, 9473.0, 9479.0, 9414.0, 9406.0, 9414.0, 9434.0, 9415.0, 9480.0, 9429.0, 9482.0, 9398.0, 9386.0, 9486.0, 9397.0, 9505.0, 9465.0, 9448.0, 9393.0, 9380.0, 9390.0, 9396.0, 9422.0, 9431.0, 9447.0, 9428.0, 9431.0, 9411.0, 9384.0, 9408.0, 9401.0, 9503.0, 9495.0, 9473.0, 9393.0, 9404.0, 9387.0, 9380.0, 9484.0, 9435.0, 9455.0, 9407.0, 9375.0, 9373.0, 9392.0, 9441.0, 9409.0, 9445.0, 9436.0, 9441.0, 9394.0, 9398.0, 9484.0, 9409.0, 9492.0, 9444.0, 9446.0, 9373.0, 9392.0, 9480.0, 9422.0, 9472.0, 9444.0, 9446.0, 9391.0, 9391.0, 9467.0, 9405.0, 9447.0, 9415.0, 9417.0, 9384.0, 9393.0, 9453.0, 9404.0, 9420.0, 9398.0, 9418.0, 9412.0, 9390.0, 9428.0, 9402.0, 9402.0, 9426.0, 9447.0, 9480.0, 9392.0, 9426.0, 9390.0, 9378.0, 9403.0, 9408.0, 9407.0, 9410.0, 9472.0, 9411.0, 9379.0, 9407.0, 9393.0, 9410.0, 9409.0, 9486.0, 9426.0, 9392.0, 9413.0, 9411.0, 9422.0, 9468.0, 9406.0, 9410.0, 9487.0, 9432.0, 9472.0, 9440.0, 9457.0, 9466.0, 9402.0, 9425.0, 9401.0, 9388.0, 9388.0, 9392.0, 9468.0, 9402.0, 9358.0, 9403.0, 9405.0, 9392.0, 9411.0, 9408.0, 9412.0, 9419.0, 9414.0, 9436.0, 9445.0, 9463.0, 9405.0, 9407.0, 9456.0, 9407.0, 9459.0, 9447.0, 9403.0, 9439.0, 9409.0, 9378.0, 9409.0, 9395.0, 9393.0, 9412.0, 9382.0, 9426.0, 9445.0, 9409.0, 9396.0, 9473.0, 9423.0, 9445.0, 9411.0, 9364.0, 9406.0, 9411.0, 9444.0, 9407.0, 9443.0, 9411.0, 9379.0, 9393.0, 9413.0, 9488.0, 9437.0, 9446.0, 9413.0, 9396.0, 9380.0, 9426.0, 9485.0, 9467.0, 9404.0, 9410.0, 9398.0, 9382.0, 9409.0, 9483.0, 9464.0, 9457.0, 9408.0, 9406.0, 9380.0, 9408.0, 9472.0, 9412.0, 9444.0, 9407.0, 9406.0, 9377.0, 9403.0, 9485.0, 9447.0, 9444.0, 9405.0, 9402.0, 9413.0, 9421.0, 9467.0, 9448.0, 9391.0, 9373.0, 9405.0, 9415.0, 9402.0, 9439.0, 9434.0, 9415.0, 9375.0, 9405.0, 9468.0, 9403.0, 9452.0, 9398.0, 9388.0, 9357.0, 9401.0, 9396.0, 9402.0, 9400.0, 9405.0, 9392.0, 9392.0, 9409.0, 9456.0, 9421.0, 9478.0, 9448.0, 9407.0, 9377.0, 9405.0, 9470.0, 9406.0, 9445.0, 9392.0, 9394.0, 9378.0, 9408.0, 9428.0, 9395.0, 9434.0, 9393.0, 9465.0, 9375.0, 9406.0, 9428.0, 9392.0, 9404.0, 9403.0, 9407.0, 9355.0, 9394.0, 9379.0, 9398.0, 9411.0, 9379.0, 9411.0, 9380.0, 9410.0, 9446.0, 9411.0, 9424.0, 9398.0, 9421.0, 9378.0, 9423.0, 9447.0, 9414.0, 9453.0, 9424.0, 9410.0, 9381.0, 9411.0, 9476.0, 9412.0, 9461.0, 9391.0, 9418.0, 9374.0, 9407.0, 9403.0, 9414.0, 9392.0, 9423.0, 9409.0, 9397.0, 9430.0, 9476.0, 9429.0, 9476.0, 9468.0, 9448.0, 9395.0, 9407.0, 9432.0, 9422.0, 9487.0, 9466.0, 9442.0, 9403.0, 9389.0, 9374.0, 9406.0, 9481.0, 9406.0, 9416.0, 9408.0, 9392.0, 9393.0, 9428.0, 9474.0, 9450.0, 9457.0, 9406.0, 9374.0, 9374.0, 9406.0, 9468.0, 9419.0, 9438.0, 9402.0, 9376.0, 9403.0, 9390.0, 9390.0, 9406.0, 9400.0, 9402.0, 9411.0, 9393.0, 9456.0, 9388.0, 9390.0, 9427.0, 9401.0, 9386.0, 9409.0, 9419.0, 9392.0, 9406.0, 9375.0, 9405.0, 9414.0, 9410.0, 9461.0, 9415.0, 9471.0, 9406.0, 9373.0, 9380.0, 9391.0, 9468.0, 9405.0, 9407.0, 9377.0, 9423.0, 9434.0, 9416.0, 9436.0, 9395.0, 9463.0, 9392.0, 9402.0, 9463.0, 9436.0, 9445.0, 9387.0, 9417.0, 9440.0, 9416.0, 9379.0, 9356.0, 9342.0, 9333.0, 9351.0, 9377.0, 9372.0, 9359.0, 9359.0, 9376.0, 9344.0, 9393.0, 9333.0, 9377.0, 9362.0, 9360.0, 9390.0, 9404.0, 9384.0, 9366.0, 9384.0, 9385.0, 9371.0, 9399.0, 9466.0, 9389.0, 9451.0, 9384.0, 9371.0, 9355.0, 9384.0, 9434.0, 9403.0, 9424.0, 9389.0, 9370.0, 9371.0, 9405.0, 9375.0, 9407.0, 9441.0, 9395.0, 9390.0, 9390.0, 9406.0, 9363.0, 9409.0, 9472.0, 9419.0, 9420.0, 9391.0, 9407.0, 9457.0, 9418.0, 9457.0, 9406.0, 9446.0, 9372.0, 9404.0, 9372.0, 9405.0, 9440.0, 9390.0, 9444.0, 9414.0, 9442.0, 9455.0, 9390.0, 9452.0, 9387.0, 9372.0, 9357.0, 9404.0, 9480.0, 9405.0, 9374.0, 9393.0, 9391.0, 9389.0, 9411.0, 9472.0, 9407.0, 9443.0, 9425.0, 9407.0, 9379.0, 9423.0, 9484.0, 9423.0, 9473.0, 9446.0, 9436.0, 9374.0, 9408.0, 9455.0, 9407.0, 9446.0, 9393.0, 9406.0, 9381.0, 9419.0, 9389.0, 9395.0, 9395.0, 9383.0, 9430.0, 9475.0, 9416.0, 9393.0, 9397.0, 9408.0, 9382.0, 9427.0, 9489.0, 9427.0, 9432.0, 9410.0, 9411.0, 9457.0, 9410.0, 9477.0, 9437.0, 9405.0, 9382.0, 9410.0, 9378.0, 9411.0, 9461.0, 9413.0, 9462.0, 9379.0, 9408.0, 9454.0, 9406.0, 9401.0, 9396.0, 9409.0, 9380.0, 9410.0, 9381.0, 9424.0, 9418.0, 9397.0, 9409.0, 9384.0, 9427.0, 9489.0, 9409.0, 9473.0, 9381.0, 9405.0, 9382.0, 9428.0, 9483.0, 9422.0, 9429.0, 9396.0, 9394.0, 9380.0, 9407.0, 9487.0, 9420.0, 9468.0, 9435.0, 9405.0, 9372.0, 9405.0, 9468.0, 9404.0, 9468.0, 9443.0, 9412.0, 9372.0, 9401.0, 9422.0, 9404.0, 9372.0, 9394.0, 9387.0, 9375.0, 9420.0, 9376.0, 9401.0, 9413.0, 9374.0, 9402.0, 9375.0, 9406.0, 9469.0, 9408.0, 9402.0, 9381.0, 9407.0, 9365.0, 9410.0, 9484.0, 9455.0, 9413.0, 9372.0, 9402.0, 9396.0, 9404.0, 9386.0, 9393.0, 9404.0, 9378.0, 9406.0, 9469.0, 9397.0, 9411.0, 9381.0, 9423.0, 9486.0, 9410.0, 9446.0, 9397.0, 9408.0, 9380.0, 9426.0, 9505.0, 9438.0, 9477.0, 9399.0, 9423.0, 9377.0, 9422.0, 9484.0, 9433.0, 9441.0, 9375.0, 9404.0, 9399.0, 9402.0, 9397.0, 9373.0, 9402.0, 9441.0, 9403.0, 9441.0, 9389.0, 9403.0, 9375.0, 9402.0, 9469.0, 9380.0, 9416.0, 9396.0, 9406.0, 9378.0, 9410.0, 9433.0, 9400.0, 9475.0, 9452.0, 9434.0, 9378.0, 9408.0, 9483.0, 9394.0, 9472.0, 9432.0, 9445.0, 9375.0, 9405.0, 9468.0, 9395.0, 9433.0, 9376.0, 9389.0, 9377.0, 9393.0, 9444.0, 9394.0, 9390.0, 9380.0, 9411.0, 9449.0, 9410.0, 9432.0, 9399.0, 9392.0, 9380.0, 9411.0, 9485.0, 9448.0, 9456.0, 9391.0, 9402.0, 9375.0, 9405.0, 9470.0, 9390.0, 9414.0, 9393.0, 9403.0, 9376.0, 9406.0, 9486.0, 9394.0, 9418.0, 9384.0, 9404.0, 9380.0, 9408.0, 9379.0, 9412.0, 9490.0, 9466.0, 9441.0, 9392.0, 9407.0, 9378.0, 9424.0, 9490.0, 9434.0, 9416.0, 9396.0, 9409.0, 9408.0, 9426.0, 9476.0, 9411.0, 9460.0, 9403.0, 9407.0, 9397.0, 9428.0, 9459.0, 9414.0, 9489.0, 9382.0, 9394.0, 9382.0, 9422.0, 9396.0, 9426.0, 9488.0, 9401.0, 9477.0, 9400.0, 9439.0, 9395.0, 9425.0, 9487.0, 9411.0, 9473.0, 9462.0, 9445.0, 9379.0, 9406.0, 9393.0, 9405.0, 9472.0, 9434.0, 9446.0, 9388.0, 9404.0, 9467.0, 9392.0, 9384.0, 9378.0, 9407.0, 9373.0, 9403.0, 9453.0, 9390.0, 9417.0, 9377.0, 9420.0, 9483.0, 9393.0, 9444.0, 9399.0, 9390.0, 9376.0, 9408.0, 9405.0, 9383.0, 9422.0, 9393.0, 9437.0, 9391.0, 9405.0, 9486.0, 9393.0, 9445.0, 9426.0, 9428.0, 9463.0, 9385.0, 9449.0, 9373.0, 9385.0, 9371.0, 9404.0, 9483.0, 9442.0, 9397.0, 9374.0, 9387.0, 9369.0, 9400.0, 9483.0, 9442.0, 9428.0, 9359.0, 9404.0, 9375.0, 9405.0, 9399.0, 9395.0, 9419.0, 9379.0, 9407.0, 9390.0, 9420.0, 9430.0, 9411.0, 9403.0, 9408.0, 9409.0, 9384.0, 9428.0, 9396.0, 9429.0, 9491.0, 9414.0, 9490.0, 9448.0, 9465.0, 9390.0, 9409.0, 9481.0, 9394.0, 9470.0, 9431.0, 9431.0, 9392.0, 9404.0, 9416.0, 9391.0, 9386.0, 9378.0, 9445.0, 9405.0, 9444.0, 9390.0, 9407.0, 9470.0, 9406.0, 9430.0, 9394.0, 9470.0, 9403.0, 9429.0, 9376.0, 9403.0, 9439.0, 9391.0, 9454.0, 9417.0, 9471.0, 9374.0, 9404.0, 9375.0, 9420.0, 9472.0, 9395.0, 9455.0, 9416.0, 9441.0, 9372.0, 9404.0, 9453.0, 9390.0, 9456.0, 9392.0, 9402.0, 9376.0, 9409.0, 9376.0, 9403.0, 9402.0, 9394.0, 9391.0, 9380.0, 9404.0, 9389.0, 9407.0, 9432.0, 9409.0, 9451.0, 9413.0, 9411.0, 9394.0, 9403.0, 9391.0, 9426.0, 9462.0, 9424.0, 9489.0, 9466.0, 9474.0, 9413.0, 9481.0, 9452.0, 9480.0, 9403.0, 9423.0, 9383.0, 9410.0, 9413.0, 9407.0, 9420.0, 9416.0, 9467.0, 9448.0, 9487.0, 9460.0, 9507.0, 9463.0, 9503.0, 9459.0, 9458.0, 9444.0, 9376.0, 9386.0, 9346.0, 9361.0, 9437.0, 9375.0, 9427.0, 9359.0, 9347.0, 9342.0, 9374.0, 9329.0, 9359.0, 9343.0, 9377.0, 9384.0, 9352.0, 9398.0, 9351.0, 9398.0, 9368.0, 9386.0, 9384.0, 9375.0, 9406.0, 9415.0, 9404.0, 9419.0, 9409.0, 9392.0, 9377.0, 9407.0, 9480.0, 9404.0, 9440.0, 9392.0, 9389.0, 9376.0, 9407.0, 9448.0, 9410.0, 9408.0, 9412.0, 9422.0, 9397.0, 9424.0, 9418.0, 9425.0, 9426.0, 9400.0, 9425.0, 9396.0, 9426.0, 9473.0, 9426.0, 9451.0, 9411.0, 9426.0, 9411.0, 9427.0, 9461.0, 9424.0, 9477.0, 9453.0, 9477.0, 9407.0, 9420.0, 9471.0, 9388.0, 9390.0, 9373.0, 9403.0, 9471.0, 9403.0, 9413.0, 9405.0, 9402.0, 9374.0, 9419.0, 9479.0, 9456.0, 9427.0, 9373.0, 9401.0, 9422.0, 9401.0, 9370.0, 9387.0, 9401.0, 9412.0, 9401.0, 9442.0, 9403.0, 9400.0, 9373.0, 9416.0, 9467.0, 9429.0, 9388.0, 9371.0, 9401.0, 9409.0, 9403.0, 9402.0, 9375.0, 9406.0, 9376.0, 9405.0, 9390.0, 9391.0, 9406.0, 9421.0, 9418.0, 9456.0, 9404.0, 9426.0, 9385.0, 9405.0, 9452.0, 9403.0, 9453.0, 9428.0, 9400.0, 9371.0, 9417.0, 9450.0, 9402.0, 9428.0, 9386.0, 9401.0, 9368.0, 9400.0, 9382.0, 9401.0, 9423.0, 9403.0, 9409.0, 9377.0, 9408.0, 9404.0, 9389.0, 9426.0, 9473.0, 9423.0, 9392.0, 9408.0, 9419.0, 9393.0, 9441.0, 9489.0, 9411.0, 9392.0, 9408.0, 9408.0, 9393.0, 9440.0, 9490.0, 9449.0, 9430.0, 9396.0, 9404.0, 9376.0, 9423.0, 9484.0, 9434.0, 9415.0, 9396.0, 9403.0, 9372.0, 9403.0, 9467.0, 9430.0, 9439.0, 9404.0, 9403.0, 9371.0, 9414.0, 9450.0, 9402.0, 9455.0, 9399.0, 9415.0, 9371.0, 9403.0, 9453.0, 9417.0, 9402.0, 9405.0, 9403.0, 9389.0, 9420.0, 9441.0, 9422.0, 9392.0, 9408.0, 9408.0, 9393.0, 9422.0, 9445.0, 9422.0, 9446.0, 9410.0, 9446.0, 9391.0, 9420.0, 9453.0, 9405.0, 9413.0, 9410.0, 9447.0, 9389.0, 9433.0, 9374.0, 9403.0, 9467.0, 9391.0, 9419.0, 9398.0, 9415.0, 9372.0, 9420.0, 9397.0, 9402.0, 9402.0, 9391.0, 9421.0, 9468.0, 9421.0, 9415.0, 9389.0, 9404.0, 9430.0, 9419.0, 9483.0, 9443.0, 9387.0, 9374.0, 9403.0, 9385.0, 9417.0, 9443.0, 9419.0, 9445.0, 9404.0, 9405.0, 9371.0, 9415.0, 9413.0, 9406.0, 9416.0, 9388.0, 9406.0, 9387.0, 9416.0, 9454.0, 9404.0, 9422.0, 9389.0, 9403.0, 9376.0, 9415.0, 9452.0, 9419.0, 9391.0, 9418.0, 9405.0, 9377.0, 9422.0, 9429.0, 9419.0, 9442.0, 9420.0, 9427.0, 9411.0, 9407.0, 9411.0, 9402.0, 9454.0, 9420.0, 9473.0, 9372.0, 9403.0, 9439.0, 9427.0, 9451.0, 9403.0, 9413.0, 9388.0, 9457.0, 9416.0, 9461.0, 9390.0, 9406.0, 9370.0, 9402.0, 9450.0, 9434.0, 9445.0, 9404.0, 9409.0, 9463.0, 9424.0, 9415.0, 9409.0, 9406.0, 9393.0, 9407.0, 9392.0, 9411.0, 9473.0, 9426.0, 9424.0, 9396.0, 9406.0, 9387.0, 9407.0, 9429.0, 9406.0, 9435.0, 9394.0, 9450.0, 9390.0, 9406.0, 9466.0, 9402.0, 9414.0, 9385.0, 9412.0, 9395.0, 9386.0, 9436.0, 9399.0, 9410.0, 9401.0, 9455.0, 9390.0, 9403.0, 9393.0, 9405.0, 9393.0, 9452.0, 9380.0, 9394.0, 9435.0, 9366.0, 9369.0, 9383.0, 9404.0, 9366.0, 9395.0, 9413.0, 9494.0, 9444.0, 9462.0, 9432.0, 9443.0, 9383.0, 9372.0, 9460.0, 9435.0, 9451.0, 9433.0, 9421.0, 9441.0, 9360.0, 9409.0, 9352.0, 9326.0, 9375.0, 9350.0, 9433.0, 9380.0, 9342.0, 9354.0, 9347.0, 9366.0, 9372.0, 9328.0, 9373.0, 9339.0, 9375.0, 9361.0, 9384.0, 9376.0, 9345.0, 9362.0, 9350.0, 9377.0, 9398.0, 9445.0, 9400.0, 9340.0, 9400.0, 9375.0, 9373.0, 9408.0, 9471.0, 9419.0, 9443.0, 9404.0, 9376.0, 9386.0, 9406.0, 9468.0, 9422.0, 9481.0, 9456.0, 9437.0, 9371.0, 9388.0, 9422.0, 9399.0, 9412.0, 9405.0, 9400.0, 9406.0, 9377.0, 9405.0, 9396.0, 9389.0, 9406.0, 9488.0, 9434.0, 9446.0, 9409.0, 9379.0, 9405.0, 9409.0, 9484.0, 9423.0, 9470.0, 9460.0, 9452.0, 9400.0, 9373.0, 9388.0, 9390.0, 9423.0, 9390.0, 9470.0, 9459.0, 9444.0, 9390.0, 9429.0, 9389.0, 9419.0, 9417.0, 9379.0, 9474.0, 9461.0, 9443.0, 9406.0, 9414.0, 9405.0, 9419.0, 9443.0, 9433.0, 9470.0, 9389.0, 9453.0, 9389.0, 9362.0, 9388.0, 9407.0, 9466.0, 9419.0, 9400.0, 9390.0, 9376.0, 9373.0, 9391.0, 9469.0, 9406.0, 9457.0, 9437.0, 9430.0, 9408.0, 9387.0, 9407.0, 9399.0, 9420.0, 9426.0, 9391.0, 9410.0, 9485.0, 9407.0, 9463.0, 9417.0, 9446.0, 9387.0, 9378.0, 9460.0, 9402.0, 9391.0, 9404.0, 9388.0, 9381.0, 9390.0, 9385.0, 9390.0, 9378.0, 9391.0, 9411.0, 9446.0, 9413.0, 9366.0, 9393.0, 9411.0, 9404.0, 9426.0, 9396.0, 9413.0, 9404.0, 9400.0, 9416.0, 9476.0, 9413.0, 9427.0, 9414.0, 9414.0, 9488.0, 9409.0, 9473.0, 9392.0, 9379.0, 9471.0, 9407.0, 9455.0, 9421.0, 9374.0, 9375.0, 9393.0, 9469.0, 9406.0, 9436.0, 9434.0, 9391.0, 9430.0, 9407.0, 9389.0, 9407.0, 9394.0, 9472.0, 9425.0, 9459.0, 9411.0, 9367.0, 9377.0, 9396.0, 9454.0, 9414.0, 9424.0, 9394.0, 9399.0, 9391.0, 9399.0, 9450.0, 9413.0, 9430.0, 9427.0, 9415.0, 9435.0, 9411.0, 9462.0, 9412.0, 9402.0, 9495.0, 9413.0, 9474.0, 9410.0, 9448.0, 9387.0, 9393.0, 9482.0, 9409.0, 9446.0, 9377.0, 9381.0, 9438.0, 9405.0, 9373.0, 9406.0, 9385.0, 9460.0, 9395.0, 9484.0, 9405.0, 9391.0, 9375.0, 9412.0, 9484.0, 9418.0, 9376.0, 9374.0, 9376.0, 9429.0, 9407.0, 9378.0, 9410.0, 9398.0, 9459.0, 9409.0, 9431.0, 9409.0, 9380.0, 9393.0, 9413.0, 9474.0, 9428.0, 9420.0, 9380.0, 9399.0, 9485.0, 9427.0, 9480.0, 9450.0, 9425.0, 9483.0, 9393.0, 9377.0, 9375.0, 9392.0, 9472.0, 9400.0, 9353.0, 9394.0, 9402.0, 9478.0, 9436.0, 9456.0, 9417.0, 9417.0, 9423.0, 9403.0, 9489.0, 9415.0, 9453.0, 9476.0, 9397.0, 9472.0, 9409.0, 9369.0, 9379.0, 9398.0, 9487.0, 9462.0, 9428.0, 9402.0, 9380.0, 9468.0, 9412.0, 9474.0, 9419.0, 9395.0, 9387.0, 9396.0, 9431.0, 9411.0, 9400.0, 9459.0, 9397.0, 9488.0, 9410.0, 9393.0, 9406.0, 9400.0, 9487.0, 9460.0, 9418.0, 9389.0, 9393.0, 9468.0, 9398.0, 9476.0, 9409.0, 9381.0, 9392.0, 9408.0, 9471.0, 9411.0, 9441.0, 9395.0, 9382.0, 9389.0, 9396.0, 9474.0, 9411.0, 9452.0, 9449.0, 9396.0, 9485.0, 9408.0, 9463.0, 9418.0, 9435.0, 9483.0, 9431.0, 9453.0, 9386.0, 9368.0, 9490.0, 9427.0, 9486.0, 9461.0, 9455.0, 9418.0, 9346.0, 9376.0, 9400.0, 9449.0, 9384.0, 9401.0, 9373.0, 9395.0, 9444.0, 9410.0, 9428.0, 9464.0, 9401.0, 9459.0, 9474.0, 9472.0, 9425.0, 9454.0, 9445.0, 9423.0, 9460.0, 9404.0, 9420.0, 9424.0, 9385.0, 9420.0, 9343.0, 9341.0, 9337.0, 9343.0, 9419.0, 9344.0, 9344.0, 9359.0, 9320.0, 9364.0, 9363.0, 9374.0, 9366.0, 9354.0, 9369.0, 9374.0, 9461.0, 9359.0, 9405.0, 9372.0, 9358.0, 9368.0, 9387.0, 9469.0, 9390.0, 9390.0, 9409.0, 9365.0, 9393.0, 9395.0, 9472.0, 9406.0, 9405.0, 9409.0, 9353.0, 9394.0, 9400.0, 9459.0, 9411.0, 9376.0, 9416.0, 9392.0, 9408.0, 9423.0, 9492.0, 9421.0, 9392.0, 9435.0, 9412.0, 9476.0, 9452.0, 9501.0, 9422.0, 9515.0, 9435.0, 9478.0, 9500.0, 9459.0, 9509.0, 9415.0, 9477.0, 9414.0, 9387.0, 9387.0, 9418.0, 9509.0, 9468.0, 9426.0, 9399.0, 9418.0, 9490.0, 9416.0, 9452.0, 9416.0, 9388.0, 9400.0, 9405.0, 9505.0, 9417.0, 9455.0, 9427.0, 9400.0, 9453.0, 9406.0, 9494.0, 9417.0, 9454.0, 9402.0, 9403.0, 9506.0, 9422.0, 9503.0, 9450.0, 9441.0, 9426.0, 9412.0, 9426.0, 9403.0, 9394.0, 9508.0, 9500.0, 9475.0, 9487.0, 9401.0, 9501.0, 9379.0, 9431.0, 9414.0, 9415.0, 9385.0, 9380.0, 9439.0, 9382.0, 9521.0, 9404.0, 9477.0, 9406.0, 9466.0, 9418.0, 9505.0, 9403.0, 9522.0, 9482.0, 9492.0, 9423.0, 9507.0, 9417.0, 9495.0, 9474.0, 9498.0, 9406.0, 9515.0, 9474.0, 9458.0, 9407.0, 9493.0, 9438.0, 9548.0, 9517.0, 9526.0, 9438.0, 9402.0, 9488.0, 9387.0, 9514.0, 9492.0, 9485.0, 9448.0, 9426.0, 9387.0, 9394.0, 9381.0, 9399.0, 9502.0, 9483.0, 9521.0, 9478.0, 9485.0, 9383.0, 9475.0, 9384.0, 9512.0, 9519.0, 9490.0, 9483.0, 9405.0, 9481.0, 9362.0, 9426.0, 9386.0, 9474.0, 9478.0, 9455.0, 9459.0, 9357.0, 9460.0, 9357.0, 9424.0, 9436.0, 9481.0, 9484.0, 9475.0, 9427.0, 9368.0, 9362.0, 9352.0, 9357.0, 9484.0, 9437.0, 9474.0, 9450.0, 9432.0, 9365.0, 9369.0, 9429.0, 9361.0, 9486.0, 9460.0, 9458.0, 9369.0, 9348.0, 9354.0, 9371.0, 9369.0, 9391.0, 9500.0, 9490.0, 9494.0, 9451.0, 9435.0, 9352.0, 9366.0, 9482.0, 9412.0, 9478.0, 9431.0, 9444.0, 9372.0, 9351.0, 9385.0, 9350.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.003049714285714285</td></tr>
<tr><td colspan=3>aqi</td><td>0.02914054873315364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.26814180323627</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.180131888193097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02776939637001</td></tr>
<tr><td colspan=3>efc</td><td>0.4787</td></tr>
<tr><td colspan=3>fber</td><td>4438.8569</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07200121686991232</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9703504043126685</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4823319006038296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4011873063875973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7741158429508332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2716925524730582</td></tr>
<tr><td colspan=3>gcor</td><td>0.00449636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016025720164179802</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024830855429172516</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1855</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6307128881232575</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>20.7817</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.0854</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7558</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.327</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3422.6813</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.5512</td></tr>
<tr><td colspan=3>tsnr</td><td>32.99978507962078</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>