<?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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-02/func/sub-0127_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>95b86541154a93ac22697cfe2896c402</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>18:15:57.320000</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.997, 0.0538416, -0.0556111, -0.0550428, 0.998278, -0.0202977]</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.0869689</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>[4202, -7760, -7237, 319, -193, 87, -6, 176]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59d52b0b-4132-4b46-a4a2-8ddc2dcdfdff||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.674877405166626, -0.14767584204673767, -0.14694060385227203, 124.10118865966797], [-0.14445315301418304, 2.6783061027526855, -0.06290390342473984, -97.88150787353516], [-0.14920048415660858, 0.05445710942149162, 2.6952645778656006, -79.38809967041016], [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': ['181557.320000', '181557.780000', '181558.240000', '181558.700000', '181559.160000', '181559.620000', '181600.080000', '181600.540000', '181601.000000', '181601.460000', '181601.920000', '181602.380000', '181602.840000', '181603.300000', '181603.760000', '181604.220000', '181604.680000', '181605.140000', '181605.600000', '181606.060000', '181606.520000', '181606.980000', '181607.440000', '181607.900000', '181608.360000', '181608.820000', '181609.280000', '181609.740000', '181610.200000', '181610.660000', '181611.120000', '181611.580000', '181612.040000', '181612.500000', '181612.960000', '181613.420000', '181613.880000', '181614.340000', '181614.800000', '181615.260000', '181615.720000', '181616.180000', '181616.640000', '181617.100000', '181617.560000', '181618.020000', '181618.480000', '181618.940000', '181619.400000', '181619.860000', '181620.320000', '181620.780000', '181621.240000', '181621.700000', '181622.160000', '181622.620000', '181623.080000', '181623.540000', '181624.000000', '181624.460000', '181624.920000', '181625.380000', '181625.840000', '181626.300000', '181626.760000', '181627.220000', '181627.680000', '181628.140000', '181628.600000', '181629.060000', '181629.520000', '181629.980000', '181630.440000', '181630.900000', '181631.360000', '181631.820000', '181632.280000', '181632.740000', '181633.200000', '181633.660000', '181634.120000', '181634.580000', '181635.040000', '181635.500000', '181635.960000', '181636.420000', '181636.880000', '181637.340000', '181637.800000', '181638.260000', '181638.720000', '181639.180000', '181639.640000', '181640.100000', '181640.560000', '181641.020000', '181641.480000', '181641.940000', '181642.400000', '181642.860000', '181643.320000', '181643.780000', '181644.240000', '181644.700000', '181645.160000', '181645.620000', '181646.080000', '181646.540000', '181647.000000', '181647.460000', '181647.920000', '181648.380000', '181648.840000', '181649.300000', '181649.760000', '181650.220000', '181650.680000', '181651.140000', '181651.600000', '181652.060000', '181652.520000', '181652.980000', '181653.440000', '181653.900000', '181654.360000', '181654.820000', '181655.280000', '181655.740000', '181656.200000', '181656.660000', '181657.120000', '181657.580000', '181658.040000', '181658.500000', '181658.960000', '181659.420000', '181659.880000', '181700.340000', '181700.800000', '181701.260000', '181701.720000', '181702.180000', '181702.640000', '181703.100000', '181703.560000', '181704.020000', '181704.480000', '181704.940000', '181705.400000', '181705.860000', '181706.320000', '181706.780000', '181707.240000', '181707.700000', '181708.160000', '181708.620000', '181709.080000', '181709.540000', '181710.000000', '181710.460000', '181710.920000', '181711.380000', '181711.840000', '181712.300000', '181712.760000', '181713.220000', '181713.680000', '181714.140000', '181714.600000', '181715.060000', '181715.520000', '181715.980000', '181716.440000', '181716.900000', '181717.360000', '181717.820000', '181718.280000', '181718.740000', '181719.200000', '181719.660000', '181720.120000', '181720.580000', '181721.040000', '181721.500000', '181721.960000', '181722.420000', '181722.880000', '181723.340000', '181723.800000', '181724.260000', '181724.720000', '181725.180000', '181725.640000', '181726.100000', '181726.560000', '181727.020000', '181727.480000', '181727.940000', '181728.400000', '181728.860000', '181729.320000', '181729.780000', '181730.240000', '181730.700000', '181731.160000', '181731.620000', '181732.080000', '181732.540000', '181733.000000', '181733.460000', '181733.920000', '181734.380000', '181734.840000', '181735.300000', '181735.760000', '181736.220000', '181736.680000', '181737.140000', '181737.600000', '181738.060000', '181738.520000', '181738.980000', '181739.440000', '181739.900000', '181740.360000', '181740.820000', '181741.280000', '181741.740000', '181742.200000', '181742.660000', '181743.120000', '181743.580000', '181744.040000', '181744.500000', '181744.960000', '181745.420000', '181745.880000', '181746.340000', '181746.800000', '181747.260000', '181747.720000', '181748.180000', '181748.640000', '181749.100000', '181749.560000', '181750.020000', '181750.480000', '181750.940000', '181751.400000', '181751.860000', '181752.320000', '181752.780000', '181753.240000', '181753.700000', '181754.160000', '181754.620000', '181755.080000', '181755.540000', '181756.000000', '181756.460000', '181756.920000', '181757.380000', '181757.840000', '181758.300000', '181758.760000', '181759.220000', '181759.680000', '181800.140000', '181800.600000', '181801.060000', '181801.520000', '181801.980000', '181802.440000', '181802.900000', '181803.360000', '181803.820000', '181804.280000', '181804.740000', '181805.200000', '181805.660000', '181806.120000', '181806.580000', '181807.040000', '181807.500000', '181807.960000', '181808.420000', '181808.880000', '181809.340000', '181809.800000', '181810.260000', '181810.720000', '181811.180000', '181811.640000', '181812.100000', '181812.560000', '181813.020000', '181813.480000', '181813.940000', '181814.400000', '181814.860000', '181815.320000', '181815.780000', '181816.240000', '181816.700000', '181817.160000', '181817.620000', '181818.080000', '181818.540000', '181819.000000', '181819.460000', '181819.920000', '181820.380000', '181820.840000', '181821.300000', '181821.760000', '181822.220000', '181822.680000', '181823.140000', '181823.600000', '181824.060000', '181824.520000', '181824.980000', '181825.440000', '181825.900000', '181826.360000', '181826.820000', '181827.280000', '181827.740000', '181828.200000', '181828.660000', '181829.120000', '181829.580000', '181830.040000', '181830.500000', '181830.960000', '181831.420000', '181831.880000', '181832.340000', '181832.800000', '181833.260000', '181833.720000', '181834.180000', '181834.640000', '181835.100000', '181835.560000', '181836.020000', '181836.480000', '181836.940000', '181837.400000', '181837.860000', '181838.320000', '181838.780000', '181839.240000', '181839.700000', '181840.160000', '181840.620000', '181841.080000', '181841.540000', '181842.000000', '181842.460000', '181842.920000', '181843.380000', '181843.840000', '181844.300000', '181844.760000', '181845.220000', '181845.680000', '181846.140000', '181846.600000', '181847.060000', '181847.520000', '181847.980000', '181848.440000', '181848.900000', '181849.360000', '181849.820000', '181850.280000', '181850.740000', '181851.200000', '181851.660000', '181852.120000', '181852.580000', '181853.040000', '181853.500000', '181853.960000', '181854.420000', '181854.880000', '181855.340000', '181855.800000', '181856.260000', '181856.720000', '181857.180000', '181857.640000', '181858.100000', '181858.560000', '181859.020000', '181859.480000', '181859.940000', '181900.400000', '181900.860000', '181901.320000', '181901.780000', '181902.240000', '181902.700000', '181903.160000', '181903.620000', '181904.080000', '181904.540000', '181905.000000', '181905.460000', '181905.920000', '181906.380000', '181906.840000', '181907.300000', '181907.760000', '181908.220000', '181908.680000', '181909.140000', '181909.600000', '181910.060000', '181910.520000', '181910.980000', '181911.440000', '181911.900000', '181912.360000', '181912.820000', '181913.280000', '181913.740000', '181914.200000', '181914.660000', '181915.120000', '181915.580000', '181916.040000', '181916.500000', '181916.960000', '181917.420000', '181917.880000', '181918.340000', '181918.800000', '181919.260000', '181919.720000', '181920.180000', '181920.640000', '181921.100000', '181921.560000', '181922.020000', '181922.480000', '181922.940000', '181923.400000', '181923.860000', '181924.320000', '181924.780000', '181925.240000', '181925.700000', '181926.160000', '181926.620000', '181927.080000', '181927.540000', '181928.000000', '181928.460000', '181928.920000', '181929.380000', '181929.840000', '181930.300000', '181930.760000', '181931.220000', '181931.680000', '181932.140000', '181932.600000', '181933.060000', '181933.520000', '181933.980000', '181934.440000', '181934.900000', '181935.360000', '181935.820000', '181936.280000', '181936.740000', '181937.200000', '181937.660000', '181938.120000', '181938.580000', '181939.040000', '181939.500000', '181939.960000', '181940.420000', '181940.880000', '181941.340000', '181941.800000', '181942.260000', '181942.720000', '181943.180000', '181943.640000', '181944.100000', '181944.560000', '181945.020000', '181945.480000', '181945.940000', '181946.400000', '181946.860000', '181947.320000', '181947.780000', '181948.240000', '181948.700000', '181949.160000', '181949.620000', '181950.080000', '181950.540000', '181951.000000', '181951.460000', '181951.920000', '181952.380000', '181952.840000', '181953.300000', '181953.760000', '181954.220000', '181954.680000', '181955.140000', '181955.600000', '181956.060000', '181956.520000', '181956.980000', '181957.440000', '181957.900000', '181958.360000', '181958.820000', '181959.280000', '181959.740000', '182000.200000', '182000.660000', '182001.120000', '182001.580000', '182002.040000', '182002.500000', '182002.960000', '182003.420000', '182003.880000', '182004.340000', '182004.800000', '182005.260000', '182005.720000', '182006.180000', '182006.640000', '182007.100000', '182007.560000', '182008.020000', '182008.480000', '182008.940000', '182009.400000', '182009.860000', '182010.320000', '182010.780000', '182011.240000', '182011.700000', '182012.160000', '182012.620000', '182013.080000', '182013.540000', '182014.000000', '182014.460000', '182014.920000', '182015.380000', '182015.840000', '182016.300000', '182016.760000', '182017.220000', '182017.680000', '182018.140000', '182018.600000', '182019.060000', '182019.520000', '182019.980000', '182020.440000', '182020.900000', '182021.360000', '182021.820000', '182022.280000', '182022.740000', '182023.200000', '182023.660000', '182024.120000', '182024.580000', '182025.040000', '182025.500000', '182025.960000', '182026.420000', '182026.880000', '182027.340000', '182027.800000', '182028.260000', '182028.720000', '182029.180000', '182029.640000', '182030.100000', '182030.560000', '182031.020000', '182031.480000', '182031.940000', '182032.400000', '182032.860000', '182033.320000', '182033.780000', '182034.240000', '182034.700000', '182035.160000', '182035.620000', '182036.080000', '182036.540000', '182037.000000', '182037.460000', '182037.920000', '182038.380000', '182038.840000', '182039.300000', '182039.760000', '182040.220000', '182040.680000', '182041.140000', '182041.600000', '182042.060000', '182042.520000', '182042.980000', '182043.440000', '182043.900000', '182044.360000', '182044.820000', '182045.280000', '182045.740000', '182046.200000', '182046.660000', '182047.120000', '182047.580000', '182048.040000', '182048.500000', '182048.960000', '182049.420000', '182049.880000', '182050.340000', '182050.800000', '182051.260000', '182051.720000', '182052.180000', '182052.640000', '182053.100000', '182053.560000', '182054.020000', '182054.480000', '182054.940000', '182055.400000', '182055.860000', '182056.320000', '182056.780000', '182057.240000', '182057.700000', '182058.160000', '182058.620000', '182059.080000', '182059.540000', '182100.000000', '182100.460000', '182100.920000', '182101.380000', '182101.840000', '182102.300000', '182102.760000', '182103.220000', '182103.680000', '182104.140000', '182104.600000', '182105.060000', '182105.520000', '182105.980000', '182106.440000', '182106.900000', '182107.360000', '182107.820000', '182108.280000', '182108.740000', '182109.200000', '182109.660000', '182110.120000', '182110.580000', '182111.040000', '182111.500000', '182111.960000', '182112.420000', '182112.880000', '182113.340000', '182113.800000', '182114.260000', '182114.720000', '182115.180000', '182115.640000', '182116.100000', '182116.560000', '182117.020000', '182117.480000', '182117.940000', '182118.400000', '182118.860000', '182119.320000', '182119.780000', '182120.240000', '182120.700000', '182121.160000', '182121.620000', '182122.080000', '182122.540000', '182123.000000', '182123.460000', '182123.920000', '182124.380000', '182124.840000', '182125.300000', '182125.760000', '182126.220000', '182126.680000', '182127.140000', '182127.600000', '182128.060000', '182128.520000', '182128.980000', '182129.440000', '182129.900000', '182130.360000', '182130.820000', '182131.280000', '182131.740000', '182132.200000', '182132.660000', '182133.120000', '182133.580000', '182134.040000', '182134.500000', '182134.960000', '182135.420000', '182135.880000', '182136.340000', '182136.800000', '182137.260000', '182137.720000', '182138.180000', '182138.640000', '182139.100000', '182139.560000', '182140.020000', '182140.480000', '182140.940000', '182141.400000', '182141.860000', '182142.320000', '182142.780000', '182143.240000', '182143.700000', '182144.160000', '182144.620000', '182145.080000', '182145.540000', '182146.000000', '182146.460000', '182146.920000', '182147.380000', '182147.840000', '182148.300000', '182148.760000', '182149.220000', '182149.680000', '182150.140000', '182150.600000', '182151.060000', '182151.520000', '182151.980000', '182152.440000', '182152.900000', '182153.360000', '182153.820000', '182154.280000', '182154.740000', '182155.200000', '182155.660000', '182156.120000', '182156.580000', '182157.040000', '182157.500000', '182157.960000', '182158.420000', '182158.880000', '182159.340000', '182159.800000', '182200.260000', '182200.720000', '182201.180000', '182201.640000', '182202.100000', '182202.560000', '182203.020000', '182203.480000', '182203.940000', '182204.400000', '182204.860000', '182205.320000', '182205.780000', '182206.240000', '182206.700000', '182207.160000', '182207.620000', '182208.080000', '182208.540000', '182209.000000', '182209.460000', '182209.920000', '182210.380000', '182210.840000', '182211.300000', '182211.760000', '182212.220000', '182212.680000', '182213.140000', '182213.600000', '182214.060000', '182214.520000', '182214.980000', '182215.440000', '182215.900000', '182216.360000', '182216.820000', '182217.280000', '182217.740000', '182218.200000', '182218.660000', '182219.120000', '182219.580000', '182220.040000', '182220.500000', '182220.960000', '182221.420000', '182221.880000', '182222.340000', '182222.800000', '182223.260000', '182223.720000', '182224.180000', '182224.640000', '182225.100000', '182225.560000', '182226.020000', '182226.480000', '182226.940000', '182227.400000', '182227.860000', '182228.320000', '182228.780000', '182229.240000', '182229.700000', '182230.160000', '182230.620000', '182231.080000', '182231.540000', '182232.000000', '182232.460000', '182232.920000', '182233.380000', '182233.840000', '182234.300000', '182234.760000', '182235.220000', '182235.680000', '182236.140000', '182236.600000', '182237.060000', '182237.520000', '182237.980000', '182238.440000', '182238.900000', '182239.360000', '182239.820000', '182240.280000', '182240.740000', '182241.200000', '182241.660000', '182242.120000', '182242.580000', '182243.040000', '182243.500000', '182243.960000', '182244.420000', '182244.880000', '182245.340000', '182245.800000', '182246.260000', '182246.720000', '182247.180000', '182247.640000', '182248.100000', '182248.560000', '182249.020000', '182249.480000', '182249.940000', '182250.400000', '182250.860000', '182251.320000', '182251.780000', '182252.240000', '182252.700000', '182253.160000', '182253.620000', '182254.080000', '182254.540000', '182255.000000', '182255.460000', '182255.920000', '182256.380000', '182256.840000', '182257.300000', '182257.760000', '182258.220000', '182258.680000', '182259.140000', '182259.600000', '182300.060000', '182300.520000', '182300.980000', '182301.440000', '182301.900000', '182302.360000', '182302.820000', '182303.280000', '182303.740000', '182304.200000', '182304.660000', '182305.120000', '182305.580000', '182306.040000', '182306.500000', '182306.960000', '182307.420000', '182307.880000', '182308.340000', '182308.800000', '182309.260000', '182309.720000', '182310.180000', '182310.640000', '182311.100000', '182311.560000', '182312.020000', '182312.480000', '182312.940000', '182313.400000', '182313.860000', '182314.320000', '182314.780000', '182315.240000', '182315.700000', '182316.160000', '182316.620000', '182317.080000', '182317.540000', '182318.000000', '182318.460000', '182318.920000', '182319.380000', '182319.840000', '182320.300000', '182320.760000', '182321.220000', '182321.680000', '182322.140000', '182322.600000', '182323.060000', '182323.520000', '182323.980000', '182324.440000', '182324.900000', '182325.360000', '182325.820000', '182326.280000', '182326.740000', '182327.200000', '182327.660000', '182328.120000', '182328.580000', '182329.040000', '182329.500000', '182329.960000', '182330.420000', '182330.880000', '182331.340000', '182331.800000', '182332.260000', '182332.720000', '182333.180000', '182333.640000', '182334.100000', '182334.560000', '182335.020000', '182335.480000', '182335.940000', '182336.400000', '182336.860000', '182337.320000', '182337.780000', '182338.240000', '182338.700000', '182339.160000', '182339.620000', '182340.080000', '182340.540000', '182341.000000', '182341.460000', '182341.920000', '182342.380000', '182342.840000', '182343.300000', '182343.760000', '182344.220000', '182344.680000', '182345.140000', '182345.600000', '182346.060000', '182346.520000', '182346.980000', '182347.440000', '182347.900000', '182348.360000', '182348.820000', '182349.280000', '182349.740000', '182350.200000', '182350.660000', '182351.120000', '182351.580000', '182352.040000', '182352.500000', '182352.960000', '182353.420000', '182353.880000', '182354.340000', '182354.800000', '182355.260000', '182355.720000', '182356.180000', '182356.640000', '182357.100000', '182357.560000', '182358.020000', '182358.480000', '182358.940000', '182359.400000', '182359.860000', '182400.320000', '182400.780000', '182401.240000', '182401.700000', '182402.160000', '182402.620000', '182403.080000', '182403.540000', '182404.000000', '182404.460000', '182404.920000', '182405.380000', '182405.840000', '182406.300000', '182406.760000', '182407.220000', '182407.680000', '182408.140000', '182408.600000', '182409.060000', '182409.520000', '182409.980000', '182410.440000', '182410.900000', '182411.360000', '182411.820000', '182412.280000', '182412.740000', '182413.200000', '182413.660000', '182414.120000', '182414.580000', '182415.040000', '182415.500000', '182415.960000', '182416.420000', '182416.880000', '182417.340000', '182417.800000', '182418.260000', '182418.720000', '182419.180000', '182419.640000', '182420.100000', '182420.560000', '182421.020000', '182421.480000', '182421.940000', '182422.400000', '182422.860000', '182423.320000', '182423.780000', '182424.240000', '182424.700000', '182425.160000', '182425.620000', '182426.080000', '182426.540000', '182427.000000', '182427.460000', '182427.920000', '182428.380000', '182428.840000', '182429.300000', '182429.760000', '182430.220000', '182430.680000', '182431.140000', '182431.600000', '182432.060000', '182432.520000', '182432.980000', '182433.440000', '182433.900000', '182434.360000', '182434.820000', '182435.280000', '182435.740000', '182436.200000', '182436.660000', '182437.120000', '182437.580000', '182438.040000', '182438.500000', '182438.960000', '182439.420000', '182439.880000', '182440.340000', '182440.800000', '182441.260000', '182441.720000', '182442.180000', '182442.640000', '182443.100000', '182443.560000', '182444.020000', '182444.480000', '182444.940000', '182445.400000', '182445.860000', '182446.320000', '182446.780000', '182447.240000', '182447.700000', '182448.160000', '182448.620000', '182449.080000', '182449.540000', '182450.000000', '182450.460000', '182450.920000', '182451.380000', '182451.840000', '182452.300000', '182452.760000', '182453.220000', '182453.680000', '182454.140000', '182454.600000', '182455.060000', '182455.520000', '182455.980000', '182456.440000', '182456.900000', '182457.360000', '182457.820000', '182458.280000', '182458.740000', '182459.200000', '182459.660000', '182500.120000', '182500.580000', '182501.040000', '182501.500000', '182501.960000', '182502.420000', '182502.880000', '182503.340000', '182503.800000', '182504.260000', '182504.720000', '182505.180000', '182505.640000', '182506.100000', '182506.560000', '182507.020000', '182507.480000', '182507.940000', '182508.400000', '182508.860000', '182509.320000', '182509.780000', '182510.240000', '182510.700000', '182511.160000', '182511.620000', '182512.080000', '182512.540000', '182513.000000', '182513.460000', '182513.920000', '182514.380000', '182514.840000', '182515.300000', '182515.760000', '182516.220000', '182516.680000', '182517.140000', '182517.600000', '182518.060000', '182518.520000', '182518.980000', '182519.440000', '182519.900000', '182520.360000', '182520.820000', '182521.280000', '182521.740000', '182522.200000', '182522.660000', '182523.120000', '182523.580000', '182524.040000', '182524.500000', '182524.960000', '182525.420000', '182525.880000', '182526.340000', '182526.800000', '182527.260000', '182527.720000', '182528.180000', '182528.640000', '182529.100000', '182529.560000', '182530.020000', '182530.480000', '182530.940000', '182531.400000', '182531.860000', '182532.320000', '182532.780000', '182533.240000', '182533.700000', '182534.160000', '182534.620000', '182535.080000', '182535.540000', '182536.000000', '182536.460000', '182536.920000', '182537.380000', '182537.840000', '182538.300000', '182538.760000', '182539.220000', '182539.680000', '182540.140000', '182540.600000', '182541.060000', '182541.520000', '182541.980000', '182542.440000', '182542.900000', '182543.360000', '182543.820000', '182544.280000', '182544.740000', '182545.200000', '182545.660000', '182546.120000', '182546.580000', '182547.040000', '182547.500000', '182547.960000', '182548.420000', '182548.880000', '182549.340000', '182549.800000', '182550.260000', '182550.720000', '182551.180000', '182551.640000', '182552.100000', '182552.560000', '182553.020000', '182553.480000', '182553.940000', '182554.400000', '182554.860000', '182555.320000', '182555.780000', '182556.240000', '182556.700000', '182557.160000', '182557.620000', '182558.080000', '182558.540000', '182559.000000', '182559.460000', '182559.920000', '182600.380000', '182600.840000', '182601.300000', '182601.760000', '182602.220000', '182602.680000', '182603.140000', '182603.600000', '182604.060000', '182604.520000', '182604.980000', '182605.440000', '182605.900000', '182606.360000', '182606.820000', '182607.280000', '182607.740000', '182608.200000', '182608.660000', '182609.120000', '182609.580000', '182610.040000', '182610.500000', '182610.960000', '182611.420000', '182611.880000', '182612.340000', '182612.800000', '182613.260000', '182613.720000', '182614.180000', '182614.640000', '182615.100000', '182615.560000', '182616.020000', '182616.480000', '182616.940000', '182617.400000', '182617.860000', '182618.320000', '182618.780000', '182619.240000', '182619.700000', '182620.160000', '182620.620000', '182621.080000', '182621.540000', '182622.000000', '182622.460000', '182622.920000', '182623.380000', '182623.840000', '182624.300000', '182624.760000', '182625.220000', '182625.680000', '182626.140000', '182626.600000', '182627.060000', '182627.520000', '182627.980000', '182628.440000', '182628.900000', '182629.360000', '182629.820000', '182630.280000', '182630.740000', '182631.200000', '182631.660000', '182632.120000', '182632.580000', '182633.040000', '182633.500000', '182633.960000', '182634.420000', '182634.880000', '182635.340000', '182635.800000', '182636.260000', '182636.720000', '182637.180000', '182637.640000', '182638.100000', '182638.560000', '182639.020000', '182639.480000', '182639.940000', '182640.400000', '182640.860000', '182641.320000', '182641.780000', '182642.240000', '182642.700000', '182643.160000', '182643.620000', '182644.080000', '182644.540000', '182645.000000', '182645.460000', '182645.920000', '182646.380000', '182646.840000', '182647.300000', '182647.760000', '182648.220000', '182648.680000', '182649.140000', '182649.600000', '182650.060000', '182650.520000', '182650.980000', '182651.440000', '182651.900000', '182652.360000', '182652.820000', '182653.280000', '182653.740000', '182654.200000', '182654.660000', '182655.120000', '182655.580000', '182656.040000', '182656.500000', '182656.960000', '182657.420000', '182657.880000', '182658.340000', '182658.800000', '182659.260000', '182659.720000', '182700.180000', '182700.640000', '182701.100000', '182701.560000', '182702.020000', '182702.480000', '182702.940000', '182703.400000', '182703.860000', '182704.320000', '182704.780000', '182705.240000', '182705.700000', '182706.160000', '182706.620000', '182707.080000', '182707.540000', '182708.000000', '182708.460000', '182708.920000', '182709.380000', '182709.840000', '182710.300000', '182710.760000', '182711.220000', '182711.680000', '182712.140000', '182712.600000', '182713.060000', '182713.520000', '182713.980000', '182714.440000', '182714.900000', '182715.360000', '182715.820000', '182716.280000', '182716.740000', '182717.200000', '182717.660000', '182718.120000', '182718.580000', '182719.040000', '182719.500000', '182719.960000', '182720.420000', '182720.880000', '182721.340000', '182721.800000', '182722.260000', '182722.720000', '182723.180000', '182723.640000', '182724.100000', '182724.560000', '182725.020000', '182725.480000', '182725.940000', '182726.400000', '182726.860000', '182727.320000', '182727.780000', '182728.240000', '182728.700000', '182729.160000', '182729.620000', '182730.080000', '182730.540000', '182731.000000', '182731.460000', '182731.920000', '182732.380000', '182732.840000', '182733.300000', '182733.760000', '182734.220000', '182734.680000', '182735.140000', '182735.600000', '182736.060000', '182736.520000', '182736.980000', '182737.440000', '182737.900000', '182738.360000', '182738.820000', '182739.280000', '182739.740000', '182740.200000', '182740.660000', '182741.120000', '182741.580000', '182742.040000', '182742.500000', '182742.960000', '182743.420000', '182743.880000', '182744.340000', '182744.800000', '182745.260000', '182745.720000', '182746.180000', '182746.640000', '182747.100000', '182747.560000', '182748.020000', '182748.480000', '182748.940000', '182749.400000', '182749.860000', '182750.320000', '182750.780000', '182751.240000', '182751.700000', '182752.160000', '182752.620000', '182753.080000', '182753.540000', '182754.000000', '182754.460000', '182754.920000', '182755.380000', '182755.840000', '182756.300000', '182756.760000', '182757.220000', '182757.680000', '182758.140000', '182758.600000', '182759.060000', '182759.520000', '182759.980000', '182800.440000', '182800.900000', '182801.360000', '182801.820000', '182802.280000', '182802.740000', '182803.200000', '182803.660000', '182804.120000', '182804.580000', '182805.040000', '182805.500000', '182805.960000', '182806.420000', '182806.880000', '182807.340000', '182807.800000', '182808.260000', '182808.720000', '182809.180000', '182809.640000', '182810.100000', '182810.560000', '182811.020000', '182811.480000', '182811.940000', '182812.400000', '182812.860000', '182813.320000', '182813.780000', '182814.240000', '182814.700000', '182815.160000', '182815.620000', '182816.080000', '182816.540000', '182817.000000', '182817.460000', '182817.920000', '182818.380000', '182818.840000', '182819.300000', '182819.760000', '182820.220000', '182820.680000', '182821.140000', '182821.600000', '182822.060000', '182822.520000', '182822.980000', '182823.440000', '182823.900000', '182824.360000', '182824.820000', '182825.280000', '182825.740000', '182826.200000', '182826.660000', '182827.120000', '182827.580000', '182828.040000', '182828.500000', '182828.960000', '182829.420000', '182829.880000', '182830.340000', '182830.800000', '182831.260000', '182831.720000', '182832.180000', '182832.640000', '182833.100000', '182833.560000', '182834.020000', '182834.480000', '182834.940000', '182835.400000', '182835.860000', '182836.320000', '182836.780000', '182837.240000', '182837.700000', '182838.160000', '182838.620000', '182839.080000', '182839.540000', '182840.000000', '182840.460000', '182840.920000', '182841.380000', '182841.840000', '182842.300000', '182842.760000', '182843.220000', '182843.680000', '182844.140000', '182844.600000', '182845.060000', '182845.520000', '182845.980000', '182846.440000', '182846.900000', '182847.360000', '182847.820000', '182848.280000', '182848.740000', '182849.200000', '182849.660000', '182850.120000', '182850.580000', '182851.040000', '182851.500000', '182851.960000', '182852.420000', '182852.880000', '182853.340000', '182853.800000', '182854.260000', '182854.720000', '182855.180000', '182855.640000', '182856.100000', '182856.560000', '182857.020000', '182857.480000', '182857.940000', '182858.400000', '182858.860000', '182859.320000', '182859.780000', '182900.240000', '182900.700000', '182901.160000', '182901.620000', '182902.080000', '182902.540000', '182903.000000', '182903.460000', '182903.920000', '182904.380000', '182904.840000', '182905.300000', '182905.760000', '182906.220000', '182906.680000', '182907.140000', '182907.600000', '182908.060000', '182908.520000', '182908.980000', '182909.440000', '182909.900000', '182910.360000', '182910.820000', '182911.280000', '182911.740000', '182912.200000', '182912.660000', '182913.120000', '182913.580000', '182914.040000', '182914.500000', '182914.960000', '182915.420000', '182915.880000', '182916.340000', '182916.800000', '182917.260000', '182917.720000', '182918.180000', '182918.640000', '182919.100000', '182919.560000', '182920.020000', '182920.480000', '182920.940000', '182921.400000', '182921.860000', '182922.320000', '182922.780000', '182923.240000', '182923.700000', '182924.160000', '182924.620000', '182925.080000', '182925.540000', '182926.000000', '182926.460000', '182926.920000', '182927.380000', '182927.840000', '182928.300000', '182928.760000', '182929.220000', '182929.680000', '182930.140000', '182930.600000', '182931.060000', '182931.520000', '182931.980000', '182932.440000', '182932.900000', '182933.360000', '182933.820000', '182934.280000', '182934.740000', '182935.200000', '182935.660000', '182936.120000', '182936.580000', '182937.040000', '182937.500000', '182937.960000', '182938.420000', '182938.880000', '182939.340000', '182939.800000', '182940.260000', '182940.720000', '182941.180000', '182941.640000', '182942.100000', '182942.560000', '182943.020000', '182943.480000', '182943.940000', '182944.400000', '182944.860000', '182945.320000', '182945.780000', '182946.240000', '182946.700000', '182947.160000', '182947.620000', '182948.080000', '182948.540000', '182949.000000', '182949.460000', '182949.920000', '182950.380000', '182950.840000', '182951.300000', '182951.760000', '182952.220000', '182952.680000', '182953.140000', '182953.600000', '182954.060000', '182954.520000', '182954.980000', '182955.440000', '182955.900000', '182956.360000', '182956.820000', '182957.280000', '182957.740000', '182958.200000', '182958.660000', '182959.120000', '182959.580000', '183000.040000', '183000.500000', '183000.960000', '183001.420000', '183001.880000', '183002.340000', '183002.800000', '183003.260000', '183003.720000', '183004.180000', '183004.640000', '183005.100000', '183005.560000', '183006.020000', '183006.480000', '183006.940000', '183007.400000', '183007.860000', '183008.320000', '183008.780000', '183009.240000', '183009.700000', '183010.160000', '183010.620000', '183011.080000', '183011.540000', '183012.000000'], 'ContentTime': ['181609.904000', '181609.907000', '181609.910000', '181609.924000', '181609.927000', '181609.929000', '181609.932000', '181609.935000', '181609.938000', '181609.946000', '181609.948000', '181609.951000', '181609.954000', '181609.956000', '181609.959000', '181609.961000', '181609.964000', '181609.966000', '181609.975000', '181609.978000', '181609.980000', '181609.983000', '181609.986000', '181609.988000', '181609.991000', '181629.875000', '181629.877000', '181629.880000', '181629.883000', '181629.885000', '181629.916000', '181629.919000', '181629.921000', '181629.924000', '181629.926000', '181629.929000', '181629.932000', '181629.934000', '181629.937000', '181629.939000', '181629.942000', '181629.945000', '181629.947000', '181629.950000', '181629.952000', '181629.955000', '181629.957000', '181629.966000', '181629.969000', '181629.971000', '181629.974000', '181629.977000', '181629.979000', '181629.982000', '181629.984000', '181629.987000', '181629.990000', '181629.992000', '181629.995000', '181629.997000', '181630.001000', '181630.003000', '181630.006000', '181630.008000', '181630.011000', '181630.013000', '181630.016000', '181630.019000', '181630.021000', '181649.874000', '181649.877000', '181649.880000', '181649.882000', '181649.885000', '181649.888000', '181649.890000', '181649.893000', '181649.895000', '181649.898000', '181649.900000', '181649.903000', '181649.905000', '181649.908000', '181649.911000', '181649.913000', '181649.916000', '181649.918000', '181649.921000', '181649.923000', '181649.926000', '181649.928000', '181649.931000', '181649.933000', '181649.936000', '181649.938000', '181649.941000', '181649.943000', '181649.946000', '181649.949000', '181649.951000', '181649.954000', '181649.956000', '181649.959000', '181649.962000', '181649.965000', '181649.968000', '181649.971000', '181649.973000', '181649.976000', '181649.978000', '181649.981000', '181649.983000', '181709.875000', '181709.877000', '181709.880000', '181709.882000', '181709.885000', '181709.888000', '181709.890000', '181709.893000', '181709.896000', '181709.898000', '181709.901000', '181709.903000', '181709.906000', '181709.908000', '181709.911000', '181709.914000', '181709.916000', '181709.919000', '181709.921000', '181709.924000', '181709.927000', '181709.929000', '181709.932000', '181709.934000', '181709.937000', '181709.939000', '181709.942000', '181709.944000', '181709.947000', '181709.950000', '181709.952000', '181709.955000', '181709.957000', '181709.960000', '181709.963000', '181709.965000', '181709.968000', '181709.970000', '181709.973000', '181709.975000', '181709.978000', '181709.980000', '181709.983000', '181709.986000', '181729.875000', '181729.878000', '181729.880000', '181729.883000', '181729.885000', '181729.888000', '181729.890000', '181729.893000', '181729.896000', '181729.898000', '181729.901000', '181729.903000', '181729.906000', '181729.908000', '181729.911000', '181729.913000', '181729.916000', '181729.919000', '181729.921000', '181729.924000', '181729.926000', '181729.929000', '181729.932000', '181729.934000', '181729.937000', '181729.939000', '181729.942000', '181729.945000', '181729.947000', '181729.950000', '181729.952000', '181729.955000', '181729.958000', '181729.960000', '181729.963000', '181729.965000', '181729.968000', '181729.970000', '181729.973000', '181729.975000', '181729.979000', '181729.994000', '181729.997000', '181749.875000', '181749.878000', '181749.880000', '181749.883000', '181749.885000', '181749.888000', '181749.890000', '181749.893000', '181749.896000', '181749.898000', '181749.901000', '181749.903000', '181749.906000', '181749.909000', '181749.911000', '181749.914000', '181749.916000', '181749.919000', '181749.921000', '181749.924000', '181749.927000', '181749.929000', '181749.932000', '181749.934000', '181749.937000', '181749.940000', '181749.942000', '181749.945000', '181749.948000', '181749.950000', '181749.953000', '181749.956000', '181749.958000', '181749.961000', '181749.963000', '181749.966000', '181749.968000', '181749.971000', '181749.974000', '181749.976000', '181749.979000', '181749.981000', '181749.984000', '181749.987000', '181809.873000', '181809.876000', '181809.879000', '181809.881000', '181809.884000', '181809.887000', '181809.889000', '181809.892000', '181809.895000', '181809.897000', '181809.900000', '181809.902000', '181809.905000', '181809.907000', '181809.910000', '181809.913000', '181809.915000', '181809.918000', '181809.920000', '181809.923000', '181809.925000', '181809.928000', '181809.930000', '181809.933000', '181809.935000', '181809.938000', '181809.941000', '181809.943000', '181809.946000', '181809.949000', '181809.951000', '181809.954000', '181809.956000', '181809.960000', '181809.963000', '181809.965000', '181809.968000', '181809.971000', '181809.973000', '181809.976000', '181809.978000', '181809.981000', '181809.983000', '181829.873000', '181829.876000', '181829.879000', '181829.882000', '181829.884000', '181829.887000', '181829.889000', '181829.892000', '181829.894000', '181829.897000', '181829.900000', '181829.902000', '181829.905000', '181829.907000', '181829.910000', '181829.913000', '181829.915000', '181829.918000', '181829.920000', '181829.923000', '181829.925000', '181829.928000', '181829.930000', '181829.933000', '181829.935000', '181829.938000', '181829.941000', '181829.943000', '181829.946000', '181829.948000', '181829.951000', '181829.953000', '181829.956000', '181829.959000', '181829.961000', '181829.964000', '181829.966000', '181829.969000', '181829.972000', '181829.974000', '181829.977000', '181829.979000', '181829.982000', '181829.984000', '181849.875000', '181849.877000', '181849.880000', '181849.883000', '181849.885000', '181849.888000', '181849.898000', '181849.901000', '181849.903000', '181849.906000', '181849.909000', '181849.911000', '181849.914000', '181849.916000', '181849.919000', '181849.921000', '181849.924000', '181849.926000', '181849.929000', '181849.932000', '181849.934000', '181849.937000', '181849.939000', '181849.942000', '181849.945000', '181849.947000', '181849.950000', '181849.952000', '181849.955000', '181849.957000', '181849.960000', '181849.963000', '181849.965000', '181849.968000', '181849.970000', '181849.973000', '181849.975000', '181849.978000', '181849.981000', '181849.983000', '181849.986000', '181849.988000', '181849.991000', '181909.875000', '181909.878000', '181909.880000', '181909.883000', '181909.885000', '181909.888000', '181909.890000', '181909.893000', '181909.896000', '181909.898000', '181909.901000', '181909.903000', '181909.906000', '181909.908000', '181909.911000', '181909.914000', '181909.916000', '181909.919000', '181909.921000', '181909.924000', '181909.926000', '181909.929000', '181909.932000', '181909.941000', '181909.944000', '181909.947000', '181909.949000', '181909.952000', '181909.955000', '181909.957000', '181909.960000', '181909.962000', '181909.965000', '181909.968000', '181909.970000', '181909.973000', '181909.975000', '181909.978000', '181909.980000', '181909.983000', '181909.986000', '181909.988000', '181909.991000', '181909.994000', '181929.875000', '181929.878000', '181929.880000', '181929.883000', '181929.886000', '181929.888000', '181929.891000', '181929.894000', '181929.896000', '181929.899000', '181929.902000', '181929.904000', '181929.907000', '181929.910000', '181929.912000', '181929.915000', '181929.918000', '181929.921000', '181929.923000', '181929.926000', '181929.928000', '181929.931000', '181929.934000', '181929.936000', '181929.939000', '181929.941000', '181929.944000', '181929.947000', '181929.949000', '181929.952000', '181929.955000', '181929.957000', '181929.960000', '181929.962000', '181929.965000', '181929.968000', '181929.970000', '181929.973000', '181929.976000', '181929.978000', '181929.981000', '181929.983000', '181929.986000', '181949.875000', '181949.878000', '181949.880000', '181949.883000', '181949.885000', '181949.888000', '181949.899000', '181949.902000', '181949.905000', '181949.907000', '181949.910000', '181949.912000', '181949.915000', '181949.918000', '181949.921000', '181949.924000', '181949.926000', '181949.929000', '181949.932000', '181949.934000', '181949.937000', '181949.939000', '181949.942000', '181949.945000', '181949.947000', '181949.950000', '181949.952000', '181949.955000', '181949.957000', '181949.960000', '181949.963000', '181949.965000', '181949.968000', '181949.970000', '181949.973000', '181949.976000', '181949.978000', '181949.981000', '181949.983000', '181949.986000', '181949.989000', '181949.991000', '181949.994000', '182009.874000', '182009.889000', '182009.891000', '182009.894000', '182009.896000', '182009.899000', '182009.902000', '182009.904000', '182009.921000', '182009.924000', '182009.926000', '182009.929000', '182009.931000', '182009.934000', '182009.936000', '182009.939000', '182009.941000', '182009.944000', '182009.947000', '182009.949000', '182009.952000', '182009.954000', '182009.957000', '182009.959000', '182009.962000', '182009.965000', '182009.967000', '182009.970000', '182009.972000', '182009.975000', '182009.977000', '182009.980000', '182009.982000', '182009.985000', '182009.988000', '182009.990000', '182009.993000', '182009.995000', '182009.998000', '182010.002000', '182010.004000', '182010.007000', '182010.009000', '182010.012000', '182029.873000', '182029.876000', '182029.879000', '182029.881000', '182029.884000', '182029.887000', '182029.889000', '182029.892000', '182029.894000', '182029.897000', '182029.899000', '182029.902000', '182029.905000', '182029.907000', '182029.910000', '182029.912000', '182029.915000', '182029.917000', '182029.920000', '182029.922000', '182029.925000', '182029.928000', '182029.930000', '182029.933000', '182029.935000', '182029.938000', '182029.941000', '182029.943000', '182029.946000', '182029.948000', '182029.951000', '182029.953000', '182029.956000', '182029.958000', '182029.961000', '182029.964000', '182029.966000', '182029.969000', '182029.971000', '182029.974000', '182029.976000', '182029.979000', '182029.982000', '182029.984000', '182049.874000', '182049.876000', '182049.879000', '182049.882000', '182049.900000', '182049.902000', '182049.905000', '182049.907000', '182049.910000', '182049.913000', '182049.915000', '182049.918000', '182049.920000', '182049.923000', '182049.925000', '182049.928000', '182049.931000', '182049.933000', '182049.936000', '182049.938000', '182049.941000', '182049.943000', '182049.946000', '182049.949000', '182049.951000', '182049.954000', '182049.956000', '182049.959000', '182049.961000', '182049.964000', '182049.967000', '182049.969000', '182049.972000', '182049.974000', '182049.977000', '182049.980000', '182049.982000', '182049.985000', '182049.987000', '182049.990000', '182049.992000', '182049.995000', '182049.998000', '182109.874000', '182109.877000', '182109.880000', '182109.882000', '182109.885000', '182109.888000', '182109.890000', '182109.893000', '182109.895000', '182109.898000', '182109.901000', '182109.903000', '182109.906000', '182109.909000', '182109.911000', '182109.914000', '182109.917000', '182109.919000', '182109.922000', '182109.925000', '182109.927000', '182109.930000', '182109.932000', '182109.935000', '182109.938000', '182109.940000', '182109.943000', '182109.945000', '182109.948000', '182109.950000', '182109.953000', '182109.955000', '182109.958000', '182109.961000', '182109.963000', '182109.966000', '182109.968000', '182109.971000', '182109.974000', '182109.976000', '182109.979000', '182109.981000', '182109.984000', '182109.986000', '182129.875000', '182129.877000', '182129.880000', '182129.883000', '182129.885000', '182129.888000', '182129.891000', '182129.893000', '182129.896000', '182129.898000', '182129.901000', '182129.903000', '182129.906000', '182129.909000', '182129.911000', '182129.914000', '182129.917000', '182129.919000', '182129.924000', '182129.927000', '182129.936000', '182129.938000', '182129.941000', '182129.943000', '182129.946000', '182129.948000', '182129.951000', '182129.954000', '182129.956000', '182129.959000', '182129.961000', '182129.964000', '182129.967000', '182129.969000', '182129.972000', '182129.974000', '182129.977000', '182129.979000', '182129.982000', '182129.985000', '182129.987000', '182129.990000', '182129.992000', '182149.875000', '182149.877000', '182149.880000', '182149.883000', '182149.885000', '182149.888000', '182149.890000', '182149.893000', '182149.896000', '182149.898000', '182149.901000', '182149.903000', '182149.906000', '182149.909000', '182149.911000', '182149.914000', '182149.916000', '182149.919000', '182149.922000', '182149.925000', '182149.927000', '182149.930000', '182149.932000', '182149.935000', '182149.937000', '182149.940000', '182149.942000', '182149.945000', '182149.948000', '182149.950000', '182149.953000', '182149.955000', '182149.958000', '182149.961000', '182149.963000', '182149.966000', '182149.968000', '182149.971000', '182149.973000', '182149.976000', '182149.979000', '182149.981000', '182149.984000', '182149.986000', '182209.875000', '182209.877000', '182209.880000', '182209.883000', '182209.885000', '182209.888000', '182209.890000', '182209.893000', '182209.895000', '182209.898000', '182209.900000', '182209.903000', '182209.905000', '182209.908000', '182209.911000', '182209.947000', '182209.950000', '182209.953000', '182209.955000', '182209.958000', '182209.960000', '182209.963000', '182209.966000', '182209.968000', '182209.971000', '182209.973000', '182209.976000', '182209.978000', '182209.981000', '182209.983000', '182209.986000', '182209.989000', '182209.991000', '182209.994000', '182209.996000', '182210.000000', '182210.002000', '182210.005000', '182210.008000', '182210.010000', '182210.013000', '182210.015000', '182210.018000', '182229.875000', '182229.877000', '182229.880000', '182229.883000', '182229.885000', '182229.889000', '182229.891000', '182229.894000', '182229.898000', '182229.901000', '182229.903000', '182229.906000', '182229.908000', '182229.911000', '182229.914000', '182229.916000', '182229.919000', '182229.921000', '182229.924000', '182229.926000', '182229.929000', '182229.932000', '182229.934000', '182229.937000', '182229.939000', '182229.942000', '182229.944000', '182229.947000', '182229.949000', '182229.952000', '182229.955000', '182229.957000', '182229.960000', '182229.962000', '182229.965000', '182229.968000', '182229.970000', '182229.973000', '182229.975000', '182229.978000', '182229.981000', '182229.983000', '182229.986000', '182249.874000', '182249.877000', '182249.879000', '182249.882000', '182249.884000', '182249.887000', '182249.889000', '182249.892000', '182249.895000', '182249.897000', '182249.900000', '182249.902000', '182249.905000', '182249.907000', '182249.910000', '182249.912000', '182249.915000', '182249.918000', '182249.920000', '182249.923000', '182249.925000', '182249.928000', '182249.930000', '182249.933000', '182249.936000', '182249.938000', '182249.941000', '182249.943000', '182249.946000', '182249.948000', '182249.951000', '182249.954000', '182249.956000', '182249.959000', '182249.961000', '182249.964000', '182249.966000', '182249.969000', '182249.971000', '182249.974000', '182249.977000', '182249.979000', '182249.982000', '182249.984000', '182309.874000', '182309.877000', '182309.879000', '182309.882000', '182309.884000', '182309.887000', '182309.890000', '182309.892000', '182309.895000', '182309.897000', '182309.900000', '182309.903000', '182309.905000', '182309.908000', '182309.910000', '182309.913000', '182309.916000', '182309.918000', '182309.921000', '182309.923000', '182309.926000', '182309.929000', '182309.931000', '182309.934000', '182309.936000', '182309.939000', '182309.942000', '182309.945000', '182309.947000', '182309.950000', '182309.953000', '182309.955000', '182309.958000', '182309.961000', '182309.963000', '182309.966000', '182309.968000', '182309.971000', '182309.973000', '182309.976000', '182309.978000', '182309.981000', '182309.984000', '182329.875000', '182329.878000', '182329.880000', '182329.883000', '182329.886000', '182329.888000', '182329.891000', '182329.893000', '182329.896000', '182329.899000', '182329.901000', '182329.904000', '182329.907000', '182329.909000', '182329.912000', '182329.915000', '182329.917000', '182329.920000', '182329.922000', '182329.925000', '182329.928000', '182329.930000', '182329.933000', '182329.936000', '182329.938000', '182329.941000', '182329.951000', '182329.954000', '182329.957000', '182329.959000', '182329.962000', '182329.965000', '182329.967000', '182329.970000', '182329.972000', '182329.975000', '182329.977000', '182329.980000', '182329.983000', '182329.985000', '182329.988000', '182329.990000', '182329.993000', '182329.995000', '182349.875000', '182349.878000', '182349.880000', '182349.883000', '182349.886000', '182349.888000', '182349.891000', '182349.893000', '182349.896000', '182349.899000', '182349.901000', '182349.904000', '182349.906000', '182349.909000', '182349.912000', '182349.914000', '182349.917000', '182349.919000', '182349.922000', '182349.924000', '182349.927000', '182349.930000', '182349.932000', '182349.935000', '182349.939000', '182349.942000', '182349.945000', '182349.948000', '182349.950000', '182349.953000', '182349.955000', '182349.958000', '182349.961000', '182349.963000', '182349.966000', '182349.968000', '182349.971000', '182349.974000', '182349.976000', '182349.979000', '182349.981000', '182349.984000', '182349.986000', '182409.875000', '182409.877000', '182409.880000', '182409.883000', '182409.885000', '182409.888000', '182409.890000', '182409.910000', '182409.912000', '182409.915000', '182409.918000', '182409.920000', '182409.923000', '182409.925000', '182409.928000', '182409.931000', '182409.934000', '182409.936000', '182409.939000', '182409.942000', '182409.944000', '182409.947000', '182409.950000', '182409.952000', '182409.955000', '182409.957000', '182409.960000', '182409.963000', '182409.965000', '182409.971000', '182409.973000', '182409.976000', '182409.979000', '182409.981000', '182409.984000', '182409.987000', '182409.989000', '182409.992000', '182409.995000', '182409.997000', '182410.001000', '182410.004000', '182410.006000', '182410.009000', '182429.875000', '182429.877000', '182429.880000', '182429.883000', '182429.885000', '182429.888000', '182429.890000', '182429.893000', '182429.896000', '182429.898000', '182429.901000', '182429.903000', '182429.906000', '182429.909000', '182429.911000', '182429.914000', '182429.916000', '182429.919000', '182429.922000', '182429.924000', '182429.927000', '182429.929000', '182429.932000', '182429.935000', '182429.938000', '182429.941000', '182429.944000', '182429.946000', '182429.949000', '182429.951000', '182429.954000', '182429.956000', '182429.959000', '182429.962000', '182429.964000', '182429.967000', '182429.969000', '182429.972000', '182429.975000', '182429.977000', '182429.980000', '182429.982000', '182429.985000', '182449.875000', '182449.879000', '182449.881000', '182449.884000', '182449.887000', '182449.889000', '182449.892000', '182449.894000', '182449.897000', '182449.900000', '182449.902000', '182449.905000', '182449.908000', '182449.910000', '182449.913000', '182449.915000', '182449.918000', '182449.921000', '182449.923000', '182449.926000', '182449.929000', '182449.931000', '182449.934000', '182449.972000', '182449.974000', '182449.977000', '182449.979000', '182449.982000', '182449.984000', '182449.987000', '182449.990000', '182449.992000', '182449.995000', '182449.997000', '182450.001000', '182450.004000', '182450.006000', '182450.009000', '182450.011000', '182450.014000', '182450.017000', '182450.019000', '182450.022000', '182450.024000', '182509.874000', '182509.877000', '182509.879000', '182509.882000', '182509.884000', '182509.887000', '182509.889000', '182509.892000', '182509.895000', '182509.897000', '182509.900000', '182509.902000', '182509.905000', '182509.908000', '182509.910000', '182509.913000', '182509.915000', '182509.918000', '182509.921000', '182509.923000', '182509.926000', '182509.929000', '182509.931000', '182509.934000', '182509.936000', '182509.939000', '182509.942000', '182509.944000', '182509.947000', '182509.950000', '182509.953000', '182509.956000', '182509.959000', '182509.961000', '182509.964000', '182509.966000', '182509.969000', '182509.972000', '182509.974000', '182509.979000', '182509.981000', '182509.984000', '182509.987000', '182529.874000', '182529.877000', '182529.879000', '182529.882000', '182529.884000', '182529.887000', '182529.889000', '182529.892000', '182529.895000', '182529.897000', '182529.900000', '182529.903000', '182529.905000', '182529.908000', '182529.910000', '182529.913000', '182529.915000', '182529.918000', '182529.921000', '182529.923000', '182529.926000', '182529.929000', '182529.931000', '182529.934000', '182529.937000', '182529.939000', '182529.942000', '182529.945000', '182529.947000', '182529.950000', '182529.953000', '182529.955000', '182529.958000', '182529.960000', '182529.963000', '182529.966000', '182529.968000', '182529.971000', '182529.973000', '182529.976000', '182529.979000', '182529.981000', '182529.984000', '182529.987000', '182549.875000', '182549.878000', '182549.880000', '182549.883000', '182549.885000', '182549.888000', '182549.891000', '182549.893000', '182549.896000', '182549.898000', '182549.901000', '182549.903000', '182549.906000', '182549.909000', '182549.911000', '182549.914000', '182549.916000', '182549.919000', '182549.921000', '182549.924000', '182549.927000', '182549.929000', '182549.932000', '182549.934000', '182549.937000', '182549.940000', '182549.942000', '182549.945000', '182549.948000', '182549.950000', '182549.953000', '182549.956000', '182549.958000', '182549.961000', '182549.964000', '182549.967000', '182549.969000', '182549.972000', '182549.974000', '182549.977000', '182549.980000', '182549.982000', '182549.985000', '182609.875000', '182609.878000', '182609.881000', '182609.884000', '182609.886000', '182609.896000', '182609.898000', '182609.901000', '182609.903000', '182609.906000', '182609.909000', '182609.911000', '182609.914000', '182609.916000', '182609.919000', '182609.922000', '182609.924000', '182609.927000', '182609.930000', '182609.932000', '182609.935000', '182609.938000', '182609.941000', '182609.943000', '182609.946000', '182609.948000', '182609.951000', '182609.954000', '182609.956000', '182609.959000', '182609.962000', '182609.964000', '182609.967000', '182609.969000', '182609.972000', '182609.975000', '182609.977000', '182609.980000', '182609.983000', '182609.985000', '182609.988000', '182609.990000', '182609.993000', '182609.996000', '182629.875000', '182629.882000', '182629.885000', '182629.887000', '182629.890000', '182629.893000', '182629.895000', '182629.898000', '182629.901000', '182629.903000', '182629.906000', '182629.908000', '182629.911000', '182629.913000', '182629.916000', '182629.919000', '182629.921000', '182629.924000', '182629.926000', '182629.929000', '182629.932000', '182629.934000', '182629.937000', '182629.939000', '182629.942000', '182629.945000', '182629.947000', '182629.950000', '182629.953000', '182629.955000', '182629.958000', '182629.960000', '182629.963000', '182629.966000', '182629.969000', '182629.971000', '182629.974000', '182629.977000', '182629.979000', '182629.982000', '182629.984000', '182629.987000', '182629.990000', '182649.875000', '182649.877000', '182649.880000', '182649.883000', '182649.885000', '182649.888000', '182649.891000', '182649.893000', '182649.896000', '182649.898000', '182649.904000', '182649.907000', '182649.909000', '182649.912000', '182649.914000', '182649.917000', '182649.919000', '182649.922000', '182649.925000', '182649.927000', '182649.930000', '182649.933000', '182649.935000', '182649.938000', '182649.940000', '182649.943000', '182649.946000', '182649.948000', '182649.951000', '182649.954000', '182649.956000', '182649.959000', '182649.962000', '182649.964000', '182649.967000', '182649.970000', '182649.972000', '182649.975000', '182649.977000', '182649.980000', '182649.983000', '182649.985000', '182649.988000', '182649.991000', '182709.875000', '182709.878000', '182709.881000', '182709.883000', '182709.886000', '182709.889000', '182709.891000', '182709.894000', '182709.896000', '182709.899000', '182709.901000', '182709.904000', '182709.907000', '182709.909000', '182709.912000', '182709.914000', '182709.917000', '182709.920000', '182709.922000', '182709.925000', '182709.927000', '182709.930000', '182709.933000', '182709.935000', '182709.938000', '182709.940000', '182709.943000', '182709.946000', '182709.948000', '182709.951000', '182709.954000', '182709.956000', '182709.959000', '182709.962000', '182709.964000', '182709.967000', '182709.970000', '182709.972000', '182709.975000', '182709.978000', '182709.980000', '182709.983000', '182709.985000', '182729.874000', '182729.877000', '182729.879000', '182729.882000', '182729.885000', '182729.888000', '182729.890000', '182729.893000', '182729.895000', '182729.898000', '182729.901000', '182729.903000', '182729.906000', '182729.909000', '182729.911000', '182729.914000', '182729.917000', '182729.919000', '182729.922000', '182729.924000', '182729.927000', '182729.930000', '182729.932000', '182729.935000', '182729.938000', '182729.940000', '182729.943000', '182729.945000', '182729.948000', '182729.951000', '182729.953000', '182729.956000', '182729.959000', '182729.961000', '182729.964000', '182729.967000', '182729.969000', '182729.972000', '182729.974000', '182729.977000', '182729.980000', '182729.982000', '182729.985000', '182729.988000', '182749.874000', '182749.877000', '182749.879000', '182749.882000', '182749.884000', '182749.887000', '182749.890000', '182749.892000', '182749.895000', '182749.897000', '182749.900000', '182749.902000', '182749.905000', '182749.907000', '182749.910000', '182749.913000', '182749.915000', '182749.918000', '182749.920000', '182749.923000', '182749.926000', '182749.928000', '182749.931000', '182749.933000', '182749.936000', '182749.938000', '182749.941000', '182749.944000', '182749.946000', '182749.949000', '182749.951000', '182749.954000', '182749.956000', '182749.959000', '182749.962000', '182749.964000', '182749.971000', '182749.973000', '182749.976000', '182749.978000', '182749.981000', '182749.984000', '182749.986000', '182809.875000', '182809.878000', '182809.880000', '182809.883000', '182809.885000', '182809.888000', '182809.890000', '182809.893000', '182809.896000', '182809.898000', '182809.901000', '182809.903000', '182809.906000', '182809.909000', '182809.911000', '182809.914000', '182809.917000', '182809.919000', '182809.922000', '182809.924000', '182809.927000', '182809.929000', '182809.932000', '182809.934000', '182809.937000', '182809.940000', '182809.942000', '182809.945000', '182809.948000', '182809.950000', '182809.953000', '182809.955000', '182809.958000', '182809.960000', '182809.963000', '182809.966000', '182809.968000', '182809.971000', '182809.974000', '182809.976000', '182809.979000', '182809.981000', '182809.984000', '182829.875000', '182829.878000', '182829.880000', '182829.883000', '182829.885000', '182829.888000', '182829.891000', '182829.893000', '182829.896000', '182829.898000', '182829.901000', '182829.903000', '182829.906000', '182829.909000', '182829.921000', '182829.924000', '182829.926000', '182829.929000', '182829.931000', '182829.934000', '182829.936000', '182829.939000', '182829.942000', '182829.944000', '182829.947000', '182829.949000', '182829.952000', '182829.954000', '182829.957000', '182829.960000', '182829.962000', '182829.965000', '182829.968000', '182829.970000', '182829.973000', '182829.975000', '182829.978000', '182829.980000', '182829.983000', '182829.986000', '182829.988000', '182829.991000', '182829.994000', '182829.996000', '182849.875000', '182849.892000', '182849.894000', '182849.897000', '182849.899000', '182849.902000', '182849.905000', '182849.907000', '182849.910000', '182849.913000', '182849.915000', '182849.918000', '182849.920000', '182849.923000', '182849.926000', '182849.928000', '182849.931000', '182849.933000', '182849.936000', '182849.939000', '182849.941000', '182849.944000', '182849.946000', '182849.949000', '182849.952000', '182849.954000', '182849.957000', '182849.959000', '182849.962000', '182849.965000', '182849.967000', '182849.970000', '182849.972000', '182849.975000', '182849.977000', '182849.980000', '182849.983000', '182849.985000', '182849.988000', '182849.990000', '182849.993000', '182849.996000', '182849.998000', '182850.002000', '182909.875000', '182909.878000', '182909.880000', '182909.883000', '182909.885000', '182909.888000', '182909.890000', '182909.893000', '182909.896000', '182909.898000', '182909.901000', '182909.904000', '182909.906000', '182909.909000', '182909.911000', '182909.914000', '182909.916000', '182909.919000', '182909.922000', '182909.924000', '182909.927000', '182909.929000', '182909.932000', '182909.934000', '182909.937000', '182909.940000', '182909.942000', '182909.945000', '182909.947000', '182909.950000', '182909.953000', '182909.955000', '182909.958000', '182909.960000', '182909.963000', '182909.965000', '182909.968000', '182909.971000', '182909.973000', '182910.000000', '182910.003000', '182910.005000', '182910.008000', '182929.875000', '182929.882000', '182929.885000', '182929.887000', '182929.890000', '182929.892000', '182929.895000', '182929.897000', '182929.900000', '182929.903000', '182929.905000', '182929.908000', '182929.911000', '182929.913000', '182929.916000', '182929.918000', '182929.921000', '182929.924000', '182929.926000', '182929.929000', '182929.931000', '182929.934000', '182929.936000', '182929.939000', '182929.942000', '182929.944000', '182929.947000', '182929.949000', '182929.952000', '182929.955000', '182929.957000', '182929.960000', '182929.962000', '182929.965000', '182929.967000', '182929.970000', '182929.973000', '182929.975000', '182929.978000', '182929.993000', '182929.996000', '182929.998000', '182930.001000', '182949.874000', '182949.877000', '182949.879000', '182949.882000', '182949.885000', '182949.887000', '182949.890000', '182949.893000', '182949.895000', '182949.898000', '182949.900000', '182949.903000', '182949.906000', '182949.908000', '182949.911000', '182949.913000', '182949.916000', '182949.919000', '182949.921000', '182949.924000', '182949.926000', '182949.929000', '182949.932000', '182949.934000', '182949.937000', '182949.940000', '182949.942000', '182949.945000', '182949.948000', '182949.950000', '182949.953000', '182949.955000', '182949.958000', '182949.960000', '182949.963000', '182949.966000', '182949.968000', '182949.971000', '182949.973000', '182949.976000', '182949.979000', '182949.981000', '182949.984000', '182949.986000', '183009.874000', '183009.877000', '183009.879000', '183009.882000', '183009.885000', '183009.887000', '183009.890000', '183009.892000', '183009.896000', '183009.899000', '183009.902000', '183009.904000', '183009.907000', '183009.910000', '183009.912000', '183009.915000', '183009.917000', '183009.920000', '183009.922000', '183009.925000', '183009.928000', '183009.930000', '183009.933000', '183009.935000', '183009.938000', '183009.941000', '183009.943000', '183009.946000', '183009.948000', '183009.951000', '183009.954000', '183009.956000', '183009.959000', '183009.962000', '183009.964000', '183009.967000', '183009.969000', '183009.972000', '183009.975000', '183009.977000', '183009.980000', '183009.982000', '183009.985000', '183013.042000', '183013.044000', '183013.047000', '183013.050000', '183013.052000', '183013.055000', '183013.058000', '183013.060000'], 'InstanceCreationTime': ['181609.904000', '181609.907000', '181609.910000', '181609.924000', '181609.927000', '181609.929000', '181609.932000', '181609.935000', '181609.938000', '181609.946000', '181609.948000', '181609.951000', '181609.954000', '181609.956000', '181609.959000', '181609.961000', '181609.964000', '181609.966000', '181609.975000', '181609.978000', '181609.980000', '181609.983000', '181609.986000', '181609.988000', '181609.991000', '181629.875000', '181629.877000', '181629.880000', '181629.883000', '181629.885000', '181629.916000', '181629.919000', '181629.921000', '181629.924000', '181629.926000', '181629.929000', '181629.932000', '181629.934000', '181629.937000', '181629.939000', '181629.942000', '181629.945000', '181629.947000', '181629.950000', '181629.952000', '181629.955000', '181629.957000', '181629.966000', '181629.969000', '181629.971000', '181629.974000', '181629.977000', '181629.979000', '181629.982000', '181629.984000', '181629.987000', '181629.990000', '181629.992000', '181629.995000', '181629.997000', '181630.001000', '181630.003000', '181630.006000', '181630.008000', '181630.011000', '181630.013000', '181630.016000', '181630.019000', '181630.021000', '181649.874000', '181649.877000', '181649.880000', '181649.882000', '181649.885000', '181649.888000', '181649.890000', '181649.893000', '181649.895000', '181649.898000', '181649.900000', '181649.903000', '181649.905000', '181649.908000', '181649.911000', '181649.913000', '181649.916000', '181649.918000', '181649.921000', '181649.923000', '181649.926000', '181649.928000', '181649.931000', '181649.933000', '181649.936000', '181649.938000', '181649.941000', '181649.943000', '181649.946000', '181649.949000', '181649.951000', '181649.954000', '181649.956000', '181649.959000', '181649.962000', '181649.965000', '181649.968000', '181649.971000', '181649.973000', '181649.976000', '181649.978000', '181649.981000', '181649.983000', '181709.875000', '181709.877000', '181709.880000', '181709.882000', '181709.885000', '181709.888000', '181709.890000', '181709.893000', '181709.896000', '181709.898000', '181709.901000', '181709.903000', '181709.906000', '181709.908000', '181709.911000', '181709.914000', '181709.916000', '181709.919000', '181709.921000', '181709.924000', '181709.927000', '181709.929000', '181709.932000', '181709.934000', '181709.937000', '181709.939000', '181709.942000', '181709.944000', '181709.947000', '181709.950000', '181709.952000', '181709.955000', '181709.957000', '181709.960000', '181709.963000', '181709.965000', '181709.968000', '181709.970000', '181709.973000', '181709.975000', '181709.978000', '181709.980000', '181709.983000', '181709.986000', '181729.875000', '181729.878000', '181729.880000', '181729.883000', '181729.885000', '181729.888000', '181729.890000', '181729.893000', '181729.896000', '181729.898000', '181729.901000', '181729.903000', '181729.906000', '181729.908000', '181729.911000', '181729.913000', '181729.916000', '181729.919000', '181729.921000', '181729.924000', '181729.926000', '181729.929000', '181729.932000', '181729.934000', '181729.937000', '181729.939000', '181729.942000', '181729.945000', '181729.947000', '181729.950000', '181729.952000', '181729.955000', '181729.958000', '181729.960000', '181729.963000', '181729.965000', '181729.968000', '181729.970000', '181729.973000', '181729.975000', '181729.979000', '181729.994000', '181729.997000', '181749.875000', '181749.878000', '181749.880000', '181749.883000', '181749.885000', '181749.888000', '181749.890000', '181749.893000', '181749.896000', '181749.898000', '181749.901000', '181749.903000', '181749.906000', '181749.909000', '181749.911000', '181749.914000', '181749.916000', '181749.919000', '181749.921000', '181749.924000', '181749.927000', '181749.929000', '181749.932000', '181749.934000', '181749.937000', '181749.940000', '181749.942000', '181749.945000', '181749.948000', '181749.950000', '181749.953000', '181749.956000', '181749.958000', '181749.961000', '181749.963000', '181749.966000', '181749.968000', '181749.971000', '181749.974000', '181749.976000', '181749.979000', '181749.981000', '181749.984000', '181749.987000', '181809.873000', '181809.876000', '181809.879000', '181809.881000', '181809.884000', '181809.887000', '181809.889000', '181809.892000', '181809.895000', '181809.897000', '181809.900000', '181809.902000', '181809.905000', '181809.907000', '181809.910000', '181809.913000', '181809.915000', '181809.918000', '181809.920000', '181809.923000', '181809.925000', '181809.928000', '181809.930000', '181809.933000', '181809.935000', '181809.938000', '181809.941000', '181809.943000', '181809.946000', '181809.949000', '181809.951000', '181809.954000', '181809.956000', '181809.960000', '181809.963000', '181809.965000', '181809.968000', '181809.971000', '181809.973000', '181809.976000', '181809.978000', '181809.981000', '181809.983000', '181829.873000', '181829.876000', '181829.879000', '181829.882000', '181829.884000', '181829.887000', '181829.889000', '181829.892000', '181829.894000', '181829.897000', '181829.900000', '181829.902000', '181829.905000', '181829.907000', '181829.910000', '181829.913000', '181829.915000', '181829.918000', '181829.920000', '181829.923000', '181829.925000', '181829.928000', '181829.930000', '181829.933000', '181829.935000', '181829.938000', '181829.941000', '181829.943000', '181829.946000', '181829.948000', '181829.951000', '181829.953000', '181829.956000', '181829.959000', '181829.961000', '181829.964000', '181829.966000', '181829.969000', '181829.972000', '181829.974000', '181829.977000', '181829.979000', '181829.982000', '181829.984000', '181849.875000', '181849.877000', '181849.880000', '181849.883000', '181849.885000', '181849.888000', '181849.898000', '181849.901000', '181849.903000', '181849.906000', '181849.909000', '181849.911000', '181849.914000', '181849.916000', '181849.919000', '181849.921000', '181849.924000', '181849.926000', '181849.929000', '181849.932000', '181849.934000', '181849.937000', '181849.939000', '181849.942000', '181849.945000', '181849.947000', '181849.950000', '181849.952000', '181849.955000', '181849.957000', '181849.960000', '181849.963000', '181849.965000', '181849.968000', '181849.970000', '181849.973000', '181849.975000', '181849.978000', '181849.981000', '181849.983000', '181849.986000', '181849.988000', '181849.991000', '181909.875000', '181909.878000', '181909.880000', '181909.883000', '181909.885000', '181909.888000', '181909.890000', '181909.893000', '181909.896000', '181909.898000', '181909.901000', '181909.903000', '181909.906000', '181909.908000', '181909.911000', '181909.914000', '181909.916000', '181909.919000', '181909.921000', '181909.924000', '181909.926000', '181909.929000', '181909.932000', '181909.941000', '181909.944000', '181909.947000', '181909.949000', '181909.952000', '181909.955000', '181909.957000', '181909.960000', '181909.962000', '181909.965000', '181909.968000', '181909.970000', '181909.973000', '181909.975000', '181909.978000', '181909.980000', '181909.983000', '181909.986000', '181909.988000', '181909.991000', '181909.994000', '181929.875000', '181929.878000', '181929.880000', '181929.883000', '181929.886000', '181929.888000', '181929.891000', '181929.894000', '181929.896000', '181929.899000', '181929.902000', '181929.904000', '181929.907000', '181929.910000', '181929.912000', '181929.915000', '181929.918000', '181929.921000', '181929.923000', '181929.926000', '181929.928000', '181929.931000', '181929.934000', '181929.936000', '181929.939000', '181929.941000', '181929.944000', '181929.947000', '181929.949000', '181929.952000', '181929.955000', '181929.957000', '181929.960000', '181929.962000', '181929.965000', '181929.968000', '181929.970000', '181929.973000', '181929.976000', '181929.978000', '181929.981000', '181929.983000', '181929.986000', '181949.875000', '181949.878000', '181949.880000', '181949.883000', '181949.885000', '181949.888000', '181949.899000', '181949.902000', '181949.905000', '181949.907000', '181949.910000', '181949.912000', '181949.915000', '181949.918000', '181949.921000', '181949.924000', '181949.926000', '181949.929000', '181949.932000', '181949.934000', '181949.937000', '181949.939000', '181949.942000', '181949.945000', '181949.947000', '181949.950000', '181949.952000', '181949.955000', '181949.957000', '181949.960000', '181949.963000', '181949.965000', '181949.968000', '181949.970000', '181949.973000', '181949.976000', '181949.978000', '181949.981000', '181949.983000', '181949.986000', '181949.989000', '181949.991000', '181949.994000', '182009.874000', '182009.889000', '182009.891000', '182009.894000', '182009.896000', '182009.899000', '182009.902000', '182009.904000', '182009.921000', '182009.924000', '182009.926000', '182009.929000', '182009.931000', '182009.934000', '182009.936000', '182009.939000', '182009.941000', '182009.944000', '182009.947000', '182009.949000', '182009.952000', '182009.954000', '182009.957000', '182009.959000', '182009.962000', '182009.965000', '182009.967000', '182009.970000', '182009.972000', '182009.975000', '182009.977000', '182009.980000', '182009.982000', '182009.985000', '182009.988000', '182009.990000', '182009.993000', '182009.995000', '182009.998000', '182010.002000', '182010.004000', '182010.007000', '182010.009000', '182010.012000', '182029.873000', '182029.876000', '182029.879000', '182029.881000', '182029.884000', '182029.887000', '182029.889000', '182029.892000', '182029.894000', '182029.897000', '182029.899000', '182029.902000', '182029.905000', '182029.907000', '182029.910000', '182029.912000', '182029.915000', '182029.917000', '182029.920000', '182029.922000', '182029.925000', '182029.928000', '182029.930000', '182029.933000', '182029.935000', '182029.938000', '182029.941000', '182029.943000', '182029.946000', '182029.948000', '182029.951000', '182029.953000', '182029.956000', '182029.958000', '182029.961000', '182029.964000', '182029.966000', '182029.969000', '182029.971000', '182029.974000', '182029.976000', '182029.979000', '182029.982000', '182029.984000', '182049.874000', '182049.876000', '182049.879000', '182049.882000', '182049.900000', '182049.902000', '182049.905000', '182049.907000', '182049.910000', '182049.913000', '182049.915000', '182049.918000', '182049.920000', '182049.923000', '182049.925000', '182049.928000', '182049.931000', '182049.933000', '182049.936000', '182049.938000', '182049.941000', '182049.943000', '182049.946000', '182049.949000', '182049.951000', '182049.954000', '182049.956000', '182049.959000', '182049.961000', '182049.964000', '182049.967000', '182049.969000', '182049.972000', '182049.974000', '182049.977000', '182049.980000', '182049.982000', '182049.985000', '182049.987000', '182049.990000', '182049.992000', '182049.995000', '182049.998000', '182109.874000', '182109.877000', '182109.880000', '182109.882000', '182109.885000', '182109.888000', '182109.890000', '182109.893000', '182109.895000', '182109.898000', '182109.901000', '182109.903000', '182109.906000', '182109.909000', '182109.911000', '182109.914000', '182109.917000', '182109.919000', '182109.922000', '182109.925000', '182109.927000', '182109.930000', '182109.932000', '182109.935000', '182109.938000', '182109.940000', '182109.943000', '182109.945000', '182109.948000', '182109.950000', '182109.953000', '182109.955000', '182109.958000', '182109.961000', '182109.963000', '182109.966000', '182109.968000', '182109.971000', '182109.974000', '182109.976000', '182109.979000', '182109.981000', '182109.984000', '182109.986000', '182129.875000', '182129.877000', '182129.880000', '182129.883000', '182129.885000', '182129.888000', '182129.891000', '182129.893000', '182129.896000', '182129.898000', '182129.901000', '182129.903000', '182129.906000', '182129.909000', '182129.911000', '182129.914000', '182129.917000', '182129.919000', '182129.924000', '182129.927000', '182129.936000', '182129.938000', '182129.941000', '182129.943000', '182129.946000', '182129.948000', '182129.951000', '182129.954000', '182129.956000', '182129.959000', '182129.961000', '182129.964000', '182129.967000', '182129.969000', '182129.972000', '182129.974000', '182129.977000', '182129.979000', '182129.982000', '182129.985000', '182129.987000', '182129.990000', '182129.992000', '182149.875000', '182149.877000', '182149.880000', '182149.883000', '182149.885000', '182149.888000', '182149.890000', '182149.893000', '182149.896000', '182149.898000', '182149.901000', '182149.903000', '182149.906000', '182149.909000', '182149.911000', '182149.914000', '182149.916000', '182149.919000', '182149.922000', '182149.925000', '182149.927000', '182149.930000', '182149.932000', '182149.935000', '182149.937000', '182149.940000', '182149.942000', '182149.945000', '182149.948000', '182149.950000', '182149.953000', '182149.955000', '182149.958000', '182149.961000', '182149.963000', '182149.966000', '182149.968000', '182149.971000', '182149.973000', '182149.976000', '182149.979000', '182149.981000', '182149.984000', '182149.986000', '182209.875000', '182209.877000', '182209.880000', '182209.883000', '182209.885000', '182209.888000', '182209.890000', '182209.893000', '182209.895000', '182209.898000', '182209.900000', '182209.903000', '182209.905000', '182209.908000', '182209.911000', '182209.947000', '182209.950000', '182209.953000', '182209.955000', '182209.958000', '182209.960000', '182209.963000', '182209.966000', '182209.968000', '182209.971000', '182209.973000', '182209.976000', '182209.978000', '182209.981000', '182209.983000', '182209.986000', '182209.989000', '182209.991000', '182209.994000', '182209.996000', '182210.000000', '182210.002000', '182210.005000', '182210.008000', '182210.010000', '182210.013000', '182210.015000', '182210.018000', '182229.875000', '182229.877000', '182229.880000', '182229.883000', '182229.885000', '182229.889000', '182229.891000', '182229.894000', '182229.898000', '182229.901000', '182229.903000', '182229.906000', '182229.908000', '182229.911000', '182229.914000', '182229.916000', '182229.919000', '182229.921000', '182229.924000', '182229.926000', '182229.929000', '182229.932000', '182229.934000', '182229.937000', '182229.939000', '182229.942000', '182229.944000', '182229.947000', '182229.949000', '182229.952000', '182229.955000', '182229.957000', '182229.960000', '182229.962000', '182229.965000', '182229.968000', '182229.970000', '182229.973000', '182229.975000', '182229.978000', '182229.981000', '182229.983000', '182229.986000', '182249.874000', '182249.877000', '182249.879000', '182249.882000', '182249.884000', '182249.887000', '182249.889000', '182249.892000', '182249.895000', '182249.897000', '182249.900000', '182249.902000', '182249.905000', '182249.907000', '182249.910000', '182249.912000', '182249.915000', '182249.918000', '182249.920000', '182249.923000', '182249.925000', '182249.928000', '182249.930000', '182249.933000', '182249.936000', '182249.938000', '182249.941000', '182249.943000', '182249.946000', '182249.948000', '182249.951000', '182249.954000', '182249.956000', '182249.959000', '182249.961000', '182249.964000', '182249.966000', '182249.969000', '182249.971000', '182249.974000', '182249.977000', '182249.979000', '182249.982000', '182249.984000', '182309.874000', '182309.877000', '182309.879000', '182309.882000', '182309.884000', '182309.887000', '182309.890000', '182309.892000', '182309.895000', '182309.897000', '182309.900000', '182309.903000', '182309.905000', '182309.908000', '182309.910000', '182309.913000', '182309.916000', '182309.918000', '182309.921000', '182309.923000', '182309.926000', '182309.929000', '182309.931000', '182309.934000', '182309.936000', '182309.939000', '182309.942000', '182309.945000', '182309.947000', '182309.950000', '182309.953000', '182309.955000', '182309.958000', '182309.961000', '182309.963000', '182309.966000', '182309.968000', '182309.971000', '182309.973000', '182309.976000', '182309.978000', '182309.981000', '182309.984000', '182329.875000', '182329.878000', '182329.880000', '182329.883000', '182329.886000', '182329.888000', '182329.891000', '182329.893000', '182329.896000', '182329.899000', '182329.901000', '182329.904000', '182329.907000', '182329.909000', '182329.912000', '182329.915000', '182329.917000', '182329.920000', '182329.922000', '182329.925000', '182329.928000', '182329.930000', '182329.933000', '182329.936000', '182329.938000', '182329.941000', '182329.951000', '182329.954000', '182329.957000', '182329.959000', '182329.962000', '182329.965000', '182329.967000', '182329.970000', '182329.972000', '182329.975000', '182329.977000', '182329.980000', '182329.983000', '182329.985000', '182329.988000', '182329.990000', '182329.993000', '182329.995000', '182349.875000', '182349.878000', '182349.880000', '182349.883000', '182349.886000', '182349.888000', '182349.891000', '182349.893000', '182349.896000', '182349.899000', '182349.901000', '182349.904000', '182349.906000', '182349.909000', '182349.912000', '182349.914000', '182349.917000', '182349.919000', '182349.922000', '182349.924000', '182349.927000', '182349.930000', '182349.932000', '182349.935000', '182349.939000', '182349.942000', '182349.945000', '182349.948000', '182349.950000', '182349.953000', '182349.955000', '182349.958000', '182349.961000', '182349.963000', '182349.966000', '182349.968000', '182349.971000', '182349.974000', '182349.976000', '182349.979000', '182349.981000', '182349.984000', '182349.986000', '182409.875000', '182409.877000', '182409.880000', '182409.883000', '182409.885000', '182409.888000', '182409.890000', '182409.910000', '182409.912000', '182409.915000', '182409.918000', '182409.920000', '182409.923000', '182409.925000', '182409.928000', '182409.931000', '182409.934000', '182409.936000', '182409.939000', '182409.942000', '182409.944000', '182409.947000', '182409.950000', '182409.952000', '182409.955000', '182409.957000', '182409.960000', '182409.963000', '182409.965000', '182409.971000', '182409.973000', '182409.976000', '182409.979000', '182409.981000', '182409.984000', '182409.987000', '182409.989000', '182409.992000', '182409.995000', '182409.997000', '182410.001000', '182410.004000', '182410.006000', '182410.009000', '182429.875000', '182429.877000', '182429.880000', '182429.883000', '182429.885000', '182429.888000', '182429.890000', '182429.893000', '182429.896000', '182429.898000', '182429.901000', '182429.903000', '182429.906000', '182429.909000', '182429.911000', '182429.914000', '182429.916000', '182429.919000', '182429.922000', '182429.924000', '182429.927000', '182429.929000', '182429.932000', '182429.935000', '182429.938000', '182429.941000', '182429.944000', '182429.946000', '182429.949000', '182429.951000', '182429.954000', '182429.956000', '182429.959000', '182429.962000', '182429.964000', '182429.967000', '182429.969000', '182429.972000', '182429.975000', '182429.977000', '182429.980000', '182429.982000', '182429.985000', '182449.875000', '182449.879000', '182449.881000', '182449.884000', '182449.887000', '182449.889000', '182449.892000', '182449.894000', '182449.897000', '182449.900000', '182449.902000', '182449.905000', '182449.908000', '182449.910000', '182449.913000', '182449.915000', '182449.918000', '182449.921000', '182449.923000', '182449.926000', '182449.929000', '182449.931000', '182449.934000', '182449.972000', '182449.974000', '182449.977000', '182449.979000', '182449.982000', '182449.984000', '182449.987000', '182449.990000', '182449.992000', '182449.995000', '182449.997000', '182450.001000', '182450.004000', '182450.006000', '182450.009000', '182450.011000', '182450.014000', '182450.017000', '182450.019000', '182450.022000', '182450.024000', '182509.874000', '182509.877000', '182509.879000', '182509.882000', '182509.884000', '182509.887000', '182509.889000', '182509.892000', '182509.895000', '182509.897000', '182509.900000', '182509.902000', '182509.905000', '182509.908000', '182509.910000', '182509.913000', '182509.915000', '182509.918000', '182509.921000', '182509.923000', '182509.926000', '182509.929000', '182509.931000', '182509.934000', '182509.936000', '182509.939000', '182509.942000', '182509.944000', '182509.947000', '182509.950000', '182509.953000', '182509.956000', '182509.959000', '182509.961000', '182509.964000', '182509.966000', '182509.969000', '182509.972000', '182509.974000', '182509.979000', '182509.981000', '182509.984000', '182509.987000', '182529.874000', '182529.877000', '182529.879000', '182529.882000', '182529.884000', '182529.887000', '182529.889000', '182529.892000', '182529.895000', '182529.897000', '182529.900000', '182529.903000', '182529.905000', '182529.908000', '182529.910000', '182529.913000', '182529.915000', '182529.918000', '182529.921000', '182529.923000', '182529.926000', '182529.929000', '182529.931000', '182529.934000', '182529.937000', '182529.939000', '182529.942000', '182529.945000', '182529.947000', '182529.950000', '182529.953000', '182529.955000', '182529.958000', '182529.960000', '182529.963000', '182529.966000', '182529.968000', '182529.971000', '182529.973000', '182529.976000', '182529.979000', '182529.981000', '182529.984000', '182529.987000', '182549.875000', '182549.878000', '182549.880000', '182549.883000', '182549.885000', '182549.888000', '182549.891000', '182549.893000', '182549.896000', '182549.898000', '182549.901000', '182549.903000', '182549.906000', '182549.909000', '182549.911000', '182549.914000', '182549.916000', '182549.919000', '182549.921000', '182549.924000', '182549.927000', '182549.929000', '182549.932000', '182549.934000', '182549.937000', '182549.940000', '182549.942000', '182549.945000', '182549.948000', '182549.950000', '182549.953000', '182549.956000', '182549.958000', '182549.961000', '182549.964000', '182549.967000', '182549.969000', '182549.972000', '182549.974000', '182549.977000', '182549.980000', '182549.982000', '182549.985000', '182609.875000', '182609.878000', '182609.881000', '182609.884000', '182609.886000', '182609.896000', '182609.898000', '182609.901000', '182609.903000', '182609.906000', '182609.909000', '182609.911000', '182609.914000', '182609.916000', '182609.919000', '182609.922000', '182609.924000', '182609.927000', '182609.930000', '182609.932000', '182609.935000', '182609.938000', '182609.941000', '182609.943000', '182609.946000', '182609.948000', '182609.951000', '182609.954000', '182609.956000', '182609.959000', '182609.962000', '182609.964000', '182609.967000', '182609.969000', '182609.972000', '182609.975000', '182609.977000', '182609.980000', '182609.983000', '182609.985000', '182609.988000', '182609.990000', '182609.993000', '182609.996000', '182629.875000', '182629.882000', '182629.885000', '182629.887000', '182629.890000', '182629.893000', '182629.895000', '182629.898000', '182629.901000', '182629.903000', '182629.906000', '182629.908000', '182629.911000', '182629.913000', '182629.916000', '182629.919000', '182629.921000', '182629.924000', '182629.926000', '182629.929000', '182629.932000', '182629.934000', '182629.937000', '182629.939000', '182629.942000', '182629.945000', '182629.947000', '182629.950000', '182629.953000', '182629.955000', '182629.958000', '182629.960000', '182629.963000', '182629.966000', '182629.969000', '182629.971000', '182629.974000', '182629.977000', '182629.979000', '182629.982000', '182629.984000', '182629.987000', '182629.990000', '182649.875000', '182649.877000', '182649.880000', '182649.883000', '182649.885000', '182649.888000', '182649.891000', '182649.893000', '182649.896000', '182649.898000', '182649.904000', '182649.907000', '182649.909000', '182649.912000', '182649.914000', '182649.917000', '182649.919000', '182649.922000', '182649.925000', '182649.927000', '182649.930000', '182649.933000', '182649.935000', '182649.938000', '182649.940000', '182649.943000', '182649.946000', '182649.948000', '182649.951000', '182649.954000', '182649.956000', '182649.959000', '182649.962000', '182649.964000', '182649.967000', '182649.970000', '182649.972000', '182649.975000', '182649.977000', '182649.980000', '182649.983000', '182649.985000', '182649.988000', '182649.991000', '182709.875000', '182709.878000', '182709.881000', '182709.883000', '182709.886000', '182709.889000', '182709.891000', '182709.894000', '182709.896000', '182709.899000', '182709.901000', '182709.904000', '182709.907000', '182709.909000', '182709.912000', '182709.914000', '182709.917000', '182709.920000', '182709.922000', '182709.925000', '182709.927000', '182709.930000', '182709.933000', '182709.935000', '182709.938000', '182709.940000', '182709.943000', '182709.946000', '182709.948000', '182709.951000', '182709.954000', '182709.956000', '182709.959000', '182709.962000', '182709.964000', '182709.967000', '182709.970000', '182709.972000', '182709.975000', '182709.978000', '182709.980000', '182709.983000', '182709.985000', '182729.874000', '182729.877000', '182729.879000', '182729.882000', '182729.885000', '182729.888000', '182729.890000', '182729.893000', '182729.895000', '182729.898000', '182729.901000', '182729.903000', '182729.906000', '182729.909000', '182729.911000', '182729.914000', '182729.917000', '182729.919000', '182729.922000', '182729.924000', '182729.927000', '182729.930000', '182729.932000', '182729.935000', '182729.938000', '182729.940000', '182729.943000', '182729.945000', '182729.948000', '182729.951000', '182729.953000', '182729.956000', '182729.959000', '182729.961000', '182729.964000', '182729.967000', '182729.969000', '182729.972000', '182729.974000', '182729.977000', '182729.980000', '182729.982000', '182729.985000', '182729.988000', '182749.874000', '182749.877000', '182749.879000', '182749.882000', '182749.884000', '182749.887000', '182749.890000', '182749.892000', '182749.895000', '182749.897000', '182749.900000', '182749.902000', '182749.905000', '182749.907000', '182749.910000', '182749.913000', '182749.915000', '182749.918000', '182749.920000', '182749.923000', '182749.926000', '182749.928000', '182749.931000', '182749.933000', '182749.936000', '182749.938000', '182749.941000', '182749.944000', '182749.946000', '182749.949000', '182749.951000', '182749.954000', '182749.956000', '182749.959000', '182749.962000', '182749.964000', '182749.971000', '182749.973000', '182749.976000', '182749.978000', '182749.981000', '182749.984000', '182749.986000', '182809.875000', '182809.878000', '182809.880000', '182809.883000', '182809.885000', '182809.888000', '182809.890000', '182809.893000', '182809.896000', '182809.898000', '182809.901000', '182809.903000', '182809.906000', '182809.909000', '182809.911000', '182809.914000', '182809.917000', '182809.919000', '182809.922000', '182809.924000', '182809.927000', '182809.929000', '182809.932000', '182809.934000', '182809.937000', '182809.940000', '182809.942000', '182809.945000', '182809.948000', '182809.950000', '182809.953000', '182809.955000', '182809.958000', '182809.960000', '182809.963000', '182809.966000', '182809.968000', '182809.971000', '182809.974000', '182809.976000', '182809.979000', '182809.981000', '182809.984000', '182829.875000', '182829.878000', '182829.880000', '182829.883000', '182829.885000', '182829.888000', '182829.891000', '182829.893000', '182829.896000', '182829.898000', '182829.901000', '182829.903000', '182829.906000', '182829.909000', '182829.921000', '182829.924000', '182829.926000', '182829.929000', '182829.931000', '182829.934000', '182829.936000', '182829.939000', '182829.942000', '182829.944000', '182829.947000', '182829.949000', '182829.952000', '182829.954000', '182829.957000', '182829.960000', '182829.962000', '182829.965000', '182829.968000', '182829.970000', '182829.973000', '182829.975000', '182829.978000', '182829.980000', '182829.983000', '182829.986000', '182829.988000', '182829.991000', '182829.994000', '182829.996000', '182849.875000', '182849.892000', '182849.894000', '182849.897000', '182849.899000', '182849.902000', '182849.905000', '182849.907000', '182849.910000', '182849.913000', '182849.915000', '182849.918000', '182849.920000', '182849.923000', '182849.926000', '182849.928000', '182849.931000', '182849.933000', '182849.936000', '182849.939000', '182849.941000', '182849.944000', '182849.946000', '182849.949000', '182849.952000', '182849.954000', '182849.957000', '182849.959000', '182849.962000', '182849.965000', '182849.967000', '182849.970000', '182849.972000', '182849.975000', '182849.977000', '182849.980000', '182849.983000', '182849.985000', '182849.988000', '182849.990000', '182849.993000', '182849.996000', '182849.998000', '182850.002000', '182909.875000', '182909.878000', '182909.880000', '182909.883000', '182909.885000', '182909.888000', '182909.890000', '182909.893000', '182909.896000', '182909.898000', '182909.901000', '182909.904000', '182909.906000', '182909.909000', '182909.911000', '182909.914000', '182909.916000', '182909.919000', '182909.922000', '182909.924000', '182909.927000', '182909.929000', '182909.932000', '182909.934000', '182909.937000', '182909.940000', '182909.942000', '182909.945000', '182909.947000', '182909.950000', '182909.953000', '182909.955000', '182909.958000', '182909.960000', '182909.963000', '182909.965000', '182909.968000', '182909.971000', '182909.973000', '182910.000000', '182910.003000', '182910.005000', '182910.008000', '182929.875000', '182929.882000', '182929.885000', '182929.887000', '182929.890000', '182929.892000', '182929.895000', '182929.897000', '182929.900000', '182929.903000', '182929.905000', '182929.908000', '182929.911000', '182929.913000', '182929.916000', '182929.918000', '182929.921000', '182929.924000', '182929.926000', '182929.929000', '182929.931000', '182929.934000', '182929.936000', '182929.939000', '182929.942000', '182929.944000', '182929.947000', '182929.949000', '182929.952000', '182929.955000', '182929.957000', '182929.960000', '182929.962000', '182929.965000', '182929.967000', '182929.970000', '182929.973000', '182929.975000', '182929.978000', '182929.993000', '182929.996000', '182929.998000', '182930.001000', '182949.874000', '182949.877000', '182949.879000', '182949.882000', '182949.885000', '182949.887000', '182949.890000', '182949.893000', '182949.895000', '182949.898000', '182949.900000', '182949.903000', '182949.906000', '182949.908000', '182949.911000', '182949.913000', '182949.916000', '182949.919000', '182949.921000', '182949.924000', '182949.926000', '182949.929000', '182949.932000', '182949.934000', '182949.937000', '182949.940000', '182949.942000', '182949.945000', '182949.948000', '182949.950000', '182949.953000', '182949.955000', '182949.958000', '182949.960000', '182949.963000', '182949.966000', '182949.968000', '182949.971000', '182949.973000', '182949.976000', '182949.979000', '182949.981000', '182949.984000', '182949.986000', '183009.874000', '183009.877000', '183009.879000', '183009.882000', '183009.885000', '183009.887000', '183009.890000', '183009.892000', '183009.896000', '183009.899000', '183009.902000', '183009.904000', '183009.907000', '183009.910000', '183009.912000', '183009.915000', '183009.917000', '183009.920000', '183009.922000', '183009.925000', '183009.928000', '183009.930000', '183009.933000', '183009.935000', '183009.938000', '183009.941000', '183009.943000', '183009.946000', '183009.948000', '183009.951000', '183009.954000', '183009.956000', '183009.959000', '183009.962000', '183009.964000', '183009.967000', '183009.969000', '183009.972000', '183009.975000', '183009.977000', '183009.980000', '183009.982000', '183009.985000', '183013.042000', '183013.044000', '183013.047000', '183013.050000', '183013.052000', '183013.055000', '183013.058000', '183013.060000'], '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': [13460, 10174, 13274, 9674, 12873, 8108, 11282, 15101, 8916, 12892, 10722, 9863, 15279, 9210, 13304, 8932, 14715, 8643, 13869, 9935, 15061, 17111, 11463, 13512, 9992, 11397, 14608, 8118, 12540, 15337, 9452, 11618, 15150, 9769, 11998, 14653, 7939, 12507, 15098, 8918, 12418, 15018, 8714, 11642, 14984, 8143, 12161, 14743, 9574, 11237, 15034, 8016, 13180, 15023, 8566, 13200, 15014, 9839, 12525, 15296, 7829, 13349, 15090, 9405, 12866, 14878, 9128, 13124, 15376, 9621, 12688, 15072, 16738, 10250, 14010, 17787, 8996, 13556, 17076, 8748, 13216, 16619, 9005, 12228, 16159, 8891, 12282, 15400, 9446, 11138, 14560, 9875, 10223, 14905, 10460, 8507, 13900, 15028, 8354, 13173, 16450, 8215, 12954, 15579, 8424, 12523, 15233, 8110, 12557, 15627, 8399, 12451, 15079, 8602, 12440, 16281, 8164, 12639, 15812, 8411, 12849, 9238, 10415, 8292, 11181, 14340, 16099, 9567, 14183, 16293, 9975, 13440, 16481, 10359, 12256, 15069, 11402, 10172, 13999, 8389, 10225, 14830, 11018, 8844, 13987, 8319, 10545, 14985, 9828, 9716, 14604, 14183, 8505, 13875, 14804, 8340, 13757, 16100, 8974, 12749, 15944, 8614, 13259, 16297, 8277, 12889, 15279, 9188, 12344, 15064, 8202, 12184, 15526, 8637, 12582, 16665, 8960, 12907, 10081, 8920, 14159, 17755, 8817, 14122, 13024, 9451, 13713, 16320, 9131, 13999, 17595, 9275, 13292, 11407, 8920, 14113, 10289, 9413, 13888, 8135, 11578, 15130, 9952, 9771, 14444, 12723, 9088, 13549, 10876, 8581, 13786, 17105, 8497, 12647, 14364, 8307, 13256, 15827, 8250, 13525, 13448, 8715, 13290, 16574, 8062, 13129, 15219, 8314, 12490, 15861, 8143, 12881, 15571, 8167, 12427, 15199, 10722, 11155, 15553, 9201, 11285, 15276, 10383, 9942, 13999, 8097, 11189, 13979, 8273, 12541, 16182, 10465, 11919, 7976, 12678, 15084, 10792, 11210, 15659, 13331, 9616, 14233, 15008, 8568, 13757, 17925, 9158, 12937, 17709, 8654, 12864, 17191, 9132, 13404, 9020, 12123, 7757, 11574, 14744, 8231, 11985, 15275, 9018, 12113, 17045, 8440, 12732, 17282, 9114, 12872, 18058, 10903, 12262, 17962, 8993, 13169, 15373, 9831, 11255, 9076, 12862, 19396, 10261, 12812, 15324, 12889, 10988, 7732, 11254, 16037, 10620, 11358, 11216, 9452, 8513, 10126, 14451, 16468, 8558, 13182, 15059, 9973, 12195, 17572, 12007, 11025, 13531, 9319, 10824, 7728, 11671, 14207, 15213, 8755, 14294, 17598, 8775, 13197, 9653, 8622, 13937, 8955, 9353, 14251, 7759, 13124, 14133, 8309, 13184, 16743, 9558, 12386, 8941, 8906, 13669, 12699, 8991, 14174, 7874, 11253, 13753, 7804, 12789, 14418, 8085, 12934, 14479, 8225, 13197, 7860, 8671, 13788, 8393, 9953, 13544, 7922, 13238, 12398, 8279, 13773, 8151, 10551, 9533, 9342, 13994, 16011, 9394, 14197, 11174, 10856, 17246, 8036, 13337, 16482, 8564, 13946, 17362, 8766, 13486, 7897, 12100, 13791, 7785, 13380, 7837, 9977, 13164, 7788, 13056, 15661, 8379, 13639, 18528, 15893, 16424, 9313, 12046, 8195, 11649, 16575, 13004, 12377, 9104, 12066, 9388, 13784, 18867, 13335, 14251, 19355, 9259, 12390, 19258, 9311, 12930, 8845, 10980, 8152, 11568, 15088, 8209, 12069, 17326, 12466, 11080, 7891, 11437, 14453, 10284, 11062, 15630, 9841, 11416, 18490, 8626, 12768, 7984, 12661, 8739, 12634, 17489, 14566, 14845, 8271, 12601, 16195, 11603, 12181, 17982, 13344, 11977, 18761, 9220, 12214, 11261, 9798, 14364, 10068, 9750, 13110, 7768, 11989, 15422, 8785, 11521, 15616, 9636, 11766, 12400, 8742, 14105, 9264, 10711, 15762, 9963, 12040, 7958, 11581, 15477, 12233, 10959, 15712, 10646, 10779, 7997, 11508, 14630, 17376, 10001, 14661, 18867, 10829, 13443, 10641, 10607, 14649, 11185, 10153, 15056, 9725, 11117, 18079, 8247, 13414, 17187, 9023, 12948, 17670, 8862, 13167, 12006, 9636, 14036, 12634, 9790, 14267, 16226, 9269, 13303, 8411, 12111, 15029, 8762, 11908, 15550, 9562, 12412, 15796, 8378, 12847, 16216, 8359, 12860, 11770, 9761, 13173, 8634, 11773, 15674, 9130, 12554, 11385, 9684, 13336, 10654, 11509, 14894, 17575, 9647, 13793, 13564, 10761, 18534, 8080, 13274, 16163, 8465, 12574, 18008, 12966, 12809, 17750, 8440, 13517, 15358, 8982, 13079, 8849, 10425, 13075, 7981, 12141, 15041, 9124, 10944, 15133, 8652, 12253, 15032, 8208, 12702, 16371, 9242, 12569, 7648, 11394, 15031, 8693, 12972, 14378, 9463, 12901, 7986, 13276, 15143, 9151, 13365, 13663, 10757, 17650, 9365, 12658, 17193, 11074, 12014, 18770, 9303, 12567, 17907, 8846, 12595, 9249, 10334, 7757, 11831, 14525, 8041, 12925, 18599, 11669, 12299, 7854, 12953, 17144, 12936, 11695, 18190, 12681, 11258, 18836, 7678, 11924, 14836, 8311, 12079, 9216, 9441, 10314, 7784, 12128, 18481, 9680, 13970, 9312, 12378, 8274, 13205, 15574, 8489, 13152, 16155, 10963, 12177, 8434, 12900, 15597, 8830, 12573, 16714, 12544, 12476, 7747, 12393, 13733, 8731, 12587, 17600, 13689, 11737, 17579, 8651, 12972, 12696, 9417, 12976, 8162, 11642, 14452, 8671, 13720, 12757, 9236, 13499, 14349, 9322, 13226, 7848, 11913, 13687, 7725, 11468, 14878, 8609, 11105, 11933, 8718, 14169, 10949, 8963, 13713, 8424, 11863, 8939, 9961, 14657, 15063, 9630, 14709, 16435, 10121, 13552, 9274, 14630, 18332, 11716, 13769, 17775, 14443, 13057, 9021, 10586, 13820, 13383, 11192, 17561, 16658, 9796, 15792, 11411, 10546, 13911, 12794, 9362, 13331, 11339, 9400, 13643, 7784, 11647, 14173, 8085, 12144, 15255, 9309, 12271, 10558, 9035, 14144, 7758, 12558, 14749, 9744, 13604, 7890, 12712, 13335, 8265, 13556, 18384, 12837, 13856, 11243, 11719, 13324, 10541, 12240, 16937, 11838, 11870, 7748, 13042, 12665, 8228, 12801, 16636, 11353, 11600, 17216, 12305, 10586, 13463, 8132, 11684, 7662, 11086, 9042, 9013, 14414, 15811, 9049, 13708, 13426, 9685, 9784, 9365, 14537, 16567, 9432, 13511, 16971, 9997, 13939, 8282, 11272, 14743, 8869, 12163, 8394, 10674, 13817, 19045, 9753, 13771, 13716, 10203, 7952, 11551, 14007, 16872, 10193, 13791, 12324, 11363, 7850, 12927, 13599, 10820, 12227, 17539, 11596, 11613, 8150, 12551, 13195, 7981, 12560, 16490, 11333, 12355, 8115, 13311, 13706, 7498, 12401, 14935, 7881, 11450, 7791, 9971, 13379, 8417, 12166, 8603, 10167, 11231, 10933, 17207, 15746, 17986, 8203, 12268, 15318, 8917, 14132, 11139, 9763, 13883, 13415, 10068, 12960, 10477, 13727, 9758, 13624, 9796, 14497, 16032, 15432, 18364, 16545, 11850, 13509, 18244, 12987, 13659, 17974, 12919, 12932, 17570, 10410, 8108, 11973, 13673, 7877, 12777, 14727, 8634, 12950, 13136, 10032, 8718, 15112, 12995, 11176, 19864, 15102, 12999, 16175, 10851, 15020, 10164, 11868, 16818, 12190, 11594, 16936, 14175, 13063, 17545, 9712, 12883, 15489, 9219, 14236, 9554, 10573, 16898, 8407, 10067, 16272, 8749, 14532, 9780, 9128, 16382, 8574, 10267, 16161, 8944, 10896, 16314, 8962, 12217, 8403, 7715, 8797, 7900, 10787, 8297, 11262, 17498, 11895, 15589, 8711, 11309, 9486, 15908, 17678, 14975, 15818, 13562, 19662, 19832, 13034, 17379, 12021, 11603, 15496, 8927, 10902, 19336, 9961, 10452, 8969, 10728, 11386, 9611, 11238, 12793, 9416, 11884, 8587, 10237, 13767, 8727, 10936, 15508, 9734, 12518, 9158, 10235, 14492, 8735, 11109, 15664, 9406, 11560, 11197, 9764, 13599, 8480, 11692, 16441, 9951, 12298, 8918, 11867, 15419, 13529, 11225, 17284, 13274, 10969, 18162, 8550, 11620, 15119, 9417, 11255, 18586, 9126, 11528, 16325, 8984, 12933, 16334, 9230, 13116, 17730, 9432, 12754, 18678, 8878, 12939, 15042, 8953, 12127, 8306, 11455, 15584, 10311, 10320, 14674, 9569, 10492, 14355, 8773, 11498, 15255, 9581, 11707, 15854, 10035, 12193, 12169, 10528, 14806, 10078, 11835, 16764, 13097, 11944, 18140, 8898, 12210, 18373, 10047, 11685, 19434, 9700, 14035, 11200, 10737, 14528, 8741, 11595, 17028, 8855, 12180, 17406, 9499, 12936, 17224, 9368, 13373, 14233, 10137, 13780, 9768, 10355, 14659, 9788, 10397, 13628, 8876, 12729, 17393, 9047, 12441, 9561, 10487, 13763, 8240, 12438, 15891, 8786, 11805, 15673, 9612, 12604, 12623, 10582, 14263, 14276, 10342, 14994, 13216, 11141, 15546, 11052, 11902, 15275, 10493, 11110, 14757, 9430, 12539, 12666, 9053, 13153, 11984, 9575, 14106, 9456, 13037, 16250, 9408, 13428, 17449, 10934, 14150, 9836, 13142, 18290, 10702, 12645, 19188, 12206, 13464, 18436, 8841, 12206, 15649, 9723, 12126, 8364, 12205, 15938, 9080, 11960, 17108, 12650, 11828, 7829, 12264, 14074, 13197, 11149, 15321, 9739, 12009, 8007, 12515, 15111, 9581, 12325, 19010, 9512, 13520, 9326, 13113, 17933, 9699, 12439, 17674, 9985, 13505, 8556, 12378, 17376, 11825, 11974, 17542, 10447, 12370, 18343, 8271, 11877, 14526, 9224, 11986, 14672, 8532, 11947, 14636, 8819, 12526, 8746, 12579, 7942, 12880, 15532, 12344, 11917, 16086, 11473, 12300, 8208, 12897, 9196, 12028, 8863, 12538, 9130, 15967, 9712, 11523, 17926, 15724, 12131, 9966, 12327, 17795, 17290, 12456, 17080, 9458, 13097, 18517, 9654, 15251, 15134, 10177, 8262, 11089, 12121, 13467, 10534, 13445, 11378, 10482, 13141, 8055, 11886, 14299, 8586, 11623, 15351, 8921, 11557, 13195, 9384, 12059, 11806, 9551, 13969, 8870, 11005, 12269, 9528, 13107, 11566, 9948, 14495, 9243, 12631, 10198, 10667, 13156, 11626, 11290, 14841, 10072, 12598, 10301, 10974, 13663, 14089, 11802, 17730, 18019, 11290, 15719, 10971, 11487, 13544, 8655, 13212, 11172, 10176, 8612, 11705, 13839, 18021, 9470, 13336, 10161, 11703, 8066, 11540, 14464, 17628, 10123, 12611, 10535, 9069, 11960, 14955, 18916, 12430, 15066, 19427, 15146, 12821, 11247, 14763, 17893, 10628, 13013, 16765, 10859, 17850, 7626, 8857, 9472, 8479, 12610, 8424, 13529, 7875, 13637, 16819, 17183, 14073, 16829, 7922, 14220, 15700, 11433, 14213, 8332, 10162, 7948, 11782, 15170, 13687, 9732, 15060, 9792, 10833, 14751, 8866, 13880, 8702, 14738, 8959, 12125, 10305, 14277, 11025, 15569, 9514, 15237, 16479, 11626, 13488, 17053, 12098, 12848, 16203, 8963, 15193, 11109, 9346, 15191, 8425, 13590, 13570, 8733, 13496, 10695, 9120, 14449, 11135, 8902, 14344, 10772, 8959, 14703, 8007, 9683, 14723, 8319, 14042, 11679, 9396, 15092, 9219, 9787, 8302, 10042, 15748, 8645, 10378, 15773, 8192, 11118, 15419, 8391, 13596, 14952, 8348, 13228, 14995, 9531, 10688, 15083, 7688, 11981, 14783, 8216, 12117, 14647, 9079, 11431, 15039, 9148, 15031, 9645, 11585, 18068, 14804, 13021, 9787, 10124, 14212, 9271, 13278, 17543, 10035, 10853, 18115, 8485, 10862, 18144, 9413, 10635, 17768, 10786, 10533, 18304, 10922, 10862, 14491, 8374, 10554, 14672, 8360, 10327, 14195, 7866, 11226, 14905, 8887, 10990, 15060, 8701, 11671, 15714, 8347, 12699, 13904, 8950, 12561, 8132, 11100, 15226, 14214, 9260, 14164, 17494, 9351, 12896, 18714, 8938, 13166, 16471, 8870, 12068, 15338, 9326, 12551, 7925, 10261, 14423, 16157, 8205, 12148, 14349, 8600, 11164, 14710, 10070, 9672, 14470, 16019, 9260, 12700, 18031, 8893, 13116, 15319, 8791, 12244, 17230, 8738, 12044, 8324, 10401, 14817, 8367, 12191, 14996, 9143, 12361, 12404, 9212, 13586, 15904, 9337, 13717, 12186, 10771, 15366, 13153, 9925, 14355, 13441, 9278, 13778, 8331, 10511, 13698, 7920, 12035, 11652, 12156, 8919, 11805, 7863, 14062, 16730, 15642, 11498, 16829, 10567, 12474, 18007, 12497, 11439, 17711, 14882, 12031, 17953, 8606, 12077, 15884, 8640, 12821, 10279, 10433, 17587, 8109, 12203, 11561, 8425, 12488, 10765, 9021, 12150, 7821, 11070, 14651, 8402, 11804, 14356, 8639, 11366, 8260, 12480, 16791, 8396, 12448, 16777, 9794, 11523, 18469, 8073, 12115, 17050, 8444, 12347, 8330, 11017, 13526, 10415, 10751, 13908, 10177, 10541, 14397, 8264, 11728, 13905, 8548, 11487, 14185, 8167, 11223, 14802, 8117, 11571, 14322, 7968, 11607, 14469, 7985, 11474, 15973, 7941, 11756, 15438, 7991, 12222, 15104, 8197, 12332, 8347, 10597, 13553, 8180, 11899, 15131, 8811, 11629, 15026, 8702, 11237, 14387, 8178, 11070, 14717, 9746, 9091, 13624, 8981, 9103, 13993, 11311, 8435, 13608, 10477, 8922, 13747, 8160, 12792, 15681, 8260, 12778, 15462, 10012, 12127, 16697, 8291, 12585, 15766, 12850, 11535, 15939, 12879, 10568, 16397, 7971, 12096, 14643, 12713, 10654, 15038, 11845, 10772, 15394, 8513, 11660, 14393, 12115, 10476, 13149, 7907, 12029, 14499, 10220, 11415, 16133, 10580, 11449, 18432, 8514, 12430, 17773, 8493, 12627, 15262, 9157, 15222, 8919, 12858, 18816, 9251, 12398, 17652, 12586, 11888, 7749, 11662, 15138, 10145, 12910, 7974, 13646, 16496, 12581, 12481, 8151, 13201, 8910, 12268, 7963, 13434, 17022, 15415, 11853, 16476, 13383, 10932, 14681, 8058, 12053, 14204, 8612, 11844, 14580, 8015, 11701, 15090, 8154, 11545, 8351, 8195, 11501, 8271, 13422, 8576, 11660, 10853, 13132, 18408, 13391, 14341, 17020, 11654, 14430, 18502, 13036, 16242, 19009, 13524, 16680, 10231, 15980, 19795, 15561, 17118, 18876, 11572, 13275, 8991, 11065, 8381, 10424, 13025, 12118, 9879, 13322, 9004, 10275, 14475, 8906, 11217, 8159, 11330, 14800, 8160, 12129, 14737, 9474, 13360, 8411, 11225, 10280, 9006, 13465, 7999, 11940, 15603, 9638, 11863, 8511, 11022, 13633, 12546, 12525, 8387, 13310, 8317, 9059, 8674, 8339, 15573, 10525], 'WindowCenter': [4685.0, 4640.0, 4661.0, 4638.0, 4660.0, 4604.0, 4649.0, 4662.0, 4618.0, 4644.0, 4633.0, 4624.0, 4674.0, 4630.0, 4668.0, 4642.0, 4679.0, 4658.0, 4696.0, 4669.0, 4709.0, 4708.0, 4665.0, 4676.0, 4643.0, 4665.0, 4682.0, 4624.0, 4673.0, 4681.0, 4628.0, 4662.0, 4681.0, 4639.0, 4661.0, 4668.0, 4609.0, 4659.0, 4678.0, 4629.0, 4661.0, 4681.0, 4620.0, 4662.0, 4680.0, 4621.0, 4673.0, 4692.0, 4643.0, 4664.0, 4692.0, 4636.0, 4697.0, 4694.0, 4645.0, 4687.0, 4697.0, 4656.0, 4687.0, 4695.0, 4637.0, 4697.0, 4696.0, 4645.0, 4686.0, 4696.0, 4656.0, 4697.0, 4696.0, 4654.0, 4685.0, 4708.0, 4705.0, 4655.0, 4685.0, 4703.0, 4631.0, 4672.0, 4690.0, 4620.0, 4672.0, 4690.0, 4630.0, 4661.0, 4679.0, 4618.0, 4659.0, 4678.0, 4628.0, 4648.0, 4672.0, 4627.0, 4639.0, 4678.0, 4637.0, 4619.0, 4670.0, 4677.0, 4618.0, 4674.0, 4677.0, 4618.0, 4669.0, 4678.0, 4619.0, 4671.0, 4679.0, 4620.0, 4671.0, 4689.0, 4620.0, 4671.0, 4680.0, 4632.0, 4673.0, 4701.0, 4634.0, 4685.0, 4692.0, 4645.0, 4686.0, 4655.0, 4677.0, 4658.0, 4691.0, 4712.0, 4717.0, 4656.0, 4697.0, 4706.0, 4654.0, 4684.0, 4693.0, 4650.0, 4671.0, 4681.0, 4659.0, 4651.0, 4680.0, 4619.0, 4651.0, 4692.0, 4660.0, 4641.0, 4682.0, 4630.0, 4663.0, 4692.0, 4640.0, 4652.0, 4694.0, 4681.0, 4632.0, 4682.0, 4680.0, 4631.0, 4683.0, 4691.0, 4641.0, 4682.0, 4690.0, 4631.0, 4682.0, 4690.0, 4631.0, 4682.0, 4691.0, 4640.0, 4671.0, 4680.0, 4630.0, 4671.0, 4689.0, 4629.0, 4672.0, 4701.0, 4641.0, 4682.0, 4650.0, 4642.0, 4693.0, 4700.0, 4641.0, 4682.0, 4680.0, 4650.0, 4686.0, 4688.0, 4641.0, 4692.0, 4699.0, 4640.0, 4680.0, 4657.0, 4638.0, 4680.0, 4648.0, 4640.0, 4680.0, 4630.0, 4672.0, 4696.0, 4648.0, 4650.0, 4690.0, 4668.0, 4639.0, 4680.0, 4647.0, 4629.0, 4681.0, 4698.0, 4629.0, 4670.0, 4679.0, 4630.0, 4682.0, 4689.0, 4642.0, 4683.0, 4680.0, 4642.0, 4693.0, 4701.0, 4631.0, 4683.0, 4692.0, 4642.0, 4685.0, 4702.0, 4634.0, 4696.0, 4703.0, 4632.0, 4682.0, 4692.0, 4660.0, 4662.0, 4691.0, 4640.0, 4661.0, 4691.0, 4648.0, 4651.0, 4691.0, 4630.0, 4672.0, 4681.0, 4644.0, 4683.0, 4702.0, 4662.0, 4672.0, 4646.0, 4696.0, 4706.0, 4673.0, 4674.0, 4706.0, 4681.0, 4654.0, 4695.0, 4691.0, 4642.0, 4693.0, 4699.0, 4640.0, 4671.0, 4698.0, 4629.0, 4671.0, 4699.0, 4654.0, 4680.0, 4639.0, 4670.0, 4632.0, 4671.0, 4692.0, 4642.0, 4673.0, 4703.0, 4642.0, 4672.0, 4700.0, 4631.0, 4682.0, 4699.0, 4640.0, 4670.0, 4700.0, 4648.0, 4673.0, 4698.0, 4627.0, 4668.0, 4687.0, 4637.0, 4657.0, 4640.0, 4681.0, 4698.0, 4647.0, 4670.0, 4677.0, 4656.0, 4646.0, 4618.0, 4645.0, 4674.0, 4666.0, 4674.0, 4671.0, 4651.0, 4654.0, 4678.0, 4718.0, 4705.0, 4642.0, 4682.0, 4692.0, 4649.0, 4671.0, 4716.0, 4668.0, 4659.0, 4669.0, 4637.0, 4649.0, 4619.0, 4671.0, 4692.0, 4689.0, 4631.0, 4680.0, 4701.0, 4629.0, 4668.0, 4636.0, 4627.0, 4679.0, 4626.0, 4638.0, 4678.0, 4618.0, 4669.0, 4677.0, 4618.0, 4669.0, 4687.0, 4638.0, 4657.0, 4627.0, 4629.0, 4668.0, 4656.0, 4626.0, 4678.0, 4617.0, 4648.0, 4667.0, 4618.0, 4670.0, 4676.0, 4618.0, 4670.0, 4677.0, 4629.0, 4680.0, 4619.0, 4630.0, 4680.0, 4617.0, 4639.0, 4669.0, 4618.0, 4681.0, 4669.0, 4630.0, 4680.0, 4619.0, 4651.0, 4640.0, 4641.0, 4693.0, 4690.0, 4641.0, 4680.0, 4660.0, 4650.0, 4689.0, 4619.0, 4682.0, 4689.0, 4630.0, 4681.0, 4698.0, 4629.0, 4667.0, 4617.0, 4669.0, 4668.0, 4620.0, 4680.0, 4618.0, 4652.0, 4681.0, 4622.0, 4682.0, 4690.0, 4646.0, 4678.0, 4651.0, 4724.0, 4704.0, 4646.0, 4675.0, 4648.0, 4691.0, 4720.0, 4687.0, 4690.0, 4662.0, 4689.0, 4670.0, 4711.0, 4721.0, 4689.0, 4700.0, 4716.0, 4645.0, 4675.0, 4714.0, 4645.0, 4672.0, 4635.0, 4654.0, 4636.0, 4679.0, 4696.0, 4634.0, 4677.0, 4718.0, 4675.0, 4664.0, 4638.0, 4678.0, 4696.0, 4655.0, 4667.0, 4696.0, 4644.0, 4668.0, 4703.0, 4637.0, 4686.0, 4639.0, 4688.0, 4661.0, 4691.0, 4719.0, 4698.0, 4686.0, 4638.0, 4689.0, 4697.0, 4665.0, 4665.0, 4705.0, 4673.0, 4663.0, 4701.0, 4632.0, 4662.0, 4651.0, 4643.0, 4683.0, 4642.0, 4632.0, 4661.0, 4621.0, 4663.0, 4681.0, 4622.0, 4664.0, 4691.0, 4643.0, 4674.0, 4673.0, 4635.0, 4685.0, 4644.0, 4665.0, 4706.0, 4656.0, 4677.0, 4637.0, 4690.0, 4709.0, 4675.0, 4679.0, 4708.0, 4666.0, 4667.0, 4637.0, 4691.0, 4712.0, 4717.0, 4658.0, 4699.0, 4716.0, 4667.0, 4686.0, 4654.0, 4665.0, 4696.0, 4663.0, 4655.0, 4695.0, 4645.0, 4666.0, 4702.0, 4634.0, 4683.0, 4704.0, 4643.0, 4686.0, 4705.0, 4642.0, 4685.0, 4673.0, 4654.0, 4684.0, 4672.0, 4655.0, 4682.0, 4692.0, 4640.0, 4673.0, 4633.0, 4674.0, 4682.0, 4632.0, 4663.0, 4692.0, 4654.0, 4674.0, 4692.0, 4633.0, 4672.0, 4692.0, 4635.0, 4683.0, 4672.0, 4654.0, 4671.0, 4634.0, 4673.0, 4693.0, 4644.0, 4672.0, 4661.0, 4656.0, 4686.0, 4654.0, 4672.0, 4696.0, 4703.0, 4643.0, 4684.0, 4673.0, 4662.0, 4714.0, 4623.0, 4684.0, 4693.0, 4632.0, 4672.0, 4700.0, 4673.0, 4672.0, 4700.0, 4622.0, 4672.0, 4680.0, 4632.0, 4670.0, 4631.0, 4652.0, 4671.0, 4621.0, 4672.0, 4691.0, 4631.0, 4662.0, 4692.0, 4631.0, 4672.0, 4680.0, 4629.0, 4673.0, 4691.0, 4643.0, 4672.0, 4623.0, 4676.0, 4695.0, 4645.0, 4697.0, 4706.0, 4657.0, 4685.0, 4648.0, 4698.0, 4704.0, 4656.0, 4687.0, 4684.0, 4667.0, 4705.0, 4644.0, 4684.0, 4704.0, 4663.0, 4673.0, 4703.0, 4632.0, 4673.0, 4701.0, 4631.0, 4671.0, 4630.0, 4653.0, 4623.0, 4675.0, 4694.0, 4635.0, 4686.0, 4715.0, 4665.0, 4674.0, 4634.0, 4687.0, 4706.0, 4671.0, 4664.0, 4703.0, 4668.0, 4651.0, 4700.0, 4610.0, 4661.0, 4680.0, 4620.0, 4660.0, 4631.0, 4643.0, 4639.0, 4648.0, 4673.0, 4702.0, 4642.0, 4657.0, 4615.0, 4648.0, 4633.0, 4687.0, 4695.0, 4634.0, 4686.0, 4694.0, 4664.0, 4674.0, 4636.0, 4687.0, 4694.0, 4632.0, 4672.0, 4692.0, 4661.0, 4661.0, 4623.0, 4673.0, 4672.0, 4631.0, 4670.0, 4690.0, 4669.0, 4650.0, 4689.0, 4620.0, 4670.0, 4659.0, 4631.0, 4670.0, 4621.0, 4661.0, 4680.0, 4631.0, 4682.0, 4670.0, 4641.0, 4682.0, 4680.0, 4631.0, 4671.0, 4622.0, 4663.0, 4671.0, 4610.0, 4662.0, 4681.0, 4630.0, 4652.0, 4660.0, 4631.0, 4683.0, 4661.0, 4644.0, 4684.0, 4635.0, 4676.0, 4646.0, 4670.0, 4709.0, 4696.0, 4658.0, 4709.0, 4707.0, 4669.0, 4697.0, 4659.0, 4708.0, 4715.0, 4674.0, 4687.0, 4706.0, 4683.0, 4674.0, 4632.0, 4651.0, 4684.0, 4671.0, 4663.0, 4705.0, 4690.0, 4639.0, 4681.0, 4649.0, 4650.0, 4670.0, 4658.0, 4630.0, 4670.0, 4646.0, 4628.0, 4669.0, 4610.0, 4658.0, 4669.0, 4609.0, 4661.0, 4681.0, 4631.0, 4662.0, 4651.0, 4633.0, 4682.0, 4622.0, 4685.0, 4692.0, 4655.0, 4684.0, 4635.0, 4685.0, 4684.0, 4634.0, 4683.0, 4704.0, 4674.0, 4684.0, 4652.0, 4662.0, 4673.0, 4652.0, 4663.0, 4693.0, 4661.0, 4660.0, 4624.0, 4685.0, 4670.0, 4622.0, 4672.0, 4691.0, 4647.0, 4650.0, 4690.0, 4647.0, 4638.0, 4668.0, 4608.0, 4660.0, 4611.0, 4663.0, 4642.0, 4646.0, 4696.0, 4694.0, 4643.0, 4686.0, 4685.0, 4645.0, 4654.0, 4646.0, 4697.0, 4702.0, 4645.0, 4685.0, 4704.0, 4655.0, 4695.0, 4622.0, 4665.0, 4692.0, 4633.0, 4673.0, 4634.0, 4666.0, 4698.0, 4713.0, 4643.0, 4684.0, 4682.0, 4652.0, 4622.0, 4674.0, 4685.0, 4702.0, 4653.0, 4681.0, 4660.0, 4662.0, 4620.0, 4684.0, 4683.0, 4652.0, 4673.0, 4692.0, 4650.0, 4647.0, 4621.0, 4672.0, 4671.0, 4610.0, 4673.0, 4692.0, 4651.0, 4687.0, 4650.0, 4685.0, 4629.0, 4604.0, 4640.0, 4634.0, 4574.0, 4610.0, 4610.0, 4666.0, 4670.0, 4619.0, 4674.0, 4630.0, 4652.0, 4662.0, 4663.0, 4704.0, 4709.0, 4727.0, 4649.0, 4688.0, 4692.0, 4644.0, 4684.0, 4664.0, 4642.0, 4702.0, 4689.0, 4661.0, 4701.0, 4683.0, 4703.0, 4674.0, 4703.0, 4674.0, 4715.0, 4713.0, 4713.0, 4719.0, 4699.0, 4667.0, 4678.0, 4694.0, 4675.0, 4676.0, 4693.0, 4662.0, 4665.0, 4693.0, 4641.0, 4611.0, 4665.0, 4671.0, 4611.0, 4673.0, 4669.0, 4619.0, 4663.0, 4673.0, 4617.0, 4582.0, 4711.0, 4715.0, 4655.0, 4608.0, 4572.0, 4747.0, 4735.0, 4696.0, 4728.0, 4696.0, 4709.0, 4737.0, 4705.0, 4694.0, 4721.0, 4685.0, 4675.0, 4705.0, 4643.0, 4687.0, 4706.0, 4659.0, 4710.0, 4656.0, 4667.0, 4703.0, 4633.0, 4652.0, 4698.0, 4631.0, 4693.0, 4651.0, 4654.0, 4702.0, 4632.0, 4653.0, 4699.0, 4640.0, 4674.0, 4713.0, 4639.0, 4692.0, 4650.0, 4628.0, 4647.0, 4654.0, 4671.0, 4642.0, 4684.0, 4711.0, 4670.0, 4698.0, 4654.0, 4684.0, 4665.0, 4717.0, 4725.0, 4715.0, 4701.0, 4692.0, 4725.0, 4707.0, 4667.0, 4673.0, 4639.0, 4632.0, 4657.0, 4607.0, 4616.0, 4681.0, 4632.0, 4613.0, 4607.0, 4628.0, 4636.0, 4617.0, 4639.0, 4646.0, 4620.0, 4637.0, 4608.0, 4631.0, 4657.0, 4620.0, 4641.0, 4680.0, 4632.0, 4680.0, 4635.0, 4656.0, 4684.0, 4637.0, 4667.0, 4695.0, 4645.0, 4668.0, 4662.0, 4656.0, 4687.0, 4637.0, 4680.0, 4721.0, 4671.0, 4691.0, 4660.0, 4693.0, 4711.0, 4689.0, 4680.0, 4721.0, 4677.0, 4667.0, 4708.0, 4636.0, 4668.0, 4696.0, 4646.0, 4679.0, 4717.0, 4647.0, 4667.0, 4706.0, 4648.0, 4689.0, 4707.0, 4648.0, 4690.0, 4717.0, 4647.0, 4689.0, 4715.0, 4648.0, 4688.0, 4697.0, 4647.0, 4675.0, 4637.0, 4679.0, 4709.0, 4657.0, 4669.0, 4700.0, 4659.0, 4670.0, 4699.0, 4637.0, 4678.0, 4698.0, 4658.0, 4680.0, 4710.0, 4660.0, 4680.0, 4678.0, 4669.0, 4700.0, 4659.0, 4680.0, 4711.0, 4688.0, 4679.0, 4718.0, 4647.0, 4678.0, 4718.0, 4657.0, 4678.0, 4717.0, 4656.0, 4688.0, 4664.0, 4666.0, 4685.0, 4634.0, 4666.0, 4706.0, 4646.0, 4677.0, 4716.0, 4646.0, 4676.0, 4706.0, 4647.0, 4687.0, 4685.0, 4655.0, 4685.0, 4643.0, 4656.0, 4695.0, 4644.0, 4655.0, 4683.0, 4646.0, 4688.0, 4706.0, 4646.0, 4687.0, 4656.0, 4668.0, 4688.0, 4638.0, 4688.0, 4708.0, 4649.0, 4688.0, 4708.0, 4659.0, 4689.0, 4676.0, 4667.0, 4698.0, 4696.0, 4667.0, 4698.0, 4675.0, 4667.0, 4696.0, 4664.0, 4675.0, 4695.0, 4654.0, 4665.0, 4693.0, 4645.0, 4676.0, 4674.0, 4645.0, 4687.0, 4675.0, 4656.0, 4698.0, 4668.0, 4702.0, 4709.0, 4660.0, 4699.0, 4718.0, 4669.0, 4699.0, 4669.0, 4702.0, 4720.0, 4667.0, 4689.0, 4717.0, 4677.0, 4687.0, 4705.0, 4633.0, 4675.0, 4693.0, 4644.0, 4674.0, 4635.0, 4675.0, 4696.0, 4644.0, 4675.0, 4704.0, 4673.0, 4663.0, 4625.0, 4676.0, 4685.0, 4673.0, 4664.0, 4693.0, 4643.0, 4663.0, 4625.0, 4677.0, 4696.0, 4644.0, 4675.0, 4703.0, 4644.0, 4684.0, 4646.0, 4688.0, 4705.0, 4644.0, 4675.0, 4703.0, 4642.0, 4673.0, 4635.0, 4677.0, 4705.0, 4663.0, 4664.0, 4703.0, 4651.0, 4663.0, 4692.0, 4611.0, 4662.0, 4681.0, 4630.0, 4663.0, 4681.0, 4621.0, 4663.0, 4681.0, 4634.0, 4673.0, 4645.0, 4687.0, 4638.0, 4700.0, 4709.0, 4678.0, 4678.0, 4710.0, 4678.0, 4676.0, 4651.0, 4703.0, 4661.0, 4690.0, 4662.0, 4703.0, 4686.0, 4750.0, 4710.0, 4705.0, 4736.0, 4715.0, 4678.0, 4660.0, 4680.0, 4710.0, 4708.0, 4677.0, 4694.0, 4646.0, 4676.0, 4703.0, 4632.0, 4685.0, 4669.0, 4628.0, 4608.0, 4649.0, 4650.0, 4657.0, 4638.0, 4658.0, 4649.0, 4639.0, 4657.0, 4598.0, 4648.0, 4666.0, 4618.0, 4649.0, 4681.0, 4620.0, 4651.0, 4658.0, 4630.0, 4660.0, 4647.0, 4630.0, 4670.0, 4633.0, 4653.0, 4662.0, 4645.0, 4676.0, 4663.0, 4645.0, 4685.0, 4646.0, 4677.0, 4657.0, 4668.0, 4688.0, 4667.0, 4668.0, 4698.0, 4658.0, 4676.0, 4658.0, 4670.0, 4699.0, 4686.0, 4678.0, 4718.0, 4705.0, 4666.0, 4695.0, 4653.0, 4664.0, 4686.0, 4645.0, 4699.0, 4676.0, 4670.0, 4651.0, 4693.0, 4703.0, 4719.0, 4660.0, 4698.0, 4669.0, 4679.0, 4639.0, 4681.0, 4714.0, 4719.0, 4657.0, 4688.0, 4669.0, 4660.0, 4693.0, 4714.0, 4720.0, 4678.0, 4699.0, 4716.0, 4685.0, 4673.0, 4666.0, 4686.0, 4692.0, 4642.0, 4663.0, 4693.0, 4652.0, 4702.0, 4378.0, 4684.0, 4581.0, 4645.0, 4659.0, 4605.0, 4666.0, 4608.0, 4671.0, 4691.0, 4682.0, 4662.0, 4670.0, 4606.0, 4672.0, 4665.0, 4622.0, 4640.0, 4578.0, 4611.0, 4583.0, 4640.0, 4658.0, 4646.0, 4614.0, 4656.0, 4615.0, 4625.0, 4639.0, 4594.0, 4640.0, 4595.0, 4658.0, 4621.0, 4649.0, 4629.0, 4682.0, 4652.0, 4678.0, 4630.0, 4675.0, 4666.0, 4629.0, 4645.0, 4663.0, 4638.0, 4636.0, 4661.0, 4607.0, 4656.0, 4619.0, 4605.0, 4649.0, 4595.0, 4643.0, 4632.0, 4590.0, 4645.0, 4614.0, 4606.0, 4653.0, 4624.0, 4592.0, 4654.0, 4613.0, 4605.0, 4667.0, 4594.0, 4616.0, 4653.0, 4607.0, 4669.0, 4634.0, 4618.0, 4670.0, 4620.0, 4631.0, 4621.0, 4644.0, 4680.0, 4622.0, 4639.0, 4682.0, 4620.0, 4663.0, 4691.0, 4632.0, 4682.0, 4681.0, 4621.0, 4674.0, 4692.0, 4641.0, 4651.0, 4678.0, 4610.0, 4660.0, 4668.0, 4619.0, 4659.0, 4679.0, 4619.0, 4649.0, 4667.0, 4629.0, 4680.0, 4643.0, 4651.0, 4682.0, 4708.0, 4690.0, 4675.0, 4685.0, 4723.0, 4688.0, 4730.0, 4748.0, 4681.0, 4682.0, 4720.0, 4650.0, 4676.0, 4717.0, 4647.0, 4670.0, 4716.0, 4666.0, 4667.0, 4706.0, 4654.0, 4654.0, 4683.0, 4623.0, 4654.0, 4684.0, 4622.0, 4653.0, 4682.0, 4623.0, 4664.0, 4693.0, 4642.0, 4665.0, 4694.0, 4632.0, 4676.0, 4694.0, 4633.0, 4688.0, 4695.0, 4647.0, 4688.0, 4635.0, 4679.0, 4710.0, 4697.0, 4659.0, 4699.0, 4716.0, 4646.0, 4685.0, 4705.0, 4645.0, 4686.0, 4692.0, 4645.0, 4675.0, 4693.0, 4644.0, 4675.0, 4623.0, 4666.0, 4697.0, 4702.0, 4635.0, 4687.0, 4694.0, 4632.0, 4665.0, 4692.0, 4653.0, 4655.0, 4696.0, 4704.0, 4645.0, 4686.0, 4704.0, 4644.0, 4686.0, 4694.0, 4645.0, 4676.0, 4704.0, 4644.0, 4675.0, 4634.0, 4666.0, 4695.0, 4646.0, 4686.0, 4706.0, 4657.0, 4687.0, 4686.0, 4658.0, 4698.0, 4706.0, 4657.0, 4697.0, 4674.0, 4664.0, 4696.0, 4673.0, 4653.0, 4692.0, 4683.0, 4644.0, 4695.0, 4634.0, 4665.0, 4684.0, 4647.0, 4700.0, 4663.0, 4691.0, 4672.0, 4703.0, 4664.0, 4725.0, 4736.0, 4710.0, 4680.0, 4719.0, 4668.0, 4677.0, 4706.0, 4676.0, 4665.0, 4704.0, 4682.0, 4664.0, 4701.0, 4633.0, 4673.0, 4690.0, 4632.0, 4672.0, 4641.0, 4652.0, 4701.0, 4633.0, 4674.0, 4662.0, 4635.0, 4675.0, 4662.0, 4633.0, 4673.0, 4624.0, 4664.0, 4694.0, 4634.0, 4675.0, 4692.0, 4645.0, 4675.0, 4661.0, 4701.0, 4706.0, 4634.0, 4674.0, 4704.0, 4653.0, 4663.0, 4700.0, 4622.0, 4672.0, 4701.0, 4633.0, 4673.0, 4632.0, 4665.0, 4673.0, 4651.0, 4662.0, 4671.0, 4640.0, 4651.0, 4680.0, 4620.0, 4661.0, 4669.0, 4619.0, 4660.0, 4670.0, 4619.0, 4650.0, 4679.0, 4617.0, 4659.0, 4679.0, 4619.0, 4660.0, 4680.0, 4618.0, 4660.0, 4678.0, 4622.0, 4672.0, 4690.0, 4621.0, 4672.0, 4690.0, 4630.0, 4673.0, 4632.0, 4663.0, 4682.0, 4633.0, 4675.0, 4694.0, 4644.0, 4675.0, 4695.0, 4634.0, 4665.0, 4683.0, 4633.0, 4675.0, 4694.0, 4654.0, 4645.0, 4685.0, 4644.0, 4657.0, 4709.0, 4675.0, 4647.0, 4710.0, 4667.0, 4659.0, 4698.0, 4649.0, 4700.0, 4709.0, 4648.0, 4700.0, 4709.0, 4668.0, 4690.0, 4718.0, 4648.0, 4699.0, 4710.0, 4686.0, 4676.0, 4708.0, 4686.0, 4666.0, 4704.0, 4636.0, 4687.0, 4697.0, 4685.0, 4666.0, 4707.0, 4674.0, 4665.0, 4693.0, 4643.0, 4675.0, 4695.0, 4672.0, 4664.0, 4683.0, 4633.0, 4685.0, 4694.0, 4652.0, 4663.0, 4693.0, 4663.0, 4671.0, 4701.0, 4632.0, 4683.0, 4712.0, 4632.0, 4673.0, 4691.0, 4654.0, 4693.0, 4644.0, 4685.0, 4713.0, 4642.0, 4672.0, 4701.0, 4670.0, 4661.0, 4634.0, 4676.0, 4685.0, 4640.0, 4659.0, 4622.0, 4695.0, 4695.0, 4674.0, 4674.0, 4636.0, 4696.0, 4657.0, 4689.0, 4637.0, 4696.0, 4706.0, 4679.0, 4661.0, 4691.0, 4669.0, 4650.0, 4678.0, 4609.0, 4659.0, 4679.0, 4617.0, 4659.0, 4678.0, 4619.0, 4659.0, 4678.0, 4621.0, 4672.0, 4645.0, 4674.0, 4757.0, 4688.0, 4733.0, 4633.0, 4707.0, 4692.0, 4687.0, 4729.0, 4724.0, 4725.0, 4718.0, 4677.0, 4698.0, 4713.0, 4671.0, 4692.0, 4699.0, 4668.0, 4688.0, 4650.0, 4702.0, 4697.0, 4679.0, 4679.0, 4670.0, 4633.0, 4643.0, 4598.0, 4634.0, 4598.0, 4630.0, 4649.0, 4631.0, 4612.0, 4642.0, 4597.0, 4623.0, 4652.0, 4603.0, 4629.0, 4602.0, 4644.0, 4677.0, 4613.0, 4659.0, 4674.0, 4638.0, 4678.0, 4630.0, 4661.0, 4649.0, 4641.0, 4680.0, 4632.0, 4686.0, 4715.0, 4654.0, 4684.0, 4658.0, 4679.0, 4697.0, 4662.0, 4669.0, 4634.0, 4673.0, 4556.0, 4461.0, 4525.0, 4667.0, 4742.0, 4685.0], 'WindowWidth': [10243.0, 10173.0, 10196.0, 10167.0, 10196.0, 10113.0, 10176.0, 10188.0, 10131.0, 10165.0, 10148.0, 10139.0, 10207.0, 10154.0, 10208.0, 10177.0, 10218.0, 10210.0, 10257.0, 10225.0, 10280.0, 10273.0, 10208.0, 10225.0, 10173.0, 10207.0, 10229.0, 10151.0, 10216.0, 10227.0, 10148.0, 10200.0, 10224.0, 10164.0, 10196.0, 10204.0, 10124.0, 10193.0, 10216.0, 10152.0, 10197.0, 10225.0, 10141.0, 10200.0, 10222.0, 10144.0, 10217.0, 10245.0, 10179.0, 10209.0, 10243.0, 10176.0, 10260.0, 10251.0, 10185.0, 10243.0, 10257.0, 10200.0, 10243.0, 10254.0, 10177.0, 10260.0, 10256.0, 10185.0, 10241.0, 10256.0, 10200.0, 10257.0, 10259.0, 10194.0, 10237.0, 10279.0, 10269.0, 10197.0, 10238.0, 10265.0, 10159.0, 10216.0, 10241.0, 10142.0, 10215.0, 10242.0, 10155.0, 10198.0, 10224.0, 10135.0, 10193.0, 10220.0, 10148.0, 10177.0, 10213.0, 10145.0, 10166.0, 10219.0, 10160.0, 10140.0, 10210.0, 10215.0, 10135.0, 10216.0, 10216.0, 10138.0, 10209.0, 10219.0, 10140.0, 10212.0, 10223.0, 10145.0, 10215.0, 10235.0, 10145.0, 10216.0, 10226.0, 10164.0, 10221.0, 10256.0, 10169.0, 10241.0, 10248.0, 10187.0, 10245.0, 10201.0, 10234.0, 10211.0, 10262.0, 10293.0, 10290.0, 10202.0, 10261.0, 10277.0, 10195.0, 10238.0, 10251.0, 10185.0, 10216.0, 10234.0, 10197.0, 10188.0, 10227.0, 10141.0, 10188.0, 10248.0, 10200.0, 10177.0, 10235.0, 10160.0, 10208.0, 10249.0, 10172.0, 10192.0, 10253.0, 10230.0, 10166.0, 10234.0, 10228.0, 10164.0, 10236.0, 10248.0, 10176.0, 10233.0, 10241.0, 10163.0, 10234.0, 10242.0, 10163.0, 10236.0, 10246.0, 10175.0, 10218.0, 10229.0, 10160.0, 10218.0, 10241.0, 10159.0, 10219.0, 10261.0, 10177.0, 10234.0, 10188.0, 10181.0, 10251.0, 10258.0, 10176.0, 10234.0, 10226.0, 10187.0, 10242.0, 10237.0, 10176.0, 10251.0, 10254.0, 10173.0, 10230.0, 10193.0, 10169.0, 10229.0, 10183.0, 10175.0, 10229.0, 10162.0, 10221.0, 10256.0, 10183.0, 10190.0, 10244.0, 10210.0, 10172.0, 10228.0, 10181.0, 10159.0, 10232.0, 10254.0, 10158.0, 10215.0, 10226.0, 10164.0, 10236.0, 10242.0, 10182.0, 10239.0, 10231.0, 10181.0, 10253.0, 10261.0, 10166.0, 10239.0, 10250.0, 10183.0, 10243.0, 10265.0, 10175.0, 10262.0, 10268.0, 10168.0, 10236.0, 10253.0, 10202.0, 10206.0, 10248.0, 10176.0, 10207.0, 10248.0, 10184.0, 10191.0, 10246.0, 10163.0, 10223.0, 10232.0, 10189.0, 10240.0, 10263.0, 10208.0, 10222.0, 10197.0, 10264.0, 10277.0, 10227.0, 10231.0, 10276.0, 10232.0, 10201.0, 10260.0, 10245.0, 10182.0, 10252.0, 10257.0, 10173.0, 10219.0, 10252.0, 10159.0, 10218.0, 10255.0, 10201.0, 10230.0, 10173.0, 10215.0, 10171.0, 10223.0, 10249.0, 10181.0, 10225.0, 10268.0, 10182.0, 10222.0, 10258.0, 10165.0, 10235.0, 10259.0, 10175.0, 10218.0, 10260.0, 10181.0, 10224.0, 10252.0, 10153.0, 10210.0, 10232.0, 10165.0, 10193.0, 10175.0, 10233.0, 10254.0, 10180.0, 10214.0, 10224.0, 10188.0, 10173.0, 10141.0, 10172.0, 10214.0, 10220.0, 10226.0, 10220.0, 10194.0, 10203.0, 10240.0, 10297.0, 10275.0, 10182.0, 10236.0, 10250.0, 10185.0, 10217.0, 10290.0, 10209.0, 10198.0, 10212.0, 10166.0, 10183.0, 10146.0, 10220.0, 10251.0, 10240.0, 10162.0, 10229.0, 10263.0, 10158.0, 10210.0, 10161.0, 10153.0, 10225.0, 10148.0, 10166.0, 10221.0, 10140.0, 10211.0, 10222.0, 10140.0, 10211.0, 10237.0, 10165.0, 10192.0, 10151.0, 10155.0, 10209.0, 10186.0, 10150.0, 10222.0, 10136.0, 10180.0, 10205.0, 10142.0, 10213.0, 10219.0, 10143.0, 10213.0, 10220.0, 10156.0, 10227.0, 10143.0, 10159.0, 10228.0, 10139.0, 10171.0, 10211.0, 10143.0, 10229.0, 10210.0, 10160.0, 10229.0, 10143.0, 10189.0, 10173.0, 10176.0, 10252.0, 10241.0, 10176.0, 10230.0, 10200.0, 10186.0, 10240.0, 10147.0, 10233.0, 10239.0, 10161.0, 10233.0, 10250.0, 10155.0, 10205.0, 10138.0, 10210.0, 10208.0, 10148.0, 10229.0, 10144.0, 10193.0, 10232.0, 10153.0, 10233.0, 10242.0, 10193.0, 10224.0, 10171.0, 10314.0, 10268.0, 10189.0, 10230.0, 10197.0, 10258.0, 10298.0, 10246.0, 10253.0, 10222.0, 10252.0, 10231.0, 10287.0, 10302.0, 10248.0, 10267.0, 10283.0, 10183.0, 10222.0, 10278.0, 10181.0, 10216.0, 10168.0, 10190.0, 10175.0, 10236.0, 10254.0, 10168.0, 10229.0, 10288.0, 10224.0, 10206.0, 10177.0, 10230.0, 10255.0, 10196.0, 10214.0, 10253.0, 10178.0, 10215.0, 10259.0, 10172.0, 10238.0, 10180.0, 10246.0, 10213.0, 10256.0, 10292.0, 10258.0, 10237.0, 10175.0, 10247.0, 10257.0, 10206.0, 10207.0, 10264.0, 10216.0, 10202.0, 10252.0, 10158.0, 10200.0, 10181.0, 10174.0, 10229.0, 10170.0, 10159.0, 10196.0, 10145.0, 10204.0, 10225.0, 10144.0, 10206.0, 10240.0, 10177.0, 10220.0, 10216.0, 10167.0, 10237.0, 10181.0, 10212.0, 10267.0, 10200.0, 10228.0, 10176.0, 10252.0, 10279.0, 10224.0, 10234.0, 10274.0, 10212.0, 10216.0, 10176.0, 10255.0, 10286.0, 10284.0, 10206.0, 10264.0, 10281.0, 10213.0, 10241.0, 10192.0, 10210.0, 10254.0, 10203.0, 10197.0, 10252.0, 10183.0, 10211.0, 10262.0, 10168.0, 10235.0, 10263.0, 10179.0, 10242.0, 10263.0, 10177.0, 10238.0, 10215.0, 10193.0, 10236.0, 10215.0, 10195.0, 10233.0, 10242.0, 10171.0, 10218.0, 10163.0, 10220.0, 10230.0, 10161.0, 10206.0, 10244.0, 10193.0, 10221.0, 10244.0, 10163.0, 10218.0, 10245.0, 10169.0, 10234.0, 10215.0, 10192.0, 10216.0, 10166.0, 10219.0, 10247.0, 10180.0, 10220.0, 10203.0, 10200.0, 10244.0, 10193.0, 10218.0, 10255.0, 10257.0, 10178.0, 10238.0, 10216.0, 10204.0, 10276.0, 10152.0, 10235.0, 10249.0, 10162.0, 10218.0, 10256.0, 10215.0, 10216.0, 10251.0, 10147.0, 10216.0, 10222.0, 10161.0, 10212.0, 10158.0, 10188.0, 10212.0, 10144.0, 10214.0, 10241.0, 10159.0, 10203.0, 10244.0, 10158.0, 10214.0, 10225.0, 10157.0, 10218.0, 10242.0, 10177.0, 10217.0, 10153.0, 10229.0, 10254.0, 10184.0, 10259.0, 10271.0, 10206.0, 10241.0, 10195.0, 10266.0, 10268.0, 10202.0, 10248.0, 10237.0, 10217.0, 10270.0, 10182.0, 10237.0, 10269.0, 10204.0, 10218.0, 10262.0, 10161.0, 10218.0, 10256.0, 10157.0, 10214.0, 10156.0, 10192.0, 10154.0, 10228.0, 10252.0, 10171.0, 10244.0, 10284.0, 10210.0, 10222.0, 10171.0, 10246.0, 10274.0, 10216.0, 10207.0, 10264.0, 10206.0, 10185.0, 10254.0, 10129.0, 10198.0, 10223.0, 10141.0, 10196.0, 10159.0, 10178.0, 10166.0, 10199.0, 10219.0, 10257.0, 10172.0, 10185.0, 10122.0, 10173.0, 10163.0, 10243.0, 10254.0, 10167.0, 10241.0, 10252.0, 10207.0, 10219.0, 10174.0, 10246.0, 10250.0, 10162.0, 10216.0, 10244.0, 10198.0, 10197.0, 10149.0, 10217.0, 10218.0, 10158.0, 10211.0, 10240.0, 10202.0, 10179.0, 10234.0, 10139.0, 10207.0, 10191.0, 10157.0, 10210.0, 10143.0, 10198.0, 10223.0, 10159.0, 10230.0, 10209.0, 10172.0, 10229.0, 10221.0, 10159.0, 10212.0, 10147.0, 10203.0, 10213.0, 10129.0, 10202.0, 10225.0, 10156.0, 10187.0, 10195.0, 10161.0, 10233.0, 10199.0, 10182.0, 10235.0, 10173.0, 10229.0, 10189.0, 10226.0, 10279.0, 10255.0, 10206.0, 10277.0, 10271.0, 10220.0, 10258.0, 10209.0, 10277.0, 10288.0, 10222.0, 10245.0, 10273.0, 10233.0, 10222.0, 10160.0, 10188.0, 10236.0, 10212.0, 10203.0, 10269.0, 10236.0, 10167.0, 10229.0, 10177.0, 10182.0, 10210.0, 10187.0, 10153.0, 10209.0, 10171.0, 10150.0, 10207.0, 10127.0, 10193.0, 10208.0, 10126.0, 10199.0, 10225.0, 10158.0, 10200.0, 10183.0, 10163.0, 10230.0, 10148.0, 10238.0, 10246.0, 10197.0, 10234.0, 10169.0, 10238.0, 10236.0, 10167.0, 10234.0, 10265.0, 10218.0, 10236.0, 10185.0, 10202.0, 10220.0, 10185.0, 10203.0, 10247.0, 10196.0, 10195.0, 10153.0, 10239.0, 10215.0, 10148.0, 10215.0, 10243.0, 10174.0, 10182.0, 10238.0, 10172.0, 10162.0, 10204.0, 10122.0, 10195.0, 10132.0, 10205.0, 10178.0, 10187.0, 10256.0, 10250.0, 10179.0, 10241.0, 10235.0, 10180.0, 10194.0, 10187.0, 10259.0, 10259.0, 10182.0, 10239.0, 10259.0, 10196.0, 10252.0, 10149.0, 10209.0, 10244.0, 10164.0, 10218.0, 10167.0, 10213.0, 10260.0, 10273.0, 10175.0, 10235.0, 10226.0, 10186.0, 10147.0, 10222.0, 10240.0, 10255.0, 10190.0, 10229.0, 10195.0, 10200.0, 10145.0, 10235.0, 10235.0, 10188.0, 10217.0, 10246.0, 10179.0, 10174.0, 10144.0, 10215.0, 10214.0, 10128.0, 10216.0, 10243.0, 10184.0, 10246.0, 10198.0, 10233.0, 10127.0, 10115.0, 10150.0, 10136.0, 10055.0, 10099.0, 10127.0, 10218.0, 10212.0, 10139.0, 10225.0, 10155.0, 10189.0, 10202.0, 10205.0, 10264.0, 10279.0, 10302.0, 10197.0, 10247.0, 10244.0, 10180.0, 10237.0, 10207.0, 10172.0, 10267.0, 10243.0, 10210.0, 10268.0, 10244.0, 10268.0, 10235.0, 10273.0, 10234.0, 10291.0, 10282.0, 10286.0, 10289.0, 10257.0, 10209.0, 10226.0, 10251.0, 10217.0, 10218.0, 10244.0, 10193.0, 10204.0, 10237.0, 10164.0, 10123.0, 10203.0, 10207.0, 10125.0, 10212.0, 10202.0, 10136.0, 10198.0, 10213.0, 10128.0, 10075.0, 10286.0, 10296.0, 10191.0, 10108.0, 10036.0, 10369.0, 10327.0, 10270.0, 10319.0, 10273.0, 10294.0, 10335.0, 10281.0, 10265.0, 10302.0, 10239.0, 10226.0, 10269.0, 10181.0, 10245.0, 10270.0, 10213.0, 10287.0, 10206.0, 10220.0, 10266.0, 10167.0, 10192.0, 10251.0, 10162.0, 10252.0, 10190.0, 10199.0, 10263.0, 10167.0, 10195.0, 10256.0, 10176.0, 10228.0, 10282.0, 10172.0, 10256.0, 10194.0, 10162.0, 10188.0, 10207.0, 10224.0, 10185.0, 10246.0, 10281.0, 10218.0, 10257.0, 10207.0, 10247.0, 10220.0, 10299.0, 10302.0, 10289.0, 10262.0, 10250.0, 10310.0, 10268.0, 10208.0, 10212.0, 10156.0, 10148.0, 10179.0, 10110.0, 10121.0, 10216.0, 10152.0, 10117.0, 10114.0, 10144.0, 10151.0, 10128.0, 10161.0, 10167.0, 10135.0, 10156.0, 10117.0, 10153.0, 10184.0, 10138.0, 10170.0, 10219.0, 10159.0, 10234.0, 10165.0, 10195.0, 10232.0, 10171.0, 10216.0, 10251.0, 10182.0, 10215.0, 10202.0, 10198.0, 10241.0, 10175.0, 10238.0, 10297.0, 10227.0, 10254.0, 10212.0, 10259.0, 10286.0, 10248.0, 10238.0, 10301.0, 10228.0, 10215.0, 10272.0, 10170.0, 10217.0, 10254.0, 10186.0, 10235.0, 10284.0, 10187.0, 10216.0, 10265.0, 10191.0, 10250.0, 10274.0, 10193.0, 10251.0, 10284.0, 10188.0, 10248.0, 10282.0, 10192.0, 10248.0, 10257.0, 10186.0, 10224.0, 10176.0, 10235.0, 10278.0, 10202.0, 10222.0, 10266.0, 10208.0, 10223.0, 10261.0, 10174.0, 10232.0, 10259.0, 10205.0, 10238.0, 10279.0, 10210.0, 10238.0, 10231.0, 10222.0, 10265.0, 10207.0, 10238.0, 10286.0, 10244.0, 10234.0, 10291.0, 10187.0, 10231.0, 10288.0, 10202.0, 10232.0, 10285.0, 10200.0, 10246.0, 10205.0, 10210.0, 10238.0, 10168.0, 10213.0, 10271.0, 10186.0, 10230.0, 10281.0, 10186.0, 10228.0, 10267.0, 10187.0, 10243.0, 10235.0, 10194.0, 10237.0, 10176.0, 10199.0, 10252.0, 10179.0, 10197.0, 10234.0, 10187.0, 10246.0, 10271.0, 10188.0, 10244.0, 10200.0, 10220.0, 10245.0, 10179.0, 10249.0, 10275.0, 10196.0, 10249.0, 10274.0, 10208.0, 10251.0, 10226.0, 10215.0, 10260.0, 10254.0, 10216.0, 10264.0, 10223.0, 10215.0, 10255.0, 10206.0, 10223.0, 10252.0, 10192.0, 10208.0, 10247.0, 10184.0, 10227.0, 10219.0, 10184.0, 10244.0, 10225.0, 10202.0, 10262.0, 10222.0, 10273.0, 10278.0, 10211.0, 10266.0, 10291.0, 10221.0, 10262.0, 10224.0, 10273.0, 10298.0, 10217.0, 10250.0, 10286.0, 10226.0, 10244.0, 10268.0, 10162.0, 10222.0, 10247.0, 10179.0, 10220.0, 10171.0, 10226.0, 10255.0, 10180.0, 10223.0, 10263.0, 10217.0, 10203.0, 10156.0, 10225.0, 10240.0, 10215.0, 10206.0, 10245.0, 10176.0, 10203.0, 10157.0, 10230.0, 10254.0, 10179.0, 10222.0, 10261.0, 10179.0, 10233.0, 10185.0, 10245.0, 10268.0, 10179.0, 10223.0, 10262.0, 10175.0, 10218.0, 10170.0, 10228.0, 10268.0, 10201.0, 10205.0, 10258.0, 10184.0, 10202.0, 10242.0, 10128.0, 10201.0, 10224.0, 10156.0, 10203.0, 10225.0, 10144.0, 10202.0, 10226.0, 10166.0, 10219.0, 10186.0, 10242.0, 10180.0, 10267.0, 10279.0, 10232.0, 10231.0, 10278.0, 10231.0, 10225.0, 10201.0, 10274.0, 10215.0, 10254.0, 10217.0, 10275.0, 10262.0, 10360.0, 10303.0, 10286.0, 10336.0, 10292.0, 10233.0, 10210.0, 10238.0, 10290.0, 10273.0, 10227.0, 10247.0, 10181.0, 10227.0, 10260.0, 10157.0, 10235.0, 10204.0, 10145.0, 10119.0, 10175.0, 10180.0, 10184.0, 10159.0, 10188.0, 10174.0, 10161.0, 10183.0, 10105.0, 10173.0, 10196.0, 10132.0, 10177.0, 10221.0, 10138.0, 10181.0, 10189.0, 10152.0, 10194.0, 10172.0, 10153.0, 10208.0, 10160.0, 10188.0, 10198.0, 10181.0, 10225.0, 10203.0, 10182.0, 10236.0, 10184.0, 10227.0, 10201.0, 10218.0, 10247.0, 10213.0, 10217.0, 10259.0, 10203.0, 10227.0, 10203.0, 10223.0, 10266.0, 10239.0, 10231.0, 10293.0, 10265.0, 10209.0, 10251.0, 10189.0, 10206.0, 10244.0, 10187.0, 10264.0, 10229.0, 10225.0, 10201.0, 10261.0, 10274.0, 10293.0, 10208.0, 10262.0, 10220.0, 10235.0, 10180.0, 10240.0, 10293.0, 10288.0, 10202.0, 10245.0, 10221.0, 10212.0, 10259.0, 10292.0, 10294.0, 10227.0, 10262.0, 10281.0, 10232.0, 10215.0, 10210.0, 10241.0, 10240.0, 10169.0, 10204.0, 10241.0, 10185.0, 10257.0, 9677.0, 10279.0, 10065.0, 10190.0, 10194.0, 10113.0, 10197.0, 10117.0, 10205.0, 10245.0, 10222.0, 10193.0, 10202.0, 10116.0, 10208.0, 10195.0, 10127.0, 10145.0, 10060.0, 10108.0, 10074.0, 10160.0, 10182.0, 10161.0, 10120.0, 10177.0, 10117.0, 10129.0, 10145.0, 10088.0, 10149.0, 10095.0, 10180.0, 10138.0, 10172.0, 10149.0, 10225.0, 10184.0, 10214.0, 10150.0, 10213.0, 10199.0, 10139.0, 10161.0, 10187.0, 10151.0, 10146.0, 10177.0, 10109.0, 10174.0, 10117.0, 10102.0, 10158.0, 10089.0, 10153.0, 10138.0, 10080.0, 10158.0, 10116.0, 10106.0, 10170.0, 10128.0, 10084.0, 10170.0, 10113.0, 10105.0, 10194.0, 10093.0, 10123.0, 10172.0, 10116.0, 10201.0, 10150.0, 10131.0, 10204.0, 10137.0, 10151.0, 10138.0, 10176.0, 10223.0, 10141.0, 10165.0, 10226.0, 10139.0, 10202.0, 10239.0, 10160.0, 10228.0, 10225.0, 10143.0, 10218.0, 10246.0, 10172.0, 10184.0, 10217.0, 10127.0, 10193.0, 10203.0, 10137.0, 10194.0, 10221.0, 10135.0, 10177.0, 10200.0, 10150.0, 10222.0, 10179.0, 10187.0, 10250.0, 10281.0, 10256.0, 10240.0, 10255.0, 10305.0, 10265.0, 10328.0, 10352.0, 10246.0, 10245.0, 10294.0, 10199.0, 10231.0, 10289.0, 10190.0, 10226.0, 10290.0, 10214.0, 10214.0, 10270.0, 10194.0, 10194.0, 10232.0, 10151.0, 10194.0, 10235.0, 10148.0, 10192.0, 10230.0, 10152.0, 10208.0, 10248.0, 10178.0, 10212.0, 10249.0, 10166.0, 10228.0, 10249.0, 10168.0, 10248.0, 10254.0, 10192.0, 10248.0, 10173.0, 10239.0, 10283.0, 10260.0, 10211.0, 10265.0, 10285.0, 10188.0, 10242.0, 10268.0, 10185.0, 10242.0, 10250.0, 10184.0, 10226.0, 10248.0, 10182.0, 10226.0, 10154.0, 10215.0, 10259.0, 10266.0, 10174.0, 10245.0, 10254.0, 10166.0, 10214.0, 10250.0, 10194.0, 10199.0, 10259.0, 10267.0, 10185.0, 10244.0, 10266.0, 10184.0, 10245.0, 10255.0, 10186.0, 10231.0, 10267.0, 10185.0, 10227.0, 10171.0, 10217.0, 10256.0, 10192.0, 10247.0, 10274.0, 10206.0, 10247.0, 10243.0, 10210.0, 10265.0, 10272.0, 10206.0, 10262.0, 10224.0, 10212.0, 10260.0, 10220.0, 10196.0, 10249.0, 10236.0, 10185.0, 10257.0, 10171.0, 10214.0, 10240.0, 10195.0, 10272.0, 10207.0, 10254.0, 10235.0, 10279.0, 10226.0, 10310.0, 10331.0, 10280.0, 10240.0, 10293.0, 10219.0, 10230.0, 10273.0, 10227.0, 10211.0, 10265.0, 10229.0, 10206.0, 10256.0, 10166.0, 10219.0, 10238.0, 10162.0, 10216.0, 10170.0, 10187.0, 10257.0, 10167.0, 10222.0, 10203.0, 10173.0, 10226.0, 10203.0, 10166.0, 10219.0, 10154.0, 10208.0, 10250.0, 10169.0, 10225.0, 10245.0, 10184.0, 10227.0, 10218.0, 10273.0, 10274.0, 10167.0, 10221.0, 10265.0, 10191.0, 10205.0, 10254.0, 10150.0, 10218.0, 10256.0, 10165.0, 10219.0, 10163.0, 10212.0, 10222.0, 10185.0, 10201.0, 10215.0, 10169.0, 10184.0, 10224.0, 10144.0, 10199.0, 10209.0, 10141.0, 10198.0, 10212.0, 10139.0, 10182.0, 10221.0, 10138.0, 10196.0, 10221.0, 10142.0, 10199.0, 10226.0, 10138.0, 10196.0, 10220.0, 10149.0, 10217.0, 10237.0, 10148.0, 10218.0, 10239.0, 10159.0, 10220.0, 10162.0, 10208.0, 10233.0, 10167.0, 10224.0, 10251.0, 10183.0, 10227.0, 10255.0, 10168.0, 10212.0, 10235.0, 10166.0, 10225.0, 10253.0, 10195.0, 10187.0, 10241.0, 10181.0, 10203.0, 10279.0, 10227.0, 10191.0, 10282.0, 10217.0, 10212.0, 10264.0, 10198.0, 10270.0, 10280.0, 10197.0, 10269.0, 10282.0, 10222.0, 10254.0, 10291.0, 10196.0, 10267.0, 10287.0, 10242.0, 10230.0, 10281.0, 10243.0, 10218.0, 10268.0, 10175.0, 10246.0, 10263.0, 10240.0, 10216.0, 10279.0, 10224.0, 10212.0, 10252.0, 10180.0, 10227.0, 10257.0, 10218.0, 10212.0, 10235.0, 10170.0, 10242.0, 10254.0, 10193.0, 10207.0, 10251.0, 10206.0, 10216.0, 10259.0, 10164.0, 10237.0, 10275.0, 10165.0, 10222.0, 10243.0, 10196.0, 10250.0, 10185.0, 10243.0, 10282.0, 10178.0, 10219.0, 10261.0, 10212.0, 10201.0, 10171.0, 10231.0, 10241.0, 10169.0, 10193.0, 10149.0, 10252.0, 10255.0, 10222.0, 10224.0, 10177.0, 10260.0, 10207.0, 10253.0, 10179.0, 10256.0, 10276.0, 10222.0, 10198.0, 10245.0, 10205.0, 10182.0, 10219.0, 10127.0, 10195.0, 10222.0, 10137.0, 10195.0, 10219.0, 10142.0, 10195.0, 10219.0, 10149.0, 10219.0, 10190.0, 10248.0, 10385.0, 10273.0, 10327.0, 10166.0, 10292.0, 10266.0, 10247.0, 10315.0, 10311.0, 10318.0, 10298.0, 10236.0, 10270.0, 10282.0, 10218.0, 10254.0, 10256.0, 10210.0, 10239.0, 10188.0, 10271.0, 10253.0, 10222.0, 10224.0, 10200.0, 10146.0, 10166.0, 10099.0, 10153.0, 10099.0, 10148.0, 10171.0, 10143.0, 10117.0, 10159.0, 10094.0, 10134.0, 10174.0, 10107.0, 10141.0, 10113.0, 10173.0, 10216.0, 10129.0, 10194.0, 10213.0, 10169.0, 10224.0, 10163.0, 10205.0, 10185.0, 10179.0, 10231.0, 10170.0, 10249.0, 10286.0, 10201.0, 10241.0, 10212.0, 10240.0, 10263.0, 10197.0, 10208.0, 10167.0, 10216.0, 10015.0, 9845.0, 9970.0, 10242.0, 10345.0, 10253.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.010191608391608393</td></tr>
<tr><td colspan=3>aqi</td><td>0.0798234794513179</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.8437773886706</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.254825435839613</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0569126333853598</td></tr>
<tr><td colspan=3>efc</td><td>0.5154</td></tr>
<tr><td colspan=3>fber</td><td>4612.7827</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20439348912177327</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>224</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.049488972565896</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6116266872059364</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.451650850638998</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7797514791801055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.603477731798707</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157481</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02166198380291462</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048772748559713364</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.6406248797622895</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>17.1665</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.9067</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.3774</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291631.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>1153.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.4204</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6322</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.9074</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3858.06</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.3956</td></tr>
<tr><td colspan=3>tsnr</td><td>23.987133018672466</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>